@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&family=DM+Sans:wght@300;400;500;600&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--teal: #2a8fa0;--teal-dark: #1a6e7e;--teal-light: #e8f5f7;--cream: #f8f5f0;--warm: #f0ebe2;--text: #1c1c1a;--muted: #6b6860;--border: #e8e4dc;--white: #ffffff}body{font-family:DM Sans,sans-serif;color:var(--text);background:var(--white);overflow-x:hidden;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit}.site-header{display:flex;align-items:center;justify-content:space-between;padding:18px 56px;position:sticky;top:0;background:#fffffff7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:200}.site-header__logo{text-decoration:none}.site-header__logo img{height:44px;width:auto}.site-header__logo span{font-family:Cormorant Garamond,serif;font-size:24px;font-weight:600;color:var(--teal);letter-spacing:1px;text-decoration:none}.site-nav{display:flex;gap:36px;list-style:none}.site-nav a{text-decoration:none;font-size:14px;font-weight:500;color:var(--muted);transition:color .2s}.site-nav a:hover{color:var(--teal)}.site-header__actions{display:flex;align-items:center;gap:16px}.site-header__cart{position:relative;text-decoration:none;color:var(--text);font-size:14px;font-weight:500}.cart-count{position:absolute;top:-8px;right:-10px;background:var(--teal);color:#fff;border-radius:50%;width:18px;height:18px;font-size:10px;display:flex;align-items:center;justify-content:center;font-weight:700}.btn{display:inline-block;text-decoration:none;cursor:pointer;font-family:DM Sans,sans-serif;font-weight:500;transition:all .2s;border:none}.btn-primary{background:var(--teal);color:#fff;border-radius:50px;padding:12px 28px;font-size:14px}.btn-primary:hover{background:var(--teal-dark);color:#fff}.btn-ghost{background:transparent;color:var(--text);border:1px solid var(--border);border-radius:50px;padding:11px 26px;font-size:14px}.btn-ghost:hover{border-color:var(--teal);color:var(--teal)}.btn-white{background:#fff;color:var(--teal);border-radius:50px;padding:14px 30px;font-size:14px}.btn-lg{padding:16px 36px;font-size:16px}.site-footer{background:var(--text);color:#888;padding:56px}.site-footer__top{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}.footer-brand p{font-size:14px;line-height:1.7;margin-top:16px;max-width:280px}.footer-col h4{color:#fff;font-size:13px;font-weight:600;letter-spacing:1px;text-transform:uppercase;margin-bottom:20px}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:12px}.footer-col ul a{color:#888;text-decoration:none;font-size:14px;transition:color .2s}.footer-col ul a:hover{color:#9fe1cb}.footer-logo{font-family:Cormorant Garamond,serif;font-size:24px;font-weight:600;color:#fff;letter-spacing:1px}.site-footer__bottom{border-top:1px solid #333;padding-top:28px;display:flex;justify-content:space-between;align-items:center;font-size:13px}.footer-legal{display:flex;gap:24px}.footer-legal a{color:#888;text-decoration:none;font-size:13px}.footer-legal a:hover{color:#9fe1cb}.eyebrow{font-size:11px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:var(--teal);margin-bottom:16px}.eyebrow-white{font-size:11px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:#ffffffb3;margin-bottom:16px}.section-heading{font-family:Cormorant Garamond,serif;font-size:42px;font-weight:500;line-height:1.15;color:var(--text)}.section-heading-white{font-family:Cormorant Garamond,serif;font-size:42px;font-weight:500;line-height:1.15;color:#fff}.text-center{text-align:center}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:92vh;background:var(--cream)}.hero__left{display:flex;flex-direction:column;justify-content:center;padding:80px 56px}.hero__left h1{font-family:Cormorant Garamond,serif;font-size:62px;font-weight:600;line-height:1.05;margin-bottom:28px}.hero__left h1 em{color:var(--teal);font-style:italic}.hero__left p{font-size:17px;color:var(--muted);line-height:1.75;margin-bottom:36px;max-width:420px;font-weight:300}.hero__badges{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:40px}.hero__badge{background:#fff;color:var(--teal);border:1px solid #c5e8ec;border-radius:50px;padding:7px 16px;font-size:12px;font-weight:500}.hero__btns{display:flex;gap:14px;flex-wrap:wrap}.hero__right{position:relative;overflow:hidden}.hero__right img{width:100%;height:100%;object-fit:cover}.hero__pill{position:absolute;bottom:36px;left:36px;background:#fffffff7;border-radius:14px;padding:16px 20px;box-shadow:0 4px 24px #00000014}.hero__pill-top{font-size:12px;font-weight:600;color:var(--teal);margin-bottom:4px}.hero__pill-bot{font-size:13px;color:var(--muted)}.trust-bar{background:var(--teal);padding:18px 56px;display:flex;justify-content:center;gap:48px;align-items:center;flex-wrap:wrap}.trust-bar__item{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:500;color:#fffffff2}.trust-bar__dot{width:5px;height:5px;border-radius:50%;background:#ffffff80;flex-shrink:0}.statement{text-align:center;padding:100px 56px;background:var(--cream)}.statement h2{font-family:Cormorant Garamond,serif;font-size:52px;font-weight:500;line-height:1.15;max-width:760px;margin:0 auto 20px}.statement h2 em{color:var(--teal);font-style:italic}.statement p{font-size:17px;color:var(--muted);max-width:580px;margin:0 auto;line-height:1.75;font-weight:300}.photo-full{height:520px;overflow:hidden;position:relative}.photo-full img{width:100%;height:100%;object-fit:cover;object-position:center 30%}.photo-full__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(0,0,0,.38) 0%,transparent 65%)}.photo-full__text{position:absolute;top:50%;left:56px;transform:translateY(-50%);color:#fff}.photo-full__text h3{font-family:Cormorant Garamond,serif;font-size:44px;font-weight:500;line-height:1.1;max-width:480px}.split{display:grid;grid-template-columns:1fr 1fr;align-items:center}.split--reverse{direction:rtl}.split--reverse>*{direction:ltr}.split__img{height:580px;overflow:hidden}.split__img img{width:100%;height:100%;object-fit:cover}.split__text{padding:80px 64px}.split__text h2{font-family:Cormorant Garamond,serif;font-size:42px;font-weight:600;line-height:1.15;margin-bottom:24px}.split__text p{font-size:16px;color:var(--muted);line-height:1.8;margin-bottom:16px;font-weight:300}.stats-row{display:flex;gap:32px;margin-top:40px;flex-wrap:wrap}.stat{border-left:2px solid var(--teal);padding-left:16px}.stat__num{font-family:Cormorant Garamond,serif;font-size:36px;font-weight:600;color:var(--teal);line-height:1}.stat__label{font-size:12px;color:var(--muted);margin-top:6px}.box-feature{background:var(--teal);padding:100px 56px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.box-feature__text{color:#fff}.box-feature__text h2{font-family:Cormorant Garamond,serif;font-size:46px;font-weight:500;line-height:1.1;margin-bottom:24px}.checklist{list-style:none;margin-bottom:32px}.checklist li{display:flex;align-items:flex-start;gap:12px;font-size:15px;opacity:.9;margin-bottom:14px;line-height:1.5}.checklist__dot{width:20px;height:20px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;font-size:11px;flex-shrink:0;margin-top:2px}.box-feature__img{border-radius:20px;overflow:hidden;height:440px}.box-feature__img img{width:100%;height:100%;object-fit:cover}.pricing{padding:100px 56px;background:var(--white)}.pricing__header{text-align:center;margin-bottom:56px}.pricing__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:960px;margin:0 auto}.pricing-card{border:1px solid var(--border);border-radius:20px;padding:40px 32px;text-align:center;position:relative;transition:transform .2s,box-shadow .2s}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #2a8fa01a}.pricing-card--featured{border-color:var(--teal);border-width:2px;background:var(--cream)}.pricing-card__badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:var(--teal);color:#fff;border-radius:50px;padding:5px 18px;font-size:12px;font-weight:600;white-space:nowrap}.pricing-card__title{font-family:Cormorant Garamond,serif;font-size:24px;font-weight:600;margin-bottom:8px}.pricing-card__price{font-family:Cormorant Garamond,serif;font-size:52px;font-weight:600;color:var(--teal);line-height:1;margin:20px 0 4px}.pricing-card__price span{font-size:20px}.pricing-card__period{font-size:13px;color:var(--muted);margin-bottom:8px}.pricing-card__savings{font-size:13px;font-weight:600;color:#2a7a4a;background:#e0f5ea;border-radius:50px;padding:4px 14px;display:inline-block;margin-bottom:28px}.pricing-card__features{list-style:none;text-align:left;margin-bottom:32px}.pricing-card__features li{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--muted);margin-bottom:12px}.pricing-card__features li:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--teal);flex-shrink:0}.allergen-section{background:var(--cream);padding:100px 56px}.allergen-grid{display:grid;grid-template-columns:repeat(9,1fr);gap:16px;margin-top:48px}.allergen-card{background:#fff;border-radius:14px;padding:20px 12px;text-align:center;border:1px solid var(--border)}.allergen-card__icon{font-size:28px;margin-bottom:8px}.allergen-card__name{font-size:11px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.5px}.allergen-card__free{font-size:10px;color:var(--teal);font-weight:600;margin-top:4px}.blog-section{padding:100px 56px;background:var(--white)}.blog-section__header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:56px}.blog-section__header h2{font-family:Cormorant Garamond,serif;font-size:42px;font-weight:500;margin-top:10px}.blog-section__all{font-size:14px;font-weight:500;color:var(--teal);text-decoration:none;border-bottom:1px solid var(--teal);padding-bottom:2px}.blog-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:28px;align-items:start}.blog-card{cursor:pointer}.blog-card__img{border-radius:14px;overflow:hidden;margin-bottom:20px;background:var(--cream)}.blog-card__img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}.blog-card:hover .blog-card__img img{transform:scale(1.03)}.blog-card__img--tall{height:340px}.blog-card__img--short{height:200px}.blog-tag{display:inline-block;background:var(--teal-light);color:var(--teal);border-radius:50px;padding:4px 12px;font-size:11px;font-weight:600;letter-spacing:.5px;margin-bottom:12px}.blog-card h3{font-family:Cormorant Garamond,serif;font-size:22px;font-weight:600;line-height:1.25;margin-bottom:8px;color:var(--text)}.blog-card--featured h3{font-size:28px}.blog-card p{font-size:14px;color:var(--muted);line-height:1.65;font-weight:300;margin-bottom:12px}.blog-meta{font-size:12px;color:#aaa}.blog-secondary{display:flex;flex-direction:column;gap:28px}.blog-card-sm{display:grid;grid-template-columns:100px 1fr;gap:16px;align-items:center}.blog-card-sm__img{height:80px;border-radius:10px;overflow:hidden;background:var(--cream)}.blog-card-sm__img img{width:100%;height:100%;object-fit:cover}.blog-card-sm h3{font-family:Cormorant Garamond,serif;font-size:17px;font-weight:600;line-height:1.3;color:var(--text);margin-bottom:6px}.testimonials{padding:100px 56px;background:var(--cream)}.testimonials__header{text-align:center;margin-bottom:60px}.testimonials__header h2{font-family:Cormorant Garamond,serif;font-size:42px;font-weight:500;margin-top:12px}.testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.testimonial-card{background:#fff;border-radius:16px;padding:32px}.testimonial-card__stars{color:#c8a84b;font-size:14px;letter-spacing:2px;margin-bottom:16px}.testimonial-card__quote{font-family:Cormorant Garamond,serif;font-size:19px;line-height:1.65;font-style:italic;margin-bottom:24px}.testimonial-card__author{font-size:13px;font-weight:500;color:var(--muted)}.email-cta{background:var(--cream);padding:100px 56px;text-align:center;border-top:1px solid var(--border)}.email-cta h2{font-family:Cormorant Garamond,serif;font-size:48px;font-weight:500;margin-bottom:16px}.email-cta p{font-size:16px;color:var(--muted);margin-bottom:36px;font-weight:300;max-width:480px;margin-left:auto;margin-right:auto}.email-cta__form{display:flex;gap:12px;max-width:420px;margin:0 auto}.email-cta__form input{flex:1;border:1px solid var(--border);border-radius:50px;padding:14px 20px;font-size:14px;font-family:DM Sans,sans-serif;outline:none;background:#fff}.email-cta__form input:focus{border-color:var(--teal)}.email-cta__form button{background:var(--teal);color:#fff;border:none;border-radius:50px;padding:14px 24px;font-size:14px;font-weight:500;cursor:pointer;white-space:nowrap;font-family:DM Sans,sans-serif}.product-page{display:grid;grid-template-columns:1fr 1fr;gap:80px;padding:80px 56px;align-items:start}.product-page__gallery{position:sticky;top:100px}.product-page__main-img{border-radius:20px;overflow:hidden;margin-bottom:16px;height:520px}.product-page__main-img img{width:100%;height:100%;object-fit:cover}.product-page__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.product-page__thumb{border-radius:10px;overflow:hidden;height:90px;cursor:pointer;border:2px solid transparent;transition:border-color .2s}.product-page__thumb:hover,.product-page__thumb--active{border-color:var(--teal)}.product-page__thumb img{width:100%;height:100%;object-fit:cover}.product-page__info{padding-top:8px}.product-page__info h1{font-family:Cormorant Garamond,serif;font-size:42px;font-weight:600;line-height:1.1;margin-bottom:16px}.product-page__price{font-family:Cormorant Garamond,serif;font-size:38px;font-weight:600;color:var(--teal);margin-bottom:8px}.product-page__price-note{font-size:14px;color:var(--muted);margin-bottom:32px}.subscription-options{display:flex;flex-direction:column;gap:12px;margin-bottom:32px}.sub-option{border:1px solid var(--border);border-radius:14px;padding:18px 20px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:all .2s}.sub-option:hover,.sub-option--active{border-color:var(--teal);background:var(--teal-light)}.sub-option__left{display:flex;align-items:center;gap:14px}.sub-option__radio{width:18px;height:18px;border-radius:50%;border:2px solid var(--border);flex-shrink:0;position:relative;transition:border-color .2s}.sub-option--active .sub-option__radio{border-color:var(--teal);background:var(--teal)}.sub-option__title{font-weight:600;font-size:15px}.sub-option__subtitle{font-size:13px;color:var(--muted);margin-top:2px}.sub-option__price{font-weight:700;font-size:16px;color:var(--teal)}.sub-option__savings{font-size:11px;font-weight:600;color:#2a7a4a;background:#e0f5ea;border-radius:50px;padding:3px 10px;margin-left:8px}.product-page__add{width:100%;margin-bottom:16px;padding:18px;font-size:16px;border-radius:50px;background:var(--teal);color:#fff;border:none;cursor:pointer;font-family:DM Sans,sans-serif;font-weight:500;transition:background .2s}.product-page__add:hover{background:var(--teal-dark)}.product-page__guarantee{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--muted);justify-content:center;margin-bottom:36px}.product-page__desc{font-size:15px;color:var(--muted);line-height:1.8;font-weight:300;border-top:1px solid var(--border);padding-top:32px;margin-top:32px}.product-page__desc h3{font-size:16px;font-weight:600;color:var(--text);margin-bottom:16px}.product-page__features{list-style:none;margin-top:20px}.product-page__features li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--muted);margin-bottom:12px;line-height:1.5}.product-page__features li:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--teal);flex-shrink:0;margin-top:7px}.faq-page{max-width:760px;margin:0 auto;padding:80px 56px}.faq-page h1{font-family:Cormorant Garamond,serif;font-size:52px;font-weight:500;margin-bottom:16px}.faq-page__intro{font-size:17px;color:var(--muted);line-height:1.75;margin-bottom:56px;font-weight:300}.faq-category{margin-bottom:48px}.faq-category h2{font-family:Cormorant Garamond,serif;font-size:28px;font-weight:600;color:var(--teal);margin-bottom:24px;padding-bottom:12px;border-bottom:1px solid var(--border)}.faq-item{border-bottom:1px solid var(--border)}.faq-item__question{width:100%;text-align:left;background:none;border:none;padding:22px 0;font-size:16px;font-weight:500;color:var(--text);cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-family:DM Sans,sans-serif;gap:16px}.faq-item__icon{font-size:20px;color:var(--teal);flex-shrink:0;transition:transform .3s}.faq-item--open .faq-item__icon{transform:rotate(45deg)}.faq-item__answer{display:none;overflow:visible}.faq-item--open .faq-item__answer{display:block}.faq-item__answer p{font-size:15px;color:var(--muted);line-height:1.8;font-weight:300;padding-bottom:22px}.blog-list{padding:80px 56px}.blog-list__header{margin-bottom:56px}.blog-list__header h1{font-family:Cormorant Garamond,serif;font-size:52px;font-weight:500;margin-top:12px}.blog-list__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}.blog-list__card{text-decoration:none;color:inherit}.blog-list__card-img{border-radius:14px;overflow:hidden;height:240px;margin-bottom:20px;background:var(--cream)}.blog-list__card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.blog-list__card:hover .blog-list__card-img img{transform:scale(1.03)}.blog-list__card h2{font-family:Cormorant Garamond,serif;font-size:24px;font-weight:600;line-height:1.25;margin-bottom:10px}.blog-list__card p{font-size:14px;color:var(--muted);line-height:1.65;font-weight:300}.article-page{max-width:720px;margin:0 auto;padding:80px 56px}.article-page__hero{border-radius:20px;overflow:hidden;height:420px;margin-bottom:48px}.article-page__hero img{width:100%;height:100%;object-fit:cover}.article-page h1{font-family:Cormorant Garamond,serif;font-size:48px;font-weight:500;line-height:1.1;margin-bottom:20px}.article-page__meta{font-size:13px;color:var(--muted);margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid var(--border)}.article-page__content{font-size:16px;color:var(--muted);line-height:1.85;font-weight:300}.article-page__content h2{font-family:Cormorant Garamond,serif;font-size:30px;font-weight:600;color:var(--text);margin:40px 0 16px}.article-page__content p{margin-bottom:20px}.article-page__content ul{padding-left:24px;margin-bottom:20px}.article-page__content ul li{margin-bottom:10px}.page-content{max-width:760px;margin:0 auto;padding:80px 56px}.page-content h1{font-family:Cormorant Garamond,serif;font-size:52px;font-weight:500;margin-bottom:32px}.page-content p{font-size:16px;color:var(--muted);line-height:1.8;margin-bottom:20px;font-weight:300}.breadcrumb{padding:16px 56px;font-size:13px;color:var(--muted);border-bottom:1px solid var(--border)}.breadcrumb a{color:var(--muted);text-decoration:none}.breadcrumb a:hover{color:var(--teal)}@media(max-width:1024px){.allergen-grid{grid-template-columns:repeat(5,1fr)}.blog-grid{grid-template-columns:1fr 1fr}.blog-secondary:last-child{display:none}}@media(max-width:900px){.site-header{padding:16px 24px}.site-nav{display:none}.hero{grid-template-columns:1fr;min-height:auto}.hero__right{height:360px}.hero__left{padding:56px 24px}.hero__left h1{font-size:42px}.trust-bar{gap:20px;padding:18px 24px}.statement{padding:64px 24px}.statement h2{font-size:36px}.photo-full__text{left:24px}.photo-full__text h3{font-size:30px}.split,.box-feature{grid-template-columns:1fr}.split__img{height:300px}.split__text{padding:48px 24px}.box-feature{padding:64px 24px;gap:40px}.pricing{padding:64px 24px}.pricing__grid{grid-template-columns:1fr;max-width:400px}.allergen-grid{grid-template-columns:repeat(3,1fr)}.blog-section{padding:64px 24px}.blog-grid{grid-template-columns:1fr}.testimonials{padding:64px 24px}.testimonials__grid{grid-template-columns:1fr}.email-cta{padding:64px 24px}.email-cta__form{flex-direction:column}.product-page{grid-template-columns:1fr;padding:40px 24px;gap:40px}.product-page__gallery{position:static}.faq-page,.blog-list,.article-page,.page-content{padding:48px 24px}.blog-list__grid{grid-template-columns:1fr}.site-footer__top{grid-template-columns:1fr 1fr;gap:32px}.site-footer{padding:48px 24px}.breadcrumb{padding:16px 24px}}.seal-subscriptions-widget,.seal-subs-widget,[class*=seal-sub],[id*=seal-sub],selling-plan-group,.selling-plan-group,.shopify-payment-button__button--unbranded~.shopify-cleanslate,form[action="/cart/add"] .selling-plan-picker{display:none!important}
/*# sourceMappingURL=/cdn/shop/t/12/assets/snacksafe.css.map */
