.lc-variant-bundle-wrap{border:none;padding:0;margin:0;min-width:0;display:flex;flex-direction:column}.lc-variant-bundle-container{display:flex;flex-direction:column;gap:1.6rem;width:100%;margin-top:1rem}.lc-bundle-card{position:relative;display:block;border:1.5px solid rgb(var(--color-border));border-radius:var(--blocks-radius);background-color:rgb(var(--color-background));transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;overflow:hidden}.lc-bundle-card:hover{border-color:#1d438066;transform:translateY(-1px);box-shadow:0 4px 12px #1d43800a}.lc-bundle-card--popular{border-color:#1d4380;background-color:#dbebff;box-shadow:0 6px 18px #1d43800f}.lc-bundle-card--popular:hover{border-color:#1d4380;box-shadow:0 8px 22px #1d43801a}.lc-bundle-card__badge{background-color:#1d4380;color:#fff;font-weight:700;font-size:1.2rem;padding:.8rem 1rem;text-align:center;text-transform:uppercase;letter-spacing:.05em;line-height:1;width:100%}.lc-bundle-card__input{position:absolute;opacity:0;width:0;height:0;margin:0;pointer-events:none}.lc-bundle-card__label{display:block;padding:2rem;width:100%;cursor:pointer}.lc-bundle-card__header{display:flex;gap:1.2rem;align-items:flex-start}.lc-bundle-card__radio-indicator-wrapper{flex-shrink:0;margin-top:.2rem}.lc-bundle-card__radio-circle{width:20px;height:20px;border:2px solid rgb(var(--color-border));border-radius:50%;display:inline-block;position:relative;transition:all .2s ease}.lc-bundle-card--popular .lc-bundle-card__radio-circle{border-color:#1d4380!important}.lc-bundle-card__input:checked~.lc-bundle-card__label .lc-bundle-card__radio-circle{border-color:#1d4380}.lc-bundle-card__input:checked~.lc-bundle-card__label .lc-bundle-card__radio-circle:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;background-color:#1d4380;border-radius:50%}.lc-bundle-card__title-price-row{display:flex;justify-content:space-between;align-items:flex-start;flex-grow:1;gap:1.2rem}.lc-bundle-card__title-sub-wrapper{display:flex;flex-direction:column;align-items:flex-start}.lc-bundle-card__title{font-size:1.6rem;font-weight:700;color:rgb(var(--color-foreground));line-height:1.2}.lc-bundle-card__price-wrapper{display:flex;flex-direction:column;align-items:flex-end;line-height:1.2;flex-shrink:0}.lc-bundle-card__price{display:flex;align-items:baseline;gap:.4rem}.lc-bundle-card__price-amount{font-size:2.2rem;font-weight:800;color:rgb(var(--color-foreground))}.lc-bundle-card__price-currency{font-size:1.2rem;font-weight:600;color:var(--color-foreground-lighten-60);text-transform:uppercase}.lc-bundle-card__compare-price{font-size:1.3rem;text-decoration:line-through;color:var(--color-foreground-lighten-60);margin-bottom:.2rem}.lc-bundle-card__sub-info{font-size:1.2rem;color:var(--color-foreground-lighten-60);margin-top:.4rem;display:block;text-align:left}.lc-bundle-card__offer-banner{margin-top:1.2rem;background-color:#eaf0f8;color:#1d4380;font-size:1.3rem;font-weight:600;padding:.8rem 1.2rem .8rem 1.4rem;border-radius:var(--small-blocks-radius);display:flex;align-items:center;gap:1.1rem;width:100%;box-sizing:border-box;text-align:left}.lc-beeping-dot-wrapper{position:relative;display:inline-flex;width:8px;height:8px;flex-shrink:0}.lc-beeping-dot{width:8px;height:8px;background-color:#5e87ca;border-radius:50%;display:inline-block}.lc-beeping-dot-pulse{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:7px;height:7px;background-color:#dbebff;border-radius:50%;animation:lc-beep 1.5s infinite ease-out;opacity:.7}@keyframes lc-beep{0%{transform:translate(-50%,-50%) scale(1);opacity:.8}to{transform:translate(-50%,-50%) scale(3.5);opacity:0}}.lc-bundle-card__content{margin-top:1.6rem;border-top:1px solid rgba(var(--color-border),.5);padding-top:1.6rem;display:flex;flex-direction:column;gap:1.2rem}.lc-bundle-card__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.8rem}.lc-bundle-card__list-item{display:flex;align-items:flex-start;gap:.8rem;font-size:1.3rem;line-height:1.4;color:rgb(var(--color-foreground));text-align:left}.lc-bundle-card__icon{width:1.6rem;height:1.6rem;color:#1d4380;flex-shrink:0;margin-top:.1rem}.lc-bundle-card__divider{border-top:1.5px dashed rgba(29,67,128,.25);margin:1.6rem 0;width:100%}.lc-bundle-card__gifts-header{font-size:1.3rem;font-weight:700;color:#1d4380;text-transform:uppercase;margin-bottom:1.2rem;text-align:left}.lc-bundle-card__gifts-section{display:flex;flex-direction:column}.lc-bundle-card__list-item--gift{justify-content:space-between;align-items:center;background-color:rgba(var(--color-foreground),.02);padding:.6rem 1rem;border-radius:var(--small-blocks-radius)}.lc-bundle-card--popular .lc-bundle-card__list-item--gift{background-color:#1d43800f}.lc-bundle-card__gift-text-wrapper{display:flex;align-items:center;gap:.8rem}.lc-bundle-card__icon--gift{width:1.6rem;height:1.6rem;color:#1d4380;flex-shrink:0}.lc-bundle-card__free-badge{font-size:1rem;font-weight:700;background-color:#1d4380;color:#fff;padding:.2rem .6rem;border-radius:4px;line-height:1;text-transform:uppercase;flex-shrink:0}.lc-bundle-card:has(.lc-bundle-card__input:checked){border-color:#1d4380}.lc-bundle-card--popular:has(.lc-bundle-card__input:checked){border-color:#1d4380;box-shadow:0 8px 24px #1d438024}.lc-bundle-card--disabled{opacity:.6;cursor:not-allowed}.lc-bundle-card--disabled .lc-bundle-card__label{cursor:not-allowed}@media screen and (max-width:480px){.lc-bundle-card__label{padding:1.5rem}.lc-bundle-card__header{gap:.8rem}.lc-bundle-card__title{font-size:1.4rem}.lc-bundle-card__price-amount{font-size:1.8rem}.lc-bundle-card__price-currency{font-size:1.1rem}.lc-bundle-card__compare-price{font-size:1.2rem}.lc-bundle-card__sub-info{font-size:1.1rem}.lc-bundle-card__offer-banner{font-size:1.1rem;padding:.6rem 1rem}.lc-bundle-card__list-item{font-size:1.2rem}.lc-bundle-card__free-badge{font-size:.9rem;padding:.15rem .4rem}}
/*# sourceMappingURL=/cdn/shop/t/18/assets/lc-variant-bundle-picker.css.map */
