/* CoolKeychain's shared typography and chrome. Mulish is licensed under OFL 1.1. */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("./fonts/Mulish-LatinExt-Variable.woff2") format("woff2");
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("./fonts/Mulish-Latin-Variable.woff2") format("woff2");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

:root {
  --sans: "Mulish", Arial, sans-serif;
  --serif: "Mulish", Arial, sans-serif;
  --ci-sans: "Mulish", Arial, sans-serif;
  --ci-serif: "Mulish", Arial, sans-serif;
  --ck-body: "Mulish", Arial, sans-serif;
  --ck-display: "Mulish", Arial, sans-serif;
  --itsy-body: "Mulish", Arial, sans-serif;
  --itsy-heading: "Mulish", Arial, sans-serif;
}
body.retail-storefront,
body.retail-storefront main,
body.retail-storefront main :is(h1,h2,h3,h4,h5,h6),
body.retail-storefront :is(button,input,select,textarea) {
  font-family: "Mulish", Arial, sans-serif !important;
}
body.retail-storefront main :is(h1,h2,h3,h4,h5,h6) { font-weight: 600 !important; }

/* Desktop: one calm navigation row beneath a compact utility strip. */
body.retail-storefront .retail-announcement {
  position: relative;
  min-height: 36px;
  padding: 8px 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f2f0;
  color: #222;
  font-family: "Mulish", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3;
  text-transform: none;
}
.retail-announcement__links {
  position: absolute;
  right: clamp(18px, 2.6vw, 54px);
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 22px;
}
.retail-announcement__links a { color: inherit; text-decoration: none; white-space: nowrap; }
.retail-announcement__links a:hover { text-decoration: underline; }

body.retail-storefront .retail-header { padding: 0 !important; border-bottom: 1px solid #e9e9e9; box-shadow: none; }
body.retail-storefront .retail-header__main {
  width: 100%;
  max-width: none;
  min-height: 76px;
  padding: 0 clamp(22px, 2.6vw, 54px);
  grid-template-columns: max-content minmax(0, 1fr) 44px 44px;
  grid-template-areas: "logo categories search cart";
  gap: clamp(14px, 1.7vw, 32px);
}
body.retail-storefront .retail-header .logo,
body.retail-storefront .retail-footer__brand .logo {
  color: #202020;
  font-family: "Mulish", Arial, sans-serif !important;
  font-size: 27px;
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
}
body.retail-storefront .logo span { font: inherit; }
body.retail-storefront .retail-header__categories {
  grid-area: categories;
  position: static !important;
  inset: auto;
  transform: none;
  width: auto;
  max-width: none;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 0;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  justify-self: start;
  gap: clamp(16px, 1.7vw, 34px);
  border: 0;
}
body.retail-storefront .retail-header__categories a {
  color: #242424;
  font-family: "Mulish", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}
body.retail-storefront .retail-header .preview-search-button { grid-area: search; width: 44px; height: 44px; }
body.retail-storefront .retail-header .cart {
  grid-area: cart;
  position: relative;
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 0;
}
body.retail-storefront .retail-header .retail-cart-icon {
  width: 21px;
  height: 21px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
body.retail-storefront .retail-header .cart > span:first-of-type {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
}
body.retail-storefront .retail-header .cart .count {
  position: absolute;
  top: 1px;
  right: 0;
  min-width: 16px;
  height: 16px;
  padding: 0 3px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #242424;
  color: #fff;
  font-size: 10px;
  line-height: 1;
}
body.retail-storefront .retail-header__account-icon { display: none; }
body.retail-storefront .retail-header .menu { display: none; }

/* Section headings use one line of type, following the reference's hierarchy. */
body.retail-storefront .retail-home__products .retail-section-heading {
  padding-right: 18px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}
body.retail-storefront .retail-home__products .retail-section-heading h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 600 !important;
  letter-spacing: -.025em;
  line-height: 1.25;
}
body.retail-storefront .retail-home__hero h1 { font-weight: 600 !important; letter-spacing: -.05em; }
body.retail-storefront .retail-home__campaign-copy h2,
body.retail-storefront .retail-home__story-copy strong { font-weight: 600 !important; }

/* A five-part footer with a visible, inactive newsletter placeholder. */
body.retail-storefront .retail-footer {
  padding: 0 !important;
  background: #fff !important;
  border: 0 !important;
  border-top: 1px solid #dedede !important;
  font-family: "Mulish", Arial, sans-serif;
}
body.retail-storefront .retail-footer__top {
  width: 100%;
  max-width: none;
  padding: 56px clamp(22px, 2.6vw, 54px) 48px;
  grid-template-columns: minmax(180px, 1.1fr) repeat(3, minmax(120px, .75fr)) minmax(275px, 1.5fr);
  gap: clamp(20px, 2.4vw, 48px);
}
body.retail-storefront .retail-footer__brand .logo { font-size: 24px; }
body.retail-storefront .retail-footer__column h2,
body.retail-storefront .retail-footer__newsletter h2 {
  margin: 0 0 16px;
  color: #222;
  font-size: 13px;
  font-weight: 700 !important;
  letter-spacing: .025em;
  line-height: 1.3;
  text-transform: uppercase;
}
body.retail-storefront .retail-footer__column { gap: 10px; }
body.retail-storefront .retail-footer__column a { color: #333; font-size: 13px; line-height: 1.35; }
body.retail-storefront .retail-footer__newsletter p { margin: 0 0 17px; color: #444; font-size: 13px; line-height: 1.45; }
body.retail-storefront .retail-footer__newsletter { display: block !important; }
body.retail-storefront .retail-footer__newsletter-placeholder label {
  display: block;
  margin-bottom: 7px;
  color: #333;
  font-size: 12px;
  font-weight: 600;
}
body.retail-storefront .retail-footer__newsletter-row { display: flex; min-height: 43px; }
body.retail-storefront .retail-footer__newsletter-row input {
  min-width: 0;
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #bdbdbd;
  border-right: 0;
  border-radius: 0;
  background: #fafafa;
  color: #555;
  font-size: 12px;
  opacity: 1;
}
body.retail-storefront .retail-footer__newsletter-row button {
  flex: 0 0 auto;
  padding: 0 14px;
  border: 1px solid #222;
  border-radius: 0;
  background: #222;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 1;
  cursor: not-allowed;
}
body.retail-storefront .retail-footer__newsletter small { display: block; margin-top: 10px; color: #666; font-size: 11px; line-height: 1.4; }
body.retail-storefront .retail-footer__bottom { width: auto; max-width: none; margin: 0 clamp(22px, 2.6vw, 54px); padding: 17px 0 23px; }

@media (max-width: 1180px) {
  body.retail-storefront .retail-footer__top { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  body.retail-storefront .retail-footer__newsletter { grid-column: 1 / -1; max-width: 480px; }
}

@media (max-width: 980px) {
  body.retail-storefront .retail-announcement { min-height: 34px; padding: 8px 12px; font-size: 11px; }
  body.retail-storefront .retail-announcement__links { display: none; }
  body.retail-storefront .retail-header__main {
    min-height: 60px;
    padding: 4px 12px;
    grid-template-columns: 44px 44px minmax(0, 1fr) 44px 44px;
    grid-template-areas: "menu search logo account cart";
    gap: 4px;
  }
  body.retail-storefront .retail-header__categories { display: none !important; }
  body.retail-storefront .retail-header .menu {
    grid-area: menu;
    width: 44px;
    height: 44px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    border: 0;
    background: transparent;
  }
  body.retail-storefront .retail-header .menu-line { width: 21px; height: 1px; display: block; background: currentColor; }
  body.retail-storefront .retail-header .logo { justify-self: center; max-width: 100%; font-size: clamp(19px, 3vw, 25px); }
  body.retail-storefront .retail-header__account-icon {
    grid-area: account;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    color: #222;
  }
  body.retail-storefront .retail-header__account-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
  body.retail-storefront .drawer { top: var(--drawer-top, 94px); height: calc(100dvh - var(--drawer-top, 94px)); }
}

@media (max-width: 760px) {
  body.retail-storefront .retail-header__main { min-height: 58px; }
  body.retail-storefront .retail-footer__top {
    padding: 36px 18px 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 20px;
  }
  body.retail-storefront .retail-footer__brand,
  body.retail-storefront .retail-footer__newsletter { grid-column: 1 / -1; }
  body.retail-storefront .retail-footer__newsletter { grid-row: 2; max-width: none; }
  body.retail-storefront .retail-footer__bottom { margin: 0 18px; }
  body.retail-storefront .retail-home__products .retail-section-heading h2 { font-size: 18px; }
}

@media (max-width: 430px) {
  body.retail-storefront .retail-header__main {
    padding-inline: 6px;
    grid-template-columns: 40px 40px minmax(0, 1fr) 40px 40px;
    gap: 2px;
  }
  body.retail-storefront .retail-header .menu,
  body.retail-storefront .retail-header .preview-search-button,
  body.retail-storefront .retail-header__account-icon,
  body.retail-storefront .retail-header .cart { width: 40px; min-width: 40px; height: 44px; min-height: 44px; }
  body.retail-storefront .retail-header .logo { font-size: clamp(16px, 4.6vw, 19px); letter-spacing: -.055em; }
  body.retail-storefront .retail-footer__newsletter-row button { padding-inline: 10px; font-size: 10px; }
}
