.sku-flavor-selector{margin:0;padding:0;overflow:hidden;transition:height .3s ease-out,margin .3s ease-out,opacity .3s ease-out}.sku-flavor-selector--collapsed{height:0;margin:0;opacity:0;pointer-events:none}.sku-flavor-selector--expanded{height:auto;margin:1.6rem 0;opacity:1;pointer-events:auto}.sku-flavor-selector__inner{display:flex;flex-wrap:wrap;gap:.6rem;padding:0}.sku-flavor-selector__header{margin-bottom:.8rem;width:100%}.sku-flavor-selector__current-flavor{transition:color .2s ease-in-out}@keyframes sku-flavor-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.sku-flavor-selector__options{display:flex;flex-direction:column;gap:0;padding:0;margin:0;list-style:none}.sku-flavor-selector__options--color-swatches{gap:0}.sku-flavor-selector__option{position:relative;display:block;width:5.6rem;height:5.6rem;min-width:5.6rem;min-height:5.6rem;background:rgb(var(--color-background));cursor:pointer;transition:all .2s ease-in-out;overflow:hidden;text-decoration:none;color:inherit}.sku-flavor-selector__option--swatch,.sku-flavor-selector__option--color-swatch{display:inline-flex;width:auto;height:auto;min-width:auto;min-height:auto;background:none;overflow:visible}.sku-flavor-selector__option:hover{border-color:rgb(var(--color-foreground) / .4);transform:scale(1.05);z-index:2}.sku-flavor-selector__option--swatch:hover,.sku-flavor-selector__option--color-swatch:hover{border-color:transparent;background:none;transform:none}.sku-flavor-selector__option:focus-visible{outline:.2rem solid rgb(var(--color-foreground));outline-offset:.2rem;border-color:rgb(var(--color-foreground));z-index:2}.sku-flavor-selector__option--color-swatch:focus-visible{outline:none;border-color:transparent}.sku-flavor-selector__option--color-swatch:focus-visible .sku-flavor-selector__color-swatch{outline:.2rem solid rgb(var(--color-foreground));outline-offset:.2rem}.sku-flavor-selector__option--current{border-color:rgb(var(--color-foreground));border-width:.2rem;z-index:1}.sku-flavor-selector__option--color-swatch.sku-flavor-selector__option--current{border-color:transparent;border-width:0;transform:none}.sku-flavor-selector__option--color-swatch.sku-flavor-selector__option--current .sku-flavor-selector__color-swatch{box-shadow:0 0 0 3px rgb(var(--color-foreground))}.sku-flavor-selector__option--unavailable{opacity:.5;cursor:not-allowed;position:relative}.sku-flavor-selector__option--unavailable:hover{transform:none;border-color:rgb(var(--color-foreground) / .15);z-index:0}.sku-flavor-selector__option--color-swatch.sku-flavor-selector__option--unavailable:hover .sku-flavor-selector__color-swatch{transform:none;box-shadow:none}.sku-flavor-selector__option-image-wrapper{position:relative;width:100%;height:100%;overflow:hidden;background:rgb(var(--color-foreground) / .04)}.sku-flavor-selector__option-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease-in-out;display:block}.sku-flavor-selector__option-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:rgb(var(--color-foreground) / .08)}.sku-flavor-selector__option-initial{font-size:1.8rem;font-weight:600;color:rgb(var(--color-foreground) / .6);text-transform:uppercase}.sku-flavor-selector__option:hover .sku-flavor-selector__option-image{transform:scale(1.08)}.sku-flavor-selector__option--unavailable .sku-flavor-selector__option-image{filter:grayscale(100%)}.sku-flavor-selector__swatch-wrapper{display:flex;flex-direction:column;align-items:center;gap:.4rem;width:56px}.sku-flavor-selector__color-swatch{position:relative;width:45px;height:45px;border-radius:50%;background-color:#e8e0d8;border:2px solid rgb(var(--color-foreground) / .1);transition:transform .2s ease-in-out,box-shadow .2s ease-in-out;display:flex;align-items:center;justify-content:center}.sku-flavor-selector__taste-label{font-size:1rem;font-weight:500;color:rgb(var(--color-foreground));text-align:center;line-height:1.3;max-width:56px;word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s ease-in-out}.sku-flavor-selector__option--current .sku-flavor-selector__taste-label{font-weight:700}.sku-flavor-selector__option:hover .sku-flavor-selector__taste-label{color:rgb(var(--color-foreground))}.sku-flavor-selector__option--unavailable .sku-flavor-selector__taste-label{text-decoration:line-through}.sku-flavor-selector__option-checkmark{position:absolute;bottom:.4rem;right:.4rem;width:1.8rem;height:1.8rem;background:rgb(var(--color-foreground));color:rgb(var(--color-background));border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:2}.sku-flavor-selector__color-swatch .sku-flavor-selector__option-checkmark{bottom:-.2rem;right:-.2rem;width:1.6rem;height:1.6rem}.sku-flavor-selector__option-checkmark svg{width:1rem;height:1rem}.sku-flavor-selector__color-swatch .sku-flavor-selector__option-checkmark svg{width:.9rem;height:.9rem}.sku-flavor-selector__option-unavailable-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom right,transparent 45%,rgba(var(--color-foreground) / .4) 50%,transparent 55%);z-index:1;pointer-events:none}.sku-flavor-selector__error{padding:1.6rem;background:rgb(var(--color-error, 200, 73, 63) / .1);border:.1rem solid rgb(var(--color-error, 200, 73, 63) / .3);border-radius:.8rem;text-align:center}.sku-flavor-selector__error-text{margin:0;color:rgb(var(--color-error, 200, 73, 63));font-size:1.4rem}.sku-flavor-selector__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}[hidden]{display:none!important}.sku-flavor-selector__options,.sku-flavor-selector__loading,.sku-flavor-selector__error{transition:opacity .3s ease-in-out}@media(prefers-reduced-motion:reduce){.sku-flavor-selector__option,.sku-flavor-selector__option-image,.sku-flavor-selector__skeleton-swatch,.sku-flavor-selector__skeleton-color-swatch,.sku-flavor-selector__color-swatch{animation:none!important;transition:none!important}.sku-flavor-selector__option:hover,.sku-flavor-selector__option--current{transform:none}}.sku-flavor-selector__color-swatch .sku-flavor-selector__option-unavailable-overlay{border-radius:50%}.sku-flavor-selector__row{display:flex;flex-direction:column;align-items:flex-start;gap:.4rem;width:100%}.sku-flavor-selector__row+.sku-flavor-selector__row{margin-top:.8rem}.sku-flavor-selector__row--limited{background:#00000008;border:1px solid rgba(0,0,0,.08);border-radius:.4rem;padding:.5rem .6rem}.sku-flavor-selector__row-label{display:inline-flex;align-items:center;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:rgb(var(--color-background));background-color:rgb(var(--color-foreground));padding:.3rem 1.2rem;border-radius:.3rem;white-space:nowrap}.sku-flavor-selector__row-swatches{display:flex;flex-wrap:wrap;gap:0}.sku-flavor-selector__option--pill{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;background:rgb(var(--color-background));border:1px solid rgb(var(--color-foreground) / .2);border-radius:9999px;font-size:1.3rem;font-weight:500;color:rgb(var(--color-foreground));text-decoration:none;transition:all .2s ease;width:auto;height:auto;min-width:auto;min-height:auto}.sku-flavor-selector__option--pill:hover{border-color:rgb(var(--color-foreground) / .5);transform:none}.sku-flavor-selector__option--pill.sku-flavor-selector__option--current{background:rgb(var(--color-foreground));color:rgb(var(--color-background));border-color:rgb(var(--color-foreground))}.sku-flavor-selector__option--pill.sku-flavor-selector__option--unavailable{opacity:.5;text-decoration:line-through}.sku-flavor-selector__pill-label{white-space:nowrap}.sku-flavor-selector__pill-check{display:flex;align-items:center;justify-content:center}.sku-flavor-selector__pill-check svg{width:1.2rem;height:1.2rem}.sku-flavor-selector--pill .sku-flavor-selector__row-swatches{gap:.6rem}.sku-flavor-selector__option--image{display:flex;flex-direction:column;align-items:center;gap:.4rem;width:auto;height:auto;min-width:auto;min-height:auto;background:transparent}.sku-flavor-selector__option--image:hover{transform:none}.sku-flavor-selector__image-wrapper{position:relative;width:8rem;height:8rem;border-radius:.8rem;overflow:hidden;border:2px solid transparent;transition:border-color .2s ease}.sku-flavor-selector__option--image:hover .sku-flavor-selector__image-wrapper{border-color:rgb(var(--color-foreground) / .3)}.sku-flavor-selector__option--image.sku-flavor-selector__option--current .sku-flavor-selector__image-wrapper{border-color:rgb(var(--color-foreground))}.sku-flavor-selector__product-image{width:100%;height:100%;object-fit:cover}.sku-flavor-selector__image-wrapper .sku-flavor-selector__option-checkmark{position:absolute;bottom:.2rem;right:.2rem}.sku-flavor-selector__image-wrapper .sku-flavor-selector__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:rgb(var(--color-foreground) / .08)}
/*# sourceMappingURL=/cdn/shop/t/67/assets/sku-flavor-selector.css.map */
