.wixi-brand-tile-image {
    display: block;
    transition: transform 0.3s ease;
}

.wixi-brand-tile-label-chevron {
    display: inline-block;
    transition: transform 0.2s ease;
}

.wixi-brand-tile:hover .wixi-brand-tile-label-chevron {
    transform: translateX(4px);
}

.wixi-brand-tile:hover .wixi-brand-tile-image {
    transform: scale(1.05);
}

.wixi-brand-product-sliders {
    margin-top: 4rem;
}

.wixi-brand-product-sliders .wixi-brand-product-slider-title {
    font-family: 'Playfair Display', sans-serif;
    font-size: 32px;
    font-weight: 500;
    color: #2F3E14;
    line-height: 40px;
    margin: 0 0 15px;
    padding: 5px 0;
    text-transform: none;
}

.wixi-brand-product-slider-item + .wixi-brand-product-slider-item {
    margin-top: 4rem;
}
