/** Shopify CDN: Minification failed

Line 60:0 Unexpected "#"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:lp-calcio-magnesio (INDEX:21) */
#lp-cm .lp-how-bg .lp-section-title,
#lp-cm .lp-how-inner h2 {
  color: #ffffff !important;
}
#lp-cm .lp-offer-bg .lp-section-title,
#lp-cm .lp-offer-inner h2 {
  color: #ffffff !important;
}

/* ===== RESET & BASE ===== */
#lp-cm * { box-sizing: border-box; margin: 0; padding: 0; }
#lp-cm {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  color: #1a1a1a;
  background: #fff;
}
#lp-cm a { text-decoration: none; color: inherit; }
#lp-cm img { max-width: 100%; height: auto; display: block; }

/* ===== VARIABLES ===== */
:root {
  --green: #2d6a4f;
  --green-dark: #1b4332;
  --green-light: #d8f3dc;
  --gold: #c9a84c;
  --red-strike: #999;
  --radius: 12px;
}

/* ===== HEADER ===== */
#lp-cm .lp-header {
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
#lp-cm .lp-logo {
  font-size: 24px;
  font-weight: 800;
  color: var(--green);
  letter-spacing: -0.5px;
}
#lp-cm .lp-logo span { color: var(--gold); }
##lp-cm .lp-header-trust {
  font-size: 12px;
  color: #555;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

@media (max-width: 768px) {
  #lp-cm .lp-logo {
    font-size: 22px;
    line-height: 1.2;
  }
  #lp-cm .lp-header {
    padding: 10px 14px;
    gap: 8px;
  }
  #lp-cm .lp-header-trust {
    font-size: 12px;
    white-space: nowrap;
  }
}


/* ===== HERO ===== */
#lp-cm .lp-hero {
  background: linear-gradient(135deg, #f0faf4 0%, #fff 60%);
  padding: 40px 20px 50px;
}
#lp-cm .lp-hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
#lp-cm .lp-hero-img img {
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(45,106,79,0.15);
}
#lp-cm .lp-hero-content h1 {
  font-size: clamp(24px, 3.5vw, 40px);
  font-weight: 900;
  line-height: 1.2;
  color: var(--green-dark);
  margin-bottom: 16px;
}
#lp-cm .lp-hero-content h1 em {
  font-style: normal;
  color: var(--green);
}
#lp-cm .lp-hero-sub {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 24px;
}
#lp-cm .lp-price-block {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
#lp-cm .lp-price-old {
  font-size: 18px;
  color: var(--red-strike);
  text-decoration: line-through;
}
#lp-cm .lp-price-new {
  font-size: 38px;
  font-weight: 900;
  color: var(--green);
}
#lp-cm .lp-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
#lp-cm .lp-badge {
  background: var(--green);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
#lp-cm .lp-badge.gold { background: var(--gold); }

#lp-cm .lp-btn {
  display: block;
  width: 100%;
  background: var(--green);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  padding: 18px 24px;
  border-radius: var(--radius);
  border: none;
  cursor: pointer;
  text-align: center;
  transition: background 0.2s, transform 0.1s;
  letter-spacing: 0.3px;
}
#lp-cm .lp-btn:hover { background: var(--green-dark); transform: translateY(-1px); }
#lp-cm .lp-btn:active { transform: translateY(0); }
#lp-cm .lp-btn.secondary {
  background: var(--gold);
  margin-top: 10px;
  font-size: 16px;
  padding: 15px 24px;
}
#lp-cm .lp-btn.secondary:hover { background: #b8943e; }

#lp-cm .lp-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
#lp-cm .lp-trust-item {
  font-size: 12px;
  color: #555;
  display: flex;
  align-items: center;
  gap: 4px;
  background: #f5f5f5;
  padding: 6px 10px;
  border-radius: 20px;
}

/* ===== SOCIAL PROOF BAR ===== */
#lp-cm .lp-proof-bar {
  background: var(--green);
  color: #fff;
  text-align: center;
  padding: 14px 20px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
#lp-cm .lp-proof-bar span { color: var(--gold); }

/* ===== SECTIONS COMMON ===== */
#lp-cm .lp-section {
  padding: 60px 20px;
  max-width: 1100px;
  margin: 0 auto;
}
#lp-cm .lp-section-full {
  padding: 60px 20px;
}
#lp-cm .lp-section-title {
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 800;
  color: var(--green-dark);
  text-align: center;
  margin-bottom: 10px;
}
#lp-cm .lp-section-sub {
  text-align: center;
  color: #666;
  font-size: 16px;
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* ===== BENEFITS ===== */
#lp-cm .lp-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
#lp-cm .lp-benefit-card {
  background: var(--green-light);
  border-radius: var(--radius);
  padding: 28px 20px;
  text-align: center;
}
#lp-cm .lp-benefit-icon { font-size: 36px; margin-bottom: 12px; }
#lp-cm .lp-benefit-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--green-dark);
  margin-bottom: 6px;
}
#lp-cm .lp-benefit-desc { font-size: 13px; color: #555; line-height: 1.5; }

/* ===== WHY TOGETHER ===== */
#lp-cm .lp-why-bg { background: #f9f9f9; }
#lp-cm .lp-why-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
#lp-cm .lp-why-img img { border-radius: var(--radius); }
#lp-cm .lp-why-text h2 {
  font-size: clamp(20px, 2.5vw, 30px);
  font-weight: 800;
  color: var(--green-dark);
  margin-bottom: 16px;
}
#lp-cm .lp-why-text p { color: #444; line-height: 1.7; margin-bottom: 14px; font-size: 15px; }
#lp-cm .lp-why-text strong { color: var(--green); }

/* ===== FOR WHOM ===== */
#lp-cm .lp-whom-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
#lp-cm .lp-whom-card {
  border: 2px solid var(--green-light);
  border-radius: var(--radius);
  padding: 22px 16px;
  text-align: center;
  transition: border-color 0.2s, box-shadow 0.2s;
}
#lp-cm .lp-whom-card:hover {
  border-color: var(--green);
  box-shadow: 0 4px 16px rgba(45,106,79,0.12);
}
#lp-cm .lp-whom-icon { font-size: 32px; margin-bottom: 10px; }
#lp-cm .lp-whom-title { font-size: 14px; font-weight: 700; color: var(--green-dark); }

/* ===== HOW TO USE ===== */
#lp-cm .lp-how-bg { background: var(--green-dark); color: #fff; }
#lp-cm .lp-how-inner {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
#lp-cm .lp-how-inner h2 { font-size: 28px; font-weight: 800; margin-bottom: 20px; }
#lp-cm .lp-how-steps {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
#lp-cm .lp-how-step {
  background: rgba(255,255,255,0.1);
  border-radius: var(--radius);
  padding: 20px;
  width: 180px;
  text-align: center;
}
#lp-cm .lp-how-step-num {
  width: 36px; height: 36px;
  background: var(--gold);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 16px;
  margin: 0 auto 10px;
}
#lp-cm .lp-how-step p { font-size: 14px; line-height: 1.5; }
#lp-cm .lp-how-note {
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  margin-top: 16px;
}

/* ===== GALLERY ===== */
#lp-cm .lp-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
#lp-cm .lp-gallery-grid img {
  border-radius: var(--radius);
  object-fit: cover;
  aspect-ratio: 1;
  width: 100%;
}

/* ===== REVIEWS ===== */
#lp-cm .lp-reviews-bg { background: #f9f9f9; }
#lp-cm .lp-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
#lp-cm .lp-review-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
#lp-cm .lp-review-stars { color: var(--gold); font-size: 18px; margin-bottom: 10px; }
#lp-cm .lp-review-text { font-size: 14px; color: #444; line-height: 1.6; margin-bottom: 14px; font-style: italic; }
#lp-cm .lp-review-author { font-size: 13px; font-weight: 700; color: var(--green-dark); }
#lp-cm .lp-review-date { font-size: 11px; color: #999; }

/* ===== OFFER RECAP ===== */
#lp-cm .lp-offer-bg { background: linear-gradient(135deg, #1b4332 0%, #2d6a4f 100%); color: #fff; }
#lp-cm .lp-offer-inner {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
#lp-cm .lp-offer-inner h2 { font-size: 32px; font-weight: 900; margin-bottom: 20px; }
#lp-cm .lp-offer-price {
  font-size: 48px;
  font-weight: 900;
  color: var(--gold);
  margin-bottom: 6px;
}
#lp-cm .lp-offer-old {
  font-size: 20px;
  text-decoration: line-through;
  color: rgba(255,255,255,0.5);
  margin-bottom: 24px;
}
#lp-cm .lp-offer-checks {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
  text-align: left;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
#lp-cm .lp-offer-check { font-size: 15px; display: flex; align-items: center; gap: 8px; }
#lp-cm .lp-offer-check span { color: #69db7c; font-size: 18px; }

/* ===== FAQ ===== */
#lp-cm .lp-faq-list { max-width: 750px; margin: 0 auto; }
#lp-cm .lp-faq-item {
  border-bottom: 1px solid #e8e8e8;
  padding: 18px 0;
}
#lp-cm .lp-faq-q {
  font-size: 16px;
  font-weight: 700;
  color: var(--green-dark);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
#lp-cm .lp-faq-q::after {
  content: '+';
  font-size: 22px;
  color: var(--green);
  flex-shrink: 0;
  transition: transform 0.2s;
}
#lp-cm .lp-faq-item.open .lp-faq-q::after { transform: rotate(45deg); }
#lp-cm .lp-faq-a {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s;
}
#lp-cm .lp-faq-item.open .lp-faq-a { max-height: 300px; padding-top: 12px; }

/* ===== FOOTER ===== */
#lp-cm .lp-footer {
  background: #1a1a1a;
  color: #999;
  text-align: center;
  padding: 20px;
  font-size: 12px;
}
#lp-cm .lp-footer a { color: #bbb; text-decoration: underline; }

/* ===== STICKY MOBILE CTA ===== */
#lp-cm .lp-sticky-cta {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: var(--green-dark);
  padding: 12px 16px;
  z-index: 999;
  box-shadow: 0 -4px 16px rgba(0,0,0,0.2);
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
#lp-cm .lp-sticky-price {
  color: #fff;
  font-size: 13px;
  line-height: 1.3;
}
#lp-cm .lp-sticky-price strong { font-size: 20px; color: var(--gold); display: block; }
#lp-cm .lp-sticky-btn {
  background: var(--green);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  padding: 12px 20px;
  border-radius: var(--radius);
  border: none;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  #lp-cm .lp-hero-inner { grid-template-columns: 1fr; }
  #lp-cm .lp-hero-img { order: -1; }
  #lp-cm .lp-benefits-grid { grid-template-columns: repeat(2, 1fr); }
  #lp-cm .lp-why-inner { grid-template-columns: 1fr; }
  #lp-cm .lp-whom-grid { grid-template-columns: repeat(2, 1fr); }
  #lp-cm .lp-gallery-grid { grid-template-columns: repeat(2, 1fr); }
  #lp-cm .lp-reviews-grid { grid-template-columns: 1fr; }
  #lp-cm .lp-sticky-cta { display: flex; }
  #lp-cm .lp-section { padding: 40px 16px; }
  #lp-cm .lp-section-full { padding: 40px 16px; }
  body { padding-bottom: 80px; }
}
@media (max-width: 480px) {
  #lp-cm .lp-benefits-grid { grid-template-columns: 1fr; }
  #lp-cm .lp-whom-grid { grid-template-columns: 1fr; }
}
/* END_SECTION:lp-calcio-magnesio */