html.no-scroll,html.no-scroll body,html.prevent-scroll,html.prevent-scroll body{overflow:hidden!important;height:100%!important}.eyewear-configurator{position:fixed;top:0;bottom:0;left:0;right:0;z-index:100000;visibility:hidden;opacity:0;transition:opacity .4s cubic-bezier(.25,1,.5,1),visibility .4s cubic-bezier(.25,1,.5,1);box-sizing:border-box;touch-action:none}.eyewear-configurator.is-open{visibility:visible;opacity:1}.eyewear-configurator__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#11182766;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:opacity .4s ease;touch-action:none}.eyewear-configurator__container{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;max-width:100vw;height:100%;max-height:100vh;background:#fff;border-radius:0;box-shadow:0 32px 64px -12px #0003;display:grid;grid-template-columns:1.1fr .9fr;overflow:hidden;transform:translate3d(100%,0,0);transition:transform .4s cubic-bezier(.25,1,.5,1)}.eyewear-configurator.is-open .eyewear-configurator__container{transform:translateZ(0)}.eyewear-configurator__left{display:flex;align-items:center;justify-content:center;position:relative;padding:0;height:100vh;touch-action:none}.eyewear-configurator__image-wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.eyewear-configurator__image{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.25,1,.5,1);will-change:transform}.eyewear-configurator__image:hover{transform:scale(1.04)}.eyewear-configurator__right{display:flex;flex-direction:column;height:100vh;min-height:0;overflow:hidden;position:relative;background:#fff;border-left:1px solid #E8E8E8}.eyewear-configurator__right-header{position:relative;padding:20px 50px;border-bottom:1px solid #E8E8E8;z-index:10;touch-action:none}.eyewear-configurator__close{position:absolute;top:50%;transform:translateY(-50%);right:50px;background:#f5f5f5;border:none;cursor:pointer;z-index:10;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#1e1e1e;transition:all .25s cubic-bezier(.25,1,.5,1);outline:none}.eyewear-configurator__close svg{width:20px;height:20px}.eyewear-configurator__close:hover{background:#1e1e1e;color:#fff;transform:translateY(-50%) rotate(90deg) scale(1.05)}.eyewear-configurator__back{position:absolute;top:50%;transform:translateY(-50%);left:50px;background:#f5f5f5;border:none;cursor:pointer;z-index:10;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#1e1e1e;transition:all .25s cubic-bezier(.25,1,.5,1);outline:none;touch-action:none}.eyewear-configurator__back svg{width:20px;height:20px}.eyewear-configurator__back:hover{background:#1e1e1e;color:#fff;transform:translateY(-50%) scale(1.05)}.eyewear-configurator__progress{display:flex;flex-direction:column;gap:10px;margin-top:4px;max-width:calc(100% - 200px);width:100%;margin-left:auto;margin-right:auto;text-align:center}.eyewear-configurator__progress-text{font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;line-height:1;text-align:center}.eyewear-configurator__progress-bar{height:2px;width:100%;background-color:#e8e8e8;border-radius:2px;overflow:hidden}.eyewear-configurator__progress-fill{height:100%;background-color:#1e1e1e;border-radius:2px;transition:width .4s cubic-bezier(.25,1,.5,1)}.eyewear-configurator__scroll-content{flex:1 1 auto;overflow-y:auto;min-height:0;padding:100px;scroll-behavior:smooth;box-sizing:border-box;touch-action:pan-y;-webkit-overflow-scrolling:touch}.eyewear-configurator__scroll-content::-webkit-scrollbar{width:6px}.eyewear-configurator__scroll-content::-webkit-scrollbar-track{background:transparent}.eyewear-configurator__scroll-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.eyewear-configurator__scroll-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.eyewear-configurator__step-pane{display:flex;flex-direction:column;justify-content:center;height:100%}.eyewear-configurator__color-options{display:flex;flex-direction:column;gap:14px}.eyewear-configurator__color-card{display:flex;justify-content:space-between;align-items:center;gap:10px}.eyewear-configurator__color-card.is-selected{border-color:#0f172a;background:#f8fafc;box-shadow:0 8px 16px -4px #0f172a0a}.eyewear-configurator__color-swatch{width:32px;height:32px}.eyewear-configurator__next-btn{margin-top:30px;height:46px}.eyewear-configurator__next-btn:disabled{background-color:#f5f5f5!important;color:#1e1e1e!important;opacity:.6;cursor:not-allowed;pointer-events:none;border-color:transparent}.eyewear-configurator__summary-list{display:flex;flex-direction:column;gap:20px}.eyewear-configurator__summary-row{padding-bottom:20px;display:flex;flex-direction:column;gap:12px}.eyewear-configurator__summary-row:not(:last-child){border-bottom:1px solid #E8E8E8}.eyewear-configurator__summary-label{font-size:13px;line-height:100%;letter-spacing:.65px;text-transform:uppercase;color:#787878}.eyewear-configurator__summary-detail{display:flex;justify-content:space-between;align-items:flex-start;width:100%}.eyewear-configurator__summary-price{font-size:16px;line-height:100%;letter-spacing:.8px;text-transform:uppercase}.eyewear-configurator__summary-action{display:flex;flex-direction:column;align-items:flex-end}.eyewear-configurator__edit-btn{font-size:14px;font-weight:400;line-height:120%;text-decoration:underline;color:#787878}.eyewear-configurator__edit-btn:hover{color:#1e1e1e}.eyewear-configurator__header{font-size:24px;letter-spacing:-.48px;padding-bottom:16px;border-bottom:1px solid #E8E8E8;margin-bottom:30px}.eyewear-configurator__header-desc{font-size:14px;font-weight:400;line-height:120%;display:block;margin-top:6px}.eyewear-configurator__lens-options{display:flex;flex-direction:column;gap:14px}.eyewear-configurator__lens-card,.eyewear-configurator__color-card{border:1px solid transparent;padding:20px;cursor:pointer;transition:all .3s cubic-bezier(.25,1,.5,1);position:relative;background-color:#f5f5f5}.eyewear-configurator__lens-card:hover,.eyewear-configurator__color-card:hover{border-color:#1e1e1e;transform:translateY(-2px);box-shadow:0 12px 20px -8px #00000014}.eyewear-configurator__lens-card.is-selected{border-color:#1e1e1e;background:#f8fafc;box-shadow:0 8px 16px -4px #0f172a0a}.eyewear-configurator__lens-card-header{display:flex;justify-content:space-between;align-items:center;width:100%;gap:10px}.eyewear-configurator__lens-card-title{display:flex;align-items:center;gap:8px}.eyewear-configurator__lens-card-title h3,.eyewear-configurator__color-name,.eyewear-configurator__summary-name{font-size:18px;letter-spacing:-.36px;line-height:100%;font-weight:var(--font-weight-header)}.eyewear-configurator__lens-card-badge{background-color:#1e1e1e;color:#fff;padding:3px 6px 5px;font-size:11px;line-height:100%;letter-spacing:.55px;text-transform:uppercase}.eyewear-configurator__lens-card-desc{font-size:14px;font-weight:400;line-height:100%;margin-top:14px}.eyewear-configurator__lens-card-price{font-size:16px;line-height:100%;letter-spacing:.8px}.eyewear-configurator__footer{padding:20px 50px;display:flex;flex-direction:column;gap:16px;box-shadow:0 4px 24px #0000001f;z-index:5;touch-action:none}.eyewear-configurator__footer-info{display:flex;justify-content:space-between;align-items:center;width:100%}.eyewear-configurator__footer-title{font-size:20px;font-weight:500;line-height:100%;letter-spacing:-.4px}.eyewear-configurator__footer-total{font-size:16px;color:#0f172a}.eyewear-configurator__total-label{font-size:18px;font-weight:500;line-height:100%;letter-spacing:-.36px;color:#787878}.eyewear-configurator__total-price{font-size:24px;line-height:100%;letter-spacing:1.2px;text-transform:uppercase;margin-left:6px}.eyewear-configurator__atc-btn{height:46px}.eyewear-configurator__summary-action .eyewear-configurator__summary-price{font-size:14px!important;font-weight:400!important;line-height:120%!important;text-transform:capitalize!important}.eyewear-configurator__color-options--personalised{display:flex;flex-direction:column;gap:30px}.eyewear-configurator__swatch-group:not(:last-child){margin-bottom:30px}.eyewear-configurator__swatch-group{display:flex;align-items:flex-start;gap:20px;justify-content:space-between;align-items:center}.eyewear-configurator__swatch-group-header{display:flex;flex-direction:column;width:140px;flex-shrink:0}.eyewear-configurator__swatch-group-label{font-size:13px;line-height:100%;letter-spacing:.65px;text-transform:uppercase;color:#787878;margin-bottom:6px}.eyewear-configurator__swatch-selected-name{font-size:18px;letter-spacing:-.36px;line-height:100%;font-weight:500;color:#1e1e1e;min-height:18px}.eyewear-configurator__swatch-grid{display:flex;flex-wrap:wrap;gap:10px}.eyewear-configurator__swatch-grid .eyewear-configurator__color-card.swatch-card{width:34px;height:34px;padding:0;background-color:transparent;border:1px solid transparent;cursor:pointer;transition:transform .2s;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.eyewear-configurator__swatch-grid .eyewear-configurator__color-card.swatch-card .eyewear-configurator__color-swatch{width:32px;height:32px;display:block;box-sizing:border-box}.eyewear-configurator__swatch-grid .eyewear-configurator__color-card.swatch-card.is-selected{border:1px solid #1E1E1E;box-shadow:none;background:transparent}.eyewear-configurator__swatch-grid .eyewear-configurator__color-card.swatch-card.is-selected .eyewear-configurator__color-swatch{border:2px solid #FFF}@media screen and (max-width:1024px){.eyewear-configurator__container{width:95%}.eyewear-configurator__right-header{padding:24px 36px}.eyewear-configurator__scroll-content{padding:36px}.eyewear-configurator__footer{padding:20px 36px}}@media screen and (max-width:768px){.eyewear-configurator__container{grid-template-columns:1fr;grid-template-rows:240px 1fr;height:100%;width:100%;max-width:100%;border-radius:0;top:0;bottom:0;left:0;right:0;transform:translate3d(100%,0,0);transition:transform .4s cubic-bezier(.25,1,.5,1)}.eyewear-configurator.is-open .eyewear-configurator__container{transform:translateZ(0)}.eyewear-configurator__left{padding:24px;height:240px;border-right:none;border-bottom:1px solid #f1f5f9}.eyewear-configurator__right{height:100%;min-height:0}.eyewear-configurator__right-header{padding:16px 24px;flex:0 0 auto;flex-shrink:0}.eyewear-configurator__close{right:24px;top:50%;transform:translateY(-50%);width:38px;height:38px}.eyewear-configurator__close:hover{transform:translateY(-50%) rotate(90deg) scale(1.05)}.eyewear-configurator__close svg{width:18px;height:18px}.eyewear-configurator__back{left:24px;top:50%;transform:translateY(-50%);width:38px;height:38px}.eyewear-configurator__back svg{width:18px;height:18px}.eyewear-configurator__progress{max-width:calc(100% - 110px);gap:8px;margin-left:auto;margin-right:auto;text-align:center}.eyewear-configurator__progress-text{font-size:11px;text-align:center}.eyewear-configurator__scroll-content{padding:24px;flex:1 1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch}.eyewear-configurator__header{margin-bottom:20px}.eyewear-configurator__lens-card-title{font-size:16px}.eyewear-configurator__footer{padding:20px 24px;flex:0 0 auto;flex-shrink:0}}#PrescriptionOptions .eyewear-configurator__lens-card,#PrescriptionAdditionalOptions .eyewear-configurator__lens-card{display:flex;flex-direction:column;justify-content:center}@media(max-width:1440px){.eyewear-configurator__right-header{padding:20px}.eyewear-configurator__close{right:20px}.eyewear-configurator__scroll-content,.eyewear-configurator__footer{padding:20px}}@media(max-width:767px){.eyewear-configurator__lens-card-title h3,.eyewear-configurator__color-name,.eyewear-configurator__summary-name{font-size:16px}.eyewear-configurator__lens-card-badge{padding:4px 6px;font-size:10px}.eyewear-configurator__lens-card-price{font-size:14px}.eyewear-configurator__lens-card-desc{font-size:13px;margin-top:8px}.eyewear-configurator__next-btn{margin-top:25px}.eyewear-configurator__lens-card,.eyewear-configurator__color-card{padding:14px}.eyewear-configurator__color-swatch{width:28px;height:28px}.eyewear-configurator__summary-row{gap:10px;padding-bottom:16px}.eyewear-configurator__summary-list{gap:16px}.eyewear-configurator__summary-action .eyewear-configurator__summary-price{font-size:13px!important}.eyewear-configurator__edit-btn{font-size:13px}.eyewear-configurator__footer-title{font-size:18px}.eyewear-configurator__total-price{font-size:20px}.eyewear-configurator__total-label{font-size:16px}.eyewear-configurator__swatch-group:not(:last-child){margin-bottom:25px}.eyewear-configurator__swatch-grid .eyewear-configurator__color-card.swatch-card .eyewear-configurator__color-swatch{width:28px;height:28px}.eyewear-configurator__swatch-grid .eyewear-configurator__color-card.swatch-card.is-selected .eyewear-configurator__color-swatch{border:0px solid #FFF}.eyewear-configurator__swatch-grid{gap:5px}.eyewear-configurator__swatch-selected-name{font-size:16px}}@media(max-width:480px){.eyewear-configurator__swatch-grid .eyewear-configurator__color-card.swatch-card .eyewear-configurator__color-swatch,.eyewear-configurator__color-swatch{width:26px;height:26px}.eyewear-configurator__swatch-group:not(:last-child){margin-bottom:20px}}.eyewear-configurator.is-loading .eyewear-configurator__container>*{visibility:hidden!important;opacity:0!important}.eyewear-configurator.is-loading .eyewear-configurator__container:after{content:"";position:absolute;top:50%;left:50%;width:40px;height:40px;margin:-20px 0 0 -20px;border:3px solid rgba(0,0,0,.1);border-top-color:#000;border-radius:50%;animation:eyewear-spin 1s infinite linear;z-index:100000}@keyframes eyewear-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.eyewear-configurator.no-transition,.eyewear-configurator.no-transition *{transition:none!important;animation:none!important}.eyewear-configurator__upload-zone{border:2px dashed #D1D5DB;background-color:#f9fafb;padding:40px 20px;text-align:center;cursor:pointer;border-radius:4px;transition:all .25s cubic-bezier(.25,1,.5,1);display:flex;flex-direction:column;align-items:center;justify-content:center}.eyewear-configurator__upload-zone:hover,.eyewear-configurator__upload-zone.dragover{border-color:#1e1e1e;background-color:#f3f4f6}.eyewear-configurator__upload-placeholder p{font-size:15px;font-weight:500;color:#1e1e1e;margin-bottom:6px}.eyewear-configurator__upload-placeholder span{font-size:13px;color:#6b7280}.eyewear-configurator__uploaded-file-card{display:flex;justify-content:space-between;align-items:center;background-color:#f3f4f6;padding:16px 20px;border-radius:4px;border:1px solid #E5E7EB}.eyewear-configurator__file-info-wrapper{display:flex;flex-direction:column;gap:4px;min-width:0}.eyewear-configurator__file-name{font-size:15px;font-weight:500;color:#1e1e1e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.eyewear-configurator__file-size{font-size:13px;color:#6b7280}.eyewear-configurator__file-remove{background:none;border:none;cursor:pointer;padding:6px;color:#9ca3af;display:flex;align-items:center;justify-content:center;transition:color .2s ease;flex-shrink:0}.eyewear-configurator__file-remove:hover{color:#ef4444}.eyewear-configurator__upload-error{color:#ef4444;font-size:13px;font-weight:500;margin-top:12px;text-align:center}.eyewear-configurator__link-btn{background:none;border:none;cursor:pointer;font-size:14px;text-decoration:underline;color:#787878;display:block;width:100%;margin-top:20px;text-align:center;transition:color .2s ease;outline:none}.eyewear-configurator__link-btn:hover{color:#1e1e1e}.is-disabled-lens{display:none!important}
/*# sourceMappingURL=/cdn/shop/t/5/assets/eyewear-configurator.css.map */
