/* Chocodew wordmark: the supplied artwork sits directly on the hero/footer surface. No logo box, panel, or background is added. */
.brand-logo,
.hero-copy .hero-wordmark,
.footer-brand{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  isolation:auto!important;
}
.brand-logo::before,
.brand-logo::after,
.hero-copy .hero-wordmark::before,
.hero-copy .hero-wordmark::after,
.footer-brand::before,
.footer-brand::after{
  content:none!important;
  display:none!important;
  background:none!important;
  border:0!important;
  box-shadow:none!important;
}
.brand-logo img,
.hero-copy .hero-wordmark img,
.footer-brand img{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  border-radius:0!important;
  mix-blend-mode:screen!important;
  filter:url('/chocodew-transparent-filter.svg#remove-black')!important;
}

/* Final mobile navigation correction: keep My Order circular, separate and compact. */
@media(max-width:700px){
  .mobile-bottom-nav{
    width:calc(100% - 28px)!important;
    max-width:400px!important;
    height:56px!important;
    min-height:56px!important;
    padding:3px 5px!important;
    border-radius:19px!important;
  }
  .mobile-bottom-nav button{
    width:100%!important;
    min-width:0!important;
    height:46px!important;
    min-height:46px!important;
    margin:0!important;
    transform:none!important;
  }
  .mobile-bottom-nav .nav-order,
  .mobile-bottom-nav .nav-order.active,
  .mobile-bottom-nav button:nth-child(3){
    width:46px!important;
    min-width:46px!important;
    height:46px!important;
    min-height:46px!important;
    margin:0 auto!important;
    transform:none!important;
    justify-self:center!important;
    border-radius:50%!important;
  }
  .mobile-bottom-nav .nav-order svg{
    width:19px!important;
    height:19px!important;
  }
  .mobile-bottom-nav .nav-order-badge{
    top:-1px!important;
    right:-2px!important;
  }
}

@media(max-width:360px){
  .mobile-bottom-nav{
    width:calc(100% - 20px)!important;
    max-width:400px!important;
    height:52px!important;
    min-height:52px!important;
    border-radius:17px!important;
  }
  .mobile-bottom-nav button{
    height:42px!important;
    min-height:42px!important;
  }
  .mobile-bottom-nav .nav-order,
  .mobile-bottom-nav .nav-order.active,
  .mobile-bottom-nav button:nth-child(3){
    width:42px!important;
    min-width:42px!important;
    height:42px!important;
    min-height:42px!important;
  }
}

/* Final add-to-order visibility: strong contrast on the cream menu cards. */
.menu-section .add,
.card .add,
.add{
  opacity:1!important;
  visibility:visible!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:linear-gradient(135deg,#a9361f,#7d1f12)!important;
  color:#fffaf3!important;
  border:1px solid rgba(117,38,20,.28)!important;
  box-shadow:0 5px 14px rgba(91,30,14,.16)!important;
  font-weight:800!important;
  text-shadow:0 1px 1px rgba(40,10,4,.18)!important;
}
.menu-section .add svg,
.card .add svg,
.add svg{
  color:#fffaf3!important;
  stroke:#fffaf3!important;
  fill:none!important;
  opacity:1!important;
}
.menu-section .add:hover,
.card .add:hover,
.add:hover{
  background:linear-gradient(135deg,#b43d24,#8a2415)!important;
  color:#fffaf3!important;
}
@media(max-width:700px){
  .menu-section .add,
  .card .add,
  .add{
    min-height:36px!important;
    color:#fffaf3!important;
    font-size:10px!important;
  }
}
@media(max-width:360px){
  .menu-section .add,
  .card .add,
  .add{
    min-height:33px!important;
    font-size:9px!important;
  }
}
