.got-slider-section .object-cover {
    object-fit: contain;
}
.s-block:nth-of-type(1) {
    margin-top: 0 !important;
}

.s-block--photos-slider .s-slider-block__title-nav {
    display: none !important;
}

.s-block--photos-slider * {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.s-block--photos-slider .swiper-slide {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}
@media(max-width:768px){
  .s-block:nth-of-type(1) {
    margin-top: 10px !important;
}
}
.s-product-card-image img {
    height: 300px;
    background-color: #ffffff;
}
@media (min-width: 1024px) {
    .s-products-slider-card {
        width: 50%;
    }
}