@media (min-width: 641px) {
  .container.products {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .container.products .products-type--description h3 {
    display: none;
  }
  .container.products .products-type--description p {
    display: none;
  }
  .container.products .products-type--description h2 {
    font-size: 30px;
    letter-spacing: 15px;
    margin-left: 15px;
  }
  .products .products-type:nth-of-type(2) {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .products .products-type {
    display: block;
  }
  .products .products-type--img {
    margin: auto;
    text-align: center;
  }
  .container.products .products-type--description a {
    text-align: center;
    margin: auto;
    margin-top: 20px;
  }
  .products .products-type--img img {
    height: 202px;
    width: auto;
  }
  .products .products-type {
    max-height: unset;
    margin-bottom: 40px !important;
  }
}
@media (max-width: 1080px) {
  .container.products {
    grid-template-columns: 100%;
  }
}

.custombtn {
  height: 50px;
  width: 300px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  overflow: hidden;
}
.custombtn {
  clip-path: polygon(15% 50%, 25% 0%, 75% 0%, 85% 50%, 75% 100%, 25% 100%);
  color: #fff !important;
  text-align: center !important;
  position: relative;
  z-index: 1;
}
.custombtn::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  transition: all 0.3s;
  height: 50px;
  -webkit-clip-path: polygon(
    0% 50%,
    10% 0%,
    90% 0%,
    100% 50%,
    90% 100%,
    10% 100%
  );
  clip-path: polygon(0% 50%, 10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%);
  z-index: -1;
}
.custombtn span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}
.custombtn:hover span:first-child {
  color: #fff;
  transition: all 0.4s;
}
.custombtn.bg-firenze span:last-child {
  color: #612895;
  transition: all 0.4s;
}
.custombtn.bg-siracusa span:last-child {
  color: #f29928;
  transition: all 0.4s;
}
.custombtn.bg-dolomiti span:last-child {
  color: #295135;
  transition: all 0.4s;
}
.custombtn.bg-roma span:last-child {
  color: #a50034;
  transition: all 0.4s;
}
.custombtn:hover span:first-child {
  transform: translateY(-50px);
}
.custombtn:hover span:last-child {
  transform: translateY(-50px);
}
.custombtn.bg-firenze {
  background-color: #612895;
}
.custombtn.bg-siracusa {
  background-color: #f29928;
}
.custombtn.bg-dolomiti {
  background-color: #295135;
}
.custombtn.bg-roma {
  background-color: #a50034;
}
.custombtn.bg-firenze:hover::after {
  background-color: #fff !important;
}
.custombtn.bg-siracusa:hover::after {
  background-color: #fff !important;
}
.custombtn.bg-dolomiti:hover::after {
  background-color: #fff !important;
}
.custombtn.bg-roma:hover::after {
  background-color: #fff !important;
}

.main-intro-text {
  color: #232f5d;
  font-size: 20px;
  line-height: 31px;
  font-weight: 500;
  text-align: center;
  margin: auto;
}
img.nuovi-deodoranti-img {
  width: 320px;
  margin: auto;
  height: auto !important;
  margin-bottom: 30px;
  margin-top: 20px;
}
