.vt-bundles__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4.8rem 2.4rem}.vt-bundles__item{display:flex;flex-direction:column;min-width:0}.vt-bundles__media{position:relative;display:block;aspect-ratio:3 / 2;overflow:hidden;border-radius:.6rem;background:#efe6d8}.vt-bundles__media img,.vt-bundles__media svg{width:100%;height:100%;object-fit:cover;display:block}.vt-bundles__media svg{padding:3.2rem;object-fit:contain}.vt-bundles__badge{position:absolute;top:1.2rem;left:1.2rem;padding:.4rem 1rem;font-size:1rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;border-radius:100px;background:#ffffffe6;color:rgba(var(--color-foreground),.6)}.vt-bundles__info{display:flex;flex-direction:column;align-items:flex-start;flex:1 1 auto;margin-top:2rem}.vt-bundles__name{margin:0 0 .8rem;font-family:var(--font-heading-family);font-size:2rem;font-weight:600;line-height:1.25}.vt-bundles__name a{color:inherit;text-decoration:none}.vt-bundles__summary{margin:0 0 1.4rem;font-size:1.4rem;line-height:1.55;color:rgba(var(--color-foreground),.7)}.vt-bundles__price{display:flex;align-items:baseline;flex-wrap:wrap;gap:.4rem 1.2rem}.vt-bundles__price-now{font-family:var(--font-heading-family);font-size:1.8rem;font-weight:600}.vt-bundles__price-was{font-size:1.3rem;color:rgba(var(--color-foreground),.55)}.vt-bundles__note{display:flex;align-items:center;flex-wrap:wrap;gap:.6rem 1.2rem;margin:1rem 0 0;font-size:1.1rem;letter-spacing:.08em;text-transform:uppercase}.vt-bundles__save{padding:.4rem 1rem;border-radius:100px;background:#f6efdd;color:rgb(var(--color-foreground));font-weight:600}.vt-bundles__ship{color:rgba(var(--color-foreground),.65)}.vt-bundles__actions{align-self:stretch;margin-top:auto;padding-top:2rem}.vt-bundles__cta{display:inline-flex;align-items:center;justify-content:center;padding:1.3rem 2.8rem;font-size:1.2rem;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;border:1px solid rgb(var(--color-foreground));border-radius:.4rem;color:rgb(var(--color-foreground));transition:background-color .2s ease,color .2s ease}.vt-bundles__cta:hover{background:rgb(var(--color-foreground));color:rgb(var(--color-background))}.vt-bundles__empty{text-align:center;padding:6.4rem 0;font-size:1.6rem;color:rgba(var(--color-foreground),.65)}@media screen and (min-width:750px){.vt-bundles__summary{min-height:4.34rem}}@media screen and (max-width:989px){.vt-bundles__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:4rem 2rem}}@media screen and (max-width:749px){.vt-bundles__grid{grid-template-columns:minmax(0,1fr);gap:4rem}.vt-bundles__name{font-size:1.9rem}.vt-bundles__cta{width:100%;padding:1.5rem 2rem}}.vt-bhero{max-width:64rem}.vt-bhero__eyebrow{margin:0 0 1rem;font-size:1.3rem;letter-spacing:.14em;text-transform:uppercase;color:rgba(var(--color-foreground),.62)}.vt-bhero__heading{margin:0 0 1.6rem;font-family:var(--font-heading-family);font-weight:700;text-transform:uppercase;line-height:1.08;font-size:clamp(2.8rem,3.6vw,4.4rem);text-wrap:balance}.vt-bhero__statement{margin:0 0 1.2rem;font-family:var(--font-heading-family);font-size:clamp(2rem,2.2vw,2.6rem);line-height:1.25}.vt-bhero__body{margin:0;max-width:52rem;font-size:1.6rem;line-height:1.6;color:rgba(var(--color-foreground),.75)}.vt-bhero__callout{margin:2.4rem 0 0}.vt-bhero__callout span{display:inline-block;padding:.8rem 1.6rem;border:1px solid rgba(var(--color-foreground),.25);border-radius:100px;font-size:1.2rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:rgb(var(--color-foreground))}.vt-promo{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:6.4rem;align-items:center}.vt-promo__eyebrow{margin:0 0 1.6rem;font-size:1.2rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;opacity:.6}.vt-promo__heading{margin:0 0 1.6rem;font-family:var(--font-heading-family);font-weight:700;text-transform:uppercase;line-height:1.08;font-size:clamp(2.6rem,3vw,3.8rem)}.vt-promo__copy{margin:0 0 2.4rem;max-width:44rem;font-size:1.6rem;line-height:1.6;color:rgba(var(--color-foreground),.75)}.vt-promo__savings{margin:0 0 2.8rem}.vt-promo__savings span{display:inline-block;padding:.6rem 1.4rem;border-radius:100px;background:#f6efdd;font-size:1.1rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.vt-promo__cta{display:inline-flex;align-items:center;justify-content:center;padding:1.4rem 3.2rem;font-size:1.3rem;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;border:1px solid rgb(var(--color-foreground));border-radius:.4rem;color:rgb(var(--color-foreground));transition:background-color .2s ease,color .2s ease}.vt-promo__cta:hover{background:rgb(var(--color-foreground));color:rgb(var(--color-background))}.vt-promo__media{display:block;aspect-ratio:3 / 2;overflow:hidden;border-radius:.6rem;background:#efe6d8}.vt-promo__media img,.vt-promo__media svg{width:100%;height:100%;object-fit:cover;display:block}@media screen and (max-width:989px){.vt-promo{grid-template-columns:minmax(0,1fr);gap:3.6rem}.vt-promo__media{order:-1}}@media screen and (max-width:749px){.vt-promo__cta{width:100%}.vt-bhero__callout span{padding:.8rem 1.4rem}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/vitasana-bundles.css.map */
