.img-container,
.quantity-icon {
  position: relative;
}

.img-container::after,
.quantity-icon::after {
  content: "";
  float: left;
  padding-bottom: 100%;
}

.img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.quantity-icon {
  border-radius: 50%;
  cursor: pointer;
}

.quantity-icon.disabled {
  background-color: rgba(211, 211, 211, 0.261);
  color: gray;
  pointer-events: none;
}

h1 {
  font-family: "Glorify", sans-serif;
  font-weight: 300;
}

.info-text {
  font-weight: 500;
}

.button:hover {
  background-color: var(--button-hover-color);
  transition: background-color 0.5s ease;
  cursor: pointer;
}

.swiper-container {
  width: 100%;
  max-width: 100%;
  max-height: 100vh;
  min-height: 0;
  min-width: 0;
}

.swiper-pagination-bullet-active {
  background: rgb(57, 48, 34) !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 25px !important;
  color: rgb(57, 48, 34);
}

.btn-close:focus {
  box-shadow: none;
}

h5 {
  display: flex;
  align-items: center;
}

h5 p.campaign-banner-solid {
  max-width: fit-content;
  display: inline-block;
  margin-left: auto;
  font-size: 0.8rem;
}

