/** Shopify CDN: Minification failed

Line 3629:0 Unexpected "<"

**/
/* ESSNTL — product page styles.
   Extracted from snippets/essntl-liquid-glass-product-styles.liquid so it is
   fetched once and cached across every PDP instead of being re-inlined on
   each render. Liquid-driven values stay inline in that snippet. */
/* ════════════════════════════════════════════════════════════════
     ESSNTL — LIQUID GLASS PDP
     Reusable glass material:
       background: gloss gradient + translucent tint
       border: white @ ~58%
       box-shadow: ambient drop + inset top/bottom highlights
       backdrop-filter on key surfaces only (perf)
     ════════════════════════════════════════════════════════════════ */

  .essntl-section-product,
  .essntl-product-page {
    position: relative;
    background: #ffffff;
    color: var(--essntl-ink);
    /* The bottom value is one half of the gap into the FAQ band below; the
       other half is the FAQ's own top padding. Kept deliberately small so the
       two sections read as one continuous page rather than two documents. */
    padding: 26px 0 24px;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
  }

  /* Ambient glow blooms — gives the glass something to refract */
  .essntl-product-page::before {
    content: "";
    position: absolute;
    inset: -8% -6% auto -6%;
    height: clamp(420px, 70vw, 880px);
    pointer-events: none;
    z-index: 0;
    background:
      radial-gradient(58% 80% at 16% 10%, var(--essntl-ambient-one), transparent 70%),
      radial-gradient(54% 74% at 86% 6%, var(--essntl-ambient-two), transparent 72%);
    opacity: var(--essntl-ambient);
    filter: blur(46px);
  }

  .essntl-product-page > * {
    position: relative;
    z-index: 1;
  }

  .essntl-container {
    width: min(1440px, calc(100% - 36px));
    margin: 0 auto;
  }

  .hide-scrollbar {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .hide-scrollbar::-webkit-scrollbar {
    display: none;
  }

  .essntl-product-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(404px, 0.82fr);
    gap: 48px;
    align-items: start;
  }


  /* Desktop-only relocated info block under the main product image */
  .essntl-gallery-extras {
    display: none;
  }

  .essntl-product-info__extras {
    min-width: 0;
  }

  @media (min-width: 990px) {
    .essntl-gallery-extras {
      display: block;
      margin-top: 24px;
      padding: 30px 34px 26px;
      border-radius: var(--essntl-glass-radius);
      border: 1px solid var(--essntl-glass-border);
      background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.20)),
        var(--essntl-glass-bg);
      box-shadow:
        0 24px 60px rgba(0, 0, 0, var(--essntl-glass-shadow)),
        inset 0 1px 0 rgba(255, 255, 255, 0.82),
        inset 0 -1px 0 rgba(255, 255, 255, 0.20);
      overflow: hidden;
    }

    .essntl-gallery-extras:empty {
      display: none;
    }

    .essntl-gallery-extras .essntl-social-proof {
      margin-top: 0;
    }

    /* Fill the wide card: trust row across the top, fit + accordions side by side */
    .essntl-gallery-extras .essntl-product-info__extras {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
      column-gap: 56px;
      align-items: start;
    }

    .essntl-gallery-extras .essntl-product-trust {
      grid-column: 1 / -1;
      flex-direction: row;
      justify-content: space-between;
      gap: 24px;
      padding: 0 0 20px;
      border-top: 0;
      border-bottom: 1px solid var(--essntl-hairline);
    }

    .essntl-gallery-extras .essntl-fit-preview {
      padding: 21px 0 0;
      border-top: 0;
    }

    .essntl-gallery-extras .essntl-accordion {
      border-top: 0;
    }

    .essntl-gallery-extras .essntl-accordion__item:first-child .essntl-accordion__trigger {
      padding-top: 21px;
    }

    .essntl-gallery-extras .essntl-accordion__item:last-child {
      border-bottom: 0;
    }
  }

  /* ──────────────────────────────────────────
     GALLERY — photos stay crisp; chrome is glass
  ────────────────────────────────────────── */

  .essntl-gallery {
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
  }

  .essntl-gallery__thumbs {
    position: sticky;
    top: 92px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: calc(100vh - 130px);
    overflow-y: auto;
    padding: 4px;
    margin: -4px;
  }

  .essntl-gallery__thumb {
    appearance: none;
    position: relative;
    border: 0;
    background: #f4f4f5;
    padding: 0;
    cursor: pointer;
    width: 90px;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    border-radius: 16px;
    opacity: 0.62;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: opacity 0.28s ease, transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s ease;
  }

  .essntl-gallery__thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0);
    box-shadow: inset 0 0 0 0 rgba(17, 17, 17, 0);
    transition: border-color 0.28s ease, box-shadow 0.28s ease;
  }

  .essntl-gallery__thumb:hover {
    opacity: 0.92;
    transform: translateY(-1px);
  }

  .essntl-gallery__thumb.is-active {
    opacity: 1;
    box-shadow:
      0 10px 24px rgba(0, 0, 0, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.7);
  }

  .essntl-gallery__thumb.is-active::after {
    border-color: rgba(255, 255, 255, 0.85);
    box-shadow: inset 0 0 0 2px var(--essntl-ink);
  }

  .essntl-gallery__thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .essntl-gallery__main {
    position: relative;
    background: #f4f4f5;
    overflow: hidden;
    min-height: 640px;
    border-radius: 26px;
    box-shadow:
      0 30px 70px rgba(0, 0, 0, 0.14),
      0 4px 14px rgba(0, 0, 0, 0.06);
    isolation: isolate;
  }

  /* Glossy frame edge + soft top specular on the photo frame (not the photo) */
  .essntl-gallery__main::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    border-radius: inherit;
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.5),
      inset 0 0 0 1px rgba(17, 17, 17, 0.04);
  }

  .essntl-gallery__main-aspect {
    aspect-ratio: 4 / 5;
  }

  .essntl-gallery__slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.04);
    transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
                visibility 0.55s ease,
                transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .essntl-gallery__slide.is-active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }

  /* ──────────────────────────────────────────
     PRODUCT INFO — floating glass card
  ────────────────────────────────────────── */

  .essntl-product-info {
    min-width: 0;
  }

  .essntl-product-info__sticky {
    position: sticky;
    top: 88px;
    padding: 30px 30px 28px;
    border-radius: var(--essntl-glass-radius);
    border: 1px solid var(--essntl-glass-border);
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.20)),
      var(--essntl-glass-bg);
    box-shadow:
      0 24px 60px rgba(0, 0, 0, var(--essntl-glass-shadow)),
      inset 0 1px 0 rgba(255, 255, 255, 0.82),
      inset 0 -1px 0 rgba(255, 255, 255, 0.20);
    isolation: isolate;
    overflow: hidden;
  }

  /* Specular sheen */
  .essntl-product-info__sticky::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    border-radius: inherit;
    background:
      radial-gradient(120% 70% at 22% 0%, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0) 46%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0) 32%);
  }

  .essntl-product-info__sticky > * {
    position: relative;
    z-index: 1;
  }

  .essntl-product-info__title {
    margin: 0 0 12px;
    font-size: clamp(30px, 4.4vw, 56px);
    line-height: 0.96;
    letter-spacing: -0.045em;
    font-weight: 700;
    color: var(--essntl-ink);
    text-transform: uppercase;
    text-wrap: balance;
  }

  .essntl-product-info__price {
    display: block;
    margin: 0;
    font-size: 19px;
    line-height: 1;
    font-weight: 650;
    letter-spacing: -0.02em;
    color: var(--essntl-ink);
  }

  .essntl-product-pricing {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(8px, 1vw, 10px);
    margin: 0 0 14px;
  }

  .essntl-product-set-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin: 0;
    padding: 6px 10px;
    border: 1px solid rgba(17, 17, 17, 0.10);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.54);
    color: var(--essntl-ink);
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76);
  }

  /* Man / Woman product switcher */
  .essntl-gender-switcher {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin: 0 0 14px;
    padding: 0;
  }

  .essntl-gender-switcher__label {
    min-width: 44px;
    color: var(--essntl-faint);
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.02em;
    transition: color 0.22s ease, font-weight 0.22s ease;
  }

  .essntl-gender-switcher__label:first-child { text-align: right; }
  .essntl-gender-switcher__label:last-of-type { text-align: left; }

  .essntl-gender-switcher__label.is-active {
    color: var(--essntl-ink);
    font-weight: 680;
  }

  .essntl-gender-switcher__toggle {
    position: relative;
    width: 58px;
    min-width: 58px;
    height: 34px;
    min-height: 34px;
    margin: 0;
    padding: 0;
    appearance: none;
    border: 1px solid rgba(17, 17, 17, 0.04);
    border-radius: 999px;
    background: rgba(17, 17, 17, 0.30);
    box-shadow: inset 0 1px 2px rgba(17, 17, 17, 0.08), 0 1px 0 rgba(255, 255, 255, 0.72);
    color: inherit;
    cursor: pointer;
    transition: background 0.22s ease, box-shadow 0.22s ease, opacity 0.22s ease;
  }

  /* Keeps a comfortable 64 × 44 px touch target around the smaller visual pill. */
  .essntl-gender-switcher__toggle::after {
    content: "";
    position: absolute;
    inset: -5px -3px;
    border-radius: 999px;
  }

  .essntl-gender-switcher__knob {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(17, 17, 17, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.92);
    transform: translateX(0);
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .essntl-gender-switcher--woman .essntl-gender-switcher__knob {
    transform: translateX(24px);
  }

  .essntl-gender-switcher__toggle:hover { background: rgba(17, 17, 17, 0.38); }

  .essntl-gender-switcher__toggle:focus-visible {
    outline: 2px solid var(--essntl-ink);
    outline-offset: 3px;
  }

  .essntl-gender-switcher.is-loading .essntl-gender-switcher__toggle {
    cursor: wait;
    opacity: 0.58;
  }

  .essntl-gender-switcher__status {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  /* Compact title/price + gender header on every viewport. */
  .essntl-product-heading--with-gender {
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content;
    align-items: start;
    column-gap: 16px;
    margin: 0 0 16px;
  }

  .essntl-product-heading--with-gender .essntl-product-heading__copy {
    min-width: 0;
  }

  .essntl-product-heading--with-gender .essntl-product-info__title {
    margin-bottom: 8px;
    font-size: clamp(28px, 3vw, 44px);
  }

  .essntl-product-heading--with-gender .essntl-product-info__price {
    display: block;
    margin: 0;
  }

  .essntl-product-heading--with-gender .essntl-product-pricing {
    margin-bottom: 0;
  }

  .essntl-product-heading--with-gender > .essntl-gender-switcher {
    align-self: start;
    justify-content: flex-end;
    gap: 7px;
    width: auto;
    margin: 3px 0 0;
    padding: 0;
    flex-shrink: 0;
  }

  .essntl-product-heading--with-gender .essntl-gender-switcher__label {
    min-width: 0;
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    white-space: nowrap;
  }

  .essntl-product-heading--with-gender .essntl-gender-switcher__label.is-active {
    font-weight: 600;
  }

  .essntl-product-heading--with-gender .essntl-gender-switcher__toggle {
    width: 44px;
    min-width: 44px;
    height: 24px;
    min-height: 24px;
  }

  .essntl-product-heading--with-gender .essntl-gender-switcher__toggle::after {
    inset: -10px -4px;
  }

  .essntl-product-heading--with-gender .essntl-gender-switcher__knob {
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
  }

  .essntl-product-heading--with-gender .essntl-gender-switcher--woman .essntl-gender-switcher__knob {
    transform: translateX(20px);
  }

  .essntl-low-stock {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 16px;
    padding: 8px 14px;
    width: fit-content;
    border-radius: 999px;
    /* Solid hairline instead of white-on-white glass: the pill needs a readable
       edge, and dropping backdrop-filter here removes a compositing layer that
       sits in the middle of the scroll path. */
    border: 1px solid #e6dfd3;
    background: #fdf8f1;
    color: var(--essntl-ink);
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 650;
  }

  /* The badge is toggled with the `hidden` attribute when inventory is not
     genuinely low, so it must beat the display rule above. */
  .essntl-low-stock[hidden] {
    display: none;
  }

  .essntl-low-stock__dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #a8560f;
    box-shadow: 0 0 0 0 rgba(168, 86, 15, 0.45);
    flex-shrink: 0;
    animation: essntl-low-stock-pulse 1.6s ease-out infinite;
  }

  .essntl-low-stock__muted {
    color: #6b6257;
    font-weight: 500;
  }

  @keyframes essntl-low-stock-pulse {
    0%   { box-shadow: 0 0 0 0 rgba(168, 86, 15, 0.5); transform: scale(1); }
    55%  { box-shadow: 0 0 0 7px rgba(168, 86, 15, 0); transform: scale(1.18); }
    100% { box-shadow: 0 0 0 0 rgba(168, 86, 15, 0); transform: scale(1); }
  }

  @media (prefers-reduced-motion: reduce) {
    .essntl-low-stock__dot {
      animation: none;
    }
  }

  .essntl-product-info__desc {
    margin: 0 0 18px;
    font-size: 14px;
    line-height: 1.62;
    color: var(--essntl-body);
  }

  .essntl-shipping-protection-note {
    margin: 0 0 18px;
    padding: 16px 17px;
    border: 1px solid rgba(255, 255, 255, 0.66);
    border-radius: 18px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.28)),
      rgba(245, 245, 245, 0.42);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
    color: var(--essntl-body);
    font-size: 14px;
    line-height: 1.62;
  }

  .essntl-delivery-estimate {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    gap: 13px;
    margin: 0 0 20px;
    padding: 13px 15px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 18px;
    background:
      radial-gradient(120% 140% at 0% 0%, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0) 56%),
      linear-gradient(135deg, rgba(255, 255, 255, 0.62), rgba(237, 242, 238, 0.38));
    box-shadow:
      0 10px 26px rgba(17, 17, 17, 0.07),
      inset 0 1px 0 rgba(255, 255, 255, 0.9);
  }

  .essntl-delivery-estimate__icon {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: rgba(17, 17, 17, 0.92);
    color: #fff;
    box-shadow: 0 6px 16px rgba(17, 17, 17, 0.16);
  }

  .essntl-delivery-estimate__icon svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .essntl-delivery-estimate__copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .essntl-delivery-estimate__eyebrow {
    color: var(--essntl-muted);
    font-size: 9px;
    line-height: 1;
    font-weight: 650;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }

  .essntl-delivery-estimate__value {
    color: var(--essntl-ink);
    font-size: 14px;
    line-height: 1.3;
    font-weight: 650;
    letter-spacing: -0.01em;
  }

  .essntl-product-page--shipping-protection .ep__thumbs {
    display: none !important;
  }

  .essntl-product-page--shipping-protection .ep__media-item img {
    object-fit: contain;
    object-position: center center;
  }

  .essntl-product-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .essntl-selector {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 18px 0 0;
    border-top: 1px solid var(--essntl-hairline);
  }

  .essntl-selector__label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
  }

  .essntl-selector__label-text {
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--essntl-muted);
  }

  .essntl-selector__label-value {
    color: var(--essntl-ink);
    font-weight: 600;
  }

  /* Color swatches */
  .essntl-color-swatches {
    display: flex;
    align-items: center;
    gap: 11px;
    flex-wrap: wrap;
  }

  .essntl-swatch {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: #e5e5e5;
    display: inline-block;
    position: relative;
    text-decoration: none;
    box-shadow:
      0 2px 8px rgba(0, 0, 0, 0.12),
      inset 0 1px 1px rgba(255, 255, 255, 0.55);
    transition: transform 0.2s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.2s ease;
  }

  .essntl-swatch::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background: radial-gradient(60% 50% at 32% 22%, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0) 60%);
  }

  .essntl-swatch:hover {
    transform: translateY(-2px);
    box-shadow:
      0 6px 16px rgba(0, 0, 0, 0.18),
      inset 0 1px 1px rgba(255, 255, 255, 0.6);
  }

  .essntl-swatch.is-active {
    box-shadow:
      0 0 0 2px var(--essntl-ink),
      0 4px 12px rgba(0, 0, 0, 0.18),
      inset 0 1px 1px rgba(255, 255, 255, 0.6);
  }

  .essntl-swatch.is-active::after {
    content: "";
    position: absolute;
    inset: 3px;
    border-radius: inherit;
    border: 1.5px solid rgba(255, 255, 255, 0.92);
  }

  .essntl-swatch--onyx { background: #111111; }
  .essntl-swatch--stone { background: #8d8d86; }

  /* Sizes */
  .essntl-size-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 9px;
  }

  /* Size selection is the one control standing between the visitor and the cart,
     so it is deliberately the least "glass" surface on the page: a solid border
     that survives outdoor phone brightness, and three states that are told apart
     by fill and weight rather than by shadow alone. */
  .essntl-size-btn {
    position: relative;
    min-height: 50px;
    /* #9a9389 clears the 3:1 non-text contrast floor against the white page.
       Anything lighter reads as empty space on a phone outdoors. */
    border: 1px solid #9a9389;
    border-radius: 14px;
    background: #ffffff;
    color: var(--essntl-ink);
    font: inherit;
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    touch-action: manipulation;
    box-shadow: none;
    transition: transform 0.18s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.18s ease, background 0.2s ease, color 0.2s ease;
    overflow: hidden;
  }

  .essntl-size-btn:hover:not(:disabled):not(.is-active) {
    border-color: var(--essntl-ink);
    transform: translateY(-1px);
  }

  .essntl-size-btn:focus-visible {
    outline: 2px solid var(--essntl-ink);
    outline-offset: 2px;
  }

  .essntl-size-btn.is-active {
    background: #111111;
    border-color: #111111;
    color: #ffffff;
  }

  /* Sold-out must be unmistakable at a glance — muted fill, a real diagonal
     rule and a lighter weight, not just a strikethrough on an otherwise
     identical-looking button. */
  .essntl-size-btn:disabled,
  .essntl-size-btn.is-unavailable {
    color: #8a8a8a;
    background: #f4f4f2;
    border-color: #d5d2cc;
    box-shadow: none;
    cursor: not-allowed;
    font-weight: 500;
    text-decoration: none;
  }

  .essntl-size-btn:disabled::after,
  .essntl-size-btn.is-unavailable::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to top left,
      transparent calc(50% - 0.75px),
      #9e9890 calc(50% - 0.75px),
      #9e9890 calc(50% + 0.75px),
      transparent calc(50% + 0.75px)
    );
    pointer-events: none;
  }

  .essntl-size-btn:disabled:hover,
  .essntl-size-btn.is-unavailable:hover {
    transform: none;
  }

  .essntl-size-grid.has-error .essntl-size-btn:not(:disabled) {
    border-color: #97352d;
  }

  @media (prefers-reduced-motion: reduce) {
    .essntl-size-btn {
      transition: none;
    }
    .essntl-size-btn:hover:not(:disabled):not(.is-active) {
      transform: none;
    }
  }

  .essntl-purchase-microcopy {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0;
    color: var(--essntl-muted);
    font-size: 11px;
    line-height: 1.45;
    font-weight: 600;
    letter-spacing: 0.035em;
  }

  .essntl-size-selection-error {
    margin: -6px 0 0;
    padding: 10px 12px;
    border: 1px solid rgba(151, 53, 45, 0.20);
    border-radius: 12px;
    background: rgba(151, 53, 45, 0.07);
    color: #79362f;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 650;
  }

  .essntl-size-selection-error[hidden] {
    display: none;
  }

  /* ATC — glossy black */
  .essntl-atc {
    margin-top: 4px;
  }

  .essntl-atc__inner {
    position: relative;
    width: 100%;
    min-height: 58px;
    border: 0;
    border-radius: 16px;
    background: linear-gradient(180deg, #2c2c2e, #111111 64%);
    color: #ffffff;
    font: inherit;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow:
      0 14px 34px rgba(0, 0, 0, 0.30),
      inset 0 1px 0 rgba(255, 255, 255, 0.18);
    transition: transform 0.16s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.2s ease, background 0.25s ease;
  }

  .essntl-atc__inner::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.20), rgba(255, 255, 255, 0) 46%);
  }

  .essntl-atc__inner > * { position: relative; z-index: 1; }

  .essntl-atc__inner:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow:
      0 20px 42px rgba(0, 0, 0, 0.34),
      inset 0 1px 0 rgba(255, 255, 255, 0.22);
  }

  .essntl-atc__inner:active:not(:disabled) {
    transform: translateY(0) scale(0.99);
  }

  .essntl-atc__inner.is-loading {
    opacity: 0.78;
    cursor: wait;
  }

  .essntl-atc__label--added {
    position: absolute;
    opacity: 0;
    visibility: hidden;
  }

  .essntl-atc__inner.is-added {
    background: linear-gradient(180deg, #1fb257, #16a34a 70%);
  }

  .essntl-atc__inner.is-added .essntl-atc__label {
    opacity: 0;
    visibility: hidden;
  }

  .essntl-atc__inner.is-added .essntl-atc__label--added {
    opacity: 1;
    visibility: visible;
  }

  /* Accelerated checkout */
  .essntl-dynamic-checkout {
    margin-top: 12px;
  }

  .essntl-dynamic-checkout .shopify-payment-button { width: 100%; }

  .essntl-dynamic-checkout .shopify-payment-button__button,
  .essntl-dynamic-checkout .shopify-payment-button__button--unbranded {
    min-height: 54px;
    border-radius: 16px;
    overflow: hidden;
  }

  .essntl-dynamic-checkout .shopify-payment-button__more-options {
    margin-top: 8px;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--essntl-muted);
  }

  /* ──────────────────────────────────────────
     VALUE PROPS
  ────────────────────────────────────────── */
  .essntl-value-props {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .essntl-value-props__item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 11px;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: var(--essntl-body);
    line-height: 1.35;
  }

  .essntl-value-props__item::before {
    content: '';
    display: block;
    width: 18px;
    height: 1px;
    background: linear-gradient(90deg, var(--essntl-ink), rgba(17, 17, 17, 0));
    flex-shrink: 0;
  }

  /* ──────────────────────────────────────────
     SOCIAL PROOF / TRUST / FIT
  ────────────────────────────────────────── */
  .essntl-social-proof {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 13px 0;
    border-top: 1px solid var(--essntl-hairline);
    border-bottom: 1px solid var(--essntl-hairline);
    margin: 18px 0;
    color: inherit;
    text-decoration: none;
  }

  .essntl-social-proof[hidden] {
    display: none !important;
  }

  .essntl-social-proof__stars {
    display: flex;
    gap: 2px;
    align-items: center;
  }

  .essntl-social-proof__star {
    width: 13px;
    height: 13px;
    fill: var(--essntl-ink);
    display: block;
    flex-shrink: 0;
  }

  .essntl-social-proof__text {
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--essntl-muted);
    border-bottom: 1px solid currentColor;
    text-underline-offset: 3px;
    transition: color 0.18s ease;
  }

  .essntl-social-proof:hover .essntl-social-proof__text {
    color: var(--essntl-ink);
  }

  .essntl-social-proof--title {
    margin: 0 0 14px;
    padding: 0 0 12px;
    border-top: 0;
  }

  .essntl-product-trust {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 18px 0;
    border-top: 1px solid var(--essntl-hairline);
  }

  .essntl-product-trust__item {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .essntl-product-trust__item svg {
    width: 15px;
    height: 15px;
    stroke: var(--essntl-body);
    fill: none;
    stroke-width: 1.5;
    flex-shrink: 0;
  }

  .essntl-product-trust__item span {
    font-size: 11px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--essntl-body);
  }

  .essntl-fit-preview {
    padding: 18px 0;
    border-top: 1px solid var(--essntl-hairline);
  }

  .essntl-fit-preview__heading {
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--essntl-faint);
    margin: 0 0 7px;
    font-weight: 500;
  }

  .essntl-fit-preview__text {
    font-size: 13px;
    line-height: 1.66;
    color: var(--essntl-body);
    margin: 0;
  }

  /* ──────────────────────────────────────────
     ACCORDION — glass rows
  ────────────────────────────────────────── */
  .essntl-accordion {
    border-top: 1px solid var(--essntl-hairline);
  }

  .essntl-accordion__item {
    border-bottom: 1px solid var(--essntl-hairline);
  }

  .essntl-accordion__trigger {
    width: 100%;
    appearance: none;
    border: 0;
    background: transparent;
    color: var(--essntl-ink);
    padding: 19px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    cursor: pointer;
    text-align: left;
    transition: opacity 0.2s ease;
  }

  .essntl-accordion__trigger:hover { opacity: 0.7; }

  .essntl-accordion__trigger-text {
    font-size: 13px;
    line-height: 1.2;
    font-weight: 650;
    letter-spacing: 0.07em;
    text-transform: uppercase;
  }

  .essntl-accordion__icon {
    width: 26px;
    height: 26px;
    padding: 5px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.42);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    flex-shrink: 0;
    box-sizing: border-box;
  }

  .essntl-accordion__trigger[aria-expanded="true"] .essntl-accordion__icon {
    transform: rotate(180deg);
  }

  .essntl-accordion__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.34s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .essntl-accordion__content-inner {
    padding: 0 36px 20px 0;
    font-size: 14px;
    line-height: 1.66;
    color: var(--essntl-body);
  }

  .essntl-accordion__content-inner p { margin: 0; }

  /* ──────────────────────────────────────────
     FABRIC STORY
  ────────────────────────────────────────── */
  .essntl-fabric-story {
    margin: 56px 0 0;
    display: grid;
    gap: 22px;
    align-items: center;
  }

  @media (min-width: 768px) {
    .essntl-fabric-story {
      grid-template-columns: 1fr 1fr;
      gap: 40px;
    }
  }

  .essntl-fabric-story__img-wrap {
    overflow: hidden;
    aspect-ratio: 3 / 4;
    width: min(72vw, 280px);
    max-width: 100%;
    margin: 0 auto;
    background: #f1f1f2;
    border-radius: 24px;
    box-shadow:
      0 26px 60px rgba(0, 0, 0, 0.14),
      inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  }

  @media (min-width: 768px) {
    .essntl-fabric-story__img-wrap {
      width: 100%;
      max-width: none;
      margin: 0;
    }
  }

  .essntl-fabric-story__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .essntl-fabric-story__body {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .essntl-fabric-story__label {
    display: inline-flex;
    align-self: flex-start;
    align-items: center;
    padding: 7px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.42);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--essntl-muted);
    font-weight: 600;
  }

  .essntl-fabric-story__heading {
    font-size: clamp(26px, 4vw, 42px);
    font-weight: 600;
    letter-spacing: -0.03em;
    color: var(--essntl-ink);
    margin: 0;
    line-height: 1.04;
    text-wrap: balance;
  }

  .essntl-fabric-story__text {
    font-size: 15px;
    line-height: 1.66;
    color: var(--essntl-body);
    margin: 0;
    max-width: 52ch;
  }

  /* ──────────────────────────────────────────
     FEATURES — clean glass strip
  ────────────────────────────────────────── */
  .essntl-features {
    margin-top: 44px;
    padding: 30px 28px 18px;
    border-radius: var(--essntl-glass-radius);
    border: 1px solid var(--essntl-glass-border);
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.16)),
      var(--essntl-glass-bg);
    box-shadow:
      0 20px 50px rgba(0, 0, 0, calc(var(--essntl-glass-shadow) * 0.9)),
      inset 0 1px 0 rgba(255, 255, 255, 0.8);
    position: relative;
    overflow: hidden;
    isolation: isolate;
  }

  .essntl-features::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    background: radial-gradient(120% 70% at 20% 0%, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 44%);
  }

  .essntl-features > * { position: relative; z-index: 1; }

  .essntl-features__label {
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--essntl-muted);
    display: block;
    margin: 0 0 18px;
    font-weight: 600;
  }

  .essntl-features__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 22px;
  }

  @media (min-width: 640px) {
    .essntl-features__grid {
      grid-template-columns: repeat(4, 1fr);
    }
  }

  .essntl-features__item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 16px 0;
    border-top: 1px solid var(--essntl-hairline);
  }

  .essntl-features__marker {
    font-size: 9px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--essntl-faint);
    display: block;
  }

  .essntl-features__item .essntl-features__label {
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--essntl-ink);
    display: block;
    line-height: 1.45;
    margin: 0;
    font-weight: 600;
  }


  @media (min-width: 990px) {
    .essntl-fabric-cluster {
      margin: clamp(88px, 9vw, 128px) 0 0;
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
      gap: clamp(48px, 5vw, 88px);
      align-items: start;
    }

    .essntl-fabric-cluster .essntl-fabric-story {
      display: contents;
      margin: 0;
    }

    .essntl-fabric-cluster .essntl-fabric-story[data-essntl-reveal] {
      opacity: 1;
      transform: none;
      transition: none;
    }

    .essntl-fabric-cluster .essntl-fabric-story__img-wrap {
      grid-column: 1;
      grid-row: 1 / span 2;
    }

    .essntl-fabric-cluster .essntl-fabric-story__body {
      grid-column: 2;
      grid-row: 1;
      align-self: end;
    }

    .essntl-fabric-cluster .essntl-features {
      grid-column: 2;
      grid-row: 2;
      margin-top: 0;
      align-self: start;
    }

    .essntl-fabric-cluster .essntl-features__grid {
      grid-template-columns: 1fr;
      gap: 0;
    }

    .essntl-fabric-cluster .essntl-features__item {
      flex-direction: row;
      align-items: baseline;
      gap: 14px;
    }

    .essntl-fabric-cluster .essntl-features__marker {
      width: 32px;
      flex: 0 0 32px;
    }
  }

  /* ──────────────────────────────────────────
     REVIEWS — smoked glass (intentional dark punch)
  ────────────────────────────────────────── */
  .essntl-reviews {
    padding: 50px 0 10px;
  }

  .essntl-reviews__header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }

  .essntl-reviews__label {
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--essntl-muted);
    font-weight: 600;
  }

  .essntl-reviews__count {
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--essntl-faint);
  }

  .essntl-reviews__grid {
    display: grid;
    gap: 14px;
  }

  @media (min-width: 640px) {
    .essntl-reviews__grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  .essntl-review-card {
    position: relative;
    padding: 22px 20px;
    border-radius: 20px;
    background:
      linear-gradient(135deg, rgba(48, 48, 52, 0.78), rgba(12, 12, 14, 0.9));
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 12px;
    overflow: hidden;
    isolation: isolate;
    box-shadow:
      0 22px 46px rgba(0, 0, 0, 0.3),
      inset 0 1px 0 rgba(255, 255, 255, 0.12);
  }

  .essntl-review-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    background: radial-gradient(120% 60% at 18% 0%, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 46%);
  }

  .essntl-review-card > * { position: relative; z-index: 1; }

  .essntl-review-card__stars {
    display: flex;
    gap: 2px;
  }

  .essntl-review-card__stars svg {
    width: 11px;
    height: 11px;
    fill: #ffffff;
    display: block;
  }

  .essntl-review-card__text {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.86);
    margin: 0;
    font-style: normal;
    flex: 1;
  }

  .essntl-review-card__name {
    font-size: 10px;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    font-style: normal;
    display: block;
  }

  /* ──────────────────────────────────────────
     CROSS-SELL — glass card
  ────────────────────────────────────────── */
  .essntl-cross-sell {
    padding: 40px 0 8px;
  }

  .essntl-cross-sell__eyebrow {
    display: block;
    margin: 0 0 9px;
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--essntl-muted);
    font-weight: 600;
  }

  .essntl-cross-sell__heading {
    font-size: 28px;
    line-height: 0.98;
    letter-spacing: -0.04em;
    color: var(--essntl-ink);
    font-weight: 700;
    margin: 0 0 10px;
    display: block;
    text-transform: none;
  }

  .essntl-cross-sell__sub {
    margin: 0 0 18px;
    font-size: 13px;
    line-height: 1.55;
    color: var(--essntl-body);
    max-width: 34ch;
  }

  .essntl-cross-sell__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .essntl-complete-look-card {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    text-decoration: none;
    color: inherit;
    border-radius: 20px;
    border: 1px solid var(--essntl-glass-border);
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.16)),
      var(--essntl-glass-bg);
    padding: 12px;
    box-shadow:
      0 14px 36px rgba(0, 0, 0, calc(var(--essntl-glass-shadow) * 0.8)),
      inset 0 1px 0 rgba(255, 255, 255, 0.7);
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease;
  }

  .essntl-complete-look-card:hover {
    transform: translateY(-3px);
    box-shadow:
      0 24px 50px rgba(0, 0, 0, calc(var(--essntl-glass-shadow) * 1.1)),
      inset 0 1px 0 rgba(255, 255, 255, 0.8);
  }

  .essntl-complete-look-card__img-wrap {
    aspect-ratio: 3 / 4;
    overflow: hidden;
    border-radius: 14px;
    background: #efeff1;
  }

  .essntl-complete-look-card__img-wrap img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .essntl-complete-look-card__body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .essntl-complete-look-card__topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  .essntl-complete-look-card__tag {
    font-size: 9px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--essntl-muted);
  }

  .essntl-complete-look-card__plus {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.5);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--essntl-ink);
    flex-shrink: 0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  }

  .essntl-complete-look-card__plus svg {
    width: 12px;
    height: 12px;
    stroke: currentColor;
    stroke-width: 1.8;
    fill: none;
  }

  .essntl-complete-look-card__title {
    margin: 0;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--essntl-ink);
    font-weight: 600;
  }

  .essntl-complete-look-card__meta {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
  }

  .essntl-complete-look-card__color {
    margin: 0;
    font-size: 10px;
    line-height: 1.3;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: var(--essntl-muted);
  }

  .essntl-complete-look-card__price {
    font-size: 13px;
    line-height: 1.2;
    color: var(--essntl-ink);
    white-space: nowrap;
    font-weight: 600;
  }

  @media (min-width: 768px) {
    .essntl-cross-sell__heading { font-size: 34px; }
    .essntl-cross-sell__grid { max-width: 540px; }
    .essntl-complete-look-card { grid-template-columns: 136px minmax(0, 1fr); gap: 16px; }
  }

  /* product card (used in some cross-sell contexts) */
  .essntl-product-card {
    background: transparent;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
  }

  .essntl-product-card__img-wrap {
    aspect-ratio: 3 / 4;
    overflow: hidden;
    border-radius: 16px;
    background: #f1f1f2;
  }

  .essntl-product-card__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .essntl-product-card:hover .essntl-product-card__img-wrap img { transform: scale(1.03); }

  .essntl-product-card__meta {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    padding: 11px 0 0;
  }

  .essntl-product-card__name {
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--essntl-ink);
    margin: 0;
    line-height: 1.35;
    font-weight: 600;
  }

  .essntl-product-card__color {
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--essntl-muted);
    margin: 3px 0 0;
  }

  .essntl-product-card__price {
    font-size: 12px;
    letter-spacing: 0.02em;
    color: var(--essntl-body);
    white-space: nowrap;
    font-weight: 500;
  }

  /* ──────────────────────────────────────────
     SIZE GUIDE MODAL — glass dialog
  ────────────────────────────────────────── */
  .essntl-selector__size-guide {
    appearance: none;
    border: 0;
    background: transparent;
    padding: 0;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--essntl-muted);
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
  }

  .essntl-selector__size-guide:hover { color: var(--essntl-ink); }

  .essntl-size-guide-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .essntl-size-guide-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .essntl-size-guide-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(17, 17, 17, 0.32);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
  }

  .essntl-size-guide-modal__dialog {
    position: relative;
    z-index: 2;
    width: min(900px, 100%);
    max-height: 85vh;
    overflow-y: auto;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.66)),
      var(--essntl-glass-bg);
    -webkit-backdrop-filter: blur(30px) saturate(180%);
    backdrop-filter: blur(30px) saturate(180%);
    color: var(--essntl-ink);
    padding: 26px;
    box-shadow:
      0 40px 100px rgba(0, 0, 0, 0.3),
      inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transform: translateY(10px) scale(0.985);
    transition: transform 0.36s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .essntl-size-guide-modal.is-open .essntl-size-guide-modal__dialog {
    transform: translateY(0) scale(1);
  }

  .essntl-size-guide-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.6);
    color: var(--essntl-ink);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
    transition: transform 0.2s ease, background 0.2s ease;
  }

  .essntl-size-guide-modal__close:hover { transform: scale(1.06); background: rgba(255, 255, 255, 0.85); }

  .essntl-size-guide-modal__close svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    stroke-width: 1.8;
    fill: none;
  }

  .essntl-size-guide-modal__header {
    padding-right: 48px;
    margin-bottom: 20px;
  }

  .essntl-size-guide-modal__eyebrow {
    display: block;
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--essntl-muted);
    margin-bottom: 7px;
    font-weight: 600;
  }

  .essntl-size-guide-modal__title {
    margin: 0;
    font-size: clamp(22px, 3vw, 34px);
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: var(--essntl-ink);
    font-weight: 600;
  }

  .essntl-size-guide-modal__body {
    display: grid;
    gap: 18px;
  }

  .essntl-size-guide-modal__chart {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .essntl-size-guide-modal__chart-label {
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--essntl-muted);
    font-weight: 600;
  }

  .essntl-size-guide-modal__chart img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
  }

  @media (min-width: 768px) {
    .essntl-size-guide-modal__body {
      grid-template-columns: 1fr 1fr;
      align-items: start;
    }
  }

  /* ──────────────────────────────────────────
     SCROLL REVEAL (subtle, reduced-motion safe)
  ────────────────────────────────────────── */
  [data-essntl-reveal] {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
  }

  [data-essntl-reveal].is-inview {
    opacity: 1;
    transform: none;
  }

  /* ──────────────────────────────────────────
     BUNDLE UPSELL — glass card
  ────────────────────────────────────────── */
  .essntl-bundle {
    --eb-black: #111111;
    --eb-white: #ffffff;
    --eb-grey: var(--essntl-muted);
    --eb-grey-light: var(--essntl-faint);
    --eb-line: rgba(255, 255, 255, 0.55);
    --eb-line-strong: rgba(17, 17, 17, 0.16);
    --eb-success: #16a34a;
    --eb-error: #dc2626;
    --eb-radius: 16px;
    --eb-radius-sm: 11px;
    color: var(--eb-black);
    margin: 12px 0 0;
    box-sizing: border-box;
  }

  .essntl-bundle *,
  .essntl-bundle *::before,
  .essntl-bundle *::after { box-sizing: border-box; }

  .essntl-bundle__inner {
    position: relative;
    border: 1px solid var(--essntl-glass-border);
    border-radius: var(--eb-radius);
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.18)),
      var(--essntl-glass-bg);
    box-shadow:
      0 14px 34px rgba(0, 0, 0, calc(var(--essntl-glass-shadow) * 0.9)),
      inset 0 1px 0 rgba(255, 255, 255, 0.82);
    overflow: hidden;
    isolation: isolate;
  }

  .essntl-bundle__inner::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    background: radial-gradient(120% 60% at 22% 0%, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 44%);
  }

  .essntl-bundle__inner > * { position: relative; z-index: 1; }

  .essntl-bundle__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    align-self: flex-start;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--eb-grey);
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 4px 9px;
    border-radius: 999px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  }

  .essntl-bundle__badge-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--eb-success);
    box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.16);
  }

  .essntl-bundle__headline {
    font-size: 16px;
    font-weight: 650;
    letter-spacing: -0.02em;
    margin: 0;
    line-height: 1.18;
    color: var(--eb-black);
  }

  .essntl-bundle__bullets {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .essntl-bundle__bullets li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: var(--eb-black);
    line-height: 1.3;
  }

  .essntl-bundle__check {
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    padding: 2px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
    color: var(--eb-black);
  }

  .essntl-bundle__group {
    display: flex;
    flex-direction: column;
    gap: 7px;
  }

  .essntl-bundle__group[hidden] { display: none; }

  .essntl-bundle__group-label {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--eb-black);
    font-weight: 600;
  }

  .essntl-bundle__group-value {
    color: var(--eb-grey);
    font-weight: 400;
    letter-spacing: 0.06em;
  }

  .essntl-bundle__colors {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(98px, 1fr));
    gap: 6px;
  }

  .essntl-bundle__color {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 7px 9px;
    border: 1px solid var(--eb-line);
    border-radius: var(--eb-radius-sm);
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
    font: inherit;
    color: var(--eb-black);
    text-align: left;
    min-width: 0;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.2)),
      rgba(245, 245, 245, 0.5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  }

  .essntl-bundle__color:hover {
    transform: translateY(-1px);
    border-color: var(--eb-line-strong);
  }

  .essntl-bundle__color.is-selected {
    border-color: var(--eb-black);
    box-shadow:
      0 0 0 1px var(--eb-black),
      inset 0 1px 0 rgba(255, 255, 255, 0.7);
  }

  .essntl-bundle__color-img,
  .essntl-bundle__color-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
  }

  .essntl-bundle__color-dot[data-name*="dune"],
  .essntl-bundle__color-dot[data-name*="ecru"],
  .essntl-bundle__color-dot[data-name*="cream"],
  .essntl-bundle__color-dot[data-name*="sand"],
  .essntl-bundle__color-dot[data-name*="bone"] { background: #e9e2d3; }

  .essntl-bundle__color-dot[data-name*="grey"],
  .essntl-bundle__color-dot[data-name*="gray"],
  .essntl-bundle__color-dot[data-name*="stone"],
  .essntl-bundle__color-dot[data-name*="washed"] { background: #6b6b6b; }

  .essntl-bundle__color-dot[data-name*="black"],
  .essntl-bundle__color-dot[data-name*="onyx"] { background: #111111; }

  .essntl-bundle__color-dot[data-name*="white"] { background: #f4f4f0; }
  .essntl-bundle__color-dot[data-name*="olive"] { background: #6b6f3a; }
  .essntl-bundle__color-dot[data-name*="navy"] { background: #1a2540; }
  .essntl-bundle__color-dot[data-name*="blue"] { background: #2f5f9f; }

  .essntl-bundle__color-name {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .essntl-bundle__sizes {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 5px;
  }

  .essntl-bundle__size {
    padding: 8px 0;
    border: 1px solid var(--eb-line);
    border-radius: var(--eb-radius-sm);
    cursor: pointer;
    font: inherit;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--eb-black);
    transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.18s ease, color 0.18s ease;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.2)),
      rgba(245, 245, 245, 0.5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  }

  .essntl-bundle__size:hover:not(:disabled):not(.is-selected) {
    transform: translateY(-1px);
    border-color: var(--eb-line-strong);
  }

  .essntl-bundle__size.is-selected {
    background: linear-gradient(180deg, #2a2a2c, #111111 62%);
    border-color: rgba(255, 255, 255, 0.16);
    color: var(--eb-white);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  }

  .essntl-bundle__size:disabled {
    color: var(--eb-grey-light);
    background: rgba(245, 245, 247, 0.6);
    cursor: not-allowed;
    text-decoration: line-through;
    box-shadow: none;
  }

  .essntl-bundle__pricing {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-top: 2px;
  }

  .essntl-bundle__pricing-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
  }

  .essntl-bundle__price-original {
    font-size: 12px;
    color: var(--eb-grey-light);
    text-decoration: line-through;
  }

  .essntl-bundle__price-bundle {
    font-size: 18px;
    font-weight: 650;
    letter-spacing: -0.02em;
    color: var(--eb-black);
  }

  .essntl-bundle__price-save {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--eb-success);
  }

  .essntl-bundle__cta {
    position: relative;
    width: 100%;
    padding: 12px 14px;
    background: linear-gradient(180deg, #2c2c2e, #111111 64%);
    color: var(--eb-white);
    border: 0;
    border-radius: var(--eb-radius-sm);
    font: inherit;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.14s ease, box-shadow 0.2s ease, background 0.25s ease, opacity 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    box-shadow: 0 9px 22px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.18);
    overflow: hidden;
  }

  .essntl-bundle__cta::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 46%);
  }

  .essntl-bundle__cta:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  }

  .essntl-bundle__cta:active:not(:disabled) { transform: translateY(0) scale(0.99); }

  .essntl-bundle__cta:disabled {
    background: rgba(120, 120, 124, 0.55);
    cursor: not-allowed;
    box-shadow: none;
    opacity: 0.7;
  }

  .essntl-bundle__cta.is-loading .essntl-bundle__cta-text { opacity: 0; }

  .essntl-bundle__cta.is-loading .essntl-bundle__cta-spinner {
    opacity: 1;
    animation: essntl-bundle-spin 0.8s linear infinite;
  }

  .essntl-bundle__cta-spinner {
    position: absolute;
    width: 16px;
    height: 16px;
    opacity: 0;
    transition: opacity 0.15s ease;
    z-index: 1;
  }

  @keyframes essntl-bundle-spin { to { transform: rotate(360deg); } }

  .essntl-bundle__cta.is-success {
    background: linear-gradient(180deg, #1fb257, #16a34a 70%);
  }

  .essntl-bundle__express {
    width: 100%;
    padding: 11px 14px;
    background: rgba(255, 255, 255, 0.5);
    color: var(--eb-black);
    border: 1px solid var(--eb-black);
    border-radius: var(--eb-radius-sm);
    font: inherit;
    font-size: 11px;
    font-weight: 650;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
    transition: transform 0.14s ease, background 0.2s ease;
  }

  .essntl-bundle__express:hover:not(:disabled) { background: rgba(255, 255, 255, 0.78); transform: translateY(-1px); }
  .essntl-bundle__express:active:not(:disabled) { transform: scale(0.99); }
  .essntl-bundle__express:disabled { opacity: 0.45; cursor: not-allowed; }

  .essntl-bundle__express-note {
    margin: -2px 0 0;
    text-align: center;
    font-size: 9px;
    line-height: 1.3;
    color: var(--eb-grey);
    letter-spacing: 0.04em;
  }

  .essntl-bundle__feedback {
    margin: 0;
    font-size: 10px;
    letter-spacing: 0.04em;
    color: var(--eb-grey);
    min-height: 1em;
    text-align: center;
  }

  .essntl-bundle__feedback.is-error { color: var(--eb-error); }

  /* ──────────────────────────────────────────
     BUILD YOUR OWN SET — isolated Liquid Glass builder
  ────────────────────────────────────────── */
  .essntl-custom-set {
    --ecs-ink: #111111;
    --ecs-muted: #727277;
    --ecs-line: rgba(17, 17, 17, 0.11);
    --ecs-line-strong: rgba(17, 17, 17, 0.28);
    --ecs-success: #168a48;
    --ecs-error: #b42318;
    width: 100%;
    min-width: 0;
    margin: 12px 0 0;
    color: var(--ecs-ink);
    box-sizing: border-box;
  }

  .essntl-custom-set *,
  .essntl-custom-set *::before,
  .essntl-custom-set *::after { box-sizing: border-box; }

  .essntl-custom-set [hidden] { display: none !important; }

  .essntl-custom-set__inner {
    position: relative;
    display: grid;
    gap: 15px;
    min-width: 0;
    padding: 16px;
    overflow: hidden;
    isolation: isolate;
    border: 1px solid var(--essntl-glass-border);
    border-radius: 18px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.24)),
      var(--essntl-glass-bg);
    box-shadow:
      0 18px 42px rgba(17, 17, 17, calc(var(--essntl-glass-shadow) * 0.86)),
      inset 0 1px 0 rgba(255, 255, 255, 0.82);
  }

  .essntl-custom-set__inner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background: radial-gradient(110% 55% at 14% 0%, rgba(255,255,255,.62), transparent 52%);
  }

  .essntl-custom-set__header { display: grid; gap: 7px; }

  .essntl-custom-set__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-self: start;
    min-height: 24px;
    padding: 4px 9px;
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 999px;
    background: rgba(255,255,255,.52);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  .essntl-custom-set__heading {
    margin: 0;
    font-size: 20px;
    font-weight: 680;
    line-height: 1;
    letter-spacing: -.035em;
  }

  .essntl-custom-set__support {
    max-width: 42ch;
    margin: 0;
    color: var(--ecs-muted);
    font-size: 12px;
    line-height: 1.48;
  }

  .essntl-custom-set__step {
    min-width: 0;
    margin: 0;
    padding: 13px 0 0;
    border: 0;
    border-top: 1px solid var(--ecs-line);
  }

  .essntl-custom-set__legend {
    width: 100%;
    margin: 0 0 9px;
    padding: 0;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .1em;
    text-transform: uppercase;
  }

  .essntl-custom-set__tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3px;
    margin-bottom: 9px;
    padding: 3px;
    border: 1px solid rgba(255,255,255,.7);
    border-radius: 11px;
    background: rgba(255,255,255,.42);
  }

  .essntl-custom-set__tab {
    min-height: 40px;
    padding: 8px 10px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: var(--ecs-muted);
    cursor: pointer;
    font: inherit;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    transition: background .18s ease, color .18s ease, box-shadow .18s ease;
  }

  .essntl-custom-set__tab.is-active {
    background: rgba(255,255,255,.9);
    color: var(--ecs-ink);
    box-shadow: 0 5px 14px rgba(17,17,17,.09), inset 0 1px 0 #fff;
  }

  .essntl-custom-set__tab:disabled { opacity: .38; cursor: not-allowed; }

  .essntl-custom-set__products {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(106px, 34%);
    gap: 7px;
    width: 100%;
    min-width: 0;
    padding: 1px 1px 7px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
    touch-action: pan-x pan-y;
  }

  .essntl-custom-set__products::-webkit-scrollbar { display: none; }

  .essntl-custom-set__product {
    position: relative;
    display: grid;
    align-content: start;
    gap: 6px;
    min-width: 0;
    padding: 6px;
    scroll-snap-align: start;
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 12px;
    background: rgba(255,255,255,.48);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.78);
    color: inherit;
    cursor: pointer;
    font: inherit;
    text-align: left;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
  }

  .essntl-custom-set__product:hover { transform: translateY(-1px); }

  .essntl-custom-set__product:disabled {
    opacity: .38;
    cursor: not-allowed;
  }

  .essntl-custom-set__product:disabled:hover { transform: none; }

  .essntl-custom-set__product.is-selected {
    border-color: var(--ecs-ink);
    box-shadow: 0 0 0 1px var(--ecs-ink), 0 9px 20px rgba(17,17,17,.10);
  }

  .essntl-custom-set__product-image {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    border-radius: 8px;
    background: #f0f0ee;
  }

  .essntl-custom-set__product-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .essntl-custom-set__product-type,
  .essntl-custom-set__product-color,
  .essntl-custom-set__product-price {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .essntl-custom-set__product-type {
    color: var(--ecs-muted);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .essntl-custom-set__product-color { font-size: 10px; font-weight: 650; }
  .essntl-custom-set__product-price { color: var(--ecs-muted); font-size: 9px; }

  .essntl-custom-set__empty {
    margin: 0;
    padding: 11px;
    border: 1px dashed var(--ecs-line-strong);
    border-radius: 10px;
    color: var(--ecs-muted);
    font-size: 10px;
    line-height: 1.4;
  }

  .essntl-custom-set__size-wrap { display: grid; gap: 7px; margin-top: 8px; }

  .essntl-custom-set__size-label {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    color: var(--ecs-muted);
    font-size: 9px;
    font-weight: 650;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .essntl-custom-set__sizes { display: flex; flex-wrap: wrap; gap: 6px; }

  .essntl-custom-set__size {
    min-width: 44px;
    min-height: 44px;
    padding: 7px 10px;
    border: 1px solid var(--ecs-line);
    border-radius: 10px;
    background: rgba(255,255,255,.56);
    color: inherit;
    cursor: pointer;
    font: inherit;
    font-size: 10px;
    font-weight: 650;
  }

  .essntl-custom-set__size.is-selected {
    border-color: #111;
    background: #111;
    color: #fff;
    box-shadow: 0 7px 16px rgba(17,17,17,.22);
  }

  .essntl-custom-set__size:disabled {
    opacity: .35;
    cursor: not-allowed;
    text-decoration: line-through;
  }

  .essntl-custom-set__summary {
    display: grid;
    gap: 11px;
    padding: 13px;
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 14px;
    background: rgba(255,255,255,.46);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.78);
  }

  .essntl-custom-set__summary-title {
    margin: 0;
    font-size: 10px;
    font-weight: 750;
    letter-spacing: .1em;
    text-transform: uppercase;
  }

  .essntl-custom-set__preview {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 18px minmax(0, 1fr);
    gap: 7px;
    align-items: center;
  }

  .essntl-custom-set__preview-plus { text-align: center; color: var(--ecs-muted); font-size: 16px; }

  .essntl-custom-set__preview-item {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 7px;
    align-items: center;
    min-width: 0;
  }

  .essntl-custom-set__preview-image {
    width: 46px;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    border-radius: 7px;
    background: #ececea;
  }

  .essntl-custom-set__preview-image img { width: 100%; height: 100%; object-fit: cover; display: block; }

  .essntl-custom-set__preview-copy { display: grid; gap: 2px; align-content: center; min-width: 0; }
  .essntl-custom-set__preview-name,
  .essntl-custom-set__preview-meta { display: block; min-width: 0; line-height: 1.25; white-space: nowrap; }
  .essntl-custom-set__preview-name { font-size: 9px; font-weight: 680; }
  .essntl-custom-set__preview-meta { color: var(--ecs-muted); font-size: 8px; }

  .essntl-custom-set__pricing {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 5px 9px;
  }

  .essntl-custom-set__original { color: var(--ecs-muted); font-size: 11px; text-decoration: line-through; }
  .essntl-custom-set__total { font-size: 20px; font-weight: 720; letter-spacing: -.025em; }
  .essntl-custom-set__saving { flex-basis: 100%; color: var(--ecs-success); font-size: 9px; font-weight: 720; letter-spacing: .08em; text-transform: uppercase; }

  .essntl-custom-set__cta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    padding: 12px 15px;
    overflow: hidden;
    border: 0;
    border-radius: 11px;
    background: #111;
    color: #fff;
    box-shadow: 0 10px 24px rgba(17,17,17,.24), inset 0 1px 0 rgba(255,255,255,.17);
    cursor: pointer;
    font: inherit;
    font-size: 10px;
    font-weight: 750;
    letter-spacing: .09em;
    text-transform: uppercase;
    transition: transform .16s ease, opacity .16s ease, background .18s ease;
  }

  .essntl-custom-set__cta:hover:not(:disabled) { transform: translateY(-1px); }
  .essntl-custom-set__cta:disabled { opacity: .48; cursor: not-allowed; box-shadow: none; }
  .essntl-custom-set__cta.is-success { background: var(--ecs-success); }
  .essntl-custom-set__cta.is-loading .essntl-custom-set__cta-label { opacity: 0; }

  .essntl-custom-set__spinner {
    position: absolute;
    width: 17px;
    height: 17px;
    opacity: 0;
  }

  .essntl-custom-set__cta.is-loading .essntl-custom-set__spinner {
    opacity: 1;
    animation: essntl-custom-set-spin .75s linear infinite;
  }

  @keyframes essntl-custom-set-spin { to { transform: rotate(360deg); } }

  .essntl-custom-set__trust,
  .essntl-custom-set__status {
    margin: 0;
    text-align: center;
    font-size: 9px;
    line-height: 1.4;
  }

  .essntl-custom-set__trust { color: var(--ecs-muted); }
  .essntl-custom-set__status { min-height: 1.4em; color: var(--ecs-muted); }
  .essntl-custom-set__status.is-error { color: var(--ecs-error); }

  .essntl-custom-set button:focus-visible {
    outline: 2px solid #111;
    outline-offset: 2px;
  }

  @media (min-width: 990px) {
    .essntl-custom-set--hide-desktop { display: none !important; }
  }

  @media (max-width: 989px) {
    .essntl-custom-set--hide-mobile { display: none !important; }
  }

  @media (max-width: 480px) {
    .essntl-custom-set__inner { padding: 14px; gap: 13px; }
    .essntl-custom-set__products { grid-auto-columns: minmax(104px, 42%); }
    .essntl-custom-set__preview { grid-template-columns: minmax(0, 1fr); gap: 5px; }
    .essntl-custom-set__preview-plus { font-size: 13px; line-height: 1; }
    .essntl-custom-set__preview-item { grid-template-columns: 40px minmax(0, 1fr); gap: 8px; min-height: 52px; }
    .essntl-custom-set__preview-image { width: 40px; }
    .essntl-custom-set__preview-name { font-size: 10px; }
    .essntl-custom-set__preview-meta { font-size: 9px; }
  }

  @media (max-width: 360px) {
    .essntl-custom-set__preview-item { grid-template-columns: 36px minmax(0, 1fr); gap: 7px; min-height: 48px; }
    .essntl-custom-set__preview-image { width: 36px; }
  }

  /* ──────────────────────────────────────────
     RESPONSIVE
  ────────────────────────────────────────── */
  @media (max-width: 989px) {
    .essntl-product-layout {
      grid-template-columns: 1fr;
      gap: 28px;
    }

    .essntl-product-info__sticky {
      position: relative;
      top: auto;
    }

    .essntl-gallery {
      grid-template-columns: 1fr;
      gap: 12px;
    }

    .essntl-gallery__thumbs {
      position: relative;
      top: auto;
      order: 2;
      flex-direction: row;
      max-height: none;
      overflow-x: auto;
      overflow-y: hidden;
      padding-bottom: 4px;
    }

    .essntl-gallery__thumb {
      width: 74px;
      flex: 0 0 74px;
    }

    .essntl-gallery__main {
      min-height: auto;
    }

    .essntl-product-info__title {
      font-size: 38px;
      letter-spacing: -0.05em;
    }
  }

  @media (max-width: 767px) {
    .essntl-product-page {
      padding-top: 14px;
      padding-bottom: 16px;
    }

    .essntl-container { width: min(100% - 28px, 1440px); }

    .essntl-product-layout { gap: 24px; }

    .essntl-product-info__sticky {
      padding: 18px 18px 20px;
      /* drop the heavy backdrop-filter on mobile for performance */
      background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.62)),
        var(--essntl-glass-bg);
    }

    .essntl-product-info__title {
      margin-bottom: 10px;
      font-size: 34px;
      line-height: 0.96;
    }

    .essntl-product-info__price { font-size: 17px; margin-bottom: 0; }

    .essntl-product-pricing {
      gap: 8px;
      margin-bottom: 12px;
    }

    .essntl-product-heading--with-gender {
      column-gap: 10px;
      margin-bottom: 10px;
    }

    .essntl-product-heading--with-gender .essntl-product-info__title {
      margin-bottom: 7px;
      font-size: clamp(20px, 6.1vw, 24px);
      line-height: 0.98;
      letter-spacing: -0.05em;
    }

    .essntl-product-heading--with-gender .essntl-product-info__price {
      font-size: 16px;
    }

    .essntl-product-heading--with-gender .essntl-product-pricing {
      margin-bottom: 0;
    }

    .essntl-product-heading--with-gender > .essntl-gender-switcher {
      margin-top: 1px;
    }

    .essntl-product-info__desc { margin-bottom: 13px; font-size: 13px; line-height: 1.58; }

    .essntl-low-stock { gap: 7px; margin-bottom: 9px; padding: 7px 12px; font-size: 9px; }
    .essntl-low-stock__dot { width: 6px; height: 6px; }

    .essntl-size-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
    .essntl-size-btn { min-height: 46px; }
    .essntl-atc__inner { min-height: 56px; }

    .essntl-value-props { margin: 0 0 16px; gap: 6px; }
    .essntl-product-info__sticky > .essntl-social-proof--title { margin-bottom: 10px; padding-bottom: 10px; }
    .essntl-social-proof { gap: 9px; padding: 11px 0; margin: 16px 0; }
    .essntl-product-trust { gap: 9px; padding: 16px 0; }
    .essntl-fit-preview { padding: 16px 0; }

    .essntl-fabric-story { margin: 28px 0 0; gap: 16px; }
    .essntl-fabric-story__img-wrap { width: min(64vw, 240px); border-radius: 18px; }
    .essntl-fabric-story__body { gap: 10px; }
    .essntl-fabric-story__heading { font-size: 26px; }
    .essntl-fabric-story__text { font-size: 14px; line-height: 1.58; }

    .essntl-features { margin-top: 24px; padding: 24px 18px 14px; }
    .essntl-features__grid { gap: 0 16px; }

    .essntl-reviews { padding: 36px 0 8px; }
    .essntl-reviews__header { gap: 10px; margin-bottom: 16px; }
    .essntl-reviews__grid { gap: 12px; }
    .essntl-review-card { padding: 18px 16px; gap: 10px; }
    .essntl-review-card__text { font-size: 13px; line-height: 1.54; }

    .essntl-cross-sell { padding: 32px 0 6px; }
    .essntl-cross-sell__heading { font-size: 26px; }
    .essntl-cross-sell__sub { margin: 0 0 14px; }

    .essntl-bundle__inner { padding: 12px; gap: 9px; }
    .essntl-bundle__headline { font-size: 15px; }
    .essntl-bundle__bullets { gap: 4px; }
    .essntl-bundle__bullets li { font-size: 11px; }
    .essntl-bundle__colors { grid-template-columns: repeat(2, minmax(0, 1fr)); }

    .essntl-size-guide-modal { padding: 14px; }
    .essntl-size-guide-modal__dialog { max-height: 88vh; padding: 20px 16px 16px; }
  }

  /* ──────────────────────────────────────────
     EDITORIAL TEST TRANSPLANT — gallery, colors, sticky ATC
  ────────────────────────────────────────── */

  .essntl-product-info__sticky > .essntl-social-proof--title {
    margin: 0 0 14px;
    padding: 0 0 12px;
    border-top: 0;
  }

  .ep__opt-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 13px;
    margin: 0 0 14px;
  }

  .ep__opt-title {
    font-size: 13px;
    letter-spacing: 0;
    color: var(--ep-text);
  }

  .ep__opt-count {
    color: var(--ep-text);
    font-size: 10px;
    position: relative;
    top: -0.45em;
    margin-left: 2px;
  }

  .ep__opt-product {
    display: inline-block;
    max-width: min(58vw, 250px);
    margin-left: 8px;
    color: var(--ep-muted);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
  }

  .ep__swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 12px;
  }

  .ep__swatch {
    width: 54px;
    padding: 0;
    cursor: pointer;
    background: #f6f6f6;
    border: 0;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    overflow: hidden;
    opacity: 0.88;
    transition: opacity .15s ease, border-color .15s ease;
  }

  .ep__swatch img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: contain;
    object-position: center bottom;
    background: #f6f6f6;
  }

  .ep__swatch-fallback {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 4;
    background: linear-gradient(135deg, #eee, #ccc);
  }

  .ep__swatch:hover,
  .ep__swatch.is-active {
    opacity: 1;
  }

  .ep__swatch.is-active {
    border-bottom-color: var(--ep-text);
    box-shadow: none;
  }

  .ep__swatch:focus-visible {
    outline: 2px solid var(--ep-text);
    outline-offset: 2px;
  }

  .ep__center {
    min-width: 0;
  }

  .ep__gallery {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .ep__stage {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    border-radius: 0;
    scrollbar-width: none;
    background: transparent;
  }

  .ep__stage::-webkit-scrollbar {
    display: none;
  }

  .ep__media-item {
    flex: 0 0 100%;
    scroll-snap-align: center;
    background: transparent;
    border-radius: 0;
  }

  .ep__media-item img,
  .ep__media-video {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: contain;
    object-position: center center;
  }

  .ep__media-ext {
    width: 100%;
    aspect-ratio: 16 / 9;
  }

  .ep__media-ext iframe {
    width: 100%;
    height: 100%;
    border: 0;
  }

  .ep__thumbs {
    display: flex;
    flex-direction: row;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .ep__thumbs::-webkit-scrollbar {
    display: none;
  }

  .ep__thumb {
    position: relative;
    flex: 0 0 auto;
    width: 56px;
    padding: 0;
    cursor: pointer;
    background: #f6f6f6;
    border: 1px solid transparent;
    border-radius: 4px;
    overflow: hidden;
    opacity: 0.36;
    transition: opacity .15s ease, border-color .15s ease;
  }

  .ep__thumb img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: cover;
  }

  .ep__thumb:hover {
    opacity: 0.72;
  }

  .ep__thumb.is-active {
    opacity: 1;
    border-color: var(--ep-text);
    box-shadow: 0 0 0 1px var(--ep-text) inset;
  }

  .ep__thumb-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 1px 4px rgba(0,0,0,.5);
  }

  .ep__dots {
    display: none;
  }

  @media (min-width: 990px) {
    .essntl-container {
      width: min(1520px, 100% - clamp(48px, 5vw, 96px));
      max-width: none;
      margin: 0 auto;
      padding: 0;
    }

    .essntl-product-layout {
      grid-template-columns: minmax(0, 1fr) minmax(400px, 460px);
      gap: clamp(36px, 4vw, 72px);
      align-items: start;
    }

    .essntl-product-page--shipping-no-media .essntl-product-layout {
      grid-template-columns: minmax(0, 680px);
      justify-content: center;
    }

    .essntl-product-page--shipping-no-media .essntl-product-info {
      width: 100%;
      max-width: 680px;
      justify-self: center;
    }

    .essntl-product-info {
      padding-right: 0;
    }

    .essntl-product-info__sticky {
      top: 24px;
      margin-top: 0;
    }

    .ep__center {
      position: relative;
      min-width: 0;
    }

    .ep__gallery {
      position: relative;
      display: block;
      min-height: 0;
    }

    .ep__stage {
      display: block;
      overflow: hidden;
      height: min(calc(100vh - 120px), 900px);
      min-height: 560px;
      border-radius: 28px;
      background: #f7f7f6;
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.5),
        inset 0 0 0 1px rgba(17, 17, 17, 0.04);
    }

    .ep__media-item {
      display: none;
      height: 100%;
    }

    .ep__media-item.is-active {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 24px;
    }

    .ep__media-item img,
    .ep__media-video {
      width: 100%;
      height: 100%;
      max-height: none;
      aspect-ratio: auto;
      object-fit: contain;
      object-position: center center;
    }

    .ep__thumbs {
      position: absolute;
      left: 20px;
      top: 50%;
      transform: translateY(-50%);
      bottom: auto;
      z-index: 3;
      display: flex;
      flex-direction: column;
      width: 60px;
      max-height: min(470px, 58vh);
      gap: 12px;
      overflow-y: auto;
      overflow-x: hidden;
    }

    .ep__thumb {
      width: 58px;
      border-radius: 10px;
    }

    /* Below-fold rhythm — consistent breathing room between editorial bands */
    .essntl-product-page {
      padding-bottom: 32px;
    }

    .essntl-reviews {
      padding: clamp(80px, 9vw, 120px) 0 0;
    }

    .essntl-cross-sell {
      padding: clamp(72px, 8vw, 104px) 0 0;
    }
  }

  @media (max-width: 989px) {
    .essntl-section-product,
    .essntl-product-page {
      padding-top: 0;
    }

    .essntl-container,
    .essntl-product-layout,
    .ep__center,
    .ep__gallery {
      margin-top: 0;
      padding-top: 0;
    }

    .essntl-container {
      width: 100%;
      max-width: none;
      padding: 0;
    }

    .essntl-product-layout {
      display: block;
      gap: 0;
    }

    .ep__center {
      width: 100%;
      min-width: 0;
    }

    .ep__gallery {
      position: relative;
      width: 100%;
      height: var(--ep-mobile-media-height, calc(100vw * 1.34));
      min-height: 0;
      gap: 0;
      background: #f8f8f6;
    }

    .ep__thumbs {
      display: none !important;
    }

    .ep__dots {
      position: absolute;
      left: 50%;
      bottom: 14px;
      z-index: 4;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 6px;
      max-width: calc(100% - 32px);
      padding: 7px 9px;
      overflow-x: auto;
      scrollbar-width: none;
      border: 1px solid rgba(255, 255, 255, 0.62);
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.58);
      box-shadow:
        0 8px 22px rgba(17, 17, 17, 0.10),
        inset 0 1px 0 rgba(255, 255, 255, 0.72);
      transform: translateX(-50%);
    }

    .ep__dots::-webkit-scrollbar {
      display: none;
    }

    .ep__dot {
      appearance: none;
      flex: 0 0 auto;
      width: 6px;
      height: 6px;
      padding: 0;
      border: 0;
      border-radius: 999px;
      background: rgba(17, 17, 17, 0.24);
      cursor: pointer;
      transition:
        width 0.26s cubic-bezier(0.22, 1, 0.36, 1),
        background-color 0.26s ease,
        transform 0.26s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .ep__dot.is-active {
      width: 16px;
      background: rgba(17, 17, 17, 0.86);
      transform: scaleY(1.08);
    }

    .ep__dot:focus-visible {
      outline: 2px solid rgba(17, 17, 17, 0.86);
      outline-offset: 2px;
    }

    .ep__stage {
      width: 100%;
      height: 100%;
      min-height: 0;
      gap: 0;
      scroll-snap-type: x mandatory;
      scroll-behavior: smooth;
      touch-action: pan-x pan-y;
      overscroll-behavior-x: contain;
      background: #f8f8f6;
    }

    .ep__media-item {
      flex: 0 0 100%;
      width: 100%;
      height: 100%;
      min-height: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #f8f8f6;
      scroll-snap-align: center;
      scroll-snap-stop: always;
    }

    .ep__media-item img,
    .ep__media-video {
      width: 100%;
      height: 100%;
      aspect-ratio: auto;
      object-fit: cover;
      object-position: center center;
    }

    .ep__media-ext {
      width: 100%;
      height: 100%;
      aspect-ratio: auto;
    }

    .essntl-product-info {
      padding: 28px 18px 0;
    }

    .essntl-size-grid {
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 6px;
    }

    .essntl-size-btn {
      min-width: 0;
      min-height: 44px;
      padding: 0 4px;
      font-size: 11px;
      border-radius: 999px;
    }

    .essntl-gallery-extras {
      display: none;
    }
  }

  .ep__sticky {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9000;
    display: block;
    padding: 0 var(--ep-sticky-side, 15.5px) calc(var(--ep-sticky-side, 15.5px) + env(safe-area-inset-bottom));
    background: transparent;
    border: 0;
    pointer-events: none;
    transform: translateY(calc(100% + 36px));
    transition: transform .24s ease;
  }

  .ep__sticky::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(100% + 42px);
    background: rgba(245,245,245,0.22);
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    -webkit-mask-image: linear-gradient(to top, #000 72%, rgba(0,0,0,0));
    mask-image: linear-gradient(to top, #000 72%, rgba(0,0,0,0));
    z-index: -1;
  }

  .ep__sticky.is-visible {
    pointer-events: auto;
    transform: translateY(0);
  }

  /* Size Finder owns the viewport while it is open. The Size Finder already
     sets .essntl-sf-locked on <html>, so the sticky bar suppresses itself off
     that state rather than through a second JS flag — which means there is no
     stale state to unwind: on close the rule stops applying and the bar is
     back to whatever .is-visible its own scroll logic last set, hidden or
     shown. Same transform and pointer-events as its normal hidden state, so it
     animates out the way it always does and cannot be tapped underneath. */
  html.essntl-sf-locked .ep__sticky,
  html.essntl-sf-locked .ep__sticky.is-visible {
    transform: translateY(calc(100% + 36px));
    pointer-events: none;
    visibility: hidden;
  }

  .ep__sticky-selects {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(116px, 0.55fr);
    gap: var(--ep-sticky-gap, 7px);
    margin: 0 0 var(--ep-sticky-row-gap, 8.5px);
  }

  .ep__sticky-selects.is-single {
    grid-template-columns: 1fr;
  }

  .ep__sticky-selects[hidden],
  .ep__sticky-select-field[hidden] {
    display: none;
  }

  .ep__sticky-select-field {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 0;
    height: var(--ep-sticky-field-height, 44.5px);
    padding: 0 var(--ep-sticky-field-right, 38px) 0 var(--ep-sticky-field-left, 14px);
    background: #fff;
    color: #111;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 1px 10px rgba(0,0,0,0.08);
  }

  .ep__sticky-select-label {
    flex: 0 0 auto;
    margin-right: var(--ep-sticky-gap, 7px);
    /* These labels are the only thing distinguishing the colour select from the
       size select in the sticky bar, so they need to clear AA (5.0:1), not the
       3.45:1 the previous grey managed. */
    color: #6b6b6b;
    font-size: var(--ep-sticky-font, 15.5px);
    line-height: 1;
    font-weight: 400;
  }

  .ep__sticky-select {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    outline: 0;
    background: transparent;
    color: #111;
    font: inherit;
    font-size: var(--ep-sticky-font, 15.5px);
    line-height: 1.1;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ep__sticky-select::-ms-expand {
    display: none;
  }

  .ep__sticky-chevron {
    position: absolute;
    right: var(--ep-sticky-chevron-pos, 15.5px);
    top: var(--ep-sticky-chevron-pos, 15.5px);
    width: var(--ep-sticky-chevron-size, 9.5px);
    height: var(--ep-sticky-chevron-size, 9.5px);
    border-right: var(--ep-sticky-chevron-stroke, 2.5px) solid #111;
    border-bottom: var(--ep-sticky-chevron-stroke, 2.5px) solid #111;
    transform: rotate(45deg);
    pointer-events: none;
  }

  .ep__sticky-atc {
    width: 100%;
    min-height: var(--ep-sticky-button-height, 50px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--ep-sticky-side, 15.5px);
    padding: 0 var(--ep-sticky-button-x, 19px);
    cursor: pointer;
    font: inherit;
    font-size: var(--ep-sticky-font, 15.5px);
    line-height: 1;
    font-weight: 400;
    background: #000;
    color: #fff;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 1px 10px rgba(0,0,0,0.08);
  }

  .ep__sticky-atc:disabled {
    opacity: 0.45;
    cursor: not-allowed;
  }

  .ep__sticky-price {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  @media (min-width: 990px) {
    .ep__sticky {
      display: none;
    }
  }

  /* Product-page controlled header/category states */
  html.essntl-product-pdp-photo-mode .essntl-header {
    --essntl-text: #fff !important;
    --essntl-header-bg: transparent !important;
    --essntl-cart-count-text: #000 !important;
    --essntl-logo-img-filter: brightness(0) invert(1) !important;
  }

  html.essntl-product-pdp-photo-mode .essntl-bar {
    background: transparent !important;
    box-shadow: none !important;
    mix-blend-mode: difference !important;
  }

  html.essntl-product-pdp-photo-mode .essntl-logo__text,
  html.essntl-product-pdp-photo-mode .essntl-nav__link,
  html.essntl-product-pdp-photo-mode .essntl-country,
  html.essntl-product-pdp-photo-mode .essntl-icon-btn {
    color: #fff !important;
    opacity: .78;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .18), 0 0 12px rgba(255, 255, 255, .14);
  }

  html.essntl-product-pdp-photo-mode .essntl-logo__img {
    filter: brightness(0) invert(1) !important;
    opacity: .84;
  }

  html.essntl-product-pdp-after-photo .essntl-header {
    --essntl-text: var(--essntl-text-after-hero, #121212) !important;
    --essntl-header-bg: var(--essntl-header-bg-after-hero, #fff) !important;
    --essntl-cart-count-text: #fff !important;
    --essntl-logo-img-filter: brightness(0) !important;
  }

  html.essntl-product-pdp-after-photo .essntl-bar {
    background: var(--essntl-header-bg-after-hero, #fff) !important;
    mix-blend-mode: normal !important;
  }

  html.essntl-product-pdp-after-photo .essntl-logo__text,
  html.essntl-product-pdp-after-photo .essntl-nav__link,
  html.essntl-product-pdp-after-photo .essntl-country,
  html.essntl-product-pdp-after-photo .essntl-icon-btn {
    color: var(--essntl-text-after-hero, #121212) !important;
    opacity: 1;
    text-shadow: none;
  }

  html.essntl-product-pdp-after-photo .essntl-logo__img {
    filter: brightness(0) !important;
    opacity: 1;
  }

  html.essntl-product-pdp-category-managed .essntl-product-category-bar-section {
    height: 0;
    min-height: 0 !important;
    overflow: visible;
    position: relative;
    z-index: 8900;
  }

  html.essntl-product-pdp-category-managed .essntl-product-category-bar-section .essntl-category-bar {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: var(--essntl-product-pdp-cat-top, 60px) !important;
    z-index: 8900 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(-100%) !important;
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
  }

  html.essntl-product-pdp-category-managed.essntl-product-pdp-category-active .essntl-product-category-bar-section .essntl-category-bar {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }

  /* ──────────────────────────────────────────
     REDUCED MOTION
  ────────────────────────────────────────── */
  @media (prefers-reduced-motion: reduce) {
    .essntl-section-product *,
    .essntl-section-product *::before,
    .essntl-section-product *::after {
      animation-duration: 0.001ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.001ms !important;
      scroll-behavior: auto !important;
    }

    [data-essntl-reveal] { opacity: 1 !important; transform: none !important; }
    .essntl-gallery__slide { transform: none; }
  }
</style>

<style>
  .essntl-cart-drawer {
    position: fixed;
    inset: 0;
    overflow-x: clip;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .essntl-cart-drawer.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .essntl-cart-drawer__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(17, 17, 17, 0.32);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
  }

  .essntl-cart-drawer__panel {
    position: absolute;
    top: 0;
    right: 0;
    width: min(30vw, 460px);
    min-width: 390px;
    height: 100%;
    color: var(--essntl-ink);
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.74)),
      var(--essntl-glass-bg);
    -webkit-backdrop-filter: blur(30px) saturate(180%);
    backdrop-filter: blur(30px) saturate(180%);
    border-left: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow:
      -30px 0 90px rgba(0, 0, 0, 0.24),
      inset 1px 0 0 rgba(255, 255, 255, 0.7);
  }

  .essntl-cart-drawer.is-open .essntl-cart-drawer__panel {
    transform: translateX(0);
  }

  .essntl-cart-drawer__header {
    padding: 20px;
    border-bottom: 1px solid var(--essntl-hairline);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
  }

  .essntl-cart-drawer__eyebrow {
    display: block;
    margin-bottom: 5px;
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--essntl-muted);
    font-weight: 600;
  }

  .essntl-cart-drawer__title {
    margin: 0;
    font-size: 22px;
    line-height: 1.1;
    letter-spacing: -0.03em;
    font-weight: 700;
    color: var(--essntl-ink);
  }

  .essntl-cart-drawer__close {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.6);
    color: var(--essntl-ink);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
    transition: transform 0.2s ease, background 0.2s ease;
  }

  .essntl-cart-drawer__close:hover { transform: scale(1.06); background: rgba(255, 255, 255, 0.85); }

  .essntl-cart-drawer__close svg {
    width: 17px;
    height: 17px;
    stroke: currentColor;
    stroke-width: 1.8;
    fill: none;
  }

  .essntl-cart-drawer__body {
    flex: 1;
    overflow-y: auto;
    padding: 18px 20px;
  }

  .essntl-cart-drawer__empty {
    min-height: 260px;
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--essntl-muted);
    font-size: 13px;
    line-height: 1.5;
  }

  .essntl-cart-drawer__items {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .essntl-cart-drawer__item {
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 14px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--essntl-hairline);
  }

  .essntl-cart-drawer__item-img {
    width: 84px;
    aspect-ratio: 3 / 4;
    background: #f4f4f5;
    overflow: hidden;
    display: block;
    border-radius: 14px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  }

  .essntl-cart-drawer__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .essntl-cart-drawer__item-info {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
  }

  .essntl-cart-drawer__item-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
  }

  .essntl-cart-drawer__item-title {
    margin: 0;
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-weight: 650;
    color: var(--essntl-ink);
  }

  .essntl-cart-drawer__item-price {
    font-size: 12px;
    color: var(--essntl-ink);
    font-weight: 600;
    white-space: nowrap;
  }

  .essntl-cart-drawer__item-meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 11px;
    line-height: 1.4;
    color: var(--essntl-muted);
  }

  .essntl-cart-drawer__item-bottom {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  .essntl-cart-drawer__qty {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 999px;
    height: 36px;
    background: rgba(255, 255, 255, 0.55);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
    overflow: hidden;
  }

  .essntl-cart-drawer__qty button {
    width: 36px;
    height: 34px;
    border: 0;
    background: transparent;
    color: var(--essntl-ink);
    cursor: pointer;
    font-size: 15px;
    transition: background 0.18s ease;
  }

  .essntl-cart-drawer__qty button:hover { background: rgba(255, 255, 255, 0.6); }

  .essntl-cart-drawer__qty span {
    min-width: 26px;
    text-align: center;
    font-size: 12px;
    color: var(--essntl-ink);
  }

  .essntl-cart-drawer__remove {
    border: 0;
    background: transparent;
    padding: 0;
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--essntl-muted);
    cursor: pointer;
    transition: color 0.18s ease;
  }

  .essntl-cart-drawer__remove:hover { color: var(--essntl-ink); }

  .essntl-cart-drawer__footer {
    border-top: 1px solid var(--essntl-hairline);
    padding: 18px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3));
  }

  .essntl-cart-drawer__subtotal {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 14px;
  }

  .essntl-cart-drawer__subtotal-label {
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--essntl-muted);
  }

  .essntl-cart-drawer__subtotal-price {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--essntl-ink);
  }

  /* ---- Cart reassurance ------------------------------------------------
     Mirrors the rules in sections/essntl-header.liquid so the product-page
     drawer and the global drawer are visually identical. Text-only: no
     badges, seals or icons. */
  .essntl-cart-trust {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px 10px;
    margin: 2px 0 0;
    padding: 0;
    list-style: none;
    text-align: center;
  }

  .essntl-cart-trust__item {
    display: inline-flex;
    align-items: center;
    color: #5f5f5f;
    font-size: 11px;
    line-height: 1.35;
    font-weight: 550;
    letter-spacing: 0.01em;
  }

  .essntl-cart-trust__item + .essntl-cart-trust__item::before {
    content: "";
    width: 3px;
    height: 3px;
    margin-right: 10px;
    border-radius: 50%;
    background: #8f8f8f;
    flex: 0 0 auto;
  }

  .essntl-cart-drawer__checkout-note {
    margin: -4px 0 0;
    color: #5f5f5f;
    font-size: 11px;
    line-height: 1.4;
    text-align: center;
    text-wrap: pretty;
  }

  .essntl-cart-pay {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 2px 0 0;
    padding: 0;
    list-style: none;
  }

  .essntl-cart-pay__item {
    display: inline-flex;
  }

  .essntl-cart-pay__icon {
    display: block;
    width: 34px;
    height: 22px;
    border-radius: 3px;
  }

  .essntl-cart-support {
    margin: 0;
    color: #5f5f5f;
    font-size: 11px;
    line-height: 1.4;
    text-align: center;
  }

  .essntl-cart-support__link {
    color: var(--essntl-ink);
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  .essntl-cart-drawer__checkout-form {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .essntl-cart-drawer__checkout {
    position: relative;
    width: 100%;
    min-height: 54px;
    background: linear-gradient(180deg, #2c2c2e, #111111 64%);
    color: #ffffff;
    border: 0;
    border-radius: 16px;
    padding: 0;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font: inherit;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.18);
    transition: transform 0.16s ease, box-shadow 0.2s ease;
  }

  .essntl-cart-drawer__checkout::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 46%);
  }

  .essntl-cart-drawer__checkout:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  }

  .essntl-cart-drawer__accelerated {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: -2px;
  }

  .essntl-cart-drawer__accelerated-label {
    text-align: center;
    font-size: 9px;
    line-height: 1;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--essntl-muted);
  }

  .essntl-cart-drawer__accelerated-buttons { width: 100%; }

  .essntl-cart-drawer__accelerated-buttons .additional-checkout-buttons,
  .essntl-cart-drawer__accelerated-buttons .dynamic-checkout__content,
  .essntl-cart-drawer__accelerated-buttons ul {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }

  .essntl-cart-drawer__accelerated-buttons li {
    width: 100% !important;
    margin: 0 0 8px !important;
  }

  .essntl-cart-drawer__accelerated-buttons li:last-child { margin-bottom: 0 !important; }

  .essntl-cart-drawer__accelerated-buttons button,
  .essntl-cart-drawer__accelerated-buttons iframe,
  .essntl-cart-drawer__accelerated-buttons .shopify-cleanslate {
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 14px !important;
  }

  .essntl-cart-drawer__continue {
    width: 100%;
    min-height: 46px;
    background: rgba(255, 255, 255, 0.5);
    color: var(--essntl-ink);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 16px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s ease;
  }

  .essntl-cart-drawer__continue:hover { background: rgba(255, 255, 255, 0.78); }

  .essntl-cart-drawer__note {
    margin: 0;
    text-align: center;
    font-size: 10px;
    line-height: 1.4;
    color: var(--essntl-muted);
  }

  .essntl-cart-drawer__loading {
    opacity: 0.55;
    pointer-events: none;
  }

  @media (max-width: 900px) {
    .essntl-cart-drawer__panel {
      width: min(92vw, 430px);
      min-width: 0;
    }
  }

  @media (max-width: 480px) {
    .essntl-cart-drawer__panel { width: 100%; min-width: 0; }
    .essntl-cart-drawer__header { padding: 18px 16px; }
    .essntl-cart-drawer__body { padding: 16px; }
    .essntl-cart-drawer__footer { padding: 16px; }
  }

  @media (prefers-reduced-motion: reduce) {
    .essntl-cart-drawer__panel { transition: none; }
  }

  /* ──────────────────────────────────────────
     SHIPPING PROTECTION — glass card + iOS toggle
  ────────────────────────────────────────── */
  .essntl-sp {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 14px;
    border-radius: 16px;
    border: 1px solid var(--essntl-glass-border);
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.18)),
      var(--essntl-glass-bg);
    box-shadow:
      0 10px 26px rgba(0, 0, 0, calc(var(--essntl-glass-shadow) * 0.8)),
      inset 0 1px 0 rgba(255, 255, 255, 0.8);
    overflow: hidden;
    isolation: isolate;
  }

  .essntl-sp[hidden] { display: none; }

  .essntl-sp::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    background: radial-gradient(120% 70% at 20% 0%, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 46%);
  }

  .essntl-sp > * { position: relative; z-index: 1; }

  .essntl-sp__icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--essntl-ink);
    border: 1px solid rgba(17, 17, 17, 0.08);
    background:
      linear-gradient(135deg, rgba(17, 17, 17, 0.12), rgba(17, 17, 17, 0.035)),
      rgba(255, 255, 255, 0.48);
    box-shadow:
      0 8px 18px rgba(0, 0, 0, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.82),
      inset 0 -1px 0 rgba(17, 17, 17, 0.04);
    flex-shrink: 0;
  }

  .essntl-sp__icon svg { width: 20px; height: 20px; }

  .essntl-sp__main {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
  }

  .essntl-sp__topline {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
  }

  .essntl-sp__title {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--essntl-ink);
    line-height: 1.2;
  }

  .essntl-sp__badge {
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--essntl-ink);
    padding: 3px 8px;
    border-radius: 999px;
    background:
      linear-gradient(135deg, rgba(17, 17, 17, 0.10), rgba(17, 17, 17, 0.03)),
      rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(17, 17, 17, 0.07);
    box-shadow:
      0 5px 13px rgba(0, 0, 0, 0.06),
      inset 0 1px 0 rgba(255, 255, 255, 0.82),
      inset 0 -1px 0 rgba(17, 17, 17, 0.04);
  }

  .essntl-sp__desc {
    margin: 0;
    font-size: 11px;
    line-height: 1.45;
    color: var(--essntl-muted);
  }

  .essntl-sp__status {
    font-size: 10px;
    letter-spacing: 0.04em;
    color: var(--essntl-faint);
    min-height: 1em;
  }

  .essntl-sp__aside {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 9px;
    flex-shrink: 0;
  }

  .essntl-sp__price {
    font-size: 12px;
    font-weight: 700;
    color: var(--essntl-ink);
    white-space: nowrap;
  }

  .essntl-sp__toggle {
    position: relative;
    display: inline-flex;
    cursor: pointer;
  }

  .essntl-sp__switch {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
  }

  .essntl-sp__track {
    width: 44px;
    height: 26px;
    border-radius: 999px;
    position: relative;
    background: rgba(120, 120, 128, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
    transition: background 0.28s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .essntl-sp__knob {
    position: absolute;
    top: 50%;
    left: 3px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transition: left 0.28s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .essntl-sp__switch:checked + .essntl-sp__track {
    background: linear-gradient(180deg, #2a2a2c, #111111 70%);
    border-color: rgba(255, 255, 255, 0.16);
  }

  .essntl-sp__switch:checked + .essntl-sp__track .essntl-sp__knob { left: 21px; }

  .essntl-sp__switch:focus-visible + .essntl-sp__track {
    outline: 2px solid var(--essntl-ink);
    outline-offset: 2px;
  }

  @media (max-width: 480px) {
    .essntl-sp { padding: 12px; gap: 10px; }
    .essntl-sp__desc { font-size: 10.5px; }
  }

  @media (max-width: 359px) {
    .essntl-product-heading--with-gender { column-gap: 8px; }
    .essntl-product-heading--with-gender .essntl-gender-switcher { gap: 6px; }
    .essntl-product-heading--with-gender .essntl-gender-switcher__label { font-size: 12px; }
    .essntl-product-heading--with-gender .essntl-gender-switcher__toggle {
      width: 42px;
      min-width: 42px;
    }
    .essntl-product-heading--with-gender .essntl-gender-switcher--woman .essntl-gender-switcher__knob {
      transform: translateX(18px);
    }
  }
