.bc-page{min-height:100vh;background:var(--bc-bg);color:var(--bc-text);font-family:Tajawal,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.bc-page *{box-sizing:border-box;letter-spacing:0}.bc-page a{color:inherit;text-decoration:none}.bc-promo-bar{display:flex;flex-wrap:wrap;justify-content:center;gap:18px;padding:8px 16px;background:var(--bc-primary);color:#fff;font-size:.82rem;font-weight:850}.bc-promo-bar span{display:flex;align-items:center;gap:8px}.bc-header{position:sticky;top:0;z-index:40;display:flex;align-items:center;gap:22px;min-height:70px;padding:12px clamp(16px,4vw,56px);border-bottom:1px solid rgba(15,23,42,.08);background:#fffffff0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transition:transform .28s cubic-bezier(.4,0,.2,1);will-change:transform}.bc-header.is-hidden{transform:translateY(-101%)}.bc-header.is-resizing{transition:none}.bc-brand{display:flex;align-items:center;gap:8px;flex:0 0 auto;min-width:0;font-size:1.12rem;font-weight:950}.bc-brand img,.bc-brand span{width:38px;height:38px;flex:0 0 38px}.bc-brand img{object-fit:contain;border-radius:6px}.bc-brand span{display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:var(--bc-primary);color:#fff}.bc-nav{display:flex;align-items:center;gap:18px;margin-inline-start:0;min-width:0;font-size:.9rem;font-weight:800;color:var(--bc-muted)}.bc-nav a:hover,.bc-nav a:focus{color:var(--bc-primary)}.bc-header-actions{display:flex;align-items:center;gap:10px;margin-inline-start:auto}.bc-header-cta{display:inline-flex;align-items:center;gap:6px;min-height:40px;padding:8px 16px;border-radius:8px;background:var(--bc-primary);color:#fff;font-size:.88rem;font-weight:900}.bc-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:0;border-radius:8px;background:transparent;font-size:1.1rem;cursor:pointer;color:var(--bc-text)}.bc-cart-btn{position:relative}.bc-cart-count{position:absolute;top:-2px;right:-2px;min-width:18px;height:18px;padding:0 5px;border-radius:20px;background:var(--bc-accent);color:#fff;font-size:.68rem;font-weight:950;line-height:18px;text-align:center}.bc-menu-button{display:none}.bc-mobile-nav{position:absolute;top:100%;left:0;right:0;padding:16px clamp(16px,4vw,56px);background:#fff;border-bottom:1px solid rgba(15,23,42,.08);display:flex;flex-direction:column;gap:14px}.bc-mobile-nav a{font-weight:900;color:var(--bc-text)}.bc-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:11px 20px;border:0;border-radius:8px;font:inherit;font-weight:950;cursor:pointer;transition:transform .18s,box-shadow .18s}.bc-button:hover,.bc-button:focus{transform:translateY(-1px)}.bc-button-primary{background:var(--bc-primary);color:#fff;box-shadow:0 12px 28px #1e40af38}.bc-button-soft{background:var(--bc-secondary);color:var(--bc-primary)}.bc-button-soft:hover{background:#dbeafe}.bc-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,380px);gap:36px;align-items:center;padding:72px clamp(18px,5vw,72px);background:linear-gradient(135deg,#eff6ff,#f8fafc)}.bc-pill{display:inline-block;padding:5px 12px;border-radius:20px;background:var(--bc-secondary);color:var(--bc-primary);font-size:.82rem;font-weight:950}.bc-hero h1{margin:18px 0 0;font-size:clamp(2rem,4vw,3.2rem);font-weight:950;line-height:1.1}.bc-hero p{max-width:600px;margin:20px 0 0;color:var(--bc-muted);font-size:1.05rem;line-height:1.85}.bc-hero-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:28px}.bc-hero-visual{position:relative;display:grid;place-items:center;aspect-ratio:1;border-radius:12px;background:var(--bc-secondary);overflow:hidden}.bc-hero-visual img{width:100%;height:100%;object-fit:cover}.bc-hero-visual>i{font-size:4rem;color:var(--bc-primary);opacity:.3}.bc-hero-stat{position:absolute;display:grid;gap:2px;padding:10px 14px;border-radius:8px;background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 8px 24px #0f172a1a}.bc-hero-stat-top{top:16px;right:16px}.bc-hero-stat-bottom{bottom:16px;left:16px}.bc-hero-stat strong{font-size:1.8rem;color:var(--bc-primary)}.bc-hero-stat span{font-size:.82rem;color:var(--bc-muted);font-weight:850}.bc-trust-strip{display:flex;align-items:center;flex-wrap:wrap;justify-content:center;gap:28px;padding:20px clamp(18px,5vw,72px);background:var(--bc-surface);border-bottom:1px solid rgba(15,23,42,.06)}.bc-trust-strip div{display:flex;align-items:center;gap:10px}.bc-trust-strip i{font-size:1.2rem;color:var(--bc-primary)}.bc-trust-strip strong{display:block;font-size:.88rem}.bc-trust-strip small{display:block;font-size:.76rem;color:var(--bc-muted)}.bc-section{padding:64px clamp(18px,5vw,72px)}.bc-section-heading{margin-bottom:28px}.bc-section-heading h2{margin:0;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:950}.bc-section-heading p{margin:10px 0 0;color:var(--bc-muted);line-height:1.75}.bc-category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:14px}.bc-category-grid button{display:flex;flex-direction:column;align-items:flex-start;gap:10px;min-height:90px;padding:18px;border:1px solid rgba(15,23,42,.08);border-radius:8px;background:var(--bc-surface);font:inherit;cursor:pointer;text-align:start;transition:border-color .2s,box-shadow .2s}.bc-category-grid button:hover,.bc-category-grid button:focus{border-color:var(--bc-primary);box-shadow:0 6px 20px #1e40af1a}.bc-category-grid i{font-size:1.2rem;color:var(--bc-primary)}.bc-category-grid strong{font-size:.98rem}.bc-category-grid small{color:var(--bc-muted);font-size:.8rem}.bc-filter-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:24px}.bc-filter-row button{display:inline-flex;align-items:center;gap:7px;min-height:40px;padding:8px 14px;border:1px solid rgba(15,23,42,.1);border-radius:8px;background:#fff;font:inherit;font-weight:900;cursor:pointer;color:var(--bc-muted)}.bc-filter-row button.is-active{border-color:var(--bc-primary);background:var(--bc-primary);color:#fff}.bc-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:18px}.bc-product{border:1px solid rgba(15,23,42,.08);border-radius:8px;background:var(--bc-surface);overflow:hidden;box-shadow:0 12px 30px #0f172a0a}.bc-product img,.bc-product-empty{display:block;width:100%;aspect-ratio:16 / 10;object-fit:cover;background:#eef1ec}.bc-product-empty{display:grid;place-items:center;color:var(--bc-primary);font-size:2rem;opacity:.4}.bc-product-body{padding:16px 18px}.bc-product-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:22px;color:var(--bc-muted);font-size:.8rem;font-weight:850}.bc-product-meta b{color:var(--bc-accent)}.bc-product-body h3{margin:8px 0 6px;font-size:1.08rem;font-weight:950}.bc-product-body p{color:var(--bc-muted);line-height:1.7;margin:0 0 10px;min-height:50px}.bc-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px}.bc-tags span{min-height:24px;padding:3px 8px;border-radius:6px;background:var(--bc-secondary);color:var(--bc-muted);font-size:.75rem;font-weight:850}.bc-product-footer{display:flex;align-items:center;justify-content:space-between;gap:10px}.bc-product-footer strong{color:var(--bc-primary);font-size:1.02rem}.bc-product-footer del{color:var(--bc-muted);font-size:.84rem}.bc-product-actions{display:flex;align-items:center;gap:8px}.bc-product-actions a{min-height:34px;padding:7px 12px;border:1px solid rgba(15,23,42,.14);border-radius:6px;font-size:.84rem;font-weight:900}.bc-product-actions button{min-height:34px;padding:7px 12px;border:0;border-radius:6px;background:var(--bc-primary);color:#fff;font:inherit;font-size:.84rem;font-weight:900;cursor:pointer}.bc-empty-state{grid-column:1 / -1;padding:28px;border:1px dashed rgba(15,23,42,.12);border-radius:8px;color:var(--bc-muted);font-weight:850;text-align:center}.bc-table{border:1px solid rgba(15,23,42,.08);border-radius:8px;overflow:hidden}.bc-table-head,.bc-table-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:12px;padding:13px 18px}.bc-table-head{background:var(--bc-secondary);font-weight:950;font-size:.88rem}.bc-table-row{border-top:1px solid rgba(15,23,42,.05);font-size:.9rem}.bc-table-row strong{color:var(--bc-primary)}.bc-delivery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px}.bc-delivery-grid article{display:grid;gap:5px;padding:16px;border:1px solid rgba(15,23,42,.08);border-radius:8px;background:var(--bc-surface)}.bc-delivery-grid i{color:var(--bc-primary)}.bc-delivery-grid strong{font-size:.98rem}.bc-delivery-grid b{color:var(--bc-primary);font-size:.9rem}.bc-delivery-grid span,.bc-delivery-grid small{color:var(--bc-muted);font-size:.82rem}.bc-offers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}.bc-offer-card{border:1px solid rgba(15,23,42,.08);border-radius:8px;background:var(--bc-surface);overflow:hidden}.bc-offer-image{width:100%;height:160px;object-fit:cover}.bc-offer-body{padding:16px;display:flex;flex-direction:column;gap:8px}.bc-offer-badge{display:inline-block;align-self:flex-start;padding:3px 10px;border-radius:20px;background:var(--bc-accent);color:#fff;font-size:.74rem;font-weight:800}.bc-offer-body h3{font-size:1.05rem}.bc-offer-body p{color:var(--bc-muted);font-size:.88rem}.bc-offer-price{display:flex;align-items:center;gap:8px}.bc-offer-price-after{font-size:1.1rem;color:var(--bc-primary)}.bc-offer-price-before{font-size:.86rem;color:var(--bc-muted);text-decoration:line-through}.bc-offer-expires{display:flex;align-items:center;gap:5px;color:var(--bc-muted);font-size:.78rem}.bc-gallery-grid{display:grid;grid-template-columns:repeat(var(--gallery-cols, 3),1fr);gap:14px}.bc-gallery-item{margin:0;border-radius:8px;overflow:hidden}.bc-gallery-item img{width:100%;display:block;aspect-ratio:4/3;object-fit:cover;transition:transform .3s}.bc-gallery-item:hover img{transform:scale(1.03)}.bc-gallery-item figcaption{padding:10px 14px;font-size:.86rem;font-weight:900;background:var(--bc-surface)}.bc-order{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,420px);gap:30px;align-items:start}.bc-order-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.bc-order-chips button{padding:8px 14px;border:1px solid rgba(15,23,42,.12);border-radius:8px;background:#fff;font:inherit;font-weight:900;cursor:pointer;display:flex;align-items:center;gap:8px}.bc-order-chips strong{color:var(--bc-primary)}.bc-order-form{display:grid;gap:14px;padding:22px;border:1px solid rgba(15,23,42,.08);border-radius:8px;background:var(--bc-surface)}.bc-order-form h3{margin:0;font-size:1.1rem;font-weight:950}.bc-order-form label{display:grid;gap:5px}.bc-order-form label span{font-size:.84rem;font-weight:850;color:var(--bc-muted)}.bc-order-form input{min-height:44px;padding:10px 12px;border:1px solid rgba(15,23,42,.12);border-radius:7px;font:inherit;font-size:.93rem;background:#f9fafb}.bc-order-form input:focus{outline:2px solid var(--bc-primary);outline-offset:1px}.bc-contact{display:grid;grid-template-columns:1fr 1fr;gap:28px}.bc-contact-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.bc-contact-actions a{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:9px 14px;border-radius:8px;background:var(--bc-secondary);color:var(--bc-primary);font-weight:900}.bc-mini-list{display:grid;gap:10px}.bc-mini-list h3{margin:0 0 4px;font-size:1rem;font-weight:950}.bc-mini-list div{display:flex;flex-direction:column;gap:3px;padding:10px 0;border-bottom:1px solid rgba(15,23,42,.06)}.bc-mini-list small{color:var(--bc-muted);font-size:.8rem}.bc-location-address{display:flex;align-items:center;gap:10px;margin:0 0 18px;font-weight:900}.bc-map-two-col{display:grid;grid-template-columns:1fr 1fr;gap:0;border:1px solid rgba(15,23,42,.08);border-radius:8px;overflow:hidden}.bc-map-info{padding:32px;display:flex;flex-direction:column;justify-content:center}.bc-map-title{margin:0 0 10px;font-size:1.5rem;font-weight:950}.bc-map-subtitle{color:var(--bc-muted);margin:0 0 14px}.bc-map-address{display:flex;align-items:center;gap:8px;font-style:normal;font-weight:850;color:var(--bc-muted);margin-bottom:16px}.bc-map-dir-btn{display:inline-flex;align-items:center;gap:8px;padding:9px 14px;border:1px solid var(--bc-primary);border-radius:7px;color:var(--bc-primary);font-weight:950}.bc-map-dir-btn:hover{background:var(--bc-primary);color:#fff}.bc-map-embed{min-height:320px}.bc-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:24px clamp(18px,5vw,72px);border-top:1px solid rgba(15,23,42,.06);font-size:.86rem;color:var(--bc-muted)}.bc-footer a{font-weight:950;color:var(--bc-primary)}@media(max-width:900px){.bc-hero{grid-template-columns:1fr}.bc-hero-visual,.bc-nav{display:none}.bc-menu-button{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:0;border-radius:8px;background:transparent;font-size:1.2rem;cursor:pointer}.bc-order,.bc-contact,.bc-map-two-col{grid-template-columns:1fr}.bc-gallery-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.bc-section{padding:44px 16px}.bc-category-grid{grid-template-columns:repeat(2,1fr)}.bc-product-grid,.bc-gallery-grid{grid-template-columns:1fr}.bc-table-head,.bc-table-row{grid-template-columns:2fr 1fr 1fr}.bc-table-head span:last-child,.bc-table-row span:last-child{display:none}}.lp-lang-toggle{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;border-radius:20px;font-size:12px;font-weight:700;color:inherit;text-decoration:none;background:#ffffff1f;border:1px solid rgba(255,255,255,.22);white-space:nowrap;line-height:1;cursor:pointer;transition:background .15s,border-color .15s}.lp-lang-toggle:hover,.lp-lang-toggle:focus-visible{background:#ffffff38;border-color:#ffffff61;outline:none}.lp-lang-toggle svg{flex-shrink:0}.lp-lang-list{display:inline-flex;align-items:center;gap:2px}.lp-lang-item{padding:4px 9px;border-radius:16px;font-size:11px;font-weight:700;color:inherit;text-decoration:none;opacity:.55;border:1px solid transparent;transition:opacity .15s,background .15s;white-space:nowrap;line-height:1.4}.lp-lang-item:hover{opacity:.85;background:#ffffff1a}.lp-lang-item.is-active{opacity:1;background:#ffffff26;border-color:#ffffff40}.bs-landing{--bs-ink: #111827;--bs-muted: #626a63;--bs-paper: #fbfaf7;--bs-surface: #ffffff;--bs-primary: #1a3a4a;--bs-primary-dark: #0f242f;--bs-accent: #c49a2b;--bs-gold: #c49a2b;--bs-border: rgba(17, 24, 39, .11);min-height:100vh;background:var(--bs-paper);color:var(--bs-ink);font-family:Tajawal,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.bs-landing *{box-sizing:border-box;letter-spacing:0}.bs-landing a{color:inherit;text-decoration:none}.bs-topbar{position:fixed;top:0;right:0;left:0;z-index:30;display:flex;align-items:center;gap:5px;min-height:72px;padding:12px clamp(16px,4vw,56px);color:#fff;background:#111827c7;border-bottom:1px solid rgba(255,255,255,.13);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transition:transform .28s cubic-bezier(.4,0,.2,1);will-change:transform}.bs-topbar.is-hidden{transform:translateY(-101%)}.bs-topbar.is-resizing{transition:none}.bs-brand{display:flex;align-items:center;gap:10px;flex:0 0 auto;margin-inline-end:auto;font-size:1.2rem;font-weight:950}.bs-brand-mark{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:8px;background:var(--bs-primary)}.bs-brand-logo{flex:0 0 38px;width:38px;height:38px;object-fit:contain;border-radius:6px}.bs-cart-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:0;border-radius:8px;background:#ffffff1f;color:#fff;font-size:1.05rem;cursor:pointer}.bs-cart-count{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;padding:0 5px;border-radius:20px;background:var(--bs-accent);color:#111827;font-size:.72rem;font-weight:950;line-height:20px;text-align:center}.bs-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:12px 20px;border:0;border-radius:8px;font:inherit;font-weight:950;cursor:pointer;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.bs-button:hover,.bs-button:focus{transform:translateY(-1px)}.bs-button-primary{background:var(--bs-primary);color:#fff;box-shadow:0 14px 32px #1a3a4a40}.bs-button-primary:hover,.bs-button-primary:focus{background:var(--bs-primary-dark)}.bs-button-ghost{border:1px solid rgba(255,255,255,.35);background:#ffffff1c;color:#fff}.bs-button-outline{border:1px solid var(--bs-primary);background:transparent;color:var(--bs-primary);font-weight:900}.bs-button-outline:hover,.bs-button-outline:focus{background:var(--bs-primary);color:#fff}.bs-hero{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,320px);gap:32px;align-items:end;min-height:84vh;padding:132px clamp(18px,5vw,72px) 76px;color:#fff;background-position:center;background-size:cover}.bs-hero-copy{width:min(720px,100%)}.bs-eyebrow{display:inline-flex;align-items:center;min-height:30px;padding:5px 10px;border-radius:8px;font-size:.84rem;font-weight:950;background:#c49a2b2e;border:1px solid rgba(196,154,43,.42);color:#ffe8a8}.bs-hero h1{max-width:720px;margin:16px 0 0;font-size:3.5rem;font-weight:950;line-height:1.08}.bs-hero p{max-width:610px;margin:20px 0 0;color:#ffffffd6;font-size:1.12rem;line-height:1.9}.bs-hero-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:32px}.bs-hero-panel{display:grid;gap:8px;padding:20px;border:1px solid rgba(255,255,255,.18);border-radius:8px;background:#ffffff1f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.bs-hero-panel strong{font-size:3rem;line-height:1;color:var(--bs-accent)}.bs-hero-panel span{color:#ffffffc7;font-weight:850}.bs-section{padding:74px clamp(18px,5vw,72px)}.bs-section-heading{width:min(780px,100%);margin-bottom:28px}.bs-section-kicker{display:inline-flex;align-items:center;min-height:30px;padding:5px 10px;border-radius:8px;font-size:.84rem;font-weight:950;background:#c49a2b1a;color:var(--bs-accent)}.bs-section-heading h2{margin:16px 0 0;font-size:clamp(2rem,4vw,3.2rem);font-weight:950;line-height:1.08}.bs-section-heading p{color:var(--bs-muted);line-height:1.85}.bs-category-showcase{padding:32px clamp(18px,5vw,72px);background:var(--bs-surface);border-bottom:1px solid var(--bs-border)}.bs-category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:14px}.bs-category-tile{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;min-height:100px;padding:18px 14px;border:1px solid var(--bs-border);border-radius:8px;background:var(--bs-paper);font-weight:900;transition:border-color .2s,box-shadow .2s}.bs-category-tile:hover,.bs-category-tile:focus,.bs-category-tile.is-active{border-color:var(--bs-primary);box-shadow:0 4px 18px #1a3a4a1f}.bs-category-tile i{font-size:1.4rem;color:var(--bs-primary)}.bs-filter-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:26px}.bs-filter-row button{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:9px 14px;border:1px solid var(--bs-border);border-radius:8px;background:#fff;color:var(--bs-muted);font:inherit;font-weight:900;cursor:pointer}.bs-filter-row button.is-active{border-color:var(--bs-primary);background:var(--bs-primary);color:#fff}.bs-showcase-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.bs-showcase-card{border:1px solid var(--bs-border);border-radius:8px;background:var(--bs-surface);overflow:hidden;box-shadow:0 18px 38px #1118270f;display:grid;grid-template-columns:1fr 1fr}.bs-showcase-media{position:relative;aspect-ratio:4 / 3;overflow:hidden;background:#eef1ec}.bs-showcase-media img{width:100%;height:100%;object-fit:cover;display:block}.bs-showcase-placeholder{display:grid;place-items:center;width:100%;height:100%;color:var(--bs-accent);font-size:2rem}.bs-showcase-badge{position:absolute;top:12px;right:12px;padding:4px 10px;border-radius:20px;background:var(--bs-accent);color:#111827;font-size:.78rem;font-weight:950}.bs-showcase-price{position:absolute;bottom:12px;left:12px;padding:4px 12px;border-radius:6px;background:#111827d1;color:#fff;font-size:.92rem;font-weight:950}.bs-showcase-body{padding:20px 22px;display:flex;flex-direction:column}.bs-showcase-category{display:inline-block;align-self:flex-start;color:var(--bs-muted);font-size:.82rem;font-weight:850}.bs-showcase-body h3{margin:10px 0 8px;font-size:1.16rem;font-weight:950}.bs-showcase-body p{color:var(--bs-muted);line-height:1.75;margin:0;flex:1;min-height:60px}.bs-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.bs-tags span{min-height:26px;padding:4px 8px;border-radius:8px;background:#f4f6f2;color:var(--bs-muted);font-size:.78rem;font-weight:850}.bs-showcase-actions{display:flex;align-items:center;gap:10px;margin-top:16px}.bs-empty-state{grid-column:1 / -1;padding:28px;border:1px dashed var(--bs-border);border-radius:8px;background:#ffffffb3;color:var(--bs-muted);font-weight:850;text-align:center}.bs-order-section{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,430px);gap:26px;align-items:start;background:var(--bs-paper)}.bs-order-copy h2{margin:16px 0 0;font-size:clamp(2rem,4vw,3.2rem);font-weight:950;line-height:1.08}.bs-order-copy p{color:var(--bs-muted);line-height:1.85}.bs-contact-actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:22px}.bs-contact-actions a{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:9px 12px;border-radius:8px;background:#fff;border:1px solid var(--bs-border);font-weight:900}.bs-hours-list{display:grid;gap:8px;margin-top:22px}.bs-hours-list h3{margin:0 0 4px;font-size:1.05rem;font-weight:950}.bs-hours-list div{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:8px 0;border-bottom:1px solid var(--bs-border)}.bs-hours-list strong{color:var(--bs-ink)}.bs-order-form{border:1px solid var(--bs-border);border-radius:8px;background:var(--bs-surface);padding:24px;display:grid;gap:16px}.bs-order-form h3{margin:0;font-size:1.16rem;font-weight:950}.bs-order-form label{display:grid;gap:6px}.bs-order-form label span{font-size:.86rem;font-weight:850;color:var(--bs-muted)}.bs-order-form input{min-height:44px;padding:10px 12px;border:1px solid var(--bs-border);border-radius:8px;font:inherit;font-size:.95rem;background:#f9faf9}.bs-order-form input:focus{outline:2px solid var(--bs-primary);outline-offset:1px}.bs-gallery-section{background:var(--bs-surface)}.bs-gallery-masonry{display:grid;grid-template-columns:repeat(var(--gallery-cols, 3),minmax(0,1fr));gap:14px}.bs-gallery-item{margin:0;position:relative;overflow:hidden;border-radius:8px;background:#eef1ec}.bs-gallery-item img{width:100%;height:100%;object-fit:cover;display:block;aspect-ratio:4 / 3;transition:transform .4s ease}.bs-gallery-item:hover img{transform:scale(1.04)}.bs-gallery-featured{grid-column:span 2;grid-row:span 2}.bs-gallery-item figcaption{position:absolute;bottom:0;left:0;right:0;padding:12px 16px;background:linear-gradient(transparent,#111827d1);color:#fff;font-weight:900}.bs-location-section{background:var(--bs-paper)}.bs-location-address{display:flex;align-items:center;gap:10px;font-size:1.05rem;font-weight:900;margin-bottom:20px;color:var(--bs-ink)}.bs-map-section{padding:0 clamp(18px,5vw,72px) 60px;background:var(--bs-paper)}.bs-map-two-col{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:0;border:1px solid var(--bs-border);border-radius:8px;overflow:hidden}.bs-map-info{padding:36px;display:flex;flex-direction:column;justify-content:center}.bs-map-title{margin:0 0 12px;font-size:1.6rem;font-weight:950}.bs-map-subtitle{color:var(--bs-muted);margin:0 0 16px;line-height:1.75}.bs-map-address{display:flex;align-items:center;gap:8px;font-style:normal;font-weight:850;margin-bottom:18px;color:var(--bs-muted)}.bs-map-dir-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border:1px solid var(--bs-primary);border-radius:8px;color:var(--bs-primary);font-weight:950;transition:background .2s,color .2s}.bs-map-dir-btn:hover{background:var(--bs-primary);color:#fff}.bs-map-embed{min-height:360px}.bs-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:28px clamp(18px,5vw,72px);border-top:1px solid var(--bs-border);font-size:.88rem;color:var(--bs-muted);background:var(--bs-surface)}.bs-footer a{font-weight:950;color:var(--bs-primary)}@media(max-width:900px){.bs-hero{grid-template-columns:1fr;min-height:auto;padding-bottom:48px}.bs-hero h1{font-size:2.2rem}.bs-hero-panel{display:none}.bs-showcase-grid,.bs-showcase-card{grid-template-columns:1fr}.bs-showcase-media{aspect-ratio:16 / 9}.bs-order-section{grid-template-columns:1fr}.bs-gallery-masonry{grid-template-columns:repeat(2,1fr)}.bs-gallery-featured{grid-column:span 1;grid-row:span 1}.bs-map-two-col{grid-template-columns:1fr}}@media(max-width:600px){.bs-section{padding:48px 16px}.bs-category-grid{grid-template-columns:repeat(2,1fr)}.bs-showcase-card,.bs-gallery-masonry{grid-template-columns:1fr}}.fr-landing{--fr-ink: #111827;--fr-muted: #626a63;--fr-paper: #fbfaf7;--fr-surface: #ffffff;--fr-primary: #b94f35;--fr-primary-dark: #7f321f;--fr-accent: #2f6f5e;--fr-gold: #d6a13b;--fr-border: rgba(17, 24, 39, .11);min-height:100vh;background:var(--fr-paper);color:var(--fr-ink);font-family:Tajawal,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.fr-landing *{box-sizing:border-box;letter-spacing:0}.fr-landing a{color:inherit;text-decoration:none}.fr-topbar{position:fixed;top:0;right:0;left:0;z-index:30;display:flex;align-items:center;gap:5px;min-height:72px;padding:12px clamp(16px,4vw,56px);color:#fff;background:#111827c7;border-bottom:1px solid rgba(255,255,255,.13);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transition:transform .28s cubic-bezier(.4,0,.2,1);will-change:transform}.fr-topbar.is-hidden{transform:translateY(-101%)}.fr-topbar.is-resizing{transition:none}.fr-brand,.fr-nav,.fr-hero-actions,.fr-category-strip,.fr-filter-row,.fr-product-footer,.fr-card-actions,.fr-contact-actions,.fr-footer{display:flex;align-items:center}.fr-brand{gap:10px;flex:0 0 auto;margin-inline-end:auto;font-size:1.2rem;font-weight:950}.fr-brand-mark{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:8px;background:var(--fr-primary)}.fr-brand-logo{flex:0 0 38px;width:38px;height:38px;object-fit:contain;border-radius:6px}.fr-nav{gap:18px;margin-inline-start:auto;color:#ffffffd1;font-size:.94rem;font-weight:800}.fr-nav a:hover,.fr-nav a:focus{color:#fff}.fr-topbar-cta{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 18px;border-radius:8px;background:#fff;color:var(--fr-primary-dark);font-weight:950;white-space:nowrap}.fr-hero{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,320px);gap:32px;align-items:end;min-height:84vh;padding:132px clamp(18px,5vw,72px) 76px;color:#fff;background-position:center;background-size:cover}.fr-hero-copy{width:min(720px,100%)}.fr-eyebrow,.fr-section-kicker{display:inline-flex;align-items:center;min-height:30px;padding:5px 10px;border-radius:8px;font-size:.84rem;font-weight:950}.fr-eyebrow{background:#d6a13b2e;border:1px solid rgba(214,161,59,.42);color:#ffe0a1}.fr-hero h1,.fr-section-heading h2,.fr-offer-band h2,.fr-order-copy h2{margin:16px 0 0;font-weight:950;line-height:1.08}.fr-hero h1{max-width:720px;font-size:3.5rem}.fr-hero p{max-width:610px;margin:20px 0 0;color:#ffffffd6;font-size:1.12rem;line-height:1.9}.fr-hero-actions{gap:12px;flex-wrap:wrap;margin-top:32px}.fr-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:12px 20px;border:0;border-radius:8px;font:inherit;font-weight:950;cursor:pointer;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.fr-button:hover,.fr-button:focus{transform:translateY(-1px)}.fr-button-primary{background:var(--fr-primary);color:#fff;box-shadow:0 14px 32px #b94f3540}.fr-button-primary:hover,.fr-button-primary:focus{background:var(--fr-primary-dark)}.fr-button-ghost{border:1px solid rgba(255,255,255,.35);background:#ffffff1c;color:#fff}.fr-hero-panel{display:grid;gap:8px;padding:20px;border:1px solid rgba(255,255,255,.18);border-radius:8px;background:#ffffff1f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.fr-hero-panel strong{font-size:3rem;line-height:1}.fr-hero-panel span{color:#ffffffc7;font-weight:850}.fr-category-strip{position:relative;z-index:4;width:min(1040px,calc(100% - 36px));min-height:82px;margin:-40px auto 0;padding:10px;gap:10px;overflow-x:auto;border:1px solid var(--fr-border);border-radius:8px;background:var(--fr-surface);box-shadow:0 18px 46px #11182714}.fr-category-strip a{flex:1 0 160px;justify-content:center;min-height:58px;gap:10px;border-radius:8px;background:#f4f6f2;color:var(--fr-ink);font-weight:950}.fr-section{padding:74px clamp(18px,5vw,72px)}.fr-section-heading{width:min(780px,100%);margin-bottom:28px}.fr-section-kicker{background:#2f6f5e1a;color:var(--fr-accent)}.fr-section-heading h2,.fr-offer-band h2,.fr-order-copy h2{font-size:clamp(2rem,4vw,3.2rem)}.fr-section-heading p,.fr-offer-band p,.fr-order-copy p,.fr-product-card p,.fr-offer-item p{color:var(--fr-muted);line-height:1.85}.fr-filter-row{flex-wrap:wrap;gap:10px;margin-bottom:26px}.fr-filter-row button{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:9px 14px;border:1px solid var(--fr-border);border-radius:8px;background:#fff;color:var(--fr-muted);font:inherit;font-weight:900;cursor:pointer}.fr-filter-row button.is-active{border-color:var(--fr-primary);background:var(--fr-primary);color:#fff}.fr-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.fr-product-card,.fr-offer-item,.fr-order-form{border:1px solid var(--fr-border);border-radius:8px;background:var(--fr-surface)}.fr-product-card{overflow:hidden;box-shadow:0 18px 38px #1118270f}.fr-product-card img,.fr-product-placeholder{display:block;width:100%;aspect-ratio:3 / 4;background:#eef1ec}.fr-product-card img{object-fit:cover}.fr-product-placeholder{display:grid;place-items:center;color:var(--fr-accent);font-size:2rem}.fr-product-body{padding:16px}.fr-product-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:24px;color:var(--fr-muted);font-size:.82rem;font-weight:850}.fr-product-meta span:first-child{color:var(--fr-primary-dark)}.fr-product-card h3,.fr-offer-item h3,.fr-order-form h3{margin:10px 0 8px;font-size:1.16rem;font-weight:950}.fr-product-card p{min-height:70px;margin:0}.fr-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.fr-tags span{min-height:26px;padding:4px 8px;border-radius:8px;background:#f4f6f2;color:var(--fr-muted);font-size:.78rem;font-weight:850}.fr-product-footer{justify-content:space-between;gap:12px;margin-top:16px}.fr-product-footer strong{display:block;color:var(--fr-primary-dark);font-size:1.08rem}.fr-product-footer del{display:block;color:var(--fr-muted);font-size:.86rem}.fr-card-actions{gap:8px}.fr-card-actions a,.fr-card-actions button{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:8px 12px;border-radius:8px;font:inherit;font-size:.9rem;font-weight:900}.fr-card-actions a{border:1px solid var(--fr-border)}.fr-card-actions button{border:0;background:var(--fr-ink);color:#fff;cursor:pointer}.fr-empty-state{grid-column:1 / -1;padding:28px;border:1px dashed var(--fr-border);border-radius:8px;background:#ffffffb3;color:var(--fr-muted);font-weight:850;text-align:center}.fr-offer-band{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:28px;align-items:center;padding:66px clamp(18px,5vw,72px);background:#111827;color:#fff}.fr-offer-band p,.fr-offer-item p{color:#ffffffbd}.fr-offer-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.fr-offer-item{padding:0;overflow:hidden;background:#ffffff14;border-color:#ffffff29}.fr-offer-image{width:100%;height:155px;object-fit:cover;display:block}.fr-offer-body{padding:14px 18px 18px;display:flex;flex-direction:column;gap:7px;flex:1}.fr-offer-badge{display:inline-block;padding:2px 10px;border-radius:20px;font-size:.76rem;font-weight:600;background:#ffffff26;color:#fff;align-self:flex-start}.fr-offer-price{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.fr-offer-price-after{color:#f8d68b;font-size:1.22rem;font-weight:700}.fr-offer-price-before{color:#ffffff6b;font-size:.9rem;font-weight:400;text-decoration:line-through}.fr-offer-expires{display:flex;align-items:center;gap:5px;font-size:.79rem;color:#ffffff8c}.fr-offer-cta{display:inline-block;margin-top:4px;padding:7px 14px;border-radius:6px;background:#ffffff24;color:#fff;font-size:.86rem;font-weight:600;text-decoration:none;align-self:flex-start;transition:background .2s}.fr-offer-cta:hover{background:#ffffff42}.fr-order-section{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,430px);gap:26px;align-items:start}.fr-contact-actions{flex-wrap:wrap;gap:10px;margin-top:22px}.fr-contact-actions a{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:9px 12px;border-radius:8px;background:#fff;border:1px solid var(--fr-border);font-weight:900}.fr-hours-list{display:grid;gap:8px;width:min(460px,100%);margin-top:22px}.fr-hours-list div{display:flex;justify-content:space-between;gap:16px;padding:12px 14px;border:1px solid var(--fr-border);border-radius:8px;background:#fff}.fr-order-form{display:grid;gap:14px;padding:24px;box-shadow:0 18px 46px #11182714}.fr-order-form label{display:grid;gap:7px;color:var(--fr-muted);font-weight:850}.fr-order-form input{min-height:44px;width:100%;padding:10px 12px;border:1px solid var(--fr-border);border-radius:8px;background:#fff;color:var(--fr-ink);font:inherit}.fr-footer{justify-content:space-between;gap:12px;padding:24px clamp(18px,5vw,72px);background:#0b1220;color:#ffffffb8;font-weight:850}.fr-footer a{color:#fff}@media(max-width:1100px){.fr-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.lp-ecs-cart-btn{display:none}.fr-fav-form{display:contents}.fr-fav-btn{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:38px;height:38px;border:none;border-radius:50%;background:transparent;color:#ffffffa6;font:inherit;font-size:1rem;cursor:pointer;transition:color .15s,background .15s;text-decoration:none}.fr-fav-btn:hover,.fr-fav-btn:focus-visible{color:#fff;background:#ffffff1f;outline:none}.fr-fav-btn.is-active{color:#f97316}.fr-cart-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:42px;height:42px;border:1px solid rgba(255,255,255,.25);border-radius:50%;background:#ffffff1f;color:#fff;font:inherit;font-size:1.05rem;cursor:pointer;transition:background .15s}.fr-cart-btn:hover,.fr-cart-btn:focus-visible{background:#ffffff38;outline:none}.fr-cart-count{position:absolute;top:-4px;inset-inline-end:-4px;min-width:18px;height:18px;padding:0 4px;border-radius:9999px;background:#ea580c;color:#fff;font-size:.68rem;font-weight:900;line-height:18px;text-align:center;pointer-events:none}@media(max-width:860px){.fr-topbar{position:sticky;flex-wrap:wrap;color:#fff}.fr-nav{order:3;width:100%;margin-inline-start:0;overflow-x:auto}.fr-brand{margin-inline-end:auto}.fr-hero,.fr-offer-band,.fr-order-section{grid-template-columns:1fr}.fr-hero{min-height:auto;padding-top:64px}.fr-hero h1{font-size:2.5rem}.fr-hero-panel{width:min(320px,100%)}.fr-product-grid,.fr-offer-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.fr-topbar-cta{display:none}.fr-brand{min-width:0}.fr-brand span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fr-hero h1{font-size:2.05rem}.fr-product-grid,.fr-offer-list{grid-template-columns:1fr}.fr-product-card p{min-height:auto}.fr-product-footer,.fr-footer{align-items:flex-start;flex-direction:column}.fr-gallery-grid,.fr-delivery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.fr-gallery-grid{display:grid;grid-template-columns:repeat(var(--gallery-cols, 3),minmax(0,1fr));gap:10px;margin-top:24px}.fr-gallery-item{margin:0;overflow:hidden;border-radius:8px;aspect-ratio:4 / 3;position:relative}.fr-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.fr-gallery-item:hover img{transform:scale(1.04)}.fr-gallery-item figcaption{position:absolute;bottom:0;inset-inline:0;padding:6px 10px;font-size:.82rem;color:#fff;background:#00000085;text-align:center}.fr-delivery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.fr-delivery article{display:grid;gap:9px;padding:20px;border:1px solid rgba(15,23,42,.09);border-radius:8px;background:#fff}.fr-delivery i{color:var(--fr-primary);font-size:1.25rem}.fr-delivery b{color:var(--fr-primary);font-size:1.28rem}.fr-delivery small{padding:6px 9px;border-radius:8px;background:var(--fr-secondary);color:#fff;font-weight:850}.fr-location-address,.fr-map-address{display:flex;align-items:flex-start;gap:10px;font-style:normal;line-height:1.6;font-size:1rem;color:var(--fr-muted, rgba(255, 255, 255, .62));margin-top:14px}.fr-location-address i,.fr-map-address i{color:#be5a38;font-size:1.1rem;flex-shrink:0;margin-top:3px}.fr-map-section{padding:clamp(32px,6vw,72px) 0}.fr-map-two-col{display:grid;grid-template-columns:1fr 1.5fr;gap:clamp(24px,4vw,56px);align-items:center;padding:0 clamp(16px,5vw,80px)}.fr-map-info{display:flex;flex-direction:column;gap:16px}.fr-map-title{font-size:clamp(1.4rem,2.8vw,2rem);font-weight:700;color:#515151;line-height:1.2;margin:0}.fr-map-subtitle{color:#c8b9a8;font-size:.95rem;line-height:1.65;margin:0}.fr-map-dir-btn{display:inline-flex;align-items:center;gap:8px;background:var(--fr-primary, #b94f35);color:#fff;font-size:.88rem;font-weight:600;padding:10px 20px;border-radius:8px;text-decoration:none;width:fit-content;transition:filter .2s}.fr-map-dir-btn:hover{filter:brightness(.85)}.fr-map-embed{border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #00000073;height:380px}.fr-map-embed iframe{display:block;width:100%;height:100%}@media(max-width:767px){.fr-delivery-grid{grid-template-columns:1fr}.fr-map-two-col{grid-template-columns:1fr;gap:20px;padding:0 clamp(16px,5vw,32px)}.fr-map-embed{height:260px}.fr-map-title{font-size:1.3rem}}.gs-page{min-height:100vh;background:var(--gs-bg);color:var(--gs-text);font-family:Tajawal,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.gs-page *{box-sizing:border-box;letter-spacing:0}.gs-page a{color:inherit;text-decoration:none}.gs-topbar,.gs-brand,.gs-nav,.gs-header-actions,.gs-hero-actions,.gs-hero-notes,.gs-trust,.gs-filter-row,.gs-product-footer,.gs-product-actions,.gs-contact-actions,.gs-footer{display:flex;align-items:center}.gs-topbar{flex-wrap:wrap;justify-content:center;gap:16px;padding:8px 16px;background:var(--gs-text);color:#fff;font-size:.84rem;font-weight:850}.gs-topbar span,.gs-brand,.gs-button,.gs-contact-actions a{gap:8px}.gs-header{position:sticky;top:0;z-index:40;display:flex;align-items:center;gap:22px;min-height:72px;padding:12px clamp(16px,4vw,58px);border-bottom:1px solid rgba(17,24,39,.09);background:#fffffff0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transition:transform .28s cubic-bezier(.4,0,.2,1);will-change:transform}.gs-header.is-hidden{transform:translateY(-101%)}.gs-header.is-resizing{transition:none}.gs-brand{flex:0 0 auto;min-width:0;font-size:1.12rem;font-weight:950}.gs-brand img,.gs-brand span{width:40px;height:40px;flex:0 0 40px}.gs-brand img{object-fit:contain}.gs-brand span{display:grid;place-items:center;border-radius:8px;background:linear-gradient(135deg,var(--gs-primary),var(--gs-accent));color:#fff}.gs-brand strong{overflow:hidden;max-width:210px;text-overflow:ellipsis;white-space:nowrap}.gs-nav{gap:18px;margin-inline-start:auto;color:var(--gs-muted);font-size:.92rem;font-weight:850}.gs-nav a:hover,.gs-nav a:focus{color:var(--gs-text)}.gs-header-actions{gap:8px}.gs-fav-form{display:contents}.gs-icon-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:38px;height:38px;border:1px solid rgba(17,24,39,.12);border-radius:50%;background:transparent;color:var(--gs-muted, #64748b);font:inherit;font-size:1rem;cursor:pointer;transition:color .15s,background .15s;text-decoration:none}.gs-icon-btn:hover,.gs-icon-btn:focus-visible{color:var(--gs-text, #111827);background:#1118270f;outline:none}.gs-icon-btn.is-active{color:var(--gs-primary, #be185d)}.gs-cart-btn{display:inline-flex}.gs-cart-count{position:absolute;top:-4px;inset-inline-end:-4px;min-width:18px;height:18px;padding:0 4px;border-radius:9999px;background:var(--gs-primary, #be185d);color:#fff;font-size:.68rem;font-weight:900;line-height:18px;text-align:center;pointer-events:none}.gs-header-cta{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:9px 14px;border-radius:8px;background:var(--gs-primary);color:#fff;font-weight:950;white-space:nowrap}.gs-menu-button{display:none;width:40px;height:40px;border:1px solid rgba(17,24,39,.1);border-radius:8px;background:#fff;color:var(--gs-text)}.gs-mobile-nav{position:absolute;top:72px;right:clamp(16px,4vw,58px);left:clamp(16px,4vw,58px);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:12px;border:1px solid rgba(17,24,39,.1);border-radius:8px;background:#fff;box-shadow:0 18px 42px #1118271f}.gs-mobile-nav a{padding:10px 12px;border-radius:8px;background:var(--gs-secondary);font-weight:850}.gs-hero{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(320px,.86fr);gap:42px;align-items:center;min-height:650px;padding:clamp(54px,8vw,92px) clamp(18px,5vw,72px);background:linear-gradient(135deg,color-mix(in srgb,var(--gs-primary) 10%,white),#fffffff0 52%,color-mix(in srgb,var(--gs-accent) 16%,white)),var(--gs-bg)}.gs-hero-copy{max-width:720px}.gs-pill,.gs-kicker{display:inline-flex;align-items:center;min-height:30px;padding:5px 11px;border-radius:8px;background:color-mix(in srgb,var(--gs-primary) 12%,white);color:var(--gs-primary);font-size:.84rem;font-weight:950}.gs-hero h1,.gs-section-heading h2{margin:16px 0 0;color:var(--gs-text);font-weight:950;line-height:1.1}.gs-hero h1{max-width:760px;font-size:3.9rem}.gs-hero p,.gs-section-heading p,.gs-product p,.gs-delivery article span,.gs-mini-list span,.gs-mini-list small,.gs-form-state p,.gs-order-hint{color:var(--gs-muted);line-height:1.85}.gs-hero p{max-width:640px;margin:18px 0 0;font-size:1.08rem}.gs-hero-notes{flex-wrap:wrap;gap:8px;margin-top:18px}.gs-hero-notes span{min-height:30px;padding:5px 10px;border:1px solid color-mix(in srgb,var(--gs-primary) 18%,white);border-radius:8px;background:#ffffffb8;color:var(--gs-text);font-size:.82rem;font-weight:900}.gs-hero-actions{flex-wrap:wrap;gap:12px;margin-top:28px}.gs-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 20px;border:0;border-radius:8px;font:inherit;font-weight:950;cursor:pointer}.gs-button-primary{background:var(--gs-primary);color:#fff;box-shadow:0 16px 34px color-mix(in srgb,var(--gs-primary) 24%,transparent)}.gs-button-soft{border:1px solid color-mix(in srgb,var(--gs-primary) 24%,white);background:#fff;color:var(--gs-primary)}.gs-showcase{display:grid;grid-template-columns:minmax(0,1fr) minmax(180px,.62fr);gap:14px;align-items:stretch;min-height:430px}.gs-display-main,.gs-display-stack article{overflow:hidden;border:1px solid rgba(17,24,39,.09);border-radius:8px;background:var(--gs-surface);box-shadow:0 24px 60px #1118271c}.gs-display-main{position:relative;display:grid;place-items:center;min-height:430px}.gs-display-main:before{content:"";position:absolute;inset:18px;border-radius:8px;background:radial-gradient(circle at 28% 24%,color-mix(in srgb,var(--gs-accent) 28%,transparent) 0 58px,transparent 60px),radial-gradient(circle at 72% 70%,color-mix(in srgb,var(--gs-primary) 20%,transparent) 0 70px,transparent 72px),linear-gradient(90deg,rgba(17,24,39,.045) 1px,transparent 1px),linear-gradient(0deg,rgba(17,24,39,.045) 1px,transparent 1px);background-size:auto,auto,36px 36px,36px 36px}.gs-display-main>i{position:relative;z-index:1;color:var(--gs-primary);font-size:7rem}.gs-display-main img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.gs-display-main span,.gs-display-main small{position:absolute;z-index:2;inset-inline-start:18px;border-radius:8px;background:#ffffffeb}.gs-display-main span{bottom:58px;padding:8px 13px;color:var(--gs-primary);font-size:1.55rem;font-weight:950}.gs-display-main small{bottom:18px;padding:7px 11px;color:var(--gs-muted);font-weight:850}.gs-display-stack{display:grid;gap:14px}.gs-display-stack article{display:grid;grid-template-columns:62px minmax(0,1fr);gap:10px;align-items:center;padding:12px;box-shadow:0 14px 34px #11182714}.gs-display-stack img,.gs-display-stack i{width:62px;height:62px;border-radius:8px}.gs-display-stack img{object-fit:cover}.gs-display-stack i{display:grid;place-items:center;background:var(--gs-secondary);color:var(--gs-primary);font-size:1.55rem}.gs-display-stack strong,.gs-display-stack small{display:block}.gs-display-stack strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.94rem}.gs-display-stack small{margin-top:4px;color:var(--gs-muted);font-size:.78rem;font-weight:850}.gs-trust{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:18px clamp(18px,5vw,72px);border-top:1px solid rgba(17,24,39,.08);border-bottom:1px solid rgba(17,24,39,.08);background:#fff}.gs-trust div{display:flex;align-items:center;gap:10px}.gs-trust i{display:grid;place-items:center;width:38px;height:38px;border-radius:8px;background:color-mix(in srgb,var(--gs-primary) 12%,white);color:var(--gs-primary)}.gs-trust span{display:grid}.gs-trust strong{font-size:.88rem}.gs-trust small{color:var(--gs-muted);font-size:.76rem}.gs-section{padding:72px clamp(18px,5vw,72px)}.gs-section:nth-of-type(2n){background:#fff}.gs-section-heading{max-width:760px;margin-bottom:28px}.gs-section-heading h2{font-size:2.55rem}.gs-section-heading p{margin:12px 0 0}.gs-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.gs-category-grid button,.gs-order-chips button{border:1px solid rgba(17,24,39,.09);border-radius:8px;background:#fff;color:var(--gs-text);font:inherit;cursor:pointer}.gs-category-grid button{display:grid;place-items:center;gap:8px;min-height:144px;padding:16px;text-align:center}.gs-category-grid i{display:grid;place-items:center;width:52px;height:52px;border-radius:8px;background:color-mix(in srgb,var(--gs-primary) 12%,white);color:var(--gs-primary);font-size:1.35rem}.gs-category-grid strong{font-size:.94rem}.gs-category-grid small{color:var(--gs-muted);font-weight:850}.gs-filter-row{flex-wrap:wrap;gap:9px;margin-bottom:24px}.gs-filter-row button{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:8px 13px;border:1px solid rgba(17,24,39,.1);border-radius:8px;background:#fff;color:var(--gs-muted);font:inherit;font-weight:900;cursor:pointer}.gs-filter-row button.is-active{border-color:var(--gs-primary);background:var(--gs-primary);color:#fff}.gs-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.gs-product{overflow:hidden;border:1px solid rgba(17,24,39,.09);border-radius:8px;background:#fff;box-shadow:0 14px 34px #1118270f}.gs-product img,.gs-product-placeholder{width:100%;aspect-ratio:1 / 1;background:var(--gs-secondary)}.gs-product img{display:block;object-fit:cover}.gs-product-placeholder{display:grid;place-items:center;color:var(--gs-primary);font-size:2.45rem}.gs-product-body{padding:15px}.gs-product-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:24px;color:var(--gs-muted);font-size:.78rem;font-weight:850}.gs-product-meta b{color:var(--gs-primary)}.gs-product h3{margin:10px 0 7px;font-size:1.04rem;font-weight:950}.gs-product p{min-height:58px;margin:0;font-size:.88rem}.gs-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.gs-tags span{min-height:24px;padding:4px 8px;border-radius:8px;background:var(--gs-secondary);color:var(--gs-muted);font-size:.76rem;font-weight:850}.gs-product-footer{justify-content:space-between;gap:12px;margin-top:15px}.gs-product-footer strong{display:block;color:var(--gs-primary);font-size:1.08rem}.gs-product-footer del{display:block;color:var(--gs-muted);font-size:.78rem}.gs-product-actions{gap:7px}.gs-product-actions a,.gs-product-actions button{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:7px 11px;border-radius:8px;font:inherit;font-size:.82rem;font-weight:900}.gs-product-actions a{border:1px solid rgba(17,24,39,.1)}.gs-product-actions button{border:0;background:var(--gs-text);color:#fff;cursor:pointer}.gs-empty-state{grid-column:1 / -1;padding:26px;border:1px dashed rgba(17,24,39,.16);border-radius:8px;background:#fff;color:var(--gs-muted);font-weight:850;text-align:center}.gs-table{overflow:hidden;border:1px solid rgba(17,24,39,.1);border-radius:8px;background:#fff}.gs-table-head,.gs-table-row{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(90px,.6fr) minmax(90px,.6fr) minmax(90px,.7fr);gap:12px;align-items:center;padding:13px 16px}.gs-table-head{background:color-mix(in srgb,var(--gs-primary) 10%,white);color:var(--gs-muted);font-size:.78rem;font-weight:950}.gs-table-row{border-top:1px solid rgba(17,24,39,.08);font-size:.92rem}.gs-table-row strong{color:var(--gs-primary)}.gs-delivery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.gs-delivery article{display:grid;gap:9px;padding:20px;border:1px solid rgba(17,24,39,.09);border-radius:8px;background:#fff}.gs-delivery i{color:var(--gs-primary);font-size:1.25rem}.gs-delivery b{color:var(--gs-primary);font-size:1.28rem}.gs-delivery small{padding:6px 9px;border-radius:8px;background:var(--gs-secondary);color:var(--gs-primary);font-weight:850}.gs-order{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,430px);gap:28px;align-items:start;background:#fff}.gs-order-hint{margin:0 0 18px;font-weight:850}.gs-order-chips{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.gs-order-chips button{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:58px;padding:12px 14px;text-align:start}.gs-order-chips strong{color:var(--gs-primary);white-space:nowrap}.gs-order-form{display:grid;gap:13px;padding:24px;border:1px solid rgba(17,24,39,.09);border-radius:8px;background:var(--gs-surface);box-shadow:0 18px 44px #11182714}.gs-order-form label{display:grid;gap:7px;color:var(--gs-muted);font-weight:850}.gs-order-form input{width:100%;min-height:44px;padding:10px 12px;border:1px solid rgba(17,24,39,.12);border-radius:8px;color:var(--gs-text);font:inherit}.gs-form-state{display:grid;place-items:center;gap:10px;min-height:260px;text-align:center}.gs-form-state i{color:var(--gs-primary);font-size:2.5rem}.gs-form-state h3{margin:0;font-size:1.25rem}.gs-form-state p{margin:0}.gs-error{margin:0;color:#b91c1c;font-size:.86rem;font-weight:850}.gs-contact{display:grid;grid-template-columns:minmax(0,1fr) repeat(2,minmax(220px,.45fr));gap:18px}.gs-contact-main,.gs-mini-list{padding:24px;border:1px solid rgba(17,24,39,.09);border-radius:8px;background:#fff}.gs-contact-actions{flex-wrap:wrap;gap:10px}.gs-contact-actions a{display:inline-flex;min-height:44px;padding:10px 14px;border-radius:8px;background:var(--action-color, var(--gs-primary));color:#fff;font-weight:950}.gs-mini-list h3{margin:0 0 16px;font-size:1.08rem}.gs-mini-list div{display:grid;gap:4px;padding:12px 0;border-top:1px solid rgba(17,24,39,.08)}.gs-mini-list div:first-of-type{border-top:0}.gs-footer{justify-content:space-between;gap:16px;padding:22px clamp(18px,5vw,72px);background:var(--gs-text);color:#ffffffd6;font-size:.88rem;font-weight:850}.gs-footer a{color:#fff}@media(max-width:1180px){.gs-nav{display:none}.gs-header-actions{margin-inline-start:auto}.gs-menu-button{display:inline-grid;place-items:center}.gs-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:920px){.gs-hero,.gs-order,.gs-contact{grid-template-columns:1fr}.gs-hero h1{font-size:2.8rem}.gs-trust,.gs-category-grid,.gs-product-grid,.gs-delivery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.gs-header{padding-inline:14px}.gs-header-cta{display:none}.gs-brand strong{max-width:150px}.gs-mobile-nav,.gs-showcase,.gs-trust,.gs-category-grid,.gs-product-grid,.gs-delivery-grid,.gs-order-chips{grid-template-columns:1fr}.gs-hero{min-height:auto;padding:42px 16px}.gs-hero h1{font-size:2.22rem}.gs-section{padding:50px 16px}.gs-section-heading h2{font-size:1.9rem}.gs-table{overflow-x:auto}.gs-table-head,.gs-table-row{min-width:620px}.gs-footer{display:grid;text-align:center}.gs-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gs-offers-grid{grid-template-columns:1fr}}.gs-offers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:18px;margin-top:24px}.gs-offer-card{border:1px solid rgba(190,24,93,.14);border-radius:14px;overflow:hidden;background:#fff;display:flex;flex-direction:column;box-shadow:0 2px 10px #be185d0f;transition:box-shadow .2s}.gs-offer-card:hover{box-shadow:0 6px 24px #be185d1f}.gs-offer-image{width:100%;height:180px;object-fit:cover}.gs-offer-body{padding:18px;display:flex;flex-direction:column;gap:8px;flex:1}.gs-offer-badge{display:inline-block;padding:3px 10px;border-radius:20px;background:var(--gs-accent, #f4b740);color:#fff;font-size:.78rem;font-weight:700;align-self:flex-start}.gs-offer-card h3{margin:0;font-size:1.08rem;font-weight:700;color:var(--gs-text, #111827)}.gs-offer-card p{margin:0;font-size:.9rem;color:var(--gs-muted, #64748b);line-height:1.6}.gs-offer-price{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:2px}.gs-offer-price-after{color:var(--gs-primary, #be185d);font-size:1.15rem;font-weight:700}.gs-offer-price-before{color:var(--gs-muted, #64748b);font-size:.88rem;font-weight:400;text-decoration:line-through}.gs-offer-expires{display:flex;align-items:center;gap:6px;font-size:.82rem;color:var(--gs-muted, #64748b)}.gs-gallery-grid{display:grid;grid-template-columns:repeat(var(--gallery-cols, 3),minmax(0,1fr));gap:10px;margin-top:24px}.gs-gallery-item{margin:0;overflow:hidden;border-radius:10px;aspect-ratio:4 / 3;position:relative}.gs-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gs-gallery-item:hover img{transform:scale(1.04)}.gs-gallery-item figcaption{position:absolute;bottom:0;inset-inline:0;padding:6px 10px;font-size:.82rem;color:#fff;background:#00000080;text-align:center}.gs-location-address{display:flex;align-items:center;gap:8px;font-size:1rem;color:var(--gs-muted, #64748b);margin-top:14px}.gs-location-address i{color:var(--gs-primary, #be185d);font-size:1.1rem}.gs-map-two-col{display:grid;grid-template-columns:1fr 1.5fr;gap:clamp(24px,4vw,56px);align-items:center}.gs-map-info{display:flex;flex-direction:column;gap:16px}.gs-map-title{font-size:clamp(1.4rem,2.8vw,2rem);font-weight:700;color:var(--gs-text, #1a1a2e);line-height:1.2;margin:0}.gs-map-subtitle{color:var(--gs-muted, #6b7280);font-size:.95rem;line-height:1.65;margin:0}.gs-map-address{display:flex;align-items:flex-start;gap:10px;font-style:normal;line-height:1.6;font-size:.95rem;color:var(--gs-muted, #4b5563)}.gs-map-address i{color:#be185d;font-size:1.1rem;flex-shrink:0;margin-top:3px}.gs-map-dir-btn{display:inline-flex;align-items:center;gap:8px;background:var(--gs-primary, #be185d);color:#fff;font-size:.88rem;font-weight:600;padding:10px 20px;border-radius:8px;text-decoration:none;width:fit-content;transition:filter .2s}.gs-map-dir-btn:hover{filter:brightness(.85)}.gs-map-embed{border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #be185d26;height:380px}.gs-map-embed iframe{display:block;width:100%;height:100%}@media(max-width:767px){.gs-map-two-col{grid-template-columns:1fr;gap:20px}.gs-map-embed{height:260px}.gs-map-title{font-size:1.3rem}}.rr-landing{--rr-primary: #d92d20;--rr-primary-dark: #981b16;--rr-ink: #171717;--rr-muted: #68625b;--rr-paper: #fffaf4;--rr-surface: #ffffff;--rr-green: #197149;--rr-gold: #f7b731;--rr-border: rgba(23, 23, 23, .1);background:var(--rr-paper);color:var(--rr-ink);min-height:100vh;font-family:Tajawal,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.rr-landing *{box-sizing:border-box;letter-spacing:0}.rr-landing a{color:inherit;text-decoration:none}.rr-topbar{position:fixed;top:0;right:0;left:0;z-index:900;display:flex;align-items:center;gap:24px;min-height:72px;padding:12px clamp(16px,4vw,56px);color:#fff;background:#101010bd;border-bottom:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transition:transform .28s cubic-bezier(.4,0,.2,1);will-change:transform}.rr-topbar.is-hidden{transform:translateY(-101%)}.rr-topbar.is-resizing{transition:none}.rr-brand,.rr-nav,.rr-hero-actions,.rr-hero-proof,.rr-filter-row,.rr-card-footer,.rr-contact-actions,.rr-footer{display:flex;align-items:center}.rr-brand{gap:10px;flex:0 0 auto;font-size:1.25rem;font-weight:900}.rr-brand-mark{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:8px;background:var(--rr-primary);color:#fff}.rr-brand-logo{flex:0 0 38px;width:38px;height:38px;object-fit:contain;border-radius:6px}.rr-nav{gap:18px;margin-inline-start:auto;font-size:.95rem;font-weight:700}.rr-nav a{color:#ffffffd1}.rr-nav a:hover,.rr-nav a:focus{color:#fff}.rr-topbar-cta{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 18px;border-radius:8px;background:#fff;color:var(--rr-primary-dark);font-weight:900;white-space:nowrap}.rr-fav-form{display:contents}.rr-fav-btn{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:38px;height:38px;border:none;border-radius:50%;background:transparent;color:#ffffffa6;font:inherit;font-size:1rem;cursor:pointer;transition:color .15s,background .15s;text-decoration:none}.rr-fav-btn:hover,.rr-fav-btn:focus-visible{color:#fff;background:#ffffff1f;outline:none}.rr-fav-btn.is-active{color:#f97316}.rr-cart-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:42px;height:42px;border:1px solid rgba(255,255,255,.25);border-radius:50%;background:#ffffff1f;color:#fff;font:inherit;font-size:1.05rem;cursor:pointer;transition:background .15s}.rr-cart-btn:hover,.rr-cart-btn:focus-visible{background:#ffffff38;outline:none}.rr-cart-count{position:absolute;top:-4px;inset-inline-end:-4px;min-width:18px;height:18px;padding:0 4px;border-radius:9999px;background:#ea580c;color:#fff;font-size:.68rem;font-weight:900;line-height:18px;text-align:center;pointer-events:none}.rr-hero{min-height:84vh;padding:128px clamp(18px,5vw,72px) 72px;display:flex;align-items:center;background-position:center;background-size:cover;color:#fff}.rr-hero-content{width:min(720px,100%)}.rr-eyebrow,.rr-section-kicker{display:inline-flex;align-items:center;min-height:30px;padding:5px 10px;border-radius:8px;font-size:.84rem;font-weight:900}.rr-eyebrow{background:#f7b73129;border:1px solid rgba(247,183,49,.42);color:#ffe2a6}.rr-hero h1,.rr-section-heading h2,.rr-offer-band h2,.rr-order-copy h2{margin:16px 0 0;font-weight:950;line-height:1.08}.rr-hero h1{max-width:680px;font-size:3.55rem}.rr-hero p{max-width:600px;margin:20px 0 0;color:#ffffffd6;font-size:1.12rem;line-height:1.9}.rr-hero-actions{gap:12px;flex-wrap:wrap;margin-top:32px}.rr-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:12px 20px;border:0;border-radius:8px;font:inherit;font-weight:900;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.rr-button:hover,.rr-button:focus{transform:translateY(-1px)}.rr-button-primary{background:var(--rr-primary);color:#fff;box-shadow:0 14px 32px #d92d2047}.rr-button-primary:hover,.rr-button-primary:focus{background:var(--rr-primary-dark)}.rr-button-ghost{border:1px solid rgba(255,255,255,.34);background:#ffffff1a;color:#fff}.rr-hero-proof{gap:10px;flex-wrap:wrap;margin-top:30px}.rr-hero-proof span{display:inline-flex;gap:6px;align-items:center;min-height:38px;padding:8px 12px;border:1px solid rgba(255,255,255,.18);border-radius:8px;background:#0000002e;color:#ffffffdb;font-weight:800}.rr-hero-proof strong{color:#fff}.rr-category-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;width:min(1120px,calc(100% - 32px));margin:-38px auto 0;position:relative;z-index:4}.rr-category-strip a{display:grid;min-height:94px;place-items:center;gap:8px;padding:14px;border-radius:8px;border:1px solid var(--rr-border);background:var(--rr-surface);box-shadow:0 18px 40px #17171714;color:var(--rr-ink);font-weight:950}.rr-category-strip i{color:var(--rr-primary);font-size:1.35rem}.rr-section{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:80px 0}.rr-section-heading{max-width:680px;margin-bottom:28px}.rr-section-kicker{background:#1971491a;color:var(--rr-green)}.rr-section-heading h2,.rr-offer-band h2,.rr-order-copy h2{font-size:2.35rem}.rr-section-heading p,.rr-menu-card p,.rr-offer-item p,.rr-order-copy p,.rr-testimonial p{color:var(--rr-muted);line-height:1.8}.rr-filter-row{gap:10px;flex-wrap:wrap;margin-bottom:24px}.rr-filter-row button{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:9px 14px;border:1px solid var(--rr-border);border-radius:8px;background:#fff;color:var(--rr-ink);font:inherit;font-weight:900;cursor:pointer}.rr-filter-row button.is-active{border-color:var(--rr-primary);background:var(--rr-primary);color:#fff}.rr-menu-grid,.rr-testimonial-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.rr-menu-card,.rr-testimonial,.rr-order-form,.rr-stat,.rr-offer-item{border:1px solid var(--rr-border);border-radius:8px;background:var(--rr-surface)}.rr-menu-card{overflow:hidden;box-shadow:0 18px 38px #17171712}.rr-menu-card img{display:block;width:100%;aspect-ratio:4 / 3;object-fit:cover;background:#eee}.rr-menu-card-placeholder{display:grid;place-items:center;width:100%;aspect-ratio:4 / 3;background:linear-gradient(135deg,#fff7ed,#fef3c7);color:var(--rr-primary-dark);font-size:2rem}.rr-menu-card-body{padding:18px}.rr-card-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--rr-muted);font-size:.86rem;font-weight:800}.rr-card-meta span:first-child{color:var(--rr-primary-dark)}.rr-menu-card h3,.rr-offer-item h3,.rr-order-form h3{margin:12px 0 8px;font-size:1.22rem;font-weight:950}.rr-menu-card p{min-height:78px;margin:0}.rr-card-footer{justify-content:space-between;gap:12px;margin-top:16px}.rr-card-footer strong{color:var(--rr-primary-dark);font-size:1.1rem}.rr-card-footer button{min-height:38px;padding:8px 14px;border:0;border-radius:8px;background:var(--rr-ink);color:#fff;font:inherit;font-weight:900;cursor:pointer}.rr-card-footer button:disabled{cursor:not-allowed;opacity:.48}.rr-empty-state{grid-column:1 / -1;padding:28px;border:1px dashed var(--rr-border);border-radius:8px;background:#ffffffb3;color:var(--rr-muted);font-weight:850;text-align:center}.rr-offer-band{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:28px;align-items:center;padding:64px clamp(18px,5vw,72px);background:#171717;color:#fff}.rr-offer-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.rr-offer-item{padding:0;overflow:hidden;background:#ffffff14;border-color:#ffffff29}.rr-offer-image{width:100%;height:155px;object-fit:cover;display:block}.rr-offer-body{padding:14px 18px 18px;display:flex;flex-direction:column;gap:7px;flex:1}.rr-offer-item p{color:#ffffffb8}.rr-offer-badge{display:inline-block;padding:2px 10px;border-radius:20px;font-size:.76rem;font-weight:600;background:#ffffff26;color:#fff;align-self:flex-start}.rr-offer-price{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.rr-offer-price-after{color:#ffd280;font-size:1.22rem;font-weight:700}.rr-offer-price-before{color:#ffffff6b;font-size:.9rem;font-weight:400;text-decoration:line-through}.rr-offer-expires{display:flex;align-items:center;gap:5px;font-size:.79rem;color:#ffffff8c}.rr-offer-cta{display:inline-block;margin-top:4px;padding:7px 14px;border-radius:6px;background:#ffffff24;color:#fff;font-size:.86rem;font-weight:600;text-decoration:none;align-self:flex-start;transition:background .2s}.rr-offer-cta:hover{background:#ffffff42}.rr-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:20px}.rr-stat{padding:22px;text-align:center}.rr-stat strong{display:block;color:var(--rr-primary-dark);font-size:2rem;font-weight:950}.rr-stat span{display:block;margin-top:4px;color:var(--rr-muted);font-weight:800}.rr-testimonial{padding:22px}.rr-testimonial p{min-height:92px;margin:0 0 18px}.rr-testimonial strong,.rr-testimonial span{display:block}.rr-testimonial span{color:var(--rr-muted);font-size:.92rem}.rr-order-section{display:grid;grid-template-columns:minmax(0,.92fr) minmax(340px,.58fr);gap:32px;align-items:start}.rr-contact-actions{gap:10px;flex-wrap:wrap;margin:24px 0}.rr-contact-actions a{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:9px 12px;border-radius:8px;background:#fff;border:1px solid var(--rr-border);color:var(--rr-ink);font-weight:900}.rr-hours-list{display:grid;gap:10px;max-width:560px}.rr-hours-list div{display:flex;justify-content:space-between;gap:14px;padding:12px 0;border-bottom:1px solid var(--rr-border)}.rr-hours-list span{color:var(--rr-muted);font-weight:800}.rr-order-form{display:grid;gap:14px;padding:22px;box-shadow:0 18px 38px #17171712}.rr-order-form h3{margin-top:0}.rr-order-form label{display:grid;gap:7px;margin:0;color:var(--rr-muted);font-weight:900}.rr-order-form input{width:100%;min-height:46px;padding:10px 12px;border:1px solid var(--rr-border);border-radius:8px;color:var(--rr-ink);font:inherit;background:#fff}.rr-order-form input:focus{border-color:var(--rr-primary);outline:3px solid rgba(217,45,32,.13)}.rr-footer{justify-content:space-between;gap:16px;padding:24px clamp(18px,5vw,72px);border-top:1px solid var(--rr-border);background:#fff;color:var(--rr-muted);font-weight:800}.rr-footer a{color:var(--rr-primary-dark);font-weight:950}@media(max-width:980px){.rr-nav{display:none}.rr-brand{margin-inline-end:auto}.rr-hero{min-height:auto;padding-top:116px}.rr-hero h1{font-size:2.55rem}.rr-category-strip,.rr-menu-grid,.rr-testimonial-grid,.rr-stats-grid,.rr-offer-band,.rr-order-section{grid-template-columns:1fr 1fr}}@media(max-width:720px){.rr-topbar{min-height:64px;gap:10px;padding:10px 14px}.rr-brand{font-size:1.05rem}.rr-brand-mark{width:34px;height:34px}.rr-topbar-cta{min-height:38px;padding:8px 10px;font-size:.9rem}.rr-hero{padding:104px 18px 54px;background-position:center}.rr-hero h1{font-size:2.15rem}.rr-hero p{font-size:1rem}.rr-category-strip,.rr-menu-grid,.rr-testimonial-grid,.rr-stats-grid,.rr-offer-band,.rr-offer-list,.rr-order-section{grid-template-columns:1fr}.rr-category-strip{margin-top:14px}.rr-section{padding:56px 0}.rr-section-heading h2,.rr-offer-band h2,.rr-order-copy h2{font-size:1.8rem}.rr-menu-card p,.rr-testimonial p{min-height:auto}.rr-hours-list div,.rr-footer{align-items:flex-start;flex-direction:column}.rr-gallery-grid,.rr-delivery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.rr-gallery-section{background:var(--rr-surface, #111)}.rr-gallery-grid{display:grid;grid-template-columns:repeat(var(--gallery-cols, 3),minmax(0,1fr));gap:10px;margin-top:24px}.rr-gallery-item{margin:0;overflow:hidden;border-radius:8px;aspect-ratio:4 / 3;position:relative}.rr-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.rr-gallery-item:hover img{transform:scale(1.04)}.rr-gallery-item figcaption{position:absolute;bottom:0;inset-inline:0;padding:6px 10px;font-size:.82rem;color:#fff;background:#0000008c;text-align:center}.rr-delivery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.rr-delivery article{display:grid;gap:9px;padding:20px;border:1px solid rgba(15,23,42,.09);border-radius:8px;background:#fff}.rr-delivery i{color:var(--rr-primary);font-size:1.25rem}.rr-delivery b{color:var(--rr-primary);font-size:1.28rem}.rr-delivery small{padding:6px 9px;border-radius:8px;background:var(--rr-secondary);color:var(--rr-primary);font-weight:850}.rr-location-section{background:var(--rr-surface, #111)}.rr-location-address,.rr-map-address{display:flex;align-items:flex-start;gap:10px;font-style:normal;line-height:1.6;font-size:1rem;color:var(--rr-muted, rgba(255, 255, 255, .62));margin-top:14px}.rr-location-address i,.rr-map-address i{color:var(--rr-primary-dark, #c53030);font-size:1.1rem;flex-shrink:0;margin-top:3px}.rr-map-section{padding:clamp(32px,6vw,72px) 0}.rr-map-two-col{display:grid;grid-template-columns:1fr 1.5fr;gap:clamp(24px,4vw,56px);align-items:center;padding:0 clamp(16px,5vw,80px)}.rr-map-info{display:flex;flex-direction:column;gap:16px}.rr-map-title{font-size:clamp(1.4rem,2.8vw,2rem);font-weight:700;color:var(--rr-text, #1a1a1a);line-height:1.2;margin:0}.rr-map-subtitle{color:var(--rr-muted, #6b7280);font-size:.95rem;line-height:1.65;margin:0}.rr-map-dir-btn{display:inline-flex;align-items:center;gap:8px;background:var(--rr-primary, #d92d20);color:#fff;font-size:.88rem;font-weight:600;padding:10px 20px;border-radius:8px;text-decoration:none;width:fit-content;transition:filter .2s}.rr-map-dir-btn:hover{filter:brightness(.85)}.rr-map-embed{border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #0003;height:380px}.rr-map-embed iframe{display:block;width:100%;height:100%}@media(max-width:767px){.rr-delivery-grid{grid-template-columns:1fr}.rr-map-two-col{grid-template-columns:1fr;gap:20px;padding:0 clamp(16px,5vw,32px)}.rr-map-embed{height:260px}.rr-map-title{font-size:1.3rem}}*,*:before,*:after{box-sizing:border-box;letter-spacing:0}img{display:block;max-width:100%;height:auto}button{font:inherit;cursor:pointer;border:none;background:none;padding:0}:root{--lp-react-font: "Tajawal", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}:root{--lp-react-header-transition: transform .28s cubic-bezier(.4, 0, .2, 1);--lp-react-hover-duration: .15s;--lp-react-fade-duration: .22s}:root{--lp-react-radius-sm: 6px;--lp-react-radius-md: 8px;--lp-react-radius-lg: 12px;--lp-react-header-min-height: 70px;--lp-react-section-gap: clamp(16px, 4vw, 56px)}.lp-react-header-base{position:fixed;top:0;inset-inline:0;z-index:50;min-height:var(--lp-react-header-min-height);transition:var(--lp-react-header-transition);will-change:transform;display:flex;align-items:center;justify-content:space-between;padding-inline:clamp(12px,3vw,32px);gap:12px}.lp-react-header-base.is-hidden{transform:translateY(-101%)}.lp-react-header-base.is-resizing{transition:none}.lp-react-btn-base{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.7rem 1.4rem;border-radius:var(--lp-react-radius-md);font-weight:700;font-size:.92rem;transition:opacity var(--lp-react-hover-duration),transform var(--lp-react-hover-duration);white-space:nowrap}.lp-react-btn-base:hover{opacity:.88;transform:translateY(-1px)}.lp-react-btn-base:active{transform:translateY(0)}.rc-page{min-height:100vh;background:var(--rc-bg);color:var(--rc-text);font-family:Tajawal,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.rc-page *{box-sizing:border-box;letter-spacing:0}.rc-page a{color:inherit;text-decoration:none}.rc-promo-bar{display:flex;flex-wrap:wrap;justify-content:center;gap:18px;padding:8px 16px;background:var(--rc-primary);color:#fff;font-size:.82rem;font-weight:850}.rc-promo-bar span,.rc-brand,.rc-nav,.rc-header-actions,.rc-hero-actions,.rc-trust-strip,.rc-filter-row,.rc-product-footer,.rc-product-actions,.rc-contact-actions,.rc-footer{display:flex;align-items:center}.rc-promo-bar span,.rc-brand,.rc-button,.rc-contact-actions a{gap:8px}.rc-header{position:sticky;top:0;z-index:40;display:flex;align-items:center;gap:22px;min-height:70px;padding:12px clamp(16px,4vw,56px);border-bottom:1px solid rgba(15,23,42,.08);background:#fffffff0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transition:transform .28s cubic-bezier(.4,0,.2,1);will-change:transform}.rc-header.is-hidden{transform:translateY(-101%)}.rc-header.is-resizing{transition:none}.rc-brand{flex:0 0 auto;min-width:0;font-size:1.12rem;font-weight:950}.rc-brand img,.rc-brand span{width:38px;height:38px;flex:0 0 38px}.rc-brand img{object-fit:contain}.rc-brand span{display:grid;place-items:center;border-radius:8px;background:var(--rc-primary);color:#fff}.rc-brand strong{overflow:hidden;max-width:190px;text-overflow:ellipsis;white-space:nowrap}.rc-nav{gap:18px;margin-inline-start:auto;color:var(--rc-muted);font-size:.92rem;font-weight:850}.rc-nav a:hover,.rc-nav a:focus{color:var(--rc-text)}.rc-header-actions{gap:8px}.rc-header-cta{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:9px 14px;border-radius:8px;background:var(--rc-primary);color:#fff;font-weight:950;white-space:nowrap}.rc-menu-button{display:none;width:40px;height:40px;border:1px solid rgba(15,23,42,.1);border-radius:8px;background:#fff;color:var(--rc-text)}.rc-fav-form{display:contents}.rc-icon-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:40px;height:40px;border:1px solid rgba(15,23,42,.1);border-radius:8px;background:#fff;color:var(--rc-text);font:inherit;font-size:.95rem;cursor:pointer;text-decoration:none;transition:background .15s,border-color .15s,color .15s}.rc-icon-btn:hover,.rc-icon-btn:focus-visible{background:var(--rc-secondary);border-color:var(--rc-primary);color:var(--rc-primary);outline:none}.rc-icon-btn.is-active{color:var(--rc-primary)}.rc-cart-count{position:absolute;top:-4px;inset-inline-end:-4px;min-width:18px;height:18px;padding:0 4px;border-radius:9999px;background:var(--rc-primary);color:#fff;font-size:.68rem;font-weight:900;line-height:18px;pointer-events:none}.rc-mobile-nav{position:absolute;top:70px;right:clamp(16px,4vw,56px);left:clamp(16px,4vw,56px);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:12px;border:1px solid rgba(15,23,42,.1);border-radius:8px;background:#fff;box-shadow:0 18px 42px #0f172a1f}.rc-mobile-nav a{padding:10px 12px;border-radius:8px;background:var(--rc-secondary);font-weight:850}.rc-hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.75fr);gap:42px;align-items:center;min-height:620px;padding:clamp(56px,8vw,96px) clamp(18px,5vw,72px);background:linear-gradient(135deg,var(--rc-secondary),rgba(255,255,255,.94) 54%,color-mix(in srgb,var(--rc-accent) 16%,white))}.rc-hero-copy{max-width:720px}.rc-pill,.rc-kicker{display:inline-flex;align-items:center;min-height:30px;padding:5px 11px;border-radius:8px;background:color-mix(in srgb,var(--rc-primary) 12%,white);color:var(--rc-primary);font-size:.84rem;font-weight:950}.rc-hero h1,.rc-section-heading h2{margin:16px 0 0;color:var(--rc-text);font-weight:950;line-height:1.08}.rc-hero h1{font-size:clamp(2.45rem,5vw,4.4rem)}.rc-hero p,.rc-section-heading p,.rc-product p,.rc-delivery article span,.rc-mini-list span,.rc-mini-list small,.rc-form-state p{color:var(--rc-muted);line-height:1.85}.rc-hero p{max-width:640px;margin:20px 0 0;font-size:1.08rem}.rc-hero-actions{flex-wrap:wrap;gap:12px;margin-top:30px}.rc-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 20px;border:0;border-radius:8px;font:inherit;font-weight:950;cursor:pointer}.rc-button-primary{background:var(--rc-primary);color:#fff;box-shadow:0 16px 34px color-mix(in srgb,var(--rc-primary) 26%,transparent)}.rc-button-soft{border:1px solid color-mix(in srgb,var(--rc-primary) 24%,white);background:#fff;color:var(--rc-primary)}.rc-hero-visual{position:relative;display:grid;place-items:center;min-height:390px;border:1px solid rgba(15,23,42,.09);border-radius:8px;background:var(--rc-surface);box-shadow:0 24px 60px #0f172a1c;overflow:hidden}.rc-hero-visual:before{content:"";position:absolute;inset:18px;border-radius:8px;background:linear-gradient(90deg,rgba(15,23,42,.04) 1px,transparent 1px),linear-gradient(0deg,rgba(15,23,42,.04) 1px,transparent 1px);background-size:34px 34px}.rc-hero-visual>i{position:relative;z-index:1;color:var(--rc-primary);font-size:7rem;opacity:.82}.rc-hero-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.rc-hero-stat{position:absolute;z-index:2;display:grid;gap:2px;min-width:104px;padding:12px 14px;border:1px solid rgba(15,23,42,.09);border-radius:8px;background:#fffffff0;box-shadow:0 14px 34px #0f172a1f}.rc-hero-stat-top{top:18px;inset-inline-start:18px}.rc-hero-stat-bottom{bottom:18px;inset-inline-end:18px}.rc-hero-stat strong{color:var(--rc-primary);font-size:1.45rem;line-height:1}.rc-hero-stat span{color:var(--rc-muted);font-size:.78rem;font-weight:850}.rc-trust-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:18px clamp(18px,5vw,72px);border-top:1px solid rgba(15,23,42,.08);border-bottom:1px solid rgba(15,23,42,.08);background:#fff}.rc-trust-strip div{display:flex;align-items:center;gap:10px}.rc-trust-strip i{display:grid;place-items:center;width:38px;height:38px;border-radius:8px;background:color-mix(in srgb,var(--rc-primary) 12%,white);color:var(--rc-primary)}.rc-trust-strip span{display:grid}.rc-trust-strip strong{font-size:.88rem}.rc-trust-strip small{color:var(--rc-muted);font-size:.76rem}.rc-section{padding:72px clamp(18px,5vw,72px)}.rc-section:nth-of-type(2n){background:#fff}.rc-section-heading{max-width:760px;margin-bottom:28px}.rc-section-heading h2{font-size:clamp(2rem,4vw,3rem)}.rc-section-heading p{margin:12px 0 0}.rc-category-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.rc-category-grid button,.rc-order-chips button{border:1px solid rgba(15,23,42,.09);border-radius:8px;background:#fff;color:var(--rc-text);font:inherit;cursor:pointer}.rc-category-grid button{display:grid;place-items:center;gap:8px;min-height:138px;padding:16px;text-align:center}.rc-category-grid i{display:grid;place-items:center;width:50px;height:50px;border-radius:8px;background:color-mix(in srgb,var(--rc-primary) 12%,white);color:var(--rc-primary);font-size:1.35rem}.rc-category-grid strong{font-size:.92rem}.rc-category-grid small{color:var(--rc-muted);font-weight:850}.rc-filter-row{flex-wrap:wrap;gap:9px;margin-bottom:24px}.rc-filter-row button{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:8px 13px;border:1px solid rgba(15,23,42,.1);border-radius:8px;background:#fff;color:var(--rc-muted);font:inherit;font-weight:900;cursor:pointer}.rc-filter-row button.is-active{border-color:var(--rc-primary);background:var(--rc-primary);color:#fff}.rc-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.rc-product{overflow:hidden;border:1px solid rgba(15,23,42,.09);border-radius:8px;background:#fff;box-shadow:0 14px 34px #0f172a0f}.rc-product img,.rc-product-empty{width:100%;aspect-ratio:1 / 1;background:var(--rc-secondary)}.rc-product img{display:block;object-fit:cover}.rc-product-empty{display:grid;place-items:center;color:var(--rc-primary);font-size:2.4rem}.rc-product-body{padding:15px}.rc-product-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:24px;color:var(--rc-muted);font-size:.78rem;font-weight:850}.rc-product-meta b{color:var(--rc-primary)}.rc-product h3{margin:10px 0 7px;font-size:1.04rem;font-weight:950}.rc-product p{min-height:58px;margin:0;font-size:.88rem}.rc-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.rc-tags span{min-height:24px;padding:4px 8px;border-radius:8px;background:var(--rc-secondary);color:var(--rc-muted);font-size:.76rem;font-weight:850}.rc-product-footer{justify-content:space-between;gap:12px;margin-top:15px}.rc-product-footer strong{display:block;color:var(--rc-primary);font-size:1.08rem}.rc-product-footer del{display:block;color:var(--rc-muted);font-size:.78rem}.rc-product-actions{gap:7px}.rc-product-actions a,.rc-product-actions button{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:7px 11px;border-radius:8px;font:inherit;font-size:.82rem;font-weight:900}.rc-product-actions a{border:1px solid rgba(15,23,42,.1)}.rc-product-actions button{border:0;background:var(--rc-text);color:#fff;cursor:pointer}.rc-empty-state{grid-column:1 / -1;padding:26px;border:1px dashed rgba(15,23,42,.16);border-radius:8px;background:#fff;color:var(--rc-muted);font-weight:850;text-align:center}.rc-table{overflow:hidden;border:1px solid rgba(15,23,42,.1);border-radius:8px;background:#fff}.rc-table-head,.rc-table-row{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(90px,.6fr) minmax(90px,.6fr) minmax(90px,.7fr);gap:12px;align-items:center;padding:13px 16px}.rc-table-head{background:color-mix(in srgb,var(--rc-primary) 10%,white);color:var(--rc-muted);font-size:.78rem;font-weight:950}.rc-table-row{border-top:1px solid rgba(15,23,42,.08);font-size:.92rem}.rc-table-row strong{color:var(--rc-primary)}.rc-delivery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.rc-delivery article{display:grid;gap:9px;padding:20px;border:1px solid rgba(15,23,42,.09);border-radius:8px;background:#fff}.rc-delivery i{color:var(--rc-primary);font-size:1.25rem}.rc-delivery b{color:var(--rc-primary);font-size:1.28rem}.rc-delivery small{padding:6px 9px;border-radius:8px;background:var(--rc-secondary);color:var(--rc-primary);font-weight:850}.rc-order{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,430px);gap:28px;align-items:start;background:#fff}.rc-order-chips{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.rc-order-chips button{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:58px;padding:12px 14px;text-align:start}.rc-order-chips strong{color:var(--rc-primary);white-space:nowrap}.rc-order-form{display:grid;gap:13px;padding:24px;border:1px solid rgba(15,23,42,.09);border-radius:8px;background:var(--rc-surface);box-shadow:0 18px 44px #0f172a14}.rc-order-form label{display:grid;gap:7px;color:var(--rc-muted);font-weight:850}.rc-order-form input{width:100%;min-height:44px;padding:10px 12px;border:1px solid rgba(15,23,42,.12);border-radius:8px;color:var(--rc-text);font:inherit}.rc-form-state{display:grid;place-items:center;gap:10px;min-height:260px;text-align:center}.rc-form-state i{color:var(--rc-primary);font-size:2.5rem}.rc-form-state h3{margin:0;font-size:1.25rem}.rc-form-state p{margin:0}.rc-error{margin:0;color:#b91c1c;font-size:.86rem;font-weight:850}.rc-contact{display:grid;grid-template-columns:minmax(0,1fr) repeat(2,minmax(220px,.45fr));gap:18px}.rc-contact-main,.rc-mini-list{padding:22px;border:1px solid rgba(15,23,42,.09);border-radius:8px;background:#fff}.rc-contact-actions{flex-wrap:wrap;gap:10px}.rc-contact-actions a{display:inline-flex;min-height:44px;padding:10px 14px;border-radius:8px;background:var(--action-color, var(--rc-primary));color:#fff;font-weight:950}.rc-mini-list{display:grid;gap:10px}.rc-mini-list h3{margin:0;font-size:1.05rem}.rc-mini-list div{display:grid;gap:3px;padding:10px;border-radius:8px;background:var(--rc-secondary)}.rc-footer{justify-content:space-between;gap:12px;padding:22px clamp(18px,5vw,72px);border-top:1px solid rgba(15,23,42,.1);background:#fff;color:var(--rc-muted);font-weight:850}.rc-footer a{color:var(--rc-primary)}@media(max-width:1100px){.rc-nav{display:none}.rc-header-actions{margin-inline-start:auto}.rc-menu-button{display:inline-grid;place-items:center}.rc-category-grid,.rc-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:860px){.rc-hero,.rc-order,.rc-contact{grid-template-columns:1fr}.rc-hero{min-height:auto}.rc-trust-strip,.rc-delivery-grid,.rc-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.rc-header-cta{display:none}.rc-brand strong{max-width:150px}.rc-hero-visual{min-height:300px}.rc-trust-strip,.rc-category-grid,.rc-product-grid,.rc-delivery-grid,.rc-order-chips{grid-template-columns:1fr}.rc-table{overflow-x:auto}.rc-table-head,.rc-table-row{min-width:640px}.rc-product p{min-height:auto}.rc-footer{align-items:flex-start;flex-direction:column}.rc-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rc-offers-grid{grid-template-columns:1fr}}.rc-offers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:18px;margin-top:24px}.rc-offer-card{border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;background:#fff;display:flex;flex-direction:column;box-shadow:0 2px 8px #0000000f;transition:box-shadow .2s}.rc-offer-card:hover{box-shadow:0 6px 24px #0000001a}.rc-offer-image{width:100%;height:180px;object-fit:cover}.rc-offer-body{padding:18px;display:flex;flex-direction:column;gap:8px;flex:1}.rc-offer-badge{display:inline-block;padding:3px 10px;border-radius:20px;background:var(--rc-accent, #f59e0b);color:#fff;font-size:.78rem;font-weight:700;align-self:flex-start}.rc-offer-card h3{margin:0;font-size:1.08rem;font-weight:700;color:var(--rc-text, #0f172a)}.rc-offer-card p{margin:0;font-size:.9rem;color:var(--rc-muted, #64748b);line-height:1.6}.rc-offer-price{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:2px}.rc-offer-price-after{color:var(--rc-primary, #059669);font-size:1.15rem;font-weight:700}.rc-offer-price-before{color:var(--rc-muted, #64748b);font-size:.88rem;font-weight:400;text-decoration:line-through}.rc-offer-expires{display:flex;align-items:center;gap:6px;font-size:.82rem;color:var(--rc-muted, #64748b)}.rc-gallery-grid{display:grid;grid-template-columns:repeat(var(--gallery-cols, 3),minmax(0,1fr));gap:10px;margin-top:24px}.rc-gallery-item{margin:0;overflow:hidden;border-radius:8px;aspect-ratio:4 / 3;position:relative}.rc-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.rc-gallery-item:hover img{transform:scale(1.04)}.rc-gallery-item figcaption{position:absolute;bottom:0;inset-inline:0;padding:6px 10px;font-size:.82rem;color:#fff;background:#00000085;text-align:center}.rc-location-address{display:flex;align-items:center;gap:8px;font-size:1rem;color:var(--rc-muted, #64748b);margin-top:14px}.rc-location-address i{color:var(--rc-primary, #059669);font-size:1.1rem}.rc-map-two-col{display:grid;grid-template-columns:1fr 1.5fr;gap:clamp(24px,4vw,56px);align-items:center}.rc-map-info{display:flex;flex-direction:column;gap:16px}.rc-map-title{font-size:clamp(1.4rem,2.8vw,2rem);font-weight:700;color:var(--rc-text, #111827);line-height:1.2;margin:0}.rc-map-subtitle{color:var(--rc-muted, #6b7280);font-size:.95rem;line-height:1.65;margin:0}.rc-map-address{display:flex;align-items:flex-start;gap:10px;font-style:normal;line-height:1.6;font-size:.95rem;color:var(--rc-muted, #4b5563)}.rc-map-address i{color:var(--rc-primary, #059669);font-size:1.1rem;flex-shrink:0;margin-top:3px}.rc-map-dir-btn{display:inline-flex;align-items:center;gap:8px;background:var(--rc-primary, #059669);color:#fff;font-size:.88rem;font-weight:600;padding:10px 20px;border-radius:8px;text-decoration:none;width:fit-content;transition:filter .2s}.rc-map-dir-btn:hover{filter:brightness(.85)}.rc-map-embed{border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #0000001a;height:380px}.rc-map-embed iframe{display:block;width:100%;height:100%}@media(max-width:767px){.rc-map-two-col{grid-template-columns:1fr;gap:20px}.rc-map-embed{height:260px}.rc-map-title{font-size:1.3rem}}.location-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.45rem .9rem;border-radius:9999px;border:1px solid #e5e7eb;background:#fff;color:#111827;font-size:.85rem;font-weight:700;line-height:1;cursor:pointer;text-decoration:none;box-shadow:0 1px 2px #0f172a0a;transition:background-color .16s ease,border-color .16s ease,transform .16s ease,box-shadow .16s ease;position:relative;max-width:100%;min-width:0}.location-pill:hover,.location-pill:focus-visible{border-color:#f59e0b;background:#fffbeb;transform:translateY(-1px);box-shadow:0 4px 12px #f59e0b2e;outline:none}.location-pill__icon{color:#ea580c;font-size:.95rem;flex-shrink:0}.location-pill__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:14rem}.location-pill__hint{color:#6b7280;font-weight:600;margin-inline-end:.15rem}.location-pill__city{color:#9a3412;font-weight:800}.location-pill__caret{color:#9ca3af;font-size:.75rem;flex-shrink:0;transition:transform .16s ease}.location-pill:hover .location-pill__caret,.location-pill:focus-visible .location-pill__caret{color:#ea580c;transform:translateY(1px)}.location-pill.is-empty{border-color:#fdba74;background:#fff7ed}.location-pill.is-empty .location-pill__label{color:#9a3412}.location-pill.is-empty:after{content:"";position:absolute;inset:-2px;border-radius:9999px;border:2px solid #fb923c;opacity:.6;animation:location-pill-pulse 2s ease-out infinite;pointer-events:none}@keyframes location-pill-pulse{0%{transform:scale(.96);opacity:.55}70%{transform:scale(1.08);opacity:0}to{transform:scale(1.08);opacity:0}}@media(prefers-reduced-motion:reduce){.location-pill.is-empty:after{animation:none;opacity:0}}.location-pill.on-dark{background:#ffffff24;border-color:#ffffff47;color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.location-pill.on-dark .location-pill__icon{color:#fed7aa}.location-pill.on-dark .location-pill__hint{color:#ffffffc7}.location-pill.on-dark .location-pill__city{color:#fff}.location-pill.on-dark .location-pill__caret{color:#ffffffb3}.location-pill.on-dark:hover,.location-pill.on-dark:focus-visible{background:#ffffff38;border-color:#ffffff73}:root{color-scheme:light;--lm-bg: #f8fafc;--lm-bg-soft: #f1f5f9;--lm-panel: #ffffff;--lm-line: rgba(15, 23, 42, .08);--lm-text: #0f172a;--lm-muted: #64748b;--lm-accent: #0f766e;--lm-accent-strong: #115e59;--lm-accent-soft: #f0fdfa;--lm-direct: #0f766e;--lm-direct-strong: #0f4b45;--lm-direct-soft: #ccfbf1;--lm-warm-start: rgba(234, 88, 12, .09);--lm-warm-end: rgba(5, 150, 105, .07);--lm-shadow-xs: 0 1px 3px rgba(15, 23, 42, .04);--lm-shadow-sm: 0 4px 12px rgba(15, 23, 42, .06), 0 1px 2px rgba(15, 23, 42, .04);--lm-shadow: 0 8px 24px rgba(15, 23, 42, .07), 0 2px 6px rgba(15, 23, 42, .04);--lm-shadow-md: 0 14px 36px rgba(15, 23, 42, .09), 0 4px 10px rgba(15, 23, 42, .05);--lm-shadow-lg: 0 22px 52px rgba(15, 23, 42, .11), 0 6px 16px rgba(15, 23, 42, .06);--lm-shadow-xl: 0 32px 72px rgba(15, 23, 42, .14), 0 8px 24px rgba(15, 23, 42, .08);--lm-shadow-glow: 0 0 0 1px rgba(15, 118, 110, .08), 0 8px 28px rgba(15, 118, 110, .12);--lm-shadow-button: 0 8px 22px rgba(15, 118, 110, .22), 0 2px 6px rgba(15, 118, 110, .14);--lm-shadow-card-hover: 0 18px 44px rgba(15, 23, 42, .1), 0 4px 12px rgba(15, 23, 42, .06);--lm-shadow-raised: 0 20px 48px rgba(15, 23, 42, .12), 0 6px 16px rgba(15, 23, 42, .06);--lm-radius: 22px;--lm-radius-sm: 14px;--lm-radius-lg: 26px;--lm-radius-pill: 999px;--lm-card-padding: .95rem}*{box-sizing:border-box}html,body,#app{min-height:100%}body{margin:0;font-family:Tajawal,Segoe UI,sans-serif;background:radial-gradient(ellipse at 18% 0%,rgba(234,88,12,.07) 0%,transparent 48%),radial-gradient(ellipse at 82% 80%,rgba(5,150,105,.06) 0%,transparent 42%),linear-gradient(170deg,#fefdfb,#fdf8f2 55%,#fef5ec);color:var(--lm-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline-offset:2px}.lm-page{min-height:100vh}.lm-page--density-compact{--lm-card-padding: .8rem}.lm-page--density-compact .lm-section,.lm-page--density-compact .lm-spotlight-shell,.lm-page--density-compact .lm-results-toolbar,.lm-page--density-compact .lm-command-card{gap:.75rem}.lm-page--template-trust_compare{--lm-direct: #1d4ed8;--lm-direct-strong: #1e3a8a}.lm-page--template-service_guide{--lm-direct: #7c3aed;--lm-direct-strong: #5b21b6}.lm-shell{width:min(1240px,calc(100% - 1.5rem));margin:0 auto}.lm-header-bar{display:grid;grid-template-columns:1fr;gap:.5rem;align-items:center;padding:.55rem 0}.lm-header-bar--compact{padding:.4rem 0}.lm-city-identity{padding:.55rem 0 0;min-width:0}.lm-city-identity-bar{display:flex;align-items:center;gap:.7rem;padding:.6rem 1rem;border-radius:18px;background:linear-gradient(135deg,#ffffffbf,#f8fafcb3);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(15,118,110,.1);box-shadow:var(--lm-shadow-sm);min-width:0}.lm-city-identity-icon{display:grid;place-items:center;width:38px;height:38px;flex-shrink:0;border-radius:12px;background:linear-gradient(135deg,var(--lm-accent) 0%,#0d9488 100%);color:#fff;font-size:1rem;box-shadow:0 6px 16px #0f766e40}.lm-city-identity-copy{display:flex;flex-wrap:wrap;align-items:baseline;gap:.25rem .6rem;min-width:0}.lm-city-identity-label{font-size:.82rem;font-weight:800;color:var(--lm-text)}.lm-city-identity-sector{color:var(--lm-accent);font-weight:900}.lm-city-identity-stats{display:inline-flex;flex-wrap:wrap;align-items:center;gap:.15rem;color:var(--lm-muted);font-size:.72rem;font-weight:700}.lm-city-identity-stat{display:inline-flex;align-items:center;gap:.22rem;white-space:nowrap}.lm-city-identity-stat i{font-size:.62rem;color:var(--lm-accent);opacity:.8}.lm-city-identity-stat strong{color:var(--lm-accent);font-weight:800}.lm-city-identity-sep{margin:0 .15rem;opacity:.4}@media(max-width:720px){.lm-city-identity{padding:.35rem 0 0}.lm-city-identity-bar{padding:.5rem .75rem;border-radius:16px;gap:.5rem}.lm-city-identity-icon{width:32px;height:32px;font-size:.85rem}.lm-city-identity-label{font-size:.76rem}.lm-city-identity-stats{font-size:.68rem}}.lm-header-shell{position:sticky;top:64px;z-index:40;backdrop-filter:blur(22px) saturate(170%);-webkit-backdrop-filter:blur(22px) saturate(170%);background:#fefbf7e0;border-bottom:1px solid rgba(234,88,12,.08);box-shadow:0 2px 16px #ea580c0a,0 6px 24px #0f172a0a;transition:transform .28s cubic-bezier(.22,1,.36,1);transform:translateY(0)}.lm-header-shell.is-hidden{transform:translateY(-100%)}.lm-header{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1.9fr);gap:.75rem;align-items:center;padding:.75rem 0 .6rem}.lm-brand-lockup{display:grid;gap:.12rem;min-width:0}.lm-brand-lockup h1,.lm-hero-copy h2,.lm-section-head h3,.lm-offer-body h4,.lm-restaurant-body h4,.lm-product-body h4{margin:0;font-weight:900;letter-spacing:0}.lm-brand-lockup h1{font-size:clamp(1.3rem,2vw,1.8rem);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lm-kicker,.lm-section-kicker,.lm-toolbar-label{display:inline-flex;align-items:center;gap:.3rem;color:var(--lm-text);font-size:.72rem;font-weight:800}.lm-searchbar{display:grid;grid-template-columns:minmax(0,1fr) minmax(120px,180px);gap:.4rem;padding:.4rem;border-radius:var(--lm-radius-lg);background:#ffffffd9;backdrop-filter:blur(16px) saturate(140%);-webkit-backdrop-filter:blur(16px) saturate(140%);border:1px solid rgba(255,255,255,.6);box-shadow:var(--lm-shadow-md)}.lm-searchbar input,.lm-city-picker select{border:0;background:transparent;outline:none;color:var(--lm-text)}.lm-searchbar input{padding:0 1rem;min-width:0}.lm-primary-link,.lm-secondary-link,.lm-ghost-link,.lm-chip,.lm-pill,.lm-city-picker{transition:transform .22s cubic-bezier(.22,1,.36,1),box-shadow .22s cubic-bezier(.22,1,.36,1),background-color .18s ease,border-color .18s ease}.lm-primary-link{border:0;cursor:pointer;padding:.65rem .95rem;min-height:40px;border-radius:12px;background:linear-gradient(135deg,var(--lm-accent) 0%,#0d9488 100%);color:#fff;font-weight:800;box-shadow:var(--lm-shadow-button)}.lm-primary-link:hover,.lm-secondary-link:hover,.lm-ghost-link:hover,.lm-chip:hover,.lm-pill:hover,.lm-city-picker:hover{transform:translateY(-1px)}.lm-city-strip{display:inline-flex;flex-wrap:wrap;align-items:center;gap:.5rem;min-width:0}.lm-city-strip-status{display:inline-flex;align-items:center;gap:.4rem;padding:.42rem .85rem;border-radius:999px;background:#f0fdfa;color:var(--lm-text);font-size:.84rem;font-weight:900;white-space:nowrap;border:1px solid #99f6e4}.lm-city-strip-status.is-muted{background:#f1f5f9;color:#475569;border-color:#e2e8f0}.lm-city-strip-status i{color:var(--lm-accent);font-size:.95rem}.lm-city-strip-status.is-muted i{color:#64748b}.lm-city-strip-prefix{color:var(--lm-muted);font-weight:700}.lm-city-strip-name{color:var(--lm-accent);font-weight:900}.lm-city-strip-action{display:inline-flex;align-items:center;gap:.35rem;padding:.42rem .8rem;border-radius:999px;border:1px solid transparent;cursor:pointer;font-size:.8rem;font-weight:900;text-decoration:none;white-space:nowrap;transition:background-color .16s ease,color .16s ease,border-color .16s ease,transform .16s ease}.lm-city-strip-action:hover{transform:translateY(-1px)}.lm-city-strip-action.is-primary{background:var(--lm-accent);color:#fff}.lm-city-strip-action.is-primary:hover{background:#b45309}.lm-city-strip-action.is-ghost{background:#fff;color:var(--lm-text);border-color:#e5e7eb}.lm-city-strip-action.is-ghost:hover{background:#f8fafc;border-color:#cbd5e1}.lm-city-strip-action:disabled{cursor:wait;opacity:.7;transform:none}.lm-city-strip-error{flex-basis:100%;color:#b91c1c;font-size:.72rem;font-weight:700;line-height:1.3}.lm-location-gate{position:fixed;inset:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:220}.lm-location-gate-panel{background:#fff;border-radius:1.25rem;box-shadow:0 24px 64px #0f172a47;width:min(420px,100%);max-height:min(86vh,640px);display:flex;flex-direction:column;overflow:hidden;animation:lmLocationGateIn .2s ease-out}@keyframes lmLocationGateIn{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.lm-location-gate-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 1.1rem .7rem;border-bottom:1px solid #f3f4f6}.lm-location-gate-header h2{margin:0;font-size:1rem;font-weight:800;color:#111827}.lm-location-gate-header p{margin:.2rem 0 0;font-size:.78rem;color:#6b7280;line-height:1.5}.lm-location-gate-close{background:#f3f4f6;border:0;width:2rem;height:2rem;border-radius:999px;color:#475569;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.lm-location-gate-close:hover{background:#e5e7eb}.lm-location-gate-body{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden;padding:0 .6rem}.lm-location-gate-gps-row{display:flex;align-items:center;gap:.5rem;padding:.55rem .5rem .45rem;border-bottom:1px solid #f3f4f6}.lm-location-gate-gps{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .75rem;border-radius:999px;border:1px solid #e5e7eb;background:#fff;color:#6b7280;font-weight:700;font-size:.78rem;cursor:pointer;white-space:nowrap;transition:background .12s ease,border-color .12s ease,color .12s ease,box-shadow .12s ease}.lm-location-gate-gps i{color:#ea580c;font-size:.85rem}.lm-location-gate-gps:hover:not(:disabled){background:#fff7ed;border-color:#fdba74;color:#9a3412;box-shadow:0 2px 8px #ea580c1f}.lm-location-gate-gps:disabled{opacity:.6;cursor:wait}.lm-location-gate-error{color:#b91c1c;font-size:.72rem;font-weight:700;margin:0}.lm-location-gate-list{list-style:none;margin:.35rem 0;padding:0;overflow-y:auto;flex:1}.lm-location-gate-list li{margin:0}.lm-location-gate-item{display:flex;align-items:center;gap:.55rem;width:100%;background:transparent;border:0;padding:.6rem .7rem;border-radius:.65rem;color:#1f2937;font-size:.86rem;font-weight:700;text-align:start;cursor:pointer;text-decoration:none!important;transition:background .12s ease}.lm-location-gate-item:hover{background:#fff7ed}.lm-location-gate-item.is-active{background:#ffedd5;color:#9a3412}.lm-location-gate-item-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lm-location-gate-item-count{font-size:.74rem;font-weight:700;color:#6b7280;padding:.1rem .45rem;border-radius:999px;background:#fff;border:1px solid #e5e7eb}.lm-location-gate-footer{padding:.6rem 1.1rem .85rem;border-top:1px solid #f3f4f6;display:flex;justify-content:center}.lm-location-gate-all{background:transparent;border:1px solid #e5e7eb;color:#475569;padding:.55rem 1rem;border-radius:999px;font-weight:700;font-size:.82rem;display:inline-flex;align-items:center;gap:.4rem;cursor:pointer;text-decoration:none!important;transition:background .12s ease,border-color .12s ease}.lm-location-gate-all:hover{background:#f8fafc;border-color:#cbd5e1}.lm-city-picker-overlay{position:fixed;inset:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:200;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.lm-city-picker-panel{background:#fff;border-radius:1.25rem;max-width:32rem;width:100%;max-height:min(90vh,40rem);display:flex;flex-direction:column;box-shadow:0 22px 60px #0f172a47;overflow:hidden}.lm-city-picker-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:1.1rem 1.25rem .6rem;border-bottom:1px solid #f1f5f9}.lm-city-picker-header h2{font-size:1.05rem;font-weight:900;color:var(--lm-text);margin:0}.lm-city-picker-header p{margin:.3rem 0 0;font-size:.82rem;color:var(--lm-muted);line-height:1.45}.lm-city-picker-close{border:0;background:#f1f5f9;color:var(--lm-muted);width:2rem;height:2rem;border-radius:999px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.lm-city-picker-close:hover{background:#e2e8f0;color:var(--lm-text)}.lm-city-picker-gps{padding:.85rem 1.25rem;display:flex;flex-direction:column;align-items:stretch;gap:.4rem;border-bottom:1px dashed #e2e8f0}.lm-city-picker-gps .lm-city-strip-action{justify-content:center}.lm-city-picker-list{list-style:none;margin:0;padding:.5rem 0;overflow-y:auto;flex:1 1 auto}.lm-city-picker-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;font-size:.9rem;font-weight:700;color:var(--lm-text);text-decoration:none}.lm-city-picker-item:hover{background:#f0fdfa}.lm-city-picker-item.is-active{background:#fff1e0;color:var(--lm-accent)}.lm-city-picker-item-name{flex:1 1 auto}.lm-city-picker-item-count{color:var(--lm-muted);font-size:.78rem;font-weight:700}.lm-city-picker-footer{padding:.85rem 1.25rem;border-top:1px solid #f1f5f9;display:flex;justify-content:stretch}.lm-city-picker-footer .lm-city-strip-action{flex:1 1 auto;justify-content:center}.lm-city-picker{display:grid;gap:.12rem;min-width:0;padding:.25rem .6rem .25rem .2rem;border-right:1px solid #e0e0e0;color:var(--lm-muted)}.lm-city-picker span{font-size:.65rem;opacity:.8;line-height:1}.lm-city-picker select{color:var(--lm-text);padding:0}.lm-pills-row{display:flex;gap:.5rem;overflow-x:auto;padding:0 0 .75rem;scrollbar-width:none;-ms-overflow-style:none}.lm-pills-row::-webkit-scrollbar{display:none}.lm-pill{flex:0 0 auto;display:inline-flex;align-items:center;gap:.35rem;padding:.62rem 1.1rem;border-radius:999px;border:none;background:#ffffffb3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:var(--lm-text);font-weight:800;font-size:.84rem;box-shadow:var(--lm-shadow-xs)}.lm-pill small{padding:.15rem .35rem;border-radius:999px;background:var(--lm-accent-soft);color:var(--lm-muted)}.lm-pill.is-active{background:linear-gradient(135deg,var(--lm-accent) 0%,#0d9488 100%);color:#fff;border:none;box-shadow:var(--lm-shadow-glow);transform:translateY(-1px)}.lm-pill[disabled]{cursor:not-allowed;opacity:.72}.lm-content{padding:1.05rem 0 1.7rem;display:grid;gap:1.15rem}.lm-content>*{min-width:0}.lm-direct-order-card{display:grid;grid-template-columns:minmax(0,1fr);gap:1rem;align-items:center;padding:2rem 2rem 1.75rem;border-radius:28px;background:radial-gradient(ellipse at 90% 110%,rgba(var(--lm-hero-accent-rgb, 234, 88, 12),.18) 0%,transparent 52%),radial-gradient(ellipse at 10% -20%,rgba(255,255,255,.06) 0%,transparent 40%),linear-gradient(145deg,#1a0900,#2d1206 35%,#1a0900);border:1px solid rgba(var(--lm-hero-accent-rgb, 234, 88, 12),.35);color:#fff;box-shadow:0 32px 80px #1a09004d,inset 0 1px #ffffff0f;overflow:hidden;position:relative}.lm-direct-order-card:before{content:"";position:absolute;inset-inline-end:-60px;top:-80px;width:380px;height:380px;border-radius:999px;background:radial-gradient(circle,rgba(var(--lm-hero-accent-rgb, 234, 88, 12),.14) 0%,transparent 65%);pointer-events:none}.lm-direct-order-card--immersive{background:radial-gradient(ellipse at 90% 110%,rgba(var(--lm-hero-accent-rgb, 234, 88, 12),.18) 0%,transparent 52%),radial-gradient(ellipse at 10% -20%,rgba(255,255,255,.06) 0%,transparent 40%),linear-gradient(145deg,#1a0900,#2d1206 35%,#1a0900)}.lm-direct-order-card--comparison{background:linear-gradient(135deg,#eff6ff,#dbeafe)}.lm-direct-order-card--comparison h2,.lm-direct-order-card--comparison p,.lm-direct-order-card--comparison .lm-direct-kicker,.lm-direct-order-card--comparison .lm-direct-step,.lm-direct-order-card--comparison .lm-direct-stat{color:#0f172a}.lm-direct-order-card--minimal{box-shadow:var(--lm-shadow-soft)}.lm-direct-copy,.lm-direct-side,.lm-direct-steps{display:grid;min-width:0}.lm-direct-copy{align-content:center;gap:.7rem;position:relative;z-index:1}.lm-direct-kicker{display:inline-flex;align-items:center;gap:.3rem;width:fit-content;padding:.32rem .75rem;border-radius:999px;background:rgba(var(--lm-hero-accent-rgb, 249, 115, 22),.22);border:1px solid rgba(var(--lm-hero-accent-rgb, 249, 115, 22),.4);color:var(--lm-hero-accent, #fdba74);font-size:.76rem;font-weight:900;letter-spacing:.03em;transition:background .22s ease,border-color .22s ease}.lm-direct-order-card h2{margin:0;max-width:52rem;color:#fff;font-size:clamp(1.6rem,2.8vw,2.6rem);line-height:1.2;font-weight:900;letter-spacing:-.01em;overflow-wrap:anywhere}.lm-direct-order-card p{margin:0;max-width:44rem;color:#ffe0c8e0;font-size:1rem;line-height:1.75}.lm-direct-actions{display:flex;flex-wrap:wrap;gap:.55rem;align-items:center;margin-top:.25rem}.lm-direct-order-card .lm-primary-link,.lm-direct-order-card .lm-secondary-link{min-height:42px;border-radius:14px;box-shadow:none}.lm-direct-order-card .lm-primary-link{background:linear-gradient(135deg,var(--lm-hero-accent, #0f766e) 0%,rgba(var(--lm-hero-accent-rgb, 15, 118, 110),.9) 100%);color:#fff;box-shadow:0 10px 32px rgba(var(--lm-hero-accent-rgb, 234, 88, 12),.45)}.lm-direct-order-card .lm-secondary-link{background:#ffffff1f;border-color:#ffffff3d;color:#fff}.lm-direct-side{display:none}.lm-direct-steps{gap:.45rem}.lm-direct-step{display:flex;align-items:center;gap:.55rem;min-height:44px;padding:.55rem .65rem;border-radius:14px;background:#ffffff1c;border:1px solid rgba(255,255,255,.18);color:#fff;font-weight:900}.lm-direct-step strong{display:inline-grid;place-items:center;width:1.55rem;height:1.55rem;border-radius:999px;background:#fff;color:var(--lm-direct-strong);font-size:.78rem;flex:0 0 auto}.lm-direct-stats{display:flex;flex-wrap:wrap;gap:.45rem}.lm-direct-stat{display:inline-flex;align-items:center;gap:.4rem;min-height:36px;padding:.4rem .62rem;border-radius:999px;background:#ffffff24;color:#eafff8;font-size:.8rem;font-weight:800}.lm-direct-stat strong{color:#fff;font-size:.95rem}.lm-hero-card,.lm-toolbar-card,.lm-empty-card,.lm-offer-card,.lm-restaurant-card,.lm-product-card{background:var(--lm-panel);border:none;box-shadow:var(--lm-shadow)}.lm-hero-card{display:grid;grid-template-columns:1.4fr 1fr;gap:.75rem;padding:1rem;border-radius:16px;background:var(--lm-panel);color:var(--lm-text)}.lm-hero-copy{display:grid;gap:.8rem}.lm-hero-copy h2{font-size:clamp(1.4rem,2.5vw,2.2rem);line-height:1.1}.lm-hero-copy p{margin:0;max-width:48rem;font-size:.9rem;line-height:1.6;color:var(--lm-muted)}.lm-hero-actions{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center}.lm-hero-city,.lm-ghost-link{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:.6rem .8rem;border-radius:var(--lm-radius-sm);background:var(--lm-accent-soft);color:var(--lm-text);border:1px solid var(--lm-line)}.lm-stat-grid{display:grid;gap:.5rem}.lm-stat-card{padding:.8rem;border-radius:var(--lm-radius-sm);background:var(--lm-accent-soft);border:1px solid var(--lm-line)}.lm-stat-card span{display:block;margin-bottom:.2rem;color:var(--lm-muted);font-size:.75rem}.lm-stat-card strong{font-size:clamp(1.5rem,3vw,2.4rem)}.lm-toolbar-card{padding:.8rem .9rem;border-radius:16px;display:grid;gap:.75rem}.lm-toolbar-group{display:grid;gap:.5rem}.lm-chip-row{display:flex;flex-wrap:wrap;gap:.4rem}.lm-chip{border:0;cursor:pointer;padding:.55rem .8rem;border-radius:999px;background:var(--lm-accent-soft);color:var(--lm-text);font-weight:800;min-height:40px}.lm-chip.is-active{background:linear-gradient(135deg,#0d9488,#14b8a6);color:#fff;box-shadow:0 10px 24px #f973162e}.lm-section{display:grid;gap:1rem}.lm-section--offers,.lm-section--providers,.lm-section--products{--lm-section-accent: var(--lm-accent)}.lm-section--offers{--lm-section-accent: #0d9488}.lm-section--providers{--lm-section-accent: #0f766e}.lm-section--products{--lm-section-accent: #475569}.lm-section--variant-editorial .lm-offer-card,.lm-section--variant-editorial .lm-restaurant-card,.lm-section--variant-editorial .lm-product-card{box-shadow:var(--lm-shadow-raised);padding:1.25rem;gap:1rem}.lm-section--variant-editorial .lm-offer-body h4,.lm-section--variant-editorial .lm-restaurant-body h4,.lm-section--variant-editorial .lm-product-body h4{font-size:1.05rem;line-height:1.4}.lm-section--variant-visual .lm-offer-media,.lm-section--variant-visual .lm-restaurant-media,.lm-section--variant-visual .lm-product-media{border-radius:22px;min-height:170px}.lm-section--variant-visual .lm-offer-media img,.lm-section--variant-visual .lm-restaurant-media img,.lm-section--variant-visual .lm-product-media img{object-fit:cover}.lm-section--variant-visual .lm-offer-body,.lm-section--variant-visual .lm-restaurant-body,.lm-section--variant-visual .lm-product-body{padding:.85rem}.lm-section--variant-trust .lm-offer-card,.lm-section--variant-trust .lm-restaurant-card,.lm-section--variant-trust .lm-product-card{border:1px solid rgba(15,118,110,.1);background:#fff;box-shadow:var(--lm-shadow);border-radius:var(--lm-radius-lg)}.lm-section--variant-trust .lm-offer-body h4,.lm-section--variant-trust .lm-restaurant-body h4,.lm-section--variant-trust .lm-product-body h4{color:#0f172a;font-weight:800}.lm-section--variant-trust .lm-price-row strong{color:var(--lm-section-accent, #0f766e);font-size:1.05rem}.lm-section--variant-listing .lm-offer-card,.lm-section--variant-listing .lm-restaurant-card,.lm-section--variant-listing .lm-product-card{border-radius:var(--lm-radius);padding:.85rem;gap:.65rem;border:none;background:#fdfdfc;box-shadow:var(--lm-shadow-sm)}.lm-section--variant-listing .lm-offer-body h4,.lm-section--variant-listing .lm-restaurant-body h4,.lm-section--variant-listing .lm-product-body h4{font-size:.92rem;line-height:1.3}.lm-section--variant-compact .lm-offer-body,.lm-section--variant-compact .lm-restaurant-body,.lm-section--variant-compact .lm-product-body{gap:.45rem}.lm-section--variant-compact .lm-offer-body h4,.lm-section--variant-compact .lm-restaurant-body h4,.lm-section--variant-compact .lm-product-body h4{font-size:.88rem}.lm-section--variant-compact .lm-offer-card,.lm-section--variant-compact .lm-restaurant-card,.lm-section--variant-compact .lm-product-card{border-radius:var(--lm-radius-sm);padding:.75rem;gap:.4rem;border:none;background:#fcfcfd;box-shadow:var(--lm-shadow-sm)}.lm-section--variant-compact .lm-offer-media,.lm-section--variant-compact .lm-restaurant-media,.lm-section--variant-compact .lm-product-media{height:140px;border-radius:var(--lm-radius-sm)}.lm-section--variant-compact .lm-product-media{height:120px}.lm-section--variant-compact .lm-price-row{margin-top:.1rem}.lm-section-head{display:flex;align-items:center;justify-content:flex-start;gap:.75rem;min-width:0;padding-inline:.2rem}.lm-section-head h3{font-size:clamp(1.05rem,1.35vw,1.28rem);line-height:1.35;overflow-wrap:anywhere}.lm-section--offers .lm-section-head{align-items:center}.lm-section--offers .lm-section-kicker,.lm-section--providers .lm-section-kicker,.lm-section--products .lm-section-kicker{color:var(--lm-section-accent)}.lm-section-kicker{letter-spacing:.08em;font-weight:900}.lm-section-count{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:.2rem .65rem;border-radius:999px;background:var(--lm-accent-soft);color:var(--lm-text);font-weight:800;white-space:nowrap}.lm-section--offers .lm-section-count,.lm-section--providers .lm-section-count,.lm-section--products .lm-section-count{background:color-mix(in srgb,var(--lm-section-accent) 10%,#ffffff);color:var(--lm-section-accent)}.lm-section--offers .lm-section-count{background:#f0fdfa;border:1px solid #99f6e4;color:#115e59}.lm-empty-card{padding:1.5rem;border-radius:var(--lm-radius-lg);color:var(--lm-muted);box-shadow:var(--lm-shadow-sm);background:#ffffff8c;border:1px dashed rgba(15,23,42,.08);text-align:center}.lm-offer-grid,.lm-restaurant-grid,.lm-product-grid{display:grid;gap:.9rem}.lm-offer-grid,.lm-restaurant-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.lm-product-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.lm-offer-grid.is-single,.lm-restaurant-grid.is-single,.lm-product-grid.is-single{grid-template-columns:minmax(0,420px)}.lm-offer-card,.lm-restaurant-card,.lm-product-card{overflow:hidden;display:grid;grid-template-rows:auto 1fr;border-radius:var(--lm-radius-lg);animation:lm-rise .36s ease both;min-width:0;border:none;box-shadow:var(--lm-shadow);background:linear-gradient(180deg,#fefefe,#fcfcfc)}.lm-offer-card,.lm-restaurant-card,.lm-product-card,.lm-spotlight-banner{transition:border-color .22s ease,box-shadow .22s cubic-bezier(.22,1,.36,1),transform .22s cubic-bezier(.22,1,.36,1)}.lm-offer-card:hover,.lm-restaurant-card:hover,.lm-product-card:hover,.lm-spotlight-banner:hover{transform:translateY(-5px) scale(1.01);box-shadow:var(--lm-shadow-card-hover)}.lm-offer-media,.lm-restaurant-media,.lm-product-media{position:relative;background:var(--lm-accent-soft)}.lm-offer-media{height:220px}.lm-restaurant-media{height:210px}.lm-product-media{height:180px}.lm-offer-media img,.lm-restaurant-media img,.lm-product-media img{width:100%;height:100%;object-fit:cover;display:block}.lm-provider-logo{display:grid;place-items:center;width:42px;height:42px;padding:.22rem;overflow:hidden;border-radius:.75rem;background:#fff;border:1px solid rgba(15,23,42,.14);box-shadow:0 10px 22px #0f172a1f}.lm-provider-logo>img,.lm-offer-media .lm-provider-logo>img,.lm-restaurant-media .lm-provider-logo>img,.lm-product-media .lm-provider-logo>img,.lm-spotlight-banner-media .lm-provider-logo>img{width:100%;height:100%;object-fit:contain;display:block;border-radius:999px}.lm-provider-logo>span{display:grid;place-items:center;width:100%;height:100%;border-radius:999px;background:#f8fafc;color:#0f4b45;font-size:1.05rem;font-weight:900;line-height:1}.lm-provider-logo--media{position:absolute;bottom:.55rem;left:.55rem;z-index:2;width:34px;height:34px;padding:.14rem;box-shadow:0 6px 16px #0f172a33;border-color:#ffffffd9}[dir=rtl] .lm-provider-logo--media{left:auto;right:.55rem}.lm-offer-card--promo .lm-provider-logo--media{border-color:#ffffffb3}.lm-provider-logo--spotlight>span{font-size:.78rem}.lm-product-card--catalog .lm-provider-logo{width:40px;height:40px}.lm-offer-grid>.lm-offer-card--promo:first-child .lm-provider-logo{border-color:#ffffffd1;box-shadow:0 12px 28px #1118273d}.lm-media-fallback{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);color:#94a3b8;font-size:.8rem;font-weight:800}.lm-offer-badge,.lm-product-flag{position:absolute;top:.75rem;right:.75rem;display:inline-flex;align-items:center;padding:.3rem .55rem;border-radius:999px;background:var(--lm-accent);color:#fff;font-size:.73rem;font-weight:800}.lm-offer-body h4,.lm-restaurant-body h4,.lm-product-body h4,.lm-offer-body p,.lm-restaurant-body p,.lm-product-body p{overflow-wrap:anywhere}.lm-offer-card--promo{background:linear-gradient(155deg,#fffdf9,#fff7ed 45%,#fff);border:none;box-shadow:var(--lm-shadow-md)}.lm-offer-grid>.lm-offer-card--promo:first-child{background:linear-gradient(135deg,var(--lm-accent) 0%,#0d9488 58%,#14b8a6 100%);border:none;box-shadow:var(--lm-shadow-xl),0 0 0 1px #ffffff26}.lm-offer-grid>.lm-offer-card--promo:first-child .lm-offer-body h4,.lm-offer-grid>.lm-offer-card--promo:first-child .lm-card-provider-name,.lm-offer-grid>.lm-offer-card--promo:first-child .lm-card-distance,.lm-offer-grid>.lm-offer-card--promo:first-child .lm-price-row strong,.lm-offer-grid>.lm-offer-card--promo:first-child .lm-price-row del{color:#fff}.lm-offer-grid>.lm-offer-card--promo:first-child .lm-card-distance{background:#ffffff26}.lm-offer-grid>.lm-offer-card--promo:first-child .lm-price-row del{opacity:.72}.lm-offer-grid>.lm-offer-card--promo:first-child .lm-offer-media{background:linear-gradient(145deg,#ffffff38,#ffffff14)}.lm-offer-grid>.lm-offer-card--promo:first-child .lm-card-cta-link{background:#fff;color:#115e59}.lm-offer-grid>.lm-offer-card--promo:first-child .lm-offer-badge{background:#111827}.lm-offer-card--promo .lm-offer-media{background:linear-gradient(145deg,#fff2e2,#99f6e4)}.lm-offer-card--promo .lm-offer-body{gap:.4rem;padding:.8rem}.lm-offer-card--promo .lm-offer-badge{right:auto;left:.75rem;background:#111;direction:ltr;unicode-bidi:isolate}.lm-offer-card--promo .lm-price-row strong{font-size:1.2rem;color:var(--lm-accent)}.lm-offer-card--promo .lm-card-cta-link{background:linear-gradient(135deg,var(--lm-accent) 0%,#0d9488 100%);color:#fff}.lm-restaurant-card--provider{display:grid;background:linear-gradient(155deg,#fafff9,#f2fcf7 48%,#fff);border:none;box-shadow:var(--lm-shadow-md);color:inherit;text-decoration:none}.lm-restaurant-card--provider .lm-restaurant-body{gap:.65rem;padding:1rem}.lm-restaurant-card--provider .lm-restaurant-body h4{font-size:1.22rem}.lm-restaurant-card--provider .lm-restaurant-meta span{background:#ecfeff;color:#115e59}.lm-restaurant-card--provider .lm-card-cta-link{background:linear-gradient(135deg,var(--lm-accent) 0%,#0d9488 100%);color:#fff}.lm-restaurant-card--provider .lm-secondary-link{background:#fff;border-color:#99f6e4}.lm-restaurant-card--provider .lm-card-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;margin-top:.25rem}.lm-restaurant-card--provider .lm-card-cta-link,.lm-restaurant-card--provider .lm-card-cta-link--ghost{width:100%;justify-content:center}.lm-restaurant-card--provider .lm-card-actions>a:only-child{grid-column:1 / -1}.lm-product-card--catalog{background:linear-gradient(155deg,#fcfdfe,#f6f8fb 42%,#fff);border:none;box-shadow:var(--lm-shadow-md)}.lm-product-card--catalog .lm-product-media{background:linear-gradient(180deg,#f8fafc,#e2e8f0)}.lm-product-card--catalog .lm-product-body{gap:.42rem;padding:.75rem}.lm-product-card--catalog .lm-product-tags span{background:#f1f5f9;color:#334155}.lm-product-card--catalog .lm-product-flag{right:auto;left:.75rem;background:#334155}.lm-why-badge{display:inline-flex;align-items:center;width:fit-content;padding:.18rem .5rem;border-radius:999px;background:#0f766e14;color:var(--lm-accent);font-size:.66rem;font-weight:800;line-height:1.4;white-space:nowrap}.lm-offer-card--promo .lm-why-badge{background:#0d9689;color:#fff}.lm-offer-grid>.lm-offer-card--promo:first-child .lm-why-badge{background:#ffffff38;color:#fff}.lm-offer-toggle-btn{display:inline-flex;align-items:center;gap:.35rem;width:fit-content;padding:.28rem .7rem;border:1px solid rgba(15,118,110,.2);border-radius:999px;background:#0f766e0f;color:#0f766e;font-size:.7rem;font-weight:800;font-family:inherit;line-height:1.4;cursor:pointer;transition:border-color .15s,color .15s,background .15s,box-shadow .15s}.lm-offer-toggle-btn i{font-size:.6rem}.lm-offer-toggle-btn:hover{border-color:#0f766e;background:#0f766e;color:#fff;box-shadow:0 2px 10px #0f766e2e}.lm-offer-card--promo .lm-offer-toggle-btn{border-color:#0f766e40;background:#0f766e12;color:#0d9488}.lm-offer-card--promo .lm-offer-toggle-btn:hover{background:#0d9488;color:#fff}.lm-offer-grid>.lm-offer-card--promo:first-child .lm-offer-toggle-btn{border-color:#ffffff73;background:#ffffff26;color:#fff}.lm-offer-grid>.lm-offer-card--promo:first-child .lm-offer-toggle-btn:hover{border-color:#fff;background:#fff;color:#0f766e}.lm-product-card--catalog .lm-card-cta-link{border-radius:12px;background:linear-gradient(135deg,var(--lm-accent) 0%,#0d9488 100%);color:#fff}.lm-empty-state{padding:.5rem 0 0}.lm-empty-state-card{display:flex;flex-direction:column;align-items:center;gap:.65rem;padding:2rem 1.5rem;border-radius:var(--lm-radius-lg);background:linear-gradient(160deg,#ffffffb3,#f8fafca6);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(15,23,42,.06);box-shadow:var(--lm-shadow-sm);text-align:center}.lm-empty-state-emoji{font-size:2.4rem;line-height:1}.lm-empty-state-card h3{margin:0;font-size:1.05rem;font-weight:900;color:var(--lm-text);line-height:1.35}.lm-empty-state-hint{margin:0;font-size:.82rem;color:var(--lm-muted);line-height:1.5}.lm-empty-state-cities{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.lm-empty-state-city-link{display:inline-flex;align-items:center;gap:.3rem;padding:.4rem .7rem;border-radius:999px;background:var(--lm-panel);border:1px solid rgba(15,23,42,.08);color:var(--lm-text);font-size:.78rem;font-weight:700;text-decoration:none;box-shadow:var(--lm-shadow-xs);transition:transform .18s ease,box-shadow .18s ease}.lm-empty-state-city-link:hover{transform:translateY(-1px);box-shadow:var(--lm-shadow-sm)}.lm-empty-state-city-link i{color:var(--lm-accent);font-size:.72rem}.lm-empty-state-city-link small{color:var(--lm-muted);font-weight:600}.lm-empty-state-actions{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:.4rem}.lm-empty-state-actions .lm-primary-link,.lm-empty-state-actions .lm-ghost-link{min-height:40px}.lm-cheapest-strip{display:grid;gap:.55rem}.lm-cheapest-head{display:flex;align-items:center;padding-inline:.2rem}.lm-cheapest-track{display:flex;gap:.6rem;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:.15rem}.lm-cheapest-track::-webkit-scrollbar{display:none}.lm-cheapest-card{flex:0 0 min(180px,48vw);display:grid;grid-template-rows:100px auto;border-radius:18px;overflow:hidden;background:var(--lm-panel);box-shadow:var(--lm-shadow);border:none;text-decoration:none;color:inherit;scroll-snap-align:start;transition:transform .2s cubic-bezier(.22,1,.36,1),box-shadow .2s ease}.lm-cheapest-card:hover{transform:translateY(-3px);box-shadow:var(--lm-shadow-card-hover)}.lm-cheapest-media{position:relative;background:var(--lm-accent-soft)}.lm-cheapest-media img{width:100%;height:100%;object-fit:cover;display:block}.lm-cheapest-save{position:absolute;top:.4rem;left:.4rem;display:inline-flex;align-items:center;padding:.15rem .4rem;border-radius:999px;background:#16a34a;color:#fff;font-size:.6rem;font-weight:800;direction:ltr}.lm-cheapest-copy{display:grid;gap:.18rem;padding:.55rem .65rem;min-width:0}.lm-cheapest-name{font-size:.72rem;font-weight:800;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lm-cheapest-provider{font-size:.64rem;color:var(--lm-muted);font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lm-cheapest-price{display:flex;align-items:baseline;gap:.3rem}.lm-cheapest-price strong{font-size:.78rem;font-weight:800;color:var(--lm-accent)}.lm-cheapest-price del{font-size:.62rem;color:#999}.lm-trending-strip{display:grid;gap:.55rem}.lm-trending-head{display:flex;align-items:center;padding-inline:.2rem}.lm-trending-track{display:grid;grid-template-columns:repeat(auto-fill,minmax(155px,1fr));gap:.6rem}.lm-trending-card{position:relative;display:grid;grid-template-rows:110px auto;border-radius:18px;overflow:hidden;background:linear-gradient(160deg,#fffdf9,#fff7ed);box-shadow:var(--lm-shadow);border:none;text-decoration:none;color:inherit;transition:transform .2s cubic-bezier(.22,1,.36,1),box-shadow .2s ease}.lm-trending-card:hover{transform:translateY(-3px);box-shadow:var(--lm-shadow-card-hover)}.lm-trending-rank{position:absolute;top:.25rem;right:.4rem;z-index:1;font-size:.9rem;filter:drop-shadow(0 0 4px rgba(0,0,0,.3))}.lm-trending-media{background:linear-gradient(160deg,#fef3c7,#fde68a)}.lm-trending-media img{width:100%;height:100%;object-fit:cover;display:block}.lm-trending-copy{display:grid;gap:.18rem;padding:.55rem .65rem;min-width:0}.lm-trending-name{font-size:.72rem;font-weight:800;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lm-trending-provider{font-size:.64rem;color:var(--lm-muted);font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lm-trending-price{display:flex;align-items:baseline;gap:.3rem}.lm-trending-price strong{font-size:.78rem;font-weight:800;color:#b45309}.lm-trending-price del{font-size:.62rem;color:#999}@media(max-width:720px){.lm-cheapest-card{flex-basis:min(160px,44vw)}.lm-trending-track{grid-template-columns:repeat(2,minmax(0,1fr))}.lm-trending-card{grid-template-rows:90px auto}.lm-diverse-card{flex-basis:min(160px,44vw);grid-template-rows:90px auto}}.lm-diverse-strip{display:grid;gap:.55rem}.lm-diverse-head{display:flex;align-items:center;padding-inline:.2rem}.lm-diverse-track{display:flex;gap:.6rem;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:.15rem}.lm-diverse-track::-webkit-scrollbar{display:none}.lm-diverse-card{flex:0 0 min(180px,48vw);display:grid;grid-template-rows:100px auto;border-radius:18px;overflow:hidden;background:linear-gradient(160deg,#f0fdfa,#e6f7f4);box-shadow:var(--lm-shadow);border:none;text-decoration:none;color:inherit;scroll-snap-align:start;transition:transform .2s cubic-bezier(.22,1,.36,1),box-shadow .2s ease}.lm-diverse-card:hover{transform:translateY(-3px);box-shadow:var(--lm-shadow-card-hover)}.lm-diverse-media{position:relative;background:linear-gradient(160deg,#ccfbf1,#b8f0df)}.lm-diverse-media img{width:100%;height:100%;object-fit:cover;display:block}.lm-diverse-save{position:absolute;top:.4rem;left:.4rem;display:inline-flex;align-items:center;padding:.15rem .4rem;border-radius:999px;background:#0d9488;color:#fff;font-size:.6rem;font-weight:800;direction:ltr}.lm-diverse-copy{display:grid;gap:.18rem;padding:.55rem .65rem;min-width:0}.lm-diverse-name{font-size:.72rem;font-weight:800;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lm-diverse-provider{font-size:.64rem;color:var(--lm-muted);font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lm-diverse-price{display:flex;align-items:baseline;gap:.3rem}.lm-diverse-price strong{font-size:.78rem;font-weight:800;color:#0f766e}.lm-diverse-price del{font-size:.62rem;color:#999}.lm-card-content--with-logo,.lm-spotlight-banner-copy.has-provider-logo{position:relative}.lm-card-content--with-logo{--lm-logo-reserve: 4.35rem;min-height:4.4rem}.lm-offer-card--promo .lm-card-content--with-logo{--lm-logo-reserve: 4.45rem}.lm-product-card--catalog .lm-card-content--with-logo{--lm-logo-reserve: 4rem}.lm-spotlight-banner-copy.has-provider-logo{--lm-logo-reserve: 3rem}.lm-card-content--with-logo>h4,.lm-card-content--with-logo>p,.lm-card-content--with-logo>.lm-product-tags,.lm-card-content--with-logo>.lm-restaurant-meta,.lm-card-content--with-logo>.lm-price-row,.lm-spotlight-banner-copy.has-provider-logo>.lm-spotlight-banner-badge,.lm-spotlight-banner-copy.has-provider-logo>.lm-spotlight-banner-copy-body{padding-inline-end:var(--lm-logo-reserve)}.lm-card-content--with-logo>.lm-provider-logo,.lm-spotlight-banner-copy.has-provider-logo>.lm-provider-logo{position:absolute;inset-inline-end:.85rem;top:.85rem;z-index:2}.lm-product-card--catalog .lm-card-content--with-logo>.lm-provider-logo{inset-inline-end:.75rem;top:.75rem}.lm-spotlight-banner-copy.has-provider-logo>.lm-provider-logo{inset-inline-end:0;top:.05rem}.lm-offer-body p,.lm-restaurant-body p,.lm-product-body p{margin:0;color:var(--lm-muted);line-height:1.6}.lm-card-meta-row{display:flex;align-items:center;justify-content:space-between;gap:.4rem;min-width:0}.lm-card-provider-name{font-size:.68rem;font-weight:700;color:var(--lm-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.lm-card-distance{flex-shrink:0;font-size:.62rem;font-weight:700;color:var(--lm-accent);background:#0f766e12;padding:.1rem .4rem;border-radius:999px}.lm-card-cta-link{display:inline-flex;align-items:center;gap:.3rem;width:fit-content;padding:.38rem .7rem;border-radius:10px;background:#0f766e12;color:var(--lm-accent);font-size:.72rem;font-weight:800;text-decoration:none;cursor:pointer;transition:background .18s ease,transform .18s ease;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.lm-card-cta-link:hover{background:#0f766e24;transform:translate(-2px)}.lm-card-cta-link--ghost{background:transparent;color:var(--lm-muted);padding:.38rem .55rem}.lm-card-cta-link--ghost:hover{background:#0f172a0a;color:var(--lm-text)}.lm-offer-card--promo .lm-card-cta-link{background:#0d9689;color:#fff}.lm-offer-grid>.lm-offer-card--promo:first-child .lm-card-cta-link{background:#fff3;color:#115e59}.lm-card-actions{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center;margin-top:.1rem}.lm-card-content--with-logo{--lm-logo-reserve: 0;min-height:auto}.lm-card-content--with-logo>.lm-provider-logo{display:none}.lm-product-provider,.lm-offer-provider,.lm-restaurant-location{display:block;font-size:.68rem;color:var(--lm-muted);font-weight:600;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lm-offer-body,.lm-restaurant-body,.lm-product-body{display:grid;gap:.35rem;padding:.75rem;min-width:0}.lm-offer-body h4,.lm-restaurant-body h4,.lm-product-body h4{font-size:.88rem;line-height:1.25;font-weight:800}.lm-offer-grid,.lm-restaurant-grid,.lm-product-grid{display:grid;gap:.7rem}.lm-restaurant-meta,.lm-card-actions,.lm-price-row,.lm-product-tags{display:flex;flex-wrap:wrap;gap:.55rem;align-items:center}.lm-restaurant-meta span,.lm-product-tags span{display:inline-flex;align-items:center;padding:.3rem .5rem;border-radius:999px;background:var(--lm-accent-soft);color:var(--lm-text);font-size:.78rem;font-weight:800}.lm-price-row strong{font-size:1rem;font-weight:700;color:var(--lm-accent)}.lm-price-row del{color:#999}.lm-secondary-link{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:.6rem .8rem;border-radius:12px;background:var(--lm-panel);color:var(--lm-text);border:1px solid var(--lm-line);font-weight:800}.lm-card-actions{margin-top:.15rem}.lm-primary-link,.lm-secondary-link,.lm-ghost-link{width:fit-content}.lm-section--products .lm-card-cta-link,.lm-product-card .lm-card-cta-link{width:100%;justify-content:center}@keyframes lm-rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1080px){.lm-header,.lm-header-bar{grid-template-columns:1fr}.lm-offer-grid,.lm-restaurant-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lm-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.lm-city-picker{width:100%}}@media(max-width:720px){.lm-shell{width:min(100% - .9rem,1240px)}.lm-restaurant-grid,.lm-product-grid{grid-template-columns:1fr}.lm-command-searchbar{grid-template-columns:minmax(0,1fr) auto}.lm-search-field,.lm-city-field{width:100%}.lm-search-submit{width:auto}.lm-primary-link,.lm-secondary-link,.lm-ghost-link{width:100%;justify-content:center}.lm-pills-row{display:none}}.lm-secondary-link,.lm-command-card,.lm-discovery-controls,.lm-results-toolbar,.lm-spotlight-shell,.lm-empty-card,.lm-offer-card,.lm-restaurant-card,.lm-product-card{background:var(--lm-panel);border:1px solid rgba(15,23,42,.05);box-shadow:var(--lm-shadow)}.lm-command-card,.lm-discovery-controls,.lm-results-toolbar,.lm-spotlight-shell{border-radius:24px;padding:.95rem}.lm-spotlight-shell{background:radial-gradient(ellipse at 95% 5%,rgba(234,88,12,.06) 0%,transparent 45%),radial-gradient(ellipse at 5% 95%,rgba(249,115,22,.04) 0%,transparent 40%),linear-gradient(160deg,#fffaf5,#fef7ef 60%,#fef4e6);border:1px solid rgba(234,88,12,.12);box-shadow:var(--lm-shadow-lg)}.lm-command-card,.lm-discovery-controls,.lm-results-toolbar{display:grid;gap:.9rem;background:#ffffffe0;backdrop-filter:blur(18px) saturate(140%);-webkit-backdrop-filter:blur(18px) saturate(140%)}.lm-command-card--prominent{position:relative;z-index:10;border-radius:22px;padding:1.1rem;background:#ffffffeb;backdrop-filter:blur(20px) saturate(150%);-webkit-backdrop-filter:blur(20px) saturate(150%);border:1px solid rgba(255,255,255,.5);box-shadow:var(--lm-shadow-md)}.lm-command-card--categories{border-radius:20px;padding:.85rem .95rem;background:#ffffffb3;backdrop-filter:blur(10px) saturate(130%);-webkit-backdrop-filter:blur(10px) saturate(130%);border:1px solid rgba(255,255,255,.4);box-shadow:var(--lm-shadow-sm)}.lm-command-card--categories .lm-toolbar-group--categories{gap:.4rem}.lm-command-card--categories .lm-toolbar-heading{margin-bottom:.1rem}.lm-command-card--filters{border-radius:18px;padding:.75rem .9rem;background:#ffffffa6;backdrop-filter:blur(10px) saturate(130%);-webkit-backdrop-filter:blur(10px) saturate(130%);border:1px solid rgba(255,255,255,.4);box-shadow:var(--lm-shadow-sm);margin-top:.4rem}.lm-command-card--filters .lm-advanced-filter-panel{padding:0;border:none;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none}.lm-category-filter-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:.65rem;padding-top:.6rem;border-top:1px solid rgba(0,0,0,.06);flex-wrap:wrap}.lm-view-switcher--inline{display:flex;gap:.25rem;flex-wrap:wrap}.lm-view-switcher--inline .lm-view-button{padding:.28rem .6rem;font-size:.68rem;border-radius:999px;border:1px solid var(--lm-border-light, #e5e7eb);background:var(--lm-panel, #fff);color:var(--lm-muted, #6b7280);cursor:pointer;transition:all .15s ease;display:inline-flex;align-items:center;gap:.2rem;white-space:nowrap}.lm-view-switcher--inline .lm-view-button.is-active{background:var(--lm-accent, #ea580c);color:#fff;border-color:var(--lm-accent, #ea580c)}.lm-view-switcher--inline .lm-view-button .lm-view-count{font-size:.6rem;opacity:.8}.lm-discovery-controls{gap:.62rem;padding:.7rem;background:#ffffffa6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:var(--lm-shadow-sm);border:1px solid rgba(255,255,255,.5)}.lm-results-toolbar{align-items:start}.lm-results-main,.lm-results-controls{display:grid;gap:.7rem;min-width:0}.lm-results-controls{align-content:start;gap:.58rem}.lm-results-controls .lm-view-switcher{justify-content:flex-start}.lm-results-control-row,.lm-category-filter-stack{display:grid;gap:.58rem;min-width:0}.lm-category-filter-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:.48rem;min-width:0}.lm-results-controls .lm-toolbar-group--categories{gap:.38rem}.lm-results-controls .lm-toolbar-heading{justify-content:flex-start}.lm-results-controls .lm-category-rail{padding-bottom:0}.lm-category-filter-stack .lm-advanced-filter-panel{margin-top:-.1rem}.lm-results-sort-strip{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;min-width:0;margin-top:-.2rem;padding:.5rem .65rem;border:none;border-radius:18px;background:#ffffff8c;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:var(--lm-shadow-xs)}.lm-results-sort-strip .lm-chip-row{flex-wrap:nowrap;overflow-x:auto;padding-bottom:.08rem;scrollbar-width:none}.lm-results-sort-strip .lm-chip-row::-webkit-scrollbar{display:none}.lm-sort-label{color:var(--lm-muted);font-size:.72rem;font-weight:900;white-space:nowrap}.lm-results-sort-strip .lm-chip{min-height:34px;padding:.36rem .62rem;font-size:.72rem;white-space:nowrap}.lm-discovery-controls .lm-filter-toggle.is-active,.lm-discovery-controls .lm-chip.is-active{background:linear-gradient(135deg,var(--lm-accent) 0%,#0d9488 100%);border-color:var(--lm-accent);color:#fff;box-shadow:0 6px 18px #ea580c47}.lm-results-controls .lm-filter-toggle.is-active,.lm-results-controls .lm-chip.is-active,.lm-results-sort-strip .lm-chip.is-active{background:linear-gradient(135deg,var(--lm-accent) 0%,#0d9488 100%);border-color:var(--lm-accent);color:#fff;box-shadow:none}.lm-command-searchbar{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.6rem}.lm-search-field,.lm-city-field{display:flex;align-items:center;gap:.55rem;min-height:50px;padding:0 1rem;border:1px solid rgba(15,23,42,.06);border-radius:16px;background:#fffc;box-shadow:var(--lm-shadow-xs),inset 0 1px #ffffffb3;transition:box-shadow .22s ease,border-color .22s ease,background .22s ease}.lm-search-field:focus-within,.lm-city-field:focus-within{border-color:#0f766e40;box-shadow:var(--lm-shadow-glow);background:#fff}.lm-search-field input,.lm-city-field select{width:100%;border:0;background:transparent;color:var(--lm-text);outline:none;min-width:0}.lm-city-field select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:none;padding:0}.lm-city-field select::-ms-expand{display:none}.lm-city-field span{color:var(--lm-muted);font-size:.78rem;font-weight:700;white-space:nowrap}.lm-icon{width:1rem;height:1rem;flex:0 0 1rem;color:var(--lm-muted)}.lm-search-submit{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;border:0;min-height:50px;padding:0 1.25rem;border-radius:16px;background:linear-gradient(135deg,var(--lm-accent) 0%,#0d9488 100%);color:#fff;font-weight:800;cursor:pointer;box-shadow:var(--lm-shadow-button);transition:transform .2s cubic-bezier(.22,1,.36,1),box-shadow .2s ease}.lm-search-submit:hover{transform:translateY(-2px);box-shadow:0 12px 30px #0f766e52,0 4px 10px #0f766e2e}.lm-search-submit .lm-icon{color:currentColor}.lm-toolbar-group{display:grid;gap:.55rem}.lm-toolbar-heading{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.lm-toolbar-heading p{margin:0;color:var(--lm-muted);font-size:.78rem;line-height:1.5}.lm-toolbar-group--categories .lm-toolbar-heading p{display:none}.lm-toolbar-group--advanced-entry{gap:.4rem}.lm-toolbar-group--advanced-entry .lm-filter-toggle{min-height:34px;width:max-content;max-width:100%;padding:.36rem .62rem;background:#fff}.lm-filter-toggle--icon{min-width:58px;padding-inline:.5rem}.lm-filter-toggle--icon .lm-icon{color:currentColor}.lm-filter-toggle,.lm-category-reset,.lm-view-button{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:40px;padding:.45rem .7rem;border:none;border-radius:999px;background:#ffffffb3;color:var(--lm-text);font-weight:800;cursor:pointer;box-shadow:var(--lm-shadow-xs);transition:background .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}.lm-filter-toggle:hover,.lm-category-reset:hover,.lm-view-button:hover{background:#fff;box-shadow:var(--lm-shadow-sm);transform:translateY(-1px)}.lm-filter-toggle.is-active,.lm-category-reset.is-active,.lm-view-button.is-active,.lm-chip.is-active{background:linear-gradient(135deg,#0d9488,#14b8a6);color:#fff;border-color:transparent;box-shadow:var(--lm-shadow-glow)}.lm-filter-badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.3rem;height:1.3rem;padding:0 .3rem;border-radius:999px;background:var(--lm-panel);color:var(--lm-text);font-size:.72rem;font-weight:800}.lm-category-rail{display:grid;grid-template-columns:repeat(auto-fill,minmax(72px,1fr));gap:.55rem;padding:.15rem 0}.lm-category-rail::-webkit-scrollbar{display:none}.lm-category-visual{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:.45rem;min-width:72px;max-width:7rem;padding:.7rem .45rem .55rem;border:none;border-radius:18px;background:#ffffffbf;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:var(--lm-shadow-sm);color:var(--lm-text);cursor:pointer;transition:transform .2s cubic-bezier(.22,1,.36,1),box-shadow .2s ease,background .2s ease}.lm-category-visual:hover{transform:translateY(-3px);box-shadow:var(--lm-shadow-md);background:#fff}.lm-category-visual--all{font-weight:900;justify-content:center;min-height:76px}.lm-category-visual.is-active{background:var(--lm-direct-soft);box-shadow:var(--lm-shadow-glow)}.lm-category-thumb{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:var(--lm-accent-soft);color:var(--lm-accent);font-size:1.1rem;font-weight:900;flex-shrink:0;overflow:hidden}.lm-category-thumb.is-fallback{background:color-mix(in srgb,var(--lm-accent) 14%,#f1f5f9);color:var(--lm-accent)}.lm-category-visual:nth-child(2n) .lm-category-thumb{background:#fff7ed;color:#c2410c}.lm-category-visual:nth-child(3n) .lm-category-thumb{background:#f0fdfa;color:#0f766e}.lm-category-visual:nth-child(4n) .lm-category-thumb{background:#fef3c7;color:#b45309}.lm-category-visual:nth-child(5n) .lm-category-thumb{background:#ede9fe;color:#6d28d9}.lm-category-visual.is-active .lm-category-thumb{box-shadow:0 0 0 3px #0f766e33}.lm-category-thumb img{width:100%;height:100%;object-fit:cover;display:block;border-radius:50%}.lm-category-copy{font-size:.7rem;line-height:1.25;font-weight:800;text-align:center;max-width:100%;overflow-wrap:anywhere}.lm-category-more{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:.36rem .62rem;border:1px dashed rgba(95,103,95,.38);border-radius:999px;background:transparent;color:var(--lm-muted);font-size:.72rem;font-weight:900;cursor:pointer}.lm-category-more:hover,.lm-category-more.is-active{background:#fff;color:var(--lm-text)}.lm-advanced-filter-panel{display:grid;gap:.55rem;padding:.6rem;border:1px solid rgba(15,23,42,.04);border-radius:18px;background:#fafbfabf;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.lm-advanced-filter-panel .lm-toolbar-heading p{display:none}.lm-advanced-filter-panel .lm-chip-row{flex-wrap:nowrap;overflow-x:auto;padding-bottom:.1rem;scrollbar-width:none}.lm-advanced-filter-panel .lm-chip-row::-webkit-scrollbar{display:none}.lm-advanced-filter-panel .lm-chip{min-height:34px;padding:.36rem .62rem;font-size:.72rem;white-space:nowrap}.lm-chip-row--compact{gap:.35rem}.lm-chip--static{cursor:default;background:var(--lm-accent-soft);color:var(--lm-text)}.lm-results-copy h3,.lm-spotlight-head h2{margin:0;font-size:1.12rem;line-height:1.35;font-weight:900;overflow-wrap:anywhere}.lm-spotlight-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0 .35rem}.lm-spotlight-head>div{display:grid;gap:.28rem}.lm-results-copy p,.lm-spotlight-banner-copy-body p{margin:0;color:var(--lm-muted);font-size:.79rem;line-height:1.55}.lm-view-switcher{display:flex;flex-wrap:wrap;gap:.45rem}.lm-view-count{color:inherit;font-size:.72rem;opacity:.78}.lm-spotlight-shell{display:grid;gap:.85rem}.lm-spotlight-shell{background:linear-gradient(135deg,#f0fdfa,#f8fafc,#f1f5f9);box-shadow:var(--lm-shadow-spotlight);border:1px solid rgba(15,118,110,.18)}.lm-spotlight-track{display:flex;gap:.8rem;overflow-x:auto;padding-inline:.35rem .5rem;padding-bottom:.2rem;scroll-padding-inline:.35rem;scroll-snap-type:x proximity;scrollbar-width:none;-ms-overflow-style:none}.lm-spotlight-track::-webkit-scrollbar{display:none}.lm-spotlight-banner{flex:0 0 min(290px,84vw);display:grid;grid-template-columns:84px minmax(0,1fr);gap:.7rem;align-items:center;padding:.55rem;border:1px solid var(--lm-line);border-radius:20px;background:var(--lm-panel);scroll-snap-align:start;box-shadow:0 16px 38px #0f172a14}.lm-spotlight-track>:first-child{flex-basis:min(360px,44vw);border-radius:24px}.lm-spotlight-banner--offer{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--lm-accent) 0%,#0d9488 56%,#14b8a6 100%);border-color:#fdba74;color:#fff}.lm-spotlight-banner--offer:before{content:"";position:absolute;inset-inline-start:-16px;inset-block-end:-26px;width:108px;height:108px;border-radius:999px;background:#ffffff24}.lm-spotlight-banner--offer .lm-spotlight-banner-badge,.lm-spotlight-banner--offer .lm-spotlight-cta{background:#fff;color:#115e59}.lm-spotlight-banner--offer .lm-spotlight-banner-badge{direction:ltr;unicode-bidi:isolate}.lm-spotlight-banner--offer .lm-spotlight-banner-copy-body h3,.lm-spotlight-banner--offer .lm-spotlight-banner-copy-body p{color:#fff}.lm-spotlight-banner--offer .lm-spotlight-banner-media{background:#ffffff29;border:1px solid rgba(255,255,255,.24)}.lm-spotlight-banner--provider{background:linear-gradient(180deg,#f0fdfa,#fff);border-color:#99f6e4}.lm-spotlight-banner--provider .lm-spotlight-banner-badge{background:#ccfbf1;color:#115e59}.lm-spotlight-banner--provider .lm-spotlight-cta{background:#0f766e}.lm-spotlight-banner--product,.lm-spotlight-banner--feature{background:linear-gradient(180deg,#f8fafc,#fff);border-color:#d9e2ec}.lm-spotlight-banner--product .lm-spotlight-banner-badge,.lm-spotlight-banner--feature .lm-spotlight-banner-badge{background:#e2e8f0;color:#334155}.lm-spotlight-banner--product .lm-spotlight-cta,.lm-spotlight-banner--feature .lm-spotlight-cta{background:#334155}.lm-spotlight-banner-media{position:relative;width:84px;height:84px;overflow:hidden;border-radius:12px;background:var(--lm-accent-soft)}.lm-spotlight-banner-media img{width:100%;height:100%;object-fit:cover;display:block}.lm-spotlight-banner-copy{display:grid;gap:.35rem;min-width:0}.lm-spotlight-banner-copy-body{display:grid;gap:.2rem}.lm-spotlight-banner-copy-body h3{margin:0;font-size:1rem;line-height:1.35;font-weight:900;overflow-wrap:anywhere}.lm-spotlight-banner-badge,.lm-spotlight-cta{display:inline-flex;align-items:center;justify-content:center;width:fit-content;padding:.25rem .55rem;border-radius:999px;font-size:.68rem;font-weight:800}.lm-spotlight-banner-badge{background:var(--lm-accent-soft);color:var(--lm-text)}.lm-spotlight-cta{background:var(--lm-accent);color:#fff}.lm-media-fallback{background:var(--lm-accent-soft)}.lm-top-zone,.lm-top-controls{display:grid;gap:.95rem;min-width:0}.lm-top-zone--top-providers .lm-top-controls,.lm-top-zone--top-products .lm-top-controls,.lm-top-zone--top-offers .lm-spotlight-shell{order:1}.lm-top-zone>*,.lm-top-controls>*{min-width:0}@media(min-width:961px){.lm-results-toolbar{grid-template-columns:minmax(0,.82fr) minmax(380px,1.18fr);gap:1rem}.lm-top-zone.has-spotlight .lm-top-controls>.lm-results-toolbar{grid-template-columns:minmax(0,1fr)}.lm-results-controls{justify-self:stretch}.lm-results-control-row{grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);grid-template-areas:"types categories";align-items:start}.lm-results-control-row>.lm-view-switcher{grid-area:types}.lm-results-control-row>.lm-category-filter-stack{grid-area:categories}.lm-top-zone.has-spotlight .lm-top-controls>.lm-results-toolbar .lm-results-control-row{grid-template-columns:minmax(0,1fr);grid-template-areas:"categories" "types"}.lm-top-zone.has-spotlight{grid-template-columns:minmax(320px,.88fr) minmax(0,1.12fr);gap:1rem;align-items:start}.lm-top-zone.has-spotlight .lm-spotlight-shell,.lm-top-zone.has-spotlight .lm-top-controls{align-self:start}.lm-top-zone.has-spotlight .lm-spotlight-track{display:grid;grid-template-columns:minmax(0,1fr);gap:.7rem;overflow:visible;padding:0;scroll-snap-type:none}.lm-top-zone.has-spotlight .lm-spotlight-banner,.lm-top-zone.has-spotlight .lm-spotlight-track>:first-child{width:100%;min-width:0;grid-template-columns:92px minmax(0,1fr);border-radius:18px}.lm-top-zone.has-spotlight .lm-spotlight-banner-media{width:92px;height:92px}.lm-top-zone.has-spotlight .lm-command-searchbar{grid-template-columns:minmax(0,1.45fr) minmax(160px,.75fr) auto}}@media(max-width:720px){.lm-content{padding:.9rem 0 1.45rem;gap:.95rem}.lm-direct-order-card{grid-template-columns:1fr;gap:.55rem;padding:.78rem;border-radius:20px}.lm-direct-order-card h2{font-size:1.22rem;line-height:1.28}.lm-direct-order-card p{font-size:.84rem;line-height:1.55;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;line-clamp:2;-webkit-line-clamp:2}.lm-direct-kicker{font-size:.72rem}.lm-direct-actions .lm-primary-link{width:auto;justify-content:center;min-height:38px;padding:.48rem .8rem}.lm-direct-actions .lm-secondary-link,.lm-direct-side{display:none}.lm-direct-step{min-height:38px;padding:.45rem .55rem;font-size:.86rem}.lm-direct-stats{display:none}.lm-content>.lm-top-zone,.lm-content>.lm-top-zone>.lm-top-controls{display:contents}.lm-content>.lm-hero-carousel{order:0}.lm-content>.lm-diverse-strip{order:1}.lm-content>.lm-command-card{order:2}.lm-content>.lm-command-card--categories{order:3}.lm-content>.lm-command-card--filters{order:4}.lm-content>.lm-trending-strip{order:5}.lm-content>.lm-cheapest-strip{order:6}.lm-content>.lm-results-sort-strip{order:7}.lm-content>.lm-section{order:8}.lm-command-card,.lm-discovery-controls,.lm-spotlight-shell{padding:.78rem;border-radius:20px}.lm-results-controls{gap:.55rem}.lm-results-sort-strip{margin-top:-.3rem;padding:.5rem .58rem;border-radius:16px;flex-wrap:wrap;gap:.45rem}.lm-results-sort-strip>.lm-view-switcher{flex:1 1 100%;justify-content:flex-start}.lm-spotlight-track{gap:.65rem;padding-inline:.35rem .45rem;scroll-padding-inline:.35rem}.lm-spotlight-head{display:none}.lm-command-searchbar{grid-template-columns:minmax(0,1fr) auto;gap:.45rem;align-items:stretch}.lm-search-field,.lm-city-field,.lm-search-submit{min-height:42px}.lm-search-field,.lm-city-field{padding:0 .7rem;gap:.4rem}.lm-city-field span{display:none}.lm-search-submit{padding:0;min-width:46px}.lm-search-submit-label{display:none}.lm-search-submit-arrow{display:inline}.lm-spotlight-head h2,.lm-results-copy h3,.lm-section-head h3{font-size:1.05rem}.lm-results-copy p{display:none}.lm-spotlight-banner{flex-basis:min(270px,79vw);grid-template-columns:72px minmax(0,1fr);gap:.5rem;padding:.5rem}.lm-spotlight-track>:first-child{flex-basis:min(310px,86vw)}.lm-spotlight-banner-media{width:72px;height:72px}.lm-category-visual{flex-basis:auto;padding:.34rem .6rem}.lm-category-thumb{width:52px;height:52px}.lm-chip,.lm-view-button,.lm-filter-toggle,.lm-category-reset{padding:.42rem .62rem;font-size:.78rem}.lm-offer-grid,.lm-spotlight-track{scrollbar-width:none;-ms-overflow-style:none}.lm-offer-grid::-webkit-scrollbar,.lm-spotlight-track::-webkit-scrollbar{display:none}.lm-offer-grid{display:flex;gap:.55rem;overflow-x:auto;padding-inline:.15rem .35rem;padding-bottom:.1rem;scroll-padding-inline:.15rem;scroll-snap-type:x proximity}.lm-offer-grid.is-single{justify-content:flex-start}.lm-offer-card{flex:0 0 min(226px,72vw);scroll-snap-align:start}.lm-offer-media{height:148px}.lm-restaurant-card--provider{display:grid;grid-template-columns:112px minmax(0,1fr);align-items:stretch}.lm-restaurant-media{height:100%;min-height:182px}.lm-product-media{height:108px}.lm-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.lm-offer-body,.lm-restaurant-body,.lm-product-body{gap:.45rem;padding:.7rem}.lm-offer-card--promo .lm-offer-body{gap:.45rem;padding:.78rem}.lm-offer-card--promo .lm-price-row strong{font-size:1.05rem}.lm-offer-card--promo .lm-offer-badge{left:.55rem;top:.55rem;padding:.24rem .46rem;font-size:.67rem}.lm-product-card--catalog .lm-product-body h4{font-size:1rem;line-height:1.35}.lm-product-card--catalog .lm-product-tags span:nth-child(n+3){display:none}.lm-product-card--catalog .lm-product-tags{gap:.35rem}.lm-product-card--catalog .lm-product-tags span{font-size:.68rem;padding:.2rem .42rem}.lm-section-count{min-height:32px;padding-inline:.7rem;font-size:.76rem}.lm-section-head{align-items:center;flex-direction:row;gap:.45rem}.lm-restaurant-card--provider .lm-card-actions{gap:.4rem}.lm-restaurant-card--provider .lm-card-cta-link,.lm-restaurant-card--provider .lm-card-cta-link--ghost{min-height:38px;padding:.55rem .45rem;font-size:.78rem}}@media(max-width:720px){.lm-section--mobile-scroll .lm-restaurant-grid,.lm-section--mobile-scroll .lm-product-grid{display:flex;flex-direction:row;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none;-ms-overflow-style:none;gap:.55rem;padding-inline:.15rem .35rem;padding-bottom:0;scroll-padding-inline:.15rem}.lm-section--mobile-scroll .lm-restaurant-grid::-webkit-scrollbar,.lm-section--mobile-scroll .lm-product-grid::-webkit-scrollbar{display:none}.lm-section--mobile-scroll .lm-restaurant-card--provider{display:flex;flex-direction:column;flex:0 0 min(220px,72vw);width:min(220px,72vw);scroll-snap-align:start;align-items:stretch}.lm-section--mobile-scroll .lm-restaurant-card--provider .lm-restaurant-media{height:140px;min-height:unset;width:100%;border-radius:inherit;border-end-start-radius:0;border-end-end-radius:0}.lm-section--mobile-scroll .lm-product-card{flex:0 0 min(180px,58vw);scroll-snap-align:start}.lm-section--mobile-grid .lm-offer-grid,.lm-section--mobile-grid .lm-restaurant-grid,.lm-section--mobile-grid .lm-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow-x:visible;scroll-snap-type:none;padding-inline:0;padding-bottom:0}.lm-section--mobile-grid .lm-offer-card,.lm-section--mobile-grid .lm-restaurant-card,.lm-section--mobile-grid .lm-product-card{flex:unset;width:100%;scroll-snap-align:none}.lm-section--mobile-grid-single .lm-offer-grid,.lm-section--mobile-grid-single .lm-restaurant-grid,.lm-section--mobile-grid-single .lm-product-grid{display:grid;grid-template-columns:minmax(0,1fr);overflow-x:visible;scroll-snap-type:none;padding-inline:0;padding-bottom:0}.lm-section--mobile-grid-single .lm-offer-card,.lm-section--mobile-grid-single .lm-restaurant-card,.lm-section--mobile-grid-single .lm-product-card{flex:unset;width:100%;scroll-snap-align:none}.lm-section--mode-grid .lm-offer-grid,.lm-section--mode-grid .lm-restaurant-grid,.lm-section--mode-grid .lm-product-grid{display:grid;overflow-x:visible;scroll-snap-type:none;padding-inline:0;padding-bottom:0}.lm-section--mode-scroll .lm-offer-grid,.lm-section--mode-scroll .lm-restaurant-grid,.lm-section--mode-scroll .lm-product-grid{display:flex;flex-direction:row;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none;-ms-overflow-style:none;gap:.55rem;padding-inline:.15rem .35rem;padding-bottom:0;scroll-padding-inline:.15rem}.lm-section--mode-scroll .lm-offer-grid::-webkit-scrollbar,.lm-section--mode-scroll .lm-restaurant-grid::-webkit-scrollbar,.lm-section--mode-scroll .lm-product-grid::-webkit-scrollbar{display:none}.lm-section--card-h .lm-offer-card,.lm-section--card-h .lm-restaurant-card,.lm-section--card-h .lm-product-card{display:grid;grid-template-columns:112px minmax(0,1fr);grid-template-rows:auto;align-items:stretch}.lm-section--card-h .lm-offer-media,.lm-section--card-h .lm-restaurant-media,.lm-section--card-h .lm-product-media{height:100%;min-height:130px;width:100%;border-radius:inherit;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:0}.lm-section--card-h .lm-offer-body,.lm-section--card-h .lm-restaurant-body,.lm-section--card-h .lm-product-body{padding:.7rem}.lm-section--card-h.lm-section--mode-grid .lm-offer-grid,.lm-section--card-h.lm-section--mode-grid .lm-restaurant-grid,.lm-section--card-h.lm-section--mode-grid .lm-product-grid{grid-template-columns:minmax(0,1fr)}.lm-section--card-h.lm-section--mode-grid .lm-offer-card,.lm-section--card-h.lm-section--mode-grid .lm-restaurant-card,.lm-section--card-h.lm-section--mode-grid .lm-product-card{flex:unset;width:100%;scroll-snap-align:none}.lm-section--card-h.lm-section--mode-scroll .lm-offer-card,.lm-section--card-h.lm-section--mode-scroll .lm-restaurant-card,.lm-section--card-h.lm-section--mode-scroll .lm-product-card{flex:0 0 min(300px,82vw);width:min(300px,82vw);scroll-snap-align:start}.lm-section--card-v.lm-section--cols-1 .lm-offer-grid,.lm-section--card-v.lm-section--cols-1 .lm-restaurant-grid,.lm-section--card-v.lm-section--cols-1 .lm-product-grid{grid-template-columns:minmax(0,1fr)}.lm-section--card-v.lm-section--cols-1 .lm-offer-card,.lm-section--card-v.lm-section--cols-1 .lm-restaurant-card,.lm-section--card-v.lm-section--cols-1 .lm-product-card{flex:unset;width:100%;scroll-snap-align:none;display:grid;grid-template-rows:auto 1fr;grid-template-columns:none}.lm-section--card-v.lm-section--cols-1 .lm-offer-media,.lm-section--card-v.lm-section--cols-1 .lm-restaurant-media,.lm-section--card-v.lm-section--cols-1 .lm-product-media{height:148px;min-height:unset;width:100%;border-radius:inherit;border-end-start-radius:0;border-end-end-radius:0}.lm-section--card-v.lm-section--cols-1.lm-section--mode-grid .lm-offer-body,.lm-section--card-v.lm-section--cols-1.lm-section--mode-grid .lm-restaurant-body,.lm-section--card-v.lm-section--cols-1.lm-section--mode-grid .lm-product-body{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto;gap:.35rem .65rem;align-items:center;padding:.85rem}.lm-section--card-v.lm-section--cols-1.lm-section--mode-grid .lm-card-meta-row,.lm-section--card-v.lm-section--cols-1.lm-section--mode-grid h4,.lm-section--card-v.lm-section--cols-1.lm-section--mode-grid .lm-why-badge,.lm-section--card-v.lm-section--cols-1.lm-section--mode-grid .lm-restaurant-meta{grid-column:1 / -1}.lm-section--card-v.lm-section--cols-1.lm-section--mode-grid .lm-price-row{grid-column:1}.lm-section--card-v.lm-section--cols-1.lm-section--mode-grid .lm-card-cta-link{grid-column:2;justify-self:end;margin-top:0}.lm-section--card-v.lm-section--cols-1.lm-section--mode-grid .lm-card-actions{grid-column:1 / -1;margin-top:.15rem}.lm-section--card-v.lm-section--cols-1.lm-section--mode-scroll .lm-offer-card{flex:0 0 min(226px,72vw);scroll-snap-align:start}.lm-section--card-v.lm-section--cols-1.lm-section--mode-scroll .lm-restaurant-card,.lm-section--card-v.lm-section--cols-1.lm-section--mode-scroll .lm-product-card{flex:0 0 min(220px,72vw);width:min(220px,72vw);scroll-snap-align:start}.lm-section--card-v.lm-section--cols-2 .lm-offer-grid,.lm-section--card-v.lm-section--cols-2 .lm-restaurant-grid,.lm-section--card-v.lm-section--cols-2 .lm-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lm-section--card-v.lm-section--cols-2 .lm-offer-card,.lm-section--card-v.lm-section--cols-2 .lm-restaurant-card,.lm-section--card-v.lm-section--cols-2 .lm-product-card{flex:unset;width:100%;scroll-snap-align:none;display:grid;grid-template-rows:auto 1fr;grid-template-columns:none}.lm-section--card-v.lm-section--cols-2 .lm-offer-media,.lm-section--card-v.lm-section--cols-2 .lm-restaurant-media,.lm-section--card-v.lm-section--cols-2 .lm-product-media{height:120px;min-height:unset;width:100%;border-radius:inherit;border-end-start-radius:0;border-end-end-radius:0}.lm-section--card-v.lm-section--cols-2.lm-section--mode-scroll .lm-offer-card{flex:0 0 min(180px,56vw);scroll-snap-align:start}.lm-section--card-v.lm-section--cols-2.lm-section--mode-scroll .lm-restaurant-card,.lm-section--card-v.lm-section--cols-2.lm-section--mode-scroll .lm-product-card{flex:0 0 min(180px,56vw);width:min(180px,56vw);scroll-snap-align:start}}@media(min-width:577px)and (max-width:991px){.lm-header-shell{top:60px}}@media(max-width:576px){.lm-header-shell{top:56px}}.lm-trust-context-banner{display:flex;align-items:center;gap:.65rem;padding:.6rem .9rem;border-radius:14px;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #bfdbfe;color:#1e3a8a;font-size:.82rem;font-weight:700;line-height:1.45;animation:lm-rise .34s ease both}.lm-trust-context-icon{flex:0 0 auto;width:1.1rem;height:1.1rem;color:#1d4ed8}.lm-trust-context-icon svg{width:100%;height:100%;display:block}.lm-hero-carousel{position:relative;overflow:hidden;min-width:0}.lm-hero-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;border-radius:var(--lm-radius-lg);box-shadow:var(--lm-shadow-xl);min-width:0}.lm-hero-track::-webkit-scrollbar{display:none}.lm-hero-slide{flex-shrink:0;width:100%;scroll-snap-align:start;position:relative;display:grid;grid-template-columns:1fr 1fr;min-height:280px;overflow:hidden;cursor:pointer;text-decoration:none}.lm-hero-slide-image{position:absolute;inset:0;z-index:0}.lm-hero-slide-image img{width:100%;height:100%;object-fit:cover;display:block}.lm-hero-slide-image:after{content:"";position:absolute;inset:0;background:linear-gradient(105deg,#0f172ab8,#0f172a52 45%,#0f172a14)}.lm-hero-slide-copy{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;gap:.65rem;padding:2rem;color:#fff}.lm-hero-slide-copy .lm-hero-badge{display:inline-flex;align-items:center;gap:.3rem;width:fit-content;padding:.28rem .7rem;border-radius:999px;background:#ffffff2e;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.25);color:#fff;font-size:.72rem;font-weight:800}.lm-hero-slide-copy h2{margin:0;font-size:clamp(1.5rem,2.6vw,2.2rem);font-weight:900;line-height:1.15;text-shadow:0 2px 12px rgba(0,0,0,.3)}.lm-hero-slide-copy p{margin:0;font-size:.95rem;line-height:1.55;opacity:.88;max-width:36rem}.lm-hero-slide-copy .lm-hero-price{display:inline-flex;align-items:baseline;gap:.4rem;width:fit-content}.lm-hero-slide-copy .lm-hero-price strong{font-size:1.5rem;font-weight:900}.lm-hero-slide-copy .lm-hero-price del{font-size:.9rem;opacity:.6}.lm-hero-slide-copy .lm-hero-cta{display:inline-flex;align-items:center;gap:.4rem;width:fit-content;margin-top:.35rem;padding:.6rem 1.2rem;border-radius:14px;background:#fff;color:#115e59;font-weight:800;font-size:.88rem;box-shadow:0 8px 28px #00000038;transition:transform .2s cubic-bezier(.22,1,.36,1),box-shadow .2s ease}.lm-hero-slide:hover .lm-hero-cta{transform:translateY(-2px);box-shadow:0 12px 34px #0000004d}.lm-hero-slide-side{position:relative;z-index:1;display:flex;align-items:center;justify-content:center}.lm-hero-dots{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 0 0;min-width:0}.lm-hero-dot{width:8px;height:8px;border-radius:999px;border:0;background:#0f172a26;cursor:pointer;padding:0;transition:all .22s ease}.lm-hero-dot.is-active{width:24px;background:var(--lm-accent)}.lm-hero-dot:hover{background:var(--lm-accent);opacity:.7}.lm-hero-track:hover{animation-play-state:paused}@media(max-width:720px){.lm-hero-slide{grid-template-columns:1fr;min-height:230px}.lm-hero-slide-side{display:none}.lm-hero-slide-copy{padding:1.5rem 1.2rem}.lm-hero-slide-copy h2{font-size:1.3rem}.lm-hero-slide-copy p{font-size:.82rem}.lm-hero-slide-image:after{background:linear-gradient(180deg,#0f172a8c,#0f172a59)}}.lm-trust-context-label{flex:1 1 auto;min-width:0}.lm-service-availability-strip{display:flex;align-items:center;padding:.6rem 0;border-radius:14px;background:linear-gradient(135deg,#faf5ff,#ede9fe);border:1px solid #ddd6fe;overflow:hidden;animation:lm-rise .34s ease both}.lm-service-availability-step{display:flex;align-items:center;gap:.45rem;flex:1 1 0;min-width:0;padding-inline:.75rem;position:relative}.lm-service-availability-step+.lm-service-availability-step:before{content:"";position:absolute;inset-inline-start:0;top:50%;transform:translateY(-50%);width:1px;height:58%;background:#7c3aed38}.lm-service-step-num{flex:0 0 auto;display:grid;place-items:center;width:1.45rem;height:1.45rem;border-radius:999px;background:#7c3aed;color:#fff;font-size:.7rem;font-weight:900}.lm-service-step-label{font-size:.78rem;font-weight:700;color:#5b21b6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:480px){.lm-service-step-label{font-size:.7rem}.lm-trust-context-banner{font-size:.78rem}}.lm-page--template-fast_order .lm-offer-media{height:230px}.lm-page--template-fast_order .lm-offer-card--promo{border-color:#fdba74}.lm-page--template-fast_order .lm-offer-card--promo .lm-offer-body h4{font-size:1.06rem;line-height:1.3}.lm-page--template-fast_order .lm-restaurant-card--provider .lm-restaurant-meta span:first-child{background:#f0fdfa;color:#115e59;border:1px solid #99f6e4;font-size:.82rem;font-weight:900}.lm-page--template-fast_order .lm-product-card--catalog .lm-product-media{height:160px}.lm-page--template-fast_order .lm-product-card--catalog .lm-card-cta-link{background:var(--lm-accent);color:#fff}@media(max-width:720px){.lm-page--template-fast_order .lm-offer-media{height:100%}}.lm-search-field--with-suggestions{position:relative}.lm-search-suggestions{position:absolute;top:calc(100% + .5rem);left:0;right:0;z-index:100;background:#fff;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 12px 40px #0000001a,0 2px 8px #0000000f;max-height:340px;overflow-y:auto;padding:.5rem}.lm-search-suggestions-group{padding:.35rem 0}.lm-search-suggestions-group+.lm-search-suggestions-group{border-top:1px solid #f1f5f9;margin-top:.25rem;padding-top:.6rem}.lm-search-suggestions-label{display:flex;align-items:center;gap:.4rem;padding:.3rem .7rem .4rem;font-size:.7rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.04em}.lm-search-suggestions-icon{flex-shrink:0;opacity:.6}.lm-search-suggestion-item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.55rem .7rem;border:none;background:transparent;border-radius:.6rem;cursor:pointer;text-align:start;transition:background .12s}.lm-search-suggestion-item:hover,.lm-search-suggestion-item:focus-visible{background:#f8fafc}.lm-search-suggestion-query{font-size:.82rem;color:#334155;font-weight:500}.lm-search-suggestion-remove{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border:none;background:transparent;border-radius:50%;color:#cbd5e1;cursor:pointer;flex-shrink:0;transition:color .12s,background .12s}.lm-search-suggestion-remove:hover{color:#ef4444;background:#fef2f2}.lm-search-suggestions-trending{display:flex;flex-wrap:wrap;gap:.4rem;padding:.3rem .7rem}.lm-search-suggestion-chip{display:inline-flex;align-items:center;padding:.35rem .75rem;border:1px solid #fde68a;background:linear-gradient(135deg,#fffbeb,#fef3c7);border-radius:9999px;font-size:.75rem;font-weight:500;color:#92400e;cursor:pointer;transition:border-color .12s,background .12s}.lm-search-suggestion-chip:hover,.lm-search-suggestion-chip:focus-visible{border-color:#f59e0b;background:linear-gradient(135deg,#fef3c7,#fde68a)}[dir=rtl] .lm-search-suggestions{left:auto;right:0}.lm-page--template-visual_catalog{--lm-bg: #f8fafc;--lm-accent: #334155;--lm-accent-strong: #1e293b;--lm-accent-soft: #f1f5f9;--lm-direct: #334155;--lm-direct-strong: #1e293b;--lm-direct-soft: #e2e8f0}.lm-page--template-visual_catalog .lm-offer-media{height:260px}.lm-page--template-visual_catalog .lm-offer-card--promo{background:linear-gradient(145deg,#f8fafc,#f1f5f9 46%,#fff);border-color:#cbd5e1;box-shadow:0 22px 48px #3341551c}.lm-page--template-visual_catalog .lm-offer-grid>.lm-offer-card--promo:first-child{background:linear-gradient(135deg,#1e293b,#334155 58%,#475569);border-color:#64748b;box-shadow:0 24px 54px #1e293b3d}.lm-page--template-visual_catalog .lm-offer-grid>.lm-offer-card--promo:first-child .lm-primary-link{background:#fff;color:#1e293b}.lm-page--template-visual_catalog .lm-offer-grid>.lm-offer-card--promo:first-child .lm-offer-badge{background:#0d9488}.lm-page--template-visual_catalog .lm-offer-card--promo .lm-price-row strong{color:#334155;font-size:1.1rem}.lm-page--template-visual_catalog .lm-offer-card--promo .lm-primary-link{background:linear-gradient(135deg,var(--lm-accent) 0%,#0d9488 100%);color:#fff}.lm-page--template-visual_catalog .lm-restaurant-media{height:240px}.lm-page--template-visual_catalog .lm-restaurant-card--provider{background:linear-gradient(145deg,#f8fafc,#f1f5f9 48%,#fff);border-color:#cbd5e1;box-shadow:0 20px 42px #3341551a}.lm-page--template-visual_catalog .lm-restaurant-card--provider .lm-restaurant-meta span{background:#f1f5f9;color:#334155}.lm-page--template-visual_catalog .lm-restaurant-card--provider .lm-primary-link,.lm-page--template-visual_catalog .lm-product-card--catalog .lm-primary-link{background:linear-gradient(135deg,var(--lm-accent) 0%,#0d9488 100%);color:#fff}.lm-page--template-visual_catalog .lm-product-media{height:200px}.lm-page--template-visual_catalog .lm-product-card--catalog{background:linear-gradient(145deg,#f8fafc,#f1f5f9 42%,#fff);border-color:#cbd5e1}.lm-page--template-visual_catalog .lm-product-card--catalog .lm-product-tags span{background:#e2e8f0;color:#334155}@media(max-width:720px){.lm-page--template-visual_catalog .lm-offer-media{height:160px}.lm-page--template-visual_catalog .lm-restaurant-media{height:100%}.lm-page--template-visual_catalog .lm-product-media{height:120px}}.lm-page--template-trust_compare{--lm-direct: #1d4ed8;--lm-direct-strong: #1e3a8a;--lm-direct-soft: #dbeafe;--lm-accent: #1d4ed8;--lm-accent-strong: #1e3a8a;--lm-accent-soft: #eff6ff}.lm-page--template-trust_compare .lm-offer-card--promo{background:linear-gradient(145deg,#eff6ff,#dbeafe 44%,#fff);border-color:#bfdbfe;box-shadow:0 18px 38px #1d4ed81a}.lm-page--template-trust_compare .lm-offer-card--promo .lm-price-row strong{color:#1d4ed8}.lm-page--template-trust_compare .lm-offer-card--promo .lm-primary-link{background:#1d4ed8}.lm-page--template-trust_compare .lm-offer-card--promo .lm-offer-badge{background:#1e3a8a}.lm-page--template-trust_compare .lm-offer-grid>.lm-offer-card--promo:first-child{background:linear-gradient(135deg,#1e3a8a,#1d4ed8 58%,#3b82f6);border-color:#93c5fd;box-shadow:0 22px 48px #1d4ed838}.lm-page--template-trust_compare .lm-offer-grid>.lm-offer-card--promo:first-child .lm-primary-link{background:#fff;color:#1e3a8a}.lm-page--template-trust_compare .lm-restaurant-card--provider{background:linear-gradient(145deg,#eff6ff,#dbeafe 48%,#fff);border-color:#bfdbfe;box-shadow:0 18px 36px #1d4ed817}.lm-page--template-trust_compare .lm-restaurant-card--provider .lm-restaurant-meta span{background:#eff6ff;color:#1e3a8a}.lm-page--template-trust_compare .lm-restaurant-card--provider .lm-primary-link{background:#1d4ed8}.lm-page--template-trust_compare .lm-restaurant-card--provider .lm-secondary-link{border-color:#bfdbfe}.lm-page--template-trust_compare .lm-product-card--catalog{background:linear-gradient(145deg,#eff6ff,#dbeafe 42%,#fff);border-color:#bfdbfe}.lm-page--template-trust_compare .lm-product-card--catalog .lm-product-tags span{background:#dbeafe;color:#1e3a8a}.lm-page--template-trust_compare .lm-product-card--catalog .lm-primary-link{background:#1d4ed8}.lm-page--template-trust_compare .lm-section-count{background:#eff6ff;color:#1e3a8a;border-color:#bfdbfe}.lm-page--template-trust_compare .lm-section--offers .lm-section-count{background:#eff6ff;border-color:#bfdbfe;color:#1e3a8a}.lm-page--template-service_guide{--lm-direct: #7c3aed;--lm-direct-strong: #5b21b6;--lm-direct-soft: #ede9fe;--lm-accent: #7c3aed;--lm-accent-strong: #5b21b6;--lm-accent-soft: #faf5ff}.lm-page--template-service_guide .lm-offer-card--promo{background:linear-gradient(145deg,#faf5ff,#ede9fe 44%,#fff);border-color:#ddd6fe;box-shadow:0 18px 38px #7c3aed1a}.lm-page--template-service_guide .lm-offer-card--promo .lm-price-row strong{color:#7c3aed}.lm-page--template-service_guide .lm-offer-card--promo .lm-primary-link{background:#7c3aed}.lm-page--template-service_guide .lm-offer-card--promo .lm-offer-badge{background:#5b21b6}.lm-page--template-service_guide .lm-offer-grid>.lm-offer-card--promo:first-child{background:linear-gradient(135deg,#5b21b6,#7c3aed 58%,#8b5cf6);border-color:#c4b5fd;box-shadow:0 22px 48px #5b21b638}.lm-page--template-service_guide .lm-offer-grid>.lm-offer-card--promo:first-child .lm-primary-link{background:#fff;color:#5b21b6}.lm-page--template-service_guide .lm-restaurant-card--provider{background:linear-gradient(145deg,#faf5ff,#ede9fe 48%,#fff);border-color:#ddd6fe;box-shadow:0 18px 36px #7c3aed17}.lm-page--template-service_guide .lm-restaurant-card--provider .lm-restaurant-meta span{background:#faf5ff;color:#5b21b6}.lm-page--template-service_guide .lm-restaurant-card--provider .lm-primary-link{background:#7c3aed}.lm-page--template-service_guide .lm-restaurant-card--provider .lm-secondary-link{border-color:#ddd6fe}.lm-page--template-service_guide .lm-product-card--catalog{background:linear-gradient(145deg,#faf5ff,#ede9fe 42%,#fff);border-color:#ddd6fe}.lm-page--template-service_guide .lm-product-card--catalog .lm-product-tags span{background:#ede9fe;color:#5b21b6}.lm-page--template-service_guide .lm-product-card--catalog .lm-primary-link{background:#7c3aed}.lm-page--template-service_guide .lm-section-count{background:#faf5ff;color:#5b21b6}.lm-page--template-trust_compare .lm-filter-toggle.is-active,.lm-page--template-trust_compare .lm-chip.is-active,.lm-page--template-trust_compare .lm-view-button.is-active{background:#1d4ed8;border-color:#1d4ed8;box-shadow:0 10px 24px #1d4ed833}.lm-page--template-service_guide .lm-filter-toggle.is-active,.lm-page--template-service_guide .lm-chip.is-active,.lm-page--template-service_guide .lm-view-button.is-active{background:#7c3aed;border-color:#7c3aed;box-shadow:0 10px 24px #7c3aed33}.lm-page--template-visual_catalog .lm-filter-toggle.is-active,.lm-page--template-visual_catalog .lm-chip.is-active,.lm-page--template-visual_catalog .lm-view-button.is-active{background:linear-gradient(135deg,var(--lm-accent) 0%,#0d9488 100%);border-color:var(--lm-accent);color:#fff;box-shadow:0 10px 24px #ea580c38}.lp-directory-city-strip{background:linear-gradient(135deg,#f0fdfa,#ccfbf1);border:1px solid #99f6e4;border-radius:1rem;padding:.55rem .85rem}.lp-directory-city-strip-inner{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem}.lp-directory-city-strip-status{display:inline-flex;align-items:center;gap:.4rem;font-size:.86rem;font-weight:700;color:#7c2d12;margin-inline-end:auto}.lp-directory-city-strip-status i{color:var(--lm-accent);font-size:.95rem}.lp-directory-city-strip-status strong{color:#9a3412;font-weight:900}.lp-directory-city-strip-status.is-muted{color:#92400e}.lp-directory-city-strip-action{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .85rem;border-radius:999px;border:1px solid transparent;font-size:.82rem;font-weight:700;cursor:pointer;text-decoration:none;transition:background .12s ease,color .12s ease,border-color .12s ease}.lp-directory-city-strip-action.is-primary{background:var(--lm-accent);color:#fff}.lp-directory-city-strip-action.is-primary:hover:not(:disabled){background:#115e59;color:#fff}.lp-directory-city-strip-action.is-ghost{background:transparent;color:#9a3412;border-color:#fdba74}.lp-directory-city-strip-action.is-ghost:hover:not(:disabled){background:#ccfbf1}.lp-directory-city-strip-action:disabled{opacity:.6;cursor:not-allowed}.lm-compare-toggle{display:inline-flex;align-items:center;gap:.35rem;padding:.38rem .7rem;border:1px dashed rgba(15,23,42,.15);border-radius:999px;background:transparent;color:var(--lm-muted);font-size:.72rem;font-weight:800;cursor:pointer;white-space:nowrap;transition:all .18s ease}.lm-compare-toggle:hover{border-color:var(--lm-accent);color:var(--lm-accent);background:#0f766e0a}.lm-compare-toggle.is-active{background:var(--lm-accent);color:#fff;border-color:var(--lm-accent);box-shadow:var(--lm-shadow-glow)}.lm-compare-toggle-label{font-size:.7rem}.lm-page--compare-mode .lm-offer-media{height:120px}.lm-page--compare-mode .lm-restaurant-media{height:110px}.lm-page--compare-mode .lm-product-media{height:100px}.lm-page--compare-mode .lm-offer-card,.lm-page--compare-mode .lm-restaurant-card,.lm-page--compare-mode .lm-product-card{border-radius:16px;background:#fdfdfc}.lm-page--compare-mode .lm-offer-body,.lm-page--compare-mode .lm-restaurant-body,.lm-page--compare-mode .lm-product-body{gap:.35rem;padding:.65rem .75rem}.lm-page--compare-mode .lm-price-row strong{font-size:1.1rem;color:#b45309;font-weight:900}.lm-page--compare-mode .lm-offer-body h4,.lm-page--compare-mode .lm-restaurant-body h4,.lm-page--compare-mode .lm-product-body h4{font-size:.85rem;line-height:1.25}.lm-page--compare-mode .lm-offer-body p,.lm-page--compare-mode .lm-restaurant-body p,.lm-page--compare-mode .lm-product-body p{font-size:.7rem;line-height:1.3}.lm-page--compare-mode .lm-offer-card--promo .lm-offer-media{height:130px}.lm-page--compare-mode .lm-card-content--with-logo{--lm-logo-reserve: 3rem}.lm-page--compare-mode .lm-restaurant-meta span,.lm-page--compare-mode .lm-product-tags span{font-size:.66rem;padding:.18rem .38rem}.lm-page--compare-mode .lm-offer-badge,.lm-page--compare-mode .lm-product-flag{font-size:.6rem;padding:.12rem .35rem;top:.35rem;right:.35rem}.lm-page--compare-mode .lm-offer-grid,.lm-page--compare-mode .lm-restaurant-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.6rem}.lm-page--compare-mode .lm-product-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.55rem}@media(max-width:720px){.lm-page--compare-mode .lm-offer-grid,.lm-page--compare-mode .lm-restaurant-grid,.lm-page--compare-mode .lm-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lm-compare-toggle-label{display:none}.lm-compare-toggle{padding:.38rem .55rem}}.lp-directory-city-picker-overlay{position:fixed;inset:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:220;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.lp-directory-city-picker-panel{background:#fff;border-radius:1.25rem;max-width:30rem;width:100%;max-height:80vh;overflow:auto;box-shadow:0 24px 64px #0f172a52;padding:1.2rem 1.1rem 1rem;display:flex;flex-direction:column;gap:.7rem}.lp-directory-city-picker-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.lp-directory-city-picker-header h2{margin:0;font-size:1.05rem;font-weight:900;color:#1f2937}.lp-directory-city-picker-header p{margin:.2rem 0 0;font-size:.82rem;color:#6b7280;line-height:1.45}.lp-directory-city-picker-close{background:transparent;border:0;color:#6b7280;font-size:1.05rem;cursor:pointer;padding:.25rem}.lp-directory-city-picker-close:hover{color:#1f2937}.lp-directory-city-picker-gps{justify-content:center;padding:.55rem 1rem}.lp-directory-city-picker-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3rem}.lp-directory-city-picker-item{width:100%;background:#f9fafb;border:1px solid transparent;border-radius:.65rem;padding:.55rem .75rem;display:flex;align-items:center;gap:.5rem;font-size:.88rem;font-weight:700;color:#1f2937;cursor:pointer;text-decoration:none;transition:background .12s ease,border-color .12s ease}.lp-directory-city-picker-item:hover{background:#f0fdfa;border-color:#fdba74;color:#1f2937}.lp-directory-city-picker-item.is-active{background:#ccfbf1;border-color:var(--lm-accent);color:#9a3412}.lp-directory-city-picker-item-name{flex:1}.lp-directory-city-picker-item-count{font-size:.76rem;font-weight:700;color:#6b7280;padding:.1rem .45rem;border-radius:999px;background:#fff;border:1px solid #e5e7eb}.lp-directory-city-picker-footer{display:flex;justify-content:center;padding-top:.4rem;border-top:1px solid #f3f4f6}
