/** Shopify CDN: Minification failed

Line 1017:1 Expected "}" to go with "{"

**/
/* ============================================================
   PEPTSCHE — brand layer for Dawn
   assets/peptsche.css
   ============================================================ */

:root {
  --ps-ink:     #0B0B0C;
  --ps-paper:   #F4EFE8;
  --ps-paper-2: #EDE6DC;
  --ps-sand:    #B98F5F;
  --ps-sand-lt: #D9BE9B;
  --ps-glass:   #CFD8D6;
  --ps-muted:   #6E6A64;
  --ps-line:    rgba(11, 11, 12, .12);
  --ps-soft:    rgba(11, 11, 12, .04);
  --ps-rail:    64px;
  --ps-mono:    'IBM Plex Mono', ui-monospace, Menlo, Consolas, monospace;
  --ps-display: 'Playfair Display', Georgia, 'Times New Roman', serif;
}
/* headline: bold = the brand's Didone italic, as in the logo */
.ps-hero__h strong,
.ps-hero__h b {
  font-family: var(--ps-display);
  font-style: italic;
  font-weight: 500;
  letter-spacing: -.005em;
}

/* ---------- the label spine ---------- */
.ps-rail {
  position: fixed; left: 0; top: 0; bottom: 0; width: var(--ps-rail);
  background: var(--ps-ink); color: var(--ps-paper); z-index: 100;
  display: flex; flex-direction: column; align-items: center;
  justify-content: space-between; padding: 22px 0;
  pointer-events: none;
}
.ps-rail__mark {
  writing-mode: vertical-rl; transform: rotate(180deg);
  font-family: var(--ps-display);
  font-style: italic; font-size: 19px; letter-spacing: .06em;
}
.ps-rail__meta {
  writing-mode: vertical-rl; transform: rotate(180deg);
  font-family: var(--ps-mono); font-size: 9.5px; letter-spacing: .2em;
  text-transform: uppercase; opacity: .5;
}
.ps-rail__tick { width: 14px; height: 1px; background: var(--ps-paper); opacity: .3; }

/* everything on the page shifts right of the rail */
body { padding-left: var(--ps-rail); }
.shopify-section-header-sticky,
.header-wrapper { left: var(--ps-rail); }

/* full-bleed sections reclaim the rail so dark bands meet it */
.ps-bleed { margin-left: calc(var(--ps-rail) * -1); padding-left: var(--ps-rail); }

/* ---------- header ---------- */
.header {
  padding-top: 14px; padding-bottom: 14px;
  border-bottom: 1px solid var(--ps-line);
}
.header__heading-logo { max-height: 26px; width: auto; }
.header__menu-item {
  font-size: 13px; letter-spacing: .02em; opacity: .75;
  transition: opacity .2s ease;
}
.header__menu-item:hover { opacity: 1; text-decoration: none; }
.header__menu-item span { text-decoration: none !important; }
.header__active-menu-item { text-decoration: none; color: var(--ps-sand); }

.header__icon--cart {
  border: 1px solid var(--ps-ink);
  border-radius: 0;
  padding: 0 14px;
  height: 38px;
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--ps-mono); font-size: 12px;
}
.header__icon--cart .icon { width: 16px; height: 16px; }
.cart-count-bubble {
  position: static; background: none; color: inherit;
  width: auto; height: auto; min-width: 0;
  font-family: var(--ps-mono); font-size: 12px;
}

/* ---------- announcement bar ---------- */
.announcement-bar__message {
  font-family: var(--ps-mono); font-size: 11px;
  letter-spacing: .18em; text-transform: uppercase;
}

/* ---------- buttons ---------- */
.button, .shopify-challenge__button, .customer button {
  border-radius: 0;
  min-height: 48px;
  font-size: 13.5px;
  letter-spacing: .03em;
  font-weight: 500;
}
.button--pill, .ps-pill .button { border-radius: 999px; }

/* ---------- product cards ---------- */
.card-wrapper { --ps-cw: 1; }
.card--standard .card__inner { border: 1px solid var(--ps-line); background: var(--ps-paper); }
.card__heading { font-size: 19px; letter-spacing: -.015em; }
.card__heading a { text-decoration: none; }
.card-information .price {
  font-family: var(--ps-mono); font-size: 14px;
  font-variant-numeric: tabular-nums;
}
.card__badge .badge {
  border-radius: 0; border: 1px solid var(--ps-sand);
  background: transparent; color: var(--ps-sand);
  font-family: var(--ps-mono); font-size: 9.5px;
  letter-spacing: .16em; text-transform: uppercase;
}
.card__badge .badge--sold-out,
.card__badge .badge.color-scheme-3 {
  border-color: var(--ps-line); color: var(--ps-muted);
}

/* ---------- product page spec table ---------- */
.ps-spec { border: 1px solid var(--ps-line); border-collapse: collapse; width: 100%; }
.ps-spec th, .ps-spec td {
  padding: 11px 14px; border-bottom: 1px solid var(--ps-line);
  text-align: left; font-size: 13.5px;
}
.ps-spec th {
  font-family: inherit; font-size: 10px; font-weight: 500;
  letter-spacing: .14em; text-transform: uppercase; color: var(--ps-muted);
  width: 42%;
}
.ps-spec td { font-family: var(--ps-mono); font-variant-numeric: tabular-nums; }
.ps-spec tr:last-child th, .ps-spec tr:last-child td { border-bottom: 0; }

/* ---------- shared bits used by the custom sections ---------- */
.ps-eyebrow {
  display: flex; align-items: center; gap: 9px;
  font-size: 11px; font-weight: 500; letter-spacing: .18em;
  text-transform: uppercase; color: var(--ps-sand); margin: 0 0 14px;
}
.ps-eyebrow::before {
  content: ''; width: 5px; height: 5px; border-radius: 50%;
  background: currentColor; flex: none;
}
.ps-it { font-family: var(--ps-display); font-style: italic; font-weight: 500; }
.ps-rule {
  height: 2px; border: 0; margin: 0;
  background: linear-gradient(90deg, var(--ps-sand) 0%, var(--ps-sand-lt) 45%, transparent 100%);
}

.ps-rv { opacity: 0; transform: translateY(18px);
  transition: opacity .7s cubic-bezier(.2,.7,.3,1), transform .7s cubic-bezier(.2,.7,.3,1); }
.ps-rv.is-in { opacity: 1; transform: none; }

/* ---------- responsive ---------- */
@media (max-width: 989px) {
  :root { --ps-rail: 44px; }
  .ps-rail__meta { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .ps-rv { opacity: 1; transform: none; transition: none; }
}



/* ============================================================
   PEPTSCHE — part 2
   ============================================================ */

/* ---------- CATALOG (Featured collection / collection pages) ---------- */
.product-grid {
  gap: 1px !important;
  background: var(--ps-line);
  border: 1px solid var(--ps-line);
}
.product-grid .grid__item { background: var(--ps-paper); }
.card-wrapper { background: var(--ps-paper); }

.card,
.card__inner,
.card--standard .card__inner {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent;
  box-shadow: none !important;
}
.card__content { padding: 22px 22px 26px; }
.card__media,
.card .media { border-radius: 0 !important; background: transparent; }

.card__media img,
.card .media img {
  mix-blend-mode: multiply;
  transition: transform .55s cubic-bezier(.2,.7,.3,1);
}
.card-wrapper:hover .card__media img { transform: translateY(-7px) scale(1.03); }

.card__badge { align-self: flex-start; }
.card__badge .badge {
  border-radius: 0;
  border: 1px solid var(--ps-sand);
  background: transparent;
  color: var(--ps-sand);
  font-family: var(--ps-mono);
  font-size: 9.5px;
  letter-spacing: .16em;
  text-transform: uppercase;
  padding: 4px 9px;
}
.card__badge .badge--sold-out { border-color: var(--ps-line); color: var(--ps-muted); }

.card__heading {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.015em;
  margin: 0 0 5px;
}
.card__heading a { text-decoration: none !important; }
.card-wrapper:hover .card__heading a {
  text-decoration: underline !important;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

/* VENDOR FIELD = the spec line under the product title */
.card__information .caption-with-letter-spacing,
.card-information .caption-with-letter-spacing {
  font-family: var(--ps-mono);
  font-size: 11px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--ps-muted);
  opacity: 1;
  margin-bottom: 14px;
}

.card__information > .price,
.card-information > .price {
  display: block;
  padding-top: 14px;
  border-top: 1px solid var(--ps-line);
  font-family: var(--ps-mono);
  font-size: 14px;
  font-variant-numeric: tabular-nums;
  position: relative;
}
.card__information > .price::after,
.card-information > .price::after {
  content: 'View →';
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: inherit;
  font-size: 12px;
  letter-spacing: .04em;
  color: var(--ps-sand);
}
.price--on-sale .price-item--regular { color: var(--ps-muted); }

/* ---------- RESEARCH LIBRARY (Blog posts) ---------- */
.blog-articles { gap: 28px; }
.article-card-wrapper .card,
.article-card-wrapper .card__inner {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent;
}
.article-card__image-wrapper {
  border: 1px solid var(--ps-line);
  overflow: hidden;
  margin-bottom: 16px;
}
.article-card__image-wrapper .media { border-radius: 0 !important; }
.article-card__image { transition: transform .6s cubic-bezier(.2,.7,.3,1); }
.article-card-wrapper:hover .article-card__image { transform: scale(1.05); }

.article-card__info .caption-with-letter-spacing,
.article-card__footer {
  font-family: inherit;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ps-muted);
}
.article-card-wrapper .card__heading {
  font-size: 19px;
  line-height: 1.28;
  margin: 10px 0 8px;
}
.article-card__excerpt {
  font-size: 14px;
  line-height: 1.6;
  color: var(--ps-muted);
  margin: 0 0 14px;
}

/* ---------- FOOTER ---------- */
.footer { border-top: 0; }
.footer__content-top { padding-bottom: 48px; }

.footer-block__heading {
  font-family: inherit;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  opacity: .6;
  margin-bottom: 15px;
}
.footer-block--menu .list-menu__item {
  font-size: 13.5px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.footer-block__brand-info img { max-height: 30px; width: auto; }

.footer-block__newsletter .newsletter-form__field-wrapper .field {
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  max-width: 340px;
}
.footer-block__newsletter .field__input {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding-left: 0;
  font-size: 14px;
}
.footer-block__newsletter .field::after,
.footer-block__newsletter .field__input:focus { box-shadow: none; outline: 0; }
.newsletter-form__button {
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ps-sand-lt);
}

.footer__content-bottom {
  border-top: 1px solid rgba(244,239,232,.15);
  padding-top: 24px;
}
.footer__copyright,
.copyright__content {
  font-family: var(--ps-mono);
  font-size: 11px;
  opacity: .6;
}

.ps-legal {
  font-size: 11.5px;
  line-height: 1.75;
  opacity: .6;
  max-width: 100ch;
  padding-top: 26px;
}
.ps-legal strong { opacity: .85; font-weight: 500; }
.ps-legal p { margin: 0 0 10px; }

@media (max-width: 749px) {
  .card__content { padding: 16px 16px 20px; }
  .product-grid { gap: 1px !important; }
}

/* headline: bold = the brand's Didone italic, as in the logo */
.ps-hero__h strong,
.ps-hero__h b {
  font-family: var(--ps-display);
  font-style: italic;
  font-weight: 500;
  letter-spacing: -.005em;
}
@media (max-width: 989px) {
  /* rail stays put, always — never hidden, never shifted */
  .ps-rail { display: flex; z-index: 10000; }
  body { padding-left: var(--ps-rail); }
  .shopify-section-header-sticky,
  .header-wrapper { left: var(--ps-rail); }
  .ps-bleed { margin-left: calc(var(--ps-rail) * -1); padding-left: var(--ps-rail); }
  .header { padding-left: 8px; padding-right: 8px; }

  /* drawer spans the entire viewport, rail included; the rail's higher
     z-index means it paints over the panel's left edge, so no gap and
     nothing underneath can show through */
  #menu-drawer.menu-drawer {
    left: calc(var(--ps-rail) * -1);
    width: 100vw;
    max-width: 100vw;
  }
  .menu-drawer__inner-container { padding-left: var(--ps-rail); }
  .menu-drawer-container::after {
    left: calc(var(--ps-rail) * -1);
    width: 100vw;
  }
}
@media (max-width: 989px) {
  /* header must fit the viewport minus the rail, or the cart runs off the edge */
  .header {
    padding-left: 6px;
    padding-right: 6px;
    max-width: calc(100vw - var(--ps-rail));
    column-gap: 2px;
  }
  .header__icons { padding-right: 0; column-gap: 0; }
  .header__icon,
  .header__icon--cart {
    padding-left: 6px;
    padding-right: 6px;
  }
  .header__icon--cart { padding: 0 10px; height: 34px; }
}
@media (max-width: 749px) {
  .header__icon--search { display: none; }
}
/* no horizontal scroll anywhere */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 989px) {
  /* 100vw can exceed the visible width; measure against the body instead */
  #menu-drawer.menu-drawer,
  .menu-drawer-container::after {
    width: calc(100% + var(--ps-rail));
    max-width: calc(100% + var(--ps-rail));
  }
  .ps-marq { max-width: 100%; }
}
@media (max-width: 989px) {
  .ps-bleed,
  .ps-marq,
  section.ps-ver {
    margin-left: calc(var(--ps-rail) * -1) !important;
    margin-right: calc(var(--ps-rail) * -1) !important;
    padding-left: var(--ps-rail) !important;
    padding-right: var(--ps-rail) !important;
    width: auto !important;
    max-width: none !important;
  }
}
/* --- product card fixes --- */

/* badge belongs in the image corner, not floating over the vial */
.card__badge {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
}
.card__badge .badge { background: var(--ps-paper); }

/* title and price need their own rows, not a shared baseline */
.card__information,
.card-information {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.card__heading { margin: 0; line-height: 1.25; }

@media (max-width: 749px) {
  .product-grid { grid-template-columns: 1fr !important; }
  .card__heading { font-size: 17px; }
  .card__content { padding: 14px 14px 18px; }
  /* the View cue collides with long prices on narrow cards */
  .card__information > .price::after,
  .card-information > .price::after { content: none; }
}
/* --- Peptsche verification fixes --- */

/* heading was inheriting near-black from the theme instead of the section fg */
.ps-ver .ps-ver__h,
.ps-ver .ps-ver__h em {
  color: var(--ps-paper) !important;
}

/* the counter span sits inside the dd but wasn't inheriting its size */
.ps-ver .ps-stat dd span,
.ps-ver .ps-stat dd [data-ps-count] {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
  vertical-align: baseline;
}
/* counter numbers: set explicitly, don't rely on inheriting from dd */
.ps-ver .ps-stat dd,
.ps-ver .ps-stat dd span,
.ps-ver .ps-stat dd [data-ps-count],
.ps-stat dd span[data-ps-count] {
  font-size: 40px !important;
  line-height: 1 !important;
  color: var(--ps-sand-lt) !important;
  font-weight: 400 !important;
  font-variant-numeric: tabular-nums;
  letter-spacing: -.03em;
}

@media (max-width: 749px) {
  .ps-ver .ps-stat dd,
  .ps-ver .ps-stat dd span,
  .ps-ver .ps-stat dd [data-ps-count] {
    font-size: 32px !important;
  }
}
/* counter numbers take the same sand tone as the % */
.ps-ver .ps-stat dd,
.ps-ver .ps-stat dd *,
.ps-stat dd span[data-ps-count] {
  color: var(--ps-sand-lt) !important;
}
/* every element inside a stat dd takes the sand tone */
.ps-stat dd,
.ps-stat dd span,
.ps-stat dd b,
.ps-stat dd i,
.ps-stat dd em,
.ps-stat dd strong,
.ps-stat dd div,
[data-ps-count] {
  color: #D9BE9B !important;
}
/* the counter span was inheriting opacity .45 from the note-text rule */
.ps-stat dd span[data-ps-count],
.ps-stat dd [data-ps-count] {
  opacity: 1 !important;
  font-size: 40px !important;
}
@media (max-width: 749px) {
  .ps-stat dd span[data-ps-count],
  .ps-stat dd [data-ps-count] { font-size: 32px !important; }
}
/* breathing room under the hero cards */
.ps-hero { padding-bottom: 56px; }

@media (max-width: 989px) {
  .ps-hero { padding-bottom: 40px; }
}
/* h1 default margin was adding to the section padding */
.ps-hero__h {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
/* Dawn adds margin around section wrappers; the hero sits flush to the header */
.shopify-section:has(> .ps-hero) {
  margin-top: 0 !important;
  padding-top: 0 !important;
  background: var(--ps-paper);
}
/* rail mark matches the logo: heavy grotesque into Didone italic */
.ps-rail__mark {
  font-family: var(--sans, 'Inter', system-ui, sans-serif);
  font-style: normal;
  letter-spacing: -.01em;
}
.ps-rail__mark b {
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -.02em;
}
.ps-rail__mark i {
  font-family: var(--ps-display);
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0;
}
/* anchor scrolling — offset so the sticky header doesn't cover the section */
html { scroll-behavior: smooth; }
.ps-anchor { display: block; scroll-margin-top: 120px; }
@media (max-width: 989px) { .ps-anchor { scroll-margin-top: 96px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
/* --- catalog grid: hairlines on the cards, not behind the container --- */
.product-grid {
  background: transparent;
  border: 0;
  gap: 0 !important;
  /* let Dawn compute item widths with no spacing, so the row fills edge to edge */
  --grid-desktop-horizontal-spacing: 0px;
  --grid-desktop-vertical-spacing: 0px;
  --grid-mobile-horizontal-spacing: 0px;
  --grid-mobile-vertical-spacing: 0px;
}
.product-grid .grid__item {
  background: var(--ps-paper);
  box-shadow: 0 0 0 1px #D8D4CE;
}
@media (max-width: 749px) {
  .product-grid { gap: 0 !important; }
}

@media (max-width: 989px) {
  .header__heading,
  .header__heading-link {
    transform: translateX(calc(var(--ps-rail) / -2));
  }
}

/* --- roomier card padding, and keep View clear of the price --- */
.card__content { padding: 0px 20px 0px; }
.card__information > .price,
.card-information > .price { padding-right: 56px; }

@media (max-width: 749px) {
  .card__content { padding: 18px 20px 20px; }
}

.card__content { padding: 0px 20px 0px !important; }
.card__information > .price,
.card-information > .price { padding-right: 56px !important; }
@media (max-width: 749px) {
  .card__content { padding: 18px 20px 20px !important; }
}

/* header sits right of the rail, so it must be narrower by the same amount */
.header-wrapper,
.shopify-section-header-sticky {
  width: calc(100% - var(--ps-rail));
}

/* ============================================================
   PEPTSCHE â€” quantity tiers + trust badges
   Append to the bottom of assets/peptsche.css
   ============================================================ */

.ps-tiers { margin: 22px 0; }

.ps-tiers__set {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  border: 0;
  margin: 0;
  padding: 0;
}

.ps-tiers__legend {
  position: absolute;
  width: 1px; height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}

.ps-tier {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 3px;
  padding: 18px 8px 15px;
  border: 1px solid var(--ps-line);
  cursor: pointer;
  text-align: center;
  transition: border-color .16s ease, background-color .16s ease;
}

.ps-tier:hover { border-color: rgba(11, 11, 12, .35); }

.ps-tier:has(.ps-tier__radio:checked) {
  border-color: var(--ps-ink);
  background: var(--ps-soft);
}

.ps-tier:has(.ps-tier__radio:focus-visible) {
  outline: 2px solid var(--ps-sand);
  outline-offset: 2px;
}

.ps-tier__radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.ps-tier__dot {
  width: 13px; height: 13px;
  margin-bottom: 5px;
  border: 1px solid rgba(11, 11, 12, .4);
  border-radius: 50%;
  background: #fff;
  transition: border-color .16s ease, box-shadow .16s ease;
}

.ps-tier:has(.ps-tier__radio:checked) .ps-tier__dot {
  border-color: var(--ps-ink);
  box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 9px var(--ps-ink);
}

.ps-tier__flag {
  position: absolute;
  top: -9px; left: 50%;
  transform: translateX(-50%);
  padding: 3px 8px;
  background: var(--ps-ink);
  color: var(--ps-paper);
  font-family: var(--ps-mono);
  font-size: 9px;
  letter-spacing: .16em;
  text-transform: uppercase;
  white-space: nowrap;
}

.ps-tier__name {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -.01em;
}

.ps-tier__note {
  font-size: 11px;
  color: var(--ps-muted);
}

.ps-tier__price {
  margin-top: 4px;
  font-family: var(--ps-mono);
  font-size: 14px;
  font-variant-numeric: tabular-nums;
}

.ps-tier__was {
  font-family: var(--ps-mono);
  font-size: 11px;
  color: var(--ps-muted);
  text-decoration-thickness: 1px;
}

/* ---------- trust badges ---------- */

.ps-badges {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.ps-badge {
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}

.ps-badge__ic {
  width: 38px; height: 38px;
  display: grid;
  place-items: center;
  background: var(--ps-paper);
  border: 1px solid var(--ps-line);
  border-radius: 50%;
}

.ps-badge__ic svg {
  width: 18px; height: 18px;
  fill: none;
  stroke: var(--ps-ink);
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ps-badge__t {
  font-size: 9.5px;
  line-height: 1.35;
  letter-spacing: .03em;
  color: var(--ps-muted);
}

/* ---------- responsive ---------- */

@media (max-width: 989px) {
  .ps-badges {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px 8px;
  }
}

@media (max-width: 749px) {
  .ps-tier { padding: 16px 4px 14px; }
  .ps-tier__name { font-size: 13px; }
  .ps-tier__price { font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  .ps-tier, .ps-tier__dot { transition: none; }
}

/* --- product page contact row --- */
.ps-contact { margin: 24px 0 0; padding-top: 20px; border-top: 1px solid var(--ps-line); }
.ps-contact__lead { margin: 0 0 12px; font-size: 15px; font-weight: 600; letter-spacing: -.01em; color: var(--ps-ink); }
.ps-contact__row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.ps-contact__btn {
  display: flex !important; align-items: center; justify-content: center; gap: 9px;
  height: 52px; padding: 0 12px;
  color: #fff !important; text-decoration: none !important;
  font-family: var(--ps-mono); font-size: 14px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
  transition: filter .16s ease;
}
.ps-contact__btn svg { width: 22px; height: 22px; fill: currentColor; flex: none; }.ps-contact__btn--wa { background: #25D366; }
.ps-contact__btn--line { background: #06C755; }
.ps-contact__btn:hover { filter: brightness(.92); }

@media (max-width: 989px) {
  .header {
    max-width: 100%;
    padding-right: 10px;
  }
  .header__icons { padding-right: 0; margin-right: 0; }
}

@media (max-width: 989px) {
  .header {
    max-width: 100% !important;
    width: 100% !important;
    padding-right: 12px !important;
    padding-left: 8px !important;
    box-sizing: border-box !important;
  }
  .header__icons { padding-right: 0 !important; margin-right: 0 !important; }
  .header__icon--cart { margin-right: 0 !important; }
}

@media (max-width: 749px) {
  .ps-badge { gap: 10px; padding: 9px 14px 9px 11px; }
  .ps-badge__tick { width: 24px; height: 24px; }
  .ps-badge__tick svg { width: 12px; height: 12px; }
  .ps-badge__n { font-size: 12.5px; }
  .ps-badge__s { font-size: 9px; letter-spacing: .06em; }
@media (max-width: 989px) {
  /* Dawn transforms <sticky-header> on scroll-up. A transformed ancestor
     captures position:fixed children, which is why every previous attempt
     failed — the drawer stayed glued to the header instead of the viewport. */
  sticky-header.header-wrapper:has(#Details-menu-drawer-container[open]) {
    transform: none !important;
    position: fixed !important;
    top: 0 !important;
    left: var(--ps-rail) !important;
    right: 0 !important;
    width: calc(100% - var(--ps-rail)) !important;
    z-index: 200 !important;
  }

  #menu-drawer.menu-drawer {
    position: fixed !important;
    top: 100% !important;
    left: calc(var(--ps-rail) * -1) !important;
    width: calc(100% + var(--ps-rail)) !important;
    max-width: none !important;
    height: 100dvh !important;
  }

  .menu-drawer__inner-container {
    height: 100% !important;
    overflow-y: auto !important;
    background: #fff;
    padding-left: var(--ps-rail);
  }

  .menu-drawer .header__heading-link { transform: none; }

  html:has(#Details-menu-drawer-container[open]) { overflow: hidden !important; }
}

@media (max-width: 989px) {
  #menu-drawer.menu-drawer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: calc(var(--ps-rail) * -1);
    width: calc(100% + var(--ps-rail));
    max-width: calc(100% + var(--ps-rail));
    height: 100dvh;
    overflow: hidden;
  }
  .menu-drawer__inner-container {
    height: 100%;
    overflow-y: auto;
    background: #fff;
    padding-left: var(--ps-rail);
  }
  .menu-drawer .header__heading-link { transform: none; }
}

@media (max-width: 989px) {
  .menu-drawer-container { position: static; }

  #menu-drawer.menu-drawer {
    position: fixed !important;
    top: 0 !important;
    left: calc(var(--ps-rail) * -1) !important;
    width: calc(100% + var(--ps-rail)) !important;
    max-width: calc(100% + var(--ps-rail)) !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    overflow: hidden !important;
  }

  .menu-drawer__inner-container {
    height: 100dvh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    padding-left: var(--ps-rail);
  }

  .menu-drawer .header__heading-link { transform: none; }

  body:has(details[open] > .menu-drawer-container) {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
}

@media (max-width: 989px) {
  :root { --ps-rail: 0px; }
  .ps-rail { display: none; }
}

@media (max-width: 989px) {
  #menu-drawer[data-ps-escaped] {
    position: fixed !important;
    inset: 0 !important;
    width: 100% !important;
    max-width: none !important;
    height: 100dvh !important;
    transform: none !important;
    visibility: visible !important;
    z-index: 9000 !important;
    background: #fff;
  }
  #menu-drawer[data-ps-escaped] .menu-drawer__inner-container {
    height: 100% !important;
    overflow-y: auto !important;
    background: #fff;
    padding-left: var(--ps-rail);
  }
}

body::after { content: none; }

@media (max-width: 989px) {
  /* hide the burger and the drawer entirely */
  header-drawer,
  .header__icon--menu,
  .menu-drawer-container { display: none !important; }

  /* logo centred on its own row */
  .header {
    display: block !important;
    text-align: center;
    padding-bottom: 0 !important;
  }
  .header__heading,
  .header__heading-link {
    display: block;
    transform: none !important;
    margin: 0 0 10px;
  }
  .header__icons {
    position: absolute;
    top: 12px;
    right: 10px;
  }

  /* the inline nav becomes the mobile menu row */
  .header__inline-menu {
    display: block !important;
    border-top: 1px solid var(--ps-line);
    margin: 0 -8px;
    padding: 10px 0 2px;
  }
  .header__inline-menu .list-menu--inline {
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
  }
  .header__inline-menu .header__menu-item {
    font-size: 12px;
    padding: 4px 0;
  }
}

@media (max-width: 989px) {
  /* A transform on an ancestor re-anchors any fixed child to that ancestor
     instead of the viewport — which is why the open drawer moves on scroll up. */
  sticky-header:has(.menu-drawer-container[open]),
  .header-wrapper:has(.menu-drawer-container[open]) {
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }

  /* pin the drawer to the viewport and let it scroll internally */
  #menu-drawer.menu-drawer {
    position: fixed;
    top: var(--header-height, 74px);
    bottom: 0;
    height: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* stop the page behind it from scrolling at all */
  body:has(.menu-drawer-container[open]) {
    overflow: hidden;
    position: relative;
  }
}