*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--bg-start:#f5f7fa;--bg-end:#e4e9f2;--glass-bg:rgba(255,255,255,.25);--glass-border:rgba(255,255,255,.35);--accent:#0984e3;--text:#2d3436;--text-muted:#636e72;background:linear-gradient(135deg,var(--bg-start),var(--bg-end));color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;min-height:100vh}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;display:block}ul{list-style:none}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.section-header{text-align:center;margin-bottom:3rem}.section-header h1{font-size:2.8rem;font-weight:800;color:var(--text);letter-spacing:-1px;margin-bottom:.75rem}.section-header p{font-size:1.15rem;color:var(--text-muted);max-width:500px;margin:0 auto}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .25s;text-decoration:none}.btn-primary{background:var(--accent);opacity:.92;color:#fff;border:1px solid rgba(255,255,255,.25)}.btn-primary:hover{opacity:1;transform:translateY(-2px);box-shadow:0 8px 24px #00000026;text-decoration:none}.btn-primary:disabled{opacity:.4;cursor:not-allowed;transform:none;box-shadow:none}.btn-secondary{background:var(--glass-bg);color:var(--text);border:1px solid var(--glass-border)}.btn-secondary:hover{background:#ffffff80;transform:translateY(-2px);text-decoration:none}.btn-large{padding:1rem 2rem;font-size:1.1rem;width:100%}.header{position:sticky;top:0;background:var(--glass-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--glass-border);z-index:100}.header .container{display:flex;align-items:center;justify-content:space-between;height:64px}.header-logo{font-size:1.4rem;font-weight:800;color:var(--text);letter-spacing:-.5px}.header-logo:hover{text-decoration:none;color:var(--accent)}.header-nav{display:flex;gap:1.5rem;align-items:center}.header-nav a{color:var(--text-muted);font-size:.9rem;font-weight:500;transition:color .2s}.header-nav a:hover{color:var(--text);text-decoration:none}.cart-link{position:relative}.cart-count{position:absolute;top:-8px;right:-12px;background:var(--accent);opacity:.9;color:#fff;font-size:.7rem;font-weight:700;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid var(--glass-border)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}.product-card{background:var(--glass-bg);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border);border-radius:20px;overflow:hidden;display:flex;flex-direction:column;transition:all .3s;box-shadow:0 8px 32px #0000000a;text-decoration:none;color:inherit}.product-card:hover{border-color:#fff9;box-shadow:0 16px 48px #0000001a;transform:translateY(-6px)}.product-card-image{position:relative;aspect-ratio:3/4;overflow:hidden;background:#e8ecf1}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product-card:hover .product-card-image img{transform:scale(1.05)}.product-card-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.placeholder-icon{font-size:3rem;opacity:.3}.product-badge{position:absolute;top:12px;left:12px;background:var(--accent);color:#fff;padding:.25rem .75rem;border-radius:8px;font-size:.75rem;font-weight:700;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.product-card-body{padding:1.25rem;flex:1}.product-card-body h2{font-size:1rem;font-weight:600;color:var(--text);margin-bottom:.35rem}.product-card-price{font-size:1.1rem;font-weight:700;color:var(--accent)}.product-card-compare{font-size:.85rem;color:var(--text-muted);text-decoration:line-through;margin-left:.5rem;font-weight:400}.no-products{grid-column:1/-1;text-align:center;color:var(--text-muted);padding:3rem}.product-hero{padding:3rem 0}.product-hero-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}@media(max-width:768px){.product-hero-content{grid-template-columns:1fr;gap:2rem}}.product-hero-image{border-radius:20px;overflow:hidden;background:var(--glass-bg);border:1px solid var(--glass-border);aspect-ratio:3/4}.product-hero-image img{width:100%;height:100%;object-fit:cover}.product-hero-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.product-info{background:var(--glass-bg);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border);border-radius:20px;padding:2rem;box-shadow:0 8px 32px #0000000a}.product-info h1{font-size:2rem;font-weight:800;color:var(--text);margin-bottom:.5rem}.product-price{font-size:1.6rem;font-weight:800;color:var(--accent);margin-bottom:1rem}.product-compare{font-size:.95rem;color:var(--text-muted);text-decoration:line-through;margin-left:.5rem;font-weight:400}.product-description{color:var(--text-muted);margin-bottom:1.5rem;line-height:1.7;font-size:.95rem}.product-description p{margin-bottom:.5rem}.size-selector{margin-bottom:1.5rem}.size-selector label{display:block;font-size:.85rem;font-weight:600;color:var(--text);margin-bottom:.5rem}.size-options{display:flex;flex-wrap:wrap;gap:.5rem}.size-option{position:relative;cursor:pointer}.size-option input{position:absolute;opacity:0;pointer-events:none}.size-label{display:flex;align-items:center;justify-content:center;min-width:52px;padding:.5rem .85rem;background:#ffffff26;border:1px solid var(--glass-border);border-radius:10px;font-size:.85rem;font-weight:500;color:var(--text);transition:all .2s}.size-option input:checked+.size-label{background:var(--accent);color:#fff;border-color:var(--accent)}.size-option input:disabled+.size-label{opacity:.3;cursor:not-allowed;text-decoration:line-through}.product-details{display:flex;flex-direction:column;gap:.6rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--glass-border)}.product-detail{display:flex;justify-content:space-between}.detail-label{font-size:.85rem;color:var(--text-muted)}.detail-value{font-size:.85rem;font-weight:600;color:var(--text)}.cart-section{padding:3rem 0}.cart-section h1{margin-bottom:2rem;font-size:1.8rem;color:var(--text)}.cart-empty{text-align:center;padding:4rem 0}.cart-empty p{color:var(--text-muted);margin-bottom:1.5rem}.cart-items{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.cart-item{display:flex;align-items:center;gap:1rem;background:var(--glass-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:16px;padding:1rem}.cart-item-info{flex:1}.cart-item-info h3{font-size:1rem;color:var(--text);margin-bottom:.25rem}.cart-item-info p{font-size:.85rem;color:var(--text-muted)}.qty-input{width:64px;padding:.4rem;background:#fff6;border:1px solid var(--glass-border);border-radius:8px;color:var(--text);text-align:center}.cart-item-price{font-weight:600;color:var(--text);min-width:80px;text-align:right}.cart-remove{color:var(--text-muted);font-size:1.4rem;padding:0 .5rem;transition:color .2s}.cart-remove:hover{color:#d63031;text-decoration:none}.cart-footer{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.cart-total{font-size:1.3rem;color:var(--text)}.cart-actions{display:flex;gap:.75rem}.size-guide{padding:3rem 0}.size-chart{overflow-x:auto;margin-bottom:3rem}.size-table{width:100%;border-collapse:collapse;font-size:.95rem}.size-table th,.size-table td{padding:.85rem 1rem;text-align:center;border-bottom:1px solid var(--glass-border)}.size-table th{font-weight:700;color:var(--text);background:#ffffff26}.size-table td{color:var(--text);background:var(--glass-bg)}.size-table tr:last-child td{border-bottom:none}.fitting-tips{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.tip-card{background:var(--glass-bg);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid var(--glass-border);border-radius:20px;padding:1.5rem;transition:all .3s}.tip-card:hover{border-color:#fff9;transform:translateY(-4px)}.tip-icon{font-size:2rem;display:block;margin-bottom:1rem}.tip-card h3{color:var(--text);font-size:1.1rem;margin-bottom:.5rem}.tip-card p{color:var(--text-muted);font-size:.9rem;line-height:1.6}.collection-page{padding:3rem 0}.footer{border-top:1px solid var(--glass-border);padding:3rem 0 1.5rem;margin-top:3rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem;margin-bottom:2rem}@media(max-width:640px){.footer-content{grid-template-columns:1fr}}.footer-brand h3{color:var(--text);font-size:1.2rem;margin-bottom:.5rem}.footer-brand p{color:var(--text-muted);font-size:.9rem}.footer-links h4,.footer-api h4{color:var(--text);font-size:.9rem;font-weight:600;margin-bottom:.75rem}.footer-links a,.footer-api a{display:block;color:var(--text-muted);font-size:.85rem;margin-bottom:.4rem}.footer-links a:hover,.footer-api a:hover{color:var(--text)}.footer-bottom{border-top:1px solid var(--glass-border);padding-top:1.5rem;text-align:center}.footer-bottom p{color:var(--text-muted);opacity:.6;font-size:.8rem}@media(max-width:640px){.section-header h1{font-size:2rem}.product-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.header-nav{gap:.75rem}.header-nav a{font-size:.8rem}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/theme.css.map */
