.drawer-product-options{--drawer-width: 100%;left:100vw;background:var(--bg);box-shadow:0 0 10px rgba(0,0,0,.4);margin-left:auto;overflow:hidden;transition:all .35s ease-in-out}@media screen and (min-width: 768px){.drawer-product-options{--drawer-width: calc(100vw - 400px)}}@media screen and (min-width: 1024px){.drawer-product-options{--drawer-width: 590px}}.drawer-product-options.drawer--active{visibility:visible;transform:translate(calc(-1 * var(--drawer-width)));transition:all .35s ease-in-out}.drawer-product-options__lenses,.drawer-product-options__with-correction>*,.drawer-product-options__without-correction>*{visibility:hidden;opacity:0;transition:all .35s ease-in-out}.drawer-product-options__lenses.element--active,.drawer-product-options__with-correction>*.element--active,.drawer-product-options__without-correction>*.element--active{visibility:visible;opacity:1;transition:all .35s ease-in-out;transition-delay:.35s}.drawer-product-options__prescription-container{display:flex;justify-content:space-between;gap:40px}.drawer-product-options__prescription-container input{border:1px solid #000;border-radius:var(--radius-medium)}.drawer-product-options__prescription-container--left{width:50%}.drawer-product-options__prescription-container--right{width:50%}.drawer-product-options__form-correction-leftteye,.drawer-product-options__form-correction-righteye{margin:0}.drawer-product-options__prescription-container-title--left,.drawer-product-options__prescription-container-title--right{margin-top:0;margin-bottom:10px;font-size:14px}.drawer-product-options .input-group{display:flex;flex-direction:column;gap:10px;margin:0 0 10px}.drawer-product-options .input-group:last-of-type{margin-bottom:0}.drawer-product-options .input-group .drawer-product-options__options-title{margin:0 !important;display:contents}.drawer-product-options .input-group input{padding:5px}.drawer-product-options .drawer-product-options__atc{position:absolute;bottom:80px;transform:translateX(-50%);left:50%;opacity:0;visibility:hidden;transition:all .35s ease-in-out}.drawer-product-options .drawer-product-options__atc--active{visibility:visible;opacity:1;transition:all .35s ease-in-out;transition-delay:.35s}.drawer-product-options .drawer-product-options__atc:disabled{opacity:.7;cursor:not-allowed}.drawer-product-options__header{padding:20px}.drawer-product-options__body{padding:20px}@media screen and (min-width: 1024px){.drawer-product-options__body{padding:20px 60px}}.drawer-product-options__title{font-size:20px}.drawer-product-options__with-correction-container:not(:last-of-type),.drawer-product-options__without-correction-container:not(:last-of-type),.drawer-product-options__title{margin-bottom:30px}.drawer-product-options__footer{position:fixed;bottom:0;background:#fff;left:0;right:0;height:fit-content;padding:20px;border-top:1px solid var(--border)}@media screen and (min-width: 1024px){.drawer-product-options__footer{padding:20px 60px}}.drawer-product-options__lenses,.drawer-product-options__without-correction,.drawer-product-options__with-correction-container,.drawer-product-options__without-correction-container{position:absolute;width:calc(100% - 40px);top:50%;left:50%;transform:translate(-50%, -50%)}@media screen and (min-width: 1024px){.drawer-product-options__lenses,.drawer-product-options__without-correction,.drawer-product-options__with-correction-container,.drawer-product-options__without-correction-container{width:calc(100% - 120px)}}@media screen and (min-width: 1024px){.drawer-product-options__lenses,.drawer-product-options__without-correction,.drawer-product-options__with-correction-container{width:calc(100% - 120px)}}@media screen and (min-width: 1024px){.drawer-product-options__without-correction-container{width:100%}}.drawer-product-options__with-price{display:flex !important;justify-content:space-between;align-items:center}.drawer-product-options__with-price .drawer-product-options__options-content{margin-right:10px}.drawer-product-options__options-container,.drawer-product-options__lense-container{border:1px solid #eee;border-radius:var(--radius-medium);padding:10px;display:block}.drawer-product-options__options-container:not(:last-of-type),.drawer-product-options__lense-container:not(:last-of-type){margin-bottom:15px}.drawer-product-options__options-container:hover,.drawer-product-options__lense-container:hover{cursor:pointer;background-color:#f8f8f8}.drawer-product-options__options-container.element-is-selected,.drawer-product-options__lense-container.element-is-selected{border-color:var(--text)}.drawer-product-options_radio-button:not(:last-of-type){margin-bottom:15px}.drawer-product-options__price{text-align:right}.options-is-selected .radio__input:checked~.drawer-product-options__options-container{border-color:var(--text) !important}.drawer-product-options__options-title,.drawer-product-options__price{font-size:calc(.9rem*var(--adjust-body));font-weight:var(--FONT-WEIGHT-BODY-MEDIUM);line-height:1.3;margin:0}.drawer-product-options__options-description,.drawer-product-options__options-price{margin:5px 0 0;font-size:calc(.8rem*var(--adjust-body))}.drawer-product-options__infos{margin:15px 0 0;font-size:calc(.8rem*var(--adjust-body));color:var(--COLOR-BG-LIGHTEN-DARKEN-4);padding:0 11px}.drawer-product-options__with-correction-container:last-of-type .drawer-product-options__options-title,.drawer-product-options__without-correction-container:last-of-type .drawer-product-options__options-title{margin:0}.drawer-overlay--visible{opacity:.2;visibility:visible;will-change:opacity}.drawer__previous-button{visibility:visible;opacity:0;transition:all .35s ease-in-out;width:auto;height:18px;transform:rotate(180deg);pointer-events:none}.drawer__previous-button--visible{visibility:visible;opacity:1;transition:all .35s ease-in-out;transition-delay:.35s;pointer-events:all}