/* Add custom CSS styles below */ 
.s-products-list-horizontal-cards{

--products-per-row-lg: 4;

}


.s-slider-block__title-left{

display: none;

}

.s-slider-block__title{

display: flex;

justify-content: center;

align-items: center;

}

.s-slider-block__title h2{

font-size: 2.125rem;

}

.section:nth-of-type(5).s-slider-block__title{

display: none;

}

.text-\[var\(--color-footer-text\)\]{

background-color: #FDBD21;

color: white;

}

@media (max-width: 767px){

section:nth-of-type(1) .min-h-screen{

min-height: 34vh;

}

}

.s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *) {

padding-left: unset;

}

.navbar .justify-between{

display: flex;

justify-content: space-around;

align-items: center;

}

.lg\:grid-cols-3 {

grid-template-columns: repeat(2, minmax(0, 1fr));

}