.gift-pills .smt {
  margin-top: 16px;
}

.gift-pills .mb {
  margin-bottom: 64px !important;
}

.gift-pills .pills-him,
.gift-pills .pills-her {
  width: 100%;
  max-width: 800px;
  margin: auto;
}

.gift-pills .swiper-slide a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease;
}

.gift-pills .bubble {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.gift-pills .bubble img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gift-pills .label {
  margin-top: 10px;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  font-style: normal;
  font-weight: 700;
  text-decoration: underline;
}

.gift-pills .swiper-slide a:hover .bubble img {
  transform: scale(1.1);
}

.gift-pills .swiper-slide a:hover .label {
  font-weight: bold;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .gift-pills .bubble {
    width: 110px;
    height: 110px;
  }
}
