* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Inter", Arial, sans-serif !important;
  background-color: #fff;
  font-weight: 500;
  line-height: 1.6;
}
.related-products-wrapper_2025_lab_ui {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  padding: 40px 20px;
}
.related-products-title_2025_lab_ui {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}
.products-slider-container_2025_lab_ui {
  display: flex;
  transition: transform 0.5s ease;
}
.product-item-box_2025_lab_ui {
  flex: 0 0 25%;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 3px 4px 4px rgba(185, 185, 185, 0.25);
}
.product-item-box_2025_lab_ui img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  padding: 0px 10px;
}
.product-title-text_2025_lab_ui {
  font-size: 18px;
  padding-bottom: 10px;
  color: #333;
  font-weight: bold;
}
.nav-arrow-btn_2025_lab_ui {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgb(46 66 119);
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 1;
}
.nav-left-btn_2025_lab_ui {
  left: 20px;
  color: #ffffff;
  font-size: 20px;
}
.nav-right-btn_2025_lab_ui {
  right: 20px;
  color: #ffffff;
  font-size: 20px;
}

@media (max-width: 768px) {
  .product-item-box_2025_lab_ui {
    flex: 0 0 100%;
  }
}

.product-link_2025_lab_ui {
  display: block;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
}

.product-link_2025_lab_ui img {
  width: 100%;
  transition: transform 0.3s ease;
}

.product-link_2025_lab_ui .product-title-text_2025_lab_ui {
  transition: color 0.3s ease;
}

/* Hover effect */
/* .product-link_2025_lab_ui:hover img {
  transform: scale(1.1);
} */
.product-link_2025_lab_ui:hover .product-title-text_2025_lab_ui {
  color: rgb(46 66 119); /* Aapki pasand ka hover color */
}
