.button--retouche{margin-bottom:1rem;gap:8px}.button--retouche svg{width:19px;height:19px}.button--retouche svg path{stroke:currentColor;transition:stroke .2s ease}.retouche-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000bf;z-index:9999;justify-content:center;align-items:center;opacity:0;transition:opacity .3s ease}.retouche-overlay.active{opacity:1}.retouche-container{width:90%;max-width:1000px;max-height:90vh;overflow:hidden;display:flex;transform:scale(.9);transition:transform .3s ease}.retouche-overlay.active .retouche-container{transform:scale(1)}.retouche-main-content{display:flex;width:100%;height:90vh}.retouche-image-column{flex:1;min-width:0;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.retouche-product-image{height:100%;width:100%;object-fit:cover}.retouche-form-column{flex:1;min-width:400px;display:flex;flex-direction:column;overflow:hidden;background-color:var(--color-retouche-background);color:var(--color-retouche-text)}.retouche-main-header{display:flex;justify-content:space-between;align-items:center;padding:32px 32px 16px;flex-shrink:0}.retouche-main-title{color:var(--color-retouche-text);font-size:13px;font-weight:600;margin:0;text-transform:uppercase;letter-spacing:.75px}.retouche-main-close{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;color:var(--color-retouche-text);transition:color .2s ease;flex-shrink:0}.retouche-main-close:hover{color:#666}.retouche-description{font-family:Inter;padding:0 32px 24px;margin:0;font-size:13px;font-weight:300;line-height:1.6;color:var(--color-retouche-text-secondary)}.retouche-content{padding:0 32px 32px;overflow-y:auto;flex:1}.retouche-option{margin-bottom:24px}.retouche-option:first-of-type{padding-top:24px;padding-bottom:12px;border-top:1px solid var(--color-retouche-border)}.retouche-option:nth-of-type(2){border-bottom:1px solid var(--color-retouche-border);padding-bottom:24px}.retouche-option:last-of-type{margin-bottom:0;padding-bottom:0;border-bottom:none}.retouche-option-header{margin-bottom:12px}.retouche-option-title{font-size:12px;font-weight:600;margin:0;color:var(--color-retouche-text);text-transform:uppercase;letter-spacing:1.3px}.retouche-button-wrapper{display:flex;gap:12px;flex-wrap:wrap}.retouche-button-option{flex:1;border:1px solid var(--color-retouche-border);font-size:10px;padding:8px 16px}.retouche-button-option:hover,.retouche-button-option.active{background-color:var(--color-retouche-text);border:1px solid var(--color-retouche-text);color:#fff}.retouche-ourlet-wrapper{display:flex;flex-direction:column;gap:8px}.retouche-label{font-size:10px;font-weight:500;color:var(--color-retouche-text);margin-bottom:4px;text-transform:uppercase;letter-spacing:1.3px}.retouche-select{width:100%;padding:12px 36px 12px 16px;font-size:12px;border:1px solid var(--color-retouche-border);background-color:transparent;color:var(--color-retouche-text-secondary);cursor:pointer;transition:border-color .2s ease;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23757575' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.retouche-select:hover{border-color:var(--color-retouche-border)}.retouche-select:focus{outline:none;border-color:var(--color-retouche-text)}.retouche-perso-wrapper{display:flex;flex-direction:column;gap:8px}.retouche-textarea{width:100%;padding:12px 16px;font-size:12px;font-family:inherit;border:1px solid var(--color-retouche-border);background-color:transparent;color:var(--color-retouche-text);resize:vertical;min-height:100px;transition:border-color .2s ease}.retouche-textarea:hover{border-color:var(--color-retouche-border)}.retouche-textarea:focus{outline:none;border-color:var(--color-retouche-text)}.retouche-actions{margin-top:32px}.retouche--button:not(:disabled){background-color:var(--color-retouche-text);color:#fff;border:1px solid var(--color-retouche-text)}.retouche--button:hover:not(:disabled){background-color:#fff;color:var(--color-retouche-text);border:1px solid var(--color-retouche-text)}.retouche--button:disabled{background-color:var(--color-retouche-border);color:var(--color-retouche-text-secondary);cursor:not-allowed}.retouche--button.loading{position:relative;pointer-events:none;color:transparent}.retouche--button.loading:after{content:"";position:absolute;width:16px;height:16px;top:50%;left:50%;margin-left:-8px;margin-top:-8px;border:2px solid #ffffff;border-radius:50%;border-top-color:transparent;animation:retouche-spinner .6s linear infinite}@keyframes retouche-spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.retouche-legal-notice{font-weight:300;margin-bottom:1.5rem;font-size:11px;color:var(--color-retouche-text-secondary);line-height:1.6}.retouche-legal-notice p>a{color:var(--color-retouche-text-secondary)}@media (max-width: 768px){.retouche-container{width:100%;max-width:100%;height:100vh;max-height:100vh;flex-direction:column}.retouche-main-content{flex-direction:column;height:100vh}.retouche-image-column{display:block;width:100%;flex:0 0 30%;order:0}.retouche-product-image{width:100%;height:100%;object-fit:cover}.retouche-form-column{width:100%;min-width:unset;flex:1;order:1}.retouche-main-header{padding:12px 24px}.retouche-description{padding:0 24px 20px;font-size:12px}.retouche-content{padding:0 24px 24px}.retouche-main-title{font-size:12px}.retouche-option-title{font-size:11px}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/retouche.css.map */
