.Cart_cartPage__xVai8{padding:100px 80px;margin:0 auto}.Cart_cartContainer__MLFCo{background:#fff;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.05);padding:30px}.Cart_cartHeader__SiD7B{display:flex;align-items:center;justify-content:space-between;padding-bottom:20px;border-bottom:1px solid #eee;margin-bottom:30px}.Cart_cartHeader__SiD7B h1{font-size:1.8rem;font-weight:600;margin:0;display:flex;align-items:center;gap:10px}.Cart_cartIcon__fErXK{font-size:1.5rem}.Cart_itemCount__KJ3Vy{background:#f5f5f5;padding:5px 12px;border-radius:20px;font-size:.9rem;color:#666}.Cart_emptyCart__cbci3{text-align:center;padding:50px 20px}.Cart_emptyCartIcon__OG4d1{font-size:3rem;color:#ddd;margin-bottom:20px}.Cart_emptyCart__cbci3 h2{font-size:1.5rem;margin-bottom:10px;color:#333}.Cart_emptyCart__cbci3 p{color:#666;margin-bottom:25px}.Cart_continueShoppingBtn__8xC1l{display:inline-block;background:#000;color:white;padding:12px 30px;border-radius:4px;text-decoration:none;font-weight:500;transition:background .2s ease}.Cart_continueShoppingBtn__8xC1l:hover{background:#333}.Cart_cartItems__FZj_g{margin-bottom:30px}.Cart_cartItem__3zxcp{display:grid;grid-template-columns:100px 2fr 1fr 1fr auto;grid-gap:20px;gap:20px;align-items:center;padding:20px 0;border-bottom:1px solid #eee}.Cart_itemImage__jadSn{width:100px;height:100px;border-radius:4px;overflow:hidden;background:#f9f9f9}.Cart_itemImage__jadSn img{width:100%;height:100%;object-fit:cover}.Cart_itemDetails__ec7F2{display:flex;flex-direction:column;gap:8px}.Cart_itemName__C7ep_{font-size:1.1rem;font-weight:500;margin:0;color:#333}.Cart_itemAttributes__w0HJ3{display:flex;gap:15px;font-size:.9rem;color:#666}.Cart_quantitySelector__nii43{display:flex;align-items:center;margin-top:10px}.Cart_quantitySelector__nii43 button{width:30px;height:30px;background:#f8f8f8;border:1px solid #ddd;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem;transition:all .2s ease}.Cart_quantitySelector__nii43 button:disabled{opacity:.5;cursor:not-allowed}.Cart_quantitySelector__nii43 button:hover:not(:disabled){background:#eee}.Cart_quantitySelector__nii43 span{width:40px;text-align:center;font-weight:500}.Cart_itemPrice__v8RDz{display:flex;flex-direction:column;align-items:flex-end}.Cart_originalPrice___kIIR{text-decoration:line-through;color:#999;font-size:.9rem}.Cart_currentPrice__GmvTl{font-weight:600;color:#333}.Cart_itemTotal__T7z05{font-weight:600;text-align:right}.Cart_priceMobile__VXeKs{display:none;font-weight:600;margin-top:10px}.Cart_removeItem__9uuvl{background:none;border:none;color:#999;cursor:pointer;font-size:1.2rem;transition:color .2s ease;padding:5px}.Cart_removeItem__9uuvl:hover{color:#ff4136}.Cart_couponSection__E_YBC{margin-bottom:30px}.Cart_couponInput__ApiJm{display:flex;max-width:400px}.Cart_couponInput__ApiJm input{flex:1 1;padding:12px 15px;border:1px solid #ddd;border-radius:4px 0 0 4px;font-size:1rem}.Cart_couponInput__ApiJm button{padding:0 20px;background:#000;color:white;border:none;border-radius:0 4px 4px 0;cursor:pointer;font-weight:500;transition:background .2s ease}.Cart_couponInput__ApiJm button:disabled{background:#ccc;cursor:not-allowed}.Cart_couponApplied__GhSN2{margin-top:10px;padding:10px;background:#f8fff8;border:1px solid #d4edda;border-radius:4px;color:#155724;display:flex;align-items:center;justify-content:space-between}.Cart_couponApplied__GhSN2 button{background:none;border:none;color:#155724;text-decoration:underline;cursor:pointer;font-size:.9rem}.Cart_orderSummary__Q7CoM{border:1px solid #eee;border-radius:8px;overflow:hidden;margin-bottom:30px}.Cart_summaryHeader__0YCdc{padding:15px 20px;background:#f9f9f9;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.Cart_summaryHeader__0YCdc h2{margin:0;font-size:1.2rem;font-weight:600}.Cart_summaryDetails__Nr3N_{padding:20px}.Cart_summaryRow__7QLnp{display:flex;justify-content:space-between;margin-bottom:12px;color:#555}.Cart_summaryRow__7QLnp:last-child{margin-bottom:0}.Cart_summaryTotal__h0CNy{display:flex;justify-content:space-between;margin-top:20px;padding-top:20px;border-top:1px solid #eee;font-weight:600;font-size:1.1rem;color:#333}.Cart_discount__qaLJ9{color:#28a745}.Cart_checkoutActions__stCcQ{display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;gap:20px}.Cart_continueShopping__DuDoe{display:flex;align-items:center;gap:5px;color:#333;text-decoration:none;font-weight:500;transition:color .2s ease}.Cart_continueShopping__DuDoe:hover{color:#000}.Cart_checkoutButtons__Pr1V_{display:flex;gap:15px}.Cart_checkoutBtn___SOpH{padding:12px 30px;background:#000;color:white;border:none;border-radius:4px;font-weight:600;cursor:pointer;transition:background .2s ease}.Cart_checkoutBtn___SOpH:hover{background:#333}@media (max-width:768px){.Cart_cartPage__xVai8{padding:80px 0 0}.Cart_cartHeader__SiD7B h1{font-size:1.25rem;font-weight:600;margin:0;display:flex;align-items:center;gap:10px}.Cart_cartItem__3zxcp{padding:0}.Cart_cartIcon__fErXK{font-size:1.5rem}.Cart_itemCount__KJ3Vy{background:#f5f5f5;padding:7px;border-radius:20px;font-size:.9rem;color:#666}.Cart_cartItem__3zxcp{grid-template-columns:80px 1fr auto;grid-template-areas:"image details remove" "image quantity price";gap:15px;padding:15px 0}.Cart_itemImage__jadSn{grid-area:image;width:80px;height:80px}.Cart_itemDetails__ec7F2{grid-area:details}.Cart_quantitySelector__nii43{grid-area:quantity;margin-top:0}.Cart_itemPrice__v8RDz{display:none}.Cart_priceMobile__VXeKs{display:block}.Cart_itemTotal__T7z05{grid-area:price;text-align:left}.Cart_removeItem__9uuvl{grid-area:remove;justify-self:end}.Cart_checkoutActions__stCcQ{flex-direction:column-reverse}.Cart_checkoutBtn___SOpH,.Cart_checkoutButtons__Pr1V_{width:100%}}.Loading_container__PUn27{display:flex;justify-content:center;align-items:center}.Loading_spinner__s8_jF{width:30px;height:30px;border:3px solid #f3f3f3;border-top-color:#333;border-radius:50%;animation:Loading_spin__1BzFL 1s linear infinite}@keyframes Loading_spin__1BzFL{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ReviewCarousel_reviewCarouselContainer__9Fs3L{width:85%;margin:20px auto auto}.ReviewCarousel_carousel__tVhWz{display:flex;align-items:center;justify-content:space-between;position:relative}.ReviewCarousel_navButton__xJ6As{background:none;border:none;font-size:24px;cursor:pointer;padding:10px;color:#333;z-index:2}.ReviewCarousel_navButton__xJ6As:hover{color:#000}.ReviewCarousel_reviewsRow___J7H7{display:flex;gap:20px;width:100%;justify-content:center;align-items:stretch;transition:all .3s ease}.ReviewCarousel_reviewCard__Yk8mw{flex:1 1;min-width:180px;max-width:220px;display:flex;flex-direction:column;background:#fafafa;border-radius:8px;box-shadow:0 1px 4px rgba(0,0,0,.06);padding:16px;transition:all .3s ease}.ReviewCarousel_reviewImage__2Q5Rb{width:100px;height:100px;border-radius:50%;object-fit:cover;margin:0 auto}.ReviewCarousel_reviewContent__08YTH{display:flex;flex-direction:column;flex-grow:1;gap:10px;margin-top:15px}.ReviewCarousel_rating__wF788{display:flex;gap:5px;justify-content:center}.ReviewCarousel_filledStar__FqCx0{color:gold}.ReviewCarousel_emptyStar__URuSP{color:#ccc}.ReviewCarousel_reviewText__Uzgqy{font-size:14px;line-height:1.5;margin-bottom:10px;text-align:center}.ReviewCarousel_reviewName__cldkF{font-weight:700;font-size:16px;text-align:center}@media (max-width:768px){.ReviewCarousel_reviewCarouselContainer__9Fs3L{width:100%;padding-inline:20px}.ReviewCarousel_reviewsRow___J7H7{overflow:hidden;justify-content:flex-start;scroll-behavior:smooth;padding:0}.ReviewCarousel_reviewCard__Yk8mw{min-width:calc(100%);max-width:calc(100%);flex:0 0 auto;scroll-snap-align:start}.ReviewCarousel_navButton__xJ6As{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.7);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 5px rgba(0,0,0,.2)}.ReviewCarousel_navButton__xJ6As:first-child{left:0}.ReviewCarousel_navButton__xJ6As:last-child{right:0}.ReviewCarousel_reviewImage__2Q5Rb{width:80px;height:80px}}