:root{--sb-header-height: 80px;--sb-container: 1200px;--sb-text: #111827;--sb-muted: #6b7280;--sb-border: rgba(254, 215, 170, .5);--sb-teal: #0f766e;--sb-teal-soft: #2a9d8f;--sb-yellow: #fde957;--sb-gold: #e5aa0f;--sb-header-bg: linear-gradient(90deg, rgba(255,247,237,.7) 0%, rgba(240,253,244,.7) 50%, rgba(255,237,213,.7) 100%);--sb-footer-bg: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);--sb-shadow: 0 10px 30px rgba(0, 0, 0, .08)}html{scroll-behavior:smooth}body{margin:0;color:var(--sb-text)}.spiruboost-page{background:#fff}.spiruboost-container{width:min(var(--sb-container),calc(100% - 32px));margin:0 auto}.spiruboost-section{position:relative;padding:72px 0}.spiruboost-section--soft{background:linear-gradient(135deg,#f5f5f5,#e8f0ff,#fff0e8)}.spiruboost-section--soft-green{background:linear-gradient(135deg,#f5f5f5,#e8f0ff,#e8f5e9)}.spiruboost-title{margin:0 0 16px;font-size:clamp(32px,5vw,52px);line-height:1.08;font-weight:800;color:#111827}.spiruboost-subtitle{margin:0 auto;max-width:720px;color:var(--sb-muted);font-size:18px;line-height:1.7}.spiruboost-kicker{margin:0 0 8px;color:var(--sb-teal);font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.spiruboost-button{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;border:2px solid #0f172a;border-radius:10px;background:transparent;color:#0f172a;text-decoration:none;font-weight:700;transition:all .3s ease}.spiruboost-button:hover{background:#0f172a;color:#fff}.spiruboost-header{position:fixed;inset:0 0 auto 0;height:var(--sb-header-height);z-index:1000;background:var(--sb-header-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--sb-border);box-shadow:var(--sb-shadow)}.spiruboost-header__shell{width:min(1400px,calc(100% - 40px));height:100%;margin:0 auto;display:grid;grid-template-columns:220px minmax(0,1fr) 140px;align-items:center;gap:24px}.spiruboost-header__brand{display:inline-flex;align-items:center;justify-self:start;min-width:180px;text-decoration:none}.spiruboost-header__brand-logo{width:180px;min-width:180px;max-width:180px;height:auto;display:block}.spiruboost-header__brand-text{font-size:32px;font-weight:800;color:#1f2937}.spiruboost-header__nav{display:flex;justify-content:center;align-items:center;gap:38px;min-width:0;padding-left:0}.spiruboost-header__nav a{position:relative;display:inline-flex;align-items:center;padding:10px 0;color:#1f2937;text-decoration:none;font-size:15px;font-weight:600;white-space:nowrap}.spiruboost-header__nav a:after{content:"";position:absolute;left:0;bottom:-6px;width:0;height:2px;background:#111827;transition:width .3s ease}.spiruboost-header__nav a:hover:after{width:100%}.spiruboost-header__nav a:first-child{margin-left:0}.spiruboost-header__actions{display:flex;justify-content:flex-end;align-items:center;gap:20px;padding-right:0}.spiruboost-header__icon{color:#1f2937;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.spiruboost-header__icon svg{width:22px;height:22px}.spiruboost-header__menu-toggle{display:none;width:44px;height:44px;padding:0;border:0;background:transparent;cursor:pointer;align-items:center;justify-content:center;flex-direction:column;gap:5px}.spiruboost-header__menu-toggle span{width:22px;height:2px;background:#1f2937;display:block}.spiruboost-mobile-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;opacity:0;visibility:hidden;transition:.25s ease;z-index:1001}.spiruboost-mobile-drawer{position:fixed;top:0;left:0;width:min(320px,84vw);height:100vh;background:linear-gradient(180deg,#fff7ed,#f0fdf4,#ffedd5);box-shadow:0 18px 40px #0f172a2e;transform:translate(-100%);transition:transform .25s ease;z-index:1002;padding:24px 20px}.spiruboost-mobile-drawer__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.spiruboost-mobile-drawer__top strong{font-size:24px}.spiruboost-mobile-drawer__top button{border:0;background:transparent;font-size:32px;line-height:1;cursor:pointer}.spiruboost-mobile-drawer__nav{display:flex;flex-direction:column}.spiruboost-mobile-drawer__nav a{padding:14px 0;border-bottom:1px solid rgba(17,24,39,.08);color:#1f2937;text-decoration:none;font-weight:600}html.sb-menu-open{overflow:hidden}html.sb-menu-open .spiruboost-mobile-overlay{opacity:1;visibility:visible}html.sb-menu-open .spiruboost-mobile-drawer{transform:translate(0)}.spiruboost-cards{display:grid;gap:28px}.spiruboost-card{background:#fff;border-radius:20px;padding:24px;box-shadow:0 10px 24px #00000014}.spiruboost-card__thumb{width:100%;aspect-ratio:4 / 3;border-radius:14px;overflow:hidden;margin-bottom:18px;background:#f3f4f6}.spiruboost-card__thumb img{width:100%;height:100%;object-fit:cover;display:block}.spiruboost-card__title{margin:0 0 10px;font-size:24px;font-weight:800}.spiruboost-card__text{margin:0;color:#6b7280;line-height:1.7}.spiruboost-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.spiruboost-product-card{padding:0;overflow:hidden;border-radius:22px;transition:transform .3s ease,box-shadow .3s ease}.spiruboost-product-card:hover{transform:translateY(-8px);box-shadow:0 18px 38px #0f172a24}.spiruboost-product-card__link,.spiruboost-product-card__title-link{text-decoration:none;color:inherit}.spiruboost-product-card .spiruboost-card__thumb{margin-bottom:0;border-radius:0;aspect-ratio:4 / 3}.spiruboost-product-card .spiruboost-card__thumb img{transition:transform .35s ease}.spiruboost-product-card:hover .spiruboost-card__thumb img{transform:scale(1.04)}.spiruboost-product-card__body{padding:22px 22px 24px}.spiruboost-product-card__title-link .spiruboost-card__title{margin-bottom:10px;font-size:24px}.spiruboost-product-card__reviews{display:flex;align-items:center;gap:10px;margin-bottom:10px}.spiruboost-product-card__stars{color:#f59e0b;font-size:15px;letter-spacing:1px;line-height:1}.spiruboost-product-card__review-text{color:#6b7280;font-size:14px;line-height:1.4}.spiruboost-product-card__price{margin-bottom:18px;font-size:18px;font-weight:700;color:#111827}.spiruboost-product-card__actions{display:flex;gap:12px;flex-wrap:wrap}.spiruboost-product-card__form{flex:1 1 0}.spiruboost-product-card__button{width:100%;min-height:46px;border-radius:12px;border:2px solid #0f172a;font-weight:700;font-size:15px;cursor:pointer;transition:all .25s ease;box-sizing:border-box}.spiruboost-product-card__button--primary{background:#0f172a;color:#fff}.spiruboost-product-card__button--primary:hover{background:#111827;border-color:#111827}.spiruboost-product-card__button--secondary{background:transparent;color:#0f172a}.spiruboost-product-card__button--secondary:hover{background:#0f172a;color:#fff}.spiruboost-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.spiruboost-blog-card{padding:0;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.spiruboost-blog-card:hover{transform:translateY(-8px);box-shadow:0 18px 38px #0f172a24}.spiruboost-blog-card__link{display:block;color:inherit;text-decoration:none;height:100%}.spiruboost-blog-card .spiruboost-card__thumb{margin-bottom:0;border-radius:0}.spiruboost-blog-card .spiruboost-card__thumb img{transition:transform .35s ease}.spiruboost-blog-card:hover .spiruboost-card__thumb img{transform:scale(1.04)}.spiruboost-blog-card__body{padding:24px}.spiruboost-blog-card__excerpt{margin-bottom:14px}.spiruboost-blog-card__meta{margin:0;color:#6b7280;font-size:14px;line-height:1.5}.spiruboost-footer{background:var(--sb-footer-bg);color:#e5e7eb}.spiruboost-footer__inner{width:min(1200px,calc(100% - 32px));margin:0 auto;padding:72px 0 32px}.spiruboost-footer__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:48px;margin-bottom:48px}.spiruboost-footer__title{display:inline-block;margin:0 0 24px;padding-bottom:8px;color:#fff;font-size:22px;font-weight:800;border-bottom:2px solid #3b82f6}.spiruboost-footer__links{list-style:none;padding:0;margin:0}.spiruboost-footer__links li+li{margin-top:12px}.spiruboost-footer__links a,.spiruboost-footer__contact a{color:#d1d5db;text-decoration:none}.spiruboost-footer__bottom{border-top:1px solid #334155;padding-top:24px;text-align:center;color:#9ca3af;font-size:14px}@media screen and (max-width:1023px){.spiruboost-header__shell{width:calc(100% - 24px);grid-template-columns:44px 1fr auto;gap:12px}.spiruboost-header__menu-toggle{display:inline-flex}.spiruboost-header__brand{justify-self:center}.spiruboost-header__brand-logo{width:145px}.spiruboost-header__nav{display:none}.spiruboost-header__actions{gap:12px}.spiruboost-header__icon--account{display:none}.spiruboost-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.spiruboost-blog-grid,.spiruboost-footer__grid{grid-template-columns:1fr}}@media screen and (max-width:767px){:root{--sb-header-height: 72px}.spiruboost-product-grid{grid-template-columns:1fr}.spiruboost-product-card__actions{flex-direction:column}}.spiruboost-cart-drawer[hidden]{display:block;pointer-events:none}.spiruboost-cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1300}.spiruboost-cart-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a5c;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);opacity:0;transition:opacity .22s ease}.spiruboost-cart-drawer__panel{position:absolute;top:0;right:0;width:min(460px,100vw);height:100vh;background:#fff;box-shadow:-10px 0 30px #0f172a2e;display:flex;flex-direction:column;transform:translate3d(100%,0,0);transition:transform .22s ease;will-change:transform}html.sb-cart-open .spiruboost-cart-drawer{pointer-events:auto}html.sb-cart-open .spiruboost-cart-drawer__backdrop{opacity:1}html.sb-cart-open .spiruboost-cart-drawer__panel{transform:translateZ(0)}.spiruboost-cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:22px 22px 18px;border-bottom:1px solid rgba(15,23,42,.08)}.spiruboost-cart-drawer__header h2{margin:0;color:#0f172a;font-size:28px;font-weight:800}.spiruboost-cart-drawer__close{border:0;background:transparent;font-size:34px;line-height:1;cursor:pointer;color:#0f172a}.spiruboost-cart-drawer__body{flex:1 1 auto;overflow:auto;padding:20px 22px}.spiruboost-cart-drawer__empty{margin:0;color:#64748b;line-height:1.8}.spiruboost-cart-drawer__item{display:grid;grid-template-columns:84px minmax(0,1fr);gap:14px;align-items:center}.spiruboost-cart-drawer__item+.spiruboost-cart-drawer__item{margin-top:16px;padding-top:16px;border-top:1px solid rgba(15,23,42,.08)}.spiruboost-cart-drawer__item-image{width:84px;height:84px;border-radius:14px;overflow:hidden;background:#f3f4f6}.spiruboost-cart-drawer__item-image img{width:100%;height:100%;object-fit:cover;display:block}.spiruboost-cart-drawer__item-content h3{margin:0 0 6px;color:#0f172a;font-size:16px;line-height:1.4;font-weight:800}.spiruboost-cart-drawer__item-content p{margin:0 0 6px;color:#64748b;font-size:14px}.spiruboost-cart-drawer__item-content strong{color:#111827;font-size:15px}.spiruboost-cart-drawer__subtotal{display:flex;justify-content:space-between;gap:12px;margin-top:20px;padding-top:18px;border-top:1px solid rgba(15,23,42,.08);color:#0f172a;font-weight:800}.spiruboost-cart-drawer__footer{display:grid;gap:12px;padding:18px 22px 22px;border-top:1px solid rgba(15,23,42,.08)}.spiruboost-cart-drawer__view-cart,.spiruboost-cart-drawer__checkout{min-height:48px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:800}.spiruboost-cart-drawer__view-cart{border:2px solid #0f172a;color:#0f172a;background:#fff}.spiruboost-cart-drawer__checkout{border:2px solid #0f172a;color:#fff;background:#0f172a}html.sb-cart-open{overflow:hidden}.spiruboost-cart-drawer__qty{display:inline-flex;align-items:center;gap:10px;margin:8px 0 10px}.spiruboost-cart-drawer__qty button{width:28px;height:28px;border:1px solid rgba(15,23,42,.12);border-radius:8px;background:#fff;color:#0f172a;font-size:18px;line-height:1;cursor:pointer}.spiruboost-cart-drawer__qty span{min-width:18px;text-align:center;color:#334155;font-weight:700}.spiruboost-about-story__content p,.spiruboost-about-purpose-card p,.spiruboost-about-leader__content p,.spiruboost-wellness-richtext p,.spiruboost-wellness-benefit-card p,.spiruboost-wellness-paradox-card p,.spiruboost-farm-intro__content p,.spiruboost-farm-step p,.spiruboost-farm-closing p{text-align:justify;text-justify:inter-word}.spiruboost-about-hero__title span,.spiruboost-wellness-hero__title span{color:var(--sb-gold)!important}.spiruboost-about-story__media,.spiruboost-farm-intro__media{height:420px}.spiruboost-about-story__media img,.spiruboost-farm-intro__media img{display:block;width:100%;height:100%;object-fit:cover}.spiruboost-product-card__actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:stretch}.spiruboost-product-card__form{display:flex}.spiruboost-product-card__button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.spiruboost-wellness-hero__overlay{background:linear-gradient(135deg,#12342a61,#22553a47 45%,#2c5f4e3d),linear-gradient(180deg,#0c241c2e,#0c241c47)!important}.spiruboost-wellness-section--intro{background:var(--sb-soft-bg, linear-gradient(135deg, #f0fdf4 0%, #ecfeff 55%, #fff7ed 100%))!important}.spiruboost-wellness-section--benefits{background:linear-gradient(135deg,#ecfdf5,#f0fdfa 45%,#fff7ed)!important}.spiruboost-wellness-benefit-card__icon{width:132px;height:132px}.spiruboost-wellness-benefit-card__icon img{width:86px;height:86px}.spiruboost-wellness-paradox-card__icon{width:132px;height:132px}.spiruboost-wellness-paradox-card__icon img{width:96px;height:96px}.spiruboost-farm-intro{grid-template-columns:1fr 1fr}.spiruboost-farm-intro__content,.spiruboost-farm-intro__media{width:100%}@media screen and (max-width:767px){.spiruboost-product-card__actions{grid-template-columns:1fr}.spiruboost-about-story__media,.spiruboost-farm-intro__media{height:300px}}.spiruboost-wellness-benefit-card__icon{width:120px!important;height:120px!important}.spiruboost-wellness-benefit-card__icon img{width:120px!important;height:120px!important;object-fit:contain}.spiruboost-wellness-section--benefits .spiruboost-wellness-benefit-card__icon{background:transparent!important;box-shadow:none!important}.spiruboost-wellness-section--benefits .spiruboost-wellness-benefit-card__icon img{object-fit:contain}.spiruboost-wellness-section--benefits .spiruboost-wellness-benefit-grid{align-items:stretch}.spiruboost-wellness-section--benefits .spiruboost-wellness-benefit-card{height:100%;min-height:330px;display:flex;flex-direction:column;align-items:center;text-align:center}.spiruboost-wellness-section--benefits .spiruboost-wellness-benefit-card__icon{width:132px!important;height:132px!important;margin:0 auto 22px!important;border-radius:999px;background:radial-gradient(circle,#effdf4,#e2f7eb 72%,#d8f0e4)!important;box-shadow:0 8px 22px #14b8a614!important;display:flex;align-items:center;justify-content:center;flex:0 0 132px}.spiruboost-wellness-section--benefits .spiruboost-wellness-benefit-card__icon img{width:100px!important;height:100px!important;object-fit:contain;display:block;filter:saturate(.92) contrast(.98)}.spiruboost-wellness-section--benefits .spiruboost-wellness-benefit-card h3{margin:0 0 14px!important;min-height:48px;display:flex;align-items:center;justify-content:center}.spiruboost-wellness-section--benefits .spiruboost-wellness-benefit-card p{margin:0 auto 18px!important;max-width:310px;flex:1}.spiruboost-wellness-section--benefits .spiruboost-wellness-benefit-card__trigger{margin-top:auto;padding-top:4px}@media screen and (max-width:767px){.spiruboost-wellness-section--benefits .spiruboost-wellness-benefit-card,.spiruboost-wellness-section--benefits .spiruboost-wellness-benefit-card h3{min-height:auto}}.spiruboost-wellness-section--benefits .spiruboost-wellness-benefit-card__icon{background:#ecfdf57a!important;border:1px solid rgba(20,184,166,.16);box-shadow:inset 0 1px #ffffff94,0 10px 26px #0f766e12!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.spiruboost-wellness-section--paradox .spiruboost-wellness-paradox-card{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center}.spiruboost-wellness-section--paradox .spiruboost-wellness-paradox-card h3,.spiruboost-wellness-section--paradox .spiruboost-wellness-paradox-card p{text-align:center}.spiruboost-product-grid .spiruboost-product-card{height:100%;display:flex;flex-direction:column}.spiruboost-product-grid .spiruboost-product-card__link{display:block}.spiruboost-product-grid .spiruboost-card__thumb{width:100%;height:210px}.spiruboost-product-grid .spiruboost-card__thumb img{width:100%;height:100%;object-fit:contain;object-position:center;padding:8px;box-sizing:border-box}.spiruboost-product-grid .spiruboost-product-card__body{flex:1;display:flex;flex-direction:column}.spiruboost-product-grid .spiruboost-card__title{min-height:58px;margin-bottom:10px}.spiruboost-product-grid .spiruboost-product-card__reviews{min-height:22px}.spiruboost-product-grid .spiruboost-product-card__price{min-height:28px;margin-bottom:20px}.spiruboost-product-grid .spiruboost-product-card__actions{margin-top:auto;display:grid;grid-template-columns:1fr 1fr;gap:12px}.spiruboost-product-grid .spiruboost-product-card__button{height:48px;display:flex;align-items:center;justify-content:center}@media screen and (max-width:767px){.spiruboost-product-grid .spiruboost-card__thumb{height:220px}.spiruboost-product-grid .spiruboost-card__title{min-height:auto}.spiruboost-product-grid .spiruboost-product-card__actions{grid-template-columns:1fr}}.spiruboost-wellness-section--paradox .spiruboost-wellness-paradox-card__icon{width:130px!important;height:110px!important;margin:0 auto 26px!important}.spiruboost-wellness-section--paradox .spiruboost-wellness-paradox-card__icon img{width:135px!important;height:115px!important;object-fit:contain;display:block}.spiruboost-wellness-section--paradox .spiruboost-wellness-paradox-card{justify-content:center;gap:4px}
/*# sourceMappingURL=/cdn/shop/t/1/assets/spiruboost-base.css.map */
