.navigation-layout{background:#fff;padding:1rem}.navigation{display:flex;flex-direction:row;margin:0 .5rem}.navigation__title{width:100%}.navigation__title-bold{font-weight:800}.navigation__title-light{color:#6b7280;font-weight:400}.navigation__view-cart{position:relative}.navigation__view-cart__quantity{color:#fff;font-size:75%;background-color:#000;position:absolute;bottom:-20%;right:5%;padding:3% 7%;border-radius:1000px;cursor:pointer;display:block}.navigation__view-cart__quantity:empty{display:none}.navigation__view-cart span{align-items:center;display:flex;flex-direction:row;font-size:.875rem;gap:.5rem;justify-content:center;white-space:nowrap;cursor:pointer}.navigation__view-cart span::after{content:"";width:24px;height:24px;background-image:url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2044%2045%27%3E%3Cpath%20fill%3D%27%23ffffff%27%20d%3D%27M%2023%202%20C%2018.385291%202%2014.559689%205.5140788%2014.058594%2010%20L%2012%2010%20C%209.688%2010%207.7634375%2011.733203%207.5234375%2014.033203%20L%205.0234375%2038.033203%20C%204.8914375%2039.298203%205.30425%2040.566672%206.15625%2041.513672%20C%207.00825%2042.458672%208.228%2043%209.5%2043%20L%2038.5%2043%20C%2039.772%2043%2040.99175%2042.458672%2041.84375%2041.513672%20C%2042.69575%2040.567672%2043.106609%2039.298203%2042.974609%2038.033203%20L%2040.476562%2014.033203%20C%2040.236562%2011.733203%2038.312%2010%2036%2010%20L%2033.953125%2010%20C%2033.984125%2010.33%2034%2010.664%2034%2011%20L%2034%2013%20L%2036%2013%20C%2036.771%2013%2037.412187%2013.578703%2037.492188%2014.345703%20L%2039.992188%2038.345703%20C%2040.036187%2038.767703%2039.898234%2039.189906%2039.615234%2039.503906%20C%2039.331234%2039.818906%2038.924%2040%2038.5%2040%20L%209.5%2040%20C%209.076%2040%208.6697188%2039.819859%208.3867188%2039.505859%20C%208.1027187%2039.190859%207.9638125%2038.767703%208.0078125%2038.345703%20L%2010.507812%2014.345703%20C%2010.587813%2013.578703%2011.229%2013%2012%2013%20L%2014%2013%20L%2014%2016.5%20A%201.50015%201.50015%200%201%200%2017%2016.5%20L%2017%2011%20C%2017%207.6687195%2019.668719%205%2023%205%20C%2025.989762%205%2028.439942%207.1510842%2028.912109%2010%20L%2019.132812%2010%20C%2019.048812%2010.32%2019%2010.654%2019%2011%20L%2019%2013%20L%2029%2013%20L%2029%2016.5%20A%201.50015%201.50015%200%201%200%2032%2016.5%20L%2032%2011%20C%2032%206.0472805%2027.952719%202%2023%202%20z%27%20%2F%3E%3C%2Fsvg%3E");background-size:contain;background-repeat:no-repeat;margin-right:15px}.navigation__view-cart span:hover{text-decoration:underline}.hero-layout{align-items:center;color:#fff;display:flex;height:25vh;justify-content:center;margin-bottom:20px;text-align:center;width:100%}.hero h1{font-size:2rem;font-weight:400;margin:0}.hero h2{font-size:1rem;font-weight:400;margin:0}.collection-layout{margin:0 .5rem;padding:1rem}.collection-grid{margin:0 auto;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));justify-items:center;align-items:start}.product-card{background:#fff;border-radius:20px;overflow:hidden;position:relative;transition:box-shadow .2s ease-in-out}@media screen and (min-width: 750px){.product-card{border-radius:30px}}.product-card:is([disabled]){cursor:not-allowed;position:relative}.product-card:is([disabled])::before{background-color:hsla(0,0%,100%,.5);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.product-card:is([disabled])::after{content:"Sold out";position:absolute;top:40%;left:0;width:100%;height:100%;color:#000;font-size:1.125rem;font-weight:700;text-align:center;z-index:2}.product-card:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.product-card[disabled] .product-card__hover-button{display:none}.product-card__image-container{border-radius:.625rem;min-height:300px;overflow:hidden;width:100%}@media(min-width: 1024px){.product-card__image-container{aspect-ratio:auto;height:20rem}}.product-card__image-container img{border-radius:8px;display:block;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;transition:transform .3s ease-in-out;width:100%;max-width:100%;height:auto}.product-card:hover .product-card__image-container img{transform:scale(1.1);opacity:.75;max-width:100%;height:auto}.product-card__details{display:flex;justify-content:space-between;padding:0 20px 20px}.product-card__title{color:#405047;font-size:1rem;font-weight:500;margin:0}.product-card__category{color:#6b7280;font-size:.75rem;margin:0 0 .25rem 0}.product-card__price{color:#111827;font-size:.875rem;font-weight:500}button{background:#fff;border-radius:50px;color:#000;cursor:pointer;font-weight:800;text-transform:uppercase;transition:background-color .3s ease,color .3s ease}button:hover{background:#000;color:#fff}.product-card__hover-button{align-items:center;background-color:#000;border:2px solid #000;bottom:27%;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);display:flex;font-size:1.5rem;gap:0;justify-content:center;outline:none;opacity:0;padding:.5rem;pointer-events:auto;position:absolute;right:7%;transform:translateY(20px);transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);z-index:10}.product-card__hover-button::before{content:"";width:16px;height:16px;background-image:url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22white%22%20d%3D%22M24%2010h-10v-10h-4v10h-10v4h10v10h4v-10h10z%22%2F%3E%3C%2Fsvg%3E");background-size:contain;background-repeat:no-repeat}.product-card:is([disabled]) .product-card__hover-button{opacity:0}.product-card__hover-button[disabled]:hover{cursor:not-allowed}.product-card__hover-button svg{filter:invert(95%) sepia(67%) saturate(1%) hue-rotate(326deg) brightness(116%) contrast(101%);height:16px;width:16px}.product-card__hover-button span{color:#fff;font-size:12px;font-weight:800;letter-spacing:.025em;text-transform:uppercase}.product-card:hover .product-card__hover-button{opacity:1;transform:translateY(0)}.product-card__hover-button:hover .product-card__hover-button__button__text{margin:0 .5rem;max-width:15rem;transition:max-width .5s ease,margin-left .2s ease}.product-card__hover-button__button__text{max-width:0;overflow:hidden;transition:max-width .5s ease,margin-left .2s ease .3s;white-space:nowrap}.product-modal{border:0;border-radius:.75rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);padding:0;outline:none}@media(max-width: 768px){.product-modal{width:100%}}.product-modal::backdrop{background-color:rgba(156,163,175,.5)}.product-modal__container{overflow-x:hidden;padding:0;position:relative}.product-modal__close-container{display:grid;justify-content:end;justify-items:end;padding:2rem;position:absolute;right:0;z-index:1}.product-modal__close{border:1px solid #ccc;border-radius:12px;cursor:pointer;height:32px;width:32px}.product-modal__content{background-color:#fff;border-radius:.75rem;max-width:56rem;width:100%}.product-modal__layout{display:flex;flex-direction:column}@media(min-width: 768px){.product-modal__layout{flex-direction:row}}.product-modal__media{align-items:center;background:#f3f3f3;display:flex;flex-direction:column;justify-content:center;min-width:400px;padding:1rem}.product-modal__media img{border-radius:4px;height:100%;width:100%;height:auto}.product-modal__details{display:flex;flex-direction:column;gap:2rem;padding:2rem}.product-modal__header{display:flex;flex-direction:column;gap:.25rem}.product-modal__vendor{opacity:.5;font-weight:700;letter-spacing:.05em;text-transform:uppercase;font-size:.75rem}.product-modal__title{font-size:2.25rem;font-weight:700;margin:0}.product-modal__price-container{display:flex;gap:.5rem;font-weight:500;font-size:1.25rem}.product-modal__compare-price{text-decoration:line-through;opacity:.5}.product-modal__buttons{display:flex;flex-direction:column;gap:.5rem}.product-modal__buttons button{font-size:.875rem;font-weight:800;transition:background-color .3s ease,color .3s ease;cursor:pointer;border:2px solid #000;text-transform:uppercase}.product-modal__add-button{background-color:#000;color:#fff;border-radius:.75rem;padding:1rem;font-size:18px;font-weight:500;width:100%}.product-modal__add-button:hover{background:#fff;color:#000;border:2px solid #000}.product-modal__add-button:disabled{opacity:.3}.product-modal__buy-button{background-color:#fff;color:#000;border-radius:.75rem;padding:1rem;font-size:18px;font-weight:500;width:100%}.product-modal__buy-button:disabled{opacity:.3}.product-modal__buy-button:hover{opacity:.3}.product-modal__description{display:flex;justify-content:space-between}.product-modal__description-text{font-weight:400;color:#717171;font-size:.875rem}.product-modal__description-text p{margin:0}.used-products__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:20px}@media(max-width: 768px){.used-products__grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 480px){.used-products__grid{grid-template-columns:1fr}}.used-products .product-card__container{display:flex;flex-direction:column;padding:0;box-sizing:border-box}.used-products .product-card__media{display:flex;flex-direction:column;align-items:center;width:100%}.used-products .product-card__main-image img{border-radius:var(--card-image-radius, 0.5rem)}.used-products .product-card__details{display:flex;flex-direction:column;gap:.5rem;width:100%}.used-products .product-card__info{display:flex;flex-direction:row;align-items:baseline;gap:var(--card-info-gap, 0.5rem)}.used-products .product-card__title{font-size:1.125rem;font-weight:700;margin:0;color:var(--card-title-color, inherit);flex:1 1 auto;min-width:0}.used-products .product-card__price-wrapper{display:flex;flex-direction:column;align-items:flex-end;gap:0;flex-shrink:0;line-height:1.2;color:var(--card-price-color, inherit)}.used-products .product-card__price{font-size:1rem;font-weight:500;white-space:nowrap}.used-products .product-card__price-subtext{font-size:.75rem;opacity:.7;white-space:nowrap}.used-products .product-card__unit-price{font-size:.75rem;opacity:.7;white-space:nowrap}.used-products .product-card__unit-price[hidden]{display:none}.used-products .product-card__add-button{background-color:var(--button-bg, #000000);color:var(--button-color, #ffffff);border-radius:var(--button-radius, 0.75rem);padding:1rem;font-size:.875rem;font-weight:700;text-transform:uppercase;transition:background-color .3s ease,color .3s ease;border:2px solid var(--button-border, #000000);cursor:pointer}.used-products .product-card__add-button:hover{background:var(--button-hover-bg, #ffffff);color:var(--button-hover-color, #000000);border:2px solid var(--button-border, #000000)}.used-products .product-card__add-button:disabled{opacity:.3}.shopify-cart-widget{position:relative}.shopify-cart__link{display:inline-block;cursor:pointer;text-decoration:none}shopify-cart:not(:defined) [slot]{display:none}.shopify-cart__trigger{display:flex;align-items:center;gap:.5rem}.shopify-cart__text{font-size:.875rem;white-space:nowrap;color:var(--text-color, inherit)}.shopify-cart__trigger:hover .shopify-cart__text{text-decoration:underline}.shopify-cart__icon-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.shopify-cart__icon{width:var(--icon-size, 24px);height:var(--icon-size, 24px);color:var(--icon-color, #ffffff);flex-shrink:0;display:block}.shopify-cart__quantity{color:var(--badge-color, #fff);font-size:.875rem;font-weight:700;background-color:var(--badge-bg, #000000);position:absolute;top:-25%;right:-25%;padding:0;border-radius:999px;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;min-width:1.25em;min-height:1.25em;width:1.25em;height:1.25em;text-align:center;box-sizing:border-box}.shopify-cart__quantity:empty{display:none}shopify-cart::part(dialog){border-radius:var(--dialog-border-radius, 0.5rem)}shopify-cart::part(line-items){gap:12px}shopify-cart::part(line-options){display:none}.shopify-cart-extension{padding:0 16px 0px 16px}button.ingredient-shop-link{all:unset;cursor:pointer;text-decoration:underline;text-underline-offset:3px;display:inline-flex;align-items:center;gap:6px;color:var(--e-global-color-accent)}.ingredient-shop-icon{width:24px;height:24px;flex-shrink:0;color:var(--e-global-color-accent)}
