.bloomli-bundle{background:rgb(var(--color-background));color:rgb(var(--color-foreground));padding-block:var(--section-padding-top-mobile) var(--section-padding-bottom-mobile);padding-inline:2rem}.bloomli-bundle__inner{max-width:118rem;margin:0 auto;display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:clamp(4rem,5vw,6.4rem);align-items:center}.bloomli-bundle__content{max-width:54rem}.bloomli-bundle__heading{margin:0;color:rgb(var(--color-foreground));font-family:var(--font-heading-family);font-size:clamp(4.8rem,7vw,8.4rem);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);letter-spacing:0;line-height:.95}.bloomli-bundle__copy{max-width:52rem;margin:2rem 0 0;color:rgba(var(--color-foreground),.75);font-size:1.7rem;line-height:1.65}.bloomli-bundle__visual{position:relative;text-align:center}.bloomli-bundle__loading-overlay{position:absolute;z-index:5;top:-1.2rem;right:-1.2rem;bottom:-1.2rem;left:-1.2rem;display:flex;align-items:center;justify-content:center;border-radius:2.8rem;background:rgba(var(--color-background),.72);-webkit-backdrop-filter:blur(.3rem);backdrop-filter:blur(.3rem);opacity:0;pointer-events:none;transition:opacity .15s ease,visibility .15s ease;visibility:hidden}.bloomli-bundle__visual.is-loading .bloomli-bundle__loading-overlay{opacity:1;pointer-events:auto;visibility:visible}.bloomli-bundle__loading-spinner{display:flex;width:4.8rem;height:4.8rem;align-items:center;justify-content:center;color:rgb(var(--color-button))}.bloomli-bundle__loading-spinner .spinner{width:100%;height:100%;animation:bloomli-bundle-spinner-rotate 1.4s linear infinite}.bloomli-bundle__loading-spinner .path{stroke:currentColor;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;animation:bloomli-bundle-spinner-dash 1.4s ease-in-out infinite}@keyframes bloomli-bundle-spinner-rotate{to{transform:rotate(360deg)}}@keyframes bloomli-bundle-spinner-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,200;stroke-dashoffset:-3.5rem}to{stroke-dasharray:90,200;stroke-dashoffset:-12.4rem}}.bloomli-bundle__badge{display:inline-flex;margin:0 0 1.6rem;padding:.7rem 1.2rem;border-radius:var(--buttons-radius-outset);background:rgb(var(--color-button));color:rgb(var(--color-button-text));font-size:1.2rem;font-weight:700;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.bloomli-bundle__products{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:clamp(1.4rem,2vw,2.2rem);align-items:center}.bloomli-bundle__card{min-width:0;min-height:37rem;padding:2.4rem 2.2rem 2.8rem;border:.1rem solid rgba(var(--color-foreground),.1);border-radius:2.4rem;background:var(--bloomli-card-background);box-shadow:0 2.4rem 7rem rgba(var(--color-foreground),.08);color:rgb(var(--color-foreground));text-align:center}.bloomli-bundle__step{margin:0 0 1.4rem;color:rgb(var(--color-button));font-size:1.1rem;font-weight:700;letter-spacing:.12em;line-height:1.2;text-transform:uppercase}.bloomli-bundle__image-wrap{display:flex;min-height:22rem;align-items:center;justify-content:center}.bloomli-bundle__product-image{width:auto;max-width:82%;max-height:22rem;object-fit:contain;filter:drop-shadow(0 2rem 2.5rem rgba(var(--color-foreground),.16))}.bloomli-bundle__product-title{margin:1.6rem 0 .4rem;color:rgb(var(--color-foreground));font-family:var(--font-heading-family);font-size:2rem;font-weight:var(--font-heading-weight);line-height:1.2}.bloomli-bundle__product-description{margin:0;color:rgba(var(--color-foreground),.62);font-size:1.4rem;line-height:1.35}.bloomli-bundle__plus{display:inline-flex;width:4.6rem;height:4.6rem;align-items:center;justify-content:center;border-radius:50%;background:rgb(var(--color-background));box-shadow:0 1.2rem 3rem rgba(var(--color-foreground),.1);color:rgb(var(--color-button));font-size:2.8rem;font-weight:300;line-height:1}.bloomli-bundle__cta-wrap{margin-top:2.8rem}.bloomli-bundle__dynamic-saving{margin:1rem 0 0;color:rgba(var(--color-foreground),.72);font-size:1.2rem;font-style:italic;line-height:1.4}.bloomli-bundle__one-time{-webkit-appearance:none;appearance:none;margin:.8rem 0 0;padding:0;border:0;background:none;color:rgb(var(--color-foreground));cursor:pointer;font:inherit;font-size:1.2rem;font-weight:300;text-decoration:underline}.bloomli-bundle__subscription-note{max-width:32rem;margin:1rem auto 0;padding-top:.9rem;border-top:.1rem solid rgba(var(--color-foreground),.18);color:rgba(var(--color-foreground),.72);font-size:1.2rem;font-style:italic;line-height:1.4}@media screen and (max-width:900px){.bloomli-bundle{padding-inline:1.8rem}.bloomli-bundle__inner{grid-template-columns:1fr;gap:3.6rem;text-align:center}.bloomli-bundle__content,.bloomli-bundle__copy{max-width:58rem;margin-inline:auto}}@media screen and (min-width:750px){.bloomli-bundle{padding-block:var(--section-padding-top) var(--section-padding-bottom)}}@media screen and (max-width:749px){.bloomli-bundle{padding-inline:1.4rem}.bloomli-bundle__inner{gap:2.8rem}.bloomli-bundle__heading{font-size:clamp(4rem,13vw,5.2rem)}.bloomli-bundle__copy{margin-top:1.4rem;font-size:1.45rem;line-height:1.55}.bloomli-bundle__badge{margin-bottom:1.2rem;padding:.55rem .9rem;font-size:1rem}.bloomli-bundle__products{grid-template-columns:minmax(0,1fr) 2.4rem minmax(0,1fr);gap:.6rem}.bloomli-bundle__card{min-height:20rem;padding:1rem .6rem 1.2rem;border-radius:1.4rem;box-shadow:0 1rem 2.4rem rgba(var(--color-foreground),.08)}.bloomli-bundle__step{margin-bottom:.7rem;font-size:.85rem;letter-spacing:.08em}.bloomli-bundle__image-wrap{min-height:8.8rem}.bloomli-bundle__product-image{max-width:92%;max-height:8.8rem;filter:drop-shadow(0 1rem 1.2rem rgba(var(--color-foreground),.14))}.bloomli-bundle__product-title{margin-top:.8rem;font-size:1.25rem;line-height:1.15}.bloomli-bundle__product-description{font-size:1rem;line-height:1.25}.bloomli-bundle__plus{width:2.4rem;height:2.4rem;font-size:1.8rem;box-shadow:0 .6rem 1.4rem rgba(var(--color-foreground),.1)}.bloomli-bundle__cta-wrap{margin-top:2rem}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/bloomli-bundle-promo.css.map */
