/* ATLAS BABY HOUSE — EARTH & BEIGE THEME */
:root{
--bg:#FAF6F1;--card:#FFF;--card2:#F5EFE6;
--peach:#8B6914;--peach-s:#F5EFE6;--peach-d:#6B4F0E;
--blush:#A0522D;--blush-s:#FBF0EA;
--sky:#7B8F6B;--sky-s:#EEF3E8;
--mint:#6B7B3A;--mint-s:#EEF3E4;
--lilac:#9C7B5E;--lilac-s:#F3EDE4;
--honey:#C49A3C;--honey-s:#FBF3E0;
--cream:#F5EFE6;--warm:#F0E8DC;--sand:#E0D5C5;
--text:#2C1810;--text-sec:#5C4033;--text-muted:#9C8B7E;--text-light:#B8ADA2;
--border:#E0D5C5;--border-light:#EDE6DA;
--danger:#E53935;--success:#43A047;
--accent:var(--peach);--accent-dark:var(--peach-d);--accent-pale:var(--peach-s);
--primary:#4A3728;--primary-light:#7B5E4A;
--surface:var(--card);--surface-alt:var(--card2);
--font:'Quicksand',sans-serif;--font-body:'Quicksand',sans-serif;--font-display:'Playfair Display',serif;
--r:16px;--sh:0 4px 20px rgba(0,0,0,.03);--sh-md:0 8px 32px rgba(0,0,0,.05);
}
*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{max-width:1360px;margin:0 auto;padding:0 32px}
.topbar{background:linear-gradient(90deg,var(--peach),var(--blush),var(--lilac),var(--sky),var(--peach));background-size:200% 100%;animation:gf 8s linear infinite;padding:9px 0;overflow:hidden}
@keyframes gf{0%{background-position:0% 50%}100%{background-position:200% 50%}}
.topbar .container{overflow:hidden;padding:0}.topbar-links{display:flex;align-items:center;gap:0;white-space:nowrap;animation:tk 35s linear infinite}
.topbar-links span,.topbar-links a{padding:0 32px;font-size:11px;font-weight:700;color:#fff;letter-spacing:.8px}
@keyframes tk{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.navbar{background:rgba(250,246,241,.92);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);position:sticky;top:0;z-index:200;border-bottom:1px solid rgba(0,0,0,.04);transition:box-shadow .3s}
.navbar.scrolled{box-shadow:0 4px 32px rgba(44,24,16,.05)}
.navbar-inner{height:62px;display:flex;align-items:center;justify-content:space-between}
.logo{display:flex;align-items:center;gap:10px;text-decoration:none}.logo img{height:40px;border-radius:50%;box-shadow:0 3px 12px rgba(160,82,45,.2)}
.logo-text{display:flex;flex-direction:column}.logo-name{font-family:var(--font-display);font-size:20px;font-weight:700;color:var(--text)}.logo-tagline{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--text-muted)}
.search-bar{flex:1;max-width:380px;margin:0 32px;position:relative}
.search-bar input{width:100%;padding:9px 16px 9px 38px;border:1.5px solid var(--sand);border-radius:999px;font-family:var(--font);font-size:12px;font-weight:600;outline:none;background:var(--cream);transition:all .25s}
.search-bar input:focus{border-color:var(--peach);background:#fff;box-shadow:0 0 0 3px var(--peach-s)}
.search-bar svg{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:15px;height:15px;stroke:var(--text-muted)}
.nav-actions{display:flex;gap:4px}.nav-btn{width:40px;height:40px;border-radius:50%;border:none;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative;transition:all .15s}
.nav-btn:hover{background:var(--peach-s)}.nav-btn svg{width:18px;height:18px;stroke:var(--text-sec);stroke-width:1.8;fill:none}
.nav-btn .cart-count{position:absolute;top:3px;right:3px;min-width:16px;height:16px;border-radius:50%;background:var(--blush);color:#fff;font-size:9px;font-weight:800;display:flex;align-items:center;justify-content:center;padding:0 4px;box-shadow:0 2px 6px rgba(160,82,45,.35)}
.cat-nav{border-top:1px solid rgba(0,0,0,.03);overflow-x:auto;scrollbar-width:none;background:transparent}.cat-nav::-webkit-scrollbar{display:none}
.cat-nav-inner{display:flex;gap:2px;white-space:nowrap;padding:4px 0}
.cat-nav-link{padding:8px 14px;font-size:12px;font-weight:700;color:var(--text-muted);border-radius:999px;transition:all .2s;cursor:pointer;border:none;background:none;display:flex;align-items:center;gap:6px;border-bottom:none}
.cat-nav-link:hover{background:var(--peach-s);color:var(--peach)}
.cat-nav-link.active,.cat-nav-link.all-link{background:linear-gradient(135deg,var(--peach),var(--blush));color:#fff;box-shadow:0 2px 8px rgba(139,105,20,.25)}
.cat-nav-link svg{width:14px;height:14px;stroke-width:1.8}
.section{padding:64px 0}.section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:36px;flex-wrap:wrap;gap:12px}
.section-header h2{font-family:var(--font-display);font-size:32px;font-weight:700;letter-spacing:-1px}.section-header p{color:var(--text-muted);font-size:13px;font-weight:600}
.section-link{color:var(--peach);font-weight:700;font-size:12px}
.slider{position:relative;overflow:hidden}.slide{min-height:420px;display:flex;align-items:center;position:relative;padding:56px 0}
.slide::before{content:'';position:absolute;inset:0;background:linear-gradient(170deg,#F5EFE6 0%,#F0E0C8 18%,#F5E6D8 36%,#ECE6DA 52%,#E4ECD8 68%,#E8ECD8 84%,#F5EFE6 100%);z-index:0}
.slide-content{position:relative;z-index:1;max-width:520px}
.slide h2{font-family:var(--font-display);font-size:48px;font-weight:800;line-height:1.08;margin-bottom:14px;letter-spacing:-2px}
.slide h2 em{font-style:italic;color:var(--peach)}.slide p{font-size:15px;color:var(--text-sec);line-height:1.7;margin-bottom:24px;font-weight:500}
.slider-btn,.slide-btn{display:inline-flex;height:48px;padding:0 30px;background:linear-gradient(135deg,var(--peach),var(--blush));color:#fff;border:none;border-radius:999px;font-family:var(--font);font-size:14px;font-weight:700;cursor:pointer;align-items:center;gap:8px;transition:all .35s;box-shadow:0 6px 24px rgba(139,105,20,.3)}
.slider-btn:hover,.slide-btn:hover{transform:translateY(-3px);box-shadow:0 12px 36px rgba(139,105,20,.4)}
.trust-bar{padding:18px 0;border-top:1px solid rgba(0,0,0,.04);border-bottom:1px solid rgba(0,0,0,.04);background:#fff}
.trust-items{display:flex;justify-content:center;gap:36px;flex-wrap:wrap}
.trust-item{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:700;color:var(--text-sec);white-space:nowrap}
.trust-item svg{width:18px;height:18px;stroke-width:1.8}
.cat-pills{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}
.cat-pill{display:inline-flex;align-items:center;gap:10px;padding:14px 24px;background:#fff;border:1.5px solid rgba(0,0,0,.03);border-radius:20px;cursor:pointer;transition:all .35s;text-decoration:none;color:var(--text);position:relative;overflow:hidden}
.cat-pill::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--peach),var(--blush));transform:scaleX(0);transition:transform .35s}
.cat-pill:hover{transform:translateY(-6px);box-shadow:0 12px 36px rgba(0,0,0,.06);border-color:transparent}
.cat-pill:hover::after{transform:scaleX(1)}
.cat-pill-icon{width:44px;height:44px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0;transition:transform .4s cubic-bezier(.4,0,.2,1)}
.cat-pill:hover .cat-pill-icon{transform:scale(1.3) rotate(-10deg)}
.cat-pill-text{position:relative;z-index:1}.cat-pill-name{font-weight:700;font-size:13px}.cat-pill-count{font-size:10px;color:var(--text-muted);font-weight:600}
.t-mavi .cat-pill-icon{background:var(--sky-s)}.t-pembe .cat-pill-icon{background:var(--blush-s)}.t-yesil .cat-pill-icon{background:var(--mint-s)}.t-kahve .cat-pill-icon{background:var(--peach-s)}.t-gold .cat-pill-icon{background:var(--honey-s)}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.product-card{background:#fff;border-radius:20px;overflow:hidden;border:2px solid transparent;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative}
.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 56px rgba(44,24,16,.07);border-color:#6B7B3A}
.product-card .product-img{height:260px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(150deg,var(--peach-s),var(--blush-s))}
.product-card:nth-child(2) .product-img{background:linear-gradient(150deg,var(--lilac-s),var(--honey-s))}
.product-card:nth-child(3) .product-img{background:linear-gradient(150deg,var(--mint-s),var(--sky-s))}
.product-card:nth-child(4) .product-img{background:linear-gradient(150deg,var(--blush-s),var(--lilac-s))}
.product-card .product-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1)}
.product-card:hover .product-img img{transform:scale(1.08)}
.product-body{padding:16px 18px 18px}
.product-brand{font-size:9px;font-weight:700;color:var(--text-light);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:4px}
.product-name{font-size:14px;font-weight:700;line-height:1.35;margin-bottom:5px;min-height:38px;color:var(--text)}
.product-name a{color:inherit}
.product-price-row{display:flex;align-items:center;justify-content:space-between}
.product-price{display:flex;align-items:baseline;gap:6px}
.product-price .current,.product-price .price-format{font-size:20px;font-weight:800;letter-spacing:-.5px;color:var(--text)}
.product-price .old{font-size:12px;color:var(--text-light);text-decoration:line-through}
.product-cart-btn{width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,var(--peach),var(--blush));border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s;flex-shrink:0;box-shadow:0 3px 10px rgba(139,105,20,.2)}
.product-cart-btn:hover{transform:scale(1.1) rotate(-4deg);box-shadow:0 6px 20px rgba(139,105,20,.35)}
.product-cart-btn svg{width:16px;height:16px;stroke:#fff;fill:none;stroke-width:2}
.product-btn{width:100%;padding:11px;background:var(--cream);color:var(--text);border:1.5px solid var(--sand);border-radius:12px;font-family:var(--font);font-size:12px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .2s}
.product-btn:hover{background:linear-gradient(135deg,var(--peach),var(--blush));color:#fff;border-color:transparent}
.newsletter{background:linear-gradient(135deg,var(--peach-s),var(--blush-s),var(--lilac-s));border-radius:28px;padding:48px;text-align:center}
.newsletter h2{font-family:var(--font-display);font-size:28px;font-weight:700;margin-bottom:6px}
.newsletter p{font-size:13px;color:var(--text-sec);margin-bottom:24px;font-weight:600}
.footer{background:linear-gradient(160deg,#4A3728,#3D2B1E);color:rgba(255,255,255,.45);padding:48px 0 20px;margin-top:64px}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:28px;margin-bottom:36px}
.footer h3{font-size:11px;font-weight:700;color:rgba(255,255,255,.65);margin-bottom:14px;text-transform:uppercase;letter-spacing:1.5px}
.footer a{color:rgba(255,255,255,.35);font-size:12px;display:block;padding:3px 0;transition:color .15s;font-weight:500}.footer a:hover{color:var(--peach)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.06);padding-top:16px;text-align:center;font-size:10px}
.mobile-nav{display:none;position:fixed;bottom:0;left:0;right:0;background:rgba(250,246,241,.95);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid var(--sand);z-index:250;padding:6px 0 env(safe-area-inset-bottom,4px)}
.mobile-nav-inner{display:flex;justify-content:space-around}
.mobile-nav a{display:flex;flex-direction:column;align-items:center;gap:2px;font-size:10px;font-weight:700;color:var(--text-muted);padding:6px 12px;position:relative}
.mobile-nav a.active{color:var(--peach)}.mobile-nav a svg{width:20px;height:20px;stroke-width:1.8}
.my-toast-container{position:fixed;top:80px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:8px}
.my-toast{padding:12px 20px;border-radius:12px;font-size:13px;font-weight:600;color:#fff;animation:ti .3s ease;box-shadow:0 8px 24px rgba(0,0,0,.1)}
.my-toast.success{background:var(--mint)}.my-toast.hata{background:var(--danger)}.my-toast.bilgi{background:var(--sky)}
@keyframes ti{from{opacity:0;transform:translateX(40px)}to{opacity:1;transform:translateX(0)}}
.hesap-card{background:#fff;border-radius:20px;border:1px solid var(--border-light);padding:28px;margin-bottom:20px}
.hesap-card h2{font-family:var(--font-display);font-size:20px;margin-bottom:16px}
.hesap-menu a{display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:12px;font-size:13px;font-weight:600;color:var(--text-sec);transition:all .15s}
.hesap-menu a:hover,.hesap-menu a.active{background:var(--peach-s);color:var(--peach)}
.hesap-menu a svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.8}
.section-divider{display:none}
@media(max-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:768px){
.container{padding:0 16px}.section{padding:40px 0}.section-header{flex-direction:column;align-items:flex-start;gap:8px}.section-header h2{font-size:24px}
.product-grid{grid-template-columns:repeat(2,1fr);gap:10px}
.product-card .product-img{height:180px}.product-body{padding:12px 14px 14px}.product-name{font-size:12px;min-height:32px}
.product-price .current,.product-price .price-format{font-size:16px}.product-cart-btn{width:34px;height:34px;border-radius:10px}.product-cart-btn svg{width:14px;height:14px}
.cat-nav{display:none}.search-bar{margin:0 12px}.navbar-inner{height:56px}
.slide{min-height:280px;padding:32px 0}.slide h2{font-size:28px}
.trust-items{gap:16px;font-size:11px}
.cat-pills{gap:8px;justify-content:flex-start;overflow-x:auto;scrollbar-width:none;flex-wrap:nowrap;-webkit-overflow-scrolling:touch}.cat-pills::-webkit-scrollbar{display:none}
.cat-pill{padding:10px 16px;min-width:120px}.cat-pill-icon{width:34px;height:34px;font-size:18px;border-radius:10px}.cat-pill-name{font-size:11px}
.newsletter{padding:28px 18px;border-radius:20px}.footer-grid{grid-template-columns:1fr 1fr;gap:20px}
.mobile-nav{display:block}body{padding-bottom:70px}
}
@media(max-width:480px){.slide h2{font-size:24px}.product-grid{gap:8px}.product-card .product-img{height:150px}.product-name{font-size:11px}.product-price .current{font-size:14px}}

/* ═══ HEADER COMPAT FIXES ═══ */
.nav-action-btn{width:40px;height:40px;border-radius:50%;border:none;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative;transition:all .15s;color:var(--text-sec)}
.nav-action-btn:hover{background:var(--peach-s)}
.nav-action-btn svg{width:18px;height:18px;stroke:var(--text-sec);stroke-width:1.8;fill:none}
.nav-badge{position:absolute;top:3px;right:3px;min-width:16px;height:16px;border-radius:50%;background:var(--blush);color:#fff;font-size:9px;font-weight:800;display:flex;align-items:center;justify-content:center;padding:0 4px;box-shadow:0 2px 6px rgba(160,82,45,.35)}
.search-bar-inner{position:relative;display:flex;align-items:center}
.search-bar-inner svg{position:absolute;left:14px;top:50%;transform:translateY(-50%);pointer-events:none}
.search-bar-inner input{width:100%;padding:9px 16px 9px 38px;border:1.5px solid var(--sand);border-radius:999px;font-family:var(--font);font-size:12px;font-weight:600;outline:none;background:var(--cream);transition:all .25s}
.search-bar-inner input:focus{border-color:var(--peach);background:#fff;box-shadow:0 0 0 3px var(--peach-s)}
.search-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border-radius:14px;box-shadow:0 8px 32px rgba(0,0,0,.1);margin-top:6px;z-index:100;max-height:320px;overflow-y:auto}
.logo-name{font-family:var(--font-display);font-size:20px;font-weight:700;color:var(--text);display:block}
.logo-name em{font-style:normal;color:var(--peach)}
.logo-tagline{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--text-muted);display:block}

/* Slider button class compat */
.promo-btn{display:inline-flex;height:48px;padding:0 30px;background:linear-gradient(135deg,var(--peach),var(--blush));color:#fff;border:none;border-radius:999px;font-family:var(--font);font-size:14px;font-weight:700;cursor:pointer;align-items:center;gap:8px;transition:all .35s;box-shadow:0 6px 24px rgba(139,105,20,.3);text-decoration:none}
.promo-btn:hover{transform:translateY(-3px);box-shadow:0 12px 36px rgba(139,105,20,.4)}

/* Sepet badge pulse */
@keyframes badgePulse{0%{transform:scale(1)}50%{transform:scale(1.3)}100%{transform:scale(1)}}
.badge-pulse{animation:badgePulse .4s ease}

/* Mobile cart bar inner */

/* Product card image compat */
.product-card-img{display:block;height:260px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(150deg,var(--peach-s),var(--blush-s))}
.product-card-body{padding:16px 18px 18px}
.product-image{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1)}
.product-card:hover .product-image{transform:scale(1.08)}
.product-badges{position:absolute;top:12px;left:12px;display:flex;gap:4px;z-index:2}
.product-badge{padding:4px 10px;border-radius:8px;font-size:9px;font-weight:800;text-transform:uppercase;color:#fff}
.product-badge-new{background:linear-gradient(135deg,var(--peach),var(--blush))}
.product-badge-sale{background:rgba(44,24,16,.6);backdrop-filter:blur(4px)}
.product-badge-best{background:var(--mint)}
.product-fav-btn{position:absolute;top:12px;right:12px;width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.9);backdrop-filter:blur(8px);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;opacity:0;transform:scale(.8);transition:all .3s}
.product-card:hover .product-fav-btn{opacity:1;transform:scale(1)}
.product-fav-btn svg{width:15px;height:15px;stroke:var(--blush);fill:none;stroke-width:2}
.product-price{font-size:20px;font-weight:800;color:var(--text);letter-spacing:-.5px}
.product-price-old{font-size:12px;color:var(--text-light);text-decoration:line-through;margin-left:4px}
.product-add-btn{width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,var(--peach),var(--blush));border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s;flex-shrink:0;box-shadow:0 3px 10px rgba(139,105,20,.2)}
.product-add-btn:hover{transform:scale(1.1) rotate(-4deg);box-shadow:0 6px 20px rgba(139,105,20,.35)}
.product-add-btn svg{width:16px;height:16px;stroke:#fff;fill:none;stroke-width:2}
.product-add-btn .btn-text{display:none}
.product-rating{display:flex;align-items:center;gap:2px;margin-bottom:8px}
.product-rating svg{width:12px;height:12px}
.product-rating span{font-size:10px;color:var(--text-light);margin-left:3px;font-weight:600}

/* ═══ PAGE LAYOUT ═══ */
.page-container{max-width:1360px;margin:0 auto;padding:32px}
.breadcrumb{font-size:12px;color:var(--text-muted);margin-bottom:20px;font-weight:600}
.breadcrumb a{color:var(--text-sec)}.breadcrumb a:hover{color:var(--peach)}

/* ═══ FORMS ═══ */
.form-input,.form-select,.form-textarea{padding:10px 14px;border:1.5px solid var(--sand);border-radius:12px;font-family:var(--font);font-size:13px;font-weight:600;outline:none;background:var(--cream);transition:all .2s;width:100%}
.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--peach);background:#fff;box-shadow:0 0 0 3px var(--peach-s)}

/* ═══ DREAMLAND HEADER ═══ */
.hdr{background:rgba(250,246,241,.92);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);position:sticky;top:0;z-index:300;border-bottom:1px solid rgba(0,0,0,.04);transition:box-shadow .3s}
.hdr.sc{box-shadow:0 4px 32px rgba(44,24,16,.05)}
.hdr-top{border-bottom:1px solid rgba(0,0,0,.03);padding:5px 0}
.hdr-top-in{max-width:1360px;margin:0 auto;padding:0 32px;display:flex;justify-content:space-between;font-size:11px;color:var(--text-muted);font-weight:600}
.hdr-top a{color:var(--text-muted);text-decoration:none;transition:color .15s}.hdr-top a:hover{color:var(--peach)}
.hdr-in{max-width:1360px;margin:0 auto;padding:0 32px;height:62px;display:flex;align-items:center;justify-content:space-between}
.logo-ico{width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0;box-shadow:0 3px 12px rgba(160,82,45,.2)}
.logo-ico img{width:100%;height:100%;object-fit:cover}
.logo-txt{font-family:var(--font-display);font-size:22px;font-weight:700;color:var(--text)}.logo-txt span{color:var(--peach)}
.hdr-nav{display:flex;gap:2px;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.hdr-nav::-webkit-scrollbar{display:none}
.hdr-nav a{padding:8px 14px;font-size:12px;font-weight:700;color:var(--text-muted);border-radius:999px;transition:all .2s;white-space:nowrap;flex-shrink:0}
.hdr-nav a:hover{background:var(--peach-s);color:var(--peach)}
.hdr-nav a.on{background:linear-gradient(135deg,var(--peach),var(--blush));color:#fff;box-shadow:0 2px 8px rgba(139,105,20,.25)}
.hdr-r{display:flex;align-items:center;gap:6px;flex-shrink:0}
.hdr-sr{width:190px;padding:9px 14px 9px 36px;border:1.5px solid var(--sand);border-radius:999px;font-family:var(--font);font-size:12px;font-weight:600;outline:none;background:var(--cream);transition:all .25s}
.hdr-sr:focus{width:260px;border-color:var(--peach);background:#fff;box-shadow:0 0 0 3px var(--peach-s)}
.hi{width:40px;height:40px;border-radius:50%;border:none;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative;transition:all .15s;color:var(--text-sec);text-decoration:none}
.hi:hover{background:var(--peach-s)}
.hi svg{width:18px;height:18px;stroke:var(--text-sec);fill:none;stroke-width:1.8}
.hbdg{position:absolute;top:3px;right:3px;min-width:16px;height:16px;border-radius:50%;background:var(--blush);color:#fff;font-size:9px;font-weight:800;display:flex;align-items:center;justify-content:center;padding:0 4px;box-shadow:0 2px 6px rgba(160,82,45,.35)}
@keyframes badgePulse{0%{transform:scale(1)}50%{transform:scale(1.3)}100%{transform:scale(1)}}
.badge-pulse{animation:badgePulse .4s ease}

@media(max-width:768px){
.hdr-top{display:none}.hdr-nav{display:none}
.hdr-sr{display:none}
.hdr-in{padding:0 16px;height:56px}
.logo-txt{font-size:18px}
}

/* ═══ GLOBAL MOBILE OVERFLOW FIX ═══ */
html,body{overflow-x:hidden;max-width:100vw}
*{max-width:100vw}
img{max-width:100%}
.product-grid{overflow:hidden}
@media(max-width:768px){
.product-card .product-img{height:160px}
.product-body{padding:10px 12px 12px}
.product-name{font-size:12px;min-height:28px}
.product-price .current,.product-price .price-format{font-size:15px}
.product-price .old{font-size:10px}
.product-cart-btn{width:32px;height:32px;border-radius:10px}
.product-cart-btn svg{width:13px;height:13px}
.product-brand{font-size:8px;margin-bottom:2px}
section{overflow:hidden}
}
