:root{color-scheme:light}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--color-bg);color:var(--color-text);font-family:Arial,Helvetica,sans-serif;line-height:1.55}img,svg{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.skip-link{position:absolute;left:-9999px;top:0;background:#fff;padding:1rem;z-index:100}.skip-link:focus{left:1rem;top:1rem}.page-width{width:min(calc(100% - 2rem),var(--page-width));margin-inline:auto}.section{padding:clamp(2.75rem,6vw,5.5rem) 0}.section--compact{padding:2rem 0}.section-heading{max-width:760px;margin:0 0 2rem}.section-heading h1,.section-heading h2{margin:0 0 .75rem;line-height:1.12;letter-spacing:-.02em}.section-heading p{margin:0;color:var(--color-muted);font-size:1.05rem}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:48px;padding:.75rem 1.15rem;border-radius:var(--radius);border:1px solid transparent;background:var(--color-primary);color:var(--color-primary-contrast);font-weight:700;cursor:pointer}.button:hover{filter:brightness(.94)}.button--secondary{background:transparent;border-color:var(--color-primary);color:var(--color-primary)}.button[disabled]{opacity:.45;cursor:not-allowed}.announcement{background:var(--color-primary);color:var(--color-primary-contrast);text-align:center;padding:.55rem 1rem;font-size:.92rem}.site-header{background:var(--color-bg);border-bottom:1px solid rgba(0,0,0,.08);position:sticky;top:0;z-index:30}.header-inner{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.brand{font-size:1.25rem;font-weight:800;letter-spacing:-.02em}.brand img{max-height:48px;width:auto}.desktop-nav{display:flex;align-items:center;gap:1.25rem}.desktop-nav a{font-weight:600}.desktop-nav a:hover{text-decoration:underline}.header-actions{display:flex;align-items:center;gap:.75rem}.cart-link{display:flex;align-items:center;gap:.35rem;font-weight:700}.mobile-menu{display:none}.mobile-menu summary{cursor:pointer;font-weight:700}.mobile-menu nav{position:absolute;left:1rem;right:1rem;top:68px;background:var(--color-bg);border:1px solid rgba(0,0,0,.12);border-radius:var(--radius);padding:1rem;box-shadow:0 16px 40px #0000001f}.mobile-menu nav a{display:block;padding:.7rem 0;font-weight:700}.hero{position:relative;isolation:isolate;overflow:hidden;background:linear-gradient(135deg,#efe7dc,#dfe9df)}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2}.hero__media img{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(90deg,#000000b8,#00000024)}.hero__inner{display:flex;align-items:center}.hero__content{max-width:690px;padding:4rem 0}.hero__eyebrow{font-weight:800;text-transform:uppercase;letter-spacing:.12em;font-size:.8rem;margin:0 0 1rem}.hero h1{font-size:clamp(2.5rem,7vw,5.25rem);line-height:.98;letter-spacing:-.045em;margin:0 0 1.25rem}.hero p{font-size:clamp(1.05rem,2vw,1.3rem);margin:0 0 1.6rem;max-width:620px}.hero--image{color:#fff}.hero__buttons{display:flex;flex-wrap:wrap;gap:.75rem}.hero--image .button--secondary{border-color:#fff;color:#fff}.benefits-grid,.product-grid,.faq-grid,.footer-grid{display:grid;gap:1rem}.benefits-grid{grid-template-columns:repeat(4,1fr)}.benefit{background:var(--color-surface);border:1px solid rgba(0,0,0,.07);border-radius:var(--radius);padding:1.4rem}.benefit__icon{font-size:1.6rem;margin-bottom:.75rem}.benefit h3{margin:0 0 .4rem}.benefit p{margin:0;color:var(--color-muted)}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-card{background:var(--color-surface);border:1px solid rgba(0,0,0,.08);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column}.product-card__media{aspect-ratio:1/1;background:#ece8e1;overflow:hidden}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .25s}.product-card:hover .product-card__media img{transform:scale(1.025)}.product-card__placeholder{height:100%;display:grid;place-items:center;padding:1.5rem;color:var(--color-muted)}.product-card__body{padding:1.15rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.product-card h3{margin:0;font-size:1.1rem}.price{font-weight:800;font-size:1.05rem}.sold-out{display:inline-flex;align-self:flex-start;background:#eee;padding:.25rem .5rem;border-radius:999px;font-size:.8rem;font-weight:700}.delivery-panel{display:grid;grid-template-columns:1.1fr .9fr;background:var(--color-primary);color:var(--color-primary-contrast);border-radius:calc(var(--radius) * 1.4);overflow:hidden}.delivery-panel__content{padding:clamp(2rem,5vw,4rem)}.delivery-panel__content h2{font-size:clamp(2rem,4vw,3.5rem);line-height:1.05;margin:0 0 1rem}.delivery-panel__content p{font-size:1.1rem;max-width:620px}.delivery-steps{background:#ffffff14;padding:clamp(2rem,5vw,4rem);display:grid;gap:1rem}.delivery-step{display:grid;grid-template-columns:42px 1fr;gap:.8rem;align-items:start}.delivery-step__number{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--color-primary-contrast);color:var(--color-primary);font-weight:800}.delivery-step h3{margin:.15rem 0 .25rem}.delivery-step p{margin:0;opacity:.85}.faq-grid{grid-template-columns:1fr 1fr}.faq-item{border-bottom:1px solid rgba(0,0,0,.12);padding:1rem 0}.faq-item summary{cursor:pointer;font-weight:800}.faq-item p{color:var(--color-muted)}.site-footer{background:#1f2722;color:#f7f4ee;padding:3.5rem 0 1.5rem;margin-top:3rem}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-brand{max-width:420px}.footer-brand h2{margin-top:0}.footer-links a{display:block;padding:.25rem 0;color:#e6e2da}.footer-bottom{margin-top:2.5rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.15);font-size:.9rem;color:#d4d0c8}.main-product{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2rem,5vw,5rem);align-items:start}.product-gallery{position:sticky;top:100px}.product-gallery__main{background:#eee9e1;border-radius:var(--radius);overflow:hidden}.product-gallery__main img{width:100%;aspect-ratio:1/1;object-fit:cover}.product-info h1{font-size:clamp(2.1rem,5vw,3.8rem);line-height:1.02;letter-spacing:-.035em;margin:.3rem 0 1rem}.product-info__price{font-size:1.45rem;font-weight:800;margin-bottom:1.25rem}.rte p:first-child{margin-top:0}.product-form{display:grid;gap:1rem;margin:1.5rem 0}.quantity{display:flex;align-items:center;gap:.8rem}.quantity input{width:90px;min-height:46px;border:1px solid rgba(0,0,0,.25);border-radius:var(--radius);padding:.6rem}.product-meta{background:var(--color-surface);border-radius:var(--radius);padding:1rem 1.2rem;margin-top:1.25rem}.product-meta p{margin:.45rem 0}.collection-header{text-align:center;max-width:760px;margin:0 auto 2.5rem}.collection-header h1{font-size:clamp(2.2rem,5vw,4rem);margin:0 0 1rem}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.page-content{max-width:820px}.page-content h1{font-size:clamp(2.2rem,5vw,4rem);line-height:1.05}.cart-table{width:100%;border-collapse:collapse}.cart-table th,.cart-table td{text-align:left;padding:1rem .5rem;border-bottom:1px solid rgba(0,0,0,.12)}.cart-product{display:flex;align-items:center;gap:1rem}.cart-product img{width:90px;height:90px;object-fit:cover;border-radius:var(--radius)}.cart-summary{margin-left:auto;max-width:420px;padding-top:2rem;text-align:right}.cart-summary__total{font-size:1.4rem;font-weight:800}.empty-state{text-align:center;padding:5rem 1rem;background:var(--color-surface);border-radius:var(--radius)}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:3rem}.contact-form{display:grid;gap:1rem}.field{display:grid;gap:.35rem}.field input,.field textarea{width:100%;padding:.8rem;border:1px solid rgba(0,0,0,.22);border-radius:var(--radius);background:#fff}.field textarea{min-height:160px}.notice{padding:1rem 1.2rem;border-radius:var(--radius);background:#e8f1ea}.search-form{display:flex;gap:.6rem;max-width:620px}.search-form input{flex:1;padding:.8rem;border:1px solid rgba(0,0,0,.25);border-radius:var(--radius)}@media(max-width:990px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.benefits-grid{grid-template-columns:repeat(2,1fr)}.main-product,.delivery-panel,.contact-grid{grid-template-columns:1fr}.product-gallery{position:static}.desktop-nav{display:none}.mobile-menu{display:block}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.page-width{width:min(calc(100% - 1.25rem),var(--page-width))}.section{padding:2.8rem 0}.hero__content{padding:3rem 0}.hero__buttons .button{width:100%}.product-grid,.benefits-grid,.faq-grid,.footer-grid{grid-template-columns:1fr}.header-inner{min-height:66px}.cart-link span:first-child,.cart-table thead{display:none}.cart-table,.cart-table tbody,.cart-table tr,.cart-table td{display:block}.cart-table tr{padding:1rem 0;border-bottom:1px solid rgba(0,0,0,.12)}.cart-table td{border:0;padding:.35rem 0}.cart-summary{text-align:left;margin-left:0}}.brand{display:flex;align-items:center;gap:.65rem;min-width:0;font-size:1.25rem;font-weight:800;letter-spacing:-.02em}.brand__logo{display:block;object-fit:contain;flex:0 0 auto}.brand__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card__actions{display:grid;gap:.65rem;margin-top:auto;padding-top:.75rem}.product-card__actions>.button,.product-card__actions .button,.quick-add,.quick-add__form{width:100%}.quick-add__panel[hidden],.quick-add__reveal[hidden]{display:none}.quick-add__form{display:grid;gap:.65rem;margin:0}.quick-add__quantity{display:grid;grid-template-columns:44px minmax(50px,1fr) 44px;min-height:46px;overflow:hidden;border:1px solid rgba(0,0,0,.18);border-radius:var(--radius);background:#fff}.quick-add__quantity-button{display:flex;align-items:center;justify-content:center;border:0;background:transparent;color:inherit;font:inherit;font-size:1.25rem;cursor:pointer}.quick-add__quantity-button:first-child{border-right:1px solid rgba(0,0,0,.14)}.quick-add__quantity-button:last-child{border-left:1px solid rgba(0,0,0,.14)}.quick-add__quantity-button:hover{background:#0000000d}.quick-add__quantity-input{width:100%;min-width:0;border:0;background:transparent;color:inherit;font:inherit;font-weight:700;text-align:center;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.quick-add__quantity-input:focus{outline:2px solid var(--color-primary);outline-offset:-2px}.quick-add__quantity-input::-webkit-inner-spin-button,.quick-add__quantity-input::-webkit-outer-spin-button{margin:0;appearance:none;-webkit-appearance:none}.quick-add__submit{width:100%}.quick-add__submit:disabled{cursor:wait;opacity:.7}.quick-add__message{min-height:1.25em;margin:0;color:var(--color-muted);font-size:.85rem;line-height:1.4}.quick-add__message--error{color:#a32121}@media screen and (max-width:640px){.brand{gap:.45rem;font-size:1.05rem}.brand__logo{max-width:38px;max-height:38px}}.floating-cart{position:fixed;right:28px;bottom:28px;z-index:80;display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:50%;background:var(--color-accent, #315c45);color:#fff;text-decoration:none;box-shadow:0 10px 28px #00000038,0 3px 8px #0000001f;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(18px) scale(.94);transition:opacity .18s ease,visibility .18s ease,transform .18s ease}.floating-cart.is-visible{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)}.floating-cart:hover{color:#fff;transform:translateY(-2px) scale(1.02)}.floating-cart__icon{display:flex;align-items:center;justify-content:center}.floating-cart__count{position:absolute;top:-4px;right:-3px;display:flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;border:2px solid #ffffff;border-radius:999px;background:#fff;color:var(--color-accent, #315c45);font-size:11px;font-weight:800;line-height:1}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}@media screen and (max-width:749px){.floating-cart{right:18px;bottom:20px;width:56px;height:56px}}.header-cart-link{display:inline-flex;align-items:center;gap:.7rem;min-height:48px;padding:4px 6px 10px;color:inherit;font-weight:700;line-height:1;text-decoration:none;border-radius:6px;transition:background-color .16s ease,transform .16s ease}.header-cart-link:hover{background:#0000000d;transform:translateY(-1px)}.header-cart-link:focus-visible{outline:2px solid currentColor;outline-offset:3px}.header-cart-link__icon-wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:30px;height:30px;flex-shrink:0}.header-cart-link__icon{display:flex;align-items:center;justify-content:center}.header-cart-link__icon svg{display:block;width:25px;height:25px}.header-cart-link__count{position:absolute;top:28px;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border:2px solid var(--color-bg, #ffffff);border-radius:999px;background:var(--color-accent, #315c45);color:#fff;font-size:10px;font-weight:800;line-height:1;text-align:center}.header-cart-link__text{display:inline-block;white-space:nowrap}@media screen and (max-width:749px){.header-cart-link{gap:.5rem;min-height:44px;padding-inline:3px;font-size:.95rem}.header-cart-link__icon-wrapper{width:28px;height:28px}.header-cart-link__icon svg{width:23px;height:23px}.header-cart-link__count{top:26px}}.product-card{position:relative;display:flex;flex-direction:column;height:100%;overflow:hidden;border:1px solid rgba(25,35,28,.08);border-radius:18px;background:var(--color-surface, #ffffff);box-shadow:0 1px 2px #00000008,0 5px 18px #00000009;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}@media(hover:hover){.product-card:hover{transform:translateY(-3px);border-color:#19231c21;box-shadow:0 3px 8px #0000000a,0 14px 34px #00000012}}.product-card__media{position:relative;display:block;aspect-ratio:1 / 1;overflow:hidden;background:#f5f4f0}.product-card__media img{display:block;width:100%;height:100%;padding:clamp(.75rem,2vw,1.4rem);object-fit:contain;transition:transform .22s ease}@media(hover:hover){.product-card:hover .product-card__media img{transform:scale(1.025)}}.product-card__body{display:flex;flex:1;flex-direction:column;padding:1.15rem 1.15rem 1.2rem}.product-card__title{margin:0 0 .45rem;font-size:1.05rem;font-weight:750;line-height:1.3;letter-spacing:-.015em}.product-card__title a{color:inherit;text-decoration:none}.product-card__title a:hover{text-decoration:underline;text-underline-offset:3px}.product-card .price{margin-top:.1rem;font-size:1.15rem;font-weight:800;line-height:1.2;color:var(--color-text)}.product-card .sold-out{display:inline-flex;align-self:flex-start;margin-bottom:.65rem;padding:.3rem .55rem;border-radius:999px;background:#00000012;font-size:.72rem;font-weight:800;line-height:1;letter-spacing:.04em;text-transform:uppercase}.product-card__actions{display:grid;gap:.65rem;margin-top:auto;padding-top:1rem}.product-card__actions .button{width:100%;min-height:46px;border-radius:10px;font-weight:750}.product-card__actions .button--secondary{min-height:auto;padding:.3rem 0;border-color:transparent;background:transparent;box-shadow:none;color:var(--color-primary);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}.product-card__actions .button--secondary:hover{border-color:transparent;background:transparent;text-decoration-thickness:2px}.product-card .quick-add{width:100%}.product-card .quick-add__form{display:grid;gap:.65rem;width:100%;margin:0}.product-card .quick-add__quantity-select-wrapper{display:grid;gap:.4rem;width:100%}.product-card .quick-add__quantity-label{font-size:.78rem;font-weight:750;color:var(--color-muted)}.product-card .quick-add__quantity-select{width:100%;min-height:46px;padding:0 2.7rem 0 .85rem;border:1px solid rgba(25,35,28,.16);border-radius:10px;background-color:var(--color-bg, #ffffff);color:var(--color-text);font:inherit;font-weight:700;cursor:pointer}.product-card .quick-add__quantity-select:focus{outline:2px solid var(--color-primary);outline-offset:2px}@media screen and (max-width:640px){.product-card{border-radius:15px}.product-card__body{padding:1rem}.product-card__title{font-size:1rem}.product-card .price{font-size:1.1rem}}@media(prefers-reduced-motion:reduce){.product-card,.product-card__media img{transition:none}}.product-card__origin-badge{position:absolute;top:14px;left:14px;z-index:2;display:inline-flex;align-items:center;padding:.42rem .65rem;border:1px solid rgba(255,255,255,.35);border-radius:999px;background:var(--color-primary);color:var(--color-primary-contrast);box-shadow:0 4px 14px #0000001a;font-size:.68rem;font-weight:800;line-height:1;letter-spacing:.06em;text-transform:uppercase}@media screen and (max-width:640px){.product-card__origin-badge{top:10px;left:10px;padding:.38rem .55rem;font-size:.64rem}}.section{padding-top:clamp(3.5rem,6vw,6rem);padding-bottom:clamp(3.5rem,6vw,6rem)}h1,h2,h3{text-wrap:balance}h1{letter-spacing:-.035em}h2{letter-spacing:-.025em}.button{min-height:48px;padding:.75rem 1.15rem;border-radius:10px;font-weight:750;line-height:1.15;transition:transform .16s ease,background-color .16s ease,border-color .16s ease,box-shadow .16s ease}@media(hover:hover){.button:not(:disabled):hover{transform:translateY(-1px)}}.button:focus-visible{outline:2px solid var(--color-primary);outline-offset:3px}.quick-add__panel{width:100%}.quick-add__message{min-height:1.2em;margin:.25rem 0 0;font-size:.82rem;font-weight:700;line-height:1.35}.quick-add__message--error{color:#9b2c2c}.product-card__body{gap:0}.product-card__title{min-height:2.6em}.product-card__actions{margin-top:auto}.product-card__media img{object-position:center}@media screen and (max-width:749px){.section{padding-top:2.75rem;padding-bottom:2.75rem}.page-width{padding-left:1rem;padding-right:1rem}.button{min-height:48px}.product-card__title{min-height:auto}}@media screen and (max-width:430px){.section{padding-top:2.35rem;padding-bottom:2.35rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important}.button{transition:none}}.quick-add__custom-quantity{display:grid;gap:.4rem;margin-top:.2rem}.quick-add__custom-quantity[hidden]{display:none}.quick-add__custom-quantity-input{width:100%;min-height:46px;padding:0 .85rem;border:1px solid rgba(25,35,28,.16);border-radius:10px;background:var(--color-bg, #ffffff);color:var(--color-text);font:inherit;font-weight:700}.quick-add__custom-quantity-input:focus{outline:2px solid var(--color-primary);outline-offset:2px}
/*# sourceMappingURL=/cdn/shop/t/5/assets/base.css.map */
