.container p{
    margin-bottom: 0!important;
}
.product-cardd {
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  /*text-align: center;*/
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
.product-cardd img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 10px;
}
.product-cardd a img {
  transition: transform 0.3s ease;
}
.product-cardd a:hover img {
  transform: scale(1.05);
}
.product-cardd h3 a {
  color: #333;
  text-decoration: none;
}
.product-card h3 a:hover {
  color: #007bff;
}

.swiper-slide {
  box-sizing: border-box;
}
.swiper-pagination {
  position: static !important;
  margin-top: 20px;
  text-align: center;
}

.my-product-swiper {
  padding-bottom:0px; /* Tạo khoảng dưới cho pagination */
}

