@import "https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,700&family=Source+Sans+3:wght@400;600;700&display=swap";.driver-active .driver-overlay{pointer-events:none}.driver-active.driver-no-scroll{overflow:hidden}.driver-active *{pointer-events:none}.driver-active .driver-active-element,.driver-active .driver-active-element *,.driver-popover,.driver-popover *{pointer-events:auto}@keyframes animate-fade-in{0%{opacity:0}to{opacity:1}}.driver-fade .driver-overlay{animation:animate-fade-in var(--driver-animation-duration,.4s) ease-in-out}.driver-fade .driver-popover{animation:animate-fade-in var(--driver-animation-duration,.4s)}.driver-popover{all:unset;font-family:var(--driver-popover-font-family,"Helvetica Neue", Inter, ui-sans-serif, "Apple Color Emoji", Helvetica, Arial, sans-serif);box-sizing:border-box;color:#2d2d2d;z-index:1000000000;background-color:#fff;border-radius:5px;min-width:250px;max-width:300px;margin:0;padding:15px;position:fixed;top:0;right:0;box-shadow:0 1px 10px #0006}.driver-popover-title{zoom:1;margin:0;font-size:19px;font-weight:700;line-height:1.5;display:block;position:relative}.driver-popover-close-btn{all:unset;cursor:pointer;color:#d2d2d2;z-index:1;text-align:center;width:32px;height:28px;font-size:18px;font-weight:500;transition:color .2s;position:absolute;top:0;right:0}.driver-popover-close-btn:hover,.driver-popover-close-btn:focus{color:#2d2d2d}.driver-popover-title[style*=block]+.driver-popover-description{margin-top:5px}.driver-popover-description{zoom:1;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.5}.driver-popover-footer{text-align:right;zoom:1;justify-content:space-between;align-items:center;margin-top:15px;display:flex}.driver-popover-progress-text{color:#727272;zoom:1;font-size:13px;font-weight:400}.driver-popover-footer-btn{all:unset;box-sizing:border-box;color:#2d2d2d;cursor:pointer;zoom:1;background-color:#fff;border:1px solid #ccc;border-radius:3px;outline:0;padding:3px 7px;font-size:12px;line-height:1.3;text-decoration:none;display:inline-block}.driver-popover-footer .driver-popover-btn-disabled{opacity:.5;pointer-events:none}.driver-active-element-parent-no-scroll{overflow:hidden!important}.driver-no-interaction,.driver-no-interaction *{pointer-events:none!important}.driver-popover-footer-btn:hover,.driver-popover-footer-btn:focus{background-color:#f7f7f7}.driver-popover-navigation-btns{flex-grow:1;justify-content:flex-end;display:flex}.driver-popover-navigation-btns button+button{margin-left:4px}.driver-popover-arrow{content:"";border:5px solid #fff;position:absolute}.driver-popover-arrow-side-over{display:none}.driver-popover-arrow-side-left{border-top-color:#0000;border-bottom-color:#0000;border-right-color:#0000;left:100%}.driver-popover-arrow-side-right{border-top-color:#0000;border-bottom-color:#0000;border-left-color:#0000;right:100%}.driver-popover-arrow-side-top{border-bottom-color:#0000;border-left-color:#0000;border-right-color:#0000;top:100%}.driver-popover-arrow-side-bottom{border-top-color:#0000;border-left-color:#0000;border-right-color:#0000;bottom:100%}.driver-popover-arrow-side-center,.driver-popover-arrow-none{display:none}:root{--bg:#f3efe6;--bg-deep:#e5ddd0;--ink:#1f2a24;--muted:#5c6b62;--accent:#2f6b4f;--accent-ink:#f5faf7;--card:#fffcf7d9;--line:#1f2a241f;--danger:#a33b2b;--radius:18px;color:var(--ink);background:radial-gradient(1200px 600px at 10% -10%, #d9e8df 0%, transparent 55%), radial-gradient(900px 500px at 100% 0%, #efe2cf 0%, transparent 45%), var(--bg);font-family:"Source Sans 3",system-ui,sans-serif;line-height:1.45}*{box-sizing:border-box}body{min-height:100vh;margin:0}a{color:var(--accent);font-weight:600;text-decoration:none}h1,h2,.brand{letter-spacing:-.02em;font-family:Fraunces,Georgia,serif;font-weight:700}.shell{width:min(720px,100% - 2rem);margin:0 auto;padding:1.5rem 0 3rem}.shell-wide{width:min(1040px,100% - 2rem)}.topbar{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.75rem;display:flex}.brand{color:var(--ink);font-size:1.35rem}.nav-actions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.cart-button{border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:999px;align-items:center;gap:.4rem;padding:.45rem .75rem;text-decoration:none;transition:background .15s,border-color .15s;display:inline-flex;position:relative}.cart-button:hover{background:#f7f9f6;border-color:#46825a59}.cart-button.is-pulse{background:#eef5ef;border-color:#46825a8c;animation:.7s cart-button-pulse}.cart-button-icon{color:var(--accent);place-items:center;display:grid}.cart-button-label{font-size:.88rem;font-weight:600}.cart-badge{background:var(--accent);color:#fff;border-radius:999px;place-items:center;min-width:1.25rem;height:1.25rem;padding:0 .35rem;font-size:.7rem;font-weight:700;line-height:1;display:inline-grid}.cart-badge.is-bump{animation:.55s cart-badge-bump}@keyframes cart-button-pulse{0%{transform:scale(1)}35%{transform:scale(1.06)}to{transform:scale(1)}}@keyframes cart-badge-bump{0%{transform:scale(1)}40%{transform:scale(1.28)}to{transform:scale(1)}}.cart-added-toast{z-index:60;color:#f4f1ea;background:#1f2a22;border:1px solid #46825a47;border-radius:14px;align-items:center;gap:.85rem;max-width:min(420px,100vw - 2rem);padding:.9rem 1rem;animation:.28s cart-toast-in;display:flex;position:fixed;bottom:1.25rem;right:1.25rem;box-shadow:0 18px 40px #0f161247}.cart-added-toast-icon{color:#c4a35a;background:#c4a35a38;border-radius:50%;flex:none;place-items:center;width:2rem;height:2rem;font-weight:700;display:grid}.cart-added-toast-copy{flex:1;min-width:0}.cart-added-toast-copy strong{font-size:.92rem;display:block}.cart-added-toast-copy p{color:#f4f1ead1;margin:.2rem 0 0;font-size:.84rem;line-height:1.35}.cart-added-toast .btn{flex:none}.cart-added-toast-close{color:#f4f1eab3;cursor:pointer;background:0 0;border:0;padding:.15rem;font-size:1.25rem;line-height:1}@keyframes cart-toast-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.product-card.is-just-added{box-shadow:0 0 0 2px #46825a47}.btn-added{color:#fff;background:#2f5a38;border-color:#2f5a38}@media (width<=700px){.cart-added-toast{max-width:none;bottom:1rem;left:1rem;right:1rem}}.ml-cart-page{padding-block:2rem 4rem}.ml-cart-title{margin:0 0 1.25rem;font-size:1.6rem}.ml-cart-layout{grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:1.5rem;display:grid}.ml-cart-main{gap:1rem;min-width:0;display:grid}.ml-cart-alert{background:#fff8ef;border:1px solid #ffe0b2;border-left:4px solid #ff8f00;border-radius:12px;align-items:center;gap:.85rem;padding:1rem 1.15rem;display:flex}.ml-cart-alert-icon{color:#fff;background:#ff8f00;border-radius:50%;flex:none;place-items:center;width:1.6rem;height:1.6rem;font-weight:800;display:grid}.ml-cart-alert-copy{flex-wrap:wrap;align-items:center;gap:.65rem 1rem;display:flex}.ml-cart-alert-copy p{color:#7a5b2e;margin:0;font-weight:600}.ml-cart-card{border:1px solid var(--line);background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 8px 26px #17221b0a}.ml-cart-card-head{border-bottom:1px solid #edf0ed;justify-content:space-between;align-items:baseline;gap:1rem;padding:1rem 1.25rem;display:flex}.ml-cart-store{color:var(--ink);font-size:.95rem}.ml-cart-store-meta{color:var(--muted);font-size:.82rem}.ml-cart-list{margin:0;padding:0;list-style:none}.ml-cart-row{border-bottom:1px solid #f1f3f1;grid-template-columns:80px minmax(0,1fr) auto;align-items:center;gap:1.1rem;padding:1.25rem;display:grid}.ml-cart-row:last-child{border-bottom:0}.ml-cart-row-media{width:80px;height:80px;color:var(--accent);background:#f2f5f2;border-radius:10px;place-items:center;font-size:1.35rem;font-weight:700;display:grid;overflow:hidden}.ml-cart-row-media img{object-fit:cover;width:100%;height:100%}.ml-cart-row-info{min-width:0}.ml-cart-row-name{margin:0;font-weight:600;line-height:1.35}.ml-cart-row-unit{color:var(--muted);margin:.3rem 0 .5rem;font-size:.84rem}.ml-cart-row-remove{color:#3483fa;cursor:pointer;background:0 0;border:0;padding:0;font-size:.85rem;font-weight:600}.ml-cart-row-remove:hover{text-decoration:underline}.ml-cart-row-actions{justify-items:end;gap:.6rem;display:grid}.ml-qty-stepper{border:1px solid #d5dbd6;border-radius:8px;align-items:center;display:inline-flex;overflow:hidden}.ml-qty-stepper button{width:2.1rem;height:2.1rem;color:var(--accent);cursor:pointer;background:#fff;border:0;font-size:1.15rem;line-height:1;transition:background .15s}.ml-qty-stepper button:hover:not(:disabled){background:#f2f5f2}.ml-qty-stepper button:disabled{color:#b7c0b8;cursor:not-allowed}.ml-qty-stepper input{text-align:center;-moz-appearance:textfield;border:0;border-left:1px solid #ecefec;border-right:1px solid #ecefec;width:2.6rem;height:2.1rem;font-weight:600}.ml-qty-stepper input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.ml-qty-stepper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.ml-cart-row-total{white-space:nowrap;margin:0;font-size:1.05rem;font-weight:700}.ml-cart-back{color:#3483fa;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-block}.ml-cart-back:hover{text-decoration:underline}.ml-cart-summary{border:1px solid var(--line);background:#fff;border-radius:12px;padding:1.35rem 1.4rem;position:sticky;top:1rem;box-shadow:0 8px 26px #17221b0a}.ml-cart-summary h2{margin:0 0 1.15rem;font-size:1.15rem}.ml-summary-row{justify-content:space-between;gap:1rem;margin-bottom:.85rem;font-size:.95rem;display:flex}.ml-summary-free{color:#00a650;font-weight:700}.ml-summary-address{color:var(--muted);margin:0 0 1rem;font-size:.82rem;line-height:1.4}.ml-summary-total{border-top:1px solid var(--line);justify-content:space-between;align-items:baseline;gap:1rem;margin-top:.5rem;padding-top:1rem;font-size:1.15rem;display:flex}.ml-summary-total strong{font-size:1.4rem}.ml-summary-cta{justify-content:center;width:100%;margin-top:1.15rem;padding-block:.85rem;font-size:1rem}.ml-summary-error{margin:.85rem 0 0}.ml-summary-hint{color:var(--muted);text-align:center;margin:.75rem 0 0;font-size:.8rem}.ml-cart-empty{border:1px solid var(--line);text-align:center;background:#fff;border-radius:12px;justify-items:center;gap:.65rem;padding:3.5rem 1.5rem;display:grid}.ml-cart-empty-icon{color:var(--accent);opacity:.7}.ml-cart-empty h2{margin:.5rem 0 0;font-size:1.2rem}.ml-cart-empty p{color:var(--muted);margin:0 0 .75rem}.ml-checkout-top{margin-bottom:.25rem}.ml-checkout-top .ml-cart-title{margin-top:.35rem}.ml-checkout-step{padding-bottom:.25rem}.ml-checkout-step-head{align-items:flex-start;gap:.85rem;padding:1.15rem 1.25rem .85rem;display:flex}.ml-checkout-step-head h2{margin:0;font-size:1.05rem}.ml-checkout-step-head .muted{margin:.2rem 0 0;font-size:.84rem}.ml-checkout-step-num{color:#fff;background:#3483fa;border-radius:50%;flex:none;place-items:center;width:1.7rem;height:1.7rem;font-size:.85rem;font-weight:700;display:grid}.ml-checkout-step .ml-cart-alert{margin:0 1.25rem 1.1rem}.ml-checkout-addresses{gap:.65rem;margin:0;padding:0 1.25rem .75rem;list-style:none;display:grid}.ml-checkout-address{cursor:pointer;border:1px solid #e4e8e4;border-radius:10px;align-items:flex-start;gap:.75rem;padding:.9rem 1rem;transition:border-color .15s,background .15s;display:flex}.ml-checkout-address.is-active{background:#f5f9ff;border-color:#3483fa}.ml-checkout-address input{margin-top:.2rem}.ml-checkout-address-title{flex-wrap:wrap;align-items:center;gap:.4rem;margin:0;font-weight:650;display:flex}.ml-checkout-address-lines{color:var(--muted);margin:.3rem 0 0;font-size:.86rem;line-height:1.4}.ml-checkout-change-address{color:#3483fa;margin:0 1.25rem 1.15rem;font-size:.88rem;font-weight:600;text-decoration:none;display:inline-block}.ml-checkout-change-address:hover{text-decoration:underline}.ml-checkout-row{grid-template-columns:64px minmax(0,1fr) auto}.ml-checkout-payment{background:#f7f9f7;border:1px solid #e8ece8;border-radius:10px;gap:.9rem;margin:0 1.25rem 1.25rem;padding:.95rem 1rem;display:grid}.ml-checkout-payment-badge{color:#2968c8;letter-spacing:.03em;text-transform:uppercase;background:#3483fa1f;border-radius:999px;margin-bottom:.4rem;padding:.15rem .5rem;font-size:.7rem;font-weight:700;display:inline-block}.ml-checkout-payment p{color:var(--muted);margin:0;font-size:.88rem;line-height:1.45}.ml-checkout-pay-methods{grid-template-columns:1fr 1fr;gap:.55rem;display:grid}.ml-checkout-pay-method{cursor:pointer;background:#fff;border:1px solid #d9e0d9;border-radius:10px;align-items:center;gap:.5rem;margin:0;padding:.7rem .85rem;font-size:.9rem;font-weight:600;display:flex}.ml-checkout-pay-method.is-active{border-color:#2f6b45;box-shadow:inset 0 0 0 1px #2f6b45}.ml-checkout-pay-method input{accent-color:#2f6b45}.ml-checkout-field{color:var(--muted);gap:.3rem;margin:0;font-size:.82rem;display:grid}.ml-checkout-field input{width:100%;color:var(--ink);background:#fff;border:1px solid #d5ddd5;border-radius:8px;padding:.65rem .75rem;font-size:.95rem}.ml-checkout-card-fields{gap:.7rem;display:grid}.ml-checkout-card-row{grid-template-columns:1.2fr .8fr;gap:.65rem;display:grid}.ml-checkout-pix{text-align:center;justify-items:center;gap:.85rem;max-width:420px;margin:0 auto;padding:1.5rem 1.25rem;display:grid}.ml-checkout-pix-status{color:var(--ink);margin:0;font-weight:700}.ml-checkout-pix-qr{background:#fff;border:1px solid #e4ebe4;border-radius:8px;width:min(220px,70vw);height:auto}.ml-checkout-pix-copy{gap:.55rem;width:100%;display:grid}.ml-checkout-pix-copy code{word-break:break-all;text-align:left;background:#f3f6f3;border:1px solid #e4ebe4;border-radius:8px;padding:.75rem;font-size:.72rem;line-height:1.4;display:block}.product-cart-hint{margin:.55rem 0 0;padding:0 1rem 1rem;font-size:.78rem}@media (width<=900px){.ml-cart-layout{grid-template-columns:1fr}.ml-cart-summary{position:static}.cart-button-label{display:none}}.nav-account{flex-direction:column;align-items:flex-end;gap:.05rem;padding:.45rem .95rem;line-height:1.2;display:inline-flex}.nav-account-name{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;max-width:12rem;font-weight:700;overflow:hidden}.nav-account-label{color:var(--muted);font-size:.72rem;font-weight:600}.hero-card,.panel{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:1.35rem 1.4rem;box-shadow:0 10px 40px #1f2a240f}.hero-card{gap:1rem;margin-bottom:1rem;animation:.55s both rise;display:grid}.logo{object-fit:cover;background:var(--bg-deep);border-radius:16px;width:64px;height:64px}.muted{color:var(--muted);font-size:.95rem}.grid-2{gap:1rem;display:grid}@media (width>=700px){.grid-2{grid-template-columns:1fr 1fr}}.btn{appearance:none;font:inherit;cursor:pointer;border:none;border-radius:999px;padding:.7rem 1.15rem;font-weight:700;transition:transform .15s,filter .15s}.btn:hover{filter:brightness(1.05);transform:translateY(-1px)}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.btn-primary{background:var(--accent);color:var(--accent-ink)}.btn-ghost{color:var(--ink);border:1px solid var(--line);background:0 0}.field{gap:.35rem;margin-bottom:.85rem;display:grid}.field label{color:var(--muted);font-size:.82rem;font-weight:600}.field input,.field select{border:1px solid var(--line);width:100%;font:inherit;color:var(--ink);background:#fff;border-radius:12px;padding:.7rem .85rem}.error{color:var(--danger);margin:.5rem 0;font-size:.9rem}.success{color:var(--accent);margin:.5rem 0;font-size:.9rem}.price{font-family:Fraunces,Georgia,serif;font-size:1.8rem}.badge{color:var(--accent);background:#2f6b4f1a;border-radius:999px;align-items:center;gap:.35rem;padding:.25rem .65rem;font-size:.78rem;font-weight:700;display:inline-flex}@keyframes rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.panel{margin-bottom:1rem;animation:.6s 50ms both rise}.orders-section{margin:0 0 1rem;padding:1.2rem 0 .25rem;animation:.55s 80ms both rise}.orders-section-head{margin-bottom:.85rem}.orders-title{margin:.55rem 0 0;font-size:1.45rem}.orders-list{border-top:1px solid var(--line);gap:0;margin:0;padding:0;list-style:none;display:grid}.order-row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:1rem;padding:.95rem 0;display:flex}.order-row-main{flex:1;min-width:0}.order-row-items{margin:0;font-weight:700;line-height:1.3}.order-row-meta{margin:.3rem 0 0;font-size:.85rem}.order-row-side{flex-shrink:0;justify-items:end;gap:.35rem;display:grid}.order-row-total{margin:0;font-family:Fraunces,Georgia,serif;font-size:1.05rem;font-weight:700}.order-status{letter-spacing:.01em;color:var(--accent);white-space:nowrap;background:#2f6b4f1a;border-radius:999px;padding:.28rem .65rem;font-size:.75rem;font-weight:700;display:inline-block}.order-status-pending_payment,.order-status-draft{color:#7a5b2e;background:#b4823c24}.order-status-preparing,.order-status-confirmed,.order-status-paid{color:var(--accent);background:#2f6b4f1f}.order-status-out_for_delivery{color:#1e4f7a;background:#286eaa1f}.order-status-delivered{color:#3d5a45;background:#1f2a2414}.order-status-canceled,.order-status-refunded{color:var(--danger);background:#a33b2b1a}.products-section{margin-top:.25rem;animation:.65s .1s both rise}.products-section-head{margin-bottom:1rem}.products-title{margin:.55rem 0 0;font-size:1.55rem}.product-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=560px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=900px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.product-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--card);flex-direction:column;justify-content:space-between;gap:1rem;min-height:100%;padding:1.15rem 1.2rem;transition:transform .18s,box-shadow .18s;animation:.5s both rise;display:flex;box-shadow:0 10px 32px #1f2a240d}.product-card-media{aspect-ratio:4/3;border-radius:var(--radius) var(--radius) 0 0;background:var(--bg-deep);margin:-1.15rem -1.2rem 0;overflow:hidden}.product-card-media img{object-fit:cover;width:100%;height:100%;display:block}.product-card-media-fallback{background:linear-gradient(145deg, #2f6b4f2e, transparent 55%), var(--bg-deep);width:100%;height:100%}.product-card-body{gap:.35rem;padding-top:.15rem;display:grid}.product-card-name{margin:0;font-family:Fraunces,Georgia,serif;font-size:1.2rem;line-height:1.25}.product-card-desc{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.9rem;display:-webkit-box;overflow:hidden}.product-card-pack{color:var(--muted);margin:.15rem 0 0;font-size:.82rem;font-weight:600}.product-card-price{margin:.35rem 0 0;font-family:Fraunces,Georgia,serif;font-size:1.45rem;font-weight:700}.product-card-unit{color:var(--muted);margin-left:.15rem;font-family:"Source Sans 3",system-ui,sans-serif;font-size:.85rem;font-weight:600}.product-card-actions{align-items:end;gap:.65rem;display:flex}.product-qty{flex:0 0 4.5rem;gap:.25rem;display:grid}.product-qty span{color:var(--muted);font-size:.75rem;font-weight:600}.product-qty input{border:1px solid var(--line);width:100%;font:inherit;color:var(--ink);background:#fff;border-radius:12px;padding:.65rem .55rem}.product-card-cta{text-align:center;flex:1;justify-content:center}:root{--bg:#f7f7f2;--bg-deep:#e8ede4;--ink:#17221b;--muted:#68736c;--accent:#235c3d;--accent-hover:#19472f;--accent-ink:#fff;--card:#fff;--line:#dfe4df;--warm:#efe9dc;--radius:16px;background:var(--bg)}html{scroll-behavior:smooth}body{background:var(--bg)}.store-page{min-height:100vh;color:var(--ink)}.store-container{width:min(1180px,100% - 3rem);margin-inline:auto}.announcement{background:var(--accent);color:#ffffffeb;letter-spacing:.02em;font-size:.76rem;font-weight:600}.announcement-inner{justify-content:space-between;gap:1rem;padding-block:.55rem;display:flex}.store-header{z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;border-bottom:1px solid #17221b14;position:sticky;top:0}.header-inner{grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem;min-height:76px;display:grid}.store-brand{width:max-content;color:var(--ink);align-items:center;gap:.7rem;font-family:Fraunces,Georgia,serif;font-size:1.3rem;font-weight:700;display:inline-flex}.header-logo{object-fit:cover;border:1px solid var(--line);background:var(--bg-deep);border-radius:50%;width:38px;height:38px}.header-logo-fallback{color:#fff;background:var(--accent);place-items:center;display:grid}.store-nav{align-items:center;gap:.35rem;display:flex}.nav-tab{color:#4f5b53;border-radius:999px;padding:.55rem .9rem;font-size:.88rem;font-weight:600;transition:color .15s,background .15s}.nav-tab:hover{color:var(--accent);background:#235c3d0f}.nav-tab.is-active{color:var(--accent);background:#235c3d1a}.header-login{color:#4f5b53;font-size:.9rem;font-weight:600;transition:color .15s}.header-login:hover{color:var(--accent)}.page-section{padding-block:4rem 5rem}.page-intro h1{margin:.55rem 0 0;font-family:Fraunces,Georgia,serif;font-size:clamp(2rem,3.5vw,3rem);line-height:1.08}.page-intro p{color:var(--muted);margin:.65rem 0 0}.subscription-page{min-height:70vh}.subscription-page h1{color:#fff;margin:.8rem 0 1rem;font-family:Fraunces,Georgia,serif;font-size:clamp(2.5rem,4.5vw,4rem);line-height:1.03}.plan-card .toast{margin:1rem 0 0}.empty-with-action{justify-items:center;gap:1rem;display:grid}.empty-with-action p{margin:0}.account-page-intro{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2rem;display:flex}.account-layout{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:1.25rem;display:grid}.account-card{border:1px solid var(--line);background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 8px 26px #17221b0a}.account-card h2{margin:0;font-family:Fraunces,Georgia,serif;font-size:1.35rem}.account-card h3{margin:0 0 .85rem;font-size:1.05rem}.account-email{margin:.35rem 0 1rem}.account-card-head{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.account-card-head .muted{margin:.25rem 0 0}.account-card-head-actions{flex-wrap:wrap;justify-content:flex-end;gap:.4rem;display:flex}.account-address-list{border:1px solid var(--line);border-radius:10px;margin-bottom:1rem;overflow:hidden}.address-form{border-top:1px solid var(--line);margin-top:1rem;padding-top:1rem}.address-form-lead{margin:0 0 1rem;font-size:.9rem}.cep-row{align-items:flex-end;gap:.65rem;margin-bottom:.35rem;display:flex}.cep-field{flex:1;min-width:0;margin-bottom:0}.cep-field input{letter-spacing:.06em;font-size:1.15rem;font-weight:600}.cep-lookup-btn{flex:none;min-height:2.6rem;margin-bottom:.1rem}.address-cep-hint{margin:0 0 .85rem;font-size:.84rem}.address-autofill{border:1px dashed var(--line);background:#17221b05;border-radius:10px;gap:.15rem;margin:.35rem 0 .75rem;padding:.85rem .9rem;transition:border-color .2s,background .2s;display:grid}.address-autofill.is-filled{background:#46825a0f;border-color:#46825a59}.checkbox-row{align-items:center;gap:.5rem;margin-bottom:.85rem;font-size:.9rem;display:flex}.form-actions{flex-wrap:wrap;gap:.5rem;display:flex}.address-callout{background:#fbf6ea;border:1px solid #b4823c59;border-radius:12px;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1.1rem 1.25rem;display:flex}.address-callout-icon{color:#7a5b2e;background:#b4823c29;border-radius:50%;flex:none;place-items:center;width:42px;height:42px;font-size:1.1rem;display:grid}.address-callout-copy{flex:1;min-width:0}.address-callout-copy strong{color:#5c431f;font-size:.98rem;display:block}.address-callout-copy p{color:#7a5b2e;margin:.25rem 0 0;font-size:.86rem}.account-card-highlight{box-shadow:0 0 0 2px #b4823c40,0 8px 26px #17221b0a}.address-empty{background:#fbf6ea;border:1px dashed #b4823c73;border-radius:10px;justify-items:start;gap:1rem;padding:1.25rem;display:grid}.address-empty p{color:#7a5b2e;margin:0;font-weight:600}.address-incomplete{background:#fffaf0}.address-default{background:#f4f8f3}.address-default-badge{color:#2f5a38;letter-spacing:.04em;text-transform:uppercase;vertical-align:middle;background:#46825a29;border-radius:999px;margin-left:.45rem;padding:.15rem .5rem;font-size:.65rem;font-weight:700}.address-default-hint{color:#2f5a38;margin:.4rem 0 0;font-size:.78rem;font-weight:600}.address-warn-badge{color:#7a5b2e;letter-spacing:.04em;text-transform:uppercase;vertical-align:middle;background:#b4823c29;border-radius:999px;margin-left:.45rem;padding:.15rem .45rem;font-size:.65rem;font-weight:700}.address-warn-hint{color:#a33b2b;margin:.35rem 0 0;font-size:.78rem;font-weight:600}.store-driver-popover{color:#f4f1ea;background:#1f2a22;border-radius:12px;max-width:320px;box-shadow:0 16px 40px #0f161259}.store-driver-popover .driver-popover-title{color:#f4f1ea;font-size:1rem;font-weight:700}.store-driver-popover .driver-popover-description{color:#f4f1eae0;font-size:.88rem;line-height:1.45}.store-driver-popover .driver-popover-footer button{text-shadow:none;border-radius:8px}.store-driver-popover .driver-popover-next-btn,.store-driver-popover .driver-popover-done-btn{color:#1f2a22;background:#c4a35a;border:none}.store-driver-popover .driver-popover-prev-btn,.store-driver-popover .driver-popover-close-btn{color:#f4f1ead9}@media (width<=700px){.address-callout{flex-direction:column;align-items:stretch}}.header-inner .nav-actions{justify-content:flex-end}.account-button{color:var(--ink);align-items:center;gap:.65rem;display:inline-flex}.account-avatar{color:#fff;background:var(--accent);border-radius:50%;place-items:center;width:38px;height:38px;font-weight:700;display:grid}.account-copy{line-height:1.15;display:grid}.account-copy .nav-account-label{font-size:.7rem;font-weight:500}.account-copy .nav-account-name{font-size:.88rem}.btn{border-radius:8px;justify-content:center;align-items:center;gap:.65rem;min-height:44px;padding:.72rem 1.2rem;transition:transform .15s,background .15s,box-shadow .15s;display:inline-flex}.btn:hover{filter:none}.btn-primary{background:var(--accent);box-shadow:0 8px 22px #235c3d26}.btn-primary:hover{background:var(--accent-hover);box-shadow:0 10px 26px #235c3d38}.btn-compact{min-height:40px;padding:.55rem 1rem;font-size:.85rem}.btn-large{min-height:52px;padding-inline:1.5rem}.btn-light{color:var(--ink);background:#fff;border:1px solid #17221b1f}.btn-light:hover{background:#f7f8f5}.btn-full{width:100%}.preview-row{padding-top:.75rem}.commerce-hero{background:radial-gradient(circle at 82% 40%,#ffffff8c,#0000 27%),linear-gradient(118deg,#edf0e7 0%,#e5eadf 100%);overflow:hidden}.hero-grid{grid-template-columns:minmax(0,1fr) minmax(440px,.9fr);align-items:center;gap:5rem;min-height:590px;padding-block:4.75rem;display:grid}.hero-content{z-index:2;position:relative}.eyebrow{color:var(--accent);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:.5rem;font-size:.72rem;font-weight:700;display:inline-flex}.eyebrow:before{content:"";background:currentColor;width:26px;height:1px}.hero-content h1{letter-spacing:-.045em;max-width:720px;margin:1rem 0 1.25rem;font-family:Fraunces,Georgia,serif;font-size:clamp(3rem,5.2vw,5rem);line-height:.98}.hero-description{color:#536158;max-width:590px;margin:0;font-size:1.1rem;line-height:1.65}.hero-actions{flex-wrap:wrap;gap:.75rem;margin-top:2rem;display:flex}.hero-trust{color:#59655e;flex-wrap:wrap;gap:1.35rem;margin-top:2.2rem;font-size:.8rem;font-weight:600;display:flex}.hero-trust b{color:var(--accent);margin-right:.3rem}.hero-visual{background:#d7dfd2;border-radius:48% 48% 40% 44%/42% 45% 50% 52%;align-self:stretch;min-height:440px;position:relative;box-shadow:inset 0 0 0 1px #17221b0a}.hero-visual>img:not(.hero-logo-art){object-fit:cover;border-radius:inherit;width:100%;height:100%;display:block}.hero-logo-art{object-fit:contain;mix-blend-mode:multiply;width:70%;height:70%;position:absolute;inset:15%}.hero-organic-art{color:var(--accent);text-align:center;place-content:center;display:grid;position:absolute;inset:0}.hero-organic-art span{letter-spacing:.2em;text-transform:uppercase;font-size:.8rem}.hero-organic-art strong{margin-top:.5rem;font-family:Fraunces,Georgia,serif;font-size:2.4rem;line-height:1}.harvest-card{background:#fffffff0;border:1px solid #17221b12;border-radius:12px;align-items:center;gap:.75rem;padding:.85rem 1rem;display:flex;position:absolute;bottom:2.2rem;left:-2rem;box-shadow:0 16px 35px #17221b1f}.harvest-card>span:last-child{display:grid}.harvest-card b{font-size:.8rem}.harvest-card small{color:var(--muted);font-size:.7rem}.harvest-icon{width:34px;height:34px;color:var(--accent);background:#e6eee7;border-radius:50%;place-items:center;display:grid}.toast{background:#fff;border:1px solid;border-radius:10px;margin:1rem auto 0;padding:.8rem 1rem}.section-heading{justify-content:space-between;align-items:end;gap:2rem;margin-bottom:2rem;display:flex}.section-heading h2{margin:.55rem 0 0;font-size:clamp(2rem,3.5vw,3rem);line-height:1.08}.section-heading p{color:var(--muted);margin:.65rem 0 0}.catalog-section{padding-block:6rem}.catalog-count{color:var(--muted);font-size:.85rem}.product-grid{gap:1.5rem}@media (width>=900px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.product-card{background:#fff;border-color:#17221b17;border-radius:12px;gap:0;padding:0;overflow:hidden;box-shadow:0 8px 30px #17221b0e}.product-card:hover{transform:translateY(-5px);box-shadow:0 18px 42px #17221b1a}.product-card-media{aspect-ratio:1.18;border-radius:0;margin:0;position:relative}.product-card-media-fallback{background:radial-gradient(circle at 30% 25%,#ffffff9e,#0000 25%),linear-gradient(145deg,#dce7da,#edf0e7);place-items:center;display:grid}.product-card-media-fallback span{color:#235c3d47;font-family:Fraunces,Georgia,serif;font-size:6rem}.fresh-tag{z-index:2;color:var(--accent);letter-spacing:.08em;text-transform:uppercase;background:#ffffffe6;border-radius:5px;padding:.28rem .55rem;font-size:.65rem;font-weight:700;position:absolute;top:.8rem;left:.8rem}.product-card-body{gap:.45rem;padding:1.25rem 1.25rem .75rem}.product-category{color:var(--accent);letter-spacing:.1em;text-transform:uppercase;margin:0;font-size:.68rem;font-weight:700}.product-card-name{font-size:1.3rem}.product-card-pack{margin-top:.15rem}.product-card-price{margin-top:.65rem;font-size:1.35rem}.product-card-actions{padding:.75rem 1.25rem 1.25rem}.product-qty{flex-basis:5.8rem}.product-qty input{border-radius:8px;min-height:44px}.product-card-cta{border-radius:8px}.empty-card{color:var(--muted);text-align:center;background:#fff;border:1px dashed #cbd2cc;border-radius:12px;padding:3rem}.account-overview{padding-top:5rem}.orders-heading{margin-bottom:1.5rem}.order-summary{border-left:3px solid var(--accent);background:#edf2ec;min-width:160px;padding:1rem 1.2rem}.order-summary strong,.order-summary span{display:block}.order-summary strong{font-family:Fraunces,Georgia,serif;font-size:1.7rem}.order-summary span{color:var(--muted);font-size:.75rem}.orders-plan-strip{background:#f6f9f6;border:1px solid #46825a2e;border-radius:10px;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;padding:.85rem 1.1rem;display:flex}.orders-plan-kicker{color:#2f5a38;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.15rem;font-size:.68rem;font-weight:700;display:block}.orders-plan-title{color:var(--ink);flex-wrap:wrap;align-items:center;gap:.45rem;margin:0;font-size:.95rem;font-weight:650;display:flex}.orders-plan-title .order-status{font-size:.68rem}.orders-plan-meta{color:var(--muted);margin:.2rem 0 0;font-size:.82rem}@media (width<=700px){.orders-plan-strip{flex-direction:column;align-items:stretch}}.orders-card{border:1px solid var(--line);background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 8px 26px #17221b0a}.orders-list{border:0}.order-row{border-color:#edf0ed;align-items:center;padding:1.15rem 1.3rem}.order-row-link{color:inherit;text-decoration:none;transition:background .15s}.order-row-link:hover{background:#f7f9f6}.order-row-link:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.order-row:last-child{border-bottom:0}.order-icon{width:38px;height:38px;color:var(--accent);background:#edf2ec;border-radius:50%;flex:none;place-items:center;display:grid}.order-row-meta{color:var(--muted)}.order-detail-intro{margin-bottom:1.5rem}.order-back-link{color:var(--muted);margin-bottom:.85rem;font-size:.9rem;text-decoration:none;display:inline-block}.order-back-link:hover{color:var(--ink)}.order-detail-layout{gap:1rem;display:grid}.order-detail-card{padding:1.25rem 1.35rem}.order-detail-card h2{margin:0 0 1rem;font-size:1.05rem}.order-detail-status-row{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.15rem;display:flex}.order-detail-total{font-size:1.25rem}.order-detail-meta{gap:.85rem;margin:0;display:grid}.order-detail-meta div{gap:.2rem;display:grid}.order-detail-meta dt{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:.78rem;font-weight:600}.order-detail-meta dd{margin:0;line-height:1.45}.order-detail-id{word-break:break-all;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.82rem}.order-items-list{margin:0;padding:0;list-style:none}.order-item-row{border-top:1px solid #edf0ed;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.85rem 0;display:flex}.order-item-row:first-child{border-top:0;padding-top:0}.order-item-main{flex:1;min-width:0}.order-detail-footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:1rem;margin-top:.75rem;padding-top:1rem;font-size:1.05rem;display:flex}.order-pay-card{border-color:color-mix(in srgb, var(--accent) 28%, #dfe6df);background:linear-gradient(180deg, color-mix(in srgb, var(--accent) 8%, #fff) 0%, #fff 48%)}.order-pay-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.1rem;display:flex}.order-pay-kicker{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;margin:0 0 .25rem;font-size:.78rem;font-weight:600}.order-pay-card h2{margin:0 0 .4rem;font-size:1.2rem}.order-pay-copy{max-width:36rem;margin:0}.order-pay-amount{justify-items:end;gap:.45rem;display:grid}.order-pay-amount strong{font-size:1.35rem}.order-pay-error{margin:0 0 .85rem}.order-pay-pix{justify-items:start;gap:.9rem;display:grid}.order-pay-qr{background:#fff;border:1px solid #e4ebe4;border-radius:12px;width:min(220px,70vw);height:auto;padding:.5rem}.order-pay-copybox{gap:.65rem;width:min(100%,34rem);display:grid}.order-pay-copybox code{word-break:break-all;background:#f4f7f4;border:1px solid #e4ebe4;border-radius:10px;padding:.75rem .85rem;font-size:.78rem;line-height:1.4;display:block}.order-pay-waiting{margin:0;font-size:.9rem}.order-pay-actions{flex-wrap:wrap;align-items:center;gap:.65rem;display:flex}.order-pay-actions-start{margin-top:.25rem}.order-paid-banner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.85rem;display:flex}.order-paid-banner p{color:var(--muted);margin:0}@media (width<=640px){.order-pay-amount{justify-items:start}}.empty-copy{color:var(--muted);text-align:center;margin:0;padding:2rem}.subscription-section{color:#f7fbf8;background:radial-gradient(circle at 20% 20%,#81a6892e,#0000 30%),#173c29;overflow:hidden}.subscription-grid{grid-template-columns:1.15fr minmax(340px,.72fr);align-items:center;gap:6rem;padding-block:6rem;display:grid}.eyebrow-light{color:#a8c5ae}.subscription-copy h2{color:#fff;margin:.8rem 0 1rem;font-size:clamp(2.5rem,4.5vw,4rem);line-height:1.03}.subscription-copy>p{color:#c6d2c9;max-width:580px;font-size:1rem;line-height:1.7}.subscription-benefits{gap:.85rem;margin:2rem 0 0;padding:0;list-style:none;display:grid}.subscription-benefits li{color:#e4ece6;align-items:center;gap:.8rem;font-size:.9rem;display:flex}.subscription-benefits span{color:#9db7a3;letter-spacing:.1em;font-size:.7rem}.plan-card{color:var(--ink);background:#fff;border-radius:14px;padding:2rem;box-shadow:0 30px 70px #0003}.plan-kicker{color:var(--accent);letter-spacing:.11em;text-transform:uppercase;font-size:.68rem;font-weight:700}.plan-card h3{margin:.7rem 0 .1rem;font-family:Fraunces,Georgia,serif;font-size:1.6rem}.plan-quantity,.plan-note{color:var(--muted);margin:0;font-size:.86rem}.plan-price{margin:1.2rem 0 0;font-family:Fraunces,Georgia,serif;font-size:2.3rem;font-weight:700}.plan-price span{color:var(--muted);margin-left:.3rem;font-family:"Source Sans 3",sans-serif;font-size:.8rem;font-weight:600}.plan-note{margin-top:.1rem}.plan-form{border-top:1px solid var(--line);margin-top:1.5rem;padding-top:1.35rem}.plan-form .field input,.plan-form .field select{background:#f9faf8;border-radius:8px}.subscription-status-row{margin:0 0 .65rem}.subscription-actions{gap:.5rem;margin-top:.85rem;display:grid}.subscription-cancel{color:#a33b2b}.subscription-status-draft,.subscription-status-active{color:#2f5a38;background:#46825a24}.subscription-status-paused{color:#7a5b2e;background:#b4823c29}.subscription-status-canceled,.subscription-status-expired{color:#a33b2b;background:#a33b2b1f}.subscription-manage-page{max-width:1120px;padding-block:clamp(2.5rem,5vw,4.5rem)}.subscription-manage-heading{justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:2rem;display:flex}.subscription-manage-heading h1{color:var(--ink);margin:.45rem 0 .4rem;font-family:Fraunces,Georgia,serif;font-size:clamp(2.2rem,5vw,3.5rem);line-height:1}.subscription-manage-heading p{color:var(--muted);margin:0;font-size:1rem}.subscription-manage-toast{margin:0 0 1rem}.subscription-overview-card{color:#f7fbf8;background:radial-gradient(circle at 82% 10%,#acccb033,#0000 34%),linear-gradient(135deg,#173c29,#24583c);border-radius:20px;justify-content:space-between;align-items:flex-end;gap:2rem;padding:clamp(1.5rem,4vw,2.4rem);display:flex;position:relative;overflow:hidden;box-shadow:0 18px 45px #173c2926}.subscription-overview-label{color:#abc5b0;letter-spacing:.1em;text-transform:uppercase;font-size:.72rem;font-weight:700}.subscription-overview-main h2{color:#fff;margin:.55rem 0 .35rem;font-family:Fraunces,Georgia,serif;font-size:clamp(1.7rem,4vw,2.5rem)}.subscription-overview-main p{color:#c8d7cc;margin:0}.subscription-overview-price{flex:none;justify-items:end;display:grid}.subscription-overview-price strong{color:#fff;font-family:Fraunces,Georgia,serif;font-size:clamp(1.8rem,4vw,2.6rem);line-height:1}.subscription-overview-price span{color:#abc5b0;margin-top:.35rem;font-size:.82rem}.subscription-manage-stats{grid-template-columns:repeat(3,1fr);gap:.8rem;margin:1rem 0;display:grid}.subscription-stat{border:1px solid var(--line);background:#fff;border-radius:14px;align-items:center;gap:.8rem;min-width:0;padding:1rem 1.1rem;display:flex}.subscription-stat-icon{width:2.25rem;height:2.25rem;color:var(--accent);background:#edf4ee;border-radius:50%;flex:0 0 2.25rem;place-items:center;font-size:1rem;display:grid}.subscription-stat div{gap:.15rem;min-width:0;display:grid}.subscription-stat div>span{color:var(--muted);font-size:.75rem}.subscription-stat strong{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:.92rem;overflow:hidden}.subscription-manage-grid{grid-template-columns:minmax(0,1.5fr) minmax(290px,.8fr);align-items:start;gap:1rem;display:grid}.subscription-settings-card,.subscription-control-card{padding:1.5rem}.subscription-card-heading{border-bottom:1px solid var(--line);padding-bottom:1.1rem}.subscription-card-heading h2{color:var(--ink);margin:0 0 .25rem;font-family:Fraunces,Georgia,serif;font-size:1.25rem}.subscription-card-heading p{color:var(--muted);margin:0;font-size:.88rem}.subscription-settings-form{gap:1.25rem;margin-top:1.25rem;display:grid}.subscription-settings-form .field{margin:0}.subscription-settings-form .field select{background:#fbfcfb;border-radius:10px}.subscription-settings-form .field small{color:var(--muted);margin-top:.4rem;font-size:.75rem;display:block}.subscription-change-plan{border:1px solid var(--line);width:100%;color:var(--ink);text-align:left;cursor:pointer;background:#fbfcfb;border-radius:12px;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;transition:border-color .16s,background .16s;display:flex}.subscription-change-plan:hover{background:#f5f8f5;border-color:#b7c9ba}.subscription-change-plan>span:first-child{gap:.2rem;display:grid}.subscription-change-plan small{color:var(--muted);font-size:.78rem}.subscription-plan-picker{border:1px solid var(--line);background:#fbfcfb;border-radius:12px;padding:1rem}.subscription-plan-picker-head{justify-content:space-between;gap:1rem;margin-bottom:.85rem;display:flex}.subscription-plan-picker-head h3{margin:0 0 .15rem;font-size:.95rem}.subscription-plan-picker-head p{color:var(--muted);margin:0;font-size:.78rem}.subscription-text-button{color:var(--accent);cursor:pointer;background:0 0;border:0;align-self:flex-start;padding:0}.subscription-plan-options{gap:.55rem;display:grid}.subscription-plan-option{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:10px;grid-template-columns:auto 1fr auto;align-items:center;gap:.75rem;padding:.85rem;display:grid}.subscription-plan-option.is-selected{border-color:var(--accent);box-shadow:0 0 0 2px #2f5a3814}.subscription-plan-option>span{gap:.1rem;display:grid}.subscription-plan-option small{color:var(--muted);font-size:.75rem}.subscription-plan-option b{font-size:.85rem}.subscription-settings-footer{justify-content:flex-end;padding-top:.25rem;display:flex}.subscription-control-actions{gap:.75rem;padding-block:1.25rem;display:grid}.subscription-control-actions p,.subscription-danger-zone p,.subscription-paused-note p{color:var(--muted);margin:0;font-size:.78rem;line-height:1.45}.subscription-paused-note{color:#7a5b2e;background:#b4823c1a;border-radius:10px;gap:.25rem;margin-top:1rem;padding:.85rem;display:grid}.subscription-danger-zone{border-top:1px solid var(--line);gap:.8rem;padding-top:1.1rem;display:grid}.subscription-danger-zone>div{gap:.2rem;display:grid}.subscription-cancel-button{color:#a33b2b;font:inherit;cursor:pointer;background:0 0;border:0;justify-self:start;padding:0;font-size:.85rem;font-weight:700}.subscription-cancel-button:disabled,.subscription-text-button:disabled,.subscription-change-plan:disabled{cursor:not-allowed;opacity:.55}.subscription-manage-bottom{justify-content:flex-end;margin-top:1.25rem;display:flex}.subscription-manage-bottom a{color:var(--accent);font-size:.88rem;font-weight:700;text-decoration:none}.service-strip{border-bottom:1px solid var(--line);background:#fff}.service-grid{grid-template-columns:repeat(3,1fr);padding-block:2.2rem;display:grid}.service-grid>div{border-right:1px solid var(--line);justify-content:center;align-items:center;gap:.8rem;padding-inline:1rem;display:flex}.service-grid>div:last-child{border-right:0}.service-icon{width:42px;height:42px;color:var(--accent);background:#edf2ec;border-radius:50%;place-items:center;font-size:1.1rem;display:grid}.service-grid p{margin:0;display:grid}.service-grid b{font-size:.85rem}.service-grid small{color:var(--muted);margin-top:.12rem;font-size:.73rem}.store-footer{color:#d5dfd8;background:#10271b}.footer-inner{grid-template-columns:1fr auto;align-content:center;gap:2rem 4rem;min-height:190px;padding-block:3rem;display:grid}.footer-brand{color:#fff;font-family:Fraunces,Georgia,serif;font-size:1.5rem}.footer-inner p{color:#9eafa3;margin:.5rem 0 0;font-size:.84rem}.footer-links{align-items:center;gap:1.5rem;display:flex}.footer-links a{color:#d5dfd8;font-size:.82rem}.footer-copy{border-top:1px solid #ffffff1a;grid-column:1/-1;padding-top:1.5rem}.store-nav-mobile{display:none}@media (width<=900px){.header-inner{grid-template-columns:1fr auto}.store-nav{display:none}.store-nav-mobile{-webkit-overflow-scrolling:touch;gap:.25rem;padding-bottom:.75rem;display:flex;overflow-x:auto}.store-nav-mobile .nav-tab{white-space:nowrap;flex:none}.account-layout{grid-template-columns:1fr}.account-page-intro{flex-direction:column}.hero-grid{grid-template-columns:1fr .75fr;gap:2.5rem;min-height:auto;padding-block:3.5rem}.hero-visual{min-height:360px}.subscription-grid{gap:3rem}.subscription-manage-grid{grid-template-columns:1fr}.subscription-control-card{grid-template-columns:1fr 1fr;column-gap:1.25rem;display:grid}.subscription-control-card .subscription-card-heading{grid-column:1/-1}}@media (width<=700px){.store-container{width:min(100% - 2rem,1180px)}.announcement-inner{justify-content:center}.announcement-delivery{display:none}.header-inner{gap:.75rem;min-height:66px}.store-brand>span:last-child,.account-copy .nav-account-label{display:none}.hero-grid{padding-block:3.5rem 2rem;display:block}.hero-content h1{font-size:clamp(2.65rem,13vw,4rem)}.hero-description{font-size:1rem}.hero-actions{display:grid}.hero-visual{min-height:300px;margin-top:3rem}.harvest-card{bottom:1rem;left:1rem}.hero-trust{gap:.65rem 1rem}.section-heading{display:block}.catalog-count{margin-top:1rem;display:inline-block}.catalog-section,.account-overview{padding-block:4rem}.account-overview{padding-bottom:0}.orders-heading{gap:1rem;display:grid}.order-summary{width:100%}.order-row{grid-template-columns:auto 1fr;display:grid}.order-row-side{grid-column:2;justify-content:space-between;align-items:center;width:100%;display:flex}.subscription-grid{grid-template-columns:1fr;padding-block:4rem}.subscription-manage-heading{gap:1rem;display:grid}.subscription-manage-heading .order-status{justify-self:start}.subscription-overview-card{gap:1.5rem;display:grid}.subscription-overview-price{justify-items:start}.subscription-manage-stats{grid-template-columns:1fr}.subscription-control-card{display:block}.subscription-settings-footer .btn{width:100%}.subscription-plan-option{grid-template-columns:auto 1fr}.subscription-plan-option b{grid-column:2}.service-grid{grid-template-columns:1fr}.service-grid>div{border-right:0;border-bottom:1px solid var(--line);justify-content:flex-start;padding-block:1rem}.service-grid>div:last-child{border-bottom:0}.footer-inner{grid-template-columns:1fr}.footer-links{flex-wrap:wrap}}
