/* Add custom CSS styles below */ 
section.s-block.s-block--photos-slider img {
    aspect-ratio: 2 / 1;
    width: 100%;
    display: block;
    height: auto;
    max-width: 100%;
}

header {
    min-height: 80px; 
}
img.s-product-card-image-contain {
    border-radius: 8px 8px 0 0;
}
img {
    height: auto;
    max-width: 100%;
}

section.s-block.\!mt-0 {
   height: 56px; 
    overflow: hidden;
    contain: layout style; }

.animate-slideFromRightToLeft {
    will-change: transform !important;
    backface-visibility: hidden !important;
}

body {
    font-display: swap !important;
}
/*
@media (max-width: 768px) {
    .animate-slideFromRightToLeft {
        animation-duration: 30s !important; 
    }
}*/