.bundle.ae-bb{--bb-pad-x: 16px;background:var(--bb-bg, #f9f4ea);padding:var(--bb-pt, 32px) var(--bb-pad-x) var(--bb-pb, 32px);font-family:Harmonia Sans,Helvetica Neue,Arial,sans-serif;color:#1a1a1a;box-sizing:border-box}.bundle.ae-bb *,.bundle.ae-bb *:before,.bundle.ae-bb *:after{box-sizing:border-box}.bundle-empty{padding:40px 20px;text-align:center;border:2px dashed rgba(0,61,41,.3);border-radius:14px;color:var(--bb-accent, #003d29);font-size:.95rem}.collection-category-pills{margin-left:calc(-1 * var(--bb-pad-x));margin-right:calc(-1 * var(--bb-pad-x));margin-bottom:24px;padding:32px 16px 24px;text-align:center}.collection-category-pills__container{max-width:1400px;margin:0 auto}.collection-category-pills__heading{font-family:Harmonia Sans,Helvetica Neue,Arial,sans-serif;font-size:24px;font-weight:900;line-height:1.15;letter-spacing:-.02em;text-transform:uppercase;margin:0 0 10px}.collection-category-pills__description{font-family:Harmonia Sans,Helvetica Neue,Arial,sans-serif;font-size:15px;font-weight:400;line-height:1.5;max-width:700px;margin:0 auto 20px;opacity:.8}.collection-category-pills__pills{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.collection-category-pills__pill{display:inline-flex;align-items:center;justify-content:center;font-family:Harmonia Sans,Helvetica Neue,Arial,sans-serif;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:9px 16px;border-radius:50px;border:2px solid;background-color:#fff;color:var(--pill-inactive-text, #003d29);border-color:var(--pill-inactive-border, #003d29);cursor:pointer;white-space:nowrap;transition:all .25s ease}.collection-category-pills__pill--active{background-color:var(--pill-active-bg, #003d29);color:var(--pill-active-text, #ffffff);border-color:var(--pill-active-bg, #003d29)}@media(hover:hover){.collection-category-pills__pill:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f}.collection-category-pills__pill:not(.collection-category-pills__pill--active):hover{background-color:var(--pill-active-bg, #003d29);color:var(--pill-active-text, #ffffff);border-color:var(--pill-active-bg, #003d29)}}@media(min-width:768px){.collection-category-pills{padding:50px 40px 36px}.collection-category-pills__heading{font-size:40px}.collection-category-pills__description{font-size:20px;margin-bottom:32px}.collection-category-pills__pills{gap:12px}.collection-category-pills__pill{font-size:13px;padding:11px 24px}}@media(min-width:1024px){.collection-category-pills{padding:60px 60px 40px}.collection-category-pills__pill{font-size:14px;padding:12px 28px}}.bundle-heading{text-align:center;font-size:22px;font-weight:900;letter-spacing:-.02em;line-height:1.15;color:var(--bb-accent, #003d29);background:var(--bb-header-bg-mobile, #efe3cd);border-radius:16px 16px 0 0;padding:18px 16px 14px;margin:0}.bundle-body{display:grid;grid-template-columns:1fr}.bundle-sidebar-wrapper{order:1;margin-bottom:24px;background-color:transparent;border-radius:0;padding:0}.bundle-products{order:2}.bundle-sidebar-body{display:flex;flex-direction:column;gap:14px;background:transparent}.bundle-variants{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.bundle-variant{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:2px;padding:10px 6px;border:1px solid color-mix(in srgb,var(--bb-accent, #003d29) 20%,transparent);border-radius:12px;background-color:#fff;box-shadow:0 2px 8px #0000000f;cursor:pointer;transition:all .25s ease}.bundle-variant:active{transform:scale(.97)}.bundle-variant.active{background:var(--bb-accent, #003d29);border-color:var(--bb-accent, #003d29);border-width:3px}.bundle-variant.active .bundle-variant-title,.bundle-variant.active .bundle-variant-price{color:#fff}.bundle-variant.active:after{content:"";position:absolute;top:-6px;right:-6px;width:18px;height:18px;border-radius:50%;background:var(--bb-accent, #003d29);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.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:12px;z-index:1}.bundle-variant-title{margin:0;font-weight:800;font-size:11px;line-height:1.2;text-transform:uppercase;letter-spacing:.03em;color:#022111;transition:color .2s ease}.bundle-variant-price{margin:0;font-size:14px;font-weight:900;line-height:1.1;color:#022111;transition:color .2s ease}.bundle-variant-save{display:none}.bundle-slots-row{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:0}.bundle-slot{position:relative;width:75px;height:85px;flex:0 0 auto}.bundle-slot.is-slot-hidden{display:none}.bundle-slot-empty,.bundle-slot-filled{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:12px}.bundle-slot-empty{display:flex;align-items:center;justify-content:center;border:2px dashed var(--bb-accent, #003d29);background:#003d290d;color:var(--bb-accent, #003d29)}.bundle-slot-filled,.bundle-slot.is-filled .bundle-slot-empty{display:none}.bundle-slot.is-filled .bundle-slot-filled{display:block}.bundle-slot-img{width:100%;height:100%;object-fit:cover;border-radius:12px}.bundle-slot-remove{position:absolute;top:-8px;right:-8px;width:22px;height:22px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#e53935;color:#fff;cursor:pointer;padding:0;transition:transform .14s ease}.bundle-slot-remove:hover{transform:scale(1.15)}.bundle-slots-row.slots-compact{gap:6px}.bundle-slots-row.slots-compact .bundle-slot{width:58px;height:66px}.bundle-slots-row.slots-compact .bundle-slot-empty,.bundle-slots-row.slots-compact .bundle-slot-filled,.bundle-slots-row.slots-compact .bundle-slot-img{border-radius:10px}.bundle-sidebar-products,.bundle-price-display{display:none}.bundle-price-compare{font-size:.95rem;color:#0006;text-decoration:line-through;font-weight:600}.bundle-price-compare[hidden]{display:none}.bundle-price-current{font-size:1.25rem;color:var(--bb-accent, #003d29);font-weight:900}.bundle-reviews-row{display:flex;align-items:center;justify-content:center;gap:8px}.bundle-stars{display:inline-flex;gap:1px;color:var(--bb-gold, #f5a623)}.bundle-reviews-text{font-size:.85rem;color:#0009;font-weight:600}.bundle-reviews-image{display:block;height:auto;max-width:100%;width:auto;max-height:44px}.bundle-ancient-widget{width:100%}.ae-purchase-type{display:flex;flex-direction:column;color:#004539}.ae-purchase-type__fieldset{border:0;margin:0;padding:0;display:flex;flex-direction:column;gap:20px}.ae-purchase-type__card{position:relative;border-radius:8px;background:#fffcf7;border:1px solid color-mix(in srgb,#004539 40%,transparent);overflow:hidden;transition:border-color .15s ease,background-color .15s ease}.ae-purchase-type__card:after{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:inherit;border:2px solid transparent;pointer-events:none;transition:border-color .15s ease;z-index:2}.ae-purchase-type__card.is-active{background:#f6efdf;border-color:#004539}.ae-purchase-type__card.is-active:after{border-color:#004539}.ae-purchase-type__card:not(.is-active):hover{background:color-mix(in srgb,#fffcf7 95%,#004539)}.ae-purchase-type__banner{display:none;height:31px;background:var(--bb-sub-banner-bg, var(--bb-gold, #f5a623));box-shadow:0 1px color-mix(in srgb,#004539 20%,transparent);font-size:15px;font-weight:400;letter-spacing:.2px;text-transform:uppercase;color:var(--bb-sub-banner-text, #004539);text-align:center;line-height:32px}.ae-purchase-type__card--subscribe .ae-purchase-type__banner{display:block}.ae-purchase-type__card-header{display:flex;align-items:center;justify-content:space-between;min-height:68px;padding:8px 16px;cursor:pointer;gap:12px}.ae-purchase-type__card--subscribe .ae-purchase-type__card-header{min-height:0;padding:12px 16px}.ae-purchase-type__card-header--compact{padding-top:8px;padding-bottom:8px}.ae-purchase-type__card-label{display:flex;align-items:center;gap:8px;cursor:pointer;flex:1;min-width:0}.ae-purchase-type__radio{position:absolute;opacity:0;width:1px;height:1px;margin:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden}.ae-purchase-type__indicator{width:28px;height:28px;border-radius:50%;border:none;box-shadow:inset 0 0 0 2px color-mix(in srgb,#004539 40%,transparent);background:#fffcf7;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:box-shadow .15s ease,background-color .15s ease}.ae-purchase-type__card.is-active .ae-purchase-type__indicator{box-shadow:inset 0 0 0 2px #004539,inset 0 0 0 4px #f6efdf;background:#004539}.ae-purchase-type__indicator-check{display:none;color:#fffcf7}.ae-purchase-type__card.is-active .ae-purchase-type__indicator-check{display:block}.ae-purchase-type__radio:focus-visible+.ae-purchase-type__indicator{outline:3px solid color-mix(in srgb,#004539 35%,transparent);outline-offset:2px}.ae-purchase-type__card-title{font-size:18px;font-weight:600;line-height:1;letter-spacing:-.1px;color:#004539}.ae-purchase-type__card--subscribe .ae-purchase-type__card-title{font-size:20px}.ae-purchase-type__card-pricing{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0;gap:4px}.ae-purchase-type__prices{display:flex;align-items:center;justify-content:flex-end;gap:4px;font-family:var(--heading-font);letter-spacing:-.1px;line-height:1}.ae-purchase-type__price-compare{font-size:16px;font-weight:500;text-decoration:line-through;opacity:.7}.ae-purchase-type__price-current{font-size:18px;font-weight:600;line-height:1;font-family:var(--heading-font)}.ae-purchase-type__price-subtitle{font-size:11px;font-weight:400;line-height:1;letter-spacing:.1px;text-transform:uppercase;white-space:nowrap}.ae-purchase-type__card--subscribe .ae-purchase-type__card-pricing{position:relative;gap:0}.ae-purchase-type__card--subscribe .ae-purchase-type__price-subtitle{position:absolute;top:100%;right:0;margin-top:4px}.ae-purchase-type__card-body{display:none;padding:0 16px 20px 52px}.ae-purchase-type__card--subscribe.is-active .ae-purchase-type__card-body{display:block}.ae-purchase-type__benefits{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.ae-purchase-type__benefits li{display:flex;align-items:flex-start;gap:8px;font-size:15px;line-height:1.1;font-weight:400;color:#004539;text-wrap:balance}.ae-purchase-type__benefits li svg{width:15px;height:15px;flex-shrink:0;margin-top:1px}.ae-purchase-type__frequency{margin-top:20px;display:flex;align-items:center;gap:8px}.ae-purchase-type__freq-label{font-size:10px;line-height:1;font-weight:400;letter-spacing:1px;text-transform:uppercase;white-space:nowrap;color:#004539}.ae-purchase-type__freq-select{position:relative;width:120px;flex-shrink:0}.ae-purchase-type__select{box-sizing:border-box;width:100%;border:1px solid #004539;border-radius:8px;background:#fffcf7;color:#004539;padding:8px 28px 8px 8px;font-size:13px;line-height:1;font-weight:400;appearance:none;-webkit-appearance:none;cursor:pointer}.ae-purchase-type__freq-select svg{position:absolute;right:8px;top:50%;transform:translateY(-50%);pointer-events:none;color:#004539}.ae-purchase-type__info-link{display:inline-flex;align-items:center;gap:6px;margin-top:18px;padding:0;border:none;background:none;font-family:inherit;font-size:15px;font-weight:400;line-height:1.05;color:#004539;text-decoration:underline;text-underline-offset:2px;cursor:pointer}.ae-purchase-type__info-link svg{width:16px;height:16px;flex-shrink:0}.ae-purchase-type__card:not(.is-active) .ae-purchase-type__card-body{display:none}.ae-purchase-type__card:not(.is-active) .ae-purchase-type__price-compare{display:none}.ae-purchase-type__card:not(.is-active) .ae-purchase-type__banner{display:none}.ae-purchase-type__card:not(.is-active) .ae-purchase-type__price-subtitle{display:none}.ae-purchase-type__info-link:focus-visible,.ae-purchase-type__select:focus-visible{outline:3px solid color-mix(in srgb,#004539 35%,transparent);outline-offset:2px}@media(min-width:768px){.ae-purchase-type__fieldset{gap:16px}.ae-purchase-type__banner{font-size:16px}.ae-purchase-type__card--subscribe .ae-purchase-type__card-title,.ae-purchase-type__card--onetime .ae-purchase-type__card-title{font-size:20px}.ae-purchase-type__price-compare{font-size:18px}.ae-purchase-type__price-current{font-size:22px}.ae-purchase-type__price-subtitle{font-size:13px}.ae-purchase-type__prices{gap:8px}.ae-purchase-type__card-body{padding:2px 16px 22px 52px}.ae-purchase-type__card--subscribe.is-active .ae-purchase-type__card-body{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto auto;column-gap:16px;row-gap:0;align-items:start}.ae-purchase-type__benefits{grid-column:1;grid-row:1;gap:10px}.ae-purchase-type__benefits li{font-size:16px;line-height:1}.ae-purchase-type__frequency{grid-column:2;grid-row:1;margin-top:0;padding-top:26px;flex-direction:column;align-items:flex-start;gap:6px}.ae-purchase-type__info-link{grid-column:1;grid-row:3;font-size:16px;margin-top:20px}.ae-purchase-type__freq-select{width:auto}.ae-purchase-type__select{width:auto;border-radius:0 0 24px;padding:8px 32px 8px 8px}.ae-purchase-type__freq-select svg{right:12px}}@media(max-width:749px){.ae-purchase-type__card-header{align-items:flex-start}}.bundle-fixed{display:flex;flex-direction:column;align-items:center;gap:12px;padding-top:0;margin-top:0}.bundle-status{display:none}.bundle-form{margin:0;width:100%}.bundle-button{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;margin:0;padding:16px 32px;border:2px solid var(--bb-gold, #f5a623);border-radius:999px;background:var(--bb-gold, #f5a623);color:#022111;font-weight:800;font-size:1rem;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:all .3s ease}.bundle-button[disabled]{background-color:#d4d4d4!important;border-color:#d4d4d4!important;color:#777!important;cursor:not-allowed;opacity:.6}.bundle-products{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;row-gap:16px;margin-top:24px}.bundle-product{background:transparent;border:0;box-shadow:none;overflow:visible;display:flex;flex-direction:column;transition:transform .3s ease}.bundle-product.is-cat-hidden{display:none}.bundle-product-image{background:#fff;border-radius:14px 14px 0 0;overflow:hidden}.bundle-product-image-inner{position:relative;width:100%;padding-top:100%}.bundle-product-image-inner img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain}.bundle-product-content{background:#fff;border-radius:0 0 14px 14px;padding:12px;box-shadow:0 8px 24px #0000000f,0 20px 30px -10px #0000001f;flex:1 1 auto;display:flex;flex-direction:column}.bundle-card-stars{display:flex;align-items:center;gap:2px;color:var(--bb-gold, #f5a623);margin-bottom:4px}.bundle-product-title{font-family:Poppins,Harmonia Sans,sans-serif;font-weight:700;font-size:15px;line-height:1.2;letter-spacing:0;color:var(--bb-accent, #003d29);text-align:left;margin:0 0 2px}.bundle-product-description{font-family:var(--body-font);font-size:13px;line-height:1.4;color:color-mix(in srgb,var(--bb-accent, #003d29) 75%,transparent);text-align:left;margin:2px 0 10px}.bundle-card-price{display:flex;gap:6px;align-items:baseline;margin-bottom:10px}.bundle--hide-box-save .bundle-variant-save{display:none}.bundle-card-price__compare{font-size:12px;color:#999;text-decoration:line-through;font-weight:400}.bundle-card-price__current{font-size:14px;font-weight:700;color:var(--bb-accent, #003d29)}.bundle-product-description{display:none}.bundle-product-button{width:100%;height:42px;min-height:42px;margin-top:auto;padding:10px 16px;border:none;border-radius:999px;background:var(--bb-accent, #003d29);color:#fff;font-weight:700;font-size:13px;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;transition:background-color .16s ease,transform .12s ease,box-shadow .16s ease}.bundle-product-button:hover{background:#004d35;transform:translateY(-1px);box-shadow:0 4px 12px #003d294d}.bundle-product-button:active{background:#002a1c;transform:scale(.98)}.bundle-product-button[disabled]{opacity:.6;cursor:not-allowed}.bundle-product-button.is-clicked{animation:bundlePulse .2s ease}@keyframes bundlePulse{0%{transform:scale(1)}50%{transform:scale(.93)}to{transform:scale(1)}}.bundle-product-quantity-wrapper{display:none;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;margin-top:auto}.bundle-product.active .bundle-product-button{display:none}.bundle-product.active .bundle-product-quantity-wrapper{display:grid}.bundle-product-quantity-minus,.bundle-product-quantity-plus{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;border-radius:8px;background:var(--bb-accent, #003d29);color:#fff;cursor:pointer;padding:0;transition:background-color .14s ease}.bundle-product-quantity-minus:hover,.bundle-product-quantity-plus:hover{background:#004d38}.bundle-product-quantity-value{text-align:center;font-weight:800;font-size:.95rem;color:var(--bb-accent, #003d29)}@media(min-width:1024px){.bundle.ae-bb{--bb-pad-x: 140px}.bundle-heading{font-size:30px}.bundle-ancient-title{font-size:18px}.bundle-section-settings{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(0,1fr);grid-template-rows:auto 1fr;gap:0 32px}.bundle-body{display:contents}.bundle-products{grid-column:1;grid-row:1 / 3;grid-template-columns:repeat(5,1fr);column-gap:10px;row-gap:14px;margin-top:0}.bundle-heading{grid-column:2;grid-row:1;background:transparent;border-radius:0;text-align:left;padding:0 0 20px}.bundle-sidebar-wrapper{grid-column:2;grid-row:2;position:sticky;top:20px;align-self:start;margin-bottom:0;background-color:transparent;border-radius:0;padding:0}.bundle-sidebar-body{gap:14px}.bundle-variants{display:flex;background:#0000000f;border-radius:50px;padding:5px;gap:0;overflow:visible}.bundle-variant{flex:1;padding:12px 32px;gap:4px;border:none;border-radius:44px;background:transparent;box-shadow:none}.bundle-variant:active{transform:none}.bundle-variant.active{background:var(--bb-accent, #003d29);border:none}.bundle-variant.active:after{display:none}.bundle-variant-price{display:none}.bundle-variant-title{text-transform:uppercase;font-weight:800;font-size:.95rem}.bundle-variant.active .bundle-variant-title{color:var(--bb-accent-text, #fff)}.bundle-variant-save{display:inline-block;background:#ffb800;color:#000;font-size:.6rem;font-weight:800;padding:2px 6px;border-radius:6px;letter-spacing:.02em}.bundle-slots-row{gap:10px}.bundle-slot{width:130px;height:145px}.bundle-slot-empty,.bundle-slot-filled{border-radius:14px}.bundle-slots-row.slots-compact{gap:10px}.bundle-slots-row.slots-compact .bundle-slot{width:130px;height:145px}.bundle-price-compare{font-size:1.2rem}.bundle-price-current{font-size:1.6rem}.bundle-fixed{gap:12px;padding-top:0}.bundle-product-content{padding:10px;box-shadow:0 4px 12px #0000000f}.bundle-product-title{font-size:16px}.bundle-product-button{height:32px;min-height:32px;font-size:11px;padding:8px 14px}}@media(hover:hover){.bundle-product:hover{transform:translateY(-5px)}}@media(hover:hover)and (min-width:1024px){.bundle-product:hover{transform:translateY(-3px)}}@media(prefers-reduced-motion:reduce){.bundle.ae-bb *,.bundle.ae-bb *:before,.bundle.ae-bb *:after{transition:none!important;animation:none!important}}.bundle-variants--promo-mode,.bundle-variants--promo-mode .bundle-variant{display:none!important}.bundle-category-header{grid-column:1 / -1;padding:8px 0 2px;display:flex;flex-direction:column;gap:4px}.bundle-category-header.is-cat-hidden{display:none!important}.bundle-category-header__heading{margin:0;font-size:22px;font-weight:700;color:#003d29;letter-spacing:-.01em;line-height:1.15}.bundle-category-header__subheading{margin:0;font-size:14px;color:#5f5a52;line-height:1.45;max-width:640px}.bundle-products--sections .bundle-category-header{text-align:center;align-items:center;padding:28px 0 6px;gap:8px}.bundle-products--sections .bundle-category-header:first-child{padding-top:8px}.bundle-products--sections .bundle-category-header__heading{font-size:28px}.bundle-products--sections .bundle-category-header__subheading{font-size:14.5px;max-width:640px}@media(max-width:900px){.bundle-category-header__heading{font-size:18px}.bundle-category-header__subheading{font-size:13px}.bundle-products--sections .bundle-category-header{padding:22px 0 4px}.bundle-products--sections .bundle-category-header__heading{font-size:22px}.bundle-products--sections .bundle-category-header__subheading{font-size:13.5px}}.bundle-promo-text{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:3px;width:100%;padding:14px 18px;border-radius:12px;border:0;text-align:left;font-family:inherit}.bundle-promo-text__heading{font-size:22px;font-weight:700;letter-spacing:.02em;line-height:1.2}.bundle-promo-text__subtext{font-size:16px;font-weight:500;opacity:.85;line-height:1.35;letter-spacing:.01em}@media(max-width:600px){.bundle-promo-text{padding:12px 14px}.bundle-promo-text__heading{font-size:19px}.bundle-promo-text__subtext{font-size:14px}}
/*# sourceMappingURL=/cdn/shop/t/26/assets/ae-bundle-builder.css.map */
