/* Add custom CSS styles below */
/* navbar */
.navbar-brand img {
    width: auto !important;
    height: 40px;
    border-radius: 12px;
}

@media only screen and (max-width: 1024px) {
    .mm-spn.mm-spn--light {
        color: #fff;
        background-color: #1C1D20;
    }
}

@media (max-width: 1024px) {
    salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
        padding: 1.5rem;
        padding-bottom: 0;
    }

    
    img.w-full.object-contain.rounded-md {
        height: 230px;
        object-fit: cover;
        margin-top: 30px;
    }
}

.single .s-add-product-button-main .s-button-primary {
    color: #fff;
}

salla-slider.photos-slider .swiper {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    margin-top: 30px;
}

salla-slider.details-slider .swiper-slide {
    height: fit-content;
}

.s-product-card-entry {
    background-color: #1C1D20;
    border-radius: 8px;
}

.s-product-card-promotion-title {
    background-color: #0099E5;
}

.s-button-primary:hover {
    background-color: #1181BE;
}


.main-content {
    border-radius: 8px;
}

.shadow-default.bg-transparent.border.border-\[\#48484A\].p-5.xs\:p-\[14px\].mb-5.relative.transition-height.duration-1000 {
    border-radius: 8px;
    margin-top: 1rem;
}

.cart .s-quantity-input-container {
    border-radius: 12px;
}

.form-input {
    border-radius: 8px !important;
}

.cart button.btn--coupon {
    position: static;
    position: initial;
    border-radius: 8px;
}

.cart .s-button-btn {
    border-radius: 8px;
}

.s-product-card-vertical .s-product-card-image {
    aspect-ratio: auto !important;
}

.s-product-card-vertical .s-button-btn {
  border-radius: 4px;
}

/* testimonial */
.s-reviews-header {
    color: #fff;
}

.s-reviews-testimonial {
    background-color: #1C1D20;
    color: #fff;
}

.s-reviews-testimonial__name_wrapper {
    align-items: start;
}

#wa-widget-send-button {
    margin: 0 0 20px 0 !important;
    opacity: 1;
}

#wa-widget-send-button div {
    font-size: 15px !important;
}

.wa-messenger-svg-whatsapp {
    fill: white;
    width: 30px;
    height: 30px;
}
.wa-chat-box {
    bottom: 30px !important;
}