/** Shopify CDN: Minification failed

Line 41:13 Expected identifier but found whitespace
Line 41:15 Unexpected "{"
Line 41:24 Expected ":"
Line 62:8 Expected identifier but found whitespace
Line 62:10 Unexpected "{"
Line 62:19 Expected ":"
Line 97:8 Expected identifier but found whitespace
Line 97:10 Unexpected "{"
Line 97:19 Expected ":"
Line 102:8 Expected identifier but found whitespace
... and 2 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:custom-columns-section (INDEX:0) */
.columns-container {
  display: flex;
  justify-content: space-between;
}

.column {
  flex: 1;
}

.box {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 10px;
}
/* END_SECTION:custom-columns-section */

/* START_SECTION:menu-examples-slider (INDEX:77) */
.menu-slider-section{
  padding: 80px 0;
  background: {{ section.settings.bg_color }};
}

.menu-slider-container{
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.menu-slider-heading{
      font-size: 30px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 40px;
    font-family: itc_avant_garde_gothic_proMd;
    color: #758d6e;
}

.menu-slider-description{
  max-width: 800px;
  margin-bottom: 50px;
  color: {{ section.settings.text_color }};
  font-size: 18px;
  line-height: 1.6;
}

.menu-swiper{
  overflow: hidden;
}

.menu-slide{
  text-align: center;
}

.menu-slide-image{
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.menu-slide-image img{
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
  transition: 0.4s;
}

.menu-slide:hover img{
  transform: scale(1.05);
}

.menu-slide-title{
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  color: {{ section.settings.text_color }};
}

.menu-slider-section .swiper-button-next,
.menu-slider-section .swiper-button-prev{
  color: {{ section.settings.heading_color }};
}

@media(max-width:767px){
  .menu-slider-heading{
    font-size:32px;
  }

  .menu-slider-description{
    font-size:16px;
    margin-bottom:30px;
  }
}
/* END_SECTION:menu-examples-slider */