.home-flash-layout {
    display: grid;
    grid-template-columns: minmax(235px, .68fr) minmax(0, 1.85fr);
    align-items: stretch;
    gap: 20px;
}

.home-flash-intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 27px;
    border-radius: 12px;
    background: var(--selo-primary, #ff7800);
    color: #fff;
}

.home-flash-kicker {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: .11em;
    text-transform: uppercase;
    opacity: .88;
}

.home-flash-intro h2 {
    margin: 7px 0 6px;
    color: #fff;
    font-size: clamp(26px, 2.3vw, 32px);
    font-weight: 600;
    line-height: 1.18;
}

.home-flash-intro p {
    margin: 0 0 17px;
    color: rgba(255, 255, 255, .88);
    font-size: 12.5px;
    line-height: 1.55;
}

.home-flash-countdown {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
}

.home-flash-countdown div {
    min-width: 0;
    padding: 8px 3px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 7px;
    background: rgba(255, 255, 255, .1);
    text-align: center;
}

.home-flash-countdown strong,
.home-flash-countdown span {
    display: block;
}

.home-flash-countdown strong {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.05;
}

.home-flash-countdown span {
    margin-top: 3px;
    font-size: 8px;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.home-flash-products-wrap {
    min-width: 0;
}

.home-flash-products-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.home-flash-products-head strong {
    color: #101828;
    font-size: 17px;
    font-weight: 600;
}

.home-flash-view-all {
    color: var(--selo-primary, #ff7800);
    font-size: 12.5px;
    font-weight: 600;
    text-decoration: none;
}

.home-flash-products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.home-flash-product-card,
.home-flash-product-card .wn-product-card,
.home-flash-product-card .wn-product-card__inner {
    min-width: 0;
    height: 100%;
}

.home-flash-products .wn-product-card__inner {
    border-radius: 10px;
}

.home-flash-products .wn-product-card__body {
    padding: 9px 9px 6px;
}

.home-flash-products .wn-product-card__meta,
.home-flash-products .wn-product-card__summary,
.home-flash-products .wn-product-card__rating,
.home-flash-products .wn-product-card__combo-info {
    display: none;
}

.home-flash-products .wn-product-card__title {
    min-height: 34px;
    margin: 0 0 5px;
    font-size: 12.5px;
    font-weight: 500;
    line-height: 1.36;
}

.home-flash-products .wn-product-card__price {
    min-height: 22px;
    gap: 5px;
}

.home-flash-products .wn-product-card__price strong {
    font-size: 14px;
}

.home-flash-products .wn-product-card__price del {
    font-size: 10.5px;
}

.home-flash-products .wn-product-card__variant {
    min-height: 32px;
    margin-top: 5px;
    border-radius: 6px;
    padding: 4px 25px 4px 7px;
    font-size: 10.5px;
}

.home-flash-products .wn-product-card__footer {
    padding: 0 9px 9px;
}

.home-flash-products .wn-product-card__btn {
    min-height: 33px;
    border-radius: 7px;
    padding: 6px 7px;
    font-size: 10.8px;
    line-height: 1.1;
    white-space: nowrap;
}

.home-flash-products .wn-product-card__badge,
.home-flash-products .wn-product-card__stock {
    top: 7px;
    left: 7px;
    border-radius: 5px;
    padding: 3px 6px;
    font-size: 9px;
}

.home-flash-products .wn-product-card__badge--combo,
.home-flash-products .wn-product-card__badge--variant {
    right: 7px;
    left: auto;
}

.home-flash-products .wn-product-card__quick {
    right: 7px;
    bottom: 7px;
    width: 29px;
    height: 29px;
    border-radius: 7px;
    font-size: 11px;
}

.home-promo-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.home-promo-banner {
    display: block;
    overflow: hidden;
    border-radius: 10px;
    background: #f2f4f7;
    box-shadow: 0 5px 16px rgba(15, 23, 42, .09);
}

.home-promo-banner img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    transition: transform .25s ease;
}

.home-promo-banner:hover img {
    transform: scale(1.025);
}

.home-benefits-section {
    padding: 23px 0;
    border-top: 1px solid #e8ebef;
    border-bottom: 1px solid #e8ebef;
    background: var(--selo-surface, #fff);
}

.home-benefits-row {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.home-benefit-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-width: 0;
    padding: 11px;
    border: 1px solid rgba(15, 23, 42, .05);
    border-radius: 9px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(15, 23, 42, .06);
}

.home-benefit-item i {
    flex: 0 0 auto;
    color: var(--selo-primary, #ff7800);
    font-size: 21px;
}

.home-benefit-item strong,
.home-benefit-item span {
    display: block;
}

.home-benefit-item strong {
    color: #101828;
    font-size: 12.5px;
    font-weight: 600;
    line-height: 1.3;
}

.home-benefit-item span {
    margin-top: 2px;
    color: #667085;
    font-size: 10px;
    line-height: 1.32;
}

.home-brand-carousel {
    padding: 3px 1px;
}

.home-brand-slide {
    display: flex;
    min-height: 92px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 11px;
    border: 1px solid rgba(15, 23, 42, .05);
    border-radius: 9px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(15, 23, 42, .06);
}

.home-brand-slide img {
    width: 100%;
    height: 48px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: .78;
    transition: filter .2s ease, opacity .2s ease;
}

.home-brand-slide:hover img {
    filter: none;
    opacity: 1;
}

.home-brand-slide span {
    color: #667085;
    font-size: 10.5px;
    line-height: 1.25;
    text-align: center;
}

@media (max-width: 1199px) {
    .home-flash-layout {
        grid-template-columns: minmax(220px, .62fr) minmax(0, 1.55fr);
    }

    .home-flash-products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-benefits-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 14px;
    }

}

@media (max-width: 767px) {
    .home-flash-layout {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .home-flash-intro {
        padding: 18px;
        border-radius: 10px;
    }

    .home-flash-kicker {
        font-size: 9px;
    }

    .home-flash-intro h2 {
        margin: 5px 0;
        font-size: 22px;
    }

    .home-flash-intro p {
        margin-bottom: 12px;
        font-size: 11px;
    }

    .home-flash-countdown {
        max-width: 330px;
        gap: 5px;
    }

    .home-flash-countdown div {
        padding: 7px 2px;
    }

    .home-flash-countdown strong {
        font-size: 16px;
    }

    .home-flash-countdown span {
        font-size: 7px;
    }

    .home-flash-products-head {
        margin-bottom: 8px;
    }

    .home-flash-products-head strong {
        font-size: 15px;
    }

    .home-flash-view-all {
        font-size: 11.5px;
    }

    .home-flash-products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .home-flash-products .wn-product-card__body {
        padding: 7px 7px 5px;
    }

    .home-flash-products .wn-product-card__title {
        min-height: 31px;
        margin-bottom: 4px;
        font-size: 11.5px;
    }

    .home-flash-products .wn-product-card__price strong {
        font-size: 13px;
    }

    .home-flash-products .wn-product-card__footer {
        padding: 0 7px 7px;
    }

    .home-flash-products .wn-product-card__btn {
        min-height: 31px;
        padding: 5px 4px;
        font-size: 10px;
    }

    .home-flash-products .wn-product-card__quick {
        width: 27px;
        height: 27px;
    }

    .home-promo-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 6px;
    }

    .home-promo-banner {
        border-radius: 7px;
        box-shadow: 0 3px 9px rgba(15, 23, 42, .08);
    }

    .home-benefits-section {
        padding: 16px 0;
    }

    .home-benefits-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
    }

    .home-benefit-item,
    .home-benefit-item:nth-child(3) {
        justify-content: flex-start;
        min-height: 62px;
        padding: 8px 9px;
        border: 1px solid rgba(15, 23, 42, .05);
    }

    .home-benefit-item i {
        font-size: 18px;
    }

    .home-benefit-item strong {
        font-size: 11px;
    }

    .home-benefit-item span {
        font-size: 9px;
    }

    .home-brand-slide {
        min-height: 70px;
        gap: 4px;
        padding: 7px 5px;
    }

    .home-brand-slide img {
        height: 38px;
    }

    .home-brand-slide span {
        font-size: 9px;
    }
}

@media (max-width: 420px) {
    .home-flash-intro {
        padding: 16px;
    }

    .home-flash-products {
        gap: 7px;
    }

    .home-flash-products .wn-product-card__title {
        font-size: 11px;
    }

    .home-flash-products .wn-product-card__btn {
        font-size: 9.5px;
    }

    .home-benefit-item {
        min-height: 59px;
        padding: 7px;
    }

    .home-benefit-item span {
        display: none;
    }

    .home-brand-slide {
        min-height: 66px;
    }

    .home-brand-slide img {
        height: 35px;
    }
}
