@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Nunito:wght@400;600;700;800;900&display=swap";:root{--rsf-purple-dark: #310163;--rsf-orange: #FF7700;--rsf-orange-dark: #E56A00;--rsf-orange-light: #FFF0E0;--rsf-cyan: #01C3E1;--rsf-cyan-light: #E0F9FD;--rsf-purple-mid: #683C96;--rsf-purple-mid-light: #F0E8F8;--rsf-magenta: #B61D81;--rsf-magenta-light: #FAE5F4;--rsf-white: #FFFFFF;--rsf-off-white: #FAFAFA;--rsf-light-gray: #FAF7F2;--rsf-border: #E5E5E5;--rsf-muted: #6B5F7A;--rsf-space-xs: .5rem;--rsf-space-sm: 1rem;--rsf-space-md: 1.5rem;--rsf-space-lg: 2rem;--rsf-space-xl: 3rem;--rsf-space-2xl: 4rem;--rsf-space-3xl: 6rem;--rsf-radius-sm: .375rem;--rsf-radius-md: .5rem;--rsf-radius-lg: .75rem;--rsf-radius-xl: 1rem;--rsf-radius-2xl: 1.25rem;--rsf-container: 1280px;--rsf-container-padding: 1rem}@media(min-width:768px){:root{--rsf-container-padding: 2rem}}.rsf-section,.rsf-section *{font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}h1,h2,h3,h4,h5,h6,.rsf-section h1,.rsf-section h2,.rsf-section h3,.rsf-section h4,.rsf-section h5,.rsf-section h6,.rsf-section .rsf-heading{font-family:Nunito,-apple-system,BlinkMacSystemFont,sans-serif!important;font-weight:900!important;line-height:1.1;letter-spacing:-.01em}.rsf-container{max-width:var(--rsf-container);margin-left:auto;margin-right:auto;padding-left:var(--rsf-container-padding);padding-right:var(--rsf-container-padding)}.rsf-section-padding{padding-top:var(--rsf-space-2xl);padding-bottom:var(--rsf-space-2xl)}@media(min-width:768px){.rsf-section-padding{padding-top:var(--rsf-space-3xl);padding-bottom:var(--rsf-space-3xl)}}.rsf-grid{display:grid;gap:var(--rsf-space-lg)}.rsf-grid-2,.rsf-grid-3{grid-template-columns:1fr}.rsf-grid-4{grid-template-columns:repeat(2,1fr)}@media(min-width:768px){.rsf-grid-2{grid-template-columns:repeat(2,1fr)}.rsf-grid-3{grid-template-columns:repeat(3,1fr)}.rsf-grid-4{grid-template-columns:repeat(4,1fr)}}.rsf-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;font-family:DM Sans,sans-serif;font-weight:600;font-size:1rem;line-height:1;border-radius:999px;text-decoration:none;transition:all .2s ease;cursor:pointer;border:2px solid transparent;white-space:nowrap}.rsf-btn-orange{background-color:var(--rsf-orange);color:#fff;border-color:var(--rsf-orange)}.rsf-btn-orange:hover{background-color:var(--rsf-orange-dark);border-color:var(--rsf-orange-dark)}.rsf-btn-cyan{background-color:var(--rsf-cyan);color:#fff;border-color:var(--rsf-cyan)}.rsf-btn-cyan:hover{opacity:.9}.rsf-btn-purple{background-color:var(--rsf-purple-dark);color:#fff;border-color:var(--rsf-purple-dark)}.rsf-btn-purple:hover{opacity:.9}.rsf-btn-outline-white{background-color:transparent;color:#fff;border-color:#fff}.rsf-btn-outline-white:hover{background-color:#fff;color:var(--rsf-purple-dark)}.rsf-btn-outline-orange{background-color:transparent;color:var(--rsf-orange);border-color:var(--rsf-orange)}.rsf-btn-outline-orange:hover{background-color:var(--rsf-orange);color:#fff}@media(max-width:639px){.rsf-btn-full-mobile{width:100%}}.rsf-label{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase!important;margin-bottom:.75rem}.rsf-label-orange{color:var(--rsf-orange)}.rsf-label-cyan{color:var(--rsf-cyan)}.rsf-label-purple{color:var(--rsf-purple-mid)}.rsf-label-magenta{color:var(--rsf-magenta)}.rsf-label-white{color:#fffc}.rsf-card{background:#fff;border-radius:var(--rsf-radius-2xl);padding:var(--rsf-space-lg);transition:transform .2s ease,box-shadow .2s ease}.rsf-card:hover{transform:translateY(-2px);box-shadow:0 8px 30px #00000014}.rsf-card-flat{background:#fff;border-radius:var(--rsf-radius-2xl);padding:var(--rsf-space-lg)}.rsf-icon-badge{display:inline-flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:var(--rsf-radius-lg);margin-bottom:var(--rsf-space-sm)}.rsf-icon-badge-orange{background:var(--rsf-orange-light);color:var(--rsf-orange)}.rsf-icon-badge-cyan{background:var(--rsf-cyan-light);color:var(--rsf-cyan)}.rsf-icon-badge-purple{background:var(--rsf-purple-mid-light);color:var(--rsf-purple-mid)}.rsf-icon-badge-magenta{background:var(--rsf-magenta-light);color:var(--rsf-magenta)}.rsf-stat-box{background:#ffffff14;border-radius:var(--rsf-radius-xl);padding:var(--rsf-space-lg);text-align:center}.rsf-stat-value{font-family:Nunito,sans-serif;font-weight:800;font-size:3rem;line-height:1;margin-bottom:.5rem}.rsf-stat-label{font-size:.875rem;opacity:.7}.rsf-testimonial-card{background:var(--rsf-purple-mid-light);border-radius:var(--rsf-radius-2xl);padding:var(--rsf-space-lg)}.rsf-testimonial-stars{display:flex;gap:2px;margin-bottom:var(--rsf-space-sm)}.rsf-testimonial-stars svg{width:1rem;height:1rem;fill:#ffb800}.rsf-avatar{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;font-weight:700;font-size:.875rem;color:#fff}.rsf-bg-white{background-color:var(--rsf-white)}.rsf-bg-off-white{background-color:var(--rsf-off-white)}.rsf-bg-light-gray{background-color:var(--rsf-light-gray)}.rsf-bg-purple-dark{background-color:var(--rsf-purple-dark)}.rsf-bg-purple-mid{background-color:var(--rsf-purple-mid)}.rsf-bg-cyan-light{background-color:var(--rsf-cyan-light)}.rsf-bg-orange-light{background-color:var(--rsf-orange-light)}.rsf-bg-purple-light{background-color:var(--rsf-purple-mid-light)}.rsf-bg-magenta-light{background-color:var(--rsf-magenta-light)}.rsf-text-purple{color:var(--rsf-purple-dark)}.rsf-text-orange{color:var(--rsf-orange)}.rsf-text-cyan{color:var(--rsf-cyan)}.rsf-text-purple-mid{color:var(--rsf-purple-mid)}.rsf-text-magenta{color:var(--rsf-magenta)}.rsf-text-muted{color:var(--rsf-muted)}.rsf-text-white{color:#fff}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,a,button,span,p,li,label,summary,.header *,.footer *,.drawer *,.cart-drawer *,#cart-drawer *,.product-card *,.collection-card *,.announcement-bar *,.section-spacing *,[class*=button],[class*=btn],[class*=nav],[class*=menu]{text-transform:none!important;letter-spacing:normal!important}.rsf-section h1,.rsf-section h2,.rsf-section h3{letter-spacing:-.01em!important}.header{z-index:100!important}.shopify-section-group-header-group{position:relative;z-index:100!important}.pop-in.newsletter-popup{z-index:1000!important}.header__primary-nav a,.header__primary-nav button,.header__primary-nav summary,.header__secondary-nav a,.header__secondary-nav button,.header__secondary-nav span{font-family:DM Sans,sans-serif!important;font-weight:500!important;font-size:1rem!important;text-transform:none!important;letter-spacing:0!important}.header__dropdown-menu,.header__menu-disclosure>div,.header [class*=dropdown]{background:#fff!important;border-radius:.75rem!important;box-shadow:0 20px 60px #0000001f!important;border:1px solid rgba(0,0,0,.06)!important;border-top:none!important;padding:.75rem!important;overflow:hidden}.header__menu-disclosure[open]>summary:after,.header details[open]>summary:after,.header__dropdown-menu:before{display:none!important;border-top:none!important}.header__dropdown-menu a,.header__dropdown-menu button{display:block!important;padding:.625rem .75rem!important;border-radius:.5rem!important;font-family:DM Sans,sans-serif!important;font-weight:600!important;font-size:.875rem!important;color:var(--rsf-purple-dark)!important;text-transform:none!important;letter-spacing:0!important;transition:background .15s!important}.header__dropdown-menu a:hover,.header__dropdown-menu button:hover{background:var(--rsf-light-gray)!important}.header__primary-nav-item a:after,.header__primary-nav-item summary:after,.header__primary-nav-item button:after,.header__primary-nav a:after,.header__primary-nav button:after,.header [data-title]:after,.header__secondary-nav a:after,.header__secondary-nav span:after{display:none!important;content:none!important}.header__primary-nav-item [data-title]:before,.header__primary-nav-item [data-title]:hover:before,.header [data-title]:before,.header [data-title]:hover:before{display:none!important;content:none!important;height:0!important;transform:scaleX(0)!important;background:none!important}.header__menu-disclosure>summary{display:inline-flex!important;align-items:center!important;gap:.25rem!important}.header__menu-disclosure>summary::-webkit-details-marker,.header__menu-disclosure>summary::marker{display:none!important}.header__menu-disclosure[open]>summary .rsf-chevron{transform:rotate(180deg)}.cart-drawer .button--primary,.cart-drawer [class*=checkout],#cart-drawer .button--primary{background-color:var(--rsf-orange)!important;border-color:var(--rsf-orange)!important;border-radius:.75rem!important;font-family:DM Sans,sans-serif!important;font-weight:600!important}.cart-drawer .button--primary:hover,#cart-drawer .button--primary:hover{background-color:var(--rsf-orange-dark)!important}.main-product{font-family:DM Sans,sans-serif!important}.main-product h1,.main-product [class*=title],.main-product [class*=price],.main-product .price{color:var(--rsf-purple-dark)!important;font-family:Nunito,sans-serif!important;font-weight:900!important}.main-product [class*=description]{color:var(--rsf-muted)!important;line-height:1.7!important}.product-info .prose ul{display:grid;grid-template-columns:1fr 1fr;gap:.5rem 1rem;list-style:none;padding:0;margin:.5rem 0 1rem}.product-info .prose ul li{position:relative;padding-left:2.25rem;min-height:1.75rem;display:flex;align-items:center;font-weight:700;letter-spacing:.02em;font-size:.8rem;color:var(--rsf-purple-dark)}.product-info .prose ul li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1.75rem;height:1.75rem;background:no-repeat center / contain}.product-info .prose ul li:nth-child(1):before{background-image:url(rsf-3-allergens-icon.png)}.product-info .prose ul li:nth-child(2):before{background-image:url(rsf-badge-0g-sugar.png)}.product-info .prose ul li:nth-child(3):before{background-image:url(rsf-badge-4months.png)}.product-info .prose ul li:nth-child(4):before{background-image:url(rsf-badge-usda-organic.webp)}.product-info .prose ul li:nth-child(1){padding-left:3.75rem;min-height:2rem}.product-info .prose ul li:nth-child(1):before{width:3.25rem;height:2rem}.product-info .variant-picker__option{gap:.5rem!important}.product-info .variant-picker__option-info{font-size:.8rem}.product-info .variant-picker__option-values{display:flex!important;flex-wrap:nowrap!important;gap:.4rem!important}.product-info .variant-picker__option-values .block-swatch{flex:1 1 0!important;min-width:0;display:flex!important;align-items:center;justify-content:flex-start;gap:.4rem;padding:.55rem .6rem!important;font-size:.7rem!important;line-height:1.15;text-align:left;border-radius:999px!important;border:1.5px solid var(--rsf-border)!important;cursor:pointer;background:#fff;color:var(--rsf-purple-dark);transition:all .15s ease;width:auto!important}.product-info .variant-picker__option-values .block-swatch:before{content:"";width:.875rem;height:.875rem;border-radius:50%;border:1.5px solid var(--rsf-border);background:#fff;flex-shrink:0;transition:all .15s ease}.product-info .variant-picker__option-values .block-swatch span{flex:1;min-width:0;font-weight:600}.product-info .variant-picker__option-values input:checked+.block-swatch{border-color:var(--rsf-orange)!important;background:var(--rsf-orange-light)!important;color:var(--rsf-orange-dark)}.product-info .variant-picker__option-values input:checked+.block-swatch:before{background:var(--rsf-orange);border-color:var(--rsf-orange);box-shadow:inset 0 0 0 2px #fff}.main-product .button--primary,.main-product [type=submit],.main-product .shopify-payment-button button,.main-product form [type=submit],.main-product .buy-buttons .button,.main-product [class*=buy-buttons] button,.main-product [class*=add-to-cart],.buy-buttons .button{background-color:var(--rsf-orange)!important;border-color:var(--rsf-orange)!important;color:#fff!important;border-radius:999px!important;font-family:DM Sans,sans-serif!important;font-weight:700!important;font-size:1rem!important}.blog-post-card__image,.blog-posts .blog-post-card__image,[class*=blog-post] .blog-post-card__image,.blog-post-card__figure{aspect-ratio:16/10!important;overflow:hidden!important}.blog-post-card__image img,.blog-posts .blog-post-card__image img,[class*=blog-post] .blog-post-card__image img,.blog-post-card__figure img{width:100%!important;height:100%!important;object-fit:cover!important}.main-product .button--primary:hover,.main-product [type=submit]:hover,.main-product .buy-buttons .button:hover,.main-product [class*=buy-buttons] button:hover{background-color:var(--rsf-orange-dark)!important;border-color:var(--rsf-orange-dark)!important}.main-product [class*=variant] button,.main-product [class*=variant] label,.main-product [class*=swatch]{border-radius:.75rem!important;font-family:DM Sans,sans-serif!important}.main-product [class*=quantity]{border-radius:.75rem!important}.main-product [class*=rating] svg{color:var(--rsf-orange)!important;fill:var(--rsf-orange)!important}.main-product [class*=feature-with-icon],.main-product .product-info__feature{font-family:DM Sans,sans-serif!important;font-size:.875rem!important;color:var(--rsf-muted)!important}.main-product [class*=media] img{border-radius:var(--rsf-radius-xl)!important}.main-product [class*=product-gallery][scroll-lock],.main-product product-media-carousel{scroll-behavior:auto!important}.main-product details summary{color:var(--rsf-purple-dark)!important;font-weight:600!important;font-family:DM Sans,sans-serif!important}[class*=sticky-add-to-cart] .button--primary{background-color:var(--rsf-orange)!important;border-color:var(--rsf-orange)!important;border-radius:.75rem!important}.main-blog h1,.main-article h1{color:var(--rsf-purple-dark)!important}.blog-post-card{border-radius:var(--rsf-radius-xl)!important;overflow:hidden}.product-card{border-radius:var(--rsf-radius-2xl)!important;overflow:hidden;border:1px solid var(--rsf-border);transition:box-shadow .2s,transform .2s}.product-card:hover{box-shadow:0 12px 40px #0000001a;transform:translateY(-2px)}.product-card__title{color:var(--rsf-purple-dark)!important;font-weight:700!important}.product-card .price{color:var(--rsf-purple-dark)!important}.product-card__info,.product-card [class*=info],.product-card [class*=content]{padding-bottom:1rem!important}.related-products,[class*=related-products]{background:#fff!important}.related-products h2,[class*=related-products] h2{color:var(--rsf-purple-dark)!important;font-family:Nunito,sans-serif!important;font-weight:900!important}.related-products .product-card,[class*=related-products] .product-card{background:#fff!important;border:1px solid var(--rsf-border)!important;border-radius:var(--rsf-radius-2xl)!important;overflow:hidden}.related-products .product-card__figure,[class*=related-products] .product-card__figure{background:#f9f9f9!important}.related-products .product-card__title,[class*=related-products] .product-card__title{color:var(--rsf-purple-dark)!important;font-weight:700!important;font-family:DM Sans,sans-serif!important}.related-products .product-card .price,[class*=related-products] .product-card .price{color:var(--rsf-purple-dark)!important;font-weight:700!important}.related-products .product-card .button,[class*=related-products] .product-card .button{background:var(--rsf-orange)!important;border-color:var(--rsf-orange)!important;color:#fff!important;border-radius:.75rem!important}.related-products .color-scheme,[class*=related-products] .color-scheme{--scheme-background: white !important;--scheme-text: var(--rsf-purple-dark) !important}.related-products .product-card__info,[class*=related-products] .product-card__info{padding:1rem!important;gap:.25rem!important}.related-products .product-card .price,[class*=related-products] .product-card .price{margin-bottom:0!important;padding-bottom:0!important}.related-products .product-card [class*=rating],[class*=related-products] .product-card [class*=rating]{margin-top:.25rem!important;margin-bottom:0!important;padding:0!important;display:flex!important;align-items:center!important;gap:.25rem!important}.rating-badge{display:inline-flex!important;flex-direction:row!important;align-items:center!important;gap:.3rem!important;line-height:1!important}.rating-badge__stars{display:inline-flex!important;flex-direction:row!important;align-items:center!important;gap:1px!important;line-height:0!important}.rating-badge__stars svg{display:block!important}.rating-badge>.smallcaps,.rating-badge>.text-xxs,.rating-badge>span:not(.rating-badge__stars){font-size:.6875rem!important;line-height:0!important;display:inline-flex!important;align-items:center!important;height:auto!important;margin:0!important;padding:0!important}.rsf-section img{border-radius:var(--rsf-radius-xl)}.image-with-text__image-wrapper,.article__image,.blog-post-card__image{border-radius:var(--rsf-radius-lg);overflow:hidden}.rsf-step-number{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;font-family:Nunito,sans-serif;font-weight:800;font-size:1rem;color:#fff;margin-bottom:var(--rsf-space-sm)}.rsf-decoration img{border-radius:0!important}.rsf-text-hero{font-size:2.75rem;line-height:1.1}.rsf-text-section-title{font-size:1.875rem;line-height:1.15}.rsf-text-body-lg{font-size:1.125rem;line-height:1.6}@media(min-width:768px){.rsf-text-hero{font-size:4.5rem}.rsf-text-section-title{font-size:3rem}}.rsf-pill{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .875rem;border-radius:999px;font-size:.75rem;font-weight:600}.rsf-pill-cyan{background:var(--rsf-cyan-light);color:var(--rsf-cyan)}.rsf-pill-orange{background:var(--rsf-orange-light);color:var(--rsf-orange)}.rsf-pill-purple{background:var(--rsf-purple-mid-light);color:var(--rsf-purple-mid)}.rsf-trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--rsf-space-sm);padding:var(--rsf-space-md);border:1px solid var(--rsf-border);border-radius:var(--rsf-radius-xl)}.rsf-trust-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.25rem;font-size:.75rem;color:var(--rsf-muted)}.rsf-trust-item svg{width:1.25rem;height:1.25rem;color:var(--rsf-cyan)}.rsf-decoration{position:absolute;pointer-events:none;z-index:0}.rsf-decoration img{border-radius:0!important;width:100%;height:100%;object-fit:contain}@media(max-width:767px){.rsf-decoration{display:none!important}}.rsf-wave-divider{position:relative;height:60px;overflow:hidden;margin-top:-1px}.rsf-wave-divider svg{position:absolute;bottom:0;width:100%;height:100%}@media(max-width:767px){.rsf-wave-divider{height:40px}}.rsf-wave-top,.rsf-wave-bottom{position:absolute;left:0;right:0;width:100%;height:50px;overflow:hidden;z-index:1;pointer-events:none}.rsf-wave-top{top:-1px}.rsf-wave-bottom{bottom:-1px}.rsf-wave-top svg,.rsf-wave-bottom svg{display:block;width:100%;height:100%}@media(max-width:767px){.rsf-wave-top,.rsf-wave-bottom{height:30px}}.rsf-has-wave-top{padding-top:7rem!important}.rsf-has-wave-bottom{padding-bottom:7rem!important}@media(max-width:767px){.rsf-has-wave-top{padding-top:8rem!important}.rsf-has-wave-bottom{padding-bottom:8rem!important}}.rsf-footer-grid,.rsf-section footer .rsf-container,footer .rsf-container{padding-left:1.25rem;padding-right:1.25rem}@media(max-width:767px){:root{--drawer-max-width: min(72vw, 20rem) !important}.drawer,.drawer--sm,.header-sidebar,#sidebar-menu{--drawer-max-width: min(72vw, 20rem) !important;max-width:min(72vw,20rem)!important;width:min(72vw,20rem)!important}}.drawer,[class*=sidebar-menu],.header .sheet,.header [class*=sheet]{font-family:DM Sans,sans-serif!important}.drawer a,.drawer button,.drawer summary,[class*=sidebar] a,[class*=sidebar] button{color:var(--rsf-purple-dark)!important;font-family:DM Sans,sans-serif!important;font-weight:500!important}.drawer [class*=nav-item]>a,.drawer [class*=nav-item]>button,.drawer [class*=nav-item]>summary,.drawer details>summary{font-weight:600!important;font-size:1.125rem!important;color:var(--rsf-purple-dark)!important;padding:.75rem 0!important}.drawer details a,.drawer [class*=dropdown] a{font-size:.9375rem!important;color:var(--rsf-purple-mid)!important;padding:.5rem 0!important}.drawer .button--primary,.drawer [class*=button--primary]{background-color:var(--rsf-orange)!important;border-color:var(--rsf-orange)!important;color:#fff!important;border-radius:999px!important;font-weight:700!important}@media(max-width:767px){.rsf-hero{min-height:100vh!important;min-height:100svh!important}.rsf-hero .rsf-container{padding-left:1.25rem;padding-right:1.25rem}.rsf-hero .rsf-text-hero{font-size:2.5rem!important;line-height:1.1!important}.rsf-hero__buttons{gap:.75rem!important}.rsf-hero__buttons .rsf-btn{width:100%!important;justify-content:center}.rsf-hero-logos-mobile{padding:0 .5rem}.rsf-hero-marquee{gap:2rem!important}.rsf-hero-marquee img{height:1.5rem!important;flex-shrink:0}.rsf-trust-badges-grid{gap:1rem!important}.rsf-trust-badges-grid>div{padding:.5rem}.rsf-trust-badges-grid h3{font-size:.8125rem!important}.rsf-trust-badges-grid p{font-size:.6875rem!important}.rsf-trust-badges-grid .rsf-icon-badge,.rsf-trust-badges-grid>div>div:first-child{width:2.75rem!important;height:2.75rem!important}.rsf-section-padding{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.rsf-text-section-title{font-size:1.5rem!important}.rsf-container{padding-left:1.25rem!important;padding-right:1.25rem!important}.rsf-ph-grid{grid-template-columns:repeat(2,1fr)!important;gap:1rem!important}.rsf-ph-card h3{font-size:.8125rem!important}.rsf-ph-card .rsf-product-card__subtitle,.rsf-ph-card p[style*=purple-mid]{font-size:.75rem!important}.rsf-science-grid{gap:2rem!important}.rsf-stats-grid{gap:.75rem!important}.rsf-stats-grid>div{padding:1rem!important}.rsf-stats-grid .rsf-stat-value,.rsf-stats-grid>div>div:first-child{font-size:2rem!important}.rsf-testimonials-desktop{display:none!important}.rsf-testimonials-mobile{display:block!important}.rsf-stage-card{flex-direction:column!important}.rsf-stage-card>div{width:100%!important}.rsf-cta-buttons{flex-direction:column!important;gap:.75rem!important}.rsf-cta-buttons .rsf-btn{width:100%!important}.rsf-footer-grid{grid-template-columns:1fr!important;gap:2rem!important}.rsf-footer-brand{grid-column:span 1!important;text-align:center}.rsf-footer-brand>div:last-child{justify-content:center}.rsf-footer-newsletter-form{flex-direction:column!important}.rsf-footer-bottom{flex-direction:column!important;text-align:center;gap:.75rem!important}.rsf-footer-bottom>div{flex-wrap:wrap;justify-content:center}.rsf-blog-grid{grid-template-columns:1fr!important}.rsf-shop-grid{grid-template-columns:repeat(2,1fr)!important;gap:.75rem!important}.rsf-product-card__content{padding:.875rem!important}.rsf-product-card__title{font-size:.8125rem!important}.rsf-product-card__cta{font-size:.75rem!important;padding:.5rem!important}.rsf-routine-grid{grid-template-columns:1fr!important}.rsf-safety-principles-grid{gap:1rem!important}.rsf-team-grid{grid-template-columns:repeat(2,1fr)!important;gap:1.5rem!important}.rsf-carousel-card{flex:0 0 65%!important}.rsf-trusted-by img{height:22px!important}.header__primary-nav{gap:0!important}.announcement-bar,[class*=announcement]{font-size:.75rem!important;padding:.375rem 1rem!important}}@media(min-width:390px)and (max-width:767px){.rsf-hero .rsf-text-hero{font-size:2.75rem!important}.rsf-text-section-title{font-size:1.625rem!important}.rsf-shop-grid{gap:1rem!important}}
/*# sourceMappingURL=/cdn/shop/t/161/assets/custom-rsf.css.map */
