.storefront-page .wordmark-tech text { font-size:64px; }
.storefront-page .brand-logo-link .store-wordmark { position:relative; z-index:2; }
.storefront-page .cord-behind-u {
  position:absolute; z-index:1; overflow:visible; pointer-events:none;
  color:#33483c; transition:opacity 220ms ease-out;
}
html[data-theme=dark] .storefront-page .cord-behind-u { color:#99ada2; }
.storefront-page .brand-boots,
.storefront-page .header-is-scrolled .brand-boots {
  width:58px!important; height:108px!important;
  transform-origin:50% 0!important;
  transform:rotate(var(--hang-angle,0deg))!important;
  opacity:var(--hang-opacity,1)!important; visibility:visible!important;
  z-index:8; transition:opacity 220ms ease-out!important;
}
.storefront-page .brand-boots .boots-desktop > g { stroke:#26382e; stroke-width:3; }
html[data-theme=dark] .storefront-page .brand-boots .boots-desktop > g {
  stroke:#dae5de; filter:drop-shadow(.6px .8px .4px #07130e);
}
@media(prefers-reduced-motion:reduce) {
  .storefront-page .brand-boots { transition:none!important; }
}
.storefront-page .brand-boots .boots-desktop { display:block!important; width:100%; height:100%; }
.storefront-page .brand-boots .boots-mobile { display:none!important; }
.storefront-page .hero-copy > p:not(.hero-shipping-note) {
  font-family:"Barlow Condensed","Arial Narrow",sans-serif!important;
  font-size:clamp(1.25rem,2vw,1.6rem)!important;
  font-weight:800!important; line-height:1.45!important;
  letter-spacing:.015em;
}
html[data-theme=dark] .storefront-page .hero-copy > p:not(.hero-shipping-note) { color:#f3fff7!important; text-shadow:0 2px 5px #000; }
html[data-theme=dark] .storefront-page header { border-bottom:1px solid #76efaa88; box-shadow:0 3px 18px #43ed8c24; }
html[data-theme=dark] .storefront-page :is(.product-card,.brand-tile,.info-card) { border-color:#67e99c55!important; box-shadow:inset 0 0 0 1px #80ffac09,0 0 14px #52ef8c12!important; }
html[data-theme=dark] .storefront-page .btn:not(.secondary) { box-shadow:0 0 16px #8cff9d40; }
html[data-theme=dark] .storefront-page .section-divider::after { box-shadow:0 0 10px #93ffb4,0 0 22px #60ee9955; }
@media(max-width:980px) {
  .storefront-page .brand.brand-logo-link { height:62px!important; align-items:flex-start!important; padding-top:0!important; }
  .storefront-page .brand-logo-link .store-logo { height:auto!important; margin-top:0!important; }
  .storefront-page .nav { align-items:flex-start!important; }
  .storefront-page .nav-links { background:transparent!important; }
  .storefront-page .brand-boots { width:50px!important; height:94px!important; }
}
@media(max-width:640px) {
  .storefront-page .brand.brand-logo-link { height:48px!important; }
  .storefront-page .brand-boots { width:58px!important; }
  .storefront-page .brand-boots .boots-desktop > g { stroke-width:1.9; }
  .storefront-page .cord-behind-u > path { stroke-width:2.2; }
  /* Keep the complete cords visible through the navigation row. */
  .storefront-page .nav-links { z-index:auto!important; }
  .storefront-page .nav-links a { background:transparent!important; }
}
