/** Shopify CDN: Minification failed

Line 30:13 Expected ":"

**/
.wholesale-title{
  font-size: clamp(24px, 2.8vw, 40px);
}
html[data-name="wholesale"]{
  padding-bottom: 0;
}
body[data-name="wholesale"] .main-content .common-wrapper{
  max-width: 1200px;
  width: unset;
  padding: 0 16px;
}
body[data-name="wholesale"] .main-content{
  padding-top: 0;
  padding-bottom: clamp(40px, 8vw, 160px);
}
body[data-name="wholesale"] .main-content>.page-width{
  display: none;
}
.main-content .checkout-or-cart .add-to-cart-btn img{
  display: none;
}
.wholesale-banner .common-media-item .common-banner-title{
  font-size: clamp(36px, 3.75vw, 72px) !important;
  color: #fff !important;
  font-weight
}
.wholesale-banner .common-media-item .common-subtitle{
  font-size: clamp(14px, 1.2vw, 24px) !important;
  color: #fff;
}
.wholesale-banner .common-media-item::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    to top,
    rgba(0,0,0,1),
    rgba(0,0,0,0.7),
    rgba(0,0,0,0)
  );
}

@media (max-width:768px) {
  .wholesale-banner .bg-text-wrapper-inner{
    margin-top: 10%;
  }
}
/* Wholesale scene start */
.section-wholesale-scene{
  padding-bottom: clamp(80px, 8vw, 160px);
}
.section-wholesale-scene img{
  display: block;
  width: 100%;
  height: auto;
}
.scene-header{
  margin-bottom: clamp(40px, 4vw, 80px);
  font-size: clamp(14px, 2vw, 24px);
  color: #1A1A1A;
}
.scene-header strong{
  color: rgb(136, 50, 0);
}
.scene-wrapper{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
.scene-wrapper .scene-item{
  position: relative;
  width: calc(25% - 18px);
  border-radius: 16px;
  overflow: hidden;
}
.scene-wrapper .scene-item::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(102, 102, 102, 0.00) 0%, rgba(0, 0, 0, 0.60) 100%);
  /* transition: all 0.3s ease-in-out; */
}
.scene-wrapper .scene-item:hover::before{
  opacity: 0;
}
.scene-item .scene-text{
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0 16px;
  font-size: 16px;
  color: #000;
}
@media (max-width: 768px) {
  .scene-wrapper{
    gap: 10px;
  }
  .scene-wrapper .scene-item{
    width: calc(50% - 5px);
  }
  .scene-item .scene-text{
    font-size: 12px;
  }
  .scene-wrapper .scene-item{
    border-radius: 8px;
  }
}
/* Wholesale scene end */

/* wholesale icon text start */
.wholesale-icon-text{
  padding-bottom: clamp(80px, 8vw, 160px);
}
.icon-text-title{
  margin-bottom: clamp(40px, 4vw, 80px);
}
.icon-text-container{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.icon-text-container .icon-text-item{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  width: calc(20% - 10px);
  padding: 16px 8px;
  border-radius: 8px;
  background: #F5F5F5;
  border: 2px solid #F5F5F5;
  cursor: pointer;
}
.icon-text-container .icon-text-item.active{
  border: 2px solid rgb(136, 50, 0);
}
.icon-text-item .icon{

}
.icon-text-item .text{
  text-align: center;
  font-weight: 600;
  margin: auto 0;
}
.icon-text-item .text p{
  margin-bottom: 0;
  font-weight: 600;
}
.icon-text-expand{
  margin-top: 5%;
}
.icon-text-expand .expand-item{
  display: none;
}
.icon-text-expand .expand-item.active{
  display: block;
}
.icon-text-container .expand-item{
  opacity: 0;
  transition: all .2s ease-in-out;
  max-height: 1px;
}
.icon-text-container .expand-item.active{
  opacity: 1;
  max-height: 100%;
}
.expand-item .expand-title{
  font-size: clamp(24px, 2vw, 36px);
  color: rgb(136, 50, 0);
  margin-bottom: 16px;
}
.wholesale-icon-text .expand-text{
  font-size: clamp(14px, 1.6vw, 24px);
}
@media (min-width: 769px) and (max-width:1024px) {
  .icon-text-container .icon-text-item{
    width: calc(33.33% - 8px);
  }
}
@media (min-width: 769px) {
  .wholesale-icon-text .hide-pc{
    display: none !important;
  }
}
@media (max-width: 768px){
  .icon-text-container{
    gap: 6px;
  }
  .icon-text-container .icon-text-item{
    width: 100%;
  }
  .wholesale-icon-text .hide-mb{
    display: none !important;
  }
}
/* wholesale icon text end */

/* wholesale products start */
.wholesale-products{
  padding: clamp(48px, 8vw, 160px) 0;
  background: #F5F5F5;
}
.wholesale-products img{
  display: block;
  width: 100%;
  height: auto;
}
.collection-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.wholesale-products .header{
  margin-bottom: clamp(40px, 4vw, 80px);
}
.collection-item{
  width: calc(25% - 18px);
  padding: 16px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
}
.collection-item .collection-title{
  font-size: clamp(16px, 1.6vw , 22px);
  margin-bottom: 12px;
}
.collection-discount {
  margin: 0;
}
.collection-discount li{
  display: flex;
  justify-content: space-between;
  list-style: none;
}
.collection-discount li:not(:last-child){
  margin-bottom: 12px;
}
.wholesale-products .label{
  padding: 4px 16px;
  color: #fff;
  border-radius: 100px;
  background: #1d2939;
}
.collection-item .buy-now{
  margin-top: 24px;
  text-align: center;
  padding: 4% 4%;
  color: #fff;
  border-radius: 6px;
  background: #1d2939;
  cursor: pointer;
}
.collection-item .buy-now:hover{
  opacity: 0.8;
}
.collection-item .contact-target{
  cursor: pointer;
}
/*  */
.wholesale-products-popup{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  padding: 0 16px;
  display: none;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #F5F5F5;
}
.products-cotainer{
  position: absolute;
  top: 50%;
  left: calc(50% - 8px);
  transform: translate(-50%,-50%);
  width: 96%;
  max-width: 1600px;
  border-radius: 24px;
  background: #F5F5F5;
}
.products-cotainer .close{
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.products-cotainer .close svg{
  display: block;
}
.products-wrapper{
  max-width: 1350px;
  margin: 0 auto;
  padding: 4% 2%;
}
.products-cotainer .wholesale-title{
  margin-bottom: 24px;
}
.products-cotainer .products-swiper-container{
  display: none;
}
.products-cotainer .products-swiper{
  height: 100%;
  /* padding-bottom: 5%; */
} 
.products-swiper .swiper-scrollbar{
  width: 10%;
  left: 50%;
  transform: translateX(-50%);
  background: #FFF;
}
.products-swiper .swiper-scrollbar .swiper-scrollbar-drag{
  background: #1d2939;
}
.product-item{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 16px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
}
.product-item .product-image{
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
.product-image img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: 100%;
  width: auto;
}
.product-item .product-content{
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}
.product-item .product-title-new{
  font-size: clamp(14px, 1.6vw , 22px);
  margin-bottom: 12px;
}
.product-discount {
  margin: 0;
}
.product-discount li{
  display: flex;
  justify-content: space-between;
  list-style: none;
}
.product-discount li:not(:last-child){
  margin-bottom: 12px;
}
.price-box .original-price{
  font-size: 14px;
  text-decoration: line-through;
  color: #666;
}
.product-item .buy-now{
  margin-top: 24px;
  text-align: center;
  padding: 4% 4%;
  color: #fff;
  border-radius: 6px;
  background: #1d2939;
  cursor: pointer;
}
.product-item .buy-now-btn{
  display: none;
}
.product-item .learn-more{
  display: inline-block;
  width: 100%;
  margin-top: 24px;
  text-align: center;
  padding: 4% 4%;
  color: #fff;
  border-radius: 6px;
  background: #1d2939;
}
.product-item .add-form{
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 8px;
}
.product-item .add-cart{
  flex: 1;
}
.product-item .add-cart a{
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 6% 4%;
  color: rgb(136, 50, 0);
  border-radius: 6px;
  border: 1px solid rgb(136, 50, 0);
  background: #FFF;
}
.product-item .add-cart span{
  color: rgb(136, 50, 0);
}
.products-wrapper .swiper-button-prev, 
.products-wrapper .swiper-button-next{
  background-image: none;
  width: 48px;
  height: 48px;
}
.products-wrapper .swiper-button-prev{
  left: -55px;
}
.products-wrapper .swiper-button-next{
  right: -55px;
}
.products-wrapper .swiper-button-prev.swiper-button-disabled,
.products-wrapper .swiper-button-next.swiper-button-disabled{
  opacity: 0;
}
.products-swiper-container{
  position: relative;
}
@media (max-width:1400px) {
  .products-wrapper .swiper-button-prev{
    left: 10px;
  }
  .products-wrapper .swiper-button-next{
    right: 10px;
  }
  .products-wrapper .swiper-button-prev, 
  .products-wrapper .swiper-button-next{
    background-image: none;
    width: 36px;
    height: 36px;
  }
  .products-wrapper .swiper-button-prev svg,
  .products-wrapper .swiper-button-next svg{
    width: 36px;
    height: 36px;
  }
}
@media (min-width: 769px) and (max-width:1024px) {
  .collection-item{
    width: calc(50% - 12px);
  }
}
@media (max-width: 1024px) {
  .products-cotainer{
    left: 50%;
  }
}
@media (max-width: 768px) {
  .collection-wrapper{
    row-gap: 15px;
    column-gap: 10px;
  }
  .collection-item{
    width: 100%;
  }
  .collection-discount li,
  .product-discount li{
    font-size: 14px;
  }
  .wholesale-products .label{
    font-size: 14px;
  }
  .price-box .original-price{
    font-size: 12px;
  }
  .collection-item .buy-now{
    font-size: 14px;
  }
  .products-wrapper{
    padding: 42px 16px 16px;
  }
  .products-cotainer .close{
    top: 15px;
    right: 15px;
  }
  .products-cotainer .close svg{
    width: 20px;
    height: 20px;
  }
  .products-swiper .swiper-scrollbar{
    width: 50%;
  }
}
/* wholesale products end */

/* Wholesale map start */
.wholesale-map{
  padding: clamp(80px, 8vw, 160px) 0;
}
.wholesale-map .common-section-container{
  padding-bottom: 0 !important;
}
.wholesale-map .common-header .common-title{
  font-size: clamp(24px, 3vw, 40px) !important;
  text-align: left;
}
.wholesale-map .common-header{
  margin-bottom: clamp(40px, 4vw, 80px);
}
/* Wholesale map end */

/* Wholesale contact start */
.wholesale-contact{
  padding: clamp(48px, 8vw, 160px) 0;
}
.wholesale-contact label{
  display: none;
}
.wholesale-contact .header{
  margin-bottom: 5%;
}
.wholesale-contact .wholesale-title{
  margin-bottom: 4%;
}
.wholesale-contact .subtext{
  font-size: clamp(14px, 1.6vw, 24px);
  color: #1A1A1A;
  font-weight: 500;
}
.contact__fields{
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
}
.field textarea{
  width: 100%;
}
.field__input{
  color: #7F7F7F;
  border-radius: 8px;
  background: #F5F5F5;
}
.field__input:focus {
  outline: 2px solid rgb(136, 50, 0);
}
.contact__button button{
  padding: 10px 40px;
  color: #fff;
  border-radius: 6px;
  background: #1d2939;
}
@media (max-width: 767px){
  .contact__fields{
    gap: 8px;
    margin-bottom: 8px;
  }
  .contact__fields .field{
    width: 100%;
  }
  .contact__fields .field .field__input{
    width: 100%;
    font-size: 16px;
  }
  .contact__button button{
    width: 100%;
  }
}
/* Wholesale contact end */
.wholesale-choose-us{
  padding: clamp(80px, 8vw, 160px) 0;
  background: #F5F5F5;
}
.wholesale-choose-us .header{
  margin-bottom: clamp(40px, 4vw, 80px);
}
.wholesale-choose-us .layout-container{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 36px;
  grid-row-gap: 36px;
}
.wholesale-choose-us .layout-container .item{
  display: flex;
  border-radius: 8px;
  background: #FFF;
}
.wholesale-choose-us .layout-container .item-1{
  grid-area: 1 / 1 / 3 / 2;
  flex-direction: column;
  padding: 12%;
}
.wholesale-choose-us .layout-container .item-2{
  grid-area: 1 / 2 / 2 / 4;
  justify-content: space-between;
  padding: 5%;
}
.wholesale-choose-us .layout-container .item-3{
  grid-area: 2 / 2 / 3 / 4;
  justify-content: space-between;
  padding: 5%;
}
.wholesale-choose-us .text-container .title{
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 600;
  line-height: 1.2;
}
.wholesale-choose-us .text-container .subtitle{
  margin-top: 10px;
  font-size: clamp(16px, 1.6vw, 24px);
}
.wholesale-choose-us .image-container img{
  display: block;
  width: 100%;
  height: auto;
}
.layout-container .item-1 img{
  margin-top: 20%;
}
.layout-container .item-2 img{
  max-width: 300px;
}
.layout-container .item-3 img{
  max-width: 420px;
}
@media (max-width: 768px) {
  .wholesale-choose-us .layout-container{
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .wholesale-choose-us .layout-container .item{
      padding: 20px;
      justify-content: space-between;
  }
  .wholesale-choose-us .layout-container .item-1{
      flex-direction: row;
  }
  .wholesale-choose-us .layout-container .item-2{
    padding: 5%;
  }
  .wholesale-choose-us .layout-container .item-3{
    padding: 5%;
    flex-wrap: wrap;
    gap: 40px;
  }
  .layout-container .item-1 img{
    margin-top: 0;
    max-width: 110px;
  }
  .layout-container .item-2 img{
    max-width: 145px;
  }
  .layout-container .item-3 img{
    max-width: unset;
  }
  .wholesale-choose-us .text-container{
    width: 50%;
  }
  .layout-container .item-1 .image-container{
    margin-right: 8%;
  }
  .item-3 .image-container{
    width: 100%;
  }
}

/* Wholesale faq start */
.wholesale-faq{

}
.wholesale-faq .header{
  margin-bottom: clamp(40px, 4vw, 80px);
}
.wholesale-faq .common-faq-item-title{
  font-size: clamp(16px, 1.2vw, 20px);
  color: #1d2939;
}
.wholesale-faq .common-faq-item-text{
  font-size: clamp(14px, 1vw, 18px);
  color: #000000;
}
.wholesale-faq .common-faq-item-text a{
  color: #777777;
  text-decoration: underline;
}
.wholesale-faq .common-faq-item-text ul{
  margin-bottom: 20px;
}
@media (max-width: 768px){
  .wholesale-faq .common-faq-item-header{
    padding: 16px;
  }
  .wholesale-faq .common-faq-item-content{
    padding: 32px 16px;
  }
}
/* Wholesale faq end */
quantity-input{
  position: relative;
  display: flex;
  color: inherit;
  --color-foreground: 255, 255, 255;
  border-radius: 4px;
  height: 2em;
  min-height: initial;
  border: none;
  box-shadow: none;
  min-width: initial;
  width: auto;
  overflow: hidden;
}
quantity-input button{
  display: flex;
  align-items: center;
  width: 2em;
  font-size: inherit;
  height: inherit;
  color: #000;
  background-color: #f5f5f5!important;
  box-shadow: none!important;
}
quantity-input button svg{
  pointer-events: none;
}
quantity-input input{
  color: #000;
  text-align: center;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0;
  background: rgba(102, 102, 102, 0.40) !important;
  box-shadow: none!important;
  height: inherit;
  width: 3em;
  padding: 0 0.2rem;
  flex-grow: 1;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
quantity-input input::-webkit-inner-spin-button,
quantity-input input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
quantity-input input {
  -moz-appearance: textfield; 
}
@media (min-width:1381px) {
  .products-cotainer .products-swiper-container{
    height: 645px;
  }
}
@media (min-width: 1200px) and (max-width:1380px){
  .product-item .product-image{
    padding-bottom:50%;
  }
  .product-item .learn-more{
    margin-top: 12px;
    padding: 2% 4%;
  }
  .product-item .add-cart a{
    padding: 3% 4%;
  }
  .products-cotainer .products-swiper-container{
    height: 10%;
  }
  .products-wrapper{
    padding: 2%;
  }
}
@media (min-width: 769px) and (max-width:1200px){
  .product-item .product-image{
    padding-bottom:70%;
  }
  .product-item .learn-more{
    margin-top: 12px;
    padding: 2% 4%;
  }
  .product-item .add-cart a{
    padding: 3% 4%;
  }
  .products-cotainer .products-swiper-container{
    height: 10%;
  }
  .products-wrapper{
    padding: 2%;
  }
}