.discount-badge{position:absolute;top:0;left:0;background:var(--orange);color:white;padding:8px 15px;font-size:11px;font-weight:700;border-top-left-radius:var(--radius);border-bottom-right-radius:var(--radius);z-index:10}.card.product-name{font-size:15px;font-weight:600;color:var(--primary);line-height:1.4;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:50px}.unit-text{color:var(--text-gray);font-size:13px}.rating-mini{display:flex;align-items:center;gap:5px;font-size:14px;color:#374151}.rating-mini i{color:var(--orange)}.price-group{display:flex;align-items:flex-end;gap:0}.product-card .price-group del{order:2;color:#ccc!important;font-size:14px;font-weight:500;text-decoration:line-through}.product-card .price-group,.product-card .price-group span.woocommerce-Price-amount.amount,.product-card .price-group span.woocommerce-Price-amount.amount bdi{font-size:14px!important;font-weight:700;color:var(--primary)}.current-price{font-size:24px;font-weight:800;color:var(--primary)}.old-price{font-size:16px;color:var(--text-gray);text-decoration:line-through}.add-to-cart-btn{display:flex;align-items:center;gap:8px;background-color:var(--primary);color:#fff;border:none;padding:8px 16px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease;text-decoration:none}.add-to-cart-btn:hover{background-color:#fd7e14;transform:translateY(-1px);color:#fff}.add-to-cart-btn i{font-size:14px}@media (max-width:600px){.product-footer .add-to-cart-btn{width:100%;justify-content:center}.product-card .price-group,.product-card .price-group span.woocommerce-Price-amount.amount,.product-card .price-group span.woocommerce-Price-amount.amount bdi,.product-card .price-group del{font-size:12px!important}}.discount-amount{width:fit-content;color:#fff;font-size:12px;background:#ef4a23;padding:3px 10px;border-radius:0px 20px 20px 0px}