/**
 * SHOP P1 — ảnh lấp đầy khung card / hero (offline, local).
 */
#OLA .prod-img-wrap,
#OLA .hero-img-wrap,
#OLA .news-thumb,
#OLA .sidebar-prod-img {
    position: relative;
    overflow: hidden;
}

#OLA .prod-img-wrap {
    display: block;
    background: #f0f0f0;
}

    #OLA .prod-img-wrap img.prod-img,
    #OLA .prod-img-wrap > a > img.prod-img {
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        max-width: none !important;
        max-height: none !important;
        object-fit: cover !important;
        display: block !important;
    }

#OLA .hero-img-wrap img.hero-img,
#OLA .hero-img-wrap > img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

#OLA .news-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

#OLA .html-content img,
#OLA .article-content img {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
}

#OLA .block-collage .block-collage__item img,
#OLA .article-content .block-collage .block-collage__item img,
#OLA .html-content .block-collage .block-collage__item img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    object-fit: cover !important;
}

#OLA img.navbar-logo {
    position: static !important;
    width: auto !important;
    height: auto !important;
    max-height: 48px !important;
    object-fit: contain !important;
}