


.white p, .white h1, .white h2, .white h3, .white h4, .white h5 {
color: white;
}

@media (min-width: 551px) {
.mobile, .ot-hide-for-large, .hide-this-for-large {
display: none!important;
}

.desktop, .ot-show-for-large, .show-this-for-large {
display: flex!important;
}
}

@media (max-width: 550px) {
.product-type-simple.slick-slide {
width: 100%;
flex-basis: 100%;
    max-width: 100%;
}

.mobile, .ot-hide-for-large, .hide-this-for-large {
display: flex!important;
}

.desktop, .ot-show-for-large, .show-this-for-large {
display: none!important;
}
}
