bundle-custom.bundle-section{display:flex;flex-direction:column;gap:clamp(24px,3.33vw,48px);width:100%;box-sizing:border-box;padding-top:0;padding-bottom:clamp(40px,5vw,72px);padding-left:var(--gutter, 64px);padding-right:var(--gutter, 64px);background-color:var(--color-white);margin-left:auto;margin-right:auto;margin-bottom:110px!important}@media(max-width:998px){.bundle-section.section{max-width:600px;margin-top:16px!important;margin-bottom:45px!important}}.bundle-section__heading{margin:0;color:var(--color-grey-9);font-size:32px}.bundle-section__body{display:flex;align-items:flex-start;gap:clamp(6px,.97vw,14px);width:100%}.bundle-separator{display:flex;align-items:center;justify-content:center;flex-shrink:0;align-self:center}.bundle-separator__circle{display:flex;align-items:center;justify-content:center;width:clamp(20px,1.67vw,24px);height:clamp(20px,1.67vw,24px);background:var(--color-red);border-radius:50%;flex-shrink:0}.bundle-card{flex:1 0 0;min-width:0;display:flex;flex-direction:column;gap:clamp(8px,1.04vw,15px);padding:clamp(12px,1.67vw,24px);background:var(--color-white);border:1px solid #ecedee;border-radius:4px}.bundle-card__image{position:relative;width:100%;overflow:hidden;border-radius:2px;aspect-ratio:1 / 1}.bundle-card__img{display:block;width:100%;height:100%;object-fit:cover}.bundle-card__image--placeholder svg{display:block;width:100%;height:100%}.bundle-card__body{display:contents}.bundle-card__meta{display:flex;flex-direction:column;gap:6px}.bundle-card__title{margin:0;color:var(--color-grey-9);overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}.bundle-card__price-row{display:flex;align-items:center;flex-wrap:wrap;gap:clamp(4px,.55vw,8px)}.bundle-card__price{color:var(--color-red);white-space:nowrap}.bundle-card__compare{color:var(--color-grey-6);text-decoration:line-through;text-decoration-skip-ink:none;white-space:nowrap}.bundle-card__options{display:flex;flex-direction:column;gap:clamp(4px,.42vw,6px);width:100%}.bundle-card__select-wrap{position:relative;width:100%;height:clamp(28px,2.5vw,36px)}.bundle-card__select-btn{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(8px,.83vw,12px);border:1px solid var(--color-grey-3);border-radius:4px;pointer-events:none;z-index:1;gap:4px}.bundle-card__select-text{color:var(--color-grey-9);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bundle-card__select-icon{flex-shrink:0;display:block;width:clamp(12px,1.11vw,16px);height:clamp(12px,1.11vw,16px)}.bundle-card__select{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:2;-webkit-appearance:none;appearance:none}.bundle-card__select option{color:var(--color-grey-9);font-weight:600;cursor:pointer}.bundle-card__select option:disabled{color:var(--color-grey-3);font-weight:400}.bundle-card__select:focus+.bundle-card__select-btn{border-color:var(--color-grey-9);outline:2px solid var(--color-grey-9);outline-offset:1px}.bundle-summary{flex:1 0 0;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;align-self:stretch;padding:0 clamp(6px,.9vw,13px)}.bundle-summary__price-row{display:flex;flex-direction:column-reverse;align-items:flex-start;gap:clamp(6px,.55vw,10px);width:100%}.bundle-summary__totals{display:flex;align-items:center;flex-wrap:wrap;gap:clamp(4px,.55vw,8px)}.bundle-summary__badge{display:inline-block;background:var(--color-red);color:var(--color-white);padding:clamp(2px,.21vw,3px) clamp(5px,.56vw,8px);border-radius:4px;white-space:nowrap;flex-shrink:0}.bundle-summary__total-price{color:var(--color-red);white-space:nowrap}.bundle-summary__compare-price{color:var(--color-grey-6);text-decoration:line-through;text-decoration-skip-ink:none;white-space:nowrap}.bundle-summary__btn{position:relative;display:flex;align-items:center;justify-content:center;width:100%;padding:clamp(10px,.97vw,14px) clamp(12px,1.67vw,24px);background:var(--color-grey-9);color:var(--color-white);border:none;border-radius:4px;font-family:var(--font-body);font-weight:var(--font-weight-semibold);font-size:16px;line-height:var(--line-height-body);text-transform:uppercase;letter-spacing:.01em;cursor:pointer;transition:background-color .15s ease;white-space:nowrap;overflow:hidden;text-overflow:clip}.bundle-summary__btn:hover:not([aria-disabled=true]):not(:disabled){background:var(--color-grey-8)}.bundle-summary__btn[aria-disabled=true]{cursor:default;opacity:.75}.bundle-summary__btn:disabled{cursor:default;opacity:.5;background:var(--color-grey-6)}.bundle-summary__btn:before,.bundle-summary__btn:after{content:"";position:absolute;pointer-events:none;opacity:0}.bundle-summary__btn:before{top:calc(50% - 10px);left:calc(50% - 10px);width:20px;height:20px;border:2px solid rgba(255,255,255,.35);border-top-color:var(--color-white);border-radius:50%;animation:bundle-spin .65s linear infinite}.bundle-summary__btn:after{--icon-size: 1.4em;top:calc(50% - var(--icon-size) / 1.6);left:calc(50% - var(--icon-size) / 5);width:calc(var(--icon-size) / 2);height:var(--icon-size);transform:scale(.8) rotate(45deg);border-top:0;border-right:2px solid var(--color-white);border-bottom:2px solid var(--color-white);border-left:0;border-radius:0;transition:opacity .15s ease-out}.bundle-summary__btn.is-loading{color:transparent}.bundle-summary__btn.is-loading:before{opacity:1}.bundle-summary__btn.is-loading:after{display:none}.bundle-summary__btn.is-success{background:#1a7a3f;color:transparent}.bundle-summary__btn.is-success:after{opacity:1}@keyframes bundle-spin{to{transform:rotate(360deg)}}@media screen and (max-width:1279px){.bundle-card__title,.bundle-summary__btn{font-size:12px}}@media(max-width:998px){.bundle-section__body{flex-wrap:wrap;gap:12px}.bundle-card{flex:1 0 calc(50% - 6px);min-width:calc(50% - 6px)}.bundle-separator{display:none}.bundle-summary{flex:0 0 100%;width:100%;align-items:flex-start;padding:0;justify-content:flex-start}.bundle-summary__btn{max-width:400px;font-size:11px}}.bundle-summary__btn-text--mobile{display:none}@media(max-width:998px){.bundle-section__heading{font-family:var(--font-body);font-weight:var(--font-weight-semibold);font-size:14px;line-height:var(--line-height-body);text-transform:none}bundle-custom.bundle-section{padding:16px 16px 32px;gap:16px;overflow-x:hidden}.bundle-section__body{flex-direction:column;gap:10px}.bundle-separator{display:none}.bundle-card{flex:0 0 100%;min-width:100%;flex-direction:row;align-items:flex-start;gap:16px;padding:8px 14px 8px 8px;background:var(--color-grey-1);border:none;border-radius:4px}.bundle-card__image{width:56px;height:56px;min-width:56px;flex-shrink:0;border-radius:2.8px;aspect-ratio:unset}.bundle-card__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px;align-self:stretch}.bundle-card__meta{display:flex;flex-direction:row;align-items:center;gap:20px;min-height:40px}.bundle-card__title{flex:1;font-size:14px;-webkit-line-clamp:2;line-clamp:2}.bundle-card__price-row{flex-direction:column;align-items:flex-end;gap:2px;flex-shrink:0}.bundle-card__price{font-size:14px;font-weight:var(--font-weight-semibold)}.bundle-card__compare{font-size:12px;font-weight:var(--font-weight-regular)}.bundle-card__options{flex-direction:row;gap:6px}.bundle-card__select-wrap{flex:1 1 0;min-width:0;height:32px}.bundle-card__select-wrap:only-child{flex:0 0 calc(50% - 3px);max-width:calc(50% - 3px)}.bundle-summary{flex:0 0 100%;width:100%;align-items:flex-start;padding:0;gap:12px;margin-top:18px}.bundle-summary__price-row{flex-direction:row;justify-content:space-between}.bundle-summary__total-price{font-size:18px}.bundle-summary__compare-price{font-size:16px}.bundle-summary__btn{max-width:100%;padding:14px 24px}.bundle-summary__btn-text--mobile{display:inline}.bundle-summary__btn-text--desktop{display:none}}.cc-rich-text .section--padded{width:100%!important;max-width:100%!important;border-radius:0!important;padding-top:calc(var(--section-gap) * var(--fluid-1-5) + 60px);padding-bottom:calc(var(--section-gap) * var(--fluid-1-5) + 60px)}.cc-rich-text .rich-text__bg-image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.cc-rich-text .rich-text__bg-image .img-fit{width:100%;height:100%;object-fit:cover;display:block}.cc-rich-text .rich-text__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.cc-rich-text .rich-text__svg-skew{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.cc-rich-text .rich-text__svg-layer{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block}.cc-rich-text .rich-text__bg-image--svg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;clip-path:polygon(0 20%,100% 0%,100% 80%,0% 100%)}.cc-rich-text .rich-text__bg-image--svg .img-fit{width:100%;height:100%;object-fit:cover;display:block}
/*# sourceMappingURL=/cdn/shop/t/4/assets/bundle-custom.css.map */
