/** Shopify CDN: Minification failed

Line 767:14 Unexpected "{"
Line 767:23 Expected ":"
Line 778:14 Unexpected "{"
Line 778:23 Expected ":"
Line 787:14 Unexpected "{"
Line 787:23 Expected ":"

**/
/* =========================================================
   OLMO FAQ Page — Clean Help Center Layout
   Full CSS with fixed red button white text
   ========================================================= */

.olmoFaq {
  --faq-red: #ee212e;
  --faq-red-dark: #b9121f;
  --faq-black: #090b12;
  --faq-ink: #202327;
  --faq-muted: #5e6570;
  --faq-soft: #f6f8fb;
  --faq-card: #ffffff;
  --faq-border: #dfe5ee;
  --faq-border-soft: #edf0f5;
  --faq-red-soft: rgba(238, 33, 46, 0.08);
  --faq-shadow: 0 12px 30px rgba(0, 0, 0, 0.055);
  --faq-shadow-soft: 0 8px 20px rgba(0, 0, 0, 0.035);
  --faq-page: 1240px;
  --faq-radius: 16px;

  background:
    radial-gradient(900px 360px at 88% 0%, rgba(238, 33, 46, 0.045), transparent 62%),
    linear-gradient(180deg, #ffffff 0%, #ffffff 28%, #f7f9fc 100%);
  color: var(--faq-ink);
  font-family: var(--font-body-family, "Articulat CF", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  overflow: hidden;
}

.olmoFaq,
.olmoFaq * {
  box-sizing: border-box;
}

.olmoFaq img,
.olmoFaq svg {
  display: block;
  max-width: 100%;
}

.olmoFaq a {
  color: inherit;
  text-decoration: none;
}

/* Prevent Dawn/global theme link styles from changing button/link colors */
.olmoFaq a,
.olmoFaq a:visited,
.olmoFaq a:hover,
.olmoFaq a:focus {
  text-decoration: none !important;
}

.olmoFaq__wrap {
  width: min(var(--faq-page), calc(100vw - 32px));
  margin-inline: auto;
}

/* =========================================================
   Hero
   ========================================================= */

.olmoFaqHero {
  position: relative;
  padding: clamp(28px, 4.2vw, 58px) 0 clamp(18px, 2.4vw, 28px);
}

.olmoFaqHero__grid {
  display: grid;
  grid-template-columns: minmax(420px, 0.96fr) minmax(420px, 1.04fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
}

.olmoFaqHero__copy {
  position: relative;
  z-index: 2;
}

.olmoFaqHero__eyebrow {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--faq-red);
  font-size: 18px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.02em;
}

.olmoFaqHero__title {
  margin: 0;
  max-width: 570px;
  color: var(--faq-black);
  font-size: clamp(46px, 5.4vw, 76px);
  line-height: 0.98;
  font-weight: 950;
  letter-spacing: -0.065em;
}

.olmoFaqHero__text {
  max-width: 530px;
  margin: 24px 0 0;
  color: #3f4651;
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.45;
  font-weight: 560;
}

.olmoFaqSearch {
  position: relative;
  max-width: 520px;
  margin-top: 30px;
}

.olmoFaqSearch__icon {
  position: absolute;
  left: 18px;
  top: 50%;
  width: 24px;
  height: 24px;
  color: var(--faq-black);
  opacity: 0.82;
  transform: translateY(-50%);
  pointer-events: none;
}

.olmoFaqSearch input {
  width: 100%;
  height: 58px;
  border: 1px solid #d8dee8;
  border-radius: 8px;
  background: #ffffff;
  color: var(--faq-black);
  padding: 0 18px 0 54px;
  font: inherit;
  font-size: 16px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.035);
  outline: none;
  transition: border-color 170ms ease, box-shadow 170ms ease;
}

.olmoFaqSearch input::placeholder {
  color: #8a9099;
}

.olmoFaqSearch input:focus {
  border-color: rgba(238, 33, 46, 0.5);
  box-shadow: 0 0 0 4px rgba(238, 33, 46, 0.10), 0 12px 26px rgba(0, 0, 0, 0.05);
}

.olmoFaqHero__media {
  position: relative;
  min-height: clamp(310px, 33vw, 470px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.olmoFaqHero__media::before {
  content: "";
  position: absolute;
  inset: 7% -10% 5% 14%;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(238, 33, 46, 0.055), transparent 62%),
    radial-gradient(circle at 50% 56%, rgba(0, 0, 0, 0.055), transparent 48%);
  filter: blur(3px);
}

.olmoFaqHero__product {
  position: relative;
  z-index: 2;
  width: min(100%, 610px);
}

.olmoFaqHero__product img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.13));
}

.olmoFaqHero__placeholder {
  position: relative;
  z-index: 2;
  width: min(100%, 560px);
  min-height: 310px;
  border: 1px dashed #cfd6e2;
  border-radius: 18px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 28px;
  color: var(--faq-muted);
  background: rgba(255, 255, 255, 0.75);
}

/* =========================================================
   Topic cards
   ========================================================= */

.olmoFaqTopics {
  padding: 10px 0 24px;
}

.olmoFaqTopics__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.olmoFaqTopic {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 22px 14px;
  border: 1px solid var(--faq-border);
  border-radius: 8px;
  background: var(--faq-card);
  box-shadow: var(--faq-shadow-soft);
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.olmoFaqTopic:hover {
  transform: translateY(-2px);
  border-color: rgba(238, 33, 46, 0.28);
  box-shadow: var(--faq-shadow);
}

.olmoFaqTopic__icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: var(--faq-red);
}

.olmoFaqTopic__icon svg {
  width: 54px;
  height: 54px;
}

.olmoFaqTopic strong {
  display: block;
  color: var(--faq-black);
  font-size: 17px;
  line-height: 1.12;
  font-weight: 900;
}

.olmoFaqTopic span {
  display: block;
  max-width: 150px;
  margin-top: 8px;
  color: var(--faq-ink);
  font-size: 14px;
  line-height: 1.35;
}

/* =========================================================
   Shared section headings
   ========================================================= */

.olmoFaqSection {
  padding: 0 0 28px;
}

.olmoFaqSection__head {
  margin-bottom: 16px;
}

.olmoFaqSection__title {
  margin: 0;
  color: var(--faq-black);
  font-size: clamp(25px, 2.4vw, 34px);
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: -0.045em;
}

.olmoFaqSection__rule {
  width: 50px;
  height: 3px;
  margin-top: 15px;
  border-radius: 999px;
  background: var(--faq-red);
}

.olmoFaqSection__text {
  margin: 10px 0 0;
  color: var(--faq-muted);
  font-size: 15px;
  line-height: 1.45;
}

/* =========================================================
   FAQ Accordion
   ========================================================= */

.olmoFaqAccordion {
  display: grid;
  gap: 8px;
}

.olmoFaqItem {
  border: 1px solid var(--faq-border);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--faq-shadow-soft);
  overflow: hidden;
}

.olmoFaqItem[hidden] {
  display: none !important;
}

.olmoFaqItem summary {
  min-height: 58px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 22px;
  gap: 18px;
  align-items: center;
  cursor: pointer;
  list-style: none;
  padding: 15px 18px;
  color: var(--faq-black);
  font-size: 17px;
  line-height: 1.24;
  font-weight: 900;
}

.olmoFaqItem summary::-webkit-details-marker {
  display: none;
}

.olmoFaqItem summary:focus-visible {
  outline: 3px solid rgba(238, 33, 46, 0.22);
  outline-offset: -3px;
}

.olmoFaqItem__num {
  width: 34px;
  height: 34px;
  border-radius: 7px;
  display: grid;
  place-items: center;
  background: var(--faq-red);
  color: #ffffff;
  font-size: 15px;
  line-height: 1;
  font-weight: 950;
  flex: 0 0 auto;
}

.olmoFaqItem__chev {
  position: relative;
  width: 18px;
  height: 18px;
  justify-self: end;
}

.olmoFaqItem__chev::before,
.olmoFaqItem__chev::after {
  content: "";
  position: absolute;
  top: 8px;
  width: 10px;
  height: 2px;
  border-radius: 999px;
  background: var(--faq-black);
  transition: transform 180ms ease;
}

.olmoFaqItem__chev::before {
  left: 1px;
  transform: rotate(45deg);
}

.olmoFaqItem__chev::after {
  right: 1px;
  transform: rotate(-45deg);
}

.olmoFaqItem[open] .olmoFaqItem__chev::before {
  transform: rotate(-45deg);
}

.olmoFaqItem[open] .olmoFaqItem__chev::after {
  transform: rotate(45deg);
}

.olmoFaqItem__body {
  padding: 0 72px 23px 70px;
  color: #2e3540;
  font-size: 15px;
  line-height: 1.58;
}

.olmoFaqItem__body p {
  margin: 0;
}

.olmoFaqItem__body p + p,
.olmoFaqItem__body ul {
  margin-top: 9px;
}

.olmoFaqNoResults {
  display: none;
  margin-top: 12px;
  padding: 18px;
  border: 1px dashed #cfd6e2;
  border-radius: 10px;
  background: #ffffff;
  color: var(--faq-muted);
  font-size: 15px;
}

.olmoFaqNoResults.is-visible {
  display: block;
}

/* =========================================================
   Essentials
   ========================================================= */

.olmoFaqEssentials {
  padding-bottom: 30px;
}

.olmoFaqEssentials__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.olmoFaqEssential {
  position: relative;
  min-height: 160px;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) 20px;
  gap: 20px;
  align-items: start;
  padding: 22px;
  border: 1px solid var(--faq-border);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--faq-shadow-soft);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.olmoFaqEssential:hover {
  transform: translateY(-2px);
  border-color: rgba(238, 33, 46, 0.26);
  box-shadow: var(--faq-shadow);
}

.olmoFaqEssential__icon {
  width: 64px;
  height: 64px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  color: var(--faq-red);
  background: var(--faq-red-soft);
}

.olmoFaqEssential__icon svg {
  width: 38px;
  height: 38px;
}

.olmoFaqEssential h3 {
  margin: 0;
  color: var(--faq-black);
  font-size: 17px;
  line-height: 1.15;
  font-weight: 950;
  letter-spacing: -0.02em;
}

.olmoFaqEssential p {
  margin: 8px 0 0;
  color: #303843;
  font-size: 14px;
  line-height: 1.43;
}

.olmoFaqEssential__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 13px;
}

.olmoFaqEssential__pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f0f1f3;
  color: #252a31;
  font-size: 12px;
  line-height: 1;
  font-weight: 750;
}

.olmoFaqEssential__arrow {
  position: relative;
  width: 18px;
  height: 18px;
  margin-top: 18px;
  color: var(--faq-black);
}

.olmoFaqEssential__arrow::before,
.olmoFaqEssential__arrow::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 999px;
}

.olmoFaqEssential__arrow::before {
  top: 8px;
  left: 1px;
  width: 15px;
  height: 2px;
}

.olmoFaqEssential__arrow::after {
  top: 4px;
  right: 2px;
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  background: transparent;
  transform: rotate(45deg);
}

/* =========================================================
   Bottom CTA
   ========================================================= */

.olmoFaqHelp {
  padding: 0 0 54px;
}

.olmoFaqHelp__bar {
  min-height: 112px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto auto;
  gap: 22px;
  align-items: center;
  padding: 24px 28px;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.035), rgba(0, 0, 0, 0)),
    #f5f6f8;
}

.olmoFaqHelp__icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: var(--faq-black);
}

.olmoFaqHelp__icon svg {
  width: 42px;
  height: 42px;
}

.olmoFaqHelp h2 {
  margin: 0;
  color: var(--faq-black);
  font-size: 20px;
  line-height: 1.15;
  font-weight: 950;
}

.olmoFaqHelp p {
  margin: 6px 0 0;
  color: #3f4651;
  font-size: 15px;
  line-height: 1.35;
}

.olmoFaqBtn {
  min-width: 220px;
  min-height: 54px;
  border: 1px solid var(--faq-black);
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  background: #ffffff;
  color: var(--faq-black);
  text-decoration: none !important;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  transition:
    transform 170ms ease,
    box-shadow 170ms ease,
    background 170ms ease,
    color 170ms ease,
    border-color 170ms ease;
}

.olmoFaqBtn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.10);
}

/* Strong red button override: fixes theme/global link color conflicts */
.olmoFaq .olmoFaqBtn--red,
.olmoFaq a.olmoFaqBtn--red,
.olmoFaq button.olmoFaqBtn--red,
.olmoFaq .olmoFaqBtn--red:visited,
.olmoFaq a.olmoFaqBtn--red:visited {
  border-color: var(--faq-red);
  background: var(--faq-red);
  color: #ffffff !important;
  fill: #ffffff;
}

.olmoFaq .olmoFaqBtn--red:hover,
.olmoFaq a.olmoFaqBtn--red:hover,
.olmoFaq button.olmoFaqBtn--red:hover,
.olmoFaq .olmoFaqBtn--red:focus,
.olmoFaq a.olmoFaqBtn--red:focus,
.olmoFaq button.olmoFaqBtn--red:focus {
  background: var(--faq-red-dark);
  border-color: var(--faq-red-dark);
  color: #ffffff !important;
}

/* Extra safety for nested spans/text in the red button */
.olmoFaq .olmoFaqBtn--red *,
.olmoFaq a.olmoFaqBtn--red *,
.olmoFaq button.olmoFaqBtn--red * {
  color: #ffffff !important;
  fill: #ffffff;
}

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 1120px) {
  .olmoFaqTopics__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .olmoFaqEssentials__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .olmoFaqHelp__bar {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .olmoFaqHelp__actions {
    display: contents;
  }

  .olmoFaqBtn {
    min-width: 0;
  }
}

@media (max-width: 860px) {
  .olmoFaqHero__grid {
    grid-template-columns: 1fr;
  }

  .olmoFaqHero__media {
    min-height: auto;
    justify-content: center;
  }

  .olmoFaqHero__product {
    width: min(100%, 560px);
  }
}

@media (max-width: 700px) {
  .olmoFaq__wrap {
    width: min(var(--faq-page), calc(100vw - 24px));
  }

  .olmoFaqHero {
    padding-top: 26px;
  }

  .olmoFaqHero__title {
    font-size: clamp(42px, 12vw, 58px);
  }

  .olmoFaqTopics__grid,
  .olmoFaqEssentials__grid {
    grid-template-columns: 1fr;
  }

  .olmoFaqTopic {
    min-height: 150px;
  }

  .olmoFaqItem summary {
    grid-template-columns: 32px minmax(0, 1fr) 20px;
    gap: 12px;
    padding: 14px;
    font-size: 15px;
  }

  .olmoFaqItem__num {
    width: 32px;
    height: 32px;
  }

  .olmoFaqItem__body {
    padding: 0 18px 18px 58px;
  }

  .olmoFaqEssential {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .olmoFaqEssential__arrow {
    display: none;
  }

  .olmoFaqHelp__bar {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .olmoFaqBtn {
    width: 100%;
  }
}
/* =========================================================
   FORCE FAQ RED BUTTON TEXT WHITE
   Put this at the VERY BOTTOM of olmo-faq-page.css
   ========================================================= */

#OlmoFaqPage-{{ section.id }} a.olmoFaqBtn.olmoFaqBtn--red,
.olmoFaq a.olmoFaqBtn.olmoFaqBtn--red,
.olmoFaq .olmoFaqHelp a.olmoFaqBtn.olmoFaqBtn--red,
.olmoFaqHelp a.olmoFaqBtn.olmoFaqBtn--red {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-decoration-color: #ffffff !important;
  background-color: #ee212e !important;
  border-color: #ee212e !important;
}

#OlmoFaqPage-{{ section.id }} a.olmoFaqBtn.olmoFaqBtn--red *,
.olmoFaq a.olmoFaqBtn.olmoFaqBtn--red *,
.olmoFaq .olmoFaqHelp a.olmoFaqBtn.olmoFaqBtn--red *,
.olmoFaqHelp a.olmoFaqBtn.olmoFaqBtn--red * {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  fill: #ffffff !important;
}

#OlmoFaqPage-{{ section.id }} a.olmoFaqBtn.olmoFaqBtn--red:hover,
.olmoFaq a.olmoFaqBtn.olmoFaqBtn--red:hover,
.olmoFaq .olmoFaqHelp a.olmoFaqBtn.olmoFaqBtn--red:hover,
.olmoFaqHelp a.olmoFaqBtn.olmoFaqBtn--red:hover {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background-color: #b9121f !important;
  border-color: #b9121f !important;
}