.mySwiper-15 .swiper-wrapper{
      margin: 3rem 0 0;
}
.row .shelf:after {
  background-color: #fcdfbe !important; 
  }
.network{
  text-align:center;
  margin-top:40px;
  margin-left:auto;
  margin-right:auto;
  width:80%;
  color:#666
}

.shelf {
  background-image: url(../portals/1/images/theme-2025/shelf-3.png);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 205px;
  top: 0px;
  z-index: 0;
  position: relative;
  margin-bottom: -20px;
}


.mySwiper-15 {
  width: 100%;
  height: 100%;
  padding: 4rem 0 0!important;
}

.mySwiper-15 > .swiper-button-next, .mySwiper-15 > .swiper-button-prev{
  color: #a18256  !important;
}

.mySwiper-15 .swiper-button-next, .mySwiper-15 .swiper-button-prev {
  background: #f2efeb;
  width: 50px !important;
  height: 50px !important;
  top: 35% !important;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}

.mySwiper-15 > .swiper-button-next:after, .mySwiper-15 > .swiper-button-prev:after{
  font-size: 25px !important;
  font-weight: 800;
}

.mySwiper-15 .swiper-slide-12 {
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mySwiper-15 .swiper-slide img {
  display: block;
  width: 230px;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0.50, 0.25);
}

.mySwiper-15 .swiper-slide:hover {
    transform: scale(1.1);
}

.mySwiper-15 .swiper-slide:hover img {
  /* transform: scale(1.20); */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  z-index: 10;
}

.mySwiper-15  .swiper-button-prev{
 left: 0;
}

.mySwiper-15  .swiper-button-next{
  right: 0;
}

@media screen and (max-width: 1400px){
    .shelf {
      top: -30px !important;
  }
}

