/** Shopify CDN: Minification failed

Line 124:12 Expected identifier but found whitespace
Line 124:14 Unexpected "{"
Line 124:22 Expected ":"
Line 133:12 Expected identifier but found whitespace
Line 133:14 Unexpected "{"
Line 133:28 Expected ":"
Line 138:86 Expected identifier but found whitespace
Line 138:88 Unexpected "{"
Line 138:102 Expected ":"
Line 281:12 Expected identifier but found whitespace
... and 11 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:customer-faq (INDEX:21) */
.cfaq-section {
  padding: 56px 0;
}
.cfaq-wrap {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 24px;
}
.cfaq-title {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 700;
  margin: 0 0 8px;
  color: #1a1a2e;
  text-align: center;
}
.cfaq-subtitle {
  text-align: center;
  color: #666;
  margin: 0 0 32px;
  font-size: 1rem;
}
.cfaq-empty {
  text-align: center;
  color: #555;
  font-size: 0.95rem;
}

.cfaq-list {
  border-top: 1px solid #e6e6e6;
}
.cfaq-item {
  border-bottom: 1px solid #e6e6e6;
}
.cfaq-q {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 4px;
  font-size: 1.05rem;
  font-weight: 600;
  color: #1a1a2e;
  transition: color 0.2s ease;
}
.cfaq-q::-webkit-details-marker { display: none; }
.cfaq-q:hover { color: #7c4dff; }
.cfaq-q:focus-visible {
  outline: 2px solid #7c4dff;
  outline-offset: 2px;
  border-radius: 4px;
}
.cfaq-q__text { flex: 1; }

/* + / x style icon */
.cfaq-q__icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.cfaq-q__icon::before,
.cfaq-q__icon::after {
  content: "";
  position: absolute;
  background: currentColor;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.cfaq-q__icon::before {
  top: 8px; left: 0;
  width: 18px; height: 2px;
}
.cfaq-q__icon::after {
  top: 0; left: 8px;
  width: 2px; height: 18px;
}
.cfaq-item[open] .cfaq-q__icon::after {
  transform: rotate(90deg);
  opacity: 0;
}
.cfaq-item[open] .cfaq-q { color: #7c4dff; }

.cfaq-a {
  padding: 0 4px 22px;
  color: #444;
  line-height: 1.7;
  font-size: 0.98rem;
}
.cfaq-a a { color: #7c4dff; }

@media (prefers-reduced-motion: reduce) {
  .cfaq-q__icon::before,
  .cfaq-q__icon::after { transition: none; }
}
/* END_SECTION:customer-faq */

/* START_SECTION:gemstone-benefits (INDEX:33) */
.gemstone-card {
  background: rgb(var(--accent) / 0.06);
  border: 1px solid rgb(var(--accent) / 0.4);
  border-radius: 0.6rem;
  padding: 1.5rem 1.7rem;
  font-size: {{ fs_val }};
}
.gemstone-card > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  list-style: none;
  font-size: {{ fs_title_val }};
}
.gemstone-card > summary::-webkit-details-marker { display: none; }
.gemstone-card__title { display: flex; align-items: center; gap: 0.8rem; color: rgb(var(--accent)); font-weight: 600; }
.gemstone-card__title svg { flex: 0 0 auto; width: 1.8rem; height: 1.8rem; }
.gemstone-card__toggle { flex: 0 0 auto; width: 1.8rem; text-align: center; font-size: {{ fs_title_val }}; color: rgb(var(--accent)); }
.gemstone-card .gemstone-card__toggle-plus { display: inline; }
.gemstone-card .gemstone-card__toggle-minus { display: none; }
.gemstone-card[open] .gemstone-card__toggle-plus { display: none; }
.gemstone-card[open] .gemstone-card__toggle-minus { display: inline; }
.gemstone-card__body { margin-top: 1.3rem; }

.gemstone-benefits-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.gemstone-benefits-list li { display: flex; align-items: baseline; gap: 0.8rem; padding: 0.8rem 0; border-bottom: 1px solid rgb(var(--accent) / 0.2); }
.gemstone-benefits-list li:last-child { border-bottom: 0; }
.gemstone-benefits-list__check { color: rgb(var(--accent)); flex: 0 0 auto; }
/* END_SECTION:gemstone-benefits */

/* START_SECTION:gemstone-consultant (INDEX:34) */
.gemstone-consultant {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.1rem;
  border: 1px solid rgb(var(--border-color));
  border-radius: var(--rounded-md, 0.5rem);
  padding: 1.1rem;
}

.gemstone-consultant__photo-wrap { flex: 0 0 auto; }
.gemstone-consultant__photo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  object-fit: cover;
}
.gemstone-consultant__photo--placeholder { background: rgb(var(--background-secondary)); color: rgb(var(--text-color) / 0.6); }

.gemstone-consultant__info {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  flex: 1 1 15rem;
  min-width: 0;
}
.gemstone-consultant__name { overflow-wrap: break-word; font-size: 1.35rem; font-weight: 600; }
.gemstone-consultant__meta { overflow-wrap: break-word; font-size: 1.15rem; }

.gemstone-consultant__available { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 1.1rem; color: rgb(var(--success-text)); }
.gemstone-consultant__dot { flex: 0 0 auto; width: 5px; height: 5px; border-radius: 50%; background: currentColor; display: inline-block; }

.gemstone-consultant__cta { flex: 1 1 100%; }
.gemstone-consultant__cta .button { width: 100%; min-height: 3.4rem; font-size: 1.2rem; }

@media (min-width: 590px) {
  .gemstone-consultant__cta { flex: 0 0 auto; }
  .gemstone-consultant__cta .button { width: auto; padding-inline: 1.6rem; }
}
/* END_SECTION:gemstone-consultant */

/* START_SECTION:gemstone-grade-compare (INDEX:35) */
.gemstone-compare-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 100;
  align-items: center;
  justify-content: center;
}
.gemstone-compare-overlay.is-open { display: flex; }

.gemstone-compare-overlay__backdrop {
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 0.5);
}

.gemstone-compare-overlay__panel {
  position: relative;
  background: rgb(var(--background));
  border-radius: 0.8rem;
  max-width: min(100vw - 2.4rem, 78rem);
  max-height: min(100vh - 4rem, 62rem);
  overflow-y: auto;
  padding: 2rem;
  box-shadow: 0 1rem 4rem rgb(0 0 0 / 0.25);
}

.gemstone-compare-overlay__header { display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; margin-bottom: 1.6rem; }
.gemstone-compare-overlay__close { flex: 0 0 auto; width: 3.2rem; height: 3.2rem; display: flex; align-items: center; justify-content: center; border-radius: 50%; border: 1px solid rgb(var(--border-color)); background: transparent; cursor: pointer; }
.gemstone-compare-overlay__close svg { width: 1.4rem; height: 1.4rem; }

.gemstone-compare-overlay__row {
  display: flex;
  gap: 1.4rem;
  overflow-x: auto;
  padding-bottom: 0.4rem;
  scroll-snap-type: x mandatory;
}

.gemstone-compare__card {
  flex: 0 0 min(80vw, 25rem);
  scroll-snap-align: start;
  background: rgb(var(--background-secondary));
  border: 1px solid rgb(var(--border-color));
  border-radius: 0.6rem;
  padding: 1.8rem;
  padding-top: 2.4rem;
  display: flex;
  flex-direction: column;
  position: relative;
  min-width: 0;
}
.gemstone-compare__card--featured { border-color: rgb(var(--accent)); border-width: 2px; }
.gemstone-compare__badge { position: absolute; top: -1.1rem; left: 50%; transform: translateX(-50%); background: rgb(var(--accent)); color: rgb(var(--background)); font-size: 1rem; letter-spacing: 0.08em; text-transform: uppercase; padding: 0.4rem 1rem; border-radius: 999px; white-space: nowrap; }
.gemstone-compare__tag { font-size: 1.1rem; color: rgb(var(--text-color) / 0.6); text-transform: uppercase; letter-spacing: 0.04em; }
.gemstone-compare__name { font-family: var(--heading-font-family, serif); font-size: 2rem; margin: 0.3rem 0; }
.gemstone-compare__desc { color: rgb(var(--text-color) / 0.75); font-size: 1.2rem; margin: 0 0 1rem; overflow-wrap: break-word; }
.gemstone-compare__price { font-size: 2.2rem; font-weight: 600; margin-bottom: 1.4rem; }
.gemstone-compare__compare { font-size: 1.4rem; font-weight: 400; color: rgb(var(--text-color) / 0.5); margin-left: 0.6rem; }

.gemstone-compare__features { list-style: none; margin: 0 0 1.6rem; padding: 0; display: flex; flex-direction: column; gap: 0.7rem; font-size: 1.25rem; flex: 1; }
.gemstone-compare__features li { display: flex; align-items: baseline; gap: 0.6rem; overflow-wrap: break-word; }
.gemstone-compare__features .is-included span { color: rgb(var(--accent)); }
.gemstone-compare__features .is-excluded { color: rgb(var(--text-color) / 0.4); }

.gemstone-compare__cta { border: 1px solid rgb(var(--border-color)); background: transparent; color: rgb(var(--text-color)); padding: 1rem; border-radius: 0.3rem; cursor: pointer; font-size: 1.2rem; letter-spacing: 0.04em; width: 100%; }
.gemstone-compare__cta.is-selected { background: rgb(var(--accent)); color: rgb(var(--background)); border-color: rgb(var(--accent)); font-weight: 600; }

.gemstone-compare-overlay__footnote { margin-top: 1.6rem; font-size: 1.15rem; color: rgb(var(--text-color) / 0.55); text-align: center; }

@media (max-width: 480px) {
  .gemstone-compare-overlay__panel { padding: 1.6rem; }
}
/* END_SECTION:gemstone-grade-compare */

/* START_SECTION:gemstone-specification (INDEX:36) */
.gemstone-cards { display: flex; flex-direction: column; gap: 1.2rem; }

.gemstone-card,
[data-block-type="description"] .accordion {
  background: rgb(var(--accent) / 0.06);
  border: 1px solid rgb(var(--accent) / 0.4);
  border-radius: 0.6rem;
  padding: 1.5rem 1.7rem;
  font-size: {{ fs_val }};
}

.gemstone-card > summary,
[data-block-type="description"] .accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  list-style: none;
  font-size: {{ fs_title_val }};
  padding: 0;
}
.gemstone-card > summary::-webkit-details-marker { display: none; }

.gemstone-card__title,
[data-block-type="description"] .accordion__toggle {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: rgb(var(--accent));
  font-weight: 600;
}
.gemstone-card__title svg { flex: 0 0 auto; width: 1.8rem; height: 1.8rem; }

.gemstone-card__toggle { flex: 0 0 auto; width: 1.8rem; text-align: center; font-size: {{ fs_title_val }}; color: rgb(var(--accent)); }
.gemstone-card .gemstone-card__toggle-plus { display: inline; }
.gemstone-card .gemstone-card__toggle-minus { display: none; }
.gemstone-card[open] .gemstone-card__toggle-plus { display: none; }
.gemstone-card[open] .gemstone-card__toggle-minus { display: inline; }

.gemstone-card__body { margin-top: 1.3rem; }

.gemstone-spec-table { display: flex; flex-direction: column; }
.gemstone-spec-row { display: flex; gap: 1rem; padding: 0.85rem 0; border-bottom: 1px solid rgb(var(--accent) / 0.2); }
.gemstone-spec-row:last-child { border-bottom: 0; }
.gemstone-spec-row dt { flex: 0 0 auto; min-width: 12rem; margin: 0; color: rgb(var(--text-color) / 0.8); }
.gemstone-spec-row dd { margin: 0; font-weight: 500; }

.gemstone-care-list { display: flex; flex-direction: column; gap: 0; }
.gemstone-care-row { display: flex; align-items: flex-start; gap: 1rem; padding: 0.85rem 0; border-bottom: 1px solid rgb(var(--accent) / 0.2); }
.gemstone-care-row:last-child { border-bottom: 0; }
.gemstone-care-row__icon { flex: 0 0 auto; width: 2rem; height: 2rem; display: flex; align-items: center; justify-content: center; color: rgb(var(--accent)); }
.gemstone-care-row__icon svg { width: 100%; height: 100%; }
.gemstone-care-row__icon img { width: 100%; height: 100%; object-fit: contain; }
.gemstone-care-row__text { display: flex; flex-direction: column; gap: 0.2rem; }
.gemstone-care-row__text span { color: rgb(var(--text-color) / 0.75); font-size: 0.9em; }

[data-block-type="description"] .accordion { margin-bottom: 0; }
[data-block-type="description"] .accordion__content { font-size: {{ fs_val }}; margin-top: 1.2rem; }
/* END_SECTION:gemstone-specification */

/* START_SECTION:testimonials-carousel (INDEX:93) */
/* ── Variables ── */
.tc-section {
  --tc-bg: transparent;
  --tc-card-bg: #ffffff;
  --tc-card-shadow: 0 4px 24px rgba(0,0,0,0.08);
  --tc-card-shadow-center: 0 12px 40px rgba(0,0,0,0.16);
  --tc-radius: 20px;
  --tc-avatar-size: 60px;
  --tc-card-width: 300px;
  --tc-gap: 24px;
  --tc-duration: 40s;
  --tc-pad-top: 40px;
  --tc-pad-bottom: 40px;
  --tc-header-gap: 24px;
}

/* ── Section ── */
.tc-section {
  background: var(--tc-bg, transparent);
  padding: var(--tc-pad-top, 40px) 0 var(--tc-pad-bottom, 40px);
  overflow: hidden;
}

.tc-empty {
  text-align: center;
  padding: 0 24px 24px;
  color: #555;
  font-size: 0.95rem;
}

/* ── Header ── */
.tc-header {
  text-align: center;
  padding: 0 24px var(--tc-header-gap, 24px);
}
.tc-title {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-weight: 700;
  margin: 0 0 8px;
  color: #1a1a2e;
}
.tc-subtitle {
  font-size: clamp(0.95rem, 2vw, 1.15rem);
  color: #555;
  margin: 0;
}

/* ── Carousel wrapper ── */
.tc-carousel-wrapper {
  overflow: hidden;
  width: 100%;
  cursor: default;
}

/* ── Track ── */
.tc-track {
  display: flex;
  width: max-content;
  animation: tc-scroll var(--tc-duration) linear infinite;
}
.tc-track:hover {
  animation-play-state: paused;
}

@keyframes tc-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .tc-track {
    animation: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
}

/* ── Cards set ── */
.tc-cards-set {
  display: flex;
  gap: var(--tc-gap);
  padding: 12px var(--tc-gap);
  align-items: center;
}

/* ── Card base ── */
.tc-card {
  display: block;
  width: var(--tc-card-width);
  flex-shrink: 0;
  background: var(--tc-card-bg);
  border-radius: var(--tc-radius);
  box-shadow: var(--tc-card-shadow);
  border: none;
  padding: 0;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  scroll-snap-align: center;
  position: relative;
}
.tc-card:hover,
.tc-card:focus-visible {
  transform: translateY(-6px) scale(1.03);
  box-shadow: var(--tc-card-shadow-center);
  outline: 2px solid #7c4dff;
  outline-offset: 3px;
  z-index: 2;
}

/* Center card highlight on desktop */
@media (min-width: 768px) {
  .tc-cards-set .tc-card:nth-child(2n) {
    transform: scale(1.06);
    box-shadow: var(--tc-card-shadow-center);
    z-index: 1;
  }
  .tc-cards-set .tc-card:nth-child(2n):hover,
  .tc-cards-set .tc-card:nth-child(2n):focus-visible {
    transform: translateY(-6px) scale(1.09);
  }
}

/* ── Card inner ── */
.tc-card__inner {
  padding: 28px 24px 36px;
  position: relative;
  overflow: hidden;
}

/* ── Avatar ── */
.tc-card__avatar-wrap {
  margin-bottom: 14px;
}
.tc-card__avatar {
  width: var(--tc-avatar-size);
  height: var(--tc-avatar-size);
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
.tc-card__avatar--placeholder {
  width: var(--tc-avatar-size);
  height: var(--tc-avatar-size);
  border-radius: 50%;
  background: linear-gradient(135deg, #7c4dff, #e040fb);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ── Meta ── */
.tc-card__meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 14px;
}
.tc-card__name {
  font-weight: 700;
  font-size: 1rem;
  color: #1a1a2e;
}
.tc-card__location {
  font-size: 0.8rem;
  color: #888;
}

/* ── Review text ── */
.tc-card__review {
  font-size: 0.92rem;
  line-height: 1.6;
  color: #444;
  margin: 0;
}

/* ── Decorative quote mark ── */
.tc-card__quote-mark {
  position: absolute;
  bottom: 8px;
  right: 16px;
  font-size: 5rem;
  line-height: 1;
  color: rgba(124, 77, 255, 0.08);
  font-family: Georgia, serif;
  pointer-events: none;
  user-select: none;
}

/* ── Modal ── */
.tc-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.tc-modal[hidden] { display: none; }

.tc-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
  cursor: pointer;
}
.tc-modal__box {
  position: relative;
  background: #fff;
  border-radius: var(--tc-radius);
  padding: 40px 32px 48px;
  max-width: 480px;
  width: 100%;
  text-align: center;
  box-shadow: 0 24px 64px rgba(0,0,0,0.2);
  overflow: hidden;
}
.tc-modal__close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: none;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  color: #888;
  padding: 4px 8px;
  border-radius: 4px;
}
.tc-modal__close:hover { color: #1a1a2e; }
.tc-modal__avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 16px;
  display: block;
}
.tc-modal__name {
  font-weight: 700;
  font-size: 1.1rem;
  margin: 0 0 4px;
  color: #1a1a2e;
}
.tc-modal__location {
  font-size: 0.85rem;
  color: #888;
  margin: 0 0 20px;
}
.tc-modal__review {
  font-size: 1rem;
  line-height: 1.7;
  color: #444;
  margin: 0;
  font-style: italic;
}
.tc-modal__quote-mark {
  position: absolute;
  bottom: 8px;
  right: 20px;
  font-size: 6rem;
  color: rgba(124,77,255,0.06);
  font-family: Georgia, serif;
  pointer-events: none;
  line-height: 1;
}

/* ── Mobile ── */
@media (max-width: 767px) {
  .tc-track {
    animation: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    display: flex;
  }
  .tc-cards-set {
    display: flex;
    flex-wrap: nowrap;
    padding: 8px 20px;
  }
  .tc-cards-set:last-child { display: none; } /* hide duplicate set on mobile */
  .tc-card {
    width: 80vw;
    max-width: 300px;
    flex-shrink: 0;
  }
  .tc-cards-set .tc-card:nth-child(2n) {
    transform: none;
    box-shadow: var(--tc-card-shadow);
  }
}
/* END_SECTION:testimonials-carousel */

/* START_SECTION:testimonials-image-carousel (INDEX:94) */
/* ── Variables / Section ── */
.tic-section {
  --tic-card-w: 240px;
  --tic-card-h: 340px;
  --tic-gap: 20px;
  --tic-duration: 45s;
  /* green → gold, ~20% opacity tint over white */
  background: linear-gradient(135deg, rgba(34, 139, 87, 0.20) 0%, rgba(212, 175, 55, 0.20) 100%), #ffffff;
  padding: 60px 0;
  overflow: hidden;
}

.tic-empty {
  text-align: center;
  padding: 0 24px 24px;
  color: #4a4a4a;
  font-size: 0.95rem;
}

/* ── Header ── */
.tic-header {
  text-align: center;
  padding: 0 24px 40px;
}
.tic-title {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-weight: 700;
  margin: 0 0 10px;
  color: #1f3d2b;
}
.tic-subtitle {
  font-size: clamp(0.95rem, 2vw, 1.15rem);
  color: #5a5a4a;
  margin: 0;
}

/* ── Carousel ── */
.tic-carousel-wrapper {
  overflow: hidden;
  width: 100%;
}
.tic-track {
  display: flex;
  width: max-content;
  animation: tic-scroll var(--tic-duration) linear infinite;
}
.tic-track:hover {
  animation-play-state: paused;
}
@keyframes tic-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .tic-track {
    animation: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
}

/* ── Set + Card ── */
.tic-set {
  display: flex;
  gap: var(--tic-gap);
  padding: 12px var(--tic-gap);
  align-items: center;
}
.tic-card {
  width: var(--tic-card-w);
  height: var(--tic-card-h);
  flex-shrink: 0;
  border-radius: 0;
  overflow: hidden;
  background: #f2f2f2;
  box-shadow: 0 6px 22px rgba(0,0,0,0.10);
  scroll-snap-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.tic-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 34px rgba(0,0,0,0.16);
}
.tic-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ── Mobile ── */
@media (max-width: 767px) {
  .tic-section { padding: 40px 0; }
  .tic-track {
    animation: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
  .tic-set:last-child { display: none; } /* hide duplicate set on mobile */
  .tic-card {
    width: 70vw;
    max-width: var(--tic-card-w);
  }
}
/* END_SECTION:testimonials-image-carousel */