/** Shopify CDN: Minification failed

Line 118:1 Expected "}" to go with "{"

**/
/* Hide Cafe Hero section only on mobile devices, three column video */
@media screen and (max-width: 767px) {
  #shopify-section-template--24679870103928__cafe_hero_BeDTKP {
    display: none !important;
  }
}

/* Show Cafe Hero section only on mobile - Mobile version cafe hero section */
#shopify-section-template--24679870103928__cafe_hero_aQ8WDf {
  display: none !important;
}

/* Re-enable visibility on mobile screens */
@media screen and (max-width: 767px) {
  #shopify-section-template--24679870103928__cafe_hero_aQ8WDf {
    display: block !important;
  }
}

/* cafe page nav styling */


  .cafe_nav a {
    color: #181818;
    opacity: 0.5;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-color: currentColor;
    transition: opacity 0.2s;
    background-color: #f7f7f7;
  }

  .cafe_nav a[data-active="true"] {
    opacity: 1 !important;
    text-decoration-color: currentColor !important;
  }

.cafe_nav_wrapper {
  background: #f7f7f7;
}

.cafe_nav {
  width: min(90vw, 1920px);
  margin: 0 auto;
  display: flex;
 justify-content: center;
  gap: 30px;
  background-color: #f7f7f7; 
  padding-inline: 0;       
  box-sizing: border-box;
}
@media (min-width: 1024px){
.cafe_nav {
  width: min(92vw, 1920px) !important;
}



/* cafe location Mobile */


.cafe_location_mobile{
display: none;
}
section#shopify-section-template--24679870103928__custom_liquid_9jAtrc {
    display: none;
}

@media(max-width:768px){
.cafe_location_mobile{
display:flex !important;
flex-direction: column;
justify-content: center;
align-items: center !important;
background-color: #f7f7f7;
padding-top: 16px;
padding-bottom: 16px;}

.cafe_location_mobile .cafe_location_title {
    font-size: 16px;
    font-family: "DM Sans", sans-serif !important;
    font-weight: 500 !important;
    color: #000000 !important;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
  }
  
  .cafe_location_mobile .cafe_location_address,
  .cafe_location_mobile_hours {
font-family: "DM Sans", sans-serif !important;
    font-weight: 300 !important;
    font-size: 15px;
    color: #000;
    line-height: 1.4;
    padding-bottom: 10px
    align-text:center !important;
  }
.cafe_location_mobile_hours{
text-align:center;
line-height: 1.6;}
}
@media (max-width: 768px) {
    #shopify-section-template--24679870103928__custom_liquid_WJmHD8 div {
        padding-bottom: 5px;
        padding-top:5px;

        text-align: center;
        align-items: center;
        justify-content: center;
        background-color: #f7f7f7;
    }
}