/* Add custom CSS styles below */ 

.navbar-brand img {
    max-height: 120px;
    max-width: 300px;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    border-radius: 0.5rem;
    padding: 10px 16px;
}

.gap-5 {
    gap: 1.25rem;
    text-align-last: center;
    direction: ltr;
}

.product-card__mini-cart button {
        padding: 7px;
        border-color: #e5e1e1;
        background: #fbfbfb;
        border-radius: 0px;
    }

.fit-slider-products  .s-slider-swiper-wrapper .swiper-slide{
    width: 75%;
}

.product-card__price .total-price {
    color: #1b9b4a;
}

.py-4 {
    background: #000;
}