#page-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width:1380px;
  width: 100vw;
  margin: 0 auto;
  -webkit-column-gap: 90px;
          column-gap: 90px;
  padding: 0 90px 100px 0;
}

@media screen and (max-width: 1024px) {
  #page-product {
    -webkit-column-gap: 50px;
          column-gap: 50px;
  	padding: 0 0 100px 0;
  }
}

@media screen and (max-width: 768px) {
  #page-product {
    width: 100%;
    padding: 0 0 70px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0;
            column-gap: 0;
    row-gap: 30px;
  }
}

#page-product > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#page-product aside {
  width: calc(55% - 90px);
  /*width : 713px;*/
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  height: 100%;
}

@media screen and (max-width: 768px) {
  #page-product aside {
    width: calc(55% - 50px);
  }
}

@media screen and (max-width: 768px) {
  #page-product aside {
    position: relative;
    top: unset;
    height: unset;
    width: 100%;
  }
}

#page-product aside .swiper-container {
  width: 100%;
  background: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 56px;
  padding: 66px 0 76px;
}

@media screen and (max-width: 768px) {
  #page-product aside .swiper-container {
    padding: 30px 0 35px;
    row-gap: 30px;
  }
}

#page-product aside .swiper-container .swiper {
  width: 326px;
}

@media screen and (max-width: 413px) {
  #page-product aside .swiper-container .swiper {
    width: 283px;
  }
}

@media screen and (max-width: 374px) {
  #page-product aside .swiper-container .swiper {
    width: 212px;
  }
}

#page-product aside .swiper-container .swiper .swiper-slide {
 /* aspect-ratio: 326 / 391; */
  width: 326px;
  cursor: -webkit-grab;
  cursor: grab;
}

@media screen and (max-width: 413px) {
  #page-product aside .swiper-container .swiper .swiper-slide {
    width: 283px;
  }
}

@media screen and (max-width: 374px) {
  #page-product aside .swiper-container .swiper .swiper-slide {
    width: 212px;
  }
}

#page-product aside .swiper-container .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

#page-product aside .swiper-container .swiper2 {
  max-width: 100%;
  margin: 0 auto;
}

#page-product aside .swiper-container .swiper2 .swiper-slide {
  cursor: pointer;
  width: 48px !important;
  height: 48px !important;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid transparent;
  opacity: 0.7;
}

#page-product aside .swiper-container .swiper2 .swiper-slide:last-of-type {
  margin-right: 0 !important;
}

#page-product aside .swiper-container .swiper2 .swiper-slide.swiper-slide-thumb-active {
  border-color: #1e1e1e;
  opacity: 1;
}

#page-product aside .swiper-container .swiper2 .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#page-product section {
  /*width: 546px;*/
  width : 45%;
}

@media screen and (max-width: 768px) {
  #page-product section {
    padding: 0 30px;
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  #page-product section {
    padding: 0 15px;
  }
}

#page-product section > div {
  width: 100%;
}

#page-product section .product-info {
  padding: 55px 0 0;
  border-bottom: 1px solid #b0b0b0;
  margin-bottom: 30px;
  color: #1e1e1e;
}

@media screen and (max-width: 768px) {
  #page-product section .product-info {
    padding: 0;
  }
}

#page-product section .product-info h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 120%;
  font-size: 1.75rem;
}

#page-product section .product-info .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 7px;
  margin: 30px auto;
}

#page-product section .product-info .tags h2 {
  border-radius: 40px;
  padding: 4px 12px;
  border: 1px solid #1e1e1e;
  line-height: 150%;
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 0.25px;
}

#page-product section .product-info .taste {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
}

#page-product section .product-info .taste span {
  line-height: 120%;
  font-style: normal;
  font-weight: 400;
  font-size: 0.8125rem;
  letter-spacing: 1.25px;
  color: #868686;
}

#page-product section .product-info .taste p {
  color: #393939;
  line-height: 150%;
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 0.25px;
}

#page-product section .product-info h3 {
  margin: 30px auto;
  line-height: 150%;
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 0.25px;
}

#page-product section .product-info .select-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 599px) {
  #page-product section .product-info .select-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

#page-product section .product-info .select-price .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#page-product section .product-info .left .product-price {
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #1e1e1e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom:20px;        
}

#page-product section .product-info  .left .product-price span {
  margin-left: 12px;
  line-height: 150%;
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 0.25px;
}

#page-product section .product-info .select-price .right {
  padding-top: 10px;
}

#page-product section .product-info .select-price .right .function-wrapper {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#page-product section .product-info .select-price .right .function-wrapper span:first-of-type {
  line-height: 120%;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #1e1e1e;
}

#page-product section .product-info .select-price .right .function-wrapper .product-amount {
  border-left: 1px solid #c7c7c7;
  padding: 0 12px;
  margin-left: 12px;
  font-variant: tabular-nums;
  line-height: 150%;
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 0.25px;
}

#page-product section .product-info .select-price .right .function-wrapper .select-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 3px;
}

#page-product section .product-info .select-price .right .function-wrapper .select-amount img {
  cursor: pointer;
}

#page-product section .product-info .select-price .right .function-wrapper input {
  width: 30px;
}

#page-product section .product-info .select-price .right .function-wrapper button {
  line-height: 120%;
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: 0.25px;
  background: #1e1e1e;
  border: 1px solid #1e1e1e;
  color: #ffffff;
  text-align: center;
  padding: 4px 12px;
  border-radius: 40px;
  margin-left: 12px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

#page-product section .product-info .select-price .right .function-wrapper button:hover {
  background: #ffffff;
  color: #1e1e1e;
}

#page-product section .product-notice {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #page-product section .product-notice {
    margin-bottom: 40px;
  }
}

#page-product section .product-notice div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 18px;
          column-gap: 18px;
  line-height: 150%;
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 0.25px;
  color: #1e1e1e;
  margin-bottom: 14px;
}

#page-product section .product-notice div span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #f9f9f9;
  padding: 4px 12px;
}

#page-product section .product-notice div p {
  padding-top: 4px;
}

#page-product section .product-notice > p {
  border: 1px solid #1e1e1e;
  color: #1e1e1e;
  line-height: 150%;
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 0.25px;
  padding: 4px 12px;
  border-radius: 2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#page-product section .product-promo {
  width: 100%;
  overflow: hidden;
}

#page-product section .product-promo img {
  width: 100%;
  max-width: 100%;
}

.bottom-function {
  position: fixed;
  width: 100vw;
  bottom: 0;
  left: 0;
  z-index: 5;
  background: rgba(255, 255, 255, 0.8);
  border-top: 1px solid #e4e4e4;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 10px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  display: none;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.bottom-function a {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  width: 50%;
  border-radius: 4px;
  padding: 16px 0;
  line-height: 120%;
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.8px;
  color: #1e1e1e;
  background: #ffffff;
  border: 1px solid #1e1e1e;
}

.bottom-function a:last-of-type {
  background: #1e1e1e;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .bottom-function {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 599px) {
  .bottom-function {
    padding: 10px 15px;
  }
}


#page-product section .product-info .select-price .left.productSpec  span:first-of-type {
  line-height: 120%;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #1e1e1e;
  padding-right: 10px;
}



.mb{
	display:none !important;
}

.close-product-function{
	display:none ;
}


.product-function{
	margin-top: 30px;
	display: block;
}

@media screen and (max-width: 768px){
	.product-function{
		position:fixed;
		z-index:21;
		width:100%;
		background: #ffffff;
		left:0;
		
	}
	
	.product-function.active{
		padding: 10px 20px 10px 20px;
		bottom:0;
		
	}
	
	.product-function.active .row{
		display: block;
		
	}
	
	.product-function.active .row .right{
		width : 100%;
		margin-bottom:20px;
	}
	
	.product-function.active .row .left{
		width : 100%;
		margin-bottom:25px;
	}
	
	
	.product-function .add2cart-btn{
		width:100% !important;
		height: 45px !important;
		margin-right:12px;
	}
	
	.mb{
		display:block !important;
	}
	
	.product-function.soldout{
		position: absolute;
		z-index: auto;
	}
	
	.product-function.active .close-product-function{
		display:flex;
	}	
	
	
}

.product-function.soldout{
	display: block;
	
}

.product-function .row, 
.product-function .row .left {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-column-gap: 18px;
    column-gap: 18px;
    line-height: 150%;
    font-weight: 300;
    font-size: 1rem;
    letter-spacing: 0.25px;
    color: #1e1e1e;
    margin-bottom: 15px;
    
    
}


.product-function .row{
	width: 100%
}


.product-function .row .right {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
   	width:50%
    
}


.product-function .row span{
	flex-shrink: 0;
    
    padding: 8px 12px;
}

.product-function .add2cart-btn{
	line-height: 120%;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.5px;
    background: #1e1e1e;
    border: 1px solid #1e1e1e;
    color: #ffffff;
    text-align: center;
    padding: 4px 12px;
    border-radius: 3px;
    margin-left: 12px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    width:60%;
    height:40px;
}





.product-soldout {
	
    margin-bottom: 30px;
    
}


.product-soldout div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 18px;
          column-gap: 18px;
  line-height: 150%;
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 0.25px;
  color: #1e1e1e;
  margin-bottom: 14px;
  width: 100%;
  
}



.product-soldout > p {
  
  color: #1e1e1e;
  line-height: 150%;
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 0.25px;
  padding: 4px 12px;
  border-radius: 2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: 100%;
  background-color: #f9f9f9;
  text-align:center;
  padding-top: 4px;
}





/*
.product-spec-choose .ps-item label.active:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1rem;
	height: 1rem;
	background: linear-gradient(-45deg, transparent, transparent, 50%, #1e1e1e, 50.001%,
		#1e1e1e);
}
*/





#product-function-pop {
  position: fixed;
  left:0;
  
  z-index: 20;
  width:100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.5);
  transition: 0.3s ease-in;
  display: none;
  align-items:flex-end;
  
  
}


#product-function-pop.active {
 	bottom:0;
  	display:flex;
}




/*-----------------------------*/

.flash-sale-wrapper {
  width: 100%;
}

.flash-sale-wrapper.mb{
	display:none !important;
}

@media screen and (max-width: 1024px) {
  .flash-sale-wrapper {
    -webkit-column-gap: 50px;
          column-gap: 50px;
  	
  }
}

@media screen and (max-width: 768px) {
  .flash-sale-wrapper {
    width: 100%;
    padding: 0 10px 0 10px;
    row-gap: 20px;
  }
  
  .flash-sale-wrapper.web{
	display:none !important;
  }
  
  .flash-sale-wrapper.mb{
	display:block !important;
 }
  
}



.flash-sale-wrapper .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto;
   -webkit-column-gap: 15px;
          column-gap: 15px;
  
}

.flash-sale-wrapper .title  .icon-flash-sale{
	width:100%;
	max-width:70px;
}

.flash-sale-wrapper .title  h1{
	font-weight: 700;
  	font-size: 3rem;
  	margin: auto 0;
}


.flash-sale-wrapper  .special-price{
	font-weight: 700;
    font-size: 2rem;
	color: #d33930;
}

.flash-sale-wrapper  img{
	width:100%;
	max-width:30px;
}


  
.flash-sale-wrapper .countdown {
  display: flex;	
  justify-content: center;
  
  
}

@media screen and (max-width: 768px) {
  
  .flash-sale-wrapper .title {
  
  	 -webkit-column-gap: 15px;
          column-gap: 15px;
     justify-content: center;     
  
	}

	.flash-sale-wrapper .title  .icon-flash-sale{
		width:100%;
		max-width:50px;
	}

	.flash-sale-wrapper .title  h1{
	  	font-size: 2.2rem;
	}
	
	.flash-sale-wrapper  .special-price{
    	font-size: 1.7rem;
	}
  
  	.flash-sale-wrapper .countdown{
  		padding-bottom: 30px;
  	}
  
}
/*
@media screen and (max-width: 599px) {
  .flash-sale-wrapper .right {
    padding: 0 15px;
  }
}
*/

/*# sourceMappingURL=product.css.map */