.cart-module__-RJi4G__cartMain{color:#1b2e14;background:#fcf8f1;min-height:100vh}.cart-module__-RJi4G__cartPage{padding-bottom:80px}.cart-module__-RJi4G__cartContainer{max-width:1300px;margin:0 auto;padding:0 40px}.cart-module__-RJi4G__breadcrumb{color:#8a7a6a;align-items:center;gap:8px;margin-bottom:40px;font-size:.9rem;display:flex}.cart-module__-RJi4G__breadcrumb a{color:#1b2e14;font-weight:500;text-decoration:none}.cart-module__-RJi4G__cartHeader{margin-bottom:50px}.cart-module__-RJi4G__cartHeader h1{text-transform:uppercase;font-size:3rem;font-weight:950}.cart-module__-RJi4G__cartItemsCount{color:#fff;background:#3d622f;border-radius:50px;margin-top:10px;padding:5px 15px;font-size:.85rem;font-weight:800;display:inline-block}.cart-module__-RJi4G__emptyCart{text-align:center;background:#fff;border-radius:30px;padding:80px 40px;box-shadow:0 10px 40px #00000008}.cart-module__-RJi4G__emptyIcon{color:#3d622f;background:#fcf8f1;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 30px;display:flex}.cart-module__-RJi4G__emptyCart h2{margin-bottom:15px;font-size:2.2rem;font-weight:900}.cart-module__-RJi4G__emptyCart p{color:#666;margin-bottom:30px;font-size:1.1rem}.cart-module__-RJi4G__shopBtn{color:#fff;background:#3d622f;border-radius:50px;padding:15px 40px;font-weight:800;text-decoration:none;transition:all .3s;display:inline-block}.cart-module__-RJi4G__shopBtn:hover{background:#1b2e14;transform:translateY(-5px)}.cart-module__-RJi4G__cartContent{grid-template-columns:1fr 400px;align-items:start;gap:50px;display:grid}.cart-module__-RJi4G__cartList{flex-direction:column;gap:20px;display:flex}.cart-module__-RJi4G__cartItem{background:#fff;border-radius:20px;gap:25px;padding:20px;transition:all .3s;display:flex;box-shadow:0 10px 30px #00000005}.cart-module__-RJi4G__cartItem:hover{transform:translate(10px)}.cart-module__-RJi4G__itemImage{background:#fdfaf5;border-radius:12px;flex-shrink:0;width:120px;height:120px;overflow:hidden}.cart-module__-RJi4G__itemImage img{object-fit:cover;width:100%;height:100%}.cart-module__-RJi4G__itemDetails{flex-direction:column;flex:1;display:flex}.cart-module__-RJi4G__itemTopRow{justify-content:space-between;align-items:flex-start;margin-bottom:5px;display:flex}.cart-module__-RJi4G__itemName{color:#1b2e14;font-size:1.15rem;font-weight:850;line-height:1.3;text-decoration:none}.cart-module__-RJi4G__removeBtn{cursor:pointer;color:#d4654a;background:#fdfaf5;border:none;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.cart-module__-RJi4G__removeBtn:hover{background:#fee;transform:scale(1.1)}.cart-module__-RJi4G__itemSize{color:#888;margin-bottom:auto;font-size:.85rem;font-weight:600}.cart-module__-RJi4G__itemBottomRow{justify-content:space-between;align-items:center;margin-top:15px;display:flex}.cart-module__-RJi4G__quantitySelector{border:1.5px solid #eee;border-radius:10px;align-items:center;display:flex;overflow:hidden}.cart-module__-RJi4G__qtyBtn{cursor:pointer;color:#1b2e14;background:#fff;border:none;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.cart-module__-RJi4G__qtyBtn:hover{background:#fdfaf5}.cart-module__-RJi4G__qtyNumber{text-align:center;width:40px;font-size:.95rem;font-weight:800}.cart-module__-RJi4G__qtyDivider{background:#eee;width:1px;height:20px;margin:0 5px}.cart-module__-RJi4G__trashBtn{cursor:pointer;color:#8a7a6a;background:0 0;border:none;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.cart-module__-RJi4G__trashBtn:hover{color:#d4654a;background:#fdfaf5}.cart-module__-RJi4G__itemPrice{color:#000;font-size:1.3rem;font-weight:950}.cart-module__-RJi4G__orderSummary{background:#fff;border-radius:30px;padding:35px;position:sticky;top:140px;box-shadow:0 10px 40px #00000008}.cart-module__-RJi4G__orderSummary h2{text-transform:uppercase;margin-bottom:25px;font-size:1.8rem;font-weight:900}.cart-module__-RJi4G__summaryRow{color:#666;justify-content:space-between;margin-bottom:15px;font-weight:600;display:flex}.cart-module__-RJi4G__freeShipping{color:#3d622f;font-weight:800}.cart-module__-RJi4G__summaryDivider{background:#eee;height:1px;margin:25px 0}.cart-module__-RJi4G__summaryRowTotal{color:#000;justify-content:space-between;font-size:1.5rem;font-weight:950;display:flex}.cart-module__-RJi4G__taxNote{color:#999;margin-top:10px;margin-bottom:30px;font-size:.8rem}.cart-module__-RJi4G__checkoutBtn{color:#fff;cursor:pointer;background:#007653;border:none;border-radius:100px;width:100%;margin-bottom:20px;padding:18px;font-size:1.1rem;font-weight:900;transition:all .3s;box-shadow:0 10px 20px #00765333}.cart-module__-RJi4G__checkoutBtn:hover{background:#005a40;transform:translateY(-5px);box-shadow:0 15px 30px #0076534d}.cart-module__-RJi4G__trustBadge{color:#777;justify-content:center;align-items:center;gap:10px;font-size:.8rem;font-weight:600;display:flex}@media (max-width:1100px){.cart-module__-RJi4G__cartContent{grid-template-columns:1fr}.cart-module__-RJi4G__orderSummary{position:static}}@media (max-width:768px){.cart-module__-RJi4G__cartContainer{padding:0 15px}.cart-module__-RJi4G__cartHeader{margin-bottom:30px}.cart-module__-RJi4G__cartHeader h1{font-size:1.8rem}.cart-module__-RJi4G__cartContent{gap:30px}.cart-module__-RJi4G__orderSummary{padding:25px 20px}}@media (max-width:600px){.cart-module__-RJi4G__cartItem{flex-direction:row;gap:15px;padding:15px}.cart-module__-RJi4G__itemImage{width:80px;height:80px}.cart-module__-RJi4G__itemName{font-size:.95rem}.cart-module__-RJi4G__itemPrice{font-size:1.1rem}.cart-module__-RJi4G__qtyBtn{width:32px;height:32px}}
