/**
* @file
* This file is used to style the swiper enhancement.
*/
.aby-swiper-scope {
  width: 100%;
  padding: 40px 0;
}
.aby-swiper-scope .view-classes-front.view-id-classes_front {
  display: flex;
  align-items: center;
  justify-content: center;
}
.aby-swiper-scope .view-content {
  margin: 0 40px;
  overflow: hidden;
}
.aby-swiper-scope .views-row .views-field-field-media-image,
.aby-swiper-scope .views-row .views-field-nothing {
  display: flex;
  flex-direction: column;
  background: #fff;
  align-items: center;
}
.aby-swiper-scope .views-row .views-field-field-media-image {
  row-gap: 5px;
  padding: 0 0 25px 0;
}
.aby-swiper-scope .views-row .views-field-field-media-image > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #e8e8e8;
  padding: 4px;
  border-radius: 4px;
  border: 1px solid #767775;
}
.aby-swiper-scope .views-row .views-field-nothing {
  padding-bottom: 20px;
}
.aby-swiper-scope .views-row .views-field-nothing .field-content .title {
  text-align: center;
}
.aby-swiper-scope .views-row .views-field-nothing .field-content p {
  margin: 0 5px;
  text-align: center;
}
.aby-swiper-scope .views-row .views-field-nothing .field-content {
  text-align: center;
}

.aby-sw-wrapper .views-field-nothing .field-content a {
  display: inline-block;
  padding: 0.3em 0.5em;
  cursor: pointer;
  transition: background-color 0.5s ease;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 2px solid var(--color-cerise);
  border-radius: 3px;
  background-color: var(--color-cerise);
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 1em;
}
.swiper-button-next,
.swiper-button-prev {
  color: var(--color-cerise);
}
.swiper-pagination-bullet-active {
  background: var(--color-cerise);
}
.block-views-blockclasses-front-block-1 .block__title {
  text-align: center;
  margin-bottom: 1em;
}
