.product-personalization-block{background:#f7f7f7;padding:20px;margin-top:0!important;margin-block-start:0px;border-radius:0 0 12px 12px}.perso-trigger{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;background:transparent;border:none;cursor:pointer;font-family:inherit;font-size:14px;font-weight:600;color:rgb(var(--color-button-text));transition:opacity .18s ease}.perso-trigger:hover{text-decoration:underline}.perso-trigger svg{width:20px;height:20px;flex-shrink:0}.perso-trigger__note{font-weight:400;font-size:12px;color:rgba(var(--color-foreground),.6)}.perso-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483646;display:none}.perso-modal.is-open{display:block}body.perso-modal-open{overflow:hidden}.perso-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a0c148c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.perso-modal__panel{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:min(1060px,calc(100vw - 32px));max-height:calc(100vh - 48px);max-height:calc(100dvh - 48px);background:#fff;border-radius:16px;box-shadow:0 24px 80px #00000059;display:flex;flex-direction:column;overflow:hidden}.perso-modal__header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;border-bottom:1px solid rgba(var(--color-foreground),.08)}.perso-modal__heading{margin:0;font-size:18px}.perso-modal__close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:none;border-radius:10px;background:#f2f3f4;cursor:pointer;flex-shrink:0}.perso-modal__close svg{width:16px;height:16px}.perso-modal__body{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:0;overflow:hidden;flex:1 1 auto;min-height:0}.perso-preview{position:relative;background:#f4f5f6;display:flex;align-items:center;justify-content:center;padding:24px;min-height:0;overflow:hidden}.perso-preview__canvas{max-width:100%;max-height:100%;border-radius:4px;box-shadow:0 10px 40px #0000002e}.perso-preview__zoom{position:absolute;right:12px;bottom:12px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#fff;color:rgb(var(--color-foreground));box-shadow:0 4px 16px #0000002e;cursor:pointer}.perso-preview__zoom svg{width:18px;height:18px}.perso-zoom{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;background:#0a0c14e6;display:flex;align-items:center;justify-content:center}.perso-zoom[hidden]{display:none}.perso-zoom__canvas{max-width:94vw;max-height:86vh;border-radius:4px;box-shadow:0 20px 60px #00000080}.perso-zoom__close{position:absolute;top:16px;right:16px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:none;border-radius:12px;background:#ffffff24;color:#fff;cursor:pointer}.perso-zoom__close svg{width:16px;height:16px}.perso-fields{padding:22px;overflow-y:auto;min-height:0;display:flex;flex-direction:column;gap:14px}.perso-field{display:flex;flex-direction:column;gap:6px}.perso-field label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:rgba(var(--color-foreground),.7)}.perso-field input,.perso-field select{height:46px;padding:0 14px;font-size:15px;font-family:inherit;color:rgb(var(--color-foreground));background:#f7f8f8;border:1px solid rgba(var(--color-foreground),.12);border-radius:8px;outline:none;-webkit-appearance:none;appearance:none}.perso-field input:focus,.perso-field select:focus{border-color:rgb(var(--color-foreground));background:#fff}.perso-field--uppercase input{text-transform:uppercase}.perso-fields__row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.perso-fields__row--number-color{grid-template-columns:100px 1fr}.perso-fields__row--name-country{grid-template-columns:1fr 120px}.perso-colors{display:flex;align-items:center;flex-wrap:wrap;gap:8px;min-height:46px}.perso-color{cursor:pointer;display:inline-flex}.perso-color input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.perso-color span{width:28px;height:28px;border-radius:50%;background:var(--c);border:1px solid rgba(var(--color-foreground),.18);transition:transform .15s ease,box-shadow .15s ease}.perso-color input:checked+span{box-shadow:0 0 0 2px #fff,0 0 0 4px rgb(var(--color-foreground));transform:scale(1.05)}.perso-fields__row>*{min-width:0}.perso-field input,.perso-field select{width:100%;max-width:100%;box-sizing:border-box}.perso-error{margin:0;padding:10px 14px;font-size:13px;color:#b3261e;background:#fdecea;border-radius:8px}.perso-footer{margin-top:auto;display:flex;flex-direction:column;gap:8px;position:sticky;bottom:0;background:#fff;margin-left:-22px;margin-right:-22px;padding:10px 22px calc(14px + env(safe-area-inset-bottom,0px));box-shadow:0 -8px 16px #ffffffe6}.perso-surcharge-note{margin:0;font-size:12px;color:rgba(var(--color-foreground),.6);text-align:center}.perso-submit{position:relative;width:100%;min-height:54px;border:none;border-radius:8px;background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));font-family:inherit;font-size:15px;font-weight:600;cursor:pointer;transition:opacity .18s ease}.perso-submit[disabled]{opacity:.6;cursor:wait}.perso-submit.is-loading span:after{content:"";display:inline-block;width:14px;height:14px;margin-left:10px;vertical-align:-2px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:perso-spin .7s linear infinite}@keyframes perso-spin{to{transform:rotate(360deg)}}@media screen and (max-width:749px){.perso-modal__panel{top:0;left:0;transform:none;width:100vw;height:100dvh;max-height:none;border-radius:0}.perso-modal__header{padding:12px 16px}.perso-modal__heading{font-size:16px}.perso-modal__body{grid-template-columns:1fr;grid-template-rows:minmax(0,40vh) minmax(0,1fr)}.perso-preview{padding:10px}.perso-preview__zoom{right:10px;bottom:10px;width:36px;height:36px}.perso-fields{padding:12px 16px 0;gap:10px}.perso-field input,.perso-field select{height:42px;font-size:14px}.perso-field label{font-size:11px}.perso-footer{margin-left:-16px;margin-right:-16px;padding:8px 16px calc(12px + env(safe-area-inset-bottom,0px))}.perso-surcharge-note{font-size:11px}.perso-submit{min-height:50px}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/product-personalization.css.map */
