/*
 * Aventa PDP — Consolidated Stylesheet
 * Extracted from aventaglasses.com Shopify theme
 * Source: 37 CSS files + 119 inline style blocks
 * ================================================
 */

/* ==========================================================================
   1. FONT IMPORTS
   ========================================================================== */

/* Google Fonts — Inter, Lato, Poppins */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900&family=Lato:ital,wght@0,300;0,400;0,700;0,900&family=Poppins:ital,wght@0,400;0,700&display=swap');

/* Shopify-hosted Inter (woff2/woff fallback) */
@font-face {
  font-family: Inter;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("https://aventaglasses.com/cdn/fonts/inter/inter_n4.b2a3f24c19b4de56e8871f609e73ca7f6d2e2bb9.woff2") format("woff2"),
       url("https://aventaglasses.com/cdn/fonts/inter/inter_n4.af8052d517e0c9ffac7b814872cecc27ae1fa132.woff") format("woff");
}
@font-face {
  font-family: Inter;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("https://aventaglasses.com/cdn/fonts/inter/inter_n5.d7101d5e168594dd06f56f290dd759fba5431d97.woff2") format("woff2"),
       url("https://aventaglasses.com/cdn/fonts/inter/inter_n5.5332a76bbd27da00474c136abb1ca3cbbf259068.woff") format("woff");
}
@font-face {
  font-family: Inter;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("https://aventaglasses.com/cdn/fonts/inter/inter_n7.02711e6b374660cfc7915d1afc1c204e633421e4.woff2") format("woff2"),
       url("https://aventaglasses.com/cdn/fonts/inter/inter_n7.6dab87426f6b8813070abd79972ceaf2f8d3b012.woff") format("woff");
}
@font-face {
  font-family: Inter;
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("https://aventaglasses.com/cdn/fonts/inter/inter_i4.feae1981dda792ab80d117249d9c7e0f1017e5b3.woff2") format("woff2"),
       url("https://aventaglasses.com/cdn/fonts/inter/inter_i4.62773b7113d5e5f02c71486623cf828884c85c6e.woff") format("woff");
}
@font-face {
  font-family: Inter;
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url("https://aventaglasses.com/cdn/fonts/inter/inter_i7.b377bcd4cc0f160622a22d638ae7e2cd9b86ea4c.woff2") format("woff2"),
       url("https://aventaglasses.com/cdn/fonts/inter/inter_i7.7c69a6a34e3bb44fcf6f975857e13b9a9b25beb4.woff") format("woff");
}

/* GTStandard-M (custom Shopify-hosted) */
@font-face {
  font-family: 'GTStandard-M';
  src: url('https://cdn.shopify.com/shop-assets/static_uploads/shoplift/GTStandard-MRegular.woff2') format('woff2');
  font-style: normal;
  font-weight: 450;
  font-display: swap;
}
@font-face {
  font-family: 'GTStandard-M';
  src: url('https://cdn.shopify.com/shop-assets/static_uploads/shoplift/GTStandard-MMedium.woff2') format('woff2');
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'GTStandard-M';
  src: url('https://cdn.shopify.com/shop-assets/static_uploads/shoplift/GTStandard-MSemibold.woff2') format('woff2');
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}


/* ==========================================================================
   2. CSS CUSTOM PROPERTIES (Theme Variables)
   ========================================================================== */

:root,
.color-background-1 {
  --color-background: 255,255,255;
  --gradient-background: #ffffff;
  --color-foreground: 31,29,36;
  --color-background-contrast: 191,191,191;
  --color-shadow: 31,29,36;
  --color-button: 31,29,36;
  --color-button-text: 255,255,255;
  --color-secondary-button: 255,255,255;
  --color-secondary-button-text: 31,29,36;
  --color-link: 31,29,36;
  --color-badge-foreground: 31,29,36;
  --color-badge-background: 255,255,255;
  --color-badge-border: 31,29,36;
  --payment-terms-background-color: rgb(255 255 255);
  --sale-price: rgb(213 0 0);
}

.color-background-2 {
  --color-background: 31,60,96;
  --gradient-background: #1f3c60;
  --color-foreground: 255,255,255;
  --color-background-contrast: 37,72,115;
  --color-shadow: 0,0,0;
  --color-button: 255,255,255;
  --color-button-text: 0,0,0;
  --color-secondary-button: 31,60,96;
  --color-secondary-button-text: 255,255,255;
  --color-link: 255,255,255;
  --color-badge-foreground: 255,255,255;
  --color-badge-background: 31,60,96;
  --color-badge-border: 255,255,255;
  --payment-terms-background-color: rgb(31 60 96);
  --sale-price: rgb(213 0 0);
}

.color-accent-2 {
  --color-background: 255,255,255;
  --gradient-background: #ffffff;
  --color-foreground: 31,29,36;
  --color-background-contrast: 191,191,191;
  --color-shadow: 31,29,36;
  --color-button: 31,29,36;
  --color-button-text: 255,255,255;
  --color-secondary-button: 255,255,255;
  --color-secondary-button-text: 31,29,36;
  --color-link: 31,29,36;
  --color-badge-foreground: 31,29,36;
  --color-badge-background: 255,255,255;
  --color-badge-border: 31,29,36;
  --payment-terms-background-color: rgb(255 255 255);
  --sale-price: rgb(213 0 0);
}

.color-scheme-15ab6c1a-5144-4b7d-a402-482fa31b8c04 {
  --color-background: 255,231,236;
  --gradient-background: #ffe7ec;
  --color-foreground: 31,29,36;
  --color-background-contrast: 255,103,135;
  --color-shadow: 31,29,36;
  --color-button: 255,126,141;
  --color-button-text: 255,255,255;
  --color-secondary-button: 255,231,236;
  --color-secondary-button-text: 255,126,141;
  --color-link: 255,126,141;
  --color-badge-foreground: 31,29,36;
  --color-badge-background: 255,231,236;
  --color-badge-border: 31,29,36;
  --payment-terms-background-color: rgb(255 231 236);
  --sale-price: rgb(213 0 0);
}

:root {
  /* Typography */
  --font-body-family: Inter, sans-serif;
  --font-body-style: normal;
  --font-body-weight: 400;
  --font-body-weight-bold: 700;
  --font-body-height: 1.4;
  --font-body-spacing: 0.5px;
  --font-menu-family: Inter, sans-serif;
  --font-menu-style: normal;
  --font-menu-weight: 500;
  --font-menu-weight-medium: 500;
  --font-menu-weight-bold: 800;
  --font-button-family: Montserrat, sans-serif;
  --font-button-style: normal;
  --font-button-weight: 700;
  --font-button-weight-medium: 500;
  --font-button-weight-bold: 1000;
  --font-collapsible-family: Inter, sans-serif;
  --font-collapsible-style: normal;
  --font-collapsible-weight: 500;
  --font-collapsible-weight-medium: 500;
  --font-collapsible-weight-bold: 800;
  --font-collapsible-size: 16px;
  --font-collapsible-spacing: 0px;
  --font-heading-family: Inter, sans-serif;
  --font-heading-style: normal;
  --font-heading-italic: Inter, sans-serif;
  --font-heading-italic-style: normal;
  --font-heading-weight: 400;
  --font-heading-spacing: -0.5px;
  --font-heading-height: 1.2;
  --font-body-scale: 1.0;
  --font-heading-scale: 1.0;

  /* Media */
  --media-padding: 0px;
  --media-border-opacity: 0.05;
  --media-border-width: 0px;
  --media-radius: 12px;
  --media-shadow-opacity: 0.0;
  --media-shadow-horizontal-offset: 0px;
  --media-shadow-vertical-offset: 4px;
  --media-shadow-blur-radius: 5px;
  --media-shadow-visible: 0;

  /* Layout */
  --page-width: 130rem;
  --page-width-margin: 0rem;

  /* Grid */
  --grid-desktop-vertical-spacing: 8px;
  --grid-desktop-horizontal-spacing: 8px;
  --grid-mobile-vertical-spacing: 4px;
  --grid-mobile-horizontal-spacing: 4px;

  /* Spacing */
  --spacing-sections-desktop: 0px;
  --spacing-sections-mobile: 0px;

  /* Buttons */
  --buttons-radius: 6px;
  --buttons-radius-outset: 7px;
  --buttons-border-width: 1px;
  --buttons-border-opacity: 1.0;
  --buttons-shadow-opacity: 0.0;
  --buttons-shadow-visible: 0;
  --buttons-shadow-horizontal-offset: 0px;
  --buttons-shadow-vertical-offset: 4px;
  --buttons-shadow-blur-radius: 10px;
  --buttons-border-offset: 0.3px;
  --border-offset: 0.3px;
  --border-opacity: 1;
  --button-height: 5rem;
  --button-height_mobile: 4.8rem;
  --button-style: none;
  --button-text-size: 16px;
  --button-text-size_mobile: 12px;
  --button-text-space: 0px;
  --button-text-weight: 600;

  /* Inputs */
  --inputs-radius: 8px;
  --inputs-border-width: 1px;
  --inputs-border-opacity: 0.1;
  --inputs-shadow-opacity: 0.0;
  --inputs-shadow-horizontal-offset: 0px;
  --inputs-margin-offset: 0px;
  --inputs-shadow-vertical-offset: 4px;
  --inputs-shadow-blur-radius: 5px;
  --inputs-radius-outset: 9px;

  /* Variant pills */
  --variant-pills-radius: 40px;
  --variant-pills-border-width: 1px;
  --variant-pills-border-opacity: 0.0;
  --variant-pills-shadow-opacity: 0.0;

  /* Text boxes */
  --text-boxes-border-opacity: 0.05;
  --text-boxes-border-width: 0px;
  --text-boxes-radius: 6px;
  --text-boxes-shadow-opacity: 0.0;
  --text-boxes-shadow-visible: 0;

  /* Badges */
  --badge-corner-radius: 0.2rem;
  --badge-border-width: 0.0rem;
  --badge-border-color: transparent;
  --badge-size: 1;

  /* Fancy text */
  --fancy-gradient: linear-gradient(108deg, rgba(255, 126, 141, 1), rgba(255, 46, 84, 1) 68%);
  --fancy-text: #ffffff;
  --fancy-background: #ff7e8d;
  --fancy-text-size: 100%;
  --fancy-padding-left: 10px;
  --fancy-padding-right: 10px;
  --fancy-padding-top: 5px;
  --fancy-padding-bottom: 5px;
  --fancy-border-radius: 50px;

  /* Popup/Drawer */
  --popup-border-width: 1px;
  --popup-border-opacity: 0.05;
  --popup-corner-radius: 2px;
  --popup-shadow-opacity: 0.0;
  --drawer-border-width: 1px;
  --drawer-border-opacity: 0.05;
  --drawer-shadow-opacity: 0.0;

  /* Alpha */
  --alpha-button-background: 1;
  --alpha-button-border: 1;
  --alpha-link: .85;
  --alpha-badge-border: .1;

  /* Lumin */
  --lumin-container-margin: 0px;

  /* Duration */
  --duration-default: 0.2s;
  --duration-long: 0.5s;

  /* Lumin button */
  --lm-button-box: 0,0,0;
}

body,
.color-background-1,
.color-background-2,
.color-accent-2,
.color-scheme-15ab6c1a-5144-4b7d-a402-482fa31b8c04 {
  color: rgba(var(--color-foreground), 0.95);
  background-color: rgb(var(--color-background));
}


/* ==========================================================================
   3. RESET / BASE STYLES
   ========================================================================== */

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: calc(var(--font-body-scale) * 62.5%);
  height: 100%;
}

body {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100%;
  margin: 0;
  font-size: 1.5rem;
  letter-spacing: var(--font-body-spacing);
  line-height: var(--font-body-height);
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-synthesis: none;
  -moz-font-feature-settings: 'kern';
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 750px) {
  body {
    font-size: 1.6rem;
  }
}

h1, h2, h3, h4 {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
}


/* ==========================================================================
   4. UTILITY CLASSES
   ========================================================================== */

.page-width {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}

@media screen and (min-width: 750px) {
  .page-width {
    padding: 0 5rem;
  }
}

.isolate {
  position: relative;
  z-index: 0;
}

.section + .section {
  margin-top: var(--spacing-sections-mobile);
}

@media screen and (min-width: 750px) {
  .section + .section {
    margin-top: var(--spacing-sections-desktop);
  }
}

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hidden {
  display: none !important;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

.visually-hidden--inline {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
}

.no-js-hidden {
  /* shown by default, hidden when no JS */
}

html.no-js .no-js-hidden {
  display: none !important;
}

.large-up-hide {
  display: block;
}

@media screen and (min-width: 990px) {
  .large-up-hide {
    display: none !important;
  }
}

.medium-hide {
  display: block;
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .medium-hide {
    display: none !important;
  }
}

.small-hide {
  display: none;
}

@media screen and (min-width: 750px) {
  .small-hide {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .mobile-hide {
    display: none !important;
  }
}

@media screen and (min-width: 601px) and (max-width: 989px) {
  .tablet-hide {
    display: none !important;
  }
}

@media screen and (min-width: 990px) {
  .desktop-hide {
    display: none !important;
  }
}

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

.gradient {
  background: var(--gradient-background);
}

.focus-inset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.focus-none {
  outline: 0;
  box-shadow: none;
}


/* ==========================================================================
   5. LAZYLOADING
   ========================================================================== */

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity .3s;
}


/* ==========================================================================
   6. LOADING SPINNER & OVERLAY
   ========================================================================== */

.loading__spinner {
  width: 1.8rem;
  display: inline-flex;
}

.loading__spinner svg {
  animation: rotator 1.4s linear infinite;
}

@keyframes rotator {
  0% { transform: rotate(0); }
  100% { transform: rotate(270deg); }
}

.loading-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
}


/* ==========================================================================
   7. GRID SYSTEM
   ========================================================================== */

.grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
  column-gap: var(--grid-mobile-horizontal-spacing);
  row-gap: var(--grid-mobile-vertical-spacing);
}

@media screen and (min-width: 750px) {
  .grid {
    column-gap: var(--grid-desktop-horizontal-spacing);
    row-gap: var(--grid-desktop-vertical-spacing);
  }
}

.grid__item {
  width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
  max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  flex-grow: 1;
  flex-shrink: 0;
}

.grid--1-col .grid__item {
  max-width: 100%;
  width: 100%;
}

.grid--2-col .grid__item {
  width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
}

@media screen and (min-width: 750px) {
  .grid--2-col-tablet .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  .grid--4-col-tablet .grid__item {
    width: calc(25% - 6rem * 3 / 4) !important;
  }
}

@media screen and (min-width: 990px) {
  .grid--3-col-desktop .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
}

.grid--peek {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.grid--peek::-webkit-scrollbar {
  display: none;
}


/* ==========================================================================
   8. MEDIA
   ========================================================================== */

.media {
  display: block;
  background-color: rgba(var(--color-foreground), 0.1);
  position: relative;
  overflow: hidden;
}

.media--transparent {
  background-color: transparent;
}

.media--adapt {
  padding-bottom: 100%;
}

.media > *:not(.zoom):not(.deferred-media) {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.media > img {
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.media-fit-cover > img { object-fit: cover; }
.media-fit-contain > img { object-fit: contain; }

.global-media-settings {
  --border-radius: var(--media-radius);
  --border-width: var(--media-border-width);
  --border-opacity: var(--media-border-opacity);
  overflow: hidden;
  border-radius: var(--media-radius);
}

.global-media-settings--no-shadow {
  --shadow-visible: 0;
}

.contains-media {
  --border-radius: var(--media-radius);
  --border-width: var(--media-border-width);
  --border-opacity: var(--media-border-opacity);
}

.contains-content-container,
.content-container {
  --border-radius: var(--text-boxes-radius);
  --border-width: var(--text-boxes-border-width);
  --border-opacity: var(--text-boxes-border-opacity);
}

.deferred-media {
  position: relative;
  overflow: hidden;
}

.deferred-media__poster {
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

.deferred-media__poster-button {
  color: rgb(var(--color-foreground));
  background-color: rgb(var(--color-background));
  border: .1rem solid rgba(var(--color-foreground), .1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6rem;
  width: 6rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: color var(--duration-default) ease, background-color var(--duration-default) ease;
}


/* ==========================================================================
   9. ANNOUNCEMENT BAR (Marquee)
   ========================================================================== */

.aventa-announcement {
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 10px 0;
  white-space: nowrap;
  background: linear-gradient(to right, #1f3c60, #8b9aa6);
  color: #ffffff;
}

.announcement-track {
  display: inline-flex;
  animation: scroll-left linear infinite;
  animation-duration: 20s;
}

.announcement-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 20px;
  flex-shrink: 0;
}

.announcement-item img {
  width: 16px;
  height: 16px;
}

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

@media (max-width: 767px) {
  .aventa-announcement {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
  }
  .announcement-item {
    margin: 0 10px;
  }
  body {
    padding-top: 50px;
  }
}

/* Press logos marquee bar */
.announcement-bar-section {
  position: relative;
  z-index: 52;
}

.announcement-bar--wrap {
  line-height: 1;
}

[class*="announcement-bar--inner"] {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  display: flex;
  align-items: center;
  max-width: none;
  white-space: nowrap;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  [class*="announcement-bar--inner"] {
    padding: 16px 20px;
  }
}

@media only screen and (max-width: 767px) {
  [class*="announcement-bar--inner"] {
    padding: 8px 20px;
  }
}

[class*="announcement-bar--inner"].direction-left > div {
  animation: marquee-left var(--marquee-speed) linear infinite;
}

[class*="announcement-bar--inner"] > div {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  will-change: transform;
}

[class*="announcement-bar--inner"]:hover > div {
  animation-play-state: paused;
}

[class*="announcement-bar-template"] {
  display: inline-flex;
  align-items: center;
  padding: 0 36px;
  letter-spacing: .03em;
}

[class*="announcement-bar-template"] svg {
  margin-right: 12px;
  height: 14px;
  fill: rgb(var(--color-foreground));
}

[class*="announcement-bar-image"] img,
[class*="announcement-bar-image"] svg {
  width: 80px;
  height: auto;
}

@keyframes marquee-left {
  0% { transform: translate(0); }
  to { transform: translate(-100%); }
}


/* ==========================================================================
   10. HEADER & NAVIGATION
   ========================================================================== */

.header {
  padding: 8px 3rem;
}

.header--middle-center {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.section-header {
  position: sticky;
  top: 0;
  z-index: 50;
  margin-bottom: 0px;
}

@media screen and (min-width: 750px) {
  .section-header {
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 990px) {
  .header {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  header-drawer {
    display: none;
  }
}

header-drawer {
  justify-self: start;
  margin-left: -1.2rem;
}

.header__search {
  display: none !important;
}

.header__heading-logo-wrapper {
  display: inline-flex;
}

.header__heading-logo {
  max-width: 100%;
  height: auto;
}

.header__icons {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.header__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.4rem;
  width: 4.4rem;
  padding: 0;
  background: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}

.header__icon .icon {
  stroke: currentColor;
  stroke-width: 0.5;
}

.header__inline-menu {
  display: none;
}

@media screen and (min-width: 990px) {
  .header__inline-menu {
    display: flex;
  }
}

.header__menu-item {
  padding: 1.2rem;
  text-decoration: none;
  color: rgba(var(--color-foreground), .95);
  font-family: var(--font-menu-family);
  font-style: var(--font-menu-style);
  font-weight: var(--font-menu-weight);
  font-size: 14px;
  letter-spacing: 0px;
  text-transform: none;
}

.header__active-menu-item {
  text-decoration: none !important;
}

.menu-drawer-container {
  display: flex;
}

.list-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-menu--inline {
  display: inline-flex;
  flex-wrap: wrap;
}

.list-menu__item {
  display: flex;
  align-items: center;
  line-height: calc(1 + 0.3 / var(--font-body-scale));
}

.list-menu__item--link {
  text-decoration: none;
  padding-bottom: 1rem;
  padding-top: 1rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .list-menu__item--link {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
}

/* Cart icon badge */
.cart-count-bubble {
  bottom: 2.3rem !important;
  left: 2.4rem !important;
  border: 1px solid;
}


/* ==========================================================================
   11. MENU DRAWER (Mobile)
   ========================================================================== */

.drawer {
  visibility: hidden;
}

.drawer__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.drawer__inner-empty {
  height: 100%;
}

.drawer__header {
  display: flex;
  align-items: center;
  padding: 1.5rem 2rem;
}

.drawer__heading {
  padding: 10px;
  text-align: center;
}

.drawer__close {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
}

.drawer__contents {
  flex-grow: 1;
  overflow: auto;
}

.menu-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.menu-drawer__inner-container {
  overflow: auto;
  height: 100%;
}

.menu-drawer__navigation {
  padding: 2rem;
}

.menu-drawer__menu-item {
  padding: 1rem 0;
  text-decoration: none;
  display: block;
}

.menu-drawer__menu-item--active {
  text-decoration: underline;
}


/* ==========================================================================
   12. PRODUCT PAGE — Buy Box Layout
   ========================================================================== */

.product {
  margin: 0;
}

.product.grid {
  gap: 0;
}

.product--no-media {
  max-width: 57rem;
  margin: 0 auto;
}

.product__media-wrapper {
  padding-left: 0;
  padding-bottom: 2rem;
}

@media screen and (min-width: 750px) {
  .product__column-sticky {
    display: block;
    position: sticky;
    top: 3rem;
    z-index: 2;
  }

  .product__info-wrapper {
    padding: 0 0 0 5rem;
  }

  .product--right .product__info-wrapper {
    padding: 0 5rem 0 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 990px) {
  .product--large:not(.product--no-media) .product__media-wrapper {
    max-width: 65%;
    width: calc(65% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .product--large:not(.product--no-media) .product__info-wrapper {
    padding: 0 0 0 7rem;
    max-width: 35%;
    width: calc(35% - var(--lumin-container-margin) - var(--grid-desktop-horizontal-spacing) / 2);
    margin-left: var(--lumin-container-margin);
  }

  .product--medium:not(.product--no-media) .product__media-wrapper {
    max-width: 55%;
    width: calc(55% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .product--medium:not(.product--no-media) .product__info-wrapper {
    max-width: 45%;
    width: calc(45% - var(--lumin-container-margin) - var(--grid-desktop-horizontal-spacing) / 2);
    margin-left: var(--lumin-container-margin);
  }
}


/* ==========================================================================
   13. PRODUCT GALLERY
   ========================================================================== */

.product__media-list {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product__media-list::-webkit-scrollbar {
  display: none;
}

.product__media-item {
  flex: 0 0 100%;
  scroll-snap-align: start;
  position: relative;
}

.product__media-container {
  position: relative;
}

.product__media-icon {
  position: absolute;
  z-index: 1;
}

.product__media-icon--none {
  display: none;
}

.product__media-toggle {
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
}

.product__modal-opener {
  display: block;
  width: 100%;
}

.product__modal-opener--image {
  cursor: zoom-in;
}

.image-magnify-none {
  cursor: default;
}

.product__media-zoom-none {
  cursor: default;
}

@media screen and (max-width: 749px) {
  .product__media-list .product__media-item {
    width: calc(100% - 0% + var(--grid-mobile-horizontal-spacing) - var(--grid-mobile-horizontal-spacing)) !important;
  }
  .product__media-list .media > * {
    overflow: hidden;
    border-radius: 0;
  }
  .product__media-list video {
    border-radius: 0;
  }
  .slider.slider--mobile .slider__slide {
    padding-top: 0 !important;
  }
}

/* Thumbnail slider */
.thumbnail-list {
  display: flex;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow-x: auto;
  scrollbar-width: none;
}

.thumbnail-list::-webkit-scrollbar {
  display: none;
}

.thumbnail-list__item {
  flex: 0 0 auto;
}

.thumbnail {
  display: block;
  width: 6rem;
  height: 6rem;
  border: 0.2rem solid transparent;
  border-radius: var(--media-radius);
  overflow: hidden;
  cursor: pointer;
  padding: 0;
  background: transparent;
}

.thumbnail.is-active {
  border-color: rgb(var(--color-foreground));
}

.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 749px) {
  .thumbnail {
    left: 2px;
  }
}

/* Product media modal */
.product-media-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgb(var(--color-background));
}

.product-media-modal__content {
  overflow: auto;
  height: 100%;
}

.product-media-modal__dialog {
  max-width: 100%;
}

.product-media-modal__toggle {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  cursor: pointer;
  background: rgb(var(--color-background));
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  border-radius: 50%;
  padding: 0.8rem;
}


/* ==========================================================================
   14. PRODUCT INFO CONTAINER
   ========================================================================== */

.product__info-container {
  padding: 0;
}

.product__title {
  margin: 0;
  word-break: break-word;
}

.product__tax {
  font-size: 1.2rem;
  color: rgba(var(--color-foreground), 0.6);
}

/* Section padding */
.section-template--25431331471682__main-padding {
  padding-top: 0px;
  padding-bottom: 36px;
}

@media screen and (min-width: 750px) {
  .section-template--25431331471682__main-padding {
    padding-top: 8px;
    padding-bottom: 76px;
  }
}


/* ==========================================================================
   15. PRICE
   ========================================================================== */

.price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.price__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.price__regular {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.price__sale {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.price-item {
  font-weight: 600;
  letter-spacing: 0;
}

.price-item--regular {
  font-weight: 600;
}

.price--on-sale .price-item--regular {
  text-decoration: line-through;
}

.price-item--sale {
  color: var(--sale-price);
}

.price--show-badge .price__badge-sale,
.price--show-badge .price__badge-sold-out {
  display: inline-flex;
}

.price__badge-sale,
.price__badge-sold-out {
  display: none;
  align-items: center;
  font-size: 1.2rem;
  padding: 0.2rem 0.6rem;
  border-radius: var(--badge-corner-radius);
}

/* Lumin price overrides */
.lumin-price {
  font-size: 20px !important;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 4px 0;
  color: #212121 !important;
  font-weight: 600;
}

.product__info-container .price--on-sale .price-item--regular {
  font-size: 20px;
  color: #ff7e8d !important;
  letter-spacing: 0;
}

.lm-badge {
  font-size: 13px;
  line-height: 1;
  color: #ffffff;
  background: #d10000;
  font-weight: 400;
}

.lm-badge svg {
  width: 13px;
  height: auto;
}


/* ==========================================================================
   16. PRODUCT FORM & BUTTONS
   ========================================================================== */

.product-form {
  margin: 0;
}

.product-form__buttons {
  max-width: 70rem;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  display: grid;
  gap: 10px;
}

.product-form__submit {
  max-height: calc(4.7rem + var(--buttons-border-width) * 2);
}

.product-form__error-message-wrapper {
  margin-top: 0.5rem;
}

.product-form__error-message {
  color: rgb(213, 0, 0);
  font-size: 1.2rem;
}

/* Buttons base */
.button,
.shopify-challenge__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0 3rem;
  cursor: pointer;
  font: inherit;
  font-size: var(--button-text-size);
  font-weight: var(--button-text-weight);
  font-family: var(--font-button-family);
  font-style: var(--font-button-style);
  text-decoration: none;
  color: rgb(var(--color-button-text));
  background-color: rgb(var(--color-button));
  min-width: 12rem;
  min-height: var(--button-height);
  border-radius: var(--buttons-radius);
  position: relative;
  letter-spacing: var(--button-text-space);
  line-height: 1.2;
  transition: background-color var(--duration-default) ease;
}

.button--primary {
  color: rgb(var(--color-button-text));
  background-color: rgb(var(--color-button));
}

.button--tertiary {
  color: rgb(var(--color-foreground));
  background-color: transparent;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
}

.button--full-width {
  width: 100%;
}

/* Lumin main button (ATC) */
.lm-main-button {
  background-color: #000000;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.lm-main-button {
  background: linear-gradient(90deg, #1f3c60, #8393a4);
}

.lm-main-button::after {
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
    rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 var(--buttons-border-width) rgb(255 204 4 / 0%);
}

.lm-main-button:not([disabled]):hover::after {
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
    rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 var(--buttons-border-width) rgb(255 204 4 / 0%);
}

.lm-main-button::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: -105%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255,255,255,0.2), rgba(255,255,255,0.8), rgba(255,255,255,0.2));
  transform: skewX(-20deg);
  transition: all 0.5s ease-in-out;
}

.lm-main-button:hover::before {
  left: 105%;
}

/* Accelerated checkout */
.shopify-payment-button__button {
  min-height: calc(4.7rem + var(--buttons-border-width) * 2);
  height: calc(4.7rem + var(--buttons-border-width) * 2);
}


/* ==========================================================================
   17. ACCORDION (Shopify component)
   ========================================================================== */

.accordion {
  margin-top: 2.5rem;
  margin-bottom: 0;
  border-top: 0 !important;
  border-bottom: .1rem solid rgba(var(--color-foreground), .08);
}

.accordion + .accordion {
  margin-top: 0;
  border-top: none;
}

.accordion summary {
  display: flex;
  position: relative;
  line-height: 1;
  padding: 1.5rem 0;
  cursor: pointer;
  list-style: none;
}

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

.accordion .summary__title {
  display: flex;
  flex: 1;
}

.accordion__title {
  display: inline-block;
  max-width: calc(100% - 6rem);
  min-height: 1.6rem;
  margin: 0;
  word-break: break-word;
  font-family: var(--font-collapsible-family);
  font-weight: var(--font-collapsible-weight);
  letter-spacing: var(--font-collapsible-spacing);
  font-size: var(--font-collapsible-size);
  font-style: var(--font-collapsible-style);
}

.accordion details[open] > summary .icon-caret {
  transform: rotate(180deg);
}

.accordion__content {
  margin-bottom: 1.5rem;
  word-break: break-word;
  overflow-x: auto;
  padding: 0 .6rem;
}

.accordion__content img {
  max-width: 100%;
}

.product__accordion {
  margin-top: 0;
}

/* Icon rows inside accordion */
.icon-text-row ul {
  margin-left: 20px;
  padding-left: 0px;
}

.icon-text-row ul li::marker {
  font-size: 20px;
}


/* ==========================================================================
   18. TRUST BADGES / ICON HEADINGS
   ========================================================================== */

.icon-heading-texts {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.icon-heading-text {
  align-items: center;
  gap: 5px;
}

.icon-heading-text p {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 0px;
}

.icon-heading-text span {
  font-size: 13px;
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .icon-heading-text {
    flex-direction: column;
    text-align: center;
  }
}

/* Inline trust bar */
.ped-inline {
  width: 100%;
  background: #EBF9FD;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 10px;
}

.ped-icon {
  height: 20px;
}


/* ==========================================================================
   19. ALMOST SOLD OUT BADGE
   ========================================================================== */

.almost-block {
  display: flex;
  align-items: center;
}

.almost-block p {
  margin: 0;
  color: #f4af29;
  font-weight: bold;
}

.orange-dot {
  background: #f4af29;
  height: 10px;
  width: 10px;
  border-radius: 20px;
  animation: orangedot 1.2s ease-in-out infinite;
  transform: scale(1);
  margin-right: 12px;
  margin-left: 3px;
}

@keyframes orangedot {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.6); opacity: 0.6; }
}


/* ==========================================================================
   20. FEATURE IMAGE BLOCK
   ========================================================================== */

.lm-feature-image_nchPVQ {
  display: block;
  text-align: left;
  margin: 0px auto;
}

.lm-feature-image_nchPVQ img {
  width: 60% !important;
  height: auto;
  border-radius: 0px;
}

.lm-feature-image_nchPVQ svg {
  width: 60% !important;
  height: auto;
}


/* ==========================================================================
   21. MESSAGE BELOW GALLERY
   ========================================================================== */

.message-below-gallery {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  background: #f7f7f7;
  padding: 10px;
  border-radius: 10px;
  margin-top: 20px;
}

.message-below-gallery img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}


/* ==========================================================================
   22. CONTAINER TEXT (Gallery label overlay)
   ========================================================================== */

.container-text {
  position: relative;
  top: -30px;
  text-align: center;
  width: calc(100% + 60px);
  left: -30px;
  padding: 3px;
  margin: 0;
  margin-bottom: calc(10px - 30px);
  background: #212121;
  border-radius: 10px;
  color: #ffffff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

@media screen and (max-width: 600px) {
  .container-text {
    border-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    top: -20px;
    text-align: center;
    width: calc(100% + 40px);
    left: -20px;
    margin: 0;
    margin-bottom: calc(10px - 20px);
  }
  .lumin-container-mb {
    border-radius: 8px;
    border: 1px solid #ffe7ec;
    background: #ffffff;
    padding: 20px;
  }
}


/* ==========================================================================
   23. SLIDER (Shopify component)
   ========================================================================== */

.slider {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.slider::-webkit-scrollbar {
  display: none;
}

.slider__slide {
  flex: 0 0 auto;
  scroll-snap-align: start;
}

.slider--mobile {
  scroll-padding-left: 1rem;
}

.slider--tablet-up {
  scroll-snap-type: none;
}

@media screen and (min-width: 750px) {
  .slider--tablet-up {
    scroll-snap-type: x mandatory;
  }
}

@media screen and (max-width: 749px) {
  .lumin-slider.slider.slider--mobile {
    scroll-padding-left: 0rem !important;
  }
  .grid--peek.slider--mobile {
    margin: auto;
    width: 100%;
  }
}

.slider-mobile-gutter {
  padding-left: var(--grid-mobile-horizontal-spacing);
}

.slider-counter {
  font-size: 1.5rem !important;
}

.slider-counter--current,
.slider-counter--total {
  display: inline;
}

.slider-buttons {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.slider-button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: rgba(var(--color-foreground), 0.06);
  border: none;
  border-radius: 50%;
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  color: rgb(var(--color-foreground));
  transition: background var(--duration-default) ease;
}

.slider-button:hover {
  background: rgba(var(--color-foreground), 0.1);
}

.slider-button--prev .icon,
.slider-button--next .icon {
  width: 1.2rem;
  height: 1.2rem;
}


/* ==========================================================================
   24. GLIDE.JS CORE
   ========================================================================== */

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.glide * {
  box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__arrows,
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}


/* ==========================================================================
   25. VIDEO CAROUSEL (Flaus-style)
   ========================================================================== */

.flaus-section {
  text-align: center;
  padding: 40px 20px;
  font-family: sans-serif;
  background-color: #fff;
}

.flaus-section-heading {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 32px;
}

.flaus-carousel-wrapper {
  overflow: hidden;
  max-width: 1400px;
  margin: 0 auto;
}

.flaus-carousel {
  display: flex;
  transition: transform 0.5s ease-in-out;
  gap: 24px;
  padding: 0 10px;
}

.flaus-video-card {
  flex: 0 0 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.video-box {
  width: 100%;
  height: 320px;
  background: #fff;
  border: 2px solid #6EE7B7;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(110, 231, 183, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-box iframe,
.video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
}

.video-meta {
  margin-top: 12px;
  text-align: center;
}

.video-title {
  font-weight: 600;
  font-size: 14px;
  color: #111;
}

.verified {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 13px;
  color: purple;
  font-weight: bold;
  margin-top: 4px;
}

.carousel-controls {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.carousel-btn {
  background: #D4CDC3;
  color: black;
  border: 1px solid black;
  font-size: 20px;
  padding: 12px;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-dots {
  display: flex;
  gap: 8px;
}

.dot {
  height: 10px;
  width: 10px;
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.dot.active {
  background-color: black;
}

@media (max-width: 767px) {
  .carousel-dots {
    gap: 5px;
  }
  .carousel-controls {
    gap: 10px;
  }
}


/* ==========================================================================
   26. VIDEO SECTION
   ========================================================================== */

.video-section {
  position: relative;
  overflow: hidden;
}

.video-section__media {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.video-section__media video,
.video-section__media iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-section__poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.section-template--25431331471682__video_7XBfNc-padding {
  padding-top: 27px;
  padding-bottom: 27px;
}

@media screen and (min-width: 750px) {
  .section-template--25431331471682__video_7XBfNc-padding {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}


/* ==========================================================================
   27. IMAGE + TEXT COLUMNS SECTION (Feature with background video)
   ========================================================================== */

.image-text-columns-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}

.image-text-columns-section {
  width: 100%;
  display: flex;
  border-radius: 20px;
}

.iwtc-content {
  width: 50%;
  padding: 20px;
  background: #F1F1F1;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.iwtc-heading {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.iwtc-image {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.iwtc-image img,
.iwtc-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.iwtc-feature-columns {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}

.iwtc-feature-column {
  width: 30%;
}

.iwtc-feature-column img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.iwtc-column-heading {
  font-weight: bold;
  margin-bottom: 8px;
}

.iwtc-column-subheading {
  font-size: 12px;
}

/* Rich text within sections */
.rich-text p {
  margin-bottom: 10px;
}

.rich-text p:last-child {
  margin-bottom: 0;
}

.rich-text ul {
  padding-left: 20px;
}

@media (max-width: 768px) {
  .image-text-columns-section {
    flex-direction: column-reverse;
  }
  .iwtc-content {
    width: 100%;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .iwtc-image {
    width: 100%;
  }
  .iwtc-image img,
  .iwtc-video {
    border-bottom-right-radius: 0px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}


/* ==========================================================================
   28. STATS / USE-FOR-IT GRID (4-card layout with percentages)
   ========================================================================== */

.use-for-it-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}

.use-for-it-section {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.use-for-it-section-heading {
  margin-bottom: 24px;
  text-align: left;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}

.use-for-it-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: stretch;
  min-height: 0;
}

.use-for-it-grid-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #F1F1F1;
  border-radius: 20px;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #e2dede;
  transition: height 0.2s ease-in-out;
}

.use-for-it-grid-item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}

.use-for-it-grid-item h2 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
}

.use-case-description {
  display: flex;
  gap: 10px;
  align-items: center;
  background: #E3E3E3;
  border-radius: 20px;
  padding: 8px;
  margin-top: auto;
}

.use-case-percentage {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}

.use-case-subheading {
  font-size: 12px;
  margin: 0;
}

@media (min-width: 1001px) {
  .use-for-it-section-heading {
    font-size: 3.5rem;
    margin-bottom: 32px;
  }
  .use-for-it-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}

@media (max-width: 1000px) {
  .use-for-it-section-heading {
    font-size: 2.8rem;
  }
  .use-for-it-grid.carousel-mode {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 20px;
    gap: 15px;
    grid-template-columns: none;
  }
  .use-for-it-grid.carousel-mode::-webkit-scrollbar {
    display: none;
  }
  .use-for-it-grid.carousel-mode .use-for-it-grid-item {
    flex: 0 0 calc(90% - 15px);
    scroll-snap-align: center;
    width: calc(90% - 15px);
    max-width: 350px;
    height: auto !important;
  }
}

@media (max-width: 768px) {
  .use-for-it-section-heading {
    font-size: 2.2rem;
  }
  .use-for-it-grid.carousel-mode .use-for-it-grid-item {
    flex: 0 0 calc(95% - 15px);
    width: calc(95% - 15px);
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .use-for-it-section-heading {
    font-size: 1.8rem;
  }
  .use-for-it-grid.carousel-mode .use-for-it-grid-item {
    flex: 0 0 90%;
    width: 90%;
    max-width: 280px;
  }
}


/* ==========================================================================
   29. BEFORE/AFTER IMAGE COMPARISON SLIDER
   ========================================================================== */

.section-template--25431331471682__before_after_LrzHfM-wrapper {
  padding-top: var(--pt);
  padding-bottom: var(--pb);
  direction: ltr;
}

@media screen and (min-width: 750px) {
  .section-template--25431331471682__before_after_LrzHfM-wrapper {
    padding-top: var(--pt-desktop);
    padding-bottom: var(--pb-desktop);
  }
}

.section-template--25431331471682__before_after_LrzHfM .before-after-image-wrapper {
  position: relative;
  --text-primary: 26 26 26;
  --shadow: 0 5px 15px rgb(var(--text-primary) / 0.1);
  filter: drop-shadow(var(--shadow));
  user-select: none;
  overflow: hidden;
}

.section-template--25431331471682__before_after_LrzHfM .before-after-image-text {
  position: absolute;
  font-weight: 700;
}

.section-template--25431331471682__before_after_LrzHfM .before-after-image {
  width: 100%;
  display: block;
}

.section-template--25431331471682__before_after_LrzHfM .before-after-image--cover {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.section-template--25431331471682__before_after_LrzHfM .before-after-image-relative {
  height: var(--mobile-height);
}

@media screen and (min-width: 750px) {
  .section-template--25431331471682__before_after_LrzHfM .before-after-image-relative {
    height: var(--desktop-height);
  }
}

.section-template--25431331471682__before_after_LrzHfM .before-after__cursor {
  height: 100%;
  width: max-content;
  touch-action: none;
  --transform-logical-flip: 1;
  transform: translate(calc(var(--transform-logical-flip) * -50% + var(--clip-path-offset, 0px)), -50%);
  cursor: grab;
  filter: drop-shadow(0 1px 2px #0000001a) drop-shadow(0 1px 1px #0000000f);
  will-change: transform;
  place-items: center;
  display: grid;
  position: relative;
  top: 50%;
  left: var(--before-after-initial-drag-position, 0px);
}

.section-template--25431331471682__before_after_LrzHfM .before-after__cursor::before {
  content: '';
  height: 100%;
  width: 2px;
  background: var(--background);
  z-index: -1;
  position: absolute;
}

/* Generalized before-after text labels */
.before-after-image-text--before,
.before-after-image-text--after {
  position: absolute;
  font-weight: 700;
  z-index: 2;
}

.text-text_AMF87P * {
  color: var(--color);
  text-align: var(--text-align);
}


/* ==========================================================================
   30. COMPARISON TABLE (3 columns, dark header)
   ========================================================================== */

.flaus-comparison-table-section {
  width: 75%;
  display: flex;
  flex-direction: column;
  margin: 0px auto;
  padding: 32px 0px;
}

.flaus-comparison-table-section-header h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 4rem;
  color: #000;
  font-weight: 700;
  letter-spacing: 0;
}

.flaus-comparison-table-rows,
.flaus-comparison-table-header {
  margin: 0px auto;
}

.flaus-comparison-table-row,
.flaus-comparison-table-header-row {
  display: flex;
}

.flaus-comparison-table-cell,
.flaus-comparison-table-header-cell {
  border-bottom: 1px solid black;
  height: 100px;
  width: 180px;
  display: flex;
  font-weight: normal;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
}

.flaus-comparison-table-header-cell {
  font-weight: bold;
  font-size: 18px;
}

.flaus-comparison-table-header-cell:nth-child(2) {
  background: black;
  color: white;
  border-bottom: 1px solid white;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.flaus-comparison-table-row .flaus-comparison-table-cell:nth-child(2) {
  background: black;
  color: white;
  border-bottom: 1px solid white;
}

.flaus-comparison-table-row .flaus-comparison-table-cell:nth-child(1) {
  justify-content: flex-start;
  text-align: left;
}

.flaus-comparison-table-header-row .flaus-comparison-table-header-cell:nth-child(1) {
  justify-content: flex-start;
  text-align: left;
}

.flaus-comparison-table-last-row .flaus-comparison-table-cell {
  border-bottom: none;
}

.flaus-comparison-table-wrapper {
  overflow-x: auto;
}

.flaus-comparison-table-main {
  min-width: 100%;
}

@media (max-width: 1000px) {
  .flaus-comparison-table-section {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .flaus-comparison-table-section-header h2 {
    font-size: 3rem;
  }
  .flaus-comparison-table-cell,
  .flaus-comparison-table-header-cell {
    width: 80px;
    font-size: 10px;
    padding: 5px;
    height: 80px;
    text-transform: uppercase;
  }
  .flaus-comparison-table-section {
    padding: 16px 0px;
  }
}


/* ==========================================================================
   31. 6-FEATURE SECTION (Center image + left/right features)
   ========================================================================== */

.flaus-feature-section {
  text-align: center;
  padding: 40px 20px;
  max-width: 1200px;
  margin: auto;
}

.main-heading {
  font-size: 24px;
  font-weight: bold;
}

.sub-heading {
  font-size: 16px;
  margin-top: 5px;
  color: #666;
}

.features-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  gap: 10px;
}

.features-column {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.center-image {
  width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.center-image img {
  max-height: 630px;
  object-fit: contain;
}

.feature-block {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  min-height: 120px;
}

.feature-block.left {
  flex-direction: row;
  text-align: right;
}

.feature-block.right {
  flex-direction: row;
  text-align: left;
}

.icon-wrapper {
  width: 100px;
  height: 100px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.icon-wrapper img {
  max-width: 100px;
  height: auto;
}

.text-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 80px;
}

.text-content h3 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 8px;
}

.text-content p {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
}

/* Mobile accordion version of features */
.mobile-features-wrapper {
  display: none;
  margin-top: 30px;
  position: relative;
  width: 100%;
}

.mobile-center-image {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 30px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.mobile-center-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.mobile-features-accordion {
  width: 100%;
  border: 1px solid #000000;
  border-radius: 15px;
  overflow: hidden;
  padding: 5px;
}

.accordion-item {
  border-bottom: 1px solid #000000;
  margin-bottom: 0;
}

.accordion-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.accordion-header {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  cursor: pointer;
}

.accordion-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}

.accordion-icon img {
  width: 100%;
  height: auto;
  max-width: 30px;
}

.accordion-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  flex: 1;
  text-align: left;
}

.accordion-toggle {
  width: 24px;
  height: 24px;
  position: relative;
}

.accordion-toggle .plus,
.accordion-toggle .minus {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  line-height: 1;
  transition: opacity 0.3s;
}

.accordion-item .plus { opacity: 1; }
.accordion-item .minus { opacity: 0; }
.accordion-item.active .plus { opacity: 0; }
.accordion-item.active .minus { opacity: 1; }

.accordion-content {
  display: none;
  padding: 0 10px 15px 55px;
  text-align: left;
}

.accordion-content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}

@media screen and (max-width: 1000px) {
  .features-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .features-column,
  .center-image {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .center-image {
    order: 2;
    margin: 40px auto;
  }
  .features-column:first-child { order: 1; }
  .features-column:last-child { order: 3; }
  .feature-block.left,
  .feature-block.right {
    flex-direction: row;
    text-align: left;
    justify-content: flex-start;
  }
  .feature-block {
    margin-bottom: 30px;
  }
  .icon-wrapper {
    margin-right: 15px;
  }
}

@media screen and (max-width: 768px) {
  .flaus-feature-section {
    width: 100%;
    padding: 30px 15px;
    box-sizing: border-box;
  }
  .features-wrapper {
    display: none;
  }
  .mobile-features-wrapper {
    display: block;
  }
  .mobile-center-image {
    max-width: 250px;
  }
}

@media screen and (max-width: 480px) {
  .mobile-center-image {
    max-width: 200px;
  }
}


/* ==========================================================================
   32. FAQ ACCORDION (+/- toggles)
   ========================================================================== */

.divider-faq-wrapper {
  margin: 0 auto;
  padding: 50px 20px;
  max-width: 800px;
}

.divider-faq-heading {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.2;
}

.divider-faq-container {
  width: 100%;
}

.divider-faq-item {
  border-top: 1px solid #000000;
}

.divider-faq-item:last-child {
  border-bottom: 1px solid #000000;
}

.divider-faq-question {
  width: 100%;
  text-align: left;
  padding: 16px 0;
  position: relative;
  background: none;
  border: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.divider-faq-question:focus {
  outline: none;
}

.divider-icon {
  position: absolute;
  right: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
}

.divider-icon.plus { display: block; }
.divider-icon.minus { display: none; }
.divider-faq-item.active .divider-icon.plus { display: none; }
.divider-faq-item.active .divider-icon.minus { display: block; }

.divider-faq-answer {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
  position: relative;
}

.divider-faq-item.active .divider-faq-answer {
  height: auto;
  margin-bottom: 16px;
}

.divider-scroll-container {
  position: relative;
  overflow-y: auto;
  padding-right: 10px;
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
}

.divider-scroll-container::-webkit-scrollbar {
  width: 4px;
}

.divider-scroll-container::-webkit-scrollbar-track {
  background: transparent;
}

.divider-scroll-container::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
}

.divider-answer-content {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  padding-bottom: 24px;
}

.divider-answer-content p {
  margin-bottom: 15px;
}

.divider-answer-content p:last-child {
  margin-bottom: 0;
}

.divider-scroll-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
  pointer-events: none;
}

.divider-scroll-controls {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.divider-scroll-up,
.divider-scroll-down {
  background: none;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
}

.divider-scroll-up:hover,
.divider-scroll-down:hover {
  color: #000;
}

.divider-faq-section {
  margin-bottom: 2rem;
}


/* ==========================================================================
   33. MULTICOLUMN SECTION
   ========================================================================== */

.multicolumn {
  display: flex;
  flex-direction: column;
}

.multicolumn-list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--grid-mobile-horizontal-spacing);
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 750px) {
  .multicolumn-list {
    gap: var(--grid-desktop-horizontal-spacing);
  }
}

.multicolumn-list__item {
  flex: 1 1 auto;
  width: 100%;
}

@media screen and (min-width: 750px) {
  .multicolumn-list__item {
    width: auto;
  }
}

.multicolumn-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.multicolumn-card-spacing {
  padding: 1rem;
}

.multicolumn-card__image-wrapper {
  margin-bottom: 1rem;
}

.multicolumn-card__image-wrapper--full-width img {
  width: 100%;
  height: auto;
}

.multicolumn-card__image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.multicolumn-card__info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.section-template--25431331471682__multicolumn_LUUD38-padding {
  padding-top: 27px;
  padding-bottom: 27px;
}

@media screen and (min-width: 750px) {
  .section-template--25431331471682__multicolumn_LUUD38-padding {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}


/* ==========================================================================
   34. STICKY ADD-TO-CART BAR
   ========================================================================== */

.sticky-atc-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sticky-atc-mobile,
.sticky-atc-desktop {
  width: 100%;
}

.sticky-atc {
  position: fixed;
  left: 10px;
  z-index: 3;
  width: 100%;
  padding: 10px;
  transition: top 0.3s ease-out, bottom 0.3s ease-out;
}

.sticky-atc.show {
  top: auto;
  bottom: auto;
}

.sticky-atc .sticky-atc-variant-selects {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.sticky-atc-active-variant {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.sticky-atc-active-variant__option {
  font-size: 13px;
  color: #212121;
  margin-bottom: 5px;
  line-height: 100%;
}

.sticky-atc-active-variant__option-name {
  font-weight: normal;
  margin-right: 5px;
}

.sticky-atc-active-variant__option-value {
  color: #212121;
  opacity: 0.6;
}

.sticky-atc-price {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.sticky-atc-price .price--on-sale .price-item--regular {
  color: #000000;
}

.atc-button-container .form {
  display: flex;
  align-items: center;
  justify-content: center;
}

.atc-button-container .product-form__submit {
  margin: 0;
}

.atc-button-container .button {
  color: #FFFFFF;
  background-color: #000000;
  border: 2px solid #000000;
  border-radius: 80px;
}

.sticky-atc-image img {
  width: 50px;
  border-radius: 100px;
}

/* Sticky ATC — Mobile */
@media (max-width: 749px) {
  .sticky-atc-desktop {
    display: none;
  }

  .sticky-atc {
    background-color: #ffffff;
    border: 1px solid #E6E6E6;
    border-radius: 80px;
  }

  .sticky-atc.show,
  .sticky-atc.always-visible {
    bottom: 8px !important;
    top: auto !important;
    width: calc(100% - 20px);
  }

  .sticky-atc-mobile-content {
    flex: 0 0 calc(100% - 130px);
  }

  .sticky-atc-mobile-flex {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0;
    justify-content: space-between;
  }

  .sticky-atc-image {
    flex: 0 0 50px;
    max-width: 80px;
    line-height: 0;
  }

  .sticky-atc-title-mobile {
    font-weight: bold;
    font-style: normal;
    font-size: 1.3rem;
    margin-bottom: 5px;
    color: #212121;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sticky-atc-mobile .sticky-atc-price .price__container {
    color: #000000;
    font-size: 1.5rem;
    font-weight: normal;
    font-style: normal;
  }

  .atc-button-container .product-form__submit {
    width: 50px;
    height: 50px;
    max-height: 50px;
    padding: 0;
    min-width: 40px;
    min-height: 40px;
    border-radius: 100px;
  }

  .atc-button-container .product-form__submit svg {
    width: 25px;
    height: 25px;
  }
}

/* Sticky ATC — Desktop */
@media (min-width: 750px) {
  .sticky-atc {
    padding: 10px;
    width: 70%;
    max-width: 680px;
    border-radius: 80px;
    background-color: #ffffff;
    border: 1px solid #E6E6E6;
  }

  .sticky-atc-mobile {
    display: none;
  }

  .sticky-atc.show,
  .sticky-atc.always-visible {
    bottom: 20px !important;
    top: auto !important;
    right: 20px !important;
    left: 50% !important;
    translate: -50%;
  }

  .sticky-atc-desktop {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
  }

  .sticky-atc-image {
    flex: 0 0 50px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sticky-atc-contents {
    flex: 0 0 calc(70% - 80px);
    overflow: hidden;
    display: flex;
    column-gap: 20px;
    align-items: center;
    justify-content: space-between;
  }

  .sticky-atc-price {
    flex: 0 0 15%;
  }

  .sticky-atc-title-desktop {
    font-size: 1.3rem;
    font-weight: bold;
    font-style: normal;
    color: #212121;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .sticky-atc-desktop .sticky-atc-price .price__container {
    color: #000000;
    font-size: 1.5rem;
    font-weight: normal;
    font-style: normal;
  }
}


/* ==========================================================================
   35. FOOTER
   ========================================================================== */

.footer {
  margin-top: 0px;
}

.section-sections--25431331537218__footer-padding {
  padding-top: 45px;
  padding-bottom: 128px;
}

@media screen and (min-width: 750px) {
  .footer {
    margin-top: 0px;
  }
  .section-sections--25431331537218__footer-padding {
    padding-top: 60px;
    padding-bottom: 140px;
  }
}

.footer__blocks-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.footer__column {
  flex: 1 1 auto;
}

.footer__content-bottom {
  border-top: none !important;
}

.footer__content-top .grid {
  row-gap: 2rem;
}

@media screen and (min-width: 750px) {
  .footer__content-top .grid {
    row-gap: 6rem;
    column-gap: 6rem;
  }
}

.footer-block {
  padding: 0;
}

.footer-block__heading {
  margin-bottom: 1rem;
  font-weight: 600;
}

.footer-block__details-content {
  display: block;
}

.footer-block__details-content .list-menu__item--link {
  color: rgba(var(--color-foreground), .95) !important;
  line-height: 1.4;
  letter-spacing: 0;
}

.footer-block-image img {
  max-width: 100%;
  height: auto;
}

.copyright__content {
  font-size: 1.2rem;
  color: rgba(var(--color-foreground), 0.6);
}

.list-payment-footer {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}

.list-payment__item {
  display: inline-flex;
}

/* Footer mobile collapse */
@media (max-width: 749px) {
  .grid .footer-block.grid__item {
    margin: 0;
  }
  .grid .footer-block__heading {
    position: relative;
    margin: 0;
    padding: 3.5rem 1.5rem 1.5rem 0;
    cursor: pointer;
  }
  .grid .footer-block__heading::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    text-align: center;
    font-size: 2.4rem;
  }
  .grid .footer-block__heading:not(.block-collapsed)::after {
    content: "-";
  }
  .grid .footer-block__heading.block-collapsed + .footer-block__details-content {
    visibility: hidden;
    opacity: 0;
    height: 0;
    margin: 0;
    padding: 0;
    transition: all .2s ease-out;
    overflow: hidden;
  }
  .grid .footer-block__heading + .footer-block__details-content {
    visibility: visible;
    opacity: 1;
    height: auto;
    transition: all .2s ease-out;
    overflow: hidden;
    margin-bottom: 3rem;
  }
}

/* Social links */
.list-social {
  display: flex;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-social__item {
  display: inline-flex;
}

.list-social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem;
}


/* ==========================================================================
   36. SCROLL ANIMATIONS (Lumin)
   ========================================================================== */

.scroll-trigger {
  opacity: 0;
  will-change: transform, opacity;
}

.scroll-trigger--offscreen {
  opacity: 0;
}

.animate--fade-in {
  animation: fadeIn 0.5s ease forwards;
}

.animate--slide-in {
  animation: slideIn 0.5s ease forwards;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.motion-reduce {
  animation: none !important;
  transition: none !important;
}

/* Lumin animations */
.is--animated,
.is--infinite {
  --duration-time: 1s;
}

.is--animated {
  animation-duration: var(--duration-time);
  animation-fill-mode: both;
}

.is--infinite {
  animation-iteration-count: infinite;
  animation-duration: var(--duration-time);
}

.is--infinite:not(.lumin-ani-fadeIn) {
  --duration-time: 2s;
}

@media print, (prefers-reduced-motion: reduce) {
  .is--animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
}

@keyframes lumin-ani-bounce {
  20%, 53%, 80%, from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% { transform: translate3d(0, -4px, 0); }
}

.lumin-ani-bounce { animation-name: lumin-ani-bounce; transform-origin: center bottom; }

@keyframes lumin-ani-tada {
  from, to { transform: scale3d(1, 1, 1); }
  10%, 20% { transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% { transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% { transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
}

.lumin-ani-tada { animation-name: lumin-ani-tada; }

@keyframes lumin-ani-swing {
  20% { transform: rotate3d(0, 0, 1, 15deg); }
  40% { transform: rotate3d(0, 0, 1, -10deg); }
  60% { transform: rotate3d(0, 0, 1, 5deg); }
  80% { transform: rotate3d(0, 0, 1, -5deg); }
  to { transform: rotate3d(0, 0, 1, 0deg); }
}

.lumin-ani-swing { transform-origin: top center; animation-name: lumin-ani-swing; }

@keyframes lumin-ani-flash {
  50%, from, to { opacity: 1; }
  25%, 75% { opacity: 0; }
}

.lumin-ani-flash { animation-name: lumin-ani-flash; }

@keyframes lumin-ani-fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.lumin-ani-fadeIn { animation-name: lumin-ani-fadeIn; }

@keyframes lumin-ani-heartBeat {
  0%, 28%, 70% { transform: scale(1); }
  14%, 42% { transform: scale(1.3); }
}

.lumin-ani-heartBeat {
  animation-name: lumin-ani-heartBeat;
  animation-duration: 1.3s;
  animation-timing-function: ease-in-out;
}

@keyframes lumin-ani-shake {
  from, to { transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% { transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% { transform: translate3d(10px, 0, 0); }
}

.lumin-ani-shake { animation-name: lumin-ani-shake; }


/* ==========================================================================
   37. LIVE PULSE & BADGE ELEMENTS
   ========================================================================== */

.live-circle {
  border-radius: 50%;
  display: inline-block;
  padding: 0;
  width: 11px;
  min-width: 11px;
  height: 11px;
  margin-right: 0.7rem;
  box-shadow: 0 0 0 0 var(--color-button);
  transform: scale(1);
  animation: 2.5s infinite pulsegentle;
  transition: opacity .35s ease-in-out;
  background-color: var(--color-button);
}

.hs-pill {
  position: relative;
  pointer-events: none;
  padding: 0;
  border-radius: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F05D5E;
  color: #c57171;
  border: 1px solid #fa8787;
  z-index: 1;
  font-weight: 500;
  line-height: 1;
  font-size: 1rem;
}

@keyframes pulsegentle {
  0% {
    transform: scale(.95);
    box-shadow: 0 0 0 0 rgba(236, 0, 140, .6);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 3px rgba(236, 0, 140, 0);
  }
  100% {
    transform: scale(.95);
    box-shadow: 0 0 0 0 rgba(236, 0, 140, 0);
  }
}


/* ==========================================================================
   38. SVG ICONS
   ========================================================================== */

.icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
  fill: currentColor;
}

.icon-caret {
  width: 1rem;
  height: 0.6rem;
}

.icon-close {
  width: 1.4rem;
  height: 1.4rem;
}

.icon-play {
  width: 2.4rem;
  height: 2.4rem;
}

.icon-plus {
  width: 1.2rem;
  height: 1.2rem;
}

.icon-svg {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}

.svg-wrapper {
  display: inline-flex;
  align-items: center;
}

.tw-fill-current {
  fill: currentColor;
}

.tw-rotate-180 {
  transform: rotate(180deg);
}


/* ==========================================================================
   39. LINKS & TEXT STYLES
   ========================================================================== */

.link {
  color: rgb(var(--color-link));
  text-decoration: none;
  cursor: pointer;
}

.link--text {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.underlined-link {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: rgba(var(--color-foreground), var(--alpha-link));
}

.inline-richtext {
  display: inline;
}

.rte {
  line-height: 1.6;
}

.rte h2 { font-size: 2rem; margin-top: 2rem; }
.rte p { margin-bottom: 1rem; }
.rte a { color: rgb(var(--color-link)); }
.rte img { max-width: 100%; height: auto; }

.caption {
  font-size: 1rem;
  letter-spacing: 0.07rem;
  line-height: 1.4;
}

.caption-large {
  font-size: 1.3rem;
  letter-spacing: 0.04rem;
  line-height: 1.4;
}

.h1 { font-size: 4rem; }
.h2 { font-size: 3rem; }
.h3 { font-size: 2rem; }
.h5 { font-size: 1.4rem; }

.title {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: var(--font-heading-spacing);
  line-height: var(--font-heading-height);
}

.title-wrapper--no-top-margin {
  margin-top: 0;
}

.title-wrapper--self-padded-mobile {
  padding: 0;
}

.title-wrapper-with-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.font-normal {
  font-weight: 400;
}


/* ==========================================================================
   40. FORM ELEMENTS
   ========================================================================== */

.field {
  position: relative;
}

.field__input {
  display: block;
  width: 100%;
  padding: 1.5rem 2rem 0.5rem;
  border: var(--inputs-border-width) solid rgba(var(--color-foreground), var(--inputs-border-opacity));
  border-radius: var(--inputs-radius);
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  font-family: inherit;
  font-size: 1.6rem;
  line-height: normal;
  appearance: none;
}

.field__label {
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 1.6rem;
  color: rgba(var(--color-foreground), 0.6);
  transition: all var(--duration-default) ease;
}

.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label {
  font-size: 1rem;
  top: calc(var(--inputs-border-width) + 0.5rem);
  transform: none;
}

.field__button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0 1.4rem;
}

.select {
  position: relative;
}

.select select {
  appearance: none;
  width: 100%;
  padding: 1rem 3rem 1rem 1rem;
  border: var(--inputs-border-width) solid rgba(var(--color-foreground), var(--inputs-border-opacity));
  border-radius: var(--inputs-radius);
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  font-family: inherit;
  font-size: 1.4rem;
}


/* ==========================================================================
   41. PICKUP AVAILABILITY
   ========================================================================== */

.pickup-availability-preview {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem 0;
}

.pickup-availability-button {
  text-decoration: underline;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  font-size: inherit;
  color: rgb(var(--color-link));
}

.pickup-availability-info {
  flex: 1;
}


/* ==========================================================================
   42. LUMIN FANCY TEXT
   ========================================================================== */

.lumin-fancy-text {
  display: inline;
  background: var(--fancy-gradient);
  color: var(--fancy-text);
  font-size: var(--fancy-text-size);
  padding: var(--fancy-padding-top) var(--fancy-padding-right) var(--fancy-padding-bottom) var(--fancy-padding-left);
  border-radius: var(--fancy-border-radius);
}


/* ==========================================================================
   43. SEARCH MODAL
   ========================================================================== */

.search-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background: rgb(var(--color-background));
}

.search-modal__content {
  max-width: 60rem;
  margin: 0 auto;
  padding: 2rem;
}

.search-modal__form {
  display: flex;
  gap: 1rem;
}

.search__input {
  flex: 1;
  padding: 1rem;
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  border-radius: var(--inputs-radius);
  font-family: inherit;
  font-size: 1.6rem;
  background: transparent;
}

.search__button {
  cursor: pointer;
  background: transparent;
  border: none;
}

.search-modal__close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  background: transparent;
  border: none;
}


/* ==========================================================================
   44. CART DRAWER
   ========================================================================== */

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 40rem;
  z-index: 200;
  background: rgb(var(--color-background));
  transform: translateX(100%);
  transition: transform 0.3s ease;
}

.cart-drawer.is-empty .cart__empty-text {
  display: block;
}

.cart-drawer__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 199;
}

.cart-drawer__footer {
  padding: 1.5rem;
  border-top: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.cart__ctas {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.cart__checkout-button {
  width: 100%;
}

.cart-item__image {
  object-fit: contain !important;
  width: 65px !important;
  height: 65px !important;
  border-radius: 8px;
}

.cart-item__media {
  width: 75px !important;
  min-width: 75px !important;
}

.totals {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
}

.totals__total {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.totals__total-value {
  font-weight: 600;
}

.total-price--wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


/* ==========================================================================
   45. SWITCH / TOGGLE COMPONENT
   ========================================================================== */

.switch-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  margin-bottom: 10px;
}

.switch-wrapper input[type="checkbox"] {
  display: none;
}

.switch {
  width: 50px;
  height: 18px;
  background-color: #ccc;
  border-radius: 24px;
  position: relative;
  transition: background-color 0.2s ease;
}

.switch::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 25px;
  height: 18px;
  background: #01ad12;
  border-radius: 20px;
  transition: transform 0.2s ease;
  border: 2px solid rgba(0, 0, 0, .1);
}

.switch-wrapper input:checked + .switch {
  background-color: white;
}

.switch-wrapper input:checked + .switch::before {
  transform: translateX(20px);
}

.switch-label {
  font-size: 14px;
  color: #333;
}


/* ==========================================================================
   46. PRODUCT FORM — COLOR SWATCHES & VARIANT PILLS
   ========================================================================== */

.product-form__controls-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
}

.product-form__controls-group input {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}

.product-form__controls-group label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: rgb(var(--color-foreground-title, var(--color-foreground)));
  border: 0.2rem solid rgb(var(--color-border, var(--color-foreground)));
  border-radius: 0.4rem;
  cursor: pointer;
  position: relative;
  transition: var(--duration-default);
}

@media (min-width: 750px) {
  .product-form__controls-group label {
    font-size: 1.6rem;
  }
}

.product-form__controls-group label.color-swatch {
  width: 3.2rem;
  height: 3.2rem;
  padding: 0.9rem;
  border-radius: 50%;
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  box-sizing: border-box;
}

.product-form__controls-group label.color-swatch::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate(-50%, -50%);
  border-radius: inherit;
  background-color: var(--swatch-color);
  transition: border-color var(--duration-default);
  border: 0.1rem solid rgba(var(--color-foreground), 0.3);
}

.product-form__controls-group input:checked:not(.disabled) + label {
  border-color: rgb(var(--color-button));
  color: rgb(var(--color-button));
}

.product-form__controls-group input.disabled + label {
  opacity: 0.5;
  pointer-events: none;
}

.product-form__input input[type=radio]:checked + .color-swatch {
  background-color: rgb(var(--color-foreground), .05);
  color: rgb(var(--color-foreground));
  border: 3px solid var(--swatch-color) !important;
  box-shadow: 0 0 #000, inset 0 0 0 3px #fff;
}

.product-form__input input[type=radio]:disabled + label,
.product-form__input input[type=radio].disabled + label {
  color: rgba(var(--color-foreground), .3) !important;
  text-decoration: none !important;
}


/* ==========================================================================
   47. REVIEWS / SPR
   ========================================================================== */

.spr-container {
  border-color: #ffffff !important;
  background: #ffffff;
  border-radius: 12px;
}

.spr-review,
.spr-form {
  border-color: #fff5f7 !important;
}

.spr-container .spr-review-content-body {
  font-size: calc(var(--font-body-size, 15) * 1px);
  color: rgba(var(--color-foreground), .75);
  line-height: 1.6;
}

.page-title {
  text-align: center;
}


/* ==========================================================================
   48. SHOPIFY POLICIES
   ========================================================================== */

.shopify-policy__container {
  max-width: 95ch;
}

.policies {
  padding: 2rem 0;
}


/* ==========================================================================
   49. ANNOUNCEMENT BAR SLIDER BUTTON
   ========================================================================== */

.announcement-bar .slider-button {
  rotate: 270deg;
}

.section-template--25431331471682__brands_prDiRr-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

@media screen and (min-width: 750px) {
  .section-template--25431331471682__brands_prDiRr-padding {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}


/* ==========================================================================
   50. MEDIA HOVER EFFECTS (Card video/image transitions)
   ========================================================================== */

.media.media--hover-effect > video + video,
.media.media--hover-effect > video + img,
.media.media--hover-effect > img + video {
  opacity: 0;
}

.card__media .media video {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

@media screen and (min-width: 990px) {
  .card .media.media--hover-effect > video:only-child,
  .card-wrapper .media.media--hover-effect > video:only-child {
    transition: transform var(--duration-long) ease;
  }
  .card:hover .media.media--hover-effect > video:first-child:only-child,
  .card-wrapper:hover .media.media--hover-effect > video:first-child:only-child {
    transform: scale(1.03);
  }
  .card-wrapper:hover .media.media--hover-effect > video + video,
  .card-wrapper:hover .media.media--hover-effect > video + img,
  .card-wrapper:hover .media.media--hover-effect > img + video {
    opacity: 1;
    transition: transform var(--duration-long) ease;
    transform: scale(1.03);
  }
}


/* ==========================================================================
   51. MISC / OVERRIDES
   ========================================================================== */

/* Testimonial slider */
.testimonial-slider-buttons {
  color: rgba(var(--color-foreground), 1) !important;
  background: rgba(var(--color-button), .1) !important;
  border-radius: 30px;
  width: 30px !important;
  height: 30px !important;
}

/* Product feature tags */
.pdkt-fetr {
  display: flex;
  align-items: center;
  column-gap: 4px;
  text-transform: uppercase;
  font-size: small;
  font-weight: 500;
}

.pdkt-fetr-center { justify-content: center; }
.pdkt-fetr-right { justify-content: flex-end; }

/* Lumin collection inline */
.lumin-collection {
  display: flex;
  align-items: center;
}

/* Lumin slider */
.lumin-slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.lumin-slider::-webkit-scrollbar {
  display: none;
}

/* Localization form */
.localization-form {
  display: flex;
  align-items: center;
}

.localization-selector {
  appearance: none;
  padding: 0.5rem 2rem 0.5rem 0.5rem;
  border: none;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  cursor: pointer;
}

.disclosure {
  position: relative;
}

.disclosure__button {
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.disclosure__list-wrapper {
  position: absolute;
  bottom: 100%;
  z-index: 10;
}

.disclosure__list {
  list-style: none;
  padding: 0.5rem 0;
  margin: 0;
  background: rgb(var(--color-background));
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  border-radius: var(--popup-corner-radius);
}

.disclosure__item {
  display: block;
}

.disclosure__link {
  display: block;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  color: rgb(var(--color-foreground));
  white-space: nowrap;
}

.disclosure__link--active {
  font-weight: 600;
}

/* Skip to content */
.skip-to-content-link {
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 9999;
}

.skip-to-content-link:focus {
  top: 0;
}

/* Misc text helpers */
.animate-arrow {
  transition: transform 0.2s ease;
}


/* ==========================================================================
   END OF PDP STYLESHEET
   ========================================================================== */

/* ============================================================
   30-Day Money-Back Guarantee Section
   ============================================================ */
.aventa-guarantee {
  padding: 48px 0;
  background: #f8f8f8;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

.aventa-guarantee__inner {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  max-width: 860px;
  margin: 0 auto;
  padding: 0 24px;
}

.aventa-guarantee__icon {
  flex-shrink: 0;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aventa-guarantee__icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.aventa-guarantee__content {
  flex: 1;
}

.aventa-guarantee__title {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 8px;
  line-height: 1.3;
}

.aventa-guarantee__subtitle {
  font-size: 15px;
  color: #555;
  margin: 0 0 16px;
  line-height: 1.6;
}

.aventa-guarantee__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.aventa-guarantee__list li {
  font-size: 15px;
  color: #333;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.5;
}

.aventa-guarantee__check {
  color: #22a06b;
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
  line-height: 1.5;
}

@media (max-width: 600px) {
  .aventa-guarantee__inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }

  .aventa-guarantee__list li {
    justify-content: center;
  }

  .aventa-guarantee__title {
    font-size: 20px;
  }
}


/* ============================================================
   Trustpilot Review Screenshots – image display fix
   ============================================================ */
.aventa-trustpilot-reviews .multicolumn-list__item {
  height: auto !important;
}
.aventa-trustpilot-reviews .multicolumn-card {
  height: auto !important;
}
.aventa-trustpilot-reviews .multicolumn-card__image-wrapper {
  position: relative;
  width: 100%;
  height: auto !important;
  overflow: visible !important;
}
.aventa-trustpilot-reviews .media--adapt {
  position: relative !important;
  padding-bottom: 0 !important;
  height: auto !important;
  overflow: visible !important;
}
.aventa-trustpilot-reviews .media--adapt img,
.aventa-trustpilot-reviews .multicolumn-card__image {
  position: static !important;
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  object-fit: contain !important;
  display: block !important;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.10);
}
