.home-carousel-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 0 0.5rem 0; }
  .home-carousel-title h2 {
    font-weight: 400;
    font-size: 1.6rem;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700; }

.home-carousel-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.carousel-images {
  position: relative;
  width: 100%; }

img {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.overlay {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center; }

.carousel-images:hover img {
  opacity: 0.3; }

.carousel-images:hover .overlay {
  opacity: 1; }

.text-product {
  background-color: transparent;
  color: black;
  font-size: 1rem; }
  .text-product h2 {
    font-size: 2rem; }

.carousel-images-container {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 3rem; }
  .carousel-images-container img {
    width: 25vw; }
  .carousel-images-container .slick-prev {
    position: absolute;
    left: 0;
    z-index: 1;
    border: none;
    background-color: transparent;
    outline: none !important;
    background-image: url("../images/prev-arrow.png");
    background-repeat: no-repeat;
    padding: 15px;
    margin-left: 0.5rem; }
  .carousel-images-container .slick-next {
    position: absolute;
    right: 0;
    border: none;
    background-color: transparent;
    outline: none !important;
    background-image: url("../images/next-arrow.png");
    background-repeat: no-repeat;
    padding: 15px; }
  .carousel-images-container :hover {
    cursor: pointer; }

@media (max-width: 768px) {
  .carousel-images img {
    width: 50vw; } }

@media (max-width: 991px) {
  .button-productTile-carousel-home {
    padding: 1rem; }
  .button-productTile-carousel-home:disabled {
    width: 20rem !important; } }

@media (max-width: 768px) {
  .button-productTile-carousel-home {
    width: 12rem !important; }
  .button-productTile-carousel-home:disabled {
    width: 20rem !important; } }

/*# sourceMappingURL=homeCarousel.css.map*/