/* Digital Store Front Child 1.5.0
 * Parent-proven layout, independent child palette and small presentation changes.
 * Deliberately avoids replacing the core section/grid system so the storefront
 * stays as stable and responsive as the supplied parent theme.
 */
:root{
  --primary-color:#2f6fed;
  --primary-strong:#2559c7;
  --secondary-color:#13b8a6;
  --accent-color:#60a5fa;
}

/* Slightly different child identity without changing the parent's layout. */
.nt-floating-header{border-radius:22px}
.nt-floating-header__inner{gap:20px}
.site-logo__mark,.site-logo__accent{color:var(--primary-color)!important}
.nt-desktop-nav a[aria-current="page"]{color:var(--primary-color)!important}
.nt-header-shop-cta,.nt-shop-deals-cta,.bm-btn--primary{background:var(--primary-color)!important;border-color:var(--primary-color)!important}
.nt-header-shop-cta:hover,.nt-shop-deals-cta:hover,.bm-btn--primary:hover{background:var(--primary-strong)!important;border-color:var(--primary-strong)!important}

.bm-hero--child .bm-display__accent{color:#60a5fa}
.bm-hero--child .bm-showcase-card{border-radius:22px}
.bm-hero--child .bm-showcase-item{border-radius:13px}
.bm-hero--child .bm-showcase-pill{color:#bfdbfe}
.bm-hero--child .bm-hero-search{border-radius:15px}
.bm-hero--child .bm-hero-search__categories a:hover{border-color:var(--primary-color);color:#bfdbfe}

.bm-section--child-safety .bm-checklist{border-radius:20px}
.bm-section--child-flow .bm-step{border-top-color:var(--primary-color)}
.bm-section--child-flow .bm-step__num{color:#93c5fd}
.bm-cat,.nt-product-card-v6{border-radius:18px}
.bm-cat:hover,.nt-product-card-v6:hover{border-color:color-mix(in srgb,var(--primary-color) 55%,transparent)}
.nt-footer{border-top-color:color-mix(in srgb,var(--primary-color) 55%,transparent)}

@media(max-width:900px){
  .nt-floating-header{border-radius:18px}
}


/* Legacy currency control rules retained for compatibility; 1.5.0 overrides below. */
/* 1.4.2 — visible currency control on homepage/catalog. USD is always the
   primary accounting currency; these buttons only change display estimates. */
.nt-currency-switcher{
  display:flex;align-items:center;gap:14px;flex-wrap:wrap;
  padding:12px 14px;border:1px solid rgba(255,255,255,.10);border-radius:16px;
  background:rgba(255,255,255,.035);box-shadow:0 10px 30px rgba(0,0,0,.10);
}
.nt-currency-switcher__label{display:grid;gap:1px;min-width:145px}
.nt-currency-switcher__label span{font-size:10px;line-height:1.2;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-weight:800}
.nt-currency-switcher__label strong{font-size:12px;line-height:1.35;color:#fff}
.nt-currency-switcher__choices{display:flex;gap:7px;flex-wrap:wrap}
.nt-currency-switcher button{
  min-height:36px;padding:7px 11px;border:1px solid rgba(255,255,255,.11);border-radius:10px;
  background:rgba(255,255,255,.025);color:var(--text-main);font:inherit;font-size:12px;font-weight:750;cursor:pointer;
}
.nt-currency-switcher button:hover{border-color:rgba(96,165,250,.55);color:#fff}
.nt-currency-switcher button.is-active{background:var(--primary-color);border-color:var(--primary-color);color:#fff;box-shadow:0 6px 18px rgba(47,111,237,.24)}
.nt-currency-switcher>small{flex-basis:100%;font-size:10px;line-height:1.45;color:var(--text-muted)}
.nt-currency-switcher--hero{margin:14px 0 2px;max-width:760px}
.nt-currency-switcher--catalog{margin:0 0 16px}
@media(max-width:680px){
  .nt-currency-switcher{align-items:flex-start;gap:10px;padding:11px}
  .nt-currency-switcher__label{width:100%}
  .nt-currency-switcher__choices{width:100%}
  .nt-currency-switcher button{flex:1 1 auto;min-width:70px}
}


/* ==========================================================================
   Digital Store Front Child 1.5.0 — homepage / child-panel design repair
   Fixes the oversized currency block, hero misalignment, weak header balance,
   and desktop/mobile spacing shown in the current child storefront.
   ========================================================================== */

:root{
  --primary-color:#2f6fed;
  --primary-strong:#2459c7;
  --primary-soft:#8bb7ff;
  --secondary-color:#13b8a6;
  --accent-color:#60a5fa;
  --dark-bg:#0f1014;
  --surface-bg:#17191f;
  --surface-raised:#22252d;
  --card-bg:#17191f;
  --glass-border:rgba(255,255,255,.085);
  --text-main:#d6d8df;
  --text-strong:#f7f8fb;
  --text-muted:#9398a5;
}

body{
  background:
    radial-gradient(880px 420px at 12% 8%,rgba(47,111,237,.075),transparent 68%),
    radial-gradient(760px 400px at 88% 20%,rgba(19,184,166,.045),transparent 70%),
    var(--dark-bg)!important;
}

/* Header: keep the clean full-width bar, but make the brand/navigation/action
   proportions deliberate instead of leaving the logo visually stranded. */
.nt-floating-header{
  background:rgba(15,16,20,.94)!important;
  border-bottom-color:rgba(255,255,255,.075)!important;
}
.nt-floating-header__inner{
  max-width:1380px!important;
  min-height:74px!important;
  padding:10px 28px!important;
  grid-template-columns:minmax(150px,auto) minmax(0,1fr) auto!important;
  gap:28px!important;
}
.site-custom-logo,.site-custom-logo .custom-logo-link{
  display:flex!important;
  align-items:center!important;
}
.site-custom-logo img,.custom-logo{
  width:auto!important;
  height:46px!important;
  max-width:170px!important;
  object-fit:contain!important;
}
.nt-desktop-nav{gap:8px!important}
.nt-desktop-nav a{
  min-height:40px!important;
  padding:0 12px!important;
  border-radius:10px!important;
  color:#aeb2bd!important;
  font-weight:650!important;
}
.nt-desktop-nav a:hover,.nt-desktop-nav a:focus-visible{
  background:rgba(255,255,255,.045)!important;
  color:#fff!important;
}
.nt-desktop-nav a[aria-current="page"]{
  background:rgba(47,111,237,.09)!important;
  color:#70a7ff!important;
}
.nt-header-login-cta,.nt-header-shop-cta{
  min-height:42px!important;
  border-radius:11px!important;
  padding-inline:15px!important;
}
.nt-header-login-cta{background:rgba(255,255,255,.025)!important}
.nt-header-shop-cta{
  box-shadow:0 8px 22px rgba(47,111,237,.18);
}

/* Hero: the previous align-items:center made the right card center against the
   enormous currency list, pushing it below the fold. Align both columns at the
   top and give the copy a controlled line length. */
.bm-hero--child{
  padding-block:clamp(54px,6.5vw,88px)!important;
  background:transparent!important;
  border-bottom-color:rgba(255,255,255,.07)!important;
}
.bm-home > .bm-hero--child:first-child{
  padding-top:calc(var(--bm-header-h,66px) + clamp(38px,4.5vw,64px))!important;
}
.bm-hero--child .bm-hero__grid{
  max-width:1380px!important;
  grid-template-columns:minmax(0,1.04fr) minmax(420px,.96fr)!important;
  align-items:start!important;
  gap:clamp(48px,5vw,76px)!important;
}
.bm-hero--child .bm-hero__copy{
  max-width:720px;
  min-width:0;
}
.bm-hero--child .bm-eyebrow{
  margin-bottom:20px!important;
  color:#4e8cf5!important;
  font-size:.76rem!important;
  letter-spacing:.16em!important;
}
.bm-hero--child .bm-display{
  max-width:12.6ch;
  font-size:clamp(3rem,4.75vw,4.8rem)!important;
  line-height:.99!important;
  letter-spacing:-.055em!important;
}
.bm-hero--child .bm-display__accent{
  color:#4f8eea!important;
}
.bm-hero--child .bm-hero__lead{
  max-width:62ch!important;
  margin-top:26px!important;
  color:#9297a2!important;
  font-size:clamp(1rem,1.15vw,1.12rem)!important;
  line-height:1.75!important;
}
.bm-hero--child .bm-hero-search{
  max-width:690px!important;
  margin-top:30px!important;
  padding:7px!important;
  border-color:rgba(255,255,255,.10)!important;
  background:rgba(255,255,255,.025)!important;
  box-shadow:none!important;
}
.bm-hero--child .bm-hero-search:focus-within{
  border-color:rgba(47,111,237,.58)!important;
  box-shadow:0 0 0 3px rgba(47,111,237,.10)!important;
}
.bm-hero--child .bm-hero-search__submit{
  min-width:96px;
  border-radius:11px!important;
}
.bm-hero--child .bm-hero__actions{margin-top:24px!important}
.bm-hero--child .bm-hero__proof{margin-top:22px!important}

/* Compact currency switcher. All enabled currencies remain available in the
   select, while the hero only shows four useful quick choices. */
.nt-currency-switcher{
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr)!important;
  align-items:center!important;
  gap:10px 14px!important;
  width:100%!important;
  max-width:690px!important;
  margin:14px 0 0!important;
  padding:11px 12px!important;
  border:1px solid rgba(255,255,255,.085)!important;
  border-radius:14px!important;
  background:rgba(255,255,255,.022)!important;
  box-shadow:none!important;
}
.nt-currency-switcher__label{
  display:grid!important;
  gap:2px!important;
  min-width:132px!important;
}
.nt-currency-switcher__label span{
  color:#767c89!important;
  font-size:.61rem!important;
  letter-spacing:.1em!important;
}
.nt-currency-switcher__label strong{
  color:#c8cbd2!important;
  font-size:.72rem!important;
  font-weight:650!important;
}
.nt-currency-switcher__controls{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:7px;
  min-width:0;
}
.nt-currency-switcher__choices{
  display:flex!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  gap:6px!important;
  min-width:0;
}
.nt-currency-switcher button{
  min-width:64px!important;
  min-height:34px!important;
  padding:6px 10px!important;
  border-radius:9px!important;
  background:rgba(255,255,255,.025)!important;
  border-color:rgba(255,255,255,.09)!important;
  color:#b9bdc7!important;
  font-size:.7rem!important;
  font-weight:750!important;
  white-space:nowrap;
}
.nt-currency-switcher button:hover{
  border-color:rgba(96,165,250,.42)!important;
  background:rgba(47,111,237,.07)!important;
  color:#fff!important;
}
.nt-currency-switcher button.is-active{
  background:#2f6fed!important;
  border-color:#2f6fed!important;
  color:#fff!important;
  box-shadow:0 6px 18px rgba(47,111,237,.18)!important;
}
.nt-currency-switcher__more{
  position:relative;
  flex:0 0 116px;
  min-width:0;
}
.nt-currency-switcher__more select{
  width:100%;
  min-height:34px;
  appearance:none;
  -webkit-appearance:none;
  padding:0 29px 0 10px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:9px;
  outline:0;
  background:#1a1c22;
  color:#c8cbd3;
  font:inherit;
  font-size:.7rem;
  font-weight:700;
  cursor:pointer;
}
.nt-currency-switcher__more select:focus{
  border-color:rgba(96,165,250,.55);
  box-shadow:0 0 0 3px rgba(47,111,237,.09);
}
.nt-currency-switcher__chevron{
  position:absolute;
  right:10px;
  top:50%;
  transform:translateY(-53%);
  color:#7f8591;
  pointer-events:none;
  font-size:.82rem;
}
.nt-currency-switcher>small{
  grid-column:1/-1!important;
  margin:0!important;
  color:#727783!important;
  font-size:.64rem!important;
  line-height:1.35!important;
}
.nt-currency-switcher--catalog{
  max-width:none!important;
  margin-bottom:18px!important;
}

/* Right-side service summary now begins with the hero rather than halfway down
   the page. */
.bm-hero--child .bm-hero__media{
  align-self:start!important;
  padding-top:42px;
  min-width:0;
}
.bm-hero--child .bm-showcase-card{
  padding:24px!important;
  border-radius:22px!important;
  border-color:rgba(255,255,255,.085)!important;
  background:
    linear-gradient(180deg,rgba(255,255,255,.028),rgba(255,255,255,.012)),
    #181a20!important;
  box-shadow:0 24px 60px rgba(0,0,0,.22)!important;
}
.bm-hero--child .bm-showcase-card__head{
  margin-bottom:18px!important;
  padding-bottom:17px!important;
}
.bm-hero--child .bm-showcase-pill{
  color:#9dd0c9!important;
  background:rgba(19,184,166,.09)!important;
  border-color:rgba(19,184,166,.22)!important;
}
.bm-hero--child .bm-showcase-item{
  min-height:72px;
  padding:13px 14px!important;
  border-radius:13px!important;
  background:rgba(255,255,255,.025)!important;
  border-color:rgba(255,255,255,.075)!important;
}
.bm-hero--child .bm-showcase-item:hover{
  border-color:rgba(47,111,237,.55)!important;
  background:rgba(47,111,237,.055)!important;
  transform:translateY(-1px);
}
.bm-hero--child .bm-showcase-item__icon{
  width:40px!important;
  height:40px!important;
  border-radius:10px!important;
  background:rgba(47,111,237,.10)!important;
  border-color:rgba(47,111,237,.24)!important;
  color:#6da3ff!important;
}
.bm-hero--child .bm-showcase-item__info strong{
  font-size:.98rem!important;
  color:#e3e5ea!important;
}
.bm-hero--child .bm-showcase-item__info small{color:#858b97!important}
.bm-hero--child .bm-showcase-item__tag{
  border-radius:6px!important;
  background:rgba(255,255,255,.055)!important;
  color:#aeb3bd!important;
}

/* Section rhythm: slightly tighter first follow-up section and more consistent
   container width with the repaired hero/header. */
.bm-section>.nt-container,.bm-home>.bm-section>.nt-container{
  max-width:1380px;
}
.bm-hero--child + .bm-section{padding-top:clamp(58px,6vw,82px)!important}
.bm-cat{
  border-color:rgba(255,255,255,.075)!important;
  background:rgba(255,255,255,.018)!important;
}
.bm-cat:hover{
  background:rgba(47,111,237,.045)!important;
  border-color:rgba(47,111,237,.34)!important;
}

@media(max-width:1180px) and (min-width:901px){
  .nt-floating-header__inner{padding-inline:20px!important;gap:16px!important}
  .nt-desktop-nav a{padding-inline:8px!important;font-size:.82rem!important}
  .bm-hero--child .bm-hero__grid{
    grid-template-columns:minmax(0,1fr) minmax(380px,.9fr)!important;
    gap:38px!important;
  }
  .bm-hero--child .bm-display{font-size:clamp(2.75rem,4.6vw,4.2rem)!important}
  .nt-currency-switcher button{min-width:58px!important;padding-inline:8px!important}
  .nt-currency-switcher__more{flex-basis:104px}
}

@media(max-width:900px){
  .nt-floating-header__inner{
    min-height:66px!important;
    padding:8px 14px!important;
    gap:10px!important;
  }
  .site-custom-logo img,.custom-logo{height:40px!important;max-width:135px!important}
  .bm-home > .bm-hero--child:first-child{
    padding-top:calc(var(--bm-header-h,66px) + 30px)!important;
  }
  .bm-hero--child{padding-bottom:52px!important}
  .bm-hero--child .bm-hero__grid{
    grid-template-columns:1fr!important;
    gap:34px!important;
  }
  .bm-hero--child .bm-hero__copy{max-width:none}
  .bm-hero--child .bm-display{
    max-width:15ch;
    font-size:clamp(2.35rem,9vw,3.55rem)!important;
  }
  .bm-hero--child .bm-hero__lead{font-size:.96rem!important;line-height:1.68!important}
  .bm-hero--child .bm-hero__media{padding-top:0!important}
  .bm-hero--child .bm-showcase-card{padding:18px!important}
}

@media(max-width:720px){
  .bm-hero--child .bm-hero-search{
    grid-template-columns:34px minmax(0,1fr) auto!important;
    margin-top:24px!important;
  }
  .nt-currency-switcher{
    grid-template-columns:1fr!important;
    gap:9px!important;
    padding:11px!important;
  }
  .nt-currency-switcher__label{min-width:0!important}
  .nt-currency-switcher__controls{
    justify-content:flex-start;
    flex-wrap:wrap;
  }
  .nt-currency-switcher__choices{
    width:100%;
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
  .nt-currency-switcher button{
    width:100%;
    min-width:0!important;
  }
  .nt-currency-switcher__more{flex:1 1 100%;width:100%}
  .nt-currency-switcher>small{grid-column:auto!important}
}

@media(max-width:520px){
  .bm-hero--child{padding-inline:0!important}
  .bm-hero--child .bm-display{font-size:clamp(2.05rem,10.6vw,2.85rem)!important}
  .bm-hero--child .bm-eyebrow{font-size:.64rem!important;letter-spacing:.13em!important}
  .bm-hero--child .bm-hero-search__submit{min-width:76px;padding-inline:11px!important}
  .bm-hero--child .bm-showcase-item__tag{display:none}
  .bm-hero--child .bm-showcase-card__foot{align-items:flex-start;flex-direction:column}
  .nt-currency-switcher__choices{grid-template-columns:repeat(2,minmax(0,1fr))}
}

/* 1.5.1 mobile navigation reliability */
@media (max-width: 1180px) {
  .mobile-nav-toggle {
    display: grid !important;
    position: relative;
    z-index: 9601;
    pointer-events: auto !important;
    touch-action: manipulation;
  }
}
#mobileMenuDrawer { pointer-events: none; }
#mobileMenuDrawer.is-open { pointer-events: auto; }
#mobileMenuOverlay { pointer-events: none; }
#mobileMenuOverlay.is-visible { pointer-events: auto; }

/* ========================================================================== 
   Digital Store Front Child 1.6.0 — precision polish
   Same storefront, same templates, same commerce/panel/API behaviour.
   This layer only refines spacing, hierarchy, surfaces and responsive details.
   ========================================================================== */

:root{
  --nt-child-max:1320px;
  --nt-child-bg:#0d0f14;
  --nt-child-surface:#14171d;
  --nt-child-surface-2:#191d25;
  --nt-child-border:rgba(255,255,255,.085);
  --nt-child-border-strong:rgba(255,255,255,.13);
  --nt-child-blue:#3478f6;
  --nt-child-blue-strong:#2864d7;
  --nt-child-blue-soft:#8db8ff;
  --nt-child-teal:#20b8a7;
  --nt-child-text:#e6e8ed;
  --nt-child-muted:#9299a8;
  --nt-child-shadow:0 22px 60px rgba(0,0,0,.28);
}

html{scroll-padding-top:108px}
body.nt-v6{
  --site-max-width:var(--nt-child-max);
  --dark-bg:var(--nt-child-bg);
  --surface-bg:var(--nt-child-surface);
  --surface-raised:var(--nt-child-surface-2);
  --card-bg:var(--nt-child-surface);
  --glass-border:var(--nt-child-border);
  --primary-color:var(--nt-child-blue);
  --primary-strong:var(--nt-child-blue-strong);
  --primary-soft:var(--nt-child-blue-soft);
  --secondary-color:var(--nt-child-teal);
  --text-main:var(--nt-child-text);
  --text-strong:#fafbff;
  --text-muted:var(--nt-child-muted);
  background:
    radial-gradient(760px 420px at 11% 5%,rgba(52,120,246,.08),transparent 72%),
    radial-gradient(660px 380px at 91% 18%,rgba(32,184,167,.045),transparent 72%),
    var(--nt-child-bg)!important;
  color:var(--nt-child-text);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

body.nt-v6 :where(a,button,input,select,summary):focus-visible{
  outline:2px solid rgba(141,184,255,.92);
  outline-offset:3px;
}

/* One width rhythm across header, hero and all homepage sections. */
body.nt-v6 .nt-container,
body.nt-v6 .container{
  max-width:var(--nt-child-max)!important;
}

/* --------------------------------------------------------------------------
   Header — same controls, cleaner geometry and stronger brand presence.
   -------------------------------------------------------------------------- */
body.nt-v6 .nt-floating-header{
  top:14px!important;
  width:min(var(--nt-child-max),calc(100% - 28px))!important;
  border:1px solid rgba(255,255,255,.085)!important;
  border-radius:18px!important;
  background:rgba(13,15,20,.88)!important;
  -webkit-backdrop-filter:blur(18px) saturate(135%);
  backdrop-filter:blur(18px) saturate(135%);
  box-shadow:0 14px 44px rgba(0,0,0,.22)!important;
}
body.admin-bar.nt-v6 .nt-floating-header{top:46px!important}
body.nt-v6 .nt-floating-header.is-stuck{
  border-color:rgba(255,255,255,.105)!important;
  background:rgba(13,15,20,.96)!important;
  box-shadow:0 18px 52px rgba(0,0,0,.32)!important;
}
body.nt-v6 .nt-floating-header__inner{
  min-height:68px!important;
  padding:8px 14px 8px 18px!important;
  grid-template-columns:minmax(170px,auto) minmax(0,1fr) auto!important;
  gap:22px!important;
}
body.nt-v6 .nt-floating-header__brand{min-width:0}
body.nt-v6 .site-custom-logo img,
body.nt-v6 .custom-logo{
  height:50px!important;
  width:auto!important;
  max-width:184px!important;
  object-fit:contain!important;
}
body.nt-v6 .site-logo{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  font-size:1.08rem;
  letter-spacing:-.025em;
}
body.nt-v6 .nt-desktop-nav{gap:4px!important}
body.nt-v6 .nt-desktop-nav a{
  min-height:38px!important;
  padding:0 11px!important;
  border:1px solid transparent;
  border-radius:9px!important;
  color:#a6acb8!important;
  font-size:.84rem!important;
  font-weight:650!important;
  transition:background-color .16s ease,border-color .16s ease,color .16s ease!important;
}
body.nt-v6 .nt-desktop-nav a:hover,
body.nt-v6 .nt-desktop-nav a:focus-visible{
  background:rgba(255,255,255,.04)!important;
  border-color:rgba(255,255,255,.055)!important;
  color:#f8f9fc!important;
}
body.nt-v6 .nt-desktop-nav a[aria-current="page"]{
  background:rgba(52,120,246,.1)!important;
  border-color:rgba(52,120,246,.14)!important;
  color:#86b4ff!important;
}
body.nt-v6 .nt-header-actions{gap:8px!important}
body.nt-v6 .nt-header-login-cta,
body.nt-v6 .nt-header-shop-cta,
body.nt-v6 .nt-header-icon,
body.nt-v6 .nt-header-currency{
  min-height:40px!important;
  border-radius:10px!important;
}
body.nt-v6 .nt-header-login-cta,
body.nt-v6 .nt-header-icon,
body.nt-v6 .nt-header-currency{
  border-color:rgba(255,255,255,.085)!important;
  background:rgba(255,255,255,.025)!important;
}
body.nt-v6 .nt-header-shop-cta{
  padding-inline:15px!important;
  background:linear-gradient(180deg,#397df8,#2e6cdf)!important;
  border-color:#397df8!important;
  box-shadow:0 8px 20px rgba(52,120,246,.2)!important;
}
body.nt-v6 .nt-header-shop-cta:hover{transform:translateY(-1px)}

/* --------------------------------------------------------------------------
   Hero — tighten the fold and give both columns equal visual weight.
   -------------------------------------------------------------------------- */
body.nt-v6 .bm-hero--child{
  position:relative;
  overflow:hidden;
  padding-block:clamp(48px,5.4vw,74px)!important;
  border-bottom:1px solid rgba(255,255,255,.065)!important;
  background:transparent!important;
}
body.nt-v6 .bm-home>.bm-hero--child:first-child{
  padding-top:calc(var(--bm-header-h,66px) + clamp(42px,4.6vw,62px))!important;
}
body.nt-v6 .bm-hero--child::before{
  content:"";
  position:absolute;
  width:min(52vw,760px);
  aspect-ratio:1;
  right:-18vw;
  top:-24vw;
  border-radius:50%;
  background:radial-gradient(circle,rgba(52,120,246,.09),transparent 68%);
  pointer-events:none;
}
body.nt-v6 .bm-hero--child .bm-hero__grid{
  position:relative;
  z-index:1;
  max-width:var(--nt-child-max)!important;
  grid-template-columns:minmax(0,1.02fr) minmax(400px,.88fr)!important;
  gap:clamp(42px,5vw,72px)!important;
  align-items:center!important;
}
body.nt-v6 .bm-hero--child .bm-hero__copy{
  max-width:700px!important;
}
body.nt-v6 .bm-hero--child .bm-eyebrow{
  display:inline-flex;
  align-items:center;
  width:auto;
  margin-bottom:17px!important;
  color:#73a7ff!important;
  font-size:.68rem!important;
  font-weight:800!important;
  letter-spacing:.15em!important;
}
body.nt-v6 .bm-hero--child .bm-eyebrow::before{
  content:"";
  width:18px;
  height:1px;
  margin-right:9px;
  background:currentColor;
  opacity:.7;
}
body.nt-v6 .bm-hero--child .bm-display{
  max-width:12.9ch!important;
  font-size:clamp(2.9rem,4.25vw,4.25rem)!important;
  line-height:.995!important;
  letter-spacing:-.052em!important;
  text-wrap:balance;
}
body.nt-v6 .bm-hero--child .bm-display__accent{
  color:#4c8df1!important;
}
body.nt-v6 .bm-hero--child .bm-hero__lead{
  max-width:60ch!important;
  margin-top:22px!important;
  color:#969dab!important;
  font-size:clamp(.98rem,1.02vw,1.08rem)!important;
  line-height:1.7!important;
}
body.nt-v6 .bm-hero--child .bm-hero-search{
  max-width:650px!important;
  min-height:58px;
  margin-top:26px!important;
  padding:6px!important;
  border:1px solid rgba(255,255,255,.095)!important;
  border-radius:14px!important;
  background:rgba(255,255,255,.027)!important;
  box-shadow:0 12px 34px rgba(0,0,0,.11)!important;
}
body.nt-v6 .bm-hero--child .bm-hero-search input{
  color:#eef0f5!important;
  font-size:.9rem!important;
}
body.nt-v6 .bm-hero--child .bm-hero-search input::placeholder{color:#747b89!important}
body.nt-v6 .bm-hero--child .bm-hero-search:focus-within{
  border-color:rgba(76,141,241,.56)!important;
  box-shadow:0 0 0 3px rgba(52,120,246,.08),0 16px 38px rgba(0,0,0,.16)!important;
}
body.nt-v6 .bm-hero--child .bm-hero-search__submit{
  min-width:94px!important;
  min-height:44px!important;
  padding-inline:17px!important;
  border-radius:9px!important;
}
body.nt-v6 .bm-hero--child .bm-hero-search__categories{
  margin-top:12px!important;
  gap:6px 10px!important;
  color:#737b89!important;
  font-size:.71rem!important;
}
body.nt-v6 .bm-hero--child .bm-hero-search__categories a{
  color:#aeb5c1!important;
  border-color:rgba(255,255,255,.07)!important;
  background:rgba(255,255,255,.018)!important;
}
body.nt-v6 .bm-hero--child .bm-hero-search__categories a:hover{color:#fff!important;border-color:rgba(52,120,246,.35)!important}
body.nt-v6 .bm-hero--child .bm-hero__actions{
  gap:10px!important;
  margin-top:20px!important;
}
body.nt-v6 .bm-hero--child .bm-hero__actions .bm-btn{
  min-height:44px!important;
  padding:10px 18px!important;
  border-radius:10px!important;
  font-size:.83rem!important;
}
body.nt-v6 .bm-hero--child .bm-hero__proof{
  gap:8px 20px!important;
  margin-top:18px!important;
}
body.nt-v6 .bm-hero--child .bm-hero__proof li{
  padding-left:15px!important;
  color:#7f8795!important;
  font-size:.75rem!important;
}
body.nt-v6 .bm-hero--child .bm-hero__proof li::before{
  width:5px!important;height:5px!important;margin-top:-2.5px!important;background:#4c8df1!important;
}

/* Compact FX control — important when the store enables a very large list. */
body.nt-v6 .nt-currency-switcher{
  max-width:650px!important;
  margin-top:11px!important;
  padding:9px 10px!important;
  gap:7px 12px!important;
  border-radius:12px!important;
  border-color:rgba(255,255,255,.075)!important;
  background:rgba(255,255,255,.018)!important;
}
body.nt-v6 .nt-currency-switcher__label{min-width:122px!important}
body.nt-v6 .nt-currency-switcher__label span{font-size:.56rem!important;color:#6f7683!important}
body.nt-v6 .nt-currency-switcher__label strong{font-size:.67rem!important;color:#b7bdc8!important}
body.nt-v6 .nt-currency-switcher__controls{gap:6px!important}
body.nt-v6 .nt-currency-switcher__choices{gap:5px!important}
body.nt-v6 .nt-currency-switcher button{
  min-width:58px!important;
  min-height:31px!important;
  padding:5px 8px!important;
  border-radius:8px!important;
  font-size:.64rem!important;
}
body.nt-v6 .nt-currency-switcher__more{flex-basis:106px!important}
body.nt-v6 .nt-currency-switcher__more select{
  min-height:31px!important;
  border-radius:8px!important;
  font-size:.64rem!important;
  background:#171a20!important;
}
body.nt-v6 .nt-currency-switcher>small{font-size:.58rem!important;color:#676e7b!important}

/* Hero catalog panel: no decorative bloat, just a premium useful surface. */
body.nt-v6 .bm-hero--child .bm-hero__media{
  align-self:center!important;
  padding-top:0!important;
}
body.nt-v6 .bm-hero--child .bm-showcase-card{
  position:relative;
  overflow:hidden;
  padding:22px!important;
  border:1px solid rgba(255,255,255,.09)!important;
  border-radius:20px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.026),rgba(255,255,255,.012)),#15181e!important;
  box-shadow:var(--nt-child-shadow)!important;
}
body.nt-v6 .bm-hero--child .bm-showcase-card::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(111,166,255,.7),transparent);
  opacity:.52;
}
body.nt-v6 .bm-showcase-card__head{
  padding-bottom:15px!important;
  margin-bottom:14px!important;
}
body.nt-v6 .bm-showcase-pill{
  padding:5px 9px!important;
  border-radius:999px!important;
  color:#94d5ca!important;
  background:rgba(32,184,167,.08)!important;
  border-color:rgba(32,184,167,.2)!important;
  font-size:.66rem!important;
}
body.nt-v6 .bm-showcase-stat{font-size:.72rem!important;color:#858c99!important}
body.nt-v6 .bm-showcase-card__list{gap:8px!important}
body.nt-v6 .bm-showcase-item{
  min-height:68px!important;
  padding:11px 12px!important;
  gap:12px!important;
  border-radius:12px!important;
  border-color:rgba(255,255,255,.07)!important;
  background:rgba(255,255,255,.02)!important;
}
body.nt-v6 .bm-showcase-item:hover{
  background:rgba(52,120,246,.055)!important;
  border-color:rgba(76,141,241,.38)!important;
  transform:translateY(-1px);
}
body.nt-v6 .bm-showcase-item__icon{
  width:38px!important;height:38px!important;border-radius:10px!important;
  background:rgba(52,120,246,.085)!important;
  border-color:rgba(52,120,246,.18)!important;
  color:#6ea6ff!important;
}
body.nt-v6 .bm-showcase-item__info strong{font-size:.9rem!important;color:#eaecf1!important}
body.nt-v6 .bm-showcase-item__info small{font-size:.72rem!important;color:#7f8795!important}
body.nt-v6 .bm-showcase-item__tag{
  padding:3px 7px!important;
  border-radius:6px!important;
  background:rgba(255,255,255,.045)!important;
  color:#9fa6b2!important;
  font-size:.6rem!important;
}
body.nt-v6 .bm-showcase-card__foot{
  padding-top:14px!important;
  margin-top:14px!important;
  color:#7e8592!important;
  font-size:.71rem!important;
}

/* --------------------------------------------------------------------------
   Home section system — calmer rhythm and more intentional cards.
   -------------------------------------------------------------------------- */
body.nt-v6 .bm-section{padding-block:clamp(54px,6vw,82px)!important}
body.nt-v6 .bm-section--plain{background:transparent!important}
body.nt-v6 .bm-section--band{
  background:rgba(255,255,255,.018)!important;
  border-block-color:rgba(255,255,255,.06)!important;
}
body.nt-v6 .bm-section__head{margin-bottom:clamp(26px,3vw,38px)!important}
body.nt-v6 .bm-display--sm{
  max-width:18ch;
  font-size:clamp(1.8rem,2.65vw,2.6rem)!important;
  line-height:1.04!important;
  letter-spacing:-.042em!important;
}
body.nt-v6 .bm-section__head--center .bm-display--sm{margin-inline:auto}
body.nt-v6 .bm-eyebrow{
  color:#6ca1f7!important;
  font-size:.67rem!important;
  font-weight:800!important;
  letter-spacing:.135em!important;
}
body.nt-v6 .bm-section__lead{color:#8f96a4!important;font-size:.96rem!important;line-height:1.65!important}
body.nt-v6 .bm-text-link{font-size:.8rem!important;font-weight:700!important;color:#83adf5!important}

/* Category discovery: three strong cards instead of five cramped columns. */
body.nt-v6 .bm-cat-grid,
body.nt-v6 .bm-cat-grid--auto{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:14px!important;
}
body.nt-v6 .bm-cat{
  min-height:210px;
  padding:20px!important;
  border:1px solid rgba(255,255,255,.075)!important;
  border-radius:16px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.018),rgba(255,255,255,.008))!important;
  box-shadow:none!important;
  transform:none!important;
}
body.nt-v6 .bm-cat:hover{
  border-color:rgba(76,141,241,.34)!important;
  background:linear-gradient(180deg,rgba(52,120,246,.052),rgba(255,255,255,.012))!important;
  transform:translateY(-2px)!important;
}
body.nt-v6 .bm-cat__icon{
  width:42px!important;height:42px!important;margin-bottom:16px!important;
  border:1px solid rgba(52,120,246,.16);
  border-radius:11px!important;
  background:rgba(52,120,246,.075)!important;
  color:#71a7ff!important;
}
body.nt-v6 .bm-cat__meta{
  color:#747c89!important;
  font-size:.64rem!important;
  font-weight:750!important;
  letter-spacing:.06em;
  text-transform:uppercase;
}
body.nt-v6 .bm-cat h3{margin-top:8px!important;font-size:1.03rem!important;color:#eef0f5!important}
body.nt-v6 .bm-cat p{color:#858d9b!important;font-size:.78rem!important;line-height:1.55!important}
body.nt-v6 .bm-cat__go{color:#7eaaf5!important;font-size:.75rem!important}

/* Live catalog controls. */
body.nt-v6 .nt-service-picker-wrap{margin-bottom:12px!important}
body.nt-v6 .nt-service-picker__summary{
  min-height:54px!important;
  padding:9px 12px!important;
  border-radius:12px!important;
  border-color:rgba(255,255,255,.075)!important;
  background:rgba(255,255,255,.018)!important;
}
body.nt-v6 .nt-service-picker__summary:hover{border-color:rgba(76,141,241,.34)!important}
body.nt-v6 .nt-service-picker__summary-icon{background:rgba(52,120,246,.08)!important;color:#76aaff!important}
body.nt-v6 .nt-service-picker__summary-copy strong{font-size:.88rem!important}
body.nt-v6 .nt-service-picker__summary-copy small,
body.nt-v6 .nt-service-picker__summary-hint{color:#7e8592!important}
body.nt-v6 .nt-service-picker__panel{
  border-color:rgba(255,255,255,.095)!important;
  background:#15181e!important;
  box-shadow:0 22px 56px rgba(0,0,0,.42)!important;
}
body.nt-v6 .nt-toolfilter{
  gap:7px!important;
  margin:0 0 20px!important;
  padding-bottom:2px;
  overflow-x:auto;
  scrollbar-width:none;
}
body.nt-v6 .nt-toolfilter::-webkit-scrollbar{display:none}
body.nt-v6 .nt-toolfilter__chip{
  flex:0 0 auto;
  min-height:34px;
  padding:7px 11px!important;
  border-radius:9px!important;
  border-color:rgba(255,255,255,.075)!important;
  background:rgba(255,255,255,.018)!important;
  color:#a3aab6!important;
  font-size:.72rem!important;
}
body.nt-v6 .nt-toolfilter__chip:hover{border-color:rgba(76,141,241,.38)!important;color:#fff!important}
body.nt-v6 .nt-toolfilter__chip.is-active{
  border-color:rgba(76,141,241,.42)!important;
  background:rgba(52,120,246,.11)!important;
  color:#d8e7ff!important;
}
body.nt-v6 .nt-toolfilter__chip span{opacity:.72}

/* Product cards: preserve all data/actions while improving scanability. */
body.nt-v6 .products-grid{gap:14px!important}
body.nt-v6 .nt-product-card-v6{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.075)!important;
  border-radius:16px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.018),rgba(255,255,255,.009)),#13161c!important;
  box-shadow:none!important;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease!important;
}
body.nt-v6 .nt-product-card-v6:hover{
  transform:translateY(-2px)!important;
  border-color:rgba(76,141,241,.3)!important;
  box-shadow:0 14px 36px rgba(0,0,0,.18)!important;
}
body.nt-v6 .nt-product-card-v6--compact{padding:15px!important;gap:12px!important}
body.nt-v6 .nt-product-card-v6__badge{
  width:52px!important;height:52px!important;
  border-radius:12px!important;
  border-color:rgba(255,255,255,.075)!important;
  background:#181b22!important;
}
body.nt-v6 .nt-product-card-v6__eyebrow{color:#7f8795!important;font-size:.62rem!important;letter-spacing:.055em!important}
body.nt-v6 .nt-product-card-v6__status{
  padding:4px 7px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.035)!important;
  font-size:.61rem!important;
}
body.nt-v6 .nt-product-card-v6__status.is-available{color:#8edbc2!important}
body.nt-v6 .nt-product-card-v6__body h3{
  margin-bottom:6px!important;
  color:#f1f2f5!important;
  font-size:.94rem!important;
  line-height:1.34!important;
  letter-spacing:-.015em!important;
}
body.nt-v6 .nt-product-card-v6__body>p{
  color:#838b98!important;
  font-size:.75rem!important;
  line-height:1.55!important;
}
body.nt-v6 .nt-product-card-v6__price small{color:#737b89!important;font-size:.61rem!important;text-transform:uppercase;letter-spacing:.06em}
body.nt-v6 .nt-product-card-v6__price strong{color:#f8f9fb!important;font-size:1.16rem!important;letter-spacing:-.025em}
body.nt-v6 .nt-product-card-v6__actions--commerce{gap:7px!important}
body.nt-v6 .nt-product-card-v6__actions--commerce .bm-btn{
  min-height:40px!important;
  border-radius:9px!important;
  padding:8px 10px!important;
  font-size:.72rem!important;
  font-weight:700!important;
}
body.nt-v6 .nt-product-card-v6__actions--commerce .bm-btn--ghost{
  border-color:rgba(255,255,255,.085)!important;
  background:rgba(255,255,255,.018)!important;
}

/* Split/checklist/order-flow: keep content, make hierarchy easier to scan. */
body.nt-v6 .bm-split{gap:clamp(34px,5vw,68px)!important;align-items:center!important}
body.nt-v6 .bm-split__copy>p{color:#8d95a3!important;line-height:1.68!important}
body.nt-v6 .bm-checklist{
  border:1px solid rgba(255,255,255,.075)!important;
  border-radius:17px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,.009))!important;
  box-shadow:none!important;
}
body.nt-v6 .bm-checklist h3{color:#eef0f4!important}
body.nt-v6 .bm-checklist li{color:#9ba2ae!important;border-color:rgba(255,255,255,.055)!important}
body.nt-v6 .bm-checklist li i{color:#79d3bc!important;background:rgba(32,184,167,.08)!important}
body.nt-v6 .bm-steps{gap:12px!important}
body.nt-v6 .bm-step{
  padding:20px!important;
  border:1px solid rgba(255,255,255,.07)!important;
  border-top:2px solid rgba(52,120,246,.54)!important;
  border-radius:0 0 14px 14px!important;
  background:rgba(255,255,255,.015)!important;
}
body.nt-v6 .bm-step__num{color:#7caeff!important;font-size:.7rem!important}
body.nt-v6 .bm-step h3{font-size:.96rem!important;color:#eff1f5!important}
body.nt-v6 .bm-step p{font-size:.76rem!important;line-height:1.58!important;color:#858d9b!important}

/* FAQ + closing CTA. */
body.nt-v6 .bm-narrow{max-width:850px!important}
body.nt-v6 .bm-faq-item,
body.nt-v6 details.bm-faq{
  border-color:rgba(255,255,255,.07)!important;
}
body.nt-v6 .bm-cta{
  padding-block:clamp(58px,6vw,84px)!important;
  border-top:1px solid rgba(255,255,255,.06)!important;
  background:
    radial-gradient(520px 220px at 50% 100%,rgba(52,120,246,.11),transparent 74%),
    rgba(255,255,255,.012)!important;
}
body.nt-v6 .bm-cta__inner{
  max-width:860px!important;
  text-align:center!important;
}
body.nt-v6 .bm-cta .bm-display--sm{margin-inline:auto!important;max-width:20ch!important}
body.nt-v6 .bm-cta p{max-width:62ch!important;margin-inline:auto!important;color:#8e96a4!important}
body.nt-v6 .bm-cta .bm-btn{border-radius:10px!important}

/* --------------------------------------------------------------------------
   Mobile drawer — preserve the 1.5.1 controller, improve the presentation.
   -------------------------------------------------------------------------- */
body.nt-v6 .nt-mobile-menu-overlay{
  background:rgba(3,5,9,.68)!important;
  -webkit-backdrop-filter:blur(3px);
  backdrop-filter:blur(3px);
}
body.nt-v6 .bm-drawer{
  width:min(382px,92vw)!important;
  border-left-color:rgba(255,255,255,.085)!important;
  background:#101319!important;
  box-shadow:-24px 0 70px rgba(0,0,0,.38);
}
body.nt-v6 .bm-drawer__head{
  padding:14px 16px!important;
  background:rgba(16,19,25,.97)!important;
  border-bottom-color:rgba(255,255,255,.065)!important;
}
body.nt-v6 .bm-drawer__close{
  width:40px!important;height:40px!important;border-radius:10px!important;
  border-color:rgba(255,255,255,.085)!important;
  background:rgba(255,255,255,.025)!important;
  color:#abb2bd!important;
}
body.nt-v6 .bm-drawer__nav{padding:8px!important;gap:3px!important}
body.nt-v6 .bm-drawer__nav a,
body.nt-v6 .bm-drawer__nav button.bm-drawer__search{
  width:100%;
  min-height:48px!important;
  padding:11px 12px!important;
  border:1px solid transparent!important;
  border-radius:10px!important;
  background:transparent!important;
  color:#c1c6cf!important;
  font:inherit;
  font-size:.86rem!important;
  font-weight:600!important;
  text-align:left;
}
body.nt-v6 .bm-drawer__nav a:hover,
body.nt-v6 .bm-drawer__nav button.bm-drawer__search:hover{
  border-color:rgba(255,255,255,.055)!important;
  background:rgba(255,255,255,.035)!important;
  color:#fff!important;
}
body.nt-v6 .bm-drawer__nav-icon{
  width:30px!important;height:30px!important;
  background:rgba(52,120,246,.08)!important;
  color:#75a9ff!important;
}
body.nt-v6 .bm-drawer__foot{
  padding:14px 16px calc(14px + env(safe-area-inset-bottom))!important;
  border-top-color:rgba(255,255,255,.065)!important;
  background:rgba(255,255,255,.01)!important;
}
body.nt-v6 .bm-drawer__account a{
  min-height:42px!important;
  border-radius:9px!important;
  border-color:rgba(255,255,255,.075)!important;
  background:rgba(255,255,255,.02)!important;
}
body.nt-v6 .bm-drawer__note{color:#69717f!important;font-size:.66rem!important}
body.nt-v6 .mobile-nav-toggle{
  width:42px!important;height:42px!important;
  border-radius:10px!important;
  border-color:rgba(255,255,255,.09)!important;
  background:rgba(255,255,255,.025)!important;
}

/* --------------------------------------------------------------------------
   Responsive precision.
   -------------------------------------------------------------------------- */
@media(max-width:1180px) and (min-width:901px){
  body.nt-v6 .nt-floating-header__inner{grid-template-columns:auto minmax(0,1fr) auto!important;padding-inline:14px!important;gap:14px!important}
  body.nt-v6 .site-custom-logo img,body.nt-v6 .custom-logo{height:44px!important;max-width:154px!important}
  body.nt-v6 .bm-hero--child .bm-hero__grid{grid-template-columns:minmax(0,1fr) minmax(365px,.86fr)!important;gap:34px!important}
  body.nt-v6 .bm-hero--child .bm-display{font-size:clamp(2.7rem,4.1vw,3.75rem)!important}
}

@media(max-width:900px){
  body.nt-v6 .nt-floating-header{top:9px!important;width:calc(100% - 18px)!important;border-radius:15px!important}
  body.admin-bar.nt-v6 .nt-floating-header{top:54px!important}
  body.nt-v6 .nt-floating-header__inner{min-height:60px!important;padding:7px 9px 7px 12px!important;gap:8px!important}
  body.nt-v6 .site-custom-logo img,body.nt-v6 .custom-logo{height:38px!important;max-width:132px!important}
  body.nt-v6 .bm-home>.bm-hero--child:first-child{padding-top:calc(var(--bm-header-h,64px) + 30px)!important}
  body.nt-v6 .bm-hero--child{padding-block:40px 50px!important}
  body.nt-v6 .bm-hero--child .bm-hero__grid{grid-template-columns:1fr!important;gap:28px!important}
  body.nt-v6 .bm-hero--child .bm-hero__copy{max-width:760px!important}
  body.nt-v6 .bm-hero--child .bm-display{max-width:14ch!important;font-size:clamp(2.35rem,7.8vw,3.45rem)!important}
  body.nt-v6 .bm-hero--child .bm-hero__lead{max-width:64ch!important}
  body.nt-v6 .bm-hero--child .bm-hero__media{max-width:760px;width:100%!important}
  body.nt-v6 .bm-cat-grid,body.nt-v6 .bm-cat-grid--auto{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.nt-v6 .bm-cat{min-height:190px}
  body.nt-v6 .bm-section__head--split{align-items:flex-start!important}
}

@media(max-width:720px){
  body.nt-v6 .bm-hero--child .bm-eyebrow{font-size:.59rem!important;letter-spacing:.125em!important}
  body.nt-v6 .bm-hero--child .bm-display{font-size:clamp(2.15rem,9.8vw,3rem)!important;letter-spacing:-.046em!important}
  body.nt-v6 .bm-hero--child .bm-hero__lead{margin-top:18px!important;font-size:.9rem!important;line-height:1.64!important}
  body.nt-v6 .bm-hero--child .bm-hero-search{min-height:54px!important;margin-top:21px!important}
  body.nt-v6 .bm-hero--child .bm-hero-search__submit{min-width:78px!important;min-height:42px!important;padding-inline:12px!important}
  body.nt-v6 .nt-currency-switcher{grid-template-columns:1fr!important;padding:9px!important}
  body.nt-v6 .nt-currency-switcher__controls{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(96px,.55fr)!important;width:100%!important;gap:6px!important}
  body.nt-v6 .nt-currency-switcher__choices{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%!important}
  body.nt-v6 .nt-currency-switcher__more{width:100%!important;flex-basis:auto!important}
  body.nt-v6 .bm-hero--child .bm-hero__actions{display:grid!important;grid-template-columns:1fr 1fr!important}
  body.nt-v6 .bm-hero--child .bm-hero__actions .bm-btn{width:100%!important}
  body.nt-v6 .bm-hero--child .bm-showcase-card{padding:16px!important;border-radius:16px!important}
  body.nt-v6 .bm-showcase-item{min-height:62px!important;padding:10px!important}
  body.nt-v6 .bm-showcase-item__tag{display:none!important}
  body.nt-v6 .bm-section{padding-block:48px!important}
  body.nt-v6 .bm-display--sm{font-size:clamp(1.7rem,7.7vw,2.18rem)!important;max-width:19ch}
  body.nt-v6 .bm-cat-grid,body.nt-v6 .bm-cat-grid--auto{grid-template-columns:1fr!important;gap:10px!important}
  body.nt-v6 .bm-cat{min-height:0!important;padding:16px!important;display:grid!important;grid-template-columns:42px minmax(0,1fr) auto!important;grid-template-rows:auto auto!important;column-gap:12px!important;align-items:center!important}
  body.nt-v6 .bm-cat__icon{grid-row:1/3;margin:0!important}
  body.nt-v6 .bm-cat__meta{display:none!important}
  body.nt-v6 .bm-cat h3{grid-column:2;margin:0!important;font-size:.92rem!important}
  body.nt-v6 .bm-cat p{grid-column:2;margin:3px 0 0!important;font-size:.72rem!important;-webkit-line-clamp:1;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}
  body.nt-v6 .bm-cat__go{grid-column:3;grid-row:1/3;margin:0!important;font-size:0!important}
  body.nt-v6 .bm-cat__go i{font-size:.72rem!important}
  body.nt-v6 .products-grid{gap:10px!important}
  body.nt-v6 .bm-step{padding:16px!important}
}

@media(max-width:520px){
  body.nt-v6 .nt-floating-header{width:calc(100% - 12px)!important;border-radius:13px!important}
  body.nt-v6 .nt-floating-header__inner{padding-inline:8px!important}
  body.nt-v6 .site-custom-logo img,body.nt-v6 .custom-logo{height:34px!important;max-width:112px!important}
  body.nt-v6 .bm-hero--child .bm-display{font-size:clamp(2rem,10.8vw,2.72rem)!important}
  body.nt-v6 .bm-hero--child .bm-hero__actions{grid-template-columns:1fr!important}
  body.nt-v6 .bm-hero--child .bm-hero__proof{display:grid!important;gap:7px!important}
  body.nt-v6 .nt-currency-switcher__controls{grid-template-columns:1fr!important}
  body.nt-v6 .nt-currency-switcher__more{grid-column:1!important}
  body.nt-v6 .bm-showcase-card__head{align-items:flex-start!important;gap:8px!important}
  body.nt-v6 .bm-showcase-stat{white-space:nowrap}
  body.nt-v6 .bm-showcase-card__foot{align-items:flex-start!important;flex-direction:column!important}
  body.nt-v6 .bm-drawer{width:min(360px,94vw)!important}
}

@media(prefers-reduced-motion:reduce){
  body.nt-v6 .nt-product-card-v6,
  body.nt-v6 .bm-cat,
  body.nt-v6 .bm-showcase-item,
  body.nt-v6 .nt-header-shop-cta{transition:none!important;transform:none!important}
}
