/*
Generated time: July 25, 2025 16:37
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.
*/
.product-form__input--pill{display:flex;flex-wrap:wrap;gap:1.2rem;margin-top:.7rem}.product-form__input--pill input[type=radio]{position:absolute;opacity:0;pointer-events:none}.product-form__input--pill label{display:inline-block;min-width:80px;padding:.7rem 1.7rem;border-radius:2rem;background:var(--color-outline-button,#f8f8f4);color:var(--color-outline-button-text,#2d2a26);font-size:1.08rem;font-weight:500;border:none;box-shadow:0 1px 8px 0 rgba(90,113,82,.06);cursor:pointer;transition:background .14s,color .14s,box-shadow .18s;letter-spacing:.01em}.product-form__input--pill label:hover{background:var(--color-outline-button-hover,#e8f2e7);color:var(--color-foreground,#425142);box-shadow:0 2px 8px 0 rgba(90,113,82,.12)}.product-form__input--pill input[type=radio]:checked+label{background:var(--color-button,#677462);color:var(--color-button-text,#fff);box-shadow:0 4px 12px 0 rgba(90,113,82,.19)}.product-form__input--pill input[type=radio].disabled+label,.product-form__input--pill label.disabled{opacity:.38;filter:grayscale(.4);cursor:not-allowed}