.cart-modal-backdrop{z-index:49;opacity:1;width:22rem;height:100vh;transition:opacity .3s;position:fixed;top:0;left:0}.cart-modal.hide+.cart-modal-backdrop,.cart-modal:not(.open)+.cart-modal-backdrop{opacity:0;pointer-events:none}.cart-modal{width:100%;max-width:20rem;height:100vh;color:inherit;z-index:50;background:#fff;transition:transform .3s;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-4px 0 15px #0000001a}.cart-modal dialog[open]{animation:.6s show}@keyframes show{0%{transform:translate(100%)}to{transform:translate(0%)}}.cart-modal.hide{animation:.6s hide}@keyframes hide{0%{transform:translate(0%)}to{transform:translate(100%)}}.dark .cart-modal{color:#f9fafb;background:#1f2937;box-shadow:-4px 0 15px #0000004d}.cart-header{background:inherit;z-index:10;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1rem;display:flex;position:sticky;top:0}.dark .cart-header{border-bottom-color:#374151}.cart-body{flex:1;padding:1rem;overflow-y:auto}.cart-footer{background:inherit;border-top:1px solid #e5e7eb;padding:1rem;position:sticky;bottom:0}.dark .cart-footer{border-top-color:#374151}.cart-item{border-bottom:1px solid #e5e7eb;gap:1rem;padding:1rem 0;display:flex}.dark .cart-item{border-bottom-color:#374151}.cart-item-image{object-fit:cover;border-radius:.375rem;width:5rem;height:5rem}.cart-item-details{flex:1}.cart-item-title{margin-bottom:.25rem;font-weight:500}.cart-item-meta{color:#6b7280;margin-bottom:.5rem;font-size:.875rem}.dark .cart-item-meta{color:#9ca3af}.cart-item-price{font-size:.875rem;font-weight:600}.quantity-control{flex-wrap:wrap;align-items:center;margin-top:.5rem;display:flex}.quantity-btn{cursor:pointer;background:#f9fafb;border:1px solid #e5e7eb;padding:.25rem .5rem;transition:background .2s}.dark .quantity-btn{background:#374151;border-color:#4b5563}.quantity-btn:hover{background:#f3f4f6}.dark .quantity-btn:hover{background:#4b5563}.quantity-value{border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;padding:.25rem 1rem}.dark .quantity-value{border-color:#4b5563}.cart-remove-btn{color:#ef4444;cursor:pointer;background:0 0;border:none;margin-left:auto;transition:color .2s}.cart-remove-btn:hover{color:#dc2626}.checkout-btn{color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:.375rem;width:100%;padding:.75rem;font-weight:600;transition:background .2s}.checkout-btn:hover{background:#15803d}.empty-cart{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:calc(100vh - 8rem);display:flex}.empty-cart-icon{color:#d1d5db;width:4rem;height:4rem;margin-bottom:1rem}.dark .empty-cart-icon{color:#4b5563}.empty-cart-text{color:#6b7280;margin-bottom:1rem}.dark .empty-cart-text{color:#9ca3af}.continue-btn{color:#16a34a;cursor:pointer;background:0 0;border:none;font-weight:500;transition:color .2s}.continue-btn:hover{color:#15803d}.dark .continue-btn{color:#34d399}.dark .continue-btn:hover{color:#10b981}
.fade-in{opacity:0;animation:.8s forwards fadeUp;transform:translateY(24px)}.fade-in-delay-1{animation-delay:.1s}.fade-in-delay-2{animation-delay:.2s}.fade-in-delay-3{animation-delay:.3s}.fade-in-delay-4{animation-delay:.4s}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}.hero-gradient{background:linear-gradient(135deg,#020100b3 0%,#08070633 90%,#0000 100%)}.product-card{transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px -12px #1e1a1640}.product-card img{transition:transform .6s}.product-card:hover img{transform:scale(1.04)}.nav-link{position:relative}.nav-link:after{content:"";background:#c0392b;width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-link:hover:after,.nav-link.active:after{width:100%}.pattern-divider{background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c0392b' fill-opacity='0.06'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.swatch{cursor:pointer;border:2px solid #0000;border-radius:50%;width:20px;height:20px;transition:all .2s}.swatch:hover{border-color:#1e1a16;transform:scale(1.15)}.swatch.active{border-color:#1e1a16;box-shadow:0 0 0 2px #faf8f5,0 0 0 4px #1e1a16}.newsletter-input{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff14;border:1px solid #ffffff26;transition:all .3s}.newsletter-input:focus{background:#ffffff26;border-color:#f1c40f;outline:none;box-shadow:0 0 0 3px #f1c40f4d}.newsletter-input::placeholder{color:#fff9}@media (max-width:768px){.hero-title{font-size:2.5rem!important}}
