.product_group {
  display: flex;
  flex-wrap: wrap;
}


.product_group .product_segment:last-child:nth-child(odd) {
  width: 100% !important;
}

.status_btn {
  position: relative;
  overflow: hidden;
  transition: transform 0.5s ease;
}

.status_btn img {
  transition: transform 0.5s ease;
}

.status_btn.active {
  background-color: rgba(255,255,255,0.15);
  transform: scale(1);
}

.swiper{
  margin-top: -8dvh;
  width: 95%;
  height: 160px;
}

.swiper-wrapper{
  width: 100% !important;
  height: inherit;
}

.swiper-slide{
  width: 100% !important;
  height: inherit;
}

.swiper-button-next , .swiper-button-prev  {
  width: 20px;
  height: 40px;
  color: white;
  border: 1px solid gray;
  padding: 5px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.6);
}




