.elementor-8 .elementor-element.elementor-element-3a889078{--display:flex;}.elementor-8 .elementor-element.elementor-element-3a889078:not(.elementor-motion-effects-element-type-background), .elementor-8 .elementor-element.elementor-element-3a889078 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-8 .elementor-element.elementor-element-f231177{--display:flex;}.elementor-8 .elementor-element.elementor-element-55be636f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8 .elementor-element.elementor-element-5680c58{--display:flex;}.elementor-8 .elementor-element.elementor-element-ce70b79{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8 .elementor-element.elementor-element-1c40369{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-84bc154 *//* HERO SHOP100ZERO - VERSIONE SFONDO GRIGIO CHIARO */
.hero-banner{
  position: relative;
  min-height: 420px;
  padding: clamp(40px, 10vw, 80px) clamp(20px, 8vw, 90px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #000000;
  font-family: 'Montserrat', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;

  /* GRIGIO CHIARO + IMMAGINE DI SFONDO */
  background-image:
    linear-gradient(120deg, rgba(240,240,240,0.9), rgba(225,225,225,0.92)),
    url('https://shop100zero.com/wp-content/uploads/2025/12/470658170e278b98036a3fbf367e436d.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  box-sizing: border-box;
}

.hero-banner::before{
  content:"";
  position:absolute;
  inset:0;

  /* LUCE BIANCA LEGGERA SOPRA ALL’IMMAGINE */
  background:
    radial-gradient(900px 260px at 15% 20%, rgba(255,255,255,0.4), transparent 70%);
  pointer-events:none;
}

.hero-inner{
  position: relative;
  max-width: 720px;
}

.hero-kicker{
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 0 0 10px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#333;
}

.hero-kicker::before{
  content:"";
  width: 26px;
  height: 2px;
  border-radius:999px;
  background:#333;
}

.hero-title{
  margin: 0 0 14px;
  font-size: clamp(30px, 5vw, 52px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.02em;
  color:#111;
}

.hero-subtitle{
  margin: 0 0 28px;
  font-size: clamp(15px, 1.4vw, 18px);
  font-weight: 500;
  max-width: 480px;
  color:#333;
}

.hero-cta{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  border-radius: 999px;
  background: #000000;
  color: #ffffff;
  font-weight: 800;
  font-size: 0.98rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  box-shadow: 0 10px 24px rgba(0,0,0,0.28);
  transition: transform .12s ease, box-shadow .12s ease, background .18s ease;
}

.hero-cta:hover{
  background:#111;
  transform: translateY(-1px);
  box-shadow: 0 16px 36px rgba(0,0,0,0.35);
}

.hero-cta:active{
  transform: translateY(1px);
}

/* Mobile */
@media (max-width: 768px){
  .hero-banner{
    min-height: 360px;
    padding: 70px 18px 40px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0211d62 *//* SECOND HERO - DISCOVER THE BEST GADGETS */
.hero-banner-secondary{
  position: relative;
  min-height: 360px;
  padding: clamp(50px, 8vw, 90px) clamp(20px, 6vw, 60px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  font-family: 'Montserrat', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;

  background-image:
    /* overlay grigio scuro */
    linear-gradient(120deg, rgba(35,35,35,0.88), rgba(15,15,15,0.94)),
    url('https://shop100zero.com/wp-content/uploads/2025/12/470658170e278b98036a3fbf367e436d.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.hero-banner-secondary::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(900px 260px at 50% 45%, rgba(255,255,255,0.15), transparent 70%);
  pointer-events:none;
}

.hero-secondary-inner{
  position:relative;
  max-width: 900px;
}

.hero-secondary-title{
  margin: 0 0 18px;
  font-size: clamp(30px, 5vw, 52px);
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff; /* TITOLO BIANCO */
}

.hero-secondary-subtitle{
  margin: 0 0 32px;
  font-size: clamp(15px, 1.4vw, 20px);
  font-weight: 500;
  color:#f1f1f1;
}

.hero-secondary-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 14px 34px;
  border-radius: 999px;
  background:#ff7a1a;
  color:#fff;
  font-weight:800;
  font-size:1rem;
  text-transform:uppercase;
  letter-spacing:0.08em;
  text-decoration:none;
  box-shadow:0 14px 30px rgba(0,0,0,0.45);
  transition: transform .12s ease, box-shadow .12s ease, background .18s ease;
}

.hero-secondary-cta:hover{
  background:#ff6a00;
  transform:translateY(-1px);
  box-shadow:0 18px 40px rgba(0,0,0,0.55);
}

.hero-secondary-cta:active{
  transform:translateY(1px);
  box-shadow:0 10px 24px rgba(0,0,0,0.4);
}

@media (max-width: 768px){
  .hero-banner-secondary{
    padding: 60px 18px 50px;
  }
  .hero-secondary-title{
    letter-spacing:0.04em;
  }
}
</style>

<section class="hero-banner-secondary" aria-labelledby="gadgets-heading">
  <div class="hero-secondary-inner">
    <h1 class="hero-secondary-title" id="gadgets-heading">
      Discover the Best Gadgets Online
    </h1>

    <p class="hero-secondary-subtitle">
      The best-selling tech and home products of 2025, selected for smart shoppers.
    </p>

    <a href="#prodotti" class="hero-secondary-cta">
      Explore Products
    </a>
  </div>
</section>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1c40369 */.site-footer{
    width:100vw !important;
    max-width:100vw !important;
    margin-left:calc(50% - 50vw) !important;

    background:#000000;
    color:#ffffff;
    padding:60px 40px 30px;
    margin-top:0;
    margin-bottom:0;

    border-top:1px solid rgba(255,255,255,0.08);
    font-family:'Montserrat', sans-serif;
    box-sizing:border-box;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-ce70b79 */.site-footer{
    width:100vw !important;
    max-width:100vw !important;
    margin-left:calc(50% - 50vw) !important;

    background:#000000;
    color:#ffffff;
    padding:60px 40px 30px;
    margin-top:0;
    margin-bottom:0;

    border-top:1px solid rgba(255,255,255,0.08);
    font-family:'Montserrat', sans-serif;
    box-sizing:border-box;
}/* End custom CSS */