@charset "UTF-8";
/* ================================================
- Basic
================================================ */
body {
  color: #333;
  font: 13px/1.6em "Century Gothic", Arial, "Microsoft JhengHei", "蘋果儷中黑", "儷黑 Pro", "新細明體", "sans-serif";
  background-color: transparent;
}
* {
  box-sizing: border-box;
}
a {
  display: block;
  text-decoration: none;
  color: inherit;
}
:focus {
  outline: none;
}
i {
  font-style: normal;
}
.hide {
  display: none !important;
}
.hd_pc { /* max-width: 1200px; */ width: 100%;
}
.hd_m {
  display: none;
}
.pc_mode {
  display: block
}
.m_mode {
  display: none
}
.M_menu_wrap {
  display: none;
}
.display_pc {
  display: block;
}
.display_m {
  display: none;
}
/* ================================================
- 商品區塊
================================================ */

/** title **/
.tit {
  display: none;
  margin: auto;
}
.group {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.group .tit {
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
}
.group .tit a {
  display: flex;
  width: 100%;
  height: 115px;
  background: url("../images/title.png") no-repeat center right transparent;
  font-size: 60px;
  color: #ffd6b0;
  font-weight: 600;
  align-items: center
}
.group_3m .tit span {
  background-color: #c8001c;
}
.group_tefal .tit span {
  background-color: #c8001c;
}
/** 商品區塊 **/
.group {
  box-sizing: border-box;
  max-width: 1175px;
  width: 98%;
  margin: 0 auto;
  clear: both;
  position: relative;
}
.group_lc { 

}
.tab-content {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: flex-start;
  width: 100%;
}
/** 商品 **/
.pro_temp {
  display: none
}
.ProductList {
  width: 100%;
  flex-shrink: 0;
  position: relative;
  padding: 20px 20px 20px;
  overflow: hidden;
}

.group_hot .ProductList {
  width: 100%;
  flex-shrink: 0;
  position: relative;
  padding: 0px 70px 20px;
  overflow: hidden;
}

.group_hot .tit{
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.ProductList::before {
  content: ' ';
  display: block;
  width: 100%;
  height: auto;
  /* position */
  position: absolute;
  top: 0;
  bottom: -30px;
  left: 0;
  right: 0;
  z-index: -2;
}
.group_3m .ProductList::before {
  background-color: #c8001c;
}
.group_tefal .ProductList::before {
  background-color: #c8001c;
}
/**.ProductList::after {
	content:'';
	display: block;
	 position: absolute;
  bottom: -130px;
  right: -105px;
  z-index: -1;
	width: 210px;
	height: 210px;
	background-color: #ffd6b0;
	transform: rotate(45deg);
}**/
.ProductList .item {
  font-size: 16px;
  border-radius: 10px;
}
.ProductList .item > a {
  border-radius: 10px;
  position: relative;
}
.ProductList .ProductImg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}

.ProductImg .tab {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  background-color: #e04d34;
  padding: 10px 20px;
  border-radius: 0 0 10px 10px;
  box-shadow: rgb(0 0 0 / 35%) 2px 2px 3px;
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 4;
}
.ProductList .ProductDesc {
  /* background: linear-gradient(90deg, #e04d34 0%, #e04d34 0%, #ffb02c 100%); */
  background: linear-gradient(90deg, #e04d34 0%, #ffb02c 100%);
}
.item {
  box-sizing: border-box;
  text-align: center;
  width: 25%;
  /*min-width: 260px;*/ /* 4品一行 */ /* margin-right: 10px; margin-left: 10px; */
  padding-left: 0.5em;
  padding-right: .5em;
  /* margin-right: auto; margin-left: auto; */
  margin-bottom: 1em;
  position: relative;
  z-index: 4;
}
.item > a {
  display: block;
  background: #fff;
  /* padding-top: 5px; */
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.45);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  overflow: hidden;
}
.item > a:hover, .item > a:focus, .item > a:active {
  transform: translateY(-5px)
}
.item .ProductImg {
  box-sizing: border-box;
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.item .ProductImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item .ProductDesc {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  line-height: 36px;
  background: linear-gradient(90deg, #5b4626 0%, #a7763c 50%, #5b4626 100%);
  width: 90%;
  height: 36px;
  padding: 0 5px;
  margin: 2px auto;
  border-radius: 50px;
  overflow: hidden;
}
.item .ProductName {
  color: #000;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 42px;
  padding: 4px 5px;
  overflow: hidden;
}
.item .ProducPrice, .item .Event_Condition {
  padding: 7px 10px 0 10px;
  color: #a10b14;
  /*  background: url("../images/buy_bg.png") right center no-repeat #000;
            background-size: cover;*/
  position: relative;
  margin-top: 3px;
}
.item .ProducPrice, .item .Event_Condition {
  height: 45px;
}
.item .ProducLimited {
  padding-top: 10px;
}
.item .Event_Condition {
  white-space: nowrap;
}
.item .ProducPrice label {
  cursor: pointer;
}
.item .ProducPrice i {
  display: inline-block;
  white-space: nowrap;
}
.item .ProducPrice span, .item .Event_Condition i span {
  font-size: 33px;
  line-height: 37px;
  font-weight: 500;
  font-weight: bold;
}
/*.item .ProducPrice span,*/ .item .Event_Condition i span {
  margin: 0 2px 0 2px;
}
.item .ProducPrice i em {
  color: #747474;
  font-size: 1.0em;
  line-height: 1.5em;
  font-style: normal;
  height: 1em;
  margin-right: 2px;
}
.item .ProducPrice i em span {
  font-size: 0.8em;
	font-weight: 500;
  line-height: 1em;
  text-decoration: line-through;
}
.item .ProducPrice .price_txt {
  color: crimson;
  font-size: 15px;
  line-height: 26px;
}
.item .ProducPrice .prePrice {
  font-size: 1.2em;
  font-weight: bold;
  box-sizing: border-box;
  display: inline-block;
  /* margin-top: 0.8em; */
}
.item .ProducPrice .prePrice span {
  font-size: 1.66em;
}
/**tag wfe******************/
.tag_wfe {
  /* display: inline-block; */
  display: none;
  /* background: url("//www.payeasy.com.tw/pezlib/images/tag_wfe_s.png") left; */
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  position: relative;
  /* top: -5px; */
}
.tag_wfe:before {
  display: inline-block;
  height: 100%;
  content: '';
  vertical-align: text-bottom;
}
.tag_wfe .brief:after {
  font-size: 0;
  line-height: 0;
  border-color: transparent #E36E1A transparent transparent;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px;
  content: '';
  position: absolute;
  top: 10px;
  left: -10px;
}
.tag_wfe.checked {
  background-position: right;
}
.tag_wfe.checked:hover .brief {
  display: none;
}
.tag_wfe .brief {
  display: none;
  color: #f6f6f6 !important;
  font-size: 12px !important;
  line-height: 16px !important;
  text-align: center;
  width: 64px;
  background: #E36E1A;
  position: absolute;
  top: -5px;
  left: 25px;
  z-index: 10;
}
.tag_wfe:hover .brief {
  display: block;
}
/* ================================================
- 頁籤效果
================================================ */
.tab-wrapper {
  width: 100%;
  text-align: center;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.tab-wrapper > input {
  margin: 0;
  padding: 0;
  position: absolute;
  opacity: 0;
}
.tab-wrapper > input + label {
  color: white;
  font-size: 1.5em;
	line-height: 1.4;
  flex: 1;
  text-align: center;
  border: none;
  position: relative;
  z-index: 6;
  cursor: pointer;
  height: 110px;
  display: flex;
   align-items: center;
   justify-content: center;
}
.tab-wrapper > input + label:after {
  content: '';
  position: absolute;
  left: .6em;
  right: .6em;
  bottom: 0;
  top: 1em;
  transition: all 0.1s ease;
  z-index: -1;
	border-radius: 20px 20px 0 0;
}
.group_3m .tab-wrapper > input + label:after{
	  background-color: #aa0019;
}
.group_tefal .tab-wrapper > input + label:after{
	  background-color: #aa0019;
}
.tab-wrapper > input + label:hover:after, .tab-wrapper > input:checked + label:after {
  top: 0;
}
.group_3m .tab-wrapper > input + label:hover:after, .group_3m .tab-wrapper > input:checked + label:after {
	  background-color: #c8001c;
}
.group_tefal .tab-wrapper > input + label:hover:after, .group_tefal .tab-wrapper > input:checked + label:after {
	  background-color: #c8001c;
}
.tab-wrapper > input + label p{
	margin-top: 10px;
}
.tab-content-wrap {
  margin: 0px auto;
  text-align: left;
  color: white;
  font-size: 13px;
  line-height: 20px;
  position: relative;
  min-height: 770px;
}
.tab-content-wrap > .tab-content {
  opacity: 0;
	height: 0;
	pointer-events: none;
  box-sizing: border-box;
  width: 100%;
  visibility: hidden;
  transition: opacity 0.3s;
}
#tab-1:checked ~ .tab-content-wrap #group_1, #tab-2:checked ~ .tab-content-wrap #group_2, #tab-3:checked ~ .tab-content-wrap #group_3, #tab-4:checked ~ .tab-content-wrap #group_4, #tab-5:checked ~ .tab-content-wrap #group_5, #tab-6:checked ~ .tab-content-wrap #group_6, #tab-7:checked ~ .tab-content-wrap #group_7 {
  opacity: 1;
  /* display: block; */
  display: flex;
  position: relative;
  visibility: visible;
	pointer-events: auto;
	height: auto;
}
@media (max-width: 1440px) {

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

}
/* ================================================
- 至適應
================================================ */
@media screen and (max-width: 1440px) {
  .all_bg_move {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .group {
    width: 100%;
    max-width: initial;
  }
  .group:before {}
  /** 商品 **/
  .main_wrapper, .prod_wrapper {
    padding-top: 0;
  }
  .ProductList > .group:nth-child(1) {
    /* padding-top: 10px; */
  }
  .ProductList .item {
    /* width: 24vw; */
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  body {
    width: 100vw;
    min-width: inherit;
  }
  * {
    box-sizing: border-box;
  }
  .header {
    width: 100vw;
    /* position: fixed; */
    /* position: absolute; */
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }
  .footer, .drift {
    display: none;
  }
  .hd_pc {
    display: none;
  }
  .hd_m {
    display: block;
  }
  .pc_mode {
    display: none
  }
  .m_mode {
    display: block
  }
  .display_m {
    display: block !important;
  }
  .display_pc {
    display: none !important;
  }
  .inline-block_m {
    display: inline-block !important;
  }
  .wrapper {
    /* background: url("../images/bg.jpg") top center repeat-y #fff6ec; */
    padding-bottom: 70px;
  }
  .main {
    /* background: url(../images/bg_all_m.jpg) top center repeat-y #fff6ec; background-size: 100%; */
  }
  .float-wrapper {}
  /** kv **/
  /**Product**/
  .main_wrapper, .prod_wrapper {}
  .main_wrapper .group:last-child, .prod_wrapper .group:last-child {
    padding-bottom: 0;
  }
  .prod_wrapper_bg {
    width: 100vw;
  }
  .main_container, .prod_container {
    /*padding-bottom: 30px;*/ /*無底部*/
    /*padding-bottom: 60px;*/ /*底部.M_menu_wrap/1行*/
    /*padding-bottom: 85px;*/ /*底部.M_menu_wrap/2行*/
  }
  .ProductList {
    width: 100%;
	padding: 16px 5px 16px;
  }
   
  .group_hot .ProductList {
    width: 100%;
	padding: 16px 5px 16px;
  }
   
  .group_hot .tit{ width: 100vw;} 
  .group_hot .tit img{ width: 100%;}    

  .group .tit {
    width: 100vw;
    height: initial;

  }
  .group .tit a {
    font-size: 24px;
    background-size: 110vw;
  }
  .tit_img {
    width: 35%;
  }

  .ProductList .item {}
  .ProductList .item, .item {
    box-sizing: border-box;
    /* width: 49vw !important; */
    width: 50% !important;
    min-width: initial;
    padding-left: 0.3em;
    padding-right: 0.3em;
    /* margin-top: 5px !important; */
    margin-top: 5px;
    margin-bottom: 0;
  }
  .item > a {
    padding-top: 0;
  }
  .item .ProductImg {
    max-width: 49vw !important;
    max-height: 49vw !important;
    margin: 10px auto;
  }
  .item .ProducPrice, .item .ProducLimited {
    padding: 7px 0 0 0;
  }
  .item .ProducLimited {
    padding: 7px 0;
  }
  .item .ProducPrice .prePrice span, .item .Event_Condition i span{
    line-height: 25px;
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 -8px;
  }
  .item .ProductName {
    font-size: 14px;
    line-height: 18px;
    height: 40px;
  }
  .item .ProductDesc {
    font-size: 14px;
    width: 95%;
    overflow: hidden;
  }
    
    .tab-wrapper{margin-top: 10px;}
	.tab-wrapper > input + label {
		font-size: 1.2em;
		height: 90px;
		padding: 0 0.8em;
	}
	.tab-wrapper > input + label:after{
			top:0.5em;
		left: 0.2em;
    right: 0.2em;
		border-radius: 10px 10px 0 0;
	}
  /**/
  .tag_wfe {
    top: auto;
  }
}
@media screen and (max-width: 480px) {
	.tab-wrapper > input + label {
		font-size: 1em;
		height: 80px;
	}
	.group .tit a{
		height: 50px;
		font-size: 18px;
	}

}
@media screen and (max-width: 375px) {
  /* .group .tit > div */
  .group_tit {
    font-size: 25px;
  }
  .item .ProducPrice .prePrice span, .item .ProducLimited .prePrice span {
    font-size: 1.26em
  }
  /* 限量 */
  .group-limited .item > a {
    min-height: 200px;
  }
}
@media screen and (max-width: 320px) {
  .tab-content, .group-list {
    padding-left: 0.2em;
    padding-right: 0.2em;
  }
  .ProductList .item, .item {
    padding-left: 0.2em;
    padding-right: 0.2em;
  }
  .item .ProducPrice i em span, .item .ProducLimited i em span {
    font-size: 11px;
    margin-right: 0;
  }
  .item .ProducPrice .price_txt, .item .ProducLimited .price_txt {
    font-size: 13px;
  }
  .item .ProducPrice .prePrice, .item .ProducLimited .prePrice {
    font-size: 12px;
  }
  .tag_wfe {
    width: 16px;
    height: 16px;
  }
}