.section-bundle-picker{background:transparent!important}.bundle-picker-block,[data-block-id]{overflow:visible!important}.bundle-picker{max-width:100%;width:100%;font-family:inherit;padding:0}.bundle-picker__header{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:var(--bp-header-mb, 10px);background:#f0fdf4;border-radius:10px;padding:10px 14px}.bundle-picker__header-line{display:none}.bundle-picker__header-text{font-size:14px;font-weight:700;color:#16a34a;white-space:nowrap;letter-spacing:.02em}.bundle-picker__options{display:flex;flex-direction:column;gap:var(--bp-gap, 8px)}.bundle-picker__option{position:relative;display:block;border:1.5px solid #d0d5dd;border-radius:10px;background:#f7f7f7;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease;width:100%;box-sizing:border-box}.bundle-picker__option:hover{border-color:#93c5fd}.bundle-picker__option.is-selected{border-color:#1d4ed8;box-shadow:0 0 0 3px #1d4ed81f}.bundle-picker__radio{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.bundle-picker__side-badge{position:absolute;top:0;right:10px;transform:translateY(-50%);background:linear-gradient(90deg,#4e9cfa,#385dc7);color:#fff;font-size:var(--bp-side-badge-size, 9px);font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:3px 8px;border-radius:4px;white-space:nowrap;line-height:1.4;z-index:1}.bundle-picker__option-inner{display:flex;align-items:center;gap:10px;padding:12px 14px}.bundle-picker__image-wrap{flex-shrink:0;width:44px;height:44px;border-radius:6px;overflow:hidden;background:transparent;display:flex;align-items:center;justify-content:center}.bundle-picker__image{width:100%;height:100%;object-fit:cover}.bundle-picker__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.bundle-picker__title{font-size:var(--bp-title-size, 13px);font-weight:600;color:#000!important;line-height:1.3}.product__info-container .bundle-picker__title{color:#000!important;-webkit-text-fill-color:#000000!important}.bundle-picker__subtitle{font-size:var(--bp-subtitle-size, 11px);color:#667085;line-height:1.4}.bp-mobile{display:block}.bp-desktop{display:none}@media(min-width:768px){.bp-mobile{display:none}.bp-desktop{display:block}}@media(max-width:767px){.bundle-picker__subtitle{max-width:115px}}.bundle-picker__pills{display:flex;flex-wrap:wrap;gap:4px;margin-top:5px}.bundle-picker__pill{display:inline-block;background:linear-gradient(90deg,#4e9cfa,#385dc7);color:#fff;font-size:var(--bp-pill-size, 9px);font-weight:800;letter-spacing:.05em;text-transform:uppercase;padding:2px 7px;border-radius:3px;line-height:1.5;white-space:nowrap}.bundle-picker__pricing{flex-shrink:0;text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:2px}.bundle-picker__price{font-size:var(--bp-price-size, 16px);font-weight:700;color:#101828;line-height:1.2}.bundle-picker__price-unit{font-size:var(--bp-price-unit-size, 11px);font-weight:400;color:#667085}.bundle-picker__original-price{font-size:var(--bp-original-size, 11px);color:#98a2b3;text-decoration:line-through;line-height:1}.bundle-picker__pill-amount{text-transform:none!important;font-size:.95em}.bundle-picker__pills{flex-wrap:nowrap}.bundle-picker__stepper{display:none;align-items:center;justify-content:center;margin-top:4px;margin-bottom:6px}.bundle-picker__option.is-selected:has(input[value="3"]) .bundle-picker__stepper{display:flex}.bundle-picker__stepper-inner{display:inline-flex;align-items:center;border:1px solid #d0d5dd;border-radius:8px;overflow:hidden;background:#fff}.bundle-picker__stepper-btn{width:32px;height:32px;background:transparent;border:none;font-size:14px;font-weight:400;color:#475467;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;font-family:inherit;transition:background .15s}.bundle-picker__stepper-btn:hover{background:#f9fafb;color:#101828}.bundle-picker__stepper-btn:active{background:#f3f4f6}.bundle-picker__stepper-value{font-size:13px;font-weight:600;color:#101828;min-width:28px;text-align:center;padding:0 2px}@media(max-width:767px){.bundle-picker__header{justify-content:center}.bundle-picker__header-line{display:none}.bundle-picker__pill{font-size:9px;padding:2px 5px}.bundle-picker__side-badge{font-size:9px;padding:2px 6px}.bundle-picker__pills{margin-top:8px}.bundle-picker__option-inner{align-items:flex-start}.bundle-picker__option:has(.bundle-picker__side-badge) .bundle-picker__option-inner{padding-top:18px}}.bundle-picker__purchase-toggle-wrap{margin-bottom:12px}.bundle-picker__purchase-toggle{display:flex;background:#eef0f3;border-radius:10px;padding:3px;gap:3px}.bundle-picker__purchase-toggle[data-panel-attached]{border-radius:10px 10px 0 0}.bundle-picker__usp-panel{background:#f4f7fe;border:1px solid #d7e3fb;border-top:none;border-radius:0 0 10px 10px;padding:10px 14px 12px;margin-top:-1px;display:flex;flex-direction:column;gap:6px}.bundle-picker__usp-item{display:flex;align-items:flex-start;gap:7px;font-size:12px;font-weight:600;color:#344054;line-height:1.35}.bundle-picker__usp-check{flex-shrink:0;width:16px;height:16px;object-fit:contain;margin-top:1px}@media(max-width:767px){.bundle-picker__usp-item{font-size:11px}}.bundle-picker__toggle-btn{flex:1;border:none;background:transparent;border-radius:8px;padding:9px 10px;font-size:13px;font-weight:700;color:#475467;cursor:pointer;transition:background .15s ease,color .15s ease;font-family:inherit;white-space:nowrap}.bundle-picker__toggle-btn.is-active{background:linear-gradient(90deg,#4e9cfa,#385dc7);color:#fff;box-shadow:0 1px 3px #10182826}.bundle-picker__toggle-btn:not(.is-active):hover{background:#e1e4e9}@media(max-width:767px){.bundle-picker__toggle-btn{font-size:10.5px;padding:8px 4px;letter-spacing:-.01em}}.bundle-picker__subtitle[data-subtitle-subscription]{display:flex;flex-direction:column;gap:1px}.bundle-picker__subtitle-line{white-space:nowrap}.bundle-picker__option[data-subscription-active] .bundle-picker__stepper{display:none!important}.bundle-picker__pills[data-pills-subscription]{flex-wrap:wrap;row-gap:4px}.product-form__cart-submit,.js-add-to-cart{border-radius:10px!important}
/*# sourceMappingURL=/cdn/shop/t/15/assets/bundle-picker.css.map */
