.gem-modal-overlay,.gem-sheet-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#140f0a8c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.gem-modal-overlay.is-open,.gem-sheet-overlay.is-open{display:flex}.gem-modal-overlay{align-items:center;justify-content:center;padding:24px}.gem-modal{background:#fff;border-radius:20px;width:100%;max-width:560px;max-height:90vh;overflow-y:auto;animation:gemModalIn .24s cubic-bezier(.4,0,.2,1);box-shadow:0 24px 64px #0000002e}@keyframes gemModalIn{0%{opacity:0;transform:scale(.96) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.gem-modal__header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px 16px;border-bottom:1px solid #f0ece6}.gem-modal__label{font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:#c8a96e;font-weight:500}.gem-modal__close,.gem-sheet__close{width:32px;height:32px;border-radius:50%;border:1px solid #e8e0d6;background:transparent;cursor:pointer;font-size:14px;color:#999;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s;flex-shrink:0}.gem-modal__close:hover,.gem-sheet__close:hover{background:#f5f0ea;color:#666}.gem-modal__image-area{width:100%;aspect-ratio:1 / 1;max-height:300px;background:#f8f6f2;overflow:hidden;display:flex;align-items:center;justify-content:center}.gem-modal__image-area img{width:100%;height:100%;object-fit:contain}.gem-modal__body{padding:20px 24px 28px}.gem-modal__name{font-size:20px;font-weight:600;color:#1a1a1a;margin-bottom:4px;letter-spacing:-.01em}.gem-modal__sub{font-size:12px;color:#aaa;letter-spacing:.06em;margin-bottom:8px}.gem-modal__price{font-size:14px;color:#c8a96e;font-weight:500;letter-spacing:.04em;display:inline!important}#gemModalPriceWrap{display:flex;align-items:center;gap:6px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #f0ece6}#gemSheetPriceWrap{display:flex;align-items:center;gap:6px;margin-top:4px}.gem-modal__desc{font-size:14px;color:#555;line-height:1.8;margin-bottom:20px}.gem-modal__desc .gem-grade,.gem-sheet__desc .gem-grade{margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #f0ece6}.gem-modal__desc img{max-width:100%;border-radius:8px;margin:8px 0}.gem-modal__desc-divider{border:none;border-top:1px solid #f0ece6;margin:16px 0}.gem-modal__variant-desc{font-size:13px;color:#555;line-height:1.8;margin-bottom:8px}.gem-info-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:auto;min-width:160px;max-width:100%;margin-top:8px;padding:8px 20px;background:#fff;border:1px solid #e0d8ce;border-radius:999px;font-size:12px;letter-spacing:.08em;cursor:pointer;color:#888;transition:background .2s,border-color .2s,color .2s;box-sizing:border-box}.gem-info-btn:before{content:"\2726";color:#c8a96e;font-size:11px;transition:color .2s}.gem-info-btn:hover{background:#fdf8f0;border-color:#c8a96e;color:#a07840}.gem-info-btn:hover:before{color:#a07840}.gem-caption-name{display:block;font-size:12px;color:#555;letter-spacing:.04em;line-height:1.6;margin-top:6px;text-align:center}.gem-caption-sub{display:block;font-size:11px;color:#aaa;letter-spacing:.04em;line-height:1.5;text-align:center}.gem-caption-price{display:block;font-size:12px;color:#c8a96e;letter-spacing:.04em;line-height:1.6;text-align:center;margin-bottom:2px}.gem-sheet-overlay{align-items:flex-end}.gem-sheet{background:#fff;border-radius:24px 24px 0 0;width:100%;max-height:88vh;overflow-y:auto;padding:12px 20px 32px;animation:gemSheetIn .28s cubic-bezier(.4,0,.2,1)}@keyframes gemSheetIn{0%{transform:translateY(100%)}to{transform:translateY(0)}}.gem-sheet__handle{width:40px;height:4px;background:#ddd;border-radius:2px;margin:0 auto 16px}.gem-sheet__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.gem-sheet__name{font-size:18px;font-weight:600;color:#1a1a1a;letter-spacing:-.01em}.gem-sheet__sub{font-size:11px;color:#aaa;letter-spacing:.06em;margin-top:2px}.gem-sheet__price{font-size:14px;color:#c8a96e;font-weight:500;margin-top:4px;display:inline!important}.gem-sheet__image-area{width:100%;aspect-ratio:1 / 1;max-height:260px;background:#f8f6f2;border-radius:14px;margin-bottom:16px;overflow:hidden;display:flex;align-items:center;justify-content:center}.gem-sheet__image-area img{width:100%;height:100%;object-fit:contain}.gem-sheet__desc{font-size:14px;color:#555;line-height:1.8;margin-bottom:16px}.gem-sheet__desc img{max-width:100%;border-radius:8px;margin:8px 0}.gem-sheet__variant-desc{font-size:13px;color:#555;line-height:1.8;margin-bottom:8px}.gem-modal__note,.gem-sheet__note{margin-top:20px;padding-top:16px;border-top:1px solid #f0ece6}.gem-modal__note:empty,.gem-sheet__note:empty{display:none}.gem-modal__note-label,.gem-sheet__note-label{font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:#c8a96e;margin-bottom:10px}.gem-modal__note-pills,.gem-sheet__note-pills{display:flex;flex-wrap:wrap;gap:8px}.gem-modal__note-pill,.gem-sheet__note-pill{font-size:11px;padding:5px 14px;border-radius:20px;letter-spacing:.04em;white-space:nowrap}.gem-modal__note-pill--good,.gem-sheet__note-pill--good{background:#fdf5e6;border:1px solid #c8a96e;color:#a07840}.gem-modal__note-pill--fair,.gem-sheet__note-pill--fair{background:#f5f5f5;border:1px solid #ccc;color:#888}[class*=mw-tooltip],[class*=mw-tooltip] *,.mw-tooltip--icon,.mw-tippy,.mw-tippy *{display:none!important;visibility:hidden!important;opacity:0!important}.gem-modal__tokka-badge{display:inline-block;font-size:10px;letter-spacing:.06em;color:#fff;background-color:#b5534a;border-radius:3px;padding:2px 6px;line-height:1.4;white-space:nowrap}.mw-option__value{display:flex!important;flex-direction:column!important;align-items:flex-start!important}.gem-metal-color-option .mw-option__swatch-media,.gem-metal-color-option img.mw-option__swatch-image{width:100px!important;height:100px!important}.mw-option--type-button .mw-option__button{border-color:#e0d8ce!important;color:#555!important;background:#fff!important}.mw-option--type-button .mw-option__button:hover{border-color:#c8a96e!important;background:#faf9f7!important}.mw-option--type-button .mw-option__value--selected .mw-option__button,.mw-option--type-button .mw-option__button.mw-option__button--selected{border-color:#c8a96e!important;background:#fdf8f0!important;color:#a07840!important}.mw-option--type-select .mw-option__container{display:flex!important;justify-content:flex-start!important}.mw-option--type-select .mw-custom-select,.mw-option--type-select .pretty-select,.mw-option--type-select .mw-stack__item--fill{width:300px!important;max-width:100%!important;min-width:unset!important;box-sizing:border-box!important;margin-left:0!important;margin-right:auto!important}.mw-option--type-select .mw-stack__item.mw-stack__item--fill.mw-custom-select{width:300px!important;max-width:100%!important;flex:0 0 300px!important;margin-left:0!important}.mw-option--type-select select{width:100%!important;max-width:100%!important;box-sizing:border-box!important}@media(min-width:769px){.gem-sheet-overlay{display:none!important}}@media(max-width:768px){.gem-modal-overlay{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/211/assets/gem-modal.css.map */
