.image-container {
  position: relative;
  overflow: auto;
}
.image-container a {
  display: block;
}
.image-container a .banner-image {
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
}

.banner-body-wrapper {
  position: relative;
  height: 100px;
}
.banner-body-wrapper .banner-body {
  position: relative;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 10px 5px 10px;
}
.banner-body-wrapper .banner-body p.description {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 7px;
}
.banner-body-wrapper .banner-body h3.title-section {
  font-size: 1rem;
  font-weight: 400;
}
.banner-body-wrapper .banner-body a {
  margin-bottom: 0;
}
.banner-body-wrapper .banner-body:not(:has(p.description)) h3.title-section {
  margin-bottom: 5px;
}
.banner-body-wrapper .banner-body:not(:has(p.description)) a {
  margin-top: 0;
}
.banner-body-wrapper .banner-body:not(:has(h3.title-section, p.description)) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.banner-body-wrapper .banner-body:not(:has(h3.title-section, p.description)) a {
  margin-top: 0;
}

.product-item--big-banner {
  grid-column: 1/-1;
  background: #fff;
  margin-top: 40px;
  padding-bottom: 40px;
}
.product-item--big-banner .plp-big-banner__media {
  width: 74.0740740741%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.product-item--big-banner .plp-big-banner__media a, .product-item--big-banner .plp-big-banner__media picture {
  display: block;
}
.product-item--big-banner .plp-big-banner__img {
  width: 100%;
  aspect-ratio: 4/5;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (min-width: 768px) {
  .product-item--big-banner .plp-big-banner__img {
    aspect-ratio: 16/9;
  }
}
.product-item--big-banner .plp-big-banner__text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px 24px 60px;
  z-index: 2;
}
@media (min-width: 992px) {
  .product-item--big-banner .plp-big-banner__text {
    padding-bottom: 70px;
  }
}
.product-item--big-banner .plp-big-banner__text.text-bkg-container {
  background: transparent !important;
}
.product-item--big-banner .plp-big-banner__text .text-container {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.product-item--big-banner .plp-big-banner__text .text-container .title {
  font-size: 1.5625rem;
  font-weight: 350;
  margin-bottom: 15px;
  color: #fff;
}
.product-item--big-banner .plp-big-banner__text .text-container p {
  margin-bottom: 15px;
  font-weight: 300;
  color: #fff;
}
.product-item--big-banner .plp-big-banner__text .text-container .more {
  text-align: center;
  font-size: 1rem;
  display: block;
  color: #fff;
}
.product-item--big-banner .plp-big-banner--overlay .plp-big-banner__media {
  position: relative;
  /* Sfumatura in basso */
}
.product-item--big-banner .plp-big-banner--overlay .plp-big-banner__media::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 1;
}
.product-item--big-banner .plp-big-banner--overlay .plp-big-banner__media::after {
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(0, 0, 0)), to(rgba(38, 38, 38, 0)));
  background: linear-gradient(to top, rgb(0, 0, 0) 0, rgba(38, 38, 38, 0) 100%);
  height: 400px;
  opacity: var(--veil-bottom-opacity);
}

@media (min-width: 768px) {
  .banner-body-wrapper .banner-body {
    padding-top: 43px;
  }
  .banner-body-wrapper .banner-body:not(:has(p.description)) h3.title-section {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .product-item:has(.banner-tile) {
    grid-column: 1/-1;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .banner-tile {
    position: relative;
  }
  .banner-tile::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(0, 0, 0)), to(rgba(38, 38, 38, 0)));
    background: linear-gradient(to top, rgb(0, 0, 0) 0, rgba(38, 38, 38, 0) 100%);
    pointer-events: none;
    z-index: 1;
  }
  .banner-body-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2;
  }
  .banner-body-wrapper .banner-body {
    height: auto;
    padding: 16px 16px 60px;
    color: #fff;
  }
  .banner-body-wrapper .banner-body h3.title-section {
    color: #fff;
    margin-bottom: 10px;
  }
  .banner-body-wrapper .banner-body p.description {
    color: #fff;
  }
  .banner-body-wrapper .banner-body a {
    color: #fff;
    margin-top: 0;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .product-item--big-banner .plp-big-banner__media {
    width: 100%;
  }
  .product-item--big-banner .plp-big-banner__text {
    padding: 16px 16px 60px;
  }
}
