/* Add custom CSS styles below */ 
body {
    background-color: white !important;
}
.s-add-product-button-mini-checkout-content span.s-button-text {
    display: flex
;
    flex-direction: row-reverse;
    gap: 10px;
}
 /*start customize first banner*/
 section:first-of-type {
    margin: 0;
}
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
    width: 100%;
    padding: 0;
    margin: 0;
}
salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
    padding: 0;
}
 /*end customize first banner*/
 
 /* start customize categories*/
.md\:grid-cols-3 {
    grid-template-columns: repeat(3,minmax(0,1fr));
}
.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
a.banner-entry{
    height: 300px;
    background-color:unset;
}
section.s-block.s-block--banners.container .lazy__bg.lazy.entered.loaded{
    background-size: contain;
    background-repeat: no-repeat;
}
@media(min-width:768px) and (max-width:1200px){
a.banner-entry{
    height: 225px;
}
}
@media(max-width:767px){
a.banner-entry{
    height: 135px;
}
}
/* end customize categories*/

/* start customize footer*/
.footer-is-light .store-footer .store-footer__inner{
    background-color: var(--color-primary);
    border: none;
}
.footer-is-light .store-footer{
    background-color: var(--color-primary);
}
/* end customize footer*/

.s-add-product-button-main salla-button.s-button-wrap.hydrated {
    display: none;
}
.s-add-product-button-main .s-add-product-button-mini-checkout {
  
    width: 100%;
}