.elementor-17963 .elementor-element.elementor-element-590871a{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b6acc20 *//* =========================
   BASE
========================= */
.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;
}

/* =========================
   CARD
========================= */
.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);
}

/* =========================
   THUMB
========================= */
.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;

  overflow:hidden;
  position:relative;
}

.effe-subcat-thumb img{
  width:100%;
  height:100%;

  max-width:100%;
  max-height:100%;

  object-fit:contain;

  display:block;

  transition:.28s ease;
}

.effe-subcat-card:hover img{
  transform:scale(1.04);
}

/* =========================
   TITOLI SOTTOCATEGORIE
========================= */
.effe-subcat-name{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  min-height:44px;

  padding:10px 18px;

  background:#04515E;

  color:#fff;

  border-radius:14px;

  font-size:1rem;
  font-weight:700;
  line-height:1.2;

  transition:.22s ease;

  box-shadow:0 10px 24px rgba(4,81,94,.18);
}

.effe-subcat-card:hover .effe-subcat-name{
  background:#033944;
  transform:translateY(-2px);
}

/* =========================
   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;

  transition:.22s ease;
}

.effe-reparto-btn:hover{
  transform:translateY(-2px);
}

/* =========================
   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;
}

/* =========================
   TABLET
========================= */
@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));
  }
}

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

  .effe-subcat-grid{
    display:block;
  }

  .effe-subcat-card{
    display:grid;
    grid-template-columns:118px 1fr;

    align-items:center;

    gap:18px;

    padding:14px 0;

    border-bottom:1px solid #e5e8ea;

    text-align:left;

    min-height:104px;
  }

  .effe-subcat-card:hover{
    transform:none;
  }

  .effe-subcat-thumb{
    width:118px;
    height:82px;

    aspect-ratio:auto;

    padding:4px;

    border:none;

    box-shadow:none;

    margin-bottom:0;

    border-radius:0;

    background:#fff;
  }

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

  .effe-subcat-name{
    justify-content:flex-start;

    width:max-content;

    min-height:38px;

    padding:8px 14px;

    border-radius:12px;

    font-size:.95rem;

    box-shadow:none;
  }
}

@media (max-width:480px){

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