/** Shopify CDN: Minification failed

Line 139:8 Expected "}" to go with "{"

**/
.header .header__icons .header__search{
  display: block!important;
}

.header .header__search{
   display: none!important;
}




.hdjdjwwjkd .contact-icon {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.hdjdjwwjkd .contact-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  transition: opacity 0.3s ease;
}

.hdjdjwwjkd .icon-default {
  opacity: 1;
  z-index: 1;
}

.hdjdjwwjkd .icon-hover {
  opacity: 0;
  z-index: 2;
}

.hdjdjwwjkd .contact-icon:hover .icon-default {
  opacity: 0;
}

.hdjdjwwjkd .contact-icon:hover .icon-hover {
  opacity: 1;



/* .featured-product .product-images{
  width:45%;
} */
.featured-product .slick-slide img{
  width:100%;
}
.featured-product .slick-track{
  display:flex;
  gap:8px;
}
.featured-product .slick-slide img{
  border-radius:12px;
  cursor:pointer;
}

.prd-thumb-image img{
  height: 100px;
    object-fit: cover;
  border-radius: 10px;
}









@media screen and (max-width: 760px) {

  /* .thumbnail-image{
    widows: 20%;
  }
  .main-image{
    width: 80%;
  }
 .thumbnail-image .slick-track{
   flex-direction: column;
 }
 .product-images{
   display: flex;
 }
 */

/* s */
.prd-thumb-image img{
  height: 60px;
}

}




.jdjskwsms {
      background-color: #ffffff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .jdjskwsms svg {
      width: 28px;
      height: 28px;
      fill: #000000;
    }

    .jdjskwsms .contact-wrapper {
      display: inline-block;
      text-align: center;
      position: relative;
    }

    /* .jdjskwsms .contact-tooltip {
      position: absolute;
      bottom: 75px;
      left: 50%;
      transform: translateX(-50%);
      background-color: #333;
      color: #fff;
      padding: 6px 12px;
      border-radius: 6px;
      font-size: 13px;
      white-space: nowrap;
      opacity: 1;
    } */