/* LaFiny e-ticaret — ana stil
   Kaynak: onaylanmış tasarım (lafiny_homepage_mockup.html) birebir taşındı.
   Eklenen: mobil-öncelikli responsive kırılımlar (mockup masaüstü-only idi). */

* { margin: 0; padding: 0; box-sizing: border-box; }
/* [hidden] her zaman gizlesin — display:grid/flex gibi sınıf kuralları ezmesin (sepet/checkout boş-durum bug'ı) */
[hidden] { display: none !important; }

:root {
  --navy:#2B3D6B; --pink:#EE8AA0; --coral:#E2552C; --teal:#2E7D7B;
  --cream:#FBF7F2; --white:#FFFFFF; --sand:#F1E9DD;
  --blush:#FBE4E8; --mint:#DDEEE6; --sky:#E0F0F5; --gold:#E0A93F;
  --text:#2B2A28; --muted:#7A746C; --border:#EBE3D8;
  --fd:'Fraunces','Georgia',serif; --fh:'Inter',system-ui,sans-serif; --fb:'Inter',system-ui,sans-serif; --fa:'Fraunces','Georgia',serif;
}

body { font-family:var(--fb); background:var(--cream); color:var(--text); font-size:15px; -webkit-font-smoothing:antialiased; }
img { display:block; max-width:100%; }
a { color:inherit; }

.trust-strip { background:var(--navy); color:rgba(255,255,255,.92); font-size:12px; font-family:var(--fh);
  display:flex; justify-content:center; align-items:center; gap:26px; padding:8px 20px; letter-spacing:.02em; flex-wrap:wrap; }
.trust-strip span { display:flex; align-items:center; gap:7px; }
.trust-strip svg { width:14px; height:14px; stroke:var(--pink); fill:none; stroke-width:1.6; }
.tdot { width:3px; height:3px; background:rgba(255,255,255,.3); border-radius:50%; }

header { background:var(--white); border-bottom:1px solid var(--border); padding:0 64px;
  display:flex; align-items:center; justify-content:space-between; height:88px; position:sticky; top:0; z-index:100; }
.logo-img { height:62px; }
/* Header menüsü — yalnızca header'ın doğrudan <nav>'ına uygula (breadcrumb .crumbs de bir <nav>; sızmasın) */
header > nav { display:flex; gap:38px; }
header > nav a { font-family:var(--fh); font-size:12px; color:var(--navy); text-decoration:none; font-weight:500; text-transform:uppercase; letter-spacing:.12em; transition:color .15s; }
header > nav a:hover { color:var(--coral); }
.header-right { display:flex; align-items:center; gap:16px; }
/* display:inline-flex + align-items:center → <button> (arama) ile <a> (favori) aynı hizada dursun */
.icon-btn { background:none; border:none; cursor:pointer; color:var(--navy); padding:0; position:relative; display:inline-flex; align-items:center; justify-content:center; }
.icon-btn svg { width:21px; height:21px; stroke:currentColor; fill:none; stroke-width:1.5; }
.cart-btn { background:var(--navy); color:#fff; border:none; border-radius:24px; padding:10px 20px;
  font-size:13px; font-family:var(--fh); font-weight:500; cursor:pointer; display:flex; align-items:center; gap:8px; text-decoration:none; }
.cart-btn svg { width:16px; height:16px; stroke:#fff; fill:none; stroke-width:1.5; }
.cart-count { background:var(--coral); border-radius:50%; width:18px; height:18px; display:inline-flex;
  align-items:center; justify-content:center; font-size:10px; color:#fff; font-weight:700; }

/* Mobil menü tetikleyici (yalnızca küçük ekran) */
.nav-toggle { display:none; background:none; border:none; cursor:pointer; color:var(--navy);
  padding:11px; margin:-11px -9px -11px 0; -webkit-tap-highlight-color:rgba(43,61,107,.14);
  touch-action:manipulation; position:relative; z-index:2; align-items:center; justify-content:center; }
.nav-toggle svg { width:24px; height:24px; stroke:currentColor; fill:none; stroke-width:1.6; pointer-events:none; }

.hero { background:linear-gradient(165deg, var(--cream) 30%, #F9ECE5 100%); display:grid; grid-template-columns:1fr 1fr; align-items:center; padding:72px 80px 80px; gap:64px; }
.hero-eyebrow { display:inline-flex; align-items:center; gap:10px; font-size:11.5px; color:var(--teal);
  font-family:var(--fh); font-weight:600; letter-spacing:.16em; text-transform:uppercase; margin-bottom:24px; }
.hero-eyebrow .ln { width:28px; height:1px; background:var(--teal); }
.hero h1 { font-family:var(--fd); font-size:54px; font-weight:500; color:var(--navy); line-height:1.08; margin-bottom:6px; letter-spacing:-.5px; }
.hero-slogan { font-family:var(--fa); font-style:italic; font-size:27px; font-weight:400; color:var(--coral); margin-bottom:24px; display:block; }
.hero p { color:#5d564d; font-size:16px; line-height:1.8; max-width:420px; margin-bottom:22px; }
.hero-benefits { list-style:none; display:flex; flex-direction:column; gap:11px; margin:0 0 30px; }
.hero-benefits li { display:flex; align-items:center; gap:10px; font-size:14.5px; color:#4a4640; }
.hero-benefits li strong { color:var(--navy); font-weight:600; }
.hero-benefits svg { width:17px; height:17px; flex-shrink:0; stroke:var(--teal); fill:none; stroke-width:2.2; stroke-linecap:round; stroke-linejoin:round; }
.hero-cta { display:flex; gap:14px; align-items:center; flex-wrap:wrap; }
.btn-primary { background:var(--coral); color:#fff; border:none; border-radius:30px; padding:16px 36px;
  font-family:var(--fh); font-weight:600; font-size:14.5px; cursor:pointer; box-shadow:0 8px 20px rgba(226,85,44,.25); transition:transform .15s; text-decoration:none; display:inline-block; }
.btn-primary:hover { transform:translateY(-2px); }
.btn-text { background:none; border:none; color:var(--navy); font-family:var(--fh); font-weight:600; font-size:14.5px; cursor:pointer; display:flex; align-items:center; gap:8px; text-decoration:none; }
.btn-text svg { width:18px; height:18px; stroke:var(--navy); fill:none; stroke-width:1.8; }
.hero-visual { position:relative; display:flex; justify-content:center; align-items:center; }
.hero-photo { width:100%; max-width:440px; aspect-ratio:4/4.4; object-fit:cover; border-radius:230px 230px 24px 24px; box-shadow:0 24px 50px rgba(43,61,107,.18); }
.hero-rabbit { position:absolute; height:230px; bottom:-18px; left:-26px; z-index:3; filter:drop-shadow(0 14px 22px rgba(43,61,107,.22)); }
.hero-chip { position:absolute; top:34px; right:-10px; background:#fff; border-radius:14px; padding:12px 16px; box-shadow:0 10px 28px rgba(43,61,107,.14); display:flex; align-items:center; gap:11px; z-index:4; }
.hero-chip .chip-ic { width:34px; height:34px; border-radius:10px; background:var(--mint); display:flex; align-items:center; justify-content:center; }
.hero-chip .chip-ic svg { width:18px; height:18px; stroke:var(--teal); fill:none; stroke-width:1.6; }
.hero-chip strong { font-family:var(--fh); font-size:12.5px; color:var(--navy); display:block; }
.hero-chip span { font-size:11px; color:var(--muted); }

.section { padding:96px 80px; }
.section-head { text-align:center; margin-bottom:56px; }
.section-head .eyebrow { font-family:var(--fh); font-size:11px; color:var(--coral); font-weight:600; letter-spacing:.18em; text-transform:uppercase; display:block; margin-bottom:14px; }
.section-head h2 { font-family:var(--fd); font-size:38px; font-weight:500; color:var(--navy); letter-spacing:-.3px; }
.section-head .sub { color:var(--muted); font-size:15px; margin-top:8px; }

.cat-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:18px; }
.cat-card { position:relative; border-radius:18px; overflow:hidden; cursor:pointer; aspect-ratio:4/5; box-shadow:0 4px 16px rgba(43,61,107,.07); transition:transform .25s, box-shadow .25s; text-decoration:none; display:block; }
.cat-card:hover { transform:translateY(-6px); box-shadow:0 16px 32px rgba(43,61,107,.15); }
.cat-card img { width:100%; height:100%; object-fit:cover; transition:transform .4s; }
.cat-card:hover img { transform:scale(1.06); }
.cat-overlay { position:absolute; inset:0; background:linear-gradient(to top, rgba(43,61,107,.78) 0%, rgba(43,61,107,.12) 45%, transparent 70%); }
.cat-info { position:absolute; bottom:0; left:0; right:0; padding:20px 18px; }
.cat-info .name { font-family:var(--fh); font-weight:600; font-size:15px; color:#fff; }
.cat-info .count { font-size:11.5px; color:rgba(255,255,255,.8); margin-top:2px; }

.trust-badges { background:var(--white); border-top:1px solid var(--border); border-bottom:1px solid var(--border); padding:34px 80px; display:flex; justify-content:center; gap:64px; flex-wrap:wrap; }
.badge-item { display:flex; align-items:center; gap:13px; }
.badge-icon { width:42px; height:42px; border-radius:50%; display:flex; align-items:center; justify-content:center; }
.badge-icon svg { width:21px; height:21px; stroke:var(--navy); fill:none; stroke-width:1.4; stroke-linecap:round; stroke-linejoin:round; }
.badge-text strong { font-family:var(--fh); font-size:13.5px; color:var(--navy); font-weight:600; display:block; }
.badge-text span { font-size:11.5px; color:var(--muted); }

.products-section { padding:96px 80px; }
.product-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:24px; }
.product-card { border-radius:16px; overflow:hidden; background:var(--white); cursor:pointer; transition:transform .2s, box-shadow .2s; position:relative; border:1px solid var(--border); text-decoration:none; display:block; }
.product-card:hover { transform:translateY(-5px); box-shadow:0 14px 30px rgba(43,61,107,.13); }
.product-card:hover .quick-view { opacity:1; transform:translateX(-50%) translateY(0); }
.product-img { aspect-ratio:1; position:relative; overflow:hidden; background:#f3eee7; }
.product-img img { width:100%; height:100%; object-fit:cover; transition:transform .4s; }
.product-card:hover .product-img img { transform:scale(1.05); }
.product-img.soldout img { filter:grayscale(.6) opacity(.7); }
.soldout-overlay { position:absolute; inset:0; display:flex; align-items:center; justify-content:center;
  background:rgba(43,61,107,.18); font-family:var(--fh); font-weight:700; font-size:13px; color:#fff; letter-spacing:.05em; }
.wishlist { position:absolute; top:12px; right:12px; width:32px; height:32px; padding:0; border-radius:50%; background:rgba(255,255,255,.92); border:none; cursor:pointer; display:flex; align-items:center; justify-content:center; box-shadow:0 2px 8px rgba(0,0,0,.08); z-index:3; }
.wishlist svg { width:16px; height:16px; stroke:var(--navy); fill:none; stroke-width:1.6; }
.wishlist:hover svg { stroke:var(--coral); fill:var(--coral); }
.quick-view { position:absolute; bottom:14px; left:50%; transform:translateX(-50%) translateY(8px); background:rgba(255,255,255,.96); color:var(--navy); font-family:var(--fh); font-size:12px; font-weight:600; padding:9px 22px; border-radius:22px; opacity:0; transition:all .22s; white-space:nowrap; box-shadow:0 4px 14px rgba(0,0,0,.1); }
.product-badge { position:absolute; top:13px; left:13px; background:#fff; color:var(--coral); font-family:var(--fh); font-size:10px; font-weight:700; padding:5px 11px; border-radius:20px; letter-spacing:.03em; box-shadow:0 2px 8px rgba(0,0,0,.08); }
.product-badge.teal { color:var(--teal); }
.product-badge.muted { color:var(--muted); }
.product-info { padding:16px 17px 18px; }
.product-series { font-size:10.5px; color:var(--muted); font-family:var(--fh); text-transform:uppercase; letter-spacing:.09em; margin-bottom:5px; }
.product-name { font-family:var(--fh); font-size:14.5px; font-weight:600; color:var(--navy); margin-bottom:6px; line-height:1.3; }
.product-desc { font-size:11.5px; color:var(--muted); margin-bottom:11px; line-height:1.4; }
.product-swatches { display:flex; gap:6px; margin-bottom:13px; }
.swatch { width:16px; height:16px; border-radius:50%; border:1.5px solid rgba(0,0,0,.08); cursor:pointer; }
.swatch.active { box-shadow:0 0 0 2px var(--white), 0 0 0 3.5px var(--navy); }
.product-footer { display:flex; align-items:center; justify-content:space-between; gap:8px; flex-wrap:wrap; }
.product-price { font-family:var(--fh); font-size:18px; font-weight:700; color:var(--navy); }
.add-btn { background:#fff; color:var(--navy); border:1.5px solid var(--navy); border-radius:22px; padding:8px 16px; font-family:var(--fh); font-size:12px; font-weight:600; cursor:pointer; transition:all .15s; flex-shrink:0; }
.add-btn:hover { background:var(--navy); color:#fff; }
.add-btn:disabled { opacity:.45; cursor:not-allowed; }
/* Sepette olan ürün: buton − adet + kontrolüne dönüşür */
.add-btn.in-cart { display:inline-flex; align-items:center; padding:0; background:var(--navy); color:#fff; overflow:hidden; flex-shrink:0; }
.add-btn.in-cart .ab-step { padding:8px 13px; cursor:pointer; font-size:16px; line-height:1; user-select:none; }
.add-btn.in-cart .ab-step:hover { background:rgba(255,255,255,.18); }
.add-btn.in-cart .ab-count { min-width:24px; text-align:center; font-weight:700; font-size:13px; }

/* VIDEO */
.video-section { background:var(--white); padding:96px 80px; }
.video-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.video-card { position:relative; border-radius:18px; overflow:hidden; aspect-ratio:9/16; cursor:pointer; box-shadow:0 6px 20px rgba(43,61,107,.1); background:#000; text-decoration:none; display:block; }
.video-card video { width:100%; height:100%; object-fit:cover; }
.video-card .v-overlay { position:absolute; inset:0; background:linear-gradient(to top, rgba(0,0,0,.55), transparent 45%); pointer-events:none; }
.video-card .v-info { position:absolute; bottom:0; left:0; right:0; padding:16px; pointer-events:none; }
.video-card .v-name { font-family:var(--fh); font-size:13px; font-weight:600; color:#fff; }
.video-card .v-price { font-family:var(--fh); font-size:14px; font-weight:700; color:#fff; margin-top:2px; }
.video-card .v-shop { position:absolute; top:12px; right:12px; background:rgba(255,255,255,.92); color:var(--navy); font-family:var(--fh); font-size:10px; font-weight:600; padding:5px 12px; border-radius:16px; }

/* EDITORIAL */
.editorial { display:grid; grid-template-columns:1fr 1fr; align-items:stretch; background:var(--sand); }
.editorial-img { overflow:hidden; }
.editorial-img img { width:100%; height:100%; object-fit:cover; min-height:460px; }
.editorial-text { padding:70px; display:flex; flex-direction:column; justify-content:center; }
.editorial-text .eyebrow { font-family:var(--fh); font-size:11.5px; color:var(--coral); font-weight:600; letter-spacing:.16em; text-transform:uppercase; margin-bottom:14px; }
.editorial-text h2 { font-family:var(--fd); font-size:40px; font-weight:500; color:var(--navy); line-height:1.18; margin-bottom:20px; letter-spacing:-.3px; }
.editorial-text p { font-size:15.5px; line-height:1.85; color:#5d564d; margin-bottom:28px; max-width:430px; }
.editorial-text .btn-primary { align-self:flex-start; }

/* REVIEWS */
.reviews { background:var(--cream); padding:96px 80px; }
.review-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.review-card { background:#fff; border:1px solid var(--border); border-radius:16px; padding:28px; }
.review-card .stars { display:flex; gap:2px; margin-bottom:14px; }
.review-card .stars svg { width:16px; height:16px; fill:var(--gold); stroke:none; }
.review-card p { font-size:14.5px; line-height:1.7; color:#4a4640; margin-bottom:18px; font-style:italic; }
.review-author { display:flex; align-items:center; gap:11px; }
.review-avatar { width:38px; height:38px; border-radius:50%; background:var(--blush); display:flex; align-items:center; justify-content:center; font-family:var(--fh); font-weight:600; color:var(--coral); font-size:14px; }
.review-author .ra-name { font-family:var(--fh); font-size:13px; font-weight:600; color:var(--navy); }
.review-author .ra-tag { font-size:11px; color:var(--muted); }

/* INSTAGRAM */
.insta { padding:96px 80px; text-align:center; }
.insta-handle { font-family:var(--fh); font-size:18px; font-weight:600; color:var(--navy); margin-bottom:6px; display:flex; align-items:center; justify-content:center; gap:8px; text-decoration:none; }
.insta-handle svg { width:22px; height:22px; stroke:var(--navy); fill:none; stroke-width:1.6; }
.insta-sub { color:var(--muted); font-size:14px; margin-bottom:30px; }
.insta-grid { display:grid; grid-template-columns:repeat(6,1fr); gap:12px; }
.insta-item { aspect-ratio:1; border-radius:12px; overflow:hidden; position:relative; cursor:pointer; }
.insta-item img { width:100%; height:100%; object-fit:cover; transition:transform .3s; }
.insta-item:hover img { transform:scale(1.08); }

/* NEWSLETTER */
.newsletter { background:linear-gradient(135deg,var(--blush),var(--mint)); padding:60px 80px; text-align:center; }
.newsletter h2 { font-family:var(--fd); font-size:34px; font-weight:500; color:var(--navy); margin-bottom:12px; }
.newsletter p { color:#5d564d; font-size:15px; margin-bottom:28px; }
.nl-form { display:flex; gap:12px; max-width:480px; margin:0 auto; }
.nl-form input { flex:1; border:1.5px solid rgba(43,61,107,.2); background:rgba(255,255,255,.9); border-radius:30px; padding:14px 22px; font-size:14px; font-family:var(--fb); outline:none; }
.nl-form input:focus { border-color:var(--navy); }
.nl-form button { background:var(--navy); color:#fff; border:none; border-radius:30px; padding:14px 30px; font-family:var(--fh); font-weight:600; font-size:14px; cursor:pointer; white-space:nowrap; }

/* BRAND STORY */
.brand-story { background:linear-gradient(135deg,var(--navy) 0%,#1d2c4d 100%); padding:0 80px; display:grid; grid-template-columns:1fr 1fr; gap:50px; align-items:center; min-height:480px; overflow:hidden; }
.brand-story-text { color:#fff; padding:70px 0; }
.story-tag { font-family:var(--fa); font-style:italic; font-size:26px; font-weight:400; color:var(--pink); display:block; margin-bottom:18px; }
.brand-story-text h2 { font-family:var(--fd); font-size:42px; font-weight:500; line-height:1.15; margin-bottom:24px; letter-spacing:-.3px; }
.brand-story-text p { font-size:15px; line-height:1.85; color:rgba(255,255,255,.72); margin-bottom:32px; max-width:440px; }
.btn-outline-white { border:2px solid rgba(255,255,255,.45); color:#fff; background:transparent; border-radius:30px; padding:14px 30px; font-family:var(--fh); font-weight:600; font-size:14px; cursor:pointer; text-decoration:none; display:inline-block; }
.brand-story-visual { display:flex; justify-content:center; align-items:flex-end; height:100%; position:relative; }
.story-rabbit { height:440px; filter:drop-shadow(0 18px 30px rgba(0,0,0,.32)); position:relative; z-index:2; }
.story-glow { position:absolute; bottom:50px; width:360px; height:360px; background:radial-gradient(circle,rgba(238,138,160,.28),transparent 65%); border-radius:50%; }

/* FOOTER */
footer { background:#1a2030; color:rgba(255,255,255,.7); padding:56px 80px 28px; }
.footer-grid { display:grid; grid-template-columns:1.6fr 1fr 1fr 1fr 1.1fr; gap:36px; margin-bottom:36px; }
.footer-logo-chip { display:inline-block; margin-bottom:16px; }
.footer-logo-chip img { height:34px; }
.footer-brand p { font-size:13px; line-height:1.8; max-width:270px; margin-bottom:18px; }
.footer-social { display:flex; gap:12px; }
.footer-social a { width:36px; height:36px; border-radius:50%; background:rgba(255,255,255,.1); display:flex; align-items:center; justify-content:center; transition:background .15s; }
.footer-social a:hover { background:var(--coral); }
.footer-social svg { width:17px; height:17px; stroke:#fff; fill:none; stroke-width:1.6; }
.footer-col h4 { font-family:var(--fh); font-size:12px; font-weight:600; color:#fff; margin-bottom:16px; letter-spacing:.08em; text-transform:uppercase; }
.footer-col a { display:block; font-size:13px; color:rgba(255,255,255,.6); text-decoration:none; margin-bottom:10px; transition:color .15s; }
.footer-col a:hover { color:var(--pink); }
.footer-pay { border-top:1px solid rgba(255,255,255,.1); padding-top:22px; display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:16px; }
.pay-methods { display:flex; align-items:center; gap:10px; flex-wrap:wrap; }
.pay-methods span { font-size:11.5px; color:rgba(255,255,255,.5); }
.pay-chip { background:rgba(255,255,255,.12); border-radius:6px; padding:5px 10px; font-family:var(--fh); font-size:10px; font-weight:600; color:rgba(255,255,255,.85); letter-spacing:.03em; }
.pay-logo { background:#fff; padding:3px 8px; display:inline-flex; align-items:center; }
.pay-logo svg { width:38px; height:15px; display:block; }
.footer-linkbtn { background:none; border:none; padding:0; cursor:pointer; font-family:var(--fh); font-size:11.5px; font-weight:600; color:rgba(255,255,255,.8); text-decoration:underline; text-underline-offset:2px; }
.footer-linkbtn:hover { color:var(--pink); }
.footer-legal { border-top:1px solid rgba(255,255,255,.1); margin-top:22px; padding-top:18px; }
.footer-legal p { font-size:11.5px; line-height:1.7; color:rgba(255,255,255,.55); max-width:900px; }
.footer-legal strong { color:rgba(255,255,255,.75); font-weight:600; }
.footer-bottom { font-size:11.5px; color:rgba(255,255,255,.5); text-align:center; margin-top:16px; }

/* SİTE İÇİ ARAMA OVERLAY */
.so { position:fixed; inset:0; z-index:300; }
.so[hidden] { display:none; }
.so-backdrop { position:absolute; inset:0; background:rgba(26,32,48,.45); backdrop-filter:blur(3px); animation:soFade .2s ease both; }
@keyframes soFade { from { opacity:0; } to { opacity:1; } }
.so-panel { position:relative; max-width:560px; margin:9vh auto 0; background:#fff; border-radius:18px; box-shadow:0 24px 70px rgba(26,32,48,.35); overflow:hidden; animation:soUp .25s cubic-bezier(.16,1,.3,1) both; }
@keyframes soUp { from { transform:translateY(14px); opacity:0; } to { transform:translateY(0); opacity:1; } }
.so-inputwrap { display:flex; align-items:center; gap:12px; padding:16px 18px; border-bottom:1px solid var(--border); }
.so-inputwrap svg { width:20px; height:20px; stroke:var(--muted); fill:none; stroke-width:1.8; flex-shrink:0; }
.so-inputwrap input { flex:1; border:none; outline:none; font-family:var(--fb); font-size:16px; color:var(--text); background:none; }
.so-close { background:none; border:none; font-size:26px; line-height:1; color:var(--muted); cursor:pointer; padding:2px 6px; }
.so-close:hover { color:var(--navy); }
.so-results { max-height:56vh; overflow-y:auto; padding:8px; }
.so-hint { font-family:var(--fh); font-size:11px; letter-spacing:.1em; text-transform:uppercase; color:var(--muted); padding:8px 12px 4px; }
.so-empty { padding:22px 16px; color:var(--muted); font-size:14px; line-height:1.6; }
.so-item { display:flex; align-items:center; gap:13px; padding:9px 12px; border-radius:12px; text-decoration:none; transition:background .12s; }
.so-item:hover { background:var(--cream); }
.so-item img { width:52px; height:62px; object-fit:cover; border-radius:9px; flex-shrink:0; }
.so-info { flex:1; min-width:0; }
.so-info strong { display:block; font-family:var(--fh); font-size:14px; color:var(--navy); white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.so-info small { color:var(--muted); font-size:12px; }
.so-price { font-family:var(--fh); font-weight:700; font-size:14px; color:var(--navy); flex-shrink:0; }
@media (max-width:620px) { .so-panel { margin:0; max-width:none; height:100%; border-radius:0; } .so-results { max-height:none; height:calc(100% - 62px); } }

/* FAVORİLER */
.fav-link { position:relative; display:inline-flex; }
.fav-count { position:absolute; top:-6px; right:-8px; background:var(--coral); border-radius:50%; min-width:17px; height:17px; display:inline-flex; align-items:center; justify-content:center; font-size:10px; color:#fff; font-weight:700; padding:0 3px; }
.fav-count[hidden] { display:none; }
.wishlist.on svg, .fav-link.on svg { fill:var(--coral); stroke:var(--coral); }
.wishlist svg { transition:fill .15s, stroke .15s, transform .15s; }
.wishlist.on svg { transform:scale(1.12); }

/* WHATSAPP FLOAT */
.wa-float { position:fixed; bottom:26px; right:26px; z-index:200; background:#25D366; color:#fff; border-radius:30px; padding:13px 20px; display:flex; align-items:center; gap:10px; box-shadow:0 8px 24px rgba(37,211,102,.4); cursor:pointer; font-family:var(--fh); font-weight:600; font-size:13.5px; text-decoration:none; }
.wa-float svg { width:22px; height:22px; fill:#fff; }
/* Çerez banner'ı açıkken mobilde WhatsApp float'ı gizle (çakışmasın) */
@media (max-width:560px) { body.cookie-open .wa-float { display:none; } }
/* Ürün sayfasında mobilde yapışkan "Sepete Ekle" çubuğu var → float'ı gizle (çakışmasın) */
@media (max-width:880px) { body.pdp-page .wa-float { display:none; } }

/* ---------------------------------------------------------------------------
   RESPONSIVE (mobil-öncelikli ek — masaüstü görünüm birebir korunur)
   Kırılımlar: lg 1024 · md 768 · sm 640
--------------------------------------------------------------------------- */
@media (max-width:1024px) {
  header, .section, .products-section, .video-section, .reviews, .insta, .brand-story, footer { padding-left:40px; padding-right:40px; }
  .hero { padding:48px 40px 56px; gap:36px; }
  .hero h1 { font-size:40px; }
  .hero-slogan { font-size:32px; }
  .cat-grid { grid-template-columns:repeat(3,1fr); }
  .product-grid { grid-template-columns:repeat(3,1fr); }
  .video-grid { grid-template-columns:repeat(2,1fr); }
  .insta-grid { grid-template-columns:repeat(4,1fr); }
  .footer-grid { grid-template-columns:1fr 1fr 1fr; }
  .editorial-text, .brand-story-text { padding:48px 0; }
  .brand-story { padding:0 40px; }
  .editorial-text { padding:48px; }
}

@media (max-width:768px) {
  header > nav { display:none; }
  .nav-toggle { display:inline-flex; }
  header { padding:0 20px; height:74px; }
  .logo-img { height:54px; }
  .trust-strip { gap:14px; font-size:11px; }
  .hero { grid-template-columns:1fr; padding:36px 20px 44px; text-align:center; }
  .hero-eyebrow, .hero-cta { justify-content:center; }
  .hero p { margin-left:auto; margin-right:auto; }
  .hero-benefits li { justify-content:center; }
  .hero-visual { order:-1; }
  .hero h1 { font-size:34px; }
  .hero-slogan { font-size:28px; }
  .section, .products-section, .video-section, .reviews, .insta { padding:48px 20px; }
  .section-head h2 { font-size:26px; }
  .cat-grid { grid-template-columns:repeat(2,1fr); gap:12px; }
  .trust-badges { gap:22px; padding:26px 20px; }
  .badge-item { width:45%; }
  .product-grid { grid-template-columns:repeat(2,1fr); gap:14px; }
  .editorial { grid-template-columns:1fr; }
  .editorial-img img { min-height:280px; }
  .editorial-text { padding:40px 20px; }
  .review-grid { grid-template-columns:1fr; }
  .insta-grid { grid-template-columns:repeat(3,1fr); }
  .newsletter { padding:48px 20px; }
  .nl-form { flex-direction:column; }
  .brand-story { grid-template-columns:1fr; padding:0 20px; text-align:center; }
  .brand-story-text { padding:48px 0 0; }
  .brand-story-text p { margin-left:auto; margin-right:auto; }
  .story-rabbit { height:320px; }
  .footer-grid { grid-template-columns:1fr; gap:28px; padding:0; }
  footer { padding:44px 20px 24px; }
  .footer-pay { flex-direction:column; align-items:flex-start; }
}

@media (max-width:640px) {
  .video-grid { grid-template-columns:1fr 1fr; }
  .product-price { font-size:16px; }
  .add-btn { padding:7px 12px; }
}

/* Mobil açılır menü paneli */
.mobile-nav { display:none; }
.mobile-nav.open { display:block; position:fixed; left:0; right:0; top:60px; z-index:99; background:#fff; box-shadow:0 14px 28px rgba(43,61,107,.16); max-height:72vh; overflow-y:auto; }
@media (max-width:768px) {
  .mobile-nav { background:#fff; border-bottom:1px solid var(--border); padding:8px 20px 16px; }
  .mobile-nav a { display:block; padding:12px 0; font-family:var(--fh); font-weight:500; font-size:15px; color:var(--text); text-decoration:none; border-bottom:1px solid var(--border); text-transform:uppercase; letter-spacing:.06em; }
}

/* Ana sayfa marka hikayesi bandı (kadın girişimci / anne markası) */
.home-founder { background:linear-gradient(160deg, var(--sand) 0%, var(--blush) 115%); border-top:1px solid var(--border); border-bottom:1px solid var(--border); padding:clamp(48px,7vw,84px) 24px; text-align:center; }
.home-founder .hf-inner { max-width:640px; margin:0 auto; }
.home-founder .hf-badge { display:inline-flex; align-items:center; gap:8px; background:var(--blush); color:var(--navy); font-family:var(--fh); font-weight:600; font-size:12.5px; letter-spacing:.04em; padding:8px 16px; border-radius:24px; margin-bottom:20px; }
.home-founder .hf-badge svg { width:17px; height:17px; fill:none; stroke:var(--navy); stroke-width:1.7; }
.home-founder h2 { font-family:var(--fd); font-weight:500; font-size:clamp(26px,3.4vw,38px); line-height:1.1; color:var(--navy); margin-bottom:16px; }
.home-founder p { color:var(--text); font-size:16px; line-height:1.8; margin:0 auto 26px; max-width:52ch; }
.home-founder strong { color:var(--navy); }
.btn-secondary { display:inline-block; font-family:var(--fh); font-weight:600; font-size:14px; color:var(--navy); background:transparent; border:1.5px solid var(--navy); border-radius:30px; padding:12px 28px; text-decoration:none; transition:background .15s,color .15s; }
.btn-secondary:hover { background:var(--navy); color:var(--white); }
