.wrapper-product {
  position: relative;
}
.wrapper-product.bg-green {
  padding-bottom: 5rem;
  --swiper-pagination-bullet-inactive-color: #ffffff42;
  --swiper-pagination-color: var(--c-white);
}
.wrapper-product.bg-green::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(70% + 2.7rem);
  bottom: 0;
  background-color: var(--c-dark-secondary);
}
.wrapper-product.bg-default {
  background-color: var(--c-blue-50);
  padding: 4rem 0;
}
.btns__product {
  justify-content: center;
}
