.product__customization{margin-bottom:var(--block-padding-bottom, 16px)}.product__customization-option{margin-bottom:20px}.product__customization-option:last-child{margin-bottom:0}.product__customization-option>input[type=checkbox]{position:absolute;opacity:0;width:0;height:0}.product__customization-option>label{display:inline-flex;align-items:center;cursor:pointer;font-size:var(--font-body);font-weight:500;padding-left:28px;position:relative;-webkit-user-select:none;user-select:none;margin-bottom:0}.product__customization-option>label .customization-price{margin-left:6px;color:var(--text-secondary, #666);font-weight:400}.cart__item__customization{margin-top:8px;font-size:.875em;color:var(--text-secondary, #666)}.cart__item__customization strong{color:var(--text-primary, #000)}.product__customization-option>label:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:18px;height:18px;border:1px solid var(--border, #d1d1d1);border-radius:3px;background-color:var(--bg, #fff);transition:all .2s ease}.product__customization-option>label:after{content:"";position:absolute;left:5px;top:50%;transform:translateY(-50%) scale(0);width:8px;height:8px;background-color:var(--text-dark, #000);border-radius:1px;transition:transform .2s ease}.product__customization-option>input[type=checkbox]:checked+label:after{transform:translateY(-50%) scale(1)}.product__customization-option>input[type=checkbox]:focus+label:before{border-color:var(--accent, #000);box-shadow:0 0 0 2px var(--accent-fade, rgba(0, 0, 0, .1))}.product__customization-field{margin-top:12px;padding-left:28px;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.product__customization-field label{display:block;font-size:var(--font-body-small, .875rem);font-weight:500;margin-bottom:8px;color:var(--text-dark, #000)}.product__customization-field .engraving-counter{font-weight:400;color:var(--text-a75, #666);font-size:.875em}.product__customization-field input[type=text],.product__customization-field select{width:100%;padding:10px 12px;border:1px solid var(--border, #d1d1d1);border-radius:var(--RADIUS-SELECT, 3px);font-size:var(--font-body, 1rem);font-family:inherit;background-color:var(--bg, #fff);color:var(--text-dark, #000);transition:border-color .2s ease,box-shadow .2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none}.product__customization-field select{background-image:var( --ICON-SELECT, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M6 8L0 0h12z' fill='currentColor'/%3E%3C/svg%3E") );background-repeat:no-repeat;background-position:right 12px center;background-size:12px auto;padding-right:36px;cursor:pointer}.product__customization-field input[type=text]:focus,.product__customization-field select:focus{outline:none;border-color:var(--accent, #000);box-shadow:0 0 0 2px var(--accent-fade, rgba(0, 0, 0, .1))}.product__customization-field input[type=text]:disabled,.product__customization-field select:disabled{opacity:.6;cursor:not-allowed}.product__customization-field input[type=text]::placeholder{color:var(--text-a50, #999)}.product__customization-field input[type=text].error{border-color:var(--COLOR-ERROR-BORDER, #e74c3c);background-color:var(--COLOR-ERROR-BG, #fff5f5)}.product__customization-field .form__message{display:block;margin-top:6px;font-size:.8125rem;color:var(--text-a75, #666);line-height:1.4}.product__customization-field .form__message.error{color:var(--COLOR-ERROR, #e74c3c)}.engraving-style-options{margin-top:12px}.engraving-style-options>label{display:block;margin-bottom:8px;font-weight:500}.engraving-style-list{display:flex;gap:20px;flex-wrap:wrap}.engraving-style-item{display:flex;align-items:center}.engraving-style-item input[type=radio]{position:absolute;opacity:0;width:0;height:0}.engraving-style-item label{display:inline-flex;align-items:center;cursor:pointer;font-size:var(--font-body, 1rem);font-weight:400;padding-left:24px;position:relative;-webkit-user-select:none;user-select:none;margin-bottom:0;color:var(--text-dark, #000)}.engraving-style-item label:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:16px;height:16px;border:1px solid var(--border, #d1d1d1);border-radius:50%;background-color:var(--bg, #fff);transition:all .2s ease}.engraving-style-item label:after{content:"";position:absolute;left:4px;top:50%;transform:translateY(-50%) scale(0);width:8px;height:8px;background-color:var(--text-dark, #000);border-radius:50%;transition:transform .2s ease}.engraving-style-item input[type=radio]:checked+label:after{transform:translateY(-50%) scale(1)}.engraving-style-item input[type=radio]:focus+label:before{border-color:var(--accent, #000);box-shadow:0 0 0 2px var(--accent-fade, rgba(0, 0, 0, .1))}.engraving-style-item input[type=radio]:disabled+label{opacity:.6;cursor:not-allowed}@media screen and (max-width:767px){.product__customization-option{margin-bottom:16px}.product__customization-field{padding-left:0}.engraving-style-list{gap:16px}}.cart__item__customization{margin-top:8px;padding:8px 12px;background-color:var(--bg-accent, #f8f8f8);border-radius:4px;font-size:.875rem}.cart__item__customization-title{font-weight:600;margin-bottom:4px;color:var(--text-dark, #000)}.cart__item__customization-details{color:var(--text-a75, #666);line-height:1.4}.cart__item__customization-details dt{display:inline;font-weight:500}.cart__item__customization-details dd{display:inline;margin:0}.cart__item__customization-details dd:after{content:"\a";white-space:pre}.cart__item__actions--disabled{opacity:.6;cursor:not-allowed;display:none}.cart__item__addon-notice{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;color:var(--text-secondary, #666);background-color:var(--bg-secondary, #f5f5f5);border-radius:4px;cursor:help}.cart__item__addon-notice svg{width:14px;height:14px}[data-disabled] quantity-input{pointer-events:none}.product__comment-box{margin-bottom:var(--block-padding-bottom, 16px)}.product__comment-textarea{width:100%;padding:12px 14px;border:1px solid var(--border, #d1d1d1);border-radius:var(--RADIUS-INPUT, 4px);font-size:var(--font-body, 1rem);font-family:inherit;background-color:var(--bg, #fff);color:var(--text-dark, #000);resize:vertical;transition:border-color .2s ease,box-shadow .2s ease;line-height:1.5;margin:0}.product__comment-textarea:focus{outline:none;border-color:var(--accent, #000);box-shadow:0 0 0 2px var(--accent-fade, rgba(0, 0, 0, .1))}.product__comment-textarea::placeholder{color:var(--text-a50, #999)}.product__comment-note{display:block;font-size:.8125rem;color:var(--text-a75, #666);line-height:1.4}@media screen and (max-width:767px){.product__comment-textarea{font-size:16px}}
/*# sourceMappingURL=/cdn/shop/t/36/assets/product-customization.css.map */
