/** Shopify CDN: Minification failed

Line 240:12 Unexpected "{"
Line 240:21 Expected ":"
Line 241:16 Expected identifier but found whitespace
Line 241:18 Unexpected "{"
Line 241:27 Expected ":"
Line 241:53 Expected ":"
Line 242:19 Expected identifier but found whitespace
Line 242:21 Unexpected "{"
Line 242:30 Expected ":"
Line 242:59 Expected ":"
... and 2 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:about-us (INDEX:1, SCOPED:FALSE) */
.about-us {
    padding: 4rem 2rem;
  }

  .about-us__hero {
    position: relative;
    text-align: center;
    margin-bottom: 6rem;
  }

  .about-us__hero-image {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 3rem;
  }

  .about-us__hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .about-us__title {
    font-family: 'Optima', 'Palatino', 'Georgia', serif;
    font-size: 4.8rem;
    font-weight: 400;
    margin: 0;
    color: rgba(0, 0, 0, 1);
  }

  .about-us__story {
    max-width: 800px;
    margin: 0 auto 6rem;
    text-align: center;
  }

  .about-us__story h2 {
    font-family: 'Optima', 'Palatino', 'Georgia', serif;
    font-size: 3.2rem;
    font-weight: 400;
    margin-bottom: 2rem;
    color: rgba(0, 0, 0, 1);
  }

  .about-us__story .rte {
    font-size: 1.6rem;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.8);
  }

  .about-us__founder {
    margin-bottom: 6rem;
  }

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

  .about-us__founder-image {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
  }

  .about-us__founder-image img {
    width: 100%;
    height: auto;
  }

  .about-us__founder-content h2 {
    font-family: 'Optima', 'Palatino', 'Georgia', serif;
    font-size: 3.2rem;
    font-weight: 400;
    margin-bottom: 2rem;
    color: rgba(0, 0, 0, 1);
  }

  .about-us__founder-content .rte {
    font-size: 1.6rem;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.8);
  }

  .about-us__values {
    margin-bottom: 6rem;
  }

  .about-us__values h2 {
    font-family: 'Optima', 'Palatino', 'Georgia', serif;
    font-size: 3.2rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 4rem;
    color: rgba(0, 0, 0, 1);
  }

  .about-us__values-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4rem;
  }

  .about-us__value {
    text-align: center;
  }

  .about-us__value-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 2rem;
  }

  .about-us__value-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .about-us__value h3 {
    font-family: 'Optima', 'Palatino', 'Georgia', serif;
    font-size: 2.4rem;
    font-weight: 400;
    margin-bottom: 1rem;
    color: rgba(0, 0, 0, 1);
  }

  .about-us__value .rte {
    font-size: 1.6rem;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.8);
  }

  .about-us__cta {
    text-align: center;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgba(159, 81, 156, 0.05) 0%, rgba(35, 194, 225, 0.05) 100%);
    border-radius: 8px;
  }

  .about-us__cta h2 {
    font-family: 'Optima', 'Palatino', 'Georgia', serif;
    font-size: 3.2rem;
    font-weight: 400;
    margin-bottom: 1rem;
    color: rgba(0, 0, 0, 1);
  }

  .about-us__cta p {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    color: rgba(0, 0, 0, 0.8);
  }

  .about-us__cta .button {
    display: inline-block;
    padding: 1.5rem 3rem;
    background: linear-gradient(135deg, #9F519C 0%, #23C2E1 100%);
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-size: 1.6rem;
    font-weight: 500;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .about-us__cta .button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(159, 81, 156, 0.3);
  }

  /* Tablet and up */
  @media screen and (min-width: 750px) {
    .about-us {
      padding: 6rem 4rem;
    }

    .about-us__founder-grid {
      grid-template-columns: 1fr 1fr;
    }

    .about-us__values-grid {
      grid-template-columns: repeat(3, 1fr);
    }

    .about-us__hero-image {
      height: 500px;
    }
  }

  /* Desktop */
  @media screen and (min-width: 990px) {
    .about-us {
      padding: 8rem 6rem;
    }

    .about-us__hero-image {
      height: 600px;
    }
  }
/* END_SECTION:about-us */

/* START_SECTION:convenient-storage (INDEX:7, SCOPED:FALSE) */
.convenient-storage {
    width: 100%;
    overflow: hidden;
  }

  .convenient-storage__container {
    max-width: 1400px;
    margin: 0 auto 0;
    padding: 45px 10px;
  }

  .section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top }}px;
    padding-bottom: {{ section.settings.padding_bottom }}px;
  }

  /* Title */
  .convenient-storage__title {
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    font-weight: 700;
    color: #000000;
    margin: 0;
    line-height: 1;
    letter-spacing: -0.02em;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1.2s ease, transform 1.2s ease;
  }

  .convenient-storage__title.in-view {
    opacity: 1;
    transform: translateY(0);
  }

  .convenient-storage__subheading {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    color: #000000;
    max-width: 800px;
    margin: 0 0 15px;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1.2s ease, transform 1.2s ease;
    transition-delay: 0.2s;
  }

  .convenient-storage__subheading.in-view {
    opacity: 1;
    transform: translateY(0);
  }

  .convenient-storage__subheading p {
    margin: 0;
  }

  .convenient-storage__subheading p:last-child {
    margin-bottom: 0;
  }

  /* Video */
  .convenient-storage__video-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
    background: #000;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.2s ease, transform 1.2s ease;
    transition-delay: 0.2s;
  }

  .convenient-storage__video-wrapper.in-view {
    opacity: 1;
    transform: translateY(0);
  }

  .convenient-storage__video {
    width: 100%;
    height: auto;
    display: block;
  }

  /* Show desktop video by default, hide mobile */
  .convenient-storage__video-wrapper--mobile {
    display: none !important;
  }

  .convenient-storage__video-wrapper--desktop {
    display: block !important;
  }

  /* Tablet */
  @media screen and (max-width: 989px) {
    .convenient-storage__container {
      padding-left: 10px;
      padding-right: 10px;
    }

    .convenient-storage__title {
      font-size: 56px;
    }

    .convenient-storage__title {
      margin-bottom: 32px;
    }

    .convenient-storage__subheading {
      font-size: 17px;
      margin-top: 32px;
    }
  }

  /* Mobile */
  @media screen and (max-width: 749px) {
    .convenient-storage__container {
      padding: 25px 10px;
    }

    .section-{{ section.id }}-padding {
      padding-top: calc({{ section.settings.padding_top }}px * 0.5);
      padding-bottom: calc({{ section.settings.padding_bottom }}px * 0.5);
    }

    .convenient-storage__title {
      font-size: 30px;
      margin: 0;
    }

    .convenient-storage__subheading {
      font-size: 15px;
      line-height: 1.7;
      margin: 0 0 10px;
    }

    .convenient-storage__video-wrapper {
      width: 100vw;
      max-width: 100vw;
      margin-left: calc(-50vw + 50%);
      border-radius: 0;
    }

    /* Show mobile video, hide desktop video */
    .convenient-storage__video-wrapper--desktop {
      display: none !important;
    }

    .convenient-storage__video-wrapper--mobile {
      display: block !important;
    }
  }

  /* Desktop - 1024px and up */
  @media (min-width: 1024px) {
    .convenient-storage__title {
      font-size: 62px;
      letter-spacing: -0.03em;
      text-align: center;
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
    }

    .convenient-storage__subheading {
      font-size: 19px;
      line-height: 1.85;
      text-align: center;
      margin: 0 auto;
      max-width: 1200px;
    }
  }

  /* Reduced Motion */
  @media (prefers-reduced-motion: reduce) {
    .convenient-storage__video {
      animation: none;
    }
  }
/* END_SECTION:convenient-storage */

/* START_SECTION:domes-comparison-chart (INDEX:10, SCOPED:FALSE) */
.lh-ultimate-comparison-wrapper {
    width: 100%;
    background: #FFFFFF;
    padding: 45px 0;
  }

  .lh-ultimate-comparison {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .lh-ultimate-comparison-title {
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    margin: 0 0 15px 0;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1.2s ease, transform 1.2s ease;
  }

  .lh-ultimate-comparison-title.in-view {
    opacity: 1;
    transform: translateY(0);
  }

  .lh-ultimate-comparison-container {
    max-width: 1000px;
    margin: 0 auto;
  }

  .lh-ultimate-columns-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: stretch;
  }

  .lh-ultimate-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.2s ease, transform 1.2s ease;
  }

  .lh-ultimate-column.in-view {
    opacity: 1;
    transform: translateY(0);
  }

  .lh-ultimate-column:nth-child(1) {
    transition-delay: 0.2s;
  }

  .lh-ultimate-column:nth-child(2) {
    transition-delay: 0.4s;
  }

  .lh-ultimate-column:nth-child(3) {
    transition-delay: 0.6s;
  }

  .lh-ultimate-product-image {
    width: 100%;
    max-width: 200px;
    height: 200px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .lh-ultimate-product-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }

  .lh-ultimate-product-name {
    font-size: 32px;
    font-weight: 700;
    margin: 0px auto 5px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
  }

  .lh-ultimate-product-price {
    font-size: 20px;
    font-weight: 400;
    margin: 0 auto 10px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
  }

  .lh-ultimate-shop-button {
    display: inline-block;
    width: 150px;
    height: 40px;
    padding: 0;
    background: linear-gradient(90deg, #9F519C 0%, #23C2E1 100%) !important;
    color: white !important;
    text-decoration: none;
    border: none !important;
    outline: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 40px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
  }

  .lh-ultimate-shop-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(159, 81, 156, 0.3);
    color: white !important;
    background: linear-gradient(90deg, #9F519C 0%, #23C2E1 100%) !important;
  }

  .lh-ultimate-shop-button:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    color: white !important;
  }

  .lh-ultimate-shop-button:focus {
    outline: none;
    border: none;
    color: white !important;
  }

  .lh-ultimate-column-divider {
    width: 100%;
    border: 0;
    border-top: 1px solid #d1d1d1;
    margin: 25px 0 0;
  }

  .lh-ultimate-specs-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
    flex: 1;
  }

  .lh-ultimate-spec-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex: 1 0 auto;
    margin-top: 25px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease, transform 1s ease;
  }

  .lh-ultimate-spec-row.row-in-view {
    opacity: 1;
    transform: translateY(0);
  }

  .lh-ultimate-spec-row:first-child {
    margin-top: 0;
  }

  .lh-ultimate-spec-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
  }

  .lh-ultimate-spec-value {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
  }

  .spec-value-line {
    line-height: 1.4;
  }

  .lh-ultimate-spec-name {
    font-size: 13px;
    font-weight: 400;
    color: #666;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
  }

  .lh-ultimate-spec-dash {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: 300;
    color: #ccc;
  }

  @media (max-width: 768px) {
    .lh-ultimate-comparison-wrapper {
      padding: 25px 0;
    }

    .lh-ultimate-comparison {
      margin: 0 auto;
      padding: 0 10px;
    }

    .lh-ultimate-comparison-title {
      font-size: 30px;
      margin: 0 0 10px 0;
    }

    .lh-ultimate-columns-wrapper {
      grid-template-columns: repeat(3, 1fr);
      gap: 10px;
      align-items: start;
    }

    .lh-ultimate-column {
      height: auto;
    }

    .lh-ultimate-product-image {
      max-width: 80px;
      height: 80px;
    }

    .lh-ultimate-product-name {
      font-size: 20px;
      margin-bottom: 0;
    }

    .lh-ultimate-product-price {
      font-size: 16px;
    }

    .lh-ultimate-shop-button {
      width: 90%;
      max-width: 100px;
      height: 32px;
      font-size: 11px;
      line-height: 32px;
    }

    .lh-ultimate-column-divider {
      margin: 15px 0 0;
    }

    .lh-ultimate-specs-container {
      gap: 0px;
      margin-top: 15px;
      flex: 0 1 auto;
    }

    .lh-ultimate-spec-row {
      gap: 4px;
      flex: 0 1 auto;
    }

    .lh-ultimate-spec-icon {
      width: 25px;
      height: 25px;
      margin: 0px 0px;
    }

    .lh-ultimate-spec-value {
      font-size: 11px;
      font-weight: 600;
      line-height: 1.3;
    }

    .lh-ultimate-spec-name {
      font-size: 9px;
      line-height: 1.2;
    }

    .lh-ultimate-spec-dash {
      width: 32px;
      height: 32px;
      font-size: 24px;
    }
  }
/* END_SECTION:domes-comparison-chart */

/* START_SECTION:pemf-frequencies (INDEX:37, SCOPED:FALSE) */
.pemf-frequencies {
    padding: var(--padding-top-desktop) 10px var(--padding-bottom-desktop);
    width: 100%;
    background-color: var(--background-color);
  }

  .pemf-frequencies__container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .pemf-frequencies__title {
    font-size: 60px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    text-align: center;
    margin: 0 0 15px 0;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1.2s ease, transform 1.2s ease;
  }

  .pemf-frequencies__title.in-view {
    opacity: 1;
    transform: translateY(0);
  }

  .pemf-frequencies__content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    align-items: start;
  }

  .pemf-frequencies__left {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .pemf-frequencies__description {
    font-size: 16px;
    line-height: 1.4;
    color: #666;
    text-align: left;
    padding: 25px;
    background-color: #f9f9f9;
    border-radius: 12px;
    border-left: 3px solid #9F519C;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1.2s ease, transform 1.2s ease;
    transition-delay: 0.2s;
  }

  .pemf-frequencies__description.in-view {
    opacity: 1;
    transform: translateY(0);
  }

  .pemf-frequencies__chart {
    width: 100%;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.2s ease, transform 1.2s ease;
    transition-delay: 0.4s;
  }

  .pemf-frequencies__chart.in-view {
    opacity: 1;
    transform: translateY(0);
  }

  .pemf-frequencies__media {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.2s ease, transform 1.2s ease;
    transition-delay: 0.6s;
  }

  .pemf-frequencies__media.in-view {
    opacity: 1;
    transform: translateY(0);
  }

  .pemf-frequencies__video,
  .pemf-frequencies__image {
    width: 100%;
    height: auto;
    display: block;
  }

  .pemf-frequencies__header {
    display: none;
  }

  .pemf-frequencies__header-cell {
    padding: 20px 25px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
  }

  .pemf-frequencies__body {
    display: flex;
    flex-direction: column;
  }

  .pemf-frequency-row {
    display: grid;
    grid-template-columns: 1fr;
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 25px;
  }

  .pemf-frequency-row:last-child {
    border-bottom: none;
  }

  .pemf-frequency-row:nth-child(1) .pemf-frequency-row__name,
  .pemf-frequency-row:nth-child(1) .pemf-frequency-row__frequency {
    color: #5D9CEC;
  }

  .pemf-frequency-row:nth-child(2) .pemf-frequency-row__name,
  .pemf-frequency-row:nth-child(2) .pemf-frequency-row__frequency {
    color: #68C3A3;
  }

  .pemf-frequency-row:nth-child(3) .pemf-frequency-row__name,
  .pemf-frequency-row:nth-child(3) .pemf-frequency-row__frequency {
    color: #FFB74D;
  }

  .pemf-frequency-row:nth-child(4) .pemf-frequency-row__name,
  .pemf-frequency-row:nth-child(4) .pemf-frequency-row__frequency {
    color: #EF5350;
  }

  .pemf-frequency-row__cell {
    padding: 0;
    font-size: 16px;
    line-height: 1.4;
    color: #333;
    display: flex;
    align-items: baseline;
    gap: 40px;
  }

  .pemf-frequency-row__name-section {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 8px;
    min-width: 240px;
    flex-shrink: 0;
  }

  .pemf-frequency-row__name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
  }

  .pemf-frequency-row__frequency {
    font-size: 16px;
    font-weight: 400;
  }

  .pemf-frequency-row__benefits {
    color: #666;
    flex: 1;
  }

  /* Mobile styles */
  @media (max-width: 768px) {
    .pemf-frequencies {
      padding: var(--padding-top-mobile) 10px var(--padding-bottom-mobile);
    }

    .pemf-frequencies__title {
      font-size: 30px;
      margin-bottom: 10px;
      margin-top: 0;
    }

    .pemf-frequencies__content-wrapper {
      grid-template-columns: 1fr;
      gap: 10px;
    }

    .pemf-frequencies__left {
      gap: 10px;
    }

    .pemf-frequencies__description {
      font-size: 14px;
      text-align: center;
      padding: 20px;
    }

    .pemf-frequencies__media {
      order: 1;
    }

    .pemf-frequencies__header {
      display: none;
    }

    .pemf-frequency-row {
      grid-template-columns: 1fr;
      gap: 0px;
      padding: 10px 10px;
    }

    .pemf-frequency-row__cell {
      padding: 0;
      flex-direction: column;
      gap: 10px;
      align-items: flex-start;
    }

    .pemf-frequency-row__name-section {
      gap: 8px;
      min-width: auto;
    }

    .pemf-frequency-row__name {
      font-size: 18px;
      font-weight: 400;
    }

    .pemf-frequency-row__frequency {
      font-size: 14px;
    }

    .pemf-frequency-row__benefits {
      font-size: 14px;
    }
  }
/* END_SECTION:pemf-frequencies */

/* START_SECTION:product-faq (INDEX:39, SCOPED:FALSE) */
.product-faq-wrapper {
    width: 100%;
    background: #FFFFFF;
    padding: 45px 0;
  }

  .product-faq {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .product-faq__title {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1.2s ease, transform 1.2s ease;
  }

  .product-faq__title.in-view {
    opacity: 1;
    transform: translateY(0);
  }

  .product-faq__accordions {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 1000px;
    margin: 0 auto;
  }

  .product-faq__accordion {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1.2s ease, transform 1.2s ease;
  }

  .product-faq__accordion.in-view {
    opacity: 1;
    transform: translateY(0);
  }

  .product-faq__accordion:nth-child(1) {
    transition-delay: 0.2s;
  }

  .product-faq__accordion:nth-child(2) {
    transition-delay: 0.3s;
  }

  .product-faq__accordion:nth-child(3) {
    transition-delay: 0.4s;
  }

  .product-faq__accordion:nth-child(4) {
    transition-delay: 0.5s;
  }

  .product-faq__accordion:nth-child(5) {
    transition-delay: 0.6s;
  }

  .product-faq__accordion:nth-child(6) {
    transition-delay: 0.7s;
  }

  .product-faq__accordion:nth-child(7) {
    transition-delay: 0.8s;
  }

  .product-faq__accordion:nth-child(8) {
    transition-delay: 0.9s;
  }

  .product-faq__accordion:nth-child(9) {
    transition-delay: 1.0s;
  }

  .product-faq__accordion:nth-child(10) {
    transition-delay: 1.1s;
  }

  .product-faq__accordion:nth-child(11) {
    transition-delay: 1.2s;
  }

  .product-faq__accordion:nth-child(12) {
    transition-delay: 1.3s;
  }

  .product-faq__accordion:nth-child(13) {
    transition-delay: 1.4s;
  }

  .product-faq__accordion:nth-child(14) {
    transition-delay: 1.5s;
  }

  .product-faq__accordion:nth-child(15) {
    transition-delay: 1.6s;
  }

  .product-faq__accordion:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .product-faq__accordion-toggle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
    background: none;
    border: none;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: color 0.2s ease;
    color: rgba(0, 0, 0, 0.85);
    -webkit-tap-highlight-color: transparent;
    font-family: 'Montserrat', sans-serif;
  }

  .product-faq__accordion-toggle:hover {
    color: rgba(0, 0, 0, 1);
  }

  .product-faq__accordion.active .product-faq__accordion-toggle {
    color: rgba(0, 0, 0, 1);
  }

  .product-faq__accordion-icon {
    flex-shrink: 0;
    transition: transform 0.6s ease;
    margin-left: 20px;
  }

  .product-faq__accordion.active .product-faq__accordion-icon {
    transform: rotate(180deg);
  }

  .product-faq__accordion-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.6s ease;
  }

  .product-faq__accordion.active .product-faq__accordion-content {
    max-height: 1000px;
    opacity: 1;
  }

  .product-faq__accordion-inner {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.7);
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  }

  .product-faq__accordion-inner p {
    margin: 0 0 10px;
    padding: 0;
  }

  @media screen and (max-width: 768px) {
    .product-faq-wrapper {
      padding: 25px 0;
    }

    .product-faq {
      margin: 0 auto;
      padding: 0 15px;
    }

    .product-faq__title {
      font-size: 32px;
      margin-bottom: 20px;
    }

    .product-faq__accordion-toggle {
      font-size: 18px;
      padding: 16px 0;
    }

    .product-faq__accordion-icon {
      margin-left: 15px;
      width: 20px;
      height: 20px;
    }

    .product-faq__accordion-inner {
      font-size: 15px;
      padding: 0;
      margin: 0;
    }

    .product-faq__accordion-inner p {
      margin: 0 0 10px;
      padding: 0;
    }
  }
/* END_SECTION:product-faq */

/* START_SECTION:product-video-carousel (INDEX:42, SCOPED:FALSE) */
.product-video-carousel-wrapper {
    width: 100%;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .product-video-carousel {
    max-width: 140rem;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.2s ease, transform 1.2s ease;
  }

  .product-video-carousel.fade-in {
    opacity: 1;
    transform: translateY(0);
  }

  /* Header */
  .product-video-carousel__header {
    text-align: center;
    margin-bottom: 15px;
  }

  .product-video-carousel__heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    color: rgba(0, 0, 0, 0.9);
    margin: 0 auto 10px;
  }

  /* Carousel Container */
  .product-video-carousel__container {
    position: relative;
    width: 100%;
  }

  .product-video-carousel__carousel {
    position: relative;
    overflow: hidden;
    touch-action: pan-y pinch-zoom;
  }

  .product-video-carousel__track {
    display: flex;
    gap: 2rem;
    transition: transform 0.4s ease;
    will-change: transform;
  }

  /* Video Wrapper */
  .product-video-carousel__video-wrapper {
    flex: 0 0 calc((100% - 6rem) / 4);
    display: flex;
    flex-direction: column;
    padding: 0;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
  }

  .product-video-carousel__video-wrapper.fade-in {
    opacity: 1;
    transform: translateY(0);
  }

  .product-video-carousel__video-container {
    aspect-ratio: 9 / 16;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    background: #000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }

  .product-video-carousel__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* Play/Pause Overlay */
  .product-video-carousel__play-pause-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease, background 0.3s ease;
    z-index: 10;
  }

  .product-video-carousel__video-container:hover .product-video-carousel__play-pause-overlay {
    opacity: 1;
  }

  .product-video-carousel__play-pause-overlay:hover {
    background: rgba(0, 0, 0, 0.8);
  }

  .product-video-carousel__play-icon,
  .product-video-carousel__pause-icon {
    pointer-events: none;
  }

  /* Progress Bar */
  .product-video-carousel__progress-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 8px;
    background: rgba(255, 255, 255, 0.3);
    z-index: 12;
    cursor: pointer;
    overflow: visible;
  }

  .product-video-carousel__progress-bar-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background: linear-gradient(to right, #9F519C, #23C2E1);
    transition: none;
    pointer-events: none;
    z-index: 13;
    will-change: width;
    display: block !important;
    opacity: 1;
    visibility: visible;
  }

  .product-video-carousel__progress-time {
    position: absolute;
    bottom: 14px;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    pointer-events: none;
    opacity: 0;
    transform: translateX(-50%);
    white-space: nowrap;
    transition: opacity 0.2s ease;
    z-index: 20;
  }

  .product-video-carousel__progress-time.visible {
    opacity: 1;
  }

  .product-video-carousel__progress-bar {
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
  }

  .product-video-carousel__progress-bar::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background: #3B82F6;
    border: 2px solid white;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  }

  .product-video-carousel__progress-bar::-moz-range-thumb {
    width: 16px;
    height: 16px;
    background: #3B82F6;
    border: 2px solid white;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  }

  .product-video-carousel__progress-bar::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    background: transparent;
    border: none;
  }

  .product-video-carousel__progress-bar::-moz-range-track {
    width: 100%;
    height: 8px;
    background: transparent;
    border: none;
  }

  /* Mute/Unmute Button */
  .product-video-carousel__mute-button {
    position: absolute;
    bottom: 16px;
    right: 16px;
    background: rgba(0, 0, 0, 0.6);
    border: 1.5px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 15;
    transition: all 0.3s ease;
    color: white;
    padding: 0;
    opacity: 0;
    pointer-events: none;
  }

  .product-video-carousel__mute-button.show-for-playing {
    opacity: 1;
    pointer-events: auto;
  }

  .product-video-carousel__video-container:hover .product-video-carousel__mute-button {
    opacity: 1;
    pointer-events: auto;
  }

  .product-video-carousel__mute-button:hover {
    background: rgba(0, 0, 0, 0.8);
    transform: scale(1.1);
    border-color: white;
  }

  .product-video-carousel__sound-on,
  .product-video-carousel__sound-off {
    pointer-events: none;
  }

  /* Navigation Controls */
  .product-video-carousel__controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-top: 15px;
  }

  /* Navigation Arrows */
  .product-video-carousel__arrow {
    background: none;
    border: none;
    width: 3.4rem;
    height: 3.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.3s ease, transform 0.3s ease;
    flex-shrink: 0;
    padding: 0;
  }

  .product-video-carousel__arrow:hover {
    opacity: 0.7;
    transform: scale(1.1);
  }

  .product-video-carousel__arrow:focus-visible {
    outline: 2px solid rgba(0, 0, 0, 0.8);
    outline-offset: 4px;
  }

  .product-video-carousel__arrow svg {
    color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
  }

  .product-video-carousel__arrow:disabled {
    opacity: 0.2;
    cursor: default;
  }

  .product-video-carousel__arrow:disabled:hover {
    transform: none;
  }

  /* Thumbnail Navigation */
  .product-video-carousel__thumbnails {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    max-width: calc(60px * 5 + 4rem); /* Show 5 thumbnails on desktop */
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    scroll-behavior: smooth;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
  }

  .product-video-carousel__thumbnails::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
  }

  .product-video-carousel__thumbnail {
    position: relative;
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: all 1s ease;
    padding: 0;
    background: #000;
    overflow: hidden;
    flex-shrink: 0;
  }

  .product-video-carousel__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0.6;
    transition: opacity 1s ease;
  }

  .product-video-carousel__thumbnail:hover img {
    opacity: 0.9;
  }

  .product-video-carousel__thumbnail--active {
    border: 2px solid transparent;
    background: linear-gradient(#000, #000) padding-box,
                linear-gradient(135deg, #9F519C, #23C2E1) border-box;
  }

  .product-video-carousel__thumbnail--active img {
    opacity: 1;
  }

  /* Tablet - 2 videos */
  @media screen and (max-width: 989px) and (min-width: 750px) {
    .product-video-carousel__video-wrapper {
      flex: 0 0 calc((100% - 2rem) / 2);
    }

    .product-video-carousel__track {
      gap: 2rem;
    }
  }

  /* Mobile - 1 video with peek */
  @media screen and (max-width: 749px) {
    .product-video-carousel-wrapper {
      padding-top: 20px;
      padding-bottom: 20px;
    }

    .product-video-carousel {
      padding-left: 10px;
      padding-right: 10px;
    }

    .product-video-carousel__heading {
      font-size: 30px;
      margin-top: 0;
    }

    .product-video-carousel__header {
      margin-bottom: 10px;
    }

    .product-video-carousel__controls {
      margin-top: 10px;
    }

    .product-video-carousel__video-wrapper {
      flex: 0 0 85%;
      min-width: 280px;
      max-width: 400px;
      flex-shrink: 0;
    }

    .product-video-carousel__track {
      gap: 1.5rem;
      -webkit-overflow-scrolling: auto;
    }

    .product-video-carousel__carousel {
      overflow: visible;
      overflow-x: clip;
    }

    .product-video-carousel__controls {
      margin-top: 1.5rem;
      gap: 1rem;
    }

    .product-video-carousel__arrow {
      width: 3rem;
      height: 3rem;
    }

    .product-video-carousel__thumbnails {
      gap: 0.6rem;
      max-width: calc(50px * 4 + 1.8rem); /* Show 4 thumbnails on mobile */
    }

    .product-video-carousel__thumbnail {
      width: 50px;
      height: 50px;
    }
  }

  /* Reduced Motion */
  @media (prefers-reduced-motion: reduce) {
    .product-video-carousel__track {
      transition: none;
    }

    .product-video-carousel__play-pause-overlay {
      transition: none;
    }
  }
/* END_SECTION:product-video-carousel */

/* START_SECTION:ultimate-hero (INDEX:73, SCOPED:FALSE) */
.ultimate-hero {
    position: relative;
    width: 100%;
    height: 80vh;
    margin: 0 0 60px;
    overflow: hidden;
  }

  .ultimate-hero__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
  }

  .ultimate-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 2;
  }

  .ultimate-hero__content {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    text-align: center;
  }

  .ultimate-hero__subtitle {
    color: #ccc;
    font-weight: 600;
    font-size: 19.2px;
    margin: 0 0 8px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  }

  .ultimate-hero__title {
    color: #fff;
    font-family: 'Optima', 'Segoe UI', Candara, 'Noto Sans', sans-serif;
    font-size: 72px;
    font-weight: 400;
    margin: 0;
    white-space: nowrap;
  }

  @media screen and (max-width: 749px) {
    .ultimate-hero {
      margin: 0 0 40px;
    }

    .ultimate-hero__subtitle {
      font-size: 10.4px;
      letter-spacing: 1px;
    }

    .ultimate-hero__title {
      font-size: 32px;
    }
  }
/* END_SECTION:ultimate-hero */

/* CSS from block stylesheet tags */
/* START_BLOCK:badges (INDEX:75, SCOPED:FALSE) */
.badges {
    width: 100%;
    padding: 2rem 0;
  }

  .badges__container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 4rem;
    flex-wrap: wrap;
  }

  .badge-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 200px;
  }

  .badge-item__icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
  }

  .badge-item__icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }

  .badge-item__text {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0;
    color: rgb(var(--color-foreground));
  }

  @media screen and (max-width: 749px) {
    .badges__container {
      gap: 2rem;
    }

    .badge-item {
      max-width: 150px;
    }

    .badge-item__icon {
      width: 60px;
      height: 60px;
    }

    .badge-item__text {
      font-size: 1.2rem;
    }
  }
/* END_BLOCK:badges */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:gradient-button (INDEX:88, SCOPED:FALSE) */
.gradient-button {
    display: inline-block;
    width: 15rem;
    height: 4rem;
    padding: 0;
    background: linear-gradient(90deg, #9F519C 0%, #23C2E1 100%);
    color: white;
    text-decoration: none;
    border: none !important;
    outline: none;
    border-radius: 5px;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
    line-height: 4rem;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
  }

  .gradient-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(159, 81, 156, 0.3);
    color: white;
  }

  .gradient-button:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .gradient-button:focus {
    outline: none;
    border: none;
  }
/* END_SNIPPET:gradient-button */