/* BassiPrezzi – bianco, blu #1c96e9 per le azioni, rosso #cf2e2e per prezzi e accenti */
:root {
  --navy: #13294b;          /* titoli e testo forte */
  --blue: #1c96e9;          /* pulsanti */
  --blue-hover: #1584d0;
  --blue-text: #1577c2;     /* link su bianco (contrasto 4,7:1) */
  --blue-soft: #eaf5fd;
  --red: #cf2e2e;           /* prezzi, badge, accenti */
  --red-soft: #fdeeee;
  --green: #1a7f37;
  --ink: #1f2a3d;
  --muted: #5b6780;
  --line: #e6e9ef;
  --bg: #ffffff;
  --bg-soft: #f4f6f9;
  --card: #fff;
  --radius: 14px;
  --shadow: 0 1px 2px rgba(19, 41, 75, .04), 0 4px 14px rgba(19, 41, 75, .06);
  --shadow-hover: 0 10px 28px rgba(19, 41, 75, .12);
  --font-title: "Nunito", "Inter", system-ui, sans-serif;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; color: var(--ink); background: var(--bg); line-height: 1.5; font-size: 15px; }
a { color: var(--blue-text); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; }
h1, h2, h3, h4 { font-family: var(--font-title); color: var(--navy); letter-spacing: -.01em; }
h1 { font-size: 1.9rem; line-height: 1.2; margin: .2rem 0 .4rem; font-weight: 800; }
h2 { font-size: 1.35rem; margin: 0 0 .8rem; font-weight: 800; }
h3 { margin: 0; font-weight: 700; }
.container { max-width: 1240px; margin: 0 auto; padding: 0 16px; }
.section { padding-top: 28px; padding-bottom: 16px; }
.muted { color: var(--muted); }
.small { font-size: .85rem; }
.ok { color: var(--green); }
.ko { color: var(--red); }
.card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.pad { padding: 20px 22px; }
.chip { display: inline-block; background: var(--blue-soft); color: var(--navy); border-radius: 999px; padding: 2px 10px; font-size: .8rem; font-weight: 600; }
.badge { background: var(--red); color: #fff; border-radius: 6px; padding: 1px 6px; font-size: .75rem; font-weight: 700; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 6px; border: 1.5px solid var(--blue); background: #fff; color: var(--blue-text); padding: 9px 18px; border-radius: 8px; cursor: pointer; font: inherit; font-weight: 700; white-space: nowrap; transition: background .15s, box-shadow .15s; }
.btn:hover { background: var(--blue-soft); text-decoration: none; }
.btn-compare, .btn-cta { background: var(--blue); border-color: var(--blue); color: #fff; }
.btn-compare:hover, .btn-cta:hover { background: var(--blue-hover); border-color: var(--blue-hover); box-shadow: 0 6px 16px rgba(28, 150, 233, .3); }
.btn-small { padding: 6px 10px; }
.btn-ghost { border-color: var(--line); color: var(--navy); }
.icon-btn { background: none; border: 0; color: inherit; cursor: pointer; padding: 6px; }

/* Titoli di sezione con la lettera nel cerchio rosso (come il sito precedente) */
.title-accent { display: flex; align-items: center; gap: .1em; flex-wrap: wrap; font-size: 1.7rem; margin: 0; }
.title-accent .dot { display: inline-grid; place-items: center; width: 1.45em; height: 1.45em; margin: 0 .08em 0 .25em; border-radius: 50%; background: var(--red); color: #fff; font-size: .95em; line-height: 1; }
.section-sub { color: var(--muted); margin: 4px 0 0; font-size: .92rem; }

/* Header */
.site-header { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 30; }
.header-row { display: flex; align-items: center; gap: 22px; height: 72px; }
.logo { display: inline-flex; align-items: center; flex: none; }
.logo img { height: 42px; width: auto; display: block; }
.logo:hover { text-decoration: none; }
.menu-toggle { display: none; color: var(--navy); }
.search { position: relative; flex: 1; display: flex; max-width: 640px; }
.search input { flex: 1; min-width: 0; border: 1.5px solid var(--line); background: var(--bg-soft); border-right: 0; border-radius: 10px 0 0 10px; padding: 11px 16px; font: inherit; outline: none; color: var(--ink); transition: border-color .15s, background .15s; }
.search input:focus { border-color: var(--blue); background: #fff; }
.search button { border: 0; background: var(--blue); color: #fff; padding: 0 18px; border-radius: 0 10px 10px 0; cursor: pointer; font: inherit; font-weight: 700; }
.search button:hover { background: var(--blue-hover); }
.header-links { display: flex; gap: 20px; font-weight: 700; margin-left: auto; }
.header-links a { color: var(--navy); font-family: var(--font-title); }
.header-links a:hover { color: var(--blue-text); text-decoration: none; }
.suggest { position: absolute; top: calc(100% + 6px); left: 0; right: 0; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 16px 36px rgba(19, 41, 75, .16); overflow: hidden; z-index: 50; }
.suggest a { display: flex; align-items: center; gap: 12px; padding: 8px 12px; color: var(--ink); }
.suggest a:hover, .suggest a.active { background: var(--blue-soft); text-decoration: none; }
.suggest img { width: 38px; height: 38px; object-fit: contain; }
.suggest .s-title { flex: 1; font-size: .9rem; }
.suggest .s-price { font-weight: 800; color: var(--red); white-space: nowrap; }
.suggest .s-group { font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); padding: 8px 12px 2px; }

.catnav { background: #fff; border-top: 1px solid var(--line); }
.catnav-row { display: flex; gap: 4px; overflow-x: auto; scrollbar-width: none; }
.catnav-row::-webkit-scrollbar { display: none; }
.catnav-item { position: static; }
.catnav-item > a { display: block; color: var(--navy); padding: 11px 12px; font-size: .9rem; font-weight: 700; white-space: nowrap; border-bottom: 3px solid transparent; font-family: var(--font-title); }
.catnav-item > a:hover, .catnav-item:hover > a { color: var(--blue-text); border-bottom-color: var(--blue); text-decoration: none; }
.mega { display: none; position: absolute; left: 0; right: 0; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 20px 40px rgba(19, 41, 75, .14); }
.mega-inner { max-width: 1240px; margin: 0 auto; padding: 20px 16px 22px; }
.mega-title { font-family: var(--font-title); font-weight: 800; font-size: 1.1rem; color: var(--navy); margin-bottom: 8px; }
.mega-links { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 2px 26px; }
.mega-links a { color: var(--ink); padding: 7px 0; border-bottom: 1px solid var(--line); }
.mega-links a:hover { color: var(--blue-text); text-decoration: none; }
.mega-all { display: inline-block; margin-top: 12px; font-weight: 700; }
@media (hover: hover) and (min-width: 900px) { .catnav-item:hover .mega { display: block; } }

/* Hero */
.hero { background: var(--bg-soft); padding: 54px 0 60px; }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: center; }
.pill { display: inline-block; background: var(--navy); color: #fff; border-radius: 999px; padding: 6px 16px; font-size: .82rem; font-weight: 600; margin-bottom: 16px; }
.hero h1 { font-size: 2.5rem; line-height: 1.15; margin-bottom: 14px; }
.hero h1 .hl { color: var(--blue); }
.hero h1 .hl-red { color: var(--red); }
.hero p.lead { color: var(--muted); max-width: 560px; margin: 0 0 22px; }
.search-hero { max-width: 600px; }
.search-hero input { background: #fff; padding: 15px 18px; font-size: 1.02rem; box-shadow: var(--shadow); }
.search-hero button { padding: 0 28px; font-size: 1rem; }
.quick-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; align-items: center; font-size: .88rem; }
.quick-links a { background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 4px 12px; color: var(--navy); }
.quick-links a:hover { border-color: var(--blue); text-decoration: none; }
.hero-deals { display: grid; gap: 12px; }
.hero-deals-title { font-family: var(--font-title); font-weight: 800; color: var(--navy); margin: 0 0 2px; }
.mini-offer { display: grid; grid-template-columns: 64px 1fr auto; gap: 14px; align-items: center; background: #fff; border-radius: var(--radius); padding: 12px 14px; box-shadow: var(--shadow); color: var(--ink); transition: transform .15s, box-shadow .15s; }
.mini-offer:hover { transform: translateY(-2px); box-shadow: var(--shadow-hover); text-decoration: none; }
.mini-offer img { width: 64px; height: 64px; object-fit: contain; }
.mini-offer .t { font-weight: 600; font-size: .9rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.mini-offer .n { color: var(--muted); font-size: .8rem; }
.mini-offer .p { font-family: var(--font-title); font-weight: 800; color: var(--red); font-size: 1.15rem; white-space: nowrap; }

.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.section-head h2 { margin: 0; }
.link-btn { border: 1.5px solid var(--blue); color: var(--blue-text); border-radius: 6px; padding: 6px 14px; font-weight: 700; font-size: .85rem; white-space: nowrap; }
.link-btn:hover { background: var(--blue-soft); text-decoration: none; }

/* Categorie in home */
.cat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 16px; }
.cat-tile { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 12px; box-shadow: var(--shadow); transition: transform .15s, box-shadow .15s; display: flex; flex-direction: column; }
.cat-tile:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.cat-tile-head { display: block; color: var(--navy); text-align: center; font-family: var(--font-title); font-weight: 800; }
.cat-tile-head:hover { text-decoration: none; color: var(--blue-text); }
.cat-media { display: grid; place-items: center; height: 120px; border-radius: 10px; background: var(--bg-soft); margin-bottom: 10px; overflow: hidden; }
.cat-media img { width: 100%; height: 100%; object-fit: cover; }
.cat-media img.contain { object-fit: contain; padding: 10px; background: #fff; }
.cat-icon { font-size: 2.6rem; }
.cat-count { display: block; font-family: Inter, sans-serif; font-weight: 500; color: var(--muted); font-size: .78rem; margin-top: 2px; }
.cat-tile ul { list-style: none; padding: 8px 0 0; margin: 8px 0 0; font-size: .84rem; border-top: 1px solid var(--line); }
.cat-tile li { padding: 2px 0; }
.cat-tile li a { color: var(--muted); }
.cat-tile li a:hover { color: var(--blue-text); }
.tile-more { color: var(--blue-text) !important; font-weight: 600; }

/* Card prodotto */
.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 16px; }
.product-card { display: flex; flex-direction: column; overflow: hidden; transition: transform .15s, box-shadow .15s; }
.product-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.card-img { display: grid; place-items: center; height: 180px; padding: 14px; background: #fff; }
.card-img img { max-height: 152px; object-fit: contain; }
.noimg { color: var(--muted); font-size: .8rem; }
.card-body { padding: 4px 16px 4px; flex: 1; }
.card-brand { font-size: .72rem; text-transform: uppercase; font-weight: 700; color: var(--muted); letter-spacing: .06em; }
.card-title { font-family: Inter, sans-serif; font-size: .92rem; font-weight: 600; margin: 3px 0 8px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.card-title a { color: var(--ink); }
.card-foot { padding: 10px 16px 16px; display: grid; gap: 10px; border-top: 1px solid var(--line); margin-top: 6px; }
.price-from small { color: var(--muted); }
.price-from strong { font-family: var(--font-title); font-size: 1.4rem; color: var(--red); font-weight: 800; }

/* Fascia rossa "come funziona" */
.band { background: var(--red); background-image: radial-gradient(circle at 10% 120%, rgba(255, 255, 255, .12), transparent 40%), radial-gradient(circle at 95% -20%, rgba(255, 255, 255, .1), transparent 35%); color: #fff; padding: 46px 0; margin: 34px 0 12px; }
.band h2 { color: #fff; margin-bottom: 20px; }
.how { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.how > div { background: #fff; color: var(--ink); border-radius: var(--radius); padding: 22px; box-shadow: 0 12px 30px rgba(0, 0, 0, .12); }
.how b { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--red); color: #fff; font-family: var(--font-title); }
.how h3 { margin: 10px 0 4px; }
.how p { margin: 0; color: var(--muted); }

.shop-strip { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 14px; }
.shop-logo { height: 70px; display: grid; place-items: center; background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 10px; color: var(--navy); font-weight: 800; font-family: var(--font-title); box-shadow: var(--shadow); }
.shop-logo:hover { border-color: var(--blue); text-decoration: none; }
.shop-logo img { max-height: 46px; object-fit: contain; }

/* Breadcrumb e listing */
.breadcrumbs { font-size: .84rem; color: var(--muted); margin-bottom: 10px; }
.listing-head { display: flex; align-items: center; gap: 16px; }
.listing-logo { height: 56px; max-width: 160px; object-fit: contain; background: #fff; border-radius: 8px; padding: 6px; border: 1px solid var(--line); }
.subcats { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 4px; align-items: center; }
.subcat { background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 6px 14px; color: var(--navy); font-size: .88rem; font-weight: 600; }
.subcat small { color: var(--muted); margin-left: 4px; font-weight: 500; }
.subcat:hover { border-color: var(--blue); color: var(--blue-text); text-decoration: none; }
.subcat-small { padding: 4px 10px; font-size: .82rem; }
.listing-layout { display: grid; grid-template-columns: 260px 1fr; gap: 22px; margin-top: 18px; align-items: start; }
.filters { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 6px 16px 16px; position: sticky; top: 132px; max-height: calc(100vh - 150px); overflow: auto; box-shadow: var(--shadow); }
.filters-head { display: flex; align-items: center; justify-content: space-between; padding: 10px 0; }
.filters-head h2 { margin: 0; font-size: 1.1rem; }
.filters-close { display: none; }
.facet { border-top: 1px solid var(--line); padding: 10px 0; }
.facet summary { font-weight: 700; color: var(--navy); cursor: pointer; margin-bottom: 6px; list-style: none; display: flex; justify-content: space-between; }
.facet summary::after { content: "▾"; color: var(--muted); }
.facet[open] summary::after { content: "▴"; }
.facet-opt, .facet-check { display: flex; align-items: center; gap: 8px; padding: 4px 0; color: var(--ink); font-size: .9rem; }
.facet-opt.on { font-weight: 700; color: var(--blue-text); }
.facet-check small, .facet-opt small { color: var(--muted); margin-left: auto; }
.facet-check .box { width: 17px; height: 17px; border: 1.5px solid #b3bccb; border-radius: 4px; flex: none; }
.facet-check.on .box { background: var(--blue); border-color: var(--blue); box-shadow: inset 0 0 0 3px #fff; }
.facet-check:hover, .facet-opt:hover { text-decoration: none; color: var(--blue-text); }
.facet-list.collapsed > a:nth-child(n+9) { display: none; }
.facet-more { background: none; border: 0; color: var(--blue-text); cursor: pointer; padding: 4px 0; font: inherit; font-size: .85rem; font-weight: 700; }
.price-form { display: flex; gap: 6px; margin-top: 8px; }
.price-form input { width: 100%; min-width: 0; border: 1px solid var(--line); border-radius: 8px; padding: 6px 8px; font: inherit; }
.results-bar { display: flex; justify-content: flex-end; align-items: center; gap: 12px; margin-bottom: 12px; }
.filters-open { display: none; margin-right: auto; }
.sort-form select { border: 1px solid var(--line); border-radius: 8px; padding: 8px 10px; font: inherit; background: #fff; margin-left: 6px; color: var(--navy); }
.row-item { display: grid; grid-template-columns: 120px 1fr 220px; gap: 18px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 16px; margin-bottom: 12px; box-shadow: var(--shadow); transition: box-shadow .15s; }
.row-item:hover { box-shadow: var(--shadow-hover); }
.row-img { height: 110px; display: grid; place-items: center; }
.row-img img { max-height: 110px; object-fit: contain; }
.row-main h3 { font-family: Inter, sans-serif; font-size: 1.02rem; font-weight: 600; }
.row-main h3 a { color: var(--navy); }
.row-meta { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-top: 6px; font-size: .88rem; }
.row-price { display: grid; gap: 6px; justify-items: end; text-align: right; }
.empty { text-align: center; padding: 50px 16px; background: #fff; border-radius: var(--radius); border: 1px solid var(--line); }
.pagination { display: flex; justify-content: center; align-items: center; gap: 18px; padding: 18px 0 30px; }
.pagination a { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 8px 14px; font-weight: 700; }
.backdrop { position: fixed; inset: 0; background: rgba(19, 41, 75, .45); z-index: 40; }
.more-subcats { margin: 6px 0 0; }
.more-subcats summary { cursor: pointer; color: var(--blue-text); font-weight: 700; font-size: .9rem; }
.more-subcats .subcats { margin-top: 8px; }

/* Scheda prodotto */
.product-top { display: grid; grid-template-columns: 400px 1fr; gap: 30px; margin-top: 6px; }
.product-gallery { display: grid; place-items: center; min-height: 360px; padding: 22px; }
.product-gallery img { max-height: 320px; object-fit: contain; }
.product-info h1 { font-size: 1.7rem; }
.best-box { display: flex; justify-content: space-between; align-items: center; gap: 16px; background: #fff; border: 1px solid var(--line); border-left: 5px solid var(--red); border-radius: var(--radius); padding: 18px 22px; margin: 16px 0 8px; box-shadow: var(--shadow); }
.best-price { font-family: var(--font-title); font-size: 2.3rem; font-weight: 800; color: var(--red); line-height: 1.1; }
.best-box .btn-cta { padding: 14px 26px; font-size: 1.02rem; }
.variants { margin-top: 14px; }
.variant-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }
.variant { display: grid; border: 1px solid var(--line); background: #fff; border-radius: 10px; padding: 6px 12px; color: var(--navy); font-weight: 700; font-size: .9rem; }
.variant small { color: var(--muted); font-weight: 500; }
.variant.on { border: 2px solid var(--blue); }
.variant:hover { text-decoration: none; border-color: var(--blue); }
.offers { display: grid; gap: 10px; margin-bottom: 10px; }
.offer { display: grid; grid-template-columns: 170px 1fr 170px 180px; gap: 16px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 16px 18px; box-shadow: var(--shadow); }
.offer-best { border: 2px solid var(--blue); }
.offer-oos { opacity: .65; }
.offer-logo { display: flex; align-items: center; height: 40px; font-weight: 800; color: var(--navy); font-family: var(--font-title); }
.offer-logo img { max-height: 40px; max-width: 150px; object-fit: contain; }
.offer-title a { color: var(--ink); font-weight: 500; }
.offer-price { text-align: right; }
.offer-price strong { display: block; font-family: var(--font-title); font-size: 1.4rem; color: var(--navy); font-weight: 800; }
.offer-best .offer-price strong { color: var(--red); }
.offer-price .old { text-decoration: line-through; color: var(--muted); font-size: .85rem; }
.offer-cta { display: grid; justify-items: end; gap: 6px; }
.best-label { font-size: .7rem; font-weight: 800; color: #fff; background: var(--red); border-radius: 6px; padding: 2px 8px; text-transform: uppercase; letter-spacing: .04em; }
.stars { color: #f5a300; letter-spacing: 1px; }
.stars-off { color: #d5dbe5; }
.product-details { display: grid; grid-template-columns: 2fr 1fr; gap: 16px; margin-top: 18px; }
.description { white-space: normal; color: #3b475c; }
.specs { display: grid; grid-template-columns: auto 1fr; gap: 6px 16px; margin: 0; }
.specs dt { color: var(--muted); }
.specs dd { margin: 0; font-weight: 600; }

/* Indice categorie e negozi */
.index-grid { columns: 3 320px; column-gap: 18px; }
.index-block { break-inside: avoid; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; margin-bottom: 18px; box-shadow: var(--shadow); }
.index-block h2 a { color: var(--navy); }
.index-sub { padding: 4px 0; }
.index-sub-title { font-weight: 700; }
.index-sub small { color: var(--muted); font-weight: 400; }
.index-leaves { display: flex; flex-wrap: wrap; gap: 4px 12px; font-size: .85rem; padding: 2px 0 4px 10px; }
.index-leaves a { color: var(--muted); }
.shops-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; }
.shop-card { display: grid; gap: 4px; padding: 18px; color: var(--ink); justify-items: center; text-align: center; transition: transform .15s, box-shadow .15s; }
.shop-card:hover { text-decoration: none; transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.shop-card-logo { height: 60px; display: grid; place-items: center; font-weight: 800; font-size: 1.1rem; color: var(--navy); font-family: var(--font-title); }
.shop-card-logo img { max-height: 56px; max-width: 170px; object-fit: contain; }

/* Footer */
.site-footer { background: var(--navy); color: #c9d3e3; margin-top: 50px; padding: 40px 0 20px; font-size: .9rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 2fr; gap: 30px; }
.site-footer h4 { color: #fff; margin: 0 0 10px; }
.site-footer a { color: #c9d3e3; display: block; padding: 2px 0; }
.site-footer a:hover { color: #fff; }
.logo-footer { margin-bottom: 10px; }
.logo-footer img { height: 40px; }
.copyright { border-top: 1px solid rgba(255, 255, 255, .14); margin-top: 22px; padding-top: 14px; color: #9fb0c8; }

/* Banner cookie */
.consent { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 100; display: flex; justify-content: center; }
.consent[hidden] { display: none; }
.consent-box { background: #fff; border: 1px solid var(--line); border-top: 4px solid var(--blue); border-radius: 14px; box-shadow: 0 18px 40px rgba(19, 41, 75, .22); padding: 16px 18px; max-width: 760px; width: 100%; }
.consent-box p { margin: 0 0 10px; font-size: .92rem; }
.consent-options { display: flex; flex-wrap: wrap; gap: 14px; margin: 0 0 12px; font-size: .9rem; }
.consent-options[hidden] { display: none; }
.consent-actions { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.consent-actions [hidden] { display: none; }

/* immagini non caricate: niente testo alternativo che sborda */
.card-img img, .row-img img, .product-gallery img, .suggest img, .mini-offer img, .cat-media img { color: transparent; font-size: 0; }

/* Responsive */
@media (max-width: 1000px) {
  .offer { grid-template-columns: 1fr auto; }
  .offer-title { grid-column: 1 / -1; grid-row: 2; }
  .offer-price { grid-row: 3; text-align: left; }
  .offer-cta { grid-row: 3; }
  .hero-grid { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .header-row { flex-wrap: wrap; height: auto; padding-top: 10px; padding-bottom: 10px; gap: 10px; }
  .menu-toggle { display: block; }
  .header-links { display: none; }
  .search { order: 3; flex-basis: 100%; max-width: none; }
  .catnav { display: none; }
  .catnav.open { display: block; }
  .catnav-row { flex-direction: column; }
  .mega { display: none !important; }
  .listing-layout { grid-template-columns: 1fr; }
  .filters { position: fixed; top: 0; left: 0; bottom: 0; width: min(88vw, 340px); max-height: none; border-radius: 0; z-index: 50; transform: translateX(-105%); transition: transform .2s; }
  .filters.open { transform: none; }
  .filters-close, .filters-open { display: inline-flex; }
  .product-top { grid-template-columns: 1fr; }
  .product-gallery { min-height: 240px; }
  .product-details { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .how { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  h1 { font-size: 1.45rem; }
  .title-accent { font-size: 1.35rem; }
  .hero { padding: 30px 0 34px; }
  .hero h1 { font-size: 1.75rem; }
  .logo img { height: 36px; }
  .row-item { grid-template-columns: 84px 1fr; }
  .row-img { height: 84px; }
  .row-price { grid-column: 1 / -1; grid-template-columns: 1fr auto; justify-items: start; text-align: left; align-items: center; }
  .row-price .btn { grid-column: 2; grid-row: 1 / span 2; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .cat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .cat-media { height: 90px; }
  .card-img { height: 140px; }
  .best-box { flex-direction: column; align-items: stretch; }
  .best-box .btn-cta { width: 100%; }
  .consent { left: 8px; right: 8px; bottom: 8px; }
  .consent-actions .btn { flex: 1 1 auto; }
}
