.category_collection_home {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
  row-gap: 40px;
}
@media (max-width: 959px) {
  .category_collection_home {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.category_collection_home.cols_3 {
  grid-template-columns: repeat(3, 1fr) !important;
}
@media (max-width: 959px) {
  .category_collection_home.cols_3 {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.category_collection_home.cols_4 {
  grid-template-columns: repeat(4, 1fr) !important;
}
@media (max-width: 959px) {
  .category_collection_home.cols_4 {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.category_collection_home .category_link {
  width: 100%;
  max-height: 670px;
  height: 670px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}
.category_collection_home .category_link .block-header {
  position: absolute;
  top: 0px;
  width: 100%;
  padding: 40px;
  z-index: 4;
  height: 200px;
  background-color: transparent;
  background-image: linear-gradient(0deg, #FFFFFF00 7%, #004543 100%);
}
.category_collection_home .category_link .block-footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 40px;
  z-index: 4;
  height: 150px;
  background-color: transparent;
  background-image: linear-gradient(180deg, #FFFFFF00 7%, #004543 100%);
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.category_collection_home .category_link h2 {
  color: var(--e-global-color-secondary);
  font-family: "Pinyon Script", Sans-serif;
  font-size: 48px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  max-width: 80%;
  line-height: 3.2rem;
}
.category_collection_home .category_link p {
  margin: 10px 0 0;
}
.category_collection_home .category_link img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
  transition: ease all 0.5s;
}
.category_collection_home .category_link .button {
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--e-global-color-secondary);
  background-color: #DABA7800;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 30px 30px 30px 30px;
  padding: 12px 40px 12px 40px;
  width: 100%;
  transition: ease all 0.5s;
  text-align: center;
}
.category_collection_home .category_link .button:hover {
  background: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
  color: var(--e-global-color-text);
}
.category_collection_home .category_link:hover img {
  transform: scale(1.2);
}
.category_collection_home .category_link:hover .button {
  background: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
  color: var(--e-global-color-text);
}

.img-mask {
  display: block;
  text-align: center;
}
.img-mask img {
  transition: ease all 0.5s;
}
.img-mask .link-arrow {
  width: calc(100% - 60px);
  display: block;
}
.img-mask .link-arrow h4 {
  width: 100%;
  position: relative;
  display: block;
}
.img-mask .link-arrow h4:after {
  content: " ";
  height: 22px;
  width: 22px;
  background: url("../../img/arrow-link.svg") right;
  position: absolute;
  right: 0;
  background-size: 22px;
  background-repeat: no-repeat;
}
.img-mask:hover img {
  transform: scale(1.2);
}

.specifiche_prodotto li {
  list-style: none;
  font-size: 16px;
  font-weight: 300;
  padding: 10px;
  text-align: center;
}
.specifiche_prodotto li p {
  padding: 0;
  margin: 5px;
}

/*# sourceMappingURL=main.css.map */
