/** Shopify CDN: Minification failed

Line 399:0 All "@import" rules must come first
Line 879:0 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:ugc-hero (INDEX:2) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

  /* Full-width section wrapper */
  .hero-section-root {
    overflow-x: hidden;
  }

  .hero {
    display: flex;
    overflow-y: clip;
    overflow-x: visible;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 40px;
    font-family: 'Inter', sans-serif;
    color: #fff;
  }

  .hero-left {
    flex: 0 0 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 40px 60px 0;
    z-index: 2;
  }

  /* Badge */
  .badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 0;
    font-size: 13px;
    color: #9ca3af;
    margin-bottom: 14px;
    width: fit-content;
  }

  .badge .stars {
    color: #fbbf24;
    font-size: 15px;
    letter-spacing: 2px;
  }

  .badge strong {
    color: #fff;
    font-weight: 700;
  }

  /* Heading */
  .hero h1 {
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
    letter-spacing: -1.5px;
    white-space: nowrap;
  }

  .hero h1 .count {
    color: #fff;
  }

  .rotating-wrapper {
    display: inline-block;
    width: 320px;
    text-align: left;
  }

  .hero h1 .rotating-word {
    display: inline-block;
    transition: opacity 0.4s, transform 0.4s;
    white-space: nowrap;
  }

  .hero h1 .rotating-word.fade-out {
    opacity: 0;
    transform: translateY(10px);
  }

  .hero h1 .rotating-word.fade-in {
    opacity: 1;
    transform: translateY(0);
  }

  /* Subtitle */
  .hero .subtitle {
    color: #9ca3af;
    line-height: 1.6;
    margin-bottom: 28px;
    max-width: 480px;
  }

  /* Features */
  .hero .features {
    display: flex;
    gap: 20px;
    margin-bottom: 36px;
    flex-wrap: nowrap;
    white-space: nowrap;
  }

  .hero .feature {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #d1d5db;
  }

  .hero .feature svg {
    width: 20px;
    height: 20px;
    color: #22c55e;
    flex-shrink: 0;
  }

  .hero .feature .feature-custom-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    flex-shrink: 0;
  }

  /* Buttons */
  .hero .buttons {
    display: flex;
    gap: 14px;
  }

  .hero .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    cursor: pointer;
    border: none;
    font-family: 'Inter', sans-serif;
    white-space: nowrap;
  }

  .hero .btn-primary {
    background: var(--btn-bg);
    color: var(--btn-text);
    box-shadow: 0 4px 20px color-mix(in srgb, var(--btn-bg) 40%, transparent);
  }

  .hero .btn-primary:hover {
    box-shadow: 0 6px 30px color-mix(in srgb, var(--btn-bg) 50%, transparent);
    transform: translateY(-2px);
  }

  .hero .btn-secondary {
    background: color-mix(in srgb, var(--btn-bg) 12%, transparent);
    color: var(--btn-text);
    border: 1px solid color-mix(in srgb, var(--btn-border) 15%, transparent);
  }

  .hero .btn-secondary:hover {
    background: color-mix(in srgb, var(--btn-bg) 20%, transparent);
    transform: translateY(-2px);
  }

  .hero .btn-outline {
    background: transparent;
    color: var(--btn-text);
    border: 2px solid color-mix(in srgb, var(--btn-border) 35%, transparent);
  }

  .hero .btn-outline:hover {
    border-color: color-mix(in srgb, var(--btn-border) 70%, transparent);
    transform: translateY(-2px);
  }

  .hero .btn-text {
    background: transparent;
    color: var(--btn-text);
    padding-left: 4px;
    padding-right: 4px;
  }

  .hero .btn-text:hover {
    opacity: 0.7;
  }

  .hero .btn-glass {
    background: color-mix(in srgb, var(--btn-bg) 8%, transparent);
    color: var(--btn-text);
    border: 1px solid color-mix(in srgb, var(--btn-border) 10%, transparent);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  .hero .btn-glass:hover {
    background: color-mix(in srgb, var(--btn-bg) 15%, transparent);
    transform: translateY(-2px);
  }

  .hero .btn-arrow {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px;
    min-height: 18px;
    flex-shrink: 0;
    transition: transform 0.3s;
  }

  .hero .btn:hover .btn-arrow {
    transform: translateX(3px);
  }

  .hero .btn-mobile-only {
    display: none;
  }

  /* Desktop gallery */
  .hero-right {
    flex: 1;
    position: relative;
    overflow: hidden;
    min-width: 0;
  }

  .hero-right::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 150px;
    z-index: 2;
    pointer-events: none;
  }

  .gallery-container {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    height: 100%;
    padding: 0 20px;
    position: relative;
    overflow: hidden;
  }

  .gallery-col {
    flex: 1;
    min-width: 160px;
    display: flex;
    flex-direction: column;
    will-change: transform;
  }

  .gallery-card {
    border-radius: clamp(10px, 1.2vw, 16px);
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
    background: #1a1a2e;
    aspect-ratio: 3/4;
    width: 100%;
    margin-bottom: 16px;
  }

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

  @keyframes scrollUp {
    0%   { transform: translateY(0); }
    100% { transform: translateY(-50%); }
  }

  @keyframes scrollDown {
    0%   { transform: translateY(-50%); }
    100% { transform: translateY(0); }
  }

  /* Mobile gallery */
  .mobile-gallery {
    display: none;
  }

  .mobile-gallery-container {
    overflow: hidden;
    width: 100%;
  }

  .mobile-gallery-row {
    display: flex;
    will-change: transform;
    padding: 6px 0;
  }

  .mobile-gallery-card {
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    background: #1a1a2e;
    width: 160px;
    height: 200px;
    margin-right: 12px;
  }

  .mobile-gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  @keyframes scrollLeft {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }

  @keyframes scrollRight {
    0%   { transform: translateX(-50%); }
    100% { transform: translateX(0); }
  }

  /* Mobile responsive */
  @media (max-width: 768px) {
    .hero .btn-mobile-only {
      display: inline-flex;
    }

    .hero {
      flex-direction: column;
      min-height: auto;
      max-height: none;
      padding-bottom: 0;
      padding-left: 20px;
      padding-right: 20px;
    }

    .hero-left {
      flex: none;
      padding: 40px 0 30px;
    }

    .hero-right {
      display: none;
    }

    .mobile-gallery {
      display: block;
      overflow: hidden;
      margin-top: 10px;
      max-height: calc(140px * 2 + 12px - 18px);
    }

    .mobile-gallery-card {
      width: 112px;
      height: 140px;
    }

    .hero h1 {
      white-space: normal;
    }

    .rotating-wrapper {
      width: auto;
    }

    .hero .features {
      flex-direction: column;
      white-space: normal;
      gap: 12px;
    }

    .hero .buttons {
      flex-direction: column;
    }

    .hero .btn {
      justify-content: center;
    }
  }
/* END_SECTION:ugc-hero */

/* START_SECTION:toggle-hero (INDEX:155) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

  /* Full-width section wrapper */
  .hero-section-root {
    overflow-x: hidden;
  }

  .hero-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
    color: #fff;
  }

  /* Nav pills — segmented toggle */
  .nav-pills-bar {
    display: flex;
  }

  .nav-pills-track {
    display: inline-flex;
  }

  .pill {
    display: inline-block;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    text-decoration: none;
    transition: color 0.25s;
    white-space: nowrap;
    cursor: pointer;
  }

  .pill-active {
    cursor: default;
  }

  .pill-inactive {
    background: transparent;
  }

  .hero {
    display: flex;
    overflow-y: clip;
    overflow-x: visible;
    position: relative;
    padding-left: 40px;
    font-family: 'Inter', sans-serif;
    color: #fff;
  }

  .hero-left {
    flex: 0 0 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 40px 0 0;
    z-index: 2;
  }

  /* Badge */
  .badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 0;
    font-size: 13px;
    color: #9ca3af;
    margin-top: 0;
    margin-bottom: 14px;
    width: fit-content;
  }

  .badge .stars {
    color: #fbbf24;
    font-size: 15px;
    letter-spacing: 2px;
  }

  .badge strong {
    color: #fff;
    font-weight: 700;
  }

  /* Heading */
  .hero h1 {
    font-weight: 800;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 20px;
    letter-spacing: -1.5px;
    white-space: nowrap;
  }

  .hero h1 .count {
    color: #fff;
  }

  .rotating-wrapper {
    display: inline-block;
    width: 320px;
    text-align: left;
  }

  .hero h1 .rotating-word {
    display: inline-block;
    transition: opacity 0.4s, transform 0.4s;
    white-space: nowrap;
  }

  .hero h1 .rotating-word.fade-out {
    opacity: 0;
    transform: translateY(10px);
  }

  .hero h1 .rotating-word.fade-in {
    opacity: 1;
    transform: translateY(0);
  }

  /* Subtitle */
  .hero .subtitle {
    color: #9ca3af;
    line-height: 1.6;
    margin-bottom: 28px;
    max-width: 480px;
  }

  /* Features */
  .hero .features {
    display: flex;
    gap: 20px;
    margin-bottom: 36px;
    flex-wrap: nowrap;
    white-space: nowrap;
  }

  .hero .feature {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #d1d5db;
  }

  .hero .feature svg {
    width: 20px;
    height: 20px;
    color: #22c55e;
    flex-shrink: 0;
  }

  .hero .feature .feature-custom-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    flex-shrink: 0;
  }

  /* Buttons */
  .hero .buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
  }

  .hero .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    cursor: pointer;
    border: none;
    font-family: 'Inter', sans-serif;
    white-space: nowrap;
  }

  .hero .btn-primary {
    background: var(--btn-bg);
    color: var(--btn-text);
    box-shadow: 0 4px 20px color-mix(in srgb, var(--btn-bg) 40%, transparent);
  }

  .hero .btn-primary:hover {
    box-shadow: 0 6px 30px color-mix(in srgb, var(--btn-bg) 50%, transparent);
    transform: translateY(-2px);
  }

  .hero .btn-secondary {
    background: color-mix(in srgb, var(--btn-bg) 12%, transparent);
    color: var(--btn-text);
    border: 1px solid color-mix(in srgb, var(--btn-border) 15%, transparent);
  }

  .hero .btn-secondary:hover {
    background: color-mix(in srgb, var(--btn-bg) 20%, transparent);
    transform: translateY(-2px);
  }

  .hero .btn-outline {
    background: transparent;
    color: var(--btn-text);
    border: 2px solid color-mix(in srgb, var(--btn-border) 35%, transparent);
  }

  .hero .btn-outline:hover {
    border-color: color-mix(in srgb, var(--btn-border) 70%, transparent);
    transform: translateY(-2px);
  }

  .hero .btn-text {
    background: transparent;
    color: var(--btn-text);
    padding-left: 4px;
    padding-right: 4px;
  }

  .hero .btn-text:hover {
    opacity: 0.7;
  }

  .hero .btn-glass {
    background: color-mix(in srgb, var(--btn-bg) 8%, transparent);
    color: var(--btn-text);
    border: 1px solid color-mix(in srgb, var(--btn-border) 10%, transparent);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  .hero .btn-glass:hover {
    background: color-mix(in srgb, var(--btn-bg) 15%, transparent);
    transform: translateY(-2px);
  }

  .hero .btn-arrow {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px;
    min-height: 18px;
    flex-shrink: 0;
    transition: transform 0.3s;
  }

  .hero .btn:hover .btn-arrow {
    transform: translateX(3px);
  }

  .hero .btn-mobile-only {
    display: none;
  }

  /* Desktop gallery (right side — gallery mode) */
  .hero-right {
    flex: 0 0 55%;
    position: relative;
    overflow: hidden;
    min-width: 0;
    align-self: stretch;
  }

  .hero-right::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 150px;
    z-index: 2;
    pointer-events: none;
  }

  .gallery-container {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    height: 100%;
    padding: 0 20px;
    position: relative;
    overflow: hidden;
  }

  .gallery-col {
    flex: 1;
    min-width: 160px;
    display: flex;
    flex-direction: column;
    will-change: transform;
  }

  .gallery-card {
    border-radius: clamp(10px, 1.2vw, 16px);
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
    background: #1a1a2e;
    aspect-ratio: 3/4;
    width: 100%;
    margin-bottom: 16px;
  }

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

  @keyframes scrollUp {
    0%   { transform: translateY(0); }
    100% { transform: translateY(-50%); }
  }

  @keyframes scrollDown {
    0%   { transform: translateY(-50%); }
    100% { transform: translateY(0); }
  }

  /* Right side — single image mode */
  .hero-right--image {
    flex: 0 0 55%;
    display: flex;
    align-items: flex-end;
    align-self: stretch;
  }

  .hero-right--image::before {
    display: none;
  }

  .hero-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: bottom right;
  }

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

  .hero-image-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    height: 100%;
    background: #1a1a2e;
    color: #4a4a6a;
  }

  .hero-image-placeholder span {
    font-size: 14px;
    font-family: 'Inter', sans-serif;
  }

  /* Mobile gallery */
  .mobile-gallery {
    display: none;
  }

  .mobile-gallery-container {
    overflow: hidden;
    width: 100%;
  }

  .mobile-gallery-row {
    display: flex;
    will-change: transform;
    padding: 6px 0;
  }

  .mobile-gallery-card {
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    background: #1a1a2e;
    width: 160px;
    height: 200px;
    margin-right: 12px;
  }

  .mobile-gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  @keyframes scrollLeft {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }

  @keyframes scrollRight {
    0%   { transform: translateX(-50%); }
    100% { transform: translateX(0); }
  }

  /* Mobile responsive */
  @media (max-width: 768px) {
    .hero .btn-mobile-only {
      display: inline-flex;
    }

    .hero {
      flex-direction: column;
      min-height: auto;
      max-height: none;
      padding-bottom: 0;
      padding-left: 20px;
      padding-right: 20px;
    }

    .hero-left {
      flex: none;
      padding: 0 0 30px;
    }

    .hero-right {
      display: none;
    }

    .hero-right--image {
      display: flex;
      width: 100%;
      flex: none;
      padding: 0;
      order: 2;
    }

    .hero-image--desktop {
      display: none;
    }

    .hero-image--mobile {
      display: block;
    }

    .mobile-gallery {
      display: block;
      overflow: hidden;
      margin-top: 10px;
      max-height: calc(140px * 2 + 12px - 18px);
    }

    .mobile-gallery-card {
      width: 112px;
      height: 140px;
    }

    .hero h1 {
      white-space: normal;
    }

    .rotating-wrapper {
      width: auto;
    }

    .hero .features {
      flex-direction: column;
      white-space: normal;
      gap: 12px;
    }

    .hero .buttons {
      flex-direction: column;
    }

    .hero .btn {
      justify-content: center;
    }
  }
/* END_SECTION:toggle-hero */

/* START_SECTION:ugc-hero-2 (INDEX:161) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

  /* Full-width section wrapper */
  .hero-section-root {
    overflow-x: hidden;
  }

  .hero {
    display: flex;
    gap: 40px;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 40px;
    font-family: 'Inter', sans-serif;
    color: #fff;
  }

  .hero-left {
    width: 45%;
    max-width: 45%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 0;
    z-index: 2;
  }

  /* Badge */
  .badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 0;
    font-size: 13px;
    color: #9ca3af;
    margin-bottom: 14px;
    width: fit-content;
  }

  .badge .stars {
    color: #fbbf24;
    font-size: 15px;
    letter-spacing: 2px;
  }

  .badge strong {
    color: #fff;
    font-weight: 700;
  }

  /* Heading */
  .hero h1 {
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
    letter-spacing: -1.5px;
    white-space: normal;
    word-wrap: break-word;
  }

  .hero h1 .count {
    color: #fff;
  }

  /* Subtitle — match heading width */
  .hero .subtitle {
    color: #9ca3af;
    line-height: 1.6;
    margin-bottom: 28px;
    max-width: 100%;
  }

  /* Buttons */
  .hero .buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
  }

  .hero .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    cursor: pointer;
    border: none;
    font-family: 'Inter', sans-serif;
    white-space: nowrap;
  }

  .hero .btn-primary {
    background: var(--btn-bg);
    color: var(--btn-text);
    box-shadow: none !important;
  }

  .hero .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: none !important;
  }

  .hero .btn-secondary {
    background: color-mix(in srgb, var(--btn-bg) 12%, transparent);
    color: var(--btn-text);
    border: 1px solid color-mix(in srgb, var(--btn-border) 15%, transparent);
  }

  .hero .btn-secondary:hover {
    background: color-mix(in srgb, var(--btn-bg) 20%, transparent);
    transform: translateY(-2px);
  }

  .hero .btn-outline {
    background: transparent;
    color: var(--btn-text);
    border: 2px solid color-mix(in srgb, var(--btn-border) 35%, transparent);
  }

  .hero .btn-outline:hover {
    border-color: color-mix(in srgb, var(--btn-border) 70%, transparent);
    transform: translateY(-2px);
  }

  .hero .btn-text {
    background: transparent;
    color: var(--btn-text);
    padding-left: 4px;
    padding-right: 4px;
  }

  .hero .btn-text:hover {
    opacity: 0.7;
  }

  .hero .btn-glass {
    background: color-mix(in srgb, var(--btn-bg) 8%, transparent);
    color: var(--btn-text);
    border: 1px solid color-mix(in srgb, var(--btn-border) 10%, transparent);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  .hero .btn-glass:hover {
    background: color-mix(in srgb, var(--btn-bg) 15%, transparent);
    transform: translateY(-2px);
  }

  .hero .btn-arrow {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px;
    min-height: 18px;
    flex-shrink: 0;
    transition: transform 0.3s;
  }

  .hero .btn:hover .btn-arrow {
    transform: translateX(3px);
  }

  .hero .btn-mobile-only {
    display: none;
  }

  /* Hero right — single image */
  .hero-right {
    flex: 0 0 55%;
    position: relative;
    display: flex;
    align-items: flex-end;
    min-width: 0;
    overflow: hidden;
    align-self: stretch;
  }

  .hero-image {
    width: 100%;
    max-height: 100%;
    display: block;
    object-fit: contain;
    object-position: bottom;
    margin-top: auto;
  }

  .hero-image-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    height: 100%;
    min-height: 300px;
    background: #1a1a2e;
    color: #4a4a6a;
  }

  .hero-image-placeholder span {
    font-size: 14px;
    font-family: 'Inter', sans-serif;
  }

  /* Mobile responsive */
  @media (max-width: 768px) {
    .hero .btn-mobile-only {
      display: inline-flex;
    }

    .hero {
      flex-direction: column;
      gap: 0;
      min-height: auto;
      max-height: none;
      padding: 0 20px;
    }

    .hero-left {
      width: 100%;
      max-width: 100%;
      flex: none;
      padding: 40px 0 30px;
      order: 1;
    }

    .hero-right {
      width: 100%;
      max-width: 100%;
      flex: none;
      padding: 0;
      order: 2;
    }

    .hero h1 {
      white-space: normal;
    }

    .hero .buttons {
      flex-direction: column;
    }

    .hero .btn {
      justify-content: center;
    }
  }
/* END_SECTION:ugc-hero-2 */