.bundle-selection{--bundle-bg-theme: rgb(var(--color-background, var(--color-base-background-1)));--bundle-text-theme: rgb(var(--color-foreground, var(--color-base-text)));--bundle-muted-theme: rgba(var(--color-foreground, var(--color-base-text)), .7);--bundle-border-theme: rgba(var(--color-foreground, var(--color-base-text)), .16);--bundle-accent-theme: rgb(var(--color-button, var(--color-base-accent-1)));--bundle-accent-light-theme: rgba(var(--color-button, var(--color-base-accent-1)), .12);--bundle-accent-contrast-theme: rgb(var(--color-button-text, var(--color-base-solid-button-labels)));--bundle-shadow-theme: 0 2px 8px rgba(var(--color-shadow, var(--color-base-text)), .08);--bundle-hover-shadow-theme: 0 4px 16px rgba(var(--color-shadow, var(--color-base-text)), .12);--bundle-error-theme: #dc2626;--bundle-bg-selected: #F7CCB025;--bundle-bg-current: var(--bundle-bg, var(--bundle-bg-theme));--bundle-text-current: var(--bundle-text, var(--bundle-text-theme));--bundle-muted-current: var(--bundle-muted, var(--bundle-muted-theme));--bundle-border-current: var(--bundle-border, var(--bundle-border-theme));--bundle-accent-current: var(--bundle-accent, var(--bundle-accent-theme));--bundle-accent-light-current: var(--bundle-accent-light, var(--bundle-accent-light-theme));--bundle-accent-contrast-current: var(--bundle-accent-contrast, var(--bundle-accent-contrast-theme));--bundle-surface-current: var(--bundle-surface, var(--bundle-bg-theme));--bundle-radius-current: var(--bundle-radius, var(--buttons-radius, 12px));--bundle-shadow-current: var(--bundle-shadow, var(--bundle-shadow-theme));--bundle-hover-shadow-current: var(--bundle-hover-shadow, var(--bundle-hover-shadow-theme));--bundle-error-current: var(--bundle-error, var(--bundle-error-theme));--bundle-transition-current: var(--bundle-transition, .18s ease);color:var(--bundle-text-current);background:var(--bundle-bg-current);font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight);min-height:80vh;display:flex;flex-direction:column;justify-content:space-between}.bundle__text-container{text-align:center;display:flex;flex-direction:column;gap:2rem}.bundle-selection__title{color:var(--bundle-text-current);font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);margin:0}.bundle-selection__title>*{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;line-height:inherit;margin:0}.bundle-selection__subtitle{color:var(--bundle-muted-current);margin:0 auto;max-width:100%}.bundle-selection__subtitle p{margin:0}.bundle-selection__subtitle-link{text-align:center;margin-bottom:15px}@media(min-width:1024px){.bundle-selection__subtitle{max-width:45%;font-size:20px}}.bundle-header-container{display:flex;flex-direction:column;gap:3.5rem}.bundle-header-container .bundle__text-container--step[hidden]{display:none!important}.bundle-header-container .bundle__text-container--step:not([hidden]){margin-bottom:var(--bundle-block-space, 20px)}.bundle-progress-wrapper{margin-bottom:0rem}.bundle-progress-labels{display:flex;justify-content:space-between;align-items:flex-start;gap:.25rem;margin-top:.813rem}.bundle-progress-label{flex:1;display:flex;align-items:flex-start;flex-direction:column;text-align:center;gap:.2rem;color:var(--bundle-muted-current);font-size:clamp(11px,2vw,1.4rem);font-weight:500;line-height:1.3;transition:color var(--bundle-transition-current)}.bundle-progress-label:nth-child(2){justify-content:center;text-align:center}.bundle-progress-label:nth-child(3),.bundle-progress-label:nth-child(4){justify-content:flex-end;text-align:center}.bundle-progress-label__num{font-weight:700;flex-shrink:0;white-space:nowrap;width:100%}.bundle-progress-label__text{word-break:break-word;width:100%}.bundle-progress-label.bundle-step--active{color:var(--bundle-accent-current);font-weight:700}.bundle-progress-label.bundle-step--past{color:var(--bundle-accent-current);opacity:.65}.bundle-progress-track{width:100%;height:14px;background:var(--bundle-border-current);border-radius:999px;overflow:hidden}.bundle-progress-fill{height:100%;width:33.33%;background:var(--bundle-accent-current);border-radius:999px;transition:width .45s cubic-bezier(.4,0,.2,1);display:flex!important}.bundle-progress-next{text-align:center;font-size:1.4rem;color:var(--bundle-muted-current);margin:0 0 0rem}.bundle-progress-next strong{font-weight:700;color:var(--bundle-text-current)}.bundle-panel{animation:bundleFadeIn .2s ease}.bundle-panel:not([hidden]){display:flex;flex-direction:column;gap:var(--bundle-block-space, 20px)}@keyframes bundleFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}.bundle-cards{display:grid;grid-template-columns:repeat(var(--bundle-cols-mobile, 1),1fr);gap:1rem}@media(min-width:750px){.bundle-cards{grid-template-columns:repeat(var(--bundle-cols-desktop, 3),1fr);gap:2.5rem}}.bundle-card{border:2px solid var(--bundle-border-current);border-radius:var(--bundle-radius-current);padding:1.25rem 1rem;cursor:pointer;position:relative;transition:border-color var(--bundle-transition-current),box-shadow var(--bundle-transition-current);background:var(--bundle-surface-current);display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px}@media(min-width:750px){.bundle-card{gap:2rem}}.bundle-card:hover,.bundle-card:focus-visible{border-color:var(--bundle-accent-current);box-shadow:var(--bundle-shadow-current);outline:none}.bundle-card--selected{border-color:var(--bundle-accent-current);background:var(--bundle-accent-light-current)}.bundle-card__img{width:100%;max-width:180px;aspect-ratio:1;overflow:hidden;border-radius:8px;margin-bottom:.75rem}.bundle-card__img img{width:100%;height:100%;object-fit:contain}.bundle-card__icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.bundle-card__icon img{width:80px;height:80px;object-fit:contain}@media(min-width:750px){.bundle-card__icon{width:130px;height:130px}.bundle-card__icon img{width:130px;height:130px;object-fit:contain}}.bundle-card__icon svg{width:64px;height:64px}.bundle-card__body{flex:1;justify-content:center;display:flex;flex-direction:column;gap:4px}.bundle-card__title{font-size:2rem;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);margin:0 0 .25rem}@media(min-width:750px){.bundle-card__title{font-size:2.5rem;max-width:80%;margin:0 auto}}.bundle-card__desc{font-size:1.5rem;color:var(--bundle-muted-current);margin:0 0 .5rem;max-width:90%;display:flex;justify-content:center;align-items:center;margin:0 auto}@media(min-width:750px){.bundle-card__desc{max-width:55%}}.bundle-card__desc p{margin:0}.bundle-card__pricing{display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap;margin-top:.5rem}.bundle-card__price{font-size:2rem;font-weight:600}.bundle-card__price--original{text-decoration:line-through;color:var(--bundle-muted-current);font-size:1.8rem}.bundle-card__price--discounted{font-weight:700;color:var(--bundle-accent-current)}.bundle-card__check{position:absolute;top:.6rem;right:.6rem;color:var(--bundle-accent-current);opacity:0;transition:opacity var(--bundle-transition-current)}.bundle-card--selected .bundle-card__check{opacity:1}.bundle-promo-field{margin-top:.75rem;padding:.75rem 1rem;border:1.5px dashed var(--bundle-accent-current);border-radius:var(--bundle-radius-current);background:var(--bundle-accent-light-current)}.bundle-promo-field__label{display:block;font-size:.8rem;font-weight:600;margin-bottom:.4rem}.bundle-promo-field__row{display:flex;gap:.5rem}.bundle-promo-field__input{flex:1;padding:.45rem .75rem;border:1.5px solid var(--bundle-border-current);border-radius:8px;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em}.bundle-promo-field__input:focus{outline:2px solid var(--bundle-accent-current);border-color:transparent}.bundle-promo-field__msg{font-size:.82rem;margin:.35rem 0 0}.bundle-plan-list{display:flex;flex-direction:column;gap:1.5rem}.bundle-plan-option{display:flex;flex-direction:column;cursor:pointer;outline:none}.bundle-plan-option--featured{position:relative;padding-top:1rem}.bundle-plan-card__badge{position:absolute;top:0;left:0;z-index:2;display:inline-flex;align-items:center;gap:.45rem;padding:.5rem .85rem;border-radius:8px 8px 0 0;background:#003b61;color:#fff;font-size:10px;font-weight:400;line-height:1}@media(min-width:750px){.bundle-plan-list{flex-direction:row;justify-content:space-evenly;align-items:end}.bundle-plan-option{width:100%}.bundle-plan-card__badge{font-size:12px}}.bundle-plan-card__badge-icon{color:#f7c948;font-size:.95rem;line-height:1}.bundle-plan-card__badge-text{white-space:nowrap}.bundle-plan-option:focus-visible .bundle-plan-card{box-shadow:0 0 0 3px #003b612e}.bundle-plan-card{padding:2.5rem 1rem;color:#fff;border-radius:var(--bundle-radius-current);line-height:3rem;display:flex;flex-direction:row;justify-content:space-between;align-items:center;background:linear-gradient(180deg,#003b61 49%,#2a5f81);position:relative;overflow:hidden;transition:background .35s ease,color .35s ease,box-shadow .35s ease}.bundle-plan-option--selected .bundle-plan-card{background:var(--bundle-accent-current);color:var(--bundle-accent-contrast-current);box-shadow:0 12px 28px #003b6129}.bundle-plan-card__freq{display:flex;flex-direction:column;gap:6px;padding-right:3rem;transition:transform .35s cubic-bezier(.22,1,.36,1)}.bundle-plan-card__check{position:absolute;right:1rem;top:50%;display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(-50%) scale(.82);transition:opacity .22s ease,transform .35s cubic-bezier(.22,1,.36,1)}.bundle-plan-card__check svg{height:30px;width:30px}.bundle-plan-option--selected .bundle-plan-card__check{opacity:1;transform:translateY(-50%) scale(1)}.bundle-plan-card__freq .bundle-plan-card__freq-wrapper{font-size:16px;font-weight:600;display:flex;gap:6px}.bundle-plan-card__title-wrap{max-height:0;overflow:hidden;opacity:0;transform:translateY(-14px);margin-top:0;padding:0 1rem;transition:max-height .35s cubic-bezier(.22,1,.36,1),opacity .22s ease,transform .35s cubic-bezier(.22,1,.36,1),margin-top .35s cubic-bezier(.22,1,.36,1)}.bundle-plan-option--selected .bundle-plan-card__title-wrap{max-height:4rem;opacity:1;transform:translateY(0);margin-top:.65rem}.bundle-plan-card__title{color:var(--bundle-text-current);font-size:12px;font-weight:400;line-height:1.4}@media(min-width:750px){.bundle-plan-card__freq .bundle-plan-card__freq-wrapper{font-size:16px}.bundle-plan-card__title{font-size:12px}}@media(min-width:1099px){.bundle-plan-card__freq .bundle-plan-card__freq-wrapper{font-size:24px}}.bundle-plan{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;border:2px solid var(--bundle-border-current);border-radius:var(--bundle-radius-current);cursor:pointer;background:var(--bundle-surface-current);text-align:left;transition:border-color var(--bundle-transition-current),background var(--bundle-transition-current);width:100%}.bundle-plan:hover,.bundle-plan:focus-visible{border-color:var(--bundle-accent-current);outline:none}.bundle-plan--selected{border-color:var(--bundle-accent-current);background:var(--bundle-accent-light-current)}.bundle-plan__freq{font-weight:700;min-width:90px}.bundle-plan__name{flex:1;color:var(--bundle-muted-current);font-size:.88rem}.bundle-plan__price{font-weight:600;color:var(--bundle-accent-current);white-space:nowrap}.bundle-slot{margin-bottom:1.5rem}.bundle-slot__title{font-size:1rem;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);margin-bottom:.75rem}.bundle-slot__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(min-width:750px){.bundle-slot__grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.bundle-slot__grid{grid-template-columns:repeat(4,1fr)}}.bundle-collection__hint{margin:0 0 1rem}.bundle-product-grid{display:grid;grid-template-columns:repeat(var(--bundle-step3-cols-mobile, var(--bundle-cols-mobile, 1)),1fr);gap:1.2rem;align-items:start}@media(min-width:750px){.bundle-product-grid{grid-template-columns:repeat(var(--bundle-step3-cols-desktop, var(--bundle-cols-desktop, 3)),1fr);gap:2rem}}.bundle-product-card{overflow:hidden;background:#fff;transition:border-color var(--bundle-transition-current),box-shadow var(--bundle-transition-current),transform var(--bundle-transition-current);cursor:pointer;position:relative;display:flex;flex-direction:column;height:100%;padding:8px;filter:none;border:1px solid #dfe8ef;border-radius:10px;box-shadow:0 10px 18px #1f4a731f}.bundle-product-grid__item{display:grid;align-content:start;min-width:0;background-color:#d5efee4d;border-radius:10px}.bundle-product-card--radio:hover,.bundle-product-card--radio:focus-visible{border-color:var(--bundle-accent-current);box-shadow:0 12px 24px #1f4a7329;outline:none;opacity:1;transform:scale(1)}.bundle-product-card--selected{background:#fff;box-shadow:0 12px 24px #1f4a732e;transform:scale(1.02)}.bundle-product-card--not-selected{background:var(--bundle-bg-selected);box-shadow:none;opacity:.7}.bundle-product-card__img{aspect-ratio:1;overflow:hidden}.bundle-product-card__img img{width:100%;height:100%;object-fit:contain;display:block;border-radius:12px}.bundle-product-card__no-img{width:100%;height:100%;background:var(--bundle-border-current)}.bundle-product-card__info{padding:.5rem .6rem}.bundle-product-card__body{display:grid;gap:8px;flex:1;padding:12px 0 0}@media(min-width:1099px){.bundle-product-card__body{gap:10px}}.bundle-product-card__title-wrapper{display:flex;flex-wrap:nowrap;align-items:baseline;justify-content:center}.bundle-product-card__metas{display:grid;gap:0;padding:0 6px}.bundle-product-card__meta{line-height:1.35;font-size:10px;text-align:center;padding:4px 0}@media(min-width:750px){.bundle-product-card__meta{font-size:12px}}@media(min-width:1099px){.bundle-product-card__meta{font-size:16px}}.bundle-product-card__meta--size{font-size:11px;font-weight:500;color:#58708e}.bundle-product-card__meta--abo{font-size:10px;color:#4f6d8a;text-align:center;padding:4px 0}.bundle-product-card__title{font-size:12px;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:700;margin:0;line-height:1.25;color:#163b5c}@media(min-width:750px){.bundle-product-card__title,.bundle-product-card__meta--size{font-size:14px}.bundle-product-card__meta--abo{font-size:12px}}@media(min-width:1099px){.bundle-product-card__title{font-size:20px}.bundle-product-card__meta--size,.bundle-product-card__meta--abo{font-size:16px}}.bundle-qty{display:flex;align-items:center;justify-content:center;padding:0 0 2px;gap:12px}.bundle-qty__btn{width:24px;height:24px;border:1px solid #bfd0dd;border-radius:50%;background:#fff;color:#6e88a1;font-size:12px;font-weight:600;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background var(--bundle-transition-current),border-color var(--bundle-transition-current),color var(--bundle-transition-current)}.bundle-qty__btn:hover:not(:disabled){background:#eef6fb;border-color:var(--bundle-accent-current);color:var(--bundle-accent-current)}.bundle-qty__btn:disabled{opacity:1;color:#b8c5d1;border-color:#d8e1e8;cursor:not-allowed}.bundle-qty__val{font-weight:600;min-width:1.5ch;text-align:center;font-size:12px;line-height:1;color:#163b5c}@media(min-width:1099px){.bundle-qty__btn{width:40px;height:40px}.bundle-qty__val{font-size:20px}}.bundle-product-card .bundle-product-info-btn{top:14px;right:14px;width:18px;height:18px}.bundle-product-card .bundle-product-info-btn svg{width:16px!important;height:16px!important}@media(min-width:1099px){.bundle-product-card .bundle-product-info-btn svg{width:25px!important;height:25px!important}}.bundle-crosssell__title{font-size:1.25rem;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);margin-bottom:.25rem}.bundle-crosssell__subtitle{color:var(--bundle-muted-current);margin-bottom:1.25rem;font-size:.9rem}.bundle-selection__subtext{font-size:10px}.bundle-selection__subtext p{margin:4px}.bundle-crosssell-grid{display:grid;grid-template-columns:repeat(var(--bundle-step4-cols-mobile, 2),1fr);gap:1.5rem}@media(min-width:750px)and (max-width:1199px){.bundle-crosssell-grid{grid-template-columns:repeat(calc(var(--bundle-step4-cols-desktop, 3) - 1),1fr)}.bundle-selection__subtext{font-size:16px}}@media(min-width:1200px){.bundle-crosssell-grid{grid-template-columns:repeat(var(--bundle-step4-cols-desktop, 3),1fr)}.bundle-selection__subtext{font-size:16px}}.bundle-cs-card{border:1.5px solid var(--bundle-border-current);border-radius:var(--bundle-radius-current);overflow:visible;background:var(--bundle-surface-current);box-shadow:var(--bundle-shadow-current);display:flex;flex-direction:column;position:relative;transition:box-shadow var(--bundle-transition-current);padding:8px}.bundle-cs-card:hover{box-shadow:var(--bundle-hover-shadow-current)}.bundle-cs-card__img{aspect-ratio:1;overflow:hidden}.bundle-cs-card__img img{width:100%;height:100%;object-fit:cover;display:block;border-radius:10px}.bundle-cs-card__no-img{width:100%;height:100%;background:var(--bundle-border-current);min-height:120px}.bundle-cs-card__body{padding:.75rem;display:flex;flex-direction:column;justify-content:space-between;gap:.4rem;flex:1}.bundle-cs-card__title{font-size:12px;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:600;line-height:1.3;text-align:center;max-width:80%;margin:0 auto}@media(min-width:1099px){.bundle-cs-card__title{font-size:20px}}.bundle-cs-card__pricing{display:flex;align-items:center;justify-content:center;gap:.4rem;flex-wrap:wrap}.bundle-cs__price{font-size:1.6rem}.bundle-cs__price--original{text-decoration:line-through;color:#5db6b6;font-size:1.4rem}.bundle-cs__price--discounted{font-weight:600;font-size:11px}@media(min-width:750px){.bundle-cs__price--original{font-size:12px}.bundle-cs__price--discounted{font-size:18px}}.bundle-cs-card__add{margin-top:auto;align-self:flex-start}.bundle-cs-card__qty-ctrl{display:flex;align-items:center;gap:.5rem;margin-top:auto;justify-content:space-evenly}.bundle-cs-card__qty-btn{width:32px;height:32px;border:1.5px solid var(--bundle-border-current);border-radius:50%;background:transparent;color:var(--bundle-text-current);font-size:1.1rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .15s,background .15s;flex-shrink:0}.bundle-cs-card__qty-btn:hover:not(:disabled){border-color:var(--bundle-accent-current);color:var(--bundle-accent-current)}.bundle-cs-card__qty-btn:disabled{opacity:.35;cursor:not-allowed}.bundle-cs-card__qty-val{font-size:1.9rem;font-weight:700;min-width:1.5ch;text-align:center}@media(min-width:1099px){.bundle-cs-card__qty-btn{width:40px;height:40px}.bundle-cs-card__qty-val{font-size:20px}}.bundle-cs-card__added{margin-top:auto;color:var(--bundle-accent-current);font-size:1.4rem;font-weight:600}.bundle-nav{display:flex;align-items:center;margin:0rem auto 0;flex-wrap:wrap;flex-direction:column;gap:20px;width:100%;max-width:480px}@media(min-width:1024px){.bundle-nav{max-width:40%;margin:4rem auto}}.bundle-btn{padding:1.2rem;border:none;border-radius:var(--bundle-radius-current);font-size:16px;font-weight:500;font-family:var(--font-heading-family);font-style:var(--font-heading-style);cursor:pointer;transition:background var(--bundle-transition-current),opacity var(--bundle-transition-current),transform .1s;white-space:nowrap;width:100%}@media(max-width:749px){.bpi-footer .bundle-btn{max-width:150px}}.bundle-btn.bundle-btn--back{background:transparent!important;color:var(--bundle-accent-current)!important;font-size:2rem}.bundle-btn:active{transform:scale(.97)}.bundle-btn:not(.bundle-btn--secondary):not(.bundle-btn--sm){background:var(--bundle-accent-current);color:var(--bundle-accent-contrast-current)}.bundle-btn:not(.bundle-btn--secondary):not(.bundle-btn--sm):hover:not(:disabled){filter:brightness(1.08)}.bundle-btn:disabled{opacity:.45;cursor:not-allowed}.bundle-btn--secondary{background:transparent;border:1.5px solid var(--bundle-border-current);color:var(--bundle-text-current);padding:.75rem 1.25rem}.bundle-btn--secondary:hover{border-color:var(--bundle-accent-current);color:var(--bundle-accent-current)}.bundle-btn--sm{padding:1rem;font-size:11px;font-weight:600;background:var(--bundle-accent-current);color:var(--bundle-accent-contrast-current);border-radius:6px;margin-top:0;letter-spacing:.1rem}@media(min-width:750px){.bundle-btn--sm{font-size:16px}}.bundle-btn--sm:hover{filter:brightness(1.08)}.bundle-btn--loading{opacity:.7;cursor:wait}.bundle-btn--loading:after{content:"";display:inline-block;width:.9em;height:.9em;border:2px solid rgba(var(--color-base-solid-button-labels, 255, 255, 255),.4);border-top-color:var(--bundle-accent-contrast-current);border-radius:50%;animation:bundleSpin .6s linear infinite;margin-left:.5em;vertical-align:middle}@keyframes bundleSpin{to{transform:rotate(360deg)}}.bundle-loader{display:flex;align-items:center;gap:.6rem;color:var(--bundle-muted-current);font-size:16px;padding:1rem 0;justify-content:center}.bundle-spinner{width:20px;height:20px;border:2px solid var(--bundle-border-current);border-top-color:var(--bundle-accent-current);border-radius:50%;animation:bundleSpin .7s linear infinite;flex-shrink:0}.bundle-error{color:var(--bundle-error-current);font-size:.88rem;padding:.5rem 0}.bundle-help-btns{display:flex;justify-content:center;padding:0 0 4px;min-height:44px}.bundle-help-btn{display:inline-flex;align-items:center;gap:7px;background:none;border:none;cursor:pointer;font-size:1.7rem;font-weight:600;color:var(--bundle-accent, #2d7a4f);padding:8px 14px;border-radius:999px;line-height:1.2;transition:background .2s}.bundle-help-btn.help-btn-step1{font-size:2rem;font-weight:400;background-color:var(--bundle-accent-current);color:#fff}.bundle-help-btn.help-btn-step1:hover{Background-color:#003b6173}.bundle-help-btn.help-btn-step1 svg{width:25px!important;height:25px!important}.bundle-help-btn:hover{background:#0000000f}.bundle-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998;background:#00000073;opacity:0;pointer-events:none;transition:opacity .3s ease;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.bundle-modal-overlay.is-open{opacity:1;pointer-events:all}.bundle-modal-sheet{position:fixed;z-index:9999;background:#fff;display:flex;flex-direction:column;overflow:hidden}@media(max-width:749px){.bundle-modal-sheet{bottom:0;left:0;right:0;border-radius:20px 20px 0 0;max-height:90svh;transform:translateY(100%);transition:transform .45s cubic-bezier(.32,.72,0,1);will-change:transform}.bundle-modal-sheet.is-open{transform:translateY(0)}.bundle-modal-handle{display:flex;justify-content:center;padding:14px 0 6px;cursor:grab;touch-action:none;flex-shrink:0}.bundle-modal-handle:before{content:"";display:block;width:40px;height:4px;border-radius:2px;background:#d1d5db}.bundle-modal-hd-desktop{display:none!important}.bundle-modal-hd-mobile{display:flex;align-items:center;justify-content:flex-end;padding:16px 16px 8px;flex-shrink:0}}@media(min-width:750px){.bundle-modal-sheet{top:50%;left:50%;transform:translate(-50%,-46%) scale(.96);width:min(700px,90vw);max-height:85vh;border-radius:16px;opacity:0;transition:transform .35s cubic-bezier(.32,.72,0,1),opacity .3s ease;box-shadow:0 24px 64px #0000002e,0 4px 16px #00000014}.bundle-modal-sheet.is-open{transform:translate(-50%,-50%) scale(1);opacity:1}.bundle-modal-handle,.bundle-modal-hd-mobile{display:none!important}.bundle-modal-hd-desktop{display:flex;align-items:center;justify-content:flex-end;padding:16px 16px 0;flex-shrink:0}}.bundle-modal-close-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;border:none;background:#f3f4f6;cursor:pointer;color:#374151;transition:background .2s;flex-shrink:0}.bundle-modal-close-btn:hover{background:#e5e7eb}.bundle-modal-body{flex:1;min-height:0;display:flex;overflow:hidden;overflow-y:scroll;padding:0}.bundle-modal-spinner{display:flex;justify-content:center;align-items:center;padding:56px 0}.bundle-modal-spinner:after{content:"";width:32px;height:32px;border:3px solid #e5e7eb;border-top-color:var(--bundle-accent, #2d7a4f);border-radius:50%;animation:bm-spin .7s linear infinite}@keyframes bm-spin{to{transform:rotate(360deg)}}.bundle-card--d1{padding:2rem 1.5rem;border:2px solid transparent;box-shadow:var(--bundle-shadow-current, 0 1px 4px rgba(0, 0, 0, .06));outline:none;-webkit-user-select:none;user-select:none}.bundle-card--d1:hover,.bundle-card--d1:focus-visible{border-color:var(--bundle-accent-current);box-shadow:var(--bundle-hover-shadow-current);outline:none}.bundle-card--d1[aria-checked=true]{border-color:var(--bundle-accent-current);box-shadow:var(--bundle-hover-shadow-current)}.bundle-card--d1 .bundle-card__visual{display:flex;align-items:center;justify-content:center;width:110px;height:110px;border-radius:50%;background:var(--bundle-accent-light-current);margin-bottom:1.25rem;transition:transform var(--bundle-transition-current),background var(--bundle-transition-current);overflow:hidden;flex-shrink:0}@media(min-width:1024px){.bundle-card--d1 .bundle-card__visual{width:130px;height:130px}}.bundle-card--d1:hover .bundle-card__visual,.bundle-card--d1[aria-checked=true] .bundle-card__visual{background:var(--bundle-accent-light-current);transform:scale(1.05)}.bundle-card--d1 .bundle-card__visual img{width:100%;height:100%;object-fit:contain}.bundle-card--d1 .bundle-card__body{justify-content:flex-start;gap:.375rem}@media(min-width:1024px){.bundle-card--d1 .bundle-card__body{max-width:55%}}.bundle-card--d1 .bundle-card__title{font-size:1.8rem;font-weight:700;margin:0;line-height:1.3}@media(min-width:1024px){.bundle-card--d1 .bundle-card__title{font-size:2rem}}.bundle-card--d1 .bundle-card__desc{font-size:1.6rem;max-width:100%;line-height:1.5;display:block}@media(min-width:1024px){.bundle-card--d1 .bundle-card__desc{font-size:1.6rem;line-height:1.4}}.bundle-card--d1 .bundle-card__radio{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;border:2px solid var(--bundle-border-current);margin-top:1.25rem;transition:border-color var(--bundle-transition-current),background var(--bundle-transition-current);flex-shrink:0}.bundle-card--d1:hover .bundle-card__radio,.bundle-card--d1:focus-visible .bundle-card__radio{border-color:var(--bundle-accent-current)}.bundle-card--d1[aria-checked=true] .bundle-card__radio{border-color:var(--bundle-accent-current);background:var(--bundle-accent-current)}.bundle-card--d1 .bundle-card__radio-dot{width:8px;height:8px;border-radius:50%;background:#fff;opacity:0;transition:opacity var(--bundle-transition-current);display:flex!important}.bundle-card--d1[aria-checked=true] .bundle-card__radio-dot{opacity:1}@media(max-width:749px){.bundle-cards--d1-row .bundle-card--d1{flex-direction:row;text-align:left;gap:1rem;padding:1.25rem}.bundle-cards--d1-row .bundle-card--d1 .bundle-card__visual{margin-bottom:0;flex-shrink:0;width:80px;height:80px}.bundle-cards--d1-row .bundle-card--d1 .bundle-card__body{flex:1;min-width:0;align-items:flex-start}.bundle-cards--d1-row .bundle-card--d1 .bundle-card__radio{margin-top:0;align-self:center;flex-shrink:0}}.bundle-card.bundle-card--d2{padding:12px 8px;filter:drop-shadow(0px 4px 4px rgba(0,0,0,.25));border:none;border-radius:10px;transition:transform .25s ease,filter .25s ease,opacity .25s ease,background .25s ease}.bundle-card.bundle-card--d2:not(.bundle-card--selected){background:#fff}.bundle-card.bundle-card--d2.bundle-card--selected{border-color:transparent;background:#fff;transform:scale(1)}.bundle-card.bundle-card--d2.bundle-card--not-selected{border-color:transparent;background:var(--bundle-bg-selected);filter:drop-shadow(0px 2px 2px rgba(0,0,0,.1));opacity:.75;transform:scale(.99)}.bundle-card.bundle-card--d2.bundle-card--not-selected:hover{border-color:transparent;background:#fff;filter:drop-shadow(0px 4px 4px rgba(0,0,0,.25));opacity:1;transform:scale(1.05)}.bundle-card.bundle-card--d2 .bundle-card__img{border-radius:50%}.bundle-card.bundle-card--d2 .bundle-card__icon{height:98px;width:98px}.bundle-card.bundle-card--d2 .bundle-card__icon img{height:98px;width:98px;object-fit:cover}@media(min-width:750px){.bundle-card.bundle-card--d2 .bundle-card__icon,.bundle-card.bundle-card--d2 .bundle-card__icon img{height:130px;width:130px}}.bundle-card.bundle-card--d2 .bundle-card__title{font-weight:600;font-size:13px}@media(min-width:750px){.bundle-card.bundle-card--d2 .bundle-card__title{font-size:2rem}}.bundle-product-info-btn{position:absolute;top:14px;right:14px;z-index:2;display:flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;border:none;background:#ffffffeb;color:var(--bundle-accent-current);cursor:pointer;padding:0;line-height:1;transition:background .2s,transform .15s;box-shadow:0 1px 4px #0000002e;flex-shrink:0}@media(min-width:1099px){.bundle-product-info-btn{width:30px!important;height:30px!important}.bundle-product-info-btn svg{width:30px!important;height:30px!important}}.bundle-product-info-btn:hover{background:#fff;transform:scale(1.12)}.bundle-product-info-btn svg{pointer-events:none}.bpi-content{display:grid;grid-template-rows:minmax(0,1fr) auto;min-height:100%;width:100%}.bpi-main{min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;gap:1.1rem;padding:0 24px 24px}.bpi-footer{flex-shrink:0;padding:16px 24px calc(16px + env(safe-area-inset-bottom,0px));border-top:1px solid rgba(17,24,39,.08);background:linear-gradient(180deg,#fffffff5,#fff 24%);box-shadow:0 -12px 28px #1118270f}.bpi-title{font-size:4.5rem;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:600;margin:0;line-height:1.3}.bpi-pricing{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.bpi-price{font-size:1.1rem;font-weight:600;color:var(--bundle-text-current, #111)}.bpi-slider{position:relative;width:90%;-webkit-user-select:none;user-select:none;margin:0 auto}.bpi-slider__viewport{width:100%;overflow:hidden;border-radius:8px;background:#f3f4f6;aspect-ratio:1}.bpi-slide{width:100%;height:100%}.bpi-slide[hidden]{display:none}.bpi-slide img{width:100%;height:100%;object-fit:contain;display:block}.bpi-slider__prev,.bpi-slider__next{position:absolute;top:calc(50% - 18px);transform:translateY(-50%);background:#ffffffe6;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;cursor:pointer;z-index:1;box-shadow:0 1px 4px #00000026;transition:background .2s;color:#374151;line-height:1;padding:0}.bpi-slider__prev:hover,.bpi-slider__next:hover{background:#fff}.bpi-slider__prev{left:8px}.bpi-slider__next{right:8px}.bpi-slider__dots{display:flex;justify-content:center;gap:6px;margin-top:10px}.bpi-dot{width:8px;height:8px;border-radius:50%;border:none;background:var(--bundle-border-current);cursor:pointer;padding:0;transition:background .2s}.bpi-dot--active{background:var(--bundle-accent-current)}.bpi-desc{font-size:2rem;color:var(--bundle-muted-current, #6b7280);line-height:1.6;max-height:none;overflow:visible}.bpi-desc h2{font-size:3rem}.bpi-desc p{margin:0 0 .5em}.bpi-desc p:last-child{margin:0}.bpi-action{display:flex;justify-content:center;padding-top:.2rem 1rem}.bpi-select-btn{width:100%}.bpi-cart-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;padding-top:0}.bpi-cart-btn{flex:1;min-width:140px}@media(max-width:749px){.bpi-main{padding:0 16px 20px}.bpi-footer{padding:14px 16px calc(14px + env(safe-area-inset-bottom,0px))}.bpi-cart-row{gap:.75rem;justify-content:space-between}}.bpi-qty{gap:.75rem}.bpi-qty .bundle-qty__btn{width:36px;height:36px;font-size:1.3rem}.bpi-qty .bundle-qty__val{font-size:2rem;font-weight:700;min-width:2ch;text-align:center}.bpi-variants{display:flex;flex-wrap:wrap;gap:.5rem;padding:.75rem 0 .25rem}.bpi-variant-opt{display:inline-flex;align-items:center;cursor:pointer}.bpi-variant-opt input[type=radio]{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.bpi-variant-opt__label{display:inline-block;padding:1rem 2rem;border:1.5px solid var(--bundle-border-current);border-radius:var(--bundle-radius-current);font-size:1.4rem;transition:border-color .15s,background .15s,color .15s;cursor:pointer;white-space:nowrap}.bpi-variant-opt input:checked+.bpi-variant-opt__label{border-color:var(--bundle-accent-current);background:var(--bundle-accent-current);color:var(--bundle-accent-contrast-current)}.bpi-variant-opt:not(.bpi-variant-opt--unavail):hover .bpi-variant-opt__label{border-color:var(--bundle-accent-current)}.bpi-variant-opt--unavail{pointer-events:none}.bpi-variant-opt--unavail .bpi-variant-opt__label{opacity:.4;text-decoration:line-through}.bundle-cs__price--from{font-size:1.4rem;color:var(--bundle-muted-current);margin-right:.15rem}@media(min-width:750px){.bundle-cs__price--from{font-size:12px}}.bundle-hygiene-card{display:grid;gap:1.25rem}.bundle-hygiene-card__header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem}.bundle-hygiene-card__summary{display:grid;gap:.65rem;min-width:0;max-width:760px}.bundle-hygiene-card__title{margin:0;color:#163b5c;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:700;font-size:clamp(1.1rem,1.6vw,1.5rem);line-height:1.2}.bundle-hygiene-card__note{color:#58708e;font-size:.95rem;font-weight:500}.bundle-hygiene-card__desc{color:#4f6884;line-height:1.5}.bundle-hygiene-card__desc p{margin:0 0 .65rem}.bundle-hygiene-card__desc p:last-child{margin-bottom:0}.bundle-hygiene-card__grid{align-items:stretch}.bundle-hygiene-card__item{min-width:0}.bundle-hygiene-card__option{width:100%}.bundle-hygiene-card__option--disabled{opacity:.55;cursor:not-allowed}.bundle-hygiene-card__input{position:absolute;opacity:0;pointer-events:none}.bundle-hygiene-card__metas{gap:6px;padding:0 6px 4px}.bundle-hygiene-card__price{color:var(--bundle-accent-current);font-size:12px;font-weight:700}.bundle-hygiene-card__frequency{color:#58708e;font-size:10px}.bundle-hygiene-card__content{color:#4f6884;font-size:10px;line-height:1.5}.bundle-hygiene-card__content p{margin:0 0 .35rem}.bundle-hygiene-card__content p:last-child{margin-bottom:0}.bundle-hygiene-card__badge{color:#a94442;font-weight:600}.bundle-hygiene-skip{align-self:start;padding:.7rem 1rem;border:1px solid #dfe8ef;border-radius:999px;background:#fff;color:#163b5c;font:inherit;font-weight:600;cursor:pointer;transition:border-color .25s ease,box-shadow .25s ease,background .25s ease}.bundle-hygiene-skip:hover,.bundle-hygiene-skip:focus-visible{border-color:var(--bundle-accent-current);box-shadow:0 10px 18px #1f4a731f;outline:none}.bundle-hygiene-skip--active{border-color:var(--bundle-accent-current);background:#2d7a4f14}@media(min-width:750px){.bundle-hygiene-card__price{font-size:14px}.bundle-hygiene-card__frequency,.bundle-hygiene-card__content{font-size:12px}}@media(min-width:1099px){.bundle-hygiene-card__price{font-size:16px}.bundle-hygiene-card__frequency,.bundle-hygiene-card__content{font-size:14px}}
/*# sourceMappingURL=/cdn/shop/t/49/assets/bundle-selection.css.map */
