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