.elementor-17958 .elementor-element.elementor-element-5368e15{--display:flex;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-17958 .elementor-element.elementor-element-5368e15{--width:500px;--min-height:0px;}}/* Start custom CSS for html, class: .elementor-element-f0eb195 *//* =========================
   RESET FULL WIDTH
========================= */
.effe-reparto-page{
  font-family:'Poppins', Arial, sans-serif;
  color:#182126;
  background:#fff;
  width:100%;
  max-width:100%;
  margin:0;
  padding:0;
  overflow:hidden;
}

.effe-container{
  width:100%;
  max-width:1320px;
  margin:0 auto;
  padding:0 28px;
}

/* =========================
   HEADER ECOMMERCE
========================= */
.effe-shop-topbar{
  position:sticky;
  top:0;
  z-index:9999;
  background:#fff;
  border-bottom:1px solid #e7ecef;
  box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.effe-shop-mini{
  height:34px;
  background:#050505;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:34px;
  font-size:.82rem;
  font-weight:600;
}

.effe-shop-mini a{
  color:#fff;
  text-decoration:none;
}

.effe-shop-header{
  display:grid;
  grid-template-columns:220px 1fr 220px;
  align-items:center;
  gap:26px;
  padding:16px 38px;
}

.effe-shop-logo img{
  max-height:52px;
  width:auto;
}

.effe-shop-search{
  position:relative;
  width:100%;
  max-width:650px;
  margin:0 auto;
}

.effe-shop-search input{
  width:100%;
  height:54px;
  border-radius:999px;
  border:1.5px solid #cfd8dd;
  background:#fff;
  padding:0 58px 0 24px;
  font-size:1rem;
  outline:none;
  color:#182126;
  box-shadow:0 8px 22px rgba(0,0,0,.04);
}

.effe-shop-search input:focus{
  border-color:#04515E;
  box-shadow:0 0 0 4px rgba(4,81,94,.12);
}

.effe-shop-search button{
  position:absolute;
  right:7px;
  top:50%;
  transform:translateY(-50%);
  width:42px;
  height:42px;
  border:none;
  border-radius:50%;
  background:#04515E;
  color:#fff;
  font-size:1.2rem;
  cursor:pointer;
}

.effe-shop-icons{
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:18px;
}

.effe-shop-icons a,
.effe-shop-nav a{
  color:#182126;
  text-decoration:none;
  font-weight:700;
}

.effe-shop-nav{
  display:flex;
  align-items:center;
  gap:32px;
  padding:0 38px 15px;
}

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

.effe-reparto-hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(
    90deg,
    rgba(0,0,0,.76) 0%,
    rgba(0,0,0,.42) 48%,
    rgba(0,0,0,.12) 100%
  );
  z-index:1;
}

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

.effe-reparto-copy{
  max-width:720px;
  color:#fff;
  padding:60px 80px;
}

.effe-reparto-kicker{
  display:inline-flex;
  min-height:34px;
  align-items:center;
  padding:0 14px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.22);
  color:#fff !important;
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.02em;
  margin-bottom:18px;
}

.effe-reparto-copy h1{
  font-size:clamp(2.8rem, 5vw, 5rem);
  line-height:.95;
  letter-spacing:-.05em;
  margin:0 0 18px;
  color:#fff !important;
  font-weight:900;
}

.effe-reparto-copy p{
  max-width:58ch;
  color:rgba(255,255,255,.92) !important;
  font-size:1.08rem;
  line-height:1.65;
}

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

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

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

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

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

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

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

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

/* =========================
   THUMB
========================= */
.effe-subcat-thumb{
  width:100%;
  aspect-ratio:1 / 1;

  display:flex;
  align-items:center;
  justify-content:center;

  padding:18px;

  border-radius:24px;

  background:#fff;

  border:1px solid #e1eaed;

  box-shadow:0 14px 38px rgba(4,81,94,.08);

  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,
    #032f38
  );

  border-radius:30px;

  padding:40px;

  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:24px;

  align-items:center;

  color:#fff;

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

.effe-reparto-banner h3{
  font-size:clamp(1.7rem,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,.84);
  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:800;

  text-decoration:none;
}

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

.effe-reparto-shortcode ul.products li.product{
  width:100% !important;
  margin:0 !important;
  float:none !important;

  background:#fff;

  border:1px solid #e1eaed;

  border-radius:24px;

  padding:16px;

  box-shadow:0 16px 42px rgba(4,81,94,.08);

  transition:.24s ease;
}

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

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

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

.effe-reparto-shortcode .button{
  background:#04515E !important;
  color:#fff !important;

  border-radius:14px !important;

  font-weight:800 !important;
}

/* =========================
   TABLET
========================= */
@media(max-width:1180px){

  .effe-shop-header{
    grid-template-columns:180px 1fr 170px;
    padding:14px 24px;
  }

  .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:768px){

  .effe-shop-mini,
  .effe-shop-nav,
  .effe-shop-icons{
    display:none !important;
  }

  .effe-shop-topbar{
    position:sticky;
    top:0;
    z-index:9999;
    box-shadow:0 4px 18px rgba(0,0,0,.08);
  }

  .effe-shop-header{
    display:grid !important;
    grid-template-columns:46px 1fr;
    align-items:center;
    gap:10px;
    padding:10px 14px;
    background:#fff;
  }

  .effe-shop-logo{
    display:block !important;
    width:46px;
    height:46px;
  }

  .effe-shop-logo img{
    content:url("https://www.effe-store.it/wp-content/uploads/2026/05/bolloeffe.png");
    width:46px !important;
    height:46px !important;
    max-height:none !important;
    object-fit:contain;
  }

  .effe-shop-search{
    max-width:none;
    width:100%;
    margin:0;
  }

  .effe-shop-search input{
    height:46px;
    border-radius:999px;
    border:1.5px solid #cfd8dd;
    background:#fff;
    padding:0 48px 0 16px;
    font-size:.92rem;
  }

  .effe-shop-search button{
    width:36px;
    height:36px;
    right:5px;
    font-size:1rem;
  }

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

  .effe-reparto-copy{
    padding:28px 20px;
  }

  .effe-reparto-kicker{
    color:#fff !important;
    font-size:.7rem;
    min-height:30px;
    padding:0 10px;
  }

  .effe-reparto-copy h1{
    color:#fff !important;
    font-size:clamp(2rem, 8vw, 2.6rem);
    line-height:1.05;
    margin-bottom:12px;
  }

  .effe-reparto-copy p{
    color:#fff !important;
    font-size:.9rem;
    line-height:1.45;
  }

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

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

  .effe-reparto-section-head h2{
    font-size:2rem;
  }

  .effe-reparto-section-head p{
    font-size:.95rem;
  }

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

  .effe-subcat-card{
    display:grid;
    grid-template-columns:72px 1fr;
    align-items:center;
    gap:14px;
    min-height:76px;
    padding:12px 0;
    border-bottom:1px solid #e6ebee;
    text-align:left;
  }

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

  .effe-subcat-thumb{
    width:72px;
    height:56px;

    aspect-ratio:auto;

    padding:2px;

    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:34px;

    padding:7px 12px;

    border-radius:10px;

    font-size:.9rem;

    box-shadow:none;
  }

  .effe-reparto-banner{
    padding:26px;
    border-radius:22px;
  }
}

@media(max-width:480px){

  .effe-container{
    padding:0 22px;
  }

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