<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 14:13 Unexpected "{"
Line 14:22 Expected ":"

**/


/* CSS from section stylesheet tags */
.category-carousel:not(.flickity-enabled) {
    display: flex;
    overflow: hidden;
  }
  .carousel-{{ section.id }} .category-carousel-cell {
    float: left;
    display: inline-block;
    width: auto;
    white-space: nowrap;
  }
.mb-0 {
      margin-bottom: 0;
      font-size: 14px;
    }
    .review-w-price {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-top: 5px;
      flex-wrap: wrap;
    }
    .review-w-price .jdgm-widget {
      font-size: 14px;
    }
    .grid-product__price .b4b-vprice, .grid-product__price {
      margin-top: 0;
      font-weight: 600;
      font-size: calc(var(--typeBaseSize) - 4px);
    }
    .grid-product__content .grid-product__link {
      position: relative;
  }
    .custom-badge {
      right: auto;
      bottom: 10px;
      left: 0;
      top: auto;
      border-radius: 0 20px 20px 0;
      padding-right: 10px;
      font-size: 12px;
      padding-top: 5px;
      padding-bottom: 5px;
      background: linear-gradient(135deg, #0080009e 0%,#008000e3 40%,#008000cc 50%,#008000cc 60%,#008000eb 100%);
  }
    .variants-label .option_name {
      background-color: #F3F3F3;
      margin-bottom: 2px;
      font-size: 12px;
      text-transform: uppercase;
      margin-right: 10px;
      padding: 2px 5px;
      line-height: 1.1em;
    }
    /* Moved variable to up */
    .grid-product__title {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
    }
    .grid-product__title .product-title {
      /*order: 2;*/
      width: 100%;
    }
    .review-w-price {
      margin-top: 0 !important;
    }

    @media only screen and (min-width: 769px) {
      .grid-product__title {
        font-size: calc(var(--typeBaseSize)*1);
      }
    }
    @media only screen and (max-width: 1200px) {
      .review-w-price .jdgm-widget {
          font-size: 12px;
          justify-content: flex-start;
      }
      .jdgm-preview-badge .jdgm-star.jdgm-star {
          padding-right: 2px !important;
      }
    }</pre></body></html>