.bundle-selector{display:flex;flex-direction:column;gap:32px;margin:16px 0 24px;font-family:Lato,sans-serif}.bundle-selector__section{display:flex;flex-direction:column;gap:12px}.bundle-selector__section-header{display:grid;grid-template-columns:auto minmax(0,1fr) auto;column-gap:12px;align-items:center}.bundle-selector__section-num{grid-column:1;grid-row:1 / span 2;align-self:center;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#1a1a1a;color:#fff;font-weight:700;font-size:14px}.bundle-selector__section-title{grid-column:2;grid-row:1;margin:0;font-size:18px;font-weight:700;color:#1a1a1a;line-height:1.3}.bundle-selector__helper{grid-column:2;grid-row:2;margin:0;color:#555;font-size:14px;line-height:1.3}.bundle-selector__options{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.bundle-option{border:1px solid #DDDDDD;border-radius:8px;background:#fff;transition:background-color .12s,border-color .12s}.bundle-option__label{display:grid;grid-template-columns:24px 80px 1fr auto;align-items:center;gap:16px;padding:16px;cursor:pointer;margin:0}.bundle-option__input{appearance:none;-webkit-appearance:none;width:18px;height:18px;border:1px solid #DDDDDD;border-radius:4px;background:#fff;cursor:pointer;position:relative;margin:0;transition:border-color .12s,background-color .12s}.bundle-option__input:checked{border-color:#19733e;background:#19733e}.bundle-option__input:checked:after{content:"";position:absolute;left:50%;top:50%;width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:translate(-50%,-60%) rotate(45deg)}.bundle-option__input:focus-visible{outline:2px solid #19733e;outline-offset:2px}.bundle-option__thumb{width:80px;height:80px;object-fit:contain;border-radius:6px;background:#fff;display:block}.bundle-option__thumb--placeholder{background:#f0f0f0}.bundle-option__main{display:flex;flex-direction:column;gap:4px;min-width:0}.bundle-option__badge{display:inline-block;align-self:flex-start;padding:4px 10px;border-radius:50px;background:#19733e;color:#fff;font-size:12px;font-weight:700;line-height:1.2;letter-spacing:.02em;margin-bottom:2px}.bundle-option__name{color:#1a1a1a;font-size:16px;font-weight:400;line-height:1.35}.bundle-option__learn-more{align-self:flex-start;margin:0;padding:0;background:none;border:0;color:#19733e;font-size:14px;font-weight:400;text-decoration:underline;text-underline-offset:2px;cursor:pointer;font-family:inherit}.bundle-option__learn-more:hover{color:#145c31}.bundle-option__price{color:#19733e;font-size:16px;font-weight:700;white-space:nowrap;align-self:center}.bundle-option.is-checked{background:#278a3314;border-color:#19733e}.bundle-option.is-checked .bundle-option__thumb{border:1px solid #19733e;border-radius:8px}@media(max-width:720px){.bundle-selector{gap:28px}.bundle-option__label{grid-template-columns:24px 75px 1fr auto;column-gap:10px;row-gap:2px;padding:20px 12px;align-items:center}.bundle-option__thumb{width:75px;height:75px}.bundle-option__name,.bundle-option__price{font-size:14px}.bundle-option__label{grid-template-areas:"cb th name name" "cb th price learn"}.bundle-option__label:has(.bundle-option__badge){grid-template-areas:"cb th badge badge" "cb th name  name" "cb th price learn"}.bundle-option__input{grid-area:cb;align-self:center}.bundle-option__thumb{grid-area:th;align-self:center}.bundle-option__main{display:contents}.bundle-option__badge{grid-area:badge;align-self:start;justify-self:start}.bundle-option__name{grid-area:name}.bundle-option__price{grid-area:price;align-self:center;font-size:14px}.bundle-option__learn-more{grid-area:learn;align-self:center;justify-self:end;white-space:nowrap}}.bundle-modal[hidden]{display:none}.bundle-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:24px}body.bundle-modal-open .crisp-client,body.bundle-modal-open #crisp-chatbox,body.bundle-modal-open #google-merchantwidget-iframe-wrapper,body.bundle-modal-open #merchantwidgetiframe,body.bundle-modal-open iframe[src*=merchantverse],body.bundle-compare-open .crisp-client,body.bundle-compare-open #crisp-chatbox,body.bundle-compare-open #google-merchantwidget-iframe-wrapper,body.bundle-compare-open #merchantwidgetiframe,body.bundle-compare-open iframe[src*=merchantverse]{display:none!important;visibility:hidden!important;pointer-events:none!important}.bundle-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#2828288c;cursor:pointer}.bundle-modal__panel{position:relative;z-index:1;background:#fff;border-radius:16px;width:min(960px,100%);max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px #00000040}.bundle-modal__close{position:absolute;top:16px;right:16px;width:36px;height:36px;border-radius:50%;border:0;background:#ffffffeb;color:#1a1a1a;cursor:pointer;z-index:2;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000001f}.bundle-modal__close:hover{background:#f0f0f0}.bundle-modal__close:focus-visible{outline:2px solid #19733e;outline-offset:2px}.bundle-modal__slot{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow:hidden}.bundle-modal__article{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;display:grid;grid-template-columns:1fr 2fr;align-items:start}.bundle-modal__hero{background:#fff;display:flex;align-items:center;justify-content:center;padding:32px;position:sticky;top:0;align-self:start;height:min(90vh,100%);max-height:90vh}.bundle-modal__hero-frame{position:relative;display:inline-block;max-width:100%;max-height:100%}.bundle-modal__hero-frame .bundle-modal__badge--recommended{position:absolute;top:0;left:0;transform:translateY(calc(-100% - 8px));z-index:1}.bundle-modal__hero img{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px;display:block}.bundle-modal__content{padding:32px 40px;display:flex;flex-direction:column;gap:16px}.bundle-modal__badge{display:inline-flex;align-self:flex-start;padding:6px 12px;border-radius:6px;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.bundle-modal__badge--recommended{background:#278a3326;color:#19733e}.bundle-modal__badge--verified{background:#278a331a;color:#19733e}.bundle-modal__title{margin:0;font-size:28px;font-weight:800;line-height:1.15;color:#1a1a1a}.bundle-modal__positioning{margin:0;color:#555;font-style:italic;line-height:1.5}.bundle-modal__package{background:#f4efe6;border-radius:8px;padding:16px 20px}.bundle-modal__package-title{margin:0 0 10px;font-size:13px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#1a1a1a}.bundle-modal__package-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:10px 24px;color:#1a1a1a;font-weight:400}.bundle-modal__package-list li{display:flex;align-items:center;gap:8px}.bundle-modal__package-list li:before{content:"";flex-shrink:0;width:16px;height:16px;background-color:#19733e;border-radius:50%;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'><path d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/></svg>");background-repeat:no-repeat;background-position:center;background-size:11px 11px}.bundle-modal__body{color:#333;line-height:1.55}.bundle-modal__body p{margin:0 0 .75em}.bundle-modal__body p:last-child{margin-bottom:0}.bundle-modal__specs{margin:0;display:flex;flex-direction:column}.bundle-modal__spec{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #eee}.bundle-modal__spec:last-child{border-bottom:0}.bundle-modal__spec dt{color:#777;font-weight:500}.bundle-modal__spec dd{margin:0;color:#1a1a1a;font-weight:700}.bundle-modal__footer{flex:0 0 auto;display:flex;align-items:center;gap:16px;padding:16px 32px;border-top:1px solid #eee;background:#fff}.bundle-modal__price{order:1;display:flex;align-items:baseline;flex-wrap:wrap;gap:8px;line-height:1.1}.bundle-modal__price-current{font-size:22px;font-weight:700;color:#19733e}.bundle-modal__price-compare{font-size:15px;color:#777;text-decoration:line-through}.bundle-modal__price-save{font-size:13px;padding:3px 10px;margin-left:0;top:0}.bundle-modal__view-full{display:none}.bundle-modal__view-full-icon{flex-shrink:0}.bundle-modal__view-full-inline{display:inline-flex;align-items:center;gap:6px;align-self:center;margin:20px auto 8px;color:#1a1a1a;font-weight:400;text-decoration:underline;text-underline-offset:2px}.bundle-modal__view-full-inline:hover{color:#145c31}.bundle-modal__cta{background:#19733e;color:#fff;border:0;border-radius:8px;padding:14px 28px;font-size:17px;font-weight:700;font-style:italic;cursor:pointer;transition:background-color .12s;font-family:inherit;order:3;margin-left:auto}.bundle-modal__cta:hover{background:#145c31}.bundle-modal__cta:focus-visible{outline:2px solid #19733e;outline-offset:2px}.bundle-modal__handle{display:none}@media(max-width:720px){.bundle-modal{align-items:flex-end;padding:0}.bundle-modal__panel{width:100%;max-height:92vh;border-radius:16px 16px 0 0}.bundle-modal__handle{display:block;position:absolute;top:0;left:0;right:0;height:28px;z-index:3;touch-action:none;cursor:grab}.bundle-modal__handle:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:44px;height:5px;border-radius:3px;background:#ffffffd9;box-shadow:0 1px 2px #00000040}.bundle-modal:not([hidden]) .bundle-modal__panel{animation:bundle-modal-slide-up .3s cubic-bezier(.32,.72,0,1) both}.bundle-modal:not([hidden]) .bundle-modal__backdrop{animation:bundle-modal-fade-in .22s ease-out both}@keyframes bundle-modal-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes bundle-modal-fade-in{0%{opacity:0}to{opacity:1}}.bundle-modal__article{display:flex;flex-direction:column;min-height:0}.bundle-modal__footer{flex-direction:column;align-items:stretch;gap:10px;padding:14px 20px 16px;border-top:1px solid #19733e}.bundle-modal__price{order:1;justify-content:center}.bundle-modal__price-current{font-size:24px}.bundle-modal__price-compare{font-size:16px}.bundle-modal__cta{order:2;width:100%;padding:14px 24px;margin-left:0}.bundle-modal__hero{min-height:0;max-height:none;padding:16px 16px 12px;position:static;height:auto;overflow:visible;flex:0 0 auto;align-self:stretch}.bundle-modal__hero-frame{display:flex;flex-direction:column;align-items:center;gap:10px;width:100%;height:auto;max-width:100%;max-height:none}.bundle-modal__hero-frame .bundle-modal__badge--recommended{position:static;transform:none;order:2;align-self:center}.bundle-modal__hero img{width:auto;height:220px;max-width:100%;max-height:220px;margin:0 auto;order:1}.bundle-modal__content{padding:24px 20px 32px;gap:14px}.bundle-modal__title{font-size:24px}.bundle-modal__package-list{grid-template-columns:1fr}}.bundle-selector__compare-link{grid-column:3;grid-row:1;align-self:center;justify-self:end;display:inline-flex;align-items:center;gap:6px;background:none;border:0;padding:0;color:#6b7280;font-family:inherit;font-size:14px;font-weight:500;text-decoration:underline;text-underline-offset:2px;cursor:pointer;white-space:nowrap}.bundle-selector__compare-link:hover{color:#374151}.bundle-selector__compare-link:focus-visible{outline:2px solid #6B7280;outline-offset:2px}@media(max-width:720px){.bundle-selector__section-title{grid-column:2 / -1}.bundle-selector__compare-link{grid-row:2;font-size:13px}}.bundle-compare-modal[hidden]{display:none}.bundle-compare-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10001;display:flex;align-items:center;justify-content:center;padding:24px}.bundle-compare-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#28282899;cursor:pointer}.bundle-compare-modal__panel{position:relative;z-index:1;background:#fff;border-radius:16px;width:min(1240px,100%);max-height:92vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px #00000040}.bundle-compare-modal__close{position:absolute;top:16px;right:16px;width:36px;height:36px;border-radius:50%;border:0;background:#fffffff0;color:#1a1a1a;cursor:pointer;z-index:2;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000001f}.bundle-compare-modal__close:hover{background:#f0f0f0}.bundle-compare-modal__close:focus-visible{outline:2px solid #19733e;outline-offset:2px}.bundle-compare-modal__slot{flex:1 1 auto;min-height:0;overflow-y:auto}.bundle-compare{padding:32px 32px 24px;font-family:Lato,sans-serif}.bundle-compare__header{margin-bottom:16px}.bundle-compare__title{margin:0 40px 6px 0;font-size:22px;font-weight:800;color:#1a1a1a}.bundle-compare__subtitle{margin:0;color:#555;font-size:14px;line-height:1.5}.bundle-compare__banner{display:flex;align-items:center;gap:8px;margin-bottom:24px;padding:10px 14px;background:#278a331a;color:#1e6b26;border-radius:8px;font-size:14px;font-weight:600}.bundle-compare__banner svg{flex-shrink:0;color:#19733e}.bundle-compare__grid{display:grid;grid-template-columns:repeat(var(--cols, 3),minmax(0,1fr));gap:16px}.bundle-compare__grid[data-col-count="1"]{--cols: 1}.bundle-compare__grid[data-col-count="2"]{--cols: 2}.bundle-compare__grid[data-col-count="3"]{--cols: 3}.bundle-compare__grid[data-col-count="4"]{--cols: 4}.bundle-compare__grid[data-col-count="5"]{--cols: 5}.bundle-compare__col{position:relative;display:flex;flex-direction:column;border:1px solid #e5e5e5;border-radius:10px;padding:16px 16px 20px;background:#fff}.bundle-compare__col--recommended{border:1px solid #19733e;background:#278a330a}.bundle-compare__counter,.bundle-compare__floating-head,.bundle-compare__heater-type{display:none}.bundle-compare__pick{position:absolute;top:12px;left:12px;padding:5px 11px;background:#19733e;color:#fff;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border-radius:4px;z-index:1}.bundle-compare__image{aspect-ratio:4 / 3;background:#fff;border-radius:8px;overflow:hidden;margin-bottom:14px;display:flex;align-items:center;justify-content:center}.bundle-compare__image img{width:100%;height:100%;object-fit:contain}.bundle-compare__name{margin:0 0 4px;font-size:16px;font-weight:700;color:#1a1a1a;line-height:1.3}.bundle-compare__positioning{margin:0 0 14px;color:#4a4a4a;font-size:15px;font-weight:500;line-height:1.45}.bundle-compare__specs{margin:0;display:grid;grid-template-columns:max-content 1fr;gap:8px 16px}.bundle-compare__spec{display:contents}.bundle-compare__spec dt{font-size:12px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#6b6b6b;align-self:center}.bundle-compare__spec dd{margin:0;font-size:15px;font-weight:600;color:#1b1b1b;text-align:right}.bundle-compare__list{margin:0;padding:16px 0}.bundle-compare__list+.bundle-compare__list{border-top:1px solid #E5E0D8}.bundle-compare__list-title{margin:0 0 12px;font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#4a4a4a}.bundle-compare__list-items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px;font-size:15px;line-height:1.5;color:#1b1b1b}.bundle-compare__list-items li{display:flex;align-items:flex-start;gap:10px}.bundle-compare__list-items li:before{content:"";flex-shrink:0;width:5px;height:5px;margin-top:10px;background-color:#1b1b1b;border-radius:50%}.bundle-compare__pills{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:6px}.bundle-compare__pills li{background:#f4efe8;border-radius:999px;padding:6px 12px;font-size:14px;font-weight:500;color:#1b1b1b;line-height:1.3}.bundle-compare__package{margin:16px 0;padding:16px;background:#f5eedf;border-radius:10px}.bundle-compare__package-title{margin:0 0 12px;font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#4a4a4a}.bundle-compare__package-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px;font-size:15px;color:#1b1b1b}.bundle-compare__package-list li{display:flex;align-items:flex-start;gap:8px}.bundle-compare__package-list li:before{content:"";flex-shrink:0;width:12px;height:12px;margin-top:3px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2319733e' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");background-repeat:no-repeat;background-position:center;background-size:12px 12px}.bundle-compare__pricing{margin-top:auto;padding-top:20px;margin-bottom:14px;display:flex;flex-direction:column;align-items:center;gap:2px}.bundle-compare__compare-at{font-size:15px;color:#949494;text-decoration:line-through}.bundle-compare__price{font-size:26px;font-weight:800;color:#19733e;font-family:Montserrat,sans-serif;line-height:1.1}.bundle-compare__savings{margin-top:4px;font-size:14px;font-weight:700;color:#1b1b1b;letter-spacing:.02em}.bundle-compare__select{width:100%;background:#19733e;color:#fff;border:0;border-radius:8px;padding:16px;min-height:48px;font-size:16px;font-weight:600;font-family:inherit;cursor:pointer;transition:background-color .12s;margin-bottom:16px}.bundle-compare__select:hover{background:#145c31}.bundle-compare__select:focus-visible{outline:2px solid #19733e;outline-offset:2px}.bundle-compare__details{display:inline-flex;align-items:center;gap:5px;background:none;border:0;padding:6px 4px;color:#1b1b1b;font-family:inherit;font-size:14px;font-weight:500;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;cursor:pointer;align-self:center}.bundle-compare__details:hover{color:#145c31}.bundle-compare__details-arrow{flex-shrink:0;margin-top:-1px}@media(max-width:900px)and (min-width:721px){.bundle-compare{padding:24px 0 16px}.bundle-compare__header{padding:0 20px}.bundle-compare__title{font-size:20px}.bundle-compare__banner{margin:0 20px 20px}.bundle-compare__grid{display:flex;grid-template-columns:none;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 20px 4px;gap:12px;-webkit-overflow-scrolling:touch}.bundle-compare__col{flex:0 0 78%;max-width:320px;scroll-snap-align:start}}@media(max-width:720px){.bundle-compare-modal{padding:0;align-items:flex-end}.bundle-compare-modal__panel{width:100%;max-height:94vh;max-height:94dvh;border-radius:16px 16px 0 0}.bundle-compare-modal:not([hidden]) .bundle-compare-modal__panel{animation:bundle-modal-slide-up .3s cubic-bezier(.32,.72,0,1) both}.bundle-compare-modal:not([hidden]) .bundle-compare-modal__backdrop{animation:bundle-modal-fade-in .22s ease-out both}.bundle-compare-modal__close{z-index:10}.bundle-compare-modal__slot{overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scroll-padding-top:40px}.bundle-compare__counter{display:block;position:sticky;top:0;z-index:5;background:#fff;border-bottom:1px solid #f1f1f1;padding:10px 20px;text-align:center;font-size:13px;font-weight:600;letter-spacing:.04em;color:#1b1b1b;box-sizing:border-box}.bundle-compare__counter__current{color:#19733e;font-weight:800}.bundle-compare{padding:18px 0 0}.bundle-compare__header{padding:0 20px;margin-bottom:12px}.bundle-compare__title{font-size:20px;margin:0 0 4px}.bundle-compare__subtitle{font-size:13px;margin:0;color:#6b6b6b}.bundle-compare__banner{margin:0 20px 14px;padding:12px 20px}.bundle-compare__grid{display:flex;grid-template-columns:none;overflow-x:auto;overflow-y:visible;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;touch-action:pan-x pan-y;padding:0 20px 16px;gap:12px}.bundle-compare__col{flex:0 0 78vw;max-width:320px;scroll-snap-align:start;padding:0 16px 18px;overflow:visible}.bundle-compare__col-head{background:#fff;margin:0 -16px;padding:0 0 10px;border-radius:10px 10px 0 0;overflow:hidden}.bundle-compare__col--recommended .bundle-compare__col-head{background:#f3faf4}.bundle-compare__col-head .bundle-compare__image{margin:0 0 12px;border-radius:0}.bundle-compare__col-head .bundle-compare__head-meta{padding:0 16px}.bundle-compare__col-head .bundle-compare__name{margin:0;font-size:18px;line-height:1.2}.bundle-compare__col-head .bundle-compare__positioning{font-size:14px;color:#6b6b6b;margin:4px 0 0;line-height:1.35}.bundle-compare__floating-head{display:block;position:sticky;top:40px;z-index:4;height:0;overflow:hidden;background:#fff;transition:height .2s cubic-bezier(.32,.72,0,1)}.bundle-compare--stuck .bundle-compare__floating-head{height:64px;border-bottom:1px solid #e5e5e5}.bundle-compare__floating-head--recommended{background:#f3faf4}.bundle-compare__floating-head__inner{display:flex;align-items:center;gap:10px;padding:10px 16px;height:64px;box-sizing:border-box}.bundle-compare__floating-head__image{flex:0 0 44px;width:44px;height:44px;background:#fff;border-radius:8px;overflow:hidden}.bundle-compare__floating-head__image img{width:100%;height:100%;object-fit:cover}.bundle-compare__floating-head__meta{flex:1 1 auto;min-width:0}.bundle-compare__floating-head__name{margin:0;font-size:15px;font-weight:700;color:#1b1b1b;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bundle-compare__floating-head__type{margin:2px 0 0;display:flex;align-items:center;font-size:12px;color:#6b6b6b;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.bundle-compare__heater-type__sep{display:inline-block;width:3px;height:3px;border-radius:50%;background:currentColor;margin:0 7px;flex-shrink:0}}
/*# sourceMappingURL=/cdn/shop/t/243/assets/bundle-selector.css.map */
