.product-bundle-form__options{display:flex;flex-direction:column;gap:10px}.product-bundle-form__item{border:1px solid rgba(113,233,241,.3);border-radius:8px;cursor:pointer;transition:border-color .2s ease,background .2s ease}.product-bundle-form__item.selected{border-color:var(--green-1);background:var(--green-2)}.product-bundle-form__top{position:relative;display:flex;justify-content:space-between;align-items:flex-start;padding:8px 12px;border-radius:8px 8px 0 0;border-bottom:1px solid rgba(113,233,241,.3)}.product-bundle-form__item.selected .product-bundle-form__top{border-bottom:1px solid var(--green-1)}.product-bundle-form__top-inner{display:flex;flex-direction:column}.product-bundle-form__badge{position:absolute;top:12px;right:12px;font-size:12px;line-height:1;padding:5px 8px;border-radius:50px;background-color:var(--turquoise);color:var(--navy)}.product-bundle-form__title{font-size:14px;line-height:1.7;font-weight:700;display:block}.product-bundle-form__subtitle{font-size:14px;line-height:1.7}.product-bundle-form__price{display:flex;align-items:center;gap:5px;flex-shrink:0}.product-bundle-form__price-compare{font-size:14px;line-height:1.7;text-decoration:line-through;opacity:.5}.product-bundle-form__price-current{font-size:14px;line-height:1.7}.product-bundle-form__contents{padding:12px}.product-bundle-form__renew-wrapper{display:flex;align-items:center;justify-content:space-between;gap:6px;position:relative}.product-bundle-form__renew{font-size:14px;line-height:1.7;margin:0}.product-bundle-form__content{height:0;overflow:hidden;transition:height .3s ease}.product-bundle-form__content-inner{font-size:12px;line-height:18px;margin-top:8px}.product-bundle-form__content ul{margin:0;padding-left:18px}.product-bundle-form__content li{margin-bottom:2px}.product-bundle-form__addon{padding-top:12px;padding-right:12px}.product-bundle-form__addon--hidden{display:none}.product-bundle-form__addon-inner{display:flex}.product-bundle-form__addon-input{position:absolute;opacity:0;pointer-events:none}.product-bundle-form__addon-label{display:inline-flex;align-items:center;justify-content:space-between;width:100%;gap:8px;flex-wrap:wrap;cursor:pointer;font-size:14px;line-height:1.7}.product-bundle-form__addon-label:before{content:"";width:16px;height:16px;border:1px solid rgba(113,233,241,.4);border-radius:4px;flex-shrink:0;display:inline-block;box-sizing:border-box}.product-bundle-form__addon-input:checked+.product-bundle-form__addon-label:before{background-color:var(--green-3);border-color:var(--green-3);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:14px}.product-bundle-form__addon-text{flex:1}.product-bundle-form__addon-desc{font-size:12px!important;line-height:1.2;margin:0 0 0 24px;opacity:.5}.product-bundle-form__buttons{display:flex;flex-direction:column;gap:16px;margin-top:12px}.product-bundle-form__submit{margin:0}.product-bundle-form__onetime{margin:0;text-align:center;font-size:14px;line-height:1.7;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-wrap:wrap}.product-bundle-form__onetime-link{color:var(--orange, #ee5e3e);display:inline-flex;gap:4px;align-items:center;background:none;border:none;padding:0;cursor:pointer;font-size:inherit;position:relative}.product-bundle-form__onetime-link:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:1px;background-color:var(--orange, #ee5e3e)}.product-bundle-form__submit.loading,.product-bundle-form__onetime-link.loading{opacity:.7;cursor:wait;pointer-events:none}@media screen and (max-width:767px){.product-bundle-form__addon{padding-top:16px}.product-bundle-form__buttons{margin-top:16px}}.bundle-onetime-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:end;justify-content:center;visibility:hidden;opacity:0;transition:opacity .3s ease,visibility .3s ease}.bundle-onetime-modal[aria-hidden=false]{visibility:visible;opacity:1}.bundle-onetime-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0c234080;cursor:pointer}.bundle-onetime-modal__container{position:relative;background:var(--beige);border-radius:8px 8px 0 0;max-width:764px;width:100%;max-height:95vh;overflow-y:auto;padding:60px 20px}.bundle-onetime-modal__close{position:absolute;top:24px;right:24px;border:none;background:none;cursor:pointer}.bundle-onetime-modal__header{text-align:center;margin-bottom:24px}.bundle-onetime-modal__subtitle{color:var(--orange, #EE5E3E);font-size:12px;line-height:18px;font-weight:700;text-transform:uppercase;margin:0 0 12px}.bundle-onetime-modal__title{color:var(--navy);margin:0 0 24px;text-align:center;letter-spacing:-.03em}.bundle-onetime-modal__paragraph{color:var(--navy);max-width:520px;margin-left:auto;margin-right:auto;text-align:left}.bundle-onetime-modal__paragraph p{font-size:14px;line-height:20px;margin:0}.bundle-onetime-modal__body{display:flex;flex-direction:column;gap:24px}.bundle-onetime-modal__cards{display:grid;grid-template-columns:1fr 1fr;gap:16px}.bundle-onetime-modal__cards--only-first{grid-template-columns:1fr}.bundle-onetime-modal__card{border:1px solid rgba(12,35,64,.3);border-radius:6px;overflow:hidden;cursor:pointer;transition:border-color .2s ease,background-color .2s ease;padding:16px}.bundle-onetime-modal__card.selected{border-color:var(--navy);background-color:var(--gray-2)}.bundle-onetime-modal__card-image{aspect-ratio:1;overflow:hidden;border-radius:8px;position:relative}.bundle-onetime-modal__card-content{padding-top:16px}.bundle-onetime-modal__card-title{margin:0 0 2px;line-height:1.2;color:var(--navy)}.bundle-onetime-modal__card-desc-wrapper{display:flex;align-items:center;gap:2px}.bundle-onetime-modal__card-desc,.bundle-onetime-modal__card-price{font-size:14px;line-height:1.7;margin:0;color:var(--navy)}.bundle-onetime-modal__footer{display:flex;flex-direction:column;align-items:center;gap:16px}.bundle-onetime-modal__cta{width:100%;max-width:340px;white-space:nowrap}.bundle-onetime-modal__switch{margin:0;font-size:14px;line-height:22px;color:var(--navy);text-align:center;display:flex;flex-wrap:wrap;justify-content:center;gap:6px 8px}.bundle-onetime-modal__link{display:inline-flex;gap:4px;align-items:center;background:none;border:none;padding:0;color:var(--orange, #ee5e3e);cursor:pointer;font-size:14px;line-height:22px;position:relative}.bundle-onetime-modal__link:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background-color:var(--orange, #ee5e3e)}.bundle-onetime-modal__cta.loading,.bundle-onetime-modal__link.loading{opacity:.7;cursor:wait;pointer-events:none}@media screen and (min-width:768px){.bundle-onetime-modal{align-items:center}.bundle-onetime-modal__container{border-radius:8px;padding:60px 54px;max-height:90vh}.bundle-onetime-modal__title{margin:0 0 16px}.bundle-onetime-modal__paragraph{text-align:center}.bundle-onetime-modal__header{margin-bottom:40px}.bundle-onetime-modal__card-image{aspect-ratio:1.35}.bundle-onetime-modal__body{gap:40px}.bundle-onetime-modal__cards--only-first{margin:0 auto}}@media screen and (max-width:767px){.bundle-onetime-modal{transform:translateY(100%);transition:opacity .3s ease,visibility .3s ease,transform .3s ease}.bundle-onetime-modal[aria-hidden=false]{transform:translateY(0)}.bundle-onetime-modal__cards{grid-template-columns:1fr;gap:8px}.bundle-onetime-modal__card{display:flex;gap:16px;align-items:center;padding:8px}.bundle-onetime-modal__card-image{width:28%}.bundle-onetime-modal__card-content{padding-top:0}.bundle-onetime-modal__card-title{font-size:20px;line-height:1.2}.bundle-onetime-modal__card-desc,.bundle-onetime-modal__card-price{font-size:12px;line-height:1.8;white-space:nowrap}}.product-feature__form .product-bundle-form__item.selected{background-color:var(--gray-2);color:var(--navy);border-color:var(--navy-2)}.product-feature__form .product-bundle-form__item.selected .product-bundle-form__top{border-bottom-color:var(--navy-2)}.product-feature__form .product-bundle-form__item{border-color:#0c23404d}.product-feature__form .product-bundle-form__top{border-bottom-color:#0c23404d}.product-feature__form .product-bundle-form__badge{top:50%;transform:translateY(-50%)}.product-feature__form .product-bundle-form__title{font-weight:700;line-height:1.7}.product-feature__form .product-bundle-form__onetime{flex-direction:row;gap:8px}.product-feature__form .product-bundle-form__buttons{margin-top:8px}.product-bundle-form__input-container{position:relative;pointer-events:none;display:flex;align-items:center;gap:8px}.product-bundle-form__input{visibility:hidden}.product-bundle-form__label-circle{cursor:pointer;position:absolute;top:50%;left:10px;transform:translate(-50%,-50%);width:18px;height:18px;border:1px solid rgba(113,233,241,.3);border-radius:50%;display:block;pointer-events:none}.product-bundle-form__circle-checked{cursor:pointer;position:absolute;top:50%;left:10px;transform:translate(-50%,-50%);display:none}.product-bundle-form__item.selected .product-bundle-form__input+.product-bundle-form__label-circle+.product-bundle-form__circle-checked{display:block;width:5px}.product-bundle-form__item.selected .product-bundle-form__input+.product-bundle-form__label-circle{border:1px solid var(--turquoise);opacity:1}.product-feature__form .product-bundle-form__circle-checked circle{fill:var(--navy-2)}.product-feature__form .product-bundle-form__item.selected .product-bundle-form__input+.product-bundle-form__label-circle{border:1px solid var(--navy-2)}.product-feature__form .product-bundle-form__label-circle{border:1px solid rgba(12,35,64,.3)}.product-feature__form .product-bundle-form__addon-input:checked+.product-bundle-form__addon-label:before{background-color:var(--navy-2);border-color:var(--navy-2)}.product-feature__form .product-bundle-form__addon-label:before{border:1px solid rgba(23,43,72,.4)}
/*# sourceMappingURL=/cdn/shop/t/17/assets/component-product-bundle-form.css.map */
