<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.product-card {
    min-height: 370px;
}

.card-img-top {
    position: relative !important;
    height: 225px !important;
    object-fit: contain;
}

.stats {
    padding: 20px 10px;
}

.product-pagination {
    list-style: none;
}

.product_price {
    padding: 5px 0px;
    display: block;
}

.product_name {
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    line-height: 1.5em;
    margin: 0 !important;
	font-family: "Inter", sans-serif;
}
</pre></body></html>