:root{--wiz-orange:#ff5a00;--wiz-bg:#f7f7f8;--wiz-text:#191919;--wiz-muted:#737373;--wiz-line:#ececef;--wiz-card:#fff;--wiz-shadow:0 10px 30px rgba(20,20,30,.07)}
*{box-sizing:border-box}.wiz-app-body{background:var(--wiz-bg);color:var(--wiz-text);padding-bottom:92px;-webkit-font-smoothing:antialiased}.wiz-app-body #footer,.wiz-app-body .scrollup{display:none!important}.wiz-app-container{width:min(100%,1220px);margin:0 auto;padding-inline:16px}.wiz-app-header{position:sticky;top:0;z-index:1040;background:rgba(255,255,255,.95);backdrop-filter:saturate(180%) blur(16px);border-bottom:1px solid rgba(0,0,0,.04)}.wiz-header-row{height:64px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px}.wiz-brand{display:flex;align-items:center;gap:6px;color:var(--wiz-orange);font-weight:900;font-size:21px;line-height:1;text-decoration:none}.wiz-brand:hover{color:var(--wiz-orange)}.wiz-brand img{display:block;width:42px;height:32px;object-fit:contain}.wiz-location-button{min-width:0;max-width:360px;justify-self:center;border:0;background:#f6f6f7;border-radius:16px;padding:8px 10px;display:flex;align-items:center;gap:7px;color:var(--wiz-text);cursor:pointer}.wiz-location-pin{width:26px;height:26px;border-radius:10px;background:#fff1e8;display:grid;place-items:center;flex:0 0 auto}.wiz-location-pin svg{width:16px;fill:var(--wiz-primary,var(--wiz-orange))}.wiz-location-copy{display:flex;flex-direction:column;min-width:0;text-align:start}.wiz-location-copy small{font-size:10px;color:#858585;line-height:1.2}.wiz-location-copy strong{display:block;max-width:190px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px}.wiz-chevron{width:16px;fill:none;stroke:currentColor;stroke-width:2;flex:0 0 auto}.wiz-notification-button{position:relative;width:42px;height:42px;border-radius:14px;display:grid;place-items:center;color:#222;background:#fff;border:1px solid #eee}.wiz-notification-button svg{width:22px;fill:none;stroke:currentColor;stroke-width:1.8}.wiz-notification-button span{position:absolute;top:-4px;inset-inline-end:-4px;background:var(--wiz-primary,var(--wiz-orange));color:#fff;border:2px solid #fff;border-radius:999px;min-width:19px;height:19px;display:grid;place-items:center;font-size:10px;font-weight:800}.wiz-search-form{height:48px;margin-bottom:12px;display:flex;align-items:center;gap:10px;background:#f2f2f4;border:1px solid transparent;border-radius:15px;padding-inline:14px;transition:.2s}.wiz-search-form:focus-within{background:#fff;border-color:rgba(255,90,0,.35);box-shadow:0 0 0 4px rgba(255,90,0,.08)}.wiz-search-form svg{width:21px;fill:none;stroke:#6b6b6f;stroke-width:1.8}.wiz-search-form input{border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;width:100%;height:100%;font-size:14px;color:#222;text-align:start}.wiz-home-content{padding-top:14px}.wiz-hero{margin-bottom:24px}.wiz-hero-swiper{overflow:visible}.wiz-hero-swiper .swiper-wrapper{align-items:stretch}.wiz-hero-swiper .swiper-slide{width:calc(100% - 22px)}.wiz-hero-card{position:relative;display:block;height:var(--wiz-hero-height,178px);border-radius:22px;overflow:hidden;background:#ddd;box-shadow:var(--wiz-shadow);border:1px solid rgba(0,0,0,.04)}.wiz-hero-card picture,.wiz-hero-card img{display:block;width:100%;height:100%;object-fit:cover}.wiz-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.08),rgba(0,0,0,.64))}.wiz-hero-position-left .wiz-hero-overlay{background:linear-gradient(-90deg,rgba(0,0,0,.08),rgba(0,0,0,.64))}.wiz-hero-position-center .wiz-hero-overlay{background:rgba(0,0,0,.34)}.wiz-hero-content{position:absolute;inset-block:0;inset-inline-start:0;width:min(64%,420px);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:22px;color:var(--wiz-text-color,#fff)}.wiz-hero-position-left .wiz-hero-content{inset-inline-start:auto;inset-inline-end:0}.wiz-hero-position-center .wiz-hero-content{inset-inline:0;margin:auto;align-items:center;text-align:center}.wiz-hero-content strong{font-size:clamp(22px,4vw,38px);line-height:1.15;font-weight:900}.wiz-hero-content small{font-size:13px;margin-top:8px;opacity:.94}.wiz-hero-content em{margin-top:14px;background:var(--wiz-button-color,#fff);color:var(--wiz-button-text,#ff5a00);padding:9px 16px;border-radius:11px;font-style:normal;font-size:12px;font-weight:800}.wiz-hero .swiper-pagination{bottom:8px!important}.wiz-hero .swiper-pagination-bullet{width:6px;height:6px;background:#fff;opacity:.55}.wiz-hero .swiper-pagination-bullet-active{width:18px;border-radius:99px;opacity:1}.wiz-home-section{margin-block:0 27px}.wiz-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:13px}.wiz-section-heading h2{margin:0;font-size:19px;font-weight:900;line-height:1.2;color:#1c1c1e}.wiz-section-heading p{margin:4px 0 0;color:#8a8a8e;font-size:12px}.wiz-section-heading>a{color:var(--wiz-primary,var(--wiz-orange));font-size:12px;font-weight:800;white-space:nowrap}.wiz-scroll-track{display:flex;gap:12px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;scrollbar-width:none;padding:2px 1px 7px;overscroll-behavior-inline:contain}.wiz-scroll-track::-webkit-scrollbar{display:none}.wiz-scroll-track>*{scroll-snap-align:start}.wiz-categories-track{gap:10px}.wiz-category-item{flex:0 0 calc((100% - 40px)/5);min-width:58px;text-align:center;color:#252525;text-decoration:none}.wiz-category-item span{width:100%;aspect-ratio:1;border-radius:50%;display:block;overflow:hidden;background:#fff;border:1px solid #ededf0;box-shadow:0 4px 15px rgba(0,0,0,.04);transition:transform .2s}.wiz-category-item:active span{transform:scale(.94)}.wiz-category-item img{width:100%;height:100%;object-fit:cover}.wiz-category-item strong{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin-top:7px;font-size:11px;line-height:1.3;font-weight:700}.wiz-reels-track{gap:11px}.wiz-reel-card{position:relative;flex:0 0 39%;max-width:185px;aspect-ratio:.64;border-radius:19px;overflow:hidden;background:#222;color:#fff;box-shadow:0 8px 22px rgba(0,0,0,.12)}.wiz-reel-card>img{width:100%;height:100%;object-fit:cover}.wiz-reel-gradient{position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(0,0,0,.78))}.wiz-reel-card>b{position:absolute;top:10px;inset-inline-start:10px;background:var(--wiz-primary,var(--wiz-orange));color:#fff;border-radius:9px;padding:5px 7px;font-size:11px}.wiz-reel-play{position:absolute;inset:0;margin:auto;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.9);color:var(--wiz-primary,var(--wiz-orange));box-shadow:0 6px 20px rgba(0,0,0,.2)}.wiz-reel-play svg{width:23px;fill:currentColor}.wiz-reel-info{position:absolute;inset-inline:11px;bottom:12px;display:flex;flex-direction:column}.wiz-reel-info strong{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wiz-reel-info small{font-size:10px;opacity:.84;margin-top:2px}.wiz-coupon-card{flex:0 0 82%;max-width:350px;min-height:126px;background:var(--coupon-bg);border-radius:20px;padding:16px;display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid rgba(0,0,0,.04);overflow:hidden;position:relative}.wiz-coupon-card:before,.wiz-coupon-card:after{content:"";position:absolute;width:24px;height:24px;border-radius:50%;background:var(--wiz-bg);inset-inline-end:92px}.wiz-coupon-card:before{top:-12px}.wiz-coupon-card:after{bottom:-12px}.wiz-coupon-card>div{display:flex;flex-direction:column;min-width:0}.wiz-coupon-card>div span{font-size:11px;color:#666}.wiz-coupon-card>div strong{font-size:21px;font-weight:900;margin:4px 0}.wiz-coupon-card>div small{font-size:10px;color:#6d6d6d}.wiz-copy-coupon{border:0;border-inline-start:1px dashed rgba(0,0,0,.18);background:transparent;align-self:stretch;min-width:92px;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-inline-start:14px}.wiz-copy-coupon small{font-size:9px;color:#777}.wiz-copy-coupon b{font-size:12px;margin-top:5px;color:#222;letter-spacing:.6px}.wiz-stores-track{gap:10px}.wiz-store-mini-card{flex:0 0 calc((100% - 30px)/4);min-width:88px;background:#fff;border:1px solid #ececf0;border-radius:16px;padding:11px 8px 10px;color:#252525;text-align:center;box-shadow:0 5px 16px rgba(0,0,0,.035);overflow:hidden}.wiz-store-mini-logo{width:54px;height:54px;border-radius:50%;overflow:hidden;display:block;margin:0 auto 8px;background:#f5f5f5;border:1px solid #eee}.wiz-store-mini-logo img{width:100%;height:100%;object-fit:cover}.wiz-store-mini-card>strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:11px}.wiz-store-mini-card>small{display:block;white-space:nowrap;font-size:8.5px;margin-top:5px;color:#6f6f73}.wiz-store-mini-card small i{font-style:normal;color:#f4a900}.wiz-stores-cover .wiz-store-mini-card{flex-basis:68%;max-width:280px;padding:0 0 12px}.wiz-store-mini-cover{display:block;width:100%;height:96px;overflow:hidden}.wiz-store-mini-cover img{width:100%;height:100%;object-fit:cover}.wiz-stores-cover .wiz-store-mini-logo{margin-top:-27px;border:3px solid #fff;width:58px;height:58px}.wiz-nearby-track{gap:14px}.wiz-nearby-card{flex:0 0 88%;max-width:430px;background:#fff;border-radius:21px;overflow:hidden;color:#1c1c1e;border:1px solid #ececef;box-shadow:0 8px 25px rgba(0,0,0,.055)}.wiz-nearby-cover{position:relative;display:block;aspect-ratio:1.92;background:#eee;overflow:hidden}.wiz-nearby-cover>img{width:100%;height:100%;object-fit:cover}.wiz-nearby-cover>b{position:absolute;bottom:10px;inset-inline-start:10px;background:var(--wiz-primary,var(--wiz-orange));color:#fff;border-radius:10px;padding:6px 9px;font-size:10px}.wiz-nearby-heart{position:absolute;top:10px;inset-inline-end:10px;width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.94);border:0;display:grid;place-items:center;font-size:18px}.wiz-nearby-info{display:block;padding:12px 14px 14px}.wiz-nearby-title{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:9px}.wiz-nearby-title img{width:44px;height:44px;border-radius:14px;object-fit:cover;border:1px solid #eee}.wiz-nearby-title strong{font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wiz-nearby-title em{font-size:9px;font-style:normal;font-weight:800;padding:5px 7px;border-radius:8px}.wiz-nearby-title em.is-open{background:#e8f8ed;color:#19964b}.wiz-nearby-title em.is-closed{background:#f4f4f5;color:#777}.wiz-nearby-info>small{display:block;margin:8px 0;color:#7a7a7e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:11px}.wiz-nearby-meta{display:flex;gap:10px;flex-wrap:wrap;font-size:10px;color:#555}.wiz-nearby-meta i{font-style:normal}.wiz-nearby-meta i:first-child{color:#f2a900}.wiz-nearby-fee{display:block;border-top:1px solid #f0f0f2;margin-top:10px;padding-top:9px;font-size:10px;color:#6d6d70}.wiz-products-track{gap:11px}.wiz-product-card{flex:0 0 47%;max-width:225px;background:#fff;border-radius:18px;border:1px solid #ececf0;overflow:hidden;box-shadow:0 6px 18px rgba(0,0,0,.035)}.wiz-product-media{position:relative;aspect-ratio:1;background:#fafafa;overflow:hidden}.wiz-product-media>a,.wiz-product-media img{display:block;width:100%;height:100%}.wiz-product-media img{object-fit:contain;padding:8px}.wiz-product-discount{position:absolute;top:8px;inset-inline-start:8px;background:#ffede3;color:var(--wiz-primary,var(--wiz-orange));border-radius:8px;padding:5px 7px;font-size:9px;font-weight:900}.wiz-product-heart{position:absolute;top:7px;inset-inline-end:7px;width:31px;height:31px;border-radius:50%;border:0;background:rgba(255,255,255,.94);display:grid;place-items:center}.wiz-product-body{padding:10px}.wiz-product-title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;min-height:34px;color:#222;font-size:12px;font-weight:800;line-height:1.4}.wiz-product-store{display:block;color:#949499;font-size:9.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:3px}.wiz-product-meta{display:flex;justify-content:space-between;gap:6px;color:#777;font-size:9px;margin-top:7px}.wiz-product-meta i{font-style:normal;color:#f2a900}.wiz-product-footer{min-height:42px;display:flex;align-items:flex-end;justify-content:space-between;gap:5px;margin-top:7px}.wiz-product-price{display:flex;flex-direction:column;min-width:0}.wiz-product-price strong{font-size:13px;font-weight:900;color:#202024;white-space:nowrap}.wiz-product-price del{font-size:9px;color:#aaa}.wiz-add-button{width:34px;height:34px;border-radius:11px;background:var(--wiz-primary,var(--wiz-orange));color:#fff;border:0;display:grid;place-items:center;font-size:23px;font-weight:400;flex:0 0 auto}.wiz-add-button-text{width:auto;padding-inline:9px;font-size:9px;text-decoration:none}.wiz-service-card{flex:0 0 88%;max-width:390px;background:#fff;border:1px solid #ececf0;border-radius:20px;padding:10px;display:grid;grid-template-columns:105px minmax(0,1fr);gap:12px}.wiz-service-image{border-radius:15px;overflow:hidden;background:#f6f6f6;aspect-ratio:1}.wiz-service-image img{width:100%;height:100%;object-fit:cover}.wiz-service-card>div{min-width:0;display:flex;flex-direction:column;justify-content:center}.wiz-service-badge{align-self:flex-start;background:#fff1e9;color:var(--wiz-primary,var(--wiz-orange));border-radius:7px;padding:4px 7px;font-size:8px;font-weight:800;margin-bottom:4px}.wiz-service-card strong{color:#222;font-size:13px}.wiz-service-card small{color:#8b8b90;font-size:10px;margin-top:3px}.wiz-service-card>div>span:not(.wiz-service-badge){display:flex;gap:10px;color:#777;font-size:9px;margin-top:6px}.wiz-service-card i{font-style:normal}.wiz-service-card>div>div{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:9px}.wiz-service-card>div>div b{font-size:10px}.wiz-service-card>div>div a{background:var(--wiz-primary,var(--wiz-orange));color:#fff;border-radius:9px;padding:7px 10px;font-size:9px;font-weight:800}.wiz-bottom-nav{position:fixed;z-index:1050;bottom:0;left:50%;transform:translateX(-50%);width:min(100%,600px);height:76px;padding:8px 14px calc(8px + env(safe-area-inset-bottom));background:rgba(255,255,255,.97);backdrop-filter:blur(16px);border-top:1px solid #ececef;display:grid;grid-template-columns:repeat(5,1fr);align-items:center;box-shadow:0 -8px 30px rgba(0,0,0,.06)}.wiz-bottom-nav>a{height:56px;color:#8b8b90;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;font-size:9px;text-decoration:none}.wiz-bottom-nav>a i{font-size:20px}.wiz-bottom-nav>a.is-active{color:var(--wiz-primary,var(--wiz-orange));font-weight:800}.wiz-bottom-cart{position:relative}.wiz-bottom-cart .wiz-cart-circle{position:absolute;bottom:15px;width:58px;height:58px;border-radius:50%;background:var(--wiz-primary,var(--wiz-orange));display:grid;place-items:center;color:#fff;border:5px solid #fff;box-shadow:0 6px 18px rgba(255,90,0,.3)}.wiz-bottom-cart .wiz-cart-circle i{font-size:23px}.wiz-bottom-cart .wiz-cart-circle b{position:absolute;top:-3px;inset-inline-start:-3px;background:#fff;color:var(--wiz-primary,var(--wiz-orange));border:2px solid var(--wiz-primary,var(--wiz-orange));border-radius:99px;min-width:20px;height:20px;display:grid;place-items:center;font-size:9px}.wiz-bottom-cart em{font-style:normal;margin-top:35px}.wiz-location-sheet{position:fixed;inset:0;z-index:2000;display:none}.wiz-location-sheet.is-open{display:block}.wiz-sheet-backdrop{position:absolute;inset:0;border:0;background:rgba(0,0,0,.42)}.wiz-location-sheet>section{position:absolute;inset-inline:0;bottom:0;background:#fff;border-radius:26px 26px 0 0;padding:16px 18px calc(22px + env(safe-area-inset-bottom));max-width:600px;margin-inline:auto;box-shadow:0 -20px 50px rgba(0,0,0,.18)}.wiz-sheet-handle{display:block;width:42px;height:4px;border-radius:99px;background:#d9d9dc;margin:0 auto 14px}.wiz-sheet-close{position:absolute;top:15px;inset-inline-end:18px;width:34px;height:34px;border-radius:50%;border:0;background:#f2f2f3;font-size:22px}.wiz-location-sheet h2{font-size:20px;font-weight:900;margin:0}.wiz-location-sheet section>p{color:#777;font-size:12px;margin:7px 0 16px}.wiz-current-location{width:100%;height:48px;border:1px solid rgba(255,90,0,.25);background:#fff6f1;color:var(--wiz-primary,var(--wiz-orange));border-radius:14px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:8px}.wiz-current-location svg{width:20px;fill:none;stroke:currentColor;stroke-width:1.8}.wiz-location-sheet label{display:block;font-size:11px;font-weight:800;margin:15px 0 6px}.wiz-location-sheet input{width:100%;height:48px;border:1px solid #dedee2;border-radius:13px;padding:0 13px;outline:0}.wiz-location-sheet input:focus{border-color:var(--wiz-primary,var(--wiz-orange));box-shadow:0 0 0 4px rgba(255,90,0,.08)}.wiz-save-location{width:100%;height:50px;border:0;border-radius:14px;background:var(--wiz-primary,var(--wiz-orange));color:#fff;font-weight:900;margin-top:13px}.wiz-location-status{min-height:18px!important;margin:8px 0 0!important;text-align:center!important}.wiz-reels-page{position:fixed;inset:0;background:#050505;color:#fff;z-index:1900}.wiz-reels-feed{height:100%;overflow-y:auto;scroll-snap-type:y mandatory;overscroll-behavior-y:contain;scrollbar-width:none}.wiz-reels-feed::-webkit-scrollbar{display:none}.wiz-reel-screen{position:relative;height:100dvh;scroll-snap-align:start;background:#000;overflow:hidden}.wiz-reel-screen video,.wiz-reel-fallback{width:100%;height:100%;object-fit:cover}.wiz-reel-screen-gradient{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.24),transparent 25%,transparent 55%,rgba(0,0,0,.78))}.wiz-reels-back{position:fixed;top:calc(14px + env(safe-area-inset-top));inset-inline-start:14px;z-index:4;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:rgba(0,0,0,.45);color:#fff;font-size:33px}.wiz-reel-sound{position:absolute;top:calc(15px + env(safe-area-inset-top));inset-inline-end:15px;border:0;width:40px;height:40px;border-radius:50%;background:rgba(0,0,0,.42);color:#fff}.wiz-reel-actions{position:absolute;inset-inline-end:12px;bottom:145px;display:flex;flex-direction:column;gap:18px}.wiz-reel-actions button,.wiz-reel-actions a{border:0;background:transparent;color:#fff;display:flex;flex-direction:column;align-items:center;gap:4px;font-size:9px;text-shadow:0 1px 3px #000}.wiz-reel-actions i{font-size:25px}.wiz-reel-caption{position:absolute;inset-inline:15px 72px;bottom:calc(18px + env(safe-area-inset-bottom))}.wiz-reel-vendor{display:flex;align-items:center;gap:9px;color:#fff}.wiz-reel-vendor img{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid #fff}.wiz-reel-caption h1{font-size:19px;margin:11px 0 6px}.wiz-reel-caption p{font-size:12px;line-height:1.5;max-width:520px}.wiz-reel-caption>b{display:block;font-size:17px;margin-top:6px}.wiz-reel-buy{display:block;width:100%;max-width:430px;text-align:center;margin-top:12px;background:var(--wiz-primary,var(--wiz-orange));color:#fff;border-radius:13px;padding:13px;font-weight:900}.wiz-reels-empty{height:100%;display:grid;place-content:center;text-align:center;gap:12px}.wiz-reels-empty a{color:#fff;background:var(--wiz-primary,var(--wiz-orange));padding:10px 18px;border-radius:12px}
@media(min-width:768px){.wiz-app-body{padding-bottom:0}.wiz-app-container{padding-inline:24px}.wiz-bottom-nav{display:none}.wiz-header-row{height:70px}.wiz-search-form{max-width:700px;margin:0 auto 14px}.wiz-home-content{padding-top:20px}.wiz-hero-swiper .swiper-slide{width:100%}.wiz-hero-card{height:320px}.wiz-category-item{flex-basis:100px}.wiz-reel-card{flex-basis:180px}.wiz-coupon-card{flex-basis:350px}.wiz-store-mini-card{flex-basis:150px}.wiz-nearby-card{flex-basis:420px}.wiz-product-card{flex-basis:220px}.wiz-service-card{flex-basis:390px}.wiz-section-heading h2{font-size:24px}.wiz-reels-page{left:50%;right:auto;width:min(100%,600px);transform:translateX(-50%);box-shadow:0 0 70px rgba(0,0,0,.5)}}
@media(max-width:390px){.wiz-app-container{padding-inline:12px}.wiz-brand span{font-size:18px}.wiz-brand img{width:36px}.wiz-location-copy strong{max-width:130px}.wiz-category-item{font-size:10px}.wiz-nearby-card{flex-basis:92%}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}.wiz-reel-screen video{animation:none!important}}
.wiz-bottom-nav svg{width:21px;height:21px;fill:currentColor}.wiz-bottom-nav .wiz-bottom-cart svg{fill:currentColor}

/* Wiz App UI 2.0.2 — mobile shell, RTL header, safe slider, smart search and WhatsApp cart */
html{max-width:100%;overflow-x:hidden!important;background:#eef0f4}body.wiz-app-body{max-width:100%;overflow-x:hidden!important;direction:rtl;margin:0;background:#eef0f4;color:#171719}.wiz-app-body *{min-width:0}.wiz-app-body img,.wiz-app-body video,.wiz-app-body iframe{max-width:100%}.wiz-app-header,.wiz-app-home{width:100%;max-width:520px;margin-inline:auto}.wiz-app-home{position:relative;min-height:calc(100dvh - 126px);background:#f8f8fa;overflow:hidden}.wiz-app-container{width:100%;max-width:100%;padding-inline:14px}.wiz-home-content{overflow:hidden}.wiz-app-header{direction:rtl;background:rgba(255,255,255,.98);border-bottom:0;box-shadow:0 6px 28px rgba(20,23,30,.045)}.wiz-header-row{height:62px;display:flex;flex-direction:row;align-items:center;gap:9px;direction:rtl}.wiz-brand{order:0;flex:0 0 auto;font-size:22px;gap:5px}.wiz-brand img{width:39px;height:30px}.wiz-location-button{order:1;margin-inline:auto;max-width:230px;padding:7px 9px;border-radius:15px;background:#f4f4f6}.wiz-notification-button{order:2;flex:0 0 40px;width:40px;height:40px;border-radius:13px}.wiz-location-copy strong{max-width:145px}.wiz-search-shell{position:relative;padding-bottom:12px}.wiz-search-form{position:relative;height:46px;margin:0;direction:rtl;border-radius:15px;background:#f1f1f4;padding-inline:13px 8px;overflow:visible}.wiz-search-form input{direction:rtl;text-align:right;font-family:inherit;font-size:13px;padding:0}.wiz-search-submit{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border:0;border-radius:11px;background:#fff;color:var(--wiz-primary,var(--wiz-orange));box-shadow:0 3px 10px rgba(0,0,0,.04)}.wiz-search-submit svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2.2}.wiz-smart-search{position:absolute;z-index:1200;inset-inline:0;top:calc(100% - 7px);max-height:min(66vh,520px);overflow:auto;background:#fff;border:1px solid #ececf0;border-radius:18px;box-shadow:0 18px 50px rgba(22,26,35,.16);padding:8px}.wiz-smart-search[hidden]{display:none!important}.wiz-search-group-title{display:flex;align-items:center;justify-content:space-between;padding:8px 9px 5px;color:#85858a;font-size:10px;font-weight:800}.wiz-search-result-item{display:flex;align-items:center;gap:10px;color:#202024;padding:8px;border-radius:12px;text-decoration:none}.wiz-search-result-item:hover,.wiz-search-result-item:focus{background:#f6f6f8;color:#202024}.wiz-search-result-image{width:43px;height:43px;flex:0 0 43px;border-radius:12px;overflow:hidden;background:#f2f2f4;border:1px solid #ededf0}.wiz-search-result-image.is-round{border-radius:50%}.wiz-search-result-image img{width:100%;height:100%;object-fit:cover}.wiz-search-result-copy{display:flex;flex-direction:column;min-width:0;flex:1}.wiz-search-result-copy strong{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wiz-search-result-copy small{font-size:10px;color:#8a8a8e;margin-top:2px}.wiz-search-result-type{font-size:9px;color:var(--wiz-primary,var(--wiz-orange));background:#fff1e9;border-radius:8px;padding:4px 7px;white-space:nowrap}.wiz-search-empty{padding:20px 12px;text-align:center;color:#7c7c81;font-size:12px}.wiz-hero{width:100%;max-width:100%;overflow:hidden!important;margin:0 0 22px}.wiz-hero-swiper{width:100%!important;max-width:100%!important;overflow:hidden!important;border-radius:21px}.wiz-hero-swiper .swiper-wrapper{max-width:100%}.wiz-hero-swiper .swiper-slide{width:100%!important;max-width:100%!important;flex:0 0 100%!important}.wiz-hero-card{width:100%;max-width:100%;height:clamp(165px,46vw,190px);border-radius:21px;box-shadow:0 10px 26px rgba(23,25,31,.09)}.wiz-hero-content{width:min(67%,320px);padding:18px}.wiz-hero-content strong{font-size:clamp(20px,6vw,30px)}.wiz-hero-content small{font-size:11px;line-height:1.45}.wiz-hero-content em{margin-top:10px;padding:8px 13px}.wiz-scroll-track{max-width:100%;-webkit-overflow-scrolling:touch;scrollbar-width:none;touch-action:pan-x;overscroll-behavior-x:contain}.wiz-scroll-track::-webkit-scrollbar{display:none}.wiz-home-section{max-width:100%;overflow:hidden;margin-bottom:24px}.wiz-section-heading{margin-bottom:11px}.wiz-section-heading h2{font-size:18px}.wiz-category-item{flex:0 0 calc((100% - 40px)/5);min-width:0}.wiz-category-item strong{font-size:10px}.wiz-bottom-nav{display:grid!important;direction:rtl;left:50%;right:auto;transform:translateX(-50%);width:min(100%,520px);height:78px;padding:8px 12px calc(8px + env(safe-area-inset-bottom));border-radius:22px 22px 0 0;border:1px solid #ececf0;border-bottom:0;box-shadow:0 -10px 32px rgba(17,19,25,.09)}.wiz-bottom-nav>a{height:55px}.wiz-bottom-nav svg{width:21px;height:21px;fill:none!important;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.wiz-bottom-cart .wiz-cart-circle{bottom:14px;width:61px;height:61px;border:5px solid #fff}.wiz-bottom-cart .wiz-cart-circle svg{width:27px;height:27px;stroke:#fff}.wiz-bottom-cart .wiz-cart-circle b.is-empty{display:none}.wiz-bottom-cart em{margin-top:37px}.wiz-app-toast{direction:rtl;text-align:center}.wiz-page-title-row{height:56px;display:grid;grid-template-columns:38px 1fr 74px;align-items:center;gap:8px}.wiz-page-title-row h1{margin:0;text-align:center;font-size:19px;font-weight:900}.wiz-page-back{width:36px;height:36px;border-radius:12px;background:#fff;color:#222;display:grid;place-items:center;border:1px solid #ececf0}.wiz-page-back svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2}.wiz-simple-page-content,.wiz-cart-content{padding-top:8px;padding-bottom:118px}.wiz-simple-card{background:#fff;border:1px solid #ececf0;border-radius:20px;padding:15px;box-shadow:0 7px 22px rgba(18,20,27,.045)}.wiz-orders-intro,.wiz-account-card{display:flex;align-items:center;gap:12px}.wiz-simple-icon{width:48px;height:48px;border-radius:16px;background:#fff1e9;color:var(--wiz-primary,var(--wiz-orange));display:grid;place-items:center;flex:0 0 48px}.wiz-simple-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8}.wiz-simple-card h2{font-size:15px;margin:0 0 4px;font-weight:900}.wiz-simple-card p{font-size:11px;color:#77777c;line-height:1.55;margin:0}.wiz-guest-orders{display:grid;gap:12px;margin-top:14px}.wiz-guest-order-card{display:block;background:#fff;border:1px solid #ececf0;border-radius:18px;padding:14px;color:#202024;text-decoration:none}.wiz-guest-order-card header{display:flex;align-items:center;justify-content:space-between;gap:12px}.wiz-guest-order-card header strong{font-size:13px}.wiz-guest-order-card header span{font-size:9px;background:#fff1e9;color:var(--wiz-primary,var(--wiz-orange));padding:5px 8px;border-radius:8px}.wiz-guest-order-card div{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px;color:#777;font-size:10px}.wiz-guest-order-card b{color:#202024;font-size:12px}.wiz-empty-state{min-height:360px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px 18px}.wiz-empty-state>span{width:76px;height:76px;border-radius:24px;background:#fff1e9;color:var(--wiz-primary,var(--wiz-orange));display:grid;place-items:center}.wiz-empty-state svg{width:38px;height:38px;fill:none;stroke:currentColor;stroke-width:1.6}.wiz-empty-state h2{font-size:20px;margin:18px 0 5px}.wiz-empty-state p{max-width:310px;color:#7d7d82;font-size:12px;line-height:1.6}.wiz-empty-state a{margin-top:14px;background:var(--wiz-primary,var(--wiz-orange));color:#fff;border-radius:13px;padding:11px 22px;font-size:12px;font-weight:900}.wiz-guest-profile-form{margin-top:13px}.wiz-guest-profile-form label,.wiz-checkout-fields label,.wiz-checkout-vendor label{display:block;font-size:11px;font-weight:800;margin:0 0 6px}.wiz-guest-profile-form input,.wiz-guest-profile-form textarea,.wiz-checkout-fields input,.wiz-checkout-fields textarea,.wiz-checkout-vendor select{width:100%;border:1px solid #dedee3;border-radius:13px;background:#fafafd;outline:0;padding:11px 12px;font:inherit;font-size:12px;direction:rtl}.wiz-guest-profile-form input:focus,.wiz-guest-profile-form textarea:focus,.wiz-checkout-fields input:focus,.wiz-checkout-fields textarea:focus,.wiz-checkout-vendor select:focus{border-color:var(--wiz-primary,var(--wiz-orange));box-shadow:0 0 0 4px rgba(255,90,0,.08);background:#fff}.wiz-guest-profile-form label:not(:first-child){margin-top:12px}.wiz-guest-profile-form button[type=submit]{width:100%;height:48px;border:0;border-radius:14px;background:var(--wiz-primary,var(--wiz-orange));color:#fff;font-weight:900;margin-top:14px}.wiz-form-status{min-height:18px;text-align:center;margin:7px 0 0!important;color:#777!important;font-size:10px!important}.wiz-account-links{margin-top:13px;padding:7px}.wiz-account-links a,.wiz-account-links button{width:100%;height:48px;border:0;border-bottom:1px solid #f0f0f2;background:#fff;color:#252529;display:flex;align-items:center;gap:10px;padding-inline:10px;font-size:12px;text-align:right}.wiz-account-links>*:last-child{border-bottom:0}.wiz-account-links svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7}.wiz-account-links .is-danger{color:#c62828}.wiz-cart-title-row{grid-template-columns:38px 1fr 74px}.wiz-cart-count-label{text-align:left;color:#8a8a8f;font-size:10px}.wiz-delivery-location-card{display:flex;align-items:center;gap:10px;background:#fff4ee;border:1px solid #ffe0d0;border-radius:17px;padding:12px;margin-bottom:13px}.wiz-delivery-location-card>span{width:38px;height:38px;border-radius:13px;background:#fff;color:var(--wiz-primary,var(--wiz-orange));display:grid;place-items:center;flex:0 0 38px}.wiz-delivery-location-card svg{width:20px;height:20px;fill:currentColor}.wiz-delivery-location-card div{display:flex;flex-direction:column;min-width:0}.wiz-delivery-location-card small{font-size:9px;color:#888}.wiz-delivery-location-card strong{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wiz-cart-groups{display:grid;gap:13px}.wiz-cart-store{background:#fff;border:1px solid #ececf0;border-radius:21px;overflow:hidden;box-shadow:0 7px 22px rgba(18,20,27,.045)}.wiz-cart-store-head{height:62px;padding:10px 13px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f0f0f2}.wiz-cart-store-head>div{display:flex;align-items:center;gap:9px}.wiz-cart-store-avatar{width:39px;height:39px;border-radius:13px;background:#fff1e9;color:var(--wiz-primary,var(--wiz-orange));display:grid;place-items:center;font-weight:900}.wiz-cart-store-head small{display:block;color:#929297;font-size:9px}.wiz-cart-store-head strong{display:block;font-size:12px}.wiz-cart-store-head>a{color:var(--wiz-primary,var(--wiz-orange));font-size:10px;font-weight:800}.wiz-cart-items{padding-inline:12px}.wiz-cart-item{display:grid;grid-template-columns:88px minmax(0,1fr);gap:11px;padding:13px 0;border-bottom:1px solid #f0f0f2}.wiz-cart-item:last-child{border-bottom:0}.wiz-cart-item-image{width:88px;height:88px;border-radius:15px;background:#f7f7f8;overflow:hidden}.wiz-cart-item-image img{width:100%;height:100%;object-fit:contain;padding:5px}.wiz-cart-item-info{display:flex;flex-direction:column}.wiz-cart-item-title{color:#222;font-size:12px;font-weight:800;line-height:1.45;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.wiz-cart-item-options{color:#888;font-size:9px;margin-top:3px}.wiz-cart-item-price{font-size:12px;margin-top:5px}.wiz-cart-item-actions{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.wiz-quantity-control{height:34px;display:grid;grid-template-columns:34px 36px 34px;border:1px solid #e1e1e5;border-radius:11px;overflow:hidden;background:#fff}.wiz-quantity-control button{border:0;background:#fff;font-size:18px}.wiz-quantity-control input{width:36px;border:0;text-align:center;font-size:11px;font-weight:900;-moz-appearance:textfield}.wiz-quantity-control input::-webkit-inner-spin-button,.wiz-quantity-control input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.wiz-remove-cart-item{width:34px;height:34px;border:0;border-radius:11px;background:#fff2f2;color:#c62828;display:grid;place-items:center}.wiz-remove-cart-item svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7}.wiz-cart-store-total{display:flex;align-items:center;justify-content:space-between;padding:12px 13px;border-top:1px solid #f0f0f2;font-size:11px}.wiz-cart-store-total strong{font-size:13px}.wiz-cart-store-warning{margin:0;padding:10px 13px;background:#fff7e8;color:#8a5a00;font-size:10px}.wiz-cart-summary-card{margin-top:13px;background:#fff;border:1px solid #ececf0;border-radius:21px;padding:15px}.wiz-cart-summary-card h2{font-size:15px;margin:0 0 12px}.wiz-cart-summary-card>div{display:flex;align-items:center;justify-content:space-between;margin-top:9px;font-size:11px}.wiz-cart-summary-card small{color:#8b8b90}.wiz-cart-summary-total{border-top:1px solid #eeeef1;padding-top:11px;margin-top:12px!important}.wiz-cart-summary-total strong{color:var(--wiz-primary,var(--wiz-orange));font-size:15px}.wiz-cart-checkout-bar{position:fixed;z-index:1035;bottom:78px;left:50%;transform:translateX(-50%);width:min(100%,520px);background:rgba(255,255,255,.98);backdrop-filter:blur(16px);border-top:1px solid #ececf0;padding:10px 14px;display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:center}.wiz-cart-checkout-bar>div{display:flex;flex-direction:column}.wiz-cart-checkout-bar small{font-size:8px;color:#888}.wiz-cart-checkout-bar strong{font-size:13px}.wiz-cart-checkout-bar button{height:48px;border:0;border-radius:14px;background:var(--wiz-primary,var(--wiz-orange));color:#fff;font-weight:900;font-size:12px;display:flex;align-items:center;justify-content:center;gap:8px}.wiz-cart-checkout-bar button:disabled{opacity:.45}.wiz-cart-checkout-bar svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8}.wiz-checkout-sheet{position:fixed;inset:0;z-index:2200;display:none}.wiz-checkout-sheet.is-open{display:block}.wiz-checkout-sheet>section{position:absolute;inset-inline:0;bottom:0;margin-inline:auto;width:min(100%,520px);max-height:90dvh;overflow:auto;background:#fff;border-radius:27px 27px 0 0;padding:15px 15px calc(22px + env(safe-area-inset-bottom));box-shadow:0 -20px 50px rgba(0,0,0,.2)}.wiz-checkout-sheet h2{font-size:19px;margin:0}.wiz-checkout-sheet section>p{font-size:11px;line-height:1.5;color:#777;margin:6px 0 14px}.wiz-checkout-fields{display:grid;grid-template-columns:1fr 1fr;gap:11px}.wiz-checkout-full{grid-column:1/-1}.wiz-checkout-vendors{display:grid;gap:10px;margin-top:14px}.wiz-checkout-vendor{border:1px solid #e8e8ec;border-radius:18px;padding:12px}.wiz-checkout-vendor.is-disabled{background:#f7f7f8;opacity:.7}.wiz-checkout-vendor-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.wiz-checkout-vendor-title>div{display:flex;align-items:center;gap:8px}.wiz-checkout-vendor-title span{width:34px;height:34px;border-radius:11px;background:#fff1e9;color:var(--wiz-primary,var(--wiz-orange));display:grid;place-items:center;font-weight:900}.wiz-checkout-vendor-title strong{font-size:12px}.wiz-checkout-vendor-title small{font-size:9px;color:#888}.wiz-checkout-vendor label{margin-top:9px}.wiz-submit-vendor-order{width:100%;min-height:48px;border:0;border-radius:13px;background:#25d366;color:#fff;font-weight:900;font-size:11px;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:11px;padding:9px}.wiz-submit-vendor-order:disabled{opacity:.55}.wiz-submit-vendor-order svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8}.wiz-checkout-vendor>p{font-size:10px;color:#8b5a00}.wiz-cart-page .wiz-cart-empty{padding-bottom:90px}
@media(max-width:390px){.wiz-app-container{padding-inline:11px}.wiz-brand span{font-size:19px}.wiz-brand img{width:35px}.wiz-location-button{max-width:190px}.wiz-location-copy strong{max-width:112px}.wiz-notification-button{flex-basis:38px;width:38px;height:38px}.wiz-category-item strong{font-size:9px}.wiz-cart-item{grid-template-columns:80px minmax(0,1fr)}.wiz-cart-item-image{width:80px;height:80px}.wiz-checkout-fields{grid-template-columns:1fr}.wiz-checkout-full{grid-column:auto}}
@media(min-width:768px){body.wiz-app-body{padding:18px 0 112px;background:#e9ebef}.wiz-app-header{position:sticky;top:18px;border-radius:28px 28px 0 0;box-shadow:0 14px 45px rgba(20,23,30,.12)}.wiz-app-home{border-radius:0 0 28px 28px;box-shadow:0 20px 55px rgba(20,23,30,.13)}.wiz-app-container{padding-inline:16px}.wiz-header-row{height:64px}.wiz-home-content{padding-top:14px}.wiz-hero-card{height:185px}.wiz-bottom-nav{bottom:18px;border-radius:22px;border-bottom:1px solid #ececf0}.wiz-cart-checkout-bar{bottom:96px}.wiz-location-sheet>section,.wiz-checkout-sheet>section{border-radius:27px}.wiz-reels-page{width:min(100%,520px)}}
