/** Shopify CDN: Minification failed

Line 411:8 Unexpected "{"
Line 411:17 Expected ":"

**/
/* ============================================================
   ORE Utensili – Product Sections Styles v3
   Accento: #014EB9 | Testi: #2E2E2E | Sfondo: #fff / #E7E7E7
   Font titoli: Archivio Narrow | Testi: system-ui
   ============================================================ */



:root {
  --ore-blue:       #014EB9;
  --ore-text:       #2E2E2E;
  --ore-text-muted: #666666;
  --ore-bg:         #ffffff;
  --ore-bg-alt:     #F5F5F5;
  --ore-border:     #d4d4d4;
  --ore-radius:     6px;
  --ore-font-title: 'Archivio Narrow', 'Arial Narrow', sans-serif;
  --ore-font-body:  system-ui, -apple-system, sans-serif;
}

/* ══════════════════════════════════════════════════════════════
   TITOLI SEZIONE
══════════════════════════════════════════════════════════════ */
.ore-section-block {
  margin-bottom: 0;
}

.ore-section-heading {
  font-family: var(--ore-font-title) !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  color: var(--ore-text) !important;
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
  border: none !important;
  text-transform: none !important;
  letter-spacing: -0.01em !important;
  line-height: 1.2 !important;
}

/* ══════════════════════════════════════════════════════════════
   1. DESCRIZIONE
══════════════════════════════════════════════════════════════ */
.ore-description-wrapper {
  font-family: var(--ore-font-body);
  font-size: 0.93rem;
  line-height: 1.8;
  color: var(--ore-text);
}

.ore-description-wrapper p {
  margin-bottom: 12px;
}

.ore-description-wrapper ul {
  padding-left: 20px;
  margin-bottom: 14px;
}

.ore-description-wrapper ul li {
  margin-bottom: 5px;
  line-height: 1.6;
}

.ore-description-wrapper ul li::marker {
  color: var(--ore-blue);
}

.ore-description-wrapper strong {
  font-weight: 600;
}

/* ══════════════════════════════════════════════════════════════
   2. TABELLA SPECIFICHE
══════════════════════════════════════════════════════════════ */
.ore-table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: var(--ore-radius);
  border: 1px solid var(--ore-border);
}

.ore-table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--ore-font-body);
  font-size: 0.875rem;
  background: var(--ore-bg);
}

.ore-table-wrapper table thead tr {
  background: var(--ore-blue);
  color: #fff;
}

.ore-table-wrapper table thead th {
  padding: 11px 16px;
  text-align: left;
  font-family: var(--ore-font-title);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.ore-table-wrapper table tbody tr:nth-child(even) {
  background: var(--ore-bg-alt);
}

.ore-table-wrapper table tbody tr:hover {
  background: #dce8f7;
}

.ore-table-wrapper table tbody td {
  padding: 9px 16px;
  color: var(--ore-text);
  border-bottom: 1px solid var(--ore-border);
  line-height: 1.4;
  font-size: 0.875rem;
}

.ore-table-wrapper table tbody td:first-child {
  font-weight: 600;
  width: 42%;
  background: rgba(1, 78, 185, 0.04);
}

.ore-table-wrapper table tbody tr:last-child td {
  border-bottom: none;
}

/* ══════════════════════════════════════════════════════════════
   3. FAQ
══════════════════════════════════════════════════════════════ */
.ore-faq-wrapper {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--ore-border);
}

.ore-faq-item {
  border-bottom: 1px solid var(--ore-border);
  background: var(--ore-bg);
}

.ore-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 4px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  gap: 16px;
  color: var(--ore-text);
  transition: color 0.2s;
}

.ore-faq-question:hover,
.ore-faq-item.is-open .ore-faq-question {
  color: var(--ore-blue);
}

.ore-faq-question span {
  font-family: var(--ore-font-body);
  font-size: 0.93rem;
  font-weight: 600;
  line-height: 1.4;
}

.ore-faq-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: var(--ore-blue);
  transition: transform 0.25s ease;
}

.ore-faq-item.is-open .ore-faq-icon {
  transform: rotate(180deg);
}

.ore-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.2s ease;
  padding: 0 4px;
}

.ore-faq-item.is-open .ore-faq-answer {
  max-height: 500px;
  padding: 0 4px 16px;
}

.ore-faq-answer p {
  margin: 0;
  font-family: var(--ore-font-body);
  font-size: 0.875rem;
  color: var(--ore-text-muted);
  line-height: 1.7;
}

/* ══════════════════════════════════════════════════════════════
   4. VANTAGGI PER L'UTILIZZATORE
   Immagine sinistra quadrata | Lista destra | Sfondo #E7E7E7
══════════════════════════════════════════════════════════════ */
/* Nasconde il titolo esterno alla card */
#ore-section-vantaggi ~ * .ore-section-heading,
#ore-section-vantaggi + .ore-section-heading { display: none; }
.ore-vantaggi-wrapper .ore-section-heading {
  font-size: 1.3rem !important;
  margin: 0 0 16px 0 !important;
}
.ore-vantaggi-wrapper {
  background: var(--ore-bg-alt);
  border-radius: var(--ore-radius);
  overflow: hidden;
}

.ore-vantaggi-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.ore-vantaggi-image {
  aspect-ratio: 1 / 1;
  width: 100%;
  background-image: url('/cdn/shop/files/vantaggi.jpg?v=1779956661');
  background-size: cover;
  background-position: center;
}

.ore-vantaggi-content {
  padding: 32px 36px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.ore-vantaggi-list {
  list-style: disc;
  padding-left: 18px;
  margin: 0;
}

.ore-vantaggi-list li {
  padding: 4px 0;
  font-family: var(--ore-font-body);
  font-size: 0.9rem;
  color: var(--ore-text);
  line-height: 1.55;
  border-bottom: none;
}

.ore-vantaggi-list li::marker {
  color: var(--ore-blue);
}

.ore-vantaggi-list li::before {
  display: none;
}

/* ══════════════════════════════════════════════════════════════
   5. UTENTE IDEALE
══════════════════════════════════════════════════════════════ */
.ore-utente-wrapper {
  background: var(--ore-bg);
}

.ore-utente-intro {
  font-family: var(--ore-font-body);
  font-size: 0.93rem;
  color: var(--ore-text);
  line-height: 1.6;
  margin: 0 0 24px 0;
}

.ore-utente-outro {
  font-family: var(--ore-font-body);
  font-size: 0.93rem;
  color: var(--ore-text-muted);
  line-height: 1.6;
  margin: 24px 0 0 0;
}

.ore-utente-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 12px;
}

.ore-utente-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--ore-font-body);
  font-size: 0.93rem;
  font-weight: 700;
  color: var(--ore-text);
  padding: 24px 16px;
  background: var(--ore-bg-alt);
  border-radius: var(--ore-radius);
  border: none;
  line-height: 1.3;
  min-height: 80px;
}

/* ══════════════════════════════════════════════════════════════
   6. PERCHÉ SCEGLIERLO — sezione intera grigia, lista sinistra
══════════════════════════════════════════════════════════════ */

/* Sfondo grigio su tutta la sezione Shopify */
.ore-section-block:has(#ore-section-perche) {
  background: var(--ore-bg-alt);
  max-width: 100% !important;
  padding: 40px !important;
  margin: 0 !important;
}

#ore-section-perche .ore-section-heading,
#ore-section-perche h2 {
  text-align: center !important;
  margin-bottom: 20px !important;
  width: 100% !important;
}

.ore-perche-wrapper {
  background: transparent;
  width: 100%;
  text-align: center;
}

.ore-perche-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.ore-perche-list li {
  padding: 7px 0;
  font-family: var(--ore-font-body);
  font-size: 0.93rem;
  color: var(--ore-text);
  line-height: 1.6;
  border-bottom: none;
  text-align: center;
}

.ore-perche-list li::before {
  display: none;
}

/* ══════════════════════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════════════════════ */
@media (max-width: 767px) {
  .ore-vantaggi-inner {
    grid-template-columns: 1fr;
  }

  .ore-vantaggi-image {
    aspect-ratio: 16 / 9;
    width: 100%;
  }

  .ore-vantaggi-content {
    padding: 24px 20px;
  }

  .ore-utente-list {
    grid-template-columns: 1fr 1fr;
  }

  .ore-perche-wrapper {
    padding: 20px 20px;
  }

  .ore-table-wrapper table tbody td:first-child {
    width: 48%;
  }

  .ore-section-heading {
    font-size: 1.15rem !important;
  }
}

/* ══════════════════════════════════════════════════════════════
   PREZZO — colore blu
══════════════════════════════════════════════════════════════ */
.product--price-container .price__current,
.product--price-container .price-item--sale,
.product--price-container .price-item--regular,
.product--price-container span.price,
#price-{{ section.id }} .price__current,
.product--price-container [class*="price"]:not(.price__was):not(.price-item--regular + *) {
  color: #014EB9 !important;
}

/* Badge percentuale sconto */
.ore-discount-badge {
  display: inline-block;
  background: #014EB9;
  color: #ffffff;
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 4px;
  margin-left: 8px;
  vertical-align: middle;
  letter-spacing: 0.02em;
}

/* ══════════════════════════════════════════════════════════════
   PREZZO — colore blu sul prezzo scontato
══════════════════════════════════════════════════════════════ */
.product--price-container .price ins .amount,
.product--price-container .price ins,
.product--price-container ins .amount {
  color: #014EB9 !important;
}