/** Shopify CDN: Minification failed

Line 488:7 Unexpected "{"
Line 488:16 Expected ":"
Line 494:9 Unexpected "{"
Line 494:18 Expected ":"
Line 496:14 Expected identifier but found whitespace
Line 496:16 Unexpected "{"
Line 496:25 Expected ":"
Line 496:52 Expected ":"
Line 498:16 Expected identifier but found whitespace
Line 498:18 Unexpected "{"
... and 65 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:404 (INDEX:0) */
.page-not-found {
    width: 100%;
    box-sizing: border-box;
  }
  .page-not-found__inner {
    width: 100%;
    box-sizing: border-box;
  }
  .page-not-found__cta:hover {
    opacity: 0.9;
  }
/* END_SECTION:404 */

/* START_SECTION:bundle-save (INDEX:6) */
.bs-section {
    width: 100%;
  }
  .bs-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
  }
  .bs-heading-wrap {
    text-align: center;
    margin-bottom: 40px;
  }
  .bs-heading-wrap--top_and_bottom::before,
  .bs-heading-wrap--top_and_bottom::after,
  .bs-heading-wrap--top_only::before,
  .bs-heading-wrap--bottom_only::after {
    content: "";
    display: block;
    height: 1px;
    background: currentColor;
    opacity: 0.2;
    margin: 0 auto 12px;
    max-width: 60px;
  }
  .bs-heading-wrap--top_and_bottom::after,
  .bs-heading-wrap--bottom_only::after {
    margin: 12px auto 0;
  }
  .bs-heading-wrap--top_only::after { display: none; }
  .bs-heading-wrap--bottom_only::before { display: none; }
  .bs-heading {
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgb(var(--bs-heading-color, 17, 17, 17));
    margin: 0;
  }
  .bs-offers {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: var(--bs-offers-gap, 24px);
    margin-bottom: 48px;
  }
  .bs-offer {
    position: relative;
    background: rgb(var(--bs-offer-bg, 255, 255, 255));
    border-radius: 8px;
    padding: 24px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  }
  .bs-offer-badge {
    display: inline-block;
    font-size: 0.7rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #0a7c42;
    margin-bottom: 8px;
  }
  .bs-offer-title {
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0 0 16px;
    color: inherit;
  }
  .bs-offer-image-wrap {
    aspect-ratio: 1;
    max-width: 180px;
    margin: 0 auto 16px;
    border-radius: 6px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.04);
  }
  .bs-offer-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .bs-offer-placeholder {
    width: 100%;
    height: 100%;
    opacity: 0.4;
  }
  .bs-offer-unit-price {
    font-size: 0.85rem;
    opacity: 0.85;
    margin: 0 0 8px;
  }
  .bs-offer-prices {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
  }
  .bs-offer-price {
    font-size: 1.25rem;
    font-weight: 600;
    color: rgb(var(--bs-price-color, 17, 17, 17));
  }
  .bs-offer-compare {
    font-size: 0.95rem;
    color: rgb(var(--bs-compare-color, 120, 120, 120));
    text-decoration: line-through;
  }
  .bs-offer-form {
    margin-top: 16px;
  }
  .bs-offer-btn {
    width: 100%;
    padding: 12px 20px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border: 1px solid currentColor;
    background: transparent;
    cursor: pointer;
    border-radius: 4px;
    transition: opacity 0.2s;
  }
  .bs-offer-btn:hover:not(:disabled) {
    opacity: 0.8;
  }
  .bs-offer-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  .bs-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--bs-features-gap, 32px);
  }
  .bs-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 280px;
  }
  .bs-feature-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bs-feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .bs-feature-text {
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.4;
  }
  @media screen and (max-width: 749px) {
    .bs-offers {
      grid-template-columns: 1fr;
    }
    .bs-features {
      flex-direction: column;
      align-items: center;
    }
  }
/* END_SECTION:bundle-save */

/* START_SECTION:bundle (INDEX:7) */
.bundle {
    background: rgb(var(--color-background, 255, 255, 255));
  }

  .bundle__tagline {
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgb(var(--bundle-tagline-color, 100, 100, 100));
    margin: 0 0 10px 0;
    line-height: 1.3;
  }

  .bundle__heading {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    line-height: 1.2;
    color: rgb(var(--bundle-heading-color, 20, 20, 20));
    margin: 0 0 32px 0;
    letter-spacing: -0.02em;
  }

  .bundle__list {
    list-style: none;
    margin: 0 0 28px 0;
    padding: 0;
    border-top: 1px solid rgba(var(--bundle-border-color, 0, 0, 0), 0.1);
  }

  .bundle__item {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(var(--bundle-border-color, 0, 0, 0), 0.1);
  }

  .bundle__item-inner {
    display: grid;
    grid-template-columns: 80px 1fr auto;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
    min-height: 80px;
  }

  .bundle__item-media {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    border-radius: 6px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.04);
  }

  .bundle__item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .bundle__item-placeholder {
    width: 100%;
    height: 100%;
    opacity: 0.4;
  }

  .bundle__item-info {
    min-width: 0;
  }

  .bundle__item-vendor {
    font-size: 0.8125rem;
    font-weight: 400;
    color: rgb(var(--bundle-vendor-color, 120, 120, 120));
    margin: 0 0 4px 0;
    line-height: 1.3;
  }

  .bundle__item-title {
    font-size: 1rem;
    font-weight: 600;
    color: rgb(var(--bundle-title-color, 20, 20, 20));
    margin: 0;
    line-height: 1.3;
  }

  .bundle__item-price {
    font-size: 1rem;
    font-weight: 400;
    color: rgb(var(--bundle-price-color, 20, 20, 20));
    white-space: nowrap;
    text-align: right;
  }

  .bundle__actions {
    margin: 0;
  }

  .bundle__btn {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    padding: var(--button-padding-y) var(--button-padding-x);
    font-family: var(--button-font-family);
    font-size: var(--button-font-size);
    font-weight: var(--button-font-weight);
    letter-spacing: var(--button-letter-spacing);
    text-transform: var(--button-uppercase);
    text-align: center;
    color: var(--button-text);
    background: var(--button-bg);
    border: var(--button-border-width) solid var(--button-border);
    border-radius: var(--button-radius);
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  }

  .bundle__btn:hover:not(:disabled) {
    background: var(--button-hover-bg);
    color: var(--button-hover-text);
    border-color: var(--button-hover-bg);
  }

  .bundle__btn:disabled {
    cursor: not-allowed;
    opacity: 0.8;
  }

  .bundle__btn.is-loading .bundle__btn-text {
    visibility: hidden;
  }

  .bundle__btn.is-loading .bundle__btn-loading {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    visibility: visible;
  }

  .bundle__btn .bundle__btn-loading {
    visibility: hidden;
  }

  .bundle__btn {
    position: relative;
  }

  .bundle__error {
    margin: 12px 0 0 0;
    font-size: 0.875rem;
    color: #c00;
  }

  .bundle__empty {
    padding: 24px 0;
    text-align: center;
    color: rgb(var(--bundle-tagline-color, 100, 100, 100));
    font-size: 0.9375rem;
  }

  /* Two-column layout when image is present */
  .bundle__wrap {
    display: grid;
    gap: 40px;
    align-items: center;
  }

  .bundle__wrap--image-right {
    grid-template-columns: 1fr 1fr;
  }

  .bundle__wrap--image-right .bundle__content { order: 1; }
  .bundle__wrap--image-right .bundle__image-wrap { order: 2; }

  .bundle__wrap--image-left {
    grid-template-columns: 1fr 1fr;
  }

  .bundle__wrap--image-left .bundle__content { order: 2; }
  .bundle__wrap--image-left .bundle__image-wrap { order: 1; }

  .bundle__wrap--content-left .bundle__content { text-align: left; align-self: start; }
  .bundle__wrap--content-center .bundle__content { text-align: center; align-self: center; }
  .bundle__wrap--content-right .bundle__content { text-align: right; align-self: end; }

  .bundle__wrap--content-center .bundle__list,
  .bundle__wrap--content-center .bundle__actions { margin-left: auto; margin-right: auto; }
  .bundle__wrap--content-right .bundle__list,
  .bundle__wrap--content-right .bundle__actions { margin-left: auto; }

  .bundle__image-wrap {
    position: relative;
    width: 100%;
    height: 360px;
    border-radius: 8px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.04);
  }

  .bundle__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .bundle__wrap--image-align-top .bundle__image { object-position: top; }
  .bundle__wrap--image-align-center .bundle__image { object-position: center; }
  .bundle__wrap--image-align-bottom .bundle__image { object-position: bottom; }

  @media screen and (max-width: 749px) {
    .bundle__wrap {
      grid-template-columns: 1fr;
      gap: 28px;
    }

    .bundle__wrap--image-right .bundle__content,
    .bundle__wrap--image-right .bundle__image-wrap,
    .bundle__wrap--image-left .bundle__content,
    .bundle__wrap--image-left .bundle__image-wrap {
      order: unset;
    }

    .bundle__wrap .bundle__content { order: 1; }
    .bundle__wrap .bundle__image-wrap { order: 2; }

    .bundle__wrap--content-center .bundle__content,
    .bundle__wrap--content-right .bundle__content {
      text-align: left;
      align-self: stretch;
    }

    .bundle__wrap--content-center .bundle__list,
    .bundle__wrap--content-center .bundle__actions,
    .bundle__wrap--content-right .bundle__list,
    .bundle__wrap--content-right .bundle__actions {
      margin-left: 0;
      margin-right: 0;
    }

    .bundle__image-wrap {
      height: 260px;
    }
  }

  @media screen and (max-width: 549px) {
    .bundle__item-inner {
      grid-template-columns: 64px 1fr auto;
      gap: 14px;
      padding: 16px 0;
    }

    .bundle__item-media {
      width: 64px;
      height: 64px;
    }

    .bundle__item-vendor {
      font-size: 0.75rem;
    }

    .bundle__item-title {
      font-size: 0.9375rem;
    }

    .bundle__item-price {
      font-size: 0.9375rem;
    }

    .bundle__btn {
      padding: 16px 24px;
      font-size: 0.6875rem;
      letter-spacing: 0.1em;
    }
  }
/* END_SECTION:bundle */

/* START_SECTION:collection (INDEX:10) */
#coll-{{ section.id }} .coll-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
  }

  #coll-{{ section.id }} .coll-heading {
    text-align: center;
    font-size: {{ section.settings.heading_size }}px;
    margin-bottom: 20px;
    font-weight: {{ section.settings.heading_weight }};
    font-family: {{ section.settings.font_heading.family }}, {{ section.settings.font_heading.fallback_families }};
    color: {{ section.settings.heading_color }};
  }

  #coll-{{ section.id }} .coll-description {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px;
    font-size: {{ section.settings.description_size }}px;
    font-family: {{ section.settings.font_description.family }}, {{ section.settings.font_description.fallback_families }};
    color: {{ section.settings.description_color }};
    line-height: 1.6;
  }

  #coll-{{ section.id }} .coll-pagination {
    margin-top: 24px;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    font-size: {{ section.settings.pagination_size }}px;
    font-family: {{ section.settings.font_pagination.family }}, {{ section.settings.font_pagination.fallback_families }};
    color: {{ section.settings.pagination_color }};
  }

  #coll-{{ section.id }} .coll-pagination a {
    color: inherit;
  }

  #coll-{{ section.id }} .coll-empty {
    text-align: center;
    padding: 60px 20px;
    font-size: {{ section.settings.empty_size }}px;
    font-family: {{ section.settings.font_empty.family }}, {{ section.settings.font_empty.fallback_families }};
    color: {{ section.settings.empty_color }};
  }

  @media screen and (max-width: 749px) {
    #coll-{{ section.id }} .coll-heading {
      font-size: {{ section.settings.heading_size | times: 0.8 | round }}px !important;
      margin-bottom: 16px;
    }
    #coll-{{ section.id }} .coll-description { margin-bottom: 30px; }
  }
/* END_SECTION:collection */

/* START_SECTION:custom-section (INDEX:15) */
.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:20) */
footer {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
  }
  footer a {
    text-decoration: none;
    color: var(--color-foreground);
  }
  footer .footer__links,
  footer .footer__payment {
    display: flex;
    gap: 1rem;
  }
/* END_SECTION:footer */

/* START_SECTION:header (INDEX:22) */
header {
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header a {
    position: relative;
    text-decoration: none;
    color: var(--color-foreground);
  }
  header a sup {
    position: absolute;
    left: 100%;
    overflow: hidden;
    max-width: var(--page-margin);
  }
  header svg {
    width: 2rem;
  }
  header .header__menu,
  header .header__icons {
    display: flex;
    gap: 1rem;
  }
/* END_SECTION:header */

/* START_SECTION:hello-world (INDEX:24) */
.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-slider (INDEX:27) */
.hero-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .hero-slider--full-width {
    width: 100%;
    max-width: none;
  }
  .hero-slider__container {
    position: relative;
    width: 100%;
    height: var(--hsl-desktop-height, 80vh);
    min-height: 400px;
    max-height: 900px;
  }
  .hero-slider__slider {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  .hero-slider__slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }
  .hero-slider__slide--active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  .hero-slider__media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  .hero-slider__media--ken_burns .hero-slider__slide--active .hero-slider__img {
    animation: hero-slider-kenburns 8s ease-out forwards;
  }
  @keyframes hero-slider-kenburns {
    0% { transform: scale(1); }
    100% { transform: scale(1.08); }
  }
  .hero-slider__img,
  .hero-slider__placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
  .hero-slider__video-wrap {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  .hero-slider__video,
  .hero-slider__iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
  }
  .hero-slider__video-wrap--embed {
    overflow: hidden;
  }
  .hero-slider__iframe {
    width: 100vw;
    height: 56.25vw;
    min-width: 177.78vh;
    min-height: 100vh;
  }
  .hero-slider__overlay {
    position: absolute;
    inset: 0;
    background: var(--hsl-overlay, #000);
    opacity: var(--hsl-overlay-opacity, 0.3);
    z-index: 1;
  }
  .hero-slider__content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    padding: 40px;
    box-sizing: border-box;
  }
  .hero-slider__content--top-left { align-items: flex-start; justify-content: flex-start; text-align: left; }
  .hero-slider__content--top-center { align-items: flex-start; justify-content: center; text-align: center; }
  .hero-slider__content--top-right { align-items: flex-start; justify-content: flex-end; text-align: right; }
  .hero-slider__content--middle-left { align-items: center; justify-content: flex-start; text-align: left; }
  .hero-slider__content--middle-center { align-items: center; justify-content: center; text-align: center; }
  .hero-slider__content--middle-right { align-items: center; justify-content: flex-end; text-align: right; }
  .hero-slider__content--bottom-left { align-items: flex-end; justify-content: flex-start; text-align: left; }
  .hero-slider__content--bottom-center { align-items: flex-end; justify-content: center; text-align: center; }
  .hero-slider__content--bottom-right { align-items: flex-end; justify-content: flex-end; text-align: right; }
  .hero-slider__content-inner {
    max-width: 600px;
    font-family: var(--hsl-font-body);
  }
  .hero-slider__content--top-center .hero-slider__buttons,
  .hero-slider__content--middle-center .hero-slider__buttons,
  .hero-slider__content--bottom-center .hero-slider__buttons {
    justify-content: center;
  }
  .hero-slider__content--top-right .hero-slider__buttons,
  .hero-slider__content--middle-right .hero-slider__buttons,
  .hero-slider__content--bottom-right .hero-slider__buttons {
    justify-content: flex-end;
  }
  .hero-slider__content--top-left .hero-slider__buttons,
  .hero-slider__content--middle-left .hero-slider__buttons,
  .hero-slider__content--bottom-left .hero-slider__buttons {
    justify-content: flex-start;
  }
  .hero-slider__subheading {
    margin: 0 0 12px 0;
    color: var(--hsl-subheading);
    font-size: var(--hsl-subheading-size);
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .hero-slider__subheading--small { font-size: calc(var(--hsl-subheading-size) * 0.85); }
  .hero-slider__subheading--large { font-size: calc(var(--hsl-subheading-size) * 1.2); }
  .hero-slider__heading {
    margin: 0 0 16px 0;
    color: var(--hsl-text);
    font-size: var(--hsl-heading-size);
    line-height: 1.1;
    font-weight: 600;
    font-family: var(--hsl-font-heading);
  }
  .hero-slider__heading em,
  .hero-slider__heading .hero-slider__highlight {
    color: var(--hsl-highlight);
    font-style: italic;
  }
  .hero-slider__description {
    margin: 0 0 24px 0;
    color: var(--hsl-text);
    font-size: var(--hsl-description-size);
    line-height: 1.5;
    opacity: 0.95;
  }
  .hero-slider__description--small { font-size: calc(var(--hsl-description-size) * 0.9); }
  .hero-slider__description--large { font-size: calc(var(--hsl-description-size) * 1.15); }
  .hero-slider__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  .hero-slider__btn {
    display: inline-block;
    padding: var(--button-padding-y, 14px) var(--button-padding-x, 28px);
    font-family: var(--button-font-family, inherit);
    font-size: var(--button-font-size, 14px);
    font-weight: var(--button-font-weight, 500);
    letter-spacing: var(--button-letter-spacing, 0.05em);
    text-transform: var(--button-uppercase, none);
    text-decoration: none;
    background: var(--hsl-btn-bg, var(--button-bg));
    color: var(--hsl-btn-text, var(--button-text));
    border: var(--button-border-width, 2px) solid var(--hsl-btn-bg, var(--button-border));
    border-radius: var(--button-radius, 4px);
    transition: opacity 0.25s ease, background 0.25s ease, color 0.25s ease;
  }
  .hero-slider__btn:hover {
    opacity: 0.9;
    background: var(--hsl-btn-hover-bg, var(--button-hover-bg));
    color: var(--hsl-btn-hover-text, var(--button-hover-text));
    border-color: var(--hsl-btn-hover-bg, var(--button-hover-bg));
  }
  .hero-slider__btn--small { padding: 10px 20px; font-size: 12px; }
  .hero-slider__btn--large { padding: 18px 36px; font-size: 16px; }
  .hero-slider__btn--underline {
    background: transparent;
    border-color: var(--hsl-btn-text, var(--button-text));
    color: var(--hsl-btn-text, var(--button-text));
  }
  .hero-slider__btn--underline:hover {
    background: transparent;
    border-color: var(--hsl-btn-text, var(--button-text));
    color: var(--hsl-btn-text, var(--button-text));
  }
  .hero-slider__btn--secondary {
    background: transparent;
    color: var(--hsl-text);
    border-color: var(--hsl-text);
  }
  .hero-slider__nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 3;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    padding: 0 16px;
  }
  .hero-slider__arrow {
    pointer-events: auto;
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
  }
  .hero-slider__arrow:hover {
    background: rgba(255,255,255,0.4);
  }
  .hero-slider__dots {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    gap: 8px;
  }
  .hero-slider__dot {
    width: 10px;
    height: 10px;
    border: none;
    border-radius: 50%;
    background: rgba(255,255,255,0.4);
    cursor: pointer;
    padding: 0;
    transition: background 0.2s ease, transform 0.2s ease;
  }
  .hero-slider__dot--active {
    background: #fff;
    transform: scale(1.2);
  }
  @media screen and (max-width: 749px) {
    .hero-slider__container {
      height: var(--hsl-mobile-height, 70vh);
      min-height: 280px;
      max-height: 100vh;
    }
    .hero-slider__content { padding: 24px; }
    .hero-slider__content-inner { max-width: 100%; }
    .hero-slider__heading { font-size: calc(var(--hsl-heading-size) * 0.7); }
    .hero-slider__content--mobile-align-left { text-align: left; justify-content: flex-start; }
    .hero-slider__content--mobile-align-center { text-align: center; justify-content: center; }
    .hero-slider__content--mobile-align-right { text-align: right; justify-content: flex-end; }
  }
/* END_SECTION:hero-slider */

/* START_SECTION:image_banner (INDEX:30) */
.image-banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-width: 100%;
    min-height: var(--ib-desktop-height);
    box-sizing: border-box;
  }

  .image-banner--full-width {
    width: 100%;
    max-width: 100%;
  }

  .image-banner__media-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  .image-banner__images {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    gap: 0;
  }

  .image-banner__image {
    position: relative;
    flex: 1 1 0%;
    flex-basis: 0;
    min-width: 0;
    min-height: 0;
    height: 100%;
    overflow: hidden;
  }

  .image-banner__image--first:only-child {
    flex: 1 1 100%;
    flex-basis: 100%;
  }

  .image-banner__image picture {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }

  .image-banner__image picture .image-banner__img,
  .image-banner__img {
    display: block;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: var(--focal-point, center);
    margin: 0;
    padding: 0;
    vertical-align: top;
  }

  .image-banner__image--ambient .image-banner__img {
    animation: image-banner-ambient 20s ease-in-out infinite;
  }

  @keyframes image-banner-ambient {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
  }

  .image-banner__image--parallax .image-banner__img {
    height: 140%;
    min-height: 140%;
    top: -20%;
    position: absolute;
    will-change: transform;
  }

  .image-banner__image--zoom .image-banner__img {
    will-change: transform;
    transform-origin: center center;
  }

  .image-banner__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e5e5e5;
  }

  .image-banner__placeholder-svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .image-banner__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: var(--ib-overlay);
    opacity: var(--ib-overlay-opacity);
    pointer-events: none;
  }

  .image-banner__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: var(--ib-desktop-height);
    padding: 2rem;
    box-sizing: border-box;
  }

  .image-banner__content--top-left { justify-content: flex-start; align-items: flex-start; }
  .image-banner__content--top-center { justify-content: flex-start; align-items: center; }
  .image-banner__content--top-right { justify-content: flex-start; align-items: flex-end; }
  .image-banner__content--middle-left { justify-content: center; align-items: flex-start; }
  .image-banner__content--middle-center { justify-content: center; align-items: center; }
  .image-banner__content--middle-right { justify-content: center; align-items: flex-end; }
  .image-banner__content--bottom-left { justify-content: flex-end; align-items: flex-start; }
  .image-banner__content--bottom-center { justify-content: flex-end; align-items: center; }
  .image-banner__content--bottom-right { justify-content: flex-end; align-items: flex-end; }

  .image-banner__content--align-left { text-align: left; }
  .image-banner__content--align-center { text-align: center; }
  .image-banner__content--align-right { text-align: right; }

  .image-banner__container {
    max-width: min(var(--page-width, 1200px), calc(100% - 2 * var(--page-margin, 20px)));
    margin: 0 auto;
    width: 100%;
  }

  .image-banner__heading {
    margin: 0 0 1rem;
    line-height: 1.2;
  }

  .image-banner__text {
    margin: 0 0 1.5rem;
    max-width: 42em;
    line-height: 1.5;
  }

  .image-banner__text p:last-child {
    margin-bottom: 0;
  }

  .image-banner__buttons {
    margin-top: 0.25rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
  }
  .image-banner__buttons--left {
    justify-content: flex-start;
  }
  .image-banner__buttons--center {
    justify-content: center;
  }
  .image-banner__buttons--right {
    justify-content: flex-end;
  }

  .image-banner__button {
    display: inline-block;
    padding: var(--button-padding-y) var(--button-padding-x);
    font-family: var(--button-font-family);
    font-size: var(--button-font-size);
    font-weight: var(--button-font-weight);
    letter-spacing: var(--button-letter-spacing);
    text-transform: var(--button-uppercase);
    text-decoration: none;
    background-color: var(--ib-button-bg);
    color: var(--ib-button-label);
    border: var(--button-border-width) solid var(--ib-button-bg);
    border-radius: var(--button-radius);
    transition: opacity 0.2s ease, background 0.2s ease, color 0.2s ease;
  }

  .image-banner__button:hover {
    opacity: 0.9;
  }

  .image-banner__button--outline {
    background-color: transparent !important;
    color: var(--ib-button-bg) !important;
    border-color: var(--ib-button-bg) !important;
  }

  .image-banner__button--outline:hover {
    background-color: var(--ib-button-bg) !important;
    color: var(--ib-button-label) !important;
  }

  .image-banner__button--secondary.image-banner__button--outline {
    background-color: transparent !important;
    color: var(--ib-button-label) !important;
    border-color: var(--ib-button-label) !important;
  }

  .image-banner__button--secondary.image-banner__button--outline:hover {
    background-color: var(--ib-button-label) !important;
    color: var(--ib-button-bg) !important;
  }

  .image-banner__badge {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: center center;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .image-banner__divider {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: currentColor;
    opacity: 0.15;
    z-index: 2;
  }

  @media screen and (min-width: 750px) {
    .image-banner--adapt-desktop {
      min-height: auto;
      aspect-ratio: var(--ib-desktop-aspect-ratio);
    }

    .image-banner--adapt-desktop .image-banner__content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

  @media screen and (max-width: 749px) {
    .image-banner {
      min-height: var(--ib-mobile-height);
    }
    
    .image-banner--adapt-mobile {
      min-height: auto;
      aspect-ratio: var(--ib-mobile-aspect-ratio);
    }

    .image-banner__content {
      min-height: var(--ib-mobile-height);
      align-items: var(--ib-mobile-align, center);
      text-align: var(--ib-mobile-align, center);
    }

    .image-banner__content--below-on-mobile {
      position: relative;
      min-height: auto;
      padding: 1.5rem;
    }

    .image-banner--content-below-mobile {
      min-height: 0;
    }

    .image-banner__images.image-banner__images--stack-mobile {
      flex-direction: column;
    }

    .image-banner__images.image-banner__images--stack-mobile .image-banner__image {
      flex: 1 1 50%;
      min-height: 50%;
    }

    .image-banner__image {
      flex: 1 1 auto;
    }
  }
/* END_SECTION:image_banner */

/* START_SECTION:password-content (INDEX:36) */
.pw-content {
    width: 100%;
    box-sizing: border-box;
  }
  .pw-content__inner {
    width: 100%;
    box-sizing: border-box;
  }
  .pw-content__body p {
    margin: 0 0 0.75em 0;
  }
  .pw-content__body p:last-child {
    margin-bottom: 0;
  }
  @media screen and (max-width: 749px) {
    .pw-content__inner {
      padding-left: 1rem;
      padding-right: 1rem;
    }
  }
/* END_SECTION:password-content */

/* START_SECTION:password-email-signup (INDEX:37) */
.pw-signup .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .pw-signup {
    width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .pw-signup__inner {
    width: 100%;
    box-sizing: border-box;
  }
  .pw-signup__row {
    width: 100%;
  }
  .pw-signup__input:focus {
    outline: 2px solid currentColor;
    outline-offset: 2px;
  }
  @media screen and (max-width: 749px) {
    .pw-signup__inner {
      padding-left: 1rem;
      padding-right: 1rem;
    }
    .pw-signup__row {
      flex-direction: column;
      max-width: 280px;
      margin-left: auto;
      margin-right: auto;
    }
    .pw-signup__input {
      width: 100% !important;
      max-width: 100%;
      height: 36px !important;
      min-height: 36px !important;
      padding: 0.35rem 0.6rem !important;
      font-size: 14px !important;
      flex: none !important;
    }
    .pw-signup__submit {
      width: 100% !important;
      max-width: 100%;
      padding: 0.35rem 0.6rem !important;
      font-size: 13px !important;
      min-height: 36px;
    }
  }
/* END_SECTION:password-email-signup */

/* START_SECTION:password-footer (INDEX:38) */
.pw-footer {
    width: 100%;
    box-sizing: border-box;
  }
  .pw-footer__inner {
    width: 100%;
    box-sizing: border-box;
  }
  .pw-footer__link:hover {
    text-decoration: underline;
  }
  @media screen and (max-width: 749px) {
    .pw-footer__inner {
      padding-left: 1rem;
      padding-right: 1rem;
    }
  }
/* END_SECTION:password-footer */

/* START_SECTION:password-header (INDEX:39) */
.pw-header-section {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
  }
  .pw-header {
    position: sticky;
    top: 0;
    z-index: 50;
    padding-left: clamp(1.5rem, 5vw, 2.5rem);
    padding-right: clamp(1.5rem, 5vw, 2.5rem);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .pw-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    max-width: 1400px;
    margin: 0 auto;
    min-width: 0;
    overflow: hidden;
  }
  .pw-header__logo {
    display: block;
    text-decoration: none;
    flex-shrink: 0;
    min-width: 0;
  }
  .pw-header__logo-img {
    width: auto;
    height: auto;
    display: block;
    max-width: 100%;
    object-fit: contain;
  }
  .pw-header__btn {
    flex-shrink: 0;
  }
  @media screen and (max-width: 749px) {
    .pw-header {
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: 1rem;
      padding-bottom: 1rem;
    }
    .pw-header__inner {
      flex-direction: column;
      align-items: stretch;
      justify-content: center;
      gap: 0.1rem;
      min-height: 0;
      min-width: 0;
      max-width: 100%;
      box-sizing: border-box;
      text-align: center;
      overflow: hidden;
    }
    .pw-header__logo {
      min-width: 0;
      max-width: 100%;
      overflow: hidden;
      order: 1;
      text-align: center;
    }
    .pw-header__logo-text {
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      text-align: center;
    }
    .pw-header__logo-img {
      margin: 0 auto;
      max-width: 100%;
    }
    .pw-header__btn {
      order: 2;
      width: 100%;
      max-width: 100%;
      flex-shrink: 0;
      min-width: 0;
      padding: 0.625rem 1rem !important;
      font-size: 11px !important;
      white-space: normal;
      line-height: 1.3;
      letter-spacing: 0.02em;
      box-sizing: border-box;
    }
  }
  .pw-mega {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.25s ease, opacity 0.25s ease;
    pointer-events: none;
  }
  .pw-mega.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .pw-mega__backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    z-index: 1;
  }
  .pw-mega__panel {
    position: relative;
    z-index: 2;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
    box-shadow: 0 12px 24px -8px rgb(0 0 0 / 0.2);
  }
  .pw-mega.is-open .pw-mega__panel {
    max-height: 90vh;
    overflow: auto;
  }
  .pw-mega__inner {
    max-width: 28rem;
    margin: 0 auto;
    padding: 1.5rem clamp(1.5rem, 5vw, 2.5rem) 2rem;
    position: relative;
  }
  .pw-mega__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    border: none;
    background: none;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    opacity: 0.7;
  }
  .pw-mega__close:hover {
    opacity: 1;
  }
  .pw-mega__title {
    margin: 0 0 0.5rem;
    padding-right: 2.5rem;
  }
  .pw-mega__message {
    opacity: 0.85;
    margin: 0 0 1.25rem;
  }
  .pw-mega__form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .pw-mega__errors {
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    border-radius: var(--style-border-radius-inputs, 0.5rem);
  }
  .pw-mega__field {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
  }
  .pw-mega__label {
  }
  .pw-mega__input {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid;
    border-radius: var(--style-border-radius-inputs, 0.5rem);
  }
  .pw-mega__input:focus {
    outline: none;
  }
  .pw-mega__submit {
    width: 100%;
    padding: 0.875rem 1.5rem;
    border: none;
  }
/* END_SECTION:password-header */

/* START_SECTION:promo-with-timer (INDEX:44) */
.promo-timer {
    background: rgb(var(--color-background, 248, 247, 246));
  }

  .promo-timer__inner {
    max-width: 1600px;
    margin: 0 auto;
    padding-left: var(--promo-padding-left, 24px);
    padding-right: var(--promo-padding-right, 24px);
  }

  .promo-timer__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 48px;
    min-height: 420px;
  }

  .promo-timer__grid--image-right {
    direction: ltr;
  }

  .promo-timer__grid--image-right .promo-timer__content { order: 1; }
  .promo-timer__grid--image-right .promo-timer__media { order: 2; }

  .promo-timer__grid--image-left {
    direction: ltr;
  }

  .promo-timer__grid--image-left .promo-timer__content { order: 2; }
  .promo-timer__grid--image-left .promo-timer__media { order: 1; }

  .promo-timer__content {
    display: flex;
    align-items: center;
  }

  .promo-timer__content-inner {
    max-width: var(--promo-content-max-width, 520px);
    width: 100%;
  }

  .promo-timer__label {
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgb(var(--promo-label-color, 100, 100, 100));
    margin: 0 0 12px 0;
    line-height: 1.2;
  }

  .promo-timer__heading {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    line-height: 1.15;
    color: rgb(var(--promo-heading-color, 20, 20, 20));
    margin: 0 0 20px 0;
    letter-spacing: -0.02em;
  }

  .promo-timer__richtext {
    font-size: 1rem;
    line-height: 1.65;
    color: rgb(var(--promo-text-color, 60, 60, 60));
    margin: 0 0 28px 0;
  }

  .promo-timer__richtext p {
    margin: 0 0 0.75em 0;
  }

  .promo-timer__richtext p:last-child {
    margin-bottom: 0;
  }

  .promo-timer__countdown {
    margin: 0 0 28px 0;
  }

  .promo-timer__countdown-inner {
    display: inline-flex;
    flex-wrap: nowrap;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.6);
  }

  .promo-timer__countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 64px;
    padding: 14px 16px;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
  }

  .promo-timer__countdown-item:last-child {
    border-right: none;
  }

  .promo-timer__countdown-value {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: rgb(var(--promo-heading-color, 20, 20, 20));
    display: block;
    font-variant-numeric: tabular-nums;
  }

  .promo-timer__countdown-unit {
    font-size: 0.625rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgb(var(--promo-label-color, 100, 100, 100));
    margin-top: 4px;
  }

  .promo-timer__button-wrapper {
    margin: 0;
  }

  .promo-timer__button {
    display: inline-block;
    padding: var(--button-padding-y) var(--button-padding-x);
    font-family: var(--button-font-family);
    font-size: var(--button-font-size);
    font-weight: var(--button-font-weight);
    letter-spacing: var(--button-letter-spacing);
    text-transform: var(--button-uppercase);
    text-decoration: none;
    color: var(--button-text);
    background: var(--button-bg);
    border: var(--button-border-width) solid var(--button-border);
    border-radius: var(--button-radius);
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
  }

  .promo-timer__button:hover {
    background: var(--button-hover-bg);
    color: var(--button-hover-text);
    border-color: var(--button-hover-bg);
    transform: translateY(-1px);
  }

  .promo-timer__media {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 320px;
  }

  .promo-timer__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 8px;
  }

  .promo-timer__placeholder {
    width: 100%;
    height: 100%;
    min-height: 380px;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .promo-timer__placeholder-svg {
    width: 60%;
    height: auto;
    opacity: 0.35;
  }

  @media screen and (max-width: 989px) {
    .promo-timer__grid {
      grid-template-columns: 1fr;
      gap: 36px;
      min-height: 0;
    }

    .promo-timer__grid--image-left .promo-timer__content,
    .promo-timer__grid--image-right .promo-timer__content {
      order: 1;
    }

    .promo-timer__grid--image-left .promo-timer__media,
    .promo-timer__grid--image-right .promo-timer__media {
      order: 2;
    }

    .promo-timer__content-inner {
      max-width: 100%;
    }

    .promo-timer__countdown-item {
      min-width: 56px;
      padding: 12px 10px;
    }

    .promo-timer__countdown-value {
      font-size: 1.25rem;
    }

    .promo-timer__media {
      min-height: 280px;
    }

    .promo-timer__placeholder {
      min-height: 280px;
    }
  }

  @media screen and (max-width: 479px) {
    .promo-timer__inner {
      padding: 0 16px;
    }

    .promo-timer__countdown-inner {
      width: 100%;
      justify-content: space-between;
    }

    .promo-timer__countdown-item {
      flex: 1;
      min-width: 0;
      padding: 10px 6px;
    }

    .promo-timer__countdown-value {
      font-size: 1.125rem;
    }

    .promo-timer__countdown-unit {
      font-size: 0.5625rem;
    }

    .promo-timer__button {
      width: 100%;
      text-align: center;
      padding: 14px 24px;
    }
  }
/* END_SECTION:promo-with-timer */

/* START_SECTION:search (INDEX:50) */
.search-section__container {
    max-width: 1400px;
    margin: 0 auto;
  }

  .search-section__heading {
    margin: 0 0 24px 0;
    font-weight: 600;
    text-align: center;
  }

  .search-section__form {
    margin: 0 0 32px 0;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }

  .search-section__form-inner {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
  }

  .search-section__input {
    flex: 1;
    min-width: 200px;
    padding: 14px 18px;
    font-size: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    background: #fff;
  }

  .search-section__input:focus {
    outline: none;
    border-color: rgba(0, 0, 0, 0.35);
  }

  .search-section__submit {
    padding: 14px 24px;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #fff;
    background: #111;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    white-space: nowrap;
  }

  .search-section__submit:hover {
    opacity: 0.9;
  }

  .search-section__no-results,
  .search-section__results-count {
    text-align: center;
    margin: 0 0 24px 0;
    font-size: 1rem;
  }

  .search-section__grid {
    display: grid;
    gap: 32px;
    width: 100%;
  }

  .search-section__grid-item {
    min-width: 0;
  }

  .search-section__grid--2-col { grid-template-columns: repeat(2, 1fr); }
  .search-section__grid--3-col { grid-template-columns: repeat(3, 1fr); }
  .search-section__grid--4-col { grid-template-columns: repeat(4, 1fr); }

  .search-section__pagination {
    grid-column: 1 / -1;
    margin-top: 24px;
    display: flex;
    justify-content: center;
  }

  .search-section__pagination a,
  .search-section__pagination span {
    margin: 0 4px;
  }

  .search-section__other-card {
    display: block;
    text-decoration: none;
    color: inherit;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.2s ease;
  }

  .search-section__other-card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  }

  .search-section__other-card-media {
    aspect-ratio: 1;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.04);
  }

  .search-section__other-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .search-section__other-card-content {
    padding: 16px;
  }

  .search-section__other-card-type {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.7;
    display: block;
    margin-bottom: 4px;
  }

  .search-section__other-card-title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.35;
  }

  @media screen and (max-width: 749px) {
    .search-section__grid--mobile-1-col { grid-template-columns: 1fr; }
    .search-section__grid--mobile-2-col { grid-template-columns: repeat(2, 1fr); }
    .search-section__grid { gap: 20px; }
    .search-section__form-inner { flex-direction: column; }
    .search-section__input { min-width: 0; }
  }
/* END_SECTION:search */

/* CSS from block stylesheet tags */
/* START_BLOCK:group (INDEX:56) */
.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:57) */
.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:cart-items (INDEX:59) */
.ci-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .ci-item {
    display: flex;
    gap: 16px;
  }
  .ci-item__image {
    flex-shrink: 0;
    width: var(--cd-img-size, 100px);
    height: var(--cd-img-size, 100px);
    border-radius: var(--cd-img-radius, 8px);
    overflow: hidden;
    background: #f5f5f5;
  }
  .ci-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .ci-item__no-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f0f0;
  }
  .ci-item__no-image svg {
    width: 60%;
    height: 60%;
    opacity: 0.3;
  }
  .ci-item__details {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
  }
  .ci-item__header {
    display: flex;
    justify-content: space-between;
    gap: 12px;
  }
  .ci-item__info {
    min-width: 0;
  }
  .ci-item__title {
    font-family: var(--cd-body-font, inherit);
    font-size: calc(var(--cd-body-size, 14px) + 1px);
    font-weight: 600;
    color: var(--cd-text, #111);
    text-decoration: none;
    display: block;
    line-height: 1.3;
  }
  .ci-item__title:hover {
    text-decoration: underline;
  }
  .ci-item__variant {
    font-family: var(--cd-body-font, inherit);
    font-size: calc(var(--cd-body-size, 14px) - 1px);
    color: var(--cd-accent, #666);
    margin: 3px 0 0;
    line-height: 1.3;
  }
  .ci-item__price {
    font-family: var(--cd-body-font, inherit);
    font-size: calc(var(--cd-body-size, 14px) + 1px);
    font-weight: 500;
    color: var(--cd-text, #111);
    white-space: nowrap;
    flex-shrink: 0;
  }

  /* Quantity controls */
  .ci-item__actions {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 8px;
  }
  .ci-item__qty {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--cd-border, #ddd);
    border-radius: 4px;
    overflow: hidden;
  }
  .ci-item__qty-btn {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: var(--cd-text, #333);
    padding: 0;
    line-height: 1;
  }
  .ci-item__qty-btn:hover {
    background: #f5f5f5;
  }
  .ci-item__qty-value {
    min-width: 28px;
    text-align: center;
    font-family: var(--cd-body-font, inherit);
    font-size: var(--cd-body-size, 14px);
    font-weight: 500;
    color: var(--cd-text, #111);
  }
  .ci-item__remove {
    background: none;
    border: none;
    cursor: pointer;
    color: var(--cd-accent, #888);
    font-family: var(--cd-body-font, inherit);
    font-size: calc(var(--cd-body-size, 14px) - 1px);
    text-decoration: underline;
    text-underline-offset: 2px;
    padding: 0;
  }
  .ci-item__remove:hover {
    color: var(--cd-text, #333);
  }

  /* Empty state */
  .ci-empty {
    text-align: center;
    padding: 60px 20px;
  }
  .ci-empty p {
    font-family: var(--cd-body-font, inherit);
    font-size: calc(var(--cd-body-size, 14px) + 2px);
    color: var(--cd-accent, #666);
    margin: 0 0 16px;
  }
  .ci-empty__link {
    font-family: var(--cd-body-font, inherit);
    font-size: var(--cd-body-size, 14px);
    color: var(--cd-text, #111);
    text-decoration: underline;
    text-underline-offset: 3px;
  }
/* END_SNIPPET:cart-items */

/* START_SNIPPET:cart-progress-bar (INDEX:60) */
.cpb {
    background: var(--cd-progress-banner, #fdf6e3);
    border-radius: 8px;
    padding: 14px 18px;
    text-align: center;
  }
  .cpb__message p {
    margin: 0 0 10px;
    font-family: var(--cd-body-font, inherit);
    font-size: var(--cd-body-size, 14px);
    color: var(--cd-text, #333);
    line-height: 1.4;
  }
  .cpb__track {
    width: 100%;
    height: 6px;
    background: var(--cd-progress-track, #e8e0d0);
    border-radius: 3px;
    overflow: hidden;
  }
  .cpb__fill {
    height: 100%;
    background: var(--cd-progress-fill, #333);
    border-radius: 3px;
    transition: width 0.4s ease;
    min-width: 0;
  }
/* END_SNIPPET:cart-progress-bar */

/* START_SNIPPET:image (INDEX:68) */
.image {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
  }

  .image > img {
    width: 100%;
    height: auto;
  }
/* END_SNIPPET:image */