.feat-product {
    padding: 74px 0 57px 0;
    background: #000000;
    position: relative;
    z-index: 1;
}

.feat-product .w-100 {
    width: 100%;
}

.feat-product .left {
    flex: 0 0 auto;
    width: 25%;
    border-right: 1px solid #FFFFFF1F;
    padding-right: 30px;
    display: inline-flex;
    flex-flow: column;
    justify-content: center;
}

.feat-product .left h3 {
    margin-bottom: 48px;
    color: #ffffff;
    font-family: var(--font-light);
    font-weight: var(--weight-light);
    letter-spacing: normal;
    font-size: 24px;
    line-height: 28px;
}

.feat-product .right {
    flex: 0 0 auto;
    width: 75%;
    padding: 26px 0 5px 0;
    position: relative;
}

.feat-product .right .overlay {
    width: 722px;
    height: 722px;
    border-radius: 722px;
    opacity: 0.15;
    background: #FFF;
    filter: blur(200px);
    z-index: 0;
    position: absolute;
    left: -80px;
    top: -2px;
    pointer-events: none;
}

.feat-product .right .item {
    display: flex !important;
    align-items: center;
}

.feat-product h2 {
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 32px;
    letter-spacing: normal;
}

.feat-product .feat-image {
    width: 396px;
    margin-right: 105px;
    margin-left: 58px;
    position: relative;
}

.feat-product .feat-image::after {
    content: "";
    display: block;
    padding-bottom: 161%;
}

.feat-product .feat-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.feat-product .feat-image .drag-container {
    cursor: grab;
    background-size: auto 70%;
    background-position: center center;
    background-repeat: no-repeat;
}
.feat-product .feat-image .icn-360 {
    display: inline-block;
    height: auto;
    width: 54px;
    pointer-events: none;
    position: absolute;
    top: auto;
    left: auto;
    right: 15px;
    bottom: 105px;
    z-index: 3;
}
.feat-product .feat-slider {
    opacity: 0;
    visibility: hidden;
    width: 100%;
}

.feat-product .feat-slider.slick-initialized {
    opacity: 1;
    visibility: visible;
}

.feat-product .right .item .feat-content {
    color: rgba(255, 255, 255, 0.7);
    width: 400px;
    padding: 40px 0 67px;
    align-self: end;
}

.feat-product .badge {
  background: rgba(0, 0, 0, 0.9);
  border-radius: 9999px;
  color: #ff0000;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 5px 10px;
}

.feat-product .feat-slider .item h2 {
    margin-bottom: 20px;
    color: #ffffff;
    line-height: 1.13;
    text-transform: uppercase;
    font-weight: var(--weight-normal);
    font-family: var(--font-normal);
}

.feat-product .feat-slider .item p {
    margin-bottom: 20px;
}

.feat-product .right .cta-link {
    overflow: hidden;
}

.feat-product .right .cta-link i {
    font-style: normal;
    background: #232323;
    position: relative;
    z-index: 1;
}

.feat-product .right .cta-link span {
    margin: 0;
    z-index: 1;
    transition: 150ms ease-out;
    height: 32px;
    min-width: 32px;
    width: 32px;
}

.feat-product .right .cta-link span svg {
    height: 16px;
    width: 16px;
}

.feat-product .right .cta-link strong {
    transition: 150ms ease-out;
    width: 0;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 0;
    opacity: 0;
    color: #ffffff;
    letter-spacing: 0.015em;
    font-weight: var(--weight-medium);
    font-family: var(--font-medium);
}

.feat-product .right .cta-link:hover span {
    background: #AF0101;
}

.feat-product .right .cta-link:hover strong {
    width: 100%;
    padding-right: 6px;
    opacity: 1;
}

.feat-product .feat-slider .item .div-img {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: contain;
    background-position: bottom right;
    z-index: 0;
    pointer-events: none;
}

.feat-product .feat-slider .slick-arrow {
    right: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    height: 64px;
    width: 64px;
    outline: none;
    border: 0;
    background: none;
    border: 1px solid #FF0000;
    border-radius: 100%;
    font-size: 0;
    transition: 0.3s ease-in;
}

.feat-product .feat-slider .slick-arrow:before {
    content: "";
    height: 20px;
    width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
    margin: -1px 0 0 -1px;
    background: url('../images/slick-arrow.svg') no-repeat 2px 3px;
}

.feat-product .feat-slider .slick-arrow.slick-next {
    right: 0;
    left: auto;
}

.feat-product .feat-slider .slick-arrow.slick-next:before {
    transform: translate(-50%, -50%) rotate(0deg);
    margin: 0;
}

.feat-product .feat-slider .slick-arrow.slick-disabled {
    display: none !important;
}

.feat-product .feat-slider .slick-arrow:hover {
    background: rgba(255, 0, 0, 0.15);
}

.feat-product .custom-dots ul {
    margin: 0;
}

.feat-product .custom-dots ul li {
    margin: 0;
    padding: 0;
}

.feat-product .custom-dots ul li:before {
    content: normal;
}

.feat-product .custom-dots ul li button {
    padding: 18px 15px 18px 0;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0;
    color: #ABABAB;
    display: block;
    background: transparent;
    transition: all 500ms ease-out;
    text-align: left;
    border: 0;
    outline: 0;
    box-shadow: none;
    width: 100%;
    position: relative;
}

.feat-product .custom-dots ul li button::before {
    content: "";
    background: transparent;
    border-radius: 100px;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-out;
}

.feat-product .custom-dots ul li button:hover {
    color: #ffffff;
}

.feat-product .custom-dots ul li.slick-active button {
    padding-left: 22px;
    color: #ffffff;
}

.feat-product .custom-dots ul li.slick-active button::before {
    background-color: #FF0000;
    opacity: 1;
    visibility: visible;
}

@media (max-width: 1199.98px) {
    .feat-product .left {
        width: 30%;
        padding-right: 15px;
    }

    .feat-product .left h3 {
        margin-bottom: 25px;
    }

    .feat-product .right {
        width: 70%;
        padding-top: 0;
    }

    .feat-product .feat-image {
        width: 250px;
        margin-right: 30px;
        margin-left: 30px;
    }

    .feat-product .right .item .feat-content {
        width: calc(100% - 320px);
        padding-bottom: 40px;
    }

    .feat-product .right .overlay {
        width: 442px;
        height: 442px;
        border-radius: 442px;
        left: -30px;
    }
    .feat-product .feat-image .icn-360 {
        bottom: 70px;
        width: 40px;
    }
}

@media (max-width: 991.98px) {
    .feat-product .badge {
        margin-bottom: 8px;
    }
    .feat-product {
        padding: 48px 0;
        overflow: hidden;
    }

    .feat-product .row {
        display: block;
    }

    .feat-product .left {
        width: 100%;
        padding: 0;
        border: 0;
        display: block;
    }

    .feat-product .left h3 {
        margin-bottom: 48px;
    }

    .feat-product .right {
        width: 100%;
        padding-top: 0;
    }

    .feat-product .right .overlay {
        display: none;
    }

    .feat-product .right .jquery-accordion {
        width: 100%;
        padding-left: 24px;
        position: relative;
        border-left: 4px solid #FF000066;
    }

    .feat-product .right .jquery-accordion .ver-indicate {
        background: red;
        border-radius: 0;
        min-height: 0;
        position: absolute;
        left: -4px;
        top: 0;
        transition: top 0.4s ease, height 0.4s ease;
        will-change: transform, height;
        height: 0;
        width: 4px;
        z-index: 9;
    }

    .feat-product .right .jquery-accordion .accordion-item {
        width: 100%;
        padding-bottom: 22px;
        position: relative;
    }
    .feat-product .right .jquery-accordion .accordion-item .accordion-header {
        width: 100%;
    }

    .feat-product .right .jquery-accordion .accordion-item .accordion-header .accordion-toggle {
        width: 100%;
        cursor: pointer;
        border-top: 1px solid #E3E3E3;
        font-weight: var(--weight-medium);
        font-family: var(--font-medium);
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0.04em;
        color: #ABABAB;
        text-align: left;
        background: transparent;
        box-shadow: none;
        outline: 0;
        padding: 26px 0 4px;
    }

    .feat-product .right .jquery-accordion .accordion-item .accordion-header .accordion-toggle:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
    }

    .feat-product .right .jquery-accordion .accordion-item.active .accordion-header .accordion-toggle {
        color: #ffffff;
    }

    .feat-product .right .jquery-accordion .accordion-item.active .accordion-header .accordion-toggle:after {
        content: normal;
    }

    .feat-product .right .jquery-accordion .accordion-item:after {
        content: "";
        width: 722px;
        height: 722px;
        border-radius: 722px;
        opacity: 0;
        background: #FFF;
        filter: blur(200px);
        position: absolute;
        top: auto;
        pointer-events: none;
        bottom: -20px;
        z-index: -1;
        margin: 0px auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .feat-product .right .jquery-accordion .accordion-item.active:after {
        opacity: 0.15;
    }

    .feat-product .right .jquery-accordion .accordion-item .accordion-body {
        overflow: hidden;
    }

    .feat-product .right .jquery-accordion .feat-content {
        margin-bottom: 24px;
    }

    .feat-product .right .jquery-accordion .accordion-item .feat-content h2 {
        display: none;
    }

    .feat-product .right .jquery-accordion .feat-content p {
        color: rgb(255 255 255 / 65%);
        margin-bottom: 24px;
    }

    .feat-product .right .cta-link strong {
        width: 100% !important;
        padding-right: 6px !important;
        opacity: 1 !important;
    }

    .feat-product .feat-image {
        width: 100%;
        margin: 0 0 8px 0 !important;
    }

    .feat-product .feat-image::after {
        content: normal;
    }

    .feat-product .feat-image img {
        width: 100%;
        position: static;
        display: block;
        height: 100%;
        background-size: cover;
    }
    .feat-product .feat-image .drag-container {
        background-size: auto 100%;
    }

    .feat-product .right .jquery-accordion .accordion-item.active button {
        pointer-events: none;
    }
    .feat-product .feat-image .icn-360 {
        bottom: 15px;
        width: 34px;
    }
}

@media (min-width: 992px) {
    .feat-product .custom-dots ul {
        margin: 0;
    }
}