@media screen and (min-width: 992px) {
  .num-of-column-2 {
    width: calc(50% - 10px);
  }

  .num-of-column-3 {
    width: calc((100% - 40px) / 3);
  }

  .num-of-column-4 {
    width: calc(25% - 30px);
  }
}

.plp-single__designer {
  margin-top: -5px;
}

.tag_product_plp {
  position: absolute;
  top: 18px;
  left: 18px;
  background-color: #fff;
  padding: 9px 17px;
  border-radius: 32px;
  font-size: 13px;
  font-family: "NeueHaasGrotText-55Roman";
  line-height: 16px;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(10px);
}

.hover_product_plp {
  display: none;
}

@media screen and (max-width: 991px) {
  .hover_product_plp {
    display: block;
    position: absolute;
    top: 18px;
    right: 18px;
    background-color: #fff;
    padding: 9px 17px;
    border-radius: 32px;
    font-size: 13px;
    font-family: "NeueHaasGrotText-55Roman";
    line-height: 16px;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(10px);
    text-transform: uppercase;
  }
}

.uncliccable {
  cursor: default;
}

.section__title-plp--text {
  color: #b0b0b0;
}

.section__title-plp--text span {
  color: #000000;
  font-weight: 400;
}

.plp_column_container {
  justify-content: flex-start;
}

.plp_column_container.gap-20 {
  column-gap: 20px;
}

.plp_column_container.gap-40 {
  column-gap: 40px;
}

.panel {
  margin: auto;
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease-out;
}

.accordion-models-description {
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.models-description--description {
  max-width: 100%;
  margin: auto;
}

.plp__description--text p {
  margin-bottom: 0;
}

.plp__description--text p strong {
  font-weight: 400;
}

.img-100 {
  position: relative;
}

.img-100 img {
  display: block;
  width: 100%;
}

.img-100 img[data-img="hover"] {
  display: none; /* Nascondi l'immagine in hover di default */
}

.img-100:hover img[data-img="hover"] {
  display: block; /* Mostra l'immagine in hover quando si passa sopra */
}

.img-100:hover img[data-img="visible"] {
  display: none; /* Nascondi l'immagine normale quando si passa sopra */
}
