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

/* HERO */
.effe-reparto-hero{
  position:relative;
  min-height:340px;
  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:44px 24px;
}

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

/* SEARCH MOBILE */
.effe-mobile-search{
  display:none;
}

/* 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:#111;
  font-weight:700;
}

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

/* GRID DESKTOP */
.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:#fff;
  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;
}

/* TABLET */
@media (min-width:768px){
  .effe-reparto-hero{
    min-height:440px;
    background-position:center 38%;
  }

  .effe-reparto-copy{
    padding:56px 48px;
  }
}

/* DESKTOP */
@media (min-width:1200px){
  .effe-reparto-hero{
    min-height:600px;
    background-position:center 28%;
  }

  .effe-reparto-copy{
    padding:56px 80px;
  }
}

/* RESPONSIVE TABLET GRID */
@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 THOMANN STYLE */
@media (max-width:640px){

  .effe-mobile-search{
    display:block;
    position:sticky;
    top:0;
    z-index:999;
    background:#fff;
    padding:12px 16px;
    border-bottom:1px solid #e5e8ea;
  }

  .effe-mobile-search input{
    width:100%;
    height:44px;
    border-radius:999px;
    border:1px solid #dce7e8;
    padding:0 16px;
    font-size:.95rem;
    outline:none;
  }

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

  .effe-reparto-copy{
    padding:44px 24px;
  }

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

  .effe-reparto-section-head{
    margin-bottom:18px;
  }

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

  .effe-subcat-card{
    display:grid;
    grid-template-columns:118px 1fr;
    align-items:center;
    gap:18px;
    padding:12px 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{
    font-size:1.18rem;
    font-weight:500;
    line-height:1.25;
    color:#182126;
  }
}

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