/*
Generated time: October 9, 2025 15:35
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.swatch-modal{display:none;position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;z-index:100;opacity:0;transition:opacity .4s ease-in-out}.swatch-modal.show{display:flex;opacity:1}.swatch-modal-content{background-color:#fff;padding:20px;border-radius:10px;max-width:80%;text-align:center}.swatch-modal img{max-width:100%;height:auto}.swatch-modal-close{position:absolute;top:10px;right:20px;cursor:pointer;color:#fff;font-size:24px}.swatch-text{color:#000;transition:all .5s ease}fieldset.js.product-form__input.product-form__input--swatch{display:none;max-height:40vh;overflow:auto;border:1px solid #282828;box-shadow:0 3px 6px 0 rgba(0,0,0,.15);border-top:none}body .product-form__input .swatch-input__input+.swatch-input__label{display:flex;align-items:center;justify-content:flex-start;gap:12px;width:100%;cursor:pointer;transition:all .5s ease;padding:20px 15px;line-height:100%;-webkit-tap-highlight-color:transparent;color:#292929;font-size:13px;text-transform:none;margin:0}body .product-form__input .swatch-input__input+.swatch-input__label:hover{background-color:#292929}body .product-form__input .swatch-input__input+.swatch-input__label:hover .swatch-text{color:#fff}.swatch__button fieldset.js.product-form__input.product-form__input--swatch{display:flex;border:none;box-shadow:none}.swatch__button .product-form__input .swatch--square{display:none}body .swatch__button .product-form__input .swatch-input__input+.swatch-input__label{width:unset;padding:10px 15px;border:1px solid #282828;margin-right:12px}body .product-form__input .swatch-input__input:checked+.swatch-input__label{background-color:#282828}body .product-form__input .swatch-input__input:checked+.swatch-input__label .swatch-text{color:#fff}body .product-form__input .swatch-input__input:disabled+.swatch-input__label:hover{background-color:transparent;cursor:not-allowed}body .product-form__input .swatch-input__input:disabled+.swatch-input__label .swatch-text{text-decoration:line-through;color:#a0a0a0}body .swatch__button .product-form__input .swatch-input__input:disabled+.swatch-input__label{border:1px solid #a0a0a0}