.bohumSwiper{
        width: 100%;
        height: auto !important;
        max-height: 64px;
        padding: 6px 0;
        color: #222;
        border-radius: 20px;
        overflow: hidden;
    }
    .bohumSwiper .swiper-wrapper{
        align-items: center;
        height: 52px !important;
        max-height: 52px !important;
    }
    .bohumSwiper .swiper-wrapper .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        border: 1.5px solid #3f3833;
        height: 52px !important;
        border-radius: 999px;
        padding: 0 18px 0 28px;
        box-shadow: 0 4px 10px rgba(63, 56, 51, 0.12);
        position: relative;
        font-weight: 800;
        box-sizing: border-box;
    }
    .bohumSwiper .swiper-wrapper .swiper-slide::before {
        content: "✦";
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
        color: #f97316;
        font-size: 11px;
    }
    .bohumSwiper .swiper-wrapper .swiper-slide img {
        display: block;
        width: auto !important;
        max-width: none !important;
        height: 26px !important;
        object-fit: contain;
        flex-shrink: 0;
    }
    .bohumSwiper .swiper-wrapper .swiper-slide img.resize {
        height: 32px !important;
    }
    .bohumSwiper .swiper-wrapper .swiper-slide img.resize2 {
        height: 20px !important;
    }
    @media (max-width: 959px) {
        .bohumSwiper .swiper-wrapper .swiper-slide img {
            height: 24px !important;
        }
    }
    @media (max-width: 586px) {
        .bohumSwiper {
            padding: 4px 0;
            max-height: 52px;
        }
        .bohumSwiper .swiper-wrapper {
            height: 44px !important;
            max-height: 44px !important;
        }
        .bohumSwiper .swiper-wrapper .swiper-slide {
            height: 44px !important;
        }
        .bohumSwiper .swiper-wrapper .swiper-slide img.resize {
            height: 28px !important;
        }
        .bohumSwiper .swiper-wrapper .swiper-slide img.resize2 {
            height: 18px !important;
        } 
    }
    @media (max-width: 430px) {
        .bohumSwiper .swiper-wrapper .swiper-slide img {
            height: 22px !important;
        }
        .bohumSwiper .swiper-wrapper .swiper-slide img.resize {
            height: 24px !important;
        }
        .bohumSwiper .swiper-wrapper .swiper-slide img.resize2 {
            height: 16px !important;
        } 
    }
