.crest-widget{--popup-radius: 16px;--popup-width: 620px;--overlay-color: 0, 0, 0;--crest-accent: #E31837;--crest-success: #1E7B34;--crest-warning: #B7791F;--crest-error: #D32F2F;--crest-button-bg: #151515;--crest-button-text: #FFFFFF;--crest-border: #1A1A1A;--crest-border-light: #E5E5E5;--crest-text: #151515;--crest-text-muted: #6F6F6F;--crest-bg-soft: #F5F5F5;--crest-radius-sm: 4px;--crest-space-1: 4px;--crest-space-2: 8px;--crest-space-3: 12px;--crest-space-4: 16px;--crest-space-5: 24px;--crest-space-6: 32px;font-family:inherit;color:var(--crest-text);width:calc(100% - 24px);grid-area:crest-widget}.crest-widget *,.crest-widget *:before,.crest-widget *:after{box-sizing:border-box}.crest-widget__trigger{display:flex;flex-direction:row;gap:22px;align-items:center;padding:12px 7px;background:var(--crest-bg-soft)}.crest-widget__trigger-heading{margin:0 0 var(--crest-space-1);font-size:14px;font-weight:800;letter-spacing:.02em;text-transform:uppercase;line-height:1.25}.crest-widget__trigger-subtitle{margin:0;font-size:10px;color:var(--crest-text-muted);line-height:1.4}.crest-widget__trigger-btn{width:fit-content;white-space:nowrap;padding:10px;background:var(--crest-button-bg);color:var(--crest-button-text);border:0;font-size:10px!important;font-weight:500;cursor:pointer;transition:opacity .15s ease;border-radius:0!important;text-align:center}.crest-widget__trigger-btn:hover{opacity:.85}.crest-widget__trigger-btn:focus-visible{outline:2px solid var(--crest-accent);outline-offset:2px}@media(min-width:768px){.crest-widget{width:100%}.crest-widget__trigger{flex-direction:row;align-items:center;justify-content:space-between;gap:var(--crest-space-5)}.crest-widget__trigger-btn{width:fit-content;font-size:12px!important}.crest-widget__trigger-heading{font-size:16px}.crest-widget__trigger-subtitle{font-size:12px}}.crest-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:flex-end;justify-content:center}.crest-popup[hidden]{display:none}.crest-popup__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(var(--overlay-color),.55);opacity:0;transition:opacity .25s ease}.crest-popup__panel{position:relative;width:100%;max-height:92vh;display:flex;flex-direction:column;background:#fff;transform:translateY(100%);transition:transform .3s cubic-bezier(.32,.72,0,1);overflow:hidden}.crest-popup[data-open=true] .crest-popup__overlay{opacity:1}.crest-popup[data-open=true] .crest-popup__panel{transform:translateY(0)}.crest-popup__drag-indicator{width:40px;height:4px;border-radius:2px;background:var(--crest-border-light);margin:var(--crest-space-3) auto 0;flex:0 0 auto}@media(prefers-reduced-motion:reduce){.crest-popup__overlay,.crest-popup__panel{transition:none}}@media(min-width:768px){.crest-popup{align-items:center;padding:var(--crest-space-5)}.crest-popup__panel{width:var(--popup-width);max-width:100%;max-height:88vh;transform:translateY(16px) scale(.98);opacity:0;transition:transform .25s ease,opacity .25s ease;box-shadow:0 24px 64px #00000047}.crest-popup[data-open=true] .crest-popup__panel{transform:translateY(0) scale(1);opacity:1}.crest-popup__drag-indicator{display:none}}.crest-popup__header{flex:0 0 auto;padding:var(--crest-space-5) var(--crest-space-5) 0;text-align:center}.crest-popup__logo-text{display:inline-block;background:var(--crest-accent);color:#fff;font-weight:800;font-size:20px;letter-spacing:.02em;padding:8px 16px;line-height:1}.crest-popup__logo-image{display:inline-block;max-height:40px;width:auto}.crest-popup__heading-row{display:flex;align-items:center;justify-content:space-between;gap:var(--crest-space-3);margin-top:var(--crest-space-4)}.crest-popup__heading{flex:1;margin:0;font-size:18px;font-weight:800;letter-spacing:.01em;text-transform:uppercase;text-align:left}.crest-popup__close{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:0;background:transparent;color:var(--crest-text);cursor:pointer;padding:0;position:absolute;top:var(--crest-space-4);right:var(--crest-space-4)}.crest-popup__close:focus-visible{outline:2px solid var(--crest-accent);outline-offset:2px}.crest-popup__close .crest-icon{width:20px;height:20px}.crest-popup__divider{height:1px;background:var(--crest-border-light);margin-top:var(--crest-space-3)}.crest-popup__subtitle{margin:var(--crest-space-3) 0 0;font-size:13px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--crest-text-muted)}@media(min-width:768px){.crest-popup__heading{text-align:center}.crest-popup__close{position:absolute;top:var(--crest-space-4);right:var(--crest-space-4)}}.crest-popup__body{flex:1 1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:var(--crest-space-5)}.crest-scanner[hidden],.crest-usn[hidden]{display:none}.crest-scanner{display:flex;flex-direction:column;align-items:center;gap:var(--crest-space-3)}.crest-scanner__viewport{position:relative;width:100%;aspect-ratio:4 / 2;border-radius:12px;overflow:hidden;background:#0a0a0a}.crest-scanner__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.crest-scanner__frame{position:absolute;top:50%;left:50%;width:72%;height:45%;transform:translate(-50%,-50%);pointer-events:none}.crest-scanner__corner{position:absolute;width:22px;height:22px;border:3px solid #FFFFFF}.crest-scanner__corner--tl{top:0;left:0;border-right:0;border-bottom:0;border-top-left-radius:6px}.crest-scanner__corner--tr{top:0;right:0;border-left:0;border-bottom:0;border-top-right-radius:6px}.crest-scanner__corner--bl{bottom:0;left:0;border-right:0;border-top:0;border-bottom-left-radius:6px}.crest-scanner__corner--br{bottom:0;right:0;border-left:0;border-top:0;border-bottom-right-radius:6px}.crest-scanner__status{margin:0;font-size:13.5px;text-align:center;color:var(--crest-text-muted);min-height:1.4em}.crest-scanner__status[data-tone=error]{color:var(--crest-error)}.crest-scanner__cancel{border:0;background:transparent;padding:var(--crest-space-2) 0;font-size:13.5px;font-weight:700;text-decoration:underline;color:var(--crest-text);cursor:pointer}.crest-scanner__cancel:focus-visible{outline:2px solid var(--crest-accent);outline-offset:2px}.crest-usn__field{position:relative;display:flex;align-items:center;border:1.5px solid var(--crest-border);background:#fff;transition:border-color .15s ease}.crest-usn__field[data-state=error]{border-color:var(--crest-error)}.crest-usn__field[data-state=success]{border-color:var(--crest-success)}.crest-usn__field[data-state=warning]{border-color:var(--crest-warning)}.crest-usn__field[data-state=loading]{border-color:var(--crest-border-light)}.crest-usn__scanner-btn{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:0;background:transparent;color:var(--crest-text-muted);cursor:pointer}.crest-usn__scanner-btn[disabled]{opacity:.4}.crest-usn__scanner-btn .crest-icon{width:20px;height:20px}@media screen and (min-width:768px){.crest-usn__scanner-btn{display:none}}.crest-usn__input{flex:1 1 auto;min-width:0;padding:10px 16px;border:0;background:transparent;font-size:16px;font-weight:500;letter-spacing:.02em;color:var(--crest-text);outline:none;margin:5px;border-radius:5px}.crest-usn__scanner-btn+.crest-usn__input{padding-left:0}.crest-usn__input::placeholder{color:#9a9a9a;font-weight:400;letter-spacing:normal}.crest-usn__input:disabled{opacity:.4}.crest-usn__status-icon{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;margin-right:var(--crest-space-2)}.crest-usn__status-icon:empty{display:none}.crest-usn__status-icon .crest-icon--success{color:var(--crest-success);width:20px;height:20px}.crest-usn__status-icon .crest-icon--error{color:var(--crest-error);width:20px;height:20px}.crest-usn__status-icon .crest-icon--warning{color:var(--crest-warning);width:20px;height:20px}.crest-usn__status-icon .crest-icon--spinner{color:var(--crest-text-muted);width:20px;height:20px;animation:crest-spin .8s linear infinite}@keyframes crest-spin{to{transform:rotate(360deg)}}.crest-usn__meta-row{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--crest-space-3);margin-top:var(--crest-space-2)}.crest-usn__helper{margin:0;font-size:12.5px;line-height:1.5;color:var(--crest-text-muted)}.crest-usn__counter{flex:0 0 auto;font-size:12.5px;color:var(--crest-text-muted);white-space:nowrap}.crest-usn__message{margin:var(--crest-space-3) 0 0;font-size:14px;font-weight:600;min-height:1em}.crest-usn__message:empty{display:none}.crest-usn__message[data-type=error]{color:var(--crest-error);text-align:center}.crest-usn__message[data-type=warning]{color:var(--crest-warning);text-align:center}.crest-usn__message[data-type=success]{color:var(--crest-success);text-align:center}.crest-usn__message a{color:inherit;text-decoration:none;font-weight:inherit}.crest-popup__accordions{margin-top:var(--crest-space-5)}.crest-accordion{border-top:1px solid var(--crest-border-light)}.crest-accordion:last-child{border-bottom:1px solid var(--crest-border-light)}.crest-accordion__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:var(--crest-space-3);padding:var(--crest-space-4) 0;background:transparent;border:0;cursor:pointer;text-align:left}.crest-accordion__title{font-size:14.5px;font-weight:800;letter-spacing:.01em;text-transform:uppercase;color:var(--crest-text)}.crest-accordion__trigger .crest-icon--chevron{width:16px;height:16px;flex:0 0 auto;color:var(--crest-text);transition:transform .2s ease}.crest-accordion__trigger:focus-visible,.crest-accordion__trigger:focus{outline:none}.crest-accordion[data-state=open] .crest-icon--chevron{transform:rotate(180deg)}.crest-accordion__panel{overflow:hidden;max-height:0;transition:max-height .25s ease}@media(prefers-reduced-motion:reduce){.crest-accordion__panel{transition:none}}.crest-accordion__panel-inner{padding-bottom:var(--crest-space-4)}.crest-terms__list{margin:0;padding:0 0 0 18px;list-style:disc;display:flex;flex-direction:column;gap:var(--crest-space-3)}.crest-terms__item{font-size:13.5px;line-height:1.55;color:var(--crest-text-muted)}.crest-terms__item p{margin:0}.crest-guide__images{display:flex;gap:var(--crest-space-3);margin-bottom:var(--crest-space-4)}.crest-guide__image-wrap{flex:1 1 0;min-width:0;text-align:center}.crest-guide__image{width:100%;height:auto;aspect-ratio:4 / 3;object-fit:cover;border-radius:8px;border:1px solid var(--crest-border-light);display:block}.crest-guide__image--placeholder{background:var(--crest-bg-soft)}.crest-guide__image-label{display:block;margin-top:var(--crest-space-2);font-size:12px;font-weight:700;letter-spacing:.03em;color:var(--crest-text)}.crest-guide__steps{margin:0;padding:0;list-style:none;counter-reset:crest-step;display:flex;flex-direction:column;gap:var(--crest-space-3)}.crest-guide__step{position:relative;padding-left:22px;font-size:13.5px;line-height:1.5;color:var(--crest-text-muted);counter-increment:crest-step}.crest-guide__step:before{content:counter(crest-step) ".";position:absolute;left:0;top:0;font-weight:700;color:var(--crest-text)}.crest-popup__footer{flex:0 0 auto;padding:var(--crest-space-4) var(--crest-space-5);border-top:1px solid var(--crest-border-light);background:#fff}.crest-popup__cta{position:relative;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;height:56px;border:0;border-radius:0!important;background:var(--crest-button-bg);color:var(--crest-button-text);cursor:pointer;transition:opacity .15s ease}.crest-popup__cta:disabled{opacity:.4;cursor:not-allowed}.crest-popup__cta:not(:disabled):hover{opacity:.9}.crest-popup__cta:focus-visible{outline:2px solid var(--crest-accent);outline-offset:2px}.crest-popup__cta-label{position:relative;z-index:1;font-size:15px;font-weight:800;letter-spacing:.03em;text-transform:uppercase}.crest-popup__cta-accent{position:absolute;top:0;right:0;bottom:0;width:72px;background:var(--crest-accent);clip-path:polygon(35% 0,100% 0,100% 100%,0% 100%);display:flex;align-items:center;justify-content:flex-end;padding-right:var(--crest-space-4)}.crest-popup__cta-accent .crest-icon--arrow{width:18px;height:18px;color:#fff}.crest-popup__cta[data-state=loading]{background-color:var(--crest-accent)}body[data-crest-scroll-lock]{overflow:hidden}
/*# sourceMappingURL=/cdn/shop/t/157/assets/crest-ai.css.map */
