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

.effe-reparto-hero{
  position:relative;
  min-height:420px;
  display:flex;
  align-items:center;
  background-image:url('https://www.effe-store.it/wp-content/uploads/2026/04/hero-rec.jpg'); /* CAMBIA SOLO QUESTA */
  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;
}

.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;
}

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

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

.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;
}

.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;
}

.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;
}

@media (max-width:1180px){
  .effe-subcat-grid{
    grid-template-columns:repeat(4, 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(3, minmax(0,1fr));
  }
}

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

  .effe-reparto-section{
    padding:56px 0;
  }

  .effe-reparto-hero{
    min-height:340px;
  }
}

@media (max-width:480px){
  .effe-subcat-grid,
  .effe-reparto-shortcode ul.products{
    grid-template-columns:1fr;
  }
/* =========================
   TABLET PREMIUM
========================= */
@media (max-width:1024px) and (min-width:641px){

  .effe-subcat-grid{
    display:grid !important;
    grid-template-columns:repeat(2, minmax(0,1fr));
    gap:20px;
  }

  .effe-subcat-card{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    padding:20px;
    border:1px solid #dce7e8;
    border-radius:26px;
    background:#fff;
    box-shadow:0 14px 36px rgba(4,81,94,.06);
    min-height:100%;
    text-decoration:none;
    transition:.22s ease;
  }

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

  .effe-subcat-thumb{
    width:100%;
    height:260px;
    padding:6px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:none;
    border-radius:0;
    background:#fff;
    box-shadow:none;
    margin-bottom:16px;
  }

  .effe-subcat-thumb img{
    width:100%;
    height:100%;
    object-fit:contain;
    transform:scale(1.12);
  }

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


/* =========================
   MOBILE — STILE THOMANN
========================= */
@media (max-width:640px){

  .effe-reparto-section{
    padding:42px 0;
  }

  .effe-reparto-section-head{
    display:block;
    margin-bottom:28px;
  }

  .effe-reparto-section-head h2{
    font-size:2.65rem;
    line-height:.92;
    letter-spacing:-.05em;
    margin-bottom:22px;
  }

  .effe-reparto-section-head p{
    font-size:1.12rem;
    line-height:1.45;
  }

  .effe-subcat-grid{
    display:block !important;
    border-top:1px solid #dce7e8;
  }

  .effe-subcat-card{
    display:grid !important;
    grid-template-columns:1fr 150px;
    align-items:center;
    gap:20px;
    min-height:132px;
    padding:20px 0;
    border-bottom:1px solid #dce7e8;
    text-align:left;
    text-decoration:none;
    transform:none !important;
  }

  .effe-subcat-name{
    order:1;
    font-size:1.75rem;
    line-height:1.18;
    font-weight:500;
    color:#182126;
    text-transform:uppercase;
    text-decoration:underline;
    text-decoration-thickness:1px;
    text-underline-offset:4px;
  }

  .effe-subcat-thumb{
    order:2;
    width:150px;
    height:96px;
    aspect-ratio:auto;
    padding:0;
    margin:0;
    border:none;
    border-radius:0;
    background:#fff;
    box-shadow:none;
  }

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

  .effe-reparto-hero{
    min-height:340px;
  }
}


/* =========================
   IPHONE PICCOLI
========================= */
@media (max-width:480px){

  .effe-subcat-card{
    grid-template-columns:1fr 120px;
    min-height:118px;
    gap:16px;
  }

  .effe-subcat-name{
    font-size:1.35rem;
  }

  .effe-subcat-thumb{
    width:120px;
    height:86px;
  }

  .effe-reparto-shortcode ul.products{
    grid-template-columns:1fr;
  }
}/* End custom CSS */