@media screen and (max-width: 1600px) {
  #slider-prodotto .product-decoration {
    position: absolute;
    bottom: 103%;
    left: 0;
    width: 200px;
  }

  .product-title {
    font-family: var(--font-family2) !important;
    font-size: 50px;
  }

  .section-label {
    font-size: 22px;
  }

  p,
  .p {
    font-size: 17px;
    line-height: 30px;
  }

  .custom-padding-mobile {
    padding: 0;
  }

  .banner-materiali {
    font-size: 16px;
  }

  .product-table tbody td {
    padding: 3px 10px;
    font-size: 15px;
    border-right: 2px solid rgb(233, 233, 233);
  }

  .technical-table {
    width: 100%;
    font-size: 16px;
  }

  .btn-1 {
    padding: 12px 30px;
    font-size: 16px;
  }

  .btn-2 {
    padding: 12px 30px;
    font-size: 16px;
  }

  #sliderFull .section-title {
    font-size: 40px;
  }

  .section-title {
    font-size: 35px;
  }

  #box-settore h3 {
    font-size: 20px;
  }

  #box-news .content {
    padding: 20px 0;
  }

  #box-news .title {
    color: var(--dark);
    font-family: var(--font-family2);
    font-size: 20px;
    line-height: 30px;
  }

  #box-news .date {
    color: var(--dark);
    font-size: 19px;
    font-weight: 500;
  }

  #editor h2 {
    font-family: var(--font-family2);
    font-size: 30px;
    margin-bottom: 20px;
  }

  #box-normativa .content {
    padding: 20px 0;
  }

  #editor ul li {
    font-family: var(--font-family);
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 30px;
  }
}

@media screen and (max-width: 768px) {
  #dati-prodotto .splide__pagination {
    bottom: 0.5rem !important;
  }

  #page-404 {
    min-height: 43vh;
  }

  #box-prodotto .button {
    font-size: 18px;
  }

  .desktop-widget {
    bottom: 8px !important;
    right: 8px !important;
  }

  .desktop-widget .btn-2 {
    padding: 10px 15px !important;
  }

  .splide__pagination {
    bottom: -1.5em !important;
  }

  .banner-materiali {
    font-size: 16px;
  }

  #slider-prodotto {
    position: relative;
    height: auto !important;
    /* min-height: 400px; */
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: end;
    padding-top: 223px;
  }

  #slider-prodotto::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0.84) 30%,
        rgba(255, 255, 255, 0.62) 59%,
        rgba(255, 255, 255, 0.37) 91%,
        rgba(255, 255, 255, 0) 100%);
  }

  #slider-prodotto .product-decoration {
    position: absolute;
    bottom: 100%;
    left: 17px;
    width: 250px;
  }

  .banner-materiali::before {
    display: none;
  }

  .indicator {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .indicator .dot {
    display: none;
  }

  .indicator .animation {
    display: none;
  }

  .product-table tbody td {
    min-width: 150px;
    font-size: 15px;
  }

  .product-table thead th {
    font-size: 17px;
  }

  .dimension-icon {
    height: 55px;
  }

  .banner-materiali .indicator {
    display: none;
  }

}