.sps-product-carousel{width:100%}
.sps-product-card{display:flex;height:100%;flex-direction:column}
.sps-product-card .sps-product-content{display:flex;flex:1;flex-direction:column;padding:16px}
.sps-product-card-topline{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:24px;margin-bottom:8px;color:var(--sps-muted);font-size:11px}
.sps-product-card-category{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.sps-product-card-category a{color:var(--sps-muted);text-decoration:none}
.sps-product-card-category a:hover{color:var(--sps-primary);text-decoration:underline}
.sps-category-separator{color:var(--sps-muted)}
.sps-product-card-rating{display:inline-flex;align-items:center;gap:4px;flex-shrink:0;color:var(--sps-muted);font-size:11px;text-decoration:none}
.sps-product-card-rating:hover{color:var(--sps-primary)}
.sps-card-star-single{color:#f59e0b;font-size:14px;line-height:1}
.sps-product-card-rating small{font-size:10px;color:#98a2b3}
.sps-card-no-rating{color:#98a2b3}
.sps-product-card .sps-product-title{font-size:14px;line-height:1.7;margin:0 0 10px;min-height:48px}
.sps-product-card-price-row{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:36px}
.sps-product-card-price-row .sps-price{display:flex;flex-wrap:wrap;align-items:center;gap:6px;min-height:30px;margin:0;font-size:15px}
.sps-product-card-price-row .sps-price del{font-size:11px}
.sps-product-card-price-row .sps-price ins{font-size:15px}
.sps-discount-badge{display:inline-flex;align-items:center;border-radius:999px;background:#fff1eb;color:var(--sps-danger);padding:5px 7px;font-size:10px;font-weight:800;white-space:nowrap}
.sps-product-card .sps-product-actions{display:block;margin-top:auto;padding-top:14px}
.sps-product-card .sps-product-actions .sps-add{width:100%}
@media(max-width:700px){
	.sps-product-card .sps-product-content{padding:13px}
	.sps-product-card .sps-product-title{font-size:14px}
	.sps-product-card-price-row{align-items:flex-start;flex-direction:column;gap:5px}
}
