That Jewelry Family
Opening soon
Sign up for our newsletter to be the first to know when we launch.
Email
Sign up
Enter password
Password
Submit
jumbo-text { display: block; font-family: var(--font-family, inherit); font-style: var(--font-style, normal); color: var(--color, inherit); font-weight: var(--font-weight, inherit); letter-spacing: var(--letter-spacing, -0.02em); line-height: var(--line-height, 1); opacity: 0; visibility: hidden; text-align: var(--text-align); text-transform: var(--text-transform, none); transition: opacity 0.3s ease; width: 100%; margin-left: var(--margin-left-nudge, 0); margin-right: var(--margin-right-nudge, 0); overflow: visible; } jumbo-text.ready { opacity: 1; visibility: visible; } jumbo-text[data-cap-text='true'] { } .jumbo-text-line { display: inline-flex; white-space: pre; } .details-content, ::details-content { height: 0; opacity: 0; overflow: hidden; transition: height 0.3s ease, opacity 0.3s ease; } [open] .details-content, [open]::details-content { height: auto; opacity: 1; } .details-content:focus-within { overflow: visible; } .animate-in { opacity: 0; transition: opacity 0.3s ease; } .animate-in.is-visible { opacity: 1; } .safe-overflow { overflow: hidden; } .auto-height { height: auto; } .zero-height { height: 0; }