/** Shopify CDN: Minification failed

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

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
#shopify-section-template--24660457259289__collections_list_JhQFCw {
  padding: 0 15px;
}
#shopify-section-template--24660457259289__sectionai_promo_split_image_Yxn6ER .sectionai-image-overlay {
    bottom: 111px;
}
.t4s-coll-style-1 .t4s-cat-title, .t4s-coll-style-6 .t4s-cat-title, .t4s-coll-style-9 .t4s-cat-title {
 padding: 0px 0px;
}
section#shopify-section-template--24660457259289__product_video_section_zMPPNB {
    padding: 0 12px;
}
@media (max-width: 767px) {
  .t4s-banner-content.t4s-content-position.t4s-pa.t4s-auto.t4s-pe-none.t4s-text-md-center.t4s-text-center.t4s-bg-content-false.t4s-br-content-false.t4s-br-style-solid {
    width: 100%;
  }
.t4s-product-quick-view [class*="description"],
.t4s-product-quick-view .product-description,
.t4s-product-quick-view .t4s-product-description {
  display: none !important;
}
header.t4s-section-header-inline {
  position: fixed;
  top: 45px;
  left: 0;
  width: 100vw;
  z-index: 9998;
}
span.powrMark__text {
  display: none !important;
}
.t4s-product-info__item.t4s-product__description {
    color: black !important;
}

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  .t4s-product-info__item.t4s-product__description {
    color: black !important;
}
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  .t4s-product-info__item.t4s-product__description {
    color: black !important;
}
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  .t4s-product-info__item.t4s-product__description {
    color: black !important;
}
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  .t4s-product-info__item.t4s-product__description {
    color: black !important;
}
}