.cart-overlay{left:0;width:100vw;background-color:rgba(0,0,0,.5);z-index:90;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.cart-drawer,.cart-overlay{position:fixed;top:0;height:100%;height:100dvh}.cart-drawer{right:0;width:100%;max-width:450px;background-color:var(--bg-darker);z-index:100;display:flex;flex-direction:column;transform:translateX(100%);transition:transform .4s cubic-bezier(.77,0,.175,1);box-shadow:-5px 0 30px rgba(0,0,0,.5)}.cart-drawer.open{transform:translateX(0)}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:2rem;border-bottom:1px solid var(--border-gold)}.cart-header h2{font-size:2rem;color:var(--accent-gold)}.close-btn{background:none;border:none;color:var(--text-light);font-size:2rem;cursor:pointer;line-height:1}.cart-items{flex:1 1;overflow-y:auto;padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.empty-msg{text-align:center;color:var(--text-muted);margin-top:2rem}.cart-item{display:flex;gap:1rem;padding-bottom:1.5rem;border-bottom:1px solid hsla(0,0%,100%,.05)}.item-img{width:80px;height:100px;background-color:#1a1a1a;flex-shrink:0}.item-details{flex:1 1;display:flex;flex-direction:column}.item-details h4{font-family:DM Sans,sans-serif;font-size:1rem;margin-bottom:.25rem}.item-details p{font-size:.75rem;color:var(--text-muted);margin-bottom:auto}.qty-controls{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;background-color:var(--bg-dark);width:-moz-fit-content;width:fit-content;border:1px solid var(--border-gold);border-radius:2px}.qty-controls button{background:none;border:none;color:var(--text-light);width:25px;height:25px;cursor:pointer}.qty-controls span{font-size:.8rem;min-width:20px;text-align:center}.item-price{text-align:right;display:flex;flex-direction:column;justify-content:space-between}.item-price p{color:var(--accent-gold);font-size:1rem}.remove-btn{background:none;border:none;color:var(--text-muted);font-size:.75rem;text-decoration:underline;cursor:pointer}.cart-footer{padding:2rem;border-top:1px solid var(--border-gold);background-color:var(--bg-dark)}.cart-total{display:flex;justify-content:space-between;font-size:1.25rem;font-family:"Instrument Serif",serif;margin-bottom:.5rem}.delivery-note{font-size:.75rem;color:var(--text-muted);margin-bottom:1.5rem;text-align:right}.checkout-btn{padding:1.25rem}.store-footer{background-color:var(--bg-dark);color:var(--text-light);padding:5rem 5% 2rem;border-top:1px solid var(--border-gold)}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 2fr;grid-gap:3rem;gap:3rem;max-width:1200px;margin:0 auto 4rem}.footer-section h3{font-family:DM Sans,sans-serif;font-size:1rem;letter-spacing:2px;text-transform:uppercase;margin-bottom:1.5rem;color:var(--accent-gold)}.footer-section p{font-size:.9rem;line-height:1.6;color:var(--text-muted);margin-bottom:1.5rem}.footer-logo{height:40px;width:auto;margin-bottom:1.5rem;filter:brightness(0) invert(1)}.footer-section.links{display:flex;flex-direction:column;gap:1rem}.footer-section.links a{font-size:.9rem;color:var(--text-muted);transition:color .3s ease}.footer-section.links a:hover{color:var(--accent-gold)}.subscribe-form{display:flex;gap:.5rem}.subscribe-form input{flex:1 1;padding:.8rem 1rem;background-color:transparent;border:1px solid var(--border-gold);color:var(--text-light);font-family:DM Sans,sans-serif;border-radius:2px}.subscribe-form input:focus{outline:none;border-color:var(--accent-gold)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.1);max-width:1200px;margin:0 auto;flex-wrap:wrap;gap:1rem}.footer-bottom p{margin-bottom:0;font-size:.8rem}.footer-legal{display:flex;gap:1.5rem}.footer-legal a{font-size:.8rem;color:var(--text-muted)}.footer-legal a:hover{color:var(--text-light)}@media (max-width:900px){.footer-content{grid-template-columns:1fr 1fr}}@media (max-width:600px){.footer-content{grid-template-columns:1fr}.footer-bottom{text-align:center}.footer-bottom,.subscribe-form{flex-direction:column}}.loading-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:var(--bg-dark);color:var(--text-light);display:flex;justify-content:center;align-items:center;z-index:99999;opacity:1;transition:opacity .8s ease-in-out}.loading-screen.fade-out{opacity:0;pointer-events:none}.loading-content{display:flex;flex-direction:column;align-items:center;gap:2.5rem;width:80%;max-width:250px}.loading-logo{width:180px;height:auto;filter:brightness(0) invert(1);animation:softBlink 2s ease-in-out infinite}@keyframes softBlink{0%,to{opacity:.5}50%{opacity:1}}.loading-bar-container{width:100%;height:2px;background-color:hsla(0,0%,100%,.1);position:relative;overflow:hidden;border-radius:2px}.loading-bar{height:100%;background-color:var(--accent-gold);width:0;transition:width .05s linear}.loading-text{font-family:DM Sans,sans-serif;font-size:.8rem;letter-spacing:3px;color:var(--accent-gold)}