.bundle-picker{border:none;margin:1.4rem 0 .6rem;padding:0;min-inline-size:0}.bundle-picker__legend{font-size:1.9rem;font-weight:600;margin-bottom:1.4rem;padding:0}.bundle-picker__options{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.bundle-picker__option{position:relative;display:block;padding:1.6rem .8rem 1.2rem;border:2px solid rgba(var(--color-foreground),.14);border-radius:14px;background:rgb(var(--color-background));cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease;text-align:center}.bundle-picker__option input[type=radio]{position:absolute;opacity:0;pointer-events:none}.bundle-picker__option:hover{border-color:rgba(var(--color-foreground),.35)}.bundle-picker__option:has(input:checked){border-color:rgb(var(--color-foreground));box-shadow:0 0 0 1px rgb(var(--color-foreground))}.bundle-picker__option--featured{border-color:#e8985f8c;background:linear-gradient(180deg,rgba(232,152,95,.06),transparent);transform:scale(1.04);box-shadow:0 8px 24px #e8985f2e;z-index:2;position:relative}.bundle-picker__option--featured:has(input:checked){box-shadow:0 0 0 1px rgb(var(--color-foreground)),0 10px 28px #e8985f38;transform:scale(1.06)}.bundle-picker__badge{position:absolute;top:-1.3rem;left:50%;transform:translate(-50%);padding:.45rem 1.1rem;background:#e8985f;color:#fff;font-size:1.4rem;font-weight:700;line-height:1.2;white-space:nowrap;border-radius:999px;letter-spacing:.02em}.bundle-picker__badge--save{background:#272727;color:#fbfaf8}.bundle-picker__inner{display:flex;flex-direction:column;gap:.4rem}.bundle-picker__title{font-size:2rem;font-weight:700;color:rgb(var(--color-foreground));line-height:1.2}.bundle-picker__extra-discount{display:inline-block;padding:.3rem .7rem;margin:0 auto .3rem;background:#e8985f2e;color:#b65f23;font-size:1.4rem;font-weight:700;border-radius:6px;line-height:1.2}.bundle-picker__extra-discount--save{background:#27272714;color:#272727}.bundle-picker__price{display:flex;flex-direction:column;gap:.2rem;line-height:1.2}.bundle-picker__compare{font-size:1.5rem;color:rgba(var(--color-foreground),.5)}.bundle-picker__final{font-size:2.4rem;font-weight:700;color:rgb(var(--color-foreground))}.bundle-picker__hint{font-size:1.4rem;color:rgba(var(--color-foreground),.75);line-height:1.3;margin-top:.2rem}.bundle-picker__savings{font-size:1.4rem;font-weight:700;color:#272727;line-height:1.3}.bundle-picker__note{display:flex;align-items:center;justify-content:center;gap:.6rem;margin:1.4rem 0 0;font-size:1.5rem;color:rgba(var(--color-foreground),.75);text-align:center}.bundle-picker__note svg{width:1.7rem;height:1.7rem;flex:0 0 auto}body[data-bundle-picker-active] product-info .product-form__input--quantity,body[data-bundle-picker-active] product-info .product-form__quantity,body[data-bundle-picker-active] product-info .product-form__input--swatch,body[data-bundle-picker-active] product-info .product-form__input--pill,body[data-bundle-picker-active] product-info .product-form__input--dropdown,body[data-bundle-picker-active] product-info variant-radios,body[data-bundle-picker-active] product-info variant-selects{display:none!important}.bundle-picker__slots{margin-top:1.8rem;display:flex;flex-direction:column;gap:1.4rem}.bundle-picker__slot[hidden]{display:none}.bundle-picker__slot-label{font-size:1.5rem;font-weight:600;margin:0 0 .7rem;color:rgb(var(--color-foreground))}.bundle-picker__slot-options{display:flex;flex-wrap:wrap;gap:1.4rem 2rem}.bundle-picker__slot-option{display:inline-flex;flex-direction:column;align-items:center;gap:.5rem;cursor:pointer}.bundle-picker__slot-option input[type=radio]{position:absolute;opacity:0;pointer-events:none}.bundle-picker__slot-circle{position:relative;display:block;width:7rem;height:7rem;border-radius:50%;border:2px solid rgba(var(--color-foreground),.18);box-shadow:inset 0 0 0 2px rgb(var(--color-background));background-size:cover;background-position:center center;background-repeat:no-repeat;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease,filter .16s ease}.bundle-picker__slot-option:hover:not(.is-unavailable) .bundle-picker__slot-circle{border-color:rgba(var(--color-foreground),.55);transform:scale(1.02)}.bundle-picker__slot-option:has(input:checked) .bundle-picker__slot-circle{border-color:rgb(var(--color-foreground));box-shadow:inset 0 0 0 3px rgb(var(--color-background)),0 0 0 3px rgb(var(--color-foreground));transform:scale(1.06)}.bundle-picker__slot-option input:focus-visible+.bundle-picker__slot-circle{outline:2px solid rgba(var(--color-foreground),.5);outline-offset:4px}.bundle-picker__slot-option.is-unavailable{cursor:not-allowed}.bundle-picker__slot-option.is-unavailable .bundle-picker__slot-circle{filter:grayscale(.55);opacity:.6}.bundle-picker__slot-option.is-unavailable .bundle-picker__slot-circle:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:linear-gradient(45deg,transparent calc(50% - 1px),rgba(var(--color-foreground),.55) 50%,transparent calc(50% + 1px))}.bundle-picker__slot-name{font-size:1.4rem;color:rgb(var(--color-foreground));line-height:1.2}.bundle-picker__slot-option:has(input:checked) .bundle-picker__slot-name{font-weight:700}.bundle-picker__slot-option.is-unavailable .bundle-picker__slot-name{color:rgba(var(--color-foreground),.45);text-decoration:line-through}@media screen and (max-width:749px){.bundle-picker__slot-label{font-size:1.4rem}.bundle-picker__slot-circle{width:7.5rem;height:7.5rem}.bundle-picker__slot-name{font-size:1.3rem}.bundle-picker__slot-options{gap:1.2rem 1.6rem}}@media screen and (max-width:749px){.bundle-picker__legend{font-size:1.8rem;margin-bottom:1.5rem}.bundle-picker__options{gap:.7rem}.bundle-picker__option{padding:1.6rem .5rem 1.2rem}.bundle-picker__title{font-size:1.9rem}.bundle-picker__final{font-size:2.2rem}.bundle-picker__compare,.bundle-picker__hint,.bundle-picker__savings{font-size:1.4rem}.bundle-picker__extra-discount{font-size:1.3rem;padding:.25rem .6rem}.bundle-picker__badge{font-size:1.3rem;padding:.4rem .95rem;top:-1.2rem}.bundle-picker__note{font-size:1.4rem}.bundle-picker__option--featured{transform:scale(1.03)}.bundle-picker__option--featured:has(input:checked){transform:scale(1.05)}}@media screen and (max-width:380px){.bundle-picker__options{gap:.5rem}.bundle-picker__option{padding:1.5rem .35rem 1.05rem}.bundle-picker__option--featured{transform:scale(1.02)}.bundle-picker__option--featured:has(input:checked){transform:scale(1.04)}.bundle-picker__title{font-size:1.7rem}.bundle-picker__final{font-size:1.95rem}.bundle-picker__compare{font-size:1.25rem}.bundle-picker__hint,.bundle-picker__savings,.bundle-picker__extra-discount{font-size:1.2rem}.bundle-picker__badge{font-size:1.2rem;padding:.35rem .8rem}}.cart-payments{margin-top:.85rem;text-align:center}.cart-payments__klarna{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;margin:0 0 .7rem;padding:.55rem .85rem;border:1px solid rgba(var(--color-foreground),.1);border-radius:8px;color:rgb(var(--color-foreground));font-size:1rem;line-height:1.3}.cart-payments__klarna strong{font-weight:700}.cart-payments__klarna-icon{width:1.1rem;height:1.1rem;flex:0 0 auto}.cart-payments__icons{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.4rem .5rem;margin:0;padding:0;list-style:none}.cart-payments__icon{display:inline-flex;align-items:center;justify-content:center}.cart-payments__svg{height:1.6rem;width:auto;border-radius:4px}@media screen and (max-width:749px){.cart-payments__klarna{font-size:.95rem;padding:.5rem .75rem}.cart-payments__svg{height:1.5rem}}.cart-trust{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.6rem 1.25rem;padding:.85rem .75rem;margin:0 0 .85rem;background:rgba(var(--color-foreground),.04);border-radius:8px;list-style:none;color:rgb(var(--color-foreground));font-size:1.05rem;line-height:1.3}.cart-trust__item{display:inline-flex;align-items:center;gap:.45rem;white-space:nowrap}.cart-trust__icon{width:1.2rem;height:1.2rem;flex:0 0 auto;color:rgb(var(--color-foreground))}.cart-trust__item strong{font-weight:700}@media screen and (max-width:749px){.cart-trust{gap:.5rem 1rem;padding:.75rem .65rem;font-size:1rem}}.product-form__input--swatch{--kleckerli-swatch-size: 7rem;margin-block:1.4rem .6rem}.product-form__input--swatch .swatch-input,.product-form__input--swatch .swatch-input__input+.swatch-input__label,.product-form__input--swatch .swatch-input__label .swatch,.product-form__input--swatch .swatch{--swatch-input--size: var(--kleckerli-swatch-size);--swatch--size: var(--kleckerli-swatch-size);width:var(--kleckerli-swatch-size);height:var(--kleckerli-swatch-size)}.product-form__input--swatch .swatch-input__label .swatch,.product-form__input--swatch .swatch{background-size:cover!important;background-position:center center;background-repeat:no-repeat;border-radius:50%}.product-form__input--swatch .swatch-input__label--square .swatch,.product-form__input--swatch .swatch--square{border-radius:12px}.product-form__input--swatch .swatch-input{margin-inline-end:1.2rem;margin-bottom:1rem}.product-form__input--swatch fieldset>legend,.product-form__input--swatch fieldset>.form__label,.product-form__input--swatch>.form__label{font-size:1.6rem;font-weight:600;margin-bottom:.8rem}@media screen and (max-width:749px){.product-form__input--swatch{--kleckerli-swatch-size: 8rem}.product-form__input--swatch .swatch-input{margin-inline-end:1.4rem}.product-form__input--swatch fieldset>legend,.product-form__input--swatch fieldset>.form__label,.product-form__input--swatch>.form__label{font-size:1.5rem}}@media screen and (max-width:380px){.product-form__input--swatch{--kleckerli-swatch-size: 7rem}.product-form__input--swatch .swatch-input{margin-inline-end:1rem}}.proof-strip{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.7rem 1.8rem;padding:1.15rem 1.25rem;margin:1rem 0 1.4rem;background:rgba(var(--color-foreground),.04);border-radius:10px;list-style:none;color:rgb(var(--color-foreground));font-size:1.3rem;line-height:1.4}.proof-strip__item{display:inline-flex;align-items:center;gap:.6rem;white-space:nowrap}.proof-strip__icon{width:1.55rem;height:1.55rem;flex:0 0 auto;color:rgb(var(--color-foreground))}.proof-strip__stars{display:inline-flex;gap:2px;color:#f5b942}.proof-strip__stars svg{width:1.3rem;height:1.3rem;flex:0 0 auto}.proof-strip__label strong{font-weight:700}.proof-strip__sep{margin:0 .2rem;opacity:.5}@media screen and (max-width:749px){.proof-strip{gap:.7rem 1.2rem;padding:1rem .9rem;font-size:1.2rem;justify-content:center}.proof-strip__icon{width:1.4rem;height:1.4rem}.proof-strip__stars svg{width:1.2rem;height:1.2rem}}@media screen and (max-width:380px){.proof-strip{font-size:1.1rem;gap:.6rem 1rem}.proof-strip__icon{width:1.3rem;height:1.3rem}.proof-strip__stars svg{width:1.1rem;height:1.1rem}}.sticky-atc{position:fixed;inset-inline:0;bottom:0;z-index:99;background:rgb(var(--color-background));border-top:1px solid rgba(var(--color-foreground),.1);box-shadow:0 -4px 16px #00000014;transform:translateY(100%);transition:transform .24s ease;padding-block:1rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom))}.sticky-atc[data-visible=true]{transform:translateY(0)}.sticky-atc__inner{display:flex;align-items:center;gap:1rem}.sticky-atc__media{flex:0 0 auto;width:4rem;height:4rem;overflow:hidden;border-radius:8px}.sticky-atc__media img{width:100%;height:100%;object-fit:cover}.sticky-atc__info{display:flex;flex-direction:column;flex:1 1 auto;min-width:0;line-height:1.25;gap:.15rem}.sticky-atc__title{font-size:1.3rem;font-weight:600;color:rgb(var(--color-foreground));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-atc__price{font-size:1.25rem;display:inline-flex;gap:.5rem;align-items:baseline}.sticky-atc__compare{color:rgba(var(--color-foreground),.55);font-size:1.1rem}.sticky-atc__current{color:rgb(var(--color-foreground));font-weight:700;font-size:1.55rem}.sticky-atc__button{flex:0 0 auto;min-width:10.5rem;min-height:3.25rem;padding:.95rem 1.25rem;font-size:1.05rem;font-weight:600;white-space:nowrap}.sticky-atc__button[disabled]{opacity:.6;cursor:not-allowed}@media screen and (max-width:380px){.sticky-atc__media{width:3.25rem;height:3.25rem}.sticky-atc__button{min-width:8.5rem;padding:.9rem 1rem}.sticky-atc__inner{gap:.65rem}}@media screen and (min-width:750px){.sticky-atc{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/44/compiled_assets/styles.css.map */
