/** Shopify CDN: Minification failed

Line 4652:12 Unexpected "{"
Line 4652:21 Expected ":"
Line 4652:28 Unexpected "{"
Line 4653:35 Expected identifier but found whitespace
Line 4653:37 Unexpected "{"
Line 4653:46 Expected ":"
Line 4654:30 Expected identifier but found whitespace
Line 4654:32 Unexpected "{"
Line 4654:41 Expected ":"
Line 4655:31 Expected identifier but found whitespace
... and 75 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:404 (INDEX:0) */
.error-page-404 {
    min-height: clamp(420px, 68vh, 760px);
    display: grid;
    place-items: center;
    padding: clamp(1.2rem, 3vw, 2.6rem) clamp(1rem, 4vw, 2rem);
    background:
      radial-gradient(circle at 8% 14%, rgba(45, 140, 179, 0.2), transparent 32%),
      radial-gradient(circle at 88% 10%, rgba(17, 95, 138, 0.14), transparent 30%),
      linear-gradient(180deg, #edf4f9 0%, #f7fafd 46%, #ffffff 100%);
  }

  .error-page-404__shell {
    width: min(760px, 100%);
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(31, 47, 60, 0.12);
    border-radius: 18px;
    box-shadow: 0 22px 46px rgba(15, 23, 42, 0.14);
    padding: clamp(1.2rem, 3vw, 2rem);
    display: grid;
    gap: 0.72rem;
    text-align: center;
  }

  .error-page-404__code {
    margin: 0;
    font-size: 0.86rem;
    letter-spacing: 0.18em;
    font-weight: 700;
    color: rgba(31, 47, 60, 0.64);
  }

  .error-page-404 h1 {
    margin: 0;
    font-size: clamp(1.9rem, 4.4vw, 3rem);
    line-height: 1.06;
    letter-spacing: -0.02em;
    color: #1f2f3c;
  }

  .error-page-404 p {
    margin: 0;
    color: #3d4b57;
    font-size: clamp(1rem, 1.9vw, 1.14rem);
    line-height: 1.62;
  }

  .error-page-404__actions {
    margin-top: 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: wrap;
  }

  .error-page-404__btn {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    transition: transform 0.18s ease, background-color 0.18s ease, color 0.18s ease;
  }

  .error-page-404__btn--primary {
    background: linear-gradient(180deg, #2d8cb3, #25779a);
    color: #ffffff;
  }

  .error-page-404__btn--secondary {
    background: #ffffff;
    color: #1f2f3c;
    border: 1px solid rgba(31, 47, 60, 0.22);
  }

  @media (hover: hover) {
    .error-page-404__btn:hover,
    .error-page-404__btn:focus-visible {
      transform: translateY(-1px);
    }

    .error-page-404__btn--primary:hover,
    .error-page-404__btn--primary:focus-visible {
      background: linear-gradient(180deg, #3197c1, #2a81a7);
    }

    .error-page-404__btn--secondary:hover,
    .error-page-404__btn--secondary:focus-visible {
      background: #f5f9fc;
    }
  }
/* END_SECTION:404 */

/* START_SECTION:cart (INDEX:3) */
.cart-page {
    max-width: 980px;
    margin-inline: auto;
    padding: 1rem clamp(0.65rem, 1.4vw, 1rem) 1.6rem;
  }

  .cart-page__header h1 {
    margin: 0;
    font-size: clamp(1.6rem, 2.4vw, 2.2rem);
    line-height: 1.1;
    color: #343a43;
  }

  .cart-page__empty {
    margin: 1rem 0 0;
    color: rgba(20, 32, 28, 0.72);
    font-size: var(--fs-body);
  }

  .cart-page__form {
    margin-top: 0.85rem;
    display: grid;
    gap: 0.9rem;
  }

  .cart-page__items {
    display: grid;
    gap: 0.65rem;
  }

  .cart-page__item {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 0.65rem;
    padding: 0.65rem;
    border: 1px solid rgba(20, 32, 28, 0.12);
    border-radius: 10px;
    background: #fff;
  }

  .cart-page__image-link {
    width: 92px;
    height: 92px;
    background: #f4f6f8;
    border: 1px solid rgba(20, 32, 28, 0.12);
  }

  .cart-page__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .cart-page__meta {
    display: grid;
    gap: 0.18rem;
    align-content: start;
  }

  .cart-page__title {
    text-decoration: none;
    color: #353b43;
    font-size: var(--fs-body);
    font-weight: 600;
  }

  .cart-page__variant {
    margin: 0;
    color: rgba(20, 32, 28, 0.68);
    font-size: var(--fs-body-small);
  }

  .cart-page__line-total {
    margin: 0.2rem 0 0;
    color: #b61515;
    font-size: 1rem;
    font-weight: 700;
  }

  .cart-page__controls {
    margin-top: 0.3rem;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 0.5rem;
  }

  .cart-page__controls label {
    display: grid;
    gap: 0.18rem;
    font-size: var(--fs-body-small);
    color: rgba(20, 32, 28, 0.76);
  }

  .cart-page__controls input {
    width: 72px;
    min-height: 36px;
    border: 1px solid rgba(20, 32, 28, 0.2);
    padding: 0.2rem 0.38rem;
  }

  .cart-page__remove {
    color: #3a4048;
    text-decoration: underline;
    font-size: var(--fs-body-small);
  }

  .cart-page__footer {
    border: 1px solid rgba(20, 32, 28, 0.12);
    border-radius: 10px;
    background: #fff;
    padding: 0.8rem;
    display: grid;
    gap: 0.7rem;
  }

  .cart-page__total {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    color: #343a43;
  }

  .cart-page__total span {
    font-size: 1.05rem;
    font-weight: 600;
  }

  .cart-page__total strong {
    font-size: 1.3rem;
  }

  .cart-page__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
  }

  .cart-page__button {
    min-height: 42px;
    border-radius: 10px;
    border: 1px solid transparent;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    cursor: pointer;
  }

  .cart-page__button--update {
    background: #fff;
    color: #2f353c;
    border-color: rgba(20, 32, 28, 0.2);
  }

  .cart-page__button--checkout {
    background: #3c404b;
    color: #fff;
  }
/* END_SECTION:cart */

/* START_SECTION:collection (INDEX:4) */
.collection-grid {
    padding-top: 1.2rem;
    padding-bottom: 1.5rem;
    position: relative;
    max-width: 1240px;
    margin-inline: auto;
    padding-inline: clamp(0.65rem, 1.4vw, 1rem);
  }

  .collection-empty-shell {
    margin-top: 0.65rem;
  }

  .collection-empty-shell__panel {
    display: grid;
    gap: 1.35rem;
    background: #ffffff;
    border: 1px solid rgba(17, 95, 138, 0.14);
    border-radius: 10px;
    padding: clamp(1.5rem, 3vw, 2.4rem);
    box-shadow: 0 22px 48px rgba(10, 31, 52, 0.08);
    width: 100%;
  }

  .collection-empty-state {
    max-width: none;
    width: 100%;
  }

  .collection-empty-state__eyebrow {
    margin: 0 0 0.55rem;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #0f4f75;
  }

  .collection-empty-state__title {
    margin: 0;
    font-size: clamp(1.85rem, 4vw, 2.7rem);
    line-height: 1.02;
    color: #20313f;
    max-width: 18ch;
  }

  .collection-empty-state__copy {
    margin: 1rem 0 0;
    max-width: 56ch;
    color: rgba(32, 49, 63, 0.8);
    font-size: 1rem;
    line-height: 1.6;
  }

  .collection-empty-state__form {
    margin-top: 1.3rem;
  }

  .collection-empty-shell__support {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .collection-empty-shell__support-card {
    border: 1px solid rgba(17, 95, 138, 0.12);
    border-radius: 8px;
    background: linear-gradient(180deg, #f8fbfd, #ffffff);
    padding: 1rem 1.05rem;
    display: grid;
    gap: 0.45rem;
  }

  .collection-empty-shell__support-card h3 {
    margin: 0;
    color: #20313f;
    font-size: 1.02rem;
    line-height: 1.2;
  }

  .collection-empty-shell__support-card p {
    margin: 0;
    color: rgba(32, 49, 63, 0.8);
    line-height: 1.6;
  }

  .collection-empty-shell__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 0.2rem;
  }

  .collection-empty-shell__link {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 1.15rem;
    border-radius: 6px;
    text-decoration: none;
    background: #115f8a;
    color: #ffffff;
    font-weight: 700;
  }

  .collection-empty-shell__link--secondary {
    background: #ffffff;
    color: #20313f;
    border: 1px solid rgba(32, 49, 63, 0.16);
  }

  .collection-empty-state__fields {
    display: grid;
    grid-template-columns: minmax(320px, 620px) auto;
    gap: 0.9rem;
    align-items: end;
    justify-content: start;
    max-width: 980px;
  }

  .collection-empty-state__field-wrap {
    display: grid;
    gap: 0.45rem;
  }

  .collection-empty-state__label {
    display: block;
    margin: 0;
    color: #20313f;
    font-size: 0.98rem;
    font-weight: 600;
  }

  .collection-empty-state__input {
    width: 100%;
    min-height: 56px;
    border: 1px solid rgba(32, 49, 63, 0.16);
    border-radius: 6px;
    padding: 0 1rem;
    font: inherit;
    color: #20313f;
    background: #ffffff;
  }

  .collection-empty-state__button {
    min-height: 56px;
    padding: 0 1.6rem;
    border: 0;
    border-radius: 6px;
    background: #115f8a;
    color: #ffffff;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
  }

  .collection-empty-state__success,
  .collection-empty-state__errors {
    margin: 0;
    padding: 0.9rem 1rem;
    border-radius: 6px;
    font-size: 0.98rem;
  }

  .collection-empty-state__success {
    background: rgba(30, 133, 73, 0.1);
    color: #175b32;
  }

  .collection-empty-state__errors {
    background: rgba(176, 37, 45, 0.08);
    color: #7d1f27;
  }

  @media (max-width: 749px) {
    .collection-empty-shell__support {
      grid-template-columns: 1fr;
    }

    .collection-empty-state__fields {
      grid-template-columns: 1fr;
      max-width: none;
    }

    .collection-empty-state__button {
      width: 100%;
    }

    .collection-empty-state__title {
      max-width: none;
      font-size: clamp(1.9rem, 8vw, 2.6rem);
    }

    .collection-empty-state__copy {
      max-width: none;
    }
  }

  .collection-grid__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1rem;
  }

  .collection-hero {
    margin-bottom: 1.2rem;
  }

  .collection-hero__main {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: clamp(0.85rem, 1.6vw, 1.2rem);
    align-items: stretch;
    width: 100%;
  }

  .collection-hero__content {
    background: transparent;
    padding: clamp(0.95rem, 2.2vw, 1.5rem);
    display: grid;
    align-content: center;
    gap: 0.5rem;
  }

  .collection-hero--no-image .collection-hero__main {
    grid-template-columns: minmax(0, 1fr);
  }

  .collection-hero__title {
    margin: 0;
    font-size: clamp(2rem, 3.2vw, 3rem);
    line-height: 1.06;
    letter-spacing: -0.02em;
    color: #3a3f46;
  }

  .collection-hero__text {
    color: rgba(20, 32, 28, 0.8);
    font-size: clamp(1rem, 1.25vw, 1.18rem);
    line-height: 1.5;
  }

  .collection-hero__read-more {
    width: fit-content;
    color: #3a3f46;
    font-size: clamp(1rem, 1.15vw, 1.1rem);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2rem;
  }

  .collection-hero__image-wrap {
    background: #f6f6f7;
    overflow: hidden;
  }

  .collection-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 100%;
  }

  .collection-hero__links {
    margin-top: 0.6rem;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.52rem;
  }

  .collection-hero__link-card {
    min-height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0.8rem 0.9rem;
    background: #f0f0f1;
    color: #3f444a;
    text-decoration: none;
    font-size: clamp(0.98rem, 1.05vw, 1.22rem);
    font-weight: 600;
    line-height: 1.2;
  }

  .collection-grid__heading-wrap {
    display: grid;
    gap: 0.42rem;
    max-width: 74ch;
  }

  .collection-grid__title {
    margin: 0;
    font-size: var(--fs-h2);
    line-height: 1.08;
    letter-spacing: -0.02em;
  }

  .collection-grid__seo {
    color: rgba(20, 32, 28, 0.74);
    font-size: var(--fs-body-small);
    line-height: 1.5;
  }

  .collection-layout {
    display: grid;
    grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
  }

  .collection-main__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 0.95rem;
    padding: 0.45rem 0.6rem;
    border: 1px solid rgba(20, 32, 28, 0.08);
    border-radius: 12px;
    background: #ffffff;
  }

  .collection-main__count {
    margin: 0;
    color: rgba(20, 32, 28, 0.78);
    font-size: var(--fs-body-small);
    font-weight: 600;
  }

  .collection-main__controls {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-left: auto;
  }

  .collection-main__filter-toggle {
    display: none;
    min-height: 36px;
    padding: 0.35rem 0.75rem;
    border-radius: 10px;
    border: 1px solid rgba(20, 32, 28, 0.2);
    background: #ffffff;
    color: #1f2f3c;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1;
    align-items: center;
    gap: 0.35rem;
    cursor: pointer;
  }

  .collection-main__filter-toggle svg {
    width: 16px;
    height: 16px;
  }

  .collection-main__view-toggle {
    display: none;
    align-items: center;
    border: 1px solid rgba(31, 47, 60, 0.22);
    border-radius: 10px;
    background: #ffffff;
    padding: 2px;
    gap: 2px;
  }

  .collection-main__view-button {
    min-height: 30px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: rgba(31, 47, 60, 0.78);
    padding: 0.3rem 0.62rem;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
  }

  .collection-main__view-button.is-active {
    background: #115f8a;
    color: #ffffff;
  }

  .collection-main__sort {
    display: inline-flex;
    align-items: center;
    gap: 0.38rem;
  }

  .collection-main__sort label {
    font-size: var(--fs-body-small);
    color: rgba(20, 32, 28, 0.74);
  }

  .collection-main__sort select {
    min-height: 36px;
    padding: 0.2rem 0.45rem;
    border: 1px solid rgba(20, 32, 28, 0.2);
    background: #fff;
    font-size: var(--fs-body-small);
  }

  .collection-filters {
    position: relative;
  }

  .collection-filters--sidebar {
    border: 1px solid rgba(20, 32, 28, 0.1);
    border-radius: 14px;
    background: #ffffff;
    padding: 0.4rem 0.9rem 0.85rem;
    top: 0.65rem;
    position: sticky;
  }

  .collection-filters__form {
    display: grid;
    gap: 0.05rem;
  }

  .collection-filters__mobile-head {
    display: none;
  }

  .collection-filters__overlay {
    display: none;
  }

  .collection-filters__group {
    border-bottom: 1px solid rgba(20, 32, 28, 0.12);
    padding: 0.16rem 0;
  }

  .collection-filters__group summary {
    cursor: pointer;
    font-size: clamp(1.05rem, 1.2vw, 1.15rem);
    font-weight: 600;
    list-style: none;
    padding: 0.62rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .collection-filters__group summary::-webkit-details-marker {
    display: none;
  }

  .collection-filters__group summary::after {
    content: '›';
    font-size: 1.4rem;
    line-height: 1;
    color: rgba(20, 32, 28, 0.56);
    transition: transform 0.2s ease;
  }

  .collection-filters__group[open] summary::after {
    transform: rotate(90deg);
  }

  .collection-filters__list {
    margin: 0 0 0.55rem;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.42rem;
  }

  .collection-filters__list label {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.55rem;
    font-size: var(--fs-body-small);
    color: #14201c;
  }

  .collection-filters__list input[type='checkbox'] {
    width: 16px;
    height: 16px;
    margin: 0;
  }

  .collection-filters__list small {
    color: rgba(20, 32, 28, 0.58);
  }

  .collection-filters__hint {
    margin: 0.3rem 0 0.7rem;
    color: rgba(20, 32, 28, 0.64);
    font-size: var(--fs-body-small);
    line-height: 1.45;
  }

  .collection-filters__list--links li a {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    text-decoration: none;
    color: #14201c;
    font-size: var(--fs-body-small);
    line-height: 1.35;
  }

  .collection-filters__list--links li a::before {
    content: '';
    width: 16px;
    height: 16px;
    border: 1px solid rgba(20, 32, 28, 0.24);
    border-radius: 3px;
    background: #fff;
    flex: 0 0 16px;
  }

  .collection-filters__list--links li.is-active a::before {
    background: #115f8aa1;
    border-color: #115f8aa1;
    box-shadow: inset 0 0 0 2px #fff;
  }

  .collection-filters__price {
    margin-top: 0.6rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }

  .collection-filters__price label {
    display: grid;
    gap: 0.24rem;
    font-size: var(--fs-body-small);
    color: #14201c;
  }

  .collection-filters__price input {
    min-height: 38px;
    border: 1px solid rgba(20, 32, 28, 0.2);
    padding: 0.32rem 0.5rem;
  }

  .collection-filters__actions {
    margin-top: 0.7rem;
    padding-top: 0.4rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    background: #ffffff;
  }

  .collection-filters__button {
    min-height: var(--btn-height-mobile);
    border-radius: var(--btn-radius);
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: var(--fs-button);
    font-weight: var(--btn-font-weight);
    cursor: pointer;
  }

  .collection-filters__button--apply {
    background: #115f8aa1;
    color: #ffffff;
  }

  .collection-filters__button--clear {
    background: #ffffff;
    color: #14201c;
    border-color: rgba(20, 32, 28, 0.2);
  }

  .collection-grid__products {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 1rem;
    row-gap: 1.35rem;
  }

  .collection-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #ffffff;
    border: 1px solid rgba(18, 42, 58, 0.12);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.045);
  }

  .collection-card__media {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f4f6f7;
  }

  .collection-card__media-link {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .collection-card__image,
  .collection-card__placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }

  .collection-card__media-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.92);
    color: rgba(33, 40, 48, 0.9);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
    font-size: 1.8rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .collection-card__media-nav--prev {
    left: 0.5rem;
  }

  .collection-card__media-nav--next {
    right: 0.5rem;
  }

  .collection-card__media-dots {
    position: absolute;
    left: 50%;
    bottom: 0.55rem;
    transform: translateX(-50%);
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.24rem;
    padding: 0.24rem 0.34rem;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
  }

  .collection-card__media-dot {
    width: 16px;
    height: 4px;
    border: 0;
    border-radius: 3px;
    background: rgba(33, 40, 48, 0.2);
    padding: 0;
    cursor: pointer;
  }

  .collection-card__media-dot.is-active {
    background: rgba(33, 40, 48, 0.8);
  }

  .collection-card__body {
    display: flex;
    flex-direction: column;
    gap: 0.42rem;
    flex: 1 1 auto;
    padding: 0.95rem 0.95rem 1rem;
  }

  .collection-card__name {
    margin: 0;
    font-size: var(--fs-h3);
    line-height: 1.2;
    min-height: 2.4em;
  }

  .collection-card__name a {
    color: #14201c;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .collection-card__snippet {
    margin: 0;
    color: rgba(20, 32, 28, 0.74);
    font-size: var(--fs-body-small);
    line-height: 1.45;
    min-height: 2.9em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .collection-card__read-more {
    align-self: flex-start;
    margin-top: 0.12rem;
    color: #0f4f75;
    font-size: var(--fs-body-small);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .collection-card__price {
    margin: 0;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.32rem;
    font-size: 1.22rem;
    color: #14201c;
    line-height: 1.25;
    min-height: 1.65em;
  }

  .collection-card__price-sale {
    color: #115f8a;
    font-size: 1.36rem;
    font-weight: 700;
  }

  .collection-card__price-regular {
    color: #14201c;
    font-size: 1.36rem;
    font-weight: 700;
  }

  .collection-card__price-unit {
    color: rgba(20, 32, 28, 0.72);
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.01em;
  }

  .collection-card__price-compare {
    margin-left: 0.12rem;
    color: rgba(20, 32, 28, 0.5);
    font-size: 1rem;
    font-weight: 500;
    text-decoration: line-through;
  }

  .collection-card__sale-flag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.24rem;
    min-height: 20px;
    margin-left: 0.4rem;
    padding: 0.08rem 0.44rem;
    border-radius: 6px;
    background: #115f8aa1;
    color: #ffffff;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    vertical-align: middle;
  }

  .collection-card__sale-flag span[aria-hidden='true'] {
    font-size: 0.64rem;
    line-height: 1;
  }

  .collection-card__meta {
    margin: 0;
    color: rgba(20, 32, 28, 0.72);
    font-size: var(--fs-body-small);
    line-height: 1.35;
    min-height: 1.35em;
  }

  .collection-card__meta span {
    color: rgba(20, 32, 28, 0.55);
  }

  .collection-card__actions {
    display: flex;
    gap: 0.55rem;
    margin-top: auto;
    padding-top: 0.68rem;
    border-top: 1px solid rgba(18, 42, 58, 0.08);
  }

  .collection-card__sample-form {
    margin: 0;
    flex: 1 1 0;
    display: flex;
  }

  .collection-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0.62rem 1rem;
    border-radius: 5px;
    border: 1px solid transparent;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.1;
    white-space: nowrap;
    flex: 1 1 0;
    letter-spacing: 0;
    box-shadow: none;
    transition: transform 0.18s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  }

  .collection-card__sample-form .collection-card__button {
    width: 100%;
  }

  .collection-card__button--view {
    background: #115f8a;
    color: #ffffff;
    border-color: transparent;
  }

  .collection-card__button--sample {
    background: #ffffff;
    color: #0f4f75;
    border-color: rgba(17, 95, 138, 0.28);
  }

  .collection-pagination {
    margin-top: 1.35rem;
    padding-top: 0.95rem;
    border-top: 1px solid rgba(20, 32, 28, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    flex-wrap: wrap;
  }

  .collection-pagination__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;
  }

  .collection-pagination__link,
  .collection-pagination__nav {
    min-width: 38px;
    min-height: 38px;
    padding: 0.45rem 0.75rem;
    border-radius: 6px;
    border: 1px solid rgba(20, 32, 28, 0.18);
    background: #ffffff;
    color: #2d353d;
    text-decoration: none;
    font-size: var(--fs-body-small);
    font-weight: 600;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  }

  .collection-pagination__link.is-current {
    background: #115f8a;
    color: #ffffff;
    border-color: #115f8a;
    font-weight: 700;
  }

  .collection-pagination__nav.is-disabled {
    opacity: 0.42;
    pointer-events: none;
  }

  .collection-pagination__ellipsis {
    min-width: 30px;
    text-align: center;
    color: rgba(20, 32, 28, 0.5);
    font-size: var(--fs-body-small);
    font-weight: 600;
  }

  @media (hover: hover) {
    .collection-card:hover .collection-card__image {
      transform: scale(1.02);
    }

    .collection-card:hover {
      border-color: rgba(18, 42, 58, 0.18);
      box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
    }

    .collection-card__button:hover {
      transform: translateY(-1px);
      box-shadow: 0 8px 16px rgba(15, 23, 42, 0.08);
    }

    .collection-card__button--view:hover {
      background: #0f4f75;
    }

    .collection-card__button--sample:hover {
      border-color: #115f8a;
      background: #f5f9fc;
    }

    .collection-pagination__link:hover,
    .collection-pagination__nav:hover {
      transform: translateY(-1px);
      border-color: #2d8cb3;
      background: rgba(17, 95, 138, 0.07);
    }

  }

  .collection-links-landing {
    margin-top: 1rem;
    display: grid;
    gap: 1rem;
    padding-inline: clamp(0.95rem, 2.2vw, 1.5rem);
  }

  .collection-links-landing__head h2 {
    margin: 0 0 0.2rem;
    font-size: clamp(1.2rem, 1.8vw, 1.8rem);
    color: #1f2f3c;
  }

  .collection-links-landing__head p {
    margin: 0;
    color: rgba(20, 32, 28, 0.72);
    font-size: var(--fs-body);
  }

  .collection-links-landing__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.8rem;
  }

  .collection-links-landing__card {
    display: grid;
    gap: 0.45rem;
    padding: 0.75rem 0.75rem 0.95rem;
    border: 1px solid rgba(15, 23, 42, 0.14);
    border-radius: 12px;
    text-decoration: none;
    background: #ffffff;
    color: #2f3834;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.06);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
  }

  .collection-links-landing__image-wrap {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 10px;
    overflow: hidden;
    background: #eef2f5;
    margin-bottom: 0.2rem;
  }

  .collection-links-landing__image,
  .collection-links-landing__placeholder {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .collection-links-landing__card h3 {
    margin: 0;
    font-size: 1.02rem;
    color: #1f2f3c;
  }

  .collection-links-landing__card p {
    margin: 0;
    font-size: 0.92rem;
    color: rgba(20, 32, 28, 0.72);
    line-height: 1.35;
  }

  .collection-links-landing__card span {
    margin-top: 0.2rem;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: #2d8cb3;
  }

  .collection-links-landing__card span::after {
    content: '→';
    line-height: 1;
  }

  @media (hover: hover) {
    .collection-links-landing__card:hover {
      transform: translateY(-2px);
      box-shadow: 0 10px 20px rgba(15, 23, 42, 0.1);
      border-color: rgba(45, 140, 179, 0.45);
    }
  }

  @media (max-width: 1199px) {
    .collection-links-landing__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 749px) {
    .collection-links-landing__grid {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 1199px) {
    .collection-hero__links {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .collection-layout {
      grid-template-columns: 260px minmax(0, 1fr);
    }
  }

  @media (max-width: 989px) {
    .collection-hero__main {
      grid-template-columns: 1fr;
    }

    .collection-hero__image-wrap {
      min-height: 260px;
    }

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

    .collection-filters--sidebar {
      position: fixed;
      top: var(--collection-mobile-panel-top, 0px);
      left: 0;
      bottom: 0;
      width: min(360px, 88vw);
      max-width: 100%;
      border: 0;
      border-radius: 0 14px 14px 0;
      margin: 0;
      padding: 0.62rem 0.9rem 0.85rem;
      z-index: 1300;
      overflow-y: auto;
      transform: translateX(-104%);
      transition: transform 0.22s ease;
      box-shadow: 12px 0 24px rgba(15, 23, 42, 0.22);
      background: #ffffff;
    }

    .collection-grid.is-filters-open .collection-filters--sidebar {
      transform: translateX(0);
    }

    .collection-filters__overlay {
      display: block;
      position: fixed;
      inset: var(--collection-mobile-panel-top, 0px) 0 0 0;
      border: 0;
      background: rgba(8, 14, 24, 0.38);
      z-index: 1290;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity 0.2s ease, visibility 0.2s ease;
      padding: 0;
      margin: 0;
    }

    .collection-grid.is-filters-open .collection-filters__overlay {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }

    .collection-filters__mobile-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 0.45rem;
      padding: 0.15rem 0 0.5rem;
      border-bottom: 1px solid rgba(20, 32, 28, 0.12);
      margin-bottom: 0.35rem;
      position: sticky;
      top: 0;
      background: #ffffff;
      z-index: 2;
    }

    .collection-filters__mobile-head strong {
      font-size: 1.02rem;
      color: #1f2f3c;
    }

    .collection-filters__mobile-close {
      border: 0;
      background: transparent;
      color: #2f3a44;
      font-size: 1.8rem;
      line-height: 1;
      cursor: pointer;
      padding: 0;
    }

    .collection-main__filter-toggle--inline {
      display: inline-flex;
    }

    .collection-main__top {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      grid-template-areas:
        'count controls'
        'sort sort';
      align-items: center;
      gap: 0.55rem 0.7rem;
      padding: 0.65rem 0.75rem;
      margin-bottom: 0.85rem;
      border-radius: 10px;
    }

    .collection-main__count {
      grid-area: count;
      font-size: 0.93rem;
    }

    .collection-main__controls {
      grid-area: controls;
      justify-self: end;
    }

    .collection-main__filter-toggle--inline {
      min-height: 34px;
      padding: 0.35rem 0.68rem;
      border-color: rgba(31, 47, 60, 0.2);
      border-radius: 9px;
    }

    .collection-main__sort {
      grid-area: sort;
      display: grid;
      grid-template-columns: auto minmax(0, 1fr);
      align-items: center;
      justify-self: start;
      width: 100%;
      gap: 0.45rem;
    }

  .collection-main__sort select {
    min-width: 160px;
    max-width: 100%;
  }

  .collection-debug-panel {
    position: fixed;
    right: 14px;
    bottom: 14px;
    width: min(460px, calc(100vw - 28px));
    max-height: 42vh;
    overflow: auto;
    z-index: 9999;
    background: rgba(15, 27, 37, 0.95);
    color: #f4f8fb;
    border: 1px solid rgba(132, 168, 196, 0.45);
    border-radius: 12px;
    padding: 12px 14px;
    box-shadow: 0 14px 30px rgba(10, 21, 30, 0.35);
    font-size: 12px;
    line-height: 1.45;
    font-family: "Poppins", sans-serif;
  }

  .collection-debug-panel__title {
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.02em;
    margin: 0 0 8px;
  }

  .collection-debug-panel__section {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(132, 168, 196, 0.25);
  }

  .collection-debug-panel__section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }

  .collection-debug-panel code {
    color: #9fd2ff;
    font-size: 11px;
    word-break: break-word;
  }

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

  @media (max-width: 749px) {
    .collection-hero__links {
      grid-template-columns: 1fr;
    }

    .collection-card__actions {
      flex-direction: column;
    }

    .collection-main__top {
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 0.5rem 0.6rem;
    }

    .collection-main__controls {
      width: 100%;
      justify-self: stretch;
      justify-content: space-between;
      margin-left: 0;
    }

    .collection-main__view-toggle {
      display: inline-flex;
    }

    .collection-main__sort select {
      min-width: 0;
      width: 100%;
    }

    .collection-grid__products {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      row-gap: 0.8rem;
      column-gap: 0.7rem;
    }

    .collection-grid.is-mobile-view-list .collection-grid__products {
      grid-template-columns: 1fr;
      row-gap: 1rem;
      column-gap: 0;
    }

    .collection-grid.is-mobile-view-grid .collection-card__snippet,
    .collection-grid.is-mobile-view-grid .collection-card__read-more {
      display: none;
    }

    .collection-grid.is-mobile-view-grid .collection-card__body {
      padding: 0.62rem 0.62rem 0.7rem;
      gap: 0.34rem;
    }

    .collection-grid.is-mobile-view-grid .collection-card__name {
      font-size: 1rem;
      min-height: 2.25em;
    }

    .collection-card__media-nav {
      width: 34px;
      height: 34px;
      font-size: 1.35rem;
    }

    .collection-card__media-nav--prev {
      left: 0.35rem;
    }

    .collection-card__media-nav--next {
      right: 0.35rem;
    }
  }
/* END_SECTION:collection */

/* START_SECTION:collections (INDEX:5) */
.collections {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(var(--collection-card-size), 100%), 1fr));
    gap: var(--grid-gap);
  }
  .collections--compact {
    --collection-card-size: 160px;
  }
  .collections--full {
    --collection-card-size: 280px;
  }
  .collection-card {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
/* END_SECTION:collections */

/* START_SECTION:contact-page (INDEX:6) */
.contact-template {
    background:
      radial-gradient(circle at 92% 6%, rgba(17, 95, 138, 0.12), transparent 28%),
      linear-gradient(180deg, #eef4f8 0%, #f8fbfd 38%, #ffffff 100%);
    padding: clamp(1.25rem, 2.8vw, 2.5rem) clamp(1rem, 3.8vw, 2.5rem) clamp(2.5rem, 5vw, 4rem);
  }

  .contact-template__shell {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    gap: clamp(1rem, 2.4vw, 1.6rem);
  }

  .contact-template__hero {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
    gap: clamp(1rem, 2vw, 1.4rem);
    align-items: start;
  }

  .contact-template__intro,
  .contact-template__form-wrap,
  .contact-template__sidebar {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(31, 47, 60, 0.1);
    border-radius: 24px;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(6px);
  }

  .contact-template__intro,
  .contact-template__details {
    padding: clamp(1.15rem, 2vw, 1.5rem);
  }

  .contact-template__hero-side {
    display: block;
  }

  .contact-template__intro {
    display: grid;
    align-content: start;
    gap: 0.65rem;
    min-height: 100%;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
      radial-gradient(circle at top left, rgba(17, 95, 138, 0.08), transparent 38%);
  }

  .contact-template__eyebrow {
    margin: 0 0 0.35rem;
    color: #0f4f75;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .contact-template__title {
    margin: 0;
    color: #1f2f3c;
    font-size: clamp(1.9rem, 3.2vw, 2.95rem);
    line-height: 0.96;
    letter-spacing: -0.04em;
    max-width: 12ch;
  }

  .contact-template__copy,
  .contact-template__details-copy,
  .contact-template__form-copy,
  .contact-template__sidebar-copy,
  .contact-template__card-text {
    color: rgba(31, 47, 60, 0.8);
    line-height: 1.65;
    font-size: 0.96rem;
    max-width: 44rem;
  }

  .contact-template__copy > *:first-child,
  .contact-template__details-copy > *:first-child,
  .contact-template__form-copy > *:first-child,
  .contact-template__sidebar-copy > *:first-child,
  .contact-template__card-text > *:first-child {
    margin-top: 0;
  }

  .contact-template__copy > *:last-child,
  .contact-template__details-copy > *:last-child,
  .contact-template__form-copy > *:last-child,
  .contact-template__sidebar-copy > *:last-child,
  .contact-template__card-text > *:last-child {
    margin-bottom: 0;
  }

  .contact-template__media {
    margin-top: 1rem;
    overflow: hidden;
    border-radius: 18px;
    min-height: 260px;
    background: #dde8ef;
  }

  .contact-template__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .contact-template__details h2,
  .contact-template__form-head h2,
  .contact-template__sidebar h2 {
    margin: 0;
    color: #1f2f3c;
    font-size: clamp(1.25rem, 2vw, 1.65rem);
    line-height: 1.15;
    letter-spacing: -0.02em;
  }

  .contact-template__cards {
    margin-top: 1rem;
    display: grid;
    gap: 0.95rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-template__details {
    position: relative;
    overflow: hidden;
  }

  .contact-template__details::before {
    content: '';
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, rgba(17, 95, 138, 0.55), rgba(17, 95, 138, 0));
  }

  .contact-template__card {
    padding: 1rem 1.05rem;
    border-radius: 18px;
    background:
      linear-gradient(180deg, rgba(240, 246, 250, 0.9), rgba(255, 255, 255, 0.98));
    border: 1px solid rgba(17, 95, 138, 0.12);
    box-shadow: inset 0 3px 0 rgba(17, 95, 138, 0.2);
  }

  .contact-template__card-label {
    margin: 0 0 0.3rem;
    color: #0f4f75;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .contact-template__card h3 {
    margin: 0;
    color: #1f2f3c;
    font-size: 1.15rem;
    line-height: 1.2;
  }

  .contact-template__card-link,
  .contact-template__sidebar-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.8rem 1.2rem;
    border-radius: 999px;
    background: rgba(17, 95, 138, 0.78);
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
  }

  .contact-template__card-link:hover,
  .contact-template__sidebar-button:hover {
    background: #0f4f75;
    transform: translateY(-1px);
  }

  .contact-template__form-wrap,
  .contact-template__sidebar {
    padding: clamp(1.15rem, 2vw, 1.5rem);
  }

  .contact-template__form-head {
    display: grid;
    gap: 0.45rem;
    margin-bottom: 1rem;
  }

  .contact-template__form {
    display: grid;
    gap: 1rem;
  }

  .contact-template__fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
  }

  .contact-template__field {
    display: grid;
    gap: 0.45rem;
  }

  .contact-template__field span,
  .contact-template__captcha-heading {
    color: #1f2f3c;
    font-weight: 700;
    font-size: 0.96rem;
  }

  .contact-template__field input,
  .contact-template__field select,
  .contact-template__field textarea {
    width: 100%;
    border: 1px solid rgba(31, 47, 60, 0.14);
    border-radius: 16px;
    background: #ffffff;
    color: #1f2f3c;
    padding: 0.95rem 1rem;
    font: inherit;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
  }

  .contact-template__field input:focus,
  .contact-template__field select:focus,
  .contact-template__field textarea:focus {
    outline: none;
    border-color: rgba(17, 95, 138, 0.64);
    box-shadow: 0 0 0 4px rgba(17, 95, 138, 0.12);
  }

  .contact-template__field--full,
  .contact-template__captcha,
  .contact-template__success,
  .contact-template__errors {
    grid-column: 1 / -1;
  }

  .contact-template__trap {
    position: absolute;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
  }

  .contact-template__captcha {
    display: grid;
    gap: 0.5rem;
  }

  .contact-template__captcha-note {
    margin: 0;
    color: rgba(31, 47, 60, 0.62);
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .contact-template__success {
    margin: 0;
    padding: 0.95rem 1rem;
    border-radius: 16px;
    background: rgba(101, 163, 13, 0.12);
    color: #365314;
    font-weight: 600;
  }

  .contact-template__errors {
    padding: 0.95rem 1rem;
    border-radius: 16px;
    background: rgba(220, 38, 38, 0.08);
  }

  .contact-template__errors ul {
    margin: 0;
    padding-left: 1rem;
    color: #991b1b;
  }

  .contact-template__submit {
    justify-self: start;
    min-width: 220px;
    min-height: 52px;
    padding: 0.9rem 1.35rem;
    border: 0;
    border-radius: 999px;
    background: rgba(17, 95, 138, 0.78);
    color: #ffffff;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
  }

  .contact-template__submit:hover {
    background: #0f4f75;
    transform: translateY(-1px);
  }

  .contact-template__sidebar {
    display: grid;
    gap: 0.8rem;
    align-content: start;
  }

  .contact-template__sidebar-copy a,
  .contact-template__card-text a {
    color: #0f4f75;
    font-weight: 700;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }

  .contact-template .is-hidden {
    display: none;
  }

  @media (max-width: 989px) {
    .contact-template__hero,
    .contact-template__hero-side {
      grid-template-columns: 1fr;
    }

    .contact-template__cards {
      grid-template-columns: 1fr;
    }

    .contact-template__submit {
      width: 100%;
    }
  }

  @media (max-width: 749px) {
    .contact-template__fields {
      grid-template-columns: 1fr;
    }

    .contact-template__intro,
    .contact-template__details,
    .contact-template__form-wrap,
    .contact-template__sidebar {
      border-radius: 20px;
    }
  }
/* END_SECTION:contact-page */

/* START_SECTION:custom-section (INDEX:7) */
.custom-section {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .custom-section__background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
  }
  .custom-section__background img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .custom-section__content {
    display: grid;
    grid-template-columns: var(--content-grid);
  }
  .custom-section__content > * {
    grid-column: 2;
  }
/* END_SECTION:custom-section */

/* START_SECTION:footer (INDEX:8) */
.site-footer {
    margin-top: 0;
    background:
      radial-gradient(circle at 5% 10%, rgba(17, 95, 138, 0.16), transparent 40%),
      radial-gradient(circle at 94% 12%, rgba(32, 65, 88, 0.1), transparent 38%),
      linear-gradient(180deg, #115f8a, #115f8a);
    color: #e6edf2;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .shopify-section:has(.site-footer) {
    border-top: 0 !important;
  }

  .site-footer__shell {
    max-width: 1240px;
    margin-inline: auto;
    padding: clamp(1.3rem, 2.2vw, 2rem) clamp(1rem, 3.2vw, 2.4rem) clamp(0.9rem, 1.8vw, 1.2rem);
  }

  .site-footer__top {
    display: grid;
    grid-template-columns: minmax(240px, 1.1fr) minmax(0, 1.9fr);
    gap: clamp(1rem, 2vw, 1.8rem);
    padding-bottom: clamp(0.9rem, 1.6vw, 1.2rem);
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .site-footer__eyebrow {
    margin: 0;
    font-size: 0.72rem;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: rgba(226, 237, 245, 0.76);
  }

  .site-footer__title {
    margin: 0.34rem 0 0;
    font-size: clamp(1.3rem, 2vw, 1.9rem);
    line-height: 1.12;
    color: #ffffff;
  }

  .site-footer__copy {
    margin: 0.55rem 0 0;
    color: rgba(226, 237, 245, 0.86);
    line-height: 1.5;
    font-size: 0.94rem;
    max-width: 35ch;
  }

  .site-footer__cta {
    margin-top: 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0.44rem 0.8rem;
    border-radius: 999px;
    background: #f0f7fd;
    color: #113f5a;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 700;
  }

  .site-footer__links-wrap {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(0.7rem, 1.4vw, 1.2rem);
  }

  .site-footer__links-col h3 {
    margin: 0;
    color: #ffffff;
    font-size: 0.98rem;
  }

  .site-footer__links-col ul {
    margin: 0.5rem 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.32rem;
  }

  .site-footer__links-col a {
    color: rgba(226, 237, 245, 0.86);
    text-decoration: none;
    font-size: 0.9rem;
    line-height: 1.4;
  }

  .site-footer__bottom {
    padding-top: 0.72rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    flex-wrap: wrap;
  }

  .site-footer__copyright {
    margin: 0;
    color: rgba(226, 237, 245, 0.74);
    font-size: 0.82rem;
  }

  .site-footer__copyright a {
    color: inherit;
  }

  .site-footer__payment {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.4rem;
  }

  .site-footer__payment-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    min-width: 38px;
    min-height: 26px;
    padding: 0.14rem 0.34rem;
  }

  .site-footer__payment-icon svg {
    width: 30px;
    height: auto;
    filter: grayscale(0.08);
  }

  @media (hover: hover) {
    .site-footer__links-col a:hover,
    .site-footer__links-col a:focus-visible {
      color: #ffffff;
      text-decoration: underline;
      text-underline-offset: 3px;
    }

    .site-footer__cta:hover,
    .site-footer__cta:focus-visible {
      background: #ffffff;
    }
  }

  @media (max-width: 989px) {
    .site-footer__top {
      grid-template-columns: 1fr;
    }

    .site-footer__links-wrap {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 749px) {
    .site-footer__links-wrap {
      grid-template-columns: 1fr;
    }

    .site-footer__bottom {
      align-items: flex-start;
      flex-direction: column;
    }

    .site-footer__payment {
      justify-content: flex-start;
    }
  }
/* END_SECTION:footer */

/* START_SECTION:header (INDEX:9) */
.shopify-section:has(.site-header) {
    position: relative;
    z-index: 1200;
  }

  .site-header {
    position: relative;
    z-index: 40;
    background: #f8fafc;
    border-bottom: 0;
    overflow: visible;
  }

  .site-header__promo {
    min-height: 34px;
    display: grid;
    place-items: center;
    padding: 0.4rem 0.8rem;
    background: #115f8a;
    color: #ffffff;
    font-size: var(--fs-body-small);
    font-weight: 600;
    text-align: center;
  }

  .site-header__main {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 1rem;
    padding: 0.8rem clamp(0.8rem, 2vw, 2rem) 0.7rem;
    background: #f8fafc;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  }

  .site-header__search {
    display: none;
    align-items: center;
    border: 1px solid rgba(15, 23, 42, 0.14);
    min-height: 46px;
    width: min(100%, 360px);
    justify-self: end;
    grid-column: 3;
    grid-row: 1;
    background: #ffffff;
    border-radius: 10px;
  }

  .site-header__search input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    padding: 0 0.85rem;
    color: #17221f;
    font-size: var(--fs-body);
  }

  .site-header__search button {
    width: 48px;
    height: 46px;
    border: 0;
    background: transparent;
    cursor: pointer;
    color: #2d3834;
  }

  .site-header__search svg {
    width: 22px;
    height: 22px;
  }

  .site-header__brand {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
  }

  .site-header__logo {
    display: block;
    width: 360px;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
  }

  .site-header__utilities {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    min-width: 0;
    flex-wrap: nowrap;
  }

  .site-header__icon {
    position: relative;
    width: 2.1rem;
    height: 2.1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #303b37;
    text-decoration: none;
  }

  .site-header__menu-toggle {
    display: none;
    width: 2.1rem;
    height: 2.1rem;
    border: 0;
    background: transparent;
    padding: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.24rem;
    cursor: pointer;
  }

  .site-header__menu-toggle span {
    width: 1.2rem;
    height: 2px;
    background: #2f3834;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .site-header.is-mobile-nav-open .site-header__menu-toggle span:nth-child(1) {
    transform: translateY(0.36rem) rotate(45deg);
  }

  .site-header.is-mobile-nav-open .site-header__menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.is-mobile-nav-open .site-header__menu-toggle span:nth-child(3) {
    transform: translateY(-0.36rem) rotate(-45deg);
  }

  .site-header.is-mobile-nav-open .site-header__nav-custom--single .site-header__nav-custom-sub {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.32rem !important;
    width: 100% !important;
  }

  .site-header.is-mobile-nav-open .site-header__nav-custom--single .site-header__nav-item--single {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    flex: none !important;
  }


  .site-header.is-mobile-nav-open .site-header__nav-custom--single .site-header__nav-link {
    justify-content: flex-start !important;
    width: 100% !important;
  }

  .site-header__delivery {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    min-height: var(--btn-height);
    padding: 0.7rem 1rem;
    background: linear-gradient(180deg, #115f8a 0%, #0f5378 100%);
    color: #ffffff;
    border-radius: 4px;
    border: 1px solid rgba(12, 48, 69, 0.18);
    box-shadow: 0 10px 18px rgba(10, 27, 39, 0.08);
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    white-space: nowrap;
    line-height: 1;
    position: absolute;
    left: clamp(0.8rem, 2vw, 2rem);
    top: 50%;
    transform: translateY(-50%);
    transition: background-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
  }

  .site-header__delivery span:first-child {
    font-size: 0.92rem;
    line-height: 1;
  }


  @media (hover: hover) {
    .site-header__delivery:hover {
      background: linear-gradient(180deg, #0f5378 0%, #0d4768 100%);
      box-shadow: 0 14px 22px rgba(10, 27, 39, 0.12);
      transform: translateY(calc(-50% - 1px));
    }

    .site-header__nav-custom--single .site-header__nav-link--promo:hover,
    .site-header__nav-custom--single .site-header__nav-link--promo:focus-visible {
      background: linear-gradient(180deg, #b81b39 0%, #99142d 100%);
      box-shadow: 0 14px 22px rgba(77, 15, 30, 0.16);
      color: #ffffff !important;
    }
  }

  .site-header__icon svg {
    width: 1.2rem;
    height: 1.2rem;
  }

  .site-header__icon sup {
    position: absolute;
    top: -0.25rem;
    right: -0.2rem;
    min-width: 0.9rem;
    height: 0.9rem;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: #115f8a;
    color: #fff;
    font-size: 0.58rem;
  }

  .site-header__nav {
    position: sticky;
    top: 0;
    z-index: 70;
    padding: 0;
    background: #ffffff;
    overflow: visible;
    box-shadow: 0 2px 0 rgba(15, 23, 42, 0.08);
    border-bottom: 1px solid rgba(15, 23, 42, 0.16);
  }

  .site-header__nav-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    min-height: 0;
    position: relative;
  }

  .site-header__nav-custom {
    display: grid;
    gap: 0;
    min-width: 0;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 0;
    overflow: visible;
    border-left: 0;
    border-right: 0;
  }

  .site-header__nav-custom--single {
    background: linear-gradient(180deg, #115f8a 0%, #115f8a 100%);
    border: 0;
    border-top: 0;
    border-bottom: 0;
    overflow: visible;
    position: relative;
  }

  .site-header__nav-custom--single .site-header__nav-custom-sub {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    min-height: 68px;
    background: rgba(255, 255, 255, 0.07);
    padding: 0.5rem clamp(0.55rem, 1.3vw, 1rem);
    gap: 0.36rem;
    overflow: visible;
    border: 0;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
    width: 100%;
    position: relative;
    border-radius: 0;
  }

  .site-header__nav-custom--single .site-header__nav-item--single {
    flex: 0 0 auto;
    min-width: 0;
    min-height: 46px;
    display: flex;
    align-items: stretch;
    position: static !important;
  }

  .site-header__nav-custom--single .site-header__nav-item--single.site-header__nav-item--promo {
    margin-left: auto;
  }


  .site-header__nav-custom--single .site-header__nav-link {
    flex: 1 1 auto;
    width: auto;
    min-height: 56px;
    padding: 0 clamp(0.95rem, 1.25vw, 1.28rem);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    font-weight: 600;
    font-size: clamp(0.95rem, 0.98vw, 1.04rem);
    line-height: 1.2;
    white-space: nowrap;
    text-decoration: none;
    position: relative;
    letter-spacing: -0.01em;
    text-transform: none;
    border-radius: 4px;
    transition: color 0.2s ease, opacity 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
    outline: none;
  }

  .site-header__nav-custom--single .site-header__nav-item--single + .site-header__nav-item--single {
    position: relative;
  }

  .site-header__nav-custom--single .site-header__nav-item--single + .site-header__nav-item--single::before {
    display: none;
  }

  .site-header__nav-custom--single .site-header__nav-link:not(.site-header__nav-link--promo):hover,
  .site-header__nav-custom--single .site-header__nav-link:not(.site-header__nav-link--promo):focus-visible {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.14) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.26) !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
    outline: none !important;
    opacity: 1;
    text-decoration: none;
  }

  .site-header__nav-custom--single .site-header__nav-link--has-mega {
    padding-left: 1.15rem;
    padding-right: 2.2rem;
  }

  .site-header__nav-custom--single .site-header__nav-link--adhesive {
    padding-right: 2.65rem;
    font-size: clamp(0.9rem, 0.92vw, 0.98rem);
  }

  .site-header__nav-custom--single .site-header__nav-link--adhesive::after {
    right: 0.95rem;
    font-size: 0.72rem;
  }

  .site-header__nav-custom--single .site-header__nav-link--has-mega::after {
    content: '▾';
    position: absolute;
    right: 0.86rem;
    top: 50%;
    transform: translateY(-52%) rotate(0deg);
    font-size: 0.7rem;
    line-height: 1;
    color: rgba(255, 255, 255, 0.88);
    opacity: 0.9;
    transition: opacity 0.12s ease, transform 0.12s ease;
  }

  .site-header__nav-custom--single .site-header__nav-item--single.is-active > .site-header__nav-link:not(.site-header__nav-link--promo) {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.2) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.32) !important;
    border-color: rgba(255, 255, 255, 0.34) !important;
    outline: none !important;
    opacity: 1;
  }

  .site-header__nav-custom--single .site-header__nav-item--single.is-open > .site-header__nav-link:not(.site-header__nav-link--promo),
  .site-header__nav-custom--single .site-header__nav-item--single.is-hover-open > .site-header__nav-link:not(.site-header__nav-link--promo) {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.2) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.32) !important;
    border-color: rgba(255, 255, 255, 0.34) !important;
    opacity: 1;
  }

  .site-header__nav-custom--single .site-header__nav-item--single.is-active > .site-header__nav-link--has-mega::after {
    opacity: 1;
    transform: translateY(-54%) rotate(90deg);
  }

  .site-header__nav-custom--single .site-header__nav-item--has-mega:hover > .site-header__nav-link--has-mega::after,
  .site-header__nav-custom--single .site-header__nav-item--has-mega:focus-within > .site-header__nav-link--has-mega::after {
    opacity: 1;
    transform: translateY(-54%) rotate(90deg);
  }

  .site-header__nav-custom--single .site-header__nav-link--promo {
    background: linear-gradient(180deg, #c81f3f 0%, #ad1734 100%);
    color: #ffffff;
    font-weight: 700;
    border-radius: 4px;
    border: 1px solid rgba(126, 15, 39, 0.18);
    box-shadow: 0 10px 18px rgba(77, 15, 30, 0.12);
    min-width: 148px;
    padding-inline: 1.55rem;
    letter-spacing: -0.01em;
    text-transform: none;
  }

  .site-header__nav-custom--single .site-header__nav-item--promo::before {
    display: none;
  }

  @media (min-width: 990px) {
    .site-header__nav-custom--single .site-header__nav-custom-sub {
      justify-content: center;
      gap: 0.16rem;
    }

    .site-header__nav-custom--single .site-header__nav-item--single.site-header__nav-item--promo {
      margin-left: 0;
    }

    .site-header__nav-custom--single .site-header__nav-link--has-mega {
      padding-right: 1.15rem;
    }

    .site-header__nav-custom--single .site-header__nav-link--has-mega::after {
      position: static;
      top: auto;
      right: auto;
      transform: none;
      margin-left: 0.44rem;
      font-size: 0.62rem;
      line-height: 1;
      opacity: 0.92;
      display: inline-block;
      vertical-align: middle;
    }

    .site-header__nav-custom--single .site-header__nav-item--single.is-active > .site-header__nav-link--has-mega::after,
    .site-header__nav-custom--single .site-header__nav-item--has-mega:hover > .site-header__nav-link--has-mega::after,
    .site-header__nav-custom--single .site-header__nav-item--has-mega:focus-within > .site-header__nav-link--has-mega::after {
      transform: none;
    }

    .site-header__nav-custom--single .site-header__nav-link--adhesive {
      padding-right: 1.15rem;
    }

    .site-header__nav-custom--single .site-header__nav-link--adhesive::after {
      right: auto;
      font-size: 0.62rem;
    }
  }

  .site-header__nav-search-panel {
    position: absolute;
    right: clamp(0.8rem, 2vw, 2rem);
    top: calc(100% + 1px);
    width: min(430px, calc(100vw - 2rem));
    padding: 0.45rem;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-top: 0;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 10px 18px rgba(15, 23, 42, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px);
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
    z-index: 120;
  }

  .site-header.is-nav-search-open .site-header__nav-search-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  .site-header__nav-search-form {
    display: flex;
    align-items: center;
    min-height: 44px;
    border: 1px solid rgba(15, 23, 42, 0.14);
    border-radius: 8px;
    background: #ffffff;
    overflow: hidden;
  }

  .site-header__nav-search-form input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    padding: 0 0.85rem;
    color: #17221f;
    font-size: var(--fs-body);
  }

  .site-header__nav-search-form button {
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    cursor: pointer;
    color: #2d3834;
  }

  .site-header__nav-search-form svg {
    width: 22px;
    height: 22px;
  }

  .site-header__nav-custom--single .site-header__mega {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    border-bottom: 1px solid rgba(15, 23, 42, 0.1);
    box-shadow: 0 14px 24px rgba(15, 23, 42, 0.1);
    z-index: 110;
    padding: 1.35rem clamp(1rem, 2.6vw, 2rem) 1.45rem;
    width: 100%;
    background: #f5f6f8;
    transition: opacity 0.12s ease, transform 0.12s ease, visibility 0.12s ease;
  }

  .site-header__nav-custom--single .site-header__mega::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -12px;
    height: 12px;
  }

  .site-header__nav-custom--single .site-header__mega-grid {
    max-width: 1600px;
    gap: clamp(1.2rem, 2vw, 1.9rem);
  }

  .site-header__nav-custom--single .site-header__mega--suite-links {
    padding: 0;
    background: #eef1f4;
    border-top: 1px solid rgba(15, 23, 42, 0.14);
    border-bottom: 1px solid rgba(15, 23, 42, 0.14);
    box-shadow: 0 14px 24px rgba(15, 23, 42, 0.1);
  }

  .site-header__suite-topnav {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0.15rem;
    width: 100%;
    min-height: 64px;
    padding: 0 clamp(0.9rem, 2vw, 2rem);
    background: #114b63;
    overflow-x: auto;
  }

  .site-header__suite-topnav a {
    flex: 0 0 auto;
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    font-size: clamp(1rem, 1.04vw, 1.12rem);
    font-weight: 600;
    letter-spacing: 0;
    padding: 0.35rem 0.85rem;
    border-radius: 10px;
    white-space: nowrap;
  }

  .site-header__suite-topnav a:hover,
  .site-header__suite-topnav a:focus-visible,
  .site-header__suite-topnav a.is-active {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
  }

  .site-header__suite-body {
    display: none;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 1.25rem;
    padding: 1.35rem clamp(0.9rem, 2vw, 2rem) 1.5rem;
  }

  .site-header__suite-body.is-active {
    display: grid;
  }

  .site-header__suite-cols {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.1rem;
  }

  .site-header__suite-col {
    display: grid;
    align-content: start;
    gap: 0.55rem;
  }

  .site-header__suite-col h3 {
    margin: 0 0 0.25rem;
    color: #115f8aa1;
    font-size: clamp(1.05rem, 1.2vw, 1.62rem);
    line-height: 1.1;
    font-weight: 700;
  }

  .site-header__suite-col a {
    color: #1f2a37;
    text-decoration: none;
    font-size: clamp(0.98rem, 1vw, 1.08rem);
    line-height: 1.28;
  }

  .site-header__suite-col a:hover,
  .site-header__suite-col a:focus-visible {
    color: #115f8a;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .site-header__suite-promos {
    display: grid;
    align-content: start;
    gap: 0.75rem;
  }

  .site-header__suite-promo-card {
    min-height: 230px;
    border-radius: 24px;
    padding: 1.2rem;
    display: grid;
    align-content: end;
    gap: 0.45rem;
    text-decoration: none;
    color: #ffffff;
    background: linear-gradient(150deg, #3a5164, #425d73);
    box-shadow: 0 12px 26px rgba(17, 95, 138, 0.2);
  }

  .site-header__suite-promo-title {
    font-size: 1.7rem;
    line-height: 1.05;
    font-weight: 700;
  }

  .site-header__suite-promo-copy {
    font-size: 0.98rem;
    opacity: 0.95;
  }

  .site-header__suite-promo-actions {
    display: grid;
    gap: 0.6rem;
    grid-template-columns: 1fr 1fr;
  }

  .site-header__suite-promo-button {
    min-height: 56px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #115f8a;
    color: #ffffff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
  }

  .site-header__suite-promo-button--sale {
    background: #e02424;
  }

  .site-header__nav-custom-top {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.2rem;
    align-items: center;
    min-height: 54px;
    background: #f3f5f8;
    padding: 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.1);
  }

  .site-header__nav-custom-top > .site-header__nav-tab + .site-header__nav-tab {
    border-left: 1px solid rgba(15, 23, 42, 0.08);
  }

  .site-header__nav-custom-sub {
    display: none;
    align-items: center;
    flex-wrap: wrap;
    gap: clamp(0.7rem, 1vw, 1.15rem);
    min-height: 52px;
    background: #ffffff;
    padding: 0.45rem 0.9rem;
  }

  .site-header__nav-custom-sub.is-active {
    display: flex;
  }

  .site-header__nav-tab {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background: transparent;
    color: #1f2937;
    border: 1px solid transparent;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.015em;
    position: relative;
    padding: 0 1.5rem 0 1.25rem;
    text-transform: uppercase;
    font-size: 0.9rem;
  }

  .site-header__nav-tab::after {
    content: '▸';
    position: absolute;
    right: 0.45rem;
    top: 50%;
    transform: translateY(-52%) rotate(0deg);
    font-size: 0.86rem;
    font-weight: 700;
    color: #334155;
    opacity: 0.82;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .site-header__nav-tab.is-active {
    background: rgba(17, 95, 138, 0.12);
    color: #ffffff;
    color: #0f4f75;
    border-color: rgba(17, 95, 138, 0.32);
    box-shadow: none;
  }

  .site-header__nav-tab.is-active::after {
    transform: translateY(-52%) rotate(90deg);
    opacity: 0.9;
  }

  .site-header__nav-tab:hover::after,
  .site-header__nav-tab:focus-visible::after {
    transform: translateY(-52%) rotate(90deg);
    opacity: 0.9;
  }

  .site-header__nav-tab:hover,
  .site-header__nav-tab:focus-visible {
    background: rgba(15, 23, 42, 0.05);
    color: #0f172a;
  }

  .site-header__nav-tab.is-active:hover,
  .site-header__nav-tab.is-active:focus-visible {
    background: rgba(17, 95, 138, 0.16);
  }

  .site-header__nav-custom-sub .site-header__nav-link {
    color: #334155;
    font-size: clamp(0.84rem, 0.9vw, 1rem);
    font-weight: 600;
    min-height: 34px;
    text-decoration: none;
    padding-inline: 0.4rem;
    border-radius: 0;
    position: relative;
    letter-spacing: 0.01em;
  }

  .site-header__nav-custom-sub .site-header__nav-link + .site-header__nav-link::before {
    content: '';
    position: absolute;
    left: -0.58rem;
    top: 50%;
    width: 1px;
    height: 16px;
    transform: translateY(-50%);
    background: rgba(15, 23, 42, 0.12);
  }

  .site-header__nav-custom-sub .site-header__nav-link:hover,
  .site-header__nav-custom-sub .site-header__nav-link:focus-visible {
    background: transparent;
    color: #0f4f75;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .site-header__nav-custom-sub .site-header__nav-link--promo {
    background: #d90429;
    color: #ffffff;
    border-radius: 4px;
    padding-inline: 0.7rem;
    font-weight: 700;
    text-decoration: none;
  }

  .site-header__nav-legacy {
    display: none;
  }

  .site-header__nav-item {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 58px;
  }

  .site-header__nav-item--has-mega {
    position: static;
  }

  .site-header__nav-link {
    color: #2f3834;
    text-decoration: none;
    font-size: clamp(0.86rem, 0.95vw, 1.05rem);
    font-weight: 600;
    line-height: 1.15;
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    padding-inline: 0.2rem;
  }

  .site-header__nav-link--promo {
    color: #ffffff;
    font-weight: 700;
  }

  .site-header__nav-actions {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0;
    padding: 0.35rem 0.6rem;
    min-height: 56px;
    background: #f5f6f8;
  }

  .site-header__nav-icon {
    position: relative;
    min-height: 36px;
    padding: 0.3rem 0.5rem;
    border-radius: 8px;
    border: 1px solid rgba(15, 23, 42, 0.14);
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    color: #2f3834;
    text-decoration: none;
    font-size: var(--fs-body-small);
    font-weight: 600;
    line-height: 1;
    font-family: inherit;
  }

  .site-header__nav-icon svg {
    width: 1rem;
    height: 1rem;
  }

  .site-header__nav-icon--button {
    appearance: none;
    font: inherit;
    font-family: inherit;
    font-size: var(--fs-body-small);
    font-weight: 600;
    line-height: 1;
    color: #2f3834;
    cursor: pointer;
    background: #ffffff;
  }

  .site-header__nav-actions--mobile,
  .site-header__mobile-search {
    display: none;
  }

  .site-header__nav-icon sup {
    position: absolute;
    top: -0.24rem;
    right: -0.2rem;
    min-width: 0.9rem;
    height: 0.9rem;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: #115f8a;
    color: #fff;
    font-size: 0.58rem;
  }

  .site-header__nav-item:hover > .site-header__nav-link,
  .site-header__nav-item:focus-within > .site-header__nav-link {
    color: #ffffff;
  }

  .site-header__mega {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    right: 0;
    background: #f1f1f2;
    border-top: 1px solid rgba(20, 32, 28, 0.08);
    border-bottom: 1px solid rgba(20, 32, 28, 0.1);
    box-shadow: 0 20px 34px rgba(18, 28, 37, 0.14);
    padding: 1rem clamp(0.9rem, 2.2vw, 2rem);
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.2s ease, visibility 0.2s ease;
  }

  @media (hover: hover) and (pointer: fine) {
    .site-header__nav-item--has-mega:hover .site-header__mega,
    .site-header__nav-item--has-mega:focus-within .site-header__mega {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
      pointer-events: auto;
    }

    .site-header__nav-custom--single .site-header__nav-item--has-mega.is-hover-open > .site-header__mega {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
      pointer-events: auto;
    }

    .site-header__nav-custom--single .site-header__nav-item--has-mega:hover:not(.is-hover-open):not(:focus-within) > .site-header__mega {
      opacity: 0;
      visibility: hidden;
      transform: translateY(6px);
      pointer-events: none;
    }
  }

  .site-header__mega-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) 340px;
    gap: clamp(1.2rem, 2vw, 1.9rem);
    align-items: start;
    max-width: 1320px;
    margin-inline: auto;
  }

  .site-header__mega-col {
    display: grid;
    gap: 0.55rem;
    align-content: start;
  }

  .site-header__mega-col h3 {
    margin: 0 0 0.25rem;
    font-size: 1.05rem;
    color: #0f4f75;
  }

  .site-header__mega-col a {
    color: rgba(33, 40, 48, 0.86);
    text-decoration: none;
    font-size: 0.98rem;
    line-height: 1.4;
  }

  .site-header__mega-col .site-header__color-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
  }

  .site-header__mega-col .site-header__color-link::before {
    content: '';
    width: 14px;
    height: 14px;
    border: 1px solid rgba(15, 23, 42, 0.2);
    background: #d8dce1;
    flex: 0 0 14px;
  }

  .site-header__mega-col .site-header__color-link--white::before {
    background: #f5f5f2;
  }

  .site-header__mega-col .site-header__color-link--cream::before {
    background: #e6dfca;
  }

  .site-header__mega-col .site-header__color-link--beige::before {
    background: #d8cfb8;
  }

  .site-header__mega-col .site-header__color-link--grey::before {
    background: #9b9ea6;
  }

  .site-header__mega-col .site-header__color-link--black::before {
    background: #111111;
  }

  .site-header__mega-col .site-header__color-link--blue::before {
    background: #7ea8ad;
  }

  .site-header__mega-col a:last-child {
    margin-top: 0.55rem;
    text-decoration: none;
    font-weight: 600;
  }

  .site-header__mega--offers .site-header__mega-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(260px, 320px);
  }

  .site-header__mega--tiles .site-header__mega-grid {
    grid-template-columns: minmax(0, 220px) minmax(0, 220px) minmax(0, 220px) minmax(40px, 1fr) minmax(280px, 320px);
  }

  .site-header__mega--tiles .site-header__mega-col--spacer {
    min-height: 1px;
  }

  .site-header__mega--tiles .site-header__mega-promo {
    grid-column: 5;
  }

  .site-header__mega--adhesive .site-header__mega-grid {
    grid-template-columns: minmax(0, 260px) minmax(0, 260px) minmax(80px, 1fr) minmax(280px, 320px);
    max-width: 1320px;
    justify-content: stretch;
    margin-inline: auto;
  }

  .site-header__mega--adhesive .site-header__mega-promo {
    grid-column: 4;
  }

  .site-header__mega--simple .site-header__mega-grid {
    grid-template-columns: minmax(0, 340px);
    max-width: 340px;
    margin-inline: 0;
  }

  .site-header__mega--simple .site-header__mega-col a:last-child {
    margin-top: 0;
    font-weight: 500;
  }

  .site-header__mega--offers .site-header__mega-col a:last-child {
    margin-top: 0;
    text-decoration: none;
    font-weight: 500;
  }

  .site-header__mega--offers .site-header__mega-col a:hover,
  .site-header__mega--offers .site-header__mega-col a:focus-visible {
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .site-header__mega-promo {
    display: grid;
    gap: 0.75rem;
    align-content: start;
  }

  .site-header__mega-promo-card {
    display: grid;
    gap: 0.55rem;
    background: linear-gradient(155deg, #3a5164, #425d73);
    padding: 1rem;
    color: #ffffff;
    border-radius: 8px;
    min-height: 230px;
    align-content: end;
    box-shadow: 0 10px 20px rgba(17, 95, 138, 0.18);
  }

  .site-header__mega-promo img {
    width: 100%;
    height: 110px;
    object-fit: contain;
    object-position: center;
    border: 0;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.08);
    padding: 0.2rem;
    opacity: 0.94;
  }

  .site-header__mega-promo-title {
    margin: 0;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.05;
    color: #ffffff;
  }

  .site-header__mega-promo-copy {
    margin: 0;
    font-size: 0.98rem;
    color: rgba(255, 255, 255, 0.92);
  }

  .site-header__mega-promo-actions {
    display: grid;
    gap: 0.6rem;
    grid-template-columns: 1fr 1fr;
  }

  .site-header__mega-promo-button {
    min-height: 56px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.8rem;
    background: #115f8a;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
  }

  .site-header__mega-promo-button--sale {
    background: #e02424;
  }

  .site-header__benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.8rem;
    align-items: center;
    padding: 0.82rem clamp(0.8rem, 2vw, 2rem);
    background: #ece6d2;
  }

  .site-header__benefits p {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.48rem;
    margin: 0;
    width: 100%;
    text-align: center;
    padding-inline: 0.6rem;
    color: #363a37;
    font-size: var(--fs-body);
    font-weight: 600;
    line-height: 1.25;
  }

  .cart-drawer[hidden] {
    display: none !important;
  }

  .cart-drawer {
    position: fixed;
    inset: 0;
    z-index: 1300;
  }

  .cart-drawer__overlay {
    position: absolute;
    inset: 0;
    background: rgba(12, 18, 28, 0.42);
  }

  .cart-drawer__panel {
    position: absolute;
    top: 0;
    right: 0;
    width: min(880px, 92vw);
    height: 100%;
    background: #ffffff;
    display: grid;
    grid-template-rows: auto 1fr auto;
    box-shadow: -14px 0 32px rgba(0, 0, 0, 0.2);
  }

  .cart-drawer__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.1rem;
    border-bottom: 1px solid rgba(20, 32, 28, 0.12);
  }

  .cart-drawer__header h2 {
    margin: 0;
    font-size: clamp(1.3rem, 1.8vw, 2rem);
    color: #353b43;
  }

  .cart-drawer__close {
    border: 0;
    background: transparent;
    font-size: 2rem;
    line-height: 1;
    color: #3c424a;
    cursor: pointer;
  }

  .cart-drawer__body {
    padding: 1rem 1.1rem;
    overflow-y: auto;
    display: grid;
    gap: 0.75rem;
    align-content: start;
  }

  .cart-drawer__empty {
    margin: 0;
    color: rgba(20, 32, 28, 0.72);
    font-size: var(--fs-body);
  }

  .cart-drawer__item {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr) auto;
    gap: 0.85rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(20, 32, 28, 0.12);
  }

  .cart-drawer__image-link {
    display: block;
    width: 96px;
    height: 96px;
    background: #f4f6f8;
    border: 1px solid rgba(20, 32, 28, 0.12);
  }

  .cart-drawer__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .cart-drawer__meta {
    display: grid;
    gap: 0.25rem;
    align-content: start;
  }

  .cart-drawer__title {
    color: #353b43;
    text-decoration: none;
    font-size: clamp(1rem, 1.2vw, 1.35rem);
    font-weight: 600;
    line-height: 1.2;
  }

  .cart-drawer__variant {
    margin: 0;
    color: rgba(20, 32, 28, 0.7);
    font-size: var(--fs-body-small);
  }

  .cart-drawer__qty-row {
    display: inline-flex;
    align-items: center;
    margin-top: 0.2rem;
    border: 1px solid rgba(20, 32, 28, 0.2);
    min-height: 40px;
  }

  .cart-drawer__qty-row button {
    width: 36px;
    height: 38px;
    border: 0;
    background: transparent;
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
    color: #3a4048;
  }

  .cart-drawer__qty-row span {
    min-width: 34px;
    text-align: center;
    font-size: 1.05rem;
    color: #2f343b;
  }

  .cart-drawer__right {
    display: grid;
    justify-items: end;
    align-content: start;
    gap: 0.4rem;
  }

  .cart-drawer__price {
    margin: 0;
    color: #b61515;
    font-size: clamp(1rem, 1.4vw, 1.9rem);
    font-weight: 700;
  }

  .cart-drawer__remove {
    border: 0;
    background: transparent;
    font-size: 1.2rem;
    cursor: pointer;
  }

  .cart-drawer__footer {
    border-top: 1px solid rgba(20, 32, 28, 0.12);
    padding: 0.9rem 1.1rem 1rem;
    background: #fff;
    display: grid;
    gap: 0.7rem;
  }

  .cart-drawer__total {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    color: #353b43;
  }

  .cart-drawer__total span {
    font-size: clamp(1.15rem, 1.4vw, 1.7rem);
    font-weight: 700;
  }

  .cart-drawer__total strong {
    font-size: clamp(1.15rem, 1.4vw, 1.8rem);
  }

  .cart-drawer__delivery-note {
    margin: -0.25rem 0 0;
    font-size: var(--fs-body-small);
    color: rgba(20, 32, 28, 0.72);
  }

  .cart-drawer__checkout {
    min-height: var(--btn-height);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #115f8a;
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 700;
    padding: var(--btn-pad-y) var(--btn-pad-x);
    border-radius: 10px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    line-height: 1;
    transition: background 0.2s ease;
  }

  .cart-drawer__checkout:hover {
    background: #0f5278;
  }

  .cart-drawer__clear {
    min-height: var(--btn-height);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(20, 32, 28, 0.2);
    background: #ffffff;
    color: rgba(20, 32, 28, 0.82);
    border-radius: 10px;
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  }

  .cart-drawer__clear:hover,
  .cart-drawer__clear:focus-visible {
    background: #f5f7f9;
    border-color: rgba(20, 32, 28, 0.34);
    color: rgba(20, 32, 28, 0.92);
  }

  .cart-drawer__actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.55rem;
    align-items: stretch;
  }

  .cart-drawer__actions .cart-drawer__checkout {
    width: 100%;
  }

  .cart-drawer__actions .cart-drawer__clear {
    min-width: 128px;
    padding-inline: 0.9rem;
  }

  .site-header__benefit-icon {
    color: #115f8a;
    font-size: 1.05rem;
    line-height: 1;
  }

  .site-scroll-top {
    position: fixed;
    right: clamp(0.75rem, 2vw, 1.2rem);
    bottom: clamp(0.85rem, 2.4vw, 1.4rem);
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 999px;
    background: rgba(45, 140, 179, 0.94);
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1;
    display: grid;
    place-items: center;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.24);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    z-index: 90;
  }

  .site-scroll-top.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-scroll-top:hover,
  .site-scroll-top:focus-visible {
    background: #0f5278;
  }

  @media (max-width: 1199px) {
    .site-header__main {
      grid-template-columns: 1fr auto;
      grid-template-areas:
        'brand utilities';
      gap: 0.6rem;
      padding-top: 0.68rem;
      padding-bottom: 0.68rem;
    }

    .site-header__brand {
      grid-area: brand;
      justify-self: start;
    }

    .site-header__utilities {
      grid-area: utilities;
    }

    .site-header__search {
      display: none;
      grid-area: search;
    }

    .site-header__delivery {
      position: static;
      transform: none;
    }

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

    .site-header__mega--offers .site-header__mega-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-header__mega--offers .site-header__mega-promo {
      grid-column: 1 / -1;
    }
  }

  @media (max-width: 989px) {
    .site-header__main {
      grid-template-columns: 1fr auto;
      grid-template-areas:
        'brand utilities';
    }

    .site-header__search {
      display: none;
    }

    .site-header__menu-toggle {
      display: inline-flex;
    }

    .site-header__nav {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      max-height: calc(100vh - 118px);
      overflow-y: auto;
      white-space: normal;
      padding: 0.62rem 0.65rem 0.82rem;
      box-shadow: 0 16px 28px rgba(15, 23, 42, 0.22);
      border-top: 1px solid rgba(16, 28, 24, 0.08);
      border-bottom: 0;
      background: #edf3f7;
      z-index: 120;
    }

    .site-header.is-mobile-nav-open .site-header__nav {
      display: block;
    }

    .site-header__nav-inner {
      display: grid;
      gap: 0;
      min-height: 0;
      width: 100%;
      align-content: start;
      justify-content: stretch;
      grid-template-columns: 1fr;
      border-radius: 12px;
      background: #dfeaf1;
      border: 1px solid rgba(15, 23, 42, 0.1);
      overflow: hidden;
    }

    .site-header__delivery,
    .site-header__utilities > .site-header__nav-icon,
    .site-header__utilities > .site-header__nav-icon--button {
      display: none;
    }

    .site-header__benefits {
      display: none;
    }

    .site-header__nav-custom {
      background: transparent;
      border: 0;
    }

    .site-header__nav-custom-top {
      display: grid;
      grid-template-columns: 1fr;
      gap: 0;
      min-height: 0;
      padding: 0;
      background: #f8fafc;
      border-bottom: 0;
    }

    .site-header__nav-custom-sub {
      display: none;
      grid-template-columns: 1fr;
      gap: 0;
      min-height: 0;
      padding: 0;
      background: #f8fafc;
      padding: 0;
    }

    .site-header__nav-custom-sub.is-active {
      display: grid;
    }

    .site-header__nav-custom--single .site-header__nav-custom-sub {
      min-height: 0;
      display: grid;
      overflow: visible;
      background: transparent;
      padding: 0.35rem 0.45rem 0.5rem;
      gap: 0.32rem;
    }

    .site-header__nav-custom--single .site-header__nav-item--single {
      min-height: 0;
      display: block !important;
      width: 100%;
      visibility: visible !important;
      opacity: 1 !important;
      position: static !important;
      height: auto !important;
      max-height: none !important;
      transform: none !important;
    }


    .site-header__nav-search-panel {
      display: none;
    }

    .site-header__utilities .site-header__nav-icon--button {
      display: none;
    }

    .site-header__nav-custom--single .site-header__nav-link {
      min-height: 0;
      justify-content: flex-start;
      padding: 0.8rem 0.95rem;
      font-size: 0.96rem;
      color: #1f2f3c !important;
      border-top: 0;
      border-radius: 10px;
      background: #e6f1f8;
      box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
    }

    .site-header__nav-custom--single .site-header__nav-item--single > .site-header__nav-link,
    .site-header__nav-custom--single .site-header__nav-item--single > .site-header__nav-link--has-mega,
    .site-header__nav-custom--single .site-header__nav-item--single.is-active > .site-header__nav-link,
    .site-header__nav-custom--single .site-header__nav-item--single.is-open > .site-header__nav-link {
      color: #1f2f3c !important;
      -webkit-text-fill-color: #1f2f3c;
    }

    .site-header__nav-custom--single .site-header__nav-link:hover,
    .site-header__nav-custom--single .site-header__nav-link:focus-visible,
    .site-header__nav-custom--single .site-header__nav-link:active {
      color: #1f2f3c !important;
      background: #e8f2f8;
      box-shadow: inset 0 0 0 1px rgba(45, 140, 179, 0.3);
      text-decoration: none;
    }

    .site-header__nav-item:hover > .site-header__nav-link,
    .site-header__nav-item:focus-within > .site-header__nav-link,
    .site-header__nav-custom--single .site-header__nav-item--single.is-active > .site-header__nav-link {
      color: #1f2f3c !important;
      background: #e8f2f8;
      box-shadow: inset 0 0 0 1px rgba(45, 140, 179, 0.3);
    }

    .site-header__nav-custom--single .site-header__nav-link--has-mega::after {
      opacity: 0.86;
      right: 0.85rem;
      transform: translateY(-54%) rotate(0deg);
      color: rgba(31, 47, 60, 0.8);
    }

    .site-header__nav-custom--single .site-header__nav-item--single.is-open > .site-header__nav-link--has-mega::after {
      transform: translateY(-54%) rotate(90deg);
    }

    .site-header__nav-custom--single .site-header__nav-item--single + .site-header__nav-item--single::before {
      display: none;
    }

    .site-header__nav-custom--single .site-header__nav-link--promo {
      background: #e6002d;
      color: #ffffff;
      border-radius: 4px;
      min-width: 140px;
      padding-inline: 1.45rem;
      box-shadow: none;
    }

    .site-header__nav-custom--single .site-header__nav-link--promo:hover,
    .site-header__nav-custom--single .site-header__nav-link--promo:focus-visible,
    .site-header__nav-custom--single .site-header__nav-link--promo:active {
      color: #ffffff !important;
      background: #e6002d;
      box-shadow: none;
    }

    .site-header__nav-custom--single .site-header__mega {
      display: block !important;
      position: static;
      left: auto;
      right: auto;
      top: auto;
      opacity: 1;
      visibility: visible;
      transform: none;
      pointer-events: auto;
      box-shadow: none;
      border: 0;
      padding: 0;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.22s ease;
      background: #e6eff6;
    }

    .site-header__nav-custom--single .site-header__mega[hidden] {
      display: none !important;
    }

    .site-header__suite-topnav {
      min-height: 0;
      padding: 0.45rem 0;
      background: transparent;
      overflow: visible;
      display: grid;
      gap: 0;
      border-top: 0;
    }

    .site-header__suite-topnav a {
      min-height: 0;
      font-size: 0.95rem;
      color: #2f3834;
      border-top: 1px solid rgba(16, 28, 24, 0.08);
      border-radius: 0;
      padding: 0.82rem 0;
    }

    .site-header__suite-body {
      grid-template-columns: 1fr;
      gap: 0.5rem;
      padding: 0.45rem 0 0.4rem;
    }

    .site-header__mega--suite-links .site-header__suite-body {
      display: none !important;
    }

    .site-header__suite-cols {
      grid-template-columns: 1fr;
      gap: 0.4rem;
    }

    .site-header__suite-col {
      gap: 0.28rem;
      padding-bottom: 0.3rem;
      border-bottom: 1px solid rgba(16, 28, 24, 0.08);
    }

    .site-header__suite-col h3 {
      font-size: 0.9rem;
      margin: 0.2rem 0 0.15rem;
    }

    .site-header__suite-col a {
      font-size: 0.9rem;
      padding: 0.18rem 0;
    }

    .site-header__suite-promos {
      display: none;
    }

    .site-header__nav-custom--single .site-header__nav-item--single.is-open > .site-header__mega {
      display: block !important;
      max-height: none !important;
      overflow: visible !important;
      border-top: 0;
      padding: 0.36rem 0.2rem 0.35rem;
    }

    .site-header__nav-custom--single .site-header__nav-item--single > .site-header__mega:not([hidden]) {
      display: block !important;
      max-height: none !important;
      overflow: visible !important;
      border-top: 0;
      padding: 0.36rem 0.2rem 0.35rem;
    }

    .site-header__nav-custom--single .site-header__nav-item--single > .site-header__mega:not([hidden]) .site-header__mega-grid,
    .site-header__nav-custom--single .site-header__nav-item--single > .site-header__mega:not([hidden]) .site-header__mega-col,
    .site-header__nav-custom--single .site-header__nav-item--single > .site-header__mega:not([hidden]) .site-header__mega-col h3,
    .site-header__nav-custom--single .site-header__nav-item--single > .site-header__mega:not([hidden]) .site-header__mega-col a {
      display: block !important;
      visibility: visible !important;
      opacity: 1 !important;
    }

    .site-header__nav-custom--single .site-header__nav-item--single > .site-header__mega:not([hidden]) .site-header__mega-col {
      display: grid !important;
      background: #f8fafc !important;
    }

    .site-header__nav-custom--single .site-header__nav-item--single > .site-header__mega:not([hidden]) .site-header__mega-col h3 {
      color: rgba(31, 47, 60, 0.72) !important;
    }

    .site-header__nav-custom--single .site-header__nav-item--single > .site-header__mega:not([hidden]) .site-header__mega-col a {
      color: #1f2f3c !important;
      -webkit-text-fill-color: #1f2f3c !important;
      text-decoration: none !important;
      line-height: 1.3;
    }

    .site-header__nav-custom--single .site-header__nav-item--single > .site-header__mega:not([hidden]) .site-header__mega-col .site-header__color-link {
      display: inline-flex !important;
      align-items: center !important;
      gap: 0.5rem !important;
    }

    .site-header__nav-custom--single .site-header__nav-item--single > .site-header__mega:not([hidden]) * {
      opacity: 1 !important;
      visibility: visible !important;
    }

    .site-header__nav-custom--single .site-header__nav-item--single > .site-header__mega:not([hidden]) a {
      pointer-events: auto !important;
    }

    .site-header__nav-custom--single .site-header__mega-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 0.4rem;
      max-width: none;
      margin: 0;
    }

    .site-header__nav-custom--single .site-header__mega-col {
      display: grid;
      gap: 0.24rem;
      padding: 0.45rem 0.7rem 0.5rem;
      border-bottom: 1px solid rgba(16, 28, 24, 0.08);
      background: #f8fafc;
      border-radius: 8px;
    }

    .site-header__nav-custom--single .site-header__mega-col h3 {
      font-size: 0.84rem;
      letter-spacing: 0.03em;
      text-transform: uppercase;
      color: rgba(31, 47, 60, 0.66);
      margin: 0.2rem 0 0.15rem;
    }

    .site-header__nav-custom--single .site-header__mega-col a {
      display: block;
      font-size: 0.92rem;
      color: #1f2f3c;
      padding: 0.18rem 0;
    }

    .site-header__nav-custom--single .site-header__mega-promo {
      display: none;
    }

    .site-header__nav-tab {
      min-height: 0;
      border-radius: 0;
      background: transparent;
      color: #2f3834;
      border-top: 1px solid rgba(16, 28, 24, 0.08);
      border-left: 0;
      border-right: 0;
      border-bottom: 0;
      box-shadow: none;
      justify-content: flex-start;
      padding: 0.82rem 0;
      padding-right: 1.4rem;
    }

    .site-header__nav-custom-top > .site-header__nav-tab + .site-header__nav-tab {
      border-left: 0;
    }

    .site-header__nav-tab::after {
      right: 0;
    }

    .site-header__nav-tab.is-active {
      background: transparent;
      color: #2f3834;
      border-top-color: rgba(16, 28, 24, 0.08);
    }

    .site-header__nav-link {
      min-height: 0;
      width: 100%;
      padding: 0.82rem 0;
    }

    .site-header__nav-custom-sub .site-header__nav-link {
      color: #2f3834;
      border-top: 1px solid rgba(16, 28, 24, 0.08);
      width: 100%;
    }

    .site-header__nav-custom-sub .site-header__nav-link + .site-header__nav-link::before {
      display: none;
    }

    .site-header__nav-custom-sub .site-header__nav-link--promo {
      background: #e6002d;
      color: #ffffff !important;
      border-radius: 4px;
      min-width: 136px;
      padding-inline: 1.3rem;
      box-shadow: none;
    }

    .site-header__nav-custom-sub .site-header__nav-link--promo::after {
      color: #ffffff;
    }

    .site-header__nav-actions {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0.45rem;
      margin: 0.7rem 0 0.75rem;
      padding-top: 0.62rem;
      border-top: 1px solid rgba(16, 28, 24, 0.08);
    }

    .site-header__nav-actions--mobile {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 0.45rem;
      margin: 0.55rem 0.45rem 0.45rem;
      padding-top: 0.62rem;
      border-top: 1px solid rgba(16, 28, 24, 0.08);
    }

    .site-header__nav-icon {
      min-height: 42px;
      justify-content: center;
      width: 100%;
      border-radius: 10px;
      background: #e6f1f8;
      border: 1px solid rgba(31, 47, 60, 0.14);
    }

    .site-header__mobile-search {
      display: none;
      margin: 0 0.45rem 0.65rem;
    }

    .site-header__mobile-search.is-open {
      display: block;
    }

    .site-header__mobile-search-form {
      display: flex;
      align-items: center;
      min-height: 42px;
      border: 1px solid rgba(15, 23, 42, 0.14);
      border-radius: 10px;
      background: #e6f1f8;
      overflow: hidden;
    }

    .site-header__mobile-search-form input {
      width: 100%;
      border: 0;
      outline: 0;
      background: transparent;
      padding: 0 0.8rem;
      color: #17221f;
      font-size: 0.95rem;
    }

    .site-header__mobile-search-form button {
      width: 42px;
      height: 42px;
      border: 0;
      background: transparent;
      cursor: pointer;
      color: #2d3834;
    }

    .site-header__mobile-search-form svg {
      width: 20px;
      height: 20px;
    }

    .site-header__mega {
      display: none;
    }
  }

  @media (max-width: 749px) {
    .site-header__promo {
      min-height: 28px;
      font-size: 0.74rem;
      padding-inline: 0.6rem;
    }

    .site-header__main {
      padding-inline: 0.7rem;
      gap: 0.52rem;
    }

    .site-header__logo {
      width: 280px;
      height: auto;
    }

    .site-header__search {
      min-height: 42px;
    }

    .site-header__search button {
      width: 44px;
      height: 42px;
    }

    .site-header__icon {
      width: 1.8rem;
      height: 1.8rem;
    }

    .site-header__menu-toggle {
      width: 1.8rem;
      height: 1.8rem;
    }

    .site-header__delivery {
      display: none;
    }

    .site-header__nav-link {
      font-size: 0.88rem;
    }

    .site-header__benefits {
      grid-template-columns: 1fr;
      gap: 0.5rem;
      padding-inline: 0.7rem;
    }

    .site-header__benefits p {
      font-size: var(--fs-body-small);
    }

    .site-scroll-top {
      width: 42px;
      height: 42px;
      right: 0.7rem;
      bottom: 0.78rem;
    }

    .cart-drawer {
      display: none !important;
    }
  }
/* END_SECTION:header */

/* START_SECTION:hello-world (INDEX:10) */
.welcome {
    display: grid;
    grid-template-columns: var(--content-grid);
    background-color: #f6f6f7;
    padding: 72px 0;
  }

  .welcome-content {
    grid-column: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    width: 100%;
    padding: 0 24px;
  }

  .welcome-description {
    max-width: 80ch;
    line-height: 1.4;
    margin-top: 1.5rem;
  }

  .icon {
    width: 300px;
  }

  .highlights {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 50px;
  }

  @media (max-width: 1100px) {
    .highlights {
      grid-template-columns: 1fr;
    }
  }

  .highlight {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px;
    border-radius: 8px;
    background-color: #eef3ff;
    color: rgb(92, 95, 98);
    line-height: 1.4;
  }

  .highlight > * + * {
    margin-top: 1rem;
  }

  .highlight h3 {
    font-size: 1rem;
    color: rgb(32, 34, 35);
  }

  .highlight-description {
    flex: 1 1;
  }

  .highlight a {
    display: flex;
    width: fit-content;
    background-color: rgb(250, 251, 251);
    box-shadow: rgba(0, 0, 0, 0.2) 0px -3px 0px 0px inset, rgba(255, 255, 255, 0.9) 0px 2px 0px 0px inset;
    border: 1px solid rgb(140, 145, 150);
    border-radius: 4px;
    color: rgb(92, 95, 98);
    padding: 3px 10px 5px;
    text-decoration: none;
  }
/* END_SECTION:hello-world */

/* START_SECTION:hero-image (INDEX:11) */
.hero-rolling {
    position: relative;
    padding-top: var(--hero-rolling-padding-top, 0px);
    padding-bottom: var(--hero-rolling-padding-bottom, 0px);
  }

  .hero-rolling__track {
    position: relative;
    overflow: hidden;
    border: 0;
    background: #f4f8f6;
  }

  .hero-rolling__slide {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    display: none;
  }

  .hero-rolling__slide.is-active {
    display: block;
  }

  .hero-rolling--small .hero-rolling__slide {
    min-height: 300px;
    max-height: 300px;
  }

  .hero-rolling--medium .hero-rolling__slide {
    min-height: 340px;
    max-height: 340px;
  }

  .hero-rolling--large .hero-rolling__slide {
    min-height: 380px;
    max-height: 380px;
  }

  .hero-rolling__media,
  .hero-rolling__overlay,
  .hero-rolling__content-wrap {
    position: absolute;
    inset: 0;
  }

  .hero-rolling__media {
    background-image: url('{{ shared_fallback_asset }}');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
  }

  .hero-rolling__img,
  .hero-rolling__placeholder {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hero-rolling__img--mobile {
    display: none;
  }

  .hero-rolling__overlay {
    background: linear-gradient(
      110deg,
      rgba(14, 24, 21, calc(var(--hero-rolling-overlay-opacity, 0.22) + 0.12)) 0%,
      rgba(14, 24, 21, calc(var(--hero-rolling-overlay-opacity, 0.22) - 0.02)) 54%,
      rgba(14, 24, 21, calc(var(--hero-rolling-overlay-opacity, 0.22) - 0.1)) 100%
    );
    z-index: 2;
  }

  .hero-rolling__content-wrap {
    display: grid;
    align-items: center;
    width: min(var(--content-width), 100%);
    margin-inline: auto;
    padding-inline: clamp(0.7rem, 2vw, 1.4rem);
    z-index: 3;
  }

  .hero-rolling__content {
    display: grid;
    gap: 0.42rem;
    color: var(--hero-rolling-text-color, #ffffff);
    width: min(640px, 100%);
    background: linear-gradient(135deg, rgba(17, 41, 58, 0.88), rgba(17, 57, 82, 0.72));
    border-left: 4px solid rgba(255, 255, 255, 0.72);
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-right: 0;
    border-bottom: 0;
    border-radius: 4px;
    padding: clamp(1rem, 2.4vw, 1.55rem);
    box-shadow: 0 20px 34px rgba(9, 19, 30, 0.22);
    backdrop-filter: none;
  }

  .hero-rolling__content,
  .hero-rolling__eyebrow,
  .hero-rolling__heading,
  .hero-rolling__text,
  .hero-rolling__text p,
  .hero-rolling__text li,
  .hero-rolling__text a {
    color: #ffffff !important;
  }

  .hero-rolling__content--left {
    justify-self: start;
    text-align: left;
  }

  .hero-rolling__content--center {
    justify-self: center;
    text-align: center;
  }

  .hero-rolling__content--right {
    justify-self: end;
    text-align: right;
  }

  .hero-rolling__eyebrow {
    margin: 0;
    font-size: var(--fs-eyebrow);
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.9;
  }

  .hero-rolling__heading {
    margin: 0;
    font-size: clamp(1.7rem, 3vw, 2.75rem);
    line-height: 0.98;
    letter-spacing: -0.03em;
    text-wrap: balance;
  }

  .hero-rolling__text {
    margin: 0;
    max-width: 50ch;
    font-size: clamp(0.93rem, 1.2vw, 1rem);
    line-height: 1.6;
    opacity: 0.94;
  }

  .hero-rolling__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
  }

  .hero-rolling__content--center .hero-rolling__actions {
    justify-content: center;
  }

  .hero-rolling__content--right .hero-rolling__actions {
    justify-content: flex-end;
  }

  .hero-rolling__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: var(--btn-height);
    padding: var(--btn-pad-y) var(--btn-pad-x);
    border: 1px solid transparent;
    border-radius: var(--btn-radius);
    text-decoration: none;
    font-size: var(--fs-button);
    font-weight: var(--btn-font-weight);
    line-height: 1.2;
    box-shadow: none;
    transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
  }

  .hero-rolling__button--primary {
    background: #115f8a;
    color: #ffffff;
    border: 1px solid #115f8a;
  }

  .hero-rolling__button--secondary {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.42);
    box-shadow: none;
  }

  .hero-rolling__button--disabled {
    opacity: 1;
    cursor: not-allowed;
  }

  .hero-rolling__controls {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    left: auto;
    transform: none;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.35rem 0.45rem;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(17, 95, 138, 0.14);
    box-shadow: 0 10px 18px rgba(9, 19, 30, 0.12);
    backdrop-filter: none;
  }

  .hero-rolling__arrow {
    width: 1.85rem;
    height: 1.85rem;
    border: 0;
    border-radius: 4px;
    background: #115f8a;
    color: #ffffff;
    font-size: 0.95rem;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(17, 95, 138, 0.35);
    transition: transform 0.18s ease, background-color 0.18s ease;
  }

  .hero-rolling__dots {
    display: flex;
    gap: 0.3rem;
    margin-inline: 0.1rem;
  }

  .hero-rolling__dot {
    width: 0.42rem;
    height: 0.45rem;
    border-radius: 4px;
    border: 0;
    background: rgba(17, 95, 138, 0.22);
    cursor: pointer;
    padding: 0;
    transition: width 0.2s ease, background-color 0.2s ease;
  }

  .hero-rolling__dot.is-active {
    width: 1rem;
    background: #115f8a;
  }

  @media (hover: hover) {
    .hero-rolling__button:hover {
      transform: translateY(-1px);
      box-shadow: 0 14px 28px rgba(9, 19, 30, 0.4);
    }

    .hero-rolling__button--primary:hover,
    .hero-rolling__button--secondary:hover {
      border-color: #0f5378;
      color: #ffffff;
      background: #0f5378;
    }

    .hero-rolling__arrow:hover {
      background: #0f5378;
      transform: translateY(-1px);
    }
  }

  @media (max-width: 749px) {
    .hero-rolling {
      padding-top: var(--hero-rolling-padding-top-mobile, 0px);
      padding-bottom: var(--hero-rolling-padding-bottom-mobile, 0px);
    }

    .hero-rolling--small .hero-rolling__slide {
      min-height: 280px;
      max-height: 280px;
    }

    .hero-rolling--medium .hero-rolling__slide {
      min-height: 300px;
      max-height: 300px;
    }

    .hero-rolling--large .hero-rolling__slide {
      min-height: 320px;
      max-height: 320px;
    }

    .hero-rolling__media--has-mobile .hero-rolling__img--desktop {
      display: none;
    }

    .hero-rolling__media--has-mobile .hero-rolling__img--mobile {
      display: block;
    }

    .hero-rolling__content {
      gap: 0.35rem;
      width: 100%;
      border-radius: 14px;
      padding: 0.8rem;
    }

    .hero-rolling__heading {
      font-size: var(--fs-h3);
    }

    .hero-rolling__text {
      font-size: var(--fs-body-small);
    }

    .hero-rolling__button {
      min-height: var(--btn-height-mobile);
      font-size: var(--fs-button);
      padding: calc(var(--btn-pad-y) - 0.12rem) calc(var(--btn-pad-x) - 0.18rem);
    }

    .hero-rolling__arrow {
      display: inline-flex;
    }

    .hero-rolling__controls {
      right: 0.65rem;
      bottom: 0.65rem;
      padding: 0.28rem 0.38rem;
    }
  }

  .section-{{ section.id }} {
    --hero-rolling-overlay-opacity: {{ section.settings.overlay_opacity | divided_by: 100.0 }};
    --hero-rolling-text-color: {{ section.settings.text_color }};
    --hero-rolling-padding-top: {{ section.settings.padding_top }}px;
    --hero-rolling-padding-bottom: {{ section.settings.padding_bottom }}px;
    --hero-rolling-padding-top-mobile: {{ section.settings.padding_top_mobile }}px;
    --hero-rolling-padding-bottom-mobile: {{ section.settings.padding_bottom_mobile }}px;
  }
/* END_SECTION:hero-image */

/* START_SECTION:page (INDEX:12) */
.content-page {
    padding: clamp(1.1rem, 2vw, 2rem) clamp(1rem, 3.5vw, 2.5rem) clamp(2rem, 4vw, 3rem);
  }

  .content-page__shell {
    max-width: 980px;
    margin: 0 auto;
    display: grid;
    gap: 1rem;
  }

  .content-page__header {
    display: grid;
    gap: 0.3rem;
  }

  .content-page__eyebrow {
    margin: 0;
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(31, 47, 60, 0.62);
    font-weight: 700;
  }

  .content-page__title {
    margin: 0;
    font-size: clamp(2rem, 4.2vw, 3.25rem);
    line-height: 1.06;
    letter-spacing: -0.02em;
    color: #1f2f3c;
  }

  .content-page__intro {
    margin: 0;
    max-width: 68ch;
    color: rgba(31, 47, 60, 0.8);
    font-size: 1.03rem;
    line-height: 1.65;
  }

  .content-page--about {
    background:
      radial-gradient(circle at 96% 6%, rgba(45, 140, 179, 0.14), transparent 35%),
      linear-gradient(180deg, #eef4f8 0%, #f9fbfd 42%, #ffffff 100%);
  }

  .about-page-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(260px, 1fr);
    gap: clamp(0.75rem, 1.8vw, 1.05rem);
    align-items: stretch;
  }

  .about-page-hero__media {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    min-height: clamp(220px, 30vw, 340px);
    border: 1px solid rgba(31, 47, 60, 0.12);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.12);
    background: #dde7ef;
  }

  .about-page-hero__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    transform: scale(1.16);
    transform-origin: center;
  }

  .about-page-hero__placeholder {
    height: 100%;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 1rem;
    color: rgba(31, 47, 60, 0.72);
    font-weight: 600;
  }

  .about-page-hero__panel {
    border-radius: 18px;
    border: 1px solid rgba(31, 47, 60, 0.1);
    background:
      radial-gradient(circle at 16% 8%, rgba(45, 140, 179, 0.12), transparent 32%),
      #ffffff;
    padding: clamp(1rem, 2vw, 1.35rem);
    box-shadow: 0 16px 28px rgba(15, 23, 42, 0.09);
    display: grid;
    align-content: center;
    gap: 0.6rem;
  }

  .about-page-hero__panel h2 {
    margin: 0;
    color: #1f2f3c;
    font-size: clamp(1.35rem, 2.4vw, 1.75rem);
    line-height: 1.2;
    letter-spacing: -0.01em;
  }

  .about-page-hero__panel p {
    margin: 0;
    color: rgba(31, 47, 60, 0.85);
    line-height: 1.65;
    font-size: 0.98rem;
  }

  .content-page__body {
    background:
      radial-gradient(circle at 98% 0, rgba(45, 140, 179, 0.14), transparent 36%),
      linear-gradient(180deg, #ffffff, #f9fbfd);
    border: 1px solid rgba(31, 47, 60, 0.1);
    border-radius: 16px;
    padding: clamp(1rem, 2.2vw, 1.6rem);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.07);
    color: #29363f;
  }

  .sale-holding-page {
    display: grid;
    gap: 1rem;
  }

  .sale-holding-page__panel {
    max-width: 760px;
    border: 1px solid rgba(31, 47, 60, 0.12);
    border-radius: 16px;
    background:
      radial-gradient(circle at 100% 0%, rgba(17, 95, 138, 0.1), transparent 40%),
      #ffffff;
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
    padding: clamp(1.25rem, 3vw, 2rem);
    display: grid;
    gap: 0.85rem;
  }

  .sale-holding-page__eyebrow {
    margin: 0;
    font-size: 0.8rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #0f4f75;
    font-weight: 700;
  }

  .sale-holding-page__panel h2 {
    margin: 0;
    color: #1f2f3c;
    font-size: clamp(1.5rem, 3vw, 2.1rem);
    line-height: 1.08;
    letter-spacing: -0.02em;
  }

  .sale-holding-page__panel p {
    margin: 0;
    color: rgba(31, 47, 60, 0.82);
    line-height: 1.7;
    max-width: 58ch;
  }

  .sale-holding-page__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 0.25rem;
  }

  .sale-holding-page__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.85rem 1.35rem;
    border-radius: 8px;
    background: #115f8a;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: -0.01em;
    transition: background 0.2s ease, transform 0.2s ease;
  }

  .sale-holding-page__button:hover {
    background: #0f4f75;
    transform: translateY(-1px);
  }

  .sale-holding-page__button--secondary {
    background: transparent;
    color: #1f2f3c;
    border: 1px solid rgba(31, 47, 60, 0.16);
  }

  .sale-holding-page__button--secondary:hover {
    background: rgba(15, 79, 117, 0.06);
  }


  .sample-guide-page {
    display: grid;
    gap: 1rem;
  }

  .sample-guide-page__hero {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.9fr);
    gap: 0.95rem;
    align-items: stretch;
  }

  .sample-guide-page__intro-panel,
  .sample-guide-page__note,
  .sample-guide-page__card {
    border: 1px solid rgba(31, 47, 60, 0.12);
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff, #f9fbfd);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
    padding: clamp(1rem, 2.4vw, 1.45rem);
  }

  .sample-guide-page__intro-panel,
  .sample-guide-page__note {
    display: grid;
    gap: 0.65rem;
    align-content: start;
  }

  .sample-guide-page__eyebrow,
  .sample-guide-page__card-eyebrow {
    margin: 0;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #0f4f75;
  }

  .sample-guide-page__intro-panel h2,
  .sample-guide-page__note h3,
  .sample-guide-page__card h3 {
    margin: 0;
    color: #1f2f3c;
    line-height: 1.12;
  }

  .sample-guide-page__intro-panel h2 {
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    letter-spacing: -0.03em;
  }

  .sample-guide-page__intro-panel p,
  .sample-guide-page__note li,
  .sample-guide-page__card p {
    margin: 0;
    color: rgba(31, 47, 60, 0.82);
    line-height: 1.7;
  }

  .sample-guide-page__note ul {
    margin: 0;
    padding-left: 1.1rem;
    display: grid;
    gap: 0.45rem;
  }

  .sample-guide-page__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 0.2rem;
  }

  .sample-guide-page__button {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 1.15rem;
    border-radius: 8px;
    background: #115f8a;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
  }

  .sample-guide-page__button--secondary {
    background: transparent;
    color: #1f2f3c;
    border: 1px solid rgba(31, 47, 60, 0.16);
  }

  .sample-guide-page__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.95rem;
  }

  .sample-guide-page__card {
    display: grid;
    gap: 0.55rem;
  }

  .sample-guide-page__card a {
    color: #0f4f75;
    font-weight: 700;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.18em;
  }

  .customer-care-page {
    display: grid;
    gap: 1rem;
  }

  .customer-care-page__hero {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.95fr);
    gap: 0.95rem;
  }

  .customer-care-page__hero-copy,
  .customer-care-page__hero-panel {
    border: 1px solid rgba(31, 47, 60, 0.12);
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff, #f9fbfd);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
    padding: clamp(1rem, 2.4vw, 1.45rem);
    display: grid;
    gap: 0.55rem;
  }

  .customer-care-page__eyebrow,
  .customer-care-page__card-eyebrow {
    margin: 0;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #0f4f75;
  }

  .customer-care-page__hero-copy h2,
  .customer-care-page__hero-panel h3,
  .customer-care-page__card h3 {
    margin: 0;
    color: #1f2f3c;
    line-height: 1.12;
  }

  .customer-care-page__hero-copy h2 {
    font-size: clamp(1.6rem, 3.2vw, 2.25rem);
    letter-spacing: -0.02em;
  }

  .customer-care-page__hero-copy p:last-child,
  .customer-care-page__hero-panel p,
  .customer-care-page__card p {
    margin: 0;
    color: rgba(31, 47, 60, 0.8);
    line-height: 1.65;
  }

  .customer-care-page__hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 0.1rem;
  }

  .customer-care-page__button {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 1.15rem;
    border-radius: 8px;
    background: #115f8a;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
  }

  .customer-care-page__button--secondary {
    background: #ffffff;
    color: #1f2f3c;
    border: 1px solid rgba(31, 47, 60, 0.14);
  }

  .customer-care-page__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
  }

  .customer-care-page__card {
    border: 1px solid rgba(31, 47, 60, 0.12);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
    padding: 1rem 1.05rem;
    display: grid;
    gap: 0.5rem;
  }

  .customer-care-page__card a {
    width: fit-content;
    color: #115f8a;
    font-weight: 700;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
  }

  .content-page__body > *:first-child {
    margin-top: 0;
  }

  .content-page__body > *:last-child {
    margin-bottom: 0;
  }

  .content-page__body p,
  .content-page__body li {
    font-size: 1.02rem;
    line-height: 1.7;
  }

  .content-page--about .content-page__body p + p {
    margin-top: 0.35rem;
  }

  .content-page--faq {
    background:
      radial-gradient(circle at 4% 6%, rgba(45, 140, 179, 0.13), transparent 26%),
      linear-gradient(180deg, #eef4f8 0%, #f7fbfe 42%, #ffffff 100%);
  }

  .faq-page {
    display: grid;
    gap: 0.78rem;
  }

  .faq-page__top-icons {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem;
  }

  .faq-page__icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.46rem;
    min-height: 44px;
    padding: 0.48rem 0.64rem;
    border-radius: 13px;
    border: 1px solid rgba(31, 47, 60, 0.16);
    background: linear-gradient(180deg, #ffffff, #f6fafc);
    color: #1f2f3c;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
  }

  .faq-page__icon-link > span:nth-child(2) {
    margin-right: auto;
  }

  .faq-page__icon-link-cue {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 24px;
    padding: 0 0.48rem;
    border-radius: 999px;
    border: 1px solid rgba(17, 95, 138, 0.34);
    background: rgba(45, 140, 179, 0.12);
    color: #115f8a;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }

  .faq-page__icon-link:hover,
  .faq-page__icon-link:focus-visible {
    border-color: rgba(17, 95, 138, 0.42);
    background: linear-gradient(180deg, #ffffff, #eef7fb);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.14);
    transform: translateY(-1px);
  }

  .faq-page__icon-link:focus-visible {
    outline: 2px solid rgba(17, 95, 138, 0.38);
    outline-offset: 2px;
  }

  .faq-page__icon-link-mark {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    display: inline-grid;
    place-items: center;
    background: rgba(45, 140, 179, 0.14);
    font-size: 0.85rem;
  }

  .faq-page__section {
    display: grid;
    gap: 0.5rem;
  }

  .faq-page__section#faq-delivery {
    margin-top: clamp(1rem, 2vw, 1.5rem);
    padding-top: clamp(0.55rem, 1.2vw, 0.8rem);
    border-top: 1px solid rgba(31, 47, 60, 0.1);
  }

  .faq-page__section h2 {
    margin: 0;
    color: #1f2f3c;
    font-size: clamp(1.08rem, 2vw, 1.35rem);
    line-height: 1.2;
  }

  .faq-page__list {
    display: grid;
    gap: 0.58rem;
  }

  .faq-page__item {
    border: 1px solid rgba(31, 47, 60, 0.12);
    border-radius: 14px;
    background:
      radial-gradient(circle at 96% 8%, rgba(45, 140, 179, 0.08), transparent 34%),
      #ffffff;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.07);
    padding: 0.05rem 0.7rem 0.58rem;
  }

  .faq-page__item summary {
    cursor: pointer;
    list-style: none;
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.35;
    color: #1f2f3c;
    padding: 0.68rem 1.75rem 0.25rem 0;
    position: relative;
  }

  .faq-page__item summary::-webkit-details-marker {
    display: none;
  }

  .faq-page__item summary::after {
    content: '+';
    position: absolute;
    right: 0.1rem;
    top: 0.64rem;
    font-size: 1.1rem;
    font-weight: 700;
    color: #2d8cb3;
  }

  .faq-page__item[open] summary::after {
    content: '-';
  }

  .faq-page__item p {
    margin: 0.08rem 0 0.02rem;
    color: #324250;
    line-height: 1.66;
  }

  .faq-page__cta {
    width: fit-content;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.58rem 1.2rem;
    border-radius: 11px;
    border: 1px solid rgba(25, 113, 147, 0.4);
    text-decoration: none;
    font-weight: 800;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
    color: #ffffff;
    background: linear-gradient(180deg, #36a4cf, #22789b);
    box-shadow: 0 14px 24px rgba(25, 96, 126, 0.24);
  }

  .opening-hours-page {
    display: grid;
    gap: 1rem;
  }

  .opening-hours-page__intro {
    display: grid;
    gap: 0.35rem;
    background: linear-gradient(180deg, #ffffff, #f9fbfd);
    border: 1px solid rgba(31, 47, 60, 0.12);
    border-radius: 16px;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
    padding: 0.95rem 1rem;
  }

  .opening-hours-page__intro h2 {
    margin: 0;
    color: #1f2f3c;
    font-size: 1.28rem;
    line-height: 1.2;
  }

  .opening-hours-page__intro h3 {
    margin: 0;
    color: rgba(31, 47, 60, 0.78);
    font-size: 1rem;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.06em;
  }

  .opening-hours-page__intro p {
    margin: 0;
    color: #2b3a46;
    line-height: 1.65;
  }

  .opening-hours-page__row {
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff, #f9fbfd);
    border: 1px solid rgba(31, 47, 60, 0.12);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 0;
  }

  .opening-hours-page__map-wrap {
    min-height: 250px;
    background: #e7eff5;
  }

  .opening-hours-page__map {
    width: 100%;
    height: 100%;
    min-height: 250px;
    border: 0;
    display: block;
  }

  .opening-hours-page__content {
    display: grid;
    gap: 0.45rem;
    align-content: center;
    padding: 1rem 1.05rem;
    color: #26343f;
  }

  .opening-hours-page__content h2 {
    margin: 0;
    color: #1f2f3c;
    font-size: 1.28rem;
    line-height: 1.2;
  }

  .opening-hours-page__content p {
    margin: 0;
    line-height: 1.6;
  }

  .opening-hours-page__content .opening-hours-page__address {
    margin-top: 0.42rem;
  }

  .opening-hours-page__content a {
    width: fit-content;
    margin-top: 0.3rem;
    color: #2d8cb3;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    font-weight: 700;
  }

  .opening-hours-page__assist {
    display: grid;
    gap: 0.45rem;
    background: linear-gradient(180deg, #1b3a50, #1f4a65);
    color: #e6f0f6;
    border-radius: 14px;
    padding: 0.92rem 1rem;
    box-shadow: 0 12px 24px rgba(17, 31, 46, 0.15);
  }

  .opening-hours-page__assist h2 {
    margin: 0;
    color: #ffffff;
    font-size: 1.08rem;
    line-height: 1.2;
  }

  .opening-hours-page__assist p {
    margin: 0;
    font-size: 0.94rem;
    line-height: 1.55;
    color: rgba(230, 240, 246, 0.92);
  }

  .opening-hours-page__contact-button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.72rem 1.6rem;
    border-radius: 12px;
    border: 1px solid rgba(25, 113, 147, 0.4);
    text-decoration: none;
    font-weight: 800;
    font-size: 0.98rem;
    letter-spacing: 0.02em;
    color: #ffffff;
    background: linear-gradient(180deg, #36a4cf, #22789b);
    box-shadow: 0 14px 24px rgba(25, 96, 126, 0.28);
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
    width: fit-content;
  }

  @media (hover: hover) {
    .opening-hours-page__contact-button:hover,
    .opening-hours-page__contact-button:focus-visible {
      transform: translateY(-1px);
      filter: brightness(1.03);
      box-shadow: 0 18px 30px rgba(25, 96, 126, 0.3);
    }
  }

  .content-page__body--planning h2 {
    margin-top: 0;
  }

  .content-page__body h2,
  .content-page__body h3,
  .content-page__body h4 {
    color: #1f2f3c;
    line-height: 1.2;
    margin-top: 1.2em;
    margin-bottom: 0.5em;
  }

  .content-page__body a {
    color: #2d8cb3;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
  }

  .content-page__body a:hover,
  .content-page__body a:focus-visible {
    color: #25779a;
  }

  .content-page__body table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
  }

  .content-page__body th,
  .content-page__body td {
    border: 1px solid rgba(31, 47, 60, 0.14);
    padding: 0.52rem 0.62rem;
    text-align: left;
  }

  .content-page__body th {
    background: rgba(45, 140, 179, 0.1);
    color: #1f2f3c;
    font-weight: 700;
  }

  .content-page--delivery {
    background:
      radial-gradient(circle at 2% 3%, rgba(45, 140, 179, 0.16), transparent 24%),
      linear-gradient(180deg, #edf3f8 0%, #f7fafc 36%, #ffffff 100%);
  }

  .content-page__shell--delivery {
    gap: 1.1rem;
  }

  .delivery-page-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.7rem;
  }

  .delivery-page-highlights__card {
    margin: 0;
    background: #ffffff;
    border: 1px solid rgba(31, 47, 60, 0.12);
    border-radius: 14px;
    padding: 0.72rem 0.82rem;
    box-shadow: 0 10px 20px rgba(17, 31, 46, 0.08);
  }

  .delivery-page-highlights__icon {
    margin: 0 0 0.35rem;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(45, 140, 179, 0.14);
    color: #1f2f3c;
    font-weight: 800;
    line-height: 1;
  }

  .delivery-page-highlights__card h2 {
    margin: 0 0 0.28rem;
    font-size: 1.02rem;
    line-height: 1.25;
    color: #1f2f3c;
  }

  .delivery-page-highlights__card p {
    margin: 0;
    color: #3c4a54;
    font-size: 0.92rem;
    line-height: 1.5;
  }

  .delivery-page-assist {
    display: grid;
    gap: 0.4rem;
    background: linear-gradient(180deg, #1b3a50, #1f4a65);
    color: #e6f0f6;
    border-radius: 14px;
    padding: 0.92rem 1rem;
    box-shadow: 0 12px 24px rgba(17, 31, 46, 0.15);
  }

  .delivery-page-assist h2 {
    margin: 0;
    color: #ffffff;
    font-size: 1.08rem;
    line-height: 1.2;
  }

  .delivery-page-assist p {
    margin: 0;
    font-size: 0.94rem;
    line-height: 1.55;
    color: rgba(230, 240, 246, 0.92);
  }

  .delivery-page-assist a {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0.38rem 0.8rem;
    border-radius: 999px;
    text-decoration: none;
    color: #1f2f3c;
    background: #ffffff;
    font-weight: 700;
    font-size: 0.88rem;
    border: 1px solid rgba(255, 255, 255, 0.4);
  }

  .delivery-page-faq {
    display: grid;
    gap: 0.62rem;
  }

  .delivery-page-faq__head h2 {
    margin: 0;
    color: #1f2f3c;
    font-size: clamp(1.2rem, 2.3vw, 1.55rem);
    line-height: 1.2;
  }

  .delivery-page-faq__list {
    display: grid;
    gap: 0.54rem;
  }

  .delivery-page-faq__item {
    border: 1px solid rgba(31, 47, 60, 0.12);
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.06);
    padding: 0.1rem 0.72rem 0.6rem;
  }

  .delivery-page-faq__item summary {
    cursor: pointer;
    list-style: none;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
    color: #1f2f3c;
    padding: 0.62rem 1.62rem 0.2rem 0;
    position: relative;
  }

  .delivery-page-faq__item summary::-webkit-details-marker {
    display: none;
  }

  .delivery-page-faq__item summary::after {
    content: '+';
    position: absolute;
    right: 0.1rem;
    top: 0.58rem;
    font-size: 1.06rem;
    font-weight: 700;
    color: #2d8cb3;
  }

  .delivery-page-faq__item[open] summary::after {
    content: '-';
  }

  .delivery-page-faq__item p {
    margin: 0.08rem 0 0;
    color: #33424e;
    line-height: 1.62;
  }

  .contact-page-form {
    display: grid;
    gap: 0.75rem;
    border: 1px solid rgba(31, 47, 60, 0.12);
    border-radius: 16px;
    background: #ffffff;
    padding: clamp(1rem, 2.1vw, 1.4rem);
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.08);
  }

  .contact-page-form__head h2 {
    margin: 0;
    color: #1f2f3c;
    font-size: clamp(1.25rem, 2.2vw, 1.6rem);
    line-height: 1.2;
  }

  .contact-page-form__head p {
    margin: 0.3rem 0 0;
    color: rgba(31, 47, 60, 0.78);
    font-size: 0.96rem;
    line-height: 1.6;
  }

  .contact-page-form__form {
    display: grid;
    gap: 0.62rem;
  }

  .contact-page-form__field {
    display: grid;
    gap: 0.28rem;
  }

  .contact-page-form__field span {
    color: #1f2f3c;
    font-size: 0.9rem;
    font-weight: 600;
  }

  .contact-page-form__field input,
  .contact-page-form__field select,
  .contact-page-form__field textarea {
    min-height: 44px;
    width: 100%;
    border: 1px solid rgba(31, 47, 60, 0.2);
    border-radius: 10px;
    padding: 0.5rem 0.62rem;
    font-size: 0.95rem;
    color: #22313e;
    background: #ffffff;
  }

  .contact-page-form__field textarea {
    min-height: 132px;
    resize: vertical;
  }

  .contact-page-form__field input:focus-visible,
  .contact-page-form__field select:focus-visible,
  .contact-page-form__field textarea:focus-visible {
    outline: 2px solid rgba(45, 140, 179, 0.24);
    border-color: #2d8cb3;
  }

  .contact-page-form__field.is-hidden {
    display: none;
  }

  .contact-page-form__submit {
    min-height: 44px;
    width: fit-content;
    border: 0;
    border-radius: 999px;
    padding: 0.55rem 1.15rem;
    background: linear-gradient(180deg, #2d8cb3, #25779a);
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
  }

  .contact-page-form__success {
    margin: 0;
    padding: 0.55rem 0.7rem;
    border-radius: 10px;
    background: rgba(20, 140, 76, 0.1);
    color: #115f3a;
    font-size: 0.92rem;
    font-weight: 600;
  }

  .contact-page-form .errors {
    margin: 0;
    padding: 0.55rem 0.7rem;
    border-radius: 10px;
    background: rgba(191, 17, 17, 0.08);
    border: 1px solid rgba(191, 17, 17, 0.2);
    color: #8b1515;
    font-size: 0.9rem;
  }

  @media (max-width: 749px) {
    .content-page {
      padding-top: 0.85rem;
      padding-bottom: 1.5rem;
    }

    .sample-guide-page__hero,
    .sample-guide-page__grid,
    .customer-care-page__hero,
    .customer-care-page__grid {
      grid-template-columns: 1fr;
    }

    .content-page__body {
      border-radius: 12px;
    }

    .about-page-hero {
      grid-template-columns: 1fr;
      gap: 0.65rem;
    }

    .faq-page__item {
      border-radius: 12px;
      padding-inline: 0.62rem;
    }

    .faq-page__top-icons {
      grid-template-columns: 1fr;
    }

    .faq-page__item summary {
      font-size: 0.96rem;
      padding-right: 1.45rem;
    }

    .faq-page__cta {
      width: 100%;
    }

    .opening-hours-page__row {
      grid-template-columns: 1fr;
      gap: 0.65rem;
    }

    .opening-hours-page__contact-button {
      width: 100%;
    }

    .about-page-hero__media {
      min-height: 200px;
      border-radius: 14px;
    }

    .about-page-hero__image {
      object-position: center 28%;
      transform: scale(1.1);
    }

    .about-page-hero__panel {
      border-radius: 14px;
    }

    .delivery-page-highlights {
      grid-template-columns: 1fr;
      gap: 0.55rem;
    }

    .contact-page-form__submit {
      width: 100%;
    }
  }

  @media (min-width: 750px) and (max-width: 989px) {
    .delivery-page-highlights {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
/* END_SECTION:page */

/* START_SECTION:product (INDEX:14) */
html {
    scrollbar-gutter: stable;
  }

  body {
    overflow-y: scroll;
  }

  .pdp {
    max-width: 1380px;
    margin-inline: auto;
    padding: 1rem clamp(0.65rem, 1.4vw, 1rem) 1.8rem;
  }

  .pdp__crumbs {
    margin: 0 0 0.8rem;
    color: rgba(20, 32, 28, 0.72);
    font-size: var(--fs-body-small);
  }

  .pdp__crumbs a {
    color: inherit;
    text-decoration: none;
  }

  .pdp__crumbs span {
    margin-inline: 0.32rem;
  }

  .pdp__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
    gap: 0;
    border: 1px solid rgba(20, 32, 28, 0.1);
    background: #e8f2f8;
    border-radius: 12px;
    overflow: hidden;
  }

  .pdp__media {
    padding: 0.8rem;
    background: #e8f2f8;
    border-right: 1px solid rgba(20, 32, 28, 0.08);
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 0.72rem;
    align-items: start;
  }

  .pdp__thumbs {
    display: grid;
    gap: 0.5rem;
  }

  .pdp__thumb {
    width: 60px;
    height: 60px;
    padding: 0;
    border: 1px solid rgba(20, 32, 28, 0.18);
    background: #fff;
    cursor: pointer;
  }

  .pdp__thumb.is-active {
    border-color: #20262d;
  }

  .pdp__thumb-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .pdp__main-wrap {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
  }

  .pdp__main-image {
    width: 100%;
    aspect-ratio: 1 / 1.2;
    object-fit: cover;
  }

  .pdp__panel {
    background: #e8f2f8;
    padding: 1rem 1.1rem;
    min-width: 0;
  }

  .pdp__back-results {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0.56rem;
    min-height: 38px;
    padding: 0.46rem 0.86rem;
    border-radius: 10px;
    border: 1px solid rgba(17, 95, 138, 0.34);
    background: linear-gradient(180deg, #ffffff, #f4f9fc);
    color: #115f8a;
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    cursor: pointer;
    transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
  }

  .pdp__back-results--bottom {
    display: none;
    margin-top: 0.8rem;
  }

  .pdp__title {
    margin: 0;
    font-size: clamp(1.35rem, 2vw, 2rem);
    line-height: 1.1;
    color: #323841;
  }

  .pdp__sku {
    margin: 0.35rem 0 0;
    font-size: var(--fs-body-small);
    color: rgba(20, 32, 28, 0.72);
  }

  .pdp__reviews {
    margin: 0.35rem 0 0;
    font-size: var(--fs-body-small);
    color: rgba(20, 32, 28, 0.78);
  }

  .pdp__price {
    margin: 0.75rem 0 0;
    font-size: clamp(1.2rem, 1.6vw, 1.5rem);
    line-height: 1.2;
    color: #252b32;
  }

  .pdp__price-sale {
    color: #bf1111;
    font-weight: 700;
  }

  .pdp__price-compare {
    margin-left: 0.4rem;
    text-decoration: line-through;
    color: rgba(20, 32, 28, 0.55);
    font-size: 0.92em;
  }

  .pdp__price-suffix {
    margin-left: 0.26rem;
    color: rgba(20, 32, 28, 0.8);
    font-size: 0.8em;
    font-weight: 600;
  }

  .pdp__subtitle {
    margin: 0.25rem 0 0;
    color: #115f8a;
    font-size: var(--fs-body);
    font-weight: 700;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }

  .pdp__shipping {
    margin-top: 0.75rem;
    padding-bottom: 0.7rem;
    border-bottom: 1px solid rgba(20, 32, 28, 0.1);
    color: rgba(20, 32, 28, 0.8);
    font-size: var(--fs-body-small);
    line-height: 1.45;
  }

  .pdp__row {
    margin-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(20, 32, 28, 0.1);
  }

  .pdp__row-title {
    margin: 0;
    font-size: var(--fs-body);
    font-weight: 600;
    color: rgba(20, 32, 28, 0.82);
  }

  .pdp__swatches {
    margin-top: 0.45rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
  }

  .pdp__swatch {
    min-height: 24px;
    padding: 0.2rem 0.48rem;
    border: 1px solid rgba(20, 32, 28, 0.18);
    background: #fff;
    font-size: 0.72rem;
    color: rgba(20, 32, 28, 0.76);
  }

  .pdp__swatch.is-active {
    border-color: #1c222a;
  }

  .pdp__form {
    margin-top: 0.75rem;
    display: grid;
    gap: 0.6rem;
  }

  .pdp__field {
    display: grid;
    gap: 0.22rem;
  }

  .pdp__field span {
    font-size: var(--fs-body-small);
    font-weight: 600;
    color: rgba(20, 32, 28, 0.8);
  }

  .pdp__field select,
  .pdp__field input {
    min-height: 42px;
    border: 1px solid rgba(20, 32, 28, 0.2);
    background: #fff;
    padding: 0.36rem 0.55rem;
    font-size: var(--fs-body);
  }

  .pdp__qty-box {
    background: rgba(255, 255, 255, 0.55);
    padding: 0.62rem;
  }

  .pdp__delivery-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.42rem;
  }

  .pdp__primary-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.42rem;
  }

  .pdp__delivery-btn {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #115f8aa1;
    color: #fff;
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    border-radius: 10px;
    border: 0;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
  }

  .pdp__add {
    min-height: 42px;
    border: 0;
    background: #115f8aa1;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 10px;
  }

  .pdp__sample-modal[hidden] {
    display: none;
  }

  .pdp__sample-modal {
    position: fixed;
    inset: 0;
    z-index: 2147483647;
    display: grid;
    place-items: center;
    padding: 0.8rem;
    isolation: isolate;
  }

  .pdp__sample-modal-overlay {
    position: absolute;
    inset: 0;
    z-index: 99991;
    border: 0;
    background: rgba(15, 23, 42, 0.42);
    backdrop-filter: blur(1.5px);
    cursor: pointer;
  }

  .pdp__sample-modal-panel {
    position: relative;
    z-index: 99992;
    width: min(560px, 100%);
    margin: 0;
    max-height: calc(100vh - 1.6rem);
    overflow-y: auto;
    background: #ffffff;
    border: 1px solid rgba(20, 32, 28, 0.12);
    border-radius: 14px;
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.28);
    padding: 1rem;
  }

  .pdp__sample-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.7rem;
    margin-bottom: 0.65rem;
  }

  .pdp__sample-modal-header h3 {
    margin: 0;
    color: #2a3340;
    font-size: 1.18rem;
  }

  .pdp__sample-modal-close {
    border: 0;
    background: transparent;
    color: #3a4655;
    font-size: 1.8rem;
    line-height: 1;
    cursor: pointer;
  }

  .pdp__sample-form {
    display: grid;
    gap: 0.7rem;
  }

  .pdp__sample-field {
    display: grid;
    gap: 0.22rem;
  }

  .pdp__sample-field span {
    color: rgba(20, 32, 28, 0.8);
    font-size: var(--fs-body-small);
    font-weight: 600;
  }

  .pdp__sample-field input,
  .pdp__sample-field textarea {
    width: 100%;
    border: 1px solid rgba(20, 32, 28, 0.2);
    background: #fff;
    border-radius: 8px;
    padding: 0.5rem 0.62rem;
    color: #17221f;
    font-size: var(--fs-body);
    font-family: inherit;
  }

  .pdp__sample-field input {
    min-height: 44px;
  }

  .pdp__sample-field textarea {
    min-height: 132px;
    resize: vertical;
  }

  .pdp__sample-field input:focus-visible,
  .pdp__sample-field textarea:focus-visible {
    outline: 2px solid rgba(17, 95, 138, 0.4);
    outline-offset: 1px;
    border-color: rgba(17, 95, 138, 0.55);
  }

  .pdp__sample-submit {
    min-height: 42px;
    border: 0;
    border-radius: 10px;
    background: #115f8aa1;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    cursor: pointer;
  }

  .pdp__sample-submit[disabled] {
    opacity: 0.75;
    cursor: wait;
  }

  .pdp__sample-success {
    border: 1px solid rgba(17, 95, 138, 0.26);
    background: rgba(17, 95, 138, 0.08);
    border-radius: 10px;
    padding: 0.85rem;
  }

  .pdp__sample-success h4 {
    margin: 0 0 0.35rem;
    color: #0f4f75;
    font-size: 1.02rem;
  }

  .pdp__sample-success p {
    margin: 0;
    color: rgba(20, 32, 28, 0.84);
    line-height: 1.45;
    font-size: 0.94rem;
  }

  .pdp__sample-success p + p {
    margin-top: 0.22rem;
  }

  .pdp__trust {
    margin-top: 0.75rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.35rem;
  }

  .pdp__trust p {
    margin: 0;
    background: rgba(17, 95, 138, 0.12);
    border-radius: 8px;
    padding: 0.44rem 0.5rem;
    font-size: 0.68rem;
    color: rgba(20, 32, 28, 0.82);
    text-align: center;
    line-height: 1.25;
  }

  .pdp__info {
    margin-top: 0.8rem;
    border-top: 1px solid rgba(20, 32, 28, 0.1);
    padding-top: 0.75rem;
  }

  .pdp__info-heading {
    margin: 0;
    font-size: clamp(1.05rem, 1.4vw, 1.45rem);
    line-height: 1.2;
    color: #323841;
  }

  .pdp__summary-text {
    margin: 0.55rem 0 0.4rem;
    font-size: var(--fs-body);
    line-height: 1.55;
    color: rgba(20, 32, 28, 0.82);
  }

  .pdp__summary-text--panel {
    margin: 0.45rem 0 0.2rem;
    display: grid;
    gap: 0.2rem;
  }

  .pdp__summary-copy {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .pdp__summary-link {
    margin-left: 0;
    color: #323841;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .pdp__info-item {
    border-top: 1px solid rgba(20, 32, 28, 0.1);
  }

  .pdp__info .pdp__info-item:first-of-type {
    border-top: 0;
  }

  .pdp__info-item:last-child {
    border-bottom: 1px solid rgba(20, 32, 28, 0.1);
  }

  .pdp__info-item summary {
    min-height: 58px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
    cursor: pointer;
    font-size: clamp(1rem, 1.15vw, 1.25rem);
    font-weight: 700;
    color: #323841;
  }

  .pdp__info-item summary::-webkit-details-marker {
    display: none;
  }

  .pdp__chevron {
    color: rgba(20, 32, 28, 0.56);
    font-size: 2rem;
    line-height: 1;
    transition: transform 0.2s ease;
  }

  .pdp__info-item[open] .pdp__chevron {
    transform: rotate(90deg);
  }

  .pdp__info-body {
    padding: 0 0 0.8rem;
    font-size: var(--fs-body-small);
    line-height: 1.6;
    color: rgba(20, 32, 28, 0.8);
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .pdp__info-body img,
  .pdp__info-body svg,
  .pdp__info-body video,
  .pdp__info-body iframe,
  .pdp__info-body table {
    max-width: 100%;
  }

  .pdp__info-body table {
    display: block;
    overflow-x: auto;
  }

  @media (max-width: 989px) {
    .pdp__layout {
      grid-template-columns: 1fr;
    }

    .pdp__media {
      border-right: 0;
      border-bottom: 1px solid rgba(20, 32, 28, 0.08);
    }
  }

  @media (max-width: 749px) {
    .pdp__media {
      grid-template-columns: 1fr;
    }

    .pdp__thumbs {
      grid-template-columns: repeat(6, minmax(0, 1fr));
      display: grid;
    }

    .pdp__thumb {
      width: 100%;
      height: 60px;
    }

    .pdp__primary-actions {
      grid-template-columns: 1fr;
    }

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

    .pdp__back-results--bottom {
      display: inline-flex;
      width: 100%;
    }
  }

  @media (hover: hover) {
    .pdp__back-results:hover {
      border-color: rgba(17, 95, 138, 0.56);
      background: linear-gradient(180deg, #f8fdff, #eaf4fb);
      color: #0e4f72;
    }

    .pdp__delivery-btn:hover,
    .pdp__add:hover,
    .pdp__sample-submit:hover {
      background: #115f8a;
    }
  }
/* END_SECTION:product */

/* START_SECTION:search (INDEX:15) */
.search-results {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
  .search-results .prev,
  .search-results .page,
  .search-results .next {
    grid-column: 1 / -1;
  }
/* END_SECTION:search */

/* START_SECTION:shop-by-living-space (INDEX:16) */
.shop-by-space {
    padding-top: var(--space-padding-top, 44px);
    padding-bottom: var(--space-padding-bottom, 44px);
  }

  .shop-by-space__header {
    max-width: 740px;
    margin-bottom: 1rem;
  }

  .shop-by-space__eyebrow {
    margin: 0;
    color: var(--space-accent, #115f8aa1);
    font-size: var(--fs-eyebrow);
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .shop-by-space__heading {
    margin: 0.45rem 0 0;
    font-size: var(--fs-h2);
    line-height: 1.08;
    letter-spacing: -0.02em;
  }

  .shop-by-space__text {
    margin-top: 0.4rem;
    color: rgba(20, 32, 28, 0.74);
    line-height: 1.45;
    font-size: var(--fs-body);
  }

  .shop-by-space__grid {
    display: grid;
    gap: 0.6rem;
    grid-template-columns: 1fr;
  }

  .shop-by-space__grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shop-by-space__grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .shop-by-space__grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .shop-by-space__card {
    position: relative;
    display: grid;
    overflow: hidden;
    border: 1px solid rgba(20, 32, 28, 0.14);
    border-radius: 14px;
    background: #f6fbff;
    min-height: 220px;
    box-shadow: 0 6px 14px rgba(17, 95, 138, 0.1);
  }

  .shop-by-space__card:nth-child(even) {
    background: #f1f8fd;
  }

  .shop-by-space__media,
  .shop-by-space__overlay,
  .shop-by-space__body {
    grid-area: 1 / 1;
  }

  .shop-by-space__image,
  .shop-by-space__placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
  }

  .shop-by-space__overlay {
    background: linear-gradient(180deg, rgba(10, 35, 54, 0.08) 0%, rgba(10, 35, 54, 0.72) 100%);
  }

  .shop-by-space__body {
    align-self: end;
    z-index: 2;
    display: grid;
    gap: 0.25rem;
    padding: 0.88rem;
    color: #ffffff;
  }

  .shop-by-space__title {
    margin: 0;
    font-size: var(--fs-h3);
    line-height: 1.16;
    letter-spacing: -0.01em;
  }

  .shop-by-space__description {
    margin: 0;
    font-size: var(--fs-body-small);
    line-height: 1.42;
    color: rgba(255, 255, 255, 0.88);
  }

  .shop-by-space__link {
    width: fit-content;
    margin-top: 0.25rem;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.88);
    font-size: var(--fs-button);
    font-weight: var(--btn-font-weight);
    letter-spacing: 0.01em;
    min-height: var(--btn-height-mobile);
    display: inline-flex;
    align-items: center;
  }

  @media (hover: hover) {
    .shop-by-space__card:hover .shop-by-space__image {
      transform: scale(1.035);
    }

    .shop-by-space__card:hover {
      box-shadow: 0 10px 20px rgba(17, 95, 138, 0.16);
    }

    .shop-by-space__card:hover .shop-by-space__link {
      color: #9ed0e8;
      border-bottom-color: #9ed0e8;
    }
  }

  @media (max-width: 989px) {
    .shop-by-space__grid--4,
    .shop-by-space__grid--3 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 749px) {
    .shop-by-space {
      padding-top: var(--space-padding-top-mobile, 28px);
      padding-bottom: var(--space-padding-bottom-mobile, 28px);
    }

    .shop-by-space__grid,
    .shop-by-space__grid--2,
    .shop-by-space__grid--3,
    .shop-by-space__grid--4 {
      grid-template-columns: 1fr;
    }

    .shop-by-space__card {
      min-height: 200px;
    }
  }

  .section-{{ section.id }} {
    --space-accent: {{ section.settings.accent_color }};
    --space-padding-top: calc({{ section.settings.padding_top }}px * var(--section-space-scale));
    --space-padding-bottom: calc({{ section.settings.padding_bottom }}px * var(--section-space-scale));
    --space-padding-top-mobile: calc({{ section.settings.padding_top_mobile }}px * var(--section-space-scale));
    --space-padding-bottom-mobile: calc({{ section.settings.padding_bottom_mobile }}px * var(--section-space-scale));
  }
/* END_SECTION:shop-by-living-space */

/* START_SECTION:shop-by-type (INDEX:17) */
.shop-by-type {
    padding-top: var(--type-padding-top, 36px);
    padding-bottom: var(--type-padding-bottom, 36px);
    padding-inline: clamp(1rem, 2.2vw, 1.75rem);
  }

  .shop-by-type__header {
    max-width: 740px;
    margin-bottom: 0.9rem;
  }

  .shop-by-type__eyebrow {
    margin: 0;
    color: var(--type-accent, #115f8aa1);
    font-size: var(--fs-eyebrow);
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .shop-by-type__heading {
    margin: 0.42rem 0 0;
    font-size: var(--fs-h2);
    line-height: 1.08;
    letter-spacing: -0.02em;
  }

  .shop-by-type__text {
    margin-top: 0.34rem;
    color: rgba(20, 32, 28, 0.74);
    line-height: 1.42;
    font-size: var(--fs-body);
  }

  .shop-by-type__grid {
    display: grid;
    gap: 0.55rem;
    grid-template-columns: 1fr;
  }

  .shop-by-type__grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shop-by-type__grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .shop-by-type__grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .shop-by-type__card {
    position: relative;
    display: grid;
    overflow: hidden;
    border: 1px solid rgba(18, 42, 58, 0.12);
    border-radius: 6px;
    background: #ffffff;
    min-height: 0;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.05);
  }

  .shop-by-type__card:nth-child(even) {
    background: #fbfcfd;
  }

  .shop-by-type__media,
  .shop-by-type__overlay,
  .shop-by-type__body {
    grid-area: 1 / 1;
  }

  .shop-by-type__media {
    aspect-ratio: 16/10;
    overflow: hidden;
  }

  .shop-by-type__image,
  .shop-by-type__placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
  }

  .shop-by-type__overlay {
    background: linear-gradient(180deg, rgba(10, 35, 54, 0.12) 0%, rgba(10, 35, 54, 0.78) 100%);
  }

  .shop-by-type__body {
    align-self: end;
    z-index: 2;
    display: grid;
    gap: 0.62rem;
    padding: 1.2rem 1.2rem 1.3rem;
    color: #ffffff;
  }

  .shop-by-type__title {
    margin: 0;
    font-size: var(--fs-h3);
    line-height: 1.15;
    letter-spacing: -0.01em;
  }

  .shop-by-type__description {
    margin: 0;
    font-size: var(--fs-body-small);
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.94);
    min-height: 3em;
    max-width: 38ch;
  }

  .shop-by-type__link {
    width: fit-content;
    margin-top: 0.24rem;
    min-height: var(--btn-height);
    padding: var(--btn-pad-y) var(--btn-pad-x);
    border-radius: var(--btn-radius);
    border: 1px solid rgba(255, 255, 255, 0.92);
    background: #ffffff;
    color: #115f8a;
    text-decoration: none;
    font-size: var(--fs-button);
    font-weight: var(--btn-font-weight);
    letter-spacing: 0.01em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 18px rgba(15, 23, 42, 0.08);
  }

  @media (hover: hover) {
    .shop-by-type__card:hover .shop-by-type__image {
      transform: scale(1.035);
    }

    .shop-by-type__card:hover {
      box-shadow: 0 20px 34px rgba(15, 23, 42, 0.08);
    }

    .shop-by-type__card:hover .shop-by-type__link {
      color: #0f5378;
      background: #ffffff;
      border-color: #ffffff;
      box-shadow: 0 12px 22px rgba(15, 23, 42, 0.12);
    }
  }

  @media (max-width: 989px) {
    .shop-by-type__grid--4,
    .shop-by-type__grid--3 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 749px) {
    .shop-by-type {
      padding-top: var(--type-padding-top-mobile, 24px);
      padding-bottom: var(--type-padding-bottom-mobile, 24px);
      padding-inline: 0.9rem;
    }

    .shop-by-type__grid,
    .shop-by-type__grid--2,
    .shop-by-type__grid--3,
    .shop-by-type__grid--4 {
      grid-template-columns: 1fr;
    }

    .shop-by-type__body {
      padding: 1rem 1rem 1.1rem;
      gap: 0.52rem;
    }
  }

  .section-{{ section.id }} {
    --type-accent: {{ section.settings.accent_color }};
    --type-padding-top: calc({{ section.settings.padding_top }}px * var(--section-space-scale));
    --type-padding-bottom: calc({{ section.settings.padding_bottom }}px * var(--section-space-scale));
    --type-padding-top-mobile: calc({{ section.settings.padding_top_mobile }}px * var(--section-space-scale));
    --type-padding-bottom-mobile: calc({{ section.settings.padding_bottom_mobile }}px * var(--section-space-scale));
  }
/* END_SECTION:shop-by-type */

/* START_SECTION:shopping-with-us (INDEX:18) */
.shopping-with-us {
    padding-top: var(--shopping-padding-top, 28px);
    padding-bottom: var(--shopping-padding-bottom, 28px);
  }

  .shopping-with-us__header {
    margin-bottom: 0.8rem;
  }

  .shopping-with-us__heading {
    margin: 0;
    font-size: var(--fs-h2);
    line-height: 1.08;
    letter-spacing: -0.02em;
    color: #14201c;
  }

  .shopping-with-us__grid {
    display: grid;
    gap: 0.55rem;
    grid-template-columns: 1fr;
  }

  .shopping-with-us__grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shopping-with-us__grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .shopping-with-us__card {
    padding: 0.92rem;
    border: 1px solid rgba(20, 32, 28, 0.14);
    border-radius: 14px;
    background: #f6fbff;
  }

  .shopping-with-us__card:nth-child(even) {
    background: #f1f8fd;
  }

  .shopping-with-us__title {
    margin: 0;
    font-size: var(--fs-h3);
    line-height: 1.2;
    color: #14201c;
  }

  .shopping-with-us__text {
    margin: 0.28rem 0 0;
    font-size: var(--fs-body-small);
    line-height: 1.4;
    color: rgba(20, 32, 28, 0.76);
  }

  @media (max-width: 989px) {
    .shopping-with-us__grid--3 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 749px) {
    .shopping-with-us {
      padding-top: var(--shopping-padding-top-mobile, 20px);
      padding-bottom: var(--shopping-padding-bottom-mobile, 20px);
    }

    .shopping-with-us__grid,
    .shopping-with-us__grid--2,
    .shopping-with-us__grid--3 {
      grid-template-columns: 1fr;
    }
  }

  .section-{{ section.id }} {
    --shopping-padding-top: calc({{ section.settings.padding_top }}px * var(--section-space-scale));
    --shopping-padding-bottom: calc({{ section.settings.padding_bottom }}px * var(--section-space-scale));
    --shopping-padding-top-mobile: calc({{ section.settings.padding_top_mobile }}px * var(--section-space-scale));
    --shopping-padding-bottom-mobile: calc({{ section.settings.padding_bottom_mobile }}px * var(--section-space-scale));
  }
/* END_SECTION:shopping-with-us */

/* START_SECTION:showroom-locations (INDEX:19) */
.showroom-locations {
    padding-top: var(--showroom-padding-top, 24px);
    padding-bottom: var(--showroom-padding-bottom, 28px);
    padding-inline: clamp(0.75rem, 1.4vw, 1.1rem);
    border: none;
    border-radius: 0;
    background: transparent;
    color: #14201c;
  }

  .showroom-locations__header {
    max-width: 680px;
    margin-inline: auto;
    margin-bottom: clamp(0.65rem, 1.4vw, 0.95rem);
    text-align: center;
  }

  .showroom-locations__eyebrow {
    margin: 0;
    color: var(--showroom-accent, #115f8aa1);
    font-size: var(--fs-eyebrow);
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .showroom-locations__heading {
    margin: 0.45rem 0 0;
    font-size: var(--fs-h2);
    line-height: 1.1;
    letter-spacing: -0.028em;
    text-wrap: balance;
  }

  .showroom-locations__text {
    margin-top: 0.35rem;
    max-width: 56ch;
    margin-inline: auto;
    line-height: 1.45;
    color: rgba(20, 32, 28, 0.75);
    font-size: var(--fs-body);
  }

  .showroom-locations__grid {
    display: grid;
    gap: clamp(0.5rem, 1vw, 0.7rem);
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .showroom-locations__grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: center;
  }

  .showroom-locations__card {
    display: grid;
    grid-template-columns: 1fr;
    width: min(100%, 520px);
    overflow: hidden;
    border-radius: var(--showroom-card-radius, 14px);
    border: 1px solid rgba(22, 62, 48, 0.16);
    background: #f6fbff;
    box-shadow: 0 6px 14px rgba(22, 62, 48, 0.07);
    margin-inline: auto;
  }

  .showroom-locations__card:nth-child(even) {
    background: #f1f8fd;
  }

  .showroom-locations__image-wrap {
    aspect-ratio: var(--showroom-image-ratio, 16/8);
    max-height: 260px;
    min-height: 220px;
    overflow: hidden;
    display: grid;
    place-items: center;
    background: #ffffff;
  }

  .showroom-locations__image {
    width: 50%;
    max-width: 50%;
    max-height: 100%;
    height: auto;
    object-fit: contain;
    margin-inline: auto;
    transition: transform 0.35s ease;
  }

  .showroom-locations__placeholder {
    width: 50%;
    max-width: 50%;
    height: auto;
    transition: transform 0.35s ease;
  }

  .showroom-locations__map {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
  }

  .showroom-locations__body {
    display: grid;
    gap: 0.42rem;
    padding: clamp(0.8rem, 1.2vw, 1rem);
    align-content: start;
  }

  .showroom-locations__name {
    margin: 0;
    font-size: var(--fs-h3);
    line-height: 1.18;
    letter-spacing: -0.02em;
  }

  .showroom-locations__description {
    margin: 0;
    color: rgba(20, 32, 28, 0.78);
    line-height: 1.45;
    font-size: var(--fs-body);
  }

  .showroom-locations__meta {
    margin: 0;
    font-size: var(--fs-body-small);
    color: rgba(20, 32, 28, 0.65);
  }

  .showroom-locations__actions {
    margin-top: 0.35rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
  }

  .showroom-locations__sub-actions {
    display: contents;
  }

  .showroom-locations__button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: var(--btn-height);
    padding: var(--btn-pad-y) var(--btn-pad-x);
    border-radius: var(--btn-radius);
    border: 1px solid transparent;
    font-size: var(--fs-button);
    font-weight: var(--btn-font-weight);
    text-decoration: none;
    line-height: 1.2;
    text-align: center;
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  }

  .showroom-locations__button--primary {
    background: #115f8a;
    color: #ffffff;
    width: 100%;
  }

  .showroom-locations__button--secondary {
    border-color: transparent;
    color: #ffffff;
    background: #115f8a;
    flex: 1 1 180px;
  }

  @media (hover: hover) {
    .showroom-locations__card:hover .showroom-locations__image {
      transform: scale(1.035);
    }

    .showroom-locations__button:hover {
      transform: translateY(-1px);
    }

    .showroom-locations__button--primary:hover {
      background: #0f5278;
    }

    .showroom-locations__button--secondary:hover {
      background: #0f5278;
    }
  }

  @media (max-width: 989px) {
    .showroom-locations__grid--2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: clamp(0.45rem, 1vw, 0.6rem);
    }

    .showroom-locations__card {
      width: 100%;
      max-width: none;
    }

    .showroom-locations__image-wrap {
      min-height: 180px;
      max-height: 220px;
    }

    .showroom-locations__body {
      padding: 0.68rem;
      gap: 0.3rem;
    }
  }

  @media (max-width: 620px) {
    .showroom-locations__grid--2 {
      grid-template-columns: 1fr;
    }

    .showroom-locations {
      padding-top: var(--showroom-padding-top-mobile, 20px);
      padding-bottom: var(--showroom-padding-bottom-mobile, 20px);
      padding-inline: 0.7rem;
      border-radius: 0;
    }

    .showroom-locations__body {
      padding: 0.72rem;
      gap: 0.26rem;
    }

    .showroom-locations__actions {
      gap: 0.28rem;
    }

    .showroom-locations__button {
      min-height: var(--btn-height-mobile);
      font-size: var(--fs-button);
      padding: calc(var(--btn-pad-y) - 0.12rem) calc(var(--btn-pad-x) - 0.18rem);
    }
  }

  .section-{{ section.id }} {
    --showroom-padding-top: calc({{ section.settings.padding_top }}px * var(--section-space-scale));
    --showroom-padding-bottom: calc({{ section.settings.padding_bottom }}px * var(--section-space-scale));
    --showroom-padding-top-mobile: calc({{ section.settings.padding_top_mobile }}px * var(--section-space-scale));
    --showroom-padding-bottom-mobile: calc({{ section.settings.padding_bottom_mobile }}px * var(--section-space-scale));
    --showroom-card-radius: {{ section.settings.card_radius }}px;
    {% if section.settings.image_ratio == 'square' %}
      --showroom-image-ratio: 1 / 1;
    {% elsif section.settings.image_ratio == 'portrait' %}
      --showroom-image-ratio: 3 / 4;
    {% else %}
      --showroom-image-ratio: 16 / 9;
    {% endif %}
  }
/* END_SECTION:showroom-locations */

/* START_SECTION:tile-categories (INDEX:20) */
.tile-categories {
    padding-top: var(--tile-categories-padding-top, 36px);
    padding-bottom: var(--tile-categories-padding-bottom, 36px);
    padding-inline: clamp(1rem, 2.2vw, 1.75rem);
    border: none;
    border-radius: 0;
    background: transparent;
    color: #16201c;
  }

  .tile-categories__header {
    max-width: 820px;
    margin-bottom: clamp(0.95rem, 1.8vw, 1.25rem);
  }

  .tile-categories__eyebrow {
    margin: 0;
    color: var(--tile-categories-accent, #115f8aa1);
    font-size: var(--fs-eyebrow);
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .tile-categories__heading {
    margin: 0.45rem 0 0;
    font-size: var(--fs-h2);
    line-height: 1.05;
    letter-spacing: -0.025em;
    text-wrap: balance;
  }

  .tile-categories__text {
    margin-top: 0.65rem;
    color: rgba(22, 32, 28, 0.76);
    max-width: 64ch;
    line-height: 1.55;
    font-size: var(--fs-body);
  }

  .tile-categories__grid {
    display: grid;
    gap: clamp(0.75rem, 1.7vw, 1rem);
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

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

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

  .tile-categories__grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .tile-categories__card {
    position: relative;
    display: grid;
    overflow: hidden;
    border: 1px solid rgba(18, 42, 58, 0.12);
    border-radius: var(--tile-categories-card-radius, 6px);
    background: #ffffff;
    min-height: 0;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.25s ease;
  }

  .tile-categories__card:nth-child(even) {
    background: #fbfcfd;
  }

  .tile-categories__image-wrap {
    aspect-ratio: var(--tile-categories-ratio, 4/3);
    overflow: hidden;
    border-bottom: 1px solid rgba(20, 32, 28, 0.1);
  }

  .tile-categories__image,
  .tile-categories__placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease, filter 0.25s ease;
  }

  .tile-categories__body {
    position: static;
    display: grid;
    gap: 0.42rem;
    padding: clamp(0.95rem, 1.8vw, 1.25rem);
    background: transparent;
    z-index: 2;
  }

  .tile-categories__card-title {
    margin: 0;
    font-size: var(--fs-h3);
    line-height: 1.16;
    letter-spacing: -0.01em;
    color: #14201c;
  }

  .tile-categories__card-text {
    margin: 0;
    color: rgba(20, 32, 28, 0.74);
    line-height: 1.5;
    font-size: var(--fs-body-small);
    max-width: 34ch;
  }

  .tile-categories__link {
    width: fit-content;
    margin-top: 0.48rem;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    border: 1px solid #115f8a;
    background: #115f8a;
    border-radius: 5px;
    padding: 0.5rem 0.9rem;
    line-height: 1.2;
    font-size: var(--fs-button);
    min-height: var(--btn-height-mobile);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 18px rgba(15, 23, 42, 0.08);
    z-index: 3;
    position: relative;
  }

  .tile-categories__card-hitarea {
    position: absolute;
    inset: 0;
    z-index: 1;
  }

  .tile-categories__card--linked .tile-categories__body {
    padding-right: 4.2rem;
  }

  .tile-categories__card--linked::after {
    content: '\2197';
    position: absolute;
    right: 1rem;
    bottom: 1.05rem;
    width: 1.7rem;
    height: 1.7rem;
    display: grid;
    place-items: center;
    border-radius: 5px;
    border: 1px solid #115f8a;
    color: #ffffff;
    background: #115f8a;
    font-size: var(--fs-button);
    z-index: 3;
    box-shadow: 0 10px 18px rgba(15, 23, 42, 0.08);
  }

  @media (hover: hover) {
    .tile-categories__card:hover {
      transform: translateY(-2px);
      border-color: rgba(18, 42, 58, 0.18);
      box-shadow: 0 20px 34px rgba(15, 23, 42, 0.08);
    }

    .tile-categories__card:hover .tile-categories__image {
      transform: scale(1.045);
      filter: saturate(1.08);
    }

    .tile-categories__card:hover .tile-categories__link {
      background: #0f5278;
      border-color: #0f5278;
      color: #ffffff;
    }

    .tile-categories__card:hover::after {
      border-color: #0f5278;
      background: #0f5278;
      color: #ffffff;
    }
  }

  @media (max-width: 989px) {
    .tile-categories__grid--4,
    .tile-categories__grid--3 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 749px) {
    .tile-categories {
      padding-top: var(--tile-categories-padding-top-mobile, 40px);
      padding-bottom: var(--tile-categories-padding-bottom-mobile, 40px);
      padding-inline: 0.9rem;
      border-radius: 0;
    }

    .tile-categories__grid,
    .tile-categories__grid--2,
    .tile-categories__grid--3,
    .tile-categories__grid--4 {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .tile-categories__body {
      gap: 0.4rem;
    }

    .tile-categories__card {
      min-height: 0;
    }
  }

  .section-{{ section.id }} {
    --tile-categories-padding-top: calc({{ section.settings.padding_top }}px * var(--section-space-scale));
    --tile-categories-padding-bottom: calc({{ section.settings.padding_bottom }}px * var(--section-space-scale));
    --tile-categories-padding-top-mobile: calc({{ section.settings.padding_top_mobile }}px * var(--section-space-scale));
    --tile-categories-padding-bottom-mobile: calc({{ section.settings.padding_bottom_mobile }}px * var(--section-space-scale));
    --tile-categories-card-radius: {{ section.settings.card_radius }}px;
    --tile-categories-card-bg: {{ section.settings.card_bg }};
    --tile-categories-accent: {{ section.settings.accent_color }};
    {% if section.settings.image_ratio == 'square' %}
      --tile-categories-ratio: 1/1;
    {% elsif section.settings.image_ratio == 'portrait' %}
      --tile-categories-ratio: 3/4;
    {% else %}
      --tile-categories-ratio: 4/3;
    {% endif %}
  }
/* END_SECTION:tile-categories */

/* START_SECTION:trending-now (INDEX:21) */
.trending-now {
    padding-top: var(--trending-padding-top, 36px);
    padding-bottom: var(--trending-padding-bottom, 36px);
    padding-inline: clamp(1rem, 2.2vw, 1.75rem);
  }

  .trending-now__header {
    max-width: 760px;
    margin-bottom: 0.95rem;
  }

  .trending-now__heading {
    margin: 0;
    font-size: var(--fs-h2);
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #14201c;
  }

  .trending-now__text {
    margin-top: 0.35rem;
    font-size: var(--fs-body);
    line-height: 1.45;
    color: rgba(20, 32, 28, 0.76);
  }

  .trending-now__grid {
    display: grid;
    gap: 0.55rem;
    grid-template-columns: 1fr;
  }

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

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

  .trending-now__grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .trending-now__card {
    border: 1px solid rgba(20, 32, 28, 0.14);
    border-radius: 14px;
    background: #f6fbff;
    overflow: hidden;
    box-shadow: 0 6px 14px rgba(17, 95, 138, 0.1);
  }

  .trending-now__card:nth-child(even) {
    background: #f1f8fd;
  }

  .trending-now__media {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-bottom: 1px solid rgba(20, 32, 28, 0.1);
  }

  .trending-now__image,
  .trending-now__placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
  }

  .trending-now__body {
    padding: 0.84rem;
  }

  .trending-now__title {
    margin: 0;
    font-size: var(--fs-h3);
    line-height: 1.25;
    letter-spacing: -0.01em;
  }

  .trending-now__title a {
    color: #14201c;
    text-decoration: none;
  }

  .trending-now__price {
    margin: 0.26rem 0 0;
    font-size: var(--fs-body-small);
    color: rgba(20, 32, 28, 0.78);
  }

  .trending-now__price-sale {
    color: #115f8aa1;
    font-weight: 700;
  }

  .trending-now__price-compare {
    margin-left: 0.3rem;
    text-decoration: line-through;
    color: rgba(20, 32, 28, 0.5);
  }

  .trending-now__empty {
    padding: 0.8rem;
    border: 1px dashed rgba(20, 32, 28, 0.25);
    background: #f8fbfa;
    color: rgba(20, 32, 28, 0.74);
    font-size: var(--fs-body-small);
  }

  @media (hover: hover) {
    .trending-now__card:hover .trending-now__image {
      transform: scale(1.035);
    }

    .trending-now__card:hover {
      box-shadow: 0 10px 20px rgba(17, 95, 138, 0.16);
    }
  }

  @media (max-width: 989px) {
    .trending-now__grid--4,
    .trending-now__grid--3 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 749px) {
    .trending-now {
      padding-top: var(--trending-padding-top-mobile, 20px);
      padding-bottom: var(--trending-padding-bottom-mobile, 20px);
      padding-inline: 0.9rem;
    }

    .trending-now__grid,
    .trending-now__grid--2,
    .trending-now__grid--3,
    .trending-now__grid--4 {
      grid-template-columns: 1fr;
    }
  }

  .section-{{ section.id }} {
    --trending-padding-top: calc({{ section.settings.padding_top }}px * var(--section-space-scale));
    --trending-padding-bottom: calc({{ section.settings.padding_bottom }}px * var(--section-space-scale));
    --trending-padding-top-mobile: calc({{ section.settings.padding_top_mobile }}px * var(--section-space-scale));
    --trending-padding-bottom-mobile: calc({{ section.settings.padding_bottom_mobile }}px * var(--section-space-scale));
  }
/* END_SECTION:trending-now */

/* START_SECTION:trust-strip (INDEX:22) */
.trust-strip {
    padding-top: var(--trust-strip-padding-top, 28px);
    padding-bottom: var(--trust-strip-padding-bottom, 28px);
    padding-inline: clamp(1rem, 2.2vw, 1.75rem);
  }

  .trust-strip__inner {
    display: grid;
    gap: 0.9rem;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .trust-strip__eyebrow {
    margin: 0;
    color: var(--trust-strip-accent, #115f8aa1);
    font-size: var(--fs-eyebrow);
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .trust-strip__heading {
    margin: 0.35rem 0 0;
    font-size: var(--fs-h2);
    line-height: 1.12;
    letter-spacing: -0.015em;
    color: #14201c;
  }

  .trust-strip__text {
    margin-top: 0.3rem;
    color: rgba(20, 32, 28, 0.74);
    line-height: 1.4;
    font-size: var(--fs-body);
  }

  .trust-strip__items {
    display: grid;
    gap: 0.5rem;
    grid-template-columns: 1fr;
  }

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

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

  .trust-strip__items--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .trust-strip__item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.5rem;
    align-items: start;
    padding: 0.82rem;
    border: 1px solid rgba(20, 32, 28, 0.14);
    border-radius: 14px;
    background: #f6fbff;
  }

  .trust-strip__item:nth-child(even) {
    background: #f1f8fd;
  }

  .trust-strip__icon-wrap {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(17, 95, 138, 0.28);
    background: rgba(17, 95, 138, 0.08);
    border-radius: 10px;
  }

  .trust-strip__icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
  }

  .trust-strip__item-title {
    margin: 0;
    font-size: var(--fs-h3);
    line-height: 1.2;
    color: #14201c;
  }

  .trust-strip__item-text {
    margin: 0.18rem 0 0;
    font-size: var(--fs-body-small);
    line-height: 1.35;
    color: rgba(20, 32, 28, 0.72);
  }

  .trust-strip__item-subtext {
    margin: 0.16rem 0 0;
    font-size: var(--fs-body-small);
    line-height: 1.32;
    color: rgba(20, 32, 28, 0.58);
  }

  @media (max-width: 989px) {
    .trust-strip__items--4,
    .trust-strip__items--3 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 749px) {
    .trust-strip {
      padding-top: var(--trust-strip-padding-top-mobile, 20px);
      padding-bottom: var(--trust-strip-padding-bottom-mobile, 20px);
      padding-inline: 0.9rem;
    }

    .trust-strip__inner {
      padding: 0.7rem;
      gap: 0.72rem;
    }

    .trust-strip__items,
    .trust-strip__items--2,
    .trust-strip__items--3,
    .trust-strip__items--4 {
      grid-template-columns: 1fr;
    }
  }

  .section-{{ section.id }} {
    --trust-strip-accent: {{ section.settings.accent_color }};
    --trust-strip-padding-top: calc({{ section.settings.padding_top }}px * var(--section-space-scale));
    --trust-strip-padding-bottom: calc({{ section.settings.padding_bottom }}px * var(--section-space-scale));
    --trust-strip-padding-top-mobile: calc({{ section.settings.padding_top_mobile }}px * var(--section-space-scale));
    --trust-strip-padding-bottom-mobile: calc({{ section.settings.padding_bottom_mobile }}px * var(--section-space-scale));
  }
/* END_SECTION:trust-strip */

/* CSS from block stylesheet tags */
/* START_BLOCK:group (INDEX:23) */
.group {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    width: 100%;
  }

  .group--horizontal {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 var(--padding);
  }

  .group--vertical {
    flex-direction: column;
    align-items: var(--alignment);
    padding: var(--padding) 0;
  }
/* END_BLOCK:group */

/* START_BLOCK:text (INDEX:24) */
.text {
    text-align: var(--text-align);
  }
  .text--title {
    font-size: 2rem;
    font-weight: 700;
  }
  .text--subtitle {
    font-size: 1.5rem;
  }
/* END_BLOCK:text */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:image (INDEX:29) */
.image {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
  }

  .image > img {
    width: 100%;
    height: auto;
  }
/* END_SNIPPET:image */