/*
Theme Name: La Coccinella Modern 
Theme URI: https://www.lacoccinellabambini.it/
Description: Child theme moderno e mobile-first per La Coccinella, basato su Envo eCommerce.
Author: Andrea Soave
Template: envo-ecommerce
Version: 1.0.1
Text Domain: lacoccinella-modern
*/


/* =========================
   Demo homepage included
   ========================= */
.lc-frontpage .container{
  max-width:1200px;
}
.lc-hero-demo,
.lc-categories-demo,
.lc-story-demo,
.lc-lookbook-demo,
.lc-products-demo,
.lc-instagram-demo{
  padding:72px 0;
}
.lc-hero-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:48px;
  align-items:center;
}
.lc-kicker{
  display:inline-block;
  margin-bottom:14px;
  color:var(--lc-accent);
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:12px;
  font-weight:700;
}
.lc-hero-copy h1,
.lc-section-head h2,
.lc-story-box h2{
  font-size:clamp(32px,4vw,56px);
  line-height:1.05;
  margin:0 0 18px;
}
.lc-hero-copy p,
.lc-section-head p,
.lc-story-box p,
.lc-look-copy p{
  color:var(--lc-muted);
  font-size:17px;
  line-height:1.8;
}
.lc-hero-actions{
  display:flex;
  gap:18px;
  align-items:center;
  margin-top:28px;
  flex-wrap:wrap;
}
.lc-text-link{
  color:var(--lc-text)!important;
  font-weight:600;
}
.lc-hero-visual img,
.lc-demo-card img,
.lc-look-card img,
.lc-insta-tile img{
  width:100%;
  display:block;
}
.lc-hero-visual img{
  border-radius:24px;
  box-shadow:0 34px 60px -40px rgba(0,0,0,.32);
}
.lc-section-head{
  text-align:center;
  max-width:900px;
  margin:0 auto 34px;
}
.lc-section-head-split{
  text-align:left;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px;
  align-items:end;
  max-width:none;
}
.lc-card-grid{
  display:grid;
  gap:28px;
}
.lc-card-grid-2{grid-template-columns:repeat(2,1fr);}
.lc-card-grid-3{grid-template-columns:repeat(3,1fr);}
.lc-card-grid-4{grid-template-columns:repeat(4,1fr);}
.lc-demo-card,
.lc-look-card{
  color:var(--lc-text)!important;
}
.lc-demo-card img,
.lc-look-card img,
.lc-insta-tile img{
  border-radius:22px;
  box-shadow:0 28px 50px -42px rgba(0,0,0,.22);
}
.lc-demo-card{
  display:block;
}
.lc-card-title{
  display:block;
  margin-top:14px;
  font-size:22px;
  font-weight:600;
}
.lc-card-meta{
  display:block;
  margin-top:4px;
  color:var(--lc-muted);
}
.lc-story-demo{
  background:var(--lc-soft);
}
.lc-story-box{
  text-align:center;
  max-width:900px;
}
.lc-look-card{
  background:rgba(255,255,255,.55);
  padding:16px;
  border:1px solid rgba(46,46,46,.07);
  border-radius:28px;
}
.lc-look-copy{
  padding:18px 8px 10px;
}
.lc-look-copy h3{
  margin:0 0 10px;
  font-size:28px;
}
.lc-products-demo ul.products{
  margin-top:10px;
}
.lc-insta-tile img{
  aspect-ratio:1/1;
  object-fit:cover;
}
@media (max-width: 991px){
  .lc-hero-grid,
  .lc-section-head-split,
  .lc-card-grid-4{
    grid-template-columns:1fr 1fr;
  }
  .lc-card-grid-3{grid-template-columns:1fr 1fr 1fr;}
}
@media (max-width: 767px){
  .lc-hero-demo,
  .lc-categories-demo,
  .lc-story-demo,
  .lc-lookbook-demo,
  .lc-products-demo,
  .lc-instagram-demo{
    padding:46px 0;
  }
  .lc-hero-grid,
  .lc-section-head-split,
  .lc-card-grid-2,
  .lc-card-grid-3,
  .lc-card-grid-4{
    grid-template-columns:1fr;
    gap:22px;
  }
  .lc-hero-actions{
    flex-direction:column;
    align-items:stretch;
  }
  .lc-hero-actions .button,
  .lc-hero-actions .lc-text-link{
    text-align:center;
  }
  .lc-look-card{
    padding:10px;
    border-radius:22px;
  }
  .lc-card-title{font-size:20px;}
}
/* ==================================================
   LA COCCINELLA 2.0 — HERO + TRUST BAR
   ================================================== */

.lc-hero-v2,
.lc-hero-v2 * {
  box-sizing: border-box;
}

.lc-hero-v2 {
  --lc-v2-green: #0f5b4a;
  --lc-v2-green-dark: #083f34;
  --lc-v2-coral: #d65f63;
  --lc-v2-cream: #fbf6ee;
  --lc-v2-text: #263530;

  width: 100%;
  min-height: 680px;
  display: grid;
  grid-template-columns: minmax(480px, 46%) minmax(0, 54%);
  background: var(--lc-v2-cream);
  overflow: hidden;
}

.lc-hero-v2__content {
  padding: 80px clamp(38px, 6vw, 105px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

.lc-hero-v2__kicker {
  display: inline-block;
  margin-bottom: 17px;
  color: var(--lc-v2-coral);
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.lc-hero-v2 h1 {
  width: 100%;
  max-width: 650px;
  margin: 0 0 24px;
  color: var(--lc-v2-green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(50px, 5.4vw, 82px);
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.035em;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.lc-hero-v2 h1 em {
  display: block;
  color: var(--lc-v2-coral);
  font-weight: 500;
}

.lc-hero-v2 p {
  max-width: 535px;
  margin: 0 0 30px;
  color: var(--lc-v2-text);
  font-size: 18px;
  line-height: 1.7;
}

.lc-hero-v2__button {
  display: inline-flex !important;
  align-items: center;
  gap: 12px;
}

.lc-hero-v2__image {
  min-height: 680px;
  background-image:
    linear-gradient(
      90deg,
      var(--lc-v2-cream) 0%,
      rgba(251, 246, 238, 0.62) 13%,
      rgba(251, 246, 238, 0) 35%
    ),
    url("https://www.lacoccinellabambini.it/wp-content/uploads/2026/08/Foto-Home-La-Coccinella-2.0-1.png");


  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* Barra fiducia */

.lc-trust-v2 {
  position: relative;
  z-index: 4;
  margin-top: -25px;
  padding: 0 18px 25px;
}

.lc-trust-v2__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(32, 54, 47, 0.12);
}

.lc-trust-v2__item {
  min-height: 94px;
  padding: 19px 20px;
  display: flex;
  align-items: center;
  gap: 13px;
  border-right: 1px solid #eee8df;
}

.lc-trust-v2__item:last-child {
  border-right: 0;
}

.lc-trust-v2__icon {
  flex: 0 0 auto;
  color: var(--lc-v2-green);
  font-size: 29px;
  line-height: 1;
}

.lc-trust-v2__item strong,
.lc-trust-v2__item span {
  display: block;
}

.lc-trust-v2__item strong {
  margin-bottom: 2px;
  color: var(--lc-v2-green);
  font-size: 14px;
}

.lc-trust-v2__item div > span {
  color: #68736f;
  font-size: 12px;
  line-height: 1.35;
}

/* Tablet */

@media (max-width: 991px) {

  .lc-hero-v2 {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .lc-hero-v2__image {
    order: 1;
    min-height: 480px;

    background-image:
      linear-gradient(
        90deg,
        var(--lc-v2-cream) 0%,
        rgba(251, 246, 238, 0.30) 10%,
        rgba(251, 246, 238, 0) 28%
      ),
      url("https://www.lacoccinellabambini.it/wp-content/uploads/2026/08/Foto-Home-La-Coccinella-2.0-1.png");

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }

  .lc-hero-v2__content {
    order: 2;
    padding: 52px 38px 68px;
  }

  .lc-hero-v2 h1 {
    max-width: 750px;
  }

  .lc-trust-v2 {
    margin-top: -28px;
  }

  .lc-trust-v2__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lc-trust-v2__item:nth-child(2) {
    border-right: 0;
  }

  .lc-trust-v2__item:nth-child(-n+2) {
    border-bottom: 1px solid #eee8df;
  }
}
/* Smartphone */

@media (max-width: 767px) {

  .lc-hero-v2__image {
    min-height: 360px;

    background-image:
      url("https://www.lacoccinellabambini.it/wp-content/uploads/2026/08/Foto-Home-La-Coccinella-2.0-1.png");

    background-repeat: no-repeat;
    background-size: cover;
    background-position: 58% center;
  }

  .lc-hero-v2__content {
    margin: -40px 14px 0;
    padding: 34px 20px 30px;
    background: rgba(255, 255, 255, 0.97);
    border-radius: 26px 26px 0 0;
    box-shadow: 0 -10px 30px rgba(32, 54, 47, 0.07);
  }

  .lc-hero-v2__kicker {
    margin-bottom: 14px;
    font-size: 11px;
  }

  .lc-hero-v2 h1 {
    margin-bottom: 18px;
    font-size: clamp(42px, 13vw, 54px);
    line-height: 1.01;
    letter-spacing: -0.025em;
  }

  .lc-hero-v2 p {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.6;
  }

  .lc-trust-v2 {
    margin-top: 0;
    padding: 16px 12px 22px;
  }

  .lc-trust-v2__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 15px;
  }

  .lc-trust-v2__item {
    min-height: 100px;
    padding: 15px 10px;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    text-align: center;
  }

  .lc-trust-v2__item:nth-child(odd) {
    border-right: 1px solid #eee8df;
  }

  .lc-trust-v2__item:nth-child(even) {
    border-right: 0;
  }

  .lc-trust-v2__icon {
    font-size: 25px;
  }

  .lc-trust-v2__item strong {
    font-size: 13px;
  }

  .lc-trust-v2__item div > span {
    font-size: 11px;
  }

}/* ==========================================================
   LA COCCINELLA 2.0 — HOME DEFINITIVA
   ========================================================== */

:root {
  --lc2-green: #0f5b4a;
  --lc2-green-dark: #083f34;
  --lc2-coral: #d65f63;
  --lc2-cream: #fbf6ee;
  --lc2-pink: #f7d8da;
  --lc2-blue: #dbe9f2;
  --lc2-sage: #e5ecd1;
  --lc2-yellow: #f4c55c;
  --lc2-text: #263530;
  --lc2-muted: #65716d;
  --lc2-white: #ffffff;
  --lc2-shadow: 0 12px 35px rgba(31, 52, 45, 0.10);
  --lc2-radius: 20px;
  --lc2-width: 1220px;
}

.lc2-home,
.lc2-home * {
  box-sizing: border-box;
}

.lc2-home {
  color: var(--lc2-text);
  overflow: hidden;
}

.lc2-container {
  width: min(var(--lc2-width), calc(100% - 36px));
  margin-right: auto;
  margin-left: auto;
}

.lc2-section {
  padding: 62px 0;
}

.lc2-home h1,
.lc2-home h2 {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--lc2-green);
}

.lc2-home a {
  text-decoration: none;
}


/* HERO */

.lc2-hero {
  min-height: 580px;
  display: grid;
  grid-template-columns: minmax(470px, 45%) minmax(0, 55%);
  background: var(--lc2-cream);
}

.lc2-hero__content {
  padding: 62px clamp(36px, 5vw, 90px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lc2-hero h1 {
  max-width: 650px;
  margin: 0 0 20px;
  font-size: clamp(48px, 5vw, 75px);
  line-height: 1.02;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.lc2-hero h1 em {
  color: var(--lc2-coral);
  font-weight: 500;
}

.lc2-hero__content > p {
  max-width: 500px;
  margin: 0 0 28px;
  font-size: 17px;
  line-height: 1.65;
}

.lc2-hero__image {
  min-height: 580px;
  background-image:
    linear-gradient(
      90deg,
      var(--lc2-cream) 0%,
      rgba(251, 246, 238, 0.45) 15%,
      transparent 38%
    ),
url("https://www.lacoccinellabambini.it/wp-content/uploads/2026/08/Foto-Home-La-Coccinella-2.0-1.png");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.lc2-hero__buttons {
  max-width: 530px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
}

.lc2-hero-card {
  min-height: 108px;
  padding: 13px 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 13px;
  color: var(--lc2-green) !important;
  box-shadow: 0 7px 20px rgba(31, 52, 45, 0.10);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lc2-hero-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--lc2-shadow);
}

.lc2-hero-card--girl {
  background: var(--lc2-pink);
}

.lc2-hero-card--boy {
  background: var(--lc2-blue);
}

.lc2-hero-card--swim {
  background: var(--lc2-sage);
}

.lc2-hero-card__icon {
  font-size: 27px;
  line-height: 1;
}

.lc2-hero-card strong {
  margin: 6px 0 1px;
  font-size: 14px;
  letter-spacing: 0.04em;
}

.lc2-hero-card small {
  font-size: 11px;
}


/* CATEGORIE */

.lc2-quick {
  background: #fffdfa;
  border-bottom: 1px solid #eee9e1;
}

.lc2-quick__grid {
  display: grid;
  grid-template-columns: 1.15fr repeat(5, 1fr);
  gap: 16px;
}

.lc2-quick__intro {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lc2-quick__intro h2 {
  margin: 0;
  font-size: 34px;
  font-style: italic;
  line-height: 1.15;
}

.lc2-ladybug {
  margin-top: 15px;
  font-size: 25px;
}

.lc2-category-card {
  padding: 23px 13px;
  border-radius: 16px;
  background: #fff;
  color: var(--lc2-text) !important;
  text-align: center;
  box-shadow: 0 7px 22px rgba(31, 52, 45, 0.07);
  transition: transform 0.2s ease;
}

.lc2-category-card:hover {
  transform: translateY(-5px);
}

.lc2-category-card__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 12px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 29px;
}

.lc2-icon--pink {
  background: #ea7779;
}

.lc2-icon--blue {
  background: #7ea7c6;
}

.lc2-icon--green {
  background: #9caf6d;
}

.lc2-icon--yellow {
  background: #edb634;
}

.lc2-icon--coral {
  background: #e47d72;
}

.lc2-category-card h3 {
  margin: 0 0 7px;
  font-size: 14px;
}

.lc2-category-card p {
  margin: 0;
  color: var(--lc2-muted);
  font-size: 12px;
  line-height: 1.45;
}


/* TITOLI SEZIONI */

.lc2-section-heading {
  margin-bottom: 24px;
}

.lc2-section-heading--left {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.lc2-section-heading h2 {
  margin: 0;
  font-size: 34px;
}

.lc2-section-heading h2 span {
  color: #ec9eaa;
  font-family: Arial, sans-serif;
}

.lc2-section-heading p {
  margin: 3px 0 0;
}

.lc2-section-heading > a {
  color: var(--lc2-green);
  font-weight: 700;
}


/* PRODOTTI WOOCOMMERCE */

.lc2-products__woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 18px !important;
}

.lc2-products__woocommerce ul.products::before,
.lc2-products__woocommerce ul.products::after {
  display: none !important;
}

.lc2-products__woocommerce ul.products li.product {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 0 15px !important;
  overflow: hidden;
  border: 1px solid #eee8e0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(31, 52, 45, 0.06);
}

.lc2-products__woocommerce li.product img {
  margin: 0 0 13px !important;
}

.lc2-products__woocommerce li.product h2,
.lc2-products__woocommerce li.product .price,
.lc2-products__woocommerce li.product .button {
  margin-right: 14px !important;
  margin-left: 14px !important;
}

.lc2-products__woocommerce li.product h2 {
  color: var(--lc2-text) !important;
  font-family: Arial, sans-serif;
  font-size: 14px !important;
  line-height: 1.4;
}

.lc2-products__woocommerce li.product .price {
  color: var(--lc2-green) !important;
  font-weight: 700 !important;
}


/* BANNER ESTATE */

.lc2-season__box {
  min-height: 300px;
  display: grid;
  grid-template-columns: 58% 42%;
  overflow: hidden;
  border-radius: var(--lc2-radius);
  background: linear-gradient(135deg, #dcebf3, #fff7ec);
  box-shadow: var(--lc2-shadow);
}

.lc2-season__visual {
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  background:
    linear-gradient(135deg, rgba(65, 157, 187, 0.35), rgba(255,255,255,0)),
    url("https://www.lacoccinellabambini.it/wp-content/uploads/2026/08/Foto-Home-La-Coccinella-2.0-1.png");
    center / cover no-repeat;
}

.lc2-season__visual-text {
  margin: 25px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.90);
  color: var(--lc2-green);
  font-weight: 700;
}

.lc2-season__content {
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.lc2-season__content h2 {
  margin: 0 0 10px;
  font-size: 43px;
}

.lc2-season__content p {
  margin: 0 0 21px;
  font-size: 16px;
}

.lc2-button {
  width: max-content;
  padding: 12px 22px;
  border-radius: 7px;
  background: var(--lc2-green);
  color: #fff !important;
  font-weight: 700;
}

.lc2-season__ladybug {
  position: absolute;
  right: 35px;
  bottom: 25px;
  font-size: 28px;
}


/* STORIA */

.lc2-story__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px;
  align-items: center;
}

.lc2-story__visual{

	position:relative;
	overflow:hidden;
	border-radius:26px;
	min-height:560px;
	box-shadow:0 30px 70px rgba(0,0,0,.10);

}

.lc2-story__visual img{

	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
	transition:transform .8s ease;

}

.lc2-story__visual:hover img{

	transform:scale(1.03);

}

.lc2-story__overlay{

	position:absolute;
	inset:0;

	display:flex;
	flex-direction:column;
	justify-content:flex-end;

	padding:45px;

	background:
	linear-gradient(
		to top,
		rgba(0,0,0,.42),
		rgba(0,0,0,.08),
		transparent 60%
	);

}

.lc2-story__overlay h3{

	color:#fff;
	font-size:48px;
	font-family:Georgia,serif;
	font-weight:400;
	margin:0 0 12px;

}

.lc2-story__overlay p{

	color:rgba(255,255,255,.92);
	font-size:18px;
	max-width:420px;
	margin:0;

}

.lc2-story__logo {
  color: var(--lc2-green);
  font-family: Georgia, serif;
  font-size: 46px;
}

.lc2-story__visual p {
  max-width: 430px;
}

.lc2-story__content h2 {
  margin: 0 0 16px;
  font-size: 40px;
  line-height: 1.08;
}

.lc2-story__content h2 span {
  color: #e59aa5;
  font-family: Arial, sans-serif;
}

.lc2-story__content > p {
  font-size: 16px;
  line-height: 1.7;
}

.lc2-story__signature {
  margin-top: 18px;
  color: var(--lc2-green);
  font-family: Georgia, serif;
  font-size: 21px;
  font-style: italic;
  text-align: center;
}


/* BRAND */

.lc2-brands {
  padding: 25px 0;
  background: #fffaf4;
}

.lc2-brands h2,
.lc2-why h2 {
  margin: 0 0 20px;
  font-size: 30px;
  text-align: center;
}

.lc2-brands__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 13px;
}

.lc2-brands__grid a {
  min-height: 68px;
  padding: 10px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--lc2-green) !important;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 5px 15px rgba(31, 52, 45, 0.06);
}


/* PERCHÉ NOI */

.lc2-why {
  padding: 35px 0;
}

.lc2-why__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.lc2-why-card {
  padding: 18px;
  display: flex;
  gap: 13px;
  align-items: center;
}

.lc2-why-card > span {
  flex: 0 0 auto;
  font-size: 35px;
}

.lc2-why-card h3 {
  margin: 0 0 4px;
  font-size: 14px;
}

.lc2-why-card p {
  margin: 0;
  color: var(--lc2-muted);
  font-size: 12px;
  line-height: 1.45;
}


/* INSTAGRAM */

.lc2-instagram {
  padding: 30px 0;
  background: #fff5f5;
}

.lc2-instagram__grid {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 28px;
  align-items: center;
}

.lc2-instagram__intro h2 {
  margin: 0 0 7px;
  font-size: 25px;
}

.lc2-instagram__intro p {
  font-size: 12px;
}

.lc2-instagram__intro a {
  color: var(--lc2-green);
  font-weight: 700;
}

.lc2-instagram__tiles {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
}

.lc2-instagram__tiles div {
  aspect-ratio: 1.35;
  border-radius: 9px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--lc2-pink), var(--lc2-blue));
  font-size: 28px;
}


/* TABLET */

@media (max-width: 991px) {

  .lc2-hero {
    grid-template-columns: 1fr;
  }

  .lc2-hero__image {
    order: 1;
    min-height: 450px;
    background-image:
      url("https://www.lacoccinellabambini.it/wp-content/uploads/2026/08/Foto-Home-La-Coccinella-2.0-1.png");
  }

  .lc2-hero__content {
    order: 2;
  }

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

  .lc2-quick__intro {
    grid-column: 1 / -1;
    text-align: center;
  }

  .lc2-products__woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr) !important;
  }

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

  .lc2-why__grid {
    grid-template-columns: repeat(2, 1fr);
  }

}


/* SMARTPHONE */

@media (max-width: 767px) {

  .lc2-section {
    padding: 45px 0;
  }

  .lc2-hero__image {
    min-height: 335px;
    background-position: 57% center;
  }

  .lc2-hero__content {
    margin: -35px 14px 0;
    padding: 30px 19px 25px;
    position: relative;
    z-index: 3;
    border-radius: 24px 24px 0 0;
    background: rgba(255,255,255,0.97);
  }

  .lc2-hero h1 {
    font-size: 43px;
  }

  .lc2-hero__content > p {
    font-size: 15px;
  }

  .lc2-hero__buttons {
    gap: 8px;
  }

  .lc2-hero-card {
    min-height: 87px;
    padding: 8px 4px;
  }

  .lc2-hero-card small {
    display: none;
  }

  .lc2-quick__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lc2-category-card:last-child {
    grid-column: 1 / -1;
  }

  .lc2-section-heading--left {
    display: block;
  }

  .lc2-section-heading > a {
    display: inline-block;
    margin-top: 12px;
  }

  .lc2-products__woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .lc2-season__box,
  .lc2-story__grid {
    grid-template-columns: 1fr;
  }

  .lc2-season__visual {
    min-height: 225px;
  }

  .lc2-season__content {
    padding: 28px;
  }

  .lc2-story__visual {
    min-height: 240px;
  }

  .lc2-story__logo {
    font-size: 35px;
  }

  .lc2-brands__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lc2-why__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .lc2-why-card {
    padding: 12px 6px;
    flex-direction: column;
    text-align: center;
  }

  .lc2-instagram__grid {
    grid-template-columns: 1fr;
  }

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

/* ======================================
   HEADER HOME
====================================== */

.home .header-search-form,
.home .product-search-form,
.home .search-form,
.home .header-search,
.home .product-search {
    display: none !important;
}

.home .header-cart .shopping-cart-dropdown {
    display: none !important;
}}
/* MENU */

.main-menu > li > a{
    padding:28px 24px !important;
    font-size:15px;
    font-weight:600;
    letter-spacing:.05em;
    text-transform:uppercase;
}
.main-menu > li.menu-item:last-child > a{
    color:#d75b61 !important;
    font-weight:700;
}

/* ==================================================
   HOME V2 — RIFINITURA HERO DESKTOP
   ================================================== */

@media (min-width: 992px) {

  .lc2-hero {
    min-height: 640px;
    grid-template-columns: minmax(520px, 47%) minmax(0, 53%);
  }

  .lc2-hero__content {
    padding-top: 76px;
    padding-bottom: 70px;
    padding-left: clamp(50px, 6vw, 110px);
    padding-right: 45px;
  }

  .lc2-hero h1 {
    max-width: 690px;
    margin-bottom: 24px;
    font-size: clamp(58px, 5.4vw, 82px);
    line-height: 0.99;
  }

  .lc2-hero__content > p {
    max-width: 510px;
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 1.7;
  }

  .lc2-hero__image {
    min-height: 640px;
    background-position: 54% center;
  }

  .lc2-hero__buttons {
    max-width: 570px;
    gap: 15px;
  }

  .lc2-hero-card {
    min-height: 122px;
    border-radius: 16px;
  }

  .lc2-hero-card__icon {
    font-size: 31px;
  }

  .lc2-hero-card strong {
    font-size: 15px;
  }

  .lc2-hero-card small {
    font-size: 12px;
  }

} /* chiusura @media desktop */

/* ========================================
   HERO EFFETTO BOUTIQUE
======================================== */

.lc2-hero{

    border-radius:28px;

    overflow:hidden;

    box-shadow:
        0 18px 50px rgba(0,0,0,.08);

    margin-top:35px;

    margin-bottom:55px;
  }
.lc2-hero-card{

    transition:.30s;

    box-shadow:0 8px 22px rgba(0,0,0,.06);

}

.lc2-hero-card:hover{

    transform:translateY(-6px);

    box-shadow:0 18px 35px rgba(0,0,0,.12);

}
.lc2-hero h1 em{

    color:#d66a72;

    font-weight:400;

}
.lc2-hero p{

    color:#555;

    max-width:520px;

}

/* ===================================================
   HEADER
   =================================================== */

/* Logo */

.site-branding img,
.custom-logo-link img,
img.custom-logo {
    width: 250px !important;
    max-width: 100% !important;
    height: auto !important;
}

@media (max-width: 767px) {

    .site-branding img,
    .custom-logo-link img,
    img.custom-logo {

        width: 210px !important;

    }

}

/* Home - Header pulito */

.home .header-search-form,
.home .product-search-form,
.home .search-form,
.home .header-search,
.home .product-search,
.home .header-cart,
.home .cart-contents,
.home .site-header-cart,
.home .top-bar-cart {

    display:none !important;

}

/* ===================================================
   BRAND LOGOS
   =================================================== */

.lc2-brands__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 28px;
	align-items: center;
}

.lc2-brands__grid a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 110px;
	padding: 18px;
	background: #fff;
	border-radius: 14px;
	text-decoration: none;
}

.lc2-brands__grid img {
	display: block;
	width: 100%;
	max-width: 170px;
	max-height: 70px;
	height: auto;
	object-fit: contain;
	filter: grayscale(100%);
	opacity: .78;
	transition: filter .2s ease, opacity .2s ease, transform .2s ease;
}

.lc2-brands__grid a:hover img,
.lc2-brands__grid a:focus-visible img {
	filter: grayscale(0%);
	opacity: 1;
	transform: scale(1.04);
}

.lc2-brands__grid a:focus-visible {
	outline: 3px solid var(--lc2-green);
	outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
	.lc2-brands__grid img {
		transition: none;
	}
}

@media (max-width: 900px) {
	.lc2-brands__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.lc2-brands__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.lc2-brands__grid a {
		min-height: 90px;
		padding: 12px;
	}

	.lc2-brands__grid img {
		max-height: 55px;
	}
}/* ===================================================
   WOOCOMMERCE PRODUCT CARDS
   =================================================== */

.lc2-products ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
	margin: 0 !important;
}

.lc2-products ul.products::before,
.lc2-products ul.products::after {
	display: none !important;
}

.lc2-products ul.products li.product {
	display: flex !important;
	flex-direction: column;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 0 18px !important;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(0, 96, 73, 0.10);
	border-radius: 16px;
	box-shadow: 0 8px 24px rgba(30, 50, 45, 0.06);
	transition:
		transform .2s ease,
		box-shadow .2s ease,
		border-color .2s ease;
}

.lc2-products ul.products li.product:hover {
	transform: translateY(-4px);
	border-color: rgba(0, 96, 73, 0.18);
	box-shadow: 0 14px 30px rgba(30, 50, 45, 0.11);
}

/* Immagine */

.lc2-products ul.products li.product a.woocommerce-LoopProduct-link {
	display: flex;
	flex: 1;
	flex-direction: column;
	text-decoration: none;
}

.lc2-products ul.products li.product img {
	width: 100% !important;
	height: 310px !important;
	margin: 0 0 16px !important;
	object-fit: cover;
	object-position: center;
	border-radius: 0 !important;
}

/* Titolo */

.lc2-products ul.products li.product .woocommerce-loop-product__title {
	min-height: 48px;
	margin: 0 !important;
	padding: 0 16px !important;
	overflow: hidden;
	color: #263932;
	font-size: 15px !important;
	font-weight: 600;
	line-height: 1.55;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

/* Prezzo */

.lc2-products ul.products li.product .price {
	margin: 8px 0 14px !important;
	padding: 0 16px;
	color: #006049 !important;
	font-size: 16px !important;
	font-weight: 700;
}

.lc2-products ul.products li.product .price del {
	margin-right: 5px;
	color: #8c9692 !important;
	font-size: 13px;
	font-weight: 400;
	opacity: .8;
}

.lc2-products ul.products li.product .price ins {
	color: #006049 !important;
	font-weight: 700;
	text-decoration: none;
}

/* Pulsante */

.lc2-products ul.products li.product .button {
	display: block;
	width: calc(100% - 32px);
	margin: auto 16px 0 !important;
	padding: 11px 16px !important;
	border: 0 !important;
	border-radius: 9px !important;
	background: #006049 !important;
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	text-align: center;
	text-transform: none;
	box-shadow: none !important;
	transition:
		background .2s ease,
		transform .2s ease;
}

.lc2-products ul.products li.product .button:hover {
	background: #004f3c !important;
	transform: translateY(-1px);
}

/* Badge offerta */

.lc2-products ul.products li.product .onsale {
	top: 12px !important;
	right: 12px !important;
	left: auto !important;
	min-width: auto !important;
	min-height: auto !important;
	margin: 0 !important;
	padding: 7px 11px !important;
	border-radius: 999px !important;
	background: #df7278 !important;
	color: #fff !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
}

/* Tablet */

@media (max-width: 1000px) {

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

}

/* Smartphone */

@media (max-width: 600px) {

	.lc2-brands__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.lc2-brands__grid a {
		min-height: 90px;
		padding: 14px;
		overflow: hidden;
	}

	.lc2-brands__grid img {
		width: auto;
		max-width: 100%;
		height: auto;
		max-height: 48px;
		object-fit: contain;
		filter: none;
		opacity: 1;
		transform: none;
	}

}
.lc2-brands__grid a {
	overflow: hidden;
}

.lc2-brands__grid img {
	width: auto;
}
/* ===================================================
   HERO CATEGORIE WOOCOMMERCE
   =================================================== */

.tax-product_cat .woocommerce-products-header {
	display: none;
}

.lc2-category-hero {
	min-height: 310px;
	margin: 30px 0 36px;
	display: grid;
    grid-template-columns: minmax(0, 42%) minmax(0, 58%);
	overflow: hidden;
	border-radius: 22px;
	background: #fbf6ee;
	box-shadow: 0 12px 35px rgba(31, 52, 45, 0.09);
}

.lc2-category-hero__content {
	padding: 48px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.lc2-category-hero__label {
	margin-bottom: 12px;
	color: #d65f63;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.lc2-category-hero h1 {
	margin: 0 0 15px;
	color: #0f5b4a;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(38px, 4vw, 58px);
	font-weight: 500;
	line-height: 1.05;
}

.lc2-category-hero p,
.lc2-category-hero__description {
	max-width: 520px;
	margin: 0;
	color: #58635f;
	font-size: 16px;
	line-height: 1.65;
}

.lc2-category-hero__description p {
	margin: 0;
}

.lc2-category-hero__image {
	min-height: 310px;

	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #fbf6ee;
}

@media (max-width: 767px) {

	.lc2-category-hero {
		grid-template-columns: 1fr;
		margin: 18px 0 28px;
	}

	.lc2-category-hero__image {
		order: 1;
		min-height: 230px;
	}

	.lc2-category-hero__content {
		order: 2;
		padding: 28px 22px;
	}

	.lc2-category-hero h1 {
		font-size: 38px;
	}

}

/* ===================================================
   CONTEGGIO E ORDINAMENTO CATEGORIE
   =================================================== */

.tax-product_cat .woocommerce-before-shop-loop {
	margin-bottom: 26px;
}

.tax-product_cat .lc2-result-count {
	float: left;
	margin: 8px 0 24px;
	color: #65716d;
	font-size: 15px;
	line-height: 1.4;
}

.tax-product_cat .woocommerce-ordering {
	float: right;
	margin: 0 0 24px;
}

.tax-product_cat .woocommerce-ordering select {
	min-width: 220px;
	height: 44px;
	padding: 0 38px 0 14px;
	border: 1px solid rgba(15, 91, 74, 0.18);
	border-radius: 10px;
	background-color: #fff;
	color: #263530;
	font-size: 14px;
	cursor: pointer;
	outline: none;
}

.tax-product_cat .woocommerce-ordering select:focus {
	border-color: #0f5b4a;
	box-shadow: 0 0 0 3px rgba(15, 91, 74, 0.08);
}

@media (max-width: 767px) {

	.tax-product_cat .lc2-result-count,
	.tax-product_cat .woocommerce-ordering {
		float: none;
		width: 100%;
	}

	.tax-product_cat .lc2-result-count {
		margin-bottom: 14px;
	}

	.tax-product_cat .woocommerce-ordering select {
		width: 100%;
		min-width: 0;
	}

}

/* ===================================================
   CARD PRODOTTO CATEGORIE — BOUTIQUE MINIMAL
   =================================================== */

.tax-product_cat ul.products {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px !important;
	margin: 0 !important;
}

.tax-product_cat ul.products::before,
.tax-product_cat ul.products::after {
	display: none !important;
}

.tax-product_cat ul.products li.product {
	display: flex !important;
	flex-direction: column;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 0 20px !important;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(15, 91, 74, 0.09);
	border-radius: 18px;
	box-shadow: 0 8px 25px rgba(31, 52, 45, 0.06);
	transition:
		transform .25s ease,
		box-shadow .25s ease,
		border-color .25s ease;
}

.tax-product_cat ul.products li.product:hover {
	transform: translateY(-5px);
	border-color: rgba(15, 91, 74, 0.18);
	box-shadow: 0 16px 34px rgba(31, 52, 45, 0.11);
}

/* Collegamento e immagine */

.tax-product_cat ul.products li.product
a.woocommerce-LoopProduct-link {
	display: flex;
	flex: 1;
	flex-direction: column;
	text-decoration: none;
}

.tax-product_cat ul.products li.product img {
	width: 100% !important;
	height: 390px !important;
	margin: 0 0 18px !important;
	object-fit: cover;
	object-position: center;
	border-radius: 0 !important;
	transition: transform .35s ease;
}

.tax-product_cat ul.products li.product:hover img {
	transform: scale(1.025);
}

/* Titolo */

.tax-product_cat ul.products li.product
.woocommerce-loop-product__title {
	min-height: 48px;
	margin: 0 !important;
	padding: 0 18px !important;
	overflow: hidden;
	color: #263530 !important;
	font-family: Arial, sans-serif !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	line-height: 1.55 !important;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

/* Prezzo */

.tax-product_cat ul.products li.product .price {
	margin: 9px 0 16px !important;
	padding: 0 18px;
	color: #0f5b4a !important;
	font-size: 17px !important;
	font-weight: 700 !important;
}

.tax-product_cat ul.products li.product .price del {
	margin-right: 6px;
	color: #929a97 !important;
	font-size: 13px;
	font-weight: 400;
	opacity: .85;
}

.tax-product_cat ul.products li.product .price ins {
	color: #0f5b4a !important;
	font-weight: 700;
	text-decoration: none;
}

/* Pulsante */

.tax-product_cat ul.products li.product .button {
	display: block;
	width: calc(100% - 36px);
	margin: auto 18px 0 !important;
	padding: 12px 16px !important;
	border: 1px solid #0f5b4a !important;
	border-radius: 9px !important;
	background: #fff !important;
	color: #0f5b4a !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	text-align: center;
	box-shadow: none !important;
	transition: background .2s ease, color .2s ease;
}

.tax-product_cat ul.products li.product .button:hover {
	background: #0f5b4a !important;
	color: #fff !important;
}

/* Badge offerta */

.tax-product_cat ul.products li.product .onsale {
	top: 14px !important;
	right: 14px !important;
	left: auto !important;
	min-width: auto !important;
	min-height: auto !important;
	margin: 0 !important;
	padding: 7px 12px !important;
	border-radius: 999px !important;
	background: #d65f63 !important;
	color: #fff !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
}

/* Tablet */

@media (max-width: 991px) {

	.tax-product_cat ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px !important;
	}

	.tax-product_cat ul.products li.product img {
		height: 340px !important;
	}

}

/* Smartphone */

@media (max-width: 600px) {

	.tax-product_cat ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 11px !important;
	}

	.tax-product_cat ul.products li.product {
		padding-bottom: 12px !important;
		border-radius: 12px;
	}

	.tax-product_cat ul.products li.product img {
		height: 225px !important;
		margin-bottom: 12px !important;
	}

	.tax-product_cat ul.products li.product
	.woocommerce-loop-product__title {
		min-height: 42px;
		padding: 0 11px !important;
		font-size: 13px !important;
		line-height: 1.45 !important;
	}

	.tax-product_cat ul.products li.product .price {
		margin: 7px 0 10px !important;
		padding: 0 11px;
		font-size: 14px !important;
	}

	.tax-product_cat ul.products li.product .button {
		width: calc(100% - 22px);
		margin-right: 11px !important;
		margin-left: 11px !important;
		padding: 9px 8px !important;
		font-size: 12px !important;
	}

}

/* ===================================================
   MARCHIO CARD
   =================================================== */

.lc2-brand{

    margin:0 18px 8px;

    font-size:11px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

    color:#0f5b4a;

    opacity:.85;

}

/* ===================================================
   SCHEDA PRODOTTO — BOUTIQUE MINIMAL
   =================================================== */

.single-product div.product {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
	gap: 55px;
	align-items: start;
	margin-top: 45px;
	margin-bottom: 60px;
}

/* Galleria prodotto */

.single-product div.product div.images {
	width: 100% !important;
	margin: 0 !important;
}

.single-product div.product div.images img {
	width: 100%;
	border-radius: 18px;
	background: #f7f4ef;
}

/* Area informazioni */

.single-product div.product div.summary {
	width: 100% !important;
	margin: 0 !important;
	padding: 18px 0;
}

/* Titolo */

.single-product .product_title {
	margin: 0 0 14px !important;
	color: #263530;
	font-size: clamp(29px, 3vw, 42px);
	font-weight: 500;
	line-height: 1.12;
	letter-spacing: -.6px;
}

/* Prezzo */

.single-product div.product p.price {
	margin: 0 0 24px !important;
	color: #0f5b4a !important;
	font-size: 26px !important;
	font-weight: 700 !important;
}

.single-product div.product p.price del {
	margin-right: 8px;
	color: #969d99 !important;
	font-size: 17px;
	font-weight: 400;
	opacity: .8;
}

.single-product div.product p.price ins {
	color: #0f5b4a !important;
	text-decoration: none;
}

/* Informazioni sconto */

.single-product .summary table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
}

.single-product .summary table th,
.single-product .summary table td {
	padding: 7px 0;
	border: 0;
	background: transparent;
	font-size: 13px;
	text-align: left;
}

/* Varianti */

.single-product .variations {
	margin: 20px 0 !important;
}

.single-product .variations tr {
	display: block;
	margin-bottom: 14px;
}

.single-product .variations th,
.single-product .variations td {
	display: block;
	width: 100%;
}

.single-product .variations label {
	display: block;
	margin-bottom: 8px;
	color: #263530;
	font-size: 14px;
	font-weight: 700;
}

.single-product .variations select {
	width: 100% !important;
	min-height: 50px;
	padding: 0 45px 0 15px;
	border: 1px solid rgba(15, 91, 74, .22);
	border-radius: 10px;
	background-color: #fff;
	color: #263530;
	font-size: 15px;
	outline: none;
	cursor: pointer;
}

.single-product .variations select:focus {
	border-color: #0f5b4a;
	box-shadow: 0 0 0 3px rgba(15, 91, 74, .08);
}

.single-product .reset_variations {
	display: inline-block;
	margin-top: 8px;
	color: #65716d !important;
	font-size: 12px;
	text-decoration: underline;
}

/* Quantità */

.single-product .quantity {
	margin-right: 10px !important;
}

.single-product .quantity .qty {
	width: 70px !important;
	height: 52px;
	border: 1px solid rgba(15, 91, 74, .22);
	border-radius: 10px;
	background: #fff;
	color: #263530;
	font-size: 15px;
	text-align: center;
}

/* Pulsante carrello */

.single-product button.single_add_to_cart_button {
	min-height: 52px;
	padding: 13px 28px !important;
	border: 1px solid #0f5b4a !important;
	border-radius: 10px !important;
	background: #0f5b4a !important;
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	letter-spacing: .2px;
	box-shadow: none !important;
	transition:
		transform .2s ease,
		background .2s ease;
}

.single-product button.single_add_to_cart_button:hover {
	background: #0b493c !important;
	transform: translateY(-1px);
}

/* Pulsanti + / - quantità */

.single-product .quantity {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.single-product .quantity button,
.single-product .quantity .minus,
.single-product .quantity .plus {
	width: 38px;
	height: 38px;
	padding: 0 !important;
	border: 1px solid rgba(15, 91, 74, .22) !important;
	border-radius: 9px !important;
	background: #fff !important;
	color: #0f5b4a !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	line-height: 1 !important;
	cursor: pointer;
	box-shadow: none !important;
	transition:
		background .18s ease,
		color .18s ease,
		border-color .18s ease,
		transform .18s ease;
}

.single-product .quantity button:hover,
.single-product .quantity .minus:hover,
.single-product .quantity .plus:hover {
	background: #0f5b4a !important;
	border-color: #0f5b4a !important;
	color: #fff !important;
	transform: translateY(-1px);
}

/* Codice e categorie */

.single-product .product_meta {
	margin-top: 24px;
	padding-top: 18px;
	border-top: 1px solid rgba(15, 91, 74, .10);
	color: #78817e;
	font-size: 12px;
	line-height: 1.8;
}

.single-product .product_meta a {
	color: #0f5b4a;
}

/* Tab informazioni */

.single-product .woocommerce-tabs {
	grid-column: 1 / -1;
	margin-top: 30px;
}

.single-product .woocommerce-tabs ul.tabs {
	margin: 0 !important;
	padding: 0 !important;
	border-bottom: 1px solid rgba(15, 91, 74, .13);
}

.single-product .woocommerce-tabs ul.tabs::before,
.single-product .woocommerce-tabs ul.tabs li::before,
.single-product .woocommerce-tabs ul.tabs li::after {
	display: none !important;
}

.single-product .woocommerce-tabs ul.tabs li {
	margin: 0 22px 0 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

.single-product .woocommerce-tabs ul.tabs li a {
	padding: 14px 0 !important;
	color: #78817e !important;
	font-size: 14px;
	font-weight: 600 !important;
}

.single-product .woocommerce-tabs ul.tabs li.active a {
	color: #0f5b4a !important;
	border-bottom: 2px solid #0f5b4a;
}

.single-product .woocommerce-tabs .panel {
	margin: 0 !important;
	padding: 26px 0 !important;
	color: #4f5c57;
}

/* Prodotti correlati */

.single-product .related.products {
	grid-column: 1 / -1;
	margin-top: 35px;
}

.single-product .related.products > h2 {
	margin-bottom: 28px;
	color: #263530;
	font-size: 28px;
	font-weight: 500;
}

/* Tablet e smartphone */

@media (max-width: 991px) {

	.single-product div.product {
		grid-template-columns: 1fr;
		gap: 25px;
		margin-top: 25px;
	}

	.single-product div.product div.summary {
		padding-top: 0;
	}

}

@media (max-width: 600px) {

	.single-product div.product {
		margin-top: 15px;
	}

	.single-product .product_title {
		font-size: 28px;
	}

	.single-product div.product p.price {
		font-size: 22px !important;
	}

	.single-product form.cart {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}

	.single-product .quantity {
		margin: 0 !important;
	}

	.single-product button.single_add_to_cart_button {
		flex: 1;
	}

}

/* ===================================================
   PULSANTI TAGLIA — SCHEDA PRODOTTO
   =================================================== */

.single-product .lc2-original-select {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.single-product .lc2-size-swatches {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin: 2px 0 8px;
}

.single-product .lc2-size-swatch {
	min-width: 55px;
	height: 44px;
	padding: 0 14px;
	border: 1px solid rgba(15, 91, 74, .22);
	border-radius: 9px;
	background: #fff;
	color: #263530;
	font-family: inherit;
	font-size: 13px;
	font-weight: 650;
	line-height: 1;
	cursor: pointer;
	box-shadow: none;
	transition:
		background .18s ease,
		border-color .18s ease,
		color .18s ease,
		transform .18s ease;
}

.single-product .lc2-size-swatch:hover:not(:disabled) {
	border-color: #0f5b4a;
	color: #0f5b4a;
	transform: translateY(-1px);
}

.single-product .lc2-size-swatch.is-selected {
	border-color: #0f5b4a;
	background: #0f5b4a;
	color: #fff;
}

.single-product .lc2-size-swatch.is-disabled,
.single-product .lc2-size-swatch:disabled {
	border-color: #dedfdd;
	background:
		linear-gradient(
			to top right,
			transparent 47%,
			#c9ccc9 48%,
			#c9ccc9 52%,
			transparent 53%
		),
		#f5f5f3;
	color: #a6aaa7;
	cursor: not-allowed;
	opacity: .72;
}

.single-product .variations .value {
	position: relative;
}

@media (max-width: 600px) {

	.single-product .lc2-size-swatches {
		gap: 7px;
	}

	.single-product .lc2-size-swatch {
		min-width: 49px;
		height: 42px;
		padding: 0 10px;
		font-size: 12px;
	}

}

/* ===================================================
   FOOTER PREMIUM — LA COCCINELLA
   =================================================== */

.lc2-premium-footer {
	position: relative;
	margin-top: 80px;
	background: #173f35;
	color: rgba(255, 255, 255, .82);
	font-size: 14px;
	line-height: 1.65;
}

.lc2-footer-container {
	width: min(1180px, calc(100% - 40px));
	margin-right: auto;
	margin-left: auto;
}


/* Barra servizi */

.lc2-footer-service-bar {
	background: #f5f2eb;
	color: #263530;
}

.lc2-footer-services {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lc2-footer-service {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-height: 105px;
	padding: 22px 30px;
	border-right: 1px solid rgba(15, 91, 74, .1);
}

.lc2-footer-service:last-child {
	border-right: 0;
}

.lc2-footer-service__icon {
	display: grid;
	flex: 0 0 52px;
	width: 52px;
	height: 52px;
	place-items: center;
	border: 1px solid rgba(15, 91, 74, .18);
	border-radius: 50%;
	background: #ffffff;
	color: #0f5b4a;
	box-shadow: 0 6px 16px rgba(15, 91, 74, .08);
}

.lc2-footer-service strong,
.lc2-footer-service span {
	display: block;
}

.lc2-footer-service strong {
	margin-bottom: 1px;
	color: #173f35;
	font-size: 14px;
	font-weight: 750;
}

.lc2-footer-service div > span {
	color: #74807c;
	font-size: 12px;
}


/* Corpo principale */

.lc2-footer-main {
	padding: 75px 0 67px;
}

.lc2-footer-grid {
	display: grid;
	grid-template-columns:
		minmax(260px, 1.5fr)
		repeat(3, minmax(150px, .8fr));
	gap: 58px;
}

.lc2-footer-brand__title {
	margin-bottom: 15px;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(31px, 3vw, 43px);
	font-weight: 400;
	line-height: 1;
	letter-spacing: -.8px;
}

.lc2-footer-brand__claim {
	max-width: 360px;
	margin: 0 0 15px;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	line-height: 1.45;
}

.lc2-footer-brand__text {
	max-width: 370px;
	margin: 0;
	color: rgba(255, 255, 255, .66);
}

.lc2-footer-ladybug {
	margin-top: 22px;
	font-size: 25px;
	filter: saturate(.72);
}

.lc2-footer-column h3 {
	position: relative;
	margin: 2px 0 22px;
	padding-bottom: 12px;
	color: #fff;
	font-size: 13px;
	font-weight: 750;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.lc2-footer-column h3::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 27px;
	height: 1px;
	background: rgba(255, 255, 255, .42);
}

.lc2-footer-column ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.lc2-footer-column li {
	margin: 0 0 9px;
}

.lc2-footer-column a {
	color: rgba(255, 255, 255, .73);
	text-decoration: none;
	transition:
		color .18s ease,
		transform .18s ease;
}

.lc2-footer-column li a {
	display: inline-block;
}

.lc2-footer-column a:hover {
	color: #fff;
}

.lc2-footer-column li a:hover {
	transform: translateX(3px);
}

.lc2-footer-contact p {
	margin: 0 0 17px;
	color: rgba(255, 255, 255, .69);
}

.lc2-footer-contact strong {
	color: #fff;
	font-weight: 700;
}


/* Barra inferiore */

.lc2-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, .1);
	background: rgba(0, 0, 0, .08);
}

.lc2-footer-bottom__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	min-height: 72px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.lc2-footer-bottom p {
	margin: 0;
	color: rgba(255, 255, 255, .52);
	font-size: 12px;
}

.lc2-footer-bottom__signature span {
	margin-left: 4px;
	color: rgba(255, 255, 255, .8);
}


/* Nasconde il vecchio footer del tema */

.site-footer:not(.lc2-premium-footer),
.footer-credits,
.footer-copyright {
	display: none !important;
}


/* Tablet */

@media (max-width: 991px) {

	.lc2-premium-footer {
		margin-top: 60px;
	}

	.lc2-footer-services {
		grid-template-columns: 1fr;
	}

	.lc2-footer-service {
		justify-content: flex-start;
		min-height: auto;
		border-right: 0;
		border-bottom: 1px solid rgba(15, 91, 74, .1);
	}

	.lc2-footer-service:last-child {
		border-bottom: 0;
	}

	.lc2-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 48px 35px;
	}

	.lc2-footer-brand {
		grid-column: 1 / -1;
	}

}


/* Smartphone */

@media (max-width: 600px) {

	.lc2-premium-footer {
		margin-top: 45px;
	}

	.lc2-footer-container {
		width: calc(100% - 30px);
	}

	.lc2-footer-service {
		padding: 18px 5px;
	}

	.lc2-footer-main {
		padding: 52px 0 42px;
	}

	.lc2-footer-grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.lc2-footer-brand {
		grid-column: auto;
	}

	.lc2-footer-brand__title {
		font-size: 34px;
	}

	.lc2-footer-brand__claim {
		font-size: 17px;
	}

	.lc2-footer-bottom__inner {
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		gap: 4px;
		min-height: 88px;
	}

}

/* ===================================================
   INSTAGRAM PREMIUM
   =================================================== */

.lc2-instagram-section {
	position: relative;
	padding: 92px 0;
	overflow: hidden;
	background:
		radial-gradient(
			circle at 12% 15%,
			rgba(15, 91, 74, .065),
			transparent 30%
		),
		linear-gradient(
			180deg,
			#fbfaf7 0%,
			#f5f2eb 100%
		);
}

.lc2-instagram-section::before {
	content: "";
	position: absolute;
	top: -95px;
	right: -95px;
	width: 240px;
	height: 240px;
	border: 1px solid rgba(15, 91, 74, .08);
	border-radius: 50%;
}

.lc2-instagram-heading {
	max-width: 650px;
	margin: 0 auto 42px;
	text-align: center;
}

.lc2-instagram-heading__eyebrow {
	display: inline-block;
	margin-bottom: 10px;
	color: #0f5b4a;
	font-size: 11px;
	font-weight: 750;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.lc2-instagram-heading h2 {
	margin: 0 0 14px;
	color: #173f35;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(34px, 4.2vw, 54px);
	font-weight: 400;
	line-height: 1.08;
	letter-spacing: -1px;
}

.lc2-instagram-heading p {
	max-width: 540px;
	margin: 0 auto 22px;
	color: #6d7975;
	font-size: 15px;
	line-height: 1.75;
}

.lc2-instagram-profile {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: #173f35;
	font-size: 14px;
	font-weight: 750;
	text-decoration: none;
}

.lc2-instagram-profile__icon {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border: 1px solid rgba(15, 91, 74, .18);
	border-radius: 50%;
	background: rgba(255, 255, 255, .68);
	color: #0f5b4a;
}

.lc2-instagram-profile:hover {
	color: #0f5b4a;
}


/* Griglia */

.lc2-instagram-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.lc2-instagram-card {
	position: relative;
	display: block;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 15px;
	background: #e8e4dc;
	box-shadow: 0 14px 38px rgba(32, 49, 43, .08);
	text-decoration: none;
}

.lc2-instagram-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .5s ease;
}

.lc2-instagram-card:hover img {
	transform: scale(1.045);
}


/* Placeholder temporaneo */

.lc2-instagram-card.is-placeholder {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 25px;
	background:
		linear-gradient(
			145deg,
			rgba(255, 255, 255, .92),
			rgba(237, 234, 226, .95)
		);
	border: 1px solid rgba(15, 91, 74, .08);
	color: #0f5b4a;
}

.lc2-instagram-card.is-placeholder::before {
	content: "";
	position: absolute;
	top: 14px;
	right: 14px;
	bottom: 14px;
	left: 14px;
	border: 1px solid rgba(15, 91, 74, .07);
	border-radius: 10px;
	pointer-events: none;
}

.lc2-instagram-card__placeholder-icon {
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	border-radius: 50%;
	background: rgba(15, 91, 74, .07);
}

.lc2-instagram-card__placeholder-text {
	color: #65716d;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
	text-align: center;
}


/* Overlay al passaggio */

.lc2-instagram-card__overlay {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: rgba(15, 63, 52, .78);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	opacity: 0;
	transform: scale(1.02);
	transition:
		opacity .25s ease,
		transform .25s ease;
}

.lc2-instagram-card:hover .lc2-instagram-card__overlay {
	opacity: 1;
	transform: scale(1);
}

.lc2-instagram-card__overlay-icon {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .4);
	border-radius: 50%;
}


/* Pulsante */

.lc2-instagram-action {
	margin-top: 38px;
	text-align: center;
}

.lc2-instagram-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 13px;
	min-height: 49px;
	padding: 0 27px;
	border: 1px solid #0f5b4a;
	border-radius: 10px;
	background: #0f5b4a;
	color: #fff;
	font-size: 13px;
	font-weight: 750;
	text-decoration: none;
	box-shadow: 0 10px 22px rgba(15, 91, 74, .14);
}

.lc2-instagram-button:hover {
	background: #173f35;
	border-color: #173f35;
	color: #fff;
	transform: translateY(-2px);
}

.lc2-instagram-button span {
	font-size: 18px;
	transition: transform .2s ease;
}

.lc2-instagram-button:hover span {
	transform: translateX(4px);
}


/* Tablet */

@media (max-width: 900px) {

	.lc2-instagram-section {
		padding: 70px 0;
	}

	.lc2-instagram-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

}


/* Smartphone */

@media (max-width: 600px) {

	.lc2-instagram-section {
		padding: 55px 0;
	}

	.lc2-instagram-heading {
		margin-bottom: 30px;
	}

	.lc2-instagram-heading h2 {
		font-size: 34px;
	}

	.lc2-instagram-heading p {
		font-size: 14px;
	}

	.lc2-instagram-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 9px;
	}

	.lc2-instagram-card {
		border-radius: 10px;
	}

	.lc2-instagram-card__placeholder-icon {
		width: 43px;
		height: 43px;
	}

	.lc2-instagram-card__placeholder-icon svg {
		width: 22px;
		height: 22px;
	}

	.lc2-instagram-card__placeholder-text {
		font-size: 12px;
	}

	.lc2-instagram-card__overlay span:last-child {
		display: none;
	}

}

/* ===================================================
   BANNER AUTUNNO INVERNO 2026/27
   =================================================== */

.lc2-season--autumn .lc2-season__visual {
	position: relative;
	overflow: hidden;
	min-height: 390px;
	background: #e8ded1;
}

.lc2-season--autumn .lc2-season__visual img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 390px;
	object-fit: cover;
	object-position: center;
	transition: transform .7s ease;
}

.lc2-season--autumn .lc2-season__visual:hover img {
	transform: scale(1.025);
}

.lc2-season--autumn .lc2-season__visual-text {
	position: absolute;
	right: auto;
	bottom: 25px;
	left: 25px;
}

.lc2-season--autumn .lc2-season__visual-text span {
	display: inline-flex;
	align-items: center;
	min-height: 43px;
	padding: 0 19px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .92);
	color: #0f5b4a;
	font-size: 13px;
	font-weight: 750;
	box-shadow: 0 8px 24px rgba(37, 42, 39, .1);
	backdrop-filter: blur(7px);
}

.lc2-season--autumn .lc2-season__content {
	background:
		radial-gradient(
			circle at 90% 10%,
			rgba(177, 122, 75, .1),
			transparent 34%
		),
		#f8f4ed;
}

.lc2-season__eyebrow {
	display: block;
	margin-bottom: 10px;
	color: #9c6845;
	font-size: 11px;
	font-weight: 750;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.lc2-season--autumn .lc2-season__content h2 {
	margin-bottom: 17px;
	line-height: 1.08;
}

.lc2-season--autumn .lc2-season__content p {
	max-width: 470px;
	margin-bottom: 25px;
}

@media (max-width: 900px) {

	.lc2-season--autumn .lc2-season__visual,
	.lc2-season--autumn .lc2-season__visual img {
		min-height: 340px;
	}

}

@media (max-width: 600px) {

	.lc2-season--autumn .lc2-season__visual,
	.lc2-season--autumn .lc2-season__visual img {
		min-height: 300px;
	}

	.lc2-season--autumn .lc2-season__visual img {
		object-position: center;
	}

	.lc2-season--autumn .lc2-season__visual-text {
		right: 15px;
		bottom: 15px;
		left: 15px;
	}

	.lc2-season--autumn .lc2-season__visual-text span {
		min-height: 39px;
		padding: 0 14px;
		font-size: 11px;
	}

	.lc2-season--autumn .lc2-season__content h2 br {
		display: none;
	}

}

.lc2-footer-whatsapp-box span {
	display: inline-block;
	margin-top: 4px;
	color: rgba(255, 255, 255, .68);
	font-size: 12px;
	line-height: 1.5;
}

.lc2-footer-whatsapp {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 11px;
	padding: 10px 18px;
	border-radius: 999px;
	background: #25d366;
	color: #fff !important;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 8px 20px rgba(37, 211, 102, .22);
	transition:
		background .2s ease,
		transform .2s ease,
		box-shadow .2s ease;
}

.lc2-footer-whatsapp:hover {
	background: #1faa59;
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(37, 211, 102, .32);
}

/* ===================================================
   VIENI A TROVARCI
   =================================================== */

.lc2-visit {
	padding: 80px 0 95px;
	background:
		radial-gradient(
			circle at 12% 15%,
			rgba(221, 235, 224, .65),
			transparent 30%
		),
		#faf8f3;
}

.lc2-visit__card {
	position: relative;
	overflow: hidden;
	border-radius: 26px;
	background: #fff;
	box-shadow: 0 22px 60px rgba(34, 57, 48, .10);
}

.lc2-visit__image {
	position: relative;
	overflow: hidden;
	height: 520px;
	background: #e8e1d6;
}

.lc2-visit__image::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(
			to bottom,
			transparent 62%,
			rgba(18, 40, 32, .12)
		);
	pointer-events: none;
}

.lc2-visit__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform .9s ease;
}

.lc2-visit__card:hover .lc2-visit__image img {
	transform: scale(1.018);
}

.lc2-visit__content {
	position: relative;
	display: grid;
	grid-template-columns: 1.05fr 1fr auto;
	align-items: center;
	gap: 42px;
	margin: -58px 38px 38px;
	padding: 34px 38px;
	border: 1px solid rgba(21, 91, 72, .10);
	border-radius: 22px;
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 18px 44px rgba(30, 52, 44, .13);
	backdrop-filter: blur(12px);
	z-index: 2;
}

.lc2-visit__eyebrow {
	display: block;
	margin-bottom: 8px;
	color: #9b6d4a;
	font-size: 11px;
	font-weight: 750;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.lc2-visit__heading h2 {
	margin: 0;
	color: #125c49;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(34px, 3.5vw, 54px);
	font-weight: 500;
	line-height: 1.02;
}

.lc2-visit__heading h2 span {
	display: inline-block;
	margin-left: 5px;
	font-size: .45em;
	vertical-align: top;
	transform: rotate(-8deg);
}

.lc2-visit__details {
	color: #424942;
}

.lc2-visit__address {
	display: flex;
	align-items: flex-start;
	gap: 13px;
	margin-bottom: 13px;
}

.lc2-visit__address svg {
	flex: 0 0 25px;
	width: 25px;
	height: 25px;
	margin-top: 1px;
	color: #125c49;
}

.lc2-visit__address p {
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
}

.lc2-visit__text {
	max-width: 410px;
	margin: 0;
	color: #697069;
	font-size: 14px;
	line-height: 1.65;
}

.lc2-visit__buttons {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 10px;
	min-width: 210px;
}

.lc2-visit__buttons a {
	min-height: 47px;
	white-space: nowrap;
}

.lc2-visit__whatsapp {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 11px 18px;
	border-radius: 999px;
	background: #25d366;
	color: #fff !important;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 8px 20px rgba(37, 211, 102, .20);
	transition:
		transform .2s ease,
		background .2s ease,
		box-shadow .2s ease;
}

.lc2-visit__whatsapp svg {
	width: 19px;
	height: 19px;
}

.lc2-visit__whatsapp:hover {
	background: #1faf58;
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: 0 12px 26px rgba(37, 211, 102, .30);
}

@media (max-width: 1050px) {

	.lc2-visit__content {
		grid-template-columns: 1fr 1fr;
	}

	.lc2-visit__buttons {
		grid-column: 1 / -1;
		flex-direction: row;
		min-width: 0;
	}

	.lc2-visit__buttons a {
		flex: 1;
	}

}

@media (max-width: 720px) {

	.lc2-visit {
		padding: 55px 0 65px;
	}

	.lc2-visit__card {
		border-radius: 20px;
	}

	.lc2-visit__image {
		height: 330px;
	}

	.lc2-visit__content {
		display: block;
		margin: -28px 15px 15px;
		padding: 27px 22px;
		border-radius: 18px;
	}

	.lc2-visit__heading {
		margin-bottom: 22px;
	}

	.lc2-visit__heading h2 {
		font-size: 38px;
	}

	.lc2-visit__details {
		margin-bottom: 23px;
	}

	.lc2-visit__buttons {
		display: flex;
		flex-direction: column;
	}

	.lc2-visit__buttons a {
		width: 100%;
	}

}

@media (max-width: 430px) {

	.lc2-visit__image {
		height: 270px;
	}

	.lc2-visit__image img {
		object-position: center center;
	}

	.lc2-visit__heading h2 {
		font-size: 34px;
	}

}

/* ===================================================
   THEME SIGNATURE
   =================================================== */

.lc2-site-signature{

	margin-top:14px;

	font-size:11px;

	letter-spacing:.08em;

	text-transform:uppercase;

	text-align:center;

	color:rgba(255,255,255,.55);

}

.lc2-site-signature strong{

	color:rgba(255,255,255,.82);

	font-weight:600;

}

.lc2-site-signature:hover{

	color:rgba(255,255,255,.80);

	transition:.30s;

}

.lc2-site-signature:hover strong{

	color:#ffffff;

}

/* ===================================================
   INSTAGRAM LIVE — CORREZIONE DEFINITIVA
   =================================================== */

.lc2-instagram-grid--live {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	display: block;
}

/* Contenitore principale Smash Balloon */

.lc2-instagram-grid--live #sb_instagram {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 auto !important;
	padding: 0 !important;
	float: none !important;
}

/* Griglia */

.lc2-instagram-grid--live #sbi_images {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 18px !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 auto !important;
	padding: 0 !important;
}

/* Annulla la larghezza piccola applicata dal plugin */

.lc2-instagram-grid--live #sbi_images .sbi_item {
	width: 100% !important;
	max-width: none !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}

/* Contenitore foto */

.lc2-instagram-grid--live .sbi_photo_wrap {
	width: 100% !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	border-radius: 15px;
	background: #e8e4dc;
	box-shadow: 0 14px 38px rgba(32, 49, 43, .08);
}

/* Link immagine */

.lc2-instagram-grid--live .sbi_photo {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 1 / 1;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	background-position: center !important;
	background-size: cover !important;
}

/* Immagine vera */

.lc2-instagram-grid--live .sbi_photo img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	object-fit: cover !important;
	object-position: center !important;
	transition: transform .45s ease;
}

/* Effetto hover */

.lc2-instagram-grid--live .sbi_item:hover .sbi_photo img {
	transform: scale(1.04);
}

/* Nasconde gli elementi del plugin che non servono */

.lc2-instagram-grid--live .sb_instagram_header,
.lc2-instagram-grid--live #sbi_load,
.lc2-instagram-grid--live .sbi_load_btn,
.lc2-instagram-grid--live .sbi_follow_btn {
	display: none !important;
}

/* Tablet */

@media (max-width: 900px) {

	.lc2-instagram-grid--live #sbi_images {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 14px !important;
	}

}

/* Smartphone */

@media (max-width: 600px) {

	.lc2-instagram-grid--live {
		width: 100%;
	}

	.lc2-instagram-grid--live #sbi_images {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 9px !important;
	}

	.lc2-instagram-grid--live .sbi_photo_wrap {
		border-radius: 10px;
	}

}

/* ===================================================
   INSTAGRAM LIVE - Smash Balloon
   =================================================== */

.lc2-instagram-grid--live{
    max-width:1100px;
    margin:0 auto;
}

.lc2-instagram-grid--live #sb_instagram{
    width:100%;
}

.lc2-instagram-grid--live #sbi_images{
    display:grid !important;
    grid-template-columns:repeat(3,1fr) !important;
    gap:18px !important;
}

.lc2-instagram-grid--live .sbi_item{
    width:100% !important;
    padding:0 !important;
    margin:0 !important;
}

.lc2-instagram-grid--live .sbi_photo_wrap{
    width:100% !important;
}

.lc2-instagram-grid--live .sbi_photo{
    display:block !important;
    width:100% !important;
    aspect-ratio:1/1;
    background-size:cover !important;
    background-position:center !important;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 14px 38px rgba(32,49,43,.08);
    transition:transform .35s ease;
}

.lc2-instagram-grid--live .sbi_photo:hover{
    transform:scale(1.03);
}

.lc2-instagram-grid--live #sbi_load{
    display:none !important;
}

.lc2-instagram-grid--live .sbi_follow_btn{
    display:none !important;
}

@media(max-width:900px){

    .lc2-instagram-grid--live #sbi_images{
        grid-template-columns:repeat(2,1fr)!important;
        gap:14px!important;
    }

}

@media(max-width:600px){

    .lc2-instagram-grid--live #sbi_images{
        gap:9px!important;
    }

    .lc2-instagram-grid--live .sbi_photo{
        border-radius:10px;
    }

}

/* Pulsanti +/- quantità scheda prodotto */
.single-product button.minus,
.single-product button.plus {
	width: 38px !important;
	height: 38px !important;
	min-width: 38px !important;
	padding: 0 !important;
	margin-left: 6px !important;

	border: 1px solid rgba(15, 91, 74, .25) !important;
	border-radius: 9px !important;

	background: #fff !important;
	color: #0f5b4a !important;

	font-size: 18px !important;
	font-weight: 600 !important;
	line-height: 1 !important;

	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;

	box-shadow: none !important;
	cursor: pointer;
}

.single-product button.minus:hover,
.single-product button.plus:hover {
	background: #0f5b4a !important;
	color: #fff !important;
	border-color: #0f5b4a !important;
}

/* =========================================
   HOME MOBILE - FOTO HERO SEMPRE VISIBILE
   ========================================= */

@media (max-width: 767px) {

  .lc2-hero__image {
    display: block !important;
    min-height: 330px !important;

    background-image:
      url("https://www.lacoccinellabambini.it/wp-content/uploads/2026/08/Foto-Home-La-Coccinella-2.0-1.png"); !important;

    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: 60% center !important;
  }

}

@media (max-width: 991px) {
  .lc-hero-v2__image {
    background: none !important;
    background-image: url("https://www.lacoccinellabambini.it/wp-content/uploads/2026/08/Foto-Home-La-Coccinella-2.0-1.png"); !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    min-height: 420px !important;
    display: block !important;
  }
}