/*
 * SRSHerbal.in v2.19.0
 * Final public-card corrections after the 20% pricing rollout.
 * Keeps genuine product photos prominent and makes no-photo brand fallbacks compact.
 */

.smart-product-card .product-art > img {
    height: 222px !important;
    padding: 0 !important;
    object-fit: contain !important;
    object-position: center !important;
}

.brand-product-fallback {
    height: 205px !important;
    width: 100% !important;
    padding: 18px 14px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

.brand-product-fallback .fallback-brand-kicker {
    font-size: 8px !important;
}

.brand-product-fallback strong {
    font-size: 12px !important;
    line-height: 1.3 !important;
}

.brand-product-fallback small {
    font-size: 10px !important;
    line-height: 1.3 !important;
}

@media (max-width: 900px) {
    .smart-product-card .product-art > img {
        height: 198px !important;
    }
}

@media (max-width: 600px) {
    .smart-product-card .product-art > img {
        height: 164px !important;
    }
}
