/** 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:8) */
.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:9) */
.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:13) */
#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:community-cta (INDEX:15) */
.community-cta__card {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, var(--color-card-bg) 0%, rgba(255,87,34,0.05) 100%);
    border: 1px solid var(--color-card-border);
  }

  .community-cta__card:hover {
    transform: none;
    box-shadow: 0 0 60px rgba(255,87,34,0.1);
  }

  .community-cta__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    padding: 3rem;
    position: relative;
    z-index: 1;
  }

  .community-cta__heading {
    margin-bottom: 1rem;
  }

  .community-cta__description {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
  }

  .community-cta__features {
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }

  .community-cta__feature {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.9375rem;
  }

  .community-cta__feature svg {
    flex-shrink: 0;
  }

  .community-cta__media {
    display: flex;
    justify-content: center;
  }

  .community-cta__media img {
    max-width: 100%;
    height: auto;
    border-radius: var(--card-radius);
  }

  .community-cta__glow {
    position: absolute;
    bottom: -30%;
    right: -10%;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,87,34,0.12) 0%, transparent 70%);
    pointer-events: none;
  }

  @media (max-width: 900px) {
    .community-cta__inner {
      grid-template-columns: 1fr;
      gap: 2rem;
      padding: 2rem;
      text-align: center;
    }
    .community-cta__features {
      align-items: center;
    }
    .community-cta__media {
      order: -1;
    }
    .community-cta__media img {
      max-width: 320px;
    }
  }

  @media (max-width: 480px) {
    .community-cta__inner {
      padding: 1.5rem;
    }
    .community-cta__features {
      align-items: flex-start;
      text-align: left;
    }
  }
/* END_SECTION:community-cta */

/* START_SECTION:custom-section (INDEX:21) */
.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:discord-banner (INDEX:22) */
.social-banner__card {
    position: relative;
    border-radius: var(--card-radius);
    overflow: hidden;
    background-color: var(--color-card-bg);
    border: 1px solid var(--color-card-border);
  }

  .social-banner__bg-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(88,101,242,0.15) 0%, transparent 50%, rgba(255,87,34,0.1) 100%);
    pointer-events: none;
  }

  .social-banner__inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 3rem;
    align-items: center;
    padding: 3rem;
    position: relative;
    z-index: 1;
  }

  .social-banner__subtitle {
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: block;
    margin-bottom: 0.5rem;
  }

  .social-banner__heading {
    margin-bottom: 0.75rem;
  }

  .social-banner__description {
    font-size: 0.9375rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    max-width: 50ch;
  }

  .social-banner__brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
  }

  .social-banner__brand-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--color-card-border);
  }

  .social-banner__brand-name {
    font-weight: 700;
    font-size: 0.9375rem;
    display: block;
    line-height: 1.2;
  }

  .social-banner__member-count {
    font-size: 0.8125rem;
    display: block;
  }

  .social-banner__btn {
    background: #5865F2;
  }
  .social-banner__btn:hover {
    background: #4752C4;
    box-shadow: 0 8px 25px rgba(88,101,242,0.35);
  }

  .social-banner__icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .social-banner__icon img {
    max-width: 200px;
    height: auto;
  }

  .social-banner__icon--default {
    color: #5865F2;
  }

  @media (max-width: 768px) {
    .social-banner__inner {
      grid-template-columns: 1fr;
      gap: 2rem;
      padding: 2rem;
      text-align: center;
    }
    .social-banner__brand {
      justify-content: center;
    }
    .social-banner__icon {
      order: -1;
    }
    .social-banner__icon img,
    .social-banner__icon svg {
      max-width: 100px;
      width: 100px;
      height: auto;
    }
    .social-banner__description {
      margin-left: auto;
      margin-right: auto;
    }
  }

  @media (max-width: 480px) {
    .social-banner__inner {
      padding: 1.5rem;
    }
  }
/* END_SECTION:discord-banner */

/* START_SECTION:featured-collection (INDEX:26) */
.featured-collection__header {
    text-align: center;
    margin-bottom: 3rem;
  }

  .featured-collection__heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .featured-collection__emoji {
    font-size: 1.5em;
  }

  .featured-collection__description {
    font-size: 1rem;
    max-width: 55ch;
    margin: 0 auto;
  }

  .featured-collection__grid {
    display: grid;
    grid-template-columns: repeat(var(--products-per-row), 1fr);
    gap: 1.5rem;
  }

  .featured-collection__footer {
    display: flex;
    justify-content: center;
    margin-top: 2.5rem;
  }

  .featured-collection__empty {
    text-align: center;
    padding: 4rem 2rem;
  }

  @media (max-width: 1200px) {
    .featured-collection__grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  @media (max-width: 768px) {
    .featured-collection__grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 1rem;
    }
  }

  @media (max-width: 480px) {
    .featured-collection__grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 0.75rem;
    }
    .featured-collection__header {
      margin-bottom: 2rem;
    }
  }
/* END_SECTION:featured-collection */

/* START_SECTION:footer (INDEX:32) */
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:34) */
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:37) */
.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-banner (INDEX:39) */
.hero-banner {
    position: relative;
    overflow: hidden;
    min-height: 80vh;
    display: flex;
    align-items: center;
  }

  .hero-banner__glow {
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,87,34,0.15) 0%, transparent 70%);
    pointer-events: none;
    animation: float 8s ease-in-out infinite;
  }

  .hero-banner__bg-image {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
  }
  .hero-banner__bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.15;
  }

  .hero-banner .container {
    position: relative;
    z-index: 1;
  }

  .hero-banner__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
  }

  .hero-banner__badge {
    margin-bottom: 1.5rem;
  }

  .hero-banner__heading {
    font-size: clamp(2.25rem, 5vw, 3.75rem);
    line-height: 1.1;
    margin-bottom: 1.25rem;
  }

  .hero-banner__heading .text-accent {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
  }

  .hero-banner__description {
    font-size: 1.0625rem;
    line-height: 1.7;
    max-width: 50ch;
    margin-bottom: 2rem;
  }

  .hero-banner__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }

  .hero-banner__trust {
    font-size: 0.8125rem;
  }

  /* Featured Card */
  .hero-banner__media {
    position: relative;
    display: flex;
    justify-content: center;
  }

  .hero-banner__featured-card {
    position: relative;
    max-width: 400px;
    width: 100%;
    animation: float 6s ease-in-out infinite;
  }

  .hero-banner__featured-image {
    border-radius: var(--card-radius);
    overflow: hidden;
  }
  .hero-banner__featured-image img {
    width: 100%;
    height: auto;
  }

  .hero-banner__featured-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
  }

  .hero-banner__featured-title {
    font-weight: 600;
    font-size: 0.9375rem;
  }

  .hero-banner__price-badge {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    background: var(--color-accent);
    color: #fff;
    font-weight: 800;
    font-size: 1.25rem;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(255,87,34,0.4);
  }

  /* Floating badge */
  .hero-banner__floating-badge {
    position: absolute;
    top: var(--badge-top);
    left: var(--badge-left);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--color-card-bg);
    border: 1px solid var(--color-card-border);
    border-radius: 12px;
    padding: 0.625rem 1rem;
    backdrop-filter: blur(10px);
    animation: float 5s ease-in-out infinite;
    animation-delay: 1s;
    z-index: 2;
  }
  .hero-banner__floating-badge img {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    object-fit: cover;
  }
  .hero-banner__floating-badge-value {
    font-weight: 800;
    font-size: 1rem;
    display: block;
    line-height: 1.2;
  }
  .hero-banner__floating-badge-label {
    font-size: 0.6875rem;
    color: var(--color-muted);
    display: block;
  }

  /* ===== RESPONSIVE ===== */
  @media (max-width: 900px) {
    .hero-banner {
      min-height: auto;
      padding-top: 3rem;
      padding-bottom: 3rem;
    }
    .hero-banner__grid {
      grid-template-columns: 1fr;
      gap: 2.5rem;
      text-align: center;
    }
    .hero-banner__content {
      order: 1;
    }
    .hero-banner__media {
      order: 2;
    }
    .hero-banner__description {
      margin-left: auto;
      margin-right: auto;
    }
    .hero-banner__buttons {
      justify-content: center;
    }
    .hero-banner__badge {
      justify-content: center;
    }
    .hero-banner__featured-card {
      max-width: 320px;
    }
    .hero-banner__floating-badge {
      display: none;
    }
  }

  @media (max-width: 480px) {
    .hero-banner__heading {
      font-size: 2rem;
    }
    .hero-banner__buttons {
      flex-direction: column;
    }
    .hero-banner__buttons .btn {
      width: 100%;
    }
  }
/* END_SECTION:hero-banner */

/* START_SECTION:hero-slider (INDEX:42) */
.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__media picture {
    display: block;
    width: 100%;
    height: 100%;
  }
  .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; }
  }

  /* Adapt to first image logic */
  @media screen and (min-width: 750px) {
    .hero-slider--adapt-desktop .hero-slider__container {
      height: auto;
      min-height: 0;
      aspect-ratio: var(--hsl-ar-desktop);
    }
  }

  @media screen and (max-width: 749px) {
    .hero-slider--adapt-mobile .hero-slider__container {
      height: auto;
      min-height: 0;
      aspect-ratio: var(--hsl-ar-mobile);
    }
    
    /* Text below slide on mobile */
    .hero-slider--mobile-text-below .hero-slider__container {
      height: auto !important;
      min-height: 0 !important;
      max-height: none !important;
      aspect-ratio: auto !important;
      display: flex;
      flex-direction: column;
    }
    
    .hero-slider--mobile-text-below .hero-slider__slider {
      position: relative;
      display: grid;
      grid-template-areas: "slide";
      height: auto;
    }
    
    .hero-slider--mobile-text-below .hero-slider__slide {
      position: relative;
      grid-area: slide;
      height: auto;
      display: flex;
      flex-direction: column;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.5s ease, visibility 0.5s ease;
      z-index: 0;
    }
    
    .hero-slider--mobile-text-below .hero-slider__slide--active {
      opacity: 1;
      visibility: visible;
      z-index: 1;
    }
    
    .hero-slider--mobile-text-below .hero-slider__media {
      position: relative;
      width: 100%;
    }
    
    /* Adapt height + Text below */
    .hero-slider--mobile-text-below.hero-slider--adapt-mobile .hero-slider__media {
      aspect-ratio: var(--hsl-ar-mobile);
      height: auto;
    }
    
    /* Fixed height + Text below */
    .hero-slider--mobile-text-below:not(.hero-slider--adapt-mobile) .hero-slider__media {
      height: var(--hsl-mobile-height, 70vh);
    }
    
    .hero-slider--mobile-text-below .hero-slider__overlay {
      display: none;
    }
    
    .hero-slider--mobile-text-below .hero-slider__content {
      position: relative;
      inset: auto;
      padding: 24px 16px;
      /* Override colors for readability on default bg */
      --hsl-text: #121212;
      --hsl-subheading: #121212;
      --hsl-btn-text: #121212;
      --hsl-btn-bg: transparent;
      --hsl-btn-hover-text: #fff;
      --hsl-btn-hover-bg: #121212;
    }
    
    /* If custom button colors were used, we might need to reset them or ensure they are visible */
    .hero-slider--mobile-text-below .hero-slider__btn {
      border-color: currentColor;
    }
    
    /* Adjust dots position */
    .hero-slider--mobile-text-below .hero-slider__dots {
      position: relative;
      bottom: auto;
      margin-top: 10px;
      transform: none;
      left: auto;
      justify-content: center;
      padding-bottom: 20px;
    }
    
    .hero-slider--mobile-text-below .hero-slider__dot {
      background: rgba(0,0,0,0.2);
    }
    
    .hero-slider--mobile-text-below .hero-slider__dot--active {
      background: #000;
    }
  }
/* END_SECTION:hero-slider */

/* START_SECTION:how-it-works (INDEX:44) */
.how-it-works__header {
    text-align: center;
    margin-bottom: 3.5rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .how-it-works__subtitle {
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: block;
    margin-bottom: 0.75rem;
  }

  .how-it-works__heading {
    margin-bottom: 1rem;
  }

  .how-it-works__heading .text-accent {
    font-size: inherit;
    font-weight: inherit;
  }

  .how-it-works__description {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
  }

  .how-it-works__actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .how-it-works__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
  }

  .how-it-works__steps {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .how-it-works__step {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    padding: 1.25rem 1.5rem;
  }

  .how-it-works__step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    min-width: 2.5rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-accent), #ff7043);
    color: #fff;
    font-weight: 800;
    font-size: 0.9375rem;
    box-shadow: 0 4px 15px rgba(255,87,34,0.3);
  }

  .how-it-works__step-content {
    flex: 1;
  }

  .how-it-works__step-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.375rem;
  }

  .how-it-works__step-desc {
    font-size: 0.875rem;
    line-height: 1.6;
  }

  .how-it-works__media {
    position: sticky;
    top: 6rem;
  }

  .how-it-works__media-card {
    border-radius: var(--card-radius);
    overflow: hidden;
  }

  .how-it-works__media-card img {
    width: 100%;
    height: auto;
  }

  @media (max-width: 900px) {
    .how-it-works__grid {
      grid-template-columns: 1fr;
      gap: 2rem;
    }
    .how-it-works__media {
      position: static;
      order: -1;
    }
    .how-it-works__media-card {
      max-width: 500px;
      margin: 0 auto;
    }
  }

  @media (max-width: 480px) {
    .how-it-works__step {
      padding: 1rem;
      gap: 1rem;
    }
    .how-it-works__step-number {
      width: 2rem;
      height: 2rem;
      min-width: 2rem;
      font-size: 0.8125rem;
    }
  }
/* END_SECTION:how-it-works */

/* START_SECTION:image_banner (INDEX:48) */
.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;
  }

  .image-banner__image--parallax .image-banner__img {
    position: absolute;
    top: -20%;
    left: 0;
    height: 140%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    will-change: transform;
    margin: 0;
  }

  @keyframes image-banner-ambient {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
  }

  .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 (max-width: 749px) {
    .image-banner {
      min-height: var(--ib-mobile-height);
    }

    .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:55) */
.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:56) */
.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:57) */
.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:58) */
.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:63) */
.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:68) */
.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 */

/* START_SECTION:social-proof (INDEX:71) */
.social-proof__header {
    text-align: center;
    margin-bottom: 3rem;
  }

  .social-proof__subtitle {
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: block;
    margin-bottom: 0.75rem;
  }

  .social-proof__headline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }

  .social-proof__heading .text-accent {
    font-size: inherit;
    font-weight: inherit;
  }

  .social-proof__rating {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
  }

  .social-proof__rating-value {
    font-family: var(--font-heading--family);
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1;
  }

  .social-proof__stars {
    display: flex;
    gap: 2px;
  }

  .social-proof__rating-count {
    font-size: 0.75rem;
  }

  .social-proof__description {
    font-size: 1rem;
    max-width: 55ch;
    margin: 0 auto;
    line-height: 1.7;
  }

  /* Stats Grid */
  .social-proof__stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.25rem;
    margin-bottom: 2rem;
  }

  .social-proof__stat {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
  }

  .social-proof__stat-icon img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    object-fit: cover;
  }

  .social-proof__stat-value {
    font-family: var(--font-heading--family);
    font-weight: 800;
    font-size: 1.25rem;
    display: block;
    line-height: 1.2;
  }

  .social-proof__stat-label {
    font-size: 0.8125rem;
    display: block;
  }

  /* Testimonial */
  .social-proof__testimonial {
    max-width: 600px;
    margin: 0 auto;
    padding: 1.5rem 2rem;
  }

  .social-proof__testimonial-content {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
  }

  .social-proof__testimonial-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
  }

  .social-proof__testimonial-author {
    font-weight: 700;
    font-size: 0.9375rem;
    display: block;
    margin-bottom: 0.375rem;
  }

  .social-proof__testimonial-text {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--color-muted);
  }

  @media (max-width: 768px) {
    .social-proof__headline {
      flex-direction: column;
      gap: 1.5rem;
    }
    .social-proof__stats {
      grid-template-columns: 1fr 1fr;
    }
  }

  @media (max-width: 480px) {
    .social-proof__stats {
      grid-template-columns: 1fr;
    }
    .social-proof__testimonial {
      padding: 1.25rem;
    }
    .social-proof__testimonial-content {
      flex-direction: column;
      text-align: center;
      align-items: center;
    }
  }
/* END_SECTION:social-proof */

/* CSS from block stylesheet tags */
/* START_BLOCK:group (INDEX:78) */
.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:79) */
.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-drawer (INDEX:81) */
.cart-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 420px;
    height: 100vh;
    background-color: var(--color-background);
    border-left: 1px solid var(--color-card-border);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.3);
  }

  .cart-drawer.is-active {
    transform: translateX(0);
  }

  .cart-drawer__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid var(--color-card-border);
    flex-shrink: 0;
  }

  .cart-drawer__title {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0;
  }

  .cart-drawer__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.375rem;
    height: 1.375rem;
    padding: 0 0.375rem;
    background-color: var(--color-accent);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 100px;
  }

  .cart-drawer__close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    background: transparent;
    border: 1px solid var(--color-card-border);
    border-radius: 50%;
    color: var(--color-foreground);
    cursor: pointer;
    transition: all 0.2s ease;
  }

  .cart-drawer__close:hover {
    background: var(--color-card-bg);
    border-color: var(--color-accent);
    color: var(--color-accent);
  }

  .cart-drawer__body {
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
  }

  .cart-drawer__items {
    flex: 1;
    overflow-y: auto;
    padding: 1rem 1.5rem;
  }

  .cart-drawer__item {
    display: flex;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--color-card-border);
    position: relative;
  }

  .cart-drawer__item:last-child {
    border-bottom: none;
  }

  .cart-drawer__item-image {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    background: var(--color-card-bg);
  }

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

  .cart-drawer__item-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 0;
  }

  .cart-drawer__item-title {
    font-weight: 600;
    font-size: 0.875rem;
    color: var(--color-foreground);
    text-decoration: none;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .cart-drawer__item-title:hover {
    color: var(--color-accent);
  }

  .cart-drawer__item-variant {
    font-size: 0.75rem;
    color: var(--color-muted);
  }

  .cart-drawer__item-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 0.375rem;
  }

  .cart-drawer__quantity {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--color-card-border);
    border-radius: 6px;
    overflow: hidden;
  }

  .cart-drawer__qty-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    background: transparent;
    border: none;
    color: var(--color-foreground);
    cursor: pointer;
    font-size: 1rem;
    transition: background 0.2s ease;
  }

  .cart-drawer__qty-btn:hover {
    background: var(--color-card-bg);
  }

  .cart-drawer__qty-value {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    font-size: 0.8125rem;
    font-weight: 600;
  }

  .cart-drawer__item-price {
    font-weight: 700;
    font-size: 0.9375rem;
  }

  .cart-drawer__remove {
    position: absolute;
    top: 0.75rem;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    background: transparent;
    border: none;
    color: var(--color-muted);
    cursor: pointer;
    transition: color 0.2s ease;
  }

  .cart-drawer__remove:hover {
    color: #ef4444;
  }

  .cart-drawer__footer {
    padding: 1.25rem 1.5rem;
    border-top: 1px solid var(--color-card-border);
    flex-shrink: 0;
  }

  .cart-drawer__subtotal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }

  .cart-drawer__subtotal-price {
    font-size: 1.125rem;
  }

  .cart-drawer__note {
    font-size: 0.75rem;
    color: var(--color-muted);
    margin-bottom: 1rem;
    text-align: center;
  }

  .cart-drawer__empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    padding: 4rem 2rem;
    text-align: center;
    color: var(--color-muted);
    flex: 1;
  }

  .cart-drawer__empty p {
    font-size: 1.0625rem;
  }

  @media (max-width: 480px) {
    .cart-drawer {
      max-width: 100%;
    }
  }
/* END_SNIPPET:cart-drawer */

/* START_SNIPPET:cart-items (INDEX:82) */
.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:83) */
.cpb {
    background: var(--cd-progress-banner, #fdf6e3);
    border-radius: 8px;
    padding: 14px 18px;
    text-align: center;
  }
  .cpb__status {
    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__status p {
    margin: 0;
  }
  .cpb__achievement {
    font-weight: 700;
  }
  .cpb__next {
    margin-top: 2px;
    font-weight: 500;
    opacity: 0.9;
  }
  .cpb__away {
    opacity: 0.75;
  }
  .cpb__track {
    width: 100%;
    height: 6px;
    background: var(--cd-progress-track, #e8e0d0);
    border-radius: 3px;
    overflow: hidden;
    position: relative;
  }
  .cpb__fill {
    height: 100%;
    background: var(--cd-progress-fill, #333);
    border-radius: 3px;
    transition: width 0.4s ease;
    min-width: 0;
  }
  .cpb__marker {
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--cd-progress-track, #e8e0d0);
    border: 2px solid var(--cd-progress-fill, #333);
    transform: translate(-50%, -50%);
    box-sizing: border-box;
  }
  .cpb__marker.is-complete {
    background: var(--cd-progress-fill, #333);
  }
/* END_SNIPPET:cart-progress-bar */

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