.zhf-rounded .zhf-rounded__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  gap: 10px;
  transition: 0.3s;
  padding: 2px;
}

.zhf-rounded .zhf-rounded__image {
  position: relative;
}

.zhf-rounded .zhf-rounded__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 2px #757575;
  border-radius: 100%;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.zhf-rounded .zhf-rounded__image:hover::before {
  opacity: 1;
  visibility: visible;
}

.zhf-rounded .zhf-rounded__image img {
  position: relative;
  display: block;
  border-radius: 100%;
}

.zhf-rounded .zhf-rounded__title {
  font-weight: bold;
  font-size: 0.875rem;
}

.zhf-countdown {
  background-color: #000; 
  color: #fff; 
  text-align: center; 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%;
}

.zhf-countdown--hidden {
  visibility: hidden;
}

.zhf-banners-hidden {
  overflow: auto;
  visibility: hidden;
} 

.swiper picture{ 
  vertical-align: bottom; 
  line-height: 0; 
}
