/** Shopify CDN: Minification failed

Line 134:0 Expected "}" to go with "{"

**/
.vendor-icon img{
    margin: auto;
}

body.layout_rtl .header-advanced__customText svg{
    margin-right: 0px;
    margin-left: 8px;
}

.collapsible-image.no-animation {
  animation: none !important;
} 

.halo-collection-content .product-item .card-price .price__saved {
  display: none;
}

.layout_rtl .slideshow .slide-image img {
    transform: scaleX(-1);
}

.layout_rtl .sections-image-banner-block .banner-item img {
    transform: scaleX(-1);
}

.sections-custom-image-banner-block .press-banner-block-wrapper .section-block-right {
    padding: 20px 0;
}

@media screen and (min-width: 992px) {
  body.layout_rtl:not(.body-full-width) .product-block-has__banner.has__banner--right .product-block__grid.pd--style2 {
      padding-right: 0 !important;
      padding-left: 25px !important;
  }
  
  body.layout_rtl:not(.body-full-width) .product-block-has__banner.has__banner--left .product-block__grid.pd--style2 {
      padding-right: 25px !important;
      padding-left: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  .header-nav-compact .wishlist-count-bubble .text {
      letter-spacing: 0;
      padding: 2px 1px;
      height: 16px;
  }
  .header-navigation .header__icon--wishlist .wishlist-count-bubble {
      background: var(--cart_count_bubble_bg);
      color: var(--cart_count_bubble_color);
      font-size: var(--cart_count_bubble_font_size);
  }
  .header-nav-compact .header__icon--wishlist .wishlist-count-bubble {
      top: 20px;
      min-width: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
    .layout_rtl .content-box--left {
        left: unset;
        right: calc((100% - 940px) / 2);
    }

    .layout_rtl .content-box--right {
        right: unset;
        left: calc((100% - 940px) / 2);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .layout_rtl .content-box--left {
        left: unset;
        right: calc((100% - 950px) / 2);
    }

    .layout_rtl .content-box--right {
        right: unset;
        left: calc((100% - 950px) / 2);
    }
}

@media (min-width: 1200px) {
    .layout_rtl .content-box--left {
        left: unset;
        right: calc((100% - 1170px) / 2);
    }

    .layout_rtl .content-box--right {
        right: unset;
        left: calc((100% - 1170px) / 2);
    }
}

.read-more-page-content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

@media only screen and (max-width: 600px) {

  .default-collection-section{
  margin: 40px 40px 0 40px;

}
}

.read-more-page-btn {
    text-align: center;
    width: 100%;
    font-size: 14px;
    margin: 20px auto 0px;
    font-weight: bold;
    text-decoration: underline;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

@media only screen and (min-width: 600px) {

  .default-collection-section{
  margin: 60px 60px 0 60px;

}

