.elementor-3009 .elementor-element.elementor-element-c12f159{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-5ef91e8 */:root{
  --effe-petrol:#04515E;
  --effe-petrol-deep:#033944;
  --effe-petrol-soft:#0d6674;
  --effe-white:#ffffff;
  --effe-black:#111111;
  --effe-text:#182126;
  --effe-text-soft:#5c6970;
  --effe-bg-soft:#f4f8f8;
  --effe-bg-soft-2:#f7fbfb;
  --effe-line:#dce7e8;
  --effe-shadow:0 16px 40px rgba(4,81,94,.08);
  --effe-shadow-strong:0 22px 60px rgba(4,81,94,.14);
  --effe-radius-xl:32px;
  --effe-radius-lg:24px;
  --effe-radius-md:18px;
  --effe-max:1280px;
}

/* =========================
   BASE
========================= */
.effe-home{
  font-family:'Poppins', Arial, sans-serif;
  color:var(--effe-text);
  background:#fff;
  letter-spacing:-0.01em;
}

.effe-home *{
  box-sizing:border-box;
}

.effe-home img{
  max-width:100%;
  display:block;
}

.effe-home a{
  text-decoration:none;
  color:inherit;
}

.effe-container{
  width:min(var(--effe-max), calc(100% - 32px));
  margin:0 auto;
}

/* =========================
   TOPBAR
   (disattivata)
========================= */
.effe-topbar{
  display:none;
}

/* =========================
   HEADER
========================= */
.effe-header{
  position:sticky;
  top:0;
  z-index:60;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(220,231,232,.95);
}

.effe-header-inner{
  min-height:88px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:28px;
}

.effe-brand{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:max-content;
}

.effe-brand img{
  height:60px;
  width:auto;
}

.effe-brand-text{
  display:none;
}

.effe-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:28px;
  flex-wrap:wrap;
}

.effe-nav a{
  font-weight:600;
  font-size:.96rem;
  color:#233037;
  transition:.2s ease;
}

.effe-nav a:hover{
  color:var(--effe-petrol);
}

.effe-header-actions{
  display:flex;
  align-items:center;
  gap:10px;
}

/* =========================
   BUTTONS
========================= */
.effe-btn,
.effe-btn-outline,
.effe-btn-light{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 22px;
  border-radius:16px;
  font-weight:700;
  transition:.22s ease;
}

.effe-btn{
  background:var(--effe-petrol);
  color:#fff !important;
  box-shadow:0 12px 26px rgba(4,81,94,.16);
}

.effe-btn:hover{
  transform:translateY(-2px);
  background:var(--effe-petrol-deep);
}

.effe-btn:visited,
.effe-btn:active,
.effe-btn:focus,
.effe-btn *{
  color:#fff !important;
}

.effe-btn-outline{
  border:1px solid var(--effe-line);
  background:#fff;
  color:var(--effe-petrol);
}

.effe-btn-outline:hover{
  transform:translateY(-2px);
  border-color:var(--effe-petrol);
}

.effe-btn-outline-light{
  border:1px solid rgba(255,255,255,.34);
  background:rgba(255,255,255,.08);
  color:#fff !important;
  backdrop-filter:blur(8px);
}

.effe-btn-outline-light:hover{
  background:rgba(255,255,255,.14);
  border-color:rgba(255,255,255,.5);
}

.effe-btn-light{
  border:1px solid rgba(255,255,255,.22);
  background:rgba(255,255,255,.08);
  color:#fff !important;
  backdrop-filter:blur(8px);
}

.effe-btn-light:hover{
  transform:translateY(-2px);
  background:rgba(255,255,255,.14);
}

/* =========================
   HERO
========================= */
.effe-hero-full{
  position:relative;
  min-height:88vh;
  height:88vh;
  background-image:url('https://www.effe-store.it/wp-content/uploads/2026/04/hero-pro.jpg');
  background-size:cover;
  background-position:center center;
  display:flex;
  align-items:center;
  overflow:hidden;
  color:#fff;
}

.effe-hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(6,15,19,.72) 0%, rgba(6,15,19,.48) 35%, rgba(6,15,19,.14) 62%, rgba(6,15,19,0) 100%);
}

.effe-hero-content{
  position:relative;
  z-index:2;
  width:100%;
  color:#fff;
}

.effe-hero-kicker{
  display:inline-flex;
  align-items:center;
  min-height:40px;
  padding:0 16px;
  border-radius:999px;
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.18);
  color:rgba(255,255,255,.95);
  font-weight:700;
  font-size:.88rem;
  margin-bottom:20px;
  backdrop-filter:blur(8px);
}

.effe-hero-full h1{
  font-size:clamp(3.2rem, 5vw, 5.6rem);
  line-height:.92;
  letter-spacing:-.05em;
  margin:0 0 18px;
  color:#fff;
  font-weight:800;
  max-width:12ch;
  text-shadow:0 8px 40px rgba(0,0,0,.18);
}

.effe-hero-full p{
  max-width:620px;
  font-size:1.08rem;
  color:rgba(255,255,255,.88);
  margin:0 0 30px;
}

/* =========================
   HERO SEARCH
========================= */
.effe-hero-search{
  margin:24px 0 26px;
  display:grid;
  grid-template-columns:1fr auto;
  align-items:center;
  gap:10px;
  max-width:560px;
}

.effe-hero-search input{
  height:58px;
  border-radius:999px;
  border:none;
  padding:0 22px;
  font:inherit;
  font-size:1rem;
  outline:none;
  background:#fff;
  color:#182126;
  box-shadow:0 10px 30px rgba(0,0,0,.12);
}

.effe-hero-search button{
  height:58px;
  padding:0 22px;
  border-radius:999px;
  border:none;
  background:#04515E;
  color:#fff;
  font-weight:700;
  font:inherit;
  cursor:pointer;
  transition:.2s ease;
  box-shadow:0 10px 30px rgba(4,81,94,.18);
}

.effe-hero-search button:hover{
  background:#033944;
  transform:translateY(-1px);
}

/* =========================
   GENERIC SECTIONS
========================= */
.effe-section{
  padding:88px 0;
}

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

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

.effe-section-head.center{
  justify-content:center;
  text-align:center;
}

.effe-section-head h2{
  font-size:clamp(2rem,3vw,3.5rem);
  line-height:1;
  letter-spacing:-.04em;
  margin-bottom:8px;
  color:var(--effe-black);
  font-weight:700;
}

.effe-section-head p{
  max-width:60ch;
  color:var(--effe-text-soft);
}

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

.effe-category-card{
  position:relative;
  display:block;
  height:280px;
  min-height:280px;
  border-radius:24px;
  overflow:hidden;
  background:var(--effe-petrol);
  box-shadow:0 15px 40px rgba(0,0,0,0.12);
  transition:transform .3s ease, box-shadow .3s ease;
}

.effe-category-card:hover{
  transform:translateY(-6px);
  box-shadow:0 24px 50px rgba(0,0,0,0.18);
}

.effe-category-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .4s ease;
}

.effe-category-card:hover img{
  transform:scale(1.08);
}

.effe-category-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(to top, rgba(0,0,0,.75), rgba(0,0,0,.12));
  z-index:1;
}

.effe-category-name{
  position:absolute;
  left:20px;
  right:20px;
  bottom:20px;
  color:#fff;
  font-size:1.35rem;
  font-weight:700;
  line-height:1.15;
  z-index:2;
  text-shadow:0 4px 16px rgba(0,0,0,.2);
}

/* =========================
   PRODUCTS / SHORTCODE
========================= */
.effe-shortcode-wrap{
  width:100%;
}

.effe-shortcode-wrap .products{
  margin:0 !important;
}

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

.effe-shortcode-wrap ul.products li.product{
  width:100% !important;
  margin:0 !important;
  float:none !important;
  background:#fff;
  border:1px solid var(--effe-line);
  border-radius:24px;
  padding:16px;
  box-shadow:var(--effe-shadow);
  transition:.24s ease;
}

.effe-shortcode-wrap ul.products li.product:hover{
  transform:translateY(-4px);
  box-shadow:var(--effe-shadow-strong);
}

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

.effe-shortcode-wrap ul.products li.product .woocommerce-loop-product__title{
  font-size:1rem !important;
  line-height:1.35;
  font-weight:600;
  color:var(--effe-text);
}

.effe-shortcode-wrap .price{
  color:var(--effe-petrol) !important;
  font-weight:700 !important;
}

.effe-shortcode-wrap .button{
  background:var(--effe-petrol) !important;
  color:#fff !important;
  border-radius:14px !important;
  padding:12px 16px !important;
  font-weight:700 !important;
}

/* =========================
   BANNER CTA
========================= */
.effe-banner-box{
  background:linear-gradient(135deg,var(--effe-petrol),var(--effe-petrol-deep));
  border-radius:34px;
  padding:38px;
  color:#fff;
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:20px;
  align-items:center;
  box-shadow:0 24px 70px rgba(4,81,94,.18);
}

.effe-banner-copy h3{
  font-size:clamp(1.7rem,2.8vw,3rem);
  line-height:1;
  letter-spacing:-.03em;
  margin-bottom:14px;
  color:#fff;
}

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

.effe-banner-actions{
  display:flex;
  justify-content:flex-end;
  align-items:center;
}

/* =========================
   BRANDS
========================= */
.effe-brand-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:16px;
}

.effe-brand-box{
  min-height:88px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid var(--effe-line);
  border-radius:20px;
  background:#fff;
  font-weight:700;
  box-shadow:var(--effe-shadow);
  transition:.2s ease;
}

.effe-brand-box:hover{
  transform:translateY(-2px);
  color:var(--effe-petrol);
}

/* =========================
   FOOTER
========================= */
.effe-footer{
  background:var(--effe-petrol-deep);
  color:#fff;
  padding:64px 0 28px;
}

.effe-footer-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr .8fr;
  gap:24px;
}

.effe-footer-logo{
  height:60px;
  margin-bottom:16px;
  width:auto;
  filter:brightness(0) invert(1);
}

.effe-footer h4{
  font-size:1rem;
  margin-bottom:14px;
  color:#fff;
}

.effe-footer ul{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:10px;
}

.effe-footer p,
.effe-footer a,
.effe-footer li{
  color:rgba(255,255,255,.76);
}

/* =========================
   TESTI SU SFONDO PETROL
========================= */
.effe-banner-box,
.effe-cta-box,
.effe-hero-full,
.effe-footer{
  color:#fff;
}

.effe-banner-box h3,
.effe-banner-box p,
.effe-banner-box a,
.effe-banner-copy h3,
.effe-banner-copy p,
.effe-banner-actions a,
.effe-footer h4,
.effe-footer p,
.effe-footer a,
.effe-footer li,
.effe-hero-full h1,
.effe-hero-full p,
.effe-hero-kicker{
  color:#fff !important;
}

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

@media (max-width:1180px){
  .effe-header-inner,
  .effe-banner-box,
  .effe-footer-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .effe-brand-grid{
    grid-template-columns:repeat(3,1fr);
  }

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

  .effe-header-inner{
    grid-template-columns:1fr;
    padding:16px 0;
  }

  .effe-nav,
  .effe-header-actions{
    justify-content:flex-start;
  }

  .effe-hero-full{
    min-height:780px;
    height:auto;
    padding:120px 0 70px;
  }
}

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

@media (max-width:768px){
  .effe-container{
    width:min(var(--effe-max), calc(100% - 24px));
  }

  .effe-nav{
    display:none !important;
  }

  .effe-header-actions{
    display:none !important;
  }

  .effe-header{
    position:relative;
  }

  .effe-header-inner{
    min-height:auto;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:18px;
    padding:18px 0 20px;
  }

  .effe-brand{
    width:100%;
    justify-content:flex-start;
    gap:12px;
    min-width:0;
  }

  .effe-brand img{
    height:52px;
    width:auto;
    flex-shrink:0;
  }

  .effe-hero-full{
    min-height:auto;
    height:auto;
    padding:56px 0 48px;
    background-position:center center;
  }

  .effe-hero-overlay{
    background:linear-gradient(180deg, rgba(6,15,19,.56) 0%, rgba(6,15,19,.36) 38%, rgba(6,15,19,.58) 100%);
  }

  .effe-hero-kicker{
    font-size:.8rem;
    min-height:36px;
    padding:0 14px;
    margin-bottom:16px;
  }

  .effe-hero-full h1{
    font-size:clamp(2.3rem, 11vw, 3.4rem);
    line-height:.95;
    max-width:100%;
    margin-bottom:14px;
  }

  .effe-hero-full p{
    font-size:1rem;
    line-height:1.55;
    margin-bottom:22px;
  }

  .effe-hero-search{
    grid-template-columns:1fr;
    max-width:100%;
  }

  .effe-hero-search button{
    width:100%;
  }

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

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

  .effe-section-head h2{
    font-size:clamp(1.8rem, 9vw, 2.5rem);
  }

  .effe-categories-grid{
    grid-template-columns:1fr;
    gap:16px;
  }

  .effe-category-card{
    height:220px;
    min-height:220px;
  }

  .effe-category-name{
    font-size:1.18rem;
    left:16px;
    right:16px;
    bottom:16px;
  }

  .effe-brand-grid,
  .effe-banner-box,
  .effe-footer-grid,
  .effe-shortcode-wrap ul.products{
    grid-template-columns:1fr;
  }

  .effe-banner-box{
    padding:26px 22px;
  }

  .effe-banner-actions{
    justify-content:flex-start;
  }

  .effe-footer{
    padding:48px 0 24px;
  }
}

@media (max-width:560px){
  .effe-categories-grid{
    grid-template-columns:1fr;
  }

  .effe-category-card{
    height:240px;
    min-height:240px;
  }
}/* =========================
}/* =========================
   PRODOTTI IN EVIDENZA SLIDER
========================= */

.effe-featured-slider-section{
  overflow:hidden;
}

.effe-products-slider .woocommerce ul.products{
  display:flex !important;
  gap:22px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  padding:8px 4px 24px !important;
  margin:0 !important;
}

.effe-products-slider .woocommerce ul.products::-webkit-scrollbar{
  height:8px;
}

.effe-products-slider .woocommerce ul.products::-webkit-scrollbar-track{
  background:#eef4f5;
  border-radius:999px;
}

.effe-products-slider .woocommerce ul.products::-webkit-scrollbar-thumb{
  background:#04515E;
  border-radius:999px;
}

.effe-products-slider .woocommerce ul.products li.product{
  flex:0 0 260px !important;
  width:260px !important;
  scroll-snap-align:start;
  margin:0 !important;
}

@media(max-width:768px){
  .effe-products-slider .woocommerce ul.products li.product{
    flex-basis:210px !important;
    width:210px !important;
  }
}/* End custom CSS */