/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/#shopify-section-template--18681003573331__shipping_rx6eeN {
  .t4s-shipping:not(.t4s-shipping:last-child) {border-right: .5px solid #D5D5D5;}
  .t4s-shipping-title{font-weight: 700;margin: 10px 0;}
  .t4s-shipping-des{font-size: 14px;padding: 0 66px;font-weight: 500;}
}

#shopify-section-template--18681003573331__banner_collection_a9Ex79{
  .t4s-col-item.t4s-banner-collection-img{width: 30%;}
  .t4s-col-item.t4s-banner-collection-prs{width: 70%;padding: 0;}
}

#shopify-section-template--18681003573331__banner_collection_a9Ex79{
  .t4s-banner-collection-prs .t4s-row{margin-bottom: 0;}
  .t4s-product:nth-child(1),.t4s-product:nth-child(2),.t4s-product:nth-child(3){margin-top: 0;}
  .t4s-product-wrapper{background-color: #fff;}
  .t4s-banner-content,.t4s-raw-html{width: 100% !important;height: 100%;}
}
.t4s-product-wrapper{
  background-color: #F2F2F2;
  .t4s-product-info{padding: 15px;background-color: #fff;}
  .t4s-product-info__inner{display: flex;justify-content: space-between;align-items: center;flex-direction: column;}
  .t4s-product-title,.t4s-product-price{font-size: 16px;color: #000;letter-spacing: 10%;text-transform: capitalize;font-weight: 400;}
}

#shopify-section-template--18681003573331__testimonials_6C6CKb{
  .t4s-quote-author{font-size: 22px;font-weight: 900;margin: 0 0 15px;}
  .t4s-testimonial-inner{box-shadow: 0px 4px 8px 0px #0000001A;border: none;padding: 25px 45px;}
  .t4s-quote-texts{font-size: 14px;font-weight: 500;margin-top: 0;}
  .t4s-rating svg{margin-right: 10px;}
}

.t4s-top-heading{
  .t4s-section-title{font-size: 45px;font-weight: 900;color: #000;font-family: Helvetica, Arial, sans-serif;}
  .t4s-subtitle.t4s-section-des{font-size: 18px;font-weight: 700;color: #000;font-style: normal;letter-spacing: 10px;margin-bottom: 15px;}
}

#shopify-section-template--18681003573331__newsletter_8hkwpt{
  .t4s-section-inner{background-size: 100% 100%;}
  .t4s-newsletter__inner{box-shadow: 0px 2px 18px 0px #00000026;padding: 8px;}
  .t4s-newsletter__email{font-size: 16px !important;padding: 8px !important;text-transform: capitalize;}
}

.t4s-article-item{
  .t4s-article-title{font-size: 18px;font-weight: 700;color: #000000;letter-spacing: 2px;font-family: Helvetica, Arial, sans-serif;}
  .t4s-article-readmore{font-size: 16px;color: #000;font-weight: 700;margin-top: 0;}
}


#shopify-section-template--18681003573331__17683828370bb295de .t4s-container {
    max-width: 100%;
    padding: 0;
}

.t4s-footer-menu ul{padding-left: 15px;list-style: disc;}
.t4s-footer-menu ul li{margin-bottom: 20px;list-style: disc;}
.t4s-footer-has-border.t4s-footer-border-in:before{max-width: 1280px;}
.t4s-footer .t4s-footer-wrap{padding: 0 5%;}
.t4s-footer-link.t4s-footer-link-active{color: #fff;}


/*---------------- 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){#shopify-section-template--18681003573331__banner_collection_a9Ex79{
    .t4s-col-item.t4s-banner-collection-img{width: 100%;}
    .t4s-col-item.t4s-banner-collection-prs{width: 100%;padding: 15px;}
    .t4s-product:nth-child(2),.t4s-product:nth-child(3){margin-top: 10px;}
    video{position: static !important;}
  }

  .t4s-top-heading{
    .t4s-subtitle.t4s-section-des{letter-spacing: 5px;}
    .t4s-section-title{font-size: 32px;}
  }
}