.hailingmeng_hot_products_main {
  /* padding: var(--section-padding) 0; */
  padding-bottom: var(--section-padding);
  padding-top: 1.875rem;
  overflow: hidden;
  background: #f9f8f3;
}

.hailingmeng_hot_products_main .hailingmeng-hot-products-header {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.5rem;
  align-items: center;
}

.hailingmeng_hot_products_main .hailingmeng-hot-products-heading {
  flex: 1;
}

.hailingmeng_hot_products_main .hailingmeng-hot-products-title {
  margin: 0;
  color: var(--text-color);
  font-family: var(--title-font-family);
  font-weight: 400;
  text-transform: capitalize;
}

.hailingmeng_hot_products_main .hailingmeng-hot-products-subtitle {
  margin: 10px 0 0;
  color: #666666;
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.hailingmeng_hot_products_main .hailingmeng-hot-products-wrapper {
  position: relative;
}

.hailingmeng_hot_products_main .hailingmeng-hot-products-swiper {
  overflow: hidden;
}

.hailingmeng_hot_products_main .swiper-slide {
  width: 25rem;
  height: auto;
  margin-right: 1.25rem;
}

.hailingmeng_hot_products_main .hailingmeng-hot-products-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  height: 100%;
}

.hailingmeng_hot_products_main .hailingmeng-hot-products-media {
  aspect-ratio: 1;
  width: 100%;
  background: #f5f5f5;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hailingmeng_hot_products_main .hailingmeng-hot-products-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: rgba(238,232,221);
  transition: opacity 0.4s ease;
}

.hailingmeng_hot_products_main .hailingmeng-hot-products-img-primary {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}

.hailingmeng_hot_products_main .hailingmeng-hot-products-img-secondary {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.hailingmeng_hot_products_main
  .hailingmeng-hot-products-card.show-secondary
  .hailingmeng-hot-products-img-primary {
  opacity: 0;
}

.hailingmeng_hot_products_main
  .hailingmeng-hot-products-card.show-secondary
  .hailingmeng-hot-products-img-secondary {
  opacity: 1;
}

.hailingmeng_hot_products_main .hailingmeng-hot-products-content {
  padding: 1.25rem 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.hailingmeng_hot_products_main .hailingmeng-hot-products-card-text {
  flex: 1;
}

.hailingmeng_hot_products_main .hailingmeng-hot-products-card-title {
  margin: 0 0 0.625rem;
  color: var(--color-primary);
  font-family: var(--title-font-family);
  font-weight: 400;
  line-height: 1.38;
  text-transform: capitalize;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hailingmeng_hot_products_main .hailingmeng-hot-products-card-desc {
  margin: 0 0 1rem;
  color: #666666;
  font-family: var(--font-family);
  font-size: var(--font-size-md);
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hailingmeng_hot_products_main .hailingmeng-hot-products-card-btn {
  width: max-content;
  font-weight: 400 !important;
}

.hailingmeng_hot_products_main .hailingmeng-hot-products-pagination {
  position: relative !important;
  display: block;
  margin-top: 2.5rem;
  height: 2px;
  background: #d9d9d9;
  border-radius: 1px;
}

.hailingmeng_hot_products_main
  .hailingmeng-hot-products-pagination
  .swiper-pagination-progressbar-fill {
  background: var(--text-color);
  border-radius: 1px;
}
