.zg-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2.2rem;font-family:var(--font-body-family);font-size:1.15rem;font-weight:600;letter-spacing:.11em;text-transform:uppercase;text-decoration:none;border-radius:1px;position:relative;overflow:hidden;isolation:isolate;transition:color .35s ease,border-color .35s ease,background-color .35s ease;white-space:nowrap;min-height:44px}.zg-btn--primary{border:1px solid currentColor;color:rgb(var(--color-foreground));background:rgba(var(--color-foreground),.045)}.zg-btn--primary:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.65,0,.35,1);z-index:-1}.zg-btn--primary:hover:before,.zg-btn--primary:focus-visible:before{transform:scaleX(1)}.zg-btn--primary:hover,.zg-btn--primary:focus-visible{color:rgb(var(--color-background))}.zg-btn--ghost{padding-inline:.15rem;border:none;background:none;color:rgb(var(--color-foreground));opacity:.8;text-decoration:underline;text-decoration-color:rgba(var(--color-foreground),.4);text-underline-offset:5px;text-decoration-thickness:1px}.zg-btn--ghost:hover,.zg-btn--ghost:focus-visible{opacity:1;text-decoration-color:currentColor}.zg-btn:focus-visible{outline:2px solid currentColor;outline-offset:3px;box-shadow:0 0 0 5px rgba(var(--color-background),.55);border-radius:2px}@media(prefers-reduced-motion:reduce){.zg-btn,.zg-btn:before,.zg-btn--primary:before{transition:none!important}}.zg-hero{position:relative;display:flex;align-items:flex-end;min-height:var(--zg-hero-height, 560px);overflow:hidden}.zg-hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.zg-hero__image{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.02)}.zg-hero__image--placeholder{background:radial-gradient(120% 90% at 20% 15%,rgba(113,106,86,.35),transparent 60%),linear-gradient(155deg,#1c1f1c,#2c332f 45%,#3f5147)}.zg-hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#0000008c,#00000026 42%,#0000 70%);pointer-events:none}.zg-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000;pointer-events:none}.zg-hero__content{position:relative;width:100%;padding-block:3rem}.zg-hero__text{max-width:36rem}.zg-hero__text--center{max-width:42rem;margin-inline:auto;text-align:center}.zg-hero__heading{font-family:var(--font-heading-family);font-weight:400;font-size:clamp(2.35rem,7vw,4.6rem);line-height:1.04;letter-spacing:-.01em;margin:0;color:rgb(var(--color-foreground));text-wrap:balance}.zg-hero__rule{display:block;width:3.25rem;height:1px;margin:1.5rem 0;background:currentColor;opacity:.55}.zg-hero__text--center .zg-hero__rule{margin-inline:auto}.zg-hero__subheading{font-size:clamp(1.3rem,2vw,1.6rem);line-height:1.6;margin:0 0 2.2rem;color:rgb(var(--color-foreground));max-width:34ch;opacity:.92}.zg-hero__text--center .zg-hero__subheading{margin-inline:auto}.zg-hero__buttons{display:flex;flex-wrap:wrap;gap:1rem}.zg-hero__text--center .zg-hero__buttons{justify-content:center}@media screen and (min-width:750px){.zg-hero{min-height:var(--zg-hero-height-desktop, 680px)}.zg-hero__content{padding-block:5rem}.zg-hero__rule{margin-block:1.75rem}}@media(prefers-reduced-motion:reduce){.zg-hero *{transition:none!important;animation:none!important}.zg-hero__image{transform:none}}.zg-category{padding-block:3rem}@media screen and (min-width:750px){.zg-category{padding-block:4.5rem}}.zg-category__heading{font-family:var(--font-heading-family);font-weight:400;font-size:clamp(1.75rem,3.4vw,2.6rem);text-align:center;margin:0;letter-spacing:-.005em;text-wrap:balance}.zg-category__heading-rule{display:block;width:3.25rem;height:1px;background:currentColor;opacity:.4;margin:1.5rem auto 0}.zg-category__subheading{text-align:center;max-width:40ch;margin:1rem auto 0;opacity:.75}.zg-category__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem 1rem;margin:2.75rem 0 0;padding:0;list-style:none}.zg-category__item{margin:0}.zg-category__link{display:block;text-decoration:none;color:inherit}.zg-category__image-wrap{position:relative;aspect-ratio:4 / 5;overflow:hidden;background:rgba(var(--color-foreground),.05)}.zg-category__image{width:100%;height:100%;object-fit:cover;display:block}@media(hover:hover)and (pointer:fine){.zg-category__image{filter:grayscale(35%) contrast(1.02);transform:scale(1.06);transition:transform .9s cubic-bezier(.16,1,.3,1),filter .7s ease}}.zg-category__image--placeholder{width:100%;height:100%;background:linear-gradient(160deg,#716a562e,#2c332f1a)}.zg-category__frame{position:absolute;top:10px;right:10px;bottom:10px;left:10px;border:1px solid rgba(255,255,255,.35);opacity:0;transition:opacity .4s ease;pointer-events:none}@media(hover:hover)and (pointer:fine){.zg-category__link:hover .zg-category__image,.zg-category__link:focus-visible .zg-category__image{transform:scale(1);filter:grayscale(0%) contrast(1)}}.zg-category__link:hover .zg-category__frame,.zg-category__link:focus-visible .zg-category__frame{opacity:1}.zg-category__label{display:flex;align-items:center;justify-content:center;gap:.4rem;margin-top:1.1rem;font-size:1.2rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;text-align:center}.zg-category__arrow{display:inline-block;opacity:0;transform:translate(-4px);transition:opacity .3s ease,transform .3s ease}.zg-category__link:hover .zg-category__arrow,.zg-category__link:focus-visible .zg-category__arrow{opacity:.7;transform:translate(0)}.zg-category__link:focus-visible{outline:2px solid rgb(var(--color-foreground));outline-offset:4px;box-shadow:0 0 0 7px rgba(var(--color-background),.55);border-radius:2px}@media screen and (min-width:750px){.zg-category__grid{grid-template-columns:repeat(4,1fr);gap:1.75rem}.zg-category__label{font-size:1.25rem}}@media(prefers-reduced-motion:reduce){.zg-category__image,.zg-category__frame,.zg-category__arrow{transition:none;transform:none}}.zg-values{padding-block:3rem}@media screen and (min-width:750px){.zg-values{padding-block:4.5rem}}.zg-values__heading{font-family:var(--font-heading-family);font-weight:400;font-size:clamp(1.75rem,3.4vw,2.6rem);text-align:center;margin:0;letter-spacing:-.005em;text-wrap:balance}.zg-values__rule{display:block;width:3.25rem;height:1px;background:currentColor;opacity:.4;margin:1.5rem auto 0}.zg-values__intro{max-width:46ch;margin:1.5rem auto 0;text-align:center;opacity:.8}.zg-values__grid{display:grid;grid-template-columns:1fr;gap:2.5rem;margin:3.5rem 0 0;padding:0;list-style:none}.zg-values__item{text-align:center;padding-top:1.5rem;border-top:1px solid rgba(var(--color-foreground),.12)}.zg-values__index{display:block;font-family:var(--font-heading-family);font-size:.95rem;letter-spacing:.16em;opacity:.45;margin-bottom:.85rem}.zg-values__item-title{font-family:var(--font-heading-family);font-weight:400;font-size:1.7rem;margin:0 0 .75rem;letter-spacing:.005em}.zg-values__item-text{font-size:1.45rem;line-height:1.65;opacity:.8;margin:0;max-width:30ch;margin-inline:auto}@media screen and (min-width:750px){.zg-values__grid{grid-template-columns:repeat(5,1fr);gap:1.75rem}}.zg-trust{padding-block:2.5rem;border-block:1px solid rgba(var(--color-foreground),.1)}.zg-trust__list{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem 0;margin:0;padding:0;list-style:none;text-align:center}.zg-trust__item{position:relative;display:flex;flex-direction:column;align-items:center;gap:.45rem;font-size:1.15rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding-inline:.5rem}.zg-trust__icon{font-size:1rem;letter-spacing:normal;text-transform:none}@media screen and (min-width:750px){.zg-trust__list{grid-template-columns:repeat(4,1fr)}.zg-trust__item:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:1.5rem;background:rgba(var(--color-foreground),.15)}}.zg-discovery{padding-block:3.5rem}@media screen and (min-width:750px){.zg-discovery{padding-block:5rem}}.zg-discovery__inner{max-width:38rem;margin-inline:auto;text-align:center}.zg-discovery__heading{font-family:var(--font-heading-family);font-weight:400;font-size:clamp(1.75rem,3.4vw,2.5rem);margin:0;letter-spacing:-.005em;text-wrap:balance}.zg-discovery__rule{display:block;width:3.25rem;height:1px;background:currentColor;opacity:.4;margin:1.5rem auto}.zg-discovery__text{margin:0 0 2rem;opacity:.8;line-height:1.6}#shopify-section-zg_featured_gemstones{padding-block:1rem}#shopify-section-zg_featured_gemstones .collection__title .title{font-family:var(--font-heading-family);font-weight:400;font-size:clamp(1.75rem,3.4vw,2.6rem)!important;letter-spacing:-.005em;text-wrap:balance}#shopify-section-zg_featured_gemstones .collection__title{text-align:center;position:relative;padding-bottom:1.25rem}#shopify-section-zg_featured_gemstones .collection__title:after{content:"";display:block;width:3.25rem;height:1px;background:currentColor;opacity:.4;margin:1.25rem auto 0}#shopify-section-zg_featured_gemstones .card-wrapper .card{background:transparent;box-shadow:none;border-radius:0}#shopify-section-zg_featured_gemstones .card__inner{background:rgba(var(--color-foreground),.04)}#shopify-section-zg_featured_gemstones .card__media img{transition:transform .8s cubic-bezier(.16,1,.3,1),filter .6s ease}@media(hover:hover)and (pointer:fine){#shopify-section-zg_featured_gemstones .card__media img{filter:grayscale(10%)}#shopify-section-zg_featured_gemstones .card-wrapper:hover .card__media img,#shopify-section-zg_featured_gemstones .card-wrapper:focus-within .card__media img{transform:scale(1.04);filter:grayscale(0%)}}#shopify-section-zg_featured_gemstones .card__content{padding-top:1.25rem;text-align:center}#shopify-section-zg_featured_gemstones .card__heading{font-family:var(--font-heading-family);font-weight:400;font-size:1.4rem;letter-spacing:.005em;margin-bottom:.4rem}#shopify-section-zg_featured_gemstones .card__heading a{text-decoration:none}#shopify-section-zg_featured_gemstones .price{justify-content:center;font-size:1.3rem;letter-spacing:.02em;opacity:.88;margin-top:.3rem}#shopify-section-zg_featured_gemstones .collection__view-all .button{border-radius:1px;letter-spacing:.1em;text-transform:uppercase;font-size:1.1rem;padding:1rem 2.2rem}#shopify-section-zg_editorial_banner .image-with-text__media{position:relative}#shopify-section-zg_editorial_banner .image-with-text__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000014,#00000047);pointer-events:none}#shopify-section-zg_editorial_banner .image-with-text__media img{filter:saturate(1.03)}#shopify-section-zg_editorial_banner .image-with-text__heading{font-family:var(--font-heading-family);font-weight:400;font-size:clamp(1.9rem,4vw,3rem)!important;letter-spacing:-.005em;line-height:1.1;text-wrap:balance}#shopify-section-zg_editorial_banner .image-with-text__text{font-size:1.5rem;line-height:1.55;opacity:.85;max-width:34ch}#shopify-section-zg_editorial_banner .image-with-text__content{gap:1.5rem}#shopify-section-zg_editorial_banner .button{border-radius:1px;letter-spacing:.1em;text-transform:uppercase;font-size:1.1rem;padding:1rem 2.2rem}@media(prefers-reduced-motion:reduce){#shopify-section-zg_featured_gemstones .card__media img{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/zg-homepage.css.map */
