.fr-product-banners-page {
    background: #f7f3ea;
    min-height: 60vh;
}

.fr-product-banners {
    width: min(2048px, calc(100% - 40px));
    margin: 0 auto;
    padding: 34px 0 58px;
}

.fr-product-banner {
    display: block;
    width: 100%;
    margin: 0 0 24px;
    overflow: hidden;
    background: #fff;
    text-decoration: none;
    box-shadow: 0 7px 26px rgba(58, 47, 35, .07);
}

.fr-product-banner:last-child {
    margin-bottom: 0;
}

.fr-product-banner img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 2048 / 692;
    object-fit: contain;
    transition: transform .35s ease, opacity .35s ease;
}

a.fr-product-banner:hover img {
    transform: scale(1.003);
    opacity: .98;
}

.fr-product-banners__empty {
    margin: 50px 0;
    color: #746e65;
    text-align: center;
    font-size: 14px;
}

@media (max-width: 720px) {
    .fr-product-banners {
        width: calc(100% - 16px);
        padding: 16px 0 34px;
    }

    .fr-product-banner {
        margin-bottom: 10px;
        box-shadow: 0 4px 15px rgba(58, 47, 35, .06);
    }
}


/* FOTO RATTS V78 — largura segura dos banners */
.fr-product-banners {
    width: min(1800px, calc(100% - 48px)) !important;
    max-width: 1800px !important;
}

.fr-product-banner,
.fr-product-banner img {
    max-width: 100% !important;
}

@media (max-width: 720px) {
    .fr-product-banners {
        width: calc(100% - 16px) !important;
        max-width: none !important;
    }
}
