.customPageCenteredContent {
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0, 8, 53, 1);
  margin-top: 0;
  padding: 0;
  padding-bottom: 100px;
  /* padding-top: 100px; */
}
.centeredContent {
  width: 100%;
}
#customPageTitle {
  display: none;
}
.ciberMonday-gallery .slick-dots {
  top: -23px;
  right: -9px;
  position: relative;
}
.ciberMonday-gallery .slick-dots li {
  width: 50px;
}
.ciberMonday-gallery .slick-dots li button:before {
  border: none;
  border-radius: 0;
  width: 50px;
  height: 8px;
  color: transparent;
  opacity: 1;
  font-size: 0;
  background-color: #fff;
}
.ciberMonday-gallery .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #ffae00;
  height: 9px;
  top: -1px;
}
.ciberMonday-banner {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}
.ciberMonday-banner img {
  height: auto;
  width: 100%;
}
.ciberMonday-card {
  position: relative;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  overflow: hidden;
}
.ciberMonday-card:not(.ciberMonday-gallery .ciberMonday-card):hover {
  transform: translateY(-10px);
}
.ciberMonday-categories,
.ciberMonday-products {
  display: flex;
  width: 90%;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 15px;
}
.ciberMonday-categories .ciberMonday-card {
  width: calc((100% / 3) - 10px);
}
.ciberMonday-card .category,
.ciberMonday-card .product {
  width: 100%;
  height: auto;
}
.ciberMonday-card .gallery-item {
  width: 100%;
}
.category-hover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.ciberMonday-products .ciberMonday-card {
  width: calc((100% / 4) - 12px);
}
.product {
  height: auto;
}
.ciberMonday-products {
  margin-bottom: 4vh;
  grid-gap: 16px;
}
.ciberMonday-gallery {
  display: flex;
  width: 90%;
  margin: 25px auto;
}
.ciberMonday-gallery .ciberMonday-card {
  width: 100%;
}
.gallery-item {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .ciberMonday-banner {
    margin-bottom: 15px;
  }
  .ciberMonday-categories,
  .ciberMonday-products {
    width: 95%;
    gap: 10px;
  }
  .ciberMonday-gallery {
    width: 100%;
  }
  .ciberMonday-categories .ciberMonday-card,
  .ciberMonday-products .ciberMonday-card {
    width: 100%;
  }
  .customPageCenteredContent {
    padding-bottom: 50px;
  }
  .ciberMonday-card:not(.ciberMonday-gallery .ciberMonday-card):hover {
    transform: translateY(0);
  }
  .ciberMonday-banner img {
    margin-top: 29px;
  }

  .ciberMonday-card .gallery-item {
    width: 95%;
    margin: 0 2.5%;
  }
}
