/** Shopify CDN: Minification failed

Line 167:0 Expected "*/" to terminate multi-line comment

**/
@media screen and (max-width: 749px) {
  .collection .grid__item:only-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 989px) {
  .collection .slider.slider--tablet {
    margin-bottom: 1.5rem;
  }
}

.collection .loading-overlay {
  position: absolute;
  z-index: 1;
  width: 1.8rem;
}

@media screen and (max-width: 749px) {
  .collection .loading-overlay {
    top: 0;
    right: 0;
  }
}

@media screen and (min-width: 750px) {
  .collection .loading-overlay {
    left: 0;
  }
}

.collection .loading-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  padding: 0 1.5rem;
  opacity: 0.7;
}

@media screen and (min-width: 750px) {
  .collection .loading-overlay {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.collection.loading .loading-overlay {
  display: block;
}

.collection--empty .title-wrapper {
  margin-top: 10rem;
  margin-bottom: 15rem;
}

@media screen and (max-width: 989px) {
  .collection .slider--tablet.product-grid {
    scroll-padding-left: 1.5rem;
  }
}

.collection__description > * {
  margin: 0;
}

.collection__title.title-wrapper {
  margin-bottom: 2.5rem;
}

.collection__title .title:not(:only-child) {
  margin-bottom: 1rem;
}

@media screen and (min-width: 990px) {
  .collection__title--desktop-slider .title {
    margin-bottom: 2.5rem;
  }

  .collection__title.title-wrapper--self-padded-tablet-down {
    padding: 0 5rem;
  }

  .collection slider-component:not(.page-width-desktop) {
    padding: 0;
  }

  .collection--full-width slider-component:not(.slider-component-desktop) {
    padding: 0 1.5rem;
    max-width: none;
  }
}

.collection__view-all a:not(.link) {
  margin-top: 1rem;
}




/* 4 evenly spaced, larger cards on collection pages */
@media screen and (min-width: 990px) {
  .collection .grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(18%, 1fr)) !important; /* make each column wider */
    gap: 5%; /* space between cards */
    padding-left: 18%;
    padding-right: 18%;
    width: 100%;
  }

  /* Collection page product titles only */
.template-collection .card__heading,
.template-collection .card__heading a {
  text-align: center;
  display: block;
}

  /* Remove Dawn max-width caps so cards can grow */
  .collection .grid > .grid__item,
  .collection .card,
  .collection .card-wrapper {
    max-width: none !important;
    width: 100% !important;
  }

  /* Make the image/media fill the card width nicely */
  .collection .card__media,
  .collection .card__media img {
    width: 100%;
    height: auto;
  }
}

/* Optional: let the section use full width so 4 cols have room */
.collection .page-width {
  max-width: 100% !important;
  padding-left: 2rem;
  padding-right: 2rem;
}

/* Round the entire product card */
.card-wrapper,
.card {
  border-radius: 16px;   /* adjust px value for more/less roundness */
  overflow: hidden;      /* ensures images don’t spill outside rounded corners */
}

/* Round just the product images */
.card-wrapper img,
.card img {
  border-radius: 16px;   /* adjust px value *
}





