/* Add custom CSS styles below */ 

salla-products-list .product-card salla-add-product-button{
    display:none
}
salla-products-slider .product-card salla-add-product-button{
    display:none
}
@media (max-width: 991px){
      .product-card--vertical .product-card__actions{
        display: none;
      }
      .product-card--vertical .product-card__buttons {
        display: flex;
      }
    }
.product-card .product-card__actions, .product-card .product-card__buttons{
  display: none !important;
}
body.slider_has_overlay .advanced-slider .swiper-slide * {
    padding: 1rem;
    color: #fff;
}
img.lazy.loaded {
    opacity: 1;
    padding-left: 1REM;
    transform: scale(1);
}


.special-categories{
margin-top: 20px
}

.advanced-slider__image{
object-position: top !important;
}

.logo img {
    filter: brightness(100%) hue-rotate(60deg); /* Adjust the hue to make it yellow */
}
.classifications {
    list-style: none; /* Remove default list styles */
    padding: 0; /* Remove default padding */
}

.classifications li {
    display: inline-block; /* Display list items horizontally */
    margin-right: 10px; /* Add some spacing between items */
}