:root{--bg-primary: #0a0a0a;--bg-secondary: #111111;--bg-card: #161616;--accent: #3b82f6;--accent-hover: #60a5fa;--text-primary: #ffffff;--text-secondary: #a0a0a0;--text-muted: #666666;--border: #2a2a2a;--border-hover: #3a3a3a}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;min-height:100vh}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(59,130,246,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(59,130,246,.03) 1px,transparent 1px);background-size:50px 50px;pointer-events:none;z-index:-1}.navbar{position:sticky;top:0;z-index:100;background:#0a0a0af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.navbar-container{max-width:1200px;margin:0 auto;padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.navbar-logo img{height:50px;width:auto;border-radius:50%}.navbar-links{display:flex;gap:2rem}.navbar-link{color:var(--text-secondary);text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s}.navbar-link:hover{color:var(--text-primary)}.navbar-cart{position:relative;color:var(--text-secondary);transition:color .2s;padding:.5rem}.navbar-cart:hover{color:var(--text-primary)}.cart-count{position:absolute;top:0;right:0;background:var(--accent);color:#fff;font-size:.65rem;font-weight:600;min-width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.hero{text-align:center;padding:3rem 1.5rem;border-bottom:1px solid var(--border);background:linear-gradient(180deg,var(--bg-secondary) 0%,var(--bg-primary) 100%)}.hero-title{font-family:Bebas Neue,sans-serif;font-size:clamp(1.8rem,5vw,3rem);letter-spacing:.15em;color:var(--text-primary);margin-bottom:.5rem}.hero-subtitle{font-size:.95rem;color:var(--text-secondary);font-weight:300;letter-spacing:.05em}.breadcrumbs{background:var(--bg-secondary);border-bottom:1px solid var(--border)}.breadcrumbs-container{max-width:1200px;margin:0 auto;padding:.75rem 1.5rem;font-size:.85rem}.breadcrumbs a{color:var(--text-muted);text-decoration:none;transition:color .2s}.breadcrumbs a:hover{color:var(--accent)}.breadcrumb-separator{color:var(--text-muted);margin:0 .5rem}.breadcrumb-current{color:var(--text-secondary)}.main-content{max-width:1200px;margin:0 auto;padding:2.5rem 1.5rem}.section-title{font-family:Bebas Neue,sans-serif;font-size:1.2rem;letter-spacing:.2em;color:var(--accent);margin-bottom:2rem;display:flex;align-items:center;gap:1rem}.section-title:after{content:"";flex:1;height:1px;background:linear-gradient(90deg,var(--border) 0%,transparent 100%)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.product-card{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;overflow:hidden;transition:all .3s ease;animation:fadeInUp .6s ease forwards;opacity:0}.product-card:nth-child(1){animation-delay:.1s}.product-card:nth-child(2){animation-delay:.15s}.product-card:nth-child(3){animation-delay:.2s}.product-card:nth-child(4){animation-delay:.25s}.product-card:hover{border-color:var(--border-hover);transform:translateY(-4px);box-shadow:0 20px 40px #0000004d}.product-image-container{aspect-ratio:1/1;background:var(--bg-secondary);overflow:hidden}.product-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-image{transform:scale(1.05)}.product-info{padding:1.25rem}.product-name{font-family:Bebas Neue,sans-serif;font-size:1.2rem;letter-spacing:.03em;margin-bottom:.5rem}.product-name a{color:var(--text-primary);text-decoration:none}.product-name a:hover{color:var(--accent)}.product-description{font-size:.8rem;color:var(--text-secondary);font-weight:300;line-height:1.5;margin-bottom:1rem}.product-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid var(--border)}.product-price{font-family:Bebas Neue,sans-serif;font-size:1.4rem;color:var(--text-primary)}.btn{background:var(--accent);color:#fff;border:none;padding:.6rem 1.25rem;border-radius:4px;font-size:.8rem;font-weight:600;letter-spacing:.05em;cursor:pointer;transition:all .2s ease;text-transform:uppercase;text-decoration:none;display:inline-block}.btn:hover{background:var(--accent-hover)}.btn-lg{padding:1rem 2rem;font-size:.9rem}.btn-block{width:100%}.btn-disabled,.btn:disabled{background:var(--text-muted);cursor:not-allowed}.product-page{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.product-page-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.product-gallery{position:sticky;top:100px}.main-image-container{aspect-ratio:1/1;overflow:hidden;border-radius:8px;background:var(--bg-secondary);margin-bottom:1rem}.main-image-container img{width:100%;height:100%;object-fit:contain}.product-thumbnails{display:flex;gap:.5rem;flex-wrap:wrap}.product-thumbnails img{width:70px;height:70px;object-fit:cover;border-radius:4px;cursor:pointer;border:2px solid transparent;transition:border-color .2s;background:var(--bg-secondary)}.product-thumbnails img:hover,.product-thumbnails img.active{border-color:var(--accent)}.product-details h1{font-family:Bebas Neue,sans-serif;font-size:2.2rem;margin-bottom:.75rem;letter-spacing:.02em}.product-details .price{font-family:Bebas Neue,sans-serif;font-size:1.8rem;color:var(--accent);margin-bottom:1.25rem}.product-details .description{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.7;font-size:.95rem}.form-group{margin-bottom:1.25rem}.form-label{display:block;margin-bottom:.5rem;color:var(--text-primary);font-weight:500;font-size:.9rem}.form-select{width:100%;padding:.75rem 1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:4px;color:var(--text-primary);font-size:.95rem;cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23a0a0a0' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center}.form-select:focus{outline:none;border-color:var(--accent)}.quantity-input{display:inline-flex;align-items:center}.quantity-input button{width:36px;height:36px;background:var(--bg-card);border:1px solid var(--border);color:var(--text-primary);font-size:1.1rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.quantity-input button:hover{background:var(--bg-secondary);border-color:var(--accent)}.quantity-input button:first-child{border-radius:4px 0 0 4px}.quantity-input button:last-child{border-radius:0 4px 4px 0}.quantity-input input{width:50px;height:36px;text-align:center;background:var(--bg-card);border:1px solid var(--border);border-left:none;border-right:none;color:var(--text-primary);font-size:.95rem}.quantity-input input:focus{outline:none}.cart-page{max-width:900px;margin:0 auto;padding:2rem 1.5rem}.cart-page h1{font-family:Bebas Neue,sans-serif;font-size:1.8rem;margin-bottom:1.5rem}.cart-empty{text-align:center;padding:3rem;color:var(--text-secondary)}.cart-empty p{margin-bottom:1.5rem}.cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:1rem;padding:1.25rem;background:var(--bg-card);border-radius:8px;margin-bottom:.75rem;align-items:center}.cart-item-image{width:80px;height:80px;object-fit:cover;border-radius:4px;background:var(--bg-secondary)}.cart-item-title{font-family:Bebas Neue,sans-serif;font-size:1.1rem;margin-bottom:.25rem}.cart-item-title a{color:inherit;text-decoration:none}.cart-item-title a:hover{color:var(--accent)}.cart-item-variant{color:var(--text-muted);font-size:.8rem;margin-bottom:.25rem}.cart-item-price{font-family:Bebas Neue,sans-serif;font-size:1rem;color:var(--accent)}.cart-item-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.cart-item-quantity{display:flex;align-items:center;gap:.5rem}.cart-item-quantity button{width:28px;height:28px;background:var(--bg-secondary);border:1px solid var(--border);color:var(--text-primary);border-radius:4px;cursor:pointer;font-size:.9rem}.cart-item-quantity button:hover{border-color:var(--accent)}.cart-item-quantity span{min-width:24px;text-align:center;font-size:.9rem}.cart-item-remove{background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:.75rem;transition:color .2s}.cart-item-remove:hover{color:#dc2626}.cart-totals{background:var(--bg-card);padding:1.25rem;border-radius:8px;margin-top:1.5rem}.cart-totals .total-row{display:flex;justify-content:space-between;padding:.6rem 0;border-bottom:1px solid var(--border);font-size:.95rem}.cart-totals .total-row:last-child{border-bottom:none;font-size:1.15rem;font-weight:600;padding-top:.75rem}.continue-shopping{display:block;text-align:center;margin-top:1rem;color:var(--text-secondary);text-decoration:none;font-size:.9rem}.continue-shopping:hover{color:var(--accent)}.footer{border-top:1px solid var(--border);padding:2rem;text-align:center;background:var(--bg-secondary);margin-top:3rem}.footer-content{max-width:600px;margin:0 auto}.footer-title{font-family:Bebas Neue,sans-serif;font-size:.9rem;letter-spacing:.15em;color:var(--text-secondary);margin-bottom:1rem}.contact-info{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-bottom:1rem}.contact-link{color:var(--text-secondary);text-decoration:none;font-size:.85rem;transition:color .2s ease;display:flex;align-items:center;gap:.5rem}.contact-link:hover{color:var(--accent)}.copyright{font-size:.75rem;color:var(--text-muted)}@media(max-width:768px){.product-page-grid{grid-template-columns:1fr}.product-gallery{position:static}.navbar-links{display:none}.cart-item{grid-template-columns:70px 1fr}.cart-item-actions{grid-column:1 / -1;flex-direction:row;justify-content:space-between}}@media(max-width:640px){.hero{padding:2rem 1rem}.product-grid{grid-template-columns:1fr 1fr;gap:1rem}.product-info{padding:1rem}.product-name{font-size:1rem}.product-description{display:none}.contact-info{flex-direction:column;gap:.75rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/style.css.map */
