*{margin:0;padding:0;box-sizing:border-box;text-decoration:none;list-style-type:none;font-family:Mulish}:root{--primary-color: #6366F1;--accent-color: #3f83f8;--text-color: #333333;--link-color: #2563eb;--background-color: #ffffff;--light-gray: #f0f0f0;--gray: #808080;--dark-gray: #555}body{height:100vh}.product-container{max-width:1280px;margin:0 auto;padding-bottom:1rem}.product-page-title{padding:2rem;text-align:center}.product-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,250px));justify-content:center;gap:1.4rem}.product-card{display:flex;flex-direction:column;position:relative;height:500px;padding:12px}.product-card:hover{box-shadow:0 0 15px #0009;transform:scale(1.01)}.product-top{display:flex;flex-direction:column;height:60%}.category{position:absolute;border:none;padding:5px 12px;font-size:13px;background-color:#c7c7c7;border-radius:20px;top:25px;left:30px}.product-img{width:100%;height:100%;object-fit:cover;object-position:center}.product-bottom{display:flex;flex-direction:column;justify-content:center;gap:.4rem;height:40%}.product-name{color:var(--text-color);font-size:20px}.product-desc{color:var(--gray);font-size:13px}.product-price{display:flex;gap:.8rem;font-size:16px}.sale-price{color:#ba0e0e}.original-price{text-decoration:line-through}.product-quantity-container{display:flex;justify-content:space-between;align-items:center}.stock-container{display:flex}.product-property{font-size:12px}.cart-increment,.cart-decrement,.product-quantity{background-color:transparent;border:1px solid var(--light-gray);padding:12px 16px}.product-quantity{border-left:none;border-right:none}.cart-increment,.cart-decrement{cursor:pointer}.add-to-cart-buuton{width:fit-content;color:#f0f0f0;background-color:#c95c04;border:2px solid transparent;padding:8px 22px;border-radius:20px;display:flex;gap:.4rem;align-items:center;font-size:14px;cursor:pointer}.add-to-cart-buuton:hover{border:2px solid rgb(201,92,4);background-color:#fff;color:#c95c04}.cart-product-container{max-width:1280px;margin:0 auto;position:relative}.cart-product-content{display:flex;padding:1rem;align-items:start;justify-content:space-between}.cartListItem-container{display:flex;flex-direction:column;min-width:58%}.cart-item{padding:1rem .6rem;display:flex;flex-direction:row;justify-content:space-between;gap:2rem;align-items:center;border-bottom:1px solid var(--light-gray)}.product-category{padding:5px 12px;font-size:13px;background-color:#c7c7c7;border-radius:20px}.cart-product-img{width:80px}.cart-product-name{font-weight:700}.cart-product-total-price{font-size:14px}.remove-cart-product{cursor:pointer;font-size:20px}.totalAmount-container{border:2px solid var(--dark-gray);border-radius:3px;display:flex;flex-direction:column;padding:1rem;min-width:30%}.order-summary-container{padding:.8rem .6rem;border-bottom:1px solid var(--light-gray)}.order-summary{font-weight:700}.product-checkout-info{border-bottom:1px solid var(--light-gray)}.sub-total-container,.tax-price-container,.final-total-Price-container{display:flex;justify-content:space-between;gap:2.9rem;padding:.8rem .6rem}.sub-total-container,.tax-price-container,.final-total-Price-container{font-size:14px}.sub-total,.tax,.final-total{color:var(--gray)}@media screen and (max-width: 945px){.cart-product-content{display:flex;flex-direction:column;gap:3rem}.totalAmount-container{min-width:50%;align-self:flex-end}.cartListItem-container{width:100%}}@media screen and (max-width: 660px){.cart-item{gap:1rem}}@media screen and (max-width: 580px){.cart-stock-container .cart-increment,.cart-decrement,.product-quantity{padding:4px 8px}.cart-product-img{width:55px}.product-category{display:none}.cart-product-total-price,.remove-cart-product{font-size:12px}}@media screen and (max-width: 412px){.cart-stock-container{flex-direction:column}}
