
    body {
      font-family: Arial, sans-serif;
      background: #f4f4f4;
      padding: 20px;
    }

    .product-card {
      border: 1px solid #ddd;
      border-radius: 8px;
      padding: 15px;
      background-color: #fff;
      text-align: center;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .product-image {
      max-width: 100%;
      height: auto;
      margin-bottom: 10px;
      border-radius: 5px;
    }

    .product-title {
      font-size: 18px;
      margin: 10px 0;
      color: #222;
    }

    .btn-contact {
      display: inline-block;
      margin-top: 10px;
      padding: 10px 15px;
      background: #25D366;
      color: #fff;
      text-decoration: none;
      border-radius: 5px;
      font-weight: bold;
    }

    .btn-contact:hover {
      background: #1ebe57;
    }
  


    .media-29101 {
      padding: 20px;
      background-color: #fff;
      border-radius: 10px;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .carousel-image {
      max-height: 300px;
      width: auto;
      object-fit: contain;
      margin-bottom: 15px;
    }

    .btn-contact {
      display: inline-block;
      padding: 10px 20px;
      background-color: #25D366;
      color: white;
      border-radius: 6px;
      text-decoration: none;
      font-weight: bold;
    }

    .btn-contact:hover {
      background-color: #1ebe57;
    }
  


        .custom-nav {
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  font-size: 24px;
  padding: 10px 15px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10000;
  transition: background 0.3s ease;
}

.custom-nav:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #000;
}

.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 20px;
  box-sizing: border-box;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  background: none !important;
  border: none !important;
}
    


    .zoom-overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.85);
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }
    .zoom-overlay.active {
    opacity: 1;
    pointer-events: all;
  }
    /*.zoom-overlay img {
      max-width: 90%;
      max-height: 90%;
      border-radius: 10px;
    }*/
    .zoom-overlay img {
      width: auto;
      height: auto;
      max-width: 90%;
      max-height: 90%;
      object-fit: contain;
      display: block;
      margin: auto;
      border-radius: 10px;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    }


    .zoom-overlay .close-zoom {
      position: absolute;
      top: 30px;
      right: 30px;
      font-size: 32px;
      color: white;
      cursor: pointer;
      font-weight: bold;
    }

    .carousel-image {
      cursor: zoom-in;
      transition: transform 0.2s;
    }

    .carousel-image:hover {
      transform: scale(1.02);
    }
  


    body {
      margin: 0;
      font-family: sans-serif;
    }

    .carousel-image {
      cursor: zoom-in;
      max-height: 300px;
      width: auto;
      object-fit: contain;
    }

    .zoom-overlay {
      display: none;
      position: fixed;
      top: 0; left: 0; right: 0; bottom: 0;
      background-color: rgba(0, 0, 0, 0.85);
      justify-content: center;
      align-items: center;
      z-index: 9999;
      flex-direction: column;
    }

    .zoom-overlay img {
      max-width: 90vw;
      max-height: 90vh;
      width: auto;
      height: auto;
      object-fit: contain;
      display: block;
      margin: auto;
      border-radius: 10px;
      box-shadow: 0 0 20px rgba(0,0,0,0.4);
    }

    .close-zoom {
      position: absolute;
      top: 20px;
      right: 20px;
      font-size: 32px;
      color: white;
      cursor: pointer;
    }
    .carousel-image {
      cursor: zoom-in;
      transition: transform 0.2s;
    }

    .carousel-image:hover {
      transform: scale(1.02);
    }

    .whatsapp-float {
      position: absolute;
      bottom: 30px;
      right: 30px;
      background-color: #25D366;
      color: white;
      font-size: 28px;
      padding: 12px 15px;
      border-radius: 50%;
      text-decoration: none;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      z-index: 10001;
    }

    html {
      scroll-behavior: smooth;
    }
  


.zoom-overlay .close-zoom {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 32px;
  color: white;
  cursor: pointer;
  font-weight: bold;
  z-index: 10001;
}
.zoom-carousel iframe,
.zoom-carousel video {
 .zoom-carousel {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

}