:root{--primary-color:#7d0ba7}.cartIconContainer{position:fixed;top:55%;right:5%;z-index:1000;background-color:#fff;border-radius:50%;box-shadow:0 4px 15px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.05);width:60px;height:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.cart-drawer-overlay{position:fixed;top:0;right:0;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999999;justify-content:flex-end;animation:overlayFadeIn .3s ease}.cart-drawer,.cart-drawer-overlay{width:100%;height:100%;display:flex}.cart-drawer{max-width:480px;background:linear-gradient(135deg,#fff,#f8fafc);flex-direction:column;transform:translateX(100%);z-index:10001!important;animation:slideInRight .4s cubic-bezier(.25,.46,.45,.94) forwards;box-shadow:-8px 0 40px rgba(0,0,0,.15);border-left:1px solid #e2e8f0}.cart-drawer-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #f1f5f9;background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.05)}.drawer-title{font-weight:700;color:#1e293b;font-size:1.25rem;display:flex;align-items:center}.item-count{background:var(--primary-color);color:#fff;padding:.25rem .5rem;border-radius:20px;font-size:.875rem;margin-left:.5rem}.back-btn,.close-btn{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:.75rem;cursor:pointer;color:#64748b;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.back-btn:hover,.close-btn:hover{background:var(--primary-color);color:#fff;border-color:var(--primary-color);transform:translateY(-1px);box-shadow:0 4px 12px rgba(219,51,64,.3)}.cart-drawer-content{flex:1 1;overflow-y:auto;padding:0;display:flex;flex-direction:column}.position-fixed.top-0.start-0.w-100.h-100.d-md-none{z-index:calc(var(--z-bottom-menu) + 1)!important}.empty-cart{display:flex;align-items:center;justify-content:center;height:100%;padding:2rem}.empty-cart-content{text-align:center;max-width:300px}.empty-cart-icon{background:linear-gradient(135deg,#f8fafc,#e2e8f0);width:120px;height:120px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#94a3b8;border:2px dashed #cbd5e1}.empty-cart h5{color:#475569;margin-bottom:.5rem;font-weight:600}.cart-step{display:flex;flex-direction:column;height:100%}.cart-items-container{flex:1 1;overflow-y:auto;padding:1.5rem}.cart-items-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:2px solid #f1f5f9;margin-bottom:1rem;font-weight:600;color:#475569;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{display:grid;grid-template-columns:80px 1fr auto;grid-gap:1rem;gap:1rem;padding:1.25rem;background:#fff;border-radius:12px;border:1px solid #f1f5f9;box-shadow:0 2px 8px rgba(0,0,0,.04);transition:all .3s ease;position:relative;overflow:hidden}.cart-item.removing{transform:translateX(100%);opacity:0;margin-bottom:-80px;height:0;padding:0}.cart-item:hover{box-shadow:0 4px 16px rgba(0,0,0,.08);transform:translateY(-2px)}.item-image{width:80px;height:80px;border-radius:8px;overflow:hidden;background:#f8fafc}.item-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.cart-item:hover .item-image img{transform:scale(1.05)}.item-details{display:flex;flex-direction:column;justify-content:space-between;min-width:0}.item-title{font-weight:600;color:#1e293b;margin-bottom:.25rem;font-size:.95rem;line-height:1.4}.item-variant{font-size:.8rem;color:#64748b;margin-bottom:.25rem}.item-variant span{color:#475569;font-weight:500}.item-unit-price{font-size:.8rem;color:#94a3b8;margin-bottom:.75rem}.item-actions{justify-content:space-between}.item-actions,.quantity-controls{display:flex;align-items:center;gap:.5rem}.quantity-controls{background:#f8fafc;border-radius:8px;padding:.25rem;border:1px solid #e2e8f0}.qty-btn{width:28px;height:28px;border:none;background:#fff;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#475569;box-shadow:0 1px 3px rgba(0,0,0,.1)}.qty-btn:hover:not(:disabled){background:var(--primary-color);color:#fff;transform:scale(1.1)}.qty-btn:disabled{opacity:.4;cursor:not-allowed;transform:none}.qty-display{min-width:30px;text-align:center;font-weight:600;color:#1e293b;font-size:.9rem}.remove-btn{background:none;border:none;color:#ef4444;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.remove-btn:hover{background:#fef2f2;transform:scale(1.1)}.item-total{display:flex;align-items:flex-start;justify-content:flex-start}.total-price{font-weight:700;color:var(--primary-color);font-size:1rem}.cart-summary-section{padding:1.5rem;border-top:1px solid #f1f5f9;background:rgba(248,250,252,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.summary-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid #f1f5f9}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;color:#64748b}.shipping-info{font-size:.875rem;color:#94a3b8;border-bottom:1px solid #f1f5f9;padding-bottom:.75rem;margin-bottom:.5rem}.summary-total{justify-content:space-between;font-weight:500;font-size:16px;color:#1e293b;padding:.75rem 0;border-top:2px solid #f1f5f9;margin-top:.5rem}.checkout-btn,.summary-total{display:flex;align-items:center}.checkout-btn{width:100%;padding:1rem;color:#fff;border:none;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease;margin:1rem 0 .75rem;justify-content:center;font-size:1rem}.checkout-btn:hover{transform:translateY(-2px)}.continue-shopping-btn{width:100%;padding:.875rem;background:transparent;color:#64748b;border:1px solid #e2e8f0;border-radius:10px;font-weight:500;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.continue-shopping-btn.outline{background:#fff}.continue-shopping-btn:hover{background:#f8fafc;border-color:#cbd5e1;color:#475569;transform:translateY(-1px)}.checkout-step{height:100%;display:flex;flex-direction:column}.checkout-form{flex:1 1;overflow-y:auto;padding:1.5rem}.form-section{margin-bottom:2rem;background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.04);border:1px solid #f1f5f9}.section-title{display:flex;align-items:center;gap:.5rem;margin-bottom:1.25rem;color:#1e293b;font-weight:600;font-size:1rem}.section-icon{font-size:1.125rem}.form-grid{display:grid;grid-gap:1rem;gap:1rem}.form-group{display:flex;flex-direction:column}.form-label{font-weight:500;color:#475569;margin-bottom:.5rem;font-size:.875rem}.optional{color:#94a3b8;font-weight:400}.form-control{padding:.875rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.95rem;transition:all .2s ease;background:#fff}.form-control:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(219,51,64,.1)}.payment-options{display:flex;flex-direction:column;gap:.75rem}.payment-option{border:2px solid #e2e8f0;border-radius:10px;padding:1rem;cursor:pointer;transition:all .3s ease;background:#fff}.payment-option.selected,.payment-option:hover{border-color:var(--primary-color);background:#fdf2f2}.payment-option input[type=radio]{display:none}.payment-content{display:flex;align-items:center;gap:1rem}.payment-icon{font-size:1.5rem}.payment-text{display:flex;flex-direction:column}.payment-title{font-weight:600;color:#1e293b;margin-bottom:.25rem}.payment-desc{font-size:.875rem;color:#64748b}.order-summary-section{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.04);border:1px solid #f1f5f9;margin-bottom:1.5rem}.order-items{margin-bottom:1rem}.order-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f1f5f9}.order-item:last-child{border-bottom:none}.order-item-info{display:flex;flex-direction:column}.order-item-name{font-weight:500;color:#475569;margin-bottom:.25rem}.order-item-qty{font-size:.8rem;color:#94a3b8}.order-item-price{font-weight:600;color:#1e293b}.order-totals{border-top:2px solid #f1f5f9;padding-top:1rem;margin-top:1rem}.total-row{padding:.5rem 0;color:#64748b}.total-final,.total-row{display:flex;justify-content:space-between;align-items:center}.total-final{font-weight:700;font-size:1.125rem;color:#1e293b;padding:.75rem 0;border-top:1px solid #e2e8f0;margin-top:.5rem}.place-order-btn{width:100%;padding:1.125rem;color:#fff;border:none;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:1.05rem;display:flex;align-items:center;justify-content:center;margin-top:auto}.place-order-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(16,185,129,.4)}.cartIconContainer:hover{transform:scale(1.1)}.cartIcon{color:var(--primary-color);transition:transform .2s ease}.cartIconContainer:hover .cartIcon{transform:scale(1.1)}.badge{position:absolute;top:-5px;right:-5px;background-color:var(--primary-color);color:#fff;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;box-shadow:0 2px 5px rgba(0,0,0,.2);border:2px solid #fff}.pulse{animation:pulseAnimation .5s ease}@keyframes pulseAnimation{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}