* {
    -webkit-appearance: none;
}

.product_card_block > .mfo_card {
    width: 254px;
}

.mfo_card {
    position: relative;
    /* width: 100%; */
    /*min-width: 254px;*/
    min-width: 228px;
    background-color: white;
    border: 1px solid #D2D2D2;
    border-radius: var(--roundCornerSmall);
    box-sizing: content-box;
    display: flex;
    flex-direction: column;  
    max-width: 100%;
}
.mfo_card:hover{
    cursor: pointer;
}
.mfo_card:hover::after, .mfo_card:active::after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 100;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 3px solid #CE2874;
    border-radius:  var(--roundCornerSmall);
    cursor: pointer;
}
.mfo_card.mfo_card_product{
    min-width: 220px;
}
/* 倒數 start */
.mfo_card > .reciprocal_block {
    width: 100%;
    /*padding: 12px 16px;*/
    padding:8px 5px;
    box-sizing: border-box;
    border-radius: 7px 7px 0 0;
    background-color: var( --colorOrange);
    display: flex;
    align-items: center;
    justify-content: center;
    /*gap: 5px;*/
    gap: 4px;
}
.mfo_card > .reciprocal_block > p:first-child {
    /*margin-right: auto;*/
}
.mfo_card > .reciprocal_block > p,
.mfo_card > .reciprocal_block > .timer {
    font-weight: 700;
    /*font-size: 22px;*/
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}
.mfo_card > .reciprocal_block > .timer {
    /*width: 40px;
    height: 40px;*/
    width: 35px;
    height: 35px;
    border: 1px solid white;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* 倒數 end */

.mfo_card > .imgWrapper {
    position: relative;
    width: 100%;
    height: 254px;
    border-radius: var(--roundCornerSmall)  var(--roundCornerSmall) 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid#D2D2D2;
}
.mfo_card_product.mfo_card > .imgWrapper {
    height: 200px;
    overflow: hidden;
}
/* 補貨中 start */
.mfo_card > .imgWrapper > .disabled_cover {
    position: absolute;
    /*
    top: 1px;
    left: 1px;
    width: calc(100% - 2px);
    height: 252px;
    */
    top: 0px;
    left: 0px;
    width:100%;
    height:100%;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 8px 8px 0 0;
    /*backdrop-filter: blur(2px);*/
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.mfo_card_product.mfo_card > .imgWrapper > .disabled_cover {
    /*height: 200px;*/
}
.mfo_card_product.mfo_card > .imgWrapper > .disabled_cover + img{
    filter: blur(2px);
}
.mfo_card > .imgWrapper > .disabled_cover img{
    max-width: 180px;
}
.mfo_card_product.mfo_card > .imgWrapper > .disabled_cover img{
    max-width: 100%;
}
.mfo_card > .imgWrapper > .disabled_cover > p {
    width: 176px;
    height: 172px;
    background: url('../assets/material/disabledCoverBg.svg') no-repeat 100%;
    font-weight: 700;
    font-size: 24px;
    color: white;
    display: grid;
    place-items: center;
}
.mfo_card > .imgWrapper > .disabled_cover.preparing p{
    font-size: 20px;
    text-align: center;
    line-height: 1.2;
}
/* 補貨中 end */

/* 24HR */
.mfo_card > .imgWrapper > .hrs {
    position: absolute;
    top: 0;
    left: 0;
    /*z-index: 6;*/
    z-index: 99;
    width: 72px;
    height: 66px;
    background-image: url('../assets/material/24HR.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
}
/* 75% */
.mfo_card > .imgWrapper > .percent {
    position: absolute;
    top: 0;
    left: 0;
     /*z-index: 6;*/
     z-index: 99;
    width: 72px;
    height: 72px;
    background-image: url('../assets/material/75percent.png');
    background-repeat: no-repeat;
    background-size: 100%;
}
.mfo_card > .imgWrapper > .percent.onsale{
    background-image: url('../assets/material/percent_red.png');
}
.mfo_card > .imgWrapper > .percent.onsale span{
    display: inline-block;
    color: #fff;
    font-size: 17px;
    transform: rotate(-45deg);
    position: absolute;  
    width: 100%;
    height: 30px;
    left: -7px;
    top: 15px;
    font-weight: 500;
    text-align: center;
}
/** %**/
.mfo_card > .imgWrapper > .percent.percent_tag{
    background-image: url('../assets/material/percent_red.png');
}
.mfo_card > .imgWrapper > .percent.percent_tag span{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    transform: rotate(315deg);
    position: absolute;
    left: 8px;
    top: 18px;
    text-align: center;
}
/* 照常出貨 */
.mfo_card > .imgWrapper > .normal_ship {
    position: absolute;
    top: 0;
    left: 0;
     /*z-index: 6;*/
     z-index: 99;
    width: 72px;
    height: 72px;
    background-image: url('../assets/material/normal_ship.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
}
.mfo_card > .imgWrapper > .tag_second_hand{
    position: absolute;
    right: 0;
    bottom: 0;
}
.mfo_card > .imgWrapper > .tag_second_hand img{
    /*width: 100px;*/
    width: 74.6px;
}
/* heart */
.mfo_card .heart {
    position: absolute;
    bottom: 12px;
    right: 12px;
    z-index: 110;
    width: 28px;
    height: 28px;
    background-image: url('../assets/material/mdi_heart.svg');
    cursor: pointer;
}
.mfo_card_product.mfo_card .heart{
    right: 5px;
    bottom: 12px;
    width: 24px;
    height: 24px;
    background-size: 24px;
}
.mfo_card .heart.checked {
    background-image: url('../assets/material/mdi_heart-1.svg');
}
.mfo_card > .imgWrapper > img {
    /*width: 80%;*/
    width: 90%;
    max-height: 90%;
    object-fit: contain;
}
.mfo_card_product.mfo_card > .imgWrapper > img {
    width: 100%;
    max-height: 100%;
}
.mfo_card > .imgWrapper > .fix_24{
    position: absolute;
    width: 72px;
    left: 0;
    top: 0;
    border-radius: 0;
}
.mfo_card > .imgWrapper > .full_img {
    width: 100%;
}

/* tag */
.mfo_card > .tag {
    position: absolute;
    left: 0;
    top: 254px;
    width: 100%;
    height: 24px;
    padding: 2px 8px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2D2D6C;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    margin-top: -1px;
}
.mfo_card_product.mfo_card > .tag {
    top: 200px;
    z-index: 10;
}
.mfo_card > .tag > p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font: inherit;
}

/* content */
.mfo_card_content {
    width: 100%;
    min-height: 213px;
    /*padding: 40px 26px 16px 26px;*/
    padding: 15px 20px 15px 20px;
    padding-top: 30px;
    box-sizing: border-box;
    background-color: white;
    border-radius: 0 0 8px 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 4px;
}
.mfo_card_product .mfo_card_content{
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
}
/* 加購商品 沒有藍色的tag*/
#additionalBlock .mfo_card_content {
    padding-top: 15px;
}
.mfo_gift_card .mfo_card_content {
    min-height: 153px;
}
.mfo_card .tag + .mfo_card_content{
    padding-top: 30px;
}
/* 大小標 start */
.mfo_card_content > .product_info {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    margin-left: 0;
    display: block;
}
.mfo_card_content > .product_info > h3,.mfo_card_content > .product_info > .h3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: #868686;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 4px;
    min-height: 20px; 
    -webkit-line-clamp: 1;   
}
.mfo_card_content > .product_info > h2,.mfo_card_content > .product_info > .h2 {
    height: 46px;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #1B1B1B;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow:hidden;
    -webkit-box-orient: vertical;
    margin-top: 24px;
    /*word-break: break-all;*/
    word-break: initial;
}
.mfo_card_product .mfo_card_content{
    /*min-height: 150px;*/
    min-height: 156px;
}
.mfo_card_project_price .mfo_card_content{
    min-height: 195px;
}
.mfo_card_project_price .mfo_card_content > .product_info{
    min-height: 70px;
}
.mfo_card_product .mfo_card_content > .product_info > h2,.mfo_card_product .mfo_card_content > .product_info > .h2 {
    margin-top: 0;
    font-size: 16px;
}
.mfo_card_content .product_info > h3 + h2,.mfo_card_content .product_info > h3 + .h2,.mfo_card_content .product_info > .h3 + .h2{
    margin-top: 0;
}  
.mfo_card_project_price .mfo_card_content > .product_info > h2,.mfo_card_project_price .mfo_card_content > .product_info > .h2{
    margin-top: 24px;
}
.mfo_card_project_price .mfo_card_content > .product_info >  h3 + h2,.mfo_card_project_price .mfo_card_content > .product_info >  h3 + .h2,.mfo_card_project_price .mfo_card_content > .product_info >  .h3 + .h2{
    margin-top: 0px;
}  
/* 大小標 end */

/* 優惠group start */
.mfo_card_content > .sale_group {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
}
.mfo_card.mfo_card_product .mfo_card_content > .sale_group {
    gap: 10px;
    min-height: 20px;
}
.mfo_card_content > .sale_group > .sale-item {
    width: auto;
    display: flex;
    align-items: center;
    gap: 8px;
}
.mfo_card_content > .sale_group > .sale-item > img {
    width: 16px;
    height: 16px;
}
.mfo_card_content > .sale_group > .sale-item > p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
}
.mfo_card_content > .sale_group > .sale-item.green p {
    color: var(--colorGreen);
    filter: brightness(100%);
}
.mfo_card_content > .sale_group > .sale-item.pink p {
    color: var(--colorPurple);
}
/* 優惠group end */
.mfo_card.mfo_card_product .mfo_card_content > .sale_group + .price_info{

}
.internet_discount_price{
    margin: -2px 0 -10px 0;
    min-height: 19px;
}
.internet_discount_price span{
    display: inline-block;
    border: 1px solid var(--colorOrange);
    font-size: 10px;
    color: var(--colorOrange);
    padding: 2px;

}
.internet_discount_price.detail_discount_price{
    margin: 0 0 -2px 10px;
}
.internet_discount_price.detail_discount_price span{
    font-size: 14px;
}
.mfo_card_content > .price_info {
    margin-top: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.mfo_card_content > .price_info s {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: #868686;
    min-height: 20px;
}
.mfo_card_content > .price_info p {
    margin-top: 4px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #1B1B1B;
}
.mfo_card_content > .price_info .add_on_price{
    display: flex;
}
.mfo_card_product .mfo_card_content > .price_info .add_on_price{
    width: 100%;
    /*justify-content: space-between;*/
    align-items: center;
}
.mfo_card_product .mfo_card_content > .price_info .add_on_price s{
    margin-left: 5px;
}
.mfo_card_content > .price_info .add_on_price strong{
    margin-left: 10px;
}
.mfo_card_product .mfo_card_content > .price_info .add_on_price strong{
    margin-left: 0;
}
.mfo_card_content > .price_info strong {
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    color: #F73603;
}
.mfo_card_product .mfo_card_content > .price_info strong{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 20px;
}
.mfo_card_product .mfo_card_content > .price_info strong s{
   margin-left: 3px;
   font-size: 13px;
   margin-top: 3px;
}
.mfo_card_product .mfo_card_content > .price_info .bind strong{
    display: inline-block;
}
.mfo_card_content > .price_info .bind {
    font-weight: 400;
    font-size: 22px;
    line-height: 35px;   
}
.mfo_card_product .mfo_card_content > .price_info .bind {
    font-size: 20px;
    display: flex;
    align-items: center;
}
.mfo_card_product .mfo_card_content > .price_info .bind s{
    margin-left: 3px;
    font-size: 13px;
    margin-top: 2px;
}
.mfo_card_project_price  .mfo_card_content .product_info+.price_info{
    margin-top: 20px;
}
.mfo_card_content > .price_info .special{
    font-size: 18px;
    font-weight: 400;
}
.mfo_card_content > .price_info > span {
    font-weight: 400;
    font-size: 24px;
    line-height: 35px;
    color: #1B1B1B;
}
.mfo_card_content > .footer {
    position: relative;
    z-index: 11;
}
.mfo_card_content > .footer > .mfo_button {
    width: 100%;
    margin: 0;
}
.mfo_card_content > .stock_info {
    width: 100%;
    background-color: #FDF1EA;
    border-radius: 17px;
    font-weight: 500;
    /*font-size: 21px;*/
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: #868686;
    text-align: center;
}

.tag_discount{
    /*background-color: var(--colorGreen);   */
    padding: 0px 2px 0px 10px;
    min-height: 29px;
    display: inline-block;
    line-height: 29px;
    font-size: 16px;
    background-image: url(../assets/icons/icon_discount_green.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right top;
    padding-right: 18px;
    z-index: 99;
}
.tag_discount:after{
    /*
    content:'' ;
    position: absolute;
    right: -12px;
    bottom: 0px;
    width: 12px;
    height: 29px;
    background-image: url(../assets/icons/icon_discount_green.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    */
}
.mfo_card .tag_discount{
    position: absolute;
    left: 0;
    bottom: 0;
}
.tag_discount b{
    color: #fff;
}
.tag_web_store_purple{
    font-size: 14px;    
    color: #fff;
    border-radius: 3px 0px 0px 3px;
    min-height: 26px;
    display: inline-block;
    line-height: 26px;
    padding: 0 6px;
    min-width: 96px;
    text-align: center;
    background-color: var(--colorPurple);
}
.tag_web_store_orange{
    font-size: 14px;    
    color: #fff;
    border-radius: 3px 0px 0px 3px;
    min-height: 26px;
    display: inline-block;
    line-height: 26px;
    padding: 0 6px;
    min-width: 96px;
    text-align: center;
    background: rgba(255,186,13,1);
    background: -moz-linear-gradient(top, rgba(255,186,13,1) 0%, rgba(255,103,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,186,13,1)), color-stop(100%, rgba(255,103,0,1)));
    background: -webkit-linear-gradient(top, rgba(255,186,13,1) 0%, rgba(255,103,0,1) 100%);
    background: -o-linear-gradient(top, rgba(255,186,13,1) 0%, rgba(255,103,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,186,13,1) 0%, rgba(255,103,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,186,13,1) 0%, rgba(255,103,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffba0d', endColorstr='#ff6700', GradientType=0 );
}
.tag_bottom_right_side{
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    z-index: 99;
}
.tag_bottom_right_side img{
    width: 80px;
}
.mfo_card .tag_web_store_purple{
    position: absolute;
    right: 0;
    top: 10px;
}
.gallery_wrapper .tag_web_store_purple{
    position: absolute;
    right: 0;
    top: 10px;
}
.mfo_card .tag_web_store_orange{
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 99;
}
.gallery_wrapper .tag_web_store_orange{
    position: absolute;
    right: 0;
    top: 10px;
}

.pages1_product_list {
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    height: fit-content;
    padding: 48px 60px 60px 60px;
    box-sizing: border-box;
}
.pages1_product_list .swiper-container {
    overflow: hidden;
    /*margin: 0 10px;*/
}
.pages1_product_list .swiper-container .swiper-button-prev {
    left: 0;
}
.pages1_product_list .swiper-container .swiper-button-next {
    right: 0;
}
.pages1_product_list .swiper-container .mfo_card {
    width: calc(100% - 10px);
    margin: 5px auto;
    min-width: auto;
}

/* 限時搶購 start */
.pages2_limit_time {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px 40px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.pages2_limit_time .pageHeading {
    width: 100%;
    max-width: 1600px;
    padding: 0 90px;
    box-sizing: border-box;
    margin: 0 auto;
}

.pages2_limit_time .pageHeading>button {
    font-family: var(--fontFamily);
    width: 176px !important;
    height: 48px !important;
    margin: 0;
    margin-left: auto;
    transform: translate(10px, -20px);
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0;
    border: 2px solid var( --colorOrange);
    box-shadow: var(--boxshadow);
    border-radius: 30px;
}

.pages2_limit_time .pageHeading>button:hover {
    font-weight: bold;
    background-color: white;
    border: 2px solid var( --colorOrange);
    color: var( --colorOrange);
}


.pages2_limit_time_list{
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    height: fit-content;
    padding: 20px 60px 60px 60px;
    box-sizing: border-box;
}

.pages2_limit_time_list .swiper-container  .mfo_card {
    width: calc(100% - 10px);
    margin: 5px auto;
    min-width: auto;
}

.pages2_limit_time_list .swiper-container {
    margin: 0 10px;
    overflow: hidden;
}

.pages2_limit_time_list .swiper-container .swiper-wrapper {
    /* padding: 3px 0 40px; */
}

.pages2_limit_time_list .swiper-container .swiper-button-prev {
    left: 0;
}

.pages2_limit_time_list .swiper-container .swiper-button-next {
    right: 0;
}

.pages2_limit_time_list .swiper-container .swiper-wrapper .swiper-slide>.mfo_product>.mfo_product_block {
    width: 226px;
}

.pages2_limit_time_list .swiper-container .swiper-wrapper .swiper-slide>.mfo_product>.mfo_product_block>.mfo_product_card {
    margin: 0 auto;
}

.pages2_limit_time .swiper_with_navigation_pagination .swiper-pagination{
    position: absolute;
}

.pages1_products {
    width: 100%;
    /*padding: 52px 20px;*/
    padding: 50px 0;
    background-color: var(--colorPink);
    box-sizing: border-box;
    margin-top: 20px;
}
.pages1_products_tabsGroup {
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 0;
    padding: 0 20px;
    margin-bottom: -10px;
}
.pages1_products_tabsGroup .item {
    position: relative;
/*    width: auto;*/
    width: 16.66%;
    padding: 0 30px;
    text-align: center;
}
.pages1_products_tabsGroup .item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 1px;
    height: calc(100% - 11px - 5px);
    background-color: #868686;
}
.pages1_products_tabsGroup .item:last-child::after {
    content: none;
}
.pages1_products_tabsGroup .item h3 {
    position: relative;
    width: 128px;
    font-size: 32px;
    line-height: 47px;
    display: inline-block;
    padding-bottom: 10px;
    box-sizing: border-box;
    color: var( --colorOrange);
    cursor: pointer;
    transition: all 0.4s;  
    font-weight: 400;
}
.pages1_products_tabsGroup .item h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 5px;
    background-color: transparent;
    border-radius: 20px;
}
.pages1_products_tabsGroup .item.active h3 {
    color: #CE2874;
}
.pages1_products_tabsGroup .item.active h3::after {
    background-color: #CE2874;
}
.pages1_products_tabsGroup .item:hover h3 {
    color: #CE2874;
}
.pages1_products_tabsGroup .item:hover h3::after {
    background-color: #CE2874;
}
.pages1_product_list {
    position: relative;
    width: 100%;
    /*max-width: 1600px;*/
    max-width: 1200px;
    margin: 0 auto;
    height: fit-content;
    padding: 50px 80px 0px 80px;
    box-sizing: border-box;
}
.pages1_product_list .swiper-container {
    overflow: hidden;
    /*margin: 0 10px;*/
}
.pages1_product_list .swiper-container .swiper-button-prev {
    /*left: 0;*/
}
.pages1_product_list .swiper-container .swiper-button-next {
    /*right: 0;*/
}
.pages1_product_list .mfo_card {
    width: calc(100% - 10px);
    margin: 5px auto;
    min-width: auto;
}
.pages1_introduce {
    width: 100%;
    /*max-width: 1640px;
    margin: 48px auto;
    padding: 48px 0px;*/
    max-width: 1280px;

    box-sizing: border-box;
}
.pages1_introduce.add_fixed_margin{
    margin:30px 0 0 0;
    padding: 0;
}
.pages1_product_list .swiper-pagination{
    position: relative;
    height: 50px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.pages1_product_list .swiper-pagination.swiper-pagination-lock{
    margin-top: -50px;
    position: relative;
    display: block;

}
@media (max-width: 1440px) {
    .mfo_card_content > .sale_group {
        gap: 10px;
    }
    .pages2_limit_time{
        padding: 20px 4% 0 4%;
    }

    .pages1_products_tabsGroup {
        padding: 0 40px;
    }

    .pages1_products_tabsGroup .item h3 {
        font-size: 24px;
        line-height: 36px;
        width: 110px;
    }

    .pages1_products_tabsGroup .item h3::after {
        height: 3px;
    }
    .pages1_products{
        padding: 50px 30px;
    }    
    .pages1_introduce{
        /*padding: 48px 4%;*/
        /*
        padding: 0px 4%;
        margin: 30px 0;*/
    }
    .pages1_products {
        /*margin-top: 12px;*/
        /*margin-top: 10px;*/
    }
    .pages1_introduce.add_fixed_margin{
        margin: 30px 0;
    }
    .pages1_product_list{
        max-width: 1200px;
        padding: 50px 60px 0px 60px;
    }
}
@media (max-width: 1280px) {
    .pages1_products_tabsGroup .item {
        width: 16.66%;
        padding: 0 10px;
    } 

    .pages1_products_tabsGroup .item h3{
        width: auto;
    }
    .mfo_card_product .mfo_card_content > .sale_group > .sale-item > p{
        font-size: 13px;
    }
}
@media (max-width: 1023px) {
    .pages1_products_tabsGroup .item::after {
        height: calc(100% - 6px);
    }
}
@media (max-width:996px) {
    .pages1_products_tabsGroup .item {
        padding: 0 10px;
        margin: 5px 0;
    }   
    .pages1_products_tabsGroup .item h3 {
        font-size: 20px;
        line-height: 28px;
        padding-bottom: 5px;
    }
}
@media (max-width: 820px) {
    .mfo_card.mfo_card_product{
        min-width: 190px;
    }
}
@media (max-width: 768px) {
    .product_card_block > .mfo_card {
        -webkit-min-width: 152px;
        width: 152px;
    }
    .mfo_card {
        min-width: 152px;
        /*border-radius: 6px;*/
    }
    .mfo_card.mfo_card_product {
        min-width: 152px;
    }
    .mfo_card:hover::after, .mfo_card:active::after {
        border-radius: 6px;
    }
    .mfo_card > .reciprocal_block {
        padding: 8px;
        border-radius: 5px 5px 0 0;
        gap: 4px;
    }
    .mfo_card > .reciprocal_block > p, .mfo_card > .reciprocal_block > .timer {
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
    }
    .mfo_card > .reciprocal_block > .timer {
        width: 24px;
        height: 24px;
    }
    /* disable start */
    .mfo_card > .imgWrapper > .disabled_cover {
        /*top: 0;
        left: 0;
        width: 100%;
        height: 152px;*/
    }
    .mfo_card > .imgWrapper > .disabled_cover img{
        max-width: 94px;
    }
    .mfo_card > .imgWrapper > .disabled_cover > p {
        width: 152px;
        height: 152px;
        background: url('../assets/material/disabledCoverBgMobile.svg') no-repeat 13px;
        font-size: 12px;
        line-height: 15px;
    }
    .mfo_card > .imgWrapper > .disabled_cover.preparing p{
        font-size: 10px;
    }
    /* disable end */
    .mfo_card > .imgWrapper {
        height: 152px;
        position: relative;
    }
    .mfo_card > .imgWrapper > .hrs, .mfo_card > .imgWrapper > .percent, .mfo_card > .imgWrapper > .normal_ship {
        width: 48px;
        height: 48px;
        transform: translate(-0.5px, -0.5px);
    }
    .mfo_card > .imgWrapper > .percent.percent_tag span{     
        font-size: 13px; 
        position: absolute;
        left: 5px;
        top: 11px;
     
    }
    .mfo_card > .imgWrapper > .percent.onsale span{
        font-size: 12px; 
        left: -2px;
        top: 9px;
    }
    .mfo_card > .imgWrapper > img {
        width: 90%;
        border-radius: 5px 5px 0 0;
    }

    .mfo_card > .tag {
        top: 152px;
        width: 100%;
        height: 19px;
        padding: 1px 13px;
        font-size: 12px;
        line-height: 17px;
    }

    /* content start */
    .mfo_card_content {
        width: 100%;
        min-height: 154px;
        padding: 27px 12px 8px 12px;
        padding-top: 30px;
    }
    .mfo_card_product .mfo_card_content{
        /*min-height: 110px; */
        min-height: 116px;
    }    
    .mfo_gift_card .mfo_card_content {
        min-height: 124px;
    }
    .mfo_card_content > .product_info > h3,.mfo_card_content > .product_info > .h3 {
        font-size: 12px;
        line-height: 14px;
    }
    .mfo_card_content > .product_info > h2, .mfo_card_content > .product_info > .h2 {
        height: 36px;
        /*font-weight: 500;*/
        font-size: 14px;
        line-height: 18px;
        margin-top: 18px;
    }
    .mfo_card_product .mfo_card_content > .product_info > h2, .mfo_card_product .mfo_card_content > .product_info > .h2{
        font-size: 14px;
    }
    .mfo_card_content > .sale_group, .mfo_card_content > .sale_group > .sale-item {
        gap: 3px;
    }
    .mfo_card_content > .sale_group > .sale-item > img {
        width: 10px;
        height: 10px;
    }
    .mfo_card_content > .sale_group > .sale-item > p {
        font-weight: 500;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0;
    }

    .mfo_card_content > .price_info  s {
        font-size: 10px;
        line-height: 14px;
        min-height: 16px;
    }
    .mfo_card_product .mfo_card_content > .price_info strong s{
        font-size: 10px;
    }
    .mfo_card_content > .price_info  p {
        font-size: 12px;
        line-height: 17px;
    }
    .mfo_card_content > .price_info strong {
        font-size: 16px;
        line-height: 23px;
    }
    .mfo_card_product .mfo_card_content > .price_info strong{
        font-size: 16px;
    }
    .mfo_card_content > .price_info .bind {
        font-size: 16px;
        line-height: 23px;
    }
    .mfo_card_product .mfo_card_content > .price_info .bind{
        font-size: 16px;
    }
    .mfo_card_product .mfo_card_content > .price_info .bind s{
        font-size: 10px;
    }
    .mfo_card_content > .price_info  span {
        font-size: 16px;
        line-height: 23px;
    }
    .mfo_card_content > .footer {
        width: 100%;
    }
    .mfo_card_content > .footer > button {
        margin-top: 4px;
        width: 100%;
        height: 40px;
        font-size: 14px;
    }
    .mfo_card_content > .stock_info {
        font-size: 14px;
        line-height: 20px;
    }
    /* content end */

    /* 限時搶購 start */
    .pages2_limit_time .pageHeading .mfo_button {
        width: 130px !important;
        height: 36px !important;
    }

    .pages2_limit_time .pageHeading {
        padding: 0 4%;
    }

    .pages2_limit_time_list{
        padding: 10px 0px 60px 0px;
    }

    .pages2_limit_time .swiper-container .swiper-button-prev, 
    .pages2_limit_time .swiper-container .swiper-button-next {
        display: none;
    }
    .pages2_limit_time{
        margin-bottom: 20px;
    }
    /* 限時搶購 end */


    .pages1_products_tabsGroup {
        justify-content: flex-start;
    }
    .pages1_products_tabsGroup .item {
        width: 33.3%;
    }
    .pages1_products_tabsGroup .item:nth-child(3):after{
        background-color: transparent;
    }
    .pages1_products_tabsGroup {
        padding: 0 0px;
    }

    .pages1_product_list{
        padding: 40px 0px 0px 0px;
    }
    .pages1_product_list .swiper-container .swiper-button-prev,
    .pages1_product_list .swiper-container .swiper-button-next {
        display: none;
    } 
    .mfo_card .heart{
        bottom: 2px;
        right: 6px;
    }
    .mfo_card_product.mfo_card .heart{
        bottom: 8px;
    }
    .tag_discount{
        font-size: 14px;
    }
    .internet_discount_price{
        margin: -1px 0 -5px 0;
    }
}

@media (max-width: 767px) {

    /* 限時搶購 start */
    .pages2_limit_time{
        padding: 0px 4% 0 4%;
        margin: 20px auto 30px auto;
    }
    .pages2_limit_time .pageHeading .mfo_button {
        width: 90px !important;
        height: 28px !important;
    }
    .pages2_limit_time .pageHeading .mfo_button p {
        font-size: 14px;
    }
    .pages2_limit_time .pageHeading .mfo_button img {
        width: 14px;
    }
    .pages2_limit_time_list {
        padding: 0px 0px 30px 0px;
    }
    .pages2_limit_time_list .swiper-container {
        padding-bottom: 8px;
        margin: 0;
    }    
    .internet_discount_price.detail_discount_price{
        margin-bottom: 0px;
    }
    .internet_discount_price.detail_discount_price span{
        font-size: 10px;
    }
}

@media (max-width: 640px) {
    .pages2_limit_time .pageHeading .mfo_button {
        width: 70px !important;
        height: 23px !important;
        gap: 2px;
        border-width: 1px;
        transform: translate(10px, -15px);
        /* transform: translate(60px, -20px); */
    }
    .pages2_limit_time .pageHeading .mfo_button p {
        font-size: 10px;
    }
    .pages2_limit_time .pageHeading .mfo_button img {
        width: 10px;
    }

    .pages1_products {
        padding: 30px 15px;
        margin-top: 0px;
    }
    .pages1_products_tabsGroup {
        padding: 0 0px;
        gap: 4px 0;
    }   
    .pages1_products_tabsGroup .item h3 {
        width: 64px;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
    }    
    .pages1_products_tabsGroup .item::after {
        height: calc(100% - 2px);
    }
    .pages1_product_list {
        /*padding: 24px 0 48px 0;*/
        padding: 20px 0 0px 0;
    }

    .pages1_product_list.style2 {
        padding: 25px 0 30px 0;
    }
   
    .pages1_product_list .swiper-container {
        /*padding-bottom: 8px;*/
        margin: 0;
    }
    .pages1_product_list .product-card {
        width: calc(100% - 10px);
    }
    .pages1_product_list .swiper-pagination{
        height: 30px;
    }
    .pages1_product_list .swiper-pagination.swiper-pagination-lock{
        margin-top: -30px;
    }
    .tag_discount{
        font-size: 12px;
        min-height: 20px;
        line-height: 20px;
        padding-right: 12px;
    }
    .tag_discount:after{
        height: 20px;
    }   
    .tag_web_store_purple{
        font-size: 10px;
        min-height: 20px;
        line-height: 20px;
        min-width: 72px;
    }
    .tag_web_store_orange{
        font-size: 10px;
        min-height: 20px;
        line-height: 20px;
        min-width: 72px;
    }
    .tag_bottom_right_side img{
        width: 64px;
    }
    .mfo_card_content > .sale_group > .sale-item > p {       
        font-size: 10px;       
    }
    .mfo_card_product .mfo_card_content > .sale_group > .sale-item > p{
        font-size: 12px;
    }
    .mfo_card_product .mfo_card_content > .price_info .add_on_price s{
        line-height: 17px;
    }
    .mfo_card > .imgWrapper > .tag_second_hand img{
        width: 60px;
    }
    .limittime_block_swiper  .mfo_card > .imgWrapper > .tag_second_hand img{
        width: 62px;
    }    
}

@media (max-width: 520px) {
    .pages2_limit_time_list .swiper-container {
        margin: 0;
    }
    .mfo_card_product .mfo_card_content > .price_info strong{
        /*display: block;*/
    }
    .mfo_card_product .mfo_card_content{
        /*height: 120px;*/
        height: 130px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .mfo_card .tag + .mfo_card_content{
        padding-top: 25px;
    }
    .mfo_card_project_price .mfo_card_content{
        height: 155px;    
        gap: 2px;    
    }
    .mfo_card_project_price .mfo_card_content > .product_info{
        min-height: 60px;
    }
    .mfo_card_product .mfo_card_content > .price_info strong s{
        /*display: block;
        margin-left: 0;*/
        margin-top: 4px;
        margin-left: 2px;
    }
    .mfo_card_product .mfo_card_content > .price_info .bind{
        font-size: 14px;
    }
    .mfo_card_product .mfo_card_content > .price_info .bind s{
        margin-left: 2px;
        margin-top: 4px;
    }
    .mfo_card_product .mfo_card_content > .price_info{
        min-height:23px;
    }
    .mfo_card_project_price .mfo_card_content > .price_info{
        gap: 0;
    }
    .mfo_card_product.mfo_card > .imgWrapper{
        height: calc(100vw / 2 - 20px - 1px);
    }
    .mfo_card_product.mfo_card > .imgWrapper > .disabled_cover{
        height: 100%;
    }
    .mfo_card_product.mfo_card .heart{
        right: 5px;        
    }
    .mfo_card_product.mfo_card > .tag{
        top: calc(100vw / 2 - 20px - 1px);
    }
    .mfo_card_product .mfo_card_content > .price_info strong{
        font-size: 14px;
    }
    .additional_card .label_row{
        margin-left: 5px;
    }
    .card_gallery .card_gallery_head{
        margin-left: 5px;
    }
    .like_Block .internet_discount_price{
        margin-top: -6px;
    }
    .pages1_product_list.product_list_1 .internet_discount_price{
        margin-top: -6px;
    }
    .project_list_outer .mfo_card_list .internet_discount_price{
        margin-top: -8px;
    }
    .product_grid_container .internet_discount_price{
        margin-top: -8px;
    }
    .hot_swiper .product_grid_container .internet_discount_price{
        margin-top: -3px;
        min-height: 17px;
    }
    .product_swiper .product_grid_container .internet_discount_price{
        margin-top: -5px;
        min-height: 17px;
    }
}
@media (max-width: 450px) {
    .mfo_card_content > .footer > .mfo_button.plan{
        display: block;
    } 
}
@media (max-width: 420px) {
    /* 限時搶購 start */
    .pages2_limit_time .pageHeading .mfo_button {
        width: 90px !important;
        height: 26px !important;
    }
    .pages2_limit_time .pageHeading .mfo_button p {
        font-size: 14px;
    }
    .pages2_limit_time .pageHeading .mfo_button img {
        width: 10px;
    }
    .pages2_limit_time_list .swiper-container {
        margin: 0 -1vw;
    }
    /* 限時搶購 end */
    
}