.half-slider-text {
    background: rgba(35,35,39,0.88);
    color: #fff;
}

.half-for-image {
    height: 218px;
    margin-bottom: 20px;
}

.half-for-image img {
    border-radius: 25px;
}

.js-half-nav {
    margin: 0 -22px;
}

.half-nav-item {
    padding: 0 12px;
}

.half-nav-image {
    width: 124px;
    cursor: pointer;
}

.half-nav-image img {
    border-radius: 15px;
    border: 2px solid transparent;
    opacity: 0.5;
}


.slick-current .half-nav-image img {
    opacity: 1;
    border-color: #31F4C5;
}

.half-slider-text__text {
    padding-top: 30px;
}

.half-slider-text__text a:not(.btn) {
    color: #31F4C5;
}

.half-slider-text__title {
    position: relative;
    padding-bottom: 20px;
}

.half-slider-text__title::before {
    content: '';
    position: absolute;
    width: 352px;
    height: 2px;
    background-color: #D45BFA;
    bottom: 0;
    left: -22px;
}

.half-slider-text__title::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #D45BFA;
    bottom: -2px;
    left: 326px;
}

.half-slider-text__title h4 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 10px;
}

.half-slider-text__title-sub {
    font-size: 18px;
    font-weight: normal;
    font-family: 'brandon_grotesquemedium';
    letter-spacing: 0.1em;
}

.half-slider-text__title-sub i {
    color: #31F4C5;
    margin-right: 8px;
}

.half-slider-text__dark {
    margin-top: 25px;
    margin-bottom: 25px;
    background-color: #232327;
    padding: 10px 30px;
    border-radius: 15px;
}

.half-slider-text__flex {
    padding: 15px 0;
    border-bottom: 1px solid #707070;
}

.half-slider-text__dark .half-slider-text__flex:last-child  {
    border: none;
} 

.half-slider-text__left {
    font-size: 12px;
    font-family: 'brandon_grotesquemedium';
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255,255,255,0.5);
    padding-bottom: 0;
}

.half-slider-text__right {
    font-size: 16px;
}

.half-slider-text__right ul {
    margin: 0;
    padding: 8px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.half-slider-text__right ul li {
    margin: 0;
    padding: 0 10px;
    width: auto;
    height: 26px;
    color: #111112;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background-color: #31F4C5;
    border-radius: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
}

.half-slider-text__right ul li img {
    max-width: 17.61px;
    height: 16px;
    margin-right: 5px;

}

.half-slider-text__right ul li::before,
.half-slider-text__right ul li::after {
    display: none;
}

.half-slider-text__right  ul li i, 
.half-slider-text__right  ul li svg {
    margin-right: 5px;
}

.featured-product-link {
    color: #ffffff !important;
    font-weight: normal;
}

.wysiwyg-row {
    margin-top: 20px;
    background: transparent;
}

@media (min-width: 768px) {
    .half-for-image {
        height: 428px;
    }

    .js-half-nav {
        margin: 0 -52px;
    }

    .half-nav-image {
        width: 146px;
        height: 98px;
    }

    .half-slider-text__title::before {
        width: 484px;
        left: -52px;
    }
    
    .half-slider-text__title::after {
        left: 426px;
    }

    .half-slider-text__dark {
        max-width: 548px;
        padding: 10px 30px;
    }

    .half-slider-text__flex {
        padding: 8px 0;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .half-slider-text__left {
        width: 170px;
        margin: 0;
        padding: 0;
    }

    .half-slider-text__right {
        width: calc(100% - 170px);
        margin: 0;
        padding: 0;
    }

    .half-slider-text__right ul {
        padding: 0;
    }
}

@media (min-width: 1200px) {

    .half-slider-text__slider {
        width: calc(100% + 30px);
    }
    .half-slider-text__text {
        padding: 0 0 0 30px;
        max-width: 565px;
        margin-left: auto;
    }

    .half-slider-text__title::before {
        width: 316px;
        left: -118px;
    }
    
    .half-slider-text__title::after {
        left: 192px;
    }

    .half-slider-text__flex {
        padding: 12px 0;
    }

    .tab-accordion .js-tab-accordion-btn.is-active {
        pointer-events: none;
    }
}

.half-slider-text__slider {
    position: relative;
    z-index: 1;
}

.half-slider-text__slider .tab-accordion__panel__content {
    padding: 0;
    border: none;
}

.half-slider-text__big-img {
    height: 447px;
}

.half-slider-text__big-img img {
    border-radius: 25px;
}

.half-slider-text__slider .tab-accordion__tabs {
    top: 0;
    margin: 0 -10px;
}

.half-slider-text__slider .tab-accordion__tab {
    width: 25%;
    padding: 0 10px;
    margin: 20px 0 0 0;
    border: none;
    background: none;
    position: relative;
}

.half-slider-text__sml-img {
    height: 100px;
    opacity: 0.5;
}

.half-slider-text__sml-img img {
    border-radius: 15px;
    border: 2px solid transparent;
}

.is-active .half-slider-text__sml-img {
    opacity: 1;
}

.is-active .half-slider-text__sml-img img {
    border-color: #31F4C5;
}

.half-slider-text__slider .tab-accordion__tab::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.half-slider-text__slider .tab-accordion__tab:focus {
    border: none !important;
    outline: none !important;
}

.js-collapse {
    margin-top: 20px;
    position: relative;
    cursor: pointer;
    color: #31F4C5;
    font-size: 15px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 900;
    padding-right: 20px;
    display: inline-block;
}

.js-collapse::after {
    content: '\e903';
    font-family: 'icomoon';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 12px;
    font-weight: normal;
}

.js-collapse.collapse::after {
    content: '\e901';
}