.byStyleShop {
  height: auto !important;
}

.byStyleShop_links.active_byStyleShop {
  border: 2px solid #A18061;
  background-color: #F1E7CF;
}

.byStyleShop_btn {
  margin-top: 80px;
  margin-bottom: 100px;
}

.byStyleShop .carousel-control-next,
.byStyleShop .carousel-control-prev {
  top: 0px !important;
  height: 30px !important;
}

.shopPage .bg_transformations {
  margin-top: 30px;
}

.products_byStyleShop {
  display: flex;
  justify-content: space-evenly;
}

.mrs{
  margin-right: 40px;
}

@media (max-width: 768px) {
  .shopPage .bg_transformations {
    margin-top: 30px;
    overflow: visible;
    padding-bottom: 0px;
  }

  .byStyleShop {
    height: auto !important;
  }

  .byStyleShop_btn {
    margin-top: 46px;
    margin-bottom: 30px;
  }

  .products_byStyleShop {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .products_byStyleShop .card_best_selling {
    margin-left: auto;
    margin-right: auto;
  }

  .product_image_byStyleShop {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .byStyleShop #swiper_container_byStyleShop {
    margin-top: 30px !important;
  }
  .mrs{
    margin-right: 0px;
  }
  .row_reverse{
    display: flex;
    flex-wrap: wrap-reverse;
  }
}