:root{--black: #0A0A0A;--dark: #1F1F1F;--dark2: #2A2A2A;--gold: #F59E0B;--gold-dark: #D97706;--gold-light: #FCD34D;--white: #FFFFFF;--gray: #9CA3AF;--gray-light: #F3F4F6;--red: #EF4444;--green: #10B981;--radius: 6px;--shadow: 0 4px 24px rgba(0,0,0,.4)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--black);color:var(--white);line-height:1.6;min-height:100vh}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit}.header{position:sticky;top:0;z-index:100;background:#0a0a0af7;border-bottom:1px solid rgba(245,158,11,.2);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header-inner{max-width:1200px;margin:0 auto;padding:0 20px;height:64px;display:flex;align-items:center;justify-content:space-between;gap:20px}.header-logo{display:flex;align-items:center;gap:10px;font-weight:800;font-size:1.2rem;letter-spacing:.5px}.header-logo img{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid var(--gold)}.header-logo span{color:var(--gold)}.header-nav{display:flex;align-items:center;gap:24px;list-style:none}.header-nav a{font-size:.88rem;font-weight:500;color:var(--gray);transition:color .2s;text-transform:uppercase;letter-spacing:.5px}.header-nav a:hover{color:var(--gold)}.header-actions{display:flex;align-items:center;gap:12px}.cart-btn{position:relative;background:var(--gold);color:var(--black);border:none;padding:8px 16px;border-radius:var(--radius);font-weight:700;font-size:.85rem;display:flex;align-items:center;gap:6px;transition:background .2s;text-transform:uppercase;letter-spacing:.5px}.cart-btn:hover{background:var(--gold-dark)}.cart-count{background:var(--black);color:var(--gold);border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:800}.mobile-menu-btn{display:none;background:none;border:none;color:var(--white);font-size:1.4rem;padding:4px}.footer{background:var(--dark);border-top:2px solid rgba(245,158,11,.15);padding:60px 20px 30px;margin-top:80px}.footer-grid{max-width:1200px;margin:0 auto 40px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px}.footer-brand{display:flex;flex-direction:column;gap:12px}.footer-brand img{width:50px;height:50px;border-radius:50%;object-fit:cover;border:2px solid var(--gold)}.footer-brand h3{font-size:1.1rem;font-weight:800;color:var(--gold)}.footer-brand p{font-size:.83rem;color:var(--gray);line-height:1.6}.footer-col h4{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--gold);margin-bottom:16px}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:10px}.footer-col ul li a{font-size:.85rem;color:var(--gray);transition:color .2s}.footer-col ul li a:hover{color:var(--gold)}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:24px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;font-size:.78rem;color:var(--gray)}.footer-address{font-size:.78rem;color:var(--gray);margin-top:8px}.hero{position:relative;height:100vh;min-height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden;text-align:center}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(https://images.unsplash.com/photo-1534438327276-14e5300c3a48?w=1800&h=900&fit=crop&q=85);background-size:cover;background-position:center;transform:scale(1.05);transition:transform 6s ease}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000a6}.hero-content{position:relative;z-index:2;max-width:900px;padding:20px}.hero-badge{display:inline-block;background:#f59e0b26;border:1px solid rgba(245,158,11,.4);color:var(--gold);font-size:.78rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:6px 16px;border-radius:100px;margin-bottom:20px}.hero h1{font-size:clamp(2.4rem,6vw,5rem);font-weight:900;line-height:1.05;letter-spacing:-1px;margin-bottom:20px;text-shadow:0 2px 20px rgba(0,0,0,.5)}.hero h1 span{color:var(--gold)}.hero-sub{font-size:clamp(1rem,2vw,1.2rem);color:#fffc;max-width:600px;margin:0 auto 36px}.hero-ctas{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:var(--radius);font-weight:700;font-size:.9rem;border:none;transition:all .2s;cursor:pointer;text-transform:uppercase;letter-spacing:.5px}.btn-primary{background:var(--gold);color:var(--black)}.btn-primary:hover{background:var(--gold-dark);transform:translateY(-2px)}.btn-outline{background:transparent;color:var(--white);border:2px solid rgba(255,255,255,.5)}.btn-outline:hover{border-color:var(--gold);color:var(--gold)}.btn-dark{background:var(--dark);color:var(--white)}.btn-dark:hover{background:var(--dark2)}.marquee-bar{background:var(--gold);color:var(--black);padding:10px 0;overflow:hidden;white-space:nowrap}.marquee-track{display:inline-flex;animation:marquee 24s linear infinite;gap:0}.marquee-item{font-size:.8rem;font-weight:800;letter-spacing:1px;text-transform:uppercase;padding:0 40px}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.section{padding:80px 20px}.section-inner{max-width:1200px;margin:0 auto}.section-header{margin-bottom:40px}.section-header h2{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:900;letter-spacing:-.5px}.section-header h2 span{color:var(--gold)}.section-header p{color:var(--gray);margin-top:8px;font-size:.95rem}.categories-scroll{display:flex;gap:16px;overflow-x:auto;padding-bottom:12px;scrollbar-width:thin;scrollbar-color:var(--gold) var(--dark)}.category-card{flex:0 0 200px;border-radius:12px;overflow:hidden;position:relative;aspect-ratio:3/4;cursor:pointer;transition:transform .3s}.category-card:hover{transform:translateY(-4px)}.category-card img{width:100%;height:100%;object-fit:cover}.category-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.85) 40%,transparent 80%);display:flex;flex-direction:column;justify-content:flex-end;padding:16px}.category-card-overlay h3{font-size:.9rem;font-weight:700;line-height:1.2}.category-card-overlay span{font-size:.72rem;color:var(--gold);font-weight:600;margin-top:4px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{background:var(--dark);border-radius:10px;overflow:hidden;border:1px solid rgba(255,255,255,.06);transition:transform .3s,border-color .3s;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-4px);border-color:#f59e0b4d}.product-card-img{position:relative;aspect-ratio:1;overflow:hidden;background:var(--dark2)}.product-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product-card:hover .product-card-img img{transform:scale(1.06)}.product-card-info{padding:14px;flex:1;display:flex;flex-direction:column;gap:8px}.product-card-category{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--gold)}.product-card-name{font-size:.9rem;font-weight:600;line-height:1.3;flex:1}.product-card-price{font-size:1rem;font-weight:800;color:var(--gold)}.product-card-actions{padding:0 14px 14px;display:flex;gap:8px}.product-card-actions .btn{flex:1;padding:10px;font-size:.8rem}.perf-banner{background:linear-gradient(135deg,var(--dark) 0%,#111 100%);border-top:1px solid rgba(245,158,11,.15);border-bottom:1px solid rgba(245,158,11,.15);padding:80px 20px;text-align:center}.perf-banner-inner{max-width:900px;margin:0 auto}.perf-banner h2{font-size:clamp(1.8rem,4vw,3rem);font-weight:900;letter-spacing:-.5px;margin-bottom:16px}.perf-banner h2 span{color:var(--gold)}.perf-banner p{color:var(--gray);font-size:1rem;margin-bottom:32px}.perf-stats{display:flex;justify-content:center;gap:60px;flex-wrap:wrap;margin-bottom:40px}.perf-stat-num{font-size:2rem;font-weight:900;color:var(--gold);display:block}.perf-stat-label{font-size:.78rem;color:var(--gray);text-transform:uppercase;letter-spacing:1px}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.review-card{background:var(--dark);border-radius:10px;padding:24px;border:1px solid rgba(255,255,255,.06)}.review-stars{color:var(--gold);font-size:.9rem;margin-bottom:10px}.review-text{font-size:.88rem;color:#fffc;line-height:1.6;margin-bottom:14px}.review-author{display:flex;justify-content:space-between;align-items:center}.review-name{font-weight:700;font-size:.85rem}.review-date{font-size:.72rem;color:var(--gray)}.verified-badge{display:inline-flex;align-items:center;gap:4px;font-size:.68rem;color:var(--green);font-weight:600;margin-top:6px}.newsletter{background:var(--dark);border-radius:16px;padding:60px 40px;text-align:center;border:1px solid rgba(245,158,11,.15);max-width:700px;margin:0 auto}.newsletter h2{font-size:1.8rem;font-weight:900;margin-bottom:12px}.newsletter p{color:var(--gray);margin-bottom:24px}.newsletter-form{display:flex;gap:12px;max-width:460px;margin:0 auto}.newsletter-form input{flex:1;padding:12px 16px;border-radius:var(--radius);border:1px solid rgba(255,255,255,.15);background:var(--dark2);color:var(--white);font-size:.9rem}.newsletter-form input:focus{outline:none;border-color:var(--gold)}.product-detail{max-width:1200px;margin:0 auto;padding:60px 20px}.product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.product-image-sticky{position:sticky;top:80px}.product-image-sticky img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:12px}.product-info-category{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--gold);margin-bottom:12px}.product-info h1{font-size:1.8rem;font-weight:900;margin-bottom:16px;letter-spacing:-.5px}.product-info-price{font-size:2rem;font-weight:900;color:var(--gold);margin-bottom:20px}.product-info-desc{color:#fffc;line-height:1.7;margin-bottom:24px}.fda-disclaimer{background:#f59e0b1a;border:1px solid #F59E0B;border-radius:8px;padding:12px 16px;margin-bottom:20px;font-size:.82rem;color:#92400e}.size-chart{margin-bottom:24px}.size-chart-toggle{width:100%;display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:var(--dark);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);color:var(--white);font-weight:600;font-size:.88rem;cursor:pointer}.size-chart-toggle:hover{border-color:var(--gold)}.size-chart-body{overflow:hidden;transition:max-height .3s ease}.size-chart-table{width:100%;border-collapse:collapse;font-size:.8rem;margin-top:8px}.size-chart-table th,.size-chart-table td{padding:8px 12px;text-align:left;border-bottom:1px solid rgba(255,255,255,.06)}.size-chart-table th{color:var(--gold);font-weight:700;background:var(--dark2)}.qty-selector{display:flex;align-items:center;gap:12px;margin-bottom:20px}.qty-btn{width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.2);background:var(--dark);color:var(--white);font-size:1.2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .2s}.qty-btn:hover{border-color:var(--gold)}.qty-num{font-size:1.1rem;font-weight:700;min-width:30px;text-align:center}.add-to-cart-btn{width:100%;padding:16px;background:var(--gold);color:var(--black);border:none;border-radius:var(--radius);font-weight:800;font-size:1rem;cursor:pointer;transition:background .2s,transform .1s;text-transform:uppercase;letter-spacing:.5px}.add-to-cart-btn:hover{background:var(--gold-dark)}.add-to-cart-btn:active{transform:scale(.98)}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:200;opacity:0;pointer-events:none;transition:opacity .3s}.drawer-overlay.open{opacity:1;pointer-events:all}.cart-drawer{position:fixed;top:0;right:0;height:100vh;width:420px;max-width:100vw;background:var(--dark);z-index:201;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;border-left:1px solid rgba(245,158,11,.15)}.cart-drawer.open{transform:translate(0)}.drawer-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid rgba(255,255,255,.08)}.drawer-header h2{font-size:1.1rem;font-weight:800}.drawer-close{background:none;border:none;color:var(--gray);font-size:1.4rem;cursor:pointer;transition:color .2s}.drawer-close:hover{color:var(--white)}.drawer-body{flex:1;overflow-y:auto;padding:20px 24px}.drawer-empty{text-align:center;padding:60px 0;color:var(--gray)}.drawer-empty p{margin-bottom:16px;font-size:.9rem}.shipping-progress{margin-bottom:20px}.shipping-progress-bar{height:4px;background:var(--dark2);border-radius:2px;overflow:hidden;margin:8px 0}.shipping-progress-fill{height:100%;background:var(--gold);border-radius:2px;transition:width .4s ease}.shipping-progress-text{font-size:.75rem;color:var(--gray)}.drawer-item{display:flex;gap:14px;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.06)}.drawer-item img{width:70px;height:70px;object-fit:cover;border-radius:8px;flex-shrink:0}.drawer-item-info{flex:1}.drawer-item-name{font-size:.85rem;font-weight:600;line-height:1.3;margin-bottom:4px}.drawer-item-price{font-size:.88rem;color:var(--gold);font-weight:700}.drawer-item-controls{display:flex;align-items:center;gap:8px;margin-top:8px}.drawer-item-controls button{width:26px;height:26px;border-radius:50%;border:1px solid rgba(255,255,255,.15);background:var(--dark2);color:var(--white);font-size:.9rem;display:flex;align-items:center;justify-content:center;cursor:pointer}.drawer-item-controls span{font-size:.85rem;font-weight:600;min-width:20px;text-align:center}.drawer-remove{background:none;border:none;color:var(--gray);font-size:.75rem;cursor:pointer;transition:color .2s;padding:0;text-decoration:underline}.drawer-remove:hover{color:var(--red)}.drawer-footer{padding:20px 24px;border-top:1px solid rgba(255,255,255,.08)}.drawer-subtotal{display:flex;justify-content:space-between;font-size:1rem;font-weight:700;margin-bottom:16px}.drawer-subtotal span:last-child{color:var(--gold)}.drawer-footer .btn{width:100%;justify-content:center;margin-bottom:10px}.checkout-page{max-width:1100px;margin:0 auto;padding:60px 20px}.checkout-grid{display:grid;grid-template-columns:1fr 380px;gap:40px;align-items:start}.checkout-form-section{background:var(--dark);border-radius:12px;padding:28px;margin-bottom:24px}.checkout-form-section h3{font-size:1rem;font-weight:700;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.08)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.form-group label{font-size:.8rem;font-weight:600;color:var(--gray);text-transform:uppercase;letter-spacing:.5px}.form-group input,.form-group select{padding:12px 14px;background:var(--dark2);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);color:var(--white);font-size:.9rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--gold)}.form-group select option{background:var(--dark)}.shipping-option{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);cursor:pointer;margin-bottom:10px;transition:border-color .2s}.shipping-option.selected{border-color:var(--gold);background:#f59e0b0d}.shipping-option input[type=radio]{margin-top:2px;accent-color:var(--gold)}.shipping-option-name{font-weight:600;font-size:.88rem}.shipping-option-desc{font-size:.78rem;color:var(--gray)}.shipping-option-price{margin-left:auto;font-weight:700;color:var(--gold);font-size:.9rem;white-space:nowrap}.order-summary{background:var(--dark);border-radius:12px;padding:28px;position:sticky;top:84px}.order-summary h3{font-size:1rem;font-weight:700;margin-bottom:20px}.summary-item{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.06)}.summary-item img{width:56px;height:56px;object-fit:cover;border-radius:6px}.summary-item-name{font-size:.83rem;font-weight:500;flex:1}.summary-item-price{font-size:.85rem;font-weight:700;color:var(--gold);white-space:nowrap}.summary-totals{padding-top:16px}.summary-row{display:flex;justify-content:space-between;font-size:.88rem;margin-bottom:10px;color:var(--gray)}.summary-row.total{font-size:1.05rem;font-weight:800;color:var(--white);padding-top:10px;border-top:1px solid rgba(255,255,255,.08)}.summary-row.total span:last-child{color:var(--gold)}.cart-page{max-width:1100px;margin:0 auto;padding:60px 20px}.cart-table{width:100%;border-collapse:collapse}.cart-table th{text-align:left;padding:12px 16px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--gray);border-bottom:1px solid rgba(255,255,255,.08)}.cart-table td{padding:16px;border-bottom:1px solid rgba(255,255,255,.06);vertical-align:middle}.cart-item-img{width:70px;height:70px;object-fit:cover;border-radius:6px}.cart-item-name{font-weight:600;font-size:.88rem}.cart-summary-box{background:var(--dark);border-radius:12px;padding:28px;max-width:380px;margin-left:auto;margin-top:32px}.page-header{background:linear-gradient(135deg,var(--dark) 0%,var(--black) 100%);border-bottom:1px solid rgba(245,158,11,.1);padding:60px 20px;text-align:center}.page-header h1{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:900;letter-spacing:-.5px}.page-header h1 span{color:var(--gold)}.page-header p{color:var(--gray);margin-top:10px}.breadcrumb{display:flex;align-items:center;gap:8px;font-size:.8rem;color:var(--gray);margin-bottom:16px;justify-content:center}.breadcrumb a{color:var(--gold)}.breadcrumb span{color:var(--gray)}.policy-page{max-width:800px;margin:0 auto;padding:60px 20px}.policy-page h2{font-size:1.3rem;font-weight:700;margin:32px 0 12px;color:var(--gold)}.policy-page h3{font-size:1rem;font-weight:700;margin:24px 0 8px}.policy-page p{color:#fffc;line-height:1.8;margin-bottom:14px;font-size:.9rem}.policy-page ul{padding-left:24px;margin-bottom:14px}.policy-page ul li{color:#fffc;margin-bottom:6px;font-size:.9rem;line-height:1.7}.faq-page{max-width:800px;margin:0 auto;padding:60px 20px}.faq-item{border-bottom:1px solid rgba(255,255,255,.08)}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px 0;background:none;border:none;color:var(--white);font-weight:600;font-size:.95rem;cursor:pointer;text-align:left;gap:12px}.faq-question:hover{color:var(--gold)}.faq-icon{font-size:1.2rem;color:var(--gold);flex-shrink:0}.faq-answer{overflow:hidden;transition:max-height .3s ease}.faq-answer-inner{padding:0 0 20px;color:#ffffffbf;line-height:1.7;font-size:.9rem}.about-page{max-width:1000px;margin:0 auto;padding:60px 20px}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-bottom:60px}.about-grid img{width:100%;border-radius:12px}.about-values{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:60px}.value-card{background:var(--dark);border-radius:10px;padding:24px;text-align:center;border:1px solid rgba(245,158,11,.1)}.value-icon{font-size:2rem;margin-bottom:12px}.value-card h3{font-size:.95rem;font-weight:700;margin-bottom:8px}.value-card p{font-size:.82rem;color:var(--gray);line-height:1.6}.contact-page{max-width:1100px;margin:0 auto;padding:60px 20px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px}.contact-info-item{display:flex;gap:14px;margin-bottom:24px}.contact-icon{font-size:1.2rem;margin-top:2px;color:var(--gold)}.contact-form{background:var(--dark);border-radius:12px;padding:32px}.contact-form h3{font-size:1.1rem;font-weight:700;margin-bottom:20px}.contact-form textarea{width:100%;padding:12px 14px;background:var(--dark2);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);color:var(--white);font-size:.9rem;resize:vertical;min-height:140px}.contact-form textarea:focus{outline:none;border-color:var(--gold)}.success-page{max-width:600px;margin:100px auto;padding:40px 20px;text-align:center}.success-icon{font-size:4rem;margin-bottom:20px}.success-page h1{font-size:2rem;font-weight:900;margin-bottom:12px}.success-page p{color:var(--gray);margin-bottom:32px}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:var(--dark2);border-top:1px solid rgba(245,158,11,.2);padding:16px 24px;z-index:300;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.cookie-banner p{font-size:.82rem;color:var(--gray);flex:1}.cookie-banner p a{color:var(--gold);text-decoration:underline}.cookie-banner .btn{padding:10px 20px;font-size:.82rem;white-space:nowrap}.alert{padding:12px 16px;border-radius:var(--radius);font-size:.85rem;margin-bottom:16px}.alert-success{background:#10b9811a;border:1px solid var(--green);color:var(--green)}.alert-error{background:#ef44441a;border:1px solid var(--red);color:var(--red)}.product-reviews{margin-top:60px}.product-reviews h2{font-size:1.4rem;font-weight:800;margin-bottom:24px}.rating-summary{display:flex;gap:32px;align-items:center;margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.08)}.rating-big{text-align:center}.rating-num{font-size:3rem;font-weight:900;color:var(--gold);line-height:1}.rating-stars{font-size:1rem;color:var(--gold);margin:4px 0}.rating-count{font-size:.78rem;color:var(--gray)}.rating-bars{flex:1}.rating-bar-row{display:flex;align-items:center;gap:8px;margin-bottom:6px;font-size:.75rem;color:var(--gray)}.rating-bar-bg{flex:1;height:6px;background:var(--dark2);border-radius:3px;overflow:hidden}.rating-bar-fill{height:100%;background:var(--gold);border-radius:3px}.review-form{background:var(--dark);border-radius:10px;padding:24px;margin-top:32px}.review-form h3{font-size:1rem;font-weight:700;margin-bottom:16px}.star-picker{display:flex;gap:6px;margin-bottom:16px}.star-picker button{background:none;border:none;font-size:1.6rem;cursor:pointer;color:var(--dark2);transition:color .15s;padding:0}.star-picker button.active{color:var(--gold)}@media (max-width: 768px){.header-nav{display:none}.mobile-menu-btn{display:flex}.product-grid{grid-template-columns:repeat(2,1fr)}.reviews-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.product-detail-grid{grid-template-columns:1fr}.product-image-sticky{position:static}.checkout-grid,.about-grid{grid-template-columns:1fr}.about-values{grid-template-columns:1fr 1fr}.contact-grid{grid-template-columns:1fr}.newsletter-form{flex-direction:column}.form-row{grid-template-columns:1fr}.perf-stats{gap:32px}.category-card{flex:0 0 150px}}@media (max-width: 480px){.footer-grid,.about-values{grid-template-columns:1fr}}
