:root{--background: 0 0% 100%;--foreground: 0 0% 0%;--card: 0 0% 100%;--card-foreground: 0 0% 0%;--popover: 0 0% 100%;--popover-foreground: 0 0% 0%;--primary: 0 0% 0%;--primary-foreground: 0 0% 100%;--secondary: 30 10% 96%;--secondary-foreground: 0 0% 0%;--muted: 30 5% 94%;--muted-foreground: 0 0% 40%;--accent: 35 30% 85%;--accent-foreground: 0 0% 0%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 0 0% 100%;--border: 0 0% 90%;--input: 0 0% 90%;--ring: 0 0% 0%;--radius: 0rem;--diagram: 220 14% 96%}*,*:before,*:after{border-color:hsl(var(--border))}body{font-family:Inter,system-ui,sans-serif;background-color:hsl(var(--background));color:hsl(var(--foreground));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Inter,system-ui,sans-serif;letter-spacing:-.025em}img{max-width:100%;height:auto}@keyframes fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes accordion-down{0%{height:0}to{height:var(--accordion-content-height)}}@keyframes accordion-up{0%{height:var(--accordion-content-height)}to{height:0}}@keyframes slide-in-right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slide-out-right{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes fade-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes fade-overlay-out{0%{opacity:1}to{opacity:0}}.animate-fade-in{animation:fade-in .5s ease-out forwards;opacity:0}.animate-marquee{animation:marquee 40s linear infinite}.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:50;opacity:0;pointer-events:none;transition:opacity .3s ease}.cart-drawer-overlay.is-open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:420px;background:hsl(var(--background));z-index:51;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column}.cart-drawer.is-open{transform:translate(0)}.mobile-menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:40;opacity:0;pointer-events:none;transition:opacity .3s ease}.mobile-menu-overlay.is-open{opacity:1;pointer-events:auto}.mobile-menu{position:fixed;top:0;left:0;bottom:0;width:100%;max-width:380px;background:hsl(var(--background));z-index:41;transform:translate(-100%);transition:transform .3s ease;overflow-y:auto}.mobile-menu.is-open{transform:translate(0)}.site-header{position:sticky;top:0;z-index:40;background-color:#000;color:#fff}.site-header .header-logo{filter:invert(1)}.accordion-content{overflow:hidden;max-height:0;opacity:0;transition:max-height .3s ease,opacity .3s ease,padding .3s ease}.accordion-item.is-open .accordion-content{max-height:2000px;opacity:1}.accordion-content ul{list-style:none;padding:0;margin:0}.accordion-content ul li{padding-left:0;position:relative;color:hsl(var(--muted-foreground))}.accordion-content ul li:before{content:"\2013";margin-right:.5rem}.accordion-content p+p{margin-top:1.25rem}.accordion-content strong{font-weight:500;color:hsl(var(--foreground))}.accordion-trigger .accordion-icon{transition:transform .2s ease}.accordion-item.is-open .accordion-trigger .accordion-icon{transform:rotate(45deg)}.product-card-image-hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .5s ease}.group:hover .product-card-image-hover{opacity:1}.group:hover .product-card-image-main{opacity:0}.ingredient-bg{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .7s ease}.ingredient-bg.is-active{opacity:1}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.pillar-link:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:#ffffff80;transform:scaleX(1);transform-origin:bottom left;transition:transform .3s ease}.group:hover .pillar-link:after{transform:scaleX(0);transform-origin:bottom right}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}::selection{background:hsl(var(--foreground));color:hsl(var(--background))}.article-body h2{font-family:Inter,system-ui,sans-serif;font-size:1.5rem;line-height:1.25;letter-spacing:-.025em;margin-bottom:1.5rem}@media(min-width:768px){.article-body h2{font-size:1.875rem}}.article-body h3{font-family:Inter,system-ui,sans-serif;font-size:1.125rem;font-weight:500;margin-bottom:.5rem}.article-body p{font-size:1rem;font-weight:300;line-height:1.625;color:hsl(var(--foreground) / .9);margin-bottom:1rem}.article-body a{color:hsl(var(--foreground));text-decoration:underline;text-underline-offset:4px;transition:opacity .15s ease}.article-body a:hover{opacity:.6}.article-body sup a{color:hsl(var(--muted-foreground) / .6);font-size:.75rem;text-decoration:none;vertical-align:super}.article-body sup a:hover{color:hsl(var(--foreground));opacity:1}.article-body hr{border:none;border-top:1px solid hsl(var(--foreground) / .2)}.article-body blockquote{font-family:EB Garamond,Georgia,serif;font-size:1.5rem;line-height:1.375}@media(min-width:768px){.article-body blockquote{font-size:1.875rem}}.article-body blockquote p{font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;color:inherit}.article-body figure{display:grid;grid-template-columns:1fr;gap:2rem;padding:2rem 0}@media(min-width:768px){.article-body figure{grid-template-columns:1fr 1.5fr;gap:3rem}}.article-body figure figcaption{font-size:1rem;font-weight:300;line-height:1.625;color:hsl(var(--foreground) / .9);align-self:center}.article-body strong{font-weight:500;color:hsl(var(--foreground))}.article-body table{width:100%;font-size:.875rem;border-collapse:collapse}.article-body thead tr{border-bottom:1px solid hsl(var(--foreground) / .2)}.article-body th{text-align:left;padding:.75rem 1rem .75rem 0;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:hsl(var(--muted-foreground));font-weight:500}.article-body tbody tr{border-bottom:1px solid hsl(var(--foreground) / .1)}.article-body td{padding:.75rem 1rem .75rem 0;color:hsl(var(--muted-foreground))}.article-body td:first-child{font-weight:500;color:hsl(var(--foreground))}.article-body ol{list-style:decimal;list-style-position:inside}.article-body img{max-width:100%;height:auto}.article-body .article-cta{padding:2rem;background:hsl(var(--secondary))}@media(min-width:768px){.article-body .article-cta{padding:3rem}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/base.css.map */
