/** Shopify CDN: Minification failed

Line 127:22 Unexpected "{"
Line 127:29 Expected ":"
Line 128:15 Expected identifier but found whitespace
Line 128:17 Unexpected "{"
Line 128:24 Expected ":"
Line 128:64 Expected ":"

**/
.header-item--split-left{
  justify-content:flex-start !important;
}
.header-item.header-item--split-right {
    justify-content: flex-end !important;
}
@media screen and (min-width: 769px) {
  .header-item.header-item--left.header-item--navigation {
    display: none;
}
.site-header {
    padding-block: 10px;
}
.text-with-icons__block-title h3 {
    font-size: 20px;
}
}
h2.h1.section-heading {
    font-size: 30px;
    color: #4a4a4a;
}
.announcement-bar {
    font-size: 13px;
    font-weight: 600;
}
.header-item.header-item--split-right .site-nav__expanded-item:nth-child(1) {
    display: none;
}
.text-with-icons__block-title h3 {
    color: #000;
}
.text-with-icons__blocks .text-with-icons__block-text p {
    font-size: 16px;
}
.stamped-carousel-title.stamped-style-color-title {
    font-family: 'Poppins';
    font-size: 35px !important;
    font-weight: 400 !important;
    color: #4a4a4a !important;
}
@media screen and (max-width: 767px) {
    .stamped-carousel-title.stamped-style-color-title {
    
    font-size: 24px !important;

}
.announcement-text-wrapper *:after {
    font-size: 12px !important;
}
.announcement-text-wrapper{
  gap: 5px !important;
}
h2.h1 {
    font-size: 24px;
}
h2.h1.section-heading {
    font-size: 24px;
    color: #4a4a4a;
}

.feature-row--66 .feature-row__images, .feature-row-wrapper .feature-row__text{
  padding-inline: 0px;
}
.section-header {
    margin-bottom: 20px !important;
}
}

.mobile-nav .mobile-nav__item:nth-child(4) {
    display: none;
}
.grid-product__content .stamped-product-reviews-badge {
    margin-block: 10px;
}
div#stamped-reviews-widget {
    font-family: poppins !important;
}
.background-media-text{
  background:none !important;
}
.custom_stars svg path {
    fill: #ffd200 !important;
}
.related-products__list {
    gap: 12px;
    display: flex;
    flex-wrap: wrap;
    font-size: 10px;
}
.related-products__list .related-product-card {
    max-width: 100px;
}
.related-product-card__image {
    border: 1px solid #f3f3f3;
    padding: 5px;
}

.related-products h3 {
    font-family: 'Open Sans';
    font-size: 18px;
}
.product-block ul li + li {
    margin-top: 10px;
}
.product-block ul li {
    font-size: 16px;
}
.related-product-card__title {
      overflow: hidden;
  max-width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 4px;
}
@media screen and (max-width: 768px) {
  .slideshow__slide--{{ block.id }} .hero__link {
    margin-top: {{ block.settings.mobile_buttons_margin_top }}px !important;
  }
}

