*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:var(--font-size-base, 16px)}body{font-family:var(--font-body);background-color:var(--color-background);color:var(--color-foreground);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:300;line-height:1.2}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer;border:none;background:none}input,textarea,select{font-family:inherit;font-size:inherit}ul,ol{list-style:none}.skip-link{position:absolute;top:-100px;left:0;background:var(--color-accent);color:var(--color-background);padding:.5rem 1rem;z-index:9999}.skip-link:focus{top:0}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}.section-padding{padding:5rem 0}@media (min-width: 768px){.section-padding{padding:8rem 0}}.text-gradient{background:linear-gradient(135deg,var(--color-accent),var(--color-accent-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-center{text-align:center}.text-muted{color:var(--color-muted)}.text-accent{color:var(--color-accent)}.text-uppercase{text-transform:uppercase}.tracking-wide{letter-spacing:.1em}.tracking-ultra{letter-spacing:.3em}.font-light{font-weight:300}.font-medium{font-weight:500}.italic{font-style:italic}.grid{display:grid;gap:1.5rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width: 1024px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.grid-4,.grid-3,.grid-2{grid-template-columns:1fr}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;border-radius:9999px;font-family:var(--font-body);font-size:.875rem;font-weight:500;transition:all .3s ease;white-space:nowrap}.btn-primary{background:var(--color-accent);color:var(--color-background)}.btn-primary:hover{background:var(--color-accent);opacity:.9;transform:scale(1.02);box-shadow:0 10px 30px -10px var(--color-accent)}.btn-outline{background:transparent;border:1px solid rgba(255,255,255,.2);color:var(--color-foreground)}.btn-outline:hover{border-color:#fff6;background:#ffffff0d}.btn-ghost{background:transparent;color:var(--color-foreground);padding:.5rem}.btn-ghost:hover{color:var(--color-accent)}.btn-icon{width:2.5rem;height:2.5rem;padding:0;border-radius:50%}.btn svg{width:1.25rem;height:1.25rem}.announcement-bar{position:fixed;top:0;left:0;right:0;z-index:101;background:#9966cc26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.05);padding:.625rem 0;transition:all .3s ease;height:2.5rem;display:flex;align-items:center}@media (max-width: 767px){.announcement-bar{height:2.25rem;padding:.5rem 0}}.announcement-bar.scrolled{background:#0a0a0af2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.announcement-bar .container{width:100%;height:100%;display:flex;align-items:center}.announcement-bar__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;height:100%}@media (max-width: 767px){.announcement-bar__inner{justify-content:center;gap:.5rem}}.announcement-bar__socials{display:none;align-items:center;gap:.75rem}@media (min-width: 768px){.announcement-bar__socials{display:flex}}.announcement-bar__socials a{color:var(--color-muted);transition:color .3s}.announcement-bar__socials a:hover{color:var(--color-accent)}.announcement-bar__socials svg{width:1rem;height:1rem}.announcement-bar__messages{flex:1;display:flex;align-items:center;justify-content:center;position:relative;height:1.25rem;min-height:1.25rem;min-width:200px;overflow:visible}@media (max-width: 767px){.announcement-bar__messages{flex:1;min-width:150px;max-width:none}}.announcement-bar__message{font-size:.8rem;color:#fff;letter-spacing:.05em;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);opacity:0;visibility:hidden;white-space:nowrap;transition:opacity .5s ease,visibility .5s ease;text-shadow:0 1px 2px rgba(0,0,0,.3)}.announcement-bar__message[data-active=true]{opacity:1;visibility:visible}@media (max-width: 767px){.announcement-bar__message{font-size:.7rem;letter-spacing:.02em}}@keyframes fadeInOut{0%,20%{opacity:1}25%,to{opacity:0}}.announcement-bar__nav{display:flex;align-items:center;gap:.5rem}.announcement-bar__nav button{padding:.25rem;color:var(--color-muted)}@media (min-width: 768px){.announcement-bar__nav{display:none}}.announcement-bar__dots{display:none;align-items:center;gap:.375rem}@media (min-width: 768px){.announcement-bar__dots{display:flex}}.announcement-bar__dot{width:.375rem;height:.375rem;border-radius:9999px;background:#fff3;transition:all .3s}.announcement-bar__dot.active{background:var(--color-accent);width:1rem}.header{position:fixed;top:2.5rem;left:0;right:0;z-index:100;background:#0a0a0afa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.05);transition:all .5s ease}@media (max-width: 767px){.header{top:2.25rem}}.header.scrolled{background:#0a0a0afa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 4px 30px #0006}.header__inner{display:flex;align-items:center;justify-content:space-between;height:4rem}@media (min-width: 768px){.header__inner{height:5rem}}.header__logo{font-family:var(--font-heading);font-size:1.5rem;font-weight:300;letter-spacing:.3em;color:var(--color-foreground);transition:color .3s}@media (min-width: 768px){.header__logo{font-size:1.75rem}}.header__logo:hover{color:var(--color-accent)}.header__logo img{height:2rem;width:auto}@media (min-width: 768px){.header__logo img{height:2.5rem}}.header__nav{display:none;align-items:center;gap:2.5rem}@media (min-width: 768px){.header__nav{display:flex}}.header__nav a{font-size:.875rem;color:var(--color-muted);transition:color .3s;position:relative}.header__nav a:after{content:"";position:absolute;bottom:-.25rem;left:0;width:0;height:1px;background:var(--color-accent);transition:width .3s}.header__nav a:hover{color:var(--color-foreground)}.header__nav a:hover:after{width:100%}.header__actions{display:flex;align-items:center;justify-content:flex-end;gap:.25rem}@media (min-width: 640px){.header__actions{gap:.5rem}}.header__actions>*{flex-shrink:0}.header__cart{position:relative}.header__cart-count{position:absolute;top:-.25rem;right:-.25rem;width:1.25rem;height:1.25rem;background:var(--color-accent);color:var(--color-background);font-size:.625rem;font-weight:600;border-radius:50%;display:flex;align-items:center;justify-content:center}.header__menu-toggle{display:flex;align-items:center;justify-content:center;width:48px;height:48px;min-width:44px;min-height:44px;color:var(--color-foreground);background:transparent;border:none;border-radius:50%;cursor:pointer;position:relative;-webkit-tap-highlight-color:transparent;touch-action:manipulation;z-index:110;transition:background .2s ease}.header__menu-toggle:hover,.header__menu-toggle:active{background:#ffffff1a}.header__menu-icon{position:absolute;transition:opacity .25s ease,transform .25s ease;pointer-events:none}.header__menu-icon--close{opacity:0;transform:rotate(-90deg)}.header__menu-toggle[aria-expanded=true] .header__menu-icon--open{opacity:0;transform:rotate(90deg)}.header__menu-toggle[aria-expanded=true] .header__menu-icon--close{opacity:1;transform:rotate(0)}@media (min-width: 768px){.header__menu-toggle{display:none!important}}.header__language{display:none;align-items:center;gap:.25rem;font-size:.75rem;color:var(--color-muted);padding:.375rem .625rem;border-radius:.375rem;transition:all .3s;cursor:pointer;position:relative}.header__language:hover{background:#ffffff0d;color:var(--color-foreground)}@media (min-width: 768px){.header__language{display:flex}}.header__language svg{width:.875rem;height:.875rem}.language-dropdown{position:absolute;top:100%;right:0;margin-top:.5rem;min-width:10rem;background:#141414fa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:.75rem;padding:.5rem;opacity:0;visibility:hidden;transform:translateY(-.5rem);transition:all .3s ease;z-index:200}.language-dropdown.open{opacity:1;visibility:visible;transform:translateY(0)}.language-dropdown__item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.625rem .75rem;font-size:.8125rem;color:var(--color-muted);border-radius:.5rem;transition:all .2s;text-align:left}.language-dropdown__item:hover{background:#9966cc26;color:var(--color-foreground)}.language-dropdown__item.active{color:var(--color-accent);background:#9966cc1a}.language-dropdown__item-flag{font-size:1rem}.mobile-menu{position:fixed;top:0;left:0;right:0;bottom:0;z-index:150;background:#0a0a0afa;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:0;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease;display:flex;flex-direction:column}.mobile-menu.open{opacity:1;visibility:visible;pointer-events:auto}@media (min-width: 768px){.mobile-menu{display:none!important}}.mobile-menu__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-menu__title{font-size:1rem;font-weight:500;color:var(--color-foreground)}.mobile-menu__close{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;background:#ffffff0d;color:var(--color-foreground);cursor:pointer;transition:all .3s}.mobile-menu__close:hover{background:#ffffff1a}.mobile-menu__nav{flex:1;display:flex;flex-direction:column;padding:1rem 1.5rem;overflow-y:auto}.mobile-menu__link{padding:1rem 0;font-size:1.25rem;color:var(--color-muted);border-bottom:1px solid rgba(255,255,255,.05);transition:color .3s}.mobile-menu__link:hover{color:var(--color-accent)}.mobile-menu__footer{padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1)}.mobile-menu__language{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;width:100%;font-size:.875rem;color:var(--color-muted);background:#ffffff0d;border-radius:.5rem;cursor:pointer;transition:all .3s}.mobile-menu__language:hover{background:#ffffff1a;color:var(--color-foreground)}.hero-banner{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;padding-top:7rem}.hero-banner__background{position:absolute;top:0;right:0;bottom:0;left:0}.hero-banner__image{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat}.hero-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,var(--color-background),rgba(10,10,10,.9),rgba(10,10,10,.6))}.hero-banner__overlay-top{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,rgba(10,10,10,.3),transparent,var(--color-background))}.hero-banner__glows{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.hero-banner__glow{position:absolute;border-radius:50%;filter:blur(80px);animation:pulseGlow 4s ease-in-out infinite}.hero-banner__glow--1{top:30%;left:25%;width:500px;height:500px;background:radial-gradient(circle,rgba(153,102,204,.4),transparent 70%);opacity:.3}.hero-banner__glow--2{bottom:30%;right:25%;width:400px;height:400px;background:radial-gradient(circle,rgba(51,170,255,.3),transparent 70%);opacity:.2;animation-delay:2s}@keyframes pulseGlow{0%,to{opacity:.3}50%{opacity:.6}}.hero-banner__content{position:relative;z-index:10;max-width:48rem;padding:5rem 0}.hero-banner__subtitle{font-size:.875rem;font-weight:400;letter-spacing:.3em;text-transform:uppercase;color:var(--color-accent);margin-bottom:1.5rem;animation:fadeInUp .8s ease forwards;animation-delay:.2s;opacity:0}.hero-banner__title{font-size:2.5rem;line-height:1.1;margin-bottom:1.5rem;animation:fadeInUp .8s ease forwards;animation-delay:.4s;opacity:0}@media (min-width: 640px){.hero-banner__title{font-size:3.5rem}}@media (min-width: 1024px){.hero-banner__title{font-size:4.5rem}}.hero-banner__title-highlight{background:linear-gradient(135deg,var(--color-accent),var(--color-accent-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-style:italic}.hero-banner__description{font-size:1.125rem;color:var(--color-muted);max-width:36rem;line-height:1.7;margin-bottom:2.5rem;animation:fadeInUp .8s ease forwards;animation-delay:.6s;opacity:0}@media (min-width: 768px){.hero-banner__description{font-size:1.25rem}}.hero-banner__ctas{display:flex;flex-direction:column;gap:1rem;animation:fadeInUp .8s ease forwards;animation-delay:.8s;opacity:0}@media (min-width: 640px){.hero-banner__ctas{flex-direction:row}}.hero-banner__scroll{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;opacity:.6;animation:bounce 2s ease-in-out infinite}.hero-banner__scroll span{font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:var(--color-muted)}.hero-banner__scroll-line{width:1px;height:2.5rem;background:linear-gradient(to bottom,rgba(255,255,255,.5),transparent)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(10px)}}.trust-indicators{padding:2rem 0;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05);background:#0f0f0f4d}@media (min-width: 768px){.trust-indicators{padding:3rem 0}}.trust-indicators__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (min-width: 768px){.trust-indicators__grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.trust-indicators__item{display:flex;flex-direction:column;align-items:center;text-align:center;cursor:default}.trust-indicators__icon{width:3rem;height:3rem;border-radius:50%;background:#9966cc1a;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem;transition:all .3s}.trust-indicators__item:hover .trust-indicators__icon{background:#96c3;transform:scale(1.1)}.trust-indicators__icon svg{width:1.25rem;height:1.25rem;color:var(--color-accent)}.trust-indicators__title{font-size:.875rem;font-weight:500;margin-bottom:.25rem}.trust-indicators__description{font-size:.75rem;color:var(--color-muted);display:none}@media (min-width: 640px){.trust-indicators__description{display:block}}.section-header{text-align:center;margin-bottom:3rem}.section-header__subtitle{font-size:.75rem;letter-spacing:.3em;text-transform:uppercase;color:var(--color-muted);margin-bottom:1rem}.section-header__title{font-size:2rem}@media (min-width: 640px){.section-header__title{font-size:2.5rem}}@media (min-width: 1024px){.section-header__title{font-size:3rem}}.section-header__description{font-size:1.125rem;color:var(--color-muted);max-width:48rem;margin:1.5rem auto 0;line-height:1.7}.featured-products{position:relative;overflow:hidden}.featured-products__glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1000px;height:1000px;border-radius:50%;background:radial-gradient(circle,rgba(153,102,204,.1),transparent 60%);filter:blur(100px);pointer-events:none;opacity:.2}.featured-products__filters{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:3rem}.featured-products__filter{padding:.625rem 1.25rem;border-radius:9999px;font-size:.875rem;background:var(--color-card);border:1px solid var(--color-border);color:var(--color-muted);transition:all .3s}.featured-products__filter:hover,.featured-products__filter.active{background:var(--color-accent);border-color:var(--color-accent);color:var(--color-background)}.featured-products__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (min-width: 1024px){.featured-products__grid{grid-template-columns:repeat(4,1fr)}}.featured-products__link{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:3rem;font-size:.875rem;color:var(--color-accent);transition:color .3s}.featured-products__link:hover{color:var(--color-foreground)}.featured-products__link svg{width:1rem;height:1rem}.product-card{position:relative;background:var(--color-card);border-radius:1rem;overflow:hidden;border:1px solid rgba(255,255,255,.05);transition:all .5s}.product-card:hover{border-color:#9966cc4d;box-shadow:0 20px 40px -20px #9966cc1a}.product-card__image-container{position:relative;aspect-ratio:1;background:var(--color-background);overflow:hidden}.product-card__badge{position:absolute;top:1rem;left:1rem;z-index:20;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500;background:var(--color-accent);color:var(--color-background)}.product-card__badge--secondary{left:auto;right:1rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--color-foreground);border:1px solid rgba(255,255,255,.1)}.product-card__image{width:100%;height:100%;object-fit:contain;padding:2rem;transition:transform .5s}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__glow{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,rgba(153,102,204,.2),transparent 60%);opacity:0;transition:opacity .5s;pointer-events:none}.product-card:hover .product-card__glow{opacity:1}.product-card__actions{position:absolute;bottom:1rem;right:1rem;z-index:20;display:flex;flex-direction:column;gap:.5rem;opacity:0;transform:translateY(1rem);transition:all .3s}.product-card:hover .product-card__actions{opacity:1;transform:translateY(0)}.product-card__action{width:2.5rem;height:2.5rem;border-radius:50%;background:#fffffff2;border:none;display:flex;align-items:center;justify-content:center;color:#1a1a1a;cursor:pointer;transition:all .3s;box-shadow:0 2px 8px #00000026}.product-card__action:hover{background:var(--color-accent);color:#fff;transform:scale(1.1)}.product-card__action svg{width:1rem;height:1rem}.product-card__content{padding:1.25rem}.product-card__vendor{font-size:.625rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-muted);margin-bottom:.5rem}.product-card__title{font-family:var(--font-heading);font-size:1.125rem;font-weight:300;margin-bottom:.25rem;transition:color .3s}.product-card:hover .product-card__title{color:var(--color-accent)}.product-card__subtitle{font-size:.875rem;color:var(--color-muted);margin-bottom:.75rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card__rating{display:flex;align-items:center;gap:.25rem;margin-bottom:.75rem}.product-card__rating svg{width:.75rem;height:.75rem;fill:var(--color-accent);color:var(--color-accent)}.product-card__rating span{font-size:.75rem;color:var(--color-muted);margin-left:.25rem}.product-card__price{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.product-card__price-sale{font-family:var(--font-heading);font-size:1.25rem;font-weight:500;color:var(--color-accent)}.product-card__price-regular{font-size:.875rem;color:var(--color-muted);text-decoration:line-through}.product-card__add-to-cart{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;background:var(--color-accent);color:#fff;font-size:.8125rem;font-weight:600;border:none;border-radius:9999px;cursor:pointer;transition:all .3s}.product-card__add-to-cart:hover{background:var(--color-accent-dark);transform:translateY(-2px)}.product-card__add-to-cart svg{width:1rem;height:1rem}.benefits{position:relative;background:#0f0f0f4d;overflow:hidden}.benefits__glow{position:absolute;border-radius:50%;filter:blur(100px);pointer-events:none;opacity:.1}.benefits__glow--1{top:0;left:25%;width:600px;height:600px;background:radial-gradient(circle,rgba(153,102,204,.3),transparent 70%)}.benefits__glow--2{bottom:0;right:25%;width:500px;height:500px;background:radial-gradient(circle,rgba(51,170,255,.3),transparent 70%)}.benefits__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.benefits__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.benefits__grid{grid-template-columns:repeat(4,1fr)}}.benefit-card{position:relative;overflow:hidden;border-radius:1rem;background:var(--color-background);border:1px solid rgba(255,255,255,.05);transition:all .5s}.benefit-card:hover{border-color:#9966cc4d;box-shadow:0 20px 40px -20px #9966cc1a}.benefit-card__image{position:relative;height:12rem;overflow:hidden}.benefit-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .7s}.benefit-card:hover .benefit-card__image img{transform:scale(1.1)}.benefit-card__image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,var(--color-background),rgba(10,10,10,.5),transparent)}.benefit-card__icon{position:absolute;top:1rem;left:1rem;width:3rem;height:3rem;border-radius:50%;background:#96c3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center}.benefit-card__icon svg{width:1.25rem;height:1.25rem;color:var(--color-accent)}.benefit-card__content{padding:1.5rem}.benefit-card__label{font-size:.875rem;color:var(--color-accent);font-style:italic}.benefit-card__title{font-size:1.25rem;margin:.25rem 0 .75rem}.benefit-card__description{font-size:.875rem;color:var(--color-muted);line-height:1.6}.marquee{padding:1.5rem 0;background:#9966cc0d;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05);overflow:hidden;position:relative}.marquee__overlay{position:absolute;top:0;bottom:0;width:8rem;z-index:10;pointer-events:none}.marquee__overlay--left{left:0;background:linear-gradient(to right,var(--color-background),transparent)}.marquee__overlay--right{right:0;background:linear-gradient(to left,var(--color-background),transparent)}.marquee__track{display:flex;animation:marquee 30s linear infinite}.marquee__content{display:flex;align-items:center;white-space:nowrap;padding-right:2rem}.marquee__text{font-family:var(--font-heading);font-size:1.5rem;font-weight:300;letter-spacing:.2em;color:#fff3}@media (min-width: 768px){.marquee__text{font-size:2rem}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee__glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:80px;border-radius:50%;background:radial-gradient(ellipse,rgba(153,102,204,.3),transparent 70%);filter:blur(30px);pointer-events:none;opacity:.3}.product-comparison{position:relative;overflow:hidden}.product-comparison__glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:800px;border-radius:50%;background:radial-gradient(circle,rgba(153,102,204,.2),transparent 60%);filter:blur(100px);pointer-events:none;opacity:.1}.product-comparison__grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:64rem;margin:0 auto}@media (min-width: 768px){.product-comparison__grid{grid-template-columns:repeat(2,1fr)}}.comparison-card{position:relative;border-radius:1.5rem;overflow:hidden;border:2px solid rgba(255,255,255,.05);transition:all .5s;cursor:pointer}.comparison-card:hover,.comparison-card.active{border-color:var(--color-accent);box-shadow:0 20px 60px -20px #96c3}.comparison-card__image{position:relative;height:16rem;background:var(--color-background);overflow:hidden}.comparison-card__image img{width:100%;height:100%;object-fit:contain;padding:2rem;transition:transform .7s}.comparison-card:hover .comparison-card__image img{transform:scale(1.05)}.comparison-card__image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,var(--color-card),transparent)}.comparison-card__label{position:absolute;top:1rem;left:1rem;padding:.5rem 1rem;border-radius:9999px;background:#0a0a0acc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:.875rem}.comparison-card__check{position:absolute;top:1rem;right:1rem;width:2rem;height:2rem;border-radius:50%;background:var(--color-accent);display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(.8);transition:all .3s}.comparison-card.active .comparison-card__check{opacity:1;transform:scale(1)}.comparison-card__check svg{width:1rem;height:1rem;color:var(--color-background)}.comparison-card__content{padding:1.5rem;background:var(--color-card)}.comparison-card__title{font-size:1.5rem;margin-bottom:.5rem}.comparison-card__description{font-size:.875rem;color:var(--color-muted);margin-bottom:1rem}.comparison-card__features{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.comparison-card__feature{padding:.25rem .75rem;border-radius:9999px;background:#9966cc1a;color:var(--color-accent);font-size:.75rem}.comparison-card__best-for{font-size:.75rem;color:var(--color-muted);font-style:italic}.comparison-card__indicator{position:absolute;bottom:0;left:0;right:0;height:.25rem;background:var(--color-accent);transform:scaleX(0);transition:transform .3s}.comparison-card.active .comparison-card__indicator{transform:scaleX(1)}.testimonials{position:relative;background:#0f0f0f4d;overflow:hidden}.testimonials__glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(153,102,204,.2),transparent 70%);filter:blur(80px);pointer-events:none;opacity:.2}.testimonials__slider{max-width:56rem;margin:0 auto;position:relative}.testimonials__quote-icon{position:absolute;top:-1rem;left:2rem;width:4rem;height:4rem;color:var(--color-accent);opacity:.1}.testimonial-card{position:relative;background:var(--color-background);border:1px solid rgba(255,255,255,.05);border-radius:1.5rem;padding:2rem;overflow:hidden}@media (min-width: 768px){.testimonial-card{padding:3rem}}.testimonial-card__rating{display:flex;gap:.25rem;margin-bottom:1.5rem}.testimonial-card__rating svg{width:1.25rem;height:1.25rem;fill:var(--color-accent);color:var(--color-accent)}.testimonial-card__quote{font-family:var(--font-heading);font-size:1.25rem;font-weight:300;line-height:1.6;margin-bottom:2rem;color:#ebebebe6}@media (min-width: 768px){.testimonial-card__quote{font-size:1.75rem}}.testimonial-card__author{display:flex;align-items:center;gap:1rem}.testimonial-card__avatar{width:3.5rem;height:3.5rem;border-radius:50%;object-fit:cover;border:2px solid rgba(153,102,204,.3)}.testimonial-card__name{font-weight:500}.testimonial-card__role{font-size:.875rem;color:var(--color-muted)}.testimonial-card__role span{color:var(--color-accent)}.testimonial-card__accent{position:absolute;top:0;right:0;width:33%;height:100%;background:linear-gradient(135deg,rgba(153,102,204,.05),transparent);pointer-events:none}.testimonials__nav{display:flex;align-items:center;justify-content:space-between;margin-top:2rem}.testimonials__arrows{display:flex;gap:.75rem}.testimonials__arrow{width:3rem;height:3rem;border-radius:50%;border:1px solid rgba(255,255,255,.2);background:#ffffff0d;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;color:#fffc}.testimonials__arrow:hover{border-color:var(--color-accent);background:#9966cc26;color:var(--color-foreground)}.testimonials__arrow svg{width:1.25rem;height:1.25rem;stroke:currentColor}.testimonials__dots{display:flex;gap:.5rem}.testimonials__dot{width:.5rem;height:.5rem;border-radius:9999px;background:#fff3;transition:all .3s}.testimonials__dot.active{background:var(--color-accent);width:2rem}.testimonials__counter{font-size:.875rem;color:var(--color-muted)}.testimonials__counter span{color:var(--color-foreground)}.blog-posts{position:relative;background:#0f0f0f4d;overflow:hidden}.blog-posts__glow{position:absolute;top:0;right:0;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(51,170,255,.2),transparent 70%);filter:blur(80px);pointer-events:none;opacity:.1}.blog-posts__header{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}@media (min-width: 768px){.blog-posts__header{flex-direction:row;align-items:flex-end;justify-content:space-between}}.blog-posts__link{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--color-accent);transition:color .3s}.blog-posts__link:hover{color:var(--color-foreground)}.blog-posts__link svg{width:1rem;height:1rem}.blog-posts__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.blog-posts__grid{grid-template-columns:repeat(3,1fr)}}.blog-card{background:var(--color-background);border-radius:1rem;overflow:hidden;border:1px solid rgba(255,255,255,.05);transition:all .5s}.blog-card:hover{border-color:#9966cc4d;box-shadow:0 20px 40px -20px #9966cc1a}.blog-card__image{position:relative;height:12rem;overflow:hidden}.blog-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .7s}.blog-card:hover .blog-card__image img{transform:scale(1.1)}.blog-card__image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(10,10,10,.8),transparent)}.blog-card__category{position:absolute;top:1rem;left:1rem;padding:.25rem .75rem;border-radius:9999px;background:#96c3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--color-accent);font-size:.75rem}.blog-card__content{padding:1.5rem}.blog-card__date{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--color-muted);margin-bottom:.75rem}.blog-card__date svg{width:.75rem;height:.75rem}.blog-card__title{font-size:1.125rem;margin-bottom:.75rem;transition:color .3s;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-card:hover .blog-card__title{color:var(--color-accent)}.blog-card__excerpt{font-size:.875rem;color:var(--color-muted);margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-card__link{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--color-accent);transition:color .3s}.blog-card__link:hover{color:var(--color-foreground)}.blog-card__link svg{width:1rem;height:1rem;transition:transform .3s}.blog-card__link:hover svg{transform:translate(.25rem)}.footer{background:var(--color-card);border-top:1px solid var(--color-border)}.footer__newsletter{border-bottom:1px solid rgba(255,255,255,.05);padding:3rem 0}.footer__newsletter-inner{display:flex;flex-direction:column;gap:2rem;align-items:center}@media (min-width: 768px){.footer__newsletter-inner{flex-direction:row;justify-content:space-between}}.footer__newsletter-text{text-align:center}@media (min-width: 768px){.footer__newsletter-text{text-align:left}}.footer__newsletter-title{font-size:1.5rem;margin-bottom:.5rem}.footer__newsletter-description{font-size:.875rem;color:var(--color-muted)}.footer__newsletter-form{display:flex;gap:.75rem;width:100%;max-width:28rem}.footer__newsletter-input{flex:1;padding:.75rem 1rem;border-radius:9999px;background:var(--color-background);border:1px solid var(--color-border);color:var(--color-foreground);font-size:.875rem;transition:border-color .3s}.footer__newsletter-input:focus{outline:none;border-color:var(--color-accent)}.footer__newsletter-input::placeholder{color:var(--color-muted)}.footer__main{padding:4rem 0}.footer__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media (min-width: 768px){.footer__grid{grid-template-columns:repeat(4,1fr)}}@media (min-width: 1024px){.footer__grid{grid-template-columns:2fr repeat(4,1fr)}}.footer__brand{grid-column:span 2}@media (min-width: 1024px){.footer__brand{grid-column:span 1}}.footer__logo{font-family:var(--font-heading);font-size:1.75rem;font-weight:300;letter-spacing:.3em;margin-bottom:1rem;display:inline-block;transition:color .3s}.footer__logo:hover{color:var(--color-accent)}.footer__tagline{font-size:.875rem;color:var(--color-muted);margin-bottom:1.5rem;max-width:20rem}.footer__socials{display:flex;gap:.75rem}.footer__social{width:2.5rem;height:2.5rem;border-radius:50%;background:#ffffff0d;display:flex;align-items:center;justify-content:center;transition:all .3s}.footer__social:hover{background:var(--color-accent);color:var(--color-background)}.footer__social svg{width:1.25rem;height:1.25rem}.footer__column-title{font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem}.footer__links{display:flex;flex-direction:column;gap:.75rem}.footer__link{font-size:.875rem;color:var(--color-muted);transition:color .3s}.footer__link:hover{color:var(--color-foreground)}.footer__contact-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--color-muted);margin-bottom:.75rem;transition:color .3s}.footer__contact-item:hover{color:var(--color-foreground)}.footer__contact-item svg{width:1rem;height:1rem}.footer__policies{border-top:1px solid rgba(255,255,255,.05);padding:1.25rem 0;background:#0003}.footer__policies-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem 1.5rem}.footer__policy-link{font-size:.75rem;color:var(--color-muted);transition:color .3s}.footer__policy-link:hover{color:var(--color-accent)}.footer__bottom{border-top:1px solid rgba(255,255,255,.05);padding:1.5rem 0;background:#0000004d}.footer__bottom-inner{display:flex;flex-direction:column;gap:1rem;align-items:center}@media (min-width: 768px){.footer__bottom-inner{flex-direction:row;justify-content:space-between}}.footer__copyright{font-size:.75rem;color:var(--color-muted)}.footer__payments{display:flex;flex-wrap:wrap;justify-content:center;gap:.375rem}.footer__payments svg{height:1.5rem;width:auto;border-radius:.25rem}.footer__powered{display:flex;align-items:center;gap:.375rem;font-size:.6875rem;color:var(--color-muted)}.footer__shopify-link{color:var(--color-muted);transition:color .3s}.footer__shopify-link:hover{color:var(--color-foreground)}.footer__shopify-logo{height:1rem;width:auto}.footer__language{font-size:.75rem;color:var(--color-muted);transition:color .3s}.footer__language:hover{color:var(--color-foreground)}.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:200;opacity:0;pointer-events:none;transition:opacity .3s ease}.cart-drawer-overlay.open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;top:0;right:0;height:100%;height:100dvh;width:100%;max-width:26rem;background:var(--color-background);border-left:1px solid var(--color-border);z-index:201;transform:translate(100%);transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;overflow:hidden}.cart-drawer.open{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--color-border);background:var(--color-background);flex-shrink:0}.cart-drawer__title{display:flex;align-items:center;gap:.625rem;font-family:var(--font-heading);font-size:1.25rem;font-weight:400;margin:0}.cart-drawer__title-icon{color:var(--color-accent);flex-shrink:0}.cart-drawer__count{font-family:var(--font-body);font-size:.875rem;color:var(--color-muted);font-weight:400}.cart-drawer__close{width:2.75rem;height:2.75rem;min-width:44px;min-height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:var(--color-foreground);cursor:pointer;transition:all .2s ease;flex-shrink:0}.cart-drawer__close:hover{background:#ffffff1a;border-color:#fff3}.cart-drawer__close:active{transform:scale(.95)}.cart-drawer__close:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.cart-drawer__shipping{padding:1rem 1.5rem;border-bottom:1px solid var(--color-border);background:#0f0f0f99;flex-shrink:0}.cart-drawer__shipping-text{display:flex;justify-content:space-between;align-items:center;margin-bottom:.625rem}.cart-drawer__shipping-message{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--color-muted)}.cart-drawer__shipping-message svg{flex-shrink:0;color:var(--color-accent)}.cart-drawer__shipping-message strong{color:var(--color-foreground)}.cart-drawer__shipping-message--success{color:#22c55e}.cart-drawer__shipping-message--success svg{color:#22c55e}.cart-drawer__shipping-threshold{font-size:.8125rem;font-weight:600;color:var(--color-accent)}.cart-drawer__shipping-bar{height:.375rem;background:#ffffff1a;border-radius:9999px;overflow:hidden}.cart-drawer__shipping-fill{height:100%;background:linear-gradient(90deg,var(--color-accent),#7c4dff);border-radius:9999px;transition:width .5s ease}.cart-drawer__content{flex:1;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.cart-drawer__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:300px;text-align:center;padding:2rem}.cart-drawer__empty-icon{margin-bottom:1.5rem;opacity:.15}.cart-drawer__empty-icon svg{width:5rem;height:5rem}.cart-drawer__empty-title{font-family:var(--font-heading);font-size:1.375rem;font-weight:400;margin-bottom:.5rem;color:var(--color-foreground)}.cart-drawer__empty-text{font-size:.875rem;color:var(--color-muted);margin-bottom:2rem;max-width:240px;line-height:1.5}.cart-drawer__empty-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;background:var(--color-accent);color:#fff;font-size:.875rem;font-weight:600;border-radius:9999px;text-decoration:none;transition:all .3s ease}.cart-drawer__empty-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px -8px var(--color-accent)}.cart-drawer__empty-btn:active{transform:translateY(0)}.cart-drawer__list{list-style:none;margin:0;padding:1rem}.cart-drawer__item{display:flex;gap:1rem;padding:1rem;background:var(--color-card);border-radius:.75rem;border:1px solid rgba(255,255,255,.05);margin-bottom:.75rem;transition:all .3s ease;position:relative}.cart-drawer__item:last-child{margin-bottom:0}.cart-drawer__item.removing{opacity:0;transform:translate(100%)}.cart-drawer__item-image{width:5rem;height:5rem;border-radius:.625rem;overflow:hidden;background:#ffffff08;flex-shrink:0;display:flex;align-items:center;justify-content:center}.cart-drawer__item-image img{width:100%;height:100%;object-fit:contain;padding:.25rem}.cart-drawer__item-placeholder{opacity:.3}.cart-drawer__item-info{flex:1;min-width:0;display:flex;flex-direction:column}.cart-drawer__item-title{font-family:var(--font-heading);font-size:.9375rem;font-weight:400;color:var(--color-foreground);text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3;margin-bottom:.25rem;transition:color .2s ease}.cart-drawer__item-title:hover{color:var(--color-accent)}.cart-drawer__item-variant{font-size:.75rem;color:var(--color-muted);margin-bottom:.5rem}.cart-drawer__item-prices{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.cart-drawer__item-price-original{font-size:.8125rem;color:var(--color-muted);text-decoration:line-through}.cart-drawer__item-qty{display:flex;align-items:center;gap:.25rem;margin-top:auto}.cart-drawer__qty-btn{width:2.25rem;height:2.25rem;min-width:36px;min-height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.15);background:#ffffff0d;color:var(--color-foreground);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;-webkit-tap-highlight-color:transparent}.cart-drawer__qty-btn:hover{border-color:var(--color-accent);background:#9966cc26;color:var(--color-accent)}.cart-drawer__qty-btn:active{transform:scale(.9)}.cart-drawer__qty-btn:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.cart-drawer__qty-btn--minus:hover{border-color:#ef4444;background:#ef444426;color:#ef4444}.cart-drawer__qty-value{min-width:2rem;text-align:center;font-size:.9375rem;font-weight:500;color:var(--color-foreground)}.cart-drawer__item-remove{position:absolute;top:.75rem;right:.75rem;width:2.25rem;height:2.25rem;min-width:36px;min-height:36px;display:flex;align-items:center;justify-content:center;color:var(--color-muted);background:transparent;border:none;border-radius:50%;cursor:pointer;transition:all .2s ease;-webkit-tap-highlight-color:transparent}.cart-drawer__item-remove:hover{color:#ef4444;background:#ef44441a}.cart-drawer__item-remove:active{transform:scale(.9)}.cart-drawer__item-remove:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.cart-drawer__footer{padding:1.25rem 1.5rem;border-top:1px solid var(--color-border);background:#0a0a0af2;flex-shrink:0}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:.375rem}.cart-drawer__subtotal-label{font-size:.875rem;color:var(--color-muted)}.cart-drawer__subtotal-value{font-family:var(--font-heading);font-size:1.5rem;font-weight:500;color:var(--color-foreground)}.cart-drawer__taxes-note{font-size:.75rem;color:var(--color-muted);margin:0}.cart-drawer__actions{display:flex;flex-direction:column;gap:.625rem}.cart-drawer__checkout-btn{display:flex;align-items:center;justify-content:center;gap:.625rem;width:100%;padding:1rem 1.5rem;min-height:52px;background:var(--color-accent);color:#fff;font-size:1rem;font-weight:600;border:none;border-radius:.625rem;text-decoration:none;cursor:pointer;transition:all .3s ease}.cart-drawer__checkout-btn:hover{background:#85b;transform:translateY(-2px);box-shadow:0 12px 32px -8px var(--color-accent)}.cart-drawer__checkout-btn:active{transform:translateY(0)}.cart-drawer__checkout-btn:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.cart-drawer__continue-btn{width:100%;padding:.875rem 1.5rem;min-height:44px;background:transparent;border:1px solid rgba(255,255,255,.15);border-radius:.625rem;color:var(--color-muted);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.cart-drawer__continue-btn:hover{border-color:#ffffff4d;color:var(--color-foreground);background:#ffffff08}.cart-drawer__continue-btn:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.cart-drawer__item-badge{position:absolute;top:.25rem;left:.25rem;padding:.125rem .375rem;background:var(--color-accent);color:#fff;font-size:.625rem;font-weight:600;border-radius:.25rem;z-index:1}.cart-drawer__item-image{position:relative}.cart-drawer__item-prices{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;flex-wrap:wrap}.cart-drawer__item-price{font-family:var(--font-heading);font-size:1rem;font-weight:500;color:var(--color-accent)}.cart-drawer__item-price-original{font-size:.8125rem;color:var(--color-muted);text-decoration:line-through;order:-1}.cart-drawer__totals{margin-bottom:1.25rem}.cart-drawer__total-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.875rem}.cart-drawer__total-row--original{color:var(--color-muted)}.cart-drawer__total-row--original span:last-child{text-decoration:line-through}.cart-drawer__total-row--savings{color:#22c55e;border-bottom:1px solid var(--color-border);padding-bottom:.75rem;margin-bottom:.5rem}.cart-drawer__total-row--savings span:first-child{display:flex;align-items:center;gap:.375rem}.cart-drawer__total-row--savings span:last-child{font-weight:600}.cart-drawer__loading{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a0a0acc;display:flex;align-items:center;justify-content:center;z-index:10;opacity:0;pointer-events:none;transition:opacity .2s ease}.cart-drawer__loading.active{opacity:1;pointer-events:auto}.cart-drawer__loading-spinner{width:2.5rem;height:2.5rem;border:3px solid rgba(255,255,255,.1);border-top-color:var(--color-accent);border-radius:50%;animation:cart-spinner .8s linear infinite}@keyframes cart-spinner{to{transform:rotate(360deg)}}@media (max-width: 480px){.cart-drawer{max-width:100%}.cart-drawer__header{padding:1rem 1.25rem}.cart-drawer__title{font-size:1.125rem}.cart-drawer__list,.cart-drawer__item{padding:.875rem}.cart-drawer__item-image{width:4.5rem;height:4.5rem}.cart-drawer__footer{padding:1rem 1.25rem}.cart-drawer__qty-btn,.cart-drawer__item-remove{width:2.75rem;height:2.75rem;min-width:44px;min-height:44px}}.product-main{padding-top:6rem}@media (min-width: 768px){.product-main{padding-top:8rem}}.product-main__grid{display:grid;gap:1.5rem}@media (min-width: 768px){.product-main__grid{gap:2rem}}@media (min-width: 1024px){.product-main__grid{grid-template-columns:1fr 1fr;gap:3rem}}.product-gallery{position:relative}.product-gallery__wrapper{display:flex;gap:.75rem}.product-gallery__thumbnails{display:flex;flex-direction:column;gap:.5rem;width:70px;flex-shrink:0;max-height:none;overflow:visible}@media (min-width: 1024px){.product-gallery__thumbnails{width:80px}}.product-gallery__thumbnail{width:100%;aspect-ratio:1;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;overflow:hidden;cursor:pointer;transition:all .3s;flex-shrink:0}.product-gallery__thumbnail:hover{border-color:#9966cc80}.product-gallery__thumbnail.active{border-color:var(--color-accent);box-shadow:0 0 0 1px var(--color-accent)}.product-gallery__thumbnail img{width:100%;height:100%;object-fit:contain;padding:.25rem}.product-gallery__thumbnail.hidden-desktop{display:none!important}.product-gallery__thumbnail--more{display:flex!important;align-items:center;justify-content:center;background:#9966cc26;border:1px solid rgba(153,102,204,.3)}.product-gallery__thumbnail--more:hover{background:#9966cc40;border-color:var(--color-accent)}.product-gallery__more-count{font-family:var(--font-body);font-size:.875rem;font-weight:600;color:var(--color-accent)}.product-gallery__thumbnails.expanded .product-gallery__thumbnail.hidden-desktop,.product-gallery__thumbnails.expanded .product-gallery__thumbnail.hidden-mobile{display:flex!important}.product-gallery__thumbnails.expanded .product-gallery__thumbnail--more{display:none!important}.hidden-mobile{display:flex}.hidden-desktop{display:none}.product-gallery__main{position:relative;flex:1;aspect-ratio:1;background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:1rem;overflow:hidden;max-height:400px;cursor:zoom-in}.product-gallery__image{width:100%;height:100%;object-fit:contain;padding:1rem;transition:transform .3s ease}.product-gallery__zoom-container{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:5}.product-gallery__main:hover .product-gallery__zoom-container{opacity:1}.product-gallery__zoom-image{position:absolute;width:200%;height:200%;object-fit:contain;pointer-events:none;transform-origin:center center}.product-gallery__zoom-hint{position:absolute;bottom:1rem;right:1rem;z-index:10;display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#000000b3;border-radius:9999px;font-size:.75rem;color:var(--color-foreground);opacity:0;transition:opacity .3s ease;pointer-events:none}.product-gallery__main:hover .product-gallery__zoom-hint{opacity:1}@media (max-width: 1023px){.product-gallery__zoom-container,.product-gallery__zoom-hint{display:none}.product-gallery__main{cursor:pointer}}.product-gallery__glow{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,rgba(153,102,204,.08),transparent 60%);pointer-events:none}.product-gallery__badge{position:absolute;top:.75rem;left:.75rem;z-index:10;padding:.375rem .75rem;border-radius:9999px;background:#ef4444;color:#fff;font-size:.75rem;font-weight:600}.product-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:#000000f2;opacity:0;visibility:hidden;transition:all .3s ease}.product-lightbox.open{opacity:1;visibility:visible}.product-lightbox__container{position:relative;width:90vw;height:90vh;max-width:1200px;display:flex;align-items:center;justify-content:center}.product-lightbox__image{max-width:100%;max-height:100%;object-fit:contain;border-radius:.5rem;transform:scale(.9);transition:transform .3s ease}.product-lightbox.open .product-lightbox__image{transform:scale(1)}.product-lightbox__close{position:absolute;top:-3rem;right:0;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50%;color:var(--color-foreground);cursor:pointer;transition:all .3s ease}.product-lightbox__close:hover{background:#fff3;border-color:#ffffff4d}.product-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50%;color:var(--color-foreground);cursor:pointer;transition:all .3s ease;z-index:10}.product-lightbox__nav:hover{background:var(--color-accent);border-color:var(--color-accent)}.product-lightbox__nav--prev{left:-4rem}.product-lightbox__nav--next{right:-4rem}@media (max-width: 768px){.product-lightbox__container{width:100vw;height:100vh;padding:0 1rem}.product-lightbox__nav{width:2.5rem;height:2.5rem;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.product-lightbox__nav--prev{left:.5rem}.product-lightbox__nav--next{right:.5rem}.product-lightbox__close{top:1rem;right:1rem;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.product-lightbox__counter{bottom:1rem;background:#0009;padding:.5rem 1rem;border-radius:9999px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}}.product-lightbox__counter{position:absolute;bottom:-2.5rem;left:50%;transform:translate(-50%);font-size:.875rem;color:var(--color-foreground)}.product-lightbox__thumbnails{position:absolute;bottom:-5rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;padding:.5rem;background:#00000080;border-radius:.5rem}.product-lightbox__thumb{width:50px;height:50px;border:2px solid transparent;border-radius:.25rem;overflow:hidden;cursor:pointer;opacity:.5;transition:all .3s ease}.product-lightbox__thumb:hover,.product-lightbox__thumb.active{opacity:1;border-color:var(--color-accent)}.product-lightbox__thumb img{width:100%;height:100%;object-fit:cover}@media (max-width: 767px){.hidden-mobile{display:none!important}.hidden-desktop{display:flex!important}.product-gallery__thumbnail.hidden-mobile{display:none!important}.product-gallery__thumbnail.hidden-desktop{display:flex!important}.product-gallery__thumbnail:nth-child(n+5):not(.product-gallery__thumbnail--more){display:none!important}.product-gallery__wrapper{flex-direction:column-reverse;gap:.75rem}.product-gallery__thumbnails{flex-direction:row;width:100%;max-height:none;overflow:hidden!important;overflow-x:hidden!important;padding-bottom:0;justify-content:center;gap:.375rem;flex-wrap:nowrap}.product-gallery__thumbnail{flex:0 0 52px!important;width:52px!important;min-width:52px!important;max-width:52px!important;height:52px!important}.product-gallery__thumbnail--more{flex:0 0 52px!important;width:52px!important;min-width:52px!important;max-width:52px!important;height:52px!important;display:flex!important}.product-gallery__more-count{font-size:.75rem}.product-gallery__main{max-height:350px;min-height:280px;touch-action:pan-x;cursor:grab;aspect-ratio:1}.product-gallery__main.dragging{cursor:grabbing}.product-main{padding-top:5rem}.product-main__grid{gap:1rem}.product-gallery__main.has-swipe .product-gallery__image{display:none!important}.product-gallery__swipe-container{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:hidden}.product-gallery__swipe-track{display:flex;height:100%;transition:transform .3s cubic-bezier(.4,0,.2,1);will-change:transform}.product-gallery__swipe-track.dragging{transition:none}.product-gallery__swipe-slide{flex:0 0 100%;width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative}.product-gallery__swipe-slide img{max-width:90%;max-height:90%;object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.product-gallery__dots{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:15;background:#0006;padding:.5rem .75rem;border-radius:9999px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.product-gallery__dot{width:8px;height:8px;border-radius:50%;background:#fff6;border:none;padding:0;cursor:pointer;transition:all .3s ease}.product-gallery__dot.active{background:var(--color-accent);transform:scale(1.3)}.product-gallery__badge{top:1rem;left:1rem;z-index:20}.product-gallery__glow{z-index:1}}.product-info{padding:1rem 0}@media (min-width: 1024px){.product-info{padding:2rem 0}}.product-info__vendor{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-muted);margin-bottom:.5rem}.product-info__title{font-size:2rem;margin-bottom:1rem}@media (min-width: 768px){.product-info__title{font-size:2.5rem}}.product-info__rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.product-info__stars{display:flex;gap:.25rem}.product-info__stars svg{width:1.25rem;height:1.25rem;fill:var(--color-accent);color:var(--color-accent)}.product-info__rating-count{font-size:.875rem;color:var(--color-muted)}.product-info__price{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.product-info__price-current{font-family:var(--font-heading);font-size:2rem;color:var(--color-accent)}.product-info__price-compare{font-size:1.125rem;color:var(--color-muted);text-decoration:line-through}.product-info__price-badge{padding:.25rem .75rem;border-radius:9999px;background:#ef4444;color:#fff;font-size:.75rem;font-weight:700;animation:pulse-badge 2s ease-in-out infinite}@keyframes pulse-badge{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.product-savings{display:flex;align-items:center;gap:.5rem;padding:.625rem .875rem;background:#22c55e1a;border:1px solid rgba(34,197,94,.2);border-radius:.5rem;margin-bottom:.75rem;color:#22c55e;font-size:.8125rem;font-weight:500}.product-savings svg{flex-shrink:0}.product-urgency{display:flex;flex-direction:column;gap:.625rem;margin-bottom:1.25rem;padding:1rem;background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:.75rem}.product-urgency__stock{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:#10b981}.product-urgency__stock--out{color:var(--color-muted)}.product-urgency__dot{width:.5rem;height:.5rem;border-radius:50%;background:#10b981;animation:pulse-dot 2s ease-in-out infinite}.product-urgency__dot--out{background:var(--color-muted);animation:none}.product-urgency__offer{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#9966cc1a;border-radius:.5rem}.product-urgency__offer-icon{display:flex;color:var(--color-accent)}.product-urgency__offer-icon svg{width:1rem;height:1rem}.product-urgency__offer-text{font-size:.8125rem;color:var(--color-foreground);font-weight:500}.product-urgency__buyers{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--color-muted)}.product-urgency__buyers-icon{display:flex;opacity:.7}.product-urgency__buyers-icon svg{width:.875rem;height:.875rem}.product-info__description{color:var(--color-muted);line-height:1.7;margin-bottom:2rem}.product-variants{margin-bottom:1.25rem}.product-variants__label{display:block;font-size:.8125rem;font-weight:500;margin-bottom:.5rem;color:var(--color-foreground)}.product-variants__options{display:flex;flex-wrap:wrap;gap:.5rem}.product-variants__option{padding:.625rem 1rem;border-radius:.5rem;border:1px solid rgba(255,255,255,.2);font-size:.8125rem;color:#ffffffd9;background:#ffffff0d;transition:all .3s;cursor:pointer}.product-variants__option:hover{border-color:#96c9;background:#9966cc1a}.product-variants__option.active{border-color:var(--color-accent);background:#96c3;color:var(--color-foreground)}.product-variants__select{display:none}.product-stock{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.8125rem}.product-stock__dot{width:.5rem;height:.5rem;border-radius:50%;background:#10b981;animation:pulse-dot 2s ease-in-out infinite}.product-stock__dot--out{background:#6b7280;animation:none}.product-stock__text{color:#10b981}.product-stock__text--out{color:#6b7280}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.product-promo{display:flex;align-items:center;gap:.625rem;padding:.75rem 1rem;margin-bottom:1rem;background:linear-gradient(135deg,#9966cc1a,#9966cc0d);border:1px solid rgba(153,102,204,.2);border-radius:.625rem;transition:all .3s ease}.product-promo:hover{border-color:#9966cc59;background:linear-gradient(135deg,#9966cc26,#9966cc14)}.product-promo svg{flex-shrink:0;width:1.25rem;height:1.25rem;color:var(--color-accent)}.product-promo__text{font-size:.875rem;color:var(--color-foreground);font-weight:500}.product-promo__text strong{color:var(--color-accent)}.product-promos{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.product-promos .product-promo{margin-bottom:0}.product-promo--delivery{background:linear-gradient(135deg,#22c55e1a,#22c55e0d);border-color:#22c55e33}.product-promo--delivery:hover{border-color:#22c55e59;background:linear-gradient(135deg,#22c55e26,#22c55e14)}.product-promo--delivery svg{color:#22c55e}.product-promo--delivery .product-promo__text strong{color:#22c55e}.product-quantity{margin-bottom:1.25rem}.product-quantity__label{display:block;font-size:.8125rem;font-weight:500;margin-bottom:.5rem;color:var(--color-foreground)}.product-quantity__controls{display:inline-flex;align-items:center;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;background:#ffffff08}.product-quantity__btn{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;color:#ffffffe6;background:transparent;border:none;cursor:pointer;transition:all .2s}.product-quantity__btn:hover{background:#9966cc26;color:var(--color-foreground)}.product-quantity__btn svg{width:1rem;height:1rem}.product-quantity__input{width:3rem;height:2.75rem;text-align:center;font-size:.9375rem;font-weight:500;color:var(--color-foreground);background:transparent;border:none;border-left:1px solid rgba(255,255,255,.1);border-right:1px solid rgba(255,255,255,.1)}.product-add-to-cart{display:flex;gap:.75rem;margin-bottom:1.5rem}.product-add-to-cart__btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.625rem;padding:1rem 2rem;background:var(--color-accent);color:#fff;font-size:.9375rem;font-weight:600;border:none;border-radius:.5rem;cursor:pointer;transition:all .3s}.product-add-to-cart__btn:hover:not(:disabled){background:var(--color-accent-dark);transform:translateY(-2px)}.product-add-to-cart__btn:disabled{opacity:.5;cursor:not-allowed}.product-add-to-cart__btn svg{width:1.25rem;height:1.25rem}.product-add-to-cart__wishlist{display:flex;align-items:center;justify-content:center;width:3.25rem;height:3.25rem;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;background:#ffffff08;color:#ffffffb3;cursor:pointer;transition:all .3s}.product-add-to-cart__wishlist:hover{border-color:var(--color-accent);color:var(--color-accent);background:#9966cc1a}.product-add-to-cart__wishlist svg{width:1.25rem;height:1.25rem}.product-trust{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;padding:1.25rem;background:linear-gradient(135deg,#9966cc14,#0f0f0fe6);border:1px solid rgba(153,102,204,.15);border-radius:1rem;margin-bottom:1.5rem}@media (min-width: 640px){.product-trust{grid-template-columns:repeat(4,1fr);gap:1rem;padding:1.5rem}}.product-trust__item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.625rem;padding:.75rem .5rem;border-radius:.75rem;transition:all .3s ease}.product-trust__item:hover{background:#9966cc1a}.product-trust__icon{width:3rem;height:3rem;border-radius:50%;background:linear-gradient(135deg,#96c3,#9966cc0d);display:flex;align-items:center;justify-content:center;transition:all .3s ease}.product-trust__item:hover .product-trust__icon{transform:scale(1.1);background:linear-gradient(135deg,#9966cc4d,#9966cc1a)}.product-trust__icon svg{width:1.25rem;height:1.25rem;color:var(--color-accent)}.product-trust__text{font-size:.8125rem;font-weight:500;color:var(--color-foreground);line-height:1.3}@media (max-width: 640px){.product-trust__icon{width:2.75rem;height:2.75rem}.product-trust__icon svg{width:1.125rem;height:1.125rem}.product-trust__text{font-size:.75rem}}.product-payments{display:flex;flex-direction:column;gap:.5rem;padding-top:1.25rem;border-top:1px solid var(--color-border)}@media (min-width: 640px){.product-payments{flex-direction:row;align-items:center;gap:.75rem}}.product-payments__label{font-size:.75rem;color:var(--color-muted);white-space:nowrap}.product-payments__icons{display:flex;flex-wrap:wrap;gap:.25rem}.product-payments__icons svg{height:1.375rem;width:auto;border-radius:.1875rem}.collection-header{padding:8rem 0 3rem;text-align:center}.collection-header__title{font-size:2.5rem}@media (min-width: 768px){.collection-header__title{font-size:3.5rem}}.collection-header__description{color:var(--color-muted);max-width:40rem;margin:1rem auto 0}.collection-products{padding-bottom:5rem}.collection-products__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (min-width: 1024px){.collection-products__grid{grid-template-columns:repeat(4,1fr)}}.page-404{min-height:80vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem}.page-404__title{font-size:6rem;color:var(--color-accent);margin-bottom:1rem}.page-404__subtitle{font-size:1.5rem;margin-bottom:1rem}.page-404__description{color:var(--color-muted);margin-bottom:2rem}.main-cart{padding:8rem 0 5rem}.main-cart__title{font-size:2rem;margin-bottom:2rem}.main-cart__empty{text-align:center;padding:4rem 0}.main-cart__empty svg{width:4rem;height:4rem;color:var(--color-muted);margin-bottom:1rem}.main-cart__empty p{color:var(--color-muted);margin-bottom:1.5rem}.main-blog{padding:8rem 0 5rem}.main-blog__title{font-size:2.5rem;text-align:center;margin-bottom:3rem}.main-article{padding:8rem 0 5rem;max-width:48rem;margin:0 auto}.main-article__title{font-size:2.5rem;margin-bottom:1rem}.main-article__meta{display:flex;gap:1rem;color:var(--color-muted);margin-bottom:2rem;font-size:.875rem}.main-article__content{line-height:1.8}.main-article__content p{margin-bottom:1.5rem}.main-article__content h2{font-size:1.5rem;margin:2rem 0 1rem}.main-article__content img{border-radius:1rem;margin:2rem 0}.main-page{padding:8rem 0 5rem;max-width:48rem;margin:0 auto}.main-page__title{font-size:2.5rem;margin-bottom:2rem}.main-page__content{line-height:1.8}.main-page__content p{margin-bottom:1.5rem}.product-recommendations{border-top:1px solid var(--color-border)}.product-recommendations__title{font-size:1.5rem;margin-bottom:2rem}.product-recommendations__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (min-width: 1024px){.product-recommendations__grid{grid-template-columns:repeat(4,1fr)}}.product-features{padding:4rem 0;background:linear-gradient(180deg,var(--color-background) 0%,rgba(15,15,15,.5) 100%)}.product-features__header{text-align:center;margin-bottom:3rem}.product-features__subtitle{font-size:.75rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.75rem}.product-features__title{font-family:var(--font-heading);font-size:1.75rem;font-weight:300}.product-features__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (min-width: 768px){.product-features__grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.product-features__item{text-align:center;padding:1.5rem 1rem;background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:1rem;transition:all .4s ease}.product-features__item:hover{background:#9966cc0d;border-color:#96c3;transform:translateY(-4px)}.product-features__icon{width:64px;height:64px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#9966cc26,#9966cc0d);border-radius:50%;color:var(--color-accent);transition:all .4s ease}.product-features__item:hover .product-features__icon{background:linear-gradient(135deg,#9966cc40,#9966cc1a);transform:scale(1.1)}.product-features__item-title{font-family:var(--font-heading);font-size:1.0625rem;font-weight:400;margin-bottom:.5rem;color:var(--color-foreground)}.product-features__item-text{font-size:.8125rem;line-height:1.6;color:var(--color-muted)}@media (max-width: 640px){.product-features{padding:3rem 0}.product-features__item{padding:1.25rem .75rem}.product-features__icon{width:52px;height:52px}.product-features__icon svg{width:24px;height:24px}.product-features__item-title{font-size:.9375rem}.product-features__item-text{font-size:.75rem}}.product-reviews{background:linear-gradient(180deg,rgba(15,15,15,.5) 0%,var(--color-background) 100%)}.product-reviews__header{text-align:center;margin-bottom:3rem}.product-reviews__subtitle{font-size:.75rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.75rem}.product-reviews__title{font-family:var(--font-heading);font-size:2rem;font-weight:300;margin-bottom:1.25rem}.product-reviews__summary{display:flex;flex-direction:column;align-items:center;gap:.5rem}.product-reviews__stars{display:flex;gap:.25rem;color:#f5a623}.product-reviews__rating-text{font-size:.875rem;color:var(--color-muted)}.product-reviews__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.product-reviews__grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.product-reviews__card{background:var(--color-card);border:1px solid rgba(255,255,255,.05);border-radius:1rem;padding:1.5rem;transition:all .4s ease}.product-reviews__card:hover{border-color:#96c3;transform:translateY(-4px)}.product-reviews__card-stars{display:flex;gap:.125rem;color:#f5a623;margin-bottom:1rem}.product-reviews__card-text{font-size:.9375rem;line-height:1.7;color:#ebebebe6;font-style:italic;margin-bottom:1.25rem}.product-reviews__card-author{display:flex;align-items:center;gap:.75rem}.product-reviews__card-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.product-reviews__card-avatar--placeholder{background:linear-gradient(135deg,var(--color-accent),var(--color-accent-secondary));display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:600;color:#fff}.product-reviews__card-info{display:flex;flex-direction:column;gap:.125rem}.product-reviews__card-name{font-size:.875rem;font-weight:500;color:var(--color-foreground)}.product-reviews__card-verified{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#22c55e}.product-reviews__card-verified svg{flex-shrink:0}.product-reviews__card-product{margin-top:1rem;border-radius:.5rem;overflow:hidden}.product-reviews__card-product img{width:100%;height:auto;display:block}.product-reviews__cta{text-align:center;margin-top:2.5rem}.product-tabs{border-top:1px solid var(--color-border)}.product-tabs__wrapper{max-width:900px;margin:0 auto}.product-tabs__nav{display:flex;gap:.5rem;border-bottom:1px solid var(--color-border);margin-bottom:2rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.product-tabs__nav::-webkit-scrollbar{display:none}.product-tabs__tab{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;background:transparent;border:none;color:var(--color-muted);font-family:var(--font-body);font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap;position:relative}.product-tabs__tab:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:var(--color-accent);transform:scaleX(0);transition:transform .3s ease}.product-tabs__tab:hover{color:var(--color-foreground)}.product-tabs__tab.active{color:var(--color-accent)}.product-tabs__tab.active:after{transform:scaleX(1)}.product-tabs__tab svg{flex-shrink:0;opacity:.7}.product-tabs__tab.active svg{opacity:1}.product-tabs__panel{display:none;animation:fadeIn .4s ease}.product-tabs__panel.active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.product-tabs__content{color:var(--color-foreground);line-height:1.8}.product-tabs__content p{margin-bottom:1rem;color:#ebebebd9}.product-tabs__content h3,.product-tabs__content h4{margin-top:1.5rem;margin-bottom:.75rem;color:var(--color-foreground)}.product-tabs__content ul,.product-tabs__content ol{margin-bottom:1rem;padding-left:1.5rem}.product-tabs__content li{margin-bottom:.5rem;color:#ebebebd9}.product-tabs__specs-grid{display:grid;grid-template-columns:1fr;gap:0}.product-tabs__spec-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.product-tabs__spec-item:last-child{border-bottom:none}.product-tabs__spec-label{color:var(--color-muted);font-size:.9375rem}.product-tabs__spec-value{color:var(--color-foreground);font-weight:500;text-align:right}.product-tabs__shipping-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.product-tabs__shipping-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}}.product-tabs__shipping-block{text-align:center}.product-tabs__shipping-icon{width:56px;height:56px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;background:#9966cc1a;border-radius:50%;color:var(--color-accent)}.product-tabs__shipping-block h4{font-family:var(--font-heading);font-size:1.125rem;font-weight:400;margin-bottom:.75rem;color:var(--color-foreground)}.product-tabs__shipping-text{font-size:.875rem;line-height:1.7}.product-tabs__shipping-text p{margin-bottom:.5rem;color:var(--color-muted)}.product-tabs__shipping-text strong{color:var(--color-foreground)}@media (max-width: 640px){.product-tabs__tab{padding:.875rem 1rem;font-size:.875rem}.product-tabs__tab svg{width:16px;height:16px}.product-tabs__shipping-block{text-align:left;display:flex;gap:1rem;align-items:flex-start}.product-tabs__shipping-icon{margin:0;flex-shrink:0;width:48px;height:48px}.product-tabs__shipping-block h4{margin-bottom:.5rem}}@media (max-width: 640px){.hide-mobile{display:none!important}}@media (min-width: 641px) and (max-width: 1023px){.hide-tablet{display:none!important}}@media (min-width: 1024px){.hide-desktop{display:none!important}}.payment-icon{height:1.5rem;width:auto;border-radius:.25rem}.product-payments__icons{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.product-payments__icons .payment-icon{height:1.625rem}.footer__payments{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.footer__payments .payment-icon{height:1.5rem}@media (min-width: 768px){.payment-icon,.product-payments__icons .payment-icon,.footer__payments .payment-icon{height:1.875rem}}.product-add-to-cart__btn{background:var(--color-accent)!important;color:#fff!important}.product-add-to-cart__btn:hover:not(:disabled){background:#7c5bb3!important;transform:translateY(-2px);box-shadow:0 10px 30px -10px var(--color-accent)}.product-card__add-to-cart{background:var(--color-accent)!important;color:#fff!important}.product-card__add-to-cart:hover{background:#7c5bb3!important;transform:translateY(-2px)}.product-variants__option{padding:.75rem 1.25rem;border-radius:.5rem;border:1px solid rgba(255,255,255,.25);font-size:.875rem;color:var(--color-foreground);background:#ffffff14;transition:all .3s ease;cursor:pointer;min-width:80px;text-align:center}.product-variants__option:hover{border-color:var(--color-accent);background:#9966cc26}.product-variants__option.active{border-color:var(--color-accent);background:var(--color-accent);color:#fff;font-weight:500}.product-quantity__controls{display:inline-flex;align-items:center;border:1px solid rgba(255,255,255,.25);border-radius:.5rem;background:#ffffff0d;overflow:hidden}.product-quantity__btn{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;color:var(--color-foreground);background:transparent;border:none;cursor:pointer;transition:all .2s ease}.product-quantity__btn:hover{background:var(--color-accent);color:#fff}.product-quantity__btn:active{transform:scale(.95)}.product-quantity__input{width:3.5rem;height:3rem;text-align:center;font-size:1rem;font-weight:600;color:var(--color-foreground);background:transparent;border:none;border-left:1px solid rgba(255,255,255,.15);border-right:1px solid rgba(255,255,255,.15)}.product-quantity__input::-webkit-inner-spin-button,.product-quantity__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}@media (max-width: 1023px){.product-mobile-cta{position:fixed;bottom:0;left:0;right:0;z-index:90;padding:1rem 1.5rem;background:#0a0a0afa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:1rem}.product-mobile-cta__price{flex-shrink:0}.product-mobile-cta__price-current{font-family:var(--font-heading);font-size:1.25rem;color:var(--color-accent);font-weight:500}.product-mobile-cta__price-compare{font-size:.75rem;color:var(--color-muted);text-decoration:line-through}.product-mobile-cta__btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;background:var(--color-accent);color:#fff;font-size:.9375rem;font-weight:600;border:none;border-radius:.5rem;cursor:pointer}.product-mobile-cta__btn:active{transform:scale(.98)}.product-main-section{padding-bottom:6rem}}@media (min-width: 1024px){.product-mobile-cta{display:none}}.product-reviews{padding:3rem 0;border-top:1px solid var(--color-border)}.product-reviews__title{font-size:1.5rem;margin-bottom:2rem}.product-reviews__grid{display:grid;gap:1.5rem}@media (min-width: 768px){.product-reviews__grid{grid-template-columns:repeat(2,1fr)}}.review-card{padding:1.5rem;background:var(--color-card);border-radius:1rem;border:1px solid rgba(255,255,255,.05)}.review-card__header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.review-card__avatar{width:3rem;height:3rem;border-radius:50%;object-fit:cover}.review-card__author{flex:1}.review-card__name{font-weight:500;margin-bottom:.25rem}.review-card__badge{font-size:.75rem;color:#10b981}.review-card__rating{display:flex;gap:.125rem}.review-card__rating svg{width:1rem;height:1rem;fill:var(--color-accent);color:var(--color-accent)}.review-card__text{color:var(--color-muted);line-height:1.6;font-size:.9375rem}
/*# sourceMappingURL=/cdn/shop/t/141/assets/theme.css.map */
