.frx{--frx-top-offset:86px;--frx-primary:#B8334A;--frx-primary-soft:#FBE8EC;--frx-primary-border:#E8A7B4;--frx-text:#242424;--frx-muted:#757575;--frx-line:#EDEDF2;--frx-card:#FFFFFF;--frx-warning:#F7F0C9}.frx [hidden]{display:none!important}.frx-entry{display:flex;gap:12px;margin-top:8px}.frx-btn{border-radius:16px;min-height:52px;padding:0 24px;font-size:16px;font-weight:700;border:1px solid transparent;cursor:pointer;transition:.18s ease}.frx-btn--primary{background:var(--frx-primary);color:#fff}.frx-btn--primary:hover{filter:brightness(.97)}.frx-btn--secondary{background:#fff;border-color:#d8d8de;color:var(--frx-text)}.frx-method-picker{display:grid;gap:16px;margin-top:8px}.frx-method-card{display:flex;align-items:center;gap:16px;width:100%;padding:20px 22px;border:1px solid #E3E4EA;background:#fff;border-radius:22px;text-align:left;cursor:pointer;transition:.18s ease}.frx-method-card:hover{border-color:#cfcfd9;transform:translateY(-1px)}.frx-method-card.is-selected{border-color:var(--frx-primary);box-shadow:0 0 0 2px #b8334a14}.frx-method-card__icon{width:52px;height:52px;border-radius:16px;background:#f7f7fb;display:flex;align-items:center;justify-content:center;font-size:24px;flex:0 0 auto}.frx-method-card__copy{display:grid;gap:6px;flex:1}.frx-method-card__copy strong{font-size:18px;line-height:1.25}.frx-method-card__copy small{font-size:14px;color:var(--frx-muted);line-height:1.5}.frx-method-card__arrow{font-size:28px;color:#9a9aa6;line-height:1}.frx-prescription-entry{display:grid;gap:18px;margin-top:8px}.frx-upload-dropzone{display:grid;place-items:center;text-align:center;border:1.5px dashed #D9DBE6;border-radius:24px;min-height:220px;padding:28px 20px;cursor:pointer;gap:10px;background:#fcfcfe}.frx-upload-dropzone__plus{font-size:46px;line-height:1;color:#30323a}.frx-upload-dropzone strong{font-size:18px}.frx-upload-dropzone small{color:var(--frx-muted)}.frx-upload-file{padding:12px 14px;border-radius:16px;background:#f7f7fb;border:1px solid #E8E8EF;font-size:14px}.frx-upload-tips{font-size:14px;line-height:1.7;color:#3e3f47;background:#fbf5d9;border-radius:18px;padding:14px 16px}.frx-upload-status{margin-top:6px;font-size:14px;line-height:1.6}.frx-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;pointer-events:none}.frx-drawer.is-open{pointer-events:auto}.frx-overlay{position:absolute;left:0;right:0;bottom:0;top:var(--frx-top-offset);background:#0c0c0c42;opacity:0;transition:.2s}.frx-drawer.is-open .frx-overlay{opacity:1}.frx-panel{position:fixed;right:0;top:var(--frx-top-offset);width:min(1240px,100vw);height:calc(100dvh - var(--frx-top-offset));background:#fff;transform:translate(100%);transition:.25s ease;display:flex;flex-direction:column;z-index:10000;box-shadow:-24px 0 60px #0000001a;border-left:1px solid #ECECF1}.frx-drawer.is-open .frx-panel{transform:translate(0)}.frx-shell{display:grid;grid-template-columns:280px 1fr;min-height:0;flex:1;overflow:hidden}.frx-summary{border-right:1px solid #EFEFF3;background:#fcfcfd;display:flex;flex-direction:column;justify-content:space-between;padding:18px 14px 12px;overflow:auto}.frx-summary__top{padding-top:18px}.frx-summary__media{display:flex;justify-content:center;align-items:center;min-height:148px;margin-bottom:18px;overflow:visible}.frx-summary__media img{width:auto;max-width:100%;max-height:148px;object-fit:contain;display:block}.frx-summary__meta{display:grid;gap:18px}.frx-summary__group{padding-bottom:15px;border-bottom:1px solid var(--frx-line)}.frx-summary__group:last-child{border-bottom:0;padding-bottom:0}.frx-summary__label{font-size:12px;color:var(--frx-muted);margin-bottom:7px;letter-spacing:.01em}.frx-summary__value-row{display:flex;align-items:center;gap:8px}.frx-summary__value{max-width:210px;font-size:15px;font-weight:700;color:var(--frx-text);line-height:1.28}.frx-summary__sub{margin-top:6px;font-size:13px;color:#5d5d64;line-height:1.25}.frx-summary__info{width:24px;height:24px;border-radius:999px;border:1px solid #D8D8DE;background:#f7f7f9;color:#666;font-size:12px;font-weight:700;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0;flex:0 0 24px}.frx-summary__footer{border-top:1px solid var(--frx-line);padding-top:16px;display:flex;justify-content:space-between;align-items:end}.frx-summary__footer strong{font-size:22px;line-height:1}.frx-mobile-sheet{display:none}.frx-main{padding:14px 18px 88px;overflow:auto;overflow-x:hidden;background:#fff;position:relative;z-index:1}.frx-step{display:none;max-width:900px;overflow:visible}.frx-step.is-active{display:block}.frx-step__head{margin-bottom:18px}.frx-step__actions{display:flex;align-items:center;min-height:40px}.frx-step__back{display:inline-flex;align-items:center;gap:8px;height:40px;padding:0 6px 0 0;border:0;background:transparent;color:var(--frx-text);font-size:15px;font-weight:700;cursor:pointer}.frx-step__close{width:40px;height:40px;border:0;background:transparent;color:var(--frx-text);font-size:28px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;margin-left:auto}.frx-step__title-row{margin-top:12px;margin-bottom:8px}.frx-step__title{margin:0;font-size:28px;line-height:1.08;font-weight:800;color:var(--frx-text);letter-spacing:-.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.frx-step__subhead{display:flex;justify-content:flex-end;min-height:24px}.frx-step__help,.frx-link{color:var(--frx-muted);text-decoration:underline;text-underline-offset:2px}.frx-step__help{font-size:14px}.frx-cards{display:grid;gap:10px}.frx-card{background:var(--frx-card);border:1px solid var(--frx-line);border-radius:18px;padding:16px;cursor:pointer;text-align:left;transition:.18s}.frx-card:hover{border-color:var(--frx-primary-border);background:#fff8fa}.frx-card.is-selected{border-color:var(--frx-primary);box-shadow:0 0 0 1px var(--frx-primary) inset;background:#fff8fa}.frx-card--choice{display:grid;grid-template-columns:52px 1fr 20px;align-items:center;gap:14px}.frx-card__icon{width:52px;height:52px;border-radius:999px;background:#f8f3f4;display:flex;align-items:center;justify-content:center;overflow:hidden}.frx-card__icon img{width:28px;height:28px;object-fit:contain}.frx-card__text strong{display:block;font-size:17px;color:var(--frx-text)}.frx-card__text small{display:block;font-size:14px;color:var(--frx-muted);margin-top:4px}.frx-card__arrow{font-size:24px;color:#999;justify-self:end}.frx-shortcuts{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px}.frx-shortcut{border:1px solid #E7E8EC;background:#fff;border-radius:14px;display:flex;align-items:center;gap:10px;padding:8px 12px;min-height:68px;cursor:pointer;transition:.18s ease;box-shadow:none}.frx-shortcut:hover{border-color:#dcdde3;background:#fcfcfd}.frx-shortcut__icon{font-size:18px;line-height:1;flex:0 0 20px;opacity:.8}.frx-shortcut__text{min-width:0}.frx-shortcut__text strong{display:block;font-size:14px;line-height:1.18;font-weight:700}.frx-shortcut__text small{display:block;font-size:12px;color:#7b7e87;margin-top:2px;line-height:1.24}.frx-help-dot{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;margin-left:5px;border-radius:999px;background:#f3f3f6;color:#777;font-size:11px;font-weight:700;vertical-align:middle;cursor:help}.frx-rx-desktop{display:none}.frx-rx-mobile{display:block}.frx-rx-card{border:1px solid var(--frx-line);border-radius:16px;background:#fff;overflow:hidden;isolation:isolate}.frx-rx-table{width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed;background:#fff;margin:0}.frx-rx-table th,.frx-rx-table td{border-right:1px solid var(--frx-line);border-bottom:1px solid var(--frx-line);padding:6px;text-align:center;vertical-align:middle;position:relative;background-clip:padding-box}.frx-rx-table th:last-child,.frx-rx-table td:last-child{border-right:0}.frx-rx-table tr:last-child td{border-bottom:0}.frx-rx-table thead th{background:#f4f6fb;font-size:13px;font-weight:700;color:var(--frx-text);height:50px}.frx-rx-table__eye-head{width:132px}.frx-rx-table__eye{background:#f8fafd;font-size:15px;font-weight:700;color:var(--frx-text);line-height:1.15}.frx-rx-table__eye small{display:block;margin-top:4px;font-size:12px;font-weight:500;color:var(--frx-muted)}.frx-rx-table thead tr:first-child th:first-child{border-top-left-radius:16px}.frx-rx-table thead tr:first-child th:last-child{border-top-right-radius:16px}.frx-rx-table tbody tr:last-child td:first-child{border-bottom-left-radius:16px}.frx-rx-table tbody tr:last-child td:last-child{border-bottom-right-radius:16px}.frx-select{width:100%;height:48px;border:1px solid #DADAE1;border-radius:12px;background:#fff;padding:0 12px;font-size:15px;color:var(--frx-text);appearance:auto;-webkit-appearance:menulist;box-sizing:border-box}.frx-select--compact{height:40px;font-size:15px;padding:0 12px;border-radius:12px;appearance:auto;-webkit-appearance:menulist;box-sizing:border-box}.frx-reading-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}.frx-mini-field{border:1px solid var(--frx-line);border-radius:14px;padding:10px;background:#fff}.frx-mini-field label{display:block;font-size:12px;color:var(--frx-muted);margin-bottom:5px}.frx-pd-card{margin-top:10px;border:1px solid var(--frx-line);border-radius:16px;padding:10px 12px;background:#fff}.frx-pd-main{display:grid;grid-template-columns:170px 185px auto auto;gap:12px;align-items:center}.frx-pd-label strong{display:block;font-size:14px}.frx-pd-label small{display:block;font-size:11px;color:var(--frx-muted);margin-top:2px}.frx-pd-split{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}.frx-field label{display:block;font-size:12px;color:var(--frx-muted);margin-bottom:4px}.frx-extra-card{display:flex;flex-direction:column;gap:12px;margin-top:10px;border:1px solid var(--frx-line);border-radius:16px;padding:10px 12px;background:#fcfcfd}.frx-check{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--frx-text)}.frx-check--pd{white-space:nowrap}.frx-link--pd{justify-self:end;font-size:13px;white-space:nowrap}.frx-inline-error{margin-top:8px;font-size:13px;line-height:1.35;color:#c62828;font-weight:750;display:none}.frx-inline-error.is-show{display:block}.frx-form-alert{display:flex;align-items:center;min-height:44px;margin:0 0 12px;padding:10px 14px;border:1px solid rgba(184,51,74,.32);border-left:4px solid #B8334A;border-radius:14px;background:#fff6f8;color:#a12d42;font-size:13px;line-height:1.35;font-weight:750;box-shadow:0 10px 24px #b8334a14}.frx-select.is-invalid,.frx-rx-mobile-select.is-invalid,.frx-mobile-pd-select.is-invalid,.frx-mobile-pd-side-select.is-invalid{border-color:#d84a63!important;background:#fff9fa!important;box-shadow:0 0 0 1px #d84a6338 inset,0 0 0 3px #d84a631a!important}.frx-inline-error--cell{margin-top:4px;font-size:11px;line-height:1.2;text-align:left;padding-left:2px}.frx-rx-mobile-card{border:1px solid var(--frx-line);border-radius:16px;background:#fcfcfd;padding:12px}.frx-rx-mobile-title{display:flex;align-items:center;gap:8px;font-size:17px;font-weight:800;color:var(--frx-text);margin-bottom:10px}.frx-rx-mobile-table-wrap{border:1px solid var(--frx-line);border-radius:12px;overflow:hidden;background:#fff}.frx-rx-mobile-table{width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed}.frx-rx-mobile-table th,.frx-rx-mobile-table td{border-right:1px solid var(--frx-line);border-bottom:1px solid var(--frx-line);padding:0;text-align:center;vertical-align:middle}.frx-rx-mobile-table th:last-child,.frx-rx-mobile-table td:last-child{border-right:0}.frx-rx-mobile-table tr:last-child td{border-bottom:0}.frx-rx-mobile-table thead th{background:#eef2fa;color:var(--frx-text);font-size:12px;font-weight:800;height:38px;padding:0 2px}.frx-rx-mobile-eye{background:#f3f6fb;font-size:13px;font-weight:800;color:var(--frx-text);line-height:1.1;width:58px;min-width:58px;padding:0 4px}.frx-rx-mobile-eye small{display:block;margin-top:2px;font-size:11px;font-weight:600;color:var(--frx-muted)}.frx-rx-mobile-select{width:100%;height:54px;border:0;border-radius:0;background:#fff;padding:0 12px;font-size:15px;font-weight:700;color:var(--frx-text);appearance:auto;-webkit-appearance:menulist;box-sizing:border-box;text-overflow:ellipsis}.frx-mobile-pd-block{margin-top:8px;padding-top:8px;border-top:1px solid var(--frx-line)}.frx-mobile-pd-head{display:flex;align-items:flex-start;justify-content:space-between;gap:6px;margin-bottom:6px}.frx-mobile-pd-title{font-size:16px;font-weight:800;color:var(--frx-text);line-height:1.15}.frx-mobile-pd-head .frx-link{font-size:12px;line-height:1.15;text-align:right;max-width:150px}.frx-mobile-pd-row{display:grid;grid-template-columns:58px 1fr;border:1px solid var(--frx-line);border-radius:12px;overflow:hidden;background:#fff;max-width:none}.frx-mobile-pd-label{background:#eef2fa;display:flex;align-items:center;padding:0 12px;font-size:14px;font-weight:800}.frx-mobile-pd-select{border:0;height:48px;padding:0 12px;font-size:15px;appearance:auto;-webkit-appearance:menulist;background:#fff;box-sizing:border-box}.frx-mobile-pd-split-table{margin-top:8px;border:1px solid var(--frx-line);border-radius:12px;overflow:hidden;background:#fff}.frx-mobile-pd-split-grid{display:grid;grid-template-columns:70px 1fr}.frx-mobile-pd-split-grid+.frx-mobile-pd-split-grid{border-top:1px solid var(--frx-line)}.frx-mobile-pd-side{background:#f3f6fb;display:flex;align-items:center;padding:0 12px;font-size:13px;font-weight:800;min-height:46px}.frx-mobile-pd-side-select{width:100%;min-width:0;border:0;border-left:1px solid var(--frx-line);height:48px;padding:0 12px;font-size:15px;appearance:auto;-webkit-appearance:menulist;background:#fff;box-sizing:border-box}.frx-mobile-check-list{margin-top:10px;padding-top:10px;border-top:1px solid var(--frx-line);display:flex;flex-direction:column;gap:12px}.frx-mobile-message-link{margin-top:10px;padding-top:10px;border-top:1px solid var(--frx-line);text-align:center}.frx-alert,.frx-tip-banner{border-radius:14px;padding:14px 16px;line-height:1.5}.frx-alert{background:#fcf7f8;border:1px solid #F1D6DC}.frx-tip-banner{background:var(--frx-warning);font-size:14px;margin-bottom:10px}.frx-price-card{display:grid;grid-template-columns:56px 1fr auto;gap:14px;align-items:center}.frx-price-card__icon img{width:40px;height:40px;object-fit:contain}.frx-price-card__title{font-size:15px;font-weight:800;margin-bottom:4px}.frx-price-card__desc{font-size:12px;color:var(--frx-muted);margin-top:0;line-height:1.34}.frx-price-card__price{font-size:15px;font-weight:800;text-align:right}.frx-pill{display:inline-block;padding:3px 8px;border-radius:999px;font-size:12px;font-weight:700}.frx-pill--recommend{background:var(--frx-primary);color:#fff;margin-top:8px}.frx-color-panel{border:1px solid #D9DDE2;border-radius:24px;background:#fff;overflow:hidden}.frx-color-panel.is-selected{border-color:#5c5cff;box-shadow:0 0 0 1px #5c5cff14 inset}.frx-color-panel__top{display:grid;grid-template-columns:56px 1fr auto;gap:14px;align-items:center;padding:18px 18px 14px}.frx-color-panel__icon img{width:48px;height:48px;object-fit:contain}.frx-color-panel__title{font-size:15px;font-weight:800}.frx-color-panel__desc{font-size:12px;color:var(--frx-muted);margin-top:4px;line-height:1.35}.frx-color-panel__price{font-size:15px;font-weight:800;white-space:nowrap}.frx-color-panel__bottom{border-top:1px solid var(--frx-line);padding:16px 18px 18px}.frx-color-panel__selected{font-size:14px;font-weight:700;margin-bottom:10px;display:flex;align-items:center;gap:8px}.frx-color-swatches{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.frx-color-swatch{width:24px;height:24px;padding:0;border:0;background:transparent;border-radius:999px;position:relative;cursor:pointer;box-shadow:none}.frx-color-swatch:before{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:999px;border:1.5px solid transparent;transition:border-color .18s ease}.frx-color-swatch.is-selected:before{border-color:#5c5cff}.frx-color-swatch__dot{display:block;width:100%;height:100%;border-radius:999px;border:1px solid rgba(0,0,0,.08)}.frx-color-swatch[data-label]:hover:after,.frx-color-swatch[data-label]:focus-visible:after{content:attr(data-label);position:absolute;left:50%;bottom:calc(100% + 10px);transform:translate(-50%);background:#fff;border:1px solid rgba(0,0,0,.08);box-shadow:0 8px 20px #00000014;border-radius:10px;padding:8px 12px;white-space:nowrap;font-size:12px;color:var(--frx-text);z-index:3}.frx-color-swatch[data-label]:hover:before,.frx-color-swatch[data-label]:focus-visible:before{border-color:#5c5cff}.frx-footer{position:sticky;bottom:0;display:flex;justify-content:flex-end;padding:18px 24px 18px 0;background:linear-gradient(to top,#fff 72%,#fff0);border-top:0;pointer-events:auto;z-index:30}.frx-footer .frx-btn{min-width:190px;height:56px;border-radius:18px;pointer-events:auto;position:relative;z-index:31;box-shadow:0 10px 24px #b8334a2e}.frx-mobile-sticky{display:none}.frx-upload-note{margin:0 0 14px;color:var(--frx-muted)}.frx-upload-status{margin-top:14px;font-size:14px}.frx-upload-meta{margin-top:10px;font-size:14px;color:var(--frx-muted)}.frx-modal[hidden]{display:none}.frx-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10001}.frx-modal[data-frx-confirm-modal]{z-index:2147483642}.frx-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000047}.frx-modal__dialog{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(640px,calc(100vw - 40px));background:#fff;border-radius:18px;box-shadow:0 20px 50px #0000002e;overflow:hidden}.frx-modal__dialog--confirm{width:min(620px,calc(100vw - 40px))}.frx-modal__head{display:flex;justify-content:space-between;align-items:center;padding:18px 22px;border-bottom:1px solid var(--frx-line)}.frx-modal__head h3{margin:0;font-size:22px}.frx-modal__head button{border:0;background:transparent;font-size:24px;cursor:pointer}.frx-modal__body{padding:18px 22px}.frx-modal__actions{display:flex;gap:12px;justify-content:flex-end;margin-top:18px}.frx-empty{color:var(--frx-muted);padding:18px 4px}.frx-saved-item{border:1px solid var(--frx-line);border-radius:12px;padding:14px;margin-bottom:12px}.frx-saved-item h4{margin:0 0 6px;font-size:16px}.frx-saved-item p{margin:0 0 10px;color:var(--frx-muted);font-size:14px}.frx-saved-item__actions{display:flex;gap:10px}.frx-confirm-grid{display:grid;grid-template-columns:120px repeat(4,1fr);border:1px solid var(--frx-line);border-radius:12px;overflow:hidden;margin-top:14px}.frx-confirm-grid>div{min-height:54px;border-right:1px solid var(--frx-line);border-bottom:1px solid var(--frx-line);display:flex;align-items:center;justify-content:center;padding:8px}.frx-confirm-grid>div:nth-child(5n){border-right:0}.frx-confirm-grid__head,.frx-confirm-grid__label{background:#fafafc;font-weight:700}@media(min-width:990px){.frx-shortcuts,.frx-form-alert{width:100%;max-width:772px!important;box-sizing:border-box;padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important}.frx-rx-mobile{display:block;width:100%;max-width:820px;box-sizing:border-box}.frx-rx-mobile-card{border:1px solid var(--frx-line);border-radius:18px;background:#fff;padding:18px}.frx-rx-mobile-title{font-size:18px;margin-bottom:14px}.frx-rx-mobile-table-wrap{overflow:visible}.frx-rx-mobile-table{width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed}.frx-rx-mobile-table th,.frx-rx-mobile-table td{padding:8px}.frx-rx-mobile-eye{width:92px;min-width:92px;font-size:13px;padding:0 8px}.frx-rx-mobile-eye small{font-size:11px}.frx-rx-mobile-select,.frx-mobile-pd-select,.frx-mobile-pd-side-select{height:46px;font-size:14px;padding:0 12px}.frx-mobile-pd-title{font-size:16px}.frx-mobile-pd-head .frx-link{font-size:12px;max-width:none}.frx-mobile-check-list{gap:14px}.frx-mobile-message-link{text-align:left}}.frx-step__help,.frx-link{font-weight:500;letter-spacing:0}.frx-shortcut__text strong{font-weight:700}.frx-shortcut__text small{font-weight:400}.frx-rx-mobile-title,.frx-mobile-pd-title,.frx-rx-mobile-table thead th,.frx-rx-mobile-eye,.frx-mobile-pd-label,.frx-mobile-pd-side{letter-spacing:-.01em}.frx-rx-mobile-select,.frx-mobile-pd-select,.frx-mobile-pd-side-select{font-weight:700}@media(min-width:990px){.frx-step__title{font-size:26px}.frx-step__help{font-size:14px}.frx-shortcut{min-height:72px;padding:10px 14px;border-radius:16px;gap:10px}.frx-shortcut__icon{font-size:19px;flex:0 0 22px;opacity:.8}.frx-shortcut__text strong{font-size:15px;line-height:1.18;margin-bottom:1px}.frx-shortcut__text small{font-size:12px;line-height:1.25;color:#7b7e87}.frx-rx-mobile-card{border-radius:20px;padding:20px}.frx-rx-mobile-title{font-size:20px;margin-bottom:16px}.frx-rx-mobile-table thead th{font-size:13px;height:54px}.frx-rx-mobile-eye{font-size:16px;width:108px;min-width:108px;line-height:1.12}.frx-rx-mobile-eye small{margin-top:3px;font-size:13px}.frx-rx-mobile-select,.frx-mobile-pd-select,.frx-mobile-pd-side-select{font-size:16px;height:54px}.frx-mobile-pd-title{font-size:19px}.frx-mobile-pd-head .frx-link{font-size:14px}.frx-mobile-pd-label,.frx-mobile-pd-side{font-size:14px;min-height:54px}.frx-check{font-size:15px;gap:10px}.frx-check input{width:20px;height:20px}.frx-mobile-message-link .frx-link{font-size:14px}}@media(max-width:989px){.frx{--frx-top-offset:0px}.frx-shell{grid-template-columns:1fr}.frx-summary--desktop,.frx-footer--desktop{display:none}.frx-main{padding:12px 10px 132px;max-width:none}.frx-rx-desktop{display:none}.frx-rx-mobile{display:block}.frx-step__actions{min-height:36px}.frx-step__back{height:36px;font-size:14px}.frx-step__back span:last-child{display:none}.frx-step__close{width:36px;height:36px;font-size:26px}.frx-step__title-row{margin-top:6px;margin-bottom:6px}.frx-step__title{font-size:24px;line-height:1.08;white-space:normal;overflow:visible;text-overflow:unset}.frx-step__subhead{justify-content:flex-start;min-height:auto;margin-bottom:2px}.frx-step__help{font-size:13px;line-height:1.2}.frx-shortcuts{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:8px}.frx-shortcut{padding:8px 10px;gap:8px;border-radius:14px;min-height:64px;align-items:center}.frx-shortcut__icon{font-size:17px;line-height:1;flex:0 0 18px;opacity:.78}.frx-shortcut__text strong{font-size:12px;line-height:1.12;margin-bottom:1px;font-weight:700}.frx-shortcut__text small{font-size:10px;line-height:1.18;margin-top:1px;color:#7b7e87;font-weight:400}.frx-inline-error{font-size:11px}.frx-inline-error--cell{font-size:9px;margin-top:1px;padding-left:1px;line-height:1.1}.frx-check{font-size:14px;gap:7px}.frx-check input{width:18px;height:18px}.frx-link{font-size:13px;line-height:1.15}.frx-mobile-sheet{display:block!important;position:fixed!important;left:12px;right:12px;bottom:max(12px,env(safe-area-inset-bottom));z-index:10020;pointer-events:auto;visibility:visible;opacity:1}.frx-mobile-sheet__panel{margin-bottom:10px;padding:12px 14px 16px;border:1px solid rgba(34,34,34,.08);border-radius:24px;background:#fffffffa;box-shadow:0 18px 44px #11111124;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.frx-mobile-sheet__panel-head{position:relative;min-height:24px;margin-bottom:10px}.frx-mobile-sheet__drag{display:block;width:42px;height:4px;border-radius:999px;background:#d8d8de;margin:0 auto}.frx-mobile-sheet__close{position:absolute;right:0;top:-4px;width:30px;height:30px;border:0;background:transparent;font-size:18px;color:#4b4b4f;cursor:pointer}.frx-mobile-sheet__list{display:grid;gap:18px}.frx-mobile-sheet__label{font-size:13px;font-weight:700;color:#212121;margin-bottom:8px}.frx-mobile-sheet__value-row{display:flex;align-items:center;gap:8px}.frx-mobile-sheet__info{width:22px;height:22px;border-radius:999px;border:1px solid #d9d9df;background:#f8f8fa;color:#666;font-size:12px;font-weight:700;cursor:pointer;line-height:1;display:inline-flex;align-items:center;justify-content:center;flex:0 0 22px;padding:0}.frx-mobile-sheet__value{font-size:13px;line-height:1.3;color:#222;font-weight:700}.frx-mobile-sheet__sub{margin-top:6px;font-size:12px;line-height:1.25;color:#666}.frx-mobile-sheet__bar{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:10px 12px;min-height:72px;border:1px solid rgba(34,34,34,.08);border-radius:22px;background:#fffffff7;box-shadow:0 14px 34px #1111111a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.frx-mobile-sheet__summary-btn{min-width:0;border:0;background:transparent;padding:0;display:flex;align-items:center;gap:10px;text-align:left;cursor:pointer}.frx-mobile-sheet__thumb{width:44px;height:44px;flex:0 0 44px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#f6f1eb;overflow:hidden}.frx-mobile-sheet__thumb img{max-width:100%;max-height:100%;object-fit:contain}.frx-mobile-sheet__meta{min-width:0;flex:1 1 auto}.frx-mobile-sheet__meta strong{display:block;font-size:12px;font-weight:700;line-height:1.12;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#212121;max-width:118px}.frx-mobile-sheet__price{display:block;margin-top:4px;font-size:15px;font-weight:800;color:#212121;line-height:1}.frx-mobile-sheet__chevron{width:24px;height:24px;flex:0 0 24px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#f5f5f7;color:#666;font-size:14px;line-height:1;transition:transform .2s ease}.frx-mobile-sheet.is-open .frx-mobile-sheet__chevron{transform:rotate(180deg)}.frx-mobile-sheet .frx-btn{min-width:116px;min-height:48px;border-radius:16px;font-size:14px;padding:0 18px;box-shadow:none;align-self:center}.frx.is-confirm-open .frx-mobile-sheet{display:none!important}.frx-modal[data-frx-confirm-modal]:not([hidden]){display:flex!important;align-items:flex-end;justify-content:center;padding:12px 12px max(12px,env(safe-area-inset-bottom));box-sizing:border-box}.frx-modal[data-frx-confirm-modal] .frx-modal__overlay{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:0!important;background:#14100f5c}.frx-modal[data-frx-confirm-modal] .frx-modal__dialog{position:relative!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;width:min(100%,540px)!important;max-height:calc(100dvh - 24px)!important;overflow:auto!important;border-radius:22px!important;z-index:1!important}.frx-modal[data-frx-confirm-modal] .frx-modal__head{padding:16px 18px}.frx-modal[data-frx-confirm-modal] .frx-modal__body{padding:16px 18px 18px}.frx-modal[data-frx-confirm-modal] .frx-modal__actions{position:sticky;bottom:0;margin:16px -18px -18px;padding:12px 18px max(14px,env(safe-area-inset-bottom));background:#fff;border-top:1px solid rgba(34,34,34,.08);display:grid;grid-template-columns:1fr 1fr;gap:10px;z-index:2}.frx-modal[data-frx-confirm-modal] .frx-modal__actions .frx-btn{width:100%;min-width:0;min-height:48px;border-radius:16px}.frx-modal__dialog{width:calc(100vw - 24px);left:50%;transform:translate(-50%);bottom:12px;top:auto;border-radius:20px 20px 0 0}.frx-confirm-grid{grid-template-columns:90px repeat(4,1fr)}.frx-rx-mobile-table{table-layout:fixed}.frx-rx-mobile-eye{width:74px;min-width:74px;padding:0 6px;font-size:12px;line-height:1.15}.frx-rx-mobile-eye small{font-size:11px;line-height:1.15}.frx-rx-mobile-table thead th{font-size:11px;height:42px;padding:0 4px}.frx-rx-mobile-select{min-width:0;width:100%;padding:0 28px 0 10px;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.frx-mobile-pd-row{grid-template-columns:68px minmax(0,1fr)}.frx-mobile-pd-label{min-width:68px;padding:0 10px;font-size:13px}.frx-mobile-pd-select{min-width:0;width:100%;height:48px;padding:0 28px 0 12px;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.frx-mobile-pd-split-grid{grid-template-columns:88px minmax(0,1fr);width:100%}.frx-mobile-pd-side{min-height:48px;padding:0 10px;font-size:12px;line-height:1.2;white-space:normal}.frx-mobile-pd-side-select{min-width:0;width:100%;height:48px;padding:0 28px 0 12px;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.frx-mobile-pd-head .frx-link{font-size:12px;line-height:1.2;max-width:160px}.frx-check{line-height:1.25;align-items:flex-start}}.frx-lens-type-block{display:flex;flex-direction:column;gap:10px}.frx-lens-type-block.has-inline{gap:0}.frx-lens-type-block.has-inline.is-selected{border:1px solid var(--frx-primary);border-radius:24px;background:#fff8fa;overflow:hidden}.frx-lens-type-block.has-inline.is-selected>.frx-card{border-color:transparent;box-shadow:none;background:transparent;border-radius:0;margin:0}.frx-lens-type-block.has-inline.is-selected>.frx-card .frx-price-card{padding-bottom:4px}.frx-inline-color-panel{margin:0;border-top:1px solid rgba(189,45,74,.14);background:transparent;padding:12px 18px 18px}.frx-inline-color-panel.is-selected{box-shadow:none}.frx-inline-color-panel__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.frx-inline-color-panel__title{font-size:16px;font-weight:700;color:var(--frx-text)}.frx-inline-color-panel__price{font-size:16px;font-weight:700;color:var(--frx-text);white-space:nowrap}.frx-inline-color-panel__desc{font-size:14px;line-height:1.5;color:var(--frx-muted);margin-bottom:14px;max-width:520px}.frx-inline-color-panel__swatches{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.frx-inline-color-panel__choice{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.frx-inline-color-panel__choice-label{font-size:14px;color:var(--frx-muted)}.frx-inline-color-panel__selected-chip{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;background:#fff;border:1px solid rgba(0,0,0,.08);font-size:13px;color:var(--frx-text);min-height:34px}.frx-inline-color-panel__selected-dot{width:14px;height:14px;border-radius:999px;border:1px solid rgba(0,0,0,.08);flex-shrink:0}.frx-toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%) translateY(20px);background:#1f1f1f;color:#fff;padding:12px 16px;border-radius:12px;font-size:14px;line-height:1.4;box-shadow:0 10px 24px #0000002e;opacity:0;visibility:hidden;transition:opacity .2s ease,transform .2s ease,visibility .2s ease;z-index:2147482600;max-width:min(92vw,420px);text-align:center}.frx-toast.is-visible{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}@media(max-width:749px){body.frx-flow-open .frx-toast{bottom:calc(92px + env(safe-area-inset-bottom))}}.frx-price-card__desc{line-height:1.42}.frx-price-card__desc div{margin:0 0 4px}.frx-price-card__desc div:last-child{margin-bottom:0}@media(max-width:989px){.frx-card{padding:10px 12px;border-radius:18px}.frx-price-card{display:grid;grid-template-columns:40px minmax(0,1fr) auto;grid-template-areas:"icon title price" "icon desc price" "icon badge badge";gap:8px 10px;align-items:start}.frx-price-card__icon{grid-area:icon;align-self:start;padding-top:2px}.frx-price-card__icon img{width:32px;height:32px}.frx-price-card__title{grid-area:title;font-size:13px;line-height:1.2;font-weight:800;margin:0 0 4px}.frx-price-card__desc{grid-area:desc;font-size:11px;line-height:1.42;margin-top:0;color:var(--frx-muted)}.frx-price-card__desc div{margin:0 0 3px}.frx-price-card__desc div:last-child{margin-bottom:0}.frx-price-card__price{grid-area:price;font-size:12px;line-height:1.2;font-weight:800;text-align:right;white-space:nowrap;align-self:start;padding-top:2px}.frx-pill--recommend{grid-area:badge;margin-top:4px;font-size:10px;padding:4px 8px;line-height:1;justify-self:start}}.frx [data-frx-rx-summary-error]{display:none!important}@media(max-width:989px){.frx-main{padding:12px 8px 132px!important}.frx-rx-mobile-card{padding:10px!important}.frx-rx-mobile-table{table-layout:auto!important}.frx-rx-mobile-table thead th{font-size:11px!important;height:34px!important;padding:0 1px!important;white-space:nowrap!important}.frx-rx-mobile-eye{width:48px!important;min-width:48px!important;max-width:48px!important;padding:0 2px!important;font-size:12px!important;line-height:1.02!important}.frx-rx-mobile-eye small{font-size:10px!important;margin-top:1px!important}.frx-rx-mobile-select{width:100%!important;min-width:0!important;height:46px!important;padding:0 4px!important;font-size:12px!important;font-weight:600!important;text-overflow:clip!important;white-space:nowrap!important}.frx-rx-mobile-table td{min-width:72px!important}.frx-mobile-pd-row{grid-template-columns:52px 1fr!important}.frx-mobile-pd-label{padding:0 10px!important;font-size:13px!important}.frx-mobile-pd-select{height:46px!important;padding:0 10px!important;font-size:14px!important}.frx-mobile-pd-split-grid{grid-template-columns:62px 1fr!important}.frx-mobile-pd-side{padding:0 10px!important;font-size:12px!important;min-height:44px!important}.frx-mobile-pd-side-select{height:46px!important;padding:0 10px!important;font-size:14px!important}}@media(min-width:990px){.frx-rx-desktop{max-width:900px!important}.frx-rx-card{border-radius:14px!important;overflow:hidden!important}.frx-rx-table thead th{font-size:14px!important;font-weight:800!important;height:54px!important;background:#eef2fa!important}.frx-rx-table__eye{width:120px!important;min-width:120px!important;background:#f3f6fb!important}.frx-rx-table__eye small{color:#9a9a9a!important}.frx-select.frx-select--compact{min-width:0!important}.frx-pd-card{margin-top:14px!important;max-width:760px!important}.frx-pd-main{display:grid!important;grid-template-columns:180px minmax(260px,1fr) auto auto!important;align-items:center!important;gap:12px!important}.frx-pd-label{min-height:62px!important;background:#f3f6fb!important;border-radius:12px 0 0 12px!important;padding:0 14px!important}.frx-pd-select{border-radius:0 12px 12px 0!important;overflow:hidden!important}.frx-inline-error[data-frx-error=pd]{margin-top:8px!important}.frx-extra-card{margin-top:12px!important;padding-top:0!important;border-top:0!important}}@media(min-width:990px){.frx-rx-mobile{max-width:760px!important}.frx-rx-mobile-card{padding:16px 16px 14px!important;border-radius:18px!important}.frx-rx-mobile-title{margin-bottom:10px!important}.frx-rx-mobile-table th,.frx-rx-mobile-table td{padding:0!important}.frx-rx-mobile-table thead th{height:48px!important;font-size:12px!important}.frx-rx-mobile-eye{width:86px!important;min-width:86px!important;padding:0 8px!important}.frx-rx-mobile-select{height:44px!important;padding:0 12px!important;font-size:13px!important}.frx-mobile-pd-block{margin-top:8px!important;padding-top:8px!important}.frx-mobile-pd-head{margin-bottom:6px!important}.frx-mobile-pd-title{font-size:15px!important;line-height:1.15!important}.frx-mobile-pd-head .frx-link{font-size:11px!important}.frx-mobile-pd-row{grid-template-columns:84px minmax(0,1fr)!important;border-radius:10px!important}.frx-mobile-pd-label{padding:0 14px!important;font-size:13px!important;line-height:1.1!important}.frx-mobile-pd-select{height:44px!important;font-size:13px!important;padding:0 14px!important}.frx-mobile-pd-block>.frx-check{margin-top:8px!important;display:inline-flex!important;align-items:center!important;gap:8px!important;font-size:13px!important}.frx-mobile-pd-split-table{margin-top:8px!important;border-radius:10px!important;overflow:hidden!important}.frx-mobile-pd-split-table[data-frx-two-pd]{display:grid!important;grid-template-columns:84px minmax(0,1fr) minmax(0,1fr) auto!important;align-items:stretch!important;border:1px solid var(--frx-line)!important;background:#fff!important}.frx-mobile-pd-split-grid{display:contents!important}.frx-mobile-pd-split-grid+.frx-mobile-pd-split-grid{border-top:0!important}.frx-mobile-pd-side{min-height:44px!important;padding:0 14px!important;font-size:13px!important;line-height:1.1!important;border-right:1px solid var(--frx-line)!important}.frx-mobile-pd-side:first-of-type{grid-column:1!important;grid-row:1!important;border-bottom:1px solid var(--frx-line)!important}.frx-mobile-pd-side-select{height:44px!important;padding:0 14px!important;font-size:13px!important;border-left:0!important}.frx-mobile-pd-split-grid:nth-child(1) .frx-mobile-pd-side-select{grid-column:2!important;grid-row:1!important;border-right:1px solid var(--frx-line)!important;border-bottom:1px solid var(--frx-line)!important}.frx-mobile-pd-split-grid:nth-child(2) .frx-mobile-pd-side{grid-column:1!important;grid-row:2!important}.frx-mobile-pd-split-grid:nth-child(2) .frx-mobile-pd-side-select{grid-column:2!important;grid-row:2!important;border-right:1px solid var(--frx-line)!important}.frx-mobile-pd-split-table+.frx-inline-error{margin-top:6px!important}.frx-mobile-check-list{margin-top:10px!important;padding-top:10px!important;gap:10px!important}.frx-check{font-size:13px!important}}@media(max-width:989px){.frx-mobile-pd-block>.frx-check{margin-top:10px!important}.frx-mobile-pd-split-table{margin-top:8px!important}}@media(min-width:990px){.frx-mobile-pd-block{position:relative}.frx-mobile-pd-row,.frx-mobile-pd-split-table[data-frx-two-pd-mobile]{width:640px!important;max-width:640px!important}.frx-mobile-pd-row{display:inline-grid!important;grid-template-columns:92px minmax(0,1fr)!important;vertical-align:middle}.frx-mobile-pd-label,.frx-mobile-pd-label--split{padding:0 14px!important;font-size:13px!important;font-weight:800!important}.frx-mobile-pd-select,.frx-mobile-pd-side-select{height:44px!important;padding:0 14px!important;font-size:13px!important;font-weight:700!important}.frx-mobile-pd-block>.frx-check{position:absolute!important;left:660px!important;top:54px!important;margin:0!important;display:inline-flex!important;align-items:center!important;gap:8px!important;font-size:13px!important;white-space:nowrap!important}.frx-mobile-pd-split-table[data-frx-two-pd-mobile]{display:grid!important;grid-template-columns:92px minmax(0,1fr) minmax(0,1fr)!important;border:1px solid var(--frx-line)!important;border-radius:12px!important;overflow:hidden!important;background:#fff!important;margin-top:0!important}.frx-mobile-pd-label--split{display:flex!important;align-items:center!important;background:#eef2fa!important;border-right:1px solid var(--frx-line)!important}.frx-mobile-pd-split-table .frx-mobile-pd-side-select{border:0!important;border-left:1px solid var(--frx-line)!important}.frx-mobile-pd-split-table .frx-mobile-pd-side-select[data-rx=pd_right]{border-left:0!important;border-right:1px solid var(--frx-line)!important}.frx-mobile-pd-block>.frx-inline-error[data-frx-error=pd]{margin-top:8px!important;max-width:640px!important}}@media(max-width:989px){.frx-mobile-pd-split-table[data-frx-two-pd-mobile]{display:grid!important;grid-template-columns:58px minmax(0,1fr) minmax(0,1fr)!important;border:1px solid var(--frx-line)!important;border-radius:12px!important;overflow:hidden!important;background:#fff!important;margin-top:8px!important}.frx-mobile-pd-label--split{display:flex!important;align-items:center!important;background:#eef2fa!important;padding:0 10px!important;font-size:13px!important;font-weight:800!important}.frx-mobile-pd-split-table .frx-mobile-pd-side-select{border:0!important;border-left:1px solid var(--frx-line)!important;height:46px!important;padding:0 10px!important;font-size:13px!important}.frx-mobile-pd-split-table .frx-mobile-pd-side-select[data-rx=pd_right]{border-left:0!important;border-right:1px solid var(--frx-line)!important}}@media(min-width:990px){.frx-mobile-pd-split-table[data-frx-two-pd-mobile][hidden]{display:none!important}}@media(max-width:989px){.frx-mobile-pd-split-table[data-frx-two-pd-mobile][hidden]{display:none!important}}@media(min-width:990px){.frx-mobile-pd-block{position:relative}.frx-mobile-pd-row{width:560px!important;max-width:560px!important;display:inline-grid!important;grid-template-columns:86px minmax(0,1fr)!important;border-radius:14px!important;overflow:hidden!important;background:#fff!important;border:1px solid var(--frx-line)!important}.frx-mobile-pd-row[hidden]{display:none!important}.frx-mobile-pd-label,.frx-mobile-pd-label--split{display:flex!important;align-items:center!important;justify-content:flex-start!important;padding:0 16px!important;font-size:13px!important;font-weight:800!important;background:#eef2fa!important;border-right:1px solid var(--frx-line)!important}.frx-mobile-pd-select,.frx-mobile-pd-side-select{height:44px!important;padding:0 16px!important;font-size:13px!important;font-weight:700!important;background:#fff!important;border:0!important;box-shadow:none!important;outline:none!important;appearance:auto;-webkit-appearance:menulist}.frx-rx-mobile-select:focus,.frx-mobile-pd-select:focus,.frx-mobile-pd-side-select:focus,.frx-rx-mobile-select:focus-visible,.frx-mobile-pd-select:focus-visible,.frx-mobile-pd-side-select:focus-visible{outline:none!important;box-shadow:inset 0 0 0 1px #b8334a29!important;border-color:transparent!important}.frx-mobile-pd-block>.frx-check{position:absolute!important;left:580px!important;top:58px!important;margin:0!important;display:inline-flex!important;align-items:center!important;gap:8px!important;font-size:13px!important;white-space:nowrap!important}.frx-mobile-pd-block>.frx-check input{width:18px!important;height:18px!important}.frx-mobile-pd-split-table[data-frx-two-pd-mobile]{width:560px!important;max-width:560px!important;display:grid!important;grid-template-columns:86px minmax(0,1fr) minmax(0,1fr)!important;border:1px solid var(--frx-line)!important;border-radius:14px!important;overflow:hidden!important;background:#fff!important;margin-top:0!important}.frx-mobile-pd-split-table[data-frx-two-pd-mobile][hidden]{display:none!important}.frx-mobile-pd-split-table .frx-mobile-pd-side-select[data-rx=pd_right]{border-right:1px solid var(--frx-line)!important}.frx-mobile-pd-block>.frx-inline-error[data-frx-error=pd]{margin-top:8px!important;max-width:560px!important}.frx-mobile-check-list{margin-top:12px!important;padding-top:10px!important}.frx-mobile-message-link{margin-top:10px!important;padding-top:10px!important}}@media(max-width:989px){.frx-rx-mobile-select:focus,.frx-mobile-pd-select:focus,.frx-mobile-pd-side-select:focus,.frx-rx-mobile-select:focus-visible,.frx-mobile-pd-select:focus-visible,.frx-mobile-pd-side-select:focus-visible{outline:none!important;box-shadow:inset 0 0 0 1px #b8334a29!important;border-color:transparent!important}.frx-mobile-pd-split-table[data-frx-two-pd-mobile],.frx-mobile-pd-row{border-radius:12px!important;overflow:hidden!important}}@media(min-width:990px){.frx-mobile-pd-row,.frx-mobile-pd-split-table[data-frx-two-pd-mobile]{overflow:hidden!important;background:#fff!important}.frx-mobile-pd-row .frx-mobile-pd-select,.frx-mobile-pd-split-table .frx-mobile-pd-side-select{display:block!important;width:100%!important;box-sizing:border-box!important;margin:0!important;border-radius:0!important;background-clip:padding-box!important;position:relative!important;top:0!important;left:0!important}.frx-mobile-pd-row .frx-mobile-pd-select{border-left:1px solid var(--frx-line)!important}.frx-mobile-pd-row .frx-mobile-pd-select:focus,.frx-mobile-pd-row .frx-mobile-pd-select:focus-visible,.frx-mobile-pd-split-table .frx-mobile-pd-side-select:focus,.frx-mobile-pd-split-table .frx-mobile-pd-side-select:focus-visible{outline:none!important;box-shadow:inset 0 0 0 1px #b8334a24!important;border-radius:0!important}}@media(min-width:990px){.frx-mobile-pd-block{position:relative}.frx-mobile-pd-row{width:390px!important;max-width:390px!important;min-width:390px!important;display:inline-grid!important;grid-template-columns:76px minmax(0,1fr)!important;align-items:stretch!important;border:1px solid var(--frx-line)!important;border-radius:14px!important;overflow:hidden!important;background:#fff!important;box-sizing:border-box!important}.frx-mobile-pd-row[hidden]{display:none!important}.frx-mobile-pd-label,.frx-mobile-pd-label--split{display:flex!important;align-items:center!important;justify-content:flex-start!important;min-height:42px!important;height:42px!important;padding:0 14px!important;margin:0!important;font-size:12px!important;font-weight:800!important;line-height:1!important;background:#eef2fa!important;border-right:1px solid var(--frx-line)!important;box-sizing:border-box!important}.frx-mobile-pd-row .frx-mobile-pd-select{display:block!important;width:100%!important;min-width:0!important;height:42px!important;min-height:42px!important;margin:0!important;padding:0 40px 0 14px!important;font-size:13px!important;font-weight:700!important;line-height:42px!important;box-sizing:border-box!important;border:0!important;border-left:1px solid var(--frx-line)!important;border-radius:0!important;background:transparent!important;background-clip:padding-box!important;box-shadow:none!important;outline:none!important;position:static!important;appearance:auto;-webkit-appearance:menulist;vertical-align:middle!important}.frx-mobile-pd-split-table[data-frx-two-pd-mobile]{width:390px!important;max-width:390px!important;min-width:390px!important;display:grid!important;grid-template-columns:76px minmax(0,1fr) minmax(0,1fr)!important;align-items:stretch!important;border:1px solid var(--frx-line)!important;border-radius:14px!important;overflow:hidden!important;background:#fff!important;box-sizing:border-box!important;margin-top:0!important}.frx-mobile-pd-split-table[data-frx-two-pd-mobile][hidden]{display:none!important}.frx-mobile-pd-split-table .frx-mobile-pd-side-select{display:block!important;width:100%!important;min-width:0!important;height:42px!important;min-height:42px!important;margin:0!important;padding:0 34px 0 12px!important;font-size:13px!important;font-weight:700!important;line-height:42px!important;box-sizing:border-box!important;border:0!important;border-radius:0!important;background:transparent!important;background-clip:padding-box!important;box-shadow:none!important;outline:none!important;position:static!important;appearance:auto;-webkit-appearance:menulist;vertical-align:middle!important}.frx-mobile-pd-split-table .frx-mobile-pd-side-select[data-rx=pd_right]{border-right:1px solid var(--frx-line)!important}.frx-mobile-pd-split-table .frx-mobile-pd-side-select[data-rx=pd_left]{border-left:1px solid var(--frx-line)!important}.frx-mobile-pd-row .frx-mobile-pd-select:focus,.frx-mobile-pd-row .frx-mobile-pd-select:focus-visible,.frx-mobile-pd-split-table .frx-mobile-pd-side-select:focus,.frx-mobile-pd-split-table .frx-mobile-pd-side-select:focus-visible{outline:none!important;box-shadow:inset 0 0 0 1px #b8334a1a!important;border-radius:0!important}.frx-mobile-pd-block>.frx-check{position:absolute!important;left:410px!important;top:53px!important;margin:0!important;display:inline-flex!important;align-items:center!important;gap:8px!important;font-size:13px!important;white-space:nowrap!important}.frx-mobile-pd-block>.frx-check input{width:18px!important;height:18px!important}.frx-mobile-pd-block>.frx-inline-error[data-frx-error=pd]{margin-top:8px!important;max-width:390px!important}.frx-mobile-check-list{margin-top:12px!important;padding-top:10px!important;gap:10px!important}}@media(min-width:990px){.frx-mobile-pd-row[hidden],.frx-mobile-pd-split-table[data-frx-two-pd-mobile][hidden]{display:none!important}}.frx-mobile-pd-controls{display:block}.frx-check--two-pd{margin-top:12px!important}@media(min-width:990px){.frx-mobile-pd-controls{display:flex!important;align-items:center!important;gap:16px!important;flex-wrap:nowrap!important}.frx-mobile-pd-row,.frx-mobile-pd-split-table[data-frx-two-pd-mobile]{flex:0 0 390px!important;width:390px!important;max-width:390px!important;min-width:390px!important}.frx-mobile-pd-row{display:inline-grid!important;grid-template-columns:76px minmax(0,1fr)!important;align-items:stretch!important;border:1px solid var(--frx-line)!important;border-radius:14px!important;overflow:hidden!important;background:#fff!important;box-sizing:border-box!important}.frx-mobile-pd-split-table[data-frx-two-pd-mobile]{display:grid!important;grid-template-columns:76px minmax(0,1fr) minmax(0,1fr)!important;align-items:stretch!important;border:1px solid var(--frx-line)!important;border-radius:14px!important;overflow:hidden!important;background:#fff!important;box-sizing:border-box!important;margin-top:0!important}.frx-mobile-pd-row[hidden],.frx-mobile-pd-split-table[data-frx-two-pd-mobile][hidden]{display:none!important}.frx-mobile-pd-label,.frx-mobile-pd-label--split{display:flex!important;align-items:center!important;justify-content:flex-start!important;min-height:42px!important;height:42px!important;padding:0 14px!important;margin:0!important;font-size:12px!important;font-weight:800!important;line-height:1!important;background:#eef2fa!important;border-right:1px solid var(--frx-line)!important;box-sizing:border-box!important}.frx-mobile-pd-row .frx-mobile-pd-select,.frx-mobile-pd-split-table .frx-mobile-pd-side-select{display:block!important;width:100%!important;min-width:0!important;height:42px!important;min-height:42px!important;margin:0!important;padding:0 38px 0 14px!important;font-size:13px!important;font-weight:700!important;line-height:42px!important;box-sizing:border-box!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;outline:none!important;position:static!important;appearance:auto;-webkit-appearance:menulist;vertical-align:middle!important}.frx-mobile-pd-row .frx-mobile-pd-select{border-left:1px solid var(--frx-line)!important}.frx-mobile-pd-split-table .frx-mobile-pd-side-select[data-rx=pd_right]{border-right:1px solid var(--frx-line)!important}.frx-mobile-pd-split-table .frx-mobile-pd-side-select[data-rx=pd_left]{border-left:1px solid var(--frx-line)!important}.frx-mobile-pd-row .frx-mobile-pd-select:focus,.frx-mobile-pd-row .frx-mobile-pd-select:focus-visible,.frx-mobile-pd-split-table .frx-mobile-pd-side-select:focus,.frx-mobile-pd-split-table .frx-mobile-pd-side-select:focus-visible{outline:none!important;box-shadow:inset 0 0 0 1px #b8334a1a!important;border-radius:0!important}.frx-check--two-pd{margin-top:0!important;position:static!important;left:auto!important;top:auto!important;transform:none!important;display:inline-flex!important;align-items:center!important;gap:8px!important;font-size:13px!important;white-space:nowrap!important;flex:0 0 auto!important;align-self:center!important}.frx-check--two-pd input{width:18px!important;height:18px!important}.frx-mobile-pd-block>.frx-inline-error[data-frx-error=pd]{margin-top:8px!important;max-width:390px!important}}@media(max-width:989px){.frx-mobile-pd-controls{display:block!important}.frx-check--two-pd{display:inline-flex!important;align-items:center!important;gap:8px!important;margin-top:12px!important}.frx-mobile-pd-row[hidden],.frx-mobile-pd-split-table[data-frx-two-pd-mobile][hidden]{display:none!important}}.frx-rx-mobile-table td,.frx-rx-desktop td,.frx-rx-desktop-reading-grid .frx-mini-field,.frx-mobile-pd-block{position:relative}.frx-inline-error--cell{position:absolute!important;left:10px!important;right:10px!important;top:calc(100% + 4px)!important;margin:0!important;padding:0!important;font-size:11px!important;line-height:1.2!important;color:#d84a63!important;background:transparent!important;z-index:3!important;white-space:normal!important;pointer-events:none!important}.frx-rx-mobile-table-wrap,.frx-rx-desktop table{margin-bottom:28px!important}.frx-rx-mobile-select,.frx-select--compact{height:42px!important;min-height:42px!important;box-sizing:border-box!important}@media(max-width:989px){.frx-inline-error--cell{font-size:10px!important;left:6px!important;right:6px!important;top:calc(100% + 3px)!important}}@media(max-width:989px){.frx-mobile-pd-controls{display:block!important}.frx-mobile-pd-row[hidden],.frx-mobile-pd-split-table[data-frx-two-pd-mobile][hidden]{display:none!important}.frx-mobile-pd-split-table[data-frx-two-pd-mobile]{margin-top:10px!important}.frx-check--two-pd{display:inline-flex!important;align-items:center!important;gap:8px!important;margin-top:12px!important}}@media(min-width:990px){.frx-mobile-pd-controls{display:flex!important;align-items:center!important;gap:16px!important;flex-wrap:nowrap!important}.frx-mobile-pd-row,.frx-mobile-pd-split-table[data-frx-two-pd-mobile]{flex:0 0 390px!important;width:390px!important;max-width:390px!important;min-width:390px!important;border:1px solid var(--frx-line)!important;border-radius:14px!important;overflow:hidden!important;background:#fff!important;box-sizing:border-box!important}.frx-mobile-pd-row[hidden],.frx-mobile-pd-split-table[data-frx-two-pd-mobile][hidden]{display:none!important}.frx-mobile-pd-row{display:grid!important;grid-template-columns:76px minmax(0,1fr)!important;align-items:stretch!important}.frx-mobile-pd-split-table[data-frx-two-pd-mobile]{display:grid!important;grid-template-columns:76px minmax(0,1fr) minmax(0,1fr)!important;align-items:stretch!important;margin-top:0!important}.frx-mobile-pd-label,.frx-mobile-pd-label--split{display:flex!important;align-items:center!important;justify-content:flex-start!important;height:42px!important;min-height:42px!important;padding:0 14px!important;margin:0!important;font-size:12px!important;font-weight:800!important;line-height:1!important;background:#eef2fa!important;border-right:1px solid var(--frx-line)!important;box-sizing:border-box!important}.frx-mobile-pd-row .frx-mobile-pd-select,.frx-mobile-pd-split-table .frx-mobile-pd-side-select{display:block!important;width:100%!important;min-width:0!important;height:42px!important;min-height:42px!important;margin:0!important;padding:0 38px 0 14px!important;font-size:13px!important;font-weight:700!important;line-height:normal!important;box-sizing:border-box!important;border:0!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;outline:none!important;appearance:auto;-webkit-appearance:menulist;vertical-align:middle!important}.frx-mobile-pd-row .frx-mobile-pd-select{border-left:1px solid var(--frx-line)!important}.frx-mobile-pd-split-table .frx-mobile-pd-side-select[data-rx=pd_right]{border-right:1px solid var(--frx-line)!important}.frx-mobile-pd-split-table .frx-mobile-pd-side-select[data-rx=pd_left]{border-left:1px solid var(--frx-line)!important}.frx-mobile-pd-row:focus-within,.frx-mobile-pd-split-table[data-frx-two-pd-mobile]:focus-within{box-shadow:0 0 0 1px #b8334a24 inset!important}.frx-mobile-pd-row .frx-mobile-pd-select:focus,.frx-mobile-pd-row .frx-mobile-pd-select:focus-visible,.frx-mobile-pd-split-table .frx-mobile-pd-side-select:focus,.frx-mobile-pd-split-table .frx-mobile-pd-side-select:focus-visible{outline:none!important;box-shadow:none!important;border-radius:0!important}.frx-check--two-pd{position:static!important;left:auto!important;top:auto!important;transform:none!important;margin-top:0!important;display:inline-flex!important;align-items:center!important;gap:8px!important;white-space:nowrap!important;flex:0 0 auto!important;align-self:center!important;font-size:13px!important}.frx-check--two-pd input{width:18px!important;height:18px!important}.frx-mobile-pd-block>.frx-inline-error[data-frx-error=pd]{margin-top:8px!important;max-width:390px!important}}@media(min-width:990px){.frx-rx-desktop [data-frx-error=od_sph],.frx-rx-desktop [data-frx-error=os_sph],.frx-rx-desktop [data-frx-error=od_axis],.frx-rx-desktop [data-frx-error=os_axis],.frx-rx-desktop [data-frx-error=od_add],.frx-rx-desktop [data-frx-error=os_add]{display:none!important}.frx-desktop-rx-error{display:none;margin-top:10px;padding:0;font-size:12px;line-height:1.35;color:#d84a63;font-weight:600}.frx-desktop-rx-error.is-show{display:block}.frx-rx-card{margin-bottom:0!important}}@media(min-width:990px){.frx-rx-mobile-card .frx-inline-error--cell,.frx-rx-card .frx-inline-error--cell{display:none!important}.frx-prescription-error-bar{display:none;margin:0 0 12px;padding:10px 14px;border:1px solid rgba(216,74,99,.16);border-radius:12px;background:#fff7f8;color:#c73d58;font-size:12px;line-height:1.35;font-weight:600}.frx-prescription-error-bar.is-show{display:block!important}}@media(min-width:990px){.frx-prescription-error-bar{margin:12px 0 10px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:#d84a63!important;font-size:12px!important;line-height:1.35!important;font-weight:600!important}}@media(max-width:989px){.frx-rx-mobile-table-wrap .frx-inline-error--cell,.frx-rx-mobile-card .frx-inline-error--cell,.frx-rx-card .frx-inline-error--cell{display:none!important}.frx-mobile-prescription-error-bar{display:none;margin:12px 0 10px!important;padding:0!important;border:0!important;background:transparent!important;color:#d84a63!important;font-size:12px!important;line-height:1.4!important;font-weight:600!important}.frx-mobile-prescription-error-bar.is-show{display:block!important}.frx-rx-mobile-table-wrap{margin-bottom:0!important}}.frx-inline-error,.frx-inline-error--cell,.frx-prescription-error-bar,.frx-mobile-prescription-error-bar,.frx-mobile-pd-block>.frx-inline-error[data-frx-error=pd],.frx-inline-error[data-frx-error=pd]{color:#d84a63!important;font-size:13px!important;line-height:1.4!important;font-weight:600!important;letter-spacing:0!important}.frx-inline-error--cell{margin-top:6px!important}@media(min-width:990px){.frx-prescription-error-bar{font-size:13px!important;line-height:1.4!important;font-weight:600!important}}@media(max-width:989px){.frx-mobile-prescription-error-bar,.frx-mobile-pd-block>.frx-inline-error[data-frx-error=pd]{font-size:13px!important;line-height:1.4!important;font-weight:600!important}}.frx-shortcuts{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;margin-bottom:10px!important}.frx-shortcut{display:flex!important;align-items:center!important;gap:10px!important;min-height:54px!important;padding:0 14px!important;border:1px solid #E7E8EC!important;border-radius:14px!important;background:#fff!important;box-shadow:none!important}.frx-shortcut__icon{flex:0 0 18px!important;font-size:16px!important;line-height:1!important;opacity:.72!important}.frx-shortcut__text{flex:1 1 auto!important;min-width:0!important}.frx-shortcut__text strong{display:block!important;font-size:13px!important;line-height:1.2!important;font-weight:600!important;color:#23252b!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;margin:0!important}.frx-shortcut__text small{display:none!important}.frx-shortcut__arrow{display:block!important;flex:0 0 auto!important;margin-left:4px!important;color:#8b8e97!important;font-size:22px!important;line-height:1!important;transform:translateY(-1px)!important}@media(min-width:990px){.frx-shortcut{min-height:54px!important;padding:0 14px!important;border-radius:14px!important;gap:10px!important}.frx-shortcut__icon{flex-basis:18px!important;font-size:16px!important;opacity:.72!important}.frx-shortcut__text strong{font-size:13px!important;line-height:1.2!important;font-weight:600!important}}@media(max-width:989px){.frx-shortcuts{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin-bottom:8px!important;align-items:stretch!important}.frx-shortcut{min-height:56px!important;padding:8px 10px!important;border-radius:14px!important;gap:8px!important;align-items:center!important}.frx-shortcut__icon{flex:0 0 15px!important;font-size:14px!important;opacity:.7!important}.frx-shortcut__text{min-width:0!important}.frx-shortcut__text strong{font-size:11px!important;line-height:1.18!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;word-break:break-word!important}.frx-shortcut__arrow{font-size:18px!important;margin-left:0!important}}@media(min-width:990px){.frx-step[data-frx-step="2"] .frx-shortcuts,.frx-step[data-frx-step="2"] .frx-form-alert{width:var(--frx-rx-align-width, auto)!important;max-width:var(--frx-rx-align-width, none)!important;margin-left:var(--frx-rx-align-left, 0px)!important;margin-right:0!important}}@media(min-width:990px){.frx-step[data-frx-step="2"]{--frx-step2-card-width: 760px}.frx-step[data-frx-step="2"] .frx-shortcuts,.frx-step[data-frx-step="2"] .frx-form-alert{width:var(--frx-step2-card-width)!important;max-width:var(--frx-step2-card-width)!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important}.frx-step[data-frx-step="2"]{--frx-rx-align-width: unset !important;--frx-rx-align-left: 0px !important}}@media(max-width:989px){.frx-rx-mobile-card{padding:10px 10px 12px!important;border-radius:14px!important}.frx-rx-mobile-title{font-size:16px!important;margin-bottom:8px!important;gap:6px!important}.frx-rx-mobile-table-wrap{border-radius:10px!important}.frx-rx-mobile-table thead th{height:34px!important;padding:0 1px!important;font-size:11px!important;letter-spacing:-.01em!important}.frx-rx-mobile-eye{width:54px!important;min-width:54px!important;padding:0 3px!important;font-size:12px!important;line-height:1.02!important}.frx-rx-mobile-eye small{margin-top:1px!important;font-size:10px!important;line-height:1.05!important}.frx-rx-mobile-select,.frx-select--compact{height:48px!important;min-height:48px!important;padding:0 28px 0 8px!important;font-size:12px!important;line-height:48px!important;letter-spacing:-.01em!important;text-overflow:clip!important;background-position:right 8px center!important;background-size:10px auto!important}.frx-rx-mobile-select.is-invalid,.frx-select--compact.is-invalid{padding-right:28px!important}.frx-mobile-pd-block{margin-top:6px!important;padding-top:6px!important}.frx-mobile-pd-head{margin-bottom:6px!important;gap:6px!important}.frx-mobile-pd-title{font-size:15px!important;line-height:1.12!important}.frx-mobile-pd-head .frx-link{font-size:11px!important;max-width:138px!important}.frx-mobile-pd-row{grid-template-columns:52px 1fr!important;border-radius:10px!important}.frx-mobile-pd-label{padding:0 10px!important;font-size:13px!important}.frx-mobile-pd-row .frx-mobile-pd-select{height:42px!important;min-height:42px!important;padding:0 30px 0 10px!important;font-size:12px!important;line-height:42px!important;background-position:right 9px center!important;background-size:10px auto!important}.frx-mobile-pd-split-table[data-frx-two-pd-mobile]{grid-template-columns:52px minmax(0,1fr) minmax(0,1fr)!important;border-radius:10px!important}.frx-mobile-pd-label--split{padding:0 10px!important;font-size:13px!important}.frx-mobile-pd-split-table .frx-mobile-pd-side-select{height:42px!important;min-height:42px!important;padding:0 28px 0 8px!important;font-size:12px!important;line-height:42px!important;background-position:right 8px center!important;background-size:10px auto!important}.frx-check--two-pd{margin-top:10px!important}.frx-mobile-check-list{gap:10px!important}.frx-mobile-message-link{margin-top:2px!important}}@media(max-width:989px){.frx-rx-mobile-table-wrap{overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch!important}.frx-rx-mobile-table{min-width:560px!important;width:560px!important;table-layout:fixed!important}.frx-rx-mobile-table th,.frx-rx-mobile-table td{overflow:visible!important}.frx-rx-mobile-select,.frx-select--compact{white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important;padding:0 24px 0 6px!important;font-size:11px!important;background-position:right 6px center!important;background-size:10px auto!important}.frx-rx-mobile-eye{width:58px!important;min-width:58px!important}.frx-rx-mobile-table thead th{font-size:10px!important}}@media(max-width:989px){.frx-rx-mobile-card{padding:10px 8px 12px!important}.frx-rx-mobile-table-wrap{overflow:visible!important;overflow-x:visible!important;overflow-y:visible!important;border-radius:10px!important}.frx-rx-mobile-table{width:100%!important;min-width:0!important;table-layout:fixed!important}.frx-rx-mobile-table thead th{height:32px!important;padding:0 1px!important;font-size:10px!important;letter-spacing:-.02em!important}.frx-rx-mobile-table thead th:first-child,.frx-rx-mobile-table tbody td:first-child{width:74px!important;min-width:74px!important;max-width:74px!important}.frx-rx-mobile-eye{width:74px!important;min-width:74px!important;max-width:74px!important;padding:0 2px!important;font-size:11px!important;line-height:1.02!important}.frx-rx-mobile-eye small{margin-top:1px!important;font-size:9px!important;line-height:1.05!important}.frx-rx-mobile-select,.frx-select--compact{width:100%!important;min-width:0!important;height:42px!important;min-height:42px!important;padding:0 16px 0 4px!important;font-size:10px!important;line-height:42px!important;letter-spacing:-.02em!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:clip!important;background-position:right 4px center!important;background-size:8px auto!important}.frx-rx-mobile-select.is-invalid,.frx-select--compact.is-invalid{padding-right:16px!important}.frx-mobile-pd-head{gap:6px!important;margin-bottom:6px!important}.frx-mobile-pd-title{font-size:15px!important;line-height:1.12!important}.frx-mobile-pd-head .frx-link{font-size:11px!important;max-width:128px!important}.frx-mobile-pd-row{grid-template-columns:52px 1fr!important;border-radius:10px!important}.frx-mobile-pd-label{padding:0 8px!important;font-size:13px!important}.frx-mobile-pd-row .frx-mobile-pd-select{height:42px!important;min-height:42px!important;padding:0 24px 0 8px!important;font-size:12px!important;line-height:42px!important;background-position:right 8px center!important;background-size:9px auto!important}.frx-mobile-pd-split-table[data-frx-two-pd-mobile]{grid-template-columns:52px minmax(0,1fr) minmax(0,1fr)!important;border-radius:10px!important}.frx-mobile-pd-split-table .frx-mobile-pd-side-select{height:42px!important;min-height:42px!important;padding:0 20px 0 6px!important;font-size:11px!important;line-height:42px!important;background-position:right 6px center!important;background-size:8px auto!important}.frx-rx-mobile-card [data-frx-error=od_sph].is-show+[data-frx-error=od_sph].is-show{display:none!important}}@media(max-width:989px){.frx-rx-mobile-select,.frx-select--compact{padding-right:14px!important;background-position:right 3px center!important;background-size:7px auto!important}.frx-rx-mobile-select.is-invalid,.frx-select--compact.is-invalid{padding-right:14px!important}.frx-mobile-pd-head{align-items:center!important}.frx-mobile-pd-head .frx-link{white-space:nowrap!important;word-break:normal!important;overflow-wrap:normal!important;max-width:none!important;font-size:10px!important;line-height:1!important;text-decoration-thickness:1px!important}}@media(max-width:989px){.frx-rx-mobile-select,.frx-select--compact,.frx-mobile-pd-row .frx-mobile-pd-select,.frx-mobile-pd-split-table .frx-mobile-pd-side-select{-webkit-appearance:none!important;appearance:none!important;box-shadow:none!important;background-clip:padding-box!important;padding-right:10px!important;background-position:right 2px center!important;background-size:5px auto!important}.frx-rx-mobile-select.is-invalid,.frx-select--compact.is-invalid,.frx-mobile-pd-row .frx-mobile-pd-select.is-invalid,.frx-mobile-pd-split-table .frx-mobile-pd-side-select.is-invalid{padding-right:10px!important}}@media(max-width:989px){.frx-rx-mobile-select,.frx-select--compact,.frx-mobile-pd-row .frx-mobile-pd-select,.frx-mobile-pd-split-table .frx-mobile-pd-side-select{-webkit-appearance:none!important;appearance:none!important;box-shadow:none!important;background-clip:padding-box!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5' fill='none'%3E%3Cpath d='M1 1L4 4L7 1' stroke='%23333333' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 6px center!important;background-size:8px 5px!important;padding-right:20px!important}.frx-rx-mobile-select.is-invalid,.frx-select--compact.is-invalid,.frx-mobile-pd-row .frx-mobile-pd-select.is-invalid,.frx-mobile-pd-split-table .frx-mobile-pd-side-select.is-invalid{padding-right:20px!important}}@media(max-width:989px){.frx-mobile-pd-row:not([hidden]){display:grid!important}.frx-mobile-pd-split-table[data-frx-two-pd-mobile]:not([hidden]){display:grid!important;grid-template-columns:52px minmax(0,1fr) minmax(0,1fr)!important}.frx-mobile-pd-row[hidden],.frx-mobile-pd-split-table[data-frx-two-pd-mobile][hidden]{display:none!important}.frx-mobile-pd-head{align-items:center!important}.frx-mobile-pd-head .frx-link{white-space:nowrap!important;word-break:normal!important;overflow-wrap:normal!important;max-width:none!important;font-size:10px!important;line-height:1!important;text-decoration-thickness:1px!important}.frx-rx-mobile-select,.frx-select--compact,.frx-mobile-pd-row .frx-mobile-pd-select,.frx-mobile-pd-split-table .frx-mobile-pd-side-select{-webkit-appearance:none!important;appearance:none!important;box-shadow:none!important;background-clip:padding-box!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5' fill='none'%3E%3Cpath d='M1 1L4 4L7 1' stroke='%23333333' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 6px center!important;background-size:8px 5px!important;padding-right:20px!important}.frx-rx-mobile-select.is-invalid,.frx-select--compact.is-invalid,.frx-mobile-pd-row .frx-mobile-pd-select.is-invalid,.frx-mobile-pd-split-table .frx-mobile-pd-side-select.is-invalid{padding-right:20px!important}}@media(max-width:989px){.frx-mobile-pd-head .frx-link{white-space:nowrap!important;word-break:normal!important;overflow-wrap:normal!important;max-width:none!important}}@media(max-width:989px){.frx-rx-mobile-select.is-invalid,.frx-select--compact.is-invalid,.frx-mobile-pd-select.is-invalid,.frx-mobile-pd-side-select.is-invalid{-webkit-appearance:none!important;appearance:none!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5' fill='none'%3E%3Cpath d='M1 1L4 4L7 1' stroke='%23333333' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 6px center!important;background-size:8px 5px!important;padding-right:20px!important;box-shadow:none!important;background-clip:padding-box!important}}.frx-reading-type-block{display:block}.frx-reading-type-block.is-expanded>.frx-card{border-color:#5960ff;border-bottom-left-radius:0;border-bottom-right-radius:0}.frx-reading-type-panel{border:1px solid #5960FF;border-top:0;border-bottom-left-radius:16px;border-bottom-right-radius:16px;overflow:hidden;margin-top:-1px}.frx-reading-type-option{width:100%;border:0;border-top:1px solid #E7E8EC;background:#fff;text-align:left;display:block;padding:18px 20px}.frx-reading-type-option:first-child{border-top:0}.frx-reading-type-option small{display:block;margin-top:6px;font-size:14px;line-height:1.35;color:var(--frx-muted)}.frx-readers-wrap{background:transparent}.frx-readers-head{margin-bottom:18px}.frx-readers-head h3{margin:0;font-size:18px;line-height:1.2;font-weight:800}.frx-readers-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.frx-readers-pill{border:1px solid #E3E5EA;background:#fff;border-radius:999px;min-height:44px;font-size:15px;font-weight:700}.frx-readers-pill.is-active{border-color:#b8334a;background:#fff8fa;color:#b8334a;box-shadow:0 0 0 1px #b8334a14 inset}@media(max-width:989px){.frx-reading-type-option{padding:16px 18px}.frx-reading-type-option strong{font-size:15px}.frx-reading-type-option small{font-size:13px}.frx-readers-head{margin-bottom:12px}.frx-readers-head h3{font-size:16px}.frx-readers-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.frx-readers-pill{min-height:42px;font-size:14px}}.frx-reading-type-block{width:100%;box-sizing:border-box}.frx-reading-type-block>.frx-card{width:100%;box-sizing:border-box;position:relative;z-index:2}.frx-reading-type-block.is-expanded>.frx-card{border-color:#5960ff!important;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.frx-reading-type-panel{width:100%;box-sizing:border-box;display:block;margin-top:0!important;border:1px solid #5960FF!important;border-top:0!important;border-bottom-left-radius:16px!important;border-bottom-right-radius:16px!important;background:#fff!important;overflow:hidden!important}.frx-reading-type-option{width:100%;box-sizing:border-box;display:block;border:0!important;border-top:1px solid #E7E8EC!important;background:#fff!important;text-align:left;padding:18px 32px!important;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease}.frx-reading-type-option:hover{background:#f8faff!important}.frx-reading-type-option:focus-visible{outline:none!important;background:#f8faff!important}.frx-reading-type-option strong,.frx-reading-type-option small{pointer-events:none}.frx-reading-type-option strong{display:block;font-size:17px;line-height:1.2;font-weight:700;color:var(--frx-text)}.frx-reading-type-option small{display:block;margin-top:8px;font-size:14px;line-height:1.35;color:var(--frx-muted)}.frx-card--choice{transition:border-color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease}.frx-card--choice:hover{border-color:#d7dae3!important;background:#fcfcfd!important;box-shadow:0 4px 14px #1118270a}.frx-card--choice:active{transform:translateY(1px)}.frx-card--choice:hover .frx-card__arrow{color:#6f7480}.frx-reading-type-block.is-expanded>.frx-card:hover{border-color:#5960ff!important;background:#fff!important;box-shadow:none!important}@media(min-width:990px){.frx-reading-type-panel{margin-bottom:8px}}@media(max-width:989px){.frx-reading-type-block{width:100%}.frx-reading-type-panel{width:100%;border-bottom-left-radius:18px!important;border-bottom-right-radius:18px!important}.frx-reading-type-option{padding:16px 28px!important}.frx-reading-type-option strong{font-size:15px}.frx-reading-type-option small{font-size:13px;line-height:1.3;margin-top:6px}}.frx-reading-type-block.is-expanded>.frx-card{border-color:#e6d7dd!important;background:#fffdfd!important;box-shadow:none!important}.frx-reading-type-panel{border:1px solid #E6D7DD!important;border-top:0!important;background:#fffdfd!important;box-shadow:none!important}.frx-reading-type-option{border-top:1px solid #EEE8EB!important;background:#fffdfd!important;transition:background .18s ease,color .18s ease,box-shadow .18s ease}.frx-reading-type-option:first-child{border-top:0!important}.frx-reading-type-option:hover{background:#faf7f8!important}.frx-reading-type-option:active{background:#f7f1f3!important}.frx-reading-type-option:focus-visible{outline:none!important;background:#faf7f8!important;box-shadow:inset 0 0 0 1px #b8334a14!important}.frx-reading-type-option strong{color:#2a2a2a!important}.frx-reading-type-option small{color:#77767b!important}.frx-reading-type-block>.frx-card:hover{background:#fcfbfc!important;border-color:#ded8dc!important;box-shadow:0 4px 14px #11182709!important}.frx-reading-type-block.is-expanded>.frx-card:hover{background:#fffdfd!important;border-color:#e6d7dd!important;box-shadow:none!important}@media(max-width:989px){.frx-reading-type-panel{border-bottom-left-radius:18px!important;border-bottom-right-radius:18px!important}.frx-reading-type-option{padding:16px 20px!important}}.frx-reading-type-block{overflow:hidden}.frx-reading-type-block>.frx-card .frx-card__arrow{transition:transform .22s ease,color .18s ease}.frx-reading-type-block.is-expanded>.frx-card .frx-card__arrow{transform:rotate(90deg);color:#8a8186}.frx-reading-type-panel{max-height:0;opacity:0;transform:translateY(-6px);transition:max-height .28s ease,opacity .22s ease,transform .22s ease;pointer-events:none}.frx-reading-type-block.is-expanded>.frx-reading-type-panel{max-height:260px;opacity:1;transform:translateY(0);pointer-events:auto}.frx-reading-type-option{position:relative}.frx-reading-type-option:after{content:"\203a";position:absolute;right:22px;top:50%;transform:translateY(-50%);font-size:26px;line-height:1;color:#a8a1a5;transition:transform .18s ease,color .18s ease}.frx-reading-type-option:hover:after{color:#8a8186;transform:translateY(-50%) translate(2px)}@media(max-width:989px){.frx-reading-type-block.is-expanded>.frx-reading-type-panel{max-height:280px}.frx-reading-type-option:after{right:18px;font-size:24px}}.frx-main{position:relative}.frx-submit-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:#ffffffb8;-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px)}.frx-submit-overlay[hidden]{display:none!important}.frx-submit-overlay__card{display:flex;align-items:center;gap:12px;padding:14px 18px;border:1px solid #E6D7DD;border-radius:16px;background:#fffdfd;box-shadow:0 12px 30px #11182714}.frx-submit-overlay__spinner{width:18px;height:18px;border-radius:999px;border:2px solid rgba(184,51,74,.18);border-top-color:#b8334a;animation:frxSpin .8s linear infinite;flex:0 0 18px}.frx-submit-overlay__text{font-size:14px;font-weight:700;color:#3a2e33}.frx-btn.is-loading{opacity:.88;cursor:progress}.frx-btn:disabled{cursor:not-allowed}@keyframes frxSpin{to{transform:rotate(360deg)}}@media(max-width:989px){.frx-submit-overlay{top:0;right:0;bottom:76px;left:0;align-items:flex-end;padding:0 16px 96px}.frx-submit-overlay__card{width:100%;justify-content:center;border-radius:14px}.frx-submit-overlay__text{font-size:13px}}.frx-modal__dialog--scan-resolution{width:min(860px,calc(100vw - 40px))}.frx-modal__head--scan-resolution{align-items:flex-start}.frx-scan-resolution__eyebrow{font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#8b8c94;margin-bottom:6px}.frx-modal__body--scan-resolution{padding:22px 28px 24px}.frx-alert--scan-resolution{margin-bottom:16px;background:#fff6f8;border:1px solid #F0D6DD;color:#8e3347;font-size:14px;font-weight:600;padding:14px 16px}.frx-scan-preview{margin-bottom:18px;border-radius:18px;overflow:hidden;background:#f7f8fc;border:1px solid #ECECF1;display:flex;align-items:center;justify-content:center;max-height:350px}.frx-scan-preview img{display:block;max-width:100%;max-height:350px;object-fit:contain}.frx-scan-resolution__hero{margin-bottom:16px}.frx-scan-resolution__title{margin:0 0 6px;font-size:18px;line-height:1.2;font-weight:800;color:#242424}.frx-scan-resolution__copy{margin:0;color:#666b75;font-size:14px;line-height:1.5;max-width:700px}.frx-scan-resolution__choices{gap:12px;margin-top:16px}.frx-scan-choice{display:grid;grid-template-columns:22px 1fr;align-items:flex-start;gap:14px;padding:18px;border-radius:18px;border:1px solid #E8E8EF;background:#fff;transition:.18s ease;box-shadow:none}.frx-scan-choice:hover{border-color:#d7d9e2;background:#fcfcfe;transform:none}.frx-scan-choice.is-selected{border-color:#b8334a;background:#fff7f9;box-shadow:0 0 0 2px #b8334a14 inset}.frx-scan-choice__radio{width:22px;height:22px;border-radius:999px;border:1.5px solid #C8CBD5;background:#fff;position:relative;top:2px;box-sizing:border-box}.frx-scan-choice.is-selected .frx-scan-choice__radio{border-color:#b8334a;background:#fff}.frx-scan-choice.is-selected .frx-scan-choice__radio:after{content:"";position:absolute;top:4px;right:4px;bottom:4px;left:4px;border-radius:999px;background:#b8334a}.frx-scan-choice__text{display:grid;gap:6px;min-width:0;text-align:left}.frx-scan-choice__topline{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.frx-scan-choice__text strong{font-size:16px;line-height:1.2;color:#242424;font-weight:800}.frx-scan-choice__text small{display:block;font-size:13px;line-height:1.45;color:#666b75}.frx-scan-choice__tag{display:inline-flex;align-items:center;min-height:22px;padding:0 10px;border-radius:999px;background:#f3f4f8;color:#5a5f6b;font-size:12px;font-weight:700}.frx-scan-choice.is-selected .frx-scan-choice__tag{background:#fbe8ec;color:#a13249}.frx-scan-resolution__footnote{margin-top:12px;font-size:12px;line-height:1.45;color:#7c808a}.frx-modal__actions--scan-resolution{margin-top:18px;display:flex;gap:12px;justify-content:flex-end;position:sticky;bottom:0;z-index:3;background:linear-gradient(180deg,#fff0,#fff 28% 100%);padding-top:16px;padding-bottom:max(4px,env(safe-area-inset-bottom))}.frx-modal__actions--scan-resolution .frx-btn{min-width:180px}.frx-scan-choice{cursor:pointer}@media(max-width:767px){.frx-modal__dialog--scan-resolution{width:min(100vw - 20px,860px);max-height:calc(100dvh - 24px);overflow:auto}.frx-modal__body--scan-resolution{padding:18px 16px}.frx-scan-preview,.frx-scan-preview img{max-height:220px}.frx-scan-resolution__title{font-size:17px}.frx-scan-choice{padding:14px;grid-template-columns:20px 1fr;gap:12px}.frx-scan-choice__text strong{font-size:15px}.frx-scan-choice__text small{font-size:12px}.frx-modal__actions--scan-resolution{flex-direction:column-reverse}.frx-modal__actions--scan-resolution .frx-btn{width:100%;min-width:0}}@media(min-width:990px){.frx-panel{top:calc(var(--frx-top-offset) + 8px)!important;height:calc(100dvh - var(--frx-top-offset) - 16px)!important;width:min(1180px,calc(100vw - 16px))!important;border-radius:22px 0 0 22px!important;overflow:hidden!important}.frx-shell{grid-template-columns:240px minmax(0,1fr)!important;min-height:0!important}.frx-summary{padding:12px 12px 10px!important}.frx-summary__top{padding-top:8px!important}.frx-summary__media{min-height:112px!important;margin-bottom:10px!important}.frx-summary__media img{max-height:112px!important}.frx-summary__meta{gap:10px!important}.frx-summary__group{padding-bottom:10px!important}.frx-summary__label{margin-bottom:4px!important;font-size:11px!important}.frx-summary__value{font-size:13px!important;line-height:1.18!important;max-width:170px!important}.frx-summary__sub{margin-top:3px!important;font-size:11px!important}.frx-summary__footer{padding-top:10px!important}.frx-main{padding:10px 16px 20px!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important}.frx-step{max-width:760px!important}.frx-step__head{margin-bottom:10px!important}.frx-step__actions{min-height:34px!important}.frx-step__back{height:34px!important;font-size:13px!important}.frx-step__close{width:34px!important;height:34px!important;font-size:24px!important}.frx-step__title-row{margin-top:4px!important;margin-bottom:2px!important}.frx-step__title{font-size:22px!important;line-height:1.08!important}.frx-step__subhead{min-height:18px!important}.frx-step__help,.frx-link{font-size:12px!important}.frx-shortcuts{margin-bottom:8px!important}.frx-shortcut{min-height:62px!important;padding:8px 12px!important}.frx-prescription-entry{gap:10px!important;margin-top:0!important}.frx-scan-review-card,.frx-rx-mobile-card,.frx-rx-card,.frx-pd-card,.frx-extra-card{border-radius:14px!important}.frx-scan-review-card{grid-template-columns:170px minmax(0,1fr) auto!important;gap:10px!important;padding:10px 12px!important;margin-bottom:8px!important;max-width:660px!important}.frx-rx-mobile-card{padding:14px 14px 12px!important}.frx-rx-mobile-title{margin-bottom:8px!important;font-size:18px!important}.frx-rx-mobile-table thead th,.frx-rx-table thead th{height:42px!important;font-size:12px!important}.frx-rx-mobile-eye,.frx-rx-table__eye{width:92px!important;min-width:92px!important;font-size:13px!important;line-height:1.05!important}.frx-rx-mobile-eye small,.frx-rx-table__eye small{margin-top:2px!important;font-size:11px!important}.frx-rx-mobile-select,.frx-select.frx-select--compact,.frx-mobile-pd-select,.frx-mobile-pd-side-select{height:40px!important;font-size:13px!important;padding:0 10px!important;border-radius:10px!important}.frx-mobile-pd-block{margin-top:6px!important;padding-top:6px!important}.frx-mobile-pd-title{font-size:15px!important}.frx-mobile-pd-head{margin-bottom:6px!important}.frx-mobile-pd-row,.frx-mobile-pd-split-table[data-frx-two-pd-mobile]{width:520px!important;max-width:520px!important}.frx-mobile-pd-row{grid-template-columns:78px minmax(0,1fr)!important}.frx-mobile-pd-label,.frx-mobile-pd-label--split{padding:0 12px!important;font-size:12px!important}.frx-mobile-pd-block>.frx-check{left:540px!important;top:48px!important;font-size:12px!important}.frx-mobile-pd-head .frx-link{font-size:11px!important}.frx-extra-card{margin-top:8px!important;padding:8px 10px!important}.frx-check{font-size:12px!important;gap:7px!important}.frx-footer{margin-top:8px!important;padding:8px 0 6px!important;position:sticky!important;bottom:0!important;justify-content:flex-end!important;background:linear-gradient(to top,#fffffff5 72%,#fff0)!important}.frx-step>.frx-footer,.frx-main>.frx-footer{max-width:760px!important}.frx-footer .frx-btn{min-width:146px!important;height:42px!important;border-radius:12px!important;font-size:13px!important;box-shadow:0 6px 14px #b8334a24!important}}@media(max-width:989px){.frx-drawer{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:2147483000!important}.frx-overlay{top:0!important;background:#14100f3d!important}.frx-panel{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100vw!important;max-width:100vw!important;height:100dvh!important;min-height:100dvh!important;border:0!important;border-radius:0!important;box-shadow:none!important;transform:translateY(100%)!important;opacity:0!important;transition:transform .18s ease,opacity .18s ease!important;overflow:hidden!important;background:#fff!important}.frx-drawer.is-open .frx-panel{transform:translateY(0)!important;opacity:1!important}.frx-shell{grid-template-columns:1fr!important;height:100%!important;min-height:0!important;overflow:hidden!important}.frx-main{height:100%!important;min-height:0!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;padding:12px 12px 132px!important;background:#fff!important}.frx-step{max-width:none!important}.frx-mobile-sheet{left:0!important;right:0!important;bottom:0!important}.frx-mobile-sheet__bar{border-right:0!important;border-bottom:0!important;border-left:0!important;border-radius:18px 18px 0 0!important}}.frx{--frx-primary:#7d3430;--frx-primary-soft:#fbf3ef;--frx-primary-border:#dfc7ba;--frx-text:#211916;--frx-muted:#746a62;--frx-line:#e8ddd0;--frx-card:#fff}.frx-panel{background:#fff!important;border-left:1px solid rgba(125,52,48,.14)!important;box-shadow:-28px 0 70px #2119161f!important}.frx-summary{background:#fcfaf7!important;border-right:1px solid var(--frx-line)!important;padding:22px 18px 16px!important}.frx-summary__media{min-height:136px!important;margin-bottom:22px!important;border:1px solid rgba(232,221,208,.72);border-radius:20px;background:#fff}.frx-summary__media img{max-height:116px!important;padding:10px}.frx-summary__label,.frx-mobile-sheet__label{color:#8a3f3a!important;font-size:11px!important;font-weight:800!important;letter-spacing:.06em!important;text-transform:uppercase!important}.frx-summary__value,.frx-summary__footer strong{color:var(--frx-text)!important}.frx-main{padding:22px 28px 92px!important;background:#fff!important}.frx-step{max-width:880px!important}.frx-step__head{margin-bottom:22px!important}.frx-step__title-row{margin-top:10px!important;margin-bottom:6px!important}.frx-step__title{color:var(--frx-text)!important;font-size:clamp(25px,2vw,32px)!important;line-height:1.1!important;letter-spacing:0!important}.frx-step__back,.frx-step__help,.frx-link{color:#6f5f55!important}.frx-step__close{color:#2b2421!important;border-radius:999px!important}.frx-step__close:hover{background:#f7f2ed!important}.frx-cards{gap:12px!important}.frx-card,.frx-method-card,.frx-shortcut,.frx-rx-card,.frx-rx-mobile-card,.frx-upload-dropzone,.frx-scan-review-card{border-color:var(--frx-line)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 10px 28px #2119160a!important}.frx-card,.frx-method-card{min-height:76px}.frx-card:hover,.frx-method-card:hover,.frx-shortcut:hover{border-color:#d6bcae!important;box-shadow:0 14px 34px #21191614!important;transform:translateY(-1px)}.frx-card.is-selected,.frx-method-card.is-selected,.frx-reading-type-option.is-selected,.frx-lens-type-block.has-inline.is-selected>.frx-card{border-color:#b68a7b!important;background:#fffaf7!important;box-shadow:0 0 0 2px #7d343014,0 14px 34px #21191612!important}.frx-card__icon,.frx-method-card__icon,.frx-shortcut__icon{background:#fbf4ef!important;color:#7d3430!important;border:1px solid rgba(125,52,48,.11);box-shadow:inset 0 0 0 1px #ffffffa6}.frx-card__text strong,.frx-method-card__copy strong,.frx-price-card__title{color:var(--frx-text)!important;font-weight:800!important}.frx-card__text small,.frx-method-card__copy small,.frx-price-card__desc{color:var(--frx-muted)!important}.frx-card__arrow,.frx-method-card__arrow,.frx-shortcut__arrow{color:#9f7a6c!important}.frx-rx-card,.frx-rx-mobile-card{padding:14px!important}.frx-rx-table,.frx-rx-mobile-table{border-color:var(--frx-line)!important;overflow:hidden}.frx-rx-table th,.frx-rx-mobile-table th{background:#f8f3ee!important;color:#2f2824!important;font-weight:800!important;letter-spacing:.02em}.frx-rx-table td,.frx-rx-mobile-table td,.frx-rx-table th,.frx-rx-mobile-table th{border-color:var(--frx-line)!important}.frx-rx-table__eye,.frx-rx-mobile-eye,.frx-pd-label,.frx-pd-label--split,.frx-mobile-pd-label--split{background:#fbf7f2!important;color:#2f2824!important}.frx-select,.frx-rx-mobile-select,.frx-pd-split-field select,.frx-mobile-pd-side-field select{color:#24201d!important;background-color:#fff!important;border-color:#eadfd3!important;border-radius:12px!important;font-weight:650!important}.frx-select:focus,.frx-rx-mobile-select:focus{border-color:#b68a7b!important;box-shadow:0 0 0 3px #7d34301c!important;outline:0!important}.frx-pd-card,.frx-mobile-pd-block{border-top-color:var(--frx-line)!important}.frx-btn{border-radius:14px!important;letter-spacing:0!important}.frx-btn--primary{background:#7d3430!important;color:#fff!important;box-shadow:0 12px 26px #7d34302e!important}.frx-btn--primary:hover{background:#6f2f2b!important;filter:none!important}.frx-btn--secondary{border-color:#dfd1c4!important;color:#2c2521!important}.frx-footer{padding:18px 28px 18px 0!important;background:linear-gradient(to top,#fff 70%,#fff0)!important}.frx-alert,.frx-tip-banner{border-color:#ead8cf!important;background:#fff8f5!important;color:#4b3832!important}.frx-modal__dialog{border-radius:22px!important;border:1px solid rgba(232,221,208,.9)!important;box-shadow:0 28px 80px #21191633!important}.frx-modal__head{border-bottom-color:var(--frx-line)!important}@media(min-width:990px){.frx-panel{width:min(1180px,calc(100vw - 72px))!important;right:36px!important;top:calc(var(--frx-top-offset) + 10px)!important;height:calc(100dvh - var(--frx-top-offset) - 20px)!important;border-radius:24px!important;overflow:hidden!important}.frx-shell{grid-template-columns:260px minmax(0,1fr)!important}.frx-rx-desktop,.frx-rx-card,.frx-method-picker,.frx-prescription-entry{max-width:760px!important}}@media(max-width:989px){.frx-panel{background:#fff!important;opacity:1!important;transition:transform .18s ease!important}.frx-drawer:not(.is-open) .frx-panel{visibility:hidden!important}.frx-drawer.is-open .frx-panel{visibility:visible!important}.frx-main{padding:14px 12px 132px!important}.frx-step__head{margin-bottom:14px!important}.frx-step__actions{min-height:36px!important}.frx-step__back{height:36px!important;font-size:14px!important}.frx-step__close{width:38px!important;height:38px!important;font-size:24px!important}.frx-step__title{font-size:24px!important;line-height:1.12!important}.frx-card,.frx-method-card{padding:14px 15px!important;border-radius:17px!important;min-height:72px!important}.frx-card__icon,.frx-method-card__icon{width:44px!important;height:44px!important;border-radius:14px!important;font-size:20px!important}.frx-card__text strong,.frx-method-card__copy strong{font-size:16px!important;line-height:1.22!important}.frx-card__text small,.frx-method-card__copy small{font-size:13px!important;line-height:1.35!important}.frx-rx-mobile-card{padding:10px!important;border-radius:18px!important;box-shadow:0 10px 24px #21191609!important}.frx-rx-mobile-title{padding:2px 2px 10px!important;font-size:19px!important}.frx-rx-mobile-table-wrap{border-radius:14px!important}.frx-rx-mobile-table th,.frx-rx-mobile-table td{padding:8px 7px!important}.frx-rx-mobile-eye{font-size:13px!important}.frx-rx-mobile-select{min-height:42px!important;height:42px!important;border-radius:10px!important;font-size:13px!important;padding-inline:8px 20px!important}.frx-mobile-pd-split-table,.frx-pd-split{border-color:var(--frx-line)!important;border-radius:14px!important}.frx-mobile-sheet__bar{min-height:76px!important;padding:12px 12px max(12px,env(safe-area-inset-bottom))!important;background:#fffffffa!important;border-top:1px solid rgba(232,221,208,.95)!important;box-shadow:0 -14px 34px #21191617!important}.frx-mobile-sheet__thumb{background:#fbf4ef!important;border:1px solid rgba(232,221,208,.9)}.frx-mobile-sheet .frx-btn{min-width:118px!important;min-height:50px!important;border-radius:18px!important;font-size:15px!important}}@media(max-width:989px){.frx-rx-mobile-table th,.frx-rx-mobile-table td{padding:0!important}.frx-rx-mobile-table thead th:first-child,.frx-rx-mobile-table tbody td:first-child{width:58px!important;min-width:58px!important;max-width:58px!important}.frx-rx-mobile-eye{width:58px!important;min-width:58px!important;max-width:58px!important;padding:0 2px!important;font-size:12px!important;line-height:1.04!important}.frx-rx-mobile-eye small{font-size:10px!important}.frx-rx-mobile-select,.frx-select--compact{height:44px!important;min-height:44px!important;padding:0 14px 0 5px!important;font-size:11px!important;font-weight:750!important;letter-spacing:-.015em!important;background-position:right 5px center!important;background-size:7px 5px!important}.frx-rx-mobile-select.is-invalid,.frx-select--compact.is-invalid{padding-right:14px!important}}@media(min-width:990px){.frx-overlay{top:var(--frx-top-offset)!important;background:#1612104d!important;-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px)}.frx-panel{top:var(--frx-top-offset)!important;right:0!important;width:min(1500px,calc(100vw - 48px))!important;height:calc(100dvh - var(--frx-top-offset))!important;border-radius:22px 0 0!important;border-top:1px solid rgba(232,221,208,.9)!important;border-right:0!important;border-bottom:0!important;background:#fff!important;box-shadow:-22px 0 58px #21191624!important}.frx-shell{grid-template-columns:300px minmax(0,1fr)!important;height:100%!important;background:#fff!important}.frx-summary{padding:26px 20px 0!important;background:#fffdfa!important;border-right:1px solid rgba(232,221,208,.95)!important;overflow-y:auto!important;overflow-x:hidden!important}.frx-summary__media{min-height:136px!important;margin-bottom:18px!important;border-radius:22px!important;box-shadow:none!important}.frx-summary__media img{max-height:118px!important}.frx-summary__footer{margin:0!important;padding:16px 20px 18px!important;background:#fffdfa!important;width:100%!important;box-sizing:border-box!important}.frx-main{--frx-modal-pad-x:clamp(28px,4vw,58px);padding:34px var(--frx-modal-pad-x) 0!important;background:#fff!important;scrollbar-gutter:stable}.frx-main::-webkit-scrollbar,.frx-summary::-webkit-scrollbar{width:8px}.frx-main::-webkit-scrollbar-track,.frx-summary::-webkit-scrollbar-track{background:transparent}.frx-main::-webkit-scrollbar-thumb,.frx-summary::-webkit-scrollbar-thumb{background:#d7c8ba;border-radius:999px}.frx-main::-webkit-scrollbar-thumb:hover,.frx-summary::-webkit-scrollbar-thumb:hover{background:#bfa796}.frx-step.is-active{display:flex!important;flex-direction:column!important;width:100%!important;max-width:980px!important;min-height:100%!important}.frx-step__head{margin-bottom:22px!important}.frx-step__actions{min-height:42px!important}.frx-step__title-row{margin-top:10px!important;margin-bottom:4px!important}.frx-step__title{font-size:clamp(28px,2.35vw,38px)!important;line-height:1.06!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important}.frx-step__subhead{align-items:center!important;min-height:24px!important}.frx-cards{gap:14px!important;max-width:860px!important}.frx-card--choice{grid-template-columns:46px minmax(0,1fr) 18px!important;gap:16px!important;min-height:84px!important;padding:16px 20px!important;border-radius:18px!important;box-shadow:0 8px 22px #21191609!important}.frx-card__icon{width:46px!important;height:46px!important;border-radius:14px!important;background:#fffaf6!important;border:1px solid rgba(232,221,208,.95)!important;box-shadow:none!important}.frx-card__icon img{width:28px!important;height:28px!important;opacity:.82}.frx-card__text strong{font-size:16px!important;line-height:1.2!important}.frx-card__text small{font-size:13px!important;line-height:1.34!important}.frx-card__arrow{color:#8d6b5f!important;font-size:22px!important}.frx-footer{align-self:stretch!important;margin-top:auto!important;margin-inline:0!important;padding:14px 0 16px!important;border-top:1px solid rgba(232,221,208,.9)!important;background:#fffffffa!important;box-shadow:0 -10px 26px #21191609!important;justify-content:flex-end!important}.frx-step>.frx-footer,.frx-main>.frx-footer{max-width:none!important}.frx-footer .frx-btn{min-width:174px!important;height:50px!important;border-radius:16px!important;font-size:15px!important;box-shadow:0 10px 20px #7d343024!important}}
/*# sourceMappingURL=/cdn/shop/t/32/assets/framelune-lens-flow.css.map */
