
.page-negozio-svapo {
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #333;
  line-height: 1.6;
  max-width: 100%;
  margin: 0 auto;
  padding: 1.5rem;
}
.hr-custom-1 {
  border: none;
  border-top: 1px solid #ccc;
  width: 80%;
  margin: 1.5rem auto;
}

.hr-custom-2 {
  border: none;
  border-top: 3px solid #333;
  width: 60%;
  margin: 2rem auto;
  opacity: 0.8;
}
.btn-cta-2 {
  display: block;
  margin-top: 16px;
  padding: 10px;
  text-align: center;
  background: #bb0214;
  color: white;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px
}

.btn-cta-2:hover { background: #8a0018; color: #fff;}
.page-negozio-svapo h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #111;
}
.page-negozio-svapo h2 {
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #2a2a2a;
}

.page-negozio-svapo p {
  margin-bottom: 1rem;
}

.page-negozio-svapo ul,
.page-negozio-svapo ol {
  margin: 1rem 0;
  padding-left: 1.5rem;
}
.page-negozio-svapo li {
  margin-bottom: 0.5rem;
}

.page-negozio-svapo a {
  color: #0073e6;
  text-decoration: none;
  transition: color 0.2s;
}
.page-negozio-svapo a:hover {
  color: #005bb5;
  text-decoration: underline;
}

/* === Media / Immagini / Iframe === */

.page-negozio-svapo .media-wrapper {
  overflow: hidden;
  margin: 1.5rem 0;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-negozio-svapo .media-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}
.page-negozio-svapo .media-wrapper:hover img {
  transform: scale(1.05);
}

.page-negozio-svapo .media-wrapper iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  border: 0;
  display: block;
}

/* Responsive adjustments */
@media (max-width: 600px) {
  .page-negozio-svapo h1 {
    font-size: 1.6rem;
  }
  .page-negozio-svapo h2 {
    font-size: 1.3rem;
  }
  .page-negozio-svapo {
    padding: 1rem;
  }
}




/* ===== Custom Page TOR CERVARA Smo-king Local Shop Page ===== */

.page-negozio-svapo-local {
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #333;
  line-height: 1.6;
  max-width: 100%;
  margin: 0 auto;
  padding: 1.5rem;
}

.page-negozio-svapo-local h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #111;
}
.page-negozio-svapo-local h2 {
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #2a2a2a;
}

.page-negozio-svapo-local p {
  margin-bottom: 1rem;
}

.page-negozio-svapo-local ul,
.page-negozio-svapo-local ol {
  margin: 1rem 0;
  padding-left: 1.5rem;
}
.page-negozio-svapo-local li {
  margin-bottom: 0.5rem;
}

.page-negozio-svapo-local a {
  color: #ffffff;
  text-decoration: none;
}
.page-negozio-svapo-local a:hover {
  color: #ffffff;
  text-decoration: none;
}

/* === Media / Immagini / Iframe === */

.page-negozio-svapo-local .media-wrapper {
  overflow: hidden;
  margin: 1.5rem 0;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-negozio-svapo-local .media-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}
.page-negozio-svapo-local .media-wrapper:hover img {
  transform: scale(1.05);
}

.page-negozio-svapo-local .media-wrapper iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  border: 0;
  display: block;
}

/* Responsive adjustments */
@media (max-width: 600px) {
  .page-negozio-svapo-local h1 {
    font-size: 1.6rem;
  }
  .page-negozio-svapo-local h2 {
    font-size: 1.3rem;
  }
  .page-negozio-svapo-local {
    padding: 1rem;
  }
}



    .page-negozio-svapo-2 {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        padding: 1.5rem;
  }

    .page-negozio-svapo-2 img {
        padding: 1.5rem;
        display: flex;
        flex-direction: column;
        position: relative;
        inset: 0;
        width: 20%;
        object-fit: cover;
        transition: transform 0.5s ease;
        z-index: 1;
}


.page-negozio-svapo-2 h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #111;
}
.page-negozio-svapo-2 h2 {
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #2a2a2a;
}

.page-negozio-svapo-2 p {
  margin-bottom: 1rem;
}

.page-negozio-svapo-2 ul,
.page-negozio-svapo-2 ol {
  margin: 1rem 0;
  padding-left: 1.5rem;
}
.page-negozio-svapo-2 li {
  margin-bottom: 0.5rem;
}

.page-negozio-svapo-2 a {
  color: #bb0214;
  text-decoration: none;
  transition: color 0.2s;
}
.page-negozio-svapo-2 a:hover {
  color: #bb0214;
  text-decoration-thickness: 2em;
}



.page-negozio-svapo-2 .media-wrapper {
  overflow: hidden;
  margin: 1.5rem 0;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-negozio-svapo-2 .media-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}
.page-negozio-svapo-2 .media-wrapper:hover img {
  transform: scale(1.05);
}

.page-negozio-svapo-2 .media-wrapper iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  border: 0;
  display: block;
}

/* === Footer Promo Grid Custom === */
.footer-promo-grid {
  display: flex;
  flex-wrap: nowrap; 
  overflow-x: auto;  
  -webkit-overflow-scrolling: touch; 
  background: #f9f9fb;
  padding: 20px 24px;
  gap: 40px;
  margin: 0 -24px 24px -24px;
  align-items: center;
  justify-content: space-evenly;
}

.footer-promo-col-img,
.footer-promo-col-testo {
  flex: 0 0 auto; 
  min-width: 280px; 
  max-width: 280px; 
  text-align: center;
  padding: 0;
}

.footer-promo-col-testo {
  text-align: center;
  min-width: 400px; 
  padding: 0 26px;
}

.footer-promo-col-img img {
  width: 200px;
  max-width: 100%;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}


@media (max-width: 850px) {
  .footer-promo-grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    padding: 10px 8px;
    margin: 0 -8px 36px -8px;
    }
  
  .footer-promo-col-img,
  .footer-promo-col-testo {
    min-width: unset; 
    max-width: none;
  }
  .footer-promo-col-img {
    width: 180px;
  }
  .footer-promo-col-testo {
    width: 300px;
    padding: 0 12px;
  }
}

@media (max-width: 650px) {
  .footer-promo-grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    padding: 10px 8px;
    margin: 0 -8px 36px -8px;
    }
  

  .footer-promo-col-img,
  .footer-promo-col-testo {
    min-width: unset; 
    max-width: none;
  }
  .footer-promo-col-img {
    width: 180px;
  }
  .footer-promo-col-testo {
    width: 300px;
    padding: 0 12px;
  }
 }

@media (max-width: 360px) {
  .footer-promo-grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    padding: 10px 8px;
    margin: 0 -8px 36px -8px;
    }
  

  .footer-promo-col-img,
  .footer-promo-col-testo {
    min-width: unset; 
    max-width: none;
  }

  .footer-promo-col-img {
    width: 180px;
  }

  .footer-promo-col-testo {
    width: 300px;
    padding: 0 12px;
  }
}




.seo-footer-grid-container-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
}


.seo-footer-col-2 {
  flex: 1 1 250px;
  min-width: 200px;
}

@media (max-width: 768px) {
  .seo-footer-grid-container-2 {
    flex-direction: column;
  }

  .seo-footer-col-2 {
    margin-bottom: 20px;
  }
}




.card-banner-franchising-2 {
  position: relative;
  height: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  min-height: 200px; 
}

.card-banner-franchising-2 img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  object-position: center; 
  z-index: 1;
}

@media (max-width: 992px)  {
.card-banner-franchising-2 {  
position: relative;
  height: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  min-height: 70px;
  }
}

@media (max-width: 360px)  {
.card-banner-franchising-2 {  
position: relative;
  height: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  min-height: 70px;
  }
}
