/* 全局的 [ */
@font-face {
    font-family: "atunus-sgeo";
    src: url("/wp-content/themes/atunushome/static/font/Roboto-VariableFont_wdth,wght.woff2") format("woff2"),
        url("/wp-content/themes/atunushome/static/font/Roboto-VariableFont_wdth,wght.ttf") format("truetype");
    font-display: block;
}
/* 去除原站影响 */
#primary {
    margin: 0!important;
}
.site-main .ast-header-without-markup{
    display:none;
}
#primary, #secondary{
    padding:0px!important;
}
.entry-content[data-ast-blocks-layout] > * {
    max-width: 1200px;
}
.wp-container-core-group-is-layout-1{
    display:none!important;
}
.bestSellers {
    display: none!important;
}
.ast-article-post .post-thumb-img-content img{
    object-fit: cover!important;
}
body, button, input, select, textarea, .ast-button, .ast-custom-button{
    font-weight: unset!important;
    font-size: unset!important;
}
.ast-button, .ast-custom-button, body, button, input[type=button], input[type=submit], textarea{
    line-height: unset!important;
}
body{
    font-family: atunushome-roboto!important;
    padding: 0;
    margin: 0;
}
h1{
    font-family: atunushome-roboto!important;
}
h2{
    font-family: atunushome-roboto!important;
    font-weight: 500;
}
h3{
    font-family: atunushome-roboto!important;
}
p{
    font-family: atunushome-roboto!important;
}
.page_width {
    max-width: 1800px;
    width: 100%;
    margin: 0 auto;
    padding: 0 5rem;
    box-sizing: border-box;
}
.page_width_1700 {
    max-width: 1700px;
    width: 100%;
    margin: 0 auto;
    padding: 0 5rem;
    box-sizing: border-box;
}
.page_width_1600 {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 0 5rem;
    box-sizing: border-box;
}
.box_margin {
    margin: 40px auto !important;
}

@media screen and (max-width: 768px) {
    .page_width {
        padding: 0 10px;
    }
    .page_width_1700 {
        padding: 0 10px;
    }
    .page_width_1600 {
        padding: 0 10px;
    }
    .box_margin {
        margin: 20px auto !important;
    }
}
/* 全局的 ] */
/* 购物车弹窗[ -------------------- */
.spicycat_atunushome_successful_purchase_overlay{
    position: fixed;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999999999;
    overflow: hidden;
    transition: all 0.2s ease-out;
}
.spicycat_atunushome_successful_purchase{
    position: absolute;
    height: 100vh;
    right: 0;
    top: 0;
    width: 500px;
    background-color: #ffffff;
    z-index: 2025;
    overflow-y: auto;
}
.spicycat_atunushome_successful_purchase .s_a_s_purchase_top{
    width: 100%;
    padding: 30px 20px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    border-bottom: 1px solid #E5E5E5;
    align-items: center
}
.s_a_s_p_top_count{
    display: flex;
    align-items: flex-end;
    font-weight: 500;
}
.s_a_s_p_top_close{
    cursor: pointer;
    transition: all 0.2s ease-out;
}
.s_a_s_p_top_close:hover{
    transform: rotate(90deg);
}
.s_a_s_p_t_count_icon{
    margin-right: 10px;
    margin-top: 2px;
}
.s_a_s_p_t_count_number{
    margin-right: 8px;
    font-size: 18px;
}
.spicycat_atunushome_successful_purchase .s_a_s_purchase_productlist{
    padding: 20px;
    box-sizing: border-box;
    height: 100%;
    max-height: calc(100vh - 280px);
    overflow-y: auto;
    position: relative;
}
.s_a_s_purchase_productlist_load:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}
.s_a_s_purchase_productlist_load:after {
    content: '';
    position: absolute;
    top: 36%;
    left: 44%;
    width: 66px;
    padding: 2px;
    aspect-ratio: 1;
    border-radius: 50%;
    background:rgba(12, 10, 9, 0.6);
    --_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: productlistload 1s infinite linear;
}
@keyframes productlistload {to{transform: rotate(1turn)}}

.s_a_s_purchase_productlist::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(12, 10, 9, 0.4);
}
.s_a_s_purchase_productlist::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
.s_a_s_p_productlist_item{
    display: flex;
    border-bottom: 1px solid #E5E5E5;
    padding: 20px 0;
}
.s_a_s_p_p_item_message{
    margin-left: 10px;
}
.s_a_s_p_p_i_message_titel{
    font-size: 16px;
    color: #525252;
    margin-bottom: 8px;
}
.s_a_s_p_p_item_img{
    flex: 0 0 auto;
}
.s_a_s_p_p_item_img img{
    width: 130px;
    height: 130px;
    object-fit: cover;
}
.s_a_s_p_p_i_message_price{
    display: flex;
    font-size: 14px;
    align-items: flex-end;
    margin-bottom: 10px;
}
.s_a_s_p_p_i_message_variableattribute {
    margin-bottom: 16px;
    font-size: 12px;
    color: rgb(139 98 68);
    font-weight: 500;
    text-transform: capitalize;
}
.s_a_s_p_p_i_m_originalprice{
    color: #A3A3A3;
    text-decoration: line-through;
    margin-right: 10px;
}
.s_a_s_p_p_i_m_currentprice{
    display: flex;
    align-items: flex-end;
    color: #EC6B6D;
    font-weight: 500;
    margin-right: 10px;
    font-size: 18px;
}
.s_a_s_p_p_i_m_currentprice span:nth-child(1){
    margin-right: 2px;
}
.s_a_s_p_p_i_m_currentprice span:nth-child(2){
    font-size: 18px;
}
.s_a_s_p_p_i_message_reviseqty{
    display: flex;
    font-size: 14px;
    align-items: flex-end;
}
.s_a_s_p_p_i_message_reviseqty span:nth-child(1){
    display: inline-block;
    cursor:pointer;
    background-color: #FAFAF9;
    width: 30px;
    height: 30px;
    border: 1px solid #D6D3D1;
    text-align: center;
    line-height: 30px;
    color: #A8A29E;
    box-sizing: border-box;
}
.s_a_s_p_p_i_message_reviseqty span:nth-child(2){
    display: inline-block;
    text-align:center;
    width: 50px;
    height: 30px;
    border: 1px solid #D6D3D1;
    padding: 0;
    line-height: 30px;
    color: #A8A29E;
    box-sizing: border-box;
}
.s_a_s_p_p_i_message_reviseqty span:nth-child(3){
    display: inline-block;
    cursor:pointer;
    background-color: #FAFAF9;
    width: 30px;
    height: 30px;
    border: 1px solid #D6D3D1;
    text-align: center;
    line-height: 30px;
    color: #A8A29E;
    box-sizing: border-box;
    margin-right: 20px;
}
.s_a_s_p_p_i_message_reviseqty span:nth-child(4){
    text-decoration: underline;
    cursor: pointer;
}
.s_a_s_p_p_i_m_reduceprice{
    color: #EC6B6D;
    border: 1px solid #EC6B6D;
    padding: 0 2px;
    box-sizing: border-box;
    zoom: 0.8;
}
.s_a_s_purchase_total{
    padding:20px 20px 10px 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-color: #ffffff;
}
.s_a_s_p_total_title{
    font-size: 18px;
    font-weight: 500;
    color: #0A0A0A;
}
.s_a_s_p_total_price{
    color: #EC6B6D;
    font-size: 16px;
    font-weight: 500;
}
.s_a_s_p_total_price span:nth-child(1){
    margin-right: 2px;
}
.s_a_s_p_total_price span:nth-child(2){
    font-size: 26px;
}
.s_a_s_purchase_shipping{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;  
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 14px;
    color: #A3A3A3;
}
.s_a_s_purchase_checkout_padding{
    display: flex;
    padding: 20px 20px;
    box-sizing: border-box;
    justify-content: space-between;
}
.s_a_s_purchase_viewcart{
    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;
}
.s_a_s_purchase_viewcart svg{
    margin-right: 4px;
}
.s_a_s_purchase_checkout{
    background-color: #0C0A09;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62%;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
.empty_cart_icon{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.s_a_s_p_total_price_compose{
    width: 100%;
    font-size: 12px;
    height: auto;
}
.s_a_s_p_t_p_compose_close{
    height: 0px;
    overflow: hidden;
}
.s_a_s_p_t_p_compose_itemsubtotal,
.s_a_s_p_t_p_compose_discount,
.s_a_s_p_t_p_compose_coupon{
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    color: #57534e;
}

.s_a_s_p_p_i_message_coupontext{
    display: block;
    font-size: 12px;
    border-radius: 2px;
    border: 1px solid #42cd54;
    padding: 2px 10px 2px 10px;
    color: #42cd54;
    zoom: 0.9;
    margin-left: 8px;
    margin-top: 6px;
    max-width: fit-content;
}
.s_a_s_p_t_price_save_value{
    color: #71522a;
    font-size: 12px;
    margin-left: 2px;
}
.s_a_s_p_t_price_save_compose{
    cursor: pointer;
    font-weight: 500;
}
.s_a_s_p_total_price span:nth-child(2){
    font-size: unset;
}
.s_a_s_purchase_position{
    display: none;
}
.s_a_s_purchase_position_active{
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width:500px;
    box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, .08);
}
/* 空购物车样式 */
.s_a_s_p_t_p_empty_cart{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10%;
    color: #525252;
}
.s_a_s_p_t_p_empty_cart .s_a_s_p_t_p_e_cart_title{
    font-size: 22px;
    margin: 20px 0;
}
.s_a_s_p_t_p_empty_cart .s_a_s_p_t_p_e_cart_text1{
    margin: 20px 0 10px 0;
}
.s_a_s_p_t_p_empty_cart .s_a_s_p_t_p_e_cart_text2{

}
.s_a_s_p_t_p_empty_cart .s_a_s_p_t_p_e_cart_link{
    background-color: #b24739;
    color: #ffffff;
    padding: 10px;
    margin: 20px 0;
    border-radius: 7px;
    text-decoration: underline;
    font-size: 14px;
}
@media screen and (max-width: 768px) {
    .spicycat_atunushome_successful_purchase .s_a_s_purchase_top{
        padding: 10px 20px;
    }
    .spicycat_atunushome_successful_purchase{
        width: 100%;
    }
    .s_a_s_p_p_i_message_titel{
        font-size: 14px;
    }
}
/* 购物车弹窗] -------------------- */
/* 顶部活动横幅[ */
.a_ah_promotionalbanner {
    height: 40px;
    background-color: #173A77;
    display: flex;
    align-items: center;
    justify-content: center;
}
.a_ah_promotionalbanner a {
    color: #ffffff;
    font-weight: 500;
    text-decoration: unset;
    font-size: 14px;
}
.a_ah_pb_countdown {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-left: 10px;
}
.a_ah_pb_countdown .a_ah_pb_box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    background-color: #F1A624;
    font-size: 12px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    color: #FFFFFF;
}
.a_ah_pb_countdown .a_ah_pb_label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #FFFFFF;
}
.a_ah_promotionalbanner a:hover{
    color: #ffffff;
}
@media screen and (max-width: 768px) {
    .a_ah_promotionalbanner{
        padding: 0 10px;
    }
    .a_ah_pb_countdown{
        zoom: 0.8;
    }
    .a_ah_promotionalbanner a{
        font-size: 12px;
    }
}
.PC_spicycat_supermenu_header_li:nth-child(4) .PC_spicycat_supermenu_header_a{
    color: rgba(236, 107, 109, 1);
}
/* 顶部活动横幅 ] */
/* 手机菜单样式 [ */
.s_ah_header_icon {
    width: 24px;
    height: 24px;
    fill: #525252;
}
.spicycat_atunushome_header_menu_ph{
    display: none;
}
.PH_spicycat_supermenu_open{
    display: flex;
    align-items: center;
}
body.PH_no_scroll {
    overflow: hidden;
}
.PH_spicycat_supermenu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100vw;
    max-height: 100vh;
    height: 100%;
    background-color: #fff;
    transition: left 0.3s ease;
    z-index: 1000;
}
.PH_spicycat_supermenu.PH_open {
    left: 0;
}
.PH_spicycat_supermenu_header{
    height: 56px;
    width: 100vw;
    background-color: #ffffff;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-around;
    box-shadow: 0 0 20px -4px rgba(34, 34, 34, .1);
    z-index: 1;
}
.PH_spicycat_supermenu_content {
    padding: 10px;
    padding-top: 56px;
    box-sizing: border-box;
    height: 100%;
}
.PH_spicycat_supermenu_header_close{
        display: flex;
        height: inherit;
        align-items: center;
}
.PH_spicycat_supermenu_content_flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 16px;
    height: 100%;
    padding-left: 10px;
    padding-top: 56px;
    box-sizing: border-box;
}
.PH_spicycat_supermenu_content_left{
    width: 25%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    border-right: 1px solid #262626;
}
.PH_spicycat_supermenu_content_left_ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.PH_spicycat_supermenu_content_left_ul li{
    border-right: 10px solid #ffffff;
    border-top: 10px solid #ffffff;
    border-bottom: 10px solid #ffffff;
}
.PH_spicycat_supermenu_content_left_ul li span{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
        font-size: 14px;
}
.PH_spicycat_supermenu_content_left_ul li a{
    text-decoration: unset;
    display: inline-block;
    color: inherit;
    width: 100%;
    font-size: 14px;
}
.PH_is_selected {
    color: #262626;
    font-weight: bold;
    position: relative;
}
.PH_is_selected::after{
    content: "";
    display: block;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 100%;
    background-color: #262626;
}

.PH_spicycat_supermenu_content_right{
    width: 75%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.PH_spicycat_supermenu_content_right a{
    color: #000;
    text-decoration: unset;
    border-bottom: 1px solid #262626;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    box-sizing: border-box;
    align-items: center;
}
.PH_spicycat_supermenu_content_right .PH_first_level_link{
    color: #262626;
    font-size: 14px;
}
.PH_spicycat_supermenu_content_right a div{
    width: 60%;
}
.PH_spicycat_supermenu_content_right a p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: fit-content;
    width: 70%;
    margin: 0;
    font-size: 14px;
}
.PH_spicycat_supermenu_content_right a img{
    width: 100px;
    height: 64px;
    object-fit: cover;
    margin-left: 10px;
}
.PH_spicycat_supermenu_content_right_a_second{
    display: flex;
    align-items: center;
}
.PH_spicycat_supermenu_content_right .PH_is_retract img{
    width: 100px;
    height: 54px;
    object-fit: cover;
    margin-left: 10px;
}
.PH_spicycat_supermenu_content_left::-webkit-scrollbar,
.PH_spicycat_supermenu_content_right::-webkit-scrollbar {
    display: none; 
}
.PH_spicycat_supermenu_content_left.PH_show-scrollbar,
.PH_spicycat_supermenu_content_right.PH_show-scrollbar {
    scrollbar-width: thin;
}
.PH_spicycat_supermenu_content_left.PH_show-scrollbar::-webkit-scrollbar,
.PH_spicycat_supermenu_content_right.PH_show-scrollbar::-webkit-scrollbar {
    display: block;
    width: 4px;
}
.PH_spicycat_supermenu_content_left::-webkit-scrollbar-thumb,
.PH_spicycat_supermenu_content_right::-webkit-scrollbar-thumb {
    background: #adadad;
    border-radius: 4px;
}
/* 手机菜单样式 ] */
/* 电脑菜单样式 [ */          
.PC_spicycat_supermenu{
    display: flex;
    flex-direction: column;
}
.PC_spicycat_supermenu .PC_spicycat_supermenu_header_ul{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    padding: 0;
    margin: 0;
}
.PC_spicycat_supermenu_header_ul .PC_spicycat_supermenu_header_li{
    list-style: none;
    padding: 0 40px;
    height: 60px;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #262626, #262626) no-repeat bottom;
    background-size: 0% 2px;
    transition: background-size 0.3s;
}
.PC_spicycat_supermenu_header_ul .PC_spicycat_supermenu_header_li:hover{
    background-size: 100% 2px;
}
.PC_spicycat_supermenu_header_li .PC_spicycat_supermenu_header_a{
    text-decoration: none;
    color: #262626;
    height: 100%;
    display: flex;
    align-items: center;
    font-weight: 500;
}
.PC_spicycat_supermenu .PC_spicycat_supermenu_content{
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    transition: opacity 0.5s ease;
    position: absolute;
    top: 60px;
    left: 0;
    display: flex;
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.1);
}
.PC_spicycat_supermenu_content .PC_spicycat_supermenu_content_maxwidth{
    width: 100%;
    padding: 0 60px;
    box-sizing: border-box;
    max-width: 1700px;
}
@media screen and (max-width: 1340px) {
    .PC_spicycat_supermenu_header_ul .PC_spicycat_supermenu_header_li{
        padding: 0 12px;
    }
}
@media screen and (max-width: 1200px) {
    .PC_spicycat_supermenu_header_ul .PC_spicycat_supermenu_header_li{
        padding: 0 10px;
    }
}
@media screen and (max-width: 1040px) {
    .PC_spicycat_supermenu_header_ul .PC_spicycat_supermenu_header_li{
        padding: 0 8px;
    }
}
/* 电脑菜单样式 ] */   
/* 手机PC公共样式 [ */
.atunushome{
    position: sticky;
    top: 0px;
    z-index: 2025;
}
.spicycat_atunushome_header_menu_box{
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 0 60px;
    box-sizing: border-box;
}
.spicycat_atunushome_header_menu{
    margin: 0 auto;
    display: flex;
    width: 100%;
    max-width: 1700px;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
}
.spicycat_atunushome_header_menu .s_a_h_menu_logo{
    width: 160px;
    height: 40px;
}
.s_a_h_menu_logo img{
    width: 100%;
}
.spicycat_atunushome_header_menu .s_a_h_menu_icon{
    display: flex;
}
.s_a_h_menu_icon .s_a_h_m_icon_search{
    margin-left: 20px;
    display: flex;
    align-items: center;
}
.s_a_h_menu_icon .s_a_h_m_icon_account{
    margin-left: 20px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.s_a_h_m_icon_a_dropdown_list{
    position: absolute;
    top: 40px;
    background-color: #ffffff;
    box-sizing: border-box;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    transition: all 0.5s;
    opacity: 0;
    overflow: hidden;
    height: 0px;
}
.s_a_h_m_icon_account:hover .s_a_h_m_icon_a_dropdown_list{
    opacity: 1;
    height: 100px;
    box-shadow: -1px 6px 8px rgba(0, 0, 0, 0.05);
}
.s_a_h_m_icon_a_dropdown_list a{
    color: #262626;
    text-decoration: none;
    white-space: nowrap;
    font-size: 14px;
    margin-top: 10px;
    background-size: 0% 2px;
    transition: background-size 0.5s;
    margin: 10px 30px;
}
.s_a_h_m_icon_a_dropdown_list a:hover{
    background: linear-gradient(90deg, #262626, #cdd1d1) no-repeat left bottom;
    background-size: 100% 2px;
}
.s_a_h_menu_icon .s_a_h_m_icon_cart{
    margin-left: 20px;
    display: flex;
    align-items: center;
    position: relative;
    width: fit-content;
    cursor: pointer;
}
.s_a_h_m_i_cart_amount{
    font-size: 12px;
    background-color: #b24739;
    color: #ffffff;
    border-radius: 50px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    top: -4px;
    right: -6px;
    display: none;
}
.s_a_h_menu_icon_ph .s_a_h_m_icon_search{
    display: none;
}
@media screen and (max-width: 768px) {
    .spicycat_atunushome_header_menu_box{
        padding: 0 10px;
    }
    .spicycat_atunushome_header_menu .s_a_h_menu_logo{
        zoom: 0.8;
    }
    .spicycat_atunushome_header_menu{
        padding: 10px 10px;
    }
    .s_a_h_menu_icon .s_a_h_m_icon_search{
        margin-left: 10px;
    }
    .s_a_h_menu_icon .s_a_h_m_icon_account{
        margin-left: 10px;
    }
    .s_a_h_menu_icon .s_a_h_m_icon_cart{
        margin-left: 10px;
    }
    .PC_spicycat_supermenu{
        display: none;
    }
    .spicycat_atunushome_header_menu_ph{
        display: flex;
    }
    .s_a_h_menu_icon_ph .s_a_h_m_icon_search{
        display: flex;
    }
    .s_a_h_menu_icon_pc .s_a_h_m_icon_search{
        display: none;
    }
}
/* 手机PC公共样式 ] */
        /* s_ah_sofasmenu [ */
.s_ah_sofasmenu{
    display: flex;
    justify-content: space-between;
}
.s_ah_sofasmenu_content_link{
    display: flex;
    flex-direction: column;
    width: 16%;
}
.s_ah_sofasmenu_content_link>div{
    font-size: 16px;
    color: #A3A3A3;
    margin-bottom: 20px;
    font-weight: 500;
}
.s_ah_sofasmenu_content_link a{
    color: #525252;
    margin-bottom: 6%;
    text-decoration: none;
    font-size: 16px;
    background-size: 0% 2px;
    transition: background-size 0.5s;
    padding: 0 2px;
    max-width: max-content;
    font-weight: 500;
}
.s_ah_sofasmenu_content_link a:hover{
    background: linear-gradient(90deg, #262626, #cdd1d1) no-repeat left bottom;
    background-size: 100% 2px;
}
.s_ah_sofasmenu_content_image{
    display: flex;
    justify-content: space-between;
    width: 68%;
}
.s_ah_sofasmenu_content_image>a{
    display: inline-block;
    text-decoration: none;
    width: 32.3%;
    
}
.s_m_c_i_link_img{
    width: 100%;
    overflow: hidden;
    margin-bottom: 8px;
}
.s_m_c_i_link_img img{
    width: 100%;
    object-fit: contain;
    transition: 0.3s;
    /* height: 220px !important; */
}
.s_ah_sofasmenu_content_image>a:hover .s_m_c_i_link_img img{
    transform: scale(1.05);
}
.s_ah_sofasmenu_content_image>a span{
    font-size: 14px;
    color: #0C0A09;
    font-weight: bold;
}
/* s_ah_sofasmenu ] */
/* s_ah_aboutmenu [ */
.s_ah_aboutmenu_content_link{
    display: flex;
    justify-content: center;
}
.s_ah_aboutmenu_content_link a{
    color: #262626;
    margin-bottom: 16px;
    text-decoration: none;
    font-size: 20px;
    border-bottom: 1px dashed rgba(38, 38, 38, 0);
    transition: all 0.3s ease-out;
    width: max-content;
    padding: 0 2px;
    margin: 0 20px;
}
.s_ah_aboutmenu_content_link a:hover{
    border-bottom: 1px dashed #262626;
}
/* s_ah_aboutmenu ] */