.container-sm{
	max-width:1450px!important;
	padding:0px!important;
}

.fullClass{
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.sozlesme-text div,p,span{
	font-size:9pt;
}
.sozlesme-text h1{
	font-size:12pt;
	font-weight:bold;
}
.sozlesme-text h2,h3,h4{
	font-size:12pt;
		font-weight:bold;
}

/*header başalangıc*/,


/* =========================
   TOP BAR
========================= */

.hd-top{
    background:#F4E2C6;
}

.hd-top-container{
    display:flex;
    align-items:center;
    justify-content:space-between;
    height:50px;
}

.hd-top-offer{
    padding:6px 18px;
    border-radius:22px;
    border:1px solid #E2B76C;
    text-decoration:none;
    color:#333;
    display:flex;
    align-items:center;
    gap:8px;
}

.hd-top-social{
    display:flex;
    gap:18px;
}

.hd-top-social a{
    font-size:16px;
    color:#333;
}


/* =========================
   HEADER
========================= */

.hd-header-inner{
    background:#f5f5f5;
    border-bottom:1px solid #e6e6e6;
}

.hd-header-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:15px 0;
}


/* LOGO */

.hd-logo img{
    height:40px;
}


/* SEARCH */

.hd-search{
    width:580px;
    position:relative;
}

.hd-search form{
	display:flex;
	align-items:stretch;
	gap:0;
	height:48px;
	background:transparent;
	overflow:visible;
	position:relative;
}

.hd-search-menu-wrap{
	position:relative;
	flex-shrink:0;
}

.hd-search-menu{
	display:inline-flex;
	align-items:center;
	gap:8px;
	padding:0 14px;
	height:100%;
	border:1px solid #e5e7eb;
	border-right:0;
	border-radius:10px 0 0 10px;
	background:#fafafa;
	color:#1f2937;
	font-size:0.95rem;
	font-weight:700;
	text-decoration:none;
	white-space:nowrap;
}

.hd-search-menu i{
	color:#ff5105;
}

.hd-search-menu small{
	font-size:0.78rem;
	margin-top:2px;
}

.hd-search-box{
	flex:1;
	display:flex;
	align-items:center;
	min-width:0;
	padding:0 6px 0 12px;
	border:1px solid #e5e7eb;
	border-radius:0 10px 10px 0;
	background:#fff;
}

.hd-search-mega{
	position:absolute;
	top:100%;
	left:0;
	width:min(980px,78vw);
	margin-top:2px;
	padding:16px 18px;
	background:#fff;
	border:1px solid #e5e7eb;
	border-radius:12px;
	box-shadow:0 12px 28px rgba(0,0,0,.12);
	display:none;
	z-index:1200;
}

.hd-search-menu-wrap:hover .hd-search-mega{
	display:block;
}

.hd-search-menu-wrap::after{
	content:"";
	position:absolute;
	left:0;
	top:100%;
	width:100%;
	height:10px;
}

.hd-search-mega-inner{
	display:grid;
	grid-template-columns:repeat(4,minmax(160px,1fr));
	gap:14px 20px;
	max-height:65vh;
	overflow:auto;
}

.hd-search-mega-col{
	display:flex;
	flex-direction:column;
	gap:7px;
}

.hd-search-mega-title{
	font-size:0.93rem;
	font-weight:700;
	color:#111827;
	text-decoration:none;
	padding-bottom:4px;
	border-bottom:1px solid #f1f1f1;
}

.hd-search-mega-title:hover{
	color:#ff5105;
}

.hd-search-mega-link{
	font-size:0.86rem;
	color:#4b5563;
	text-decoration:none;
	line-height:1.35;
}

.hd-search-mega-link:hover{
	color:#ff5105;
}

.hd-search-icon{
	width:28px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	color:#c4c4c4;
	font-size:1rem;
	flex-shrink:0;
}

.hd-search input{
	flex:1;
	min-width:0;
	height:100%;
	border:0;
	outline:none;
	padding:0 10px;
	font-size:0.95rem;
	background:transparent;
}

.hd-search input::placeholder{
	color:#9ca3af;
}

.hd-search button{
	width:34px;
	height:34px;
	border:0;
	border-radius:999px;
	background:#ff5105;
	color:#fff;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	flex-shrink:0;
	transition:background .15s ease;
}

.hd-search button:hover{
	background:#e64800;
}


/* ACTIONS */

.hd-actions{
    display:flex;
    gap:10px;
}

.hd-fav,
.hd-user{
    width:40px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid #ddd;
    border-radius:8px;
    background:#fff;
}

.hd-order-query{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    height:40px;
    padding:0 14px;
    border:1px solid #ddd;
    border-radius:8px;
    background:#fff;
    color:#222;
    font-size:13px;
    font-weight:600;
    text-decoration:none;
    white-space:nowrap;
    transition:border-color .15s ease, color .15s ease;
}

.hd-order-query:hover{
    border-color:#ff5105;
    color:#ff5105;
}

.hd-order-query i{
    font-size:15px;
    line-height:1;
}

.hd-offer{
    display:inline-flex;
    align-items:center;
    gap:9px;
    height:40px;
    padding:0 14px;
    border-radius:12px;
    border:1px solid #ff5105;
    background:linear-gradient(135deg,#ff5105 0%,#e64800 100%);
    color:#fff;
    font-size:13px;
    font-weight:700;
    text-decoration:none;
    position:relative;
    white-space:nowrap;
    box-shadow:0 6px 14px rgba(255,81,5,.26);
    transition:transform .15s ease, box-shadow .15s ease, filter .15s ease;
}

.hd-offer:hover{
    color:#fff;
    transform:translateY(-1px);
    box-shadow:0 10px 18px rgba(255,81,5,.32);
    filter:saturate(1.05);
}

.hd-offer i{
    font-size:14px;
    line-height:1;
}

.hd-offer-count{
    position:absolute;
    right:-7px;
    top:-7px;
    min-width:20px;
    height:20px;
    padding:0 5px;
    border-radius:999px;
    border:2px solid #fff;
    background:#ff5105;
    color:#fff;
    font-size:11px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
    line-height:1;
    box-shadow:0 4px 10px rgba(255,81,5,.35);
}


/* =========================
   MENU
========================= */

.hd-menu{
    background:#ff5105;
	border-top:0;
	border-bottom:0;
	padding:0;
}
/* menu */

.hd-menu-nav{
    display:flex;
    gap:0;
    list-style:none;
    padding:0;
    margin:0;
	align-items:center;
	overflow-x:auto;
	scrollbar-width:thin;
}
.hd-menu-nav li{
	padding:0;
	flex-shrink:0;
	position:relative;
	display:flex;
	align-items:stretch;
}

.hd-menu-nav li:not(:last-child){
	border-right:1px solid rgba(255,255,255,0.28);
}
.hd-menu-nav li:hover{
	background:transparent;
	border:0;
}

/* link */

.hd-menu-nav li a{
    text-decoration:none;
    color:#fff;
	line-height:1;
    font-size:13px;
	font-weight:500;
    white-space:nowrap;
	border:0;
	border-radius:0;
	width:100%;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:12px 14px;
	text-align:center;
	transition:all .2s ease;
}

/* alt çizgi */

.hd-menu-nav li a::after{
    content:none;
}

/* hover olunca */

.hd-menu-nav li:hover a::after{
    width:0;
}

.hd-menu-nav li:hover > a{
	background:#000;
	color:#fff;
	box-shadow:none;
}



/* =========================
   MEGA MENU (FULL WIDTH)
========================= */

.hd-mega{
    position:absolute;
    left:0;
    width:100%;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    padding:40px 0;
    display:none;
    z-index:50;
}

.hd-item:hover .hd-mega{
    display:block;
}


/* mega inner container */

.hd-mega-inner{
    max-width:1250px;
    margin:0 auto;
    display:flex;
    gap:60px;
}




/* =========================
   MEGA LINKS
========================= */

.hd-mega-links{
    display:flex;
    gap:60px;
}

.hd-col{
    display:flex;
    flex-direction:column;
    gap:16px;
    min-width:260px;
}

.hd-col a{
    border-bottom:1px solid #eee;
    padding-bottom:10px;
}


/* =========================
   RIGHT AREA
========================= */

.hd-mega-right{
    display:flex;
    flex-direction:column;
    gap:20px;
}


/* BANNERS */

.hd-banner-row{
    display:flex;
    gap:20px;
}

.hd-banner-big{
    width:300px;
    height:150px;
    border-radius:10px;
    overflow:hidden;
}

.hd-banner-big img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.hd-banner{
    width:140px;
    height:130px;
    border-radius:10px;
    overflow:hidden;
}

.hd-banner img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* =========================
   ANA SAYFA HERO
   Tek bant: krem zemin. Görsel position:absolute sağda tam yükseklikte,
   mask ile sola kreme erir; metin akışta üstte (z-index).
========================= */

.bm-hero{
    --bm-hero-cream:#fef9ec;
    position:relative;
    background:var(--bm-hero-cream);
    transition:background 0.55s ease;
    box-sizing:border-box;
    overflow:hidden;
    min-height:400px;
}

/* Sağa yaslı tam yükseklik görsel katmanı (sütun kutusu değil) */
.bm-hero-bg{
    position:absolute;
    z-index:0;
    top:0;
    right:0;
    bottom:0;
    width:min(78vw,920px);
    max-width:88%;
    -webkit-mask-image:linear-gradient(
        90deg,
        transparent 0%,
        rgba(0,0,0,0.2) 14%,
        rgba(0,0,0,0.65) 30%,
        #000 46%,
        #000 100%
    );
    mask-image:linear-gradient(
        90deg,
        transparent 0%,
        rgba(0,0,0,0.2) 14%,
        rgba(0,0,0,0.65) 30%,
        #000 46%,
        #000 100%
    );
    -webkit-mask-size:100% 100%;
    mask-size:100% 100%;
    -webkit-mask-repeat:no-repeat;
    mask-repeat:no-repeat;
}

.bm-hero-bg-slides{
    position:absolute;
    inset:0;
}

.bm-hero-bg-slides a{
    position:absolute;
    inset:0;
    opacity:0;
    z-index:0;
    transition:opacity 0.65s ease;
    pointer-events:none;
}

.bm-hero-bg-slides a.active{
    opacity:1;
    z-index:1;
    pointer-events:auto;
}

.bm-hero-bg-slides img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
    display:block;
}

/* Geniş alan ortada (header ile uyum); tıklamalar sheet’te delinir */
.bm-hero-sheet{
    position:relative;
    z-index:2;
   
    margin-left:auto;
    margin-right:auto;
    padding-left:12px;
    padding-right:12px;
    box-sizing:border-box;
    pointer-events:none;
}

.bm-hero-sheet > .bm-container{
    pointer-events:auto;
    position:relative;
    width:fit-content;
    max-width:min(620px,100%);
    margin:0;
    padding-right:8px;
}

.bm-hero-content{
    max-width:520px;
}

.bm-hero-content h1{
    font-size:clamp(1.6rem,2.4vw,2.15rem);
    font-weight:600;
    line-height:1.22;
    margin:0 0 14px;
    color:#3a3a3a;
}

/* Dönen satır (#bm-hero-type-target) — üst başlıktan büyük */
.bm-hero-content h1 strong,
.bm-hero-content h1 #bm-hero-type-target{
    color:#1a1a1a;
    font-weight:700;
    font-size:clamp(2rem,3.5vw,2.85rem);
    line-height:1.12;
}


.bm-hero-typewrap{
    display:block;
    margin-top:0.12em;
    min-height:1.25em;
}

.bm-hero-content p{
    margin:0 0 20px;
    font-size:0.98rem;
    line-height:1.55;
    color:#666;
}

.bm-search{
    display:flex;
    align-items:center;
    margin-bottom:16px;
    max-width:500px;
}

.bm-search input{
    flex:1;
    height:46px;
    border-radius:25px 0 0 25px;
    border:1px solid #ddd;
    border-right:none;
    padding:0 18px;
    background:#fff;
    color:#333;
}

.bm-search button{
    height:46px;
    width:52px;
    border-radius:0 25px 25px 0;
    border:1px solid #ddd;
    border-left:none;
    background:#ff5105;
    color:#fff;
    cursor:pointer;
}

/* Tema genelindeki yesil butonlar -> turuncu */
.btn-success{
    background-color:#ff5105;
    border-color:#ff5105;
    color:#fff;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active{
    background-color:#e64800;
    border-color:#e64800;
    color:#fff;
}

/* Tek satır, scroll yok — kompakt pill */
.bm-tags{
    display:flex;
    flex-wrap:nowrap;
    align-items:center;
    gap:4px 6px;
    margin-bottom:26px;
    font-size:0.74rem;
    max-width:100%;
}

.bm-tags span{
    color:#777;
    margin-right:2px;
    flex-shrink:0;
    white-space:nowrap;
}

.bm-tags a{
    color:#444;
    text-decoration:none;
    padding:3px 7px;
    border:1px solid #e8a85c;
    border-radius:14px;
    background:#fff;
    font-size:0.7rem;
    flex-shrink:0;
    white-space:nowrap;
}

.bm-tags a:hover{
    background:#fff8ef;
}

.bm-features{
    display:flex;
    flex-wrap:wrap;
    gap:14px 22px;
    font-size:0.78rem;
    font-weight:700;
    letter-spacing:0.02em;
    color:#444;
}

.bm-features > div{
    display:flex;
    align-items:center;
    gap:8px;
}

.bm-features i{
    color:#e8943a;
    font-size:1rem;
}

/*header bitiş*/

/*footer başlangıc*/
.ft-footer{
	background:linear-gradient(180deg,#07142b 0%,#0a1b36 55%,#0d2244 100%);
    color:#fff;
    font-family:Arial,Helvetica,sans-serif;
	border-top:1px solid rgba(255,255,255,0.08);
	box-shadow:0 -10px 30px rgba(0,0,0,0.18);
}

.ft-footer .ft-container{
    max-width:1400px;
    margin:auto;
    display:grid;
    grid-template-columns:200px 1fr 1fr 1fr 260px;
    gap:50px;
    padding:64px 20px 50px;
}

.ft-footer .ft-col ul{
    list-style:none;
    padding:0;
    margin:0;
}

.ft-footer .ft-col-menu{
	background:rgba(255,255,255,0.03);
	border:1px solid rgba(255,255,255,0.1);
	border-radius:12px;
	padding:14px 16px;
}

.ft-footer .ft-menu-list{
	display:grid;
	grid-template-columns:1fr;
	gap:3px;
}

.ft-footer .ft-menu-title{
	margin:0 0 12px;
	padding-bottom:8px;
	border-bottom:1px solid rgba(255,255,255,0.12);
	font-size:0.86rem;
	font-weight:700;
	letter-spacing:.04em;
	text-transform:uppercase;
	color:#f4f7fb;
}

.ft-footer .ft-col ul li{
    margin-bottom:5px;
}

.ft-footer .ft-col ul li a{
    color:#c6d2e3;
    text-decoration:none;
    font-size:13px;
	line-height:1.25;
    transition:color .2s ease, transform .2s ease;
    display:inline-block;
	position:relative;
	padding-left:11px;
}

.ft-footer .ft-col ul li a::before{
	content:"";
	position:absolute;
	left:0;
	top:0.54em;
	width:5px;
	height:5px;
	border-radius:50%;
	background:rgba(255,255,255,0.28);
	transition:all .2s ease;
}

.ft-footer .ft-col ul li a:hover{
    color:#ffffff;
    transform:translateX(3px);
}

.ft-footer .ft-col ul li a:hover::before{
	background:#ff5105;
	box-shadow:0 0 0 3px rgba(255,81,5,.22);
}

.ft-footer .ft-logo img{
    width:150px;
    filter:drop-shadow(0 8px 18px rgba(0,0,0,0.22));
}

.ft-footer .ft-contact-box{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom:20px;
    padding:8px 0;
}

.ft-footer .ft-contact-box i{
    font-size:18px;
    color:#25D366;
}

.ft-footer .ft-contact-box span{
    display:block;
    font-size:13px;
    color:#9eb1c8;
}

.ft-footer .ft-contact-box strong{
    display:block;
    font-size:15px;
}

.ft-footer .ft-social{
    margin-top:10px;
    display:flex;
    gap:10px;
}

.ft-footer .ft-social a{
    width:34px;
    height:34px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,0.08);
    border:1px solid rgba(255,255,255,0.16);
    border-radius:8px;
    color:#fff;
    text-decoration:none;
    transition:all .2s ease;
}

.ft-footer .ft-social a:hover{
    background:#ff5105;
    border-color:#ff5105;
    transform:translateY(-2px);
}

.ft-footer .ft-bottom{
    border-top:1px solid rgba(255,255,255,0.12);
    max-width:1400px;
    margin:auto;
    padding:20px 20px 26px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.ft-footer .ft-copy{
    font-size:13px;
    color:#9eb1c8;
}

.ft-footer .ft-links a{
    margin-left:25px;
    color:#9eb1c8;
    font-size:14px;
    text-decoration:none;
    transition:color .2s ease;
}

.ft-footer .ft-links a:hover{
    color:#fff;
}

.ft-footer .ft-top{
    background:rgba(255,255,255,0.1);
    border:1px solid rgba(255,255,255,0.22);
    padding:10px 18px;
    border-radius:30px;
    color:#fff;
    text-decoration:none;
    font-size:14px;
    transition:all .2s ease;
}

.ft-footer .ft-top:hover{
    background:#ff5105;
    border-color:#ff5105;
}

.ft-footer .ft-top i{
    margin-right:6px;
}

.ft-footer .ft-assurance{
	max-width:1400px;
	margin:0 auto 22px;
	padding:16px 20px;
	border-top:1px solid rgba(255,255,255,0.12);
	display:grid;
	grid-template-columns:repeat(4,minmax(140px,1fr));
	gap:12px;
}

.ft-footer .ft-assurance-item{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:8px;
	font-size:13px;
	color:#d5e0ee;
	background:rgba(255,255,255,0.04);
	border:1px solid rgba(255,255,255,0.12);
	border-radius:999px;
	padding:10px 12px;
}

.ft-footer .ft-assurance-item i{
	color:#ff5105;
}



.login-block-menu a{
	display: block;
	font-size: 12pt;
	line-height: 46px;
	color: #666666;
	background-repeat: no-repeat;
	background-position: 10px center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color: #FFF;
	background-size: 26px;
	margin: 0px;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;


}
.login-block-menu a i{
	font-size: 22px;
	margin-top: 6px;
	text-align: center;
	width: 30px;
}

.left-solid{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.right-solid{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.login-block-menu a:hover{
	background-color: #F5F5F5;
}

.login-block-menu a.login-menu-logout{
	background-color:#ff5105;
	color:#fff;
}

.login-block-menu a.login-menu-logout:hover{
	background-color:#e64800;
	color:#fff;
}



	
.vitrinGorselLink{
	overflow:hidden !important;
	position:relative !important;
	height:auto;
	
}
.vitrinGorselLink .vitrinGorselTitle{
	width:100% !important;
	text-align:center !important;
	font-size:20px !important;
	color:#ffffff !important;
	bottom:20px !important;
	position:absolute !important;
	font-weight:bold;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	
}
.vitrinGorselLink  .imageVitrin{
width: 100%;
transition: transform 0.45s ease;

}

.vitrinGorselLink:hover > .imageVitrin {
transform: scale(1.08);
}
.paddingSection{
	padding-top:20px !important; 
	padding-bottom:20px !important;
}
.btn-marka{
	border-radius: 5px;
	font-size: 14px;
	font-weight: 700;
	background-color: #FF5105;
	color: #fff;
	display: block;
	margin: 0px;
	float: left;
	height: 40px;
	width: 100%;
	line-height: 40px;
	text-align: center;
	padding: 0px;	
	position: relative;
}



.btn-soft-1{
	border-radius: 5px;
	font-size: 14px;
	font-weight: 700;
	background-color: #FF5105;
	color: #fff;
	display: block;
	margin: 0px;
	float: left;
	height: 50px;
	width: 100%;
	line-height: 50px;
	text-align: center;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	position: relative;
}

.btn-soft-1 .count{
	font-size: 12px;
	line-height: 30px;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	display: block;
	height: 30px;
	width: 30px;
	position: absolute;
	z-index: 1;
	top: 8px;
	border-radius: 15px;
	right: 10px;
}
.table-list{
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #EBEBEB;
	border-left-color: #EBEBEB;
}
.table-list tr td{
	font-size: 0.75rem;
	vertical-align: middle;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #EBEBEB;
	border-right-color: #EBEBEB;
}
.table-list tr .td-baslik{
	font-size: 0.75rem;
	background-color: #F2F2F2;
	text-align: right;
}

.table-list tr .td-title{
	font-size: 0.75rem;
	background-color: #F2F2F2;
	text-align: center;
}



.table-list-clear{
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-bottom-style: none;
	border-left-style: none;
}
.table-list-clear tr td{
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: none;
}



.dialogTitle{
	font-size: 12pt;
	line-height: 40px;
	color: #FFF;
	display: block;
	float: left;
	height: 50px;
	width: 100%;
	background-size : 24px;
	background-color: #333333;
	position: relative;
	border-radius: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


.dialogTitle1{
	font-size: 12pt;
	line-height: 40px;
	color: #000;
	display: block;
	float: left;
	height: 50px;
	width: 100%;
	background-size : 24px;
	background-color: #F0F0F0;
	position: relative;
	border-radius: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #E4E4E4;
}
.dialogTitle1 .kapat{
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 40px
	z-index: 2;
	top: 5px;
	right: 5px;
	position: absolute;
	background-image: url(img/svg/kapat-oval-siyah.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30px;
	width: 40px;
}


.dialogTitle .kapat{
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 40px
	z-index: 2;
	top: 5px;
	right: 5px;
	position: absolute;
	background-image: url(img/svg/kapat-beyaz.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30px;
	width: 40px;
}



.btn-tema{
	color:#FFFFFF;
	background-color:#FF5105;
	border-top-color: #D94100;
	border-right-color: #D94100;
	border-bottom-color: #D94100;
	border-left-color: #D94100;
}




.btn-tema:hover,
.btn-tema:active,
.btn-tema.active,
.btn-tema:focus,
.btn-tema.focus,
.btn-tema.disabled,
.btn-tema[disabled] {
	color:#FFFFFF;
  background-color: #D94100;
  *background-color: #D94100;
}


.btn-tema:focus,
.btn-tema.focus {
	color:#FFFFFF;
  background-color: #D94100 \9;
}

.btn-tema:active,
.btn-tema.active {
	color:#FFFFFF;
  background-color: #D94100 \9;
}

.btn-tema.btn-tema-selected,
.btn-tema.btn-tema-selected:hover,
.btn-tema.btn-tema-selected:focus,
.btn-tema.btn-tema-selected:active {
	color:#FFFFFF !important;
	background-color:#111111 !important;
	border-color:#111111 !important;
}



a:hover{
	text-decoration: none;
}

.open>.dropdown-toggle.btn-sari, .btn-sari.active, .btn-sari:active{
	color:#fff;
	background-color:#F0DE00;
	border-top-color: #FFEF28;
	border-right-color: #FFEF28;
	border-bottom-color: #FFEF28;
	border-left-color: #FFEF28;
}.btn-success:active:focus, .open>.dropdown-toggle.btn-sari.focus, .open>.dropdown-toggle.btn-sari:focus, .open>.dropdown-toggle.btn-sari:hover, .btn-sari.active.focus, .btn-sari.active:hover, .btn-sari:active.focus, .btn-sari:active:hover, .btn-sari.active:focus{
	color:#fff;
	background-color:#F0DE00;
	border-top-color: #AEA200;
	border-right-color: #AEA200;
	border-bottom-color: #AEA200;
	border-left-color: #AEA200;
}.open>.dropdown-toggle.btn-sari, .btn-sari.active, .btn-sari:active{background-image:none}.btn-success[disabled].focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:focus, .btn-sari.disabled.focus, .btn-sari.disabled:hover, .btn-sari.disabled:focus, .btn-sari[disabled]:focus, fieldset[disabled] .btn-sari.focus, fieldset[disabled] .btn-sari:hover{
	background-color:#FFF580;
	border-top-color: #F0DE00;
	border-right-color: #F0DE00;
	border-bottom-color: #F0DE00;
	border-left-color: #F0DE00;
}






.btn-standart {
  display: inline-block;
  *display: inline;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}



.btn-standart:hover,
.btn-standart:active,
.btn-standart.active,
.btn-standart.disabled,
.btn-standart[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn-standart:active,
.btn-standart.active {
  background-color: #cccccc \9;
}

.btn-standart:first-child {
  *margin-left: 0;
}

.btn-standart:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
      -ms-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn-standart:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


.dropdown-menu{
	background-color: #FFFFFF;
}
.dropdown-menu .hr {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.dropdown-menu .solid{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F5F5F5;
	}
.dropdown-menu .a-bold{
	float: left;
	width: 100%;
	font-size: 13px;
	color: #000000;
	padding-right: 0px;
	padding-left: 10px;
	line-height: 35px;
	margin: 0px;
}
.dropdown-menu .title{
	float: left;
	width: 100%;
	font-size: 13px;
	color: #000000;
	padding-right: 0px;
	padding-left: 10px;
	line-height: 35px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.dropdown-menu .a-bold:hover{
	background-color:#17a2b8;
	
}

.dropdown-menu-left::before {
    border-bottom: 9px solid rgba(0, 0, 0, 0.2);
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 5%; /* position */
    position: absolute;
    top: -8px;
}

.dropdown-menu-left::after {
    border-bottom: 8px solid #FFFFFF;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 5%; /* position */
    position: absolute;
    top: -7px;
}

.dropdown-menu-right::before {
    border-bottom: 9px solid rgba(0, 0, 0, 0.2);
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    right: 5%; /* position */
    position: absolute;
    top: -8px;
}

.dropdown-menu-right::after {
    border-bottom: 8px solid #FFFFFF;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    right: 5%; /* position */
    position: absolute;
    top: -7px;
}


.gradient-custom-2 {
/* fallback for old browsers */
background: #FF5105;

/* Chrome 10-25, Safari 5.1-6 */
background: -webkit-linear-gradient(to left, #FF5105, #FFA782, #FFA782, #FF5105);

/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
background: linear-gradient(to left, #FF5105, #FFA782, #FFA782, #FF5105);
}

@media (min-width: 768px) {
.gradient-form {
height: 100vh !important;
}
}
@media (min-width: 769px) {
.gradient-custom-2 {
border-top-right-radius: .3rem;
border-bottom-right-radius: .3rem;
}
}




.tablar{
	background-color: #F8F8F8;
	padding: 0px;
	float: left;
	height: 40px;
	min-width: 60px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
	display: block;
	position: relative;
	border-radius: 5px 5px 0px 0px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.tablar .baslik {
	line-height: 30pt;
	font-weight: normal;
	float: left;
	width: 100%;
	display: block;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
	height: 30px;
}

.tablar-select{
	color: #FFF;
	background-color: #FF5105;
}


.bm-vitrin-baslik{
	font-size: 1.45rem;
	color: #1a1a1a;
	font-weight:600;
	padding-bottom:10px;
	padding-left:10px;
}
.bm-kat-slider {
padding: 0;
}

.bm-kat-slider-container {
padding-left: 1.25rem;
padding-right: 3.5rem;
position: relative;
}

.bm-kat-slider-carousel {
position: relative;
}

.bm-kat-slider-link {
display: flex;
flex-direction: column;
overflow: hidden;
outline-offset: 2px;
text-decoration: none;
color: inherit;
}

.bm-kat-slider-link:focus-visible {
outline: 2px solid #333;
}

.bm-kat-slider-media {
display: block;
overflow: hidden;
line-height: 0;
}

.bm-kat-slider-img {
width: 100%;
aspect-ratio: 16 / 10;
object-fit: cover;
object-position: center;
display: block;
transition: transform 0.45s ease;
will-change: transform;
}

.bm-kat-slider-link:hover .bm-kat-slider-img {
transform: scale(1.08);
}

.bm-kat-slider-title {
font-size: 0.95rem;
font-weight: 600;
line-height: 1.35;
padding: 0.65rem 0.85rem;
text-align: center;
color: #1a1a1a;
border-top: 1px solid rgba(0, 0, 0, 0.06);
margin-bottom:10px;
}

.bm-kat-slider-carousel .owl-nav {
margin-top: 0;
}

.bm-kat-slider-carousel .owl-nav button.owl-prev,
.bm-kat-slider-carousel .owl-nav button.owl-next {
position: absolute;
top: 45%;
transform: translateY(-50%);
width: 44px;
height: 44px;
margin:0px;
border-radius: 50%;
background: #fff !important;
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
color: #666 !important;
font-size: 1.25rem !important;
display: flex;
align-items: center;
justify-content: center;
}

.bm-kat-slider-carousel .owl-nav button.owl-prev:hover,
.bm-kat-slider-carousel .owl-nav button.owl-next:hover {
background: #f8f8f8 !important;
}

.bm-kat-slider-carousel .owl-nav button.owl-prev {
left: -8px;
}

.bm-kat-slider-carousel .owl-nav button.owl-next {
right: -8px;
}



@media (max-width: 991.98px) {
.bm-kat-slider-container {
padding-right: 1.25rem;
}

.bm-kat-slider-carousel .owl-nav button.owl-prev,
.bm-kat-slider-carousel .owl-nav button.owl-next {
display: none;
}
}

/* —— Katalog listesi (ikinci section) —— */
.bm-kat-catalog {
--bm-kat-catalog-radius: 12px;
--bm-kat-catalog-border: #e8e8e8;
--bm-kat-catalog-muted: #6c757d;
background: #f5f5f5;
padding-bottom: 3rem;
}

.bm-kat-catalog__container {

}

.bm-kat-sidebar__card {
background: #fff;
border-radius: var(--bm-kat-catalog-radius);
border: 1px solid var(--bm-kat-catalog-border);
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
overflow: hidden;
}

.bm-kat-filter-head {
display: flex;
align-items: center;
justify-content: space-between;
padding: 0.9rem 1rem;
border-bottom: 1px solid var(--bm-kat-catalog-border);
font-weight: 600;
font-size: 0.9rem;
}

.bm-kat-filter-head__badge {
min-width: 1.5rem;
height: 1.5rem;
padding: 0 0.35rem;
border-radius: 50%;
background: #ff5105;
color: #fff;
font-size: 0.75rem;
display: inline-flex;
align-items: center;
justify-content: center;
}

.bm-kat-filter-block__toggle {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0.85rem 1rem;
background: #fff;
border: 0;
border-bottom: 1px solid var(--bm-kat-catalog-border);
font-weight: 600;
font-size: 0.88rem;
text-align: left;
color: #1a1a1a;
}

.bm-kat-filter-block__toggle:hover {
background: #fafafa;
}

.bm-kat-filter-block__toggle-icon {
width: 22px;
height: 22px;
border-radius: 50%;
border: 1px solid #ccc;
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 0.65rem;
line-height: 1;
}

.bm-kat-filter-list {
list-style: none;
margin: 0;
padding: 0.35rem 0 0.75rem;
}

.bm-kat-filter-list__link {
display: block;
padding: 0.4rem 1rem 0.4rem 1.25rem;
font-size: 0.82rem;
color: #333;
text-decoration: none;
}

.bm-kat-filter-list__link:hover {
background: #f8f9fa;
color: #0d6efd;
}

.bm-kat-toolbar {
margin-bottom: 1.25rem;
}

/* Tüm katalog genişliğinde, filtre + ürün alanının üstünde */
.bm-kat-catalog__breadcrumb {
font-size: 0.8rem;
color: var(--bm-kat-catalog-muted);
margin: 0 0 1rem;
padding: 0 0.25rem;
}

.bm-kat-catalog__breadcrumb a {
color: var(--bm-kat-catalog-muted);
text-decoration: none;
}

.bm-kat-catalog__breadcrumb a:hover {
text-decoration: underline;
}

.bm-kat-toolbar__row {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 1rem;
}

.bm-kat-toolbar__title {
font-size: 1.35rem;
font-weight: 700;
color: #1a1a1a;
margin: 0;
flex: 1 1 auto;
min-width: 0;
}

.bm-kat-toolbar__sort-wrap {
flex-shrink: 0;
margin-left: auto;
max-width: min(100%, 260px);
}

.bm-kat-toolbar__sort {
border: 1px solid var(--bm-kat-catalog-border);
border-radius: 999px;
padding: 0.45rem 1rem;
font-size: 0.85rem;
background: #fff;
width: 100%;
min-width: 200px;
}

.bm-kat-product-card {
background: #fff;
border: 1px solid var(--bm-kat-catalog-border);
border-radius: var(--bm-kat-catalog-radius);
overflow: hidden;
height: 350px;
display: flex;
flex-direction: column;
transition: box-shadow 0.2s;
}

.bm-kat-product-card:hover {
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.bm-kat-product-card__gallery {
position: relative;
padding: 1rem 1rem 0.75rem;
min-height: 180px;
background: #ffffff;
overflow: hidden;
}

.bm-kat-product-card__img-wrap {
position: relative;
z-index: 0;
display: flex;
align-items: center;
justify-content: center;
min-height: 150px;
padding: 0.25rem 0;
}

.bm-kat-product-card__img {
max-width: 100%;
max-height: 150px;
width: auto;
height: auto;
object-fit: contain;
transition: transform 0.4s ease;
will-change: transform;
}

.bm-kat-product-card:hover .bm-kat-product-card__img {
transform: scale(1.08);
}

.bm-kat-product-card__badge-price {
position: absolute;
top: 10px;
left: 10px;
z-index: 2;
width: 52px;
height: 52px;
border-radius: 50%;
background: #c41e3a;
color: #fff;
font-size: 0.55rem;
font-weight: 700;
line-height: 1.1;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
text-transform: uppercase;
padding: 0.2rem;
}

.bm-kat-product-card__wishlist {
position: absolute;
top: 8px;
right: 8px;
z-index: 2;
width: 36px;
height: 36px;
border: 0;
border-radius: 50%;
background: rgba(255, 255, 255, 0.95);
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
color: #444;
}

.bm-kat-product-card__wishlist:hover {
color: #c41e3a;
}

.bm-kat-product-card__ribbons {
padding: 0 0.65rem;
display: flex;
flex-direction: column;
gap: 4px;
}

.bm-kat-product-card__ribbon {
font-size: 0.62rem;
font-weight: 700;
text-align: center;
padding: 0.35rem 0.4rem;
border-radius: 4px;
line-height: 1.2;
}

.bm-kat-product-card__ribbon--yellow {
background: #ffd54f;
color: #333;
}

.bm-kat-product-card__ribbon--purple {
background: #7e57c2;
color: #fff;
}

.bm-kat-product-card__body {
padding: 0.65rem 0.75rem 0.5rem;
flex: 1;

}

.bm-kat-product-card__title {
font-size: 0.78rem;
font-weight: 700;
color: #1a1a1a;
line-height: 1.35;
margin: 0;

}

.bm-kat-product-card__title a {
color: inherit;
text-decoration: none;
}

.bm-kat-product-card__title a:hover {
color: #0d6efd;
}

.bm-kat-product-card__meta {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 0.25rem;
font-size: 0.72rem;
color: var(--bm-kat-catalog-muted);
margin-bottom: 0.35rem;
}

.bm-kat-product-card__meta-code {
font-weight: 600;
color: #333;
}

.bm-kat-product-card__meta-rating {
color: #ff5105;
font-size: 0.85rem;
}

.bm-kat-product-card__colors {
display: flex;
align-items: center;
gap: 0.35rem;
font-size: 0.72rem;
margin-bottom: 0.5rem;
}

.bm-kat-product-card__swatch {
width: 18px;
height: 18px;
border-radius: 50%;
background: conic-gradient(
#e53935 0deg 45deg,
#fb8c00 45deg 90deg,
#fdd835 90deg 135deg,
#43a047 135deg 180deg,
#1e88e5 180deg 225deg,
#8e24aa 225deg 270deg,
#6d4c41 270deg 315deg,
#78909c 315deg 360deg
);
border: 1px solid #ddd;
}

.bm-kat-product-card__price-block {
padding: 0 0.75rem 0.65rem;
}

.bm-kat-product-card__price-label {
font-size: 0.65rem;
font-weight: 600;
color: #e65100;
text-transform: uppercase;
margin-bottom: 0.15rem;
}

.bm-kat-product-card__prices {
display: flex;
align-items: baseline;
flex-wrap: wrap;
gap: 0.5rem;
}

.bm-kat-product-card__price-old {
font-size: 0.75rem;
color: #999;
text-decoration: line-through;
}

.bm-kat-product-card__price-current {
font-size: 1rem;
font-weight: 700;
color: #1a1a1a;
}

.bm-kat-product-card__footer {
margin-top: auto;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0.5rem 0.75rem;
background: #eceff1;
font-size: 0.62rem;
font-weight: 700;
letter-spacing: 0.02em;
color: #546e7a;
text-transform: uppercase;
}

.bm-kat-product-card__footer-val {
font-size: 0.85rem;
font-weight: 700;
color: #263238;
}

.bm-kat-catalog__pagination .pagination {
margin-bottom: 0;
}

.bm-kat-catalog__pagination .page-link {
border-radius: 8px;
margin: 0 2px;
color: #333;
border-color: var(--bm-kat-catalog-border);
}

.bm-kat-catalog__pagination .page-item.active .page-link {
background: #1a1a1a;
border-color: #1a1a1a;
}



@media (max-width: 575.98px) {
.bm-kat-toolbar__sort-wrap {
margin-left: 0;
max-width: 100%;
width: 100%;
}
}



.bm-blog-section {
  --bm-blog-radius: 12px;
  padding-block: 2rem;
}

.bm-blog-card {
  background: #fff;
  border-radius: var(--bm-blog-radius);
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.bm-blog-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.bm-blog-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
}

.bm-blog-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.4s ease;
}

.bm-blog-card:hover .bm-blog-card__img,
.bm-blog-card__media:hover .bm-blog-card__img {
  transform: scale(1.06);
}

.bm-blog-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1rem;
  text-align: center;
  font-size: clamp(0.7rem, 1.8vw, 0.85rem);
  font-weight: 700;
  line-height: 1.35;
  color: #1a1a1a;
  background: rgba(180, 220, 200, 0.55);
}

.bm-blog-card__body {
  padding: 1rem 1.1rem 1.25rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.bm-blog-card__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 0.5rem;
}

.bm-blog-card__title a {
  color: #111;
  text-decoration: none;
}

.bm-blog-card__title a:hover {
  text-decoration: underline;
}

.bm-blog-card__excerpt {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #444;
}


.bm-body{
	 margin: 0;
      min-height: 500px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1.5rem;
      font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
      background: #f4f5f7;
      color: #1a1a1a;
}

.bm-404 {
  text-align: center;
}
.bm-404__code {
  font-size: clamp(4rem, 15vw, 6.5rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #0d6efd;
  margin: 0 0 0.5rem;
}
.bm-404__title {
  font-size: 1.35rem;
  font-weight: 600;
  margin: 0 0 0.75rem;
}
.bm-404__text {
  margin: 0 0 1.75rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #444;
}
.bm-404__btn {
  display: inline-block;
  padding: 0.65rem 1.35rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #fff;
  background: #0d6efd;
  border-radius: 8px;
  text-decoration: none;
}
.bm-404__btn:hover {
  background: #0b5ed7;
}


.bm-prduct-page {
  max-width: 1450px;
  margin: 22px auto 30px;
  padding: 0 16px;
}

.bm-prduct-head h1 {
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 2px;
  letter-spacing: -0.2px;
}

.bm-prduct-head-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}

.bm-prduct-head-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.bm-prduct-icon-btn {
  width: 32px;
  height: 32px;
  border: 1px solid #d1d5db;
  border-radius: 999px;
  background: #f3f4f6;
  color: #6b7280;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s ease;
}

.bm-prduct-icon-btn:hover {
  background: #e5e7eb;
}


.bm-prduct-head .bm-prduct-meta {
  color: #6b7280;
  font-size: 14px;
}

.bm-prduct-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1.25fr 0.9fr;
  gap: 22px;
  align-items: start;
}

.bm-prduct-gallery-shell {
  display: flex;
  gap: 12px;
}

.bm-prduct-thumb-list {
  width: 70px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 580px;
  overflow-y: auto;
}

.bm-prduct-thumb-item {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  width: 60px;
  height: 60px;
  padding: 0;
  overflow: hidden;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.bm-prduct-thumb-item.active {
  border-color: #ff5105;
  box-shadow: 0 0 0 2px rgba(255, 81, 5, 0.15);
}

.bm-prduct-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bm-prduct-video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(17, 24, 39, 0.82);
  color: #fff;
  border-radius: 999px;
  font-size: 11px;
  pointer-events: none;
}

.bm-prduct-main-media-card {
  flex: 1;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  overflow: hidden;
  background: #f3f4f6;
  min-height: 580px;
  position: relative;
}

.bm-prduct-main-media {
  width: 100%;
  height: 580px;
  object-fit: contain;
  display: block;
  border: 0;
  background: #f8f8f8;
}

.bm-prduct-main-media-link {
  display: block;
  cursor: zoom-in;
}

.bm-prduct-sample-title {
  font-size: 18px;
  font-weight: 600;
  margin: 24px 0 14px;
}

.bm-prduct-sample-wrap {
  position: relative;
  padding-top: 10px;
}

.bm-prduct-sample-track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
  padding-bottom: 4px;
  user-select: none;
  cursor: grab;
}

.bm-prduct-sample-track::-webkit-scrollbar {
  display: none;
}

.bm-prduct-sample-track.is-dragging {
  cursor: grabbing;
}

.bm-prduct-sample-card {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  height: 168px;
  background: #fff;
  flex: 0 0 calc((100% - 36px) / 4);
}

.bm-prduct-sample-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bm-prduct-sample-nav {
  width: 36px;
  height: 36px;
  background: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 999px;
  position: absolute;
  top: -42px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  cursor: pointer;
  color: #374151;
}

.bm-prduct-sample-nav:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.bm-prduct-sample-nav-prev {
  right: 48px;
}

.bm-prduct-sample-nav-next {
  right: 0;
}

.bm-prduct-sample-nav::after {
  display: none;
}

.bm-prduct-sample-nav i {
  font-size: 14px;
  line-height: 1;
}

.bm-prduct-tabs-wrap {
  margin-top: 18px;
}

.bm-prduct-tab-nav {
  border-bottom: 1px solid #e5e7eb;
  gap: 10px;
}

.bm-prduct-tab-btn {
  border: 0 !important;
  color: #374151 !important;
  font-size: 18px;
  font-weight: 500;
  padding: 12px 6px !important;
  border-bottom: 2px solid transparent !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.bm-prduct-tab-btn.active {
  color: #ff5105 !important;
  border-bottom-color: #ff5105 !important;
}

.bm-prduct-tab-content {
  padding-top: 14px;
}

.bm-prduct-tab-card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 14px;
  background: #fff;
}

.bm-prduct-side-panel {
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 18px 18px 12px;
  background: #fff;
  position: sticky;
  top: 14px;
}

.bm-prduct-price-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  border-bottom: 1px solid #ebedf0;
  padding-bottom: 10px;
  margin-bottom: 14px;
}

.bm-prduct-price-label {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}

.bm-prduct-price-note {
  color: #6b7280;
  font-size: 12px;
  margin-top: 2px;
}

.bm-prduct-info-toggle {
  border: 1px solid #d1d5db;
  border-radius: 8px;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  color: #4b5563;
  margin-bottom: 16px;
  font-size: 14px;
  background: #f9fafb;
  width: 100%;
  cursor: pointer;
}

.bm-prduct-info-toggle .bm-prduct-arrow-down,
.bm-prduct-info-toggle .bm-prduct-arrow-up {
  font-size: 14px;
  line-height: 1;
}

.bm-prduct-info-toggle .bm-prduct-arrow-up {
  display: none;
}

.bm-prduct-info-toggle[aria-expanded="true"] .bm-prduct-arrow-down {
  display: none;
}

.bm-prduct-info-toggle[aria-expanded="true"] .bm-prduct-arrow-up {
  display: inline-block;
}

.bm-prduct-pre-info-box {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fafafa;
  margin: -8px 0 16px;
  padding: 10px 12px;
}

.bm-prduct-pre-info-content {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 10px;
  align-items: center;
}

.bm-prduct-pre-info-list {
  margin: 0;
  padding-left: 16px;
  font-size: 12px;
  color: #4b5563;
}

.bm-prduct-pre-info-list li {
  margin-bottom: 5px;
}

.bm-prduct-pre-info-list li::marker {
  color: #f97316;
}

.bm-prduct-pre-info-icons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 10px;
  justify-items: center;
}

.bm-prduct-pre-icon {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  border: 2px solid #d1d5db;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 10px;
  color: #4b5563;
  padding: 6px 4px;
  line-height: 1.15;
}

.bm-prduct-pre-icon i {
  font-size: 14px;
  margin-bottom: 4px;
}

.bm-prduct-pre-icon.bm-prduct-orange i { color: #f59e0b; }
.bm-prduct-pre-icon.bm-prduct-blue i { color: #3b82f6; }
.bm-prduct-pre-icon.bm-prduct-green i { color: #ff5105; }
.bm-prduct-pre-icon.bm-prduct-red i { color: #ef4444; }

.bm-prduct-pre-icon span {
  font-weight: 600;
}

.bm-prduct-opt-title {
  font-size: 14px;
  font-weight: 700;
  margin: 14px 0 10px;
}

.bm-prduct-color-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 14px 0 10px;
}

.bm-prduct-color-head .bm-prduct-opt-title {
  margin: 0;
}

.bm-prduct-color-pick-btn {
  border: 1px solid #fed7aa;
  background: #fff7ed;
  color: #c2410c;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
}

.bm-prduct-color-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.bm-prduct-color-item {
  border: 0;
  background: transparent;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  color: #6b7280;
  cursor: pointer;
}

.bm-prduct-color-thumb {
  width: 62px;
  height: 62px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.2s ease;
}

.bm-prduct-color-thumb img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  display: block;
}

.bm-prduct-color-item.active .bm-prduct-color-thumb {
  border-color: #ff5105;
  box-shadow: 0 0 0 2px rgba(255, 81, 5, 0.18);
}

.bm-prduct-color-name {
  font-size: 12px;
  color: #6b7280;
  font-weight: 500;
  line-height: 1;
}

.bm-prduct-print-root {
  width: 100%;
  margin-top: 20px;
}

.bm-prduct-print-single-title {
  font-size: 17px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 14px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e7eb;
}

.bm-prduct-print-panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.bm-prduct-print-panel {
  min-width: 0;
}

.bm-prduct-baski-accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-btn-focus-border-color: transparent;
  --bs-accordion-btn-focus-box-shadow: none;
}

.bm-prduct-baski-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #e5e7eb;
  background: transparent;
}

.bm-prduct-baski-accordion .accordion-button {
  font-size: 17px;
  font-weight: 700;
  color: #111827;
  background: #fff;
  box-shadow: none;
  padding: 14px 0;
}

.bm-prduct-baski-accordion .accordion-button:not(.collapsed) {
  background: #fff;
  color: #111827;
  box-shadow: none;
}

.bm-prduct-baski-accordion .accordion-button::after {
  margin-left: auto;
}

.bm-prduct-baski-accordion .accordion-body {
  padding: 0 0 8px 0;
}

.bm-prduct-baski-block-inner .bm-prduct-baski-teknik {
  margin-bottom: 8px;
}

.bm-prduct-section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.bm-prduct-section-title-wrap {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.bm-prduct-section-title {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  margin: 0;
  line-height: 1.2;
}

.bm-prduct-section-title-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.bm-prduct-label-muted {
  font-size: 11px;
  color: #9ca3af;
  font-weight: 500;
}

.bm-prduct-badge-pill {
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  border: 1px solid transparent;
  white-space: nowrap;
}

.bm-prduct-badge-pill--green {
  background: #fff7ed;
  border-color: #fed7aa;
  color: #c2410c;
}

.text-success {
	color: #ff5105 !important;
}

.bm-prduct-badge-pill--warm {
  background: #fffbeb;
  border-color: #fde68a;
  color: #b45309;
}

.bm-prduct-info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #fed7aa;
  color: #c2410c;
  font-size: 11px;
  font-weight: 700;
  cursor: help;
  flex-shrink: 0;
}

.bm-prduct-tech-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.bm-prduct-tech-btn {
  flex: 1 1 140px;
  width: 100%;
  min-width: 130px;
  max-width: 160px;
  border: 1px solid #e5e7eb;
  background: #f3f4f6;
  color: #374151;
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease;
}

.bm-prduct-tech-btn:hover {
  background: #e5e7eb;
}

.bm-prduct-tech-btn.active {
  border-color: #ff5105;
  background: #fff7ed;
  color: #c2410c;
  font-weight: 600;
}

.bm-prduct-print-footnote {
  font-size: 11px;
  color: #9ca3af;
  line-height: 1.45;
  margin: 0 0 20px 0;
}

.bm-prduct-upload-btn-wrap {
  margin-bottom: 8px;
}

.bm-prduct-upload-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  box-sizing: border-box;
  width: 120px;
  max-width: 120px;
  border: 1px solid #e5e7eb;
  background: #f3f4f6;
  color: #374151;
  border-radius: 999px;
  padding: 8px 6px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease;
  vertical-align: middle;
}

.bm-prduct-upload-label:hover {
  background: #e5e7eb;
}

.bm-prduct-upload-ico {
  font-size: 14px;
  flex-shrink: 0;
}

.bm-prduct-upload-text {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  line-height: 1.2;
}

.bm-prduct-chip-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.bm-prduct-chip {
  border: 1px solid #d1d5db;
  background: #fff;
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 14px;
  min-width: 150px;
  text-align: center;
  cursor: pointer;
}

.bm-prduct-chip.active {
  border-color: #ff5105;
  background: #fff7ed;
  color: #c2410c;
  font-weight: 600;
}

.bm-prduct-qty-row {
  display: grid;
  grid-template-columns: 142px 1fr 150px;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
}

.bm-prduct-qty-box {
  height: 42px;
  min-width: 0;
  border: 1px solid #d1d5db;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  gap: 2px;
  box-sizing: border-box;
}

.bm-prduct-qty-step {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 4px 6px;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  color: #374151;
  flex-shrink: 0;
  border-radius: 8px;
}

.bm-prduct-qty-step:hover {
  color: #111827;
  background: #f3f4f6;
}

.bm-prduct-qty-input {
  flex: 0 0 60px;
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  border: 0;
  background: transparent;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #111827;
  -moz-appearance: textfield;
}

.bm-prduct-qty-input::-webkit-outer-spin-button,
.bm-prduct-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.bm-prduct-qty-input:focus {
  outline: none;
}

.bm-prduct-btn-soft,
a.bm-prduct-btn-soft {
  border: 1px solid #d1d5db;
  border-radius: 999px;
  height: 42px;
  background: #fff;
  font-weight: 500;
}

a.bm-prduct-btn-soft {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
  cursor: pointer;
}

.bm-prduct-btn-main {
  border: 0;
  border-radius: 999px;
  height: 42px;
  background: #ff5105;
  color: #fff;
  font-weight: 600;
}

.bm-prduct-side-block {
  border-top: 1px solid #ebedf0;
  padding-top: 12px;
  margin-top: 10px;
}

.bm-prduct-side-block h3 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 8px;
}

.bm-prduct-muted {
  color: #6b7280;
  font-size: 13px;
  margin: 0;
}

.bm-prduct-pay-item {
  padding: 8px 0;
  border-bottom: 1px dashed #ebedf0;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.bm-prduct-pay-item:last-child {
  border-bottom: 0;
}

@media (max-width: 1200px) {
  .bm-prduct-grid {
	grid-template-columns: 1fr;
  }

  .bm-prduct-side-panel {
	position: static;
  }
}

@media (max-width: 768px) {
  .bm-prduct-head-top {
	align-items: center;
  }

  .bm-prduct-head h1 {
	font-size: 22px;
  }

  .bm-prduct-color-pick-btn {
	font-size: 10px;
	padding: 4px 8px;
  }

  .bm-prduct-gallery-shell {
	flex-direction: column-reverse;
  }

  .bm-prduct-thumb-list {
	width: 100%;
	flex-direction: row;
	max-height: unset;
	overflow-x: auto;
  }

  .bm-prduct-main-media-card,
  .bm-prduct-main-media {
	min-height: 420px;
	height: 420px;
  }

  .bm-prduct-qty-row {
	grid-template-columns: 1fr;
  }

  .bm-prduct-pre-info-content {
	grid-template-columns: 1fr;
  }

  .bm-prduct-sample-card {
	flex-basis: calc((100% - 12px) / 2);
  }
}

@media (min-width: 769px) and (max-width: 1199px) {
  .bm-prduct-sample-card {
	flex-basis: calc((100% - 24px) / 3);
  }
}

/* Ürün sayfası — Paylaş modal */
.bm-prduct-share-modal {
  position: fixed;
  inset: 0;
  z-index: 10060;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

.bm-prduct-share-modal.is-open {
  display: flex;
}

body.bm-prduct-share-modal-open {
  overflow: hidden;
}

.bm-prduct-share-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.bm-prduct-share-modal__box {
  position: relative;
  width: 100%;
  max-width: 420px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
  padding: 22px 20px 20px;
  box-sizing: border-box;
}

.bm-prduct-share-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: 0;
  background: transparent;
  font-size: 26px;
  line-height: 1;
  color: #6b7280;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 8px;
}

.bm-prduct-share-modal__close:hover {
  color: #111827;
  background: #f3f4f6;
}

.bm-prduct-share-modal__title {
  margin: 0 0 18px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}

.bm-prduct-share-modal__row {
  display: flex;
  align-items: stretch;
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  background: #f3f4f6;
  margin-bottom: 18px;
}

.bm-prduct-share-modal__input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 12px 14px;
  font-size: 13px;
  color: #374151;
  outline: none;
}

.bm-prduct-share-modal__copy {
  flex-shrink: 0;
  border: 0;
  background: #ff5105;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 0 18px;
  cursor: pointer;
}

.bm-prduct-share-modal__copy:hover {
  background: #e64800;
}

.bm-prduct-share-modal__wa {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  color: #111827;
  font-size: 15px;
  font-weight: 500;
  padding: 6px 0;
}

.bm-prduct-share-modal__wa:hover {
  color: #25D366;
}

.bm-prduct-share-modal__wa-icon {
  font-size: 28px;
  color: #25D366;
  line-height: 1;
}

.tablar{
	background-color: #F8F8F8;
	padding: 0px;
	float: left;
	height: 40px;
	min-width: 60px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
	display: block;
	position: relative;
	border-radius: 5px 5px 0px 0px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.tablar .baslik {
	line-height: 30pt;
	font-weight: normal;
	float: left;
	width: 100%;
	display: block;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
	height: 30px;
}

.tablar-select{
	color: #FFF;
	background-color: #FF5105;
}

/* Üye girişi — ekran görüntüsündeki tasarım, max 500px ortada */
.bm-auth-page {
	max-width: 500px;
	width: 100%;
	margin: 1rem auto 2.5rem;
	padding: 0 12px;
	box-sizing: border-box;
}

.bm-login-card {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	padding: 28px 22px 32px;
	border: 1px solid #e8e8e8;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06);
	box-sizing: border-box;
}

.bm-login-card__head {
	text-align: center;
	margin-bottom: 22px;
}

.bm-login-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	margin-bottom: 10px;
	border: 2px solid #ff5105;
	border-radius: 50%;
	color: #ff5105;
	font-size: 1.35rem;
	line-height: 1;
}

.bm-login-card__title {
	margin: 0 0 14px;
	font-size: 1.05rem;
	font-weight: 600;
	color: #111;
}

.bm-login-card__divider {
	margin: 0;
	border: 0;
	border-top: 1px solid #e8e8e8;
}

.bm-login-form {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.bm-login-field__label {
	display: block;
	margin-bottom: 8px;
	font-size: 0.9rem;
	font-weight: 700;
	color: #111;
}

.bm-login-field__input {
	width: 100%;
	max-width: 100%;
	height: 46px;
	padding: 0 14px;
	border: 1px solid #d1d5db;
	border-radius: 10px;
	font-size: 16px;
	color: #111;
	background: #fff;
	box-sizing: border-box;
}

.bm-login-field__input::placeholder {
	color: #9ca3af;
}

.bm-login-field__input:focus {
	outline: none;
	border-color: #ff5105;
	box-shadow: 0 0 0 3px rgba(255, 81, 5, 0.12);
}

.bm-login-password {
	position: relative;
}

.bm-login-password .bm-login-field__input {
	padding-right: 48px;
}

.bm-login-password__toggle {
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	width: 44px;
	border: 0;
	border-left: 1px solid #e5e7eb;
	border-radius: 0 9px 9px 0;
	background: #f9fafb;
	color: #6b7280;
	cursor: pointer;
}

.bm-login-password__toggle:hover {
	color: #111;
}

.bm-login-options {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
}

.bm-login-remember {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	font-size: 0.88rem;
	color: #374151;
	cursor: pointer;
}

.bm-login-remember input {
	width: 16px;
	height: 16px;
	margin: 0;
	accent-color: #ff5105;
}

.bm-login-forgot {
	font-size: 0.88rem;
	font-weight: 600;
	color: #111;
	text-decoration: none;
}

.bm-login-forgot:hover {
	color: #ff5105;
	text-decoration: underline;
}

.bm-login-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 48px;
	padding: 12px 16px;
	border: 0;
	border-radius: 10px;
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
}

.bm-login-btn--primary {
	color: #fff !important;
	background: #ff5105;
}

.bm-login-btn--primary:hover {
	color: #fff !important;
	background: #d94100;
}

.bm-login-btn--secondary {
	color: #fff !important;
	background: #1f2937;
}

.bm-login-btn--secondary:hover {
	color: #fff !important;
	background: #111827;
}

.bm-login-btn--outline {
	color: #374151 !important;
	background: #fff;
	border: 1px solid #d1d5db;
	font-weight: 600;
}

.bm-login-btn--outline:hover {
	color: #ff5105 !important;
	border-color: #ff5105;
	background: #fff;
}

/* Üyeliksiz alışveriş — login kartı ile aynı çerçeve */
.bm-free-user-page {
	max-width: 500px;
}

.bm-free-user-card {
	max-width: 500px;
}

.bm-free-user-section__title {
	margin: 8px 0 12px;
	padding-bottom: 8px;
	border-bottom: 1px solid #e8e8e8;
	font-size: 0.95rem;
	font-weight: 700;
	color: #111;
}

.bm-free-user-form.bm-login-form {
	gap: 12px;
}

.bm-free-user-fields {
	--bs-gutter-x: 12px;
	--bs-gutter-y: 12px;
	margin-left: 0;
	margin-right: 0;
}

.bm-free-user-fields > [class*="col-"] {
	width: 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.bm-free-user-form .form-control,
.bm-free-user-form .form-select {
	min-height: 46px;
	border: 1px solid #d1d5db;
	border-radius: 10px;
	font-size: 16px;
	box-shadow: none;
}

.bm-free-user-form .form-control:focus,
.bm-free-user-form .form-select:focus {
	border-color: #ff5105;
	box-shadow: 0 0 0 3px rgba(255, 81, 5, 0.12);
}

.bm-free-user-form .form-floating > label {
	color: #6b7280;
}

.bm-free-user-form .form-floating > .form-control,
.bm-free-user-form .form-floating > .form-select {
	height: calc(3.25rem + 2px);
}

.bm-free-user-form .form-floating > textarea.form-control {
	min-height: 100px;
	height: auto;
	padding-top: 1.25rem;
}

.bm-free-user-form .input-group .form-control {
	border-radius: 0 10px 10px 0;
}

.bm-free-user-form .input-group-text {
	border: 1px solid #d1d5db;
	border-radius: 10px 0 0 10px;
	background: #f9fafb;
}

.bm-free-user-form .bm-free-user-agreement {
	font-size: 0.85rem;
	line-height: 1.45;
	text-align: center;
	color: #374151;
}

.bm-free-user-form .bm-free-user-agreement a {
	color: #111;
}

.bm-free-user-form .bm-free-user-agreement a:hover {
	color: #ff5105;
}

.bm-login-card--mob.bm-free-user-card {
	padding: 22px 16px 28px;
}

/* Üyelik (signup) — login ile aynı çerçeve */
.bm-signup-page {
	max-width: 500px;
}

.bm-signup-card {
	max-width: 500px;
}

/* Şifremi unuttum */
.bm-forget-page {
	max-width: 500px;
}

.bm-forget-card {
	max-width: 500px;
}

.bm-forget-form .form-control[readonly] {
	background-color: #f9fafb;
}

/* Sipariş sorgula */
.bm-siparis-sorgula-page {
	max-width: 500px;
}

.bm-siparis-sorgula-page--detay {
	max-width: 720px;
}

.bm-siparis-sorgula-card {
	max-width: 100%;
}

.bm-siparis-detay-body {
	margin-top: 8px;
}

.bm-siparis-detay-body .table-list {
	width: 100%;
	font-size: 0.88rem;
}

.bm-siparis-detay-body .table-list td,
.bm-siparis-detay-body .table-list th {
	word-break: break-word;
	vertical-align: top;
	padding: 6px 8px;
}

.bm-siparis-detay-card .bm-siparis-detay-back {
	margin-top: 16px;
}

.bm-siparis-detay-body .container-sm {
	max-width: 100% !important;
	padding: 0 !important;
	width: 100% !important;
}

/* Alışveriş sepeti — ortak (masaüstü + mobil) */
.bm-sepet-page {
	max-width: 1100px;
	margin: 0 auto 2.5rem;
	padding: 0 16px 2rem;
	box-sizing: border-box;
}

.bm-sepet-page__head {
	margin: 0.75rem 0 1.25rem;
}

.bm-sepet-page__title {
	margin: 0 0 0.35rem;
	font-size: clamp(1.35rem, 3vw, 1.75rem);
	font-weight: 700;
	color: #111;
}

.bm-sepet-page__sub {
	margin: 0;
	font-size: 0.92rem;
	color: #6b7280;
}

.bm-cart-layout {
	display: grid;
	grid-template-columns: 1fr min(320px, 34%);
	gap: 1.5rem;
	align-items: start;
}

.bm-cart-panel {
	min-width: 0;
}

.bm-cart-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.bm-cart-item {
	display: grid;
	grid-template-columns: 88px 1fr auto;
	gap: 14px 16px;
	align-items: start;
	padding: 16px 18px;
	border: 1px solid #e8e8e8;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.bm-cart-item__thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 88px;
	height: 88px;
	border-radius: 10px;
	border: 1px solid #eee;
	background: #fafafa;
	overflow: hidden;
	flex-shrink: 0;
}

.bm-cart-item__thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.bm-cart-item__title {
	margin: 0 0 8px;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.35;
}

.bm-cart-item__title a {
	color: #111;
	text-decoration: none;
}

.bm-cart-item__title a:hover {
	color: #ff5105;
}

.bm-cart-item__meta {
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
	font-size: 0.85rem;
	color: #4b5563;
}

.bm-cart-item__meta-label {
	font-weight: 600;
	color: #374151;
}

.bm-cart-item__stats {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 8px 12px;
	padding-top: 10px;
	border-top: 1px dashed #e5e7eb;
}

.bm-cart-item__qty {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 0.88rem;
	font-weight: 600;
	color: #6b7280;
}

.bm-cart-item__qty i {
	color: #ff5105;
	font-size: 0.8rem;
}

.bm-cart-item__price {
	font-size: 1.05rem;
	font-weight: 700;
	color: #111;
	white-space: nowrap;
}

.bm-cart-item__actions {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.bm-cart-item__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	border: 1px solid #e5e7eb;
	background: #fff;
	color: #374151;
	font-size: 0.9rem;
	cursor: pointer;
	text-decoration: none;
	transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}

.bm-cart-item__btn--edit:hover {
	border-color: #ff5105;
	color: #ff5105;
	background: #fff7f2;
}

.bm-cart-item__btn--remove {
	border-color: #fecaca;
	color: #dc2626;
	background: #fef2f2;
}

.bm-cart-item__btn--remove:hover {
	border-color: #dc2626;
	background: #fee2e2;
}

.bm-cart-summary {
	position: sticky;
	top: 1rem;
	padding: 20px 18px;
	border: 1px solid #e8e8e8;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
}

.bm-cart-summary__title {
	margin: 0 0 14px;
	font-size: 1rem;
	font-weight: 700;
	color: #111;
}

.bm-cart-summary__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 10px;
	font-size: 0.9rem;
	color: #6b7280;
}

.bm-cart-summary__row--total {
	margin: 14px 0 18px;
	padding-top: 14px;
	border-top: 1px solid #eee;
}

.bm-cart-summary__row--total .bm-cart-summary__label {
	font-weight: 600;
	color: #111;
}

.bm-cart-summary__total {
	font-size: clamp(1.25rem, 2.5vw, 1.5rem);
	font-weight: 700;
	color: #ff5105;
}

.bm-cart-summary__checkout {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	padding: 14px 16px;
	border: none;
	border-radius: 10px;
	background: #ff5105;
	color: #fff !important;
	font-size: 0.95rem;
	font-weight: 700;
	text-decoration: none !important;
	box-shadow: 0 4px 14px rgba(255, 81, 5, 0.35);
	transition: background 0.15s ease;
}

.bm-cart-summary__checkout:hover {
	background: #e64800;
	color: #fff !important;
}

.bm-cart-summary__note {
	margin: 12px 0 0;
	font-size: 0.78rem;
	color: #9ca3af;
	text-align: center;
	line-height: 1.4;
}

.bm-cart-summary__note i {
	margin-right: 4px;
}

.bm-cart-empty {
	max-width: 480px;
	margin: 2rem auto 3rem;
	padding: 36px 24px 32px;
	text-align: center;
	border: 1px solid #e8e8e8;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06);
}

.bm-cart-empty__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 88px;
	height: 88px;
	margin-bottom: 16px;
	border: 2px solid #ff5105;
	border-radius: 50%;
	color: #ff5105;
	font-size: 2rem;
}

.bm-cart-empty__title {
	margin: 0 0 10px;
	font-size: 1.25rem;
	font-weight: 700;
	color: #111;
}

.bm-cart-empty__text {
	margin: 0 0 20px;
	font-size: 0.92rem;
	color: #6b7280;
	line-height: 1.5;
}

.bm-cart-empty__cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 22px;
	border-radius: 10px;
	background: #ff5105;
	color: #fff !important;
	font-weight: 600;
	text-decoration: none !important;
}

.bm-cart-empty__cta:hover {
	background: #e64800;
	color: #fff !important;
}

.bm-cart-empty__help {
	margin: 20px 0 0;
	font-size: 0.82rem;
	color: #9ca3af;
}

.bm-cart-empty__help a {
	color: #6b7280;
}

/* Sepet — header paneli (tp=1), dar alanda tek sütun */
#genel-pencere-icerik .bm-sepet-page {
	max-width: 100%;
	margin: 0;
	padding: 12px 14px 16px;
}

#genel-pencere-icerik .bm-cart-layout {
	grid-template-columns: 1fr;
	gap: 1rem;
}

#genel-pencere-icerik .bm-cart-summary {
	position: static;
}

/* Favoriler — ortak */
.bm-fav-page {
	max-width: 800px;
	margin: 0 auto 2.5rem;
	padding: 0 16px 2rem;
	box-sizing: border-box;
}

.bm-fav-page__head {
	margin: 0.75rem 0 1.25rem;
}

.bm-fav-page__title {
	margin: 0 0 0.35rem;
	font-size: clamp(1.35rem, 3vw, 1.75rem);
	font-weight: 700;
	color: #111;
}

.bm-fav-page__sub {
	margin: 0;
	font-size: 0.92rem;
	color: #6b7280;
}

.bm-fav-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.bm-fav-item {
	display: grid;
	grid-template-columns: 88px 1fr auto;
	gap: 14px 16px;
	align-items: center;
	padding: 16px 18px;
	border: 1px solid #e8e8e8;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.bm-fav-item__thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 88px;
	height: 88px;
	border-radius: 10px;
	border: 1px solid #eee;
	background: #fafafa;
	overflow: hidden;
	flex-shrink: 0;
}

.bm-fav-item__thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.bm-fav-item__main {
	min-width: 0;
}

.bm-fav-item__title {
	margin: 0 0 8px;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.35;
}

.bm-fav-item__title a {
	color: #111;
	text-decoration: none;
}

.bm-fav-item__title a:hover {
	color: #ff5105;
}

.bm-fav-item__link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 0.88rem;
	font-weight: 600;
	color: #ff5105;
	text-decoration: none;
}

.bm-fav-item__link:hover {
	color: #e64800;
}

.bm-fav-item__remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1px solid #fecaca;
	border-radius: 10px;
	background: #fef2f2;
	color: #dc2626;
	font-size: 1rem;
	cursor: pointer;
	transition: background 0.15s ease, border-color 0.15s ease;
}

.bm-fav-item__remove:hover {
	border-color: #dc2626;
	background: #fee2e2;
}

.bm-fav-empty {
	max-width: 480px;
	margin: 2rem auto 3rem;
	padding: 36px 24px 32px;
	text-align: center;
	border: 1px solid #e8e8e8;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06);
}

.bm-fav-empty__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 88px;
	height: 88px;
	margin-bottom: 16px;
	border: 2px solid #ff5105;
	border-radius: 50%;
	color: #ff5105;
	font-size: 2rem;
}

.bm-fav-empty__title {
	margin: 0 0 10px;
	font-size: 1.25rem;
	font-weight: 700;
	color: #111;
}

.bm-fav-empty__text {
	margin: 0 0 20px;
	font-size: 0.92rem;
	color: #6b7280;
	line-height: 1.5;
}

.bm-fav-empty__cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 22px;
	border-radius: 10px;
	background: #ff5105;
	color: #fff !important;
	font-weight: 600;
	text-decoration: none !important;
}

.bm-fav-empty__cta:hover {
	background: #e64800;
	color: #fff !important;
}

/* Favoriler — header paneli (tp=1) */
#genel-pencere-icerik .bm-fav-page {
	max-width: 100%;
	margin: 0;
	padding: 12px 14px 16px;
}

/* Hesap > Siparislerim */
.bm-orders-page {
	padding: 6px 0 14px;
}

.bm-orders-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
}

.bm-orders-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.bm-orders-tab {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 12px;
	border: 1px solid #d1d5db;
	border-radius: 999px;
	color: #374151;
	font-size: 0.86rem;
	font-weight: 600;
	background: #fff;
	text-decoration: none;
}

.bm-orders-tab small {
	color: #9ca3af;
	font-size: 0.74rem;
}

.bm-orders-tab.is-active {
	border-color: #ff5105;
	color: #ff5105;
	background: #fff7ed;
}

.bm-orders-date-filter select {
	min-width: 180px;
	height: 38px;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	padding: 0 10px;
	background: #fff;
	color: #374151;
}

.bm-orders-item {
	margin-bottom: 12px;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	overflow: hidden;
}

.bm-orders-item__head {
	display: grid;
	grid-template-columns: 1.3fr 1.3fr 1fr 1fr auto;
	gap: 8px 16px;
	padding: 12px 16px;
	background: #f9fafb;
	border-bottom: 1px solid #eceff3;
}

.bm-orders-item__meta span {
	display: block;
	font-size: 0.76rem;
	color: #6b7280;
	margin-bottom: 3px;
}

.bm-orders-item__meta strong {
	font-size: 0.9rem;
	color: #111827;
	font-weight: 700;
}

.bm-orders-item__price {
	color: #c2410c !important;
}

.bm-orders-item__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.bm-orders-item__body {
	display: grid;
	grid-template-columns: 1.2fr 2fr auto;
	gap: 12px;
	align-items: center;
	padding: 12px 16px;
}

.bm-orders-item__status {
	display: flex;
	flex-direction: column;
	gap: 2px;
	font-size: 0.95rem;
	font-weight: 700;
}

.bm-orders-item__status small {
	font-size: 0.82rem;
	font-weight: 500;
	color: #6b7280;
}

.bm-orders-item__status i {
	margin-right: 6px;
}

.bm-orders-item__status.is-delivered {
	color: #059669;
}

.bm-orders-item__status.is-progress {
	color: #d97706;
}

.bm-orders-item__status.is-cancel {
	color: #dc2626;
}

.bm-orders-item__thumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.bm-orders-item__thumb {
	width: 56px;
	height: 56px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.bm-orders-item__thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.bm-orders-empty {
	margin: 18px 0 6px;
	padding: 40px 24px;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	background: linear-gradient(180deg, #fff, #fff7ef);
	text-align: center;
}

.bm-orders-empty__icon {
	width: 72px;
	height: 72px;
	margin: 0 auto 14px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #ffd8c6;
	color: #ff5105;
	font-size: 1.6rem;
	box-shadow: 0 8px 24px rgba(255, 81, 5, 0.14);
}

.bm-orders-empty__title {
	margin: 0 0 8px;
	font-size: 1.24rem;
	font-weight: 700;
	color: #111827;
}

.bm-orders-empty__text {
	margin: 0 auto 18px;
	max-width: 520px;
	color: #6b7280;
	font-size: 0.94rem;
	line-height: 1.55;
}

.bm-orders-empty__cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 11px 20px;
	border-radius: 10px;
	background: #ff5105;
	color: #fff !important;
	font-size: 0.9rem;
	font-weight: 700;
	text-decoration: none !important;
	box-shadow: 0 10px 20px rgba(255, 81, 5, 0.25);
}

.bm-orders-empty__cta:hover {
	background: #e64800;
	color: #fff !important;
}

/* Hesap > Siparis Detay */
.bm-hesap-siparis-detay {
	margin: 10px 0 18px;
}

.bm-hesap-siparis-detay__head {
	padding: 16px 18px;
	border: 1px solid #eceff3;
	border-radius: 12px;
	background: linear-gradient(180deg, #fff, #fafcff);
	margin-bottom: 12px;
}

.bm-hesap-siparis-detay__head h2 {
	margin: 0;
	font-size: 1.1rem;
	font-weight: 800;
	color: #111827;
	display: inline-flex;
	align-items: center;
	gap: 9px;
}

.bm-hesap-siparis-detay__head h2 i {
	color: #ff5105;
}

.bm-hesap-siparis-detay__head p {
	margin: 6px 0 0;
	font-size: 0.86rem;
	color: #6b7280;
}

.bm-hesap-siparis-detay .table-title {
	margin-top: 12px;
	border-radius: 10px 10px 0 0;
	border: 1px solid #eceff3;
	border-bottom: 0;
	background: #f8fafc;
	padding: 11px 14px;
	font-size: 0.92rem;
	font-weight: 800;
	color: #1f2937;
}

.bm-hesap-siparis-detay .table-list {
	border: 1px solid #eceff3;
	border-left: 1px solid #eceff3;
	border-bottom: 1px solid #eceff3;
	border-radius: 0 0 10px 10px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}

.bm-hesap-siparis-detay .table-list tr td {
	padding: 9px 10px;
	border-color: #edf0f4;
}

.bm-hesap-siparis-detay .Basliklar {
	width: 170px;
	background: #fbfcfe;
	color: #374151;
	font-weight: 600;
}

.bm-hesap-siparis-detay .urun-satirlari td:first-child img {
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #fff;
	padding: 2px;
}

@media (max-width: 991px) {
	.bm-orders-toolbar {
		flex-direction: column;
		align-items: flex-start;
	}
	.bm-orders-date-filter select {
		min-width: 220px;
	}
	.bm-orders-item__head {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.bm-orders-item__actions {
		grid-column: 1 / -1;
		justify-content: flex-start;
	}
	.bm-orders-item__body {
		grid-template-columns: 1fr;
	}
}
