.card_gallery.bdr_bot {
    border-bottom: none !important;
}
/* 限時搶購 start */
.card_gallery {
    
}
.card_gallery > .card_gallery_body > .card_container {
    /*overflow-x: auto !important;*/
    height: fit-content;
    /*padding: 20px 70px 60px 70px;*/
    padding: 20px 60px 60px 60px;
    position: relative;
}
.card_gallery > .card_gallery_body > .card_container > .product_card_box {
    height: 545px;
}
.card_gallery > .card_gallery_body > .card_container > .product_card_box > .mfo_product_card {
    height: 538px;
}
.card_gallery_body {
    margin: 0 auto;
    /*max-width: 1480px;*/
   
}
.card_gallery_body .swiper-container{
    overflow: hidden;
   /* padding: 0 5px;*/
}
.card_gallery .card_container .swiper-scrollbar {
    display: none;
}
.limittime_block_swiper .swiper-slide .mfo_card{
    margin: 4px;
    width: calc(100% - 8px);
    min-width:calc(100% - 8px);
}
.mfo_product_card-timing {
    width: 100%;
    padding: 12px 0;
    box-sizing: border-box;
    background-color: #FF6700;
    border: 1px solid #FF6700;
    border-radius: 8px 8px 0px 0px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}
.mfo_product_card-timing > .timer {
    position: relative;
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    border: 1px solid white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mfo_product_card-timing > .timer::after {
    position: absolute;
    right: -24px;
    top: 2px;
    content: "："
}
.mfo_product_card-timing > .timer:last-child:after {
    content: none
}
.percent {
  position: absolute;
  width: 71px;
  height: 68px;
  background-image: url('../../assets/material/75percent.png');
  background-size: 100%;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}
.remainNum {
    width: 90%;
    margin: 0 auto;
    background-color: #FDF1EA;
    border-radius: 17px;
    text-align: center;
    font-weight: 500;
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: #868686;
}
.limitTimeBtn {
    position: absolute;
    bottom: 0px;
    right: 70px;
    /*width: 140px !important;
    height: 40px !important;*/
    width: auto !important;
    height: auto !important;
    min-height: 32px;
    padding: 0 15px;
    margin: 0;
    z-index: 10;
}
.limitTimeBtn:hover{
    color: var(--colorOrange) !important;;
    background-color: #fff !important;
    box-shadow: var(--boxshadow);
    font-weight: 700;
}
.limitTimeBtn img {
    margin-right: 0 !important;
}
.limitTimePagination {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
    transform: translateY(-80px);
}
.limitTimePagination > .active {
    min-width: 37px;
    max-width: 37px;
    background-color: #FF6700;
    border-radius: 50px;
}
.limitTimePagination_dot {
    min-width: 15px;
    max-width: 15px;
    min-height: 15px;
    max-height: 15px;
    background-color: #D2D2D2;
    border-radius: 100%;
    transition: all 0.4s;
}
/* 限時搶購 end */



.shopPage {
    width: 100%;
    background-image: url('../../assets/material/bg1.svg'), url('../../assets/material/bg2.svg'), url('../../assets/material/bg3.svg'), url('../../assets/material/bg4.svg');
    background-repeat: no-repeat;
    background-size: 216px 1550px, 170px 1560px, 348px 773px, 194px 470px;
    background-position: right 73px, left 645px, right 4533px, left 4997px;
    position: relative;
    overflow-x: hidden;
}

.shopPage_banner {
    width: 100%;
}

.shopPage_tool {
    width: auto;
    max-width: 1300px;
    padding: 30px;
    box-sizing: border-box;
    margin: 48px auto;
    background-color: #FFFFFF;
    box-shadow: var(--boxshadow);
    border-radius: var(--roundCornerBig);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 80px;
}
.shopPage_tool-item {
    position: relative;
    width: 134px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.07em;
}
.shopPage_tool-item::after {
    content: "";
    position: absolute;
    top: 0;
    right: -40px;
    width: 1px;
    height: 100%;
    background-color: #D0D0D0;
}
.shopPage_tool-item:last-child:after {
    content: none;
}



/* 安心購 start */
.shopPage_peaceBuy {
    width: 100%;
    max-width: 1500px;
    margin: 20px auto 48px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.shopPage_peaceBuy-card {
    position: relative;
    width: 300px;
    height: 130px;
    padding:5px 15px 30px 15px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    border: 1px solid var(--colorMiddleOrange);
    border-radius: var(--roundCornerBig);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    overflow: hidden;
}
.shopPage_peaceBuy-card p {
    /*transform: translateY(20px);*/
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.07em;
    color: #1B1B1B;
}
.shopPage_peaceBuy-card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 25px;
    /*border-radius: 0 0 var(--roundCornerBig) var(--roundCornerBig);*/
    background-color: var(--colorMiddleOrange);
}
.shopPage_peaceBuy-card img{
    height: 60px;
}
.shopPage_peaceBuy-line {
    width: 50px;
    height: 8px;
    background-color: var(--colorLightYellow);
}
/* 安心購 end */


.mfo_product_card-timing {
    width: 100%;
    padding: 12px 0;
    box-sizing: border-box;
    background-color: #FF6700;
    border: 1px solid #FF6700;
    border-radius: 8px 8px 0px 0px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}
.mfo_product_card-timing > .timer {
    position: relative;
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    border: 1px solid white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mfo_product_card-timing > .timer::after {
    position: absolute;
    right: -24px;
    top: 2px;
    content: "："
}
.mfo_product_card-timing > .timer:last-child:after {
    content: none
}


@media (max-width: 1200px) {
    .shopPage_peaceBuy{
        display: block;       
    }
    .shopPage_peaceBuy-card{
        margin: 20px auto;
    }
    .shopPage_peaceBuy-line{
        display: none;
    }
}
@media (max-width: 820px) {
    .card_gallery .card_container .swiper-scrollbar {
        display: block;
    }
    .card_gallery .card_container .swiper-pagination{
        display: none;
    }
}
@media (max-width: 768px) {
    .card_gallery > .card_gallery_body > .card_container {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 30px;
    }
    .card_gallery > .card_gallery_body > .card_container .swiper-button-next{
        display: none;
    }
    .card_gallery > .card_gallery_body > .card_container .swiper-button-prev{
        display: none;
    }
    .limitTimeBtn{
        right: 0;
    }    

}
@media (max-width: 767px) {
    .shopPage_peaceBuy {
        flex-direction: column;
        gap: 20px;
    }
    .shopPage_peaceBuy .shopPage_peaceBuy-card {
        width: 220px;
        height: 80px;
        padding:15px 15px 25px 15px;
        align-items: center;
    }
    .shopPage_peaceBuy .shopPage_peaceBuy-card::after {
        height: 13px;
    }
    .shopPage_peaceBuy .shopPage_peaceBuy-card img {
        width: 35px;
    }
    .shopPage_peaceBuy .shopPage_peaceBuy-card p {
        font-size: 12px;
        line-height: 17px;
        transform: translateY(0);
    }
    .shopPage_peaceBuy .shopPage_peaceBuy-line {
        display: none;
    }
    /* 安心購 end */


    /* 限時搶購 start */
    #limitTimeBlock .product_card_box {
        width: 332px;
        height: 340px !important;
    }
    #limitTimeBlock .product_card_box .mfo_product_card {
        width: calc(100% - 4px);
        height: 330px !important;
    }
    #limitTimeBlock .product_card_box .mfo_product_card .mfo_product_card-timing {
        height: 40px;
        padding: 8px;
        font-size: 14px;
        gap: 8px;
    }
    #limitTimeBlock .product_card_box .mfo_product_card .mfo_product_card-timing .timer {
        min-width: 24px;
        max-width: 24px;
        min-height: 24px;
        max-height: 24px;
    }
    #limitTimeBlock .product_card_box .mfo_product_card .mfo_product_card-timing .timer::after {
        right: -12px;
        top: -6px;
    }
    #limitTimeBlock .mfo_product_card .content_wrapper {
        height: calc(100% - 215px);
    }
    #limitTimeBlock .mfo_product_card a .img_wrapper .img_box img {
        height: 148px !important;
    }
    .limitTimeBtn {
        width: 90px !important;
        height: 26px !important;
        font-size: 12px !important;
        right: 0;
        bottom: -36px;
        min-width: 90px !important;
    }
    .limitTimeBtn img{
        width: 10px;
    }
    .card_gallery > .card_gallery_body > .card_container{
            
        padding-top: 50px;
    }
}
@media (max-width: 640px) {
    .limitTimeBtn{
        min-height: 26px;
    }
}