:root { --blue:#008ed6; --cyan:#24baff; --navy:#061b34; --ink:#0b2442; --muted:#62748a; --line:#dce5ef; --mist:#f4f8fb; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:#fff; font-family:Arial,Helvetica,sans-serif; }
button,input { font:inherit; }
button,a { -webkit-tap-highlight-color:transparent; }
a { color:inherit; text-decoration:none; }
.shell { width:min(1180px,calc(100% - 40px)); margin-inline:auto; }
.topbar { height:34px; display:flex; align-items:center; justify-content:center; gap:15px; color:#fff; background:linear-gradient(90deg,#0678ba,#00a8e8); font-size:12px; letter-spacing:.2px; }
.header { min-height:84px; display:grid; grid-template-columns:205px 1fr auto; align-items:center; gap:28px; }
.brand { width:196px; height:58px; overflow:hidden; border-radius:8px; background:#020202; display:block; }
.brand img { width:100%; height:100%; object-fit:cover; }
.bbh-site-search { height:46px; border:1px solid var(--line); border-radius:8px; display:flex; align-items:center; padding:0 15px; color:#7c8da0; background:#fafcfe; }
.bbh-site-search span { font-size:25px; transform:rotate(-20deg); margin-right:10px; }
.bbh-site-search input { border:0; outline:0; background:transparent; width:100%; color:var(--ink); }
.header-actions { display:flex; align-items:stretch; }
.header-actions button { position:relative; width:76px; border:0; border-left:1px solid #e5ebf1; background:#fff; color:#0a4d78; cursor:pointer; font-size:22px; }
.header-actions button:hover { color:var(--blue); }
.header-actions small { display:block; font-size:10px; margin-top:5px; }
.header-actions b { position:absolute; top:3px; right:18px; width:17px; height:17px; line-height:17px; color:#fff; background:var(--blue); border-radius:50%; font-size:10px; }
.menu-button { display:none; border:0; background:var(--navy); color:#fff; width:43px; height:43px; border-radius:8px; }
.nav { border-block:1px solid var(--line); background:#fff; position:relative; z-index:5; }
.nav-inner { height:58px; display:flex; align-items:center; justify-content:space-between; }
.nav a { display:flex; align-items:center; gap:9px; font-size:13px; font-weight:700; }
.nav a:hover { color:var(--blue); }
.nav i { font-style:normal; display:grid; place-items:center; width:32px; height:32px; color:var(--blue); border:1px solid #b9dbef; border-radius:8px; font-size:18px; }
.hero { min-height:480px; color:#fff; background:radial-gradient(circle at 70% 55%,#0d5487 0,transparent 33%),linear-gradient(115deg,#04172d 0%,#05294c 60%,#007dbd 140%); overflow:hidden; position:relative; }
.hero:before { content:""; position:absolute; inset:0; opacity:.18; background-image:linear-gradient(120deg,transparent 49%,#17aee5 50%,transparent 51%); background-size:80px 80px; }
.hero-inner { min-height:480px; position:relative; display:grid; grid-template-columns:43% 57%; align-items:center; }
.eyebrow { font-size:11px; letter-spacing:2px; font-weight:800; color:#77d3ff; }
.eyebrow.blue { color:var(--blue); }
.hero h1 { margin:13px 0 15px; font-size:54px; line-height:1.03; letter-spacing:-2px; }
.hero h1 em { font-style:normal; color:#19b9ff; }
.hero-copy>p { width:min(410px,100%); color:#dbeaf6; line-height:1.6; }
.hero-buttons { display:flex; gap:12px; margin-top:25px; }
.button { border:0; display:inline-flex; align-items:center; justify-content:center; min-height:44px; padding:0 20px; border-radius:6px; color:#fff; background:linear-gradient(135deg,#04a8ed,#0078c5); font-weight:800; cursor:pointer; box-shadow:0 8px 24px #008ed633; }
.button.secondary { background:transparent; border:1px solid #82cdec; box-shadow:none; }
.local-chip { display:inline-block; margin-top:26px; padding:9px 13px; border:1px solid #00aef1; border-radius:30px; color:#bcecff; font-size:12px; }
.appliance-stage { position:relative; align-self:end; height:420px; filter:drop-shadow(0 24px 26px #0009); }
.appliance-stage:after { content:""; position:absolute; left:3%; right:0; bottom:22px; height:18px; border-radius:50%; background:#14b9ff; filter:blur(20px); }
.fridge,.washer,.oven,.tv { position:absolute; bottom:45px; background:linear-gradient(130deg,#e5e8eb,#7b858c); border:1px solid #b7c1c7; box-shadow:inset -10px 0 20px #0002,0 15px 30px #0007; }
.fridge { width:180px; height:330px; left:36%; border-radius:8px 8px 3px 3px; z-index:3; }
.fridge b,.washer b,.oven b { position:absolute; top:10px; left:12px; font-size:9px; color:#fff; }
.fridge span { position:absolute; left:0; right:0; top:58%; height:2px; background:#444; }
.fridge:after { content:""; position:absolute; right:10px; top:35px; width:7px; height:90px; border-radius:8px; background:#50585e; }
.washer { width:156px; height:220px; left:15%; z-index:4; border-radius:4px; }
.washer i,.featured-art .product-art i { position:absolute; width:106px; height:106px; border-radius:50%; border:15px solid #252a2f; box-shadow:inset 0 0 0 9px #77838b; bottom:22px; left:25px; }
.oven { width:160px; height:220px; right:5%; background:linear-gradient(130deg,#aeb4b8,#1c2226); z-index:4; }
.oven i:first-of-type { position:absolute; inset:46px 16px 20px; border:7px solid #20262a; background:linear-gradient(#111,#38434a); }
.oven i:nth-of-type(2),.oven i:nth-of-type(3) { position:absolute; top:24px; width:9px; height:9px; border-radius:50%; background:#171c20; }
.oven i:nth-of-type(2){left:45px}.oven i:nth-of-type(3){right:45px}
.tv { width:280px; height:190px; right:0; bottom:105px; z-index:1; border:9px solid #17212b; background:radial-gradient(circle at 70% 20%,#fff 0,#42c8ff 4%,#0079cd 20%,#041839 62%); }
.tv span { position:absolute; left:45%; bottom:-38px; width:55px; height:38px; border-bottom:7px solid #2a3135; background:#30383d; clip-path:polygon(40% 0,60% 0,72% 80%,100% 80%,100% 100%,0 100%,0 80%,28% 80%); }
.trust { position:relative; z-index:2; margin-top:-25px; display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.trust article { min-height:115px; display:flex; align-items:center; gap:17px; background:#fff; border:1px solid #e4ebf2; border-radius:12px; padding:22px; box-shadow:0 10px 26px #0c315216; }
.trust article>i { font-style:normal; color:var(--blue); font-size:35px; }
.trust b { color:#0578b8; }
.trust p { margin:7px 0 0; color:var(--muted); font-size:12px; line-height:1.5; }
.section { padding-block:68px; }
.section-head { display:flex; align-items:end; justify-content:space-between; margin-bottom:26px; }
.section-head h2,.weekly h2,.why h2 { margin:7px 0 0; font-size:32px; letter-spacing:-1px; }
.section-head p { margin:8px 0 0; color:var(--muted); }
.section-head>a { color:var(--blue); font-size:13px; font-weight:800; }
.category-grid { display:grid; grid-template-columns:repeat(6,1fr); gap:14px; }
.category { min-height:190px; padding:20px; border:1px solid var(--line); border-radius:12px; display:flex; flex-direction:column; align-items:center; justify-content:center; background:linear-gradient(#fff,#f6f9fc); transition:.2s; }
.category:hover { transform:translateY(-4px); border-color:#84cdef; box-shadow:0 14px 28px #0a548315; }
.category i { font-style:normal; font-size:65px; color:#7e8d9b; text-shadow:0 6px 16px #6782; }
.category b { margin-top:18px; font-size:14px; }
.category span { color:var(--blue); font-size:11px; margin-top:9px; }
#offers { padding-top:25px; }
.product-grid { display:grid; grid-template-columns:repeat(6,1fr); gap:13px; }
.product { min-width:0; position:relative; border:1px solid var(--line); border-radius:12px; padding:18px 14px 16px; background:#fff; transition:.2s; }
.product:hover { transform:translateY(-5px); box-shadow:0 14px 30px #12335416; }
.discount { position:absolute; top:12px; left:10px; z-index:2; background:#e44949; color:#fff; padding:5px 7px; border-radius:5px; font-size:10px; font-weight:800; }
.heart { position:absolute; right:10px; top:10px; border:0; background:none; color:#64809a; font-size:21px; cursor:pointer; }
.product-art { height:150px; margin:0 auto 14px; display:grid; place-items:center; position:relative; color:#4f5d67; }
.product-art>i { font-style:normal; font-size:100px; font-family:Arial Black,Arial; filter:drop-shadow(0 12px 8px #4564); }
.product-art>small { position:absolute; top:32px; font-size:8px; color:#fff; }
.product-art.p1>i { transform:scaleX(.68); font-size:125px; }
.product-art.p2>i,.product-art.p6>i { width:100px; height:120px; border-radius:5px; border:7px solid #e7ebed; background:radial-gradient(circle at 50% 57%,#96a4ad 0 24%,#28333a 25% 36%,#eef1f2 37%); font-size:0; box-shadow:inset 0 0 9px #0002,0 10px 14px #3453; }
.product-art.p3>i { width:105px; height:120px; border:10px solid #3d4449; background:linear-gradient(#111,#36424a); font-size:0; }
.product-art.p4>i { width:90px; height:120px; border:6px solid #e7ebed; background:linear-gradient(#e0e4e5 20%,#b2bac0 21% 22%,#f2f4f5 23%); font-size:0; }
.product-art.p5>i { width:130px; height:80px; border:7px solid #242b30; background:radial-gradient(circle at 70% 20%,#8fe7ff,#057bc5 18%,#061d42 60%); font-size:0; }
.product>small { color:var(--blue); font-size:10px; }
.product h3 { min-height:48px; margin:7px 0; font-size:12px; line-height:1.35; }
.product del,.featured-info del { display:block; color:#8491a0; font-size:11px; margin-bottom:4px; }
.product strong { display:block; color:#087dbd; font-size:17px; }
.add { width:100%; border:1px solid #bcd9e9; border-radius:6px; color:#0578b8; background:#fff; margin-top:12px; padding:8px; font-size:11px; font-weight:800; cursor:pointer; }
.add:hover { color:#fff; background:var(--blue); }
.benefits { margin-bottom:55px; min-height:74px; display:grid; grid-template-columns:repeat(4,1fr); border:1px solid var(--line); border-radius:12px; background:#f8fbfd; align-items:center; }
.benefits span { text-align:center; color:var(--blue); font-size:23px; border-right:1px solid var(--line); }
.benefits span:last-child { border:0; }
.benefits b { display:block; color:var(--ink); font-size:11px; margin-top:4px; }
.benefits span { font-size:11px; color:var(--muted); }
.weekly { min-height:310px; background:radial-gradient(circle at 50% 100%,#0074ba 0,transparent 30%),linear-gradient(115deg,#03172e,#042f57 55%,#06182d); color:#fff; position:relative; overflow:hidden; }
.weekly:before { content:""; position:absolute; inset:0; opacity:.15; background-image:linear-gradient(45deg,transparent 48%,#27bcff 49%,transparent 50%); background-size:70px 70px; }
.weekly-inner { min-height:310px; position:relative; display:grid; grid-template-columns:36% 29% 35%; align-items:center; }
.weekly h2 { font-size:42px; margin-bottom:8px; }
.weekly-copy>b { display:inline-block; background:#079ee4; border-radius:5px; padding:7px 12px; font-size:18px; }
.weekly-copy p { color:#bed6e8; }
.featured-art .product-art { height:255px; margin:0; transform:scale(1.35); }
.featured-info { border-left:1px solid #2a597a; padding-left:35px; }
.featured-info small { color:#76cffe; }
.featured-info h3 { max-width:250px; margin:7px 0 13px; font-size:18px; line-height:1.3; }
.featured-info strong { display:block; font-size:35px; }
.picker { display:flex; gap:8px; margin:20px 0 10px; }
.picker button,.change { border:1px solid #7ba9c7; color:#fff; background:#ffffff0c; border-radius:5px; cursor:pointer; }
.picker button { width:48px; height:44px; font-size:26px; }
.picker button.active { border:2px solid #20bafc; background:#1188c840; }
.change { padding:9px 16px; }
.slider-arrow { position:absolute; z-index:3; top:43%; border:0; width:42px; height:42px; border-radius:50%; background:#079be8bb; color:#fff; font-size:35px; cursor:pointer; }
.slider-arrow.left { left:18px; }.slider-arrow.right { right:18px; }
.store-section { padding-bottom:80px; }
.store-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.store { overflow:hidden; border:1px solid var(--line); border-radius:12px; background:#fff; box-shadow:0 10px 25px #163a5b12; }
.store img { width:100%; height:220px; display:block; object-fit:cover; }
.store:nth-child(3) img { object-position:center 58%; }
.store>div { padding:18px; }
.store h3 { margin:0 0 8px; font-size:18px; }
.store p { min-height:44px; color:var(--muted); font-size:12px; line-height:1.5; }
.store a { display:inline-block; margin-top:5px; color:var(--blue); font-weight:800; font-size:12px; }
.why { padding:55px 0; border-block:1px solid var(--line); background:var(--mist); }
.why h2 { text-align:center; margin-bottom:30px; }
.why-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:24px; }
.why article { display:grid; grid-template-columns:44px 1fr; column-gap:12px; }
.why article>b,.why article>p { grid-column:2; }
.why article>b { font-size:14px; }
.why article>p { color:var(--muted); font-size:11px; line-height:1.5; }
.why article { color:var(--blue); font-size:32px; }
.why article b,.why article p { color:var(--ink); }
.newsletter { color:#fff; background:linear-gradient(100deg,#041a34,#003d6b); padding:32px 0; }
.newsletter-inner { display:flex; align-items:center; justify-content:space-between; gap:40px; }
.newsletter h2 { margin:0 0 7px; font-size:23px; }
.newsletter p { margin:0; color:#a7c4d9; font-size:12px; }
.newsletter form { width:min(500px,50%); display:flex; }
.newsletter input { flex:1; min-width:0; border:0; padding:14px; border-radius:7px 0 0 7px; outline:0; }
.newsletter form button { border:0; padding:0 24px; color:#fff; background:#079de5; border-radius:0 7px 7px 0; font-weight:800; cursor:pointer; }
footer { color:#b5c8d9; background:#03162c; padding:48px 0 20px; }
.footer-grid { display:grid; grid-template-columns:1.4fr repeat(3,1fr); gap:50px; }
.footer-grid>div>b { display:block; color:#fff; margin-bottom:18px; }
.footer-grid a { display:block; margin:10px 0; font-size:12px; }
.footer-brand img { width:225px; height:82px; object-fit:cover; border-radius:7px; }
.footer-brand p { max-width:290px; font-size:12px; line-height:1.6; }
.copyright { display:flex; justify-content:space-between; border-top:1px solid #294158; margin-top:38px; padding-top:20px; font-size:10px; }
.toast { position:fixed; z-index:50; right:24px; bottom:24px; padding:14px 18px; color:#fff; background:#052f50; border:1px solid #17a8ed; border-radius:8px; box-shadow:0 10px 35px #0018; animation:toast .2s ease; }
@keyframes toast { from { transform:translateY(12px); opacity:0 } }

@media (max-width:960px) {
  .shell { width:min(100% - 28px,760px); }
  .header { grid-template-columns:170px 1fr auto; gap:12px; }
  .brand { width:165px; height:50px; }
  .header-actions { display:none; }.menu-button{display:block}
  .nav { display:none; }.nav.open{display:block}.nav-inner{height:auto;display:grid;grid-template-columns:repeat(2,1fr);padding:14px 0;gap:14px}
  .hero-inner { grid-template-columns:1fr; padding-top:55px; }.hero-copy{position:relative;z-index:3}.appliance-stage{height:340px;margin-top:-45px;opacity:.8}.hero h1{font-size:45px}
  .trust { grid-template-columns:1fr; margin-top:20px; }.trust article{min-height:90px}
  .category-grid { grid-template-columns:repeat(3,1fr); }.product-grid{grid-template-columns:repeat(3,1fr)}
  .weekly-inner{grid-template-columns:1fr 1fr; padding:45px 0}.weekly-copy{grid-column:1}.featured-art{grid-column:2}.featured-info{grid-column:1/-1;border:0;border-top:1px solid #2a597a;padding:25px 0 0;margin-top:20px}.featured-info h3{max-width:none}
  .store-grid{grid-template-columns:1fr}.store{display:grid;grid-template-columns:43% 57%}.store img{height:100%;min-height:220px}.why-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:620px) {
  .topbar{height:auto;min-height:38px;text-align:center;font-size:10px;padding:6px 12px}.topbar span{display:none}
  .header{grid-template-columns:125px 1fr auto;min-height:70px}.brand{width:120px;height:43px}.bbh-site-search{height:42px}.bbh-site-search input::placeholder{font-size:0}.bbh-site-search span{margin:0}.menu-button{width:40px;height:40px}
  .hero{min-height:660px}.hero-inner{min-height:660px}.hero h1{font-size:39px}.appliance-stage{transform:scale(.72);transform-origin:left bottom;width:135%;height:385px;margin-top:-30px}
  .section{padding-block:52px}.section-head h2,.why h2{font-size:27px}.section-head>a{display:none}
  .category-grid{grid-template-columns:repeat(2,1fr)}.category{min-height:150px;padding:12px}.category i{font-size:50px}
  .product-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:15px}.product{min-width:74vw;scroll-snap-align:start}
  .benefits{grid-template-columns:repeat(2,1fr);padding:15px}.benefits span{padding:14px;border-bottom:1px solid var(--line)}
  .weekly-inner{display:block;padding:50px 35px}.weekly h2{font-size:34px}.featured-art{height:230px}.featured-info{margin-top:0}.slider-arrow{width:34px;height:34px}.slider-arrow.left{left:4px}.slider-arrow.right{right:4px}
  .store{display:block}.store img{height:220px}.why-grid{grid-template-columns:1fr}.newsletter-inner{display:block}.newsletter form{width:100%;margin-top:20px}.footer-grid{grid-template-columns:1fr 1fr;gap:35px 20px}.footer-brand{grid-column:1/-1}.copyright{display:block;line-height:1.8}.copyright span{display:block;margin-top:8px}
}

/* WordPress ve WooCommerce uyarlamaları */
body.bbh-homepage { margin:0; }
.header-actions a { position:relative; width:76px; border-left:1px solid #e5ebf1; background:#fff; color:#0a4d78; cursor:pointer; font-size:22px; display:flex; flex-direction:column; align-items:center; justify-content:center; }
.header-actions a:hover { color:var(--blue); }
.header-actions a small { display:block; font-size:10px; margin-top:5px; }
.header-actions a b { position:absolute; top:7px; right:15px; width:17px; height:17px; line-height:17px; text-align:center; color:#fff; background:var(--blue); border-radius:50%; font-size:10px; }
.wc-product-art { height:170px; margin:0 auto 12px; display:flex; align-items:center; justify-content:center; }
.wc-product-art img { width:100%; height:100%; object-fit:contain; }
.wc-price { min-height:42px; color:#087dbd; font-size:17px; font-weight:800; }
.wc-price del,.featured-price del { display:block; color:#8491a0; font-size:11px; font-weight:400; }
.wc-price ins,.featured-price ins { color:inherit; text-decoration:none; }
.product .add { display:block; text-align:center; }
.wc-featured-image { display:flex; align-items:center; justify-content:center; }
.wc-featured-image img { max-width:100%; max-height:270px; width:auto; height:auto; object-fit:contain; filter:drop-shadow(0 18px 20px #0008); }
.featured-price { font-size:35px; font-weight:800; }
.featured-price del { font-size:14px; }
.empty-products { grid-column:1/-1; padding:35px; text-align:center; color:var(--muted); border:1px dashed var(--line); border-radius:12px; }
@media(max-width:960px){.header-actions{display:none}}

/* v3: Görsel taslağa daha yakın geniş düzen ve okunaklı tipografi */
.bbh-homepage .shell { width:min(1380px,calc(100% - 48px)); }
.bbh-homepage .header { grid-template-columns:270px minmax(320px,1fr) auto; min-height:104px; gap:30px; }
.bbh-homepage .brand { width:260px; height:78px; padding:4px 8px; background:#020202; border-radius:10px; }
.bbh-homepage .brand img { width:100%; height:100%; object-fit:contain; object-position:center; }
.bbh-homepage .bbh-site-search { height:54px; font-size:17px; }
.bbh-homepage .nav-inner { height:66px; }
.bbh-homepage .nav a { font-size:15px; }
.bbh-homepage .nav a,.bbh-homepage .button,.bbh-homepage .trust b,.bbh-homepage .category b,.bbh-homepage .product h3,.bbh-homepage .store h3,.bbh-homepage .why b { font-weight:800 !important; }
.bbh-homepage .hero,.bbh-homepage .hero-inner { min-height:540px; }
.bbh-homepage .hero h1 { color:#fff !important; font-size:62px !important; line-height:1.04; font-weight:800; }
.bbh-homepage .hero h1 em { color:#20bfff !important; }
.bbh-homepage .hero-copy>p { color:#fff !important; font-size:18px; line-height:1.65; }
.bbh-homepage .eyebrow { font-size:12px; }
.real-hero-products { height:500px; align-self:end; position:relative; filter:drop-shadow(0 24px 24px #0008); }
.hero-product { position:absolute; bottom:34px; display:flex; align-items:flex-end; justify-content:center; z-index:2; }
.hero-product img { max-width:100%; max-height:100%; width:auto; height:auto; object-fit:contain; }
.hero-product.hp1 { left:3%; width:34%; height:330px; z-index:3; }
.hero-product.hp2 { left:27%; width:36%; height:440px; z-index:4; }
.hero-product.hp3 { right:17%; width:31%; height:310px; z-index:5; }
.hero-product.hp4 { right:-2%; width:29%; height:350px; z-index:2; }
.real-hero-products:after { content:""; position:absolute; left:2%; right:0; bottom:22px; height:20px; background:#0fb8ff; border-radius:50%; filter:blur(22px); }
.bbh-homepage .trust b { font-size:17px; }
.bbh-homepage .trust p { font-size:14px; }
.bbh-homepage .section { padding-block:72px; }
.bbh-homepage .section-head h2,.bbh-homepage .weekly h2,.bbh-homepage .why h2 { font-size:38px; font-weight:800 !important; letter-spacing:-1.2px; }
.bbh-homepage .section-head p { font-size:16px; }
.bbh-homepage .category-grid { gap:18px; }
.bbh-homepage .category { min-height:245px; padding:18px; }
.bbh-homepage .category img { width:100%; height:150px; object-fit:contain; margin-bottom:14px; transition:transform .2s; }
.bbh-homepage .category:hover img { transform:scale(1.05); }
.bbh-homepage .category b { font-size:16px; }
.bbh-homepage .category span { font-size:13px; }
.bbh-homepage .products-section { padding-top:42px; }
.bbh-homepage .product-grid { grid-template-columns:repeat(6,minmax(0,1fr)); gap:18px; }
.bbh-homepage .product { padding:20px 17px 18px; min-height:410px; display:flex; flex-direction:column; }
.bbh-homepage .wc-product-art { height:210px; }
.bbh-homepage .product>small { font-size:12px; }
.bbh-homepage .product h3 { min-height:55px; font-size:14px; line-height:1.4; }
.bbh-homepage .wc-price { font-size:20px; margin-top:auto; font-weight:900; }
.bbh-homepage .add { font-size:13px; padding:10px; }
.bbh-homepage .weekly-copy p { font-size:16px; }
.bbh-homepage .featured-info h3 { font-size:22px; }
.bbh-homepage .store h3 { font-size:20px; }
.bbh-homepage .store p { font-size:14px; }
.bbh-homepage footer { font-size:14px; }

@media(max-width:1100px){
  .bbh-homepage .shell{width:min(100% - 32px,920px)}
  .bbh-homepage .header{grid-template-columns:220px 1fr auto}.bbh-homepage .brand{width:215px;height:68px}
  .bbh-homepage .product-grid{grid-template-columns:repeat(3,1fr)}
  .bbh-homepage .category-grid{grid-template-columns:repeat(3,1fr)}
}

/* Tam genişlikte WooCommerce açılır kategori menüsü */
.bbh-homepage .full-nav { overflow:visible; z-index:20; }
.bbh-homepage .full-nav .nav-inner { justify-content:flex-start; gap:0; overflow:visible; }
.bbh-homepage .nav-menu-item { height:66px; display:flex; align-items:center; position:relative; flex:1 1 auto; }
.bbh-homepage .nav-menu-item>a { height:100%; width:100%; display:flex; align-items:center; justify-content:center; gap:7px; padding:0 10px; white-space:nowrap; }
.bbh-homepage .nav-menu-item:hover>a { color:var(--blue); background:#f4f9fc; }
.bbh-homepage .home-link,.bbh-homepage .nav-special { flex:0 0 auto; }
.bbh-homepage .home-link>a,.bbh-homepage .nav-special>a { padding-inline:15px; }
.bbh-homepage .nav-special>a { color:#087dbd; }
.bbh-homepage .submenu-toggle { width:25px; height:35px; padding:0; border:0; color:#057fbd; background:transparent; font-size:17px; cursor:pointer; margin-left:-12px; z-index:2; }
.bbh-homepage .submenu { display:none; position:absolute; left:0; top:100%; z-index:30; width:290px; padding:16px; background:#fff; border:1px solid #d8e4ee; border-top:3px solid var(--blue); border-radius:0 0 10px 10px; box-shadow:0 18px 40px #09294728; }
.bbh-homepage .nav-menu-item:hover>.submenu,.bbh-homepage .nav-menu-item.submenu-open>.submenu { display:block; }
.bbh-homepage .submenu strong { display:block; padding:4px 10px 11px; color:var(--ink); font-size:16px; }
.bbh-homepage .submenu>a { height:auto; min-height:39px; display:flex; justify-content:space-between; align-items:center; padding:8px 10px; border-radius:6px; color:#40556b; font-size:14px; font-weight:600!important; }
.bbh-homepage .submenu>a:hover { color:var(--blue); background:#eff8fd; }
.bbh-homepage .submenu>a small { color:#8a9bab; font-size:10px; font-weight:400; }
.bbh-homepage .submenu .view-all { margin-top:7px; border-top:1px solid #e1e9f0; border-radius:0; color:var(--blue); font-weight:800!important; }

@media(max-width:1100px){
  .bbh-homepage .full-nav .nav-inner{display:grid;grid-template-columns:repeat(2,1fr);gap:0;padding:10px 0}
  .bbh-homepage .nav-menu-item{height:auto;min-height:50px;display:grid;grid-template-columns:1fr 38px}
  .bbh-homepage .nav-menu-item>a{justify-content:flex-start;padding:8px 12px}.bbh-homepage .home-link,.bbh-homepage .nav-special{display:block}.bbh-homepage .submenu-toggle{margin:0}
  .bbh-homepage .submenu{position:static;grid-column:1/-1;width:100%;box-shadow:none;border:0;border-left:3px solid var(--blue);border-radius:0;margin:0 10px 10px;padding:8px 12px}
  .bbh-homepage .nav-menu-item:hover>.submenu{display:none}.bbh-homepage .nav-menu-item.submenu-open>.submenu{display:block}
}
@media(max-width:620px){.bbh-homepage .full-nav .nav-inner{grid-template-columns:1fr}}

/* v1.3 kapsamlı telefon ve tablet uyumluluğu */
@media(max-width:1100px){
  .bbh-homepage .topbar{position:relative;z-index:22}
  .bbh-homepage .menu-button{display:block;font-size:22px;cursor:pointer}
  .bbh-homepage .nav{display:none}.bbh-homepage .nav.open{display:block}
  .bbh-homepage .hero-inner{grid-template-columns:43% 57%;padding-top:0}
  .bbh-homepage .hero h1{font-size:48px!important}
  .real-hero-products{height:440px;margin:0;opacity:1}
  .bbh-homepage .trust{grid-template-columns:repeat(3,1fr);margin-top:-25px}
  .bbh-homepage .trust article{padding:18px;gap:12px}
  .bbh-homepage .store{display:block}.bbh-homepage .store img{height:240px}
}

@media(max-width:760px){
  .bbh-homepage .topbar{font-size:11px;line-height:1.35;min-height:42px;padding:7px 18px}
  .bbh-homepage .topbar span{display:none}
  .bbh-homepage .header{grid-template-columns:1fr 46px;grid-template-rows:64px 50px;min-height:126px;gap:7px 12px;padding-block:6px}
  .bbh-homepage .brand{grid-column:1;width:205px;height:61px;justify-self:start}
  .bbh-homepage .menu-button{grid-column:2;grid-row:1;width:46px;height:46px;justify-self:end}
  .bbh-homepage .bbh-site-search{grid-column:1/-1;grid-row:2;width:100%;height:48px}
  .bbh-homepage .bbh-site-search input::placeholder{font-size:14px}
  .bbh-homepage .full-nav{border-top:1px solid var(--line);box-shadow:0 16px 30px #0929471f}
  .bbh-homepage .full-nav .nav-inner{grid-template-columns:1fr;padding:8px 0;max-height:70vh;overflow-y:auto}
  .bbh-homepage .nav-menu-item{min-height:52px;border-bottom:1px solid #edf2f6}
  .bbh-homepage .nav-menu-item>a{font-size:15px;padding:10px 8px}.bbh-homepage .nav-menu-item>a i{width:34px;height:34px}
  .bbh-homepage .submenu-toggle{width:44px;height:44px;font-size:20px}
  .bbh-homepage .submenu{margin:0 4px 9px;padding:8px 10px}.bbh-homepage .submenu>a{min-height:44px}
  .bbh-homepage .hero,.bbh-homepage .hero-inner{min-height:760px}
  .bbh-homepage .hero-inner{display:block;padding-top:52px}
  .bbh-homepage .hero-copy{position:relative;z-index:5}.bbh-homepage .hero h1{font-size:43px!important;letter-spacing:-1px}.bbh-homepage .hero-copy>p{font-size:16px;max-width:480px}
  .bbh-homepage .hero-buttons{flex-wrap:wrap}.bbh-homepage .button{min-height:48px;padding-inline:18px}
  .real-hero-products{height:350px;width:100%;margin-top:5px;transform:none}
  .hero-product.hp1{left:-3%;width:36%;height:230px}.hero-product.hp2{left:24%;width:40%;height:310px}.hero-product.hp3{right:12%;width:34%;height:225px}.hero-product.hp4{right:-8%;width:31%;height:245px}
  .bbh-homepage .trust{grid-template-columns:1fr;margin-top:20px}.bbh-homepage .trust article{min-height:94px;padding:19px}.bbh-homepage .trust b{font-size:16px}
  .bbh-homepage .section{padding-block:52px}.bbh-homepage .section-head{margin-bottom:22px}.bbh-homepage .section-head h2,.bbh-homepage .weekly h2,.bbh-homepage .why h2{font-size:30px}.bbh-homepage .eyebrow{font-size:10px;letter-spacing:1.5px}
  .bbh-homepage .category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.bbh-homepage .category{min-height:185px;padding:12px}.bbh-homepage .category img{height:105px;margin-bottom:9px}.bbh-homepage .category b{font-size:14px;text-align:center}
  .bbh-homepage .product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;overflow:visible;padding:0}
  .bbh-homepage .product{min-width:0;min-height:365px;padding:13px}.bbh-homepage .wc-product-art{height:155px}.bbh-homepage .product h3{min-height:72px;font-size:13px}.bbh-homepage .wc-price{font-size:17px}.bbh-homepage .discount{font-size:9px}
  .bbh-homepage .benefits{grid-template-columns:repeat(2,1fr);margin-bottom:40px}.bbh-homepage .benefits span{min-height:78px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:9px;border-bottom:1px solid var(--line)}
  .bbh-homepage .weekly{min-height:auto}.bbh-homepage .weekly-inner{display:grid;grid-template-columns:1fr;padding:48px 18px}.bbh-homepage .weekly-copy,.bbh-homepage .featured-art,.bbh-homepage .featured-info{grid-column:1}.bbh-homepage .weekly-copy{text-align:center}.bbh-homepage .featured-art{height:250px;margin-top:22px}.bbh-homepage .wc-featured-image img{max-height:240px}.bbh-homepage .featured-info{border:0;border-top:1px solid #2a597a;padding:24px 0 0;margin-top:6px;text-align:center}.bbh-homepage .featured-info h3{max-width:none;font-size:20px}.bbh-homepage .featured-price{font-size:30px}.bbh-homepage .change{display:inline-block;min-height:44px;padding:11px 16px}
  .bbh-homepage .store-grid{grid-template-columns:1fr;gap:16px}.bbh-homepage .store img{height:230px}.bbh-homepage .store>div{padding:17px}.bbh-homepage .store h3{font-size:19px}
  .bbh-homepage .why-grid{grid-template-columns:1fr;gap:22px}.bbh-homepage .why article{min-height:68px}
  .bbh-homepage .newsletter-inner{display:block}.bbh-homepage .newsletter form{width:100%;margin-top:20px}.bbh-homepage .newsletter input{min-width:0}.bbh-homepage .newsletter form button{padding-inline:16px}
  .bbh-homepage .footer-grid{grid-template-columns:1fr 1fr;gap:32px 18px}.bbh-homepage .footer-brand{grid-column:1/-1}.bbh-homepage .footer-brand img{width:240px;height:90px;object-fit:contain;background:#000}.bbh-homepage .copyright{display:block;line-height:1.6}.bbh-homepage .copyright span{display:block;margin-top:8px}
}

/* v1.7 WooCommerce ürün detay sayfası */
.bbh-product-page .product-breadcrumbs { padding:22px 0 8px; color:#75889b; }
.bbh-product-page .product-breadcrumbs b { max-width:45%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color:var(--ink); }
.bbh-product-page .product-detail { display:grid; grid-template-columns:minmax(0,1fr) minmax(430px,.92fr); gap:64px; padding-top:32px; padding-bottom:75px; }
.bbh-product-page .product-gallery { min-width:0; position:relative; }
.bbh-product-page .product-detail-discount { position:absolute; top:18px; left:18px; z-index:2; padding:8px 11px; color:#fff; background:#e34747; border-radius:7px; font-size:13px; font-weight:900; }
.bbh-product-page .product-main-image { min-height:560px; display:flex; align-items:center; justify-content:center; padding:35px; border:1px solid var(--line); border-radius:18px; background:linear-gradient(145deg,#fff,#f2f7fa); }
.bbh-product-page .product-main-image img { max-width:100%; max-height:500px; width:auto; height:auto; object-fit:contain; mix-blend-mode:multiply; transition:opacity .2s; }
.bbh-product-page .product-thumbnails { display:flex; gap:10px; margin-top:14px; overflow-x:auto; padding:2px 2px 8px; }
.bbh-product-page .product-thumbnails button { flex:0 0 86px; width:86px; height:86px; display:grid; place-items:center; padding:7px; border:1px solid var(--line); border-radius:10px; background:#fff; cursor:pointer; }
.bbh-product-page .product-thumbnails button.active { border:2px solid var(--blue); box-shadow:0 5px 14px #078dcc24; }
.bbh-product-page .product-thumbnails img { width:100%; height:100%; object-fit:contain; }
.bbh-product-page .product-summary { padding-top:10px; }
.bbh-product-page .product-category-name { color:var(--blue); font-size:12px; font-weight:900; letter-spacing:1.2px; text-transform:uppercase; }
.bbh-product-page .product-summary h1 { margin:13px 0 15px; color:var(--ink)!important; font-size:38px; line-height:1.16; font-weight:900; letter-spacing:-1px; }
.bbh-product-page .product-meta-row { display:flex; flex-wrap:wrap; justify-content:space-between; gap:10px; padding-bottom:18px; border-bottom:1px solid var(--line); color:#788a9a; font-size:12px; }
.bbh-product-page .product-rating { color:#ed9c16; font-weight:900; }.bbh-product-page .product-rating small{color:#788a9a;font-weight:400}
.bbh-product-page .product-detail-price { margin:24px 0 18px; color:#007fbe; font-size:36px; font-weight:900; }
.bbh-product-page .product-detail-price del { display:block; margin-bottom:3px; color:#82909c; font-size:15px; font-weight:400; }.bbh-product-page .product-detail-price ins{text-decoration:none}
.bbh-product-page .product-short-description { color:#52677b; font-size:15px; line-height:1.65; }
.bbh-product-page .product-short-description ul { padding-left:19px; }.bbh-product-page .product-short-description li{margin:6px 0}
.bbh-product-page .product-stock { display:inline-flex; align-items:center; margin:13px 0 18px; padding:8px 11px; border-radius:6px; font-size:12px; font-weight:800; }.bbh-product-page .product-stock.in-stock{color:#167547;background:#e8f8f0}.bbh-product-page .product-stock.out-stock{color:#a82a2a;background:#faeaea}
.bbh-product-page .bbh-cart-form { scroll-margin-top:25px; margin-bottom:24px; }
.bbh-product-page .bbh-cart-form form.cart { display:flex; flex-wrap:wrap; gap:10px; margin:0; }
.bbh-product-page .bbh-cart-form .quantity input { width:85px; height:54px; border:1px solid var(--line); border-radius:8px; text-align:center; font-weight:800; }
.bbh-product-page .bbh-cart-form button.single_add_to_cart_button { min-width:230px; min-height:54px; padding:0 26px; border:0; border-radius:8px; color:#fff; background:linear-gradient(135deg,#08a9ec,#0078bd); box-shadow:0 10px 22px #007db633; font-size:16px; font-weight:900; cursor:pointer; }
.bbh-product-page .bbh-cart-form button.single_add_to_cart_button:hover { filter:brightness(1.08); transform:translateY(-1px); }
.bbh-product-page .bbh-cart-form table.variations { width:100%; margin-bottom:15px; border-collapse:separate; border-spacing:0 8px; }
.bbh-product-page .bbh-cart-form table.variations th { width:120px; text-align:left; font-size:13px; }.bbh-product-page .bbh-cart-form table.variations td{padding:0}
.bbh-product-page .bbh-cart-form table.variations select { width:100%; height:48px; padding:0 12px; border:1px solid var(--line); border-radius:7px; background:#fff; }
.bbh-product-page .reset_variations { display:inline-block; margin-top:7px; color:var(--blue); font-size:11px; }
.bbh-product-page .woocommerce-variation-price { margin:10px 0; color:#087dbd; font-size:22px; font-weight:900; }
.bbh-product-page .product-service-cards { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.bbh-product-page .product-service-cards article { min-height:82px; display:grid; grid-template-columns:42px 1fr; align-items:center; gap:10px; padding:12px; border:1px solid var(--line); border-radius:10px; background:#f7fafc; }
.bbh-product-page .product-service-cards i { width:40px; height:40px; display:grid; place-items:center; border-radius:50%; color:#fff; background:var(--blue); font-style:normal; font-size:19px; }
.bbh-product-page .product-service-cards b,.bbh-product-page .product-service-cards span { display:block; }.bbh-product-page .product-service-cards b{font-size:12px}.bbh-product-page .product-service-cards span{margin-top:4px;color:var(--muted);font-size:10px}
.bbh-product-page .store-help { margin-top:12px; padding:17px; border-left:4px solid var(--blue); border-radius:6px; background:#edf7fc; }
.bbh-product-page .store-help b,.bbh-product-page .store-help span { display:block; }.bbh-product-page .store-help b{font-size:13px}.bbh-product-page .store-help span{margin-top:4px;color:var(--muted);font-size:11px}.bbh-product-page .store-help a{display:inline-block;margin-top:9px;color:var(--blue);font-size:11px;font-weight:900}
.bbh-product-page .product-tabs-section { padding:65px 0; border-block:1px solid var(--line); background:#f5f9fc; }
.bbh-product-page .woocommerce-tabs ul.tabs { display:flex; gap:5px; margin:0 0 28px!important; padding:0!important; border-bottom:1px solid #ccd9e3; list-style:none; }
.bbh-product-page .woocommerce-tabs ul.tabs:before,.bbh-product-page .woocommerce-tabs ul.tabs li:before,.bbh-product-page .woocommerce-tabs ul.tabs li:after{display:none!important}
.bbh-product-page .woocommerce-tabs ul.tabs li { margin:0!important; padding:0!important; border:0!important; background:transparent!important; }
.bbh-product-page .woocommerce-tabs ul.tabs li a { display:block; padding:14px 20px; color:#607487; font-size:14px; font-weight:800; }
.bbh-product-page .woocommerce-tabs ul.tabs li.active a { color:var(--blue); border-bottom:3px solid var(--blue); }
.bbh-product-page .woocommerce-Tabs-panel { color:#43596e; font-size:15px; line-height:1.75; }
.bbh-product-page .woocommerce-Tabs-panel h2 { color:var(--ink)!important; font-size:28px; font-weight:900; }
.bbh-product-page .woocommerce-product-attributes { width:100%; border-collapse:collapse; background:#fff; }.bbh-product-page .woocommerce-product-attributes th,.bbh-product-page .woocommerce-product-attributes td{padding:14px;border:1px solid var(--line);text-align:left}.bbh-product-page .woocommerce-product-attributes th{width:30%;background:#edf4f8}
.bbh-product-page .comment-form input,.bbh-product-page .comment-form textarea { width:100%; padding:12px; border:1px solid var(--line); border-radius:7px; }.bbh-product-page .comment-form .submit{width:auto;color:#fff;background:var(--blue);font-weight:800;cursor:pointer}
.bbh-product-page .related-products { padding-bottom:25px; }
.mobile-buy-bar { display:none; }

@media(max-width:960px){
  .bbh-product-page .product-detail{grid-template-columns:1fr;gap:30px}.bbh-product-page .product-main-image{min-height:480px}.bbh-product-page .product-summary{padding:0}.bbh-product-page .related-products .product-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:760px){
  .bbh-product-page{padding-bottom:78px}.bbh-product-page .product-breadcrumbs{padding-top:16px;overflow:hidden;white-space:nowrap}.bbh-product-page .product-breadcrumbs b{max-width:40%}
  .bbh-product-page .product-detail{padding-top:18px;padding-bottom:45px;gap:24px}.bbh-product-page .product-main-image{min-height:360px;padding:22px}.bbh-product-page .product-main-image img{max-height:320px}.bbh-product-page .product-thumbnails button{flex-basis:72px;width:72px;height:72px}
  .bbh-product-page .product-summary h1{font-size:29px}.bbh-product-page .product-detail-price{font-size:30px}.bbh-product-page .product-service-cards{grid-template-columns:1fr}.bbh-product-page .bbh-cart-form form.cart{display:grid;grid-template-columns:85px 1fr}.bbh-product-page .bbh-cart-form button.single_add_to_cart_button{min-width:0;width:100%}.bbh-product-page .bbh-cart-form table.variations{grid-column:1/-1}
  .bbh-product-page .product-tabs-section{padding:42px 0}.bbh-product-page .woocommerce-tabs ul.tabs{overflow-x:auto}.bbh-product-page .woocommerce-tabs ul.tabs li{flex:0 0 auto}.bbh-product-page .woocommerce-tabs ul.tabs li a{padding:12px 14px}.bbh-product-page .woocommerce-Tabs-panel h2{font-size:24px}
  .bbh-product-page .related-products .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .mobile-buy-bar{position:fixed;left:0;right:0;bottom:0;z-index:9999;height:72px;display:grid;grid-template-columns:1fr 130px;align-items:center;gap:10px;padding:9px 13px;color:#fff;background:#041c34;box-shadow:0 -8px 25px #0017}.mobile-buy-bar div{min-width:0}.mobile-buy-bar small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#bcd3e2;font-size:10px}.mobile-buy-bar b{display:block;margin-top:4px;font-size:17px}.mobile-buy-bar b del{display:none}.mobile-buy-bar b ins{text-decoration:none}.mobile-buy-bar>a{height:50px;display:grid;place-items:center;border-radius:7px;color:#fff;background:var(--blue);font-weight:900}
}
@media(max-width:390px){.bbh-product-page .product-main-image{min-height:310px}.bbh-product-page .product-main-image img{max-height:275px}.bbh-product-page .related-products .product-grid{grid-template-columns:1fr}.bbh-product-page .bbh-cart-form form.cart{grid-template-columns:75px 1fr}}

/* v1.6 WooCommerce kategori sayfası */
.bbh-category-page .category-hero { min-height:380px; color:#fff; background:radial-gradient(circle at 78% 50%,#0878b9 0,transparent 30%),linear-gradient(115deg,#04172d,#06365f 65%,#027fb9); position:relative; overflow:hidden; }
.bbh-category-page .category-hero:before { content:""; position:absolute; inset:0; opacity:.16; background-image:linear-gradient(120deg,transparent 49%,#28bdf8 50%,transparent 51%); background-size:78px 78px; }
.bbh-category-page .category-hero-inner { min-height:380px; position:relative; z-index:1; display:grid; grid-template-columns:60% 40%; align-items:center; }
.bbh-category-page .category-hero h1 { margin:14px 0 12px; color:#fff!important; font-size:54px; line-height:1.05; font-weight:900; letter-spacing:-1.5px; }
.bbh-category-page .category-hero p,.bbh-category-page .category-description { max-width:680px; color:#d7eaf5!important; font-size:16px; line-height:1.65; }
.bbh-category-page .category-hero img { justify-self:end; width:90%; height:320px; object-fit:contain; filter:drop-shadow(0 20px 22px #0008); }
.bbh-category-page .breadcrumbs { display:flex; align-items:center; flex-wrap:wrap; gap:8px; margin-bottom:36px; color:#9ed9f7; font-size:12px; }
.bbh-category-page .breadcrumbs b { color:#fff; }
.bbh-category-page .category-hero-badges { display:flex; gap:10px; margin-top:22px; }
.bbh-category-page .category-hero-badges span { padding:10px 13px; border:1px solid #56bde9; border-radius:30px; color:#fff; background:#087bbf33; font-size:12px; font-weight:800; }
.bbh-category-page .category-children { padding-bottom:24px; }
.bbh-category-page .subcategory-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:15px; }
.bbh-category-page .subcategory-grid>a { min-height:105px; display:grid; grid-template-columns:82px 1fr 25px; align-items:center; gap:14px; padding:12px; border:1px solid var(--line); border-radius:12px; background:linear-gradient(135deg,#fff,#f3f8fb); transition:.2s; }
.bbh-category-page .subcategory-grid>a:hover { transform:translateY(-3px); border-color:#76c9ef; box-shadow:0 12px 25px #16466b17; }
.bbh-category-page .subcategory-grid img { width:82px; height:76px; object-fit:contain; }
.bbh-category-page .subcategory-grid i { width:70px; height:70px; display:grid; place-items:center; color:#6990a9; background:#eaf3f8; border-radius:10px; font-size:38px; font-style:normal; }
.bbh-category-page .subcategory-grid b { display:block; font-size:15px; font-weight:800; }
.bbh-category-page .subcategory-grid span { display:block; margin-top:6px; color:var(--muted); font-size:11px; }
.bbh-category-page .subcategory-grid em { color:var(--blue); font-size:20px; font-style:normal; }
.bbh-category-page .category-products { padding-top:55px; }
.bbh-category-page .category-products-head { display:flex; align-items:end; justify-content:space-between; gap:25px; margin-bottom:28px; }
.bbh-category-page .category-products-head h2 { margin:6px 0 4px; font-size:38px; font-weight:900; }
.bbh-category-page .category-products-head p { margin:0; color:var(--muted); font-size:13px; }
.bbh-category-page .category-products-head form { display:flex; align-items:center; gap:10px; }
.bbh-category-page .category-products-head label { font-size:13px; font-weight:800; }
.bbh-category-page .category-products-head select { min-width:220px; height:46px; padding:0 38px 0 13px; border:1px solid var(--line); border-radius:8px; color:var(--ink); background:#fff; font-size:13px; }
.bbh-category-page .bbh-pagination { margin-top:42px; }
.bbh-category-page .bbh-pagination ul { display:flex; justify-content:center; gap:7px; margin:0; padding:0; list-style:none; }
.bbh-category-page .bbh-pagination a,.bbh-category-page .bbh-pagination span { min-width:42px; height:42px; display:grid; place-items:center; padding:0 10px; border:1px solid var(--line); border-radius:7px; background:#fff; font-weight:800; }
.bbh-category-page .bbh-pagination .current,.bbh-category-page .bbh-pagination a:hover { color:#fff; border-color:var(--blue); background:var(--blue); }

@media(max-width:960px){
  .bbh-category-page .category-hero-inner{grid-template-columns:55% 45%}.bbh-category-page .category-hero h1{font-size:46px}.bbh-category-page .subcategory-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .bbh-category-page .category-hero,.bbh-category-page .category-hero-inner{min-height:600px}.bbh-category-page .category-hero-inner{display:block;padding-top:40px}.bbh-category-page .breadcrumbs{margin-bottom:25px}.bbh-category-page .category-hero h1{font-size:40px}.bbh-category-page .category-hero img{display:block;width:100%;height:255px;margin-top:18px}
  .bbh-category-page .category-hero-badges{flex-wrap:wrap}.bbh-category-page .subcategory-grid{grid-template-columns:1fr}.bbh-category-page .category-products-head{display:block}.bbh-category-page .category-products-head form{margin-top:20px}.bbh-category-page .category-products-head select{flex:1;min-width:0}.bbh-category-page .category-products-head h2{font-size:31px}
}

@media(max-width:390px){
  .bbh-homepage .brand{width:180px;height:56px}
  .bbh-homepage .hero,.bbh-homepage .hero-inner{min-height:735px}.bbh-homepage .hero h1{font-size:37px!important}.bbh-homepage .hero-buttons .button{width:100%}
  .bbh-homepage .category-grid{grid-template-columns:1fr 1fr}.bbh-homepage .category{min-height:165px}.bbh-homepage .category img{height:88px}
  .bbh-homepage .product-grid{grid-template-columns:1fr}.bbh-homepage .product{min-height:420px;padding:18px}.bbh-homepage .wc-product-art{height:230px}.bbh-homepage .product h3{min-height:auto;font-size:15px}.bbh-homepage .wc-price{font-size:20px}
  .bbh-homepage .footer-grid{grid-template-columns:1fr}
}

/* v1.4 kampanya sıralaması, logo ve güven şeridi */
.bbh-homepage .header { grid-template-columns:295px minmax(320px,1fr) auto; }
.bbh-homepage .brand { width:285px; height:86px; }
.bbh-homepage .weekly h2,.bbh-homepage .weekly h3,.bbh-homepage .weekly-copy p,.bbh-homepage .featured-info,.bbh-homepage .featured-price { color:#fff !important; }
.bbh-homepage .weekly-copy>b { color:#fff !important; }
.bbh-homepage .featured-info small { color:#78d2ff !important; }
.bbh-homepage .weekly { margin-top:12px; }
.bbh-homepage .benefits-wrap { padding:38px 0 58px; background:linear-gradient(180deg,#fff,#f0f7fc); }
.bbh-homepage .benefits { min-height:130px; margin-bottom:0; padding:14px; border:0; border-radius:18px; background:linear-gradient(110deg,#05233f,#064d7b 58%,#078dcc); box-shadow:0 20px 45px #07385a26; }
.bbh-homepage .benefits span { min-height:96px; display:grid; grid-template-columns:58px 1fr; grid-template-rows:1fr 1fr; align-items:center; column-gap:14px; padding:12px 24px; color:#c7e8f8; text-align:left; border-right:1px solid #ffffff30; }
.bbh-homepage .benefits span:last-child { border-right:0; }
.bbh-homepage .benefits span i { grid-row:1/-1; width:54px; height:54px; display:grid; place-items:center; border-radius:50%; color:#fff; background:linear-gradient(135deg,#00baf2,#007bc5); box-shadow:0 7px 18px #001b; font-style:normal; font-size:25px; }
.bbh-homepage .benefits span b { align-self:end; color:#fff; font-size:16px; font-weight:800; }
.bbh-homepage .benefits span small { align-self:start; margin-top:5px; color:#b8d8e9; font-size:12px; }

@media(max-width:1100px){.bbh-homepage .header{grid-template-columns:240px 1fr auto}.bbh-homepage .brand{width:235px;height:75px}.bbh-homepage .benefits{grid-template-columns:repeat(2,1fr)}.bbh-homepage .benefits span:nth-child(2){border-right:0}.bbh-homepage .benefits span{border-bottom:1px solid #ffffff25}}
@media(max-width:760px){.bbh-homepage .header{grid-template-columns:1fr 46px}.bbh-homepage .brand{width:225px;height:66px}.bbh-homepage .benefits-wrap{padding:28px 0 42px}.bbh-homepage .benefits{grid-template-columns:1fr;padding:10px}.bbh-homepage .benefits span{min-height:88px;border-right:0;border-bottom:1px solid #ffffff25;padding:10px 18px}.bbh-homepage .benefits span:last-child{border-bottom:0}.bbh-homepage .benefits span b{font-size:15px}}
@media(max-width:390px){.bbh-homepage .brand{width:200px;height:62px}}

/* v1.5 mobil menü: yükseklik kısıtlaması olmadan tam açılır */
@media(max-width:1100px){
  .bbh-homepage .nav.open{display:block!important;position:relative!important;width:100%!important;height:auto!important;max-height:none!important;overflow:visible!important;z-index:100!important}
  .bbh-homepage .nav.open .nav-inner{display:grid!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important}
  .bbh-homepage .nav-menu-item{overflow:visible!important}
  .bbh-homepage .menu-button[aria-expanded="true"]{font-size:34px;line-height:1;background:#007fbd}
}
@media(max-width:760px){
  .bbh-homepage .nav.open .nav-inner{grid-template-columns:1fr!important;padding:6px 12px 14px!important}
  .bbh-homepage .nav-menu-item{width:100%!important;min-height:58px!important;height:auto!important}
  .bbh-homepage .nav-menu-item>a{min-height:58px!important}
  .bbh-homepage .nav-menu-item.submenu-open{display:grid!important;grid-template-columns:1fr 48px!important}
  .bbh-homepage .nav-menu-item.submenu-open>.submenu{display:block!important;grid-column:1/-1!important;max-height:none!important;overflow:visible!important}
  .bbh-homepage .submenu>a{min-height:48px!important;font-size:14px!important}
}
@media(max-width:620px){
  .bbh-homepage .shell{width:calc(100% - 24px)}
  .bbh-homepage .header{grid-template-columns:135px 1fr auto;min-height:76px;gap:8px}.bbh-homepage .brand{width:132px;height:54px;padding:3px}
  .bbh-homepage .hero,.bbh-homepage .hero-inner{min-height:690px}.bbh-homepage .hero h1{font-size:42px!important}.bbh-homepage .hero-copy>p{font-size:16px}
  .real-hero-products{height:330px;margin-top:-10px}.hero-product.hp1{height:220px}.hero-product.hp2{height:300px}.hero-product.hp3{height:215px}.hero-product.hp4{height:230px}
  .bbh-homepage .category-grid{grid-template-columns:repeat(2,1fr)}.bbh-homepage .category{min-height:185px}.bbh-homepage .category img{height:100px}
  .bbh-homepage .product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible}.bbh-homepage .product{min-width:0;min-height:350px;padding:13px}.bbh-homepage .wc-product-art{height:150px}.bbh-homepage .product h3{font-size:13px;min-height:72px}.bbh-homepage .wc-price{font-size:17px}
  .bbh-homepage .section-head h2,.bbh-homepage .weekly h2,.bbh-homepage .why h2{font-size:30px}
}

/* v1.8 standart sayfalar, mağaza iletişimi ve mobil WhatsApp düzeltmesi */
.bbh-homepage .benefits .benefit-link { min-height:96px; display:grid; grid-template-columns:58px 1fr; grid-template-rows:1fr 1fr; align-items:center; column-gap:14px; padding:12px 24px; color:#c7e8f8; text-align:left; border-right:1px solid #ffffff30; }
.bbh-homepage .benefits .benefit-link i { grid-row:1/-1; width:54px; height:54px; display:grid; place-items:center; border-radius:50%; color:#fff; background:linear-gradient(135deg,#00baf2,#007bc5); box-shadow:0 7px 18px #001b; font-style:normal; font-size:25px; }
.bbh-homepage .benefits .benefit-link b { align-self:end; color:#fff; font-size:16px; font-weight:800; }
.bbh-homepage .benefits .benefit-link small { align-self:start; margin-top:5px; color:#b8d8e9; font-size:12px; }
.bbh-homepage .benefits .benefit-link:hover { background:#ffffff0c; }
.bbh-homepage .product-service-cards .service-card-link { display:flex; align-items:center; gap:11px; padding:13px; border:1px solid var(--line); border-radius:7px; background:#fff; }
.bbh-homepage .product-service-cards .service-card-link i { width:38px; height:38px; display:grid; place-items:center; flex:0 0 38px; border-radius:50%; color:var(--blue); background:#e8f5fb; font-style:normal; }
.bbh-homepage .product-service-cards .service-card-link b,.bbh-homepage .product-service-cards .service-card-link span { display:block; }
.bbh-homepage .product-service-cards .service-card-link b { font-size:12px; }
.bbh-homepage .product-service-cards .service-card-link span { margin-top:4px; color:var(--muted); font-size:10px; }
.bbh-homepage .store .store-phone { display:block; margin-top:9px; color:var(--ink); font-size:13px; font-weight:900; }
.bbh-homepage .store .store-phone + a { margin-top:10px; }

.bbh-content-page .content-page-hero { padding:52px 0 48px; color:#fff; background:radial-gradient(circle at 82% 30%,#0a86c9 0,transparent 30%),linear-gradient(115deg,#04172d,#06365f 65%,#027fb9); }
.bbh-content-page .content-page-hero .breadcrumbs { display:flex; align-items:center; flex-wrap:wrap; gap:8px; margin-bottom:20px; color:#a9ddf5; font-size:12px; }
.bbh-content-page .content-page-hero .breadcrumbs b { color:#fff; }
.bbh-content-page .content-page-hero h1 { margin:0; color:#fff!important; font-size:48px; line-height:1.08; font-weight:900; letter-spacing:-1px; }
.bbh-content-page .content-page-main { padding-block:55px 80px; }
.bbh-content-page .content-page-card { min-height:360px; padding:38px; border:1px solid var(--line); border-radius:16px; background:#fff; box-shadow:0 18px 45px #123b5812; color:#344b60; font-size:15px; line-height:1.75; }
.bbh-content-page .content-page-card h2,.bbh-content-page .content-page-card h3,.bbh-content-page .content-page-card h4 { color:var(--ink)!important; font-weight:900; }
.bbh-content-page .content-page-card h2 { font-size:32px; }
.bbh-content-page .content-page-card a { color:var(--blue); font-weight:700; }
.bbh-content-page .content-page-card input,.bbh-content-page .content-page-card select,.bbh-content-page .content-page-card textarea { max-width:100%; padding:12px 14px; border:1px solid var(--line); border-radius:8px; background:#fff; }
.bbh-content-page .content-page-card button,.bbh-content-page .content-page-card input[type="submit"] { padding:12px 20px; border:0; border-radius:8px; color:#fff; background:var(--blue); font-weight:900; cursor:pointer; }

@media(max-width:760px){
  .bbh-homepage .benefits .benefit-link { min-height:88px; border-right:0; border-bottom:1px solid #ffffff25; padding:10px 18px; }
  .bbh-product-page .joinchat,.bbh-product-page .joinchat__button,.bbh-product-page #joinchat,.bbh-product-page .whatsapp_chat_support,.bbh-product-page .ht-ctc-chat { bottom:92px!important; }
  .bbh-content-page .content-page-hero { padding:38px 0 34px; }
  .bbh-content-page .content-page-hero h1 { font-size:36px; }
  .bbh-content-page .content-page-main { padding-block:28px 55px; }
  .bbh-content-page .content-page-card { padding:22px 18px; border-radius:12px; }
}



/* v1.9.0 mobil hesap + premium sepet */
.mobile-header-actions{display:none;align-items:center;gap:7px}
.mobile-action{position:relative;min-width:48px;height:48px;padding:5px 7px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid #d6e4ed;border-radius:11px;background:linear-gradient(180deg,#fff,#f7fbfd);color:#075d91;box-shadow:0 5px 15px rgba(5,74,116,.10);line-height:1;text-decoration:none}
.mobile-action svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.mobile-action span{margin-top:3px;font-size:8px;font-weight:800;letter-spacing:.1px}
.mobile-action:hover,.mobile-action:focus{color:#008ed6;border-color:#9ed4ee;transform:translateY(-1px)}
.mobile-cart b{position:absolute;top:-6px;right:-6px;min-width:20px;height:20px;padding:0 5px;display:grid;place-items:center;border:2px solid #fff;border-radius:20px;background:#008ed6;color:#fff;font-size:10px;line-height:1;box-shadow:0 3px 8px rgba(0,105,164,.25)}
@media(max-width:960px){
  .mobile-header-actions{display:flex}
  .header{grid-template-columns:minmax(0,1fr) auto 48px;gap:9px}
  .mobile-header-actions{grid-column:2;grid-row:1;justify-self:end}
  .menu-button{grid-column:3;grid-row:1;width:48px;height:48px}
}
@media(max-width:620px){
  .header{grid-template-columns:minmax(0,1fr) auto 44px;grid-template-rows:62px 50px;min-height:125px;gap:7px 7px}
  .brand{grid-column:1;grid-row:1;width:min(176px,100%);height:56px;padding:3px}
  .mobile-header-actions{grid-column:2;grid-row:1;gap:5px}
  .mobile-action{min-width:43px;width:43px;height:44px;padding:4px}
  .mobile-action svg{width:20px;height:20px}
  .mobile-action span{font-size:7px;margin-top:2px}
  .menu-button{grid-column:3;grid-row:1;width:44px;height:44px}
  .bbh-site-search{grid-column:1/-1;grid-row:2}
}
@media(max-width:390px){
  .brand{width:min(158px,100%)}
  .mobile-header-actions{gap:4px}
  .mobile-action{min-width:41px;width:41px}
}


/* v1.9.2 kesin mobil header yerleşimi — önceki yüksek öncelikli kuralları geçersiz kılar */
@media (max-width:960px){
  body.bbh-homepage .header,
  body.bbh-category-page .header,
  body.bbh-product-page .header,
  body.bbh-content-page .header{
    display:grid!important;
    grid-template-columns:minmax(120px,1fr) 104px 48px!important;
    grid-template-rows:auto!important;
    align-items:center!important;
    column-gap:7px!important;
  }
  body.bbh-homepage .brand,
  body.bbh-category-page .brand,
  body.bbh-product-page .brand,
  body.bbh-content-page .brand{
    grid-column:1!important;grid-row:1!important;
    width:min(205px,100%)!important;
    max-width:100%!important;
    justify-self:start!important;
  }
  body .mobile-header-actions{
    display:flex!important;
    grid-column:2!important;grid-row:1!important;
    justify-self:end!important;
    position:relative!important;
    inset:auto!important;
    z-index:20!important;
  }
  body .menu-button{
    display:block!important;
    grid-column:3!important;grid-row:1!important;
    position:relative!important;
    inset:auto!important;
    justify-self:end!important;
    z-index:21!important;
    margin:0!important;
  }
}
@media (max-width:620px){
  body.bbh-homepage .header,
  body.bbh-category-page .header,
  body.bbh-product-page .header,
  body.bbh-content-page .header{
    grid-template-columns:minmax(105px,1fr) 88px 44px!important;
    grid-template-rows:62px 50px!important;
    min-height:125px!important;
    gap:7px 6px!important;
    padding-block:5px!important;
  }
  body.bbh-homepage .brand,
  body.bbh-category-page .brand,
  body.bbh-product-page .brand,
  body.bbh-content-page .brand{
    width:min(180px,100%)!important;height:56px!important;
  }
  body .mobile-header-actions{gap:4px!important}
  body .mobile-action{min-width:42px!important;width:42px!important;height:44px!important;padding:3px!important}
  body .mobile-action svg{width:20px!important;height:20px!important}
  body .mobile-action span{font-size:7px!important;margin-top:2px!important}
  body .menu-button{width:44px!important;height:44px!important}
  body.bbh-homepage .bbh-site-search,
  body.bbh-category-page .bbh-site-search,
  body.bbh-product-page .bbh-site-search,
  body.bbh-content-page .bbh-site-search{
    grid-column:1/-1!important;grid-row:2!important;width:100%!important;
  }
}
@media (max-width:370px){
  body.bbh-homepage .header,
  body.bbh-category-page .header,
  body.bbh-product-page .header,
  body.bbh-content-page .header{
    grid-template-columns:minmax(96px,1fr) 80px 42px!important;
    column-gap:4px!important;
  }
  body .mobile-action{min-width:38px!important;width:38px!important}
  body .mobile-action span{font-size:6.5px!important}
  body .menu-button{width:42px!important;height:42px!important}
}

/* WooCommerce'in tema şablonundaki sayfaları için mobil sabit kısayol */
.bbh-global-mobile-actions{display:none}
@media(max-width:960px){
  .bbh-global-mobile-actions{
    position:fixed;right:12px;bottom:14px;z-index:99998;
    display:flex;align-items:center;gap:7px;padding:7px;
    border:1px solid #d6e4ed;border-radius:15px;background:rgba(255,255,255,.96);
    box-shadow:0 10px 30px rgba(4,42,72,.22);backdrop-filter:blur(8px)
  }
  .bbh-global-action{
    position:relative;width:52px;height:49px;display:flex;flex-direction:column;
    align-items:center;justify-content:center;color:#075d91;border-radius:10px;
    font-family:Arial,Helvetica,sans-serif;text-decoration:none!important;line-height:1
  }
  .bbh-global-action svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
  .bbh-global-action span{margin-top:4px;font-size:8px;font-weight:800}
  .bbh-global-cart b{position:absolute;top:-3px;right:-2px;min-width:19px;height:19px;padding:0 4px;display:grid;place-items:center;border:2px solid #fff;border-radius:20px;background:#008ed6;color:#fff;font-size:10px;line-height:1}
  body.admin-bar .bbh-global-mobile-actions{bottom:14px}
}


/* v1.9.3 mobil header: üç aksiyon tek grup, hamburger artık taşamaz */
@media (max-width:960px){
  body.bbh-homepage .header,
  body.bbh-category-page .header,
  body.bbh-product-page .header,
  body.bbh-content-page .header{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    grid-template-rows:auto auto!important;
    align-items:center!important;
    gap:10px 8px!important;
    min-height:0!important;
    padding-top:10px!important;
    padding-bottom:10px!important;
  }
  body.bbh-homepage .brand,
  body.bbh-category-page .brand,
  body.bbh-product-page .brand,
  body.bbh-content-page .brand{
    grid-column:1!important;
    grid-row:1!important;
    width:min(190px,100%)!important;
    min-width:0!important;
    height:64px!important;
    justify-self:start!important;
  }
  body .mobile-header-actions{
    display:flex!important;
    grid-column:2!important;
    grid-row:1!important;
    align-items:center!important;
    justify-content:flex-end!important;
    justify-self:end!important;
    gap:6px!important;
    width:auto!important;
    min-width:0!important;
    position:static!important;
    transform:none!important;
    margin:0!important;
    padding:0!important;
  }
  body .mobile-header-actions .mobile-action,
  body .mobile-header-actions .mobile-menu-button{
    flex:0 0 48px!important;
    width:48px!important;
    min-width:48px!important;
    height:48px!important;
    margin:0!important;
    position:relative!important;
    inset:auto!important;
    box-sizing:border-box!important;
  }
  body .mobile-header-actions .mobile-menu-button{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    border:1px solid #d6e4ed!important;
    border-radius:11px!important;
    background:linear-gradient(180deg,#fff,#f7fbfd)!important;
    color:#075d91!important;
    box-shadow:0 5px 15px rgba(5,74,116,.10)!important;
    font-size:25px!important;
    line-height:1!important;
    z-index:22!important;
  }
  body .header > .menu-button{display:none!important;}
  body .bbh-site-search{
    grid-column:1/-1!important;
    grid-row:2!important;
    width:100%!important;
  }
}
@media (max-width:620px){
  body.bbh-homepage .header,
  body.bbh-category-page .header,
  body.bbh-product-page .header,
  body.bbh-content-page .header{
    grid-template-columns:minmax(0,1fr) auto!important;
    grid-template-rows:62px 50px!important;
    column-gap:5px!important;
    row-gap:8px!important;
  }
  body.bbh-homepage .brand,
  body.bbh-category-page .brand,
  body.bbh-product-page .brand,
  body.bbh-content-page .brand{
    width:min(155px,100%)!important;
    height:54px!important;
  }
  body .mobile-header-actions{gap:4px!important;}
  body .mobile-header-actions .mobile-action,
  body .mobile-header-actions .mobile-menu-button{
    flex-basis:44px!important;
    width:44px!important;
    min-width:44px!important;
    height:46px!important;
  }
  body .mobile-header-actions .mobile-action svg{width:20px!important;height:20px!important;}
  body .mobile-header-actions .mobile-action span{font-size:7px!important;}
  body .mobile-header-actions .mobile-menu-button{font-size:23px!important;}
}
@media (max-width:380px){
  body.bbh-homepage .brand,
  body.bbh-category-page .brand,
  body.bbh-product-page .brand,
  body.bbh-content-page .brand{width:min(140px,100%)!important;}
  body .mobile-header-actions{gap:3px!important;}
  body .mobile-header-actions .mobile-action,
  body .mobile-header-actions .mobile-menu-button{
    flex-basis:41px!important;width:41px!important;min-width:41px!important;
  }
}


/* v2.0.0 — Ana sayfa alt yasal bilgilendirme alanı */
.legal-links-section{padding:54px 0;background:#f3f9fc;border-top:1px solid #dceaf2}
.legal-links-head{text-align:center;margin:0 auto 28px;max-width:760px}
.legal-links-head h2{margin:7px 0 10px;color:#15364b;font-size:clamp(25px,3vw,36px);line-height:1.2}
.legal-links-head p{margin:0;color:#667984;font-size:15px;line-height:1.65}
.legal-links-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.legal-link-card{display:flex;min-width:0;min-height:185px;padding:24px 18px;flex-direction:column;align-items:center;justify-content:center;border:1px solid #d7e6ef;border-radius:15px;background:#fff;color:#15364b;text-align:center;text-decoration:none!important;box-shadow:0 7px 22px rgba(4,77,116,.06);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,color .2s ease}
.legal-link-card:hover{color:#008ed6;border-color:#008ed6;box-shadow:0 13px 30px rgba(0,142,214,.15);transform:translateY(-4px)}
.legal-link-icon{display:flex;width:54px;height:54px;margin:0 0 15px;align-items:center;justify-content:center;border-radius:50%;background:#e8f7fd;color:#008ed6}
.legal-link-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.legal-link-card b{display:block;margin:0 0 8px;font-size:15px;line-height:1.35}
.legal-link-card small{display:block;color:#6b7c86;font-size:12px;line-height:1.55}
.copyright a{color:inherit;text-decoration:none}.copyright a:hover{text-decoration:underline}
@media(max-width:900px){.legal-links-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.legal-links-section{padding:38px 0}.legal-links-head{margin-bottom:20px;padding-inline:7px}.legal-links-head p{font-size:13px}.legal-links-grid{gap:10px}.legal-link-card{min-height:158px;padding:17px 10px;border-radius:12px}.legal-link-icon{width:46px;height:46px;margin-bottom:11px}.legal-link-icon svg{width:24px;height:24px}.legal-link-card b{font-size:13px}.legal-link-card small{font-size:10.5px}}

/* v3.0.0 — Sepet, ödeme, hesabım ve tüm WooCommerce sayfalarında tek tasarım */
body.bbh-content-page{background:#f5fafc;color:#17384c}
body.bbh-content-page .content-page-main{padding-top:32px;padding-bottom:64px}
body.bbh-content-page .content-page-card{background:#fff;border:1px solid #dbe8ef;border-radius:18px;padding:clamp(20px,3vw,38px);box-shadow:0 12px 34px rgba(4,77,116,.07)}
body.bbh-content-page .woocommerce{font-family:inherit;color:#17384c}
body.bbh-content-page .woocommerce table.shop_table{border:1px solid #dbe8ef;border-radius:14px;overflow:hidden;background:#fff}
body.bbh-content-page .woocommerce table.shop_table th{background:#edf7fb;color:#075d91;font-weight:800}
body.bbh-content-page .woocommerce a.button,
body.bbh-content-page .woocommerce button.button,
body.bbh-content-page .woocommerce input.button,
body.bbh-content-page .woocommerce #respond input#submit{background:#008ed6!important;color:#fff!important;border-radius:10px!important;padding:13px 18px!important;font-weight:800!important;border:0!important}
body.bbh-content-page .woocommerce a.button:hover,
body.bbh-content-page .woocommerce button.button:hover,
body.bbh-content-page .woocommerce input.button:hover{background:#075d91!important;color:#fff!important}
body.bbh-content-page .woocommerce input.input-text,
body.bbh-content-page .woocommerce textarea,
body.bbh-content-page .woocommerce select{border:1px solid #cddfe8!important;border-radius:10px!important;background:#fff!important;min-height:46px;padding:10px 12px!important}
body.bbh-content-page .woocommerce form.checkout_coupon,
body.bbh-content-page .woocommerce form.login,
body.bbh-content-page .woocommerce form.register,
body.bbh-content-page .woocommerce .woocommerce-MyAccount-navigation,
body.bbh-content-page .woocommerce .woocommerce-MyAccount-content,
body.bbh-content-page .woocommerce .cart_totals,
body.bbh-content-page .woocommerce .checkout-review-order{border:1px solid #dbe8ef;border-radius:14px;background:#fff;padding:20px;box-sizing:border-box}
body.bbh-content-page .woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0}
body.bbh-content-page .woocommerce-MyAccount-navigation li a{display:block;padding:12px 14px;border-bottom:1px solid #e6eff4;color:#17384c;text-decoration:none;font-weight:700}
body.bbh-content-page .woocommerce-MyAccount-navigation li.is-active a{color:#008ed6;background:#edf8fd;border-radius:8px}
body.bbh-content-page #payment{background:#edf7fb!important;border-radius:14px!important}
body.bbh-content-page .woocommerce-message,
body.bbh-content-page .woocommerce-info,
body.bbh-content-page .woocommerce-error{border-radius:10px;background:#edf8fd}
@media(max-width:767px){
 body.bbh-content-page .content-page-main{padding-top:18px;padding-bottom:35px}
 body.bbh-content-page .content-page-card{padding:15px;border-radius:13px}
 body.bbh-content-page .woocommerce table.shop_table_responsive tr{border-bottom:1px solid #dbe8ef}
 body.bbh-content-page .woocommerce-MyAccount-navigation,
 body.bbh-content-page .woocommerce-MyAccount-content{width:100%;float:none;margin:0 0 16px}
}

/* v3.1.0 — Sepet adet ve kupon hizalama düzeltmesi (dar kapsamlı) */
body.bbh-content-page.woocommerce-cart .woocommerce-cart-form .quantity{
  display:inline-flex!important;
  align-items:stretch!important;
  min-width:64px!important;
}
body.bbh-content-page.woocommerce-cart .woocommerce-cart-form .quantity input.qty{
  width:64px!important;
  min-width:64px!important;
  height:52px!important;
  min-height:52px!important;
  padding:0 8px!important;
  box-sizing:border-box!important;
  color:#17384c!important;
  background:#fff!important;
  font-size:15px!important;
  font-weight:700!important;
  line-height:50px!important;
  text-align:center!important;
  opacity:1!important;
  -webkit-text-fill-color:#17384c!important;
}
body.bbh-content-page.woocommerce-cart .woocommerce-cart-form table.cart td.actions{
  padding:18px 0 0!important;
  vertical-align:middle!important;
}
body.bbh-content-page.woocommerce-cart .woocommerce-cart-form table.cart td.actions .coupon{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  width:auto!important;
  max-width:100%!important;
}
body.bbh-content-page.woocommerce-cart .woocommerce-cart-form table.cart td.actions .coupon .input-text,
body.bbh-content-page.woocommerce-cart .woocommerce-cart-form table.cart td.actions #coupon_code{
  float:none!important;
  width:220px!important;
  min-width:180px!important;
  height:52px!important;
  margin:0!important;
}
body.bbh-content-page.woocommerce-cart .woocommerce-cart-form table.cart td.actions .coupon button,
body.bbh-content-page.woocommerce-cart .woocommerce-cart-form table.cart td.actions .coupon .button{
  float:none!important;
  min-height:52px!important;
  margin:0!important;
  white-space:nowrap!important;
}
body.bbh-content-page.woocommerce-cart .woocommerce-cart-form table.cart td.actions > button[name="update_cart"]{
  min-height:52px!important;
  margin-left:auto!important;
}
@media(max-width:767px){
  body.bbh-content-page.woocommerce-cart .woocommerce-cart-form table.cart td.actions .coupon{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    width:100%!important;
  }
  body.bbh-content-page.woocommerce-cart .woocommerce-cart-form table.cart td.actions .coupon .input-text,
  body.bbh-content-page.woocommerce-cart .woocommerce-cart-form table.cart td.actions #coupon_code{
    width:100%!important;
    min-width:0!important;
  }
  body.bbh-content-page.woocommerce-cart .woocommerce-cart-form table.cart td.actions > button[name="update_cart"]{
    width:100%!important;
    margin:10px 0 0!important;
  }
}
@media(max-width:420px){
  body.bbh-content-page.woocommerce-cart .woocommerce-cart-form table.cart td.actions .coupon{
    grid-template-columns:1fr!important;
  }
  body.bbh-content-page.woocommerce-cart .woocommerce-cart-form table.cart td.actions .coupon button,
  body.bbh-content-page.woocommerce-cart .woocommerce-cart-form table.cart td.actions .coupon .button{
    width:100%!important;
  }
}

/* v3.2.0 — Sepet adet rakamını okların altından çıkarır */
body.bbh-content-page.woocommerce-cart .woocommerce-cart-form .quantity{
  width:72px!important;
  min-width:72px!important;
  position:relative!important;
  overflow:visible!important;
}
body.bbh-content-page.woocommerce-cart .woocommerce-cart-form .quantity input.qty{
  width:72px!important;
  min-width:72px!important;
  padding-left:12px!important;
  padding-right:30px!important;
  text-align:left!important;
  line-height:52px!important;
}

/* v3.3.0 — Mobil sepet düzeni: masaüstünü etkilemez */
@media (max-width:767px){
  body.bbh-content-page.woocommerce-cart .content-page-card{
    width:100%!important;
    max-width:100%!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
  }
  body.bbh-content-page.woocommerce-cart .woocommerce,
  body.bbh-content-page.woocommerce-cart .woocommerce-cart-form,
  body.bbh-content-page.woocommerce-cart .cart-collaterals,
  body.bbh-content-page.woocommerce-cart .cart_totals{
    float:none!important;
    clear:both!important;
    width:100%!important;
    max-width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
    box-sizing:border-box!important;
  }
  body.bbh-content-page.woocommerce-cart .woocommerce-cart-form table.cart{
    display:block!important;
    width:100%!important;
    table-layout:auto!important;
    border:0!important;
    overflow:visible!important;
  }
  body.bbh-content-page.woocommerce-cart .woocommerce-cart-form table.cart thead{
    display:none!important;
  }
  body.bbh-content-page.woocommerce-cart .woocommerce-cart-form table.cart tbody{
    display:block!important;
    width:100%!important;
  }
  body.bbh-content-page.woocommerce-cart .woocommerce-cart-form table.cart tr.woocommerce-cart-form__cart-item{
    position:relative!important;
    display:grid!important;
    grid-template-columns:72px minmax(0,1fr)!important;
    gap:8px 14px!important;
    width:100%!important;
    margin:0 0 16px!important;
    padding:18px 14px!important;
    border:1px solid #dbe8ef!important;
    border-radius:14px!important;
    background:#fff!important;
    box-sizing:border-box!important;
  }
  body.bbh-content-page.woocommerce-cart .woocommerce-cart-form table.cart tr.woocommerce-cart-form__cart-item td{
    display:block!important;
    width:auto!important;
    min-width:0!important;
    padding:0!important;
    border:0!important;
    text-align:left!important;
    box-sizing:border-box!important;
    overflow-wrap:normal!important;
    word-break:normal!important;
  }
  body.bbh-content-page.woocommerce-cart .woocommerce-cart-form table.cart td.product-remove{
    position:absolute!important;
    top:7px!important;
    left:7px!important;
    z-index:2!important;
  }
  body.bbh-content-page.woocommerce-cart .woocommerce-cart-form table.cart td.product-thumbnail{
    grid-column:1!important;
    grid-row:1 / span 4!important;
    align-self:start!important;
    padding-top:8px!important;
  }
  body.bbh-content-page.woocommerce-cart .woocommerce-cart-form table.cart td.product-thumbnail img{
    display:block!important;
    width:64px!important;
    max-width:64px!important;
    height:64px!important;
    object-fit:contain!important;
  }
  body.bbh-content-page.woocommerce-cart .woocommerce-cart-form table.cart td.product-name{
    grid-column:2!important;
    font-size:16px!important;
    font-weight:800!important;
    line-height:1.45!important;
  }
  body.bbh-content-page.woocommerce-cart .woocommerce-cart-form table.cart td.product-price,
  body.bbh-content-page.woocommerce-cart .woocommerce-cart-form table.cart td.product-quantity,
  body.bbh-content-page.woocommerce-cart .woocommerce-cart-form table.cart td.product-subtotal{
    grid-column:2!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
    min-height:38px!important;
    font-size:15px!important;
  }
  body.bbh-content-page.woocommerce-cart .woocommerce-cart-form table.cart td[data-title]::before{
    position:static!important;
    float:none!important;
    display:block!important;
    flex:0 0 auto!important;
    width:auto!important;
    margin:0!important;
    color:#17688f!important;
    font-weight:800!important;
    white-space:nowrap!important;
  }
  body.bbh-content-page.woocommerce-cart .woocommerce-cart-form .quantity{
    flex:0 0 82px!important;
    width:82px!important;
    min-width:82px!important;
    margin-left:auto!important;
  }
  body.bbh-content-page.woocommerce-cart .woocommerce-cart-form .quantity input.qty{
    width:82px!important;
    min-width:82px!important;
    height:48px!important;
    min-height:48px!important;
    padding-left:12px!important;
    padding-right:31px!important;
    line-height:46px!important;
    text-align:left!important;
  }
  body.bbh-content-page.woocommerce-cart .woocommerce-cart-form table.cart tr:last-child,
  body.bbh-content-page.woocommerce-cart .woocommerce-cart-form table.cart td.actions{
    display:block!important;
    width:100%!important;
    box-sizing:border-box!important;
  }
  body.bbh-content-page.woocommerce-cart .woocommerce-cart-form table.cart td.actions{
    padding:0!important;
  }
  body.bbh-content-page.woocommerce-cart .woocommerce-cart-form table.cart td.actions .coupon{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    width:100%!important;
  }
  body.bbh-content-page.woocommerce-cart .woocommerce-cart-form table.cart td.actions .coupon #coupon_code,
  body.bbh-content-page.woocommerce-cart .woocommerce-cart-form table.cart td.actions .coupon .input-text,
  body.bbh-content-page.woocommerce-cart .woocommerce-cart-form table.cart td.actions .coupon button,
  body.bbh-content-page.woocommerce-cart .woocommerce-cart-form table.cart td.actions .coupon .button,
  body.bbh-content-page.woocommerce-cart .woocommerce-cart-form table.cart td.actions > button[name="update_cart"]{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    white-space:normal!important;
    word-break:normal!important;
    box-sizing:border-box!important;
  }
  body.bbh-content-page.woocommerce-cart .woocommerce-cart-form table.cart td.actions > button[name="update_cart"]{
    margin-top:12px!important;
  }
  body.bbh-content-page.woocommerce-cart .cart_totals{
    margin-top:20px!important;
    padding:16px!important;
  }
  body.bbh-content-page.woocommerce-cart .cart_totals table,
  body.bbh-content-page.woocommerce-cart .cart_totals tbody,
  body.bbh-content-page.woocommerce-cart .cart_totals tr{
    width:100%!important;
    max-width:100%!important;
  }
  body.bbh-content-page.woocommerce-cart .cart_totals th,
  body.bbh-content-page.woocommerce-cart .cart_totals td{
    width:auto!important;
    min-width:0!important;
    padding:12px 8px!important;
    word-break:normal!important;
    overflow-wrap:normal!important;
  }
  body.bbh-content-page.woocommerce-cart .wc-proceed-to-checkout,
  body.bbh-content-page.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    white-space:normal!important;
    word-break:normal!important;
    line-height:1.35!important;
    box-sizing:border-box!important;
  }
}

/* v3.4.0 — Tek mobil standart: arama/arşiv, sepet ve footer stabilizasyonu */
@media (max-width:767px){
  html, body.bbh-homepage, body.bbh-category-page, body.bbh-product-page, body.bbh-content-page{
    max-width:100%!important;
    overflow-x:hidden!important;
  }
  body.bbh-homepage main,
  body.bbh-category-page main,
  body.bbh-product-page main,
  body.bbh-content-page main{
    width:100%!important;
    max-width:100%!important;
    overflow-x:hidden!important;
  }
  body .shell{
    width:calc(100% - 28px)!important;
    max-width:none!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  /* Arama, kategori ve mağaza ürün kartları aynı ölçüde */
  body.bbh-product-archive .category-products{
    padding-top:34px!important;
    padding-bottom:42px!important;
  }
  body.bbh-product-archive .category-products-head{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:16px!important;
    align-items:start!important;
  }
  body.bbh-product-archive .category-products-head form{
    width:100%!important;
    display:grid!important;
    grid-template-columns:auto minmax(0,1fr)!important;
    gap:10px!important;
    align-items:center!important;
  }
  body.bbh-product-archive .category-products-head select{
    width:100%!important;
    min-width:0!important;
  }
  body.bbh-product-archive .product-grid,
  body.bbh-product-page .related-products .product-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px!important;
    width:100%!important;
    overflow:visible!important;
  }
  body.bbh-product-archive .product,
  body.bbh-product-page .related-products .product{
    width:100%!important;
    min-width:0!important;
    min-height:0!important;
    padding:12px!important;
    overflow:hidden!important;
  }
  body.bbh-product-archive .wc-product-art,
  body.bbh-product-page .related-products .wc-product-art{
    height:145px!important;
    margin-bottom:10px!important;
  }
  body.bbh-product-archive .wc-product-art img,
  body.bbh-product-page .related-products .wc-product-art img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
  }
  body.bbh-product-archive .product>small,
  body.bbh-product-page .related-products .product>small{
    display:block!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    font-size:11px!important;
  }
  body.bbh-product-archive .product h3,
  body.bbh-product-page .related-products .product h3{
    min-height:64px!important;
    margin:8px 0!important;
    font-size:13px!important;
    line-height:1.38!important;
    overflow-wrap:anywhere!important;
  }
  body.bbh-product-archive .wc-price,
  body.bbh-product-archive .wc-price *,
  body.bbh-product-page .related-products .wc-price,
  body.bbh-product-page .related-products .wc-price *{
    font-size:17px!important;
    line-height:1.25!important;
    white-space:nowrap!important;
    word-break:keep-all!important;
    overflow-wrap:normal!important;
  }
  body.bbh-product-archive .wc-price del,
  body.bbh-product-page .related-products .wc-price del{
    font-size:13px!important;
    white-space:nowrap!important;
  }
  body.bbh-product-archive .add,
  body.bbh-product-page .related-products .add{
    min-height:44px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    white-space:nowrap!important;
  }

  /* Mobil sepet: WooCommerce tablo yapısını güvenli kart yapısına çevir */
  body.bbh-content-page.woocommerce-cart .content-page-card{
    padding:12px!important;
    overflow:visible!important;
  }
  body.bbh-content-page.woocommerce-cart .woocommerce-cart-form table.cart tr.woocommerce-cart-form__cart-item{
    grid-template-columns:64px minmax(0,1fr)!important;
    gap:9px 12px!important;
    padding:17px 12px!important;
  }
  body.bbh-content-page.woocommerce-cart .woocommerce-cart-form table.cart td.product-thumbnail img{
    width:58px!important;
    max-width:58px!important;
    height:58px!important;
  }
  body.bbh-content-page.woocommerce-cart .woocommerce-cart-form table.cart td.product-name{
    font-size:14px!important;
    line-height:1.4!important;
    overflow-wrap:anywhere!important;
  }
  body.bbh-content-page.woocommerce-cart .woocommerce-cart-form table.cart td.product-price,
  body.bbh-content-page.woocommerce-cart .woocommerce-cart-form table.cart td.product-quantity,
  body.bbh-content-page.woocommerce-cart .woocommerce-cart-form table.cart td.product-subtotal{
    display:grid!important;
    grid-template-columns:minmax(78px,auto) minmax(0,1fr)!important;
    justify-content:stretch!important;
    align-items:center!important;
    gap:10px!important;
    width:100%!important;
    min-height:44px!important;
  }
  body.bbh-content-page.woocommerce-cart .woocommerce-cart-form table.cart td[data-title]::before{
    white-space:normal!important;
    line-height:1.25!important;
  }
  body.bbh-content-page.woocommerce-cart .woocommerce-cart-form .quantity{
    justify-self:end!important;
    margin:0!important;
  }
  body.bbh-content-page.woocommerce-cart .cart-collaterals,
  body.bbh-content-page.woocommerce-cart .cart_totals{
    position:static!important;
    transform:none!important;
    inset:auto!important;
  }
  body.bbh-content-page.woocommerce-cart .cart_totals table,
  body.bbh-content-page.woocommerce-cart .cart_totals tbody,
  body.bbh-content-page.woocommerce-cart .cart_totals tr,
  body.bbh-content-page.woocommerce-cart .cart_totals th,
  body.bbh-content-page.woocommerce-cart .cart_totals td{
    display:block!important;
    width:100%!important;
  }
  body.bbh-content-page.woocommerce-cart .cart_totals tr{
    display:grid!important;
    grid-template-columns:minmax(90px,42%) minmax(0,1fr)!important;
    border-bottom:1px solid #e2edf3!important;
  }
  body.bbh-content-page.woocommerce-cart .cart_totals th,
  body.bbh-content-page.woocommerce-cart .cart_totals td{
    padding:12px 8px!important;
    white-space:normal!important;
    word-break:normal!important;
    overflow-wrap:anywhere!important;
  }

  /* Footer her sayfada aynı, düz ve okunur */
  body.bbh-homepage footer,
  body.bbh-category-page footer,
  body.bbh-product-page footer,
  body.bbh-content-page footer{
    width:100%!important;
    max-width:100%!important;
    overflow:hidden!important;
  }
  body .footer-grid{
    grid-template-columns:1fr!important;
    gap:26px!important;
  }
  body .footer-brand{
    grid-column:auto!important;
  }
  body .footer-grid>div,
  body .footer-grid a,
  body .footer-grid b,
  body .footer-grid p{
    transform:none!important;
    writing-mode:horizontal-tb!important;
    text-orientation:mixed!important;
    white-space:normal!important;
    word-break:normal!important;
    overflow-wrap:anywhere!important;
  }
  body .copyright{
    display:flex!important;
    flex-direction:column!important;
    gap:10px!important;
    align-items:flex-start!important;
    font-size:12px!important;
    line-height:1.55!important;
  }
  body .copyright span,
  body .copyright a{
    display:inline!important;
    margin:0!important;
    padding:0!important;
    font-size:12px!important;
    line-height:1.55!important;
    letter-spacing:0!important;
    transform:none!important;
    rotate:none!important;
    writing-mode:horizontal-tb!important;
    white-space:normal!important;
    word-break:normal!important;
    overflow-wrap:anywhere!important;
  }
}

@media (max-width:390px){
  body.bbh-product-archive .product-grid,
  body.bbh-product-page .related-products .product-grid{
    gap:9px!important;
  }
  body.bbh-product-archive .product,
  body.bbh-product-page .related-products .product{
    padding:10px!important;
  }
  body.bbh-product-archive .wc-product-art,
  body.bbh-product-page .related-products .wc-product-art{
    height:125px!important;
  }
  body.bbh-product-archive .wc-price,
  body.bbh-product-archive .wc-price *,
  body.bbh-product-page .related-products .wc-price,
  body.bbh-product-page .related-products .wc-price *{
    font-size:15px!important;
  }
}


/* v3.6.0 — Mobil arama ve ürün arşivi tek standart */
html,body{max-width:100%;overflow-x:hidden}
body.bbh-product-archive main,
body.bbh-product-archive .shell,
body.bbh-product-archive .section,
body.bbh-product-archive .category-products,
body.bbh-product-archive .product-grid{box-sizing:border-box;max-width:100%}

@media (max-width:767px){
  body.bbh-product-archive{width:100%;overflow-x:hidden!important}
  body.bbh-product-archive main{width:100%;overflow:hidden}
  body.bbh-product-archive .shell{width:calc(100% - 24px)!important;margin-left:auto!important;margin-right:auto!important}
  body.bbh-product-archive .header{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-rows:62px 50px!important;gap:8px 5px!important;padding:10px 0!important}
  body.bbh-product-archive .brand{grid-column:1!important;grid-row:1!important;width:min(155px,100%)!important;height:54px!important}
  body.bbh-product-archive .mobile-header-actions{grid-column:2!important;grid-row:1!important;display:flex!important;position:static!important}
  body.bbh-product-archive .bbh-site-search{grid-column:1/-1!important;grid-row:2!important;width:100%!important;min-width:0!important}
  body.bbh-product-archive .category-hero{overflow:hidden}
  body.bbh-product-archive .category-hero-inner{display:block!important;min-width:0!important}
  body.bbh-product-archive .category-hero h1{font-size:34px!important;overflow-wrap:anywhere}
  body.bbh-product-archive .category-products-head{display:block!important}
  body.bbh-product-archive .category-products-head form{display:flex!important;width:100%!important;margin-top:16px!important;align-items:center!important;gap:8px!important}
  body.bbh-product-archive .category-products-head select{flex:1!important;min-width:0!important;max-width:100%!important}
  body.bbh-product-archive .product-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px!important;
    width:100%!important;
    overflow:visible!important;
    padding:0!important;
    scroll-snap-type:none!important;
  }
  body.bbh-product-archive .product{
    width:auto!important;
    min-width:0!important;
    max-width:100%!important;
    padding:12px 10px 14px!important;
    overflow:hidden!important;
  }
  body.bbh-product-archive .wc-product-art{height:150px!important;min-height:150px!important}
  body.bbh-product-archive .product small{display:block;white-space:normal!important;overflow-wrap:anywhere}
  body.bbh-product-archive .product h3{min-height:76px!important;font-size:13px!important;line-height:1.45!important;overflow-wrap:anywhere!important}
  body.bbh-product-archive .wc-price{font-size:17px!important;line-height:1.25!important;white-space:normal!important;overflow-wrap:normal!important;word-break:normal!important}
  body.bbh-product-archive .wc-price del,
  body.bbh-product-archive .wc-price ins{display:block!important;white-space:nowrap!important}
  body.bbh-product-archive .add{display:flex!important;align-items:center!important;justify-content:center!important;min-height:44px!important;font-size:12px!important;text-align:center!important}
  body.bbh-product-archive footer,
  body.bbh-product-archive .benefits-wrap{width:100%!important;overflow:hidden!important}
}

@media (max-width:370px){
  body.bbh-product-archive .product-grid{grid-template-columns:1fr!important}
  body.bbh-product-archive .product h3{min-height:0!important}
}


/* v3.7.0 — Arama sayfası kök sınıf çakışması düzeltmesi.
   Arşiv sayfası artık ana sayfa kurallarını miras almaz. */
@media (max-width:767px){
  body.bbh-search-results main,
  body.bbh-search-results main > *{
    transform:none!important;
    translate:none!important;
    left:auto!important;
    right:auto!important;
    max-width:100%!important;
  }
  body.bbh-search-results .topbar,
  body.bbh-search-results .header,
  body.bbh-search-results .nav,
  body.bbh-search-results .category-hero,
  body.bbh-search-results .category-products,
  body.bbh-search-results .benefits-wrap,
  body.bbh-search-results footer{
    position:relative!important;
    float:none!important;
    clear:both!important;
    width:100%!important;
  }
  body.bbh-search-results .category-hero,
  body.bbh-search-results .category-hero-inner{
    min-height:300px!important;
  }
  body.bbh-search-results .category-hero-inner{
    padding:30px 0!important;
  }
  body.bbh-search-results .category-products{
    display:block!important;
    min-height:0!important;
  }
  body.bbh-search-results .product-grid{
    position:static!important;
    transform:none!important;
    margin:0!important;
  }
}


/* v3.8.0 — Arama ve kategori ürün alanı tam izolasyon.
   Ana sayfa slider kuralları bu alana artık hiçbir şekilde karışmaz. */
body.bbh-product-archive,
body.bbh-product-archive main{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  padding-left:0!important;
  padding-right:0!important;
  overflow-x:hidden!important;
}
body.bbh-product-archive .bbh-archive-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:18px!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
  transform:none!important;
  scroll-snap-type:none!important;
}
body.bbh-product-archive .bbh-archive-card{
  box-sizing:border-box!important;
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  min-height:390px!important;
  padding:16px!important;
  border:1px solid #dce8ef!important;
  border-radius:14px!important;
  background:#fff!important;
  overflow:hidden!important;
  transform:none!important;
  scroll-snap-align:none!important;
}
body.bbh-product-archive .bbh-archive-art{height:190px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin-bottom:12px!important}
body.bbh-product-archive .bbh-archive-art img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;object-fit:contain!important}
body.bbh-product-archive .bbh-archive-category{display:block!important;color:#2788b6!important;font-size:13px!important;line-height:1.35!important;white-space:normal!important;word-break:normal!important;overflow-wrap:anywhere!important}
body.bbh-product-archive .bbh-archive-title{margin:9px 0 14px!important;min-height:62px!important;font-size:15px!important;line-height:1.4!important;white-space:normal!important;word-break:normal!important;overflow-wrap:anywhere!important}
body.bbh-product-archive .bbh-archive-title a{color:#177da9!important}
body.bbh-product-archive .bbh-archive-price{margin-top:auto!important;color:#087dbd!important;font-size:21px!important;font-weight:900!important;line-height:1.25!important;white-space:normal!important;word-break:normal!important;overflow-wrap:normal!important}
body.bbh-product-archive .bbh-archive-price del{display:block!important;color:#8997a4!important;font-size:14px!important;font-weight:500!important;white-space:nowrap!important}
body.bbh-product-archive .bbh-archive-price ins{display:block!important;text-decoration:none!important;white-space:nowrap!important}
body.bbh-product-archive .bbh-archive-add{display:flex!important;align-items:center!important;justify-content:center!important;min-height:46px!important;margin-top:14px!important;border:1px solid #b9d2df!important;border-radius:8px!important;color:#137fac!important;background:#fff!important;font-weight:800!important;text-align:center!important;white-space:nowrap!important}
body.bbh-product-archive .bbh-archive-discount{position:absolute!important;z-index:2!important;top:13px!important;left:13px!important;padding:8px 10px!important;border-radius:6px!important;color:#fff!important;background:#eb4d56!important;font-size:11px!important;font-weight:800!important}
body.bbh-product-archive .bbh-archive-heart{position:absolute!important;z-index:2!important;top:13px!important;right:13px!important;color:#6f8da1!important;font-size:28px!important;line-height:1!important}
body.bbh-product-archive .slider-arrow{display:none!important}

@media(max-width:960px){
 body.bbh-product-archive .bbh-archive-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:767px){
 html{overflow-x:hidden!important}
 body.bbh-product-archive #wpadminbar{display:none!important}
 html.wp-toolbar{padding-top:0!important}
 body.admin-bar{margin-top:0!important}
 body.bbh-product-archive .topbar{display:block!important;width:100%!important}
 body.bbh-product-archive .header.shell{width:calc(100% - 24px)!important;max-width:none!important;margin:0 12px!important}
 body.bbh-product-archive .nav{width:100%!important}
 body.bbh-product-archive .category-hero,
 body.bbh-product-archive .category-products,
 body.bbh-product-archive .benefits-wrap,
 body.bbh-product-archive footer{display:block!important;width:100%!important;max-width:none!important;min-width:0!important;transform:none!important}
 body.bbh-product-archive .category-hero,
 body.bbh-product-archive .category-hero-inner{min-height:0!important}
 body.bbh-product-archive .category-hero-inner{padding:34px 0!important}
 body.bbh-product-archive .category-hero img{display:none!important}
 body.bbh-product-archive .section.shell,
 body.bbh-product-archive .category-products.shell{width:calc(100% - 24px)!important;max-width:none!important;margin:0 12px!important;padding-top:34px!important;padding-bottom:34px!important}
 body.bbh-product-archive .bbh-archive-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
 body.bbh-product-archive .bbh-archive-card{min-height:350px!important;padding:11px!important}
 body.bbh-product-archive .bbh-archive-art{height:145px!important}
 body.bbh-product-archive .bbh-archive-title{min-height:75px!important;font-size:13px!important}
 body.bbh-product-archive .bbh-archive-price{font-size:17px!important}
 body.bbh-product-archive .bbh-archive-price del{font-size:12px!important}
 body.bbh-product-archive .bbh-archive-add{min-height:44px!important;font-size:12px!important}
 body.bbh-product-archive .benefits{display:grid!important;grid-template-columns:1fr 1fr!important;width:calc(100% - 24px)!important;margin:0 12px!important;padding:14px 0!important;transform:none!important}
 body.bbh-product-archive .benefits span{display:grid!important;grid-template-columns:42px minmax(0,1fr)!important;grid-template-rows:auto auto!important;align-items:center!important;min-width:0!important;padding:14px 8px!important;transform:none!important}
 body.bbh-product-archive .benefits i{grid-row:1/3!important;width:38px!important;height:38px!important;font-size:20px!important}
 body.bbh-product-archive .benefits b,body.bbh-product-archive .benefits small{grid-column:2!important;white-space:normal!important;word-break:normal!important;overflow-wrap:anywhere!important;transform:none!important;writing-mode:horizontal-tb!important}
 body.bbh-product-archive footer .shell{width:calc(100% - 48px)!important;margin:0 24px!important}
 body.bbh-product-archive .copyright span{font-size:12px!important;transform:none!important;writing-mode:horizontal-tb!important}
}
@media(max-width:370px){
 body.bbh-product-archive .bbh-archive-grid{grid-template-columns:1fr!important}
 body.bbh-product-archive .bbh-archive-card{min-height:0!important}
 body.bbh-product-archive .bbh-archive-art{height:210px!important}
 body.bbh-product-archive .bbh-archive-title{min-height:0!important}
}


/* v3.8.4 — Shoptimizer mobil header ve arama izolasyonu */
.bbh-site-search{
  min-width:0!important;
  max-width:100%!important;
  margin:0!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
}
.bbh-site-search input[type="search"],
.bbh-site-search input[name="s"]{
  min-width:0!important;
  max-width:100%!important;
  width:100%!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  box-shadow:none!important;
  background:transparent!important;
  -webkit-appearance:none!important;
  appearance:none!important;
}
.bbh-site-search input[type="hidden"]{display:none!important}

@media (max-width:960px){
  body.bbh-homepage .header.shell,
  body.bbh-category-page .header.shell,
  body.bbh-product-page .header.shell,
  body.bbh-content-page .header.shell,
  body.bbh-product-archive .header.shell{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    grid-template-rows:auto auto!important;
    align-items:center!important;
    width:calc(100% - 24px)!important;
    max-width:none!important;
    min-width:0!important;
    margin:0 12px!important;
    padding:10px 0 12px!important;
    gap:9px 8px!important;
    overflow:visible!important;
  }
  body .header .brand{
    grid-column:1!important;
    grid-row:1!important;
    display:block!important;
    width:min(210px,100%)!important;
    height:70px!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    border-radius:10px!important;
    overflow:hidden!important;
    justify-self:start!important;
    background:#000!important;
  }
  body .header .brand img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    max-width:none!important;
    object-fit:contain!important;
    object-position:center!important;
    margin:0!important;
  }
  body .header .header-actions{display:none!important}
  body .header .mobile-header-actions{
    grid-column:2!important;
    grid-row:1!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    justify-self:end!important;
    gap:5px!important;
    width:auto!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    position:static!important;
    transform:none!important;
  }
  body .header .mobile-header-actions .mobile-action,
  body .header .mobile-header-actions .mobile-menu-button{
    flex:0 0 48px!important;
    width:48px!important;
    min-width:48px!important;
    height:52px!important;
    margin:0!important;
    padding:4px!important;
    box-sizing:border-box!important;
    border:1px solid #d6e4ed!important;
    border-radius:12px!important;
    background:linear-gradient(180deg,#fff,#f7fbfd)!important;
    color:#075d91!important;
    box-shadow:0 5px 15px rgba(5,74,116,.10)!important;
    position:relative!important;
    inset:auto!important;
  }
  body .header .mobile-header-actions .mobile-menu-button{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    font-size:24px!important;
    line-height:1!important;
  }
  body .header > .menu-button{display:none!important}
  body .header .bbh-site-search{
    grid-column:1/-1!important;
    grid-row:2!important;
    display:flex!important;
    align-items:center!important;
    width:100%!important;
    min-width:0!important;
    height:52px!important;
    padding:0 14px!important;
    border:1px solid #d9e3ea!important;
    border-radius:12px!important;
    background:#fbfcfd!important;
    box-shadow:none!important;
    position:relative!important;
    inset:auto!important;
    transform:none!important;
  }
  body .header .bbh-site-search span{
    flex:0 0 auto!important;
    margin-right:9px!important;
  }
  body .header .bbh-site-search input[name="s"]{
    display:block!important;
    font-size:16px!important;
    line-height:1.3!important;
  }
  body .header .bbh-site-search input[name="s"]::placeholder{
    color:#7d8790!important;
    opacity:1!important;
    font-size:16px!important;
  }
}
@media (max-width:620px){
  body .header .brand{width:min(166px,100%)!important;height:58px!important}
  body .header .mobile-header-actions{gap:4px!important}
  body .header .mobile-header-actions .mobile-action,
  body .header .mobile-header-actions .mobile-menu-button{
    flex-basis:44px!important;width:44px!important;min-width:44px!important;height:48px!important
  }
  body .header .bbh-site-search{height:50px!important}
}
@media (max-width:390px){
  body .header .brand{width:min(145px,100%)!important;height:54px!important}
  body .header .mobile-header-actions .mobile-action,
  body .header .mobile-header-actions .mobile-menu-button{
    flex-basis:41px!important;width:41px!important;min-width:41px!important;height:46px!important
  }
  body .header .mobile-header-actions{gap:3px!important}
}


/* v3.8.6 — doğru aktif sayfa ve stokta olmayan ürün görünümü */
.bbh-category-page .bbh-pagination ul.page-numbers { display:flex!important; flex-wrap:wrap; justify-content:center; gap:7px; margin:0; padding:0; list-style:none; }
.bbh-category-page .bbh-pagination ul.page-numbers > li { margin:0!important; padding:0!important; list-style:none!important; }
.bbh-category-page .bbh-pagination .page-numbers.current,
.bbh-category-page .bbh-pagination .page-numbers.bbh-current-page {
  color:#fff!important; border-color:#079bd3!important; background:#079bd3!important;
  box-shadow:0 7px 16px rgba(7,155,211,.22)!important;
}
.bbh-category-page .bbh-pagination .page-numbers:not(.current):not(.bbh-current-page) { color:#137fac; }
.add.bbh-out-of-stock,
.bbh-archive-add.bbh-out-of-stock {
  display:flex!important; align-items:center!important; justify-content:center!important;
  cursor:not-allowed!important; pointer-events:none!important;
  color:#7c8790!important; border-color:#d7dfe4!important; background:#f2f4f5!important;
  box-shadow:none!important; opacity:1!important;
}


/* v3.8.7 — kategori ve arama sonuçlarında stok filtresi */
.bbh-product-tools{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}
.bbh-product-tools form{margin:0}
.bbh-stock-filter{min-height:44px;display:inline-flex;align-items:center;gap:9px;padding:8px 14px;border:1px solid #c9d9e3;border-radius:10px;background:#fff;color:#17334d;font-size:14px;font-weight:800;line-height:1.15;text-decoration:none!important;box-shadow:0 5px 16px rgba(17,66,96,.06);transition:.2s ease}
.bbh-stock-filter:hover{border-color:#109bd3;color:#087fae;transform:translateY(-1px)}
.bbh-stock-filter-icon{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;background:#eef8fc;color:#168dbb;flex:0 0 28px}
.bbh-stock-filter svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.bbh-stock-filter .bbh-filter-check{opacity:0;stroke-width:2.6}
.bbh-stock-filter.is-active{background:#0d94c9;border-color:#0d94c9;color:#fff}
.bbh-stock-filter.is-active .bbh-stock-filter-icon{background:rgba(255,255,255,.18);color:#fff}
.bbh-stock-filter.is-active .bbh-filter-check{opacity:1}
@media(max-width:767px){
  .category-products-head{align-items:flex-start!important}
  .bbh-product-tools{width:100%;justify-content:stretch;gap:9px}
  .bbh-stock-filter{flex:1 1 100%;justify-content:center;min-height:48px}
  .bbh-product-tools form{width:100%;display:flex;align-items:center;gap:8px}
  .bbh-product-tools form label{white-space:nowrap}
  .bbh-product-tools form select{min-width:0;flex:1;width:auto!important}
}

/* v3.8.8 — stok filtresi yerleşimi Fera ile aynı düzen */
.bbh-stock-filter-wrap{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  margin:0 0 16px;
}
.bbh-product-tools{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
  margin:0 0 28px;
}
.bbh-result-count{
  margin:0!important;
  color:#667784;
  font-size:15px;
  line-height:1.4;
}
.bbh-product-tools form{
  margin:0 0 0 auto;
  display:flex;
  align-items:center;
  gap:10px;
}
.bbh-stock-filter{
  width:auto!important;
  flex:none!important;
  justify-content:flex-start!important;
}
@media(max-width:767px){
  .category-products-head{align-items:flex-start!important}
  .bbh-stock-filter-wrap{width:100%;justify-content:flex-start;margin-bottom:18px}
  .bbh-stock-filter{width:auto!important;max-width:100%;min-height:48px;padding:9px 16px}
  .bbh-product-tools{display:grid;grid-template-columns:minmax(0,1fr) minmax(190px,auto);align-items:center;gap:12px;margin-bottom:24px}
  .bbh-product-tools form{width:auto;margin:0;display:flex;align-items:center;gap:8px}
  .bbh-product-tools form label{white-space:nowrap}
  .bbh-product-tools form select{min-width:0;width:100%!important}
  .bbh-result-count{font-size:14px}
}
@media(max-width:520px){
  .bbh-product-tools{grid-template-columns:1fr}
  .bbh-product-tools form{width:100%}
  .bbh-product-tools form select{flex:1}
}


/* v3.8.9: Mobil hamburger menüsünde alt kategoriler başlangıçta kapalıdır. */
@media(max-width:1100px){
  .bbh-homepage .nav-menu-item>.submenu{display:none!important;}
  .bbh-homepage .nav-menu-item.submenu-open>.submenu{display:block!important;}
  .bbh-homepage .nav-menu-item:hover>.submenu{display:none!important;}
  .bbh-homepage .nav-menu-item.submenu-open:hover>.submenu{display:block!important;}
  .bbh-homepage .submenu-toggle{display:flex;align-items:center;justify-content:center;}
  .bbh-homepage .nav-menu-item.submenu-open>.submenu-toggle{transform:rotate(180deg);}
}

/* v3.8.11 — mevcut Beko haftanın ürünü tasarımını bozmadan 3'lü kaydırıcı */
.bbh-weekly-slider{position:relative;overflow:hidden}
.bbh-weekly-slider-shell{position:relative;min-height:330px}
.bbh-weekly-slide{position:absolute!important;inset:0;width:100%;opacity:0;visibility:hidden;transform:translateX(16px);transition:opacity .35s ease,transform .35s ease,visibility .35s;z-index:0}
.bbh-weekly-slide.is-active{position:relative!important;opacity:1;visibility:visible;transform:none;z-index:2}
.bbh-weekly-slide[aria-hidden="true"]{pointer-events:none!important}
.bbh-weekly-slide .featured-art{display:flex;text-decoration:none}
.bbh-weekly-slide .featured-info h3 a{color:inherit;text-decoration:none}
.bbh-weekly-discount{display:inline-flex;align-items:center;margin:8px 0 3px;padding:6px 10px;border:1px solid rgba(120,210,255,.45);border-radius:4px;color:#fff;background:rgba(7,155,211,.16);font-size:11px;font-weight:900;letter-spacing:.08em}
.bbh-weekly-nav{position:absolute;top:50%;z-index:8;width:42px;height:42px;margin-top:-21px;border:1px solid rgba(255,255,255,.55);border-radius:50%;color:#fff;background:rgba(2,30,55,.58);font-size:30px;line-height:1;cursor:pointer;backdrop-filter:blur(4px)}
.bbh-weekly-prev{left:18px}.bbh-weekly-next{right:18px}
.bbh-weekly-dots{position:absolute;left:50%;bottom:15px;z-index:9;display:flex;gap:8px;transform:translateX(-50%)}
.bbh-weekly-dots button{width:8px;height:8px;padding:0;border:1px solid #fff;border-radius:50%;background:transparent;cursor:pointer}
.bbh-weekly-dots button.is-active{background:#fff;box-shadow:0 0 0 3px rgba(255,255,255,.18)}
@media(max-width:767px){
  .bbh-weekly-slider-shell{min-height:650px}
  .bbh-weekly-slide{inset:0}
  .bbh-weekly-nav{top:48%;width:38px;height:38px;margin-top:-19px;font-size:27px}
  .bbh-weekly-prev{left:8px}.bbh-weekly-next{right:8px}
  .bbh-weekly-dots{bottom:10px}
  .bbh-weekly-slide .featured-info{padding-bottom:32px!important}
}

/* v3.8.12 — ana mavi üst alanda bağımsız 3 ürün kaydırıcısı */
.bbh-hero-product-slider{position:relative;align-self:stretch;min-width:0;min-height:390px;display:flex;align-items:center;justify-content:center;padding:34px 62px 48px}
.bbh-hero-product-slide{position:absolute;inset:24px 54px 42px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;opacity:0;visibility:hidden;transform:translateX(18px);pointer-events:none;text-decoration:none;transition:opacity .35s ease,transform .35s ease,visibility .35s}
.bbh-hero-product-slide.is-active{opacity:1;visibility:visible;transform:none;pointer-events:auto}
.bbh-hero-product-art{display:flex;align-items:center;justify-content:center;width:100%;height:275px}
.bbh-hero-product-art img{display:block;max-width:100%;max-height:100%;width:auto!important;height:auto!important;object-fit:contain;filter:drop-shadow(0 18px 22px rgba(0,27,54,.28))}
.bbh-hero-product-price{display:flex;align-items:center;justify-content:center;gap:10px;min-height:34px;color:#fff;font-size:23px;font-weight:800;line-height:1.15;text-align:center;white-space:nowrap;text-shadow:0 2px 12px rgba(0,20,40,.45)}
.bbh-hero-product-price del{font-size:13px;font-weight:500;opacity:.68}.bbh-hero-product-price ins{text-decoration:none}
.bbh-hero-nav{position:absolute;top:50%;z-index:5;width:40px;height:40px;margin-top:-20px;border:1px solid rgba(255,255,255,.58);border-radius:50%;background:rgba(0,43,78,.28);color:#fff;font-size:29px;line-height:1;cursor:pointer}.bbh-hero-prev{left:8px}.bbh-hero-next{right:8px}
.bbh-hero-dots{position:absolute;left:50%;bottom:19px;z-index:5;display:flex;gap:7px;transform:translateX(-50%)}.bbh-hero-dots button{width:7px;height:7px;padding:0;border:1px solid #fff;border-radius:50%;background:transparent;cursor:pointer}.bbh-hero-dots button.is-active{background:#fff}

/* Haftanın ürünü alanını daha toplu tut */
.bbh-weekly-slider-shell{min-height:270px!important}.bbh-weekly-slide.weekly-inner{padding-top:30px!important;padding-bottom:30px!important}.bbh-weekly-slide .featured-art{height:190px!important}.bbh-weekly-slide .weekly-copy h2{margin-bottom:8px}.bbh-weekly-slide .weekly-copy p{margin:7px 0 16px}.bbh-weekly-slide .featured-info h3{margin:8px 0}.bbh-weekly-dots{bottom:9px!important}

@media(max-width:767px){
  .bbh-hero-product-slider{min-height:350px;padding:18px 38px 42px}
  .bbh-hero-product-slide{inset:12px 34px 38px;gap:8px}
  .bbh-hero-product-art{height:245px}
  .bbh-hero-product-price{font-size:20px;white-space:normal;flex-wrap:wrap}
  .bbh-hero-prev{left:0}.bbh-hero-next{right:0}
  .bbh-weekly-slider-shell{min-height:570px!important}
  .bbh-weekly-slide .featured-art{height:210px!important}
}

/* v3.8.13 — yalnızca ana üst 3 ürün ve Haftanın Ürünü ölçü düzeltmesi */
@media(min-width:768px){
  .bbh-homepage .hero,
  .bbh-homepage .hero-inner{min-height:405px!important;height:405px!important}
  .bbh-homepage .hero-inner{grid-template-columns:39% 61%!important;align-items:center!important}
  .bbh-homepage .hero-copy{padding:26px 0!important}
  .bbh-homepage .hero h1{font-size:48px!important;line-height:1.01!important;margin:12px 0 14px!important}
  .bbh-homepage .hero-copy>p{font-size:15px!important;line-height:1.5!important;margin-bottom:16px!important}

  /* Masaüstünde üç ürün yan yana: alan büyümez, ok/nokta gerekmez. */
  .bbh-hero-product-slider{
    position:relative!important;
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    align-items:center!important;
    gap:16px!important;
    min-height:0!important;
    height:330px!important;
    padding:20px 16px 16px!important;
    overflow:visible!important;
  }
  .bbh-hero-product-slide,
  .bbh-hero-product-slide.is-active{
    position:relative!important;
    inset:auto!important;
    width:100%!important;
    height:300px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:9px!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
    pointer-events:auto!important;
    padding:6px!important;
  }
  .bbh-hero-product-art{height:245px!important;width:100%!important}
  .bbh-hero-product-art img{max-height:235px!important;max-width:96%!important}
  .bbh-hero-product-price{min-height:28px!important;font-size:17px!important;gap:6px!important;white-space:normal!important;flex-wrap:wrap!important}
  .bbh-hero-product-price del{font-size:11px!important}
  .bbh-hero-nav,.bbh-hero-dots{display:none!important}

  /* Haftanın ürünü: Yeni Gelenler'in hemen üstünde, kısa ve toplu. */
  .bbh-homepage .weekly{min-height:0!important;height:auto!important}
  .bbh-homepage .bbh-weekly-slider-shell{min-height:245px!important;height:245px!important}
  .bbh-homepage .bbh-weekly-slide.weekly-inner{
    height:245px!important;
    min-height:245px!important;
    padding:24px 54px!important;
    grid-template-columns:30% 31% 39%!important;
    align-items:center!important;
  }
  .bbh-homepage .bbh-weekly-slide .weekly-copy h2{font-size:31px!important;margin:0 0 7px!important}
  .bbh-homepage .bbh-weekly-slide .weekly-copy p{font-size:13px!important;margin:6px 0 13px!important}
  .bbh-homepage .bbh-weekly-slide .weekly-copy .button{min-height:40px!important;padding:9px 17px!important}
  .bbh-homepage .bbh-weekly-slide .featured-art{height:175px!important;margin:0!important}
  .bbh-homepage .bbh-weekly-slide .wc-featured-image img{max-height:170px!important}
  .bbh-homepage .bbh-weekly-slide .featured-info{padding-left:28px!important}
  .bbh-homepage .bbh-weekly-slide .featured-info h3{font-size:18px!important;line-height:1.25!important;margin:7px 0!important}
  .bbh-homepage .bbh-weekly-slide .featured-price{font-size:27px!important}
  .bbh-homepage .bbh-weekly-nav{width:36px!important;height:36px!important;margin-top:-18px!important;font-size:25px!important}
  .bbh-homepage .bbh-weekly-prev{left:10px!important}.bbh-homepage .bbh-weekly-next{right:10px!important}
  .bbh-homepage .bbh-weekly-dots{bottom:8px!important}
}

@media(max-width:767px){
  .bbh-homepage .hero,.bbh-homepage .hero-inner{min-height:650px!important}
  .bbh-hero-product-slider{min-height:315px!important;height:315px!important;padding:10px 42px 38px!important}
  .bbh-hero-product-slide{inset:6px 38px 34px!important;justify-content:flex-end!important;gap:8px!important}
  .bbh-hero-product-art{height:235px!important}
  .bbh-hero-product-art img{max-height:225px!important;max-width:100%!important}
  .bbh-hero-product-price{font-size:20px!important;line-height:1.15!important;min-height:30px!important}
  .bbh-hero-nav{top:46%!important;width:38px!important;height:38px!important;margin-top:-19px!important;font-size:27px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important}
  .bbh-hero-prev{left:2px!important}.bbh-hero-next{right:2px!important}
  .bbh-hero-dots{bottom:14px!important}

  .bbh-homepage .bbh-weekly-slider-shell{min-height:510px!important;height:510px!important}
  .bbh-homepage .bbh-weekly-slide.weekly-inner{min-height:510px!important;height:510px!important;padding:30px 42px 34px!important}
  .bbh-homepage .bbh-weekly-slide .featured-art{height:205px!important;margin:10px 0 4px!important}
  .bbh-homepage .bbh-weekly-slide .wc-featured-image img{max-height:198px!important}
  .bbh-homepage .bbh-weekly-slide .featured-info{padding:14px 0 22px!important;margin:0!important}
  .bbh-homepage .bbh-weekly-slide .weekly-copy h2{font-size:29px!important}
  .bbh-homepage .bbh-weekly-slide .featured-info h3{font-size:18px!important;margin:6px 0!important}
  .bbh-homepage .bbh-weekly-slide .featured-price{font-size:27px!important}
}

/* v3.8.14 — yalnızca üst 3 ürün ve Haftanın Ürünü görünüm düzeltmesi */
.bbh-homepage .bbh-hero-nav,
.bbh-homepage .bbh-hero-dots,
.bbh-homepage .bbh-weekly-nav,
.bbh-homepage .bbh-weekly-dots{display:none!important}
.bbh-weekly-local{display:inline-flex;align-items:center;margin:0 0 8px;padding:5px 10px;border:1px solid rgba(126,211,255,.46);border-radius:999px;color:#aee7ff;background:rgba(7,155,211,.14);font-size:11px;font-weight:800;letter-spacing:.04em}
.bbh-hero-product-slide{position:relative}
.bbh-hero-product-discount{position:absolute;top:4px;right:6px;z-index:3;display:inline-flex;align-items:center;padding:5px 8px;border-radius:5px;background:#0aa1e0;color:#fff;font-size:10px;font-weight:900;letter-spacing:.04em;box-shadow:0 5px 14px rgba(0,25,48,.22)}
.bbh-hero-product-name{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;min-height:38px;max-width:100%;color:#fff;font-size:15px;font-weight:800;line-height:1.25;text-align:center;text-shadow:0 2px 10px rgba(0,20,40,.45)}

@media(min-width:768px){
  .bbh-homepage .bbh-hero-product-slider{height:338px!important;padding:16px 10px 12px!important;gap:12px!important}
  .bbh-homepage .bbh-hero-product-slide,
  .bbh-homepage .bbh-hero-product-slide.is-active{height:310px!important;justify-content:flex-end!important;gap:6px!important;padding:8px 7px 5px!important}
  .bbh-homepage .bbh-hero-product-art{height:216px!important}
  .bbh-homepage .bbh-hero-product-art img{max-height:208px!important;max-width:94%!important}
  .bbh-homepage .bbh-hero-product-name{font-size:14px!important;min-height:35px!important}
  .bbh-homepage .bbh-hero-product-price{font-size:16px!important;min-height:24px!important}
  .bbh-homepage .bbh-hero-product-discount{top:2px;right:4px}

  .bbh-homepage .bbh-weekly-slider-shell{min-height:255px!important;height:255px!important}
  .bbh-homepage .bbh-weekly-slide.weekly-inner{min-height:255px!important;height:255px!important;padding:20px 36px!important;grid-template-columns:29% 33% 38%!important}
  .bbh-homepage .bbh-weekly-slide .weekly-copy{padding-left:0!important}
}

@media(max-width:767px){
  .bbh-homepage .hero,.bbh-homepage .hero-inner{min-height:690px!important}
  .bbh-homepage .bbh-hero-product-slider{min-height:355px!important;height:355px!important;padding:8px 20px 14px!important}
  .bbh-homepage .bbh-hero-product-slide{inset:4px 18px 10px!important;gap:6px!important;padding:6px 4px!important}
  .bbh-homepage .bbh-hero-product-art{height:235px!important}
  .bbh-homepage .bbh-hero-product-art img{max-height:226px!important}
  .bbh-homepage .bbh-hero-product-name{font-size:15px!important;min-height:38px!important;padding:0 6px}
  .bbh-homepage .bbh-hero-product-price{font-size:19px!important;min-height:28px!important}
  .bbh-homepage .bbh-hero-product-discount{top:5px;right:5px;font-size:9px;padding:5px 7px}

  .bbh-homepage .weekly{min-height:0!important;height:auto!important}
  .bbh-homepage .bbh-weekly-slider-shell{min-height:610px!important;height:610px!important}
  .bbh-homepage .bbh-weekly-slide.weekly-inner{display:grid!important;grid-template-columns:1fr!important;grid-template-rows:auto 235px auto!important;min-height:610px!important;height:610px!important;padding:24px 22px 28px!important;align-content:start!important;gap:8px!important}
  .bbh-homepage .bbh-weekly-slide .weekly-copy{grid-column:1!important;grid-row:1!important;padding:0!important;text-align:left!important}
  .bbh-homepage .bbh-weekly-slide .weekly-copy h2{font-size:28px!important;line-height:1.08!important;margin:0 0 7px!important}
  .bbh-homepage .bbh-weekly-slide .weekly-copy p{font-size:13px!important;margin:7px 0 12px!important}
  .bbh-homepage .bbh-weekly-slide .weekly-copy .button{display:inline-flex!important;min-height:40px!important;padding:9px 15px!important}
  .bbh-homepage .bbh-weekly-slide .featured-art{grid-column:1!important;grid-row:2!important;height:235px!important;margin:0!important}
  .bbh-homepage .bbh-weekly-slide .wc-featured-image img{max-height:225px!important;max-width:100%!important}
  .bbh-homepage .bbh-weekly-slide .featured-info{grid-column:1!important;grid-row:3!important;padding:8px 0 0!important;margin:0!important;border:0!important;text-align:left!important}
  .bbh-homepage .bbh-weekly-slide .featured-info h3{display:block!important;font-size:18px!important;line-height:1.28!important;margin:7px 0!important;max-height:none!important;overflow:visible!important}
  .bbh-homepage .bbh-weekly-slide .featured-price{display:flex!important;flex-wrap:wrap!important;gap:7px!important;font-size:25px!important;line-height:1.2!important;visibility:visible!important;opacity:1!important}
}


/* v3.8.15 — yalnızca ana sayfa sırası, ok görünümü ve ürün görsel ölçüleri */
/* Sıra: Popüler Kategoriler → Haftanın Ürünü → Yeni Gelen Ürünler. */
.bbh-homepage .bbh-hero-dots,
.bbh-homepage .bbh-weekly-dots{display:none!important}

/* Oklar kalsın; oval/halka çerçeve kaldırıldı. */
.bbh-homepage .bbh-hero-nav,
.bbh-homepage .bbh-weekly-nav{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:34px!important;
  height:44px!important;
  margin-top:-22px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  color:#fff!important;
  font-size:42px!important;
  font-family:Arial,sans-serif!important;
  font-weight:300!important;
  line-height:1!important;
  text-shadow:0 2px 10px rgba(0,23,47,.55)!important;
}
.bbh-homepage .bbh-weekly-prev{left:18px!important}
.bbh-homepage .bbh-weekly-next{right:18px!important}

@media(min-width:768px){
  /* Üst alan masaüstünde üçlü görünmeye devam eder; oklar yalnız kaydırmalı mobil kullanımda görünür. */
  .bbh-homepage .bbh-hero-nav{display:none!important}
  .bbh-homepage .bbh-hero-product-art{height:242px!important}
  .bbh-homepage .bbh-hero-product-art img{max-height:235px!important;max-width:98%!important}

  .bbh-homepage .bbh-weekly-slide .featured-art{height:205px!important}
  .bbh-homepage .bbh-weekly-slide .wc-featured-image img{max-height:198px!important;max-width:96%!important}
}

@media(max-width:767px){
  .bbh-homepage .bbh-hero-nav{display:flex!important;top:46%!important}
  .bbh-homepage .bbh-hero-prev{left:3px!important}
  .bbh-homepage .bbh-hero-next{right:3px!important}
  .bbh-homepage .bbh-hero-product-art{height:260px!important}
  .bbh-homepage .bbh-hero-product-art img{max-height:252px!important;max-width:100%!important}

  .bbh-homepage .bbh-weekly-slider-shell,
  .bbh-homepage .bbh-weekly-slide.weekly-inner{min-height:545px!important;height:545px!important}
  .bbh-homepage .bbh-weekly-slide .featured-art{height:235px!important}
  .bbh-homepage .bbh-weekly-slide .wc-featured-image img{max-height:228px!important;max-width:96%!important}
  .bbh-homepage .bbh-weekly-prev{left:7px!important}
  .bbh-homepage .bbh-weekly-next{right:7px!important}
}

/* v3.8.16 — istenen ana sayfa sırası ve mobil görünüm düzeltmeleri */
/* Sıra PHP içinde: Popüler Kategoriler → Bursa’ya Özel Fırsatlar → Haftanın Ürünü → Yeni Gelenler */

/* Üst alan ürün görsellerini alanla orantılı biraz büyüt. */
@media (min-width:768px){
  .bbh-homepage .bbh-hero-product-art{height:265px!important}
  .bbh-homepage .bbh-hero-product-art img{max-height:258px!important;max-width:100%!important}
  .bbh-homepage .bbh-weekly-slide .featured-art{height:220px!important}
  .bbh-homepage .bbh-weekly-slide .wc-featured-image img{max-height:214px!important;max-width:100%!important}
}

@media (max-width:767px){
  /* Üst mavi alanda mobilde yalnız aktif ürün tam ortada görünür. */
  .bbh-homepage .bbh-hero-product-slider{
    position:relative!important;
    width:100%!important;
    min-height:390px!important;
    height:390px!important;
    padding:10px 38px 18px!important;
    overflow:hidden!important;
    display:block!important;
  }
  .bbh-homepage .bbh-hero-product-slide,
  .bbh-homepage .bbh-hero-product-slide.is-active{
    position:absolute!important;
    inset:8px 38px 12px!important;
    width:auto!important;
    height:auto!important;
    margin:0!important;
    padding:4px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    transform:none!important;
  }
  .bbh-homepage .bbh-hero-product-slide:not(.is-active){
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
  .bbh-homepage .bbh-hero-product-slide.is-active{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }
  .bbh-homepage .bbh-hero-product-art{height:275px!important;width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important}
  .bbh-homepage .bbh-hero-product-art img{max-height:270px!important;max-width:100%!important;width:auto!important;height:auto!important;object-fit:contain!important}
  .bbh-homepage .bbh-hero-product-name{width:100%!important;max-width:320px!important;text-align:center!important}
  .bbh-homepage .bbh-hero-product-price{justify-content:center!important;text-align:center!important}
  .bbh-homepage .bbh-hero-prev{left:7px!important}
  .bbh-homepage .bbh-hero-next{right:7px!important}

  /* Haftanın ürünü: isim ve fiyat görünür, kesilmez. */
  .bbh-homepage .bbh-weekly-slider-shell,
  .bbh-homepage .bbh-weekly-slide.weekly-inner{
    min-height:690px!important;
    height:690px!important;
  }
  .bbh-homepage .bbh-weekly-slide.weekly-inner{
    grid-template-rows:auto 285px auto!important;
    padding:26px 30px 34px!important;
    gap:10px!important;
  }
  .bbh-homepage .bbh-weekly-slide .featured-art{height:285px!important}
  .bbh-homepage .bbh-weekly-slide .wc-featured-image img{max-height:278px!important;max-width:100%!important}
  .bbh-homepage .bbh-weekly-slide .featured-info{display:block!important;visibility:visible!important;opacity:1!important;padding:10px 0 0!important;overflow:visible!important}
  .bbh-homepage .bbh-weekly-slide .featured-info h3{display:block!important;visibility:visible!important;opacity:1!important;font-size:19px!important;line-height:1.28!important;max-height:none!important;overflow:visible!important}
  .bbh-homepage .bbh-weekly-slide .featured-price{display:flex!important;visibility:visible!important;opacity:1!important;font-size:27px!important;justify-content:flex-start!important}

  /* Bursa’ya Özel ve Yeni Gelenler mobilde tek kartlık yatay kaydırma. */
  .bbh-homepage .bbh-mobile-product-carousel{
    display:flex!important;
    grid-template-columns:none!important;
    gap:14px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x mandatory!important;
    -webkit-overflow-scrolling:touch!important;
    padding:4px 8px 16px!important;
    margin-left:-8px!important;
    margin-right:-8px!important;
    scrollbar-width:none!important;
  }
  .bbh-homepage .bbh-mobile-product-carousel::-webkit-scrollbar{display:none!important}
  .bbh-homepage .bbh-mobile-product-carousel > *{
    flex:0 0 calc(100% - 16px)!important;
    width:calc(100% - 16px)!important;
    max-width:none!important;
    scroll-snap-align:center!important;
  }
}

/* v3.8.17 — Ana sayfada Bursa’ya Özel Fırsatlar ve Yeni Gelenler masaüstünde kesin 4+4 düzen */
@media (min-width:768px){
  .bbh-homepage #offers .product-grid,
  .bbh-homepage #new-products .product-grid{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:18px!important;
    align-items:stretch!important;
  }
  .bbh-homepage #offers .product-grid > *,
  .bbh-homepage #new-products .product-grid > *{
    min-width:0!important;
    width:auto!important;
    max-width:none!important;
  }
}
