/* 面包屑 */
.spicycat_atunushome_sing_product_breadcrumb{
    display: flex;
    max-width: 1700px;
    padding: 0 60px;
    margin: 0 auto;
    margin-top: 20px;
}
.spicycat_atunushome_sing_product_breadcrumb a{
    color: #A8A29E;
    text-decoration: underline;
    font-size: 14px;
    transition: all 0.3s ease-out 0.03s;
}
.spicycat_atunushome_sing_product_breadcrumb span{
    color: #A8A29E;
    font-size: 14px;
    margin: 0 4px;
}
.spicycat_atunushome_sing_product_breadcrumb div{
    font-size: 14px;
    color: #0A0A0A;
}
.spicycat_atunushome_sing_product_breadcrumb a:hover{
    color: #0A0A0A;
}
@media screen and (max-width: 768px) {
    .spicycat_atunushome_sing_product_breadcrumb{
        padding: 0 10px;
        display: none;
    }
}
.s_a_s_product_springsale span:nth-child(2){
    color: #e9331b!important;
}
.s_a_c_a_reviews_content h2{
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 10px 0;
    color: rgba(12, 10, 9, 1);
}
.s_a_c_a_reviews_content p{
    font-size: 16px;
    color: rgba(12, 10, 9, 1);
    font-family: 'Roboto';
}
.swiper-slide img {
    user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
/* 轮播图放大部分 [ */
.s_a_s_p_i_c_s_item_div {
    position: relative;
    overflow: hidden;
    cursor: zoom-in;
}

.s_a_s_p_i_c_s_item_div img {
    display: block;
    width: 100%;
    transform-origin: top left;
    transition: transform 0.2s ease-out;
    background-color: #F2F2F2;
}
.s_a_s_p_i_c_s_item_div[zoomed] img {
    object-fit: contain;
    height: auto!important;
    transform: scale(2)
                translate(
                calc(var(--x) * -50%),
                calc(var(--y) * -50%)
                );
}
.s_a_s_p_r_i_enlargement_swiper_slide .swiper-zoom-container{
    cursor: zoom-in;
}
.s_a_s_p_r_image_enlargement1 {
    display: flex;
    justify-content: space-between;
    padding: 0 5rem;
    color: #FFFFFF;
    height: 40px;
    align-items: center;
}

.s_a_s_p_r_i_enlargement_icon {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 2026;
    text-shadow: 0 0 10px rgba(0, 0, 0, .3);
    background-color: #0C0A09;
    border-radius: 4px;
    padding: 2px;
    cursor: pointer;
}

.s_a_s_p_r_image_enlargement {
    display: none;
}

.s_a_s_p_r_image_enlargement .s_a_s_p_r_i_enlargement_swiper {
    height: calc(100% - 100px);
    padding-bottom: 20px;
}

.s_a_s_p_r_i_e_icon_loopmodal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    display: flex;
    z-index: 3000;
}

.s_a_s_p_r_i_e_icon_button {
    color: white;
    border: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 26px;
}

.s_a_s_p_r_i_enlargement_swiper .swiper-wrapper {
    padding-bottom: 20px;
}

.s_a_s_p_r_i_enlargement_swiper_slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.s_a_s_p_r_i_enlargement_swiper {
    --swiper-scrollbar-border-radius: 0px;
    --swiper-scrollbar-top: auto;
    --swiper-scrollbar-bottom: 0px;
    --swiper-scrollbar-left: 0;
    --swiper-scrollbar-right: 0px;
    --swiper-scrollbar-sides-offset: 1%;
    --swiper-scrollbar-bg-color: rgba(255, 255, 255, 0.1);
    --swiper-scrollbar-drag-bg-color: rgb(255, 255, 255);
    --swiper-scrollbar-size: 5px;
}

@media screen and (max-width: 767px) {
    .s_a_s_p_r_image_enlargement1 {
        padding: 0 10px;
    }
}
/* 轮播图放大部分 ] */
/* 输出icon [ */
.spicycat_atunushome_purchase_icon1{
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: space-between;
}
.spicycat_atunushome_purchase_icon1 span{
    display: flex;
    /* margin-right: 6px; */
    /* border-right: 2px solid #D6D3D1; */
    /* padding-right: 6px; */
    align-items: center;
    flex-direction: row;
    font-size: 12px;
    white-space: nowrap;
}
.spicycat_atunushome_purchase_icon1 span img{
    margin-right: 10px;
}
.s_ah_p_i1_verticalline{
    width: 2px;
    background-color: #D6D3D1;
    height: 100%;
}
@media screen and (max-width: 1500px) {
    .spicycat_atunushome_purchase_icon1{
        justify-content: space-between;
    }
    .spicycat_atunushome_purchase_icon1 span{
        width: 44%;
        border: unset;
        margin-bottom: 10px;
        padding: 0;
    }
    .s_ah_p_i1_verticalline{
        display: none;
    }
}
/* 输出icon ] */
/* <!-- 布局 --> */

.spicycat_atunushome_sing_product_flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1700px;
    padding: 0 60px;
    margin: 0 auto;
    position: relative;
}
.spicycat_atunushome_sing_product_left{
    width: 60%;
    position: sticky;
    height: max-content;
    top: 100px;
}
.spicycat_atunushome_sing_product_right{
    width: 37%;
}
@media screen and (max-width: 1040px) {
    .spicycat_atunushome_sing_product_left{
        width: 100%;
        position: sticky;
        z-index: 999;
        background-color: #ffffff;
        top: 52px;
        padding: 20px 0;
    }
    /* .spicycat_atunushome_sing_product_left{
        width: 100%;
    } */
    .spicycat_atunushome_sing_product_right{
        width: 100%;
    }
    .spicycat_atunushome_sing_product_flex{
        padding: 0 10px;
    }
}
/* <!-- 标题，价格，支付信息，组合 --> */

.spicycat_atunushome_sing_product_h1{
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 10px 0;
    color: rgba(12, 10, 9, 1);
}
.spicycat_atunushome_sing_product_price{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin-bottom: 10px;
}
.s_a_s_p_regular_price{
    color: #525252;
    font-size: 16px;
    font-weight: 500;
    margin-right: 10px;
    text-decoration: line-through;
    margin-bottom: 4px;
}
.s_a_s_p_sale_price{
    font-size: 24px;
    color: #EC6B6D;
    font-weight: bold;
}
.s_a_s_p_discount{
    color: #EC6B6D;
    font-size: 12px;
    padding: 0px 4px;
    border-radius: 2px;
    margin-left: 12px;
    margin-bottom: 14px;
    background-color: #a3a3a36e;
    font-weight: 500;
    line-height: 18px;
}
.spicycat_atunushome_sing_product_payment{
    margin-top: 20px;
    border-left: 2px solid #0C0A09;
    padding-left: 10px;
    margin-bottom: 20px;
}
.spicycat_atunushome_sing_product_payment .s_a_s_p_payment_klarna{
    font-size: 14px;
    color: rgba(87, 83, 78, 1);
}
.spicycat_atunushome_sing_product_payment .s_a_s_p_payment_klarna img{
    zoom: 0.8;
}
.spicycat_atunushome_sing_product_payment .s_a_s_p_payment_afterpa{
    zoom: 0.85;
    color: rgba(87, 83, 78, 1);
}
.s_a_s_p_payment_afterpa .s_a_s_p_payment_afterpa_price{
    margin: 4px 0;
}
.s_a_s_p_configuration{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 14px;
    color: #0C0A09;
    text-transform: capitalize;
}    
.product_select_base_configuration{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.p_s_b_configuration_a{
    padding: 10px 14px;
    margin-left: 12px;
    margin-top: 8px;
    border: 1px solid rgba(51, 51, 51, 0)!important;
    display: flex;
    align-items: flex-start;
    border-radius: 4px;
}
.p_s_b_configuration_a img{
    width: 100%;
    zoom: 0.12;
}
    .p_s_b_configuration_a:hover{
    border: 1px solid #9b9b9b!important;
}
@media screen and (max-width: 768px) {
    .spicycat_atunushome_sing_product_payment .s_a_s_p_payment_klarna{
        font-size: 12px;
    }
    .spicycat_atunushome_sing_product_payment .s_a_s_p_payment_klarna img{
        zoom: 0.7;
    }
    .spicycat_atunushome_sing_product_payment .s_a_s_p_payment_afterpa{
        zoom: 0.74;
    }
    /* .afterpay-main-text{
        font-size: 12px;
    }
    .afterpay-logo-link{
        zoom: 0.5;
    } */

    /* .spicycat_atunushome_sing_product_payment{
        margin-top: 0px;
    } */
    .spicycat_atunushome_sing_product_h1{
        font-size: 16px;
        margin: 10px 0 0px 0;
    }
    .product_select_base_configuration_over{
        overflow: auto;
    }
    .p_s_b_configuration_a img {
        zoom: 0.12;
    }
    .product_select_base_configuration {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: row;
    }
    .p_s_b_configuration_a{
        margin-left: 4px;
        margin-top: 2px;
    }
}

/* <!-- 左侧轮播图 --> */
/* 大图箭头 */
.s_a_s_p_i_c_swiper2 .swiper-button-prev,
.s_a_s_p_i_c_swiper2 .swiper-button-next{
    padding: 16px;
    transform: scale(0.6);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-weight: 900;
    box-sizing: content-box;
    color: #57534E;
    background: #FFFFFF80;

}
.s_a_s_p_i_c_swiper2 .swiper-button-next:after, 
.s_a_s_p_i_c_swiper2 swiper-button-prev:after{
    font-size: 30px !important;
}

.spicycat_atunushome_sing_product_image_carousel {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    /* max-width: 1340px; */
    margin: 0 auto;
}

.s_a_s_p_i_c_swiper2 {
            width: 89%;
            height: 669px;
          padding: 0 !important;
          margin: 0 !important;
}

.s_a_s_p_i_c_left {
        width: 10%;
}
.s_a_s_p_i_c_swiper {
    height: 100%;
    box-sizing: border-box;
    margin: 0 !important;
    max-height: 669px;
    width: 100%;
}
.s_a_s_p_i_c_swiper .s_a_s_p_i_c_swiper_item {
          width: 100%;
          height: 100%;
          display: flex;
          justify-content: space-between;
          height: 140px;
          opacity: 0.6;
          border: 2px solid rgba(87, 83, 78, 0);
          overflow: hidden;
          box-sizing: border-box;
          flex-direction: column;
          cursor: pointer;
}
.s_a_s_p_i_c_swiper2 .s_a_s_p_i_c_swiper_item,
.s_a_s_p_i_c_swiper2 .s_a_s_p_i_c_s_item_div {
          height: 100%;
}
.s_a_s_p_i_c_swiper2 .swiper-pagination-bullet {
          background-color: #ffffff;
          opacity: 1;
}
.s_a_s_p_i_c_swiper2 .swiper-pagination-bullet-active {
          background-color: #597FA8;
}
.s_a_s_p_i_c_s_item_div {
          width: 100%;
          position: relative;
          display: flex;
          align-items: flex-end;
          justify-content: flex-start;

}
.saswiper_item1_div {
          /* padding: 10%; */
          /* padding-bottom: 60px; */
          position: relative;
          width: 100%;
        height: 100%;
}
.saswiper_item1_div_div{
    position: absolute;
}
.s_a_s_p_i_c_swiper img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover;
          overflow: hidden;
          box-sizing: border-box;
}

.swiper {
          /* max-width: 1200px; */
          /* padding: 0; */
          margin: 0;
}

.s_a_s_p_i_c_swiper .swiper-slide-thumb-active {
          opacity: 1;
          border: 2px solid rgba(87, 83, 78, 1);
}

.s_a_s_p_i_c_swiper_item img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover;
}
@media screen and (max-width: 767px) {
          .spicycat_atunushome_sing_product_image_carousel{
                    padding-left: 0;
                    flex-direction: column-reverse;
          }
          .s_a_s_p_i_c_left {
                    width: 100%;
                    position: relative;
                    margin-top: 10px;
          }

          .s_a_s_p_i_c_swiper .s_a_s_p_i_c_swiper_item {
                    width: unset;
                    /* min-width: 200px; */
          }

          .s_a_s_p_i_c_swiper2 {
                    width: 100%;
                    height: 260px;
          }

          .s_a_s_p_i_c_swiper {
                    padding-bottom: 20px;
                    padding-left: 0px !important;
                    width: 100%;
          }

          .s_a_s_p_i_c_swiper_item {
                    width: 100%;
                    height: 100%;
                    display: flex;
                    justify-content: flex-start;
                    flex-direction: column;
          }

          .s_a_s_p_i_c_swiper .s_a_s_p_i_c_swiper_item{
                height: 60px;
          }

}

/* 轮播放大 */
.s_a_s_p_r_i_enlargement_icon{
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 2026;
    text-shadow: 0 0 10px rgba(0, 0, 0, .3);
    background-color: #0C0A09;
    border-radius: 4px;
    padding: 2px;
    cursor: pointer;
}
.s_a_s_p_r_image_enlargement{
                display: none;
}

.s_a_s_p_r_image_enlargement_after{
        display: block;
        position: fixed;
        text-align: center;
        height: 90%;
        width: 90%;
        z-index: 30001;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
}

.s_a_s_p_r_i_e_icon_loopmodal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        justify-content: center;
        align-items: center;
        display: flex;
        z-index: 3000;
}
.s_a_s_p_r_i_enlargement_swiper .swiper-wrapper{
        padding-bottom: 20px;
}
.s_a_s_p_r_i_enlargement_swiper_slide img{
        width: 100%;
        height: 100%;
        object-fit: contain;
}
.s_a_s_p_r_i_enlargement_swiper {
        --swiper-scrollbar-border-radius: 0px;
        --swiper-scrollbar-top: auto;
        --swiper-scrollbar-bottom: 0px;
        --swiper-scrollbar-left: 0;
        --swiper-scrollbar-right: 0px;
        --swiper-scrollbar-sides-offset: 1%;
        --swiper-scrollbar-bg-color: rgba(255, 255, 255, 0.1);
        --swiper-scrollbar-drag-bg-color: rgb(255, 255, 255);
        --swiper-scrollbar-size: 5px;
}
@media screen and (max-width: 767px) {
    .s_a_s_p_r_image_enlargement_after{
            width: 98%;
    }
}
/* <!-- 产品属性筛选 --> */
.s_sc_a_v_filtering_title{
    font-size: 16px;
    font-weight: 500;
    margin: 16px 0;
    color: #0C0A09;
    text-transform: capitalize;
}
.s_sc_a_v_filtering_title .s_sc_a_v_f_title_selectvalue{
    color: #57534E;
    margin-left: 8px;
    text-transform: capitalize;
    font-size: 14px;
}
.s_sc_a_v_filtering_description{
    font-size: 14px;
}
.s_sc_a_v_filtering_buttongroup{
    display: flex;
    margin: 10px 0 0px 0;
    flex-wrap: wrap
}
/* 原本状态 */
.s_sc_a_v_filtering_buttongroup .s_sc_a_v_filtering_button_haveimg{
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    margin-right: 10px;
    padding: 4px;
    background-color: unset;
    /* overflow: hidden; */
    cursor: pointer;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    transition: all 0.2s ease-out;
}
.s_sc_a_v_filtering_button .s_sc_a_v_f_button_description{
    position: absolute;
    /* right: 62px; */
    bottom: 67px;
    width: 100px;
    background-color: #ddacac;
    padding: 10px;
    box-sizing: border-box;
    opacity: 0;
    z-index: -1;
    transition: opacity .3s;
    border-radius: 1px;
}
.s_sc_a_v_f_button_description:after {
    content: "";
    position: absolute;
    /* top: 50%; */
    bottom: -10px;
    left: 50%;
    margin-top: -5px;
    border: 5px solid transparent;
    border-top-color: #ddacac;
}
.s_sc_a_v_filtering_button:hover .s_sc_a_v_f_button_description{
    opacity: 1;
    z-index: 2025;
}
.s_sc_a_v_filtering_button .s_sc_a_v_f_button_img{
    width: 38px;
    height: 38px;
    object-fit: cover;
    border-radius: 50px;
    border: 2px solid rgba(12, 10, 9, 0.3);
    box-sizing: border-box;
}
/* 原本状态 */
.s_sc_a_v_filtering_buttongroup .s_sc_a_v_filtering_button_noimg{
    min-width: 103px;
    min-height: 40px;
    max-height: 45px;
    border: 1px solid #dedede;
    color: #778379;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    transition: all 0.2s ease-out;
    margin-right: 12px;
    cursor: pointer;
    background-color: #ffffff;
    border-radius: 0;
    text-transform: capitalize;
    margin-bottom: 10px;
}

/* 鼠标碰到的状态 */
/* .s_sc_a_v_filtering_button_haveimg:hover{
    box-shadow: -2px 8px 8px 3px rgba(0, 0, 0, 0.102);
    border: 1px solid #0C0A09;
}
.s_sc_a_v_filtering_button_noimg:hover{
    background-color: #F5F5F4;
    border: 1px solid #0C0A09;
} */
/* 选中状态 */
.s_sc_a_v_filtering_button_haveimg.s_sc_a_v_filtering_selected {
    box-shadow: -2px 8px 8px 3px rgba(0, 0, 0, 0.102);
    border: 1px solid #0C0A09 !important;
}
.s_sc_a_v_filtering_button_noimg.s_sc_a_v_filtering_selected {
    background-color: #F5F5F4;
    border: 1px solid #0C0A09 !important;
}
/* 禁用状态 */
.s_sc_a_v_filtering_button:disabled {
    /* background-color: #ccc; */
    cursor: not-allowed;
    position: relative;
}
.s_sc_a_v_filtering_button_haveimg:disabled {
    box-shadow: unset;
    border: 1px solid transparent;
    
}
.s_sc_a_v_filtering_button_noimg:disabled {
    background-color: #ffffff;
    border: 1px solid #dedede;
}
.s_sc_a_v_filtering_button_haveimg:disabled::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 31px;
    box-sizing: border-box;
    border-bottom: 2px solid rgb(182, 178, 180);
    transform-origin: bottom center;
    transform: rotateZ(45deg) scale(1.2);
}
.s_sc_a_v_filtering_button_haveimg:disabled::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2025;
    background-color: rgba(0,0,0,0.3);
}
/* .s_sc_a_v_filtering_button_noimg:disabled::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 31px;
    box-sizing: border-box;
    border-bottom: 2px solid rgb(182, 178, 180);
    transform-origin: bottom center;
    transform: rotateZ(45deg) scale(1.2);
} */
.s_sc_a_v_filtering_button_noimg:disabled::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2025;
    background-color: rgba(0,0,0,0.3);
}
@media screen and (max-width: 768px) {
    /* 手机端保存描述隐藏 */
    .s_sc_a_v_filtering_button:hover .s_sc_a_v_f_button_description{
        opacity: 0;
        z-index: -1;
    }
}
/* <!-- 加减数量 --> */
/* 隐藏 Chrome、Safari、Edge 的 number input 旋转按钮 */
#s_a_q_selector_input::-webkit-inner-spin-button,
#s_a_q_selector_input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* 隐藏 Firefox 的 number input 旋转按钮 */
#s_a_q_selector_input {
    outline: 0;
    -moz-appearance: textfield;
}
.spicycat_atunushome_quantity_addtocart_flex{
    padding: 20px 0;
    display: flex;
    border-top: 1px solid #D6D3D1;
    flex-wrap: wrap;
    margin: 20px 0 0 0;
}
.spicycat_atunushome_button_flex{
    display: flex;
    width: 100%;
    margin-top: 20px;
    justify-content: space-between;
}
.spicycat_atunushome_addtocart{
    background-color: #0C0A09;
    font-weight: 500;
    color: #ffffff;
    /* width: 176px; */
    height: 46px;
    cursor: pointer;
    border: 0px;
    padding: unset;
    border-radius: 0;
    /* margin-right: 30px; */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-out;
    padding: 0 14px;
    width: 68%;

}
.spicycat_atunushome_addtocart span{
    margin: 0 6px;
}
/* 点击加入购物车执行动画 */
.spicycat_atunushome_addtocart_request:after {
    content: '';
    display: inline-block;
    width: 20px;
    padding: 4px;
    aspect-ratio: 1;
    border-radius: 50%;
    background:rgb(255 255 255);
    --_m: 
        conic-gradient(#0000 10%,#000),
        linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
            mask: var(--_m);
    -webkit-mask-composite: source-out;
            mask-composite: subtract;
    animation: addtocartrequest 1s infinite linear;
}
@keyframes addtocartrequest {to{transform: rotate(1turn)}}

/* 点击立即购买执行动画 */
.spicycat_atunushome_buynow_request:after {
    content: '';
    display: inline-block;
    width: 20px;
    padding: 4px;
    aspect-ratio: 1;
    border-radius: 50%;
    background:rgb(255 255 255);
    --_m: 
        conic-gradient(#0000 10%,#000),
        linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
            mask: var(--_m);
    -webkit-mask-composite: source-out;
            mask-composite: subtract;
    animation: addtocartrequest1 1s infinite linear;
}
@keyframes addtocartrequest1 {to{transform: rotate(1turn)}}

.spicycat_atunushome_addtocart:hover{
    color: #ffffff;
    background-color: #0C0A09;
}
.spicycat_atunushome_addtocart:active{
    background-color: #0C0A09;
}
.spicycat_atunushome_addtocart:disabled{
    background-color: rgba(12, 10, 9, 0.7);
    cursor: not-allowed;
}
.spicycat_atunushome_buynow{
    background-color: #F1A624;
    font-weight: 500;
    color: #ffffff;
    width: 140px;
    height: 46px;
    cursor: pointer;
    border: 0px;
    padding: unset;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    width: 30%;
    
}
.spicycat_atunushome_buynow span{
    margin-right: 6px;
}
.spicycat_atunushome_buynow:hover{
    color: #ffffff;
    background-color: #F1A624;
}
.spicycat_atunushome_buynow:active{
    background-color: #F1A624;
}
.spicycat_atunushome_buynow:disabled{
    background-color:rgba(241, 166, 36, 0.7);
    cursor: not-allowed;
}
.spicycat_atunushome_buynow:disabled{
    background-color:rgba(241, 166, 36, 0.7);
    cursor: not-allowed;
}
.spicycat_atunushome_quantity_selector{
    display: flex;
    margin-right: 30px;
}
.spicycat_atunushome_quantity_selector .s_a_q_selector_decrease{
    display: inline-block;
    cursor:pointer;
    background-color: #FAFAF9;
    width: 48px;
    height: 36px;
    border: 1px solid #D6D3D1;
    text-align: center;
    line-height: 36px;
    color: #A8A29E;
    box-sizing: border-box;
}
.spicycat_atunushome_quantity_selector .s_a_q_selector_input{
    text-align:center;
    width: 60px;
    height: 36px;
    border: 1px solid #D6D3D1;
    padding: 0;
    line-height: 36px;
    color: #A8A29E;
    box-sizing: border-box;
    border-radius: 0;
}
.spicycat_atunushome_quantity_selector .s_a_q_selector_increase{
    display: inline-block;
    cursor:pointer;
    background-color: #FAFAF9;
    width: 48px;
    height: 36px;
    border: 1px solid #D6D3D1;
    text-align: center;
    line-height: 36px;
    color: #A8A29E;
    box-sizing: border-box;
}
.spicycat_atunushome_purchase_icon{
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0px;
    /* overflow-y: hidden; */
    /* overflow-x: auto; */
}
.spicycat_atunushome_purchase_icon span{
    display: flex;
    margin-right: 6px;
    border-right: 2px solid #D6D3D1;
    padding-right: 6px;
    align-items: center;
    flex-direction: row;
    font-size: 12px;
    line-height: 16px;
    margin-top: 8px;
    white-space: nowrap;
}
.spicycat_atunushome_purchase_icon span svg{
    margin-right: 10px;
}
.spicycat_atunushome_purchase_icon span:last-child{
    border-right: unset;
}
@media screen and (max-width: 1560px) {
    .spicycat_atunushome_purchase_icon span{
        width: 44%;
        border: unset;
        margin: 10px 0;
        padding: 0;
    }
}
@media screen and (max-width: 768px) {
    .spicycat_atunushome_purchase_icon{
        justify-content: space-between;
    }
    .spicycat_atunushome_purchase_icon span{
        width: 44%;
        border: unset;
        margin: 10px 0;
        padding: 0;
    }
}

/* <!-- Specification --> */

    /* 样式设置 */
    .spicycat_atunushome_specification {
    width: 100%;
    }
    .spicycat_atunushome_specification .s_a_specification_item:first-child {
    border-top: 1px solid #D6D3D1;
    }
    .s_a_specification_item {
    /* border: 1px solid #ccc; */
    margin-bottom: 5px;
    /* border-top: 1px solid #ccc; */
    border-bottom: 1px solid #D6D3D1;
    }
    .s_a_s_item_header {
    /* background-color: #f1f1f1; */
    padding: 20px 10px;
    cursor: pointer;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
    .s_a_s_item_header h3{
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    }
    .s_a_s_item_content {
    display: block;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    }
    /* 有s_sc_m_h_p_accordion_open类的默认打开 */
    .s_a_specification_item.s_a_specification_open .s_a_s_item_content {
    max-height: 200px;
    /* padding: 10px; */
    padding-bottom: 10px;
    }
    .s_a_s_i_header_icon{
    position: relative;
    width: 15px;
    height: 15px;
    }
    .s_a_s_i_header_icon:after{
    width: 2px;
    height: 100%;
    }
    .s_a_s_i_header_icon:before{
    width: 100%;
    height: 2px;
    }
    .s_a_s_i_header_icon:after,
    .s_a_s_i_header_icon:before {
        position: absolute;
        content: "";
        left: 50%;
        top: 50%;
        background-color: #0C0A09;
        transform: translate(-50%, -50%);
        transition: transform .5s;
    }
    .s_a_specification_item.s_a_specification_open .s_a_s_i_header_icon:after{
    transform: translate(-50%, -50%) rotate(-90deg);
    }
    .spicycat_atunushome_specification_table{
        border-collapse: collapse;
        table-layout:auto;
        width: 100%;
    }
    .spicycat_atunushome_specification_table tr{

    }
    .spicycat_atunushome_specification_table td{
        background-color: #ffffff;
        color: #57534E;
        font-size: 14px;
        border: 2px solid #D4D4D4;
        box-sizing: border-box;
        text-transform: capitalize;
        padding: 10px 20px;
    }
    .spicycat_atunushome_specification_table tr td:first-child{
        background-color: #F5F5F4;
        color: #0C0A09;
        font-size: 16px;
        font-weight: 500;
        word-break: keep-all;
    }
    .spicycat_atunushome_specification_table tr td:nth-child(2){
        background-color: #ffffff!important;
    }

      /* 图片放大弹窗 */
    /* s_sc_c_enlarge_image */
    .s_sc_c_enlarge_image {
            position: relative;
            display: inline-block;
            cursor: pointer;
            width: 100%;
            margin-bottom: 12px;
            /* height: 400px; */
            /* height: max-content; */
            height: 250px;
        }
        .s_sc_c_enlarge_image .s_sc_c_e_image_img {
            width: 100%;
            height: 100%;
            border-radius: 5px;
            object-fit: contain ;
        }
        .s_sc_c_e_image_button {
            position: absolute;
            top: 0;
            left: 0;
            /* transform: translate(-50%, -50%); */
            background-color: rgba(0, 0, 0, 0.1);
            color: white;
            border: none;
            /* padding: 10px 20px; */
            border-radius: 5px;
            display: none;
            display: flex;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            cursor: pointer;
            width: 100%;
            height: 100%;
            /* display: block; */
        }
        .s_sc_c_enlarge_image:hover .s_sc_c_e_image_button {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* 遮罩 */
        .s_sc_c_e_image_modal {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            justify-content: center;
            align-items: center;
            display: flex;
            z-index: 3000;
        }

        .s_sc_c_e_i_modal_content {
            position: relative;
            text-align: center;
            max-height: 80%;
            width: 80%;
            background-color: #ffffff;
            overflow: auto;
        }
        .s_sc_c_e_i_modal_content img {
            /* width: 100%; */
            /* height: 100%; */
            object-fit: contain;
            border-radius: 5px;
        }
        .s_sc_c_e_i_m_content_button {
            position: absolute;
            top: 15px;
            right: 15px;
            /* background-color: rgba(0, 0, 0, 0.7); */
            color: white;
            border: none;
            /* padding: 10px; */
            /* border-radius: 50%; */
            font-size: 60px;
            cursor: pointer;
        }
        @media screen and (max-width: 768px) {
            .s_sc_c_e_image_button {
                position: absolute;
                top: 0px;
                left: 0px;
                /* transform: translate(-50%, -50%); */
                background-color: rgba(0, 0, 0, 0.1);
                color: white;
                border: none;
                /* padding: 10px 20px; */
                border-radius: 5px;
                display: inline-block;
                font-size: 16px;
                cursor: pointer;
                width: 100%;
                height: 100%;

                /* display: block; */
            }
            .s_sc_c_enlarge_image{
                height: 180px;
            }
            .s_sc_c_e_image_button svg{
                margin-top: 15px;
                margin-left: 15px;
                filter: drop-shadow(2px 2px 4px rgb(255, 255, 255));
            }
            .s_sc_c_enlarge_image:hover .s_sc_c_e_image_button{
                display: inline-block;
            }
        }


/* <!-- 其他端样式 --> */

    @media screen and (max-width: 1486) {
        .spicycat_atunushome_purchase_icon span{
            width: 34%;
            border-right: unset;
            margin-bottom: 8px;
        }
    }
    @media screen and (max-width: 1540px) {
        /* .spicycat_atunushome_quantity_selector{
            margin-bottom: 20px;
            width: 100%;
        } */
    }
    @media screen and (max-width: 1200px) {

    }
    @media screen and (max-width: 1040px) {

    }
    @media screen and (max-width: 768px) {

    }


/* <!-- 产品页内容和评论 --> */


    .spicycat_atunushome_content_and_reviews{
        /* max-width: 1700px; */
        /* padding: 0 60px; */
        margin: 20px auto 0 auto;
    }
    .s_a_c_a_reviews_header {
        display: flex;
        position: relative;
    }

    .s_a_c_a_reviews_header .s_a_c_a_r_header_line {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 6px;
        background-color: #0A0A0A;
        transition: all 0.2s ease-out;
    }

    .s_a_c_a_r_header_item {
        min-width: 140px;
        padding: 16px 20px 11px 20px;
        font-size: 16px;
        text-align: center;
        color: #0A0A0A;
        background-color: #fff;
        border-bottom: 5px solid transparent;
        opacity: 0.6;
        cursor: pointer;
        font-weight: 500;
        transition: all 0.3s ease-out;
    }

    .tab-icon {
        font-size: 24px;
        width: 32px;
        position: relative;
        top: 2px;
    }

    .s_a_c_a_r_header_item:hover {
        opacity: 1;
        background-color: rgba(10, 10, 10, 0.05);
        border-color: rgba(10, 10, 10, 0.1);
    }

    .s_a_c_a_r_header_item.s_a_c_a_reviews_active {
        opacity: 1;
    }

    .s_a_c_a_reviews_content {
        padding: 20px 0;
        overflow: hidden;
    }

    .s_a_c_a_r_content_pane {
        color: #333;
        display: none;
    }

    .s_a_c_a_r_content_pane.s_a_c_a_reviews_active {
        display: block;
    }

    .s_a_c_a_r_content_pane h2 {
        font-size: 24px;
        margin-bottom: 8px;
    }
    .s_a_c_a_reviews_star{
        zoom: 0.8;
        width: fit-content;
        cursor: pointer;
    }
    .s_a_c_a_reviews_star .jdgm-widget{
        pointer-events: none !important;
        margin: 10px 0;
    }
    .s_a_c_a_reviews_star .jdgm-prev-badge__text{
        text-decoration: underline;
        color: #0A0A0A;
        text-transform: capitalize;
        font-weight: 500;
    }
    @media screen and (max-width: 1040px) {
        .spicycat_atunushome_content_and_reviews {
            padding: 0 10px;
        }
    }

    /* 底部轮播 */

    .s_a_c_a_viewed_loop_flec{
        max-width: 1700px;
        margin: 40px auto;
        padding: 0px 60px 0px 60px;
    }
    .s_a_c_a_viewed_loop_flec .s_a_c_a_viewed_title{
        text-align: center;
        font-size: 22px;
        font-weight: bold;
        margin: 0 0 20px 0;
        color: rgba(12, 10, 9, 1);
    }
    .s_a_c_a_viewed_loop{

    }
    .s_a_c_a_viewed_loop .swiper-wrapper{
        padding-bottom: 30px;
    }
    .s_a_c_a_v_productlist_item{
        /* width: 100%; */
    }
    .s_a_c_a_v_p_item_link{
        /* width: 100%; */
        text-decoration: none;
    }
    .s_a_c_a_v_p_i_limk_img{
        /* width: 100%; */
        position: relative;
        height: 240px;
        background-color: #F5F5F4;
    }
    .s_a_c_a_v_p_i_limk_img img{
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        left: 0;
        top: 0;
        transition: all 0.3s ease-out;
        border-radius: 2px;
    }
    .s_a_c_a_v_p_i_limk_title{
        font-size: 16px;
        color: #525252;
        margin-top: 10px;
        min-height: 48px;
    }
    .s_a_c_a_v_p_item_price{
        margin-top: 10px;
        font-size: 14px;
    }
    .s_a_c_a_v_p_item_price>span:nth-child(1){
        color: #525252;
        text-decoration: line-through;
        margin-right: 8px;
    }
    .s_a_c_a_v_p_item_price>span:nth-child(2){
        color: #EC6B6D;
        font-size: 20px;
        font-weight: bold;
    }
    .s_a_c_a_v_productlist_item:hover .s_a_c_a_v_p_i_limk_img img:nth-child(2){
        opacity: 0;
    }
    @media screen and (max-width: 768px) {
        .s_a_c_a_viewed_loop_flec{
            padding: 0 10px;
        }
        .s_a_c_a_viewed_loop_flec .s_a_c_a_viewed_title{
            /* font-size: 20px; */
            padding: 0 10px;
        }
    }

    /* 全局的表格默认样式 */

        table{
            border-collapse: collapse;
            table-layout: auto;
            width: 100%;
            background-color: #F5F5F4;
        }

        td{
            color: #57534E;
            font-size: 14px;
            border: 2px solid #ffffff;
            box-sizing: border-box;
            text-transform: capitalize;
            padding: 12px 20px;
        }
        tr td:nth-child(1){
            font-weight: bold;
            color: #0C0A09;
        }

    /* <!-- 临时活动抱枕活动的样式 --> */
    
        .pillow_exercise{
            width: 150px!important;
            height: 56px!important;
            border-radius: 0px!important;
            display: flex!important;
            justify-content: space-between!important;
            border: 1px solid #E5E5E5 !important;
            margin-bottom: 20px;
        }
        .pillow_exercise .s_sc_a_v_f_button_img{
            border-radius: unset!important;
            border: unset!important;
        }
        .pillow_exercise_content{
            display: flex!important;
            flex-direction: column!important;
            align-items: flex-start!important;
            justify-content: space-between!important;
            height: 80%!important;
        }
        .pillow_exercise_content_name{
            text-transform: capitalize!important;
            font-size: 14px!important;
            font-weight: 600!important;
        }
        .pillow_exercise_content_price span:nth-child(1){
            font-size: 14px!important;
            color: #EC6B6D!important;
            font-weight: 600!important;
            margin-right: 8px!important;
        }
        .pillow_exercise_content_price span:nth-child(2){
            font-size: 14px!important;
            color: #767676!important;
            margin-right: 8px!important;
            text-decoration: line-through!important;
        }

/* 相关产品 [ */
    .sc_ah_relatedproducts_item {}

    .sc_ah_relatedproducts_section {
        background-color: rgba(241, 166, 36, 0.1);
        padding: 20px;
        box-sizing: border-box;
        /* width: max-content; */
    }

    .sc_ah_relatedproducts_section h2 {
        margin: 0;
        font-size: 16px;
        margin-bottom: 10px;
        color: #0C0A09;
        font-weight: 600;
    }

    .sc_ah_rp_item_selector {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        margin-top: 6px;
        justify-content: space-between;
    }

    .sc_ah_rp_item_selector button {
        width: 19px;
        height: 19px;
        border: 1px solid #0C0A09;
        background: #FFFFFF;
        cursor: pointer;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #0C0A09;
        padding: 0;
        line-height: unset;
        line-height: 19px !important;
    }

    .sc_ah_rp_item_selector_container {
        display: flex;
        align-items: center;
        padding: 0 4px;
        box-sizing: border-box;
    }

    .sc_ah_rp_item_display {
        text-align: center;
        margin: 0 6px;
        font-size: 14px;
    }

    .disabled {
        opacity: 0.3;
        cursor: not-allowed;
    }

    .sc_ah_relatedproducts {
        display: flex;
        gap: 20px 2%;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .sc_ah_relatedproducts_item {
        min-width: unset;
        width: 23.5%;
        display: flex;
        flex-direction: column;
    }

    .sc_ah_relatedproducts_item img {
        width: 100%;
        height: 100%;
        max-height: 120px;
        object-fit: cover;
        background-color: #e7e7e7;
    }

    .sc_ah_rp_item_price {
        font-size: 14px !important;
        color: #EC6B6D !important;
    }

    .sc_ah_relatedproducts_item .sc_ah_rp_item_addtocart {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #FFFFFF;
        border: 1px solid #0C0A09;
        color: #0C0A09;
        width: 100%;
        padding: 4px 0;
        height: unset;
        font-weight: 600 !important;
        transition: all 0.3s;
        cursor: pointer;
        border-radius: 0px;
        text-transform: capitalize;
    }

    .sc_ah_relatedproducts_item .sc_ah_rp_item_addtocart span {
        display: inline-block;
        margin-right: 6px;
        font-size: 12px;
    }

    .sc_ah_relatedproducts_item .sc_ah_rp_item_addtocart:hover {
        background-color: #0C0A09;
        color: #FFFFFF;
    }

    .sc_ah_rp_item_addtocart_request:after {
        content: '';
        display: inline-block;
        width: 8px;
        padding: 2px;
        aspect-ratio: 1;
        border-radius: 50%;
        background: rgb(255 255 255);
        --_m:
            conic-gradient(#0000 10%, #000),
            linear-gradient(#000 0 0) content-box;
        -webkit-mask: var(--_m);
        mask: var(--_m);
        -webkit-mask-composite: source-out;
        mask-composite: subtract;
        animation: addtocartrequest 1s infinite linear;
    }

    @keyframes addtocartrequest {
        to {
            transform: rotate(1turn)
        }
    }

    .sc_ah_rp_item_addtocart:disabled {
        background-color: #0C0A09;
        color: #FFFFFF;
        opacity: 0.5;
        cursor: not-allowed;
    }

    /* 产品详情弹窗样式 */
    .sc_ah_relatedproduct_modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        display: flex;
        justify-content: flex-end;
        align-items: stretch;
        z-index: 999999999 !important;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }

    .sc_ah_relatedproduct_modal.active {
        opacity: 1;
        visibility: visible;
    }

    .sc_ah_relatedproduct_modal_content {
        background-color: white;
        width: 100%;
        max-width: 500px;
        position: relative;
        height: 100%;
        overflow-y: auto;
        transform: translateX(100%);
        transition: transform 0.3s ease;
    }

    .sc_ah_relatedproduct_modal.active .sc_ah_relatedproduct_modal_content {
        transform: translateX(0);
    }

    .sc_ah_relatedproduct_modal_header {
        border-bottom: 1px solid #eee;
        padding: 16px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .sc_ah_relatedproduct_modal_header h3 {
        align-items: center;
        box-sizing: border-box;
        color: #0C0A09;
        font-size: 16px;
        font-weight: 500;
        margin: 0;
    }

    .sc_ah_relatedproduct_modal_close {
        cursor: pointer;
        font-size: 20px;
        color: #333;
    }

    .sc_ah_relatedproduct_modal_body {
        padding: 20px;
        overflow-y: auto;
        max-height: calc(100vh - 124px);
        box-sizing: border-box;
    }

    .sc_ah_relatedproduct_modal_body::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: rgba(38, 38, 38, 1);
    }

    .sc_ah_relatedproduct_modal_body::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }

    .sc_ah_relatedproduct_modal_body::-webkit-scrollbar-track {
        background: rgba(38, 38, 38, 0.2);
        border-radius: 3px;
    }

    .sc_ah_relatedproducts_item img {
        cursor: pointer;
    }

    .sc_ah_rp_modal_swiper {
        position: relative;
        width: 100%;
        max-height: 450px;
    }

    .sc_ah_rp_modal_swiper_slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        background-color: #e7e7e7;
        user-select: none;
        -webkit-user-drag: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }

    .sc_ah_rp_modal_swiper .swiper-button-prev::after,
    .sc_ah_rp_modal_swiper .swiper-button-next::after {
        display: none;
    }

    .sc_ah_rp_modal_swiper .swiper-button-disabled {
        display: none;
    }

    .sc_ah_rp_modal_swiper .swiper-button-prev,
    .sc_ah_rp_modal_swiper .swiper-button-next {
        width: 40px;
        height: 40px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .sc_ah_rp_modal_swiper .swiper-button-prev {
        background-image: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='55.6791' height='55.6791' fill='white'/%3E%3Cpath d='M26.4792 22.148L22.0249 26.6023H39.5947V29.077H22.0249L26.4792 33.5313L24.747 35.2635L17.3231 27.8397L24.747 20.4158L26.4792 22.148Z' fill='%2357534E'/%3E%3C/svg%3E");
        left: 0px;
    }

    .sc_ah_rp_modal_swiper .swiper-button-next {
        background-image: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='55.6791' height='55.6791' fill='white'/%3E%3Cpath d='M29.2005 22.148L33.6548 26.6023H16.085V29.077H33.6548L29.2005 33.5313L30.9327 35.2635L38.3566 27.8397L30.9327 20.4158L29.2005 22.148Z' fill='%2357534E'/%3E%3C/svg%3E");
        right: 0px;
    }

    .sc_ah_relatedproduct_modal_body h2 {
        font-size: 14px;
        margin: 10px 0;
        color: #0C0A09;
        font-weight: 600;
    }

    .sc_ah_rp_modal_price {
        display: flex;
    }

    .sc_ah_rp_modal_price1 {
        font-size: 16px !important;
        color: #EC6B6D !important;
        font-weight: 600;
    }

    .sc_ah_rp_modal_icon {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 10px;
        border-bottom: 1px solid #eee;
        padding-top: 10px;
        padding-bottom: 20px;
        overflow-x: auto;
    }

    .sc_ah_rp_m_icon_verticalline {
        width: 1px;
        height: 10px;
        background-color: #eee;
        margin: 0 8px;
        flex-shrink: 0;
    }

    .sc_ah_rp_modal_icon img {
        margin-right: 8px;
    }

    .sc_ah_rp_modal_icon div {
        display: flex;
        font-weight: 300;
        font-size: 14px;
        white-space: nowrap;
        color: #0C0A09;
    }

    .sc_ah_rp_modal_icon::-webkit-scrollbar {
        display: none;
    }

    .sc_ah_rp_modal_button {
        display: flex;
        justify-content: space-between;
        /* align-items: center; */
        background-color: #FFFFFF;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        padding: 10px 20px;
        box-sizing: border-box;
    }

    .sc_ah_rp_modal_button a {
        width: 36%;
        border: 1px solid #0C0A09;
        padding: 8px 0px;
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        font-size: 14px;
        font-weight: 500;
        justify-content: center;
        cursor: pointer;
        text-decoration: none;
        min-height: 50px;
        color: #0C0A09;
    }

    .sc_ah_rp_modal_button button {
        border: 0px;
        background-color: #0C0A09;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 62%;
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
        border-radius: 0px;
        text-transform: capitalize;
    }
    @media screen and (max-width: 1400px) {
        .sc_ah_relatedproducts_item{
            width: 31.5%;
        }
    }
    @media screen and (max-width: 768px) {
        .sc_ah_relatedproducts {
            flex-wrap: nowrap;
            overflow-x: auto;
            padding-bottom: 10px;

        }

        .sc_ah_relatedproducts::-webkit-scrollbar {
            display: none;
        }
    }

    .sc_ah_rp_modal_filtrate {
        margin: 15px 0;
    }

    .sc_ah_rp_modal_attr_group {
        margin-bottom: 15px;
    }

    .sc_ah_rp_modal_attr_group h4 {
        font-size: 14px;
        margin: 0 0 10px 0;
        font-weight: 500;
        text-transform: capitalize;
    }

    .sc_ah_rp_modal_attr_options {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }

    .sc_ah_rp_modal_attr_option {
        border: 1px solid #ccc;
        padding: 8px 15px;
        cursor: pointer;
        border-radius: 2px;
        font-size: 14px;
        background-color: #fff;
        color: #333;
        min-width: 50px;
        text-align: center;
        transition: all 0.2s;
        text-transform: capitalize;
    }

    .sc_ah_rp_modal_attr_option:hover {
        border-color: #666;
    }

    .sc_ah_rp_modal_attr_option.selected {
        background-color: #333;
        color: #F49B02;
        border-color: #c9930e;
    }

    .sc_ah_rp_modal_loading {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 200px;
    }

    .s_ah_rp_pp_addcartanimations {
        position: absolute;
        left: 0;
        top: 0px;
        background-color: rgba(255, 255, 255, 0.9);
        width: 100%;
        height: 100%;
        z-index: 2026;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #262626;
    }

    .s_ah_rp_pp_aca_preloader {
        text-align: center;
        width: 100%;
    }

    .s_ah_rp_pp_aca_p_cart {
        display: block;
        margin: 0 auto 1.5em auto;
        width: 8em;
        height: 8em;
    }

    .s_ah_rp_pp_aca_preloader_text {
        display: flex;
        justify-content: center;
    }

    .s_ah_rp_pp_aca_preloader_msg {
        width: 80%;
        text-align: center;
    }

    .s_ah_rp_pp_aca_p_cart_lines,
    .s_ah_rp_pp_aca_p_cart_top,
    .s_ah_rp_pp_aca_p_cart_wheel1,
    .s_ah_rp_pp_aca_p_cart_wheel2,
    .s_ah_rp_pp_aca_p_cart_wheel-stroke {
        animation: s_ah_rp_pp_aca_p_cartLines 2s ease-in-out infinite;
    }

    .s_ah_rp_pp_aca_p_cart_lines {
        stroke: #262626;
    }

    .s_ah_rp_pp_aca_p_cart_top {
        animation-name: s_ah_rp_pp_aca_p_cartTop;
    }

    .s_ah_rp_pp_aca_p_cart_wheel1 {
        animation-name: s_ah_rp_pp_aca_p_cartWheel1;
        transform: rotate(-0.25turn);
        transform-origin: 43px 111px;
    }

    .s_ah_rp_pp_aca_p_cart_wheel2 {
        animation-name: s_ah_rp_pp_aca_p_cartWheel2;
        transform: rotate(0.25turn);
        transform-origin: 102px 111px;
    }

    .s_ah_rp_pp_aca_p_cart_wheel-stroke {
        animation-name: s_ah_rp_pp_aca_p_cartWheelStroke
    }

    .s_ah_rp_pp_aca_p_cart_track {
        stroke: rgba(38, 38, 38, 0.5);
        transition: stroke 0.3s;
    }

    @keyframes msg {
        from {
            opacity: 1;
            visibility: visible;
        }

        99.9% {
            opacity: 0;
            visibility: visible;
        }

        to {
            opacity: 0;
            visibility: hidden;
        }
    }

    @keyframes s_ah_rp_pp_aca_p_cartLines {

        from,
        to {
            opacity: 0;
        }

        8%,
        92% {
            opacity: 1;
        }
    }

    @keyframes s_ah_rp_pp_aca_p_cartTop {
        from {
            stroke-dashoffset: -338;
        }

        50% {
            stroke-dashoffset: 0;
        }

        to {
            stroke-dashoffset: 338;
        }
    }

    @keyframes s_ah_rp_pp_aca_p_cartWheel1 {
        from {
            transform: rotate(-0.25turn);
        }

        to {
            transform: rotate(2.75turn);
        }
    }

    @keyframes s_ah_rp_pp_aca_p_cartWheel2 {
        from {
            transform: rotate(0.25turn);
        }

        to {
            transform: rotate(3.25turn);
        }
    }

    @keyframes s_ah_rp_pp_aca_p_cartWheelStroke {

        from,
        to {
            stroke-dashoffset: 81.68;
        }

        50% {
            stroke-dashoffset: 40.84;
        }
    }




/* 相关产品 ] */