.Cart-module__UFW_Xq__container{background:linear-gradient(135deg,#fef7f7 0%,#faf7f0 50%,#fef7f7 100%);max-width:1400px;min-height:100vh;margin:0 auto;padding:2rem 1rem}.Cart-module__UFW_Xq__header{border-bottom:2px solid rgba(128,0,32,.1);justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.Cart-module__UFW_Xq__backButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#800020,#a0002a);border:none;border-radius:1rem;align-items:center;gap:.75rem;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 8px 25px rgba(128,0,32,.3)}.Cart-module__UFW_Xq__backButton:hover{background:linear-gradient(135deg,#600018,#800020);transform:translateY(-3px)scale(1.02);box-shadow:0 12px 35px rgba(128,0,32,.4)}.Cart-module__UFW_Xq__backIcon{width:1.25rem;height:1.25rem}.Cart-module__UFW_Xq__pageTitle{color:#1f2937;background:linear-gradient(135deg,#800020,#a0002a);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:2.5rem;font-weight:800}.Cart-module__UFW_Xq__emptyCart{justify-content:center;align-items:center;min-height:70vh;display:flex}.Cart-module__UFW_Xq__emptyCartContent{text-align:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:rgba(250,247,240,.9);border:1px solid rgba(255,255,255,.2);border-radius:2rem;padding:4rem 3rem;box-shadow:0 20px 60px rgba(128,0,32,.1)}.Cart-module__UFW_Xq__emptyCartIcon{color:#800020;opacity:.7;width:5rem;height:5rem;margin-bottom:2rem}.Cart-module__UFW_Xq__emptyCartTitle{color:#1f2937;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.Cart-module__UFW_Xq__emptyCartText{color:#6b7280;max-width:400px;margin-bottom:2rem;font-size:1.1rem}.Cart-module__UFW_Xq__continueShoppingBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#800020,#a0002a);border:none;border-radius:1.5rem;align-items:center;gap:.75rem;padding:1.25rem 2.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 8px 25px rgba(128,0,32,.3)}.Cart-module__UFW_Xq__continueShoppingBtn:hover{background:linear-gradient(135deg,#600018,#800020);transform:translateY(-3px)scale(1.05);box-shadow:0 15px 40px rgba(128,0,32,.4)}.Cart-module__UFW_Xq__cartContent{grid-template-columns:1fr 400px;align-items:start;gap:3rem;display:grid}.Cart-module__UFW_Xq__itemsSection{flex-direction:column;gap:1.5rem;display:flex}.Cart-module__UFW_Xq__cartItem{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(250,247,240,.9);border:1px solid rgba(255,255,255,.3);border-radius:1.5rem;grid-template-columns:120px 1fr auto auto auto;align-items:center;gap:2rem;padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:grid;box-shadow:0 8px 32px rgba(128,0,32,.08)}.Cart-module__UFW_Xq__cartItem:hover{transform:translateY(-2px);box-shadow:0 12px 40px rgba(128,0,32,.12)}.Cart-module__UFW_Xq__itemImage{border-radius:1rem;width:100px;height:100px;position:relative;overflow:hidden;box-shadow:0 8px 25px rgba(128,0,32,.1)}.Cart-module__UFW_Xq__image{object-fit:cover}.Cart-module__UFW_Xq__itemDetails{flex-direction:column;gap:.5rem;display:flex}.Cart-module__UFW_Xq__itemName{color:#1f2937;margin:0;font-size:1.25rem;font-weight:700;line-height:1.3}.Cart-module__UFW_Xq__itemCategory{color:#800020;text-transform:uppercase;letter-spacing:.5px;font-size:.9rem;font-weight:600}.Cart-module__UFW_Xq__itemPrice{color:#374151;font-size:1.1rem;font-weight:600}.Cart-module__UFW_Xq__quantityControls{background:rgba(255,255,255,.8);border-radius:1rem;align-items:center;gap:1rem;padding:.5rem;display:flex;box-shadow:inset 0 2px 4px rgba(0,0,0,.05)}.Cart-module__UFW_Xq__quantityBtn{color:#800020;cursor:pointer;background:#fff;border:2px solid #800020;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.Cart-module__UFW_Xq__quantityBtn:hover{color:#fff;background:#800020;transform:scale(1.1);box-shadow:0 8px 25px rgba(128,0,32,.3)}.Cart-module__UFW_Xq__quantityIcon{width:1rem;height:1rem}.Cart-module__UFW_Xq__quantity{color:#1f2937;text-align:center;min-width:2.5rem;font-size:1.25rem;font-weight:700}.Cart-module__UFW_Xq__itemTotal{text-align:right}.Cart-module__UFW_Xq__totalPrice{color:#800020;margin:0;font-size:1.25rem;font-weight:700}.Cart-module__UFW_Xq__removeBtn{color:#dc2626;cursor:pointer;background:#fff;border:2px solid #dc2626;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.Cart-module__UFW_Xq__removeBtn:hover{color:#fff;background:#dc2626;transform:scale(1.1);box-shadow:0 8px 25px rgba(220,38,38,.3)}.Cart-module__UFW_Xq__removeIcon{width:1.25rem;height:1.25rem}.Cart-module__UFW_Xq__summarySection{position:-webkit-sticky;position:sticky;top:2rem}.Cart-module__UFW_Xq__summaryCard{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:rgba(250,247,240,.95);border:1px solid rgba(255,255,255,.3);border-radius:2rem;padding:2.5rem;box-shadow:0 20px 60px rgba(128,0,32,.1)}.Cart-module__UFW_Xq__summaryTitle{color:#1f2937;text-align:center;margin-bottom:2rem;font-size:1.75rem;font-weight:700}.Cart-module__UFW_Xq__summaryRow{color:#374151;border-bottom:1px solid rgba(128,0,32,.1);justify-content:space-between;align-items:center;padding:1rem 0;font-size:1rem;display:flex}.Cart-module__UFW_Xq__summaryRow:last-of-type{border-bottom:none}.Cart-module__UFW_Xq__totalRow{color:#1f2937;border-top:2px solid rgba(128,0,32,.2);margin-top:1rem;padding-top:1.5rem;font-size:1.25rem;font-weight:700}.Cart-module__UFW_Xq__buyNowBtn{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#800020,#a0002a);border:none;border-radius:1.5rem;justify-content:center;align-items:center;gap:.75rem;width:100%;margin-top:2rem;padding:1.5rem 2rem;font-size:1.25rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 8px 25px rgba(128,0,32,.3)}.Cart-module__UFW_Xq__buyNowBtn:hover{background:linear-gradient(135deg,#600018,#800020);transform:translateY(-3px)scale(1.02);box-shadow:0 15px 40px rgba(128,0,32,.4)}.Cart-module__UFW_Xq__buyNowIcon{width:1.5rem;height:1.5rem}.Cart-module__UFW_Xq__clearCartBtn{color:#dc2626;cursor:pointer;background:rgba(220,38,38,.1);border:2px solid #dc2626;border-radius:1rem;width:100%;margin-top:1rem;padding:1rem 2rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1)}.Cart-module__UFW_Xq__clearCartBtn:hover{color:#fff;background:#dc2626;transform:translateY(-2px);box-shadow:0 8px 25px rgba(220,38,38,.3)}@media (max-width:1024px){.Cart-module__UFW_Xq__cartContent{grid-template-columns:1fr;gap:2rem}.Cart-module__UFW_Xq__summarySection{position:static}.Cart-module__UFW_Xq__cartItem{grid-template-columns:100px 1fr auto;gap:1.5rem;padding:1.5rem}.Cart-module__UFW_Xq__itemTotal{text-align:left;grid-column:2/4;margin-top:1rem}.Cart-module__UFW_Xq__removeBtn{grid-area:1/3;justify-self:end}}@media (max-width:768px){.Cart-module__UFW_Xq__container{padding:1rem .75rem}.Cart-module__UFW_Xq__header{text-align:center;flex-direction:column;gap:1rem}.Cart-module__UFW_Xq__pageTitle{font-size:2rem}.Cart-module__UFW_Xq__cartItem{grid-template-columns:80px 1fr auto;gap:1rem;padding:1rem}.Cart-module__UFW_Xq__itemImage{width:80px;height:80px}.Cart-module__UFW_Xq__itemName{font-size:1.1rem}.Cart-module__UFW_Xq__quantityControls{padding:.4rem}.Cart-module__UFW_Xq__quantityBtn{width:35px;height:35px}.Cart-module__UFW_Xq__quantity{min-width:2rem;font-size:1.1rem}.Cart-module__UFW_Xq__summaryCard{padding:2rem}.Cart-module__UFW_Xq__summaryTitle{font-size:1.5rem}}@media (max-width:480px){.Cart-module__UFW_Xq__container{padding:.75rem .5rem}.Cart-module__UFW_Xq__pageTitle{font-size:1.75rem}.Cart-module__UFW_Xq__cartItem{flex-direction:column;gap:1rem;padding:1rem 3rem 1rem 1rem;display:flex;position:relative}.Cart-module__UFW_Xq__itemImage{align-self:flex-start;width:80px;height:80px}.Cart-module__UFW_Xq__itemDetails{flex:1}.Cart-module__UFW_Xq__quantityControls{align-self:center;margin-top:.5rem}.Cart-module__UFW_Xq__itemTotal{align-self:flex-end;margin-top:.5rem}.Cart-module__UFW_Xq__removeBtn{width:35px;height:35px;position:absolute;top:.5rem;right:.5rem}.Cart-module__UFW_Xq__removeIcon{width:1rem;height:1rem}.Cart-module__UFW_Xq__summaryCard{padding:1.5rem}.Cart-module__UFW_Xq__buyNowBtn{padding:1.25rem 1.5rem;font-size:1.1rem}}
