:root{--brand-red: #e80022;--brand-red-dark: #cc001e;--brand-oil: #171212;--brand-cream: #f6f4f0;--brand-gulf: oklch(39.5% .15 269);--brand-heat: #ea6a1f;--brand-pizzazz: oklch(67.8% .14 70);--brand-buster: oklch(57.3% .062 45);--brand-charcoal: #5f5d63;--brand-gravel: #d6d6d8;--font-sans: "Mulish", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;--font-display: "Kicking Horse Rounded", "Alfa Slab One", Georgia, serif;--page-width: 80rem;--gutter: 1.25rem;--section-y: 6rem}@media(min-width:768px){:root{--gutter: 2.5rem;--section-y: 8rem}}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}body{margin:0;font-family:var(--font-sans);font-size:1rem;line-height:1.6;color:var(--brand-oil);background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,svg{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}p{margin:0}button{font:inherit}:focus-visible{outline:2px solid var(--brand-red);outline-offset:3px}h1,h2,h3,h4{margin:0;font-weight:400}.h-display,.hero__title,.product-card__title,.recipe-card__title,.about-stats__num{font-family:var(--font-display);font-weight:400;text-transform:uppercase;line-height:.98;letter-spacing:.02em;font-synthesis:none}.label,.eyebrow{font-family:var(--font-sans);font-size:.72rem;font-weight:900;line-height:1.4;letter-spacing:.22em;text-transform:uppercase}.container{width:100%;max-width:var(--page-width);margin-inline:auto;padding-inline:var(--gutter)}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.skip-link{position:absolute;left:-9999px;top:0;z-index:100;background:#fff;padding:.75rem 1rem}.skip-link:focus{left:1rem;top:1rem}.placeholder-svg{width:100%;height:100%;fill:#00000040;background:#ececec}.eyebrow{display:flex;align-items:center;gap:.75rem;color:var(--brand-red)}.eyebrow__line{flex:none;display:inline-block;width:2.5rem;height:2px;background:currentColor}.eyebrow--light{color:#fff}.btn-primary,.btn-ghost,.btn-ghost-light{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;min-height:3.35rem;padding:.9rem 1.75rem;font-family:var(--font-sans);font-size:.82rem;font-weight:900;line-height:1;letter-spacing:.16em;text-transform:uppercase;white-space:nowrap;border:2px solid transparent;border-radius:4px;cursor:pointer;transition:transform .15s ease,background-color .15s ease,color .15s ease,border-color .15s ease,box-shadow .2s ease}.btn-primary .icon,.btn-ghost .icon,.btn-ghost-light .icon{width:.95rem;height:.95rem;flex:none}.btn-primary{background:var(--brand-red);border-color:var(--brand-red);color:#fff;box-shadow:0 12px 28px -12px #e800228c}.btn-primary:hover{background:var(--brand-red-dark);border-color:var(--brand-red-dark);transform:translateY(-1px)}.btn-primary[disabled]{opacity:.5;cursor:not-allowed;transform:none}.btn-ghost{color:var(--brand-oil);border-color:var(--brand-oil);background:transparent}.btn-ghost:hover{background:var(--brand-oil);color:#fff}.btn-ghost-light{color:#fff;border-color:#ffffff8c;background:transparent}.btn-ghost-light:hover{background:#ffffff14;border-color:#fff}.btn-sm{min-height:2.6rem;padding:.7rem 1rem;font-size:.7rem;letter-spacing:.14em}.icon{width:1.25rem;height:1.25rem}.bg-lattice{background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='16' viewBox='0 0 28 16'%3E%3Cpath d='M0 0L28 16M28 0L0 16' stroke='%23e9e9e9' stroke-width='1.6' fill='none'/%3E%3C/svg%3E");background-size:28px 16px}.site-header{position:sticky;top:0;z-index:50;background:#fffffff5;backdrop-filter:saturate(140%) blur(10px);-webkit-backdrop-filter:saturate(140%) blur(10px);border-bottom:1px solid rgba(0,0,0,.05)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding-block:1rem}.site-header__logo{flex:none;display:block}.site-header__logo img{height:min(var(--logo-h, 80px),64px);width:auto;max-width:180px;object-fit:contain}.site-header__wordmark{font-family:var(--font-display);font-size:1.6rem;text-transform:uppercase;color:var(--brand-red)}.site-header__nav{display:none}.site-header__link{font-size:.75rem;font-weight:900;letter-spacing:.22em;text-transform:uppercase;color:var(--brand-oil);opacity:.85;transition:opacity .15s,color .15s}.site-header__link:hover,.site-header__link[aria-current]{opacity:1;color:var(--brand-red)}.site-header__menu-btn{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;padding:0;background:none;border:0;color:var(--brand-oil);cursor:pointer}.site-header__menu-btn svg{width:1.75rem;height:1.75rem}.site-header.is-open .site-header__nav{display:flex;flex-direction:column;align-items:stretch;gap:0;position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid rgba(0,0,0,.08);box-shadow:0 20px 30px -20px #00000040;padding:.5rem var(--gutter) 1.5rem}.site-header.is-open .site-header__link{padding:1rem 0;border-bottom:1px solid rgba(0,0,0,.06)}.site-header.is-open .site-header__cta{margin-top:1.25rem}@media(min-width:900px){.site-header__logo img{height:var(--logo-h, 80px)}.site-header__nav,.site-header.is-open .site-header__nav{display:flex;flex-direction:row;align-items:center;gap:2.75rem;position:static;padding:0;box-shadow:none;border:0;background:none}.site-header.is-open .site-header__link{padding:0;border:0}.site-header.is-open .site-header__cta{margin-top:0}.site-header__cta{margin-left:.25rem}.site-header__menu-btn{display:none}}.hero{position:relative;overflow:hidden;background:var(--brand-oil)}.hero__media{position:relative;min-height:560px;display:flex}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero__bg--placeholder{fill:#ffffff14;background:#2a2323}.hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(20,15,15,calc(var(--scrim, .55) + .15)),rgba(20,15,15,var(--scrim, .55)) 45%,rgba(20,15,15,calc(var(--scrim, .55) - .2))),linear-gradient(180deg,#140f0f40,#140f0f00 40%,#140f0f73)}.hero__inner{position:relative;z-index:2;display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;width:100%}.hero__content{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;width:100%;max-width:50rem;padding-block:4.5rem 3rem;align-self:stretch}.hero__title{margin-top:1.4rem;font-size:clamp(2.6rem,10vw,5.5rem);line-height:.95;letter-spacing:.01em;color:#fff;max-width:14ch}.hero__subtitle{margin-top:.75rem;max-width:38rem;font-size:1.0625rem;line-height:1.55;color:#ffffffe0}.hero__cta{margin-top:1.75rem;display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.hero__product{display:none}@media(min-width:768px){.hero__media{min-height:var(--hero-h, 560px)}.hero__subtitle{font-size:1.1875rem}}@media(min-width:1024px){.hero__content{padding-block:5rem 3.5rem}.hero__product{display:block;position:absolute;z-index:1;top:1.5rem;bottom:3.25rem;right:var(--gutter);width:30%;max-width:22rem;pointer-events:none}.hero__product img{width:100%;height:100%;object-fit:contain;object-position:bottom right;filter:drop-shadow(0 30px 40px rgba(0,0,0,.55))}}.feature-strip{background:var(--brand-red);color:#fff}.feature-strip__inner{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem 1rem;padding-block:1.5rem}.feature-strip__item{display:flex;align-items:center;justify-content:center;gap:.75rem;text-align:left}.feature-strip__item .icon{flex:none;width:1.25rem;height:1.25rem}.feature-strip__item .label{font-size:.68rem}@media(min-width:900px){.feature-strip__inner{display:flex;justify-content:space-around;gap:2rem}.feature-strip__item .label{font-size:.75rem}}.about-section{position:relative;overflow:hidden;padding-block:var(--section-y);background:#fff}.about-section__grid{display:grid;gap:3.5rem;align-items:center}.about-section__image{position:relative;isolation:isolate}.about-section__photo{position:relative;z-index:1;width:100%;aspect-ratio:4 / 5;object-fit:cover;box-shadow:0 30px 80px -20px #00000059}.about-section__watermark{position:absolute;z-index:0;right:-6rem;bottom:-4.5rem;width:17rem;height:17rem;color:var(--brand-red);opacity:.09;transform:rotate(-12deg);pointer-events:none;display:none}@media(min-width:768px){.about-section__watermark{display:block}}.about-section__title{margin-top:2.1rem;font-size:clamp(2.4rem,5vw,3.75rem);line-height:1.02;color:var(--brand-oil)}.about-section__body{margin-top:1.25rem;font-size:1.125rem;line-height:1.7;color:var(--brand-charcoal);max-width:32rem}.about-section__body p+p{margin-top:1rem}.about-stats{margin-top:2.75rem;padding-top:3.5rem;border-top:1px solid rgba(0,0,0,.09);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.about-stats__num{font-size:3.25rem;line-height:.8;color:var(--brand-red)}.about-stats__label{margin-top:.75rem;font-size:.66rem;font-weight:900;line-height:1.45;letter-spacing:.2em;text-transform:uppercase;color:var(--brand-charcoal)}.about-section__btn{margin-top:2.5rem}@media(min-width:768px){.about-section__grid{grid-template-columns:1.1fr 1fr;gap:5rem}}.section-head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1.5rem}.section-head__title{margin-top:1.5rem;max-width:36rem;font-size:clamp(2.4rem,5vw,3.75rem);line-height:1.02;color:var(--brand-oil)}.section-head__link{display:inline-flex;align-items:center;gap:.4rem;color:var(--brand-oil);padding-bottom:.4rem}.section-head__link:hover{color:var(--brand-red)}.products-section{background:var(--brand-cream);border-top:1px solid rgba(0,0,0,.05);padding-block:var(--section-y);scroll-margin-top:6rem}.carousel{position:relative;margin-top:3.5rem}.carousel__track{display:flex;gap:1.5rem;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.carousel__track::-webkit-scrollbar{display:none}.carousel__slide{flex:0 0 85%;min-width:0;scroll-snap-align:start;display:flex}.carousel__slide>*{width:100%}@media(min-width:640px){.carousel__slide{flex-basis:60%}}@media(min-width:1024px){.carousel__slide{flex-basis:calc(40% - .6rem)}}.carousel__arrow{position:absolute;top:50%;z-index:5;display:none;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;padding:0;border:0;border-radius:50%;background:#fff;color:var(--brand-oil);box-shadow:0 6px 20px -6px #00000059;cursor:pointer;transition:transform .15s,opacity .15s}.carousel__arrow .icon{width:1.1rem;height:1.1rem}.carousel__arrow--prev{left:0;transform:translate(-50%,-50%)}.carousel__arrow--next{right:0;transform:translate(50%,-50%)}.carousel__arrow:hover{color:var(--brand-red)}.carousel__arrow:disabled{opacity:.45;cursor:default}.carousel.is-static .carousel__arrow{display:none}@media(min-width:768px){.carousel__arrow{display:inline-flex}}.product-card{--accent: var(--brand-red);display:flex;flex-direction:column;background:#fff;box-shadow:0 1px #00000008}.product-card__media{position:relative;display:flex;align-items:center;justify-content:center;height:21.75rem;padding:2.25rem 1rem;overflow:hidden;background:radial-gradient(ellipse 55% 60% at 50% 55%,color-mix(in srgb,var(--accent) 13%,#fff),#fff)}.product-card__media img{width:auto;height:100%;max-height:16.5rem;object-fit:contain;transition:transform .5s ease}.product-card:hover .product-card__media img{transform:translateY(-4px)}.product-card__media .placeholder-svg{background:transparent;max-width:60%}.product-card__body{flex:1;display:flex;flex-direction:column;padding:1.5rem 1.75rem 1.75rem}.product-card__eyebrow{font-size:.72rem;font-weight:900;letter-spacing:.2em;text-transform:uppercase;color:var(--brand-oil)}.product-card__title{margin-top:1.4rem;font-size:1.75rem;line-height:.9;color:var(--brand-oil)}.product-card__tag{margin-top:.35rem;font-size:.72rem;font-weight:900;letter-spacing:.2em;text-transform:uppercase;color:var(--accent)}.product-card__desc{margin-top:.75rem;flex:1;font-size:.98rem;line-height:1.65;color:var(--brand-charcoal)}.product-card__actions{margin-top:1.25rem;display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.product-card__actions>*:only-child{grid-column:span 1}.product-card__form{display:contents}.product-card__form .btn-primary{width:100%}@media(max-width:400px){.product-card__actions{grid-template-columns:1fr}}.recipes-section{position:relative;padding-block:var(--section-y);border-top:1px solid rgba(0,0,0,.05)}.recipes-grid{margin-top:3.5rem;display:grid;gap:1.5rem}.recipe-card{position:relative;display:block;aspect-ratio:4 / 5;overflow:hidden;background:var(--brand-oil)}.recipe-card img,.recipe-card .placeholder-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.recipe-card:hover img{transform:scale(1.05)}.recipe-card__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#140f0f00 45%,#140f0fe0)}.recipe-card__body{position:absolute;inset-inline:0;bottom:0;padding:1.5rem 1.5rem 1.35rem}.recipe-card__meta{font-size:.66rem;color:#fff;opacity:.9}.recipe-card__title{margin-top:.9rem;font-size:1.6rem;line-height:1.3;color:#fff}@media(min-width:768px){.recipes-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.buy-section{position:relative;overflow:hidden;background:var(--brand-oil);color:#fff;padding-block:6rem}.buy-section__inner{position:relative;display:grid;gap:2.5rem}.buy-section__title{margin-top:1.5rem;max-width:34rem;font-size:clamp(2.4rem,5vw,3.75rem);line-height:1.02}.buy-section__body{margin-top:.75rem;max-width:34rem;font-size:1rem;line-height:1.55;color:#fffc}.buy-section__wholesale{margin-top:1.25rem;font-size:.9rem;color:#ffffff8c}.buy-section__wholesale a{text-decoration:underline;text-underline-offset:3px}.buy-section__wholesale a:hover{color:#fff}.buy-section__actions{display:flex;flex-wrap:wrap;gap:.75rem}@media(min-width:900px){.buy-section__inner{grid-template-columns:1fr auto;align-items:center}}.newsletter-section{padding-block:var(--section-y);text-align:center;background:#fff}.newsletter-section__inner{max-width:48rem}.newsletter-section__logo{margin-inline:auto;height:7rem;width:auto}.newsletter-section__eyebrow{margin-top:1.5rem;color:var(--brand-red)}.newsletter-section__title{margin:2rem auto 0;max-width:34rem;font-size:clamp(2.2rem,5vw,3.1rem);line-height:1.15;color:var(--brand-oil)}.newsletter-form{margin:2rem auto 0;max-width:32rem;display:flex;flex-direction:column;gap:.75rem}.newsletter-form input[type=email],.newsletter-form input[type=search]{flex:1;min-width:0;min-height:3.35rem;padding:.9rem 1.1rem;font:inherit;font-size:.95rem;color:var(--brand-oil);background:#fff;border:1px solid rgba(0,0,0,.14);border-radius:0;outline:none}.newsletter-form input::placeholder{color:#b8b8b8}.newsletter-form input[type=email]:focus,.newsletter-form input[type=search]:focus{border-color:var(--brand-oil)}.newsletter-form .btn-primary{flex:none;min-width:7.5rem}.newsletter-form__success{width:100%;font-weight:700;color:var(--brand-oil)}.newsletter-form__error{width:100%;font-size:.85rem;color:var(--brand-red)}.newsletter-section__fine{margin-top:1rem;font-size:.78rem;color:var(--brand-charcoal);opacity:.75}@media(min-width:640px){.newsletter-form{flex-direction:row;flex-wrap:wrap}}.site-footer{background:var(--brand-oil);color:#fff}.site-footer__inner{padding-block:5rem 2rem}.site-footer__grid{display:grid;gap:3rem}.site-footer__logo{height:4.25rem;width:auto}.site-footer__tagline{margin-top:1.5rem;font-size:.72rem;color:#ffffffd9}.site-footer__desc{margin-top:1.5rem;max-width:26rem;font-size:.95rem;line-height:1.65;color:#ffffffa6}.site-footer__col h4{font-size:.72rem;color:var(--brand-red)}.site-footer__col ul{list-style:none;margin:1.25rem 0 0;padding:0;display:flex;flex-direction:column;gap:.85rem}.site-footer__col a{font-size:.95rem;color:#ffffffbf;transition:color .15s}.site-footer__col a:hover{color:#fff}.site-footer__bottom{margin-top:4rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:1rem;font-size:.82rem;color:#ffffff80}.site-footer__bottom .label{font-size:.68rem;color:#ffffff80}@media(min-width:768px){.site-footer__grid{grid-template-columns:2fr 1fr 1fr 1fr}.site-footer__bottom{flex-direction:row;align-items:center;justify-content:space-between}}.main-page{padding-block:4rem var(--section-y)}.main-page__title{font-size:clamp(2.2rem,5vw,3.5rem);line-height:1.05;color:var(--brand-oil)}.rte{margin-top:2rem;max-width:46rem;font-size:1.0625rem;line-height:1.75;color:var(--brand-charcoal)}.rte p+p,.rte ul,.rte ol{margin-top:1rem}.rte a{color:var(--brand-red);text-decoration:underline}.product-grid{margin-top:3rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.main-product{display:grid;gap:3rem;align-items:start}.main-product__media{background:radial-gradient(ellipse 60% 60% at 50% 50%,#fde8ec,#fff 75%);display:flex;justify-content:center;padding:3rem}.main-product__media img{max-height:32rem;width:auto;object-fit:contain}.main-product__price{margin-top:1rem;font-size:1.25rem;font-weight:800}.main-product__form{margin-top:2rem;display:flex;flex-wrap:wrap;gap:.75rem}.main-product__form select,.main-product__form input[type=number]{min-height:3.35rem;padding:0 1rem;border:1px solid rgba(0,0,0,.15);font:inherit}.main-product__form input[type=number]{width:5.5rem}@media(min-width:900px){.main-product{grid-template-columns:1fr 1fr;gap:5rem}}.cart-table{width:100%;margin-top:2.5rem;border-collapse:collapse}.cart-table td,.cart-table th{padding:1rem .5rem;border-bottom:1px solid rgba(0,0,0,.08);text-align:left;vertical-align:middle}.cart-table img{width:72px;height:72px;object-fit:contain}.cart-table input{width:4.5rem;min-height:2.6rem;padding:0 .5rem;border:1px solid rgba(0,0,0,.15);font:inherit}.cart-footer{margin-top:2rem;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem}
/*# sourceMappingURL=/cdn/shop/t/31/assets/cleves-theme.css.map */
