:root{
  --blux-home-bg:#faf6ed;
  --blux-home-card:#fffdf9;
  --blux-home-border:#e8dfd2;
  --blux-home-text:#143f32;
  --blux-home-muted:#667085;
  --blux-home-blue:#126fe8;
}

html{background:#efd5a7 url("assets/category-cards/fundo-areia-site-v1.png") center top/cover fixed!important}
body{
  width:100%!important;
  max-width:1200px!important;
  min-height:100vh;
  margin:0 auto!important;
  padding-bottom:100px!important;
  background-color:#efd5a7!important;
  background-image:url("assets/category-cards/fundo-areia-site-v1.png")!important;
  background-repeat:no-repeat!important;
  background-position:center top!important;
  background-size:cover!important;
  background-attachment:fixed!important;
  color:var(--blux-home-text)!important;
  font-family:Inter,Poppins,"Segoe UI",sans-serif!important;
  box-shadow:0 0 48px rgba(62,45,21,.08);
}

.delivery-home,
.app-main,
body.delivery-menu-open .app-main{background:transparent!important}
.category-tabs{background:rgba(239,213,167,.94)!important;backdrop-filter:blur(8px)}
.delivery-category-emoji{display:none!important}

.qm-header,
body.delivery-menu-open .qm-header{
  min-height:0!important;
  padding:20px 24px 0!important;
  border:0!important;
  border-radius:0!important;
  background:var(--blux-home-bg)!important;
  color:var(--blux-home-text)!important;
  box-shadow:none!important;
}
.qm-header-top{
  display:grid!important;
  grid-template-columns:74px minmax(0,1fr) 154px 74px!important;
  align-items:center!important;
  gap:14px!important;
  margin:0 0 28px!important;
}
.qm-menu-btn,.qm-icon-btn,.qm-orders-btn{
  border:1px solid #e9dfd0!important;
  border-radius:22px!important;
  background:var(--blux-home-card)!important;
  color:var(--blux-home-text)!important;
  box-shadow:0 6px 18px rgba(41,32,18,.06)!important;
  transition:transform .2s ease,box-shadow .2s ease!important;
}
.qm-menu-btn:active,.qm-icon-btn:active,.qm-orders-btn:active{transform:scale(.96)}
.qm-menu-btn,.qm-icon-btn{width:74px!important;height:74px!important;padding:0!important}
.qm-menu-btn{font-size:0!important}
.qm-menu-btn svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.qm-icon-btn svg{width:29px!important;height:29px!important;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.qm-orders-btn{
  width:154px!important;
  height:74px!important;
  padding:0 16px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  font-size:15px!important;
  line-height:1.12!important;
  text-align:left!important;
  white-space:normal!important;
}
.qm-orders-btn svg{width:26px;height:26px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.qm-logo{display:flex!important;align-items:center!important;gap:14px!important;min-width:0}
.qm-logo img{
  width:82px!important;
  height:82px!important;
  flex:0 0 82px!important;
  border-radius:20px!important;
  object-fit:cover!important;
  box-shadow:0 8px 22px rgba(51,37,17,.08)!important;
}
.qm-logo-text{min-width:0!important;display:block!important}
.qm-logo-text strong{
  display:block!important;
  overflow:hidden;
  color:var(--blux-home-text)!important;
  font-size:25px!important;
  font-weight:800!important;
  line-height:1.1!important;
  letter-spacing:-.35px!important;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.qm-logo-meta{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:7px 10px!important;margin-top:6px!important}
.qm-logo-meta>span:first-child{
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  color:var(--blux-home-muted)!important;
  font-size:16px!important;
  font-weight:600!important;
}
.qm-status-pill{
  width:max-content!important;
  margin:0!important;
  padding:5px 10px!important;
  border:1px solid #e6ddce!important;
  border-radius:999px!important;
  background:#fffdf8!important;
  color:#17824f!important;
  font-size:14px!important;
  font-weight:800!important;
  box-shadow:none!important;
}
.status-dot{
  width:10px!important;
  height:10px!important;
  background:#24a866!important;
  box-shadow:0 0 0 5px rgba(36,168,102,.12)!important;
}
.qm-cart-badge{
  top:-7px!important;
  right:-5px!important;
  width:auto!important;
  min-width:27px!important;
  height:27px!important;
  padding:0 6px!important;
  border:3px solid var(--blux-home-bg)!important;
  border-radius:999px!important;
  background:var(--blux-home-blue)!important;
  color:#fff!important;
  font-size:12px!important;
}
#busca-wrap{display:flex!important;width:100%!important;margin:0 0 24px!important}
.qm-search-new{
  width:100%!important;
  min-height:82px!important;
  height:auto!important;
  padding:0 28px!important;
  gap:18px!important;
  border:1px solid var(--blux-home-border)!important;
  border-radius:34px!important;
  background:var(--blux-home-card)!important;
  box-shadow:0 7px 20px rgba(45,35,20,.04)!important;
}
.qm-search-new svg{width:30px!important;height:30px!important;color:#155c46!important;flex:0 0 auto}
.qm-search-new input{font-size:20px!important;font-weight:500!important;color:#1b2f29!important}
.qm-search-new input::placeholder{color:#92949b!important}

.delivery-home{padding:0 24px 42px!important}
.blux-banner{
  position:relative;
  height:auto;
  aspect-ratio:1672/941;
  min-height:0;
  margin:0 0 32px;
  overflow:hidden;
  border-radius:clamp(20px,2.5vw,38px);
  background:#ead0a6;
  box-shadow:0 14px 34px rgba(10,18,30,.18);
  isolation:isolate;
}
.blux-banner-image{display:block;width:100%;height:100%;object-fit:cover}
.blux-banner-pizza{
  position:absolute;
  z-index:1;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:72% 55%;
  filter:saturate(1.04) contrast(1.03);
}
.blux-banner::after{
  content:"";
  display:none;
  position:absolute;
  z-index:2;
  inset:0;
  background:linear-gradient(90deg,rgba(5,9,15,.98) 0%,rgba(5,9,15,.84) 39%,rgba(5,9,15,.23) 73%,rgba(5,9,15,.04) 100%);
}
.blux-banner-content{
  position:relative;
  z-index:3;
  height:100%;
  min-height:0;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:24px 34px 22px;
}
.blux-banner-logo-viewport{position:relative;width:54%;max-width:620px;height:126px;overflow:visible;pointer-events:none}
.blux-banner-logo{
  position:static;
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:left center;
}
.banner-benefits{position:relative;z-index:4;display:flex;gap:10px;width:min(66%,720px)}
.banner-benefit{
  min-width:0;
  min-height:68px;
  flex:1;
  display:flex;
  align-items:center;
  gap:10px;
  padding:11px 13px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:14px;
  background:rgba(18,25,36,.88);
  backdrop-filter:blur(8px);
}
.banner-benefit-icon{width:29px;height:29px;flex:0 0 29px;color:#1789ff;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}
.banner-benefit strong{display:block;color:#fff;font-size:14px;line-height:1.15}
.banner-benefit span{display:block;margin-top:4px;color:#d3d7dd;font-size:12px;line-height:1.2}
.category-showcase{position:relative;isolation:isolate;width:100%;max-width:924px;margin:0 auto;padding:270px 42px 30px;overflow:hidden;border:1px solid rgba(145,90,45,.12);border-radius:32px;background-color:#fff3df;background-image:url("assets/category-cards/categorias-fundo-premium-v2.png");background-repeat:no-repeat;background-position:center top;background-size:100% 100%;box-shadow:0 18px 42px rgba(91,49,18,.07)}
.category-showcase::before,.category-showcase::after{display:none}
.delivery-section-head{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.delivery-section-head::before{display:none!important}
.delivery-section-head h2{margin:0!important;color:#3a170c!important;font-size:39px!important;font-weight:900!important;line-height:.94!important;letter-spacing:-1.2px!important}
.delivery-section-head h2 span{display:inline-block}
.delivery-section-head h2 em{display:inline-block;color:#e93f21;font-family:"Segoe Script","Brush Script MT",cursive;font-size:1.32em;font-weight:800;line-height:.8;letter-spacing:-2.4px;transform:rotate(-2deg)}
.delivery-section-head p{margin:8px 0 0;color:#5f4e43;font-size:16px;font-weight:600}
.category-title-ornament{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:5px;color:#f04424}
.category-title-ornament i{display:block;width:48px;height:1px;background:linear-gradient(90deg,transparent,#ff8b31)}
.category-title-ornament i:last-child{background:linear-gradient(90deg,#ff8b31,transparent)}
.category-title-ornament b{font-size:12px;line-height:1}
.delivery-category-grid{position:relative;z-index:2;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important}
.delivery-category,
.delivery-category:nth-child(n){
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  min-height:0!important;
  aspect-ratio:1.52/1;
  padding:18px 20px!important;
  overflow:hidden!important;
  border:1px solid rgba(145,90,45,.15)!important;
  border-radius:22px!important;
  background:linear-gradient(105deg,#fffdf9 0%,#fffaf2 54%,#fff0db 100%)!important;
  color:#3a170c!important;
  box-shadow:0 9px 22px rgba(91,49,18,.09)!important;
  appearance:none;
  isolation:isolate;
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease!important;
}
.delivery-category[hidden]{display:none!important}
.delivery-category::before{display:none!important;content:none!important}
.delivery-category[data-category="pizzas"]::before{content:"\f818"}
.delivery-category[data-category="pizzas-promocao"]::before{content:"\f06d"}
.delivery-category[data-category="esfihas"]::before{content:"\f2e7";background:#ff9718}
.delivery-category[data-category="promocoes-esfihas"]::before{content:"\f06b";background:#ff6a00}
.delivery-category[data-category="pasteis"]::before{content:"\f564";background:#ffb31a}
.delivery-category[data-category="lanches"]::before{content:"\f805";background:#f05a00}
.delivery-category[data-category="beirutes"]::before{content:"\f7ec";background:#a44dd0}
.delivery-category[data-category="bebidas"]::before{content:"\e4f4";background:#9a4bd3}
.delivery-category[data-category="porcoes"]::before{content:"\e4c6";background:#ffad12}
.delivery-category[data-category="sobremesas"]::before{content:"\f810";background:#eb5d91}
.delivery-category[data-category="pizzas-promocao"]::after{content:"PROMO";position:absolute;z-index:6;top:0;right:0;min-width:94px;padding:9px 14px 10px 20px;border-radius:0 21px 0 34px;background:linear-gradient(135deg,#f04424,#ff6a00);color:#fff;font-size:13px;font-style:italic;font-weight:950;letter-spacing:.4px;text-align:center;box-shadow:0 5px 14px rgba(240,68,36,.22)}
.delivery-category:hover{transform:translateY(-4px);border-color:rgba(240,68,36,.34)!important;box-shadow:0 15px 30px rgba(91,49,18,.15)!important}
.delivery-category:focus-visible{outline:3px solid rgba(255,106,0,.28);outline-offset:3px}
.delivery-category strong{
  position:relative!important;
  z-index:3!important;
  top:auto!important;
  left:auto!important;
  display:block!important;
  max-width:49%!important;
  margin:0!important;
  color:#3a170c!important;
  font-size:21px!important;
  font-weight:900!important;
  line-height:1.02!important;
  text-transform:uppercase!important;
}
.delivery-category small{
  position:relative!important;
  z-index:3!important;
  display:block!important;
  max-width:47%!important;
  margin-top:6px!important;
  color:#74675f!important;
  font-size:13px!important;
  font-weight:600;
  line-height:1.28!important;
}
.delivery-category-media{position:absolute;z-index:1;inset:0;overflow:hidden;border-radius:inherit;pointer-events:none}
.delivery-category-media::after{content:"";position:absolute;z-index:2;inset:0;background:linear-gradient(90deg,rgba(255,253,249,.98) 0%,rgba(255,250,242,.92) 35%,rgba(255,247,235,.42) 53%,rgba(255,247,235,0) 72%);pointer-events:none}
.delivery-category-art,
.delivery-category[data-category] .delivery-category-art{
  position:absolute!important;
  z-index:1!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center center!important;
  filter:none!important;
  transition:transform .25s ease!important;
}
.delivery-category:hover .delivery-category-art{transform:scale(1.04)}
.delivery-category-arrow{
  position:absolute!important;
  z-index:4!important;
  left:20px!important;
  bottom:16px!important;
  width:38px!important;
  height:38px!important;
  display:none!important;
  align-items:center!important;
  justify-content:center!important;
  border:1px solid rgba(255,106,0,.52)!important;
  border-radius:50%!important;
  background:#fffdf9!important;
  color:#f04424!important;
  font-size:20px!important;
  box-shadow:0 5px 12px rgba(91,49,18,.08)!important;
  transition:transform .2s ease,background .2s ease,color .2s ease!important;
}
.delivery-category:hover .delivery-category-arrow{transform:scale(1.05);background:#ff6a00!important;color:#fff!important}
.category-benefits{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:24px auto 0;padding:14px 18px;border:1px solid rgba(145,90,45,.14);border-radius:24px;background:rgba(255,253,249,.88);box-shadow:0 8px 22px rgba(91,49,18,.07);backdrop-filter:blur(8px)}
.category-benefit{min-width:0;display:flex;align-items:center;justify-content:center;gap:11px;padding:3px 18px}
.category-benefit+.category-benefit{border-left:1px solid rgba(145,90,45,.17)}
.category-benefit svg{width:31px;height:31px;flex:0 0 31px;fill:none;stroke:#df361f;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.category-benefit span{min-width:0}
.category-benefit strong{display:block;color:#3a170c;font-size:13px;font-weight:900;line-height:1.15}
.category-benefit small{display:block;margin-top:3px;color:#74675f;font-size:11px;line-height:1.15}

.bottom-cart{
  position:fixed!important;
  z-index:180!important;
  left:auto!important;
  right:20px!important;
  bottom:22px!important;
  width:auto!important;
  height:auto!important;
  min-height:58px!important;
  max-width:none!important;
  display:flex!important;
  grid-template-columns:none!important;
  grid-template-rows:none!important;
  align-items:center!important;
  gap:10px!important;
  padding:11px 17px!important;
  transform:none!important;
  border:0!important;
  border-radius:999px!important;
  background:var(--blux-home-blue)!important;
  color:#fff!important;
  box-shadow:0 12px 28px rgba(18,111,232,.35)!important;
  text-align:left!important;
}
.bottom-cart>div:not(.cart-bag){display:none!important}
.bottom-cart .cart-bag{
  position:relative!important;
  width:30px!important;
  height:30px!important;
  display:grid!important;
  place-items:center!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#fff!important;
  font-size:0!important;
}
.bottom-cart .cart-bag svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.bottom-cart .cart-bag span{
  position:absolute!important;
  top:-14px!important;
  right:-13px!important;
  min-width:27px!important;
  width:auto!important;
  height:27px!important;
  padding:0 5px!important;
  border:3px solid var(--blux-home-bg)!important;
  border-radius:999px!important;
  background:#ffb316!important;
  color:#183328!important;
  font-size:13px!important;
  font-weight:900!important;
}
body .bottom-cart button{
  width:auto!important;
  height:auto!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:#fff!important;
  box-shadow:none!important;
  font-size:16px!important;
  font-weight:800!important;
  white-space:nowrap!important;
}

@media(max-width:700px){
  body{padding-bottom:90px!important;box-shadow:none}
  .qm-header,body.delivery-menu-open .qm-header{padding:16px 14px 0!important}
  .qm-header-top{grid-template-columns:54px minmax(0,1fr) 96px 54px!important;gap:9px!important;margin-bottom:22px!important}
  .qm-menu-btn,.qm-icon-btn{width:54px!important;height:64px!important;border-radius:19px!important}
  .qm-menu-btn svg,.qm-icon-btn svg{width:26px!important;height:26px!important}
  .qm-orders-btn{width:96px!important;height:64px!important;padding:0 8px!important;border-radius:19px!important;font-size:12px!important;gap:6px!important;text-align:center!important}
  .qm-orders-btn svg{width:21px;height:21px}
  .qm-logo{gap:9px!important}
  .qm-logo img{width:64px!important;height:64px!important;flex-basis:64px!important;border-radius:17px!important}
  .qm-logo-text strong{font-size:20px!important}
  .qm-logo-meta{display:grid!important;gap:5px!important;margin-top:5px!important}
  .qm-logo-meta>span:first-child{font-size:12px!important}
  .qm-status-pill{font-size:11px!important;padding:4px 8px!important}
  #busca-wrap{margin-bottom:24px!important}
  .qm-search-new{min-height:72px!important;padding:0 22px!important;gap:14px!important;border-radius:30px!important}
  .qm-search-new svg{width:27px!important;height:27px!important}
  .qm-search-new input{font-size:17px!important}
  .delivery-home{padding:0 14px 30px!important}
  .blux-banner{height:auto;min-height:0;margin-bottom:28px;border-radius:20px}
  .blux-banner-content{height:100%;min-height:0;padding:12px 14px 11px}
  .blux-banner-logo-viewport{width:57%;max-width:none;height:72px}
  .blux-banner-logo{width:100%;height:100%}
  .blux-banner-pizza{object-position:72% 55%}
  .blux-banner::after{background:linear-gradient(90deg,rgba(5,9,15,.98) 0%,rgba(5,9,15,.83) 40%,rgba(5,9,15,.13) 78%,rgba(5,9,15,.03) 100%)}
  .banner-benefits{width:76%;gap:5px}
  .banner-benefit{min-height:48px;gap:5px;padding:6px 7px;border-radius:8px}
  .banner-benefit-icon{width:16px;height:16px;flex-basis:16px}
  .banner-benefit strong{font-size:8.5px}
  .banner-benefit span{font-size:7.5px;margin-top:2px}
  .category-showcase{width:100vw;max-width:none;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:230px 13px 18px;border:0;border-radius:0;box-shadow:none;background-size:100% 100%}
  .delivery-section-head h2{font-size:31px!important}
  .delivery-section-head p{font-size:13px}
  .category-title-ornament i{width:34px}
  .delivery-category-grid{gap:11px!important}
  .delivery-category,.delivery-category:nth-child(n){min-height:0!important;aspect-ratio:1.52/1;padding:13px 12px!important;border-radius:19px!important}
  .delivery-category[data-category="pizzas-promocao"]::after{min-width:69px;padding:7px 8px 8px 14px;border-radius:0 18px 0 28px;font-size:10px}
  .delivery-category strong{max-width:56%!important;margin-top:0!important;font-size:16px!important}
  .delivery-category small{max-width:51%!important;margin-top:4px!important;font-size:10.5px!important;line-height:1.22!important}
  .delivery-category-arrow{left:12px!important;bottom:11px!important;width:31px!important;height:31px!important;font-size:17px!important}
  .category-benefits{margin-top:17px;padding:11px 6px;border-radius:19px}
  .category-benefit{gap:5px;padding:1px 6px}
  .category-benefit svg{width:22px;height:22px;flex-basis:22px}
  .category-benefit strong{font-size:9.5px}
  .category-benefit small{font-size:8px}
  .bottom-cart{
    right:14px!important;
    bottom:16px!important;
    width:58px!important;
    height:58px!important;
    min-height:58px!important;
    padding:0!important;
    border-radius:50%!important;
    justify-content:center!important;
  }
  .bottom-cart .cart-bag{width:32px!important;height:32px!important}
  body .bottom-cart button{display:none!important}
}

@media(max-width:480px){
  .qm-header-top{grid-template-columns:44px minmax(0,1fr) 80px 44px!important;gap:5px!important}
  .qm-menu-btn,.qm-icon-btn{width:44px!important;height:56px!important}
  .qm-orders-btn{width:80px!important;height:56px!important;font-size:10.5px!important}
  .qm-orders-btn svg{display:none}
  .qm-logo{gap:6px!important}
  .qm-logo img{width:44px!important;height:44px!important;flex-basis:44px!important;border-radius:13px!important}
  .qm-logo-text strong{font-size:14px!important;letter-spacing:-.6px!important}
  .qm-logo-meta>span:first-child{font-size:10.5px!important}
  .qm-status-pill{font-size:10px!important}
  .blux-banner-logo-viewport{width:58%;height:68px}
  .blux-banner-logo{width:100%;height:100%}
  .banner-benefits{width:80%}
  .banner-benefit{display:grid;grid-template-columns:15px 1fr;gap:4px;padding:6px}
  .banner-benefit-icon{width:15px;height:15px}
  .banner-benefit strong{font-size:8px}
  .banner-benefit span{font-size:7px}
  .delivery-section-head h2{font-size:28px!important}
  .delivery-category,.delivery-category:nth-child(n){min-height:0!important;aspect-ratio:1.52/1;padding:10px!important}
  .delivery-category strong{max-width:57%!important;font-size:14px!important}
  .delivery-category small{max-width:54%!important;font-size:9.5px!important}
  .category-benefit{display:grid;grid-template-columns:18px 1fr}
  .category-benefit svg{width:18px;height:18px;flex-basis:18px}
  .category-benefit strong{font-size:8.5px}
  .category-benefit small{font-size:7px}
}

@media(max-width:380px){
  .qm-header-top{grid-template-columns:42px minmax(0,1fr) 72px 42px!important;gap:4px!important}
  .qm-menu-btn,.qm-icon-btn{width:42px!important;height:52px!important}
  .qm-orders-btn{width:72px!important;height:52px!important;font-size:9.5px!important}
  .qm-logo img{width:40px!important;height:40px!important;flex-basis:40px!important}
  .qm-logo-text strong{font-size:13px!important}
  .qm-logo-meta>span:first-child{display:none!important}
  .delivery-category,.delivery-category:nth-child(n){min-height:0!important;aspect-ratio:1.52/1;padding:9px!important}
  .delivery-category::before{width:34px;height:34px;flex-basis:34px;font-size:17px}
  .delivery-category strong{font-size:13px!important}
  .delivery-category small{font-size:9px!important}
}

@media(max-width:350px){
  .delivery-category-grid{grid-template-columns:1fr!important}
  .delivery-category,.delivery-category:nth-child(n){min-height:0!important;aspect-ratio:1.52/1;padding:14px!important}
  .delivery-category strong{max-width:48%!important;font-size:16px!important}
  .delivery-category small{max-width:45%!important;font-size:11px!important}
  .category-benefits{grid-template-columns:1fr;gap:9px;padding:12px 16px}
  .category-benefit{display:flex;justify-content:flex-start;padding:0}
  .category-benefit+.category-benefit{padding-top:9px;border-top:1px solid rgba(145,90,45,.17);border-left:0}
  .category-benefit strong{font-size:11px}
  .category-benefit small{font-size:9px}
}

@media(prefers-reduced-motion:reduce){.delivery-category,.qm-menu-btn,.qm-icon-btn,.qm-orders-btn,.delivery-category-arrow{transition:none!important}}
