.product-card{background-color:#f0f0f0;border-radius:20px;padding:8px;overflow:hidden;position:relative;cursor:pointer;width:100%;max-width:100%;height:275px;display:flex;flex-direction:column;transition:transform .2s cubic-bezier(.4,0,.2,1);will-change:transform}.product-card:hover{transform:scale(.98)}.product-card:active{transform:scale(.96)}.product-card.out-of-stock{opacity:.6;cursor:not-allowed}.product-card.out-of-stock:hover,.product-card.out-of-stock:active{transform:none}.product-image-container{position:relative;width:100%;height:160px;overflow:hidden;flex-shrink:0}.product-image{width:100%;height:100%;border-radius:16px;-o-object-fit:cover;object-fit:cover}.out-of-stock-overlay{position:absolute;inset:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.875rem}.product-info{padding-top:4px;position:relative;flex:1;display:flex;flex-direction:column;justify-content:space-between}.product-name{font-size:1rem;font-weight:600;color:#1f2937;line-height:1.3;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-details{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.75rem;color:#6b7280;flex-shrink:0}.product-weight{font-weight:500;color:#9ca3af;padding-top:5px}.product-price{font-size:1.125rem;font-weight:700;color:#1f2937;margin-bottom:.5rem;flex-shrink:0}.add-to-cart-btn{width:100%;height:2.5rem;background-color:#c9eacc;color:#060607;border:none;border-radius:32px;font-family:Inter,sans-serif;font-size:17px;font-weight:600;line-height:26px;letter-spacing:-.43px;cursor:pointer;transition:transform .15s cubic-bezier(.4,0,.2,1),background-color .15s ease;display:flex;align-items:center;justify-content:space-between;flex-shrink:0;padding:0 1.25rem;min-width:4.5rem;margin-top:auto;will-change:transform}.add-to-cart-btn:hover:not(.disabled){background-color:#b5e0ba;transform:scale(.98)}.add-to-cart-btn:active:not(.disabled){background-color:#9fce9f;transform:scale(.95)}.add-to-cart-btn.disabled{background-color:#d1d5db;cursor:not-allowed;transform:none}.add-to-cart-spacer{width:16px}.add-to-cart-price{font-size:.875rem;font-weight:600;margin:0 .5rem}.price-container{display:flex;flex-direction:column;align-items:center;margin:0 .5rem}.promotion-price{display:flex;flex-direction:row;align-items:center;gap:8px;margin:0;padding:0}.original-price{font-size:.75rem;font-weight:500;padding:0;margin:0;color:#9ca3af;text-decoration:line-through}.discounted-price{font-size:.875rem;font-weight:700;padding:0;margin:0;color:#16a34a}.add-to-cart-icon-wrapper{padding:8px;display:flex;align-items:center;justify-content:center}.add-to-cart-icon{width:16px;height:16px}.product-card-quantity-controls{display:flex;align-items:center;gap:6px;width:100%;height:40px}.product-card-quantity-btn{width:2.5rem;height:2.5rem;border:none;background:#c9eacc;color:#4bb755;border-radius:32px;font-weight:400;font-family:Inter,sans-serif;font-size:17px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .15s cubic-bezier(.4,0,.2,1),background-color .15s ease;will-change:transform}.product-card-quantity-btn:hover{background:#b5e0ba;transform:scale(.98)}.product-card-quantity-btn:active{background:#9fce9f;transform:scale(.95)}.product-card-quantity-display{flex:1;background:#f8f9fa;border:none;border-radius:32px;height:2.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.product-card-quantity-text{font-size:14px;font-weight:600;color:#28a745;line-height:1}.product-card-quantity-price{font-size:12px;font-weight:500;color:#6c757d;line-height:1}@media (max-width: 400px){.product-card{height:250px;padding:10px}.product-image-container{height:120px}.add-to-cart-btn{height:2.25rem;padding:0 1rem}.add-to-cart-icon-wrapper{padding:8px}.add-to-cart-icon{width:16px;height:16px}}@media (min-width: 401px) and (max-width: 640px){.product-card{height:250px}.product-image-container{height:120px}.product-name{font-size:.875rem;margin:0}.product-price{font-size:1rem}.add-to-cart-btn{height:2rem;font-size:17px;font-weight:600;line-height:26px;letter-spacing:-.43px;padding:0 1rem;min-width:3rem}.add-to-cart-price{font-size:.75rem;margin:0 .25rem}.add-to-cart-icon-wrapper{padding:6px}.add-to-cart-icon{width:14px;height:14px}}@media (min-width: 641px) and (max-width: 1024px){.product-card{height:300px}.product-image-container{height:160px}.product-name{font-size:1.125rem}.product-price{font-size:1.25rem}}@media (min-width: 1025px){.product-card{height:300px}.product-image-container{height:160px}.product-name{font-size:1.125rem}.product-price{font-size:1.25rem}}
