@charset "UTF-8";
.proximanova-regular-arial {
  font-family: "proximanova-regular", Arial, sans-serif;
  letter-spacing: -0.025em;
}

.proximanova-regular {
  font-family: "proximanova-regular";
  letter-spacing: -0.025em;
}

.proximanova-bold {
  font-family: "proximanova-bold";
  letter-spacing: -0.025em;
}

.proxima-novablack {
  font-family: "proxima_novablack", Arial, sans-serif;
  letter-spacing: -0.025em;
}

@media (max-width: 768px) {
  .container1200 {
    padding: 0;
  }
}

.banner-0 {
  display: none;
}

.box-1-6,
.box-1-7 {
  margin-top: 0 !important;
}

#Hero .hero {
  width: 100%;
}
#Hero .hero img {
  object-fit: cover;
  width: 100vw;
  height: 100%;
}
@media (min-width: 768px) {
  #Hero .hero img {
    min-height: 600px;
  }
}

.banner01 .boxPiuvendutiMobile {
  display: none;
  background: white;
  text-align: center;
  padding-bottom: 8px;
}
@media (max-width: 768px) {
  .banner01 .boxPiuvendutiMobile {
    display: block;
  }
}
.banner01 .boxPiuvendutiMobile .keen-slider__slide .item-block {
  text-align: left;
}
.banner01 .boxPiuvendutiMobile .keen-slider__slide .item-block h5 {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "proximanova-bold", Arial, sans-serif;
  color: #6f6f6f;
  text-align: left;
}
.banner01 .boxPiuvendutiMobile .keen-slider__slide .item-block .container-price {
  font-family: "proximanova-bold", Arial, sans-serif;
  margin-top: 5px;
  font-size: 12px;
  text-align: left;
}
.banner01 .boxPiuvendutiMobile .keen-slider__slide .item-block .container-price .price {
  color: #000000;
}
.banner01 .boxPiuvendutiMobile .keen-slider__slide .item-block span {
  font-size: 12px;
  font-family: "proximanova-bold", Arial, sans-serif;
  color: #6f6f6f;
  text-align: left;
  font-weight: 400;
}

.boxText {
  color: #6f6f6f;
  padding: 10px 10px 0 10px;
}
.boxText .tc {
  text-align: center;
}
.boxText .xtl {
  text-align: left;
}
.boxText .xpt-20 {
  padding-top: 20px;
}
.boxText .mt-15 {
  margin-top: 15px;
}
.boxText h3 {
  margin: 0;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "proximanova-bold", Arial, sans-serif;
  color: #6f6f6f;
}
.boxText .container-price {
  font-family: "proximanova-bold", Arial, sans-serif;
  margin-top: 5px;
  color: #000000;
  font-size: 14px;
}

#home #containerSlide2 .bx-wrapper {
  margin-bottom: 0;
}
#home #containerSlide2 .bx-wrapper .bx-prev {
  left: -30px !important;
}
#home #containerSlide2 .bx-wrapper .bx-next {
  right: -30px !important;
}
#home #containerSlide2 .bx-wrapper .slide.prod {
  min-height: 150px;
}
#home #containerSlide2 .bx-wrapper .bx-pager.bx-default-pager {
  display: none;
}

.top-cards-splide {
  margin: 20px auto 0 auto;
  max-width: 1140px;
  padding: 0 15px;
  /* frecce opzionali un po' più grandi */
}
@media (max-width: 768px) {
  .top-cards-splide {
    padding: 0;
  }
}
.top-cards-splide .card {
  background: #fff;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* CONTENITORE CHE CLIPPA L’IMMAGINE */
  /* L’hover ora resta dentro .img-wrap */
}
.top-cards-splide .card a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.top-cards-splide .card .img-wrap {
  display: block;
  overflow: hidden;
  /* << blocca lo “strabordo” */
  aspect-ratio: 1/1;
  /* oppure rimuovi se vuoi altezza auto */
}
.top-cards-splide .card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* evita deformazioni e ritagli indesiderati */
  margin: 0 auto 8px;
  transition: transform 0.35s ease;
  will-change: transform;
}
.top-cards-splide .card:hover img {
  transform: scale(1.04);
}
.top-cards-splide .card .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
.top-cards-splide .card h3 {
  font-size: 1em;
  font-weight: 700;
  padding: 5px;
  margin: 0;
}
.top-cards-splide .card p {
  font-size: 1em;
  color: #666;
}
.top-cards-splide .splide__arrow {
  transform: translateY(-50%);
}
@media (max-width: 600px) {
  .top-cards-splide .splide__slide {
    width: 40% !important;
  }
}