/**
 * Theme Name: Product A/B Test
 * Template:   moldbrothers
 */

.text-nowrap {
    white-space: nowrap;
}


.mobile-slider, .main-slider {
    .slick-list {
        mix-blend-mode: multiply;
        height: inherit;

        .slick-track {
            height: inherit;

            .slick-slide > div {
                height: inherit;
            }
        }
    }
}

@media (min-width: 1680px) {
    .xxl\:col-span-7 {
        grid-column: span 7 / span 7 !important;
    }
    .xxl\:col-span-5 {
        grid-column: span 5 / span 5 !important;
    }
    .xxl\:col-start-7 {
        grid-column-start: 8 !important;
    }
    .mobile-slider-nav .slick-track .slick-slide {
        height: 7rem !important;
    }
}

@media (min-width: 768px) {
    .md\:h-\[500px\] {
        height: 500px !important;
    }
}
.lg\:pb-12{
    padding-bottom: 3rem !important;
}
