/* 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))}
}
