/* Add custom CSS styles below */ 
@media (min-width: 768px) { 
.swiper-lazy.swiper-lazy-loaded {
    transform: scale(0.8);
    border-radius: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
} 
.s-block--main-slider-1 .swiper-slide {
    background-color: #ffffff !important;
}
.pt-20 {
    padding-top: 3rem;
}
.pb-32 {
    padding-bottom: 0;
}

.store-footer-wrap {
    margin-top: 0;
}

}
@media (max-width: 768px) { 

header.header.store-header {
    position: absolute;
    min-width: 100%;
    margin-top: 40px;
}

.pt-20 {
    padding-top: 10rem;
}

.pb-32 {
    padding-bottom: 0;
}

}

.align-below .slide--cat-entry.has-image .image--aspect-ratio {
    border-radius: 10px;
}
ul.product-metadata.flex.flex-col.gap-2.product-details__item li:nth-of-type(2), .floating-contacts , .sc-q8c6tt-3.hKYcqG , .cLcbjv{
    display:none !important;
}
/*
.floating-contacts , .sc-q8c6tt-3.hKYcqG , .cLcbjv {
    display:none !important
}
.sc-q8c6tt-3.hKYcqG , .cLcbjv {
    display:none;
}*/
@media (min-width: 1024px) {
    .progress-wrap {
        bottom: 35px;
    }
}