/*
 * SRSHerbal.in v2.18.0
 * Public product-card finishing: clean product media, compact brand fallback,
 * and a clear 20% public discount treatment for the SRS catalogue.
 */

.brand-product-fallback {
    border: 1px dashed #c8dbd9 !important;
    background:
        radial-gradient(circle at 50% 18%, rgba(255, 255, 255, .98), rgba(244, 250, 248, .96) 62%, rgba(238, 247, 244, .94)) !important;
    color: #173f4e !important;
    gap: 6px !important;
}

.brand-product-fallback::before {
    content: '';
    width: 38px;
    height: 3px;
    border-radius: 99px;
    background: linear-gradient(90deg, #0f7775, #f18a2a);
    margin-bottom: 2px;
}

.brand-product-fallback .fallback-brand-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 7px;
    border-radius: 99px;
    background: #e8f5f1;
    color: #16716f;
    font-size: 8px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .13em;
}

.brand-product-fallback strong {
    max-width: 180px !important;
    margin: 0 auto;
    color: #173f4e !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    font-weight: 850 !important;
    letter-spacing: -.01em;
    text-align: center;
}

.brand-product-fallback small {
    max-width: 170px !important;
    color: #7a8c94 !important;
    font-size: 10px !important;
    line-height: 1.3 !important;
    text-align: center;
}

.detail-brand-fallback {
    width: min(92%, 430px) !important;
    min-height: 360px;
    margin: 0 auto;
}

.detail-brand-fallback strong {
    max-width: 310px !important;
    font-size: 16px !important;
}

.detail-brand-fallback small {
    max-width: 290px !important;
    font-size: 12px !important;
}

.product-discount-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    padding: 5px 8px;
    border: 1px solid #ffd6b6;
    border-radius: 999px;
    background: #fff1e6;
    color: #a84b0a;
    font-size: 11px;
    line-height: 1;
    font-weight: 900;
    vertical-align: middle;
}

/* Transparent catalogue artwork is normalized to an 820×820 canvas in v2.18. */
.smart-product-card .product-art > img {
    max-width: 100% !important;
    object-position: center !important;
}

@media (max-width: 720px) {
    .brand-product-fallback strong {
        max-width: 145px !important;
        font-size: 11px !important;
    }

    .detail-brand-fallback {
        min-height: 285px;
    }
}
