.f-product-single__block.f-product-single__block--buy_buttons{display:flex;flex-flow:column-reverse}.product-swatch-form{display:inline-block;width:100%;margin-bottom:10px}.product-swatch-form__modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.4rem}.product-swatch-form__button{width:100%;display:block;padding:1.2rem 2.4rem;font-size:1.4rem;font-weight:500;line-height:1.5;border:0;color:#000;cursor:pointer;letter-spacing:.05em}.product-swatch-form__button:hover{text-decoration:underline}.product-swatch-form__button:active{transform:scale(.98)}.product-swatch-form__modal{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;display:none;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;overflow-y:auto}.product-swatch-form__modal.is-open{display:flex;opacity:1;visibility:visible}.product-swatch-form__modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0009;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:pointer;z-index:1}.product-swatch-form__modal-content{position:relative;width:100%;max-width:60rem;max-height:90vh;margin:2rem;background-color:#fff;border-radius:.8rem;box-shadow:0 20px 60px #0000004d;overflow:hidden;transform:scale(.95);transition:transform .3s ease;z-index:2}.product-swatch-form__modal.is-open .product-swatch-form__modal-content{transform:scale(1)}@media (max-width: 767.98px){.product-swatch-form__modal{align-items:flex-end}.product-swatch-form__modal-content{max-width:100vw;width:100vw;margin:0;padding-bottom:20px;max-height:100vh;height:auto;border-radius:0;border-top-left-radius:1.6rem;border-top-right-radius:1.6rem}}.product-swatch-form__modal-close{width:fit-content;display:flex;align-items:center;justify-content:center;background-color:transparent;border:none;cursor:pointer;color:#000;transition:color .2s ease}.product-swatch-form__modal-close:hover{color:#666}.product-swatch-form__modal-inner{padding:3.2rem;overflow-y:auto;max-height:calc(90vh - 6.4rem);-webkit-overflow-scrolling:touch}@media (max-width: 767.98px){.product-swatch-form__modal-inner{padding:6rem 1.6rem;max-height:calc(100vh - 8rem)}}.product-swatch-form__modal-title{font-size:2.4rem;font-weight:600;line-height:1.3;color:#000}@media (max-width: 767.98px){.product-swatch-form__modal-title{font-size:2rem;margin-bottom:2rem}}.product-swatch-form__swatch-section{margin-bottom:2.4rem}.product-swatch-form__swatch-label{display:block;font-size:1.4rem;font-weight:500;text-transform:lowercase;color:#000;margin-bottom:1.2rem}.product-swatch-form__swatch-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(10rem,1fr));gap:1.2rem}@media (max-width: 767.98px){.product-swatch-form__swatch-grid{grid-template-columns:repeat(auto-fill,minmax(8rem,1fr));gap:1rem}}.product-swatch-form__swatch-item{display:flex;flex-direction:column;align-items:center;padding:1rem;border:2px solid #e5e5e5;border-radius:.4rem;background-color:#fff;cursor:pointer;transition:all .2s ease;text-align:center}.product-swatch-form__swatch-item:hover{border-color:#000;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.product-swatch-form__swatch-item.is-selected{border-color:#000;background-color:#f5f5f5}.product-swatch-form__swatch-item:focus{outline:2px solid #000000;outline-offset:2px}.product-swatch-form__swatch-image{width:100%;height:auto;max-width:8rem;max-height:8rem;object-fit:cover;border-radius:.4rem;margin-bottom:.8rem}.product-swatch-form__swatch-placeholder{width:8rem;height:8rem;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5;border-radius:.4rem;margin-bottom:.8rem;color:#999}.product-swatch-form__swatch-name{font-size:1.2rem;line-height:1.4;color:#000;word-break:break-word}.product-swatch-form__swatch-input{display:none}.product-swatch-form__fields{display:flex;flex-direction:column;gap:1.6rem}.product-swatch-form__field{display:flex;flex-direction:column}.product-swatch-form__field-group{display:grid;grid-template-columns:1fr 1fr;gap:1.6rem}@media (max-width: 767.98px){.product-swatch-form__field-group{grid-template-columns:1fr}}.product-swatch-form__label{display:block;font-size:1.4rem;text-transform:lowercase;font-weight:500;color:#000;margin-bottom:.8rem}.product-swatch-form__required{color:red;margin-left:.2rem}.product-swatch-form__input,.product-swatch-form__textarea,.product-swatch-form__select{width:100%;padding:1.2rem;font-size:1.4rem;line-height:1.5;color:#000;background-color:#fff;border:1px solid #e5e5e5;border-radius:.4rem;transition:border-color .2s ease;font-family:inherit}.product-swatch-form__input:focus,.product-swatch-form__textarea:focus,.product-swatch-form__select:focus{outline:none;border-color:#000}.product-swatch-form__input.error,.product-swatch-form__textarea.error,.product-swatch-form__select.error{border-color:red;background-color:#fff5f5}.product-swatch-form__input.error:focus,.product-swatch-form__textarea.error:focus,.product-swatch-form__select.error:focus{border-color:red;box-shadow:0 0 0 2px #ff00001a}.product-swatch-form__select{cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1.2rem center;padding-right:4rem}.product-swatch-form__select option{padding:.8rem}.product-swatch-form__textarea{resize:vertical;min-height:8rem}.product-swatch-form__error{display:none;font-size:1.2rem;line-height:1.4;color:red;margin-top:.4rem;margin-bottom:0}.product-swatch-form__swatch-section .product-swatch-form__error{margin-top:.8rem;margin-bottom:0}.product-swatch-form__actions{margin-top:2.4rem;display:flex;flex-direction:column;align-items:flex-end;gap:.8rem}.product-swatch-form__submit{padding:1.2rem 3.2rem;font-size:1.4rem;font-weight:500;line-height:1.5;color:#000;text-decoration:underline;border:0px;text-transform:lowercase;letter-spacing:.05em}.product-swatch-form__submit:hover{cursor:pointer}.product-swatch-form__submit:disabled{opacity:.6;cursor:not-allowed}.product-swatch-form__submit-error{display:none;font-size:1.2rem;line-height:1.4;color:red;text-align:right;margin-top:.4rem}.product-swatch-form__thankyou-content{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 0}.product-swatch-form__thankyou-icon{width:6.4rem;height:6.4rem;color:#22c55e;margin-bottom:1.6rem}.product-swatch-form__thankyou-title{font-size:2.4rem;font-weight:600;line-height:1.3;color:#000;margin:0 0 1.2rem}.product-swatch-form__thankyou-message{font-size:1.4rem;line-height:1.6;color:#666;margin:0;max-width:40rem}body.product-swatch-form-modal-open{overflow:hidden}
/*# sourceMappingURL=/cdn/shop/t/32/assets/product-swatch-form.css.map */
