:root{--background: 220 20% 10%;--foreground: 0 0% 96%;--card: 220 18% 14%;--card-foreground: 0 0% 96%;--primary: 48 100% 50%;--primary-foreground: 220 20% 10%;--secondary: 220 15% 20%;--secondary-foreground: 0 0% 90%;--muted: 220 15% 18%;--muted-foreground: 220 10% 55%;--accent: 48 100% 50%;--accent-foreground: 220 20% 10%;--destructive: 0 84% 60%;--border: 220 15% 22%;--ring: 48 100% 50%;--radius: .5rem;--steel: 220 15% 25%;--steel-light: 220 12% 35%;--caution: 48 100% 50%;--caution-hover: 48 100% 45%;--success: 142 70% 45%;--trust: 210 60% 50%;--gradient-steel: linear-gradient(135deg, hsl(220 20% 10%), hsl(220 18% 16%));--gradient-caution: linear-gradient(135deg, hsl(48 100% 50%), hsl(40 100% 45%));--shadow-glow: 0 0 30px hsl(48 100% 50% / .3);--shadow-card: 0 8px 32px hsl(0 0% 0% / .4)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;border-color:hsl(var(--border))}html{scroll-behavior:smooth;scroll-padding-top:100px;-webkit-text-size-adjust:100%}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:hsl(var(--background));color:hsl(var(--foreground));line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.02em;line-height:1.1}img,picture,video,canvas,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}.skip-to-content{position:absolute;top:-100%;left:50%;transform:translate(-50%);background:hsl(var(--primary));color:hsl(var(--primary-foreground));padding:.75rem 1.5rem;font-weight:700;z-index:9999;border-radius:var(--radius)}.skip-to-content:focus{top:1rem}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.container{padding:0 2rem}}.text-gradient-caution{background:var(--gradient-caution);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.bg-steel-gradient{background:var(--gradient-steel)}.glow-caution{box-shadow:var(--shadow-glow)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;background:hsl(var(--primary));color:hsl(var(--primary-foreground));font-family:Oswald,sans-serif;font-weight:700;font-size:1.125rem;text-transform:uppercase;letter-spacing:.08em;border-radius:var(--radius);transition:background .2s,box-shadow .2s,transform .15s;box-shadow:var(--shadow-glow);border:none;cursor:pointer;width:100%}.btn-primary:hover{background:hsl(var(--caution-hover));transform:translateY(-1px);box-shadow:0 0 40px #ffcc0080}.btn-primary:active{transform:translateY(0)}.btn-outline{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;border:2px solid hsl(var(--foreground) / .2);color:hsl(var(--foreground));font-family:Oswald,sans-serif;font-weight:500;text-transform:uppercase;letter-spacing:.08em;border-radius:var(--radius);transition:border-color .2s,color .2s;cursor:pointer;background:none}.btn-outline:hover{border-color:hsl(var(--primary));color:hsl(var(--primary))}.urgency-banner{position:fixed;top:0;left:0;right:0;z-index:60;background:hsl(var(--primary));color:hsl(var(--primary-foreground));font-size:.875rem;font-weight:600}.urgency-banner__inner{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.5rem 1rem;position:relative}.urgency-banner__timer{font-family:Courier New,monospace;background:hsl(var(--primary-foreground) / .2);padding:.125rem .5rem;border-radius:4px;font-size:.75rem}.urgency-banner__close{position:absolute;right:.75rem;padding:.25rem;opacity:.8;cursor:pointer;background:none;border:none;color:inherit}.urgency-banner__close:hover{opacity:1}.urgency-banner__text--short{display:none}@media(max-width:639px){.urgency-banner__text--full{display:none}.urgency-banner__text--short{display:inline}}.header{position:fixed;top:36px;left:0;right:0;z-index:50;background:hsl(var(--background) / .95);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid hsl(var(--border));transition:top .3s}.header--no-banner{top:0}.header__inner{display:flex;align-items:center;justify-content:space-between;height:4rem}.header__logo{display:flex;align-items:center;gap:.5rem;font-family:Oswald,sans-serif;font-size:1.25rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.header__logo-accent{color:hsl(var(--primary))}.header__logo-icon{width:1.75rem;height:1.75rem;color:hsl(var(--primary))}.header__nav{display:none;align-items:center;gap:2rem}.header__nav a{font-size:.875rem;font-weight:500;color:hsl(var(--muted-foreground));transition:color .2s}.header__nav a:hover{color:hsl(var(--foreground))}.header__actions{display:flex;align-items:center;gap:1rem}.header__cart-btn{position:relative;padding:.5rem;color:hsl(var(--foreground));transition:color .2s}.header__cart-btn:hover{color:hsl(var(--primary))}.header__cart-badge{position:absolute;top:-.25rem;right:-.25rem;width:1.25rem;height:1.25rem;border-radius:50%;background:hsl(var(--primary));color:hsl(var(--primary-foreground));font-size:.625rem;font-weight:700;display:flex;align-items:center;justify-content:center}.header__mobile-toggle{display:block;padding:.5rem;color:hsl(var(--foreground))}.header__mobile-nav{display:none;flex-direction:column;gap:1rem;padding:1rem;background:hsl(var(--card));border-bottom:1px solid hsl(var(--border))}.header__mobile-nav.is-open{display:flex}.header__mobile-nav a{font-size:.875rem;font-weight:500;color:hsl(var(--muted-foreground));transition:color .2s}.header__mobile-nav a:hover{color:hsl(var(--foreground))}@media(min-width:768px){.header__nav{display:flex}.header__mobile-toggle{display:none}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding-top:6rem;overflow:hidden}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--gradient-steel)}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent,hsl(var(--background) / .5) 50%,hsl(var(--background)))}.hero__grid{display:grid;gap:3rem;align-items:center;position:relative;z-index:10}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:9999px;background:hsl(var(--primary) / .1);border:1px solid hsl(var(--primary) / .3);margin-bottom:1.5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:hsl(var(--primary))}.hero__badge svg{width:1rem;height:1rem}.hero__title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;line-height:.95;margin-bottom:1.5rem}.hero__subtitle{font-size:1.125rem;color:hsl(var(--muted-foreground));max-width:32rem;margin-bottom:2rem;font-family:Inter,sans-serif;text-transform:none;letter-spacing:normal;line-height:1.6}.hero__ctas{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.hero__social-proof{display:flex;align-items:center;gap:1.5rem;font-size:.875rem;color:hsl(var(--muted-foreground))}.hero__stars{display:flex;align-items:center;gap:.125rem}.hero__stars svg{width:1rem;height:1rem;fill:hsl(var(--primary));color:hsl(var(--primary))}.hero__rating{margin-left:.5rem;font-weight:600;color:hsl(var(--foreground))}.hero__image-wrap{position:relative;display:flex;justify-content:center}.hero__image-glow{position:absolute;top:-1rem;right:-1rem;bottom:-1rem;left:-1rem;background:hsl(var(--primary) / .1);border-radius:1.5rem;filter:blur(48px)}.hero__image{position:relative;z-index:10;border-radius:1rem;box-shadow:0 25px 50px -12px #00000080;max-height:600px;width:auto;object-fit:cover}.hero__scroll{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);color:hsl(var(--muted-foreground));animation:bounce 2s infinite}.hero__scroll svg{width:1.5rem;height:1.5rem}@media(min-width:640px){.hero__ctas{flex-direction:row}}@media(min-width:1024px){.hero__grid{grid-template-columns:1fr 1fr}}.social-proof{padding:2rem 0;background:hsl(var(--secondary));border-top:1px solid hsl(var(--border));border-bottom:1px solid hsl(var(--border))}.social-proof__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.social-proof__item{display:flex;align-items:center;gap:.75rem;justify-content:center}.social-proof__item svg{width:1.25rem;height:1.25rem;color:hsl(var(--primary));flex-shrink:0}.social-proof__value{font-family:Oswald,sans-serif;font-size:1.125rem;font-weight:700}.social-proof__label{font-size:.75rem;color:hsl(var(--muted-foreground))}@media(min-width:1024px){.social-proof__grid{grid-template-columns:repeat(4,1fr)}}.product{padding:5rem 0;background:hsl(var(--background))}.product__grid{display:grid;gap:3rem;align-items:start}.product__gallery{position:relative}.product__main-image-wrap{border-radius:.75rem;overflow:hidden;background:hsl(var(--card));border:1px solid hsl(var(--border))}.product__main-image{width:100%;aspect-ratio:1;object-fit:cover}.product__thumbnails{display:flex;gap:.75rem;margin-top:1rem}.product__thumb{width:5rem;height:5rem;border-radius:.5rem;overflow:hidden;border:2px solid hsl(var(--border));opacity:.6;transition:all .2s;cursor:pointer;padding:0;background:none}.product__thumb:hover{opacity:1}.product__thumb.is-active{border-color:hsl(var(--primary));opacity:1}.product__thumb img{width:100%;height:100%;object-fit:cover}.product__brand{color:hsl(var(--primary));font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem}.product__title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;line-height:1.1}.product__description{margin-top:1rem;color:hsl(var(--muted-foreground));line-height:1.7;font-family:Inter,sans-serif;text-transform:none;letter-spacing:normal}.product__price-display{margin-top:1.5rem;display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap}.product__price{font-family:Oswald,sans-serif;font-size:2.25rem;font-weight:700;color:hsl(var(--foreground))}.product__price-note{font-size:.875rem;color:hsl(var(--muted-foreground))}.product__delivery-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:9999px;background:hsl(var(--success) / .15);color:hsl(var(--success));font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.product__delivery-badge svg{width:.875rem;height:.875rem}.product__trust-badges{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-top:1.5rem}.product__badge{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.75rem;border-radius:.5rem;background:hsl(var(--muted) / .5);border:1px solid hsl(var(--border));text-align:center}.product__badge svg{width:1.25rem;height:1.25rem;color:hsl(var(--primary))}.product__badge span{font-size:.6875rem;font-weight:500;color:hsl(var(--muted-foreground))}.product__checkout-note{text-align:center;font-size:.75rem;color:hsl(var(--muted-foreground));margin-top:.75rem}.product__qty-wrap{margin-top:1.5rem}.product__qty-label{display:block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:hsl(var(--muted-foreground));margin-bottom:.5rem}.product__qty-controls{display:inline-flex;align-items:center;border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden}.product__qty-btn{width:2.75rem;height:2.75rem;display:flex;align-items:center;justify-content:center;background:hsl(var(--card));color:hsl(var(--foreground));transition:background .2s}.product__qty-btn:hover{background:hsl(var(--muted))}.product__qty-input{width:3rem;height:2.75rem;text-align:center;border:none;border-left:1px solid hsl(var(--border));border-right:1px solid hsl(var(--border));background:hsl(var(--background));color:hsl(var(--foreground));font-family:Oswald,sans-serif;font-size:1rem;font-weight:600;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.product__qty-input::-webkit-inner-spin-button,.product__qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.product__main-media-wrap{border-radius:.75rem;overflow:hidden;background:hsl(var(--card));border:1px solid hsl(var(--border))}.product__main-video{width:100%;aspect-ratio:1;object-fit:cover;display:block}.product__main-video-external{width:100%;aspect-ratio:16/9}.product__main-video-external iframe{width:100%;height:100%;border:none}.product__thumb-video-indicator{position:relative;width:100%;height:100%}.product__thumb-video-indicator img{width:100%;height:100%;object-fit:cover}.product__thumb-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;filter:drop-shadow(0 1px 3px rgba(0,0,0,.5))}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(min-width:640px){.product__trust-badges{grid-template-columns:repeat(4,1fr)}}@media(min-width:1024px){.product__grid{grid-template-columns:1fr 1fr}.product__gallery{position:sticky;top:6rem}}.who-section{padding:4rem 0;background:hsl(var(--card));border-top:1px solid hsl(var(--border));border-bottom:1px solid hsl(var(--border))}.who-section__inner{max-width:40rem;margin:0 auto}.who-section__title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;margin-bottom:2rem;text-align:center}.who-section__list{display:flex;flex-direction:column;gap:1rem;list-style:none;padding:0;margin:0}.who-section__item{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;border-radius:.75rem;background:hsl(var(--background));border:1px solid hsl(var(--border));font-size:.9375rem;line-height:1.5;font-family:Inter,sans-serif;text-transform:none;letter-spacing:normal;color:hsl(var(--foreground));transition:border-color .2s}.who-section__item:hover{border-color:hsl(var(--primary) / .5)}.who-section__item svg{flex-shrink:0;margin-top:.125rem;color:hsl(var(--primary))}@media(max-width:639px){.features__grid,.guarantee__grid{grid-template-columns:1fr!important}.specs__row{flex-direction:column;gap:.25rem;text-align:left}.specs__value{text-align:left}.features__eyebrow,.specs__eyebrow,.faq__eyebrow,.reviews__eyebrow{font-size:.75rem}.features,.specs,.reviews,.faq{padding:3rem 0}.guarantee{padding:2.5rem 0}.product__trust-badges{grid-template-columns:repeat(2,1fr)!important}}@media(max-width:389px){.container{padding-left:.75rem;padding-right:.75rem}.hero__title{font-size:2rem}.hero__badge{font-size:.625rem;padding:.375rem .75rem}.product__price{font-size:1.75rem}.product__trust-badges{gap:.5rem}.product__badge span{font-size:.5625rem}.social-proof__grid{grid-template-columns:1fr!important;gap:.75rem}}.features{padding:5rem 0;background:hsl(var(--card))}.features__header{text-align:center;margin-bottom:4rem}.features__eyebrow{color:hsl(var(--primary));font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem}.features__title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700}.features__grid{display:grid;gap:1.5rem}.feature-card{padding:1.5rem;border-radius:.75rem;background:hsl(var(--background));border:1px solid hsl(var(--border));transition:all .3s}.feature-card:hover{border-color:hsl(var(--primary) / .5);box-shadow:0 8px 24px hsl(var(--primary) / .05)}.feature-card__icon{width:3rem;height:3rem;border-radius:.5rem;background:hsl(var(--primary) / .1);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:background .3s}.feature-card:hover .feature-card__icon{background:hsl(var(--primary) / .2)}.feature-card__icon svg{width:1.5rem;height:1.5rem;color:hsl(var(--primary))}.feature-card__title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.feature-card__desc{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.6;font-family:Inter,sans-serif;text-transform:none;letter-spacing:normal}@media(min-width:640px){.features__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.features__grid{grid-template-columns:repeat(3,1fr)}}.guarantee{padding:4rem 0;background:hsl(var(--background));border-top:1px solid hsl(var(--border));border-bottom:1px solid hsl(var(--border))}.guarantee__header{text-align:center;margin-bottom:2.5rem}.guarantee__title{font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700}.guarantee__subtitle{margin-top:.5rem;color:hsl(var(--muted-foreground));font-size:.875rem;max-width:32rem;margin-left:auto;margin-right:auto;font-family:Inter,sans-serif;text-transform:none;letter-spacing:normal}.guarantee__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.guarantee__item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.25rem;border-radius:.75rem;background:hsl(var(--card));border:1px solid hsl(var(--border))}.guarantee__icon{width:3.5rem;height:3.5rem;border-radius:50%;background:hsl(var(--primary) / .1);display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.guarantee__icon svg{width:1.75rem;height:1.75rem;color:hsl(var(--primary))}.guarantee__item-title{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.guarantee__item-desc{font-size:.75rem;color:hsl(var(--muted-foreground));line-height:1.5;font-family:Inter,sans-serif;text-transform:none;letter-spacing:normal}@media(min-width:1024px){.guarantee__grid{grid-template-columns:repeat(4,1fr)}}.specs{padding:5rem 0;background:hsl(var(--background))}.specs__header{text-align:center;margin-bottom:3rem}.specs__eyebrow{color:hsl(var(--primary));font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem}.specs__title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700}.specs__table{max-width:48rem;margin:0 auto;border-radius:.75rem;overflow:hidden;border:1px solid hsl(var(--border))}.specs__row{display:flex;justify-content:space-between;padding:1rem;border-bottom:1px solid hsl(var(--border))}.specs__row:last-child{border-bottom:none}.specs__row:nth-child(odd){background:hsl(var(--card))}.specs__row:nth-child(2n){background:hsl(var(--background))}.specs__label{font-size:.875rem;font-weight:500;color:hsl(var(--muted-foreground))}.specs__value{font-size:.875rem;font-weight:600;text-align:right}.reviews{padding:5rem 0;background:hsl(var(--card))}.reviews__header{text-align:center;margin-bottom:3rem}.reviews__eyebrow{color:hsl(var(--primary));font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem}.reviews__title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700}.reviews__grid{display:grid;gap:1.5rem}.review-card{padding:1.5rem;border-radius:.75rem;background:hsl(var(--background));border:1px solid hsl(var(--border));display:flex;flex-direction:column;height:100%}.review-card__stars{display:flex;gap:.125rem;margin-bottom:.75rem}.review-card__stars svg{width:1rem;height:1rem}.review-card__stars svg.is-filled{fill:hsl(var(--primary));color:hsl(var(--primary))}.review-card__stars svg.is-empty{color:hsl(var(--border));fill:none}.review-card__text{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.6;flex:1;margin-bottom:1rem;font-family:Inter,sans-serif;text-transform:none;letter-spacing:normal}.review-card__footer{display:flex;align-items:center;justify-content:space-between}.review-card__name{font-size:.875rem;font-weight:600}.review-card__location{font-size:.75rem;color:hsl(var(--muted-foreground))}.review-card__verified{font-size:.5625rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:hsl(var(--success));background:hsl(var(--success) / .1);padding:.125rem .5rem;border-radius:9999px}@media(min-width:640px){.reviews__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.reviews__grid{grid-template-columns:repeat(4,1fr)}}.faq{padding:5rem 0;background:hsl(var(--card))}.faq__header{text-align:center;margin-bottom:3rem}.faq__eyebrow{color:hsl(var(--primary));font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem}.faq__title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700}.faq__list{max-width:48rem;margin:0 auto;display:flex;flex-direction:column;gap:.75rem}.faq__item{border-radius:.75rem;background:hsl(var(--background));border:1px solid hsl(var(--border));overflow:hidden;transition:border-color .2s}.faq__item[open]{border-color:hsl(var(--primary) / .5)}.faq__question{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;font-size:.875rem;font-weight:600;cursor:pointer;list-style:none;transition:color .2s;color:hsl(var(--foreground))}.faq__question::-webkit-details-marker{display:none}.faq__question::marker{display:none;content:""}.faq__question:hover{color:hsl(var(--primary))}.faq__chevron{width:1.25rem;height:1.25rem;transition:transform .2s;flex-shrink:0;margin-left:1rem}.faq__item[open] .faq__chevron{transform:rotate(180deg)}.faq__answer{padding:0 1.5rem 1rem;font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.7;font-family:Inter,sans-serif;text-transform:none;letter-spacing:normal}.footer{padding:3rem 0;background:hsl(var(--background));border-top:1px solid hsl(var(--border))}.footer__inner{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.footer__logo{display:flex;align-items:center;gap:.5rem;font-family:Oswald,sans-serif;font-size:1.125rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.footer__logo-accent{color:hsl(var(--primary))}.footer__logo svg{width:1.25rem;height:1.25rem;color:hsl(var(--primary))}.footer__nav{display:flex;gap:1.5rem;font-size:.875rem;color:hsl(var(--muted-foreground))}.footer__nav a:hover{color:hsl(var(--foreground))}.footer__copy{font-size:.75rem;color:hsl(var(--muted-foreground))}@media(min-width:768px){.footer__inner{flex-direction:row;justify-content:space-between}}.sticky-cta{position:fixed;bottom:0;left:0;right:0;z-index:50;background:hsl(var(--card) / .95);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid hsl(var(--border));padding:.75rem}.sticky-cta__inner{display:flex;align-items:center;gap:.75rem}.sticky-cta__price-label{font-size:.75rem;color:hsl(var(--muted-foreground))}.sticky-cta__price{font-family:Oswald,sans-serif;font-size:1.125rem;font-weight:700}.sticky-cta__btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;background:hsl(var(--primary));color:hsl(var(--primary-foreground));font-family:Oswald,sans-serif;font-weight:700;font-size:.875rem;text-transform:uppercase;letter-spacing:.08em;border-radius:var(--radius);transition:background .2s;box-shadow:var(--shadow-glow)}.sticky-cta__btn:hover{background:hsl(var(--caution-hover))}.sticky-cta__btn svg{width:1rem;height:1rem}@media(min-width:1024px){.sticky-cta{display:none}}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:hsl(var(--background) / .8);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.cart-overlay.is-open{opacity:1;visibility:visible}.cart-drawer{position:fixed;right:0;top:0;bottom:0;z-index:101;width:100%;max-width:28rem;background:hsl(var(--card));border-left:1px solid hsl(var(--border));display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease-out}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid hsl(var(--border))}.cart-drawer__title{font-size:1.25rem;font-weight:700;text-transform:uppercase}.cart-drawer__close{padding:.5rem;color:hsl(var(--muted-foreground));transition:color .2s}.cart-drawer__close:hover{color:hsl(var(--foreground))}.cart-drawer__close svg{width:1.25rem;height:1.25rem}.cart-drawer__body{flex:1;overflow-y:auto;padding:1rem}.cart-drawer__empty{display:flex;align-items:center;justify-content:center;height:100%;color:hsl(var(--muted-foreground));text-align:center}.cart-drawer__item{display:flex;gap:1rem;padding:1rem;border-radius:.5rem;background:hsl(var(--background));border:1px solid hsl(var(--border))}.cart-drawer__item-image{width:5rem;height:5rem;border-radius:.375rem;background:hsl(var(--muted));display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.cart-drawer__item-image img{width:100%;height:100%;object-fit:cover}.cart-drawer__item-image svg{width:2rem;height:2rem;color:hsl(var(--primary))}.cart-drawer__item-info{flex:1}.cart-drawer__item-title{font-family:Oswald,sans-serif;font-weight:600;font-size:.875rem}.cart-drawer__item-price{font-size:.75rem;color:hsl(var(--muted-foreground));margin-top:.25rem}.cart-drawer__item-discount{font-size:.75rem;color:hsl(var(--primary));font-weight:600}.cart-drawer__qty{display:flex;align-items:center;gap:.75rem;margin-top:.75rem}.cart-drawer__qty-btn{width:1.75rem;height:1.75rem;border-radius:4px;background:hsl(var(--muted));display:flex;align-items:center;justify-content:center;transition:background .2s}.cart-drawer__qty-btn:hover{background:hsl(var(--border))}.cart-drawer__qty-btn svg{width:.75rem;height:.75rem}.cart-drawer__qty-value{font-size:.875rem;font-weight:600;width:1.5rem;text-align:center}.cart-drawer__remove{font-size:.75rem;color:hsl(var(--muted-foreground));transition:color .2s;align-self:flex-start}.cart-drawer__remove:hover{color:hsl(var(--destructive))}.cart-drawer__footer{padding:1rem;border-top:1px solid hsl(var(--border))}.cart-drawer__total{display:flex;justify-content:space-between;font-family:Oswald,sans-serif;font-size:1.125rem;font-weight:700;margin-bottom:1rem}.cart-drawer__checkout-note{text-align:center;font-size:.75rem;color:hsl(var(--muted-foreground));margin-top:.75rem}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #fc03}50%{box-shadow:0 0 40px #ffcc0080}}.animate-pulse-glow{animation:pulse-glow 2s ease-in-out infinite}@keyframes reveal-up{0%{opacity:0;transform:translateY(2rem)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;animation:reveal-up .6s ease-out forwards;animation-play-state:paused}.reveal.is-visible{animation-play-state:running}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:hsl(var(--background))}::-webkit-scrollbar-thumb{background:hsl(var(--steel));border-radius:4px}::-webkit-scrollbar-thumb:hover{background:hsl(var(--steel-light))}::selection{background:hsl(var(--primary) / .3);color:hsl(var(--foreground))}@media print{.urgency-banner,.header,.sticky-cta,.cart-drawer,.cart-overlay{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
