.elementor-17968 .elementor-element.elementor-element-7bf3de5{--display:flex;}.elementor-17968 .elementor-element.elementor-element-f9f7af6{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-562ae53 */.effe-reparto-page{
  font-family:'Poppins', Arial, sans-serif;
  color:#182126;
  background:#fff;
}

/* HERO */
.effe-reparto-hero{
  position:relative;
  min-height:420px;
  display:flex;
  align-items:center;
  background-size:cover;
  background-position:center center;
  overflow:hidden;
}

.effe-reparto-hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(4,12,16,.76) 0%, rgba(4,12,16,.48) 45%, rgba(4,12,16,.18) 100%);
}

.effe-reparto-hero-inner{
  position:relative;
  z-index:2;
  width:100%;
}

.effe-reparto-copy{
  max-width:680px;
  color:#fff;
  padding:56px 0;
}

.effe-reparto-kicker{
  display:inline-flex;
  min-height:36px;
  align-items:center;
  padding:0 14px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  font-size:.82rem;
  font-weight:700;
  margin-bottom:18px;
}

.effe-reparto-copy h1{
  font-size:clamp(2.6rem, 5vw, 4.8rem);
  line-height:.94;
  letter-spacing:-.05em;
  margin:0 0 16px;
  color:#fff;
  font-weight:800;
}

.effe-reparto-copy p{
  max-width:58ch;
  color:rgba(255,255,255,.86);
  font-size:1.04rem;
  line-height:1.6;
}

/* SEZIONI */
.effe-reparto-section{
  padding:72px 0;
}

.effe-reparto-soft{
  background:linear-gradient(180deg,#f7fbfb 0%, #ffffff 100%);
}

.effe-reparto-section-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
  margin-bottom:30px;
}

.effe-reparto-section-head h2{
  font-size:clamp(1.9rem, 3vw, 3rem);
  line-height:1;
  letter-spacing:-.04em;
  margin:0 0 8px;
  color:#111111;
  font-weight:700;
}

.effe-reparto-section-head p{
  color:#5c6970;
  max-width:60ch;
}

/* GRID */
.effe-subcat-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:28px 22px;
}

.effe-subcat-card{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  transition:transform .22s ease;
  text-decoration:none;
}

.effe-subcat-card:hover{
  transform:translateY(-4px);
}

.effe-subcat-thumb{
  width:100%;
  aspect-ratio:1 / 1;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
  border-radius:22px;
  background:#ffffff;
  border:1px solid #dce7e8;
  box-shadow:0 10px 30px rgba(4,81,94,.06);
  margin-bottom:14px;
}

.effe-subcat-thumb img{
  width:100%;
  height:100%;
  object-fit:contain;
}

.effe-subcat-name{
  font-size:1.02rem;
  line-height:1.35;
  color:#182126;
  font-weight:600;
}

/* BANNER */
.effe-reparto-banner{
  background:linear-gradient(135deg,#04515E,#033944);
  border-radius:30px;
  padding:34px;
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:22px;
  align-items:center;
  color:#fff;
  box-shadow:0 24px 70px rgba(4,81,94,.16);
}

.effe-reparto-banner h3{
  font-size:clamp(1.6rem,2.6vw,2.8rem);
  line-height:1;
  letter-spacing:-.03em;
  margin:0 0 12px;
  color:#fff;
}

.effe-reparto-banner p{
  color:rgba(255,255,255,.82);
  max-width:58ch;
}

.effe-reparto-btn{
  justify-self:end;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 22px;
  border-radius:16px;
  background:#fff;
  color:#04515E;
  font-weight:700;
  text-decoration:none;
}

/* PRODOTTI */
.effe-reparto-shortcode ul.products{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  margin:0 !important;
}

.effe-reparto-shortcode ul.products li.product{
  width:100% !important;
  margin:0 !important;
  float:none !important;
  background:#fff;
  border:1px solid #dce7e8;
  border-radius:24px;
  padding:16px;
  box-shadow:0 16px 40px rgba(4,81,94,.08);
  transition:.24s ease;
}

.effe-reparto-shortcode ul.products li.product:hover{
  transform:translateY(-4px);
  box-shadow:0 22px 60px rgba(4,81,94,.14);
}

.effe-reparto-shortcode ul.products li.product img{
  border-radius:16px;
}

.effe-reparto-shortcode ul.products li.product .woocommerce-loop-product__title{
  font-size:1rem !important;
  line-height:1.35;
  font-weight:600;
  color:#182126;
}

.effe-reparto-shortcode .price{
  color:#04515E !important;
  font-weight:700 !important;
}

.effe-reparto-shortcode .button{
  background:#04515E !important;
  color:#fff !important;
  border-radius:14px !important;
  padding:12px 16px !important;
  font-weight:700 !important;
}

/* RESPONSIVE */
@media (max-width:1180px){
  .effe-subcat-grid{
    grid-template-columns:repeat(3, minmax(0,1fr));
  }

  .effe-reparto-shortcode ul.products{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .effe-reparto-banner{
    grid-template-columns:1fr;
  }

  .effe-reparto-btn{
    justify-self:start;
  }
}

@media (max-width:860px){
  .effe-subcat-grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
}

@media (max-width:480px){
  .effe-subcat-grid,
  .effe-reparto-shortcode ul.products{
    grid-template-columns:1fr;
  }
}/* End custom CSS */