.Cart-module__Ne7zvW__cartPage{box-sizing:border-box;width:100%;max-width:1200px;margin:3rem auto;padding:0 2rem}.Cart-module__Ne7zvW__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:3rem;display:flex}.Cart-module__Ne7zvW__title{color:#1e293b;margin:0;font-size:2.5rem;font-weight:700;line-height:1.5}.Cart-module__Ne7zvW__backLink{color:#2563eb;justify-content:center;align-items:center;gap:.8rem;font-size:1.05rem;font-weight:600;text-decoration:none;transition:color .25s,transform .2s;display:inline-flex}.Cart-module__Ne7zvW__backLink:hover{color:#1d4ed8;transform:translate(3px)}.Cart-module__Ne7zvW__cartContainer{grid-template-columns:minmax(0,1fr) 380px;gap:3rem;display:grid}.Cart-module__Ne7zvW__cartItems{flex-direction:column;gap:1.5rem;display:flex}.Cart-module__Ne7zvW__cartItem{background-color:#fff;border:1px solid #e2e8f0;border-radius:16px;align-items:center;gap:1.5rem;padding:1.5rem;transition:transform .25s,border-color .25s,box-shadow .25s;display:flex;box-shadow:0 6px 24px #0f172a0d}.Cart-module__Ne7zvW__cartItem:hover{border-color:#cbd5e1;transform:translateY(-3px);box-shadow:0 10px 30px #0f172a14}.Cart-module__Ne7zvW__itemThumbnail{border-radius:10px;flex-shrink:0;overflow:hidden}.Cart-module__Ne7zvW__thumbnailImg{object-fit:cover;border-radius:10px;width:100px;height:70px;transition:transform .3s;display:block}.Cart-module__Ne7zvW__cartItem:hover .Cart-module__Ne7zvW__thumbnailImg{transform:scale(1.03)}.Cart-module__Ne7zvW__itemInfo{flex:1;min-width:0}.Cart-module__Ne7zvW__itemTitle{color:#1e293b;margin:0;font-size:1.1rem;font-weight:700;line-height:1.6}.Cart-module__Ne7zvW__itemPrice{color:#2563eb;white-space:nowrap;flex-shrink:0;font-size:1.05rem;font-weight:700}.Cart-module__Ne7zvW__removeBtn{color:#ef4444;cursor:pointer;-webkit-tap-highlight-color:transparent;background-color:#0000;border:none;border-radius:50%;outline:none;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;padding:0;font-size:1rem;transition:background-color .2s,color .2s,transform .18s cubic-bezier(.34,1.56,.64,1);display:inline-flex}.Cart-module__Ne7zvW__removeBtn:hover{color:#b91c1c;background-color:#fee2e2;transform:scale(1.08)}.Cart-module__Ne7zvW__removeBtn:active{transition-duration:80ms;transform:scale(.88)}.Cart-module__Ne7zvW__removeBtn:focus,.Cart-module__Ne7zvW__removeBtn:focus-visible{box-shadow:none;border:none;outline:none}.Cart-module__Ne7zvW__cartSummary{background-color:#fff;border:1px solid #e2e8f0;border-radius:16px;height:fit-content;padding:2rem;position:sticky;top:120px;box-shadow:0 8px 30px #0f172a0f}.Cart-module__Ne7zvW__summaryHeader{border-bottom:2px solid #e2e8f0;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.Cart-module__Ne7zvW__summaryHeader h3{color:#1e293b;margin:0;font-size:1.2rem;font-weight:700}.Cart-module__Ne7zvW__summaryHeader p{color:#64748b;margin:0;font-size:.95rem;font-weight:500}.Cart-module__Ne7zvW__priceDetails{margin-bottom:1.5rem}.Cart-module__Ne7zvW__priceRow{color:#334155;justify-content:space-between;align-items:center;gap:1rem;padding:.8rem 0;font-size:.95rem;font-weight:500;display:flex}.Cart-module__Ne7zvW__totalPrice{color:#1e293b;border-top:2px solid #e2e8f0;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 0;font-size:1.15rem;font-weight:700;display:flex}.Cart-module__Ne7zvW__finalAmount{color:#2563eb;white-space:nowrap}.Cart-module__Ne7zvW__clearCartBtn{color:#ef4444;cursor:pointer;-webkit-tap-highlight-color:transparent;background-color:#fff;border:1px solid #fecaca;border-radius:50px;outline:none;justify-content:center;align-items:center;gap:.6rem;width:100%;min-height:44px;margin-top:1rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:transform .2s,background-color .2s,border-color .2s,color .2s,box-shadow .2s;display:inline-flex}.Cart-module__Ne7zvW__clearCartBtn:hover{color:#b91c1c;background-color:#fef2f2;border-color:#fca5a5;transform:translateY(-2px);box-shadow:0 6px 16px #ef44441a}.Cart-module__Ne7zvW__clearCartBtn:active{box-shadow:none;transform:translateY(1px)scale(.97)}.Cart-module__Ne7zvW__clearCartBtn:focus,.Cart-module__Ne7zvW__clearCartBtn:focus-visible{border-color:#fecaca;outline:none}.Cart-module__Ne7zvW__checkoutBtn{color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;background-color:#2563eb;border:none;border-radius:50px;outline:none;width:100%;min-height:46px;margin-top:1rem;padding:.8rem 1.5rem;font-size:1rem;font-weight:600;transition:transform .2s,background-color .2s,box-shadow .2s;box-shadow:0 4px 12px #2563eb1f}.Cart-module__Ne7zvW__checkoutBtn:hover:not(:disabled){background-color:#1d4ed8;transform:translateY(-3px);box-shadow:0 9px 20px #2563eb33}.Cart-module__Ne7zvW__checkoutBtn:active:not(:disabled){transform:translateY(1px)scale(.96);box-shadow:0 3px 8px #2563eb1f}.Cart-module__Ne7zvW__checkoutBtn:disabled{opacity:.7;cursor:not-allowed;box-shadow:none;transform:none}.Cart-module__Ne7zvW__checkoutBtn:focus,.Cart-module__Ne7zvW__checkoutBtn:focus-visible{border:none;outline:none}.Cart-module__Ne7zvW__secureNote{color:#64748b;text-align:center;margin:1.5rem 0 0;font-size:.9rem;font-weight:500}.Cart-module__Ne7zvW__emptyCart{box-sizing:border-box;text-align:center;background-color:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 101px);padding:4rem 2rem;display:flex;box-shadow:0 6px 24px #0f172a0d}.Cart-module__Ne7zvW__emptyCart h2{color:#1e293b;margin:2rem 0 1rem;font-size:2rem;font-weight:700;line-height:1.5}.Cart-module__Ne7zvW__emptyCart p{color:#64748b;margin:0 0 2rem;font-size:1.05rem;font-weight:500}.Cart-module__Ne7zvW__browseBtn{color:#fff;background-color:#2563eb;border-radius:50px;justify-content:center;align-items:center;min-height:44px;padding:.8rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .2s,background-color .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 12px #2563eb1f}.Cart-module__Ne7zvW__browseBtn:hover{background-color:#1d4ed8;transform:translateY(-3px);box-shadow:0 9px 20px #2563eb33}.Cart-module__Ne7zvW__browseBtn:active{transform:translateY(1px)scale(.96)}.Cart-module__Ne7zvW__backLink,.Cart-module__Ne7zvW__removeBtn,.Cart-module__Ne7zvW__checkoutBtn,.Cart-module__Ne7zvW__browseBtn{-webkit-tap-highlight-color:transparent}.Cart-module__Ne7zvW__backLink:focus:not(:focus-visible),.Cart-module__Ne7zvW__removeBtn:focus:not(:focus-visible),.Cart-module__Ne7zvW__checkoutBtn:focus:not(:focus-visible),.Cart-module__Ne7zvW__browseBtn:focus:not(:focus-visible){outline:none}@media (max-width:992px){.Cart-module__Ne7zvW__cartContainer{grid-template-columns:1fr}.Cart-module__Ne7zvW__cartSummary{position:static}}@media (max-width:768px){.Cart-module__Ne7zvW__cartPage{margin:2rem auto;padding:0 1rem}.Cart-module__Ne7zvW__header{margin-bottom:2rem}.Cart-module__Ne7zvW__title{font-size:2rem}.Cart-module__Ne7zvW__cartItem{align-items:flex-start;gap:1rem;padding:1.2rem}.Cart-module__Ne7zvW__itemThumbnail{flex-shrink:0}.Cart-module__Ne7zvW__thumbnailImg{width:85px;height:60px}.Cart-module__Ne7zvW__itemTitle{font-size:1rem}.Cart-module__Ne7zvW__itemPrice{font-size:.95rem}.Cart-module__Ne7zvW__removeBtn{width:40px;height:40px}.Cart-module__Ne7zvW__cartSummary{padding:1.5rem}.Cart-module__Ne7zvW__emptyCart{min-height:calc(100vh - 80px);padding:4rem 1.5rem}.Cart-module__Ne7zvW__emptyCart h2{font-size:1.6rem}.Cart-module__Ne7zvW__emptyCart p{font-size:.95rem}}@media (max-width:480px){.Cart-module__Ne7zvW__cartPage{margin:1.5rem auto}.Cart-module__Ne7zvW__header{flex-direction:column;align-items:flex-start}.Cart-module__Ne7zvW__title{font-size:1.7rem}.Cart-module__Ne7zvW__backLink{font-size:.95rem}.Cart-module__Ne7zvW__cartItem{grid-template-columns:auto minmax(0,1fr) auto;gap:.8rem;padding:1rem;display:grid}.Cart-module__Ne7zvW__thumbnailImg{width:75px;height:55px}.Cart-module__Ne7zvW__itemInfo{align-self:center}.Cart-module__Ne7zvW__itemTitle{font-size:.95rem}.Cart-module__Ne7zvW__itemPrice{grid-column:2/3;font-size:.9rem}.Cart-module__Ne7zvW__removeBtn{grid-area:1/3/span 2;align-self:center}.Cart-module__Ne7zvW__cartSummary{padding:1.2rem}.Cart-module__Ne7zvW__summaryHeader h3{font-size:1.05rem}.Cart-module__Ne7zvW__summaryHeader p,.Cart-module__Ne7zvW__priceRow{font-size:.85rem}.Cart-module__Ne7zvW__totalPrice{font-size:1rem}.Cart-module__Ne7zvW__checkoutBtn{font-size:.95rem}.Cart-module__Ne7zvW__emptyCart{border-radius:12px;padding:3rem 1rem}.Cart-module__Ne7zvW__emptyCart h2{font-size:1.4rem}.Cart-module__Ne7zvW__emptyCart p{font-size:.9rem}.Cart-module__Ne7zvW__browseBtn{box-sizing:border-box;width:100%}}
