.shop-carousel9-element .owl-item,
.shop-carousel9-element .owl-item:hover {
    background-color: transparent;
    box-shadow: none;
}

.shop-carousel9-element .owl-carousel {
    padding: 0;
}

.shop-carousel9-element .slider-item {
    display: flex;
    gap: 15px;
}

.shop-carousel9-element .slider-item .product-cover {
    width: 430px;
    position: relative;
    left: -60px;
    top: -40px;
    z-index: 5;
}

.shop-carousel9-element .slider-item .product-cover img {
    border-radius: 20px;
    box-shadow: 0 7px 35px #0000000f;
    background-color: #fff;
}

.shop-carousel9-element .owl-carousel {
    padding: 3.5rem 0 0 0;
}

.shop-carousel9-element .product-details-wrap {
    width: calc(100% - 430px);
    display: flex;
    align-items: center;
    background-color: #fafafa;
    padding: 3rem 6rem;
    border-radius: 20px;
}

.shop-carousel9-element .slider-item .product-title {
    padding: 0;
    margin: 0 0 20px 0;
    height: auto;
    border: none;
    min-height: auto;
    font-size: 37px;
    font-weight: 600;
}

.shop-carousel9-element .product-btns {
    margin-top: 2rem;
}

.shop-carousel9-element .product-btns a {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 25px;
    font-size: 19px;
}

.shop-carousel9-element .product-btns a :is(span,i) {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border-radius: 10px;
    height: 43px;
}

.shop-carousel9-element .product-btns a span {
    background-color: #ff510c;
}

.shop-carousel9-element .product-btns a i {
    background-color: #fcb69b;
}

.shop-carousel9-element .product-colors {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 1.5rem;
}

.shop-carousel9-element .product-colors span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    border-radius: 50px;
    border: 1px solid #f0f0f0;
    font-size: 17px;
    color: #bbbbbb;
    background-color: #fff;
}

.shop-carousel9-element .product-price-wrap {
    font-size: 25px;
    font-weight: 700;
    color: #FF510C;
}

.shop-carousel9-element .product-price-wrap del {
    color: #cbcbcb;
    font-weight: 400;
    margin-left: 25px;
}

.shop-carousel9-element .owl-dots {
    text-align: center;
    margin-top: 2rem;
    display: none;
}

.shop-carousel9-element .owl-dots .owl-dot {
    display: inline-block;
    width: 17px;
    height: 17px;
    background-color: #f0f0f0;
    border-radius: 50px;
    margin: 4px;
}

.shop-carousel9-element .owl-dots .owl-dot.active {
    background-color: #ff510c;
}

@media screen and (max-width: 870px) {
    .shop-carousel9-element .slider-item {
        flex-wrap: wrap;
        justify-content: center;
    }

    .shop-carousel9-element .slider-item .product-cover {
        width: 100%;
        text-align: center;
        left: auto;
        right: auto;
        top: auto;
    }

    .shop-carousel9-element .product-details-wrap,
    .shop-carousel9-element .product-btns a {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .shop-carousel9-element .product-details-wrap {
        padding: 1.5rem;
    }
}