:root{--outline-button-border-radius: 5px;--outline-button-border-radius-wrapper: 7px;--solid-button-border-radius: 5px}.partner-starter-pack-section *{font-family:Montserrat,sans-serif}.bundle-section{padding-top:40px}.section-step-number{font-size:16px;font-weight:700;line-height:100%;color:#323232;padding-bottom:14px;text-transform:uppercase}.bundle-heading{font-size:32px;line-height:48px;font-weight:700;margin-bottom:0}.bundle-subheading{font-size:18px;line-height:32px;margin-bottom:0}.bundle-products-container{display:flex;gap:30px;margin:40px 0;padding:0 25px}.bundle-products-container.bundle-count-1 .bundle-product-description{text-align:left;margin-bottom:38px;font-size:18px;color:#000;line-height:38px}.bundle-product-description{text-align:center}.bundle-product-card{display:flex;flex:1}.bundle-product-title{font-weight:700;font-size:28px;line-height:54px;margin-bottom:0}.bundle-product-title-link{text-decoration:none;color:inherit;display:inline-block}.bundle-product-title-link:hover{cursor:pointer}.bundle-product-content{margin-top:24px}.bundle-product-image img{width:148px;height:148px;object-fit:contain}.bundle-product-price{font-size:20px;font-weight:700;line-height:39px}.bundle-product-features li{font-size:14px;font-weight:400;padding-bottom:15px}.bundle-product-features li:before{content:"";width:12px;height:12px;background-size:contain;background-repeat:no-repeat;background-position:center;margin-right:10px;display:inline-block;vertical-align:middle}.bundle-product-card.single-product-layout .bundle-product-features{margin-left:28px}.single-product-layout{display:flex;align-items:flex-start;gap:40px}.single-product-layout .bundle-product-content{padding-left:0;flex:1}.single-product-layout .bundle-product-action{align-self:flex-start;margin-top:0;width:auto}.single-product-layout .bundle-product-action .bundle-form-btn{width:auto;min-width:135px;min-height:43px}.multi-product-layout{border:1px solid #DEDEDE;border-radius:8px;padding:32px}.multi-product-layout .bundle-product-title-link{font-size:22px;text-align:center}.multi-product-layout .bundle-product-title{margin:0;font-size:22px}.multi-product-layout .bundle-product-price{font-size:32px;text-align:center}.multi-product-layout .bundle-product-image{text-align:center;margin-top:24px}.multi-product-layout .bundle-product-action{display:block;text-align:center;margin:0 auto;width:192px;height:52px}.bundle-count-1 .bundle-product-card{display:flex;flex:1}.bundle-count-1 .bundle-product-content{padding-left:40px}.bundle-count-2 .bundle-product-card,.bundle-count-3 .bundle-product-card{border:1px solid #DEDEDE;border-radius:8px;padding:32px}.bundle-products-container.bundle-count-2,.bundle-products-container.bundle-count-3{padding:0;gap:16px}.bundle-count-2 .bundle-product-title-link,.bundle-count-3 .bundle-product-title-link{font-size:22px;text-align:center;display:flex;justify-content:center}.bundle-count-2 .bundle-product-title,.bundle-count-3 .bundle-product-title{margin:0}.bundle-count-2 .bundle-product-price,.bundle-count-3 .bundle-product-price{font-size:32px;text-align:center}.bundle-count-2 .bundle-product-image,.bundle-count-3 .bundle-product-image{text-align:center}.bundle-products-container.bundle-count-2 .multi-product-layout{width:calc(50% - 16px);display:block}.bundle-products-container.bundle-count-3 .multi-product-layout{width:calc(33.33% - 16px);flex:1;display:block}.bundle-product-action{display:inline-block}.bundle-product-action .bundle-form-btn{width:90%}.bundle-product-action button{font-size:16px;font-weight:700;cursor:pointer;display:flex;justify-content:center;align-items:center;width:100%}.bundle-form-btn{position:relative;display:inline-block;width:100%;min-height:40px}.btn-bundle{position:relative;z-index:1;width:100%;min-height:45px;display:block}.btn-bundle.display-none{position:absolute;visibility:hidden;width:100%}.bundle-loader{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;min-height:52px;background:#fff;display:flex;align-items:center;justify-content:center;z-index:2;margin:0;padding:12px 20px;box-sizing:border-box}.bundle-loader .button-loader-container{display:flex;align-items:center;justify-content:center}.button-loader{--border-size: 2px;--loader-size: 20px;border:var(--border-size) solid #000;border-top:var(--border-size) solid transparent;border-radius:50%;width:var(--loader-size);height:var(--loader-size);animation:spin 2s linear infinite;display:inline-block}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.button--solid .button-loader{border-color:var(--color-foreground-main);border-top-color:transparent}.button--outline .button-loader{border-color:var(--color-text-main);border-top-color:transparent}.bundle-product-action.button--solid{padding:2px;border-radius:var(--outline-button-border-radius-wrapper);background:var(--color-text-main);transition:all .3s ease}.bundle-product-action.button--outline{padding:2px;border-radius:var(--outline-button-border-radius-wrapper);background:transparent;border:1px solid var(--color-borders-forms-primary);transition:all .3s ease}.bundle-product-action.button--outline:hover{border-color:var(--color-text-main)}.bundle-product-action.button--solid button,.bundle-product-action.button--outline button{background:#fff;border:none;border-radius:var(--outline-button-border-radius);color:var(--color-text-main)}.bundle-product-action.button--solid button:hover,.bundle-product-action.button--outline button:hover{color:var(--color-text-main)}.bundle-loader{background:#fff}.mobile-view{display:none!important}.desktop-view{display:block}.partner-alert{display:none;align-items:center;justify-content:space-between;padding:20px;border-radius:4px;position:fixed;right:26px;z-index:1003;gap:20px;margin:0;box-shadow:0 2px 8px #0000001a;background:#f35e68}.partner-alert__message{flex:1;font-size:14px;line-height:1.5;color:#fff;max-width:calc(100% - 80px)}.partner-alert__close{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:opacity .2s ease}.partner-alert__close:hover{opacity:1}.partner-alert .alert__icon{flex-shrink:0;margin:0}@media screen and (max-width: 768px){.partner-starter-pack-section .container--large{padding-left:0;padding-right:0}.single-product-layout{border-top:1px solid #DEDEDE;gap:20px}.bundle-count-1 .bundle-product-card.single-product-layout .bundle-product-features{margin-left:0;margin-top:15px}.bundle-products-container.bundle-count-2,.bundle-products-container.bundle-count-3{flex-direction:column;gap:0;margin-top:10px}.single-product-layout .bundle-product-image{text-align:center;margin:0 auto;padding-top:40px}.single-product-layout .bundle-product-features{padding:16px 30px 0}.bundle-count-1 .bundle-product-card,.bundle-count-2 .bundle-product-card,.bundle-count-3 .bundle-product-card{flex-direction:column}.bundle-heading{font-size:22px;line-height:24.2px;margin-bottom:0;padding:32px 15px 20px}.bundle-subheading{font-size:15px;line-height:21px;padding:0 15px}.bundle-product-title-link,.bundle-product-content{padding:0 15px}.bundle-product-title{margin:0}.bundle-product-price{padding-left:15px;padding-right:15px;padding-bottom:24px}.bundle-products-container{padding:0;margin-top:10px}.single-product-layout .bundle-product-content{padding:0;width:100%}.multi-product-layout .bundle-product-content{padding:16px 15px 0 30px}.bundle-product-image{text-align:center}.bundle-product-title-link{font-size:22px;text-align:center;padding-top:16px;display:flex;justify-content:center}.bundle-product-title{margin:0;line-height:48px}.bundle-section .bundle-product-price{font-size:16px;text-align:center;font-weight:700}.bundle-count-2 .bundle-product-card,.bundle-count-3 .bundle-product-card{border-left:none;border-right:none;padding:40px 0;border-radius:0;width:100%!important}.multi-product-layout .bundle-product-action{width:calc(100% - 30px);margin:0 15px}.single-product-layout .bundle-product-action{width:calc(100% - 30px);margin:24px 15px 0}.single-product-layout .bundle-product-action .bundle-form-btn{width:100%}.multi-product-layout .bundle-product-image{margin-top:0}}@media screen and (max-width: 767px){.bundle-products-container.bundle-count-1 .single-product-layout .bundle-product-description{padding:0 15px;text-align:center;margin-bottom:10px}.bundle-section .section-step-number{padding-left:15px}.desktop-view{display:none}.mobile-view{display:block!important}.mobile-view.secure-checkout-info{padding-bottom:40px}.secure-checkout-info{padding-top:0}.single-product-layout .bundle-product-action{width:calc(100% - 30px);margin:0 15px}.partner-alert{padding:12px 15px;width:100%;right:0;border-top-right-radius:0;border-top-left-radius:0}.partner-alert__message{font-size:13px}}
/*# sourceMappingURL=/cdn/shop/t/67/assets/partner-starter-pack-section.css.map */
