/* ============================================================
   Odisha Book Emporium — New Design (newDesign.html)
   Loaded after bookhaven.css / bookhaven-extras.css
   ============================================================ */
html, body { margin: 0; padding: 0; overflow-x: hidden; }
:root{
    --nd-blue:#0868e8; --nd-blue-dark:#0754bb; --nd-navy:#092d70;
    --nd-dark-blue:#123b8d; --nd-red:#ef3340; --nd-yellow:#ffca05;
    --nd-green:#72bf44; --nd-purple:#4d22a8;
    --nd-text:#102a62; --nd-light:#f5f9ff;
}

/* SVG icon base */
.nd-icon{width:1em;height:1em;flex-shrink:0;display:inline-block;vertical-align:-0.125em}

/* Freshcart-style wide container */
.container{max-width:1320px}

/* ---------- Topbar ---------- */
.nd-topbar{background:linear-gradient(90deg,#0765df,#0868e8);color:#fff;height:34px;display:flex;justify-content:space-between;align-items:center;padding:0 4%;font-size:12px;margin:0;border:0;overflow:hidden}
.nd-topbar span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.nd-topbar b{font-weight:700}
.nd-topbar a{color:#fff;text-decoration:none}
.nd-topbar a:hover{text-decoration:underline}

/* ---------- Header ---------- */
.nd-header-wrap{position:relative}
.nd-header{height:94px;display:flex;align-items:center;gap:30px;padding:0 4%;background:#fff;border-bottom:1px solid #eef2fa;position:relative;z-index:50}
.nd-logo{display:flex;align-items:center;gap:12px;min-width:250px;text-decoration:none;color:inherit}
.nd-logo img{height:54px;width:auto;max-width:200px;object-fit:contain;flex-shrink:0}
.nd-logo-text h1{font-size:22px;line-height:1.05;margin:0;color:var(--nd-dark-blue);white-space:nowrap;font-family:"Inter",sans-serif}
.nd-logo-text small{display:block;font-size:11px;color:#6b7ba0;font-weight:400;margin-top:3px;white-space:nowrap}
.nd-search{height:44px;display:flex;flex:1;max-width:600px;border:1px solid #d7dfed;border-radius:5px;overflow:hidden;background:#fff;transition:border-color .2s, box-shadow .2s}
.nd-search:focus-within{border-color:var(--nd-blue);box-shadow:0 0 0 3px rgba(8,104,232,.1)}
.nd-search input{flex:1;border:0;padding:0 16px;outline:0;font-size:14px;color:#182b55}
.nd-search button{width:55px;background:var(--nd-blue);color:#fff;border:0;cursor:pointer;display:flex;align-items:center;justify-content:center}
.nd-search button:hover{background:var(--nd-blue-dark)}
.nd-search button .nd-icon{width:18px;height:18px}
.nd-actions{display:flex;gap:22px;margin-left:auto}
.nd-action{text-align:center;font-size:12px;color:#162f63;text-decoration:none;position:relative;line-height:1.2;transition:color .2s}
.nd-action b{display:block;margin-bottom:3px;color:var(--nd-blue);line-height:1}
.nd-action:hover{color:var(--nd-blue)}
.nd-action b .nd-icon{width:23px;height:23px}
.nd-action sup{position:absolute;top:-8px;right:0px;background:var(--nd-red);color:#fff;border-radius:50%;min-width:17px;height:17px;line-height:17px;font-size:10px;font-weight:700;padding:0 4px;text-align:center}

/* ---------- Nav ---------- */
.nd-nav{height:42px;background:var(--nd-blue);display:flex;align-items:center;padding:0 4%;color:#fff;position:relative;z-index:40;gap:2px}
.nd-nav > a{padding:11px 15px;font-size:13px;color:#fff;text-decoration:none;white-space:nowrap;display:block}
.nd-nav > a:hover{background:var(--nd-blue-dark)}
.nd-nav .nd-icon{width:15px;height:15px}
.nd-nav .nd-inline-ico{margin-right:5px;vertical-align:-2px}
.nd-cat-btn{height:42px;padding:0 18px;background:var(--nd-blue-dark);font-weight:700;font-size:13px;color:#fff;border:0;cursor:pointer;display:flex;align-items:center;gap:9px;white-space:nowrap;font-family:inherit}
.nd-cat-btn .nd-icon{width:16px;height:16px}
.nd-cat-btn .nd-caret{width:14px;height:14px;opacity:.85}
.nd-hamburger{display:none;align-items:center;justify-content:center;width:38px;height:38px;border:0;background:var(--nd-blue-dark);color:#fff;border-radius:6px;cursor:pointer;font-size:20px;flex-shrink:0}
.nd-cat-drop{display:none;position:absolute;top:42px;left:4%;width:290px;background:#fff;border:1px solid #e4e4e4;border-top:0;box-shadow:0 14px 32px rgba(0,0,0,.15);border-radius:0 0 8px 8px;overflow:hidden;z-index:70}
.nd-cat-drop.open{display:block}
.nd-cat-drop a{display:block;padding:12px 20px;color:#27302c;font-size:14px;text-decoration:none;border-bottom:1px solid #f0f0f0}
.nd-cat-drop a:hover{background:var(--nd-light);color:var(--nd-blue)}

/* ---------- Layout wrapper ---------- */
.nd-layout{padding:0;display:block}
.nd-layout .content{min-width:0;padding:0}

/* ---------- Hero ---------- */
.nd-hero{min-height:550px;position:relative;overflow:hidden;background:linear-gradient(110deg,#fff 0 48%,#0870ee 48%);display:block;margin:0}
.nd-hero-slide{position:relative;min-height:550px;display:none;padding:45px 7%}
.nd-hero-slide.active{display:block}
.nd-hero-slide.has-bg{background-size:100% 100%;background-position:center;background-repeat:no-repeat;height:550px}
.nd-hero-slide.has-bg.active{display:flex;align-items:center}
.nd-hero-content{position:relative;z-index:2;width:48%}
.nd-welcome{font-size:16px;font-weight:700;color:var(--nd-blue);letter-spacing:2.5px;text-transform:uppercase;display:flex;align-items:center;gap:12px}
.nd-welcome:before,.nd-welcome:after{content:"";height:2px;width:28px;background:var(--nd-blue);opacity:.35;border-radius:2px}
.nd-hero h2{font-size:52px;line-height:1.05;margin:14px 0 4px;color:var(--nd-dark-blue);font-family:"Inter",sans-serif;font-weight:700}
.nd-hero h2 span.r{color:var(--nd-red)}
.nd-hero h2 span.y{color:#f2a900}
.nd-hero h2 span.g{color:#3f9b2e}
.nd-hero h2 span.b{color:#1475e9}
.nd-hero h2 span.p{color:var(--nd-purple)}
.nd-tag{display:inline-block;background:var(--nd-yellow);padding:9px 28px;margin:18px 0 22px;font-weight:700;color:#151515;border-radius:4px;box-shadow:0 4px 10px rgba(242,169,0,.25)}
.nd-hero-features{display:flex;gap:22px;margin-top:28px}
.nd-hero-feature{width:33%;text-align:center;border-right:1px solid #d9dfeb;padding:8px 6px;font-size:11px;color:#556}
.nd-hero-feature:last-child{border:0}
.nd-hero-feature strong{display:block;font-size:12px;margin:8px 0 4px;color:#182b55;letter-spacing:.4px}
.nd-hero-feature small{font-size:10px;color:#777;line-height:1.4}
.nd-feat-ico{width:42px;height:42px;border-radius:50%;background:#eef4ff;color:var(--nd-blue);display:inline-flex;align-items:center;justify-content:center;margin-bottom:4px}
.nd-feat-ico .nd-icon{width:20px;height:20px}
.nd-hero-art{position:absolute;right:3%;bottom:0;width:49%;height:100%;display:flex;align-items:center;justify-content:center}
.nd-hero-art img{max-width:88%;max-height:88%;object-fit:contain;border-radius:12px}
.nd-float{position:relative;width:225px;height:310px;margin-bottom:26px;transform:rotateY(-10deg) rotateX(3deg);transform-style:preserve-3d}
.nd-float-book{position:absolute;inset:0;border-radius:8px 16px 16px 8px;background:linear-gradient(150deg,#123b8d 0%,#0868e8 55%,#0754bb 100%);box-shadow:0 30px 50px rgba(18,59,141,.35);display:flex;align-items:center;justify-content:center;z-index:2;border:1px solid rgba(255,255,255,.14);overflow:hidden}
.nd-float-book:before{content:"";position:absolute;left:14px;top:0;bottom:0;width:2px;background:rgba(255,255,255,.25)}
.nd-float-book-title{color:#fff;font-family:"Inter",sans-serif;font-size:19px;font-weight:700;text-align:center;line-height:1.45;padding:0 26px;text-shadow:0 2px 8px rgba(0,0,0,.25);z-index:1}
.nd-float-book-title small{display:block;font-size:10px;letter-spacing:2px;text-transform:uppercase;opacity:.75;margin-top:10px;font-family:"Inter",Arial,sans-serif}
.nd-float-book-mark{position:absolute;top:0;right:34px;width:15px;height:56px;background:linear-gradient(#ffca05,#f2a900);border-radius:0 0 7px 7px;box-shadow:0 5px 10px rgba(0,0,0,.25);z-index:3}
.nd-float-pages{position:absolute;top:9px;bottom:9px;left:-11px;width:13px;background:repeating-linear-gradient(90deg,#fdfdfd 0 2px,#dde3ee 2px 3px);border-radius:3px 0 0 3px;box-shadow:inset -1px 0 2px rgba(0,0,0,.08);z-index:1}
.nd-float-shadow{position:absolute;bottom:-40px;left:50%;transform:translateX(-50%);width:250px;height:40px;background:rgba(18,59,141,.20);border-radius:50%;filter:blur(12px)}
.nd-orb{position:absolute;border-radius:50%;pointer-events:none}
.nd-orb-1{width:70px;height:70px;border:2px solid rgba(239,51,64,.35);top:6%;right:4%}
.nd-orb-2{width:40px;height:40px;background:rgba(255,202,5,.22);bottom:16%;left:-4%}
.nd-spark{position:absolute;pointer-events:none}
.nd-spark .nd-icon{width:26px;height:26px}
.nd-spark-1{top:16%;right:24%;color:var(--nd-yellow)}
.nd-spark-2{bottom:22%;right:2%;color:var(--nd-green)}
.nd-spark-2 .nd-icon{width:18px;height:18px}
.nd-shop{display:inline-flex;align-items:center;gap:8px;background:var(--nd-yellow);padding:13px 28px;border-radius:6px;font-weight:800;color:#151515;text-decoration:none;font-size:15px;transition:background .2s, transform .2s;box-shadow:0 6px 16px rgba(242,169,0,.35)}
.nd-shop:hover{background:#f2b900;color:#151515;transform:translateY(-1px)}
.nd-shop .nd-icon{width:17px;height:17px}
.nd-dots{position:absolute;bottom:18px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:5}
.nd-dots i{width:9px;height:9px;border-radius:50%;background:rgba(255,255,255,.45);cursor:pointer;display:block;transition:background .2s}
.nd-dots i.active{background:var(--nd-yellow)}

/* ---------- Subscription ---------- */
.nd-subscription{margin:24px 4%;background:linear-gradient(135deg,#0b3a8c 0%,#0868e8 50%,#1a7af5 100%);border-radius:16px;padding:28px 36px;display:flex;align-items:center;gap:30px;color:#fff;position:relative;overflow:hidden}
.nd-subscription::before{content:"";position:absolute;top:-40px;right:-40px;width:160px;height:160px;background:rgba(255,255,255,.06);border-radius:50%}
.nd-subscription::after{content:"";position:absolute;bottom:-60px;left:30%;width:200px;height:200px;background:rgba(255,255,255,.04);border-radius:50%}
.nd-sub-left{display:flex;align-items:center;gap:16px;flex-shrink:0;position:relative;z-index:1}
.nd-sub-icon{width:52px;height:52px;border-radius:12px;background:rgba(255,255,255,.15);color:#ffca05;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:24px;backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.2)}
.nd-subscription h3{color:#fff;font-size:20px;margin:0 0 3px;font-weight:700}
.nd-subscription p{margin:0;color:rgba(255,255,255,.75);font-size:13px}
.nd-sub-text{flex:1}
.nd-sub-points{display:flex;gap:24px;position:relative;z-index:1}
.nd-sub-point{display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center}
.nd-sub-point span{width:60px;height:60px;border-radius:14px;background:rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;color:#fff;font-size:28px;border:1px solid rgba(255,255,255,.15);transition:transform .2s, background .2s}
.nd-sub-point:hover span{transform:scale(1.1);background:rgba(255,255,255,.2)}
.nd-sub-point strong{font-size:16px;color:rgba(255,255,255,.9);font-weight:600;white-space:nowrap}
.nd-sub-btn{background:#ffca05;color:#0b3a8c;padding:12px 26px;border-radius:8px;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;gap:8px;font-size:14px;border:0;cursor:pointer;transition:all .2s;position:relative;z-index:1;white-space:nowrap}
.nd-sub-btn:hover{background:#fff;color:#0b3a8c;transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.2);text-decoration:none}

/* ---------- Sections ---------- */
.nd-section{padding:36px 0}
.nd-section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:24px}
.nd-section-head h3{font-size:20px;margin:0;color:#1f2937;font-family:"Inter",Arial,sans-serif;font-weight:700;letter-spacing:-.3px}
.nd-section-head h3:after{content:"";display:block;width:40px;height:3px;border-radius:3px;background:var(--nd-blue);margin-top:8px}
.nd-view{color:var(--nd-blue);font-size:13px;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:6px;padding:8px 15px;border:1px solid #dbe5f5;border-radius:8px;background:#fff;transition:all .2s ease}
.nd-view:hover{background:var(--nd-blue);border-color:var(--nd-blue);color:#fff;text-decoration:none}
.nd-view .nd-icon{width:14px;height:14px;transition:transform .2s}
.nd-view:hover .nd-icon{transform:translateX(3px)}

/* Categories (auto sliding) */
.nd-subhead{font-size:13px;color:#8a94a0;margin-top:4px;padding-bottom:0}
.nd-cat-slider{overflow:hidden;padding:4px 0 12px;-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}
.nd-cat-track{display:flex;gap:16px;width:max-content;animation:nd-cat-slide 30s linear infinite}
.nd-cat-slider:hover .nd-cat-track{animation-play-state:paused}
@keyframes nd-cat-slide{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.nd-cat-fcard{flex:0 0 auto;width:168px;border:1px solid #dee2e6;border-radius:10px;background:#fff;overflow:hidden;text-align:center;text-decoration:none;transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease}
.nd-cat-fcard:hover{transform:translateY(-4px);border-color:#bcd4f5;box-shadow:0 12px 28px rgba(16,62,140,.12)}
.nd-cat-fcard .nd-cat-fmedia{width:100%;aspect-ratio:1/1;background:#f5f8ff;display:flex;align-items:center;justify-content:center;overflow:hidden}
.nd-cat-fcard img{width:100%;height:100%;object-fit:cover;display:block}
.nd-cat-fcard .nd-cat-fico{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--nd-blue);background:linear-gradient(135deg,#eef4ff,#f8fbff)}
.nd-cat-fcard .nd-cat-fico .nd-icon{width:48px;height:48px}
.nd-cat-fcard .nd-cat-fname{font-size:13px;font-weight:600;color:#334155;display:block;line-height:1.25;padding:12px 10px 13px}
.nd-cat-fcard:hover .nd-cat-fname{color:var(--nd-blue)}

/* Products (all grids) */
.bh-product-card{height:100%;border:1px solid #e6e9ee;border-radius:10px;overflow:hidden;background:#fff;transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease}
.bh-product-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(16,62,140,.12);border-color:#bcd4f5}
.bh-product-media-wrap{position:relative;background:#fff}
.bh-product-media{display:block;position:relative;width:100%;padding:0;aspect-ratio:4/5;background:#f5f7fa;overflow:hidden}
.bh-product-media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.bh-product-card:hover .bh-product-media img{transform:scale(1.06)}
.bh-product-media .bh-book-cover{width:100%;height:100%;border-radius:0;box-shadow:none}
.bh-product-body{padding:12px 14px 14px;flex:1;display:flex;flex-direction:column}
.bh-product-cat{color:var(--nd-blue);font-size:10px;text-transform:uppercase;letter-spacing:.6px;font-weight:700;margin-bottom:5px}
.bh-product-title{font-size:14px;font-weight:600;color:#1f2937;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.bh-product-title:hover{color:var(--nd-blue)}
.bh-product-stars{font-size:12px;margin:6px 0 8px;display:flex;align-items:center;gap:6px}
.bh-product-stars em{font-style:normal;color:#98a2b3;font-size:11px}
.bh-product-price strong{font-size:16px;font-weight:700;color:#1f2937}
.bh-product-price del{font-size:11px;color:#9aa7c4}
.bh-product-foot{margin-top:auto;padding-top:10px;display:flex;align-items:center;justify-content:space-between;gap:8px}
.bh-add-cart{display:inline-flex;align-items:center;gap:5px;padding:7px 13px;border:0;border-radius:8px;background:linear-gradient(135deg,var(--nd-blue),var(--nd-blue-dark));color:#fff;font-weight:700;font-size:11px;cursor:pointer;transition:all .2s ease}
.bh-add-cart .nd-icon{width:13px;height:13px}
.bh-add-cart:hover{background:linear-gradient(135deg,var(--nd-blue-dark),#0754bb);box-shadow:0 6px 14px rgba(8,104,232,.35);transform:translateY(-1px)}
.bh-product-badge{border-radius:6px;padding:4px 9px;font-size:11px;box-shadow:0 2px 6px rgba(0,0,0,.12)}
.bh-product-badge-new{background:linear-gradient(135deg,#22c55e,#15803d)}
.bh-product-badge-off{background:linear-gradient(135deg,#ef4444,#dc2626)}
.bh-product-actions{position:absolute;top:10px;right:10px;display:flex;flex-direction:column;gap:7px;opacity:0;transform:translateX(8px);transition:all .25s ease;z-index:2}
.bh-product-card:hover .bh-product-actions,.bh-product-media-wrap:hover .bh-product-actions{opacity:1;transform:translateX(0)}
.bh-product-actions a,.bh-product-actions button{width:34px;height:34px;border-radius:50%;background:#fff;border:1px solid #e6e9ee;color:#54647a;box-shadow:0 4px 12px rgba(16,62,140,.12);display:flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer;transition:all .2s ease}
.bh-product-actions a .nd-icon,.bh-product-actions button .nd-icon{width:16px;height:16px}
.bh-product-actions a:hover,.bh-product-actions button:hover{background:var(--nd-blue);border-color:var(--nd-blue);color:#fff}
.bh-product-actions .active{background:var(--nd-blue);border-color:var(--nd-blue);color:#fff}

/* Promos */
.nd-promos{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
.nd-promo{min-height:150px;border-radius:13px;padding:26px;color:#fff;position:relative;overflow:hidden;text-decoration:none;display:block;transition:transform .2s}
.nd-promo:hover{transform:translateY(-3px);color:#fff}
.nd-promo h3{font-size:20px;margin:0 0 8px;font-family:"Inter",sans-serif}
.nd-promo p{font-size:12px;max-width:62%;line-height:1.55;margin:0;color:inherit;opacity:.95}
.nd-promo button{margin-top:15px;padding:8px 16px;border-radius:5px;font-size:11px;font-weight:700;border:0;cursor:pointer}
.nd-promo.blue{background:linear-gradient(135deg,#086be7,#0754bb)}
.nd-promo.yellow{background:linear-gradient(135deg,#ffd83d,#f2b900);color:#182b55}
.nd-promo.light{background:linear-gradient(135deg,#dceeff,#c8e2ff);color:#12408b}
.nd-promo.blue button,.nd-promo.light button{background:#fff;color:var(--nd-blue)}
.nd-promo.yellow button{background:#182b55;color:#fff}

.nd-promo.img-bg{min-height:170px;background-size:cover;background-position:center;color:#fff}
.nd-promo.img-bg::before{content:"";position:absolute;inset:0;background:linear-gradient(105deg,rgba(7,35,60,.88) 0%,rgba(7,35,60,.62) 40%,rgba(7,35,60,.08) 78%)}
.nd-promo.img-bg>*{position:relative;z-index:1}
.nd-promo.img-bg:hover{color:#fff}
.nd-promo.img-bg button{background:#fff;color:var(--nd-blue)}

/* Service */
.nd-service{margin:0 4% 25px;background:linear-gradient(120deg,#0868e8,#0754bb);color:#fff;border-radius:12px;padding:18px;display:grid;grid-template-columns:repeat(4,1fr)}
.nd-service-item{text-align:center;border-right:1px solid rgba(255,255,255,.35);font-size:11px;padding:8px 6px}
.nd-service-item:last-child{border:0}
.nd-service-item b{display:block;margin-bottom:7px}
.nd-service-item b .nd-icon{width:24px;height:24px}
.nd-service-item strong{display:block;margin-bottom:3px;font-size:13px}

/* ---------- Footer (blue theme) ---------- */
.bh-footer{background:var(--nd-navy);margin-top:0}
.bh-footer-brand .bh-logo-img{height:44px;width:auto;object-fit:contain}
.bh-footer-brand strong{color:#fff;font-family:"Inter",sans-serif}
.bh-footer-col h4{color:#fff}
.bh-footer-col p,.bh-footer-col ul a,.bh-footer-bottom,.bh-footer-brand small{color:#b9c8e8}
.bh-footer-col ul a:hover,.bh-footer-bottom a{color:#fff}
.bh-footer-bottom a{color:#b9c8e8;text-decoration:none}
.bh-social a .nd-icon{width:16px;height:16px}
.bh-footer-contact{font-size:13px;line-height:2;color:#b9c8e8;margin-top:14px}
.bh-footer-contact span{display:inline-flex;align-items:center;gap:7px;vertical-align:-2px;color:var(--nd-yellow)}
.bh-footer-contact .nd-icon{width:15px;height:15px}

/* ---------- Filter Layout ---------- */
.bh-shop-layout{display:grid;grid-template-columns:260px 1fr;gap:24px}
.bh-filter-toggle{display:none;align-items:center;gap:6px;padding:9px 16px;border:1px solid #d8d8d8;border-radius:6px;background:#fff;font-size:13px;font-weight:600;color:#333;cursor:pointer}
.bh-filter-toggle .nd-icon{width:16px;height:16px}
.bh-filter-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:199}
.bh-filter-overlay.open{display:block}

/* ---------- Responsive ---------- */
@media(max-width:1100px){
    .nd-header{gap:20px}
    .nd-logo{min-width:auto}
    .nd-logo-text h1{font-size:18px}
    .nd-promos{grid-template-columns:1fr}
    .bh-product-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:900px){
    .nd-topbar .nd-top-social{display:none}
    .nd-header{height:auto;flex-wrap:wrap;padding:12px 4%}
    .nd-search{order:3;max-width:none;width:100%;height:40px}
    .nd-search input{font-size:13px;padding:0 12px}
    .nd-search button{width:44px}
    .nd-actions{gap:14px}
    .nd-hamburger{display:flex}
    .nd-nav{overflow-x:auto;white-space:nowrap;height:auto;position:absolute;top:100%;left:0;right:0;flex-direction:column;display:none;z-index:90;max-height:70vh;overflow-y:auto;background:var(--nd-blue)}
    .nd-nav.open{display:flex}
    .nd-nav > a{padding:12px 18px;border-bottom:1px solid rgba(255,255,255,.1)}
    .nd-cat-btn{height:42px}
    .nd-hero{background:#fff;min-height:auto}
    .nd-hero-slide{min-height:auto;padding:30px 5%}
    .nd-hero-slide.has-bg{height:auto;min-height:200px;padding:40px 5%}
    .nd-hero-slide.has-bg.active{justify-content:center}
    .nd-hero-content{width:100%;text-align:center}
    .nd-welcome{justify-content:center}
    .nd-hero-art{position:relative;right:auto;width:100%;height:auto;max-height:200px;margin-top:24px}
    .nd-float{transform:rotateY(-10deg) rotateX(3deg) scale(.65)}
    .nd-hero-features{justify-content:center;flex-wrap:wrap;gap:12px}
    .nd-hero-feature{width:calc(33% - 10px);min-width:100px}
    .nd-subscription{flex-wrap:wrap;flex-direction:column;text-align:center;padding:24px 20px;gap:20px}
    .nd-sub-left{flex-direction:column;justify-content:center}
    .nd-sub-points{flex-wrap:wrap;justify-content:center;gap:16px}
    .nd-service{grid-template-columns:repeat(2,1fr);gap:15px}
    .nd-promos{grid-template-columns:1fr}
    .nd-cat-track{animation-play-state:paused}
    .nd-section{padding:28px 0}
    .bh-footer-main{padding:28px 4.2%}
    .bh-shop-layout{grid-template-columns:1fr}
    .bh-shop-layout > aside{display:none;position:fixed;top:0;left:0;bottom:0;width:300px;max-width:85vw;background:#fff;z-index:200;overflow-y:auto;padding:16px;box-shadow:4px 0 20px rgba(0,0,0,.2)}
    .bh-shop-layout > aside.open{display:block}
    .bh-filter-toggle{display:inline-flex}
    .bh-toolbar{flex-wrap:wrap;gap:8px}
}
@media(max-width:600px){
    .nd-topbar .nd-top-email{display:none}
    .nd-topbar{font-size:11px;padding:0 3%}
    .nd-logo-text small{display:none}
    .nd-logo img{height:40px;max-width:140px}
    .nd-header{padding:10px 4%;gap:10px}
    .nd-actions{gap:10px}
    .nd-action{font-size:11px}
    .nd-action b .nd-icon{width:20px;height:20px}
    .nd-search{height:38px}
    .nd-search input{font-size:12px;padding:0 10px}
    .nd-search button{width:40px}
    .nd-hero h2{font-size:28px}
    .nd-hero-slide{padding:24px 4%}
    .nd-hero-slide.has-bg{min-height:180px;padding:30px 4%}
    .nd-hero-art{max-height:160px}
    .nd-float{transform:rotateY(-10deg) rotateX(3deg) scale(.55)}
    .nd-hero-features{gap:8px}
    .nd-hero-feature{width:100%;border-right:0;border-bottom:1px solid #d9dfeb;padding:10px 6px}
    .nd-hero-feature:last-child{border:0}
    .nd-service{grid-template-columns:1fr;margin:0 4% 16px}
    .nd-service-item{border-right:0;border-bottom:1px solid rgba(255,255,255,.2);padding:10px 6px}
    .nd-service-item:last-child{border:0}
    .nd-section{padding:20px 0}
    .nd-section-head{flex-direction:column;align-items:flex-start;gap:10px}
    .nd-promo{padding:20px;min-height:auto}
    .nd-promo h3{font-size:18px}
    .nd-cat-drop{width:calc(100% - 8%);max-width:290px}
    .bh-product-grid{grid-template-columns:repeat(2,1fr);gap:10px}
    .bh-footer-main{grid-template-columns:1fr;gap:20px;padding:24px 4.2%}
    .bh-detail-info h1{font-size:22px}
    .bh-detail-price strong{font-size:22px}
    .bh-blog-detail-head h1{font-size:24px}
    .bh-detail{padding:16px 12px;gap:20px}
    .bh-checkout-grid{padding:16px 12px}
}
@media(max-width:400px){
    .nd-hero h2{font-size:22px}
    .nd-hero-slide.has-bg{min-height:150px}
    .nd-hero-art{max-height:130px}
    .nd-float{transform:rotateY(-10deg) rotateX(3deg) scale(.45)}
    .bh-product-grid{grid-template-columns:1fr}
    .nd-sub-point span{width:48px;height:48px;font-size:22px}
    .nd-sub-point strong{font-size:13px}
}
