/** Shopify CDN: Minification failed

Line 1771:2 Unexpected "{"
Line 1771:3 Expected identifier but found "%"
Line 1777:2 Unexpected "{"
Line 1777:3 Expected identifier but found "%"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:about-us (INDEX:1) */
.ef-about,
  .ef-about * {
    box-sizing: border-box;
  }

  .ef-about {
    padding: 48px 0 74px;
    background: rgb(var(--color-background));
    color: rgb(var(--color-foreground));
    overflow: hidden;
  }

  .ef-about__inner {
    max-width: 1120px;
    margin: 0 auto;
  }

  .ef-about__hero {
    display: grid;
    grid-template-columns: minmax(0, .98fr) minmax(380px, 1fr);
    gap: clamp(34px, 4.8vw, 64px);
    align-items: center;
    margin-bottom: 44px;
  }

  .ef-about__copy {
    max-width: 620px;
  }

  .ef-about__eyebrow,
  .ef-about__section-kicker {
    margin: 0 0 10px;
    color: var(--ef-about-accent);
    font-size: 10.5px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 500;
  }

  .ef-about__title {
    position: relative;
    display: inline-block;
    margin: 0;
    padding-bottom: 14px;
    font-family: var(--font-heading-family);
    font-size: clamp(38px, 3.2vw, 58px);
    line-height: 1;
    font-weight: 400;
    text-wrap: balance;
  }

  .ef-about__title::after,
  .ef-about h2::after,
  .ef-about__statement::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--ef-about-accent);
    opacity: .72;
  }

  .ef-about__intro {
    margin-top: 18px;
    color: rgba(var(--color-foreground), .74);
    font-size: 15px;
    line-height: 1.7;
  }

  .ef-about__intro p,
  .ef-about .rte p {
    margin: 0;
  }

  .ef-about .rte p + p {
    margin-top: 13px;
  }

  .ef-about__image-card,
  .ef-about__craft-image,
  .ef-about__panel,
  .ef-about__final {
    border: 1px solid var(--ef-about-line);
    border-radius: 14px;
    background: rgba(var(--color-background), .98);
    box-shadow: none;
  }

  .ef-about__image-card,
  .ef-about__craft-image {
    position: relative;
    overflow: hidden;
    background: var(--ef-about-panel);
  }

  .ef-about__image-card::after,
  .ef-about__craft-image::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, transparent 68%, rgba(0, 0, 0, .10));
    opacity: .18;
  }

  .ef-about__image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 390px;
    object-fit: cover;
    transition: transform .55s ease, filter .28s ease;
  }

  .ef-about__image-card:hover .ef-about__image,
  .ef-about__craft-image:hover .ef-about__image {
    transform: scale(1.015);
  }

  .ef-about__image-placeholder {
    min-height: 390px;
    display: grid;
    place-items: center;
    color: var(--ef-about-accent);
    text-transform: uppercase;
    background:
      radial-gradient(circle at center, rgba(184, 147, 82, .10), transparent 26rem),
      var(--ef-about-panel);
  }

  .ef-about__image-placeholder--small {
    min-height: 390px;
  }

  .ef-about__statement {
    position: relative;
    max-width: 880px;
    margin: 0 auto 44px;
    padding: 0 0 16px;
    text-align: center;
    font-family: var(--font-heading-family);
    font-size: clamp(26px, 2.1vw, 36px);
    line-height: 1.18;
    font-weight: 400;
  }

  .ef-about__statement p {
    margin: 0;
  }

  .ef-about__statement::after {
    left: 50%;
    transform: translateX(-50%);
    width: min(100%, 520px);
  }

  .ef-about__split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 44px;
  }

  .ef-about__panel {
    padding: clamp(24px, 2.8vw, 34px);
  }

  .ef-about__panel--tone {
    background:
      linear-gradient(135deg, rgba(184, 147, 82, .035), transparent 58%),
      rgba(var(--color-background), .98);
  }

  .ef-about h2 {
    position: relative;
    display: inline-block;
    margin: 0 0 18px;
    padding-bottom: 10px;
    font-family: var(--font-heading-family);
    font-size: clamp(25px, 2vw, 34px);
    line-height: 1.08;
    font-weight: 400;
    text-wrap: balance;
  }

  .ef-about__panel .rte,
  .ef-about__craft-copy .rte,
  .ef-about__final .rte {
    color: rgba(var(--color-foreground), .74);
    font-size: 14.5px;
    line-height: 1.68;
  }

  .ef-about__values {
    display: grid;
    gap: 15px;
  }

  .ef-about__value {
    padding-top: 15px;
    border-top: 1px solid var(--ef-about-line);
  }

  .ef-about__value:first-child {
    padding-top: 0;
    border-top: 0;
  }

  .ef-about__value h3 {
    margin: 0 0 6px;
    color: var(--ef-about-accent);
    font-size: 10.5px;
    line-height: 1.25;
    text-transform: uppercase;
    font-weight: 500;
  }

  .ef-about__value p {
    margin: 0;
    color: rgba(var(--color-foreground), .74);
    font-size: 14px;
    line-height: 1.62;
  }

  .ef-about__craft {
    display: grid;
    grid-template-columns: minmax(340px, .9fr) minmax(0, 1fr);
    gap: clamp(30px, 4.2vw, 56px);
    align-items: center;
    margin-bottom: 46px;
    padding-top: 42px;
    border-top: 1px solid var(--ef-about-line);
  }

  .ef-about__craft-image .ef-about__image {
    min-height: 390px;
  }

  .ef-about__craft-copy {
    max-width: 560px;
  }

  .ef-about__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 22px;
  }

  .ef-about__pills span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 7px 11px;
    border: 1px solid rgba(184, 147, 82, .30);
    border-radius: 999px;
    color: rgba(var(--color-foreground), .72);
    background: transparent;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
  }

  .ef-about__final {
    max-width: 740px;
    margin: 0 auto;
    padding: 34px clamp(22px, 4vw, 42px);
    background: var(--ef-about-card);
    text-align: center;
  }

  .ef-about__final h2::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .ef-about__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    margin-top: 24px;
    padding: 0 32px;
    border: 1px solid #1f1b18;
    background: #1f1b18;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10.5px;
    transition: background .22s ease, border-color .22s ease, transform .22s ease;
  }

  .ef-about__button:hover {
    background: var(--ef-about-accent);
    border-color: var(--ef-about-accent);
    transform: translateY(-1px);
  }

  @media screen and (max-width: 989px) {
    .ef-about__hero,
    .ef-about__split,
    .ef-about__craft {
      grid-template-columns: 1fr;
    }

    .ef-about__copy,
    .ef-about__craft-copy {
      max-width: 720px;
      margin-inline: auto;
      text-align: center;
    }

    .ef-about__title::after,
    .ef-about h2::after {
      left: 50%;
      transform: translateX(-50%);
    }

    .ef-about__pills {
      justify-content: center;
    }

    .ef-about__craft {
      padding-top: 36px;
    }
  }

  @media screen and (max-width: 749px) {
    .ef-about {
      padding: 30px 0 54px;
    }

    .ef-about__inner {
      padding-inline: 16px;
    }

    .ef-about__hero,
    .ef-about__split,
    .ef-about__craft {
      gap: 24px;
    }

    .ef-about__hero {
      margin-bottom: 34px;
    }

    .ef-about__title {
      font-size: clamp(34px, 10vw, 46px);
    }

    .ef-about__intro {
      font-size: 13.5px;
      line-height: 1.64;
    }

    .ef-about__image-card,
    .ef-about__craft-image,
    .ef-about__panel,
    .ef-about__final {
      border-radius: 12px;
    }

    .ef-about__image,
    .ef-about__image-placeholder,
    .ef-about__craft-image .ef-about__image,
    .ef-about__image-placeholder--small {
      min-height: 300px;
    }

    .ef-about__statement {
      margin-bottom: 32px;
      font-size: clamp(23px, 6.6vw, 31px);
    }

    .ef-about__split,
    .ef-about__craft {
      margin-bottom: 34px;
    }

    .ef-about__panel {
      padding: 22px 18px;
    }

    .ef-about h2 {
      font-size: 25px;
    }

    .ef-about__panel .rte,
    .ef-about__craft-copy .rte,
    .ef-about__final .rte {
      font-size: 13.5px;
      line-height: 1.64;
    }

    .ef-about__final {
      padding: 30px 18px;
    }

    .ef-about__button {
      width: 100%;
      max-width: 280px;
    }
  }
/* END_SECTION:about-us */

/* START_SECTION:collection-links (INDEX:3) */
collection-links-component {
    --alignment: flex-start;

    display: grid;
    align-items: center;
    grid-gap: var(--gap-3xl);

    &:has([ratio='portrait']) {
      --template-column-ratio: 0.8fr;
    }

    &:has([ratio='square']) {
      --template-column-ratio: 1fr;
    }

    &:has([ratio='landscape']) {
      --template-column-ratio: 1.4fr;
    }

    &[alignment='center'] {
      --alignment: center;

      .text-block {
        text-align: center;
      }
    }

    &[alignment='right'] {
      --alignment: flex-end;

      .text-block {
        text-align: right;
      }
    }

    &[layout='spotlight'] {
      position: relative;
      grid-template-columns: 1fr var(--template-column-ratio);
      grid-template-areas: 'text image';

      @media (min-width: 749px) {
        &[reverse] {
          grid-template-areas: 'image text';
          grid-template-columns: var(--template-column-ratio) 1fr;
        }
      }

      .collection-links__container {
        align-items: var(--alignment);
      }

      @media (max-width: 749px) {
        grid-template-columns: 1fr;
        grid-template-areas: 'text' 'image';
        grid-gap: var(--gap-2xl);

        .collection-links__container {
          gap: clamp(var(--gap-xs), 1vw, var(--gap-xl)) var(--gap-2xl);
          justify-content: var(--alignment);
        }
      }
    }

    &[layout='text'] {
      grid-gap: 0;
      grid-template-areas: 'text';

      .collection-links__container {
        gap: clamp(var(--gap-xs), 1vw, var(--gap-xl)) var(--gap-2xl);
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: var(--alignment);
      }
    }
  }

  .collection-links__container {
    display: flex;
    gap: var(--gap-md);
    flex-direction: column;
  }

  .collection-links__images {
    overflow: hidden;
    grid-area: image;

    @media (max-width: 749px) {
      image-block {
        max-width: 100%;
      }
    }
  }
/* END_SECTION:collection-links */

/* START_SECTION:contact-us-form (INDEX:5) */
.ef-contact,
  .ef-contact * {
    box-sizing: border-box;
  }

  .ef-contact {
    padding: 64px 20px 76px;
    background:
      radial-gradient(circle at top center, rgba(184, 147, 82, 0.04), transparent 34rem),
      rgb(var(--color-background));
    color: rgb(var(--color-foreground));
    overflow-x: hidden;
  }

  .ef-contact__container,
  .ef-contact--full-width .ef-contact__container {
    width: 100%;
    max-width: var(--ef-contact-container-width, 1080px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .ef-contact--full-width .ef-contact__container {
    max-width: none;
    padding-inline: max(var(--page-margin, 20px), 20px);
  }

  .ef-contact__header {
    max-width: 720px;
    margin: 0 auto 34px;
    text-align: center;
  }

  .ef-contact__eyebrow {
    margin: 0 0 9px;
    color: var(--ef-contact-accent);
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: .16em;
    text-transform: uppercase;
  }

  .ef-contact__title {
    position: relative;
    display: inline-block;
    margin: 0;
    padding-bottom: 14px;
    color: rgb(var(--color-foreground));
    font-family: var(--font-heading-family);
    font-size: clamp(34px, 3vw, 54px);
    line-height: 1.02;
    font-weight: 400;
    letter-spacing: .035em;
    text-wrap: balance;
  }

  .ef-contact__title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: min(100%, 280px);
    height: 1px;
    background: var(--ef-contact-accent);
    transform: translateX(-50%);
    opacity: .76;
  }

  .ef-contact__intro {
    max-width: 690px;
    margin: 18px auto 0;
    color: rgba(var(--color-foreground), .68);
    font-size: 15px;
    line-height: 1.74;
  }

  .ef-contact__intro p {
    margin: 0;
  }

  .ef-contact__grid {
    display: grid;
    gap: 30px;
    align-items: start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .ef-contact:not(.ef-contact--no-sidebar) .ef-contact__grid {
    grid-template-columns: minmax(0, var(--ef-contact-form-fr)) minmax(320px, var(--ef-contact-sidebar-fr));
    max-width: var(--ef-contact-container-width, 1080px);
  }

  .ef-contact--no-sidebar .ef-contact__grid {
    grid-template-columns: minmax(0, 1fr);
    max-width: var(--ef-contact-form-width, 820px);
  }

  .ef-contact--center.ef-contact--no-sidebar .ef-contact__grid {
    margin: 0 auto;
  }

  .ef-contact--left.ef-contact--no-sidebar .ef-contact__grid {
    margin-right: auto;
  }

  .ef-contact--right.ef-contact--no-sidebar .ef-contact__grid {
    margin-left: auto;
  }

  .ef-contact__card,
  .ef-contact__info {
    width: 100%;
    border: 1px solid var(--ef-contact-line);
    border-radius: 24px;
    background: rgba(var(--color-background), .96);
    box-shadow: 0 18px 46px rgba(0, 0, 0, .045);
  }

  .ef-contact__card {
    padding: 34px 36px;
    overflow: hidden;
  }

  .ef-contact__form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }

  .ef-field {
    display: flex;
    flex-direction: column;
    gap: 7px;
    grid-column: 1 / -1;
  }

  .ef-field--half {
    grid-column: auto;
  }

  .ef-field label {
    color: rgba(var(--color-foreground), .68);
    font-size: 10.5px;
    line-height: 1.2;
    letter-spacing: .15em;
    text-transform: uppercase;
  }

  .ef-field label span {
    color: var(--ef-contact-accent);
  }

  .ef-field input,
  .ef-field textarea {
    width: 100%;
    border: 1px solid var(--ef-contact-line);
    border-radius: 12px;
    padding: 13px 14px;
    background: #fff;
    color: rgb(var(--color-foreground));
    font-family: inherit;
    font-size: 14px;
    line-height: 1.45;
    transition: border-color .22s ease, box-shadow .22s ease, background .22s ease;
  }

  .ef-field textarea {
    min-height: 150px;
    resize: vertical;
  }

  .ef-field input::placeholder,
  .ef-field textarea::placeholder {
    color: rgba(var(--color-foreground), .42);
  }

  .ef-field input:focus,
  .ef-field textarea:focus {
    outline: none;
    border-color: rgba(184, 147, 82, .58);
    box-shadow: 0 0 0 3px rgba(184, 147, 82, .12);
  }

  .ef-field__hint {
    margin: 2px 0 0;
    color: rgba(var(--color-foreground), .52);
    font-size: 12px;
    line-height: 1.45;
  }

  .ef-btn {
    grid-column: 1 / -1;
    justify-self: start;
    min-width: 170px;
    min-height: 46px;
    border: 1px solid var(--ef-contact-button);
    border-radius: 0;
    padding: 0 30px;
    background: var(--ef-contact-button);
    color: var(--ef-contact-button-text);
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: 11px;
    line-height: 1;
    transition: background .24s ease, border-color .24s ease, transform .24s ease, opacity .24s ease;
  }

  .ef-btn:hover {
    background: var(--ef-contact-accent);
    border-color: var(--ef-contact-accent);
    transform: translateY(-1px);
  }

  .ef-btn[aria-busy="true"] {
    opacity: .62;
    pointer-events: none;
  }

  .ef-contact__success,
  .ef-contact__errors {
    grid-column: 1 / -1;
    padding: 14px 16px;
    border-radius: 14px;
    font-size: 14px;
    line-height: 1.55;
  }

  .ef-contact__success {
    display: grid;
    gap: 3px;
    background: rgba(184, 147, 82, .075);
    border: 1px solid rgba(184, 147, 82, .28);
    color: rgb(var(--color-foreground));
  }

  .ef-contact__success strong {
    color: var(--ef-contact-accent);
    font-weight: 500;
  }

  .ef-contact__errors {
    background: #fff3f1;
    border: 1px solid #ffcfc6;
    color: #7c2217;
  }

  .ef-contact__info {
    display: block;
    padding: 32px 30px;
    border-color: rgba(184, 147, 82, .26);
    background:
      linear-gradient(135deg, rgba(184, 147, 82, .05), transparent 52%),
      rgba(var(--color-background), .96);
  }

  .ef-side__title {
    position: relative;
    display: inline-block;
    margin: 0 0 20px;
    padding-bottom: 9px;
    color: rgb(var(--color-foreground));
    font-family: var(--font-heading-family);
    font-size: clamp(24px, 2vw, 34px);
    line-height: 1.08;
    font-weight: 400;
  }

  .ef-side__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--ef-contact-accent);
    opacity: .72;
  }

  .ef-info {
    display: grid;
    gap: 13px;
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
  }

  .ef-info__item {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3px;
    padding-bottom: 13px;
    border-bottom: 1px solid var(--ef-contact-line);
    color: rgba(var(--color-foreground), .72);
    font-size: 14px;
    line-height: 1.55;
  }

  .ef-info__item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .ef-info__label {
    color: var(--ef-contact-accent);
    font-size: 10px;
    letter-spacing: .15em;
    text-transform: uppercase;
  }

  .ef-info a {
    color: inherit;
    text-decoration: none;
    transition: color .22s ease;
  }

  .ef-info a:hover {
    color: var(--ef-contact-accent);
  }

  .ef-contact__note {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 18px;
    border: 1px solid var(--ef-contact-line);
    border-radius: 14px;
    background: var(--ef-contact-panel);
    color: rgba(var(--color-foreground), .72);
    font-size: 14px;
    line-height: 1.68;
  }

  .ef-contact__note p {
    margin: 0;
    font-size: 14px;
    line-height: 1.68;
  }

  .ef-contact__info::after {
    content: "Orders over $100 ship free Australia-wide";
    display: block;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid var(--ef-contact-line);
    color: var(--ef-contact-accent);
    font-size: 10.5px;
    letter-spacing: .13em;
    text-transform: uppercase;
    line-height: 1.45;
  }

  .ef-faq {
    margin-top: 24px;
  }

  .ef-faq__title {
    margin: 0 0 10px;
    color: var(--ef-contact-accent);
    font-size: 10.5px;
    letter-spacing: .16em;
    text-transform: uppercase;
  }

  .ef-accordion {
    border-top: 1px solid var(--ef-contact-line);
  }

  .ef-accordion:last-child {
    border-bottom: 1px solid var(--ef-contact-line);
  }

  .ef-accordion summary {
    list-style: none;
  }

  .ef-accordion summary::-webkit-details-marker {
    display: none;
  }

  .ef-accordion__summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    cursor: pointer;
    padding: 15px 0;
    color: rgb(var(--color-foreground));
    font-size: 14px;
    line-height: 1.4;
    transition: color .22s ease;
  }

  .ef-accordion__summary:hover,
  .ef-accordion[open] .ef-accordion__summary {
    color: var(--ef-contact-accent);
  }

  .ef-accordion__icon {
    position: relative;
    display: inline-flex;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
  }

  .ef-accordion__icon::before,
  .ef-accordion__icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 13px;
    height: 1px;
    background: currentColor;
    transform: translate(-50%, -50%);
    transition: transform .22s ease;
  }

  .ef-accordion__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .ef-accordion[open] .ef-accordion__icon::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  .ef-accordion__content {
    padding: 0 0 15px;
    color: rgba(var(--color-foreground), .68);
    font-size: 13.5px;
    line-height: 1.65;
  }

  .ef-accordion__content p {
    margin: 0;
  }

  .visually-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
  }

  @media screen and (max-width: 990px) {
    .ef-contact__container {
      width: min(100%, 760px);
    }

    .ef-contact__grid,
    .ef-contact:not(.ef-contact--no-sidebar) .ef-contact__grid {
      grid-template-columns: 1fr;
    }

    .ef-contact__info {
      max-width: 820px;
      margin-inline: auto;
    }
  }

  @media screen and (max-width: 749px) {
    .ef-contact {
      padding: 36px 14px 62px;
    }

    .ef-contact__container,
    .ef-contact--full-width .ef-contact__container {
      max-width: 100%;
      padding-inline: 0;
    }

    .ef-contact__header {
      margin-bottom: 28px;
    }

    .ef-contact__eyebrow {
      font-size: 10px;
    }

    .ef-contact__title {
      font-size: clamp(30px, 8vw, 40px);
      letter-spacing: .02em;
    }

    .ef-contact__intro {
      font-size: 13.5px;
      line-height: 1.65;
    }

    .ef-contact__grid {
      gap: 18px;
    }

    .ef-contact--no-sidebar .ef-contact__grid {
      max-width: 100%;
    }

    .ef-contact__card,
    .ef-contact__info {
      border-radius: 18px;
    }

    .ef-contact__card {
      padding: 18px;
    }

    .ef-contact__form {
      grid-template-columns: 1fr;
      gap: 14px;
    }

    .ef-field--half {
      grid-column: 1 / -1;
    }

    .ef-field input,
    .ef-field textarea {
      border-radius: 10px;
      font-size: 13.5px;
    }

    .ef-btn {
      width: 100%;
      justify-self: stretch;
    }

    .ef-contact__info {
      padding: 22px 18px;
    }

    .ef-side__title {
      font-size: 26px;
    }

    .ef-contact__info::after {
      font-size: 9.5px;
    }
  }
/* END_SECTION:contact-us-form */

/* START_SECTION:custom-menu-builder (INDEX:7) */
/* Custom Menu Navigation Styles */
  .custom-menu-section {
    width: 100%;
  }
  
  .ef-custom-nav { 
    width: 100%; 
    position: relative;
  }
  
  .ef-custom-nav__list {
    --ef-gap-x: var(--ef-menu-spacing, 24px);
    display: flex; 
    align-items: center; 
    justify-content: center;
    gap: var(--ef-gap-x);
    margin: 0; 
    padding: 0; 
    list-style: none;
  }
  
  .ef-custom-nav__item { 
    position: relative; 
  }
  
  .ef-custom-nav__link {
    font-family: var(--font-heading-family);
    font-size: 16px;
    font-weight: 500;
    color: var(--color-foreground);
    text-decoration: none;
    display: inline-flex; 
    align-items: center; 
    gap: 6px;
    padding: 12px 0;
    transition: opacity 0.3s ease;
  }
  
  .ef-custom-nav__link:hover { 
    opacity: 0.7; 
  }
  
  .ef-custom-nav__link-text { 
    position: relative; 
  }
  
  .ef-nav__caret {
    transition: transform 0.3s ease;
  }
  
  .ef-custom-nav__item--has-children:hover .ef-nav__caret {
    transform: rotate(180deg);
  }
  
  /* Dropdown styles */
  .ef-custom-nav__item--has-children .ef-dropdown {
    position: absolute; 
    left: 50%; 
    transform: translateX(-50%) translateY(8px);
    top: calc(100% + 8px);
    min-width: var(--ef-dropdown-width, 240px);
    background: var(--color-background);
    box-shadow: 0 10px 40px rgb(0 0 0 / calc(0.12 * var(--ef-shadow-opacity, 0.5))), 
                0 2px 8px rgb(0 0 0 / calc(0.08 * var(--ef-shadow-opacity, 0.5)));
    border-radius: var(--ef-border-radius, 12px);
    padding: 8px; 
    opacity: 0; 
    visibility: hidden;
    transition: opacity var(--ef-animation-speed, 300ms) ease, 
                transform var(--ef-animation-speed, 300ms) ease,
                visibility var(--ef-animation-speed, 300ms) ease;
    z-index: 100;
  }
  
  .ef-custom-nav__item--has-children:hover .ef-dropdown {
    opacity: 1; 
    visibility: visible; 
    transform: translateX(-50%) translateY(0);
  }
  
  .ef-dropdown__list {
    margin: 0; 
    padding: 4px; 
    list-style: none; 
    display: grid; 
    gap: 2px;
  }
  
  .ef-dropdown__link {
    display: flex; 
    padding: 10px 14px; 
    border-radius: calc(var(--ef-border-radius, 8px) - 4px);
    color: var(--color-foreground); 
    text-decoration: none;
    transition: background 0.2s ease;
  }
  
  .ef-dropdown__link:hover {
    background: rgb(var(--color-foreground-rgb) / 0.08);
  }
  
  /* Hover style: underline */
  .ef-nav--underline .ef-custom-nav__link-text::after {
    content: ''; 
    position: absolute; 
    bottom: -4px; 
    left: 0; 
    right: 0;
    height: 2px; 
    background: currentColor;
    transform: scaleX(0); 
    transform-origin: center;
    transition: transform 0.3s ease;
  }
  
  .ef-nav--underline .ef-custom-nav__link:hover .ef-custom-nav__link-text::after {
    transform: scaleX(1);
  }
  
  /* Mobile hide */
  @media screen and (max-width: 749px) {
    .custom-menu-section {
      display: none;
    }
  }
/* END_SECTION:custom-menu-builder */

/* START_SECTION:eaf-collection-showcase (INDEX:10) */
/* ========== BASE ========== */
  .eaf-showcase {
    color: var(--showcase-text, #fff);
  }

  .eaf-showcase__intro {
    text-align: center;
    padding: 80px 24px 40px;
  }

  .eaf-showcase__heading {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    margin: 0;
    line-height: 1.1;
  }

  /* ========== SHOWCASE ITEMS ========== */
  .eaf-showcase-item {
    position: relative;
    min-height: 600px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
  }

  .eaf-showcase--full-screen .eaf-showcase-item {
    min-height: 100vh;
  }

  /* Alternating layouts */
  .eaf-showcase-item--left {
    direction: ltr;
  }

  .eaf-showcase-item--right {
    direction: rtl;
  }

  .eaf-showcase-item--right .eaf-showcase-item__content {
    direction: ltr;
  }

  .eaf-showcase-item--center {
    grid-template-columns: 1fr;
  }

  .eaf-showcase-item--center .eaf-showcase-item__media {
    grid-column: 1;
    grid-row: 1;
  }

  .eaf-showcase-item--center .eaf-showcase-item__content {
    grid-column: 1;
    grid-row: 1;
    z-index: 2;
  }

  @media (max-width: 990px) {
    .eaf-showcase-item {
      grid-template-columns: 1fr;
      min-height: 500px;
    }

    .eaf-showcase-item--right {
      direction: ltr;
    }

    .eaf-showcase-item__media {
      grid-row: 1;
    }

    .eaf-showcase-item__content {
      grid-row: 2;
      position: relative !important;
    }
  }

  /* ========== MEDIA ========== */
  .eaf-showcase-item__media {
    position: relative;
    overflow: hidden;
  }

  .eaf-showcase-item--center .eaf-showcase-item__media {
    position: absolute;
    inset: 0;
  }

  .eaf-showcase-item__img,
  .eaf-showcase-item__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* Ken Burns effect */
  @media (prefers-reduced-motion: no-preference) {
    .eaf-showcase-item__img--ken-burns {
      animation: kenBurns 20s ease-in-out infinite alternate;
    }
  }

  @keyframes kenBurns {
    0% { transform: scale(1); }
    100% { transform: scale(1.1); }
  }

  /* Parallax */
  @media (min-width: 991px) and (prefers-reduced-motion: no-preference) {
    .eaf-showcase-item--parallax .eaf-showcase-item__img,
    .eaf-showcase-item--parallax .eaf-showcase-item__video {
      transform: translateY(0);
      transition: transform 0.1s ease-out;
    }
  }

  .eaf-showcase-item__overlay {
    position: absolute;
    inset: 0;
    background: var(--showcase-overlay, #0b0b0c);
    opacity: var(--showcase-overlay-opacity, 0.4);
    z-index: 1;
  }

  .eaf-showcase-item__vignette {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, transparent 20%, rgba(0,0,0,0.7) 100%);
    z-index: 1;
  }

  /* ========== CONTENT ========== */
  .eaf-showcase-item__content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    padding: clamp(40px, 8vw, 100px);
  }

  .eaf-showcase-item__content--left {
    align-items: flex-start;
  }

  .eaf-showcase-item__content--right {
    align-items: flex-end;
  }

  .eaf-showcase-item__inner {
    max-width: 600px;
  }

  .eaf-showcase-item__eyebrow {
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--showcase-accent, #c9a23a);
    margin: 0 0 16px;
  }

  .eaf-showcase-item__title {
    font-size: clamp(2rem, 5vw, 4.5rem);
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 24px;
    text-shadow: 0 4px 30px rgba(0,0,0,0.8);
  }

  .eaf-showcase-item__description {
    font-size: clamp(1rem, 2vw, 1.375rem);
    line-height: 1.7;
    margin: 0 0 20px;
    opacity: 0.95;
    text-shadow: 0 2px 20px rgba(0,0,0,0.8);
  }

  .eaf-showcase-item__count {
    font-size: 1rem;
    font-weight: 600;
    color: var(--showcase-accent, #c9a23a);
    margin: 0 0 32px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .eaf-showcase-item__buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
  }

  .eaf-showcase-item__btn {
    display: inline-block;
    padding: 16px 36px;
    font-size: 1.125rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-align: center;
  }

  .eaf-showcase-item__btn--primary {
    background: var(--showcase-accent, #c9a23a);
    color: #0b0b0c;
    box-shadow: 0 4px 20px rgba(201, 162, 58, 0.3);
  }

  .eaf-showcase-item__btn--secondary {
    background: transparent;
    color: var(--showcase-text, #fff);
    border: 2px solid currentColor;
  }

  @media (hover: hover) {
    .eaf-showcase-item__btn--primary:hover {
      transform: translateY(-3px);
      box-shadow: 0 8px 30px rgba(201, 162, 58, 0.5);
    }

    .eaf-showcase-item__btn--secondary:hover {
      background: rgba(255, 255, 255, 0.1);
    }
  }

  .eaf-showcase-item__overlay-link {
    position: absolute;
    inset: 0;
    z-index: 3;
    cursor: pointer;
  }

  /* ========== ANIMATIONS ========== */
  @media (prefers-reduced-motion: no-preference) {
    [data-aos] {
      opacity: 0;
      transform: translateY(30px);
      transition: opacity 0.8s ease, transform 0.8s ease;
    }

    [data-aos].aos-animate {
      opacity: 1;
      transform: translateY(0);
    }

    [data-aos-delay="100"].aos-animate {
      transition-delay: 0.1s;
    }

    [data-aos-delay="200"].aos-animate {
      transition-delay: 0.2s;
    }

    [data-aos-delay="250"].aos-animate {
      transition-delay: 0.25s;
    }

    [data-aos-delay="300"].aos-animate {
      transition-delay: 0.3s;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    [data-aos] {
      opacity: 1 !important;
      transform: none !important;
    }

    .eaf-showcase-item__img--ken-burns {
      animation: none !important;
    }
  }

  /* ========== ACCESSIBILITY ========== */
  .eaf-showcase-item__btn:focus-visible {
    outline: 3px solid var(--showcase-accent, #c9a23a);
    outline-offset: 4px;
  }
/* END_SECTION:eaf-collection-showcase */

/* START_SECTION:eaf-image-banner (INDEX:12) */
/* ========== BASE STRUCTURE ========== */
  .eaf-img-banner {
    position: relative;
    width: 100%;
    height: var(--banner-height, 80vh);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Full-width breakout */
  .eaf-img-banner {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: var(--banner-max-width, none);
  }

  @media (max-width: 749px) {
    .eaf-img-banner {
      height: var(--banner-height-mobile, 70vh);
    }
  }

  /* ========== IMAGE SYSTEM ========== */
  .eaf-img-banner__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  .eaf-img-banner__picture {
    display: block;
    width: 100%;
    height: 100%;
  }

  .eaf-img-banner__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    
    /* Apply filters */
    filter: 
      brightness(var(--brightness, 1))
      contrast(var(--contrast, 1))
      saturate(var(--saturation, 1));
  }

  /* ========== OVERLAY SYSTEM ========== */
  .eaf-img-banner__overlay {
    position: absolute;
    inset: 0;
    background: var(--overlay-color, #000);
    opacity: var(--overlay-opacity, 0.3);
    z-index: 1;
    pointer-events: none;
  }

  .eaf-img-banner__vignette {
    position: absolute;
    inset: 0;
    background: radial-gradient(
      ellipse at center,
      transparent 20%,
      rgba(0,0,0,0.6) 100%
    );
    z-index: 2;
    pointer-events: none;
  }

  /* ========== BREATHING EFFECTS ========== */
  
  /* 1. Scale Breathing */
  @media (prefers-reduced-motion: no-preference) {
    [data-breathe-scale="true"] .eaf-img-banner__img {
      animation: breatheScale var(--breathe-speed, 8s) ease-in-out infinite;
    }
  }

  @keyframes breatheScale {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(calc(1 + var(--breathe-scale-amount, 0.03))); }
  }

  /* 2. Glow Breathing (Brightness Pulse) */
  @media (prefers-reduced-motion: no-preference) {
    [data-breathe-glow="true"] .eaf-img-banner__img {
      animation: breatheGlow var(--breathe-speed, 7s) ease-in-out infinite;
    }
  }

  @keyframes breatheGlow {
    0%, 100% { 
      filter: 
        brightness(var(--brightness, 1))
        contrast(var(--contrast, 1))
        saturate(var(--saturation, 1));
    }
    50% { 
      filter: 
        brightness(calc(var(--brightness, 1) + var(--breathe-glow-amount, 0.08)))
        contrast(var(--contrast, 1))
        saturate(var(--saturation, 1));
    }
  }

  /* 3. Blur Breathing */
  @media (prefers-reduced-motion: no-preference) {
    [data-breathe-blur="true"] .eaf-img-banner__img {
      animation: breatheBlur calc(var(--breathe-speed, 9s) * 1.2) ease-in-out infinite;
    }
  }

  @keyframes breatheBlur {
    0%, 100% { 
      filter: 
        brightness(var(--brightness, 1))
        contrast(var(--contrast, 1))
        saturate(var(--saturation, 1))
        blur(0px);
    }
    50% { 
      filter: 
        brightness(var(--brightness, 1))
        contrast(var(--contrast, 1))
        saturate(var(--saturation, 1))
        blur(3px);
    }
  }

  /* 4. Saturation Breathing */
  @media (prefers-reduced-motion: no-preference) {
    [data-breathe-saturation="true"] .eaf-img-banner__img {
      animation: breatheSaturation calc(var(--breathe-speed, 10s) * 1.1) ease-in-out infinite;
    }
  }

  @keyframes breatheSaturation {
    0%, 100% { 
      filter: 
        brightness(var(--brightness, 1))
        contrast(var(--contrast, 1))
        saturate(var(--saturation, 1));
    }
    50% { 
      filter: 
        brightness(var(--brightness, 1))
        contrast(var(--contrast, 1))
        saturate(calc(var(--saturation, 1) + 0.15));
    }
  }

  /* 5. Float Effect */
  @media (prefers-reduced-motion: no-preference) {
    [data-enable-float="true"] .eaf-img-banner__media {
      animation: float calc(var(--breathe-speed, 8s) * 1.5) ease-in-out infinite;
    }
  }

  @keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
  }

  /* 6. Shimmer Effect */
  @media (prefers-reduced-motion: no-preference) {
    [data-enable-shimmer="true"] .eaf-img-banner__media::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255,255,255,0.3) 50%,
        transparent 100%
      );
      animation: shimmer 5s ease-in-out 2s infinite;
      z-index: 3;
      pointer-events: none;
    }
  }

  @keyframes shimmer {
    0% { left: -100%; }
    20% { left: 100%; }
    100% { left: 100%; }
  }

  /* 7. Ambient Glow */
  @media (prefers-reduced-motion: no-preference) {
    [data-enable-ambient="true"] .eaf-img-banner::after {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(
        ellipse at center,
        rgba(201,162,58,0.15) 0%,
        transparent 60%
      );
      animation: ambientGlow calc(var(--breathe-speed, 6s) * 1.3) ease-in-out infinite;
      z-index: 4;
      pointer-events: none;
      mix-blend-mode: screen;
    }
  }

  @keyframes ambientGlow {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 0.7; }
  }

  /* ========== CONTENT ========== */
  .eaf-img-banner__content {
    position: relative;
    z-index: 10;
    color: var(--text-color, #fff);
    text-align: center;
    padding: 40px 24px;
    max-width: 800px;
  }

  .eaf-img-banner__content--top { align-self: flex-start; margin-top: 80px; }
  .eaf-img-banner__content--center { align-self: center; }
  .eaf-img-banner__content--bottom { align-self: flex-end; margin-bottom: 80px; }

  @media (max-width: 749px) {
    .eaf-img-banner__content {
      align-self: center !important;
      margin: 0 !important;
    }
  }

  .eaf-img-banner__heading {
    font-size: clamp(2.5rem, 6vw, 5rem);
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 1rem;
    text-shadow: 0 4px 20px rgba(0,0,0,0.8);
  }

  .eaf-img-banner__subheading {
    font-size: clamp(1rem, 2vw, 1.5rem);
    line-height: 1.6;
    margin: 0 0 2rem;
    opacity: 0.95;
    text-shadow: 0 2px 12px rgba(0,0,0,0.8);
  }

  .eaf-img-banner__btn {
    display: inline-block;
    padding: 16px 40px;
    background: #c9a23a;
    color: #0b0b0c;
    font-size: 1.125rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  }

  @media (hover: hover) {
    .eaf-img-banner__btn:hover {
      transform: translateY(-3px);
      box-shadow: 0 8px 30px rgba(201,162,58,0.6);
    }
  }

  .eaf-img-banner__btn:focus-visible {
    outline: 3px solid #c9a23a;
    outline-offset: 4px;
  }

  /* ========== RESPONSIVE ========== */
  @media (prefers-reduced-motion: reduce) {
    .eaf-img-banner__img,
    .eaf-img-banner__media,
    .eaf-img-banner::after,
    .eaf-img-banner__btn {
      animation: none !important;
      transition: none !important;
    }
  }

  /* ========== MOBILE VISIBILITY ========== */
  {%- if section.settings.hide_on_mobile == true -%}
    @media (max-width: 749px) {
      .eaf-img-banner {
        display: none !important;
      }
    }
  {%- endif -%}
/* END_SECTION:eaf-image-banner */

/* START_SECTION:eaf-image-grid-editorial (INDEX:13) */
/* ========== BASE ========== */
  .eaf-editorial {
    background: var(--editorial-bg, transparent);
    padding: var(--section-padding-top, 60px) 0 var(--section-padding-bottom, 60px);
    margin-top: var(--section-margin-top, 0);
    margin-bottom: var(--section-margin-bottom, 0);
  }

  .eaf-editorial--full-width-bg {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .eaf-editorial__container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 24px;
  }

  .eaf-editorial__container--narrow { max-width: 1200px; }
  .eaf-editorial__container--standard { max-width: 1400px; }
  .eaf-editorial__container--wide { max-width: 1800px; }
  .eaf-editorial__container--full { 
    max-width: 100%; 
    padding: 0 clamp(24px, 5vw, 80px);
  }

  .eaf-editorial__header {
    text-align: center;
    margin-bottom: 60px;
  }

  .eaf-editorial__heading {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 700;
    margin: 0;
    color: #f3f3f3;
  }

  /* ========== GRID LAYOUT ========== */
  .eaf-editorial__grid {
    display: grid;
    gap: var(--editorial-gap, 16px);
    grid-template-columns: var(--large-width, 60%) var(--small-width, 40%);
    grid-template-rows: 1fr 1fr;
  }

  /* Large left layout (default) */
  .eaf-editorial--large-left .eaf-editorial-card--main {
    grid-column: 1;
    grid-row: 1 / 3;
  }

  .eaf-editorial--large-left .eaf-editorial-card--secondary:nth-of-type(2) {
    grid-column: 2;
    grid-row: 1;
  }

  .eaf-editorial--large-left .eaf-editorial-card--secondary:nth-of-type(3) {
    grid-column: 2;
    grid-row: 2;
  }

  /* Large right layout */
  .eaf-editorial--large-right .eaf-editorial-card--main {
    grid-column: 2;
    grid-row: 1 / 3;
  }

  .eaf-editorial--large-right .eaf-editorial-card--secondary:nth-of-type(2) {
    grid-column: 1;
    grid-row: 1;
  }

  .eaf-editorial--large-right .eaf-editorial-card--secondary:nth-of-type(3) {
    grid-column: 1;
    grid-row: 2;
  }

  /* Large top layout */
  .eaf-editorial--large-top .eaf-editorial__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: var(--large-width, 60%) var(--small-width, 40%);
  }

  .eaf-editorial--large-top .eaf-editorial-card--main {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .eaf-editorial--large-top .eaf-editorial-card--secondary:nth-of-type(2) {
    grid-column: 1;
    grid-row: 2;
  }

  .eaf-editorial--large-top .eaf-editorial-card--secondary:nth-of-type(3) {
    grid-column: 2;
    grid-row: 2;
  }

  /* Mobile responsive */
  @media (max-width: 990px) {
    .eaf-editorial__grid {
      grid-template-columns: 1fr !important;
      grid-template-rows: auto auto auto !important;
    }

    .eaf-editorial-card--main,
    .eaf-editorial-card--secondary {
      grid-column: 1 !important;
      grid-row: auto !important;
    }

    .eaf-editorial {
      padding: var(--section-padding-top, 40px) 0 var(--section-padding-bottom, 40px);
    }
  }

  /* ========== CARD ========== */
  .eaf-editorial-card {
    position: relative;
    overflow: hidden;
    border-radius: var(--card-radius, 16px);
    min-height: 350px;
  }

  .eaf-editorial-card--main {
    min-height: 600px;
  }

  @media (max-width: 990px) {
    .eaf-editorial-card--main {
      min-height: 500px;
    }

    .eaf-editorial-card {
      min-height: 300px;
    }
  }

  /* Custom height override */
  .eaf-editorial-card[style*="--custom-height"] {
    height: var(--custom-height);
    min-height: var(--custom-height);
  }

  .eaf-editorial-card__link {
    display: block;
    position: relative;
    height: 100%;
    text-decoration: none;
    color: var(--block-text-color, #fff);
  }

  /* ========== MEDIA ========== */
  .eaf-editorial-card__media {
    position: absolute;
    inset: 0;
    overflow: hidden;
  }

  .eaf-editorial-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  }

  @media (hover: hover) {
    .eaf-editorial-card:hover .eaf-editorial-card__img {
      transform: scale(1.05);
    }
  }

  .eaf-editorial-card__overlay {
    position: absolute;
    inset: 0;
    background: var(--block-overlay-color, #0b0b0c);
    opacity: var(--overlay-opacity, 0.3);
    transition: opacity 0.4s ease;
    z-index: 1;
  }

  @media (hover: hover) {
    .eaf-editorial-card:hover .eaf-editorial-card__overlay {
      opacity: calc(var(--overlay-opacity, 0.3) - 0.1);
    }
  }

  .eaf-editorial-card__vignette {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, transparent 20%, rgba(0,0,0,0.6) 100%);
    z-index: 1;
    pointer-events: none;
  }

  /* ========== CONTENT ========== */
  .eaf-editorial-card__content {
    position: absolute;
    z-index: 2;
    padding: clamp(24px, 5vw, 48px);
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  /* 9-position grid */
  .eaf-editorial-card__content--top-left {
    top: 0;
    left: 0;
    align-items: flex-start;
    text-align: left;
  }

  .eaf-editorial-card__content--top-center {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    align-items: center;
    text-align: center;
  }

  .eaf-editorial-card__content--top-right {
    top: 0;
    right: 0;
    align-items: flex-end;
    text-align: right;
  }

  .eaf-editorial-card__content--center-left {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    align-items: flex-start;
    text-align: left;
  }

  .eaf-editorial-card__content--center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
    text-align: center;
  }

  .eaf-editorial-card__content--center-right {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    align-items: flex-end;
    text-align: right;
  }

  .eaf-editorial-card__content--bottom-left {
    bottom: 0;
    left: 0;
    align-items: flex-start;
    text-align: left;
  }

  .eaf-editorial-card__content--bottom-center {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    align-items: center;
    text-align: center;
  }

  .eaf-editorial-card__content--bottom-right {
    bottom: 0;
    right: 0;
    align-items: flex-end;
    text-align: right;
  }

  .eaf-editorial-card__heading {
    font-size: clamp(1.5rem, 3vw, 3rem);
    font-weight: 700;
    line-height: 1.1;
    margin: 0;
    text-shadow: 0 var(--text-shadow-strength, 4px) calc(var(--text-shadow-strength, 4px) * 5) rgba(0,0,0,0.8);
  }

  .eaf-editorial-card--secondary .eaf-editorial-card__heading {
    font-size: clamp(1.25rem, 2.5vw, 2rem);
  }

  .eaf-editorial-card__subheading {
    font-size: clamp(0.9375rem, 1.5vw, 1.25rem);
    line-height: 1.5;
    margin: 0;
    opacity: 0.95;
    text-shadow: 0 calc(var(--text-shadow-strength, 4px) / 2) calc(var(--text-shadow-strength, 4px) * 3) rgba(0,0,0,0.8);
  }

  .eaf-editorial-card__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    background: rgba(201, 162, 58, 0.95);
    color: #0b0b0c;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1rem;
    margin-top: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
  }

  @media (hover: hover) {
    .eaf-editorial-card:hover .eaf-editorial-card__btn {
      background: rgba(201, 162, 58, 1);
      gap: 12px;
      box-shadow: 0 6px 30px rgba(201, 162, 58, 0.4);
    }
  }

  .eaf-editorial-card__btn svg {
    transition: transform 0.3s ease;
  }

  @media (hover: hover) {
    .eaf-editorial-card:hover .eaf-editorial-card__btn svg {
      transform: translateX(4px);
    }
  }

  /* ========== ACCESSIBILITY ========== */
  .eaf-editorial-card__link:focus-visible {
    outline: 3px solid #c9a23a;
    outline-offset: 4px;
    border-radius: var(--card-radius, 16px);
  }

  @media (prefers-reduced-motion: reduce) {
    .eaf-editorial-card__img,
    .eaf-editorial-card__overlay,
    .eaf-editorial-card__btn,
    .eaf-editorial-card__btn svg {
      transition: none !important;
    }
  }
/* END_SECTION:eaf-image-grid-editorial */

/* START_SECTION:ef-blog-post (INDEX:20) */
.efea,
.efea * {
  box-sizing: border-box;
}

.efea {
  background: var(--efea-bg);
  color: var(--efea-text);
  font-family: var(--efea-body-font);
  padding: var(--efea-top) 20px var(--efea-bottom);
}

.efea__wrap {
  max-width: var(--efea-max);
  margin: 0 auto;
}

.efea__article {
  width: 100%;
}

.efea__hero {
  display: grid;
  gap: clamp(28px, 4vw, 70px);
  align-items: center;
  margin-bottom: clamp(34px, 5vw, 76px);
}

.efea__hero--split {
  grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
}

.efea__hero--stacked {
  grid-template-columns: 1fr;
  text-align: center;
}

.efea__hero--stacked .efea__hero-content {
  max-width: 880px;
  margin: 0 auto;
}

.efea__hero--stacked .efea__hero-media {
  width: min(100%, var(--efea-uploaded-image-width), var(--efea-hero-image-max));
  max-width: min(100%, var(--efea-uploaded-image-width), var(--efea-hero-image-max));
  margin: 0 auto;
}

.efea__hero-content {
  min-width: 0;
}

.efea__kicker,
.efea__intro-label,
.efea__cta-eyebrow,
.efea__side-title,
.efea__meta,
.efea__tag,
.efea__nav-card span {
  font-family: var(--efea-accent-font);
  letter-spacing: .14em;
  text-transform: uppercase;
}

.efea__kicker {
  color: var(--efea-accent);
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 18px;
}

.efea__title {
  font-family: var(--efea-heading-font);
  font-size: clamp(38px, 5vw, 76px);
  line-height: .98;
  font-weight: 400;
  letter-spacing: -.035em;
  color: var(--efea-text);
  margin: 0;
  text-wrap: balance;
}

.efea__excerpt {
  max-width: 680px;
  margin-top: 24px;
  color: var(--efea-muted);
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.65;
}

.efea__hero--stacked .efea__excerpt {
  margin-left: auto;
  margin-right: auto;
}

.efea__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
  margin-top: 26px;
  color: var(--efea-muted);
  font-size: 11px;
  line-height: 1.4;
}

.efea__hero--stacked .efea__meta,
.efea__hero--stacked .efea__tags {
  justify-content: center;
}

.efea__meta span:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-left: 16px;
  vertical-align: middle;
  border-radius: 50%;
  background: var(--efea-accent);
  opacity: .7;
}

.efea__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.efea__tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 8px 11px;
  border: 1px solid var(--efea-line);
  border-radius: 999px;
  color: var(--efea-muted);
  text-decoration: none;
  font-size: 10px;
  line-height: 1;
  transition: border-color .2s ease, color .2s ease, transform .2s ease;
}

.efea__tag:hover {
  border-color: var(--efea-accent);
  color: var(--efea-text);
  transform: translateY(-1px);
}

.efea__hero-media {
  width: min(100%, var(--efea-uploaded-image-width), var(--efea-hero-image-max));
  max-width: min(100%, var(--efea-uploaded-image-width), var(--efea-hero-image-max));
  overflow: hidden;
  border-radius: var(--efea-radius);
  background: var(--efea-panel);
  box-shadow: 0 22px 70px rgba(0,0,0,.08);
}

.efea__hero-image {
  display: block;
  width: 100%;
  height: auto;
  max-height: var(--efea-hero-image-max-height);
  object-fit: contain;
}

.efea__intro-panel {
  max-width: var(--efea-content);
  margin: 0 auto clamp(38px, 5vw, 72px);
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid var(--efea-line);
  border-radius: var(--efea-radius);
  background: var(--efea-panel);
  display: grid;
  grid-template-columns: minmax(110px, .28fr) 1fr;
  gap: 20px;
}

.efea__intro-label {
  color: var(--efea-accent);
  font-size: 11px;
  line-height: 1.4;
}

.efea__intro-text {
  color: var(--efea-muted);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.75;
}

.efea__body-layout {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, var(--efea-content));
  justify-content: center;
  gap: clamp(30px, 5vw, 78px);
  align-items: start;
}

.efea__body-layout--single {
  grid-template-columns: minmax(0, var(--efea-content));
}

.efea__sidebar {
  position: sticky;
  top: calc(var(--efhu-total-offset, 0px) + 28px);
  display: grid;
  gap: 16px;
}

.efea__side-card {
  padding: 20px;
  border: 1px solid var(--efea-line);
  border-radius: calc(var(--efea-radius) * .75);
  background: var(--efea-panel);
}

.efea__side-title {
  color: var(--efea-text);
  font-size: 11px;
  line-height: 1.35;
  margin-bottom: 14px;
}

.efea__side-text {
  color: var(--efea-muted);
  font-size: 14px;
  line-height: 1.65;
}

.efea__toc {
  display: grid;
  gap: 9px;
}

.efea__toc a {
  display: block;
  color: var(--efea-muted);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.35;
  transition: color .2s ease, transform .2s ease;
}

.efea__toc a:hover,
.efea__toc a.is-active {
  color: var(--efea-text);
  transform: translateX(2px);
}

.efea__toc-card.is-empty {
  display: none;
}

.efea__share-card .efea__side-title {
  text-align: center;
}

.efea__share-links {
  align-items: center;
  justify-content: center;
  width: 100%;
}

.efea__share-links--desktop {
  display: grid !important;
  gap: 7px;
  justify-items: center;
}

.efea__share-links--mobile {
  display: none !important;
}





.efea__share-row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.efea__share-links a {
  display: inline-flex;
  align-items: center;
  color: var(--efea-muted);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  font-size: 14px;
  line-height: 1.4;
}

.efea__share-separator {
  display: inline-flex;
  align-items: center;
  margin: 0 10px;
  color: var(--efea-line);
  font-size: 14px;
  line-height: 1.4;
  pointer-events: none;
}

.efea__share-links a:hover {
  color: var(--efea-text);
  border-color: var(--efea-accent);
}

.efea__content-wrap {
  min-width: 0;
}

.efea__content {
  max-width: var(--efea-content);
  margin: 0 auto;
  color: var(--efea-text);
  font-size: clamp(17px, 1.12vw, 19px);
  line-height: 1.85;
}

.efea__content > *:first-child {
  margin-top: 0 !important;
}

.efea__content p,
.efea__content ul,
.efea__content ol,
.efea__content blockquote,
.efea__content table {
  margin-top: 0;
  margin-bottom: 1.45em;
}

.efea__content h2,
.efea__content h3,
.efea__content h4 {
  font-family: var(--efea-heading-font);
  color: var(--efea-text);
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: 1.12;
  scroll-margin-top: calc(var(--efhu-total-offset, 0px) + 34px);
}

.efea__content h2 {
  font-size: clamp(30px, 3vw, 48px);
  margin: 1.65em 0 .55em;
}

.efea__content h3 {
  font-size: clamp(23px, 2vw, 32px);
  margin: 1.45em 0 .55em;
}

.efea__content h4 {
  font-size: 20px;
  margin: 1.25em 0 .5em;
}

.efea__content a {
  color: var(--efea-text);
  text-decoration-line: underline !important;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  text-decoration-color: var(--efea-accent);
  transition: color .2s ease, text-decoration-color .2s ease;
}

.efea__content a:hover {
  color: var(--efea-accent);
  text-decoration-color: var(--efea-accent);
}

.efea__content img,
.efea__content video,
.efea__content iframe {
  max-width: 100%;
}

.efea__content img {
  display: block;
  width: auto;
  max-width: min(100%, var(--efea-content-image-max));
  height: auto;
  max-height: var(--efea-content-image-max-height);
  object-fit: contain;
  border-radius: var(--efea-radius);
  margin: 2em auto;
}

.efea__content figure {
  max-width: min(100%, var(--efea-content-image-max));
  margin: 2em auto;
}

.efea__content figure img {
  margin: 0 auto;
}

.efea__content blockquote {
  padding: clamp(22px, 3vw, 34px);
  border-left: 0;
  border-radius: var(--efea-radius);
  background: var(--efea-panel);
  color: var(--efea-text);
  font-family: var(--efea-heading-font);
  font-size: clamp(24px, 2.6vw, 42px);
  line-height: 1.2;
  letter-spacing: -.025em;
}

.efea__content blockquote p:last-child {
  margin-bottom: 0;
}

.efea__content ul,
.efea__content ol {
  padding-left: 1.25em;
}

.efea__content li + li {
  margin-top: .35em;
}

.efea__cta-panel {
  max-width: var(--efea-content);
  margin: clamp(42px, 6vw, 84px) auto;
  padding: clamp(26px, 4vw, 46px);
  border-radius: var(--efea-radius);
  background: var(--efea-text);
  color: var(--efea-accent-text);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.efea__cta-eyebrow {
  color: rgba(255,255,255,.68);
  font-size: 11px;
  line-height: 1.3;
  margin-bottom: 12px;
}

.efea__cta-title {
  font-family: var(--efea-heading-font);
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 400;
  letter-spacing: -.03em;
  line-height: 1.05;
  margin: 0;
  color: inherit;
}

.efea__cta-text {
  color: rgba(255,255,255,.76);
  font-size: 15px;
  line-height: 1.65;
  margin: 14px 0 0;
  max-width: 620px;
}

.efea__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 20px;
  border-radius: 999px;
  background: var(--efea-accent);
  color: var(--efea-text);
  text-decoration: none;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: transform .2s ease, opacity .2s ease;
}

.efea__button:hover {
  transform: translateY(-1px);
  opacity: .9;
}

.efea__products {
  max-width: var(--efea-content);
  margin: clamp(42px, 6vw, 84px) auto;
}

.efea__section-head {
  margin-bottom: 20px;
}

.efea__section-head h2 {
  font-family: var(--efea-heading-font);
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.03em;
  margin: 0;
}

.efea__product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.efea__product-grid--count-1 {
  grid-template-columns: minmax(0, 260px);
}

.efea__product-grid--count-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.efea__product-grid--count-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.efea__product-card {
  color: inherit;
  text-decoration: none;
  display: grid;
  gap: 12px;
}

.efea__product-media {
  overflow: hidden;
  border-radius: calc(var(--efea-radius) * .75);
  background: var(--efea-panel);
}

.efea__product-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.08;
  object-fit: cover;
  transition: transform .45s ease;
}

.efea__product-card:hover .efea__product-image {
  transform: scale(1.04);
}

.efea__product-info {
  display: grid;
  gap: 4px;
}

.efea__product-title {
  font-size: 14px;
  line-height: 1.35;
}

.efea__product-price {
  color: var(--efea-muted);
  font-size: 13px;
  line-height: 1.3;
}

.efea__empty-products {
  padding: 18px;
  border: 1px dashed var(--efea-line);
  border-radius: var(--efea-radius);
  color: var(--efea-muted);
  display: grid;
  gap: 5px;
  font-size: 14px;
  line-height: 1.5;
}

.efea__empty-products strong {
  color: var(--efea-text);
}

.efea__article-nav {
  max-width: var(--efea-content);
  margin: clamp(38px, 5vw, 68px) auto 0;
  padding-top: 22px;
  border-top: 1px solid var(--efea-line);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: center;
}

.efea__nav-card {
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  text-decoration: none;
  color: inherit;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: color .2s ease, opacity .2s ease;
}

.efea__nav-card:hover {
  border-color: transparent;
  transform: none;
  color: var(--efea-accent);
}

.efea__nav-card span {
  color: var(--efea-muted);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.efea__nav-card strong {
  font-family: var(--efea-heading-font);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.35;
}

.efea__nav-card--prev {
  text-align: left;
}

.efea__nav-card--all {
  text-align: center;
  padding: 0 18px;
  border-left: 1px solid var(--efea-line);
  border-right: 1px solid var(--efea-line);
}

.efea__nav-card--next {
  text-align: right;
  align-items: flex-end;
}

.efea__nav-card--empty {
  visibility: hidden;
  pointer-events: none;
}

@media screen and (max-width: 1100px) {
  .efea__hero--split {
    grid-template-columns: 1fr;
  }

  .efea__hero-content {
    max-width: 850px;
  }

  .efea__body-layout {
    grid-template-columns: 1fr;
  }

  .efea__sidebar {
    position: static;
    max-width: var(--efea-content);
    width: 100%;
    margin: 0 auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width: 780px) {
  .efea {
    padding-left: 16px;
    padding-right: 16px;
  }

  .efea__title {
    font-size: clamp(34px, 11vw, 50px);
  }

  .efea__meta {
    gap: 8px 12px;
  }

  .efea__meta span:not(:last-child)::after {
    margin-left: 12px;
  }

  .efea__intro-panel {
    grid-template-columns: 1fr;
  }

  .efea__sidebar {
    grid-template-columns: 1fr;
  }

  .efea__content {
    font-size: 16px;
    line-height: 1.78;
  }

  .efea__content h2 {
    font-size: 31px;
  }

  .efea__cta-panel {
    grid-template-columns: 1fr;
  }

  .efea__button {
    width: 100%;
  }

  .efea__product-grid,
  .efea__product-grid--count-1,
  .efea__product-grid--count-2,
  .efea__product-grid--count-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .efea__article-nav {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .efea__nav-card,
  .efea__nav-card--next,
  .efea__nav-card--all {
    text-align: left;
    align-items: flex-start;
  }

  .efea__nav-card--all {
    padding: 16px 0;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid var(--efea-line);
    border-bottom: 1px solid var(--efea-line);
  }

  .efea__nav-card--empty {
    display: none;
  }
}


/* Mobile-only sidebar refinements */
@media screen and (max-width: 780px) {
  .efea__body-layout {
    display: grid;
    grid-template-columns: 1fr;
  }

  .efea__sidebar {
    display: contents;
  }

  .efea__content-wrap {
    order: 2;
  }

  .efea__note-card {
    order: 1;
    width: 100%;
    max-width: var(--efea-content);
    margin: 0 auto clamp(28px, 7vw, 42px);
    text-align: center;
    padding: 22px 20px;
  }

  .efea__note-card .efea__side-title {
    text-align: center;
    margin-bottom: 14px;
  }

  .efea__note-card .efea__side-text {
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.7;
  }

  .efea__share-card {
    order: 3;
    width: 100%;
    max-width: var(--efea-content);
    margin: clamp(34px, 8vw, 50px) auto 0;
    text-align: center;
    padding: 22px 20px;
  }

  .efea__share-card .efea__side-title {
    text-align: center;
    margin-bottom: 14px;
  }

  .efea__share-links--desktop {
    display: none !important;
  }

  .efea__share-links--mobile {
    display: flex !important;
    justify-content: center;
    flex-wrap: nowrap;
    white-space: nowrap;
  }

  .efea__share-links--mobile a,
  .efea__share-links--mobile .efea__share-separator {
    font-size: 13px;
  }

  .efea__share-links--mobile .efea__share-separator {
    margin: 0 7px;
  }


  

  

  .efea__share-links--mobile a,
  .efea__share-links--mobile .efea__share-separator {
    font-size: 13px;
  }

  .efea__share-links--mobile .efea__share-separator {
    margin: 0 7px;
  }

  .efea__toc-card {
    order: 0;
    width: 100%;
    max-width: var(--efea-content);
    margin: 0 auto 18px;
  }
}

@media screen and (max-width: 480px) {
  .efea__product-grid,
  .efea__product-grid--count-1,
  .efea__product-grid--count-2,
  .efea__product-grid--count-3 {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .efea__product-title {
    font-size: 13px;
  }

  .efea__hero-image {
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: contain;
  }
}
/* END_SECTION:ef-blog-post */

/* START_SECTION:ef-cart-page (INDEX:21) */
.ef-cart {
    --ef-cart-max-width: 1440px;
    --ef-cart-shell-width: 1120px;
    --ef-cart-main-width: 600px;
    --ef-cart-side-width: 360px;
    --ef-cart-gold: #b89352;
    --ef-cart-ink: rgb(var(--color-foreground-rgb));
    --ef-cart-muted: rgba(var(--color-foreground-rgb), 0.68);
    --ef-cart-soft: rgba(var(--color-foreground-rgb), 0.035);
    --ef-cart-border: rgba(var(--color-foreground-rgb), 0.13);
    --ef-cart-border-soft: rgba(var(--color-foreground-rgb), 0.075);
    --ef-cart-panel-bg: rgba(var(--color-background-rgb), 0.98);
    --ef-cart-cream: rgba(184, 147, 82, 0.055);
    --ef-cart-radius: 22px;
    display: block;
  }

  .ef-cart .section--page-width {
    max-width: var(--ef-cart-max-width);
    margin-inline: auto;
  }

  .ef-cart__wrap {
    padding-top: clamp(22px, 2.5vw, 42px);
    padding-bottom: clamp(34px, 4.2vw, 62px);
  }

  .ef-cart__wrap--empty {
    min-height: 58vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ef-cart__shell {
    width: min(100%, var(--ef-cart-shell-width));
    margin-inline: auto;
  }

  .ef-cart__header {
    max-width: 720px;
    margin: 0 0 clamp(18px, 2vw, 26px);
  }

  .ef-cart__kicker {
    margin: 0 0 10px;
    color: var(--ef-cart-gold);
    font-size: 0.72rem;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
  }

  .ef-cart__heading-row {
    display: flex;
    align-items: end;
    gap: 16px;
    flex-wrap: wrap;
  }

  .ef-cart__title {
    position: relative;
    display: inline-block;
    margin: 0;
    padding-bottom: 12px;
    color: var(--ef-cart-ink);
    font-family: var(--font-heading-family);
    font-weight: 400;
    line-height: 0.98;
    font-size: clamp(2.35rem, 3.8vw, 4rem);
    text-transform: none;
  }

  .ef-cart__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--ef-cart-gold);
    opacity: 0.72;
  }

  .ef-cart__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 12px;
    margin-bottom: 12px;
    border: 1px solid var(--ef-cart-border);
    border-radius: 999px;
    background: rgba(var(--color-background-rgb), 0.78);
    color: var(--ef-cart-muted);
    font-size: 0.82rem;
    line-height: 1;
    white-space: nowrap;
  }

  .ef-cart__subtext,
  .ef-cart__empty-text {
    margin-top: 14px;
    color: var(--ef-cart-muted);
    max-width: 680px;
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .ef-cart__subtext p,
  .ef-cart__empty-text p {
    margin: 0;
  }

  .ef-cart__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(38px, 4.2vw, 62px);
    align-items: start;
  }

  .ef-cart__main,
  .ef-cart__side {
    min-width: 0;
  }

  .ef-cart__sticky {
    position: sticky;
    top: calc(var(--header-height, 0px) + 24px);
  }

  .ef-cart__panel {
    min-width: 0;
  }

  .ef-cart__panel--items {
    padding: 0;
    background: transparent;
    border: 0;
  }

  .ef-cart__panel--summary {
    padding: 19px;
    border: 1px solid var(--ef-cart-border-soft);
    border-radius: var(--ef-cart-radius);
    background:
      radial-gradient(circle at top center, rgba(184, 147, 82, 0.04), transparent 24rem),
      var(--ef-cart-panel-bg);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.045);
  }

  .ef-cart__summary-head {
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--ef-cart-border-soft);
  }

  .ef-cart__summary-head h2 {
    position: relative;
    display: inline-block;
    margin: 0;
    padding-bottom: 8px;
    color: var(--ef-cart-ink);
    font-family: var(--font-heading-family);
    font-size: 1.35rem;
    line-height: 1.12;
    font-weight: 400;
  }

  .ef-cart__summary-head h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--ef-cart-gold);
    opacity: 0.72;
  }


  .ef-cart__rewards {
    margin-bottom: 16px;
    padding: 15px;
    border: 1px solid rgba(184, 147, 82, 0.24);
    border-radius: 18px;
    background: var(--ef-cart-cream);
  }

  .ef-cart__rewards-head {
    color: var(--ef-cart-gold);
    font-size: 0.68rem;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 11px;
  }

  .ef-cart__rewards-lines {
    display: grid;
    gap: 8px;
  }

  .ef-cart__reward-line {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 8px;
    align-items: start;
    color: var(--ef-cart-muted);
    font-size: 0.84rem;
    line-height: 1.42;
  }

  .ef-cart__reward-line strong {
    color: var(--ef-cart-gold);
    font-weight: 500;
  }

  .ef-cart__reward-line.is-unlocked {
    color: var(--ef-cart-ink);
  }

  .ef-cart__reward-icon {
    position: relative;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    border-radius: 999px;
    border: 1px solid rgba(184, 147, 82, 0.35);
    background: rgba(184, 147, 82, 0.065);
  }

  .ef-cart__reward-line.is-unlocked .ef-cart__reward-icon {
    background: var(--ef-cart-gold);
    border-color: var(--ef-cart-gold);
  }

  .ef-cart__reward-line.is-unlocked .ef-cart__reward-icon::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 3px;
    width: 4px;
    height: 7px;
    border-right: 1.4px solid #fff;
    border-bottom: 1.4px solid #fff;
    transform: rotate(42deg);
  }



  .ef-cart__reward-choose {
    justify-self: start;
    min-height: 34px;
    margin-top: 2px;
    padding: 0 13px;
    border: 1px solid var(--ef-cart-ink);
    background: var(--ef-cart-ink);
    color: #fff;
    font-size: 0.66rem;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
  }

  .ef-cart__reward-choose:hover,
  .ef-cart__reward-choose:focus-visible {
    background: var(--ef-cart-gold);
    border-color: var(--ef-cart-gold);
    transform: translateY(-1px);
  }

  .ef-cart__rewards-track {
    position: relative;
    height: 4px;
    margin-top: 13px;
    background: rgba(var(--color-foreground-rgb), 0.12);
    overflow: visible;
  }

  .ef-cart__rewards-bar {
    display: block;
    width: var(--ef-cart-progress, 0%);
    height: 100%;
    background: var(--ef-cart-gold);
    transition: width 0.24s ease;
  }

  .ef-cart__rewards-marker {
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px;
    border: 1px solid var(--ef-cart-gold);
    border-radius: 999px;
    background: rgb(var(--color-background-rgb));
    transform: translate(-50%, -50%);
  }

  .ef-cart__rewards-marker--gift {
    left: var(--ef-cart-gift-marker, 50%);
  }

  .ef-cart__rewards-marker--shipping {
    left: 100%;
  }

  .ef-cart__rewards-scale {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 9px;
    color: rgba(var(--color-foreground-rgb), 0.54);
    font-size: 0.66rem;
    line-height: 1;
    text-transform: uppercase;
  }

  .ef-cart__rewards-note {
    margin: 11px 0 0;
    color: var(--ef-cart-muted);
    font-size: 0.78rem;
    line-height: 1.45;
  }

  .ef-cart__shipbox {
    margin-bottom: 16px;
    padding: 13px 15px;
    border: 1px solid rgba(184, 147, 82, 0.26);
    border-radius: 18px;
    background: var(--ef-cart-cream);
  }

  .ef-cart__shipbox-title {
    margin: 0;
    color: var(--ef-cart-ink);
    font-size: 0.95rem;
    line-height: 1.45;
  }

  .ef-cart__shipbox-title strong {
    color: var(--ef-cart-gold);
    font-weight: 500;
  }

  .ef-cart__shipbox-note {
    margin: 6px 0 0;
    color: var(--ef-cart-muted);
    font-size: 0.82rem;
    line-height: 1.45;
  }

  .ef-cart__trust {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid var(--ef-cart-border-soft);
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .ef-cart__trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--ef-cart-muted);
    font-size: 0.78rem;
    line-height: 1.35;
  }

  .ef-cart__trust-icon {
    position: relative;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    border-radius: 999px;
    border: 1px solid rgba(184, 147, 82, 0.36);
    background: rgba(184, 147, 82, 0.065);
  }

  .ef-cart__trust-icon::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 3px;
    width: 4px;
    height: 7px;
    border-right: 1.4px solid var(--ef-cart-gold);
    border-bottom: 1.4px solid var(--ef-cart-gold);
    transform: rotate(42deg);
  }


  .ef-cart__panel--summary .cart__checkout-button,
  .ef-cart__panel--summary button[type='submit'] {
    min-height: 50px !important;
  }

  .ef-cart__panel--summary .shopify-payment-button,
  .ef-cart__panel--summary shopify-accelerated-checkout-cart,
  .ef-cart__panel--summary .dynamic-checkout,
  .ef-cart__panel--summary .additional-checkout-buttons {
    margin-top: 10px !important;
  }

  .ef-cart__panel--summary .ef-cart__trust + .ef-cart__help {
    margin-top: 14px;
  }

  .ef-cart__help {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--ef-cart-border-soft);
    color: var(--ef-cart-muted);
    font-size: 0.86rem;
    line-height: 1.55;
  }

  .ef-cart__empty {
    max-width: 760px;
    margin-inline: auto;
    padding: clamp(42px, 6vw, 78px) 24px;
    text-align: center;
  }

  .ef-cart__empty .ef-cart__title::after {
    left: 50%;
    width: min(100%, 420px);
    transform: translateX(-50%);
  }

  .ef-cart__empty-text {
    margin-inline: auto;
  }

  .ef-cart__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 0;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.76rem;
    transition: opacity 0.22s ease, transform 0.22s ease, background 0.22s ease;
  }

  .ef-cart__button:hover {
    opacity: 0.92;
    transform: translateY(-1px);
  }

  .ef-cart__button--primary {
    margin-top: 22px;
    background: #1f1b18;
    color: #fff;
  }


  /* Cart item polish */
  .ef-cart__panel--items img {
    border-radius: 0;
  }

  .ef-cart__panel--items a {
    text-decoration: none;
  }

  .ef-cart__panel--items .quantity-selector,
  .ef-cart__panel--items quantity-selector,
  .ef-cart__panel--items .cart-item__quantity-wrapper {
    margin-top: 8px;
  }

  /* Native cart content clean-up */
  .ef-cart .cart__summary-container,
  .ef-cart .cart__summary-inner,
  .ef-cart .cart__container--extend {
    width: 100% !important;
    height: auto !important;
    position: static !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .ef-cart .cart__summary-inner > *:first-child {
    margin-top: 0 !important;
  }

  .ef-cart .cart__summary-inner > *:last-child {
    margin-bottom: 0 !important;
  }

  .ef-cart .cart-items__wrapper,
  .ef-cart .cart-items-component__items,
  .ef-cart .cart-items {
    margin: 0;
  }

  .ef-cart .cart-item,
  .ef-cart .cart-items__item,
  .ef-cart .cart-items-component__item {
    border-color: var(--ef-cart-border-soft) !important;
  }

  .ef-cart input,
  .ef-cart textarea,
  .ef-cart select {
    border: 1px solid var(--ef-cart-border-soft);
  }

  .ef-cart button,
  .ef-cart .button,
  .ef-cart .shopify-payment-button__button {
    min-height: 48px;
  }

  .ef-cart__panel--summary .cart__summary-container,
  .ef-cart__panel--summary .cart__summary-inner,
  .ef-cart__panel--summary .cart__container--extend {
    display: flex;
    flex-direction: column;
  }

  .ef-cart__panel--summary .cart__summary-container > * + *,
  .ef-cart__panel--summary .cart__summary-inner > * + *,
  .ef-cart__panel--summary .cart__container--extend > * + * {
    margin-top: 12px !important;
  }

  .ef-cart__panel--summary .tax-note,
  .ef-cart__panel--summary .cart__tax,
  .ef-cart__panel--summary .cart__note,
  .ef-cart__panel--summary .totals__tax,
  .ef-cart__panel--summary .totals__tax-note,
  .ef-cart__panel--summary small,
  .ef-cart__panel--summary .caption-large,
  .ef-cart__panel--summary .taxes,
  .ef-cart__panel--summary .shipping-note {
    display: block;
    margin-top: 8px !important;
    margin-bottom: 18px !important;
    color: var(--ef-cart-muted) !important;
    font-size: 0.8rem !important;
    line-height: 1.45 !important;
  }

  .ef-cart__panel--summary form,
  .ef-cart__panel--summary .cart__ctas,
  .ef-cart__panel--summary .cart__checkout-buttons,
  .ef-cart__panel--summary .additional-checkout-buttons,
  .ef-cart__panel--summary .dynamic-checkout,
  .ef-cart__panel--summary .dynamic-checkout__content,
  .ef-cart__panel--summary .shopify-payment-button,
  .ef-cart__panel--summary .shopify-cleanslate {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .ef-cart__panel--summary button[type='submit'],
  .ef-cart__panel--summary .shopify-payment-button__button,
  .ef-cart__panel--summary .shopify-payment-button button,
  .ef-cart__panel--summary .shopify-cleanslate button,
  .ef-cart__panel--summary .shopify-cleanslate [role='button'] {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .ef-cart .shopify-cleanslate button,
  .ef-cart .shopify-cleanslate [role='button'],
  .ef-cart .shopify-payment-button__button,
  .ef-cart .shopify-payment-button button {
    border-radius: 0 !important;
  }

  .ef-cart__panel--summary .discount-form,
  .ef-cart__panel--summary .cart-discount,
  .ef-cart__panel--summary .totals-discount,
  .ef-cart__panel--summary .discounts,
  .ef-cart__panel--summary form[action*="discount"],
  .ef-cart__panel--summary .cart__discount-form {
    width: 100%;
  }

  .ef-cart__panel--summary .discount-form form,
  .ef-cart__panel--summary .cart__discount-form form,
  .ef-cart__panel--summary .cart-discount form {
    display: flex;
    align-items: stretch;
    gap: 12px;
    width: 100%;
    flex-wrap: nowrap;
  }

  .ef-cart__panel--summary .discount-form input,
  .ef-cart__panel--summary .cart__discount-form input,
  .ef-cart__panel--summary .cart-discount input,
  .ef-cart__panel--summary input[name="discount"],
  .ef-cart__panel--summary input[type="text"] {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
  }

  .ef-cart__panel--summary .discount-form button,
  .ef-cart__panel--summary .cart__discount-form button,
  .ef-cart__panel--summary .cart-discount button,
  .ef-cart__panel--summary button[name="apply_discount"] {
    flex: 0 0 auto;
    width: auto;
    min-width: 110px;
    white-space: nowrap;
    padding-left: 20px;
    padding-right: 20px;
  }


  /* Inline recommendations sit under the cart items on desktop instead of waiting
     for the checkout panel height. This removes the large empty gap. */
  .ef-cart-featured--inline {
    margin-top: clamp(26px, 3vw, 42px);
    padding: 0;
  }

  .ef-cart-featured--inline .ef-cart-featured__inner {
    width: 100%;
    margin: 0;
    padding-top: clamp(22px, 2.5vw, 34px);
    border-top: 1px solid var(--ef-cart-border-soft);
  }

  /* Featured products */
  .ef-cart-featured {
    padding: 0;
  }

  .ef-cart-featured__inner {
    width: 100%;
    margin-inline: auto;
    border-top: 1px solid var(--ef-cart-border-soft);
    padding-top: clamp(24px, 3vw, 38px);
  }

  .ef-cart-featured__header {
    margin-bottom: 18px;
  }

  .ef-cart-featured__heading-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
  }

  .ef-cart-featured__heading-copy {
    max-width: 760px;
  }

  .ef-cart-featured__title {
    position: relative;
    display: inline-block;
    margin: 0;
    padding-bottom: 9px;
    color: var(--ef-cart-ink);
    font-family: var(--font-heading-family);
    font-weight: 400;
    font-size: clamp(1.5rem, 2.15vw, 2.2rem);
    line-height: 1.05;
  }

  .ef-cart-featured__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--ef-cart-gold);
    opacity: 0.7;
  }

  .ef-cart-featured__text {
    margin-top: 10px;
    color: var(--ef-cart-muted);
    max-width: 660px;
    font-size: 0.94rem;
    line-height: 1.55;
  }

  .ef-cart-featured__text p {
    margin: 0;
  }

  .ef-cart-featured__view-all {
    color: var(--ef-cart-ink);
    text-decoration: none;
    border-bottom: 1px solid var(--ef-cart-gold);
    padding-bottom: 4px;
    line-height: 1;
    white-space: nowrap;
    transition: color 0.22s ease;
  }

  .ef-cart-featured__view-all:hover {
    color: var(--ef-cart-gold);
  }

  .ef-cart-featured__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .ef-cart-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--ef-cart-border-soft);
    border-radius: 0;
    background: rgba(var(--color-background-rgb), 0.98);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
  }

  .ef-cart-card:hover {
    transform: translateY(-3px);
    border-color: rgba(184, 147, 82, 0.42);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.06);
  }

  .ef-cart-card__media {
    display: block;
    aspect-ratio: 1 / 0.72;
    overflow: hidden;
    background: var(--ef-cart-soft);
  }

  .ef-cart-card__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.42s ease;
  }

  .ef-cart-card:hover .ef-cart-card__image {
    transform: scale(1.035);
  }

  .ef-cart-card__content {
    padding: 12px 14px 14px;
    text-align: center;
  }

  .ef-cart-card__title {
    margin: 0 0 5px;
    color: var(--ef-cart-ink);
    font-family: var(--font-heading-family);
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.22;
  }

  .ef-cart-card__title a {
    color: inherit;
    text-decoration: none;
  }

  .ef-cart-card__price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
  }

  .ef-cart-card__price-current {
    color: var(--ef-cart-muted);
    font-size: 0.86rem;
    line-height: 1.2;
  }

  .ef-cart-card__price-compare {
    color: rgba(var(--color-foreground-rgb), 0.42);
    font-size: 0.78rem;
    line-height: 1.2;
    text-decoration: line-through;
  }

  /* Desktop tightening — keeps the lower recommendations from feeling detached */
  @media screen and (min-width: 990px) {
    .ef-cart__panel--summary .dynamic-checkout__content,
    .ef-cart__panel--summary .shopify-cleanslate {
      display: grid !important;
      gap: 10px !important;
    }

    .ef-cart__panel--summary .shopify-cleanslate ul {
      display: grid !important;
      gap: 10px !important;
    }
  }

  @media screen and (min-width: 990px) {
    .ef-cart__grid {
      grid-template-columns: minmax(0, var(--ef-cart-main-width)) minmax(320px, var(--ef-cart-side-width));
      grid-template-areas:
        "items summary"
        "featured summary";
      justify-content: center;
    }

    .ef-cart__main {
      grid-area: items;
      width: var(--ef-cart-main-width);
      max-width: var(--ef-cart-main-width);
    }

    .ef-cart__side {
      grid-area: summary;
      width: var(--ef-cart-side-width);
      max-width: var(--ef-cart-side-width);
    }

    .ef-cart-featured--inline {
      grid-area: featured;
      width: var(--ef-cart-main-width);
      max-width: var(--ef-cart-main-width);
    }

    .ef-cart-featured__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }


  @media screen and (min-width: 990px) {
    .ef-cart-featured--inline .ef-cart-featured__heading-row {
      align-items: end;
    }

    .ef-cart-featured--inline .ef-cart-card__media {
      aspect-ratio: 1 / 0.72;
    }

    .ef-cart-featured--inline .ef-cart-featured__title {
      max-width: 560px;
    }
  }


  /* Desktop checkout alignment
     Lifts the right summary column so it sits closer to the cart heading,
     instead of starting too low beside the first cart item. */
  @media screen and (min-width: 990px) {
    .ef-cart__side {
      margin-top: clamp(-74px, -3.8vw, -46px);
    }

    .ef-cart__sticky {
      top: calc(var(--header-height, 0px) + 18px);
    }

    .ef-cart__shipbox {
      margin-bottom: 14px;
    }
  }

  @media screen and (max-width: 989px) {
    .ef-cart__sticky {
      position: static;
    }

    .ef-cart__panel--summary {
      max-width: 560px;
    }
  }

  @media screen and (max-width: 749px) {

    .ef-cart__grid {
      display: flex;
      flex-direction: column;
      gap: 28px;
    }

    .ef-cart__main {
      order: 1;
    }

    .ef-cart__side {
      order: 2;
    }

    .ef-cart-featured--inline {
      order: 3;
      width: 100%;
      max-width: 100%;
      margin-top: 2px;
    }

    .ef-cart__wrap {
      padding-top: 30px;
      padding-bottom: 42px;
    }

    .ef-cart__header {
      margin-bottom: 22px;
      max-width: 100%;
    }

    .ef-cart__heading-row {
      align-items: start;
    }

    .ef-cart__title {
      font-size: clamp(2.05rem, 10vw, 3rem);
    }

    .ef-cart__count {
      min-height: 30px;
      margin-bottom: 8px;
      padding: 0 11px;
      font-size: 0.78rem;
    }

    .ef-cart__subtext,
    .ef-cart__empty-text {
      font-size: 0.93rem;
      line-height: 1.58;
    }

    .ef-cart__panel--summary {
      padding: 18px 16px;
      border-radius: 18px;
      max-width: none;
      width: 100%;
    }

    .ef-cart__shipbox {
      padding: 14px 15px;
      border-radius: 16px;
    }

    .ef-cart__panel--summary .discount-form form,
    .ef-cart__panel--summary .cart__discount-form form,
    .ef-cart__panel--summary .cart-discount form {
      flex-wrap: wrap;
    }

    .ef-cart__panel--summary .discount-form button,
    .ef-cart__panel--summary .cart__discount-form button,
    .ef-cart__panel--summary .cart-discount button,
    .ef-cart__panel--summary button[name="apply_discount"] {
      width: 100%;
      min-width: 0;
    }

    .ef-cart-featured {
      padding-bottom: 0;
    }

    .ef-cart-featured--inline {
      margin-top: 30px;
    }

    .ef-cart-featured__inner {
      padding-top: 30px;
    }

    .ef-cart-featured__heading-row {
      align-items: start;
    }

    .ef-cart-featured__title {
      font-size: clamp(1.65rem, 8vw, 2.25rem);
    }

    .ef-cart-featured__grid {
      grid-template-columns: repeat(var(--ef-featured-mobile-cols, 2), minmax(0, 1fr));
      gap: 12px;
    }

    .ef-cart-card__media {
      aspect-ratio: 1 / 0.9;
    }

    .ef-cart-card__content {
      padding: 11px 10px 13px;
    }

    .ef-cart-card__title {
      font-size: 0.94rem;
    }

    .ef-cart-card__price-current {
      font-size: 0.82rem;
    }
  }

  /* Earth & Flame order rewards spacing + readability polish v5 */
  .ef-cart__rewards {
    padding: 16px !important;
  }

  .ef-cart__rewards-lines {
    gap: 9px !important;
  }

  .ef-cart__reward-line {
    font-size: 0.9rem !important;
    line-height: 1.45 !important;
  }

  .ef-cart__reward-choose {
    width: 100% !important;
    min-height: 48px !important;
    margin-top: 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 18px !important;
    border: 1px solid var(--ef-cart-ink) !important;
    background: var(--ef-cart-ink) !important;
    color: #ffffff !important;
    font-size: 0.73rem !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease !important;
  }

  .ef-cart__reward-choose:hover,
  .ef-cart__reward-choose:focus-visible {
    background: var(--ef-cart-gold) !important;
    border-color: var(--ef-cart-gold) !important;
    transform: translateY(-1px);
  }

  .ef-cart__rewards-track {
    margin-top: 15px !important;
  }

  .ef-cart__rewards-scale {
    font-size: 0.72rem !important;
    line-height: 1.1 !important;
  }

  @media screen and (max-width: 749px) {
    .ef-cart__rewards {
      padding: 15px !important;
    }

    .ef-cart__reward-line {
      font-size: 0.86rem !important;
    }

    .ef-cart__reward-choose {
      min-height: 46px !important;
      margin-top: 11px !important;
      font-size: 0.69rem !important;
    }

    .ef-cart__rewards-scale {
      font-size: 0.68rem !important;
    }
  }


  /* Earth & Flame rewards marker tick polish v6 */
  .ef-cart__rewards-marker {
    width: 10px !important;
    height: 10px !important;
    border-width: 1.5px !important;
    background: rgb(var(--color-background-rgb)) !important;
  }

  .ef-cart__rewards-marker.is-unlocked {
    background: var(--ef-cart-gold) !important;
    border-color: var(--ef-cart-gold) !important;
    box-shadow: 0 0 0 2px rgba(184, 147, 82, 0.14) !important;
  }

  .ef-cart__rewards-marker.is-unlocked::after {
    content: "" !important;
    position: absolute !important;
    left: 3px !important;
    top: 1.5px !important;
    width: 2.5px !important;
    height: 4.5px !important;
    border-right: 1.4px solid #fff !important;
    border-bottom: 1.4px solid #fff !important;
    transform: rotate(42deg) !important;
  }

  .ef-cart__rewards-scale {
    color: rgba(var(--color-foreground-rgb), 0.72) !important;
    font-weight: 500 !important;
  }


  /* Earth & Flame mobile cart section renderer v13
     This lives in sections/ef-cart-page.liquid, which we know is active because the rewards box is active.
     It hides the cart-products snippet on mobile and renders a clean mobile-only item list here. */
  .ef-cart-section-mobile-list {
    display: none;
  }

  @media screen and (max-width: 749px) {
    .ef-cart__panel--items > .cart-items__wrapper {
      display: none !important;
    }

    .ef-cart-section-mobile-list {
      display: grid !important;
      gap: 20px !important;
      width: 100% !important;
      max-width: 100% !important;
    }

    .ef-cart-section-mobile-item {
      display: grid !important;
      grid-template-columns: 96px minmax(0, 1fr) !important;
      column-gap: 14px !important;
      align-items: start !important;
      width: 100% !important;
      max-width: 100% !important;
      min-width: 0 !important;
      padding: 0 0 20px !important;
      margin: 0 !important;
      border-bottom: 1px solid var(--ef-cart-border-soft) !important;
    }

    .ef-cart-section-mobile-item--free-gift {
      padding: 10px !important;
      border-bottom: 0 !important;
      border-left: 2px solid rgba(184, 147, 82, 0.42) !important;
      background: linear-gradient(90deg, rgba(184, 147, 82, 0.055), rgba(184, 147, 82, 0.018)) !important;
    }

    .ef-cart-section-mobile-item__image-link {
      display: block !important;
      width: 96px !important;
      height: 96px !important;
      overflow: hidden !important;
      background: var(--ef-cart-soft) !important;
      text-decoration: none !important;
    }

    .ef-cart-section-mobile-item__image {
      display: block !important;
      width: 100% !important;
      height: 100% !important;
      max-width: 100% !important;
      max-height: 100% !important;
      object-fit: cover !important;
      object-position: center !important;
    }

    .ef-cart-section-mobile-item__body {
      display: grid !important;
      grid-template-columns: minmax(0, 1fr) !important;
      gap: 6px !important;
      width: 100% !important;
      max-width: 100% !important;
      min-width: 0 !important;
      overflow: hidden !important;
    }

    .ef-cart-section-mobile-item__title {
      display: block !important;
      width: 100% !important;
      max-width: 100% !important;
      min-width: 0 !important;
      color: var(--ef-cart-ink) !important;
      font-family: var(--font-heading-family) !important;
      font-size: 1rem !important;
      line-height: 1.18 !important;
      text-decoration: none !important;
      white-space: nowrap !important;
      overflow: hidden !important;
      text-overflow: ellipsis !important;
      word-break: normal !important;
      overflow-wrap: normal !important;
      hyphens: none !important;
    }

    .ef-cart-section-mobile-item__badge {
      justify-self: start !important;
      display: inline-flex !important;
      align-items: center !important;
      width: auto !important;
      max-width: 100% !important;
      min-height: 18px !important;
      padding: 3px 6px !important;
      border: 1px solid rgba(184, 147, 82, 0.20) !important;
      background: rgba(184, 147, 82, 0.045) !important;
      color: rgba(var(--color-foreground-rgb), 0.58) !important;
      font-size: 0.54rem !important;
      line-height: 1 !important;
      text-transform: uppercase !important;
      white-space: nowrap !important;
    }

    .ef-cart-section-mobile-item__price {
      color: var(--ef-cart-ink) !important;
      font-size: 0.92rem !important;
      line-height: 1.18 !important;
    }

    .ef-cart-section-mobile-item--free-gift .ef-cart-section-mobile-item__price {
      color: var(--ef-cart-gold) !important;
      font-weight: 500 !important;
    }

    .ef-cart-section-mobile-item__actions {
      display: inline-flex !important;
      align-items: center !important;
      justify-content: flex-start !important;
      gap: 9px !important;
      width: 100% !important;
      max-width: 100% !important;
      min-width: 0 !important;
      margin-top: 7px !important;
      flex-wrap: nowrap !important;
    }

    .ef-cart-section-mobile-item__actions quantity-selector,
    .ef-cart-section-mobile-item__actions .quantity-selector,
    .ef-cart-section-mobile-item__actions .quantity {
      flex: 0 1 auto !important;
      max-width: 128px !important;
    }

    .ef-cart-section-mobile-item__gift-qty {
      display: inline-flex !important;
      align-items: center !important;
      justify-content: center !important;
      min-height: 30px !important;
      padding: 0 9px !important;
      border: 1px solid rgba(var(--color-foreground-rgb), 0.10) !important;
      background: rgba(var(--color-background-rgb), 0.58) !important;
      color: rgba(var(--color-foreground-rgb), 0.66) !important;
      font-size: 0.64rem !important;
      line-height: 1 !important;
      text-transform: uppercase !important;
      white-space: nowrap !important;
    }

    .ef-cart-section-mobile-item__remove {
      flex: 0 0 32px !important;
      width: 32px !important;
      min-width: 32px !important;
      height: 32px !important;
      min-height: 32px !important;
      padding: 0 !important;
      display: inline-flex !important;
      align-items: center !important;
      justify-content: center !important;
      box-shadow: none !important;
      border-radius: 999px !important;
      background: transparent !important;
      color: rgba(var(--color-foreground-rgb), 0.58) !important;
    }
  }

  @media screen and (max-width: 390px) {
    .ef-cart-section-mobile-item {
      grid-template-columns: 82px minmax(0, 1fr) !important;
      column-gap: 12px !important;
    }

    .ef-cart-section-mobile-item__image-link {
      width: 82px !important;
      height: 82px !important;
    }

    .ef-cart-section-mobile-item__title {
      font-size: 0.94rem !important;
    }

    .ef-cart-section-mobile-item__actions quantity-selector,
    .ef-cart-section-mobile-item__actions .quantity-selector,
    .ef-cart-section-mobile-item__actions .quantity {
      max-width: 118px !important;
    }
  }


  /* Earth & Flame mobile cart clean-up v17
     Uses the active mobile renderer in sections/ef-cart-page.liquid and tightens the visual layout. */
  @media screen and (max-width: 749px) {
    .ef-cart__wrap {
      padding-top: 22px !important;
      padding-bottom: 34px !important;
    }

    .ef-cart__header {
      margin-bottom: 18px !important;
    }

    .ef-cart__grid {
      gap: 22px !important;
    }

    .ef-cart__panel--items {
      width: 100% !important;
      max-width: 100% !important;
    }

    .ef-cart__panel--items > .cart-items__wrapper {
      display: none !important;
    }

    .ef-cart-section-mobile-list {
      display: grid !important;
      gap: 0 !important;
      width: 100% !important;
      max-width: 100% !important;
      margin-top: 0 !important;
    }

    .ef-cart-section-mobile-item {
      display: grid !important;
      grid-template-columns: 104px minmax(0, 1fr) !important;
      column-gap: 14px !important;
      align-items: start !important;
      width: 100% !important;
      max-width: 100% !important;
      min-width: 0 !important;
      padding: 15px 0 !important;
      margin: 0 !important;
      border-bottom: 1px solid rgba(var(--color-foreground-rgb), 0.095) !important;
      background: transparent !important;
      box-sizing: border-box !important;
    }

    .ef-cart-section-mobile-item:first-child {
      padding-top: 8px !important;
    }

    .ef-cart-section-mobile-item--free-gift {
      grid-template-columns: 104px minmax(0, 1fr) !important;
      padding: 12px !important;
      margin: 0 0 6px !important;
      border-bottom: 0 !important;
      border-left: 2px solid rgba(184, 147, 82, 0.48) !important;
      background: linear-gradient(90deg, rgba(184, 147, 82, 0.06), rgba(184, 147, 82, 0.016)) !important;
    }

    .ef-cart-section-mobile-item__image-link {
      display: block !important;
      width: 104px !important;
      height: 104px !important;
      max-width: 104px !important;
      max-height: 104px !important;
      min-width: 104px !important;
      min-height: 104px !important;
      overflow: hidden !important;
      background: rgba(var(--color-foreground-rgb), 0.035) !important;
      text-decoration: none !important;
    }

    .ef-cart-section-mobile-item__image {
      display: block !important;
      width: 100% !important;
      height: 100% !important;
      max-width: 100% !important;
      max-height: 100% !important;
      object-fit: cover !important;
      object-position: center !important;
    }

    .ef-cart-section-mobile-item__body {
      display: grid !important;
      grid-template-columns: minmax(0, 1fr) !important;
      gap: 6px !important;
      align-content: start !important;
      width: 100% !important;
      max-width: 100% !important;
      min-width: 0 !important;
      overflow: hidden !important;
      padding-top: 1px !important;
    }

    .ef-cart-section-mobile-item__title {
      display: block !important;
      width: 100% !important;
      max-width: 100% !important;
      min-width: 0 !important;
      color: var(--ef-cart-ink) !important;
      font-family: var(--font-heading-family) !important;
      font-size: 1.02rem !important;
      line-height: 1.18 !important;
      font-weight: 400 !important;
      text-decoration: none !important;
      white-space: normal !important;
      overflow: hidden !important;
      display: -webkit-box !important;
      -webkit-line-clamp: 2 !important;
      -webkit-box-orient: vertical !important;
      word-break: normal !important;
      overflow-wrap: normal !important;
      hyphens: none !important;
    }

    .ef-cart-section-mobile-item__badge {
      justify-self: start !important;
      display: inline-flex !important;
      align-items: center !important;
      width: auto !important;
      max-width: 100% !important;
      min-height: 18px !important;
      padding: 3px 7px !important;
      border: 1px solid rgba(184, 147, 82, 0.22) !important;
      background: rgba(184, 147, 82, 0.045) !important;
      color: rgba(var(--color-foreground-rgb), 0.62) !important;
      font-size: 0.56rem !important;
      line-height: 1 !important;
      text-transform: uppercase !important;
      white-space: nowrap !important;
    }

    .ef-cart-section-mobile-item__price {
      color: var(--ef-cart-ink) !important;
      font-size: 0.95rem !important;
      line-height: 1.18 !important;
      margin-top: 1px !important;
    }

    .ef-cart-section-mobile-item--free-gift .ef-cart-section-mobile-item__price {
      color: var(--ef-cart-gold) !important;
      font-weight: 500 !important;
    }

    .ef-cart-section-mobile-item__actions {
      display: flex !important;
      align-items: center !important;
      justify-content: flex-start !important;
      gap: 10px !important;
      width: 100% !important;
      max-width: 100% !important;
      min-width: 0 !important;
      margin-top: 8px !important;
      flex-wrap: nowrap !important;
    }

    .ef-cart-section-mobile-item__actions quantity-selector,
    .ef-cart-section-mobile-item__actions .quantity-selector,
    .ef-cart-section-mobile-item__actions .quantity {
      flex: 0 0 auto !important;
      width: 126px !important;
      max-width: 126px !important;
      min-width: 126px !important;
    }

    .ef-cart-section-mobile-item__actions quantity-selector button,
    .ef-cart-section-mobile-item__actions .quantity button,
    .ef-cart-section-mobile-item__actions .quantity-selector button {
      min-width: 36px !important;
    }

    .ef-cart-section-mobile-item__gift-qty {
      display: inline-flex !important;
      align-items: center !important;
      justify-content: center !important;
      min-height: 32px !important;
      padding: 0 11px !important;
      border: 1px solid rgba(var(--color-foreground-rgb), 0.11) !important;
      background: rgba(var(--color-background-rgb), 0.72) !important;
      color: rgba(var(--color-foreground-rgb), 0.70) !important;
      font-size: 0.66rem !important;
      line-height: 1 !important;
      text-transform: uppercase !important;
      white-space: nowrap !important;
    }

    .ef-cart-section-mobile-item__remove {
      flex: 0 0 34px !important;
      width: 34px !important;
      min-width: 34px !important;
      height: 34px !important;
      min-height: 34px !important;
      padding: 0 !important;
      display: inline-flex !important;
      align-items: center !important;
      justify-content: center !important;
      box-shadow: none !important;
      border-radius: 999px !important;
      background: transparent !important;
      color: rgba(var(--color-foreground-rgb), 0.56) !important;
    }

    .ef-cart-section-mobile-item__remove svg {
      width: 15px !important;
      height: 15px !important;
    }

    .ef-cart__side {
      margin-top: 2px !important;
    }

    .ef-cart__rewards {
      margin-bottom: 14px !important;
    }
  }

  @media screen and (max-width: 430px) {
    .ef-cart-section-mobile-item,
    .ef-cart-section-mobile-item--free-gift {
      grid-template-columns: 92px minmax(0, 1fr) !important;
      column-gap: 12px !important;
    }

    .ef-cart-section-mobile-item__image-link {
      width: 92px !important;
      height: 92px !important;
      max-width: 92px !important;
      max-height: 92px !important;
      min-width: 92px !important;
      min-height: 92px !important;
    }

    .ef-cart-section-mobile-item__title {
      font-size: 0.98rem !important;
    }

    .ef-cart-section-mobile-item__actions quantity-selector,
    .ef-cart-section-mobile-item__actions .quantity-selector,
    .ef-cart-section-mobile-item__actions .quantity {
      width: 118px !important;
      max-width: 118px !important;
      min-width: 118px !important;
    }
  }

  @media screen and (max-width: 365px) {
    .ef-cart-section-mobile-item,
    .ef-cart-section-mobile-item--free-gift {
      grid-template-columns: 82px minmax(0, 1fr) !important;
      column-gap: 10px !important;
    }

    .ef-cart-section-mobile-item__image-link {
      width: 82px !important;
      height: 82px !important;
      max-width: 82px !important;
      max-height: 82px !important;
      min-width: 82px !important;
      min-height: 82px !important;
    }

    .ef-cart-section-mobile-item__actions {
      gap: 7px !important;
    }

    .ef-cart-section-mobile-item__actions quantity-selector,
    .ef-cart-section-mobile-item__actions .quantity-selector,
    .ef-cart-section-mobile-item__actions .quantity {
      width: 108px !important;
      max-width: 108px !important;
      min-width: 108px !important;
    }

    .ef-cart-section-mobile-item__remove {
      width: 30px !important;
      min-width: 30px !important;
      height: 30px !important;
      min-height: 30px !important;
    }
  }


  /* Earth & Flame mobile cart polish v18
     Final light polish only: tighter intro gap, cleaner rows, smaller qty controls. */
  @media screen and (max-width: 749px) {
    .ef-cart__wrap {
      padding-top: 18px !important;
      padding-bottom: 30px !important;
    }

    .ef-cart__header {
      margin-bottom: 12px !important;
    }

    .ef-cart__heading-row {
      gap: 10px !important;
      align-items: end !important;
    }

    .ef-cart__title {
      line-height: 0.98 !important;
    }

    .ef-cart__count {
      margin-bottom: 5px !important;
      min-height: 24px !important;
      padding: 0 8px !important;
      font-size: 0.72rem !important;
    }

    .ef-cart__subtext {
      margin-top: 13px !important;
      font-size: 0.92rem !important;
      line-height: 1.48 !important;
    }

    .ef-cart__grid {
      gap: 18px !important;
    }

    .ef-cart__panel--items {
      margin-top: 2px !important;
    }

    .ef-cart-section-mobile-list {
      gap: 0 !important;
      margin-top: 0 !important;
    }

    .ef-cart-section-mobile-item {
      grid-template-columns: 96px minmax(0, 1fr) !important;
      column-gap: 13px !important;
      padding: 12px 0 14px !important;
      min-height: 0 !important;
    }

    .ef-cart-section-mobile-item:first-child {
      padding-top: 4px !important;
    }

    .ef-cart-section-mobile-item--free-gift {
      grid-template-columns: 96px minmax(0, 1fr) !important;
      padding: 10px !important;
      margin-bottom: 8px !important;
    }

    .ef-cart-section-mobile-item__image-link {
      width: 96px !important;
      height: 96px !important;
      min-width: 96px !important;
      min-height: 96px !important;
      max-width: 96px !important;
      max-height: 96px !important;
    }

    .ef-cart-section-mobile-item__body {
      gap: 5px !important;
      padding-top: 0 !important;
    }

    .ef-cart-section-mobile-item__title {
      font-size: 0.98rem !important;
      line-height: 1.16 !important;
      -webkit-line-clamp: 2 !important;
    }

    .ef-cart-section-mobile-item__badge {
      min-height: 17px !important;
      padding: 2px 6px !important;
      font-size: 0.52rem !important;
    }

    .ef-cart-section-mobile-item__price {
      margin-top: 0 !important;
      font-size: 0.9rem !important;
    }

    .ef-cart-section-mobile-item__actions {
      margin-top: 6px !important;
      gap: 8px !important;
    }

    .ef-cart-section-mobile-item__actions quantity-selector,
    .ef-cart-section-mobile-item__actions .quantity-selector,
    .ef-cart-section-mobile-item__actions .quantity {
      width: 112px !important;
      min-width: 112px !important;
      max-width: 112px !important;
      height: 40px !important;
      min-height: 40px !important;
    }

    .ef-cart-section-mobile-item__actions quantity-selector button,
    .ef-cart-section-mobile-item__actions .quantity button,
    .ef-cart-section-mobile-item__actions .quantity-selector button {
      width: 34px !important;
      min-width: 34px !important;
      height: 38px !important;
      min-height: 38px !important;
      padding: 0 !important;
    }

    .ef-cart-section-mobile-item__actions quantity-selector input,
    .ef-cart-section-mobile-item__actions .quantity input,
    .ef-cart-section-mobile-item__actions .quantity-selector input,
    .ef-cart-section-mobile-item__actions .quantity__input {
      height: 38px !important;
      min-height: 38px !important;
      font-size: 0.95rem !important;
      padding: 0 !important;
    }

    .ef-cart-section-mobile-item__gift-qty {
      min-height: 30px !important;
      padding: 0 10px !important;
      font-size: 0.63rem !important;
    }

    .ef-cart-section-mobile-item__remove {
      width: 30px !important;
      min-width: 30px !important;
      height: 30px !important;
      min-height: 30px !important;
    }

    .ef-cart-section-mobile-item__remove svg {
      width: 14px !important;
      height: 14px !important;
    }

    .ef-cart__side {
      margin-top: 0 !important;
    }

    .ef-cart__rewards {
      margin-top: 0 !important;
      margin-bottom: 12px !important;
      padding: 14px !important;
    }

    .ef-cart__panel--summary {
      padding: 16px 15px !important;
    }
  }

  @media screen and (max-width: 430px) {
    .ef-cart-section-mobile-item,
    .ef-cart-section-mobile-item--free-gift {
      grid-template-columns: 88px minmax(0, 1fr) !important;
      column-gap: 12px !important;
    }

    .ef-cart-section-mobile-item__image-link {
      width: 88px !important;
      height: 88px !important;
      min-width: 88px !important;
      min-height: 88px !important;
      max-width: 88px !important;
      max-height: 88px !important;
    }

    .ef-cart-section-mobile-item__actions quantity-selector,
    .ef-cart-section-mobile-item__actions .quantity-selector,
    .ef-cart-section-mobile-item__actions .quantity {
      width: 108px !important;
      min-width: 108px !important;
      max-width: 108px !important;
    }

    .ef-cart-section-mobile-item__title {
      font-size: 0.95rem !important;
    }
  }

  @media screen and (max-width: 365px) {
    .ef-cart-section-mobile-item,
    .ef-cart-section-mobile-item--free-gift {
      grid-template-columns: 78px minmax(0, 1fr) !important;
      column-gap: 10px !important;
    }

    .ef-cart-section-mobile-item__image-link {
      width: 78px !important;
      height: 78px !important;
      min-width: 78px !important;
      min-height: 78px !important;
      max-width: 78px !important;
      max-height: 78px !important;
    }

    .ef-cart-section-mobile-item__actions quantity-selector,
    .ef-cart-section-mobile-item__actions .quantity-selector,
    .ef-cart-section-mobile-item__actions .quantity {
      width: 102px !important;
      min-width: 102px !important;
      max-width: 102px !important;
    }

    .ef-cart-section-mobile-item__title {
      font-size: 0.9rem !important;
    }

    .ef-cart-section-mobile-item__badge {
      font-size: 0.49rem !important;
    }
  }


  /* Earth & Flame free gift clarity v19
     Makes the complimentary product row more obviously highlighted on mobile. */
  @media screen and (max-width: 749px) {
    .ef-cart-section-mobile-item--free-gift {
      position: relative !important;
      padding: 12px !important;
      margin: 0 0 10px !important;
      border: 1px solid rgba(184, 147, 82, 0.26) !important;
      border-left: 3px solid rgba(184, 147, 82, 0.72) !important;
      background:
        linear-gradient(90deg, rgba(184, 147, 82, 0.11) 0%, rgba(184, 147, 82, 0.035) 58%, rgba(255, 255, 255, 0.96) 100%) !important;
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45) !important;
      border-radius: 0 !important;
    }

    .ef-cart-section-mobile-item--free-gift .ef-cart-section-mobile-item__image-link {
      background: rgba(184, 147, 82, 0.07) !important;
    }

    .ef-cart-section-mobile-item--free-gift .ef-cart-section-mobile-item__body {
      gap: 6px !important;
    }

    .ef-cart-section-mobile-item--free-gift .ef-cart-section-mobile-item__title {
      color: var(--ef-cart-ink) !important;
    }

    .ef-cart-section-mobile-item--free-gift .ef-cart-section-mobile-item__badge {
      border-color: rgba(184, 147, 82, 0.34) !important;
      background: rgba(184, 147, 82, 0.12) !important;
      color: rgba(var(--color-foreground-rgb), 0.78) !important;
    }

    .ef-cart-section-mobile-item--free-gift .ef-cart-section-mobile-item__price {
      color: var(--ef-cart-gold) !important;
      font-weight: 500 !important;
    }

    .ef-cart-section-mobile-item--free-gift .ef-cart-section-mobile-item__gift-qty {
      background: rgba(255, 255, 255, 0.74) !important;
      border-color: rgba(184, 147, 82, 0.22) !important;
      color: rgba(var(--color-foreground-rgb), 0.78) !important;
    }
  }


  /* Earth & Flame mobile cart premium polish v20
     Tightens rows, softens the gift block, aligns remove icons, and reduces page heaviness. */
  @media screen and (max-width: 749px) {
    .ef-cart__wrap {
      padding-top: 16px !important;
      padding-bottom: 28px !important;
    }

    .ef-cart__header {
      margin-bottom: 10px !important;
    }

    .ef-cart__subtext {
      margin-top: 11px !important;
      max-width: 94% !important;
      font-size: 0.91rem !important;
      line-height: 1.46 !important;
    }

    .ef-cart__grid {
      gap: 16px !important;
    }

    .ef-cart-section-mobile-list {
      gap: 0 !important;
      margin-top: 0 !important;
    }

    .ef-cart-section-mobile-item {
      grid-template-columns: 88px minmax(0, 1fr) !important;
      column-gap: 12px !important;
      padding: 10px 0 12px !important;
      border-bottom: 1px solid rgba(var(--color-foreground-rgb), 0.075) !important;
    }

    .ef-cart-section-mobile-item:first-child {
      padding-top: 2px !important;
    }

    .ef-cart-section-mobile-item__image-link {
      width: 88px !important;
      height: 88px !important;
      min-width: 88px !important;
      min-height: 88px !important;
      max-width: 88px !important;
      max-height: 88px !important;
    }

    .ef-cart-section-mobile-item__body {
      gap: 4px !important;
      padding-top: 0 !important;
    }

    .ef-cart-section-mobile-item__title {
      font-size: 0.97rem !important;
      line-height: 1.14 !important;
    }

    .ef-cart-section-mobile-item__badge {
      min-height: 16px !important;
      padding: 2px 6px !important;
      font-size: 0.5rem !important;
      border-color: rgba(184, 147, 82, 0.20) !important;
      background: rgba(184, 147, 82, 0.035) !important;
    }

    .ef-cart-section-mobile-item__price {
      margin-top: 1px !important;
      font-size: 0.88rem !important;
      line-height: 1.15 !important;
    }

    .ef-cart-section-mobile-item__actions {
      margin-top: 6px !important;
      gap: 7px !important;
      align-items: center !important;
    }

    .ef-cart-section-mobile-item__actions quantity-selector,
    .ef-cart-section-mobile-item__actions .quantity-selector,
    .ef-cart-section-mobile-item__actions .quantity {
      width: 106px !important;
      min-width: 106px !important;
      max-width: 106px !important;
      height: 36px !important;
      min-height: 36px !important;
    }

    .ef-cart-section-mobile-item__actions quantity-selector button,
    .ef-cart-section-mobile-item__actions .quantity button,
    .ef-cart-section-mobile-item__actions .quantity-selector button {
      width: 32px !important;
      min-width: 32px !important;
      height: 34px !important;
      min-height: 34px !important;
      padding: 0 !important;
    }

    .ef-cart-section-mobile-item__actions quantity-selector input,
    .ef-cart-section-mobile-item__actions .quantity input,
    .ef-cart-section-mobile-item__actions .quantity-selector input,
    .ef-cart-section-mobile-item__actions .quantity__input {
      height: 34px !important;
      min-height: 34px !important;
      font-size: 0.9rem !important;
      padding: 0 !important;
    }

    .ef-cart-section-mobile-item__remove {
      flex: 0 0 28px !important;
      width: 28px !important;
      min-width: 28px !important;
      height: 28px !important;
      min-height: 28px !important;
      margin-left: 2px !important;
      color: rgba(var(--color-foreground-rgb), 0.48) !important;
    }

    .ef-cart-section-mobile-item__remove svg {
      width: 13px !important;
      height: 13px !important;
    }

    .ef-cart-section-mobile-item--free-gift {
      grid-template-columns: 88px minmax(0, 1fr) !important;
      column-gap: 12px !important;
      padding: 10px !important;
      margin: 0 0 8px !important;
      border: 1px solid rgba(184, 147, 82, 0.20) !important;
      border-left: 3px solid rgba(184, 147, 82, 0.62) !important;
      background:
        linear-gradient(90deg, rgba(184, 147, 82, 0.082) 0%, rgba(184, 147, 82, 0.028) 58%, rgba(255, 255, 255, 0.98) 100%) !important;
      box-shadow: none !important;
    }

    .ef-cart-section-mobile-item--free-gift .ef-cart-section-mobile-item__image-link {
      width: 84px !important;
      height: 84px !important;
      min-width: 84px !important;
      min-height: 84px !important;
      max-width: 84px !important;
      max-height: 84px !important;
    }

    .ef-cart-section-mobile-item--free-gift .ef-cart-section-mobile-item__badge {
      background: rgba(184, 147, 82, 0.10) !important;
      border-color: rgba(184, 147, 82, 0.28) !important;
      color: rgba(var(--color-foreground-rgb), 0.72) !important;
    }

    .ef-cart-section-mobile-item__gift-qty {
      min-height: 28px !important;
      padding: 0 9px !important;
      font-size: 0.61rem !important;
      background: rgba(255, 255, 255, 0.74) !important;
    }

    .ef-cart__side {
      margin-top: -2px !important;
    }

    .ef-cart__rewards {
      margin-top: 0 !important;
      margin-bottom: 10px !important;
      padding: 13px 14px !important;
      border-radius: 16px !important;
    }

    .ef-cart__rewards-head {
      margin-bottom: 9px !important;
      font-size: 0.66rem !important;
    }

    .ef-cart__reward-line {
      font-size: 0.82rem !important;
      line-height: 1.36 !important;
    }

    .ef-cart__rewards-track {
      margin-top: 11px !important;
    }

    .ef-cart__rewards-note {
      margin-top: 9px !important;
      font-size: 0.74rem !important;
      line-height: 1.38 !important;
    }

    .ef-cart__panel--summary {
      padding: 15px 14px !important;
      border-radius: 16px !important;
    }
  }

  @media screen and (max-width: 430px) {
    .ef-cart-section-mobile-item,
    .ef-cart-section-mobile-item--free-gift {
      grid-template-columns: 82px minmax(0, 1fr) !important;
      column-gap: 11px !important;
    }

    .ef-cart-section-mobile-item__image-link,
    .ef-cart-section-mobile-item--free-gift .ef-cart-section-mobile-item__image-link {
      width: 82px !important;
      height: 82px !important;
      min-width: 82px !important;
      min-height: 82px !important;
      max-width: 82px !important;
      max-height: 82px !important;
    }

    .ef-cart-section-mobile-item__title {
      font-size: 0.94rem !important;
    }

    .ef-cart-section-mobile-item__actions quantity-selector,
    .ef-cart-section-mobile-item__actions .quantity-selector,
    .ef-cart-section-mobile-item__actions .quantity {
      width: 102px !important;
      min-width: 102px !important;
      max-width: 102px !important;
    }
  }

  @media screen and (max-width: 365px) {
    .ef-cart-section-mobile-item,
    .ef-cart-section-mobile-item--free-gift {
      grid-template-columns: 74px minmax(0, 1fr) !important;
      column-gap: 9px !important;
    }

    .ef-cart-section-mobile-item__image-link,
    .ef-cart-section-mobile-item--free-gift .ef-cart-section-mobile-item__image-link {
      width: 74px !important;
      height: 74px !important;
      min-width: 74px !important;
      min-height: 74px !important;
      max-width: 74px !important;
      max-height: 74px !important;
    }

    .ef-cart-section-mobile-item__actions quantity-selector,
    .ef-cart-section-mobile-item__actions .quantity-selector,
    .ef-cart-section-mobile-item__actions .quantity {
      width: 98px !important;
      min-width: 98px !important;
      max-width: 98px !important;
    }
  }


  /* Earth & Flame real-phone mobile cart polish v21
     Stronger Android/iPhone mobile sizing pass after real-device screenshot. */
  @media screen and (max-width: 749px) {
    .ef-cart__wrap {
      padding-left: 20px !important;
      padding-right: 20px !important;
      padding-top: 14px !important;
    }

    .ef-cart__header {
      margin-bottom: 18px !important;
    }

    .ef-cart__kicker {
      font-size: 0.72rem !important;
      margin-bottom: 8px !important;
    }

    .ef-cart__heading-row {
      align-items: flex-end !important;
      gap: 10px !important;
    }

    .ef-cart__title {
      font-size: clamp(2.35rem, 12vw, 3.25rem) !important;
      line-height: 0.95 !important;
    }

    .ef-cart__count {
      margin-bottom: 6px !important;
      font-size: 0.78rem !important;
    }

    .ef-cart__subtext {
      max-width: 100% !important;
      margin-top: 16px !important;
      font-size: 1rem !important;
      line-height: 1.36 !important;
    }

    .ef-cart-section-mobile-list {
      gap: 0 !important;
    }

    .ef-cart-section-mobile-item {
      grid-template-columns: 96px minmax(0, 1fr) !important;
      column-gap: 14px !important;
      padding: 12px 0 14px !important;
      border-bottom: 1px solid rgba(var(--color-foreground-rgb), 0.07) !important;
    }

    .ef-cart-section-mobile-item:first-child {
      margin-top: 0 !important;
    }

    .ef-cart-section-mobile-item__image-link {
      width: 96px !important;
      height: 96px !important;
      min-width: 96px !important;
      min-height: 96px !important;
      max-width: 96px !important;
      max-height: 96px !important;
    }

    .ef-cart-section-mobile-item__body {
      gap: 5px !important;
      padding-top: 0 !important;
      align-self: start !important;
    }

    .ef-cart-section-mobile-item__title {
      font-size: 1.08rem !important;
      line-height: 1.1 !important;
      -webkit-line-clamp: 2 !important;
    }

    .ef-cart-section-mobile-item__badge {
      min-height: 18px !important;
      padding: 3px 7px !important;
      font-size: 0.56rem !important;
      width: fit-content !important;
    }

    .ef-cart-section-mobile-item__price {
      font-size: 0.95rem !important;
      line-height: 1.1 !important;
      margin-top: 0 !important;
    }

    .ef-cart-section-mobile-item__actions {
      margin-top: 9px !important;
      gap: 8px !important;
      align-items: center !important;
    }

    .ef-cart-section-mobile-item__actions quantity-selector,
    .ef-cart-section-mobile-item__actions quantity-selector-component,
    .ef-cart-section-mobile-item__actions .quantity-selector,
    .ef-cart-section-mobile-item__actions .quantity,
    .ef-cart-section-mobile-item__actions .quantity-selector-component {
      width: 116px !important;
      min-width: 116px !important;
      max-width: 116px !important;
      height: 38px !important;
      min-height: 38px !important;
      max-height: 38px !important;
    }

    .ef-cart-section-mobile-item__actions quantity-selector *,
    .ef-cart-section-mobile-item__actions quantity-selector-component *,
    .ef-cart-section-mobile-item__actions .quantity-selector *,
    .ef-cart-section-mobile-item__actions .quantity * {
      font-size: 1rem !important;
    }

    .ef-cart-section-mobile-item__actions quantity-selector button,
    .ef-cart-section-mobile-item__actions quantity-selector-component button,
    .ef-cart-section-mobile-item__actions .quantity button,
    .ef-cart-section-mobile-item__actions .quantity-selector button {
      width: 34px !important;
      min-width: 34px !important;
      height: 36px !important;
      min-height: 36px !important;
      padding: 0 !important;
    }

    .ef-cart-section-mobile-item__actions quantity-selector input,
    .ef-cart-section-mobile-item__actions quantity-selector-component input,
    .ef-cart-section-mobile-item__actions .quantity input,
    .ef-cart-section-mobile-item__actions .quantity-selector input,
    .ef-cart-section-mobile-item__actions .quantity__input {
      height: 36px !important;
      min-height: 36px !important;
      padding: 0 !important;
      text-align: center !important;
    }

    .ef-cart-section-mobile-item__remove {
      width: 30px !important;
      min-width: 30px !important;
      height: 30px !important;
      min-height: 30px !important;
      margin-left: 0 !important;
      color: rgba(var(--color-foreground-rgb), 0.52) !important;
    }

    .ef-cart-section-mobile-item--free-gift {
      grid-template-columns: 96px minmax(0, 1fr) !important;
      column-gap: 14px !important;
      padding: 12px !important;
      margin: 0 0 12px !important;
      border: 1px solid rgba(184, 147, 82, 0.23) !important;
      border-left: 3px solid rgba(184, 147, 82, 0.66) !important;
      background:
        linear-gradient(90deg, rgba(184, 147, 82, 0.075) 0%, rgba(184, 147, 82, 0.024) 62%, rgba(255, 255, 255, 0.98) 100%) !important;
    }

    .ef-cart-section-mobile-item--free-gift .ef-cart-section-mobile-item__image-link {
      width: 92px !important;
      height: 92px !important;
      min-width: 92px !important;
      min-height: 92px !important;
      max-width: 92px !important;
      max-height: 92px !important;
    }

    .ef-cart-section-mobile-item__gift-qty {
      min-height: 32px !important;
      height: 32px !important;
      padding: 0 11px !important;
      font-size: 0.68rem !important;
    }
  }

  @media screen and (max-width: 430px) {
    .ef-cart__wrap {
      padding-left: 18px !important;
      padding-right: 18px !important;
    }

    .ef-cart-section-mobile-item,
    .ef-cart-section-mobile-item--free-gift {
      grid-template-columns: 88px minmax(0, 1fr) !important;
      column-gap: 12px !important;
    }

    .ef-cart-section-mobile-item__image-link,
    .ef-cart-section-mobile-item--free-gift .ef-cart-section-mobile-item__image-link {
      width: 88px !important;
      height: 88px !important;
      min-width: 88px !important;
      min-height: 88px !important;
      max-width: 88px !important;
      max-height: 88px !important;
    }

    .ef-cart-section-mobile-item__title {
      font-size: 1.02rem !important;
    }

    .ef-cart-section-mobile-item__actions quantity-selector,
    .ef-cart-section-mobile-item__actions quantity-selector-component,
    .ef-cart-section-mobile-item__actions .quantity-selector,
    .ef-cart-section-mobile-item__actions .quantity,
    .ef-cart-section-mobile-item__actions .quantity-selector-component {
      width: 108px !important;
      min-width: 108px !important;
      max-width: 108px !important;
    }
  }

  @media screen and (max-width: 365px) {
    .ef-cart-section-mobile-item,
    .ef-cart-section-mobile-item--free-gift {
      grid-template-columns: 80px minmax(0, 1fr) !important;
      column-gap: 10px !important;
    }

    .ef-cart-section-mobile-item__image-link,
    .ef-cart-section-mobile-item--free-gift .ef-cart-section-mobile-item__image-link {
      width: 80px !important;
      height: 80px !important;
      min-width: 80px !important;
      min-height: 80px !important;
      max-width: 80px !important;
      max-height: 80px !important;
    }

    .ef-cart-section-mobile-item__title {
      font-size: 0.95rem !important;
    }

    .ef-cart-section-mobile-item__actions quantity-selector,
    .ef-cart-section-mobile-item__actions quantity-selector-component,
    .ef-cart-section-mobile-item__actions .quantity-selector,
    .ef-cart-section-mobile-item__actions .quantity,
    .ef-cart-section-mobile-item__actions .quantity-selector-component {
      width: 100px !important;
      min-width: 100px !important;
      max-width: 100px !important;
    }
  }


  /* Earth & Flame free gift card even-border fix v22
     Makes the free gift card border look even and cleaner. */
  @media screen and (max-width: 749px) {
    .ef-cart-section-mobile-item--free-gift {
      border: 1px solid rgba(184, 147, 82, 0.22) !important;
      border-left: 1px solid rgba(184, 147, 82, 0.22) !important;
      box-shadow: inset 3px 0 0 rgba(184, 147, 82, 0.62) !important;
      background:
        linear-gradient(90deg, rgba(184, 147, 82, 0.07) 0%, rgba(184, 147, 82, 0.024) 62%, rgba(255, 255, 255, 0.98) 100%) !important;
      align-items: center !important;
    }

    .ef-cart-section-mobile-item--free-gift .ef-cart-section-mobile-item__body {
      align-self: center !important;
    }

    .ef-cart-section-mobile-item--free-gift .ef-cart-section-mobile-item__image-link {
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
    }
  }


  /* Earth & Flame free gift card final border reset v23
     Overrides every earlier free-gift mobile card rule. */
  @media screen and (max-width: 749px) {
    .ef-cart .ef-cart-section-mobile-list > .ef-cart-section-mobile-item.ef-cart-section-mobile-item--free-gift,
    .ef-cart-section-mobile-list > .ef-cart-section-mobile-item.ef-cart-section-mobile-item--free-gift,
    .ef-cart-section-mobile-item.ef-cart-section-mobile-item--free-gift {
      width: 100% !important;
      max-width: 100% !important;
      box-sizing: border-box !important;
      display: grid !important;
      grid-template-columns: 88px minmax(0, 1fr) !important;
      column-gap: 12px !important;
      align-items: center !important;
      padding: 11px 12px !important;
      margin: 0 0 12px 0 !important;
      border: 1px solid rgba(184, 147, 82, 0.24) !important;
      border-left: 1px solid rgba(184, 147, 82, 0.24) !important;
      outline: 0 !important;
      box-shadow: inset 3px 0 0 rgba(184, 147, 82, 0.62) !important;
      background:
        linear-gradient(90deg, rgba(184, 147, 82, 0.075) 0%, rgba(184, 147, 82, 0.028) 55%, rgba(255, 255, 255, 0.98) 100%) !important;
      border-radius: 0 !important;
    }

    .ef-cart .ef-cart-section-mobile-item.ef-cart-section-mobile-item--free-gift .ef-cart-section-mobile-item__image-link,
    .ef-cart-section-mobile-item.ef-cart-section-mobile-item--free-gift .ef-cart-section-mobile-item__image-link {
      width: 84px !important;
      height: 84px !important;
      min-width: 84px !important;
      min-height: 84px !important;
      max-width: 84px !important;
      max-height: 84px !important;
      align-self: center !important;
      margin: 0 !important;
    }

    .ef-cart .ef-cart-section-mobile-item.ef-cart-section-mobile-item--free-gift .ef-cart-section-mobile-item__body,
    .ef-cart-section-mobile-item.ef-cart-section-mobile-item--free-gift .ef-cart-section-mobile-item__body {
      align-self: center !important;
      padding: 0 !important;
      margin: 0 !important;
    }
  }

  @media screen and (max-width: 430px) {
    .ef-cart .ef-cart-section-mobile-list > .ef-cart-section-mobile-item.ef-cart-section-mobile-item--free-gift,
    .ef-cart-section-mobile-list > .ef-cart-section-mobile-item.ef-cart-section-mobile-item--free-gift,
    .ef-cart-section-mobile-item.ef-cart-section-mobile-item--free-gift {
      grid-template-columns: 82px minmax(0, 1fr) !important;
      column-gap: 11px !important;
      padding: 10px 11px !important;
    }

    .ef-cart .ef-cart-section-mobile-item.ef-cart-section-mobile-item--free-gift .ef-cart-section-mobile-item__image-link,
    .ef-cart-section-mobile-item.ef-cart-section-mobile-item--free-gift .ef-cart-section-mobile-item__image-link {
      width: 78px !important;
      height: 78px !important;
      min-width: 78px !important;
      min-height: 78px !important;
      max-width: 78px !important;
      max-height: 78px !important;
    }
  }


  /* Earth & Flame cart summary checkout button final override */
  .ef-cart__panel--summary .cart__checkout-button,
  .ef-cart__panel--summary .cart__checkout-button.button,
  .ef-cart__panel--summary button.cart__checkout-button,
  .ef-cart__panel--summary button[name="checkout"] {
    min-height: 54px !important;
    width: 100% !important;
    border: 1px solid var(--ef-cart-ink) !important;
    background: var(--ef-cart-ink) !important;
    color: #ffffff !important;
    font-family: var(--font-heading-family) !important;
    font-size: 1.12rem !important;
    line-height: 1 !important;
    font-weight: 400 !important;
    text-transform: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    transition:
      background 0.22s ease,
      border-color 0.22s ease,
      color 0.22s ease,
      transform 0.22s ease !important;
  }

  .ef-cart__panel--summary .cart__checkout-button:hover,
  .ef-cart__panel--summary .cart__checkout-button:focus-visible,
  .ef-cart__panel--summary button[name="checkout"]:hover,
  .ef-cart__panel--summary button[name="checkout"]:focus-visible {
    border-color: var(--ef-cart-gold) !important;
    background: var(--ef-cart-gold) !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
  }

  .ef-cart__panel--summary .cart__checkout-button:disabled,
  .ef-cart__panel--summary button[name="checkout"]:disabled {
    opacity: 0.45 !important;
    cursor: not-allowed !important;
    transform: none !important;
  }

  @media screen and (max-width: 749px) {
    .ef-cart__panel--summary .cart__checkout-button,
    .ef-cart__panel--summary .cart__checkout-button.button,
    .ef-cart__panel--summary button.cart__checkout-button,
    .ef-cart__panel--summary button[name="checkout"] {
      min-height: 52px !important;
      font-size: 1.05rem !important;
    }
  }



  /* Earth & Flame cart recommendation quick add only v24 */
  .ef-cart-card__media-wrap {
    position: relative;
    display: block;
    overflow: hidden;
    background: var(--ef-cart-soft);
  }

  .ef-cart-card__media-wrap .ef-cart-card__media {
    display: block;
    width: 100%;
  }

  .ef-cart-card__quick-add-form {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 4;
    margin: 0;
  }

  .ef-cart-card__quick-add {
    width: 38px !important;
    min-width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid var(--ef-cart-ink) !important;
    border-radius: 999px !important;
    background: var(--ef-cart-ink) !important;
    color: #ffffff !important;
    font-size: 1.35rem !important;
    line-height: 1 !important;
    font-weight: 300 !important;
    cursor: pointer !important;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14) !important;
    transition:
      background 0.2s ease,
      border-color 0.2s ease,
      transform 0.2s ease,
      opacity 0.2s ease !important;
  }

  .ef-cart-card__quick-add:hover,
  .ef-cart-card__quick-add:focus-visible {
    background: var(--ef-cart-gold) !important;
    border-color: var(--ef-cart-gold) !important;
    transform: translateY(-1px);
  }

  .ef-cart-card__quick-add:disabled {
    opacity: 0.45 !important;
    cursor: not-allowed !important;
    transform: none !important;
  }

  @media screen and (max-width: 749px) {
    .ef-cart-card__quick-add-form {
      right: 8px;
      bottom: 8px;
    }

    .ef-cart-card__quick-add {
      width: 34px !important;
      min-width: 34px !important;
      height: 34px !important;
      min-height: 34px !important;
      font-size: 1.2rem !important;
    }
  }


  /* Earth & Flame cart recommendation hover image + active discount polish */
  .ef-cart-card__media-wrap {
    position: relative;
    display: block;
    overflow: hidden;
    background: var(--ef-cart-soft);
  }

  .ef-cart-card__media-wrap .ef-cart-card__media {
    position: relative;
    display: block;
    width: 100%;
  }

  .ef-cart-card__image--primary {
    position: relative;
    z-index: 0;
  }

  .ef-cart-card__image--hover {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    object-fit: cover;
    object-position: center;
  }

  .ef-cart-card__media.has-hover-image:hover .ef-cart-card__image--primary,
  .ef-cart-card__media.has-hover-image:focus-within .ef-cart-card__image--primary {
    opacity: 0;
  }

  .ef-cart-card__media.has-hover-image:hover .ef-cart-card__image--hover,
  .ef-cart-card__media.has-hover-image:focus-within .ef-cart-card__image--hover {
    opacity: 1;
  }

  .ef-cart-card__price-current--sale {
    color: var(--ef-cart-gold);
    font-weight: 500;
  }
/* END_SECTION:ef-cart-page */

/* START_SECTION:ef-collection-hero (INDEX:24) */
/*
    Earth & Flame collection hero
    v34: desktop split layout with text panel left and image panel right; mobile hides description and keeps heading only.
  */

  .shopify-section.section-ef-collection-hero,
  .section-ef-collection-hero {
    display: block;
    line-height: 0;
    margin: 0 !important;
    padding: 0 !important;
  }

  .ef-collection-hero {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible;
    background: var(--ef-collection-hero-text-bg);
  }

  @media screen and (min-width: 750px) {
    .ef-collection-hero {
      margin-top: calc(-1 * var(--ef-collection-hero-gap-fix-v2)) !important;
      transform: none !important;
    }
  }

  .ef-collection-hero__outer {
    width: 100%;
    max-width: none !important;
    margin: 0 auto;
    padding-top: 0 !important;
    padding-bottom: var(--ef-collection-hero-spacing-bottom);
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .ef-collection-hero--contained .ef-collection-hero__outer,
  .ef-collection-hero--full-bleed .ef-collection-hero__outer {
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .ef-collection-hero__media-wrap {
    position: relative;
    width: 100%;
    height: var(--ef-collection-hero-height-mobile);
    min-height: var(--ef-collection-hero-height-mobile);
    overflow: hidden;
    border-radius: var(--ef-collection-hero-radius);
    background: #11100e;
    line-height: normal;
  }

  .ef-collection-hero__image,
  .ef-collection-hero__placeholder,
  .ef-collection-hero picture {
    display: block;
    width: 100%;
    height: 100%;
  }

  .ef-collection-hero__image {
    object-fit: cover;
    object-position: var(--ef-collection-hero-position-x) var(--ef-collection-hero-position-y);
  }

  .ef-collection-hero__placeholder {
    background: linear-gradient(180deg, rgba(247, 243, 238, 1) 0%, rgba(238, 229, 220, 1) 100%);
  }

  .ef-collection-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, calc(var(--ef-collection-hero-overlay-opacity) * 0.26)) 0%,
      rgba(0, 0, 0, calc(var(--ef-collection-hero-overlay-opacity) * 0.06)) 45%,
      rgba(0, 0, 0, calc(var(--ef-collection-hero-overlay-opacity) * 0.14)) 100%
    );
    pointer-events: none;
  }

  .ef-collection-hero--has-title .ef-collection-hero__overlay {
    background:
      linear-gradient(90deg, rgba(12, 10, 8, 0.48) 0%, rgba(12, 10, 8, 0.26) 34%, rgba(12, 10, 8, 0.06) 70%, rgba(12, 10, 8, 0) 100%),
      linear-gradient(to bottom, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.12));
  }

  .ef-collection-hero__title-content {
    position: absolute;
    z-index: 2;
    left: max(var(--page-margin), 34px);
    right: max(var(--page-margin), 34px);
    bottom: clamp(24px, 3.2vw, 48px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 10px;
    pointer-events: none;
  }

  .ef-collection-hero__title {
    max-width: min(720px, 92vw);
    margin: 0;
    color: #fffaf2;
    font-family: var(--font-heading-family);
    font-size: clamp(30px, 3vw, 56px);
    line-height: 0.98;
    font-weight: 400;
    letter-spacing: 0.01em;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.42);
  }

  .ef-collection-hero__description {
    max-width: min(660px, 82vw);
    margin: 0;
    color: rgba(255, 250, 242, 0.96);
    font-family: var(--font-body-family);
    font-size: clamp(13px, 0.95vw, 16px);
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.005em;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.50);
  }

  .ef-collection-hero__content {
    position: absolute;
    left: max(var(--page-margin), 24px);
    right: max(var(--page-margin), 24px);
    bottom: 20px;
    z-index: 3;
    display: flex;
    justify-content: flex-start;
    pointer-events: none;
  }

  .ef-collection-hero--has-title .ef-collection-hero__content {
    display: none;
  }

  .ef-collection-hero__label {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, 0.48);
    background: rgba(20, 18, 16, 0.2);
    backdrop-filter: blur(3px);
    color: #ffffff;
    font-family: var(--font-body-family);
    font-size: 10.5px;
    line-height: 1.2;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  @media screen and (min-width: 750px) {
    .ef-collection-hero__media-wrap {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
      height: var(--ef-collection-hero-height-desktop);
      min-height: var(--ef-collection-hero-height-desktop);
      background: var(--ef-collection-hero-text-bg);
      border-top: 0;
      border-bottom: var(--ef-collection-hero-divider-thickness) solid var(--ef-collection-hero-divider-color);
    }

    .ef-collection-hero__media-wrap picture,
    .ef-collection-hero__placeholder {
      grid-column: 2;
      grid-row: 1;
      min-width: 0;
      border-left: 1px solid rgba(46, 42, 38, 0.34);
    }

    .ef-collection-hero__image {
      object-position: var(--ef-collection-hero-position-x) var(--ef-collection-hero-position-y);
    }

    .ef-collection-hero__overlay {
      display: none;
    }

    .ef-collection-hero__title-content {
      position: absolute;
      grid-column: auto;
      grid-row: auto;
      left: 0;
      right: auto;
      top: var(--ef-collection-hero-text-y);
      bottom: auto;
      width: 50%;
      max-width: none;
      transform: translateY(-50%);
      align-self: auto;
      justify-self: auto;
      padding: 0 var(--ef-collection-hero-text-side-padding);
      gap: 18px;
      text-align: left;
      pointer-events: auto;
    }

    .ef-collection-hero__title {
      position: relative;
      display: inline-block;
      width: fit-content;
      max-width: var(--ef-collection-hero-text-max-width);
      margin-bottom: 0;
      padding-bottom: var(--ef-collection-hero-heading-underline-gap);
      color: var(--ef-collection-hero-heading-color);
      font-size: clamp(28px, 2.2vw, var(--ef-collection-hero-heading-size-desktop));
      line-height: 1.05;
      font-weight: var(--ef-collection-hero-heading-weight);
      letter-spacing: var(--ef-collection-hero-heading-letter-spacing);
      text-transform: uppercase;
      text-shadow: none;
    }

    .ef-collection-hero__title::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      background: var(--ef-collection-hero-gold);
      opacity: 0.78;
    }

    .ef-collection-hero__description {
      display: block;
      max-width: var(--ef-collection-hero-text-max-width);
      margin-top: var(--ef-collection-hero-heading-subtext-gap);
      color: var(--ef-collection-hero-subtext-color);
      font-size: var(--ef-collection-hero-subtext-size-desktop);
      line-height: 1.62;
      letter-spacing: var(--ef-collection-hero-subtext-letter-spacing);
      text-shadow: none;
    }

    .ef-collection-hero__content {
      position: absolute;
      grid-column: auto;
      grid-row: auto;
      left: 0;
      right: auto;
      top: var(--ef-collection-hero-text-y);
      bottom: auto;
      transform: translateY(-50%);
      width: 50%;
      max-width: none;
      padding: 0 var(--ef-collection-hero-text-side-padding);
      pointer-events: auto;
    }

    .ef-collection-hero__label {
      border-color: rgba(184, 149, 91, 0.46);
      background: rgba(243, 241, 238, 0.72);
      color: #2e2a26;
      backdrop-filter: none;
    }
  }

  @media screen and (max-width: 749px) {
    .ef-collection-hero__outer {
      padding-top: 0;
      padding-bottom: max(0px, calc(var(--ef-collection-hero-spacing-bottom) - 4px));
    }

    .ef-collection-hero--contained .ef-collection-hero__outer {
      padding-left: 0;
      padding-right: 0;
    }

    .ef-collection-hero__media-wrap {
      height: var(--ef-collection-hero-height-mobile);
      min-height: var(--ef-collection-hero-height-mobile);
      border-radius: 0;
    }

    .ef-collection-hero--has-title .ef-collection-hero__overlay {
      background:
        linear-gradient(to bottom, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.08) 38%, rgba(0, 0, 0, 0.30) 100%);
    }

    .ef-collection-hero__title-content {
      left: 18px;
      right: 18px;
      bottom: 18px;
      gap: 0;
      align-items: center;
      justify-content: flex-end;
      text-align: center;
    }

    .ef-collection-hero__title {
      max-width: 92vw;
      font-size: var(--ef-collection-hero-heading-size-mobile);
      line-height: 1.02;
      text-align: center;
      text-shadow: 0 2px 16px rgba(0, 0, 0, 0.46);
    }

    .ef-collection-hero__description {
      display: none !important;
    }

    .ef-collection-hero__content {
      left: 18px;
      right: 18px;
      bottom: 14px;
      justify-content: center;
    }

    .ef-collection-hero__label {
      min-height: 30px;
      padding: 7px 11px;
      font-size: 9.5px;
      letter-spacing: 0.14em;
    }
  }
/* END_SECTION:ef-collection-hero */

/* START_SECTION:ef-header-2 (INDEX:26) */
:root {
  --eafh-height: 0px;
  --eafh-top-offset: 0px;
  --eafh-total-offset: 0px;
}

/* Push actual page content down */
body #MainContent,
body main#MainContent,
body .content-for-layout,
body .shopify-section-group-main-group,
body .shopify-section-group-main-group > .shopify-section:first-child,
body main,
body template--product main,
body .gradient > #MainContent {
  padding-top: var(--eafh-total-offset);
}

/* Fallback for themes where first section still slips under fixed header */
body .shopify-section-group-main-group {
  position: relative;
}

.eafh {
  background: var(--eafh-bg);
  color: var(--eafh-text);
  position: fixed;
  top: var(--eafh-top-offset);
  left: 0;
  width: 100%;
  z-index: 200;
}

.eafh::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: var(--eafh-divider-thickness);
  background: var(--eafh-divider);
}

.eafh__inner {
  max-width: var(--eafh-max-width);
  margin: 0 auto;
  padding: var(--eafh-header-pad-y) 28px;
}

.eafh__row {
  display: grid;
  grid-template-columns: minmax(0, var(--eafh-col-1)) minmax(0, var(--eafh-col-2)) minmax(0, var(--eafh-col-3));
  align-items: center;
  column-gap: var(--eafh-col-gap);
  min-height: var(--eafh-header-min-height);
  width: 100%;
}

.eafh__col {
  min-width: 0;
}

.eafh__col--logo {
  display: flex;
  align-items: center;
  min-width: 0;
  overflow: hidden;
}

.eafh__col--logo-left { justify-content: flex-start; }
.eafh__col--logo-center { justify-content: center; }
.eafh__col--logo-right { justify-content: flex-end; }

.eafh__col--menu {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.eafh__col--actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
}

.eafh__brand-link {
  text-decoration: none;
  color: inherit;
  display: inline-flex;
  align-items: center;
  width: auto !important;
  max-width: 100%;
  flex: 0 0 auto;
  transform: translateX(var(--eafh-logo-offset-x));
}

.eafh__brand-image {
  display: block;
  width: min(var(--eafh-logo-width-desktop), 100%);
  max-width: 100%;
  height: auto;
  margin: 0 !important;
}

.eafh__brand-text {
  display: inline-block;
  color: var(--eafh-text);
  font-size: clamp(28px, 2.6vw, 58px);
  line-height: 1;
  white-space: nowrap;
}

.eafh__nav {
  width: 100%;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.eafh__menu {
  list-style: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--eafh-menu-gap);
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 0;
  flex-wrap: nowrap;
  overflow: visible;
}

.eafh__item {
  position: relative;
  flex: 0 0 auto;
}

.eafh__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  color: var(--eafh-text);
  text-decoration: none;
  font-size: var(--eafh-menu-size);
  font-weight: var(--eafh-menu-weight);
  letter-spacing: var(--eafh-menu-letter-spacing);
  text-transform: var(--eafh-menu-transform);
  line-height: 1.2;
  white-space: nowrap;
  transition: color .2s ease, transform .2s ease, text-shadow .2s ease;
}

.eafh__link span {
  position: relative;
  display: inline-block;
  transition: transform .2s ease, text-shadow .2s ease;
}

.eafh__link span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 1.5px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .2s ease;
}

.eafh__link:hover span::after,
.eafh__link--active span::after,
.eafh__item:hover > .eafh__link span::after {
  transform: scaleX(1);
}

.eafh--menu-hover-grow .eafh__link:hover span,
.eafh--menu-hover-grow .eafh__item:hover > .eafh__link span {
  transform: scale(var(--eafh-hover-scale));
}

.eafh--menu-hover-glow .eafh__link:hover span,
.eafh--menu-hover-glow .eafh__item:hover > .eafh__link span {
  text-shadow:
    0 0 8px rgba(0,0,0,var(--eafh-hover-glow)),
    0 0 16px rgba(0,0,0,calc(var(--eafh-hover-glow) * .55));
}

.eafh--menu-hover-grow-glow .eafh__link:hover span,
.eafh--menu-hover-grow-glow .eafh__item:hover > .eafh__link span {
  transform: scale(var(--eafh-hover-scale));
  text-shadow:
    0 0 8px rgba(0,0,0,var(--eafh-hover-glow)),
    0 0 16px rgba(0,0,0,calc(var(--eafh-hover-glow) * .55));
}

.eafh__mega {
  position: absolute;
  top: calc(100% + var(--eafh-dropdown-offset-y));
  left: 50%;
  width: min(var(--eafh-dropdown-span), calc(100vw - 40px));
  max-width: calc(100vw - 40px);
  background: var(--eafh-dropdown-bg);
  border-top: var(--eafh-dropdown-top-border) solid var(--eafh-dropdown-border);
  border-radius: var(--eafh-dropdown-radius);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(-8px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  z-index: 30;
  overflow: hidden;
}

.eafh__item:hover > .eafh__mega,
.eafh__item:focus-within > .eafh__mega {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.eafh__mega-inner {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: var(--eafh-dropdown-pad-top) var(--eafh-dropdown-pad-inline) var(--eafh-dropdown-pad-bottom);
}

.eafh__dropdown-columns {
  list-style: none;
  margin: 0;
  padding: 0;
  column-count: var(--eafh-dropdown-columns);
  column-gap: var(--eafh-dropdown-col-gap);
}

.eafh__dropdown-columns-item {
  break-inside: avoid;
  margin: 0 0 var(--eafh-dropdown-row-gap);
}

.eafh__dropdown-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(var(--eafh-dropdown-columns), minmax(0, 1fr));
  column-gap: var(--eafh-dropdown-col-gap);
  row-gap: var(--eafh-dropdown-row-gap);
}

.eafh__dropdown-grid-item {
  min-width: 0;
}

.eafh__dropdown-link,
.eafh__dropdown-sublink {
  color: var(--eafh-dropdown-text);
  text-decoration: none;
  display: inline-block;
  font-size: var(--eafh-dropdown-font-size);
  line-height: 1.45;
  padding: var(--eafh-dropdown-link-pad-y) 0;
  transition: color .2s ease, opacity .2s ease, transform .2s ease, text-shadow .2s ease;
}

.eafh__dropdown-link span,
.eafh__dropdown-sublink span {
  position: relative;
  display: inline-block;
  transition: transform .2s ease, text-shadow .2s ease;
}

.eafh__dropdown-link span::after,
.eafh__dropdown-sublink span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 1.5px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .2s ease;
}

.eafh__dropdown-link:hover span::after,
.eafh__dropdown-sublink:hover span::after,
.eafh__dropdown-link--active span::after,
.eafh__dropdown-sublink--active span::after {
  transform: scaleX(1);
}

.eafh--dropdown-hover-grow .eafh__dropdown-link:hover span,
.eafh--dropdown-hover-grow .eafh__dropdown-sublink:hover span,
.eafh--dropdown-hover-grow .eafh__dropdown-link--active span,
.eafh--dropdown-hover-grow .eafh__dropdown-sublink--active span {
  transform: scale(var(--eafh-hover-scale));
  transform-origin: left center;
}

.eafh--dropdown-hover-glow .eafh__dropdown-link:hover span,
.eafh--dropdown-hover-glow .eafh__dropdown-sublink:hover span,
.eafh--dropdown-hover-glow .eafh__dropdown-link--active span,
.eafh--dropdown-hover-glow .eafh__dropdown-sublink--active span {
  text-shadow:
    0 0 8px rgba(0,0,0,var(--eafh-hover-glow)),
    0 0 16px rgba(0,0,0,calc(var(--eafh-hover-glow) * .55));
}

.eafh--dropdown-hover-grow-glow .eafh__dropdown-link:hover span,
.eafh--dropdown-hover-grow-glow .eafh__dropdown-sublink:hover span,
.eafh--dropdown-hover-grow-glow .eafh__dropdown-link--active span,
.eafh--dropdown-hover-grow-glow .eafh__dropdown-sublink--active span {
  transform: scale(var(--eafh-hover-scale));
  transform-origin: left center;
  text-shadow:
    0 0 8px rgba(0,0,0,var(--eafh-hover-glow)),
    0 0 16px rgba(0,0,0,calc(var(--eafh-hover-glow) * .55));
}

.eafh__dropdown-sublist {
  list-style: none;
  margin: 4px 0 0;
  padding: 0 0 0 14px;
  display: grid;
  gap: 2px;
}

.eafh__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--eafh-icon-gap);
}

.eafh__icon-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--eafh-icon-button-size);
  height: var(--eafh-icon-button-size);
  color: var(--eafh-text);
  text-decoration: none;
  transition: color .2s ease, opacity .2s ease, transform .2s ease;
}

.eafh__icon-link:hover {
  color: var(--eafh-text);
  opacity: .9;
  transform: translateY(-1px);
}

.eafh__icon {
  width: calc(var(--eafh-icon-button-size) - 11px);
  height: calc(var(--eafh-icon-button-size) - 11px);
  display: block;
}

.eafh__cart-count {
  position: absolute;
  top: -3px;
  right: -4px;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--eafh-text);
  color: var(--eafh-bg);
  font-size: 10px;
  line-height: 17px;
  text-align: center;
  font-weight: 700;
}

.eafh__mobile {
  display: none;
}

.eafh__mobile-bar {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: var(--eafh-mobile-pad-y) 16px;
  min-height: var(--eafh-mobile-min-height);
}

.eafh__mobile-brand {
  min-width: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.eafh__mobile-brand-image {
  display: block;
  width: min(var(--eafh-logo-width-mobile), 100%);
  max-width: 100%;
  height: auto;
}

.eafh__mobile-brand-text {
  color: var(--eafh-text);
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
}

.eafh__mobile-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}

.eafh__hamburger {
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 0;
  cursor: pointer;
}

.eafh__hamburger span {
  display: block;
  width: 20px;
  height: 1.5px;
  background: var(--eafh-text);
}

.eafh__drawer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 260;
}

.eafh__drawer.is-open {
  pointer-events: auto;
}

.eafh__drawer-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.32);
  opacity: 0;
  transition: opacity .25s ease;
}

.eafh__drawer-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: min(88vw, 360px);
  height: 100vh;
  background: #fff;
  transform: translateX(-100%);
  transition: transform .25s ease;
  box-shadow: 8px 0 30px rgba(0,0,0,.12);
  overflow-y: auto;
}

.eafh__drawer.is-open .eafh__drawer-overlay { opacity: 1; }
.eafh__drawer.is-open .eafh__drawer-panel { transform: translateX(0); }

.eafh__drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 18px 14px;
  border-bottom: 1px solid #eee;
}

.eafh__drawer-title {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.eafh__drawer-close {
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.eafh__drawer-list,
.eafh__drawer-sublist,
.eafh__drawer-grand-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.eafh__drawer-item { border-bottom: 1px solid #f0ebe5; }

.eafh__drawer-link,
.eafh__drawer-summary {
  display: block;
  width: 100%;
  padding: 16px 18px;
  color: #222;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.4;
  background: transparent;
}

.eafh__drawer-summary { cursor: pointer; }

.eafh__drawer-sublist {
  padding: 0 0 10px;
  background: #faf7f3;
}

.eafh__drawer-sublist > li > .eafh__drawer-link {
  padding: 12px 28px;
  color: #4B443F;
}

.eafh__drawer-grand-list { padding: 0 0 10px; }

.eafh__drawer-grand-link {
  display: block;
  padding: 10px 42px;
  color: #6b625c;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
}

@media screen and (max-width: 1250px) {
  .eafh__desktop { display: none !important; }
  .eafh__mobile { display: block !important; }
  .eafh__inner {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1251px) {
  .eafh__desktop { display: block !important; }
  .eafh__mobile { display: none !important; }
}
/* END_SECTION:ef-header-2 */

/* START_SECTION:ef-header-upgrade (INDEX:27) */
:root {
  --efhu-height: 0px;
  --efhu-top-offset: 0px;
  --efhu-total-offset: 0px;
}

/* ============================================================
   FIXED HEADER OFFSET
   The fixed header needs one content offset only.
   Do not apply the offset to nested section wrappers as that creates
   gaps under the header on mobile/product/collection pages.
============================================================ */
html {
  scroll-padding-top: var(--efhu-total-offset);
}

body main#MainContent,
body #MainContent.content-for-layout {
  padding-top: var(--efhu-total-offset) !important;
}

body .content-for-layout:not(#MainContent),
body .shopify-section-group-main-group,
body .shopify-section-group-main-group > .shopify-section:first-child {
  padding-top: 0 !important;
}

body .shopify-section-group-main-group {
  position: relative;
}

.efhu,
.efhu * {
  box-sizing: border-box;
}

.efhu {
  position: fixed;
  top: var(--efhu-top-offset);
  left: 0;
  width: 100%;
  z-index: 220;
  background: var(--efhu-bg);
  color: var(--efhu-text);
  border-bottom: var(--efhu-divider-thickness) solid var(--efhu-divider);
}

.efhu__bar {
  width: 100%;
  min-height: var(--efhu-header-height);
}

.efhu__inner {
  max-width: var(--efhu-content-width);
  margin: 0 auto;
  padding: 0 var(--efhu-side-pad);
  min-height: var(--efhu-header-height);
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(120px, 1fr);
  align-items: center;
  gap: 18px;
}

.efhu__left,
.efhu__center,
.efhu__right {
  display: flex;
  align-items: center;
  min-width: 0;
}

.efhu__left { justify-content: flex-start; }
.efhu__center { justify-content: center; }
.efhu__right { justify-content: flex-end; }

.efhu__brand-link {
  text-decoration: none;
  color: inherit;
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-width: 0;
  transition: color .2s ease;
}

.efhu__brand-link:hover {
  color: var(--efhu-hover);
}

.efhu__brand-image {
  display: block;
  width: auto;
  height: auto;
  max-width: min(100%, var(--efhu-logo-max-width));
  max-height: var(--efhu-logo-max-height);
  object-fit: contain;
}

.efhu__brand-text {
  display: inline-block;
  font-size: clamp(24px, 2.2vw, 44px);
  line-height: 1;
  white-space: nowrap;
  color: var(--efhu-text);
}

.efhu__nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.efhu__menu {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--efhu-menu-gap);
  list-style: none;
  margin: 0;
  padding: 0;
}

.efhu__item {
  position: relative;
}

.efhu__item--has-children::after {
  content: "";
  position: absolute;
  left: -16px;
  right: -16px;
  top: 100%;
  height: calc(var(--efhu-mega-top-gap) + var(--efhu-hover-bridge));
}

.efhu__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: var(--efhu-header-height);
  text-decoration: none;
  color: var(--efhu-text);
  font-size: var(--efhu-menu-size);
  font-weight: var(--efhu-menu-weight);
  letter-spacing: var(--efhu-menu-spacing);
  text-transform: var(--efhu-menu-transform);
  white-space: nowrap;
  line-height: 1;
  transition: color .2s ease, opacity .2s ease;
}

.efhu__link:hover,
.efhu__item:hover > .efhu__link,
.efhu__item:focus-within > .efhu__link,
.efhu__link--active {
  color: var(--efhu-hover);
  opacity: 1;
}

.efhu__link span {
  position: relative;
  display: inline-block;
}

.efhu__link span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 1px;
  background: var(--efhu-hover);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .22s ease;
}

.efhu__item:hover > .efhu__link span::after,
.efhu__item:focus-within > .efhu__link span::after,
.efhu__link--active span::after {
  transform: scaleX(1);
}

.efhu__mega {
  position: fixed;
  top: calc(var(--efhu-top-offset) + var(--efhu-header-height) + var(--efhu-mega-top-gap));
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  z-index: 221;
}

.efhu__item--has-children:hover > .efhu__mega,
.efhu__item--has-children:focus-within > .efhu__mega,
.efhu__mega:hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.efhu__mega-shell {
  width: 100%;
  background: var(--efhu-mega-bg);
  border-top: 1px solid var(--efhu-mega-border);
  box-shadow: var(--efhu-mega-shadow);
}

.efhu__mega-inner {
  max-width: var(--efhu-mega-inner-width);
  margin: 0 auto;
  padding: 22px var(--efhu-mega-pad-x) 24px;
}

.efhu__mega-grid {
  display: grid;
  grid-template-columns: minmax(500px, 600px) minmax(340px, var(--efhu-preview-width));
  justify-content: center;
  gap: clamp(50px, 6vw, 96px);
  align-items: start;
}

.efhu__mega-left {
  min-width: 0;
  display: grid;
  gap: 20px;
  align-content: start;
  padding-top: 2px;
}

.efhu__mega-parent-title {
  position: relative;
  font-size: calc(var(--efhu-mega-parent-title-size) + 3px);
  line-height: 1.12;
  color: var(--efhu-hover);
  margin: 0;
  padding-bottom: 0;
}

.efhu__mega-parent-title::after {
  content: none;
}

.efhu__mega-links {
  min-width: 0;
}

.efhu__mega-links-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(210px, 1fr));
  column-gap: clamp(42px, 4vw, 66px);
  row-gap: 15px;
  align-items: start;
  width: 100%;
  max-width: 100%;
}

.efhu__mega-item {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  width: auto;
  max-width: 100%;
  text-decoration: none;
  color: var(--efhu-mega-muted);
  font-size: calc(var(--efhu-dropdown-item-size) + 1px);
  line-height: 1.25;
  padding: 0;
  transition: color .2s ease, transform .2s ease, opacity .2s ease;
}

.efhu__mega-item span {
  position: relative;
  display: inline-block;
  max-width: 100%;
  text-wrap: balance;
}

.efhu__mega-item span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 1px;
  background: var(--efhu-hover);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}

.efhu__mega-item:hover,
.efhu__mega-item:focus,
.efhu__mega-item.is-active {
  color: var(--efhu-hover);
  transform: translateX(2px);
  opacity: 1;
}

.efhu__mega-item:hover span::after,
.efhu__mega-item:focus span::after {
  transform: scaleX(1);
}

.efhu__mega-preview-wrap {
  position: relative;
  min-height: calc(var(--efhu-preview-image-height) + 118px);
}

.efhu__mega-preview {
  display: none;
}

.efhu__mega-preview.is-active {
  display: block;
}

.efhu__preview-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(184,147,82,.18);
  border-radius: var(--efhu-preview-radius);
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.efhu__preview-card:hover {
  transform: translateY(-1px);
  border-color: rgba(184,147,82,.5);
  box-shadow: 0 10px 20px rgba(0,0,0,.06);
}

.efhu__preview-media {
  height: var(--efhu-preview-image-height);
  background: #ece7e1;
  overflow: hidden;
}

.efhu__preview-image,
.efhu__preview-placeholder {
  display: block;
  width: 100%;
  height: 100%;
}

.efhu__preview-image {
  object-fit: cover;
}

.efhu__preview-placeholder {
  background:
    linear-gradient(135deg, rgba(0,0,0,.06), rgba(0,0,0,.02)),
    linear-gradient(180deg, #efeae4, #dfd6cc);
}

.efhu__preview-content {
  padding: 16px 18px 18px;
}

.efhu__preview-eyebrow {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--efhu-hover);
  margin-bottom: 9px;
}

.efhu__preview-title {
  font-size: calc(var(--efhu-dropdown-heading-size) + 3px);
  line-height: 1.12;
  color: var(--efhu-mega-text);
  margin-bottom: 8px;
}

.efhu__preview-text {
  font-size: var(--efhu-dropdown-body-size);
  line-height: 1.52;
  color: var(--efhu-mega-muted);
  margin-bottom: 0;
}

/* Simple dropdown, used by The Edit */
.efhu__mega--simple .efhu__mega-inner--simple {
  padding: 24px var(--efhu-mega-pad-x) 28px;
}

.efhu__simple-dropdown {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 20px;
}

.efhu__simple-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(250px, 1fr));
  column-gap: clamp(54px, 6vw, 88px);
  row-gap: 14px;
}

.efhu__simple-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-self: start;
  min-height: 28px;
  text-decoration: none;
  color: var(--efhu-mega-muted);
  font-size: calc(var(--efhu-dropdown-item-size) + 1px);
  line-height: 1.35;
  transition: color .2s ease, transform .2s ease;
}

.efhu__simple-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 1px;
  background: var(--efhu-hover);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}

.efhu__simple-link:hover,
.efhu__simple-link:focus,
.efhu__simple-link.is-active {
  color: var(--efhu-hover);
  transform: translateX(2px);
}

.efhu__simple-link:hover::after,
.efhu__simple-link:focus::after,
.efhu__simple-link.is-active::after {
  transform: scaleX(1);
}

.efhu__simple-nested {
  display: grid;
  gap: 7px;
  padding: 8px 0 2px 12px;
}

.efhu__simple-nested-link {
  display: block;
  text-decoration: none;
  color: var(--efhu-mega-muted);
  font-size: calc(var(--efhu-dropdown-item-size) - 1px);
  line-height: 1.3;
  opacity: .85;
}

.efhu__simple-nested-link:hover,
.efhu__simple-nested-link:focus {
  color: var(--efhu-hover);
  opacity: 1;
}

.efhu__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--efhu-actions-gap);
}

.efhu__icon-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--efhu-icon-size);
  height: var(--efhu-icon-size);
  color: var(--efhu-text);
  text-decoration: none;
  transition: color .2s ease, opacity .2s ease, transform .2s ease;
  flex: 0 0 auto;
}

.efhu__icon-link:hover {
  color: var(--efhu-hover);
  opacity: 1;
  transform: translateY(-1px);
}

.efhu__icon {
  display: block;
}

.efhu__icon--search {
  width: calc((var(--efhu-icon-size) - 8px) * var(--efhu-search-icon-scale));
  height: calc((var(--efhu-icon-size) - 8px) * var(--efhu-search-icon-scale));
}

.efhu__icon--account {
  width: calc((var(--efhu-icon-size) - 8px) * var(--efhu-account-icon-scale));
  height: calc((var(--efhu-icon-size) - 8px) * var(--efhu-account-icon-scale));
}

.efhu__icon--cart-fallback {
  width: calc((var(--efhu-icon-size) - 8px) * var(--efhu-cart-icon-scale));
  height: calc((var(--efhu-icon-size) - 8px) * var(--efhu-cart-icon-scale));
}

.efhu__cart-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--efhu-icon-size);
  height: var(--efhu-icon-size);
  overflow: visible;
  flex: 0 0 var(--efhu-icon-size);
  transition: color .2s ease;
}

.efhu__cart-wrap:hover {
  color: var(--efhu-hover);
}

.efhu__cart-wrap > .ef-header-cart,
.efhu__cart-wrap .ef-header-cart__toggle,
.efhu__cart-wrap .header__icon,
.efhu__cart-wrap .site-header__icon,
.efhu__mobile-cart-wrap > .ef-header-cart,
.efhu__mobile-cart-wrap .ef-header-cart__toggle {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.efhu__cart-wrap .ef-header-cart__toggle > .ef-header-cart__icon svg,
.efhu__mobile-cart-wrap .ef-header-cart__toggle > .ef-header-cart__icon svg {
  width: calc((var(--efhu-icon-size) - 8px) * var(--efhu-cart-icon-scale)) !important;
  height: calc((var(--efhu-icon-size) - 8px) * var(--efhu-cart-icon-scale)) !important;
  max-width: none !important;
  max-height: none !important;
  display: block;
}

.efhu__mobile-cart-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--efhu-icon-size);
  height: var(--efhu-icon-size);
  overflow: visible;
  flex: 0 0 var(--efhu-icon-size);
}

.efhu__actions > * {
  flex: 0 0 auto;
}

.efhu__cart-count {
  position: absolute;
  top: -3px;
  right: -4px;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--efhu-text);
  color: var(--efhu-bg);
  font-size: 10px;
  line-height: 17px;
  text-align: center;
  font-weight: 700;
}

.efhu__mobile {
  display: none;
}

.efhu__mobile-bar {
  min-height: var(--efhu-mobile-height);
  display: grid;
  grid-template-columns: 40px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 0 var(--efhu-mobile-side-pad);
}

.efhu__mobile-brand {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
}

.efhu__mobile-brand-image {
  display: block;
  width: auto;
  height: auto;
  max-width: min(100%, var(--efhu-logo-max-width-mobile));
  max-height: var(--efhu-logo-max-height-mobile);
  object-fit: contain;
}

.efhu__mobile-brand-text {
  color: var(--efhu-text);
  font-size: 20px;
  line-height: 1;
  text-align: center;
}

.efhu__mobile-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.efhu__hamburger {
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 0;
  cursor: pointer;
}

.efhu__hamburger span {
  display: block;
  width: 20px;
  height: 1.5px;
  background: var(--efhu-text);
}

.efhu__drawer {
  position: fixed;
  inset: 0;
  z-index: 300;
  pointer-events: none;
}

.efhu__drawer.is-open {
  pointer-events: auto;
}

.efhu__drawer-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.32);
  opacity: 0;
  transition: opacity .24s ease;
}

.efhu__drawer-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: min(88vw, 360px);
  height: 100vh;
  background: #fff;
  transform: translateX(-100%);
  transition: transform .24s ease;
  box-shadow: 10px 0 30px rgba(0,0,0,.12);
  overflow-y: auto;
}

.efhu__drawer.is-open .efhu__drawer-overlay {
  opacity: 1;
}

.efhu__drawer.is-open .efhu__drawer-panel {
  transform: translateX(0);
}

.efhu__drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px;
  border-bottom: 1px solid #eee;
}

.efhu__drawer-title {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.efhu__drawer-close {
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.efhu__drawer-list,
.efhu__drawer-sublist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.efhu__drawer-item {
  border-bottom: 1px solid #f0ebe5;
}

.efhu__drawer-link,
.efhu__drawer-summary {
  display: block;
  width: 100%;
  padding: 16px 18px;
  color: #222;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.4;
  background: transparent;
  transition: color .2s ease, background .2s ease;
}

.efhu__drawer-link:hover,
.efhu__drawer-summary:hover {
  color: var(--efhu-hover);
  background: rgba(184,147,82,.06);
}

.efhu__drawer-summary {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.efhu__drawer-summary::after {
  content: "+";
  font-size: 18px;
  line-height: 1;
  color: #6d655d;
}

.efhu__drawer-details[open] > .efhu__drawer-summary::after {
  content: "–";
}

.efhu__drawer-sublist {
  padding: 0 0 10px;
  background: #faf7f3;
}

.efhu__drawer-sublist > li > .efhu__drawer-link {
  padding: 12px 28px;
  color: #4b443f;
}

.efhu__drawer-sublist--nested {
  background: rgba(0,0,0,.025);
  padding: 0 0 8px;
}

.efhu__drawer-link--nested {
  padding: 9px 38px !important;
  font-size: 14px;
  color: #6d655d !important;
}

@media screen and (max-width: 1500px) {
  .efhu__mega-grid {
    grid-template-columns: minmax(460px, 540px) minmax(320px, var(--efhu-preview-width));
    gap: clamp(38px, 5vw, 76px);
  }

  .efhu__mega-links-grid {
    grid-template-columns: repeat(2, minmax(185px, 1fr));
    column-gap: 42px;
    row-gap: 15px;
  }
}

@media screen and (max-width: 1300px) {
  .efhu__inner {
    grid-template-columns: minmax(180px, 1fr) auto minmax(90px, 1fr);
    gap: 14px;
  }

  .efhu__menu {
    gap: 16px;
  }

  .efhu__mega-grid {
    grid-template-columns: 390px minmax(260px, 320px);
    gap: 34px;
  }

  .efhu__mega-links-grid {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
    column-gap: 28px;
    row-gap: 14px;
  }

  .efhu__simple-links {
    column-gap: 38px;
  }
}

@media screen and (max-width: 1180px) {
  .efhu__desktop {
    display: none !important;
  }

  .efhu__mobile {
    display: block !important;
  }
}

@media screen and (min-width: 1181px) {
  .efhu__desktop {
    display: block !important;
  }

  .efhu__mobile {
    display: none !important;
  }
}

/* ============================================================
   MOBILE ANNOUNCEMENT → HEADER GAP FIX
   Desktop is untouched. This only prevents the mobile fixed header
   from sitting too low below the black announcement bar.
============================================================ */
@media screen and (max-width: 1180px) {
  .efhu {
    top: var(--efhu-top-offset) !important;
  }

  body main#MainContent,
  body #MainContent.content-for-layout {
    padding-top: var(--efhu-total-offset) !important;
  }

  body .content-for-layout:not(#MainContent),
  body .shopify-section-group-main-group,
  body .shopify-section-group-main-group > .shopify-section:first-child {
    padding-top: 0 !important;
  }
}


/* ============================================================
   MOBILE HEADER — PREMIUM POLISH
   Mobile only. Desktop header/mega menu untouched.
============================================================ */
@media screen and (max-width: 1180px) {
  .efhu {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: var(--efhu-divider-thickness) solid var(--efhu-divider);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.045);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .efhu__mobile-bar {
    min-height: var(--efhu-mobile-height);
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 10px;
    padding: 0 max(14px, var(--efhu-mobile-side-pad));
  }

  .efhu__hamburger {
    width: 40px;
    height: 40px;
    align-items: flex-start;
    padding-left: 2px;
    gap: 5.5px;
    color: var(--efhu-text);
    -webkit-tap-highlight-color: transparent;
  }

  .efhu__hamburger span {
    width: 22px;
    height: 1.5px;
    background: currentColor;
    border-radius: 999px;
    transform-origin: center;
    transition:
      transform 0.22s ease,
      opacity 0.18s ease,
      width 0.22s ease,
      background 0.22s ease;
  }

  .efhu__hamburger:hover span,
  .efhu__hamburger.is-open span {
    background: var(--efhu-hover);
  }

  .efhu__hamburger.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .efhu__hamburger.is-open span:nth-child(2) {
    opacity: 0;
    width: 0;
  }

  .efhu__hamburger.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .efhu__mobile-brand {
    min-width: 0;
    justify-content: center;
    padding: 0 2px;
  }

  .efhu__mobile-brand .efhu__brand-link {
    max-width: 100%;
    justify-content: center;
  }

  .efhu__mobile-brand-image {
    max-width: min(100%, var(--efhu-logo-max-width-mobile));
    max-height: var(--efhu-logo-max-height-mobile);
    object-fit: contain;
    transform: translateY(1px);
  }

  .efhu__mobile-brand-text {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 0.035em;
  }

  .efhu__mobile-actions {
    gap: 7px;
  }

  .efhu__mobile-actions .efhu__icon-link {
    width: 38px;
    height: 40px;
    color: var(--efhu-text);
    -webkit-tap-highlight-color: transparent;
  }

  .efhu__mobile-actions .efhu__icon-link:hover {
    color: var(--efhu-hover);
    transform: none;
  }

  .efhu__mobile-actions .efhu__icon {
    transition: transform 0.2s ease, color 0.2s ease;
  }

  .efhu__mobile-actions .efhu__icon-link:active .efhu__icon {
    transform: scale(0.94);
  }

  .efhu__mobile-actions .efhu__icon--search {
    width: 24px;
    height: 24px;
  }

  .efhu__mobile-actions .efhu__icon--cart-fallback {
    width: 26px;
    height: 26px;
  }

  .efhu__cart-count {
    top: 2px;
    right: 1px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border: 1.5px solid var(--efhu-bg);
    background: var(--efhu-text);
    color: var(--efhu-bg);
    font-size: 10px;
    line-height: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.16);
  }

  .efhu__drawer {
    z-index: 420;
  }

  .efhu__drawer-overlay {
    background:
      radial-gradient(circle at top left, rgba(184, 147, 82, 0.12), transparent 18rem),
      rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
  }

  .efhu__drawer-panel {
    width: min(88vw, 390px);
    height: 100dvh;
    background:
      radial-gradient(circle at top center, rgba(184, 147, 82, 0.08), transparent 16rem),
      #fffdf9;
    border-right: 1px solid rgba(184,147,82,0.18);
    box-shadow: 18px 0 44px rgba(0,0,0,.18);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .efhu__drawer-header {
    position: sticky;
    top: 0;
    z-index: 2;
    min-height: 68px;
    padding: 18px 20px;
    background: rgba(255, 253, 249, 0.96);
    border-bottom: 1px solid rgba(184,147,82,0.18);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .efhu__drawer-title {
    position: relative;
    color: var(--efhu-text);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }

  .efhu__drawer-title::after {
    content: "";
    display: block;
    width: 42px;
    height: 1px;
    margin-top: 8px;
    background: var(--efhu-hover);
    opacity: 0.7;
  }

  .efhu__drawer-close {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(184,147,82,0.22);
    border-radius: 999px;
    background: rgba(255,255,255,0.72);
    color: var(--efhu-text);
    font-size: 28px;
    line-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition:
      background 0.2s ease,
      color 0.2s ease,
      border-color 0.2s ease,
      transform 0.2s ease;
    -webkit-tap-highlight-color: transparent;
  }

  .efhu__drawer-close:hover {
    background: var(--efhu-hover);
    border-color: var(--efhu-hover);
    color: #fff;
    transform: rotate(90deg);
  }

  .efhu__drawer-nav {
    padding: 8px 0 22px;
  }

  .efhu__drawer-item {
    border-bottom: 1px solid rgba(184,147,82,0.12);
  }

  .efhu__drawer-link,
  .efhu__drawer-summary {
    padding: 17px 22px;
    color: var(--efhu-text);
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: transparent;
    -webkit-tap-highlight-color: transparent;
  }

  .efhu__drawer-summary {
    min-height: 58px;
  }

  .efhu__drawer-summary::after {
    content: "+";
    width: 28px;
    height: 28px;
    border: 1px solid rgba(184,147,82,0.20);
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--efhu-hover);
    font-size: 18px;
    line-height: 1;
    transition:
      transform 0.22s ease,
      background 0.22s ease,
      color 0.22s ease,
      border-color 0.22s ease;
  }

  .efhu__drawer-details[open] > .efhu__drawer-summary::after {
    content: "–";
    transform: rotate(180deg);
    background: var(--efhu-hover);
    border-color: var(--efhu-hover);
    color: #fff;
  }

  .efhu__drawer-link:hover,
  .efhu__drawer-summary:hover {
    color: var(--efhu-hover);
    background: rgba(184,147,82,.055);
  }

  .efhu__drawer-sublist {
    padding: 4px 0 12px;
    background:
      linear-gradient(180deg, rgba(184,147,82,0.055), rgba(184,147,82,0.025));
    border-top: 1px solid rgba(184,147,82,0.10);
  }

  .efhu__drawer-sublist > li > .efhu__drawer-link {
    position: relative;
    padding: 12px 26px 12px 30px;
    color: rgba(47, 42, 38, 0.78);
    font-size: 13px;
    letter-spacing: 0.055em;
    text-transform: none;
  }

  .efhu__drawer-sublist > li > .efhu__drawer-link::before {
    content: none;
  }

  .efhu__drawer-sublist--nested {
    background: rgba(255,255,255,0.36);
    padding: 0 0 8px;
  }

  .efhu__drawer-link--nested {
    padding: 9px 34px !important;
    font-size: 12.5px;
    color: rgba(47, 42, 38, 0.66) !important;
  }
}

@media screen and (max-width: 430px) {
  .efhu__mobile-bar {
    grid-template-columns: 38px minmax(0, 1fr) auto;
    gap: 6px;
    padding-left: 13px;
    padding-right: 10px;
  }

  .efhu__hamburger {
    width: 36px;
  }

  .efhu__hamburger span {
    width: 20px;
  }

  .efhu__mobile-actions {
    gap: 4px;
  }

  .efhu__mobile-actions .efhu__icon-link {
    width: 35px;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .efhu__hamburger span,
  .efhu__drawer-overlay,
  .efhu__drawer-panel,
  .efhu__drawer-close,
  .efhu__drawer-summary::after,
  .efhu__mobile-actions .efhu__icon {
    transition: none !important;
  }

  .efhu__drawer-close:hover,
  .efhu__hamburger.is-open span:nth-child(1),
  .efhu__hamburger.is-open span:nth-child(3) {
    transform: none;
  }
}



/* ============================================================
   DESKTOP MEGA MENU — EARTH & FLAME STATIC FEATURE CARD V4
   Desktop only. Mobile drawer/search/cart stay untouched.

   What changed:
   - Right-side card is now static, not hover-swapped
   - Image fills the right card
   - Text sits in a warm off-white overlay box
   - Dropdown is tighter, cleaner and better aligned on desktop
============================================================ */
@media screen and (min-width: 1181px) {
  .efhu__inner {
    grid-template-columns: minmax(260px, 1fr) auto minmax(130px, 1fr);
  }

  .efhu__menu {
    gap: clamp(20px, 1.8vw, 30px);
  }

  .efhu__link {
    font-size: var(--efhu-menu-size);
    font-weight: var(--efhu-menu-weight);
    letter-spacing: var(--efhu-menu-spacing);
    text-transform: var(--efhu-menu-transform);
    line-height: var(--efhu-menu-line-height);
  }

  .efhu__mega-shell {
    background:
      radial-gradient(circle at top center, rgba(184, 149, 91, 0.024), transparent 34rem),
      #ffffff;
    border-top: 1px solid rgba(184, 149, 91, 0.13);
    border-bottom: 1px solid rgba(184, 149, 91, 0.10);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.042);
  }

  .efhu__mega-inner {
    max-width: min(var(--efhu-mega-inner-width), 1500px);
    padding: 17px var(--efhu-mega-pad-x) 18px;
  }

  .efhu__mega-grid {
    grid-template-columns: minmax(500px, 640px) minmax(390px, 520px);
    justify-content: center;
    align-items: stretch;
    gap: clamp(76px, 9vw, 150px);
  }

  .efhu__mega-left {
    gap: 15px;
    padding-top: 3px;
    align-self: start;
  }

  .efhu__mega-parent-title {
    display: inline-block;
    width: fit-content;
    margin: 0;
    padding-bottom: 0;
    color: var(--efhu-hover);
    font-size: clamp(9px, var(--efhu-mega-parent-title-size), 14px);
    line-height: var(--efhu-submenu-heading-line-height);
    font-weight: var(--efhu-submenu-heading-weight);
    letter-spacing: var(--efhu-submenu-heading-spacing);
    text-transform: uppercase;
  }

  .efhu__mega-parent-title::after {
    content: "";
    display: block;
    width: var(--efhu-submenu-heading-underline-width);
    height: var(--efhu-submenu-heading-underline-thickness);
    margin-top: var(--efhu-submenu-heading-underline-gap);
    background: currentColor;
    opacity: 0.78;
  }

  .efhu__mega-links-grid {
    grid-template-columns: repeat(2, minmax(190px, 1fr));
    column-gap: clamp(54px, 5vw, 84px);
    row-gap: 13px;
  }

  .efhu__mega-item {
    color: rgba(46, 42, 38, 0.82);
    font-size: var(--efhu-dropdown-item-size);
    line-height: var(--efhu-dropdown-item-line-height);
    font-weight: var(--efhu-dropdown-item-weight);
    letter-spacing: var(--efhu-dropdown-item-spacing);
    transform: none;
  }

  .efhu__mega-item:hover,
  .efhu__mega-item:focus {
    color: #b8955b;
    transform: translateX(2px);
  }

  .efhu__mega-item.is-active {
    color: rgba(46, 42, 38, 0.82);
    transform: none;
  }

  .efhu__mega-item.is-active span::after {
    transform: scaleX(0);
  }

  .efhu__mega-item:hover span::after,
  .efhu__mega-item:focus span::after {
    transform: scaleX(1);
  }

  .efhu__mega-preview-wrap {
    position: relative;
    width: 100%;
    min-height: 0;
    align-self: stretch;
  }

  .efhu__mega-preview,
  .efhu__mega-preview.is-active {
    display: block;
    height: 100%;
  }

  .efhu__mega-preview:not(:first-child) {
    display: none !important;
  }

  .efhu__preview-card {
    position: relative;
    display: block;
    width: 100%;
    height: clamp(215px, 14.5vw, 258px);
    min-height: 215px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background: #f3f1ee;
    border: 1px solid rgba(184, 149, 91, 0.18);
    border-radius: 2px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.045);
    transform: none;
  }

  .efhu__preview-card:hover {
    transform: none;
    border-color: rgba(184, 149, 91, 0.28);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.058);
  }

  .efhu__preview-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding-left: clamp(245px, 39%, 295px);
    background: #f3f1ee;
    overflow: hidden;
  }

  .efhu__preview-image,
  .efhu__preview-placeholder {
    width: 100%;
    height: 100%;
    display: block;
  }

  .efhu__preview-image {
    object-fit: var(--efhu-preview-image-fit);
    object-position: var(--efhu-preview-image-position);
    transition: none;
    transform: none;
    background: #f3f1ee;
  }

  .efhu__preview-card:hover .efhu__preview-image {
    transform: none;
  }

  .efhu__preview-placeholder {
    background:
      linear-gradient(135deg, rgba(184, 149, 91, 0.10), rgba(255, 255, 255, 0.28)),
      linear-gradient(180deg, #f3f1ee, #e6ded3);
  }

  .efhu__preview-content {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: clamp(245px, 39%, 295px);
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 22px 22px 21px;
    background:
      linear-gradient(180deg, rgba(243, 241, 238, 0.97), rgba(239, 235, 229, 0.965));
    border-right: 1px solid rgba(184, 149, 91, 0.20);
    box-shadow: none;
  }

  .efhu__preview-eyebrow {
    margin: 0 0 11px;
    color: #b8955b;
    font-size: 9.5px;
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: 0.20em;
    text-transform: uppercase;
  }

  .efhu__preview-title {
    margin: 0 0 12px;
    color: #2e2a26;
    font-size: clamp(20px, var(--efhu-dropdown-heading-size), 28px);
    line-height: 1.08;
    font-weight: 400;
    overflow-wrap: normal;
  }

  .efhu__preview-text {
    margin: 0;
    color: rgba(46, 42, 38, 0.76);
    font-size: var(--efhu-dropdown-body-size);
    line-height: 1.52;
    overflow-wrap: normal;
  }

  .efhu__mega--simple .efhu__mega-inner--simple {
    padding-top: 18px;
    padding-bottom: 20px;
  }

  .efhu__simple-dropdown {
    max-width: 820px;
    gap: 14px;
  }

  .efhu__simple-links {
    row-gap: 11px;
  }

  .efhu__simple-link {
    color: rgba(46, 42, 38, 0.84);
    font-size: var(--efhu-dropdown-item-size);
    line-height: var(--efhu-dropdown-item-line-height);
    font-weight: var(--efhu-dropdown-item-weight);
    letter-spacing: var(--efhu-dropdown-item-spacing);
  }

  .efhu__simple-link:hover,
  .efhu__simple-link:focus,
  .efhu__simple-link.is-active {
    color: #b8955b;
  }
}

@media screen and (min-width: 1181px) and (max-width: 1380px) {
  .efhu__mega-inner {
    padding-top: 15px;
    padding-bottom: 16px;
  }

  .efhu__mega-grid {
    grid-template-columns: minmax(430px, 560px) minmax(340px, 440px);
    gap: clamp(44px, 5.5vw, 86px);
  }

  .efhu__mega-links-grid {
    grid-template-columns: repeat(2, minmax(165px, 1fr));
    column-gap: 38px;
  }

  .efhu__mega-item {
    font-size: 15px;
  }

  .efhu__preview-card {
    height: 220px;
  }

  .efhu__preview-content {
    width: min(240px, 54%);
    padding: 19px 18px;
  }

  .efhu__preview-title {
    font-size: clamp(18px, var(--efhu-dropdown-heading-size), 24px);
  }

  .efhu__preview-text {
    font-size: clamp(12px, var(--efhu-dropdown-body-size), 13px);
    line-height: 1.48;
  }
}


/* ============================================================
   DESKTOP MEGA MENU — PUSH STATIC FEATURE CARD FAR RIGHT
   Desktop only. Moves the image/text card close to the right edge
   while keeping the collection links clean on the left.
============================================================ */
@media screen and (min-width: 1181px) {
  .efhu__mega-inner {
    max-width: min(calc(100vw - 56px), 1880px);
    padding-left: clamp(30px, 3vw, 58px);
    padding-right: clamp(18px, 2vw, 36px);
  }

  .efhu__mega-grid {
    width: 100%;
    grid-template-columns: minmax(500px, 660px) minmax(430px, 560px);
    justify-content: space-between;
    gap: clamp(34px, 4.5vw, 86px);
  }

  .efhu__mega-left {
    max-width: 660px;
  }

  .efhu__mega-preview-wrap {
    justify-self: end;
    width: min(560px, 100%);
    max-width: 560px;
  }

  .efhu__preview-card {
    width: 100%;
  }
}

@media screen and (min-width: 1181px) and (max-width: 1380px) {
  .efhu__mega-inner {
    max-width: min(calc(100vw - 34px), 1320px);
    padding-left: clamp(22px, 2.6vw, 36px);
    padding-right: clamp(14px, 1.6vw, 24px);
  }

  .efhu__mega-grid {
    grid-template-columns: minmax(400px, 560px) minmax(330px, 430px);
    justify-content: space-between;
    gap: clamp(24px, 3vw, 42px);
  }

  .efhu__mega-preview-wrap {
    width: min(430px, 100%);
    max-width: 430px;
  }
}


/* ============================================================
   DESKTOP MEGA MENU — FINAL FLOW + GOLD BOTTOM LINE V5
   Desktop only. This final override keeps the feature card near
   the right edge, brings the submenu links back into a cleaner
   centre-right flow, resets the typography, and adds selectable
   one-line/two-line gold dividers at the bottom of the dropdown.
============================================================ */
@media screen and (min-width: 1181px) {
  .efhu__inner {
    grid-template-columns: minmax(250px, 1fr) auto minmax(130px, 1fr);
  }

  .efhu__menu {
    gap: clamp(18px, 1.65vw, 28px);
  }

  .efhu__link {
    font-size: var(--efhu-menu-size);
    font-weight: var(--efhu-menu-weight);
    letter-spacing: var(--efhu-menu-spacing);
    text-transform: var(--efhu-menu-transform);
    line-height: var(--efhu-menu-line-height);
  }

  .efhu__mega-shell {
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(184, 149, 91, 0.12);
    border-bottom: 0 !important;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.04);
  }

  .efhu__mega-shell::after,
  .efhu__mega-shell::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: var(--efhu-mega-bottom-line-thickness);
    background: var(--efhu-mega-bottom-line-color);
    pointer-events: none;
    z-index: 3;
  }

  .efhu__mega-shell::after {
    bottom: 0;
    opacity: var(--efhu-mega-bottom-line-one-opacity);
  }

  .efhu__mega-shell::before {
    bottom: calc(var(--efhu-mega-bottom-line-thickness) + var(--efhu-mega-bottom-line-gap));
    opacity: var(--efhu-mega-bottom-line-two-opacity);
  }

  .efhu__mega-inner {
    max-width: min(calc(100vw - 56px), 1700px);
    padding: 18px clamp(22px, 2vw, 40px) 24px clamp(28px, 3vw, 70px);
  }

  .efhu__mega-grid {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(540px, 660px) minmax(430px, 560px);
    gap: clamp(72px, 8vw, 150px);
    justify-content: end;
    align-items: start;
  }

  .efhu__mega-left {
    grid-column: 1;
    max-width: 660px;
    gap: 14px;
    padding-top: 2px;
    align-self: start;
  }

  .efhu__mega-parent-title {
    display: inline-block;
    width: fit-content;
    margin: 0;
    padding-bottom: 0;
    color: var(--efhu-hover);
    font-size: clamp(9px, var(--efhu-mega-parent-title-size), 14px);
    line-height: var(--efhu-submenu-heading-line-height);
    font-weight: var(--efhu-submenu-heading-weight);
    letter-spacing: var(--efhu-submenu-heading-spacing);
    text-transform: uppercase;
  }

  .efhu__mega-parent-title::after {
    content: "";
    display: block;
    width: var(--efhu-submenu-heading-underline-width);
    height: var(--efhu-submenu-heading-underline-thickness);
    margin-top: var(--efhu-submenu-heading-underline-gap);
    background: currentColor;
    opacity: 0.78;
  }

  .efhu__mega-links-grid {
    grid-template-columns: repeat(2, minmax(188px, 1fr));
    column-gap: clamp(50px, 4vw, 74px);
    row-gap: 10px;
  }

  .efhu__mega-item {
    color: rgba(46, 42, 38, 0.82);
    font-size: var(--efhu-dropdown-item-size);
    line-height: var(--efhu-dropdown-item-line-height);
    font-weight: var(--efhu-dropdown-item-weight);
    letter-spacing: var(--efhu-dropdown-item-spacing);
    transform: none;
  }

  .efhu__mega-item:hover,
  .efhu__mega-item:focus {
    color: #b8955b;
    transform: translateX(2px);
  }

  .efhu__mega-preview-wrap {
    grid-column: 2;
    justify-self: end;
    width: min(560px, 100%);
    max-width: 560px;
    min-height: 0;
  }

  .efhu__preview-card {
    height: clamp(210px, 13.5vw, 248px);
    min-height: 210px;
    max-width: 560px;
    border: 1px solid rgba(184, 149, 91, 0.18);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.043);
  }

  .efhu__preview-content {
    width: min(250px, 50%);
    padding: 20px 18px 19px;
  }

  .efhu__preview-eyebrow {
    margin-bottom: 10px;
    font-size: 9px;
    letter-spacing: 0.19em;
  }

  .efhu__preview-title {
    margin-bottom: 10px;
    font-size: clamp(18px, var(--efhu-dropdown-heading-size), 28px);
    line-height: 1.08;
  }

  .efhu__preview-text {
    font-size: var(--efhu-dropdown-body-size);
    line-height: 1.52;
  }

  .efhu__simple-dropdown {
    max-width: 820px;
    gap: 13px;
  }

  .efhu__simple-link {
    font-size: var(--efhu-dropdown-item-size);
    line-height: var(--efhu-dropdown-item-line-height);
    font-weight: var(--efhu-dropdown-item-weight);
    letter-spacing: var(--efhu-dropdown-item-spacing);
  }
}

@media screen and (min-width: 1181px) and (max-width: 1500px) {
  .efhu__mega-inner {
    max-width: min(calc(100vw - 42px), 1460px);
    padding-left: clamp(22px, 2.2vw, 36px);
    padding-right: clamp(14px, 1.4vw, 24px);
  }

  .efhu__mega-grid {
    grid-template-columns: minmax(460px, 560px) minmax(360px, 460px);
    gap: clamp(40px, 5vw, 76px);
  }

  .efhu__mega-links-grid {
    grid-template-columns: repeat(2, minmax(160px, 1fr));
    column-gap: 36px;
    row-gap: 9px;
  }

  .efhu__mega-item {
    font-size: clamp(13px, var(--efhu-dropdown-item-size), 15px);
  }

  .efhu__mega-preview-wrap {
    width: min(460px, 100%);
    max-width: 460px;
  }

  .efhu__preview-card {
    height: 220px;
  }

  .efhu__preview-content {
    width: min(232px, 52%);
    padding: 18px 17px;
  }

  .efhu__preview-title {
    font-size: clamp(18px, var(--efhu-dropdown-heading-size), 24px);
  }

  .efhu__preview-text {
    font-size: clamp(12px, var(--efhu-dropdown-body-size), 13px);
    line-height: 1.48;
  }
}

@media screen and (min-width: 1181px) and (max-width: 1280px) {
  .efhu__menu {
    gap: 15px;
  }

  .efhu__link {
    font-size: clamp(12px, var(--efhu-menu-size), 14px);
    letter-spacing: var(--efhu-menu-spacing);
  }

  .efhu__mega-grid {
    grid-template-columns: minmax(390px, 510px) minmax(320px, 410px);
    gap: 30px;
  }

  .efhu__mega-links-grid {
    grid-template-columns: repeat(2, minmax(140px, 1fr));
    column-gap: 24px;
    row-gap: 8px;
  }

  .efhu__mega-item {
    font-size: clamp(12.5px, var(--efhu-dropdown-item-size), 14px);
  }

  .efhu__mega-parent-title {
    font-size: clamp(9px, var(--efhu-mega-parent-title-size), 12.5px);
  }

  .efhu__mega-preview-wrap {
    width: min(410px, 100%);
    max-width: 410px;
  }

  .efhu__preview-card {
    height: 210px;
  }

  .efhu__preview-content {
    width: min(220px, 54%);
  }
}



/* ============================================================
   FINAL DESKTOP OVERRIDE — NAV-ALIGNED SUBMENU + RIGHT FEATURE
   Desktop only. Mobile menu untouched.

   Target layout:
   - "Collections" starts closer under the main HOME nav area
   - Feature card sits much further right, near the desktop edge
   - Both areas stay visually connected instead of floating apart
============================================================ */
@media screen and (min-width: 1181px) {
  .efhu__mega-inner {
    max-width: calc(100vw - 8px) !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: clamp(360px, 37vw, 760px) !important;
    padding-right: 8px !important;
  }

  .efhu__mega-grid {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(500px, 650px) minmax(520px, 590px) !important;
    justify-content: space-between !important;
    align-items: stretch !important;
    gap: clamp(34px, 4vw, 72px) !important;
  }

  .efhu__mega-left {
    max-width: 650px !important;
    justify-self: start !important;
    align-self: start !important;
  }

  .efhu__mega-links-grid {
    grid-template-columns: repeat(2, minmax(170px, 1fr)) !important;
    column-gap: clamp(34px, 3.2vw, 58px) !important;
    row-gap: 10px !important;
  }

  .efhu__mega-preview-wrap {
    grid-column: 2 !important;
    justify-self: end !important;
    width: min(590px, 100%) !important;
    max-width: 590px !important;
    min-height: 0 !important;
  }

  .efhu__preview-card {
    width: 100% !important;
    max-width: 590px !important;
    height: clamp(210px, 13.5vw, 245px) !important;
    min-height: 210px !important;
  }

  .efhu__preview-content {
    width: clamp(235px, 41%, 265px) !important;
    padding: 20px 20px 19px !important;
  }

  .efhu__preview-media {
    padding-left: clamp(235px, 41%, 265px) !important;
  }
}

@media screen and (min-width: 1181px) and (max-width: 1500px) {
  .efhu__mega-inner {
    max-width: calc(100vw - 8px) !important;
    padding-left: clamp(210px, 24vw, 360px) !important;
    padding-right: 8px !important;
  }

  .efhu__mega-grid {
    grid-template-columns: minmax(420px, 540px) minmax(390px, 480px) !important;
    justify-content: space-between !important;
    gap: clamp(26px, 3.2vw, 54px) !important;
  }

  .efhu__mega-left {
    max-width: 540px !important;
  }

  .efhu__mega-links-grid {
    grid-template-columns: repeat(2, minmax(150px, 1fr)) !important;
    column-gap: clamp(28px, 2.8vw, 42px) !important;
    row-gap: 9px !important;
  }

  .efhu__mega-preview-wrap,
  .efhu__preview-card {
    width: min(480px, 100%) !important;
    max-width: 480px !important;
  }

  .efhu__preview-card {
    height: 220px !important;
  }

  .efhu__preview-content {
    width: clamp(215px, 48%, 235px) !important;
    padding: 18px 17px !important;
  }

  .efhu__preview-media {
    padding-left: clamp(215px, 48%, 235px) !important;
  }
}



/* ============================================================
   FINAL DESKTOP OVERRIDE — TRUE NAV-ALIGNED SUBMENU + RIGHT CARD
   Desktop only. Mobile untouched.

   This deliberately positions the two desktop dropdown zones separately:
   - left submenu starts under the main nav/HOME area
   - right feature card sits close to the right edge
============================================================ */
@media screen and (min-width: 1181px) {
  .efhu__mega-inner {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 18px 0 20px !important;
  }

  .efhu__mega-grid {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    min-height: 235px !important;
    max-width: none !important;
    margin: 0 !important;
  }

  .efhu__mega-left {
    position: absolute !important;
    top: 0 !important;
    left: clamp(560px, 40vw, 820px) !important;
    width: min(650px, calc(100vw - 1120px)) !important;
    min-width: 520px !important;
    max-width: 650px !important;
    margin: 0 !important;
    padding: 0 !important;
    justify-self: auto !important;
    align-self: auto !important;
  }

  .efhu__mega-links-grid {
    grid-template-columns: repeat(2, minmax(170px, 1fr)) !important;
    column-gap: clamp(36px, 3.5vw, 64px) !important;
    row-gap: 10px !important;
    max-width: 620px !important;
  }

  .efhu__mega-preview-wrap {
    position: absolute !important;
    top: 0 !important;
    right: 8px !important;
    grid-column: auto !important;
    justify-self: auto !important;
    width: clamp(500px, 29vw, 590px) !important;
    max-width: 590px !important;
    min-height: 0 !important;
    margin: 0 !important;
  }

  .efhu__mega-preview,
  .efhu__mega-preview.is-active {
    height: auto !important;
  }

  .efhu__preview-card {
    width: 100% !important;
    max-width: 590px !important;
    height: 215px !important;
    min-height: 215px !important;
  }

  .efhu__preview-content {
    width: clamp(235px, 41%, 265px) !important;
    padding: 20px 20px 19px !important;
  }

  .efhu__preview-media {
    padding-left: clamp(235px, 41%, 265px) !important;
  }
}

@media screen and (min-width: 1181px) and (max-width: 1500px) {
  .efhu__mega-grid {
    min-height: 220px !important;
  }

  .efhu__mega-left {
    left: clamp(430px, 40vw, 600px) !important;
    width: min(540px, calc(100vw - 920px)) !important;
    min-width: 430px !important;
    max-width: 540px !important;
  }

  .efhu__mega-links-grid {
    grid-template-columns: repeat(2, minmax(145px, 1fr)) !important;
    column-gap: clamp(28px, 3vw, 46px) !important;
    max-width: 520px !important;
  }

  .efhu__mega-preview-wrap {
    right: 6px !important;
    width: clamp(390px, 31vw, 480px) !important;
    max-width: 480px !important;
  }

  .efhu__preview-card {
    height: 205px !important;
    min-height: 205px !important;
    max-width: 480px !important;
  }

  .efhu__preview-content {
    width: clamp(210px, 47%, 230px) !important;
    padding: 17px 16px !important;
  }

  .efhu__preview-media {
    padding-left: clamp(210px, 47%, 230px) !important;
  }
}

@media screen and (min-width: 1181px) and (max-width: 1280px) {
  .efhu__mega-left {
    left: clamp(330px, 38vw, 470px) !important;
    min-width: 390px !important;
    max-width: 470px !important;
  }

  .efhu__mega-preview-wrap {
    width: clamp(340px, 31vw, 410px) !important;
    max-width: 410px !important;
  }

  .efhu__preview-card {
    height: 200px !important;
    min-height: 200px !important;
  }
}



/* ============================================================
   FINAL POSITION-ONLY FIX
   Desktop only. Mobile untouched.

   This does NOT change feature card size, card height, text size,
   image size, image fit, or font sizing.

   Only positions:
   - Moves the submenu/collections block right under the main nav area
   - Pulls the feature card back from the far edge
============================================================ */
@media screen and (min-width: 1181px) {
  .efhu__mega-left {
    left: clamp(650px, 39.5vw, 830px) !important;
  }

  .efhu__mega-preview-wrap {
    right: clamp(190px, 12vw, 270px) !important;
  }
}

@media screen and (min-width: 1181px) and (max-width: 1500px) {
  .efhu__mega-left {
    left: clamp(465px, 39vw, 600px) !important;
  }

  .efhu__mega-preview-wrap {
    right: clamp(96px, 8vw, 165px) !important;
  }
}

@media screen and (min-width: 1181px) and (max-width: 1280px) {
  .efhu__mega-left {
    left: clamp(350px, 37vw, 470px) !important;
  }

  .efhu__mega-preview-wrap {
    right: clamp(28px, 4vw, 70px) !important;
  }
}



/* ============================================================
   FINAL OVERRIDE — MOVE SUBMENU ONLY
   Desktop only. Mobile untouched.

   This leaves the feature image/card exactly where it is.
   It only moves the Collections/submenu block to the right so it
   begins closer under HOME / the main navigation.
============================================================ */
@media screen and (min-width: 1181px) {
  .efhu__mega-left {
    transform: translateX(clamp(220px, 16vw, 335px)) !important;
  }
}

@media screen and (min-width: 1181px) and (max-width: 1500px) {
  .efhu__mega-left {
    transform: translateX(clamp(165px, 14vw, 240px)) !important;
  }
}

@media screen and (min-width: 1181px) and (max-width: 1280px) {
  .efhu__mega-left {
    transform: translateX(clamp(110px, 10vw, 155px)) !important;
  }
}



/* ============================================================
   FINAL RESPONSIVE POSITION FIX — SUBMENU ONLY
   Desktop only. Mobile untouched.

   This stops the previous fixed-width/translate behaviour from
   breaking when the browser width changes.

   Feature card/image position is NOT changed here.
   Only the Collections/submenu block is positioned from the actual
   desktop nav link position.
============================================================ */
@media screen and (min-width: 1181px) {
  .efhu {
    --efhu-active-menu-left: 50vw;
    --efhu-submenu-nav-offset: 105px;
  }

  .efhu__mega-left {
    position: absolute !important;
    top: 0 !important;
    left: clamp(24px, calc(var(--efhu-active-menu-left) - var(--efhu-submenu-nav-offset)), calc(100vw - 980px)) !important;
    width: min(500px, calc(100vw - 48px)) !important;
    min-width: 0 !important;
    max-width: 500px !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    z-index: 3 !important;
  }

  .efhu__mega-links-grid {
    grid-template-columns: repeat(2, minmax(135px, 1fr)) !important;
    column-gap: clamp(34px, 3.2vw, 58px) !important;
    row-gap: 10px !important;
    width: 100% !important;
    max-width: 500px !important;
  }
}

@media screen and (min-width: 1181px) and (max-width: 1500px) {
  .efhu {
    --efhu-submenu-nav-offset: 96px;
  }

  .efhu__mega-left {
    left: clamp(24px, calc(var(--efhu-active-menu-left) - var(--efhu-submenu-nav-offset)), calc(100vw - 890px)) !important;
    width: min(455px, calc(100vw - 48px)) !important;
    max-width: 455px !important;
  }

  .efhu__mega-links-grid {
    grid-template-columns: repeat(2, minmax(125px, 1fr)) !important;
    column-gap: clamp(28px, 2.8vw, 46px) !important;
    max-width: 455px !important;
  }
}

@media screen and (min-width: 1181px) and (max-width: 1280px) {
  .efhu {
    --efhu-submenu-nav-offset: 78px;
  }

  .efhu__mega-left {
    left: clamp(18px, calc(var(--efhu-active-menu-left) - var(--efhu-submenu-nav-offset)), calc(100vw - 800px)) !important;
    width: min(410px, calc(100vw - 36px)) !important;
    max-width: 410px !important;
  }

  .efhu__mega-links-grid {
    grid-template-columns: repeat(2, minmax(112px, 1fr)) !important;
    column-gap: 24px !important;
    max-width: 410px !important;
  }
}



/* ============================================================
   FINAL DESKTOP MENU SPACING
   Desktop only. Mobile untouched.
   Increases the spacing between the main menu items.
============================================================ */
@media screen and (min-width: 1181px) {
  .efhu__menu {
    gap: clamp(34px, 2.8vw, 52px) !important;
  }
}

@media screen and (min-width: 1181px) and (max-width: 1500px) {
  .efhu__menu {
    gap: clamp(26px, 2.1vw, 40px) !important;
  }
}

@media screen and (min-width: 1181px) and (max-width: 1280px) {
  .efhu__menu {
    gap: clamp(20px, 1.7vw, 30px) !important;
  }
}



/* ============================================================
   FINAL DESKTOP SUBMENU TYPOGRAPHY + SPACING
   Desktop only. Mobile untouched.

   Cleans up the Collections dropdown:
   - slightly smaller, cleaner submenu links
   - tighter row spacing
   - controlled column spacing
   - cleaner gold "Collections" label and underline
============================================================ */
@media screen and (min-width: 1181px) {
  .efhu__mega-parent-title {
    font-size: 11px !important;
    line-height: 1.15 !important;
    font-weight: 500 !important;
    letter-spacing: 0.24em !important;
    text-transform: uppercase !important;
    color: var(--efhu-hover) !important;
    margin: 0 0 16px !important;
    padding: 0 !important;
  }

  .efhu__mega-parent-title::after {
    width: 48px !important;
    height: 1px !important;
    margin-top: 8px !important;
    background: currentColor !important;
    opacity: 0.72 !important;
  }

  .efhu__mega-links-grid {
    display: grid !important;
    grid-template-columns: max-content max-content !important;
    column-gap: clamp(86px, 5.2vw, 118px) !important;
    row-gap: 13px !important;
    align-items: start !important;
    width: max-content !important;
    max-width: 100% !important;
  }

  .efhu__mega-item {
    font-size: 15.5px !important;
    line-height: 1.32 !important;
    font-weight: 400 !important;
    letter-spacing: 0.01em !important;
    color: rgba(46, 42, 38, 0.82) !important;
    padding: 0 !important;
    min-height: 0 !important;
  }

  .efhu__mega-item:hover,
  .efhu__mega-item:focus {
    color: var(--efhu-hover) !important;
    transform: translateX(2px) !important;
  }

  .efhu__mega-item span::after {
    bottom: -5px !important;
    height: 1px !important;
  }

  .efhu__mega-left {
    gap: 0 !important;
  }
}

@media screen and (min-width: 1181px) and (max-width: 1500px) {
  .efhu__mega-parent-title {
    font-size: 10.5px !important;
    margin-bottom: 14px !important;
  }

  .efhu__mega-links-grid {
    column-gap: clamp(58px, 4.2vw, 86px) !important;
    row-gap: 11px !important;
  }

  .efhu__mega-item {
    font-size: 14.5px !important;
    line-height: 1.3 !important;
  }
}

@media screen and (min-width: 1181px) and (max-width: 1280px) {
  .efhu__mega-links-grid {
    column-gap: 42px !important;
    row-gap: 10px !important;
  }

  .efhu__mega-item {
    font-size: 13.5px !important;
  }
}



/* ============================================================
   FINAL SUBMENU REFINEMENT
   Desktop only. Mobile untouched.
   Small polish only:
   - submenu links slightly larger
   - Collections label slightly stronger
   - no feature card, image, or layout position changes
============================================================ */
@media screen and (min-width: 1181px) {
  .efhu__mega-parent-title {
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 0.23em !important;
    margin-bottom: 15px !important;
  }

  .efhu__mega-parent-title::after {
    width: 44px !important;
    height: 1px !important;
    margin-top: 8px !important;
    opacity: 0.74 !important;
  }

  .efhu__mega-links-grid {
    row-gap: 13px !important;
  }

  .efhu__mega-item {
    font-size: 16.5px !important;
    line-height: 1.32 !important;
    font-weight: 400 !important;
    letter-spacing: 0.005em !important;
  }
}

@media screen and (min-width: 1181px) and (max-width: 1500px) {
  .efhu__mega-parent-title {
    font-size: 10.75px !important;
    margin-bottom: 14px !important;
  }

  .efhu__mega-links-grid {
    row-gap: 11px !important;
  }

  .efhu__mega-item {
    font-size: 15.25px !important;
    line-height: 1.31 !important;
  }
}

@media screen and (min-width: 1181px) and (max-width: 1280px) {
  .efhu__mega-parent-title {
    font-size: 10.25px !important;
  }

  .efhu__mega-item {
    font-size: 14px !important;
    line-height: 1.3 !important;
  }
}



/* Final divider thickness controls */
.efhu {
  border-bottom-width: var(--efhu-divider-thickness) !important;
}

@media screen and (min-width: 1181px) {
  .efhu__link span::after,
  .efhu__mega-item span::after,
  .efhu__simple-link::after {
    height: 2px;
  }

  .efhu__mega-shell::after,
  .efhu__mega-shell::before {
    height: var(--efhu-mega-bottom-line-thickness) !important;
  }
}
/* END_SECTION:ef-header-upgrade */

/* START_SECTION:ef-policy-page (INDEX:29) */
.ef-policy-page,
  .ef-policy-page * {
    box-sizing: border-box;
  }

  .ef-policy-page {
    padding: 58px 0 92px;
    background:
      radial-gradient(circle at top center, rgba(184, 147, 82, .04), transparent 34rem),
      rgb(var(--color-background));
    color: rgb(var(--color-foreground));
  }

  .ef-policy-page__inner {
    width: min(100%, 860px);
    max-width: 860px;
    margin: 0 auto;
  }

  .ef-policy-page__eyebrow {
    margin: 0 0 10px;
    text-align: center;
    color: var(--ef-policy-accent);
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: .16em;
    text-transform: uppercase;
  }

  .ef-policy-page__card {
    width: 100%;
    margin: 0 auto;
    padding: clamp(30px, 4.5vw, 54px);
    border: 1px solid var(--ef-policy-line);
    border-radius: 24px;
    background: rgba(var(--color-background), .96);
    box-shadow: 0 18px 46px rgba(0, 0, 0, .045);
  }

  .ef-policy-page__card > * {
    max-width: 680px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .ef-policy-page__card :is(h1, h2):first-child {
    position: relative;
    display: block;
    width: fit-content;
    max-width: 100% !important;
    margin: 0 auto 34px !important;
    padding: 0 0 14px !important;
    text-align: center;
    color: rgb(var(--color-foreground)) !important;
    font-family: var(--font-heading-family) !important;
    font-size: clamp(36px, 3.2vw, 58px) !important;
    line-height: 1.02 !important;
    font-weight: 400 !important;
    letter-spacing: .025em !important;
    text-transform: none !important;
  }

  .ef-policy-page__card :is(h1, h2):first-child::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: min(100%, 320px);
    height: 1px;
    background: var(--ef-policy-accent);
    transform: translateX(-50%);
    opacity: .76;
  }

  .ef-policy-page__card h3 {
    position: relative;
    display: inline-block;
    margin: 34px 0 14px !important;
    padding-bottom: 8px;
    color: rgb(var(--color-foreground)) !important;
    font-family: var(--font-heading-family) !important;
    font-size: clamp(22px, 1.7vw, 30px) !important;
    line-height: 1.14 !important;
    font-weight: 400 !important;
    letter-spacing: .015em !important;
  }

  .ef-policy-page__card h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--ef-policy-accent);
    opacity: .68;
  }

  .ef-policy-page__card p {
    margin: 0 0 17px !important;
    color: rgba(var(--color-foreground), .74) !important;
    font-size: 15px !important;
    line-height: 1.76 !important;
  }

  .ef-policy-page__card p:first-of-type {
    margin-bottom: 28px !important;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--ef-policy-line);
    color: rgba(var(--color-foreground), .78) !important;
  }

  .ef-policy-page__card strong {
    color: rgb(var(--color-foreground));
    font-weight: 500;
  }

  .ef-policy-page__card ul,
  .ef-policy-page__card ol {
    margin: 0 0 22px !important;
    padding-left: 1.25em !important;
    color: rgba(var(--color-foreground), .74) !important;
    font-size: 15px !important;
    line-height: 1.72 !important;
  }

  .ef-policy-page__card li {
    margin: 0 !important;
    padding-left: .18em;
  }

  .ef-policy-page__card li + li {
    margin-top: 8px !important;
  }

  .ef-policy-page__card br {
    display: none;
  }

  .ef-policy-page__card a {
    color: var(--ef-policy-accent);
    text-underline-offset: 3px;
    transition: color .22s ease;
  }

  .ef-policy-page__card a:hover {
    color: rgb(var(--color-foreground));
  }

  .ef-policy-page__card > :last-child,
  .ef-policy-page__card p:last-child,
  .ef-policy-page__card ul:last-child,
  .ef-policy-page__card ol:last-child {
    margin-bottom: 0 !important;
  }

  @media screen and (max-width: 749px) {
    .ef-policy-page {
      padding: 34px 0 64px;
    }

    .ef-policy-page__inner {
      width: 100%;
      padding-inline: 16px;
    }

    .ef-policy-page__card {
      padding: 26px 18px;
      border-radius: 18px;
    }

    .ef-policy-page__card :is(h1, h2):first-child {
      margin-bottom: 26px !important;
      font-size: clamp(30px, 9vw, 42px) !important;
      letter-spacing: .015em !important;
    }

    .ef-policy-page__card h3 {
      margin-top: 28px !important;
      font-size: 23px !important;
    }

    .ef-policy-page__card p,
    .ef-policy-page__card ul,
    .ef-policy-page__card ol {
      font-size: 13.8px !important;
      line-height: 1.68 !important;
    }
  }
/* END_SECTION:ef-policy-page */

/* START_SECTION:ef-pp-bundle-page (INDEX:30) */
.ef-pdp,
  .ef-pdp * {
    box-sizing: border-box;
  }

  .ef-pdp {
    background: rgb(var(--color-background));
    color: rgb(var(--color-foreground));
    padding: 42px 0 82px;
  }

  .ef-pdp__container.page-width {
    max-width: 1180px;
    margin: 0 auto;
  }

  .ef-pdp__top {
    display: grid;
    grid-template-columns: minmax(420px, 560px) minmax(380px, 480px);
    justify-content: center;
    gap: clamp(42px, 5vw, 78px);
    align-items: start;
  }

  .ef-pdp__media,
  .ef-pdp__details {
    min-width: 0;
  }

  .ef-pdp__media-main-wrap {
    position: relative;
  }

  .ef-pdp__media-main {
    width: 100%;
  }

  .ef-pdp__media-slide {
    display: none;
  }

  .ef-pdp__media-slide.is-active {
    display: block;
  }

  .ef-pdp__media-inner {
    background: var(--ef-pdp-panel);
    overflow: hidden;
    width: 100%;
    border-radius: 2px;
  }

  .ef-pdp__image {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: transform .7s ease;
  }

  .ef-pdp__media-main-wrap:hover .ef-pdp__image {
    transform: scale(1.018);
  }

  .ef-pdp__media-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    box-shadow: none;
    outline: none;
    color: rgba(47, 42, 38, 0.58);
    font-size: 0;
    line-height: 1;
    cursor: pointer;
    z-index: 5;
    opacity: 0.46;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transition:
      transform .22s ease,
      color .22s ease,
      opacity .22s ease,
      border-color .22s ease,
      background .22s ease,
      box-shadow .22s ease;
  }

  .ef-pdp__media-arrow svg {
    display: block;
    width: 17px;
    height: 17px;
  }

  .ef-pdp__media-main-wrap:hover .ef-pdp__media-arrow,
  .ef-pdp__media-arrow:focus-visible {
    opacity: 0.72;
  }

  .ef-pdp__media-arrow:hover,
  .ef-pdp__media-arrow:focus-visible {
    color: rgba(47, 42, 38, 0.82);
    opacity: 0.9;
    border-color: rgba(184, 147, 82, 0.42);
    background: rgba(255, 255, 255, 0.56);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  }

  .ef-pdp__media-arrow--prev {
    left: 16px;
  }

  .ef-pdp__media-arrow--next {
    right: 16px;
  }

  .ef-pdp__media-arrow--prev:hover,
  .ef-pdp__media-arrow--prev:focus-visible {
    transform: translateY(-50%) translateX(-2px);
  }

  .ef-pdp__media-arrow--next:hover,
  .ef-pdp__media-arrow--next:focus-visible {
    transform: translateY(-50%) translateX(2px);
  }

  .ef-pdp__thumbs-wrap {
    margin-top: 14px;
    display: flex;
    justify-content: center;
  }

  .ef-pdp__thumbs {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    justify-content: center;
  }

  .ef-pdp__thumb {
    appearance: none;
    border: 1px solid transparent;
    background: transparent;
    padding: 0;
    cursor: pointer;
    flex: 0 0 74px;
    width: 74px;
    opacity: 0.55;
    transition: opacity 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
  }

  .ef-pdp__thumb:hover {
    opacity: .9;
    transform: translateY(-1px);
  }

  .ef-pdp__thumb.is-active {
    opacity: 1;
    border-color: var(--ef-pdp-accent);
  }

  .ef-pdp__thumb-image {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

  .ef-pdp__media-placeholder {
    background: var(--ef-pdp-panel);
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ef-pdp__details {
    max-width: 480px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 10px;
  }

  .ef-pdp__details-top {
    flex: 0 0 auto;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--ef-pdp-line);
  }

  .ef-pdp__details-lower {
    margin-top: 24px;
    padding-top: 0;
  }

  .ef-pdp__vendor {
    margin: 0 0 10px;
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--ef-pdp-accent);
  }

  .ef-pdp__title {
    position: relative;
    display: inline-block;
    margin: 0;
    padding-bottom: 14px;
    font-size: clamp(34px, 3.35vw, 56px);
    line-height: 0.95;
    letter-spacing: 0.105em;
    text-transform: uppercase;
    font-weight: 400;
    text-wrap: balance;
  }

  .ef-pdp__title::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--ef-pdp-accent);
    opacity: .74;
  }

  .ef-pdp__subheading {
    margin: 18px 0 0;
    font-size: 14px;
    line-height: 1.72;
    opacity: 0.82;
    max-width: 410px;
  }

  .ef-pdp__subheading p {
    margin: 0;
  }

  .ef-pdp__price {
    margin: 0 0 10px;
  }

  .ef-pdp__price-current {
    display: block;
    margin: 0;
    font-size: 21px;
    line-height: 1.2;
    letter-spacing: 0.055em;
    color: rgb(var(--color-foreground));
  }

  .ef-pdp__price-subline {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 5px;
    color: rgba(var(--color-foreground), 0.58);
    font-size: 12px;
    line-height: 1.35;
    letter-spacing: 0.04em;
  }

  .ef-pdp__price-was {
    text-decoration: line-through;
    text-decoration-thickness: 1px;
    text-decoration-color: rgba(var(--color-foreground), 0.45);
  }

  .ef-pdp__price-dot {
    opacity: 0.55;
  }

  .ef-pdp__price-save {
    color: var(--ef-pdp-accent);
  }

  .ef-pdp__availability {
    margin: 0 0 14px;
    font-size: 10.5px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }

  .ef-pdp__availability--in {
    color: var(--ef-pdp-accent);
  }

  .ef-pdp__availability--out {
    color: #9f2e2e;
  }

  .ef-pdp__promise-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 18px;
  }

  .ef-pdp__promise-row span {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 6px 9px;
    border: 1px solid rgba(184, 147, 82, .26);
    border-radius: 999px;
    color: rgba(var(--color-foreground), .68);
    background: rgba(184, 147, 82, .035);
    font-size: 9.5px;
    line-height: 1;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  .ef-pdp__buy {
    margin: 0 0 26px;
  }

  .ef-pdp__product-form {
    width: 100%;
  }

  .ef-pdp__purchase-row {
    display: flex;
    align-items: stretch;
    gap: 14px;
    margin: 0 0 2px;
    flex-wrap: nowrap;
  }

  .ef-pdp__qty-wrap {
    display: inline-flex;
    align-items: center;
    width: 118px;
    height: 46px;
    border: 1px solid var(--ef-pdp-line);
    background: #ffffff;
    overflow: hidden;
    flex: 0 0 118px;
    transition: border-color .2s ease;
  }

  .ef-pdp__qty-wrap:focus-within,
  .ef-pdp__qty-wrap:hover {
    border-color: var(--ef-pdp-accent);
  }

  .ef-pdp__qty-btn {
    width: 36px;
    height: 44px;
    border: 0;
    background: transparent;
    color: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    padding: 0;
    transition: background 0.2s ease, color 0.2s ease;
  }

  .ef-pdp__qty-btn:hover {
    background: rgba(184, 147, 82, 0.08);
    color: var(--ef-pdp-accent);
  }

  .ef-pdp__qty-input {
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    color: inherit;
    text-align: center;
    font-size: 11px;
    letter-spacing: 0.12em;
    padding: 0;
    appearance: textfield;
    -moz-appearance: textfield;
  }

  .ef-pdp__qty-input:focus {
    outline: none;
  }

  .ef-pdp__qty-input::-webkit-outer-spin-button,
  .ef-pdp__qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  .ef-pdp__buy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    height: 46px;
    padding: 0 30px;
    border: 1px solid var(--ef-pdp-button-bg);
    background: var(--ef-pdp-button-bg);
    color: var(--ef-pdp-button-text);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 11px;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform .25s ease;
    flex: 1 1 auto;
  }

  .ef-pdp__buy-btn:hover:not([disabled]) {
    background: var(--ef-pdp-accent);
    border-color: var(--ef-pdp-accent);
    color: var(--ef-pdp-button-text);
    transform: translateY(-1px);
  }

  .ef-pdp__buy-btn[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
  }

  .ef-pdp__buy-btn.is-loading,
  .ef-pdp__buy-btn.is-added {
    pointer-events: none;
  }

  .ef-pdp__buy-btn.is-added {
    background: rgba(184, 147, 82, 0.08);
    border-color: var(--ef-pdp-accent);
    color: var(--ef-pdp-accent);
  }

  .ef-pdp__ajax-message {
    display: none;
    width: 100%;
    margin-top: 12px;
  }

  .ef-pdp__ajax-message.is-visible {
    display: block;
  }

  .ef-pdp__ajax-message-inner {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    padding: 10px 12px;
    border: 1px solid rgba(159, 46, 46, 0.2);
    background: rgba(159, 46, 46, 0.045);
    color: #9f2e2e;
  }

  .ef-pdp__ajax-message-icon {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 18px;
    background: #9f2e2e;
    color: #ffffff;
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
  }

  .ef-pdp__ajax-message-text {
    font-size: 10.5px;
    line-height: 1.4;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .ef-pdp__payment-trust {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 12px;
    padding-bottom: 2px;
    color: rgba(var(--color-foreground), .62);
  }

  .ef-pdp__payment-note,
  .ef-pdp__payment-note p {
    margin: 0;
    font-size: 10px;
    line-height: 1.35;
    letter-spacing: .1em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .ef-pdp__payment-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .ef-pdp__payment-icon-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .ef-pdp__payment-icon {
    display: block;
    width: auto;
    height: 18px;
    max-width: 40px;
    filter: none;
    opacity: 1;
  }

  .ef-pdp__accordions {
    border-top: 1px solid var(--ef-pdp-line);
  }

  .ef-pdp__accordion {
    border-bottom: 1px solid var(--ef-pdp-line);
  }

  .ef-pdp__accordion summary {
    list-style: none;
  }

  .ef-pdp__accordion summary::-webkit-details-marker {
    display: none;
  }

  .ef-pdp__accordion-summary {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    cursor: pointer;
    font-size: 11.5px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 500;
    transition: color .2s ease;
  }

  .ef-pdp__accordion-summary:hover,
  .ef-pdp__accordion[open] .ef-pdp__accordion-summary {
    color: var(--ef-pdp-accent);
  }

  .ef-pdp__accordion-icon {
    width: 14px;
    height: 14px;
    position: relative;
    flex: 0 0 14px;
  }

  .ef-pdp__accordion-icon::before,
  .ef-pdp__accordion-icon::after {
    content: "";
    position: absolute;
    background: currentColor;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .ef-pdp__accordion-icon::before {
    width: 14px;
    height: 1px;
  }

  .ef-pdp__accordion-icon::after {
    width: 1px;
    height: 14px;
    transition: opacity 0.25s ease, transform 0.25s ease;
  }

  .ef-pdp__accordion[open] .ef-pdp__accordion-icon::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .ef-pdp__accordion-content {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows 0.35s ease, opacity 0.35s ease;
  }

  .ef-pdp__accordion-content-inner {
    overflow: hidden;
    padding: 0;
    font-size: 14px;
    line-height: 1.75;
    transition: padding 0.35s ease;
  }

  .ef-pdp__accordion[open] .ef-pdp__accordion-content {
    grid-template-rows: 1fr;
    opacity: 0.9;
  }

  .ef-pdp__accordion[open] .ef-pdp__accordion-content-inner {
    padding: 0 0 20px;
  }

  .ef-pdp__ingredients-table {
    margin-top: 12px;
    border: 1px solid var(--ef-pdp-line);
    background: #ffffff;
  }

  .ef-pdp__ingredients-row {
    display: grid;
    grid-template-columns: minmax(170px, 0.9fr) minmax(220px, 1.4fr);
    align-items: stretch;
  }

  .ef-pdp__ingredients-col {
    padding: 12px 14px;
    font-size: 13px;
    line-height: 1.6;
    min-width: 0;
    border-right: 1px solid var(--ef-pdp-line);
    border-bottom: 1px solid var(--ef-pdp-line);
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .ef-pdp__ingredients-row .ef-pdp__ingredients-col:last-child {
    border-right: 0;
  }

  .ef-pdp__ingredients-row:last-child .ef-pdp__ingredients-col {
    border-bottom: 0;
  }

  .ef-pdp__ingredients-row--head .ef-pdp__ingredients-col {
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    opacity: 0.9;
    font-weight: 600;
    background: var(--ingredients-header-bg);
    color: var(--ef-pdp-accent);
  }

  .ef-pdp__ingredients-row:not(.ef-pdp__ingredients-row--head) .ef-pdp__ingredients-col--name {
    background: var(--ingredients-name-bg);
    font-weight: 500;
  }

  .ef-pdp__ingredients-row:not(.ef-pdp__ingredients-row--head) .ef-pdp__ingredients-col--desc {
    background: var(--ingredients-desc-bg);
    opacity: 0.88;
  }

  .ef-pdp__lower {
    margin-top: 52px;
    position: relative;
  }

  .ef-pdp__lower::before {
    display: none;
  }

  .ef-pdp__also-wrap {
    width: min(1040px, 100%);
    margin: 0 auto;
    padding-top: 36px;
    border-top: 1px solid var(--ef-pdp-line);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .ef-pdp__also {
    text-align: center;
    margin: 0 auto;
  }

  .ef-pdp__also-heading {
    position: relative;
    display: inline-block;
    margin: 0 0 12px;
    padding-bottom: 10px;
    font-size: clamp(24px, 2vw, 34px);
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: 0.02em;
  }

  .ef-pdp__also-heading::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: var(--ef-pdp-accent);
    opacity: .7;
  }

  .ef-pdp__also-text {
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.78;
  }

  .ef-pdp__related {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 255px));
    gap: 28px;
    justify-content: center;
    align-items: start;
    width: 100%;
    overflow: visible;
  }

  .ef-pdp__card {
    width: 100%;
    max-width: 255px;
    color: inherit;
    text-decoration: none;
    display: block;
    min-width: 0;
    transition: transform .25s ease, color .25s ease;
  }

  .ef-pdp__card:hover {
    transform: translateY(-3px);
    color: var(--ef-pdp-accent);
  }

  .ef-pdp__card-image-wrap {
    background: var(--ef-pdp-panel);
    overflow: hidden;
    margin-bottom: 13px;
    border-radius: 4px;
  }

  .ef-pdp__card-image {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1.08;
    object-fit: cover;
    transition: transform 0.42s ease;
  }

  .ef-pdp__card:hover .ef-pdp__card-image {
    transform: scale(1.03);
  }

  .ef-pdp__card-meta {
    text-align: center;
  }

  .ef-pdp__card-title {
    margin-bottom: 5px;
    font-size: 12.5px;
    letter-spacing: .14em;
    text-transform: uppercase;
    line-height: 1.5;
  }

  .ef-pdp__card-price {
    font-size: 13.5px;
    opacity: 0.78;
  }

  @media screen and (max-width: 989px) {
    .ef-pdp {
      padding: 28px 0 66px;
    }

    .ef-pdp__container.page-width {
      max-width: 720px;
    }

    .ef-pdp__top {
      grid-template-columns: 1fr;
      gap: 34px;
      align-items: start;
    }

    .ef-pdp__details {
      max-width: 560px;
      min-height: auto;
      display: block;
      padding-top: 0;
      margin: 0 auto;
    }

    .ef-pdp__details-lower {
      margin-top: 28px;
      padding-top: 0;
    }

    .ef-pdp__thumbs {
      justify-content: center;
      flex-wrap: wrap;
    }

    .ef-pdp__related {
      grid-template-columns: repeat(2, minmax(0, 210px));
      gap: 18px;
    }

    .ef-pdp__card {
      max-width: 210px;
    }
  }

  @media screen and (max-width: 749px) {
    .ef-pdp {
      padding: 18px 0 52px;
    }

    .ef-pdp__subheading,
    .ef-pdp__subheading p {
      font-size: 8px;
      line-height: 1.6;
    }

    .ef-pdp__details .ef-pdp__subheading,
    .ef-pdp__details .ef-pdp__subheading p {
      font-size: 12px !important;
      line-height: 1.62 !important;
    }

    .ef-pdp__title {
      font-size: 30px;
      text-align: center;
      letter-spacing: .085em;
    }

    .ef-pdp__title::after {
      left: 0;
      right: 0;
      transform: none;
      width: 100%;
    }

    .ef-pdp__details {
      max-width: 340px;
      margin: 0 auto;
      text-align: center;
    }

    .ef-pdp__details-top {
      padding-bottom: 18px;
    }

    .ef-pdp__subheading {
      max-width: 100%;
      margin: 14px auto 0;
    }

    .ef-pdp__price,
    .ef-pdp__availability {
      text-align: center;
    }

    .ef-pdp__price-subline {
      justify-content: center;
    }

    .ef-pdp__promise-row {
      justify-content: center;
    }

    .ef-pdp__details-lower {
      margin-top: 18px;
      padding-top: 0;
    }

    .ef-pdp__buy {
      margin: 0 0 18px;
      display: flex;
      justify-content: center;
    }

    .ef-pdp__product-form {
      width: auto;
    }

    .ef-pdp__purchase-row {
      gap: 12px;
      flex-wrap: wrap;
      justify-content: center;
    }

    .ef-pdp__qty-wrap {
      width: 104px;
      flex: 0 0 104px;
      height: 42px;
    }

    .ef-pdp__qty-btn,
    .ef-pdp__qty-input {
      height: 40px;
    }

    .ef-pdp__buy-btn {
      min-width: 172px;
      flex: 0 0 auto;
      height: 42px;
    }

    .ef-pdp__payment-trust {
      flex-direction: column;
      justify-content: center;
      gap: 8px;
      text-align: center;
    }

    .ef-pdp__payment-note,
    .ef-pdp__payment-note p {
      white-space: normal;
    }

    .ef-pdp__payment-icons {
      justify-content: center;
    }

    .ef-pdp__accordions {
      max-width: 340px;
      margin: 0 auto;
      text-align: left;
    }

    .ef-pdp__accordion-summary {
      min-height: 54px;
      font-size: 11px;
      letter-spacing: 0.13em;
      gap: 10px;
    }

    .ef-pdp__accordion-icon {
      width: 12px;
      height: 12px;
      flex: 0 0 12px;
    }

    .ef-pdp__accordion-icon::before {
      width: 12px;
    }

    .ef-pdp__accordion-icon::after {
      height: 12px;
    }

    .ef-pdp__media-arrow {
      display: none !important;
    }

    .ef-pdp__media-main,
    .ef-pdp__media-main-wrap {
      touch-action: pan-y pinch-zoom;
      -webkit-user-select: none;
      user-select: none;
    }

    .ef-pdp__thumb {
      flex: 0 0 70px;
      width: 70px;
    }

    .ef-pdp__lower {
      margin-top: 40px;
    }

    .ef-pdp__lower::before {
      display: none;
    }

    .ef-pdp__also-wrap {
      padding-top: 28px;
    }

    .ef-pdp__ingredients-row {
      grid-template-columns: minmax(120px, 0.9fr) minmax(140px, 1.2fr);
    }

    .ef-pdp__ingredients-col {
      padding: 10px 10px;
      font-size: 12px;
      line-height: 1.5;
    }

    .ef-pdp__ingredients-row--head .ef-pdp__ingredients-col {
      font-size: 9px;
    }

    .ef-pdp__related {
      grid-template-columns: repeat(2, minmax(0, 150px));
      gap: 14px;
    }

    .ef-pdp__card {
      max-width: 150px;
    }

    .ef-pdp__also-heading {
      font-size: 26px;
    }
  }

  /* Final bundle PDP spacing cleanup: remove empty-section feel */
  .ef-pdp__lower--bundles {
    margin-top: 34px !important;
  }

  .ef-pdp__lower--bundles::before {
    display: none !important;
    content: none !important;
  }

  .ef-pdp__lower--bundles .ef-pdp__also-wrap {
    width: min(1040px, 100%);
    margin: 0 auto !important;
    padding-top: 30px !important;
    border-top: 1px solid var(--ef-pdp-line) !important;
  }

  .ef-pdp__lower--bundles .ef-pdp__also-heading {
    margin-bottom: 10px !important;
  }

  .ef-pdp__lower--bundles .ef-pdp__related {
    margin-top: 22px !important;
  }

  @media screen and (max-width: 749px) {
    .ef-pdp__lower--bundles {
      margin-top: 30px !important;
    }

    .ef-pdp__lower--bundles .ef-pdp__also-wrap {
      padding-top: 24px !important;
    }

    .ef-pdp__lower--bundles .ef-pdp__related {
      margin-top: 18px !important;
    }
  }

  /* ============================================================
     FINAL PDP UPDATES — desktop hover image + Best Sellers style Perfect Match
  ============================================================ */

  .ef-pdp__related-swipe-hint {
    display: none;
  }

  @media screen and (min-width: 990px) {
    .ef-pdp__container.page-width {
      max-width: min(1540px, calc(100vw - 48px));
    }

    .ef-pdp__top {
      grid-template-columns: minmax(420px, min(var(--ef-pdp-desktop-media-max), 52vw)) minmax(380px, 480px);
      justify-content: center;
    }

    .ef-pdp__media {
      width: min(var(--ef-pdp-desktop-media-max), 52vw, 100%);
    }

    .ef-pdp__media-arrow,
    .ef-pdp__thumbs-wrap {
      display: none !important;
    }

    .ef-pdp__media-main {
      position: relative;
    }

    .ef-pdp__media-slide {
      display: block !important;
      position: absolute;
      inset: 0;
      opacity: 0;
      z-index: 0;
      transition: opacity 0.34s ease;
    }

    .ef-pdp__media-slide.is-active {
      position: relative;
      opacity: 1;
      z-index: 1;
    }

    .ef-pdp__media-main-wrap:hover .ef-pdp__media-slide.is-active {
      opacity: 0;
    }

    .ef-pdp__media-main-wrap:hover .ef-pdp__media-slide:nth-child(2) {
      position: absolute;
      opacity: 1;
      z-index: 2;
    }
  }

  .ef-pdp__lower--bundles .ef-pdp__also-wrap,
  .ef-pdp__also-wrap {
    width: 100vw !important;
    max-width: none !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-left: clamp(18px, 1.7vw, 34px) !important;
    padding-right: clamp(18px, 1.7vw, 34px) !important;
  }

  .ef-pdp__related {
    width: 100%;
  }

  .ef-pdp__card-image-link,
  .ef-pdp__card-title {
    color: inherit;
    text-decoration: none;
  }

  .ef-pdp__card-image-wrap {
    position: relative;
    isolation: isolate;
  }

  .ef-pdp__card-image {
    aspect-ratio: 1 / 1 !important;
    object-fit: cover;
  }

  .ef-pdp__card-image--primary {
    position: relative;
    z-index: 1;
  }

  .ef-pdp__card-image--secondary {
    position: absolute;
    inset: 0;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.34s ease;
  }

  .ef-pdp__card:hover .ef-pdp__card-image--secondary {
    opacity: 1;
  }

  .ef-pdp__related-quick-add {
    appearance: none;
    width: 100%;
    min-height: 40px;
    border: 1px solid rgba(var(--color-foreground), 0.82);
    background: transparent;
    color: rgb(var(--color-foreground));
    cursor: pointer;
    font-family: var(--font-body-family);
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: background 0.24s ease, color 0.24s ease, border-color 0.24s ease;
  }

  .ef-pdp__related-quick-add:hover:not([disabled]) {
    background: rgb(var(--color-foreground));
    color: rgb(var(--color-background));
    border-color: rgb(var(--color-foreground));
  }

  .ef-pdp__related-quick-add[disabled] {
    opacity: 0.45;
    cursor: not-allowed;
  }

  @media screen and (min-width: 990px) {
    .ef-pdp__related {
      display: grid !important;
      grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
      gap: 20px !important;
      justify-content: center !important;
      align-items: start !important;
      max-width: 1540px;
      margin-left: auto;
      margin-right: auto;
      overflow: visible !important;
    }

    .ef-pdp__related--count-1 {
      grid-template-columns: minmax(0, 360px) !important;
      max-width: 360px;
    }

    .ef-pdp__related--count-2 {
      grid-template-columns: repeat(2, minmax(0, 360px)) !important;
      max-width: 740px;
    }

    .ef-pdp__related--count-3 {
      grid-template-columns: repeat(3, minmax(0, 360px)) !important;
      max-width: 1120px;
    }

    .ef-pdp__card {
      display: flex !important;
      flex-direction: column;
      width: 100% !important;
      max-width: none !important;
      min-width: 0;
      color: inherit;
      text-decoration: none;
    }

    .ef-pdp__card-meta {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 16px;
      padding-top: 15px;
      text-align: left !important;
    }

    .ef-pdp__card-details {
      min-width: 0;
      flex: 1 1 auto;
    }

    .ef-pdp__card-title {
      display: block;
      min-height: 34px;
      margin: 0 0 7px !important;
      font-size: 12px !important;
      line-height: 1.35 !important;
      letter-spacing: 0.12em !important;
      text-transform: uppercase;
    }

    .ef-pdp__card-price {
      font-size: 13px !important;
      line-height: 1.4;
    }

    .ef-pdp__related-form {
      flex: 0 0 132px;
      width: 132px !important;
    }
  }

  @media screen and (max-width: 989px) {
    .ef-pdp__related {
      display: flex !important;
      width: auto !important;
      max-width: none !important;
      overflow-x: auto !important;
      overflow-y: hidden !important;
      gap: 14px !important;
      justify-content: flex-start !important;
      align-items: stretch !important;
      margin-left: calc(clamp(18px, 1.7vw, 34px) * -1) !important;
      margin-right: calc(clamp(18px, 1.7vw, 34px) * -1) !important;
      padding-left: clamp(18px, 1.7vw, 34px) !important;
      padding-right: clamp(18px, 1.7vw, 34px) !important;
      padding-bottom: 4px;
      scroll-snap-type: x proximity;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      touch-action: pan-x pan-y pinch-zoom;
      overscroll-behavior-x: contain;
    }

    .ef-pdp__related::-webkit-scrollbar {
      display: none;
    }

    .ef-pdp__related::after {
      content: "";
      flex: 0 0 4px;
    }

    .ef-pdp__card {
      flex: 0 0 78vw !important;
      width: 78vw !important;
      max-width: 360px !important;
      min-width: 0;
      scroll-snap-align: start;
      display: flex !important;
      flex-direction: column;
    }

    .ef-pdp__card-meta {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 10px;
      min-height: 118px;
      padding-top: 12px;
      text-align: left !important;
    }

    .ef-pdp__card-title {
      display: block;
      min-height: 34px;
      margin: 0 0 5px !important;
      font-size: 11px !important;
      line-height: 1.35 !important;
      letter-spacing: 0.08em !important;
      text-transform: uppercase;
    }

    .ef-pdp__card-price {
      font-size: 12px !important;
    }

    .ef-pdp__related-form {
      width: 100% !important;
    }

    .ef-pdp__related-swipe-hint {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      width: 100%;
      margin: 16px 0 0;
      color: var(--ef-pdp-accent);
      opacity: 0.92;
      text-align: center;
    }

    .ef-pdp__related-swipe-line {
      width: 28px;
      height: 1px;
      background: rgba(184, 147, 82, 0.44);
    }

    .ef-pdp__related-swipe-text {
      font-size: 9px;
      line-height: 1;
      letter-spacing: 0.14em;
      text-transform: uppercase;
    }

    .ef-pdp__related-swipe-arrows {
      display: inline-flex;
      gap: 2px;
      animation: efPdpRelatedSwipeHint 1.6s ease-in-out infinite;
    }

    .ef-pdp__related-swipe-arrows svg {
      width: 11px;
      height: 11px;
      display: block;
    }
  }

  @keyframes efPdpRelatedSwipeHint {
    0%, 100% { transform: translateX(0); opacity: 0.65; }
    50% { transform: translateX(4px); opacity: 1; }
  }


  @media screen and (prefers-reduced-motion: reduce) {
    .ef-pdp__media-arrow,
    .ef-pdp__image {
      transition: none !important;
    }
  }


  /* ============================================================
     EARTH & FLAME — BUILT-IN PRODUCT COLLECTION MENU
     Desktop: collection-page style inline menu.
     Mobile: collection-page style dropdown, no filter.
  ============================================================ */

  .ef-product-menu-built-in,
  .ef-product-menu-built-in * {
    box-sizing: border-box;
  }

  .ef-product-menu-built-in {
    width: 100%;
    background: var(--ef-pm-bg, rgb(var(--color-background)));
    color: var(--ef-pm-text, rgb(var(--color-foreground)));
    padding: var(--ef-pm-top-spacing, 22px) 0 var(--ef-pm-bottom-spacing, 22px);
    border-bottom: 1px solid var(--ef-pm-border, transparent);
    position: relative;
    z-index: 4;
  }

  .ef-product-menu-built-in__inner {
    width: 100%;
    max-width: var(--ef-pm-max-width, 1320px);
    margin: 0 auto;
    padding: 0 18px;
  }

  .ef-product-menu-built-in__desktop-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--ef-pm-link-gap, 22px);
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
  }

  .ef-product-menu-built-in__desktop-nav::-webkit-scrollbar {
    display: none;
  }

  .ef-product-menu-built-in__link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    padding: 0 0 9px;
    color: var(--ef-pm-muted, rgba(var(--color-foreground), 0.68));
    text-decoration: none;
    font-family: var(--font-body-family);
    font-size: var(--ef-pm-font-size, 12px);
    line-height: 1.25;
    letter-spacing: var(--ef-pm-letter-spacing, 0.1em);
    text-transform: uppercase;
    opacity: 1;
    transition:
      color 0.22s ease,
      opacity 0.22s ease;
  }

  .ef-product-menu-built-in__link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 1px;
    width: 18px;
    height: 1px;
    background: var(--ef-pm-accent, #b89352);
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    transition: transform 0.22s ease;
  }

  .ef-product-menu-built-in__link:hover,
  .ef-product-menu-built-in__link:focus-visible,
  .ef-product-menu-built-in__link.is-active {
    color: var(--ef-pm-accent, #b89352);
  }

  .ef-product-menu-built-in__link:hover::after,
  .ef-product-menu-built-in__link:focus-visible::after,
  .ef-product-menu-built-in__link.is-active::after {
    transform: translateX(-50%) scaleX(1);
  }

  .ef-product-menu-built-in__link:focus-visible {
    outline: 1px solid var(--ef-pm-accent, #b89352);
    outline-offset: 5px;
  }

  .ef-product-menu-built-in__mobile {
    display: none;
  }

  @media screen and (max-width: 749px) {
    .ef-product-menu-built-in {
      padding: 12px 0 12px;
      border-bottom: 1px solid var(--ef-pm-border, rgba(0, 0, 0, 0.06));
    }

    .ef-product-menu-built-in__inner {
      padding: 0 14px;
    }

    .ef-product-menu-built-in__desktop-nav {
      display: none;
    }

    .ef-product-menu-built-in__mobile {
      display: block;
      width: 100%;
      position: relative;
    }

    .ef-product-menu-built-in__mobile-details {
      width: 100%;
      position: relative;
    }

    .ef-product-menu-built-in__mobile-summary {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      min-height: 44px;
      padding: 0 12px;
      cursor: pointer;
      list-style: none;
      border: 1px solid var(--ef-pm-border);
      border-radius: 12px;
      background: var(--ef-pm-panel-bg, #fffdf9);
      box-shadow: 0 4px 14px rgba(0, 0, 0, 0.035);
    }

    .ef-product-menu-built-in__mobile-summary::-webkit-details-marker {
      display: none;
    }

    .ef-product-menu-built-in__mobile-label {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: var(--ef-pm-accent, #b89352);
      font-family: var(--font-body-family);
      font-size: var(--ef-pm-mobile-font-size, 10.5px);
      letter-spacing: 0.12em;
      line-height: 1.2;
      text-transform: uppercase;
    }

    .ef-product-menu-built-in__mobile-chevron-wrap {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 auto;
      width: 18px;
      height: 18px;
      color: var(--ef-pm-accent, #b89352);
      background: transparent;
      border: 0;
      border-radius: 0;
    }

    .ef-product-menu-built-in__mobile-chevron {
      display: block;
      width: 12px;
      height: 8px;
      transition: transform 0.2s ease;
    }

    .ef-product-menu-built-in__mobile-details[open] .ef-product-menu-built-in__mobile-chevron {
      transform: rotate(180deg);
    }

    .ef-product-menu-built-in__mobile-panel {
      position: absolute;
      left: 0;
      right: 0;
      z-index: 40;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      column-gap: 8px;
      row-gap: 4px;
      margin-top: 8px;
      padding: 12px 14px;
      border: 1px solid var(--ef-pm-border);
      border-radius: 12px;
      background: var(--ef-pm-panel-bg, #fffdf9);
      box-shadow: 0 12px 26px rgba(0, 0, 0, 0.08);
      align-items: stretch;
    }

    .ef-product-menu-built-in__mobile-link {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 34px;
      padding: 2px 8px;
      color: var(--ef-pm-muted, rgba(var(--color-foreground), 0.82));
      text-decoration: none;
      text-align: center;
      font-family: var(--font-body-family);
      font-size: 11px;
      letter-spacing: 0.08em;
      line-height: 1.15;
      text-transform: uppercase;
      text-wrap: balance;
      transition: color 0.2s ease;
    }

    .ef-product-menu-built-in__mobile-link:hover,
    .ef-product-menu-built-in__mobile-link:focus-visible,
    .ef-product-menu-built-in__mobile-link.is-active {
      color: var(--ef-pm-accent, #b89352);
    }
  }












  /* Product menu desktop-only final defaults:
     - hidden completely on mobile
     - desktop spacing defaults match the approved product-menu setup
     - active/current links stay neutral
     - gold appears only on hover/focus
     - menu item spacing is controlled by "Menu item spacing"
     - "Desktop pull menu upward" can move it into the header gap
  */
  .ef-product-menu-built-in {
    border-bottom: 0 !important;
  }

  .ef-product-menu-built-in__desktop-nav {
    gap: var(--ef-pm-link-gap, 22px) !important;
    width: fit-content !important;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
  }

  .ef-product-menu-built-in__link {
    color: var(--ef-pm-muted, rgba(var(--color-foreground), 0.68)) !important;
  }

  .ef-product-menu-built-in__link.is-active {
    color: var(--ef-pm-muted, rgba(var(--color-foreground), 0.68)) !important;
  }

  .ef-product-menu-built-in__link.is-active::after {
    transform: translateX(-50%) scaleX(0) !important;
  }

  .ef-product-menu-built-in__link:hover,
  .ef-product-menu-built-in__link:focus-visible {
    color: var(--ef-pm-accent, #b89352) !important;
  }

  .ef-product-menu-built-in__link:hover::after,
  .ef-product-menu-built-in__link:focus-visible::after {
    transform: translateX(-50%) scaleX(1) !important;
  }

  @media screen and (min-width: 750px) {
    .ef-product-menu-built-in {
      transform: translateY(calc(var(--ef-pm-desktop-pull-up, 0px) * -1)) !important;
      margin-bottom: calc(var(--ef-pm-desktop-pull-up, 0px) * -1) !important;
    }
  }

  @media screen and (max-width: 749px) {
    .ef-product-menu-built-in {
      display: none !important;
      visibility: hidden !important;
      height: 0 !important;
      min-height: 0 !important;
      max-height: 0 !important;
      margin: 0 !important;
      padding: 0 !important;
      border: 0 !important;
      overflow: hidden !important;
    }
  }



  /* Final fix: centre Perfect Match properly on desktop, especially when fewer than 4 products show */
  @media screen and (min-width: 990px) {
    .ef-pdp__lower--bundles .ef-pdp__also-wrap,
    .ef-pdp__also-wrap {
      width: 100vw !important;
      max-width: none !important;
      margin-left: calc(50% - 50vw) !important;
      margin-right: calc(50% - 50vw) !important;
      padding-left: clamp(18px, 1.7vw, 34px) !important;
      padding-right: clamp(18px, 1.7vw, 34px) !important;
    }

    .ef-pdp__related {
      display: flex !important;
      flex-wrap: wrap !important;
      justify-content: center !important;
      align-items: flex-start !important;
      gap: 20px !important;
      width: 100% !important;
      max-width: 1540px !important;
      margin: 28px auto 0 !important;
      overflow: visible !important;
    }

    .ef-pdp__card {
      flex: 0 1 calc((100% - 60px) / 4) !important;
      width: auto !important;
      max-width: 360px !important;
      min-width: 0 !important;
    }

    .ef-pdp__related--count-1 .ef-pdp__card {
      flex-basis: min(360px, 100%) !important;
    }

    .ef-pdp__related--count-2 .ef-pdp__card,
    .ef-pdp__related--count-3 .ef-pdp__card {
      flex-basis: min(360px, calc((100% - 40px) / 3)) !important;
    }
  }



  /* FINAL OVERRIDE — stop desktop Perfect Match drifting/overflowing */
  @media screen and (min-width: 990px) {
    .ef-pdp__lower--bundles .ef-pdp__also-wrap,
    .ef-pdp__also-wrap {
      position: static !important;
      left: auto !important;
      right: auto !important;
      transform: none !important;
      width: 100% !important;
      max-width: 1540px !important;
      margin-left: auto !important;
      margin-right: auto !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
      overflow: visible !important;
    }

    .ef-pdp__lower--bundles .ef-pdp__related,
    .ef-pdp__related {
      display: flex !important;
      flex-wrap: wrap !important;
      justify-content: center !important;
      align-items: flex-start !important;
      gap: 20px !important;
      width: 100% !important;
      max-width: 1540px !important;
      margin: 28px auto 0 !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
      overflow: visible !important;
    }

    .ef-pdp__related .ef-pdp__card {
      flex: 0 1 calc((100% - 60px) / 4) !important;
      width: auto !important;
      max-width: 380px !important;
      min-width: 0 !important;
    }

    .ef-pdp__related--count-1 .ef-pdp__card {
      flex-basis: min(380px, 100%) !important;
    }

    .ef-pdp__related--count-2 .ef-pdp__card {
      flex-basis: min(380px, calc((100% - 20px) / 2)) !important;
    }

    .ef-pdp__related--count-3 .ef-pdp__card {
      flex-basis: min(380px, calc((100% - 40px) / 3)) !important;
    }
  }
/* END_SECTION:ef-pp-bundle-page */

/* START_SECTION:ef-pp-page-soap (INDEX:31) */
.ef-pdp,
  .ef-pdp * {
    box-sizing: border-box;
  }

  .ef-pdp {
    background: rgb(var(--color-background));
    color: rgb(var(--color-foreground));
    padding: 12px 0 82px;
    margin-top: -34px;
  }

  .ef-pdp__container.page-width {
    max-width: 1180px;
    margin: 0 auto;
  }

  .ef-pdp__top {
    display: grid;
    grid-template-columns: minmax(420px, 560px) minmax(380px, 480px);
    justify-content: center;
    gap: clamp(42px, 5vw, 78px);
    align-items: start;
  }

  .ef-pdp__media,
  .ef-pdp__details {
    min-width: 0;
    align-self: start;
  }

  .ef-pdp__media {
    margin-top: 0;
    padding-top: 0;
  }

  .ef-pdp__media-main-wrap {
    position: relative;
  }

  .ef-pdp__media-main {
    width: 100%;
  }

  .ef-pdp__media-slide {
    display: none;
  }

  .ef-pdp__media-slide.is-active {
    display: block;
  }

  .ef-pdp__media-inner {
    background: var(--ef-pdp-panel);
    overflow: hidden;
    width: 100%;
    border-radius: 2px;
  }

  .ef-pdp__image {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: transform .7s ease;
  }

  .ef-pdp__media-main-wrap:hover .ef-pdp__image {
    transform: scale(1.018);
  }

  .ef-pdp__media-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    box-shadow: none;
    outline: none;
    color: rgba(47, 42, 38, 0.58);
    font-size: 0;
    line-height: 1;
    cursor: pointer;
    z-index: 5;
    opacity: 0.46;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transition:
      transform .22s ease,
      color .22s ease,
      opacity .22s ease,
      border-color .22s ease,
      background .22s ease,
      box-shadow .22s ease;
  }

  .ef-pdp__media-arrow svg {
    display: block;
    width: 17px;
    height: 17px;
  }

  .ef-pdp__media-main-wrap:hover .ef-pdp__media-arrow,
  .ef-pdp__media-arrow:focus-visible {
    opacity: 0.72;
  }

  .ef-pdp__media-arrow:hover,
  .ef-pdp__media-arrow:focus-visible {
    color: rgba(47, 42, 38, 0.82);
    opacity: 0.9;
    border-color: rgba(184, 147, 82, 0.42);
    background: rgba(255, 255, 255, 0.56);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  }

  .ef-pdp__media-arrow--prev {
    left: 16px;
  }

  .ef-pdp__media-arrow--next {
    right: 16px;
  }

  .ef-pdp__media-arrow--prev:hover,
  .ef-pdp__media-arrow--prev:focus-visible {
    transform: translateY(-50%) translateX(-2px);
  }

  .ef-pdp__media-arrow--next:hover,
  .ef-pdp__media-arrow--next:focus-visible {
    transform: translateY(-50%) translateX(2px);
  }

  .ef-pdp__thumbs-wrap {
    margin-top: 14px;
    display: flex;
    justify-content: center;
  }

  .ef-pdp__thumbs {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    justify-content: center;
  }

  .ef-pdp__thumb {
    appearance: none;
    border: 1px solid transparent;
    background: transparent;
    padding: 0;
    cursor: pointer;
    flex: 0 0 74px;
    width: 74px;
    opacity: 0.55;
    transition: opacity 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
  }

  .ef-pdp__thumb:hover {
    opacity: .9;
    transform: translateY(-1px);
  }

  .ef-pdp__thumb.is-active {
    opacity: 1;
    border-color: var(--ef-pdp-accent);
  }

  .ef-pdp__thumb-image {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

  .ef-pdp__media-placeholder {
    background: var(--ef-pdp-panel);
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ef-pdp__details {
    max-width: 480px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 10px;
  }

  .ef-pdp__details-top {
    flex: 0 0 auto;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--ef-pdp-line);
  }

  .ef-pdp__details-lower {
    margin-top: 24px;
    padding-top: 0;
  }

  .ef-pdp__vendor {
    margin: 0 0 10px;
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--ef-pdp-accent);
  }

  .ef-pdp__title {
    position: relative;
    display: inline-block;
    margin: 0;
    padding-bottom: 14px;
    font-size: clamp(34px, 3.35vw, 56px);
    line-height: 0.95;
    letter-spacing: 0.105em;
    text-transform: uppercase;
    font-weight: 400;
    text-wrap: balance;
  }

  .ef-pdp__title::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--ef-pdp-accent);
    opacity: .74;
  }

  .ef-pdp__subheading {
    margin: 18px 0 0;
    font-size: 14px;
    line-height: 1.72;
    opacity: 0.82;
    max-width: 410px;
  }

  .ef-pdp__subheading p {
    margin: 0;
  }

  .ef-pdp__price {
    margin: 0 0 10px;
  }

  .ef-pdp__price-current {
    display: block;
    margin: 0;
    font-size: 21px;
    line-height: 1.2;
    letter-spacing: 0.055em;
    color: rgb(var(--color-foreground));
  }

  .ef-pdp__price-subline {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 5px;
    color: rgba(var(--color-foreground), 0.58);
    font-size: 12px;
    line-height: 1.35;
    letter-spacing: 0.04em;
  }

  .ef-pdp__price-was {
    text-decoration: line-through;
    text-decoration-thickness: 1px;
    text-decoration-color: rgba(var(--color-foreground), 0.45);
  }

  .ef-pdp__price-dot {
    opacity: 0.55;
  }

  .ef-pdp__price-save {
    color: var(--ef-pdp-accent);
  }

  .ef-pdp__availability {
    margin: 0 0 14px;
    font-size: 10.5px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }

  .ef-pdp__availability--in {
    color: var(--ef-pdp-accent);
  }

  .ef-pdp__availability--out {
    color: #9f2e2e;
  }

  .ef-pdp__promise-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 18px;
  }

  .ef-pdp__promise-row span {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 6px 9px;
    border: 1px solid rgba(184, 147, 82, .26);
    border-radius: 999px;
    color: rgba(var(--color-foreground), .68);
    background: rgba(184, 147, 82, .035);
    font-size: 9.5px;
    line-height: 1;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  .ef-pdp__buy {
    margin: 0 0 26px;
  }

  .ef-pdp__product-form {
    width: 100%;
  }

  .ef-pdp__purchase-row {
    display: flex;
    align-items: stretch;
    gap: 14px;
    margin: 0 0 2px;
    flex-wrap: nowrap;
  }

  .ef-pdp__qty-wrap {
    display: inline-flex;
    align-items: center;
    width: 118px;
    height: 46px;
    border: 1px solid var(--ef-pdp-line);
    background: #ffffff;
    overflow: hidden;
    flex: 0 0 118px;
    transition: border-color .2s ease;
  }

  .ef-pdp__qty-wrap:focus-within,
  .ef-pdp__qty-wrap:hover {
    border-color: var(--ef-pdp-accent);
  }

  .ef-pdp__qty-btn {
    width: 36px;
    height: 44px;
    border: 0;
    background: transparent;
    color: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    padding: 0;
    transition: background 0.2s ease, color 0.2s ease;
  }

  .ef-pdp__qty-btn:hover {
    background: rgba(184, 147, 82, 0.08);
    color: var(--ef-pdp-accent);
  }

  .ef-pdp__qty-input {
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    color: inherit;
    text-align: center;
    font-size: 11px;
    letter-spacing: 0.12em;
    padding: 0;
    appearance: textfield;
    -moz-appearance: textfield;
  }

  .ef-pdp__qty-input:focus {
    outline: none;
  }

  .ef-pdp__qty-input::-webkit-outer-spin-button,
  .ef-pdp__qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  .ef-pdp__buy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    height: 46px;
    padding: 0 30px;
    border: 1px solid var(--ef-pdp-button-bg);
    background: var(--ef-pdp-button-bg);
    color: var(--ef-pdp-button-text);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 11px;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform .25s ease;
    flex: 1 1 auto;
  }

  .ef-pdp__buy-btn:hover:not([disabled]) {
    background: var(--ef-pdp-accent);
    border-color: var(--ef-pdp-accent);
    color: var(--ef-pdp-button-text);
    transform: translateY(-1px);
  }

  .ef-pdp__buy-btn[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
  }

  .ef-pdp__buy-btn.is-loading,
  .ef-pdp__buy-btn.is-added {
    pointer-events: none;
  }

  .ef-pdp__buy-btn.is-added {
    background: rgba(184, 147, 82, 0.08);
    border-color: var(--ef-pdp-accent);
    color: var(--ef-pdp-accent);
  }

  .ef-pdp__ajax-message {
    display: none;
    width: 100%;
    margin-top: 12px;
  }

  .ef-pdp__ajax-message.is-visible {
    display: block;
  }

  .ef-pdp__ajax-message-inner {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    padding: 10px 12px;
    border: 1px solid rgba(184, 147, 82, 0.2);
    background: rgba(184, 147, 82, 0.045);
    color: rgba(var(--color-foreground), 0.82);
  }

  .ef-pdp__ajax-message.is-error .ef-pdp__ajax-message-inner {
    border-color: rgba(159, 46, 46, 0.2);
    background: rgba(159, 46, 46, 0.045);
    color: #9f2e2e;
  }

  .ef-pdp__ajax-message-icon {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 18px;
    background: var(--ef-pdp-accent);
    color: #ffffff;
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
  }

  .ef-pdp__ajax-message.is-error .ef-pdp__ajax-message-icon {
    background: #9f2e2e;
  }

  .ef-pdp__ajax-message-text {
    font-size: 10.5px;
    line-height: 1.4;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .ef-pdp__ajax-message-link {
    display: inline-flex;
    align-items: center;
    margin-left: auto;
    color: inherit;
    text-decoration: none;
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    border-bottom: 1px solid currentColor;
    transition: opacity 0.2s ease;
  }

  .ef-pdp__ajax-message-link:hover {
    opacity: 0.72;
  }

  .ef-pdp__payment-trust {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 12px;
    padding-bottom: 2px;
    color: rgba(var(--color-foreground), .62);
  }

  .ef-pdp__payment-note,
  .ef-pdp__payment-note p {
    margin: 0;
    font-size: 10px;
    line-height: 1.35;
    letter-spacing: .1em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .ef-pdp__payment-note strong {
    color: var(--ef-pdp-accent);
    font-weight: 500;
  }

  .ef-pdp__payment-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .ef-pdp__payment-icon-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .ef-pdp__payment-icon {
    display: block;
    width: auto;
    height: 18px;
    max-width: 40px;
    filter: none;
    opacity: 1;
  }

  .ef-pdp__accordions {
    border-top: 1px solid var(--ef-pdp-line);
  }

  .ef-pdp__accordion {
    border-bottom: 1px solid var(--ef-pdp-line);
  }

  .ef-pdp__accordion summary {
    list-style: none;
  }

  .ef-pdp__accordion summary::-webkit-details-marker {
    display: none;
  }

  .ef-pdp__accordion-summary {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    cursor: pointer;
    font-size: 11.5px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 500;
    transition: color .2s ease;
  }

  .ef-pdp__accordion-summary:hover,
  .ef-pdp__accordion[open] .ef-pdp__accordion-summary {
    color: var(--ef-pdp-accent);
  }

  .ef-pdp__accordion-icon {
    width: 14px;
    height: 14px;
    position: relative;
    flex: 0 0 14px;
  }

  .ef-pdp__accordion-icon::before,
  .ef-pdp__accordion-icon::after {
    content: "";
    position: absolute;
    background: currentColor;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .ef-pdp__accordion-icon::before {
    width: 14px;
    height: 1px;
  }

  .ef-pdp__accordion-icon::after {
    width: 1px;
    height: 14px;
    transition: opacity 0.25s ease, transform 0.25s ease;
  }

  .ef-pdp__accordion[open] .ef-pdp__accordion-icon::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .ef-pdp__accordion-content {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows 0.35s ease, opacity 0.35s ease;
  }

  .ef-pdp__accordion-content-inner {
    overflow: hidden;
    padding: 0;
    font-size: 14px;
    line-height: 1.75;
    transition: padding 0.35s ease;
  }

  .ef-pdp__accordion[open] .ef-pdp__accordion-content {
    grid-template-rows: 1fr;
    opacity: 0.9;
  }

  .ef-pdp__accordion[open] .ef-pdp__accordion-content-inner {
    padding: 0 0 20px;
  }

  .ef-pdp__ingredients-table {
    margin-top: 12px;
    border: 1px solid var(--ef-pdp-line);
    background: #ffffff;
  }

  .ef-pdp__ingredients-row {
    display: grid;
    grid-template-columns: minmax(170px, 0.9fr) minmax(220px, 1.4fr);
    align-items: stretch;
  }

  .ef-pdp__ingredients-col {
    padding: 12px 14px;
    font-size: 13px;
    line-height: 1.6;
    min-width: 0;
    border-right: 1px solid var(--ef-pdp-line);
    border-bottom: 1px solid var(--ef-pdp-line);
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .ef-pdp__ingredients-row .ef-pdp__ingredients-col:last-child {
    border-right: 0;
  }

  .ef-pdp__ingredients-row:last-child .ef-pdp__ingredients-col {
    border-bottom: 0;
  }

  .ef-pdp__ingredients-row--head .ef-pdp__ingredients-col {
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    opacity: 0.9;
    font-weight: 600;
    background: var(--ingredients-header-bg);
    color: var(--ef-pdp-accent);
  }

  .ef-pdp__ingredients-row:not(.ef-pdp__ingredients-row--head) .ef-pdp__ingredients-col--name {
    background: var(--ingredients-name-bg);
    font-weight: 500;
  }

  .ef-pdp__ingredients-row:not(.ef-pdp__ingredients-row--head) .ef-pdp__ingredients-col--desc {
    background: var(--ingredients-desc-bg);
    opacity: 0.88;
  }

  .ef-pdp__lower {
    margin-top: 58px;
    position: relative;
  }

  .ef-pdp__lower::before {
    content: "";
    display: block;
    width: min(640px, 72vw);
    height: 1px;
    margin: 0 auto 34px;
    background: var(--ef-pdp-line);
    opacity: .72;
  }

  .ef-pdp__notes-section {
    text-align: center;
  }

  .ef-pdp__notes-heading-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 34px;
  }

  .ef-pdp__notes-heading {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 0 10px;
    font-size: clamp(24px, 2vw, 36px);
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: rgb(var(--color-foreground));
    border-bottom: 0;
  }

  .ef-pdp__notes-heading::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: var(--ef-pdp-accent);
    opacity: .7;
  }

  .ef-pdp__content-box {
    max-width: 1040px;
    margin: 0 auto;
    padding: 8px 24px 10px;
    background: transparent;
    text-align: center;
  }

  .ef-pdp__note-display {
    max-width: 660px;
    min-height: 0;
    margin: 32px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.18s ease, transform 0.18s ease;
  }

  .ef-pdp__note-display.is-switching {
    opacity: 0.35;
    transform: translateY(4px);
  }

  .ef-pdp__note-display-inner {
    width: 100%;
  }

  .ef-pdp__note-display-text {
    font-size: 14px;
    line-height: 1.8;
    opacity: 0.9;
  }

  .ef-pdp__notes {
    display: grid;
    grid-template-columns: repeat(3, minmax(120px, 1fr));
    gap: 34px;
    max-width: 700px;
    margin: 0 auto;
    align-items: start;
  }

  .ef-pdp__notes--two {
    display: flex !important;
    justify-content: center;
    align-items: flex-start;
    gap: 72px !important;
    max-width: 420px !important;
    margin: 0 auto !important;
  }

  .ef-pdp__notes--two .ef-pdp__note {
    flex: 0 0 120px;
  }

  .ef-pdp__notes--one {
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    max-width: 180px !important;
    margin: 0 auto !important;
  }

  .ef-pdp__notes--one .ef-pdp__note {
    flex: 0 0 120px;
  }

  .ef-pdp__note {
    position: relative;
    appearance: none;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    color: inherit;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0.68;
    transition: opacity 0.25s ease, transform 0.25s ease, color .25s ease;
  }

  .ef-pdp__note::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 46px;
    height: 1px;
    background: var(--ef-pdp-accent);
    transform: translateX(-50%) scaleX(0);
    transform-origin: left;
    opacity: .7;
  }

  .ef-pdp__note.is-active::after {
    animation: ef-pdp-note-progress var(--ef-pdp-note-rotate-speed) linear forwards;
  }

  .ef-pdp.is-note-paused .ef-pdp__note.is-active::after {
    animation-play-state: paused;
  }

  @keyframes ef-pdp-note-progress {
    from {
      transform: translateX(-50%) scaleX(0);
    }
    to {
      transform: translateX(-50%) scaleX(1);
    }
  }

  .ef-pdp__note:hover,
  .ef-pdp__note.is-active {
    opacity: 1;
    color: var(--ef-pdp-accent);
  }

  .ef-pdp__note:hover .ef-pdp__note-image-wrap,
  .ef-pdp__note.is-active .ef-pdp__note-image-wrap {
    transform: translateY(-3px);
  }

  .ef-pdp__note-image-wrap {
    width: 84px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    transition: transform 0.25s ease;
  }

  .ef-pdp__note-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .ef-pdp__note-placeholder {
    width: 52px;
    height: 52px;
    border-radius: 999px;
    background: #e7e7e7;
    display: block;
  }

  .ef-pdp__note-title {
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    line-height: 1.4;
  }

  .ef-pdp__also-wrap {
    margin-top: 18px;
    padding-top: 34px;
    border-top: 1px solid var(--ef-pdp-line);
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .ef-pdp__also {
    text-align: center;
    margin: 0 auto;
  }

  .ef-pdp__also-heading {
    position: relative;
    display: inline-block;
    margin: 0 0 14px;
    padding-bottom: 10px;
    font-size: clamp(24px, 2vw, 36px);
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: 0.02em;
  }

  .ef-pdp__also-heading::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: var(--ef-pdp-accent);
    opacity: .7;
  }

  .ef-pdp__also-text {
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.78;
  }

  .ef-pdp__related {
    margin-top: 28px;
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
  }

  .ef-pdp__related-grid {
    --related-gap: 28px;
    --card-width: 255px;
    display: grid;
    grid-template-columns: repeat(var(--related-count), minmax(0, var(--card-width)));
    justify-content: center;
    align-items: start;
    gap: var(--related-gap);
    width: auto;
    margin: 0 auto;
  }

  .ef-pdp__related {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 255px));
    gap: 28px;
    justify-content: center;
    align-items: start;
    overflow: visible;
  }

  .ef-pdp__card {
    width: 100%;
    max-width: 255px;
    color: inherit;
    text-decoration: none;
    display: block;
    min-width: 0;
    transition: transform .25s ease, color .25s ease;
  }

  .ef-pdp__card:hover {
    transform: translateY(-3px);
    color: var(--ef-pdp-accent);
  }

  .ef-pdp__card-image-wrap {
    background: var(--ef-pdp-panel);
    overflow: hidden;
    margin-bottom: 13px;
    border-radius: 4px;
  }

  .ef-pdp__card-image {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1.08;
    object-fit: cover;
    transition: transform 0.42s ease;
  }

  .ef-pdp__card:hover .ef-pdp__card-image {
    transform: scale(1.03);
  }

  .ef-pdp__card-meta {
    text-align: center;
  }

  .ef-pdp__card-title {
    margin-bottom: 5px;
    font-size: 12.5px;
    letter-spacing: .14em;
    text-transform: uppercase;
    line-height: 1.5;
  }

  .ef-pdp__card-price {
    font-size: 13.5px;
    opacity: 0.78;
  }

  @media screen and (max-width: 989px) {
    .ef-pdp {
      padding: 10px 0 66px;
      margin-top: -26px;
    }

    .ef-pdp__container.page-width {
      max-width: 720px;
    }

    .ef-pdp__top {
      grid-template-columns: 1fr;
      gap: 34px;
      align-items: start;
    }

    .ef-pdp__details {
      max-width: 560px;
      min-height: auto;
      display: block;
      padding-top: 0;
      margin: 0 auto;
    }

    .ef-pdp__details-lower {
      margin-top: 28px;
      padding-top: 0;
    }

    .ef-pdp__thumbs {
      justify-content: center;
      flex-wrap: wrap;
    }

    .ef-pdp__related {
      grid-template-columns: repeat(2, minmax(0, 210px));
      gap: 18px;
    }

    .ef-pdp__card {
      max-width: 210px;
    }
  }

  @media screen and (max-width: 749px) {
    .ef-pdp {
      padding: 4px 0 52px;
      margin-top: -18px;
    }

    .ef-pdp__subheading,
    .ef-pdp__subheading p {
      font-size: 8px;
      line-height: 1.6;
    }

    .ef-pdp__details .ef-pdp__subheading,
    .ef-pdp__details .ef-pdp__subheading p {
      font-size: 12px !important;
      line-height: 1.62 !important;
    }

    .ef-pdp__title {
      font-size: 30px;
      text-align: center;
      letter-spacing: .085em;
    }

    .ef-pdp__title::after {
      left: 0;
      right: 0;
      transform: none;
      width: 100%;
    }

    .ef-pdp__details {
      max-width: 340px;
      margin: 0 auto;
      text-align: center;
    }

    .ef-pdp__details-top {
      padding-bottom: 18px;
    }

    .ef-pdp__subheading {
      max-width: 100%;
      margin: 14px auto 0;
    }

    .ef-pdp__price,
    .ef-pdp__availability {
      text-align: center;
    }

    .ef-pdp__price-subline {
      justify-content: center;
    }

    .ef-pdp__promise-row {
      justify-content: center;
    }

    .ef-pdp__details-lower {
      margin-top: 18px;
      padding-top: 0;
    }

    .ef-pdp__buy {
      margin: 0 0 18px;
      display: flex;
      justify-content: center;
    }

    .ef-pdp__product-form {
      width: auto;
    }

    .ef-pdp__purchase-row {
      gap: 12px;
      flex-wrap: wrap;
      justify-content: center;
    }

    .ef-pdp__qty-wrap {
      width: 104px;
      flex: 0 0 104px;
      height: 42px;
    }

    .ef-pdp__qty-btn,
    .ef-pdp__qty-input {
      height: 40px;
    }

    .ef-pdp__buy-btn {
      min-width: 172px;
      flex: 0 0 auto;
      height: 42px;
    }

    .ef-pdp__ajax-message-inner {
      justify-content: center;
      text-align: center;
    }

    .ef-pdp__ajax-message-link {
      margin-left: 0;
    }

    .ef-pdp__payment-trust {
      flex-direction: column;
      justify-content: center;
      gap: 8px;
      text-align: center;
    }

    .ef-pdp__payment-note,
    .ef-pdp__payment-note p {
      white-space: normal;
    }

    .ef-pdp__payment-icons {
      justify-content: center;
    }

    .ef-pdp__accordions {
      max-width: 340px;
      margin: 0 auto;
      text-align: left;
    }

    .ef-pdp__accordion-summary {
      min-height: 54px;
      font-size: 11px;
      letter-spacing: 0.13em;
      gap: 10px;
    }

    .ef-pdp__accordion-icon {
      width: 12px;
      height: 12px;
      flex: 0 0 12px;
    }

    .ef-pdp__accordion-icon::before {
      width: 12px;
    }

    .ef-pdp__accordion-icon::after {
      height: 12px;
    }

    .ef-pdp__media-arrow {
      display: none !important;
    }

    .ef-pdp__media-main,
    .ef-pdp__media-main-wrap {
      touch-action: pan-y pinch-zoom;
      -webkit-user-select: none;
      user-select: none;
    }

    .ef-pdp__thumb {
      flex: 0 0 70px;
      width: 70px;
    }

    .ef-pdp__lower {
      margin-top: 46px;
    }

    .ef-pdp__lower::before {
      width: min(300px, 84vw);
      margin-bottom: 26px;
    }

    .ef-pdp__content-box {
      padding: 8px 18px 10px;
    }

    .ef-pdp__notes-heading {
      font-size: 26px;
    }

    .ef-pdp__note-display {
      min-height: 0;
      margin: 32px auto 0;
    }

    .ef-pdp__notes {
      grid-template-columns: 1fr 1fr;
      max-width: 360px;
      gap: 28px 22px;
    }

    .ef-pdp__note:last-child:nth-child(odd) {
      grid-column: 1 / -1;
      justify-self: center;
      max-width: 120px;
    }

    .ef-pdp__ingredients-row {
      grid-template-columns: minmax(120px, 0.9fr) minmax(140px, 1.2fr);
    }

    .ef-pdp__ingredients-col {
      padding: 10px 10px;
      font-size: 12px;
      line-height: 1.5;
    }

    .ef-pdp__ingredients-row--head .ef-pdp__ingredients-col {
      font-size: 9px;
    }

    .ef-pdp__also-wrap {
      margin-top: 18px;
      padding-top: 28px;
    }

    .ef-pdp__related {
      grid-template-columns: repeat(2, minmax(0, 150px));
      gap: 14px;
    }

    .ef-pdp__card {
      max-width: 150px;
    }

    .ef-pdp__also-heading {
      font-size: 26px;
    }
  }

  @media screen and (min-width: 990px) {
    .ef-pdp {
      margin-top: -34px !important;
      padding-top: 12px !important;
    }

    .ef-pdp__top {
      align-items: start !important;
    }

    .ef-pdp__media {
      margin-top: 0 !important;
      padding-top: 0 !important;
      align-self: start !important;
    }
  }

  @media screen and (min-width: 750px) and (max-width: 989px) {
    .ef-pdp {
      margin-top: -26px !important;
      padding-top: 10px !important;
    }

    .ef-pdp__top {
      align-items: start !important;
    }

    .ef-pdp__media {
      margin-top: 0 !important;
      padding-top: 0 !important;
      align-self: start !important;
    }
  }

  @media screen and (max-width: 749px) {
    .ef-pdp {
      margin-top: -18px !important;
      padding-top: 4px !important;
    }

    .ef-pdp__top {
      align-items: start !important;
    }

    .ef-pdp__media {
      margin-top: 0 !important;
      padding-top: 0 !important;
      align-self: start !important;
    }
  }

  @media screen and (prefers-reduced-motion: reduce) {
    .ef-pdp__media-arrow,
    .ef-pdp__image {
      transition: none !important;
    }
  }

  .ef-product-menu-built-in,
  .ef-product-menu-built-in * {
    box-sizing: border-box;
  }

  .ef-product-menu-built-in {
    width: 100%;
    background: var(--ef-pm-bg, rgb(var(--color-background)));
    color: var(--ef-pm-text, rgb(var(--color-foreground)));
    padding: var(--ef-pm-top-spacing, 22px) 0 var(--ef-pm-bottom-spacing, 22px);
    border-bottom: 1px solid var(--ef-pm-border, transparent);
    position: relative;
    z-index: 4;
  }

  .ef-product-menu-built-in__inner {
    width: 100%;
    max-width: var(--ef-pm-max-width, 1320px);
    margin: 0 auto;
    padding: 0 18px;
  }

  .ef-product-menu-built-in__desktop-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--ef-pm-link-gap, 22px);
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
  }

  .ef-product-menu-built-in__desktop-nav::-webkit-scrollbar {
    display: none;
  }

  .ef-product-menu-built-in__link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    padding: 0 0 9px;
    color: var(--ef-pm-muted, rgba(var(--color-foreground), 0.68));
    text-decoration: none;
    font-family: var(--font-body-family);
    font-size: var(--ef-pm-font-size, 12px);
    line-height: 1.25;
    letter-spacing: var(--ef-pm-letter-spacing, 0.1em);
    text-transform: uppercase;
    opacity: 1;
    transition:
      color 0.22s ease,
      opacity 0.22s ease;
  }

  .ef-product-menu-built-in__link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 1px;
    width: 18px;
    height: 1px;
    background: var(--ef-pm-accent, #b89352);
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    transition: transform 0.22s ease;
  }

  .ef-product-menu-built-in__link:hover,
  .ef-product-menu-built-in__link:focus-visible,
  .ef-product-menu-built-in__link.is-active {
    color: var(--ef-pm-accent, #b89352);
  }

  .ef-product-menu-built-in__link:hover::after,
  .ef-product-menu-built-in__link:focus-visible::after,
  .ef-product-menu-built-in__link.is-active::after {
    transform: translateX(-50%) scaleX(1);
  }

  .ef-product-menu-built-in__link:focus-visible {
    outline: 1px solid var(--ef-pm-accent, #b89352);
    outline-offset: 5px;
  }

  .ef-product-menu-built-in__mobile {
    display: none;
  }

  @media screen and (max-width: 749px) {
    .ef-product-menu-built-in {
      padding: 12px 0 12px;
      border-bottom: 1px solid var(--ef-pm-border, rgba(0, 0, 0, 0.06));
    }

    .ef-product-menu-built-in__inner {
      padding: 0 14px;
    }

    .ef-product-menu-built-in__desktop-nav {
      display: none;
    }

    .ef-product-menu-built-in__mobile {
      display: block;
      width: 100%;
      position: relative;
    }

    .ef-product-menu-built-in__mobile-details {
      width: 100%;
      position: relative;
    }

    .ef-product-menu-built-in__mobile-summary {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      min-height: 44px;
      padding: 0 12px;
      cursor: pointer;
      list-style: none;
      border: 1px solid var(--ef-pm-border);
      border-radius: 12px;
      background: var(--ef-pm-panel-bg, #fffdf9);
      box-shadow: 0 4px 14px rgba(0, 0, 0, 0.035);
    }

    .ef-product-menu-built-in__mobile-summary::-webkit-details-marker {
      display: none;
    }

    .ef-product-menu-built-in__mobile-label {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: var(--ef-pm-accent, #b89352);
      font-family: var(--font-body-family);
      font-size: var(--ef-pm-mobile-font-size, 10.5px);
      letter-spacing: 0.12em;
      line-height: 1.2;
      text-transform: uppercase;
    }

    .ef-product-menu-built-in__mobile-chevron-wrap {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 auto;
      width: 18px;
      height: 18px;
      color: var(--ef-pm-accent, #b89352);
      background: transparent;
      border: 0;
      border-radius: 0;
    }

    .ef-product-menu-built-in__mobile-chevron {
      display: block;
      width: 12px;
      height: 8px;
      transition: transform 0.2s ease;
    }

    .ef-product-menu-built-in__mobile-details[open] .ef-product-menu-built-in__mobile-chevron {
      transform: rotate(180deg);
    }

    .ef-product-menu-built-in__mobile-panel {
      position: absolute;
      left: 0;
      right: 0;
      z-index: 40;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      column-gap: 8px;
      row-gap: 4px;
      margin-top: 8px;
      padding: 12px 14px;
      border: 1px solid var(--ef-pm-border);
      border-radius: 12px;
      background: var(--ef-pm-panel-bg, #fffdf9);
      box-shadow: 0 12px 26px rgba(0, 0, 0, 0.08);
      align-items: stretch;
    }

    .ef-product-menu-built-in__mobile-link {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 34px;
      padding: 2px 8px;
      color: var(--ef-pm-muted, rgba(var(--color-foreground), 0.82));
      text-decoration: none;
      text-align: center;
      font-family: var(--font-body-family);
      font-size: 11px;
      letter-spacing: 0.08em;
      line-height: 1.15;
      text-transform: uppercase;
      text-wrap: balance;
      transition: color 0.2s ease;
    }

    .ef-product-menu-built-in__mobile-link:hover,
    .ef-product-menu-built-in__mobile-link:focus-visible,
    .ef-product-menu-built-in__mobile-link.is-active {
      color: var(--ef-pm-accent, #b89352);
    }
  }

  .ef-product-menu-built-in {
    border-bottom: 0 !important;
  }

  .ef-product-menu-built-in__desktop-nav {
    gap: var(--ef-pm-link-gap, 22px) !important;
    width: fit-content !important;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
  }

  .ef-product-menu-built-in__link {
    color: var(--ef-pm-muted, rgba(var(--color-foreground), 0.68)) !important;
  }

  .ef-product-menu-built-in__link.is-active {
    color: var(--ef-pm-muted, rgba(var(--color-foreground), 0.68)) !important;
  }

  .ef-product-menu-built-in__link.is-active::after {
    transform: translateX(-50%) scaleX(0) !important;
  }

  .ef-product-menu-built-in__link:hover,
  .ef-product-menu-built-in__link:focus-visible {
    color: var(--ef-pm-accent, #b89352) !important;
  }

  .ef-product-menu-built-in__link:hover::after,
  .ef-product-menu-built-in__link:focus-visible::after {
    transform: translateX(-50%) scaleX(1) !important;
  }

  @media screen and (min-width: 750px) {
    .ef-product-menu-built-in {
      transform: translateY(calc(var(--ef-pm-desktop-pull-up, 0px) * -1)) !important;
      margin-bottom: calc(var(--ef-pm-desktop-pull-up, 0px) * -1) !important;
    }
  }

  @media screen and (max-width: 749px) {
    .ef-product-menu-built-in {
      display: none !important;
      visibility: hidden !important;
      height: 0 !important;
      min-height: 0 !important;
      max-height: 0 !important;
      margin: 0 !important;
      padding: 0 !important;
      border: 0 !important;
      overflow: hidden !important;
    }
  }

  .ef-pdp .ef-pdp__notes-heading,
  .ef-pdp .ef-pdp__also-heading {
    font-family: var(--font-heading-family) !important;
    font-style: var(--font-heading-style) !important;
    font-weight: 400 !important;
    font-size: clamp(24px, 2vw, 36px) !important;
    line-height: 1.1 !important;
    letter-spacing: 0.02em !important;
    text-transform: uppercase !important;
    color: rgb(var(--color-foreground)) !important;
  }

  .ef-pdp .ef-pdp__notes-heading {
    position: relative !important;
    display: inline-block !important;
    margin: 0 0 14px !important;
    padding: 0 0 10px !important;
    border-bottom: 0 !important;
  }

  .ef-pdp .ef-pdp__notes-heading::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 1px !important;
    background: var(--ef-pdp-accent) !important;
    opacity: 0.7 !important;
  }

  @media screen and (max-width: 749px) {
    .ef-pdp .ef-pdp__notes-heading,
    .ef-pdp .ef-pdp__also-heading {
      font-size: 26px !important;
    }
  }

  .ef-pdp .ef-pdp__content-box {
    padding-bottom: 0 !important;
  }

  .ef-pdp .ef-pdp__also-wrap {
    margin-top: 4px !important;
  }

  @media screen and (max-width: 749px) {
    .ef-pdp .ef-pdp__content-box {
      padding-bottom: 0 !important;
    }

    .ef-pdp .ef-pdp__also-wrap {
      margin-top: 4px !important;
    }
  }

  @media screen and (min-width: 990px) {
    .ef-pdp__container.page-width {
      width: 100% !important;
      max-width: min(calc(var(--ef-pdp-desktop-media-max) + 590px), 100%) !important;
      padding-left: clamp(18px, 2.6vw, 44px) !important;
      padding-right: clamp(18px, 2.6vw, 44px) !important;
    }

    .ef-pdp__top {
      grid-template-columns: minmax(320px, min(54vw, var(--ef-pdp-desktop-media-max))) minmax(360px, 480px) !important;
      gap: clamp(34px, 4vw, 70px) !important;
      justify-content: center !important;
      align-items: start !important;
    }

    .ef-pdp__media,
    .ef-pdp__media-main-wrap,
    .ef-pdp__media-main,
    .ef-pdp__media-inner {
      width: 100% !important;
      max-width: 100% !important;
    }

    .ef-pdp__media-arrow,
    .ef-pdp__thumbs-wrap {
      display: none !important;
    }

    .ef-pdp__media-main {
      position: relative !important;
      overflow: hidden !important;
      background: var(--ef-pdp-panel);
    }

    .ef-pdp__media-slide {
      display: block !important;
      position: absolute !important;
      inset: 0 !important;
      opacity: 0 !important;
      pointer-events: none !important;
      transition: opacity 0.38s ease !important;
      z-index: 0;
    }

    .ef-pdp__media-slide.is-active {
      position: relative !important;
      opacity: 1 !important;
      z-index: 1;
    }

    .ef-pdp__media-slide[data-media-index="1"] {
      z-index: 2;
    }

    .ef-pdp__media-main-wrap:hover .ef-pdp__media-slide[data-media-index="1"] {
      opacity: 1 !important;
    }

    .ef-pdp__media-main-wrap:hover .ef-pdp__image {
      transform: none !important;
    }

    .ef-pdp__image {
      width: 100% !important;
      height: auto !important;
      aspect-ratio: 1 / 1 !important;
      object-fit: cover !important;
    }

    .ef-pdp__card-image-wrap {
      position: relative !important;
      overflow: hidden !important;
    }

    .ef-pdp__card-image--secondary {
      position: absolute !important;
      inset: 0 !important;
      opacity: 0 !important;
      z-index: 2;
      transition: opacity 0.35s ease !important;
    }

    .ef-pdp__card:hover .ef-pdp__card-image--secondary {
      opacity: 1 !important;
    }

    .ef-pdp__card:hover .ef-pdp__card-image {
      transform: none !important;
    }
  }

  .ef-pdp__also-wrap {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 44px clamp(18px, 3vw, 48px) 10px !important;
    align-items: stretch !important;
    overflow: hidden !important;
  }

  .ef-pdp__also {
    width: 100% !important;
    text-align: center !important;
  }

  .ef-pdp__related {
    width: 100% !important;
    max-width: none !important;
    margin: 28px 0 0 !important;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
    gap: clamp(8px, 1vw, 18px) !important;
    justify-content: stretch !important;
    align-items: start !important;
    overflow: visible !important;
  }

  .ef-pdp__card {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    color: inherit !important;
    text-decoration: none !important;
    transform: none !important;
  }

  .ef-pdp__card-image-link {
    display: block !important;
    width: 100% !important;
    color: inherit !important;
    text-decoration: none !important;
  }

  .ef-pdp__card-image-wrap {
    position: relative !important;
    width: 100% !important;
    margin: 0 0 14px !important;
    aspect-ratio: 1 / 1 !important;
    overflow: hidden !important;
    background: var(--ef-pdp-panel) !important;
    border-radius: 0 !important;
  }

  .ef-pdp__card-image,
  .ef-pdp__card-placeholder {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
    object-position: center center !important;
    transition: opacity 0.36s ease, transform 0.42s ease !important;
  }

  .ef-pdp__card-image--secondary {
    position: absolute !important;
    inset: 0 !important;
    opacity: 0 !important;
    z-index: 2 !important;
  }

  .ef-pdp__card:hover .ef-pdp__card-image--secondary {
    opacity: 1 !important;
  }

  .ef-pdp__card:hover .ef-pdp__card-image--primary {
    transform: scale(1.015) !important;
  }

  .ef-pdp__card-meta {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: start !important;
    gap: 14px !important;
    width: 100% !important;
    min-height: 76px !important;
    text-align: left !important;
    padding: 0 2px !important;
  }

  .ef-pdp__card-details {
    min-width: 0 !important;
  }

  .ef-pdp__card-title {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    min-height: 32px !important;
    margin: 0 !important;
    color: inherit !important;
    text-decoration: none !important;
    font-size: 12px !important;
    line-height: 1.28 !important;
    letter-spacing: 0.11em !important;
    text-transform: uppercase !important;
  }

  .ef-pdp__card-title:hover {
    color: var(--ef-pdp-accent) !important;
  }

  .ef-pdp__card-price {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 2px !important;
    margin-top: 7px !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    opacity: 1 !important;
  }

  .ef-pdp__card-price-current {
    opacity: 0.78 !important;
  }

  .ef-pdp__card-price-subline {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 4px !important;
    color: rgba(var(--color-foreground), 0.58) !important;
    font-size: 11px !important;
    line-height: 1.35 !important;
    letter-spacing: 0.03em !important;
  }

  .ef-pdp__card-price-was {
    text-decoration: line-through !important;
    text-decoration-thickness: 1px !important;
    text-decoration-color: rgba(var(--color-foreground), 0.45) !important;
  }

  .ef-pdp__card-price-dot {
    opacity: 0.55 !important;
  }

  .ef-pdp__card-price-save {
    color: var(--ef-pdp-accent) !important;
  }

  .ef-pdp__related-form {
    width: auto !important;
    min-width: 0 !important;
  }

  .ef-pdp__related-quick-add {
    appearance: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 126px !important;
    min-height: 38px !important;
    padding: 0 14px !important;
    border: 1px solid var(--ef-pdp-button-bg) !important;
    background: transparent !important;
    color: rgb(var(--color-foreground)) !important;
    font-family: var(--font-body-family) !important;
    font-size: 10px !important;
    line-height: 1 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    transition: background 0.24s ease, color 0.24s ease, border-color 0.24s ease !important;
  }

  .ef-pdp__related-quick-add:hover:not([disabled]) {
    background: var(--ef-pdp-button-bg) !important;
    color: var(--ef-pdp-button-text) !important;
  }

  .ef-pdp__related-quick-add[disabled] {
    opacity: 0.46 !important;
    cursor: not-allowed !important;
  }

  .ef-pdp__related-quick-add.is-loading,
  .ef-pdp__related-quick-add.is-added {
    pointer-events: none !important;
  }

  .ef-pdp__related-quick-add.is-added {
    border-color: var(--ef-pdp-accent) !important;
    color: var(--ef-pdp-accent) !important;
    background: rgba(184, 147, 82, 0.08) !important;
  }

  .ef-pdp__related-form .ef-pdp__ajax-message {
    grid-column: 1 / -1 !important;
    margin-top: 8px !important;
  }

  .ef-pdp__related-form .ef-pdp__ajax-message-inner {
    padding: 8px 10px !important;
  }

  .ef-pdp__related-swipe-hint {
    display: none !important;
  }

  @media screen and (min-width: 990px) {
    .ef-pdp__related {
      --ef-related-desktop-gap: clamp(8px, 1vw, 18px);
      --ef-related-desktop-card-max: 520px;
      grid-template-columns: repeat(var(--ef-related-desktop-columns, 4), minmax(0, 1fr)) !important;
      gap: var(--ef-related-desktop-gap) !important;
      width: min(
        100%,
        calc(
          (var(--ef-related-desktop-columns, 4) * var(--ef-related-desktop-card-max)) +
          ((var(--ef-related-desktop-columns, 4) - 1) * var(--ef-related-desktop-gap))
        )
      ) !important;
      margin-left: auto !important;
      margin-right: auto !important;
      justify-content: center !important;
    }
  }

  @media screen and (max-width: 989px) {
    .ef-pdp__also-wrap {
      padding-left: 20px !important;
      padding-right: 20px !important;
    }

    .ef-pdp__related {
      display: grid !important;
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
      gap: 16px !important;
    }

    .ef-pdp__card-meta {
      grid-template-columns: 1fr !important;
      gap: 10px !important;
      min-height: 0 !important;
      text-align: center !important;
    }

    .ef-pdp__card-price {
      align-items: center !important;
    }

    .ef-pdp__related-quick-add {
      width: 100% !important;
    }
  }

  @media screen and (max-width: 749px) {
    .ef-pdp__also-wrap {
      width: 100vw !important;
      max-width: 100vw !important;
      margin-left: calc(50% - 50vw) !important;
      margin-right: calc(50% - 50vw) !important;
      padding: 32px 0 4px !important;
      overflow: hidden !important;
    }

    .ef-pdp__also {
      padding-left: 18px !important;
      padding-right: 18px !important;
    }

    .ef-pdp__related {
      display: flex !important;
      flex-wrap: nowrap !important;
      justify-content: flex-start !important;
      align-items: stretch !important;
      width: auto !important;
      max-width: none !important;
      min-width: 0 !important;
      gap: 12px !important;
      margin: 22px 0 0 !important;
      padding: 0 18px 4px !important;
      overflow-x: auto !important;
      overflow-y: hidden !important;
      scroll-snap-type: x proximity !important;
      scroll-padding-left: 18px !important;
      scroll-behavior: smooth !important;
      -webkit-overflow-scrolling: touch !important;
      overscroll-behavior-x: contain !important;
      overscroll-behavior-y: auto !important;
      touch-action: pan-x pan-y pinch-zoom !important;
      scrollbar-width: none !important;
    }

    .ef-pdp__related::-webkit-scrollbar {
      display: none !important;
    }

    .ef-pdp__related::after {
      content: "" !important;
      flex: 0 0 6px !important;
    }

    .ef-pdp__card {
      flex: 0 0 78vw !important;
      width: 78vw !important;
      max-width: 78vw !important;
      min-width: 78vw !important;
      scroll-snap-align: start !important;
    }

    .ef-pdp__card-image-wrap {
      aspect-ratio: 1 / 1 !important;
      margin-bottom: 12px !important;
    }

    .ef-pdp__card-meta {
      display: flex !important;
      flex-direction: column !important;
      justify-content: space-between !important;
      gap: 10px !important;
      min-height: 114px !important;
      text-align: left !important;
      padding: 0 !important;
    }

    .ef-pdp__card-title {
      min-height: 34px !important;
      font-size: 11px !important;
      line-height: 1.28 !important;
      letter-spacing: 0.08em !important;
    }

    .ef-pdp__card-price {
      align-items: flex-start !important;
      margin-top: 5px !important;
      font-size: 12px !important;
    }

    .ef-pdp__card-price-subline {
      font-size: 10.5px !important;
    }

    .ef-pdp__related-form {
      width: 100% !important;
    }

    .ef-pdp__related-quick-add {
      width: 100% !important;
      min-height: 42px !important;
      margin-top: 2px !important;
      font-size: 10px !important;
    }

    .ef-pdp__related-swipe-hint {
      display: inline-flex !important;
      align-items: center !important;
      justify-content: center !important;
      gap: 8px !important;
      width: 100% !important;
      margin: 16px 0 0 !important;
      color: var(--ef-pdp-accent) !important;
      opacity: 0.92 !important;
      text-align: center !important;
    }

    .ef-pdp__related-swipe-line {
      width: 28px !important;
      height: 1px !important;
      background: rgba(184, 147, 82, 0.44) !important;
    }

    .ef-pdp__related-swipe-text {
      font-size: 9px !important;
      line-height: 1 !important;
      letter-spacing: 0.14em !important;
      text-transform: uppercase !important;
    }

    .ef-pdp__related-swipe-arrows {
      display: inline-flex !important;
      gap: 2px !important;
      animation: efPdpRelatedSwipeHint 1.6s ease-in-out infinite !important;
    }

    .ef-pdp__related-swipe-arrows svg {
      width: 11px !important;
      height: 11px !important;
      display: block !important;
    }
  }

  @keyframes efPdpRelatedSwipeHint {
    0%, 100% { transform: translateX(0); opacity: 0.65; }
    50% { transform: translateX(4px); opacity: 1; }
  }


  .ef-pdp__price-current--sale,
  .ef-pdp__card-price-current--sale {
    color: var(--ef-pdp-accent) !important;
    opacity: 1 !important;
  }
/* END_SECTION:ef-pp-page-soap */

/* START_SECTION:ef-pp-page (INDEX:32) */
.ef-pdp,
  .ef-pdp * {
    box-sizing: border-box;
  }

  .ef-pdp {
    background: rgb(var(--color-background));
    color: rgb(var(--color-foreground));
    padding: 42px 0 92px;
  }

  .ef-pdp__container.page-width {
    max-width: 1180px;
    margin: 0 auto;
  }

  .ef-pdp__top {
    display: grid;
    grid-template-columns: minmax(420px, 560px) minmax(380px, 480px);
    justify-content: center;
    gap: clamp(42px, 5vw, 78px);
    align-items: start;
  }

  .ef-pdp__media,
  .ef-pdp__details {
    min-width: 0;
  }

  .ef-pdp__media-main-wrap {
    position: relative;
  }

  .ef-pdp__media-main {
    width: 100%;
  }

  .ef-pdp__media-slide {
    display: none;
  }

  .ef-pdp__media-slide.is-active {
    display: block;
  }

  .ef-pdp__media-inner {
    background: var(--ef-pdp-panel);
    overflow: hidden;
    width: 100%;
    border-radius: 2px;
  }

  .ef-pdp__image {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: transform .7s ease;
  }

  .ef-pdp__media-main-wrap:hover .ef-pdp__image {
    transform: scale(1.018);
  }

  .ef-pdp__media-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    box-shadow: none;
    outline: none;
    color: rgba(47, 42, 38, 0.58);
    font-size: 0;
    line-height: 1;
    cursor: pointer;
    z-index: 5;
    opacity: 0.46;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transition:
      transform .22s ease,
      color .22s ease,
      opacity .22s ease,
      border-color .22s ease,
      background .22s ease,
      box-shadow .22s ease;
  }

  .ef-pdp__media-arrow svg {
    display: block;
    width: 17px;
    height: 17px;
  }

  .ef-pdp__media-main-wrap:hover .ef-pdp__media-arrow,
  .ef-pdp__media-arrow:focus-visible {
    opacity: 0.72;
  }

  .ef-pdp__media-arrow:hover,
  .ef-pdp__media-arrow:focus-visible {
    color: rgba(47, 42, 38, 0.82);
    opacity: 0.9;
    border-color: rgba(184, 147, 82, 0.42);
    background: rgba(255, 255, 255, 0.56);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  }

  .ef-pdp__media-arrow--prev {
    left: 16px;
  }

  .ef-pdp__media-arrow--next {
    right: 16px;
  }

  .ef-pdp__media-arrow--prev:hover,
  .ef-pdp__media-arrow--prev:focus-visible {
    transform: translateY(-50%) translateX(-2px);
  }

  .ef-pdp__media-arrow--next:hover,
  .ef-pdp__media-arrow--next:focus-visible {
    transform: translateY(-50%) translateX(2px);
  }

  .ef-pdp__thumbs-wrap {
    margin-top: 14px;
    display: flex;
    justify-content: center;
  }

  .ef-pdp__thumbs {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    justify-content: center;
  }

  .ef-pdp__thumb {
    appearance: none;
    border: 1px solid transparent;
    background: transparent;
    padding: 0;
    cursor: pointer;
    flex: 0 0 74px;
    width: 74px;
    opacity: 0.55;
    transition: opacity 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
  }

  .ef-pdp__thumb:hover {
    opacity: .9;
    transform: translateY(-1px);
  }

  .ef-pdp__thumb.is-active {
    opacity: 1;
    border-color: var(--ef-pdp-accent);
  }

  .ef-pdp__thumb-image {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

  .ef-pdp__media-placeholder {
    background: var(--ef-pdp-panel);
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ef-pdp__details {
    max-width: 470px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 10px;
  }

  .ef-pdp__details-top {
    flex: 0 0 auto;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--ef-pdp-line);
  }

  .ef-pdp__details-lower {
    margin-top: 24px;
    padding-top: 0;
  }

  .ef-pdp__vendor {
    margin: 0 0 10px;
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--ef-pdp-accent);
  }

  .ef-pdp__title {
    position: relative;
    display: inline-block;
    margin: 0;
    padding-bottom: 14px;
    font-size: clamp(34px, 3.35vw, 56px);
    line-height: 0.95;
    letter-spacing: 0.105em;
    text-transform: uppercase;
    font-weight: 400;
    text-wrap: balance;
  }

  .ef-pdp__title::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--ef-pdp-accent);
    opacity: .74;
  }

  .ef-pdp__subheading {
    margin: 18px 0 0;
    font-size: 14px;
    line-height: 1.72;
    opacity: 0.82;
    max-width: 410px;
  }

  .ef-pdp__subheading p {
    margin: 0;
  }

  .ef-pdp__price {
    margin: 0 0 10px;
  }

  .ef-pdp__price-current {
    display: block;
    margin: 0;
    font-size: 21px;
    line-height: 1.2;
    letter-spacing: 0.055em;
    color: rgb(var(--color-foreground));
  }

  .ef-pdp__price-current--sale {
    color: var(--ef-pdp-accent);
  }

  .ef-pdp__price-subline {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 5px;
    color: rgba(var(--color-foreground), 0.58);
    font-size: 12px;
    line-height: 1.35;
    letter-spacing: 0.04em;
  }

  .ef-pdp__price-was {
    text-decoration: line-through;
    text-decoration-thickness: 1px;
    text-decoration-color: rgba(var(--color-foreground), 0.45);
  }

  .ef-pdp__price-dot {
    opacity: 0.55;
  }

  .ef-pdp__price-save {
    color: var(--ef-pdp-accent);
  }

  .ef-pdp__availability {
    margin: 0 0 14px;
    font-size: 10.5px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }

  .ef-pdp__availability--in {
    color: var(--ef-pdp-accent);
  }

  .ef-pdp__availability--out {
    color: #9f2e2e;
  }

  .ef-pdp__promise-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 18px;
  }

  .ef-pdp__promise-row span {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 6px 9px;
    border: 1px solid rgba(184, 147, 82, .26);
    border-radius: 999px;
    color: rgba(var(--color-foreground), .68);
    background: rgba(184, 147, 82, .035);
    font-size: 9.5px;
    line-height: 1;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  .ef-pdp__buy {
    margin: 0 0 26px;
  }

  .ef-pdp__payment-trust {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 12px;
    padding-bottom: 2px;
    color: rgba(var(--color-foreground), .62);
  }

  .ef-pdp__payment-note,
  .ef-pdp__payment-note p {
    margin: 0;
    font-size: 10px;
    line-height: 1.35;
    letter-spacing: .1em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .ef-pdp__payment-note strong {
    color: var(--ef-pdp-accent);
    font-weight: 500;
  }

  .ef-pdp__payment-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .ef-pdp__payment-icon-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .ef-pdp__payment-icon {
    display: block;
    width: auto;
    height: 18px;
    max-width: 40px;
    filter: none;
    opacity: 1;
  }


  .ef-pdp__product-form {
    width: 100%;
  }

  .ef-pdp__purchase-row {
    display: flex;
    align-items: stretch;
    gap: 14px;
    margin: 0 0 2px;
    flex-wrap: nowrap;
  }

  .ef-pdp__qty-wrap {
    display: inline-flex;
    align-items: center;
    width: 118px;
    height: 46px;
    border: 1px solid var(--ef-pdp-line);
    background: #ffffff;
    overflow: hidden;
    flex: 0 0 118px;
    transition: border-color .2s ease;
  }

  .ef-pdp__qty-wrap:focus-within,
  .ef-pdp__qty-wrap:hover {
    border-color: var(--ef-pdp-accent);
  }

  .ef-pdp__qty-btn {
    width: 36px;
    height: 44px;
    border: 0;
    background: transparent;
    color: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    padding: 0;
    transition: background 0.2s ease, color 0.2s ease;
  }

  .ef-pdp__qty-btn:hover {
    background: rgba(184, 147, 82, 0.08);
    color: var(--ef-pdp-accent);
  }

  .ef-pdp__qty-input {
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    color: inherit;
    text-align: center;
    font-size: 11px;
    letter-spacing: 0.12em;
    padding: 0;
    appearance: textfield;
    -moz-appearance: textfield;
  }

  .ef-pdp__qty-input:focus {
    outline: none;
  }

  .ef-pdp__qty-input::-webkit-outer-spin-button,
  .ef-pdp__qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  .ef-pdp__buy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    height: 46px;
    padding: 0 30px;
    border: 1px solid var(--ef-pdp-button-bg);
    background: var(--ef-pdp-button-bg);
    color: var(--ef-pdp-button-text);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 11px;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform .25s ease;
    flex: 1 1 auto;
  }

  .ef-pdp__buy-btn:hover:not([disabled]) {
    background: var(--ef-pdp-accent);
    border-color: var(--ef-pdp-accent);
    color: var(--ef-pdp-button-text);
    transform: translateY(-1px);
  }

  .ef-pdp__buy-btn[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
  }

  .ef-pdp__buy-btn.is-loading,
  .ef-pdp__buy-btn.is-added {
    pointer-events: none;
  }

  .ef-pdp__buy-btn.is-added {
    background: rgba(184, 147, 82, 0.08);
    border-color: var(--ef-pdp-accent);
    color: var(--ef-pdp-accent);
  }

  .ef-pdp__accordions {
    border-top: 1px solid var(--ef-pdp-line);
  }

  .ef-pdp__accordion {
    border-bottom: 1px solid var(--ef-pdp-line);
  }

  .ef-pdp__accordion summary {
    list-style: none;
  }

  .ef-pdp__accordion summary::-webkit-details-marker {
    display: none;
  }

  .ef-pdp__accordion-summary {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    cursor: pointer;
    font-size: 11.5px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 500;
    transition: color .2s ease;
  }

  .ef-pdp__accordion-summary:hover,
  .ef-pdp__accordion[open] .ef-pdp__accordion-summary {
    color: var(--ef-pdp-accent);
  }

  .ef-pdp__accordion-icon {
    width: 14px;
    height: 14px;
    position: relative;
    flex: 0 0 14px;
  }

  .ef-pdp__accordion-icon::before,
  .ef-pdp__accordion-icon::after {
    content: "";
    position: absolute;
    background: currentColor;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .ef-pdp__accordion-icon::before {
    width: 14px;
    height: 1px;
  }

  .ef-pdp__accordion-icon::after {
    width: 1px;
    height: 14px;
    transition: opacity 0.25s ease, transform 0.25s ease;
  }

  .ef-pdp__accordion[open] .ef-pdp__accordion-icon::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .ef-pdp__accordion-content {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows 0.35s ease, opacity 0.35s ease;
  }

  .ef-pdp__accordion-content-inner {
    overflow: hidden;
    padding: 0;
    font-size: 14px;
    line-height: 1.75;
    transition: padding 0.35s ease;
  }

  .ef-pdp__accordion[open] .ef-pdp__accordion-content {
    grid-template-rows: 1fr;
    opacity: 0.9;
  }

  .ef-pdp__accordion[open] .ef-pdp__accordion-content-inner {
    padding: 0 0 20px;
  }

  .ef-pdp__lower {
    margin-top: 62px;
  }

  .ef-pdp__tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 34px;
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .ef-pdp__tab {
    appearance: none;
    background:
      linear-gradient(var(--ef-pdp-accent), var(--ef-pdp-accent)) left calc(100% - 1px) / 0% 1px no-repeat;
    border: 0;
    color: inherit;
    cursor: pointer;
    padding: 0 0 10px;
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    opacity: 0.45;
    transition: opacity 0.25s ease, color 0.25s ease, background-size .25s ease;
  }

  .ef-pdp__tab:hover,
  .ef-pdp__tab.is-active {
    opacity: 1;
    color: var(--ef-pdp-accent);
    background-size: 100% 1px;
  }

  .ef-pdp__panels {
    margin-top: 0;
  }

  .ef-pdp__panel {
    display: none;
  }

  .ef-pdp__panel.is-active {
    display: block;
  }

  .ef-pdp__content-box {
    max-width: 1040px;
    margin: 0 auto;
    padding: 14px 24px 36px;
    background: transparent;
    text-align: center;
  }

  .ef-pdp__note-display {
    max-width: 660px;
    min-height: 116px;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.18s ease, transform 0.18s ease;
  }

  .ef-pdp__note-display.is-switching {
    opacity: 0.35;
    transform: translateY(4px);
  }

  .ef-pdp__note-display-inner {
    width: 100%;
  }

  .ef-pdp__note-display-title {
    position: relative;
    display: inline-block;
    margin: 0 0 18px;
    padding-bottom: 9px;
    font-size: 20px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 500;
  }

  .ef-pdp__note-display-title::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: var(--ef-pdp-accent);
  }

  .ef-pdp__note-display-text {
    font-size: 14px;
    line-height: 1.8;
    opacity: 0.9;
  }

  .ef-pdp__notes {
    display: grid;
    grid-template-columns: repeat(3, minmax(120px, 1fr));
    gap: 40px;
    max-width: 740px;
    margin: 0 auto;
    align-items: start;
  }

  .ef-pdp__note {
    appearance: none;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    color: inherit;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0.68;
    transition: opacity 0.25s ease, transform 0.25s ease, color .25s ease;
  }

  .ef-pdp__note:hover,
  .ef-pdp__note.is-active {
    opacity: 1;
    color: var(--ef-pdp-accent);
  }

  .ef-pdp__note:hover .ef-pdp__note-image-wrap,
  .ef-pdp__note.is-active .ef-pdp__note-image-wrap {
    transform: translateY(-3px);
  }

  .ef-pdp__note-image-wrap {
    width: 84px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    transition: transform 0.25s ease;
  }

  .ef-pdp__note-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .ef-pdp__note-placeholder {
    width: 52px;
    height: 52px;
    border-radius: 999px;
    background: #e7e7e7;
    display: block;
  }

  .ef-pdp__note-title {
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    line-height: 1.4;
  }
.ef-pdp__care {
    max-width: 760px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.85;
  }

  .ef-pdp__also-wrap {
    margin-top: 54px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .ef-pdp__also {
    text-align: center;
    margin: 0 auto;
  }

  .ef-pdp__also-heading {
    position: relative;
    display: inline-block;
    margin: 0 0 14px;
    padding-bottom: 10px;
    font-size: clamp(24px, 2vw, 36px);
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: 0.02em;
  }

  .ef-pdp__also-heading::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: var(--ef-pdp-accent);
    opacity: .7;
  }

  .ef-pdp__also-text {
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.78;
  }

  .ef-pdp__related {
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
  }

  .ef-pdp__related-grid {
    --related-gap: 24px;
    --card-width: 230px;
    display: grid;
    grid-template-columns: repeat(var(--related-count), minmax(0, var(--card-width)));
    justify-content: center;
    align-items: start;
    gap: var(--related-gap);
    width: auto;
    margin: 0 auto;
  }

  .ef-pdp__card {
    width: 100%;
    max-width: var(--card-width);
    color: inherit;
    text-decoration: none;
    display: block;
    min-width: 0;
    transition: transform .25s ease, color .25s ease;
  }

  .ef-pdp__card:hover {
    transform: translateY(-3px);
    color: var(--ef-pdp-accent);
  }

  .ef-pdp__card-image-wrap {
    background: var(--ef-pdp-panel);
    overflow: hidden;
    margin-bottom: 13px;
    border-radius: 4px;
  }

  .ef-pdp__card-image {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1.08;
    object-fit: cover;
    transition: transform 0.42s ease;
  }

  .ef-pdp__card:hover .ef-pdp__card-image {
    transform: scale(1.03);
  }

  .ef-pdp__card-meta {
    text-align: center;
  }

  .ef-pdp__card-title {
    margin-bottom: 5px;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    line-height: 1.5;
  }

  .ef-pdp__card-price {
    font-size: 13px;
    opacity: 0.78;
  }

  @media screen and (max-width: 989px) {
    .ef-pdp {
      padding: 28px 0 66px;
    }

    .ef-pdp__container.page-width {
      max-width: 720px;
    }

    .ef-pdp__top {
      grid-template-columns: 1fr;
      gap: 34px;
      align-items: start;
    }

    .ef-pdp__details {
      max-width: 560px;
      min-height: auto;
      display: block;
      padding-top: 0;
      margin: 0 auto;
    }

    .ef-pdp__details-lower {
      margin-top: 28px;
      padding-top: 0;
    }

    .ef-pdp__thumbs {
      justify-content: center;
      flex-wrap: wrap;
    }

    .ef-pdp__content-box {
      padding: 10px 24px 32px;
    }

    .ef-pdp__related-grid {
      --related-gap: 16px;
      --card-width: 200px;
    }
  }

  @media screen and (max-width: 749px) {
    .ef-pdp {
      padding: 18px 0 52px;
    }

    .ef-pdp__note:last-child:nth-child(odd) {
      grid-column: 1 / -1;
      justify-self: center;
      max-width: 120px;
    }

    .ef-pdp__subheading,
    .ef-pdp__subheading p {
      font-size: 8px;
      line-height: 1.6;
    }

    .ef-pdp__details .ef-pdp__subheading,
    .ef-pdp__details .ef-pdp__subheading p {
      font-size: 12px !important;
      line-height: 1.62 !important;
    }

    .ef-pdp__title {
      font-size: 30px;
      text-align: center;
      letter-spacing: .085em;
    }

    .ef-pdp__title::after {
      left: 0;
      right: 0;
      transform: none;
      width: 100%;
    }

    .ef-pdp__details {
      max-width: 340px;
      margin: 0 auto;
      text-align: center;
    }

    .ef-pdp__details-top {
      padding-bottom: 18px;
    }

    .ef-pdp__subheading {
      max-width: 100%;
      margin: 14px auto 0;
    }

    .ef-pdp__price,
    .ef-pdp__availability {
      text-align: center;
    }

    .ef-pdp__promise-row {
      justify-content: center;
    }

    .ef-pdp__details-lower {
      margin-top: 18px;
      padding-top: 0;
    }

    .ef-pdp__tabs {
      gap: 18px;
    }

    .ef-pdp__buy {
      margin: 0 0 18px;
      display: flex;
      justify-content: center;
    }

    .ef-pdp__product-form {
      width: auto;
    }

    .ef-pdp__purchase-row {
      gap: 12px;
      flex-wrap: wrap;
      justify-content: center;
    }

    .ef-pdp__payment-trust {
      flex-direction: column;
      justify-content: center;
      gap: 8px;
      text-align: center;
    }

    .ef-pdp__payment-note,
    .ef-pdp__payment-note p {
      white-space: normal;
    }

    .ef-pdp__payment-icons {
      justify-content: center;
    }

    .ef-pdp__qty-wrap {
      width: 104px;
      flex: 0 0 104px;
      height: 42px;
    }

    .ef-pdp__qty-btn,
    .ef-pdp__qty-input {
      height: 40px;
    }

    .ef-pdp__buy-btn {
      min-width: 172px;
      flex: 0 0 auto;
      height: 42px;
    }

    .ef-pdp__accordions {
      max-width: 340px;
      margin: 0 auto;
      text-align: left;
    }

    .ef-pdp__accordion-summary {
      min-height: 54px;
      font-size: 11px;
      letter-spacing: 0.13em;
      gap: 10px;
    }

    .ef-pdp__accordion-icon {
      width: 12px;
      height: 12px;
      flex: 0 0 12px;
    }

    .ef-pdp__accordion-icon::before {
      width: 12px;
    }

    .ef-pdp__accordion-icon::after {
      height: 12px;
    }

    .ef-pdp__media-arrow {
      display: none !important;
    }

    .ef-pdp__media-main,
    .ef-pdp__media-main-wrap {
      touch-action: pan-y pinch-zoom;
      -webkit-user-select: none;
      user-select: none;
    }

    .ef-pdp__thumb {
      flex: 0 0 70px;
      width: 70px;
    }

    .ef-pdp__content-box {
      padding: 10px 18px 26px;
    }

    .ef-pdp__lower {
      margin-top: 48px;
    }

    .ef-pdp__notes {
      grid-template-columns: 1fr 1fr;
      max-width: 360px;
      gap: 28px 22px;
    }

    .ef-pdp__related {
      justify-content: center;
      overflow: visible;
    }

    .ef-pdp__related-grid {
      --related-gap: 12px;
      --card-width: 140px;
      grid-template-columns: repeat(2, minmax(0, var(--card-width)));
      justify-content: center;
      overflow: visible;
      padding-bottom: 0;
      margin: 0 auto;
      width: auto;
      max-width: calc((var(--card-width) * 2) + var(--related-gap));
    }

    .ef-pdp__also-heading {
      font-size: 26px;
    }
  }

  /* Final PDP lower-section spacing and interactive fragrance notes */
  .ef-pdp__lower {
    margin-top: 58px;
    position: relative;
  }

  .ef-pdp__lower::before {
    content: "";
    display: block;
    width: min(640px, 72vw);
    height: 1px;
    margin: 0 auto 34px;
    background: var(--ef-pdp-line);
    opacity: .72;
  }

  .ef-pdp__content-box {
    max-width: 1040px;
    margin: 0 auto;
    padding: 8px 24px 28px;
    background: transparent;
    text-align: center;
  }

  .ef-pdp__note-display {
    max-width: 660px;
    min-height: 104px;
    margin: 0 auto 24px;
  }

  .ef-pdp__note-display-title {
    margin-bottom: 14px;
  }

  .ef-pdp__notes {
    gap: 34px;
    max-width: 700px;
  }

  .ef-pdp__note {
    position: relative;
  }

  .ef-pdp__note::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 46px;
    height: 1px;
    background: var(--ef-pdp-accent);
    transform: translateX(-50%) scaleX(0);
    transform-origin: left;
    opacity: .7;
  }

  .ef-pdp__note.is-active::after {
    animation: ef-pdp-note-progress var(--ef-pdp-note-rotate-speed) linear forwards;
  }

  .ef-pdp.is-note-paused .ef-pdp__note.is-active::after {
    animation-play-state: paused;
  }

  @keyframes ef-pdp-note-progress {
    from {
      transform: translateX(-50%) scaleX(0);
    }
    to {
      transform: translateX(-50%) scaleX(1);
    }
  }

  .ef-pdp__also-wrap {
    margin-top: 38px;
    padding-top: 34px;
    border-top: 1px solid var(--ef-pdp-line);
  }

  .ef-pdp__related {
    margin-top: 28px;
  }

  .ef-pdp__related-grid {
    --related-gap: 28px;
    --card-width: 255px;
  }

  .ef-pdp__card-title {
    font-size: 12.5px;
    letter-spacing: .14em;
  }

  .ef-pdp__card-price {
    font-size: 13.5px;
  }

  @media screen and (max-width: 989px) {
    .ef-pdp__related-grid {
      --related-gap: 18px;
      --card-width: 210px;
    }
  }

  @media screen and (max-width: 749px) {
    .ef-pdp__lower {
      margin-top: 46px;
    }

    .ef-pdp__lower::before {
      width: min(300px, 84vw);
      margin-bottom: 26px;
    }

    .ef-pdp__content-box {
      padding: 8px 18px 24px;
    }

    .ef-pdp__note-display {
      min-height: 118px;
      margin-bottom: 24px;
    }

    .ef-pdp__notes {
      gap: 28px 22px;
    }

    .ef-pdp__also-wrap {
      margin-top: 34px;
      padding-top: 28px;
    }

    .ef-pdp__related-grid {
      --related-gap: 14px;
      --card-width: 150px;
    }
  }


  @media screen and (prefers-reduced-motion: reduce) {
    .ef-pdp__media-arrow,
    .ef-pdp__image {
      transition: none !important;
    }
  }


  /* ============================================================
     EARTH & FLAME — BUILT-IN PRODUCT COLLECTION MENU
     Desktop: collection-page style inline menu.
     Mobile: collection-page style dropdown, no filter.
  ============================================================ */

  .ef-product-menu-built-in,
  .ef-product-menu-built-in * {
    box-sizing: border-box;
  }

  .ef-product-menu-built-in {
    width: 100%;
    background: var(--ef-pm-bg, rgb(var(--color-background)));
    color: var(--ef-pm-text, rgb(var(--color-foreground)));
    padding: var(--ef-pm-top-spacing, 22px) 0 var(--ef-pm-bottom-spacing, 22px);
    border-bottom: 1px solid var(--ef-pm-border, transparent);
    position: relative;
    z-index: 4;
  }

  .ef-product-menu-built-in__inner {
    width: 100%;
    max-width: var(--ef-pm-max-width, 1320px);
    margin: 0 auto;
    padding: 0 18px;
  }

  .ef-product-menu-built-in__desktop-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--ef-pm-link-gap, 22px);
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
  }

  .ef-product-menu-built-in__desktop-nav::-webkit-scrollbar {
    display: none;
  }

  .ef-product-menu-built-in__link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    padding: 0 0 9px;
    color: var(--ef-pm-muted, rgba(var(--color-foreground), 0.68));
    text-decoration: none;
    font-family: var(--font-body-family);
    font-size: var(--ef-pm-font-size, 12px);
    line-height: 1.25;
    letter-spacing: var(--ef-pm-letter-spacing, 0.1em);
    text-transform: uppercase;
    opacity: 1;
    transition:
      color 0.22s ease,
      opacity 0.22s ease;
  }

  .ef-product-menu-built-in__link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 1px;
    width: 18px;
    height: 1px;
    background: var(--ef-pm-accent, #b89352);
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    transition: transform 0.22s ease;
  }

  .ef-product-menu-built-in__link:hover,
  .ef-product-menu-built-in__link:focus-visible,
  .ef-product-menu-built-in__link.is-active {
    color: var(--ef-pm-accent, #b89352);
  }

  .ef-product-menu-built-in__link:hover::after,
  .ef-product-menu-built-in__link:focus-visible::after,
  .ef-product-menu-built-in__link.is-active::after {
    transform: translateX(-50%) scaleX(1);
  }

  .ef-product-menu-built-in__link:focus-visible {
    outline: 1px solid var(--ef-pm-accent, #b89352);
    outline-offset: 5px;
  }

  .ef-product-menu-built-in__mobile {
    display: none;
  }

  @media screen and (max-width: 749px) {
    .ef-product-menu-built-in {
      padding: 12px 0 12px;
      border-bottom: 1px solid var(--ef-pm-border, rgba(0, 0, 0, 0.06));
    }

    .ef-product-menu-built-in__inner {
      padding: 0 14px;
    }

    .ef-product-menu-built-in__desktop-nav {
      display: none;
    }

    .ef-product-menu-built-in__mobile {
      display: block;
      width: 100%;
      position: relative;
    }

    .ef-product-menu-built-in__mobile-details {
      width: 100%;
      position: relative;
    }

    .ef-product-menu-built-in__mobile-summary {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      min-height: 44px;
      padding: 0 12px;
      cursor: pointer;
      list-style: none;
      border: 1px solid var(--ef-pm-border);
      border-radius: 12px;
      background: var(--ef-pm-panel-bg, #fffdf9);
      box-shadow: 0 4px 14px rgba(0, 0, 0, 0.035);
    }

    .ef-product-menu-built-in__mobile-summary::-webkit-details-marker {
      display: none;
    }

    .ef-product-menu-built-in__mobile-label {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: var(--ef-pm-accent, #b89352);
      font-family: var(--font-body-family);
      font-size: var(--ef-pm-mobile-font-size, 10.5px);
      letter-spacing: 0.12em;
      line-height: 1.2;
      text-transform: uppercase;
    }

    .ef-product-menu-built-in__mobile-chevron-wrap {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 auto;
      width: 18px;
      height: 18px;
      color: var(--ef-pm-accent, #b89352);
      background: transparent;
      border: 0;
      border-radius: 0;
    }

    .ef-product-menu-built-in__mobile-chevron {
      display: block;
      width: 12px;
      height: 8px;
      transition: transform 0.2s ease;
    }

    .ef-product-menu-built-in__mobile-details[open] .ef-product-menu-built-in__mobile-chevron {
      transform: rotate(180deg);
    }

    .ef-product-menu-built-in__mobile-panel {
      position: absolute;
      left: 0;
      right: 0;
      z-index: 40;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      column-gap: 8px;
      row-gap: 4px;
      margin-top: 8px;
      padding: 12px 14px;
      border: 1px solid var(--ef-pm-border);
      border-radius: 12px;
      background: var(--ef-pm-panel-bg, #fffdf9);
      box-shadow: 0 12px 26px rgba(0, 0, 0, 0.08);
      align-items: stretch;
    }

    .ef-product-menu-built-in__mobile-link {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 34px;
      padding: 2px 8px;
      color: var(--ef-pm-muted, rgba(var(--color-foreground), 0.82));
      text-decoration: none;
      text-align: center;
      font-family: var(--font-body-family);
      font-size: 11px;
      letter-spacing: 0.08em;
      line-height: 1.15;
      text-transform: uppercase;
      text-wrap: balance;
      transition: color 0.2s ease;
    }

    .ef-product-menu-built-in__mobile-link:hover,
    .ef-product-menu-built-in__mobile-link:focus-visible,
    .ef-product-menu-built-in__mobile-link.is-active {
      color: var(--ef-pm-accent, #b89352);
    }
  }












  /* Product menu desktop-only final defaults:
     - hidden completely on mobile
     - desktop spacing defaults match the approved product-menu setup
     - active/current links stay neutral
     - gold appears only on hover/focus
     - menu item spacing is controlled by "Menu item spacing"
     - "Desktop pull menu upward" can move it into the header gap
  */
  .ef-product-menu-built-in {
    border-bottom: 0 !important;
  }

  .ef-product-menu-built-in__desktop-nav {
    gap: var(--ef-pm-link-gap, 22px) !important;
    width: fit-content !important;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
  }

  .ef-product-menu-built-in__link {
    color: var(--ef-pm-muted, rgba(var(--color-foreground), 0.68)) !important;
  }

  .ef-product-menu-built-in__link.is-active {
    color: var(--ef-pm-muted, rgba(var(--color-foreground), 0.68)) !important;
  }

  .ef-product-menu-built-in__link.is-active::after {
    transform: translateX(-50%) scaleX(0) !important;
  }

  .ef-product-menu-built-in__link:hover,
  .ef-product-menu-built-in__link:focus-visible {
    color: var(--ef-pm-accent, #b89352) !important;
  }

  .ef-product-menu-built-in__link:hover::after,
  .ef-product-menu-built-in__link:focus-visible::after {
    transform: translateX(-50%) scaleX(1) !important;
  }

  @media screen and (min-width: 750px) {
    .ef-product-menu-built-in {
      transform: translateY(calc(var(--ef-pm-desktop-pull-up, 0px) * -1)) !important;
      margin-bottom: calc(var(--ef-pm-desktop-pull-up, 0px) * -1) !important;
    }
  }

  @media screen and (max-width: 749px) {
    .ef-product-menu-built-in {
      display: none !important;
      visibility: hidden !important;
      height: 0 !important;
      min-height: 0 !important;
      max-height: 0 !important;
      margin: 0 !important;
      padding: 0 !important;
      border: 0 !important;
      overflow: hidden !important;
    }
  }


  /* ============================================================
     Earth & Flame PDP — Final Fragrance Notes Tabs + Layout
     - FRAGRANCE NOTES and CANDLE CARE & SAFETY stay on the same row
     - Both tab buttons use the same heading font, size and clickable style
     - Selected note heading is removed/hidden
     - Description sits below the note images
     - Extra breathing room before THE PERFECT MATCH
  ============================================================ */

  .ef-pdp__tabs {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: clamp(24px, 3.2vw, 58px) !important;
    margin: 0 auto 26px !important;
    text-align: center !important;
  }

  .ef-pdp__tabs [data-ef-tab] {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 0 10px !important;
    border: 0 !important;
    background: none !important;
    background-image: none !important;
    color: rgba(var(--color-foreground), 0.48) !important;
    font-family: var(--font-heading-family) !important;
    font-style: var(--font-heading-style) !important;
    font-weight: 400 !important;
    font-size: clamp(22px, 1.9vw, 34px) !important;
    line-height: 1.1 !important;
    letter-spacing: 0.03em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    opacity: 1 !important;
    cursor: pointer !important;
    transition: color 0.22s ease, opacity 0.22s ease !important;
  }

  .ef-pdp__tabs [data-ef-tab]::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 1px !important;
    background: var(--ef-pdp-accent) !important;
    opacity: 0.7 !important;
    transform: scaleX(0) !important;
    transform-origin: center !important;
    transition: transform 0.22s ease !important;
  }

  .ef-pdp__tabs [data-ef-tab]:hover,
  .ef-pdp__tabs [data-ef-tab]:focus-visible,
  .ef-pdp__tabs [data-ef-tab].is-active {
    color: rgb(var(--color-foreground)) !important;
    background-size: 0 0 !important;
  }

  .ef-pdp__tabs [data-ef-tab]:hover::after,
  .ef-pdp__tabs [data-ef-tab]:focus-visible::after,
  .ef-pdp__tabs [data-ef-tab].is-active::after {
    transform: scaleX(1) !important;
  }

  .ef-pdp__panel[data-ef-panel="notes"] .ef-pdp__content-box {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    padding-top: 8px !important;
    padding-bottom: 18px !important;
  }

  .ef-pdp__panel[data-ef-panel="notes"] .ef-pdp__notes {
    order: 1 !important;
    margin: 0 auto !important;
  }

  .ef-pdp__panel[data-ef-panel="notes"] .ef-pdp__note-display {
    order: 2 !important;
    max-width: 660px !important;
    min-height: 0 !important;
    margin: 24px auto 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .ef-pdp__note-display-title,
  .ef-pdp__note-display-title::after {
    display: none !important;
  }

  .ef-pdp__note-display-text {
    max-width: 660px !important;
    margin: 0 auto !important;
    font-size: 14px !important;
    line-height: 1.8 !important;
    opacity: 0.9 !important;
  }

  .ef-pdp__also-wrap {
    margin-top: 72px !important;
    padding-top: 36px !important;
    border-top: 1px solid var(--ef-pdp-line) !important;
  }

  .ef-pdp__also-heading {
    font-family: var(--font-heading-family) !important;
    font-style: var(--font-heading-style) !important;
    font-weight: 400 !important;
  }

  @media screen and (max-width: 749px) {
    .ef-pdp__tabs {
      width: 100% !important;
      max-width: 100% !important;
      gap: 16px !important;
      justify-content: center !important;
      flex-wrap: nowrap !important;
      margin-bottom: 22px !important;
      padding: 0 10px 4px !important;
      overflow-x: auto !important;
      overflow-y: hidden !important;
      scrollbar-width: none !important;
      -ms-overflow-style: none !important;
      -webkit-overflow-scrolling: touch !important;
    }

    .ef-pdp__tabs::-webkit-scrollbar {
      display: none !important;
    }

    .ef-pdp__tabs [data-ef-tab] {
      flex: 0 0 auto !important;
      font-size: clamp(13px, 3.35vw, 17px) !important;
      line-height: 1.15 !important;
      letter-spacing: 0.045em !important;
      padding-bottom: 8px !important;
    }

    .ef-pdp__panel[data-ef-panel="notes"] .ef-pdp__content-box {
      padding-bottom: 16px !important;
    }

    .ef-pdp__panel[data-ef-panel="notes"] .ef-pdp__note-display {
      margin-top: 20px !important;
      min-height: 0 !important;
    }

    .ef-pdp__also-wrap {
      margin-top: 56px !important;
      padding-top: 32px !important;
    }
  }



  /* ============================================================
     Earth & Flame PDP — Clickable Heading Hover Effect
     Adds a premium hover interaction to the FRAGRANCE NOTES and
     CANDLE CARE & SAFETY tab headings while keeping both clickable.
  ============================================================ */

  .ef-pdp__tabs [data-ef-tab] {
    transition:
      color 0.24s ease,
      opacity 0.24s ease,
      transform 0.24s ease,
      letter-spacing 0.24s ease,
      text-shadow 0.24s ease !important;
    will-change: transform !important;
  }

  .ef-pdp__tabs [data-ef-tab]::after {
    opacity: 0.62 !important;
    transition:
      transform 0.28s ease,
      opacity 0.28s ease,
      background-color 0.28s ease !important;
  }

  .ef-pdp__tabs [data-ef-tab]:hover,
  .ef-pdp__tabs [data-ef-tab]:focus-visible {
    color: var(--ef-pdp-accent) !important;
    transform: translateY(-2px) !important;
    letter-spacing: 0.05em !important;
    text-shadow: 0 8px 18px rgba(184, 147, 82, 0.14) !important;
  }

  .ef-pdp__tabs [data-ef-tab]:hover::after,
  .ef-pdp__tabs [data-ef-tab]:focus-visible::after {
    transform: scaleX(1) !important;
    opacity: 1 !important;
  }

  .ef-pdp__tabs [data-ef-tab].is-active {
    color: rgb(var(--color-foreground)) !important;
    transform: translateY(0) !important;
    letter-spacing: 0.03em !important;
    text-shadow: none !important;
  }

  .ef-pdp__tabs [data-ef-tab].is-active:hover,
  .ef-pdp__tabs [data-ef-tab].is-active:focus-visible {
    color: var(--ef-pdp-accent) !important;
    transform: translateY(-2px) !important;
    letter-spacing: 0.05em !important;
    text-shadow: 0 8px 18px rgba(184, 147, 82, 0.14) !important;
  }

  .ef-pdp__tabs [data-ef-tab]:focus-visible {
    outline: 1px solid rgba(184, 147, 82, 0.42) !important;
    outline-offset: 8px !important;
  }

  @media screen and (max-width: 749px) {
    .ef-pdp__tabs [data-ef-tab]:hover,
    .ef-pdp__tabs [data-ef-tab]:focus-visible,
    .ef-pdp__tabs [data-ef-tab].is-active:hover,
    .ef-pdp__tabs [data-ef-tab].is-active:focus-visible {
      transform: translateY(-1px) !important;
      letter-spacing: 0.055em !important;
    }
  }



  /* ============================================================
     Earth & Flame PDP — desktop image hover + responsive size
     Desktop only. Mobile/tablet gallery behaviour stays untouched.
  ============================================================ */
  @media screen and (min-width: 990px) {
    .ef-pdp__container.page-width {
      width: 100% !important;
      max-width: min(calc(var(--ef-pdp-desktop-media-max) + 590px), 100%) !important;
      padding-left: clamp(18px, 2.6vw, 44px) !important;
      padding-right: clamp(18px, 2.6vw, 44px) !important;
    }

    .ef-pdp__top {
      grid-template-columns: minmax(320px, min(54vw, var(--ef-pdp-desktop-media-max))) minmax(360px, 480px) !important;
      gap: clamp(34px, 4vw, 70px) !important;
      justify-content: center !important;
      align-items: start !important;
    }

    .ef-pdp__media,
    .ef-pdp__media-main-wrap,
    .ef-pdp__media-main,
    .ef-pdp__media-inner {
      width: 100% !important;
      max-width: 100% !important;
    }

    .ef-pdp__media-arrow,
    .ef-pdp__thumbs-wrap {
      display: none !important;
    }

    .ef-pdp__media-main {
      position: relative !important;
      overflow: hidden !important;
      background: var(--ef-pdp-panel);
    }

    .ef-pdp__media-slide {
      display: block !important;
      position: absolute !important;
      inset: 0 !important;
      opacity: 0 !important;
      pointer-events: none !important;
      transition: opacity 0.38s ease !important;
      z-index: 0;
    }

    .ef-pdp__media-slide.is-active {
      position: relative !important;
      opacity: 1 !important;
      z-index: 1;
    }

    .ef-pdp__media-slide[data-media-index="1"] {
      z-index: 2;
    }

    .ef-pdp__media-main-wrap:hover .ef-pdp__media-slide[data-media-index="1"] {
      opacity: 1 !important;
    }

    .ef-pdp__media-main-wrap:hover .ef-pdp__image {
      transform: none !important;
    }

    .ef-pdp__image {
      width: 100% !important;
      height: auto !important;
      aspect-ratio: 1 / 1 !important;
      object-fit: cover !important;
    }
  }

  /* Perfect Match - Best Sellers style + working mobile swipe */
  .ef-pdp__also-wrap {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 44px clamp(18px, 3vw, 48px) 10px !important;
    align-items: stretch !important;
    overflow: hidden !important;
  }

  .ef-pdp__also {
    width: 100% !important;
    text-align: center !important;
  }

  .ef-pdp__related {
    width: 100% !important;
    max-width: none !important;
    margin: 28px 0 0 !important;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
    gap: clamp(8px, 1vw, 18px) !important;
    justify-content: stretch !important;
    align-items: start !important;
    overflow: visible !important;
  }

  .ef-pdp__card {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    color: inherit !important;
    text-decoration: none !important;
    transform: none !important;
  }

  .ef-pdp__card-image-link {
    display: block !important;
    width: 100% !important;
    color: inherit !important;
    text-decoration: none !important;
  }

  .ef-pdp__card-image-wrap {
    position: relative !important;
    width: 100% !important;
    margin: 0 0 14px !important;
    aspect-ratio: 1 / 1 !important;
    overflow: hidden !important;
    background: var(--ef-pdp-panel) !important;
    border-radius: 0 !important;
  }

  .ef-pdp__card-image,
  .ef-pdp__card-placeholder {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
    object-position: center center !important;
    transition: opacity 0.36s ease, transform 0.42s ease !important;
  }

  .ef-pdp__card-image--secondary {
    position: absolute !important;
    inset: 0 !important;
    opacity: 0 !important;
    z-index: 2 !important;
  }

  .ef-pdp__card:hover .ef-pdp__card-image--secondary {
    opacity: 1 !important;
  }

  .ef-pdp__card:hover .ef-pdp__card-image--primary {
    transform: scale(1.015) !important;
  }

  .ef-pdp__card-meta {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: start !important;
    gap: 14px !important;
    width: 100% !important;
    min-height: 76px !important;
    text-align: left !important;
    padding: 0 2px !important;
  }

  .ef-pdp__card-details {
    min-width: 0 !important;
  }

  .ef-pdp__card-title {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    min-height: 32px !important;
    margin: 0 !important;
    color: inherit !important;
    text-decoration: none !important;
    font-size: 12px !important;
    line-height: 1.28 !important;
    letter-spacing: 0.11em !important;
    text-transform: uppercase !important;
  }

  .ef-pdp__card-title:hover {
    color: var(--ef-pdp-accent) !important;
  }

  .ef-pdp__card-price {
    margin-top: 7px !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    opacity: 0.78 !important;
  }

  .ef-pdp__related-form {
    width: auto !important;
    min-width: 0 !important;
  }

  .ef-pdp__related-quick-add {
    appearance: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 126px !important;
    min-height: 38px !important;
    padding: 0 14px !important;
    border: 1px solid var(--ef-pdp-button-bg) !important;
    background: transparent !important;
    color: rgb(var(--color-foreground)) !important;
    font-family: var(--font-body-family) !important;
    font-size: 10px !important;
    line-height: 1 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    transition: background 0.24s ease, color 0.24s ease, border-color 0.24s ease !important;
  }

  .ef-pdp__related-quick-add:hover:not([disabled]) {
    background: var(--ef-pdp-button-bg) !important;
    color: var(--ef-pdp-button-text) !important;
  }

  .ef-pdp__related-quick-add[disabled] {
    opacity: 0.46 !important;
    cursor: not-allowed !important;
  }

  .ef-pdp__related-quick-add.is-loading,
  .ef-pdp__related-quick-add.is-added {
    pointer-events: none !important;
  }

  .ef-pdp__related-quick-add.is-added {
    border-color: var(--ef-pdp-accent) !important;
    color: var(--ef-pdp-accent) !important;
    background: rgba(184, 147, 82, 0.08) !important;
  }

  .ef-pdp__related-form .ef-pdp__ajax-message {
    grid-column: 1 / -1 !important;
    margin-top: 8px !important;
  }

  .ef-pdp__related-swipe-hint {
    display: none !important;
  }

  @media screen and (min-width: 990px) {
    .ef-pdp__related {
      --ef-related-desktop-gap: clamp(10px, 1vw, 18px);
      --ef-related-desktop-card-max: 520px;
      grid-template-columns: repeat(var(--ef-related-desktop-columns, 4), minmax(0, 1fr)) !important;
      gap: var(--ef-related-desktop-gap) !important;
      width: min(100%, calc((var(--ef-related-desktop-columns, 4) * var(--ef-related-desktop-card-max)) + ((var(--ef-related-desktop-columns, 4) - 1) * var(--ef-related-desktop-gap)))) !important;
      margin-left: auto !important;
      margin-right: auto !important;
      justify-content: center !important;
    }
  }

  @media screen and (max-width: 989px) {
    .ef-pdp__also-wrap {
      padding-left: 20px !important;
      padding-right: 20px !important;
    }

    .ef-pdp__related {
      display: grid !important;
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
      gap: 16px !important;
    }

    .ef-pdp__card-meta {
      grid-template-columns: 1fr !important;
      gap: 10px !important;
      min-height: 0 !important;
      text-align: center !important;
    }

    .ef-pdp__related-quick-add {
      width: 100% !important;
    }
  }

  @media screen and (max-width: 749px) {
    .ef-pdp__also-wrap {
      width: 100vw !important;
      max-width: 100vw !important;
      margin-left: calc(50% - 50vw) !important;
      margin-right: calc(50% - 50vw) !important;
      padding: 32px 0 4px !important;
      overflow: hidden !important;
    }

    .ef-pdp__also {
      padding-left: 18px !important;
      padding-right: 18px !important;
    }

    .ef-pdp__related {
      display: flex !important;
      flex-wrap: nowrap !important;
      justify-content: flex-start !important;
      align-items: stretch !important;
      width: auto !important;
      max-width: none !important;
      min-width: 0 !important;
      gap: 12px !important;
      margin: 22px 0 0 !important;
      padding: 0 18px 4px !important;
      overflow-x: auto !important;
      overflow-y: hidden !important;
      scroll-snap-type: x proximity !important;
      scroll-padding-left: 18px !important;
      scroll-behavior: smooth !important;
      -webkit-overflow-scrolling: touch !important;
      overscroll-behavior-x: contain !important;
      overscroll-behavior-y: auto !important;
      touch-action: pan-x pan-y pinch-zoom !important;
      scrollbar-width: none !important;
    }

    .ef-pdp__related::-webkit-scrollbar {
      display: none !important;
    }

    .ef-pdp__related::after {
      content: "" !important;
      flex: 0 0 6px !important;
    }

    .ef-pdp__card {
      flex: 0 0 78vw !important;
      width: 78vw !important;
      max-width: 78vw !important;
      min-width: 78vw !important;
      scroll-snap-align: start !important;
    }

    .ef-pdp__card-image-wrap {
      aspect-ratio: 1 / 1 !important;
      margin-bottom: 12px !important;
    }

    .ef-pdp__card-meta {
      display: flex !important;
      flex-direction: column !important;
      justify-content: space-between !important;
      gap: 10px !important;
      min-height: 114px !important;
      text-align: left !important;
      padding: 0 !important;
    }

    .ef-pdp__card-title {
      min-height: 34px !important;
      font-size: 11px !important;
      line-height: 1.28 !important;
      letter-spacing: 0.08em !important;
    }

    .ef-pdp__card-price {
      margin-top: 5px !important;
      font-size: 12px !important;
    }

    .ef-pdp__related-form {
      width: 100% !important;
    }

    .ef-pdp__related-quick-add {
      width: 100% !important;
      min-height: 42px !important;
      margin-top: 2px !important;
      font-size: 10px !important;
    }

    .ef-pdp__related-swipe-hint {
      display: inline-flex !important;
      align-items: center !important;
      justify-content: center !important;
      gap: 8px !important;
      width: 100% !important;
      margin: 16px 0 0 !important;
      color: var(--ef-pdp-accent) !important;
      opacity: 0.92 !important;
      text-align: center !important;
    }

    .ef-pdp__related-swipe-line {
      width: 28px !important;
      height: 1px !important;
      background: rgba(184, 147, 82, 0.44) !important;
    }

    .ef-pdp__related-swipe-text {
      font-size: 9px !important;
      line-height: 1 !important;
      letter-spacing: 0.14em !important;
      text-transform: uppercase !important;
    }

    .ef-pdp__related-swipe-arrows {
      display: inline-flex !important;
      gap: 2px !important;
      animation: efPdpRelatedSwipeHint 1.6s ease-in-out infinite !important;
    }

    .ef-pdp__related-swipe-arrows svg {
      width: 11px !important;
      height: 11px !important;
      display: block !important;
    }
  }

  @keyframes efPdpRelatedSwipeHint {
    0%, 100% { transform: translateX(0); opacity: 0.65; }
    50% { transform: translateX(4px); opacity: 1; }
  }


  /* ============================================================
     Earth & Flame PDP — compare-at price display
     Shows: current price, Was price, Save amount
  ============================================================ */

  .ef-pdp__card-price {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 2px !important;
    margin-top: 7px !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    opacity: 1 !important;
  }

  .ef-pdp__card-price-current {
    opacity: 0.78 !important;
  }

  .ef-pdp__card-price-current--sale {
    color: var(--ef-pdp-accent) !important;
    opacity: 1 !important;
  }

  .ef-pdp__card-price-subline {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 4px !important;
    color: rgba(var(--color-foreground), 0.58) !important;
    font-size: 11px !important;
    line-height: 1.35 !important;
    letter-spacing: 0.03em !important;
  }

  .ef-pdp__card-price-was {
    text-decoration: line-through !important;
    text-decoration-thickness: 1px !important;
    text-decoration-color: rgba(var(--color-foreground), 0.45) !important;
  }

  .ef-pdp__card-price-dot {
    opacity: 0.55 !important;
  }

  .ef-pdp__card-price-save {
    color: var(--ef-pdp-accent) !important;
  }

  @media screen and (max-width: 989px) {
    .ef-pdp__card-price {
      align-items: center !important;
    }
  }

  @media screen and (max-width: 749px) {
    .ef-pdp__card-price {
      align-items: flex-start !important;
    }

    .ef-pdp__price-subline {
      justify-content: center !important;
    }
  }
/* END_SECTION:ef-pp-page */

/* START_SECTION:ef-product-collection-menu (INDEX:33) */
.ef-product-menu,
  .ef-product-menu * {
    box-sizing: border-box;
  }

  .ef-product-menu {
    width: 100%;
    background: var(--ef-pm-bg, rgb(var(--color-background)));
    color: var(--ef-pm-text, rgb(var(--color-foreground)));
    padding: var(--ef-pm-top-spacing, 22px) 0 var(--ef-pm-bottom-spacing, 22px);
    border-bottom: 1px solid var(--ef-pm-border, transparent);
    position: relative;
    z-index: 4;
  }

  .ef-product-menu__inner {
    width: 100%;
    max-width: var(--ef-pm-max-width, 1320px);
    margin: 0 auto;
    padding: 0 18px;
  }

  .ef-product-menu__eyebrow {
    margin: 0 0 12px;
    text-align: center;
    font-family: var(--font-body-family);
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--ef-pm-accent, #b89352);
  }

  .ef-product-menu__desktop-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--ef-pm-link-gap, 22px);
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
  }

  .ef-product-menu__desktop-nav::-webkit-scrollbar {
    display: none;
  }

  .ef-product-menu__link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    padding: 0 0 9px;
    color: var(--ef-pm-muted, rgba(var(--color-foreground), 0.68));
    text-decoration: none;
    font-family: var(--font-body-family);
    font-size: var(--ef-pm-font-size, 12px);
    line-height: 1.25;
    letter-spacing: var(--ef-pm-letter-spacing, 0.08em);
    text-transform: uppercase;
    opacity: 1;
    transition:
      color 0.22s ease,
      opacity 0.22s ease;
  }

  .ef-product-menu__link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 1px;
    width: 18px;
    height: 1px;
    background: var(--ef-pm-accent, #b89352);
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    transition: transform 0.22s ease;
  }

  .ef-product-menu__link:hover,
  .ef-product-menu__link:focus-visible,
  .ef-product-menu__link.is-active {
    color: var(--ef-pm-accent, #b89352);
  }

  .ef-product-menu__link:hover::after,
  .ef-product-menu__link:focus-visible::after,
  .ef-product-menu__link.is-active::after {
    transform: translateX(-50%) scaleX(1);
  }

  .ef-product-menu__link:focus-visible {
    outline: 1px solid var(--ef-pm-accent, #b89352);
    outline-offset: 5px;
  }

  .ef-product-menu__mobile {
    display: none;
  }

  @media screen and (max-width: 749px) {
    .ef-product-menu--hide-mobile {
      display: none !important;
    }

    .ef-product-menu {
      padding: 12px 0 12px;
      border-bottom: 1px solid var(--ef-pm-border, rgba(0, 0, 0, 0.06));
    }

    .ef-product-menu__inner {
      padding: 0 14px;
    }

    .ef-product-menu__eyebrow {
      display: none;
    }

    .ef-product-menu__desktop-nav {
      display: none;
    }

    .ef-product-menu__mobile {
      display: block;
      width: 100%;
      position: relative;
    }

    .ef-product-menu__mobile-details {
      width: 100%;
      position: relative;
    }

    .ef-product-menu__mobile-summary {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      min-height: 44px;
      padding: 0 12px;
      cursor: pointer;
      list-style: none;
      border: 1px solid var(--ef-pm-border);
      border-radius: 12px;
      background: var(--ef-pm-panel-bg, #fffdf9);
      box-shadow: 0 4px 14px rgba(0, 0, 0, 0.035);
    }

    .ef-product-menu__mobile-summary::-webkit-details-marker {
      display: none;
    }

    .ef-product-menu__mobile-label {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: var(--ef-pm-accent, #b89352);
      font-family: var(--font-body-family);
      font-size: var(--ef-pm-mobile-font-size, 10.5px);
      letter-spacing: 0.12em;
      line-height: 1.2;
      text-transform: uppercase;
    }

    .ef-product-menu__mobile-chevron-wrap {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 auto;
      width: 18px;
      height: 18px;
      color: var(--ef-pm-accent, #b89352);
      background: transparent;
      border: 0;
      border-radius: 0;
    }

    .ef-product-menu__mobile-chevron {
      display: block;
      width: 12px;
      height: 8px;
      transition: transform 0.2s ease;
    }

    .ef-product-menu__mobile-details[open] .ef-product-menu__mobile-chevron {
      transform: rotate(180deg);
    }

    .ef-product-menu__mobile-panel {
      position: absolute;
      left: 0;
      right: 0;
      z-index: 40;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      column-gap: 8px;
      row-gap: 4px;
      margin-top: 8px;
      padding: 12px 14px;
      border: 1px solid var(--ef-pm-border);
      border-radius: 12px;
      background: var(--ef-pm-panel-bg, #fffdf9);
      box-shadow: 0 12px 26px rgba(0, 0, 0, 0.08);
      align-items: stretch;
    }

    .ef-product-menu__mobile-link {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 34px;
      padding: 2px 8px;
      color: var(--ef-pm-muted, rgba(var(--color-foreground), 0.82));
      text-decoration: none;
      text-align: center;
      font-family: var(--font-body-family);
      font-size: 11px;
      letter-spacing: 0.08em;
      line-height: 1.15;
      text-transform: uppercase;
      text-wrap: balance;
      transition: color 0.2s ease;
    }

    .ef-product-menu__mobile-link:hover,
    .ef-product-menu__mobile-link:focus-visible,
    .ef-product-menu__mobile-link.is-active {
      color: var(--ef-pm-accent, #b89352);
    }
  }
/* END_SECTION:ef-product-collection-menu */

/* START_SECTION:ef-search (INDEX:35) */
.ef-search-complete {
    --ef-search-border: rgba(var(--color-foreground-rgb), 0.12);
    --ef-search-border-soft: rgba(var(--color-foreground-rgb), 0.075);
    --ef-search-muted: rgba(var(--color-foreground-rgb), 0.66);
    --ef-search-card: rgba(var(--color-background-rgb), 0.98);
    --ef-search-cream: rgba(184, 147, 82, 0.045);
    display: block;
  }

  .ef-search-complete__inner {
    width: min(100%, 1240px);
    margin-inline: auto;
    padding: clamp(34px, 4.2vw, 66px) clamp(16px, 3vw, 36px) clamp(48px, 5.5vw, 86px);
  }

  .ef-search-complete__hero {
    width: min(100%, 760px);
    margin-inline: auto;
    text-align: center;
  }

  .ef-search-complete__eyebrow {
    margin: 0 0 10px;
    color: var(--ef-search-accent, #b89352);
    font-size: 0.72rem;
    line-height: 1;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 500;
  }

  .ef-search-complete__title,
  .ef-search-complete__empty-title {
    position: relative;
    display: inline-block;
    margin: 0;
    padding-bottom: 12px;
    color: rgb(var(--color-foreground-rgb));
    font-family: var(--font-heading-family);
    font-weight: 400;
    font-size: clamp(2.35rem, 4vw, 4.2rem);
    line-height: 1.02;
    letter-spacing: 0.015em;
    text-transform: none;
  }

  .ef-search-complete__empty-title {
    font-size: clamp(1.75rem, 3vw, 2.75rem);
  }

  .ef-search-complete__title::after,
  .ef-search-complete__empty-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: min(100%, 360px);
    height: 1px;
    background: var(--ef-search-accent, #b89352);
    opacity: 0.72;
    transform: translateX(-50%);
  }

  .ef-search-complete__intro,
  .ef-search-complete__empty-text {
    max-width: 640px;
    margin: 16px auto 0;
    color: var(--ef-search-muted);
    font-size: 0.96rem;
    line-height: 1.62;
  }

  .ef-search-complete__intro p,
  .ef-search-complete__empty-text p {
    margin: 0;
  }

  .ef-search-complete__intro span {
    color: rgb(var(--color-foreground-rgb));
    font-weight: 500;
  }

  .ef-search-complete__search-card {
    width: min(100%, 720px);
    margin: clamp(24px, 3vw, 36px) auto 0;
    padding: clamp(20px, 2.5vw, 30px);
    border: 1px solid var(--ef-search-border-soft);
    border-radius: 24px;
    background:
      radial-gradient(circle at top center, var(--ef-search-cream), transparent 22rem),
      var(--ef-search-card);
    box-shadow: 0 22px 56px rgba(0, 0, 0, 0.055);
  }

  .ef-search-complete__search-card form,
  .ef-search-complete__search-card .search,
  .ef-search-complete__search-card .search-input,
  .ef-search-complete__search-card predictive-search,
  .ef-search-complete__search-card search-form-component {
    width: 100%;
    max-width: none !important;
  }

  .ef-search-complete__search-card .field,
  .ef-search-complete__search-card .search__input-wrapper,
  .ef-search-complete__search-card .search-input__input,
  .ef-search-complete__search-card .predictive-search-form,
  .ef-search-complete__search-card .search-form {
    width: 100% !important;
    max-width: none !important;
  }

  .ef-search-complete__search-card input[type="search"],
  .ef-search-complete__search-card input[name="q"],
  .ef-search-complete__search-card .search__input,
  .ef-search-complete__search-card .field__input {
    min-height: 58px;
    border: 1px solid var(--ef-search-border) !important;
    border-radius: 0 !important;
    background: rgba(var(--color-background-rgb), 0.96) !important;
    color: rgb(var(--color-foreground-rgb)) !important;
    font-size: 1rem !important;
    letter-spacing: 0.01em;
    box-shadow: none !important;
  }

  .ef-search-complete__search-card input[type="search"]:focus,
  .ef-search-complete__search-card input[name="q"]:focus,
  .ef-search-complete__search-card .search__input:focus,
  .ef-search-complete__search-card .field__input:focus {
    border-color: rgba(184, 147, 82, 0.72) !important;
    outline: none !important;
    box-shadow: 0 0 0 1px rgba(184, 147, 82, 0.22) !important;
  }

  .ef-search-complete__search-card button,
  .ef-search-complete__search-card .button,
  .ef-search-complete__search-card .search__button {
    min-height: 58px;
    border-radius: 0 !important;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: opacity 0.22s ease, transform 0.22s ease;
  }

  .ef-search-complete__search-card button:hover,
  .ef-search-complete__search-card .button:hover,
  .ef-search-complete__search-card .search__button:hover {
    opacity: 0.92;
    transform: translateY(-1px);
  }

  .ef-search-complete__results {
    display: block;
    margin-top: clamp(34px, 4.5vw, 60px);
  }

  .ef-search-complete__results-head {
    width: min(100%, 1120px);
    margin: 0 auto clamp(18px, 2.5vw, 30px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
  }

  .ef-search-complete__results-count {
    margin: 0;
    color: var(--ef-search-muted);
    font-size: 0.82rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .ef-search-complete__empty {
    width: min(100%, 760px);
    margin: 0 auto clamp(22px, 3vw, 36px);
    text-align: center;
  }

  .ef-search-complete__grid-shell {
    width: 100%;
    margin-inline: auto;
  }

  .ef-search-complete .collection-wrapper,
  .ef-search-complete .product-grid-container,
  .ef-search-complete .product-grid {
    max-width: 100%;
  }

  .ef-search-complete .product-grid,
  .ef-search-complete ul.product-grid,
  .ef-search-complete ol.product-grid {
    list-style: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
  }

  .ef-search-complete .product-grid__item {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .ef-search-complete .product-grid__item::marker {
    content: "" !important;
    display: none !important;
  }

  .ef-search-complete .product-card,
  .ef-search-complete .card,
  .ef-search-complete .product-grid__item > * {
    transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
  }

  .ef-search-complete .product-grid__item:hover .product-card,
  .ef-search-complete .product-grid__item:hover .card {
    transform: translateY(-3px);
  }

  .ef-search-complete img {
    transition: transform 0.42s ease;
  }

  .ef-search-complete .product-grid__item:hover img {
    transform: scale(1.025);
  }


  /* Final Earth & Flame search page polish */
  .ef-search-complete__inner {
    max-width: 980px;
    min-height: 58vh;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

  .ef-search-complete__hero {
    text-align: center !important;
  }

  .ef-search-complete__eyebrow {
    color: var(--ef-search-accent, #b89352) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.22em !important;
    font-size: 0.72rem !important;
    line-height: 1 !important;
  }

  .ef-search-complete__title {
    color: rgb(var(--color-foreground-rgb)) !important;
    position: relative !important;
    display: inline-block !important;
    padding-bottom: 13px !important;
  }

  .ef-search-complete__title::after {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    bottom: 0 !important;
    width: min(100%, 330px) !important;
    height: 1px !important;
    background: var(--ef-search-accent, #b89352) !important;
    opacity: 0.76 !important;
    transform: translateX(-50%) !important;
  }

  .ef-search-complete__search-card {
    width: min(100%, 680px) !important;
    margin-inline: auto !important;
    padding: 24px !important;
    border: 1px solid rgba(184, 147, 82, 0.24) !important;
    border-radius: 24px !important;
    background:
      radial-gradient(circle at top center, rgba(184, 147, 82, 0.12), transparent 22rem),
      linear-gradient(180deg, rgba(252, 248, 241, 0.98) 0%, rgba(255, 253, 249, 0.98) 100%) !important;
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.05) !important;
  }

  .ef-search-complete__search-card input[type="search"],
  .ef-search-complete__search-card input[name="q"],
  .ef-search-complete__search-card .search__input,
  .ef-search-complete__search-card .field__input {
    min-height: 58px !important;
    width: 100% !important;
    border: 1px solid rgba(184, 147, 82, 0.28) !important;
    border-radius: 14px !important;
    background: rgba(255, 252, 247, 1) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.7) !important;
  }

  .ef-search-complete__search-card .field,
  .ef-search-complete__search-card .search__input-wrapper,
  .ef-search-complete__search-card .predictive-search-form,
  .ef-search-complete__search-card .search-form {
    border-radius: 14px !important;
  }

  .ef-search-complete__search-card input[type="search"]::placeholder,
  .ef-search-complete__search-card input[name="q"]::placeholder,
  .ef-search-complete__search-card .search__input::placeholder,
  .ef-search-complete__search-card .field__input::placeholder {
    color: rgba(var(--color-foreground-rgb), 0.52) !important;
  }

  .ef-search-complete__search-card input[type="search"]:focus,
  .ef-search-complete__search-card input[name="q"]:focus,
  .ef-search-complete__search-card .search__input:focus,
  .ef-search-complete__search-card .field__input:focus {
    border-color: rgba(184, 147, 82, 0.62) !important;
    box-shadow: 0 0 0 3px rgba(184, 147, 82, 0.12) !important;
  }

  .ef-search-complete__search-card svg,
  .ef-search-complete__search-card .icon-search,
  .ef-search-complete__search-card .icon {
    color: #b89352 !important;
    fill: currentColor !important;
  }

  .ef-search-complete__search-card .predictive-search,
  .ef-search-complete__search-card .predictive-search__results-groups-wrapper,
  .ef-search-complete__search-card .predictive-search__results-list,
  .ef-search-complete__search-card [id*="predictive-search-results"] {
    background: rgba(255, 253, 249, 0.98) !important;
    border-color: rgba(184, 147, 82, 0.18) !important;
    border-radius: 18px !important;
  }

  .ef-search-complete__quick-links {
    width: min(100%, 760px) !important;
    margin: 18px auto 0 !important;
    display: flex !important;
    justify-content: center !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
  }

  .ef-search-complete__quick-links a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 32px !important;
    padding: 0 14px !important;
    border: 1px solid rgba(var(--color-foreground-rgb), 0.12) !important;
    border-radius: 999px !important;
    color: rgba(var(--color-foreground-rgb), 0.66) !important;
    text-decoration: none !important;
    font-size: 0.72rem !important;
    line-height: 1 !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
    transition: color 0.22s ease, border-color 0.22s ease, transform 0.22s ease !important;
  }

  .ef-search-complete__quick-links a:hover {
    color: var(--ef-search-accent, #b89352) !important;
    border-color: rgba(184, 147, 82, 0.45) !important;
    transform: translateY(-1px) !important;
  }

  @media screen and (max-width: 749px) {
    .ef-search-complete__inner {
      width: 100%;
      padding: 30px 14px 54px;
    }

    .ef-search-complete__title {
      font-size: clamp(2rem, 10vw, 3rem);
      letter-spacing: 0.01em;
    }

    .ef-search-complete__empty-title {
      font-size: clamp(1.65rem, 8vw, 2.35rem);
    }

    .ef-search-complete__intro,
    .ef-search-complete__empty-text {
      margin-top: 14px;
      font-size: 0.92rem;
      line-height: 1.56;
    }

    .ef-search-complete__search-card {
      margin-top: 20px;
      padding: 16px;
      border-radius: 18px;
    }

    .ef-search-complete__search-card input[type="search"],
    .ef-search-complete__search-card input[name="q"],
    .ef-search-complete__search-card .search__input,
    .ef-search-complete__search-card .field__input {
      min-height: 52px;
      font-size: 0.92rem !important;
    }

    .ef-search-complete__search-card button,
    .ef-search-complete__search-card .button,
    .ef-search-complete__search-card .search__button {
      min-height: 52px;
    }

    .ef-search-complete__results {
      margin-top: 30px;
    }


    .ef-search-complete__search-card .predictive-search__item,
    .ef-search-complete__search-card .predictive-search-results__item,
    .ef-search-complete__search-card [role="option"] {
      min-height: 68px;
    }

    .ef-search-complete__search-card .predictive-search__image,
    .ef-search-complete__search-card .predictive-search-results__image,
    .ef-search-complete__search-card [role="option"] img {
      width: 52px !important;
      height: 52px !important;
    }

    .ef-search-complete__results-head {
      justify-content: center;
      text-align: center;
    }
  }
/* END_SECTION:ef-search */

/* START_SECTION:featured-blog-posts (INDEX:41) */
.featured-blog-posts h3 {
    text-transform: uppercase;
  }
/* END_SECTION:featured-blog-posts */

/* START_SECTION:featured-product (INDEX:42) */
.featured-product-section .section-content-wrapper {
    grid-template-columns: 1fr;
    display: grid;
    overflow: hidden;

    @media (min-width: 750px) {
      grid-template-columns: 1fr 1fr;
    }
  }

  /* Here I should maybe set the width to auto when the ratio is set to adapt */
  .featured-product-section .product-media-container.constrain-height {
    /* arbitrary offset value based on average theme spacing and header height */
    --viewport-offset: 400px;
    --constrained-min-height: var(--visual-preview--height, 80dvh);

    @media screen and (min-width: 750px) {
      --viewport-offset: 300px;
    }
  }

  .featured-product-section .product-grid__card {
    --padding-block: 20px;
    --padding-inline: 20px;

    @media screen and (min-width: 750px) {
      --padding-block: 40px;
      --padding-inline: 40px;
    }
  }

  @media screen and (max-width: 749px) {
    .featured-product-section .media-block {
      order: -1;
    }
  }
/* END_SECTION:featured-product */

/* START_SECTION:footer-utilities (INDEX:43) */
.utilities {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--gap);
    text-wrap: nowrap;
    border-top: var(--border-width) solid var(--color-border);
    color: var(--color-foreground-muted);

    @media screen and (min-width: 750px) {
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      justify-content: center;
      gap: var(--gap);
      align-items: center;
      text-align: left;
    }
  }

  .utilities a {
    color: var(--color-foreground-muted);
  }

  .utilities > * {
    text-align: center;

    @media screen and (min-width: 750px) {
      text-align: left;
    }
  }

  /* Dynamic positioning based on block order */
  @media screen and (min-width: 750px) {
    .utilities {
      position: relative;
    }

    /* Reset default positioning */
    .utilities > * {
      order: 0;
      margin-left: 0;
      margin-right: 0;
      position: static;
    }

    /* Exactly 3 items cases: */
    /* A : A : B => A left, A left, B right */
    /* Example: Copyright and policy left, social right */
    .utilities:has(
        .footer-utilities__text:nth-child(1)
          + .footer-utilities__text:nth-child(2)
          + .footer-utilities__icons:nth-child(3)
      ) {
      grid-template-columns: auto auto 1fr;

      .footer-utilities__icons:nth-child(3) {
        justify-content: end;
      }
    }

    /* A : B : A => A left, B center, A right */
    /* Example: Policy left, Socials center, Copyright right */
    .utilities:has(
        .footer-utilities__text:nth-child(1)
          + .footer-utilities__icons:nth-child(2)
          + .footer-utilities__text:nth-child(3)
      ) {
      grid-template-columns: 1fr auto 1fr;

      .footer-utilities__icons:nth-child(2) {
        justify-self: center;
      }

      .footer-utilities__text:nth-child(3) {
        justify-self: end;
      }
    }

    /* B : A : A => B left, A right, A right */
    /* Example: Socials left, Policy right, Copyright right */
    .utilities:has(
        .footer-utilities__icons:nth-child(1)
          + .footer-utilities__text:nth-child(2)
          + .footer-utilities__text:nth-child(3)
      ) {
      grid-template-columns: 1fr auto auto;

      .footer-utilities__text:nth-child(3) {
        justify-content: end;
      }
    }

    /* Exactly 2 items cases: */
    /* A : A => A left, A left */
    /* Example: Copyright left, Policy left */
    .utilities:has(.footer-utilities__text:first-child:nth-last-child(2) + .footer-utilities__text:last-child) {
      grid-template-columns: auto auto;
      justify-content: space-between;

      .footer-utilities__text:nth-child(2) {
        justify-self: end;
      }
    }

    /* B : A => B left, A right */
    /* Example: Socials left, Policy right */
    .utilities:has(.footer-utilities__icons:first-child:nth-last-child(2) + .footer-utilities__text:last-child) {
      grid-template-columns: 1fr 1fr;

      .footer-utilities__text:nth-child(2) {
        justify-self: end;
      }
    }

    /* A : B => A left, B right */
    /* Example: Socials left, Policy right */
    .utilities:has(.footer-utilities__text:first-child:nth-last-child(2) + .footer-utilities__icons:last-child) {
      grid-template-columns: 1fr 1fr;

      .footer-utilities__icons:nth-child(2) {
        justify-self: end;
      }
    }

    /* Exactly 1 items cases: */
    /* A => A left */
    /* Example: Policy left */
    .utilities:has(.footer-utilities__text:first-child:nth-last-child(1)) {
      grid-template-columns: 1fr;
      justify-content: start;

      .footer-utilities__text:nth-child(1) {
        justify-self: start;
      }
    }

    /* B => B left */
    /* Example: Socials left */
    .utilities:has(.footer-utilities__icons:first-child:nth-last-child(1)) {
      grid-template-columns: 1fr;
      justify-content: start;

      .footer-utilities__icons:nth-child(1) {
        justify-self: start;
      }
    }
  }
/* END_SECTION:footer-utilities */

/* START_SECTION:footer (INDEX:44) */
/* Mobile: Single column layout (base styles) */
  .footer-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--footer-gap);
  }

  @media screen and (min-width: 750px) and (max-width: 989px) {
    .footer-content {
      grid-template-columns: repeat(min(var(--grid-columns), 3), 1fr);
      grid-auto-flow: row;
    }
    .footer-content--isolated-grid-item-tablet > :last-child {
      grid-column: 1 / -1;
    }
  }

  @media screen and (min-width: 990px) {
    .footer-content {
      grid-template-columns: repeat(var(--grid-columns), 1fr);
    }

    /* Single item centered */
    .footer-content[style*='--grid-columns: 1'] {
      justify-items: center;
    }

    .footer-content--isolated-grid-item-desktop > :last-child {
      grid-column: 1 / -1;
    }
  }
/* END_SECTION:footer */

/* START_SECTION:header-announcements (INDEX:45) */
/*
    EARTH & FLAME ANNOUNCEMENT BAR
    Clean fixed-header compatible version.

    Important:
    - This file does NOT push the header down.
    - This file does NOT add page padding.
    - Your EF Header Upgrade already handles:
      --efhu-top-offset
      --efhu-total-offset
    - When "Hide on mobile" is enabled, the full Shopify announcement section collapses.
  */

  .announcement-bar.ef-announcement-bar,
  .announcement-bar.ef-announcement-bar * {
    box-sizing: border-box;
  }

  .announcement-bar.ef-announcement-bar {
    position: relative;
    z-index: 260;
    display: block;
    visibility: visible;
    opacity: 1;
    min-height: var(--ef-announcement-height, 34px);
    border-block-end: var(--border-bottom-width) solid var(--color-border);
    overflow: hidden;
    isolation: isolate;
  }

  .shopify-section-group-header-group,
  .shopify-section-group-header-group .shopify-section,
  .shopify-section:has(.ef-announcement-bar) {
    overflow: visible !important;
  }

  .shopify-section:has(.ef-announcement-bar) {
    position: relative;
    z-index: 260;
  }

  .ef-announcement-bar__slider {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-height: var(--ef-announcement-height, 34px);
    position: relative;
    width: 100%;
  }

  .ef-announcement-bar__viewport {
    width: calc(100% - var(--button-size, 44px) * 2);
    max-width: min(760px, calc(100vw - 96px));
    margin-inline: auto;
    overflow: hidden;
    position: relative;
  }

  .ef-announcement-bar__slides {
    display: grid;
    grid: [stack] auto / [stack] auto;
    width: 100%;
    align-items: center;
  }

  .ef-announcement-bar__slides > * {
    grid-area: stack;
    min-width: 0;
  }

  .announcement-bar__slide {
    place-content: center;
    min-height: var(--ef-announcement-height, 34px);
    transition:
      opacity 0.5s ease-in-out,
      visibility 0.5s ease-in-out,
      transform 0.5s ease-in-out;
  }

  .announcement-bar__slide[aria-hidden='true'] {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .announcement-bar__slide[aria-hidden='false'] {
    opacity: 1;
    visibility: visible;
  }

  .announcement-bar__text,
  .announcement-bar__text p,
  .announcement-bar__slide p,
  .announcement-bar__slide a {
    margin: 0 !important;
    padding: 0 !important;
    font-size: var(--ef-announcement-font-size, 12px) !important;
    line-height: 1.25 !important;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    text-align: center;
    text-wrap: balance;
  }

  .announcement-bar__slide strong,
  .announcement-bar__text strong {
    font-weight: 500;
    color: var(--ef-announcement-accent);
  }

  .announcement-bar__slide a,
  .announcement-bar__text a {
    color: inherit;
    text-decoration: none;
    background-image: linear-gradient(var(--ef-announcement-accent), var(--ef-announcement-accent));
    background-repeat: no-repeat;
    background-position: left calc(100% + 2px);
    background-size: 0% 1px;
    transition:
      color 0.22s ease,
      background-size 0.24s ease;
  }

  .announcement-bar__slide a:hover,
  .announcement-bar__text a:hover {
    color: var(--ef-announcement-accent);
    background-size: 100% 1px;
  }

  .announcement-bar__text:first-child {
    margin: 0 !important;
  }

  .announcement-bar__link {
    position: absolute;
    inset: 0;
    z-index: 2;
  }

  .announcement-bar__slider slideshow-arrows {
    padding: 0;
    mix-blend-mode: normal;
  }

  .announcement-bar__slider slideshow-arrows .slideshow-control {
    color: var(--color-foreground);
  }

  .announcement-bar__slider .slideshow-control {
    display: flex;
    padding: 0;
    width: var(--button-size);
    height: var(--button-size);
    align-items: center;
    justify-content: center;
    opacity: 0.72;
    animation: none;
    transition:
      color 0.2s ease,
      opacity 0.2s ease;
  }

  .announcement-bar__slider .slideshow-control:hover {
    color: var(--ef-announcement-accent);
    opacity: 1;
  }

  @media screen and (min-width: 750px) {
    .announcement-bar__slider .slideshow-control {
      --slideshow-control-offset: calc((var(--button-size) - var(--icon-size-xs)) / 2);
    }

    .section--page-width .announcement-bar__slider .slideshow-control.slideshow-control--previous {
      transform: translateX(var(--slideshow-control-offset));
    }
  }

  .announcement-bar__slider .slideshow-control .svg-wrapper {
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
  }

  /*
    Fade
  */

  .announcement-bar--fade .announcement-bar__slide {
    transition:
      opacity 0.45s ease,
      visibility 0.45s ease;
    transform: none;
  }

  .announcement-bar--fade .announcement-bar__slide[aria-hidden='true'] {
    opacity: 0;
    visibility: hidden;
  }

  .announcement-bar--fade .announcement-bar__slide[aria-hidden='false'] {
    opacity: 1;
    visibility: visible;
  }

  /*
    Slide
  */

  .announcement-bar--slide .announcement-bar__slide {
    transition:
      opacity 0.45s ease,
      visibility 0.45s ease,
      transform 0.45s ease;
  }

  .announcement-bar--slide .announcement-bar__slide[aria-hidden='true'] {
    opacity: 0;
    visibility: hidden;
    transform: translateY(4px);
  }

  .announcement-bar--slide .announcement-bar__slide[aria-hidden='false'] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  /*
    Marquee
  */

  .announcement-bar--marquee .ef-announcement-bar__slider {
    display: block;
    min-height: var(--ef-announcement-height, 34px);
  }

  .announcement-bar--marquee slideshow-arrows,
  .announcement-bar--marquee .slideshow-control {
    display: none !important;
  }

  .announcement-bar--marquee .ef-announcement-bar__viewport {
    width: 100%;
    max-width: none;
    overflow: hidden;
  }

  .announcement-bar--marquee .ef-announcement-bar__slides {
    display: flex;
    align-items: center;
    width: max-content;
    min-height: var(--ef-announcement-height, 34px);
    gap: 54px;
    animation: announcement-marquee var(--announcement-marquee-speed, 20s) linear infinite;
    will-change: transform;
  }

  .announcement-bar--marquee .ef-announcement-bar__slides > * {
    grid-area: auto;
    flex: 0 0 auto;
    position: relative;
  }

  .announcement-bar--marquee .announcement-bar__slide {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    white-space: nowrap;
    min-height: var(--ef-announcement-height, 34px);
  }

  .announcement-bar--pause-hover.announcement-bar--marquee:hover .ef-announcement-bar__slides {
    animation-play-state: paused;
  }

  @keyframes announcement-marquee {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-50%);
    }
  }

  /*
    Mobile
    If Hide on mobile is enabled, collapse the whole Shopify section,
    not just the text inside it. This removes the black blank bar.
  */

  @media screen and (max-width: 749px) {
    .announcement-bar.ef-announcement-bar {
      min-height: 31px;
    }

    .ef-announcement-bar__slider,
    .announcement-bar__slide {
      min-height: 31px;
    }

    .ef-announcement-bar__viewport {
      width: 100%;
      max-width: calc(100vw - 28px);
    }

    .announcement-bar__text,
    .announcement-bar__text p,
    .announcement-bar__slide p,
    .announcement-bar__slide a {
      font-size: 10px !important;
      line-height: 1.28 !important;
      letter-spacing: 0.055em;
    }

    .announcement-bar--marquee .ef-announcement-bar__slides {
      gap: 32px;
      padding-inline: 16px;
      min-height: 31px;
    }

    .ef-announcement-bar--hide-mobile {
      display: none !important;
      visibility: hidden !important;
      opacity: 0 !important;
      height: 0 !important;
      min-height: 0 !important;
      max-height: 0 !important;
      margin: 0 !important;
      padding: 0 !important;
      border: 0 !important;
      overflow: hidden !important;
    }

    .shopify-section:has(.ef-announcement-bar--hide-mobile),
    .shopify-section-group-header-group .shopify-section:has(.ef-announcement-bar--hide-mobile),
    .ef-announcement-section--mobile-hidden {
      display: none !important;
      visibility: hidden !important;
      opacity: 0 !important;
      height: 0 !important;
      min-height: 0 !important;
      max-height: 0 !important;
      margin: 0 !important;
      padding: 0 !important;
      border: 0 !important;
      overflow: hidden !important;
    }

    .shopify-section:has(.ef-announcement-bar--hide-mobile) .section-background,
    .shopify-section-group-header-group .shopify-section:has(.ef-announcement-bar--hide-mobile) .section-background,
    .ef-announcement-section--mobile-hidden .section-background {
      display: none !important;
      height: 0 !important;
      min-height: 0 !important;
      max-height: 0 !important;
      margin: 0 !important;
      padding: 0 !important;
      opacity: 0 !important;
      visibility: hidden !important;
    }
  }
/* END_SECTION:header-announcements */

/* START_SECTION:hero (INDEX:47) */
.hero-wrapper {
    --hero-height-offset: 0px;
  }

  body:has(> #header-group > .header-section > #header-component) .hero-wrapper:first-child {
    --hero-height-offset: var(--header-group-height, 0);
  }

  .hero {
    position: relative;
    min-height: calc(var(--hero-min-height) - var(--hero-height-offset));
  }

  .hero[data-shopify-visual-preview] {
    --hero-min-height: 600px;
    min-height: 600px;
  }

  @media screen and (max-width: 749px) {
    .hero {
      min-height: calc(var(--hero-min-height-mobile, var(--hero-min-height)) - var(--hero-height-offset));
      height: calc(var(--hero-min-height-mobile, var(--hero-min-height)) - var(--hero-height-offset));
    }
  }

  .hero__container {
    position: relative;
    overflow: hidden;
    border: var(--hero-border-width) var(--hero-border-style) rgb(var(--color-border-rgb) / var(--hero-border-opacity));
    min-height: inherit;
    align-items: var(--vertical-alignment-mobile);
    justify-content: var(--horizontal-alignment);
    z-index: var(--layer-base);

    @media screen and (min-width: 750px) {
      align-items: var(--vertical-alignment);
    }
  }

  .hero__content-wrapper.page-width {
    grid-column: 2 / 3;
  }

  .hero__content-wrapper {
    position: relative;
    inset: 0;
    z-index: var(--layer-flat);
  }

  .hero__content-wrapper .group-block-content {
    position: relative;
  }

  .hero__media-wrapper {
    position: absolute;
    inset: 0;
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(var(--hero-media-count, 1), 1fr);
    align-items: stretch;
  }

  .hero__media-wrapper > * {
    width: 100%;
    height: 100%;
    min-height: 0;
    display: block;
  }

  .hero--auto .hero__image,
  .hero--auto .hero__video {
    aspect-ratio: var(--hero-media-aspect-ratio);
  }

  .hero--no-blocks-auto-height {
    :is(.hero__image, .hero__video) {
      width: 100%;
      aspect-ratio: auto;
    }

    .hero__media-wrapper {
      position: relative;
    }
  }

  .hero__image,
  .hero__video,
  .hero__video-poster {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: var(--layer-base);
    transition:
      transform 0.45s ease,
      filter 0.45s ease,
      opacity 0.45s ease;
  }

  .hero__image--desktop,
  .hero__video--desktop,
  .hero__video-poster--desktop {
    object-fit: var(--hero-image-fit-desktop, cover);
    object-position: var(--hero-image-position-desktop, center center);
  }

  .hero__image--mobile,
  .hero__video--mobile,
  .hero__video-poster--mobile {
    object-fit: var(--hero-image-fit-mobile, cover);
    object-position: var(--hero-image-position-mobile, center center);
  }

  .hero__image--desktop,
  .hero__video--desktop {
    transform: scale(var(--hero-image-scale-desktop, 1));
  }

  .hero__image--mobile,
  .hero__video--mobile {
    transform: scale(var(--hero-image-scale-mobile, 1));
  }

  .hero__video-wrapper--desktop,
  .hero__video-wrapper--mobile {
    position: relative;
    overflow: hidden;
  }

  .hero__video-wrapper--desktop > video,
  .hero__video-wrapper--mobile > video {
    width: 100%;
    height: 100%;
  }

  .hero__image--mobile,
  .hero__video--mobile,
  .hero__video-wrapper--mobile {
    display: none;
  }

  .hero__image--desktop,
  .hero__video--desktop,
  .hero__video-wrapper--desktop {
    display: block;
  }

  @media screen and (max-width: 749px) {
    .hero__image--desktop,
    .hero__video--desktop,
    .hero__video-wrapper--desktop {
      display: none;
    }

    .hero__image--mobile,
    .hero__video--mobile,
    .hero__video-wrapper--mobile {
      display: block;
    }

    .hero__container,
    .hero__media-wrapper {
      min-height: inherit;
      height: 100%;
    }

    .hero__media-wrapper {
      grid-template-columns: repeat(var(--hero-media-count-mobile, 1), 1fr);
    }

    .hero__image--mobile,
    .hero__video--mobile,
    .hero__video-wrapper--mobile,
    .hero__video-wrapper--mobile > video {
      width: 100%;
      height: 100% !important;
      min-height: 100%;
      display: block;
    }

    .hero__image--mobile,
    .hero__video--mobile,
    .hero__video-wrapper--mobile > video {
      object-fit: cover !important;
      object-position: var(--hero-image-position-mobile, center center);
      transform: none !important;
    }

    .hero--stack-mobile .hero__media-wrapper {
      grid-template-columns: 1fr;
      grid-template-rows: repeat(var(--hero-media-count-mobile, 1), calc(100% / var(--hero-media-count-mobile, 1)));
    }

    .hero.hero--no-blocks-auto-height {
      height: auto;
      min-height: 0;
    }

    .hero.hero--no-blocks-auto-height .hero__media-wrapper {
      position: relative;
      height: auto;
      min-height: 0;
    }

    .hero.hero--no-blocks-auto-height .hero__image--mobile,
    .hero.hero--no-blocks-auto-height .hero__video--mobile,
    .hero.hero--no-blocks-auto-height .hero__video-wrapper--mobile,
    .hero.hero--no-blocks-auto-height .hero__video-wrapper--mobile > video {
      height: auto !important;
      min-height: 0;
    }
  }

  .hero__video-poster--desktop {
    position: absolute;
  }

  .hero__link {
    position: absolute;
    inset: 0;
    grid-column: 1 / -1;
  }

  .hero__media-wrapper,
  .hero__content-wrapper {
    pointer-events: none;

    :is(a, button, input, textarea, select) {
      pointer-events: auto;
    }
  }

  .hero__content-wrapper--design-mode * {
    pointer-events: auto;
  }

  .hero[data-blur-shadow='true'] {
    --blurred-reflection-filter-saturate: saturate(1.5);
    --blurred-reflection-mask-image: linear-gradient(to bottom, #000 0%, #000 60%, transparent 100%);
    --blurred-reflection-box-shadow: rgb(0 0 0 / 5%) 0 0 1rem;
    --blurred-reflection-filter-blur: blur(20px);
    --blurred-reflection-scale: scale(2, 1.25);
    --blurred-reflection-padding-block-end: 60px;
  }

  .hero[data-blur-shadow='true'] .hero__container::before {
    content: '';
    position: absolute;
    inset: 0;
    box-shadow: var(--blurred-reflection-box-shadow);
    mix-blend-mode: overlay;
    pointer-events: none;
    z-index: -1;
  }

  .hero__blurred-image {
    position: absolute;
    inset: 0;
    z-index: -1;
    mask-image: var(--blurred-reflection-mask-image);
    filter: var(--blurred-reflection-filter-saturate);
    pointer-events: none;
    transform: translateY(50%);
    overflow: hidden;
  }

  .hero__blurred-image--desktop {
    display: none;

    @media screen and (min-width: 750px) {
      display: block;
    }
  }

  .hero__blurred-image--mobile {
    display: block;

    @media screen and (min-width: 750px) {
      display: none;
    }
  }

  .hero__blurred-image img,
  .hero__blurred-image svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    filter: var(--blurred-reflection-filter-blur);
    opacity: var(--blur-opacity);
    transform: var(--blurred-reflection-scale);
    padding-block-end: var(--blurred-reflection-padding-block-end);

    &:not(:only-child) {
      width: 50%;

      &:last-child {
        right: 0;
        left: auto;
      }
    }
  }

  .hero--effect-none .hero__image,
  .hero--effect-none .hero__video {
    filter: none;
  }

  .hero--effect-soft .hero__image,
  .hero--effect-soft .hero__video {
    filter: saturate(0.96) contrast(1.02) brightness(0.98);
  }

  .hero--effect-cinematic .hero__image,
  .hero--effect-cinematic .hero__video {
    filter: saturate(0.9) contrast(1.08) brightness(0.9);
  }

  .hero--effect-vivid .hero__image,
  .hero--effect-vivid .hero__video {
    filter: saturate(1.08) contrast(1.04) brightness(1.01);
  }

  .hero--effect-subtle-zoom .hero__image--desktop,
  .hero--effect-subtle-zoom .hero__video--desktop {
    animation: heroSubtleZoomDesktop 14s ease-in-out infinite alternate;
  }

  .hero--effect-subtle-zoom .hero__image--mobile,
  .hero--effect-subtle-zoom .hero__video--mobile {
    animation: heroSubtleZoomMobile 14s ease-in-out infinite alternate;
  }

  @keyframes heroSubtleZoomDesktop {
    from {
      transform: scale(var(--hero-image-scale-desktop, 1));
    }
    to {
      transform: scale(calc(var(--hero-image-scale-desktop, 1) + 0.04));
    }
  }

  @keyframes heroSubtleZoomMobile {
    from {
      transform: scale(var(--hero-image-scale-mobile, 1));
    }
    to {
      transform: scale(calc(var(--hero-image-scale-mobile, 1) + 0.04));
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .hero--effect-subtle-zoom .hero__image,
    .hero--effect-subtle-zoom .hero__video {
      animation: none !important;
    }
  }
/* END_SECTION:hero */

/* START_SECTION:logo (INDEX:52) */
.logo-section {
    width: calc(var(--logo-width) + var(--padding-inline-start) + var(--padding-inline-end));
    max-width: 100%;
    max-height: calc(var(--logo-height, 100%) + var(--padding-block-start) + var(--padding-block-end));
    font-size: var(--logo-height);
    display: flex;

    @media screen and (max-width: 750px) {
      max-height: calc(
        var(--logo-height-mobile, var(--logo-height, 100%)) + var(--padding-block-start) + var(--padding-block-end)
      );
      font-size: var(--logo-height-mobile, var(--logo-height));
      width: calc(
        var(--logo-width-mobile, var(--logo-width)) + var(--padding-inline-start) + var(--padding-inline-end)
      );
    }
  }

  .logo-section--center {
    margin-inline: auto;
  }

  .logo-section--flex-end {
    margin-inline-start: auto;
  }

  .logo-section--flex-start {
    margin-inline-end: auto;
  }

  .logo-section__image-wrapper {
    display: flex;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
  }

  .logo-section__image {
    object-fit: contain;
    width: 100%;
  }
/* END_SECTION:logo */

/* START_SECTION:main-blog-post (INDEX:54) */
.blog-post-comments-container {
    width: 100%;
    max-width: var(--normal-content-width);
    margin: 0 auto;
  }

  .blog-post-comments {
    display: flex;
    flex-direction: column;
    gap: var(--gap-3xl);
  }

  .blog-post-comment__author {
    display: flex;
    align-items: center;
    gap: var(--gap-2xs);
    margin-top: var(--margin-md);
    font-size: var(--font-size--body-sm);
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
  }

  .blog-post-comments-pagination {
    display: flex;
    justify-content: center;
    gap: var(--gap-2xs);
  }

  .blog-post-comments-pagination,
  .blog-post-comments-pagination a {
    color: var(--color-foreground);
  }

  .blog-post-comments-pagination .current {
    color: var(--color-foreground);
  }

  .blog-post-comments-pagination .current,
  .blog-post-comments-pagination a {
    display: block;
    padding: var(--padding-2xs) var(--padding-xs);
  }

  .blog-post-comments-pagination .current,
  .blog-post-comments-pagination a:hover {
    border-bottom: 1px solid var(--color-foreground);
  }
/* END_SECTION:main-blog-post */

/* START_SECTION:main-blog (INDEX:55) */
.efea,
.efea * {
  box-sizing: border-box;
}

.efea {
  background: var(--efea-bg);
  color: var(--efea-text);
  font-family: var(--efea-body-font);
  padding: var(--efea-top) 20px var(--efea-bottom);
}

.efea__wrap {
  max-width: var(--efea-max);
  margin: 0 auto;
}

.efea__article {
  width: 100%;
}

.efea__hero {
  display: grid;
  gap: clamp(28px, 4vw, 70px);
  align-items: center;
  margin-bottom: clamp(34px, 5vw, 76px);
}

.efea__hero--split {
  grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
}

.efea__hero--stacked {
  grid-template-columns: 1fr;
  text-align: center;
}

.efea__hero--stacked .efea__hero-content {
  max-width: 880px;
  margin: 0 auto;
}

.efea__hero--stacked .efea__hero-media {
  max-width: 1120px;
  margin: 0 auto;
}

.efea__hero-content {
  min-width: 0;
}

.efea__kicker,
.efea__intro-label,
.efea__cta-eyebrow,
.efea__side-title,
.efea__meta,
.efea__tag,
.efea__nav-card span {
  font-family: var(--efea-accent-font);
  letter-spacing: .14em;
  text-transform: uppercase;
}

.efea__kicker {
  color: var(--efea-accent);
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 18px;
}

.efea__title {
  font-family: var(--efea-heading-font);
  font-size: clamp(38px, 5vw, 76px);
  line-height: .98;
  font-weight: 400;
  letter-spacing: -.035em;
  color: var(--efea-text);
  margin: 0;
  text-wrap: balance;
}

.efea__excerpt {
  max-width: 680px;
  margin-top: 24px;
  color: var(--efea-muted);
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.65;
}

.efea__hero--stacked .efea__excerpt {
  margin-left: auto;
  margin-right: auto;
}

.efea__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
  margin-top: 26px;
  color: var(--efea-muted);
  font-size: 11px;
  line-height: 1.4;
}

.efea__hero--stacked .efea__meta,
.efea__hero--stacked .efea__tags {
  justify-content: center;
}

.efea__meta span:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-left: 16px;
  vertical-align: middle;
  border-radius: 50%;
  background: var(--efea-accent);
  opacity: .7;
}

.efea__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.efea__tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 8px 11px;
  border: 1px solid var(--efea-line);
  border-radius: 999px;
  color: var(--efea-muted);
  text-decoration: none;
  font-size: 10px;
  line-height: 1;
  transition: border-color .2s ease, color .2s ease, transform .2s ease;
}

.efea__tag:hover {
  border-color: var(--efea-accent);
  color: var(--efea-text);
  transform: translateY(-1px);
}

.efea__hero-media {
  width: 100%;
  overflow: hidden;
  border-radius: var(--efea-radius);
  background: var(--efea-panel);
  box-shadow: 0 22px 70px rgba(0,0,0,.08);
}

.efea__hero-image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.efea__intro-panel {
  max-width: var(--efea-content);
  margin: 0 auto clamp(38px, 5vw, 72px);
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid var(--efea-line);
  border-radius: var(--efea-radius);
  background: var(--efea-panel);
  display: grid;
  grid-template-columns: minmax(110px, .28fr) 1fr;
  gap: 20px;
}

.efea__intro-label {
  color: var(--efea-accent);
  font-size: 11px;
  line-height: 1.4;
}

.efea__intro-text {
  color: var(--efea-muted);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.75;
}

.efea__body-layout {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, var(--efea-content));
  justify-content: center;
  gap: clamp(30px, 5vw, 78px);
  align-items: start;
}

.efea__body-layout--single {
  grid-template-columns: minmax(0, var(--efea-content));
}

.efea__sidebar {
  position: sticky;
  top: calc(var(--efhu-total-offset, 0px) + 28px);
  display: grid;
  gap: 16px;
}

.efea__side-card {
  padding: 20px;
  border: 1px solid var(--efea-line);
  border-radius: calc(var(--efea-radius) * .75);
  background: var(--efea-panel);
}

.efea__side-title {
  color: var(--efea-text);
  font-size: 11px;
  line-height: 1.35;
  margin-bottom: 14px;
}

.efea__side-text {
  color: var(--efea-muted);
  font-size: 14px;
  line-height: 1.65;
}

.efea__toc {
  display: grid;
  gap: 9px;
}

.efea__toc a {
  display: block;
  color: var(--efea-muted);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.35;
  transition: color .2s ease, transform .2s ease;
}

.efea__toc a:hover,
.efea__toc a.is-active {
  color: var(--efea-text);
  transform: translateX(2px);
}

.efea__toc-card.is-empty {
  display: none;
}

.efea__share-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.efea__share-links a {
  display: inline-flex;
  align-items: center;
  color: var(--efea-muted);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  font-size: 14px;
  line-height: 1.4;
}

.efea__share-links a + a::before {
  content: "|";
  display: inline-block;
  margin: 0 10px;
  color: var(--efea-line);
}

.efea__share-links a:hover {
  color: var(--efea-text);
  border-color: var(--efea-accent);
}

.efea__content-wrap {
  min-width: 0;
}

.efea__content {
  max-width: var(--efea-content);
  margin: 0 auto;
  color: var(--efea-text);
  font-size: clamp(17px, 1.12vw, 19px);
  line-height: 1.85;
}

.efea__content > *:first-child {
  margin-top: 0 !important;
}

.efea__content p,
.efea__content ul,
.efea__content ol,
.efea__content blockquote,
.efea__content table {
  margin-top: 0;
  margin-bottom: 1.45em;
}

.efea__content h2,
.efea__content h3,
.efea__content h4 {
  font-family: var(--efea-heading-font);
  color: var(--efea-text);
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: 1.12;
  scroll-margin-top: calc(var(--efhu-total-offset, 0px) + 34px);
}

.efea__content h2 {
  font-size: clamp(30px, 3vw, 48px);
  margin: 1.65em 0 .55em;
}

.efea__content h3 {
  font-size: clamp(23px, 2vw, 32px);
  margin: 1.45em 0 .55em;
}

.efea__content h4 {
  font-size: 20px;
  margin: 1.25em 0 .5em;
}

.efea__content a {
  color: var(--efea-text);
  text-decoration-line: underline !important;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  text-decoration-color: var(--efea-accent);
  transition: color .2s ease, text-decoration-color .2s ease;
}

.efea__content a:hover {
  color: var(--efea-accent);
  text-decoration-color: var(--efea-accent);
}

.efea__content img,
.efea__content video,
.efea__content iframe {
  max-width: 100%;
}

.efea__content img {
  display: block;
  height: auto;
  border-radius: var(--efea-radius);
  margin: 2.2em auto;
}

.efea__content blockquote {
  padding: clamp(22px, 3vw, 34px);
  border-left: 0;
  border-radius: var(--efea-radius);
  background: var(--efea-panel);
  color: var(--efea-text);
  font-family: var(--efea-heading-font);
  font-size: clamp(24px, 2.6vw, 42px);
  line-height: 1.2;
  letter-spacing: -.025em;
}

.efea__content blockquote p:last-child {
  margin-bottom: 0;
}

.efea__content ul,
.efea__content ol {
  padding-left: 1.25em;
}

.efea__content li + li {
  margin-top: .35em;
}

.efea__cta-panel {
  max-width: var(--efea-content);
  margin: clamp(42px, 6vw, 84px) auto;
  padding: clamp(26px, 4vw, 46px);
  border-radius: var(--efea-radius);
  background: var(--efea-text);
  color: var(--efea-accent-text);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.efea__cta-eyebrow {
  color: rgba(255,255,255,.68);
  font-size: 11px;
  line-height: 1.3;
  margin-bottom: 12px;
}

.efea__cta-title {
  font-family: var(--efea-heading-font);
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 400;
  letter-spacing: -.03em;
  line-height: 1.05;
  margin: 0;
  color: inherit;
}

.efea__cta-text {
  color: rgba(255,255,255,.76);
  font-size: 15px;
  line-height: 1.65;
  margin: 14px 0 0;
  max-width: 620px;
}

.efea__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 20px;
  border-radius: 999px;
  background: var(--efea-accent);
  color: var(--efea-text);
  text-decoration: none;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: transform .2s ease, opacity .2s ease;
}

.efea__button:hover {
  transform: translateY(-1px);
  opacity: .9;
}

.efea__products {
  max-width: var(--efea-content);
  margin: clamp(42px, 6vw, 84px) auto;
}

.efea__section-head {
  margin-bottom: 20px;
}

.efea__section-head h2 {
  font-family: var(--efea-heading-font);
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.03em;
  margin: 0;
}

.efea__product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.efea__product-grid--count-1 {
  grid-template-columns: minmax(0, 260px);
}

.efea__product-grid--count-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.efea__product-grid--count-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.efea__product-card {
  color: inherit;
  text-decoration: none;
  display: grid;
  gap: 12px;
}

.efea__product-media {
  overflow: hidden;
  border-radius: calc(var(--efea-radius) * .75);
  background: var(--efea-panel);
}

.efea__product-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.08;
  object-fit: cover;
  transition: transform .45s ease;
}

.efea__product-card:hover .efea__product-image {
  transform: scale(1.04);
}

.efea__product-info {
  display: grid;
  gap: 4px;
}

.efea__product-title {
  font-size: 14px;
  line-height: 1.35;
}

.efea__product-price {
  color: var(--efea-muted);
  font-size: 13px;
  line-height: 1.3;
}

.efea__empty-products {
  padding: 18px;
  border: 1px dashed var(--efea-line);
  border-radius: var(--efea-radius);
  color: var(--efea-muted);
  display: grid;
  gap: 5px;
  font-size: 14px;
  line-height: 1.5;
}

.efea__empty-products strong {
  color: var(--efea-text);
}

.efea__article-nav {
  max-width: var(--efea-content);
  margin: clamp(38px, 5vw, 68px) auto 0;
  padding-top: 22px;
  border-top: 1px solid var(--efea-line);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: center;
}

.efea__nav-card {
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  text-decoration: none;
  color: inherit;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: color .2s ease, opacity .2s ease;
}

.efea__nav-card:hover {
  border-color: transparent;
  transform: none;
  color: var(--efea-accent);
}

.efea__nav-card span {
  color: var(--efea-muted);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.efea__nav-card strong {
  font-family: var(--efea-heading-font);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.35;
}

.efea__nav-card--prev {
  text-align: left;
}

.efea__nav-card--all {
  text-align: center;
  padding: 0 18px;
  border-left: 1px solid var(--efea-line);
  border-right: 1px solid var(--efea-line);
}

.efea__nav-card--next {
  text-align: right;
  align-items: flex-end;
}

.efea__nav-card--empty {
  visibility: hidden;
  pointer-events: none;
}

@media screen and (max-width: 1100px) {
  .efea__hero--split {
    grid-template-columns: 1fr;
  }

  .efea__hero-content {
    max-width: 850px;
  }

  .efea__body-layout {
    grid-template-columns: 1fr;
  }

  .efea__sidebar {
    position: static;
    max-width: var(--efea-content);
    width: 100%;
    margin: 0 auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width: 780px) {
  .efea {
    padding-left: 16px;
    padding-right: 16px;
  }

  .efea__title {
    font-size: clamp(34px, 11vw, 50px);
  }

  .efea__meta {
    gap: 8px 12px;
  }

  .efea__meta span:not(:last-child)::after {
    margin-left: 12px;
  }

  .efea__intro-panel {
    grid-template-columns: 1fr;
  }

  .efea__sidebar {
    grid-template-columns: 1fr;
  }

  .efea__content {
    font-size: 16px;
    line-height: 1.78;
  }

  .efea__content h2 {
    font-size: 31px;
  }

  .efea__cta-panel {
    grid-template-columns: 1fr;
  }

  .efea__button {
    width: 100%;
  }

  .efea__product-grid,
  .efea__product-grid--count-1,
  .efea__product-grid--count-2,
  .efea__product-grid--count-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .efea__article-nav {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .efea__nav-card,
  .efea__nav-card--next,
  .efea__nav-card--all {
    text-align: left;
    align-items: flex-start;
  }

  .efea__nav-card--all {
    padding: 16px 0;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid var(--efea-line);
    border-bottom: 1px solid var(--efea-line);
  }

  .efea__nav-card--empty {
    display: none;
  }
}


/* Mobile-only sidebar refinements */
@media screen and (max-width: 780px) {
  .efea__body-layout {
    display: grid;
    grid-template-columns: 1fr;
  }

  .efea__sidebar {
    display: contents;
  }

  .efea__content-wrap {
    order: 2;
  }

  .efea__note-card {
    order: 1;
    width: 100%;
    max-width: var(--efea-content);
    margin: 0 auto clamp(28px, 7vw, 42px);
    text-align: center;
    padding: 22px 20px;
  }

  .efea__note-card .efea__side-title {
    text-align: center;
    margin-bottom: 14px;
  }

  .efea__note-card .efea__side-text {
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.7;
  }

  .efea__share-card {
    order: 3;
    width: 100%;
    max-width: var(--efea-content);
    margin: clamp(34px, 8vw, 50px) auto 0;
    text-align: center;
    padding: 22px 20px;
  }

  .efea__share-card .efea__side-title {
    text-align: center;
    margin-bottom: 14px;
  }

  .efea__share-links {
    justify-content: center;
  }

  .efea__toc-card {
    order: 0;
    width: 100%;
    max-width: var(--efea-content);
    margin: 0 auto 18px;
  }
}

@media screen and (max-width: 480px) {
  .efea__product-grid,
  .efea__product-grid--count-1,
  .efea__product-grid--count-2,
  .efea__product-grid--count-3 {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .efea__product-title {
    font-size: 13px;
  }

  .efea__hero-image {
    aspect-ratio: 1 / 1.05;
  }
}
/* END_SECTION:main-blog */

/* START_SECTION:main-cart (INDEX:56) */
.cart-page {
    --cart-font-size--2xs: var(--font-size--2xs);
    --cart-font-size--xs: var(--font-size--xs);
    --cart-font-size--sm: var(--font-size--sm);
    --cart-font-size--md: var(--font-size--md);
    --cart-font-size--2xl: var(--font-size--2xl);

    display: grid;
    grid-template-columns: 1fr;
    gap: 0 var(--padding-5xl);
  }

  .cart-page--empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .cart-page--empty .cart-page__title,
  .cart-page--empty .cart-page__more-blocks {
    margin-top: var(--margin-6xl);
  }

  .cart-page__more-blocks {
    width: 100%;
  }

  .cart-page--empty .cart-title {
    text-align: center;
  }

  .cart-page__main {
    grid-column: 1;
  }

  .cart-page__summary {
    padding-top: var(--padding-xl);
  }

  @media screen and (min-width: 750px) {
    .cart-page {
      grid-template-columns: 1fr min(50vw, var(--sidebar-width));
      grid-template-rows: min-content min-content 1fr;
    }

    .cart-page__summary {
      display: grid;
      height: 100%;
      grid-column: 2;
      grid-row: 1 / -1;
      align-self: stretch;
      grid-template-rows: subgrid;
      padding-top: 0;

      /* needed to support blurred effect from hero section */
      position: relative;
    }

    .section--page-width .cart-page:has(.cart__container--extend) {
      grid-column: 2 / 4;
      grid-template-columns: 1fr minmax(
          var(--sidebar-width),
          calc((100vw - var(--page-width)) / 2 + var(--sidebar-width))
        );
    }

    .cart__container--extend {
      height: 100%;
    }
  }

  @media screen and (min-width: 1400px) {
    .cart-page {
      grid-template-columns: 1fr var(--sidebar-width);
    }
  }
/* END_SECTION:main-cart */

/* START_SECTION:main-collection-list (INDEX:57) */
.ef-shop-collections {
    width: 100%;
  }

  .ef-shop-collections__inner {
    width: 100%;
    max-width: var(--page-width);
    margin: 0 auto;
    padding-inline: max(var(--page-margin), 20px);
  }

  .section--full-width .ef-shop-collections__inner {
    max-width: none;
  }

  .ef-shop-collections__header {
    max-width: 680px;
    margin: 0 0 28px;
    text-align: left;
  }

  .ef-shop-collections__eyebrow {
    margin: 0 0 7px;
    font-family: var(--font-body-family);
    font-size: 11px;
    line-height: 1.3;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(var(--color-foreground), 0.56);
  }

  .ef-shop-collections__title {
    margin: 0;
    font-family: var(--font-heading-family);
    font-size: clamp(28px, 2.4vw, 42px);
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: 0.01em;
    color: rgb(var(--color-foreground));
  }

  .ef-shop-collections__text {
    max-width: 620px;
    margin: 10px 0 0;
    font-family: var(--font-body-family);
    font-size: 14px;
    line-height: 1.65;
    color: rgba(var(--color-foreground), 0.68);
  }

  .ef-shop-collections__grid {
    display: grid;
    grid-template-columns: repeat(var(--ef-collections-columns), minmax(0, 1fr));
    column-gap: var(--ef-collections-gap);
    row-gap: var(--ef-collections-row-gap);
    width: 100%;
  }

  .ef-shop-collections-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    color: rgb(var(--color-foreground));
    text-decoration: none;
  }

  .ef-shop-collections-card__media {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1.12;
    overflow: hidden;
    border: 1px solid rgba(var(--color-foreground), 0.16);
    background: rgba(var(--color-foreground), 0.035);
  }

  .ef-shop-collections-card__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:
      transform 0.55s ease,
      filter 0.55s ease;
  }

  .ef-shop-collections-card__overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
      linear-gradient(
        180deg,
        rgba(var(--color-background), 0) 45%,
        rgba(var(--color-background), 0.2) 100%
      );
    opacity: 0;
    transition: opacity 0.35s ease;
  }

  .ef-shop-collections-card__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-family: var(--font-heading-family);
    font-size: clamp(42px, 6vw, 72px);
    color: rgba(var(--color-foreground), 0.28);
    background:
      radial-gradient(circle at top left, rgba(var(--color-foreground), 0.08), transparent 38%),
      rgba(var(--color-foreground), 0.035);
  }

  .ef-shop-collections-card__content {
    padding: 14px 2px 0;
  }

  .ef-shop-collections-card__eyebrow {
    margin: 0 0 5px;
    font-family: var(--font-body-family);
    font-size: 10px;
    line-height: 1.25;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(var(--color-foreground), 0.54);
  }

  .ef-shop-collections-card__title {
    margin: 0;
    font-family: var(--font-heading-family);
    font-size: clamp(22px, 1.55vw, 30px);
    line-height: 1.12;
    font-weight: 400;
    letter-spacing: 0.01em;
    color: rgb(var(--color-foreground));
  }

  .ef-shop-collections-card__text {
    margin: 8px 0 0;
    font-family: var(--font-body-family);
    font-size: 13px;
    line-height: 1.55;
    color: rgba(var(--color-foreground), 0.68);
  }

  .ef-shop-collections-card__cta {
    display: inline-flex;
    align-items: center;
    margin-top: 11px;
    font-family: var(--font-body-family);
    font-size: 10.5px;
    line-height: 1.2;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(var(--color-foreground), 0.78);
    border-bottom: 1px solid rgba(var(--color-foreground), 0.34);
    padding-bottom: 3px;
    transition:
      color 0.25s ease,
      border-color 0.25s ease;
  }

  .ef-shop-collections-card:hover .ef-shop-collections-card__image {
    transform: scale(1.045);
    filter: brightness(0.96);
  }

  .ef-shop-collections-card:hover .ef-shop-collections-card__overlay {
    opacity: 1;
  }

  .ef-shop-collections-card:hover .ef-shop-collections-card__cta {
    color: rgb(var(--color-foreground));
    border-color: rgb(var(--color-foreground));
  }

  @media screen and (min-width: 990px) {
    .ef-shop-collections__grid {
      align-items: start;
    }

    .ef-shop-collections-card:nth-child(5):last-child,
    .ef-shop-collections-card:nth-child(5):nth-last-child(2),
    .ef-shop-collections-card:nth-child(5):nth-last-child(3) {
      margin-top: 10px;
    }
  }

  @media screen and (max-width: 989px) {
    .ef-shop-collections__grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ef-shop-collections-card__title {
      font-size: clamp(21px, 2.6vw, 28px);
    }
  }

  @media screen and (max-width: 749px) {
    .ef-shop-collections__inner {
      padding-inline: 14px;
    }

    .ef-shop-collections__header {
      margin-bottom: 18px;
    }

    .ef-shop-collections__eyebrow {
      font-size: 9px;
      margin-bottom: 5px;
      letter-spacing: 0.11em;
    }

    .ef-shop-collections__title {
      font-size: 23px;
      line-height: 1.12;
    }

    .ef-shop-collections__text {
      margin-top: 7px;
      font-size: 12.5px;
      line-height: 1.5;
    }

    .ef-shop-collections__grid {
      grid-template-columns: repeat(var(--ef-collections-mobile-columns), minmax(0, 1fr));
      column-gap: 14px;
      row-gap: 22px;
    }

    .ef-shop-collections-card__media {
      aspect-ratio: 1 / 1.15;
    }

    .ef-shop-collections-card__content {
      padding-top: 10px;
      text-align: center;
    }

    .ef-shop-collections-card__eyebrow {
      display: none;
    }

    .ef-shop-collections-card__title {
      font-size: clamp(18px, 5vw, 23px);
      line-height: 1.08;
    }

    .ef-shop-collections-card__text {
      display: none;
    }

    .ef-shop-collections-card__cta {
      margin-top: 8px;
      font-size: 9.5px;
      letter-spacing: 0.1em;
    }
  }
/* END_SECTION:main-collection-list */

/* START_SECTION:main-collection (INDEX:58) */
.ef-collection-page {
    display: block;
    padding-top: var(--ef-section-top);
    padding-bottom: var(--ef-section-bottom);
    overflow-x: clip;
  }

  .ef-collection-controls {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: var(--ef-menu-top-spacing) 18px 26px;
  }

  .ef-collection-controls .facets-block-wrapper,
  .ef-collection-controls .facets,
  .ef-collection-controls .ef-collection-toolbar {
    width: 100%;
  }

  .ef-collection-controls .ef-collection-toolbar {
    justify-content: center !important;
  }

  .ef-collection-controls .ef-collection-subnav,
  .ef-collection-controls .ef-collection-subnav--inline {
    display: flex !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
    gap: 0 var(--ef-desktop-menu-gap-v3) !important;
    text-align: center;
    white-space: nowrap !important;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .ef-collection-controls .ef-collection-subnav::-webkit-scrollbar,
  .ef-collection-controls .ef-collection-subnav--inline::-webkit-scrollbar {
    display: none;
  }

  .ef-collection-controls .ef-collection-subnav a,
  .ef-collection-controls .ef-collection-subnav--inline a {
    flex: 0 0 auto;
  }

  .ef-collection-controls .ef-collection-toolbar__right {
    margin-left: 20px;
  }

  @media screen and (min-width: 750px) {
    .ef-collection-controls .ef-collection-subnav a,
    .ef-collection-controls .ef-collection-subnav--inline a,
    .ef-collection-controls .ef-collection-toolbar,
    .ef-collection-controls .ef-collection-toolbar a,
    .ef-collection-controls .ef-collection-toolbar button,
    .ef-collection-controls .ef-collection-toolbar select,
    .ef-collection-controls .facets,
    .ef-collection-controls .facets a,
    .ef-collection-controls .facets button,
    .ef-collection-controls .facets select,
    .ef-collection-controls .facets__summary,
    .ef-collection-controls .facets__label,
    .ef-collection-controls .sort-by,
    .ef-collection-controls .product-count {
      font-size: var(--ef-desktop-menu-text-size-v3) !important;
    }
  }

  .ef-mobile-collection-nav-wrapper {
    display: none;
  }

  .ef-results-shell {
    width: 100%;
    padding: 0 clamp(20px, 3vw, 54px) 46px;
  }

  .ef-product-grid {
    width: 100%;
    max-width: min(1880px, calc(100vw - 80px));
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-content: stretch;
    align-items: start;
    gap: var(--ef-row-gap) var(--ef-col-gap);
  }

  .ef-product-grid__item {
    min-width: 0;
  }

  .ef-product-card {
    display: block;
    width: 100%;
  }

  .ef-product-card__media {
    position: relative;
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .82);
    background: #f7f3ee;
  }

  .ef-product-card__media-link {
    position: relative;
    display: block;
    color: inherit;
    text-decoration: none;
  }

  .ef-product-card__image,
  .ef-product-card__placeholder {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    object-fit: cover;
    object-position: center;
    transform: none;
    transition: opacity .24s ease, filter .24s ease, transform .28s ease;
  }

  .ef-product-card__image--primary {
    position: relative;
    z-index: 0;
  }

  .ef-product-card__image--hover {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    object-fit: cover;
    object-position: center;
  }

  .ef-hover-none .ef-product-card__media:hover .ef-product-card__image {
    transform: none;
    filter: none;
    opacity: 1;
  }

  .ef-hover-soft-zoom .ef-product-card__media:hover .ef-product-card__image {
    transform: scale(var(--ef-image-hover-zoom));
  }

  .ef-hover-soft-fade .ef-product-card__media:hover .ef-product-card__image {
    opacity: .86;
  }

  .ef-hover-soft-glow .ef-product-card__media:hover {
    box-shadow: 0 0 0 1px rgba(184, 147, 82, .36), 0 14px 28px rgba(184, 147, 82, .16);
  }

  .ef-hover-second-image .ef-product-card__media.has-hover-image:hover .ef-product-card__image--primary,
  .ef-hover-second-image .ef-product-card__media.has-hover-image:focus-within .ef-product-card__image--primary {
    opacity: 0;
  }

  .ef-hover-second-image .ef-product-card__media.has-hover-image:hover .ef-product-card__image--hover,
  .ef-hover-second-image .ef-product-card__media.has-hover-image:focus-within .ef-product-card__image--hover {
    opacity: 1;
  }

  .ef-product-card__quick-form {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    margin: 0;
  }

  .ef-product-card__plus {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    max-width: 28px !important;
    max-height: 28px !important;
    padding: 0 !important;
    aspect-ratio: 1 / 1 !important;
    border: 1px solid rgba(184, 147, 82, .34);
    border-radius: 999px;
    background: rgba(255, 250, 242, .96);
    color: var(--ef-accent);
    font-family: var(--font-body-family);
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .08);
    transition: background .2s ease, color .2s ease, border-color .2s ease, width .2s ease, min-width .2s ease, padding .2s ease;
  }

  .ef-product-card__plus:hover {
    background: var(--ef-accent);
    color: #fffaf2;
    border-color: var(--ef-accent);
  }

  .ef-product-card__plus[disabled],
  .ef-product-card__plus.is-loading,
  .ef-product-card__plus.is-added,
  .ef-product-card__plus.is-error {
    pointer-events: none;
    cursor: default;
  }

  .ef-product-card__plus.is-loading {
    background: rgba(255, 250, 242, .96);
    color: var(--ef-accent);
    border-color: rgba(184, 147, 82, .34);
  }

  .ef-product-card__plus.is-added {
    width: auto !important;
    min-width: 118px !important;
    max-width: none !important;
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
    padding: 0 13px !important;
    aspect-ratio: auto !important;
    background: var(--ef-accent);
    color: #fffaf2;
    border-color: var(--ef-accent);
    font-size: 10.5px !important;
    line-height: 1 !important;
    letter-spacing: .06em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .ef-product-card__plus.is-error {
    background: #9f2e2e;
    color: #ffffff;
    border-color: #9f2e2e;
    font-size: 16px;
  }

  .ef-product-card__info {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: baseline;
    padding-top: 8px;
  }

  .ef-product-card__title {
    display: block;
    color: rgb(var(--color-foreground));
    text-decoration: none;
    font-family: var(--font-heading-family);
    font-size: clamp(15px, .92vw, 18px);
    line-height: 1.18;
    font-weight: 400;
    letter-spacing: .005em;
  }

  .ef-product-card__price {
    color: rgba(var(--color-foreground), .76);
    font-family: var(--font-body-family);
    font-size: var(--ef-desktop-product-price-size);
    line-height: 1.2;
    white-space: nowrap;
    letter-spacing: .01em;
  }

  .ef-product-card__sale-price {
    color: var(--ef-accent);
  }

  .ef-product-card__price s {
    margin-left: 4px;
    color: rgba(var(--color-foreground), .44);
  }


  .ef-empty-results {
    max-width: 620px;
    margin: 0 auto;
    padding: 40px 18px;
    text-align: center;
  }

  @media screen and (min-width: 1500px) {
    .ef-product-grid {
      max-width: min(1880px, calc(100vw - 96px));
    }
  }

  @media screen and (min-width: 990px) {
    .ef-collection-handle-bundles .ef-product-grid,
    .ef-collection-handle-mothers-day-collection .ef-product-grid,
    .ef-collection-handle-mothers-day-gifts .ef-product-grid {
      max-width: min(1320px, calc(100vw - 120px));
      grid-template-columns: repeat(3, minmax(0, 1fr));
      justify-content: center;
      gap: 34px 32px;
    }

    .ef-collection-handle-bundles .ef-product-card__title,
    .ef-collection-handle-mothers-day-collection .ef-product-card__title,
    .ef-collection-handle-mothers-day-gifts .ef-product-card__title {
      font-size: clamp(16px, 1vw, 19px);
    }
  }

  @media screen and (min-width: 990px) and (max-width: 1199px) {
    .ef-product-grid {
      max-width: min(1180px, calc(100vw - 56px));
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ef-collection-handle-bundles .ef-product-grid,
    .ef-collection-handle-mothers-day-collection .ef-product-grid,
    .ef-collection-handle-mothers-day-gifts .ef-product-grid {
      max-width: min(1080px, calc(100vw - 56px));
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media screen and (min-width: 750px) and (max-width: 989px) {
    .ef-product-grid {
      max-width: min(900px, calc(100vw - 44px));
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media screen and (max-width: 749px) {
    .ef-collection-page {
      padding-top: 0;
    }

    .ef-collection-controls {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 12px 14px 14px;
      max-width: none;
    }

    .ef-collection-controls .facets-block-wrapper,
    .ef-collection-controls .facets--horizontal,
    .ef-collection-controls .facets__form-wrapper {
      display: none !important;
    }

    .ef-collection-controls .facets-toggle {
      order: 2;
      flex: 0 0 auto;
      width: auto !important;
      margin: 0 !important;
      padding: 0 !important;
      display: block !important;
    }

    .ef-collection-controls .ef-mobile-collection-bar {
      min-height: 44px;
      display: flex !important;
      align-items: center;
      justify-content: center;
      padding: 0 12px !important;
      border: 1px solid var(--ef-card-border);
      border-radius: 12px;
      background: rgb(var(--color-background));
    }

    .ef-collection-controls .ef-mobile-collection-bar__title {
      display: none !important;
    }

    .ef-collection-controls .facets-toggle__button {
      min-height: 42px;
      padding: 0 12px !important;
      gap: 8px;
      white-space: nowrap;
      border: 0 !important;
      color: rgb(var(--color-foreground));
    }

    .ef-mobile-collection-nav-wrapper {
      order: 1;
      display: block;
      flex: 1 1 auto;
      min-width: 0;
    }

    .ef-mobile-collection-nav__summary {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      min-height: 44px;
      padding: 0 12px;
      cursor: pointer;
      list-style: none;
      border: 1px solid var(--ef-card-border);
      border-radius: 12px;
      background: #fffdf9;
    }

    .ef-mobile-collection-nav__summary::-webkit-details-marker {
      display: none;
    }

    .ef-mobile-collection-nav__label {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: var(--ef-accent);
      font-family: var(--font-body-family);
      font-size: 10.5px;
      letter-spacing: .12em;
      line-height: 1.2;
      text-transform: uppercase;
    }

    .ef-mobile-collection-nav__chevron-wrap {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 auto;
      width: 18px;
      height: 18px;
      color: var(--ef-accent);
      background: transparent;
      border: 0;
      border-radius: 0;
    }

    .ef-mobile-collection-nav__chevron {
      display: block;
      width: 12px;
      height: 8px;
      transition: transform .2s ease;
    }

    .ef-mobile-collection-nav[open] .ef-mobile-collection-nav__chevron {
      transform: rotate(180deg);
    }

    .ef-mobile-collection-nav__panel {
      position: absolute;
      left: 14px;
      right: 14px;
      z-index: 40;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      column-gap: 8px;
      row-gap: 4px;
      margin-top: 8px;
      padding: 12px 14px;
      border: 1px solid var(--ef-card-border);
      border-radius: 12px;
      background: #fffdf9;
      box-shadow: 0 12px 26px rgba(0, 0, 0, .08);
      align-items: stretch;
    }

    .ef-mobile-collection-nav__link {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 34px;
      padding: 2px 8px;
      color: rgba(var(--color-foreground), .82);
      text-decoration: none;
      text-align: center;
      font-size: 11px;
      letter-spacing: .08em;
      line-height: 1.15;
      text-transform: uppercase;
      text-wrap: balance;
    }

    .ef-mobile-collection-nav__link:hover,
    .ef-mobile-collection-nav__link:focus-visible,
    .ef-mobile-collection-nav__link.is-active {
      color: var(--ef-accent);
    }

    .ef-results-shell {
      padding: 0 14px 34px;
    }

    .ef-product-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px 14px;
      max-width: none;
      width: 100%;
    }

    .ef-product-card__media {
      border-width: 1px;
    }

    .ef-product-card__plus {
      width: 28px !important;
      height: 28px !important;
      min-width: 28px !important;
      min-height: 28px !important;
      max-width: 28px !important;
      max-height: 28px !important;
      padding: 0 !important;
      aspect-ratio: 1 / 1 !important;
      border-radius: 999px !important;
      font-size: 18px;
      line-height: 1 !important;
      right: 8px;
      bottom: 8px;
    }

    .ef-product-card__plus.is-added {
      width: auto !important;
      min-width: 104px !important;
      max-width: none !important;
      height: 28px !important;
      min-height: 28px !important;
      max-height: 28px !important;
      padding: 0 10px !important;
      aspect-ratio: auto !important;
      font-size: 9.5px !important;
      line-height: 1 !important;
      letter-spacing: .045em;
      white-space: nowrap;
    }

    .ef-product-card__info {
      display: block;
      padding-top: 8px;
      text-align: center;
    }

    .ef-product-card__title {
      font-size: var(--ef-mobile-product-title-size);
      line-height: 1.08;
    }

    .ef-product-card__price {
      margin-top: 4px;
      font-size: var(--ef-mobile-product-price-size);
      text-align: center;
    }
  }

  @media screen and (min-width: 990px) {
    .shopify-section:has(.ef-collection-page),
    .shopify-section.section:has(.ef-collection-page),
    .ef-collection-page,
    .ef-collection-page.section,
    results-list.ef-collection-page {
      width: 100% !important;
      max-width: none !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
    }

    .ef-results-shell {
      width: 100% !important;
      max-width: none !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
      padding-left: var(--ef-desktop-grid-side-padding-v3) !important;
      padding-right: var(--ef-desktop-grid-side-padding-v3) !important;
      padding-bottom: 60px !important;
    }

    .ef-product-grid {
      width: 100% !important;
      max-width: min(
        var(--ef-desktop-grid-max-width-v3),
        calc(100vw - (var(--ef-desktop-grid-side-padding-v3) * 2))
      ) !important;
      margin-left: auto !important;
      margin-right: auto !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
      display: grid !important;
      grid-template-columns: repeat(var(--ef-desktop-columns-v3), minmax(0, 1fr)) !important;
      justify-content: stretch !important;
      align-items: start !important;
      column-gap: clamp(24px, 1.65vw, 38px) !important;
      row-gap: clamp(34px, 2.4vw, 52px) !important;
    }

    .ef-product-grid__item,
    .ef-product-card,
    .ef-product-card__media,
    .ef-product-card__media-link {
      width: 100% !important;
      max-width: none !important;
      min-width: 0 !important;
    }

    .ef-product-card__image,
    .ef-product-card__placeholder {
      width: 100% !important;
      height: auto !important;
      aspect-ratio: 1 / 1 !important;
      object-fit: cover !important;
      object-position: center !important;
      display: block !important;
    }

    .ef-product-card__image--hover {
      height: 100% !important;
    }

    .ef-product-card__info {
      padding-top: 10px !important;
      gap: 14px !important;
    }

    .ef-product-card__title {
      font-size: clamp(15px, 0.9vw, 19px) !important;
      line-height: 1.16 !important;
    }

    .ef-product-card__price {
      font-size: max(var(--ef-desktop-product-price-size), 12px) !important;
      line-height: 1.2 !important;
    }

    .ef-product-card__plus {
      right: 12px !important;
      bottom: 12px !important;
      width: 30px !important;
      height: 30px !important;
      min-width: 30px !important;
      min-height: 30px !important;
      max-width: 30px !important;
      max-height: 30px !important;
      font-size: 21px !important;
    }

    .ef-product-card__plus.is-added {
      width: auto !important;
      min-width: 118px !important;
      max-width: none !important;
      height: 30px !important;
      min-height: 30px !important;
      max-height: 30px !important;
      padding: 0 13px !important;
      aspect-ratio: auto !important;
      font-size: 10.5px !important;
    }
  }

  @media screen and (min-width: 990px) and (max-width: 1199px) {
    .ef-results-shell {
      padding-left: 28px !important;
      padding-right: 28px !important;
    }

    .ef-product-grid {
      max-width: min(1120px, calc(100vw - 56px)) !important;
      grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
  }

  @media screen and (min-width: 1600px) {
    .ef-results-shell {
      padding-left: clamp(34px, 2.4vw, 58px) !important;
      padding-right: clamp(34px, 2.4vw, 58px) !important;
    }

    .ef-product-grid {
      max-width: min(2050px, calc(100vw - 96px)) !important;
    }
  }

  @media screen and (min-width: 2200px) {
    .ef-results-shell {
      padding-left: var(--ef-ultrawide-side-padding-v4) !important;
      padding-right: var(--ef-ultrawide-side-padding-v4) !important;
    }

    .ef-product-grid {
      max-width: min(
        var(--ef-ultrawide-grid-max-width-v4),
        calc(100vw - (var(--ef-ultrawide-side-padding-v4) * 2))
      ) !important;
      grid-template-columns: repeat(var(--ef-ultrawide-columns-v4), minmax(0, 1fr)) !important;
      column-gap: clamp(28px, 1.4vw, 44px) !important;
      row-gap: 56px !important;
    }
  }

  @media screen and (min-width: 750px) and (max-width: 989px) {
    .ef-results-shell {
      width: 100% !important;
      max-width: none !important;
      padding-left: 22px !important;
      padding-right: 22px !important;
    }

    .ef-product-grid {
      width: 100% !important;
      max-width: none !important;
      grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
      column-gap: 22px !important;
      row-gap: 34px !important;
    }
  }

  @media screen and (max-width: 749px) {
    .ef-results-shell {
      padding-left: 14px !important;
      padding-right: 14px !important;
    }

    .ef-product-grid {
      width: 100% !important;
      max-width: none !important;
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
      column-gap: 14px !important;
      row-gap: 18px !important;
    }
  }
/* END_SECTION:main-collection */

/* START_SECTION:main-collection2 (INDEX:59) */
.ef-collection-page {
    display: block;
    padding-top: var(--ef-section-top);
    padding-bottom: var(--ef-section-bottom);
    overflow-x: clip;
  }

  .ef-collection-controls {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: var(--ef-menu-top-spacing) 18px 26px;
  }

  .ef-collection-controls .facets-block-wrapper,
  .ef-collection-controls .facets,
  .ef-collection-controls .ef-collection-toolbar {
    width: 100%;
  }

  .ef-collection-controls .ef-collection-toolbar {
    justify-content: center !important;
  }

  .ef-collection-controls .ef-collection-subnav,
  .ef-collection-controls .ef-collection-subnav--inline {
    display: flex !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
    gap: 0 var(--ef-desktop-menu-gap-v3) !important;
    text-align: center;
    white-space: nowrap !important;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .ef-collection-controls .ef-collection-subnav::-webkit-scrollbar,
  .ef-collection-controls .ef-collection-subnav--inline::-webkit-scrollbar {
    display: none;
  }

  .ef-collection-controls .ef-collection-subnav a,
  .ef-collection-controls .ef-collection-subnav--inline a {
    flex: 0 0 auto;
  }

  .ef-collection-controls .ef-collection-toolbar__right {
    margin-left: 20px;
  }


  @media screen and (min-width: 750px) {
    .ef-collection-controls .ef-collection-subnav a,
    .ef-collection-controls .ef-collection-subnav--inline a,
    .ef-collection-controls .ef-collection-toolbar,
    .ef-collection-controls .ef-collection-toolbar a,
    .ef-collection-controls .ef-collection-toolbar button,
    .ef-collection-controls .ef-collection-toolbar select,
    .ef-collection-controls .facets,
    .ef-collection-controls .facets a,
    .ef-collection-controls .facets button,
    .ef-collection-controls .facets select,
    .ef-collection-controls .facets__summary,
    .ef-collection-controls .facets__label,
    .ef-collection-controls .sort-by,
    .ef-collection-controls .product-count {
      font-size: var(--ef-desktop-menu-text-size-v3) !important;
    }
  }

  .ef-mobile-collection-nav-wrapper {
    display: none;
  }

  .ef-results-shell {
    width: 100%;
    padding: 0 clamp(20px, 3vw, 54px) 46px;
  }

  .ef-product-grid {
    width: 100%;
    max-width: min(1880px, calc(100vw - 80px));
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-content: stretch;
    align-items: start;
    gap: var(--ef-row-gap) var(--ef-col-gap);
  }

  .ef-product-grid__item {
    min-width: 0;
  }

  .ef-product-card {
    display: block;
    width: 100%;
  }

  .ef-product-card__media {
    position: relative;
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .82);
    background: #f7f3ee;
  }

  .ef-product-card__media-link {
    display: block;
    color: inherit;
    text-decoration: none;
  }

  .ef-product-card__image,
  .ef-product-card__placeholder {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    object-fit: cover;
    object-position: center;
    transform: none;
    transition: opacity .24s ease, filter .24s ease, transform .28s ease;
  }

  .ef-hover-none .ef-product-card__media:hover .ef-product-card__image {
    transform: none;
    filter: none;
    opacity: 1;
  }

  .ef-hover-soft-zoom .ef-product-card__media:hover .ef-product-card__image {
    transform: scale(var(--ef-image-hover-zoom));
  }

  .ef-hover-soft-fade .ef-product-card__media:hover .ef-product-card__image {
    opacity: .86;
  }

  .ef-hover-soft-glow .ef-product-card__media:hover {
    box-shadow: 0 0 0 1px rgba(184, 147, 82, .36), 0 14px 28px rgba(184, 147, 82, .16);
  }

  .ef-product-card__quick-form {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    margin: 0;
  }

  .ef-product-card__plus {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    max-width: 28px !important;
    max-height: 28px !important;
    padding: 0 !important;
    aspect-ratio: 1 / 1 !important;
    border: 1px solid rgba(184, 147, 82, .34);
    border-radius: 999px;
    background: rgba(255, 250, 242, .96);
    color: var(--ef-accent);
    font-family: var(--font-body-family);
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .08);
    transition: background .2s ease, color .2s ease, border-color .2s ease;
  }

  .ef-product-card__plus:hover {
    background: var(--ef-accent);
    color: #fffaf2;
    border-color: var(--ef-accent);
  }

  .ef-product-card__info {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: baseline;
    padding-top: 8px;
  }

  .ef-product-card__title {
    display: block;
    color: rgb(var(--color-foreground));
    text-decoration: none;
    font-family: var(--font-heading-family);
    font-size: clamp(15px, .92vw, 18px);
    line-height: 1.18;
    font-weight: 400;
    letter-spacing: .005em;
  }

  .ef-product-card__price {
    color: rgba(var(--color-foreground), .76);
    font-family: var(--font-body-family);
    font-size: var(--ef-desktop-product-price-size);
    line-height: 1.2;
    white-space: nowrap;
    letter-spacing: .01em;
  }

  .ef-product-card__sale-price {
    color: var(--ef-accent);
  }

  .ef-product-card__price s {
    margin-left: 4px;
    color: rgba(var(--color-foreground), .44);
  }

  .ef-empty-results {
    max-width: 620px;
    margin: 0 auto;
    padding: 40px 18px;
    text-align: center;
  }

  @media screen and (min-width: 1500px) {
    .ef-product-grid {
      max-width: min(1880px, calc(100vw - 96px));
    }
  }

  @media screen and (min-width: 990px) {
    .ef-collection-handle-bundles .ef-product-grid,
    .ef-collection-handle-mothers-day-collection .ef-product-grid,
    .ef-collection-handle-mothers-day-gifts .ef-product-grid {
      max-width: min(1320px, calc(100vw - 120px));
      grid-template-columns: repeat(3, minmax(0, 1fr));
      justify-content: center;
      gap: 34px 32px;
    }

    .ef-collection-handle-bundles .ef-product-card__title,
    .ef-collection-handle-mothers-day-collection .ef-product-card__title,
    .ef-collection-handle-mothers-day-gifts .ef-product-card__title {
      font-size: clamp(16px, 1vw, 19px);
    }
  }

  @media screen and (min-width: 990px) and (max-width: 1199px) {
    .ef-product-grid {
      max-width: min(1180px, calc(100vw - 56px));
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ef-collection-handle-bundles .ef-product-grid,
    .ef-collection-handle-mothers-day-collection .ef-product-grid,
    .ef-collection-handle-mothers-day-gifts .ef-product-grid {
      max-width: min(1080px, calc(100vw - 56px));
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media screen and (min-width: 750px) and (max-width: 989px) {
    .ef-product-grid {
      max-width: min(900px, calc(100vw - 44px));
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media screen and (max-width: 749px) {
    .ef-collection-page {
      padding-top: 0;
    }

    .ef-collection-controls {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 12px 14px 14px;
      max-width: none;
    }

    .ef-collection-controls .facets-block-wrapper,
    .ef-collection-controls .facets--horizontal,
    .ef-collection-controls .facets__form-wrapper {
      display: none !important;
    }

    .ef-collection-controls .facets-toggle {
      order: 2;
      flex: 0 0 auto;
      width: auto !important;
      margin: 0 !important;
      padding: 0 !important;
      display: block !important;
    }

    .ef-collection-controls .ef-mobile-collection-bar {
      min-height: 44px;
      display: flex !important;
      align-items: center;
      justify-content: center;
      padding: 0 12px !important;
      border: 1px solid var(--ef-card-border);
      border-radius: 12px;
      background: rgb(var(--color-background));
    }

    .ef-collection-controls .ef-mobile-collection-bar__title {
      display: none !important;
    }

    .ef-collection-controls .facets-toggle__button {
      min-height: 42px;
      padding: 0 12px !important;
      gap: 8px;
      white-space: nowrap;
      border: 0 !important;
      color: rgb(var(--color-foreground));
    }

  
  @media screen and (min-width: 750px) {
    .ef-collection-controls .ef-collection-subnav a,
    .ef-collection-controls .ef-collection-subnav--inline a,
    .ef-collection-controls .ef-collection-toolbar,
    .ef-collection-controls .ef-collection-toolbar a,
    .ef-collection-controls .ef-collection-toolbar button,
    .ef-collection-controls .ef-collection-toolbar select,
    .ef-collection-controls .facets,
    .ef-collection-controls .facets a,
    .ef-collection-controls .facets button,
    .ef-collection-controls .facets select,
    .ef-collection-controls .facets__summary,
    .ef-collection-controls .facets__label,
    .ef-collection-controls .sort-by,
    .ef-collection-controls .product-count {
      font-size: var(--ef-desktop-menu-text-size-v3) !important;
    }
  }

  .ef-mobile-collection-nav-wrapper {
      order: 1;
      display: block;
      flex: 1 1 auto;
      min-width: 0;
    }

    .ef-mobile-collection-nav__summary {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      min-height: 44px;
      padding: 0 12px;
      cursor: pointer;
      list-style: none;
      border: 1px solid var(--ef-card-border);
      border-radius: 12px;
      background: #fffdf9;
    }

    .ef-mobile-collection-nav__summary::-webkit-details-marker {
      display: none;
    }

    .ef-mobile-collection-nav__label {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: var(--ef-accent);
      font-family: var(--font-body-family);
      font-size: 10.5px;
      letter-spacing: .12em;
      line-height: 1.2;
      text-transform: uppercase;
    }

    .ef-mobile-collection-nav__chevron-wrap {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 auto;
      width: 18px;
      height: 18px;
      color: var(--ef-accent);
      background: transparent;
      border: 0;
      border-radius: 0;
    }

    .ef-mobile-collection-nav__chevron {
      display: block;
      width: 12px;
      height: 8px;
      transition: transform .2s ease;
    }

    .ef-mobile-collection-nav[open] .ef-mobile-collection-nav__chevron {
      transform: rotate(180deg);
    }

    .ef-mobile-collection-nav__panel {
      position: absolute;
      left: 14px;
      right: 14px;
      z-index: 40;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      column-gap: 8px;
      row-gap: 4px;
      margin-top: 8px;
      padding: 12px 14px;
      border: 1px solid var(--ef-card-border);
      border-radius: 12px;
      background: #fffdf9;
      box-shadow: 0 12px 26px rgba(0, 0, 0, .08);
      align-items: stretch;
    }

    .ef-mobile-collection-nav__link {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 34px;
      padding: 2px 8px;
      color: rgba(var(--color-foreground), .82);
      text-decoration: none;
      text-align: center;
      font-size: 11px;
      letter-spacing: .08em;
      line-height: 1.15;
      text-transform: uppercase;
      text-wrap: balance;
    }

    .ef-mobile-collection-nav__link:hover,
    .ef-mobile-collection-nav__link:focus-visible,
    .ef-mobile-collection-nav__link.is-active {
      color: var(--ef-accent);
    }

    .ef-results-shell {
      padding: 0 14px 34px;
    }

    .ef-product-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px 14px;
      max-width: none;
      width: 100%;
    }

    .ef-product-card__media {
      border-width: 1px;
    }

    .ef-product-card__plus {
      width: 28px !important;
      height: 28px !important;
      min-width: 28px !important;
      min-height: 28px !important;
      max-width: 28px !important;
      max-height: 28px !important;
      padding: 0 !important;
      aspect-ratio: 1 / 1 !important;
      border-radius: 999px !important;
      font-size: 18px;
      line-height: 1 !important;
      right: 8px;
      bottom: 8px;
    }

    .ef-product-card__info {
      display: block;
      padding-top: 8px;
      text-align: center;
    }

    .ef-product-card__title {
      font-size: var(--ef-mobile-product-title-size);
      line-height: 1.08;
    }

    .ef-product-card__price {
      margin-top: 4px;
      font-size: var(--ef-mobile-product-price-size);
      text-align: center;
    }
  }

  /* --------------------------------------------------------------------------
     Earth & Flame dynamic wide collection grid
     More balanced than the XL version:
     - Standard desktop uses 4 larger cards across.
     - Ultra-wide screens use 5 larger cards across.
     - Theme editor controls adjust columns, max width, side spacing and menu size.
     - Mobile remains 2-across.
  -------------------------------------------------------------------------- */

  @media screen and (min-width: 990px) {
    .shopify-section:has(.ef-collection-page),
    .shopify-section.section:has(.ef-collection-page),
    .ef-collection-page,
    .ef-collection-page.section,
    results-list.ef-collection-page {
      width: 100% !important;
      max-width: none !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
    }

    .ef-results-shell {
      width: 100% !important;
      max-width: none !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
      padding-left: var(--ef-desktop-grid-side-padding-v3) !important;
      padding-right: var(--ef-desktop-grid-side-padding-v3) !important;
      padding-bottom: 60px !important;
    }

    .ef-product-grid {
      width: 100% !important;
      max-width: min(
        var(--ef-desktop-grid-max-width-v3),
        calc(100vw - (var(--ef-desktop-grid-side-padding-v3) * 2))
      ) !important;
      margin-left: auto !important;
      margin-right: auto !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
      display: grid !important;
      grid-template-columns: repeat(var(--ef-desktop-columns-v3), minmax(0, 1fr)) !important;
      justify-content: stretch !important;
      align-items: start !important;
      column-gap: clamp(24px, 1.65vw, 38px) !important;
      row-gap: clamp(34px, 2.4vw, 52px) !important;
    }

    .ef-product-grid__item,
    .ef-product-card,
    .ef-product-card__media,
    .ef-product-card__media-link {
      width: 100% !important;
      max-width: none !important;
      min-width: 0 !important;
    }

    .ef-product-card__image,
    .ef-product-card__placeholder {
      width: 100% !important;
      height: auto !important;
      aspect-ratio: 1 / 1 !important;
      object-fit: cover !important;
      object-position: center !important;
      display: block !important;
    }

    .ef-product-card__info {
      padding-top: 10px !important;
      gap: 14px !important;
    }

    .ef-product-card__title {
      font-size: clamp(15px, 0.9vw, 19px) !important;
      line-height: 1.16 !important;
    }

    .ef-product-card__price {
      font-size: max(var(--ef-desktop-product-price-size), 12px) !important;
      line-height: 1.2 !important;
    }

    .ef-product-card__plus {
      right: 12px !important;
      bottom: 12px !important;
      width: 30px !important;
      height: 30px !important;
      min-width: 30px !important;
      min-height: 30px !important;
      max-width: 30px !important;
      max-height: 30px !important;
      font-size: 21px !important;
    }
  }

  @media screen and (min-width: 990px) and (max-width: 1199px) {
    .ef-results-shell {
      padding-left: 28px !important;
      padding-right: 28px !important;
    }

    .ef-product-grid {
      max-width: min(1120px, calc(100vw - 56px)) !important;
      grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
  }

  @media screen and (min-width: 1600px) {
    .ef-results-shell {
      padding-left: clamp(34px, 2.4vw, 58px) !important;
      padding-right: clamp(34px, 2.4vw, 58px) !important;
    }

    .ef-product-grid {
      max-width: min(2050px, calc(100vw - 96px)) !important;
    }
  }

  @media screen and (min-width: 2200px) {
    .ef-results-shell {
      padding-left: var(--ef-ultrawide-side-padding-v4) !important;
      padding-right: var(--ef-ultrawide-side-padding-v4) !important;
    }

    .ef-product-grid {
      max-width: min(
        var(--ef-ultrawide-grid-max-width-v4),
        calc(100vw - (var(--ef-ultrawide-side-padding-v4) * 2))
      ) !important;
      grid-template-columns: repeat(var(--ef-ultrawide-columns-v4), minmax(0, 1fr)) !important;
      column-gap: clamp(28px, 1.4vw, 44px) !important;
      row-gap: 56px !important;
    }
  }

  @media screen and (min-width: 750px) and (max-width: 989px) {
    .ef-results-shell {
      width: 100% !important;
      max-width: none !important;
      padding-left: 22px !important;
      padding-right: 22px !important;
    }

    .ef-product-grid {
      width: 100% !important;
      max-width: none !important;
      grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
      column-gap: 22px !important;
      row-gap: 34px !important;
    }
  }

  @media screen and (max-width: 749px) {
    .ef-results-shell {
      padding-left: 14px !important;
      padding-right: 14px !important;
    }

    .ef-product-grid {
      width: 100% !important;
      max-width: none !important;
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
      column-gap: 14px !important;
      row-gap: 18px !important;
    }
  }
/* END_SECTION:main-collection2 */

/* START_SECTION:main-page (INDEX:60) */
.ef-safety-hub,
  .ef-safety-hub * {
    box-sizing: border-box;
  }

  .ef-safety-hub {
    padding: 54px 0 92px;
    background:
      radial-gradient(circle at top center, rgba(184, 147, 82, 0.045), transparent 34rem),
      rgb(var(--color-background));
    color: rgb(var(--color-foreground));
  }

  .ef-safety-hub__inner {
    max-width: 1120px;
    margin: 0 auto;
  }

  .ef-safety-hub__header {
    max-width: 760px;
    margin: 0 auto 30px;
    text-align: center;
  }

  .ef-safety-hub__eyebrow {
    margin: 0 0 9px;
    color: var(--ef-safety-accent);
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: .16em;
    text-transform: uppercase;
  }

  .ef-safety-hub__title {
    position: relative;
    display: inline-block;
    margin: 0;
    padding-bottom: 14px;
    font-family: var(--font-heading-family);
    font-size: clamp(34px, 3.2vw, 56px);
    line-height: 1.02;
    font-weight: 400;
    letter-spacing: .035em;
    text-wrap: balance;
  }

  .ef-safety-hub__title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: min(100%, 360px);
    height: 1px;
    background: var(--ef-safety-accent);
    transform: translateX(-50%);
    opacity: .76;
  }

  .ef-safety-hub__intro {
    max-width: 690px;
    margin: 18px auto 0;
    color: rgba(var(--color-foreground), .68);
    font-size: 15px;
    line-height: 1.74;
  }

  .ef-safety-hub__intro p {
    margin: 0;
  }

  .ef-safety-hub__jump-nav {
    max-width: 980px;
    margin: 0 auto 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .ef-safety-hub__jump-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 12px 18px;
    border: 1px solid rgba(184, 147, 82, .34);
    border-radius: 999px;
    background: rgba(var(--color-background), .92);
    color: rgb(var(--color-foreground));
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: .12em;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .028);
    transition:
      color .22s ease,
      background .22s ease,
      border-color .22s ease,
      box-shadow .22s ease,
      transform .22s ease;
  }

  .ef-safety-hub__jump-link:hover,
  .ef-safety-hub__jump-link:focus-visible {
    color: #fff;
    background: var(--ef-safety-accent);
    border-color: var(--ef-safety-accent);
    box-shadow: 0 16px 32px rgba(0, 0, 0, .07);
    transform: translateY(-1px);
  }

  .ef-safety-hub__cards {
    display: grid;
    gap: 18px;
    max-width: 980px;
    margin: 0 auto;
  }

  .ef-safety-card {
    scroll-margin-top: 130px;
    border: 1px solid var(--ef-safety-line);
    border-radius: 22px;
    background: rgba(var(--color-background), .94);
    overflow: hidden;
    box-shadow: 0 14px 38px rgba(0, 0, 0, .035);
    transition: transform .26s ease, box-shadow .26s ease, border-color .26s ease;
  }

  .ef-safety-card:hover,
  .ef-safety-card[open] {
    border-color: rgba(184, 147, 82, .42);
    box-shadow: 0 18px 46px rgba(0, 0, 0, .06);
    transform: translateY(-2px);
  }

  .ef-safety-card summary {
    list-style: none;
  }

  .ef-safety-card summary::-webkit-details-marker {
    display: none;
  }

  .ef-safety-card__summary {
    min-height: 162px;
    padding: 22px 24px;
    display: grid;
    grid-template-columns: 132px 1fr auto;
    gap: 26px;
    align-items: center;
    cursor: pointer;
    transition: color .24s ease, background .24s ease;
  }

  .ef-safety-card:hover .ef-safety-card__summary,
  .ef-safety-card[open] .ef-safety-card__summary {
    color: var(--ef-safety-accent);
    background: rgba(184, 147, 82, .028);
  }

  .ef-safety-card__image-wrap {
    display: block;
    width: 132px;
    height: 132px;
    border-radius: 12px;
    overflow: hidden;
    background: var(--ef-safety-panel);
  }

  .ef-safety-card__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s ease, filter .3s ease;
  }

  .ef-safety-card:hover .ef-safety-card__image {
    transform: scale(1.04);
    filter: saturate(1.03) contrast(1.02);
  }

  .ef-safety-card__placeholder {
    display: block;
    width: 100%;
    height: 100%;
    background:
      linear-gradient(135deg, rgba(184, 147, 82, .08), rgba(0, 0, 0, .035)),
      var(--ef-safety-panel);
  }

  .ef-safety-card__summary-text {
    display: flex;
    flex-direction: column;
    gap: 7px;
    min-width: 0;
  }

  .ef-safety-card__kicker {
    color: var(--ef-safety-accent);
    font-size: 10.5px;
    line-height: 1.2;
    letter-spacing: .16em;
    text-transform: uppercase;
  }

  .ef-safety-card__title {
    display: block;
    max-width: 620px;
    color: rgb(var(--color-foreground));
    font-family: var(--font-heading-family);
    font-size: clamp(26px, 2.15vw, 38px);
    line-height: 1.05;
    font-weight: 400;
    letter-spacing: .01em;
    text-wrap: balance;
    transition: color .24s ease;
  }

  .ef-safety-card:hover .ef-safety-card__title,
  .ef-safety-card[open] .ef-safety-card__title {
    color: var(--ef-safety-accent);
  }

  .ef-safety-card__plus {
    position: relative;
    display: inline-flex;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(184, 147, 82, .38);
    border-radius: 999px;
    flex: 0 0 38px;
    transition: background .24s ease, border-color .24s ease, transform .24s ease;
  }

  .ef-safety-card__plus::before,
  .ef-safety-card__plus::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 15px;
    height: 1px;
    background: var(--ef-safety-accent);
    transform: translate(-50%, -50%);
    transition: background .24s ease, transform .24s ease;
  }

  .ef-safety-card__plus::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .ef-safety-card[open] .ef-safety-card__plus {
    background: var(--ef-safety-accent);
    border-color: var(--ef-safety-accent);
    transform: rotate(45deg);
  }

  .ef-safety-card[open] .ef-safety-card__plus::before,
  .ef-safety-card[open] .ef-safety-card__plus::after {
    background: #fff;
  }

  .ef-safety-card__content {
    padding: 0 28px 30px;
  }

  .ef-safety-card__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding-top: 24px;
    border-top: 1px solid var(--ef-safety-line);
  }

  .ef-safety-card__grid--single {
    grid-template-columns: 1fr;
  }

  .ef-safety-card__block {
    padding: 22px 22px 20px;
    border: 1px solid var(--ef-safety-line);
    border-radius: 18px;
    background: var(--ef-safety-card);
  }

  .ef-safety-card__block--warning {
    border-color: rgba(184, 147, 82, .34);
    background:
      linear-gradient(135deg, rgba(184, 147, 82, .055), transparent 70%),
      var(--ef-safety-card);
  }

  .ef-safety-card__block--wide {
    max-width: 780px;
    margin: 0 auto;
  }

  .ef-safety-card__block h3 {
    position: relative;
    display: inline-block;
    margin: 0 0 14px;
    padding-bottom: 7px;
    color: rgb(var(--color-foreground));
    font-family: var(--font-heading-family);
    font-size: 21px;
    line-height: 1.15;
    font-weight: 400;
    letter-spacing: .015em;
  }

  .ef-safety-card__block h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--ef-safety-accent);
    opacity: .68;
  }

  .ef-safety-card__block p {
    margin: 0 0 10px;
    color: rgba(var(--color-foreground), .78);
    font-size: 14px;
    line-height: 1.68;
  }

  .ef-safety-card__block ul {
    margin: 0;
    padding-left: 1.1em;
    color: rgba(var(--color-foreground), .75);
    font-size: 14px;
    line-height: 1.68;
  }

  .ef-safety-card__block li + li {
    margin-top: 7px;
  }

  .ef-safety-card__block strong {
    color: rgb(var(--color-foreground));
    font-weight: 500;
    letter-spacing: .04em;
  }

  @media screen and (max-width: 899px) {
    .ef-safety-card__grid {
      grid-template-columns: 1fr;
    }
  }

  @media screen and (max-width: 749px) {
    .ef-safety-hub {
      padding: 34px 0 62px;
    }

    .ef-safety-hub__header {
      margin-bottom: 24px;
    }

    .ef-safety-hub__eyebrow {
      font-size: 10px;
    }

    .ef-safety-hub__title {
      font-size: clamp(30px, 8vw, 40px);
      letter-spacing: .02em;
    }

    .ef-safety-hub__intro {
      font-size: 13.5px;
      line-height: 1.65;
    }

    .ef-safety-hub__jump-nav {
      margin-bottom: 24px;
      gap: 8px;
      padding: 0 4px;
    }

    .ef-safety-hub__jump-link {
      min-height: 38px;
      padding: 10px 13px;
      font-size: 10.5px;
      letter-spacing: .09em;
    }

    .ef-safety-hub__cards {
      gap: 12px;
    }

    .ef-safety-card {
      scroll-margin-top: 96px;
      border-radius: 17px;
    }

    .ef-safety-card__summary {
      min-height: 108px;
      grid-template-columns: 82px 1fr 32px;
      gap: 14px;
      padding: 14px;
    }

    .ef-safety-card__image-wrap {
      width: 82px;
      height: 82px;
      border-radius: 10px;
    }

    .ef-safety-card__kicker {
      font-size: 9px;
      letter-spacing: .13em;
    }

    .ef-safety-card__title {
      font-size: clamp(20px, 5.9vw, 27px);
      line-height: 1.05;
    }

    .ef-safety-card__plus {
      width: 32px;
      height: 32px;
      flex-basis: 32px;
    }

    .ef-safety-card__content {
      padding: 0 14px 16px;
    }

    .ef-safety-card__grid {
      gap: 12px;
      padding-top: 16px;
    }

    .ef-safety-card__block {
      padding: 17px 16px 16px;
      border-radius: 14px;
    }

    .ef-safety-card__block h3 {
      font-size: 19px;
    }

    .ef-safety-card__block p,
    .ef-safety-card__block ul {
      font-size: 13.2px;
      line-height: 1.62;
    }
  }
/* END_SECTION:main-page */

/* START_SECTION:marquee (INDEX:61) */
marquee-component {
    display: block;
    width: 100%;
    overflow: hidden;
  }

  .marquee__wrapper {
    display: flex;
    gap: var(--marquee-gap);
    width: fit-content;
    white-space: nowrap;
  }

  .marquee__content {
    min-width: max-content;
    display: flex;
    gap: var(--marquee-gap);
  }

  .marquee__content :is(p, h1, h2, h3, h4, h5, h6) {
    white-space: nowrap;
  }

  .marquee__content .marquee__repeated-items * {
    max-width: none;
  }

  .marquee__repeated-items {
    min-width: max-content;
    display: flex;
    gap: var(--marquee-gap);
    align-items: center;
    justify-content: center;
  }

  .marquee__repeated-items > * {
    align-content: center;
  }

  @media (prefers-reduced-motion: no-preference) {
    marquee-component:not([data-disabled]) .marquee__wrapper {
      animation: marquee-motion var(--marquee-speed) linear infinite var(--marquee-direction);
    }
  }

  @keyframes marquee-motion {
    to {
      transform: translate3d(calc(-50% - (var(--marquee-gap) / 2)), 0, 0);
    }
  }
/* END_SECTION:marquee */

/* START_SECTION:media-with-content (INDEX:62) */
.section--page-width {
    &.media-with-content {
      grid-template-areas: 'margin-left media margin-right' 'margin-left content margin-right';

      @media screen and (min-width: 750px) {
        /* Wide proportion is media 3.5 parts, content 2.5 parts. Which equals 7|5. So divide the central column by 7+5 and multiply accordingly */
        --media-with-content-grid-columns: var(--full-page-grid-margin)
          calc((var(--full-page-grid-central-column-width) / 12) * 7)
          calc((var(--full-page-grid-central-column-width) / 12) * 5) var(--full-page-grid-margin);

        grid-template-areas: 'margin-left media content margin-right';
      }
    }

    &.media-with-content--media-right {
      @media screen and (min-width: 750px) {
        --media-with-content-grid-columns: var(--full-page-grid-margin)
          calc((var(--full-page-grid-central-column-width) / 12) * 5)
          calc((var(--full-page-grid-central-column-width) / 12) * 7) var(--full-page-grid-margin);

        grid-template-areas: 'margin-left content media margin-right';
      }
    }

    &.media-with-content--medium {
      @media screen and (min-width: 750px) {
        --media-with-content-grid-columns: var(--full-page-grid-margin)
          repeat(2, calc(var(--full-page-grid-central-column-width) / 2)) var(--full-page-grid-margin);
      }
    }

    &.media-with-content--narrow.media-with-content--media-right {
      @media screen and (min-width: 750px) {
        --media-with-content-grid-columns: var(--full-page-grid-margin)
          calc((var(--full-page-grid-central-column-width) / 3) * 2)
          calc(var(--full-page-grid-central-column-width) / 3) var(--full-page-grid-margin);
      }
    }

    &.media-with-content--narrow {
      @media screen and (min-width: 750px) {
        --media-with-content-grid-columns: var(--full-page-grid-margin)
          calc(var(--full-page-grid-central-column-width) / 3)
          calc((var(--full-page-grid-central-column-width) / 3) * 2) var(--full-page-grid-margin);
      }
    }
  }

  .section--full-width {
    &.media-with-content--media-right {
      @media screen and (min-width: 750px) {
        --media-with-content-grid-columns: 2.5fr 3.5fr;

        grid-template-areas: 'content media';
      }
    }

    &.media-with-content--medium {
      @media screen and (min-width: 750px) {
        --media-with-content-grid-columns: 1fr 1fr;
      }
    }

    &.media-with-content--narrow {
      @media screen and (min-width: 750px) {
        --media-with-content-grid-columns: 2fr 4fr;
      }
    }

    &.media-with-content--narrow.media-with-content--media-right {
      @media screen and (min-width: 750px) {
        --media-with-content-grid-columns: 4fr 2fr;
      }
    }
  }

  /* Keep the CSS specificity lower assuming that liquid won't assign this class with a full width section */
  .media-with-content.media-with-content--media-extend {
    grid-template-columns: var(--media-with-content-grid-columns);
    grid-template-areas: 'media media media' 'margin-left content margin-right';

    @media screen and (min-width: 750px) {
      grid-template-areas: 'media media content margin-right';
    }
  }

  .media-with-content--media-extend.media-with-content--media-right {
    @media screen and (min-width: 750px) {
      grid-template-areas: 'margin-left content media media';
    }
  }

  .media-with-content--media-right {
    @media screen and (min-width: 750px) {
      grid-template-areas: 'margin-left content media media';
    }
  }

  .media-with-content {
    --media-with-content-grid-columns: var(--full-page-grid-with-margins);

    grid-template-columns: var(--media-with-content-grid-columns);
    grid-template-areas: 'media media media' 'content content content';

    @media screen and (min-width: 750px) {
      --media-with-content-grid-columns: 3.5fr 2.5fr;

      /* Default desktop layout is wide media, on the left, in full page section */
      grid-template-areas: 'media content';
    }

    .media-block {
      grid-area: media;
    }

    .media-with-content__content {
      grid-area: content;
    }

    /* Inner blocks spacing */
    .media-with-content__content > .group-block-content {
      padding-inline: var(--page-margin);
      padding-block: calc(2 * var(--page-margin));

      @media screen and (min-width: 750px) {
        padding-block: var(--page-margin);
      }
    }

    &.section--page-width .media-with-content__content > .group-block-content {
      padding-inline: 0;

      @media screen and (min-width: 750px) {
        padding-inline-start: var(--page-margin);
      }
    }

    &.section--page-width.media-with-content--media-right .media-with-content__content > .group-block-content {
      padding-inline-end: var(--page-margin);
      padding-inline-start: 0;
    }
  }

  .media-with-content[data-shopify-visual-preview] {
    --hero-min-height: 500px;

    min-height: 500px;
  }
/* END_SECTION:media-with-content */

/* START_SECTION:password (INDEX:66) */
.section-password {
    flex-grow: 1;
    display: flex;
  }

  .password-main-content {
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  .password-enter {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--gap-sm);
    padding-block: var(--padding-xl);
  }

  .password-enter__powered-by {
    margin: 0;
    display: flex;
    align-items: center;
    gap: var(--padding-xs);
    height: 1em;

    a {
      display: flex;
    }

    svg {
      display: inline;
      height: 1.3em;
      color: var(--color-foreground);
    }
  }

  .password-enter__links {
    display: flex;
    align-items: center;
    gap: var(--gap-2xl);

    @media screen and (max-width: 749px) {
      flex-direction: column;
      gap: var(--gap-sm);
    }
  }

  .password-enter__admin-link {
    margin: 0;
  }

  .password-enter__button {
    height: var(--minimum-touch-target);
    background-color: transparent;
    color: var(--color-primary);
    cursor: pointer;
    text-decoration: underline;

    &:hover {
      color: var(--color-primary-hover);
      text-decoration: none;
    }
  }

  .password-dialog {
    max-width: 100vw;
    max-height: 100svh;
    width: 100vw;
    height: 100svh;
    border: none;
    transition: opacity var(--animation-values), display var(--animation-speed) allow-discrete,
      overlay var(--animation-speed) allow-discrete;

    &::backdrop {
      display: none;
    }
  }

  .password-dialog[open] {
    opacity: 1;
    top: 0;
    left: 0;
  }

  @starting-style {
    .password-dialog[open] {
      opacity: 0;
    }
  }

  .password-dialog:not([open]) {
    opacity: 0;
  }

  @starting-style {
    .password-dialog:not([open]) {
      opacity: 1;
    }
  }

  .password-dialog__close-button {
    cursor: pointer;
  }

  .password-dialog__header {
    position: absolute;
    top: 0;
    right: 0;
    padding: var(--padding-lg);
    z-index: var(--layer-raised);
  }

  .password-dialog__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: var(--padding-lg);
    height: 100%;
    transition: transform var(--animation-values);
  }

  .password-dialog__content .email-signup__message {
    padding-block-start: var(--padding-xl);
  }

  .password-dialog[open] .password-dialog__content {
    transform: translateY(0);
  }

  @starting-style {
    .password-dialog[open] .password-dialog__content {
      transform: translateY(1em);
    }
  }

  .password-dialog:not([open]) .password-dialog__content {
    transform: translateY(1em);
  }

  @starting-style {
    .password-dialog:not([open]) .password-dialog__content {
      transform: translateY(0);
    }
  }

  .storefront-password-form {
    max-width: 400px;
    width: 100%;
  }

  .email-signup__input-group,
  .password-dialog__submit-button {
    width: 100%;

    @media screen and (min-width: 750px) {
      width: auto;
    }
  }
/* END_SECTION:password */

/* START_SECTION:predictive-search (INDEX:68) */
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none; /* stylelint-disable-line */
  }

  .predictive-search-dropdown {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: var(--layer-base);
  }

  .search-action .predictive-search {
    z-index: calc(var(--layer-header-menu) + 2);
  }

  .search-action .search-modal .predictive-search {
    z-index: var(--layer-window-overlay);
  }

  .header__column--right .predictive-search-form__content-wrapper {
    right: 0;
    left: unset;
  }

  .search-modal .predictive-search-form__content-wrapper {
    width: 100%;

    @media screen and (min-width: 750px) {
      height: fit-content;
    }
  }

  .dialog-modal .predictive-search-form__header-inner {
    @media screen and (min-width: 750px) {
      border: 0;
    }
  }

  .header[transparent] :is(.predictive-search):not(:focus-within) {
    background-color: transparent;
  }

  .header[transparent] .predictive-search-form__header-inner {
    border-color: var(--color-foreground);
  }

  .search-modal__content .predictive-search-form__content {
    max-height: var(--modal-max-height);
  }

  .predictive-search:has(.predictive-search-dropdown) .search-input {
    outline-color: transparent;
  }

  .predictive-search:has(.predictive-search-dropdown) .predictive-search-form__header-inner:focus-within {
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;

    @media screen and (max-width: 749px) {
      border-bottom-color: transparent;
    }
  }

  .predictive-search:has(.predictive-search-dropdown[aria-expanded='true'])
    .predictive-search-form__header-inner:focus-within {
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    border-radius: var(--search-border-radius);

    @media screen and (max-width: 749px) {
      border-radius: var(--style-border-radius-inputs);
    }
  }

  .dialog-modal .predictive-search-form__header {
    border: 0;
    border-radius: 0;
    background-color: var(--color-background);
    border-bottom: var(--style-border-width) solid var(--color-border);

    @media screen and (min-width: 750px) {
      padding: var(--padding-2xs) var(--padding-2xs) 0;
      border-bottom: var(--search-border-width) solid var(--color-border);
    }

    @media screen and (max-width: 749px) {
      transition: box-shadow 0.2s ease;
      box-shadow: none;
    }
  }

  .search-action .predictive-search:has(.predictive-search-dropdown) .predictive-search-form__header:focus-within {
    border-radius: var(--search-border-radius) var(--search-border-radius) 0 0;
    transition: box-shadow var(--animation-speed) var(--animation-easing);
    background-color: var(--color-background);

    @media screen and (max-width: 749px) {
      border-radius: var(--style-border-radius-inputs) var(--style-border-radius-inputs) 0 0;
    }
  }

  @media screen and (max-width: 749px) {
    .dialog-modal .predictive-search__close-modal-button {
      padding-inline-start: var(--margin-xs);
      margin-inline-start: 0;
    }
  }

  .dialog-modal[open] {
    @media screen and (max-width: 749px) {
      border-radius: 0;
    }
  }

  .dialog-modal .predictive-search-form__header:has(.predictive-search-form__header-inner:focus-within) {
    @media screen and (min-width: 750px) {
      border-bottom-color: transparent;
    }
  }

  @media screen and (max-width: 749px) {
    .dialog-modal {
      .predictive-search__reset-button-icon {
        display: none;
      }

      .predictive-search__reset-button-text {
        display: block;
      }

      .predictive-search-form__content {
        /* The parent has overflow auto, we want to prevent a double scrollbar during animation */
        max-height: 100%;
      }

      .predictive-search-form__content-wrapper {
        box-shadow: none;
      }

      .predictive-search-form__header {
        box-shadow: none;
      }

      .predictive-search-form__footer {
        padding-block: var(--padding-2xl);
      }
    }
  }

  .predictive-search-results__pill {
    font-weight: 500;
    white-space: nowrap;
    color: var(--color-foreground);
    transition: background-color var(--animation-speed-medium) var(--animation-timing-hover),
      box-shadow var(--animation-speed-medium) var(--animation-timing-bounce),
      transform var(--animation-speed-medium) var(--animation-timing-bounce);
    margin: 2px;

    &:hover {
      transform: scale(1.03);
      box-shadow: 0 2px 5px rgb(0 0 0 / var(--opacity-8));
    }
  }

  .predictive-search-results__pill mark {
    background-color: transparent;
    font-weight: 200;
    color: rgb(var(--color-foreground-rgb) / var(--opacity-80));
  }

  .predictive-search-results__pill:focus,
  .predictive-search-results__pill:hover,
  .predictive-search-results__card--query:is([aria-selected='true'], :focus-within) .predictive-search-results__pill {
    --pill-background-color: rgb(var(--color-foreground-rgb) / var(--opacity-8));

    background-color: var(--pill-background-color);
    outline: var(--border-width-sm) solid var(--color-border);
    border: var(--border-width-sm);
    text-decoration: none;
  }

  .predictive-search-results__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: var(--font-size--body-md);
    font-weight: 500;
    margin-block: var(--margin-sm) var(--margin-xs);
    width: 100%;
    text-transform: var(--title-case);

    &:first-of-type {
      margin-block-start: 0;
    }

    @media screen and (max-width: 749px) {
      margin-block: var(--margin-lg) var(--margin-sm);
    }
  }

  .predictive-search-results__wrapper.predictive-search-results__wrapper-queries {
    margin-bottom: var(--margin-lg);
    padding-inline: var(--padding-xl);
    gap: var(--gap-2xs);
  }

  .predictive-search-results__card {
    flex: 0 0 auto;
    scroll-snap-align: start;
    scroll-margin-block: calc(var(--title-font-size) + var(--title-margin-block) + var(--padding-sm))
      calc(var(--padding-xl) + var(--button-padding-block) * 2);
    transition: transform var(--animation-speed-medium) var(--animation-timing-default),
      background-color var(--animation-speed-medium) var(--animation-timing-hover),
      border-color var(--animation-speed-medium) var(--animation-timing-hover);

    &:nth-last-child(3) {
      scroll-snap-align: end;
    }

    &:active {
      transform: scale(0.97);
      transition: transform 100ms var(--animation-timing-active);
    }
  }

  .recently-viewed-wrapper .predictive-search-results__card {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .recently-viewed-wrapper.removing .predictive-search-results__card {
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
  }

  .predictive-search-results__card--product,
  .recently-viewed-wrapper .predictive-search-results__card--product {
    &:active {
      transform: scale(0.97);
      transition: transform 100ms var(--animation-timing-active);
    }

    &:hover {
      background-color: var(--card-bg-hover);
      border-radius: var(--product-corner-radius);
      padding: calc(var(--padding-2xs) + 2px);
      margin: calc((var(--padding-2xs) + 2px) * -1);
    }

    &:is([aria-selected='true'].keyboard-focus, &:focus-visible, &:has(.resource-card:focus-visible)) {
      background-color: var(--card-bg-hover);
      padding: calc(var(--padding-2xs) + 1px);
      margin: calc((var(--padding-2xs) + 1px) * -1);
      outline: var(--border-width-sm) solid var(--color-border);
      border-radius: calc(var(--product-corner-radius) + 1px);
      border-color: var(--card-border-focus);
    }
  }

  .predictive-search-results__card:not(.predictive-search-results__card--product) {
    padding: var(--padding-sm);
    border: var(--border-width-sm) solid var(--color-border);
    border-radius: var(--card-corner-radius);
    width: 60cqi;
    content-visibility: visible;

    @media screen and (min-width: 750px) {
      width: 27.5cqi;
    }

    &:hover {
      border-color: var(--card-border-hover);
      background-color: var(--card-bg-hover);
    }

    &[aria-selected='true'].keyboard-focus {
      border-color: var(--card-border-hover);
      background-color: var(--card-bg-hover);
    }

    &:active {
      transform: scale(0.97);
      transition: transform var(--animation-speed-medium) var(--animation-timing-active);
    }
  }

  @keyframes search-element-scale-in {
    0% {
      transform: scale(0.95);
      opacity: 0;
    }

    40% {
      opacity: 1;
    }

    100% {
      transform: scale(1);
      opacity: 1;
    }
  }

  @keyframes search-element-scale-out {
    0% {
      transform: scale(1);
      opacity: 1;
    }

    100% {
      transform: scale(0.95);
      opacity: 0;
    }
  }

  @keyframes search-element-slide-in-top {
    from {
      margin-top: calc(var(--modal-top-margin) + var(--padding-sm));
      opacity: 0;
    }

    to {
      margin-top: var(--modal-top-margin);
      opacity: 1;
    }
  }

  @keyframes search-element-slide-out-top {
    from {
      margin-top: var(--modal-top-margin);
      opacity: 1;
    }

    to {
      margin-top: calc(var(--modal-top-margin) + var(--padding-sm));
      opacity: 0;
    }
  }

  @keyframes content-slide {
    from {
      transform: translateY(var(--slide-from, 0));
      opacity: var(--slide-opacity-from, 1);
    }

    to {
      transform: translateY(var(--slide-to, 0));
      opacity: var(--slide-opacity-to, 1);
    }
  }

  .predictive-search-results__list {
    --slide-width: 27.5%;
    --slideshow-gap: var(--gap-md);

    /* Make space for the outline to be visible */
    padding-block-start: var(--border-width-sm);
  }

  .predictive-search-results__list slideshow-arrows {
    @media screen and (max-width: 749px) {
      display: none;
    }
  }

  .predictive-search-results__no-results {
    animation-delay: 100ms;
    transition: opacity var(--animation-speed-medium) var(--animation-timing-fade-in);
  }

  .predictive-search-results__no-results,
  .predictive-search-results__wrapper,
  .predictive-search-results__wrapper-products .predictive-search-results__card {
    animation: search-element-slide-up var(--animation-speed-medium) var(--animation-timing-bounce) backwards;
  }

  .predictive-search-results__no-results:last-child {
    margin-block: var(--margin-lg);
    text-align: center;
  }

  slideshow-slide .resource-card {
    /* stylelint-disable-next-line declaration-no-important */
    animation-delay: 0ms !important;
  }

  .predictive-search-results__list,
  .predictive-search-results__wrapper {
    animation-duration: var(--animation-speed-medium);
  }

  .predictive-search-results__wrapper-queries {
    animation-delay: 50ms;
  }

  .predictive-search-results__list:nth-of-type(2) {
    animation-delay: 150ms;
  }

  .predictive-search-results__list:nth-of-type(3) {
    animation-delay: 200ms;
  }

  .predictive-search-results__list:nth-of-type(4) {
    animation-delay: 250ms;
  }

  .predictive-search-results__list:last-child {
    margin-block-end: 0;
  }

  [data-resource-type] {
    /* stylelint-disable-next-line declaration-no-important */
    animation-delay: 0ms !important;
  }

  .predictive-search-results__no-results.removing,
  .predictive-search-results__wrapper.removing {
    animation: search-element-slide-down var(--animation-speed-medium) var(--animation-timing-fade-out) forwards;
  }

  .predictive-search-results__card.removing {
    animation: fadeOut var(--animation-speed-medium) var(--animation-timing-fade-out) forwards;
  }

  .predictive-search-results__wrapper {
    transition: opacity var(--animation-speed-medium) var(--animation-timing-fade-in);
  }

  @keyframes search-element-slide-up {
    from {
      opacity: 0;
      transform: translateY(8px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes search-element-slide-down {
    from {
      opacity: 1;
      transform: translateY(0);
    }

    to {
      opacity: 0;
      transform: translateY(8px);
    }
  }

  .predictive-search-results__card--query {
    transition: transform var(--animation-speed-medium) var(--animation-timing-bounce);
    transform-origin: center;

    &:active {
      transform: scale(0.97);
    }
  }
/* END_SECTION:predictive-search */

/* START_SECTION:product-recommendations (INDEX:71) */
.product-recommendations__skeleton-item {
    aspect-ratio: 3 / 4;
    background-color: var(--color-foreground);
    opacity: var(--skeleton-opacity);
    border-radius: 4px;
  }

  @media screen and (max-width: 749px) {
    .product-recommendations__skeleton-item:nth-child(2n + 1) {
      display: none;
    }
  }

  product-recommendations:has([data-has-recommendations='false']) {
    display: none;
  }
/* END_SECTION:product-recommendations */

/* START_SECTION:search-header (INDEX:76) */
.ef-search-page {
    --ef-search-gold: #b89352;
    --ef-search-border: rgba(var(--color-foreground-rgb), 0.12);
    --ef-search-border-soft: rgba(var(--color-foreground-rgb), 0.075);
    --ef-search-muted: rgba(var(--color-foreground-rgb), 0.68);
    --ef-search-card: rgba(var(--color-background-rgb), 0.98);
    --ef-search-cream: rgba(184, 147, 82, 0.045);
  }

  .ef-search-page__inner {
    width: min(100%, 860px);
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    align-items: var(--horizontal-alignment, center);
    text-align: center;
    padding-top: clamp(46px, 5.5vw, 86px);
    padding-bottom: clamp(26px, 3.8vw, 56px);
  }

  .ef-search-page__header {
    width: 100%;
    max-width: 760px;
    margin-inline: auto;
  }

  .ef-search-page__eyebrow {
    margin: 0 0 10px;
    color: var(--ef-search-gold);
    font-size: 0.72rem;
    line-height: 1;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 500;
  }

  .ef-search-page__title {
    position: relative;
    display: inline-block;
    margin: 0;
    padding-bottom: 12px;
    color: rgb(var(--color-foreground-rgb));
    font-family: var(--font-heading-family);
    font-weight: 400;
    font-size: clamp(2.35rem, 4vw, 4.2rem);
    line-height: 1.02;
    letter-spacing: 0.015em;
    text-transform: none;
  }

  .ef-search-page__title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: min(100%, 360px);
    height: 1px;
    background: var(--ef-search-gold);
    opacity: 0.72;
    transform: translateX(-50%);
  }

  .ef-search-page__intro {
    max-width: 620px;
    margin: 16px auto 0;
    color: var(--ef-search-muted);
    font-size: 0.96rem;
    line-height: 1.62;
  }

  .ef-search-page__intro p {
    margin: 0;
  }

  .ef-search-page__intro span {
    color: rgb(var(--color-foreground-rgb));
    font-weight: 500;
  }

  .ef-search-page__search-card {
    width: min(100%, 680px);
    margin-top: clamp(22px, 3vw, 34px);
    padding: clamp(18px, 2.4vw, 28px);
    border: 1px solid var(--ef-search-border-soft);
    border-radius: 22px;
    background:
      radial-gradient(circle at top center, var(--ef-search-cream), transparent 22rem),
      var(--ef-search-card);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.04);
  }

  .ef-search-page__search-card form,
  .ef-search-page__search-card .search,
  .ef-search-page__search-card .search-input,
  .ef-search-page__search-card predictive-search,
  .ef-search-page__search-card search-form-component {
    width: 100%;
  }

  .ef-search-page__search-card input[type="search"],
  .ef-search-page__search-card input[name="q"],
  .ef-search-page__search-card .search__input,
  .ef-search-page__search-card .field__input {
    min-height: 52px;
    border: 1px solid var(--ef-search-border) !important;
    border-radius: 0 !important;
    background: rgba(var(--color-background-rgb), 0.96) !important;
    color: rgb(var(--color-foreground-rgb)) !important;
    font-size: 0.96rem !important;
    letter-spacing: 0.01em;
    box-shadow: none !important;
  }

  .ef-search-page__search-card input[type="search"]:focus,
  .ef-search-page__search-card input[name="q"]:focus,
  .ef-search-page__search-card .search__input:focus,
  .ef-search-page__search-card .field__input:focus {
    border-color: rgba(184, 147, 82, 0.72) !important;
    outline: none !important;
    box-shadow: 0 0 0 1px rgba(184, 147, 82, 0.22) !important;
  }

  .ef-search-page__search-card button,
  .ef-search-page__search-card .button,
  .ef-search-page__search-card .search__button {
    min-height: 52px;
    border-radius: 0 !important;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: opacity 0.22s ease, transform 0.22s ease;
  }

  .ef-search-page__search-card button:hover,
  .ef-search-page__search-card .button:hover,
  .ef-search-page__search-card .search__button:hover {
    opacity: 0.92;
    transform: translateY(-1px);
  }

  @media screen and (max-width: 749px) {
    .ef-search-page__inner {
      width: 100%;
      align-items: center;
      text-align: center;
      padding-top: 34px;
      padding-bottom: 34px;
    }

    .ef-search-page__title {
      font-size: clamp(2rem, 10vw, 3rem);
      letter-spacing: 0.01em;
    }

    .ef-search-page__intro {
      margin-top: 14px;
      font-size: 0.92rem;
      line-height: 1.56;
    }

    .ef-search-page__search-card {
      margin-top: 20px;
      padding: 16px;
      border-radius: 18px;
    }

    .ef-search-page__search-card input[type="search"],
    .ef-search-page__search-card input[name="q"],
    .ef-search-page__search-card .search__input,
    .ef-search-page__search-card .field__input {
      min-height: 48px;
      font-size: 0.92rem !important;
    }

    .ef-search-page__search-card button,
    .ef-search-page__search-card .button,
    .ef-search-page__search-card .search__button {
      min-height: 48px;
    }
  }
/* END_SECTION:search-header */

/* START_SECTION:search-results (INDEX:77) */
.ef-search-results {
    --ef-search-results-border: rgba(var(--color-foreground-rgb), 0.10);
    --ef-search-results-border-soft: rgba(var(--color-foreground-rgb), 0.075);
    --ef-search-results-muted: rgba(var(--color-foreground-rgb), 0.66);
    --ef-search-results-card-bg: rgba(var(--color-background-rgb), 0.98);
    --ef-search-results-shadow: 0 18px 42px rgba(0, 0, 0, 0.04);
  }

  .ef-search-results__wrap {
    width: min(100%, 1240px);
    margin-inline: auto;
    padding-inline: clamp(16px, 3vw, 36px);
  }

  .ef-search-results__meta,
  .ef-search-results__empty {
    width: min(100%, 760px);
    margin: 0 auto clamp(18px, 2.6vw, 34px);
    text-align: center;
  }

  .ef-search-results__eyebrow {
    margin: 0 0 10px;
    color: var(--ef-search-results-gold, #b89352);
    font-size: 0.72rem;
    line-height: 1;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 500;
  }

  .ef-search-results__copy {
    margin: 0;
    color: var(--ef-search-results-muted);
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .ef-search-results__copy p {
    margin: 0;
  }

  .ef-search-results__copy span {
    color: rgb(var(--color-foreground-rgb));
    font-weight: 500;
  }

  .ef-search-results__empty-title {
    position: relative;
    display: inline-block;
    margin: 0 0 16px;
    padding-bottom: 10px;
    color: rgb(var(--color-foreground-rgb));
    font-family: var(--font-heading-family);
    font-weight: 400;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    line-height: 1.06;
    letter-spacing: 0.015em;
  }

  .ef-search-results__empty-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: min(100%, 320px);
    height: 1px;
    background: var(--ef-search-results-gold, #b89352);
    opacity: 0.72;
    transform: translateX(-50%);
  }

  .ef-search-results__grid-shell {
    width: 100%;
  }

  .ef-search-results .collection-wrapper,
  .ef-search-results .product-grid-container,
  .ef-search-results .product-grid {
    max-width: 100%;
  }

  .ef-search-results .product-grid,
  .ef-search-results ul.product-grid,
  .ef-search-results ol.product-grid {
    list-style: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
  }

  .ef-search-results .product-grid__item {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .ef-search-results .product-grid__item::marker {
    content: "" !important;
    display: none !important;
  }

  .ef-search-results .product-card,
  .ef-search-results .card,
  .ef-search-results .product-grid__item > * {
    transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
  }

  .ef-search-results .product-grid__item:hover .product-card,
  .ef-search-results .product-grid__item:hover .card {
    transform: translateY(-3px);
  }

  .ef-search-results img {
    transition: transform 0.42s ease;
  }

  .ef-search-results .product-grid__item:hover img {
    transform: scale(1.025);
  }

  @media screen and (min-width: 750px) {
    .ef-search-results {
      padding-top: clamp(8px, 1.2vw, 18px);
      padding-bottom: clamp(42px, 5vw, 76px);
    }
  }

  @media screen and (max-width: 749px) {
    .ef-search-results__wrap {
      padding-inline: 14px;
    }

    .ef-search-results__meta,
    .ef-search-results__empty {
      margin-bottom: 18px;
    }

    .ef-search-results__copy {
      font-size: 0.9rem;
      line-height: 1.55;
    }

    .ef-search-results__empty-title {
      font-size: clamp(1.65rem, 8vw, 2.35rem);
    }
  }
/* END_SECTION:search-results */

/* START_SECTION:tiffany-style-nav (INDEX:81) */
:root {
  --tf-nav-height: 0px;
}

body #MainContent {
  padding-top: var(--tf-nav-height);
}

.tf-nav {
  background: var(--tf-bg);
  border-top: 0;
  border-bottom: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
}

.tf-nav::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #000000;
}

.tf-nav__inner {
  max-width: var(--tf-content-width);
  margin: 0 auto;
  padding: 14px 28px 10px;
}

.tf-nav__brand {
  display: flex;
  justify-content: center;
  margin-bottom: var(--tf-brand-gap);
}

.tf-nav__brand-link {
  text-decoration: none;
  color: inherit;
}

.tf-nav__brand-image {
  display: block;
  max-width: min(520px, 100%);
  height: auto;
  margin: 0 auto;
}

.tf-nav__brand-text {
  display: inline-block;
  color: var(--tf-menu-color);
  font-size: clamp(28px, 4vw, 60px);
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tf-nav__row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
}

.tf-nav__side--left {
  display: none;
}

.tf-nav__side--right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  min-width: auto;
  display: flex;
  justify-content: flex-end;
}

.tf-nav__menu {
  display: flex;
  justify-content: center;
  width: 100%;
}

.tf-nav__menu-list {
  list-style: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--tf-menu-spacing);
  margin: 0;
  padding: 0;
}

.tf-nav__item {
  position: static;
}

.tf-nav__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  color: var(--tf-menu-color);
  text-decoration: none;
  font-size: var(--tf-menu-size);
  font-weight: var(--tf-menu-weight);
  letter-spacing: var(--tf-menu-letter-spacing);
  text-transform: var(--tf-menu-transform);
  line-height: 1.2;
  white-space: nowrap;
  transition: color .2s ease, opacity .2s ease, transform .2s ease, text-shadow .2s ease;
}

.tf-nav__link span {
  position: relative;
  display: inline-block;
  transition: transform .2s ease, text-shadow .2s ease;
}

.tf-nav__link span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 1.5px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .2s ease;
}

.tf-nav__link:hover,
.tf-nav__link--active {
  color: var(--tf-menu-color);
  opacity: 1;
}

.tf-nav__link:hover span::after,
.tf-nav__link--active span::after,
.tf-nav__item:hover > .tf-nav__link span::after {
  transform: scaleX(1);
}

.tf-nav--menu-hover-grow .tf-nav__link:hover span,
.tf-nav--menu-hover-grow .tf-nav__link--active span,
.tf-nav--menu-hover-grow .tf-nav__item:hover > .tf-nav__link span {
  transform: scale(var(--tf-hover-scale));
}

.tf-nav--menu-hover-glow .tf-nav__link:hover span,
.tf-nav--menu-hover-glow .tf-nav__link--active span,
.tf-nav--menu-hover-glow .tf-nav__item:hover > .tf-nav__link span {
  text-shadow:
    0 0 8px rgba(0, 0, 0, var(--tf-hover-glow)),
    0 0 16px rgba(0, 0, 0, calc(var(--tf-hover-glow) * 0.55));
}

.tf-nav--menu-hover-grow-glow .tf-nav__link:hover span,
.tf-nav--menu-hover-grow-glow .tf-nav__link--active span,
.tf-nav--menu-hover-grow-glow .tf-nav__item:hover > .tf-nav__link span {
  transform: scale(var(--tf-hover-scale));
  text-shadow:
    0 0 8px rgba(0, 0, 0, var(--tf-hover-glow)),
    0 0 16px rgba(0, 0, 0, calc(var(--tf-hover-glow) * 0.55));
}

.tf-nav__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.tf-nav__icon-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: var(--tf-menu-color);
  text-decoration: none;
  transition: color .2s ease, opacity .2s ease, transform .2s ease;
}

.tf-nav__icon-link:hover {
  color: var(--tf-menu-color);
  opacity: .9;
  transform: translateY(-1px);
}

.tf-nav__icon {
  width: 20px;
  height: 20px;
  display: block;
}

.tf-nav__cart-count {
  position: absolute;
  top: -3px;
  right: -4px;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--tf-menu-color);
  color: var(--tf-bg);
  font-size: 10px;
  line-height: 17px;
  text-align: center;
  font-weight: 700;
}

.tf-nav__mega {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  background: var(--tf-dropdown-bg);
  border-top: 1px solid rgba(47, 42, 38, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(-8px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  z-index: 30;
}

.tf-nav__item:hover > .tf-nav__mega,
.tf-nav__item:focus-within > .tf-nav__mega {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.tf-nav__mega-inner {
  max-width: var(--tf-content-width);
  margin: 0 auto;
  padding: 22px 28px 28px;
}

.tf-nav__mega-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(var(--tf-dropdown-min-col), 1fr));
  gap: 14px 40px;
  margin: 0;
  padding: 0;
}

.tf-nav__mega-link,
.tf-nav__sub-link {
  color: var(--tf-menu-color);
  text-decoration: none;
  display: inline-block;
  font-size: var(--tf-dropdown-size);
  line-height: 1.45;
  transition: color .2s ease, text-shadow .2s ease, transform .2s ease, opacity .2s ease;
}

.tf-nav__mega-link span,
.tf-nav__sub-link span {
  position: relative;
  display: inline-block;
}

.tf-nav__mega-link span::after,
.tf-nav__sub-link span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 1.5px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .2s ease;
}

.tf-nav__mega-link:hover,
.tf-nav__mega-link--active,
.tf-nav__sub-link:hover,
.tf-nav__sub-link--active {
  color: var(--tf-menu-color);
  opacity: 1;
}

.tf-nav__mega-link:hover span::after,
.tf-nav__mega-link--active span::after,
.tf-nav__sub-link:hover span::after,
.tf-nav__sub-link--active span::after {
  transform: scaleX(1);
}

.tf-nav--dropdown-hover-grow .tf-nav__mega-link:hover,
.tf-nav--dropdown-hover-grow .tf-nav__mega-link--active,
.tf-nav--dropdown-hover-grow .tf-nav__sub-link:hover,
.tf-nav--dropdown-hover-grow .tf-nav__sub-link--active {
  transform: scale(var(--tf-hover-scale));
  transform-origin: left center;
}

.tf-nav--dropdown-hover-glow .tf-nav__mega-link:hover,
.tf-nav--dropdown-hover-glow .tf-nav__mega-link--active,
.tf-nav--dropdown-hover-glow .tf-nav__sub-link:hover,
.tf-nav--dropdown-hover-glow .tf-nav__sub-link--active {
  text-shadow:
    0 0 10px rgba(0, 0, 0, var(--tf-hover-glow)),
    0 0 18px rgba(0, 0, 0, calc(var(--tf-hover-glow) * 0.55));
}

.tf-nav--dropdown-hover-grow-glow .tf-nav__mega-link:hover,
.tf-nav--dropdown-hover-grow-glow .tf-nav__mega-link--active,
.tf-nav--dropdown-hover-grow-glow .tf-nav__sub-link:hover,
.tf-nav--dropdown-hover-grow-glow .tf-nav__sub-link--active {
  transform: scale(var(--tf-hover-scale));
  transform-origin: left center;
  text-shadow:
    0 0 10px rgba(0, 0, 0, var(--tf-hover-glow)),
    0 0 18px rgba(0, 0, 0, calc(var(--tf-hover-glow) * 0.55));
}

.tf-nav__sub-list {
  list-style: none;
  margin: 8px 0 0;
  padding: 0 0 0 16px;
  display: grid;
  gap: 4px;
}

.tf-nav__mobile {
  display: none;
}

.tf-nav__mobile-bar {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  min-height: 64px;
}

.tf-nav__mobile-brand-wrap {
  min-width: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tf-nav__mobile-brand-image {
  display: block;
  max-width: min(170px, 100%);
  height: auto;
  margin: 0 auto;
}

.tf-nav__mobile-brand-text {
  color: var(--tf-menu-color);
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
}

.tf-nav__mobile-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}

.tf-nav__hamburger {
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 0;
  cursor: pointer;
  position: relative;
  z-index: 50;
}

.tf-nav__hamburger span {
  display: block;
  width: 20px;
  height: 1.5px;
  background: var(--tf-menu-color);
}

.tf-nav__drawer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 100;
}

.tf-nav__drawer.is-open {
  pointer-events: auto;
}

.tf-nav__drawer-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.32);
  opacity: 0;
  transition: opacity .25s ease;
}

.tf-nav__drawer-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: min(88vw, 360px);
  height: 100vh;
  background: #fff;
  transform: translateX(-100%);
  transition: transform .25s ease;
  box-shadow: 8px 0 30px rgba(0,0,0,.12);
  overflow-y: auto;
}

.tf-nav__drawer.is-open .tf-nav__drawer-overlay {
  opacity: 1;
}

.tf-nav__drawer.is-open .tf-nav__drawer-panel {
  transform: translateX(0);
}

.tf-nav__drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 18px 14px;
  border-bottom: 1px solid #eee;
}

.tf-nav__drawer-title {
  color: var(--tf-menu-color);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.tf-nav__drawer-close {
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: var(--tf-menu-color);
}

.tf-nav__drawer-list,
.tf-nav__drawer-sublist,
.tf-nav__drawer-grand-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tf-nav__drawer-item {
  border-bottom: 1px solid #f0ebe5;
}

.tf-nav__drawer-link,
.tf-nav__drawer-summary {
  display: block;
  width: 100%;
  padding: 16px 18px;
  color: var(--tf-menu-color);
  text-decoration: none;
  font-size: 16px;
  line-height: 1.4;
  background: transparent;
}

.tf-nav__drawer-summary {
  cursor: pointer;
}

.tf-nav__drawer-details[open] > .tf-nav__drawer-summary {
  font-weight: 600;
}

.tf-nav__drawer-sublist {
  padding: 0 0 10px;
  background: #faf7f3;
}

.tf-nav__drawer-sublist > li > .tf-nav__drawer-link {
  padding: 12px 28px;
  color: #4B443F;
}

.tf-nav__drawer-grand-list {
  padding: 0 0 10px;
}

.tf-nav__drawer-grand-link {
  display: block;
  padding: 10px 42px;
  color: #6b625c;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
}

.tf-nav__drawer-link:hover,
.tf-nav__drawer-grand-link:hover {
  color: var(--tf-menu-color);
}

@media screen and (max-width: 1250px) {
  .tf-nav__row {
    min-height: 48px;
  }

  .tf-nav__side--right {
    right: 0;
  }

  .tf-nav__menu-list {
    gap: calc(var(--tf-menu-spacing) * 0.72);
  }
}

@media screen and (max-width: 1199px) {
  .tf-nav__desktop {
    display: none !important;
  }

  .tf-nav__mobile {
    display: block !important;
  }

  .tf-nav__inner {
    padding: 0;
  }
}

@media screen and (min-width: 1200px) {
  .tf-nav__desktop {
    display: block !important;
  }

  .tf-nav__mobile {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tf-nav *,
  .tf-nav *::before,
  .tf-nav *::after {
    transition: none !important;
  }
}
/* END_SECTION:tiffany-style-nav */

/* CSS from block stylesheet tags */
/* START_BLOCK:_accordion-row-grid2 (INDEX:83) */
.details__icon {
    height: auto;
    margin-inline-end: var(--margin-xs);
  }
/* END_BLOCK:_accordion-row-grid2 */

/* START_BLOCK:_accordion-row (INDEX:84) */
.details__icon {
    height: auto;
    margin-inline-end: var(--margin-xs);
  }
/* END_BLOCK:_accordion-row */

/* START_BLOCK:_announcement (INDEX:85) */
.text-block {
    width: var(--width);
    max-width: 100%;
  }

  .text-block > * {
    width: var(--width);
    max-width: var(--max-width, 100%);
    text-align: var(--text-align);
  }

  .text-block:not(.text-block--full-width).rte,
  .text-block:not(.text-block--full-width).paragraph {
    /* Safari doesn't support pretty, so fallback to balance */
    text-wrap: balance;
    text-wrap: pretty;
  }

  .text-block:not(.text-block--full-width).h1,
  .text-block:not(.text-block--full-width).h2,
  .text-block:not(.text-block--full-width).h3,
  .text-block:not(.text-block--full-width).h4,
  .text-block:not(.text-block--full-width).h5,
  .text-block:not(.text-block--full-width).h6 {
    text-wrap: balance;
  }

  /* Hide underline unless text is using paragraph styles. */
  .text-block:is(.h1, .h2, .h3, .h4, .h5, .h6) a {
    text-decoration-color: transparent;
  }

  .text-block h1,
  .text-block.h1 > * {
    margin-block: var(--font-h1--spacing);
  }

  .text-block h2,
  .text-block.h2 > * {
    margin-block: var(--font-h2--spacing);
  }

  .text-block h3,
  .text-block.h3 > * {
    margin-block: var(--font-h3--spacing);
  }

  .text-block h4,
  .text-block.h4 > * {
    margin-block: var(--font-h4--spacing);
  }

  .text-block h5,
  .text-block.h5 > * {
    margin-block: var(--font-h5--spacing);
  }

  .text-block h6,
  .text-block.h6 > * {
    margin-block: var(--font-h6--spacing);
  }

  .text-block > *:first-child {
    margin-block-start: 0;
  }

  .text-block > *:last-child {
    margin-block-end: 0;
  }

  .text-block--align-center,
  .text-block--align-center > * {
    margin-inline: auto;
  }

  .text-block--align-right,
  .text-block--align-right > * {
    margin-inline-start: auto;
  }
/* END_BLOCK:_announcement */

/* START_BLOCK:_blog-post-card (INDEX:86) */
.blog-post-card {
    display: flex;
    flex-direction: column;
    text-align: var(--text-align);
  }

  .blog-post-card__content {
    padding-block-start: 0.4rem;
    display: flex;
    flex-direction: column;
  }

  .blog-post-item .blog-post-card__image-container,
  .blog-post-item .blog-post-card__content {
    width: 100%;
  }

  .blog-post-item:first-child .blog-post-card {
    flex-direction: row;

    @media screen and (max-width: 749px) {
      flex-direction: column;
    }
  }

  .blog-post-item:first-child .blog-post-card__image-container {
    width: 70%;

    @media screen and (max-width: 749px) {
      width: 100%;
    }
  }

  .blog-post-item:first-child:has(.blog-post-card__image-container) .blog-post-card__content {
    padding-inline-start: var(--columns-gap);
    width: 30%;

    @media screen and (max-width: 749px) {
      padding-inline-start: 0;
      width: 100%;
    }
  }

  .blog-post-card__content a {
    display: block;
    text-wrap: pretty;
    text-decoration: none;
    padding-block-start: 0.75rem;
  }

  .blog-post-card__content a:hover,
  .blog-post-card__content a:hover [style*='--color: var(--color-primary)'] {
    color: var(--color-primary-hover);
  }

  .blog-post-card__content a:hover [style*='--color: var(--color-foreground-heading)'] {
    color: rgb(var(--color-foreground-heading-rgb) / var(--opacity-subdued-text));
  }

  .blog-post-card__content a:hover [style*='--color: var(--color-foreground)'] {
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
  }
/* END_BLOCK:_blog-post-card */

/* START_BLOCK:_blog-post-content (INDEX:87) */
.blog-post-content {
    max-width: var(--normal-content-width);
    margin: 0 auto;
  }
/* END_BLOCK:_blog-post-content */

/* START_BLOCK:_blog-post-description (INDEX:88) */
.blog-post-card__content-text a {
    color: var(--color-primary);
  }

  .custom-color,
  .custom-color > :is(h1, h2, h3, h4, h5, h6, p, *) {
    color: var(--color);
  }
/* END_BLOCK:_blog-post-description */

/* START_BLOCK:_blog-post-featured-image (INDEX:89) */
.blog-post-featured-image {
    --width: 100%;
    --custom-width: 100%;

    display: block;
    position: relative;
    width: var(--width);
  }

  .blog-post-featured-image.size-style {
    --width: var(--size-style-width, 100%);
  }

  .blog-post-featured-image--height-fit {
    height: fit-content;
  }

  .blog-post-featured-image--height-fill {
    height: 100%;
  }

  .blog-post-featured-image__image {
    aspect-ratio: var(--ratio);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  @media screen and (max-width: 749px) {
    .blog-post-featured-image {
      --width: var(--width-mobile, var(--width));
      --custom-width: var(--custom-width-mobile, var(--custom-width));
    }

    .blog-post-featured-image.size-style {
      --width: var(--size-style-width-mobile, var(--size-style-width, 100%));
    }
  }
/* END_BLOCK:_blog-post-featured-image */

/* START_BLOCK:_blog-post-image (INDEX:90) */
.blog-post-card__image {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    height: calc(var(--blog-post-card-img-height) * var(--blog-post-card-scale));
  }

  .blog-post-card__image--small {
    --blog-post-card-img-height: 280px;
  }

  .blog-post-card__image--medium {
    --blog-post-card-img-height: 340px;
  }

  .blog-post-card__image--large {
    --blog-post-card-img-height: 400px;
  }
/* END_BLOCK:_blog-post-image */

/* START_BLOCK:_blog-post-info-text (INDEX:91) */
.blog-post-details {
    display: flex;
    gap: var(--gap-sm);
    font-size: var(--font-paragraph-size);
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
    white-space: nowrap;
    flex-wrap: wrap;
  }

  .blog-post-details > span {
    text-overflow: clip;
    overflow: hidden;
  }
/* END_BLOCK:_blog-post-info-text */

/* START_BLOCK:_cart-products (INDEX:92) */
.cart-page--empty .cart-items__wrapper,
  .ef-cart .cart-items__wrapper--empty,
  .ef-cart .cart-items__empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-block-start: 0;
    text-align: center;
  }

  .cart-page__title + .cart-page__items,
  .ef-cart .cart-page__title + .cart-page__items {
    margin-block-start: 0;
  }

  .ef-cart .cart-page__items {
    margin: 0;
  }

  .ef-cart .cart-items__wrapper,
  .ef-cart .cart-items-component__items,
  .ef-cart .cart-items {
    margin: 0;
    padding: 0;
  }

  .ef-cart .cart-items__wrapper {
    width: 100%;
  }

  .ef-cart .cart-item,
  .ef-cart .cart-items__item {
    margin: 0;
  }

  .ef-cart .cart-items__item + .cart-items__item,
  .ef-cart .cart-item + .cart-item {
    margin-top: 0;
  }

  .ef-cart .cart-items__footer,
  .ef-cart .cart-items__actions,
  .ef-cart .cart-items__notes {
    margin-top: 0;
  }
/* END_BLOCK:_cart-products */

/* START_BLOCK:_cart-summary (INDEX:93) */
.cart__summary-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .cart__summary-item.tax-note {
    font-size: var(--cart-font-size--sm);
  }

  .cart__discount-label {
    display: flex;
    align-items: center;
    gap: var(--gap-2xs);
  }

  .cart__total {
    align-items: baseline;
    font-weight: var(--font-weight-bold);
  }

  .cart__tax-note {
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
  }

  .cart__discount-label svg {
    width: var(--icon-size-sm);
    height: var(--icon-size-sm);
    display: inline-block;
  }

  .cart__summary-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--gap-2xl);
    container-type: inline-size;
    padding: 0;
    position: sticky;
    top: 0;
    align-self: start;

    @media screen and (min-width: 750px) {
      padding: var(--padding-5xl);
      grid-row: 1 / -1;
    }
  }

  body:has(> #header-group .header[sticky]) .cart__summary-inner {
    top: var(--header-height, 0);
  }

  .cart__summary-container {
    @media screen and (max-width: 749px) {
      border: none;
    }

    @media screen and (min-width: 750px) {
      display: grid;
      grid-template-rows: subgrid;
      grid-row: 1 / -1;
    }
  }

  .cart__summary-container:not(.cart__container--extend),
  .cart__summary-container:not(.cart__container--extend) .cart__summary-inner {
    height: auto;
  }

  .cart__container--extend {
    height: 100%;

    @media screen and (min-width: 750px) {
      border-right: none;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
  }

  /* If extend is on, only include top and bottom borders when the border radius is 0. */
  .cart__container--extend:not(.has-border-radius) {
    @media screen and (min-width: 750px) {
      border-top: none;
      border-bottom: none;
    }
  }

  .cart__container--extend .cart__summary-inner {
    height: 100%;
    padding: var(--padding-md) 0 var(--padding-4xl);

    @media screen and (min-width: 750px) {
      grid-row: 2 / -1;
      padding-inline: var(--page-margin);
      width: var(--sidebar-width);
    }
  }

  /* If extend is off, apply the border radius to the inner summary container */
  .cart__summary-inner.has-border-radius {
    border-radius: var(--border-radius);
  }

  @media screen and (max-width: 749px) {
    .inherit-parent-scheme--mobile {
      --color-background: inherit;
      --color-background-rgb: inherit;
      --color-foreground: inherit;
      --color-foreground-rgb: inherit;
      --color-primary: inherit;
      --color-primary-rgb: inherit;
      --color-primary-hover: inherit;
      --color-primary-hover-rgb: inherit;
      --color-border: inherit;
      --color-border-rgb: inherit;
      --color-shadow: inherit;
      --color-shadow-rgb: inherit;
      --color-foreground-heading: inherit;
      --color-primary-button-text: inherit;
      --color-primary-button-background: inherit;
      --color-primary-button-border: inherit;
      --color-primary-button-hover-text: inherit;
      --color-primary-button-hover-background: inherit;
      --color-primary-button-hover-border: inherit;
      --color-secondary-button-text: inherit;
      --color-secondary-button-background: inherit;
      --color-secondary-button-border: inherit;
      --color-secondary-button-hover-text: inherit;
      --color-secondary-button-hover-background: inherit;
      --color-secondary-button-hover-border: inherit;
      --color-input-text: inherit;
      --color-input-text-rgb: inherit;
      --color-input-background: inherit;
    }
  }
/* END_BLOCK:_cart-summary */

/* START_BLOCK:_cart-title (INDEX:94) */
.cart-title h1 {
    margin-block-end: 0;
    display: inline-flex;
    align-items: center;
    gap: var(--gap-sm);
  }

  .cart-title .cart-bubble {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--style-border-radius-buttons-primary);
    aspect-ratio: auto;
    padding: var(--cart-padding);
  }

  .cart-title .cart-bubble[data-maintain-ratio] {
    aspect-ratio: 1;
    min-width: 26px;
  }

  .cart-title .cart-bubble__background {
    background-color: rgb(var(--color-foreground-rgb) / var(--opacity-10-25));
  }

  .cart-title .cart-bubble__text {
    color: var(--color-foreground);
    font-family: var(--font-paragraph--family);
    font-size: clamp(var(--cart-font-size--2xs), 0.7lh, var(--cart-font-size--xs));
  }
/* END_BLOCK:_cart-title */

/* START_BLOCK:_collection-image (INDEX:97) */
.collection-image {
    width: var(--image-width);
  }

  .collection-image .collection-image__featured-image {
    aspect-ratio: var(--ratio);
    object-fit: cover;
  }
/* END_BLOCK:_collection-image */

/* START_BLOCK:_collection-link (INDEX:99) */
.collection-links__link {
    --min-font-size: var(--font-size--4xl);
    --max-font-size: var(--font-size--6xl);

    display: flex;
    color: inherit;
    text-decoration: none;
    text-wrap: pretty;
    font-size: clamp(var(--min-font-size), 4.5vw, var(--max-font-size));

    @media (hover: hover) {
      opacity: var(--disabled-opacity);
    }

    [layout='spotlight'] & {
      opacity: var(--disabled-opacity);
    }

    &[aria-current='true'] {
      opacity: 1;
    }

    .text-block {
      display: inline-block;
    }

    @media (max-width: 749px) {
      --min-font-size: var(--font-size--3xl);
      --max-font-size: var(--font-size--5xl);

      [layout='spotlight'] & {
        white-space: normal;
        scroll-snap-align: start;
        text-wrap: pretty;

        span {
          text-wrap: pretty;
        }
      }
    }
  }

  .collection-links__count {
    font-size: 0.5em;
    opacity: var(--disabled-opacity);
    font-weight: var(--font-paragraph--weight);
  }

  .collection-links__image {
    align-items: center;
    justify-content: center;

    &:not([hidden]) {
      display: flex;
    }

    &[reveal] {
      --offset: 15px;

      position: fixed;
      top: 0;
      left: 0;
      z-index: var(--layer-temporary);
      display: block;
      translate: calc(var(--x) + var(--offset)) calc(var(--y) + var(--offset));
      pointer-events: none;
      width: auto;

      image-block {
        --image-height-basis: 5rem;

        height: var(--image-height);
      }
    }
  }
/* END_BLOCK:_collection-link */

/* START_BLOCK:_featured-blog-posts-card (INDEX:103) */
.featured-blog-posts-card {
    width: 100%;
    position: relative;
    text-align: var(--text-align);
  }

  .featured-blog-posts-card__inner {
    width: 100%;
    overflow: hidden;
    position: relative;
    gap: var(--gap);
    display: flex;
    flex-direction: column;
    height: 100%;
    z-index: var(--layer-flat);
    pointer-events: none;
  }

  .resource-list--grid .resource-list__item {
    min-width: 0;
  }

  /* Editorial layout */
  .resource-list:not(.hidden--desktop) .blog-post-card--flexible-aspect-ratio {
    height: 100%;

    .featured-blog-posts-card__image,
    .blog-placeholder-svg {
      aspect-ratio: 99;
      height: 100%;
    }

    .featured-blog-posts-card__content {
      flex-shrink: 0;
      height: auto;
    }
  }

  @media (max-width: 768px) {
    .resource-list:not(.hidden--desktop) .blog-post-card--flexible-aspect-ratio {
      .featured-blog-posts-card__image,
      .blog-placeholder-svg {
        aspect-ratio: unset;
      }
    }
  }

  .featured-blog-posts-card__inner a,
  .featured-blog-posts-card__inner button {
    pointer-events: auto;
  }

  /* allow all blocks to be selectable in editor preview */
  .shopify-design-mode .featured-blog-posts-card__content * {
    pointer-events: auto;
  }

  .featured-blog-posts-card__content {
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    gap: var(--gap);
    flex-direction: column;
    align-items: var(--horizontal-alignment);
  }

  .featured-blog-posts-card__link {
    position: absolute;
    inset: 0;
    border-radius: var(--border-radius);
  }

  .featured-blog-posts-card__content h4 {
    margin: 0;
  }
/* END_BLOCK:_featured-blog-posts-card */

/* START_BLOCK:_featured-blog-posts-image (INDEX:104) */
.featured-blog-posts-card__image {
    width: 100%;
  }

  .featured-blog-posts-card__image .blog-placeholder-svg {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
/* END_BLOCK:_featured-blog-posts-image */

/* START_BLOCK:_featured-product (INDEX:108) */
.featured-product-content-top {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: var(--gap-sm);
  }

  .featured-product-content-bottom:not(:has(product-swatches)) {
    display: none;
  }
/* END_BLOCK:_featured-product */

/* START_BLOCK:_footer-social-icons (INDEX:109) */
.social-icons__wrapper {
    display: flex;
    gap: var(--gap-sm);
    flex-wrap: wrap;
    justify-content: center;

    @media screen and (min-width: 750px) {
      flex-wrap: nowrap;
      justify-content: flex-start;
    }
  }
/* END_BLOCK:_footer-social-icons */

/* START_BLOCK:_header-logo (INDEX:110) */
.header-logo {
    display: flex;
    height: auto;
    max-height: 100%;
    font-size: var(--font-size--md);
    font-family: var(--font-family);
    font-weight: var(--font-weight);
    font-style: var(--font-style);
    color: var(--color-foreground);
    justify-content: center;
    align-items: center;
    text-decoration: none;

    /* Make sure the logo visually hugs the left edge of the column when it is the first item in the left column */
    margin-inline: calc(-1 * var(--padding-inline-start));

    &[data-hidden-on-home-page] {
      display: none;

      #header-component:is(
          [sticky='always']:not([data-scroll-direction='none']),
          [sticky='scroll-up'][data-scroll-direction='up']
        )
        & {
        display: flex;
      }
    }

    @media screen and (max-width: 749px) {
      padding: 0;
    }

    @media screen and (min-width: 750px) {
      flex-shrink: 0;
    }

    &:hover {
      text-decoration: none;
    }
  }
  
  /* Keep header items aligned properly when logo size changes */
  .header__column {
    align-items: center !important;
    min-height: fit-content;
  }
  
  .header__columns {
    align-items: center;
  }

  .header-logo__image {
    object-fit: contain;
    height: var(--header-logo-image-height-mobile);
    width: var(--header-logo-image-width-mobile);

    @media screen and (min-width: 750px) {
      height: var(--header-logo-image-height);
      width: var(--header-logo-image-width);
    }
  }

  .header-logo:has(.header-logo__image-container--inverse) .header-logo__image-container--original {
    display: var(--header-logo-display, block);
  }

  .header-logo__image-container--inverse {
    display: var(--header-logo-inverse-display, none);
  }
  
  /* Enhanced logo customization */
  .header-logo--enhanced {
    opacity: var(--logo-opacity, 1);
    transition: transform 0.3s ease, opacity 0.3s ease, filter 0.3s ease;
  }
  
  .header-logo--enhanced .header-logo__image {
    border-radius: var(--logo-border-radius, 0px);
    transition: transform 0.3s ease, filter 0.3s ease;
  }
  
  /* Hover Effects */
  .header-logo--hover-scale:hover {
    transform: scale(var(--logo-hover-scale, 1.1));
  }
  
  .header-logo--hover-lift:hover {
    transform: translateY(-4px);
  }
  
  .header-logo--hover-glow:hover .header-logo__image {
    filter: drop-shadow(0 0 12px rgb(var(--color-foreground-rgb) / 0.3));
  }
  
  .header-logo--hover-rotate:hover {
    transform: rotate(5deg) scale(1.05);
  }
  
  .header-logo--hover-pulse:hover {
    animation: logoPulse 0.6s ease;
  }
  
  @keyframes logoPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(var(--logo-hover-scale, 1.1)); }
  }
  
  /* Border Styles */
  .header-logo--border-circle .header-logo__image {
    border-radius: 50%;
  }
  
  .header-logo--border-rounded .header-logo__image {
    border-radius: 12px;
  }
  
  .header-logo--border-pill .header-logo__image {
    border-radius: 100px;
  }
  
  /* Logo Shadow */
  .header-logo--enhanced .header-logo__image {
    filter: drop-shadow(0 2px 8px rgb(0 0 0 / calc(0.15 * var(--logo-shadow-intensity, 0))));
  }
  
  /* Logo container effects */
  .header-logo--enhanced:hover .header-logo__image {
    filter: drop-shadow(0 4px 16px rgb(0 0 0 / calc(0.2 * var(--logo-shadow-intensity, 0))));
  }
  
  /* Logo Container/Background Box */
  .header-logo--has-container {
    background: rgb(var(--color-foreground-rgb) / var(--logo-container-bg-opacity, 0.05));
    padding: var(--logo-container-padding, 20px);
    border: var(--logo-container-border-width, 1px) solid rgb(var(--color-border-rgb) / 0.2);
    border-radius: var(--logo-container-border-radius, 8px);
    transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  }
  
  .header-logo--has-container:hover {
    background: rgb(var(--color-foreground-rgb) / calc(var(--logo-container-bg-opacity, 0.05) * 1.5));
    box-shadow: 0 4px 12px rgb(0 0 0 / 0.08);
  }
  
  /* Container shape variations */
  .header-logo--has-container.header-logo--border-circle {
    border-radius: 50%;
    aspect-ratio: 1;
  }
  
  .header-logo--has-container.header-logo--border-pill {
    border-radius: 100px;
  }
/* END_BLOCK:_header-logo */

/* START_BLOCK:_header-menu-custom-builder (INDEX:111) */
/* Reuse styles from enhanced menu */
  .ef-custom-nav { width: 100%; position: relative; }
  .ef-custom-nav__list {
    --ef-gap-x: var(--ef-menu-spacing, 24px);
    display: flex; align-items: center; gap: var(--ef-gap-x);
    margin: 0; padding: 0; list-style: none;
  }
  .ef-custom-nav__item { position: relative; }
  .ef-custom-nav__link {
    font-family: var(--menu-top-level-font-family);
    font-size: var(--menu-top-level-font-size);
    color: var(--menu-top-level-font-color);
    text-decoration: none;
    display: inline-flex; align-items: center; gap: 6px;
    padding: 8px 0;
    transition: opacity 0.3s ease;
  }
  .ef-custom-nav__link:hover { opacity: 0.7; }
  .ef-custom-nav__link-text { position: relative; }
  
  /* Dropdown styles */
  .ef-custom-nav__item--has-children .ef-dropdown {
    position: absolute; left: 50%; transform: translateX(-50%) translateY(8px);
    top: calc(100% + 8px);
    min-width: var(--ef-dropdown-width, 240px);
    background: var(--color-background);
    box-shadow: 0 10px 40px rgb(0 0 0 / calc(0.12 * var(--ef-shadow-opacity, 0.5)));
    border-radius: var(--ef-border-radius, 12px);
    padding: 8px; opacity: 0; visibility: hidden;
    transition: opacity var(--ef-animation-speed, 300ms) ease, 
                transform var(--ef-animation-speed, 300ms) ease;
    z-index: 30;
  }
  .ef-custom-nav__item--has-children:hover .ef-dropdown {
    opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0);
  }
  .ef-dropdown__list {
    margin: 0; padding: 4px; list-style: none; display: grid; gap: 2px;
  }
  .ef-dropdown__link {
    display: flex; padding: 10px 14px; border-radius: 8px;
    color: var(--color-foreground); text-decoration: none;
    transition: background 0.2s ease;
  }
  .ef-dropdown__link:hover {
    background: rgb(var(--color-foreground-rgb) / 0.06);
  }
  
  /* Hover styles */
  .ef-nav--underline .ef-custom-nav__link-text::after {
    content: ''; position: absolute; bottom: -4px; left: 0; right: 0;
    height: 2px; background: currentColor;
    transform: scaleX(0); transition: transform 0.3s ease;
  }
  .ef-nav--underline .ef-custom-nav__link:hover .ef-custom-nav__link-text::after {
    transform: scaleX(1);
  }
/* END_BLOCK:_header-menu-custom-builder */

/* START_BLOCK:_header-menu (INDEX:112) */
.ef-nav {
    width: 100%;
    position: relative;
    z-index: 1000;
    display: flex;
    justify-content: var(--ef-nav-justify, center);
  }

  .ef-nav__list {
    display: inline-flex;
    align-items: center;
    justify-content: var(--ef-nav-justify, center);
    gap: var(--ef-menu-spacing, 24px);
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: fit-content;
  }

  .ef-nav__item {
    position: relative;
  }

  .ef-nav--dropdown-full-width .ef-nav__item {
    position: static;
  }

  .ef-nav__link {
    display: inline-flex;
    align-items: center;
    justify-content: var(--ef-link-justify, center);
    text-align: var(--ef-link-justify, center);
    gap: 6px;
    min-height: var(--minimum-touch-target);
    padding: 8px 0;
    color: var(--ef-custom-text-color, var(--menu-top-level-font-color));
    text-decoration: var(--ef-custom-text-decoration, none);
    font-family: var(--ef-font-family, var(--menu-top-level-font-family));
    font-style: var(--menu-top-level-font-style);
    font-weight: var(--ef-custom-font-weight, var(--menu-top-level-font-weight));
    font-size: var(--ef-custom-font-size, var(--menu-top-level-font-size));
    line-height: var(--ef-custom-line-height, var(--menu-top-level-font-line-height));
    text-transform: var(--ef-custom-text-transform, var(--menu-top-level-font-case));
    letter-spacing: var(--ef-link-letter-spacing, 0);
    transition: color .2s ease, opacity .2s ease, transform .2s ease;
    position: relative;
  }

  .ef-nav__link:hover,
  .ef-nav__link:focus-visible {
    color: var(--ef-custom-hover-color, var(--ef-custom-text-color, var(--menu-top-level-font-color)));
    opacity: .85;
  }

  .ef-nav__link--active {
    font-weight: 600;
  }

  .ef-nav__link-text {
    position: relative;
  }

  .ef-nav--underline .ef-nav__link-text::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    height: 2px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .25s ease;
  }

  .ef-nav--underline .ef-nav__link:hover .ef-nav__link-text::after,
  .ef-nav--underline .ef-nav__link:focus-visible .ef-nav__link-text::after,
  .ef-nav--underline .ef-nav__link--active .ef-nav__link-text::after {
    transform: scaleX(1);
  }

  .ef-nav--pill .ef-nav__link {
    padding: 8px 16px;
    border-radius: 999px;
  }

  .ef-nav--pill .ef-nav__link:hover,
  .ef-nav--pill .ef-nav__link:focus-visible,
  .ef-nav--pill .ef-nav__link--active {
    background: rgb(var(--color-foreground-rgb) / 0.08);
  }

  .ef-nav--overline .ef-nav__link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .25s ease;
  }

  .ef-nav--overline .ef-nav__link:hover::before,
  .ef-nav--overline .ef-nav__link:focus-visible::before,
  .ef-nav--overline .ef-nav__link--active::before {
    transform: scaleX(1);
  }

  .ef-nav--with-dividers .ef-nav__item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: calc(var(--ef-menu-spacing, 24px) / -2);
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: var(--ef-divider-height, 20px);
    background: var(--ef-divider-color, rgb(var(--color-border-rgb) / 0.3));
  }

  .ef-nav--divider-dashed .ef-nav__item:not(:last-child)::after {
    background: none;
    border-left: 1px dashed var(--ef-divider-color, rgb(var(--color-border-rgb) / 0.3));
  }

  .ef-nav--divider-dotted .ef-nav__item:not(:last-child)::after {
    background: none;
    border-left: 1px dotted var(--ef-divider-color, rgb(var(--color-border-rgb) / 0.3));
  }

  .ef-nav--dropdown-modern .ef-dropdown,
  .ef-nav--dropdown-classic .ef-dropdown,
  .ef-nav--dropdown-minimal .ef-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    min-width: var(--ef-dropdown-width, 240px);
    background: var(--ef-dropdown-bg-color, var(--color-background));
    border: var(--ef-dropdown-border-width, 0px) solid var(--ef-dropdown-border-color, var(--color-border));
    border-radius: var(--ef-border-radius, 12px);
    box-shadow: 0 12px 30px rgb(0 0 0 / calc(.12 * var(--ef-shadow-opacity, .5)));
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
    z-index: 9999;
    padding: 8px;
  }

  .ef-nav--dropdown-modern .ef-dropdown {
    left: 50%;
    transform: translateX(-50%) translateY(8px);
  }

  .ef-nav--dropdown-classic .ef-dropdown,
  .ef-nav--dropdown-minimal .ef-dropdown {
    left: 0;
  }

  .ef-nav--dropdown-full-width .ef-dropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    background: var(--ef-dropdown-bg-color, var(--color-background));
    border-top: 1px solid rgb(var(--color-border-rgb) / 0.12);
    padding: var(--ef-full-width-padding, 32px);
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(-10px);
    transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
    z-index: 9998;
  }

  .ef-nav__item--has-children:hover > .ef-dropdown,
  .ef-nav__item--has-children:focus-within > .ef-dropdown {
    opacity: 1;
    visibility: visible;
  }

  .ef-nav--dropdown-modern .ef-nav__item--has-children:hover > .ef-dropdown,
  .ef-nav--dropdown-modern .ef-nav__item--has-children:focus-within > .ef-dropdown {
    transform: translateX(-50%) translateY(0);
  }

  .ef-nav--dropdown-classic .ef-nav__item--has-children:hover > .ef-dropdown,
  .ef-nav--dropdown-classic .ef-nav__item--has-children:focus-within > .ef-dropdown,
  .ef-nav--dropdown-minimal .ef-nav__item--has-children:hover > .ef-dropdown,
  .ef-nav--dropdown-minimal .ef-nav__item--has-children:focus-within > .ef-dropdown,
  .ef-nav--dropdown-full-width .ef-nav__item--has-children:hover > .ef-dropdown,
  .ef-nav--dropdown-full-width .ef-nav__item--has-children:focus-within > .ef-dropdown {
    transform: translateX(-50%) translateY(0);
  }

  .ef-dropdown__list,
  .ef-dropdown__sublist {
    margin: 0;
    padding: 4px;
    list-style: none;
    display: grid;
    gap: 4px;
  }

  .ef-nav--dropdown-full-width .ef-dropdown__list {
    width: 100%;
    max-width: var(--ef-full-width-max-width, 1200px);
    margin: 0 auto;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px 24px;
  }

  .ef-nav--dropdown-full-width.ef-nav--full-width-auto-columns .ef-dropdown__list:has(.ef-dropdown__item:nth-child(6)) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ef-nav--dropdown-full-width.ef-nav--full-width-auto-columns .ef-dropdown__list:has(.ef-dropdown__item:nth-child(10)) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ef-nav--dropdown-full-width.ef-nav--full-width-auto-columns .ef-dropdown__list:has(.ef-dropdown__item:nth-child(15)) {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .ef-nav--dropdown-full-width.ef-nav--full-width-auto-columns .ef-dropdown__list:has(.ef-dropdown__item:nth-child(20)) {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  @media screen and (max-width: 1200px) {
    .ef-nav--dropdown-full-width.ef-nav--full-width-auto-columns .ef-dropdown__list:has(.ef-dropdown__item:nth-child(10)) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ef-nav--dropdown-full-width.ef-nav--full-width-auto-columns .ef-dropdown__list:has(.ef-dropdown__item:nth-child(15)) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .ef-nav--dropdown-full-width.ef-nav--full-width-auto-columns .ef-dropdown__list:has(.ef-dropdown__item:nth-child(20)) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }

  @media screen and (max-width: 990px) {
    .ef-nav--dropdown-full-width .ef-dropdown__list,
    .ef-nav--dropdown-full-width.ef-nav--full-width-auto-columns .ef-dropdown__list,
    .ef-nav--dropdown-full-width.ef-nav--full-width-auto-columns .ef-dropdown__list:has(.ef-dropdown__item:nth-child(6)),
    .ef-nav--dropdown-full-width.ef-nav--full-width-auto-columns .ef-dropdown__list:has(.ef-dropdown__item:nth-child(10)),
    .ef-nav--dropdown-full-width.ef-nav--full-width-auto-columns .ef-dropdown__list:has(.ef-dropdown__item:nth-child(15)),
    .ef-nav--dropdown-full-width.ef-nav--full-width-auto-columns .ef-dropdown__list:has(.ef-dropdown__item:nth-child(20)) {
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
  }

  .ef-dropdown__link,
  .ef-dropdown__sublink {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: var(--ef-dropdown-text-align, left);
    gap: 12px;
    padding: 10px 14px;
    text-decoration: none;
    border-radius: calc(var(--ef-border-radius, 12px) - 4px);
    color: var(--ef-dropdown-text-color, var(--menu-child-font-color));
    font-family: var(--ef-dropdown-font-family, var(--menu-child-font-family));
    font-style: var(--menu-child-font-style);
    font-weight: var(--ef-dropdown-font-weight, var(--menu-child-font-weight));
    font-size: var(--ef-dropdown-font-size, var(--menu-child-font-size));
    line-height: var(--menu-child-font-line-height);
    transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
  }

  .ef-dropdown__link:hover,
  .ef-dropdown__link:focus-visible,
  .ef-dropdown__sublink:hover,
  .ef-dropdown__sublink:focus-visible {
    background: var(--ef-dropdown-hover-bg-color, rgb(var(--color-foreground-rgb) / 0.06));
    color: var(--menu-child-active-font-color);
    transform: translateX(2px);
  }

  .ef-nav--dropdown-hover-slide .ef-dropdown__link:hover,
  .ef-nav--dropdown-hover-slide .ef-dropdown__sublink:hover {
    transform: translateX(6px);
  }

  .ef-nav--dropdown-hover-lift .ef-dropdown__link:hover,
  .ef-nav--dropdown-hover-lift .ef-dropdown__sublink:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgb(0 0 0 / .08);
  }

  .ef-nav--dropdown-hover-scale .ef-dropdown__link:hover,
  .ef-nav--dropdown-hover-scale .ef-dropdown__sublink:hover {
    transform: scale(1.02);
  }

  .ef-nav--dropdown-hover-glow .ef-dropdown__link:hover,
  .ef-nav--dropdown-hover-glow .ef-dropdown__sublink:hover {
    box-shadow: 0 0 14px rgb(var(--color-foreground-rgb) / 0.14);
  }

  .ef-nav--dropdown-hover-bold .ef-dropdown__link:hover,
  .ef-nav--dropdown-hover-bold .ef-dropdown__sublink:hover {
    font-weight: 600;
  }

  .ef-dropdown__item--has-children {
    position: relative;
  }

  .ef-dropdown__sublist {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: var(--ef-dropdown-width, 220px);
    background: var(--color-background);
    border-radius: var(--ef-border-radius, 12px);
    box-shadow: 0 12px 24px rgb(0 0 0 / .12);
    opacity: 0;
    visibility: hidden;
    transform: translateX(8px);
    transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
    z-index: 10000;
  }

  .ef-dropdown__item--has-children:hover > .ef-dropdown__sublist,
  .ef-dropdown__item--has-children:focus-within > .ef-dropdown__sublist {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }

  .ef-dropdown__arrow {
    opacity: .55;
  }

  .ef-dropdown__badge {
    display: inline-flex;
    align-items: center;
    padding: 3px 8px;
    margin-left: 8px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .04em;
  }

  .ef-dropdown__badge--New,
  .ef-dropdown__badge--NEW { background: #4caf50; color: #fff; }
  .ef-dropdown__badge--Sale,
  .ef-dropdown__badge--SALE { background: #f44336; color: #fff; }
  .ef-dropdown__badge--Hot,
  .ef-dropdown__badge--HOT { background: #ff5722; color: #fff; }
  .ef-dropdown__badge--Featured,
  .ef-dropdown__badge--FEATURED { background: linear-gradient(135deg, #BC6C25, #F4A261); color: #fff; }
  .ef-dropdown__badge--Limited,
  .ef-dropdown__badge--LIMITED { background: #5C3317; color: #F4A261; }
  .ef-dropdown__badge--Seasonal,
  .ef-dropdown__badge--SEASONAL { background: linear-gradient(135deg, #7BAE7F, #4A7C59); color: #fff; }

  .ef-nav__promo {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    margin: 0 0 10px;
    padding: 0 18px;
    min-height: 36px;
    position: relative;
    overflow: hidden;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-radius: 0;
  }

  .ef-nav__promo--warm {
    background: linear-gradient(90deg, rgba(188,108,37,.10) 0%, rgba(244,162,97,.08) 100%);
    color: #8B5020;
    border-top: 1px solid rgba(188,108,37,.18);
    border-bottom: 1px solid rgba(188,108,37,.18);
  }

  .ef-nav__promo--cool {
    background: rgb(var(--color-foreground-rgb) / 0.05);
    color: var(--color-foreground);
    border-top: 1px solid rgb(var(--color-border-rgb) / 0.12);
    border-bottom: 1px solid rgb(var(--color-border-rgb) / 0.12);
  }

  .ef-nav__promo--bold {
    background: var(--color-foreground);
    color: var(--color-background);
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }

  .ef-nav__promo-inner {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    width: 100%;
    color: inherit;
    text-decoration: none;
  }

  .ef-nav__promo-dismiss {
    position: static;
    border: 0;
    background: transparent;
    color: inherit;
    opacity: .55;
    cursor: pointer;
    border-radius: 999px;
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
  }

  .ef-nav__promo-dismiss:hover { opacity: 1; }
  .ef-nav__promo--hidden { display: none !important; }

  .ef-nav__promo--marquee .ef-nav__promo-marquee {
    overflow: hidden;
    max-width: min(520px, 70vw);
    text-align: right;
  }

  .ef-nav__promo--marquee .ef-nav__promo-marquee > span {
    display: inline-block;
    white-space: nowrap;
    padding-right: 60px;
    animation: ef-marquee 18s linear infinite;
  }

  @keyframes ef-marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }

  .ef-dropdown--with-featured {
    display: flex;
    gap: 0;
  }

  .ef-mega__featured {
    width: 260px;
    flex-shrink: 0;
    padding: 20px;
    border-right: 1px solid rgb(var(--color-border-rgb) / 0.1);
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .ef-mega__featured-image {
    overflow: hidden;
    border-radius: 10px;
    aspect-ratio: 4 / 3;
    background: rgb(var(--color-foreground-rgb) / 0.04);
  }

  .ef-mega__featured-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .ef-mega__featured-heading {
    margin: 0;
    font-family: var(--font-heading-family);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
  }

  .ef-mega__featured-text {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
    color: rgb(var(--color-foreground-rgb) / 0.65);
  }

  .ef-mega__featured-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 9px 18px;
    border-radius: 999px;
    background: var(--color-foreground);
    color: var(--color-background);
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
  }

  .ef-mega__featured-cta:hover {
    opacity: .85;
  }

  .menu-list__scroll-container {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    mask-image: linear-gradient(to right, transparent, #000 24px, #000 calc(100% - 24px), transparent);
  }

  .menu-list__scroll-container::-webkit-scrollbar { display: none; }

  .menu-list--mobile .menu-list__list {
    display: flex;
    gap: var(--menu-horizontal-gap, 15px);
    width: max-content;
    margin-inline: auto;
  }

  .menu-list--mobile li {
    width: max-content;
    padding-block: var(--padding-sm);
  }

  .menu-list--mobile li:first-child { padding-inline-start: var(--menu-horizontal-gap, 15px); }
  .menu-list--mobile li:last-child { padding-inline-end: var(--menu-horizontal-gap, 15px); }

  .menu-list--mobile a {
    color: var(--color-foreground);
    text-decoration: none;
    font-weight: 500;
  }

  .ef-nav__link:focus-visible,
  .ef-dropdown__link:focus-visible,
  .ef-dropdown__sublink:focus-visible {
    outline: 2px solid var(--color-foreground);
    outline-offset: 2px;
  }

  @media (prefers-reduced-motion: reduce) {
    .ef-nav *,
    .menu-list--mobile * {
      transition: none !important;
      animation: none !important;
    }
  }
/* END_BLOCK:_header-menu */

/* START_BLOCK:_image (INDEX:114) */
image-block {
    --image-height-basis: 10rem;
    --image-height-small: calc(var(--image-height-basis) * 2);
    --image-height-medium: calc(var(--image-height-basis) * 3);
    --image-height-large: calc(var(--image-height-basis) * 4);

    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: var(--ratio);
    width: 100%;
    max-width: calc(var(--image-height) * var(--ratio));
    height: var(--image-height);
    overflow: hidden;

    @media screen and (min-width: 750px) {
      --image-height-small: calc(var(--image-height-basis) * 2.5);
      --image-height-medium: calc(var(--image-height-basis) * 3.5);
      --image-height-large: calc(var(--image-height-basis) * 4.5);
    }

    @media screen and (max-width: 749px) {
      height: auto;
    }

    &[height='small'] {
      --image-height: var(--image-height-small);
    }

    &[height='medium'] {
      --image-height: var(--image-height-medium);
    }

    &[height='large'] {
      --image-height: var(--image-height-large);
    }

    &[ratio='portrait'] {
      --ratio: 4 / 5;
    }

    &[ratio='square'] {
      --ratio: 1 / 1;

      @media screen and (min-width: 750px) {
        max-width: var(--image-height);
      }
    }

    &[ratio='landscape'] {
      --ratio: 16 / 9;
    }

    img {
      object-fit: cover;
      width: 100%;
      height: auto;
      aspect-ratio: var(--ratio);
      border-radius: var(--border-radius);
    }
  }
/* END_BLOCK:_image */

/* START_BLOCK:_marquee (INDEX:117) */
marquee-component {
    display: block;
    width: 100%;
    overflow: hidden;
    background-color: var(--color-background);
  }

  .marquee__wrapper {
    display: flex;
    gap: var(--marquee-gap);
    width: fit-content;
    white-space: nowrap;
  }

  .marquee__content {
    min-width: max-content;
    display: flex;
    gap: var(--marquee-gap);
  }

  .marquee__content :is(p, h1, h2, h3, h4, h5, h6) {
    white-space: nowrap;
  }

  .marquee__content .marquee__repeated-items * {
    max-width: none;
  }

  .marquee__repeated-items {
    min-width: max-content;
    display: flex;
    gap: var(--marquee-gap);
    align-items: center;
    justify-content: center;
  }

  .marquee__repeated-items > * {
    align-content: center;
  }

  .hero__content-wrapper.layout-panel-flex--column marquee-component {
    --margin-inline: var(--full-page-margin-inline-offset);

    width: -webkit-fill-available;
    min-height: max-content;
  }

  @media (prefers-reduced-motion: no-preference) {
    marquee-component:not([data-disabled]) .marquee__wrapper {
      animation: marquee-motion var(--marquee-speed) linear infinite var(--marquee-direction);
    }
  }

  @keyframes marquee-motion {
    to {
      transform: translate3d(calc(-50% - (var(--marquee-gap) / 2)), 0, 0);
    }
  }
/* END_BLOCK:_marquee */

/* START_BLOCK:_product-card-gallery (INDEX:120) */
.ef-product-card-media {
    position: relative;
    overflow: hidden;
    border-radius: 0 !important;
    background: rgba(184, 147, 82, 0.035);
  }

  .ef-product-card-media__desktop-gallery {
    display: block;
    width: 100%;
  }

  .ef-product-card-media__mobile-static {
    display: none;
    width: 100%;
    color: inherit;
    text-decoration: none;
    overflow: hidden;
    border-radius: 0 !important;
    touch-action: pan-y;
  }

  .ef-product-card-media__mobile-image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0 !important;
  }

  .ef-product-card-media :is(.quick-add, quick-add, quick-add-modal, [class*='quick-add'], [data-quick-add]) {
    display: none !important;
  }


  /* EF v17: remove ALL product-image hover movement, image swapping feel, rounding, and inherited card-gallery transitions. */
  .ef-product-card-media,
  .ef-product-card-media *,
  .ef-product-card-media *::before,
  .ef-product-card-media *::after {
    transition: none !important;
    animation: none !important;
  }

  .ef-product-card-media,
  .ef-product-card-media .card-gallery,
  .ef-product-card-media slideshow-component,
  .ef-product-card-media slideshow-slide,
  .ef-product-card-media .slideshow-slide,
  .ef-product-card-media .product-media-container,
  .ef-product-card-media .media,
  .ef-product-card-media picture,
  .ef-product-card-media img,
  .ef-product-card-media video {
    border-radius: 0 !important;
    transform: none !important;
    scale: 1 !important;
    filter: none !important;
  }

  .product-card:hover .ef-product-card-media,
  .product-card:hover .ef-product-card-media *,
  .ef-product-card-shell:hover .ef-product-card-media,
  .ef-product-card-shell:hover .ef-product-card-media *,
  .ef-product-card-media:hover,
  .ef-product-card-media:hover * {
    transform: none !important;
    scale: 1 !important;
    filter: none !important;
    opacity: 1 !important;
  }

  .ef-product-card-media img,
  .ef-product-card-media video,
  .ef-product-card-media .media,
  .ef-product-card-media .media img,
  .ef-product-card-media .card-gallery__image,
  .ef-product-card-media .card-gallery__image img,
  .ef-product-card-media .product-card__image,
  .ef-product-card-media .product-card__image img,
  .ef-product-card-media:hover img,
  .ef-product-card-media:hover video,
  .ef-product-card-media:hover .media,
  .ef-product-card-media:hover .media img,
  .ef-product-card-media:hover .card-gallery__image,
  .ef-product-card-media:hover .card-gallery__image img,
  .ef-product-card-media:hover .product-card__image,
  .ef-product-card-media:hover .product-card__image img,
  .product-card:hover .ef-product-card-media img,
  .ef-product-card-shell:hover .ef-product-card-media img {
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }

  .ef-product-card-media::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: 0 !important;
    box-shadow: inset 0 0 0 var(--ef-media-border-width) rgb(var(--color-foreground-rgb) / var(--ef-media-border-opacity));
  }

  .ef-card-plus-form {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 5;
    width: 32px;
    height: 32px;
    margin: 0;
  }

  .ef-card-plus,
  .ef-card-plus--link {
    appearance: none;
    -webkit-appearance: none;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    min-width: 32px !important;
    height: 32px !important;
    min-height: 32px !important;
    padding: 0 !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 999px !important;
    border: 1px solid rgba(184, 147, 82, .32);
    background: rgba(255, 252, 247, .94);
    color: #b89352 !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .10);
    font-family: var(--font-body-family);
    font-size: 22px !important;
    line-height: 1 !important;
    font-weight: 300;
    text-decoration: none;
    cursor: pointer;
  }

  .ef-card-plus:hover,
  .ef-card-plus--link:hover {
    background: #fffaf1;
    color: #b89352 !important;
    transform: none !important;
  }

  .ef-card-details {
    width: 100%;
    padding-top: 13px;
  }

  .ef-card-title-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: baseline;
    gap: 14px;
    width: 100%;
  }

  .ef-card-title-link,
  .ef-card-price {
    color: inherit !important;
    text-decoration: none !important;
    transform: none !important;
  }

  .ef-card-title {
    margin: 0;
    color: rgb(var(--color-foreground)) !important;
    font-family: var(--font-heading-family);
    font-size: clamp(20px, 1.25vw, 28px);
    line-height: 1.08;
    font-weight: 400;
    letter-spacing: 0;
    transform: none !important;
  }

  .ef-card-price {
    display: inline-flex;
    justify-content: flex-end;
    white-space: nowrap;
    color: rgba(var(--color-foreground-rgb), .86) !important;
    font-family: var(--font-body-family);
    font-size: clamp(12px, .74vw, 14px);
    line-height: 1.25;
    letter-spacing: 0;
    transform: none !important;
  }

  .ef-card-subtext {
    color: rgba(var(--color-foreground-rgb), .62) !important;
    font-size: 12.5px;
    line-height: 1.38;
    transform: none !important;
  }

  .ef-card-subtext--line1 { margin-top: 4px; }
  .ef-card-subtext--line2 { margin-top: 1px; }

  .ef-card-badge-wrap {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 8px;
  }

  .ef-card-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1f1b18;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .08em;
    line-height: 1;
  }

  .ef-card-badge--circle {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    padding: 0;
  }

  .ef-card-badge--pill {
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
  }

  .ef-card-badge--text {
    background: transparent;
    color: rgba(var(--color-foreground-rgb), .72);
    padding: 0;
    border-radius: 0;
    font-size: 10px;
    letter-spacing: .11em;
  }

  .product-card:hover :is(.ef-card-title, .ef-card-title-link, .ef-card-price, .ef-card-subtext),
  .ef-product-card-shell:hover :is(.ef-card-title, .ef-card-title-link, .ef-card-price, .ef-card-subtext) {
    color: inherit !important;
    transform: none !important;
    text-decoration: none !important;
  }

  .product-card:hover .ef-card-title,
  .ef-product-card-shell:hover .ef-card-title {
    color: rgb(var(--color-foreground)) !important;
  }

  .product-card:hover .ef-card-price,
  .ef-product-card-shell:hover .ef-card-price {
    color: rgba(var(--color-foreground-rgb), .86) !important;
  }

  .product-card:hover .ef-card-subtext,
  .ef-product-card-shell:hover .ef-card-subtext {
    color: rgba(var(--color-foreground-rgb), .62) !important;
  }

  @media screen and (max-width: 749px) {
    .ef-product-card-media__desktop-gallery { display: none !important; }
    .ef-product-card-media__mobile-static { display: block !important; }

    .ef-card-plus-form {
      right: 8px;
      bottom: 8px;
      width: 28px;
      height: 28px;
    }

    .ef-card-plus,
    .ef-card-plus--link {
      width: 28px !important;
      min-width: 28px !important;
      height: 28px !important;
      min-height: 28px !important;
      font-size: 19px !important;
      border-radius: 50% !important;
    }

    .ef-card-details {
      padding-top: 9px;
      text-align: center;
    }

    .ef-card-title-row {
      display: block;
      text-align: center;
    }

    .ef-card-title {
      font-size: 15px;
      line-height: 1.18;
      text-align: center;
    }

    .ef-card-price {
      display: flex;
      justify-content: center;
      margin-top: 4px;
      font-size: 12px;
      text-align: center;
    }

    .ef-card-subtext {
      text-align: center;
      font-size: 11px;
      line-height: 1.32;
    }

    .ef-card-badge-wrap {
      justify-content: center;
    }
  }
/* END_BLOCK:_product-card-gallery */

/* START_BLOCK:_product-card-group (INDEX:121) */
.ef-product-card-media {
    position: relative;
    overflow: hidden;
    border-radius: var(--ef-media-radius);
    background: rgba(184, 147, 82, 0.035);
  }

  .ef-product-card-media__desktop-gallery {
    display: block;
    width: 100%;
  }

  .ef-product-card-media__mobile-static {
    display: none;
    width: 100%;
    color: inherit;
    text-decoration: none;
    overflow: hidden;
    border-radius: inherit;
    touch-action: pan-y;
  }

  .ef-product-card-media__mobile-image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: inherit;
  }

  .ef-product-card-media :is(.quick-add, [class*='quick-add']) {
    display: none !important;
  }

  .ef-product-card-media img,
  .ef-product-card-media video,
  .ef-product-card-media .media,
  .ef-product-card-media .media img,
  .ef-product-card-media .card-gallery__image,
  .ef-product-card-media .card-gallery__image img,
  .ef-product-card-media .product-card__image,
  .ef-product-card-media .product-card__image img {
    transition: transform .38s ease, filter .28s ease;
    transform: scale(1);
    transform-origin: center center;
    backface-visibility: hidden;
  }

  .ef-product-card-media:hover img,
  .ef-product-card-media:hover video,
  .ef-product-card-media:hover .media,
  .ef-product-card-media:hover .media img,
  .ef-product-card-media:hover .card-gallery__image,
  .ef-product-card-media:hover .card-gallery__image img,
  .ef-product-card-media:hover .product-card__image,
  .ef-product-card-media:hover .product-card__image img {
    transform: scale(1.01);
    filter: saturate(1.015) contrast(1.01);
  }

  .ef-product-card-media::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    box-shadow: inset 0 0 0 var(--ef-media-border-width) rgb(var(--color-foreground-rgb) / var(--ef-media-border-opacity));
    transition: box-shadow .22s ease;
  }

  .ef-product-card-media:hover::after {
    box-shadow:
      inset 0 0 0 var(--ef-media-border-width) rgb(var(--color-foreground-rgb) / var(--ef-media-border-opacity)),
      inset 0 0 0 1px rgba(184, 147, 82, .14);
  }

  .ef-card-plus-form {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 6;
    width: 32px;
    height: 32px;
    margin: 0;
  }

  .ef-card-plus,
  .ef-card-plus--link {
    box-sizing: border-box;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 32px !important;
    min-width: 32px !important;
    height: 32px !important;
    min-height: 32px !important;
    padding: 0 !important;
    border: 1px solid rgba(184, 147, 82, .48) !important;
    border-radius: 50% !important;
    background: rgba(255, 252, 247, .97) !important;
    color: var(--ef-accent, #b89352) !important;
    font-family: var(--font-body-family);
    font-size: 22px !important;
    line-height: 1 !important;
    font-weight: 300;
    text-decoration: none;
    box-shadow: 0 5px 16px rgba(0, 0, 0, .12);
    cursor: pointer;
    transition: background-color .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease;
  }

  .ef-card-plus:hover,
  .ef-card-plus--link:hover {
    background: var(--ef-accent, #b89352) !important;
    border-color: var(--ef-accent, #b89352) !important;
    color: #fff !important;
    box-shadow: 0 7px 20px rgba(0, 0, 0, .15);
  }

  .ef-card-details {
    display: block !important;
    width: 100%;
    padding-top: 10px;
    text-align: left;
  }

  .ef-card-title-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: baseline;
    gap: 14px;
    width: 100%;
  }

  .ef-card-title-link,
  .ef-card-price {
    color: inherit;
    text-decoration: none;
  }

  .ef-card-title {
    margin: 0;
    color: rgb(var(--color-foreground));
    font-family: var(--font-body-family);
    font-size: clamp(16px, 1.02vw, 19px);
    line-height: 1.25;
    font-weight: 400;
    letter-spacing: 0;
  }

  .ef-card-price {
    display: inline-flex;
    justify-content: flex-end;
    white-space: nowrap;
    color: rgba(var(--color-foreground-rgb), .86) !important;
    font-family: var(--font-body-family);
    font-size: clamp(12px, .78vw, 14px);
    line-height: 1.25;
    letter-spacing: 0;
  }

  .ef-card-subtext {
    color: rgba(var(--color-foreground-rgb), .62);
    font-size: 12.5px;
    line-height: 1.38;
  }

  .ef-card-subtext--line1 {
    margin-top: 4px;
  }

  .ef-card-subtext--line2 {
    margin-top: 1px;
  }

  .ef-card-badge-wrap {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 8px;
  }

  .ef-card-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1f1b18;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .08em;
    line-height: 1;
  }

  .ef-card-badge--circle {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    padding: 0;
  }

  .ef-card-badge--pill {
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
  }

  .ef-card-badge--text {
    background: transparent;
    color: rgba(var(--color-foreground-rgb), .72);
    padding: 0;
    border-radius: 0;
    font-size: 10px;
    letter-spacing: .11em;
  }

  .product-card:hover :is(.ef-card-title, .ef-card-price, .ef-card-subtext, .ef-card-badge),
  .ef-product-card-shell:hover :is(.ef-card-title, .ef-card-price, .ef-card-subtext, .ef-card-badge) {
    color: inherit !important;
    background-color: inherit;
  }

  @media screen and (max-width: 749px) {
    .ef-product-card-media__desktop-gallery {
      display: none !important;
    }

    .ef-product-card-media__mobile-static {
      display: block !important;
    }

    .ef-card-plus-form {
      right: 9px;
      bottom: 9px;
      width: 30px;
      height: 30px;
    }

    .ef-card-plus,
    .ef-card-plus--link {
      width: 30px !important;
      min-width: 30px !important;
      height: 30px !important;
      min-height: 30px !important;
      border-radius: 50% !important;
      font-size: 20px !important;
    }

    .ef-product-card-media:hover img,
    .ef-product-card-media:hover video,
    .ef-product-card-media:hover .media,
    .ef-product-card-media:hover .media img,
    .ef-product-card-media:hover .card-gallery__image,
    .ef-product-card-media:hover .card-gallery__image img,
    .ef-product-card-media:hover .product-card__image,
    .ef-product-card-media:hover .product-card__image img {
      transform: none !important;
      filter: none !important;
    }

    .ef-card-details {
      padding-top: 9px;
      text-align: center;
    }

    .ef-card-title-row {
      display: block;
      text-align: center;
    }

    .ef-card-title {
      font-size: 15px;
      line-height: 1.22;
      text-align: center;
    }

    .ef-card-price {
      display: flex;
      justify-content: center;
      margin-top: 4px;
      font-size: 12.5px;
      text-align: center;
    }

    .ef-card-subtext {
      text-align: center;
      font-size: 11px;
      line-height: 1.32;
    }

    .ef-card-badge-wrap {
      justify-content: center;
    }
  }

  @media screen and (prefers-reduced-motion: reduce) {
    .ef-product-card-media img,
    .ef-product-card-media video,
    .ef-product-card-media .media,
    .ef-product-card-media .media img,
    .ef-product-card-media .card-gallery__image,
    .ef-product-card-media .card-gallery__image img,
    .ef-product-card-media .product-card__image,
    .ef-product-card-media .product-card__image img,
    .ef-product-card-media::after,
    .ef-card-plus,
    .ef-card-plus--link {
      transition: none;
    }

    .ef-product-card-media:hover img,
    .ef-product-card-media:hover video,
    .ef-product-card-media:hover .media,
    .ef-product-card-media:hover .media img,
    .ef-product-card-media:hover .card-gallery__image,
    .ef-product-card-media:hover .card-gallery__image img,
    .ef-product-card-media:hover .product-card__image,
    .ef-product-card-media:hover .product-card__image img {
      transform: none;
      filter: none;
    }
  }
/* END_BLOCK:_product-card-group */

/* START_BLOCK:_product-card (INDEX:122) */
.ef-product-card-shell {
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
    transform: none !important;
    box-shadow: none !important;
    transition: none !important;
  }

  .ef-product-card-shell:hover,
  .ef-product-card-shell:focus-within {
    transform: none !important;
    box-shadow: none !important;
  }

  .ef-product-card-shell *,
  .ef-product-card-shell *::before,
  .ef-product-card-shell *::after {
    animation-duration: 0s;
  }

  .ef-product-card-shell img,
  .ef-product-card-shell video,
  .ef-product-card-shell:hover img,
  .ef-product-card-shell:hover video,
  .ef-product-card-shell:focus-within img,
  .ef-product-card-shell:focus-within video {
    transform: none !important;
    filter: none !important;
  }


  .ef-product-card-shell :is(.card-gallery, .product-media-container, .media, picture, img, video),
  .ef-product-card-shell:hover :is(.card-gallery, .product-media-container, .media, picture, img, video),
  .ef-product-card-shell:focus-within :is(.card-gallery, .product-media-container, .media, picture, img, video) {
    border-radius: 0 !important;
    transform: none !important;
    scale: 1 !important;
    filter: none !important;
    transition: none !important;
  }
/* END_BLOCK:_product-card */

/* START_BLOCK:_product-details (INDEX:123) */
@media screen and (max-width: 749px) {
    .product-information.section--page-width .product-details > .group-block {
      padding-inline: 0;
    }
  }

  .view-product-title {
    display: none;
  }

  .product-details {
    display: flex;
    align-self: start;
    justify-content: center;
  }

  .product-details__subtitle {
    margin: 4px 0 2px;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.72;
  }

  @media screen and (min-width: 750px) {
    .product-details > .group-block {
      height: min-content;
    }

    .full-height--desktop {
      height: 100%;
      max-height: calc(100vh - var(--header-group-height, 0));
      min-height: fit-content;
    }

    .full-height--desktop .group-block {
      align-self: var(--details-position, 'flex-start');
    }
  }
/* END_BLOCK:_product-details */

/* START_BLOCK:_product-media-gallery (INDEX:127) */
.dialog-zoomed-gallery {
    cursor: zoom-out;
  }

  .dialog--preloading {
    opacity: 0;
  }

  .product-media__drag-zoom-wrapper {
    aspect-ratio: inherit;
    min-height: inherit;
    min-width: inherit;
    display: inherit;
    flex: inherit;
  }

  .product-media-gallery__grid,
  .media-gallery__grid {
    gap: var(--image-gap, 0);
  }

  .product-media-container,
  .product-media,
  .product-media img,
  .product-media video,
  .product-media iframe,
  .deferred-media__poster-image {
    border-radius: var(--media-radius, 0);
  }

  @media screen and (max-width: 749px) {
    .dialog-zoomed-gallery {
      overscroll-behavior: none;
      scrollbar-width: none;
      display: flex;
      scroll-snap-type: x mandatory;
      overflow-x: hidden;
      scroll-behavior: smooth;
      height: 100%;

      &::-webkit-scrollbar {
        display: none;
      }
    }

    .dialog-zoomed-gallery .product-media-container {
      flex: 0 0 100%;
      scroll-snap-align: start;
      position: relative;
    }

    .dialog-zoomed-gallery .product-media-container--image .product-media {
      aspect-ratio: auto;
      height: 100%;
      width: 100%;
      overflow: hidden;
    }

    .dialog-zoomed-gallery .product-media-container--video,
    .dialog-zoomed-gallery .product-media-container--external_video {
      align-content: center;
    }

    .dialog-zoomed-gallery
      :is(.product-media-container--video, .product-media-container--external_video, .product-media-container--model)
      .product-media {
      aspect-ratio: auto;
      align-items: center;
      height: 100%;

      .product-media__image {
        height: 100%;
      }
    }

    .product-media__drag-zoom-wrapper {
      display: flex;
      aspect-ratio: auto;
      height: 100%;
      width: 100%;
      overflow: scroll;
      scrollbar-width: none;
      justify-content: center;

      &::-webkit-scrollbar {
        display: none;
      }
    }

    .product-media__drag-zoom-wrapper .product-media__image {
      --product-media-fit: contain;

      object-fit: var(--product-media-fit);
      overflow: hidden;
      transform: scale(var(--drag-zoom-scale))
        translate(var(--drag-zoom-translate-x, 0), var(--drag-zoom-translate-y, 0));
    }

    .media-gallery--hint {
      --slideshow-gap: var(--gap-2xs);

      :not(.dialog-zoomed-gallery) > .product-media-container:not(:only-child) {
        width: 90%;

        .product-media img {
          object-fit: cover;
        }
      }
    }
  }

  .dialog-zoomed-gallery__close-button {
    color: #fff;
    mix-blend-mode: difference;
    z-index: var(--layer-raised);
  }

  .media-gallery__mobile-controls {
    grid-area: auto;
  }

  .dialog-zoomed-gallery .product-media-container--zoomable.product-media-container--image {
    cursor: zoom-out;
  }

  .product-media-container--zoomable.product-media-container--image {
    cursor: zoom-in;
  }

  .dialog-zoomed-gallery .product-media-container--video deferred-media,
  .dialog-zoomed-gallery .product-media-container--external_video deferred-media {
    height: auto;
    aspect-ratio: var(--ratio);
  }

  .dialog-zoomed-gallery .product-media-container--model .product-media__image {
    height: 100vh;
  }
/* END_BLOCK:_product-media-gallery */

/* START_BLOCK:_search-input (INDEX:128) */
.search-page-input__parent {
    display: flex;
    flex-direction: column;
    align-items: var(--horizontal-alignment);
  }

  .search-results__no-results {
    opacity: var(--opacity-subdued-text);
  }

  .search-page-input-component {
    position: relative;
    width: 100%;
    display: flex;
    top: 0;
    max-width: var(--size-style-width);
    align-items: center;
    background-color: transparent;
    margin: var(--margin-2xl) 0 var(--margin-md);

    @media screen and (max-width: 749px) {
      max-width: 100%;
    }
  }

  .search-page-input {
    width: 100%;
    color: var(--color-input-text);
    background: var(--color-input-background);
    padding-block: 18px;
    padding-inline: 58px 56px;
    text-overflow: ellipsis;
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid rgb(var(--color-foreground-rgb) / 0.12);
    box-shadow: 0 8px 30px rgb(0 0 0 / 0.05);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    font-size: 1rem;
    line-height: 1.2;

    @media screen and (max-width: 749px) {
      padding-block: 16px;
      padding-inline: 48px 48px;
      border-radius: 12px;
      font-size: 0.95rem;
    }
  }

  .search-page-input:focus {
    outline: none;
    border-color: rgb(var(--color-foreground-rgb) / 0.22);
    box-shadow: 0 10px 34px rgb(0 0 0 / 0.08);
    background: rgb(var(--color-background-rgb) / 1);
  }

  .search-page-input::placeholder {
    color: rgb(var(--color-input-text-rgb) / var(--opacity-subdued-text));
  }

  .search-page-input-component .search__icon,
  .search-page-input-component .search__icon:hover,
  .search-page-input-component .search__reset-button,
  .search-page-input-component .search__reset-button:hover {
    background: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    z-index: 3;
  }

  .search-page-input-component .search__icon {
    left: 18px;

    @media screen and (max-width: 749px) {
      left: 14px;
    }
  }

  .search-page-input-component .search__icon svg,
  .search-page-input-component .search__reset-button svg {
    width: 18px;
    height: 18px;
  }

  .search-page-input-component .search__icon svg {
    color: var(--color-input-text);
  }

  .search-page-input-component .search__reset-button {
    border-radius: 100%;
    color: var(--color-input-text);
    right: 18px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;

    @media screen and (max-width: 749px) {
      right: 14px;
    }
  }

  .search-page-input-component.has-value .search__reset-button {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .search-page-input-component .search__reset-button-icon {
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    transition: transform 0.2s ease;
  }

  .search-page-input-component .search__reset-button:active .search__reset-button-icon {
    transform: scale(0.9);
  }

  .search-page-input-component .search__reset-button-text {
    display: none;
  }

  .predictive-search {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    z-index: 30;
    background: rgb(var(--color-background-rgb) / 1);
    border: 1px solid rgb(var(--color-foreground-rgb) / 0.1);
    border-radius: 16px;
    box-shadow: 0 22px 60px rgb(0 0 0 / 0.12);
    overflow: hidden;
  }

  .predictive-search--hidden {
    display: none;
  }

  .predictive-search__status {
    padding: 14px 18px 0;
    font-size: 0.82rem;
    color: rgb(var(--color-foreground-rgb) / 0.58);
  }

  .predictive-search__results {
    padding: 10px;
  }

  .predictive-search__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 4px;
  }

  .predictive-search__item {
    display: block;
  }

  .predictive-search__link {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    text-decoration: none;
    color: inherit;
    padding: 10px;
    border-radius: 12px;
    transition: background 0.18s ease;
  }

  .predictive-search__link:hover,
  .predictive-search__link.is-active {
    background: rgb(var(--color-foreground-rgb) / 0.05);
  }

  .predictive-search__image {
    width: 58px;
    height: 58px;
    border-radius: 10px;
    overflow: hidden;
    background: rgb(var(--color-foreground-rgb) / 0.04);
  }

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

  .predictive-search__content {
    min-width: 0;
  }

  .predictive-search__title {
    display: block;
    font-size: 0.92rem;
    line-height: 1.35;
    color: rgb(var(--color-foreground-rgb) / 1);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .predictive-search__meta {
    display: block;
    margin-top: 4px;
    font-size: 0.76rem;
    color: rgb(var(--color-foreground-rgb) / 0.58);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .predictive-search__empty {
    padding: 10px 12px 14px;
    font-size: 0.88rem;
    color: rgb(var(--color-foreground-rgb) / 0.62);
  }

  .predictive-search__footer {
    padding: 0 10px 10px;
  }

  .predictive-search__all-results {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: rgb(var(--color-background-rgb) / 1);
    background: rgb(var(--color-foreground-rgb) / 1);
    transition: opacity 0.2s ease;
  }

  .predictive-search__all-results:hover {
    opacity: 0.88;
  }

  @media screen and (max-width: 749px) {
    .predictive-search {
      top: calc(100% + 8px);
      border-radius: 14px;
    }

    .predictive-search__status {
      padding: 12px 14px 0;
      font-size: 0.78rem;
    }

    .predictive-search__results {
      padding: 8px;
    }

    .predictive-search__link {
      grid-template-columns: 50px minmax(0, 1fr);
      gap: 10px;
      padding: 8px;
      border-radius: 10px;
    }

    .predictive-search__image {
      width: 50px;
      height: 50px;
      border-radius: 8px;
    }

    .predictive-search__title {
      font-size: 0.86rem;
    }

    .predictive-search__meta {
      font-size: 0.73rem;
    }

    .predictive-search__all-results {
      min-height: 42px;
      font-size: 0.8rem;
    }
  }
/* END_BLOCK:_search-input */

/* START_BLOCK:_slide (INDEX:129) */
.slide__content {
    height: 100%;
    position: relative;
    z-index: var(--layer-flat);
  }

  .slide__content > * {
    margin: auto;
  }

  .slide__content.background-transparent {
    background-color: transparent;
  }

  slideshow-slide > .slide__image-container {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
  }

  .slide__image-container > placeholder-image,
  .slide__image-container > placeholder-image > img {
    width: 100%;
  }

  .slide__image-container > .slide__image,
  .slide__image-container > .slide__video,
  .slide__image-container > .slide__video-poster {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .slide__image-container > .slide__video-poster {
    position: absolute;
  }
/* END_BLOCK:_slide */

/* START_BLOCK:_social-link (INDEX:130) */
.social-icons__icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--icon-size-lg);
  }

  .social-icons__icon {
    display: flex;
    fill: currentColor;
    flex-shrink: 0;
    width: var(--icon-size-lg);
    height: var(--icon-size-lg);
  }

  .social-icons__icon {
    display: none;
  }

  .social-icons__icon-wrapper:has(.social-icons__icon path) {
    width: var(--icon-size-lg);

    .social-icons__icon {
      display: block;
    }

    .social-icons__icon-label {
      display: none;
    }
  }

  /* Disabled state for editor */
  .shopify-design-mode .social-icons__icon-wrapper--disabled {
    opacity: var(--disabled-opacity, 0.5);
    cursor: not-allowed;
  }

  .shopify-design-mode .social-icons__icon-wrapper--disabled a {
    pointer-events: none;
  }
/* END_BLOCK:_social-link */

/* START_BLOCK:accelerated-checkout (INDEX:131) */
.accelerated-checkout-block[data-shopify-visual-preview] {
    width: 300px;
  }

  more-payment-options-link {
    font-size: smaller;
  }

  more-payment-options-link a {
    --button-color: var(--color-primary);
  }

  more-payment-options-link a:hover {
    --button-color: var(--color-primary-hover);
  }

  .shopify-payment-button__more-options[aria-hidden='true'] {
    display: none;
  }
/* END_BLOCK:accelerated-checkout */

/* START_BLOCK:accordion (INDEX:132) */
.accordion {
    flex: 1;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .accordion--dividers accordion-custom:not(:first-child) .details {
    border-block-start: var(--style-border-width) solid var(--color-border);
  }

  /* When accordion borders are not set, show fallback borders */
  .accordion--dividers {
    /* stylelint-disable-next-line declaration-property-value-disallowed-list */
    --show-fallback-borders: 0;
  }

  .accordion--dividers:not([class*='color-'])[style*='--border-width: 0'],
  .accordion--dividers:not([class*='color-'])[style*='--border-style: none'] {
    --show-fallback-borders: 1;
  }

  .accordion--dividers accordion-custom:first-child .details {
    border-block-start: calc(var(--style-border-width) * var(--show-fallback-borders)) solid var(--color-border);
  }

  .accordion--dividers accordion-custom:last-child .details {
    border-block-end: calc(var(--style-border-width) * var(--show-fallback-borders)) solid var(--color-border);
  }

  .accordion--dividers .details-content {
    padding-block-end: var(--padding-sm);
  }

  .accordion--caret .icon-plus,
  .accordion--plus .icon-caret {
    display: none;
  }

  /* Enhanced heading font styling for better readability */
  .accordion .details__header {
    font-family: var(--summary-font-family);
    font-style: var(--summary-font-style);
    font-weight: var(--summary-font-weight);
    font-size: var(--summary-font-size);
    line-height: var(--summary-font-line-height);
    text-transform: var(--summary-font-case);
    min-height: var(--minimum-touch-target);
    padding-inline: 1rem;
    padding-block: 0.75rem;
    letter-spacing: -0.01em;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  /* Better page fit - responsive adjustments */
  @media (max-width: 768px) {
    .accordion {
      width: 100%;
      padding-inline: 0.5rem;
    }
    
    .accordion .details__header {
      padding-inline: 0.75rem;
      font-size: clamp(0.875rem, 2.5vw, var(--summary-font-size));
    }
  }

  /* Ensure accordion content doesn't overflow */
  .accordion accordion-custom {
    width: 100%;
    max-width: 100%;
  }

  .accordion .details-content {
    padding-inline: 1rem;
    box-sizing: border-box;
  }

  @media (max-width: 768px) {
    .accordion .details-content {
      padding-inline: 0.75rem;
    }
  }
/* END_BLOCK:accordion */

/* START_BLOCK:buy-buttons (INDEX:143) */
.buy-buttons-block {
    width: 100%;
  }

  .product-form-buttons {
    display: flex;
    flex-wrap: wrap;
  }

  .product-form-buttons:not(:has(.quantity-rules)) {
    gap: calc(var(--gap-sm) / 2);

    @media screen and (min-width: 750px) {
      gap: var(--gap-sm);
    }
  }

  .product-form-buttons > *:not(.quantity-selector, .quantity-rules, .quantity-label) {
    flex: 1 1 185px;
    min-width: fit-content;
  }

  .product-form-buttons--stacked > *:not(.quantity-selector, .quantity-rules, .quantity-label) {
    flex-basis: 51%; /* Force the buttons to be on separate rows */
  }

  .product-form-buttons button {
    width: 100%;
    padding-inline: var(--padding-4xl);
    padding-block: var(--padding-lg);
  }

  .quantity-selector {
    flex-grow: 0;
    flex-shrink: 0;
    height: var(--height-buy-buttons);
  }

  .product-form-buttons:has(.quantity-rules) .quantity-selector {
    margin-inline-end: var(--gap-sm);
    margin-block-end: var(--gap-sm);
  }

  .quantity-selector:has(+ .quantity-rules) {
    margin-block-end: 0;
  }

  .add-to-cart-button {
    height: var(--height-buy-buttons);
    text-transform: var(--button-text-case-primary);
  }

  .add-to-cart-button.button-secondary {
    text-transform: var(--button-text-case-secondary);
  }

  .product-form-buttons .shopify-payment-button__button {
    width: 100%;
    min-height: var(--minimum-touch-target);
  }

  .product-form-text__error {
    display: flex;
    align-items: flex-start;
    gap: var(--gap-xs);
    margin-block-end: var(--gap-xs);
  }

  .quantity-label {
    flex: 1 0 100%;
    width: 100%;
    font-size: var(--font-size--sm);
    margin-block-end: var(--gap-xs);
  }

  .quantity-label__cart-count {
    color: var(--color-foreground-secondary);
  }

  .quantity-rules {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    row-gap: calc(var(--gap-xs) / 2);
    flex: 1 0 100%;
    width: 100%;
    font-size: var(--font-size--xs);
    color: var(--color-foreground-secondary);
    margin-block-start: var(--gap-xs);
    margin-block-end: var(--gap-2xl);
  }

  .quantity-rules__item {
    position: relative;
    display: inline-block;
  }

  .quantity-rules__item:not(:last-child) {
    padding-right: var(--padding-xl);
    margin-right: var(--margin-2xs);
  }

  .quantity-rules__item:not(:last-child)::after {
    content: '•';
    position: absolute;
    inset-inline-end: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.5em;
    line-height: 0;
  }

  .product__pickup-availabilities {
    width: 100%;
  }

  .pickup-availability__column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .pickup-availability__row {
    display: flex;
    gap: var(--padding-xs);
  }

  .pickup-availability__dialog-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .pickup-availability__header-container {
    padding-block-end: var(--padding-2xl);
  }

  .pickup-location__wrapper {
    display: flex;
    flex-direction: column;
    padding-block: var(--padding-2xl);
    border-top: 1px solid var(--color-border);
    gap: var(--padding-xs);
  }

  .pickup-location__address-wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--padding-md);
  }

  .pickup-location__dialog {
    padding: var(--padding-2xl);
    position: fixed;
    border-radius: 0;
    width: var(--sidebar-width);
    max-width: 95vw;
    height: 100%;
    margin: 0 0 0 auto;
    border: var(--style-border-drawer);
    box-shadow: var(--shadow-drawer);
    background-color: var(--color-background);
  }

  .pickup-location__dialog:modal {
    max-height: 100dvh;
  }

  .pickup-location__text-sm {
    font-size: var(--font-size--sm);
    margin: 0;
  }

  .pickup-location__text-xs {
    font-size: var(--font-size--xs);
    margin: 0;
  }

  .pickup-location__button {
    width: fit-content;
    color: var(--color-primary);
    font-size: var(--font-size--xs);
    font-family: var(--font-body--family);
    padding: 0;
    cursor: pointer;
    margin-block: var(--margin-xs);
  }

  .pickup-location__button:hover {
    color: var(--color-primary-hover);
  }

  .pickup-location__h4 {
    margin: 0;
  }

  .pickup-location__text-bold {
    font-size: var(--font-size--md);
    font-weight: 600;
    margin: 0;
  }

  .pickup-location__availability-wrapper {
    display: flex;
    align-items: center;
    gap: var(--gap-xs);
    font-family: var(--font-paragraph--family);
  }

  .pickup-location__address {
    font-style: normal;
  }

  .pickup-location__close-button {
    top: calc(var(--padding-2xl) - (var(--icon-size-xs) / 2));
    right: calc(var(--padding-2xl) - var(--icon-size-xs));
  }
/* END_BLOCK:buy-buttons */

/* START_BLOCK:contact-form-submit-button (INDEX:146) */
.submit-button {
    min-width: max-content;
  }
/* END_BLOCK:contact-form-submit-button */

/* START_BLOCK:email-signup (INDEX:149) */
email-signup-block {
    display: block;
  }

  .email-signup-block {
    min-width: fit-content;

    @media screen and (max-width: 749px) {
      width: 100%;
      min-width: unset;
    }
  }

  .email-signup__heading {
    padding-block: var(--padding-sm);
  }

  .email-signup__form {
    display: flex;
    flex-direction: column;
  }

  .email-signup__input-group {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    background-color: transparent;
  }

  .email-signup__input-group:not(:has(.email-signup__button--integrated)) {
    gap: var(--gap-xs);
  }

  .email-signup__input-group:not(:has(.email-signup__button--arrow)) {
    @media screen and (max-width: 749px) {
      grid-template-columns: 1fr;
    }
  }

  .email-signup__input {
    width: 100%;
    border-width: var(--border-width);
    border-radius: var(--border-radius);
    border-style: solid;
    border-color: var(--color-input-border);
  }

  .email-signup__input.paragraph {
    color: var(--color-input-text);
    outline-color: var(--color-input-background);
  }

  .email-signup__button {
    white-space: nowrap;
    padding: 0;

    @media screen and (max-width: 749px) {
      width: 100%;
    }
  }

  .email-signup__input,
  .email-signup__button--text {
    padding: var(--padding-lg) var(--padding-3xl);
  }

  .email-signup__input-group .email-signup__input--underline {
    --box-shadow-color: var(--color-input-border);
    --box-shadow-multiplier: 1;

    color: var(--color-input-text);
    background-color: transparent;
    padding: 12px 0;
    border: none;
    border-radius: 0;
    box-shadow: 0 calc(var(--border-width) * var(--box-shadow-multiplier)) 0 var(--box-shadow-color);
    transition: box-shadow var(--animation-values);

    &:focus-visible {
      --box-shadow-multiplier: 1.75;
      --box-shadow-color: var(--color-input-text);

      outline: none;
    }
  }

  .email-signup__input::placeholder {
    color: rgb(var(--color-input-text-rgb) / var(--opacity-70));
  }

  .email-signup__input-group .email-signup__input--none {
    color: var(--color-input-text);
    background-color: var(--color-input-background);
    border: none;
  }

  .email-signup__input-group {
    --button-actual-width: var(--button-size);
  }

  .email-signup__input:has(+ .email-signup__button--arrow.email-signup__button--integrated) {
    padding-inline-end: calc(var(--button-size) + var(--padding-sm));

    @media screen and (max-width: 749px) {
      text-align: left;
    }
  }

  .email-signup__input:has(+ .email-signup__button--integrated.email-signup__button--text) {
    padding-inline-end: calc(var(--button-actual-width) + var(--padding-xs) + var(--margin-xs));

    @media screen and (max-width: 749px) {
      text-align: left;
    }
  }

  .email-signup__button-icon {
    color: currentcolor;
    padding: 5px;

    @media screen and (max-width: 749px) {
      padding: 0;
      align-self: center;
      justify-self: center;
      width: var(--icon-size-lg);
      height: var(--icon-size-lg);
    }
  }

  .email-signup__button--arrow {
    aspect-ratio: 1;
    padding-inline: var(--padding-xs);

    &:not(.email-signup__button--integrated) {
      width: auto;
    }
  }

  .email-signup__button--integrated {
    --button-offset: var(--margin-xs);

    position: absolute;
    height: calc(100% - (var(--button-offset) * 2) - (var(--border-width) * 2));
    right: calc(var(--button-offset) + var(--border-width));
    top: calc(var(--button-offset) + var(--border-width));
    width: max-content;

    @media screen and (max-width: 749px) {
      width: fit-content;
    }

    &.email-signup__button--text {
      padding: 0 var(--padding-3xl);
    }

    &.email-signup__button--text.button-unstyled {
      padding: 0 var(--padding-xl);
    }

    &.button-unstyled {
      border-radius: var(--border-radius);
    }

    > .email-signup__button-icon {
      padding: 0;
    }
  }

  .email-signup__input--underline + .email-signup__button--integrated {
    --button-offset: calc(10% - var(--border-width));

    right: 0;

    &.email-signup__button--text.button-unstyled {
      padding: 0;
    }

    &.button-unstyled {
      border-radius: 0;
    }
  }

  .email-signup__button:not(.button-unstyled) {
    background-color: var(--button-background-color);
    color: var(--button-color);
    text-transform: var(--button-text-case-primary);
  }

  .email-signup__button.button-secondary {
    text-transform: var(--button-text-case-secondary);
  }

  .email-signup__button.button-unstyled {
    background-color: transparent;
    color: var(--color-input-text);
  }

  .email-signup__button.button-unstyled:hover {
    color: rgb(var(--color-input-text-rgb) / var(--opacity-70));
    cursor: pointer;
  }

  .email-signup__message {
    display: flex;
    align-items: center;
    gap: var(--gap-xs);
  }

  .email-signup__message-text {
    margin: 0;
  }
/* END_BLOCK:email-signup */

/* START_BLOCK:filters (INDEX:151) */
.ef-collection-toolbar {
    display: flex;
    align-items: center;
    gap: 24px;
    width: 100%;
    min-width: 0;
  }

  .ef-collection-toolbar__right {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 18px;
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .ef-collection-subnav--inline {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: var(--ef-filter-menu-gap, 22px);
    min-width: 0;
    max-width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex: 1 1 0%;
  }

  .ef-collection-subnav--inline::-webkit-scrollbar {
    display: none;
  }

  .ef-collection-subnav__link {
    position: relative;
    display: inline-block;
    color: var(--color-foreground);
    text-decoration: none;
    font-size: var(--ef-filter-menu-text-size, 13px);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.4;
    padding-bottom: 8px;
    opacity: 0.72;
    transition: opacity var(--animation-speed) var(--animation-easing);
    white-space: nowrap;
    flex: 0 0 auto;
  }

  .ef-collection-subnav__link:hover,
  .ef-collection-subnav__link.is-active {
    opacity: 1;
  }

  .ef-collection-subnav__link.is-active::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 1px;
    transform: translateX(-50%);
    width: 18px;
    height: 1px;
    background: currentColor;
  }

  @media screen and (min-width: 750px) {
    .facets--horizontal .facets__filters-wrapper {
      max-width: 100%;
      min-width: 0;
    }

    .ef-collection-toolbar__right .products-count-wrapper,
    .ef-collection-toolbar__right .sorting-filter,
    .ef-collection-toolbar__right .grid-density-controls,
    .ef-collection-toolbar__right .grid-density {
      flex-shrink: 0;
    }
  }

  @media screen and (max-width: 749px) {
    .ef-collection-toolbar {
      display: block;
    }

    .ef-collection-subnav--inline {
      display: none;
    }
  }

  .collection-wrapper {
    @media screen and (min-width: 750px) {
      --facets-vertical-col-width: 6;
    }

    @media screen and (min-width: 990px) {
      --facets-vertical-col-width: 5;
    }
  }

  .facets-block-wrapper {
    @media screen and (min-width: 750px) {
      margin: var(--facets-margin);
      grid-column: var(--grid-column--desktop);
    }
  }

  .facets-block-wrapper--vertical {
    @media screen and (min-width: 750px) {
      grid-column: var(--grid-column--desktop);
    }
  }

  .facets-block-wrapper--vertical + .facets-toggle {
    @media screen and (max-width: 749px) {
      margin: 0;
    }
  }

  .facets-mobile-wrapper {
    display: flex;
    align-items: center;
    gap: var(--gap-sm);
    justify-content: flex-end;
  }

  .facets-mobile-wrapper:has(> :nth-child(2)) {
    justify-content: space-between;
  }

  dialog-component.facets-block-wrapper:not(:has(.facets--drawer[open])) {
    @media screen and (min-width: 750px) {
      display: none;
    }
  }

  .variant-option__swatch-wrapper {
    position: relative;
    overflow: visible;
    border-radius: var(--options-border-radius);
  }

  .variant-option--swatches-disabled .variant-option__swatch-wrapper {
    overflow: hidden;
  }

  .facets {
    --facets-form-horizontal-gap: 20px;
    --facets-horizontal-max-input-wrapper-height: 230px;
    --facets-upper-z-index: var(--layer-raised);
    --facets-open-z-index: var(--layer-heightened);
    --facets-sticky-z-index: var(--layer-sticky);
    --facets-panel-min-width: 120px;
    --facets-panel-height: 300px;
    --facets-grid-panel-width: 300px;
    --facets-clear-padding: var(--padding-md);
    --facets-clear-shadow: 0 -4px 14px 0 rgb(var(--color-foreground-rgb) / var(--facets-low-opacity));
    --facets-input-label-color: rgb(var(--color-input-text-rgb) / var(--opacity-60));
    --facets-clear-all-min-width: 120px;
    --facets-see-results-min-width: 55%;
    --facets-mobile-gap: 22px;
    --facets-low-opacity: 10%;
    --facets-hover-opacity: 75%;

    top: auto;
    bottom: 0;
    height: var(--drawer-height);
    max-height: var(--drawer-height);
    width: var(--drawer-width);
    max-width: var(--drawer-max-width);
    box-shadow: none;
    padding-block: 0;

    &:not(.facets--drawer) {
      @media screen and (min-width: 750px) {
        padding-inline: var(--padding-inline-start) var(--padding-inline-end);
        width: 100%;
        max-width: 100%;
      }
    }
  }

  .facets--horizontal {
    display: none;

    @media screen and (min-width: 750px) {
      padding-block: var(--padding-block-start) var(--padding-block-end);
      display: flex;
      align-items: center;
      position: relative;
      z-index: var(--facets-upper-z-index);
      border: none;
      height: auto;
      top: initial;
      bottom: initial;
      max-height: none;
      width: auto;
      overflow: visible;
    }
  }

  .facets--vertical {
    display: none;

    @media screen and (min-width: 750px) {
      padding-block: 0 var(--padding-block-end);
      display: block;
      position: static;
      top: auto;
      bottom: auto;
      height: auto;
      max-height: none;
      width: auto;
      overflow: visible;
    }
  }

  .collection-wrapper:has(.collection-wrapper--full-width) .facets--vertical:not(.facets--drawer) {
    @media screen and (min-width: 750px) {
      padding-inline-start: max(var(--padding-sm), var(--padding-inline-start));
    }
  }

  .facets--drawer {
    border-radius: 0;
    border-right: var(--style-border-drawer);
    box-shadow: var(--shadow-drawer);
    padding-inline: 0;
  }

  .facets--drawer[open] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .facets.facets-controls-wrapper {
    @media screen and (min-width: 750px) {
      grid-column: column-1 / column-12;
      color: rgb(var(--color-foreground-rgb) / var(--opacity-70));
      gap: 0 var(--facets-form-horizontal-gap);
      padding-bottom: var(--padding-xs);
    }
  }

  .collection-wrapper:has(.product-grid-mobile--large) .facets-mobile-wrapper.facets-controls-wrapper {
    @media screen and (max-width: 749px) {
      display: none;
    }
  }

  .facets__inputs {
    display: flex;
    flex-direction: column;
    gap: var(--padding-lg);
    width: 100%;
  }

  :is(.facets--drawer, .facets--vertical) .facets__inputs:not(:has(.show-more)) {
    padding-block-end: var(--padding-sm);
  }

  .facets__form-wrapper {
    display: flex;
    flex-direction: column;
    color: var(--color-foreground-muted);
    width: 100%;
  }

  .facets--horizontal .facets__form-wrapper {
    @media screen and (min-width: 750px) {
      flex-direction: row;
      height: auto;
    }
  }

  .facets__form {
    display: flex;
    flex-flow: column;
    width: 100%;
    height: 100%;
  }

  .facets--horizontal .facets__form {
    @media screen and (min-width: 750px) {
      flex-flow: row nowrap;
      height: auto;
    }
  }

  .facets:not(.facets--drawer) .facets__filters-wrapper {
    @media screen and (min-width: 750px) {
      margin-inline-end: var(--margin-md);
    }
  }

  .facets--horizontal .facets__filters-wrapper {
    @media screen and (min-width: 750px) {
      max-width: 100%;
      display: flex;
      flex-wrap: wrap;
      column-gap: var(--gap-xl);
      margin-inline-end: 0;
      min-width: 0;
    }
  }

  .facets__summary {
    --variant-picker-swatch-width: 32px;
    --variant-picker-swatch-height: 32px;
    --icon-opacity: 0.5;

    @media screen and (min-width: 750px) {
      --variant-picker-swatch-width: 26px;
      --variant-picker-swatch-height: 26px;
    }

    font-size: var(--font-h5--size);
    display: flex;
    justify-content: space-between;

    &:hover {
      --icon-opacity: 1;
    }
  }

  .facets__filters-wrapper:hover .facets__summary,
  .facets__filters-wrapper:has(.facets__panel[open]) .facets__summary {
    opacity: var(--facets-hover-opacity);
  }

  .facets__filters-wrapper .facets__summary:hover,
  .facets__filters-wrapper .facets__panel[open] .facets__summary {
    opacity: 1;
  }

  .facets--horizontal .facets__summary {
    @media screen and (min-width: 750px) {
      font-size: var(--font-paragraph--size);
      justify-content: flex-start;
      height: var(--minimum-touch-target);
    }
  }

  .facets__summary .icon-caret {
    height: var(--icon-size-xs);
    width: var(--icon-size-xs);
    color: rgb(var(--color-foreground-rgb) / var(--icon-opacity));
    margin-block: var(--margin-2xs);
    transition: color var(--animation-speed) var(--animation-easing);
  }

  .facets--drawer .facets__summary .icon-caret {
    margin-inline-start: var(--margin-2xs);
  }

  .facets__bubble {
    display: inline-flex;
    font-family: var(--font-paragraph--family);
    font-weight: var(--font-paragraph--weight);
    aspect-ratio: 1 / 1;
  }

  .facets__inputs-wrapper {
    margin-block: var(--padding-xs) var(--padding-xs);
  }

  .facets__inputs .show-more {
    display: flex;
    flex-direction: column;
    gap: var(--gap-xl);
    margin-block-end: var(--padding-xl);
  }

  .facets:not(.facets--drawer) .facets__inputs-wrapper {
    @media screen and (min-width: 750px) {
      gap: var(--gap-sm);
    }
  }

  .facets--horizontal .facets__inputs .show-more {
    @media screen and (min-width: 750px) {
      display: contents;
    }
  }

  .facets--horizontal .facets__inputs-wrapper {
    @media screen and (min-width: 750px) {
      max-height: var(--facets-horizontal-max-input-wrapper-height);
      scrollbar-width: none;
      -ms-overflow-style: none;
      overflow-x: auto;
      padding: var(--padding-md);
      margin-block: 0;
    }
  }

  .facets--vertical .facets__inputs:has(.show-more) .facets__inputs-wrapper {
    padding-block: var(--padding-sm);
    padding-inline: var(--padding-sm);
    margin-block: calc(var(--padding-sm) * -1);
    margin-inline: calc(var(--padding-sm) * -1);
  }

  @media screen and (max-width: 749px) {
    .facets__inputs:has(.show-more) .facets__inputs-wrapper {
      padding-block: var(--padding-sm);
      padding-inline: var(--padding-sm);
      margin-block: calc(var(--padding-sm) * -1);
      margin-inline: calc(var(--padding-sm) * -1);
    }
  }

  .facets__inputs-wrapper:not(:has(.facets__inputs-list)),
  .facets__inputs-wrapper .facets__inputs-list {
    display: flex;
    gap: var(--facets-mobile-gap);
    flex-direction: column;

    @media screen and (min-width: 750px) {
      gap: var(--gap-sm);
    }
  }

  @media screen and (min-width: 750px) {
    .facets--vertical .facets__inputs-wrapper .facets__inputs-list--swatches {
      gap: var(--gap-sm);
    }

    .facets--horizontal
      .facets__inputs-wrapper
      .facets__inputs-list--swatches:not(.facets__inputs-list--swatches-grid) {
      display: grid;
      grid-template-columns: repeat(var(--swatch-columns, 4), 1fr);
    }
  }

  .facets__inputs-wrapper .facets__inputs-list--swatches {
    --facets-mobile-gap: var(--gap-sm);
  }

  .facets__inputs-wrapper .facets__inputs-list--grid {
    --min-column-width: 20%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(var(--min-column-width), 1fr));
    gap: var(--gap-sm);

    @media screen and (min-width: 750px) {
      --min-column-width: 50px;
    }
  }

  .facets-block-wrapper:not(.facets-block-wrapper--vertical) .facets__inputs-list--grid {
    @media screen and (min-width: 750px) {
      width: var(--facets-grid-panel-width);
    }
  }

  .facets__inputs-wrapper--row:not(:has(.facets__inputs-list)),
  .facets__inputs-wrapper--row .facets__inputs-list {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .facets__inputs .show-more__button {
    --show-more-icon-size: 22px;
    --show-more-gap: 8px;
    gap: var(--show-more-gap);

    @media screen and (min-width: 750px) {
      --show-more-icon-size: 16px;
      --show-more-gap: 6px;
    }
  }

  .facets__inputs .show-more__button .icon-plus {
    width: var(--show-more-icon-size);
    height: var(--show-more-icon-size);

    svg {
      width: var(--icon-size-xs);
      height: var(--icon-size-xs);
    }
  }

  .facets__panel {
    padding: 0 var(--drawer-padding);
  }

  .facets:not(.facets--drawer) .facets__panel,
  .facets-controls-wrapper .facets__panel {
    @media screen and (min-width: 750px) {
      padding: 0;
    }
  }

  .facets--horizontal .facets__panel {
    @media screen and (min-width: 750px) {
      position: relative;
    }
  }

  .facets-mobile-wrapper .facets__panel-content {
    border-radius: var(--style-border-radius-popover);
  }

  .facets-mobile-wrapper {
    --facets-upper-z-index: var(--layer-raised);
    --facets-panel-min-width: 120px;
    --facets-panel-height: 300px;
  }

  .facets--horizontal .facets__panel-content,
  .sorting-filter__options {
    @media screen and (min-width: 750px) {
      border-radius: var(--style-border-radius-popover);
      position: absolute;
      top: 100%;
      width: max-content;
      min-width: var(--facets-panel-min-width);
      max-width: var(--facets-panel-width);
      max-height: var(--facets-panel-height);
      z-index: var(--facets-upper-z-index);
      box-shadow: var(--shadow-popover);
      border: var(--style-border-popover);
      background-color: var(--color-background);
      overflow-y: hidden;
      gap: 0;
    }
  }

  :is(.facets--drawer, .facets--vertical) :is(.facets__item, .sorting-filter)::before {
    content: '';
    display: block;
    height: 0;
    width: calc(100% - var(--drawer-padding) * 2);
    border-top: var(--style-border-width) solid var(--color-border);
    margin: 0 auto;
  }

  @media screen and (min-width: 750px) {
    .facets:not(.facets--drawer) :is(.facets__item, .sorting-filter)::before {
      width: 100%;
    }

    .facets--horizontal .facets__item:not(:first-of-type)::before,
    .facets--horizontal .sorting-filter::before {
      content: none;
    }
  }

  @media screen and (min-width: 750px) {
    .facets--vertical .facets__item:not(:first-of-type)::before,
    .facets--vertical .sorting-filter::before {
      content: '';
    }
  }

  .facets__label,
  .facets__clear-all,
  .clear-filter {
    text-decoration-color: transparent;
    text-decoration-thickness: 0.075em;
    text-underline-offset: 0.125em;
    transition: text-decoration-color var(--animation-speed) var(--animation-easing);
  }

  .facets__label,
  .products-count-wrapper {
    text-transform: var(--facet-label-transform);
  }

  .clear-filter {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
  }

  .facets__label {
    color: var(--color-foreground);
    cursor: pointer;

    @media screen and (min-width: 750px) {
      margin-inline-end: var(--margin-2xs);
    }
  }

  .products-count-wrapper {
    display: none;
  }

  .facets--horizontal .products-count-wrapper {
    @media screen and (min-width: 750px) {
      display: flex;
      flex-shrink: 0;
      align-items: center;
      height: var(--minimum-touch-target);
      margin-left: 0;
    }
  }

  .facets__title-wrapper {
    background-color: var(--color-background);
    color: var(--color-foreground);
    position: sticky;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-block: var(--padding-xs);
    padding-inline-start: var(--drawer-padding);
    padding-inline-end: var(--padding-2xs);
    z-index: var(--facets-sticky-z-index);
  }

  :is(.facets--horizontal, .facets--vertical) .facets__title-wrapper {
    @media screen and (min-width: 750px) {
      display: none;
    }
  }

  .facets-drawer__title {
    --variant-picker-swatch-width: 32px;
    --variant-picker-swatch-height: 32px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: var(--gap-xs);

    @media screen and (min-width: 750px) {
      --variant-picker-swatch-width: 26px;
      --variant-picker-swatch-height: 26px;
    }
  }

  .facets-drawer__close {
    position: relative;
    top: 0;
    right: 0;
    padding: 0;
    cursor: pointer;
  }

  .facets__status:not(:empty) {
    width: max-content;
    display: flex;
    margin-inline-start: auto;
    font-weight: 500;
    color: var(--color-foreground);
  }

  .facets__panel[open] .facets__status {
    display: none;
  }

  .facets--filters-title {
    margin-block-end: 0;
    color: var(--color-foreground);
    height: fit-content;

    @media screen and (max-width: 749px) {
      display: none;
    }
  }

  .facets--horizontal .facets__panel .facets__status:has(:not(:empty)) {
    @media screen and (min-width: 750px) {
      display: flex;
      margin-inline-start: var(--margin-xs);
      margin-inline-end: var(--margin-xs);
    }
  }

  .facets--horizontal .facets__form {
    @media screen and (min-width: 750px) {
      gap: 0 var(--facets-form-horizontal-gap);
    }
  }

  .collection-wrapper:has(> .facets--horizontal) .facets__panel[open] {
    @media screen and (min-width: 750px) {
      z-index: var(--facets-open-z-index);
    }
  }

  @media screen and (max-width: 749px) {
    .ef-mobile-collection-bar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      width: 100%;
      min-width: 0;
    }

    .ef-mobile-collection-bar__title {
      min-width: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 13px;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      line-height: 1.4;
      color: var(--color-foreground);
    }

    .facets-toggle {
      display: block;
      width: 100%;
      min-width: 0;
    }

    .facets-toggle__wrapper {
      flex: 0 0 auto;
      display: block !important;
      position: static;
      margin: 0 !important;
      width: auto !important;
      z-index: auto;
    }

    .facets-toggle__button {
      display: inline-flex !important;
      align-items: center;
      justify-content: center;
      min-height: 40px;
      padding-inline: 14px;
      border-radius: 999px;
      white-space: nowrap;
      position: relative;
      z-index: 2;
    }

    .facets-toggle__button .svg-wrapper {
      margin-right: 6px;
    }

    .facets-mobile-wrapper {
      display: none !important;
    }

    .facets-block-wrapper--drawer .facets--drawer {
      top: auto;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100vw;
      max-width: 100vw;
      height: fit-content;
      max-height: 85vh;
      min-height: 0;
      border-right: 0;
      border-radius: 22px 22px 0 0;
      box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.16);
      padding-inline: 0;
      overflow: hidden;
    }

    .facets-block-wrapper--drawer .facets--drawer::backdrop {
      background: rgba(0, 0, 0, 0.32);
      backdrop-filter: blur(2px);
    }

    .facets-block-wrapper--drawer .facets-drawer__handle {
      width: 42px;
      height: 4px;
      border-radius: 999px;
      background: rgba(var(--color-foreground-rgb), 0.18);
      margin: 8px auto 2px;
      flex: 0 0 auto;
    }

    .facets-block-wrapper--drawer .facets__title-wrapper {
      display: flex;
      position: sticky;
      top: 0;
      z-index: 3;
      background-color: var(--color-background);
      padding-top: 6px;
      padding-bottom: 10px;
      padding-inline: 20px;
      border-bottom: 1px solid rgba(var(--color-foreground-rgb), 0.08);
      box-shadow: none;
    }

    .facets-block-wrapper--drawer .facets-drawer__title {
      font-size: 18px;
      line-height: 1.2;
      letter-spacing: 0.01em;
    }

    .facets-block-wrapper--drawer .facets-drawer__close {
      width: 40px;
      height: 40px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      background: transparent;
    }

    .facets-block-wrapper--drawer .facets__form-wrapper {
      display: block;
      min-height: 0;
      flex: 0 0 auto;
    }

    .facets-block-wrapper--drawer .facets__form {
      display: block;
      height: auto;
      min-height: 0;
    }

    .facets-block-wrapper--drawer .facets__filters-wrapper {
      min-height: 0;
      max-height: 50vh;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      padding-bottom: 16px;
    }

    .facets-block-wrapper--drawer .facets__filters-wrapper:empty {
      display: none;
    }

    .facets-block-wrapper--drawer .facets__panel {
      padding-left: 20px;
      padding-right: 20px;
    }

    .facets-block-wrapper--drawer .facets__item::before,
    .facets-block-wrapper--drawer .sorting-filter::before {
      width: calc(100% - 40px);
      opacity: 0.5;
    }

    .facets-block-wrapper--drawer .sorting-filter {
      margin-top: 0;
    }

    .facets-block-wrapper--drawer .facets-actions,
    .facets-block-wrapper--drawer .facets__actions,
    .facets-block-wrapper--drawer .facets__clear-wrapper,
    .facets-block-wrapper--drawer .facets__footer {
      position: static;
      bottom: auto;
      z-index: auto;
      background: var(--color-background);
      padding: 12px 20px calc(12px + env(safe-area-inset-bottom));
      border-top: 1px solid rgba(var(--color-foreground-rgb), 0.08);
      box-shadow: none;
    }

    .facets-block-wrapper--drawer .button,
    .facets-block-wrapper--drawer button[type='submit'] {
      min-height: 50px;
      border-radius: 999px;
    }
  }

  @media screen and (min-width: 750px) {
    .ef-mobile-collection-bar {
      display: none;
    }

    .collection-wrapper[class*='compact'] .card__media,
    .collection-wrapper[class*='compact'] .product-card__media,
    .collection-wrapper[class*='compact'] .media,
    .collection-wrapper[class*='compact'] .media-wrapper,
    .collection-wrapper[class*='compact'] picture,
    .collection-wrapper[class*='compact'] .card__image,
    .collection-wrapper[class*='small'] .card__media,
    .collection-wrapper[class*='small'] .product-card__media,
    .collection-wrapper[class*='small'] .media,
    .collection-wrapper[class*='small'] .media-wrapper,
    .collection-wrapper[class*='small'] picture,
    .collection-wrapper[class*='small'] .card__image,
    .collection-wrapper[class*='dense'] .card__media,
    .collection-wrapper[class*='dense'] .product-card__media,
    .collection-wrapper[class*='dense'] .media,
    .collection-wrapper[class*='dense'] .media-wrapper,
    .collection-wrapper[class*='dense'] picture,
    .collection-wrapper[class*='dense'] .card__image {
      display: block !important;
      visibility: visible !important;
      opacity: 1 !important;
      height: auto !important;
      min-height: 1px !important;
    }

    .collection-wrapper[class*='compact'] .card__media img,
    .collection-wrapper[class*='compact'] .product-card__media img,
    .collection-wrapper[class*='compact'] .media img,
    .collection-wrapper[class*='compact'] picture img,
    .collection-wrapper[class*='compact'] .card__image img,
    .collection-wrapper[class*='small'] .card__media img,
    .collection-wrapper[class*='small'] .product-card__media img,
    .collection-wrapper[class*='small'] .media img,
    .collection-wrapper[class*='small'] picture img,
    .collection-wrapper[class*='small'] .card__image img,
    .collection-wrapper[class*='dense'] .card__media img,
    .collection-wrapper[class*='dense'] .product-card__media img,
    .collection-wrapper[class*='dense'] .media img,
    .collection-wrapper[class*='dense'] picture img,
    .collection-wrapper[class*='dense'] .card__image img {
      display: block !important;
      visibility: visible !important;
      opacity: 1 !important;
      width: 100% !important;
      height: auto !important;
    }
  }

  /* ============================================================
     EARTH & FLAME — GOLD COLLECTION SUBNAV ACTIVE / HOVER
     Desktop: Candles / Diffusers / Luxe Room Sprays / Soaps /
     Wax Melts / Bundles / Best Sellers / Shop All
     Mobile: Shop other collections dropdown
  ============================================================ */

  .ef-collection-subnav__link {
    color: rgba(var(--color-foreground-rgb), 0.68) !important;
    opacity: 1 !important;
    transition:
      color 0.22s ease,
      opacity 0.22s ease,
      transform 0.22s ease !important;
  }

  .ef-collection-subnav__link:hover,
  .ef-collection-subnav__link:focus-visible,
  .ef-collection-subnav__link.is-active {
    color: var(--ef-accent, #b89352) !important;
    opacity: 1 !important;
  }

  .ef-collection-subnav__link.is-active::after,
  .ef-collection-subnav__link:hover::after,
  .ef-collection-subnav__link:focus-visible::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 1px;
    transform: translateX(-50%);
    width: 18px;
    height: 1px;
    background: var(--ef-accent, #b89352) !important;
  }

  .ef-mobile-collection-nav__link {
    transition:
      color 0.22s ease,
      opacity 0.22s ease !important;
  }

  .ef-mobile-collection-nav__link:hover,
  .ef-mobile-collection-nav__link:focus-visible,
  .ef-mobile-collection-nav__link.is-active {
    color: var(--ef-accent, #b89352) !important;
    opacity: 1 !important;
  }

  .ef-mobile-collection-nav__summary:hover .ef-mobile-collection-nav__label,
  .ef-mobile-collection-nav__summary:focus-visible .ef-mobile-collection-nav__label,
  .ef-mobile-collection-nav__summary:hover .ef-mobile-collection-nav__chevron,
  .ef-mobile-collection-nav__summary:focus-visible .ef-mobile-collection-nav__chevron {
    color: var(--ef-accent, #b89352) !important;
  }


  /* ============================================================
     EARTH & FLAME — MOBILE FILTER FIX
     Keep the original Filter button. Only force the drawer root/dialog
     to remain available on mobile and open as a bottom sheet.
  ============================================================ */

  @media screen and (max-width: 1180px) {
    .ef-collection-controls dialog-component.facets-block-wrapper.facets-block-wrapper--drawer,
    dialog-component.facets-block-wrapper.facets-block-wrapper--drawer {
      display: block !important;
      visibility: visible !important;
      position: fixed !important;
      inset: 0 !important;
      width: 100vw !important;
      height: 100dvh !important;
      margin: 0 !important;
      padding: 0 !important;
      z-index: 9999 !important;
      pointer-events: none !important;
      background: transparent !important;
      grid-column: auto !important;
    }

    .ef-collection-controls dialog-component.facets-block-wrapper.facets-block-wrapper--drawer dialog[open],
    dialog-component.facets-block-wrapper.facets-block-wrapper--drawer dialog[open] {
      pointer-events: auto !important;
    }

    .facets-toggle {
      display: block !important;
      width: 100% !important;
      min-width: 0 !important;
    }

    .facets-toggle__wrapper {
      display: block !important;
      position: static !important;
      margin: 0 !important;
      width: auto !important;
      z-index: auto !important;
      pointer-events: auto !important;
    }

    .facets-toggle__button {
      display: inline-flex !important;
      align-items: center !important;
      justify-content: center !important;
      min-height: 40px !important;
      padding-inline: 14px !important;
      border-radius: 999px !important;
      white-space: nowrap !important;
      position: relative !important;
      z-index: 2 !important;
      cursor: pointer !important;
      pointer-events: auto !important;
    }

    .ef-collection-controls dialog-component.facets-block-wrapper.facets-block-wrapper--drawer dialog.facets--drawer,
    dialog-component.facets-block-wrapper.facets-block-wrapper--drawer dialog.facets--drawer,
    .ef-collection-controls dialog-component.facets-block-wrapper.facets-block-wrapper--drawer dialog.dialog-drawer--right,
    dialog-component.facets-block-wrapper.facets-block-wrapper--drawer dialog.dialog-drawer--right {
      position: fixed !important;
      inset: auto 0 0 0 !important;
      top: auto !important;
      right: 0 !important;
      bottom: 0 !important;
      left: 0 !important;
      width: 100vw !important;
      min-width: 100vw !important;
      max-width: 100vw !important;
      height: auto !important;
      min-height: 0 !important;
      max-height: 86dvh !important;
      margin: 0 !important;
      padding: 0 !important;
      border: 0 !important;
      border-right: 0 !important;
      border-radius: 22px 22px 0 0 !important;
      background: var(--color-background) !important;
      color: var(--color-foreground) !important;
      box-shadow: 0 -14px 34px rgba(0, 0, 0, 0.18) !important;
      overflow: hidden !important;
      transform: translate3d(0, 100%, 0) !important;
      translate: 0 0 !important;
      transition: transform 0.24s ease !important;
    }

    .ef-collection-controls dialog-component.facets-block-wrapper.facets-block-wrapper--drawer dialog.facets--drawer[open],
    dialog-component.facets-block-wrapper.facets-block-wrapper--drawer dialog.facets--drawer[open],
    .ef-collection-controls dialog-component.facets-block-wrapper.facets-block-wrapper--drawer dialog.dialog-drawer--right[open],
    dialog-component.facets-block-wrapper.facets-block-wrapper--drawer dialog.dialog-drawer--right[open] {
      display: flex !important;
      flex-direction: column !important;
      transform: translate3d(0, 0, 0) !important;
    }

    .ef-collection-controls dialog-component.facets-block-wrapper.facets-block-wrapper--drawer dialog::backdrop,
    dialog-component.facets-block-wrapper.facets-block-wrapper--drawer dialog::backdrop {
      background: rgba(0, 0, 0, 0.34) !important;
      backdrop-filter: blur(2px) !important;
      -webkit-backdrop-filter: blur(2px) !important;
    }

    .facets-block-wrapper--drawer .facets-drawer__handle {
      display: block !important;
      width: 42px !important;
      height: 4px !important;
      min-height: 4px !important;
      flex: 0 0 auto !important;
      margin: 9px auto 2px !important;
      border-radius: 999px !important;
      background: rgba(var(--color-foreground-rgb), 0.18) !important;
    }

    .facets-block-wrapper--drawer .facets__title-wrapper {
      position: sticky !important;
      top: 0 !important;
      z-index: 4 !important;
      display: flex !important;
      align-items: center !important;
      justify-content: space-between !important;
      padding: 8px 20px 12px !important;
      background: var(--color-background) !important;
      border-bottom: 1px solid rgba(var(--color-foreground-rgb), 0.08) !important;
      box-shadow: none !important;
    }

    .facets-block-wrapper--drawer .facets__form-wrapper,
    .facets-block-wrapper--drawer .facets__form {
      display: flex !important;
      flex-direction: column !important;
      min-height: 0 !important;
      height: auto !important;
      overflow: hidden !important;
    }

    .facets-block-wrapper--drawer .facets__filters-wrapper {
      min-height: 0 !important;
      max-height: 50dvh !important;
      overflow-y: auto !important;
      -webkit-overflow-scrolling: touch !important;
      padding-bottom: 16px !important;
    }

    .facets-block-wrapper--drawer .facets-actions,
    .facets-block-wrapper--drawer .facets__actions,
    .facets-block-wrapper--drawer .facets__clear-wrapper,
    .facets-block-wrapper--drawer .facets__footer {
      position: static !important;
      bottom: auto !important;
      z-index: 5 !important;
      flex: 0 0 auto !important;
      padding: 12px 20px calc(12px + env(safe-area-inset-bottom)) !important;
      border-top: 1px solid rgba(var(--color-foreground-rgb), 0.08) !important;
      background: var(--color-background) !important;
      box-shadow: none !important;
    }
  }


  /* ============================================================
     EARTH & FLAME — DESKTOP COLLECTION MENU CONTROLS
     Safe version for blocks/filters.liquid.
     Does not contain content_for and cannot reference itself.
  ============================================================ */

  @media screen and (min-width: 750px) {
    .ef-collection-toolbar {
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      flex-wrap: nowrap !important;
      gap: clamp(26px, 3.4vw, 64px) !important;
      width: 100% !important;
      min-width: 0 !important;
    }

    .ef-collection-toolbar .ef-collection-subnav--inline {
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      flex: 0 1 auto !important;
      min-width: 0 !important;
      max-width: 100% !important;
      overflow-x: auto !important;
      scrollbar-width: none !important;
      -ms-overflow-style: none !important;
      white-space: nowrap !important;
      gap: var(--ef-filter-menu-gap, 22px) !important;
    }

    .ef-collection-toolbar .ef-collection-subnav--inline::-webkit-scrollbar {
      display: none !important;
    }

    .ef-collection-toolbar .ef-collection-subnav__link,
    .facets .ef-collection-toolbar .ef-collection-subnav__link,
    .facets--horizontal .ef-collection-toolbar .ef-collection-subnav__link {
      font-size: var(--ef-filter-menu-text-size, 13px) !important;
      line-height: 1.2 !important;
      white-space: nowrap !important;
      padding-bottom: 8px !important;
    }

    .ef-collection-toolbar__right {
      margin-left: 0 !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      flex: 0 0 auto !important;
      gap: 18px !important;
      white-space: nowrap !important;
      min-width: max-content !important;
      padding-bottom: 8px !important;
    }

    .ef-collection-toolbar__right,
    .ef-collection-toolbar__right .products-count-wrapper,
    .ef-collection-toolbar__right .sorting-filter {
      font-size: var(--ef-filter-count-sort-size, 13px) !important;
      line-height: 1.2 !important;
    }

    .ef-collection-toolbar__right .products-count-wrapper,
    .ef-collection-toolbar__right .sorting-filter {
      display: flex !important;
      align-items: center !important;
      margin: 0 !important;
    }
  }

  @media screen and (min-width: 750px) and (max-width: 1280px) {
    .ef-collection-toolbar {
      gap: clamp(12px, 2.2vw, 28px) !important;
      justify-content: flex-start !important;
      overflow-x: auto !important;
      scrollbar-width: none !important;
      -ms-overflow-style: none !important;
      padding-left: 8px !important;
      padding-right: 8px !important;
    }

    .ef-collection-toolbar::-webkit-scrollbar {
      display: none !important;
    }

    .ef-collection-toolbar .ef-collection-subnav--inline {
      justify-content: flex-start !important;
      flex: 0 0 auto !important;
      gap: clamp(8px, 1.35vw, var(--ef-filter-menu-gap, 22px)) !important;
    }

    .ef-collection-toolbar .ef-collection-subnav__link,
    .facets .ef-collection-toolbar .ef-collection-subnav__link,
    .facets--horizontal .ef-collection-toolbar .ef-collection-subnav__link {
      font-size: clamp(9px, 1.05vw, var(--ef-filter-menu-text-size, 13px)) !important;
      letter-spacing: clamp(0.035em, 0.16vw, 0.08em) !important;
    }

    .ef-collection-toolbar__right,
    .ef-collection-toolbar__right .products-count-wrapper,
    .ef-collection-toolbar__right .sorting-filter {
      font-size: clamp(9px, 1.05vw, var(--ef-filter-count-sort-size, 13px)) !important;
    }
  }


  /* Earth & Flame — sort text size fix
     Font-size only. Does not force hidden sort elements to display. */
  @media screen and (min-width: 750px) {
    .ef-collection-toolbar__right .sorting-filter,
    .ef-collection-toolbar__right .sorting-filter *,
    .ef-collection-toolbar__right [class*='sorting'],
    .ef-collection-toolbar__right [class*='sorting'] *,
    .ef-collection-toolbar__right [class*='sort'],
    .ef-collection-toolbar__right [class*='sort'] *,
    .ef-collection-toolbar__right select,
    .ef-collection-toolbar__right button,
    .ef-collection-toolbar__right summary,
    .ef-collection-toolbar__right option {
      font-size: var(--ef-filter-count-sort-size, 13px) !important;
      line-height: 1.2 !important;
    }

    .ef-collection-toolbar__right svg,
    .ef-collection-toolbar__right .svg-wrapper {
      width: 12px !important;
      height: 12px !important;
    }
  }
/* END_BLOCK:filters */

/* START_BLOCK:footer-policy-list (INDEX:154) */
.policy-list-trigger {
    anchor-name: --terms-policies-trigger;
    cursor: pointer;
    font-size: var(--font-size, 0.75rem);
    text-transform: var(--text-transform, none);
  }

  .policy_list {
    li {
      border-radius: calc(var(--style-border-radius-popover) - 8px);

      a {
        color: var(--color-foreground);
        display: inline-block;
        padding: 8px;
        text-align: start;
        width: 100%;
        outline-color: #0000;
        font-size: var(--font-size, 0.75rem);
        text-transform: var(--text-transform, none);
      }

      &:is(:hover, :focus-within) {
        background: rgb(var(--color-foreground-rgb) / 0.15);
      }
    }
  }

  .terms-policies-popover {
    position-anchor: --terms-policies-trigger;
    inset: unset;
    bottom: calc(anchor(top) + 1rem);
    left: anchor(left);
    border-radius: var(--style-border-radius-popover);
    background: linear-gradient(var(--color-background) 0 100%),
      linear-gradient(rgb(var(--color-background-rgb) / 0.15) 0 100%);
    background-clip: padding-box, border-box;
    border: 1px solid #0000;
    box-shadow: var(--shadow-popover);
    padding: 8px;
    margin: 0;
    opacity: 0;
    scale: 0.94;
    translate: 0 6px;
    transform-origin: 6ch 100%;
  }

  .terms-policies-popover.\:popover-open,
  .terms-policies-popover:popover-open {
    opacity: 1;
    translate: 0 0;
    scale: 1;
  }

  @media screen and (max-width: 750px) {
    .terms-policies-popover {
      left: anchor(center);
      transform: translate(-50%, 0);
      transform-origin: 0% 100%;
    }
  }

  @supports not (position-anchor: --account-button-trigger) {
    .terms-policies-popover {
      bottom: unset;
      top: calc(var(--anchor-top) * 1px);
      left: calc(var(--anchor-left) * 1px);
      transform: translate(0, calc(-100% - 1.25rem));
    }
    @media screen and (max-width: 750px) {
      .terms-policies-popover {
        left: calc((var(--anchor-left) + (var(--anchor-width) / 2)) * 1px);
        transform: translate(-50%, calc(-100% - 1.25rem));
      }
    }
  }
  @media (prefers-reduced-motion: no-preference) {
    .terms-policies-popover {
      transition-property: display, overlay, opacity, scale, translate;
      transition-behavior: allow-discrete;
      transition-duration: 0.3s;
      transition-timing-function: var(--ease-out-quad);
    }
    @starting-style {
      .terms-policies-popover.\:popover-open,
      .terms-policies-popover:popover-open {
        opacity: 0.7;
        translate: 0 6px;
        scale: 0.94;
      }
    }
  }
/* END_BLOCK:footer-policy-list */

/* START_BLOCK:icon (INDEX:156) */
.icon-block {
    display: flex;
    fill: currentcolor;
    flex-shrink: 0;
  }

  .icon-block__media {
    height: auto;
  }
/* END_BLOCK:icon */

/* START_BLOCK:image (INDEX:157) */
.placeholder-image {
    position: relative;
    aspect-ratio: var(--ratio);
    overflow: hidden;
  }

  placeholder-image img {
    width: 100%;
    height: 100%;
    aspect-ratio: var(--ratio);
  }

  .image-block {
    display: flex;

    /* When the image is nested in a group, section, etc, respect the parent's horizontal alignment */
    justify-content: var(--horizontal-alignment, 'inline-start');
  }

  .image-block--height-fill .image-block__image {
    height: 100%;
  }

  .image-block__image {
    object-fit: cover;
    aspect-ratio: var(--ratio);
  }
  
  /* Optional breathing effect */
  .image-block--breathe .image-block__image {
    transform-origin: center center;
    animation: image-block-breathe var(--breathe-speed, 8s) ease-in-out infinite alternate;
  }

  @keyframes image-block-breathe {
    from { transform: scale(1); }
    to { transform: scale(var(--breathe-scale, 1.02)); }
  }
/* END_BLOCK:image */

/* START_BLOCK:logo (INDEX:159) */
.logo-block {
    width: calc(var(--logo-width) + var(--padding-inline-start) + var(--padding-inline-end));
    max-width: 100%;
    max-height: calc(var(--logo-height, 100%) + var(--padding-block-start) + var(--padding-block-end));
    font-size: var(--logo-height);
    display: flex;

    @media screen and (max-width: 750px) {
      max-height: calc(
        var(--logo-height-mobile, var(--logo-height, 100%)) + var(--padding-block-start) + var(--padding-block-end)
      );
      font-size: var(--logo-height-mobile, var(--logo-height));
      width: calc(
        var(--logo-width-mobile, var(--logo-width)) + var(--padding-inline-start) + var(--padding-inline-end)
      );
    }
  }

  .logo-block__image-wrapper {
    display: flex;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
  }

  .logo-block__image {
    object-fit: contain;
    width: 100%;
  }
/* END_BLOCK:logo */

/* START_BLOCK:menu (INDEX:160) */
.menu {
    width: 100%;
  }

  .menu:not(:has(.menu__heading--empty)) .details-content {
    margin-block-start: var(--spacing--size);
  }

  .menu__item + .menu__item {
    margin-block-start: var(--spacing--size);
  }

  .menu .menu__heading--empty {
    display: none;
  }

  .menu__heading__default {
    display: contents;
  }

  .menu__heading__accordion {
    display: none;
  }

  @media screen and (max-width: 749px) {
    /* Always show the fallback heading on mobile when accordion is enabled */
    .menu--accordion .menu__heading--empty {
      display: flex;
    }

    .menu--accordion .menu__heading__accordion {
      display: contents;
    }

    .menu--accordion .menu__heading__default {
      display: none;
    }

    .menu--accordion .details-content {
      margin-block-start: var(--spacing--size);
    }

    .menu--accordion .menu__details {
      padding-inline: 0;
    }

    .menu--dividers .menu__details {
      border-block-end: var(--style-border-width) solid var(--color-border);
    }

    .menu--dividers .details-content {
      padding-block-end: var(--padding-sm);
    }
  }

  .menu--caret .icon-plus,
  .menu--plus .icon-caret {
    display: none;
  }
/* END_BLOCK:menu */

/* START_BLOCK:page (INDEX:162) */
.page-block {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
    align-items: flex-start;
  }

  .page-title {
    margin-bottom: var(--margin-xl);
  }

  .placeholder-image {
    position: relative;
    aspect-ratio: var(--ratio);
    overflow: hidden;
  }

  .page-placeholder {
    width: 100%;
    height: 100%;
  }
/* END_BLOCK:page */

/* START_BLOCK:payment-icons (INDEX:163) */
.payment-icons {
    width: 100%;
  }

  .payment-icons__list {
    display: flex;
    align-items: center;
    justify-content: var(--alignment);
    flex-wrap: wrap;
    gap: var(--icon-gap);
    margin: 0;
    padding: 0;
  }

  .payment-icons__item {
    display: flex;
    align-items: center;
  }
/* END_BLOCK:payment-icons */

/* START_BLOCK:popup-link (INDEX:164) */
.popup-link__button svg {
    display: inline-block;
    position: relative;
    top: var(--margin-2xs);
  }

  .popup-link__content {
    box-shadow: var(--shadow-popover);
    border: var(--style-border-popover);
    border-radius: var(--style-border-radius-popover);
    background-color: var(--color-background);
    padding: var(--padding-4xl) var(--padding-xl) var(--padding-xl);
    max-width: var(--normal-content-width);
    max-height: var(--modal-max-height);

    @media screen and (min-width: 750px) {
      padding: var(--padding-5xl);
    }
  }

  .popup-link__content[open] {
    animation: modalSlideInTop var(--animation-speed) var(--animation-easing) forwards;
  }

  .popup-link__content.dialog-closing {
    animation: modalSlideOutTop var(--animation-speed) var(--animation-easing) forwards;
  }

  .popup-link__content--drawer {
    position: fixed;
    border-radius: 0;
    width: var(--sidebar-width);
    max-width: 95vw;
    height: 100%;
    margin: 0 0 0 auto;
  }

  /* Needed to ensure the drawer is full height */
  .popup-link__content--drawer:modal {
    max-height: 100dvh;
  }

  .popup-link__close {
    top: var(--margin-2xs);
    right: var(--margin-2xs);
    opacity: 0.8;
    animation: none;
  }
/* END_BLOCK:popup-link */

/* START_BLOCK:price (INDEX:165) */
.tax-note:empty {
    display: none;
  }

  form.payment-terms {
    padding-top: 0.5em;
    font-size: min(0.85em, var(--font-paragraph--size));
    font-weight: var(--font-paragraph--weight);
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
  }

  .installments:not(:has(shopify-payment-terms)) {
    display: none;
  }
/* END_BLOCK:price */

/* START_BLOCK:product-custom-property (INDEX:167) */
product-custom-property-component {
    display: block;
    width: 100%;
  }

  product-custom-property-component .__heading {
    margin-inline: 0;
    margin-block: 0 var(--padding-sm);
  }

  product-custom-property-component .__heading:has(+ .__description) {
    margin-block-end: var(--padding-2xs);
  }

  product-custom-property-component .__description {
    font-size: min(0.85em, var(--font-paragraph--size));
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
    margin-inline: 0;
    margin-block: 0 var(--padding-md);
  }

  product-custom-property-component .__field {
    position: relative;
  }

  product-custom-property-component .__input-wrapper {
    position: relative;
  }

  product-custom-property-component input,
  product-custom-property-component textarea {
    width: 100%;
    /* stylelint-disable-next-line declaration-no-important */
    color: var(--color-input-text) !important;
  }

  /* Add padding for inputs with counter inside */
  product-custom-property-component .__input-wrapper input {
    padding-bottom: calc(var(--padding-sm) * 3);
  }

  product-custom-property-component .__input-wrapper textarea {
    padding-bottom: calc(var(--padding-sm) * 3);
    scroll-padding-bottom: calc(var(--padding-sm) * 3);
  }

  product-custom-property-component textarea {
    min-height: 80px;
  }

  @supports (resize: vertical) {
    @media (hover: hover) and (pointer: fine) {
      product-custom-property-component textarea {
        resize: vertical; /* stylelint-disable-line */
      }
    }
  }

  product-custom-property-component .__character-label {
    position: absolute;
    left: var(--input-padding-x);
    bottom: var(--padding-sm);
    pointer-events: none;
  }

  product-custom-property-component .__character-count {
    font-style: italic;
    /* stylelint-disable-next-line declaration-no-important */
    color: var(--color-input-text) !important;
  }

  /* We should consolidate input styles that share the same behavior */
  .custom-property__input {
    border: var(--style-border-width-inputs) solid var(--color-input-border);
    border-radius: var(--style-border-radius-inputs);

    /* this is needed to override the styles from field__input */
    box-shadow: none;

    &:is(:hover, :focus) {
      /* this is needed to override the styles from field__input */
      box-shadow: none;
    }

    &:focus {
      /* this is needed to override the styles from field__input */
      outline: var(--focus-outline-width) solid var(--color-input-background);
    }
  }
/* END_BLOCK:product-custom-property */

/* START_BLOCK:product-inventory (INDEX:169) */
.product-inventory__status {
    display: flex;
    align-items: center;
    font-size: var(--font-paragraph--size);
    line-height: var(--font-paragraph--line-height);
    gap: var(--padding-xs);
  }

  .product-inventory__icon,
  .product-inventory__icon svg {
    width: var(--icon-size-sm);
    height: var(--icon-size-sm);
  }

  .product-inventory__icon-low {
    color: var(--color-lowstock);
  }

  .product-inventory__icon-in_stock {
    color: var(--color-instock);
  }

  .product-inventory__icon-out_of_stock {
    color: var(--color-outofstock);
  }

  .product-inventory__icon circle:first-of-type {
    opacity: 0.3;
  }
/* END_BLOCK:product-inventory */

/* START_BLOCK:product-recommendations (INDEX:170) */
.product-recommendations-wrapper {
    width: 100%;
  }

  .product-recommendations-wrapper:has(product-recommendations[data-shopify-editor-preview]) {
    width: 100vw;
  }

  .product-recommendations {
    display: block;
  }

  .product-recommendations__skeleton-item {
    aspect-ratio: 3 / 4;
    background-color: var(--color-foreground);
    opacity: var(--skeleton-opacity);
    border-radius: 4px;
  }
/* END_BLOCK:product-recommendations */

/* START_BLOCK:review (INDEX:173) */
.rating-wrapper {
    width: 100%;
    gap: var(--gap-xs);
    flex-wrap: wrap;
  }

  .rating-color--primary {
    --star-fill-color: var(--color-primary);
    --star-fill-color-rgb: var(--color-primary-rgb);
  }

  .rating-color--foreground {
    --star-fill-color: var(--color-foreground);
    --star-fill-color-rgb: var(--color-foreground-rgb);
  }

  .rating-wrapper,
  .rating {
    display: flex;
    align-items: center;
  }

  .rating-wrapper.justify-right {
    flex-direction: row-reverse;
  }

  .rating {
    gap: var(--gap-3xs);
  }

  .rating-wrapper .rating-text,
  .rating-wrapper .rating-count,
  .rating-wrapper .rating-count-separator {
    color: var(--star-fill-color);
    margin: 0;
    white-space: nowrap;
  }

  .rating-count-separator {
    opacity: var(--opacity-20);
    padding-left: calc(var(--padding-xs) / 2);
    padding-right: var(--padding-xs);
  }

  .stars {
    height: var(--star-size);
    fill: var(--empty-star-fill-color);
  }

  .filled-star {
    fill: var(--star-fill-color);
  }
/* END_BLOCK:review */

/* START_BLOCK:social-links (INDEX:174) */
.social-icons__wrapper {
    display: flex;
    gap: var(--gap-sm);
    flex-wrap: wrap;
    justify-content: center;

    @media screen and (min-width: 750px) {
      flex-wrap: nowrap;
      justify-content: flex-start;
    }
  }

  .social-icons__icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--icon-size-lg);
  }

  .social-icons__icon {
    display: flex;
    fill: currentColor;
    flex-shrink: 0;
    width: var(--icon-size-lg);
    height: var(--icon-size-lg);
  }

  .social-icons__icon {
    display: none;
  }

  .social-icons__icon-wrapper:has(.social-icons__icon path) {
    width: var(--icon-size-lg);

    .social-icons__icon {
      display: block;
    }

    .social-icons__icon-label {
      display: none;
    }
  }

  /* Disabled state for editor */
  .shopify-design-mode .social-icons__icon-wrapper--disabled {
    opacity: var(--disabled-opacity, 0.5);
    cursor: not-allowed;
  }

  .shopify-design-mode .social-icons__icon-wrapper--disabled a {
    pointer-events: none;
  }
/* END_BLOCK:social-links */

/* START_BLOCK:spacer (INDEX:175) */
/* Fill opposite direction */
  .layout-panel-flex--column > .spacer-block {
    width: 100%;
  }

  .layout-panel-flex--row > .spacer-block {
    height: 100%;
  }

  /* Flex - Percent */
  :is(.layout-panel-flex--row, .layout-panel-flex--column) > .spacer-block--size-percent {
    flex: var(--spacer-size);
  }

  /* Flex - Pixel */
  .layout-panel-flex--row > .spacer-block--size-pixel {
    width: var(--spacer-size);
  }

  .layout-panel-flex--column > .spacer-block--size-pixel {
    height: var(--spacer-size);
  }

  /* Mobile */
  @media screen and (max-width: 750px) {
    /* Percent */
    .layout-panel-flex--row:not(.mobile-column) > .spacer-block--size-mobile-percent {
      flex: var(--spacer-size-mobile);
      height: 100%;
    }

    .layout-panel-flex--column > .spacer-block--size-mobile-percent,
    .mobile-column > .spacer-block--size-percent:not(.spacer-block--size-mobile-pixel) {
      width: 100%;
      flex: var(--spacer-size-mobile);
    }

    /* Pixel */
    .layout-panel-flex--row:not(.mobile-column) > .spacer-block--size-mobile-pixel {
      width: var(--spacer-size-mobile);
      height: 100%;
    }

    .layout-panel-flex--column > .spacer-block--size-mobile-pixel,
    .mobile-column > .spacer-block--size-mobile-pixel {
      width: 100%;
      flex: 0;
      height: var(--spacer-size-mobile);
    }
  }
/* END_BLOCK:spacer */

/* START_BLOCK:swatches (INDEX:176) */
product-swatches {
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
    gap: 0;
    flex-shrink: 0;
  }

  swatches-variant-picker-component {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: var(--product-swatches-alignment-mobile);

    @media (min-width: 750px) {
      justify-content: var(--product-swatches-alignment);
    }
  }

  swatches-variant-picker-component .variant-option--swatches {
    padding-block: calc(
        var(--product-swatches-padding-block-start) + var(--focus-outline-offset) + var(--focus-outline-width)
      )
      calc(var(--product-swatches-padding-block-end) + var(--focus-outline-offset) + var(--focus-outline-width));
    padding-inline: calc(
        var(--product-swatches-padding-inline-start) + var(--focus-outline-offset) + (1.5 * var(--focus-outline-width))
      )
      calc(var(--product-swatches-padding-inline-end) + var(--focus-outline-offset) + var(--focus-outline-width));
  }

  .variant-option--swatches {
    overflow-list::part(list) {
      gap: var(--gap-sm);
    }

    overflow-list[defer]::part(list) {
      flex-wrap: nowrap;
    }
  }

  .hidden-swatches__count {
    display: flex;
    align-self: center;
    align-items: center;
    justify-content: center;
    color: rgb(var(--color-foreground-rgb) / var(--opacity-40-60));
    background-color: transparent;
    padding: 0;
    border: 0;
    border-radius: 0;

    &::before {
      /* This doesn't work in Safari without the counter-reset. https://stackoverflow.com/a/40179718 */
      counter-reset: overflow-count var(--overflow-count);
      content: '+' counter(overflow-count);
      line-height: 1;
      cursor: pointer;
    }
  }

  .hidden-swatches__count:hover {
    color: var(--color-foreground-rgb);
  }
/* END_BLOCK:swatches */

/* START_BLOCK:text (INDEX:177) */
.ef-instagram-follow-block,
  .ef-instagram-follow-block * {
    box-sizing: border-box;
  }

  .ef-instagram-follow-block {
    width: 100%;
    padding:
      var(--ef-insta-padding-top)
      var(--ef-insta-padding-right)
      var(--ef-insta-padding-bottom)
      var(--ef-insta-padding-left);
    background: var(--ef-insta-bg);
    border-top: var(--ef-insta-border-width) solid var(--ef-insta-border);
    border-bottom: var(--ef-insta-border-width) solid var(--ef-insta-border);
    text-align: var(--ef-insta-alignment);
  }

  .ef-instagram-follow-block__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--ef-insta-gap);
    color: var(--ef-insta-text);
    text-decoration: none;
    font-size: var(--ef-insta-font-size);
    line-height: 1.18;
    font-weight: var(--ef-insta-font-weight);
    letter-spacing: var(--ef-insta-letter-spacing);
    transition:
      color 0.22s ease,
      opacity 0.22s ease,
      transform 0.22s ease;
  }

  .ef-instagram-follow-block__link:hover {
    opacity: 0.82;
    transform: translateY(-1px);
  }

  .ef-instagram-follow-block__icon {
    width: var(--ef-insta-icon-size);
    height: var(--ef-insta-icon-size);
    flex: 0 0 var(--ef-insta-icon-size);
    color: var(--ef-insta-icon);
  }

  .ef-instagram-follow-block__text {
    display: inline-block;
  }

  .ef-instagram-follow-block__text em {
    font-style: italic;
  }

  @media screen and (max-width: 749px) {
    .ef-instagram-follow-block__link {
      font-size: var(--ef-insta-mobile-font-size);
      flex-wrap: wrap;
      gap: calc(var(--ef-insta-gap) * 0.8);
    }

    .ef-instagram-follow-block__link:hover {
      transform: none;
    }
  }
/* END_BLOCK:text */

/* START_BLOCK:video (INDEX:179) */
.placeholder-video {
    aspect-ratio: 5 / 3;
  }
/* END_BLOCK:video */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:account-actions (INDEX:180) */
.account-actions {
    background-color: var(--color-background);
    display: flex;
    flex-direction: column;
    position: relative;
    transition: height var(--animation-values);

    &:has([data-active]) .account-actions__main-menu {
      visibility: hidden;
    }
  }

  .account-actions__header {
    padding: var(--padding-xl);
    display: flex;
    flex-direction: column;
    gap: var(--gap-2xs);
  }

  .account-actions__title {
    /* Ideally we set the font-size here, but specificity issues make this necessary */
    --font-h5--size: var(--font-size--lg);

    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .account-actions__email {
    display: flex;
    align-items: center;
    gap: var(--gap-2xs);
    color: rgb(var(--color-foreground-rgb) / var(--opacity-60));
    max-width: var(--account-actions-max-width);
    word-break: break-all;
  }

  .account-actions__sign-ins {
    padding: var(--padding-xl);
    padding-block-start: 0;
    padding-block-end: var(--padding-md);
    display: flex;
    flex-direction: column;
    gap: var(--gap-sm);
  }

  .account-actions__sign-in-text {
    display: inline;
  }

  .account-actions__fallback-text {
    display: none;
  }

  .account-actions__sign-ins:not(:has(shop-login-button)) {
    gap: 0;

    .account-actions__sign-in-text {
      display: none;
    }

    .account-actions__fallback-text {
      display: block;
    }
  }

  /* Makes the shop login button radius match the theme settings */
  .account-actions__shop-login {
    --buttons-radius: var(--style-border-radius-buttons-primary);
  }

  .account-actions__nav {
    padding: var(--padding-xl);
    padding-block-start: 0;
  }

  .account-actions__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--gap-sm);
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;

    @media screen and (max-width: 300px) {
      grid-template-columns: 1fr;
    }
  }

  .account-actions__link {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--gap-2xs);
  }

  .account-actions__icon {
    display: flex;
    width: var(--icon-size-sm);
    height: var(--icon-size-sm);
    margin-block: -4px;
  }

  /* This triggers iOS < 16.4. The outline bug is not recognized as a lack of @supports */

  @supports not (background-color: rgb(from red 150 g b / alpha)) {
    /**
    There is a bug in safari < 16.4 that causes the outline to not follow the elements border radius. This is a workaround.
    Using element selector to increase specificity.
  **/

    .account-actions :is(a.button, a.button-secondary):focus-visible {
      outline: none;
      overflow: visible;
      position: relative;

      &::after {
        content: '';
        position: absolute;
        inset: calc(-1 * var(--focus-outline-offset));
        border: var(--focus-outline-width) solid currentColor;
        border-radius: var(--style-border-radius-buttons-secondary);
        display: inherit;
      }
    }

    .account-actions a.button:focus-visible::after {
      border-color: var(--button-background-color);
      border-radius: var(--style-border-radius-buttons-primary);
    }
  }
/* END_SNIPPET:account-actions */

/* START_SNIPPET:account-button (INDEX:181) */
.account-button {
    color: var(--color-foreground);
    appearance: none;
    border: none;
    background: none;
    height: var(--button-size);
    width: var(--button-size);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    transition: color var(--animation-speed) var(--animation-easing);
    anchor-name: --account-button-trigger;
  }

  .account-button__avatar {
    --account-button-size: 1.625rem;

    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--account-button-size);
    height: var(--account-button-size);
    border-radius: var(--style-border-radius-50);
    background-color: var(--color-primary-button-background);
    font-size: var(--font-size--sm);
    font-weight: 500;
    color: var(--color-primary-button-text);
    text-transform: uppercase;
    line-height: 1;
  }

  .account-button__icon {
    color: currentColor;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }

  /* The shop avatar doesn't bubble the click event up to our button, so we need to prevent that or the button doesn't work */
  .account-button shop-user-avatar {
    pointer-events: none;
  }
/* END_SNIPPET:account-button */

/* START_SNIPPET:account-drawer (INDEX:182) */
.account-drawer {
    @media screen and (min-width: 750px) {
      display: none;
    }
  }

  .account-drawer__dialog {
    --animation-speed: 0.24s;
    --dialog-drawer-opening-animation: account-drawer-slide-in;
    --dialog-drawer-closing-animation: account-drawer-slide-out;

    height: fit-content;
    margin: 0;
    inset-block-end: 0;
    inset-block-start: auto;
    border-radius: 0;
    padding: 0;
  }

  .account-drawer__close-button {
    z-index: 1;
    inset-block-start: var(--padding-xs);
    inset-inline-end: var(--padding-xs);
    color: var(--color-foreground);
    background-color: transparent;
  }

  .account-drawer__close-button .svg-wrapper {
    display: flex;
    width: var(--button-size);
    height: var(--button-size);
    align-items: center;
    justify-content: center;
  }

  @keyframes account-drawer-slide-in {
    from {
      transform: translateY(100%);
    }

    to {
      transform: translateY(0);
    }
  }

  @keyframes account-drawer-slide-out {
    from {
      transform: translateY(0);
    }

    to {
      transform: translateY(100%);
    }
  }
/* END_SNIPPET:account-drawer */

/* START_SNIPPET:account-popover (INDEX:183) */
.account-popover {
    --account-popover-min-width: 22rem;
    --account-actions-max-width: 22rem;
  }

  .account-popover__summary {
    padding: 0;

    &:hover {
      color: var(--color-foreground);
    }
  }

  .account-popover__panel {
    --account-popover-opacity: 0;
    --account-popover-y: 20px;
    position-anchor: --account-button-trigger;
    border-radius: var(--style-border-radius-popover);
    margin: 0;
    left: unset;
    width: max-content;
    min-width: var(--account-popover-min-width);
    box-shadow: var(--shadow-popover);
    border: var(--style-border-popover);
    background-color: var(--color-background);
    overflow-y: hidden;
    opacity: var(--account-popover-opacity);
    translate: 0 var(--account-popover-y);
    transition-property: display, opacity, translate;
    transition-duration: 0.3s;
    transition-timing-function: var(--ease-out-quad);
    transition-behavior: allow-discrete;
    top: calc(anchor(bottom) + var(--header-padding));
    right: anchor(right);

    &:popover-open {
      --account-popover-opacity: 1;
      --account-popover-y: 0px;
    }

    @supports not (position-anchor: --account-button-trigger) {
      top: calc(var(--anchor-top) * 1px + var(--minimum-touch-target) + var(--header-padding));
      right: calc(var(--anchor-right) * 1px);
    }

    @supports not selector(:popover-open) {
      &.\:popover-open {
        --account-popover-opacity: 1;
        --account-popover-y: 0px;
      }
    }
  }

  @starting-style {
    .account-popover__panel {
      --account-popover-opacity: 0.7;
      --account-popover-y: 20px;
    }

    .account-popover__panel:popover-open {
      --account-popover-opacity: 0.7;
      --account-popover-y: 20px;
    }
  }
/* END_SNIPPET:account-popover */

/* START_SNIPPET:add-to-cart-button (INDEX:184) */
.add-to-cart-text {
    display: flex;
    gap: var(--gap-2xs);
    align-items: center;
    justify-content: center;
    animation-duration: var(--animation-speed);
    animation-timing-function: var(--animation-easing);
    animation-fill-mode: forwards;
    transition: opacity var(--animation-speed) var(--animation-easing);
  }

  .atc-added .add-to-cart-text {
    animation-name: atc-slide-out;
  }

  .add-to-cart-text--added {
    position: absolute;
    inset: 0;
    animation-duration: var(--animation-speed);
    animation-timing-function: var(--animation-easing);
    animation-fill-mode: forwards;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: width var(--animation-speed) var(--animation-easing),
      opacity var(--animation-speed) var(--animation-easing);
  }

  .atc-added .add-to-cart-text--added {
    animation-name: atc-slide-in;
  }

  @keyframes atc-slide-in {
    from {
      opacity: 0;
      transform: translateY(0.5em);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes atc-slide-out {
    from {
      transform: translateY(0);
      opacity: 1;
    }

    to {
      transform: translateY(-1em);
      opacity: 0;
    }
  }
/* END_SNIPPET:add-to-cart-button */

/* START_SNIPPET:background-video (INDEX:187) */
@media (prefers-reduced-motion: reduce) {
    video-background-component video {
      display: none;
    }
  }
/* END_SNIPPET:background-video */

/* START_SNIPPET:bento-grid (INDEX:188) */
.bento-box {
    display: grid;
    column-gap: var(--bento-gap);
    row-gap: calc(var(--bento-gap) * 1.5);
    width: 100%;
  }

  .bento-box:has(.collection-card--image-bg) {
    row-gap: var(--bento-gap);
  }

  .bento-box ~ .bento-box {
    padding-block-start: var(--bento-gap);
  }

  @media (max-width: 900px) {
    .bento-box {
      grid-template-columns: repeat(2, 1fr);
    }

    .bento-box__item:nth-child(3n + 1) {
      grid-column: span 1;
    }

    .bento-box__item:nth-child(3n + 2) {
      grid-column: span 1;
    }

    .bento-box__item:nth-child(3n + 3) {
      grid-column: span 2;
    }

    /* Ensure last items create a full row */
    .bento-box__item:last-child:nth-child(3n + 5) {
      grid-column: span 1;
    }

    .bento-box__item:last-child:nth-child(3n + 4) {
      grid-column: span 2;
    }
  }

  @media (min-width: 901px) {
    .bento-box {
      grid-template-columns: repeat(12, 1fr);
      grid-template-areas:
        'A A A B B B B B B C C C'
        'D D D D D D E E E F F F'
        'G G G H H H I I I I I I'
        'J J J J K K K K L L L L';
    }

    .bento-box__item:nth-child(1) {
      grid-area: A;
    }

    .bento-box__item:nth-child(2) {
      grid-area: B;
    }

    .bento-box__item:nth-child(3) {
      grid-area: C;
    }

    .bento-box__item:nth-child(4) {
      grid-area: D;
    }

    .bento-box__item:nth-child(5) {
      grid-area: E;
    }

    .bento-box__item:nth-child(6) {
      grid-area: F;
    }

    .bento-box__item:nth-child(7) {
      grid-area: G;
    }

    .bento-box__item:nth-child(8) {
      grid-area: H;
    }

    .bento-box__item:nth-child(9) {
      grid-area: I;
    }

    .bento-box__item:nth-child(10) {
      grid-area: J;
    }

    .bento-box__item:nth-child(11) {
      grid-area: K;
    }

    .bento-box__item:nth-child(12) {
      grid-area: L;
    }

    /* === Overrides for specific cases === */

    /* Exactly 1 item */
    .bento-box:has(.bento-box__item:first-child:nth-last-child(1)) {
      grid-template-areas: 'A A A A A A A A A A A A';
    }

    /* Exactly 2 items */
    .bento-box:has(.bento-box__item:first-child:nth-last-child(2)) {
      grid-template-areas: 'A A A A A A B B B B B B';
    }

    /* Exactly 4 items */
    .bento-box:has(.bento-box__item:first-child:nth-last-child(4)) {
      grid-template-areas:
        'A A A A B B B B B B B B'
        'C C C C C C C C D D D D';
    }

    /* Exactly 5 items */
    .bento-box:has(.bento-box__item:first-child:nth-last-child(5)) {
      grid-template-areas:
        'A A A B B B B B B C C C'
        'D D D D D D E E E E E E';
    }

    /* Exactly 7 items */
    .bento-box:has(.bento-box__item:first-child:nth-last-child(7)) {
      grid-template-areas:
        'A A A B B B B B B C C C'
        'D D D D D D D D D E E E'
        'F F F F F F G G G G G G';
    }

    /* Exactly 8 items */
    .bento-box:has(.bento-box__item:first-child:nth-last-child(8)) {
      grid-template-areas:
        'A A A B B B B B B C C C'
        'D D D D D D E E E F F F'
        'G G G H H H H H H H H H';
    }

    /* Exactly 10 items */
    .bento-box:has(.bento-box__item:first-child:nth-last-child(10)) {
      grid-template-areas:
        'A A A B B B B B B C C C'
        'D D D D D D E E E F F F'
        'G G G G G G G G G H H H'
        'I I I J J J J J J J J J';
    }

    /* Exactly 11 items */
    .bento-box:has(.bento-box__item:first-child:nth-last-child(11)) {
      grid-template-areas:
        'A A A B B B B B B C C C'
        'D D D D D D E E E F F F'
        'G G G H H H I I I I I I'
        'J J J J K K K K K K K K';
    }
  }
/* END_SNIPPET:bento-grid */

/* START_SNIPPET:blog-comment-form (INDEX:189) */
.blog-post-comments__form-container {
    --comment-form-gap: var(--gap-md);

    width: 100%;
    max-width: var(--normal-content-width);
    margin: var(--margin-4xl) auto 0;
  }

  .blog-post-comments__form {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--comment-form-gap);

    @media screen and (min-width: 750px) {
      grid-template-columns: 1fr 1fr;
    }
  }

  .blog-post-comments__form-input {
    padding: var(--padding-lg) var(--padding-xl);
    border: var(--style-border-width-inputs) solid var(--color-input-border);
  }

  .blog-post-comments__form-input--textarea {
    resize: vertical;
    min-height: var(--input-textarea-min-height);
  }

  .blog-post-comments__form-message {
    display: flex;
    align-items: center;
    gap: var(--gap-xs);
  }

  .blog-post-comments__form-body {
    grid-column: 1 / -1;
  }

  .blog-post-comments__form-input:focus-visible {
    outline: var(--focus-outline-width) solid currentcolor;
    outline-offset: var(--focus-outline-offset);
  }

  .blog-post-comments__form-moderated {
    font-size: var(--font-size--xs);
  }

  .blog-post-comments__form-submit {
    margin-block-start: var(--comment-form-gap);
  }
/* END_SNIPPET:blog-comment-form */

/* START_SNIPPET:button (INDEX:191) */
.link {
    text-decoration: none;
    text-decoration-color: currentcolor;

    &:hover {
      color: var(--color-primary-hover);
      text-decoration-color: transparent;
    }
  }
/* END_SNIPPET:button */

/* START_SNIPPET:card-gallery (INDEX:192) */
.card-gallery {
    overflow: hidden;
    container-type: inline-size; /* Make card-gallery a container */
    container-name: card-gallery-container; /* Optional: name the container */
  }

  .card-gallery__placeholder svg {
    height: 100%;
    width: 100%;
  }

  .card-gallery svg {
    aspect-ratio: var(--gallery-aspect-ratio, var(--ratio));
  }

  /* Earth & Flame v17: no hover zoom or image movement on collection/product cards. */
  .card-gallery .product-media-container,
  .card-gallery .product-media-container img,
  .card-gallery .product-media-container svg,
  .card-gallery .product-media-container video,
  .card-gallery .media,
  .card-gallery .media img,
  .product-card:hover .card-gallery .product-media-container,
  .product-card:hover .card-gallery .product-media-container img,
  .product-card:hover .card-gallery .product-media-container svg,
  .product-card:hover .card-gallery .product-media-container video,
  .product-card:hover .card-gallery .media,
  .product-card:hover .card-gallery .media img {
    border-radius: 0 !important;
    transform: none !important;
    scale: 1 !important;
    filter: none !important;
    transition: none !important;
    will-change: auto !important;
  }

  .product-card-gallery__title-placeholder {
    padding: var(--padding-md);
    font-size: var(--font-size--2xl);
    line-height: var(--line-height--display-loose);
    word-break: break-word;
    color: var(--color-foreground);
    background-color: rgb(var(--color-foreground-rgb) / var(--opacity-5));
    aspect-ratio: var(--gallery-aspect-ratio);
    border-radius: var(--product-corner-radius);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .product-card-gallery__title-placeholder a {
    color: var(--color-foreground);
  }

  @media screen and (min-width: 750px) {
    .product-grid[data-product-card-size='extra-large'] .product-card-gallery__title-placeholder {
      padding: var(--padding-3xl);
      font-size: var(--font-size--3xl);
    }

    .product-grid[data-product-card-size='large'] .product-card-gallery__title-placeholder {
      padding: var(--padding-2xl);
      font-size: var(--font-size--2xl);
    }

    .product-grid[data-product-card-size='medium'] .product-card-gallery__title-placeholder {
      padding: var(--padding-xl);
      font-size: var(--font-size--xl);
    }

    .product-grid[data-product-card-size='small'] .product-card-gallery__title-placeholder {
      padding: var(--padding-sm);
      font-size: var(--font-size--lg);
    }

    .product-grid[data-product-card-size='extra-large']
      .card-gallery:has(.product-badges--top-right .product-badges__badge)
      .product-card-gallery__title-placeholder {
      padding-right: calc(var(--padding-3xl) + 50px);
    }

    .product-grid[data-product-card-size='large']
      .card-gallery:has(.product-badges--top-right .product-badges__badge)
      .product-card-gallery__title-placeholder {
      padding-right: calc(var(--padding-2xl) + 50px);
    }

    .product-grid[data-product-card-size='medium']
      .card-gallery:has(.product-badges--top-right .product-badges__badge)
      .product-card-gallery__title-placeholder {
      padding-right: calc(var(--padding-xl) + 50px);
    }

    .product-grid[data-product-card-size='small']
      .card-gallery:has(.product-badges--top-right .product-badges__badge)
      .product-card-gallery__title-placeholder {
      padding-right: calc(var(--padding-sm) + 50px);
    }

    .product-grid[data-product-card-size='extra-large']
      .card-gallery:has(.product-badges--top-left .product-badges__badge)
      .product-card-gallery__title-placeholder {
      padding-top: calc(var(--padding-3xl) + 40px);
    }

    .product-grid[data-product-card-size='large']
      .card-gallery:has(.product-badges--top-left .product-badges__badge)
      .product-card-gallery__title-placeholder {
      padding-top: calc(var(--padding-2xl) + 40px);
    }

    .product-grid[data-product-card-size='medium']
      .card-gallery:has(.product-badges--top-left .product-badges__badge)
      .product-card-gallery__title-placeholder {
      padding-top: calc(var(--padding-xl) + 40px);
    }

    .product-grid[data-product-card-size='small']
      .card-gallery:has(.product-badges--top-left .product-badges__badge)
      .product-card-gallery__title-placeholder {
      padding-top: calc(var(--padding-sm) + 40px);
    }

    .product-grid[data-product-card-size='extra-large']
      .card-gallery:has(.product-badges--bottom-left .product-badges__badge)
      .product-card-gallery__title-placeholder {
      padding-bottom: calc(var(--padding-3xl) + 40px);
    }

    .product-grid[data-product-card-size='large']
      .card-gallery:has(.product-badges--bottom-left .product-badges__badge)
      .product-card-gallery__title-placeholder {
      padding-bottom: calc(var(--padding-2xl) + 40px);
    }

    .product-grid[data-product-card-size='medium']
      .card-gallery:has(.product-badges--bottom-left .product-badges__badge)
      .product-card-gallery__title-placeholder {
      padding-bottom: calc(var(--padding-xl) + 40px);
    }

    .product-grid[data-product-card-size='small']
      .card-gallery:has(.product-badges--bottom-left .product-badges__badge)
      .product-card-gallery__title-placeholder {
      padding-bottom: calc(var(--padding-sm) + 40px);
    }
  }

  @media screen and (max-width: 749px) {
    .product-card-gallery__title-placeholder {
      font-size: var(--font-size--xl);
      padding: var(--padding-md);
    }

    .product-grid[data-product-card-size]
      .card-gallery:has(.product-badges--top-right .product-badges__badge)
      .product-card-gallery__title-placeholder {
      padding-right: calc(var(--padding-sm) + 50px);
    }

    .product-grid[data-product-card-size]
      .card-gallery:has(.product-badges--top-left .product-badges__badge)
      .product-card-gallery__title-placeholder {
      padding-top: calc(var(--padding-sm) + 40px);
    }

    .product-grid[data-product-card-size]
      .card-gallery:has(.product-badges--bottom-left .product-badges__badge)
      .product-card-gallery__title-placeholder {
      padding-bottom: calc(var(--padding-sm) + 40px);
    }
  }

  [product-grid-view='zoom-out'] .card-gallery .product-card-gallery__title-placeholder {
    /* stylelint-disable-next-line declaration-no-important */
    padding: var(--padding-xs) !important;
    font-size: var(--font-size--xs);
  }

  [product-grid-view='zoom-out'] .card-gallery .slideshow-control {
    min-width: auto;
  }
/* END_SNIPPET:card-gallery */

/* START_SNIPPET:cart-discount (INDEX:194) */
.cart-discount__input {
    background-color: var(--color-input-background);
    color: var(--color-input-text);
    border-width: var(--style-border-width-inputs);
    border-color: var(--color-input-border);
    border-style: solid;
    border-radius: var(--style-border-radius-inputs);
    padding: var(--padding-sm) var(--padding-md);
    height: 100%;
    flex-grow: 1;
    min-width: 0;
  }

  .cart-discount__input::placeholder {
    color: rgb(var(--color-input-text-rgb) / var(--opacity-subdued-text));
  }

  .cart-discount__pill-code {
    overflow: hidden;
    max-width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
  }

  .cart-discount {
    width: 100%;
  }

  .cart-discount__codes {
    display: none;
    gap: var(--padding-xs);
    flex-wrap: wrap;
    list-style: none;
    padding-inline: 0;
    margin: 0;
  }

  .cart-discount__codes:has(.cart-discount__pill) {
    display: flex;
  }

  .cart-discount__button {
    height: 100%;
  }

  .cart-discount__content {
    height: calc(var(--button-size) + var(--padding-2xs) + var(--padding-sm));
  }

  .cart-discount__pill {
    display: flex;
    color: var(--color-foreground);
    gap: var(--padding-xs);
    align-items: center;
    padding: var(--padding-xs) var(--padding-sm);
    border-radius: var(--style-border-radius-pills);
    background-color: var(--color-input-background);
    text-transform: uppercase;
  }

  .cart-discount__form {
    display: flex;
    gap: var(--padding-md);
    align-items: center;
    height: 100%;
    padding-block: var(--padding-2xs) var(--padding-sm);
  }

  :is(.cart-discount__pill-remove, .cart-discount__pill-remove:hover) {
    --close-icon-opacity: 0.4;

    color: var(--color-foreground);
    background-color: transparent;
    pointer-events: all;
    cursor: pointer;
    height: 100%;
  }

  .cart-discount__error {
    display: flex;
    align-items: center;
    width: 100%;
    padding-block: var(--padding-2xs) var(--padding-sm);
  }

  .cart-discount__error .svg-wrapper {
    flex-shrink: 0;
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
    margin-inline: var(--margin-3xs) var(--margin-xs);
  }

  .cart-discount__error-text {
    margin-block-start: var(--margin-3xs);
  }
/* END_SNIPPET:cart-discount */

/* START_SNIPPET:cart-drawer (INDEX:195) */
.cart-items-component {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .cart-drawer__heading .cart-bubble {
    width: fit-content;
    border-radius: var(--style-border-radius-buttons-primary);
    aspect-ratio: auto;
    padding: var(--cart-padding);
  }

  .cart-drawer__heading .cart-bubble[data-maintain-ratio] {
    aspect-ratio: 1;
    min-width: 26px;
  }

  .cart-drawer__header {
    background-color: var(--color-background);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: var(--cart-drawer-padding);
    border-bottom: var(--style-border-width) solid none;
    position: sticky;
    top: 0;
    z-index: 1;

    @media screen and (min-width: 750px) {
      padding: var(--cart-drawer-padding-desktop);
    }
  }

  .cart-drawer__dialog {
    overflow: hidden;
  }

  .cart-drawer__inner {
    height: 100%;
    overflow: hidden;
  }

  .cart-drawer__content {
    height: calc(100% - var(--header-height));
    display: flex;
    flex-direction: column;
  }

  .cart-drawer__summary {
    background-color: var(--color-background);
    position: sticky;
    bottom: 0;
    z-index: 1;
  }
/* END_SNIPPET:cart-drawer */

/* START_SNIPPET:cart-icon-component (INDEX:196) */
cart-icon:has(.cart-bubble__text-count:empty) {
    --cart-bubble-size: 10px;
    --cart-bubble-top: 9px;
    --cart-bubble-right: 9px;

    .svg-wrapper {
      --cart-bubble-top: 4px;
      --cart-bubble-right: 4px;
    }
  }
/* END_SNIPPET:cart-icon-component */

/* START_SNIPPET:cart-products (INDEX:198) */
.cart-items {
    --cart-item-radius: 0px;
    --cart-item-border: rgb(var(--color-foreground-rgb) / 0.10);
    --cart-item-muted: rgb(var(--color-foreground-rgb) / 0.68);
    --cart-item-soft: rgb(var(--color-foreground-rgb) / 0.03);
    container-name: cart-items;
    container-type: inline-size;
    width: 100%;
  }

  .cart-items__table {
    width: 100%;
    border-collapse: collapse;
  }

  .cart-items__table * {
    margin: 0;
  }

  .cart-items__table-row {
    display: grid !important;
    grid-template-columns: 10rem minmax(0, 1fr) !important;
    grid-template-areas:
      'media details'
      'error error' !important;
    column-gap: 18px !important;
    row-gap: 8px !important;
    align-items: start !important;
    padding: 0 0 20px !important;
    margin: 0 0 20px !important;
    border-bottom: 1px solid transparent;
  }

  .cart-items__table-row:last-child {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  .cart-items--dividers .cart-items__table-row {
    border-bottom-color: var(--cart-item-border);
  }

  .cart-items--dividers .cart-items__table-row:last-child {
    border-bottom: none;
  }

  .cart-items__media {
    grid-area: media;
    padding: 0 !important;
    width: 10rem !important;
    max-width: 10rem !important;
  }

  .cart-items__media-container {
    display: block;
    width: 10rem !important;
    max-width: 10rem !important;
    aspect-ratio: var(--ratio);
    overflow: hidden;
    border-radius: var(--cart-item-radius) !important;
    background: var(--cart-item-soft);
  }

  .cart-items__media-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
  }

  .cart-items__details {
    grid-area: details;
    min-width: 0;
    color: var(--cart-item-muted);
  }

  .cart-items__details-inner {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-top: 4px;
  }

  .cart-items__details * {
    font-size: var(--cart-font-size--sm);
  }

  .cart-items__details a {
    text-decoration: none;
  }

  .cart-items__title {
    display: inline-block;
    font-size: 1.12rem !important;
    line-height: 1.18;
    color: var(--color-foreground);
    text-transform: var(--product-title-case);
    letter-spacing: -0.01em;
  }

  .cart-items__meta-price {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 2px;
  }

  .cart-items__meta-price-current {
    font-size: 1rem !important;
    line-height: 1.2;
    color: var(--color-foreground);
    font-weight: 500;
  }

  .cart-items__meta-price-compare {
    color: var(--cart-item-muted);
    line-height: 1.2;
  }

  .cart-items__controls-inline {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-top: 10px !important;
  }

  .cart-items__quantity {
    display: none !important;
  }

  .cart-items__price {
    display: none !important;
  }

  .cart-items__remove {
    width: 34px;
    height: 34px;
    min-width: 34px;
    padding: 0;
    justify-content: center;
    box-shadow: none;
    border-radius: 999px;
    background: transparent;
    color: var(--color-foreground);
    opacity: 0.82;
  }

  .cart-items__error {
    grid-area: error;
    width: 100%;
  }

  @container cart-items (min-width: 720px) {
    .cart-items__table-row {
      grid-template-columns: 10.5rem minmax(0, 1fr) !important;
      column-gap: 18px !important;
    }

    .cart-items__media,
    .cart-items__media-container {
      width: 10.5rem !important;
      max-width: 10.5rem !important;
    }
  }

  @container cart-items (min-width: 980px) {
    .cart-items__table-row {
      grid-template-columns: 11rem minmax(0, 1fr) !important;
      column-gap: 18px !important;
    }

    .cart-items__media,
    .cart-items__media-container {
      width: 11rem !important;
      max-width: 11rem !important;
    }
  }

  .cart__original-total-container,
  .cart__total-container {
    display: flex;
    flex-direction: column;
  }

  .cart__total-container {
    row-gap: var(--gap-2xs);
  }

  .cart__original-total-container:empty {
    display: none;
  }

  .cart__summary-totals {
    display: flex;
    flex-direction: column;
    gap: var(--gap-xl);
    width: 100%;
    border-top: none;
  }

  .cart__original-total-container,
  .cart__original-total-container * {
    font-size: var(--cart-font-size--sm);
  }

  .cart__total {
    font-weight: var(--font-weight-bold);
  }

  .cart__total-label {
    font-size: var(--cart-font-size--sm);
  }

  .cart__total-value {
    font-size: var(--cart-font-size--2xl);
  }

  .cart-primary-typography {
    font-family: var(--cart-primary-font-family);
    font-style: var(--cart-primary-font-style);
    font-weight: var(--cart-primary-font-weight);
  }

  .cart-secondary-typography {
    font-family: var(--cart-secondary-font-family);
    font-style: var(--cart-secondary-font-style);
    font-weight: var(--cart-secondary-font-weight);
  }

  .cart__ctas {
    width: 100%;
    display: grid;
    gap: var(--checkout-button-gap);
    grid-auto-flow: row;
    grid-template-columns: 1fr;
  }

  .cart__additional-checkout-buttons {
    width: 100%;
  }

  .cart__ctas .cart__checkout-button {
    width: 100%;
    height: clamp(25px, var(--height-buy-buttons), 55px);
    padding-inline: var(--padding-4xl);
  }

  shopify-accelerated-checkout-cart {
    --shopify-accelerated-checkout-inline-alignment: center;
    --shopify-accelerated-checkout-button-border-radius: var(--style-border-radius-buttons-primary);
    --shopify-accelerated-checkout-row-gap: var(--checkout-button-gap, 10px);
  }

  /* Earth & Flame free gift + product type polish.
     Keeps native Shopify table/quantity/remove button structure intact. */
  .cart-items__product-type {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    max-width: 100%;
    margin-top: 1px;
    padding: 4px 8px;
    border: 1px solid rgba(184, 147, 82, 0.20);
    background: rgba(184, 147, 82, 0.045);
    color: rgb(var(--color-foreground-rgb) / 0.58);
    font-size: 0.62rem !important;
    line-height: 1 !important;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .cart-items__gift-note {
    margin: 2px 0 0 !important;
    color: var(--cart-item-muted);
    font-size: 0.82rem !important;
    line-height: 1.35 !important;
  }

  .cart-items__table-row--free-gift {
    padding: 14px !important;
    margin-left: -14px !important;
    margin-right: -6px !important;
    border: 1px solid rgba(184, 147, 82, 0.18) !important;
    background: rgba(184, 147, 82, 0.04);
  }

  .cart-items__table-row--free-gift .cart-items__product-type {
    border-color: rgba(184, 147, 82, 0.32);
    background: rgba(184, 147, 82, 0.085);
    color: rgb(var(--color-foreground-rgb) / 0.66);
  }

  .cart-items__gift-qty {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgb(var(--color-foreground-rgb) / 0.12);
    background: rgb(var(--color-background-rgb) / 0.72);
    color: var(--cart-item-muted);
    font-size: 0.72rem;
    line-height: 1;
    letter-spacing: 0.10em;
    text-transform: uppercase;
  }

  .cart-items__meta-price-current--free,
  .cart-items__line-price--free,
  .cart-items__table-row--free-gift .cart-items__meta-price-current {
    color: #b89352 !important;
  }

  @media screen and (min-width: 990px) {
    .ef-cart-products-wrapper .cart-items,
    .ef-cart__panel--items .cart-items {
      max-height: min(680px, calc(100vh - var(--efhu-total-offset, 92px) - 220px));
      overflow-y: auto;
      overflow-x: hidden;
      padding-right: 12px;
      margin-right: -12px;
      scrollbar-width: thin;
      scrollbar-color: rgb(var(--color-foreground-rgb) / 0.24) transparent;
    }

    .ef-cart-products-wrapper .cart-items::-webkit-scrollbar,
    .ef-cart__panel--items .cart-items::-webkit-scrollbar {
      width: 6px;
    }

    .ef-cart-products-wrapper .cart-items::-webkit-scrollbar-track,
    .ef-cart__panel--items .cart-items::-webkit-scrollbar-track {
      background: transparent;
    }

    .ef-cart-products-wrapper .cart-items::-webkit-scrollbar-thumb,
    .ef-cart__panel--items .cart-items::-webkit-scrollbar-thumb {
      background: rgb(var(--color-foreground-rgb) / 0.20);
      border-radius: 999px;
    }
  }

  @media screen and (max-width: 749px) {
    .cart-items__product-type {
      padding: 3px 7px;
      font-size: 0.58rem !important;
      letter-spacing: 0.11em;
    }

    .cart-items__table-row--free-gift {
      padding: 12px !important;
      margin-left: -12px !important;
      margin-right: 0 !important;
    }

    .cart-items__gift-note {
      font-size: 0.76rem !important;
    }
  }


  /* Earth & Flame free gift visual polish — preserves native cart buttons */
  .cart-items__product-type {
    width: fit-content !important;
    max-width: max-content !important;
    align-self: flex-start !important;
    justify-self: start !important;
    padding: 3px 7px !important;
    border-color: rgba(184, 147, 82, 0.18) !important;
    background: rgba(184, 147, 82, 0.045) !important;
    color: rgb(var(--color-foreground-rgb) / 0.56) !important;
    font-size: 0.58rem !important;
    line-height: 1 !important;
    letter-spacing: 0.12em !important;
  }

  .cart-items__table-row--free-gift {
    position: relative;
    padding: 12px !important;
    margin-left: -12px !important;
    margin-right: 0 !important;
    border: 0 !important;
    border-left: 2px solid rgba(184, 147, 82, 0.42) !important;
    background: linear-gradient(90deg, rgba(184, 147, 82, 0.055), rgba(184, 147, 82, 0.018)) !important;
  }

  .cart-items__table-row--free-gift .cart-items__product-type {
    width: fit-content !important;
    max-width: max-content !important;
    border-color: rgba(184, 147, 82, 0.22) !important;
    background: rgba(184, 147, 82, 0.06) !important;
    color: rgb(var(--color-foreground-rgb) / 0.62) !important;
  }

  .cart-items__table-row--free-gift .cart-items__media,
  .cart-items__table-row--free-gift .cart-items__media-container {
    width: 8.8rem !important;
    max-width: 8.8rem !important;
    min-width: 8.8rem !important;
  }

  .cart-items__table-row--free-gift .cart-items__details-inner {
    gap: 5px !important;
  }

  .cart-items__gift-note {
    margin: 0 !important;
    color: var(--cart-item-muted) !important;
    font-size: 0.78rem !important;
    line-height: 1.35 !important;
  }

  .cart-items__gift-qty {
    min-height: 32px !important;
    padding: 0 10px !important;
    border-color: rgb(var(--color-foreground-rgb) / 0.10) !important;
    background: rgb(var(--color-background-rgb) / 0.58) !important;
    color: var(--cart-item-muted) !important;
    font-size: 0.68rem !important;
  }

  .cart-items__meta-price-current--free,
  .cart-items__line-price--free,
  .cart-items__table-row--free-gift .cart-items__meta-price-current {
    color: #b89352 !important;
    font-weight: 500 !important;
  }

  @media screen and (max-width: 749px) {
    .cart-items__table-row--free-gift {
      padding: 10px !important;
      margin-left: -10px !important;
      border-left-width: 2px !important;
    }

    .cart-items__table-row--free-gift .cart-items__media,
    .cart-items__table-row--free-gift .cart-items__media-container {
      width: 104px !important;
      max-width: 104px !important;
      min-width: 104px !important;
    }

    .cart-items__gift-note {
      font-size: 0.72rem !important;
    }
  }


  /* Earth & Flame mobile cart repair v9
     Fixes narrow/stacked product text on mobile cart page. */
  @media screen and (max-width: 749px) {
    .cart-items,
    .cart-items__table,
    .cart-items__table tbody {
      display: block !important;
      width: 100% !important;
      max-width: 100% !important;
      min-width: 0 !important;
      overflow: visible !important;
    }

    .cart-items__table thead {
      display: none !important;
    }

    .cart-items__table-row,
    .cart-items__table-row--free-gift {
      display: grid !important;
      grid-template-columns: 112px minmax(0, 1fr) !important;
      grid-template-areas:
        "media details"
        "media details"
        "error error" !important;
      column-gap: 14px !important;
      row-gap: 8px !important;
      align-items: start !important;
      width: 100% !important;
      max-width: 100% !important;
      min-width: 0 !important;
      padding: 0 0 22px !important;
      margin: 0 0 22px !important;
      border-bottom: 1px solid var(--cart-item-border) !important;
    }

    .cart-items__table-row--free-gift {
      grid-template-columns: 104px minmax(0, 1fr) !important;
      padding: 10px !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
      border-bottom: 0 !important;
      border-left: 2px solid rgba(184, 147, 82, 0.42) !important;
    }

    .cart-items__media,
    .cart-items__table-row--free-gift .cart-items__media {
      grid-area: media !important;
      display: block !important;
      width: 112px !important;
      max-width: 112px !important;
      min-width: 112px !important;
      padding: 0 !important;
    }

    .cart-items__table-row--free-gift .cart-items__media {
      width: 104px !important;
      max-width: 104px !important;
      min-width: 104px !important;
    }

    .cart-items__media-container,
    .cart-items__table-row--free-gift .cart-items__media-container {
      display: block !important;
      width: 112px !important;
      height: 112px !important;
      max-width: 112px !important;
      max-height: 112px !important;
      min-width: 112px !important;
      min-height: 112px !important;
      aspect-ratio: 1 / 1 !important;
      overflow: hidden !important;
    }

    .cart-items__table-row--free-gift .cart-items__media-container {
      width: 104px !important;
      height: 104px !important;
      max-width: 104px !important;
      max-height: 104px !important;
      min-width: 104px !important;
      min-height: 104px !important;
    }

    .cart-items__media-image,
    .cart-items__table-row--free-gift .cart-items__media-image {
      display: block !important;
      width: 100% !important;
      height: 100% !important;
      max-width: 100% !important;
      max-height: 100% !important;
      min-width: 0 !important;
      min-height: 0 !important;
      object-fit: cover !important;
      object-position: center !important;
    }

    .cart-items__details,
    .cart-items__table-row--free-gift .cart-items__details {
      grid-area: details !important;
      display: block !important;
      visibility: visible !important;
      opacity: 1 !important;
      width: 100% !important;
      max-width: 100% !important;
      min-width: 0 !important;
      padding: 0 !important;
      overflow: visible !important;
    }

    .cart-items__details-inner,
    .cart-items__table-row--free-gift .cart-items__details-inner {
      display: flex !important;
      flex-direction: column !important;
      align-items: flex-start !important;
      gap: 5px !important;
      width: 100% !important;
      max-width: 100% !important;
      min-width: 0 !important;
      padding-top: 0 !important;
      overflow: visible !important;
    }

    .cart-items__title-wrap {
      display: block !important;
      width: 100% !important;
      max-width: 100% !important;
      min-width: 0 !important;
      margin: 0 !important;
      overflow: visible !important;
    }

    .cart-items__title {
      display: block !important;
      width: 100% !important;
      max-width: 100% !important;
      min-width: 0 !important;
      white-space: normal !important;
      word-break: normal !important;
      overflow-wrap: normal !important;
      hyphens: none !important;
      overflow: visible !important;
      text-overflow: clip !important;
      font-size: 1rem !important;
      line-height: 1.22 !important;
    }

    .cart-items__gift-note,
    .cart-items__table-row--free-gift .cart-items__gift-note {
      display: block !important;
      width: 100% !important;
      max-width: 100% !important;
      min-width: 0 !important;
      margin: 1px 0 0 !important;
      white-space: normal !important;
      word-break: normal !important;
      overflow-wrap: normal !important;
      hyphens: none !important;
      overflow: visible !important;
      font-size: 0.74rem !important;
      line-height: 1.35 !important;
    }

    .cart-items__product-type,
    .cart-items__table-row--free-gift .cart-items__product-type {
      flex: 0 0 auto !important;
      width: auto !important;
      max-width: 100% !important;
      white-space: nowrap !important;
    }

    .cart-items__meta-price,
    .cart-items__controls-inline {
      width: 100% !important;
      max-width: 100% !important;
    }

    .cart-items__controls-inline {
      display: inline-flex !important;
      align-items: center !important;
      justify-content: flex-start !important;
      gap: 9px !important;
      flex-wrap: nowrap !important;
      margin-top: 8px !important;
    }

    .cart-items__gift-qty {
      min-height: 32px !important;
      padding: 0 10px !important;
      white-space: nowrap !important;
    }

    .cart-items__error {
      grid-area: error !important;
      width: 100% !important;
    }
  }

  @media screen and (max-width: 390px) {
    .cart-items__table-row,
    .cart-items__table-row--free-gift {
      grid-template-columns: 96px minmax(0, 1fr) !important;
      column-gap: 12px !important;
    }

    .cart-items__media,
    .cart-items__media-container,
    .cart-items__table-row--free-gift .cart-items__media,
    .cart-items__table-row--free-gift .cart-items__media-container {
      width: 96px !important;
      height: 96px !important;
      max-width: 96px !important;
      max-height: 96px !important;
      min-width: 96px !important;
      min-height: 96px !important;
    }

    .cart-items__title {
      font-size: 0.93rem !important;
      line-height: 1.2 !important;
    }

    .cart-items__gift-note {
      font-size: 0.7rem !important;
    }
  }


  /* Earth & Flame mobile cart hard repair v10
     Uses a smaller mobile image and gives the text column real room.
     Keeps names on one line and shortens/free-gift wording for mobile. */
  @media screen and (max-width: 749px) {
    .cart-items__table-row,
    .cart-items__table-row--free-gift {
      grid-template-columns: 82px minmax(0, 1fr) !important;
      column-gap: 12px !important;
      align-items: start !important;
      width: 100% !important;
      max-width: 100% !important;
      min-width: 0 !important;
    }

    .cart-items__media,
    .cart-items__media-container,
    .cart-items__table-row--free-gift .cart-items__media,
    .cart-items__table-row--free-gift .cart-items__media-container {
      width: 82px !important;
      height: 82px !important;
      max-width: 82px !important;
      max-height: 82px !important;
      min-width: 82px !important;
      min-height: 82px !important;
    }

    .cart-items__details,
    .cart-items__details-inner,
    .cart-items__title-wrap,
    .cart-items__meta-price,
    .cart-items__controls-inline {
      width: 100% !important;
      max-width: 100% !important;
      min-width: 0 !important;
    }

    .cart-items__details {
      overflow: hidden !important;
    }

    .cart-items__details-inner {
      overflow: hidden !important;
      gap: 5px !important;
    }

    .cart-items__title {
      display: block !important;
      width: 100% !important;
      max-width: 100% !important;
      white-space: nowrap !important;
      overflow: hidden !important;
      text-overflow: ellipsis !important;
      word-break: normal !important;
      overflow-wrap: normal !important;
      hyphens: none !important;
      font-size: 0.98rem !important;
      line-height: 1.18 !important;
    }

    .cart-items__product-type,
    .cart-items__table-row--free-gift .cart-items__product-type {
      width: auto !important;
      max-width: 100% !important;
      padding: 3px 6px !important;
      font-size: 0.54rem !important;
      line-height: 1 !important;
      letter-spacing: 0.10em !important;
      white-space: nowrap !important;
    }

    .cart-items__gift-note,
    .cart-items__table-row--free-gift .cart-items__gift-note {
      display: block !important;
      width: 100% !important;
      max-width: 100% !important;
      white-space: normal !important;
      word-break: normal !important;
      overflow-wrap: normal !important;
      hyphens: none !important;
      font-size: 0.72rem !important;
      line-height: 1.28 !important;
    }

    .cart-items__meta-price {
      margin-top: 2px !important;
    }

    .cart-items__meta-price-current {
      font-size: 0.9rem !important;
    }

    .cart-items__controls-inline {
      display: inline-flex !important;
      align-items: center !important;
      justify-content: flex-start !important;
      gap: 8px !important;
      flex-wrap: nowrap !important;
      margin-top: 8px !important;
    }

    .cart-items__gift-qty {
      min-height: 30px !important;
      padding: 0 9px !important;
      font-size: 0.64rem !important;
      white-space: nowrap !important;
    }

    .cart-items__remove {
      width: 32px !important;
      min-width: 32px !important;
      height: 32px !important;
    }
  }

  @media screen and (max-width: 390px) {
    .cart-items__table-row,
    .cart-items__table-row--free-gift {
      grid-template-columns: 72px minmax(0, 1fr) !important;
      column-gap: 10px !important;
    }

    .cart-items__media,
    .cart-items__media-container,
    .cart-items__table-row--free-gift .cart-items__media,
    .cart-items__table-row--free-gift .cart-items__media-container {
      width: 72px !important;
      height: 72px !important;
      max-width: 72px !important;
      max-height: 72px !important;
      min-width: 72px !important;
      min-height: 72px !important;
    }

    .cart-items__title {
      font-size: 0.9rem !important;
    }

    .cart-items__gift-note {
      font-size: 0.68rem !important;
    }
  }


  /* Earth & Flame mobile cart FINAL repair v11
     Hard-overrides the cart item rows so the text column cannot collapse. */
  @media screen and (max-width: 749px) {
    .ef-cart .cart-items,
    .ef-cart .cart-items__table,
    .ef-cart .cart-items__table tbody,
    .cart-items,
    .cart-items__table,
    .cart-items__table tbody {
      display: block !important;
      width: 100% !important;
      max-width: 100% !important;
      min-width: 0 !important;
      overflow: visible !important;
      table-layout: auto !important;
    }

    .ef-cart .cart-items__table thead,
    .cart-items__table thead {
      display: none !important;
    }

    .ef-cart .cart-items__table-row,
    .ef-cart .cart-items__table-row--free-gift,
    .cart-items__table-row,
    .cart-items__table-row--free-gift {
      display: grid !important;
      grid-template-columns: 88px minmax(0, 1fr) !important;
      grid-template-areas:
        "media details"
        "error error" !important;
      column-gap: 13px !important;
      row-gap: 8px !important;
      align-items: start !important;
      width: 100% !important;
      max-width: 100% !important;
      min-width: 0 !important;
      box-sizing: border-box !important;
      padding: 0 0 22px !important;
      margin: 0 0 22px !important;
      border-bottom: 1px solid var(--cart-item-border) !important;
    }

    .ef-cart .cart-items__table-row--free-gift,
    .cart-items__table-row--free-gift {
      padding: 10px !important;
      margin: 0 0 22px !important;
      border-bottom: 0 !important;
      border-left: 2px solid rgba(184, 147, 82, 0.42) !important;
      background: linear-gradient(90deg, rgba(184, 147, 82, 0.055), rgba(184, 147, 82, 0.018)) !important;
    }

    .ef-cart .cart-items__media,
    .ef-cart .cart-items__table-row--free-gift .cart-items__media,
    .cart-items__media,
    .cart-items__table-row--free-gift .cart-items__media {
      grid-area: media !important;
      display: block !important;
      width: 88px !important;
      height: 88px !important;
      max-width: 88px !important;
      max-height: 88px !important;
      min-width: 88px !important;
      min-height: 88px !important;
      padding: 0 !important;
      margin: 0 !important;
      overflow: hidden !important;
    }

    .ef-cart .cart-items__media-container,
    .ef-cart .cart-items__table-row--free-gift .cart-items__media-container,
    .cart-items__media-container,
    .cart-items__table-row--free-gift .cart-items__media-container {
      display: block !important;
      width: 88px !important;
      height: 88px !important;
      max-width: 88px !important;
      max-height: 88px !important;
      min-width: 88px !important;
      min-height: 88px !important;
      aspect-ratio: 1 / 1 !important;
      overflow: hidden !important;
    }

    .ef-cart .cart-items__media-image,
    .cart-items__media-image {
      display: block !important;
      width: 100% !important;
      height: 100% !important;
      max-width: 100% !important;
      max-height: 100% !important;
      min-width: 0 !important;
      min-height: 0 !important;
      object-fit: cover !important;
      object-position: center !important;
    }

    .ef-cart .cart-items__details,
    .ef-cart .cart-items__table-row--free-gift .cart-items__details,
    .cart-items__details,
    .cart-items__table-row--free-gift .cart-items__details {
      grid-area: details !important;
      display: block !important;
      visibility: visible !important;
      opacity: 1 !important;
      justify-self: stretch !important;
      align-self: start !important;
      width: 100% !important;
      max-width: 100% !important;
      min-width: 0 !important;
      padding: 0 !important;
      margin: 0 !important;
      overflow: hidden !important;
      box-sizing: border-box !important;
    }

    .ef-cart .cart-items__details-inner,
    .ef-cart .cart-items__table-row--free-gift .cart-items__details-inner,
    .cart-items__details-inner,
    .cart-items__table-row--free-gift .cart-items__details-inner {
      display: grid !important;
      grid-template-columns: minmax(0, 1fr) !important;
      align-items: start !important;
      gap: 5px !important;
      width: 100% !important;
      max-width: 100% !important;
      min-width: 0 !important;
      padding: 0 !important;
      margin: 0 !important;
      overflow: hidden !important;
      box-sizing: border-box !important;
    }

    .ef-cart .cart-items__title-wrap,
    .cart-items__title-wrap {
      display: block !important;
      width: 100% !important;
      max-width: 100% !important;
      min-width: 0 !important;
      padding: 0 !important;
      margin: 0 !important;
      overflow: hidden !important;
      box-sizing: border-box !important;
    }

    .ef-cart .cart-items__title,
    .cart-items__title {
      display: block !important;
      width: 100% !important;
      max-width: 100% !important;
      min-width: 0 !important;
      white-space: nowrap !important;
      overflow: hidden !important;
      text-overflow: ellipsis !important;
      word-break: normal !important;
      overflow-wrap: normal !important;
      hyphens: none !important;
      font-size: 1rem !important;
      line-height: 1.18 !important;
    }

    .ef-cart .cart-items__product-type,
    .ef-cart .cart-items__table-row--free-gift .cart-items__product-type,
    .cart-items__product-type,
    .cart-items__table-row--free-gift .cart-items__product-type {
      display: inline-flex !important;
      width: auto !important;
      max-width: 100% !important;
      justify-self: start !important;
      white-space: nowrap !important;
      padding: 3px 6px !important;
      font-size: 0.54rem !important;
      line-height: 1 !important;
      letter-spacing: 0.10em !important;
    }

    .ef-cart .cart-items__gift-note,
    .cart-items__gift-note {
      display: none !important;
    }

    .ef-cart .cart-items__meta-price,
    .cart-items__meta-price {
      display: flex !important;
      width: 100% !important;
      max-width: 100% !important;
      min-width: 0 !important;
      margin-top: 2px !important;
    }

    .ef-cart .cart-items__meta-price-current,
    .cart-items__meta-price-current {
      font-size: 0.92rem !important;
      line-height: 1.18 !important;
    }

    .ef-cart .cart-items__controls-inline,
    .cart-items__controls-inline {
      display: inline-flex !important;
      align-items: center !important;
      justify-content: flex-start !important;
      gap: 9px !important;
      width: 100% !important;
      max-width: 100% !important;
      min-width: 0 !important;
      flex-wrap: nowrap !important;
      margin-top: 8px !important;
    }

    .ef-cart .cart-items__gift-qty,
    .cart-items__gift-qty {
      min-height: 30px !important;
      padding: 0 9px !important;
      font-size: 0.64rem !important;
      white-space: nowrap !important;
    }

    .ef-cart .cart-items__remove,
    .cart-items__remove {
      width: 32px !important;
      min-width: 32px !important;
      height: 32px !important;
      min-height: 32px !important;
      flex: 0 0 32px !important;
    }

    .ef-cart .cart-items__price,
    .ef-cart .cart-items__quantity,
    .cart-items__price,
    .cart-items__quantity {
      display: none !important;
    }

    .ef-cart .cart-items__error,
    .cart-items__error {
      grid-area: error !important;
      width: 100% !important;
    }
  }

  @media screen and (max-width: 390px) {
    .ef-cart .cart-items__table-row,
    .ef-cart .cart-items__table-row--free-gift,
    .cart-items__table-row,
    .cart-items__table-row--free-gift {
      grid-template-columns: 76px minmax(0, 1fr) !important;
      column-gap: 10px !important;
    }

    .ef-cart .cart-items__media,
    .ef-cart .cart-items__media-container,
    .ef-cart .cart-items__table-row--free-gift .cart-items__media,
    .ef-cart .cart-items__table-row--free-gift .cart-items__media-container,
    .cart-items__media,
    .cart-items__media-container,
    .cart-items__table-row--free-gift .cart-items__media,
    .cart-items__table-row--free-gift .cart-items__media-container {
      width: 76px !important;
      height: 76px !important;
      max-width: 76px !important;
      max-height: 76px !important;
      min-width: 76px !important;
      min-height: 76px !important;
    }

    .ef-cart .cart-items__title,
    .cart-items__title {
      font-size: 0.92rem !important;
    }
  }


  /* Earth & Flame mobile cart rebuild v12
     Mobile uses a separate clean card layout and hides the table entirely. */
  .ef-cart-mobile-list {
    display: none;
  }

  @media screen and (max-width: 749px) {
    .cart-items__table {
      display: none !important;
    }

    .ef-cart-mobile-list {
      display: grid !important;
      gap: 20px !important;
      width: 100% !important;
      max-width: 100% !important;
    }

    .ef-cart-mobile-item {
      display: grid !important;
      grid-template-columns: 96px minmax(0, 1fr) !important;
      column-gap: 14px !important;
      align-items: start !important;
      width: 100% !important;
      max-width: 100% !important;
      padding: 0 0 20px !important;
      margin: 0 !important;
      border-bottom: 1px solid rgb(var(--color-foreground-rgb) / 0.10) !important;
    }

    .ef-cart-mobile-item--free-gift {
      padding: 10px !important;
      border-bottom: 0 !important;
      border-left: 2px solid rgba(184, 147, 82, 0.42) !important;
      background: linear-gradient(90deg, rgba(184, 147, 82, 0.055), rgba(184, 147, 82, 0.018)) !important;
    }

    .ef-cart-mobile-item__image-link {
      display: block !important;
      width: 96px !important;
      height: 96px !important;
      overflow: hidden !important;
      background: rgb(var(--color-foreground-rgb) / 0.03) !important;
      text-decoration: none !important;
    }

    .ef-cart-mobile-item__image {
      display: block !important;
      width: 100% !important;
      height: 100% !important;
      object-fit: cover !important;
      object-position: center !important;
    }

    .ef-cart-mobile-item__body {
      display: grid !important;
      grid-template-columns: minmax(0, 1fr) !important;
      gap: 6px !important;
      min-width: 0 !important;
      width: 100% !important;
      max-width: 100% !important;
      overflow: hidden !important;
    }

    .ef-cart-mobile-item__title {
      display: block !important;
      width: 100% !important;
      max-width: 100% !important;
      color: rgb(var(--color-foreground-rgb)) !important;
      font-family: var(--font-heading-family) !important;
      font-size: 1rem !important;
      line-height: 1.18 !important;
      text-decoration: none !important;
      white-space: nowrap !important;
      overflow: hidden !important;
      text-overflow: ellipsis !important;
    }

    .ef-cart-mobile-item__badge {
      justify-self: start !important;
      display: inline-flex !important;
      align-items: center !important;
      width: auto !important;
      max-width: 100% !important;
      min-height: 18px !important;
      padding: 3px 6px !important;
      border: 1px solid rgba(184, 147, 82, 0.20) !important;
      background: rgba(184, 147, 82, 0.045) !important;
      color: rgb(var(--color-foreground-rgb) / 0.58) !important;
      font-size: 0.54rem !important;
      line-height: 1 !important;
      letter-spacing: 0.10em !important;
      text-transform: uppercase !important;
      white-space: nowrap !important;
    }

    .ef-cart-mobile-item__price {
      color: rgb(var(--color-foreground-rgb)) !important;
      font-size: 0.92rem !important;
      line-height: 1.18 !important;
    }

    .ef-cart-mobile-item--free-gift .ef-cart-mobile-item__price {
      color: #b89352 !important;
      font-weight: 500 !important;
    }

    .ef-cart-mobile-item__actions {
      display: inline-flex !important;
      align-items: center !important;
      justify-content: flex-start !important;
      gap: 9px !important;
      width: 100% !important;
      max-width: 100% !important;
      min-width: 0 !important;
      margin-top: 7px !important;
      flex-wrap: nowrap !important;
    }

    .ef-cart-mobile-item__actions quantity-selector,
    .ef-cart-mobile-item__actions .quantity-selector {
      flex: 0 1 auto !important;
      max-width: 128px !important;
    }

    .ef-cart-mobile-item__gift-qty {
      display: inline-flex !important;
      align-items: center !important;
      justify-content: center !important;
      min-height: 30px !important;
      padding: 0 9px !important;
      border: 1px solid rgb(var(--color-foreground-rgb) / 0.10) !important;
      background: rgb(var(--color-background-rgb) / 0.58) !important;
      color: rgb(var(--color-foreground-rgb) / 0.66) !important;
      font-size: 0.64rem !important;
      line-height: 1 !important;
      letter-spacing: 0.09em !important;
      text-transform: uppercase !important;
      white-space: nowrap !important;
    }

    .ef-cart-mobile-item__remove {
      flex: 0 0 32px !important;
      width: 32px !important;
      min-width: 32px !important;
      height: 32px !important;
      min-height: 32px !important;
      padding: 0 !important;
      display: inline-flex !important;
      align-items: center !important;
      justify-content: center !important;
      box-shadow: none !important;
      border-radius: 999px !important;
      background: transparent !important;
      color: rgb(var(--color-foreground-rgb) / 0.58) !important;
    }
  }

  @media screen and (max-width: 390px) {
    .ef-cart-mobile-item {
      grid-template-columns: 82px minmax(0, 1fr) !important;
      column-gap: 12px !important;
    }

    .ef-cart-mobile-item__image-link {
      width: 82px !important;
      height: 82px !important;
    }

    .ef-cart-mobile-item__title {
      font-size: 0.94rem !important;
    }

    .ef-cart-mobile-item__actions quantity-selector,
    .ef-cart-mobile-item__actions .quantity-selector {
      max-width: 118px !important;
    }
  }
/* END_SNIPPET:cart-products */

/* START_SNIPPET:cart-summary (INDEX:199) */
.cart-actions {
    display: flex;
    flex-direction: column;
    gap: var(--gap-sm);
    border-block: 1px solid var(--color-border);
    padding-block: var(--padding-sm);
    margin-block-start: var(--margin-3xs);
  }

  .cart-actions__divider {
    border-block-start: 1px solid var(--color-border);
  }

  .cart__summary-totals:not(:has(.cart-actions)) {
    margin-block-start: var(--margin-3xs);
    border-block-start: 1px solid var(--color-border);
    padding-block-start: var(--margin-xl);
  }

  .cart__installments {
    color: var(--color-foreground);
  }

  .cart__ctas {
    display: grid;
    gap: 12px;
  }

  .ef-cart-mobile-checkout-form {
    display: none;
    width: 100%;
    margin: 0;
  }

  .cart__checkout-button.ef-cart-checkout-button,
  .cart__checkout-button.ef-cart-checkout-button.button,
  button.cart__checkout-button.ef-cart-checkout-button {
    width: 100%;
    min-height: 54px;
    border: 1px solid #2f2a26;
    background: #2f2a26;
    color: #ffffff;
    font-family: var(--font-heading-family);
    font-size: 1.12rem;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.015em;
    text-transform: none;
    box-shadow: none;
    cursor: pointer;
    transition:
      background 0.22s ease,
      border-color 0.22s ease,
      color 0.22s ease,
      transform 0.22s ease;
  }

  .cart__checkout-button.ef-cart-checkout-button:hover,
  .cart__checkout-button.ef-cart-checkout-button:focus-visible {
    border-color: #b89352;
    background: #b89352;
    color: #ffffff;
    transform: translateY(-1px);
  }

  .cart__checkout-button.ef-cart-checkout-button:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    transform: none;
  }

  @media screen and (max-width: 749px) {
    .ef-cart-checkout-button--desktop {
      display: none !important;
    }

    .ef-cart-mobile-checkout-form {
      display: block !important;
    }

    .ef-cart-checkout-button--mobile {
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      width: 100% !important;
      min-height: 54px !important;
      margin: 0 !important;
      padding: 0 20px !important;
      border: 1px solid #000000 !important;
      background: #000000 !important;
      color: #ffffff !important;
      font-family: var(--font-heading-family) !important;
      font-size: 1.08rem !important;
      line-height: 1 !important;
      font-weight: 400 !important;
      letter-spacing: 0.01em !important;
      text-transform: none !important;
      text-decoration: none !important;
      box-shadow: none !important;
      -webkit-tap-highlight-color: transparent;
      touch-action: manipulation;
      pointer-events: auto !important;
      position: relative;
      z-index: 5;
    }
  }

  @media screen and (min-width: 750px) {
    .ef-cart-checkout-button--desktop {
      display: flex !important;
      align-items: center;
      justify-content: center;
    }

    .ef-cart-checkout-button--mobile {
      display: none !important;
    }
  }
/* END_SNIPPET:cart-summary */

/* START_SNIPPET:collection-card (INDEX:201) */
.collection-card {
    --fixed-card-height: var(--height-small);
    flex: 1 1 var(--card-width-small);
    width: 100%;
    position: relative;
  }

  .collection-card > svg {
    height: 100%;
    width: 100%;
    aspect-ratio: var(--ratio);
  }

  .collection-card__inner {
    width: 100%;
    overflow: hidden;
    position: relative;
    gap: var(--collection-card-gap);
    display: flex;
    flex-direction: column;
  }

  .collection-card--image-bg .collection-card__inner {
    height: 100%;
  }

  .collection-card__inner {
    z-index: var(--layer-flat);
    pointer-events: none;

    a,
    button {
      /* only allow interactive elements to be clickable separate from .collection-card__link */
      pointer-events: auto;
    }
  }

  /* allow all blocks to be selectable in editor preview */
  .shopify-design-mode .collection-card__content * {
    pointer-events: auto;
  }

  .collection-card__content {
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    max-width: 100%;
    gap: var(--collection-card-gap);
    flex-direction: column;
    align-items: var(--horizontal-alignment);
    justify-content: var(--vertical-alignment);
  }

  .collection-card__link {
    position: absolute;
    inset: 0;

    /* allows focus outline to have radius in supported browsers */
    border-radius: var(--border-radius);
  }

  /* Nested image block rules */

  .collection-card.collection-card--image-bg {
    aspect-ratio: var(--ratio);
  }

  .collection-card.collection-card--image-bg .collection-card__content {
    padding: var(--padding-lg);
  }

  /* Bento layout rules */
  .collection-card--image-height-fixed .collection-card__image {
    height: var(--fixed-card-height);
    width: 100%;
  }

  .collection-card--image-height-fixed.collection-card--image-bg {
    height: var(--fixed-card-height);
    aspect-ratio: unset;
  }

  .collection-card__image .image-block__image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 100%;
  }

  .collection-card--image-bg .collection-card__image {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .collection-card__image svg {
    height: 100%;
    width: 100%;
  }

  .resource-list:not(.hidden--desktop) .collection-card--flexible-aspect-ratio {
    &.collection-card.collection-card--image-bg,
    &.collection-card .placeholder-svg {
      aspect-ratio: 99;
    }

    .collection-card__image {
      aspect-ratio: 99;
      height: 100%;
    }

    .collection-card__inner {
      display: flex;
      flex-direction: column;
      height: 100%;
    }

    .collection-card__content {
      flex-shrink: 0;
    }

    &:not(.collection-card--image-bg) .collection-card__content {
      height: auto;
    }
  }
/* END_SNIPPET:collection-card */

/* START_SNIPPET:contact-form (INDEX:203) */
.contact-form__form {
    display: flex;
    flex-direction: column;
    gap: var(--gap-md);
  }

  .contact-form__form-row {
    display: flex;
    flex-direction: column;
    gap: var(--gap-md);

    @media screen and (min-width: 750px) {
      flex-direction: row;
      align-items: center;
    }
  }

  .contact-form__input {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--color-input-text);
    background-color: var(--color-input-background);
    padding: var(--padding-lg) var(--padding-xl);
    border-radius: var(--style-border-radius-inputs);
    border: var(--style-border-width-inputs) solid var(--color-input-border);
    -webkit-font-smoothing: antialiased;
  }

  .contact-form__input--textarea {
    resize: vertical;
    min-height: var(--input-textarea-min-height);
  }

  .contact-form__error,
  .contact-form__success {
    display: flex;
    align-items: center;
    gap: var(--gap-xs);
  }
/* END_SNIPPET:contact-form */

/* START_SNIPPET:disclosure-content (INDEX:204) */
.disclosure-content {
    display: grid;
    grid-template-rows: 1fr;
    /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
    clip-path: inset(-5% -5% 0 -5%);
    opacity: 1;

    &[inert] {
      grid-template-rows: 0fr;
      opacity: 0;
    }

    & > * {
      min-height: 0;
    }
  }

  @media (prefers-reduced-motion: no-preference) {
    .disclosure-content {
      transition-property: grid-template-rows, opacity;
      transition-duration: var(--surface-transition-duration);
      transition-timing-function: var(--surface-transition-timing);
    }
  }
/* END_SNIPPET:disclosure-content */

/* START_SNIPPET:disclosure-trigger (INDEX:205) */
.disclosure-trigger {
    cursor: pointer;
    color: var(--color-foreground);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: var(--padding-sm);
    width: 100%;
    border: none;
    background: #0000;

    &[aria-expanded='true'] .horizontal {
      rotate: 90deg;
    }

    &:is(:hover, :focus-visible) {
      color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
    }

    .horizontal {
      transform-box: fill-box;
      transform-origin: center;
    }

    svg {
      aspect-ratio: 1;
      width: var(--icon-size-xs);
    }
  }

  .disclosure-trigger__label {
    display: flex;
    align-items: flex-start;
    gap: var(--gap-2xs);
    font-size: var(--cart-font-size--sm);
  }

  @media (prefers-reduced-motion: no-preference) {
    .disclosure-trigger .horizontal {
      transition: rotate var(--surface-transition-duration) var(--surface-transition-timing);
    }
  }
/* END_SNIPPET:disclosure-trigger */

/* START_SNIPPET:divider (INDEX:206) */
.divider {
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: var(--divider-justify-content);
  }

  .divider__line {
    border-bottom: var(--divider-border-thickness) solid var(--color-border);
    border-right: var(--divider-border-thickness) solid var(--color-border);
    border-radius: calc(var(--style-border-radius-sm) * var(--divider-border-rounded));
    flex-basis: var(--divider-flex-basis);
    min-height: var(--divider-flex-basis);
  }
/* END_SNIPPET:divider */

/* START_SNIPPET:editorial-blog-grid (INDEX:209) */
.editorial-blog__grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 1fr;
    gap: var(--gap-xl);

    .shopify-block {
      height: 100%;
    }
  }

  .editorial-blog__spacer {
    aspect-ratio: 1;
  }

  @media (max-width: 768px) {
    .editorial-blog__grid {
      display: flex;
      flex-direction: column;
      gap: var(--gap-2xl);
    }

    .editorial-blog__spacer {
      display: none;
    }

    .featured-blog-posts-card__image {
      min-height: 200px;
    }

    /* Mobile layout - also horizontally mirrored from collection grid */
    .editorial-blog__item-0 {
      width: 66%;
      align-self: flex-end; /* Originally flex-start, now flex-end */
    }

    .editorial-blog__item-1 {
      width: 83%;
      align-self: flex-start; /* Originally flex-end, now flex-start */
    }

    .editorial-blog__item-2 {
      width: 83%;
      align-self: flex-end; /* Originally flex-start, now flex-end */
    }

    .editorial-blog__item-3 {
      width: 100%;
      align-self: center; /* Stays centered */
    }
  }
/* END_SNIPPET:editorial-blog-grid */

/* START_SNIPPET:editorial-collection-grid (INDEX:210) */
.editorial-collection__grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 1fr;
    gap: var(--gap-xl);

    .resource-list__item,
    .collection-card {
      height: 100%;
    }
  }

  .editorial-collection__spacer {
    aspect-ratio: 1;
  }

  @media (max-width: 768px) {
    .editorial-collection__grid {
      display: flex;
      flex-direction: column;
      gap: var(--gap-2xl);
    }

    .editorial-collection__spacer {
      display: none;
    }

    .editorial-collection__item-0 {
      width: 66%;
      align-self: flex-start;
      aspect-ratio: 4 / 5;
    }

    .editorial-collection__item-1 {
      width: 83%;
      align-self: flex-end;
      aspect-ratio: 5 / 5;
    }

    .editorial-collection__item-2 {
      width: 83%;
      align-self: flex-start;
      aspect-ratio: 8 / 6;
    }

    .editorial-collection__item-3 {
      width: 100%;
      align-self: center;
      aspect-ratio: 8 / 6;
    }
  }
/* END_SNIPPET:editorial-collection-grid */

/* START_SNIPPET:editorial-product-grid (INDEX:211) */
.editorial-product__grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 1fr;
    gap: var(--gap-xl);

    /* Make the aspect ratio super high on width, then increase the height of
     * slideshow containers until they fill all the available space */
    .card-gallery {
      /* stylelint-disable-next-line declaration-no-important */
      --gallery-aspect-ratio: 99 !important;
    }

    .card-gallery,
    slideshow-component,
    slideshow-container,
    slideshow-slides {
      height: 100%;
    }
  }

  .editorial-product__spacer {
    aspect-ratio: 1;
  }

  @media (max-width: 768px) {
    .editorial-product__grid {
      display: flex;
      flex-direction: column;
      gap: var(--gap-2xl);
    }

    .editorial-product__spacer {
      display: none;
    }

    .editorial-product__item-0 {
      width: 83%;
      align-self: flex-start;
      aspect-ratio: 7 / 6;
    }

    .editorial-product__item-1 {
      width: 83%;
      align-self: flex-end;
      aspect-ratio: 4 / 5;
    }

    .editorial-product__item-2 {
      width: 66%;
      align-self: flex-start;
      aspect-ratio: 5 / 5;
    }

    .editorial-product__item-3 {
      width: 100%;
      aspect-ratio: 8 / 6;
    }
  }
/* END_SNIPPET:editorial-product-grid */

/* START_SNIPPET:facets-actions (INDEX:215) */
/* Facets - Actions */
  .facets__actions {
    --to-top-gradient-background: linear-gradient(
      to top,
      rgb(var(--color-background-rgb) / var(--opacity-90)),
      rgb(var(--color-background-rgb) / var(--opacity-80)),
      rgb(var(--color-background-rgb) / var(--opacity-40)),
      transparent
    );

    order: 1;
    position: sticky;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: var(--gap-sm);
    background-image: var(--to-top-gradient-background);
    z-index: var(--facets-sticky-z-index);
    padding-block-start: var(--padding-xs);
    padding-block-end: var(--padding-md);
    padding-inline: var(--padding-lg);
    margin-top: auto;
  }

  .facets:not(.facets--drawer) .facets__actions {
    @media screen and (min-width: 750px) {
      position: static;
    }
  }

  .facets--vertical .facets__actions {
    padding-inline: 0;
    justify-content: center;
  }

  .facets--horizontal .facets__actions {
    @media screen and (min-width: 750px) {
      order: 0;
      bottom: auto;
      position: static;
      padding: 0;
      z-index: var(--layer-flat);
      flex-shrink: 0;
      align-items: center;
      margin-top: initial;
      background-image: none;
    }
  }

  .facets--horizontal .facets__actions--active::before {
    @media screen and (min-width: 750px) {
      content: '';
      border-inline-start: var(--style-border-width) solid var(--color-border);
      height: var(--font-paragraph--size);
      position: absolute;
    }
  }

  /* Clear button */
  .facets__clear {
    display: none;
  }

  .facets--horizontal .facets__clear {
    @media screen and (min-width: 750px) {
      width: 100%;
      justify-content: flex-end;
      padding: 0 var(--facets-clear-padding) var(--facets-clear-padding) 0;
      cursor: pointer;
    }
  }

  .facets__clear--active {
    @media screen and (min-width: 750px) {
      display: flex;
    }
  }

  .clear-filter:hover {
    text-decoration: underline;
    background-color: transparent;
  }

  /* Clear all button */
  .facets__clear-all {
    display: none;
    cursor: pointer;
    min-width: var(--facets-clear-all-min-width);
    transition: transform var(--animation-values), opacity var(--animation-values);
    opacity: 0;
    transform: translateY(100%);
    flex-grow: 1;
    padding-block: var(--padding-lg);
  }

  .facets:not(.facets--drawer) .facets__clear-all {
    box-shadow: none;
  }

  .facets--horizontal .facets__clear-all {
    @media screen and (min-width: 750px) {
      --facets-clear-all-min-width: var(--minimum-touch-target);
      --button-color: var(--color-primary);

      text-decoration: underline transparent 0.075em;
      text-underline-offset: 0.125em;
      width: auto;
      transform: none;
      opacity: 1;
      height: var(--minimum-touch-target);
      align-items: center;
      flex-grow: 0;
      transition: text-decoration-color var(--animation-speed) var(--animation-easing);
    }
  }

  .facets--horizontal .facets__clear-all:hover {
    @media screen and (min-width: 750px) {
      --button-color: var(--color-primary-hover);
    }
  }

  @starting-style {
    .facets__clear-all {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .facets__clear-all.active {
    transform: translateY(0);
    opacity: 1;
    display: grid;
  }

  .facets--horizontal .facets__clear-all.active {
    @media screen and (min-width: 750px) {
      padding-block: 0;
      padding-inline: var(--facets-form-horizontal-gap);
      background-color: transparent;
      position: static;
      transform: none;
    }
  }

  @starting-style {
    .facets__clear-all.active {
      opacity: 0;
      transform: translateY(100%);
    }

    .facets--horizontal .facets__clear-all.active {
      @media screen and (min-width: 750px) {
        opacity: 1;
        transform: none;
      }
    }
  }

  .facets__see-results {
    min-width: var(--facets-see-results-min-width);
    flex-grow: 1;
    padding-block: var(--padding-lg);
  }

  .facets:not(.facets--drawer) .facets__see-results {
    @media screen and (min-width: 750px) {
      display: none;
    }
  }
/* END_SNIPPET:facets-actions */

/* START_SNIPPET:filter-remove-buttons (INDEX:216) */
/* Facets - Remove buttons */
  .facets-remove {
    --variant-picker-swatch-width: 20px;
    --variant-picker-swatch-height: 20px;

    display: none;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--gap-xs);
    padding: 0 var(--drawer-padding);
    margin: 0;

    @media screen and (min-width: 750px) {
      --variant-picker-swatch-width: 16px;
      --variant-picker-swatch-height: 16px;

      gap: var(--gap-2xs);
    }
  }

  .facets-remove:has(facet-remove-component) {
    display: flex;
    margin-block-start: var(--margin-2xs);
    margin-block-end: var(--margin-md);
  }

  .facets__clear-all-link {
    --button-color: var(--color-primary);

    border: none;
    background-color: transparent;
    padding: var(--padding-xs);
    min-width: fit-content;
    color: var(--button-color);
    transition: text-decoration-color var(--animation-speed) var(--animation-easing),
      color var(--animation-speed) var(--animation-easing);
  }

  .facets__clear-all-link:hover {
    --button-color: var(--color-primary-hover);

    color: var(--button-color);
    text-decoration-color: var(--button-color);
  }

  .facets:not(.facets--drawer) .facets-remove--mobile-and-vertical {
    @media screen and (min-width: 750px) {
      padding: 0;
    }
  }

  .facets--horizontal .facets-remove--mobile-and-vertical {
    @media screen and (min-width: 750px) {
      display: none;
    }
  }

  .facets-remove__pill {
    .svg-wrapper,
    .swatch {
      flex-shrink: 0;
    }
  }

  .facets--horizontal .facets-remove {
    @media screen and (min-width: 750px) {
      display: none;
    }
  }
/* END_SNIPPET:filter-remove-buttons */

/* START_SNIPPET:filters-toggle (INDEX:217) */
/* Facets - Toggle */
  .facets-toggle {
    --icon-offset: -3px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    height: var(--minimum-touch-target);
    margin: var(--facets-margin);
    padding-block: var(--facets-inner-padding-block);
    padding-inline: var(--facets-inner-padding-inline);

    @media screen and (min-width: 750px) {
      display: none;
    }
  }

  .facets-toggle__wrapper {
    margin-left: var(--icon-offset);
  }

  .facets-toggle__button {
    box-shadow: none;

    @media screen and (min-width: 750px) {
      display: none;
    }
  }

  /* Filter count */
  .filter-count-bubble {
    position: relative;
    width: 20px;
    aspect-ratio: 1;
    border-radius: 50%;
    display: grid;
    line-height: normal;
    place-content: center;
    color: var(--color-foreground);
    border: var(--icon-stroke-width) solid var(--color-background);
  }

  .facets-mobile__title-wrapper .h3 {
    margin-block-end: 0;
    display: inline-flex;
    align-items: center;
    gap: var(--gap-xs);
  }

  .facets-mobile__title-wrapper .filter-count-bubble {
    width: 22px;
    height: 22px;
  }

  .facets-mobile__title-wrapper .filter-count-bubble__text {
    font-size: var(--font-size--xs);
  }

  .filter-count-bubble__background {
    position: absolute;
    inset: 0;
    background-color: rgb(var(--color-foreground-rgb) / var(--opacity-10-25));
    border-radius: var(--style-border-radius-50);
  }

  .filter-count-bubble__text {
    font-size: 11px;
    font-weight: var(--font-paragraph--weight);
    aspect-ratio: 1 / 1;
  }

  .facets-toggle--no-filters {
    @media screen and (max-width: 749px) {
      /* stylelint-disable-next-line declaration-no-important */
      justify-content: unset !important;

      & > .facets-mobile-wrapper {
        width: 100%;
      }
    }
  }
/* END_SNIPPET:filters-toggle */

/* START_SNIPPET:gift-card-recipient-form (INDEX:220) */
.recipient-form {
    --options-border-radius: var(--variant-picker-button-radius);
    --options-border-width: var(--variant-picker-button-border-width);

    display: flex;
    flex-direction: column;
    padding-bottom: var(--padding-2xl);
  }

  .recipient-form__send-to {
    padding: 0;
    margin-block-end: var(--margin-xs);
  }

  .gift-card-form-option {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--gap-sm);
    padding: 0;
    border: none;
  }

  .gift-card-form-option__button-label {
    display: flex;
    align-items: center;
    position: relative;
    padding-block: var(--padding-sm);
    padding-inline: var(--padding-lg);
    border: var(--style-border-width) solid var(--color-variant-border);
    border-radius: var(--options-border-radius);
    border-width: var(--options-border-width);
    overflow: clip;
    justify-content: center;
    min-width: auto;
    background-color: var(--color-variant-background);
    color: var(--color-variant-text);
    transition: background-color var(--animation-speed) var(--animation-easing),
      border-color var(--animation-speed) var(--animation-easing);

    &:hover {
      background-color: var(--color-variant-hover-background);
      border-color: var(--color-variant-hover-border);
      color: var(--color-variant-hover-text);
    }
  }

  .gift-card-form-option__button-label:has(:focus-visible) {
    --variant-picker-stroke-color: var(--color-foreground);

    border-color: var(--color-foreground);
    outline: var(--focus-outline-width) solid var(--color-foreground);
    outline-offset: var(--focus-outline-offset);
  }

  .gift-card-form-option__button-label:has(:checked) {
    color: var(--color-selected-variant-text);
    background-color: var(--color-selected-variant-background);
    border-color: var(--color-selected-variant-border);
    transition: background-color var(--animation-speed) var(--animation-easing),
      border-color var(--animation-speed) var(--animation-easing);

    &:hover {
      background-color: var(--color-selected-variant-hover-background);
      border-color: var(--color-selected-variant-hover-border);
      color: var(--color-selected-variant-hover-text);
    }
  }

  .gift-card-form-option__button-label input {
    /* remove the checkbox from the page flow */
    position: absolute;

    /* set the dimensions to match those of the label */
    inset: 0;

    /* hide it */
    opacity: 0;
    margin: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
  }

  .recipient-fields {
    display: flex;
    flex-direction: column;
    gap: var(--gap-sm);
    transition: opacity 0.3s var(--animation-easing);
    padding-block-start: var(--padding-xl);
  }

  .recipient-fields[hidden] {
    display: none;
  }

  .field--send-on {
    display: flex;
    flex-direction: column;
  }

  .recipient-form__message {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: var(--gap-sm);
    margin-top: var(--margin-sm);
  }

  .recipient-form-field-label {
    position: absolute;
    left: var(--padding-sm);
    bottom: var(--padding-sm);
    font-style: italic;
    color: var(--color-input-text);
  }

  .recipient-fields__textarea {
    min-height: 5.5rem;
    overflow-y: auto;

    /* Space for the character count */
    padding-bottom: calc(var(--padding-sm) * 3);
    scroll-padding-bottom: calc(var(--padding-sm) * 3);
  }

  .recipient-fields__input {
    flex-grow: 1;
    transition: background-color var(--animation-speed) ease;
    padding: var(--input-padding);
    background-color: var(--color-input-background);
    color: var(--color-input-text);
    text-align: left;
    font-size: var(--font-paragraph--size);
    border: var(--style-border-width-inputs) solid var(--color-input-border);
    border-radius: var(--style-border-radius-inputs);

    &:autofill {
      background-color: var(--color-input-background);
      color: var(--color-input-text);
    }

    &:is(:focus) {
      outline-color: var(--color-input-background);
    }
  }

  /* Date picker calendar icon
   * Safari doesn't show the icon and Firefox correctly applies the color from the input field.
   * Webkit browsers need the mask-image trick to use the correct icon color.
   */
  .field--send-on .recipient-fields__input::-webkit-calendar-picker-indicator {
    cursor: pointer;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 24 24' %3E%3Cg%3E%3Cpath d='M9 11H7v2h2v-2zm4 0h-2v2h2v-2zm4 0h-2v2h2v-2zm2-7h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V9h14v11z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-image: none;
    background-color: currentColor;
    mask-type: match-source;
  }

  /* For Webkit browsers - text cursor for input area */
  .field--send-on .recipient-fields__input::-webkit-datetime-edit {
    cursor: text;
  }

  .field--send-on .recipient-fields__input::-webkit-datetime-edit-year-field,
  .field--send-on .recipient-fields__input::-webkit-datetime-edit-month-field,
  .field--send-on .recipient-fields__input::-webkit-datetime-edit-day-field {
    /* Override the disabled color */
    color: var(--color-input-text);
  }

  /* Fallback for other browsers */
  .field--send-on .recipient-fields__input {
    cursor: text;
  }

  /* For Firefox - entire field is clickable, so show pointer */
  @supports (-moz-appearance: none) {
    .field--send-on .recipient-fields__input {
      cursor: pointer;
    }
  }
/* END_SNIPPET:gift-card-recipient-form */

/* START_SNIPPET:grid-density-controls (INDEX:221) */
.column-options-wrapper {
    --icon-offset: -3px;

    display: flex;
    gap: var(--gap-sm);
    min-width: fit-content;
    justify-content: flex-end;
    height: var(--minimum-touch-target);
    align-items: center;
    margin-right: var(--icon-offset);
  }

  .column-options-wrapper:only-child {
    margin-left: auto;
  }

  .facets__form-wrapper > .column-options-wrapper:first-child {
    margin-left: auto;
  }

  .facets .column-options-wrapper {
    display: none;

    @media screen and (min-width: 750px) {
      display: flex;
    }
  }

  .column-options {
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap-xs);
    margin: 0;
    padding: 0;
    border: none;

    @media screen and (min-width: 750px) {
      gap: var(--gap-2xs);
    }
  }

  .column-options__option {
    display: none;
    position: relative;
  }

  .column-options__option:has(.column-picker-mobile--single),
  .column-options__option:has(.column-picker-mobile--double) {
    @media screen and (max-width: 749px) {
      display: flex;
    }
  }

  .column-options__option:has(.column-picker--default),
  .column-options__option:has(.column-picker--zoom-out) {
    @media screen and (min-width: 750px) {
      display: flex;
    }
  }

  .column-options__legend {
    padding: 0;
    margin: 0;
  }

  .column-options__option-input {
    /* this is a repeating pattern a bit with the variant picker buttons */

    /* remove the checkbox from the page flow */
    position: absolute;

    /* set the dimensions to match those of the label */
    inset: 0;

    /* hide it */
    opacity: 0;
    margin: 0;
    cursor: pointer;
  }

  .column-picker {
    color: rgb(var(--color-foreground-rgb) / var(--opacity-50));
    padding: var(--padding-2xs);
    border-radius: var(--style-border-radius-xs);
    transition: background-color var(--animation-speed) ease, color var(--animation-speed) ease;
  }

  .column-options__option:hover .column-picker {
    background-color: rgb(var(--color-foreground-rgb) / var(--opacity-5));
  }

  .column-options__option-input:checked ~ .column-picker {
    color: rgb(var(--color-foreground-rgb));
    background-color: rgb(var(--color-foreground-rgb) / var(--opacity-5));
  }
/* END_SNIPPET:grid-density-controls */

/* START_SNIPPET:group (INDEX:222) */
.group-block__link {
    position: absolute;
    inset: 0;
  }

  .group-block__link ~ :is(.group-block-content, .group-block__media-wrapper) {
    pointer-events: none;

    :is(a, button, input, textarea, select) {
      pointer-events: auto;
    }
  }

  /* Needs the .group-block__link ~ to be specific enough to take effect. */
  .group-block__link ~ .group-block-content--design-mode {
    pointer-events: auto;
  }
/* END_SNIPPET:group */

/* START_SNIPPET:header-actions (INDEX:223) */
.cart-drawer {
    --cart-drawer-padding: var(--padding-lg) var(--padding-xl);
    --cart-drawer-padding-desktop: var(--padding-xl) var(--padding-2xl);
    --cart-font-size--2xs: var(--font-size--2xs);
    --cart-font-size--xs: var(--font-size--xs);
    --cart-font-size--sm: var(--font-size--sm);
    --cart-font-size--md: var(--font-size--md);
    --cart-font-size--2xl: var(--font-size--2xl);
  }

  .cart-drawer__dialog {
    position: fixed;
    border-radius: 0;
    width: var(--sidebar-width);
    max-width: 95vw;
    height: 100%;
    margin: 0 0 0 auto;
    padding: 0;
    border-left: var(--style-border-drawer);
    box-shadow: var(--shadow-drawer);
    background-color: var(--color-background);
  }

  /* Needed to ensure the drawer is full height */
  .cart-drawer__dialog:modal {
    max-height: 100dvh;
    overflow-y: hidden;
  }

  .cart-drawer__inner {
    height: 100%;
  }

  .cart-drawer__content {
    padding: 0;
    background-color: var(--color-background);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow-y: auto;
  }

  .cart-drawer__heading {
    display: flex;
    align-items: center;
    gap: var(--gap-xs);
  }

  .cart-drawer__close-button {
    margin-right: calc(var(--padding-sm) * -1);
  }

  .cart-drawer--empty .cart-drawer__content {
    text-align: center;
    min-height: auto;
  }

  .cart-drawer--empty .cart-drawer__heading {
    margin-bottom: var(--margin-md);
  }

  .cart-drawer__items .cart-items__table-row {
    padding-bottom: var(--gap-xl);
    border-bottom: var(--style-border-width) solid var(--color-border);
    margin-bottom: var(--gap-xl);
  }

  .cart-drawer__items .cart-items__table-row:has(+ .cart-items__nested-line) {
    border-bottom: none;
    margin-bottom: 0;
  }

  .cart-drawer__items .cart-items__table-row:last-child {
    border-bottom: none;
  }

  .cart-drawer__summary {
    --cart-drawer-summary-padding: var(--padding-lg);

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--gap-2xl);
    padding: var(--cart-drawer-summary-padding);
    margin-top: auto;
    background-color: var(--color-background);
    /* stylelint-disable-next-line color-named */
    mask-image: linear-gradient(to bottom, transparent, black var(--cart-drawer-summary-padding));

    @media screen and (min-width: 750px) {
      --cart-drawer-summary-padding: var(--padding-2xl);
    }
  }

  .cart-drawer__summary .cart__summary-totals:not(:has(.cart__original-total-container:empty)) {
    border-block-start: var(--style-border-width) solid var(--color-border);
    padding-block-start: var(--padding-2xl);
  }

  .cart-drawer__summary .cart-note {
    @media screen and (min-width: 750px) {
      margin-block-start: var(--margin-3xs);
    }
  }

  .cart-drawer__heading--empty {
    display: flex;
    justify-content: center;
  }

  .cart-drawer__items {
    display: flex;
    flex-direction: column;
    padding-inline: var(--cart-drawer-padding);
    overflow-y: auto;

    @media screen and (min-width: 750px) {
      padding-inline: var(--cart-drawer-padding-desktop);
    }
  }

  .cart-drawer__items .cart-items__table-row {
    padding-bottom: var(--gap-xl);
    border-bottom: var(--style-border-width) solid var(--color-border);
    margin-bottom: var(--gap-xl);
  }

  .cart-drawer__items .cart-items__table-row:last-child {
    border-bottom: none;
    padding-block-end: 0;
    margin-block-end: 0;
  }

  .cart-drawer--empty .cart-drawer__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100dvh;
    margin-top: 0;
  }

  .cart-drawer:not(:has(.cart-form)) .cart-drawer__content {
    justify-content: center;
  }

  .cart-drawer--empty .cart-drawer__header {
    justify-content: right;
    border-bottom: none;
    padding-bottom: 0;
  }

  .cart-drawer--empty .cart-drawer__heading {
    text-align: center;
  }

  .cart-drawer:not(:has(.cart-form)) .cart-items__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  header-actions {
    display: flex;

    @media screen and (max-width: 749px) {
      justify-self: flex-end;
    }
  }

  .header__column--right header-actions {
    margin-inline-start: calc(var(--gap-md) * -1);
  }

  .header-actions__action {
    --button-color: var(--color-foreground);

    cursor: pointer;
    display: flex;
    justify-content: center;
  }

  .header-actions__action .svg-wrapper {
    height: var(--button-size);
    width: var(--button-size);
  }

  .header-actions__action svg {
    width: var(--icon-size-md);
    height: var(--icon-size-md);
  }

  .header-actions__cart-icon {
    --cart-bubble-size: 20px;
    --cart-bubble-top: 4.5px;
    --cart-bubble-right: 2.5px;

    position: relative;
  }

  .header-actions__cart-icon .cart-bubble {
    position: absolute;
    width: var(--cart-bubble-size, 20px);
    top: var(--cart-bubble-top);
    right: var(--cart-bubble-right);
  }

  .header-actions__cart-icon .cart-bubble__text,
  .cart-drawer__heading .cart-bubble__text {
    font-family: var(--font-paragraph--family);
    font-weight: var(--font-paragraph--weight);
  }

  .header-actions__cart-icon.header-actions__cart-icon--has-cart svg {
    /* Create donut mask where the cart bubble sits */
    mask: radial-gradient(
      calc(var(--cart-bubble-size) + 2px) at calc(100% - var(--cart-bubble-right)) var(--cart-bubble-top),
      transparent 45.45%,
      #fff 45.45%,
      #fff 100%
    );
  }

  .cart-drawer__heading .cart-bubble__background {
    background-color: rgb(var(--color-foreground-rgb) / var(--opacity-10-25));
  }

  .cart-drawer__heading .cart-bubble__text {
    color: var(--color-foreground);
    font-size: var(--font-size--xs);
  }

  .cart-bubble--animating .cart-bubble__background {
    animation: grow var(--animation-speed) var(--animation-easing);
  }

  .cart-bubble--animating .cart-bubble__text {
    animation: cartBubbleSlideIn var(--animation-speed) var(--animation-easing);
  }
/* END_SNIPPET:header-actions */

/* START_SNIPPET:header-drawer-manual (INDEX:224) */
/* Mobile drawer styles */
  .header__icon--menu {
    position: initial;
  }

  .menu-drawer-container .header__icon--summary {
    color: var(--color-foreground);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: var(--padding-lg);
  }

  .header__icon--summary .header-drawer-icon {
    margin: auto;
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
  }

  details:not([open]) .header__icon--menu .header-drawer-icon--close {
    display: none;
  }

  details[open] .header__icon--menu .header-drawer-icon--open {
    display: none;
  }

  .menu-drawer {
    position: fixed;
    transform: translateX(-100%);
    visibility: hidden;
    height: 100dvh;
    width: 85vw;
    max-width: 400px;
    z-index: 100;
    left: 0;
    top: 0;
    padding: 0;
    background-color: var(--color-background);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    box-shadow: 4px 0 20px rgb(0 0 0 / 0.2);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
                visibility 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .menu-drawer__backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    background: rgb(0 0 0 / 0.5);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
  }

  .menu-open > .menu-drawer {
    transform: translateX(0);
    visibility: visible;
  }

  .menu-open > .menu-drawer__backdrop {
    opacity: 1;
    visibility: visible;
  }

  .menu-drawer__close-button {
    position: relative;
    width: fit-content;
    height: fit-content;
    padding: var(--padding-lg);
    margin-left: auto;
  }

  .menu-drawer__navigation {
    padding: 0;
    flex: 1;
  }

  .menu-drawer__menu {
    list-style: none;
    padding-inline: var(--padding-xl);
    margin: 0;
  }

  .menu-drawer__menu--childlist {
    padding-inline-start: var(--padding-md);
    padding-block-start: var(--padding-xs);
  }

  .menu-drawer__list-item--divider {
    border-block-end: 1px solid var(--color-border);
  }

  .menu-drawer__menu-item {
    display: flex;
    padding: var(--padding-md) 0;
    text-decoration: none;
    justify-content: space-between;
    align-items: center;
    color: var(--color-foreground);
    font-size: 16px;
    font-weight: 500;
    transition: background-color 0.2s ease, transform 0.2s ease;
    border-radius: 8px;
    margin: 2px 0;
  }

  .menu-drawer__menu-item:hover {
    background-color: rgb(var(--color-foreground-rgb) / 0.05);
    transform: translateX(4px);
  }

  .menu-drawer__menu-item--mainlist {
    min-height: 48px;
    font-size: 18px;
  }

  .menu-drawer__menu-item--child {
    font-size: 15px;
    font-weight: 400;
    opacity: 0.9;
  }

  .menu-drawer__menu-item-text {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .menu-drawer__menu-item > .svg-wrapper {
    width: fit-content;
    height: fit-content;
    flex-shrink: 0;
  }

  .menu-drawer svg {
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
  }

  .menu-drawer__animated-element {
    animation: menu-drawer-nav-open 0.3s ease forwards;
    animation-delay: calc(0.1s + (var(--menu-drawer-animation-index, 0) - 1) * 0.05s);
    animation-fill-mode: backwards;
  }

  @keyframes menu-drawer-nav-open {
    0% {
      opacity: 0;
      transform: translateX(-12px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }

  /* Badge styles in drawer */
  .menu-drawer__badge {
    display: inline-block;
    padding: 2px 8px;
    margin-left: 8px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    background: var(--color-foreground);
    color: var(--color-background);
    border-radius: 100px;
    letter-spacing: 0.03em;
  }

  /* Desktop hide */
  @media screen and (min-width: 750px) {
    header-drawer.header-drawer--manual {
      display: none;
    }
  }
/* END_SNIPPET:header-drawer-manual */

/* START_SNIPPET:header-drawer (INDEX:225) */
.header__icon--menu {
    position: initial;
  }

  @media screen and (min-width: 750px) {
    .header--desktop header-menu + .header__drawer header-drawer {
      display: none;
    }
  }

  .menu-drawer-container .header__icon--summary {
    color: var(--color-foreground);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: var(--padding-lg);
  }

  .header__icon--summary .header-drawer-icon {
    margin: auto;
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
  }

  .header__drawer {
    display: flex;
    min-height: 60px;
    align-items: center;

    @media screen and (min-width: 750px) {
      min-height: 0;
    }
  }

  .header--compact .header__drawer {
    min-height: var(--minimum-touch-target);
  }

  .menu-drawer__navigation {
    padding: 0;

    @media screen and (min-width: 750px) {
      margin-top: var(--drawer-header-desktop-top);
    }
  }

  details:not([open]) .header__icon--menu .header-drawer-icon--close {
    display: none;
  }

  details[open] .header__icon--menu .header-drawer-icon--close {
    @media screen and (min-width: 750px) {
      display: none;
    }
  }

  details[open] .header__icon--menu .header-drawer-icon--open {
    display: none;

    @media screen and (min-width: 750px) {
      display: flex;
    }
  }

  .menu-drawer {
    position: fixed;
    transform: translateX(-100%);
    visibility: hidden;
    height: var(--drawer-height);
    width: var(--drawer-width);
    max-width: var(--drawer-max-width);
    z-index: var(--layer-menu-drawer);
    left: 0;
    top: 0;
    padding: 0;
    background-color: var(--color-background);
    overflow: auto;
    display: flex;
    border-right: var(--style-border-drawer);
    box-shadow: var(--shadow-drawer);
    flex-direction: column;

    @media screen and (min-width: 750px) {
      width: 25rem;
    }

    .header__drawer--desktop & {
      height: 100vh;
    }
  }

  .menu-drawer:has(details[open]) {
    overflow: initial;
  }

  .menu-drawer__backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    backdrop-filter: brightness(0.75);
    z-index: var(--layer-heightened);
    opacity: 0;
    transition: opacity var(--drawer-animation-speed) ease;

    .menu-open & {
      opacity: 1;
    }
  }

  .menu-drawer,
  details[open] > .menu-drawer__submenu {
    transition: transform var(--drawer-animation-speed) ease, visibility var(--drawer-animation-speed) ease,
      opacity var(--drawer-animation-speed) ease;
  }

  .menu-open > .menu-drawer,
  .menu-open > .menu-drawer__submenu:not(.menu-drawer__menu--childlist) {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column;
    will-change: transform;
  }

  .menu-drawer__inner-container {
    position: relative;
    height: 100%;
  }

  .menu-drawer__navigation-container {
    display: grid;
    grid-template-rows: 1fr auto;
    align-content: space-between;
    overflow-y: auto;
    height: 100%;
  }

  .menu-drawer__inner-submenu {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;

    @media screen and (min-width: 750px) {
      margin-top: var(--drawer-header-desktop-top);
    }
  }

  .menu-drawer__nav-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .menu-drawer__menu {
    --menu-drawer-inline-padding: calc(var(--padding-sm) + 7px);

    list-style: none;
    padding-inline: var(--drawer-padding);
    margin-inline: 0;
    margin-block-start: 0;
  }

  .menu-drawer__menu--grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--padding-sm);
    padding-inline-end: var(--menu-drawer-inline-padding);
    padding-block-start: var(--padding-xs);
  }

  .menu-drawer__menu--childlist:not(.menu-drawer__menu--grid) {
    flex-grow: 1;
  }

  .menu-drawer__menu.has-submenu,
  .menu-drawer__menu--childlist:not(:has(.menu-drawer__animated-element)) {
    margin-block-end: var(--margin-xs);

    @media screen and (min-width: 750px) {
      margin-block-end: 2.5rem;
    }
  }

  .menu-drawer__list-item--divider {
    border-block-end: 1px solid var(--color-border);
  }

  .menu-drawer__list-item--deep:not(.menu-drawer__list-item--divider) .menu-drawer__menu {
    margin-block-start: -0.3rem;
  }

  .menu-drawer__list-item--flat.menu-drawer__list-item--divider .menu-drawer__menu {
    margin-block-start: -0.4rem;
  }

  .menu-drawer__menu-container--divider {
    border-block-end: 1px solid var(--color-border);
  }

  .menu-drawer__menu > .menu-drawer__list-item {
    display: flex;
    min-height: calc(2 * var(--padding-lg) + var(--icon-size-xs));
  }

  .menu-drawer__list-item--deep .menu-drawer__list-item,
  .menu-drawer__list-item--flat .menu-drawer__list-item {
    min-height: auto;
  }

  .menu-drawer__menu .menu-drawer__list-item--flat {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-block-end: var(--margin-md);
  }

  .menu-drawer__menu--childlist .menu-drawer__list-item--flat {
    margin-block-end: var(--margin-sm);

    @media screen and (min-width: 750px) {
      margin-block-end: var(--margin-lg);
    }
  }

  .menu-drawer__menu--childlist .menu-drawer__list-item--flat.menu-drawer__list-item--divider {
    margin-block-end: 0;
  }

  .menu-drawer__list-item--flat .menu-drawer__menu--childlist {
    width: 100%;
    padding-inline-start: 0;
  }

  .menu-drawer-container[open] .menu-drawer__animated-element {
    animation: menu-drawer-nav-open var(--drawer-animation-speed) ease-in-out;
    animation-delay: calc(var(--drawer-animation-speed) + (var(--menu-drawer-animation-index) - 1) * 0.1s);
    animation-fill-mode: backwards;
  }

  .menu-drawer__menu accordion-custom .details-content--no-animation {
    animation: none;
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    transition: none;
  }

  .menu-drawer__menu details,
  .menu-drawer__menu-item,
  .menu-drawer__menu accordion-custom {
    width: 100%;
  }

  .menu-drawer__list-item--divider .menu-drawer__menu-item:not(.menu-drawer__menu-item--child) {
    min-height: calc(2 * var(--padding-lg) + var(--icon-size-xs));
  }

  .menu-drawer__menu-item--mainlist {
    min-height: calc(2 * var(--padding-lg) + var(--icon-size-xs));
    font-family: var(--menu-top-level-font-family);
    font-style: var(--menu-top-level-font-style);
    font-weight: var(--menu-top-level-font-weight);
    font-size: var(--menu-top-level-font-size);
    line-height: var(--menu-top-level-font-line-height);
    text-transform: var(--menu-top-level-font-case);
    color: var(--menu-top-level-font-color);
    justify-content: space-between;

    &:hover {
      color: var(--menu-top-level-font-color);
    }
  }

  .menu-drawer__menu-item--parent {
    font-family: var(--menu-parent-font-family);
    font-style: var(--menu-parent-font-style);
    font-weight: var(--menu-parent-font-weight);
    font-size: var(--menu-parent-font-size);
    line-height: var(--menu-parent-font-line-height);
    text-transform: var(--menu-parent-font-case);
    color: var(--menu-parent-font-color);

    &:hover {
      color: var(--menu-parent-font-color);
    }
  }

  .menu-drawer__menu-item--child {
    font-family: var(--menu-child-font-family);
    font-style: var(--menu-child-font-style);
    font-weight: var(--menu-child-font-weight);
    font-size: var(--menu-child-font-size);
    line-height: var(--menu-child-font-line-height);
    text-transform: var(--menu-child-font-case);
    color: var(--menu-child-font-color);

    &:hover {
      color: var(--menu-child-font-color);
    }
  }

  .menu-drawer__menu--childlist summary.menu-drawer__menu-item {
    display: flex;
    width: 100%;
    padding-inline-end: 0;
  }

  .menu-drawer__list-item--deep .menu-drawer__menu,
  .menu-drawer__menu--grandchildlist {
    padding-inline-start: 0;
  }

  .menu-drawer__list-item--deep .menu-drawer__menu {
    padding-block-end: 0.5rem;
  }

  .menu-drawer__list-item--deep.menu-drawer__list-item--divider .menu-drawer__menu {
    padding-block-end: 0.3rem;
  }

  .menu-drawer__list-item--flat.menu-drawer__list-item--divider .menu-drawer__menu--grandchildlist {
    padding-block-end: 0.5rem;
  }

  .menu-drawer__menu-item {
    display: flex;
    padding: var(--padding-2xs) 0;
    position: relative;
    text-decoration: none;
    justify-content: space-between;
    align-items: center;
  }

  .menu-drawer__menu-item:has(> .menu-drawer__link-image) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    row-gap: var(--padding-3xs);
    padding: 0;
  }

  .menu-drawer__link-image {
    width: 100%;
    position: relative;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  /* Fix alignment for collection image mode links without images in drawer */

  /* Target menu items in grids that have images */
  .menu-drawer__menu--grid:has(.menu-drawer__link-image) .menu-drawer__menu-item:not(:has(> .menu-drawer__link-image)) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    row-gap: var(--padding-3xs);
    padding: 0;
  }

  .menu-drawer__menu--grid:has(.menu-drawer__link-image)
    .menu-drawer__menu-item:not(:has(> .menu-drawer__link-image))::before {
    content: '';
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    background-color: var(--color-foreground-muted);
    opacity: 0.1;
    border-radius: var(--menu-image-border-radius);
  }

  .menu-drawer__close-button {
    position: relative;
    right: auto;
    top: auto;
    width: fit-content;
    height: fit-content;
    padding: var(--padding-lg);
    will-change: transform;
  }

  .menu-drawer__back-button {
    display: flex;
    width: 100%;
    padding: var(--padding-md) var(--padding-xl);
    border: none;
    align-items: center;
    color: var(--color-foreground);
    background-color: transparent;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    overflow-x: hidden;
    line-height: 1.2;
    box-shadow: none;
  }

  .menu-drawer__menu-item-text {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /** Styles when the country selector is hidden */
  .menu-drawer .language-selector:not(.menu-drawer__submenu *) {
    width: fit-content;
    padding-inline-start: 0;

    .localization-form__select {
      text-align: left;
    }
  }

  .menu-drawer__menu-item > .svg-wrapper {
    width: fit-content;
    height: fit-content;
    margin: 0;
    padding-block: var(--padding-lg);
    padding-inline-start: var(--padding-xl);
    flex-shrink: 0;
  }

  .menu-drawer__list-item--divider .menu-drawer__menu-item > .svg-wrapper {
    padding-block: var(--padding-md);
  }

  .menu-drawer svg {
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
  }

  .menu-drawer__submenu {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100dvh;
    left: 0;
    background-color: var(--color-background);
    z-index: var(--layer-flat);
    transform: translateX(-5%);
    visibility: hidden;
    overflow-y: auto;
    opacity: 0;
  }

  .menu-drawer__back-button > .svg-wrapper {
    margin-right: var(--padding-md);
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
  }

  .menu-drawer__utility-links {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-block: auto var(--padding-sm);
    margin-inline-start: var(--padding-xl);
    background-color: rgb(var(--color-foreground) 0.03);
  }

  .menu-drawer__account {
    display: inline-flex;
    align-items: center;
    gap: var(--gap-xs);
    text-decoration: none;
    height: 44px;
    font-size: 1.4rem;
    color: rgb(var(--color-foreground));
  }

  .menu-drawer__account svg {
    height: var(--icon-size-sm);
    width: var(--icon-size-sm);
  }

  .menu-drawer__account shop-user-avatar {
    --shop-avatar-size: 2.4rem;

    margin-right: 0.55rem;
    margin-left: -0.45rem;
  }

  .menu-drawer__link-image,
  .menu-drawer__featured-product-image,
  .menu-drawer__featured-collection-image,
  .menu-drawer__featured-collection-link::before {
    border-radius: var(--menu-image-border-radius);
  }

  @keyframes menu-drawer-nav-open {
    0% {
      visibility: hidden;
      opacity: 0;
      transform: translateX(-0.5rem);
    }

    100% {
      visibility: visible;
      opacity: 1;
      transform: translateX(0);
    }
  }

  @keyframes menu-drawer-subnav-open {
    0% {
      visibility: visible;
      opacity: 1;
      transform: translateX(0);
    }

    100% {
      visibility: hidden;
      opacity: 0;
      transform: translateX(-1rem);
    }
  }
/* END_SNIPPET:header-drawer */

/* START_SNIPPET:header-menu-item-custom (INDEX:226) */
.ef-menu-item-custom {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    width: 100%;
  }
  
  .ef-menu-item-custom__image {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
    background: rgb(var(--color-foreground-rgb) / 0.05);
  }
  
  .ef-menu-item-custom__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .ef-menu-item-custom__content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
  }
  
  .ef-menu-item-custom__title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
  }
  
  .ef-menu-item-custom__badge {
    display: inline-flex;
    align-items: center;
    padding: 2px 8px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: var(--color-foreground);
    color: var(--color-background);
    border-radius: 100px;
  }
  
  .ef-menu-item-custom__description {
    font-size: 12px;
    opacity: 0.7;
    line-height: 1.4;
  }
/* END_SNIPPET:header-menu-item-custom */

/* START_SNIPPET:jumbo-text (INDEX:233) */
.jumbo-text__container {
    width: 100%;
  }

  footer .jumbo-text__container {
    pointer-events: none;
  }

  jumbo-text {
    display: block;
    font-family: var(--font-family, inherit);
    font-style: var(--font-style, normal);
    color: var(--color, inherit);
    font-weight: var(--font-weight, inherit);
    letter-spacing: var(--letter-spacing, -0.02em);
    line-height: var(--line-height, 1);
    opacity: 0;
    text-align: var(--text-align);
    text-box: var(--text-trim, trim-end cap text);
    text-transform: var(--text-transform, none);
    transition: opacity 0.3s ease;
    white-space: pre;
    width: 100%;
    will-change: font-size;
    margin-left: var(--margin-left-nudge, 0);
    margin-right: var(--margin-right-nudge, 0);
    overflow: visible;
  }

  jumbo-text.ready {
    opacity: 1;
  }

  jumbo-text[data-cap-text='true'] {
    /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
    text-box-edge: cap text;
  }

  .jumbo-text-space {
    display: inline-flex;
    width: 0.5ch;
  }

  :is(.jumbo-text-char, .jumbo-text-line) {
    display: inline-flex;
  }

  @media (prefers-reduced-motion: no-preference) {
    /* Blur effect */
    [data-text-effect='blur'] {
      filter: blur(20px);
      opacity: 0.5;
      scale: 1.05;
      transition: filter 1.6s var(--animation-timing-fade-in), opacity 1.3s var(--animation-timing-fade-in),
        scale 1.6s var(--animation-timing-fade-in);
    }

    .jumbo-text-visible[data-text-effect='blur'] {
      filter: blur(0);
      opacity: 1;
      scale: 1;
    }

    /* Reveal effect */
    .ready[data-text-effect='reveal'],
    .ready[data-text-effect='reveal'] .jumbo-text-line {
      overflow: hidden;
    }

    .ready[data-text-effect='reveal'] .jumbo-text-char {
      transform: translateY(100%);
    }

    .jumbo-text-visible[data-text-effect='reveal'] .jumbo-text-char {
      transition: transform 0.5s var(--animation-timing-fade-in) calc(var(--line-index) * 0.05s);
      transform: translateY(0);
    }

    .jumbo-text-visible[data-text-effect='reveal'],
    .jumbo-text-visible[data-text-effect='reveal'] .jumbo-text-line {
      overflow: visible;
      transition: overflow 0s linear 0.75s;
    }
  }
/* END_SNIPPET:jumbo-text */

/* START_SNIPPET:list-filter (INDEX:236) */
.facets input:checked + label {
    font-weight: 500;
  }

  .facets .checkbox .icon-checkmark {
    transition: border-color 0.2s ease, background-color 0.2s ease;
  }

  .facets .checkbox:not(:has(.checkbox__input:disabled)):hover .icon-checkmark {
    border-color: rgb(var(--color-foreground-rgb) / var(--opacity-40-60));
    background-color: rgb(var(--color-foreground-rgb) / var(--opacity-5));
  }

  .facets .checkbox:has(.checkbox__input:checked):not(:has(.checkbox__input:disabled)):hover .icon-checkmark {
    background-color: rgb(var(--color-foreground-rgb) / var(--opacity-85));
  }

  .facets .checkbox:not(:has(.checkbox__input:disabled)):hover .checkbox__label-text {
    color: rgb(var(--color-foreground-rgb) / var(--opacity-90));
  }

  .facets .checkbox .checkbox__label-text {
    transition: color 0.2s ease, font-weight 0.2s ease;
  }

  /* Pill style */
  .facets__pill-label {
    --pill-label-padding-inline: var(--padding-xs);
    --pill-label-border-radius: var(--style-border-radius-md);
    --pill-label-border-width: var(--variant-picker-button-border-width);
    --pill-label-height: var(--button-size-md);
    --pill-label-focus-outline-color: var(--color-foreground);
    --pill-label-color: var(--color-foreground);
    --pill-label-color-rgb: var(--color-foreground-rgb);
    --pill-label-background-color: var(--color-background);
    --pill-label-background-color-rgb: var(--color-background-rgb);
    --pill-label-border-opacity: var(--facets-low-opacity);

    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 0 var(--pill-label-border-width) rgb(var(--pill-label-color-rgb) / var(--opacity-10-25));
    border-radius: var(--pill-label-border-radius);
    height: var(--pill-label-height);
    width: 100%;
    padding-inline: var(--pill-label-padding-inline);
    color: rgb(var(--pill-label-color-rgb));
    background-color: rgb(var(--pill-label-background-color-rgb));
    cursor: pointer;
    transition: color var(--animation-speed) var(--animation-easing),
      background-color var(--animation-speed) var(--animation-easing);
    outline-color: var(--pill-label-focus-outline-color);

    &:hover {
      --pill-label-border-opacity: 100%;
    }
  }

  .facets__pill-input {
    &:checked + .facets__pill-label {
      --pill-label-color-rgb: var(--color-background-rgb);
      --pill-label-background-color-rgb: var(--color-foreground-rgb);
      --pill-label-border-opacity: 0;

      font-weight: 500;
    }

    &:disabled + .facets__pill-label {
      opacity: var(--disabled-opacity);
      cursor: not-allowed;

      &:hover {
        --pill-label-border-opacity: var(--facets-low-opacity);
      }
    }
  }

  .facets__status-wrapper {
    display: flex;
    align-items: center;
  }

  .facets--drawer .facets__status-wrapper {
    @media screen and (max-width: 749px) {
      gap: var(--gap-3xs);
    }
  }

  .facets--vertical .facets__status-wrapper {
    gap: var(--gap-xs);
  }

  .facets--horizontal .facets__status-wrapper {
    gap: 0;
  }

  .facets__pill-input:disabled + .facets__pill-label svg {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: var(--style-border-radius-md);
  }

  .facets__pill-label svg line {
    stroke-width: 1.5px;
    stroke: rgb(var(--color-foreground-rgb) / var(--facets-low-opacity));
  }

  .facets__pill-wrapper {
    position: relative;
  }

  .facets__pill-input {
    position: absolute;
    inset: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
  }

  /* Swatches */
  .facets__status--swatches {
    display: none;
  }

  .facets__swatch-wrapper {
    display: flex;
  }

  .facets__inputs-list--swatches .variant-option__button-label {
    --color-variant-text: var(--color-foreground);
  }

  .facets__inputs-list--swatches {
    --variant-picker-swatch-width: 32px;
    --variant-picker-swatch-height: 32px;

    @media screen and (min-width: 750px) {
      --variant-picker-swatch-width: 26px;
      --variant-picker-swatch-height: 26px;
    }
  }

  .facets--vertical .facets__inputs-wrapper .facets__inputs-list--swatches-grid {
    gap: var(--gap-sm);
  }

  .facets--vertical .facets__inputs-list--swatches .facets__inputs-list-item {
    display: flex;
  }

  .facets__inputs-wrapper .facets__inputs-list--swatches-grid {
    --columns: 2;

    display: grid;
    grid-template-columns: repeat(var(--columns), 1fr);
  }

  .facets__inputs-wrapper .facets__inputs-list--swatches-grid .variant-option--swatches {
    cursor: pointer;
    overflow: visible;

    &.variant-option--swatches-disabled,
    &:has(input:disabled) {
      cursor: not-allowed;
    }
  }

  .facets__inputs-wrapper .facets__inputs-list--swatches-grid label {
    cursor: pointer;
    word-break: break-word;
    white-space: normal;

    .variant-option--swatches-disabled &,
    .variant-option--swatches:has(input:disabled) & {
      cursor: not-allowed;
    }
  }

  .facets__inputs-wrapper .facets__inputs-list--swatches-grid .variant-option__button-label--has-swatch {
    align-items: center;
    overflow: visible;
    justify-content: flex-start;
    display: flex;
    width: 100%;
    flex-basis: unset;
    gap: var(--gap-sm);
  }

  .facets__inputs-wrapper .facets__inputs-list--swatches-grid .variant-option__button-label:has(:checked) {
    color: rgb(var(--color-foreground-rgb));
    background-color: rgb(var(--color-background-rgb));
    font-weight: 500;
    transition: font-weight 0.2s ease;
  }

  .facets .variant-option--swatches {
    --options-border-radius: var(--variant-picker-swatch-radius);

    width: auto;
  }

  .facets--horizontal .facets__status--swatches {
    @media screen and (min-width: 750px) {
      display: flex;
    }
  }

  .facets--horizontal .sorting-filter .facets__status {
    @media screen and (min-width: 750px) {
      display: none;
    }
  }

  .facets__status--swatches .swatch {
    width: calc(var(--variant-picker-swatch-width) / 1.5);
    height: calc(var(--variant-picker-swatch-height) / 1.5);
  }

  .facets__status--swatches .swatch + .swatch {
    margin-left: calc(var(--variant-picker-swatch-width) / -3);
    outline: 1px solid rgb(var(--color-background-rgb));
  }

  .variant-option--images {
    position: relative;
  }

  .variant-option--images {
    --image-facet-border-width: var(--variant-picker-button-border-width);
    --image-facet-border-opacity: var(--facets-low-opacity);
    --image-facet-border-radius: var(--style-border-radius-xs);

    border-radius: var(--image-facet-border-radius);
    box-shadow: inset 0 0 0 var(--image-facet-border-width)
      rgb(var(--color-foreground-rgb) / var(--image-facet-border-opacity));

    &:hover:not(:has(input:disabled)),
    &:has(input:checked) {
      --image-facet-border-opacity: 100%;
    }

    &:has(input:checked) {
      font-weight: 500;
      transition: font-weight 0.2s ease;
    }

    &:has(input:checked):hover {
      --image-facet-border-width: calc(var(--variant-picker-button-border-width) + 0.5px);
    }

    &:has(input:focus-visible) {
      outline: var(--focus-outline-width) solid currentcolor;
      outline-offset: var(--focus-outline-offset);
    }

    &:has(input:disabled),
    &:has(input:disabled):hover {
      --image-facet-border-opacity: 0;

      opacity: var(--disabled-opacity);
      cursor: not-allowed;

      img {
        opacity: var(--disabled-opacity);
      }

      input,
      label,
      .facets__image-label {
        cursor: not-allowed;
      }

      .facets__image-wrapper {
        border: var(--style-border-width) solid rgb(var(--color-foreground-rgb) / var(--opacity-30));
        border-radius: var(--image-facet-border-radius);
      }
    }
  }

  .facets__inputs-wrapper .facets__inputs-list--images {
    display: grid;
    grid-template-columns: repeat(var(--image-columns), 125px);
    gap: var(--gap-sm);
  }

  .facets--drawer .facets__inputs-wrapper .facets__inputs-list--images {
    grid-template-columns: repeat(3, 1fr);

    @media screen and (min-width: 750px) {
      grid-template-columns: repeat(4, 1fr);
    }
  }

  .facets--vertical .facets__inputs-wrapper .facets__inputs-list--images {
    grid-template-columns: repeat(2, 1fr);
  }

  .facets--drawer .facets__inputs-list--images {
    padding-top: var(--padding-xs);
  }

  .facets__image-wrapper {
    aspect-ratio: 1/1;
    width: 100%;
    padding: var(--padding-xs);
    position: relative;
    overflow: hidden;
  }

  .facets__image-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    border-radius: calc(var(--border-radius) / 2);
  }

  /* Position disabled-svg */
  .variant-option--images svg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    stroke-width: var(--border-width);
    stroke: rgb(var(--color-foreground-rgb) / var(--opacity-5));
  }

  /* Position label text and handle overflow */
  .facets__inputs-list-item,
  .variant-option--images {
    min-width: 0;
  }

  .facets__image-label {
    width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-block-end: var(--padding-xs);
    cursor: pointer;

    .variant-option--images:has(input:disabled) & {
      cursor: not-allowed;
    }
  }

  .facets__inputs-list--swatches .variant-option__button-label:hover:not(:has(input:disabled)) {
    font-weight: 500;
  }

  .variant-option--images:not(:has(input:disabled)) .facets__image-label:hover {
    font-weight: 500;
  }
/* END_SNIPPET:list-filter */

/* START_SNIPPET:localization-form (INDEX:237) */
/* Localization */
  localization-form-component {
    display: flex;
    width: var(--width, auto);

    @media screen and (min-width: 750px) {
      position: relative;
    }
  }

  localization-form-component[data-show-filter='false'] .country-selector-form__wrapper {
    padding-block-start: var(--padding-xs);
  }

  .localization-form {
    width: 100%;
  }

  localization-form-component .button:is(:not(.country-filter__reset-button)) {
    --button-color: var(--color-primary);
    --button-background-color: var(--language-button-background-color, var(--color-background));
    --button-border-color: var(--language-button-border-color, var(--color-border));

    text-decoration-color: transparent;
    text-decoration-thickness: 0.075em;
    text-underline-offset: 0.125em;
    transition: text-decoration-color var(--animation-speed) var(--animation-easing);
  }

  localization-form-component .button:is(:not(.country-filter__reset-button)):hover,
  .localization-form__list-item:hover,
  .localization-form__list-item:focus {
    --button-color: var(--color-primary-hover);

    background-color: rgb(var(--color-primary-hover-rgb) / var(--opacity-8));
  }

  .localization-form__list-item[aria-current='true'] {
    --button-color: var(--color-primary-active);

    background-color: rgb(var(--color-primary-hover-rgb) / var(--opacity-10));
  }

  .localization-form__list-item-disabled {
    pointer-events: none;
  }

  .localization-form__list-item:focus-visible {
    outline: none;
  }

  localization-form-component .localization-selector {
    display: flex;
    align-items: center;
    gap: var(--margin-2xs);
  }

  localization-form-component .country-filter__search-icon {
    left: 8px;
    right: auto;
    color: var(--color-foreground-muted);
    pointer-events: none;
  }

  .country-filter__search-icon .svg-wrapper svg {
    width: var(--icon-size-sm);
    height: var(--icon-size-sm);
  }

  .disclosure {
    width: 100%;
  }

  .dropdown-localization__button {
    display: flex;
    position: relative;
    align-items: center;
    gap: 4px;
    font-family: var(--menu-localization-font);
    font-size: var(--menu-localization-font-size);
    font-weight: var(--menu-top-level-font-weight);
    padding-inline: var(--padding-2xs);
    margin-inline: calc(-1 * var(--padding-2xs));
  }

  .dropdown-localization__button .icon-caret {
    height: var(--icon-size-xs);
    width: var(--icon-size-xs);
    right: var(--margin-xs);
    top: calc(50% - var(--padding-2xs));
    flex-shrink: 0;
    transition: transform var(--animation-speed) var(--animation-easing);
  }

  .drawer-localization__button .icon-flag,
  .dropdown-localization__button .icon-flag {
    width: var(--menu-localization-font-size, var(--icon-size-sm));
    height: var(--menu-localization-font-size, var(--icon-size-sm));
    clip-path: circle(50%); /* stylelint-disable-line */
    background-position: center;
    background-size: cover;
    margin-inline-end: 4px;
    position: relative;
  }

  .icon-flag::after {
    content: '';
    position: absolute;
    inset: 0;
    box-shadow: inset 0 0 var(--size-shadow) var(--color-shadow);
    border-radius: 50%;
  }

  .dropdown-localization__button[aria-expanded='true'] .icon-caret svg {
    transform: rotate(180deg);
  }

  .dropdown-localization__button,
  .dropdown-localization__button:hover {
    box-shadow: none;
    background-color: transparent;
    border-color: transparent;
    color: var(--color-foreground);
  }

  .localization-form__list {
    position: relative;
    width: 100%;
    padding-block: 0 var(--padding-xs);
    font-size: var(--font-size-lg);
    scroll-padding: var(--padding-xs) 0;
    overflow-y: auto;
    white-space: nowrap;

    /* Hide scrollbar which would cause extra right padding in Safari */
    scrollbar-width: none;

    &::-webkit-scrollbar {
      display: none;
    }
  }

  dropdown-localization-component .localization-form__list {
    max-height: 20.5rem;
  }

  .localization-wrapper {
    position: fixed;
    z-index: var(--layer-raised);
    border-radius: var(--style-border-radius-popover);
    transition-property: display, opacity, translate;
    transition-duration: 0.3s;
    transition-timing-function: var(--ease-out-quad);
    transition-behavior: allow-discrete;
    translate: 0 20px;
    opacity: 0;
  }

  .localization-wrapper:not([hidden]) {
    translate: 0 0;
    opacity: 1;
  }

  @starting-style {
    .localization-wrapper:not([hidden]) {
      translate: 0 20px;
      opacity: 0;
    }
  }

  .localization-form__list-item:not([hidden]) {
    margin-block-end: var(--margin-3xs);
    display: flex;
    gap: var(--margin-sm);
    padding: 8px;
    border-radius: 8px;
    line-height: var(--font-line-height-md);
    align-items: center;
    text-align: start;
    cursor: pointer;
    transition: background-color var(--animation-speed) var(--animation-easing);

    .country {
      flex: 1;
      color: var(--color-foreground);
    }

    &:hover {
      background-color: rgb(var(--color-foreground-rgb) / var(--opacity-8));
    }

    &[aria-current='true'] {
      .country {
        font-weight: 500;
      }
    }
  }

  .localization-form__list-item#no-results-message {
    grid-template-columns: 1fr;
    text-align: center;
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
  }

  .is-searching .localization-form__list-item .country {
    color: rgb(var(--color-foreground-rgb) / var(--opacity-80));
  }

  .localization-form__list-item .country mark {
    font-weight: 500;
    background: none;
    color: var(--color-foreground);
  }

  .country-filter {
    position: relative;
    padding: var(--padding-xs);
    border-bottom: var(--style-border-width) solid transparent;
    transition: border-color var(--animation-values);
  }

  .country-filter.is-scrolled {
    border-color: var(--color-border);
  }

  .drawer-localization .country-filter {
    padding-block: 8px;
  }

  dropdown-localization-component .country-filter {
    position: relative;
    padding: 8px;
  }

  .country-selector-form__wrapper {
    overflow-y: auto;
    max-height: 100%;
    flex-grow: 1;
  }

  .language-selector {
    display: flex;
    gap: var(--gap-xs);
    padding: var(--padding-md) var(--padding-lg);
    position: relative;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .language-selector__label {
    flex-shrink: 0;
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
  }

  .localization-form__select {
    border: none;
    color: var(--color-foreground);
    appearance: none;
    background-color: var(--color-input-background);
    padding-block: var(--padding-3xs);
    padding-inline: var(--padding-xs) calc(var(--icon-size-xs) + var(--padding-xs));
    text-align: right;
    cursor: pointer;
    max-width: 40vw;
    text-overflow: ellipsis;

    &:focus-visible {
      outline: var(--focus-outline-width) solid currentcolor;
    }

    &:focus {
      outline: none;
    }
  }

  #header-component[transparent] localization-form-component .localization-form .localization-form__select {
    background-color: transparent;
  }

  .localization-form__select option {
    background-color: var(--color-input-background);
    color: var(--color-input-text);
  }

  dropdown-localization-component .localization-form__select:hover {
    background-color: rgb(var(--color-primary-hover-rgb) / var(--opacity-8));
  }

  .language-selector .svg-wrapper.icon-caret {
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
  }

  .language-selector--collapse-space {
    padding-inline-end: var(--padding-2xs);
  }

  .language-selector--collapse-space .localization-form__select {
    padding-inline-end: var(--icon-size-xs);
  }

  .language-selector--collapse-space .svg-wrapper.icon-caret {
    right: 0;
  }

  .localization-form .icon-checkmark {
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
  }

  .localization-form .svg-wrapper.icon-checkmark {
    visibility: hidden;
  }

  .localization-form__list-item[aria-current='true'] .svg-wrapper.icon-checkmark {
    visibility: visible;
  }

  .country-filter__input {
    width: 100%;
    height: 44px;
    font-size: var(--font-size-lg);
    padding: var(--padding-md) var(--padding-lg) var(--padding-md) calc(var(--margin-md) + var(--padding-xl));
    border: 1px solid var(--color-foreground);
    color: var(--color-input-text);
    background-color: var(--color-input-background);
    outline-offset: -1px;

    @media screen and (min-width: 750px) {
      height: 36px;
    }
  }

  .country-filter__input::placeholder {
    color: inherit;
  }

  .country-filter .field {
    position: relative;
  }

  .country-filter .field__label {
    font-size: var(--font-size-lg);
    left: var(--margin-2xl);
    top: var(--margin-xl);
    pointer-events: none;
    position: absolute;
  }

  .country-filter__input:focus ~ .field__label,
  .country-filter__input:not(:placeholder-shown) ~ .field__label,
  .country-filter__input:-webkit-autofill ~ .field__label {
    font-size: var(--font-size-xs);
    top: var(--margin-xs);
  }

  .country-filter .field__button:not([hidden]) {
    display: flex;
    height: fit-content;
    position: absolute;
    padding: 0;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    align-items: center;
    background-color: transparent;
    color: var(--color-input-text);
    border: 0;
  }

  input[type='search']::-webkit-search-cancel-button {
    appearance: none;
  }

  .country-selector__close-button {
    display: none;
  }

  .drawer-localization .drawer-localization__button {
    display: flex;
    padding: 0;
    position: relative;
    text-decoration: none;
    height: 44px;

    &:hover {
      color: var(--color-foreground);
    }
  }

  .drawer-localization .drawer-localization__button .icon-caret {
    width: fit-content;
    height: fit-content;
    margin: 0;
    padding: var(--padding-xl) var(--padding-xl) var(--padding-xl) var(--padding-xs);
  }

  dropdown-localization-component {
    position: relative;
    background-color: transparent;
  }

  dropdown-localization-component .country-filter__input {
    border: none;
  }

  dropdown-localization-component .localization-form__list-item {
    margin-inline: 8px;
  }

  dropdown-localization-component .localization-wrapper {
    box-shadow: var(--shadow-popover);
    border: var(--style-border-popover);
    background-color: var(--color-background);
    max-height: 27.5rem;
    position: absolute;
    top: calc(100% + 10px);
    z-index: calc(var(--layer-header-menu) + 1);
  }

  dropdown-localization-component .localization-wrapper.right-bound {
    right: 0;
    left: unset;
  }

  dropdown-localization-component .localization-wrapper.left-bound {
    left: -8px;
    right: unset;
  }

  /* Additional specificity due to dropdown-localization-component getting a low score */
  dropdown-localization-component .language-selector.language-selector {
    padding: 10px 8px 10px 16px;
  }

  dropdown-localization-component .localization-form__currency {
    width: max-content;
    opacity: 0;
    visibility: hidden;
    transition: none;
  }

  dropdown-localization-component
    :is(
      .localization-form__list-item:hover,
      .localization-form__list-item[aria-selected='true'],
      .localization-form__list-item[aria-current='true']
    )
    .localization-form__currency {
    opacity: 1;
    color: var(--color-foreground-muted);
    transition: opacity var(--animation-speed-slow) var(--animation-easing);
    visibility: visible;
  }

  .dropdown-localization .language-selector:where(:not(.top-shadow)) {
    font-weight: var(--menu-top-level-font-weight);
  }

  .dropdown-localization:not(dropdown-localization-component) .language-selector,
  .menu-drawer__localization:not(drawer-localization-component) .language-selector {
    font-family: var(--menu-localization-font);
    font-size: var(--menu-localization-font-size);
  }

  .menu-drawer__localization .language-selector.h5 {
    padding-inline-start: 0;
  }

  .header__column .localization-form__select {
    background-color: var(--header-bg-color);
  }

  .drawer-localization {
    display: contents;
    color: var(--color-foreground);
  }

  .drawer-localization localization-form-component {
    position: relative;
    height: 100%;
  }

  .drawer-localization .mobile-localization,
  .drawer-localization .drawer-localization__button--label {
    display: flex;
    gap: var(--gap-xs);
    margin-block: 0;
    align-items: center;
  }

  .drawer-localization__button--label.h6 {
    font-family: var(--menu-localization-font);
  }

  .drawer-localization img {
    width: var(--icon-size-sm);
  }

  .drawer-localization .localization-button__icon,
  .drawer-localization .localization-button__icon svg {
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
  }

  .drawer-localization summary.is-disabled {
    pointer-events: none;
  }

  .drawer-localization .localization-wrapper {
    width: 100%;
  }

  .drawer-localization .localization-form {
    display: flex;
    flex-direction: column;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .drawer-localization .localization-form > * {
    padding-inline: var(--padding-xl);
  }

  .drawer-localization .language-selector .svg-wrapper.icon-caret {
    transform: translateY(-50%) rotate(0deg);
  }

  .drawer-localization .language-selector .svg-wrapper.icon-caret svg {
    transform: none;
  }
/* END_SNIPPET:localization-form */

/* START_SNIPPET:media (INDEX:238) */
.media-block {
    overflow: hidden;
    position: relative;

    @media screen and (min-width: 750px) {
      min-height: var(--media-height);
    }
  }

  .media-block__media {
    height: var(--media-height-mobile, auto);
    object-fit: var(--image-position, 'cover');
    object-position: center center;
    width: 100%;

    @media screen and (min-width: 750px) {
      height: 100%;
      position: absolute;
    }
  }

  deferred-media[class].media-block__media
    :is(.deferred-media__poster-button img, .deferred-media__poster-button ~ video) {
    object-fit: var(--video-position, 'cover');
  }

  /* This is to support corner radius on video and align the video to the center of the block */
  .media-block__media--video {
    display: flex;
    align-items: center;
    justify-content: center;

    @media screen and (max-width: 749px) {
      --media-height-mobile: auto;
    }
  }
/* END_SNIPPET:media */

/* START_SNIPPET:overlay (INDEX:244) */
.overlay {
    position: absolute;
    inset: 0;
    z-index: var(--overlay-layer);
    pointer-events: none;
    border-radius: var(--overlay-border-radius, 0);
  }

  .overlay--solid {
    background: var(--overlay-color);
  }

  .overlay--gradient {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color), var(--overlay-color--end));
  }
/* END_SNIPPET:overlay */

/* START_SNIPPET:pagination-controls (INDEX:249) */
.pagination {
    --pagination-size: 36px;
    --pagination-inset: 2px;
    --pagination-radius: 6;
    display: flex;
    justify-content: center;
    padding: var(--padding-xl) var(--padding-sm);
    margin-top: var(--padding-xl);
    position: relative;
  }

  .pagination__list {
    display: flex;
    gap: 0;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
  }

  .pagination__item {
    width: var(--pagination-size);
    aspect-ratio: 1;
    display: grid;
    place-items: center;
  }

  .pagination__link {
    display: grid;
    place-items: center;
    color: var(--color-foreground);
    text-decoration: none;
    width: 100%;
    height: 100%;
    user-select: none;
    position: relative;
    outline-color: var(--color-foreground);
    -webkit-tap-highlight-color: transparent;
    font-size: var(--font-size--md);
    font-weight: var(--font-weight-normal);
    border-radius: calc(var(--pagination-radius) * 1px);
    transition: color var(--hover-transition-duration) var(--hover-transition-timing),
      opacity var(--hover-transition-duration) var(--hover-transition-timing);
  }

  .pagination__link:focus-visible {
    outline: 2px solid var(--color-foreground);
    outline-offset: 2px;
  }

  .pagination__link--current {
    color: var(--color-background);
    font-weight: var(--font-weight-medium);
    cursor: default;
  }

  .pagination__link--gap {
    cursor: default;
    pointer-events: none;
  }

  .pagination__link--arrow {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pagination__link--disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
  }

  .pagination__link svg {
    width: 0.5rem;
    height: 0.75rem;
    flex-shrink: 0;
  }

  .pagination__item--mobile-only {
    display: none;
  }

  /* Fallback for browsers without anchor positioning support */
  @supports not (anchor-name: --pagination-active) {
    .pagination__link:not(.pagination__link--gap)::before {
      content: '';
      position: absolute;
      inset: var(--pagination-inset);
      border-radius: calc(var(--pagination-radius) * 1px);
      background: rgb(var(--color-foreground-rgb) / var(--opacity-10));
      z-index: -1;
      opacity: 0;
      transition: background var(--hover-transition-duration) var(--hover-transition-timing),
        opacity var(--hover-transition-duration) var(--hover-transition-timing);
    }

    .pagination__link[aria-current='page']::before {
      background: var(--color-foreground);
      opacity: 1;
    }

    .pagination__link:hover:not([aria-current='page']):not(.pagination__link--gap):not(
        .pagination__link--disabled
      )::before {
      opacity: 1;
    }
  }

  /* Modern approach with anchor positioning */
  @supports (anchor-name: --pagination-active) {
    .pagination__list::before {
      content: '';
      z-index: -1;
      position: absolute;
      width: calc(var(--pagination-size) - (2 * var(--pagination-inset)));
      aspect-ratio: 1;
      pointer-events: none;
      opacity: 0;
      border-radius: calc(var(--pagination-radius) * 1px);
      background: rgb(var(--color-foreground-rgb) / var(--opacity-10));
      transition: left var(--hover-transition-duration) var(--hover-transition-timing),
        top var(--hover-transition-duration) var(--hover-transition-timing);
    }

    /* Hide hover indicator on touch devices */
    @media (hover: none) and (pointer: coarse) {
      .pagination__list::before {
        content: unset;
      }
    }

    .pagination__list:has(
        .pagination__link:is(:hover, :focus-visible):not(.pagination__link--gap):not(.pagination__link--disabled)
      )::before {
      opacity: 1;
    }

    /* Style current page directly */
    .pagination__link[aria-current='page']::before {
      content: '';
      position: absolute;
      inset: var(--pagination-inset);
      border-radius: calc(var(--pagination-radius) * 1px);
      background: var(--color-foreground);
      z-index: -1;
    }

    .pagination__list
      .pagination__item:has(
        .pagination__link:is(:hover, :focus-visible):not(.pagination__link--gap):not(.pagination__link--disabled)
      ) {
      anchor-name: --pagination-hover;
    }

    /* Position hover indicator using anchor */
    .pagination__list::before {
      position-anchor: --pagination-hover;
      left: calc(anchor(left) + var(--pagination-inset));
      top: calc(anchor(top) + var(--pagination-inset));
    }

    .pagination__item:has(+ .pagination__item--gap) .pagination__link::after,
    .pagination__item--gap + .pagination__item .pagination__link::after {
      position: absolute;
      content: '';
      pointer-events: auto;
    }

    .pagination__item:has(+ .pagination__item--gap) .pagination__link::after {
      inset: 0 -50% 0 100%;
    }

    .pagination__item--gap + .pagination__item .pagination__link::after {
      inset: 0 100% 0 -50%;
    }
  }

  @media screen and (max-width: 749px) {
    .pagination {
      --pagination-size: 44px;
      --pagination-inset: 5px;
      padding: var(--padding-lg) var(--padding-sm);
    }

    .pagination__link {
      font-size: var(--font-size--sm);
    }

    .pagination__item--mobile-hide {
      display: none;
    }

    .pagination__item--mobile-only {
      display: grid;
    }

    .pagination__item:has(.pagination__link--gap) {
      width: calc(var(--pagination-size) * 0.5);
    }
  }
/* END_SNIPPET:pagination-controls */

/* START_SNIPPET:predictive-search-products-list (INDEX:253) */
.predictive-search-results__products {
    padding-inline: var(--padding-xl);
  }

  .recently-viewed-wrapper {
    display: grid;
    grid-template-rows: auto auto;
    max-height: 1000px;
    opacity: 1;
    overflow: visible;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: top center;
    transform: translateY(0);
  }

  .recently-viewed-wrapper.removing {
    max-height: 0;
    opacity: 0;
    transform: translateY(-10px);
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1),
      transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
  }

  .predictive-search-results__clear.button-unstyled {
    color: var(--color-foreground);
    opacity: 0.68;
    transition: opacity var(--animation-speed-medium) var(--animation-easing);
    padding: 0;
    margin-left: var(--margin-sm);

    &:hover {
      opacity: 1;
    }
  }

  .recently-viewed-wrapper.removing .predictive-search-results__card {
    transition: none;
    transform: none;
    opacity: 1;
  }

  .recently-viewed-wrapper > * {
    transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .predictive-search-results__wrapper-products .predictive-search-results__card:nth-child(1) {
    animation-delay: 30ms;
  }

  .predictive-search-results__wrapper-products .predictive-search-results__card:nth-child(2) {
    animation-delay: 60ms;
  }

  .predictive-search-results__wrapper-products .predictive-search-results__card:nth-child(3) {
    animation-delay: 90ms;
  }

  .predictive-search-results__wrapper-products .predictive-search-results__card:nth-child(4) {
    animation-delay: 120ms;
  }

  .predictive-search-results__wrapper-products .predictive-search-results__card:nth-child(n + 5) {
    animation-delay: 150ms;
  }

  .predictive-search-results__wrapper-products {
    animation-delay: 50ms;
  }
/* END_SNIPPET:predictive-search-products-list */

/* START_SNIPPET:predictive-search-resource-carousel (INDEX:254) */
.predictive-search-results__wrapper {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    padding-block-end: var(--padding-sm);
    padding-inline: 0;
    scroll-snap-type: x mandatory;
    scroll-padding: 0 var(--padding-xl);
    scrollbar-width: none;
    -ms-overflow-style: none;

    &::-webkit-scrollbar {
      display: none;
    }
  }

  .predictive-search-results__wrapper slideshow-slides {
    --gutter-slide-width: var(--padding-xl);

    /* Add padding to prevent hover animations from being clipped in slideshow
       15px accommodates:
       - Scale effect (9px on each side from 1.03 scale)
       - Lift effect (4px upward movement)
       - Shadow (15px spread with -5px offset)
       Using 16px for better alignment with our spacing scale */
    padding-block: var(--padding-xl);
    margin-block: calc(-1 * var(--padding-xl));
    gap: var(--gap-md);
  }

  .predictive-search-results__resource-header {
    display: flex;
    padding-inline: var(--padding-xl);
    justify-content: space-between;
    align-items: center;
    height: 32px;
  }

  .predictive-search-results__resource-header .svg-wrapper {
    width: var(--icon-size-xs);
  }

  .predictive-search-results__wrapper-products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-block-end: var(--padding-sm);
    gap: var(--gap-md);
    transition: height var(--animation-speed-medium) var(--animation-easing);

    @container (min-width: 550px) {
      grid-template-columns: repeat(4, 1fr);
    }
  }

  .predictive-search-results__wrapper-products:last-child {
    padding-block-end: var(--padding-lg);

    @media screen and (min-width: 750px) {
      padding-block-end: var(--padding-sm);
    }
  }

  .predictive-search-results__resource-header .predictive-search-results__title {
    margin-block-end: 0;
  }

  .predictive-search-results__resource-header:has(slideshow-controls) .predictive-search-results__title {
    margin-block-end: 0;
  }

  .predictive-search-results__resource-header slideshow-controls {
    @media screen and (max-width: 749px) {
      display: none;
    }
  }
/* END_SNIPPET:predictive-search-resource-carousel */

/* START_SNIPPET:predictive-search (INDEX:255) */
predictive-search-component {
    --resource-card-corner-radius: var(--product-corner-radius);

    display: flex;
    width: 100%;
    position: relative;
    margin-inline: auto;
    align-items: center;
    background-color: var(--color-background);
    z-index: var(--layer-heightened);
  }

  .predictive-search-form__footer {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;

    @media screen and (min-width: 750px) {
      --to-top-gradient-background: linear-gradient(
        to top,
        rgb(var(--color-background-rgb) / var(--opacity-90)),
        rgb(var(--color-background-rgb) / var(--opacity-80)),
        rgb(var(--color-background-rgb) / var(--opacity-40)),
        transparent
      );

      padding-block: var(--padding-xs) var(--padding-lg);
      background-image: var(--to-top-gradient-background);
    }
  }

  predictive-search-component:has([data-search-results]):not(:has(.predictive-search-results__no-results))
    .predictive-search-form__footer {
    display: block;
  }

  .predictive-search-form {
    position: relative;
    width: 100%;
    align-self: flex-start;
  }

  .predictive-search-form__content {
    max-height: 50dvh;
    overflow-y: auto;
    background-color: var(--color-background);

    /* Firefox */
    scrollbar-width: none;

    /* Webkit browsers */
    &::-webkit-scrollbar {
      display: none;
    }
  }

  .predictive-search-form__content-wrapper {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    z-index: var(--layer-raised);
    display: flex;
    flex-direction: column;
    border-radius: 0 0 var(--search-border-radius) var(--search-border-radius);
    transition: box-shadow var(--animation-speed) var(--animation-easing);
    transform: translateZ(0);
    will-change: transform, opacity;
    overflow: hidden;

    @media screen and (max-width: 749px) {
      border-radius: 0;
    }

    @media screen and (min-width: 750px) {
      max-height: var(--modal-max-height);
    }
  }

  /* Add new rule to apply bottom padding only when search button exists */
  .predictive-search-form__content-wrapper:has([data-search-results]):not(:has(.predictive-search-results__no-results))
    > .predictive-search-form__content {
    padding-block-end: var(--padding-6xl);
  }

  .predictive-search-form__header-inner {
    background: var(--color-background);
    border: var(--search-border-width) solid var(--color-border);
    color: var(--color-foreground);
    border-radius: var(--style-border-radius-popover);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;

    @media screen and (max-width: 749px) {
      border-radius: var(--style-border-radius-inputs);
      border: none;
    }
  }

  .predictive-search-form__header-inner:focus-within {
    outline-offset: var(--focus-outline-offset);

    @media screen and (min-width: 750px) {
      outline: var(--focus-outline-width) solid var(--color-primary);
    }
  }

  .predictive-search-form__header {
    display: flex;
    position: sticky;
    top: 0;
    z-index: var(--layer-heightened);
    width: 100%;
    align-items: center;
    background-color: var(--color-input-background);
    border: var(--search-border-width) solid var(--color-border);
    border-radius: var(--style-border-radius-inputs);

    @media screen and (max-width: 749px) {
      padding: var(--padding-2xs) var(--padding-sm);
    }
  }

  .predictive-search-form__header:focus-within,
  .predictive-search-form__header-inner:focus-within,
  .predictive-search-form__header-inner:has(.search-input:is(:focus, :focus-visible)) {
    outline: none;
    box-shadow: none;
    /* stylelint-disable-next-line declaration-no-important */
    border-color: var(--color-border) !important;
  }

  .predictive-search-results__inner {
    --title-font-size: var(--font-size--md);
    --title-margin-block: var(--margin-xs);
    --list-item-padding-block: var(--padding-sm);

    flex-grow: 1;
    overflow-y: auto;
    padding-block: var(--padding-lg);
    container-type: inline-size;
    color: var(--color-foreground);
  }

  .search-input {
    border-radius: var(--style-border-radius-inputs);
    padding-block: var(--padding-sm);
    font-size: var(--font-size--md);
    width: 100%;
    color: var(--color-foreground);
    padding-inline: calc(var(--margin-lg) + var(--icon-size-lg)) 0;
    background: transparent;
    text-overflow: ellipsis;
    overflow: hidden;
    outline: none;
    border: 0;
  }

  .search-input::placeholder {
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
  }

  .search-input,
  .search-input:is(:focus, :focus-visible, :focus-within),
  .predictive-search-form__header *:is(:focus, :focus-visible) {
    outline: none;
    box-shadow: none;
  }

  .search-input:hover {
    background-color: transparent;
  }

  .predictive-search__icon {
    position: absolute;
    left: var(--margin-xl);
    top: auto;
    width: var(--icon-size-lg);
    height: var(--icon-size-lg);
    color: rgb(var(--color-foreground-rgb) / var(--opacity-60));

    @media screen and (min-width: 750px) {
      left: var(--margin-md);
    }
  }

  .predictive-search__icon > svg {
    width: var(--icon-size-md);
    height: var(--icon-size-md);
  }

  .predictive-search__reset-button {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: var(--minimum-touch-target);
    height: var(--minimum-touch-target);
    padding: 0;
    margin-inline-end: var(--margin-md);
    background: transparent;
    color: var(--color-foreground);
    opacity: 0.68;
    transition: opacity var(--animation-speed-medium) var(--animation-timing-fade-out),
      visibility var(--animation-speed-medium) var(--animation-timing-fade-out);

    &:hover {
      color: var(--color-foreground);
    }

    &:active {
      transform: scale(0.9);
      transition: transform 100ms var(--animation-timing-active);
    }

    @media screen and (min-width: 750px) {
      margin-inline-end: var(--margin-2xs);
    }
  }

  .predictive-search__reset-button[hidden] {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }

  .predictive-search__reset-button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--icon-size-lg);
    height: var(--icon-size-lg);
    transition: background-color var(--animation-speed-medium) ease-in-out,
      transform var(--animation-speed-medium) var(--animation-timing-bounce);
    border-radius: 50%;

    &:hover {
      background-color: rgb(var(--color-primary-hover-rgb) / var(--opacity-8));
    }
  }

  .predictive-search__reset-button:active .predictive-search__reset-button-icon {
    transform: scale(0.85);
    transition-timing-function: var(--animation-timing-active);
    transition-duration: 100ms;
  }

  .predictive-search__reset-button svg {
    width: var(--icon-size-md);
    height: var(--icon-size-md);
  }

  .predictive-search__reset-button-text {
    display: none;
  }

  .predictive-search__search-button {
    margin: auto;
    z-index: var(--layer-raised);
    transition: transform var(--animation-speed-medium) var(--animation-timing-bounce),
      box-shadow var(--animation-speed-medium) var(--animation-timing-hover);
    transform-origin: center;

    &:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 8px rgb(0 0 0 / var(--opacity-5));
    }

    &:active {
      transform: scale(0.97);
      transition: transform 100ms var(--animation-timing-active);
      box-shadow: none;
    }
  }

  .predictive-search__close-modal-button {
    --button-color: var(--color-foreground);
    --button-background-color: transparent;

    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--minimum-touch-target);
    height: var(--minimum-touch-target);
    margin-inline-start: var(--margin-sm);
    padding: 0;
    box-shadow: none;

    &:active {
      transform: scale(0.8);
      transition: transform 100ms var(--animation-timing-active);
    }

    .svg-wrapper,
    svg {
      width: var(--icon-size-xs);
      height: var(--icon-size-xs);
    }
  }

  .predictive-search__close-modal-button:hover {
    --button-color: var(--color-foreground);
    --button-background-color: transparent;
  }
/* END_SNIPPET:predictive-search */

/* START_SNIPPET:price-filter (INDEX:256) */
/* Price filter */
  .price-facet {
    container-type: inline-size;
    display: flex;
    flex-direction: column;
  }

  .facets__inputs-wrapper.price-facet__inputs-wrapper {
    flex-wrap: nowrap;
  }

  .price-facet__field {
    width: 50%;
    flex-grow: 0;
  }

  @container (max-width: 199px) {
    .facets__inputs-wrapper.price-facet__inputs-wrapper {
      flex-wrap: wrap;
      width: 100%;
    }

    .price-facet__inputs-wrapper .price-facet__field {
      width: 100%;
    }
  }

  .facets .facets__inputs-wrapper.price-facet__inputs-wrapper {
    padding: var(--style-border-width-inputs);
    gap: calc(var(--gap-sm) + (var(--style-border-width-inputs) * 2));
  }

  .facets--horizontal .facets__panel-content:has(.price-facet) {
    min-width: 360px;
  }

  .facets--horizontal .facets__inputs-wrapper.price-facet__inputs-wrapper {
    @media screen and (min-width: 750px) {
      padding: calc(var(--padding-md) + var(--style-border-width-inputs));
    }
  }

  .price-facet__input {
    width: 100%;
    text-align: right;
    padding-left: calc(2.5 * var(--input-padding-x));
  }

  .price-facet__input::placeholder {
    color: var(--facets-input-label-color);
  }

  .price-facet__separator {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-paragraph--size);
  }

  .price-facet__highest-price {
    padding: var(--padding-xs) 0 var(--padding-sm);
  }

  .facets--horizontal .price-facet__highest-price {
    padding: 0 var(--padding-md) var(--padding-xs);
  }

  .field__label.price-facet__label {
    top: 0;
    left: 0;
    color: var(--facets-input-label-color);
    padding: var(--input-padding-y) var(--input-padding-x);
    transform: none;
  }
/* END_SNIPPET:price-filter */

/* START_SNIPPET:product-card-badges (INDEX:258) */
.product-badges {
    --badge-inset: max(var(--padding-xs), calc((var(--border-radius) + var(--padding-xs)) * (1 - cos(45deg))));

    position: absolute;
    z-index: var(--layer-flat);
  }

  .product-badges--bottom-left {
    bottom: calc(var(--badge-inset) + var(--padding-block-start));
    left: calc(var(--badge-inset) + var(--padding-inline-start));
  }

  .product-badges--top-left {
    top: calc(var(--badge-inset) + var(--padding-block-start));
    left: calc(var(--badge-inset) + var(--padding-inline-start));
  }

  .product-badges--top-right {
    top: calc(var(--badge-inset) + var(--padding-block-start));
    right: calc(var(--badge-inset) + var(--padding-inline-start));
  }

  .product-badges__badge {
    --badge-font-size: var(--font-size--xs);

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--color-foreground);
    background: var(--color-background);
    font-size: var(--badge-font-size);
    font-family: var(--badge-font-family);
    font-weight: var(--badge-font-weight);
    text-transform: var(--badge-text-transform);
    border-radius: var(--badge-border-radius);
  }

  .product-badges__badge--rectangle {
    padding-block: var(--badge-rectangle-padding-block);
    padding-inline: var(--badge-rectangle-padding-inline);
  }
/* END_SNIPPET:product-card-badges */

/* START_SNIPPET:product-card (INDEX:260) */
product-card-link,
  :not(product-card-link) product-card {
    width: 100%;
  }

  .product-card__placeholder-image svg {
    height: 100%;
  }

  @media screen and (max-width: 749px) {
    .product-card slideshow-arrows .slideshow-control {
      display: none;
    }
  }

  /* Hide the variant swatches for product cards that show a swatches variant picker */
  :is(.product-card):has(swatches-variant-picker-component) .quick-add .variant-option--swatches {
    display: none;
  }

  /* Hide "Add" button for single option product cards that show a swatches variant picker */
  :is(.product-card:not([data-no-swatch-selected])):has(.quick-add__product-form-component--single-option):has(
      swatches-variant-picker-component
    )
    .quick-add__button--choose {
    display: none;
  }

  /* Hide "Add" button for single option product cards that show a swatches variant picker */
  :is(.product-card[data-no-swatch-selected]):has(.quick-add__product-form-component--single-option):has(
      swatches-variant-picker-component
    )
    add-to-cart-component {
    display: none;
  }

  /* Hide "add" button for multi-variant product cards that don't show a swatches variant picker */
  :is(.product-card):has(.quick-add__product-form-component--multi-variant):not(:has(swatches-variant-picker-component))
    .quick-add__button--add {
    display: none;
  }

  /* Hover effect for single variant product cards and product blocks */

  /* stylelint-disable selector-max-specificity */
  :is(.product-card):has(.quick-add__product-form-component--single-variant) .card-gallery:hover {
    & .quick-add__button--choose {
      display: none;
    }

    & .quick-add__button--add {
      display: grid;
    }
  }

  .product-card[data-no-swatch-selected] slideshow-component[data-generic-media-size='1'] slideshow-arrows {
    display: none;
  }

  .product-card[data-no-swatch-selected]
    slideshow-component[data-generic-media-size='1']
    slideshow-arrows:has(+ slideshow-slides slideshow-slide[variant-image]:not([hidden])) {
    display: flex;
  }

  .product-card .variant-option__swatch svg {
    display: none;
  }

  .product-card [data-available-count='0'] ~ svg {
    display: block;
  }

    @media screen and (min-width: 750px) {
    /* Force media/image blocks to remain visible in desktop alternate grid view */
    .product-grid[product-grid-view='zoom-out'] .product-card__content .product-grid-view-default--media,
    .product-grid[product-grid-view='zoom-out'] .product-card__content .product-grid-view-default--image,
    .product-grid[product-grid-view='zoom-out'] .product-card__content .product-grid-view-default--gallery,
    .product-grid[product-grid-view='zoom-out'] .product-card__content .product-grid-view-zoom-out--media,
    .product-grid[product-grid-view='zoom-out'] .product-card__content .product-grid-view-zoom-out--image,
    .product-grid[product-grid-view='zoom-out'] .product-card__content .product-grid-view-zoom-out--gallery,
    .product-grid[product-grid-view='zoom-out'] .product-card__content .card-gallery,
    .product-grid[product-grid-view='zoom-out'] .product-card__content .product-media,
    .product-grid[product-grid-view='zoom-out'] .product-card__content .product-media-container,
    .product-grid[product-grid-view='zoom-out'] .product-card__content .card__media,
    .product-grid[product-grid-view='zoom-out'] .product-card__content .product-card__media,
    .product-grid[product-grid-view='zoom-out'] .product-card__content .media,
    .product-grid[product-grid-view='zoom-out'] .product-card__content .media-wrapper,
    .product-grid[product-grid-view='zoom-out'] .product-card__content picture,
    .product-grid[product-grid-view='zoom-out'] .product-card__content .card__image {
      display: block !important;
      visibility: visible !important;
      opacity: 1 !important;
      height: auto !important;
      max-height: none !important;
      overflow: hidden !important;
    }

    /* Override hidden attribute if the theme is hiding media in zoom-out mode */
    .product-grid[product-grid-view='zoom-out'] .product-card__content [hidden].product-grid-view-default--media,
    .product-grid[product-grid-view='zoom-out'] .product-card__content [hidden].product-grid-view-default--image,
    .product-grid[product-grid-view='zoom-out'] .product-card__content [hidden].product-grid-view-default--gallery,
    .product-grid[product-grid-view='zoom-out'] .product-card__content [hidden].product-grid-view-zoom-out--media,
    .product-grid[product-grid-view='zoom-out'] .product-card__content [hidden].product-grid-view-zoom-out--image,
    .product-grid[product-grid-view='zoom-out'] .product-card__content [hidden].product-grid-view-zoom-out--gallery,
    .product-grid[product-grid-view='zoom-out'] .product-card__content [hidden].card-gallery,
    .product-grid[product-grid-view='zoom-out'] .product-card__content [hidden].product-media,
    .product-grid[product-grid-view='zoom-out'] .product-card__content [hidden].product-media-container,
    .product-grid[product-grid-view='zoom-out'] .product-card__content [hidden].card__media,
    .product-grid[product-grid-view='zoom-out'] .product-card__content [hidden].product-card__media,
    .product-grid[product-grid-view='zoom-out'] .product-card__content [hidden].media,
    .product-grid[product-grid-view='zoom-out'] .product-card__content [hidden].media-wrapper,
    .product-grid[product-grid-view='zoom-out'] .product-card__content [hidden].card__image {
      display: block !important;
      visibility: visible !important;
      opacity: 1 !important;
    }

    .product-grid[product-grid-view='zoom-out'] .product-card__content img {
      display: block !important;
      visibility: visible !important;
      opacity: 1 !important;
      width: 100% !important;
      height: auto !important;
    }

    .product-grid[product-grid-view='zoom-out'] .product-card__content {
      display: flex !important;
      flex-direction: column !important;
    }
  }
/* END_SNIPPET:product-card */

/* START_SNIPPET:product-grid (INDEX:261) */
.product-grid {
    --product-grid-gap: var(--product-grid-gap-mobile);
    --mobile-columns: 2; /* Default value */

    isolation: isolate;

    @media screen and (min-width: 750px) {
      --product-grid-gap: var(--product-grid-gap-desktop);
    }
  }

  .product-grid slideshow-arrows .slideshow-control {
    display: none;

    @media screen and (min-width: 750px) {
      display: grid;
    }
  }

  /* This triggers iOS < 16.4 */
  @supports not (background-color: rgb(from red 150 g b / alpha)) {
    /* Force aspect ratio to auto for iOS < 16.4 since it's not compatible with the infinite pagination */
    .product-grid .product-media,
    .product-grid .product-media-container {
      aspect-ratio: auto;
    }
  }

  .main-collection-grid {
    padding: var(--grid--margin--mobile);

    @media screen and (min-width: 750px) {
      padding: var(--padding-block-start) var(--padding-inline-end) var(--padding-block-end) var(--padding-inline-start);
    }
  }

  .main-collection-grid__empty {
    padding-block: var(--padding-6xl);
    padding-inline: var(--page-margin);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: var(--padding-sm);
  }

  .main-collection-grid__empty-title {
    margin: 0;
  }

  .collection-wrapper--full-width .main-collection-grid__title {
    margin-left: var(--page-margin);
  }

  .collection-wrapper--full-width-on-mobile .main-collection-grid__title {
    @media screen and (max-width: 749px) {
      margin-left: var(--page-margin);
    }
  }

  @media screen and (min-width: 750px) {
    input[type='radio'][name='grid'][value='zoom-out'] + label,
    label:has(input[type='radio'][name='grid'][value='zoom-out']) {
      opacity: 0.45;
      cursor: not-allowed;
    }
  }
/* END_SNIPPET:product-grid */

/* START_SNIPPET:product-media (INDEX:262) */
.product-media {
    aspect-ratio: var(--gallery-aspect-ratio, var(--ratio));
    min-height: 0;
    min-width: 0;
  }

  .product-media__image {
    object-position: var(--focal-point, center center);
  }

  /*** Media border-radius feature ****/
  @media screen and (min-width: 750px) {
    .media-gallery--carousel slideshow-container,
    .media-gallery--grid .product-media > * {
      border-radius: var(--media-radius, 0);
      overflow: hidden;
    }

    /* When the CAROUSEL is on the LEFT side */
    .product-information:not(.product-information--media-right)
      .media-gallery--carousel.media-gallery--extend
      slideshow-container {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }

    /* When the CAROUSEL is on the RIGHT side */
    .product-information.product-information--media-right
      .media-gallery--carousel.media-gallery--extend
      slideshow-container {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }

    /* When the GRID is on the LEFT side */
    .product-information:not(.product-information--media-right) {
      /* One column */
      .media-gallery--grid.media-gallery--extend:not(.media-gallery--two-column) .product-media > *,
      /* Two column, small first image */
      .media-gallery--grid.media-gallery--extend.media-gallery--two-column:not(.media-gallery--large-first-image)
        .product-media-container:nth-of-type(odd)
        .product-media
        > *,
      /* Two column, large first image */
      .media-gallery--grid.media-gallery--extend.media-gallery--two-column.media-gallery--large-first-image
        .product-media-container:is(:first-of-type, :nth-of-type(even))
        .product-media
        > * {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
      }
    }

    /* When the GRID is on the RIGHT side */
    .product-information.product-information--media-right {
      /* One column */
      .media-gallery--grid.media-gallery--extend:not(.media-gallery--two-column) .product-media > *,
      /* Two column, small first image */
      .media-gallery--grid.media-gallery--extend.media-gallery--two-column:not(.media-gallery--large-first-image)
        .product-media-container:nth-of-type(even)
        .product-media
        > *,
      /* Two column, large first image */
      .media-gallery--grid.media-gallery--extend.media-gallery--two-column.media-gallery--large-first-image
        .product-media-container:is(:first-of-type, :nth-of-type(odd))
        .product-media
        > * {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
      }
    }
  }

  ::view-transition-old(gallery-item),
  ::view-transition-new(gallery-item) {
    animation-duration: 0ms;
  }
/* END_SNIPPET:product-media */

/* START_SNIPPET:quick-add-modal (INDEX:264) */
.quick-add-modal {
    padding: 0;
    border: var(--style-border-popover);
    height: fit-content;
    overflow: hidden;
    min-height: 500px;
    box-shadow: 0 5px 30px rgb(0 0 0 / var(--opacity-15));

    @media screen and (max-width: 750px) {
      position: fixed;
      display: block;
      margin: auto 0 0 0;
      min-height: unset;
      max-width: 100%;
      border-radius: 0;
    }
  }

  .quick-add-modal[open] {
    @media screen and (min-width: 750px) {
      display: flex;
    }
  }

  .quick-add-modal .view-more-details__wrapper {
    @media screen and (max-width: 750px) {
      display: none;
    }
  }

  .quick-add-modal[open] {
    animation: modalSlideInTop var(--animation-speed) var(--animation-easing) forwards;
  }

  .quick-add-modal.dialog-closing {
    animation: modalSlideOutTop var(--animation-speed) var(--animation-easing) forwards;
  }

  .quick-add-modal__close {
    position: absolute;
    top: var(--margin-2xs);
    right: var(--margin-2xs);
    transition: transform 0.15s var(--animation-timing-bounce);
    z-index: var(--layer-raised);
  }

  .quick-add-modal__close:active {
    transform: scale(0.8);
  }

  .quick-add-modal__content {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: 100% 1fr;
    position: relative;
    max-width: var(--wide-content-width);
    overflow-y: auto;
    max-height: 100vh;

    @media screen and (max-width: 750px) {
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: auto;
      padding-inline: var(--padding-xl);
      padding-block: var(--padding-xl);
      gap: var(--gap-lg);
      flex: 1;
      min-height: 0;
      overflow-y: auto;
      height: auto; /* Prevent a bug in Safari where height:fit-content is not respected */
      max-height: 100vh;
    }
  }

  .quick-add-modal__content .media-gallery--grid .media-gallery__grid {
    grid-template-columns: 1fr;
  }

  .quick-add-modal__content .media-gallery--grid.media-gallery--two-column .product-media-container:first-child {
    grid-column: auto;
  }

  .quick-add-modal__content {
    /* One column */
    .media-gallery--grid:not(.media-gallery--two-column) .product-media > *,
    /* Two column, small first image */
    .media-gallery--grid.media-gallery--two-column:not(.media-gallery--large-first-image)
    .product-media-container:nth-of-type(odd)
    .product-media > *,
    /* Two column, large first image */
    .media-gallery--grid.media-gallery--two-column.media-gallery--large-first-image
      .product-media-container:is(:first-of-type, :nth-of-type(even))
      .product-media > *,
      /* Carousel */
    .media-gallery--carousel slideshow-container {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
  }

  .quick-add-modal__content .view-more-details__wrapper {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }

  .view-more-details__wrapper .view-more-details {
    display: flex;
    align-items: center;
    width: fit-content;
  }

  .quick-add-modal__content .product-header {
    @media screen and (max-width: 750px) {
      display: flex;
      flex-direction: column;
      grid-column: 2 / -1;
      grid-row: 1;
      padding-right: var(--padding-2xl);
    }
  }

  .quick-add-modal__content .product-header a:not(product-price *) {
    @media screen and (max-width: 749px) {
      font-size: var(--font-size--md);
      font-weight: 500;
      color: inherit;
      width: fit-content;
    }
  }

  .quick-add-modal__content variant-picker,
  .quick-add-modal__content product-form-component {
    @media screen and (max-width: 750px) {
      grid-column: 1 / -1;
    }
  }

  .quick-add-modal__content .variant-picker__form {
    display: block;
  }

  .quick-add-modal__content .variant-option + .variant-option {
    margin-top: var(--padding-lg);
  }

  .quick-add-modal__content .product-media-container__zoom-button {
    cursor: default;
  }

  .quick-add-modal__content .product-details {
    grid-column: 4 / -1;
    grid-row: 1 / span 2;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;

    dialog[open] & {
      animation: fadeSlideIn 0.3s var(--animation-timing-fade-in) both;
      animation-delay: 0.1s;
    }

    @media screen and (max-width: 750px) {
      grid-column: 2 / span 2;
      grid-row: span 1;
      overflow-y: auto;
      max-height: 100%;
      height: 100%;
    }
  }

  .quick-add-modal__content > * {
    min-height: 0;
  }

  .quick-add-modal__content .product-details :is(.view-product-title, .buy-buttons-block) {
    flex: 0 0 auto;
  }

  .quick-add-modal__content .product-details .variant-picker {
    --product-swatches-padding-block-end: 0px;

    flex: 1 1 auto;
    overflow-y: auto;
    min-height: 0;
    padding-block-end: calc(
      var(--product-swatches-padding-block-end) + var(--focus-outline-offset) + var(--focus-outline-width)
    );
  }

  .quick-add-modal__content .variant-option--swatches {
    padding-inline-start: var(--padding-2xs);
  }

  .quick-add-modal__content .variant-option--swatches legend {
    margin-inline-start: calc(-1 * var(--padding-2xs));
  }

  .quick-add-modal__content:not(:has(.product-information__media)) .product-details {
    grid-column: 1 / -1;
  }

  .quick-add-modal__content .view-product-title {
    display: flex;
    padding-block: 0;
    /* Prevent overlap between title and close button */
    padding-inline: 0 calc(var(--minimum-touch-target) / 2);
  }

  .quick-add-modal__content .view-product-title a {
    color: inherit;
    text-decoration: none;
    text-align: left;
    font-size: var(--font-size--2xl);
    font-weight: 600;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.2s var(--animation-easing);
  }

  .quick-add-modal__content .view-product-title {
    display: flex;
  }

  .quick-add-modal__content
    .product-details
    *:not(
      .group-block,
      .group-block-content,
      .buy-buttons-block,
      .buy-buttons-block *,
      .view-product-title,
      .view-product-title *,
      variant-picker,
      variant-picker *,
      product-price,
      product-price *,
      product-inventory,
      product-inventory *,
      .view-more-details__wrapper,
      .view-more-details__wrapper *
    ) {
    @media screen and (min-width: 750px) {
      /* stylelint-disable-next-line declaration-no-important */
      display: none !important;
    }
  }

  .quick-add-modal__content
    .group-block:not(
      :has(
          .buy-buttons-block,
          .buy-buttons-block *,
          .view-product-title,
          .view-product-title *,
          variant-picker,
          variant-picker *,
          product-price,
          product-price *,
          product-inventory,
          product-inventory *,
          .view-more-details__wrapper,
          .view-more-details__wrapper *
        ),
      .buy-buttons-block
    ) {
    display: none;
  }

  @media screen and (min-width: 750px) {
    .quick-add-modal__content .group-block-content {
      gap: min(var(--gap-2xl), var(--gap));
    }

    .quick-add-modal__content .media-gallery__grid {
      gap: min(var(--gap-2xs), var(--image-gap));
      border-radius: var(--style-border-radius-popover, 0);
    }

    .quick-add-modal__content .media-gallery--grid .product-media img {
      border-radius: 0;
    }

    .quick-add-modal__content .media-gallery--grid .product-media-container:first-child {
      border-top-right-radius: var(--style-border-radius-popover, 0);
    }

    .quick-add-modal__content .media-gallery--grid .product-media-container:last-child {
      border-bottom-right-radius: var(--style-border-radius-popover, 0);
    }
  }

  .quick-add-modal__content .product-details > .group-block {
    padding: var(--padding-2xl);
    max-height: 100%;
  }

  .quick-add-modal__content slideshow-slide:not([aria-hidden='false']) {
    content-visibility: auto;
  }

  .quick-add-modal__content .product-information__media {
    width: 100%;
    grid-column: 1 / span 1;
    grid-row: 1;
    position: relative;
    top: 0;
    animation: fadeIn 0.4s var(--animation-timing-fade-in) both;

    @media screen and (min-width: 750px) {
      position: sticky;
      grid-column: 1 / 4;
      overflow-y: auto;
      -ms-overflow-style: none;
      scrollbar-width: none;
    }

    &::-webkit-scrollbar {
      display: none;
    }
  }

  .quick-add-modal__content .product-information__media media-gallery {
    pointer-events: none;

    @media screen and (min-width: 750px) {
      position: absolute;
      inset: 0;
    }
  }

  .quick-add-modal media-gallery {
    padding: 0;
  }

  .quick-add-modal__content .product-information__media slideshow-arrows {
    display: none;
  }

  .quick-add-modal__content .product-information__media slideshow-container {
    display: block;
  }

  .quick-add-modal__content .product-information__media slideshow-slides {
    display: flex;
    flex-direction: column;
    gap: var(--gap-2xs);
    overflow: visible;
    scroll-snap-type: none;
  }

  .quick-add-modal__content .product-information__media slideshow-slide {
    width: 100%;
    flex: none;
    scroll-snap-align: unset;
    position: relative;
    transform: none;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s var(--animation-easing);
  }

  .quick-add-modal__content .product-information__media slideshow-slide[aria-hidden='true'] {
    @media screen and (max-width: 750px) {
      display: none;
    }
  }

  .quick-add-modal__content .product-information__media slideshow-slide:nth-child(1) {
    animation: fadeSlideIn 0.3s var(--animation-timing-fade-in) both;
  }

  .quick-add-modal__content .product-information__media slideshow-slide:nth-child(2) {
    animation: fadeSlideIn 0.3s var(--animation-timing-fade-in) both;
    animation-delay: 0.05s;
  }

  .quick-add-modal__content .product-information__media slideshow-slide:nth-child(3) {
    animation: fadeSlideIn 0.3s var(--animation-timing-fade-in) both;
    animation-delay: 0.1s;
  }

  .quick-add-modal__content .product-information__media slideshow-controls {
    display: none;
  }

  .quick-add-modal__content .sticky-content,
  .quick-add-modal__content .sticky-content--desktop {
    top: 0;
  }

  .quick-add-modal__content .text-block.rte:not(product-price),
  .quick-add-modal__content .view-more-details__wrapper {
    display: none;
  }

  @keyframes fadeSlideIn {
    from {
      opacity: 0;
      transform: translateY(10px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
/* END_SNIPPET:quick-add-modal */

/* START_SNIPPET:quick-add (INDEX:265) */
/* Quick Add */
  .quick-add {
    --quick-add-offset: var(--padding-sm);
    --quick-add-top: calc(var(--quick-add-offset) + var(--padding-block-start));
    --quick-add-right: calc(var(--quick-add-offset) + var(--padding-inline-end));
    --quick-add-bottom: calc(var(--quick-add-offset) + var(--padding-block-end));
    --quick-add-left: calc(var(--quick-add-offset) + var(--padding-inline-end));

    position: absolute;
    display: var(--quick-add-mobile-display, none);
    flex-direction: column;
    justify-content: flex-end;
    inset: max(var(--quick-add-top), calc((var(--border-radius) + var(--quick-add-top)) * (1 - cos(45deg))))
      max(var(--quick-add-right), calc((var(--border-radius) + var(--quick-add-right)) * (1 - cos(45deg))))
      max(var(--quick-add-bottom), calc((var(--border-radius) + var(--quick-add-bottom)) * (1 - cos(45deg))))
      max(var(--quick-add-left), calc((var(--border-radius) + var(--quick-add-left)) * (1 - cos(45deg))));
    width: auto;
    height: auto;
    z-index: var(--layer-raised);
    cursor: default;
    pointer-events: none;

    @media screen and (min-width: 750px) {
      --quick-add-offset: var(--padding-md);

      display: var(--quick-add-display, flex);
    }
  }

  .quick-add .variant-option__button-label input[data-option-available='false'] {
    cursor: not-allowed;
  }

  .quick-add[class*='color-scheme-'] {
    background-color: transparent;
  }

  .quick-add__button {
    display: grid;
    padding: var(--padding-xs);
    align-items: center;
    background-color: var(--color-background);
    color: var(--color-foreground);
    border-color: transparent;
    box-shadow: var(--shadow-popover);
    pointer-events: all;
    position: relative;
    overflow: hidden;
    border-radius: 100px;

    @media screen and (min-width: 750px) {
      display: none;
      padding: var(--padding-xs) var(--padding-sm);
    }

    .quick-add[stay-visible] & {
      display: grid;
    }
  }

  .quick-add__button .add-to-cart-text {
    gap: 0;
    line-height: 1;
    grid-row: 1 / span 1;
    grid-column: 1 / span 1;
    animation: none;

    @media screen and (min-width: 750px) {
      /* offset button padding to show a round button in a collapsed state */
      margin-inline: calc(var(--padding-sm) * -1);
      padding-inline: var(--padding-xs);
    }
  }

  .quick-add__button .add-to-cart-text--added {
    position: relative;
    grid-row: 1 / span 1;
    grid-column: 1 / span 1;
    justify-self: end;
    line-height: 1;

    @media screen and (min-width: 750px) {
      width: 0;
    }
  }

  .quick-add__button .add-to-cart-text__content {
    width: 0;
    opacity: 0;
    transform: translateX(1em);
    transition: width var(--animation-speed) ease-in-out, opacity var(--animation-speed) ease-in-out,
      transform var(--animation-speed) ease-in-out;
    interpolate-size: allow-keywords;
    will-change: width, opacity, transform;
  }

  @container (min-width: 99px) {
    .quick-add[stay-visible] .add-to-cart-text,
    .quick-add__button:is(:focus, :hover) .add-to-cart-text {
      gap: var(--gap-2xs);

      @media screen and (min-width: 750px) {
        /* offset button padding to show a round button in a collapsed state */
        margin-inline: 0;
        padding-inline: 0;
      }
    }

    .quick-add[stay-visible] .add-to-cart-text__content,
    .quick-add__button:is(:focus, :hover) .add-to-cart-text__content {
      width: fit-content;
      opacity: 1;
      transform: translateX(0);
    }
  }

  .quick-add__button.atc-added .add-to-cart-text {
    opacity: 0;
  }

  .quick-add__button.atc-added .add-to-cart-text--added {
    opacity: 1;
    width: auto;

    @supports (width: calc-size(auto, size)) {
      width: calc-size(auto, size);
    }
  }

  .quick-add__button.atc-added .add-to-cart-text {
    animation-name: atc-fade-out;
  }

  .quick-add__button.atc-added .add-to-cart-text--added {
    animation-name: atc-fade-in;
  }

  .quick-add__product-form-component {
    height: 100%;
  }

  .quick-add__product-form-component .shopify-product-form {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    container-type: inline-size;
    height: 100%;
  }

  .quick-add-modal .product-media {
    width: 100%;
    height: 100%;
  }

  .quick-add-modal deferred-media {
    display: none;
  }

  .quick-add-modal .media-gallery--carousel slideshow-component {
    --cursor: default;
  }

  @keyframes atc-fade-in {
    from {
      opacity: 0;
      transform: translateX(1em);
      position: absolute;
    }

    to {
      opacity: 1;
      transform: translateX(0);
      position: inherit;
    }
  }

  @keyframes atc-fade-out {
    from {
      opacity: 1;
      transform: translateX(0);
      position: inherit;
    }

    to {
      opacity: 0;
      transform: translateX(-1em);
      position: absolute;
    }
  }
/* END_SNIPPET:quick-add */

/* START_SNIPPET:resource-card (INDEX:266) */
.resource-card {
    --resource-card-secondary-image-opacity: 0;
    --resource-card-primary-image-opacity: calc(1 - var(--resource-card-secondary-image-opacity));

    display: flex;
    flex-direction: column;
    row-gap: var(--padding-xs);
    position: relative;
    text-decoration: none;
    height: 100%;
    opacity: 0;
    animation: fadeIn var(--animation-speed-medium) var(--animation-timing-fade-in) forwards;
  }

  .resource-card__link {
    position: absolute;
    inset: 0;
    z-index: 1;
  }

  .resource-card__content {
    display: flex;
    flex-direction: column;
    color: var(--color-foreground);
    gap: var(--padding-3xs);

    .price {
      font-weight: 500;
    }
  }

  .resource-card[data-resource-type='article'] .resource-card__content,
  .resource-card[data-resource-type='page'] .resource-card__content {
    gap: var(--padding-xs);
  }

  .resource-card__image {
    aspect-ratio: var(--resource-card-aspect-ratio, auto);
    object-fit: cover;
    border-radius: var(--resource-card-corner-radius);
    opacity: var(--resource-card-primary-image-opacity);
  }

  .resource-card__image--secondary {
    position: absolute;
    top: 0;
    opacity: var(--resource-card-secondary-image-opacity);
    border-radius: var(--resource-card-corner-radius);
  }

  .resource-card__media:empty {
    display: none;
  }

  .resource-card__image-placeholder {
    padding: var(--padding-sm);
    font-size: var(--font-size--lg);
    line-height: var(--line-height--display-loose);
    word-break: break-word;
    background-color: rgb(var(--color-foreground-rgb) / var(--opacity-5));
    aspect-ratio: var(--resource-card-aspect-ratio, auto);
    border-radius: var(--resource-card-corner-radius);
    color: var(--color-foreground);
  }

  .resource-card__title {
    margin-block: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.3;
  }

  .resource-card__title.paragraph {
    line-height: 1.3;
  }

  .resource-card--overlay {
    height: 100%;

    &::before {
      content: '';
      position: absolute;
      inset: 50% 0 0;
      background: var(--gradient-image-overlay);
      border-radius: var(--resource-card-corner-radius);
      pointer-events: none;
      z-index: var(--layer-flat);
    }
  }

  .resource-card--overlay .resource-card__image {
    height: 100%;
  }

  .resource-card--overlay .resource-card__content {
    position: absolute;
    inset: auto 0 0;
    padding: var(--padding-lg) var(--padding-lg) var(--padding-sm);
    z-index: var(--layer-raised);
  }

  .resource-card--overlay .resource-card__title {
    color: var(--color-white);
  }

  /* Collection images */
  .resource-card__image-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--gap-2xs);
  }

  .resource-card__collection-image {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: calc(var(--card-corner-radius) - (var(--padding-xs) / 2));
  }

  .resource-card__subtext {
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
    margin-block-start: 0;
  }

  .resource-card__subtext.paragraph {
    font-size: var(--font-size--body-sm);
    line-height: var(--line-height--body-tight);
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
  }

  .resource-card:has(.resource-card__image--secondary) {
    &:hover,
    &:focus {
      --resource-card-secondary-image-opacity: 1;
    }
  }
/* END_SNIPPET:resource-card */

/* START_SNIPPET:resource-image (INDEX:267) */
.resource-image {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    z-index: var(--layer-base);
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
    aspect-ratio: var(--ratio);
  }

  .resource-image .image-block__image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .resource-image--placeholder {
    width: 100%;
    height: 100%;
  }
/* END_SNIPPET:resource-image */

/* START_SNIPPET:search-modal (INDEX:271) */
/* Search modal style */
  .search-modal {
    --search-border-radius: var(--style-border-radius-popover);
    --search-border-width: var(--style-border-width);
  }

  .search-modal__button {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .search-modal__content {
    /* Approx set the top so when the content is at max height, the modal is centered */
    --modal-top-margin: calc(50dvh - var(--modal-max-height) / 2 - 2rem);
    --modal-width: 66dvw;

    padding: 0;
    border: var(--style-border-popover);

    @media screen and (min-width: 750px) {
      width: var(--modal-width);
      margin-block-start: var(--modal-top-margin);
      overflow: hidden;
    }
  }

  /* Hide the default dialog backdrop on small screens */
  @media screen and (max-width: 749px) {
    .search-modal__content::backdrop {
      display: none;
    }
  }

  .dialog-modal[open].search-modal__content {
    transform-origin: bottom center;
    animation: search-element-slide-in-bottom 300ms var(--ease-out-quad) forwards;
    border-radius: var(--search-border-radius);
    box-shadow: var(--shadow-popover);

    @media screen and (max-width: 749px) {
      border-radius: 0;
    }
  }

  .dialog-modal.search-modal__content.dialog-closing {
    animation: search-element-slide-out-bottom 200ms var(--ease-out-quad) forwards;
  }

  .search-modal__content[open] {
    display: flex;
  }

  .search-modal__content :is(.predictive-search-dropdown, .predictive-search-form__content-wrapper) {
    position: relative;
  }

  .dialog-modal
    .predictive-search-form__header:has(
      .predictive-search__reset-button:not(.predictive-search__reset-button[hidden])
    )::before {
    content: '';
    position: absolute;
    right: calc(var(--padding-sm) + var(--minimum-touch-target));
    top: 0;
    bottom: 0;
    width: var(--border-width-sm);
    background-color: var(--color-border);
  }

  .dialog-modal
    .predictive-search-form__header:has(.predictive-search__reset-button:not(.predictive-search__reset-button[hidden]))
    > .predictive-search__close-modal-button {
    &::before {
      content: none;
    }
  }

  @media screen and (min-width: 750px) {
    .dialog-modal
      .predictive-search-form__header:has(
        .predictive-search__reset-button:not(.predictive-search__reset-button[hidden])
      )::before {
      right: calc(var(--padding-2xl) * 2);
    }
  }
/* END_SNIPPET:search-modal */

/* START_SNIPPET:search (INDEX:272) */
.search-action {
    --search-border-radius: var(--style-border-radius-inputs);
    --search-border-width: var(--style-border-width-inputs);

    display: flex;
  }

  .header__column--center .search-action {
    width: auto;
    flex-grow: 1;
  }

  :is(.header__column--left, .header__column--center) .search-action {
    @media screen and (min-width: 750px) {
      margin-inline: calc(var(--padding-lg) * -1);
    }
  }

  .header__column--right .search-action {
    @media screen and (min-width: 750px) {
      margin-inline: calc(var(--gap-md) * -1) calc(var(--gap-xs) * -1);
    }
  }
/* END_SNIPPET:search */

/* START_SNIPPET:section (INDEX:273) */
.section-wrapper {
    --section-height-offset: 0px;
  }

  .section[data-shopify-visual-preview] {
    min-height: var(--section-preview-height);
    padding-top: 0;
  }

  .section[data-shopify-visual-preview] .custom-section-background {
    display: none;
  }

  body:has(> #header-group > .header-section > #header-component[transparent]):not(
      :has(> #header-group > .header-section + .shopify-section)
    )
    > main
    > .section-wrapper:first-child {
    --section-height-offset: var(--header-group-height, 0);
  }

  .custom-section-background {
    grid-column: 1 / -1;
  }

  .custom-section-content {
    z-index: var(--layer-flat);
  }

  /* Breathing effect for background images */
  .section--image-breathing .background-image-container img {
    transform-origin: center center;
    animation: section-image-breathe var(--breathe-speed, 8s) ease-in-out infinite alternate;
  }

  @keyframes section-image-breathe {
    from {
      transform: scale(1);
    }
    to {
      transform: scale(var(--breathe-scale, 1.02));
    }
  }
/* END_SNIPPET:section */

/* START_SNIPPET:sorting (INDEX:281) */
.sorting-filter__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: var(--drawer-padding) 0;
    padding-block: var(--padding-sm);
    margin-inline-end: var(--margin-md);
    position: relative;
  }

  .sorting-filter__container .facets__label {
    font-size: var(--font-h4--size);
  }

  .sorting-filter__select-wrapper {
    display: flex;
    position: relative;
    border-radius: var(--variant-picker-button-radius);
    align-items: center;
    overflow: clip;
    padding: var(--padding-2xs) var(--padding-xs);
  }

  .sorting-filter__select-wrapper:has(:focus-visible) {
    outline: var(--focus-outline-width) solid currentcolor;
    outline-offset: var(--focus-outline-offset);
  }

  .sorting-filter__select-wrapper:has(:focus-visible) .sorting-filter__select {
    outline: none;
  }

  .sorting-filter__container .sorting-filter__select {
    appearance: none;
    border: 0;
    margin: 0;
    cursor: pointer;
    width: 100%;
    padding-inline-end: var(--icon-size-2xs);
    text-align: right;
    text-align-last: right;
  }

  .sorting-filter__select .icon {
    position: absolute;
    right: var(--padding-md);
    top: 50%;
    transform: translateY(-50%);
    width: var(--icon-size-2xs);
    height: var(--icon-size-2xs);
    pointer-events: none;
  }

  .sorting-filter {
    @media screen and (min-width: 750px) {
      z-index: var(--facets-upper-z-index);
    }
  }

  .sorting-filter__options {
    display: flex;
    right: 0;
    flex-direction: column;
    gap: var(--margin-3xs);
    padding: calc(var(--drawer-padding) / 2);
    color: var(--color-foreground);
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;

    &::-webkit-scrollbar {
      display: none;
    }
  }

  .sorting-filter__option {
    cursor: pointer;
    display: grid;
    grid-template-columns: var(--icon-size-sm) 1fr;
    gap: var(--margin-2xs);
    min-width: 180px;
    padding: var(--padding-2xs) calc(var(--drawer-padding) / 2) var(--padding-2xs) var(--padding-2xs);

    &:hover {
      border-radius: calc(var(--style-border-radius-popover) / 2);
      background-color: rgb(var(--color-foreground-rgb) / var(--opacity-8));
    }

    &:focus {
      border-radius: calc(var(--style-border-radius-popover) / 2);
    }
  }

  .sorting-filter__input {
    display: none;

    &:checked + .sorting-filter__checkmark + .sorting-filter__label {
      font-weight: 500;
    }
  }

  .sorting-filter__checkmark {
    visibility: hidden;
  }

  *:checked ~ .sorting-filter__checkmark {
    visibility: visible;
  }

  .sorting-filter__label {
    cursor: pointer;
    pointer-events: none;
  }

  .facets-toggle--no-filters .sorting-filter__select-wrapper {
    @media screen and (max-width: 749px) {
      padding-inline-start: 0;
    }
  }

  .facets-mobile-wrapper .sorting-filter .facets__panel {
    padding-inline: 0;
    position: relative;
  }

  .facets-mobile-wrapper .sorting-filter .facets__status {
    display: none;
  }

  .facets-mobile-wrapper:has(> :nth-child(2)) .sorting-filter .sorting-filter__options {
    left: 0;
    right: unset;
  }

  .facets-mobile-wrapper .sorting-filter .facets__label {
    margin-inline-end: var(--margin-2xs);
    font-size: var(--font-paragraph--size);
    color: var(--color-foreground-muted);
  }

  .facets-mobile-wrapper .sorting-filter__options {
    border-radius: var(--style-border-radius-popover);
    position: absolute;
    top: 0;
    right: 0;
    width: max-content;
    min-width: var(--facets-panel-min-width);
    max-width: var(--facets-panel-width);
    max-height: var(--facets-panel-height);
    z-index: var(--facets-upper-z-index);
    box-shadow: var(--shadow-popover);
    border: var(--style-border-popover);
    background-color: var(--color-background);
    overflow-y: hidden;
    padding: var(--padding-sm);
    gap: var(--gap-sm);
  }

  .facets-toggle .sorting-filter__container {
    @media screen and (max-width: 749px) {
      padding: 0;
    }
  }

  .facets-toggle .sorting-filter__container .facets__label {
    @media screen and (max-width: 749px) {
      display: none;
    }
  }

  .facets-toggle .sorting-filter::before {
    @media screen and (max-width: 749px) {
      display: none;
    }
  }

  .facets--drawer .sorting-filter {
    @media screen and (min-width: 750px) {
      display: none;
    }
  }

  .sorting-filter__options {
    block-size: 0;
    overflow-y: clip;
    opacity: 0;
    interpolate-size: allow-keywords;
    transition: content-visibility var(--animation-speed-slow) allow-discrete,
      padding-block var(--animation-speed-slow) var(--animation-easing),
      opacity var(--animation-speed-slow) var(--animation-easing),
      block-size var(--animation-speed-slow) var(--animation-easing);
  }

  details[open] .sorting-filter__options {
    opacity: 1;
    block-size: auto;
  }
  details[open] .sorting-filter__options {
    opacity: 1;
    block-size: auto;
  }

  details[open] .sorting-filter__options:focus-within {
    overflow-y: visible;
  }
/* END_SNIPPET:sorting */

/* START_SNIPPET:text (INDEX:289) */
:root {
    --text-align-default: left;
  }

  [style*='--horizontal-alignment: center'] .text-block {
    --text-align-default: center;
  }

  [style*='--horizontal-alignment: flex-end'] .text-block {
    --text-align-default: right;
  }

  [style*='--horizontal-alignment: flex-start'] > .text-block {
    --text-align-default: left;
  }

  [style*='--horizontal-alignment: center'] > .text-block {
    --text-align-default: center;
  }

  [style*='--horizontal-alignment: flex-end'] > .text-block {
    --text-align-default: right;
  }

  .text-block {
    width: var(--width);
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: var(--horizontal-alignment);
  }

  .text-block > * {
    width: var(--width);
    max-width: var(--max-width, 100%);
    text-align: var(--text-align, var(--text-align-default));
    text-wrap: var(--text-wrap);
  }

  .text-block:not(.text-block--full-width).rte,
  .text-block:not(.text-block--full-width).paragraph {
    /* Safari doesn't support pretty, so fallback to balance */
    text-wrap: balance;
    text-wrap: pretty;
  }

  .text-block:not(.text-block--full-width):is(.h1, .h2, .h3, .h4, .h5, .h6) {
    text-wrap: balance;
  }

  /* Hide underline unless text is using paragraph styles. */
  .text-block:is(.h1, .h2, .h3, .h4, .h5, .h6) a {
    text-decoration-color: transparent;
  }

  .text-block h1,
  .text-block.h1 > * {
    margin-block: var(--font-h1--spacing);
  }

  .text-block h2,
  .text-block.h2 > * {
    margin-block: var(--font-h2--spacing);
  }

  .text-block h3,
  .text-block.h3 > * {
    margin-block: var(--font-h3--spacing);
  }

  .text-block h4,
  .text-block.h4 > * {
    margin-block: var(--font-h4--spacing);
  }

  .text-block h5,
  .text-block.h5 > * {
    margin-block: var(--font-h5--spacing);
  }

  .text-block h6,
  .text-block.h6 > * {
    margin-block: var(--font-h6--spacing);
  }

  .text-block p,
  .text-block.p > * {
    margin-block: var(--font-paragraph--spacing);
  }

  .text-block > *:first-child {
    margin-block-start: 0;
  }

  .text-block > *:last-child {
    margin-block-end: 0;
  }

  .text-block--align-center,
  .text-block--align-center > * {
    margin-inline: auto;
  }

  .text-block--align-right,
  .text-block--align-right > * {
    margin-inline-start: auto;
  }

  .text-block--background {
    background-color: var(--text-background-color);
    border-radius: var(--text-corner-radius);

    /* To avoid text being cropped when using a border radius we add a minimum padding. */
    padding-block-start: max(var(--text-padding), var(--padding-block-start, 0));
    padding-block-end: max(var(--text-padding), var(--padding-block-end, 0));
    padding-inline-start: max(var(--text-padding), var(--padding-inline-start, 0));
    padding-inline-end: max(var(--text-padding), var(--padding-inline-end, 0));
  }

  .custom-color,
  .custom-color > :is(h1, h2, h3, h4, h5, h6, p, *) {
    color: var(--color);
  }
/* END_SNIPPET:text */

/* START_SNIPPET:variant-main-picker (INDEX:299) */
.variant-picker {
    width: 100%;
  }

  .variant-picker__form {
    display: flex;
    flex-direction: column;
    gap: var(--padding-lg);
    width: 100%;
  }

  .variant-picker[data-shopify-visual-preview] {
    min-width: 300px;
    padding-inline-start: max(4px, var(--padding-inline-start));
  }

  .variant-option {
    --options-border-radius: var(--variant-picker-button-radius);
    --options-border-width: var(--variant-picker-button-border-width);
    --variant-option-padding-inline: var(--padding-md);
  }

  .variant-option--swatches {
    --options-border-radius: var(--variant-picker-swatch-radius);

    width: 100%;
  }

  .variant-option--swatches-disabled {
    pointer-events: none;
    cursor: not-allowed;
  }

  .variant-option--swatches > overflow-list {
    justify-content: var(--product-swatches-alignment);

    @media (max-width: 749px) {
      justify-content: var(--product-swatches-alignment-mobile);
    }
  }

  .variant-option--buttons {
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap-sm);
    margin: 0;
    padding: 0;
    border: none;
  }

  .variant-option--buttons legend {
    padding: 0;
    margin-block-end: var(--margin-xs);
  }

  .variant-option__swatch-value {
    padding-inline-start: var(--padding-xs);
    color: rgb(var(--color-foreground-rgb) / var(--opacity-70));
  }

  @media (prefers-reduced-motion: no-preference) {
    .variant-option__button-label,
    .variant-option__select-wrapper,
    .variant-option__button-label::before,
    .variant-option__button-label::after,
    .variant-option__button-label:has([data-previous-checked='true'], [data-current-checked='true'])
      .variant-option__button-label__pill,
    .variant-option__button-label:not(.variant-option__button-label--has-swatch) svg line:last-of-type {
      transition-duration: var(--animation-speed);
      transition-timing-function: var(--animation-easing);
    }
    .variant-option__button-label__pill {
      transition-property: transform;
    }
    .variant-option__button-label:not(.variant-option__button-label--has-swatch) svg line:last-of-type {
      transition-property: clip-path;
    }
    .variant-option__button-label:has([data-previous-checked='true'], [data-current-checked='true'])
      .variant-option__button-label__pill {
      transition-property: transform;
    }
    .variant-option__button-label::after {
      transition-property: clip-path;
    }
    .variant-option__button-label::before {
      transition-property: border-color;
    }
    .variant-option__select-wrapper,
    .variant-option__button-label {
      transition-property: background-color, border-color, color;
    }
  }

  .variant-option__button-label {
    --variant-picker-stroke-color: var(--color-variant-border);
    cursor: pointer;
    display: flex;
    flex: 0 0 calc(3ch + 1.3em);
    align-items: center;
    position: relative;
    padding-block: var(--padding-sm);
    padding-inline: var(--padding-lg);
    border: var(--options-border-width) solid var(--color-variant-border);
    border-radius: var(--options-border-radius);
    overflow: clip;
    justify-content: center;
    min-height: calc(3ch + 1.3em);
    min-width: fit-content;
    white-space: nowrap;
    background-color: var(--color-variant-background);
    color: var(--color-variant-text);

    &:hover,
    &:hover:has([aria-disabled='true']):has([data-option-available='false']) {
      background-color: var(--color-variant-hover-background);
      border-color: var(--color-variant-hover-border);
      color: var(--color-variant-hover-text);
    }

    /* we need something like overflow-clip-margin to use the pseudoelement but it doesn't work in Safari */
    /* so instead use the layered background image trick */
    &:not(.variant-option__button-label--has-swatch):has([data-option-available='false']) {
      border-width: 0;
    }
    /* ::after/::before act as a fake border for the button style variant */
    /* ::after is the unavailable variant border that clips in */
    &:not(.variant-option__button-label--has-swatch)::before,
    &:has([data-option-available='false']):not(.variant-option__button-label--has-swatch)::after {
      content: '';
      position: absolute;
      inset: 0;
      border: var(--options-border-width) solid var(--color-selected-variant-border);
      border-radius: inherit;
      pointer-events: none;
      z-index: 2;
      /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
      clip-path: inset(var(--clip, 0 0 0 0));
    }
    &:has([data-option-available='false']):not(.variant-option__button-label--has-swatch)::before {
      inset: 0;
    }
    &:not(.variant-option__button-label--has-swatch)::before {
      /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
      clip-path: inset(0 0 0 0);
      border-color: var(--color-variant-border);
      inset: calc(var(--options-border-width) * -1);
    }
    &:has(:checked):not(.variant-option__button-label--has-swatch):not(:has([data-option-available='false']))::before {
      border-color: var(--color-selected-variant-border);
    }

    /* setting left/right accounts for variant buttons of different widths */
    &:not(:has(:checked)):has(~ label > :checked),
    &:has(:checked):has(~ label > [data-previous-checked='true']) {
      .variant-option__button-label__pill {
        right: 0;
        left: unset;
      }
    }

    &:has([data-previous-checked='true']) ~ label:has([data-current-checked='true']),
    &:has(:checked) ~ label {
      .variant-option__button-label__pill {
        left: 0;
        right: unset;
      }
    }

    &:not(:has(:checked)):has(~ label > :checked) {
      --pill-offset: calc(100% + 1px);
    }

    &:has(:checked) ~ label {
      --pill-offset: calc(-100% - 1px);
    }

    &:has([data-current-checked='true']):first-of-type
      ~ label:last-of-type:not(.variant-option__button-label--has-swatch),
    &:not(:has(:checked)):has(~ label > :checked):not(.variant-option__button-label--has-swatch) {
      --clip: 0 0 0 100%;
    }

    &:not(:has([data-current-checked='true'])):first-of-type:has(~ label:last-of-type > :checked):not(
        .variant-option__button-label--has-swatch
      ),
    &:has(:checked) ~ label:not(.variant-option__button-label--has-swatch) {
      --clip: 0 100% 0 0;
    }

    &:has([data-previous-checked='true'], [data-current-checked='true']) .variant-option__button-label__pill {
      width: max(var(--pill-width-current, 100%), var(--pill-width-previous, 100%));
    }
    @media screen and (min-width: 750px) {
      padding: var(--padding-xs) var(--variant-option-padding-inline);
    }
  }

  /* wrap around only for 3 or more variants in a row */
  /* the more complex selector rules here produce the wrap around effect for first/last variants */
  .variant-option--buttons:has(:nth-of-type(3)) {
    .variant-option__button-label:has([data-current-checked='true']):first-of-type ~ label:last-of-type {
      --pill-offset: calc(100% + 1px);
    }
    .variant-option__button-label:not(:has([data-current-checked='true'])):first-of-type:has(
        ~ label:last-of-type > :checked
      ) {
      --pill-offset: calc(-100% - 1px);
    }
  }

  .variant-option__button-label__pill {
    background: var(--color-selected-variant-background);
    position: absolute;
    top: calc(var(--options-border-width) * -1);
    bottom: calc(var(--options-border-width) * -1);
    border-radius: inherit;
    pointer-events: none;
    width: 100%;
    transform: translateX(var(--pill-offset, 0));
  }

  .variant-option__button-label__text {
    pointer-events: none;
    text-align: start;
    text-wrap: auto;
    z-index: 2;
  }

  .variant-option--equal-width-buttons {
    --variant-min-width: clamp(44px, calc(var(--variant-option-padding-inline) * 2 + var(--variant-ch)), 100%);

    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(var(--variant-min-width), 1fr));

    .variant-option__button-label {
      min-width: var(--variant-min-width);
    }

    .variant-option__button-label__text {
      text-align: center;
      text-wrap: balance;
    }
  }

  .variant-option__button-label:has(:focus-visible) {
    --variant-picker-stroke-color: var(--color-foreground);

    border-color: var(--color-foreground);
    outline: var(--focus-outline-width) solid var(--color-foreground);
    outline-offset: var(--focus-outline-offset);
  }

  .variant-option__button-label--has-swatch {
    --focus-outline-radius: var(--variant-picker-swatch-radius);

    padding: 0;
    border: none;
    display: block;
    flex-basis: auto;
    min-height: auto;
  }

  .variant-option__button-label:has(:checked) {
    color: var(--color-selected-variant-text);
    border-color: var(--color-selected-variant-border);
  }

  .variant-option__button-label:has(:checked):hover {
    border-color: var(--color-selected-variant-hover-border);
    color: var(--color-selected-variant-hover-text);

    .variant-option__button-label__pill {
      background-color: var(--color-selected-variant-hover-background);
    }
  }

  .variant-option__button-label:has([data-option-available='false']) {
    color: rgb(var(--color-variant-text-rgb) / var(--opacity-60));
  }

  .facets__inputs-list--swatches-grid .variant-option__button-label--has-swatch:hover .swatch {
    --focus-outline: var(--focus-outline-width) solid rgb(var(--color-foreground-rgb) / var(--opacity-35-55));

    outline: var(--focus-outline);
    outline-offset: var(--focus-outline-offset);
  }

  .facets__inputs-list--swatches-grid .variant-option__button-label:has(:focus-visible) .swatch {
    --focus-outline: var(--focus-outline-width) solid currentcolor;

    outline: var(--focus-outline);
    outline-offset: var(--focus-outline-offset);
  }

  .facets__inputs-list--swatches-grid .variant-option__button-label:has(:focus-visible) {
    outline: none;
  }

  .facets__inputs-list--swatches-grid .variant-option__button-label--has-swatch:hover {
    outline: none;
  }

  .variant-option__button-label--has-swatch:hover {
    outline: var(--focus-outline-width) solid rgb(var(--color-foreground-rgb) / var(--opacity-35-55));
    outline-offset: var(--focus-outline-offset);
  }

  .facets__inputs-list--swatches-grid .variant-option__button-label--has-swatch:has(:checked) {
    --focus-outline: none;
  }

  .facets__inputs-list--swatches-grid .variant-option__button-label--has-swatch:has(:checked) .swatch {
    outline: var(--focus-outline);
    outline-offset: var(--focus-outline-offset);
  }

  .variant-option__button-label--has-swatch:has(:checked) {
    --focus-outline: var(--focus-outline-width) solid var(--color-foreground);

    outline: var(--focus-outline);
    outline-offset: var(--focus-outline-offset);
  }

  /* This triggers iOS < 16.4. The outline bug is not recognized as a lack of @supports */
  @supports not (background-color: rgb(from red 150 g b / alpha)) {
    /** There is a bug in safari < 16.4 that causes the outline to not follow the elements border radius. This is a workaround. **/
    .variant-option__button-label--has-swatch:has(:checked),
    .variant-option__button-label:has(:focus-visible) .swatch,
    .facets__inputs-list--swatches-grid .variant-option__button-label--has-swatch:hover .swatch {
      outline: none;
      position: relative;
      overflow: visible;
    }

    .variant-option__button-label--has-swatch:has(:checked)::after,
    .variant-option__button-label:has(:focus-visible) .swatch::after,
    .facets__inputs-list--swatches-grid .variant-option__button-label--has-swatch:hover .swatch::after {
      content: '';
      position: absolute;
      inset: calc(-1 * var(--focus-outline-offset));
      border: var(--focus-outline);
      border-radius: var(--focus-outline-radius, 50%);
      background-color: transparent;
      display: inherit;
    }
  }

  .variant-option__button-label:has([data-option-available='false']):has(:checked) {
    background-color: inherit;
    color: rgb(var(--color-variant-text-rgb) / var(--opacity-60));
  }

  .variant-option__button-label input,
  .variant-option--images input {
    /* remove the checkbox from the page flow */
    position: absolute;

    /* set the dimensions to match those of the label */
    inset: 0;

    /* hide it */
    opacity: 0;
    margin: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
  }

  .variant-option__button-label svg {
    position: absolute;
    left: var(--options-border-width);
    top: var(--options-border-width);
    height: calc(100% - (var(--options-border-width) * 2));
    width: calc(100% - (var(--options-border-width) * 2));
    cursor: pointer;
    pointer-events: none;
    stroke-width: var(--style-border-width);
    stroke: var(--variant-picker-stroke-color);
  }

  .variant-option__button-label:not(.variant-option__button-label--has-swatch) svg {
    stroke: var(--color-variant-border);

    line {
      stroke-width: var(--options-border-width);
    }

    line:last-of-type {
      /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
      clip-path: inset(var(--clip, 0 0 0 0));
      stroke: rgb(var(--color-variant-text-rgb) / 1);
    }
  }

  .variant-option__select-wrapper {
    display: flex;
    position: relative;
    border: var(--style-border-width-inputs) solid var(--color-border);
    border-radius: var(--style-border-radius-inputs);
    align-items: center;
    margin-top: var(--margin-2xs);
    overflow: clip;
  }

  .variant-option__select-wrapper:has(.swatch) {
    --variant-picker-swatch-width: 20px;
    --variant-picker-swatch-height: 20px;
  }

  .variant-option__select-wrapper:hover {
    border-color: var(--color-variant-hover-border);
  }

  .variant-option__select:focus-visible {
    outline: var(--focus-outline-width) solid currentcolor;
    outline-offset: var(--focus-outline-offset);
  }

  .variant-option__select {
    padding-block: var(--padding-md);
    padding-inline: var(--padding-lg) calc(var(--padding-lg) + var(--icon-size-2xs));
    appearance: none;
    border: 0;
    width: 100%;
    margin: 0;
    cursor: pointer;
  }

  .variant-option__select-wrapper .icon {
    position: absolute;
    right: var(--padding-md);
    top: 50%;
    transform: translateY(-50%);
    width: var(--icon-size-2xs);
    height: var(--icon-size-2xs);
    pointer-events: none;
  }

  .variant-option__select--has-swatch {
    padding-inline-start: calc((2 * var(--padding-sm)) + var(--variant-picker-swatch-width));
  }

  .variant-option__select-wrapper .swatch {
    position: absolute;
    top: 50%;
    left: var(--padding-md);
    transform: translateY(-50%);
  }

  .variant-picker--center,
  .variant-picker--center .variant-option {
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .variant-picker--right,
  .variant-picker--right .variant-option {
    text-align: right;
    justify-content: right;
  }
/* END_SNIPPET:variant-main-picker */

/* START_SNIPPET:video (INDEX:302) */
.video-interaction-hint {
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: var(--layer-flat);
  }

  .video-interaction-hint:hover {
    opacity: 1;
  }
/* END_SNIPPET:video */