@import"https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800;900&display=swap";:root{font-family:Cairo,system-ui,sans-serif;color:#251a18;background:#fffaf5;font-synthesis:none;--red:#b51f24;--red-dark:#8f151a;--gold:#f5b827;--cream:#fff4e5;--ink:#251a18;--muted:#756864;--border:#eadfd6;--white:#fff;--shadow:0 12px 34px rgba(77,40,23,.09)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}img{display:block;max-width:100%}.container{width:min(1180px,calc(100% - 32px));margin-inline:auto}.site-header{height:76px;background:#fffffff0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(234,223,214,.8);position:sticky;top:0;z-index:50}.header-inner{height:100%;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:9px;color:var(--red);min-width:max-content}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:14px 14px 14px 4px;background:var(--red);color:var(--gold);font-weight:900;font-size:25px}.brand strong,.brand small{display:block;line-height:1}.brand strong{font-size:22px;font-weight:900}.brand small{font-size:10px;margin-top:5px;letter-spacing:2px}.desktop-nav{display:flex;align-items:center;gap:6px;margin:auto}.desktop-nav a{display:flex;align-items:center;gap:6px;padding:10px 12px;border-radius:12px;font-size:14px;font-weight:600;color:#5f514d}.desktop-nav a.active{color:var(--red);background:#fff0ed}.cart-pill{background:var(--red);color:#fff;border-radius:14px;padding:10px 15px;display:flex;align-items:center;gap:7px;font-weight:700}.cart-pill b{background:var(--gold);color:#342005;border-radius:50%;width:22px;height:22px;display:grid;place-items:center;font-size:12px}.bottom-nav{display:none}.hero{background:radial-gradient(circle at 15% 10%,#ffe7a6 0,transparent 27%),linear-gradient(135deg,#fff6ea,#fff 65%);padding:56px 0 66px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:70px}.eyebrow{display:inline-flex;align-items:center;gap:7px;color:var(--red);background:#ffe9e5;padding:7px 12px;border-radius:999px;font-size:13px;font-weight:700}.hero h1{font-size:clamp(38px,5vw,66px);line-height:1.25;margin:20px 0 16px;font-weight:900;letter-spacing:-2px}.hero h1 em{color:var(--red);font-style:normal}.hero-copy>p{font-size:18px;line-height:1.9;color:var(--muted);max-width:600px}.hero-actions{display:flex;gap:12px;margin:28px 0}.btn{border:0;border-radius:14px;padding:13px 22px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:800}.btn svg{width:19px}.btn.primary{background:var(--red);color:#fff;box-shadow:0 9px 22px #b51f2438}.btn.primary:hover{background:var(--red-dark)}.btn.secondary{background:#fff;border:1px solid var(--border)}.btn.full{width:100%}.btn.grow{flex:1;justify-content:space-between}.btn:disabled{opacity:.5;cursor:not-allowed}.trust-row{display:flex;gap:20px;color:#5f514d;font-size:13px}.trust-row span{display:flex;align-items:center;gap:6px}.trust-row svg{width:17px;color:var(--red)}.hero-visual{position:relative}.hero-visual:before{content:"";position:absolute;inset:-18px 45px 20px -18px;border:3px solid var(--gold);border-radius:42px;transform:rotate(4deg)}.hero-visual img{height:480px;width:100%;object-fit:cover;border-radius:38px 38px 38px 10px;position:relative;box-shadow:var(--shadow)}.floating-card{position:absolute;bottom:22px;right:-28px;background:#fff;padding:15px 20px;border-radius:18px;box-shadow:var(--shadow);display:flex;align-items:center;gap:10px}.floating-card strong{font-size:25px;color:var(--red)}.floating-card span{font-size:12px}.section{padding:54px 0}.section+.section{border-top:1px solid var(--border)}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:25px}.section-head h2{font-size:29px;margin:0 0 4px}.section-head p,.page-title p{color:var(--muted);margin:0}.text-link{display:flex;gap:5px;align-items:center;color:var(--red);font-weight:700;font-size:14px}.text-link svg{width:17px}.offers{display:grid;grid-template-columns:1fr 1fr;gap:18px}.offer{min-height:160px;border-radius:25px;padding:28px;display:flex;gap:22px;align-items:center;overflow:hidden;position:relative}.offer>svg{width:58px;height:58px;opacity:.25}.offer.red{background:linear-gradient(135deg,#a8171d,#d33338);color:#fff}.offer.gold{background:linear-gradient(135deg,#f5b827,#ffd66e);color:#392406}.offer h3{font-size:22px;margin:4px 0}.offer p{margin:0;opacity:.86}.offer span{font-size:12px;font-weight:700}.categories-row{display:grid;grid-template-columns:repeat(9,1fr);gap:10px}.category-card{background:#fff;border:1px solid var(--border);border-radius:19px;padding:17px 8px;display:grid;place-items:center;gap:8px;transition:.2s}.category-card:hover{transform:translateY(-4px);border-color:#efb3b5;box-shadow:var(--shadow)}.category-card span{font-size:30px}.category-card strong{font-size:13px}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{background:#fff;border:1px solid var(--border);border-radius:22px;overflow:hidden;transition:.2s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-image{position:relative;height:210px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:.3s}.product-card:hover img{transform:scale(1.04)}.badge{position:absolute;right:10px;top:10px;background:var(--gold);border-radius:9px;padding:5px 9px;font-size:10px;font-weight:800}.heart{position:absolute;left:10px;top:10px;border:0;width:36px;height:36px;border-radius:50%;background:#ffffffe6;color:#a99c98;display:grid;place-items:center}.heart.active{color:var(--red)}.product-content{padding:15px}.product-content h3{margin:0 0 7px;font-size:16px}.product-content p{height:42px;overflow:hidden;margin:0;color:var(--muted);font-size:12px;line-height:1.7}.product-footer{display:flex;align-items:center;justify-content:space-between;margin-top:15px}.product-footer strong{color:var(--red);font-size:17px}.add-small{border:0;background:#fff0ed;color:var(--red);border-radius:10px;padding:7px 10px;display:flex;align-items:center;gap:3px;font-weight:700;font-size:12px}.add-small svg{width:16px}.page{padding-top:45px;padding-bottom:100px;min-height:70vh}.page.narrow{max-width:950px}.page-title{text-align:center;margin-bottom:34px}.page-title span{color:var(--red);font-size:13px;font-weight:800}.page-title h1{font-size:36px;margin:5px 0}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.large-category{display:flex;align-items:center;gap:18px;background:#fff;border:1px solid var(--border);padding:22px;border-radius:20px}.large-category:hover{border-color:var(--red)}.large-category>span{font-size:46px;background:var(--cream);border-radius:16px;width:76px;height:76px;display:grid;place-items:center}.large-category h3{margin:0 0 4px}.large-category p{margin:0;color:var(--muted);font-size:13px}.chips{display:flex;gap:8px;overflow:auto;padding-bottom:20px}.chips button{border:1px solid var(--border);background:#fff;border-radius:999px;padding:8px 16px;white-space:nowrap}.chips button.active{background:var(--red);border-color:var(--red);color:#fff}.details-grid{display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:start}.details-image img{width:100%;height:600px;object-fit:cover;border-radius:30px}.details-copy h1{font-size:38px;margin:14px 0 8px}.details-copy>p{color:var(--muted);line-height:1.9}.details-price{display:block;color:var(--red);font-size:21px;margin:15px 0 25px}.option-group{margin:24px 0}.option-group h3{font-size:15px}.option-list{display:grid;gap:8px}.option-list button{border:1px solid var(--border);background:#fff;border-radius:13px;padding:13px;display:flex;align-items:center;justify-content:space-between}.option-list button.selected{border-color:var(--red);background:#fff5f3}.option-list button b{font-size:13px;color:var(--red);margin-right:auto;margin-left:8px}.option-list svg{width:17px;color:var(--red)}.buy-row{display:flex;gap:10px;border-top:1px solid var(--border);padding-top:20px}.quantity{display:flex;align-items:center;border:1px solid var(--border);background:#fff;border-radius:14px;padding:4px;gap:14px}.quantity button{border:0;background:var(--cream);border-radius:9px;width:36px;height:36px;display:grid;place-items:center}.quantity svg{width:16px}.cart-layout{display:grid;grid-template-columns:1.5fr .8fr;gap:25px}.cart-items{display:grid;gap:12px}.cart-item{display:grid;grid-template-columns:105px 1fr auto;gap:15px;background:#fff;padding:13px;border:1px solid var(--border);border-radius:18px}.cart-item img{width:105px;height:105px;object-fit:cover;border-radius:13px}.cart-info h3{margin:2px 0 4px;font-size:16px}.cart-info small{display:block;color:var(--muted);font-size:11px}.cart-info strong{display:block;color:var(--red);margin-top:8px}.cart-actions{display:flex;flex-direction:column;align-items:end;justify-content:space-between}.delete{border:0;background:#fff0ed;color:var(--red);border-radius:8px;padding:6px}.delete svg{width:17px}.quantity.small{gap:5px}.quantity.small button{width:27px;height:27px}.summary,.checkout-card{background:#fff;border:1px solid var(--border);padding:23px;border-radius:20px;height:max-content}.summary h2{margin-top:0;font-size:19px}.summary>div{display:flex;justify-content:space-between;margin:14px 0;font-size:13px}.summary hr{border:0;border-top:1px solid var(--border)}.summary .total{font-size:17px}.summary .total b{color:var(--red)}.summary>small{display:block;color:var(--muted);text-align:center;font-size:10px;margin-top:12px}.empty-state,.empty{text-align:center;padding:55px 20px;background:#fff;border:1px dashed var(--border);border-radius:22px;grid-column:1/-1}.empty-state>svg{width:55px;height:55px;color:#d7c6bc}.empty-state h2{margin-bottom:5px}.empty-state p{color:var(--muted);margin:0 0 22px}.checkout-card{display:grid;gap:14px}.checkout-card>div{display:flex;align-items:center;gap:14px;padding:16px;border:1px solid var(--border);border-radius:14px}.checkout-card>div>svg{color:var(--red)}.checkout-card span{display:grid;gap:3px;flex:1}.checkout-card small{color:var(--muted)}.checkout-card a{color:var(--red);font-weight:700}.notice{background:var(--cream);padding:14px;border-radius:12px;color:var(--muted);font-size:12px}.orders-list,.profile-links{display:grid;gap:10px}.order-row,.profile-links a{display:flex;align-items:center;gap:13px;background:#fff;border:1px solid var(--border);padding:17px;border-radius:15px}.order-row>svg:first-child,.profile-links svg:first-child{color:var(--red)}.order-row div{flex:1}.order-row h3,.order-row p{margin:0}.order-row p{color:var(--muted);font-size:12px}.order-row>b{color:var(--red)}.profile-head{text-align:center;margin-bottom:25px}.profile-head>div{width:80px;height:80px;border-radius:25px;background:#ffe9e5;color:var(--red);display:grid;place-items:center;margin:auto}.profile-head>div svg{width:38px;height:38px}.profile-head h1{margin-bottom:4px}.profile-head p{color:var(--muted);margin-top:0}.profile-links a span{flex:1}.profile-links a>svg:last-child{width:17px}.full{width:100%}@media(max-width:900px){.desktop-nav{display:none}.hero-grid{grid-template-columns:1fr}.hero-visual{display:none}.products-grid{grid-template-columns:repeat(2,1fr)}.categories-row{grid-template-columns:repeat(5,1fr)}.category-grid{grid-template-columns:repeat(2,1fr)}.details-grid{grid-template-columns:1fr}.details-image img{height:420px}.cart-layout{grid-template-columns:1fr}.summary{position:static}}@media(max-width:600px){body{padding-bottom:72px}.container{width:min(100% - 24px,1180px)}.site-header{height:64px}.brand-mark{width:36px;height:36px}.brand strong{font-size:19px}.cart-pill span{display:none}.bottom-nav{position:fixed;display:grid;grid-template-columns:repeat(5,1fr);bottom:0;right:0;left:0;height:68px;background:#fffffff7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--border);z-index:60;padding-bottom:env(safe-area-inset-bottom)}.bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#8b7b76;font-size:9px;font-weight:600}.bottom-nav svg{width:21px}.bottom-nav a.active{color:var(--red)}.hero{padding:36px 0 40px}.hero h1{font-size:39px;letter-spacing:-1px}.hero-copy>p{font-size:15px}.hero-actions .btn{padding:12px 15px}.trust-row{gap:10px;flex-wrap:wrap}.trust-row span{font-size:10px}.section{padding:38px 0}.section-head h2{font-size:23px}.section-head p{font-size:12px}.offers{grid-template-columns:1fr}.offer{min-height:135px;padding:20px}.categories-row{display:flex;overflow:auto}.category-card{min-width:88px}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-image{height:145px}.product-content{padding:11px}.product-content h3{font-size:13px}.product-content p{font-size:10px;height:34px}.product-footer{align-items:end}.product-footer strong{font-size:13px}.add-small{font-size:0;padding:6px}.add-small svg{width:18px}.page{padding-top:28px}.page-title h1{font-size:28px}.category-grid{grid-template-columns:1fr}.large-category{padding:14px}.large-category>span{width:58px;height:58px;font-size:33px}.details-image img{height:330px;border-radius:22px}.details-copy h1{font-size:29px}.buy-row{position:sticky;bottom:75px;background:#fffaf5;padding-bottom:5px;z-index:5}.btn.grow{font-size:12px;padding:10px}.cart-item{grid-template-columns:76px 1fr}.cart-item img{width:76px;height:76px}.cart-actions{grid-column:2;flex-direction:row-reverse}.cart-info h3,.cart-info strong{font-size:13px}.order-row{padding:13px}.order-row>b{font-size:12px}}:root{--taboula-red:#d71920;--taboula-dark-red:#861116;--taboula-yellow:#ffd326;--taboula-gold:#e5a915;--taboula-white:#fff;--text-primary:#211818;--text-muted:#726664;--surface:#fff;--border:#e9e0dc;--red:var(--taboula-red);--red-dark:var(--taboula-dark-red);--gold:var(--taboula-gold);--muted:var(--text-muted)}body{background:#faf8f6;color:var(--text-primary)}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #ffd326;outline-offset:2px}.brand img{width:52px;height:52px;object-fit:contain}.brand small{letter-spacing:0}.location-button,.icon-button{border:0;background:transparent;display:flex;align-items:center;gap:7px;color:var(--text-primary)}.location-button svg,.icon-button svg{width:20px;color:var(--red)}.location-button span{display:grid;text-align:right}.location-button small{color:var(--muted);font-size:10px}.location-button b{font-size:12px}.icon-button{width:42px;height:42px;justify-content:center;background:#f7f2ef;border-radius:50%}.desktop-nav svg{width:18px}.site-footer{background:#211716;color:#fff;padding:40px 0;margin-top:60px}.site-footer .container{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.site-footer .brand{color:#fff}.site-footer p{color:#cdbfbc}.site-footer a{color:var(--taboula-yellow);font-weight:800;direction:ltr}.site-footer small{margin-right:auto;color:#9d8b87}.hero{background:radial-gradient(circle at 75% 25%,#d82930 0,transparent 28%),linear-gradient(135deg,#4d080b,#a91218);color:#fff;padding:42px 0}.hero h1{color:#fff}.hero h1 em{color:var(--taboula-yellow)}.hero-copy>p{color:#f2dfe0}.hero .eyebrow{color:#421013;background:var(--taboula-yellow)}.hero-cta{background:var(--taboula-yellow)!important;color:#4d080b!important;box-shadow:none!important}.hero-visual:before{border-color:var(--taboula-yellow)}.hero-visual img{height:440px}.home-content{position:relative}.home-search{max-width:820px;margin:-27px auto 0;position:relative;z-index:4;background:#fff;border:1px solid var(--border);border-radius:18px;padding:8px 10px;display:flex;align-items:center;box-shadow:var(--shadow)}.home-search svg{color:var(--red);margin:0 8px}.home-search input{border:0;outline:0;min-width:0;flex:1;padding:10px;font-size:15px}.home-search button,.coupon-box button{border:0;background:var(--red);color:#fff;border-radius:12px;padding:10px 20px;font-weight:800}.quick-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:32px 0 0}.quick-actions a{background:#fff;border:1px solid var(--border);padding:17px;border-radius:18px;display:flex;align-items:center;gap:12px}.quick-actions a span{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:#fff0ed;color:var(--red)}.quick-actions svg{width:21px}.categories-row{grid-template-columns:repeat(7,minmax(120px,1fr));overflow:auto;padding:3px 3px 15px}.category-card{min-width:120px}.category-card img{width:72px;height:56px;object-fit:cover;border-radius:14px}.large-category>img{width:76px;height:76px;object-fit:cover;border-radius:16px}.rating{display:flex;align-items:center;gap:4px;font-size:12px;color:#8e6500;margin-bottom:6px}.rating svg{width:15px;color:var(--taboula-gold)}.rating span{color:var(--muted);font-size:10px}.product-footer>div{display:grid}.product-footer>div small{color:var(--muted);font-size:9px}.product-footer del{font-size:10px;color:var(--muted)}.search-field{max-width:650px;margin:0 auto 24px;background:#fff;border:1px solid var(--border);border-radius:15px;display:flex;align-items:center;padding:6px 12px}.search-field>svg{color:var(--red)}.search-field input{border:0;outline:0;flex:1;padding:10px}.search-field button{border:0;background:transparent}.search-field button svg{width:16px}.skeleton-card{height:330px;background:#fff;border:1px solid var(--border);padding:10px;border-radius:20px;display:grid;gap:12px;align-content:start}.skeleton-card>*{display:block;border-radius:10px;background:linear-gradient(90deg,#eee,#fafafa,#eee);background-size:200%;animation:shimmer 1.4s infinite}.skeleton-card i{height:200px}.skeleton-card b{height:20px;width:70%}.skeleton-card span{height:14px}@keyframes shimmer{to{background-position:-200%}}.details-image small{display:block;color:var(--muted);margin:8px;text-align:center}.option-group h3 em{font-style:normal;font-size:10px;color:#fff;background:var(--red);padding:2px 7px;border-radius:10px}.option-list.inline{grid-template-columns:1fr 1fr}.notes-field{display:grid;position:relative;gap:7px;font-weight:700;font-size:14px}.notes-field textarea,.form-section textarea{resize:vertical;min-height:90px;border:1px solid var(--border);border-radius:13px;padding:12px}.notes-field small{position:absolute;bottom:8px;left:8px;color:var(--muted)}.sticky-add{position:sticky;bottom:0;background:#fffffff5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-top:1px solid var(--border);padding:12px;z-index:40}.sticky-add>.container{max-width:680px;display:flex;gap:12px}.coupon-box{margin-top:14px;display:flex;align-items:center;gap:8px;background:#fff;border:1px dashed var(--border);border-radius:16px;padding:9px}.coupon-box svg{color:var(--red)}.coupon-box input{flex:1;min-width:0;border:0;outline:0}.checkout-page{max-width:1100px}.checkout-layout{display:grid;grid-template-columns:1.5fr .8fr;gap:22px}.checkout-form{display:grid;gap:15px}.form-section{background:#fff;border:1px solid var(--border);padding:22px;border-radius:20px}.form-section h2{font-size:18px;margin:0 0 18px;display:flex;align-items:center;gap:8px}.form-section h2>span{width:28px;height:28px;background:var(--red);color:#fff;border-radius:9px;display:grid;place-items:center}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-section label{display:grid;gap:7px;font-size:13px;font-weight:700;margin-top:13px}.form-section input,.form-section select{width:100%;border:1px solid var(--border);border-radius:11px;padding:11px;background:#fff}.wide{grid-column:1/-1}.select-wrap{position:relative}.select-wrap svg{position:absolute;left:10px;top:11px;width:18px}.payment-option{display:flex!important;align-items:center;grid-template-columns:auto!important;border:1px solid var(--border);border-radius:14px;padding:13px}.payment-option input{width:auto}.payment-option>svg{color:var(--red)}.payment-option span{display:grid;flex:1}.payment-option small{color:var(--muted)}.payment-option em{font-size:10px;color:var(--muted)}.payment-option.disabled{opacity:.55}.checkout-summary{position:sticky;top:95px}.tracking-head{text-align:center;background:linear-gradient(135deg,var(--red-dark),var(--red));color:#fff;border-radius:24px;padding:30px;margin-bottom:20px}.tracking-head h1{margin:5px}.tracking-head p{display:flex;justify-content:center;align-items:center;gap:7px}.tracking-head svg{width:18px}.tracking-layout{display:grid;grid-template-columns:1.4fr .8fr;gap:18px}.tracking-card,.delivery-card{background:#fff;border:1px solid var(--border);border-radius:20px;padding:24px}.timeline{display:grid}.timeline>div{display:flex;gap:14px;min-height:74px;position:relative}.timeline>div:before{content:"";position:absolute;right:17px;top:36px;bottom:0;width:2px;background:var(--border)}.timeline>div:last-child:before{display:none}.timeline>div>span{width:36px;height:36px;flex:none;border:2px solid var(--border);border-radius:50%;display:grid;place-items:center;background:#fff;z-index:1}.timeline>div.done>span{background:var(--red);border-color:var(--red);color:#fff}.timeline svg{width:17px}.timeline div div{display:grid;height:max-content}.timeline small{color:var(--muted)}.delivery-card p{display:flex;gap:8px;color:var(--muted)}.delivery-card svg{width:18px;color:var(--red)}.delivery-card>div{display:flex;justify-content:space-between}.delivery-card>small{display:block;color:var(--muted);margin-top:18px}.logout{display:flex;align-items:center;gap:13px;border:1px solid #ffd7d8;background:#fff;color:var(--red);padding:17px;border-radius:15px}.logout span{flex:1;text-align:right}.toast-stack{position:fixed;left:20px;bottom:85px;z-index:100;display:grid;gap:8px}.toast{background:#231a19;color:#fff;padding:12px 14px;border-radius:13px;box-shadow:var(--shadow);display:flex;align-items:center;gap:9px;min-width:280px}.toast>svg{color:#59d58e}.toast button{border:0;background:transparent;color:#fff;margin-right:auto}.toast button svg{width:16px}.dialog-backdrop{position:fixed;inset:0;background:#0008;z-index:90;display:grid;place-items:center;padding:15px}.dialog{background:#fff;border-radius:20px;width:min(500px,100%);padding:20px}.dialog header{display:flex;justify-content:space-between}.dialog header button{border:0;background:transparent}.ui-badge{border-radius:20px;padding:4px 8px}.ui-badge.red{background:#ffe7e8;color:var(--red)}.loader{display:flex;align-items:center;justify-content:center;gap:8px;padding:40px}.loader svg{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}@media(max-width:900px){.location-button,.desktop-nav{display:none}.checkout-layout,.tracking-layout{grid-template-columns:1fr}.checkout-summary{position:static}.quick-actions{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.site-header{height:68px}.header-inner{gap:8px}.brand img{width:45px;height:45px}.brand strong{font-size:18px}.icon-button{margin-right:auto}.cart-pill,.site-footer{display:none}.hero{padding:28px 0 54px}.hero-grid{display:grid;grid-template-columns:1fr .65fr;gap:8px}.hero-visual{display:block}.hero-visual:before{display:none}.hero-visual img{height:230px;border-radius:60px 12px}.hero h1{font-size:32px}.hero-copy>p{font-size:13px;line-height:1.7}.hero-cta{padding:10px 14px}.home-search{margin-top:-23px}.home-search button{padding:9px 13px}.quick-actions{gap:8px}.quick-actions a{display:grid;text-align:center;justify-items:center;padding:12px 5px;font-size:11px}.categories-row{display:flex}.category-card{min-width:102px}.product-footer strong{font-size:12px}.add-small span{display:none}.add-small{font-size:0}.large-category>img{width:62px;height:62px}.form-grid{grid-template-columns:1fr}.wide{grid-column:auto}.form-section{padding:16px}.checkout-page{padding-inline:0}.sticky-add{bottom:68px}.product-page{padding-bottom:0}.tracking-head{padding:22px 12px}.tracking-head h1{font-size:24px}.tracking-card,.delivery-card{padding:17px}.order-row>b{display:none}.nav-cart .nav-icon{background:var(--red);color:#fff;width:45px;height:45px;border-radius:16px;display:grid;place-items:center;margin-top:-22px;box-shadow:0 8px 20px #d7192055}.nav-icon{position:relative}.nav-icon>b{position:absolute;top:-6px;left:-8px;background:var(--taboula-yellow);color:#3b2200;width:18px;height:18px;border-radius:50%;display:grid;place-items:center;font-size:9px}.toast-stack{right:12px;left:12px}.toast{min-width:0}.bottom-nav{grid-template-columns:repeat(5,1fr)}}.hero-image-slider{position:relative;width:100%;height:440px}.hero-visual .hero-image-slider>img{position:absolute;inset:0;width:100%;height:100%;opacity:0;transition:opacity .55s ease;pointer-events:none}.hero-visual .hero-image-slider>img.active{opacity:1;pointer-events:auto}.hero-image-dots{position:absolute;z-index:2;bottom:12px;left:50%;transform:translate(-50%);display:flex;gap:5px;direction:ltr}.hero-image-dots button{width:6px;height:6px;padding:0;border:0;border-radius:50%;background:#fff9;box-shadow:0 1px 4px #0003}.hero-image-dots button.active{background:var(--taboula-yellow);transform:scale(1.25)}@media(max-width:600px){.hero-image-slider{height:230px}}@media(prefers-reduced-motion:reduce){.hero-visual .hero-image-slider>img{transition:none}}@media(max-width:900px){.hero{padding:clamp(26px,5vw,42px) 0 clamp(44px,7vw,58px)}.hero .hero-grid{display:grid;grid-template-columns:minmax(0,3fr) minmax(0,2fr);align-items:center;gap:clamp(10px,3vw,32px)}.hero .hero-copy{min-width:0}.hero .hero-visual{display:block;min-width:0}.hero .hero-visual:before{display:block;inset:clamp(-12px,-1.5vw,-7px) clamp(14px,4vw,34px) clamp(9px,2vw,16px) clamp(-10px,-1vw,-5px);border-width:clamp(2px,.4vw,3px);border-radius:clamp(22px,5vw,42px)}.hero .hero-image-slider{height:clamp(210px,42vw,330px)}.hero .hero-visual .hero-image-slider>img{object-fit:cover;border-radius:clamp(22px,5vw,38px) clamp(12px,4vw,38px) clamp(22px,5vw,38px) clamp(8px,2vw,10px)}.hero .eyebrow{padding:clamp(4px,1vw,7px) clamp(7px,1.6vw,12px);font-size:clamp(8px,1.7vw,12px);white-space:nowrap}.hero h1{font-size:clamp(27px,5.8vw,48px);line-height:1.22;letter-spacing:clamp(-2px,-.2vw,-1px);margin:clamp(10px,2vw,18px) 0 clamp(7px,1.5vw,13px)}.hero .hero-copy>p{font-size:clamp(11px,2vw,15px);line-height:1.65;margin:0 0 clamp(10px,2vw,17px)}.hero .hero-cta{font-size:clamp(10px,1.8vw,14px);padding:clamp(7px,1.4vw,11px) clamp(10px,2vw,17px);gap:clamp(4px,1vw,8px);white-space:nowrap}.hero .hero-cta svg{width:clamp(13px,2vw,18px)}.hero-image-dots{bottom:clamp(7px,1.5vw,11px)}}@media(max-width:430px){.hero{padding:clamp(22px,7vw,28px) 0 clamp(40px,12vw,52px)}.hero .hero-grid{grid-template-columns:minmax(0,58fr) minmax(0,42fr);gap:clamp(7px,2.5vw,11px)}.hero .hero-image-slider{height:clamp(172px,50vw,215px)}.hero .hero-visual .hero-image-slider>img{object-position:center bottom}.hero h1{font-size:clamp(24px,7vw,30px);line-height:1.18}.hero .hero-copy>p{font-size:clamp(9px,2.8vw,12px);line-height:1.55}.hero .hero-cta{border-radius:clamp(8px,3vw,12px)}.hero-image-dots button{width:5px;height:5px}}.location-picker{display:grid;gap:8px;margin-bottom:16px}.location-map{height:320px;width:100%;border-radius:16px;border:1px solid var(--border);z-index:1}.location-marker{font-size:30px;filter:drop-shadow(0 3px 3px #0005)}.locate-btn{justify-self:start;border:0;background:#fff0ed;color:var(--red);border-radius:11px;padding:9px 13px;display:flex;align-items:center;gap:6px;font-weight:800}.locate-btn svg{width:17px}.location-picker small{color:var(--muted)}.delivery-out{background:#fff0ed;color:var(--red);padding:12px;border-radius:12px;font-weight:700}@media(max-width:600px){.location-map{height:260px}}.auth-card{max-width:470px;margin:auto;background:#fff;border:1px solid var(--border);border-radius:22px;padding:25px;display:grid;gap:14px}.auth-card label,.address-form label{display:grid;gap:6px;font-weight:700}.auth-card input,.address-form input,.address-form select{padding:11px;border:1px solid var(--border);border-radius:10px}.text-button{border:0;background:transparent;color:var(--red)}.address-list{display:grid;gap:10px}.address-list article{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--border);padding:16px;border-radius:15px}.address-list article>div{flex:1}.address-list p{margin:3px 0;color:var(--muted)}.address-list span{background:#e3f5eb;color:#14703e;border-radius:12px;padding:3px 7px;margin-right:7px;font-size:9px}.address-list button{border:0;border-radius:8px;padding:7px}.address-list svg{width:16px}.address-form{margin-top:18px}.quote-ok{background:#e3f5eb;color:#14703e;padding:10px;border-radius:10px}.settings-section{margin-top:28px}.settings-section h2{font-size:15px;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:10px}.danger-zone-card{display:flex;align-items:flex-start;gap:14px;background:#fff5f4;border:1px solid #ffd7d8;border-radius:15px;padding:18px;flex-wrap:wrap}.danger-zone-card>svg{color:var(--red-dark);flex:none;width:26px;height:26px;margin-top:2px}.danger-zone-card>div{flex:1;min-width:200px}.danger-zone-card h3{margin:0 0 4px}.danger-zone-card p{margin:0;color:var(--muted);font-size:13.5px;line-height:1.7}.btn.danger{background:var(--red-dark);color:#fff;flex:none}.btn.danger:disabled,.btn:disabled{opacity:.55;cursor:not-allowed}.modal-check{display:flex;align-items:flex-start;gap:9px;text-align:right;font-size:13.5px;background:var(--cream);border-radius:12px;padding:12px 14px;margin:14px 0;cursor:pointer}.modal-check input{margin-top:3px}.modal-actions{display:flex;gap:10px}.modal-actions .btn{flex:1}.order-history-page{max-width:900px}.history-list{display:grid;gap:14px}.history-list>article,.history-details{background:#fff;border:1px solid #eadfdb;border-radius:18px;padding:18px}.history-list header{display:flex;justify-content:space-between}.history-list h2,.history-list p{margin:0}.history-list h2{font-size:18px}.history-list p{font-size:11px;color:#8b7a75}.history-list article>div{display:flex;gap:8px;flex-wrap:wrap;margin:15px 0}.history-list article>div>span{background:#faf5f2;border-radius:8px;padding:6px 9px;font-size:11px}.history-list footer{display:flex;justify-content:space-between;align-items:center}.history-list footer a{color:#a91d22;display:flex;align-items:center}.history-list footer svg{width:17px}.history-status{display:inline-flex;border-radius:20px;padding:6px 11px;font-size:11px;font-weight:800;background:#eee}.history-status.pending{background:#fff0d3;color:#805600}.history-status.confirmed,.history-status.preparing{background:#e8f1ff;color:#1760a1}.history-status.ready{background:#eee8ff;color:#6334a1}.history-status.out_for_delivery,.history-status.delivered{background:#e3f5eb;color:#14703e}.history-status.cancelled{background:#f3e7e7;color:#9d2529}.history-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.history-summary span,.history-summary>strong{background:#faf7f5;border-radius:10px;padding:11px;display:grid;font-size:11px}.history-summary>strong{grid-column:1/-1;background:#fff0ed;color:#a91d22;display:flex;justify-content:space-between}.history-products,.history-address,.order-review{border-top:1px solid #eee3df;margin-top:18px;padding-top:16px}.history-products article{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #f2ebe8}.history-products article>div{display:grid}.history-products small{color:#887873}.history-address h3{display:flex;align-items:center;gap:6px}.history-address svg{width:18px}.review-stars{display:flex;direction:ltr;justify-content:flex-end}.review-stars button{border:0;background:none;color:#ddd;padding:3px}.review-stars button.selected{color:#f1b525}.review-stars svg{width:30px}.order-review textarea{width:100%;border:1px solid #e4d9d5;border-radius:10px;padding:11px;min-height:90px;margin:8px 0}@media(max-width:600px){.history-summary{grid-template-columns:1fr 1fr}.history-list header{gap:10px}.history-list h2{font-size:15px}}html,body,#root{max-width:100%;overflow-x:hidden}button,a,input,select,textarea{min-width:0}textarea,input,select{max-width:100%}.notification-bell{position:relative}.notification-bell>b{position:absolute;top:-5px;left:-5px;background:var(--gold);color:#321d00;border-radius:50%;min-width:18px;height:18px;display:grid;place-items:center;font-size:9px}.notification-backdrop{position:fixed;inset:0;border:0;background:#0007;z-index:80}.notification-center{position:fixed;z-index:81;top:0;bottom:0;left:0;width:min(410px,100%);background:#fff;padding:18px;overflow:auto}.notification-center>header{display:flex;justify-content:space-between;border-bottom:1px solid var(--border);padding-bottom:12px}.notification-center h2{margin:0}.notification-center header button{border:0;border-radius:8px}.notification-center>div{display:grid;margin-top:10px}.notification-center>div>button{display:grid;text-align:right;border:0;border-bottom:1px solid var(--border);background:#fff;padding:13px}.notification-center>div>button.unread{background:#fff8ee}.notification-center span,.notification-center small{color:var(--muted);font-size:11px}.read-all{border:0;background:none;color:var(--red);padding:10px}.notification-empty{text-align:center;color:var(--muted)}.chips{display:flex;align-items:center;gap:10px;overflow-x:auto;overflow-y:hidden;padding:4px 2px 14px;scrollbar-width:thin;scrollbar-color:#c9bbb5 transparent;overscroll-behavior-inline:contain}.chips button{flex:0 0 auto;width:max-content;min-width:max-content;max-width:none;min-height:44px;padding:9px 18px;line-height:1.35;font-weight:700;text-align:center;white-space:nowrap;overflow:visible}.chips::-webkit-scrollbar{height:6px}.chips::-webkit-scrollbar-thumb{background:#c9bbb5;border-radius:999px}.chips::-webkit-scrollbar-track{background:transparent}.offline-banner{position:fixed;top:0;inset-inline:0;z-index:120;background:#3b2725;color:#fff;text-align:center;padding:8px;font-size:12px;font-weight:800;padding-top:calc(8px + env(safe-area-inset-top))}.site-header{padding-top:env(safe-area-inset-top);height:calc(76px + env(safe-area-inset-top))}@media(max-width:600px){.site-header{height:calc(68px + env(safe-area-inset-top))}}.route-loader{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.route-loader span{height:240px;border-radius:20px;background:linear-gradient(90deg,#eee6e2,#fff,#eee6e2);background-size:200%;animation:shimmer 1.3s infinite}.fatal-error{min-height:100vh;display:grid;place-content:center;text-align:center;padding:24px}.fatal-error div{display:flex;justify-content:center;gap:10px}.fatal-error button,.fatal-error a{border:0;border-radius:12px;padding:12px 18px;background:var(--red);color:#fff}@media(max-width:768px){.container{width:min(100% - 24px,1180px)}.page{padding-bottom:calc(92px + env(safe-area-inset-bottom))}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card,.large-category,.cart-item,.form-section,.summary{min-width:0}.product-image img,.category-card img,.large-category img,.details-image img{object-fit:cover}.checkout-layout,.cart-layout,.tracking-layout,.details-grid{grid-template-columns:1fr}.checkout-page{padding-inline:12px}.summary{width:100%}.location-map{max-width:100%}.sticky-add{bottom:calc(68px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom)}.bottom-nav{height:calc(68px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom)}.auth-card,.address-form{width:100%;max-width:100%}.history-details{overflow:hidden}}@media(max-width:430px){.container{width:calc(100% - 20px)}.header-inner{gap:6px}.brand small{display:none}.section-head{gap:8px}.section-head h2{font-size:clamp(19px,6vw,23px)}.section-head p{font-size:10px}.products-grid{gap:9px}.product-image{height:clamp(130px,40vw,170px)}.product-content h3{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:38px}.product-footer{gap:4px}.large-category{gap:10px}.cart-item{grid-template-columns:68px minmax(0,1fr);padding:10px}.cart-item img{width:68px;height:68px}.form-section,.summary{padding:14px}.option-list button{min-height:48px}.details-image img{height:min(88vw,370px)}.history-summary{grid-template-columns:1fr 1fr}.review-stars button{min-width:42px;min-height:42px}.notification-center{width:100%}}@media(max-width:360px){.container{width:calc(100% - 16px)}.hero .hero-grid{grid-template-columns:minmax(0,60fr) minmax(0,40fr);gap:6px}.hero h1{font-size:clamp(21px,7vw,25px)}.hero .hero-copy>p{font-size:9px}.hero .hero-image-slider{height:165px}.product-content{padding:9px}.product-footer strong{font-size:11px}.page-title h1{font-size:25px}}@media(max-width:600px){.site-footer{display:block;visibility:visible;height:auto;min-height:0;overflow:visible;margin-top:32px;margin-bottom:calc(68px + env(safe-area-inset-bottom,0px));padding:16px 0 18px}.site-footer .container{display:grid;grid-template-columns:1fr;justify-items:center;gap:6px;text-align:center}.site-footer .brand{justify-content:center}.site-footer .brand img{width:44px;height:44px}.site-footer p{max-width:310px;margin:0 auto;font-size:clamp(11px,3.3vw,13px);line-height:1.55}.site-footer a{display:inline-flex;min-height:28px;align-items:center;font-size:16px}.site-footer small{margin:1px 0 0;font-size:10px;line-height:1.4}}html[data-theme=dark]{--text-primary: #f8efec;--text-muted: #c6b6b1;--surface: #261d1b;--ink: #f8efec;--muted: #c6b6b1;--border: #4b3a36;--white: #261d1b;--cream: #3a2925;--shadow: 0 12px 34px rgba(0, 0, 0, .28);background:#171110;color:#f8efec}html[data-theme=dark] body,html[data-theme=dark] main{background:#171110;color:#f8efec}html[data-theme=dark] .site-header,html[data-theme=dark] .bottom-nav,html[data-theme=dark] .product-card,html[data-theme=dark] .category-card,html[data-theme=dark] .large-category,html[data-theme=dark] .home-search,html[data-theme=dark] .search-field,html[data-theme=dark] .form-section,html[data-theme=dark] .summary,html[data-theme=dark] .checkout-card,html[data-theme=dark] .tracking-card,html[data-theme=dark] .delivery-card,html[data-theme=dark] .auth-card,html[data-theme=dark] .address-list article,html[data-theme=dark] .history-list>article,html[data-theme=dark] .history-details,html[data-theme=dark] .profile-links a,html[data-theme=dark] .empty-state,html[data-theme=dark] .empty,html[data-theme=dark] .dialog,html[data-theme=dark] .notification-center{background:#261d1b;color:#f8efec;border-color:#4b3a36}html[data-theme=dark] input,html[data-theme=dark] textarea,html[data-theme=dark] select,html[data-theme=dark] .option-list button,html[data-theme=dark] .quantity,html[data-theme=dark] .btn.secondary{background:#1d1614;color:#f8efec;border-color:#4b3a36}html[data-theme=dark] .history-list article>div>span,html[data-theme=dark] .history-summary span,html[data-theme=dark] .history-summary>strong{background:#332522}html[data-theme=dark] .page-title p,html[data-theme=dark] .product-content p,html[data-theme=dark] .profile-head p,html[data-theme=dark] .history-list p,html[data-theme=dark] .history-products small,html[data-theme=dark] .address-list p{color:#c6b6b1}.theme-toggle{width:100%;border:1px solid var(--border);background:var(--surface);color:var(--ink);border-radius:15px;padding:15px 17px;display:flex;align-items:center;gap:13px;font-weight:700;text-align:right}.theme-toggle span{flex:1}.theme-toggle svg{width:21px;color:var(--red)}.theme-toggle b{color:var(--muted);font-size:11px}
