/** Shopify CDN: Minification failed

Line 274:0 Unexpected "<"

**/
.lgx-hidden {
  display: none!important
}


section.lgx-related-collections.collection__list-section {
    padding-top: 12px;
    padding-bottom: 0;
    margin: 0 -16px;
    width: 100%;
}

.lgx-related-collections .collection__list-container {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    width: calc(100% + 32px);
    max-width: calc(100% + 32px) !important;
    padding-left: 16px!important;
    padding-right: 16px!important;
}

.lgx-related-collections .collection__list-container::after {
    display: none;
}
.lgx-related-collections .collection__list-container > div:first-child {
    margin-left: auto;
}

.lgx-related-collections .collection__list-container > div:last-child {
    margin-right: auto;
}

.lgx-related-collections .collection__list-container > div {
    flex-shrink: 0;
    flex-grow: 1;
    text-align: center;
    width: min(90px, 27%);
    max-width: min(90px, 27%);
}

.lgx-related-collections .collection__list-container > div:hover a {
    color: #0153a2;
}

.lgx-related-collections .collection__list-container img {
    border: 1px solid #d7d5d5;
    border-radius: 15px;
}

.lgx-related-collections .collection__list-container > div:hover img {
    border-color: #0153a28a
}

.lgx-related-collections .collection__list-container .collection__item--details {
    padding: 8px 0;
}

@media screen and (min-width: 768px) {
    .lgx-related-collections .collection__list-container > div {
        width: 150px;
        max-width: 150px;
    }
    section.lgx-related-collections.collection__list-section {
        padding-top: 0px;
        padding-bottom: 12px;
    }
}

@media (pointer: fine) {
    .lgx-related-collections .collection__list-container::-webkit-scrollbar {
      width: 4px;
      height: 4px;
    }
    
    .lgx-related-collections .collection__list-container::-webkit-scrollbar-track {
      background: #e4e4e4;
    }
    
    .lgx-related-collections .collection__list-container::-webkit-scrollbar-thumb, .pdp-product-benefits ul::-webkit-scrollbar-thumb {
      background: #ccccd1;
    }
}


div.snize * .lgx-benefit-card {
    width: 50%;
    flex-basis: 50%;
    align-self: stretch;
    margin: 0 1% 2%;
    display: flex;
    flex-direction: column;
}

@media (min-width: 500px) and (max-width: 991px) {
    div.snize * .lgx-benefit-card {
        width: 48% !important;
        flex-basis: 48% !important;
        min-width: auto;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    div.snize * .lgx-benefit-card {
        width: 31.33% !important;
        flex-basis: 31.33% !important;
        min-width: auto;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    div.snize * .lgx-benefit-card {
        width: 23% !important;
        flex-basis: 23% !important;
        min-width: auto;
    }
}

@media (min-width: 1600px) {
    div.snize * .lgx-benefit-card {
        width: 14% !important;
        flex-basis: 14% !important;
        min-width: auto;
    }
}

@media (min-width: 724px) {
    div.snize * .lgx-benefit-card {
        border: unset;
    }
}


div.snize * .lgx-benefit-card .lgx-benefit-card-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  margin: 0.75rem;
  height: 100%;
  overflow: hidden;
  border-radius: 15px;
}
div.snize * .lgx-benefit-card .lgx-benefit-card-inner {
  width: 100%;
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  line-height: 1.6;
  align-items: center;
  text-align: center;
  background-color: var(--card-bg-color, #f2f2f2);
  color: var(--card-text-color, #000000);
}
div.snize * .lgx-benefit-card .lgx-benefit-card-inner .metafield-rich_text_field {
  text-align: center;
}

div.snize * .lgx-benefit-card .lgx-benefit-card-inner .metafield-rich_text_field a {
  text-decoration: underline!important;
}

div.snize * .lgx-benefit-card .lgx-benefit-card-inner h4 {
    color: var(--card-heading-color, #00529f);
    margin: 0;
    line-height: 1.3;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 115%;
}
div.snize * .lgx-benefit-card .lgx-benefit-card-inner p {
    margin: 1rem 0
}
div.snize * .lgx-benefit-card .lgx-benefit-card-inner p:first-child {
    margin-top: 0;
}
div.snize * .lgx-benefit-card .lgx-benefit-card-wrapper .lgx-benefit-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
div.snize * .lgx-benefit-card .lgx-benefit-card-icon {
  display: flex;
  justify-content: center;
}
div.snize * .lgx-benefit-card .lgx-benefit-card-icon > img {
  width: 96px;
  max-height: 80px;
  object-fit: contain;
  margin-bottom: 1rem;
}
@media screen and (min-width: 724px) {
  
  div.snize * .lgx-benefit-card .lgx-benefit-card-intt h4 span {
    font-size: 1.5rem;
  }
  div.snize * .lgx-benefit-card .lgx-benefit-card-wrapper {
    margin: 0rem;
  }
  div.snize * .lgx-benefit-card .lgx-benefit-card-inner {
    padding: 1rem;
  }
  
}

#snize_results #snize-search-results-list-mode .lgx-benefit-card:not(:has(.lgx-benefit-card-image)) {
    width: 100%!important;
}

#snize_results #snize-search-results-list-mode .lgx-benefit-card:has(.lgx-benefit-card-image) {
    margin-left: auto;
    margin-right: auto;
}


#snize_results ul.lgx-quick-details {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: -0.25rem;
    margin-bottom: 1rem;
    width: 100%;
}

#snize_results ul.lgx-quick-details > li {
    flex: 1;
    flex-basis: calc(50% - 0.375rem);
    margin: 0;
}

#snize_results ul.lgx-quick-details > li > div:first-child:not(:only-child) {
    text-transform: uppercase;
    font-weight: 500;
    opacity: 0.75;
    font-size: 85%;
}

@media (min-width: 1200px) {
    #snize_results ul.lgx-quick-details {
        font-size: 90%;
        margin-top: 0.25rem;
    }
}

#snize_results #snize-search-results-list-mode ul.lgx-quick-details {
    margin-top: 12px;
}


@media screen and (min-width: 981px) {
  #navigation .js-cart-count::before {
      content: '('
  }
  
  #navigation .js-cart-count::after {
      content: ')'
  }
}



.cart-links__item.my-cart-link-container a[href*=cart] {
    visibility: hidden;
    width: 0;
    height: 0;
}
/* Limit height and add scrollbar to Searchanise filter tree */
<div class="snize-filter-panel">
   <div class="snize-filters">
      ...
   </div>
</div>
