/** Shopify CDN: Minification failed

Line 99:18 Unexpected "{"
Line 99:27 Expected ":"
Line 99:34 Unexpected "{"
Line 100:18 Expected identifier but found whitespace
Line 100:20 Unexpected "{"
Line 100:29 Expected ":"
Line 100:74 Expected ":"
Line 103:20 Unexpected "{"
Line 103:29 Expected ":"
Line 106:20 Unexpected "{"
... and 128 more hidden warnings

**/
.ishislider .ishislideshow-carousel .slider-content {
  padding: clamp(20px, 4vw, 70px);
}
.ishislider .ishislideshow-carousel .page-width {
    max-width: 1520px !important;
    padding: 25px 0;
}
.ishislider .ishislideshow-carousel .page-width .slider-btn.btn {
    border-radius: 4px;
      padding: clamp(6px, 2vw, 12px) clamp(16px, 3vw, 32px);
    background: #F9AB06;
    position: unset;
    color: #111;
    display: inline-block;
    width: auto;
    height: auto;
    box-shadow: none;
    margin-top: 20px;
    font-family: Open Sans;
    font-weight: 700;
    font-size: clamp(12px, 2.5vw, 18px);
    line-height: 140%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
}
.ishislider .ishislideshow-carousel .page-width .slider-btn.btn:hover {
    background: #E59D06;
    box-shadow: 0px 1px 2px 0px #1018280D;
}
   .ishislider .ishislideshow-carousel .page-width  .sub-title {
    font-family: 'Baloo 2';
    font-weight: 700;
    font-size: 19px;
    line-height: 10px;
    letter-spacing: 0px;
    text-transform: uppercase;
}
  .ishislider .ishislideshow-carousel .page-width  .sub-title > span {
    background: #fff;
      padding: clamp(4px, 1vw, 8px) clamp(16px, 3vw, 32px);
    border-radius: 16px;
    font-family: Clash Grotesk;
    font-weight: 700;
    font-size: clamp(18px, 4vw, 48px);
    line-height: 1.3;
    letter-spacing: 0px;
    text-align: center;
}
.ishislider .ishislideshow-carousel .page-width .main-title {
    font-family: Outfit;
    font-weight: 700;
    font-size: clamp(24px, 5vw, 64px);
    line-height: 1.2;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
}

.ishislider .ishislideshow-carousel .page-width .desc {
    font-family: 'Baloo 2';
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0px;
}

@media screen and (min-width: 600px) and (max-width: 850px) {
  .ishislider .ishislideshow-carousel .main-title { 
    font-family: 'Baloo 2';
    font-weight: 700;
    font-size: 41px !important;
    line-height: 55px;
    letter-spacing: -1.58px;
  }

  .ishislider .ishislideshow-carousel .desc { 
    font-family: 'Baloo 2';
    font-weight: 400;
    font-size: 16px !important;
    letter-spacing: 0px;
  }
}

#shopify-section-{{ section.id }} {
    margin-bottom: {{ section.settings.section_bottom_spacing_desktop }}px;
  }

  #shopify-section-{{ section.id }} .text-align-center{
    text-align:center;
  }  
  #shopify-section-{{ section.id }} .text-align-left{
    text-align:left;
  }  
  #shopify-section-{{ section.id }} .text-align-right{
    text-align:right;
  }  
  
  #shopify-section-{{ section.id }} .slider-content-right,
  #shopify-section-{{ section.id }} .slider-content-topright,
  #shopify-section-{{ section.id }} .slider-content-bottomright{
    float: right;
  }
  #shopify-section-{{ section.id }} .slider-content-left,
  #shopify-section-{{ section.id }} .slider-content-topleft,
  #shopify-section-{{ section.id }} .slider-content-bottomleft{
    float: left;
  }
  #shopify-section-{{ section.id }} .slider-content-center,
  #shopify-section-{{ section.id }} .slider-content-topcenter,
  #shopify-section-{{ section.id }} .slider-content-bottomcenter{
    margin: 0 auto;
    float:unset;
  }
  
    
  #shopify-section-{{ section.id }} .page-width-topleft,
  #shopify-section-{{ section.id }} .page-width-topcenter,
  #shopify-section-{{ section.id }} .page-width-topright{
    top:30px;
  }
  #shopify-section-{{ section.id }} .page-width-bottomleft,
  #shopify-section-{{ section.id }} .page-width-bottomcenter,
  #shopify-section-{{ section.id }} .page-width-bottomright{
    bottom:30px;
  }

  @media(max-width:543px){
    #shopify-section-{{ section.id }} .mobile-slider-content-right,
    #shopify-section-{{ section.id }} .mobile-slider-content-topright,
    #shopify-section-{{ section.id }} .mobile-slider-content-bottomright{
      float: right !important;
    }
    #shopify-section-{{ section.id }} .mobile-slider-content-left,
    #shopify-section-{{ section.id }} .mobile-slider-content-topleft,
    #shopify-section-{{ section.id }} .mobile-slider-content-bottomleft{
      float: left !important;
    }
    #shopify-section-{{ section.id }} .mobile-slider-content-center,
    #shopify-section-{{ section.id }} .mobile-slider-content-topcenter,
    #shopify-section-{{ section.id }} .mobile-slider-content-bottomcenter{
      margin: 0 auto;
      float:unset !important;
    }
  
      
    #shopify-section-{{ section.id }} .mobile-page-width-topleft,
    #shopify-section-{{ section.id }} .mobile-page-width-topcenter,
    #shopify-section-{{ section.id }} .mobile-page-width-topright{
      top:70px !important;
      bottom:auto !important;
    }
   
    #shopify-section-{{ section.id }} .mobile-page-width-bottomleft,
    #shopify-section-{{ section.id }} .mobile-page-width-bottomcenter,
    #shopify-section-{{ section.id }} .mobile-page-width-bottomright{
      bottom:30px !important;
      top:auto !important;
    }

    #shopify-section-{{ section.id }} .mobile-page-width-left,
    #shopify-section-{{ section.id }} .mobile-page-width-right,
    #shopify-section-{{ section.id }} .mobile-page-width-center{
      top:auto !important;
      bottom:auto !important;
    }

    #shopify-section-{{ section.id }} .mobile-text-align-center{
      text-align:center !important;
    } 
    
    #shopify-section-{{ section.id }} .mobile-text-align-left{
      text-align:left !important;
    }  
    #shopify-section-{{ section.id }} .mobile-text-align-right{
      text-align:right !important;
    }
  }
     @media (max-width:425px){
     #shopify-section-{{ section.id }} .mobile-page-width-topleft,
    #shopify-section-{{ section.id }} .mobile-page-width-topcenter,
    #shopify-section-{{ section.id }} .mobile-page-width-topright{
      top:55px !important;
      bottom:auto !important;
    }
    }
   @media (max-width:350px){
     #shopify-section-{{ section.id }} .mobile-page-width-topleft,
    #shopify-section-{{ section.id }} .mobile-page-width-topcenter,
    #shopify-section-{{ section.id }} .mobile-page-width-topright{
      top:45px !important;
      bottom:auto !important;
    }
    }
    
  @media (max-width: 767px) {
    #shopify-section-{{ section.id }} {
      margin-bottom: {{ section.settings.section_bottom_spacing_mobile }}px;
    }
  }
    
   {%- for block in section.blocks -%}
    {% assign imgRatioDesktop = 1 | divided_by: block.settings.image.aspect_ratio | times: 100 | divided_by: 2 %}
    {% assign imgRatioMobile = 1 | divided_by: block.settings.image1.aspect_ratio | times: 100 | divided_by: 2 %}
    #shopify-section-{{ section.id }} .ishislider .ishislideshow-carousel .media-block-{{ forloop.index }} {
      padding-bottom: {{ imgRatioDesktop }}%;
      padding-top: {{ imgRatioDesktop }}%;
    }
    @media (max-width: 543px) {
      #shopify-section-{{ section.id }} .ishislider .ishislideshow-carousel .media-block-{{ forloop.index }} {
        padding-bottom: {{ imgRatioMobile }}%;
        padding-top: {{ imgRatioMobile }}%;
      }
    }
  {%- endfor-%}

/* Default: positioned at bottom of banner */
.order-now-wrapper {
  position: absolute;
  right: 0;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
  top: auto;
}

/* After scroll: stick to top */
.order-now-wrapper.stick-top {
  position: fixed;
  top: 100px;
  bottom: auto;
}


.order-now-button {
  display: flex;
  align-items: center;
  height: 64px;
  gap: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 8px 24px 8px 8px;
  background: var(--Emerald, #3A923E);
  cursor: pointer;
  position: relative;
  bottom: 45px;
}

.order-now-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.icon-inner {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-image {
  width: 26.53px;
  height: 26.67px;
}

.order-now-text {
    width: auto;
    height: 28px;
    font-family: 'Baloo 2', cursive;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    color: white;
    display: flex;
    align-items: center;
}

.ishislider .ishislideshow-carousel .page-width.page-width-left.mobile-page-width-topleft {
    padding: unset;
    left: 0px;
    right: 34px;
    top: auto;
}


/* Mobile WhatsApp Icon */
@media (max-width: 768px) {
  .mobile-whatsapp-icon {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 9999;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    background: none;
  }

  .mobile-whatsapp-icon img.mobile-whatsapp-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(1.4); /* Scale up the image inside */
  }

  .order-now-wrapper {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .mobile-whatsapp-icon {
    display: none !important;
  }
}



/* Mobile banner - only visible on small screens */
@media (max-width: 768px) {
 .ishislider .ishislideshow-carousel .page-width  .sub-title {
    color: #141414;
    font-family: 'Baloo 2';
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
}

.ishislider .ishislideshow-carousel .page-width .main-title {
    color: #141414;
    font-family: 'Baloo 2';
    font-weight: 700;
    font-size: 24px !important;
    line-height: 100%;
    letter-spacing: 0px;
    white-space: nowrap;
}

.ishislider .ishislideshow-carousel .page-width .slider-btn.btn {
    width: auto;
    height: 31px;
    gap: 14.01px;
    opacity: 1 !important;
    border-radius: 9.57px;
    font-size: 14px;
    padding: 10px 16px;
}

.ishislider .ishislideshow-carousel .page-width  .desc {
    white-space: nowrap;
}

/* Target the specific child div under the parent div with class 'ishislideshow-carousel' */
.ishislider .ishislideshow-carousel .page-width.page-width-left.mobile-page-width-topleft {
    padding: 16px;
    left: 16px;
    right: unset;
    top: 16px;
}


/* Target the .slider-content div and set its width to 100% */
.ishislider .ishislideshow-carousel .page-width.page-width-left.mobile-page-width-topleft .slider-content {
    width: 100%;
}


}


@media (max-width: 1440px) {
  .ishislider .ishislideshow-carousel .page-width .main-title {
    font-size: clamp(24px, 3.5vw, 52px);
  }
}

@media (max-width: 1440px) {
  .ishislider .ishislideshow-carousel .page-width .sub-title > span {
    font-size: clamp(16px, 2.8vw, 36px);
    padding: clamp(4px, 0.8vw, 10px) clamp(14px, 2vw, 28px);
  }
}

@media (max-width: 1440px) {
  .ishislider .ishislideshow-carousel .page-width .slider-btn.btn {
    font-size: clamp(12px, 1.8vw, 16px);
    padding: clamp(6px, 1.2vw, 10px) clamp(14px, 2vw, 28px);
    margin-top: clamp(10px, 1.2vw, 18px);
  }
}

@media (max-width: 1024px) {
  .ishislider .ishislideshow-carousel .slider-content {
    padding: clamp(12px, 3vw, 40px);
  }
}

@media (max-width: 768px) {
  .ishislider .ishislideshow-carousel .slider-content {
    padding: clamp(8px, 2.5vw, 24px);
  }
}
