.giftboxSlider {
  height: 100vh;
}
@media (max-width: 992px) {
  .giftboxSlider {
    height: 50vh;
  }
}
.giftboxSlider .swiper-slide > div {
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
/* Product Description Box Styles */
.product-desc-box {
  border-style: solid;
  border-width: 0.0313rem;
  border-color: rgba(19, 18, 18, 0.2);
  border-left: none;
  border-right: none;
  padding: 1.5rem 0;
  margin: 1.5rem 0;
}
.product-desc-box ul {
  list-style: none;
  font-family: EagleLight;
  font-size: 0.75rem;
  margin: 0;
}
.product-desc-box ul li:not(:last-child) {
  margin: 1rem 0px;
}
/* Styling for the suitable icons in collapseCoffeeMachine */
#collapseCoffeeMachine img {
  width: 2.1875rem;
  margin-right: 0.875rem;
}
