/** Shopify CDN: Minification failed

Line 103:9 Expected identifier but found whitespace
Line 103:11 Unexpected "{"
Line 103:20 Expected ":"
Line 104:10 Expected identifier but found whitespace
Line 104:12 Unexpected "{"
Line 104:21 Expected ":"
Line 151:2 Unexpected "{"
Line 151:3 Expected identifier but found "%"
Line 153:2 Unexpected "{"
Line 153:3 Expected identifier but found "%"
... and 49 more hidden warnings

**/


/* CSS from section stylesheet tags */
section#multi-icon {
     margin-top: 70px;
 }
   
 .multi-icon-section .icon-box {
   padding: 20px;
   border: 1px solid #ddd;
   margin-bottom: 20px;
   transition: all 0.3s;
 }
 
 .multi-icon-section .icon-box:hover {
   background-color: #f9f9f9;
 }
 
 .multi-icon-section .icon-box img {
   max-width: 100%;
   width: 70px;
   margin-bottom: 20px;
 }
 
 .multi-icon-section .icon-box h4 {
   font-size: 18px;
   margin-bottom: 10px;
 }
 
 .multi-icon-section .icon-box p {
   font-size: 14px;
 }
 
 input#contactFormPhone {
     width: 100%;
 }
 .multi-icon-section .icon-box .btn {
   padding: 8px 15px;
   background-color: #333;
   color: #fff;
   text-transform: uppercase;
   font-size: 12px;
   display: inline-block;
   margin-top: 10px;
 }
 ::placeholder {
    font-size: 13px;
}
 .contact-page .contact-form .contact-form-page .contact-form .contact-name input, .contact-page .contact-form .contact-form-page .contact-form .contact-email input, .contact-page .contact-form .contact-form-page .contact-form .contact-phone input, .contact-page .contact-form .contact-form-page .contact-form .contact-subject input {
    border-radius: 0;
    border: 1px solid #ebebeb;
    width: 100%;
    background-color: transparent;
    padding: 15px 15px 15px 25px;
}
#category-faq-title {
  font-size: 40px;
  color: #000;
  background-color: transparent;
  font-weight: 600;
}

#category-faq-sub-title {
  font-size: 20px;
  color: #000;
  background-color: transparent;
  font-weight: 400;
}

.header-container p {
    font-family: 'Raleway';
}
.header-container .text-left {
  text-align: left;
}

.header-container .text-center {
  text-align: center;
}

.header-container .text-right {
  text-align: right;
}

.accodian {
  border-bottom: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf;
  margin: {{ section.settings.margin | default: '50px' }};
  padding: {{ section.settings.padding | default: '50px' }};
}

.accordion-container {
  width: 70%;
  margin: 0 auto;
  text-decoration: none;
}

.faq-question button {
  padding: 1.25rem 0;
  width: 100%;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  position: relative;
  text-decoration: none;
}

.faq-question button:hover {
  text-decoration: none;
  color: #000;
}

.faq-answer {
  font-size: 17px;
  color: #000;
  font-weight: 500;
  font-family: 'Raleway';
  padding-bottom: 1rem;
  text-align: left;
}

.faq-image-left,
.faq-image-right {
  position: relative;
}

.faq-image-left img,
.faq-image-right img {
  display: block;
  width: 100%;
  height: auto;
}

.faq-image-left img,
.faq-image-right img {
  {% if section.settings.image_cover == 'cover' %}
  object-fit: cover;
  {% elsif section.settings.image_cover == 'contain' %}
  object-fit: contain;
  {% else %}
  object-fit: auto;
  {% endif %}
}

.faq-image-left {
  text-align: right;
}

.faq-image-left img {
  float: left;
  margin-right: 1rem;
}

.faq-image-right {
  text-align: left;
}

.faq-image-right img {
  float: right;
  margin-left: 1rem;
}

.faq-icon {
  font-size: 1.2rem; /* Adjust size as needed */
  margin-right: 0.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.accodian-header .btn-link {
  text-align: left;
}
.faq-custm{
  text-align: center;  
  margin: 50px;  
  padding: 50px;
}
.accodian-header .btn-link.collapsed .faq-icon {
  content: "\f067";
  transform: rotate(0deg);
}

.accodian-header .btn-link:not(.collapsed) .faq-icon {
  content: "\f068"; 
  transform: rotate(180deg);
}
  /*media for 768*/
@media(max-width:991.98px){
  .accordion-container {
  width: 90%;
}
   .faq-custm {
  margin: 0px;
  padding: 40px 10px;
}
}
/*media for 425*/
@media(max-width:767.98px){
  .accordion-container {
  width: 90%;
}
  .faq-custm {
  margin: 0px;
  padding: 30px 10px;
}
}
.mw-image-gallery p {
  text-align: center;
  color: #000;
  position: relative;
  border-radius: 4px;
  }
  .media-imggallery{
    overflow:hidden;
  }
  .image-txt {
  width: 100%;
  font-size: 25px;
  font-weight: 600;
  position: absolute;
  bottom: -19px;
  text-align: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.37) 35%, rgba(255, 255, 255, 0.82)
  100%);
  padding: 11px 0;
  border-radius: 4px;
  }
  
  .mw-image-gallery a {
  width: 100%;
  /* height: 500px;
  padding-bottom: 100%; */
  object-fit: cover;
  cursor: pointer;
  position: relative;
  }
  
  .mw-image-gallery img {
  width: 100%;
  height: auto;
  object-fit: cover;
  cursor: pointer;
  /* position: absolute; */
  }
  
  .mw-image-gallery img:hover {
  border-radius: 150px 150px 0 0;
  transition: clip-path 1s ease-in-out;
  }
  
  .mw-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  }
  
  .mw-modal.show {
  display: block;
  }
  
  .mw-modal-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 80%;
  height: 100%;
  max-width: 1200px;
  }
  
  .mw-modal-content img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100vh;
  }
  
  .mw-modal-close {
  display: block;
  position: absolute;
  right: 50px;
  top: 50px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  color: #ffffff80;
  line-height: 50px;
  cursor: pointer;
  text-decoration: none;
  font-size: 40px;
  }
  
  @media (max-width: 768px) {
  .mw-modal-close {
  right: 25px;
  top: 25px;
  }
  }
  
  .mw-arrow {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  cursor: pointer;
  line-height: 50px;
  color: #000;
  }
  
  .mw-arrow:hover {
  background-color: rgba(255, 255, 255, 0.8);
  }
  
  .mw-arrow-left {
  left: 0;
  }
  
  .mw-arrow-right {
  right: 0;
  }
  
  .mw-image-gallery::-webkit-scrollbar {
  display: none;
  }
  
  .mw-image-gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
  padding: 30px 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
  }
 

  
  @media(min-width : 991.98px) and (max-width : 1199.98px) {
  .mw-image-gallery {
  grid-template-columns: repeat(3, 1fr) !important;
  }
  .section-banner-v4 .box-banner .box-img img {
  height: 550px;
  object-fit: cover;
  }
  }
  
  
  @media(min-width : 767.98px) and (max-width : 991.98px) {
  .mw-image-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr) !important;
  }
  }
  
  @media (max-width: 500.98px) {
    
  {%- if section.settings.mobile_slider != blank -%}
 .mw-image-gallery {
    display: flex;
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
    grid-gap: 9px;
    white-space: nowrap;
}
  
  .mw-image-gallery a {
  display: inline-block;
  width: 30%;
  height: auto;
  margin-right: 0;
  scroll-snap-align: start;
  }
  
  .mw-image-gallery a:last-child {
  margin-right: 0;
  scroll-snap-align: end;
  }
  
  .mw-image-gallery img {
  border-radius: 0;
  }
  

  
  {%- else -%}
  .mw-image-gallery {
  grid-template-columns: repeat({{ images_per_row_mobile }}, 1fr);
  grid-gap: {{ grid_gap | divided_by: 6 }}px;
  }
  {%- endif -%}
  }
  
  @media (min-width: 769px) {
  .mw-image-gallery {
  display: grid;
  grid-template-columns: repeat({{ images_per_row }}, 1fr);
  grid-gap: {{ grid_gap }}px;
  }
  }
  
  @media(min-width : 320.98px) and (max-width : 767.98px) {
 .mw-image-gallery a {
    width: 23%;
    height: 23% !important;
    flex: 0 0 23%;
    padding-bottom: 0%;
}
    .product-content h3 a {
    color: #fff;
}
 img.insta-img-mobile {
    height: 89px;
    object-fit: cover;
}
.mw-image-gallery img, .mw-image-gallery img:hover {
    border-radius: 100%;
    position: static;
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin: 0 auto;
    display: table;
}
.image-txt {
    display: block;
    position: static;
}
  .mw-image-gallery p {
    font-size: 12px;
    margin: 0;
}
  }
.mw-image-gallery p {
  text-align: center;
  color: #000;
  position: relative;
  border-radius: 4px;
  }
  .media-imggallery{
    overflow:hidden;
  }
  .image-txt {
  width: 100%;
  font-size: 25px;
  font-weight: 600;
  position: absolute;
  bottom: -19px;
  text-align: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.37) 35%, rgba(255, 255, 255, 0.82)
  100%);
  padding: 11px 0;
  border-radius: 4px;
  }
  
  .mw-image-gallery a {
  width: 100%;
  /* height: 500px;
  padding-bottom: 100%; */
  object-fit: cover;
  cursor: pointer;
  position: relative;
  }
  
  .mw-image-gallery img {
  width: 100%;
  height: auto;
  object-fit: cover;
  cursor: pointer;
  /* position: absolute; */
  }
  
  .mw-image-gallery img:hover {
  border-radius: 150px 150px 0 0;
  transition: clip-path 1s ease-in-out;
  }
  
  .mw-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  }
  
  .mw-modal.show {
  display: block;
  }
  
  .mw-modal-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 80%;
  height: 100%;
  max-width: 1200px;
  }
  
  .mw-modal-content img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100vh;
  }
  
  .mw-modal-close {
  display: block;
  position: absolute;
  right: 50px;
  top: 50px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  color: #ffffff80;
  line-height: 50px;
  cursor: pointer;
  text-decoration: none;
  font-size: 40px;
  }
  
  @media (max-width: 768px) {
  .mw-modal-close {
  right: 25px;
  top: 25px;
  }
  }
  
  .mw-arrow {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  cursor: pointer;
  line-height: 50px;
  color: #000;
  }
  
  .mw-arrow:hover {
  background-color: rgba(255, 255, 255, 0.8);
  }
  
  .mw-arrow-left {
  left: 0;
  }
  
  .mw-arrow-right {
  right: 0;
  }
  
  .mw-image-gallery::-webkit-scrollbar {
  display: none;
  }
  
  .mw-image-gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
  padding: 30px 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
  }
 

  
  @media(min-width : 991.98px) and (max-width : 1199.98px) {
  .mw-image-gallery {
  grid-template-columns: repeat(3, 1fr) !important;
  }
  .section-banner-v4 .box-banner .box-img img {
  height: 550px;
  object-fit: cover;
  }
  }
  
  
  @media(min-width : 767.98px) and (max-width : 991.98px) {
  .mw-image-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr) !important;
  }
  }
  
  @media (max-width: 500.98px) {
    
  {%- if section.settings.mobile_slider != blank -%}
 .mw-image-gallery {
    /* display: flex;
    flex-wrap: nowrap; */
    scroll-snap-type: x mandatory;
    grid-gap: 9px;
    white-space: nowrap;
}
  
  .mw-image-gallery a {
  display: inline-block;
  /* width: 30%; */
  height: auto;
  margin-right: 0;
  scroll-snap-align: start;
  }
  
  .mw-image-gallery a:last-child {
  margin-right: 0;
  scroll-snap-align: end;
  }
  
  .mw-image-gallery img {
  border-radius: 0;
  }
  
  /* .mw-image-gallery::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  } */

  
  {%- else -%}
  .mw-image-gallery {
  grid-template-columns: repeat(3, 1fr) !important;
  grid-gap: {{ grid_gap | divided_by: 6 }}px;
  }
  {%- endif -%}
  }
  
  @media (min-width: 769px) {
  .mw-image-gallery {
  display: grid;
  grid-template-columns: repeat({{ images_per_row }}, 1fr);
  grid-gap: {{ grid_gap }}px;
  }
  }
  
  @media(min-width : 320.98px) and (max-width : 767.98px) {
 /* .mw-image-gallery a {
    width: 23%;
    height: 23% !important;
    flex: 0 0 23%;
    padding-bottom: 0%;
} */
.mw-image-gallery {
    /* overflow-y: clip;
    display: flex; */
    padding: 30px 0 0;
}
    .product-content h3 a {
    color: #fff;
}
 img.insta-img-mobile {
    height: 89px;
    object-fit: cover;
}
.mw-image-gallery img, .mw-image-gallery img:hover {
    border-radius: 100%;
    position: static;
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin: 0 auto;
    display: table;
}
.image-txt {
    display: block;
    position: static;
}
  .mw-image-gallery p {
    font-size: 12px;
    margin: 0;
}
  }
.instagram-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  opacity: 0; /* Hidden by default */
  transition: opacity 0.3s ease;
}

.instagram-overlay .instagram-logo {
  width: 50px; /* Adjust size as needed */
  height: auto;
}

a:hover .instagram-overlay {
  opacity: 1; /* Show on hover */
}

.bg-insta-overly {
  height: 380px;
}

@media(min-width: 991.98px) and (max-width: 1199.98px) {
  .insta-sec {
    width: calc(100% / 5) !important;
  }
  .bg-insta-overly {
    height: auto;
  }
  .insta-gallery-main-mob {
    justify-content: center;
  }
  .product-details-2 {
    top: -6rem;
    left: 14rem;
  }
  .product-details-3 {
    top: 0rem;
    left: 13rem;
  }
  .product-details-4 {
    top: 0rem;
    left: 2rem;
  }
}

@media(min-width: 767.98px) and (max-width: 991.98px) {
  .insta-sec {
    width: 20% !important;
  }
  .insta-sec a {
    height: auto !important;
  }
  .insta-gallery-main-mob {
    justify-content: center;
  }
  .product-details-2 {
    top: -6rem;
    left: 14rem;
  }
  .product-details-3 {
    top: 0rem;
    left: 13rem;
  }
  .product-details-4 {
    top: 0rem;
    left: 2rem;
  }
}

@media(min-width: 320.98px) and (max-width: 767.98px) {
  .insta-gallery-main-mob {
    margin-bottom: 20px;
    flex-direction: row;
  }
  .instagram-overlay {
    top: 50% !important;
    left: 50%;
    width: 100%;
    height: 100% !important;
  }
  .instagram-overlay .instagram-logo {
    width: 27px;
  }
  .insta-sec a {
    height: auto !important;
  }
}
.section-product-v3 .row {
    justify-content: center;
}
  @media(max-width: 991.98px){
  .section-product-v3 .col-lg-3.col-6.col-md-4 {
    max-width: 50%;
    flex: 50%;
}
  }
.section-product-v1 .slick-dots {
    bottom: 0 !important;
}
.section-banner-v2 .banner-box .banner-video {
    background: #fff0 !important;
}
  .section-banner-v2 .banner-box .banner-info .button-shop {
    background: #fff !important;
    font-size:16px;
}
  .section-banner-v2 video {
    object-fit: cover;
    width: 100%;
    height: 100vh;
  }
  .section-banner-v2-{{ section.id }} .banner-box .banner-info .button-shop {
    color: {{section.settings.color_btn }};
    background: {{section.settings.bg_btn}};
    border: 1px solid transparent;
  }
  .section-banner-v2-{{ section.id }} .banner-box .banner-info .button-shop:hover {
    color: {{section.settings.color_btn_hover}};
    background: transparent;
    border: 1px solid {{section.settings.color_btn_hover}};
  }
 @media(min-width : 320px) and(max-width : 767.98px) {  
    .banner-info.banner-video.content-center{
    padding: 18px ;
    max-width: 100% ;
    width: 100% ;
}
 }