.dq-native-variant-picker{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.dq-options-header{display:flex;align-items:center;justify-content:space-between;margin:20px 0 0}.dq-options-header__label{font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#0a3732}.dq-options-header__guide-wrap{display:inline-flex}.dq-options-header__guide{display:inline-flex;align-items:center;gap:5px;font-size:10px;letter-spacing:.09em;text-transform:uppercase;font-weight:600;color:rgb(var(--color-foreground));background:none;border:none;cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:2px;text-decoration-color:rgba(var(--color-foreground),.4)}.dq-options-header__guide:hover{color:#0a3732;text-decoration-color:#0a3732}.dq-option-rows{margin-top:6px}.dq-option-section{border-top:1px solid rgba(10,55,50,.12)}.dq-option-section:last-of-type{border-bottom:1px solid rgba(10,55,50,.12)}.dq-option-label{display:flex;align-items:center;justify-content:space-between;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#0a3732;padding:10px 0 3px}.dq-option-row{display:flex;align-items:center;width:100%;padding:11px 0 13px;background:none;border:none;cursor:pointer;text-align:left;gap:14px;transition:color .18s ease;text-decoration:none;color:inherit}.dq-option-row:hover{color:#0a3732}.dq-option-row__thumb{flex-shrink:0;width:58px;height:58px;border:1px solid rgba(10,55,50,.15);border-radius:2px;overflow:hidden;background:#f6f5f3;display:flex;align-items:center;justify-content:center}.dq-option-row__thumb img{width:100%;height:100%;object-fit:cover;display:block}.dq-option-row__text{flex:1;font-size:12px;letter-spacing:.07em;text-transform:uppercase;font-weight:400;color:inherit;line-height:1.4}.dq-option-row__chevron{flex-shrink:0;color:#0a3732;opacity:.5;transition:opacity .18s ease,transform .18s ease}.dq-option-row:hover .dq-option-row__chevron{opacity:1;transform:translate(3px)}.dq-option-section--inline{padding-bottom:14px}.dq-inline-selected{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#0a3732}.dq-size-grid{display:flex;flex-wrap:wrap;gap:8px;padding:8px 0 2px}.dq-size-btn{min-width:46px;height:46px;padding:0 10px;border:1px solid rgba(10,55,50,.25);border-radius:2px;background:transparent;font-size:13px;font-weight:500;letter-spacing:.02em;cursor:pointer;color:rgb(var(--color-foreground));transition:background .18s,border-color .18s,color .18s}.dq-size-btn:hover:not(.is-active):not(.is-sold-out){border-color:#0a3732;color:#0a3732}.dq-size-btn.is-active{background:#0a3732;color:#fff;border-color:#0a3732}.dq-size-btn.is-sold-out{opacity:.32;cursor:not-allowed;text-decoration:line-through}.dq-drawer{position:fixed;top:0;right:0;bottom:0;width:min(480px,92vw);height:100%;background:#fff;z-index:9999;transform:translate(100%);visibility:hidden;opacity:0;transition:transform .38s cubic-bezier(.4,0,.2,1),opacity .38s ease,visibility 0s linear .38s;display:flex;flex-direction:column;box-shadow:-8px 0 48px #0000001f;overflow:hidden}.dq-drawer.is-open{transform:translate(0);visibility:visible;opacity:1;transition:transform .38s cubic-bezier(.4,0,.2,1),opacity .38s ease,visibility 0s linear 0s}.dq-drawer__inner{display:flex;flex-direction:column;flex:1;overflow:hidden}.dq-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:32px 36px 28px;border-bottom:1px solid rgba(10,55,50,.12);flex-shrink:0}.dq-drawer__title{font-size:10px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;margin:0;color:#0a3732}.dq-drawer__close{background:none;border:none;cursor:pointer;padding:6px;display:flex;align-items:center;justify-content:center;color:rgb(var(--color-foreground));border-radius:0;transition:color .18s,opacity .18s;flex-shrink:0;margin-right:-6px}.dq-drawer__close:hover{color:#0a3732;opacity:.7}.dq-drawer__options{flex:1;overflow-y:auto;overscroll-behavior:contain;padding:32px 36px 48px;display:grid;grid-template-columns:1fr 1fr;gap:28px 20px;align-content:start}.dq-drawer__opt{display:flex;flex-direction:column;align-items:flex-start;gap:12px;background:none;border:1.5px solid transparent;border-radius:0;cursor:pointer;padding:6px 6px 10px;text-align:left;text-decoration:none;color:inherit;transition:border-color .18s ease}.dq-drawer__opt:hover:not(.is-active){border-color:#0a373240}.dq-drawer__opt.is-active{border-color:#0a3732}.dq-drawer__opt.is-sold-out{opacity:.38;cursor:not-allowed}.dq-drawer__opt.is-sold-out .dq-drawer__opt-label:after{content:" \2014  Sold out";font-weight:400;opacity:.7}.dq-drawer__opt-img{width:100%;aspect-ratio:1 / 1;overflow:hidden;background:#f4f3f1;border-radius:0}.dq-drawer__opt-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.dq-drawer__opt:hover .dq-drawer__opt-img img{transform:scale(1.04)}.dq-drawer__opt-label{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgb(var(--color-foreground));line-height:1.5;padding:0 2px}.dq-drawer__opt.is-active .dq-drawer__opt-label{color:#0a3732}.product-form__submit,.product-form [name=add]{background-color:#0a3732!important;color:#fff!important;border:none!important;border-radius:2px!important;font-size:11px!important;font-weight:700!important;letter-spacing:.16em!important;text-transform:uppercase!important;height:56px!important;width:100%!important;cursor:pointer;transition:background-color .2s ease,opacity .2s ease}.product-form__submit:hover,.product-form [name=add]:hover{background-color:#0c4540!important;opacity:1}.product-form__buttons .shopify-payment-button{display:none!important}.product-form__buttons{margin-top:18px}.dq-option-row__thumb--icon{background:#0a37320f;border-color:#0a37321f;display:flex;align-items:center;justify-content:center;color:#0a3732}.dq-drawer__body{flex:1;overflow-y:auto;overscroll-behavior:contain;padding:32px 36px 48px}.dq-drawer__prose{font-size:13px;line-height:1.75;color:#3a3a3a}.dq-drawer__prose h4{font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#0a3732;margin:24px 0 8px}.dq-drawer__prose h4:first-child{margin-top:0}.dq-drawer__prose p{margin:0 0 12px}.dq-drawer__prose ul{margin:0 0 16px;padding-left:18px}.dq-drawer__prose ul li{margin-bottom:6px}.dq-drawer--properties{background:#f5f3ef}.dq-drawer--properties .dq-drawer__header{background:#f5f3ef;border-bottom-color:#0a37321a}.dq-properties-hero{display:flex;flex-direction:column;align-items:center;text-align:center;padding-bottom:28px;border-bottom:1px solid rgba(10,55,50,.1);margin-bottom:24px}.dq-properties-hero__img{width:120px;height:120px;border-radius:50%;overflow:hidden;margin-bottom:16px;background:#0a373214;border:2px solid rgba(10,55,50,.15)}.dq-properties-hero__img img{width:100%;height:100%;object-fit:cover;display:block}.dq-properties-hero__name{font-size:18px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#0a3732;margin:0}.dq-properties-list{list-style:none;padding:0;margin:0 0 24px}.dq-properties-list li{display:flex;align-items:flex-start;gap:12px;font-size:13px;line-height:1.65;color:#3a3a3a;padding:10px 0;border-bottom:1px solid rgba(10,55,50,.08)}.dq-properties-list li:before{content:"";flex-shrink:0;width:5px;height:5px;border-radius:50%;background:#0a3732;margin-top:8px}.dq-trust-badges{display:grid;grid-template-columns:1fr 1fr;gap:14px 16px;margin-top:24px;padding:20px 0 4px;border-top:1px solid rgba(10,55,50,.12)}.dq-trust-badge{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}.dq-trust-badge__icon{width:44px;height:44px;border-radius:50%;background:#0a373212;display:flex;align-items:center;justify-content:center;color:#0a3732;flex-shrink:0}.dq-trust-badge__label{font-size:9.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgb(var(--color-foreground));line-height:1.4}.dq-drawer__prose--gemstone .dq-gem-hero-img{display:block;width:120px;height:120px;border-radius:50%;object-fit:cover;margin:0 auto 20px;border:2px solid rgba(10,55,50,.15);box-shadow:0 4px 20px #0000001a}.dq-drawer__prose--gemstone .dq-gem-desc{font-size:13px;line-height:1.75;color:#3a3a3a;margin:0 0 24px}.dq-drawer__prose--gemstone .dq-gem-faqs{border-top:1px solid rgba(10,55,50,.12);margin-top:8px}.dq-drawer__prose--gemstone .dq-gem-faq{border-bottom:1px solid rgba(10,55,50,.12)}.dq-drawer__prose--gemstone .dq-gem-faq summary{display:flex;align-items:center;justify-content:space-between;padding:13px 0;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#0a3732;cursor:pointer;list-style:none;gap:12px}.dq-drawer__prose--gemstone .dq-gem-faq summary::-webkit-details-marker{display:none}.dq-drawer__prose--gemstone .dq-gem-faq summary:after{content:"+";flex-shrink:0;font-size:18px;font-weight:300;line-height:1;color:#0a3732;opacity:.6;transition:transform .2s ease,opacity .2s ease}.dq-drawer__prose--gemstone .dq-gem-faq[open] summary:after{transform:rotate(45deg);opacity:1}.dq-drawer__prose--gemstone .dq-gem-faq p{font-size:13px;line-height:1.7;color:#4a4a4a;padding:0 0 16px;margin:0}.product-media-modal[open]{background:#fff!important}.media-modal{cursor:default!important}.product-media-modal__dialog{display:flex!important;flex-direction:row!important;align-items:stretch!important;height:100vh;padding:0!important}.product-media-modal__toggle{position:fixed!important;top:18px!important;right:24px!important;background:transparent!important;border:none!important;border-radius:0!important;color:#111!important;width:auto!important;height:auto!important;padding:8px 0!important;display:flex!important;align-items:center!important;gap:8px!important;cursor:pointer!important;transition:opacity .18s!important;z-index:104!important}.product-media-modal__toggle:hover{opacity:.45!important}.product-media-modal__toggle:before{content:"CLOSE";font-size:10px;font-weight:700;letter-spacing:.16em;font-family:inherit}.dq-lb-thumbs{flex-shrink:0;width:76px;height:100vh;display:flex;flex-direction:column;align-items:center;padding:14px 0;gap:6px;border-right:1px solid rgba(0,0,0,.07);box-sizing:border-box;overflow:hidden}.dq-lb-thumb-btn{flex-shrink:0;background:none;border:none;cursor:pointer;color:#777;padding:3px 0;display:flex;align-items:center;justify-content:center;transition:color .15s}.dq-lb-thumb-btn:hover{color:#111}.dq-lb-thumb-btn[disabled]{opacity:.2;pointer-events:none}.dq-lb-thumbs__scroll{flex:1;width:100%;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none;display:flex;flex-direction:column;align-items:center;gap:6px;padding:2px 0;scroll-behavior:smooth;min-height:0}.dq-lb-thumbs__scroll::-webkit-scrollbar{display:none}.dq-lb-thumb{flex-shrink:0;width:52px;height:52px;padding:0;background:#f5f5f5;border:2px solid transparent;cursor:pointer;overflow:hidden;border-radius:1px;transition:border-color .15s}.dq-lb-thumb img{width:100%;height:100%;object-fit:cover;display:block}.dq-lb-thumb.is-active{border-color:#0a3732}.dq-lb-thumb:not(.is-active):hover{border-color:#0a373259}.product-media-modal__content{flex:1!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;height:100vh!important;overflow:hidden!important;padding:56px 60px 32px!important;background:transparent!important;box-sizing:border-box!important}.product-media-modal__content>*{width:auto!important;max-width:100%!important;margin:0!important}.product-media-modal__content img[data-media-id]{max-width:100%!important;max-height:82vh!important;width:auto!important;height:auto!important;object-fit:contain!important}.product-media-modal__content .media{background:transparent!important}@media screen and (max-width:749px){.dq-lb-thumbs{width:60px}.dq-lb-thumb{width:44px;height:44px}.product-media-modal__content{padding:52px 16px 16px!important}}@media screen and (max-width:749px){.dq-drawer{width:100vw}.dq-drawer__header{padding:26px 24px 22px}.dq-drawer__options{padding:24px 20px 40px;gap:20px 14px}.dq-drawer__body{padding:24px 20px 40px}}.dq-sticky-atc{display:none}@media screen and (max-width:749px){.dq-sticky-atc{display:flex;align-items:center;position:fixed;bottom:0;left:0;right:0;z-index:200;background:#fff;border-top:1px solid rgba(10,55,50,.15);padding:12px 16px calc(12px + env(safe-area-inset-bottom));gap:12px;box-shadow:0 -4px 16px #00000014;transform:translateY(100%);transition:transform .3s ease}.dq-sticky-atc.is-visible{transform:translateY(0)}.dq-sticky-atc__title{flex:1;font-size:13px;font-weight:600;color:#121212;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dq-sticky-atc__price{font-size:13px;font-weight:700;color:#0a3732;flex-shrink:0}.dq-sticky-atc__btn{flex-shrink:0;background:#0a3732;color:#fff;border:none;padding:12px 20px;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border-radius:2px}.dq-sticky-atc__btn:disabled{opacity:.5;cursor:not-allowed}}.product-popup-modal__content-info .rsg-wrap h2{font-family:var(--font-heading-family);font-size:16px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#0a3732;margin:24px 0 10px}.product-popup-modal__content-info .rsg-wrap h2:first-child{margin-top:0}.product-popup-modal__content-info .rsg-wrap ol{font-size:13px;line-height:1.8;color:#555;padding-left:18px;margin:0 0 20px}.rsg-table{width:100%;border-collapse:collapse;font-size:13px;margin:0 0 16px}.rsg-table th{background:#0a3732;color:#fff;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:10px 12px;text-align:center}.rsg-table td{padding:9px 12px;text-align:center;border-bottom:1px solid rgba(10,55,50,.08);color:#333}.rsg-table tbody tr:nth-child(2n) td{background:#0a373208}.rsg-table tbody tr:hover td{background:#0a373212}.rsg-note{font-size:12px;color:#666;background:#0a37320d;border-left:3px solid #0a3732;padding:10px 14px;margin:0;line-height:1.6}.dq-product-short-desc{padding:10px 0 4px;border-top:1px solid rgba(10,55,50,.12)}.dq-product-short-desc .dq-pd-spec{font-family:Verdana,sans-serif;font-size:12px;color:#474a51;letter-spacing:.04em;text-transform:uppercase;margin:0 0 4px}.dq-product-short-desc .dq-pd-tagline{font-family:Verdana,sans-serif;font-size:13px;font-style:italic;color:#0a3732;margin:0;line-height:1.5}.dq-drawer__prose .dq-spec-list{list-style:none;margin:0 0 20px;padding:0}.dq-drawer__prose .dq-spec-list li{font-size:13px;color:#474a51;padding:7px 0;border-bottom:1px solid rgba(10,55,50,.08);line-height:1.5}.dq-drawer__prose .dq-spec-list li:first-child{border-top:1px solid rgba(10,55,50,.08)}.dq-drawer__prose .dq-spec-list li strong{color:#0a3732;font-weight:600;min-width:130px;display:inline-block}.dq-drawer__prose .dq-quality-content h4{font-family:Playfair Display,Georgia,serif;font-size:14px;font-weight:600;color:#0a3732;margin:18px 0 6px;text-transform:uppercase;letter-spacing:.05em}.dq-drawer__prose .dq-quality-content p{font-size:13px;color:#474a51;line-height:1.65;margin:0 0 8px}.dq-product-eyebrow{font-size:10px;font-weight:700;letter-spacing:.24em;text-transform:uppercase;color:#b78c6a;margin:0 0 10px;line-height:1}.product__title h1{font-family:var(--font-heading-family, "Playfair Display", Georgia, serif);font-size:clamp(22px,2.2vw,30px)!important;font-weight:700;line-height:1.2;color:#121212;letter-spacing:-.01em;margin:0 0 2px}.product__title h2.h1{font-family:var(--font-heading-family, "Playfair Display", Georgia, serif);font-size:clamp(22px,2.2vw,30px)!important;font-weight:700;line-height:1.2;color:#121212;letter-spacing:-.01em;margin:0}.product__title{padding-bottom:18px;border-bottom:1px solid rgba(183,140,106,.25);margin-bottom:0!important}.product__info-container .price--large{font-size:2rem!important;letter-spacing:.02em!important}.product__info-container .price--large .price-item--regular,.product__info-container .price--large .price-item--sale{font-size:2rem!important;font-weight:600;color:#0a3732}.product__info-container .price--large .price-item--regular.price-item--last{color:#474a518c;font-size:1.4rem!important;text-decoration:line-through}.product__tax{font-size:11.5px!important;color:#474a5199!important;margin-top:-10px!important;letter-spacing:.01em}.product__tax a{color:#0a3732;text-underline-offset:2px;text-decoration-color:#0a373259}.dq-product-short-desc{padding:14px 0 16px!important;border-top:none!important;border-bottom:1px solid rgba(10,55,50,.1)}.dq-product-short-desc p{font-size:14px;line-height:1.75;color:#474a51;margin:0 0 8px}.dq-product-short-desc p:last-child{margin-bottom:0}.dq-product-short-desc .dq-pd-tagline{font-size:14px;line-height:1.75}.product__description.rte{font-size:13.5px!important;line-height:1.8!important;color:#474a51!important}.product__description.rte p{margin:0 0 10px}.product__description.rte p:last-child{margin-bottom:0}.product__description.rte ul,.product__description.rte ol{padding-left:18px;margin:0 0 10px}.product__description.rte li{margin-bottom:5px}.product__accordion.accordion{margin-top:0!important;margin-bottom:0!important;border-top:1px solid rgba(10,55,50,.12)!important;border-bottom:1px solid rgba(10,55,50,.12)!important}.product__accordion.accordion+.product__accordion.accordion{border-top:none!important}.product__accordion .accordion summary{padding:14px 0!important;align-items:center}.product__accordion .accordion__title{font-family:var(--font-heading-family, inherit)!important;font-size:10.5px!important;font-weight:700!important;letter-spacing:.16em!important;text-transform:uppercase!important;color:#0a3732!important;line-height:1.3}.product__accordion .icon-accordion{fill:#0a3732!important;color:#0a3732!important;opacity:.7}.product__accordion .icon-caret{color:#0a3732!important;opacity:.7}.product__accordion details[open] .icon-caret{opacity:1}.product__accordion .accordion__content{padding:2px 0 18px!important;font-size:13.5px;line-height:1.78;color:#474a51}.product__accordion .accordion__content p{margin:0 0 10px}.product__accordion .accordion__content p:last-child{margin-bottom:0}.product__info-container>*+*{margin-top:14px!important;margin-bottom:0!important}.product__info-container .product-form{margin:6px 0 0!important}a.product__view-details{display:none!important}.product__media-list .product__media-item{border:none;box-shadow:none}.product__media-list .thumbnail-list__item button{border:2px solid transparent!important;border-radius:1px!important;transition:border-color .18s ease!important}.product__media-list .thumbnail-list__item button:hover{border-color:#0a373259!important}.product__media-list .thumbnail-list__item button[aria-current=true],.product__media-list .thumbnail-list__item button.is-active{border-color:#0a3732!important}@media screen and (max-width:749px){.product__title h1,.product__title h2.h1{font-size:22px!important}.product__info-container .price--large,.product__info-container .price--large .price-item--regular{font-size:1.8rem!important}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/dq-product-ui.css.map */
