/** Shopify CDN: Minification failed

Line 136:2 Expected identifier but found "*"
Line 575:0 Expected "}" to go with "{"

**/
/*component-price*/
.price {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 1.4rem;
  letter-spacing: 0.0rem;
  line-height: 1.2;
  color: #ff6c00;
  justify-content: center;
}
.price__sale,
.price__regular,
.price__sale .money,
.price__regular .money{
   color: #ff6c00(--color_price_text);
   font-weight: 600;
}
.price__compare .money,
.price__compare *{
  color: var(--color_price_compare_text);  
    font-weight: 400;
}
.money{
  font-size: 15px;  
}
.price.price--unavailable {
  visibility: hidden;
}

.price--end {
  justify-content: flex-end;
}

.price dl {
  margin: 0;
  display: flex;
  flex-direction: column;
}

.price dd {
  margin: 0 1rem 0 0;
}

.price .price__last:last-of-type {
  margin: 0;
}

@media screen and (min-width: 750px) {
  .price {
    margin-bottom: 0;
  }
}

.price--large {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.13rem;
}

@media screen and (min-width: 750px) {
  .price--large {
    font-size: 1.8rem;
  }
}

.price--sold-out .price__availability,
.price__regular {
  display: block;
}
 
.price__sale,
.price__availability,
.price .price__badge-sale,
.price .price__badge-sold-out,
.price--on-sale .price__regular,
.price--on-sale .price__availability,
.price--no-compare .price__compare {
  display: none;
}

.price--sold-out .price__badge-sold-out,
.price--on-sale .price__badge-sale {
  display: inline-flex;
}

.price--on-sale .price__sale {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.price--center {
  display: flex;
  justify-content: center;
}
.unit-price {
  font-size: 1.1rem;
  letter-spacing: 0.04rem;
  line-height: 1.2;
  margin-top: 0.2rem;
  text-transform: uppercase;  
}


  /*End price*/
/*End component-price*/
/*Custom product*/  
.spr-badge-caption{
  display: none !important;
}
.spr-icon{
  color: var(--color_rating_text);
  font-size: 10px !important;
  margin: 0 1px;
}
.spr-icon:first-child{
  margin-left: 0 !important;
}
.spr-icon:last-child{
  margin-right: 0 !important;
}
.product-item__rating{
  margin-top: 5px;
}
.product-item__title{
   display: inline-block;
  *display: inline;
  margin-left: 0px;
  margin-right: 20px;
  zoom: 1;
  transition: all 500ms ease;
  line-height: 1.5em;
  text-transform: capitalize;
  font-weight: 450;
  font-size: 13px;
  color: var(--color_product_title_text);
  font-family: var(--font_1);
  text-decoration: none;
}
.product-item__title:focus,
.product-item__title:hover{
  color: var(--color_primary);
}
.product-item__image{
  width: 100% !important;
  background-size: cover;
  background-position: center;
  display: block;
}
.product-item__bottom,
.product-item__top{
  overflow: hidden;
  font-size: 0;
  position: relative;  
}
.product-item__top .product-item__hover_image{
  display: block;  
  font-size: 0;
  text-align: center;
  position: relative;
}
.product-item__top product-wishlist a.product-item__icon {
  position: absolute; 
  width: 20px;
  height: 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.35s;
}
.product-item__top product-wishlist a.product-item__icon .cs-icon:before{
  font-size: 20px;
  color: var(--color_body);
  transition: all 0.35s;
}
.product-item__top product-wishlist a.product-item__icon.is-added .cs-icon:before,
.product-item__top product-wishlist a.product-item__icon:hover .cs-icon:before{
  color: var(--color_primary);
}
.product-item__image_second{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  transition: all .5s ease;
}
.product-item__top:hover .product-item__image_second,
.product-item__top:focus .product-item__image_second{
  opacity: 1;
}
.product-item__bottom{
  transition: all .5s ease;  
}
.product-item__grid:hover .product-item__top product-wishlist  a.product-item__icon,
.product-item__list:hover .product-item__top product-wishlist  a.product-item__icon{
  transform: translate(-5px,5px);
}
 /*price*/  
.product-item__price dl{
  display: flex;
  flex-wrap: wrap;
  align-items: center;  
}
.product-item__price dl dd{
  margin-bottom: 0;
}
.product-item__price dl dd:last-child{
  margin-right: 0 !important;
}
.product-item__price{
  font-family: var(--font_1);
}

/*End Custom product*/
.product-item__grid{text-align: center; margin-bottom: 35px;}

.product-item__grid dl{
  justify-content: center;  
  margin: 0 auto;
}
.product-item__grid .product-item__bottom,
.product-item__grid .product-item__top{
  width: 100%;
  text-align: center;
}
.product-item__grid .product-item__bottom{
  padding-top: 30px;
}
.product-item__grid .product-item__title{
  margin-bottom: 15px;
  margin-top: 0px;
  margin-right: 8px;
   margin-left: : 8px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 60px;
}

.product-item__top  .product-item__hover .product-item__addcart,
.product-item__bottom  .product-item__hover .product-item__addcart,
.product-item__top .product-item__hover .product-item__quickview,
.product-item__bottom .product-item__hover .product-item__quickview{
  transform: translateY(-5px);
}
.product-item__bottom .product-item__hover .product-item__compare,
.product-item__top .product-item__hover .product-item__compare{
  transform: translateY(-10px);
}
.product-item__hover{
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  /*sass-lint:disable no-misspelled-properties*/
  -ms-flex-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 30px;
  text-align: center;
}
.product-item__hover .product-item__icon{  
  height: 40px;
  line-height: 38px;
  width: 40px;
  font-weight: 500;
  padding: 0;
  border-radius: 100%;
  cursor: pointer;
  color: var(--color_button_text);  
  background-color: var(--color_button_bg);
  border: 1px solid var(--color_button_border);
  display: block;
  text-decoration: none;
  position: relative;
}
.product-item__hover .product-item__icon .cs-icon{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-item__hover .product-item__icon .cs-icon:before{
  color: currentcolor;
  font-size: 20px;
}
.product-item__hover .product-item__icon.is-added,
.product-item__hover .product-item__icon:hover{  
  color: var(--color_btn_text1);
  border:1px solid var(--color_btn_border1);
  background-color: var(--color_btn_bg1);
}
.product-item__grid .product-item__top product-wishlist a.product-item__icon {
  top: 5px;
  right: 5px;
}
.product-item__bottom .product-item__hover > div,
.product-item__top .product-item__hover > div{     
  margin-left: 5px;
  margin-right: 5px;
  opacity: 0;
  transition: all .5s ease;     
}
.product-item__list:hover .product-item__bottom .product-item__hover > div,
.product-item__grid:hover .product-item__top .product-item__hover > div{
  opacity: 1;
  transform: translateY(0);
  margin-top: 0 !important;
}
@media screen and (max-width: 991px){
  .product-item__grid .product-item__bottom{
    padding-top: 15px;
  }
}
@media screen and (max-width: 575px){  
  .product-item__hover .product-item__icon{      
    height: 30px;
    line-height: 28px;
    width: 30px;
  }
}
.product-item__list{
  display: flex;
  flex-wrap: wrap;  
  justify-content: flex-start;    
  align-items: flex-start;
  margin-bottom: 35px;
}
.product-item__list .product-item__title{
  margin-bottom: 8px;
  margin-top: 0;
}
.product-item__list .product-item__top{
  width: 48%;
}
.product-item__list .product-item__bottom{
  width: 52%;
  text-align: left;
  padding-top: 0;
  padding-left: 20px;
  padding-bottom: 55px;
} 
.product-item__list .product-item__bottom .product-item__hover{
  bottom: 0;
}
.product-item__list .product-item__top product-wishlist a.product-item__icon{
  top: 10px;
  right: 10px;
}
.product-item__list .product-item__hover{    
  justify-content: flex-start;  
  padding-left: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
  .product-item__list .product-item__bottom{
    padding-bottom: 45px;
     padding-left: 10px;
  }
  .product-item__list .product-item__hover{  
    padding-left: 10px;
  }
  .product-item__list .product-item__hover .product-item__icon{
    height: 30px;
    line-height: 28px;
    width: 30px;
  }
}
@media screen and (max-width: 425px){
  .product-item__list .product-item__bottom{
    padding-bottom: 45px;
     padding-left: 10px;
  }
  .product-item__list .product-item__hover{  
    padding-left: 10px;
  }
  .product-item__list .product-item__hover .product-item__icon{
    height: 30px;
    line-height: 28px;
    width: 30px;
  }
}
.product-item__list .product-item__hover > div{     
  margin-left: 0;
  margin-right: 10px;  
  transition: all .5s ease;  
  min-width: 20px;
}
.product-item__list .product-item__hover > div a{    
  text-decoration: none;
  display: block;
}
.product-item__list .price{
  justify-content: flex-start !important;
}
@media screen and (max-width: 991px){
  .product-item__quickview{
    display: none;
  }
}
@media screen and (max-width: 767px){
 .product-item__hover > div{
    opacity: 1 !important;
    transform: translateY(0) !important;
    margin-top: 0 !important;
  }
}

/*sb-product*/
.collection--template__sidebar .product-item__list .product-item__top{
  width: 30%;
}
.collection--template__sidebar .product-item__list .product-item__bottom{
  width: 70%;  
  padding-top: 0px;
  padding-left: 10px;
} 

.collection--template__sidebar .product-item__list .price--on-sale .price__sale{
  justify-content: flex-start;
}
/*End sb-product*/
/* group label */
.product-labels {
  position: absolute;
  top: 15px;
  left: 0px;
}
.product-labels .product__labels-item {
  position: relative;

  width: auto;
  height: 20px;
  border-radius: 0;
  font-family: var(--font_1);
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
  transition: all 500ms ease;
      
  display: block;
  font-size: 12px;
  border-width: 0px;
  height: 20px;
  line-height: 20px;
  padding-left: 3px; 
  padding-right: 8px;
}
.product-labels .product__labels-item:before {
  content: '';
  left: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
  -webkit-clip-path: polygon(100% 0%, 50% 50%, 100% 100%, 50% 100%, 0% 50%, 25% 0%);
  clip-path: polygon(100% 0%, 50% 50%, 100% 100%, 50% 100%, 0% 50%, 25% 0%);
  width: 16px;
  height: 100%;
  transform: translateX(-50%);
}


.product-labels .product__labels-item{
  color: #fff;  
}

.product-labels .product__labels-item * {
  color: currentcolor;
}

@media only screen and (max-width: 991px) {
  .product-labels {
    top: 3px;
  }

  .product-labels .product__labels-item {
    margin-bottom: 3px;
  }
}

@media only screen and (max-width: 767px) {
  .product-labels {
    display: none;
  }
}

/*effect*/
.product-item__icon.loading{
  position: relative;  
}
.product-item__icon.loading > *{
  display: none;
}
.product-item__icon.loading:after{
  	content: '';
  	width: 16px;
    height: 16px;
  	margin-top: -8px;
  	margin-left: -8px;
  	top: 50%;
    left: 50%;  	
  	background-color: transparent;
  	border: 1px solid currentcolor;  
  	border-right: 0;
  	border-bottom: 0;
  	border-radius: 100%;
  	position: absolute;  	    
    animation-name: loading;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    animation-timing-function: linear;    
  	display: block !important;
}
.product-item__sold-out .product-item__addcart .product-item__icon:hover, 
.product-item__sold-out .product-item__addcart .product-item__icon:focus,
.product-item__sold-out .product-item__addcart .product-item__icon{
  opacity: 0.5;
  pointer-events: none;
}
/* --- Vendor Link Hover Effect --- */
/* 供應商連結容器 - 設定固定高度和溢出隱藏 */
.product-vendor {
  height: 1.2em; /* 設定一個基於字體大小的固定高度 (1.2em 約等於一行文字高度) */
  line-height: 1.2em; /* 確保文字垂直居中 */
  overflow: hidden; /* 隱藏超出高度的內容 */
  margin-bottom: 8px; /* 保留原本的底部間距 */
  font-size: 0.9em; /* 保留原本的字體大小 */
  /* color: #555555; */ /* 移除容器上的顏色，由連結 a 控制 */
}

/* 設定供應商連結的基本顏色和省略號樣式 */
.product-vendor a {
  color: #555555; /* 您可以改成您想要的預設顏色 */
  text-decoration: none; /* 可選：移除底線 */
  transition: color 0.2s ease; /* 可選：讓顏色變化更平滑 */
  /* 限制單行顯示並加上省略號 */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block; /* 改為 block 或 inline-block 填滿容器寬度 */
  width: 100%; /* 確保填滿容器寬度 */
  vertical-align: top; /* 確保從頂部對齊 */
}

/* 設定滑鼠懸停在供應商連結上時的顏色 */
.product-vendor a:hover {
  color: #007bff; /* 您可以改成您想要的懸停顏色 (例如藍色) */
  text-decoration: underline; /* 可選：懸停時加上底線 */
}
  @media screen and (max-width: 800px){
    .product-vendor{  
    margin-left: 30px;
    margin-right: 30px;
    } 
