:root{--green:#163e36;--ink:#1f2925;--muted:#69716d;--line:#e0e4e1;--pink:#f4e9eb;--paper:#f8f9f7;--white:#fff;--gold:#b28335;font-family:Tahoma,Arial,sans-serif;color:var(--ink);background:var(--paper);font-size:16px;letter-spacing:0}*{box-sizing:border-box}body{margin:0}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;cursor:pointer;border:1px solid var(--line);color:inherit;background:white;touch-action:manipulation}button:disabled{opacity:.45;cursor:default}button:focus-visible,a:focus-visible{outline:3px solid #b28335;outline-offset:4px}button:hover:not(:disabled){border-color:var(--green)}svg{width:21px;height:21px;stroke-width:1.7;flex-shrink:0}h1,h2,p{margin:0}button,small,span{letter-spacing:0}.topbar{height:94px;padding:16px 4%;display:flex;justify-content:space-between;align-items:center;background:white;border-bottom:1px solid var(--line)}.brand{display:flex;gap:16px;align-items:center;color:var(--green);text-decoration:none}.monogram{font-family:Georgia,serif;font-size:28px;line-height:1.05;border:1px solid var(--green);padding:9px 10px;text-align:center}.monogram span{display:block;font:10px Arial,sans-serif;margin-top:5px}.brand-name{font-size:20px;font-weight:bold}.brand-name small{display:block;font:12px Arial,sans-serif;margin-top:7px;color:var(--muted)}.header-actions{display:flex;align-items:center;gap:18px}.icon-button{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1px solid var(--line);border-radius:6px}.languages{display:flex;direction:ltr;background:var(--paper);border:1px solid var(--line);border-radius:6px;overflow:hidden}.languages button{border:0;padding:10px 14px;min-height:42px;background:transparent;font-size:14px}.languages button[aria-pressed=true]{background:var(--green);color:white}.welcome{height:205px;position:relative;overflow:hidden;background:#e5e8e3}.welcome img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:50% 54%}.welcome:after{content:'';position:absolute;inset:0;background:linear-gradient(270deg,rgba(14,34,28,.8),rgba(14,34,28,.22) 50%,transparent)}[dir=ltr] .welcome:after{transform:scaleX(-1)}.welcome-copy{position:relative;z-index:1;color:white;padding:34px 4%}.welcome-copy p{font:13px Arial,sans-serif;margin-bottom:10px;direction:inherit}.welcome-copy h1{font-size:36px;line-height:1.35;margin-bottom:12px}.welcome-copy span{font-size:16px}.layout{max-width:1700px;margin:auto;display:grid;grid-template-columns:230px minmax(0,1fr) 325px;align-items:start;padding:35px 4% 50px;gap:30px}.overline{font-size:12px;color:var(--muted);font-weight:bold;margin-bottom:16px}.categories{position:sticky;top:24px}nav{display:flex;flex-direction:column;gap:6px}.category-button{display:flex;align-items:center;gap:12px;text-align:start;min-height:64px;padding:10px 12px;border:0;border-radius:4px;background:transparent;width:100%;font-size:15px;line-height:1.55}.category-button small{display:block;font-size:12px;color:var(--muted);line-height:1.6}.category-button svg{color:#77867d}.category-button[aria-current=true]{background:var(--green);color:white}.category-button[aria-current=true] svg,.category-button[aria-current=true] small{color:#d7e3db}.section-heading{display:flex;justify-content:space-between;align-items:center;gap:12px;min-height:95px;margin-bottom:16px}.section-heading .overline{margin-bottom:9px}.section-heading h2{font-size:23px;line-height:1.5}.section-heading #category-subtitle{font-size:14px;color:var(--muted);margin-top:5px}.section-heading #item-count{background:var(--pink);color:#774858;min-width:37px;height:37px;display:grid;place-items:center;border-radius:50%;font-size:14px;flex-shrink:0}#product-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product{background:white;border:1px solid var(--line);border-radius:6px;padding:20px;min-height:174px;display:flex;flex-direction:column;justify-content:space-between;gap:18px}.product h3{font-size:17px;line-height:1.6;margin:0 0 4px;font-weight:600;overflow-wrap:anywhere}.product .translation{font-size:13px;color:var(--muted);line-height:1.5;overflow-wrap:anywhere}.product-bottom{display:flex;justify-content:space-between;align-items:center;gap:8px}.money{display:flex;flex-direction:column;gap:4px;white-space:nowrap}.money .ar-price{font-size:17px;font-weight:bold}.money .en-price{font-size:12px;color:var(--muted)}.add-button{background:var(--green);color:white;width:44px;height:44px;display:grid;place-items:center;border:0;border-radius:4px}.add-button:hover{background:#285749}.quantity{display:flex;align-items:center;direction:ltr;gap:0;border:1px solid var(--line);border-radius:4px;overflow:hidden;flex-shrink:0}.quantity button{width:36px;height:40px;padding:0;border:0;display:grid;place-items:center;background:var(--paper)}.quantity button svg{width:17px}.quantity output{min-width:30px;text-align:center;font-size:14px}.cart{position:sticky;top:24px;background:white;border:1px solid var(--line);border-radius:6px;overflow:hidden}.cart-heading{padding:22px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.cart-heading>div{display:flex;gap:10px;align-items:center}.cart-heading h2{font-size:19px}.cart-heading #cart-count{font-size:12px;background:var(--pink);color:#774858;padding:4px 8px;border-radius:4px}.cart-heading svg{color:var(--green)}#close-cart{display:none}#cart-items{max-height:calc(100dvh - 310px);min-height:225px;overflow-y:auto;overscroll-behavior:contain}.empty-cart{padding:48px 20px;text-align:center;color:var(--muted)}.empty-cart svg{width:40px;height:40px;opacity:.45;margin-bottom:18px}.empty-cart p{font-size:16px;line-height:1.6}.empty-cart small{display:block;margin-top:6px;font-size:12px}.cart-item{padding:18px 20px;border-bottom:1px solid var(--line)}.cart-item h3{margin:0;font-size:15px;line-height:1.55}.cart-item .translation{font-size:12px;color:var(--muted);margin-top:4px}.cart-item-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:13px;gap:8px}.cart-item .money .ar-price{font-size:14px}.cart-item .money .en-price{font-size:11px}.cart-item .quantity button{width:32px;height:34px}.cart-item .quantity output{min-width:25px}.cart-footer{padding:22px;background:#f0f3ef}.total-row{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:18px;font-weight:bold}.total-row .ar-price{font-size:24px;color:var(--green)}#cart-note{font-size:12px;line-height:1.7;color:var(--muted);margin-top:15px}.clear-button{margin-top:20px;padding:12px;width:100%;display:flex;align-items:center;justify-content:center;gap:9px;border-radius:4px;background:transparent;font-size:14px}.clear-button svg{width:17px}.mobile-cart{display:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}dialog{border:0;border-radius:8px;padding:32px;max-width:450px;width:calc(100% - 32px);color:var(--ink);box-shadow:0 16px 70px #0003}dialog::backdrop{background:#12241dc0}dialog h2{font-size:23px;margin:18px 0 12px}dialog p{font-size:16px;line-height:1.9;color:var(--muted)}dialog .dialog-close{position:absolute;inset-inline-end:15px;top:15px}dialog .dialog-symbol{height:32px;width:32px;color:var(--green)}.primary{background:var(--green);color:white;border:0;border-radius:4px;padding:14px 22px;margin-top:22px}.dialog-actions{display:flex;gap:12px;align-items:baseline}.dialog-actions>button{padding:14px 22px;border-radius:4px}.display-only{font-size:12px;color:var(--muted)}#backdrop{position:fixed;inset:0;background:#14251dc0;z-index:20}[hidden]{display:none!important}
@media(min-width:1450px){.layout{grid-template-columns:245px minmax(0,1fr) 340px;gap:40px}.product{min-height:180px}}
@media(max-width:1150px){.layout{grid-template-columns:190px minmax(0,1fr);gap:25px;padding-bottom:110px}.cart{display:none}.mobile-cart{position:fixed;display:flex;align-items:center;justify-content:space-between;bottom:max(18px,env(safe-area-inset-bottom));inset-inline:4%;width:92%;background:var(--green);color:white;min-height:62px;padding:14px 22px;border:0;border-radius:6px;z-index:15;box-shadow:0 6px 25px #163e3633}.mobile-cart>span{display:flex;align-items:center;gap:12px}.mobile-cart b{background:#ffffff25;padding:5px 9px;border-radius:4px;font-size:14px}.cart.is-open{display:flex;flex-direction:column;position:fixed;inset:0 0 0 auto;width:min(420px,100%);height:100dvh;border-radius:0;z-index:30;top:0;padding-bottom:env(safe-area-inset-bottom)}[dir=rtl] .cart.is-open{inset:0 auto 0 0}.cart.is-open #cart-items{max-height:none;flex:1;min-height:0}.cart.is-open #close-cart{display:flex}.cart.is-open .cart-footer{flex-shrink:0}}
@media(max-width:700px){.topbar{height:80px;padding:12px 5%}.brand{gap:10px}.brand-name{font-size:16px}.brand-name small{font-size:10px}.monogram{font-size:22px;padding:7px}.monogram span{font-size:8px}.header-actions{gap:8px}.languages button{padding:8px 10px;font-size:12px}.icon-button{width:40px;height:40px}.welcome{height:175px}.welcome-copy{padding:28px 5%}.welcome-copy h1{font-size:30px}.welcome-copy p{font-size:12px}.layout{display:block;padding:0 5% 115px}.categories{position:sticky;top:0;z-index:10;margin-inline:-5.56%;padding:12px 5%;background:var(--paper);border-bottom:1px solid var(--line)}.categories>.overline{display:none}nav{flex-direction:row;overflow-x:auto;gap:8px;scrollbar-width:none}nav::-webkit-scrollbar{display:none}.category-button{width:auto;min-width:max-content;min-height:48px;padding:9px 12px;border:1px solid var(--line);font-size:13px}.category-button small{display:none}.category-button svg{width:17px}.section-heading{margin:16px 0;min-height:75px}.section-heading h2{font-size:20px}.section-heading #category-subtitle{font-size:13px}.section-heading .overline{font-size:11px}.product{padding:15px;min-height:183px;gap:14px}.product h3{font-size:16px}.product .translation{font-size:12px}.product-bottom{gap:5px;flex-wrap:wrap}.money .ar-price{font-size:16px}.money .en-price{font-size:11px}.add-button{width:40px;height:40px}.quantity button{width:28px;height:36px}.quantity output{min-width:25px}.mobile-cart{inset-inline:5%;width:90%}#product-list{gap:10px}}
@media(max-width:360px){#product-list{grid-template-columns:1fr}.product{min-height:140px}.brand-name{display:none}}
@media(prefers-reduced-motion:no-preference){button{transition:background .15s,border-color .15s}.product{animation:appear .22s ease-out}@keyframes appear{from{opacity:.4;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}}
