<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 71:0 Unexpected "}"

**/
.collection.loading {
  opacity: 0.36;
  pointer-events: none;
}
.collection-heading {
  display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: .75rem;
    flex-direction: row-reverse;
}
.collection-heading__text {
  display: none;
  flex-direction: column;
  align-items: flex-start;
}
.collection-heading .collection-product-count + .active-facets {
  margin-top: 0.75rem !important;
}
.collection-heading .active-facets:not(:empty) {
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .collection-heading-container {
    margin-bottom: -1.25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .collection-heading-container {
    margin-bottom: -0.375rem;
  }
}
@media screen and (min-width: 768px) {
  .facets--horiz + .collection-heading {
    margin-top: 0.625rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .facets--horiz + .collection-heading {
    margin-bottom: 5px;
  }
.product-title {
  padding-left: 15px;
}
  .product-title {
  padding-left: 15px; /* Default for larger screens */
}

@media (max-width: 768px) { /* Adjust the breakpoint as needed */
  .product-title {
    padding-left: 10px;
  }
}
  .card__text.product-item__text {
  padding-left: 15px !important; /* Force 15px on desktop */
}

@media (max-width: 768px) { /* Mobile */
  .card__text.product-item__text {
    padding-left: 10px !important;
  }
}
}
}
}
</pre></body></html>