/* Add custom CSS styles below */ 
.text-xs.w-fit.block.px-3.font-medium.py-1.my-2, .text-xs.w-fit.block.px-3.font-thin.py-1.my-2{
    background-color: #13822d !important;
    color: white !important;
    font-weight: bold !important;
}
.w-5.h-5{
  display: none !important;
}
@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 5px rgba(77, 194, 71, 0.7);
    }
    50% {
        transform: scale(1.1);
        box-shadow: 0 0 15px rgba(77, 194, 71, 0.5);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 5px rgba(77, 194, 71, 0.7);
    }
}
@media screen and (max-width: 1080px) { 
  .product-single.safari .product-info .swiper-wrapper {
    height: 400px !important;
  }
  .product-single.safari .swiper-slide {
    height: 100% !important;
  }
  .product-single.safari .swiper-slide img {
    height: 100% !important;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
.product-single.safari .product-info .swiper-wrapper {
height: 100% !important;
}
.s-slider-v-centered .s-slider-block__title-nav {
  left: 50% !important;
  width: 94% !important;
}
}

@media screen and (min-width:1024px) {
.s-slider-vertical .s-slider-thumbs-container {
  top: 0 !important;
  --tw-translate-y: 0% !important;
}
.product-info .sidebar.static.lg\:sticky.top-6.mt-0.lg\:mt-6.w-full.lg\:\!w-2\/4.lg\:pb-16.shrink-0 {
  height: 100% !important;
}
}
.product-info .swiper-button-disabled {
  visibility: hidden;
}
@media screen and (min-width:1080px) {
.s-slider-v-centered .s-slider-block__title-nav {
  left: 38.8%!important;
  width: 75%!important;
}
.s-slider-vertical .s-slider-thumbs-container {
  top: 0 !important;
  --tw-translate-y: 0% !important;
}
.product-info .sidebar.static.lg\:sticky.top-6.mt-0.lg\:mt-6.w-full.lg\:\!w-2\/4.lg\:pb-16.shrink-0 {
  height: 100% !important;
}
}
@media (min-width: 768px) { .md\:h-\[32rem\] {
height: 100% !important;
}}

custom-salla-product-card button:disabled {
    background-color: #fff !important;
    color: red !important;
    border: 1px solid red;
}
custom-salla-product-card button:disabled:hover {
    background-color: #fff !important;
    color: red !important;
    border: 1px solid red;
}