/** Shopify CDN: Minification failed

Line 187:0 Unexpected "}"

**/
.gemstone.isolate {
  overflow: visible;
}
.gemstone.isolate:has(.sticky){
  z-index: 2;
}

.gemstone .rich-text {
  background: #a3a3a3;
  height: 390px;
}
.gemstone .rich-text__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fdfcf7;
  height: 100%;
}
.rich-text__blocks {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.gemstone .rich-text__heading {
  font-family: "Great Vibes";
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 1.2;
  letter-spacing: 0.6px;
  margin: 0 0 1.2rem;
  color: #fdfcf7;
}
.gemstone .rich-text__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.gemstone .rich-text__blocks {
  text-align: center;
}

/* collections-grid__tab */
.gemstone_navigation_bar {
  top: calc(var(--header-height) - 1px);
  z-index: 10;
  position: sticky;
}
.collections-grid__tabs-wrapper {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  background: #fdfcf7;
}
.collections-grid__tabs-wrapper > .page-width {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.collections-grid__tabs-wrapper.sticky {
  position: fixed;
  top: calc(var(--header-height) - 1px );
  left: 0;
  right: 0;
}
.collections-grid__tabs-wrapper.sticky .collections-grid__tabs {
  margin-bottom: 0;
}

.collections-grid__tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 3rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-color: auto;
  scrollbar-width: none;
  justify-content: center;
}
.collections-grid__tabs.is-dragging {
    cursor: grabbing;
    user-select:none;
}

@media screen and (max-width: 1480px) {
  .collections-grid__tabs {
    justify-content: start;
  }
}
.collections-grid__tab, .collections-grid__tab__all {
  font-family: var(--font-body-family);
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 34px;
  letter-spacing: 0.6px;
  vertical-align: middle;
  text-transform: uppercase;
  border: none;
  background: transparent;
  white-space: nowrap;
  padding: 0.5rem 0;
  position: relative;
  cursor: pointer;
  color: #121212;
  transition: color 0.3s ease;
  text-decoration: none;
}

.collections-grid__tab > span, .collections-grid__tab__all > span {
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
  pointer-events: none;
}

.collections-grid__tab > span::after, .collections-grid__tab__all > span:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background-color: #121212;
  transition: width 0.3s ease;
}

.collections-grid__tab:hover, .collections-grid__tab__all:hover {
  color: #121212;
}
.collections-grid__tab.is-active > span::after,
.collections-grid__tab:hover > span::after,
.collections-grid__tab__all.is-active > span::after,
.collections-grid__tab__all:hover > span::after {
  width: 100%;
}

@media screen and (min-width: 750px) {
  .gemstone .rich-text {
    height: 400px;
  }
  .gemstone .rich-text__wrapper--left {
    align-items: start;
  }
  .gemstone .rich-text__wrapper--right {
    align-items: end;
  }
  .gemstone .rich-text__blocks {
    text-align: left;
  }
  .gemstone .rich-text__heading {
    font-size: 5.4rem;
    margin: 0 0 2.4rem;
  }
  .gemstone .rich-text__text {
    font-size: 14px;
    max-width: 81.3rem;
  }

  /* collections-grid__tab */
  .collections-grid__tabs {
    gap: 3.4rem;
  }
  .collections-grid__tabs-wrapper > .page-width {
    margin-bottom:  3.2rem;
    gap: 3.4rem;
  }
}

@media screen and (min-width: 1366px) {
  .collections-grid__tabs {
    gap: 5.5rem;
  }
  .collections-grid__tabs-wrapper > .page-width {
    gap: 5.5rem;
  }g
}
