@charset "UTF-8";
/* ==========================================================================
   FEC MODERN — Child theme Fiducia & Convenienza
   Foglio di stile unico del tema. Mobile-first (riferimento 390x844).
   Convenzione: BEM con prefisso .fec-
   Regola: nessun colore hard-coded fuori dal blocco :root qui sotto.
   ========================================================================== */

/* ==========================================================================
   1. TOKEN
   ========================================================================== */
:root {
  /* Brand */
  --fec-red: #e10032;
  --fec-red-dark: #c9002d;
  --fec-red-soft: #fff5f7;
  --fec-black: #141922;
  --fec-ink: #141922;
  --fec-gold: #ffbe3c;
  --fec-mint: #d6f2e3;
  --fec-teal: #0f96a0;
  --fec-teal-dark: #0a6c73;
  --fec-whatsapp: #25d366;
  --fec-whatsapp-dark: #1da851;
  --fec-warn: #f59e0b;
  --fec-warn-soft: #fff8ec;

  /* Neutri */
  --fec-muted: #5c6675;
  --fec-line: #e6e9ee;
  --fec-line-strong: #d3d8e0;
  --fec-soft: #f7f8fa;
  --fec-white: #ffffff;
  --fec-visual-dark: #151515;
  --fec-placeholder-a: #eef1f5;
  --fec-placeholder-b: #e2e6ec;

  /* Tipografia */
  --fec-font: 'Rubik', system-ui, -apple-system, 'Segoe UI', sans-serif;
  /* Alias di compatibilita' col token usato nei mockup (--font). */
  --font: var(--fec-font);

  /* Misure mobile-first */
  --fec-header-h: 52px;
  --fec-search-h: 44px;
  --fec-search-total: 56px;
  --fec-nav-h: 40px;
  --fec-safe-bottom: env(safe-area-inset-bottom, 0px);
  --fec-container: 1200px;
  --fec-gutter: 16px;

  /* Raggi */
  --fec-radius-xs: 4px;
  --fec-radius-sm: 8px;
  --fec-radius-md: 14px;
  --fec-radius-lg: 16px;
  --fec-radius-pill: 999px;

  /* Ombre */
  --fec-shadow-sm: 0 2px 4px rgba(20, 25, 34, .12);
  --fec-shadow-md: 0 4px 16px rgba(20, 25, 34, .08);
  --fec-shadow-lg: 0 6px 14px rgba(225, 0, 50, .35);
  --fec-shadow-drawer: 4px 0 24px rgba(20, 25, 34, .15);

  /* Livelli */
  --fec-z-header: 100;
  --fec-z-overlay: 200;
  --fec-z-drawer: 210;

  /* Transizioni */
  --fec-t-fast: .15s ease;
  --fec-t-base: .25s ease;
  --fec-t-drawer: .3s cubic-bezier(.4, 0, .2, 1);
}

/* ==========================================================================
   2. BASE
   ========================================================================== */
body,
body#checkout,
.page-header h1,
h1, h2, h3, h4, h5, h6,
.btn {
  font-family: var(--fec-font);
}

body {
  color: var(--fec-ink);
  background: var(--fec-white);
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
a:hover, a:focus { text-decoration: none; color: inherit; }

img { max-width: 100%; }

/* Il tema classic stampa un header proprio: lo neutralizziamo, il nostro
   _partials/header.tpl lo sostituisce integralmente. */
#header .header-top,
#header .header-nav,
#header .header-banner {
  display: none !important;
}

/* Modalità catalogo: cintura di sicurezza lato CSS.
   Il markup del tema non contiene elementi carrello (vedi DoD), questo blocco
   neutralizza eventuali residui iniettati da moduli di terze parti. */
.add-to-cart,
.product-add-to-cart,
#blockcart-modal,
.blockcart,
.cart-preview,
.product-quantity,
.product-minimal-quantity,
.js-cart-line-product-quantity,
#product-availability + .product-add-to-cart {
  display: none !important;
}

/* Accessibilità: focus sempre visibile */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--fec-teal);
  outline-offset: 2px;
  border-radius: var(--fec-radius-xs);
}

.fec-sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.fec-skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 999;
  padding: 10px 16px;
  background: var(--fec-ink);
  color: var(--fec-white);
  font-weight: 700;
}
.fec-skip-link:focus {
  left: 0;
  color: var(--fec-white);
}

/* Blocco scroll quando il drawer e' aperto, senza salto di layout */
body.fec-no-scroll {
  overflow: hidden;
  padding-right: var(--fec-scrollbar-w, 0px);
}

.fec-container {
  max-width: var(--fec-container);
  margin: 0 auto;
  padding-left: var(--fec-gutter);
  padding-right: var(--fec-gutter);
}

/* ==========================================================================
   3. HEADER (sticky, 52px)
   ========================================================================== */
.fec-header {
  position: sticky;
  top: 0;
  z-index: var(--fec-z-header);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--fec-header-h);
  padding: 0 var(--fec-gutter);
  background: var(--fec-white);
  border-bottom: 1px solid var(--fec-line);
}

.fec-header__logo {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 900;
  color: var(--fec-red);
  letter-spacing: -.3px;
  text-decoration: none;
  min-width: 0;
  /* Difesa: contiene il logo anche se una regola sull'immagine venisse persa
     (es. CSS in cache): il link non supera mai l'altezza dell'header. */
  max-height: var(--fec-header-h);
  max-width: 60%;
  overflow: hidden;
}
.fec-header__logo:hover { color: var(--fec-red-dark); }

.fec-header__logo-icon {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  background: var(--fec-red);
  color: var(--fec-white);
  border-radius: 6px;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 900;
}

.fec-header__logo-img {
  height: 40px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  display: block;
}
@media (min-width: 768px) {
  .fec-header__logo-img { height: 48px; max-width: 260px; }
}

.fec-header__logo-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fec-header__actions {
  display: flex;
  align-items: center;
  gap: 4px;
}

.fec-header__btn {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--fec-ink);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
}
.fec-header__btn:hover { color: var(--fec-red); }
.fec-header__btn svg { width: 22px; height: 22px; fill: currentColor; }

/* ==========================================================================
   4. BARRA DI RICERCA
   ========================================================================== */
.fec-search {
  padding: 6px var(--fec-gutter);
  background: var(--fec-white);
  border-bottom: 1px solid var(--fec-line);
}
.fec-search[hidden] { display: none; }

.fec-search__form { position: relative; margin: 0; }

.fec-search__input {
  width: 100%;
  height: var(--fec-search-h);
  padding: 0 16px 0 42px;
  border: 2px solid var(--fec-line);
  border-radius: var(--fec-radius-sm);
  font-family: var(--fec-font);
  font-size: 14px;
  color: var(--fec-ink);
  background-color: var(--fec-soft);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%235c6675' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27A6.47 6.47 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 14px center;
  transition: border-color var(--fec-t-fast);
}
.fec-search__input:focus {
  border-color: var(--fec-red);
  outline: none;
}
.fec-search__input::placeholder {
  color: var(--fec-muted);
  font-size: 13px;
}

.fec-search__submit {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  height: 36px;
  padding: 0 14px;
  border: none;
  border-radius: 6px;
  background: var(--fec-red);
  color: var(--fec-white);
  font-family: var(--fec-font);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.fec-search__submit:hover { background: var(--fec-red-dark); }

@media (min-width: 768px) {
  .fec-search { padding: 8px var(--fec-gutter); }
  .fec-search__form {
    max-width: 640px;
    margin: 0 auto;
  }
}

/* ==========================================================================
   5. NAVBAR DESKTOP (>= 768px)
   ========================================================================== */
.fec-desktop-nav { display: none; }

@media (min-width: 768px) {
  /* Nessun hamburger su desktop: requisito tassativo. */
  .fec-header__burger { display: none !important; }

  .fec-desktop-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    height: var(--fec-nav-h);
    background: var(--fec-white);
    border-bottom: 1px solid var(--fec-line);
  }
  .fec-desktop-nav__link {
    padding: 0 18px;
    height: var(--fec-nav-h);
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    color: var(--fec-ink);
    text-transform: uppercase;
    letter-spacing: .2px;
    border-bottom: 2px solid transparent;
    text-decoration: none;
    transition: color var(--fec-t-fast), border-color var(--fec-t-fast);
  }
  .fec-desktop-nav__link:hover,
  .fec-desktop-nav__link.is-active {
    color: var(--fec-red);
    border-bottom-color: var(--fec-red);
  }
}

/* ==========================================================================
   6. DRAWER MOBILE + OVERLAY (< 768px)
   ========================================================================== */
.fec-overlay {
  position: fixed;
  inset: 0;
  z-index: var(--fec-z-overlay);
  background: rgba(20, 25, 34, .5);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--fec-t-base);
}
.fec-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.fec-drawer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: var(--fec-z-drawer);
  width: min(320px, 82vw);
  background: var(--fec-white);
  transform: translateX(-100%);
  transition: transform var(--fec-t-drawer);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overscroll-behavior: contain;
  box-shadow: var(--fec-shadow-drawer);
}
.fec-drawer.is-open { transform: translateX(0); }

.fec-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: var(--fec-gutter);
  border-bottom: 1px solid var(--fec-line);
}
.fec-drawer__brand {
  font-size: 15px;
  font-weight: 900;
  color: var(--fec-red);
}
.fec-drawer__close {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid var(--fec-line);
  background: none;
  color: var(--fec-muted);
  font-size: 18px;
  cursor: pointer;
}
.fec-drawer__close:hover {
  color: var(--fec-red);
  border-color: var(--fec-red);
}

.fec-drawer__nav { padding: 8px 0; }

.fec-drawer__link {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 12px var(--fec-gutter);
  font-size: 14px;
  font-weight: 700;
  color: var(--fec-ink);
  text-decoration: none;
  transition: background .1s ease;
}
.fec-drawer__link:hover,
.fec-drawer__link:active,
.fec-drawer__link.is-active {
  background: var(--fec-soft);
  color: var(--fec-red);
}
.fec-drawer__link-icon {
  width: 20px;
  text-align: center;
  font-size: 16px;
  flex: 0 0 auto;
}

.fec-drawer__divider {
  padding: 16px var(--fec-gutter) 8px;
  margin-top: 4px;
  border-top: 1px solid var(--fec-line);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: var(--fec-muted);
}

.fec-drawer__cat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 44px;
  padding: 10px var(--fec-gutter);
  font-size: 13px;
  font-weight: 600;
  color: var(--fec-ink);
  text-decoration: none;
}
.fec-drawer__cat:hover { background: var(--fec-soft); }
.fec-drawer__cat--all { font-weight: 800; color: var(--fec-red); }
.fec-drawer__cat-arrow {
  color: var(--fec-muted);
  font-size: 14px;
}

.fec-drawer__footer {
  margin-top: auto;
  padding: var(--fec-gutter);
  padding-bottom: calc(var(--fec-gutter) + var(--fec-safe-bottom));
  border-top: 1px solid var(--fec-line);
}
.fec-drawer__wa {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 44px;
  border-radius: var(--fec-radius-sm);
  background: var(--fec-whatsapp);
  color: var(--fec-white);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.fec-drawer__wa:hover {
  background: var(--fec-whatsapp-dark);
  color: var(--fec-white);
}
.fec-drawer__hours {
  margin-top: 8px;
  text-align: center;
  font-size: 11px;
  color: var(--fec-muted);
  line-height: 1.4;
}

@media (min-width: 768px) {
  .fec-drawer,
  .fec-overlay { display: none; }
}

/* ==========================================================================
   7. OFFERTE LAMPO — hook displayFlyingBanner
   ========================================================================== */
.fec-promo-section {
  max-width: var(--fec-container);
  margin: 0 auto;
  padding: 10px var(--fec-gutter);
}

.fec-promo-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}
.fec-promo-section__title {
  font-size: 14px;
  font-weight: 800;
  color: var(--fec-ink);
  text-transform: uppercase;
  letter-spacing: .5px;
  margin: 0;
}

.fec-slider-nav { display: flex; gap: 6px; }
.fec-slider-btn {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid var(--fec-line);
  border-radius: 50%;
  background: var(--fec-white);
  color: var(--fec-ink);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
.fec-slider-btn:hover {
  border-color: var(--fec-red);
  color: var(--fec-red);
}
.fec-slider-btn[disabled] { opacity: .4; cursor: default; }

/* Carosello: una sola slide visibile, le altre fuori dal flusso */
.fec-deals-carousel { position: relative; }
.fec-mw-banner { display: none; }
.fec-mw-banner.is-active { display: flex; }

.fec-mw-banner {
  background: var(--fec-white);
  border: 1.5px solid var(--fec-line);
  border-radius: var(--fec-radius-lg);
  overflow: hidden;
  box-shadow: var(--fec-shadow-md);
  flex-direction: column;
}

.fec-mw-banner__info {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px 20px;
  background: var(--fec-white);
}

.fec-mw-banner__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}
.fec-mw-banner__pill {
  font-size: 11px;
  font-weight: 700;
  color: var(--fec-red);
  border: 1px solid var(--fec-red);
  background: var(--fec-red-soft);
  padding: 3px 10px;
  border-radius: var(--fec-radius-pill);
}

.fec-mw-banner__title {
  font-size: 20px;
  font-weight: 900;
  font-style: italic;
  color: var(--fec-ink);
  letter-spacing: -.5px;
  margin: 0 0 6px;
}
.fec-mw-banner__price-sub {
  font-size: 13px;
  font-weight: 600;
  color: var(--fec-muted);
  margin-bottom: 6px;
}
.fec-mw-banner__price-sub del { color: var(--fec-muted); }

/* Direttiva Omnibus: prezzo piu' basso applicato nei 30 giorni precedenti */
.fec-omnibus {
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: var(--fec-muted);
  margin-bottom: 8px;
}

.fec-mw-banner__desc {
  font-size: 12px;
  line-height: 1.4;
  color: var(--fec-muted);
  max-width: 480px;
  margin-bottom: 14px;
}

.fec-mw-banner__cta {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 44px;
  padding: 8px 18px;
  border: 1.5px solid var(--fec-ink);
  border-radius: var(--fec-radius-sm);
  background: var(--fec-white);
  color: var(--fec-ink);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: background var(--fec-t-fast), color var(--fec-t-fast);
}
.fec-mw-banner__cta:hover {
  background: var(--fec-ink);
  color: var(--fec-white);
}

.fec-mw-banner__visual {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 12px;
  padding: 16px 20px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--fec-visual-dark) 50%, var(--fec-red) 50%);
  /* Altezza minima: riserva lo spazio prima del caricamento immagine (anti-CLS) */
  min-height: 190px;
}

.fec-mw-banner__badge-group {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.fec-mw-banner__shock {
  font-size: 24px;
  font-weight: 900;
  font-style: italic;
  line-height: .95;
  text-transform: uppercase;
  color: var(--fec-white);
  text-shadow: 2px 2px 0 var(--fec-black), -1px -1px 0 var(--fec-black);
}

.fec-mw-banner__alarm {
  display: inline-block;
  font-size: 28px;
  animation: fec-vibrate 1.2s infinite ease-in-out;
}
@keyframes fec-vibrate {
  0%, 100% { transform: rotate(0deg); }
  25%      { transform: rotate(-8deg); }
  75%      { transform: rotate(8deg); }
}

.fec-mw-banner__ribbon {
  padding: 3px 8px;
  border-radius: var(--fec-radius-xs);
  background: var(--fec-red);
  color: var(--fec-white);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  box-shadow: var(--fec-shadow-sm);
}

.fec-mw-banner__prod-img {
  position: relative;
  z-index: 2;
  max-width: 140px;
  max-height: 140px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, .4));
}

.fec-slider-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 10px;
}
.fec-slider-dot {
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  display: grid;
  place-items: center;
}
.fec-slider-dot::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--fec-line-strong);
  transition: background var(--fec-t-fast), transform var(--fec-t-fast);
}
.fec-slider-dot.is-active::before {
  background: var(--fec-red);
  transform: scale(1.3);
}

@media (min-width: 768px) {
  .fec-mw-banner.is-active { flex-direction: row; }
  .fec-mw-banner { min-height: 220px; }
  .fec-mw-banner__title { font-size: 26px; }
  .fec-mw-banner__shock { font-size: 34px; }
  .fec-mw-banner__prod-img { max-width: 180px; max-height: 180px; }
}

/* ==========================================================================
   8. CATEGORIE IN PRIMO PIANO
   ========================================================================== */
.fec-mw-categories-section {
  max-width: var(--fec-container);
  margin: 0 auto;
  padding: 16px var(--fec-gutter) 24px;
}
.fec-mw-categories__header {
  font-size: 18px;
  font-weight: 900;
  color: var(--fec-ink);
  margin: 0 0 14px;
}

.fec-mw-categories__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px 10px;
}
@media (min-width: 600px) {
  .fec-mw-categories__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 14px 12px;
  }
}
@media (min-width: 900px) {
  .fec-mw-categories__grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 18px 14px;
  }
}

.fec-mw-cat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.fec-mw-cat-card__box {
  width: 100%;
  aspect-ratio: 1.25 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  position: relative;
  overflow: hidden;
  border-radius: var(--fec-radius-md);
  background: var(--fec-red);
  box-shadow: 0 3px 8px rgba(225, 0, 50, .2);
  transition: transform var(--fec-t-base), box-shadow var(--fec-t-base);
}
.fec-mw-cat-card__box--outlet {
  background: var(--fec-gold);
  color: var(--fec-ink);
  box-shadow: 0 3px 8px rgba(255, 190, 60, .3);
}
.fec-mw-cat-card:hover .fec-mw-cat-card__box {
  transform: translateY(-3px) scale(1.02);
  box-shadow: var(--fec-shadow-lg);
}
.fec-mw-cat-card__box--outlet + .fec-mw-cat-card__title,
.fec-mw-cat-card:hover .fec-mw-cat-card__box--outlet {
  box-shadow: 0 6px 14px rgba(255, 190, 60, .45);
}

.fec-mw-cat-card__img {
  width: 80%;
  height: 80%;
  object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .25));
}
.fec-mw-cat-card__emoji {
  font-size: 38px;
  line-height: 1;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, .3));
}
.fec-mw-cat-card__outlet-text {
  font-size: 15px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.1;
  color: var(--fec-ink);
}
.fec-mw-cat-card__title {
  margin-top: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  color: var(--fec-ink);
}

/* ==========================================================================
   9. MINIATURA PRODOTTO
   ========================================================================== */
.fec-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 600px) { .fec-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 900px) { .fec-grid { grid-template-columns: repeat(4, 1fr); gap: 16px; } }

.fec-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--fec-white);
  border: 1px solid var(--fec-line);
  border-radius: var(--fec-radius-sm);
  overflow: hidden;
  transition: box-shadow var(--fec-t-fast), border-color var(--fec-t-fast);
}
.fec-card:hover {
  border-color: var(--fec-line-strong);
  box-shadow: var(--fec-shadow-md);
}

.fec-card__img {
  position: relative;
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
  padding: 12px;
  background: var(--fec-soft);
}
.fec-card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.fec-card__placeholder {
  width: 80%;
  height: 80%;
  display: grid;
  place-items: center;
  border-radius: var(--fec-radius-sm);
  background: linear-gradient(135deg, var(--fec-placeholder-a) 25%, var(--fec-placeholder-b) 100%);
  color: var(--fec-muted);
  font-size: 11px;
  font-weight: 700;
}

.fec-card__badge {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  padding: 3px 8px;
  border-radius: var(--fec-radius-xs);
  background: var(--fec-gold);
  color: var(--fec-ink);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .3px;
}

.fec-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 10px 10px 12px;
}

.fec-card__name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 32px;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--fec-ink);
}

.fec-card__price {
  margin-bottom: 2px;
  font-size: 18px;
  font-weight: 800;
  color: var(--fec-red);
}
.fec-card__price-old {
  margin-bottom: 6px;
  font-size: 12px;
  color: var(--fec-muted);
  text-decoration: line-through;
}

.fec-card__avail {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 600;
  color: var(--fec-teal);
}
.fec-card__avail::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--fec-whatsapp);
}
.fec-card__avail--order { color: var(--fec-warn); }
.fec-card__avail--order::before { background: var(--fec-warn); }
.fec-card__avail--out { color: var(--fec-muted); }
.fec-card__avail--out::before { background: var(--fec-muted); }

.fec-card__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 44px;
  margin-top: auto;
  border-radius: 6px;
  border: 1.5px solid var(--fec-line);
  background: var(--fec-soft);
  color: var(--fec-ink);
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: background var(--fec-t-fast), border-color var(--fec-t-fast), color var(--fec-t-fast);
}
.fec-card__cta:hover {
  background: var(--fec-whatsapp);
  border-color: var(--fec-whatsapp);
  color: var(--fec-white);
}
.fec-card__cta-icon { font-size: 14px; line-height: 1; }

/* ==========================================================================
   10. PAGINA LISTING
   ========================================================================== */
.fec-listing { padding: 16px 0 32px; }
.fec-listing__header {
  max-width: var(--fec-container);
  margin: 0 auto 12px;
  padding: 0 var(--fec-gutter);
}
.fec-listing__title {
  font-size: 20px;
  font-weight: 900;
  color: var(--fec-ink);
  margin: 0 0 4px;
}
.fec-listing__count {
  font-size: 12px;
  color: var(--fec-muted);
}
.fec-listing__body {
  max-width: var(--fec-container);
  margin: 0 auto;
  padding: 0 var(--fec-gutter);
}
.fec-listing__empty {
  padding: 32px var(--fec-gutter);
  text-align: center;
  color: var(--fec-muted);
}

/* ==========================================================================
   11. SCHEDA PRODOTTO
   ========================================================================== */
.fec-product {
  max-width: var(--fec-container);
  margin: 0 auto;
  padding: 12px var(--fec-gutter) 32px;
}

.fec-breadcrumb {
  font-size: 11px;
  color: var(--fec-muted);
  margin-bottom: 12px;
}
.fec-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.fec-breadcrumb li::after { content: '›'; margin-left: 4px; color: var(--fec-line-strong); }
.fec-breadcrumb li:last-child::after { content: ''; }

@media (min-width: 900px) {
  .fec-product__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 32px;
    align-items: start;
  }
}

/* --- Galleria --- */
.fec-gallery__main {
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  padding: 16px;
  background: var(--fec-soft);
  border: 1px solid var(--fec-line);
  border-radius: var(--fec-radius-md);
  overflow: hidden;
}
.fec-gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.fec-gallery__thumbs {
  display: flex;
  gap: 8px;
  margin-top: 8px;
  padding-bottom: 4px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.fec-gallery__thumb {
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  padding: 4px;
  scroll-snap-align: start;
  border: 2px solid var(--fec-line);
  border-radius: var(--fec-radius-sm);
  background: var(--fec-white);
  cursor: pointer;
}
.fec-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.fec-gallery__thumb.is-active { border-color: var(--fec-red); }

/* --- Testata prodotto --- */
.fec-product__title {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
  color: var(--fec-ink);
  margin: 16px 0 4px;
}
@media (min-width: 900px) { .fec-product__title { margin-top: 0; font-size: 24px; } }

.fec-product__ref {
  font-size: 12px;
  color: var(--fec-muted);
  margin-bottom: 12px;
}
.fec-product__price {
  font-size: 30px;
  font-weight: 900;
  color: var(--fec-red);
  line-height: 1.1;
}
.fec-product__price-old {
  font-size: 15px;
  color: var(--fec-muted);
  text-decoration: line-through;
  margin-left: 8px;
}
.fec-product__price-block { margin-bottom: 6px; }
.fec-product__short-desc {
  font-size: 14px;
  line-height: 1.5;
  color: var(--fec-muted);
  margin: 12px 0 20px;
}

/* --- Box disponibilita' a 3 stati --- */
.fec-availability {
  border: 2px solid var(--fec-line);
  border-radius: var(--fec-radius-sm);
  padding: 16px;
  margin-bottom: 24px;
}
.fec-availability--available { border-color: var(--fec-whatsapp); background: var(--fec-mint); }
.fec-availability--order     { border-color: var(--fec-warn); background: var(--fec-warn-soft); }
.fec-availability--out       { border-color: var(--fec-red); background: var(--fec-red-soft); }

.fec-availability__kicker {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
}
.fec-availability--available .fec-availability__kicker { color: var(--fec-teal-dark); }
.fec-availability--order .fec-availability__kicker     { color: var(--fec-warn); }
.fec-availability--out .fec-availability__kicker       { color: var(--fec-red); }

.fec-availability__desc {
  font-size: 14px;
  line-height: 1.5;
  color: var(--fec-muted);
  margin-bottom: 16px;
}
.fec-availability__link {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 600;
  color: var(--fec-teal-dark);
  text-decoration: underline;
}

.fec-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  border: none;
  border-radius: var(--fec-radius-sm);
  font-size: 14px;
  font-weight: 700;
  color: var(--fec-white);
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.fec-cta:hover { color: var(--fec-white); filter: brightness(.94); }
.fec-cta--wa    { background: var(--fec-whatsapp); }
.fec-cta--order { background: var(--fec-warn); color: var(--fec-ink); }
.fec-cta--order:hover { color: var(--fec-ink); }
.fec-cta--out   { background: var(--fec-muted); }

.fec-product__note {
  font-size: 11px;
  color: var(--fec-muted);
  text-align: center;
  margin-top: 8px;
}

/* --- Scheda tecnica --- */
.fec-specs { margin-top: 32px; }
.fec-specs__title {
  font-size: 16px;
  font-weight: 800;
  color: var(--fec-ink);
  margin: 0 0 12px;
}
.fec-specs__list {
  margin: 0;
  border: 1px solid var(--fec-line);
  border-radius: var(--fec-radius-sm);
  overflow: hidden;
}
.fec-specs__row {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 14px;
  font-size: 13px;
}
.fec-specs__row:nth-child(odd) { background: var(--fec-soft); }
.fec-specs__key {
  font-weight: 700;
  color: var(--fec-ink);
}
.fec-specs__val { color: var(--fec-muted); }

@media (min-width: 600px) {
  .fec-specs__row {
    flex-direction: row;
    align-items: baseline;
    gap: 16px;
  }
  .fec-specs__key { flex: 0 0 40%; }
  .fec-specs__val { flex: 1; }
}

/* --- Descrizione e prodotti correlati --- */
.fec-product__description {
  margin-top: 32px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--fec-ink);
}
.fec-section-title {
  font-size: 18px;
  font-weight: 900;
  color: var(--fec-ink);
  margin: 32px 0 14px;
}

/* ==========================================================================
   12. FOOTER
   ========================================================================== */
.fec-footer {
  margin-top: 32px;
  padding: 24px var(--fec-gutter) calc(24px + var(--fec-safe-bottom));
  background: var(--fec-ink);
  color: var(--fec-white);
}
.fec-footer__inner {
  max-width: var(--fec-container);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.fec-footer__logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 900;
  color: var(--fec-white);
}
.fec-footer__logo-icon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: var(--fec-red);
  font-size: 11px;
  font-weight: 900;
}
.fec-footer__text {
  font-size: 12px;
  line-height: 1.6;
  color: var(--fec-line);
}
.fec-footer__wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  align-self: flex-start;
  min-height: 44px;
  padding: 0 18px;
  border-radius: var(--fec-radius-sm);
  background: var(--fec-whatsapp);
  color: var(--fec-white);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.fec-footer__wa:hover { background: var(--fec-whatsapp-dark); color: var(--fec-white); }
.fec-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, .15);
  font-size: 12px;
}
.fec-footer__links a { color: var(--fec-line); text-decoration: underline; }
.fec-footer__links a:hover { color: var(--fec-white); }
.fec-footer__copy {
  font-size: 11px;
  color: var(--fec-muted);
}

@media (min-width: 768px) {
  .fec-footer__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 32px;
  }
  .fec-footer__links,
  .fec-footer__copy { grid-column: 1 / -1; }
}

/* ==========================================================================
   13. RIDUZIONE DEL MOVIMENTO
   Requisito: nessuna animazione quando l'utente la disattiva a livello di OS.
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important;
  }
  .fec-mw-banner__alarm { animation: none !important; }
}

/* ==========================================================================
   14. STAMPA
   ========================================================================== */
@media print {
  .fec-header,
  .fec-desktop-nav,
  .fec-drawer,
  .fec-overlay,
  .fec-search,
  .fec-promo-section,
  .fec-cta,
   .fec-card__cta { display: none !important; }
   .fec-product__layout { display: block; }
}

/* ==========================================================================
   15. WHATSAPP FAB
   Pulsante flottante globale (mockup homepage: .fec-fab).
   z-index sotto l'overlay del drawer (--fec-z-overlay: 200) per non coprirlo.
   Icona SVG per nitidezza. Rispetta prefers-reduced-motion (sezione 13).
   ========================================================================== */
.fec-fab {
  position: fixed;
  bottom: 20px;
  right: 16px;
  z-index: 90;
  width: 52px;
  height: 52px;
  border-radius: var(--fec-radius-pill);
  background: var(--fec-whatsapp);
  color: var(--fec-white);
  display: grid;
  place-items: center;
  box-shadow: 0 4px 14px rgba(37, 211, 102, .45);
  transition: transform var(--fec-t-fast), background var(--fec-t-fast);
}

.fec-fab:hover,
.fec-fab:focus-visible {
  transform: scale(1.08);
  background: var(--fec-whatsapp-dark);
  color: var(--fec-white);
}

.fec-fab__icon {
  display: block;
  width: 26px;
  height: 26px;
}

/* Non nascondere il FAB in stampa (sezione 14): non serve, ma la sicurezza
   sul movimento e' garantita dalla sezione 13 (reduce). */

/* ==========================================================================
   16. FEED HOMEPAGE
   Wrapper dei "Prodotti in evidenza" (mockup homepage: .fec-feed).
   Il contenuto arriva dai moduli su displayHome; qui si stila la cornice
   e la griglia .fec-card a 2 colonne (mobile) / 3-4 (desktop).
   ========================================================================== */
.fec-feed {
  padding: 8px var(--fec-gutter) 24px;
}

.fec-feed__header {
  margin-bottom: 12px;
}

.fec-feed__title {
  font-size: 16px;
  font-weight: 800;
  color: var(--fec-ink);
}

/* Il wrapper NON e' una griglia: i moduli (es. ps_featuredproducts) portano il
   proprio markup <section class="featured-products"><div class="products">...>.
   La griglia va applicata al contenitore effettivo dei prodotti, non al wrapper,
   per non spezzare il layout del modulo. Nascondiamo il titolo nativo del
   modulo (usiamo il nostro .fec-feed__title) e impaginiamo i .fec-card. */
.fec-feed__grid > .featured-products > h1,
.fec-feed__grid > .featured-products > h2,
.fec-feed__grid .featured-products__header,
.fec-feed__grid .products-section-title {
  display: none;
}

.fec-feed__grid .products,
.fec-feed__grid ul.products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Le "vedi tutti"/footer del modulo tornano a flusso normale. */
.fec-feed__grid .featured-products__footer,
.fec-feed__grid .all-product-link {
  grid-column: 1 / -1;
  text-align: center;
  margin-top: 12px;
}

@media (min-width: 768px) {
  .fec-feed {
    padding-left: 0;
    padding-right: 0;
    max-width: var(--fec-container);
    margin: 0 auto;
  }
  .fec-feed__title {
    font-size: 20px;
  }
  .fec-feed__grid .products,
  .fec-feed__grid ul.products {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
}

/* ==========================================================================
   17. LISTING: TOOLBAR + PAGINAZIONE
   Barra ordinamento/vista (mockup category: .sort-bar/.sort-select/.view-toggle)
   e paginazione (.pagination). Classi FEC: .fec-sortbar / .fec-view-toggle /
   .fec-pager.
   ========================================================================== */
.fec-sortbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background: var(--fec-soft);
  border-radius: var(--fec-radius-xs);
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.fec-sortbar__count {
  color: var(--fec-muted);
  font-size: 14px;
  font-weight: 600;
}

.fec-sortbar__tools {
  display: flex;
  align-items: center;
  gap: 12px;
}

.fec-sortbar__label {
  font-size: 13px;
  color: var(--fec-muted);
}

.fec-sort-select {
  padding: 8px;
  border: 1px solid var(--fec-line);
  border-radius: var(--fec-radius-xs);
  font-family: var(--fec-font);
  font-size: 14px;
  color: var(--fec-ink);
  background: var(--fec-white);
}

.fec-view-toggle {
  display: flex;
  gap: 8px;
}

.fec-view-toggle__btn {
  padding: 8px;
  min-width: 36px;
  height: 36px;
  border: 1px solid var(--fec-line);
  border-radius: var(--fec-radius-xs);
  background: var(--fec-white);
  color: var(--fec-muted);
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  transition: color var(--fec-t-fast), border-color var(--fec-t-fast);
}

.fec-view-toggle__btn.is-active {
  color: var(--fec-teal);
  border-color: var(--fec-teal);
}

/* Vista "lista": una colonna, card orizzontali. Applicata da FEC.listView
   aggiungendo .fec-grid--list al contenitore .fec-grid. */
.fec-grid--list {
  grid-template-columns: 1fr;
}

/* Paginazione (.fec-pager) */
.fec-pager {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0 40px;
}

.fec-pager__item {
  min-width: 36px;
  height: 36px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--fec-line);
  border-radius: var(--fec-radius-xs);
  color: var(--fec-ink);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color var(--fec-t-fast), color var(--fec-t-fast);
}

.fec-pager__item:hover {
  border-color: var(--fec-teal);
  color: var(--fec-teal);
}

.fec-pager__item.is-active {
  background: var(--fec-teal);
  color: var(--fec-white);
  border-color: var(--fec-teal);
}

.fec-pager__item--spacer {
  border: none;
  cursor: default;
}

.fec-pager__item.is-disabled {
  color: var(--fec-line-strong);
  border-color: var(--fec-line);
  pointer-events: none;
}

@media (min-width: 768px) {
  .fec-grid--list .fec-card {
    flex-direction: row;
  }
  .fec-grid--list .fec-card__img {
    width: 220px;
    flex: 0 0 220px;
  }
  .fec-grid--list .fec-card__body {
    flex: 1;
  }
}

/* ==========================================================================
   18. PAGINA OFFERTE / VOLANTINO
   Fedele a offerte_mockup.html: hero con countdown, griglia offerte con
   prezzo vecchio e nota Omnibus, sezione volantino, newsletter.
   ========================================================================== */
.fec-offers-hero {
  background: linear-gradient(135deg, var(--fec-red), var(--fec-red-dark));
  color: var(--fec-white);
  padding: 32px var(--fec-gutter);
  text-align: center;
}

.fec-offers-hero__title {
  font-size: 24px;
  margin-bottom: 12px;
  color: var(--fec-white);
}

.fec-countdown {
  display: inline-block;
  background: rgba(0, 0, 0, .2);
  padding: 8px 16px;
  border-radius: var(--fec-radius-sm);
  font-size: 18px;
  font-weight: 600;
}

.fec-offers {
  padding: 24px var(--fec-gutter);
  max-width: var(--fec-container);
  margin: 0 auto;
}

.fec-offer-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.fec-offer-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--fec-white);
  border-radius: var(--fec-radius-sm);
  padding: 12px;
  box-shadow: var(--fec-shadow-md);
}

.fec-offer-card__badge {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  background: var(--fec-gold);
  color: var(--fec-black);
  font-size: 11px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: var(--fec-radius-xs);
}

.fec-offer-card__img {
  aspect-ratio: 4 / 3;
  background: var(--fec-soft);
  border-radius: var(--fec-radius-xs);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fec-offer-card__title {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 8px;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.fec-offer-card__price-old {
  font-size: 12px;
  color: var(--fec-muted);
  text-decoration: line-through;
}

.fec-offer-card__price-new {
  font-size: 18px;
  font-weight: 700;
  color: var(--fec-red);
  margin-bottom: 4px;
}

.fec-offer-card__omnibus {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  color: var(--fec-muted);
  background: var(--fec-soft);
  padding: 4px;
  border-radius: var(--fec-radius-xs);
  margin-bottom: 12px;
}

.fec-offer-card__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 36px;
  border-radius: var(--fec-radius-xs);
  background: var(--fec-whatsapp);
  color: var(--fec-white);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background var(--fec-t-fast);
}

.fec-offer-card__cta:hover {
  background: var(--fec-whatsapp-dark);
  color: var(--fec-white);
}

/* Newsletter */
.fec-newsletter {
  background: var(--fec-white);
  padding: 24px;
  border-radius: var(--fec-radius-sm);
  margin-top: 32px;
  text-align: center;
  box-shadow: var(--fec-shadow-md);
}

.fec-newsletter__title {
  font-size: 18px;
  margin-bottom: 8px;
}

.fec-newsletter__text {
  color: var(--fec-muted);
  font-size: 14px;
  margin-bottom: 16px;
}

.fec-newsletter__form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 400px;
  margin: 0 auto;
}

.fec-newsletter__input {
  height: 44px;
  padding: 0 16px;
  border: 1px solid var(--fec-line);
  border-radius: var(--fec-radius-xs);
  font-family: var(--fec-font);
  font-size: 14px;
}

.fec-newsletter__submit {
  height: 44px;
  background: var(--fec-red);
  color: var(--fec-white);
  border: none;
  border-radius: var(--fec-radius-xs);
  font-family: var(--fec-font);
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: background var(--fec-t-fast);
}

.fec-newsletter__submit:hover {
  background: var(--fec-red-dark);
}

/* Volantino */
.fec-volantino {
  background: var(--fec-black);
  padding: 32px var(--fec-gutter);
  color: var(--fec-white);
}

.fec-volantino__title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 24px;
  color: var(--fec-white);
}

.fec-volantino__flipbook {
  max-width: 800px;
  margin: 0 auto;
  background: var(--fec-white);
  aspect-ratio: 3 / 4;
  border-radius: var(--fec-radius-sm);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  position: relative;
  color: var(--fec-ink);
}

.fec-volantino__page {
  flex: 1;
  height: 100%;
  margin: 0 12px;
  border: 1px dashed var(--fec-line);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  text-align: center;
}

.fec-volantino__placeholder {
  color: var(--fec-muted);
  font-size: 14px;
}

.fec-volantino__arrow {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  background: var(--fec-soft);
  border: none;
  border-radius: var(--fec-radius-pill);
  font-size: 20px;
  cursor: pointer;
  color: var(--fec-ink);
}

.fec-volantino__note {
  text-align: center;
  font-size: 14px;
  color: var(--fec-muted);
  margin-top: 24px;
}

@media (min-width: 768px) {
  .fec-offer-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .fec-offer-card__cta {
    height: 40px;
  }
  .fec-newsletter__form {
    flex-direction: row;
    max-width: 600px;
  }
  .fec-newsletter__input {
    flex: 1;
  }
  .fec-newsletter__submit {
    width: 150px;
  }
}

/* ==========================================================================
   19. PAGINA ASSISTENZA
   Fedele a assistenza_mockup.html: griglia contatti, orari, mappa, FAQ.
   ========================================================================== */
.fec-support__title {
  font-size: 24px;
  font-weight: 700;
  margin: 24px 0;
  padding: 0 var(--fec-gutter);
}

.fec-support-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding: 0 var(--fec-gutter) 24px;
  max-width: var(--fec-container);
  margin: 0 auto;
}

.fec-support-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.fec-support-card {
  background: var(--fec-white);
  border: 1px solid var(--fec-line);
  border-radius: var(--fec-radius-md);
  padding: 24px;
}

.fec-support-card__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
  color: var(--fec-black);
}

.fec-support-card__wa {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  height: 48px;
  margin-bottom: 16px;
  border-radius: var(--fec-radius-pill);
  background: var(--fec-whatsapp);
  color: var(--fec-white);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background var(--fec-t-fast);
}

.fec-support-card__wa:hover {
  background: var(--fec-whatsapp-dark);
  color: var(--fec-white);
}

.fec-support-card__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--fec-line);
}

.fec-support-card__item:last-child {
  border-bottom: none;
}

.fec-support-card__ico {
  font-size: 20px;
}

.fec-support-card__label {
  display: block;
  font-size: 13px;
  color: var(--fec-muted);
}

.fec-support-card__value {
  font-size: 15px;
  color: var(--fec-ink);
}

.fec-support-card__address {
  font-size: 15px;
  color: var(--fec-muted);
}

/* Orari */
.fec-hours {
  width: 100%;
  border-collapse: collapse;
}

.fec-hours td {
  padding: 12px 0;
  border-bottom: 1px solid var(--fec-line);
  font-size: 15px;
}

.fec-hours tr:last-child td {
  border-bottom: none;
}

.fec-hours__time {
  text-align: right;
  font-weight: 500;
}

.fec-hours__time--closed {
  color: var(--fec-red);
}

/* Mappa (placeholder) */
.fec-map {
  aspect-ratio: 16 / 9;
  background: var(--fec-placeholder-b);
  border-radius: var(--fec-radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: var(--fec-muted);
  margin-bottom: 16px;
}

/* FAQ accordion */
.fec-faq__item {
  border-bottom: 1px solid var(--fec-line);
}

.fec-faq__heading {
  margin: 0;
}

.fec-faq__trigger {
  width: 100%;
  text-align: left;
  padding: 16px 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--fec-black);
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  font-family: var(--fec-font);
}

.fec-faq__icon {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  position: relative;
  transition: transform var(--fec-t-fast);
}

.fec-faq__icon::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--fec-muted);
  border-bottom: 2px solid var(--fec-muted);
  transform: rotate(45deg);
}

.fec-faq__trigger[aria-expanded='true'] .fec-faq__icon {
  transform: rotate(180deg);
}

.fec-faq__panel {
  padding-bottom: 16px;
  font-size: 14px;
  color: var(--fec-muted);
  line-height: 1.5;
}

@media (min-width: 768px) {
  .fec-support-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}

/* ==========================================================================
   20. HERO NOVITA
   Fedele a novita_mockup.html: banner "Ultimi arrivi" (.fec-hero-novita).
   ========================================================================== */
.fec-hero-novita {
  background: linear-gradient(135deg, var(--fec-teal), var(--fec-teal-dark));
  color: var(--fec-white);
  padding: 32px var(--fec-gutter);
  border-radius: var(--fec-radius-md);
  text-align: center;
  margin-bottom: 24px;
}

.fec-hero-novita__icon {
  display: block;
  font-size: 32px;
  margin-bottom: 12px;
  color: var(--fec-gold);
}

.fec-hero-novita__title {
  font-size: 24px;
  font-weight: 700;
  color: var(--fec-white);
}
