.roboto-condensed-font {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.badge-discount {
    position: absolute !important;
    top: 12px;
    right: 12px;
}

.text-logo > * {
    line-height: 30px;
}

.products-slider .swiper-nav .swiper-button-next {
    right: -1rem;
}

.products-slider .swiper-nav [class*=swiper-] {
    top: 30%;
}

.swiper-theme-container .swiper-nav [class*=swiper-] {
    width: 2.5rem;
    height: 2.5rem;
}

#dealsAccordion .text-truncate {
    text-overflow: unset !important;
}

img.deals-coupon-img {
    width: 80px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
    img.deals-coupon-img {
        width: 120px;
    }
}
@media (min-width: 768px) {
    img.deals-coupon-img {
        width: 150px;
    }
}