/* Add custom CSS styles below */ 
/* .s-block.home-slider.s-block--hero-slider{margin-top:0 !important} */
.navbar-brand img {
    max-height: 120px;
    max-width: 160px;
}
@media screen and (max-width: 680px) {
img.h-80.mb-10.w-full.object-cover.rounded-md {
    height: auto !important;
}}
  /* img.h-full.w-full.object-cover {
    height: auto !important;
}} */
.dark{
  --color-primary: #fff;
}
@media (max-width: 991px) {
    .product-card__addToCart.mobile {
        bottom: 0px !important;
        left: 82% !important;
        position: absolute;
        right: 0px !important;
        text-align: center;
        transition: all 0.3s ease;
        width: 36px !important;
    }

    .product-card__addToCart__btn salla-button {

        height: 29px !important;
    }

    .product-card__addToCart__btn salla-button button {
        padding: 10px !important;
    }

    .product-card__addToCart__btn salla-button button span.s-button-text {
        font-size: 0 !important;
    }

    .product-card__addToCart__btn salla-button button span.s-button-text i:before {
        content: "\e90c" !important;
    }
}