body{box-sizing:border-box}.container{max-width:1400px;margin:0 auto;padding:0 2rem}@media (max-width:768px){.container{padding:0 1rem}}.profile-icon{cursor:pointer;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.profile-icon:hover{transform:scale(1.05)}.profile-icon:active{transform:scale(.98)}.profile-icon:focus{box-shadow:0 0 0 3px rgb(var(--primary)/.3);border-radius:50%;outline:none}.profile-icon__avatar{border:2px solid rgb(var(--border));border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.profile-icon__image{-o-object-fit:cover;object-fit:cover;border-radius:50%;width:100%;height:100%;transition:all .3s}.profile-icon__user-icon{color:rgb(var(--muted-foreground));transition:all .3s}.profile-icon__status{border:2px solid rgb(var(--background));border-radius:50%;width:10px;height:10px;transition:all .3s;position:absolute;bottom:2px;right:2px}.profile-icon__status--online{box-shadow:0 0 0 2px rgb(var(--background));background-color:#10b981}.profile-icon--placeholder .profile-icon__avatar{background:rgb(var(--muted));border:2px solid rgb(var(--border));box-shadow:0 2px 8px rgb(var(--foreground)/.1),inset 0 1px 0 rgb(var(--background)/.1)}.profile-icon--placeholder:hover .profile-icon__avatar{background:rgb(var(--muted)/.8);border-color:rgb(var(--primary));box-shadow:0 4px 12px rgb(var(--foreground)/.15),inset 0 1px 0 rgb(var(--background)/.2)}.profile-icon--placeholder:hover .profile-icon__user-icon{color:rgb(var(--primary));transform:scale(1.1)}.profile-icon--image .profile-icon__avatar{border:2px solid rgb(var(--border));box-shadow:0 2px 8px rgb(var(--foreground)/.1),0 1px 3px rgb(var(--foreground)/.05)}.profile-icon--image:hover .profile-icon__avatar{border-color:rgb(var(--primary));box-shadow:0 4px 16px rgb(var(--foreground)/.2),0 2px 6px rgb(var(--foreground)/.1)}.profile-icon--image:hover .profile-icon__image{transform:scale(1.05)}.profile-icon--image:hover .profile-icon__status--online{background-color:#059669;transform:scale(1.1)}@media (max-width:768px){.profile-icon__avatar{width:2rem;height:2rem}.profile-icon__user-icon{width:16px;height:16px}.profile-icon__status{width:8px;height:8px;bottom:1px;right:1px}}@keyframes statusPulse{0%,to{opacity:1}50%{opacity:.7}}.profile-icon__status--online{animation:2s ease-in-out infinite statusPulse}@media (prefers-reduced-motion:reduce){.profile-icon,.profile-icon__avatar,.profile-icon__image,.profile-icon__user-icon,.profile-icon__status{transition-duration:.1s}.profile-icon__status--online{animation:none}}.profile-dropdown{display:inline-block;position:relative}.profile-dropdown__trigger{cursor:pointer;background:0 0;border:none;border-radius:50%;padding:0;transition:all .2s}.profile-dropdown__trigger:focus{box-shadow:0 0 0 2px rgb(var(--primary)/.3);outline:none}.profile-dropdown__trigger:hover{transform:scale(1.05)}.profile-dropdown__menu{background:rgb(var(--background));border:1px solid rgb(var(--border));z-index:1000;border-radius:.75rem;min-width:240px;margin-top:.5rem;animation:.2s ease-out slideInDropdown;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 10px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.profile-dropdown__header{background:rgb(var(--muted)/.3);border-bottom:1px solid rgb(var(--border));padding:1rem}.profile-dropdown__user-info{align-items:center;gap:.75rem;display:flex}.profile-dropdown__avatar{-o-object-fit:cover;object-fit:cover;border:2px solid rgb(var(--border));border-radius:50%;width:2.5rem;height:2.5rem}.profile-dropdown__avatar--placeholder{background:rgb(var(--muted));color:rgb(var(--muted-foreground));justify-content:center;align-items:center;display:flex}.profile-dropdown__details{flex:1;min-width:0}.profile-dropdown__name{color:rgb(var(--foreground));word-break:break-word;font-size:.875rem;font-weight:600;line-height:1.2}.profile-dropdown__email{color:rgb(var(--muted-foreground));word-break:break-all;margin-top:.125rem;font-size:.75rem;line-height:1.2}.profile-dropdown__divider{background:rgb(var(--border));height:1px;margin:0}.profile-dropdown__items{padding:.5rem 0}.profile-dropdown__item{width:100%;color:rgb(var(--foreground));cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.75rem;padding:.625rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.profile-dropdown__item:hover{background:rgb(var(--muted));color:rgb(var(--foreground))}.profile-dropdown__item:focus{background:rgb(var(--muted));outline:none}.profile-dropdown__item svg{color:rgb(var(--muted-foreground));flex-shrink:0;transition:color .15s}.profile-dropdown__item:hover svg{color:rgb(var(--foreground))}.profile-dropdown__item span{flex:1}.profile-dropdown__item--danger{color:#dc2626}.profile-dropdown__item--danger:hover{color:#dc2626;background:#fef2f2}.profile-dropdown__item--danger:hover svg,.profile-dropdown__item--danger svg{color:#dc2626}@keyframes slideInDropdown{0%{opacity:0;transform:translateY(-8px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:768px){.profile-dropdown__menu{min-width:220px;right:-1rem}.profile-dropdown__name{font-size:.8125rem}.profile-dropdown__email{font-size:.6875rem}.profile-dropdown__item{padding:.75rem 1rem;font-size:.8125rem}}@media (prefers-reduced-motion:reduce){.profile-dropdown__menu{animation:none}.profile-dropdown__trigger,.profile-dropdown__item{transition:none}}.navigation__desktop-actions .language-switcher{min-width:120px}.mobile-menu__language-switcher{border-top:1px solid var(--border);justify-content:center;align-items:center;padding:1rem;display:flex}.mobile-menu__language-switcher button{transition:all .2s}.mobile-menu__language-switcher button:hover{transform:translateY(-1px)}.mobile-menu__language-switcher button:active{transform:translateY(0)}.mobile-menu__actions{border-top:1px solid var(--border);flex-direction:column;gap:1rem;margin-top:auto;padding:1rem;display:flex}.hero-banner{background:rgb(var(--background));align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-banner__background{pointer-events:none;position:absolute;inset:0;overflow:hidden}.hero-banner__gradient-orb{filter:blur(120px);opacity:.15;border-radius:50%;animation:25s ease-in-out infinite float;position:absolute}.hero-banner__gradient-orb--1{background:rgb(var(--brand-red));z-index:1;width:600px;height:600px;animation-delay:0s;top:-300px;right:-200px}.hero-banner__gradient-orb--2{background:rgb(var(--brand-blue));z-index:2;opacity:.4;width:500px;height:500px;animation-delay:8s;bottom:-250px;left:-250px}.hero-banner__pattern{background-image:radial-gradient(circle at 20% 50%,transparent 0%,rgb(var(--background))70%),radial-gradient(circle at 80% 50%,transparent 0%,rgb(var(--background))70%);position:absolute;inset:0}.hero-banner__container{z-index:10;width:100%;max-width:1400px;margin:0 auto;padding:2rem;position:relative}.hero-banner__content{grid-template-columns:1.2fr 1fr;align-items:center;gap:4rem;margin-bottom:5rem;display:grid}@media (max-width:1024px){.hero-banner__content{grid-template-columns:1fr;gap:3rem;margin-bottom:3rem}}.hero-banner__main{max-width:600px;animation:.8s ease-out slideInLeft}.hero-banner__badge{background:rgb(var(--brand-yellow));border:2px solid rgb(var(--brand-yellow));color:rgb(var(--brand-dark));text-transform:uppercase;letter-spacing:.05em;border-radius:.25rem;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:700;animation:3s infinite pulse-hero;display:inline-flex}.hero-banner__badge svg{color:rgb(var(--brand-dark))}.hero-banner__title{color:rgb(var(--foreground));text-transform:uppercase;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:900;line-height:1.3}.hero-banner__title-highlight{color:rgb(var(--brand-red));display:inline-block;position:relative}.hero-banner__title-highlight:after{content:"";background:rgb(var(--brand-red));transform-origin:0;height:4px;animation:1s ease-out .5s forwards underline-slide;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.hero-banner__description{color:rgb(var(--muted-foreground));margin-bottom:2rem;font-size:1.125rem;line-height:1.7}.hero-banner__cta-group{flex-wrap:wrap;gap:1rem;margin-bottom:2rem;display:flex}@media (max-width:480px){.hero-banner__cta-group{flex-direction:column}.hero-banner__cta-group button{width:100%;font-size:.75rem}}.hero-banner__cta-primary{background:rgb(var(--brand-red));border:3px solid rgb(var(--brand-red));color:rgb(var(--primary-foreground));text-transform:uppercase;letter-spacing:.05em;padding:1rem 2.5rem;font-weight:700;transition:all .2s}.hero-banner__cta-primary:hover{box-shadow:0 15px 30px rgb(var(--brand-red)/.4);transform:translateY(-3px)}.hero-banner__cta-primary:active{transform:translateY(-1px)}.hero-banner__cta-secondary{border:3px solid rgb(var(--foreground));color:rgb(var(--foreground));text-transform:uppercase;letter-spacing:.05em;background:0 0;padding:1rem 2.5rem;font-weight:700;transition:all .2s}.hero-banner__cta-secondary:hover{background:rgb(var(--foreground));color:rgb(var(--background));box-shadow:0 15px 30px rgb(var(--foreground)/.3);transform:translateY(-3px)}.hero-banner__cta-secondary:active{transform:translateY(-1px)}.hero-banner__trust-features{flex-wrap:wrap;gap:1.5rem;animation:.8s ease-out .4s both fadeIn;display:flex}.hero-banner__trust-item{color:rgb(var(--foreground));text-transform:uppercase;letter-spacing:.03em;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;display:flex}.hero-banner__trust-item svg{color:rgb(var(--brand-red));flex-shrink:0}.hero-banner__visual{animation:.8s ease-out slideInRight;position:relative}@media (max-width:1024px){.hero-banner__visual{max-width:600px;margin:0 auto}}.hero-banner__showcase-grid{grid-template-rows:repeat(2,1fr);grid-template-columns:2fr 1fr;gap:1rem;height:500px;display:grid}@media (max-width:768px){.hero-banner__showcase-grid{grid-template-rows:2fr 1fr 1fr;grid-template-columns:1fr;height:400px}}.hero-banner__showcase-item{background:rgb(var(--card));border:3px solid rgb(var(--foreground));border-radius:0;transition:all .2s;position:relative;overflow:hidden}.hero-banner__showcase-item:hover{box-shadow:8px 8px 0 rgb(var(--brand-red)),0 20px 40px rgb(var(--foreground)/.2);transform:translateY(-8px)rotate(-1deg)}.hero-banner__showcase-item:hover .hero-banner__showcase-image{transform:scale(1.05)}.hero-banner__showcase-item--main{border-color:rgb(var(--brand-red));grid-row:span 2}@media (max-width:768px){.hero-banner__showcase-item--main{grid-row:span 1}}.hero-banner__showcase-item--secondary{border-color:rgb(var(--brand-blue));animation:.8s ease-out .2s both fadeInUp}.hero-banner__showcase-item--tertiary{border-color:rgb(var(--brand-yellow));animation:.8s ease-out .3s both fadeInUp}.hero-banner__showcase-image{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .5s}.hero-banner__showcase-tag{background:rgb(var(--brand-red));color:rgb(var(--primary-foreground));text-transform:uppercase;letter-spacing:.1em;border-radius:0;padding:.5rem 1rem;font-size:.75rem;font-weight:900;position:absolute;top:1rem;left:1rem;transform:rotate(-2deg)}.hero-banner__showcase-label{background:rgb(var(--foreground));color:rgb(var(--background));text-align:center;text-transform:uppercase;letter-spacing:.05em;padding:1rem;font-weight:900;position:absolute;bottom:0;left:0;right:0}.hero-banner__process{background:rgb(var(--card));border:4px solid rgb(var(--foreground));box-shadow:10px 10px 0 rgb(var(--brand-yellow)),10px 10px 0 2px rgb(var(--foreground));border-radius:0;padding:3rem 2rem;animation:.8s ease-out .5s both slideUp;position:relative}.hero-banner__process-title{text-align:center;color:rgb(var(--foreground));text-transform:uppercase;letter-spacing:.05em;margin-bottom:3rem;font-size:1.75rem;font-weight:900}.hero-banner__process-steps{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid;position:relative}@media (max-width:768px){.hero-banner__process-steps{grid-template-columns:1fr;gap:2rem}}.hero-banner__process-steps:before{content:"";background-image:repeating-linear-gradient(90deg,rgb(var(--brand-red)),rgb(var(--brand-red))10px,transparent 10px,transparent 20px);z-index:0;height:3px;position:absolute;top:35px;left:20%;right:20%}@media (max-width:768px){.hero-banner__process-steps:before{display:none}}.hero-banner__process-step{text-align:center;z-index:1;transition:transform .2s;position:relative}.hero-banner__process-step:hover{transform:translateY(-5px)scale(1.05)}.hero-banner__process-step:hover .hero-banner__process-icon{background:rgb(var(--brand-red));color:rgb(var(--primary-foreground));box-shadow:5px 5px 0 rgb(var(--brand-blue)),5px 5px 0 2px rgb(var(--foreground));transform:rotate(-5deg)}.hero-banner__process-step:hover .hero-banner__process-number{background:rgb(var(--brand-red));color:rgb(var(--primary-foreground));border-color:rgb(var(--brand-red))}.hero-banner__process-number{background:rgb(var(--brand-yellow));border:3px solid rgb(var(--foreground));width:35px;height:35px;color:rgb(var(--brand-dark));z-index:2;border-radius:50%;justify-content:center;align-items:center;font-size:.875rem;font-weight:900;transition:all .2s;display:flex;position:absolute;top:0;left:50%;transform:translate(-50%)}.hero-banner__process-icon{background:rgb(var(--foreground));border:3px solid rgb(var(--foreground));width:70px;height:70px;color:rgb(var(--brand-white));border-radius:0;justify-content:center;align-items:center;margin:0 auto 1rem;transition:all .2s;display:flex}.hero-banner__process-step-title{color:rgb(var(--foreground));text-transform:uppercase;letter-spacing:.03em;margin-bottom:.5rem;font-size:1.125rem;font-weight:900}.hero-banner__process-step-desc{color:rgb(var(--muted-foreground));font-size:.875rem;line-height:1.5}@keyframes float{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-30px)scale(1.1)}66%{transform:translate(-20px,20px)scale(.9)}}@keyframes pulse-hero{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes underline-slide{to{transform:scaleX(1)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.featured-products{background:rgb(var(--background));padding:5rem 0;position:relative;overflow:hidden}.featured-products:before{content:"";background:repeating-linear-gradient(90deg,rgb(var(--brand-red)),rgb(var(--brand-red))20px,rgb(var(--brand-blue))20px,rgb(var(--brand-blue))40px,rgb(var(--brand-yellow))40px,rgb(var(--brand-yellow))60px);height:4px;position:absolute;top:0;left:0;right:0}.featured-products__container{max-width:1400px;margin:0 auto;padding:0 2rem}.featured-products__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:3rem;display:flex}@media (max-width:768px){.featured-products__header{text-align:center;flex-direction:column;align-items:center}}.featured-products__title-wrapper{position:relative}.featured-products__title{text-transform:uppercase;letter-spacing:.05em;color:rgb(var(--foreground));font-size:clamp(2rem,4vw,3rem);font-weight:900;line-height:1.2}.featured-products__title-accent{color:rgb(var(--brand-red));display:block;position:relative}.featured-products__title-underline{background:rgb(var(--brand-yellow));width:100px;height:5px;animation:.8s ease-out slideInLeftProduct;position:absolute;bottom:-10px;left:0}.featured-products__header-actions .btn__icon{margin-left:.5rem}.featured-products__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem;display:grid}@media (max-width:768px){.featured-products__grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}}@media (max-width:480px){.featured-products__grid{grid-template-columns:1fr}}.featured-products__bottom-cta{text-align:center;border-top:3px dashed rgb(var(--border));padding:3rem 0}.featured-products__cta-text{color:rgb(var(--muted-foreground));text-transform:uppercase;letter-spacing:.03em;margin-bottom:1.5rem;font-size:1.125rem;font-weight:700}@keyframes slideInLeftProduct{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.skeleton--image{width:100%;height:100%;min-height:300px}.skeleton--text{height:1.2em;margin-bottom:.75rem}.skeleton--text-sm{width:40%}.skeleton--text-md{width:60%}.skeleton--text-lg{width:80%}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.error-message{text-align:center;background:rgb(var(--card));border:3px solid rgb(var(--destructive));margin:2rem 0;padding:3rem 2rem}.error-message p{color:rgb(var(--destructive));text-transform:uppercase;margin-bottom:1.5rem;font-size:1.125rem;font-weight:700}.empty-state{text-align:center;background:rgb(var(--card));border:3px dashed rgb(var(--border));padding:4rem 2rem}.empty-state p{color:rgb(var(--muted-foreground));text-transform:uppercase;font-size:1.125rem;font-weight:700}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:1s linear infinite spin}.product-categories{background:rgb(var(--background));padding:5rem 0;position:relative;overflow:hidden}.product-categories:before{content:"";background:repeating-linear-gradient(90deg,rgb(var(--brand-yellow)),rgb(var(--brand-yellow))20px,rgb(var(--brand-red))20px,rgb(var(--brand-red))40px,rgb(var(--brand-blue))40px,rgb(var(--brand-blue))60px);height:4px;position:absolute;top:0;left:0;right:0}.product-categories__container{max-width:1400px;margin:0 auto;padding:0 2rem}.product-categories__header{text-align:center;margin-bottom:4rem;animation:.8s ease-out fadeInUp}.product-categories__title-wrapper{margin-bottom:1rem;display:inline-block;position:relative}.product-categories__title{text-transform:uppercase;letter-spacing:.05em;color:rgb(var(--foreground));font-size:clamp(2rem,4vw,3rem);font-weight:900;line-height:1.2}.product-categories__title-accent{color:rgb(var(--brand-red));display:block;position:relative}.product-categories__title-underline{background:rgb(var(--brand-yellow));width:120px;height:5px;animation:.8s ease-out .2s both expandWidth;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.product-categories__subtitle{color:rgb(var(--muted-foreground));text-transform:uppercase;letter-spacing:.03em;max-width:600px;margin:0 auto;font-size:1.125rem;font-weight:600}.product-categories__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:4rem;display:grid}@media (max-width:768px){.product-categories__grid{grid-template-columns:1fr;gap:2rem}}.product-categories__bottom-cta{text-align:center;background:rgb(var(--card));border:4px solid rgb(var(--foreground));padding:3rem;animation:.8s ease-out .6s both slideUp;position:relative}.product-categories__bottom-cta:before,.product-categories__bottom-cta:after{content:"";border:4px solid rgb(var(--brand-red));width:40px;height:40px;position:absolute}.product-categories__bottom-cta:before{border-bottom:none;border-right:none;top:-4px;left:-4px}.product-categories__bottom-cta:after{border-top:none;border-left:none;bottom:-4px;right:-4px}.product-categories__cta-content{z-index:1;position:relative}.product-categories__cta-text{text-transform:uppercase;letter-spacing:.05em;color:rgb(var(--foreground));margin-bottom:1.5rem;font-size:1.25rem;font-weight:900}.category-card{background:rgb(var(--card));border:4px solid rgb(var(--foreground));text-decoration:none;transition:all .3s;animation:.8s ease-out both fadeInUp;display:block;position:relative;overflow:hidden}.category-card--primary .category-card__icon-badge{background:rgb(var(--brand-red));color:rgb(var(--primary-foreground));border-color:rgb(var(--brand-red))}.category-card--primary .category-card__count{background:rgb(var(--brand-red));color:rgb(var(--primary-foreground))}.category-card--primary .category-card__cta-icon{color:rgb(var(--brand-red))}.category-card--primary:hover{border-color:rgb(var(--brand-red));box-shadow:10px 10px 0 rgb(var(--brand-red)),10px 10px 0 4px rgb(var(--foreground))}.category-card--secondary .category-card__icon-badge{background:rgb(var(--brand-blue));color:rgb(var(--brand-white));border-color:rgb(var(--brand-blue))}.category-card--secondary .category-card__count{background:rgb(var(--brand-blue));color:rgb(var(--brand-white))}.category-card--secondary .category-card__cta-icon{color:rgb(var(--brand-blue))}.category-card--secondary:hover{border-color:rgb(var(--brand-blue));box-shadow:10px 10px 0 rgb(var(--brand-blue)),10px 10px 0 4px rgb(var(--foreground))}.category-card--accent .category-card__icon-badge{background:rgb(var(--brand-yellow));color:rgb(var(--brand-dark));border-color:rgb(var(--brand-yellow))}.category-card--accent .category-card__count{background:rgb(var(--brand-yellow));color:rgb(var(--brand-dark))}.category-card--accent .category-card__cta-icon{color:rgb(var(--brand-yellow))}.category-card--accent:hover{border-color:rgb(var(--brand-yellow));box-shadow:10px 10px 0 rgb(var(--brand-yellow)),10px 10px 0 4px rgb(var(--foreground))}.category-card--neutral .category-card__icon-badge{background:rgb(var(--foreground));color:rgb(var(--background));border-color:rgb(var(--foreground))}.category-card--neutral .category-card__count{background:rgb(var(--foreground));color:rgb(var(--background))}.category-card--neutral .category-card__cta-icon{color:rgb(var(--foreground))}.category-card--neutral:hover{border-color:rgb(var(--foreground));box-shadow:10px 10px 0 rgb(var(--muted)),10px 10px 0 4px rgb(var(--foreground))}.category-card:hover{transform:translateY(-8px)}.category-card:hover .category-card__image{transform:scale(1.1)}.category-card:hover .category-card__overlay{opacity:.9}.category-card:hover .category-card__cta{transform:translate(5px)}.category-card:hover .category-card__corner{transform:scale(1.2)}.category-card__icon-badge{z-index:10;border:3px solid;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;position:absolute;top:1rem;left:1rem;transform:rotate(-5deg)}.category-card__icon-badge:hover{transform:rotate(5deg)scale(1.1)}.category-card__count{border:3px solid rgb(var(--foreground));text-transform:uppercase;letter-spacing:.05em;z-index:10;padding:.5rem 1rem;font-size:.75rem;font-weight:900;position:absolute;bottom:1rem;left:1rem}.category-card__special-badge{background:rgb(var(--brand-yellow));color:rgb(var(--brand-dark));border:3px solid rgb(var(--foreground));text-transform:uppercase;letter-spacing:.05em;z-index:10;align-items:center;gap:.25rem;padding:.5rem 1rem;font-size:.75rem;font-weight:900;animation:2s infinite pulse-scale;display:flex;position:absolute;top:1rem;right:1rem;transform:rotate(3deg)}.category-card__image-container{border-bottom:4px solid rgb(var(--foreground));height:280px;position:relative;overflow:hidden}@media (max-width:640px){.category-card__image-container{height:220px}}.category-card__image{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .5s}.category-card__overlay{background:linear-gradient(180deg,transparent 0%,rgb(var(--foreground)/.8)100%);opacity:.7;transition:opacity .3s;position:absolute;inset:0}.category-card__content{padding:2rem 1.5rem}.category-card__name{text-transform:uppercase;letter-spacing:.05em;color:rgb(var(--foreground));margin-bottom:.75rem;font-size:1.5rem;font-weight:900;line-height:1.2}.category-card__description{color:rgb(var(--muted-foreground));margin-bottom:1.5rem;font-size:.875rem;line-height:1.6}.category-card__cta{border-top:2px dashed rgb(var(--border));justify-content:space-between;align-items:center;padding-top:1rem;transition:transform .3s;display:flex}.category-card__cta-text{text-transform:uppercase;letter-spacing:.05em;color:rgb(var(--foreground));font-size:.875rem;font-weight:900}.category-card__cta-icon{width:20px;height:20px;transition:transform .3s}.category-card__corner{background:rgb(var(--brand-yellow));clip-path:polygon(100% 0,100% 100%,0 100%);width:40px;height:40px;transition:transform .3s;position:absolute;bottom:0;right:0}@keyframes expandWidth{0%{width:0}to{width:120px}}@keyframes pulse-scale{0%,to{transform:rotate(3deg)scale(1)}50%{transform:rotate(3deg)scale(1.05)}}.product-card{background:rgb(var(--card));border:3px solid rgb(var(--foreground));cursor:pointer;flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;position:relative}.product-card__badge{text-transform:uppercase;letter-spacing:.05em;z-index:10;border:2px solid rgb(var(--foreground));align-items:center;gap:.25rem;padding:.5rem 1rem;font-size:.75rem;font-weight:900;display:flex;position:absolute;top:1rem;left:1rem;transform:rotate(-3deg)}.product-card__badge--new{background:rgb(var(--secondary));color:rgb(var(--secondary-foreground))}.product-card__badge--hot{background:rgb(var(--brand-red));color:rgb(var(--brand-white))}.product-card__badge--sale{background:rgb(var(--brand-yellow));color:rgb(var(--brand-dark))}.product-card__badge--limited{background:rgb(var(--foreground));color:rgb(var(--background))}.product-card__discount{background:rgb(var(--brand-red));width:50px;height:50px;color:rgb(var(--brand-white));border:3px solid rgb(var(--foreground));z-index:10;border-radius:50%;justify-content:center;align-items:center;font-size:.875rem;font-weight:900;display:flex;position:absolute;top:1rem;right:1rem;transform:rotate(15deg)}.product-card__favorite{background:rgb(var(--background));border:3px solid rgb(var(--foreground));cursor:pointer;z-index:10;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.product-card__favorite:hover{background:rgb(var(--accent));transform:scale(1.05)}.product-card__favorite--active{background:rgb(var(--brand-red));color:rgb(var(--brand-white))}.product-card__favorite--active svg{fill:currentColor}.product-card:has(.product-card__discount) .product-card__favorite{top:4rem;left:1rem;right:auto}.product-card__image-container{border-bottom:3px solid rgb(var(--foreground));background:rgb(var(--muted));height:350px;display:block;position:relative;overflow:hidden}.product-card__image-container--changing .product-card__image{opacity:.7}.product-card__image{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:opacity .3s}.product-card__view-details{background:linear-gradient(to top,rgb(var(--background)/.95),transparent);text-transform:uppercase;letter-spacing:.05em;color:rgb(var(--foreground));justify-content:center;align-items:center;gap:.5rem;padding:.75rem;font-size:.875rem;font-weight:700;transition:transform .3s;display:flex;position:absolute;bottom:0;left:0;right:0;transform:translateY(100%)}.product-card__view-details svg{transition:transform .3s}.product-card:hover .product-card__view-details{transform:translateY(0)}.product-card:hover .product-card__view-details svg{transform:translate(4px)}.product-card__view-dots{z-index:2;gap:.5rem;display:flex;position:absolute;bottom:1rem;left:1rem}.product-card__view-dot{background:rgb(var(--foreground)/.3);border-radius:50%;width:6px;height:6px;transition:background .3s}.product-card__view-dot--active{background:rgb(var(--foreground))}.product-card__info{cursor:default;flex-direction:column;flex:1;gap:.75rem;padding:1.5rem;display:flex}.product-card__header{flex-direction:column;gap:.5rem;display:flex}.product-card__category{text-transform:uppercase;letter-spacing:.1em;color:rgb(var(--muted-foreground));font-size:.75rem;font-weight:700}.product-card__name{text-transform:uppercase;color:rgb(var(--foreground));font-size:1.25rem;font-weight:900;line-height:1.2}.product-card__description{color:rgb(var(--muted-foreground));-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.875rem;line-height:1.5;display:-webkit-box;overflow:hidden}.product-card__variants{border-top:1px solid rgb(var(--border));padding:.75rem 0}.product-card__variants-row{align-items:center;gap:.75rem;display:flex}.product-card__variants-row+.product-card__variants-row{margin-top:.625rem}.product-card__variants-label{text-transform:uppercase;letter-spacing:.1em;color:rgb(var(--muted-foreground));align-items:center;min-width:45px;font-size:.625rem;font-weight:700;display:flex}.product-card__variants-label svg{opacity:.5;width:12px;height:12px;margin-right:.25rem}.product-card__variants-options{flex-wrap:wrap;flex:1;gap:.375rem;display:flex}.product-card__color-wrapper{position:relative}.product-card__color{cursor:pointer;border:2px solid #0000;border-radius:50%;width:28px;height:28px;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #0000001a}.product-card__color:before{content:"";background:inherit;z-index:1;border-radius:50%;position:absolute;inset:2px}.product-card__color:after{content:"";z-index:2;transition:transform .6s;position:absolute;inset:0;transform:translate(-100%)translateY(-100%)}.product-card__color:hover{border-color:rgb(var(--foreground));transform:scale(1.15)rotate(5deg);box-shadow:inset 0 0 0 1px #0003,0 4px 12px #00000026}.product-card__color:hover:after{transform:translate(100%)translateY(100%)}.product-card__color--active{border-color:rgb(var(--foreground));transform:scale(1.1)}.product-card__color--active:after{content:"";filter:drop-shadow(0 1px 2px #0000004d);z-index:3;border-bottom:2px solid #fff;border-left:2px solid #fff;width:12px;height:8px;animation:.3s checkmark-pop;position:absolute;top:50%;left:50%;transform:translate(-50%,-60%)rotate(-45deg)}.product-card__color--active:hover{transform:scale(1.15)}.product-card__color--light{box-shadow:inset 0 0 0 1px #00000026,0 1px 3px #0000001a}.product-card__color--light.product-card__color--active:after{border-color:rgb(var(--foreground))}.product-card__color-tooltip{background:rgb(var(--foreground));color:rgb(var(--background));white-space:nowrap;pointer-events:none;opacity:0;z-index:10;border-radius:4px;margin-bottom:.25rem;padding:.25rem .5rem;font-size:.625rem;font-weight:600;transition:opacity .2s,transform .2s;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.product-card__color-tooltip:after{content:"";border:4px solid #0000;border-top-color:rgb(var(--foreground));position:absolute;top:100%;left:50%;transform:translate(-50%)}.product-card__color:hover .product-card__color-tooltip{opacity:1;transform:translate(-50%)translateY(-2px)}.product-card__size{background:rgb(var(--background));border:2px solid rgb(var(--border));text-transform:uppercase;cursor:pointer;border-radius:16px;justify-content:center;align-items:center;min-width:36px;height:28px;padding:0 .75rem;font-size:.7rem;font-weight:700;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden}.product-card__size:before{content:"";background:rgb(var(--primary));transform-origin:0;border-radius:inherit;z-index:0;transition:transform .3s cubic-bezier(.4,0,.2,1);position:absolute;inset:0;transform:scaleX(0)}.product-card__size span{z-index:1;position:relative}.product-card__size:hover:not(.product-card__size--active):not(.product-card__size--out-of-stock){border-color:rgb(var(--foreground));transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.product-card__size:hover:not(.product-card__size--active):not(.product-card__size--out-of-stock):before{transform:scaleX(.1)}.product-card__size:active:not(.product-card__size--active){transform:translateY(0);box-shadow:0 2px 4px #0000001a}.product-card__size--active{background:rgb(var(--foreground));border-color:rgb(var(--foreground));color:rgb(var(--background));font-weight:900;transform:scale(1.05)}.product-card__size--active:before{background:rgb(var(--foreground));transform:scaleX(1)}.product-card__size--active:hover{transform:scale(1.08)}.product-card__size--out-of-stock{opacity:.4;cursor:not-allowed;text-decoration:line-through}.product-card__size--out-of-stock:hover{border-color:rgb(var(--border));box-shadow:none;transform:none}.product-card__size--tag{border-width:1.5px;border-radius:6px;min-width:auto;height:28px;padding:0 .625rem;font-size:.7rem}.product-card__size--tag.product-card__size--active{box-shadow:0 0 0 1.5px rgb(var(--background)),0 0 0 3px rgb(var(--primary)),0 2px 8px #0000001a}.product-card__footer{border-top:1px solid rgb(var(--border));justify-content:space-between;align-items:center;gap:1rem;margin-top:auto;padding-top:.75rem;display:flex}.product-card__price-wrapper{align-items:baseline;gap:.5rem;display:flex}.product-card__original-price{color:rgb(var(--muted-foreground));opacity:.6;font-size:1rem;text-decoration:line-through}.product-card__add-to-cart{background:rgb(var(--primary));width:48px;height:48px;color:rgb(var(--primary-foreground));border:3px solid rgb(var(--foreground));cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.product-card__add-to-cart:hover:not(:disabled){background:rgb(var(--gray-800));color:rgb(var(--brand-white));border-color:rgb(var(--gray-800));transform:scale(1.1)}.product-card__add-to-cart:active:not(:disabled){transform:scale(.95)}.product-card__add-to-cart:disabled{opacity:.5;cursor:not-allowed}.product-card__add-to-cart--loading{animation:1s linear infinite spin}.product-card__add-to-cart svg{width:20px;height:20px}.product-card__stock-warning{background:rgb(var(--destructive)/.1);border:2px solid rgb(var(--destructive));text-align:center;color:rgb(var(--destructive));text-transform:uppercase;letter-spacing:.05em;margin-top:.5rem;padding:.5rem;font-size:.75rem;font-weight:900}@keyframes checkmark-pop{0%{opacity:0;transform:translate(-50%,-60%)rotate(-45deg)scale(0)}50%{opacity:1;transform:translate(-50%,-60%)rotate(-45deg)scale(1.2)}to{opacity:1;transform:translate(-50%,-60%)rotate(-45deg)scale(1)}}.product-card--loading{pointer-events:none;opacity:.6}.product-card--loading .product-card__image{animation:1.5s ease-in-out infinite skeleton-pulse}.skeleton{background:linear-gradient(90deg,rgb(var(--muted))0%,rgb(var(--muted-foreground)/.1)50%,rgb(var(--muted))100%);background-size:200% 100%;border-radius:4px;animation:1.5s ease-in-out infinite skeleton-pulse}.skeleton--image{width:100%;height:100%}.skeleton--text{height:1em;margin:.5em 0}.skeleton--text--sm{width:60%}.skeleton--text--md{width:80%}.skeleton--text--lg{width:100%}@keyframes skeleton-pulse{0%,to{background-position:200% 0}50%{background-position:-200% 0}}@media (max-width:768px){.product-card__image-container{height:280px}.product-card__name{font-size:1.125rem}.product-card__price{font-size:1.25rem}.product-card__footer{padding-top:.5rem}.product-card__add-to-cart{width:42px;height:42px}.product-card__add-to-cart svg{width:18px;height:18px}.product-card__size{min-width:38px;height:30px;padding:0 .625rem;font-size:.7rem}.product-card__variants-label{display:none}}@media (max-width:480px){.product-card__image-container{height:240px}.product-card__info{padding:1rem}.product-card__view-details{padding:.5rem;font-size:.75rem}.product-card__color{width:28px;height:28px}.product-card__size{min-width:36px;height:28px;padding:0 .5rem}}@media (prefers-reduced-motion:reduce){.product-card,.product-card__image,.product-card__color,.product-card__size,.product-card__add-to-cart,.product-card__view-details{transition:none!important;animation:none!important}}.featured-products__grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem;margin-top:2rem;display:grid}@media (min-width:768px){.featured-products__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.featured-products__grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1280px){.featured-products__grid{grid-template-columns:repeat(4,1fr)}}.value-props-bar{background:rgb(var(--background));border-top:3px solid rgb(var(--foreground));border-bottom:3px solid rgb(var(--foreground));margin:4rem 0;padding:2rem 0}.value-props-bar__container{max-width:1280px;margin:0 auto;padding:0 1rem}.value-props-bar__grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}@media (max-width:768px){.value-props-bar__grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width:480px){.value-props-bar__grid{grid-template-columns:1fr}}.value-props-bar__item{background:rgb(var(--card));border:3px solid rgb(var(--foreground));align-items:center;gap:1rem;padding:1.5rem;transition:all .2s;animation:.6s ease-out backwards slideUpValueProps;display:flex;transform:rotate(-1deg)}.value-props-bar__item:nth-child(2n){transform:rotate(1deg)}.value-props-bar__item:hover{box-shadow:6px 6px 0 rgb(var(--brand-red));transform:rotate(0)scale(1.05)}@media (max-width:768px){.value-props-bar__item{gap:.75rem;padding:1rem}}.value-props-bar__icon{background:rgb(var(--brand-red));width:56px;height:56px;color:rgb(var(--primary-foreground));border:3px solid rgb(var(--foreground));flex-shrink:0;justify-content:center;align-items:center;transition:transform .3s;display:flex;transform:rotate(45deg)}.value-props-bar__icon svg{transform:rotate(-45deg)}@media (max-width:768px){.value-props-bar__icon{width:48px;height:48px}}.value-props-bar__item:hover .value-props-bar__icon,.value-props-bar__item:hover .value-props-bar__icon svg{transform:rotate(0)}.value-props-bar__content{flex:1}.value-props-bar__title{text-transform:uppercase;letter-spacing:.05em;color:rgb(var(--foreground));margin-bottom:.25rem;font-size:.875rem;font-weight:900}.value-props-bar__description{color:rgb(var(--muted-foreground));font-size:.75rem;line-height:1.4}@keyframes slideUpValueProps{0%{opacity:0;transform:translateY(20px)rotate(-1deg)}to{opacity:1;transform:translateY(0)rotate(-1deg)}}.about-section{background:rgb(var(--background));padding:4rem 0;position:relative;overflow:hidden}.about-section:before{content:"";background:repeating-linear-gradient(45deg,transparent,transparent 10px,rgb(var(--muted)/.05)10px,rgb(var(--muted)/.05)20px);z-index:0;width:200%;height:100%;position:absolute;top:0;left:-50%}.about-section__container{z-index:1;max-width:1280px;margin:0 auto;padding:0 1rem;position:relative}.about-section__header{text-align:center;margin-bottom:3rem}.about-section__title{text-transform:uppercase;letter-spacing:-.02em;color:rgb(var(--foreground));margin-bottom:.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:900;line-height:1}.about-section__title-accent{color:rgb(var(--brand-red));background:rgb(var(--secondary));border:3px solid rgb(var(--foreground));margin-left:.5rem;padding:.25rem 1rem;display:inline-block;transform:rotate(-2deg)}.about-section__title-underline{background:rgb(var(--brand-red));border:2px solid rgb(var(--foreground));width:100px;height:6px;margin:1rem auto;transform:skew(-20deg)}.about-section__content{max-width:1000px;margin:0 auto}.about-section__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem;display:grid}@media (max-width:768px){.about-section__grid{grid-template-columns:1fr;gap:1.5rem}}.about-section__card{background:rgb(var(--card));border:3px solid rgb(var(--foreground));padding:2rem;transition:all .3s;position:relative}.about-section__card:before{content:"";background:rgb(var(--brand-red)/.05);opacity:0;transition:opacity .3s;position:absolute;inset:0}.about-section__card:hover{box-shadow:8px 8px 0 rgb(var(--foreground));transform:translateY(-4px)rotate(-1deg)}.about-section__card:hover:before{opacity:1}.about-section__card--story{transform:rotate(-1deg)}.about-section__card--quality{transform:rotate(1deg)}.about-section__card--mission{transform:rotate(-.5deg)}.about-section__card-icon{background:rgb(var(--brand-red));width:60px;height:60px;color:rgb(var(--primary-foreground));border:3px solid rgb(var(--foreground));justify-content:center;align-items:center;margin-bottom:1rem;transition:transform .3s;display:flex;transform:rotate(45deg)}.about-section__card-icon svg{transform:rotate(-45deg)}.about-section__card:hover .about-section__card-icon,.about-section__card:hover .about-section__card-icon svg{transform:rotate(0)}.about-section__card-title{text-transform:uppercase;letter-spacing:.05em;color:rgb(var(--foreground));margin-bottom:1rem;font-size:1.25rem;font-weight:900}.about-section__card-text{color:rgb(var(--muted-foreground));font-size:.95rem;line-height:1.6}.about-section__cta{text-align:center;background:rgb(var(--muted));border:3px solid rgb(var(--foreground));padding:2rem;transition:all .3s;transform:rotate(-.5deg)}.about-section__cta:hover{box-shadow:6px 6px 0 rgb(var(--brand-red));transform:rotate(0)}.about-section__cta-text{color:rgb(var(--foreground));text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:1.125rem;font-weight:700}@media (max-width:768px){.about-section{padding:3rem 0}.about-section__header{margin-bottom:2rem}.about-section__title{font-size:2rem}.about-section__title-accent{width:fit-content;margin:.5rem auto 0;display:block}.about-section__card{padding:1.5rem}.about-section__cta-text{font-size:1rem}}.footer{background:rgb(var(--foreground));color:rgb(var(--background));border-top:6px solid rgb(var(--brand-red));position:relative}.footer:before{content:"";background:repeating-linear-gradient(90deg,rgb(var(--brand-red)),rgb(var(--brand-red))10px,rgb(var(--brand-blue))10px,rgb(var(--brand-blue))20px);height:6px;position:absolute;top:-6px;left:0;right:0}.footer__container{max-width:1280px;margin:0 auto;padding:0 1rem}.footer__content{border-bottom:3px solid rgb(var(--background)/.2);grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding:4rem 0;display:grid}@media (max-width:1024px){.footer__content{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width:640px){.footer__content{grid-template-columns:1fr;padding:3rem 0}}@media (max-width:1024px){.footer__section--brand{grid-column:span 2}}@media (max-width:640px){.footer__section--brand{grid-column:span 1}}.footer__brand-name{letter-spacing:-.02em;color:rgb(var(--background));text-transform:uppercase;transform-origin:0;margin-bottom:.5rem;font-size:2.5rem;font-weight:900;display:inline-block;transform:rotate(-2deg)}.footer__brand-tagline{color:rgb(var(--background)/.8);text-transform:uppercase;letter-spacing:.05em;max-width:300px;margin-bottom:1.5rem;font-size:.875rem;line-height:1.5}.footer__social{gap:.5rem;display:flex}.footer__social-link{background:rgb(var(--background));width:48px;height:48px;color:rgb(var(--foreground));border:3px solid rgb(var(--background));justify-content:center;align-items:center;transition:all .2s;display:flex;transform:rotate(45deg)}.footer__social-link svg{transform:rotate(-45deg)}.footer__social-link:hover{background:rgb(var(--brand-red));color:rgb(var(--brand-white));box-shadow:4px 4px 0 rgb(var(--background));transform:rotate(0)scale(1.1)}.footer__social-link:hover svg{transform:rotate(0)}.footer__title{text-transform:uppercase;letter-spacing:.1em;color:rgb(var(--background));margin-bottom:1rem;padding-bottom:.5rem;font-size:1.125rem;font-weight:900;position:relative}.footer__title:after{content:"";background:rgb(var(--brand-red));width:40px;height:3px;position:absolute;bottom:0;left:0}.footer__links{margin:0;padding:0;list-style:none}.footer__links li{margin-bottom:.75rem}.footer__links a{color:rgb(var(--background)/.8);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-block;position:relative}.footer__links a:before{content:"→";opacity:0;transition:all .2s;position:absolute;left:-20px}.footer__links a:hover{color:rgb(var(--background));transform:translate(20px)}.footer__links a:hover:before{opacity:1;left:-15px}.footer__bottom{background:rgb(var(--background)/.05);padding:2rem 0}.footer__bottom-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}@media (max-width:768px){.footer__bottom-content{text-align:center;flex-direction:column}}.footer__badges{flex-wrap:wrap;gap:1rem;display:flex}@media (max-width:640px){.footer__badges{justify-content:center}}.footer__badge{background:rgb(var(--background));color:rgb(var(--foreground));border:2px solid rgb(var(--background));text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.75rem;font-weight:700;transition:all .2s;display:flex;transform:rotate(-1deg)}.footer__badge:nth-child(2n){transform:rotate(1deg)}.footer__badge:hover{background:rgb(var(--brand-red));color:rgb(var(--brand-white));box-shadow:4px 4px 0 rgb(var(--background));transform:rotate(0)scale(1.05)}.footer__copyright{text-align:right}@media (max-width:768px){.footer__copyright{text-align:center}}.footer__copyright p{color:rgb(var(--background)/.8);text-transform:uppercase;letter-spacing:.05em;margin:.25rem 0;font-size:.875rem;font-weight:700}.footer__powered{justify-content:flex-end;align-items:center;gap:.5rem;display:flex}@media (max-width:768px){.footer__powered{justify-content:center}}.footer__powered-link{color:rgb(var(--brand-red));padding:0 .25rem;font-weight:900;text-decoration:none;transition:all .2s}.footer__powered-link:hover{color:rgb(var(--background));background:rgb(var(--brand-red));transform:rotate(-2deg)scale(1.1)}.newsletter-signup{background:rgb(var(--secondary));border-top:3px solid rgb(var(--foreground));border-bottom:3px solid rgb(var(--foreground));padding:4rem 0;position:relative;overflow:hidden}.newsletter-signup:before{content:"";background:rgb(var(--brand-red)/.05);width:50%;height:200%;position:absolute;top:-50%;right:-25%;transform:rotate(45deg)}.newsletter-signup:after{content:"";background:rgb(var(--accent)/.05);width:50%;height:200%;position:absolute;bottom:-50%;left:-25%;transform:rotate(-45deg)}.newsletter-signup__container{z-index:1;max-width:800px;margin:0 auto;padding:0 1rem;position:relative}.newsletter-signup__content{background:rgb(var(--card));border:3px solid rgb(var(--foreground));box-shadow:8px 8px 0 rgb(var(--foreground));padding:3rem;transform:rotate(-.5deg)}@media (max-width:768px){.newsletter-signup__content{padding:2rem 1.5rem;transform:none}}.newsletter-signup__header{justify-content:center;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.newsletter-signup__icon{background:rgb(var(--brand-red));width:80px;height:80px;color:rgb(var(--primary-foreground));border:3px solid rgb(var(--foreground));flex-shrink:0;justify-content:center;align-items:center;display:flex;transform:rotate(45deg)}.newsletter-signup__icon svg{transform:rotate(-45deg)}@media (max-width:768px){.newsletter-signup__icon{width:60px;height:60px}}.newsletter-signup__title{text-transform:uppercase;letter-spacing:-.02em;color:rgb(var(--foreground));font-size:clamp(2rem,4vw,3rem);font-weight:900;line-height:1}.newsletter-signup__title-accent{color:rgb(var(--primary-foreground));background:rgb(var(--brand-red));border:3px solid rgb(var(--foreground));margin-left:.5rem;padding:.25rem .75rem;display:inline-block;transform:rotate(-2deg)}.newsletter-signup__description{text-align:center;color:rgb(var(--muted-foreground));max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.125rem;line-height:1.6}@media (max-width:768px){.newsletter-signup__description{font-size:1rem}}.newsletter-signup__form{max-width:500px;margin:0 auto 1.5rem}.newsletter-signup__input-group{gap:0;display:flex;position:relative}@media (max-width:640px){.newsletter-signup__input-group{flex-direction:column}}.newsletter-signup__input{background:rgb(var(--background));border:3px solid rgb(var(--foreground));text-transform:uppercase;letter-spacing:.05em;border-right:none;flex:1;padding:1rem 1.5rem;font-size:1rem;font-weight:700;transition:all .2s}@media (max-width:640px){.newsletter-signup__input{border-right:3px solid rgb(var(--foreground));border-bottom:none}}.newsletter-signup__input::placeholder{color:rgb(var(--muted-foreground));text-transform:none;letter-spacing:normal}.newsletter-signup__input:focus{background:rgb(var(--muted));outline:none;transform:translateY(-2px)}.newsletter-signup__input:disabled{opacity:.5;cursor:not-allowed}.newsletter-signup__button{background:rgb(var(--foreground));color:rgb(var(--background));border:3px solid rgb(var(--foreground));text-transform:uppercase;letter-spacing:.05em;cursor:pointer;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:900;transition:all .2s;display:flex}@media (max-width:640px){.newsletter-signup__button{justify-content:center}}.newsletter-signup__button:hover:not(:disabled){background:rgb(var(--brand-red));color:rgb(var(--primary-foreground));box-shadow:4px 4px 0 rgb(var(--foreground));transform:translateY(-2px)}.newsletter-signup__button:active:not(:disabled){box-shadow:none;transform:translateY(0)}.newsletter-signup__button:disabled{opacity:.7;cursor:not-allowed}.newsletter-signup__button--success{background:rgb(var(--brand-red));color:rgb(var(--primary-foreground))}.newsletter-signup__button--error{background:rgb(var(--destructive));color:rgb(var(--destructive-foreground))}@media (max-width:480px){.newsletter-signup__button-text{display:none}}.newsletter-signup__spinner{border:3px solid rgb(var(--background)/.3);border-top-color:rgb(var(--background));border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin}.newsletter-signup__message{border:3px solid rgb(var(--foreground));text-align:center;margin-top:1rem;padding:1rem;font-weight:700;animation:.3s ease-out slideDown}.newsletter-signup__message--success{background:rgb(var(--brand-red)/.1);color:rgb(var(--brand-red))}.newsletter-signup__message--error{background:rgb(var(--destructive)/.1);color:rgb(var(--destructive))}.newsletter-signup__disclaimer{text-align:center;color:rgb(var(--muted-foreground));margin-bottom:2rem;font-size:.875rem}.newsletter-signup__benefits{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}@media (max-width:640px){.newsletter-signup__benefits{gap:1rem}}.newsletter-signup__benefit{background:rgb(var(--muted));border:2px solid rgb(var(--foreground));text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:700;transition:all .2s;display:flex;transform:rotate(-1deg)}.newsletter-signup__benefit:nth-child(2){transform:rotate(1deg)}.newsletter-signup__benefit:nth-child(3){transform:rotate(-.5deg)}.newsletter-signup__benefit:hover{box-shadow:4px 4px 0 rgb(var(--brand-red));transform:rotate(0)translateY(-2px)}.newsletter-signup__benefit-icon{font-size:1.25rem}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}body:has(.customizer-layout){overflow:hidden!important}body:has(.customizer-layout) nav:not(.customizer-sidebar__nav){display:none!important}body:has(.customizer-layout) footer:not(.customizer-footer){display:none!important}body:has(.customizer-layout) .crisp-client{display:none!important}.customizer-layout{background:rgb(var(--background));grid-template-rows:1fr auto;grid-template-columns:80px minmax(260px,360px) minmax(850px,1fr);height:100vh;max-height:100vh;display:grid;overflow:hidden}@media (max-width:1024px){.customizer-layout{grid-template-rows:1fr auto;grid-template-columns:1fr minmax(280px,350px) 70px;height:100vh;max-height:100vh;overflow:hidden}}@media (max-width:1200px){.customizer-layout{grid-template-rows:1fr auto auto auto;grid-template-columns:1fr;height:auto;min-height:100vh;max-height:none;overflow:visible}}.customizer-sidebar{background:rgb(var(--background));border-right:1px solid rgb(var(--border));grid-area:1/1/2;padding:.75rem 0}@media (max-width:1024px){.customizer-sidebar{border-right:none;border-left:1px solid rgb(var(--border));grid-area:1/3;padding:1rem 0}}@media (max-width:1200px){.customizer-sidebar{border-left:none;border-right:none;border-bottom:1px solid rgb(var(--border));border-top:1px solid rgb(var(--border));z-index:10;background:rgb(var(--background));grid-area:2/1;padding:.5rem 1rem}}.customizer-sidebar__nav{flex-direction:column;gap:.25rem;display:flex}@media (max-width:1200px){.customizer-sidebar__nav{flex-direction:row;justify-content:space-around;gap:.25rem}}.customizer-sidebar__item{cursor:pointer;color:rgb(var(--muted-foreground));background:0 0;border:none;border-left:3px solid #0000;border-radius:0;flex-direction:column;justify-content:center;align-items:center;padding:.5rem .75rem;transition:all .2s;display:flex}.customizer-sidebar__item:hover{background:rgb(var(--muted)/.5);color:rgb(var(--foreground))}.customizer-sidebar__item--active{background:rgb(var(--primary)/.08);color:rgb(var(--primary));border-left-color:rgb(var(--primary))}@media (max-width:1024px){.customizer-sidebar__item--active{border-left-color:#0000;border-right:3px solid rgb(var(--primary))}}@media (max-width:1200px){.customizer-sidebar__item--active{border-right-color:#0000;border-bottom:3px solid rgb(var(--primary));background:rgb(var(--primary)/.1);border-radius:12px 12px 0 0}}@media (max-width:1024px){.customizer-sidebar__item{border-left:none;border-right:3px solid #0000;padding:.875rem .5rem}}@media (max-width:1200px){.customizer-sidebar__item{border-bottom:3px solid #0000;border-right:none;border-radius:12px;flex-direction:column;flex:1;gap:.25rem;min-height:60px;padding:.75rem .5rem}}.customizer-sidebar__icon{width:20px;height:20px;margin-bottom:.25rem}@media (max-width:1024px){.customizer-sidebar__icon{width:20px;height:20px}}@media (max-width:1200px){.customizer-sidebar__icon{width:24px;height:24px;margin-bottom:.25rem}}.customizer-sidebar__label{text-transform:uppercase;letter-spacing:.03em;font-size:.625rem;font-weight:600}@media (max-width:1024px){.customizer-sidebar__label{font-size:.625rem}}@media (max-width:1200px){.customizer-sidebar__label{font-size:.625rem;font-weight:500}}.customizer-sidebar__divider{background:rgb(var(--border));height:1px;margin:.375rem .5rem}@media (max-width:1200px){.customizer-sidebar__divider{width:1px;height:auto;min-height:30px;margin:0 .25rem}}.customizer-controls{background:rgb(var(--background));border-right:1px solid rgb(var(--border));grid-column:2;padding:1.5rem;overflow:hidden auto}.customizer-controls::-webkit-scrollbar{width:6px}.customizer-controls::-webkit-scrollbar-track{background:0 0}.customizer-controls::-webkit-scrollbar-thumb{background:rgb(var(--border));border-radius:3px}@media (max-width:1024px){.customizer-controls{border-right:1px solid rgb(var(--border));grid-area:1/2;padding:1.25rem}}@media (max-width:1200px){.customizer-controls{border-right:none;border-bottom:1px solid rgb(var(--border));grid-area:3/1;max-height:none;padding:1rem}}@media (max-width:480px){.customizer-controls{padding:.75rem}}.customizer-controls__header{border-bottom:1px solid rgb(var(--border));justify-content:space-between;align-items:flex-start;margin-bottom:1rem;padding-bottom:1rem;display:flex}@media (max-width:1200px){.customizer-controls__header{display:none}}.customizer-controls__title{color:rgb(var(--foreground));max-width:300px;font-size:1rem;font-weight:700;line-height:1.4}@media (max-width:1024px){.customizer-controls__title{max-width:250px;font-size:.9375rem}}@media (max-width:480px){.customizer-controls__title{max-width:100%;font-size:.875rem}}.customizer-controls__info{color:rgb(var(--primary));cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.375rem;padding:.375rem .625rem;font-size:.8125rem;transition:all .3s;display:flex}.customizer-controls__info:hover{background:rgb(var(--primary)/.08)}.customizer-controls__section{margin-bottom:1.25rem}@media (max-width:480px){.customizer-controls__section{margin-bottom:1rem}}.customizer-controls__section-header{color:rgb(var(--foreground));justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:.8125rem;display:flex}@media (max-width:480px){.customizer-controls__section-header{margin-bottom:.5rem;font-size:.75rem}}.customizer-controls__section-header strong{color:rgb(var(--primary))}.customizer-controls__info-btn{color:rgb(var(--primary));cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.375rem;padding:.375rem .625rem;font-size:.8125rem;transition:all .3s;display:flex}.customizer-controls__info-btn:hover{background:rgb(var(--primary)/.08)}.customizer-controls__color-grid{flex-wrap:wrap;flex:1;gap:.5rem;display:flex}@media (max-width:1200px){.customizer-controls__color-grid{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;padding-bottom:.5rem;overflow-x:auto}.customizer-controls__color-grid::-webkit-scrollbar{display:none}}.customizer-controls__color-btn{border:2px solid rgb(var(--border));cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex;position:relative}@media (max-width:1200px){.customizer-controls__color-btn{flex-shrink:0;width:36px;height:36px}}.customizer-controls__color-btn:hover{transform:scale(1.1)}.customizer-controls__color-btn:focus-visible{outline:2px solid rgb(var(--primary));outline-offset:2px}.customizer-controls__color-btn--active{border-color:rgb(var(--primary));box-shadow:0 0 0 2px rgb(var(--background)),0 0 0 4px rgb(var(--primary))}.customizer-controls__color-check{color:#fff;filter:drop-shadow(0 1px 2px #0000004d)}.customizer-controls__panel{background:rgb(var(--muted)/.3);border-radius:10px;min-height:80px;margin-bottom:1.25rem;padding:1rem}@media (max-width:480px){.customizer-controls__panel{min-height:60px;margin-bottom:1rem;padding:.75rem}}.customizer-controls__panel-title{color:rgb(var(--foreground));margin-bottom:.75rem;font-size:.875rem;font-weight:600}@media (max-width:480px){.customizer-controls__panel-title{margin-bottom:.5rem;font-size:.8125rem}}.customizer-controls__details{background:rgb(var(--muted)/.3);border-radius:10px;margin-bottom:1.25rem;padding:1rem}@media (max-width:480px){.customizer-controls__details{margin-bottom:1rem;padding:.75rem}}.customizer-controls__details-title{color:rgb(var(--foreground));margin-bottom:.75rem;font-size:.875rem;font-weight:600}.customizer-controls__details-row{background:rgb(var(--background));border:1px solid rgb(var(--border));color:rgb(var(--foreground));border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:.875rem 1rem;font-size:.875rem;display:flex}@media (max-width:480px){.customizer-controls__details-row{padding:.75rem;font-size:.8125rem}}.customizer-controls__details-row--clickable{cursor:pointer;transition:all .3s}.customizer-controls__details-row--clickable:hover{border-color:rgb(var(--primary));background:rgb(var(--primary)/.03)}.customizer-controls__note{color:rgb(var(--muted-foreground));margin-top:1rem;font-size:.75rem;line-height:1.6}.customizer-controls__sizes{background:rgb(var(--muted)/.3);border-radius:10px;padding:1rem}@media (max-width:480px){.customizer-controls__sizes{padding:.75rem}}.customizer-controls__sizes-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}@media (max-width:480px){.customizer-controls__sizes-header{margin-bottom:.5rem}}.customizer-controls__sizes-title{color:rgb(var(--foreground));font-size:.875rem;font-weight:600}@media (max-width:480px){.customizer-controls__sizes-title{font-size:.8125rem}}.customizer-controls__sizes-grid{grid-template-columns:repeat(9,1fr);gap:.5rem;display:grid}@media (max-width:1200px){.customizer-controls__sizes-grid{grid-template-columns:repeat(5,1fr);gap:.625rem}}@media (max-width:480px){.customizer-controls__sizes-grid{grid-template-columns:repeat(4,1fr);gap:.5rem}}.customizer-controls__size-item{flex-direction:column;align-items:center;gap:.375rem;display:flex}@media (max-width:1200px){.customizer-controls__size-item{gap:.375rem}}.customizer-controls__size-input{border:1px solid rgb(var(--border));text-align:center;width:100%;max-width:40px;height:32px;color:rgb(var(--foreground));background:rgb(var(--background));border-radius:6px;font-size:.8125rem;font-weight:500;transition:all .2s}@media (max-width:1200px){.customizer-controls__size-input{border-radius:8px;max-width:100%;height:44px;font-size:1rem}}.customizer-controls__size-input:focus{border-color:rgb(var(--primary));box-shadow:0 0 0 2px rgb(var(--primary)/.1);outline:none}.customizer-controls__size-input::-webkit-outer-spin-button{appearance:none;margin:0}.customizer-controls__size-input::-webkit-inner-spin-button{appearance:none;margin:0}.customizer-controls__size-input{appearance:textfield}.customizer-controls__size-label{color:rgb(var(--muted-foreground));font-size:.6875rem;font-weight:500}.customizer-preview{background:rgb(var(--muted)/.3);flex-direction:column;grid-column:3;min-height:0;display:flex;overflow:hidden}@media (max-width:1024px){.customizer-preview{grid-area:1/1}}@media (max-width:1200px){.customizer-preview{grid-area:1/1;min-height:50vh;max-height:60vh}}@media (max-width:480px){.customizer-preview{min-height:280px;max-height:none}}.customizer-preview__header{background:rgb(var(--background));border-bottom:1px solid rgb(var(--border));flex-shrink:0;justify-content:space-between;align-items:center;min-height:4.25rem;padding:.5rem 1rem;display:flex}@media (max-width:1200px){.customizer-preview__header{display:none}}.customizer-preview__header-left{flex:1;min-width:0}.customizer-preview__sides{gap:.5rem;display:flex}@media (max-width:480px){.customizer-preview__sides{gap:.375rem}}.customizer-preview__side-btn{color:rgb(var(--muted-foreground));border:1px solid rgb(var(--border));cursor:pointer;background:0 0;border-radius:8px;padding:.5rem 1rem;font-size:.75rem;font-weight:600;transition:all .2s}@media (max-width:480px){.customizer-preview__side-btn{padding:.375rem .75rem;font-size:.6875rem}}.customizer-preview__side-btn:hover{border-color:rgb(var(--foreground));color:rgb(var(--foreground))}.customizer-preview__side-btn--active{background:rgb(var(--brand-dark));color:rgb(var(--brand-white));border-color:rgb(var(--brand-dark))}.customizer-preview__side-btn--active:hover{background:rgb(var(--brand-dark)/.9);color:rgb(var(--brand-white));border-color:rgb(var(--brand-dark))}.customizer-preview__actions{align-items:center;gap:.5rem;display:flex}.customizer-preview__zone-toggle{border:1px solid rgb(var(--border));width:36px;height:36px;color:rgb(var(--muted-foreground));cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex}.customizer-preview__zone-toggle:hover{background:rgb(var(--muted)/.5);color:rgb(var(--foreground))}.customizer-preview__zone-toggle--active{background:rgb(var(--primary)/.1);border-color:rgb(var(--primary)/.3);color:rgb(var(--primary))}.customizer-preview__zone-toggle:disabled{opacity:.4;cursor:not-allowed}.customizer-preview__print-colors{color:rgb(var(--muted-foreground));font-size:.75rem}.customizer-preview__canvas{flex:1;justify-content:center;align-items:center;min-height:0;padding:1rem;display:flex;position:relative;overflow:hidden}@media (max-width:480px){.customizer-preview__canvas{padding:.5rem}}.customizer-preview__side-stack{z-index:10;flex-direction:column;gap:.25rem;display:flex;position:absolute;top:.75rem;left:.75rem}@media (max-width:1200px){.customizer-preview__side-stack{display:none}}.customizer-preview__side-stack-btn{text-transform:uppercase;letter-spacing:.03em;color:rgb(var(--muted-foreground));background:rgb(var(--background)/.9);border:1px solid rgb(var(--border));cursor:pointer;white-space:nowrap;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:6px;padding:.25rem .5rem;font-size:.625rem;font-weight:600;transition:all .2s}.customizer-preview__side-stack-btn:hover:not(.customizer-preview__side-stack-btn--active){border-color:rgb(var(--foreground));color:rgb(var(--foreground))}.customizer-preview__side-stack-btn--active{background:rgb(var(--brand-dark));color:rgb(var(--brand-white));border-color:rgb(var(--brand-dark))}.customizer-preview__mobile-side{z-index:10;color:rgb(var(--muted-foreground));background:rgb(var(--background)/.95);border:1px solid rgb(var(--border));cursor:pointer;border-radius:8px;padding:.5rem .75rem;font-size:.6875rem;font-weight:600;transition:all .2s;display:none;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #0000001a}@media (max-width:1200px){.customizer-preview__mobile-side{display:block}}.customizer-preview__mobile-side--left{left:.75rem}.customizer-preview__mobile-side--right{right:.75rem}.customizer-preview__mobile-side--active{background:rgb(var(--primary));color:#fff;border-color:rgb(var(--primary))}.customizer-preview__mobile-side:hover:not(.customizer-preview__mobile-side--active){background:rgb(var(--background));border-color:rgb(var(--foreground));color:rgb(var(--foreground))}.customizer-footer{background:rgb(var(--background));border-top:1px solid rgb(var(--border));grid-area:2/1/auto/-1;justify-content:flex-end;align-items:center;gap:2rem;padding:1rem 1.5rem;display:flex}@media (max-width:1200px){.customizer-footer{z-index:10;flex-direction:row;grid-row:4;justify-content:space-between;gap:1rem;padding:.875rem 1rem;position:sticky;bottom:0;box-shadow:0 -2px 10px #0000000d}}@media (max-width:480px){.customizer-footer{gap:.75rem;padding:.75rem}}.customizer-footer__price{flex-direction:column;align-items:flex-end;display:flex}@media (max-width:1200px){.customizer-footer__price{align-items:flex-start}}.customizer-footer__price-label{color:rgb(var(--muted-foreground));font-size:.75rem}@media (max-width:480px){.customizer-footer__price-label{font-size:.625rem}}.customizer-footer__price-value{color:rgb(var(--foreground));font-size:1.5rem;font-weight:700}@media (max-width:480px){.customizer-footer__price-value{font-size:1.25rem}}.customizer-footer__cart-btn{min-width:160px;background:rgb(var(--brand-dark))!important;color:rgb(var(--brand-white))!important;box-shadow:none!important;border-radius:10px!important;padding:.875rem 1.5rem!important;font-size:.875rem!important;font-weight:700!important;transition:all .2s!important}.customizer-footer__cart-btn:hover{opacity:.95!important;transform:translateY(-1px)!important}@media (max-width:1200px){.customizer-footer__cart-btn{flex:1;min-width:auto;max-width:180px}}@media (max-width:480px){.customizer-footer__cart-btn{padding:.75rem 1rem!important;font-size:.8125rem!important}}.customizer-upload-zone{background:rgb(var(--background)/.95);border:2px dashed rgb(var(--primary)/.5);cursor:pointer;z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:2rem;transition:all .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (max-width:480px){.customizer-upload-zone{width:90%;padding:1.5rem}}.customizer-upload-zone:hover{border-color:rgb(var(--primary));background:rgb(var(--primary)/.05)}.customizer-upload-zone__icon{width:48px;height:48px;color:rgb(var(--primary));margin-bottom:.75rem}@media (max-width:480px){.customizer-upload-zone__icon{width:36px;height:36px}}.customizer-upload-zone__title{color:rgb(var(--foreground));margin-bottom:.25rem;font-size:1rem;font-weight:600}@media (max-width:480px){.customizer-upload-zone__title{font-size:.875rem}}.customizer-upload-zone__subtitle{color:rgb(var(--muted-foreground));font-size:.8125rem}@media (max-width:480px){.customizer-upload-zone__subtitle{font-size:.75rem}}.customizer-controls-content .space-y-4>button{border-color:rgb(var(--border))!important;border-radius:12px!important}.customizer-controls-content .space-y-4>button:hover{border-color:rgb(var(--primary))!important;background:rgb(var(--primary)/.05)!important}#product-svg{z-index:2!important;mix-blend-mode:multiply!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:100%!important;position:relative!important}.product-selector{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}@media (max-width:480px){.product-selector{gap:.5rem}}.product-card{background:rgb(var(--background));border:2px solid rgb(var(--border));cursor:pointer;border-radius:12px;flex-direction:column;transition:all .2s;display:flex;position:relative;overflow:hidden}.product-card:hover{border-color:rgb(var(--muted-foreground)/.5);box-shadow:0 2px 8px rgb(var(--foreground)/.06)}.product-card:focus{box-shadow:0 0 0 2px rgb(var(--primary)/.2);outline:none}.product-card__image{aspect-ratio:1;background:rgb(var(--muted)/.3);justify-content:center;align-items:center;padding:.75rem;display:flex}@media (max-width:480px){.product-card__image{padding:.5rem}}.product-card__image img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.product-card__placeholder{width:40%;height:40%;color:rgb(var(--muted-foreground)/.4);transition:color .2s}.product-card__info{flex-direction:column;align-items:center;gap:.125rem;padding:.5rem .375rem .625rem;display:flex}@media (max-width:480px){.product-card__info{padding:.375rem .25rem .5rem}}.product-card__name{color:rgb(var(--foreground));text-align:center;font-size:.75rem;font-weight:600;line-height:1.3}@media (max-width:480px){.product-card__name{font-size:.6875rem}}.product-card__price{color:rgb(var(--muted-foreground));font-size:.6875rem;font-weight:500}@media (max-width:480px){.product-card__price{font-size:.625rem}}.product-card__check{background:rgb(var(--primary));color:#fff;width:20px;height:20px;box-shadow:0 1px 3px rgb(var(--foreground)/.15);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:.5rem;right:.5rem}@media (max-width:480px){.product-card__check{width:18px;height:18px;top:.375rem;right:.375rem}}.product-card--selected{border-color:rgb(var(--primary));background:rgb(var(--primary)/.02)}.product-card--selected .product-card__placeholder{color:rgb(var(--primary)/.4)}.product-card--selected .product-card__name{color:rgb(var(--primary))}.product-card--selected .product-card__price{color:rgb(var(--primary)/.7)}.product-preview-wrapper{justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:hidden}.product-preview-container{aspect-ratio:1;width:auto;max-width:100%;height:100%;max-height:100%;position:relative}.product-preview-image{-o-object-fit:contain;object-fit:contain;z-index:1;opacity:0;width:100%;height:100%;transition:opacity .25s ease-in-out;position:absolute;top:0;left:0}.product-preview-image--loaded{opacity:1}.product-preview-svg{z-index:2;mix-blend-mode:multiply;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.product-preview-canvas{z-index:3;opacity:0;width:100%;height:100%;transition:opacity .25s ease-in-out;position:absolute;top:0;left:0}.product-preview-canvas--loaded{opacity:1}body:has(.mobile-customizer){overflow:hidden!important}body:has(.mobile-customizer) footer{display:none!important}body:has(.mobile-customizer) .crisp-client{display:none!important}body:has(.mobile-customizer) [data-radix-popper-content-wrapper]{z-index:110!important}body:has(.mobile-customizer)>[data-state]{z-index:110!important}.mobile-customizer{background:rgb(var(--background));z-index:100;flex-direction:column;display:flex;position:fixed;inset:0;overflow:hidden}.mobile-customizer__preview{background:rgb(var(--muted)/.3);padding:56px 1rem 1rem;padding-bottom:calc(var(--mobile-toolbar-height) + 8px);flex:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.mobile-customizer__side-toggle{bottom:calc(var(--mobile-toolbar-height) + 24px);background:rgb(var(--background)/.92);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 2px 12px #0000001a,0 0 0 1px rgb(var(--border)/.5);z-index:15;border-radius:10px;gap:.25rem;padding:.25rem;transition:bottom .2s;display:flex;position:absolute;left:50%;transform:translate(-50%)}.mobile-customizer__side-toggle--editing{bottom:calc(var(--mobile-toolbar-height) + 28px)}.mobile-customizer__side-btn{text-transform:uppercase;letter-spacing:.03em;color:rgb(var(--muted-foreground));cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:7px;padding:.375rem .625rem;font-size:.625rem;font-weight:600;transition:all .15s}@media (min-width:400px){.mobile-customizer__side-btn{padding:.4375rem .75rem;font-size:.6875rem}}.mobile-customizer__side-btn--active{background:rgb(var(--brand-dark));color:rgb(var(--brand-white));box-shadow:0 1px 3px #00000026}.mobile-customizer__side-btn:hover:not(.mobile-customizer__side-btn--active){color:rgb(var(--foreground));background:rgb(var(--muted)/.5)}.mobile-top-bar{align-items:center;gap:.5rem;padding:.5rem .625rem;display:flex;position:absolute;top:0;left:0;right:0}.mobile-top-bar--editing{align-items:flex-start}.mobile-top-bar--editing .mobile-top-bar__back{margin-top:2px}.mobile-top-bar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:20;border-bottom:1px solid rgb(var(--border)/.5);background:linear-gradient(#fffffff7 0%,#ffffffeb 100%)}.mobile-top-bar__back{border:1px solid rgb(var(--border));width:36px;height:36px;color:rgb(var(--foreground));background:0 0;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.mobile-top-bar__back:hover{background:rgb(var(--muted))}.mobile-top-bar__toolbar{flex:1;min-width:0;overflow:visible}.mobile-top-bar__toolbar .text-toolbar{flex-wrap:wrap;justify-content:center;gap:4px 6px;padding:0;overflow-x:visible}.mobile-top-bar__toolbar .text-toolbar>[data-orientation=vertical]{display:none}.mobile-top-bar__toolbar .text-toolbar .text-toolbar__group-label{font-size:.4375rem}.mobile-top-bar__zone-toggle{border:1px solid rgb(var(--border));width:34px;height:34px;color:rgb(var(--muted-foreground));cursor:pointer;background:0 0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:flex}.mobile-top-bar__zone-toggle:hover{background:rgb(var(--muted)/.5);color:rgb(var(--foreground))}.mobile-top-bar__zone-toggle--active{background:rgb(var(--primary)/.1);border-color:rgb(var(--primary)/.3);color:rgb(var(--primary))}.mobile-top-bar__zone-toggle:disabled{opacity:.5;cursor:not-allowed}.mobile-bottom-toolbar{background:rgb(var(--background));border-top:1px solid rgb(var(--border));z-index:60;padding-bottom:env(safe-area-inset-bottom);flex-direction:column;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 16px #00000014}.mobile-bottom-toolbar__tools{border-bottom:1px solid rgb(var(--border)/.5);justify-content:space-around;align-items:center;padding:.25rem .5rem;display:flex}.mobile-bottom-toolbar__tool-btn{min-width:44px;color:rgb(var(--muted-foreground));cursor:pointer;background:0 0;border:none;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:1px;padding:.375rem .5rem;transition:all .15s;display:flex}.mobile-bottom-toolbar__tool-btn span{white-space:nowrap;text-transform:uppercase;letter-spacing:.02em;font-size:.5625rem;font-weight:600;line-height:1}.mobile-bottom-toolbar__tool-btn--active{color:rgb(var(--primary));background:rgb(var(--primary)/.08)}.mobile-bottom-toolbar__footer{justify-content:space-between;align-items:center;gap:.75rem;padding:.375rem .75rem;display:flex}.mobile-bottom-toolbar__price{flex-direction:column;min-width:0;display:flex}.mobile-bottom-toolbar__price-label{color:rgb(var(--muted-foreground));font-size:.625rem;line-height:1.2}.mobile-bottom-toolbar__price-value{color:rgb(var(--foreground));font-size:1.25rem;font-weight:700;line-height:1.2}@media (min-width:400px){.mobile-bottom-toolbar__price-value{font-size:1.375rem}}.mobile-bottom-toolbar__cart-btn{background:rgb(var(--brand-dark));color:#fff;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;max-width:55%;height:44px;padding:0 1.25rem;font-size:.8125rem;font-weight:600;transition:all .2s;display:flex;overflow:hidden}@media (min-width:400px){.mobile-bottom-toolbar__cart-btn{max-width:none;height:48px;padding:0 1.5rem;font-size:.875rem}}.mobile-bottom-toolbar__cart-btn:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.mobile-bottom-toolbar__cart-btn--success{background:#16a34a}.mobile-bottom-toolbar__cart-btn--disabled{opacity:.5;cursor:not-allowed}.mobile-bottom-sheet{left:0;right:0;bottom:calc(var(--mobile-toolbar-height,96px) + env(safe-area-inset-bottom,0px));background:rgb(var(--background));z-index:45;border-radius:24px 24px 0 0;max-height:min(60vh,500px);position:fixed;box-shadow:0 -4px 30px #00000026}@media (max-height:600px){.mobile-bottom-sheet{max-height:55vh}}@media (orientation:landscape) and (max-height:500px){.mobile-bottom-sheet{max-height:70vh}}.mobile-bottom-sheet__handle{cursor:grab;touch-action:none;justify-content:center;padding:.75rem;display:flex}.mobile-bottom-sheet__handle:active{cursor:grabbing}.mobile-bottom-sheet__handle-bar{background:rgb(var(--muted-foreground)/.3);border-radius:2px;width:40px;height:4px}.mobile-bottom-sheet__header{border-bottom:1px solid rgb(var(--border));justify-content:space-between;align-items:center;padding:0 1rem .75rem;display:flex}.mobile-bottom-sheet__content{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;max-height:calc(min(60vh,500px) - 80px);position:relative;overflow-y:auto}@media (max-height:600px){.mobile-bottom-sheet__content{max-height:calc(55vh - 80px)}}@media (orientation:landscape) and (max-height:500px){.mobile-bottom-sheet__content{max-height:calc(70vh - 80px)}}.mobile-bottom-sheet__content::-webkit-scrollbar{width:4px}.mobile-bottom-sheet__content::-webkit-scrollbar-track{background:0 0}.mobile-bottom-sheet__content::-webkit-scrollbar-thumb{background:rgb(var(--border));border-radius:2px}.mobile-bottom-sheet__content:after{content:"";background:linear-gradient(to bottom,transparent,rgb(var(--background)));pointer-events:none;height:24px;display:block;position:sticky;bottom:0;left:0;right:0}.mobile-bottom-sheet:has(.mobile-bottom-sheet__sticky-footer) .mobile-bottom-sheet__content:after{display:none}.mobile-bottom-sheet__sticky-footer{background:rgb(var(--background)/.95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid rgb(var(--border));padding:.75rem 1rem;padding-bottom:max(.75rem,env(safe-area-inset-bottom));z-index:2;position:sticky;bottom:0}@supports (padding-bottom:env(keyboard-inset-height)){.mobile-bottom-sheet__sticky-footer{padding-bottom:max(.75rem,env(safe-area-inset-bottom),env(keyboard-inset-height))}}.text-toolbar{scrollbar-width:none;align-items:center;gap:.25rem;width:100%;padding:2px 0;display:flex;overflow-x:auto}.text-toolbar::-webkit-scrollbar{display:none}.text-toolbar__group{flex-direction:column;align-items:center;gap:6px;display:flex}.text-toolbar__group-controls{align-items:center;gap:.125rem;display:flex}.text-toolbar__group-label{color:rgb(var(--muted-foreground)/.7);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;-webkit-user-select:none;user-select:none;margin-top:1px;font-size:.5rem;font-weight:600;line-height:1}.text-toolbar__color-btn{cursor:pointer;border-radius:.5rem;justify-content:center;align-items:center;width:2rem;height:2rem;transition:background .15s;display:flex}.text-toolbar__color-btn:hover{background:rgb(var(--muted)/.5)}.text-toolbar__font-btn{border:1px solid rgb(var(--border));background:rgb(var(--background));cursor:pointer;border-radius:.5rem;align-items:center;gap:.25rem;max-width:8rem;height:2rem;padding:0 .5rem;font-size:.75rem;transition:border-color .15s;display:flex}.text-toolbar__font-btn:hover{border-color:rgb(var(--ring))}.text-toolbar__font-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.text-toolbar__size-input{text-align:center;border:1px solid rgb(var(--border));background:rgb(var(--background));border-radius:.5rem;width:3rem;height:2rem;padding:0 .25rem;font-size:.75rem}.text-toolbar__size-input:focus{box-shadow:0 0 0 2px rgb(var(--ring));outline:none}.text-toolbar__more-btn{cursor:pointer;border-radius:.5rem;justify-content:center;align-items:center;width:2rem;height:2rem;transition:background .15s;display:flex}.text-toolbar__more-btn:hover{background:rgb(var(--muted)/.5)}.text-toolbar-slider{appearance:none;background:rgb(var(--muted));cursor:pointer;border-radius:999px;outline:none;width:100%;height:5px;transition:background .15s}.text-toolbar-slider::-webkit-slider-thumb{appearance:none;background:rgb(var(--brand-dark));cursor:pointer;border:2px solid rgb(var(--background));border-radius:50%;width:14px;height:14px;transition:transform .15s,box-shadow .15s;box-shadow:0 1px 3px #00000026}.text-toolbar-slider::-webkit-slider-thumb:hover{transform:scale(1.15);box-shadow:0 1px 4px #00000040}.text-toolbar-slider::-moz-range-thumb{background:rgb(var(--brand-dark));cursor:pointer;border:2px solid rgb(var(--background));border-radius:50%;width:14px;height:14px;transition:transform .15s,box-shadow .15s;box-shadow:0 1px 3px #00000026}.text-toolbar-slider::-moz-range-thumb:hover{transform:scale(1.15);box-shadow:0 1px 4px #00000040}.text-toolbar-slider:focus-visible{outline:2px solid rgb(var(--ring));outline-offset:2px}.text-toolbar-slider--sm{height:4px}.text-toolbar-slider--sm::-webkit-slider-thumb{width:12px;height:12px}.text-toolbar-slider--sm::-moz-range-thumb{width:12px;height:12px}.floating-action-bar{z-index:30;pointer-events:none;justify-content:center;display:flex;position:absolute;top:70px;left:0;right:0}@media (min-width:1200px){.floating-action-bar{display:none}}.floating-action-bar__container{pointer-events:auto;background:#fff;border-radius:12px;align-items:center;gap:.25rem;padding:.375rem;display:flex;box-shadow:0 4px 20px #00000026,0 0 0 1px #0000000d}.floating-action-bar__btn{width:36px;height:36px;color:rgb(var(--foreground));cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;transition:all .15s;display:flex}.floating-action-bar__btn:hover{background:rgb(var(--muted))}.floating-action-bar__btn:focus-visible{outline:2px solid rgb(var(--primary));outline-offset:2px}.floating-action-bar__btn--active{background:rgb(var(--muted))}.floating-action-bar__btn--danger{color:rgb(var(--foreground))}.floating-action-bar__btn--danger:hover{color:#dc2626;background:#fee2e2}.floating-action-bar__divider{background:rgb(var(--border));width:1px;height:24px;margin:0 .25rem}.floating-action-bar__dropdown{border:1px solid rgb(var(--border));z-index:50;background:#fff;border-radius:12px;min-width:160px;margin-top:.5rem;position:absolute;top:100%;left:0;box-shadow:0 4px 20px #00000026}.floating-action-bar__dropdown--right{left:auto;right:0}.floating-action-bar__menu-item{width:100%;color:rgb(var(--foreground));text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.8125rem;transition:background .15s;display:flex}.floating-action-bar__menu-item:first-child{border-radius:12px 12px 0 0}.floating-action-bar__menu-item:last-child{border-radius:0 0 12px 12px}.floating-action-bar__menu-item:hover{background:rgb(var(--muted))}@media (min-width:1025px){.floating-action-bar{z-index:50;top:1rem}}.wishlist-page{background:rgb(var(--background));min-height:calc(100vh - 4rem);padding:2rem 0 4rem}.wishlist-page .container{max-width:1200px;margin:0 auto;padding:0 1.25rem}.wishlist-page__header{text-align:center;margin-bottom:3rem}@media (min-width:768px){.wishlist-page__header{text-align:left;justify-content:space-between;align-items:center;display:flex}}.wishlist-page__title{color:rgb(var(--foreground));justify-content:center;align-items:center;gap:.75rem;margin-bottom:.5rem;font-size:2rem;font-weight:700;display:flex}@media (min-width:768px){.wishlist-page__title{justify-content:flex-start;margin-bottom:0;font-size:2.5rem}}.wishlist-page__title svg{color:rgb(var(--brand-red))}.wishlist-page__subtitle{color:rgb(var(--muted-foreground));margin-top:.5rem;font-size:1rem}@media (min-width:768px){.wishlist-page__subtitle{margin-top:0}}.wishlist-page .empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:400px;padding:3rem 1.5rem;display:flex}.wishlist-page .empty-state svg{width:80px;height:80px;color:rgb(var(--muted-foreground));opacity:.5;margin-bottom:1.5rem}.wishlist-page .empty-state h3{color:rgb(var(--foreground));margin-bottom:.75rem;font-size:1.5rem;font-weight:600}.wishlist-page .empty-state p{color:rgb(var(--muted-foreground));max-width:400px;margin-bottom:2rem;font-size:1rem}.wishlist-page .empty-state .btn{min-width:200px}.wishlist-page .empty-state__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.wishlist-page .skeleton{background:linear-gradient(90deg,rgb(var(--muted)/.2)25%,rgb(var(--muted)/.3)50%,rgb(var(--muted)/.2)75%);background-size:200% 100%;border-radius:.5rem;animation:1.5s ease-in-out infinite skeleton-loading}.wishlist-page .skeleton--title{width:300px;height:2.5rem;margin-bottom:1rem}.wishlist-page .skeleton--text{width:200px;height:1rem}.product-detail{background:rgb(var(--background));min-height:100vh;padding-bottom:4rem}.product-detail__container{max-width:1200px;margin:0 auto;padding:2rem 1.25rem}@media (max-width:768px){.product-detail__container{padding:1rem}}.product-detail__breadcrumb{color:rgb(var(--muted-foreground));align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.875rem;display:flex}.product-detail__breadcrumb a{color:rgb(var(--muted-foreground));text-decoration:none;transition:color .3s}.product-detail__breadcrumb a:hover{color:rgb(var(--primary))}.product-detail__breadcrumb svg{flex-shrink:0}.product-detail__grid{grid-template-columns:60% 40%;align-items:start;gap:3rem;display:grid}@media (max-width:1024px){.product-detail__grid{grid-template-columns:1fr;gap:2rem}}.product-detail__image-section{position:relative}.product-detail__info-section{height:fit-content;position:sticky;top:6rem}@media (max-width:1024px){.product-detail__info-section{position:static}}.product-detail__back-btn{color:rgb(var(--foreground));border:1px solid rgb(var(--border));cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;transition:all .3s;display:inline-flex}.product-detail__back-btn:hover{background:rgb(var(--muted));border-color:rgb(var(--primary))}.image-gallery__main{margin-bottom:1rem}.image-gallery__main-container{aspect-ratio:1;background:rgb(var(--muted)/.3);cursor:zoom-in;border-radius:12px;transition:all .3s;position:relative;overflow:hidden}.image-gallery__main-container:hover .image-gallery__zoom-hint,.image-gallery__main-container:hover .image-gallery__nav{opacity:1}.image-gallery__main-image{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .3s}.image-gallery__badge{z-index:10;position:absolute;top:1rem;right:1rem}.image-gallery__zoom-hint{background:rgb(var(--background)/.9);opacity:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;transition:opacity .3s;display:flex;position:absolute;bottom:1rem;right:1rem}.image-gallery__counter{background:rgb(var(--background)/.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:6px;padding:.375rem .75rem;font-size:.875rem;font-weight:500;position:absolute;bottom:1rem;left:1rem}.image-gallery__nav{background:rgb(var(--background)/.9);border:1px solid rgb(var(--border));cursor:pointer;opacity:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.image-gallery__nav:hover{background:rgb(var(--background));border-color:rgb(var(--primary))}.image-gallery__nav--prev{left:1rem}.image-gallery__nav--next{right:1rem}.image-gallery__thumbnails{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgb(var(--border))#0000;overflow-x:auto}.image-gallery__thumbnails::-webkit-scrollbar{height:6px}.image-gallery__thumbnails::-webkit-scrollbar-track{background:0 0}.image-gallery__thumbnails::-webkit-scrollbar-thumb{background:rgb(var(--border));border-radius:3px}.image-gallery__thumbnails-track{gap:.75rem;padding-bottom:.5rem;display:flex}.image-gallery__thumbnail{cursor:pointer;background:rgb(var(--muted)/.3);border:2px solid #0000;border-radius:8px;flex-shrink:0;width:80px;height:80px;transition:all .3s;position:relative;overflow:hidden}.image-gallery__thumbnail img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.image-gallery__thumbnail:hover{border-color:rgb(var(--primary)/.5)}.image-gallery__thumbnail--active{border-color:rgb(var(--primary));box-shadow:0 0 0 2px rgb(var(--background)),0 0 0 4px rgb(var(--primary)/.3)}.image-gallery__thumbnail-check{background:rgb(var(--primary));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:absolute;top:4px;right:4px}.image-gallery__lightbox{background:rgb(var(--background)/.98);z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);justify-content:center;align-items:center;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.image-gallery__lightbox-content{justify-content:center;align-items:center;max-width:90vw;max-height:90vh;display:flex;position:relative}.image-gallery__lightbox-image{-o-object-fit:contain;object-fit:contain;border-radius:12px;max-width:100%;max-height:90vh;box-shadow:0 8px 32px #0003}.image-gallery__lightbox-close{background:rgb(var(--background));border:1px solid rgb(var(--border));cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;position:absolute;top:-50px;right:0}.image-gallery__lightbox-close:hover{background:rgb(var(--muted))}.image-gallery__lightbox-nav{background:rgb(var(--background));border:1px solid rgb(var(--border));cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.image-gallery__lightbox-nav:hover{background:rgb(var(--muted));border-color:rgb(var(--primary))}.image-gallery__lightbox-nav--prev{left:-60px}.image-gallery__lightbox-nav--next{right:-60px}.image-gallery__lightbox-counter{background:rgb(var(--background));border:1px solid rgb(var(--border));border-radius:8px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;position:absolute;bottom:-50px;left:50%;transform:translate(-50%)}.variant-selector{flex-direction:column;gap:1.5rem;display:flex}.variant-selector__section{flex-direction:column;gap:.75rem;display:flex}.variant-selector__label{color:rgb(var(--foreground));font-size:.875rem;font-weight:600}.variant-selector__selected-value{color:rgb(var(--muted-foreground));font-weight:400}.variant-selector__label-row{justify-content:space-between;align-items:center;display:flex}.variant-selector__size-guide{color:rgb(var(--brand-red));cursor:pointer;background:0 0;border:none;align-items:center;gap:.375rem;padding:0;font-size:.8125rem;transition:opacity .3s;display:flex}.variant-selector__size-guide:hover{opacity:.8;text-decoration:underline}.variant-selector__colors{flex-wrap:wrap;gap:.75rem;display:flex}.variant-selector__color{border:2px solid rgb(var(--border));cursor:pointer;background:0 0;border-radius:50%;width:44px;height:44px;padding:0;transition:all .3s;position:relative}.variant-selector__color:hover{transform:scale(1.1);box-shadow:0 2px 8px #00000026}.variant-selector__color--active{border-color:rgb(var(--primary));box-shadow:0 0 0 2px rgb(var(--background)),0 0 0 4px rgb(var(--primary))}.variant-selector__color--light{border-color:rgb(var(--border))}.variant-selector__color-check{color:#fff;filter:drop-shadow(0 1px 2px #0000004d);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.variant-selector__sizes{flex-wrap:wrap;gap:.5rem;display:flex}.variant-selector__size{min-width:60px;color:rgb(var(--foreground));background:rgb(var(--background));border:1.5px solid rgb(var(--border));cursor:pointer;border-radius:8px;padding:.75rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .3s;position:relative}.variant-selector__size:hover:not(.variant-selector__size--disabled){border-color:rgb(var(--primary));background:rgb(var(--primary)/.05)}.variant-selector__size--active{background:rgb(var(--primary));border-color:rgb(var(--primary));color:#fff}.variant-selector__size--active:hover{background:rgb(var(--primary)/.9)}.variant-selector__size--disabled{opacity:.4;cursor:not-allowed}.variant-selector__size-label{z-index:1;position:relative}.variant-selector__size-line{background:rgb(var(--foreground));height:1.5px;position:absolute;top:50%;left:10%;right:10%;transform:translateY(-50%)rotate(-15deg)}.variant-selector__hint{color:rgb(var(--muted-foreground));font-size:.8125rem;font-style:italic}.product-tabs{margin-top:3rem}.product-tabs__headers{border-bottom:2px solid rgb(var(--border));-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:.5rem;display:flex;overflow-x:auto}.product-tabs__headers::-webkit-scrollbar{display:none}.product-tabs__header{color:rgb(var(--muted-foreground));cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:.5rem;margin-bottom:-2px;padding:1rem 1.5rem;font-size:.9375rem;font-weight:500;transition:all .3s;display:flex}.product-tabs__header:hover{color:rgb(var(--foreground));background:rgb(var(--muted)/.3)}.product-tabs__header--active{color:rgb(var(--brand-red));border-bottom-color:rgb(var(--brand-red))}.product-tabs__header svg{flex-shrink:0}.product-tabs__content{padding:2rem 0}.product-tabs__panel{animation:.3s fadeIn}.product-tabs__subtitle{color:rgb(var(--foreground));margin-bottom:1rem;font-size:1.125rem;font-weight:600}.product-tabs__section{margin-bottom:2rem}.product-tabs__section:last-child{margin-bottom:0}.product-tabs__section p{color:rgb(var(--foreground));line-height:1.6}.product-tabs__features,.product-tabs__materials,.product-tabs__size-guide,.product-tabs__shipping{max-width:700px}.product-tabs__list{margin:1rem 0;padding:0;list-style:none}.product-tabs__list li{color:rgb(var(--foreground));margin-bottom:.75rem;padding-left:1.5rem;line-height:1.6;position:relative}.product-tabs__list li:before{content:"•";color:rgb(var(--brand-red));font-weight:700;position:absolute;left:0}.product-tabs__table-wrapper{border:1px solid rgb(var(--border));border-radius:8px;margin:1.5rem 0;overflow-x:auto}.product-tabs__table{border-collapse:collapse;width:100%;font-size:.875rem}.product-tabs__table th,.product-tabs__table td{text-align:left;border-bottom:1px solid rgb(var(--border));padding:.75rem 1rem}.product-tabs__table th{background:rgb(var(--muted)/.5);color:rgb(var(--foreground));font-weight:600}.product-tabs__table td{color:rgb(var(--foreground))}.product-tabs__table tbody tr:last-child td{border-bottom:none}.product-tabs__table tbody tr:hover{background:rgb(var(--muted)/.3)}
