
.product-navigation-flex{
    flex: 1;
}

.product-container {
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 30px;
    box-sizing: border-box;
}

.product-carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;

}

.product-art-right-box {
    border: 1px solid #333333;
    border-radius: 10px;
    /* text-align: center; */
    /* font-size: 18px; */
    /* background: #fff;
    display: flex;
    justify-content: center;
    align-items: center; */
    margin-right: 30px;
}

.product-art-right-box:hover {
    transform: scale(1.01);
}

.product-art-right-box img {
    width: 100%;
    /* height: 520px; */
    border-radius: 10px;
}

.product-right-favorite-icon {
    position: absolute;
    top: 15px;
    left: 15px;
    cursor: pointer;
    background: #d3d3d3;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
}

.product-right-favorite-icon.active {
    color: red;
}

.product-right-sale-status {
    position: absolute;
    top: 8px;
    right: 1px;
    font-size: 12px;
    font-weight: bold;
    background: #ea54a0;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}

.product-right-product-title {
    font-family: Inter, sans-serif;
    font-size: 0.95rem;
    /* margin: 10px 0; */
    padding: 8px 16px 8px;
    color: #f5f5f5;
    line-height: 1.25;
    margin: 0;
}

.product-right-product-description {
    font-size: 1.25rem;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu,
        Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji,
        Segoe UI Symbol;
    color: #fff;
    padding: 0 16px;
    margin: 0;
    line-height: 1.2;
}

.product-right-reviews {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.product-right-reviews .product-right-stars {
    color: gold;
    font-size: 17px;
    margin-right: 5px;
}

.product-right-reviews .product-right-review-count {
    font-size: 13px;
    color: #007aff;
    font-family: Inter, sans-serif;
}

.product-right-cart-module {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.product-right-cart-module .product-right-prices {
    display: flex;
    flex-direction: column;
}

.product-right-cart-module .product-right-original-price {
    text-decoration: line-through;
    color: #a7a7a7;
    font-size: 12px;
    font-family: Inter, sans-serif;
}

.product-right-cart-module .product-right-current-price {
    font-size: 16px;
    color: #fcfcfc;
    margin-top: 4px;
    font-family: Inter, sans-serif;
}

.product-right-cart-module .product-right-cart-icon {
    cursor: pointer;
}

.product-right-cart-button {
    position: relative;
    background-color: white;
    color: black;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    display: inline-flex;
    align-items: center;
    border-radius: 12px;
    justify-content: center;
    overflow: hidden;
    border: none;
}

.product-right-cart-button::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: 14px;
    /* 边框半径应比按钮大 */
    padding: 2px;
    /* 边框厚度 */
    background: linear-gradient(to right, yellow, red, blue);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.product-right-cart-button:hover {
    background-color: black;
    color: white;
}

.product-right-cart-icon {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.product-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 96%;
    /* margin: 40px auto; */
        margin: 0px auto;
    color: #ffffff;
}

.product-navigation .title {
    font-size: 24px;
    font-family: Lab Grotesque !important;
    color: #f5f5f5;
}

.product-navigation .shipping {
    font-size: 16px;
        margin-top: 16px;
}

.product-navigation .view-all {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
}

.product-navigation .control-buttons {
    display: flex;
    align-items: center;
    /* position: absolute; */
    /* top: 20px; */
    /* left: 0; */
    /* right: 0; */
    /* margin-right: 50px; */
}

.product-container.control-button {
    cursor: pointer;
    margin: 0 10px;
}

.product-right-sale-status-out {
    position: absolute;
    top: 1px;
    right: 1px;
    font-size: 12px;
    font-weight: bold;
    background: #000;
    color: red;
    padding: 5px 10px;
    border-radius: 5px;
}
.control-buttons .control-button{
    padding: 0 15px;
}
.product-navigation .control-button img {
    width: 18px;
    height: auto;
}


@media screen and (min-width: 960px) {
    .slider-1-swiper>* {
        flex: 0 0 auto;
        width: 100% !important;
    }

    .slider-2-swiper>* {
        flex: 0 0 auto;
        width: 50% !important;
    }

    .slider-3-swiper>* {
        flex: 0 0 auto;
        width: 32.23% !important;
    }

    .slider-4-swiper>* {
        flex: 0 0 auto;
        width: 23.74% !important;
    }

    .slider-5-swiper>* {
        flex: 0 0 auto;
        width: 18.65% !important;
    }
}
@media screen and (max-width: 959px) {
    .product-container{
        padding: 20px 30px 30px;
    }
    .mb_padding-bottom{
        /* padding: 0 16px; */
    }
    .product-right-cart-module{
        padding: 16px;
    }
    .product-image-right-box{
        margin:8px;
    }
    .product-right-favorite-icon{
        top: 15px;
        left: 15px;
    }
    .product-right-favorite-icon svg{
        color:#121212
    }
        .product-right-product-description{
            font-size: 0.95rem;
        }
    .product-navigation .control-buttons{
            margin-right: 15px;
    }
    .control-buttons .view-all{
        font-size: 17px;
        font-weight: 600;
        margin-left: 22px;
    }
    .product-navigation .control-button img{
        width: 18px;
    }
    .product-navigation{
        margin: 40px auto 0;
    }
        
}
.product-right-cart-module {
    padding: 16px;
}

.product-image-right-box {
    margin: 8px;
}
.product-right-favorite-icon svg {
    color: #121212
}
/* Mobile View */
@media (max-width: 768px) {
    .product-art-right-box {
        /* max-width: 90% !important; */
        max-width: 100% !important;
        margin-right: 16px;
        /* display: flex; */
        /* text-align: center;
font-size: 18px;
display: flex;
justify-content: center;
align-items: center; */
    }

    .product-art-right-box img {
        /* width: -webkit-fill-available; */
    }

    .product-navigation .title {
        font-size: 20px;
                
    }

    .slider-1-swiper_mb>* {}

    .slider-2-swiper_mb>* {
        /* width: 40% !important; */
    }

    .slider-3-swiper_mb>* {}
}

@media (min-width:769px) and (max-width: 1100px) {
    .product-art-right-box {
        /* min-width: 31.9%; */
        margin-right: 20px;
    }

}