/** Shopify CDN: Minification failed

Line 125:1 Expected "}" to go with "{"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
.t4s-btn-currencies-sidebar {
  margin-top: 30px;
  display: none;
}
.t4s-tab-wrapper {
  border-top: 1px solid #716456;
}
.t4s-tab__title {
  align-items: center;
  justify-content: space-between;
  background-color: white;
}
.t4s-tab__title .t4s-tab__icon {
  width: 44px;
  height: 44px;
  background-color: #fff;
  color: #716456;
  position: relative;
  display: block;
  flex: 0 0 auto;
  margin-left: 5px;
}
/* ===== Product Page Title ===== */
h1.t4s-product__title,
.t4s-product__title h1 {
    font-family: "Maven Pro", sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
}

/* ===== Collection Product Card Title ===== */
.t4s-product-title, 
.t4s-product-title a {
    font-family: "Maven Pro", sans-serif !important;
    font-weight: 500 !important;
}

/* ===== Product Price ===== */
.price, 
.t4s-price, 
.t4s-product-price {
    font-family: "Maven Pro", sans-serif !important;
}
/* Product Description Font Size */
.t4s-product__info-wrapper .t4s-product__description,
.t4s-product__description * {
    font-size: 12px !important;   
    line-height: 1.6 !important;
}
/* Product Title */
h1.t4s-product__title,
.t4s-product__title h1 {
    color: #3E2B21 !important;
}

/* Price */
.t4s-product-price,
.price,
.t4s-price {
    color: #3E2B21 !important;
}

/* Labels like "COLOR:", "DESCRIPTION", etc.*/
.t4s-product-form__label,
.t4s-product__meta,
.t4s-product__description-title {
    color: #3E2B21 !important;
}

/* Product description text */
.t4s-product__description,
.t4s-product__description * {
    color: #3E2B21 !important;
}
/* Product description styling */
.t4s-product-description,
.t4s-product-description p,
.t4s-product-description li {
    font-family: "Maven Pro", sans-serif !important;
    text-transform: lowercase !important;     /* 全部先变小写 */
    font-size: 12px;                         
    line-height: 1.8;
    letter-spacing: 0.5px;
}

/* 句子首字母大写 */
.t4s-product-description p::first-letter,
.t4s-product-description li::first-letter {
    text-transform: uppercase !important;
}

.t4s-product__des p::first-letter,
.t4s-product__des li::first-letter,
.t4s-tab__content.t4s-product__des p::first-letter,
.t4s-tab__content.t4s-product__des li::first-letter {
    text-transform: uppercase !important;

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  
}