*{box-sizing:border-box}html,body{margin:0;padding:0}body{color:#111;background-color:#fff;font-family:Segoe UI,Inter,system-ui,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{max-width:1200px;margin:0 auto;padding:1.5rem}.grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.card{background:#1a1a1a;border-radius:1rem;overflow:hidden;box-shadow:0 0 15px #0009}.btn{color:#fff;cursor:pointer;background:#111;border:none;border-radius:.5rem;padding:.6rem 1rem;font-weight:700;transition:background .2s,transform .1s}.btn:hover{background:#333}.btn:active{transform:scale(.95)}.form-box{background:#fff;border-radius:1rem;flex-direction:column;gap:1rem;padding:2rem;display:flex;box-shadow:0 4px 12px #0000000d}.form-box label{color:#333;flex-direction:column;gap:.3rem;font-weight:500;display:flex}.section-box{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 12px #0000000d}.form-label{color:#333;flex-direction:column;margin-bottom:1rem;font-weight:500;display:flex}.form-input{border:1px solid #ddd;border-radius:.5rem;padding:.9rem 1rem;font-size:1rem;transition:border .2s,box-shadow .2s}.form-input:focus{border-color:#111;outline:none;box-shadow:0 0 0 2px #1111111a}.summary-item{border-bottom:1px solid #eee;justify-content:space-between;padding:.6rem 0;display:flex}.summary-total{margin-top:1rem;font-size:1.2rem;font-weight:600}.btn-primary{color:#fff;cursor:pointer;background:#111;border:none;border-radius:.5rem;padding:1rem;font-size:1rem;font-weight:700;transition:background .2s}.btn-primary:hover{background:#333}.header{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:10;background:#0f0f0fe6;border-bottom:1px solid #222;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex}.nav a{color:#aaa;margin-left:1rem}.nav a.active,.nav a:hover{color:#fff}.price{font-size:1.1rem;font-weight:700}.muted{color:#aaa}.footer{color:#666;text-align:center;border-top:1px solid #222;margin-top:3rem;padding:2rem 1rem}.checkout-container{grid-template-columns:2fr 1fr;gap:2rem;max-width:1200px;margin:0 auto;padding:2rem 1.5rem;display:grid}.checkout-form{color:#111;background:#fff;border-radius:1rem;flex-direction:column;gap:1rem;padding:2rem;display:flex;box-shadow:0 4px 12px #0000000d}.checkout-summary{color:#111;background:#fff;border-radius:1rem;height:fit-content;padding:1.5rem;box-shadow:0 4px 12px #0000000d}.checkout-footer{justify-content:center;margin-top:3rem;display:flex}@media (max-width:768px){.checkout-container{grid-template-columns:1fr}}.cart-item{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:.8rem 0;display:flex}.cart-actions{align-items:center;gap:.5rem;display:flex}.btn-small{color:#111;cursor:pointer;background:#f0f0f0;border:1px solid #ddd;border-radius:.4rem;padding:.4rem .9rem;font-size:1rem;font-weight:700;transition:background .2s,transform .1s}.btn-small:hover{background:#e0e0e0}.btn-small:active{transform:scale(.9)}.btn-remove{color:#e60023;cursor:pointer;background:0 0;border:none;font-size:1.5rem;font-weight:700;line-height:1;transition:color .2s,transform .1s}.btn-remove:hover{color:#b3001b}.btn-remove:active{transform:scale(.9)}.section-title{color:#111;align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:1.75rem;font-weight:700;display:flex}.section-title img{object-fit:contain;width:32px;height:32px}.form-label{color:#111}.shipping-option{color:#111;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:.5rem;align-items:center;gap:.6rem;padding:.8rem 1rem;transition:border .2s,background .2s;display:flex}.shipping-option:hover{background:#f9f9f9;border-color:#111}.shipping-option input[type=radio]{appearance:none;border:2px solid #666;border-radius:50%;place-content:center;width:18px;height:18px;transition:border .2s,background .2s;display:grid}.shipping-option input[type=radio]:checked{background:radial-gradient(circle,#111 40%,#0000 50%);border-color:#111}.product-option{color:#111;background:#fff;border:1px solid #ddd;border-radius:.5rem;align-items:center;gap:1rem;margin-bottom:1rem;padding:1rem;display:flex}.product-option:hover{background:#f9f9f9;border-color:#111}.product-thumb{object-fit:cover;border-radius:.4rem;width:60px;height:60px}.product-info{flex-direction:column;flex:1;gap:.3rem;display:flex}.product-name{font-size:1rem;font-weight:600}.product-price{font-weight:600}.product-card{transition:transform .3s,box-shadow .3s}.product-card:hover{transform:scale(1.05);box-shadow:0 8px 24px #0003}.product-image-container{width:100%;height:600px;position:relative}.product-image-container img{object-fit:contain;cursor:pointer;border-radius:.5rem;width:100%;height:100%;position:absolute;inset:0;box-shadow:0 4px 12px #0003}.modal-overlay{z-index:50;background:#000000d9;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{max-width:90%;max-height:90%;position:relative}.modal-content img{object-fit:contain;border-radius:.5rem;max-width:90vw;max-height:90vh;box-shadow:0 4px 12px #0006}.modal-arrow{color:#000;cursor:pointer;z-index:10;background:#ffffffd9;border-radius:9999px;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1.75rem;font-weight:700;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 6px #0000004d}.modal-arrow:hover{background:#fff}.modal-arrow.left{left:1rem}.modal-arrow.right{right:1rem}.modal-close{color:#000;cursor:pointer;z-index:70;background:#ffffffd9;border-radius:9999px;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.25rem;font-weight:700;transition:background .2s;display:flex;position:absolute;top:1rem;right:1rem;box-shadow:0 2px 6px #0000004d}.modal-close:hover{background:#fff}
