/** Shopify CDN: Minification failed

Line 218:0 Expected "}" to go with "{"

**/
@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;
}
/* --- Clean Featured Collections Grid --- */
.collection-grid,
.collection-list,
.grid--collection {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
  margin: 0 auto;
  max-width: 1400px; /* helps match homepage width */
  padding: 0 2rem;
  width: 100%;
  box-sizing: border-box;
}

/* Each collection tile */
.collection-grid-item,
.collection-list__item,
.grid__item {
  flex: 1 1 45%;       /* two per row on desktop */
  max-width: 46%;
  text-align: center;
  margin-bottom: 2rem;
}

/* Images scaling and responsiveness */
.collection-grid-item img,
.collection-list__item img {
  width: 100%;
  height: 400px;     /* force consistent height */
  object-fit: cover; /* crops evenly */
  border-radius: 6px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.collection-grid-item img:hover,
.collection-list__item img:hover {
  transform: scale(1.03);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Tablet and mobile layout */
@media (max-width: 768px) {
  .collection-grid-item,
  .collection-list__item {
    flex: 1 1 100%;
    max-width: 100%;
  }

/* --- Force uniform grid on Collections page --- */
.template-list-collections .collection-list,
.page-width .collection-list,
.main-content .collection-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
  gap: 2rem;
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 2rem;
  box-sizing: border-box;
}

/* Two‑column layout on desktop, full width on mobile */
.template-list-collections .collection-list__item {
  flex: 1 1 45%;
  max-width: 46%;
  text-align: center;
}

@media (max-width: 768px) {
  .template-list-collections .collection-list__item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

/* --- Force uniform grid on Collections page --- */
.template-list-collections .collection-list,
.page-width .collection-list,
.main-content .collection-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
  gap: 2rem;
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 2rem;
  box-sizing: border-box;
}
/* Two‑column layout on desktop, full width on mobile */
.template-list-collections .collection-list__item {
  flex: 1 1 45%;
  max-width: 46%;
  text-align: center;
}
@media (max-width: 768px) {
  .template-list-collections .collection-list__item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
/* Make all circle images the same height and cropped evenly */
.template-list-collections .collection-list__item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 6px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
