/** Shopify CDN: Minification failed

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

**/
.collections{
  color: #fff;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
   font-size: 32px;
  font-weight: 900;
  position: relative;
   z-index: 2;
}
@media(min-width: 990px){
  .collection{
    font-size: 60px;
  }
}
.collections{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
   transition: transform 0.3s ease-in-out;
  }
.multi-column:hover .collections {
  transform: scale(1.03);
}
.multi-column{
  position: relative;
  overflow: hidden;
}
.collections:after{
  content: "";
    position: absolute;
    top: 0;
    background: #000;
    opacity: 0.3;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.text-block{
  position: relative;
  z-index: 3;
}
.time-slots{
  text-align: center;
  color: #fff;
  padding: 20px 20px 20px 20px;
  font-weight: 600;
}
.address{
  padding: 40px 20px 40px 20px;
  font-weight: 600;
  text-align: center;
}
.time-slots h3 {
  color: #fff;
}
.time-slots{
  background: url(/cdn/shop/files/image-25.jpg?v=1729080052);
}
.address{
  background: #f4e076;
}
.address p, .time-slots p{
  margin: 4px;
}
.contact-info-sec{
  display: flex;
    flex-direction: column;
    row-gap: 20px;
    align-items: stretch;
}
.address p{
  color: #212b36;
}
@media screen and (min-width: 550px) and (max-width: 989px){
 .grid--1-col-tablet-down .grid__item.multi-column {
    width: 48% !important;
    max-width: 48% !important;
  }
  
}
@media(max-width: 989px){
  .collections{
    padding: 100px 50px 100px 25px;
    font-size: 32px;
  }
}
@media(min-width: 990px){
  .collections{
    font-size: 52px;
  }
  .time-slots h2{
  color: #fff; 
}
.holiday-message{
  padding: 50px 20px 50px 20px ;
}