@media (max-width: 768px) {
    .rtsb-item-default {
        height: auto !important;
    }
  .rtsb-elementor-container .rtsb-carousel-slider ..swiper-slide{
  height: auto !important;
}
}

.outofstock .rt-product-block .wp-post-image {
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease;
}

.outofstock .rt-product-block .ajax_add_to_cart {
   display: none !important;
}
