.biobio-bundle-selector{--bundle-brand: #f59f12;--bundle-brand-dark: #d68a08;--bundle-bg: #ffffff;--bundle-bg-cream: #fbf6ed;--bundle-bg-muted: #fafafa;--bundle-border: #e5e5e5;--bundle-text: #1a1a1a;--bundle-muted: #666666;--bundle-success: #2c8a3a;--bundle-success-bg: #e8f5ea;--bundle-radius-card: 12px;--bundle-radius-pill: 999px;--bundle-touch-min: 44px;--bundle-fs-xl: 20px;--bundle-fs-lg: 16px;--bundle-fs-md: 13px;--bundle-fs-sm: 12px;--bundle-fs-xs: 11px;display:block;color:var(--bundle-text)}.biobio-bundle-selector .bundle-selector__container{padding:12px;background:var(--bundle-bg-cream);border-radius:var(--bundle-radius-card)}.biobio-bundle-selector .bundle-selector__header{margin-bottom:16px;padding-bottom:10px;border-bottom:2px solid var(--bundle-brand)}.biobio-bundle-selector .bundle-selector__title{font-size:var(--bundle-fs-xl)!important;font-weight:700;line-height:1.2!important;margin:0 0 8px;color:var(--bundle-text);text-transform:none;letter-spacing:normal}.biobio-bundle-selector .bundle-selector__help{font-size:var(--bundle-fs-md);color:var(--bundle-muted);margin:0}.biobio-bundle-selector .bundle-selector__cards{display:grid;gap:10px}.biobio-bundle-selector .bundle-card{display:block;border:1px solid var(--bundle-border);border-radius:var(--bundle-radius-card);padding:14px;background:var(--bundle-bg);color:var(--bundle-text)}.biobio-bundle-selector .bundle-card__header{display:flex;gap:10px;align-items:center;margin-bottom:10px}.biobio-bundle-selector .bundle-card__thumb{width:56px;height:56px;border-radius:8px;flex-shrink:0;object-fit:cover;display:block}.biobio-bundle-selector .bundle-card__thumb--placeholder{background:var(--bundle-bg-muted);border:1px solid var(--bundle-border)}.biobio-bundle-selector .bundle-card__info{display:flex;flex-direction:column;gap:2px;min-width:0}.biobio-bundle-selector .bundle-card__name{font-size:var(--bundle-fs-md)!important;font-weight:500;line-height:1.3!important;margin:0;color:var(--bundle-text);text-transform:none;letter-spacing:normal}.biobio-bundle-selector .bundle-card__price{font-size:var(--bundle-fs-sm);color:var(--bundle-muted)}.biobio-bundle-selector .bundle-card__variant-selector{border:0;padding:0;margin:0}.biobio-bundle-selector .bundle-card__selected-label{display:block;font-size:var(--bundle-fs-xs);font-weight:600;color:var(--bundle-muted);letter-spacing:.5px;text-transform:uppercase;margin-bottom:6px}.biobio-bundle-selector .bundle-card__pill{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border:1px solid var(--bundle-border);border-radius:var(--bundle-radius-pill);background:var(--bundle-bg);font-size:var(--bundle-fs-md);margin-bottom:12px;min-height:32px;max-width:100%}.biobio-bundle-selector .bundle-card__pill-bullet{display:inline-block;width:14px;height:14px;border-radius:50%;border:1px solid var(--bundle-border);background-color:var(--pill-bullet-bg, var(--bundle-bg-muted));background-image:var(--pill-bullet-image, none);background-size:cover;background-position:center;background-repeat:no-repeat;flex-shrink:0}.biobio-bundle-selector .bundle-card__pill-name{color:var(--bundle-text);font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.biobio-bundle-selector .bundle-card__pill[data-pill-empty] .bundle-card__pill-bullet{background:var(--bundle-bg-muted);border-style:dashed}.biobio-bundle-selector .bundle-card__pill[data-pill-empty] .bundle-card__pill-name{color:var(--bundle-muted);font-style:italic;font-weight:400}.biobio-bundle-selector .swatches{display:flex;flex-wrap:wrap;gap:12px;padding:0;margin:0;list-style:none}.biobio-bundle-selector .swatch{display:inline-block;box-sizing:border-box;position:relative;width:36px;height:36px;border-radius:50%;border:2px solid #dddddd;background-color:var(--swatch-bg, #cccccc);background-image:var(--swatch-image, none);background-size:cover;background-position:center;background-repeat:no-repeat;cursor:pointer;flex-shrink:0;padding:0;margin:0;transition:transform .15s ease-out,border-color .15s,box-shadow .15s}.biobio-bundle-selector .swatch:hover:not(.swatch--disabled){transform:scale(1.05)}.biobio-bundle-selector .swatch--selected{border-color:var(--bundle-brand);border-width:3px;box-shadow:0 0 0 2px #f59f1233}.biobio-bundle-selector .swatch--disabled{opacity:.4;cursor:not-allowed}.biobio-bundle-selector .swatch input[type=radio]{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;white-space:nowrap}.biobio-bundle-selector .swatch--disabled:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:linear-gradient(45deg,transparent 45%,var(--bundle-muted) 45%,var(--bundle-muted) 55%,transparent 55%);pointer-events:none}.biobio-bundle-selector .swatch:has(input[type=radio]:focus-visible){outline:2px solid var(--bundle-brand);outline-offset:4px}.biobio-bundle-selector .bundle-cta{padding:12px 16px;border-top:1px solid var(--bundle-border);background:var(--bundle-bg)}@media(max-width:749px){.biobio-bundle-selector .bundle-cta--sticky-mobile{position:sticky;bottom:0;z-index:5;box-shadow:0 -4px 12px #00000014}}.biobio-bundle-selector .bundle-cta__unavailable{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;border-radius:8px;padding:8px 12px;margin:0 0 12px;font-size:var(--bundle-fs-sm);font-weight:500;line-height:1.4}.biobio-bundle-selector .bundle-cta__unavailable[hidden]{display:none}.biobio-bundle-selector .product-form.product-form--bundle{width:100%!important}.biobio-bundle-selector .bundle-cta__form{display:flex;gap:16px;align-items:flex-end;margin:0}.biobio-bundle-selector .bundle-cta__info{display:flex;flex-direction:column;gap:4px;flex:1 1 auto;min-width:0}@media(max-width:749px){.biobio-bundle-selector .bundle-cta__form{flex-direction:column;align-items:stretch;gap:8px}.biobio-bundle-selector .bundle-cta__info{gap:6px}.biobio-bundle-selector .bundle-cta__button{width:100%}}.biobio-bundle-selector .bundle-cta__total{flex:0 1 auto;min-width:0}.biobio-bundle-selector .bundle-cta__label{display:block;font-size:var(--bundle-fs-xs);line-height:1.2;color:var(--bundle-muted)}.biobio-bundle-selector .bundle-cta__price{font-size:var(--bundle-fs-xl);font-weight:800;line-height:1.2;color:var(--bundle-text);white-space:nowrap}.biobio-bundle-selector .bundle-cta__compare-line{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:2px}.biobio-bundle-selector .bundle-cta__compare-at{font-size:var(--bundle-fs-sm);color:var(--bundle-muted);text-decoration:line-through;white-space:nowrap}.biobio-bundle-selector .bundle-cta__discount-badge{display:inline-block;background:var(--bundle-success);color:#fff;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:700;line-height:1.3;white-space:nowrap}.biobio-bundle-selector .bundle-cta__discount-badge[hidden]{display:none}.biobio-bundle-selector .bundle-cta__installment,.biobio-bundle-selector .bundle-cta__cashback{margin:0;font-size:var(--bundle-fs-sm);line-height:1.3}.biobio-bundle-selector .bundle-cta__cashback{color:var(--bundle-success);font-weight:600}.biobio-bundle-selector .bundle-cta__installment[hidden],.biobio-bundle-selector .bundle-cta__cashback[hidden]{display:none}.biobio-bundle-selector .bundle-cta__button{-webkit-appearance:none;appearance:none;box-sizing:border-box;background:var(--bundle-brand);color:#fff;border:0;padding:12px 24px;border-radius:var(--bundle-radius-pill);font-size:16px;font-weight:700;cursor:pointer;min-height:48px;min-width:var(--bundle-touch-min);transition:background .15s}.biobio-bundle-selector .bundle-cta__button:hover:not(:disabled){background:var(--bundle-brand-dark)}.biobio-bundle-selector .bundle-cta__button:disabled,.biobio-bundle-selector .bundle-cta__button.bundle-cta__button--locked{background:#aaa!important;cursor:not-allowed!important;pointer-events:none;opacity:.6}.biobio-bundle-selector .bundle-cta__button:focus-visible{outline:2px solid var(--bundle-brand-dark);outline-offset:4px}.biobio-bundle-selector .bundle-savings{background:var(--bundle-success-bg);color:var(--bundle-success);padding:10px 12px;border-radius:8px;display:flex;gap:8px;align-items:center;font-size:var(--bundle-fs-md);font-weight:600;margin-bottom:16px}.biobio-bundle-selector .bundle-savings__icon{flex-shrink:0}.biobio-bundle-selector .bundle-selector__exchange-policy{background:var(--bundle-bg);border:1px solid var(--bundle-border);padding:12px 16px;border-radius:8px;font-size:var(--bundle-fs-sm);margin-top:16px}.biobio-bundle-selector .bundle-selector__exchange-policy strong{display:block;color:var(--bundle-text);margin-bottom:4px}.biobio-bundle-selector .bundle-selector__exchange-policy p{color:var(--bundle-muted);margin:0}.biobio-bundle-selector~* #price,body:has(bundle-selector) #price{display:none!important}.product-tags .product-tag{background:transparent!important;color:var(--bundle-brand-dark, #d68a08)!important;border:1px solid var(--bundle-brand-dark, #d68a08);padding:2px 9px!important;font-size:11px!important;font-weight:500!important;text-transform:none!important;letter-spacing:0!important;border-radius:999px!important}@media(prefers-reduced-motion:reduce){.biobio-bundle-selector .swatch,.biobio-bundle-selector .bundle-cta__button{transition:none}.biobio-bundle-selector .swatch:hover{transform:none}}@media(max-width:749px){body:has(bundle-selector) .product-gallery .main{max-height:50vh;overflow:hidden}body:has(bundle-selector) .product-gallery .main img,body:has(bundle-selector) .product-gallery .main .placeholder-image,body:has(bundle-selector) .product-gallery .main .image-wrap{max-height:50vh;width:auto;margin-left:auto;margin-right:auto;object-fit:contain}}
/*# sourceMappingURL=/cdn/shop/t/25/assets/biobio-bundle-selector.css.map */
