.products-banner {
    min-height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 100px;
}

.banner-title {
    background-color: var(--bellota-color-primary);
    color: white;
    padding: 4px 14px;
    font-size: 52px;
    font-weight: bold;
    display: inline-block;
}

.featured-products-pagination a {
    color: var(--bellota-color-primary);
}

.product-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    justify-content: space-evenly;
}

@media (min-width: 1670px) {
    .product-title {
        font-size: 20px !important;
    }
}
