@import"https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;600;700;800&display=swap";:root{--ink:#16342d;--muted:#6f7975;--cream:#f5f0e7;--paper:#fffdf9;--green:#1d4b3f;--lime:#d9e9aa;--line:#e7e0d5;--orange:#e5844c;--shadow:0 18px 50px rgba(22,52,45,.11)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Vazirmatn,Tahoma,sans-serif}body.locked{overflow:hidden}button,input,textarea,select{font:inherit}button,a{transition:.2s ease}button{cursor:pointer}.header{height:82px;max-width:1240px;margin:auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:11px;text-decoration:none;color:var(--ink)}.brand span:last-child{display:flex;flex-direction:column}.brand b{font-size:18px}.brand small{color:var(--muted);font-size:11px}.logo{width:40px;height:40px;background:var(--green);color:#fff;border-radius:50% 50% 48% 52%;display:grid!important;place-items:center;font-size:22px;font-weight:800;transform:rotate(-6deg)}.location{display:flex;align-items:center;gap:10px}.location>span{color:#4e8b5c;font-size:12px}.location div{display:flex;flex-direction:column}.location small{color:var(--muted);font-size:11px}.location b{font-size:13px}.actions{display:flex;gap:10px}.actions button{border:0;border-radius:12px;padding:10px 17px}.quiet{background:transparent;color:var(--ink)}.cart-button{background:var(--green);color:#fff}.cart-button b{background:var(--lime);color:var(--ink);padding:1px 7px;border-radius:99px;margin-right:8px}.hero{max-width:1240px;margin:34px auto 0;padding:0 24px;display:grid;grid-template-columns:.85fr 1.15fr;gap:48px;align-items:center}.hero-copy{padding:34px 14px}.eyebrow{color:#b56136;font-size:13px;font-weight:700;letter-spacing:.03em}.hero h1{font-size:clamp(46px,6vw,79px);line-height:1.17;margin:13px 0 20px;letter-spacing:-3px}.hero h1 em{font-style:normal;color:#8a9f53}.hero p{font-size:16px;line-height:2;color:var(--muted);max-width:490px}.hero a{display:inline-flex;gap:30px;align-items:center;background:var(--green);color:#fff;padding:13px 22px;border-radius:13px;text-decoration:none;font-weight:700;margin-top:10px}.hero a:hover,.primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #1d4b3f33}.hero-visual{height:520px;position:relative;border-radius:34% 14% 31% 12%/18% 22% 12% 28%;overflow:hidden;background:var(--cream)}.hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(20deg,rgba(14,40,34,.18),transparent 50%)}.hero-visual img{width:100%;height:100%;object-fit:cover}.floating-card{position:absolute;z-index:1;bottom:25px;right:25px;background:#fffdf9f0;backdrop-filter:blur(8px);border-radius:17px;padding:15px 19px;display:flex;flex-direction:column;box-shadow:var(--shadow)}.floating-card span{font-size:11px;color:var(--muted)}.floating-card b{font-size:13px}.service-strip{max-width:1192px;margin:38px auto 80px;background:var(--cream);border-radius:18px;padding:20px 30px;display:grid;grid-template-columns:repeat(3,1fr)}.service-strip>div{display:flex;align-items:center;justify-content:center;gap:10px;border-left:1px solid #ddd2c4}.service-strip>div:last-child{border:0}.service-strip small{color:var(--muted)}.open-dot{width:8px;height:8px;background:#52a564;border-radius:50%;box-shadow:0 0 0 5px #d8e9d7}.menu{max-width:1240px;padding:0 24px 100px;margin:auto}.section-title{text-align:center}.section-title h2{font-size:38px;margin:8px}.menu-tools{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:35px 0 25px}.categories{display:flex;gap:7px;overflow:auto;padding:3px}.categories button{white-space:nowrap;border:1px solid var(--line);background:#fff;color:var(--muted);border-radius:99px;padding:9px 17px}.categories button.active{background:var(--green);color:#fff;border-color:var(--green)}.search{border:1px solid var(--line);border-radius:13px;padding:9px 13px;display:flex;align-items:center;min-width:230px;background:#fff}.search span{font-size:25px;color:var(--muted)}.search input{border:0;outline:0;width:100%;background:transparent}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#fff;transition:.25s}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-image{height:235px;position:relative;overflow:hidden;background:var(--cream)}.product-image img{width:100%;height:100%;object-fit:cover;transition:.5s}.product-card:hover img{transform:scale(1.035)}.product-image>span{position:absolute;top:14px;right:14px;background:var(--orange);color:#fff;border-radius:99px;padding:5px 11px;font-size:11px}.product-info{padding:18px}.product-info>small{color:#a46543}.product-info h3{margin:6px 0;font-size:18px}.product-info p{color:var(--muted);font-size:13px;min-height:45px;line-height:1.8;margin:0 0 14px}.product-info>div{display:flex;align-items:center;justify-content:space-between}.product-info>div>b{font-size:17px}.product-info b small{font-weight:400;color:var(--muted)}.add{width:38px;height:38px;border:0;border-radius:50%;background:var(--lime);color:var(--ink);font-size:24px}.counter{display:flex;align-items:center;border:1px solid var(--line);border-radius:99px;overflow:hidden}.counter button{border:0;background:#f5f1ea;width:32px;height:32px;font-size:18px}.counter span{min-width:30px;text-align:center}.empty{min-height:250px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--muted)}.empty b{color:var(--ink);font-size:19px}footer{background:var(--green);color:#fff;min-height:150px;padding:40px max(24px,calc((100% - 1192px)/2));display:flex;align-items:center;justify-content:space-between}footer .brand{color:#fff}footer .logo{background:var(--lime);color:var(--ink)}footer small,footer p,footer>span{color:#d0ddd8;font-size:13px}.overlay{position:fixed;z-index:20;inset:0;background:#0c1e1a9e;backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center}.drawer{position:absolute;left:0;top:0;bottom:0;width:min(460px,100%);background:var(--paper);padding:28px;overflow:auto;box-shadow:var(--shadow)}.modal{width:min(570px,calc(100% - 28px));max-height:92vh;overflow:auto;background:var(--paper);border-radius:24px;padding:34px;position:relative;box-shadow:var(--shadow)}.modal-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:18px}.modal-head small{color:var(--muted)}.modal-head h2{margin:2px 0}.modal-head button,.modal-close{border:0;background:var(--cream);width:38px;height:38px;border-radius:50%;font-size:25px}.modal-close{position:absolute;left:18px;top:18px}.cart-list{padding:15px 0}.cart-item{display:grid;grid-template-columns:64px 1fr auto;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--line)}.cart-item img{width:64px;height:64px;object-fit:cover;border-radius:14px}.cart-item>div:nth-child(2){display:flex;flex-direction:column}.cart-item small{color:var(--muted)}.delivery-progress{background:var(--cream);padding:14px;border-radius:14px;margin:10px 0 18px}.delivery-progress>div{display:flex;justify-content:space-between;font-size:12px}.delivery-progress>i{display:block;height:5px;background:#ddd5c7;margin-top:10px;border-radius:9px;overflow:hidden}.delivery-progress>i span{display:block;height:100%;background:#79964f}.summary{border-top:1px solid var(--line);padding-top:12px}.summary p{display:flex;justify-content:space-between;color:var(--muted);font-size:13px}.summary b{color:var(--ink)}.summary .total{font-size:16px;border-top:1px dashed var(--line);padding-top:13px}.primary{width:100%;border:0;background:var(--green);color:#fff;border-radius:13px;padding:13px 18px;font-weight:700}.primary:disabled{opacity:.6;cursor:wait}.form{display:flex;flex-direction:column;gap:14px}.form.center{text-align:center;align-items:center;padding:22px 15px}.form h2{font-size:28px;margin:0}.form>p{color:var(--muted);margin:0}.form label{display:flex;flex-direction:column;gap:6px;text-align:right;width:100%;font-size:12px;font-weight:600}.form input,.form textarea,.form select{border:1px solid var(--line);border-radius:12px;background:#fff;padding:11px 13px;outline:0;color:var(--ink)}.form input:focus,.form textarea:focus,.form select:focus{border-color:#7c9d72;box-shadow:0 0 0 3px #e9efde}.two{display:grid;grid-template-columns:2fr 1fr;gap:10px}.form-mark{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:var(--lime);font-weight:800;font-size:19px}.safe{color:var(--muted)}.code{text-align:center;font-size:25px;letter-spacing:12px}.demo{background:var(--cream);padding:9px 14px;border-radius:10px;font-size:12px}.error{background:#fff0eb;color:#a23d2a!important;padding:10px;border-radius:10px;font-size:12px;width:100%}.link{border:0;background:transparent;color:#9b603e}.recap,.payment-option,.receipt{border:1px solid var(--line);padding:14px;border-radius:14px}.recap p{color:var(--muted);margin:5px 0}.recap button{border:0;background:transparent;color:#a45c34;padding:0}.payment-option{display:flex;gap:12px;align-items:center;background:#f3f6e9}.payment-option>span{width:30px;height:30px;display:grid;place-items:center;background:var(--green);color:#fff;border-radius:50%}.payment-option div{display:flex;flex-direction:column}.payment-option small{color:var(--muted)}.receipt{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:9px;text-align:right}.receipt b{text-align:left}.toast{position:fixed;z-index:30;bottom:25px;right:25px;background:var(--green);color:#fff;padding:11px 18px;border-radius:12px;box-shadow:var(--shadow)}.mobile-cart{display:none}@media(max-width:900px){.header{height:70px}.location{display:none}.hero{grid-template-columns:1fr;padding-top:18px}.hero-copy{text-align:center;padding:10px}.hero-copy p{margin-inline:auto}.hero-visual{height:420px;grid-row:1}.service-strip{margin-inline:24px}.product-grid{grid-template-columns:repeat(2,1fr)}.menu-tools{align-items:stretch;flex-direction:column}.search{width:100%}footer{flex-direction:column;gap:18px;text-align:center}}@media(max-width:600px){.header{padding:0 15px}.brand b{font-size:15px}.header .quiet{display:none}.header .cart-button{padding:9px 12px}.hero{padding:0 15px;margin-top:15px;gap:20px}.hero-visual{height:310px;border-radius:27px}.floating-card{right:14px;bottom:14px}.hero h1{font-size:43px;letter-spacing:-2px}.hero p{font-size:14px}.service-strip{grid-template-columns:1fr;margin:28px 15px 55px;padding:12px}.service-strip>div{border-left:0;border-bottom:1px solid #ddd2c4;padding:10px}.menu{padding:0 15px 90px}.section-title h2{font-size:29px}.product-grid{grid-template-columns:1fr;gap:14px}.product-card{display:grid;grid-template-columns:125px 1fr}.product-image{height:100%;min-height:185px}.product-info{padding:14px}.product-info p{min-height:0}.product-info h3{font-size:16px}footer{padding-bottom:90px}.mobile-cart{display:flex;position:fixed;z-index:10;bottom:12px;left:12px;right:12px;width:calc(100% - 24px);justify-content:space-between;border:0;background:var(--green);color:#fff;padding:14px 18px;border-radius:14px;box-shadow:var(--shadow)}.drawer{padding:20px}.modal{padding:48px 20px 24px}.two{grid-template-columns:1fr}.cart-item{grid-template-columns:55px 1fr}.cart-item img{width:55px;height:55px}.cart-item>.counter{grid-column:2;margin-right:auto}.toast{right:12px;bottom:78px}.actions .cart-button span{display:none}}.header{position:relative;z-index:12;background:#fffdf9eb;backdrop-filter:blur(14px)}.location-wrap{position:relative}.location{border:0;background:transparent;padding:8px 12px;border-radius:12px;color:var(--ink)}.location:hover{background:var(--cream)}.location .pin{color:#4f8c61}.location .chevron{font-size:18px;color:var(--muted)}.address-dropdown{position:absolute;top:calc(100% + 10px);right:50%;transform:translate(50%);width:330px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:8px;box-shadow:var(--shadow)}.address-dropdown>button{width:100%;border:0;background:transparent;border-radius:11px;padding:10px;text-align:right;display:flex;flex-direction:column;gap:3px}.address-dropdown>button:hover,.address-dropdown>button.active{background:var(--cream)}.address-dropdown small,.address-dropdown p{color:var(--muted);font-size:11px;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.address-dropdown .new-address{color:#a25430;border-top:1px solid var(--line);margin-top:5px;padding-top:12px;font-weight:700}.profile-button{display:flex;align-items:center;gap:8px;background:transparent;color:var(--ink)}.profile-button:hover{background:var(--cream)}.avatar{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:var(--cream);border:1px solid var(--line);font-weight:800}.hero-visual{border-radius:26px;box-shadow:0 24px 70px #16342d1f}.hero-visual:after{background:linear-gradient(15deg,rgba(14,40,34,.16),transparent 48%)}.floating-card{border:1px solid rgba(255,255,255,.7);box-shadow:0 12px 35px #16342d29}.service-strip{background:#f7f3ec;border:1px solid var(--line)}.service-strip>div{flex-wrap:wrap}.service-strip small{font-size:12px}.product-card{border-radius:18px;box-shadow:0 5px 20px #16342d09}.product-image{margin:7px 7px 0;border-radius:13px;height:225px}.product-info{padding:16px 18px 19px}.cart-head-actions{display:flex;align-items:center;gap:8px}.modal-head .clear-cart{width:auto;height:auto;background:transparent;color:#a44734;font-size:12px;padding:8px 10px}.saved-address{border:1px solid var(--line);background:var(--cream);border-radius:14px;padding:13px}.saved-address label{margin:0}.saved-address select{background:#fff}.saved-address p{margin:9px 2px 0;color:var(--muted);font-size:12px}.payment-methods{border:0;padding:0;margin:4px 0;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.payment-methods legend{font-size:12px;font-weight:700;margin-bottom:7px}.payment-methods label{position:relative;border:1px solid var(--line);border-radius:13px;padding:11px;cursor:pointer;background:#fff;min-height:72px}.payment-methods label.active{border-color:#6e9165;background:#f4f7eb;box-shadow:0 0 0 2px #e3ebd2}.payment-methods input{position:absolute;opacity:0;pointer-events:none}.payment-methods span{display:flex;flex-direction:column;gap:3px}.payment-methods b{font-size:12px}.payment-methods small{font-size:10px;color:var(--muted);font-weight:400}.add-address-link{border:1px dashed #b7a995;background:transparent;color:#8d5739;border-radius:11px;padding:10px}.recap>small{display:block;color:#778873;margin-top:6px}.footer-contact{text-align:center}.footer-contact b{font-size:13px}.footer-contact p{margin:5px 0}@media(max-width:900px){.location-wrap{display:none}.profile-button>span:last-child{display:none}.profile-button{padding:5px!important}.payment-methods{grid-template-columns:1fr}.payment-methods label{min-height:auto}.product-image{height:215px}}@media(max-width:600px){.hero-visual{border-radius:20px}.product-card{border-radius:16px}.product-image{margin:6px;border-radius:11px;height:auto}.service-strip>div{justify-content:flex-start}.service-strip small{margin-right:auto}.header .profile-button{display:flex}.address-dropdown{width:calc(100vw - 30px)}.footer-contact{text-align:center}}.header{height:70px;max-width:1320px;padding-inline:20px}.location{min-width:170px;justify-content:space-between;padding:7px 10px 7px 9px;border:1px solid transparent}.location:hover,.location[aria-expanded=true]{border-color:var(--line)}.location div{align-items:flex-start;text-align:right;gap:1px}.location small{display:flex;align-items:center;gap:7px}.status-light{width:7px;height:7px;background:#4ba462;border-radius:50%;box-shadow:0 0 0 3px #4ba4621f}.chevron{width:8px;height:8px;border-left:1.8px solid var(--ink);border-bottom:1.8px solid var(--ink);transform:rotate(-45deg);margin:0 7px 5px 3px;transition:.2s}.location:hover .chevron{transform:rotate(-45deg) translate(-1px,1px)}.address-dropdown{top:calc(100% + 7px);border-radius:14px;box-shadow:0 16px 45px #16342d24}.actions{align-items:center;gap:7px}.actions button{height:44px;border-radius:12px;padding:7px 12px;font-weight:700}.cart-button{display:flex;align-items:center;gap:8px;box-shadow:0 6px 18px #1d4b3f26}.cart-button:hover{background:#143f34;transform:translateY(-1px)}.cart-button b{margin:0;min-width:24px;height:24px;display:grid;place-items:center;padding:0 6px}.bag-icon{position:relative;width:18px;height:17px;border:1.7px solid currentColor;border-radius:4px;display:block}.bag-icon:before{content:"";position:absolute;width:7px;height:5px;border:1.7px solid currentColor;border-bottom:0;border-radius:5px 5px 0 0;top:-6px;right:4px}.profile-button{height:44px!important;padding:6px 10px!important;border:1px solid var(--line)!important;background:#fff!important;font-weight:700}.profile-button:hover{border-color:#cfc4b5!important;box-shadow:0 5px 16px #16342d12}.avatar{width:31px;height:31px;background:#f2eee7}.hero{max-width:1320px;margin-top:20px;gap:34px;grid-template-columns:.88fr 1.12fr}.hero-copy{padding:18px 12px}.hero h1{font-size:clamp(42px,5vw,67px);margin:9px 0 13px;line-height:1.13}.hero p{line-height:1.85;margin-block:10px}.hero a{margin-top:4px;padding:11px 20px}.hero-visual{height:390px;border-radius:22px}.floating-card{bottom:17px;right:17px;padding:11px 15px;border-radius:13px}.service-strip{max-width:1272px;margin:20px auto 48px;padding:14px 22px;border-radius:14px}.service-strip>div{gap:8px}.service-strip b{font-size:13px}.menu{max-width:1320px;padding-bottom:58px}.section-title h2{font-size:31px;margin:4px}.menu-tools{margin:20px 0 17px}.categories button,.search{height:44px}.categories button{padding:0 16px}.search{padding:0 14px;min-width:245px;gap:9px}.search-icon{width:16px;height:16px;border:1.8px solid #6f7975;border-radius:50%;position:relative;flex:0 0 auto}.search-icon:after{content:"";position:absolute;width:6px;height:1.8px;background:#6f7975;transform:rotate(45deg);left:-4px;bottom:-2px;border-radius:2px}.search input{height:100%}.product-grid{grid-template-columns:repeat(4,1fr);gap:15px}.product-image{height:168px;margin:6px 6px 0}.product-info{padding:13px 15px 15px}.product-info h3{font-size:16px;margin:4px 0}.product-info p{font-size:12px;min-height:40px;line-height:1.7;margin-bottom:9px}.product-info>div>b{font-size:15px}.add{width:34px;height:34px}.product-card:hover{transform:translateY(-3px)}.site-footer{display:block;min-height:0;padding:0;background:#173f35;color:#fff}.footer-main{max-width:1280px;margin:auto;padding:34px 24px 28px;display:grid;grid-template-columns:1.35fr .7fr 1fr .65fr;gap:45px;align-items:start}.footer-brand p{max-width:330px;line-height:1.9;color:#bdd0c9;font-size:12px;margin:15px 0 0}.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.footer-column>b{font-size:13px;margin-bottom:5px;color:#fff}.footer-column a,.footer-column span,.footer-column button{color:#c7d7d2;font-size:12px;text-decoration:none;background:transparent;border:0;padding:0}.footer-column a:hover,.footer-column button:hover{color:#fff}.trust-box{display:flex;justify-content:flex-end}.trust-placeholder{width:105px;height:115px;border:1px solid rgba(255,255,255,.2);background:#ffffff12;border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;text-align:center}.trust-placeholder>span{width:30px;height:30px;background:var(--lime);color:var(--green);border-radius:50%;display:grid;place-items:center;font-weight:800}.trust-placeholder b{font-size:11px}.trust-placeholder small{font-size:9px;color:#aebfba}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);max-width:1280px;margin:auto;padding:13px 24px;display:flex;align-items:center;justify-content:space-between;font-size:10px;color:#9fb5ae}.footer-bottom div{display:flex;gap:17px}.footer-bottom a{color:#9fb5ae;text-decoration:none}@media(max-width:1100px){.product-grid{grid-template-columns:repeat(3,1fr)}.footer-main{grid-template-columns:1.2fr .8fr 1fr}.trust-box{display:none}}@media(max-width:900px){.hero{margin-top:14px;gap:20px}.hero-visual{height:340px}.service-strip{margin-bottom:38px}.product-grid{grid-template-columns:repeat(2,1fr)}.footer-main{grid-template-columns:1fr 1fr;gap:28px}.footer-brand{grid-column:1/-1}.site-footer{padding:0}}@media(max-width:600px){.header{height:64px}.header>.brand small{display:none}.actions{gap:5px}.actions button{height:39px}.profile-button{height:39px!important}.profile-button>span:last-child{display:none}.avatar{width:27px;height:27px}.cart-button{padding:7px 9px!important}.actions .cart-button>span{display:none}.actions .cart-button>.bag-icon{display:block}.hero{margin-top:10px}.hero-copy{padding:5px}.hero-visual{height:265px}.hero h1{font-size:37px}.hero p{line-height:1.75}.service-strip{margin-top:18px;margin-bottom:35px}.menu{padding-bottom:45px}.menu-tools{margin-top:15px}.categories button,.search{height:41px}.product-grid{grid-template-columns:1fr}.product-image{height:auto}.footer-main{grid-template-columns:1fr;padding:28px 20px 22px}.footer-brand{grid-column:auto}.footer-column{display:none}.trust-box{display:flex;justify-content:flex-start}.footer-bottom{padding:12px 20px;gap:10px;flex-direction:column;align-items:flex-start}}.product-card,.product-image,.floating-card,.service-strip,.categories button,.search,.location,.address-dropdown,.address-dropdown>button,.actions button,.cart-button,.profile-button,.mobile-cart,.drawer,.modal,.modal-head button,.modal-close,.delivery-progress,.primary,.form input,.form textarea,.form select,.form-mark,.demo,.error,.recap,.payment-option,.receipt,.saved-address,.payment-methods label,.add-address-link,.trust-placeholder,.toast{border-radius:10px!important}.hero-visual{border-radius:22px!important}.add{width:auto;height:36px;border-radius:10px!important;padding:0 13px;display:inline-flex;align-items:center;justify-content:center;gap:6px;background:var(--green);color:#fff;font-size:12px;font-weight:700;box-shadow:0 5px 14px #1d4b3f29}.add span{font-size:20px;font-weight:400;line-height:1}.add:hover{background:#143f34;transform:translateY(-1px)}.product-counter{direction:ltr;border:0;background:transparent;border-radius:0;overflow:visible;display:grid;grid-template-columns:36px 28px 36px;gap:5px;align-items:center}.product-counter button{width:36px;height:36px;border:0;border-radius:10px!important;background:#edf0ee;color:#17231f;font-size:22px;display:grid;place-items:center;padding:0}.product-counter button:hover{background:#e1e6e3}.product-counter .count{min-width:0;text-align:center;font-size:16px;font-weight:700;color:var(--ink);direction:rtl}.trash-icon{position:relative;width:13px;height:15px;border:2px solid currentColor;border-top:0;border-radius:0 0 2px 2px}.trash-icon:before{content:"";position:absolute;right:-3px;top:-5px;width:15px;height:2px;background:currentColor;border-radius:2px}.trash-icon:after{content:"";position:absolute;right:3px;top:-8px;width:5px;height:3px;border:2px solid currentColor;border-bottom:0;border-radius:2px 2px 0 0}.cart-item>.product-counter{grid-column:auto}@media(max-width:600px){.hero-visual{border-radius:18px!important}.add{height:34px;padding-inline:11px}.product-counter{grid-template-columns:34px 26px 34px}.product-counter button{width:34px;height:34px}.cart-item>.product-counter{grid-column:2;margin-right:auto}}.product-info>div>b{font-size:19px;letter-spacing:-.2px}.product-info>div>b small{font-size:11px}.trash-icon{width:15px;height:16px;border:1.8px solid currentColor;border-top:0;border-radius:0 0 3px 3px;background:repeating-linear-gradient(90deg,transparent 0 3px,currentColor 3px 4.5px,transparent 4.5px 7px)}.trash-icon:before{right:-3px;top:-4px;width:17px;height:2px;border-radius:2px}.trash-icon:after{right:4px;top:-7px;width:5px;height:3px;border-width:1.8px;border-radius:2px 2px 0 0}.trash-icon i{display:none}.user-icon{position:relative;width:16px;height:17px;display:block}.user-icon:before{content:"";position:absolute;top:0;right:5px;width:6px;height:6px;border:1.7px solid var(--ink);border-radius:50%}.user-icon:after{content:"";position:absolute;bottom:0;right:1px;width:14px;height:8px;border:1.7px solid var(--ink);border-bottom:0;border-radius:8px 8px 2px 2px}.avatar{background:#f4f1eb;border-color:#ded7cc}.address-dropdown{width:360px;padding:10px;overflow:hidden}.dropdown-title{display:flex;align-items:center;gap:10px;padding:8px 8px 12px;border-bottom:1px solid var(--line)}.dropdown-title>div{display:flex;flex-direction:column;align-items:flex-start}.dropdown-title b{font-size:13px}.dropdown-title small{font-size:10px;color:var(--muted)}.map-icon{position:relative;width:31px;height:31px;flex:0 0 auto;background:#eef3e5;border-radius:10px}.map-icon:before{content:"";position:absolute;width:10px;height:10px;border:1.8px solid var(--green);border-radius:50% 50% 50% 0;transform:rotate(-45deg);top:8px;right:9px}.map-icon:after{content:"";position:absolute;width:3px;height:3px;background:var(--green);border-radius:50%;top:12px;right:13px}.address-option{display:grid!important;grid-template-columns:22px 1fr;align-items:center!important;gap:8px!important;margin-top:5px}.address-option>span:last-child{min-width:0;display:flex;flex-direction:column}.address-option .address-check{width:20px;height:20px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;color:transparent;font-size:11px}.address-option.active .address-check{background:var(--green);border-color:var(--green);color:#fff}.address-option b{font-size:12px}.address-option small{max-width:280px}.address-empty{padding:15px 10px 11px;display:flex;align-items:center;gap:10px;background:#faf8f3;margin-top:7px;border-radius:10px}.address-empty p{white-space:normal;line-height:1.7;flex:1}.empty-pin{width:28px;height:28px;border:1px dashed #b8aa97;border-radius:10px;position:relative;flex:0 0 auto}.empty-pin:after{content:"+";position:absolute;inset:0;display:grid;place-items:center;color:#956042;font-size:18px}.address-dropdown .new-address{height:41px;margin-top:7px;border-top:0;background:var(--green);color:#fff!important;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:7px;padding:0}.address-dropdown .new-address:hover{background:#143f34}.new-address>span{font-size:19px;font-weight:400}@media(max-width:600px){.product-info>div>b{font-size:18px}.address-dropdown{width:calc(100vw - 30px)}}.product-meta{display:flex;align-items:center;justify-content:space-between!important}.product-meta>small{color:#a46543}.rating{display:inline-flex;align-items:center;gap:3px;color:#e0a229;font-size:12px;font-weight:800}.rating svg{flex:0 0 auto}.product-buy{display:flex;align-items:center;justify-content:space-between!important;gap:10px}.price-stack{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.price-stack>b{font-size:19px}.price-stack>b small{font-size:10px;color:var(--muted);font-weight:400}.original-price{font-size:11px;color:#9da39f;text-decoration:line-through}.discount-badge{height:21px;padding:1px 6px;background:#e8f0d0;color:#416238;border-radius:6px;font-size:10px;font-weight:800;display:inline-grid;place-items:center}.product-counter button svg,.profile-button svg{display:block}.product-counter .decrease:has(svg[data-lucide=trash-2]){color:#9f4035}.product-counter .decrease:hover{color:#8f3329}@media(max-width:600px){.product-grid{gap:10px}.product-card{display:grid;direction:rtl;grid-template-columns:104px minmax(0,1fr);grid-template-rows:auto auto 1fr auto;padding:12px;column-gap:13px;box-shadow:0 4px 18px #16342d0e}.product-image{grid-column:1;grid-row:1/4;width:104px;height:104px!important;min-height:0;margin:0;border-radius:10px!important}.product-image>span{top:7px;right:7px;padding:3px 7px;font-size:9px}.product-info{display:contents}.product-meta{grid-column:2;grid-row:1;align-self:start}.product-meta>small{font-size:10px}.rating{font-size:11px}.rating svg{width:12px;height:12px}.product-info h3{grid-column:2;grid-row:2;font-size:16px;margin:5px 0 2px;align-self:start}.product-info p{grid-column:2;grid-row:3;font-size:11px;line-height:1.65;margin:0;color:var(--muted);min-height:0}.product-buy{grid-column:1/-1;grid-row:4;margin-top:12px;padding:9px;background:#f6f7f5;border-radius:10px;min-height:52px}.price-stack{gap:5px}.price-stack>b{font-size:17px}.original-price{font-size:10px}.discount-badge{order:-1;background:var(--green);color:#fff}.add{background:#e7efd0;color:var(--green);box-shadow:none}.add:hover{background:#dce9bc;color:var(--green)}.product-counter{grid-template-columns:34px 27px 34px}.product-counter button{background:#fff;border:1px solid #e3e7e4}}@media(max-width:900px){html,body{width:100%;height:100%;overflow:hidden!important;overscroll-behavior:none}body{position:fixed;inset:0}#app{width:100%;height:100svh;min-height:100svh;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior-y:contain;scroll-behavior:smooth;scroll-padding-top:72px;-webkit-overflow-scrolling:touch;touch-action:pan-y}body.locked #app{overflow:hidden!important}.header{position:sticky!important;top:0!important}}.account-header>div{flex:1;min-width:0}.account-heading-row{display:flex!important;flex-direction:row!important;align-items:center;gap:10px;margin-bottom:3px}.logout-button{border:0;background:#fff0ed;color:#b43f32;border-radius:8px;padding:5px 8px;display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:800}.logout-button:hover{background:#b43f32;color:#fff}.account-header .account-heading-row small{white-space:nowrap}.account-tab-count{margin-right:auto;min-width:20px;height:20px;padding:0 5px;border-radius:7px;background:#eef1ec;color:var(--green);display:grid;place-items:center;font-size:9px;font-weight:800}.account-tabs button.active .account-tab-count{background:#ffffff2e;color:#fff}.orders-empty{min-height:240px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center;color:var(--muted);border:1px dashed var(--line);border-radius:10px}.orders-empty b{color:var(--ink)}.orders-empty small{max-width:280px;line-height:1.8}.cart-active-orders{margin:14px 0;padding:11px;background:#f5f7ef;border:1px solid #dfe7ce;border-radius:10px}.cart-active-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;font-size:11px;font-weight:800}.cart-active-title>span{display:flex;align-items:center;gap:7px}.cart-active-title i{width:7px;height:7px;border-radius:50%;background:#55a568;box-shadow:0 0 0 3px #55a56824}.cart-active-title>b{min-width:22px;height:22px;border-radius:7px;background:var(--green);color:#fff;display:grid;place-items:center;font-size:10px}.cart-active-order{width:100%;border:1px solid #e0e6d4;background:#fff;border-radius:10px;padding:10px;display:flex;align-items:center;justify-content:space-between;text-align:right;color:var(--ink)}.cart-active-order+.cart-active-order{margin-top:6px}.cart-active-order>span{display:flex;flex-direction:column;gap:3px}.cart-active-order>span:last-child{align-items:flex-end}.cart-active-order b{font-size:11px}.cart-active-order small{font-size:9px;color:var(--muted)}.cart-active-order svg{color:#73905f}@media(max-width:600px){.mobile-cart{align-items:center!important}.mobile-cart-summary{font-size:13px!important}.mobile-cart-summary>span{font-size:13px;font-weight:700}.mobile-cart-summary>b{font-size:14px!important}.mobile-checkout{align-self:center;margin-block:auto;font-size:10px!important}}@media(max-width:600px){.actions .profile-button{order:1}.actions .cart-button{order:2}.header .cart-button b{background:var(--lime)!important;color:var(--green)!important}}html,body,#app{max-width:100%;overflow-x:hidden}.logo{position:relative;transform:none}.logo>b{font-size:17px!important;line-height:1;color:inherit;font-weight:900;letter-spacing:-1.5px;transform:translateY(-1px)}.mobile-hero-image{display:none;position:relative;overflow:hidden;border-radius:16px}.mobile-hero-image>img{display:block;width:100%;height:100%;object-fit:cover}@media(max-width:600px){.header{grid-template-columns:1fr auto;min-height:62px;height:62px}.header>.brand{grid-column:1;grid-row:1;justify-self:start}.actions{grid-column:2;grid-row:1;display:flex;direction:ltr}.actions .profile-button,.actions .cart-button{position:relative;width:40px!important;height:40px!important;min-width:40px;padding:0!important;display:grid;place-items:center;border:1px solid var(--line)!important;border-radius:10px!important;background:#fff!important;color:var(--ink)!important;box-shadow:none}.actions .profile-button .avatar{width:auto;height:auto;border:0;background:transparent}.actions .profile-button svg{width:20px;height:20px}.actions .cart-button .bag-icon{width:18px;height:18px}.actions .cart-button>span:not(.bag-icon){display:none}.header .cart-button b{display:grid!important;position:absolute;top:-6px;right:-6px;min-width:19px;width:auto;height:19px;padding:0 5px;margin:0;border:2px solid #fff;border-radius:50%!important;background:var(--orange);color:#fff;font-size:9px;line-height:1;z-index:2}.hero-copy>.eyebrow{margin-bottom:10px}.mobile-hero-image{display:block;width:100%;height:245px;margin:0 auto 15px}.mobile-hero-image .floating-card{position:absolute;right:10px;bottom:10px;text-align:right}.hero>.hero-visual{display:none}.hero-copy{display:flex;flex-direction:column;align-items:center}.hero-copy h1{order:2}.hero-copy>p{order:3}.hero-copy>a{order:4}.hero-copy>.eyebrow{order:0}.mobile-hero-image{order:1}.footer-main{display:grid!important;grid-template-columns:1fr 1fr!important;gap:24px 18px!important;padding:28px 20px 22px!important}.footer-brand{grid-column:1/-1;text-align:center}.footer-brand .brand{justify-content:center}.footer-brand p{margin-inline:auto}.footer-column{display:flex!important;align-items:center;text-align:center}.footer-column a,.footer-column span,.footer-column button{text-align:center}.trust-box{display:flex!important;grid-column:1/-1;justify-content:center!important}.footer-bottom{align-items:center!important;text-align:center}.footer-bottom div{justify-content:center;width:100%}}@media(max-width:380px){.header{padding-inline:10px}.header>.brand b{font-size:13px}.hero h1{font-size:34px}.mobile-hero-image{height:215px}.footer-main{grid-template-columns:1fr!important}.footer-brand,.trust-box{grid-column:1}.footer-column{align-items:center}.payment-methods{grid-template-columns:1fr!important}.address-number-row{gap:5px}.address-number-row input{padding-inline:7px}}.personal-form{display:flex;flex-direction:column;gap:12px}.personal-form>label,.personal-row label{display:flex;flex-direction:column;gap:5px;font-size:11px;font-weight:700}.personal-form input,.personal-form select{width:100%;height:43px;border:1px solid var(--line);background:#fff;color:var(--ink);border-radius:10px;padding:0 12px;outline:0}.personal-form input:focus,.personal-form select:focus{border-color:#7c9d72;box-shadow:0 0 0 3px #e9efde}.personal-form input[readonly]{background:#f5f3ee;color:var(--muted)}.personal-form label>small{font-size:9px;color:var(--muted);font-weight:400}.personal-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.save-profile{align-self:flex-end;border:0;background:var(--green);color:#fff;border-radius:10px;padding:10px 16px;display:flex;align-items:center;gap:7px;font-weight:800}.account-add-address{border:0;background:var(--green);color:#fff;border-radius:10px;padding:8px 11px;display:flex;align-items:center;gap:5px;font-size:10px;font-weight:800}.account-address-list{display:flex;flex-direction:column;gap:9px}.account-address-card{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;border:1px solid var(--line);border-radius:10px;padding:12px;background:#fff}.account-address-card.active{border-color:#9cb47a;background:#f8faef}.account-address-icon{width:36px;height:36px;background:var(--cream);color:var(--green);border-radius:10px;display:grid;place-items:center}.account-address-card>div{min-width:0}.account-address-card>div>div{display:flex;align-items:center;gap:7px}.account-address-card b{font-size:12px}.account-address-card>div small{background:#e4edce;color:#4c693d;border-radius:6px;padding:2px 6px;font-size:8px}.account-address-card p{margin:4px 0;color:var(--muted);font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-address-card>div>span{font-size:9px;color:#85908c}.account-address-card>button{border:1px solid var(--line);background:#fff;color:#58734d;border-radius:10px;padding:7px 9px;font-size:9px}.address-account-empty{min-height:280px;border:1px dashed #cfc5b6;border-radius:10px;background:#faf8f3;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:25px}.address-account-empty>span{width:48px;height:48px;background:#e9efd9;color:var(--green);border-radius:10px;display:grid;place-items:center}.address-account-empty b{margin-top:12px}.address-account-empty p{font-size:11px;color:var(--muted)}.address-account-empty button{border:0;background:var(--green);color:#fff;border-radius:10px;padding:9px 13px;font-weight:800;font-size:11px}@media(max-width:600px){.personal-row{grid-template-columns:1fr}.save-profile{width:100%;justify-content:center}.account-address-card{grid-template-columns:36px 1fr}.account-address-card>button{grid-column:2;justify-self:start}.address-account-empty{min-height:230px}.account-tabs button{min-width:105px}}.account-address-card>div>span i{font-style:normal;color:inherit}.address-contact-fields{display:flex;flex-direction:column;gap:12px;min-width:0}.address-contact-fields>label{min-width:0}.address-contact-fields input{width:100%;min-width:0}.address-contact-fields input[inputmode=tel]{direction:rtl;text-align:right}.address-number-row{width:100%;min-width:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.address-number-row>label{width:auto;min-width:0}.address-number-row input{width:100%;min-width:0;text-align:right}.saved-address p span{unicode-bidi:isolate}.modal{overflow-x:hidden}@media(max-width:600px){.address-number-row{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px}}.modal,.account-shell{padding:20px!important}.modal-close,.account-shell .modal-close{top:20px;left:20px}@media(max-width:900px){.hero{grid-template-columns:minmax(0,1fr)!important;gap:18px;max-width:720px;margin-top:14px;padding-inline:24px}.hero-copy{grid-column:1;grid-row:1;text-align:center;padding:18px 28px}.hero-copy p{margin-inline:auto;max-width:590px}.hero-copy a{justify-content:center}.hero-visual{grid-column:1;grid-row:2!important;width:100%;height:330px}.service-strip{max-width:672px;margin-top:18px}}@media(max-width:600px){.modal,.account-shell{padding:20px!important}.modal-close{top:20px;left:20px}.hero{padding-inline:14px;gap:14px}.hero-copy{padding:14px 6px}.hero-copy .eyebrow{font-size:11px}.hero h1{font-size:38px;line-height:1.18;margin:7px 0 10px}.hero-copy p{font-size:13px;line-height:1.8}.hero-copy a{width:min(100%,220px);margin-inline:auto;padding:11px 16px}.hero-visual{height:245px;border-radius:16px!important}.floating-card{right:10px;bottom:10px;padding:9px 11px}.floating-card span{font-size:9px}.floating-card b{font-size:11px}.service-strip{margin:14px 14px 34px;padding:8px 14px}.service-strip>div{min-height:42px;padding:8px 2px}.service-strip b{font-size:12px}.service-strip small{font-size:10px}}.category-scroller{display:grid;grid-template-columns:32px minmax(0,1fr) 32px;align-items:center;gap:5px;min-width:0;flex:1}.categories{scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.categories::-webkit-scrollbar{display:none}.category-arrow{width:30px;height:38px;border:1px solid var(--line);background:#fff;color:var(--ink);border-radius:10px;display:grid;place-items:center;padding:0}.category-arrow:hover{background:var(--cream)}.search>svg{color:#697773;flex:0 0 auto}.search-icon{display:none}.mobile-cart-summary,.mobile-checkout{border:0;color:#fff;background:transparent}.mobile-cart-summary{display:flex;align-items:center;justify-content:space-between;flex:1;padding:0 6px}.mobile-checkout{display:flex;align-items:center;justify-content:center;gap:5px;border-right:1px solid rgba(255,255,255,.2);padding:0 13px;font-weight:800;white-space:nowrap}.account-shell{width:min(780px,calc(100% - 28px));padding:30px;max-height:92vh}.account-view{display:grid;grid-template-columns:178px minmax(0,1fr);grid-template-rows:auto 1fr;gap:18px 24px}.account-header{grid-column:1/-1;display:flex;align-items:center;gap:12px;padding:0 0 17px;border-bottom:1px solid var(--line)}.account-avatar{width:48px;height:48px;background:var(--green);color:#fff;border-radius:10px;display:grid;place-items:center}.account-header>div{display:flex;flex-direction:column}.account-header small,.account-header span{color:var(--muted);font-size:11px}.account-header b{font-size:17px}.account-tabs{display:flex;flex-direction:column;gap:5px}.account-tabs button{border:0;background:transparent;color:var(--muted);padding:11px 12px;border-radius:10px;display:flex;align-items:center;gap:8px;text-align:right}.account-tabs button:hover{background:var(--cream)}.account-tabs button.active{background:var(--green);color:#fff;font-weight:700}.account-content{min-width:0;max-height:64vh;overflow:auto;padding-left:4px;scrollbar-width:thin;scrollbar-color:#c8cfc8 transparent}.account-section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.account-section-title>div{display:flex;flex-direction:column}.account-section-title small{color:var(--muted);font-size:10px}.account-section-title h3{margin:2px 0;font-size:19px}.account-section-title>span{background:var(--cream);padding:5px 9px;border-radius:10px;font-size:10px}.order-card{border:1px solid var(--line);border-radius:10px;padding:13px;margin-bottom:9px;background:#fff}.order-card.active{border-color:#a9bc82;background:#f8faef}.order-top,.order-main,.order-actions{display:flex;align-items:center;justify-content:space-between}.order-top{padding-bottom:9px;border-bottom:1px solid var(--line)}.order-top>small{color:var(--muted);font-size:10px}.order-status{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:700}.order-status i{width:7px;height:7px;background:#65a567;border-radius:50%;box-shadow:0 0 0 3px #65a56721}.order-main{padding:11px 0}.order-main>div{min-width:0}.order-main>div>b{font-size:12px}.order-main p{margin:4px 0;color:var(--muted);font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:370px}.order-main>div>small{display:flex;align-items:center;gap:4px;color:#618152;font-size:10px}.order-main>strong{white-space:nowrap;font-size:15px}.order-main>strong small{font-size:9px}.order-actions{justify-content:flex-end;gap:7px;border-top:1px dashed var(--line);padding-top:9px}.order-actions button{border:1px solid var(--line);background:#fff;color:var(--ink);border-radius:10px;padding:7px 10px;display:flex;align-items:center;gap:5px;font-size:10px}.order-actions button:first-child{border-color:#9caf7f;color:#49663e}.wallet-card{background:linear-gradient(135deg,#173f35,#296556);color:#fff;padding:20px;border-radius:10px;display:flex;flex-direction:column;margin-bottom:20px;position:relative;overflow:hidden}.wallet-card:after{content:"";position:absolute;width:150px;height:150px;border:25px solid rgba(255,255,255,.05);border-radius:50%;left:-50px;top:-55px}.wallet-card small{color:#c6d7d1}.wallet-card strong{font-size:29px;margin:5px 0 15px}.wallet-card strong span{font-size:11px}.wallet-card button{align-self:flex-start;border:0;background:var(--lime);color:var(--green);border-radius:10px;padding:8px 12px;font-weight:800;font-size:11px;z-index:1}.transaction-list{border:1px solid var(--line);border-radius:10px;overflow:hidden}.transaction-row{display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:9px;padding:12px;border-bottom:1px solid var(--line)}.transaction-row:last-child{border:0}.transaction-row>span{width:30px;height:30px;background:#fff0ec;color:#a34535;border-radius:10px;display:grid;place-items:center;font-weight:800}.transaction-row>span.positive{background:#edf5df;color:#507144}.transaction-row>div{display:flex;flex-direction:column}.transaction-row b{font-size:11px}.transaction-row small{font-size:9px;color:var(--muted)}.transaction-row>strong{font-size:11px;color:#a34535}.transaction-row>strong.positive{color:#507144}.review-form{border:1px solid #b8c99b;background:#f8faef;border-radius:10px;padding:13px;margin-bottom:16px}.review-form>div:first-child{display:flex;justify-content:space-between;font-size:11px}.star-picker{display:flex!important;justify-content:flex-start!important;direction:ltr;margin:10px 0}.star-picker button{border:0;background:transparent;color:#d8d4c9;padding:2px}.star-picker button.active{color:#e0a229}.review-form textarea{width:100%;border:1px solid var(--line);border-radius:10px;padding:10px;resize:vertical}.review-form>div:last-child{display:flex;justify-content:flex-end;gap:7px;margin-top:8px}.review-form>div:last-child button{border:0;border-radius:10px;padding:7px 13px}.cancel-review{background:transparent;color:var(--muted)}.submit-review{background:var(--green);color:#fff}.review-card{border:1px solid var(--line);border-radius:10px;padding:13px;margin-bottom:8px}.review-card>div{display:flex;justify-content:space-between;align-items:center}.review-card>div>span{display:flex;color:#e0a229}.review-card p{font-size:11px;line-height:1.8;color:#4f5e59}.review-card>small{color:var(--muted);font-size:9px}@media(max-width:900px){.menu-tools{gap:10px}.category-scroller{width:100%}.account-shell{padding:24px}.account-view{grid-template-columns:1fr;grid-template-rows:auto auto 1fr}.account-tabs{flex-direction:row;overflow:auto}.account-tabs button{white-space:nowrap}.account-content{max-height:58vh}}@media(max-width:600px){.header{display:grid;grid-template-columns:auto 1fr;gap:10px;padding:8px 14px;background:#fff;box-shadow:0 3px 15px #16342d0f}.header>.brand{justify-self:start}.header>.brand .logo{width:34px;height:34px;font-size:18px}.header>.brand b{font-size:14px}.actions{justify-self:end}.cart-button{box-shadow:none}.header .cart-button b{display:none}.bag-icon{width:17px}.hero-copy{text-align:center}.hero-copy .eyebrow{display:block}.hero-copy a{justify-content:center}.section-title{text-align:center}.menu-tools{align-items:center}.category-scroller{grid-template-columns:28px minmax(0,1fr) 28px}.category-arrow{width:28px;height:36px}.search{width:100%;min-width:0;justify-content:center}.search input{text-align:right}.mobile-cart{height:58px;padding:7px!important;gap:5px}.mobile-cart-summary{padding-inline:8px}.mobile-checkout{background:var(--lime);color:var(--green);border:0;border-radius:8px;padding-inline:11px}.account-shell{width:calc(100% - 16px);padding:48px 14px 14px;max-height:96vh}.account-view{gap:12px}.account-header{padding-bottom:12px}.account-tabs{padding-bottom:4px;scrollbar-width:none}.account-tabs::-webkit-scrollbar{display:none}.account-tabs button{flex:1;justify-content:center;padding:9px 8px;font-size:10px}.account-content{max-height:65vh;padding:0}.order-main{align-items:flex-end}.order-main p{max-width:210px}.order-actions button{flex:1;justify-content:center}.wallet-card{padding:17px}.transaction-row{grid-template-columns:32px 1fr}.transaction-row>strong{grid-column:2}.review-card{text-align:right}}@media(max-width:600px){.header{grid-template-columns:1fr auto!important}.header>.brand{grid-column:1}.actions{grid-column:2}.actions .profile-button,.actions .cart-button{width:40px!important;height:40px!important;min-width:40px!important}.header .cart-button b{display:grid!important}.account-shell{padding:20px!important}}.header{position:sticky!important;top:0;z-index:18;max-width:none;width:100%;padding-inline:max(20px,calc((100vw - 1280px)/2));border-bottom:1px solid var(--line);box-shadow:0 4px 18px #16342d0b}.account-tabs-scroller{min-width:0}.account-tab-arrow{display:none}@media(max-width:900px){.account-tabs-scroller{display:grid;grid-template-columns:30px minmax(0,1fr) 30px;align-items:center;gap:5px;min-width:0;position:relative}.account-tabs{min-width:0;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.account-tabs::-webkit-scrollbar{display:none}.account-tab-arrow{display:grid;width:30px;height:38px;padding:0;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink);place-items:center;box-shadow:0 2px 8px #16342d0f}.account-tab-arrow:hover{background:var(--cream)}}@media(max-width:600px){.header{top:0;padding:8px 14px!important;padding-top:max(8px,env(safe-area-inset-top))!important}.mobile-cart{bottom:max(12px,env(safe-area-inset-bottom));padding-bottom:max(7px,env(safe-area-inset-bottom))!important}.mobile-checkout{flex:0 0 auto;min-width:0;height:38px;padding:0 9px!important;gap:3px;font-size:11px;line-height:1}.mobile-checkout svg{width:14px;height:14px}.mobile-cart-summary{font-size:11px;min-width:0}.mobile-cart-summary b{font-size:11px;white-space:nowrap}.account-tabs-scroller{margin-inline:-4px}.account-tabs button{min-width:104px;flex:0 0 auto}}
