*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--color-bg);color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}::selection{background:var(--color-accent);color:#000}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit;transition:color .3s ease}button{cursor:pointer;border:none;background:none;font-family:inherit;color:inherit}ul,ol{list-style:none}.visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.container{padding:0 2rem}}.section-padding{padding:6rem 0}.heading-xl{font-size:clamp(2rem,5vw,4rem);font-weight:900;text-transform:uppercase;letter-spacing:-.05em;line-height:.95}.heading-lg{font-size:clamp(1.5rem,4vw,3rem);font-weight:900;text-transform:uppercase;letter-spacing:-.05em;line-height:1}.heading-md{font-size:clamp(1.25rem,3vw,1.875rem);font-weight:900;text-transform:uppercase;letter-spacing:-.05em;line-height:1.1}.text-accent{color:var(--color-accent)}.text-muted{color:var(--color-text-muted)}.tracking-wider{letter-spacing:.1em}.uppercase{text-transform:uppercase}.font-bold{font-weight:700}.font-black{font-weight:900}.announcement-bar{background-color:var(--color-accent);color:#000;font-size:.75rem;font-weight:700;text-align:center;padding:.5rem 1rem;text-transform:uppercase;letter-spacing:.1em}.announcement-bar a{color:#000;text-decoration:underline;text-underline-offset:2px}.site-header{position:sticky;top:0;z-index:100;background:#0f0f0fcc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:4rem}.site-logo{font-size:1.5rem;font-weight:900;text-transform:uppercase;letter-spacing:-.05em}.site-logo span{color:var(--color-accent)}.site-nav{display:none;align-items:center;gap:2rem}.site-nav a{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;transition:color .3s}.site-nav a:hover,.site-nav a.active,.site-nav a.nav-sale{color:var(--color-accent)}@media(min-width:1024px){.site-nav{display:flex}}.header-icons{display:flex;align-items:center;gap:.5rem}.header-icon-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;transition:background .3s,color .3s}.header-icon-btn:hover{background:#ffffff1a}.header-icon-btn svg{width:20px;height:20px}.cart-count-badge{position:absolute;top:-4px;right:-4px;width:18px;height:18px;background:var(--color-accent);border-radius:50%;font-size:10px;font-weight:700;color:#000;display:flex;align-items:center;justify-content:center;line-height:1}.mobile-menu-toggle{display:flex}@media(min-width:1024px){.mobile-menu-toggle{display:none}}.mobile-menu{display:none;position:fixed;top:4rem;left:0;width:100%;background:var(--color-bg);border-bottom:1px solid var(--color-border);padding:1.5rem;z-index:99;flex-direction:column;gap:1rem}.mobile-menu.is-open{display:flex}.mobile-menu a{font-size:1.125rem;font-weight:700;padding:.5rem 0}.mobile-menu a:hover{color:var(--color-accent)}.hero-section{position:relative;width:100%;min-height:80vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-bg img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,var(--color-bg),rgba(15,15,15,.6),transparent)}.hero-overlay-dark{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006}.hero-content{position:relative;z-index:10;text-align:center;max-width:56rem;padding:0 1rem}.hero-subtitle{color:var(--color-accent);font-weight:700;text-transform:uppercase;letter-spacing:.2em;font-size:.8125rem;margin-bottom:1.5rem;animation:pulse 2s infinite}.hero-title{font-size:clamp(2.5rem,8vw,6rem);font-weight:900;text-transform:uppercase;letter-spacing:-.05em;line-height:.9;margin-bottom:1.5rem}.hero-title .gradient-text{background:linear-gradient(to right,#f97316,#a855f7,#f97316);background-size:200% 200%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:gradient-shift 4s ease infinite}@keyframes gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.hero-description{color:#d1d5db;font-size:1.125rem;max-width:36rem;margin:0 auto 2rem;font-weight:300;line-height:1.7}.hero-buttons{display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:center}@media(min-width:640px){.hero-buttons{flex-direction:row}}.hero-scroll{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);color:#ffffff80;display:flex;flex-direction:column;align-items:center;gap:.5rem}.hero-scroll span{font-size:10px;text-transform:uppercase;letter-spacing:.2em}.hero-scroll-line{width:1px;height:3rem;background:linear-gradient(to bottom,var(--color-accent),transparent)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;font-size:.8125rem;transition:all .3s ease;cursor:pointer;border:none;line-height:1}.btn-primary{background:var(--color-accent);color:#000}.btn-primary:hover{background:#fff;transform:scale(1.05)}.btn-outline{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.btn-outline:hover{background:#fff;color:#000;border-color:#fff}.btn-full{width:100%}.btn-lg{padding:1.125rem 2.5rem;font-size:.875rem}.btn svg{width:1rem;height:1rem;transition:transform .3s}.btn:hover svg{transform:translate(4px)}.section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3rem}.section-header__link{display:none;align-items:center;gap:.5rem;color:var(--color-accent);font-weight:700;text-transform:uppercase;letter-spacing:.1em;font-size:.8125rem;transition:color .3s}.section-header__link:hover{color:#fff}.section-header__link svg{width:1rem;height:1rem}@media(min-width:768px){.section-header__link{display:flex}}.section-subtitle{color:var(--color-text-muted);max-width:28rem;font-size:.9375rem;margin-top:.5rem}.collections-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.collections-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.collections-grid{grid-template-columns:repeat(6,1fr)}}.collection-card{position:relative;overflow:hidden;border-radius:.75rem;border:1px solid var(--color-border);transition:all .5s ease;display:block}.collection-card:hover{border-color:var(--color-accent)}.collection-card.card-large{grid-column:span 1;aspect-ratio:16/9}.collection-card.card-small{aspect-ratio:4/3}@media(min-width:1024px){.collection-card.card-large{grid-column:span 3}.collection-card.card-small{grid-column:span 2}}.collection-card img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.collection-card:hover img{transform:scale(1.1)}.collection-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.8),rgba(0,0,0,.3),transparent);z-index:1}.collection-card__content{position:absolute;bottom:0;left:0;padding:1.5rem;z-index:2;width:100%;display:flex;justify-content:space-between;align-items:flex-end}.collection-card__title{font-size:clamp(1.25rem,3vw,1.75rem);font-weight:900;text-transform:uppercase;letter-spacing:-.05em;margin-bottom:.25rem;transform:translateY(.5rem);transition:transform .3s}.collection-card:hover .collection-card__title{transform:translateY(0)}.collection-card__view-text{font-size:.8125rem;color:#d1d5db;opacity:0;transition:opacity .3s .1s}.collection-card:hover .collection-card__view-text{opacity:1}.collection-card__arrow{width:2.25rem;height:2.25rem;background:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:50%;display:flex;align-items:center;justify-content:center;transform:translateY(3rem);opacity:0;transition:all .3s ease}.collection-card:hover .collection-card__arrow{transform:translateY(0);opacity:1}.collection-card__arrow svg{width:1.25rem;height:1.25rem}.product-card{position:relative;display:block;background:var(--color-bg-secondary);border-radius:.75rem;overflow:hidden;border:1px solid var(--color-border);transition:border-color .3s}.product-card:hover{border-color:var(--color-accent)}.product-card__badge{position:absolute;top:.75rem;left:.75rem;z-index:20;background:var(--color-accent);color:#000;font-size:.6875rem;font-weight:700;padding:.25rem .5rem;text-transform:uppercase;letter-spacing:.1em;border-radius:.125rem}.product-card__image-wrap{position:relative;aspect-ratio:4/5;overflow:hidden;background:#00000080}.product-card__image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.product-card:hover .product-card__image-wrap img{transform:scale(1.1)}.product-card__actions{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;opacity:0;transition:opacity .3s;display:flex;align-items:center;justify-content:center;gap:1rem;z-index:10}.product-card:hover .product-card__actions{opacity:1}.product-card__action-btn{padding:.75rem;background:#fff;color:#000;border-radius:50%;transition:all .3s;transform:translateY(1rem)}.product-card:hover .product-card__action-btn{transform:translateY(0)}.product-card__action-btn:hover{background:var(--color-accent);color:#fff}.product-card__action-btn svg{width:1.25rem;height:1.25rem}.product-card__info{padding:1rem}.product-card__category{font-size:.6875rem;color:#6b7280;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.25rem;display:block}.product-card__title{font-weight:700;font-size:1rem;margin-bottom:.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .3s}.product-card:hover .product-card__title{color:var(--color-accent)}.product-card__meta{display:flex;align-items:center;justify-content:space-between}.product-card__price{color:var(--color-accent);font-weight:700}.product-card__compare-price{color:#4b5563;font-size:.875rem;text-decoration:line-through;margin-left:.5rem}.product-card__rating{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#eab308}.product-card__rating svg{width:.75rem;height:.75rem;fill:currentColor}.product-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:640px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1280px){.product-grid{grid-template-columns:repeat(4,1fr)}}.spotlight-section{position:relative;overflow:hidden;background:var(--color-bg)}.spotlight-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#9a341233,#581c8733);pointer-events:none}.spotlight-slide{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center;background:#151515;border-radius:1rem;overflow:hidden;border:1px solid rgba(255,255,255,.05);padding:1.5rem}@media(min-width:1024px){.spotlight-slide{grid-template-columns:1fr 1fr;padding:0}}.spotlight-content{display:flex;flex-direction:column;gap:1.5rem;padding:1rem}@media(min-width:1024px){.spotlight-content{padding:3rem}}.spotlight-franchise{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--color-accent)}.spotlight-title{font-size:clamp(1.5rem,4vw,3rem);font-weight:900;text-transform:uppercase;letter-spacing:-.05em;line-height:1}.spotlight-desc{color:var(--color-text-muted);font-size:.9375rem;line-height:1.7}.spotlight-price-wrap{display:flex;align-items:baseline;gap:1rem;padding:.75rem 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.spotlight-price{font-size:2.25rem;font-weight:900;letter-spacing:-.05em}.spotlight-qty{display:flex;align-items:center;gap:1.5rem}.spotlight-qty label{font-size:.8125rem;font-weight:700;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.1em}.qty-selector{display:flex;align-items:center;background:#000;border-radius:.5rem;border:1px solid var(--color-border)}.qty-selector button{padding:.75rem;transition:color .3s}.qty-selector button:hover{color:var(--color-accent)}.qty-selector button svg{width:1rem;height:1rem}.qty-selector span{width:3rem;text-align:center;font-weight:700}.spotlight-buttons{display:flex;flex-direction:column;gap:1rem}@media(min-width:640px){.spotlight-buttons{flex-direction:row}}.spotlight-buttons .btn{flex:1}.btn-cart-outline{background:transparent;border:2px solid var(--color-accent);color:#fff;padding:1rem 1.5rem;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.btn-cart-outline:hover{background:var(--color-accent);color:#000}.btn-buy-now{background:var(--color-accent);color:#fff;padding:1rem 1.5rem;font-weight:900;text-transform:uppercase;letter-spacing:.1em;box-shadow:0 0 30px -5px #f9731680}.btn-buy-now:hover{transform:scale(1.02)}.spotlight-image{position:relative;aspect-ratio:1;overflow:hidden;border-radius:.75rem}@media(min-width:1024px){.spotlight-image{aspect-ratio:auto;height:100%;min-height:600px;border-radius:0}}.spotlight-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.spotlight-slide:hover .spotlight-image img{transform:scale(1.05)}.spotlight-image__gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#151515,transparent);opacity:.8}@media(min-width:1024px){.spotlight-image__gradient{background:linear-gradient(to left,transparent,#151515)}}.slider-nav{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1.5rem}.slider-nav button{width:3rem;height:3rem;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s}.slider-nav button:hover{background:#fff;color:#000}.slider-nav button svg{width:1.25rem;height:1.25rem}.trust-section{border-top:1px solid rgba(255,255,255,.05)}.trust-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:768px){.trust-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.trust-grid{grid-template-columns:repeat(4,1fr)}}.trust-badge{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:var(--color-bg-secondary);border-radius:.75rem;border:1px solid var(--color-border);transition:border-color .3s}.trust-badge:hover{border-color:var(--color-accent)}.trust-badge__icon{width:3rem;height:3rem;background:#ffffff0d;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s}.trust-badge:hover .trust-badge__icon{background:var(--color-accent);color:#000}.trust-badge__icon svg{width:1.5rem;height:1.5rem}.trust-badge__title{font-weight:700;font-size:.8125rem;text-transform:uppercase;letter-spacing:.1em}.trust-badge__desc{font-size:.75rem;color:#6b7280}.instagram-section{text-align:center}.instagram-handle{font-size:clamp(1.5rem,4vw,3rem);font-weight:900;text-transform:uppercase;letter-spacing:-.05em;margin-bottom:.5rem}.instagram-handle .gradient{background:linear-gradient(to right,#a855f7,#f97316);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.instagram-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.25rem}@media(min-width:768px){.instagram-grid{grid-template-columns:repeat(4,1fr);gap:1rem}}.instagram-post{position:relative;aspect-ratio:1;overflow:hidden;background:#111}@media(min-width:768px){.instagram-post{border-radius:.75rem}}.instagram-post img{width:100%;height:100%;object-fit:cover;opacity:.8;transition:all .5s}.instagram-post:hover img{transform:scale(1.1);opacity:1}.instagram-post__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;opacity:0;transition:opacity .3s;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:#fff}.instagram-post:hover .instagram-post__overlay{opacity:1}.site-footer{background:var(--color-bg-dark);border-top:1px solid var(--color-border);padding-top:4rem;padding-bottom:2rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:3rem}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-logo{font-size:1.25rem;font-weight:900;text-transform:uppercase;letter-spacing:-.05em;margin-bottom:1rem}.footer-logo span{color:var(--color-accent)}.footer-desc{color:var(--color-text-muted);font-size:.875rem;line-height:1.7;margin-bottom:1rem}.footer-social{display:flex;gap:1rem}.footer-social a{transition:color .3s}.footer-social a:hover{color:var(--color-accent)}.footer-social svg{width:1.25rem;height:1.25rem}.footer-heading{font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;font-size:.875rem}.footer-links{display:flex;flex-direction:column;gap:.75rem}.footer-links a{font-size:.875rem;color:var(--color-text-muted);transition:color .3s}.footer-links a:hover{color:#fff}.footer-newsletter-form{display:flex;gap:.5rem}.footer-newsletter-form input{flex:1;background:var(--color-bg-secondary);border:1px solid var(--color-border);color:#fff;padding:.625rem 1rem;font-size:.875rem;font-family:inherit;outline:none;transition:border-color .3s}.footer-newsletter-form input:focus{border-color:var(--color-accent)}.footer-newsletter-form input::placeholder{color:#6b7280}.footer-newsletter-form button{background:var(--color-accent);color:#000;padding:.625rem 1rem;font-weight:700;text-transform:uppercase;font-size:.8125rem;transition:background .3s}.footer-newsletter-form button:hover{background:#fff}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem;font-size:.75rem;color:#4b5563}@media(min-width:768px){.footer-bottom{flex-direction:row}}.footer-bottom-links{display:flex;gap:1.5rem}.footer-bottom-links a{color:#4b5563;transition:color .3s}.footer-bottom-links a:hover{color:var(--color-text-muted)}.product-breadcrumb{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#6b7280;font-weight:700;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:2rem}.product-breadcrumb a{transition:color .3s}.product-breadcrumb a:hover{color:var(--color-accent)}.product-breadcrumb .current{color:#fff}.product-page-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:1024px){.product-page-grid{grid-template-columns:7fr 5fr}}.product-gallery{position:relative}@media(min-width:1024px){.product-gallery{position:sticky;top:6rem;align-self:start}}.product-main-image{position:relative;aspect-ratio:4/5;background:var(--color-bg-secondary);border-radius:.75rem;overflow:hidden;border:1px solid var(--color-border);margin-bottom:1rem}.product-main-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s;cursor:zoom-in}.product-main-image:hover img{transform:scale(1.05)}.product-badge-pick{position:absolute;bottom:1.5rem;right:1.5rem;background:linear-gradient(to right,#f97316,#ef4444);color:#fff;font-weight:700;padding:.5rem 1rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;transform:rotate(-2deg);z-index:10;border:1px solid rgba(255,255,255,.2);box-shadow:0 4px 15px #0000004d}.product-thumbnails{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.product-thumbnail{aspect-ratio:1;border-radius:.5rem;overflow:hidden;border:2px solid transparent;opacity:.6;transition:all .3s;cursor:pointer}.product-thumbnail.active{border-color:var(--color-accent);opacity:1}.product-thumbnail:hover{opacity:1}.product-thumbnail img{width:100%;height:100%;object-fit:cover}.product-info{display:flex;flex-direction:column;gap:2rem}.product-title{font-size:clamp(1.75rem,4vw,3rem);font-weight:900;text-transform:uppercase;letter-spacing:-.05em;line-height:1}.product-rating-row{display:flex;align-items:center;gap:1rem;font-size:.875rem;color:var(--color-text-muted);flex-wrap:wrap}.product-stars{display:flex;color:var(--color-accent);gap:2px}.product-stars svg{width:1rem;height:1rem;fill:currentColor}.product-dot{width:4px;height:4px;background:#4b5563;border-radius:50%}.product-stock{color:#4ade80;font-weight:700;display:flex;align-items:center;gap:.25rem}.product-stock svg{width:1rem;height:1rem}.product-price-row{display:flex;align-items:baseline;gap:1rem}.product-price{font-size:3rem;font-weight:900;color:var(--color-accent);letter-spacing:-.05em}.product-compare-price{font-size:1.25rem;color:#6b7280;text-decoration:line-through}.product-atc-box{background:var(--color-bg-secondary);padding:1.5rem;border-radius:.75rem;border:1px solid var(--color-border);display:flex;flex-direction:column;gap:1.5rem}.product-atc-box__qty{display:flex;align-items:center;justify-content:space-between}.product-atc-box__qty label{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted)}.product-atc-btn{width:100%;background:#fff;color:#000;font-weight:900;text-transform:uppercase;letter-spacing:.1em;padding:1rem;border-radius:.5rem;font-size:.9375rem;transition:all .3s;box-shadow:0 0 15px #f9731633}.product-atc-btn:hover{background:var(--color-accent);color:#fff;transform:scale(1.02)}.product-atc-btn:active{transform:scale(.98)}.product-atc-note{text-align:center;font-size:.75rem;color:#6b7280}.product-trust-mini{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.product-trust-mini__item{background:var(--color-bg-secondary);padding:1rem;border-radius:.5rem;border:1px solid var(--color-border);display:flex;align-items:center;gap:.75rem}.product-trust-mini__item svg{width:1.5rem;height:1.5rem;flex-shrink:0}.product-trust-mini__item .title{font-size:.875rem;font-weight:700}.product-trust-mini__item .desc{font-size:.75rem;color:#6b7280}.product-tabs{border-top:1px solid var(--color-border);padding-top:2rem}.product-tabs__nav{display:flex;gap:2rem;border-bottom:1px solid var(--color-border);margin-bottom:1.5rem}.product-tabs__nav button{padding-bottom:1rem;font-size:.8125rem;font-weight:900;text-transform:uppercase;letter-spacing:.1em;color:#6b7280;transition:color .3s;position:relative}.product-tabs__nav button:hover{color:#fff}.product-tabs__nav button.active{color:var(--color-accent)}.product-tabs__nav button.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--color-accent)}.product-tab-content{color:#d1d5db;line-height:1.8;min-height:150px}.specs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.spec-item{display:flex;flex-direction:column;border-bottom:1px solid var(--color-border);padding-bottom:.75rem}.spec-item__label{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#6b7280}.spec-item__value{font-weight:700}.review-summary{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.review-avg{font-size:2.5rem;font-weight:900}.review-stars{display:flex;gap:2px;color:var(--color-accent)}.review-stars svg{width:1rem;height:1rem}.review-count{font-size:.75rem;color:#6b7280}.review-item{border-bottom:1px solid var(--color-border);padding-bottom:1rem;margin-bottom:1rem}.review-item__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.review-item__user{font-weight:700;font-size:.875rem}.review-item__date{font-size:.75rem;color:#6b7280}.review-item__rating{display:flex;gap:2px;color:var(--color-accent)}.review-item__rating svg{width:.75rem;height:.75rem;fill:currentColor}.review-item__text{font-size:.875rem;color:var(--color-text-muted)}.collection-hero{position:relative;min-height:40vh;display:flex;align-items:flex-end;overflow:hidden}@media(min-width:768px){.collection-hero{min-height:50vh}}.collection-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.collection-hero__bg img{width:100%;height:100%;object-fit:cover;transform:scale(1.05)}.collection-hero__gradient{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(to top,var(--color-bg),rgba(15,15,15,.8),transparent)}.collection-hero__content{position:relative;z-index:2;padding-bottom:3rem}.collection-title{font-size:clamp(2rem,6vw,4.5rem);font-weight:900;text-transform:uppercase;letter-spacing:-.05em;margin-bottom:1rem}.collection-desc{color:var(--color-text-muted);max-width:42rem;font-size:.9375rem;line-height:1.7}.collection-toolbar{border-bottom:1px solid var(--color-border);position:sticky;top:4rem;z-index:40;background:#0f0f0fe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.collection-toolbar__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0}.collection-toolbar__count{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted)}.collection-toolbar__actions{display:flex;align-items:center;gap:1rem}.toolbar-btn{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;transition:color .3s}.toolbar-btn:hover{color:var(--color-accent)}.toolbar-btn svg{width:1rem;height:1rem}.toolbar-divider{width:1px;height:1rem;background:var(--color-border)}.explore-collections{border-top:1px solid rgba(255,255,255,.05);background:#000;position:relative;overflow:hidden}.explore-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:1024px){.explore-grid{grid-template-columns:repeat(4,1fr)}}.explore-card{position:relative;height:10rem;overflow:hidden;border-radius:.75rem;background:#111;border:1px solid var(--color-border);transition:border-color .5s;display:block}.explore-card:hover{border-color:#6b7280}.explore-card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.4;transition:all .7s}.explore-card:hover img{transform:scale(1.1);opacity:.6}.explore-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000,rgba(0,0,0,.5),transparent)}.explore-card__info{position:absolute;bottom:1rem;left:1rem;z-index:10}.explore-card__dot{width:.5rem;height:.5rem;border-radius:50%;margin-bottom:.5rem}.explore-card__name{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.cart-empty{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}.cart-empty__icon{width:6rem;height:6rem;background:var(--color-bg-secondary);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.cart-empty__icon svg{width:3rem;height:3rem;color:var(--color-text-muted)}.cart-page-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:1024px){.cart-page-grid{grid-template-columns:2fr 1fr}}.cart-item{background:var(--color-bg-secondary);border:1px solid var(--color-border);padding:1rem;border-radius:.75rem;display:flex;gap:1.5rem;align-items:center;position:relative}.cart-item__image{width:6rem;height:6rem;background:#000;border-radius:.5rem;overflow:hidden;border:1px solid var(--color-border);flex-shrink:0}@media(min-width:768px){.cart-item__image{width:8rem;height:8rem}}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__details{flex:1;display:flex;flex-direction:column;gap:.5rem}@media(min-width:768px){.cart-item__details{flex-direction:row;align-items:center;justify-content:space-between}}.cart-item__title{font-weight:700;text-transform:uppercase;letter-spacing:.1em;font-size:.875rem;padding-right:2rem}.cart-item__price{font-size:1.125rem;font-weight:900;color:var(--color-accent);min-width:6rem;text-align:right}.cart-item__remove{position:absolute;top:1rem;right:1rem;color:#4b5563;padding:.5rem;transition:color .3s}.cart-item__remove:hover{color:#ef4444}.cart-item__remove svg{width:1rem;height:1rem}.cart-clear{font-size:.75rem;color:#ef4444;font-weight:700;text-transform:uppercase;letter-spacing:.1em;text-decoration:underline;text-underline-offset:4px;transition:color .3s;margin-top:.5rem}.cart-clear:hover{color:#f87171}.order-summary{background:var(--color-bg-secondary);border:1px solid var(--color-border);padding:1.5rem;border-radius:.75rem;display:flex;flex-direction:column;gap:1.5rem}@media(min-width:1024px){.order-summary{position:sticky;top:6rem}}.order-summary__title{font-size:1.25rem;font-weight:900;text-transform:uppercase;letter-spacing:-.05em}.order-summary__row{display:flex;justify-content:space-between;font-size:.875rem;color:var(--color-text-muted)}.order-summary__row span:last-child{color:#fff;font-weight:700}.order-summary__divider{height:1px;background:var(--color-border)}.order-summary__total{display:flex;justify-content:space-between;font-size:1.125rem;font-weight:900}.order-summary__total span:last-child{color:var(--color-accent)}.checkout-btn{width:100%;background:var(--color-accent);color:#000;font-weight:900;text-transform:uppercase;letter-spacing:.1em;padding:1rem;border-radius:.5rem;font-size:.9375rem;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 4px 15px #f9731633}.checkout-btn:hover{background:#fff;transform:scale(1.02)}.checkout-btn svg{width:1rem;height:1rem;transition:transform .3s}.checkout-btn:hover svg{transform:translate(4px)}.order-summary__trust{display:flex;flex-direction:column;gap:.75rem;padding-top:1rem}.order-summary__trust-item{display:flex;align-items:center;gap:.75rem;font-size:.75rem;color:#6b7280}.order-summary__trust-item svg{width:.875rem;height:.875rem}.grid-2{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.grid-2{grid-template-columns:repeat(2,1fr)}}.flex-center{display:flex;align-items:center;justify-content:center}.relative{position:relative}.overflow-hidden{overflow:hidden}.text-center{text-align:center}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mt-4{margin-top:1rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:fadeInUp .6s ease forwards}.hide-mobile{display:none}@media(min-width:768px){.hide-mobile{display:block}}.hide-desktop{display:block}@media(min-width:768px){.hide-desktop{display:none}}.jdgm-rev-widg{background:transparent!important}.jdgm-rev-widg .jdgm-rev{border-color:var(--color-border)!important}
/*# sourceMappingURL=/cdn/shop/t/10/assets/theme.css.map */
