.productsMobile {
  background: linear-gradient(to right, rgb(0 0 0 / 4%), #fffefe);
}

.card {
  border-radius: 8px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.08);
  max-width: 352px;
  width: 100%;
}

.card-img-top {
  border-radius: 8px;
  max-width: 352px;
  width: 100%;
  height: 245px;
}

.productsMobile__title {
  font-size: calc(30% + 0.8vw + 0.9vh);
  font-weight: bold;
}

.productsMobile__Cardtitle {
  font-size: calc(5% + 0.9vw + 0.8vh);
  font-weight: bold;
  line-height: 2rem;
}

.productsMobile__description {
  font-size: calc(40% + 0.6vw + 0.4vh);
  font-weight: normal;
}

.productsMobile__price {
  font-size: calc(10% + 0.5vw + 0.5vh);
  font-weight: normal;
}

.productsMobile__link {
  background: #259639;
  border-radius: 10px;
  bottom: -43px !important;
  box-shadow: 0px 20px 30px -3px rgb(37 150 57 / 30%);
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 11px;
  padding: 0.8rem 1.5rem !important;
}

.productsMobile__wrapper {
  border-bottom: 2px solid #e05402;
  display: inline-block;
  padding-bottom: 0.7rem;
  border-radius: 2px;
  font-size: calc(50% + 0.9vw + 0.9vh);
}

.productsMobile__background {
  border-radius: 20px;
  background-color: #0080000d;
}

.productsMobile__label-base {
  position: absolute;
  left: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0px;
  font-size: calc(10% + 0.5vw + 0.5vh);
}

#carouselProductsMobileIndicators .carousel-indicators {
  margin-right: 3%;
  /*margin-left: 10%;*/
}

.carousel-control-prev {
  left: -15px;
}

.carousel-control-next {
  right: -14px;
}

.productsMobile .carousel-inner {
  position: relative;
  width: 100%;
  overflow: unset;
}

/*    .owl-carousel .owl-stage-outer {
            position: relative;
            overflow: overlay !important;
            -webkit-transform: translate3d(0,0,0);
            height: 29rem;
        }*/

#carouselProductsMobileIndicators .carousel-indicators li {
  background-color: gray;
}

#carouselProductsMobileIndicators ol {
  bottom: -5rem;
}

@@media (min-width:530px) and (max-width:914px) {
  #carouselProductsMobileIndicators {
    width: 22rem;
  }

  .productsMobile__Cardtitle {
    font-size: calc(0% + 0.6vw + 0.7vh);
  }
}
