@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cart-page{background:#f8fafc;min-height:100vh;padding:1rem 0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.cart-page .container{width:100%;margin:0 auto;padding:0 1rem}@media (min-width:768px){.cart-page .container{max-width:720px;padding:0 1.5rem}}@media (min-width:1024px){.cart-page .container{max-width:960px}}@media (min-width:1200px){.cart-page .container{max-width:1200px}}.cart-header{border-bottom:1px solid #e2e8f0;flex-direction:column;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;animation:.6s ease-out fadeIn;display:flex}@media (min-width:768px){.cart-header{flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem}}.cart-header .back-to-shop{color:#2563eb;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;order:2;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}@media (min-width:768px){.cart-header .back-to-shop{order:1;justify-content:flex-start;width:auto;padding:.75rem 1.25rem;font-size:1rem}}.cart-header .back-to-shop:active{background:#2563eb0d;transform:scale(.98)}.cart-header .cart-title{color:#1e293b;text-align:center;order:1;margin:0;font-size:1.5rem;font-weight:800}@media (min-width:768px){.cart-header .cart-title{order:2;font-size:2rem}}@media (min-width:1024px){.cart-header .cart-title{font-size:2.5rem}}.cart-header .cart-summary-header{color:#2563eb;text-align:center;background:#fff;border:1px solid #2563eb;border-radius:.75rem;order:3;padding:.75rem 1rem;font-size:.9rem;font-weight:700}@media (min-width:768px){.cart-header .cart-summary-header{order:3;padding:.875rem 1.5rem;font-size:1rem}}.empty-cart{text-align:center;background:#fff;border:1px solid #f1f5f9;border-radius:.75rem;margin:1rem 0;padding:2rem 1rem;animation:.8s ease-out fadeIn;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}@media (min-width:768px){.empty-cart{border-radius:1rem;padding:3rem 2rem}}@media (min-width:1024px){.empty-cart{padding:4rem 2rem}}.empty-cart .empty-cart-icon{color:#94a3b8;margin-bottom:1rem;font-size:3rem}@media (min-width:768px){.empty-cart .empty-cart-icon{margin-bottom:1.5rem;font-size:4rem}}@media (min-width:1024px){.empty-cart .empty-cart-icon{font-size:5rem}}.empty-cart h2{color:#1e293b;margin-bottom:.75rem;font-size:1.5rem;font-weight:700}@media (min-width:768px){.empty-cart h2{margin-bottom:1rem;font-size:1.75rem}}@media (min-width:1024px){.empty-cart h2{font-size:2.25rem}}.empty-cart p{color:#64748b;max-width:100%;margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}@media (min-width:768px){.empty-cart p{max-width:400px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.125rem}}.empty-cart .btn-primary{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:none;border-radius:.5rem;width:100%;max-width:280px;padding:1rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}@media (min-width:768px){.empty-cart .btn-primary{width:auto;padding:1.125rem 2rem;font-size:1.125rem}}.empty-cart .btn-primary:active{transform:scale(.98)}.loading-cart{text-align:center;padding:3rem 1rem}@media (min-width:768px){.loading-cart{padding:4rem 2rem}}.loading-cart .loading-spinner{border:3px solid #f1f5f9;border-top-color:#2563eb;border-radius:50%;width:50px;height:50px;margin:0 auto 1rem;animation:1s linear infinite spin}@media (min-width:768px){.loading-cart .loading-spinner{border-width:4px;width:60px;height:60px}}.loading-cart p{color:#64748b;font-size:1rem;font-weight:500}@media (min-width:768px){.loading-cart p{font-size:1.125rem}}.cart-content{animation:.6s ease-out fadeIn}.cart-layout{flex-direction:column;gap:1.5rem;display:flex}@media (min-width:1024px){.cart-layout{grid-template-columns:1fr 400px;align-items:start;gap:2rem;display:grid}}.cart-items-section{background:#fff;border:1px solid #f1f5f9;border-radius:.75rem;order:2;padding:1.25rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}@media (min-width:768px){.cart-items-section{border-radius:1rem;padding:1.5rem}}@media (min-width:1024px){.cart-items-section{order:1;padding:2rem}}.cart-items-header{border-bottom:1px solid #e2e8f0;flex-direction:column;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}@media (min-width:768px){.cart-items-header{flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:2rem}}.cart-items-header h2{color:#1e293b;text-align:center;margin:0;font-size:1.25rem;font-weight:700}@media (min-width:768px){.cart-items-header h2{text-align:left;font-size:1.5rem}}.cart-items-header .clear-cart-btn{color:#ef4444;cursor:pointer;background:#ef44441a;border:1px solid #ef444433;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;font-size:.9rem;font-weight:600;transition:all .3s;display:flex}@media (min-width:768px){.cart-items-header .clear-cart-btn{width:auto;padding:.75rem 1.25rem}}.cart-items-header .clear-cart-btn:active{color:#fff;background:#ef4444;transform:scale(.95)}.cart-items{flex-direction:column;gap:1rem;display:flex}@media (min-width:768px){.cart-items{gap:1.25rem}}.cart-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;flex-direction:column;gap:1rem;padding:1.25rem;transition:all .3s;animation:.4s ease-out slideIn;display:flex;position:relative}@media (min-width:768px){.cart-item{grid-template-columns:auto 1fr auto auto;grid-template-areas:"image details quantity remove""image details pricing pricing";align-items:start;gap:1.25rem;display:grid}}@media (min-width:1024px){.cart-item{grid-template-columns:auto 1fr auto auto auto;grid-template-areas:"image details quantity pricing remove";align-items:center}}.cart-item:active{transform:scale(.99)}.cart-item .item-image{text-align:center;grid-area:image}.cart-item .item-image .product-image{object-fit:cover;border-radius:.375rem;width:100%;max-width:200px;height:120px;margin:0 auto}@media (min-width:768px){.cart-item .item-image .product-image{width:100px;height:70px;margin:0}}@media (min-width:1024px){.cart-item .item-image .product-image{width:120px;height:80px}}.cart-item .item-details{text-align:center;grid-area:details}@media (min-width:768px){.cart-item .item-details{text-align:left}}.cart-item .item-details .item-name{color:#1e293b;margin:0 0 .5rem;font-size:1.1rem;font-weight:700;line-height:1.3}@media (min-width:768px){.cart-item .item-details .item-name{font-size:1.125rem}}.cart-item .item-details .item-specs{color:#64748b;margin:0 0 .75rem;font-size:.85rem;line-height:1.4}@media (min-width:768px){.cart-item .item-details .item-specs{font-size:.9rem}}.cart-item .item-details .item-meta{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;display:flex}@media (min-width:768px){.cart-item .item-details .item-meta{justify-content:flex-start}}.cart-item .item-details .item-meta .item-category{color:#fff;white-space:nowrap;background:#2563eb;border-radius:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600}@media (min-width:768px){.cart-item .item-details .item-meta .item-category{padding:.375rem .875rem;font-size:.8rem}}.cart-item .item-details .item-meta .item-warranty{color:#10b981;white-space:nowrap;justify-content:center;align-items:center;gap:.25rem;font-size:.75rem;font-weight:600;display:flex}@media (min-width:768px){.cart-item .item-details .item-meta .item-warranty{font-size:.8rem}}.cart-item .item-quantity{background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;grid-area:quantity;justify-content:center;align-items:center;gap:.75rem;width:fit-content;margin:0 auto;padding:.5rem;display:flex}@media (min-width:768px){.cart-item .item-quantity{margin:0}}.cart-item .item-quantity .quantity-btn{cursor:pointer;color:#2563eb;background:#f8fafc;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.8rem;transition:all .3s;display:flex}.cart-item .item-quantity .quantity-btn:active:not(:disabled){color:#fff;background:#2563eb;transform:scale(.9)}.cart-item .item-quantity .quantity-btn:disabled{color:#94a3b8;cursor:not-allowed;background:#f1f5f9}.cart-item .item-quantity .quantity-display{color:#1e293b;text-align:center;min-width:30px;font-size:1rem;font-weight:700}.cart-item .item-pricing{text-align:center;border-top:1px solid #e2e8f0;grid-area:pricing;padding:.75rem 0}@media (min-width:768px){.cart-item .item-pricing{text-align:right;border-top:none;padding:0}}.cart-item .item-pricing .price-current{color:#1e293b;margin-bottom:.25rem;font-size:1.25rem;font-weight:800}@media (min-width:768px){.cart-item .item-pricing .price-current{font-size:1.375rem}}.cart-item .item-pricing .price-original{color:#94a3b8;margin-bottom:.25rem;font-size:.9rem;text-decoration:line-through}.cart-item .item-pricing .price-savings{color:#10b981;font-size:.8rem;font-weight:700}.cart-item .remove-item-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:.375rem;grid-area:remove;padding:.5rem;transition:all .3s;position:absolute;top:.75rem;right:.75rem}@media (min-width:768px){.cart-item .remove-item-btn{justify-self:end;position:static}}.cart-item .remove-item-btn:active{color:#ef4444;background:#ef44441a;transform:scale(.9)}.trust-badges{border-top:1px solid #e2e8f0;flex-direction:column;gap:.75rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}@media (min-width:768px){.trust-badges{flex-direction:row;justify-content:space-around;gap:1rem}}@media (min-width:1024px){.trust-badges{margin-top:2rem;padding-top:2rem}}.trust-badges .trust-badge{color:#10b981;background:#10b9810d;border:1px solid #10b9811a;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;padding:.75rem;font-size:.85rem;font-weight:600;display:flex}@media (min-width:768px){.trust-badges .trust-badge{flex:1;font-size:.9rem}}.trust-badges .trust-badge svg{font-size:1.125rem}.order-summary-section{flex-direction:column;order:1;gap:1.25rem;display:flex}@media (min-width:1024px){.order-summary-section{order:2;position:sticky;top:1rem}}.order-summary{background:#fff;border:1px solid #f1f5f9;border-radius:.75rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}@media (min-width:768px){.order-summary{border-radius:1rem;padding:2rem}}.order-summary h3{color:#1e293b;text-align:center;margin:0 0 1.5rem;font-size:1.25rem;font-weight:700}@media (min-width:768px){.order-summary h3{font-size:1.5rem}}.order-summary .summary-row{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:.75rem 0;font-size:.95rem;display:flex}@media (min-width:768px){.order-summary .summary-row{padding:1rem 0;font-size:1rem}}.order-summary .summary-row.discount{color:#10b981;font-weight:600}.order-summary .summary-row.total{color:#1e293b;border-top:2px solid #e2e8f0;border-bottom:none;margin-top:.5rem;padding-top:1rem;font-size:1.125rem;font-weight:800}@media (min-width:768px){.order-summary .summary-row.total{font-size:1.375rem}}.order-summary .summary-row .free-shipping{color:#10b981;font-size:.85rem;font-weight:700}@media (min-width:768px){.order-summary .summary-row .free-shipping{font-size:.9rem}}.order-summary .checkout-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:none;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;width:100%;margin:1.5rem 0;padding:1.25rem 1.5rem;font-size:1rem;font-weight:700;transition:all .3s;display:flex}@media (min-width:768px){.order-summary .checkout-btn{border-radius:.75rem;padding:1.375rem 2rem;font-size:1.125rem}}.order-summary .checkout-btn:active{transform:scale(.98)}.order-summary .payment-methods{text-align:center;margin:1.5rem 0}.order-summary .payment-methods p{color:#64748b;margin-bottom:.75rem;font-size:.85rem;font-weight:500}@media (min-width:768px){.order-summary .payment-methods p{font-size:.9rem}}.order-summary .payment-methods .payment-icons{justify-content:center;align-items:center;gap:1rem;font-size:1rem;display:flex}@media (min-width:768px){.order-summary .payment-methods .payment-icons{gap:1.25rem;font-size:1.25rem}}.order-summary .security-notice{color:#10b981;background:#10b9810d;border:1px solid #10b9811a;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;padding:.75rem;font-size:.8rem;font-weight:600;display:flex}@media (min-width:768px){.order-summary .security-notice{padding:1rem;font-size:.875rem}}.promo-section{background:#fff;border:1px solid #f1f5f9;border-radius:.75rem;padding:1.25rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}@media (min-width:768px){.promo-section{border-radius:1rem;padding:1.5rem}}.promo-section h4{color:#1e293b;text-align:center;margin:0 0 1rem;font-size:1.1rem;font-weight:600}@media (min-width:768px){.promo-section h4{text-align:left;font-size:1.2rem}}.promo-section .promo-input-group{flex-direction:column;gap:.75rem;display:flex}@media (min-width:768px){.promo-section .promo-input-group{flex-direction:row}}.promo-section .promo-input-group .promo-input{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;flex:1;padding:.875rem 1rem;font-size:1rem;transition:all .3s}.promo-section .promo-input-group .promo-input:focus{background:#fff;border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1a}.promo-section .promo-input-group .promo-input::placeholder{color:#94a3b8}.promo-section .promo-input-group .promo-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:.5rem;padding:.875rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s}@media (min-width:768px){.promo-section .promo-input-group .promo-btn{font-size:1rem}}.promo-section .promo-input-group .promo-btn:active{background:#1d4ed8;transform:scale(.95)}.recently-viewed{background:#fff;border:1px solid #f1f5f9;border-radius:.75rem;padding:1.25rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}@media (min-width:768px){.recently-viewed{border-radius:1rem;padding:1.5rem}}.recently-viewed h4{color:#1e293b;text-align:center;margin:0 0 1rem;font-size:1.1rem;font-weight:600}@media (min-width:768px){.recently-viewed h4{text-align:left;font-size:1.2rem}}.recently-viewed .suggested-products{flex-direction:column;gap:.75rem;display:flex}@media (min-width:768px){.recently-viewed .suggested-products{flex-direction:row}}.recently-viewed .suggested-products .suggested-product{cursor:pointer;text-align:left;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;justify-content:center;align-items:center;gap:.75rem;padding:1rem;transition:all .3s;display:flex}.recently-viewed .suggested-products .suggested-product:active{background:#fff;border-color:#2563eb;transform:scale(.98)}.recently-viewed .suggested-products .suggested-product img{object-fit:cover;border-radius:.375rem;width:50px;height:35px}@media (min-width:768px){.recently-viewed .suggested-products .suggested-product img{width:60px;height:40px}}.recently-viewed .suggested-products .suggested-product span{color:#1e293b;flex:1;font-size:.9rem;font-weight:600}@media (max-width:767px){.quantity-btn,.remove-item-btn,.promo-btn,.checkout-btn,.clear-cart-btn,.back-to-shop{min-width:44px;min-height:44px}input,select,textarea{font-size:16px}.cart-page{-webkit-overflow-scrolling:touch}}@media (prefers-contrast:high){.cart-page{background:#fff}.cart-item{border:2px solid #1e293b}.trust-badge,.security-notice{border:2px solid #10b981}}@media (prefers-reduced-motion:reduce){*{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media print{.cart-header .back-to-shop,.clear-cart-btn,.remove-item-btn,.item-quantity,.checkout-btn,.promo-section,.recently-viewed,.trust-badges{display:none!important}.cart-page{background:#fff!important;padding:0!important}.cart-item{break-inside:avoid;border:1px solid #000!important;margin-bottom:1rem!important}.order-summary{box-shadow:none!important;border:1px solid #000!important}}
