.footer-list {
  margin-top: 1rem;
}

/* Nav utility: address links to Maps, matches surrounding text */
.nav-utility a.nav-address-link,
.row.visible-xs.bg-primary a.nav-address-link {
  color: inherit;
  text-decoration: none;
}

.nav-utility a.nav-address-link:hover,
.row.visible-xs.bg-primary a.nav-address-link:hover {
  text-decoration: underline;
}

/* Footer: left-aligned on desktop; stacked + centered under logo on mobile */
footer.bg-primary .footer-brand-stack__logo {
  display: block;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 1.5rem;
}

footer.bg-primary .footer-brand-stack__hours {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

footer.bg-primary .footer-brand-stack__hours .sub {
  line-height: 1.35;
}

/* Mobile slide-out nav bar: hours stacked like footer */
.row.visible-xs.bg-primary .nav-hours-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0;
}

.row.visible-xs.bg-primary .nav-hours-stack .sub {
  line-height: 1.35;
}

@media screen and (max-width: 767px) {
  footer.bg-primary .footer-brand-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  footer.bg-primary .footer-brand-stack__logo {
    margin-left: auto;
    margin-right: auto;
  }

  footer.bg-primary .footer-brand-stack__hours {
    align-items: center;
    text-align: center;
  }
}

.nav-logo-center {
  display: flex !important;
  justify-content: center;
}

.splide__pagination__page.is-active {
  background-color: #000000;
}

.nav-container,
.top-logo-container {
  background-color: transparent !important;
}

/* Theme sets .tab-content { overflow: hidden }, which clips long menu rows in narrow columns. */
.text-tabs .tab-content {
  overflow: visible;
}

/* Tab panels use overflow:hidden; that can interact badly with menu layout. */
.text-tabs.tabbed-content .content > li {
  overflow: visible;
}

.text-tabs .tab-content .col-sm-6 {
  padding-left: 18px !important;
  padding-right: 18px !important;
}

/* Fresh juices: full-width band below smoothies; clear floats from two-column row above. */
.text-tabs .tab-content .menu-juice-bottom {
  clear: both;
  margin-top: 32px;
}

.text-tabs .tab-content .mb40 {
  margin-bottom: 28px;
}

/* Contain each dish so floats / flex overflow can’t collide with the next item. */
.text-tabs .tab-content .menu-item {
  display: flow-root;
}

.text-tabs .tab-content .bold.block {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.text-tabs .tab-content .bold.block .menu-item-title {
  flex: 1 1 auto;
  min-width: 0;
}

.text-tabs .tab-content .bold.block .menu-item-price,
.text-tabs .tab-content .bold.block .pull-right {
  float: none !important;
  margin-left: 0;
  /* Long lines (e.g. Lafayette Tacos meat prices) must wrap in half-width columns */
  white-space: normal;
  text-align: right;
  flex: 0 1 auto;
  max-width: 58%;
  overflow-wrap: break-word;
}

@media screen and (max-width: 480px) {
  .text-tabs .tab-content .bold.block {
    flex-wrap: wrap;
  }

  .text-tabs .tab-content .bold.block .menu-item-price,
  .text-tabs .tab-content .bold.block .pull-right {
    width: 100%;
    margin-left: 0;
    margin-top: 4px;
    text-align: right;
    white-space: normal;
  }
}

.menu-pre {
  white-space: pre-wrap;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.7;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  padding: 24px;
  background: #fff;
}

/*!---------- Custom Styles Here ----------*/
@media screen and (max-width: 767px) {
  .nav-container.sticky-top {
    position: static !important;
    top: auto !important;
  }

  .text-tabs .tab-content .col-sm-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .page-wrapper {
    height: 100%;
  }

  .nav-utility {
    max-height: 100px;
    opacity: 1;
    transition: opacity 350ms ease-in-out, max-height 300ms ease-in-out;
  }

  nav.scrolled .nav-utility {
    max-height: 0;
    opacity: 0;
  }
  
  .nav-container {
    position: sticky;
    top: 0;
    right: 0;
    z-index: 999;
    background-color: transparent;
  }
  .top-logo-container {
    padding-top: 16px;
    background-color: transparent;
  }
  .for-desktop {
    display: none;
  }
  .text-phone-left {
    text-align: left;
  }
  .nav-bar {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    max-height: 100vh;
    z-index: 999;
    width: 100%;
    pointer-events: none;
    max-width: 375px;
    background-color: #000000;
    text-align: start !important;
    overflow: hidden;
    transform: translateX(100%);
  }
  .logo {
    max-height: 100px;
  }

  .logo--mobile {
    max-height: 70px;
  }

  /* theme.css sets .fixed-menu-bottom { display: none } — force visible on small screens */
  .fixed-menu-bottom {
    width: 100%;
    position: fixed;
    display: block !important;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 140;
  }
  .menu-phone-bottom {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
  }
  .fixed-menu-iteam {
    width: 23%;
    text-align: center;
  }
  .fixed-menu-iteam svg {
    height: 30px;
  }
  .fixed-menu-iteam a {
    display: flex;
    flex-direction: column;
    padding: 5px 0;
    align-items: center;
  }
  .fixed-menu-iteam a:hover {
    fill: white !important;
    color: white !important;
    background-color: #000000;
  }
  /*  .fill2 path {
    fill: rgb(0, 255, 204);
  } */
  .fixed-menu-iteam p {
    margin: 0;
    margin-top: -3px;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
  }

  nav.fixed .nav-bar {
    background-color: #000000;
  }

  .mobile-menu-btn {
    display: flex !important;
    flex-direction: column;
    gap: 4px;
    position: absolute;
    right: 26px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    align-items: center;
    cursor: pointer;
    z-index: 99;
    transition: transform 0.5s ease-in-out;
  }
  
  .mobile-menu-btn div {
    width: 100%;
    height: 3px;
    background-color: #000;
    transition: all 0.4s ease;
    border-radius: 2px;
    transform-origin: center;
  }

  .mobile-menu-btn.open {
    transform: rotate(180deg);
  }

  .mobile-menu-btn.open div:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .mobile-menu-btn.open div:nth-child(2) {
    opacity: 0;
    transform: scale(0.5);
  }

  .mobile-menu-btn.open div:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }

  .nav-bar a {
    height: unset;
  }

  .nav-bar .menu .inner-link,
  .nav-bar .menu a {
    color: #ffffff;
    padding: 10px 20px;
    font-size: 18px;
    display: block;
  }

  .nav-bar.nav-active {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0%);
    transition: opacity 0.4s ease-out, transform 0.3s ease-out;
    overflow-x: hidden;
  }

  .nav-bar.nav-closing {
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 0.2s ease-out, transform 0.2s ease-in;
  }

  .nav-inner:before {
    content: unset;
  }

  .nav-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }

  .nav-bar .menu {
    text-align: start;
    color: #ffffff;
  }

  nav.fixed.scrolled {
    visibility: unset;
    opacity: unset;
  }
  nav.fixed {
    position: unset;
    visibility: unset;
    opacity: unset;
  }
  nav.fixed,
  nav.absolute {
    top: unset;
    width: unset;
    z-index: unset;
    left: unset;
    right: unset;
  }

  nav.scrolled {
    transform: unset !important;
  }
  nav.fixed {
    position: unset !important;
    opacity: unset !important;
    visibility: unset !important;
  }

  nav.fixed .top-logo-container {
    display: block !important;
  }

  .menu-container .has-dropdown ul {
    background-color: #25262e;
  }

  .nav-bar .menu-container .has-dropdown ul a {
    font-size: 12px;
  }

  .menu-container {
    padding: 0;
    margin-top: 4rem;
  }

  .menu-container .has-dropdown:after {
    right: 25px;
  }

  .text-tabs .tabs {
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    scrollbar-width: auto;
  }

  .text-tabs .tabs::-webkit-scrollbar {
    height: 3px;
  }

  .text-tabs .tabs::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  .text-tabs .tabs::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 6px;
  }

  .text-tabs .tabs li {
    padding: 10px;
  }

  .nav-bar .bg-primary {
    background-color: #000000 !important;
  }

  .nav-logo {
    padding: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
  }

  .items-row {
    height: 100%;
  }

  .nav-inner > .bg-primary {
    padding-top: 0.65rem;
    padding-bottom: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  /* Bottom strip: pin via flex parent; center address + hours as a group */
  .row.visible-xs.bg-primary {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    gap: 1.25rem 2rem;
    margin-left: 0;
    margin-right: 0;
  }

  .row.visible-xs.bg-primary > [class*="col-"] {
    float: none !important;
    width: auto !important;
    max-width: 100%;
    flex: 0 1 auto;
    text-align: center !important;
  }

  .close-button {
    position: absolute;
    color: white;
    z-index: 999;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 0;
    cursor: pointer;
    transition: 0.4s;
    top: 45px;
    right: 10px;
  }

  .close-button:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .close-button:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .close-button:before,
  .close-button:after {
    position: absolute;
    top: 19px;
    left: 8px;
    display: block;
    width: 25px;
    height: 2px;
    background: currentColor;
    content: "";
    transition: transform 0.25s;
  }

  .footer-list {
    margin-bottom: 3rem;
  }
}


.splide__slide video {
  width: 100%;
  height: auto;
}

.header-video {
  height: auto !important;
  max-height: 780px;
  object-fit: contain;
  width: auto !important;
  max-width: 560px;
  margin: 0 auto;
  background: transparent;
}

.text-tabs .tabs {
  text-align: center;
}

@media (min-width: 768px) {
  .splide__slide video {
    width: 65%;
  }
}

@media (max-width: 767px) {
  .header-video {
    max-height: 600px;
    max-width: 410px;
  }
}

/* House Specialty: was nested .container + .main--pic at 50% width — images floated oddly in slides */
.section-house-specialty .house-specialty-slider-row {
  margin-bottom: 2rem;
}

.section-house-specialty .splide-house-specialty {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2.25rem;
}

.section-house-specialty .splide-house-specialty .splide__slide {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

/* All specialty exports are identical 3:2 (2000×1333) — fixed frame reads uniform slide-to-slide */
.section-house-specialty .house-specialty__img {
  width: 100%;
  aspect-ratio: 3 / 2;
  height: auto;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: 0 auto;
  border-radius: 4px;
}

.section-house-specialty .splide-house-specialty .splide__pagination {
  bottom: 0.25rem;
}

.section-house-specialty .house-specialty-favorites {
  margin-top: 8rem;
}

@media screen and (max-width: 767px) {
  .section-house-specialty .house-specialty-favorites {
    margin-top: 5.5rem;
  }
}