/** Shopify CDN: Minification failed

Line 80:19 Unexpected "{"
Line 80:28 Expected ":"

**/
/* START_SECTION:iamge-with-text-overlay (INDEX:22) */
.sec-heading{
    font-size: 24px;
    text-align: center;
    margin: 0px 0 0px !important;
    
  }
  .sec-heading span{
    font-size: 60px;
    font-family: "Qwitcher Grypen", cursive;
    font-weight: 400;
    font-style: normal;
  }
.image_overlay_area{
    position: absolute;
    bottom: 15%;
    left: 10%;
    z-index: 9;
    color: #fff;
}
.image_overlay_heading{
    font-weight: 500;
    font-size: 70px;
    margin-bottom: 1.25rem;
    line-height: 1.1em;
    margin-right: auto;
    max-width: 10em;
    font-family: "Qwitcher Grypen", cursive;
    font-weight: 400;
    font-style: normal;
    color:#000;
}
.image_overlay_desc, .image_overlay_desc h3{
    margin-bottom: 30px;
    font-size: 46px;
    line-height: 10px;
    margin-right: auto;
    max-width: min(65ch, 45vw);
    font-family: "Qwitcher Grypen", cursive;
    font-weight: 400;
    font-style: normal;
    color:#000 !important;
}
  .image_overlay_desc h3{
    color:#fff;
  }
.overlay_btn{
    margin-bottom: 0;
  margin: calc(2rem - 10px) -.5em 1em;
}
.overlay_btn a{
    display: inline-block;
    height: auto;
    margin: 10px 0 0;
    padding: 1em 25px;
    transition: background-color .1s, color .1s, border-color .1s, opacity .1s;
    border: 1.5px solid #000;
    border-radius: 4px;
    background: #000;
    color: #fff !important;
    /* font-family: var(--base-font-family); */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1em;
    text-align: center;
    text-decoration: none !important;
    text-transform: capitalize;
    vertical-align: middle;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
  #mob-img_slider_{{ section.id }} .slick-arrow{
    display:none !important;
  }
  @media(max-width:768px){
    .Collection-box-area .multicolumn-list h3 {
    font-size: 16px;
}
  }
/* END_SECTION:iamge-with-text-overlay */
