.bundle-picker-v3{width:100%;box-sizing:border-box}.bundle-picker-v3__heading{font-family:"FuturaLT Bold",var(--font-heading-family, sans-serif);font-weight:400;font-style:normal;font-size:var(--v3-heading-size-m, 18px);letter-spacing:0;margin:0 0 8px;text-transform:uppercase;color:#000}@media(min-width:768px){.bundle-picker-v3__heading{font-size:var(--v3-heading-size-d, 22px)}}.bundle-picker-v3 .bundle-cards-wrapper{display:flex!important;flex-direction:column!important;gap:12px!important;width:100%!important;max-width:100%!important;margin:8px 0 0!important;padding:0!important;box-sizing:border-box!important}.bundle-picker-v3 .bundle-cards-wrapper .bundle-card-input{position:absolute!important;opacity:0!important;pointer-events:none!important;width:0!important;height:0!important}.bundle-picker-v3 .bundle-card{position:relative;display:block;width:100%;box-sizing:border-box;border:1px solid var(--bundle-border, #e5e5e5);border-radius:12px;background:#fff;cursor:pointer;overflow:hidden;transition:border-color .25s ease,box-shadow .25s ease,opacity .25s ease,background .25s ease;margin:0;padding:0}.bundle-picker-v3 .bundle-card-input:not(:checked)+.bundle-card{opacity:var(--v3-unselected-opacity, .85)}.bundle-picker-v3 .bundle-card-input:checked+.bundle-card{border-color:var(--bundle-selected-border, #D10352);background:var(--bundle-selected-bg, #fdf2fa);opacity:1}.bundle-picker-v3 .bundle-card--featured{border:2.5px solid var(--bundle-selected-border, #D10352);border-radius:14px}.bundle-picker-v3 .bundle-card-input:checked+.bundle-card--featured{background:linear-gradient(180deg,var(--v3-featured-bg-start, #FFF4FA),var(--v3-featured-bg-end, #FFECF4));box-shadow:0 4px 18px var(--v3-featured-glow, rgba(209, 3, 82, .16))}.bundle-picker-v3 .bundle-card-input:not(:checked)+.bundle-card--featured{box-shadow:none;background:#fff;opacity:1}.bundle-picker-v3 .bundle-card__crown{display:block;width:100%;box-sizing:border-box;background:linear-gradient(90deg,var(--v3-banner-bg-start, #D10352),var(--v3-banner-bg-end, #93174B));color:var(--v3-banner-text, #FFFFFF);text-align:center;font-size:var(--v3-banner-size-mobile, 10px);font-weight:700;letter-spacing:1.2px;text-transform:uppercase;padding:5px 10px}.bundle-picker-v3 .bundle-card__header{display:flex;align-items:center;gap:10px;padding:13px 15px}.bundle-picker-v3 .bundle-card--featured .bundle-card__header{padding:13px 15px 0}.bundle-picker-v3 .bundle-card-input:not(:checked)+.bundle-card--featured .bundle-card__header{padding-bottom:13px}.bundle-picker-v3 .bundle-card__radio{width:20px;height:20px;border-radius:50%;border:2px solid var(--bundle-border, #cfcfcf);background:#fff;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .2s ease}.bundle-picker-v3 .bundle-card--featured .bundle-card__radio{border-color:var(--bundle-selected-border, #D10352)}.bundle-picker-v3 .bundle-card__radio-inner{width:10px;height:10px;border-radius:50%;background:transparent;transition:background .2s ease}.bundle-picker-v3 .bundle-card-input:checked+.bundle-card .bundle-card__radio{border-color:var(--bundle-selected-border, #D10352)}.bundle-picker-v3 .bundle-card-input:checked+.bundle-card .bundle-card__radio-inner{background:var(--bundle-selected-border, #D10352)}.bundle-picker-v3 .bundle-card__header-text{flex:1;min-width:0}.bundle-picker-v3 .bundle-card__title{font-size:var(--bundle-title-size-mobile, 18px);font-weight:900;color:var(--bundle-title-color, #000000);line-height:1.2;letter-spacing:.3px;display:flex;align-items:center;gap:7px}.bundle-picker-v3 .bundle-card__subtitle{font-size:var(--bundle-subtitle-size-mobile, 13px);color:var(--bundle-subtitle-color, #555555);margin-top:1px;line-height:1.35}.bundle-picker-v3 .bundle-card__descriptor{font-size:var(--descriptor-size-mobile, 12px);font-weight:600;margin-top:2px}.bundle-picker-v3 .bundle-card__pricing{text-align:right;flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:1px}.bundle-picker-v3 .bundle-card__price{font-size:var(--bundle-price-font-size-mobile, 20px);font-weight:900;color:var(--bundle-price-color, #D10352);line-height:1.1}.bundle-picker-v3 .bundle-card__compare-price{font-size:var(--bundle-compare-price-font-size-mobile, 14px);color:var(--bundle-compare-price-color, #999999);text-decoration:line-through;line-height:1.1}.bundle-picker-v3 .bundle-card:not(.bundle-card--featured) .bundle-card__price{color:var(--bundle-title-color, #000000);font-weight:800;font-size:calc(var(--bundle-price-font-size-mobile, 20px) * .8)}.bundle-picker-v3 .bundle-card:not(.bundle-card--featured) .bundle-card__title{font-size:calc(var(--bundle-title-size-mobile, 18px) * .82);font-weight:700}.bundle-picker-v3 .bundle-card__badge{position:absolute;top:-10px;right:14px;background:var(--badge-bg, #fbe6f3);color:var(--badge-text, #c2185b);font-size:var(--bundle-badge-size-mobile, 11px);font-weight:700;letter-spacing:.5px;padding:3px 11px;border-radius:999px;z-index:1;white-space:nowrap}.bundle-picker-v3 .bundle-card__whypro-link{display:inline-flex;align-items:center;justify-content:center;border:1.5px solid currentColor;background:transparent;border-radius:50%;font-weight:700;cursor:pointer;line-height:1;padding:0;flex-shrink:0}.bundle-picker-v3 .bundle-card__whypro-link--title{width:19px;height:19px;font-size:12px}.bundle-picker-v3 .bundle-card__body{overflow:hidden;max-height:0;opacity:0;transition:max-height .35s ease,opacity .3s ease,padding .3s ease;padding:0 15px}.bundle-picker-v3 .bundle-card-input:checked+.bundle-card .bundle-card__body{max-height:1200px;opacity:1;padding:0 15px 14px}.bundle-picker-v3 .bundle-card__items{list-style:none;margin:10px 0 0;padding:0;display:flex;flex-direction:column;gap:6px}.bundle-picker-v3 .bundle-card__item{display:flex;align-items:center;gap:7px;flex-wrap:wrap;font-size:var(--bundle-items-size-mobile, 12px);font-weight:600;color:var(--bundle-items-color, #000000);line-height:1.4}.bundle-picker-v3 .bundle-card__item-check{width:14px;height:14px;flex-shrink:0;color:var(--bundle-items-check-color, #D10352);display:inline-flex}.bundle-picker-v3 .bundle-card__item-check svg{width:100%;height:100%}.bundle-picker-v3 .bundle-card__item-text{min-width:0}.bundle-picker-v3 .bundle-card__item-value{color:var(--bundle-item-value-color, #D10352);font-weight:700}.bundle-picker-v3 .bundle-card__item-subtext{flex-basis:100%;font-size:var(--bundle-item-subtext-size-mobile, 11px);font-weight:400;color:var(--bundle-item-subtext-color, #888888);padding-left:21px}.bundle-picker-v3 .bundle-card__item-size{font-size:11px;height:26px;padding:0 8px;border:1px solid var(--bundle-border, #d5d5d5);border-radius:6px;background:#fff;color:var(--bundle-items-color, #000000);margin-left:2px;flex-shrink:0}.bundle-picker-v3 .bundle-card__footer-note{display:flex;align-items:center;gap:7px;margin-top:10px;padding-top:9px;border-top:1px solid rgba(0,0,0,.08);font-size:11.5px;font-weight:500;color:#999;line-height:1.4}.bundle-picker-v3 .bundle-card__footer-icon{width:15px;height:15px;flex-shrink:0}.bundle-picker-v3 .bundle-card__bonuses{background:#fff;border-radius:11px;padding:11px 12px;margin-top:11px}.bundle-picker-v3 .bundle-card__bonuses-heading{font-size:11px;font-weight:800;letter-spacing:.6px;color:var(--bundle-selected-border, #D10352);text-align:center;text-transform:uppercase}.bundle-picker-v3 .bundle-card__timer{text-align:center;font-size:11px;font-weight:700;margin-top:3px}.bundle-picker-v3 .bundle-card__timer-label{margin-right:4px}.bundle-picker-v3 .bundle-card__showcase{margin-top:9px;border-radius:10px;overflow:hidden}.bundle-picker-v3 .bundle-card__showcase img{display:block;width:100%;height:auto}.bundle-picker-v3 .bundle-card__hero{margin-top:9px;border-radius:10px;background:linear-gradient(135deg,#fbeaf0,#f2dce7);padding:16px 10px 22px;display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:nowrap}.bundle-picker-v3 .bundle-card__hero-images{display:flex;gap:8px;align-items:flex-start;flex-shrink:1;min-width:0}.bundle-picker-v3 .bundle-card__hero-gift{display:flex;flex-direction:column;align-items:center;min-width:0}.bundle-picker-v3 .bundle-card__hero-name{font-size:var(--v3-pill-size-mobile, 9px);font-weight:700;color:var(--bundle-items-color, #000000);margin-top:4px;white-space:nowrap;line-height:1.2}.bundle-picker-v3 .bundle-card__hero-value{font-size:calc(var(--v3-pill-size-mobile, 9px) * .95);margin-top:1px;white-space:nowrap;line-height:1.2}.bundle-picker-v3 .bundle-card__hero-value s{color:var(--bundle-compare-price-color, #999999);font-weight:400}.bundle-picker-v3 .bundle-card__hero-value b{color:var(--bundle-selected-border, #D10352);font-weight:800}.bundle-picker-v3 .bundle-card__hero-images img{width:var(--v3-hero-img-m, 44px);height:var(--v3-hero-img-m, 44px);border-radius:8px;object-fit:cover;display:block;background:#fff;flex-shrink:1;min-width:0}.bundle-picker-v3 .bundle-card__hero-text{font-size:var(--v3-hero-text-m, 19px);font-weight:900;letter-spacing:-.5px;color:var(--bundle-title-color, #000000);white-space:nowrap;flex-shrink:0}@media(min-width:750px){.bundle-picker-v3 .bundle-card__hero-images img{width:var(--v3-hero-img-d, 58px);height:var(--v3-hero-img-d, 58px)}.bundle-picker-v3 .bundle-card__hero-text{font-size:var(--v3-hero-text-d, 24px)}}.bundle-picker-v3 .bundle-card__bonus-tiles{margin-top:0}.bundle-picker-v3 .bundle-card__bonus-tiles{display:flex;flex-wrap:wrap;justify-content:center;gap:5px;margin-top:8px}.bundle-picker-v3 .bundle-card__bonus-tile{display:inline-flex}.bundle-picker-v3 .bundle-card__bonus-tile--select{display:flex;flex-direction:column;flex-basis:100%;order:10}.bundle-picker-v3 .bundle-card__bonus-tile--select .bundle-card__bonus-pill{align-self:center}.bundle-picker-v3 .bundle-card__bonus-pill{display:none}.bundle-picker-v3 .bundle-card__bonus-pill s{opacity:.75}.bundle-picker-v3 .bundle-card__gift-select-row{margin-top:10px;width:100%}.bundle-picker-v3 .bundle-card__gift-select-label{display:block;font-size:10px;font-weight:700;letter-spacing:.4px;color:var(--bundle-items-color, #000000);text-transform:uppercase;margin-bottom:4px}.bundle-picker-v3 .bundle-card__gift-select-req{color:var(--bundle-selected-border, #D10352)}.bundle-picker-v3 .bundle-card__bonus-tile-size{width:100%;box-sizing:border-box;font-size:13px;height:35px;padding:0 10px;border:1.5px solid #E5C4D2;border-radius:8px;background:#fff;color:var(--bundle-items-color, #000000)}.bundle-picker-v3 .bundle-card__bonus-badge,.bundle-picker-v3 .bundle-card__bonus-tile img,.bundle-picker-v3 .bundle-card__bonus-tile-title,.bundle-picker-v3 .bundle-card__bonus-tile-value{display:none}.bundle-picker-v3 .bundle-card__whypro-modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;align-items:center;justify-content:center;padding:20px;cursor:default}.bundle-picker-v3 .bundle-card__whypro-modal.is-open{display:flex}.bundle-picker-v3 .bundle-card__whypro-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c}.bundle-picker-v3 .bundle-card__whypro-modal-inner{position:relative;background:#fff;border-radius:14px;padding:10px;max-width:560px;width:100%;max-height:85vh;overflow:auto;z-index:1}.bundle-picker-v3 .bundle-card__whypro-modal-inner img{display:block;width:100%;height:auto;border-radius:10px}.bundle-picker-v3 .bundle-card__whypro-modal-close{position:absolute;top:4px;right:10px;background:none;border:none;font-size:26px;line-height:1;color:#999;cursor:pointer;z-index:2;padding:4px}body.whypro-modal-open{overflow:hidden}@media(min-width:750px){.bundle-picker-v3 .bundle-card__crown{font-size:var(--v3-banner-size-desktop, 11px)}.bundle-picker-v3 .bundle-card__title{font-size:var(--bundle-title-size-desktop, 22px)}.bundle-picker-v3 .bundle-card:not(.bundle-card--featured) .bundle-card__title{font-size:calc(var(--bundle-title-size-desktop, 22px) * .75)}.bundle-picker-v3 .bundle-card__subtitle{font-size:var(--bundle-subtitle-size-desktop, 15px)}.bundle-picker-v3 .bundle-card__descriptor{font-size:var(--descriptor-size-desktop, 13px)}.bundle-picker-v3 .bundle-card__price{font-size:var(--bundle-price-font-size-desktop, 26px)}.bundle-picker-v3 .bundle-card:not(.bundle-card--featured) .bundle-card__price{font-size:calc(var(--bundle-price-font-size-desktop, 26px) * .75)}.bundle-picker-v3 .bundle-card__compare-price{font-size:var(--bundle-compare-price-font-size-desktop, 16px)}.bundle-picker-v3 .bundle-card__badge{font-size:var(--bundle-badge-size-desktop, 13px)}.bundle-picker-v3 .bundle-card__item{font-size:var(--bundle-items-size-desktop, 13px)}.bundle-picker-v3 .bundle-card__item-subtext{font-size:var(--bundle-item-subtext-size-desktop, 12px)}.bundle-picker-v3 .bundle-card__hero-name{font-size:var(--v3-pill-size-desktop, 11px)}.bundle-picker-v3 .bundle-card__hero-value{font-size:calc(var(--v3-pill-size-desktop, 11px) * .95)}.bundle-picker-v3 .bundle-card__whypro-link--title{width:21px;height:21px;font-size:13px}}
/*# sourceMappingURL=/cdn/shop/t/116/assets/bundle-picker-v3.css.map */
