.bundle-picker-v2{width:100%;box-sizing:border-box}.bundle-picker-v2 .bundle-cards-wrapper{display:flex!important;flex-direction:column!important;gap:12px!important;width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important;box-sizing:border-box!important;margin-top:8px}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card-input{position:absolute!important;opacity:0!important;pointer-events:none!important;width:0!important;height:0!important}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card{position:relative;display:flex!important;flex-direction:row!important;align-items:flex-start!important;gap:14px!important;width:100%!important;padding:18px 18px 16px!important;margin:0!important;border:2px solid var(--bundle-border, #e5e5e5)!important;border-radius:14px!important;background:#fff!important;cursor:pointer;transition:border-color .15s ease,background .15s ease;box-sizing:border-box!important;overflow:visible!important;flex-wrap:wrap!important}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card:hover{border-color:#999}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card-input:checked+.bundle-card{border-color:var(--bundle-selected-border, #EA38C2)!important;background:var(--bundle-selected-bg, #fdf2fa)!important}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__main{flex:1 1 0!important;min-width:0!important;display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__bonuses{flex:1 1 100%!important;margin-top:0;padding:0 12px;background:#fff;border-radius:12px;border:1px solid transparent;width:100%;box-sizing:border-box;max-height:0;overflow:hidden;opacity:0;transition:max-height .4s ease,opacity .3s ease,margin-top .3s ease,padding .3s ease,border-color .3s ease}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card-input:checked+.bundle-card .bundle-card__bonuses{max-height:600px;opacity:1;margin-top:8px!important;padding:8px 10px 10px!important;border-color:#0000000d}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__badge{position:absolute;top:-10px;right:14px;left:auto;background:var(--badge-bg, #c2185b);color:var(--badge-text, #ffffff);font-weight:700;font-size:var(--bundle-badge-size-desktop, 13px);padding:4px 14px;border-radius:8px;letter-spacing:.3px;white-space:nowrap;z-index:2;text-transform:uppercase;line-height:1.4}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__radio{flex:0 0 22px;width:22px;height:22px;border:2px solid #c0c0c0;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;transition:border-color .15s ease;align-self:flex-start;margin-top:2px}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__radio-inner{width:12px;height:12px;border-radius:50%;background:var(--bundle-selected-border, #EA38C2);transform:scale(0);transition:transform .15s ease}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card-input:checked+.bundle-card .bundle-card__radio{border-color:var(--bundle-selected-border, #EA38C2)}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card-input:checked+.bundle-card .bundle-card__radio-inner{transform:scale(1)}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__center{flex:1 1 auto;display:flex;flex-direction:column;gap:4px;min-width:0;text-align:left;align-items:flex-start}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__text{display:flex;flex-direction:column;gap:2px;text-align:left;align-items:flex-start;width:100%}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__title{font-size:var(--bundle-title-size-desktop, 22px);font-weight:800;color:var(--bundle-title-color, #000);line-height:1.15;margin:0;text-align:left;text-transform:uppercase;letter-spacing:.3px}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__subtitle{font-size:var(--bundle-subtitle-size-desktop, 15px);color:var(--bundle-subtitle-color, #555);line-height:1.3;margin:0;text-align:left}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__descriptor{font-size:var(--descriptor-size-desktop, 13px);font-weight:700;line-height:1.3;margin-top:4px;width:100%}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__footer-note{display:flex;align-items:center;gap:8px;width:100%;color:#9a9a9a;font-size:11px!important;font-weight:500;margin-top:8px!important;padding-top:8px!important;border-top:1px solid rgba(0,0,0,.08)}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__footer-icon,.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__footer-note svg,.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__footer-note img{flex:0 0 12px;width:12px!important;height:12px!important}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__items{list-style:none;margin:6px 0 0;padding:0;display:grid;grid-template-columns:1fr!important;gap:6px 12px;width:100%}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__items:has(li:nth-child(4)){grid-template-columns:1fr!important}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__item{display:flex;align-items:center;gap:6px;font-size:var(--bundle-items-size-desktop, 14px);color:var(--bundle-items-color, #000);font-weight:600;line-height:1.2;white-space:nowrap}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__item-check{flex:0 0 14px;width:14px;height:14px;display:inline-flex;align-items:center;justify-content:center;color:var(--bundle-items-check-color, #c2185b)}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__item-check svg{width:100%;height:100%;display:block}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__item-value{color:var(--bundle-item-value-color, #EA38C2);font-weight:700;margin-left:0;white-space:nowrap}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__pricing{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0;gap:2px}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__compare-price{font-size:var(--bundle-compare-price-font-size-desktop, 16px);color:var(--bundle-compare-price-color, #999);text-decoration:line-through;font-weight:600;line-height:1.2}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__price{font-size:var(--bundle-price-font-size-desktop, 26px);font-weight:800;color:var(--bundle-price-color, #c2185b);line-height:1.1}.bundle-picker-v2 .bundle-cards-wrapper .visually-hidden{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__bonuses-heading{text-align:center;font-size:12px!important;font-weight:700;color:var(--bundle-selected-border, #EA38C2);margin:0 0 6px!important;padding-bottom:6px!important;border-bottom:1px solid rgba(0,0,0,.06)}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__timer{display:flex;align-items:center;justify-content:center;gap:6px;font-weight:700;font-size:12px!important;margin:0 0 8px!important}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__timer-label{font-weight:600}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__timer-clock{font-variant-numeric:tabular-nums;font-weight:800}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__bonus-tiles{display:flex;flex-wrap:wrap;justify-content:center;gap:4px!important;width:100%}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__bonus-tile{position:relative;flex:0 1 calc((100% - 24px)/5);max-width:calc((100% - 24px)/5);display:grid;grid-template-rows:auto 1fr auto;align-items:start;justify-items:center;text-align:center;min-width:0}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__bonus-badge{position:absolute;top:-4px!important;left:50%;transform:translate(-50%);background:var(--bundle-selected-border, #EA38C2);color:#fff;font-size:8px!important;font-weight:800;padding:1px 6px!important;border-radius:5px;letter-spacing:.3px;z-index:2;text-transform:uppercase;white-space:nowrap}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__bonus-tile img{width:70%;aspect-ratio:1 / 1;object-fit:contain;background:transparent;border-radius:8px;padding:2px!important;box-sizing:border-box;margin-bottom:4px}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__bonus-tile-title{font-size:11px!important;font-weight:700;color:#000;line-height:1.15;margin-bottom:1px!important}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__bonus-tile-value{font-size:10px!important;font-weight:600}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__bonus-tile-price-strike{text-decoration:line-through;color:var(--bundle-selected-border, #EA38C2);font-weight:500}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__bonus-tile-free{color:var(--bundle-selected-border, #EA38C2);font-weight:700;margin-left:2px}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__bonus-tile-size{display:block;width:100%;margin-top:4px;padding:4px 6px;font-size:10px;font-weight:500;color:#000;background:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;appearance:auto;-webkit-appearance:auto;-moz-appearance:auto;text-align:center;text-align-last:center;position:relative;z-index:2}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__bonus-tile-size:hover,.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__bonus-tile-size:focus{border-color:var(--bundle-selected-border, #EA38C2);outline:none}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__item-size{display:none;margin-left:8px;padding:1px 4px;font-size:10px;font-weight:500;color:#000;background:#fff;border:1px solid #ddd;border-radius:3px;cursor:pointer;appearance:auto;-webkit-appearance:auto;position:relative;z-index:2;max-width:80px}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card-input:checked+.bundle-card .bundle-card__item-size{display:inline-block}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__item-size:hover,.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__item-size:focus{border-color:var(--bundle-selected-border, #EA38C2);outline:none}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__whypro-link{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;min-width:14px;margin-left:2px;padding:0;font-size:9px;font-weight:700;text-decoration:none;cursor:pointer;border:1.5px solid currentColor;background:transparent;border-radius:50%;vertical-align:middle;line-height:1;position:relative;z-index:2}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__whypro-link:hover{opacity:.7}.bundle-picker-v2 .bundle-card__whypro-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;display:none;align-items:center;justify-content:center;padding:20px}.bundle-picker-v2 .bundle-card__whypro-modal.is-open{display:flex}.bundle-picker-v2 .bundle-card__whypro-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000a6;cursor:pointer}.bundle-picker-v2 .bundle-card__whypro-modal-inner{position:relative;max-width:700px;width:92vw;max-height:85vh;display:flex;align-items:center;justify-content:center}.bundle-picker-v2 .bundle-card__whypro-modal-inner img{max-width:100%;max-height:85vh;width:auto;height:auto;display:block;border-radius:8px}.bundle-picker-v2 .bundle-card__whypro-modal-close{position:absolute;top:-14px;right:-14px;width:36px;height:36px;border-radius:50%;background:#fff;color:#000;border:none;font-size:24px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0003;z-index:2;padding:0}.bundle-picker-v2 .bundle-card__whypro-modal-close:hover{background:#f5f5f5}@media(max-width:640px){.bundle-picker-v2 .bundle-card__whypro-modal-close{top:8px;right:8px}}body.whypro-modal-open{overflow:hidden}@media(max-width:480px){.bundle-picker-v2 .bundle-cards-wrapper{gap:10px!important}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card{padding:14px 12px 12px!important;border-radius:12px!important}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__title{font-size:var(--bundle-title-size-mobile, 18px)}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__subtitle{font-size:var(--bundle-subtitle-size-mobile, 13px)}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__price{font-size:var(--bundle-price-font-size-mobile, 20px)}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__compare-price{font-size:var(--bundle-compare-price-font-size-mobile, 14px)}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__badge{font-size:var(--bundle-badge-size-mobile, 11px);padding:3px 10px;top:-9px}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__descriptor{font-size:var(--descriptor-size-mobile, 12px)}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__item{font-size:var(--bundle-items-size-mobile, 12px);gap:5px}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__items{gap:3px;margin-top:4px}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__item-check{flex:0 0 12px;width:12px;height:12px}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__main{flex-wrap:wrap!important;position:relative}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__center{flex:1 1 100%;width:100%}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__text{padding-right:90px}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__pricing{position:absolute;top:0;right:0}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__bonus-tile{flex:0 1 calc((100% - 16px) / 3);max-width:calc((100% - 16px) / 3)}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__bonus-tile-title{font-size:10px!important}.bundle-picker-v2 .bundle-cards-wrapper .bundle-card__bonus-tile-value{font-size:9px!important}}
/*# sourceMappingURL=/cdn/shop/t/110/assets/bundle-picker-v2.css.map */
