#productDetailPage {
  /*
    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: 169px 348px, 313px 677px, 348px 773px, 194px 470px;
    background-position: right 73px, left 645px, right 4533px, left 4997px;
    position: relative;
    overflow-x: hidden;*/
  position: relative;
}

.page_padding {
  /*padding: 40px 5% 130px;*/
}

.gallery-top {
  height: 30vh;
  width: 60%;
  overflow: hidden;
  padding-top: 60px;
}

.gallery-top>.swiper-wrapper>.swiper-slide {
  background-size: cover;
  background-position: center;
}

.gallery-thumbs {
  height: 5vh;
  box-sizing: border-box;
  padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
  height: 50vh;
  opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.pink_bg {
  position: relative;
}

.btn_active {
  color: white !important;
  background-color: var(--colorOrange) !important;
  border: 1px solid var(--colorOrange) !important;
}

.pink_bg::before {
  content: ' ';
  position: absolute;
  width: 150vw;
  height: 1834px;
  left: -25vw;
  right: -25vw;
  top: 130px;
  background: var(--colorLightOrange);
  z-index: -1;
  /*transform: translateX(-5%);*/
}

.product_page_container {
  width: 100%;
  max-width: 1600px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 60px;
}

.gallery_wrapper {
  /*padding-top: 60px;*/
  width: 50%;
}

.mfo_product_information {
  /*width: 50%;*/
  width: 54%;
}

.mfo_product_information section .info_row .heart {
  min-width: 41px;
  max-width: 41px;
}

.mfo_product_information>.btn_section>.buttons_container>.mfo_button {
  margin: 0;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 37px;
  height: 15px;
  background-color: var(--colorOrange);
  border-radius: var(--roundCornerBig);
}

.gallery_wrapper .show_screen {
  width: 100%;
  position: relative;
}

.gallery_wrapper .swiper-slide {
  overflow: hidden;
}

.gallery_wrapper .mfo-product-swiper-wrapper {
  padding-bottom: 30px;
}

.gallery_wrapper .mfo-product-swiper-wrapper .swiper-slide {
  /*border-radius: var(--roundCornerSmall);*/
  width: 528px !important;
  height: 528px;
  display: flex;
  align-items: center;
}

.gallery_wrapper .show_screen .hrs,
.mfo-product-swiper-wrapper .swiper-slide .hrs {
  position: absolute;
  width: 71px;
  height: 68px;
  background-image: url('../../assets/material/24HR.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}

.gallery_wrapper .show_screen .normal_ship,
.mfo-product-swiper-wrapper .swiper-slide .normal_ship {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  width: 72px;
  height: 72px;
  background-image: url(../../assets/material/normal_ship.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.gallery_wrapper .mfo-product-swiper-wrapper .hrs {
  width: 123px;
  height: 113px;
  cursor: pointer;
  z-index: 20;
}

.gallery_wrapper .mfo-product-swiper-wrapper .normal_ship {
  width: 123px;
  height: 113px;
  cursor: pointer;
  z-index: 20;
}

.gallery_wrapper .mfo-product-swiper-wrapper .tag_web_store_purple {
  font-size: 24px;
  line-height: 41px;
  min-height: 41px;
  min-width: 96px;
  text-align: center;
  z-index: 20;
}
.gallery_wrapper .mfo-product-swiper-wrapper .tag_web_store_orange {
  font-size: 24px;
  line-height: 41px;
  min-height: 41px;
  min-width: 96px;
  text-align: center;
  z-index: 20;
}
.gallery_wrapper .mfo-product-swiper-wrapper .tag_discount {
  font-size: 24px;
  line-height: 41px;
  min-height: 41px;
  position: absolute;
  left: 0;
  bottom: 0px;
  padding-right: 25px;
  z-index: 20;
}
.gallery_wrapper .mfo-product-swiper-wrapper .tag_discount:after {
  width: 16px;
  height: 41px;
}
/* 補貨中 start */
.gallery_wrapper .mfo-product-swiper-wrapper .disabled_cover {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);  
  backdrop-filter: blur(2px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.gallery_wrapper .mfo-product-swiper-wrapper .disabled_cover img{
  max-width: 333px;
}
.gallery_wrapper .mfo-product-swiper-wrapper  .disabled_cover > p {
  width: 333px;
  height: 333px;
  background-image: url('../../assets/material/disabledCoverBg.svg');
  background-size: contain;
  font-weight: 700;
  font-size: 36px;
  color: white;
  display: grid;
  place-items: center;
}
.gallery_wrapper .mfo-product-swiper-wrapper  .disabled_cover.preparing p{
  font-size:36px;
  text-align: center;
  line-height: 1.2;
}
.gallery_wrapper .mfo-product-swiper-wrapper  .tag_second_hand{
  position: absolute;
  right: 0;
  bottom: 0;
}
.gallery_wrapper .mfo-product-swiper-wrapper  .tag_second_hand img{
  width: 200px;
}
.mfo-product-swiper-wrapper {
  display: block !important;
  overflow: hidden;
  position: relative;
}

.mfo_tabs_wrapper {
  overflow: initial !important;
  box-shadow: none !important;
}

.mfo_tabs_wrapper.no_bg {
  margin-bottom: 60px;
  position: relative;
  z-index: 5;
}

.mfo_tabs_wrapper .tab_btn_container>p {
  box-shadow: var(--boxshadow);
}

.mfo_tabs_wrapper .panel_container {
  box-shadow: var(--boxshadow);
}

.mfo-product-swiper-wrapper .swiper-slide img {
  width: 100%;
}

.mfo-product-swiper-wrapper .swiper-slide .play-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.mfo-product-swiper-wrapper .swiper-slide .play-video img {
  width: 110px;
  cursor: pointer;
}

.gallery_wrapper {
  width: 44%;
}

.gallery_wrapper .show_screen img {
  width: 100%;
  max-width: 700px;
  aspect-ratio: 1 / 1;
}

.gallery_wrapper .show_screen .imgStep {
  position: absolute;
  bottom: 8px;
  left: 20%;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.gallery_wrapper .show_screen .imgStep .imgStep_dot {
  width: 12px;
  height: 12px;
  background-color: #E4E4E4;
  border-radius: 100%;
  transition: all 0.3s;
}

.gallery_wrapper .show_screen .imgStep .active {
  background-color: #EE702E;
  width: 37px;
  border-radius: var(--roundCornerBig);
}

.gallery_wrapper .thumb_container {
  margin-top: 15px;
  position: relative;    
  padding: 0 15px; 
  height: 117px;
  margin-bottom: 80px;
}
.gallery_wrapper .thumb_container + .mfo_product_information_wid_100_web{
  margin-top: -80px;
}
.gallery_wrapper .thumb_container .swiper-container{  
  overflow: hidden;
}
.gallery_wrapper .thumb_container .thumb {
  cursor: pointer;
  /*
  width: auto;
  flex: 0 0 auto;
  position: relative;
  overflow: hidden;
  box-sizing: initial;
  display: grid;
  place-items: center;
  */
  border: 5px solid transparent;
  height: 117px;
}

.gallery_wrapper .thumb_container .thumb.active {
  border-color: var(--colorOrange);
}

.gallery_wrapper .thumb_container .thumb img {
  /*width: 120px;*/
  width: 100%;
  aspect-ratio: 1 / 1;
}

.gallery_wrapper .thumb_container .swiper-button-next{
  background-color: #D3D3D3;
  background-image: url(../../assets/icons/thumbnail_arrow_right.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 7px auto;
  right: 0;
  width: 15px;
  height: 119.5px;
  top: 20px;  
  border-radius: 0;
}
.gallery_wrapper .thumb_container .swiper-button-prev{
  background-color: #D3D3D3;
  background-image: url(../../assets/icons/thumbnail_arrow_left.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 7px auto;
  left: 0;
  width: 15px;
  height: 119.5px;
  top: 20px;  
  border-radius: 0;
}
.gallery_wrapper .thumb_container .swiper-button-next.swiper-button-disabled,.gallery_wrapper .thumb_container .swiper-button-prev.swiper-button-disabled{
  opacity: 0.3;
}
.gallery_wrapper .thumb_container .swiper-button-next:hover,.gallery_wrapper .thumb_container .swiper-button-prev:hover{
  background-color: var(--colorOrange);

}
#productDetailPage .add_pink_bg{
  position: relative;
  z-index: 2;
}
#productDetailPage .add_pink_bg:before{
  content: '';
  background: var(--colorLightOrange);
  position: absolute;
  top: 5%;
  left: -100vw;
  right: -100vw;
  bottom:5%;
  z-index: -1;
}
/* 加購 start */
.additional_card {
  width: 100%;
  /* max-width: 1600px; */
  padding: 50px; 
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: var(--boxshadow);
  border-radius: var(--roundCornerBig);
  margin: 40px auto 60px auto;
}

.additional_card .label_row {
  color: var(--colorOrange);
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.additional_card .label_row .filterBox {
  margin-left: auto;
}

.additional_card .label_row .filterBox .mfo_select {
  width: 136px;
  height: 52px;
  margin-top: 0;
  margin-right: 31px;
}

.additional_card .label_row .filterBox .mfo_select .mfo_select_box {
  width: 100% !important;
  height: 100%;
  padding: 13px 16px;
}

.additional_card .label_row .filterBox .mfo_select .mfo_select_box::after {
  top: 20px;
  right: 20px;
}

.additional_card .label_row .filterBox .mfo_select .mfo_select_items_box {
  width: 100% !important;
}

.additional_card .label_row .ctl_container {
  display: flex;
  align-items: center;
}

.additional_card .label_row .round_btn,
.card_gallery .card_gallery_body .round_btn {
  width: 60px;
  height: 60px;
  /*background: url('../assets/material/round_arrow.svg');
    background-repeat: no-repeat;*/
  border-radius: 100px;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: var(--colorOrange);
}

.additional_card .label_row .round_btn:hover,
.card_gallery .card_gallery_body .round_btn:hover {
  /*background: url('../assets/material/round_arrow_disabled.svg');*/
}

.additional_card .label_row .round_btn:active,
.card_gallery .card_gallery_body .round_btn:active {
  /*filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    background: url('../assets/material/round_arrow.svg');*/
}

/*
  .additional_card .label_row .round_btn.disabled,
  .card_gallery .card_gallery_body .round_btn.disabled {
    background: url('../assets/material/round_arrow_disabled.svg');
    background-repeat: no-repeat;
    pointer-events: none;
    opacity: 0.5;
  }
  */

.additional_card .label_row .round_btn.to_left,
.card_gallery .card_gallery_body .round_btn.to_left {
  /* transform: rotate(-180deg);*/
  margin-right: 20px;
}

.additional_card .label_row .round_btn.to_left:active,
.card_gallery .card_gallery_body .round_btn.to_left:active {
  /*filter: drop-shadow(0px -4px 4px rgba(0, 0, 0, 0.25));
    background: url('../assets/material/round_arrow.svg');*/
}

.additional_card .label_row .round_btn.to_left,
.card_gallery_body .round_btn.to_left {
  background-image: url(../../assets/material/round_arrow_left_white.svg);
  border-radius: 100px;
  background-size: 100%;
}

.additional_card .label_row .round_btn.to_right,
.card_gallery_body .round_btn.to_right {
  background-image: url(../../assets/material/round_arrow_right_white.svg);
  border-radius: 100px;
  background-size: 100%;
}

.additional_card .label_row .round_btn:hover,
.card_gallery_body .round_btn:hover {
  box-shadow: var(--boxshadow);
  background-color: var(--colorSwiperButtonHover);
  opacity: 1;
}

.body_Mobile_device .additional_card .label_row .round_btn:hover,
.body_Mobile_device .card_gallery_body .round_btn:hover {
  box-shadow: var(--boxshadow);
  background-color: var(--colorOrange);
  opacity: 1;
}

.additional_card .label_row .round_btn:active,
.card_gallery_body .round_btn:active {
  box-shadow: var(--boxshadow);
  background-color: var(--colorOrange);
  opacity: 1;
}

.additional_card .label_row .round_btn.disabled,
.card_gallery .card_gallery_body .round_btn.disabled {
  opacity: 1;
  background-color: var(--colorSwiperButtonDisable);
  box-shadow: none;
  cursor: default;
}

.additional_card .card_container {
  overflow: hidden;
  padding: 10px 0;
  position: relative;
  z-index: 2;
}
.additional_card .card_container .mfo_card.mfo_card_product{
  min-width: 100%;
}
.product_list_1,
.product_list_2 {
  /*max-width: 1560px !important;*/
}

.product_list_1 .mfo_card,
.product_list_2 .mfo_card {
  width: calc(100% - 10px) !important;
  margin: 5px auto !important;
  min-width: auto !important;
  max-width: 254px !important;
}
.card_gallery .pages1_product_list{
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
}
.card_gallery .pages1_product_list .swiper-container .swiper-button-next{
  top: -50px;
}
.card_gallery .pages1_product_list .swiper-container .swiper-button-prev{
  top: -50px;
  left: auto;
  right: 80px;
}
.card_gallery .pages1_product_list .swiper-pagination{
  display: none;
}
.additional_card .product_card_box,
.card_gallery .card_container .product_card_box {
  width: 258px;
  height: 440px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  margin-right: 10px;
}

.additional_card .card_container .mfo_product_card {
  margin: unset;
}

/* 加購商品 end */
.advertisement_banner {
  width: 100%;
  position: relative;
  margin-bottom: 60px;
  border-radius: var(--roundCornerBig);
  overflow: hidden;
}
.advertisement_banner a{
  display: block;
}
.advertisement_banner img {
  width: 100%;
}

/*
  .pages1_product_list {
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    height: fit-content;
    padding: 0px 60px 60px 60px;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .pages1_product_list .swiper-container {
    overflow: hidden;
    margin: 0 6px;
    padding: 2px 4px;
  }
  .pages1_product_list .swiper-container .swiper-button-prev {
    left: 0;
  }
  .pages1_product_list .swiper-container .swiper-button-next {
    right: 0;
  }
  */
/*
  .swiper-container .swiper-button-prev, .swiper-container .swiper-button-next {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: var(--colorOrange);
    color: white;
    box-shadow: var(--boxshadow);
  }
  .swiper-container .swiper-button-prev::after, .swiper-container .swiper-button-next::after {
    transform: scale(0.7);
  }
  .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }
  .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    width: 37px;
    height: 15px;
    background-color: var(--colorOrange);
    border-radius: var(--roundCornerBig);
  }
  */
.pages1_product_list .mfo_card {
  width: calc(100% - 10px);
  margin: 5px auto;
  min-width: auto;
}

/*
  .pages1_product_list .swiper-container .swiper-button-prev:after{
    position: relative;
    right: 2px;
  }
  .pages1_product_list .swiper-container .swiper-button-next:after{
    position: relative;
    left: 2px;
  }
  */
  .back_to_top {
    color: #EE702E;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    display: none;
    margin: 0 auto;
    justify-content: center;
    cursor: pointer;
    margin-bottom: 40px;
  }
  
  .back_to_top>div {
    display: flex;
    align-items: center;
  }
  
  .back_to_top .icon {
    width: 17px;
    height: 14px;
    background: url('../../assets/material/backToTop.svg') no-repeat;
    display: inline-block;
    margin-right: 10px;
  }
  #productDetailPage  .back_to_top {
    display: flex;
  }
  .card_gallery {
    /*padding-bottom: 50px;
    margin-bottom: 70px;*/
    padding: 50px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: var(--boxshadow);
    border-radius: var(--roundCornerBig);
  }
  
  .bdr_bot {
    width: 100%;
    border-bottom: 1px solid #D2D2D2;
  }
  
  .card_gallery .card_gallery_head {
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    color: var(--colorOrange);
    margin-bottom: 30px;   
    font-weight: 500;
    font-size: 24px;
  }
  
  .card_gallery .card_gallery_body,
  .card_gallery .card_gallery_body .card_container {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  
  .card_gallery .card_gallery_body .card_container {
    flex: 1 1 auto;
    overflow: auto;
    overflow-x: auto;
  }
  .card_gallery .pages1_product_list .swiper-scrollbar{
    display: none;
  }
  .card_gallery .card_gallery_body .round_btn {
    flex: 1 0 auto;
  }
  
  .card_gallery .card_gallery_body .round_btn.to_left {
    margin-right: 25px;
  }
  
  .card_gallery .card_gallery_body .round_btn.to_right {
    margin-left: 25px;
  }
  
  .gallery_wrapper .thumb_container::-webkit-scrollbar,
  .additional_card .card_container::-webkit-scrollbar,
  .card_gallery .card_gallery_body .card_container::-webkit-scrollbar {
    display: none;
  }
  
  .gallery_wrapper .thumb_container,
  .additional_card .card_container,
  .card_gallery .card_gallery_body .card_container {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .gallery_wrapper .thumb_container .disabled_cover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);  
    backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
  }
  .gallery_wrapper .thumb_container  .disabled_cover > p {
    width: 80px;
    height: 80px;
    background-image: url('../../assets/material/disabledCoverBg.svg');
    background-size: 125% auto;
    background-position: center;
    font-weight: 700;
    font-size: 12px;
    color: white;
    display: grid;
    place-items: center;
  }
  .gallery_wrapper .thumb_container  .disabled_cover.preparing p{
    font-size:12px;
    text-align: center;
    line-height: 1.2;
  }
  .gallery_wrapper .thumb_container .thumb{
    /*width: 100px;
    height: 100px;*/
  }
  
  .card_gallery {
    /*
      width: 100%;
      max-width: 1600px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      */
  }  
.additional_card .card_container .swiper-scrollbar{
  display: none;
}
/* 加購商品 start */
.additionalBlock .swiper-container,
.like_Block .swiper-container {
  padding-right: 3px;
  padding-left: 2px;
}
#additionalBlock::-webkit-scrollbar,
#like_Block::-webkit-scrollbar {
  width: 6px;
  background-color: black;
}

#additionalBlock>.add_product_card,
#like_Block>.add_product_card {
  margin-right: 32px;
}

#additionalBlock .no_data,
#like_Block .no_data {
  width: 100%;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.no_bg {
  background-color: transparent !important;
}
#productDetailPage .mfo_tabs_wrapper .panel_container table{
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  border-collapse: separate;
  box-sizing: border-box;
  text-indent: initial;  
}
#productDetailPage .mfo_tabs_wrapper .panel_container table[border="1"]{
  border-left: 1px solid #999;
  border-top: 1px solid #999;
}
#productDetailPage .mfo_tabs_wrapper .panel_container table[border="1"] td{
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
}

#productDetailPage .mfo_tabs_wrapper .panel_container table tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
#productDetailPage .mfo_tabs_wrapper .panel_container table td {
  display: table-cell; 
  border: 1px;
  vertical-align: middle;
  line-height: 1.3;
  padding: 3px;
}
#productDetailPage .mfo_tabs_wrapper .panel_container table.table_spec_01{
  border-left: 1px solid #999;
  border-top: 1px solid #999;
}
#productDetailPage .mfo_tabs_wrapper .panel_container table.table_spec_01 td{
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  padding:8px;
  font-size: 16px;
  color: #1B1B1B;
  line-height: 1.5;
}
#productDetailPage .mfo_tabs_wrapper .panel_container table.table_spec_01 td:nth-child(1){
  font-size: 18px;
  width: 25% !important;
  font-weight: 500;
  text-align: center;
}
#productDetailPage .mfo_tabs_wrapper .panel_container table.table_spec_01 td ul{
  list-style: disc;
  margin-left: 20px;
  font-size: 16px;
}

@media (max-width: 1600px) {

  .additionalBlock .swiper-container,
  .like_Block .swiper-container {
    padding-right: 4px;
    padding-left: 2px;
  }

  .product_list_1 .mfo_card,
  .product_list_2 .mfo_card {
    width: calc(100% - 10px) !important;
    margin: 5px auto !important;
    min-width: auto !important;
    max-width: 100% !important;
  }
  .pages1_product_list .swiper-container .mfo_card{
    width: calc(100% - 6px) !important;
  }
  .bdr_bot {
    width: 90%;
    margin: 0 auto;
  }

  .gallery_wrapper .thumb_container {
    gap: 10px;
    /* justify-content: space-between; */
  }

  .gallery_wrapper .thumb_container .thumb img {
    /*width: 105px;*/
  }
}

@media (max-width: 1440px) {

  /*
    .swiper-container .swiper-button-prev, .swiper-container .swiper-button-next {
      width: 50px;
      height: 50px;
      top: calc(50% - 40px);
      transform: translateY(50%);
    }
    .swiper-container .swiper-button-prev::after, .swiper-container .swiper-button-next::after {
      transform: scale(0.5);
    }
    */
  .additional_card .label_row .round_btn,
  .card_gallery_body .round_btn {
    width: 50px;
    height: 50px;
  }
  .card_gallery {
    /*padding: 20px 4% 0 4%;*/
  }
  .card_gallery .pages1_product_list .swiper-container .swiper-button-prev{
    right: 70px;
  }
}
@media (max-width: 1366px) {
  .gallery_wrapper {
    /*width: 33%;*/
    width: 40%;
  }
  .gallery_wrapper .mfo-product-swiper-wrapper .swiper-slide{
    width: 480px !important;
    height: 480px;
  }
  .gallery_wrapper .thumb_container {
    /*gap: 10px;*/
    /* justify-content: space-between; */
  }
  .gallery_wrapper .thumb_container .thumb{
    /*width: 80px;
    height: 80px;*/
    height: 99px;
  }
  .gallery_wrapper .thumb_container .thumb img {
    /*width: 90px;*/
    width: 100%;
  }
  .gallery_wrapper .thumb_container .swiper-button-prev{
    height: 101px;
  }
  .gallery_wrapper .thumb_container .swiper-button-next{
    height: 101px;
  }
  .mfo_product_information {
    /*width: 67%;*/
    width: 60%;
  }

  .product_page_container {
    gap: 30px;
  }
  .additional_card .card_container .mfo_card.mfo_card_product{
    margin-top:1.5px !important;
  }
  .gallery_wrapper .mfo-product-swiper-wrapper .tag_second_hand img{
    width: 180px;
  }
}
@media (max-width: 1280px) {
  .gallery_wrapper{
    width: 456px;
  }
  .mfo_product_information{
    width: calc(100% - 456px - 30px);
  }
  .gallery_wrapper .mfo-product-swiper-wrapper .swiper-slide{
    /*height: 31.8vw;*/
    width: 456px !important;
    height: 456px;

  } 
  .gallery_wrapper .mfo-product-swiper-wrapper .disabled_cover img{
    max-width: 25vw;
  }
}
@media (max-width: 1024px) {
  .gallery_wrapper{
    width: 380px;
  }
  .mfo_product_information{
    width: calc(100% - 380px - 30px);
  }
  .gallery_wrapper .thumb_container .thumb{
    height: 81.5px;
  }
  .gallery_wrapper .thumb_container .swiper-button-next{
    height: 81.5px;
  }
  .gallery_wrapper .thumb_container .swiper-button-prev{
    height: 81.5px;
  }
  .gallery_wrapper .mfo-product-swiper-wrapper .swiper-slide{
    width: 380px !important;
    height: 380px;
  }
  .gallery_wrapper .mfo-product-swiper-wrapper  .tag_second_hand img{
    width: 160px;
  }
}

@media (max-width: 820px) {
  .additionalBlock .swiper-container, .like_Block .swiper-container{
    padding-bottom: 20px;
  }
  .additional_card .card_container .swiper-scrollbar{
    display: block;
  }
  .product_page_container{
    display: block;
  }
  .gallery_wrapper{
    width: 100%;
  }
  .mfo_product_information{
    width: 100%;
    margin-top: 20px;
  }
  
  .gallery_wrapper .mfo-product-swiper-wrapper .swiper-slide{    
    /*width: 743px !important;*/
    width: calc(100vw - 60px) !important;
    height:calc(100vw - 60px);   
  }
  .gallery_wrapper .mfo-product-swiper-wrapper{
    padding-bottom: 30px;
  }
  .gallery_wrapper .mfo-product-swiper-wrapper .swiper-container .swiper-pagination{
    /*bottom: -30px;*/
    bottom: 0;
  }
  .gallery_wrapper .mfo-product-swiper-wrapper .disabled_cover img{
    max-width: 45vw;
  }
  #productDetailPage .mfo_tabs_wrapper .panel_container table.table_spec_01 td{
    font-size: 12px;
  }
  #productDetailPage .mfo_tabs_wrapper .panel_container table.table_spec_01 td:nth-child(1){
    font-size: 14px;
  }
  #productDetailPage .mfo_tabs_wrapper .panel_container table.table_spec_01 td ul{
    margin-left: 15px;
    font-size: 12px;
  }
  .additional_card .label_row{
    margin-top: 15px;
  }
  .card_gallery .pages1_product_list .swiper-container{
    padding-bottom: 20px;
  }
  .card_gallery .pages1_product_list .swiper-scrollbar{
    display: block;
    z-index: 1;
  }
  .gallery_wrapper .thumb_container {
    display: none;
  }
  .pages1_product_list .swiper-container .mfo_card{    
    width:calc(100% - 5.4px) !important;   
  }
  .gallery_wrapper .mfo-product-swiper-wrapper  .tag_second_hand img{
    width: 265.5px;
  }
}
@media (max-width: 768px) {

  /*
    .swiper-container .swiper-button-prev, .swiper-container .swiper-button-next{
      width: 40px;
      height: 40px;
    }
    .swiper-container .swiper-button-prev::after, .swiper-container .swiper-button-next::after {
        transform: scale(0.4);
    }
    */
  /*
    .pages1_product_list .swiper-container .swiper-button-prev,
    .pages1_product_list .swiper-container .swiper-button-next {
        display: none;
    } 
    .pages1_product_list{
        padding: 0px 0px 60px 0px;
        margin-bottom: 0;
    }
    */
  .mfo-product-swiper-wrapper .swiper-slide .play-video img {
    width: 46px;
  }
  /*
    .swiper-container .swiper-pagination .swiper-pagination-bullet{
      width: 10px;
      height: 10px;
    }
    .swiper-container .swiper-pagination .swiper-pagination-bullet-active{
      width: 30px;
    }
    */
    .card_gallery .pages1_product_list{
      padding-top: 0;
    }
    .pages1_product_list .swiper-container .mfo_card {
      width: calc(100% - 5.33px) !important;
    }
    
}
@media (max-width: 767px) {
  .card_gallery {
    margin-top: 50px;
  }

  .page_padding {
    /*padding: 18px 3% 20px;*/
  }

  #productDetailPage {
    background-image: none;
  }

  .pink_bg::before {
    /*width: 100vw;*/
    height: 974px;
    top: 103px;
    /*transform: translateX(-3%);*/
  }

  .gallery_wrapper {
    width: 100%;  
    /*padding-top: 30px;*/
    /* margin-bottom: 30px; */
  }



  .product_page_container {
    flex-direction: column;
  }

  .gallery_wrapper {
    /*padding-top: 30px;*/
    /*margin-bottom: 30px;*/
  }

  .mfo_product_information {
    width: 100%;
  }

  .mfo_product_information section .info_row .heart {
    min-width: 20px;
    max-width: 20px;
  }

  .additional_card {
    padding: 20px;
    border-radius: 9px;
    margin: 48px 0;
  }

  .additional_card .label_row {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .additional_card .label_row>p {
    transform: translateY(-8px);
  }

  .additional_card .label_row .ctl_container {
    display: none;
  }

  .additional_card .product_card_box {
    width: 156px;
    height: 278px;
    margin-right: 8px;
  }

  .additional_card .product_card_box,
  .card_gallery .card_container .product_card_box {
    width: 158px;
    height: 300px;
    margin-right: 5px;
  }

  .advertisement_banner {
    /*width: 100vw;*/
    position: relative;
   /* transform: translateX(-3%);*/
    margin-bottom: 35px;
    /*border-radius: 0;*/
  }

  .back_to_top {
    padding-left: 3%;
    display: flex;
    /*padding-bottom: 80px;*/
  }

  .card_gallery {
    padding-bottom: 30px;
    margin-bottom: 100px;
    padding: 20px;
    width: 100%;
    /* transform: translateX(-3%); */
  }

  .card_gallery .card_gallery_head {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 20px;
  }

  .card_gallery .card_gallery_body>.card_container {
    padding: 0 3%;
  }

  .card_gallery .card_gallery_body {
    display: block;
  }

  .card_gallery .card_gallery_body .round_btn {
    display: none;
  }
  .gallery_wrapper .mfo-product-swiper-wrapper .swiper-container .swiper-pagination{
    bottom: -30px;
  }
}
@media (max-width: 700px) {
  .gallery_wrapper .mfo-product-swiper-wrapper .swiper-slide{
    width: calc(100vw - 30px) !important;
    height:calc(100vw - 30px);
  }
  .gallery_wrapper .mfo-product-swiper-wrapper .hrs{
    width: 80px;
    height: 80px;
  }
  .gallery_wrapper .mfo-product-swiper-wrapper .normal_ship{
    width: 80px;
    height: 80px;
  }
  .gallery_wrapper .mfo-product-swiper-wrapper .tag_web_store_purple{
    font-size: 16px;
    line-height: 26px;
    min-height: 26px;
  }
  .gallery_wrapper .mfo-product-swiper-wrapper .tag_discount{
    font-size: 16px;
    line-height: 26px;
    min-height: 26px;
    padding-right: 15px;
  }
  .gallery_wrapper .mfo-product-swiper-wrapper .tag_discount:after{
    width: 14px;
    height: 26px;
  }
  .gallery_wrapper  .mfo-product-swiper-wrapper  .tag_web_store_orange{
    font-size: 16px;
    line-height: 26px;
    min-height: 26px;
  }
  .gallery_wrapper .mfo-product-swiper-wrapper  .tag_second_hand img{
    /*width: 90px;*/
    width: 129px;
  }
}
@media (max-width: 640px) {
  .pages1_product_list {
    /*padding: 24px 0 48px 0;*/
    /*padding: 0px 0 0px 0;*/
  }

  .pages1_product_list.style2 {
    padding: 25px 0% 30px 0%;
  }
  .card_gallery .pages1_product_list{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pages1_product_list .swiper-container {
    /*padding: 2px 0 8px;
        margin: 0;*/
  }

  /*.pages1_product_list .product-card{
        width: 152px;
    }*/
  .pages1_product_list .product-card {
    width: calc(100% - 10px);
  }
  .card_gallery {
    /*
    padding: 0px 4% 0 4%;
    margin: 40px auto 20px auto;
    */
  }

  .card_gallery .card_gallery_head {
    /*margin-bottom: 0px;*/
  }
  .gallery_wrapper .mfo-product-swiper-wrapper .tag_discount{
    padding-right: 12px;
  }
  #productDetailPage .mfo_tabs_wrapper .panel_container table.table_spec_01 td{
    padding: 5px;
  }
  #productDetailPage .mfo_tabs_wrapper .panel_container table.table_spec_01 td:nth-child(1){
    width: 35% !important;
  }
  .pages1_product_list .swiper-container .mfo_card {
    width: calc(100% - 6.77px) !important;
  }
}
@media (max-width: 520px) {
  #additionalBlock .mfo_card_product.mfo_card > .imgWrapper{
    height: calc(100vw / 2 - 20px - 1px - 40px);
  }
  #additionalBlock .mfo_card_product .mfo_card_content{
    height: 148px;
  }
  /*
  .additional_card .mfo_card_product .mfo_card_content > .price_info strong, .card_gallery .mfo_card_product .mfo_card_content > .price_info strong{
    display: block;
  }
  .additional_card .mfo_card_product .mfo_card_content > .price_info strong s, .card_gallery .mfo_card_product .mfo_card_content > .price_info strong s{
    display: block;
    margin-left: 0;
  }
  .additional_card  .mfo_card_product .mfo_card_content, .card_gallery  .mfo_card_product .mfo_card_content {
    height: 135px;
  }
  */
 
}

@media (max-width: 480px) {
  .card_gallery {
    margin: 50px auto 120px auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  .additional_card {
    margin-top: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .additional_card .label_row .filterBox .mfo_select {
    width: 100px;
    height: 48px;
    margin-right: 0;
  }

  .additional_card .label_row .filterBox .mfo_select .mfo_select_box {
    padding: 14px 10px;
    display: flex;
    align-items: center;
  }

  .additional_card .label_row .filterBox .mfo_select .mfo_select_box::after {
    height: auto;
    top: 18px;
    right: 12px;
  }

  .additional_card .label_row .filterBox .mfo_select.open .mfo_select_box::after {
    top: 12px;
  }

  /* 加購商品 start */
  #additionalBlock>.add_product_card,
  #like_Block>.add_product_card {
    margin-right: 9px;
  }
  #additionalBlock .mfo_card_product .mfo_card_content{
    height: 160px;
  }
  #additionalBlock .mfo_card_product .mfo_card_content > .price_info{
      min-height: 30px;
  }
}