:root{--cl-background: hsl(0, 0%, 4%);--cl-foreground: hsl(45, 10%, 95%);--cl-card: hsl(0, 0%, 7%);--cl-card-foreground: hsl(45, 10%, 95%);--cl-primary: hsl(43, 74%, 49%);--cl-primary-foreground: hsl(0, 0%, 4%);--cl-secondary: hsl(0, 0%, 12%);--cl-secondary-foreground: hsl(45, 10%, 90%);--cl-muted: hsl(0, 0%, 15%);--cl-muted-foreground: hsl(0, 0%, 60%);--cl-border: hsl(0, 0%, 18%);--cl-destructive: hsl(0, 62%, 50%);--cl-destructive-foreground: hsl(0, 0%, 100%);--cl-success: hsl(142, 70%, 45%);--cl-success-foreground: hsl(0, 0%, 100%);--cl-warning: hsl(38, 92%, 50%);--cl-star: hsl(45, 93%, 58%);--cl-radius: .5rem}.cl-page{background:var(--cl-background);color:var(--cl-foreground);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.6;overflow-x:hidden;word-wrap:break-word;overflow-wrap:break-word}.cl-page *,.cl-page *:before,.cl-page *:after{box-sizing:border-box}.cl-container{max-width:1200px;margin:0 auto;padding:0 1rem}.cl-hero-banner{background:linear-gradient(to right,hsla(43,74%,49%,.1),hsla(43,74%,49%,.05),transparent);border-bottom:1px solid var(--cl-border);padding:.75rem 0}.cl-hero-banner__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem;font-size:.875rem}@media (min-width: 768px){.cl-hero-banner__inner{gap:2rem}}.cl-hero-banner__item{display:flex;align-items:center;gap:.5rem;color:var(--cl-foreground)}.cl-hero-banner__item svg{width:1rem;height:1rem;color:var(--cl-primary)}.cl-breadcrumb{padding:1.5rem 0;font-size:.875rem;color:var(--cl-muted-foreground)}.cl-breadcrumb ol{display:flex;align-items:center;gap:.5rem;list-style:none;margin:0;padding:0}.cl-breadcrumb a{color:var(--cl-muted-foreground);text-decoration:none;transition:color .2s}.cl-breadcrumb a:hover{color:var(--cl-primary)}.cl-breadcrumb__current{color:var(--cl-foreground)}.cl-product-main{padding-bottom:4rem}@media (max-width: 767px){.cl-product-main{padding-bottom:5rem}}.cl-product-grid{display:grid;gap:2rem}@media (min-width: 1024px){.cl-product-grid{grid-template-columns:1fr 1fr;gap:3rem}}.cl-gallery{max-width:100%;overflow:hidden}.cl-gallery__main{position:relative;aspect-ratio:1;border-radius:1rem;overflow:hidden;background:var(--cl-card);border:1px solid var(--cl-border);touch-action:pan-y pinch-zoom}.cl-gallery__counter{position:absolute;bottom:.75rem;right:.75rem;background:#0a0a0ab3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--cl-foreground);padding:.25rem .625rem;border-radius:9999px;font-size:.75rem;font-weight:500;z-index:5;pointer-events:none}.cl-gallery__main img{width:100%;height:100%;object-fit:cover;transition:transform .5s;cursor:zoom-in}.cl-gallery__main img.zoomed{transform:scale(1.5);cursor:zoom-out}.cl-gallery__nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:2.5rem;height:2.5rem;border-radius:50%;background:#0a0a0acc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--cl-border);display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s;cursor:pointer;color:var(--cl-foreground);z-index:5}@media (min-width: 768px){.cl-gallery__main:hover .cl-gallery__nav-btn{opacity:1}}@media (max-width: 767px){.cl-gallery__nav-btn{opacity:1;width:2.25rem;height:2.25rem;background:#0a0a0ab3}}.cl-gallery__nav-btn:hover{background:var(--cl-primary);color:var(--cl-primary-foreground)}.cl-gallery__nav-btn--prev{left:.5rem}.cl-gallery__nav-btn--next{right:.5rem}.cl-gallery__thumbs{display:flex;gap:.75rem;overflow-x:auto;padding-bottom:.5rem;margin-top:1rem}.cl-gallery__thumb{flex-shrink:0;width:5rem;height:5rem;border-radius:.5rem;overflow:hidden;border:2px solid var(--cl-border);cursor:pointer;transition:all .2s}.cl-gallery__thumb.active{border-color:var(--cl-primary);box-shadow:0 0 0 2px #d9a52033}.cl-gallery__thumb:hover{border-color:#d9a52080}.cl-gallery__thumb img{width:100%;height:100%;object-fit:cover}.cl-product-info{display:flex;flex-direction:column;gap:1.5rem}.cl-badges{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.5rem}.cl-badge{padding:.125rem .5rem;font-size:.75rem;font-weight:500;border-radius:9999px;display:inline-flex;align-items:center;gap:.25rem}.cl-badge--bestseller{background:#d9a52033;color:var(--cl-primary)}.cl-badge--instock{background:#22c35d33;color:var(--cl-success)}.cl-badge--viewers{background:#f59f0a33;color:var(--cl-warning)}.cl-product-title{font-size:1.25rem;font-weight:700;color:var(--cl-foreground);line-height:1.3;margin:0 0 .75rem;word-wrap:break-word;overflow-wrap:break-word}@media (min-width: 768px){.cl-product-title{font-size:1.875rem}}.cl-stars{display:flex;align-items:center;gap:.5rem}.cl-stars__icons{display:flex;align-items:center;gap:.125rem}.cl-stars__icons svg{width:1rem;height:1rem;fill:var(--cl-star);color:var(--cl-star)}.cl-stars__icons svg.empty{fill:var(--cl-muted);color:var(--cl-muted)}.cl-stars__count{color:var(--cl-muted-foreground);font-size:.875rem}.cl-countdown{background:linear-gradient(to right,#cf303033,#cf30301a,#cf303033);border:1px solid hsla(0,62%,50%,.3);border-radius:.75rem;padding:1rem}.cl-countdown__header{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.75rem;font-weight:600;color:var(--cl-destructive)}.cl-countdown__header svg{animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.cl-countdown__timer{display:flex;align-items:center;justify-content:center;gap:.75rem}.cl-countdown__block{display:flex;flex-direction:column;align-items:center}.cl-countdown__value{background:var(--cl-destructive);color:var(--cl-destructive-foreground);border-radius:.5rem;padding:.5rem .75rem;min-width:3rem;text-align:center;font-size:1.25rem;font-weight:700}.cl-countdown__label{font-size:.75rem;color:var(--cl-muted-foreground);margin-top:.25rem}.cl-countdown__separator{font-size:1.25rem;font-weight:700;color:var(--cl-destructive)}.cl-price{display:flex;align-items:baseline;gap:.75rem}.cl-price__current{font-size:1.875rem;font-weight:700;color:var(--cl-primary)}.cl-price__original{font-size:1.125rem;color:var(--cl-muted-foreground);text-decoration:line-through}.cl-price__discount{padding:.125rem .5rem;font-size:.75rem;font-weight:600;background:var(--cl-destructive);color:var(--cl-destructive-foreground);border-radius:var(--cl-radius)}.cl-description{color:var(--cl-muted-foreground);line-height:1.7;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}@media (max-width: 767px){.cl-description{font-size:.875rem}}.cl-variants{display:flex;flex-direction:column;gap:.5rem}.cl-variants__label{font-size:.875rem;font-weight:500;color:var(--cl-foreground)}.cl-variants__options{display:flex;flex-wrap:wrap;gap:.5rem}.cl-variant-btn{padding:.5rem 1rem;border-radius:.5rem;border:1px solid var(--cl-border);font-size:.875rem;font-weight:500;background:transparent;color:var(--cl-muted-foreground);cursor:pointer;transition:all .2s}.cl-variant-btn:hover{border-color:#d9a52080}.cl-variant-btn.active{border-color:var(--cl-primary);background:#d9a5201a;color:var(--cl-primary)}.cl-quantity{display:flex;flex-direction:column;gap:.5rem}.cl-quantity__label{font-size:.875rem;font-weight:500;color:var(--cl-foreground)}.cl-quantity__controls{display:flex;align-items:center;border:1px solid var(--cl-border);border-radius:.5rem;overflow:hidden;width:fit-content}.cl-quantity__btn{padding:.5rem 1rem;background:transparent;border:none;color:var(--cl-muted-foreground);cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.cl-quantity__btn:hover{color:var(--cl-foreground);background:var(--cl-muted)}.cl-quantity__value{padding:.5rem 1rem;font-weight:500;color:var(--cl-foreground);min-width:3rem;text-align:center}.cl-actions{display:flex;gap:.75rem}.cl-btn-cart{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;background:var(--cl-primary);color:var(--cl-primary-foreground);border:none;border-radius:var(--cl-radius);font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 20px -4px #d9a52040}.cl-btn-cart:hover{opacity:.9;box-shadow:0 8px 30px -4px #d9a52059}.cl-btn-icon{width:3.5rem;height:3.5rem;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid var(--cl-border);border-radius:var(--cl-radius);color:var(--cl-muted-foreground);cursor:pointer;transition:all .2s}.cl-btn-icon:hover{color:var(--cl-foreground);border-color:var(--cl-primary)}.cl-btn-icon.wishlisted{color:var(--cl-destructive)}.cl-shipping{display:flex;flex-direction:column;gap:.75rem;padding:1rem;border-radius:.75rem;background:#1f1f1f4d;border:1px solid var(--cl-border)}.cl-shipping__item{display:flex;align-items:center;gap:.75rem;font-size:.875rem}.cl-shipping__item svg{width:1.25rem;height:1.25rem;color:var(--cl-primary);flex-shrink:0}.cl-shipping__item strong{color:var(--cl-foreground);font-weight:500}.cl-shipping__item span{color:var(--cl-muted-foreground)}.cl-trust-compact{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}@media (min-width: 768px){.cl-trust-compact{justify-content:flex-start}}.cl-trust-compact__item{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:9999px;background:#1f1f1f80;border:1px solid var(--cl-border);font-size:.75rem;color:var(--cl-foreground)}.cl-trust-compact__item svg{width:1rem;height:1rem;color:var(--cl-primary)}.cl-payments{display:flex;flex-direction:column;gap:.75rem}.cl-payments__secure{display:flex;align-items:center;gap:.5rem;color:var(--cl-success);font-size:.875rem;font-weight:500}.cl-payments__secure svg{width:1rem;height:1rem}.cl-payments__icons{display:flex;flex-wrap:wrap;gap:.5rem}.cl-payment-badge{display:flex;align-items:center;gap:.25rem;padding:.375rem .75rem;background:var(--cl-card);border-radius:var(--cl-radius);border:1px solid var(--cl-border);font-size:.75rem;font-weight:600}.cl-payment-badge--visa{color:#1a1f71}.cl-payment-badge--mc{color:var(--cl-muted-foreground)}.cl-payment-badge--paypal{color:#003087}.cl-payment-badge--apple{color:var(--cl-foreground)}.cl-payment-badge--google{color:#4285f4}.cl-mc-circles{display:flex}.cl-mc-circles span:first-child{width:.75rem;height:.75rem;border-radius:50%;background:#eb001b}.cl-mc-circles span:last-child{width:.75rem;height:.75rem;border-radius:50%;background:#f79e1b;margin-left:-.375rem}.cl-payments__note{font-size:.75rem;color:var(--cl-muted-foreground);display:flex;align-items:center;gap:.375rem}.cl-payments__note svg{width:.75rem;height:.75rem}.cl-features__title{font-weight:600;color:var(--cl-foreground);margin:0 0 .75rem}.cl-features__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.cl-features__item{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;color:var(--cl-muted-foreground)}.cl-features__item svg{width:1rem;height:1rem;color:var(--cl-success);margin-top:.125rem;flex-shrink:0}.cl-social-proof{padding:3rem 0;background:#d9a5200d;border-top:1px solid var(--cl-border);border-bottom:1px solid var(--cl-border)}.cl-social-proof__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (min-width: 768px){.cl-social-proof__grid{grid-template-columns:repeat(4,1fr)}}.cl-social-proof__item{text-align:center}.cl-social-proof__icon{width:3rem;height:3rem;border-radius:50%;background:#d9a5201a;display:flex;align-items:center;justify-content:center;margin:0 auto .75rem}.cl-social-proof__icon svg{width:1.5rem;height:1.5rem;color:var(--cl-primary)}.cl-social-proof__value{font-size:1.5rem;font-weight:700;color:var(--cl-foreground);margin-bottom:.25rem}@media (min-width: 768px){.cl-social-proof__value{font-size:1.875rem}}.cl-social-proof__label{font-size:.875rem;color:var(--cl-muted-foreground)}.cl-image-text{padding:4rem 0}@media (max-width: 767px){.cl-image-text{padding:2.5rem 0}}@media (max-width: 767px){.cl-image-text__image-wrapper svg{max-height:200px}}.cl-image-text__grid{display:grid;gap:3rem;align-items:center}@media (min-width: 1024px){.cl-image-text__grid{grid-template-columns:1fr 1fr}}.cl-image-text--reversed .cl-image-text__image{order:0}@media (min-width: 1024px){.cl-image-text--reversed .cl-image-text__image{order:2}}.cl-image-text__image-wrapper{position:relative;border-radius:1rem;overflow:hidden;aspect-ratio:1}.cl-image-text__image-wrapper img{width:100%;height:100%;object-fit:cover}.cl-image-text__image-wrapper:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,hsla(0,0%,0%,.2),transparent)}.cl-image-text__subtitle{display:inline-block;padding:.375rem 1rem;border-radius:9999px;background:#d9a5201a;color:var(--cl-primary);font-size:.875rem;font-weight:500;margin-bottom:1rem}.cl-image-text__title{font-size:1.875rem;font-weight:700;color:var(--cl-foreground);margin:0 0 1rem;line-height:1.2}@media (min-width: 768px){.cl-image-text__title{font-size:2.25rem}}.cl-image-text__desc{font-size:1.125rem;color:var(--cl-muted-foreground);margin-bottom:2rem;line-height:1.7;word-wrap:break-word;overflow-wrap:break-word}@media (max-width: 767px){.cl-image-text__desc{font-size:.9375rem;margin-bottom:1.5rem}}.cl-image-text__features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.cl-image-text__feature{display:flex;align-items:flex-start;gap:.75rem}.cl-image-text__feature-icon{width:1.5rem;height:1.5rem;border-radius:50%;background:#22c35d1a;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.125rem}.cl-image-text__feature-icon svg{width:1rem;height:1rem;color:var(--cl-success)}.cl-image-text__feature span{color:var(--cl-foreground)}.cl-benefits{padding:4rem 0;background:#1f1f1f4d}.cl-benefits__header{text-align:center;margin-bottom:3rem}.cl-benefits__tag{display:inline-block;padding:.375rem 1rem;border-radius:9999px;background:#d9a5201a;color:var(--cl-primary);font-size:.875rem;font-weight:500;margin-bottom:1rem}.cl-benefits__title{font-size:1.875rem;font-weight:700;color:var(--cl-foreground);margin:0 0 1rem}@media (min-width: 768px){.cl-benefits__title{font-size:2.25rem}}.cl-benefits__subtitle{color:var(--cl-muted-foreground);max-width:42rem;margin:0 auto}.cl-benefits__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.cl-benefits__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.cl-benefits__grid{grid-template-columns:repeat(3,1fr)}}.cl-benefit-card{padding:1.5rem;border-radius:1rem;background:var(--cl-card);border:1px solid var(--cl-border);transition:all .3s}.cl-benefit-card:hover{border-color:#d9a52080;box-shadow:0 8px 32px -8px #00000080}.cl-benefit-card__icon{width:3.5rem;height:3.5rem;border-radius:.75rem;background:#d9a5201a;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:background .2s}.cl-benefit-card:hover .cl-benefit-card__icon{background:#d9a52033}.cl-benefit-card__icon svg{width:1.75rem;height:1.75rem;color:var(--cl-primary)}.cl-benefit-card__title{font-size:1.125rem;font-weight:600;color:var(--cl-foreground);margin:0 0 .5rem}.cl-benefit-card__desc{font-size:.875rem;color:var(--cl-muted-foreground);margin:0}.cl-trust-section{padding:4rem 0;background:#1f1f1f4d}.cl-trust-section__title{font-size:1.5rem;font-weight:700;color:var(--cl-foreground);text-align:center;margin:0 0 2rem}.cl-trust-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width: 768px){.cl-trust-grid{grid-template-columns:repeat(4,1fr)}}.cl-trust-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem;border-radius:.5rem;background:var(--cl-card);border:1px solid var(--cl-border);transition:all .3s}.cl-trust-card:hover{border-color:#d9a5204d}.cl-trust-card__icon{width:3rem;height:3rem;border-radius:50%;background:#d9a5201a;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.cl-trust-card__icon svg{width:1.5rem;height:1.5rem;color:var(--cl-primary)}.cl-trust-card__title{font-weight:500;font-size:.875rem;color:var(--cl-foreground);margin:0 0 .25rem}.cl-trust-card__desc{font-size:.75rem;color:var(--cl-muted-foreground);margin:0}.cl-reviews{padding:4rem 0}.cl-reviews__header{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}@media (min-width: 768px){.cl-reviews__header{flex-direction:row;align-items:center;justify-content:space-between}}.cl-reviews__title{font-size:1.5rem;font-weight:700;color:var(--cl-foreground);margin:0 0 .5rem}.cl-reviews__summary{display:flex;align-items:center;gap:.5rem}.cl-reviews__average{font-size:2.25rem;font-weight:700;color:var(--cl-primary)}.cl-reviews__count{font-size:.875rem;color:var(--cl-muted-foreground);margin-top:.25rem}.cl-reviews__breakdown{display:flex;flex-direction:column;gap:.375rem;min-width:200px}.cl-breakdown-row{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.cl-breakdown-row__label{color:var(--cl-muted-foreground);width:2rem}.cl-breakdown-row__bar{flex:1;height:.5rem;background:var(--cl-muted);border-radius:9999px;overflow:hidden}.cl-breakdown-row__fill{height:100%;background:var(--cl-primary);border-radius:9999px;transition:width .5s}.cl-breakdown-row__pct{color:var(--cl-muted-foreground);width:2.5rem;text-align:right}.cl-reviews__grid{display:grid;gap:1.5rem}@media (min-width: 768px){.cl-reviews__grid{grid-template-columns:repeat(2,1fr)}}.cl-review-card{padding:1.5rem;border-radius:.75rem;background:var(--cl-card);border:1px solid var(--cl-border);transition:all .3s}.cl-review-card:hover{border-color:#d9a52033}.cl-review-card__top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:.75rem}.cl-review-card__author{font-weight:600;color:var(--cl-foreground)}.cl-review-card__verified{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:var(--cl-success)}.cl-review-card__verified svg{width:.75rem;height:.75rem}.cl-review-card__meta{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--cl-muted-foreground)}.cl-review-card__title{font-weight:500;color:var(--cl-foreground);margin:0 0 .5rem}.cl-review-card__content{font-size:.875rem;color:var(--cl-muted-foreground);line-height:1.6;margin:0 0 1rem}.cl-review-card__helpful{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:var(--cl-muted-foreground);background:none;border:none;cursor:pointer;padding:0;transition:color .2s}.cl-review-card__helpful:hover{color:var(--cl-primary)}.cl-review-card__helpful svg{width:.75rem;height:.75rem}.cl-faq{padding:4rem 0;background:var(--cl-background)}.cl-faq__header{text-align:center;margin-bottom:3rem}.cl-faq__tag{display:inline-block;padding:.375rem 1rem;border-radius:9999px;background:#d9a5201a;color:var(--cl-primary);font-size:.875rem;font-weight:500;margin-bottom:1rem}.cl-faq__title{font-size:1.875rem;font-weight:700;color:var(--cl-foreground);margin:0 0 1rem}@media (min-width: 768px){.cl-faq__title{font-size:2.25rem}}.cl-faq__subtitle{color:var(--cl-muted-foreground);max-width:42rem;margin:0 auto}.cl-faq__list{max-width:48rem;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.cl-faq-item{background:var(--cl-card);border:1px solid var(--cl-border);border-radius:.75rem;overflow:hidden;transition:border-color .2s}.cl-faq-item.open{border-color:#d9a52080}.cl-faq-item__question{width:100%;padding:1.25rem 1.5rem;background:transparent;border:none;text-align:left;font-weight:500;color:var(--cl-foreground);cursor:pointer;display:flex;align-items:center;justify-content:space-between;font-size:1rem;transition:color .2s}.cl-faq-item__question:hover{color:var(--cl-primary)}.cl-faq-item__question svg{width:1.25rem;height:1.25rem;transition:transform .3s;flex-shrink:0;margin-left:1rem}.cl-faq-item.open .cl-faq-item__question svg{transform:rotate(180deg)}.cl-faq-item__answer{padding:0 1.5rem 1.25rem;color:var(--cl-muted-foreground);display:none;line-height:1.7}.cl-faq-item.open .cl-faq-item__answer{display:block}.cl-guarantee{padding:4rem 0;background:linear-gradient(to bottom,hsla(0,0%,12%,.5),var(--cl-background))}.cl-guarantee__header{text-align:center;margin-bottom:3rem}.cl-guarantee__tag{display:inline-block;padding:.375rem 1rem;border-radius:9999px;background:#22c35d1a;color:var(--cl-success);font-size:.875rem;font-weight:500;margin-bottom:1rem}.cl-guarantee__title{font-size:1.875rem;font-weight:700;color:var(--cl-foreground);margin:0}@media (min-width: 768px){.cl-guarantee__title{font-size:2.25rem}}.cl-guarantee__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.cl-guarantee__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.cl-guarantee__grid{grid-template-columns:repeat(4,1fr)}}.cl-guarantee-card{text-align:center;padding:1.5rem;border-radius:1rem;background:var(--cl-card);border:1px solid var(--cl-border)}.cl-guarantee-card__icon{width:4rem;height:4rem;border-radius:50%;background:#22c35d1a;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.cl-guarantee-card__icon svg{width:2rem;height:2rem;color:var(--cl-success)}.cl-guarantee-card__title{font-weight:600;color:var(--cl-foreground);margin:0 0 .5rem}.cl-guarantee-card__desc{font-size:.875rem;color:var(--cl-muted-foreground);margin:0}.cl-related-products{padding:4rem 0;background:var(--cl-card);border-top:1px solid var(--cl-border);border-bottom:1px solid var(--cl-border)}.cl-related-products__header{text-align:center;margin-bottom:3rem}.cl-related-products__tag{display:inline-block;padding:.25rem 1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;background:#d9a52026;color:var(--cl-primary);border-radius:9999px;margin-bottom:1rem}.cl-related-products__title{font-size:2rem;font-weight:700;color:var(--cl-foreground);margin:0 0 .5rem}.cl-related-products__subtitle{font-size:1rem;color:var(--cl-muted-foreground);margin:0}.cl-related-products__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width: 768px){.cl-related-products__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.cl-related-product-card,.cl-related-product-card:link,.cl-related-product-card:visited,.cl-related-product-card:hover,.cl-related-product-card:active{display:flex;flex-direction:column;background:var(--cl-secondary);border:1px solid var(--cl-border);border-radius:1rem;overflow:hidden;max-width:100%;min-width:0;text-decoration:none!important;color:inherit!important;transition:all .3s ease}.cl-related-product-card *{text-decoration:none!important}.cl-related-product-card__discount-badge,.cl-related-product-card__price-current,.cl-related-product-card__price-original,.cl-related-product-card__name{color:inherit;text-decoration:none!important}.cl-related-product-card:hover{border-color:#d9a52080;box-shadow:0 8px 32px -8px #d9a52026;transform:translateY(-4px)}.cl-related-product-card__image{position:relative;aspect-ratio:1;width:100%;overflow:hidden;background:var(--cl-muted)}.cl-related-product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.cl-related-product-card:hover .cl-related-product-card__image img{transform:scale(1.08)}.cl-related-product-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--cl-muted-foreground)}.cl-related-product-card__discount-badge{position:absolute;top:.75rem;right:.75rem;padding:.125rem .5rem;font-size:.6875rem;font-weight:700;background:var(--cl-destructive);color:var(--cl-destructive-foreground);border-radius:var(--cl-radius)}.cl-related-product-card__info{padding:1rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.cl-related-product-card__name{font-size:.875rem;font-weight:600;color:var(--cl-foreground);margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s}.cl-related-product-card:hover .cl-related-product-card__name{color:var(--cl-primary)}.cl-related-product-card__price{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.cl-related-product-card__price-current{font-size:1rem;font-weight:700;color:var(--cl-primary)}.cl-related-product-card__price-original{font-size:.8125rem;color:var(--cl-muted-foreground);text-decoration:line-through}.cl-related-products__cta{text-align:center;margin-top:2rem}.cl-related-products__view-all{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 2rem;border:1px solid var(--cl-primary);border-radius:var(--cl-radius);color:var(--cl-primary);text-decoration:none;font-weight:600;font-size:.9375rem;transition:all .2s}.cl-related-products__view-all:hover{background:var(--cl-primary);color:var(--cl-primary-foreground)}@media (max-width: 767px){.cl-related-products{padding:2.5rem 0}.cl-related-products__header{margin-bottom:2rem}.cl-related-products__title{font-size:1.5rem}.cl-related-products__subtitle{font-size:.875rem}.cl-related-product-card__info{padding:.75rem}.cl-related-product-card__name{font-size:.8125rem}.cl-related-product-card__price-current{font-size:.875rem}}.cl-sticky-cta{position:fixed;bottom:0;left:0;right:0;background:#0a0a0af2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid var(--cl-border);box-shadow:0 -8px 32px -8px #00000080;z-index:50;transform:translateY(100%);transition:transform .3s}.cl-sticky-cta.visible{transform:translateY(0)}.cl-sticky-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;max-width:1200px;margin:0 auto}.cl-sticky-cta__info{flex:1;min-width:0}.cl-sticky-cta__name{font-weight:500;color:var(--cl-foreground);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.875rem;margin:0}@media (min-width: 768px){.cl-sticky-cta__name{font-size:1rem}}.cl-sticky-cta__price{display:flex;align-items:center;gap:.5rem}.cl-sticky-cta__price-current{font-size:1.125rem;font-weight:700;color:var(--cl-primary)}@media (min-width: 768px){.cl-sticky-cta__price-current{font-size:1.25rem}}.cl-sticky-cta__price-original{font-size:.875rem;color:var(--cl-muted-foreground);text-decoration:line-through}.cl-sticky-cta__discount{font-size:.75rem;font-weight:600;color:var(--cl-destructive)}.cl-sticky-cta__btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--cl-primary);color:var(--cl-primary-foreground);border:none;border-radius:var(--cl-radius);font-weight:600;cursor:pointer;box-shadow:0 4px 20px -4px #d9a52040;transition:all .2s;white-space:nowrap}.cl-sticky-cta__btn:hover{opacity:.9}.cl-sticky-cta__btn svg{width:1.25rem;height:1.25rem}.cl-footer{border-top:1px solid var(--cl-border);background:var(--cl-card);margin-top:4rem}.cl-footer__trust{display:grid;grid-template-columns:1fr;gap:2rem;padding-bottom:3rem;margin-bottom:3rem;border-bottom:1px solid var(--cl-border)}@media (min-width: 768px){.cl-footer__trust{grid-template-columns:repeat(3,1fr)}}.cl-footer__trust-item{display:flex;align-items:center;gap:1rem}.cl-footer__trust-icon{width:3rem;height:3rem;border-radius:50%;background:#d9a5201a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cl-footer__trust-icon svg{width:1.5rem;height:1.5rem;color:var(--cl-primary)}.cl-footer__trust-title{font-weight:600;color:var(--cl-foreground);margin:0}.cl-footer__trust-desc{font-size:.875rem;color:var(--cl-muted-foreground);margin:0}.cl-footer__links{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:3rem}@media (min-width: 768px){.cl-footer__links{grid-template-columns:repeat(4,1fr)}}.cl-footer__col-title{font-weight:600;color:var(--cl-foreground);margin:0 0 1rem}.cl-footer__col-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.cl-footer__col-links a{font-size:.875rem;color:var(--cl-muted-foreground);text-decoration:none;transition:color .2s}.cl-footer__col-links a:hover{color:var(--cl-primary)}.cl-footer__bottom{display:flex;flex-direction:column;align-items:center;gap:1rem;padding-top:2rem;border-top:1px solid var(--cl-border)}@media (min-width: 768px){.cl-footer__bottom{flex-direction:row;justify-content:space-between}}.cl-footer__copyright{font-size:.875rem;color:var(--cl-muted-foreground)}.cl-footer__payment{display:flex;align-items:center;gap:1rem}.cl-footer__payment-label{font-size:.75rem;color:var(--cl-muted-foreground)}.cl-footer__payment-icons{display:flex;gap:.5rem}.cl-footer__payment-icon{padding:.25rem .5rem;background:var(--cl-card);border-radius:var(--cl-radius);border:1px solid var(--cl-border);font-size:.75rem;font-weight:600;color:var(--cl-muted-foreground)}html.cl-custom-page,html.cl-custom-page body,html.cl-custom-page body>*:not(script):not(style){overflow-x:hidden!important;max-width:100vw!important}@media (max-width: 767px){.cl-page{max-width:100vw;overflow-x:hidden;padding-bottom:4.5rem}.cl-container{padding:0 .75rem;max-width:100%;overflow:hidden}.cl-breadcrumb ol{flex-wrap:nowrap;overflow:hidden}.cl-breadcrumb__current{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:50vw;display:inline-block}.cl-product-title{font-size:1.25rem;word-break:break-word}.cl-description{font-size:.875rem;word-break:break-word;overflow:hidden}.cl-description img,.cl-description iframe,.cl-description video,.cl-description table{max-width:100%!important;width:100%!important;height:auto!important}.cl-description pre,.cl-description code{white-space:pre-wrap;word-break:break-all;max-width:100%}.cl-badges{gap:.375rem}.cl-badge{font-size:.6875rem}.cl-countdown{overflow:hidden;padding:.75rem}.cl-countdown__header{font-size:.75rem;flex-wrap:nowrap;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;justify-content:center;gap:.375rem;margin-bottom:.5rem}.cl-countdown__header svg{flex-shrink:0;width:16px;height:16px}.cl-countdown__header span{overflow:hidden;text-overflow:ellipsis}.cl-countdown__timer{gap:.375rem}.cl-countdown__value{font-size:1rem;padding:.375rem .5rem;min-width:2rem}.cl-countdown__separator{font-size:1rem}.cl-countdown__label{font-size:.625rem}.cl-price{flex-wrap:wrap;gap:.5rem}.cl-price__current{font-size:1.5rem}.cl-variants__options{gap:.375rem}.cl-variant-btn{padding:.375rem .75rem;font-size:.8125rem}.cl-btn-cart{font-size:1rem;padding:.75rem 1rem}.cl-shipping{padding:.75rem;gap:.5rem}.cl-shipping__item{font-size:.8125rem}.cl-shipping__item div{min-width:0;word-break:break-word}.cl-trust-compact{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;justify-content:flex-start;padding-bottom:.25rem}.cl-trust-compact::-webkit-scrollbar{display:none}.cl-trust-compact__item{flex-shrink:0;font-size:.6875rem;padding:.375rem .625rem}.cl-payments__icons{flex-wrap:wrap}.cl-payment-badge{font-size:.6875rem;padding:.25rem .5rem}.cl-features__item{font-size:.8125rem}.cl-gallery__nav-btn{opacity:1;width:2.25rem;height:2.25rem;background:#0a0a0ab3}.cl-gallery__counter{position:absolute;bottom:.75rem;right:.75rem;background:#0a0a0ab3;color:var(--cl-foreground);padding:.25rem .625rem;border-radius:9999px;font-size:.75rem;font-weight:500;z-index:5}.cl-gallery__thumbs{gap:.5rem;scrollbar-width:none;-webkit-overflow-scrolling:touch}.cl-gallery__thumbs::-webkit-scrollbar{display:none}.cl-gallery__thumb{width:3.75rem;height:3.75rem}.cl-benefits,.cl-trust-section,.cl-reviews,.cl-faq,.cl-guarantee{padding:2.5rem 0}.cl-benefits__header,.cl-faq__header,.cl-guarantee__header{margin-bottom:2rem}.cl-benefits__title,.cl-faq__title,.cl-guarantee__title{font-size:1.5rem}.cl-social-proof{padding:2rem 0}.cl-social-proof__value{font-size:1.25rem}.cl-social-proof__label{font-size:.75rem}.cl-image-text{padding:2.5rem 0}.cl-image-text__grid{gap:1.5rem}.cl-image-text__image-wrapper{aspect-ratio:4/3}.cl-image-text__title{font-size:1.5rem}.cl-image-text__desc{font-size:.875rem;margin-bottom:1rem}.cl-reviews__grid{grid-template-columns:1fr}.cl-reviews__average{font-size:1.75rem}.cl-reviews__breakdown{min-width:unset;width:100%}.cl-guarantee__grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.cl-guarantee-card{padding:.75rem}.cl-guarantee-card__icon{width:2.5rem;height:2.5rem;margin-bottom:.5rem}.cl-guarantee-card__icon svg{width:1.25rem;height:1.25rem}.cl-guarantee-card__title{font-size:.8125rem}.cl-guarantee-card__desc{font-size:.75rem}.cl-hero-banner__inner{gap:.75rem;font-size:.75rem}.cl-faq-item__question{padding:1rem;font-size:.9375rem;gap:.5rem}.cl-faq-item__answer{padding:0 1rem 1rem;font-size:.875rem}.cl-related-products{padding:2.5rem 0}.cl-related-products__header{margin-bottom:1.5rem}.cl-related-products__title{font-size:1.5rem}.cl-related-products__subtitle{font-size:.8125rem}.cl-related-product-card__info{padding:.625rem}.cl-related-product-card__name{font-size:.75rem}.cl-related-product-card__price-current{font-size:.8125rem}.cl-related-product-card__price-original{font-size:.6875rem}.cl-benefit-card{padding:1rem}.cl-benefit-card__icon{width:3rem;height:3rem;margin-bottom:.75rem}.cl-benefit-card__icon svg{width:1.5rem;height:1.5rem}.cl-benefit-card__title{font-size:1rem}.cl-benefit-card__desc{font-size:.8125rem}.cl-product-main{padding-bottom:5rem}.cl-product-grid{gap:1.5rem}.cl-sticky-cta__inner{padding:.625rem .75rem}.cl-sticky-cta__name{font-size:.8125rem}.cl-sticky-cta__price-current{font-size:1rem}.cl-sticky-cta__btn{padding:.625rem 1rem;font-size:.875rem}.cl-sticky-cta__btn-text{display:none}.cl-sticky-cta__btn:after{content:"Add"}.cl-trust-card{padding:.75rem}.cl-trust-card__icon{width:2.5rem;height:2.5rem;margin-bottom:.5rem}.cl-trust-card__icon svg{width:1.25rem;height:1.25rem}.cl-trust-card__title{font-size:.8125rem}.cl-trust-card__desc{font-size:.6875rem}.cl-footer{margin-top:2rem}.cl-footer__trust{gap:1.5rem;padding-bottom:2rem;margin-bottom:2rem}.cl-footer__trust-title{font-size:.875rem}.cl-footer__trust-desc{font-size:.75rem}.cl-footer__bottom{padding-top:1.5rem;text-align:center}.cl-footer__copyright{font-size:.75rem}}@media (max-width: 374px){.cl-container{padding:0 .5rem}.cl-product-title{font-size:1.125rem}.cl-price__current{font-size:1.25rem}.cl-countdown__value{font-size:.875rem;padding:.25rem .375rem;min-width:1.75rem}.cl-countdown__header{font-size:.6875rem}.cl-hero-banner__inner{font-size:.6875rem;gap:.5rem}.cl-guarantee__grid{grid-template-columns:1fr}.cl-related-products__grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.cl-social-proof__grid{gap:1rem}.cl-social-proof__value{font-size:1.125rem}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/custom-landing.css.map */
