/** Shopify CDN: Minification failed

Line 44:3 Unexpected ","

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
/*---------------- Custom CSS for only dasktop -------------------*/
/*设置产品页所有选择框都是一半宽度*/
.t4s-swatch__option {
  padding-right: 5px;
  width: 50% !important;
  margin-bottom: 20px;
}
.t4s-swatch.t4s-color-mode__dropdown.t4s-color-size__small.t4s-selector-mode__dropdown {
  display: flex;
  flex-wrap: nowrap;
}

/*---------------- 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){
  /*---------------- Custom CSS for only mobile -------------------*/
/*设置top bar的尺寸都为在一行*/
@media (max-width: 767px) {
  div#b_top-bar-0 {
    width: 15% !important;
  },
  div#b_top-bar-2 {
    width: 60% !important;
  }
  .t4s-row.t4s-top-bar__wrap.t4s-align-items-center {
    display: flex !important;
    flex-wrap: nowrap;
    overflow:hidden;
  }
}
.t4s-quantity-wrapper.t4s-product-form__qty{
 padding-left: 5px;
  width: 30% !important;
  margin-top: 0px;
}
button.t4s-product-form__submit.t4s-btn.t4s-btn-base.t4s-btn-style-default.t4s-btn-color-primary.t4s-w-100.t4s-justify-content-center.t4s-btn-effect-sweep-to-top.t4s-btn-loading__svg{
 padding-right: 5px;
  width: 60% !important;
  margin-top: 0px;
  margin-right: 0px;
}
.t4s-d-flex.t4s-flex-wrap{
 display: flex !important;
    flex-wrap: nowrap;
}

/*首页类目设置为4个一行*/
section#shopify-section-template--15557300781191__collections_list_BkdQfj .t4s-row-cols-3>.t4s-col-item, .t4s-row-cols-3 .flickityt4s-slider>.t4s-col-item {
    width: 25%;
}
section#shopify-section-template--15557300781191__collections_list_BkdQfj .t4s-coll-style-7 .t4s-cat-title {
    font-size: 11px;
    width: 85%;
}
}