.lfo-app,.lfo-status-widget{--lfo-green:#315f58;--lfo-green-dark:#214a44;--lfo-ink:#263b38;--lfo-muted:#63716f;--lfo-line:#cbd4d1;--lfo-soft:#f3f6f5;--lfo-warm:#f2efe5;--lfo-danger:#8d351e;color:var(--lfo-ink);font-family:inherit;letter-spacing:0}.lfo-app{max-width:1180px;margin:0 auto;padding:18px 20px 84px}.lfo-catalog{padding-block:18px}.lfo-app *{box-sizing:border-box;letter-spacing:0}.lfo-app button,.lfo-app input,.lfo-app textarea{font:inherit}.lfo-app button{touch-action:manipulation}.lfo-header{margin:0 0 22px}.lfo-header h1,.lfo-step h2,.lfo-special h2,.lfo-orderlist h2{margin:0;line-height:1.2;font-weight:700}.lfo-notice{border-left:4px solid var(--lfo-green);padding:14px 16px;margin:0 0 20px;background:var(--lfo-soft)}.lfo-notice strong,.lfo-notice span{display:block}.lfo-notice span{margin-top:5px}.lfo-notice .lfo-cycle-context{margin-bottom:8px;font-size:1.08em}.lfo-notice--paused,.lfo-notice--closed{border-color:var(--lfo-danger);background:#fff6f2}.lfo-stepper{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;list-style:none;margin:30px 0 34px;padding:0}.lfo-stepper li{position:relative;display:flex;flex-direction:column;align-items:center;gap:7px;color:#89918f;text-align:center;min-width:0}.lfo-stepper li::before{content:"";position:absolute;top:16px;right:50%;width:100%;height:2px;background:var(--lfo-line);z-index:0}.lfo-stepper li:first-child::before{display:none}.lfo-stepper li>span{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:34px;height:34px;padding-top:1px;border:2px solid var(--lfo-line);border-radius:50%;background:#fff;font-size:.84rem;font-weight:700;line-height:1;font-variant-numeric:tabular-nums}.lfo-stepper small{font-size:.76rem;line-height:1.2;overflow-wrap:anywhere}.lfo-stepper .is-current,.lfo-stepper .is-complete{color:var(--lfo-green-dark)}.lfo-stepper .is-current>span,.lfo-stepper .is-complete>span{border-color:var(--lfo-green);background:var(--lfo-green);color:#fff}.lfo-stepper .is-complete::before,.lfo-stepper .is-current::before{background:var(--lfo-green)}.lfo-step{min-height:360px}.lfo-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:0 0 20px}.lfo-section-heading h2{font-size:2rem}.lfo-section-heading p{margin:6px 0 0;color:var(--lfo-muted)}.lfo-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px 20px}.lfo-product{display:flex;flex-direction:column;min-width:0;border:1px solid var(--lfo-line);border-radius:6px;background:#fff;overflow:hidden;transition:border-color .18s ease,box-shadow .18s ease}.lfo-product:hover,.lfo-product:focus-within,.lfo-product.is-selected{border-color:var(--lfo-green);box-shadow:0 6px 18px rgb(38 59 56 / .1)}.lfo-product__image{position:relative;aspect-ratio:4/3;background:var(--lfo-soft);overflow:hidden}.lfo-product__image img{display:block;width:100%;height:100%;object-fit:cover}.lfo-product.uses-default-image .lfo-product__image img{object-fit:contain;padding:20px}.lfo-product__body{display:flex;flex-direction:column;align-items:flex-start;min-height:176px;padding:16px}.lfo-product--catalog .lfo-product__body{min-height:132px}.lfo-product--catalog p:last-child{margin-bottom:0}.lfo-product h3{line-height:1.28;margin:0 0 6px;overflow-wrap:anywhere}.lfo-product p{display:-webkit-box;margin:0 0 8px;color:var(--lfo-muted);font-size:.9rem;line-height:1.4;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.lfo-product__remaining{display:block;margin:0 0 12px;color:var(--lfo-muted);font-size:.8rem;line-height:1.35}.lfo-product.is-unavailable{background:#f7f8f8}.lfo-product.is-unavailable .lfo-product__image{filter:grayscale(.65);opacity:.68}.lfo-unavailable{display:inline-flex;margin-top:auto;padding:7px 9px;border-left:3px solid var(--lfo-danger);background:#fff2ed;color:var(--lfo-danger);font-size:.82rem;font-weight:700}.lfo-add{display:flex;align-items:center;justify-content:center;width:100%;min-height:46px;margin-top:auto;border:0;border-radius:4px;background:var(--lfo-green);color:#fff;font-weight:700;cursor:pointer}.lfo-add:hover,.lfo-add:focus-visible,.lfo-primary:hover,.lfo-primary:focus-visible{background:var(--lfo-green-dark)}.lfo-quantity-control{display:grid;grid-template-columns:44px 58px 44px minmax(34px,auto);align-items:center;gap:5px;width:100%;margin-top:auto}.lfo-quantity-control button{display:grid;place-items:center;width:44px;height:44px;padding:0;border:1px solid var(--lfo-green);border-radius:4px;background:#fff;color:var(--lfo-green-dark);font-size:1.35rem;font-weight:700;cursor:pointer}.lfo-quantity-control button:hover,.lfo-quantity-control button:focus-visible{background:var(--lfo-soft)}.lfo-quantity-control button:disabled{border-color:var(--lfo-line);color:#a4aaa8;cursor:not-allowed}.lfo-quantity-value{display:flex;align-items:center;justify-content:center;width:58px;height:44px;margin:0;padding:5px;border:1px solid #7d908c;border-radius:4px;background:#fff;text-align:center;font-variant-numeric:tabular-nums}.lfo-quantity-unit{padding-left:2px;color:var(--lfo-muted);font-size:.82rem;white-space:nowrap}.lfo-quantity-control.is-compact{grid-template-columns:40px 54px 40px minmax(34px,auto);max-width:205px;margin:12px 0 0}.lfo-quantity-control.is-compact button{width:40px;height:40px}.lfo-quantity-control.is-compact .lfo-quantity-value{width:54px;height:40px}.lfo-order-trigger{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:8px 13px;border:1px solid var(--lfo-green)!important;border-radius:4px;background:#fff!important;color:var(--lfo-green-dark)!important;-webkit-text-fill-color:var(--lfo-green-dark);font-weight:700;cursor:pointer}.lfo-order-trigger:hover,.lfo-order-trigger:focus-visible{border-color:var(--lfo-green-dark)!important;background:var(--lfo-soft)!important;color:var(--lfo-green-dark)!important;-webkit-text-fill-color:var(--lfo-green-dark)}.lfo-order-trigger span,.lfo-mobile-order strong{display:grid;place-items:center;min-width:25px;height:25px;padding:0 6px;border-radius:13px;background:var(--lfo-green);color:#fff!important;-webkit-text-fill-color:#fff;font-size:.78rem}.lfo-order-rows{border-top:1px solid var(--lfo-line)}.lfo-order-row{display:grid;grid-template-columns:88px minmax(0,1fr) 44px;gap:16px;align-items:center;padding:18px 0;border-bottom:1px solid var(--lfo-line)}.lfo-order-row>img{width:88px;height:66px;object-fit:cover;background:var(--lfo-soft)}.lfo-order-row h3{margin:0;font-size:1rem;line-height:1.3}.lfo-remove,.lfo-app .lfo-orderlist-close{display:grid;place-items:center;width:44px;height:44px;padding:0;border:0!important;background:transparent!important;color:var(--lfo-muted)!important;-webkit-text-fill-color:var(--lfo-muted);font-size:1.65rem;line-height:1;opacity:1!important;visibility:visible!important;cursor:pointer}.lfo-remove:hover,.lfo-remove:focus-visible,.lfo-app .lfo-orderlist-close:hover,.lfo-app .lfo-orderlist-close:focus-visible{border:0!important;color:var(--lfo-danger)!important;-webkit-text-fill-color:var(--lfo-danger);background:#fff2ed!important}.lfo-app .lfo-orderlist-close>span{display:block;color:var(--lfo-muted)!important;-webkit-text-fill-color:var(--lfo-muted)!important;font:400 1.65rem/1 Arial,sans-serif;opacity:1!important;visibility:visible!important}.lfo-app .lfo-orderlist-close:hover>span,.lfo-app .lfo-orderlist-close:focus-visible>span{color:var(--lfo-danger)!important;-webkit-text-fill-color:var(--lfo-danger)!important}.lfo-empty{padding:30px 0;border-block:1px solid var(--lfo-line);color:var(--lfo-muted)}.lfo-step-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:28px}.lfo-primary,.lfo-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:10px 20px;border-radius:4px;font-weight:700;cursor:pointer}.lfo-primary{border:1px solid var(--lfo-green);background:var(--lfo-green);color:#fff}.lfo-secondary{border:1px solid var(--lfo-line);background:#fff;color:var(--lfo-green-dark)}.lfo-secondary:hover,.lfo-secondary:focus-visible{border-color:var(--lfo-green);background:var(--lfo-soft)}.lfo-primary:disabled,.lfo-secondary:disabled{opacity:.5;cursor:not-allowed}.lfo-choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.lfo-choice{display:block;cursor:pointer}.lfo-choice input{position:absolute;opacity:0;pointer-events:none}.lfo-choice span{display:block;min-height:88px;border:2px solid var(--lfo-line);border-radius:6px;padding:17px;background:#fff}.lfo-choice input:checked+span{border-color:var(--lfo-green);background:var(--lfo-soft);box-shadow:inset 0 0 0 1px var(--lfo-green)}.lfo-choice input:focus-visible+span{outline:3px solid #83b8d4;outline-offset:2px}.lfo-choice small{display:block;margin-top:5px;color:var(--lfo-muted)}.lfo-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.lfo-fields label,.lfo-cancel label{display:block}.lfo-fields label>span,.lfo-cancel label>span{display:block;margin-bottom:5px;font-weight:700}.lfo-fields input,.lfo-fields textarea,.lfo-cancel textarea{width:100%;min-height:48px;border:1px solid #7d908c;border-radius:4px;padding:10px;background:#fff}.lfo-field--wide{grid-column:1/-1}.lfo-privacy{display:flex;align-items:flex-start;gap:10px;margin-top:18px}.lfo-privacy input{width:21px;height:21px;flex:0 0 auto}.lfo-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.lfo-payment{font-weight:700;margin:20px 0 8px}.lfo-feedback{min-height:24px;margin:8px 0;color:var(--lfo-danger);font-weight:700}.lfo-special{margin-top:34px;padding:22px;border-left:4px solid var(--lfo-green);background:var(--lfo-warm)}.lfo-special p{margin:7px 0 0}.lfo-special a{display:inline-block;margin-top:12px;color:var(--lfo-green-dark);font-weight:700}.lfo-success{padding:28px;border:2px solid var(--lfo-green);border-radius:6px;background:var(--lfo-soft)}.lfo-success h2{margin-top:0}.lfo-cancel{max-width:680px}.lfo-cancel textarea{margin-bottom:8px}.lfo-loading{display:block;padding:18px;background:var(--lfo-soft)}.lfo-orderlist-layer{position:fixed;inset:0;z-index:100000;display:flex;justify-content:flex-end}.lfo-orderlist-backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgb(22 34 32 / .55);cursor:pointer}.lfo-orderlist{position:relative;display:grid;grid-template-rows:auto minmax(0,1fr) auto;width:min(470px,100%);height:100%;background:#fff;box-shadow:-10px 0 35px rgb(20 35 32 / .18)}.lfo-orderlist>header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px 22px;border-bottom:1px solid var(--lfo-line)}.lfo-orderlist>header h2{font-size:1.45rem}.lfo-orderlist>header h2 span{color:var(--lfo-muted);font-size:1rem}.lfo-orderlist__content{overflow:auto;padding:0 22px}.lfo-orderlist__content .lfo-order-row{grid-template-columns:68px minmax(0,1fr) 44px;gap:12px}.lfo-orderlist__content .lfo-order-row>img{width:68px;height:58px}.lfo-orderlist>footer{padding:18px 22px;border-top:1px solid var(--lfo-line);background:#fff}.lfo-orderlist>footer .lfo-primary{width:100%}.lfo-orderlist-open{overflow:hidden}.lfo-mobile-order{display:none}.screen-reader-text{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}.lfo-app :focus-visible{outline:3px solid #83b8d4;outline-offset:2px}@media(max-width:900px){.lfo-products{grid-template-columns:repeat(2,minmax(0,1fr))}.lfo-product__body{min-height:166px}}@media(max-width:640px){.lfo-app{padding:10px 12px 94px}.lfo-special h2{font-size:1.4rem}.lfo-stepper{margin:22px 0 28px}.lfo-stepper small{display:none}.lfo-stepper li{gap:0}.lfo-stepper li::before{top:15px}.lfo-stepper li>span{width:32px;height:32px}.lfo-section-heading{align-items:flex-start}.lfo-section-heading h2{font-size:1.8rem}.lfo-order-trigger{display:none}.lfo-products{gap:14px 10px}.lfo-product__body{min-height:164px;padding:12px}.lfo-product p{font-size:.82rem}.lfo-product__remaining{font-size:.75rem}.lfo-quantity-control{grid-template-columns:50px 58px 50px;gap:7px}.lfo-quantity-control button{width:50px;height:50px;font-size:1.55rem}.lfo-quantity-control .lfo-quantity-value{width:58px;height:50px}.lfo-quantity-unit{grid-column:1/-1;padding:2px 0 0;font-size:.76rem}.lfo-choices,.lfo-fields{grid-template-columns:1fr}.lfo-choice span{min-height:78px}.lfo-step-actions{align-items:stretch}.lfo-step-actions .lfo-primary,.lfo-step-actions .lfo-secondary{flex:1;padding-inline:12px}.lfo-order-row{grid-template-columns:70px minmax(0,1fr) 44px;gap:10px}.lfo-order-row>img{width:70px;height:58px}.lfo-order-row .lfo-quantity-control.is-compact{grid-template-columns:48px 54px 48px minmax(30px,auto)}.lfo-order-row .lfo-quantity-control.is-compact button{width:48px;height:48px;font-size:1.45rem}.lfo-order-row .lfo-quantity-control.is-compact .lfo-quantity-value{width:54px;height:48px}.lfo-order-row .lfo-quantity-control.is-compact .lfo-quantity-unit{grid-column:auto}.lfo-mobile-order{position:fixed;right:12px;bottom:12px;z-index:99990;display:flex;align-items:center;justify-content:space-between;gap:18px;min-width:210px;min-height:54px;padding:9px 12px 9px 17px;border:0;border-radius:5px;background:var(--lfo-green);color:#fff;box-shadow:0 8px 24px rgb(22 42 38 / .28);font-weight:700;cursor:pointer}.lfo-mobile-order strong{background:#fff;color:var(--lfo-green-dark)}.lfo-orderlist{width:100%}.lfo-orderlist>header{padding:16px}.lfo-orderlist__content{padding:0 16px}.lfo-orderlist>footer{padding:14px 16px}.lfo-orderlist__content .lfo-order-row{grid-template-columns:64px minmax(0,1fr) 44px}.lfo-orderlist__content .lfo-order-row>img{width:64px;height:54px}}@media(max-width:430px){.lfo-products{grid-template-columns:1fr}.lfo-quantity-control{grid-template-columns:50px 58px 50px minmax(34px,auto)}.lfo-quantity-control button{width:50px;height:50px}.lfo-quantity-control .lfo-quantity-value{width:58px;height:50px}.lfo-quantity-unit{grid-column:auto}}@media print{.lfo-special,.lfo-mobile-order,.lfo-step-actions,.lfo-order-trigger,.lfo-orderlist-layer{display:none!important}}