/** Shopify CDN: Minification failed

Line 1329:22 Unexpected "{"
Line 1329:31 Expected ":"
Line 1329:38 Unexpected "{"
Line 1333:22 Unexpected "{"
Line 1333:31 Expected ":"
Line 1337:22 Unexpected "{"
Line 1337:31 Expected ":"
Line 1342:22 Unexpected "{"
Line 1342:31 Expected ":"
Line 1347:24 Unexpected "{"
... and 4 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:alm-benefits-bar (INDEX:2) */
.alm-benefits {
    background: var(--alm-benefits-bg);
    color: var(--alm-benefits-text);
    border-bottom: 1px solid color-mix(in srgb, var(--alm-benefits-text) 12%, transparent);
  }

  .alm-benefits__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .alm-benefits__item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    min-height: 108px;
    padding: 20px 28px;
  }

  .alm-benefits__item + .alm-benefits__item {
    border-left: 1px solid color-mix(in srgb, var(--alm-benefits-text) 12%, transparent);
  }

  .alm-benefits__icon {
    display: grid;
    place-items: center;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    color: var(--alm-benefits-accent);
    border: 1px solid color-mix(in srgb, var(--alm-benefits-accent) 35%, transparent);
    border-radius: 50%;
  }

  .alm-benefits__icon svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.6;
  }

  .alm-benefits__copy {
    display: grid;
    gap: 3px;
    line-height: 1.25;
  }

  .alm-benefits__copy strong {
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .alm-benefits__copy > span {
    font-size: 12px;
    opacity: 0.72;
  }

  @media screen and (max-width: 768px) {
    .alm-benefits__grid {
      grid-template-columns: 1fr;
    }

    .alm-benefits__item {
      justify-content: flex-start;
      min-height: 82px;
      padding: 15px 4px;
    }

    .alm-benefits__item + .alm-benefits__item {
      border-top: 1px solid color-mix(in srgb, var(--alm-benefits-text) 12%, transparent);
      border-left: 0;
    }

    .alm-benefits__icon {
      flex-basis: 40px;
      width: 40px;
      height: 40px;
    }
  }
/* END_SECTION:alm-benefits-bar */

/* START_SECTION:alm-category-showcase (INDEX:3) */
.alm-categories {
    padding: 76px 0 88px;
    background: var(--alm-categories-bg);
    color: var(--alm-categories-text);
  }

  .alm-categories__header {
    max-width: 680px;
    margin: 0 auto 34px;
    text-align: center;
  }

  .alm-categories__header h2 {
    margin: 5px 0 10px;
    font-size: clamp(30px, 3.2vw, 48px);
    line-height: 1.05;
  }

  .alm-categories__eyebrow {
    margin: 0;
    color: #a1176c;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .alm-categories__intro {
    font-size: 16px;
    opacity: 0.72;
  }

  .alm-categories__intro p {
    margin: 0;
  }

  .alm-categories__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .alm-categories__card {
    min-width: 0;
  }

  .alm-categories.alm-categories--motion-ready .alm-categories__header,
  .alm-categories.alm-categories--motion-ready .alm-categories__card {
    opacity: 0;
    transform: translate3d(0, 34px, 0);
  }

  .alm-categories.alm-categories--motion-ready .alm-categories__header {
    transition:
      opacity 700ms ease,
      transform 850ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .alm-categories.alm-categories--motion-ready .alm-categories__card {
    transition:
      opacity 720ms ease var(--alm-category-delay),
      transform 900ms cubic-bezier(0.22, 1, 0.36, 1) var(--alm-category-delay);
  }

  .alm-categories.alm-categories--motion-ready.alm-categories--visible .alm-categories__header,
  .alm-categories.alm-categories--motion-ready.alm-categories--visible .alm-categories__card {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .alm-categories__link {
    position: relative;
    display: block;
    min-height: 500px;
    overflow: hidden;
    color: #fff;
    background: #d9d1ca;
    text-decoration: none;
  }

  .alm-categories__link:visited,
  .alm-categories__link:hover,
  .alm-categories__link:focus-visible {
    color: #fff;
  }

  .alm-categories__media,
  .alm-categories__shade {
    position: absolute;
    inset: 0;
  }

  .alm-categories__image,
  .alm-categories__placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .alm-categories__shade {
    z-index: 1;
    background:
      linear-gradient(180deg, transparent 35%, rgb(0 0 0 / 0.72) 100%),
      var(--alm-categories-overlay);
    opacity: var(--alm-categories-overlay-opacity);
    transition: opacity 350ms ease;
  }

  .alm-categories__content {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 34px;
  }

  .alm-categories__kicker {
    display: block;
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .alm-categories__content h3 {
    margin: 0;
    color: inherit;
    font-size: clamp(30px, 3vw, 46px);
    line-height: 1;
    text-shadow: 0 1px 18px rgb(0 0 0 / 0.18);
  }

  .alm-categories__content p {
    max-width: 330px;
    margin: 11px 0 0;
    font-size: 14px;
    line-height: 1.45;
  }

  .alm-categories__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
    padding-bottom: 4px;
    border-bottom: 1px solid currentColor;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .alm-categories__cta span {
    transition: transform 200ms ease;
  }

  .alm-categories__link:hover .alm-categories__image,
  .alm-categories__link:focus-visible .alm-categories__image {
    transform: scale(1.045);
  }

  .alm-categories__link:hover .alm-categories__shade,
  .alm-categories__link:focus-visible .alm-categories__shade {
    opacity: min(1, calc(var(--alm-categories-overlay-opacity) + 0.12));
  }

  .alm-categories__link:hover .alm-categories__cta span,
  .alm-categories__link:focus-visible .alm-categories__cta span {
    transform: translateX(4px);
  }

  .alm-categories__link:focus-visible {
    outline: 3px solid #a1176c;
    outline-offset: 4px;
  }

  @media screen and (max-width: 900px) {
    .alm-categories__link {
      min-height: 420px;
    }

    .alm-categories__content {
      padding: 24px;
    }
  }

  @media screen and (max-width: 768px) {
    .alm-categories {
      padding: 54px 0 62px;
    }

    .alm-categories__header {
      margin-bottom: 26px;
    }

    .alm-categories__grid {
      grid-template-columns: 1fr;
      gap: 12px;
    }

    .alm-categories__link {
      min-height: 410px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .alm-categories.alm-categories--motion-ready .alm-categories__header,
    .alm-categories.alm-categories--motion-ready .alm-categories__card {
      opacity: 1;
      transform: none;
      transition: none;
    }

    .alm-categories__image,
    .alm-categories__shade,
    .alm-categories__cta span {
      transition: none;
    }
  }
/* END_SECTION:alm-category-showcase */

/* START_SECTION:alm-google-reviews (INDEX:4) */
.alm-reviews {
    padding: 88px 0 94px;
    color: var(--alm-reviews-text);
    background: var(--alm-reviews-bg);
  }

  .alm-reviews__header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 34px;
  }

  .alm-reviews__eyebrow {
    margin: 0 0 10px;
    color: var(--alm-reviews-accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .alm-reviews__header h2 {
    max-width: 720px;
    margin: 0;
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1;
  }

  .alm-reviews__rating {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 0 0 auto;
    color: inherit;
    text-decoration: none;
  }

  .alm-reviews__rating > strong {
    font-size: 42px;
    line-height: 1;
  }

  .alm-reviews__rating > span {
    display: grid;
    gap: 4px;
    font-size: 12px;
  }

  .alm-reviews__stars {
    color: var(--alm-reviews-accent);
    font-size: 15px;
    letter-spacing: 0.12em;
  }

  .alm-reviews__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .alm-reviews__card {
    display: flex;
    flex-direction: column;
    min-height: 285px;
    margin: 0;
    padding: clamp(28px, 3vw, 44px);
    background: var(--alm-reviews-card);
    border: 1px solid color-mix(in srgb, var(--alm-reviews-text) 10%, transparent);
  }

  .alm-reviews__card p {
    flex: 1 1 auto;
    margin: 34px 0;
    font-size: clamp(21px, 2vw, 29px);
    line-height: 1.25;
  }

  .alm-reviews__card footer {
    display: grid;
    gap: 4px;
  }

  .alm-reviews__card footer strong {
    font-size: 12px;
    letter-spacing: 0.09em;
    text-transform: uppercase;
  }

  .alm-reviews__card footer span {
    font-size: 12px;
    opacity: 0.58;
  }

  .alm-reviews__footer {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-top: 22px;
    font-size: 11px;
    opacity: 0.68;
  }

  .alm-reviews__footer a {
    color: inherit;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
  }

  @media screen and (max-width: 768px) {
    .alm-reviews {
      padding: 64px 0 68px;
    }

    .alm-reviews__header {
      align-items: start;
      flex-direction: column;
      margin-bottom: 28px;
    }

    .alm-reviews__grid {
      grid-template-columns: 1fr;
    }

    .alm-reviews__card {
      min-height: 230px;
    }

    .alm-reviews__footer {
      align-items: start;
      flex-direction: column;
    }
  }
/* END_SECTION:alm-google-reviews */

/* START_SECTION:alm-hero-slider (INDEX:5) */
.alm-hero-slider {
    --alm-hero-text: #fff;
  }

  .alm-hero-slider__wrapper {
    background: #efefed;
  }

  .alm-hero__slide:before {
    background: linear-gradient(90deg, rgba(0, 0, 0, calc(var(--alm-overlay-opacity) + 0.16)) 0%, rgba(0, 0, 0, var(--alm-overlay-opacity)) 42%, transparent 72%);
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
  }

  .alm-hero__slide--right:before {
    background: linear-gradient(270deg, rgba(0, 0, 0, calc(var(--alm-overlay-opacity) + 0.16)) 0%, rgba(0, 0, 0, var(--alm-overlay-opacity)) 42%, transparent 72%);
  }

  .alm-hero__slide--center:before {
    background: rgba(0, 0, 0, var(--alm-overlay-opacity));
  }

  .alm-hero__image-wrapper:before {
    content: none;
  }

  .alm-hero__image image-element,
  .alm-hero__image-wrapper image-element {
    display: block;
    height: 100%;
    width: 100%;
  }

  .alm-hero__image {
    transform: scale(1.002);
  }

  .alm-hero__text-wrap {
    color: var(--alm-hero-text);
    z-index: 4;
  }

  .alm-hero__text-content {
    padding-bottom: clamp(48px, 7vh, 92px);
    padding-top: clamp(48px, 7vh, 92px);
  }

  .alm-hero__copy {
    max-width: 620px;
  }

  .alm-hero__text-content.horizontal-right .alm-hero__copy {
    margin-left: auto;
  }

  .alm-hero__text-content.horizontal-center .alm-hero__copy {
    margin-left: auto;
    margin-right: auto;
  }

  .alm-hero__title {
    color: inherit;
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.98;
    margin: 0;
    max-width: 12ch;
    text-transform: none;
  }

  .alm-hero__text-content.horizontal-center .alm-hero__title {
    margin-left: auto;
    margin-right: auto;
  }

  .alm-hero__text-content.horizontal-right .alm-hero__title {
    margin-left: auto;
  }

  .alm-hero-slider .alm-hero__subtitle {
    display: block;
    font-size: clamp(16px, 1.35vw, 21px);
    letter-spacing: 0;
    line-height: 1.45;
    margin: 18px 0 0;
    max-width: 34ch;
    text-transform: none;
  }

  .alm-hero__text-content.horizontal-center .alm-hero__subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .alm-hero__text-content.horizontal-right .alm-hero__subtitle {
    margin-left: auto;
  }

  .alm-hero__link {
    display: block;
    margin-top: 30px;
  }

  .alm-hero-slider .alm-hero__button {
    background: var(--colorBtnPrimary);
    border: 1px solid var(--colorBtnPrimary);
    border-radius: 3px;
    color: var(--colorBtnPrimaryText);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
    min-width: 188px;
    padding: 16px 24px;
    text-align: center;
    text-transform: none;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
  }

  .alm-hero-slider .alm-hero__button:hover,
  .alm-hero-slider .alm-hero__button:focus-visible {
    background: var(--colorBtnPrimary);
    border-color: var(--colorBtnPrimary);
    color: var(--colorBtnPrimaryText);
    transform: translateY(-1px);
  }

  .alm-hero .flickity-page-dots {
    bottom: 24px;
    display: flex;
    gap: 8px;
    justify-content: center;
    left: 50%;
    margin: 0;
    right: auto;
    transform: translateX(-50%);
    width: auto;
    z-index: 6;
  }

  .alm-hero .flickity-page-dots .dot {
    background: rgba(255, 255, 255, 0.62);
    border: 0;
    height: 8px;
    margin: 0;
    opacity: 1;
    width: 8px;
  }

  .alm-hero .flickity-page-dots .dot.is-selected {
    background: #fff;
    transform: scale(1.28);
  }

  @media only screen and (max-width: 768px) {
    .alm-hero__slide:before,
    .alm-hero__slide--right:before,
    .alm-hero__slide--center:before {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.12) 62%, transparent 82%);
    }

    .alm-hero__text-content,
    .alm-hero__text-content.horizontal-right,
    .alm-hero__text-content.horizontal-center {
      padding-bottom: 64px;
      padding-top: 32px;
      text-align: left;
      vertical-align: bottom;
    }

    .alm-hero__text-content .alm-hero__copy,
    .alm-hero__text-content.horizontal-right .alm-hero__copy,
    .alm-hero__text-content.horizontal-center .alm-hero__copy {
      margin-left: 0;
      margin-right: 0;
      max-width: 92%;
    }

    .alm-hero__text-content .alm-hero__title,
    .alm-hero__text-content.horizontal-right .alm-hero__title,
    .alm-hero__text-content.horizontal-center .alm-hero__title {
      margin-left: 0;
      margin-right: 0;
      max-width: 13ch;
    }

    .alm-hero__text-content .alm-hero__subtitle,
    .alm-hero__text-content.horizontal-right .alm-hero__subtitle,
    .alm-hero__text-content.horizontal-center .alm-hero__subtitle {
      margin-left: 0;
      margin-right: 0;
      max-width: 28ch;
    }

    .alm-hero__link {
      margin-top: 22px;
    }

    .alm-hero-slider .alm-hero__button {
      min-width: 176px;
      padding: 14px 20px;
    }

    .alm-hero .flickity-page-dots {
      bottom: 18px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .alm-hero-slider .alm-hero__button {
      transition: none;
    }
  }
/* END_SECTION:alm-hero-slider */

/* START_SECTION:alm-newsletter (INDEX:6) */
.alm-post {
    position: relative;
    padding: 58px 0;
    overflow: hidden;
    color: var(--alm-post-text);
    background: var(--alm-post-bg);
  }

  .alm-post::after {
    position: absolute;
    right: -0.04em;
    bottom: -0.3em;
    content: "ALMPOST";
    color: color-mix(in srgb, var(--alm-post-text) 6%, transparent);
    font-size: clamp(92px, 18vw, 270px);
    font-weight: 700;
    letter-spacing: -0.07em;
    line-height: 1;
    pointer-events: none;
    white-space: nowrap;
  }

  .alm-post__layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
    gap: clamp(48px, 8vw, 130px);
    align-items: end;
  }

  .alm-post__eyebrow {
    display: inline-block;
    margin: 0 0 18px;
    padding: 7px 12px 6px;
    color: var(--alm-post-text);
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 2px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.17em;
    text-transform: uppercase;
  }

  .alm-post__content h2 {
    margin: 0;
    color: inherit;
    font-size: clamp(42px, 5vw, 76px);
    line-height: 0.98;
  }

  .alm-post__text {
    max-width: 520px;
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.78;
  }

  .alm-post__text p {
    margin: 0;
  }

  .alm-post__field {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 7px;
    background: var(--alm-post-field);
  }

  .alm-post__field input {
    width: 100%;
    min-height: 58px;
    margin: 0;
    padding: 0 20px;
    color: #2e2926;
    background: transparent;
    border: 0;
  }

  .alm-post__field input:focus {
    outline: 2px solid var(--alm-post-accent);
    outline-offset: -2px;
  }

  .alm-post__field button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 58px;
    padding: 0 25px;
    color: #fff;
    background: var(--alm-post-accent);
    border: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .alm-post__field button span {
    transition: transform 200ms ease;
  }

  .alm-post__field button:hover span,
  .alm-post__field button:focus-visible span {
    transform: translateX(4px);
  }

  .alm-post__note {
    margin: 14px 0 0;
    font-size: 11px;
    opacity: 0.62;
  }

  .alm-post__message {
    margin: 0;
    padding: 22px 24px;
    color: #2e2926;
    background: var(--alm-post-field);
    font-weight: 700;
  }

  .alm-post__error {
    margin-top: 12px;
    font-size: 13px;
  }

  @media screen and (max-width: 768px) {
    .alm-post {
      padding: 48px 0 56px;
    }

    .alm-post__layout {
      grid-template-columns: 1fr;
      gap: 38px;
    }

    .alm-post__field {
      grid-template-columns: 1fr;
    }

    .alm-post__field button {
      width: 100%;
    }

    .alm-post::after {
      bottom: -0.05em;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .alm-post__field button span {
      transition: none;
    }
  }
/* END_SECTION:alm-newsletter */

/* START_SECTION:alm-product-body (INDEX:7) */
.alm-product-body {
    padding: clamp(72px, 9vw, 130px) 0;
    overflow: hidden;
    color: var(--alm-product-body-text);
    background: var(--alm-product-body-bg);
  }

  .alm-product-body__intro {
    max-width: 880px;
    margin: 0 auto clamp(52px, 7vw, 92px);
    text-align: center;
  }

  .alm-product-body__eyebrow {
    margin: 0 0 14px;
    color: var(--alm-product-body-accent);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.17em;
    text-transform: uppercase;
  }

  .alm-product-body__intro h2 {
    margin: 0;
    font-size: clamp(38px, 5.4vw, 76px);
    line-height: 0.98;
  }

  .alm-product-body__intro-text {
    max-width: 720px;
    margin: 25px auto 0;
    font-size: clamp(16px, 1.6vw, 20px);
    line-height: 1.6;
    opacity: 0.76;
  }

  .alm-product-body__intro-text p,
  .alm-product-body__copy p {
    margin: 0;
  }

  .alm-product-body__feature {
    display: grid;
    grid-template-columns: minmax(0, 57fr) minmax(360px, 43fr);
    min-height: 540px;
    background: var(--alm-product-body-surface);
  }

  .alm-product-body__feature--secondary {
    grid-template-columns: minmax(360px, 43fr) minmax(0, 57fr);
  }

  .alm-product-body__media {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    background: #ded8d2;
  }

  .alm-product-body__image,
  .alm-product-body__placeholder {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .alm-product-body__copy {
    min-width: 0;
    align-self: center;
    padding: clamp(40px, 4.5vw, 68px);
  }

  .alm-product-body__copy h3 {
    margin: 0 0 22px;
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1.08;
    overflow-wrap: break-word;
    hyphens: auto;
  }

  .alm-product-body__copy > div {
    font-size: 16px;
    line-height: 1.7;
    opacity: 0.76;
  }

  .alm-product-body__benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(12px, 1.6vw, 22px);
    margin: clamp(52px, 7vw, 88px) 0;
  }

  .alm-product-body__benefit {
    --alm-benefit-card: color-mix(in srgb, var(--alm-product-body-accent) 11%, #ffffff);
    position: relative;
    isolation: isolate;
    min-height: 285px;
    padding: clamp(30px, 3.8vw, 48px);
    overflow: hidden;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.12)),
      var(--alm-benefit-card);
    border: 1px solid color-mix(in srgb, var(--alm-product-body-text) 9%, transparent);
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(46, 41, 38, 0.08);
  }

  .alm-product-body__benefit:nth-child(2) {
    --alm-benefit-card: color-mix(in srgb, var(--alm-product-body-surface) 82%, #e7d8c9);
  }

  .alm-product-body__benefit:nth-child(3) {
    --alm-benefit-card: #e9eee5;
  }

  .alm-product-body__benefit::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: -72px;
    right: -72px;
    width: 190px;
    height: 190px;
    background: color-mix(in srgb, var(--alm-product-body-accent) 10%, transparent);
    border-radius: 50%;
  }

  .alm-product-body__benefit-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: clamp(42px, 5vw, 64px);
  }

  .alm-product-body__benefit-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: #ffffff;
    background: var(--alm-product-body-accent);
    border-radius: 50%;
    box-shadow: 0 8px 20px color-mix(in srgb, var(--alm-product-body-accent) 24%, transparent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
  }

  .alm-product-body__benefit-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: var(--alm-product-body-accent);
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(255, 255, 255, 0.86);
    border-radius: 50%;
    box-shadow: 0 8px 24px rgba(46, 41, 38, 0.06);
  }

  .alm-product-body__benefit-icon svg {
    width: 25px;
    height: 25px;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .alm-product-body__benefit h3 {
    max-width: 320px;
    margin: 0 0 14px;
    font-size: clamp(22px, 2vw, 29px);
    line-height: 1.12;
  }

  .alm-product-body__benefit p {
    max-width: 360px;
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    opacity: 0.76;
  }

  @media screen and (max-width: 980px) {
    .alm-product-body__feature,
    .alm-product-body__feature--secondary {
      grid-template-columns: 1fr;
      min-height: 0;
    }

    .alm-product-body__feature--secondary .alm-product-body__copy {
      order: 2;
    }

    .alm-product-body__media {
      min-height: clamp(380px, 62vw, 560px);
    }

    .alm-product-body__copy {
      padding: clamp(38px, 7vw, 64px);
    }
  }

  @media screen and (max-width: 768px) {
    .alm-product-body__media {
      min-height: clamp(340px, 96vw, 500px);
    }

    .alm-product-body__copy {
      padding: 38px 24px 44px;
    }

    .alm-product-body__benefits {
      grid-template-columns: 1fr;
    }

    .alm-product-body__benefit {
      min-height: 0;
      border-radius: 15px;
    }

    .alm-product-body__benefit-top {
      margin-bottom: 32px;
    }
  }
/* END_SECTION:alm-product-body */

/* START_SECTION:alm-store-story (INDEX:8) */
.alm-story {
    padding: 96px 0;
    overflow: hidden;
    color: var(--alm-story-text);
    background: var(--alm-story-bg);
  }

  .alm-story__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
    gap: clamp(46px, 7vw, 110px);
    align-items: center;
  }

  .alm-story__gallery {
    display: grid;
    gap: 12px;
  }

  .alm-story.alm-story--motion-ready .alm-story__gallery,
  .alm-story.alm-story--motion-ready .alm-story__content {
    opacity: 0;
    transform: translate3d(0, 38px, 0);
  }

  .alm-story.alm-story--motion-ready .alm-story__gallery {
    transition:
      opacity 800ms ease,
      transform 1000ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .alm-story.alm-story--motion-ready .alm-story__content {
    transition:
      opacity 800ms ease 140ms,
      transform 1000ms cubic-bezier(0.22, 1, 0.36, 1) 140ms;
  }

  .alm-story.alm-story--motion-ready.alm-story--visible .alm-story__gallery,
  .alm-story.alm-story--motion-ready.alm-story--visible .alm-story__content {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .alm-story__details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding-left: 12%;
  }

  .alm-story__image {
    position: relative;
    min-height: 210px;
    overflow: hidden;
    background: #ddd3ca;
  }

  .alm-story__image--main {
    min-height: 510px;
  }

  .alm-story__photo,
  .alm-story__placeholder {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .alm-story__photo {
    will-change: transform;
  }

  .alm-story__image--main .alm-story__photo {
    transform: translate3d(0, var(--alm-story-main-shift, 0), 0) scale(1.07);
  }

  .alm-story__details .alm-story__image:first-child .alm-story__photo {
    transform: translate3d(0, var(--alm-story-detail-one-shift, 0), 0) scale(1.09);
  }

  .alm-story__details .alm-story__image:last-child .alm-story__photo {
    transform: translate3d(0, var(--alm-story-detail-two-shift, 0), 0) scale(1.09);
  }

  .alm-story__eyebrow {
    margin: 0 0 16px;
    color: var(--alm-story-accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.17em;
    text-transform: uppercase;
  }

  .alm-story__content h2 {
    max-width: 560px;
    margin: 0;
    font-size: clamp(38px, 4.4vw, 68px);
    line-height: 0.98;
  }

  .alm-story__text {
    max-width: 570px;
    margin-top: 27px;
    font-size: 17px;
    line-height: 1.65;
    opacity: 0.8;
  }

  .alm-story__text p {
    margin: 0;
  }

  .alm-story__facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 38px 0;
    padding: 28px 0;
    border-top: 1px solid color-mix(in srgb, var(--alm-story-text) 16%, transparent);
    border-bottom: 1px solid color-mix(in srgb, var(--alm-story-text) 16%, transparent);
  }

  .alm-story__fact {
    margin: 0;
  }

  .alm-story__fact dt {
    color: var(--alm-story-accent);
    font-size: clamp(25px, 2.6vw, 40px);
    font-weight: 700;
    line-height: 1;
  }

  .alm-story__fact dd {
    margin: 8px 0 0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.09em;
    line-height: 1.35;
    text-transform: uppercase;
  }

  .alm-story__link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 5px;
    color: inherit;
    border-bottom: 1px solid currentColor;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-decoration: none;
    text-transform: uppercase;
  }

  .alm-story__link span {
    transition: transform 200ms ease;
  }

  .alm-story__link:hover span,
  .alm-story__link:focus-visible span {
    transform: translateX(4px);
  }

  @media screen and (max-width: 900px) {
    .alm-story__layout {
      grid-template-columns: minmax(0, 1fr) minmax(300px, 0.85fr);
      gap: 40px;
    }

    .alm-story__image--main {
      min-height: 440px;
    }

    .alm-story__facts {
      grid-template-columns: 1fr;
      gap: 22px;
    }
  }

  @media screen and (max-width: 768px) {
    .alm-story {
      padding: 66px 0;
    }

    .alm-story__layout {
      grid-template-columns: 1fr;
    }

    .alm-story__image--main {
      min-height: 390px;
    }

    .alm-story__details {
      padding-left: 0;
    }

    .alm-story__image {
      min-height: 170px;
    }

    .alm-story__facts {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 10px;
    }
  }

  @media screen and (max-width: 480px) {
    .alm-story__facts {
      grid-template-columns: 1fr;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .alm-story.alm-story--motion-ready .alm-story__gallery,
    .alm-story.alm-story--motion-ready .alm-story__content {
      opacity: 1;
      transform: none;
      transition: none;
    }

    .alm-story__photo {
      transform: none !important;
      will-change: auto;
    }

    .alm-story__link span {
      transition: none;
    }
  }
/* END_SECTION:alm-store-story */

/* START_SECTION:featured-collection-switcher (INDEX:22) */
.collection-switcher-section {
    margin-top: 42px !important;
    margin-bottom: 18px !important;
  }

  #CollectionSection-{{ section.id }} {
    margin-bottom: 28px;
  }

  #CollectionSection-{{ section.id }} .collection-switcher__collection {
    position: relative;
  }

  #CollectionSection-{{ section.id }} .collection-switcher__view-all {
    margin: 0 0 14px;
    text-align: right;
  }

  #CollectionSection-{{ section.id }} .collection-switcher__view-all .btn {
    margin: 0;
  }

  @media screen and (max-width: 589px) {
    #CollectionSection-{{ section.id }} {
      margin-bottom: 18px;
    }

    #CollectionSection-{{ section.id }} .collection-switcher__view-all {
      margin-bottom: 10px;
    }
  }
/* END_SECTION:featured-collection-switcher */

/* START_SECTION:main-collection (INDEX:39) */
#CollectionSection .collection-hero--split {
    display: grid;
    grid-template-columns: minmax(280px, calc(100% - var(--collection-hero-image-share))) minmax(0, var(--collection-hero-image-share));
    grid-template-areas: 'content media';
    height: var(--collection-hero-media-height);
    overflow: hidden;
  }

  #CollectionSection .collection-hero--split .collection-hero__content {
    align-items: center;
    background: var(--colorBody);
    color: var(--colorTextBody);
    display: flex;
    grid-area: content;
    inset: auto;
    position: relative;
    width: auto;
  }

  #CollectionSection .collection-hero--split .collection-hero__content::before {
    display: none;
  }

  #CollectionSection .collection-hero--split .section-header--hero {
    margin: 0;
    padding: 40px 0;
    text-align: left;
  }

  #CollectionSection .collection-hero--split .collection-hero__intro {
    margin: 16px 0 0;
    max-width: 34ch;
  }

  #CollectionSection .collection-hero__media {
    grid-area: media;
    height: 100%;
    min-width: 0;
    overflow: hidden;
    position: relative;
  }

  #CollectionSection .collection-hero__media .parallax-container,
  #CollectionSection .collection-hero__media .parallax-image,
  #CollectionSection .collection-hero__media image-element,
  #CollectionSection .collection-hero__media .collection-hero__image {
    height: 100%;
    width: 100%;
  }

  #CollectionSection .collection-hero__media image-element {
    display: block;
  }

  #CollectionSection .collection-hero--editorial {
    background: #302b29;
    display: block;
    height: clamp(500px, 56vw, 700px);
    margin: 0 auto;
    max-width: 1680px;
    min-height: 500px;
    overflow: hidden;
    position: relative;
  }

  #CollectionSection .collection-hero--editorial .collection-hero__content {
    align-items: flex-start;
    background: linear-gradient(90deg, rgba(24, 18, 17, 0.78) 0%, rgba(24, 18, 17, 0.48) 34%, rgba(24, 18, 17, 0) 68%);
    color: #fff;
    inset: 0;
    min-height: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 2;
  }

  #CollectionSection .collection-hero--editorial .section-header--hero {
    max-width: 640px;
    padding: clamp(100px, 12vw, 170px) 24px 80px max(24px, 7vw);
  }

  #CollectionSection .collection-hero--editorial .section-header__title {
    color: #fff;
    font-size: clamp(48px, 5vw, 76px);
    font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
    font-weight: 700;
    letter-spacing: -0.055em;
    line-height: 0.94;
    margin: 0;
    text-wrap: balance;
  }

  #CollectionSection .collection-hero--editorial .collection-hero__eyebrow {
    color: rgba(255, 255, 255, 0.92);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    margin: 0 0 20px;
    text-transform: uppercase;
  }

  #CollectionSection .collection-hero--editorial .collection-hero__intro {
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(17px, 1.45vw, 22px);
    font-family: var(--typeBasePrimary), var(--typeBaseFallback);
    line-height: 1.35;
    margin: 24px 0 0;
    max-width: 26ch;
  }

  #CollectionSection .collection-hero--editorial .collection-hero__media {
    inset: 0;
    position: absolute;
  }

  #CollectionSection .collection-hero--editorial .collection-hero__image {
    display: block;
    object-fit: cover;
    object-position: center;
  }

  #CollectionSection .collection-hero--editorial + .collection-service-strip {
    border-bottom: 1px solid rgba(60, 37, 46, 0.16);
    color: #5e514c;
    font-size: 11px;
    letter-spacing: 0.08em;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
  }

  #CollectionSection .collection-hero--editorial + .collection-service-strip p {
    margin: 0;
  }

  #CollectionSection .collection-hero--editorial ~ .page-content {
    padding-top: 38px;
  }

  #CollectionSection .collection-hero--editorial ~ .page-content .collection-filter {
    margin: 0 0 34px;
    padding: 1px 0;
  }

  #CollectionSection .collection-hero--editorial ~ .page-content .collection-filter .btn--tertiary,
  #CollectionSection .collection-hero--editorial ~ .page-content .collection-filter select {
    color: #3c252e;
    font-size: 11px;
    letter-spacing: 0.11em;
    text-transform: uppercase;
  }

  #CollectionSection .collection-hero--editorial ~ .page-content .grid-product__meta {
    padding-top: 14px;
  }

  #CollectionSection .collection-hero--editorial ~ .page-content .grid-product__vendor {
    color: #7b263f;
    font-size: 10px;
    letter-spacing: 0.12em;
    margin: 0 0 6px;
    text-transform: uppercase;
  }

  #CollectionSection .collection-hero--editorial ~ .page-content .grid-product__title {
    color: #302b29;
    font-size: 14px;
    line-height: 1.3;
  }

  #CollectionSection .collection-hero--editorial ~ .page-content .grid-product__price {
    color: #302b29;
    font-size: 13px;
    margin-top: 9px;
  }

  @media only screen and (max-width: 589px) {
    #CollectionSection .collection-hero--split {
      grid-template-columns: 1fr;
    }

    #CollectionSection .collection-hero--split:not(.collection-hero--editorial) {
      grid-template-areas: 'content' 'media';
      height: auto;
    }

    #CollectionSection .collection-hero--split:not(.collection-hero--editorial) .collection-hero__media {
      height: calc(var(--collection-hero-media-height) * 0.6);
    }

    #CollectionSection .collection-hero--editorial {
      height: 540px;
      min-height: 540px;
    }

    #CollectionSection .collection-hero--editorial .section-header--hero {
      padding: 92px 24px 48px;
    }

    #CollectionSection .collection-hero--editorial .collection-hero__content {
      background: linear-gradient(180deg, rgba(24, 18, 17, 0.72) 0%, rgba(24, 18, 17, 0.12) 58%, rgba(24, 18, 17, 0.5) 100%);
    }

    #CollectionSection .collection-hero--editorial .section-header__title {
      font-size: clamp(48px, 13vw, 64px);
    }

    #CollectionSection .collection-hero--editorial + .collection-service-strip {
      font-size: 9px;
      line-height: 1.55;
      padding: 13px 18px;
    }

    #CollectionSection .collection-hero--editorial ~ .page-content {
      padding-top: 24px;
    }
  }
/* END_SECTION:main-collection */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:product-grid-item (INDEX:101) */
.grid-product__tags {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }

  .grid-product__tags .grid-product__tag {
    position: static;
  }

  .grid-product__tag--new {
    background-color: var(--colorSaleTag);
    color: var(--colorSaleTagText);
  }

  .grid-product__facts {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: calc(var(--typeBaseSize) * .68);
    gap: 5px 12px;
    line-height: 1.35;
    margin-top: 8px;
  }

  .grid-product__availability {
    align-items: center;
    display: inline-flex;
    gap: 5px;
  }

  .grid-product__availability-dot {
    background: #4f7d52;
    border-radius: 50%;
    display: inline-block;
    height: 6px;
    width: 6px;
  }

  .grid-product__availability--low .grid-product__availability-dot {
    background: #b47a2a;
  }

  .grid-product__availability--sold-out .grid-product__availability-dot {
    background: #847b76;
  }

  .grid-product__size-count {
    opacity: .72;
  }
/* END_SNIPPET:product-grid-item */

/* START_SNIPPET:variant-button (INDEX:124) */
.variant__fit {
    margin-inline-start: 6px;
    font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
    font-weight: var(--typeHeaderWeight);
    letter-spacing: 0.2em;
    line-height: var(--typeHeaderLineHeight);
    text-transform: uppercase;
  }
/* END_SNIPPET:variant-button */