.collection-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(500px,1fr))}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.vybe-footer{display:flex;flex-wrap:wrap;justify-content:space-between;gap:2rem;padding:3rem var(--page-margin) 2rem;margin-top:0;background-color:var(--color-accent-dark);color:#fbf3e3}.vybe-footer__brand{display:flex;flex-direction:column;gap:.35rem}.vybe-footer__logo{font-size:1.75rem}.vybe-footer__tagline{font-size:.8rem;opacity:.7}.vybe-footer__links{display:flex;gap:1.25rem;flex-wrap:wrap;align-content:flex-start}.vybe-footer__links a{text-decoration:none;color:#fbf3e3;font-size:.85rem;text-transform:uppercase;letter-spacing:.03em}.vybe-footer__bottom{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.5rem;border-top:1px solid rgba(251,243,227,.2);font-size:.75rem;opacity:.75}.vybe-footer__bottom a{color:#fbf3e3}.vybe-header{height:5rem;display:flex;align-items:center;justify-content:space-between;background-color:var(--color-background)}.vybe-header__title{margin:0}.vybe-header__title a{font-size:2.1rem;text-decoration:none;color:var(--color-foreground)}.vybe-header__menu{display:flex;gap:1.75rem}.vybe-header__menu a{text-decoration:none;color:var(--color-foreground);font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.vybe-header__menu a:hover{color:var(--color-accent-orange)}@media(max-width:760px){.vybe-header__menu{display:none}}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.vybe-contact{scroll-margin-top:6rem;max-width:34rem;margin:0 auto;padding:4rem var(--page-margin);text-align:center}.vybe-contact__heading{margin:0 0 1rem}.vybe-contact__body{line-height:1.6;margin-bottom:2.5rem;opacity:.85}.vybe-contact__list{margin:0;display:flex;flex-direction:column;gap:1.75rem}.vybe-contact__item{display:flex;flex-direction:column;gap:.4rem}.vybe-contact__label{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent-orange)}.vybe-contact__value{margin:0;font-family:var(--font-heading--family);font-weight:var(--font-heading--weight);font-size:1.5rem;text-transform:uppercase}.vybe-contact__value a{color:var(--color-foreground);text-decoration:none}.vybe-contact__value a:hover{color:var(--color-accent-orange)}@media(max-width:760px){.vybe-contact{padding:2.5rem var(--page-margin)}.vybe-contact__value{font-size:1.25rem}}.vybe-feature-icons{padding:2rem var(--page-margin)}.vybe-feature-icons__row{display:flex;flex-wrap:wrap;justify-content:center;gap:2.5rem}.vybe-gallery{padding:3rem 0;overflow:hidden}.vybe-gallery__heading{text-align:center;margin:0 0 1.75rem;padding:0 var(--page-margin)}.vybe-gallery__track{display:flex;width:max-content;animation:vybe-gallery-scroll 32s linear infinite}.vybe-gallery__track-inner{display:flex;gap:1rem;padding:0 .5rem}@keyframes vybe-gallery-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.vybe-gallery__track{animation:none;overflow-x:auto}}.vybe-hero{position:relative;display:flex;align-items:center;min-height:34rem;padding:4rem var(--page-margin);overflow:hidden;background:linear-gradient(135deg,var(--color-accent-orange) 0%,var(--color-accent-olive) 55%,var(--color-accent-dark) 100%);color:#fff8ec}.vybe-hero__background{position:absolute;top:0;right:0;bottom:0;left:0}.vybe-hero__background:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(100deg,#14160cbf,#14160c66 35%,#14160c0d 60%)}.vybe-hero__background img{width:100%;height:100%;object-fit:cover;object-position:right center}.vybe-hero__content{position:relative;z-index:1;max-width:34rem}.vybe-hero__heading{font-size:clamp(2.5rem,6vw,4.5rem);margin:0}.vybe-hero__subheading{margin-top:1rem;font-size:1.15rem;max-width:30ch}.vybe-hero__content .vybe-button{margin-top:2rem}@media(max-width:700px){.vybe-hero{min-height:26rem;padding:3rem var(--page-margin)}}.vybe-image-text{scroll-margin-top:6rem;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:3rem;padding:4rem var(--page-margin)}.vybe-image-text.right{direction:rtl}.vybe-image-text.right>*{direction:ltr}.vybe-image-text__media{aspect-ratio:4 / 3;border-radius:1rem;overflow:hidden}.vybe-image-text__media img{width:100%;height:100%;object-fit:cover}.vybe-image-text__media--natural{aspect-ratio:auto}.vybe-image-text__media--natural img{height:auto;object-fit:contain}.vybe-image-text__placeholder{width:100%;height:100%;background:linear-gradient(160deg,var(--color-accent-olive) 0%,var(--color-accent-orange) 100%)}.vybe-image-text__content{max-width:32rem}.vybe-image-text__body{margin-top:1rem;line-height:1.6}.vybe-image-text__body ul{margin-top:.75rem;padding-left:0;list-style:none;display:flex;flex-direction:column;gap:.4rem}.vybe-image-text__body li{padding-left:1.1rem;position:relative;font-weight:700}.vybe-image-text__body li:before{content:"";position:absolute;left:0;top:.55em;width:.4rem;height:.4rem;border-radius:999px;background-color:var(--color-accent-orange)}.vybe-image-text__content .vybe-button{margin-top:1.75rem}@media(max-width:760px){.vybe-image-text,.vybe-image-text.right{grid-template-columns:1fr;direction:ltr;gap:1.75rem;padding:2.5rem var(--page-margin)}}.vybe-newsletter{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:2rem;padding:3rem var(--page-margin);background-color:var(--color-accent-dark);color:#fbf3e3}.vybe-newsletter__copy{max-width:26rem}.vybe-newsletter__body{margin-top:.5rem;opacity:.85}.vybe-newsletter__social{display:flex;flex-direction:column;gap:.75rem;align-items:flex-start}.vybe-newsletter__social-label{font-size:.8rem;letter-spacing:.06em;text-transform:uppercase;opacity:.75}.vybe-newsletter__social-icons{display:flex;gap:1rem}.vybe-newsletter__social-icons a{color:#fbf3e3;display:flex}.vybe-newsletter__social-icons svg{width:1.4rem;height:1.4rem}.vybe-product-showcase{scroll-margin-top:6rem;padding:4rem var(--page-margin)}.vybe-product-showcase__heading{text-align:center;margin:0 0 2.5rem}.vybe-product-showcase__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(11rem,1fr));gap:2rem}.vybe-gallery__frame{flex:0 0 auto;width:clamp(14rem,22vw,20rem);aspect-ratio:4 / 5;border-radius:.75rem;overflow:hidden}.vybe-gallery__frame img{width:100%;height:100%;object-fit:cover}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.vybe-icon-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center;min-width:7rem}.vybe-icon-item__icon{color:var(--color-accent-olive)}.vybe-icon-item__icon svg{width:2rem;height:2rem}.vybe-icon-item__label{font-size:.85rem;font-weight:600}.vybe-product-card{display:flex;flex-direction:column;align-items:center;gap:.35rem;text-align:center;text-decoration:none;color:inherit}.vybe-product-card__image{width:100%;aspect-ratio:3 / 4;border-radius:.75rem;overflow:hidden;background-color:var(--color-accent-olive)}.vybe-product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.vybe-product-card:hover .vybe-product-card__image img{transform:scale(1.04)}.vybe-product-card__flavor{font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--color-accent-orange);margin-top:.5rem}.vybe-product-card__title{font-family:var(--font-heading--family);font-weight:var(--font-heading--weight);font-size:1.1rem;text-transform:uppercase}.vybe-product-card__price{font-size:.9rem;line-height:1.5;opacity:.8}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/2/compiled_assets/styles.css.map */
