/** Shopify CDN: Minification failed

Line 98:18 Unexpected "{"
Line 98:27 Expected ":"
Line 98:34 Unexpected "{"
Line 99:18 Expected identifier but found whitespace
Line 99:20 Unexpected "{"
Line 99:29 Expected ":"
Line 99:74 Expected ":"
Line 102:20 Unexpected "{"
Line 102:29 Expected ":"
Line 105: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-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-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-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-weight: 400;
    font-size: 20px;
    letter-spacing: 0px;
}

@media screen and (min-width: 600px) and (max-width: 850px) {
  .ishislider .ishislideshow-carousel .main-title { 
    
    font-weight: 700;
    font-size: 41px !important;
    line-height: 55px;
    letter-spacing: -1.58px;
  }

  .ishislider .ishislideshow-carousel .desc { 
    
    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-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-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
}

.ishislider .ishislideshow-carousel .page-width .main-title {
    color: #141414;
    
    font-weight: 700;
    font-size: 24px !important;
    line-height: 100%;
    letter-spacing: 0px;
    white-space: normal;
}

.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);
  }
}

/* new css  */
.ishislider .slide-wrap {
  display: flex;
}
.ishislider .figure { width: 50%; }
.ishislider .video { width: 50%; }
@media (max-width:767px){
  .ishislider .slide-wrap {
    flex-direction: column-reverse;
  }
  .ishislider .figure { width: 100%; }
  .ishislider .video { width: 100%; }
}
@media (max-width: 767px) {

  

  /* Make video full width */
  .ishislider .slide-wrap .video {
    width: 100%;
  }

  /* Reset slide-wrap direction */
  .ishislider .slide-wrap {
    flex-direction: column;
  }

}

.prod-banner-slider {
	margin-top: 50px;
}
.prod-banner-slider .ishislideshow-carousel .slideshow__link {
	display: flex;
	align-items: stretch;
	height: 700px;
}
.prod-banner-slider .ishislideshow-carousel .slideshow__link .media-block {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.prod-banner-slider .ishislideshow-carousel .slideshow__link .media-block > img {
	object-fit: cover;
	height: 100%;
	object-position: center;
	width: 100%;
	max-width: none;
}
.prod-banner-slider .ishislideshow-carousel .slideshow__link .product-card {
  padding:4rem !important;
	background: #141414;
  width:30%;
}
.prod-banner-slider .product-image {
    height: 350px;
  }
.prod-banner-slider .prod-banner {
	width: 70%;
}
.prod-banner-slider .ishislideshow-carousel .owl-dots {
	bottom: 20px;
	margin: 0;
	text-align: center;
	max-width: 30%;
}
.prod-banner-slider .ishislideshow-carousel .owl-dots .owl-dot.active {
	border: 1px solid #DB212A !important;
}
.prod-banner-slider .ishislideshow-carousel .owl-dots .owl-dot.active span, 
.prod-banner-slider .ishislideshow-carousel .owl-dots .owl-dot:hover span {
	background: #DB212A !important;
}

.prod-banner-slider .product-card .product-info .product-title {
	font-weight: 600;
	
	font-size: 26px;
	line-height: 31px;
	letter-spacing: 0;
	color: #FFF;
	margin: 0;
	text-align: center;
}
.prod-banner-slider .product-card .AirReviews-Widget .AirReviews-StarRatingWrapper {
	justify-content: center;
}
.prod-banner-slider .product-card .main-price {
	justify-content: center;
  align-items: center;
	color: #fff;
}
.prod-banner-slider .product-card .main-price .price {
	color: #fff;
  margin: 0;
}
.prod-banner-slider .product-card .promo-buy-btn {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}

@media (max-width:1440px){
.prod-banner-slider .ishislideshow-carousel .slideshow__link {
	height: 650px;
}
.prod-banner-slider .ishislideshow-carousel .slideshow__link .media-block > img {
	max-height: 650px;
  width: auto;
	}
}
@media (max-width:1280px){
.prod-banner-slider .ishislideshow-carousel .slideshow__link {
	height: 550px;
}
.prod-banner-slider .ishislideshow-carousel .slideshow__link .media-block > img {
	max-height: 550px;
	}
  .prod-banner-slider .product-image {
	height: 260px;
}
.prod-banner-slider .ishislideshow-carousel .slideshow__link .product-card {
	padding: 2rem !important;
}
}
@media (max-width:1024px){
.prod-banner-slider .ishislideshow-carousel .slideshow__link .product-card {
  width: 40%;
}
.prod-banner-slider .prod-banner {
	width: 60%;
}
.prod-banner-slider .ishislideshow-carousel .owl-dots {
	max-width: 40%;
}
.prod-banner-slider .ishislideshow-carousel .slideshow__link .media-block > img {
	max-height: 420px;
}
.prod-banner-slider .ishislideshow-carousel .slideshow__link {
	height: 420px;
}
.prod-banner-slider .product-image {
	height: 160px;
}
.prod-banner-slider .product-card .product-info .product-title {
	font-size: 22px;
	line-height: 26px;
  -webkit-line-clamp: 2;
}
}
@media (max-width:767px){
.prod-banner-slider .ishislideshow-carousel .slideshow__link {
	height: auto;
	flex-direction: column-reverse;
}
.prod-banner-slider .product-image {
	display: none;
}
.prod-banner-slider .prod-banner {
	width: 100%;
}
.prod-banner-slider .ishislideshow-carousel .slideshow__link .media-block > img {
	max-height: none;
	max-width: 100%;
}
.prod-banner-slider .product-card .product-info .product-title {
	font-size: 18px;
	line-height: 26px;
	-webkit-line-clamp: 2;
}
.prod-banner-slider .ishislideshow-carousel .slideshow__link .product-card {
    width: 100%;
    padding: 2rem 2rem 4rem 2rem!important;
}
.prod-banner-slider .product-card .main-price {
	margin: 0;
}
.prod-banner-slider .product-card .product-info {
	margin-top: 0;
}
.prod-banner-slider .AirReviews-Widget.AirReviews-Widget--Stars {
	justify-content: center;
}
.prod-banner-slider .ishislideshow-carousel .owl-dots {
    max-width: 100%;
    display: block;
    bottom: 10px;
}
}

.ishislider .slide-wrap .figure .mobile-banner{
	display: none;
} 
.ishislider .slide-wrap {
	display: flex;
}
.ishislider .figure {
	width: 50%;
}
.ishislider .video {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
  max-height: 650px;
}
.ishislider .slide-wrap .figure > img {
	height: 650px;
	object-fit: cover;
	object-position: center;
	display: block;
	width: 100%;
}
.ishislider .hero__video {
	width: auto;
	height: 100%;
}
.ishislider .ishislideshow-carousel .page-width .main-title {
	font-family: var(--font-body-family);
	text-transform: uppercase;
  font-style: italic;
}
.ishislider .ishislideshow-carousel .page-width .desc {
	font-family: var(--font-body-family);
	font-size: 28px;
	text-align: center;
	text-transform: uppercase;
	font-style: italic;
	line-height: normal;
}
.ishislider .ishislideshow-carousel .owl-dots {
	bottom: 20px;
	margin: 0;
	text-align: right;
	max-width: 28%;
}
.ishislider .ishislideshow-carousel .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	background: #D9D9D9 !important;
	border: 0!important;
	margin: 0;
}
.ishislider .ishislideshow-carousel .owl-dots .owl-dot.active span {
	background: var(--button-bg-color) !important;
}
.ishislider .ishislideshow-carousel .owl-dots .owl-dot {
	padding: 3px !important;
	border: 1px solid #D9D9D9 !important;
	border-radius: 20px;
}
.ishislider .ishislideshow-carousel .owl-dots .owl-dot.active {
	border: 1px solid var(--button-bg-color) !important;
}
.ishislider .ishislideshow-carousel .owl-nav {
	display: none !important;
}
.ishislider .ishislideshow-carousel .slider-content {
	padding: 40px 0;
}
@media (max-width:1700px){
.ishislider .slide-wrap .figure > img {
	height: 550px;
}
}
@media (max-width:1500px){
.ishislider .ishislideshow-carousel .owl-dots {
	max-width: 28%;
}
.ishislider .slide-wrap .figure > img {
	height: 450px;
}
}
@media (max-width:991px){
  .ishislider .slide-wrap .figure > img {
    height: 350px;
  }
  .ishislider .video {
    max-height: 350px;
  }
  .ishislider .ishislideshow-carousel .page-width .main-title {
    white-space: break-spaces;
  }
  .ishislider .ishislideshow-carousel .page-width .desc {
	white-space: break-spaces;
}
}
@media (max-width:767px){
.ishislider .slide-wrap .figure .mobile-banner{
	display: block;
}  
.ishislider .slide-wrap .figure .desktop-banner, .ishislider .figure:first-child {
	display: none;
} 
.ishislider .ishislideshow-carousel .owl-dots {
	display: none;
}
.ishislider .ishislideshow-carousel.hero-banner .owl-dots {
	display: block;
	background: #000;
	max-width: 100%;
	text-align: center;
	position: relative;
	bottom: 0;
	padding-bottom: 10px;
}
.ishislider .ishislideshow-carousel .slider-content {
	width: 100%;
	text-align: center !important;
	padding: 15px;
}
.ishislider .ishislideshow-carousel .slider-content .desc {
	display: block;
  font-size: 16px;
}
.ishislider .slide-wrap {
	flex-direction: column;
}
.ishislider .slide-wrap {
	flex-direction: column-reverse;
}
.ishislider .video {
	max-height: 300px;
	width: 100%;
}
.ishislider .hero__video {
	width: 100%;
	height: auto;
}
.ishislider .figure {
	width: 100%;
}
.ishislider .slide-wrap .figure > img {
	height: auto;
}
.ishislider .ishislideshow-carousel .slideshow__link {
	align-items: flex-end;
}
.ishislider .ishislideshow-carousel .page-width .slider-btn.btn {
	margin-top: 0;
	border-radius: 4px;
	padding: 10px 30px;
	height: auto;
	font-size: 14px;
}
.ishislider .ishislideshow-carousel .page-width {
	padding: 0;
}
.ishislider .ishislideshow-carousel .page-width .main-title {
	font-size: 18px !important;
}
}
