.custom-size-form{margin-top:1rem;padding:1.25rem;border:1px solid var(--color-lines-and-borders, #e0e0e0);border-radius:8px;background:var(--color-background, #fafafa);animation:fadeIn .3s ease}.custom-size-form.is-active{display:block!important}.custom-size-form__layout{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:flex-start}.custom-size-form__fields{flex:1 1 200px;min-width:0;display:flex;flex-direction:column;gap:.375rem}.custom-size-form__image{flex:0 0 180px;max-width:180px}.custom-size-form__image img{width:100%;height:auto;border-radius:8px;display:block}.custom-size-form__header{margin-bottom:.75rem}.custom-size-form__header h3{margin-bottom:.375rem;font-size:1.125rem;font-weight:600;color:var(--color-text, #333333)}.custom-size-form__subtitle{margin-bottom:0;color:var(--color-text, #333333);opacity:.8;font-size:.875rem;line-height:1.4}.custom-size-form__unit-toggle{display:flex;align-items:center;gap:0;margin-bottom:1rem;border:1px solid var(--color-text, #333333);border-radius:25px;overflow:hidden;width:fit-content}.custom-size-form__unit-btn{padding:.5rem 1.25rem;border:none;background:transparent;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.custom-size-form__unit-btn:hover,.custom-size-form__unit-btn.active{background:var(--color-text, #333333);color:var(--color-background, #ffffff)}.custom-size-form__field{display:flex;align-items:center;gap:.5rem}.custom-size-form__label{font-size:.9375rem;font-weight:500;color:var(--color-text, #333333);white-space:nowrap;min-width:110px;line-height:1.5}.custom-size-form__input-wrapper{display:flex;align-items:center;gap:.375rem;flex:1;min-width:120px;line-height:1.5}.custom-size-form__input{flex:1;min-width:80px;height:2.40625rem;padding:.5rem .75rem;border:1px solid var(--color-lines-and-borders, #e0e0e0);border-radius:4px;font-size:.9375rem;line-height:1.5;background:var(--color-background, #ffffff);transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box}.custom-size-form__input::placeholder{color:var(--color-text, #333333);opacity:.5}.custom-size-form__input:focus{outline:none;border-color:var(--color-solid-button-background, #000000);box-shadow:0 0 0 2px #0000001a}.custom-size-form__input.input--error{border-color:#d32f2f;box-shadow:0 0 0 2px #d32f2f1a}.custom-size-form__unit{color:var(--color-text, #333333);opacity:.7;font-size:.8125rem;white-space:nowrap}.custom-size-form__help{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:var(--color-text, #333333);color:var(--color-background, #ffffff);font-size:.75rem;font-weight:600;cursor:help;flex-shrink:0}@media screen and (max-width:719px){.custom-size-form__layout{flex-direction:column}.custom-size-form__image{flex:0 0 auto;max-width:150px;order:-1}.custom-size-form__field{flex-direction:column;align-items:flex-start;gap:.25rem}.custom-size-form__label{min-width:auto}.custom-size-form__input-wrapper{max-width:100%;width:100%}.custom-size-form__input{max-width:100%}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media print{.custom-size-form__unit-toggle,.custom-size-form__image,.custom-size-form__help{display:none!important}.custom-size-form__input{border:none;border-bottom:1px solid #000;padding:0;font-size:1rem}}.custom-size-mobile-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:flex;align-items:flex-end;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.custom-size-mobile-modal.is-open{opacity:1;visibility:visible}.custom-size-mobile-modal__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080}.custom-size-mobile-modal__container{position:relative;width:100%;max-height:90vh;background:var(--color-background, #ffffff);border-radius:16px 16px 0 0;padding:1.25rem;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;transform:translateY(100%);transition:transform .3s ease}.custom-size-mobile-modal__container::-webkit-scrollbar{display:none}.custom-size-mobile-modal.is-open .custom-size-mobile-modal__container{transform:translateY(0)}.custom-size-mobile-modal__close{position:absolute;top:.75rem;right:.75rem;background:none;border:none;padding:.5rem;cursor:pointer;color:var(--color-text, #333333);z-index:10}.custom-size-mobile-modal__body{display:flex;flex-direction:column}.custom-size-mobile-modal__body .custom-size-form__header{margin-bottom:1rem;padding-right:2rem}.custom-size-mobile-modal__body .custom-size-form__header h3{font-size:1.25rem;margin-bottom:.5rem}.custom-size-mobile-modal__body .custom-size-form__unit-toggle{margin-bottom:1rem}.custom-size-mobile-modal__body .custom-size-form__fields{gap:.75rem}.custom-size-mobile-modal__body .custom-size-form__field{display:flex;flex-direction:row;align-items:stretch;gap:.5rem}.custom-size-mobile-modal__body .custom-size-form__label{min-width:130px;width:130px;flex-shrink:0;display:flex;align-items:center;height:48px;line-height:48px}.custom-size-mobile-modal__body .custom-size-form__input-wrapper{flex:1;max-width:100%;min-height:48px;height:48px}.custom-size-mobile-modal__body .custom-size-form__input{height:48px;max-width:100%}.custom-size-mobile-modal__body .custom-size-form__help{width:28px;height:28px;font-size:.875rem;cursor:pointer;position:relative;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.custom-size-mobile-modal__body .custom-size-form__help:before{content:attr(title);position:absolute;bottom:130%;right:0;width:180px;padding:.5rem .75rem;background:var(--color-text, #333333);color:var(--color-background, #ffffff);font-size:.75rem;line-height:1.4;border-radius:4px;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:10}.custom-size-mobile-modal__body .custom-size-form__help.active:before{opacity:1}.custom-size-mobile-modal__body .custom-size-form__image{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--color-lines-and-borders, #e0e0e0);max-width:250px;align-self:center;flex:0 0 auto;order:999}.custom-size-mobile-modal__body .custom-size-form__image img{border-radius:8px}.custom-size-mobile-modal__add-to-cart{display:flex;align-items:center;justify-content:center;width:100%;margin-top:1.5rem;padding:.875rem 1.5rem;background:var(--color-solid-button-background, #000000);color:var(--color-solid-button-text, #ffffff);border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;-webkit-tap-highlight-color:transparent}.custom-size-mobile-modal__add-to-cart:hover,.custom-size-mobile-modal__add-to-cart:active{background:var(--color-solid-button-background-hover, #333333)}.custom-size-mobile-modal__add-to-cart:disabled{opacity:.5;cursor:not-allowed}
/*# sourceMappingURL=/cdn/shop/t/60/assets/custom-size-form.css.map */
