
.product_slides {
    display: flex;
    flex-direction: row-reverse;
    transition: transform 0.5s ease-in-out;
    align-items: flex-start;
    margin-top: 50px;
    height: 450px;
}

.product_slider-container .bg_layer_ {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 1) 100%);
    pointer-events: none;
}

ul.product_attributes {
    list-style: none;
    width: 100%;
    margin: 0;
}

.product_attributes li:first-child {
    margin-top: 0;
}

span.product_slider_price.free {
    font-size: 40px;
    padding-bottom: 15px;
}


.product_attributes li:last-child {
    margin-button: 0;
}

.product_price {
    display: flex;
    justify-content: center;
    color: var(--e-global-color-text);
    align-items: center;
    gap: 5px;
    padding: 10px 0;
}

a.product_link {
    width: 100%;
}

span.product_slider_price {
    font-size: 70px;
}

.product_unit_cl {
    color: var(--e-global-color-secondary);
    font-size: 17px;
}

.product_unit_cl span {
    display: block;
}

span.product_slider_price {
    font-size: 48px;
}

a.button.add_to_cart_button.ajax_add_to_cart.btn-add {
    width: 100%;
    background: #212b2e;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

a.button.add_to_cart_button.ajax_add_to_cart.btn-add i {
    color: var(--e-global-color-primary);
    padding: 0 10px;
}


ul.product_attributes li {
    padding: 10px;
    background: #FAFAFF0D;
    color: white;
    margin: 10px 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px
}

ul.product_attributes li i {
    color: var(--e-global-color-primary);
}

.product_dots-container {
    display: flex;
    justify-content: center;
    margin-top: -0px;
    gap: 8px;
    flex-direction: row-reverse;
}

.product_dot {
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background-color: #1c2728;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.product_dot.product_active {
    background-color: var(--e-global-color-primary);
    transform: scale(1.2);
}

.product_wrapper {
    min-width: 25%;
    box-sizing: border-box;
    transition: transform 0.3s, border 0.3s, box-shadow 0.3s;
    padding: 10px 0;
}

.product_title {
    width: 100%;
}

.product_slider-container {
    position: relative;
    direction: rtl;
    overflow: hidden;
    border-radius: 10px;
}


.product_wrapper.product_active-center {

}

.product_wrapper {
    width: 30%;
    margin: 50px auto;
    margin-bottom: 0;
    padding: 0 10px;
}

.nmd {
    position: relative;
}

.product_shape {

    color: var(--e-global-color-primary);
}

.product_slider_svg {
    position: absolute;
    top: -50px;
    z-index: 1;
    width: 100%;
    display: flex;
    justify-content: center;
}

.product_shape {
    width: 100%;
    color: #111d1c;
    transition: 0.3s all;
}

.product_shape {
    stroke: #0a281e;
}


.product_title_image_section {
    position: absolute;
    z-index: 2;
    top: -65px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.product_title_image {
    background: #091616;
    border: 1px solid #0a281e;
    backdrop-filter: blur(10px);
    width: 80%;
    border-radius: 20px 20px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 30px;
}

.product_box {
    position: absolute;
    z-index: 2;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 0;
    width: 100%;
    background: #152023ab;
    backdrop-filter: blur(15px);
}

.product_image {
    display: flex;
    justify-content: center;
    padding: 10px 15px;
    background: white;
    border-radius: 10px;
    margin-top: -25px;
    position: absolute;
}

.product_image img {
    width: 22px;
    height: auto;
}

.product_title h3 {
    color: white;
    font-weight: 200;
    text-align: center;
    padding: 15px 10px 10px 10px;
}

.product_title {
    padding: 10px;

}

.product_role {
    font-size: 0.9em;
    font-style: italic;
    margin-bottom: 10px;
}

.product_comment {
    color: #555;
    line-height: 1.4;
}

.product_comment {
    color: #b1b1b1;
    background: black;
    line-height: 1.4;
    padding: 10px;
    border-radius: 10px;
    margin: 10px 0 0 0;
}


.product_info {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.product_info .product_name {
    color: var(--e-global-color-text);
}

.product_role {
    color: var(--e-global-color-primary) !important;
}

.product_prev, .product_next {
    position: absolute;
    top: 50%;
    background: #1f2626;
    color: var(--e-global-color-accent);
    border: none;
    cursor: pointer;
    border-radius: 10px;
    z-index: 10;
    display: flex;
    padding: 13px 16px;
    transition: all 0.5;
}

.product_prev:hover, .product_next:hover {
    background: var(--e-global-color-accent);
    color: black;
}

.product_prev {
    left: 10%;
}

.product_next {
    right: 10%;
}


.product_bg_layer {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 1) 100%);
}

.product_wrapper.product_active-center .button.add_to_cart_button.ajax_add_to_cart.btn-add {
    background: var(--e-global-color-accent);
    color: black;
}

.product_wrapper.product_active.product_active-center .product_title_image {
    background: var(--e-global-color-primary);
}

.product_wrapper.product_active-center .button.add_to_cart_button.ajax_add_to_cart.btn-add i {
    color: black;
}

.product_wrapper.product_active.product_active-center h3 {

    background: #00000029;
    border-radius: 10px;
}

span.product_price span {
    display: block;
    width: 35%;
    font-size: 30px;
}

.hpl-slider-hidden {
    display: none;
}

.hpl-slider-visible {
    display: block;
}

.hpl-slider-source-button {
    cursor: pointer;
}

.hpl-slider-source-button.hpl-source-active {
    opacity: 1;
}


@media (max-width: 768px) {
    .product_wrapper {
        min-width: 50%;
    }

    .product_prev {
        left: 5%;
        top: auto;
        bottom: 0;
    }

    .product_next {
        top: auto;
        right: 5%;
        bottom: 0;
    }

    .product_slider-container .bg_layer_ {

        display: none;
    }

    .product_slides {
        height: 500px;
    }
}

@media (max-width: 480px) {
    .product_wrapper {
        min-width: 100%;
    }
}