.vb-lazy-promotions { margin-top: 28px; }
.vb-lazy-promotions__featured,
.vb-lazy-promotions__grid { display: grid; gap: 22px; }
.vb-lazy-promotions__featured { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.vb-lazy-promotions__featured-card {
    position: relative;
    min-height: 278px;
    overflow: hidden;
    border-radius: 10px;
}
.vb-lazy-promotions__featured-card::after {
    content: "";
    position: absolute;
    inset: 45% 0 0;
    background: linear-gradient(180deg, transparent, rgba(160, 169, 179, .28));
}
.vb-lazy-promotions__featured-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}
.vb-lazy-promotions__featured-copy {
    position: absolute;
    z-index: 1;
    right: 58px;
    bottom: 22px;
    left: 24px;
    display: grid;
    gap: 9px;
}
.vb-lazy-promotions__featured-title,
.vb-lazy-promotions__featured-text {
    background: rgba(255, 255, 255, .58);
}
.vb-lazy-promotions__featured-title { width: 78%; height: 27px; }
.vb-lazy-promotions__featured-text { width: 92%; height: 15px; }
.vb-lazy-promotions__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 34px;
}
.vb-lazy-promotions__image {
    width: 100%;
    aspect-ratio: 3 / 2;
    border-radius: 8px;
}
.vb-lazy-promotions__title {
    width: 76%;
    height: 18px;
    margin-top: 12px;
}
@media (min-width: 1440px) {
    .vb-lazy-promotions__grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}
@media (max-width: 1199.98px) {
    .vb-lazy-promotions { margin-top: 20px; }
    .vb-lazy-promotions__featured { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .vb-lazy-promotions__featured-card { min-height: 250px; }
    .vb-lazy-promotions__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 767.98px) {
    .vb-lazy-promotions__featured { grid-template-columns: 1fr; gap: 14px; }
    .vb-lazy-promotions__featured-card { min-height: 236px; border-radius: 8px; }
    .vb-lazy-promotions__featured-copy { right: 52px; bottom: 18px; left: 18px; }
    .vb-lazy-promotions__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 12px;
        margin-top: 26px;
    }
}
@media (max-width: 420px) {
    .vb-lazy-promotions__grid { grid-template-columns: 1fr; gap: 24px; }
}
