/** Shopify CDN: Minification failed

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

**/
@media ( max-width: 767px ) {
	h3.large-text, 
    .bottom_text_wrap h2{
	    font-size: calc(30.07087px*var(---font-adjust-heading)) !important;
	}
    .homepage-slideshow.with-half-image .hero__content h2.hero__title_sub {
        font-size: calc(30.07087px*var(---font-adjust-heading))  !important;
    }


    .homepage-logos {
      padding-top: 0;
      padding-bottom: 0;
    }

    [data-section-id="template--17605822153016__45751813-06f4-4525-b21a-e03e8bab87d5"] .rich-wrap-text {
      display: none;
    }


    /* product brick */
  .brick__product {
    margin-top: 0;
  }
  .brick__block__text {
      height: auto !important;
      min-height: 1px !important;
      padding-bottom: 0;
  }
  
  .brick__product {
      padding-bottom: 0 !important;
  }
}


body .homepage-collection-tabs .tabs--pill>.tab-link.current,
body .homepage-collection-tabs .tabs--pill>.tab-link:hover{
    background: #D7DECD;
}

/*
* Inner page section Heading styles
*/
.brick__section .custom-image-text .hero__content__wrapper .hero__content h1.hero__title.h2,
.brick__section .custom-image-text .hero__content__wrapper .hero__content p.hero__kicker {
        font-size: calc(30.07087px*var(---font-adjust-heading)) !important;
}

@media ( max-width: 1024px ) {
    .brick__section .custom-image-text .hero__content__wrapper .hero__content h1.hero__title.h2,
    .brick__section .custom-image-text .hero__content__wrapper .hero__content p.hero__kicker {
        font-size: calc(30.07087px*var(---font-adjust-heading)) !important;
    }

}

.container-width-slide h2.hero__title_sub{
    font-size: calc(30.07087px*var(---font-adjust-heading)) !important;
}


/* Logo */
@media ( max-width: 500px ) {
  .logo__img {
    height: 63.6px;
    width: auto;
  }
}

/* only left product text css*/
#tsw-p p{
  color:#000;
  font-weight:600;
  font-size: 12px;
  /* Anti-blur */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* cart-item-slide Zoom icon hide */
.cart-item-slide .product-img-zoom{
  display:none !important;
}

#my-p p {
    color: #dc514a;
    font-size: 12px;
    margin-bottom: 4px;
    text-decoration: underline;
}

  @media (max-width: 767px) {
    .product__button__meta {
    justify-content: center;
  }

@media (max-width: 500px) {
#my-p p {
    font-size: 13px;
}
}