/** Shopify CDN: Minification failed

Line 111:2 Unexpected "}"

**/
.collection-banner__content.color-scheme {
  padding: var(--gutter-sm, 20px);
}
.collection-banner__content.color-scheme h1 {
  padding-top: calc(4 * var(--space-unit));
}

.collection-banner__media {
  order: 2;
}

.collection-banner__heading {
  margin-inline-end: 5px;
}

.collection-banner__count {
  color: rgba(var(--heading-color)/0.6);
  font-size: 1.4rem;
  line-height: 1.4rem;
  white-space: nowrap;
}

@media (min-width: 600px) {
  .collection-banner__content--with-media {
    padding-inline-end: calc(8 * var(--space-unit));
  }
  .collection-banner__content.color-scheme {
    padding: calc(10 * var(--space-unit));
  }
  .collection-banner__content.color-scheme h1 {
    padding-top: calc(2 * var(--space-unit));
  }
}
@media (min-width: 769px) {
  .collection-banner__content {
    width: 50%;
    min-width: 400px;
  }
  .collection-banner__content.color-scheme {
    padding: calc(12 * var(--space-unit));
  }
  .collection-banner__content-wide {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .collection-banner__content--with-media.text-start,
.collection-banner__content--with-media.panel.text-start {
    padding-inline-end: 112px;
  }
}
/* Hide the desktop block on small screens */
.only-desktop {
  display: none;
}

@media (min-width: 769px) {
  /* Hide the mobile block on large screens */
  .only-mobile {
    display: none;
  }

  .only-desktop {
    display: block;
  }
}
.cc-collection-banner {
  margin-top: 0px !important;
  margin-bottom: -20px !important;
}
.collection-banner__heading {
  font-size: 1.8em !important;
}
@media (max-width: 767px) {
.collection-banner__heading {
    font-size: 1.7em !important;
  }
}
@media (min-width: 768px) {
.collection-banner__content {
  padding-left: 40px !important;
  padding-top:  20px !important;
  padding-bottom: 35px !important;
  }
}
.cc-collection-products {
  margin-top: 20px !important;
}
@media (max-width: 767px) {
.cc-collection-products {
  margin-top: 35px !important;
  }
}
@media (min-width: 1024px) {
.section {
    display: block;
    width: 100%;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}
.collection-bott-description-para {
  font-size: 1em;
  a:link, a:visited, a:hover, a:active  { text-decoration: underline; }
  }
  }
}