@media (min-width: 768px) {
    .wasla-main-nav-container .navbar-brand img {
        max-width: 200px !important;
        width: 100% !important;
    }
}


@media (max-width: 479.99px) {
    .wasla-main-nav-container .navbar-brand img {
        max-width: 150px !important;
        width: 100% !important;
    }
}

@media (min-width: 1024px) {
    .store-footer h3 {
        color: #e88c25;
    }
}


.shadow-\[1px_1px_2px_rgba\(0\2c 0\2c 0\2c 0\.12\)\] {
    border-radius: 30px;
}

.duration-700 {
    transition-duration: 700ms;
    border-radius: 30px;
}


salla-slider[type]:not(.hydrated) > div > div, salla-slider[type]:not(.hydrated) .swiper > div > div > div, .carousel-slider .swiper-wrapper > div {
    margin: 5px;
    border-width: 2px;
    border-radius: 30px;
}


.s-product-card-image img.loaded {
    border-radius: 30px;
}


.s-product-card-entry .s-product-card-image {
    border-radius: 30px;
}


.s-product-card-image {
    background-color: rgb(255 255 255);
}
.s-product-card-entry .s-product-card-content-footer salla-add-product-button .s-button-btn{
overflow: hidden;
}