* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.swiper-container {
  width: 100%;
  overflow: hidden;
}

.amorecaffe-slider {
  width: 100%;
  height: 100%;
}

.amorecaffe-slide {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.amorecaffe-slide .slide-image {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin-bottom: 25px;
}

.amorecaffe-slide .slide-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  max-height: 480px;
}

.amorecaffe-slide .slide-text p {
  text-align: center;
  font-family: "Lato", Sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  color: #595249;
}

.swiper-button-next, .swiper-button-prev {
  /* color: var(--swiper-navigation-color,var(--swiper-theme-color)); */
  color: #DCD0C1 !important;
  border-radius: 50% !important;
  border: 1px solid #DCD0C1 !important;
  width: 40px !important;
  height: 40px !important;
}

.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 13px !important;
}
/*# sourceMappingURL=amorecaffe-slider-css.css.map */