.shop-page-luxury{background:#000;min-height:100vh}.shop-hero-overlay-dark{background:#000000bf!important}.shop-cart-btn{align-items:center;background:#ffffff1a;border:1px solid #fff6;border-radius:50%;box-shadow:0 10px 30px #0000004d;cursor:pointer;display:flex;height:60px;justify-content:center;position:fixed;right:30px;top:100px;transition:all .3s ease;width:60px;z-index:100}.shop-cart-btn:hover{background:#ffffff26;border-color:#fff9;transform:scale(1.1)}.shop-cart-btn svg{color:#fff}.cart-count{align-items:center;background:#fff;border-radius:50%;color:#000;display:flex;font-size:12px;font-weight:700;height:22px;justify-content:center;position:absolute;right:-5px;top:-5px;width:22px}.shop-products-section{background:#0a0a0a;padding:100px 0;position:relative}.shop-products-section:before{content:none}.shop-intro{margin-bottom:80px;position:relative;text-align:center;z-index:1}.shop-section-title{color:#fff;font-size:42px;font-weight:300;letter-spacing:-1px;margin-bottom:16px}.shop-section-subtitle{color:#fff9;font-size:16px;font-weight:300}.shop-products-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:900px;position:relative;z-index:1}.shop-product-card{background:#141414e6;border:1px solid #ffffff1a;border-radius:12px;overflow:hidden;transition:all .4s ease}.shop-product-card:hover{border-color:#d4af3766;box-shadow:0 30px 60px #00000080,0 0 40px #d4af371a;transform:translateY(-10px)}.product-image-container{background:linear-gradient(180deg,#1a1a1a,#0a0a0a);height:180px;overflow:hidden;position:relative}.product-image-container img{height:100%;object-fit:contain;padding:15px;transition:transform .5s ease;width:100%}.shop-product-card:hover .product-image-container img{transform:scale(1.05)}.product-category{background:#d4af37f2;border-radius:3px;color:#000;font-size:9px;font-weight:600;left:12px;letter-spacing:1px;padding:5px 10px;position:absolute;text-transform:uppercase;top:12px}.product-content{border-top:1px solid #ffffff1a;padding:20px}.product-name{color:#fff;font-size:16px;font-weight:500;line-height:1.3;margin-bottom:10px}.product-description{color:#fff9;font-size:12px;line-height:1.6;margin-bottom:18px}.product-footer{align-items:center;border-top:1px solid #ffffff1a;display:flex;justify-content:space-between;padding-top:15px}.product-price{color:#d4af37;font-size:20px;font-weight:600}.product-btn{background:#0000;border:1px solid #fff6;border-radius:3px;color:#fff;cursor:pointer;font-size:10px;font-weight:600;letter-spacing:1px;padding:10px 18px;text-transform:uppercase;transition:all .3s ease}.product-btn:hover{background:#ffffff1a;border-color:#fff9;transform:translateY(-2px)}.product-btn-giftcard{background:#0000;border:1px solid #fff6;border-radius:3px;color:#fff;cursor:pointer;font-size:10px;font-weight:600;letter-spacing:1px;padding:10px 18px;text-transform:uppercase;transition:all .3s ease}.product-btn-giftcard:hover{background:#ffffff1a;border-color:#fff9;transform:translateY(-2px)}.cart-overlay{background:#000c;bottom:0;display:flex;justify-content:flex-end;left:0;position:fixed;right:0;top:0;z-index:1000}.cart-sidebar{animation:slideInRight .3s ease;background:#111;display:flex;flex-direction:column;height:100%;max-width:100%;width:450px}@keyframes slideInRight{0%{transform:translateX(100%)}to{transform:translateX(0)}}.cart-header{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;padding:30px}.cart-header h3{color:#fff;font-size:24px;font-weight:500;margin:0}.cart-close{background:none;border:none;color:#fff;cursor:pointer;font-size:32px;opacity:.7;transition:opacity .3s}.cart-close:hover{opacity:1}.cart-empty{align-items:center;color:#ffffff80;display:flex;flex:1 1;justify-content:center}.cart-items{flex:1 1;overflow-y:auto;padding:20px}.cart-item{background:#ffffff08;border-radius:12px;display:flex;gap:16px;margin-bottom:16px;padding:20px;position:relative}.cart-item img{background:#1a1a1a;border-radius:8px;height:80px;object-fit:contain;width:80px}.cart-item-details{flex:1 1}.cart-item-details h4{color:#fff;font-size:14px;font-weight:500;margin:0 0 8px}.cart-item-price{color:#d4af37;font-size:16px;margin:0 0 12px}.cart-item-quantity{align-items:center;display:flex;gap:12px}.cart-item-quantity button{background:#ffffff1a;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;height:28px;transition:background .3s;width:28px}.cart-item-quantity button:hover{background:#d4af374d}.cart-item-quantity span{color:#fff;font-size:14px}.cart-item-remove{background:none;border:none;color:#fff6;cursor:pointer;font-size:20px;position:absolute;right:10px;top:10px;transition:color .3s}.cart-item-remove:hover{color:#f44}.cart-footer{border-top:1px solid #ffffff1a;padding:30px}.cart-total{color:#fff;display:flex;font-size:20px;font-weight:500;justify-content:space-between;margin-bottom:20px}.checkout-btn{background:#0000;border:1px solid #fff6;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;letter-spacing:1px;padding:18px;text-transform:uppercase;transition:all .3s ease;width:100%}.checkout-btn:hover{background:#ffffff1a;border-color:#fff9;transform:translateY(-2px)}.checkout-overlay{align-items:center;background:#000000e6;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1001}.checkout-modal{animation:fadeIn .3s ease;background:#111;border-radius:16px;max-height:90vh;max-width:100%;overflow:hidden;width:600px}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.checkout-header{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;padding:30px}.checkout-header h3{color:#fff;font-size:28px;font-weight:500;margin:0}.checkout-close{background:none;border:none;color:#fff;cursor:pointer;font-size:32px;opacity:.7}.checkout-form{max-height:calc(90vh - 100px);overflow-y:auto;padding:30px}.checkout-section{margin-bottom:30px}.checkout-section h4{font-size:14px;letter-spacing:2px;margin-bottom:20px;text-transform:uppercase}.checkout-form input{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;color:#fff;font-size:15px;margin-bottom:16px;padding:16px 20px;transition:border-color .3s;width:100%}.checkout-form input:focus{border-color:#d4af3780;outline:none}.checkout-form input::placeholder{color:#fff6}.form-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,1fr)}.form-row:last-child{grid-template-columns:repeat(3,1fr)}.checkout-summary{border-top:1px solid #ffffff1a;padding-top:20px}.checkout-total{color:#fff;font-size:24px;margin-bottom:24px}.place-order-btn{background:#0000;border:1px solid #fff6;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;letter-spacing:2px;padding:20px;text-transform:uppercase;transition:all .3s ease;width:100%}.place-order-btn:hover{background:#ffffff1a;border-color:#fff9;transform:translateY(-3px)}.place-order-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.order-status-banner{padding:15px 0;position:relative;text-align:center}.order-status-banner.success{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.order-status-banner.error{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.order-status-banner.cancelled{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.order-status-banner.processing{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.order-status-banner p{font-size:16px;margin:0}.order-status-banner .order-id{font-size:14px;margin-top:5px;opacity:.9}.order-status-banner .close-banner{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:18px;height:30px;justify-content:center;position:absolute;right:20px;top:50%;transform:translateY(-50%);width:30px}.checkout-section h4{color:#d4af37;font-size:16px;font-weight:600;margin-bottom:15px}.digital-note,.shipping-note{color:#999;font-size:13px;font-style:italic;margin-bottom:15px}.checkout-summary-section{border-top:1px solid #ffffff1a;padding-top:20px}.checkout-items-summary{margin-bottom:15px}.checkout-item-row{border-bottom:1px solid #ffffff0d;color:#ccc;font-size:14px;padding:8px 0}.checkout-item-row,.checkout-total{display:flex;justify-content:space-between}.checkout-total{color:#d4af37;font-size:18px;font-weight:600;padding-top:10px}.checkout-actions{margin-top:20px}.secure-checkout-note{color:#888;font-size:12px;margin-top:15px;text-align:center}@media (max-width:1024px){.shop-products-grid{gap:25px;grid-template-columns:1fr;max-width:400px;padding:0 20px}}@media (max-width:768px){.shop-cart-btn{height:50px;right:20px;top:80px;width:50px}.shop-section-title{font-size:28px}.product-image-container{height:150px}.product-content{padding:15px}.product-name{font-size:14px}.product-description{font-size:11px}.product-price{font-size:16px}.product-btn,.product-btn-giftcard{font-size:9px;padding:8px 12px}.cart-sidebar{width:100%}.form-row{grid-template-columns:1fr}.form-row:last-child{grid-template-columns:1fr 1fr}}
/*# sourceMappingURL=522.26a11af7.chunk.css.map*/