/* Add custom CSS styles below */ 
.s-block--slider-with-bg:first-of-type {
     margin-top: 2rem !important;
}
@media (min-width: 640px){
.s-block--slider-with-bg:first-of-type {
     margin-top: 4rem !important;
}
}
.store-footer__curve{display:none;}
.s-product-options-option-label small{display:none}
@media (min-width: 1024px){
.lg\:\!w-3\/5 {
    width: 45%!important;
}}
@media (min-width: 1024px){
.lg\:\!w-2\/5 {
    width: 55%!important;
}}
.quickview .inventory-content +div{
	display: none;
}


.hero-banner {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    aspect-ratio: 16/9;
    max-height: 100%;
}


img {
    display: block;
    max-width: 100%;
    height: auto;
}


img.lazy-load {
    width: 100%;
    min-height: 400px;
    display: block;
    object-fit: contain; 
}

img.lazy-load {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

img.lazy-load.loaded {
    opacity: 1;
}


.animated, .fade-in, .slide-up {
    animation: none !important;
    transition: none !important;
}


@font-face {
    font-family: 'CustomFont';
    src: url('custom-font.woff2') format('woff2');
    font-display: swap;
}




button, a {
    transition: none !important;
    font-display: swap;
}


@media (max-width: 768px) {
    .hero-banner {
        min-height: 300px;
    }

    .s-block--hero-slider {
        min-height: 250px;
      
       
    }
}