:root,html[data-theme=light]{--nt-bg: #f9f8f6;--nt-bg-2: #ffffff;--nt-bg-3: #ededeb;--nt-bg-overlay: rgba(249,248,246,.92);--nt-text: #1a1a1a;--nt-text-muted: #6b6b6b;--nt-text-subtle: #9a9a9a;--nt-border: rgba(0,0,0,.1);--nt-border-strong:rgba(0,0,0,.2);--nt-accent: #1a1a1a;--nt-accent-fg: #ffffff;--nt-accent-hover: #333333;--nt-shadow-sm: 0 1px 4px rgba(0,0,0,.07);--nt-shadow: 0 2px 16px rgba(0,0,0,.09);--nt-shadow-lg: 0 8px 40px rgba(0,0,0,.12);--nt-toggle-track: #d1d1d1;--nt-toggle-thumb: #ffffff;--nt-toggle-icon-opacity: 1}html[data-theme=dark]{--nt-bg: #111111;--nt-bg-2: #1c1c1c;--nt-bg-3: #272727;--nt-bg-overlay: rgba(17,17,17,.92);--nt-text: #f0efed;--nt-text-muted: #9a9a9a;--nt-text-subtle: #666666;--nt-border: rgba(255,255,255,.08);--nt-border-strong:rgba(255,255,255,.15);--nt-accent: #f0efed;--nt-accent-fg: #111111;--nt-accent-hover: #d4d4d4;--nt-shadow-sm: 0 1px 4px rgba(0,0,0,.35);--nt-shadow: 0 2px 24px rgba(0,0,0,.55);--nt-shadow-lg: 0 8px 48px rgba(0,0,0,.7);--nt-toggle-track: #444444;--nt-toggle-thumb: #f0efed}html.nt-transitioning,html.nt-transitioning *,html.nt-transitioning *:before,html.nt-transitioning *:after{transition:background-color .26s ease,background .26s ease,color .26s ease,border-color .26s ease,fill .26s ease,stroke .26s ease,box-shadow .26s ease,opacity .26s ease!important}.nt-root{position:fixed;z-index:9999;--nt-offset-x: 20px;--nt-offset-y: 20px}.nt-root.nt-pos--bottom-right{bottom:var(--nt-offset-y);right:var(--nt-offset-x)}.nt-root.nt-pos--bottom-left{bottom:var(--nt-offset-y);left:var(--nt-offset-x)}.nt-root.nt-pos--top-right{top:var(--nt-offset-y);right:var(--nt-offset-x)}.nt-root.nt-pos--top-left{top:var(--nt-offset-y);left:var(--nt-offset-x)}.nt-toggle--switch{position:relative;display:inline-flex;align-items:center;gap:10px;padding:0;background:none;border:none;cursor:pointer;-webkit-tap-highlight-color:transparent;outline:none}.nt-toggle--switch:focus-visible{outline:2px solid var(--nt-accent);outline-offset:4px;border-radius:999px}.nt-switch__track{position:relative;width:52px;height:28px;border-radius:999px;background:var(--nt-toggle-track);transition:background .26s ease;flex-shrink:0}.nt-switch__thumb{position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background:var(--nt-toggle-thumb);box-shadow:0 1px 4px #00000040;transition:transform .28s cubic-bezier(.34,1.56,.64,1),background .26s ease;display:grid;place-items:center;font-size:12px;overflow:hidden}html[data-theme=dark] .nt-switch__thumb{transform:translate(24px)}.nt-switch__thumb .nt-icon{line-height:1}.nt-icon--dark,.nt-icon--auto{display:none}html[data-theme=dark] .nt-icon--dark{display:inline}html[data-theme=dark] .nt-icon--light,html[data-theme=light] .nt-icon--dark{display:none}html[data-theme=light] .nt-icon--light{display:inline}.nt-switch__label{font-size:.8rem;color:var(--nt-text-muted);-webkit-user-select:none;user-select:none;pointer-events:none}.nt-label--dark{display:none}html[data-theme=dark] .nt-label--dark{display:inline}html[data-theme=dark] .nt-label--light{display:none}.nt-toggle--fab{width:48px;height:48px;border-radius:50%;border:1.5px solid var(--nt-border);background:var(--nt-bg-2);box-shadow:var(--nt-shadow);cursor:pointer;display:grid;place-items:center;font-size:20px;padding:0;-webkit-tap-highlight-color:transparent;outline:none;transition:background .26s ease,border-color .26s ease,box-shadow .26s ease,transform .12s ease}.nt-toggle--fab:focus-visible{outline:2px solid var(--nt-accent);outline-offset:3px}.nt-toggle--fab:hover{background:var(--nt-bg-3);transform:scale(1.08)}.nt-toggle--fab:active{transform:scale(.93)}.nt-fab__icon{display:block;line-height:1;transition:transform .34s cubic-bezier(.34,1.56,.64,1)}html[data-nt-mode=auto] .nt-toggle--fab .nt-icon--light,html[data-nt-mode=auto] .nt-toggle--fab .nt-icon--dark{display:none}html[data-nt-mode=auto] .nt-toggle--fab .nt-icon--auto{display:inline}html[data-nt-mode=light] .nt-toggle--fab .nt-icon--auto,html[data-nt-mode=dark] .nt-toggle--fab .nt-icon--auto{display:none}.nt-toggle--fab.nt-spinning .nt-fab__icon{transform:rotate(360deg)}.nt-toggle--selector{display:inline-flex;background:var(--nt-bg-2);border:1px solid var(--nt-border);border-radius:10px;padding:3px;gap:2px;box-shadow:var(--nt-shadow-sm)}.nt-sel__btn{display:inline-flex;align-items:center;gap:5px;background:none;border:none;padding:6px 12px;border-radius:7px;font-size:.8rem;font-family:inherit;color:var(--nt-text-muted);cursor:pointer;transition:background .18s ease,color .18s ease,box-shadow .18s ease;white-space:nowrap;-webkit-tap-highlight-color:transparent;outline:none}.nt-sel__btn:focus-visible{outline:2px solid var(--nt-accent);outline-offset:2px}.nt-sel__btn[aria-pressed=true]{background:var(--nt-bg-3);color:var(--nt-text);box-shadow:0 1px 4px #0000001a}html[data-theme=dark] .nt-sel__btn[aria-pressed=true]{box-shadow:0 1px 4px #0006}html[data-theme=dark] [data-nt-invert],html[data-theme=dark] .header__heading-logo img,html[data-theme=dark] .header__logo img,html[data-theme=dark] img.logo{filter:invert(1) hue-rotate(180deg)}html[data-theme=dark] body,html[data-theme=dark] .color-scheme-1,html[data-theme=dark] .color-scheme-2,html[data-theme=dark] .color-scheme-35b87f8d-ccad-402b-b1e3-699da649d68d,html[data-theme=dark] .color-scheme-d10e6cfc-62d5-4cf8-9a5a-aa3d488caac5{--color-background: rgb(17 17 17 / 1);--color-background-rgb: 17 17 17;--color-foreground: rgb(240 239 237 / 1);--color-foreground-rgb: 240 239 237;--color-foreground-heading: rgb(240 239 237 / 1);--color-foreground-heading-rgb: 240 239 237;--color-primary: rgb(86 253 210 / 1);--color-primary-rgb: 86 253 210;--color-primary-hover: rgb(12 212 168 / 1);--color-primary-hover-rgb: 12 212 168;--color-border: rgb(255 255 255 / 1);--color-border-rgb: 255 255 255;--color-shadow: rgb(0 0 0 / 1);--color-shadow-rgb: 0 0 0;--color-primary-button-text: rgb(0 0 0 / 1);--color-primary-button-background: rgb(86 253 210 / 1);--color-primary-button-border: rgb(86 253 210 / 1);--color-primary-button-hover-text: rgb(0 0 0 / 1);--color-primary-button-hover-background: rgb(12 212 168 / 1);--color-primary-button-hover-border: rgb(12 212 168 / 1);--color-secondary-button-text: rgb(240 239 237 / 1);--color-secondary-button-background: rgb(35 35 35 / 1);--color-secondary-button-border: rgb(255 255 255 / 1);--color-secondary-button-hover-text: rgb(0 0 0 / 1);--color-secondary-button-hover-background: rgb(240 239 237 / 1);--color-secondary-button-hover-border: rgb(240 239 237 / 1);--color-input-background: rgb(28 28 28 / 1);--color-input-text: rgb(240 239 237 / 1);--color-input-text-rgb: 240 239 237;--color-input-border: rgb(255 255 255 / .12);--color-input-hover-background: rgb(38 38 38 / 1);--color-variant-background: rgb(28 28 28 / 1);--color-variant-border: rgb(255 255 255 / .15);--color-variant-text: rgb(240 239 237 / 1);--color-variant-text-rgb: 240 239 237;--color-variant-hover-background:rgb(38 38 38 / 1);--color-variant-hover-text: rgb(255 255 255 / 1);--color-variant-hover-border: rgb(255 255 255 / .25);--color-selected-variant-background: rgb(86 253 210 / 1);--color-selected-variant-border: rgb(86 253 210 / 1);--color-selected-variant-text: rgb(0 0 0 / 1)}html[data-theme=dark] .color-scheme-7{--color-background: rgb(10 28 33 / 1);--color-background-rgb: 10 28 33;--color-foreground: rgb(216 234 239 / 1);--color-foreground-rgb: 216 234 239;--color-foreground-heading: rgb(216 234 239 / 1);--color-border: rgb(86 253 210 / 1);--color-border-rgb: 86 253 210}html[data-theme=dark] .color-scheme-8{--color-background: rgb(2 44 34 / 1);--color-background-rgb: 2 44 34;--color-foreground: rgb(255 255 255 / 1);--color-foreground-rgb: 255 255 255;--color-foreground-heading: rgb(86 253 210 / 1)}html[data-theme=dark] .color-scheme-5{--color-background: rgb(0 0 0 / 1);--color-background-rgb: 0 0 0;--color-foreground: rgb(240 239 237 / 1);--color-foreground-rgb: 240 239 237}html[data-theme=dark] .color-scheme-4{--color-background: rgb(37 88 103 / 1);--color-background-rgb: 37 88 103;--color-foreground: rgb(255 255 255 / 1);--color-foreground-rgb: 255 255 255}html[data-theme=dark] .color-scheme-3{--color-background: rgb(80 30 58 / 1);--color-background-rgb: 80 30 58;--color-foreground: rgb(255 255 255 / 1);--color-foreground-rgb: 255 255 255}html[data-theme=dark] .color-scheme-6{--color-background: rgb(4 60 48 / 1);--color-background-rgb: 4 60 48;--color-foreground: rgb(86 253 210 / 1);--color-foreground-rgb: 86 253 210}html[data-theme=dark] .header-mega-menu-v2{--header-bg: #111111 !important;--header-text: #f0efed !important;--header-text-muted: #9a9a9a !important;--header-accent: #56fdd2 !important;--header-border: rgba(255,255,255,.08) !important;--dropdown-bg: #1c1c1c !important;--dropdown-hover: #272727 !important}html[data-theme=dark] .mega-menu-dropdown,html[data-theme=dark] .header-mega-menu-v2__dropdown,html[data-theme=dark] .mega-menu-mobile__panel{background-color:#1c1c1c!important;color:#f0efed!important}html[data-theme=dark] .mega-menu-dropdown__title,html[data-theme=dark] .header-mega-menu-v2__nav-link,html[data-theme=dark] .mega-menu-mobile__link{color:#f0efed!important}html[data-theme=dark] .mega-menu-dropdown__item:hover{background-color:#272727!important}html[data-theme=dark] .flip-card-front{background-color:#1c1c1c!important;color:#f0efed!important;border-color:#ffffff1a!important}html[data-theme=dark] .flip-card-back{background-color:#1a4a57!important;color:#fff!important}html[data-theme=dark] .flip-card-front-title,html[data-theme=dark] .flip-card-front-subtitle,html[data-theme=dark] .flip-card-content-front{color:#f0efed!important}html[data-theme=dark] .flip-toggle-icon{--toggle-icon-bg: #272727 !important;--toggle-icon-color: #f0efed !important;background-color:#272727!important;color:#f0efed!important}html[data-theme=dark] [class*=flip-card-flip_card]{--card-bg-front: #1c1c1c !important;--card-bg-back: #1a4a57 !important;--card-text-front: #f0efed !important;--card-text-back: #ffffff !important;--card-border: 1px solid rgba(255,255,255,.1) !important;--toggle-icon-bg: #272727 !important;--toggle-icon-color: #f0efed !important}html[data-theme=dark] .section-flip-cards,html[data-theme=dark] [id*=interactive_flip_cards]{--section-bg: #0a1c21 !important;--section-title-color: #f0efed !important;--section-subtitle-color: #9a9a9a !important}html[data-theme=dark] [class*=flip-cards-section]{background-color:#0a1c21!important}html[data-theme=dark] .flip-cards-title,html[data-theme=dark] [class*=flip-cards-title]{color:#f0efed!important}html[data-theme=dark] .section-infinite-reviews,html[data-theme=dark] [id*=infinite_reviews_slider],html[data-theme=dark] [class*=infinite-reviews]{background-color:#111!important}html[data-theme=dark] [class*=reviews-title],html[data-theme=dark] [class*=reviews-subtitle]{color:#f0efed!important}html[data-theme=dark] .review-card{background-color:#1c1c1c!important;color:#f0efed!important;border:1px solid rgba(255,255,255,.08)!important}html[data-theme=dark] .review-text,html[data-theme=dark] .review-name,html[data-theme=dark] .review-handle{color:#f0efed!important}html[data-theme=dark] .review-handle{color:#9a9a9a!important}html[data-theme=dark] .video-testimonials-section,html[data-theme=dark] [id*=video_testimonials_slider],html[data-theme=dark] [class*=video-testimonials-template]{background-color:#111!important}html[data-theme=dark] .video-testimonials__title,html[data-theme=dark] .video-testimonials__subtitle{color:#f0efed!important}html[data-theme=dark] .video-testimonials__nav-btn{background-color:#1c1c1c!important;color:#f0efed!important;border-color:#ffffff26!important}html[data-theme=dark] [class*=aigenblock],html[data-theme=dark] [class*=ai-promarine-container],html[data-theme=dark] [class*=ai-ingredients-container],html[data-theme=dark] [class*=ai-text-video-container],html[data-theme=dark] [class*=ai-three-step-process],html[data-theme=dark] [class*=ai-founder-message],html[data-theme=dark] [class*=ai-certification-banner]{background-color:#111!important;color:#f0efed!important}html[data-theme=dark] [class*=ai-ingredient-card],html[data-theme=dark] [class*=ai-promarine-badge]{background-color:#1c1c1c!important;color:#f0efed!important;border-color:#ffffff14!important}html[data-theme=dark] [class*=ai-promarine-image-placeholder],html[data-theme=dark] [class*=ai-ingredient-card-image-placeholder],html[data-theme=dark] [class*=ai-video-banner__placeholder]{background-color:#1c1c1c!important}html[data-theme=dark] [class*=ai-promarine-title],html[data-theme=dark] [class*=ai-promarine-subtitle],html[data-theme=dark] [class*=ai-promarine-description],html[data-theme=dark] [class*=ai-ingredients-header] h2,html[data-theme=dark] [class*=ai-text-video-heading],html[data-theme=dark] [class*=ai-text-video-subheading],html[data-theme=dark] [class*=ai-text-video-description],html[data-theme=dark] [class*=ai-ingredient-card-title],html[data-theme=dark] [class*=ai-ingredient-card-desc],html[data-theme=dark] [class*=ai-founder-message] *{color:#f0efed!important}html[data-theme=dark] [class*=ai-rating-text],html[data-theme=dark] [class*=ai-ingredient-card-subtitle],html[data-theme=dark] [class*=ai-promarine-reviews-count]{color:#9a9a9a!important}html[data-theme=dark] [class*=ai-promarine-button],html[data-theme=dark] [class*=ai-text-video-button-primary]{background-color:#56fdd2!important;color:#000!important;border-color:#56fdd2!important}html[data-theme=dark] [class*=ai-promarine-button]:hover,html[data-theme=dark] [class*=ai-text-video-button-primary]:hover{background-color:#0cd4a8!important}html[data-theme=dark] [class*=ai-text-video-button-secondary]{background-color:transparent!important;color:#56fdd2!important;border-color:#56fdd2!important}html[data-theme=dark] .section-wrapper>div,html[data-theme=dark] .section-wrapper>section{background-color:inherit}html[data-theme=dark] body{background-color:#111;color:#f0efed}html[data-theme=dark] [style*="background-color: #ffffff"],html[data-theme=dark] [style*="background-color:#ffffff"],html[data-theme=dark] [style*="background-color: #fff"],html[data-theme=dark] [style*="background-color: white"]{background-color:#1c1c1c!important}html[data-theme=dark] [style*="color: #000000"],html[data-theme=dark] [style*="color:#000000"],html[data-theme=dark] [style*="color: #000"],html[data-theme=dark] [style*="color: black"]{color:#f0efed!important}html[data-theme=dark] [class*=ai-video-banner-],html[data-theme=dark] [class*=ai-video-banner__media-]{background-color:transparent!important}html[data-theme=dark] [class*=ai-video-banner__overlay-]{background:linear-gradient(90deg,#000000b8,#0000004d 55%,#0000)!important}html[data-theme=dark] [class*=ai-video-banner__content-],html[data-theme=dark] [class*=ai-video-banner__title-]{color:#fff!important;text-shadow:0 2px 12px rgba(0,0,0,.6)!important}html[data-theme=dark] .header-mega-menu-v2__logo img,html[data-theme=dark] .header-mega-menu-v2__logo svg,html[data-theme=dark] .header__heading-logo img,html[data-theme=dark] .header__logo img,html[data-theme=dark] img.logo{filter:brightness(0) invert(1)!important}html[data-theme=dark] [class*=ai-promarine-button],html[data-theme=dark] [class*=ai-text-video-button-primary],html[data-theme=dark] [class*=ai-ingredient-card-icon],html[data-theme=dark] [class*=ai-three-step] [class*=icon],html[data-theme=dark] [class*=ai-three-step] [class*=step-number]{background-color:#2a2a2a!important;color:#f0efed!important;border-color:#ffffff2e!important}html[data-theme=dark] [class*=ai-promarine-button]:hover,html[data-theme=dark] [class*=ai-text-video-button-primary]:hover{background-color:#3d3d3d!important;color:#fff!important}html[data-theme=dark] .color-scheme-6{--color-background: rgb(10 10 10 / 1) !important;--color-background-rgb: 10 10 10 !important;--color-foreground: rgb(240 239 237 / 1) !important;--color-foreground-rgb: 240 239 237 !important;--color-primary-button-background: rgb(42 42 42 / 1) !important;--color-primary-button-border: rgb(255 255 255 / .2) !important;--color-primary-button-text: rgb(240 239 237 / 1) !important}html[data-theme=dark] [style*="background-color: #378094"],html[data-theme=dark] [style*="background-color:#378094"]{background-color:#2a2a2a!important;color:#f0efed!important}html[data-theme=dark] [style*="background-color: #b95989"],html[data-theme=dark] [style*="background-color:#b95989"]{background-color:#1a1a1a!important;color:#f0efed!important}html[data-theme=dark] [class*=ai-promarine-stars],html[data-theme=dark] [class*=ai-rating-stars]{color:#c8c8c8!important}html[data-theme=dark] [class*=ai-promarine-rating-number]{color:#f0efed!important}html[data-theme=dark] [class*=flip-card-flip_card]{--card-bg-back: #1e1e1e !important}html[data-theme=dark] .flip-card-back{background-color:#1e1e1e!important;border:1px solid rgba(255,255,255,.12)!important}html[data-theme=dark] .color-scheme-4{--color-foreground: rgb(240 239 237 / 1) !important;--color-foreground-rgb: 240 239 237 !important}html[data-theme=dark] [class*=ai-ingredient-card]{border-left-color:#2a2a2a!important;border-color:#ffffff14!important}html[data-theme=dark] [class*=ai-icon-circle]{background:linear-gradient(135deg,#2a2a2a,#1a1a1a)!important;color:#f0efed!important;border:1px solid rgba(255,255,255,.15)!important}html[data-theme=dark] .color-scheme-7,html[data-theme=dark] [class*=flip-cards-section]{background:linear-gradient(180deg,#0e0e0e,#141414)!important}html[data-theme=dark] [class*=ai-video-banner-]{background:transparent!important;background-color:transparent!important}html[data-theme=dark] [class*=ai-video-banner-] *:not([class*=__overlay-]):not([class*=__media-]):not(video):not(img){background-color:transparent!important}html[data-theme=dark] [class*=ai-video-banner__title-],html[data-theme=dark] [class*=ai-video-banner__content-]{background:transparent!important;background-color:transparent!important;color:#fff!important;text-shadow:0 1px 8px rgba(0,0,0,.8),0 2px 24px rgba(0,0,0,.5)!important}html[data-theme=dark] #shopify-section-template--26985349873845__section_FFJEK6 .group-block:nth-child(3) .image-block__image{filter:none!important}html[data-theme=dark] #shopify-section-template--26985349873845__section_FFJEK6 .image-block__image{filter:brightness(0) invert(1)!important}html[data-theme=dark] #shopify-section-template--26985349873845__section_FFJEK6 .image-block__image[src*="3.png"],html[data-theme=dark] #shopify-section-template--26985349873845__section_FFJEK6 .image-block__image[srcset*="3.png"],html[data-theme=dark] #shopify-section-template--26985349873845__section_FFJEK6 .image-block__image[src*="2.png"],html[data-theme=dark] #shopify-section-template--26985349873845__section_FFJEK6 .image-block__image[srcset*="2.png"]{filter:none!important;filter:brightness(1) invert(0)!important}html[data-theme=dark] #shopify-section-template--26985349873845__section_FFJEK6 .group-block:nth-child(4) .image-block__image,html[data-theme=dark] #shopify-section-template--26985349873845__section_FFJEK6 .group-block:nth-child(6) .image-block__image{filter:none!important;filter:brightness(1) invert(0)!important}html[data-theme=dark] .footer-utilities,html[data-theme=dark] #shopify-section-sections--26985350365365__utilities{background-color:#0e0e0e!important}html[data-theme=dark] .footer-utilities .footer-utilities__text,html[data-theme=dark] .footer-utilities .footer-utilities__text a,html[data-theme=dark] .footer-utilities__group-copyright,html[data-theme=dark] .footer-utilities__group-copyright a,html[data-theme=dark] .footer-utilities__group-copyright span{color:#f0efed8c!important}html[data-theme=dark] .footer-utilities .footer-utilities__text a:hover,html[data-theme=dark] .footer-utilities__group-copyright a:hover{color:#f0efed!important}html[data-theme=dark] .terms-policies-popover{background-color:#1c1c1c!important;border:1px solid rgba(255,255,255,.1)!important}html[data-theme=dark] .terms-policies-popover a,html[data-theme=dark] .policy-list-trigger{color:#f0efedb3!important}html[data-theme=dark] #shopify-section-sections--26985350365365__footer,html[data-theme=dark] footer.section-wrapper{background-color:#0e0e0e!important}html[data-theme=dark] footer .color-scheme-4{--color-background: rgb(14 14 14 / 1) !important;--color-background-rgb: 14 14 14 !important;--color-foreground: rgb(240 239 237 / 1) !important;--color-foreground-rgb: 240 239 237 !important}html[data-theme=dark] .footer-content a,html[data-theme=dark] .footer-content p,html[data-theme=dark] .footer-content li,html[data-theme=dark] .footer-content span{color:#f0efedbf!important}html[data-theme=dark] .footer-content a:hover{color:#f0efed!important}html[data-theme=dark] .announcement-bar,html[data-theme=dark] #shopify-section-sections--26985350398133__header_announcements_WbCTVz{background-color:#0e0e0e!important;border-bottom:1px solid rgba(255,255,255,.08)!important}html[data-theme=dark] .announcement-bar .color-scheme-4{--color-background: rgb(14 14 14 / 1) !important;--color-background-rgb: 14 14 14 !important}html[data-theme=dark] .announcement-bar__text,html[data-theme=dark] .announcement-bar__text strong,html[data-theme=dark] .announcement-bar__text *,html[data-theme=dark] .announcement-bar__link{color:#f0efed!important}html[data-theme=dark] .shopify-product-form,html[data-theme=dark] product-form-component{background-color:transparent!important;color:#f0efed!important}html[data-theme=dark] .product-form-buttons{background-color:transparent!important;--color-background: transparent !important}html[data-theme=dark] quantity-selector-component{background-color:#1c1c1c!important;border:1px solid rgba(255,255,255,.15)!important;border-radius:8px!important}html[data-theme=dark] .quantity-selector{background-color:#1c1c1c!important;border-color:#ffffff26!important}html[data-theme=dark] .quantity-selector input[type=number]{background-color:transparent!important;color:#f0efed!important;border:none!important;font-weight:600!important}html[data-theme=dark] .quantity-selector .button{background-color:transparent!important;color:#f0efed!important;border:none!important}html[data-theme=dark] .quantity-selector .button:hover{background-color:#272727!important;color:#fff!important}html[data-theme=dark] .quantity-selector .button:disabled{opacity:.3!important;cursor:not-allowed!important}html[data-theme=dark] .quantity-selector .svg-wrapper{color:#f0efed!important}html[data-theme=dark] .add-to-cart-button{background-color:#56fdd2!important;color:#000!important;border-color:#56fdd2!important;transition:all .26s ease!important}html[data-theme=dark] .add-to-cart-button:hover{background-color:#0cd4a8!important;border-color:#0cd4a8!important}html[data-theme=dark] .add-to-cart-button .add-to-cart-text__content,html[data-theme=dark] .add-to-cart-button .add-to-cart-icon,html[data-theme=dark] .add-to-cart-button .add-to-cart-text--added,html[data-theme=dark] .add-to-cart-button .add-to-cart-text--added .svg-wrapper{color:#000!important}html[data-theme=dark] .shopify-payment-button__button--unbranded{background-color:#2a2a2a!important;color:#f0efed!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:8px!important;font-weight:600!important;transition:all .26s ease!important}html[data-theme=dark] .shopify-payment-button__button--unbranded:hover{background-color:#3d3d3d!important;color:#fff!important;border-color:#ffffff4d!important}html[data-theme=dark] .accelerated-checkout-block{background-color:transparent!important}html[data-theme=dark] .ft-qb{--ft-tier-primary-text-color: #f0efed !important;--ft-tier-secondary-text-color: #56fdd2 !important;--ft-btn-add-to-cart-text-color: #000000 !important;--ft-btn-add-to-cart-bg-color: #56fdd2 !important;--ft-btn-choose-variant-text-color: #f0efed !important;--ft-btn-choose-variant-bg-color: #1c1c1c !important;--ft-post-popular-text-color: #111111 !important;--ft-post-popular-bg-color: #56fdd2 !important;--ft-border-radius: 8px !important;background-color:transparent!important}html[data-theme=dark] .ft-qb__radio label{color:#f0efed!important;cursor:pointer!important}html[data-theme=dark] .ft-qb__item-info strong{color:#f0efed!important;font-weight:600!important}html[data-theme=dark] .ft-qb__item-price{color:#f0efed!important}html[data-theme=dark] .ft-qb__item-price--regular{color:#f0efed!important;font-weight:600!important}html[data-theme=dark] .ft-qb__item-price--sale{color:#56fdd2!important;font-weight:700!important}html[data-theme=dark] .ft-qb__item-price--old{color:#9a9a9a!important;text-decoration:line-through!important}html[data-theme=dark] .ft-qb__item-promotional{color:#9a9a9a!important;font-size:.85rem!important}html[data-theme=dark] .ft-qb__item-promotional i,html[data-theme=dark] .ft-qb__item-promotional span{color:#9a9a9a!important}html[data-theme=dark] .ft-qb__item-best{background-color:#56fdd2!important;color:#111!important;border-radius:4px!important;padding:4px 8px!important;font-weight:600!important;font-size:.75rem!important;display:inline-flex!important;align-items:center!important;gap:4px!important}html[data-theme=dark] .ft-qb__item-best span{color:#111!important}html[data-theme=dark] .ft-qb__item-best svg path{fill:#111!important}html[data-theme=dark] .ft-qb__item:has(input[type=radio]:checked),html[data-theme=dark] .ft-qb__item[data-tier-id]:has(input:checked){background-color:#272727!important;border-color:#56fdd2!important;box-shadow:0 0 0 1px #56fdd2!important}html[data-theme=dark] .ft-qb__variant span{color:#9a9a9a!important;font-size:.85rem!important;font-weight:500!important}html[data-theme=dark] .ft-variant__btn{background-color:transparent!important;border:none!important;color:#f0efed!important;font-weight:500!important;cursor:pointer!important;display:flex!important;align-items:center!important;gap:8px!important;padding:4px 8px!important;border-radius:4px!important;transition:background .18s ease!important}html[data-theme=dark] .ft-variant__btn:hover{background-color:#333!important}html[data-theme=dark] .ft-variant__btn svg{color:#9a9a9a!important;width:16px!important;height:16px!important}html[data-theme=dark] .ft-qb__footer{background-color:transparent!important;padding-top:16px!important}html[data-theme=dark] .ft-btn-add-to-cart{background-color:#56fdd2!important;color:#000!important;border:none!important;border-radius:8px!important;padding:12px 24px!important;font-weight:600!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;width:100%!important;transition:all .26s ease!important}html[data-theme=dark] .ft-btn-add-to-cart:hover:not(:disabled){background-color:#0cd4a8!important;transform:translateY(-1px)!important}html[data-theme=dark] .ft-btn-add-to-cart:disabled{background-color:#333!important;color:#666!important;cursor:not-allowed!important;opacity:.6!important}html[data-theme=dark] .ft-btn-add-to-cart svg{fill:#000!important;width:17px!important;height:15px!important}html[data-theme=dark] .ft-spinner-svg{color:#000!important}html[data-theme=dark] .ft-spinner-path{stroke:#000!important}html[data-theme=dark] .product-form-text__error{color:#ff6b6b!important}html[data-theme=dark] .product-form-text__error.hidden{display:none!important}html[data-theme=dark] .product-form-icon--error svg circle[fill="#EB001B"]{fill:#ff6b6b!important}html[data-theme=dark] .product-form-icon--error svg path[fill="#fff"]{fill:#111!important}html[data-theme=dark] .visually-hidden{pointer-events:none!important}html[data-theme=dark] .ft-qb__item{transition:background-color .26s ease,border-color .26s ease,box-shadow .26s ease!important}html[data-theme=dark] .ft-qb__radio input[type=radio]:focus-visible+label{outline:2px solid #56fdd2!important;outline-offset:2px!important;border-radius:4px!important}html[data-theme=dark] .ft-variant__btn:focus-visible{outline:2px solid #56fdd2!important;outline-offset:2px!important}html[data-theme=dark] .ft-qb__item:hover .ft-qb__item-price--sale{color:#0cd4a8!important}html[data-theme=dark] .ft-money{color:inherit!important}html[data-theme=dark] .ft-qb{--ft-tier-primary-text-color: #000000 !important;--ft-tier-secondary-text-color: #000000 !important;--ft-btn-add-to-cart-text-color: #000000 !important;--ft-btn-add-to-cart-bg-color: #56fdd2 !important;--ft-btn-choose-variant-text-color: #000000 !important;--ft-btn-choose-variant-bg-color: #1c1c1c !important;--ft-post-popular-text-color: #000000 !important;--ft-post-popular-bg-color: #56fdd2 !important;--ft-border-radius: 8px !important;background-color:transparent!important}html[data-theme=dark] .ft-qb__content{background-color:transparent!important}html[data-theme=dark] .ft-qb__item{background-color:#1c1c1c!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:8px!important;margin-bottom:8px!important;transition:all .26s ease!important}html[data-theme=dark] .ft-qb__item:hover{border-color:#fff3!important;background-color:#272727!important}html[data-theme=dark] .ft-qb__radio input[type=radio]{accent-color:#56fdd2!important}html[data-theme=dark] .ft-qb__radio label{color:#000!important;cursor:pointer!important}html[data-theme=dark] .ft-qb__item-info strong{color:#000!important;font-weight:700!important;font-size:1rem!important}html[data-theme=dark] .ft-qb__item-price{color:#000!important}html[data-theme=dark] .ft-qb__item-price--regular,html[data-theme=dark] .ft-qb__item-price--sale{color:#000!important;font-weight:700!important;font-size:1.1rem!important}html[data-theme=dark] .ft-qb__item-price--old{color:#666!important;text-decoration:line-through!important;font-weight:500!important}html[data-theme=dark] .ft-qb__item-promotional{color:#000!important;font-size:.85rem!important;font-weight:500!important}html[data-theme=dark] .ft-qb__item-promotional i,html[data-theme=dark] .ft-qb__item-promotional span{color:#000!important;font-style:italic!important}html[data-theme=dark] .ft-qb__item-best{background-color:#56fdd2!important;color:#000!important;border-radius:4px!important;padding:4px 8px!important;font-weight:700!important;font-size:.75rem!important;display:inline-flex!important;align-items:center!important;gap:4px!important}html[data-theme=dark] .ft-qb__item-best span{color:#000!important;font-weight:700!important}html[data-theme=dark] .ft-qb__item-best svg path{fill:#000!important}html[data-theme=dark] .ft-qb__item:has(input[type=radio]:checked),html[data-theme=dark] .ft-qb__item[data-tier-id]:has(input:checked){background-color:#56fdd2!important;border-color:#56fdd2!important;box-shadow:0 0 0 2px #56fdd2,0 4px 12px #56fdd24d!important}html[data-theme=dark] .ft-qb__item:has(input:checked) .ft-qb__item-info strong,html[data-theme=dark] .ft-qb__item:has(input:checked) .ft-qb__item-price,html[data-theme=dark] .ft-qb__item:has(input:checked) .ft-qb__item-price--regular,html[data-theme=dark] .ft-qb__item:has(input:checked) .ft-qb__item-price--sale,html[data-theme=dark] .ft-qb__item:has(input:checked) .ft-qb__item-promotional,html[data-theme=dark] .ft-qb__item:has(input:checked) .ft-qb__item-promotional span{color:#000!important}html[data-theme=dark] .ft-qb__item:has(input:checked) .ft-qb__item-price--old{color:#444!important}html[data-theme=dark] .ft-qb__variants{background-color:transparent!important}html[data-theme=dark] .ft-qb__variants-list{background-color:#1c1c1c!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:8px!important;padding:8px!important;margin-top:8px!important}html[data-theme=dark] .ft-qb__variant{background-color:#272727!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:6px!important;margin-bottom:4px!important;padding:8px 12px!important;display:flex!important;align-items:center!important;justify-content:space-between!important}html[data-theme=dark] .ft-qb__variant:last-child{margin-bottom:0!important}html[data-theme=dark] .ft-qb__variant span{color:#000!important;font-size:.85rem!important;font-weight:600!important}html[data-theme=dark] .ft-variant__btn{background-color:transparent!important;border:none!important;color:#000!important;font-weight:600!important;cursor:pointer!important;display:flex!important;align-items:center!important;gap:8px!important;padding:4px 8px!important;border-radius:4px!important;transition:background .18s ease!important}html[data-theme=dark] .ft-variant__btn:hover{background-color:#0000001a!important}html[data-theme=dark] .ft-variant__btn svg{color:#000!important;width:16px!important;height:16px!important}html[data-theme=dark] .ft-variant__btn,html[data-theme=dark] .ft-variant__btn span{color:#f0efed!important}html[data-theme=dark] .ft-qb__item label,html[data-theme=dark] .ft-qb__item-content{border:none!important;outline:none!important}html[data-theme=dark] .ft-qb__item-best svg path{fill:#ffc700!important}html[data-theme=dark] .ft-qb-cv__price{color:#000!important}html[data-theme=dark] .ft-slider{background-color:#111!important;--ft-btn-add-to-cart-text-color: #000000 !important;--ft-btn-add-to-cart-bg-color: #56fdd2 !important;--ft-highlight-color: #56fdd2 !important;--ft-discount-color: #56fdd2 !important;--ft-countdown-timer-color: #f0efed !important;--ft-border-radius: 8px !important}html[data-theme=dark] .ft-slider__wrapper{background-color:#111!important}html[data-theme=dark] .ft-slider__header{background-color:transparent!important;border:none!important}html[data-theme=dark] .ft-slider__title{color:#f0efed!important;font-weight:700!important}html[data-theme=dark] .ft-slider__header p{color:#9a9a9a!important}html[data-theme=dark] .ft-slider__item{background-color:#1c1c1c!important;border:none!important;border-left:4px solid transparent!important;border-radius:0 8px 8px 0!important;box-shadow:0 2px 8px #0000004d!important}html[data-theme=dark] .ft-slider__item:hover{border-left-color:#56fdd266!important;box-shadow:0 4px 16px #56fdd21a!important}html[data-theme=dark] .ft-slider__item:has(input[type=checkbox]:checked){border-left:4px solid #56fdd2!important;background-color:#272727!important;box-shadow:0 4px 20px #56fdd226!important}html[data-theme=dark] .ft-checkbox input[type=checkbox]{accent-color:#56fdd2!important}html[data-theme=dark] .ft-checkbox label{border:2px solid rgba(255,255,255,.2)!important;background-color:transparent!important}html[data-theme=dark] .ft-checkbox input[type=checkbox]:checked+label{background-color:#56fdd2!important;border-color:#56fdd2!important}html[data-theme=dark] .ft-slider__item-media{border:none!important;background-color:transparent!important}html[data-theme=dark] .ft-slider__item-media img{border-radius:6px!important;border:1px solid rgba(255,255,255,.08)!important}html[data-theme=dark] .ft-slider__item-info{background-color:transparent!important}html[data-theme=dark] .ft-slider__item-info a{color:#f0efed!important;font-weight:600!important;text-decoration:none!important}html[data-theme=dark] .ft-slider__item-info a:hover{color:#56fdd2!important}html[data-theme=dark] .ft-slider__item-price{color:#000!important}html[data-theme=dark] .ft-widget__price{color:#000!important;font-weight:700!important}html[data-theme=dark] .ft-slider__item-price i.ft-widget__price,html[data-theme=dark] .ft-slider__item-price b.ft-widget__price{color:#666!important;text-decoration:line-through!important;font-weight:500!important}html[data-theme=dark] .ft-slider__item-price strong.ft-widget__price{color:#000!important;font-weight:700!important;font-size:1.1rem!important}html[data-theme=dark] .ft-slider__item .ft-variant__btn{background-color:transparent!important;border:none!important;color:#f0efed!important;font-weight:600!important}html[data-theme=dark] .ft-slider__item .ft-variant__btn span{color:#f0efed!important}html[data-theme=dark] .ft-slider__item .ft-variant__btn svg{color:#f0efed!important;fill:#f0efed!important}html[data-theme=dark] .ft-slider__item .ft-variant__btn:hover{background-color:#ffffff1a!important}html[data-theme=dark] .ft-widget__quantity{background-color:#272727!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:6px!important}html[data-theme=dark] .ft-widget__quantity-button{background-color:transparent!important;border:none!important;color:#f0efed!important}html[data-theme=dark] .ft-widget__quantity-button svg{fill:#f0efed!important}html[data-theme=dark] .ft-widget__quantity-button:hover{background-color:#ffffff1a!important}html[data-theme=dark] .ft-widget__quantity-button:disabled{opacity:.3!important}html[data-theme=dark] .ft-widget__quantity input[type=number]{background-color:transparent!important;color:#f0efed!important;border:none!important;font-weight:600!important}html[data-theme=dark] .ft-slider__arrows{background-color:transparent!important}html[data-theme=dark] .ft-slider-arrow{background-color:#1c1c1c!important;border:1px solid rgba(255,255,255,.15)!important;color:#f0efed!important;border-radius:50%!important}html[data-theme=dark] .ft-slider-arrow svg{fill:#f0efed!important}html[data-theme=dark] .ft-slider-arrow:hover:not(:disabled){background-color:#272727!important;border-color:#56fdd2!important;color:#56fdd2!important}html[data-theme=dark] .ft-slider-arrow:disabled{opacity:.3!important;background-color:#1c1c1c!important}html[data-theme=dark] .ft-slider__footer{background-color:#1c1c1c!important;border-top:1px solid rgba(255,255,255,.08)!important}html[data-theme=dark] .ft-slider__footer-left,html[data-theme=dark] .ft-slider__footer-right,html[data-theme=dark] .ft-timer{background-color:transparent!important}html[data-theme=dark] .ft-timer-rotor{background-color:#272727!important;border:1px solid rgba(255,255,255,.1)!important}html[data-theme=dark] .ft-timer-top,html[data-theme=dark] .ft-timer-bottom,html[data-theme=dark] .ft-timer-leaf-front,html[data-theme=dark] .ft-timer-leaf-rear{background-color:#272727!important;color:#f0efed!important}html[data-theme=dark] .ft-slider__info{background-color:transparent!important}html[data-theme=dark] .ft-slider__total{color:#000!important}html[data-theme=dark] .ft-slider__total strong.ft-widget__total{color:#000!important;font-weight:700!important;font-size:1.2rem!important}html[data-theme=dark] .ft-widget__badge.ft-widget__discount{background-color:#56fdd2!important;color:#000!important;font-weight:600!important;padding:4px 8px!important;border-radius:4px!important}html[data-theme=dark] .ft-widget__promotion{color:#9a9a9a!important}html[data-theme=dark] .ft-widget__promotion span{color:#56fdd2!important;font-weight:600!important}html[data-theme=dark] .ft-btn-add-to-cart{background-color:#56fdd2!important;color:#000!important;border:none!important;font-weight:700!important;border-radius:8px!important;transition:all .26s ease!important}html[data-theme=dark] .ft-btn-add-to-cart:hover{background-color:#0cd4a8!important;transform:translateY(-1px)!important}html[data-theme=dark] .ft-btn-add-to-cart span{color:#000!important}html[data-theme=dark] .ft-btn-add-to-cart .ft-spinner-path{stroke:#000!important}html[data-theme=dark] .ft-btn-buy-now{background-color:transparent!important;color:#f0efed!important;border:2px solid #f0efed!important;font-weight:600!important;border-radius:8px!important;transition:all .26s ease!important}html[data-theme=dark] .ft-btn-buy-now:hover{background-color:#f0efed!important;color:#111!important}html[data-theme=dark] .ft-btn-buy-now span{color:inherit!important}html[data-theme=dark] .ft-btn-buy-now:hover span{color:#111!important}html[data-theme=dark] .ft-btn-buy-now .ft-spinner-path{stroke:#f0efed!important}html[data-theme=dark] .ft-btn-buy-now:hover .ft-spinner-path{stroke:#111!important}html[data-theme=dark] .ft-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}html[data-theme=dark] .ft-widget__plus{color:#56fdd2!important}html[data-theme=dark] .ft-widget__plus svg{fill:#56fdd2!important;opacity:.6!important}html[data-theme=dark] .ft-slider__item-price{color:#f0efed!important}html[data-theme=dark] .ft-widget__price{color:#f0efed!important;font-weight:700!important}html[data-theme=dark] .ft-slider__item-price i.ft-widget__price,html[data-theme=dark] .ft-slider__item-price b.ft-widget__price{color:#9a9a9a!important;text-decoration:line-through!important;font-weight:500!important}html[data-theme=dark] .ft-slider__item-price strong.ft-widget__price{color:#f0efed!important;font-weight:700!important;font-size:1.1rem!important}html[data-theme=dark] .ft-slider__total{color:#f0efed!important}html[data-theme=dark] .ft-slider__total strong.ft-widget__total{color:#f0efed!important;font-weight:700!important;font-size:1.2rem!important}html[data-theme=dark] .brand-vs-others{background:#111!important;padding-top:80px!important;padding-bottom:96px!important}html[data-theme=dark] .brand-vs-others__title{color:#f0efed!important;text-align:center!important;margin-bottom:48px!important}html[data-theme=dark] .brand-vs-others__column.brand{background:#1c1c1c!important;border-radius:20px!important;padding:24px!important;border:1px solid rgba(86,253,210,.2)!important;box-shadow:0 4px 20px #56fdd21a!important}html[data-theme=dark] .brand-vs-others__column.brand .brand-vs-others__header{background:#09747a!important;color:#fff!important;border-radius:14px!important;padding:16px 20px!important;display:flex!important;justify-content:space-between!important;align-items:center!important;margin-bottom:24px!important}html[data-theme=dark] .brand-vs-others__column.brand .brand-vs-others__column-title{color:#fff!important;font-size:18px!important;font-weight:600!important}html[data-theme=dark] .brand-vs-others__column.brand .brand-vs-others__image{max-width:140px!important;height:auto!important;border-radius:8px!important}html[data-theme=dark] .brand-vs-others__column.others{background:#1c1c1c!important;border-radius:20px!important;padding:24px!important;border:1px solid rgba(255,255,255,.08)!important}html[data-theme=dark] .brand-vs-others__column.others .brand-vs-others__header{background:#272727!important;color:#f0efed!important;border-radius:14px!important;padding:16px 20px!important;display:flex!important;justify-content:space-between!important;align-items:center!important;margin-bottom:24px!important;border:1px solid rgba(255,255,255,.1)!important}html[data-theme=dark] .brand-vs-others__column.others .brand-vs-others__column-title{color:#f0efed!important;font-size:18px!important;font-weight:600!important}html[data-theme=dark] .brand-vs-others__column.others .brand-vs-others__image{max-width:140px!important;height:auto!important;border-radius:8px!important;opacity:.8!important}html[data-theme=dark] .brand-vs-others__vs{display:flex!important;align-items:center!important;justify-content:center!important;font-weight:700!important;font-size:18px!important;color:#56fdd2!important;text-shadow:0 0 10px rgba(86,253,210,.5)!important}html[data-theme=dark] .brand-vs-others__list{list-style:none!important;padding:0!important;margin:0!important}html[data-theme=dark] .brand-vs-others__item{display:flex!important;align-items:flex-start!important;gap:12px!important;margin-bottom:14px!important;font-size:15px!important;color:#f0efed!important}html[data-theme=dark] .brand-vs-others__item span:last-child{color:#f0efed!important;line-height:1.5!important}html[data-theme=dark] .icon-circle.icon-check{background:#56fdd2!important;color:#111!important;width:22px!important;height:22px!important;border-radius:50%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:13px!important;font-weight:700!important;flex-shrink:0!important;box-shadow:0 0 8px #56fdd266!important}html[data-theme=dark] .icon-circle.icon-cross{background:#444!important;color:#f0efed!important;width:22px!important;height:22px!important;border-radius:50%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:13px!important;font-weight:700!important;flex-shrink:0!important;border:1px solid rgba(255,255,255,.2)!important}html[data-theme=dark] .brand-vs-others__container{max-width:1200px!important;margin:0 auto!important}html[data-theme=dark] .brand-vs-others__table{display:grid!important;grid-template-columns:1fr auto 1fr!important;gap:24px!important;align-items:stretch!important}@media(max-width:768px){html[data-theme=dark] .brand-vs-others__table{grid-template-columns:1fr!important}html[data-theme=dark] .brand-vs-others__vs{margin:16px 0!important;color:#56fdd2!important;font-size:20px!important}html[data-theme=dark] .brand-vs-others__column.brand,html[data-theme=dark] .brand-vs-others__column.others{margin-bottom:16px!important}}html[data-theme=dark] .how-to-use{background:#111!important;padding-top:56px!important;padding-bottom:56px!important}html[data-theme=dark] .how-to-use__title{color:#f0efed!important;text-align:center!important;font-size:36px!important;font-weight:700!important;margin-bottom:48px!important}html[data-theme=dark] .how-to-use__container{max-width:1200px!important;margin:0 auto!important;padding:0 16px!important}html[data-theme=dark] .how-to-use__grid{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:24px!important}html[data-theme=dark] .how-to-use__card{background:#1c1c1c!important;border-radius:20px!important;padding:24px!important;text-align:center!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 4px 16px #0000004d!important;transition:all .26s ease!important}html[data-theme=dark] .how-to-use__card:hover{border-color:#56fdd24d!important;box-shadow:0 8px 24px #56fdd21a!important;transform:translateY(-4px)!important}html[data-theme=dark] .how-to-use__step-number{width:42px!important;height:42px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;font-weight:700!important;font-size:18px!important;margin-bottom:16px!important;background:#272727!important;color:#56fdd2!important;border:2px solid #56fdd2!important;box-shadow:0 0 12px #56fdd24d!important;margin-left:auto!important;margin-right:auto!important}html[data-theme=dark] .how-to-use__image{width:100%!important;border-radius:16px!important;margin-bottom:16px!important;border:1px solid rgba(255,255,255,.1)!important}html[data-theme=dark] .how-to-use__text{font-size:16px!important;line-height:1.4!important;color:#f0efed!important;font-weight:500!important}@media(max-width:768px){html[data-theme=dark] .how-to-use__grid{grid-template-columns:1fr 1fr!important}html[data-theme=dark] .how-to-use__title{font-size:32px!important}}@media(max-width:480px){html[data-theme=dark] .how-to-use__grid{grid-template-columns:1fr!important}html[data-theme=dark] .how-to-use__title{font-size:28px!important}html[data-theme=dark] .how-to-use__card{padding:20px!important}}html[data-theme=dark] .cartbot-confirmation-modal{background:#000000d9!important;-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important}html[data-theme=dark] .cartbot-confirmation-modal-content{background:#1c1c1c!important;border-radius:12px!important;border:1px solid rgba(255,255,255,.1)!important;box-shadow:0 8px 40px #0009!important}html[data-theme=dark] .cartbot-confirmation-close-button{background:#ffffff1a!important;border-radius:50%!important;width:32px!important;height:32px!important;position:absolute!important;top:16px!important;right:16px!important;cursor:pointer!important;transition:all .26s ease!important}html[data-theme=dark] .cartbot-confirmation-close-button:before,html[data-theme=dark] .cartbot-confirmation-close-button:after{content:""!important;position:absolute!important;width:16px!important;height:2px!important;background:#f0efed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%) rotate(45deg)!important}html[data-theme=dark] .cartbot-confirmation-close-button:after{transform:translate(-50%,-50%) rotate(-45deg)!important}html[data-theme=dark] .cartbot-confirmation-close-button:hover{background:#56fdd233!important}html[data-theme=dark] .cartbot-confirmation-title{color:#f0efed!important;font-size:28px!important;font-weight:700!important;margin-top:0!important;text-align:center!important}html[data-theme=dark] .cartbot-confirmation-description{color:#9a9a9a!important;max-width:90%!important;text-align:center!important;font-size:16px!important;line-height:1.5!important}html[data-theme=dark] .cartbot-confirmation-products-and-button-container,html[data-theme=dark] .cartbot-confirmation-products-container{background:transparent!important}html[data-theme=dark] cartbot-product::part(product){background:#fff!important;border:1px solid rgba(255,255,255,.15)!important;border-radius:8px!important;padding:16px!important;max-width:280px!important;margin:0 auto!important;box-shadow:0 4px 16px #0000004d!important;transition:all .26s ease!important}html[data-theme=dark] cartbot-product::part(product):hover{border-color:#56fdd266!important;box-shadow:0 4px 20px #56fdd21a!important}html[data-theme=dark] .cartbot-confirmation-product{background:#fff!important;border:1px solid rgba(255,255,255,.15)!important;border-radius:8px!important;padding:16px!important;max-width:280px!important;margin:0 auto!important;box-shadow:0 4px 16px #0000004d!important}html[data-theme=dark] cartbot-product::part(product-image),html[data-theme=dark] .cartbot-confirmation-product-info img{width:100%!important;height:auto!important;border-radius:8px!important;border:1px solid rgba(255,255,255,.1)!important;max-width:100%!important}html[data-theme=dark] cartbot-product::part(product-title),html[data-theme=dark] .cartbot-confirmation-product-title{font-weight:600!important;font-size:15px!important;color:#fff!important;margin:12px 0 8px!important;border:none!important;text-decoration:none!important;line-height:1.4!important}html[data-theme=dark] .cartbot-confirmation-product-info a{text-decoration:none!important}html[data-theme=dark] cartbot-product::part(product-price),html[data-theme=dark] .cartbot-confirmation-product-price{color:#56fdd2!important;font-weight:700!important;font-size:18px!important}html[data-theme=dark] .cartbot-confirmation-add-to-cart-button-container{background:transparent!important;display:flex!important;flex-direction:column!important;gap:12px!important;margin-top:24px!important}html[data-theme=dark] .cartbot-confirmation-add-to-cart-button{background:#56fdd2!important;color:#000!important;border:none!important;border-radius:8px!important;height:48px!important;font-size:16px!important;font-weight:700!important;cursor:pointer!important;transition:all .26s ease!important;width:100%!important;max-width:280px!important;margin:0 auto!important}html[data-theme=dark] .cartbot-confirmation-add-to-cart-button:hover{background:#0cd4a8!important;transform:translateY(-2px)!important;box-shadow:0 4px 12px #56fdd24d!important}html[data-theme=dark] .cartbot-confirmation-deny-button{background:transparent!important;color:#9a9a9a!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:8px!important;height:44px!important;font-size:14px!important;font-weight:500!important;cursor:pointer!important;transition:all .26s ease!important;width:100%!important;max-width:280px!important;margin:0 auto!important}html[data-theme=dark] .cartbot-confirmation-deny-button:hover{background:#ffffff0d!important;color:#f0efed!important;border-color:#ffffff4d!important}html[data-theme=dark] .cartbot-confirmation-container-centered{background:transparent!important}@media(max-width:768px){html[data-theme=dark] .cartbot-confirmation-modal-content{margin:16px!important;padding:20px!important}html[data-theme=dark] .cartbot-confirmation-title{font-size:22px!important;margin-top:20px!important}html[data-theme=dark] .cartbot-confirmation-description{font-size:14px!important}html[data-theme=dark] cartbot-product::part(product),html[data-theme=dark] .cartbot-confirmation-product{max-width:230px!important;padding:12px!important}html[data-theme=dark] .cartbot-confirmation-add-to-cart-button,html[data-theme=dark] .cartbot-confirmation-deny-button{max-width:230px!important;height:40px!important;font-size:14px!important}}html[data-theme=dark] .cartbot-confirmation-description{color:#fff!important}html[data-theme=dark] .ai-science-banner__logos-aafeyei9trnz2butwraigenblocke7788cf7hnu7w .ai-science-banner__logo-aafeyei9trnz2butwraigenblocke7788cf7hnu7w:not(:last-child) img{filter:brightness(0) invert(1)!important}html[data-theme=dark] .ai-science-banner__logos-aafeyei9trnz2butwraigenblocke7788cf7hnu7w .ai-science-banner__logo-aafeyei9trnz2butwraigenblocke7788cf7hnu7w:last-child img{filter:none!important}
/*# sourceMappingURL=/cdn/shop/t/16/assets/nighttheme.css.map */
