@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@600;700&display=swap');

.ko-skip-link{
  position:fixed;
  z-index:10000;
  top:10px;
  left:10px;
  padding:12px 16px;
  border:2px solid #315f7c;
  border-radius:7px;
  background:#fffdf8;
  color:#17232b;
  font:700 14px/1.2 Arial,Helvetica,sans-serif;
  text-decoration:none;
  transform:translateY(-160%)!important;
  transition:none!important;
}
.ko-skip-link:focus{transform:translateY(0)!important;outline:3px solid rgba(49,95,124,.3);outline-offset:2px}

/* =========================================================
   SELECTED KANE'S OBSERVATIONS GLOBAL HEADER — HOME TEST
   Integrated from approved standalone header mockup.
   ========================================================= */
.ko-new-header{
  background:#080808 !important;
  border-bottom:1px solid rgba(212,175,55,.15) !important;
  position:relative !important;
  z-index:1000 !important;
  overflow:visible !important;
  backdrop-filter:none !important;
}
.ko-new-header::before,.ko-new-header::after{
  content:"";
  position:absolute;
  width:220px;
  height:120px;
  background:radial-gradient(ellipse at center,rgba(212,175,55,.12) 0%,transparent 70%);
  pointer-events:none;
}
.ko-new-header::before{bottom:0;left:0}
.ko-new-header::after{top:0;right:0}
.ko-new-top-bar{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(220px,1fr) minmax(260px,980px) minmax(220px,1fr);
  align-items:center;
  padding:18px 28px;
  gap:24px;
  max-width:1600px;
  margin:0 auto;
}
.ko-new-brand-link{display:block;text-decoration:none;justify-self:start}
.ko-new-logo-wrap{display:flex;align-items:center;gap:14px;flex-shrink:0}
.ko-new-mark{
  width:68px;
  height:68px;
  background:radial-gradient(circle at center,#111 55%,transparent 56%),conic-gradient(from 0deg,#d4af37,#8b6d1e,#ffd700,#d4af37);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:'Orbitron','Arial',sans-serif;
  font-weight:700;
  font-size:28px;
  color:#d4af37;
  letter-spacing:0px;
  box-shadow:0 0 0 2px rgba(212,175,55,.5),0 4px 20px rgba(212,175,55,.4);
  position:relative;
  flex-shrink:0;
}
.ko-new-mark::before{content:"";position:absolute;inset:4px;border-radius:50%;background:#0a0a0a;z-index:0}
.ko-new-mark span{position:relative;z-index:1}
.ko-new-logo-text{display:flex;flex-direction:column;line-height:1}
.ko-new-logo-text .main{
  font-family:'Orbitron','Arial',sans-serif;
  font-weight:700;
  font-size:18px;
  letter-spacing:1.2px;
  color:#d4af37;
  white-space:normal;
} 
.ko-new-logo-text .sub{
  font-family:Arial,Helvetica,sans-serif;
  font-size:10px;
  letter-spacing:2px;
  color:rgba(212,175,55,.6);
  margin-top:3px;
  text-transform:uppercase;
}
.ko-new-search{
  width:100%;
  min-width:260px;
  max-width:980px;
  position:relative;
}
.ko-new-search.search-field{
  width:100% !important;
  height:auto !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  display:block !important;
}
.ko-new-search .search-input-header{
  width:100% !important;
  height:58px !important;
  background:#fff !important;
  border:2px solid #d4af37 !important;
  border-radius:999px !important;
  padding:0 64px 0 26px !important;
  color:#111 !important;
  font-family:Arial,Helvetica,sans-serif !important;
  font-size:16px !important;
  font-weight:400 !important;
  outline:none !important;
  box-shadow:0 0 25px rgba(212,175,55,.35),inset 0 1px 0 rgba(255,255,255,.8) !important;
  transition:box-shadow .2s,border-color .2s !important;
}
.ko-new-search .search-input-header:focus{box-shadow:0 0 30px rgba(212,175,55,.45),inset 0 1px 0 rgba(255,255,255,.8) !important;border-color:#ffd700 !important}
.ko-new-search .search-input-header::placeholder{color:#666 !important;font-size:15px !important;opacity:1 !important}
.ko-new-search .search-btn{
  position:absolute;
  right:6px;
  top:6px;
  width:46px;
  height:46px;
  background:linear-gradient(135deg,#d4af37,#9c7c24);
  border:none;
  border-radius:50%;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
}

/* Approved unified header artwork. This final layer intentionally wins over
   the older split-logo sizing rules above. */
body > .ko-new-header .ko-brand-image-frame--lockup,
body > .ko-mobile-header .ko-brand-image-frame--lockup{
  display:block!important;
  overflow:hidden!important;
  flex:none!important;
  border:0!important;
  background:#fcf7ec!important;
  box-shadow:none!important;
}
body > .ko-new-header .ko-brand-image--lockup,
body > .ko-mobile-header .ko-brand-image--lockup{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:contain!important;
  object-position:center!important;
  filter:none!important;
  transform:none!important;
}
@media (min-width:1361px){
  body > .ko-new-header .ko-new-top-bar{grid-template-columns:410px minmax(420px,980px) max-content!important;column-gap:30px!important}
  body > .ko-new-header .ko-silver-brand--desktop{display:block!important;width:400px!important}
  body > .ko-new-header .ko-brand-image-frame--lockup{width:400px!important;height:86px!important}
}
@media (min-width:1181px) and (max-width:1360px){
  body > .ko-new-header .ko-new-top-bar{grid-template-columns:354px minmax(340px,1fr) max-content!important;column-gap:24px!important}
  body > .ko-new-header .ko-silver-brand--desktop{display:block!important;width:344px!important}
  body > .ko-new-header .ko-brand-image-frame--lockup{width:344px!important;height:74px!important}
}
@media (min-width:901px) and (max-width:1180px){
  body > .ko-new-header .ko-new-top-bar{grid-template-columns:292px minmax(260px,1fr) max-content!important;column-gap:20px!important}
  body > .ko-new-header .ko-silver-brand--desktop{display:block!important;width:282px!important}
  body > .ko-new-header .ko-brand-image-frame--lockup{width:282px!important;height:61px!important}
}
@media (min-width:769px) and (max-width:900px){
  body > .ko-new-header .ko-silver-brand--desktop{display:block!important;width:224px!important}
  body > .ko-new-header .ko-brand-image-frame--lockup{width:224px!important;height:48px!important}
}
@media (max-width:768px){
  body > .ko-mobile-header .ko-silver-brand--mobile{display:block!important;width:196px!important}
  body > .ko-mobile-header .ko-brand-image-frame--lockup{width:196px!important;height:42px!important}
}
@media (max-width:380px){
  body > .ko-mobile-header .ko-silver-brand--mobile{width:166px!important}
  body > .ko-mobile-header .ko-brand-image-frame--lockup{width:166px!important;height:36px!important}
}

/* Mobile navigation drawer follows the same warm ivory/slate system as the
   Added to Cart drawer. This final override intentionally wins over legacy
   dark drawer themes on every public page. */
@media (max-width:760px){
  body > .ko-mobile-header .ko-mobile-drawer{
    background:linear-gradient(180deg,#fffdf8 0%,#f2ece3 100%)!important;
    color:#17232b!important;
    border-color:#7898ad!important;
    box-shadow:20px 0 52px rgba(18,31,39,.24)!important;
  }
  body > .ko-mobile-header .ko-mobile-drawer::before{
    background:linear-gradient(90deg,transparent,#7898ad 18%,#dfe8ed 51%,#7898ad 83%,transparent)!important;
  }
  body > .ko-mobile-header .ko-mobile-drawer-head{
    border-color:#c9d3d9!important;
    background:linear-gradient(135deg,#f9f5ed,#e2e9ed)!important;
  }
  body > .ko-mobile-header .ko-mobile-drawer-brand,
  body > .ko-mobile-header .ko-mobile-drawer-brand:link,
  body > .ko-mobile-header .ko-mobile-drawer-brand:visited,
  body > .ko-mobile-header .ko-mobile-drawer-brand strong{color:#17232b!important}
  body > .ko-mobile-header .ko-mobile-drawer-brand small,
  body > .ko-mobile-header .ko-mobile-nav-label{color:#526d7e!important}
  body > .ko-mobile-header .ko-mobile-drawer-mark{border-color:#7898ad!important;box-shadow:0 0 0 3px rgba(81,120,147,.08),0 7px 20px rgba(18,31,39,.16)!important}
  body > .ko-mobile-header .ko-mobile-drawer-close{border-color:#9cabb4!important;background:#fffdf8!important;color:#17232b!important}
  body > .ko-mobile-header .ko-mobile-drawer-close:hover,
  body > .ko-mobile-header .ko-mobile-drawer-close:focus-visible{border-color:#517893!important;background:#edf3f6!important;outline-color:rgba(81,120,147,.3)!important}
  body > .ko-mobile-header .ko-mobile-nav-group + .ko-mobile-nav-group,
  body > .ko-mobile-header .ko-mobile-drawer .ko-mobile-menu-panel a,
  body > .ko-mobile-header .ko-mobile-submenu-open,
  body > .ko-mobile-header .ko-mobile-submenu-back,
  body > .ko-mobile-header .ko-mobile-submenu-heading,
  body > .ko-mobile-header .ko-mobile-drawer-footer{border-color:#d2d9dd!important}
  body > .ko-mobile-header .ko-mobile-drawer .ko-mobile-menu-panel a,
  body > .ko-mobile-header .ko-mobile-drawer .ko-mobile-menu-panel a:visited,
  body > .ko-mobile-header .ko-mobile-submenu-open{color:#17232b!important}
  body > .ko-mobile-header .ko-mobile-drawer .ko-mobile-menu-panel a::after,
  body > .ko-mobile-header .ko-mobile-submenu-open::after{border-color:#517893!important}
  body > .ko-mobile-header .ko-mobile-drawer .ko-mobile-menu-panel a:hover,
  body > .ko-mobile-header .ko-mobile-drawer .ko-mobile-menu-panel a:focus-visible,
  body > .ko-mobile-header .ko-mobile-drawer .ko-mobile-menu-panel a.ko-nav-current,
  body > .ko-mobile-header .ko-mobile-submenu-open:hover,
  body > .ko-mobile-header .ko-mobile-submenu-open:focus-visible{color:#214d69!important;background:linear-gradient(90deg,rgba(81,120,147,.12),transparent 78%)!important}
  body > .ko-mobile-header .ko-mobile-drawer .ko-mobile-menu-panel a.ko-nav-current::before{background:#517893!important;box-shadow:0 0 8px rgba(81,120,147,.3)!important}
  body > .ko-mobile-header .ko-mobile-submenu-open small,
  body > .ko-mobile-header .ko-mobile-submenu-heading small{color:#64747e!important}
  body > .ko-mobile-header .ko-mobile-submenu-back{color:#315f7c!important}
  body > .ko-mobile-header .ko-mobile-submenu-heading strong{color:#17232b!important}
  body > .ko-mobile-header .ko-mobile-drawer-footer a,
  body > .ko-mobile-header .ko-mobile-drawer-footer a:link,
  body > .ko-mobile-header .ko-mobile-drawer-footer a:visited{border-color:#aebbc2!important;background:rgba(81,120,147,.055)!important;color:#214d69!important}
  body > .ko-mobile-header .ko-mobile-drawer-footer p{color:#64747e!important}
}

/* Mobile cart: keep the icon clean and position the quantity as a distinct badge. */
@media (max-width:768px){
  body > .ko-mobile-header .ko-mobile-cart,
  body > .ko-mobile-header .ko-mobile-cart:link,
  body > .ko-mobile-header .ko-mobile-cart:visited{
    position:relative!important;
    width:34px!important;
    height:34px!important;
    display:grid!important;
    place-items:center!important;
    padding:4px!important;
    overflow:visible!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    color:#111315!important;
  }
  body > .ko-mobile-header .ko-mobile-cart svg{
    width:22px!important;
    height:22px!important;
    display:block!important;
    fill:none!important;
    stroke:currentColor!important;
  }
  body > .ko-mobile-header .ko-mobile-cart b{
    position:absolute!important;
    top:-2px!important;
    right:-3px!important;
    min-width:17px!important;
    height:17px!important;
    padding:0 4px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    box-sizing:border-box!important;
    border:2px solid #fcf7ec!important;
    border-radius:999px!important;
    background:#111315!important;
    color:#fff!important;
    box-shadow:0 2px 5px rgba(0,0,0,.24)!important;
    font:700 9px/1 Arial,Helvetica,sans-serif!important;
    z-index:2!important;
  }
}

/* Desktop More menu: compact obsidian panel with restrained metallic details. */
@media (min-width:769px){
  .dropdown-toggle{width:auto!important;height:auto!important;color:#0a0a0a!important;font-size:17px!important;font-weight:800!important;letter-spacing:1.05px!important;text-transform:uppercase!important;line-height:1!important;text-shadow:0 1px 0 rgba(255,255,255,.22)!important}
  .dropdown-menu{top:calc(100% + 13px)!important;left:50%!important;transform:translateX(-50%)!important;width:202px!important;background:linear-gradient(155deg,rgba(33,27,13,.99),rgba(10,10,9,.99) 42%,rgba(3,3,3,.99))!important;border:1px solid rgba(215,174,58,.58)!important;border-radius:8px!important;box-shadow:0 22px 48px rgba(0,0,0,.78),0 0 0 1px rgba(255,218,109,.05),inset 0 1px 0 rgba(255,225,135,.12)!important;padding:6px!important;text-align:left!important;z-index:10050!important}
  .dropdown-inner{background:linear-gradient(180deg,rgba(15,15,14,.98),rgba(5,5,5,.99))!important;border:1px solid rgba(255,255,255,.035)!important;border-radius:5px!important;overflow:hidden!important}
  .ko-new-nav-inner .dropdown-menu .dropdown-item{justify-content:flex-start!important;min-height:42px!important;padding:12px 15px!important;color:#e7cf88!important;font-size:12px!important;font-weight:700!important;letter-spacing:1.15px!important;text-align:left!important;text-shadow:none!important}
  .dropdown-item + .dropdown-item{border-top:1px solid rgba(212,175,55,.14)!important}
  .dropdown-item:hover,.dropdown-item:focus-visible{color:#ffe183!important;background:linear-gradient(90deg,rgba(212,175,55,.12),rgba(212,175,55,.035))!important;text-shadow:0 0 10px rgba(212,175,55,.2)!important;outline:none!important}
  .dropdown-item::before{display:none!important}
}

/* Final mobile drawer palette: match the Added to Cart panel. */
@media (max-width:760px){
  body > .ko-mobile-header .ko-mobile-drawer{background:linear-gradient(180deg,#fffdf8 0%,#f2ece3 100%)!important;color:#17232b!important;border-color:#7898ad!important;box-shadow:20px 0 52px rgba(18,31,39,.24)!important}
  body > .ko-mobile-header .ko-mobile-drawer::before{background:linear-gradient(90deg,transparent,#7898ad 18%,#dfe8ed 51%,#7898ad 83%,transparent)!important}
  body > .ko-mobile-header .ko-mobile-drawer-head{border-color:#c9d3d9!important;background:linear-gradient(135deg,#f9f5ed,#e2e9ed)!important}
  body > .ko-mobile-header .ko-mobile-drawer-brand,
  body > .ko-mobile-header .ko-mobile-drawer-brand:link,
  body > .ko-mobile-header .ko-mobile-drawer-brand:visited,
  body > .ko-mobile-header .ko-mobile-drawer-brand strong,
  body > .ko-mobile-header .ko-mobile-drawer .ko-mobile-menu-panel a,
  body > .ko-mobile-header .ko-mobile-drawer .ko-mobile-menu-panel a:visited,
  body > .ko-mobile-header .ko-mobile-submenu-open,
  body > .ko-mobile-header .ko-mobile-submenu-heading strong{color:#17232b!important}
  body > .ko-mobile-header .ko-mobile-drawer-brand small,
  body > .ko-mobile-header .ko-mobile-nav-label{color:#526d7e!important}
  body > .ko-mobile-header .ko-mobile-drawer-mark{border-color:#7898ad!important;box-shadow:0 0 0 3px rgba(81,120,147,.08),0 7px 20px rgba(18,31,39,.16)!important}
  body > .ko-mobile-header .ko-mobile-drawer-close{border-color:#9cabb4!important;background:#fffdf8!important;color:#17232b!important}
  body > .ko-mobile-header .ko-mobile-nav-group + .ko-mobile-nav-group,
  body > .ko-mobile-header .ko-mobile-drawer .ko-mobile-menu-panel a,
  body > .ko-mobile-header .ko-mobile-submenu-open,
  body > .ko-mobile-header .ko-mobile-submenu-back,
  body > .ko-mobile-header .ko-mobile-submenu-heading,
  body > .ko-mobile-header .ko-mobile-drawer-footer{border-color:#d2d9dd!important}
  body > .ko-mobile-header .ko-mobile-drawer .ko-mobile-menu-panel a::after,
  body > .ko-mobile-header .ko-mobile-submenu-open::after{border-color:#517893!important}
  body > .ko-mobile-header .ko-mobile-drawer .ko-mobile-menu-panel a:hover,
  body > .ko-mobile-header .ko-mobile-drawer .ko-mobile-menu-panel a:focus-visible,
  body > .ko-mobile-header .ko-mobile-drawer .ko-mobile-menu-panel a.ko-nav-current,
  body > .ko-mobile-header .ko-mobile-submenu-open:hover,
  body > .ko-mobile-header .ko-mobile-submenu-open:focus-visible{color:#214d69!important;background:linear-gradient(90deg,rgba(81,120,147,.12),transparent 78%)!important}
  body > .ko-mobile-header .ko-mobile-drawer .ko-mobile-menu-panel a.ko-nav-current::before{background:#517893!important;box-shadow:0 0 8px rgba(81,120,147,.3)!important}
  body > .ko-mobile-header .ko-mobile-submenu-open small,
  body > .ko-mobile-header .ko-mobile-submenu-heading small,
  body > .ko-mobile-header .ko-mobile-drawer-footer p{color:#64747e!important}
  body > .ko-mobile-header .ko-mobile-submenu-back{color:#315f7c!important}
  body > .ko-mobile-header .ko-mobile-drawer-footer a,
  body > .ko-mobile-header .ko-mobile-drawer-footer a:link,
  body > .ko-mobile-header .ko-mobile-drawer-footer a:visited{border-color:#aebbc2!important;background:rgba(81,120,147,.055)!important;color:#214d69!important}
}

/* Shipping promise rail: normal-flow placement keeps every carousel dimension intact. */
.ko-shipping-notice{
  position:relative;
  z-index:3;
  display:flex;
  width:100%;
  min-height:48px;
  box-sizing:border-box;
  align-items:center;
  justify-content:center;
  gap:12px;
  overflow:hidden;
  padding:9px 24px;
  border-top:1px solid rgba(134,164,183,.42);
  border-bottom:1px solid rgba(134,164,183,.64);
  color:#fbf8f1;
  background:
    radial-gradient(ellipse at 50% 50%,rgba(126,170,195,.24),transparent 48%),
    linear-gradient(90deg,transparent 18%,rgba(170,204,222,.06) 50%,transparent 82%),
    linear-gradient(90deg,#06090b 0%,#121a20 50%,#06090b 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.09),inset 0 -1px 0 rgba(151,190,211,.2),0 5px 14px rgba(8,18,24,.2);
  font-family:Arial,Helvetica,sans-serif;
  text-align:center;
}
.ko-shipping-notice::before,
.ko-shipping-notice::after{
  content:"";
  width:clamp(28px,5vw,82px);
  height:1px;
  flex:0 1 auto;
  background:linear-gradient(90deg,transparent,rgba(183,207,220,.72));
}
.ko-shipping-notice::after{transform:scaleX(-1)}
.ko-shipping-notice__signal{
  width:8px;
  height:8px;
  flex:0 0 8px;
  border:1px solid #d9e7ee;
  border-radius:50%;
  background:#789bb0;
  box-shadow:0 0 0 4px rgba(120,155,176,.12),0 0 12px rgba(171,204,221,.5);
}
.ko-shipping-notice__label{
  color:#c9d9e2;
  font-size:10px;
  font-weight:800;
  letter-spacing:2px;
  line-height:1;
  white-space:nowrap;
}
.ko-shipping-notice__divider{width:1px;height:18px;background:rgba(210,224,231,.3)}
.ko-shipping-notice__copy{
  color:#fffdf8;
  font-size:13px;
  font-weight:800;
  letter-spacing:1.15px;
  line-height:1.3;
  text-shadow:0 1px 10px rgba(255,255,255,.1);
}
.ko-shipping-notice__promise{
  display:inline-flex;
  min-height:27px;
  box-sizing:border-box;
  align-items:center;
  padding:4px 12px 3px;
  border:1px solid rgba(202,228,241,.88);
  border-radius:3px;
  color:#f3fbff;
  background:linear-gradient(180deg,rgba(132,177,201,.32),rgba(63,102,126,.24));
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.08),0 0 15px rgba(137,190,218,.3);
  font-size:13px;
  font-weight:900;
  letter-spacing:1.8px;
  line-height:1;
  white-space:nowrap;
  text-shadow:0 0 10px rgba(190,226,244,.42);
}

/* Information pages now live in the footer only. */
.ko-new-nav-inner>.nav-dropdown,
.ko-mobile-submenu-open,
#ko-mobile-more-panel,
.ko-mobile-more{display:none!important}

/* Preserve a usable header through the tablet gap left by older page CSS. */
@media (min-width:769px) and (max-width:900px){
  html body>header.ko-new-header{display:block!important}
  html body>header.ko-mobile-header{display:none!important}
  body>.ko-new-header .ko-new-nav-inner{gap:15px!important;padding-inline:14px!important}
  body>.ko-new-header .ko-new-nav-inner>a{font-size:11px!important;letter-spacing:.45px!important}
}

@media (max-width:768px){
  body>.ko-shipping-notice--mobile{
    height:57px;
    min-height:57px;
    gap:6px;
    flex-wrap:nowrap;
    padding:8px max(9px,env(safe-area-inset-right)) 8px max(9px,env(safe-area-inset-left));
  }
  body>.ko-shipping-notice--mobile::before,
  body>.ko-shipping-notice--mobile::after{display:none}
  .ko-shipping-notice__signal{display:none}
  .ko-shipping-notice__label{font-size:8px;letter-spacing:1px}
  .ko-shipping-notice__divider{height:15px}
  .ko-shipping-notice__copy{font-size:9.5px;letter-spacing:.15px;white-space:nowrap}
  .ko-shipping-notice__promise{min-height:24px;padding:3px 8px 2px;font-size:10.5px;letter-spacing:1px}
}

@media (max-width:360px){
  body>.ko-shipping-notice--mobile{column-gap:5px;padding-inline:7px}
  .ko-shipping-notice__label{font-size:7.5px;letter-spacing:.75px}
  .ko-shipping-notice__copy{font-size:8.8px}
  .ko-shipping-notice__promise{padding-inline:6px;font-size:10px}
}

/* The checkout-style mobile drawer needs to outrank the legacy ID-based shell rule. */
@media (max-width:760px){
  body > .ko-mobile-header .ko-mobile-drawer-backdrop{top:0!important;right:auto!important;bottom:auto!important;left:0!important;width:100vw!important;height:100dvh!important;background:rgba(18,31,39,.46)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
  body > .ko-mobile-header #ko-mobile-nav-drawer.ko-mobile-drawer{background:linear-gradient(180deg,#fffdf8 0%,#f2ece3 100%)!important;color:#17232b!important;border-color:#7898ad!important;box-shadow:20px 0 52px rgba(18,31,39,.24)!important}
  body > .ko-mobile-header #ko-mobile-nav-drawer.ko-mobile-drawer::before{background:linear-gradient(90deg,transparent,#7898ad 18%,#dfe8ed 51%,#7898ad 83%,transparent)!important}
  body > .ko-mobile-header #ko-mobile-nav-drawer .ko-mobile-drawer-head{border-color:#c9d3d9!important;background:linear-gradient(135deg,#f9f5ed,#e2e9ed)!important}
  body > .ko-mobile-header #ko-mobile-nav-drawer :is(a,button){color:#17232b!important;border-color:#d2d9dd!important;background:transparent!important}
  body > .ko-mobile-header #ko-mobile-nav-drawer .ko-mobile-drawer-brand,
  body > .ko-mobile-header #ko-mobile-nav-drawer .ko-mobile-drawer-brand:link,
  body > .ko-mobile-header #ko-mobile-nav-drawer .ko-mobile-drawer-brand:visited,
  body > .ko-mobile-header #ko-mobile-nav-drawer .ko-mobile-drawer-brand strong,
  body > .ko-mobile-header #ko-mobile-nav-drawer .ko-mobile-menu-panel a,
  body > .ko-mobile-header #ko-mobile-nav-drawer .ko-mobile-menu-panel a:visited,
  body > .ko-mobile-header #ko-mobile-nav-drawer .ko-mobile-submenu-open,
  body > .ko-mobile-header #ko-mobile-nav-drawer .ko-mobile-submenu-heading strong{color:#17232b!important}
  body > .ko-mobile-header #ko-mobile-nav-drawer .ko-mobile-drawer-brand small,
  body > .ko-mobile-header #ko-mobile-nav-drawer .ko-mobile-nav-label{color:#526d7e!important}
  body > .ko-mobile-header #ko-mobile-nav-drawer .ko-mobile-drawer-mark{border-color:#7898ad!important;background:linear-gradient(145deg,#f7f3ea,#d9e5eb)!important;box-shadow:0 0 0 3px rgba(81,120,147,.08),0 7px 20px rgba(18,31,39,.16)!important}
  body > .ko-mobile-header #ko-mobile-nav-drawer .ko-mobile-drawer-close{border-color:#9cabb4!important;background:#fffdf8!important;color:#17232b!important}
  body > .ko-mobile-header #ko-mobile-nav-drawer .ko-mobile-nav-group + .ko-mobile-nav-group,
  body > .ko-mobile-header #ko-mobile-nav-drawer .ko-mobile-menu-panel a,
  body > .ko-mobile-header #ko-mobile-nav-drawer .ko-mobile-submenu-open,
  body > .ko-mobile-header #ko-mobile-nav-drawer .ko-mobile-submenu-back,
  body > .ko-mobile-header #ko-mobile-nav-drawer .ko-mobile-submenu-heading,
  body > .ko-mobile-header #ko-mobile-nav-drawer .ko-mobile-drawer-footer{border-color:#d2d9dd!important}
  body > .ko-mobile-header #ko-mobile-nav-drawer .ko-mobile-menu-panel a::after,
  body > .ko-mobile-header #ko-mobile-nav-drawer .ko-mobile-submenu-open::after{border-color:#517893!important}
  body > .ko-mobile-header #ko-mobile-nav-drawer .ko-mobile-menu-panel a:hover,
  body > .ko-mobile-header #ko-mobile-nav-drawer .ko-mobile-menu-panel a:focus-visible,
  body > .ko-mobile-header #ko-mobile-nav-drawer .ko-mobile-menu-panel a.ko-nav-current,
  body > .ko-mobile-header #ko-mobile-nav-drawer .ko-mobile-submenu-open:hover,
  body > .ko-mobile-header #ko-mobile-nav-drawer .ko-mobile-submenu-open:focus-visible{color:#214d69!important;background:linear-gradient(90deg,rgba(81,120,147,.12),transparent 78%)!important}
  body > .ko-mobile-header #ko-mobile-nav-drawer .ko-mobile-menu-panel a.ko-nav-current::before{background:#517893!important;box-shadow:0 0 8px rgba(81,120,147,.3)!important}
  body > .ko-mobile-header #ko-mobile-nav-drawer .ko-mobile-submenu-open small,
  body > .ko-mobile-header #ko-mobile-nav-drawer .ko-mobile-submenu-heading small,
  body > .ko-mobile-header #ko-mobile-nav-drawer .ko-mobile-drawer-footer p{color:#64747e!important}
  body > .ko-mobile-header #ko-mobile-nav-drawer .ko-mobile-submenu-back{color:#315f7c!important}
  body > .ko-mobile-header #ko-mobile-nav-drawer .ko-mobile-drawer-footer a,
  body > .ko-mobile-header #ko-mobile-nav-drawer .ko-mobile-drawer-footer a:link,
  body > .ko-mobile-header #ko-mobile-nav-drawer .ko-mobile-drawer-footer a:visited{border-color:#aebbc2!important;background:rgba(81,120,147,.055)!important;color:#214d69!important}
}

/* Final cross-page phone audit safeguards. */
html,body{max-width:100%}
@media(max-width:768px){
  html,body{overflow-x:hidden}
  body>.ko-mobile-header{width:100vw!important;max-width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-right:0!important}
  .ko-mobile-main-row{width:100%;min-width:0;padding-left:max(10px,env(safe-area-inset-left));padding-right:max(10px,env(safe-area-inset-right))}
  .ko-mobile-left,.ko-mobile-right,.ko-mobile-brand,.ko-mobile-wordmark{min-width:0}
  .ko-mobile-wordmark{white-space:normal}
  body :where(main,section,article,aside,div,form){min-width:0}
  body :where(img,video,canvas,iframe){max-width:100%;height:auto}
  body :where(input,select,textarea){min-width:0;max-width:100%}
  body>.container{box-sizing:border-box;width:100%;max-width:100%}
  body>.container>h1{max-width:100%;font-size:clamp(34px,10vw,42px)!important;line-height:1.08;overflow-wrap:anywhere}
  body>.container>.subtitle{margin-bottom:28px!important;line-height:1.5;overflow-wrap:anywhere}
  body>.container>.card{padding:18px!important;margin-bottom:16px!important}
  body>.container :where(h2,p,a),footer{overflow-wrap:anywhere}
  body>h1{font-size:clamp(36px,10vw,42px)!important;line-height:1.08;overflow-wrap:anywhere}
  body>h2{font-size:clamp(25px,7vw,31px)!important;line-height:1.15;overflow-wrap:anywhere}
  body>p{font-size:16px;overflow-wrap:anywhere}
  .cart-header h1,.form-card h1{font-size:clamp(34px,9vw,40px)!important}
  main:has(.cart-header){margin:38px auto!important;padding-inline:16px!important}
  .form-card{padding:20px!important}
  details{padding:16px!important}
  summary{line-height:1.45;overflow-wrap:anywhere}
  .shelf-page{padding:30px 16px 54px!important}
  .shelf-hero{gap:18px!important;padding:22px 18px!important}
  .shelf-hero h1{font-size:clamp(34px,10vw,40px)!important;overflow-wrap:anywhere}
  .shelf-toolbar{gap:12px!important}
  .item-grid{grid-template-columns:1fr!important}
  .item-dialog{padding:20px 16px!important}
  .modal-actions>*{flex:1 1 135px;min-height:44px}
}

/* Mobile controls are deliberately neutral; gold remains reserved for the brand. */
@media (max-width:768px){
  .ko-back-home{display:none!important}
  .ko-mobile-icon-button,.ko-mobile-icon-link{color:#fff!important}
  .ko-mobile-icon-button i{background:#fff!important}
  .ko-mobile-menu-panel a{color:#fff!important}
  .ko-mobile-menu-panel{width:100%!important;left:0!important;right:auto!important;text-align:left!important}
  .ko-mobile-menu-panel a{text-align:left!important;justify-content:flex-start!important}
  .ko-mobile-header{width:100vw!important;max-width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-right:0!important}
}


/* One typography system across every live page. The KO brand mark keeps its branded face. */
body,body :where(h1,h2,h3,h4,h5,h6,p,a,button,input,select,textarea,label,li,span,div,small,strong,em){font-family:Arial,Helvetica,sans-serif!important}
.ko-new-mark,.ko-new-logo-text .main,.ko-mobile-mark,.ko-mobile-wordmark{font-family:'Orbitron',Arial,Helvetica,sans-serif!important}
/* Keep the desktop search control inside the field, even on pages with older header styles. */
@media (min-width:769px){
  .ko-new-header{width:100vw!important;max-width:100vw!important;min-height:105px!important;box-sizing:border-box!important;margin-left:calc(50% - 50vw)!important;margin-right:0!important}
  .ko-new-top-bar{display:grid!important;grid-template-columns:minmax(220px,1fr) minmax(260px,980px) minmax(220px,1fr)!important;align-items:center!important;height:105px!important;padding:18px 28px!important;gap:24px!important;max-width:1600px!important;margin:0 auto!important;box-sizing:border-box!important}
  .ko-new-logo-wrap{gap:14px!important}.ko-new-mark{width:68px!important;height:68px!important;font-size:28px!important}.ko-new-logo-text .main{font-size:18px!important}.ko-new-logo-text .sub{font-size:10px!important}
  .ko-new-search{width:100%!important;min-width:260px!important;max-width:980px!important}.ko-new-actions{gap:22px!important}.ko-new-nav-inner{max-width:1600px!important;gap:32px!important;padding:12px 28px!important}
  .ko-new-search .search-btn{position:absolute!important;top:50%!important;right:6px!important;transform:translateY(-50%)!important;margin:0!important;width:46px!important;height:46px!important;padding:0!important;line-height:1!important;}
}
.ko-new-search .search-btn svg{position:static !important;width:18px !important;height:18px !important;color:#000 !important;fill:#000 !important;pointer-events:none}
.ko-new-actions{display:flex;align-items:center;gap:22px;justify-self:end}
.ko-new-action-link{
  display:flex;
  align-items:center;
  gap:8px;
  color:#fff !important;
  text-decoration:none !important;
  font-family:Arial,Helvetica,sans-serif;
  font-size:13px;
  font-weight:600;
  letter-spacing:.6px;
  text-transform:uppercase;
  white-space:nowrap;
  margin-left:0 !important;
  transform:none !important;
}
.ko-new-action-link:hover{color:#fff !important}
.ko-new-action-link svg{width:18px;height:18px;fill:#fff;flex-shrink:0}
.ko-new-cart-badge{
  background:#fff;
  color:#000;
  font-size:10px;
  font-weight:700;
  width:18px;
  height:18px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-left:-4px;
  margin-top:-10px;
}
.ko-new-nav-bar{
  position:relative !important;
  display:block !important;
  border-top:1px solid #806019 !important;
  border-bottom:1px solid #806019 !important;
  background:linear-gradient(90deg,#9a6d17 0%,#d7a92f 22%,#ffe185 50%,#d7a92f 78%,#9a6d17 100%) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.62),inset 0 -1px 0 rgba(57,37,6,.42),0 6px 18px rgba(0,0,0,.22) !important;
  padding:0 !important;
  margin:0 !important;
  max-width:none !important;
  min-width:0 !important;
  border-radius:0 !important;
}
.ko-new-nav-inner{
  max-width:1600px;
  margin:0 auto;
  display:flex;
  justify-content:center;
  gap:32px;
  padding:12px 28px;
  flex-wrap:wrap;
}
.ko-new-nav-inner a{
  color:#0a0a0a !important;
  text-decoration:none !important;
  font-family:Arial,Helvetica,sans-serif;
  font-size:14px !important;
  font-weight:600 !important;
  letter-spacing:1.2px !important;
  text-transform:uppercase;
  position:relative;
  opacity:1;
  margin-left:0 !important;
  padding:0 !important;
  transform:none !important;
}
.ko-new-nav-inner a:hover{opacity:1;color:#000 !important;text-shadow:0 1px 0 rgba(255,255,255,.25)}
.ko-new-nav-inner a::after{content:"·";position:absolute;right:-20px;color:rgba(10,10,10,.45)}
.ko-new-nav-inner a:last-child::after{content:""}
.ko-new-nav-inner a::before{content:"";position:absolute;left:0;right:0;bottom:-8px;height:3px;background:#0b0b0b;box-shadow:0 1px 0 rgba(255,255,255,.24);transform:scaleX(0);transform-origin:center;transition:transform .18s ease}
.ko-new-nav-inner a:hover::before,.ko-new-nav-inner a.ko-nav-current::before{transform:scaleX(1)}

/* Navigation stays compact, but is more legible at a glance. */
@media (min-width:769px){
  .ko-new-nav-inner{gap:34px!important;padding-top:14px!important;padding-bottom:14px!important}
  .ko-new-nav-inner a{font-size:17px!important;font-weight:800!important;letter-spacing:1.05px!important;text-shadow:0 1px 0 rgba(255,255,255,.22)}
  .dropdown-toggle{width:30px!important;height:22px!important;color:#0a0a0a!important}.menu-icon{width:24px!important;height:17px!important}
}
@media (max-width:768px){
  .ko-mobile-menu-panel a{font-size:16px!important;font-weight:800!important;letter-spacing:1px!important}
  .ko-mobile-icon-button i{width:22px!important;height:2px!important}
}

/* The brand link is the Home navigation; keep the menu focused on destination pages. */
.ko-new-nav-inner>a[href="index.html"],.ko-mobile-menu-panel a[href="index.html"]{display:none!important}
@media(max-width:1100px){
  .ko-new-top-bar{grid-template-columns:auto 1fr auto}
  .ko-new-search{max-width:100%}
}
@media(max-width:600px){
  .ko-new-top-bar{padding:14px 16px;gap:14px}
  .ko-new-mark{width:58px;height:58px;font-size:24px}
  .ko-new-logo-text .main{font-size:15px}
  .ko-new-actions{gap:14px}
  .ko-new-action-link{font-size:11px}
  .ko-new-nav-bar{width:100% !important}
  .ko-new-nav-inner{max-width:none !important;width:100%;gap:16px;padding:11px 16px}
  .ko-new-nav-inner a{font-size:11px !important}
  .ko-new-search .search-input-header{height:52px !important;font-size:14px !important}
  .ko-new-search .search-btn{width:40px;height:40px;top:6px}
}

/* NAV DROPDOWN TEST */
.nav-dropdown{position:relative;display:inline-block}
.nav-dropdown::after{display:none}
.dropdown-toggle{display:inline-flex;align-items:center;justify-content:center;width:24px;height:18px;color:#e6b93d !important;text-decoration:none !important;opacity:1}
.menu-icon{display:block;width:20px;height:14px;position:relative}
.menu-icon::before,.menu-icon::after,.menu-icon span{background:#0a0a0a;display:block;height:2px;width:100%;position:absolute;left:0;transition:all .2s}
.menu-icon::before{content:"";top:0}
.menu-icon::after{content:"";bottom:0}
.menu-icon span{background:#0a0a0a;display:block;height:2px;width:100%;position:absolute;top:50%;transform:translateY(-50%)}
.dropdown-toggle:hover{opacity:1}
.dropdown-toggle:hover .menu-icon::before,.dropdown-toggle:hover .menu-icon::after,.dropdown-toggle:hover .menu-icon span{background:#000}
.dropdown-toggle:hover{opacity:1;color:#000 !important;text-shadow:0 1px 0 rgba(255,255,255,.25)}
.dropdown-menu{position:absolute;top:calc(100% + 10px);left:50%;transform:translateX(-50%);width:220px;max-width:calc(100vw - 32px);background:linear-gradient(145deg,rgba(212,175,55,0.18),rgba(212,175,55,0.04) 35%,rgba(0,0,0,0.96) 70%);border:1px solid rgba(212,175,55,0.60);border-radius:10px;box-shadow:0 18px 45px rgba(0,0,0,0.70),0 5px 14px rgba(0,0,0,0.45),0 0 16px rgba(212,175,55,0.08);padding:7px;z-index:9999;display:none}
.nav-dropdown.is-open .dropdown-menu{display:block}
.nav-dropdown:not(.is-open) .dropdown-menu{display:none!important}
.dropdown-inner{background:linear-gradient(180deg,#111111 0%,#090909 100%);border:1px solid rgba(255,255,255,0.045);border-radius:6px;overflow:hidden}
.dropdown-item{display:flex;align-items:center;justify-content:center;min-height:50px;padding:14px 18px;color:#d6ad32;text-decoration:none;font-family:Arial,Helvetica,sans-serif;font-size:13px;font-weight:600;letter-spacing:1.4px;text-transform:uppercase;position:relative}
.dropdown-item + .dropdown-item{border-top:1px solid rgba(212,175,55,0.18)}
.dropdown-item:hover{color:#efca59;background:linear-gradient(90deg,transparent,rgba(212,175,55,0.08),transparent);text-shadow:0 0 10px rgba(212,175,55,0.20)}
.dropdown-item::before{content:"";position:absolute;left:50%;top:-6px;width:60%;height:1px;background:linear-gradient(90deg,transparent,rgba(212,175,55,0.5),transparent);transform:translateX(-50%);opacity:0}
.nav-dropdown.is-open .dropdown-item:first-child::before{opacity:1}
@media (max-width:768px){
  .dropdown-menu{left:auto;right:0;transform:none;top:calc(100% + 12px);width:185px;max-width:calc(100vw - 32px);}
  .dropdown-item{min-height:44px;font-size:12px;padding:12px 16px}
}

/* === MOBILE HEADER GLOBAL STANDARD === */
@media (max-width:768px){ .ko-new-header{display:none !important;} }
.ko-mobile-header{display:none;}
@media (max-width:768px){
  .ko-mobile-header{display:grid !important;grid-template-columns:1fr auto 1fr;align-items:center;position:sticky;top:0;z-index:1002;background:#080808;border-bottom:1px solid rgba(212,175,55,.15);padding:12px 16px;min-height:64px;width:100%;max-width:100%;box-sizing:border-box;}
  .ko-mobile-left{display:flex;align-items:center;gap:14px;justify-self:start;}
  .ko-mobile-menu-btn,.ko-mobile-search-btn{background:transparent;border:none;color:#e6b93d;cursor:pointer;padding:6px;font-size:22px;display:flex;align-items:center;justify-content:center;}
  .ko-mobile-search-btn svg{width:22px;height:22px;fill:#e6b93d}
  .ko-mobile-center{justify-self:center;text-align:center;}
  .ko-mobile-brand{font-family:'Orbitron','Arial',sans-serif;font-weight:700;font-size:17px;letter-spacing:1.4px;color:#d4af37;text-decoration:none;text-transform:uppercase;white-space:nowrap;}
  .ko-mobile-right{justify-self:end;display:flex;align-items:center;gap:14px;}
  .ko-mobile-cart-wrap{position:relative;display:inline-block}
  .ko-mobile-cart-icon svg{width:22px;height:22px;fill:#e6b93d}
  .ko-mobile-cart-count{position:absolute;top:-6px;right:-8px;background:#d4af37;color:#000;font-size:10px;font-weight:700;min-width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 4px;}
  .ko-mobile-search-panel{display:none;position:sticky;top:64px;z-index:1001;background:#0a0a0a;border-bottom:1px solid rgba(212,175,55,.15);padding:10px 16px;}
  .ko-mobile-search-panel.open{display:block}
  .ko-mobile-search-panel .search-field{width:100%;height:48px;display:flex;align-items:center;background:#fff;border:2px solid #d4af37;border-radius:999px;}
  .ko-mobile-search-panel .search-input-header{flex:1;background:transparent;color:#111;padding-left:18px;border:none;outline:none;font-size:15px;}
  .ko-mobile-search-panel .search-btn{background:linear-gradient(135deg,#d4af37,#9c7c24);border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;margin-right:6px;cursor:pointer;}
  .ko-mobile-search-panel .search-btn svg{width:18px;height:18px;fill:#0b0b0d}
}@media (max-width:768px){
  .shop-mobile-sticky-header,.shop-mobile-search-panel,.shop-mobile-menu-overlay{display:none !important;}
}

/* Shared mobile header — desktop header remains unchanged. */
@media (max-width:768px){
  .ko-new-header{display:none!important}.ko-mobile-header{display:block!important;position:sticky;top:0;z-index:2000;background:#080808;border-bottom:1px solid rgba(212,175,55,.22);font-family:Arial,Helvetica,sans-serif}.ko-mobile-main-row{height:68px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 13px;background:linear-gradient(110deg,#070708,#16130d 55%,#070708)}.ko-mobile-left,.ko-mobile-right{display:flex;align-items:center;gap:8px}.ko-mobile-right{justify-self:end}.ko-mobile-icon-button,.ko-mobile-icon-link{width:30px;height:34px;border:0;background:transparent;color:#e6b93d;display:grid;place-items:center;padding:3px;position:relative;text-decoration:none}.ko-mobile-icon-button i{width:20px;height:2px;background:#e6b93d;display:block;margin:2px 0}.ko-mobile-icon-button svg,.ko-mobile-icon-link svg,.ko-mobile-search-panel svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.ko-mobile-brand{justify-self:center;display:flex;align-items:center;gap:7px;color:#d4af37;text-decoration:none}.ko-mobile-mark{width:31px;height:31px;display:grid;place-items:center;border-radius:50%;background:radial-gradient(circle,#111 53%,transparent 55%),conic-gradient(#d4af37,#8b6d1e,#ffd700,#d4af37);box-shadow:0 0 0 1px rgba(212,175,55,.5),0 3px 12px rgba(212,175,55,.35);font:700 11px 'Orbitron',Arial,sans-serif}.ko-mobile-wordmark{font:700 10px/1 'Orbitron',Arial,sans-serif;letter-spacing:.6px}.ko-mobile-wordmark small{display:block;color:rgba(212,175,55,.6);font:6px Arial,sans-serif;letter-spacing:1.35px;margin-top:3px}.ko-mobile-cart b{position:absolute;right:-5px;top:2px;min-width:15px;height:15px;border-radius:50%;background:#d4af37;color:#080808;font:700 10px Arial;display:grid;place-items:center}.ko-mobile-search-panel{display:none;padding:10px 14px;background:#0d0d0e;border-top:1px solid rgba(212,175,55,.18)}.ko-mobile-search-panel.is-open{display:flex}.ko-mobile-search-panel input{min-width:0;flex:1;height:43px;border:2px solid #d4af37;border-right:0;border-radius:999px 0 0 999px;background:#fff;color:#111;padding:0 14px;font-size:14px;outline:0}.ko-mobile-search-panel button{width:46px;border:2px solid #d4af37;border-left:0;border-radius:0 999px 999px 0;background:linear-gradient(135deg,#d4af37,#9c7c24);color:#080808;display:grid;place-items:center}.ko-mobile-menu-panel{display:none;background:#0d0d0e;border-top:1px solid rgba(212,175,55,.18);padding:5px 18px 13px}.ko-mobile-menu-panel.is-open{display:grid}.ko-mobile-menu-panel a{padding:12px 2px;border-bottom:1px solid rgba(212,175,55,.13);color:#e6b93d;text-decoration:none;font-size:13px;font-weight:700;letter-spacing:1.1px;text-transform:uppercase}
}

/* Final desktop More menu override. */
@media (min-width:769px){
  .ko-new-nav-inner .nav-dropdown{display:block!important;position:relative!important;align-self:center!important;margin:0!important;padding:0!important;line-height:1!important}
  .dropdown-toggle{width:auto!important;height:auto!important;color:#0a0a0a!important;font-size:17px!important;font-weight:800!important;letter-spacing:1.05px!important;text-transform:uppercase!important;line-height:1!important;text-shadow:0 1px 0 rgba(255,255,255,.22)!important}
  .ko-new-nav-inner .nav-dropdown > .dropdown-toggle{display:block!important;margin:0!important;padding:0!important;position:relative!important;transform:none!important}
  .ko-new-nav-inner .nav-dropdown > .dropdown-toggle::after{content:"·"!important;position:absolute!important;right:-20px!important;color:rgba(10,10,10,.45)!important}
  .dropdown-menu{top:calc(100% + 13px)!important;left:50%!important;transform:translateX(-50%)!important;width:202px!important;background:linear-gradient(155deg,rgba(33,27,13,.99),rgba(10,10,9,.99) 42%,rgba(3,3,3,.99))!important;border:1px solid rgba(215,174,58,.58)!important;border-radius:8px!important;box-shadow:0 22px 48px rgba(0,0,0,.78),0 0 0 1px rgba(255,218,109,.05),inset 0 1px 0 rgba(255,225,135,.12)!important;padding:6px!important;text-align:left!important;z-index:10050!important}
  .dropdown-inner{background:linear-gradient(180deg,rgba(15,15,14,.98),rgba(5,5,5,.99))!important;border:1px solid rgba(255,255,255,.035)!important;border-radius:5px!important;overflow:hidden!important}
  .dropdown-item{justify-content:flex-start!important;min-height:42px!important;padding:12px 15px!important;color:#e7cf88!important;font-size:12px!important;font-weight:700!important;letter-spacing:1.15px!important;text-align:left!important;text-shadow:none!important}
  .ko-new-nav-inner .dropdown-menu .dropdown-item{color:#e7cf88!important;justify-content:flex-start!important;text-align:left!important}
  .dropdown-item + .dropdown-item{border-top:1px solid rgba(212,175,55,.14)!important}
  .dropdown-item:hover,.dropdown-item:focus-visible{color:#ffe183!important;background:linear-gradient(90deg,rgba(212,175,55,.12),rgba(212,175,55,.035))!important;text-shadow:0 0 10px rgba(212,175,55,.2)!important;outline:none!important}
  .dropdown-item::before{display:none!important}
}

/* Premium mobile navigation drawer. Desktop navigation remains unchanged. */
.ko-mobile-drawer-backdrop,.ko-mobile-drawer{display:none}
@media (max-width:768px){
  body.ko-mobile-drawer-locked{position:fixed!important;width:100%!important;overflow:hidden!important}
  .ko-mobile-header{overflow:visible!important;color-scheme:dark!important;background:#080808!important;color:#f3d367!important;border-color:rgba(212,175,55,.25)!important}
  .ko-mobile-main-row{background:linear-gradient(110deg,#050506,#151109 55%,#050506)!important;color:#e6b93d!important}
  .ko-mobile-header .ko-mobile-brand,.ko-mobile-header .ko-mobile-brand:link,.ko-mobile-header .ko-mobile-brand:visited,.ko-mobile-header .ko-mobile-icon-link,.ko-mobile-header .ko-mobile-icon-link:link,.ko-mobile-header .ko-mobile-icon-link:visited,.ko-mobile-header .ko-mobile-icon-button{color:#e6b93d!important}
  .ko-mobile-main-row>.ko-mobile-brand{position:relative!important;z-index:3!important;pointer-events:auto!important;touch-action:manipulation}
  .ko-mobile-main-row>.ko-mobile-brand>*{pointer-events:none}
  .ko-mobile-header .ko-mobile-wordmark,.ko-mobile-header .ko-mobile-wordmark:visited{color:#d4af37!important}.ko-mobile-header .ko-mobile-wordmark small{color:rgba(212,175,55,.66)!important}
  .ko-mobile-header svg{stroke:currentColor!important}.ko-mobile-header .ko-mobile-icon-link,.ko-mobile-header .ko-mobile-icon-link:link,.ko-mobile-header .ko-mobile-icon-link:visited{color:#fff!important}.ko-mobile-cart b{background:#fff!important;color:#070707!important}
  .ko-mobile-menu-button{touch-action:manipulation}
  .ko-mobile-menu-button i{transition:transform .24s ease,opacity .18s ease}
  .ko-mobile-header.is-drawer-open .ko-mobile-menu-button i:nth-child(1){transform:translateY(6px) rotate(45deg)}
  .ko-mobile-header.is-drawer-open .ko-mobile-menu-button i:nth-child(2){opacity:0}
  .ko-mobile-header.is-drawer-open .ko-mobile-menu-button i:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
  .ko-mobile-drawer-backdrop{display:block;position:fixed;z-index:3000;inset:0;background:rgba(0,0,0,.74);backdrop-filter:none;-webkit-backdrop-filter:none;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .28s ease,visibility .28s ease}
  .ko-mobile-drawer-backdrop.is-open{opacity:1;visibility:visible;pointer-events:auto}
  .ko-mobile-drawer{display:flex;position:fixed;z-index:3001;top:0;right:auto;bottom:0;left:0;width:75vw;height:100vh;height:100dvh;flex-direction:column;overflow:hidden;color:#f5f1e7;background:
    radial-gradient(circle at 82% 5%,rgba(212,175,55,.13),transparent 27%),
    linear-gradient(145deg,#12100b 0%,#080808 30%,#030303 100%);
    border-right:1px solid rgba(220,180,64,.58);box-shadow:28px 0 70px rgba(0,0,0,.76),inset -1px 0 0 rgba(255,224,126,.07);filter:none;backdrop-filter:none;-webkit-backdrop-filter:none;transform:translateX(-102%);visibility:hidden;transition:transform .32s cubic-bezier(.22,.76,.26,1),visibility .32s ease;overscroll-behavior:contain}
  .ko-mobile-header .ko-mobile-drawer{background:radial-gradient(circle at 82% 5%,rgba(212,175,55,.13),transparent 27%),linear-gradient(145deg,#12100b 0%,#080808 30%,#030303 100%)!important;color:#f5f1e7!important;border-color:rgba(220,180,64,.58)!important}
  .ko-mobile-drawer::before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#9c7724 18%,#f1ce68 51%,#8b691f 83%,transparent);pointer-events:none}
  .ko-mobile-drawer.is-open{transform:none;visibility:visible}
  .ko-mobile-drawer-head{position:relative;z-index:1;display:flex;min-height:91px;align-items:center;justify-content:space-between;gap:16px;padding:calc(18px + env(safe-area-inset-top)) 21px 18px;border-bottom:1px solid rgba(212,175,55,.22);background:linear-gradient(180deg,rgba(18,16,10,.96),rgba(8,8,8,.92))}
  .ko-mobile-drawer-brand,.ko-mobile-drawer-brand:link,.ko-mobile-drawer-brand:visited{display:flex;min-width:0;align-items:center;gap:12px;color:#f1d477!important;text-decoration:none!important}
  .ko-mobile-drawer-mark{width:43px;height:43px;display:grid;flex:0 0 auto;place-items:center;border-radius:50%;border:1px solid rgba(233,193,68,.78);box-shadow:0 0 0 3px rgba(212,175,55,.08),0 7px 20px rgba(0,0,0,.4);font:700 13px 'Orbitron',Arial,sans-serif}
  .ko-mobile-drawer-brand span:last-child{display:grid;gap:5px;min-width:0}.ko-mobile-drawer-brand small{color:#ba9a46;font:700 8px/1 Arial,sans-serif;letter-spacing:1.65px;white-space:nowrap}.ko-mobile-drawer-brand strong{color:#fff;font:600 20px/1 Georgia,'Times New Roman',serif;letter-spacing:.3px}
  .ko-mobile-drawer-close{position:relative;width:46px;height:46px;flex:0 0 46px;border:1px solid rgba(212,175,55,.38);border-radius:50%;background:rgba(5,5,5,.78);color:#efcb61;box-shadow:inset 0 0 0 1px rgba(255,255,255,.02);cursor:pointer;touch-action:manipulation}
  .ko-mobile-drawer-close span::before,.ko-mobile-drawer-close span::after{content:"";position:absolute;left:13px;top:21px;width:20px;height:1.5px;background:currentColor}.ko-mobile-drawer-close span::before{transform:rotate(45deg)}.ko-mobile-drawer-close span::after{transform:rotate(-45deg)}
  .ko-mobile-drawer-close:hover,.ko-mobile-drawer-close:focus-visible{border-color:#efc957;background:rgba(212,175,55,.1);outline:2px solid rgba(239,201,87,.36);outline-offset:3px}
  .ko-mobile-drawer-scroll{position:relative;z-index:1;min-height:0;flex:1;overflow:hidden;overscroll-behavior:contain;touch-action:pan-y}
  .ko-mobile-drawer-track{display:flex;width:200%;height:100%;transform:none;transition:transform .3s cubic-bezier(.22,.76,.26,1);will-change:auto}
  .ko-mobile-drawer-track.is-submenu{transform:translateX(-50%)}
  .ko-mobile-drawer-page{width:50%;min-width:50%;height:100%;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;padding:25px 21px calc(27px + env(safe-area-inset-bottom));scrollbar-width:thin;scrollbar-color:#947326 #0a0a0a}
  .ko-mobile-drawer .ko-mobile-menu-panel{position:static!important;top:auto!important;right:auto!important;bottom:auto!important;left:auto!important;display:grid!important;width:100%!important;min-width:0!important;max-width:100%!important;padding:0!important;border:0!important;background:transparent!important;text-align:left!important}
  .ko-mobile-drawer .ko-mobile-menu-panel a[href="index.html"]{display:flex!important}
  .ko-mobile-nav-group{display:grid}.ko-mobile-nav-group + .ko-mobile-nav-group{margin-top:25px;padding-top:22px;border-top:1px solid rgba(212,175,55,.22)}
  .ko-mobile-nav-label{margin:0 0 8px;padding:0 3px;color:#a98735;font:800 9px/1 Arial,Helvetica,sans-serif;letter-spacing:2.1px;text-transform:uppercase}
  .ko-mobile-drawer .ko-mobile-menu-panel a{position:relative;display:flex!important;min-height:53px;align-items:center;justify-content:space-between!important;padding:14px 31px 14px 3px!important;border-bottom:1px solid rgba(212,175,55,.13)!important;color:#f2eee5!important;font:700 15px/1.2 Arial,Helvetica,sans-serif!important;letter-spacing:1.05px!important;text-align:left!important;text-decoration:none!important;text-transform:uppercase!important;transition:color .18s ease,padding-left .18s ease,background .18s ease}
  .ko-mobile-drawer :where(a,button,small,strong,p){text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
  .ko-mobile-drawer .ko-mobile-nav-group>a{margin-left:0!important;padding-left:3px!important;transform:none!important}
  .ko-mobile-drawer .ko-mobile-menu-panel a:visited{color:#f2eee5!important}
  .ko-mobile-drawer .ko-mobile-menu-panel a::after{content:"";position:absolute;right:5px;width:8px;height:8px;border-top:1px solid #c9a43b;border-right:1px solid #c9a43b;transform:rotate(45deg);opacity:.72}
  .ko-mobile-drawer .ko-mobile-menu-panel a:hover,.ko-mobile-drawer .ko-mobile-menu-panel a:focus-visible,.ko-mobile-drawer .ko-mobile-menu-panel a.ko-nav-current{padding-left:3px!important;color:#f2ce63!important;background:linear-gradient(90deg,rgba(212,175,55,.09),transparent 78%)!important;outline:none!important}
  .ko-mobile-drawer .ko-mobile-menu-panel a.ko-nav-current::before{content:"";position:absolute;left:0;top:17px;bottom:17px;width:2px;background:#e3b83d;box-shadow:0 0 8px rgba(227,184,61,.42)}
  .ko-mobile-submenu-open{position:relative;display:flex;min-height:57px;align-items:center;justify-content:space-between;gap:15px;padding:14px 31px 14px 3px;border:0;border-bottom:1px solid rgba(212,175,55,.13);background:transparent;color:#f2eee5;font:700 15px/1.2 Arial,Helvetica,sans-serif;letter-spacing:1.05px;text-align:left;text-transform:uppercase;cursor:pointer;touch-action:manipulation}
  .ko-mobile-submenu-open small{color:#8f846b;font:800 8px/1.35 Arial,sans-serif;letter-spacing:.85px;text-align:right;text-transform:uppercase}
  .ko-mobile-submenu-open::after{content:"";position:absolute;right:5px;width:8px;height:8px;border-top:1px solid #c9a43b;border-right:1px solid #c9a43b;transform:rotate(45deg);opacity:.8}
  .ko-mobile-submenu-open:hover,.ko-mobile-submenu-open:focus-visible{padding-left:11px;color:#f2ce63;background:linear-gradient(90deg,rgba(212,175,55,.09),transparent 78%);outline:none}
  .ko-mobile-submenu-back{display:flex;min-height:48px;align-items:center;gap:12px;margin:0 0 27px;padding:0 3px;border:0;border-bottom:1px solid rgba(212,175,55,.18);background:transparent;color:#dfbd58;font:800 10px/1 Arial,sans-serif;letter-spacing:1.55px;text-transform:uppercase;cursor:pointer;touch-action:manipulation}
  .ko-mobile-submenu-back span{width:9px;height:9px;border-bottom:1px solid currentColor;border-left:1px solid currentColor;transform:rotate(45deg)}
  .ko-mobile-submenu-back:hover,.ko-mobile-submenu-back:focus-visible{color:#ffe080;outline:none}
  .ko-mobile-submenu-heading{display:grid;gap:7px;margin-bottom:22px;padding:0 3px 19px;border-bottom:1px solid rgba(212,175,55,.25)}
  .ko-mobile-submenu-heading small{color:#8f7841;font:800 8px/1 Arial,sans-serif;letter-spacing:2px;text-transform:uppercase}.ko-mobile-submenu-heading strong{color:#f3eee4;font:700 24px/1.1 Georgia,'Times New Roman',serif}
  .ko-mobile-nav-group--secondary a{min-height:48px!important;color:#d9d4ca!important;font-size:13px!important}
  .ko-mobile-drawer-footer{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:27px;padding-top:21px;border-top:1px solid rgba(212,175,55,.22)}
  .ko-mobile-drawer-footer a,.ko-mobile-drawer-footer a:link,.ko-mobile-drawer-footer a:visited{display:flex;min-height:44px;align-items:center;justify-content:center;border:1px solid rgba(212,175,55,.3);border-radius:5px;background:rgba(212,175,55,.055);color:#e6c454!important;text-decoration:none;font:800 11px/1 Arial,sans-serif;letter-spacing:1.25px;text-transform:uppercase}
  .ko-mobile-drawer-footer a:hover,.ko-mobile-drawer-footer a:focus-visible{border-color:#d9b23e;background:rgba(212,175,55,.12);outline:none}
  .ko-mobile-drawer-footer p{grid-column:1/-1;margin:9px 0 0;color:#817968;font:10px/1.5 Arial,sans-serif;letter-spacing:.45px;text-align:center}
}
@media (max-width:390px){
  .ko-mobile-drawer-head{padding-left:17px;padding-right:17px}.ko-mobile-drawer-page{padding-left:17px;padding-right:17px}
}
@media (prefers-reduced-motion:reduce){
  .ko-mobile-drawer,.ko-mobile-drawer-backdrop,.ko-mobile-drawer-track,.ko-mobile-menu-button i{transition:none!important}
}

/* =========================================================
   ORIGINAL SILVER BRAND SYSTEM
   The supplied transparent artwork is displayed from lossless,
   shadow-safe crops made from the user's exact source pixels. No
   resampling, mask, recolor, destructive filter, or redraw is used.
   ========================================================= */
:root{
  --ko-shell-black:#050506;
  --ko-shell-soft:#111214;
  --ko-silver:#d8d9dc;
  --ko-silver-bright:#f4f2ed;
  --ko-silver-muted:#9ea1a6;
  --ko-ivory:#f4f0e9;
  --ko-ink:#17181a;
}
.ko-new-header{
  color-scheme:dark!important;
  background:
    radial-gradient(ellipse at 16% -18%,rgba(255,255,255,.075),transparent 35%),
    linear-gradient(180deg,#030304 0%,#08090a 67%,#050506 100%)!important;
  border-top:1px solid rgba(235,235,235,.38)!important;
  border-bottom:1px solid rgba(255,255,255,.18)!important;
  box-shadow:0 7px 24px rgba(0,0,0,.3)!important;
}
.ko-new-header::before,.ko-new-header::after{
  background:radial-gradient(ellipse at center,rgba(255,255,255,.065) 0%,transparent 72%)!important;
}
.ko-new-top-bar{min-height:104px!important}
.ko-new-brand-link{
  min-width:0!important;
  color:var(--ko-ivory)!important;
  outline-offset:7px;
}
.ko-silver-brand{
  display:flex!important;
  min-width:0!important;
  align-items:center!important;
  flex-shrink:0!important;
  position:relative!important;
  isolation:isolate;
}
.ko-silver-brand::before{
  content:"";
  position:absolute;
  z-index:-1;
  inset:-11px -14px;
  border-radius:50%;
  background:
    radial-gradient(ellipse 25% 70% at 11% 50%,rgba(247,248,250,.13),rgba(186,191,199,.055) 48%,transparent 76%),
    radial-gradient(ellipse 66% 74% at 68% 50%,rgba(246,247,249,.10),rgba(171,177,186,.045) 49%,transparent 78%);
  pointer-events:none;
}
.ko-silver-brand--desktop{gap:14px!important}
.ko-brand-image-frame{
  position:relative!important;
  display:block!important;
  flex:0 0 auto!important;
  min-width:0!important;
  background:transparent!important;
}
.ko-brand-image-frame--mark{
  width:54px!important;
  height:52px!important;
}
.ko-brand-image-frame--wordmark{
  width:205px!important;
  height:58px!important;
}
.ko-brand-image{
  position:static!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  filter:drop-shadow(0 0 1px rgba(255,255,255,.48)) drop-shadow(0 2px 7px rgba(204,209,217,.16))!important;
  opacity:1!important;
  transform:none!important;
  pointer-events:none;
  user-select:none;
}
.ko-new-search .search-input-header{
  background:linear-gradient(180deg,#1a1b1e,#101113)!important;
  border:1px solid rgba(235,235,235,.26)!important;
  color:#f6f4ef!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.055),0 8px 24px rgba(0,0,0,.3)!important;
}
.ko-new-search .search-input-header::placeholder{color:#a8aaad!important}
.ko-new-search .search-input-header:focus{
  border-color:rgba(244,242,237,.72)!important;
  box-shadow:0 0 0 3px rgba(226,228,232,.1),inset 0 1px 0 rgba(255,255,255,.07)!important;
}
.ko-new-search .search-btn{
  background:transparent!important;
  border:0!important;
  color:#f4f2ed!important;
}
.ko-new-search .search-btn:hover,.ko-new-search .search-btn:focus-visible{background:rgba(255,255,255,.08)!important;outline:1px solid rgba(255,255,255,.28)!important}
.ko-new-search .search-btn svg{fill:#f4f2ed!important;color:#f4f2ed!important}
.ko-new-action-link,.ko-new-action-link:link,.ko-new-action-link:visited{color:#f4f0e9!important}
.ko-new-action-link:hover,.ko-new-action-link:focus-visible{color:#fff!important;outline-color:#d8d9dc!important}
.ko-new-action-link svg{fill:#f4f0e9!important}
.ko-new-cart-badge{background:#f4f0e9!important;color:#08090a!important}
.ko-new-nav-bar{
  border-top:1px solid #d8d4cd!important;
  border-bottom:1px solid #c7c1b8!important;
  background:linear-gradient(180deg,#fbfaf7 0%,#f0ece5 100%)!important;
  box-shadow:inset 0 1px 0 #fff,inset 0 -1px 0 rgba(0,0,0,.08),0 5px 16px rgba(0,0,0,.18)!important;
}
.ko-new-nav-inner a,.ko-new-nav-inner a:link,.ko-new-nav-inner a:visited,.dropdown-toggle{
  color:#191a1c!important;
  text-shadow:none!important;
}
.ko-new-nav-inner a::after,.ko-new-nav-inner .nav-dropdown>.dropdown-toggle::after{color:rgba(25,26,28,.34)!important}
.ko-new-nav-inner a::before{background:#202226!important;box-shadow:none!important}
.ko-new-nav-inner a:hover,.ko-new-nav-inner a:focus-visible,.ko-new-nav-inner a.ko-nav-current,.dropdown-toggle:hover,.dropdown-toggle:focus-visible{
  color:#000!important;
  text-shadow:none!important;
  outline-color:#696c71!important;
}
@media (min-width:769px){
  .ko-new-nav-inner .dropdown-menu{
    background:linear-gradient(160deg,rgba(30,31,34,.99),rgba(7,8,9,.995) 58%)!important;
    border-color:rgba(225,225,225,.34)!important;
    box-shadow:0 22px 48px rgba(0,0,0,.62),inset 0 1px 0 rgba(255,255,255,.075)!important;
  }
  .ko-new-nav-inner .dropdown-inner{background:linear-gradient(180deg,#151619,#090a0b)!important;border-color:rgba(255,255,255,.06)!important}
  .ko-new-nav-inner .dropdown-menu .dropdown-item{color:#e4e1da!important}
  .ko-new-nav-inner .dropdown-menu .dropdown-item+.dropdown-item{border-color:rgba(230,230,230,.12)!important}
  .ko-new-nav-inner .dropdown-menu .dropdown-item:hover,.ko-new-nav-inner .dropdown-menu .dropdown-item:focus-visible{
    color:#fff!important;
    background:linear-gradient(90deg,rgba(255,255,255,.105),rgba(255,255,255,.025))!important;
    text-shadow:none!important;
  }
}

/* Universal primary navigation: Home remains visible on every page while
   About lives inside More. */
@media (min-width:769px){
  body > .ko-new-header .ko-new-nav-inner > a[href="index.html"]{
    display:inline-flex!important;
  }
}
@media (max-width:768px){
  body > .ko-mobile-header .ko-mobile-menu-panel a[href="index.html"]{
    display:flex!important;
  }
}
@media (min-width:769px) and (max-width:1180px){
  .ko-new-top-bar{grid-template-columns:minmax(184px,auto) minmax(240px,1fr) auto!important;padding-inline:20px!important;gap:18px!important}
  .ko-silver-brand--desktop{gap:10px!important}
  .ko-silver-brand--desktop .ko-brand-image-frame--mark{width:43px!important;height:44px!important}
  .ko-silver-brand--desktop .ko-brand-image-frame--wordmark{width:148px!important;height:48px!important}
  .ko-new-actions{gap:14px!important}
  .ko-new-action-link{font-size:11px!important}
}
@media (min-width:769px) and (max-width:900px){
  .ko-new-top-bar{grid-template-columns:172px minmax(220px,1fr) auto!important;padding-inline:16px!important;gap:13px!important}
  .ko-silver-brand--desktop{gap:8px!important}
  .ko-silver-brand--desktop .ko-brand-image-frame--mark{width:36px!important;height:39px!important}
  .ko-silver-brand--desktop .ko-brand-image-frame--wordmark{width:126px!important;height:43px!important}
  .ko-new-action-link span:not(.ko-new-cart-badge){display:none!important}
  .ko-new-actions{gap:10px!important}
}

@media (max-width:768px){
  .ko-mobile-header{
    background:#050506!important;
    border-top:1px solid rgba(255,255,255,.27)!important;
    border-bottom:1px solid rgba(255,255,255,.16)!important;
  }
  .ko-mobile-main-row{background:linear-gradient(110deg,#030304,#101113 55%,#030304)!important;color:#f1eee8!important}
  .ko-mobile-header .ko-mobile-brand{gap:5px!important;color:#f1eee8!important}
  .ko-silver-brand--mobile .ko-brand-image-frame--mark{width:34px!important;height:32px!important}
  .ko-silver-brand--mobile .ko-brand-image-frame--wordmark{width:104px!important;height:35px!important}
  .ko-mobile-header .ko-mobile-icon-button,.ko-mobile-header .ko-mobile-icon-link,.ko-mobile-header .ko-mobile-icon-link:link,.ko-mobile-header .ko-mobile-icon-link:visited{color:#f4f0e9!important}
  .ko-mobile-header .ko-mobile-icon-button i{background:#f4f0e9!important}
  .ko-mobile-cart b{background:#f4f0e9!important;color:#050506!important}
  .ko-mobile-search-panel{background:#0b0c0e!important;border-color:rgba(255,255,255,.15)!important}
  .ko-mobile-search-panel input{border-color:#aeb0b4!important;background:#f8f6f1!important;color:#17181a!important}
  .ko-mobile-search-panel button{border-color:#aeb0b4!important;background:#d9dade!important;color:#121315!important}
  .ko-mobile-header .ko-mobile-drawer{
    color:#f5f2ec!important;
    background:radial-gradient(circle at 82% 5%,rgba(255,255,255,.085),transparent 28%),linear-gradient(145deg,#17181a 0%,#08090a 34%,#030304 100%)!important;
    border-color:rgba(225,225,225,.42)!important;
  }
  .ko-mobile-drawer::before{background:linear-gradient(90deg,transparent,#8f9297 18%,#f0efeb 51%,#777a7f 83%,transparent)!important}
  .ko-mobile-drawer-head{border-color:rgba(230,230,230,.15)!important;background:linear-gradient(180deg,rgba(25,26,29,.97),rgba(8,9,10,.94))!important}
  .ko-mobile-drawer-brand,.ko-mobile-drawer-brand:link,.ko-mobile-drawer-brand:visited{color:#f2f0eb!important}
  .ko-mobile-drawer-mark{border-color:rgba(230,230,230,.65)!important;box-shadow:0 0 0 3px rgba(255,255,255,.045),0 7px 20px rgba(0,0,0,.4)!important}
  .ko-mobile-drawer-brand small,.ko-mobile-nav-label{color:#aeb0b4!important}
  .ko-mobile-drawer-close{border-color:rgba(225,225,225,.34)!important;color:#f2f0eb!important}
  .ko-mobile-drawer-close:hover,.ko-mobile-drawer-close:focus-visible{border-color:#f0efeb!important;background:rgba(255,255,255,.08)!important;outline-color:rgba(240,239,235,.3)!important}
  .ko-mobile-nav-group+.ko-mobile-nav-group,.ko-mobile-drawer .ko-mobile-menu-panel a,.ko-mobile-submenu-open,.ko-mobile-submenu-back,.ko-mobile-submenu-heading,.ko-mobile-drawer-footer{border-color:rgba(225,225,225,.12)!important}
  .ko-mobile-drawer .ko-mobile-menu-panel a::after,.ko-mobile-submenu-open::after{border-color:#bfc1c5!important}
  .ko-mobile-drawer .ko-mobile-menu-panel a:hover,.ko-mobile-drawer .ko-mobile-menu-panel a:focus-visible,.ko-mobile-drawer .ko-mobile-menu-panel a.ko-nav-current,.ko-mobile-submenu-open:hover,.ko-mobile-submenu-open:focus-visible{color:#fff!important;background:linear-gradient(90deg,rgba(255,255,255,.075),transparent 78%)!important}
  .ko-mobile-drawer .ko-mobile-menu-panel a.ko-nav-current::before{background:#e2e2e0!important;box-shadow:0 0 8px rgba(255,255,255,.25)!important}
  .ko-mobile-submenu-open small,.ko-mobile-submenu-heading small{color:#9da0a5!important}
  .ko-mobile-submenu-back{color:#d7d8da!important}
  .ko-mobile-drawer-footer a,.ko-mobile-drawer-footer a:link,.ko-mobile-drawer-footer a:visited{border-color:rgba(225,225,225,.24)!important;background:rgba(255,255,255,.045)!important;color:#efede8!important}
  .ko-mobile-drawer-footer a:hover,.ko-mobile-drawer-footer a:focus-visible{border-color:#e1e1df!important;background:rgba(255,255,255,.09)!important}
}
@media (max-width:380px){
  .ko-mobile-header .ko-mobile-brand{gap:3px!important}
  .ko-silver-brand--mobile .ko-brand-image-frame--mark{width:29px!important;height:29px!important}
  .ko-silver-brand--mobile .ko-brand-image-frame--wordmark{width:88px!important;height:31px!important}
}

/* Final transparent-logo proportions against the approved homepage render. */
@media (min-width:1181px){
  .ko-new-header{min-height:116px!important}
  .ko-new-top-bar{
    grid-template-columns:402px minmax(340px,650px) minmax(210px,1fr)!important;
    min-height:116px!important;
    height:116px!important;
    gap:24px!important;
    padding:12px 28px!important;
  }
  .ko-silver-brand--desktop{gap:18px!important}
  .ko-silver-brand--desktop .ko-brand-image-frame--mark{width:72px!important;height:42px!important}
  .ko-silver-brand--desktop .ko-brand-image-frame--wordmark{width:292px!important;height:78px!important}
  .ko-new-search{max-width:650px!important}
}
@media (min-width:1041px) and (max-width:1180px){
  .ko-new-header{min-height:108px!important}
  .ko-new-top-bar{
    grid-template-columns:300px minmax(280px,1fr) auto!important;
    min-height:108px!important;
    height:108px!important;
    gap:18px!important;
    padding:11px 22px!important;
  }
  .ko-silver-brand--desktop{gap:15px!important}
  .ko-silver-brand--desktop .ko-brand-image-frame--mark{width:58px!important;height:34px!important}
  .ko-silver-brand--desktop .ko-brand-image-frame--wordmark{width:226px!important;height:60px!important}
  .ko-new-search{max-width:590px!important}
  .ko-new-action-link{font-size:11px!important}
}
@media (min-width:901px) and (max-width:1040px){
  .ko-new-top-bar{
    grid-template-columns:250px minmax(235px,1fr) auto!important;
    min-height:108px!important;
    height:108px!important;
    gap:15px!important;
    padding:10px 18px!important;
  }
  .ko-silver-brand--desktop{gap:12px!important}
  .ko-silver-brand--desktop .ko-brand-image-frame--mark{width:48px!important;height:28px!important}
  .ko-silver-brand--desktop .ko-brand-image-frame--wordmark{width:188px!important;height:50px!important}
  .ko-new-action-link span:not(.ko-new-cart-badge){display:none!important}
}
@media (min-width:769px) and (max-width:900px){
  .ko-new-top-bar{grid-template-columns:207px minmax(220px,1fr) auto!important}
  .ko-silver-brand--desktop{gap:11px!important}
  .ko-silver-brand--desktop .ko-brand-image-frame--mark{width:40px!important;height:24px!important}
  .ko-silver-brand--desktop .ko-brand-image-frame--wordmark{width:156px!important;height:42px!important}
}
@media (max-width:768px){
  .ko-mobile-main-row{height:74px!important}
  .ko-mobile-header .ko-mobile-brand{gap:7px!important}
  .ko-silver-brand--mobile .ko-brand-image-frame--mark{width:40px!important;height:24px!important}
  .ko-silver-brand--mobile .ko-brand-image-frame--wordmark{width:145px!important;height:39px!important}
  .ko-silver-brand--mobile::before{inset:-9px -11px}
}
@media (max-width:420px){
  .ko-mobile-header .ko-mobile-brand{gap:7px!important}
}
@media (max-width:360px){
  .ko-mobile-header .ko-mobile-brand{gap:5px!important}
  .ko-silver-brand--mobile .ko-brand-image-frame--mark{width:31px!important;height:19px!important}
  .ko-silver-brand--mobile .ko-brand-image-frame--wordmark{width:112px!important;height:30px!important}
}

/* This stylesheet can load before site-design-v2.css. Extra specificity keeps
   the shared header neutral silver/ivory without changing global page tokens. */
.ko-new-header .ko-new-search .search-input-header:focus{
  border-color:rgba(236,237,239,.82)!important;
  box-shadow:0 0 0 3px rgba(226,228,232,.12),inset 0 1px 0 rgba(255,255,255,.07)!important;
}
.ko-new-header .ko-new-search .search-btn{
  border:1px solid rgba(236,237,239,.26)!important;
  background:linear-gradient(145deg,#26282b,#0d0e10)!important;
  color:#f4f2ed!important;
  box-shadow:0 5px 16px rgba(0,0,0,.38)!important;
}
.ko-new-header .ko-new-search .search-btn:hover,
.ko-new-header .ko-new-search .search-btn:focus-visible{
  border-color:rgba(244,242,237,.62)!important;
  background:linear-gradient(145deg,#34363a,#151619)!important;
}
.ko-new-header .ko-new-search .search-btn svg{
  color:#f4f2ed!important;
  fill:#f4f2ed!important;
}
.ko-new-nav-bar .ko-new-nav-inner a::before{
  background:#202226!important;
  box-shadow:none!important;
}
@media (min-width:769px){
  body .ko-new-nav-inner .dropdown-menu .dropdown-item:hover,
  body .ko-new-nav-inner .dropdown-menu .dropdown-item:focus-visible{
    background:linear-gradient(90deg,rgba(255,255,255,.11),rgba(255,255,255,.025))!important;
  }
}
@media (max-width:768px){
  .ko-mobile-header .ko-mobile-search-panel button{
    border-color:#aeb0b4!important;
    background:linear-gradient(145deg,#d9dade,#aeb0b4)!important;
    color:#121315!important;
  }
  .ko-mobile-header .ko-mobile-drawer .ko-mobile-menu-panel a:hover,
  .ko-mobile-header .ko-mobile-drawer .ko-mobile-menu-panel a:focus-visible,
  .ko-mobile-header .ko-mobile-drawer .ko-mobile-menu-panel a.ko-nav-current,
  .ko-mobile-header .ko-mobile-drawer .ko-mobile-submenu-open:hover,
  .ko-mobile-header .ko-mobile-drawer .ko-mobile-submenu-open:focus-visible{
    background:linear-gradient(90deg,rgba(255,255,255,.075),transparent 78%)!important;
  }
  .ko-mobile-header .ko-mobile-drawer .ko-mobile-menu-panel a.ko-nav-current::before{
    background:#e2e2e0!important;
    box-shadow:0 0 8px rgba(255,255,255,.25)!important;
  }
}
.ko-new-header :where(a,button,input):focus-visible,
.ko-new-nav-bar :where(a,button):focus-visible,
.ko-mobile-header :where(a,button,input):focus-visible{
  outline-color:#d8d9dc!important;
}

/* Final approved hierarchy: dimensional ivory brand bar over black navigation. */
.ko-new-header{
  color-scheme:light!important;
  background:
    radial-gradient(ellipse at 12% 8%,rgba(255,255,255,.96),transparent 34%),
    linear-gradient(180deg,#fbfaf7 0%,#eee9e1 58%,#ddd6cb 100%)!important;
  border-top:1px solid #fff!important;
  border-bottom:1px solid #111315!important;
  box-shadow:0 7px 25px rgba(0,0,0,.28),inset 0 -1px 0 rgba(0,0,0,.12)!important;
}
.ko-new-header::before,
.ko-new-header::after{
  background:radial-gradient(ellipse at center,rgba(255,255,255,.55),transparent 74%)!important;
}
.ko-new-header .ko-new-top-bar{
  background:
    linear-gradient(90deg,rgba(255,255,255,.42),transparent 30%,transparent 72%,rgba(255,255,255,.2)),
    linear-gradient(180deg,rgba(255,255,255,.24),rgba(90,86,78,.045))!important;
}
.ko-new-header .ko-silver-brand::before{content:none!important}
.ko-new-header .ko-brand-image{
  filter:drop-shadow(0 2px 4px rgba(0,0,0,.20))!important;
}
.ko-new-header .ko-new-action-link,
.ko-new-header .ko-new-action-link:link,
.ko-new-header .ko-new-action-link:visited{
  color:#17191c!important;
  text-shadow:0 1px 0 rgba(255,255,255,.7)!important;
}
.ko-new-header .ko-new-action-link:hover,
.ko-new-header .ko-new-action-link:focus-visible{color:#000!important}
.ko-new-header .ko-new-action-link svg{fill:#17191c!important}
.ko-new-header .ko-new-cart-badge{
  background:#17191c!important;
  color:#f8f5ef!important;
  box-shadow:0 2px 7px rgba(0,0,0,.2)!important;
}
.ko-new-header .ko-new-nav-bar{
  border-top:1px solid rgba(255,255,255,.2)!important;
  border-bottom:1px solid rgba(255,255,255,.18)!important;
  background:
    radial-gradient(ellipse at 50% -50%,rgba(255,255,255,.09),transparent 56%),
    linear-gradient(180deg,#17191c 0%,#070809 65%,#030304 100%)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 6px 18px rgba(0,0,0,.25)!important;
}
.ko-new-header .ko-new-nav-inner a,
.ko-new-header .ko-new-nav-inner a:link,
.ko-new-header .ko-new-nav-inner a:visited,
.ko-new-header .ko-new-nav-inner .dropdown-toggle{
  color:#f3efe8!important;
  text-shadow:0 1px 0 #000!important;
}
.ko-new-header .ko-new-nav-inner a::after,
.ko-new-header .ko-new-nav-inner .nav-dropdown>.dropdown-toggle::after{
  color:rgba(242,239,232,.32)!important;
}
.ko-new-header .ko-new-nav-inner a::before{
  background:#e4e1da!important;
  box-shadow:0 0 7px rgba(255,255,255,.2)!important;
}
.ko-new-header .ko-new-nav-inner a:hover,
.ko-new-header .ko-new-nav-inner a:focus-visible,
.ko-new-header .ko-new-nav-inner a.ko-nav-current,
.ko-new-header .ko-new-nav-inner .dropdown-toggle:hover,
.ko-new-header .ko-new-nav-inner .dropdown-toggle:focus-visible{
  color:#fff!important;
}

@media (max-width:768px){
  body .ko-mobile-header,
  body .ko-mobile-header .ko-mobile-main-row{
    border-color:rgba(18,20,23,.24)!important;
    background:
      radial-gradient(ellipse at 52% -35%,rgba(255,255,255,.92),transparent 48%),
      linear-gradient(180deg,#faf8f4 0%,#e8e3da 100%)!important;
    color:#17191c!important;
  }
  .ko-mobile-header .ko-silver-brand::before{content:none!important}
  .ko-mobile-header .ko-brand-image{
    filter:drop-shadow(0 1px 3px rgba(0,0,0,.2))!important;
  }
  .ko-mobile-header .ko-mobile-icon-button,
  .ko-mobile-header .ko-mobile-icon-link,
  .ko-mobile-header .ko-mobile-icon-link:link,
  .ko-mobile-header .ko-mobile-icon-link:visited{color:#17191c!important}
  .ko-mobile-header .ko-mobile-icon-button i{background:#17191c!important}
  .ko-mobile-header .ko-mobile-cart b{
    background:#17191c!important;
    color:#f8f5ef!important;
  }
  .ko-mobile-header .ko-mobile-search-panel{
    border-color:rgba(255,255,255,.17)!important;
    background:linear-gradient(180deg,#141619,#070809)!important;
  }
  .ko-mobile-header .ko-mobile-search-panel input{
    border-color:#9fa2a7!important;
    background:#f8f6f1!important;
    color:#17181a!important;
  }
}

/* ========================================================================== 
   HEADER POLISH — clean source-logo presentation and balanced desktop shell
   ========================================================================== */
body > .ko-new-header{
  min-height:0!important;
  color-scheme:light!important;
  background:linear-gradient(180deg,#fffaf1 0%,#f4ecdf 100%)!important;
  border-top:1px solid #fff!important;
  border-bottom:1px solid #111315!important;
  box-shadow:0 7px 24px rgba(0,0,0,.26),inset 0 -1px 0 rgba(74,65,54,.14)!important;
}
body > .ko-new-header::before,
body > .ko-new-header::after{display:none!important}
body > .ko-new-header .ko-new-top-bar{
  width:100%!important;
  max-width:1680px!important;
  min-height:106px!important;
  height:106px!important;
  grid-template-columns:max-content minmax(0,1fr) max-content!important;
  gap:14px!important;
  padding:12px 14px!important;
  background:transparent!important;
}
body > .ko-new-header .ko-new-brand-link{
  display:inline-flex!important;
  align-items:center!important;
  justify-self:start!important;
  padding:6px 0!important;
}
body > .ko-new-header .ko-silver-brand--desktop{gap:15px!important}
body > .ko-new-header .ko-silver-brand::before,
body > .ko-mobile-header .ko-silver-brand::before{content:none!important;display:none!important}
body > .ko-new-header .ko-silver-brand--desktop .ko-brand-image-frame--mark{
  width:50px!important;
  height:35px!important;
}
body > .ko-new-header .ko-silver-brand--desktop .ko-brand-image-frame--wordmark{
  width:295px!important;
  height:79px!important;
}
body > .ko-new-header .ko-brand-image,
body > .ko-mobile-header .ko-brand-image{
  filter:none!important;
}
body > .ko-new-header .ko-new-search{
  width:100%!important;
  max-width:980px!important;
  justify-self:center!important;
}
body > .ko-new-header .ko-new-search .search-input-header{
  height:56px!important;
  border-radius:999px!important;
  border:1px solid rgba(84,77,68,.58)!important;
  background:linear-gradient(180deg,#fffdf8 0%,#eee5d8 100%)!important;
  color:#202226!important;
  box-shadow:inset 0 1px 0 #fff,0 6px 15px rgba(65,55,44,.16)!important;
  padding-left:24px!important;
  padding-right:64px!important;
  font-size:14px!important;
}
body > .ko-new-header .ko-new-search .search-input-header::placeholder{font-size:14px!important;color:#625d56!important;opacity:1!important}
body > .ko-new-header .ko-new-search .search-btn{
  top:5px!important;
  right:5px!important;
  width:46px!important;
  height:46px!important;
  border:1px solid #73777d!important;
  border-radius:50%!important;
  background:linear-gradient(145deg,#3a3d42,#151719)!important;
  color:#fff!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.22),0 4px 11px rgba(0,0,0,.24)!important;
  transform:none!important;
}
body > .ko-new-header .ko-new-actions{
  justify-self:end!important;
  gap:12px!important;
}
body > .ko-new-header .ko-new-action-link{
  min-height:38px!important;
  padding:7px 3px!important;
  font-size:11px!important;
  letter-spacing:.45px!important;
  color:#111315!important;
  text-shadow:0 1px 0 rgba(255,255,255,.72)!important;
}
body > .ko-new-header .ko-new-action-link:hover,
body > .ko-new-header .ko-new-action-link:focus-visible{transform:translateY(-1px)!important}
body > .ko-new-header .ko-new-action-link svg{width:17px!important;height:17px!important;fill:#111315!important}
body > .ko-new-header .ko-new-cart-badge{background:#111315!important;color:#fbf8f1!important}
body > .ko-new-header .ko-new-nav-bar{
  border-top:1px solid rgba(255,255,255,.17)!important;
  border-bottom:1px solid rgba(255,255,255,.14)!important;
  background:linear-gradient(180deg,#17191c 0%,#090a0c 58%,#030304 100%)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 6px 18px rgba(0,0,0,.24)!important;
}
body > .ko-new-header .ko-new-nav-inner{
  gap:30px!important;
  padding:13px 28px!important;
}
body > .ko-new-header .ko-new-nav-inner a,
body > .ko-new-header .ko-new-nav-inner .dropdown-toggle{
  color:#f4f0e9!important;
  text-shadow:0 1px 0 #000!important;
  font-size:14px!important;
  font-weight:800!important;
  letter-spacing:.9px!important;
  line-height:1.2!important;
}
body > .ko-new-header .ko-new-nav-inner a::after,
body > .ko-new-header .ko-new-nav-inner .nav-dropdown > .dropdown-toggle::after{right:-18px!important;color:rgba(244,240,233,.34)!important}
body > .ko-new-header .ko-new-nav-inner a::before{background:#e3ded5!important;box-shadow:0 0 7px rgba(255,255,255,.16)!important}
body > .ko-new-header .ko-new-nav-inner .nav-dropdown:last-child > .dropdown-toggle::after{content:""!important}

@media (min-width:1181px) and (max-width:1360px){
  body > .ko-new-header .ko-new-top-bar{
    min-height:102px!important;
    height:102px!important;
    grid-template-columns:max-content minmax(0,1fr) max-content!important;
    gap:18px!important;
    padding-inline:18px!important;
  }
  body > .ko-new-header .ko-silver-brand--desktop{gap:14px!important}
  body > .ko-new-header .ko-silver-brand--desktop .ko-brand-image-frame--mark{width:50px!important;height:35px!important}
  body > .ko-new-header .ko-silver-brand--desktop .ko-brand-image-frame--wordmark{width:280px!important;height:75px!important}
  body > .ko-new-header .ko-new-actions{gap:16px!important}
  body > .ko-new-header .ko-new-action-link{font-size:11px!important}
}

@media (min-width:901px) and (max-width:1180px){
  body > .ko-new-header .ko-new-top-bar{
    min-height:90px!important;
    height:90px!important;
    grid-template-columns:max-content minmax(0,1fr) max-content!important;
    gap:18px!important;
    padding:10px 22px!important;
  }
  body > .ko-new-header .ko-silver-brand--desktop{gap:11px!important}
  body > .ko-new-header .ko-silver-brand--desktop .ko-brand-image-frame--mark{width:44px!important;height:31px!important}
  body > .ko-new-header .ko-silver-brand--desktop .ko-brand-image-frame--wordmark{width:220px!important;height:59px!important}
  body > .ko-new-header .ko-new-actions{gap:12px!important}
  body > .ko-new-header .ko-new-action-link{font-size:10.5px!important}
}

/* Approved unified brand master. One image preserves the KO/wordmark ratio and
   prevents page-level legacy rules from separating the two brand elements. */
body > .ko-new-header .ko-brand-image-frame--lockup,
body > .ko-mobile-header .ko-brand-image-frame--lockup{
  display:block!important;
  flex:0 0 auto!important;
  overflow:hidden!important;
}
body > .ko-new-header .ko-brand-image--lockup,
body > .ko-mobile-header .ko-brand-image--lockup{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  filter:none!important;
  transform:none!important;
}
@media (min-width:1361px){
  body > .ko-new-header .ko-new-top-bar{
    grid-template-columns:410px minmax(420px,980px) max-content!important;
    column-gap:30px!important;
  }
  body > .ko-new-header .ko-brand-image-frame--lockup{width:400px!important;height:76px!important}
}
@media (min-width:1181px) and (max-width:1360px){
  body > .ko-new-header .ko-new-top-bar{
    grid-template-columns:354px minmax(340px,1fr) max-content!important;
    column-gap:24px!important;
  }
  body > .ko-new-header .ko-brand-image-frame--lockup{width:344px!important;height:66px!important}
}
@media (min-width:901px) and (max-width:1180px){
  body > .ko-new-header .ko-new-top-bar{
    grid-template-columns:292px minmax(260px,1fr) max-content!important;
    column-gap:20px!important;
  }
  body > .ko-new-header .ko-brand-image-frame--lockup{width:282px!important;height:54px!important}
}
@media (min-width:769px) and (max-width:900px){
  body > .ko-new-header .ko-brand-image-frame--lockup{width:224px!important;height:43px!important}
}
@media (max-width:768px){
  body > .ko-mobile-header .ko-brand-image-frame--lockup{width:196px!important;height:38px!important}
}
@media (max-width:380px){
  body > .ko-mobile-header .ko-brand-image-frame--lockup{width:166px!important;height:32px!important}
}

@media (min-width:769px) and (max-width:900px){
  body > .ko-new-header .ko-new-top-bar{
    min-height:86px!important;
    height:86px!important;
    grid-template-columns:232px minmax(230px,1fr) auto!important;
    gap:13px!important;
    padding:9px 16px!important;
  }
  body > .ko-new-header .ko-silver-brand--desktop{gap:10px!important}
  body > .ko-new-header .ko-silver-brand--desktop .ko-brand-image-frame--mark{width:42px!important;height:30px!important}
  body > .ko-new-header .ko-silver-brand--desktop .ko-brand-image-frame--wordmark{width:170px!important;height:46px!important}
  body > .ko-new-header .ko-new-action-link span:not(.ko-new-cart-badge){display:none!important}
}

@media (max-width:768px){
  body:has(> .container > h1){
    padding-left:0!important;
    padding-right:0!important;
  }
  body:has(> .container > h1) > .container{
    box-sizing:border-box!important;
    width:100%!important;
    max-width:100%!important;
    padding-left:24px!important;
    padding-right:24px!important;
  }
  body > .ko-mobile-header{
    display:block!important;
    min-height:0!important;
    padding:0!important;
    background:linear-gradient(180deg,#fffaf1 0%,#f4ecdf 100%)!important;
    border-color:rgba(44,39,33,.26)!important;
  }
  body > .ko-mobile-header .ko-mobile-main-row{height:72px!important;background:transparent!important;color:#111315!important}
  body > .ko-mobile-header .ko-mobile-brand{gap:7px!important}
  body > .ko-mobile-header .ko-silver-brand--mobile .ko-brand-image-frame--mark{width:41px!important;height:28px!important}
  body > .ko-mobile-header .ko-silver-brand--mobile .ko-brand-image-frame--wordmark{width:152px!important;height:41px!important}
  body > .ko-mobile-header .ko-mobile-icon-button,
  body > .ko-mobile-header .ko-mobile-icon-link,
  body > .ko-mobile-header .ko-mobile-icon-link:link,
  body > .ko-mobile-header .ko-mobile-icon-link:visited{color:#111315!important}
  body > .ko-mobile-header .ko-mobile-icon-button i{background:#111315!important}
  body > .ko-mobile-header .ko-mobile-cart b{background:#111315!important;color:#fbf8f1!important}
}

@media (max-width:380px){
  body > .ko-mobile-header .ko-silver-brand--mobile .ko-brand-image-frame--mark{width:35px!important;height:24px!important}
  body > .ko-mobile-header .ko-silver-brand--mobile .ko-brand-image-frame--wordmark{width:132px!important;height:36px!important}
}

/* ========================================================================== 
   CANONICAL PAGE CONSISTENCY
   Some older pages declare broad `a`, body-margin, and content-box rules after
   their legacy header CSS. Keep those declarations out of the shared header
   without altering page markup or any header behavior.
   ========================================================================== */
body:has(> .ko-new-header),
body:has(> .ko-mobile-header){
  box-sizing:border-box!important;
  width:100%!important;
  max-width:100vw!important;
  margin:0!important;
}
body > .ko-new-header,
body > .ko-new-header *,
body > .ko-mobile-header,
body > .ko-mobile-header *{
  box-sizing:border-box!important;
}

/* 404 and other legacy pages must not turn shared header links into gold pills. */
body > .ko-new-header .ko-new-brand-link{
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  text-transform:none!important;
}
body > .ko-new-header .ko-new-action-link,
body > .ko-new-header .ko-new-action-link:link,
body > .ko-new-header .ko-new-action-link:visited{
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}
body > .ko-new-header .ko-new-nav-inner > a,
body > .ko-new-header .ko-new-nav-inner > .nav-dropdown > .dropdown-toggle,
body > .ko-new-header .ko-new-nav-inner .dropdown-item{
  background-color:transparent!important;
  background-image:none!important;
  background-clip:border-box!important;
  -webkit-background-clip:border-box!important;
  border-radius:0!important;
  box-shadow:none!important;
}
body > .ko-new-header .ko-new-nav-inner > a,
body > .ko-new-header .ko-new-nav-inner > .nav-dropdown > .dropdown-toggle{
  -webkit-text-fill-color:#f4f0e9!important;
}
body > .ko-new-header .ko-new-nav-inner > a:hover,
body > .ko-new-header .ko-new-nav-inner > a:focus-visible,
body > .ko-new-header .ko-new-nav-inner > a.ko-nav-current,
body > .ko-new-header .ko-new-nav-inner > .nav-dropdown > .dropdown-toggle:hover,
body > .ko-new-header .ko-new-nav-inner > .nav-dropdown > .dropdown-toggle:focus-visible{
  -webkit-text-fill-color:#fff!important;
}
body > .ko-new-header .ko-new-nav-inner .dropdown-item,
body > .ko-new-header .ko-new-nav-inner .dropdown-item:link,
body > .ko-new-header .ko-new-nav-inner .dropdown-item:visited{
  -webkit-text-fill-color:#e4e1da!important;
}
body > .ko-new-header .ko-new-nav-inner .dropdown-item:hover,
body > .ko-new-header .ko-new-nav-inner .dropdown-item:focus-visible{
  background:linear-gradient(90deg,rgba(255,255,255,.105),rgba(255,255,255,.025))!important;
  -webkit-text-fill-color:#fff!important;
}

@media (max-width:768px){
  body > .ko-mobile-header{
    width:100vw!important;
    max-width:100vw!important;
  }
  body > .ko-mobile-header .ko-mobile-main-row{
    width:100%!important;
    max-width:100%!important;
  }
  body > .ko-mobile-header .ko-mobile-brand,
  body > .ko-mobile-header .ko-mobile-brand:link,
  body > .ko-mobile-header .ko-mobile-brand:visited,
  body > .ko-mobile-header .ko-mobile-icon-link,
  body > .ko-mobile-header .ko-mobile-icon-link:link,
  body > .ko-mobile-header .ko-mobile-icon-link:visited{
    background:transparent!important;
    background-image:none!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    text-transform:none!important;
  }
  body > .ko-mobile-header .ko-mobile-brand{
    padding:0!important;
  }
  body > .ko-mobile-header .ko-mobile-icon-link{
    padding:3px!important;
  }
  body > .ko-mobile-header .ko-mobile-drawer a{
    background-image:none!important;
    box-shadow:none!important;
  }
  body > .ko-mobile-header .ko-mobile-drawer .ko-mobile-menu-panel a:hover,
  body > .ko-mobile-header .ko-mobile-drawer .ko-mobile-menu-panel a:focus-visible,
  body > .ko-mobile-header .ko-mobile-drawer .ko-mobile-menu-panel a.ko-nav-current{
    background:linear-gradient(90deg,rgba(255,255,255,.075),transparent 78%)!important;
  }
}

/* First-party silver/black/ivory cleanup; product and artwork imagery is intact. */
body:has(> .shop-main) .shop-opening a,
body:has(> .shop-main) .shop-opening a:link,
body:has(> .shop-main) .shop-opening a:visited{
  color:#59636d!important;
}
body:has(> .shop-main) .shop-opening a:hover,
body:has(> .shop-main) .shop-opening a:focus-visible{
  color:#15191d!important;
}
body:has(> .catalog-main){
  --catalog-gold:#c7ccd2!important;
  --catalog-gold-light:#eef1f4!important;
  --catalog-line:rgba(205,211,217,.26)!important;
}
body:has(> .catalog-main) .catalog-notice::before{
  background:#bfc4ca!important;
}
body:has(> .catalog-main) .catalog-notice strong{
  color:#626c76!important;
}
body:has(> .catalog-main) .catalog-utility strong{
  color:#626c76!important;
}
body:has(> .catalog-main) .catalog-index a,
body:has(> .catalog-main) .catalog-index a:link,
body:has(> .catalog-main) .catalog-index a:visited{
  color:#515b65!important;
}
body:has(> .catalog-main) .catalog-index a::after{
  color:#737d87!important;
}
body:has(> .catalog-main) .catalog-index a:hover,
body:has(> .catalog-main) .catalog-index a:focus-visible{
  color:#171b1f!important;
}
body:has(> .catalog-main) .catalog-card{
  border-color:rgba(214,220,226,.25)!important;
}
body:has(> .catalog-main) .catalog-card::after{
  border-color:rgba(222,226,230,.44)!important;
}
body:has(> .catalog-main) .catalog-card:hover,
body:has(> .catalog-main) .catalog-card:focus-visible{
  border-color:rgba(235,238,241,.7)!important;
  box-shadow:0 20px 44px rgba(0,0,0,.4),inset 0 0 55px rgba(220,225,230,.035)!important;
}
body:has(> .catalog-main) .catalog-card-meta span:first-child,
body:has(> .catalog-main) .catalog-card-action{
  color:#456d88!important;
}
body:has(> .catalog-main) .catalog-card-meta span + span::before{
  color:#7b8b95!important;
}
body:has(> .catalog-main) .catalog-card-action::after{
  background:#7898ad!important;
}
body:has(> .catalog-main) .catalog-card--preorder{
  background:#fffdf8!important;
}
body:has(> .catalog-main) .catalog-card--preorder .catalog-card-action{
  border-color:#9eb0bc!important;
  background:#f4f7f8!important;
  color:#355c76!important;
}
body:has(> .catalog-main) .catalog-card--preorder .catalog-card-action::after{
  background:none!important;
}

/* Contact copy must retain readable contrast on the shared ivory page surface. */
body:has(#contactForm) > main > h1{
  color:#1b1e22!important;
}
body:has(#contactForm) > main > .intro{
  color:#4d535a!important;
}

/* Final brand-quality lockup: preserve the exact source artwork ratios and
   give the KO equal visual authority without stretching either image. */
@media (min-width:1361px){
  body > .ko-new-header .ko-silver-brand--desktop{
    gap:16px!important;
  }
  body > .ko-new-header .ko-silver-brand--desktop .ko-brand-image-frame--mark{
    width:78px!important;
    height:46px!important;
  }
  body > .ko-new-header .ko-silver-brand--desktop .ko-brand-image-frame--wordmark{
    width:300px!important;
    height:80px!important;
  }
}

@media (min-width:1181px) and (max-width:1360px){
  body > .ko-new-header .ko-silver-brand--desktop{
    gap:15px!important;
  }
  body > .ko-new-header .ko-silver-brand--desktop .ko-brand-image-frame--mark{
    width:68px!important;
    height:40px!important;
  }
  body > .ko-new-header .ko-silver-brand--desktop .ko-brand-image-frame--wordmark{
    width:270px!important;
    height:72px!important;
  }
}

@media (min-width:901px) and (max-width:1180px){
  body > .ko-new-header .ko-silver-brand--desktop{
    gap:12px!important;
  }
  body > .ko-new-header .ko-silver-brand--desktop .ko-brand-image-frame--mark{
    width:58px!important;
    height:34px!important;
  }
  body > .ko-new-header .ko-silver-brand--desktop .ko-brand-image-frame--wordmark{
    width:225px!important;
    height:60px!important;
  }
}

@media (min-width:769px) and (max-width:900px){
  body > .ko-new-header .ko-silver-brand--desktop{
    gap:10px!important;
  }
  body > .ko-new-header .ko-silver-brand--desktop .ko-brand-image-frame--mark{
    width:48px!important;
    height:28px!important;
  }
  body > .ko-new-header .ko-silver-brand--desktop .ko-brand-image-frame--wordmark{
    width:170px!important;
    height:46px!important;
  }
}

@media (max-width:768px){
  body > .ko-mobile-header .ko-mobile-brand{
    gap:7px!important;
  }
  body > .ko-mobile-header .ko-silver-brand--mobile .ko-brand-image-frame--mark{
    width:44px!important;
    height:26px!important;
  }
  body > .ko-mobile-header .ko-silver-brand--mobile .ko-brand-image-frame--wordmark{
    width:150px!important;
    height:40px!important;
  }
}

@media (max-width:380px){
  body > .ko-mobile-header .ko-silver-brand--mobile .ko-brand-image-frame--mark{
    width:37px!important;
    height:22px!important;
  }
  body > .ko-mobile-header .ko-silver-brand--mobile .ko-brand-image-frame--wordmark{
    width:128px!important;
    height:34px!important;
  }
}

/* Canonical premium brand lockup. Keep this last so page-level legacy sizing
   cannot separate the mark, crowd the search, or weaken the source artwork. */
@media (min-width:1361px){
  body > .ko-new-header .ko-new-top-bar{
    grid-template-columns:384px minmax(420px,980px) max-content!important;
    column-gap:30px!important;
  }
  body > .ko-new-header .ko-silver-brand--desktop{
    gap:6px!important;
  }
  body > .ko-new-header .ko-silver-brand--desktop .ko-brand-image-frame--mark{
    width:92px!important;
    height:54px!important;
  }
  body > .ko-new-header .ko-silver-brand--desktop .ko-brand-image-frame--wordmark{
    width:286px!important;
    height:76px!important;
  }
}

@media (min-width:1181px) and (max-width:1360px){
  body > .ko-new-header .ko-new-top-bar{
    grid-template-columns:344px minmax(340px,1fr) max-content!important;
    column-gap:24px!important;
  }
  body > .ko-new-header .ko-silver-brand--desktop{
    gap:6px!important;
  }
  body > .ko-new-header .ko-silver-brand--desktop .ko-brand-image-frame--mark{
    width:80px!important;
    height:47px!important;
  }
  body > .ko-new-header .ko-silver-brand--desktop .ko-brand-image-frame--wordmark{
    width:258px!important;
    height:69px!important;
  }
}

@media (min-width:901px) and (max-width:1180px){
  body > .ko-new-header .ko-new-top-bar{
    grid-template-columns:287px minmax(260px,1fr) max-content!important;
    column-gap:20px!important;
  }
  body > .ko-new-header .ko-silver-brand--desktop{
    gap:5px!important;
  }
  body > .ko-new-header .ko-silver-brand--desktop .ko-brand-image-frame--mark{
    width:66px!important;
    height:39px!important;
  }
  body > .ko-new-header .ko-silver-brand--desktop .ko-brand-image-frame--wordmark{
    width:216px!important;
    height:58px!important;
  }
}

/* Approved unified header artwork — final cascade authority. */
body > .ko-new-header .ko-brand-image-frame--lockup,
body > .ko-mobile-header .ko-brand-image-frame--lockup{display:block!important;overflow:hidden!important;flex:none!important;border:0!important;background:#fcf7ec!important;box-shadow:none!important}
body > .ko-new-header .ko-brand-image--lockup,
body > .ko-mobile-header .ko-brand-image--lockup{width:100%!important;height:100%!important;display:block!important;object-fit:contain!important;object-position:center!important;filter:none!important;transform:none!important}
@media (min-width:1361px){
  body > .ko-new-header .ko-new-top-bar{grid-template-columns:410px minmax(420px,980px) max-content!important;column-gap:30px!important}
  body > .ko-new-header .ko-silver-brand--desktop{display:block!important;width:400px!important}
  body > .ko-new-header .ko-brand-image-frame--lockup{width:400px!important;height:86px!important}
}
@media (min-width:1181px) and (max-width:1360px){
  body > .ko-new-header .ko-new-top-bar{grid-template-columns:354px minmax(340px,1fr) max-content!important;column-gap:24px!important}
  body > .ko-new-header .ko-silver-brand--desktop{display:block!important;width:344px!important}
  body > .ko-new-header .ko-brand-image-frame--lockup{width:344px!important;height:74px!important}
}
@media (min-width:901px) and (max-width:1180px){
  body > .ko-new-header .ko-new-top-bar{grid-template-columns:292px minmax(260px,1fr) max-content!important;column-gap:20px!important}
  body > .ko-new-header .ko-silver-brand--desktop{display:block!important;width:282px!important}
  body > .ko-new-header .ko-brand-image-frame--lockup{width:282px!important;height:61px!important}
}
@media (min-width:769px) and (max-width:900px){
  body > .ko-new-header .ko-silver-brand--desktop{display:block!important;width:224px!important}
  body > .ko-new-header .ko-brand-image-frame--lockup{width:224px!important;height:48px!important}
}
@media (max-width:768px){
  body > .ko-mobile-header .ko-silver-brand--mobile{display:block!important;width:196px!important}
  body > .ko-mobile-header .ko-brand-image-frame--lockup{width:196px!important;height:42px!important}
}
@media (max-width:380px){
  body > .ko-mobile-header .ko-silver-brand--mobile{width:166px!important}
  body > .ko-mobile-header .ko-brand-image-frame--lockup{width:166px!important;height:36px!important}
}

/* Premium blue-gray header rail — selected concept. Keep this final in the
   cascade. It adds no height and leaves the approved header geometry intact. */
body > .ko-new-header::after,
body > header#ko-mobile-header-root::after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  inset:auto 0 0!important;
  width:100%!important;
  height:2px!important;
  background:var(--sf-blue,#537d9c)!important;
  box-shadow:0 1px 4px rgba(83,125,156,.22)!important;
  pointer-events:none!important;
  z-index:8!important;
}

/* Keep the navigation clean at rest: no permanent underline on the current
   page. The same underline still appears for hover and keyboard focus. */
body > .ko-new-header .ko-new-nav-inner > a.ko-nav-current::before,
body > .ko-new-header .ko-new-nav-inner > a.active::before{
  transform:scaleX(0)!important;
}
body > .ko-new-header .ko-new-nav-inner > a:hover::before,
body > .ko-new-header .ko-new-nav-inner > a:focus-visible::before{
  transform:scaleX(1)!important;
}

/* Refined cart count: an optically centered, in-flow counter instead of a
   floating dot. The cart link and count synchronization remain unchanged. */
html body > .ko-new-header .ko-new-actions .ko-new-action-link .ko-new-cart-badge{
  position:static!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  align-self:center!important;
  min-width:20px!important;
  height:18px!important;
  margin:0 0 0 1px!important;
  padding:0 6px!important;
  border:1px solid rgba(255,255,255,.34)!important;
  border-radius:999px!important;
  background:#537d9c!important;
  color:#fff!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 2px 6px rgba(25,48,64,.18)!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:10px!important;
  font-weight:800!important;
  font-variant-numeric:tabular-nums!important;
  line-height:1!important;
  letter-spacing:0!important;
  text-shadow:none!important;
  transform:none!important;
}
@media (max-width:768px){
  html body > header#ko-mobile-header-root.ko-mobile-header a.ko-mobile-cart > b{
    top:-1px!important;
    right:-3px!important;
    min-width:16px!important;
    width:auto!important;
    height:16px!important;
    padding:0 4px!important;
    border:1px solid rgba(255,255,255,.34)!important;
    background:#537d9c!important;
    color:#fff!important;
    font:800 9px/1 Arial,Helvetica,sans-serif!important;
    box-shadow:0 2px 6px rgba(25,48,64,.22)!important;
  }
}

/* Slogan readability preview. The fixed lockup frames and header grid remain
   unchanged; this replaces only the tiny slogan pixels inside each frame. */
body > .ko-new-header .ko-brand-image-frame--lockup,
body > .ko-mobile-header .ko-brand-image-frame--lockup{
  position:relative!important;
}
body > .ko-new-header .ko-brand-slogan,
body > .ko-mobile-header .ko-brand-slogan{
  position:absolute!important;
  z-index:3!important;
  left:31.8%!important;
  right:1.8%!important;
  bottom:1.5%!important;
  display:flex!important;
  height:27%!important;
  align-items:center!important;
  justify-content:flex-start!important;
  overflow:hidden!important;
  background:#fcf7ec!important;
  color:#111315!important;
  font-family:"Arial Narrow","Roboto Condensed",Arial,Helvetica,sans-serif!important;
  font-size:13px!important;
  font-weight:800!important;
  line-height:1!important;
  letter-spacing:.025em!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
  text-shadow:none!important;
  pointer-events:none!important;
}
@media (min-width:1181px) and (max-width:1360px){
  body > .ko-new-header .ko-brand-slogan{font-size:11.2px!important}
}
@media (min-width:901px) and (max-width:1180px){
  body > .ko-new-header .ko-brand-slogan{font-size:9.2px!important;letter-spacing:.02em!important}
}
@media (min-width:769px) and (max-width:900px){
  body > .ko-new-header .ko-brand-slogan{font-size:7.3px!important;letter-spacing:.01em!important}
}
@media (max-width:768px){
  body > .ko-mobile-header .ko-brand-slogan{
    left:0!important;
    right:0!important;
    bottom:0!important;
    height:25%!important;
    justify-content:center!important;
    background:linear-gradient(90deg,transparent 0 29%,#fcf7ec 31% 100%)!important;
    font-size:7px!important;
    letter-spacing:0!important;
  }
}
@media (max-width:380px){
  body > .ko-mobile-header .ko-brand-slogan{font-size:6.2px!important;letter-spacing:0!important}
}
@media (min-width:769px){
  body > .ko-new-header .ko-new-brand-link{
    transform:translateX(-10px)!important;
  }
}

/* Keep the shared desktop More control centered with the primary nav links. */
@media (min-width:769px){
  body > .ko-new-header .ko-new-nav-inner > a::after,
  body > .ko-new-header .ko-new-nav-inner > .nav-dropdown > .dropdown-toggle::after{
    content:none!important;
    display:none!important;
  }
  body > .ko-new-header .ko-new-nav-inner > .nav-dropdown > .dropdown-toggle{
    display:flex!important;
    height:48px!important;
    align-items:center!important;
    justify-content:center!important;
    line-height:1!important;
  }
  body > .ko-new-header .ko-new-nav-inner > .nav-dropdown > .dropdown-toggle::after{
    content:none!important;
    display:none!important;
  }
}

/* Absolute final mobile drawer override: Added to Cart theme. */
@media (max-width:760px){
  body > .ko-mobile-header .ko-mobile-drawer{background:linear-gradient(180deg,#fffdf8 0%,#f2ece3 100%)!important;color:#17232b!important;border-color:#7898ad!important;box-shadow:20px 0 52px rgba(18,31,39,.24)!important}
  body > .ko-mobile-header .ko-mobile-drawer::before{background:linear-gradient(90deg,transparent,#7898ad 18%,#dfe8ed 51%,#7898ad 83%,transparent)!important}
  body > .ko-mobile-header .ko-mobile-drawer-head{border-color:#c9d3d9!important;background:linear-gradient(135deg,#f9f5ed,#e2e9ed)!important}
  body > .ko-mobile-header .ko-mobile-drawer-brand,
  body > .ko-mobile-header .ko-mobile-drawer-brand:link,
  body > .ko-mobile-header .ko-mobile-drawer-brand:visited,
  body > .ko-mobile-header .ko-mobile-drawer-brand strong,
  body > .ko-mobile-header .ko-mobile-drawer .ko-mobile-menu-panel a,
  body > .ko-mobile-header .ko-mobile-drawer .ko-mobile-menu-panel a:visited,
  body > .ko-mobile-header .ko-mobile-submenu-open,
  body > .ko-mobile-header .ko-mobile-submenu-heading strong{color:#17232b!important}
  body > .ko-mobile-header .ko-mobile-drawer-brand small,
  body > .ko-mobile-header .ko-mobile-nav-label{color:#526d7e!important}
  body > .ko-mobile-header .ko-mobile-drawer-mark{border-color:#7898ad!important;box-shadow:0 0 0 3px rgba(81,120,147,.08),0 7px 20px rgba(18,31,39,.16)!important}
  body > .ko-mobile-header .ko-mobile-drawer-close{border-color:#9cabb4!important;background:#fffdf8!important;color:#17232b!important}
  body > .ko-mobile-header .ko-mobile-nav-group + .ko-mobile-nav-group,
  body > .ko-mobile-header .ko-mobile-drawer .ko-mobile-menu-panel a,
  body > .ko-mobile-header .ko-mobile-submenu-open,
  body > .ko-mobile-header .ko-mobile-submenu-back,
  body > .ko-mobile-header .ko-mobile-submenu-heading,
  body > .ko-mobile-header .ko-mobile-drawer-footer{border-color:#d2d9dd!important}
  body > .ko-mobile-header .ko-mobile-drawer .ko-mobile-menu-panel a::after,
  body > .ko-mobile-header .ko-mobile-submenu-open::after{border-color:#517893!important}
  body > .ko-mobile-header .ko-mobile-drawer .ko-mobile-menu-panel a:hover,
  body > .ko-mobile-header .ko-mobile-drawer .ko-mobile-menu-panel a:focus-visible,
  body > .ko-mobile-header .ko-mobile-drawer .ko-mobile-menu-panel a.ko-nav-current,
  body > .ko-mobile-header .ko-mobile-submenu-open:hover,
  body > .ko-mobile-header .ko-mobile-submenu-open:focus-visible{color:#214d69!important;background:linear-gradient(90deg,rgba(81,120,147,.12),transparent 78%)!important}
  body > .ko-mobile-header .ko-mobile-drawer .ko-mobile-menu-panel a.ko-nav-current::before{background:#517893!important;box-shadow:0 0 8px rgba(81,120,147,.3)!important}
  body > .ko-mobile-header .ko-mobile-submenu-open small,
  body > .ko-mobile-header .ko-mobile-submenu-heading small,
  body > .ko-mobile-header .ko-mobile-drawer-footer p{color:#64747e!important}
  body > .ko-mobile-header .ko-mobile-submenu-back{color:#315f7c!important}
  body > .ko-mobile-header .ko-mobile-drawer-footer a,
  body > .ko-mobile-header .ko-mobile-drawer-footer a:link,
  body > .ko-mobile-header .ko-mobile-drawer-footer a:visited{border-color:#aebbc2!important;background:rgba(81,120,147,.055)!important;color:#214d69!important}
}
