/** Shopify CDN: Minification failed

Line 1091:3 Unexpected "="

**/
/* GommaDOT storefront experience — mobile-first refinement layer */
:root {
  /* Palette identica al canvas approvato */
  --gd-ink: #0d1b2a;
  --gd-navy: #003366;
  --gd-navy-2: #0059b3;
  --gd-navy-dark: #001426;
  --gd-orange: #ff791a;
  --gd-sky: #00aaff;
  --gd-muted: #f4f6f8;
  --gd-line: #dfe4ea;
  --gd-subtle: #66788c;
  --gd-radius-sm: 12px;
  --gd-radius: 18px;
  --gd-radius-lg: 26px;
  --gd-shadow-sm: 0 7px 22px rgba(0, 31, 61, .07);
  --gd-shadow: 0 22px 52px rgba(0, 31, 61, .13);
  --gd-header-dark: #001426;
  --gd-star: #ff9900;
  --gd-green: #0a7d3e;
}

html { overflow-x: clip; }
body { color: var(--gd-ink); background: #fff; }
.toast { opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(calc(100% + 2rem)); }
.toast.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.page-width { width: min(calc(100% - 2.5rem), var(--page-width)); }
.section { padding-block: clamp(3rem, 6vw, 5.75rem); }
.section--muted { background: var(--gd-muted); }
.section-header { margin-bottom: clamp(1.4rem, 3vw, 2.2rem); }
.section-header h1,
.section-header h2 { font-size: clamp(2rem, 4vw, 3.15rem); letter-spacing: -.045em; }
.section-header__eyebrow,
.eyebrow { color: #ad4300; }
.button { min-height: 48px; border-radius: 14px; }
.button--primary { background: var(--gd-orange); border-color: var(--gd-orange); color: #301303; box-shadow: 0 8px 20px rgba(255, 121, 26, .2); }
.button--primary:hover { background: #ec6808; border-color: #ec6808; }
.button--secondary { background: var(--gd-navy); border-color: var(--gd-navy); }
.field input,
.field select,
.field textarea,
select { border-color: var(--gd-line); background: #fff; }

/* Utility bar and header — barra scura stile marketplace */
.announcement-bar { background: #000b16; font-size: .72rem; }
.announcement-bar__inner { min-height: 32px; }
.site-header { background: var(--gd-header-dark); box-shadow: none; color: #fff; }
.site-header__main { min-height: 68px; grid-template-columns: minmax(150px, 200px) minmax(320px, 1fr) auto; gap: clamp(1rem, 2.4vw, 2rem); }
.site-logo { width: min(var(--logo-width), 200px); }
.site-logo img { max-height: 34px; }
.site-header__actions { gap: 1.1rem; }
.header-action { min-height: 42px; border-radius: 8px; color: #fff; }
.header-action:hover { color: #fff; background: rgba(255,255,255,.08); }
.header-action--cart,
.header-action--account { display: flex; align-items: center; gap: .45rem; padding-inline: .55rem; border: 0; min-width: 0; }
.header-action__stack { display: grid; line-height: 1.2; text-align: left; }
.header-action__stack small { color: #8fa3b8; font-size: .68rem; }
.header-action__stack strong { font-size: .78rem; font-weight: 800; white-space: nowrap; }
.header-action__cart-icon { position: relative; display: flex; }
.header-action--wishlist { width: 42px; padding: 0; }
.cart-count { top: -5px; right: -7px; background: var(--gd-orange); color: #2b1000; }

/* Riga di ricerca: prefisso categorie + campo + bottone arancione, in un unico blocco */
.header-search--desktop .search-form { display: flex; align-items: stretch; border-radius: 7px; overflow: hidden; background: #fff; }
.search-form__input { height: 42px; border: 0; border-radius: 0; background: #fff; padding: .6rem 1rem; font-size: .88rem; }
.search-form__input:focus { box-shadow: none; }
.search-form__button { position: static; width: 50px; min-width: 50px; height: auto; gap: 0; border-radius: 0; padding: 0; background: var(--gd-orange); color: #2b1000; }
.search-form__button span { display: none; }
.search-form__button:hover { background: #ec6808; color: #2b1000; }

.site-header__nav-wrap { border-color: rgba(255,255,255,.09); background: rgba(255,255,255,.04); color: #cbd6e2; }
.site-header__nav-inner { display: flex; align-items: center; gap: .3rem; }
.nav-catalog { display: flex; align-items: center; gap: .38rem; padding: .45rem .9rem .45rem 0; margin-right: .35rem; border-right: 1px solid rgba(255,255,255,.13); color: #fff; font-size: .78rem; font-weight: 800; white-space: nowrap; }
.nav-catalog:hover { color: var(--gd-orange); }
.nav-catalog .icon { width: .9rem; height: .9rem; }
.nav-badge { margin-left: auto; display: flex; align-items: center; gap: .35rem; padding: .3rem .65rem; border-radius: 5px; background: rgba(255,121,26,.16); color: #ffb877; font-size: .71rem; font-weight: 800; white-space: nowrap; }
.nav-badge .icon { width: .85rem; height: .85rem; }
.desktop-nav > ul { justify-content: flex-start; gap: 0; }
.desktop-nav > ul > li > a,
.desktop-nav > ul > li > details > summary { min-height: 40px; padding-inline: .75rem; font-size: .78rem; font-weight: 600; color: #cbd6e2; }
.desktop-nav a:hover,
.desktop-nav summary:hover,
.desktop-nav [aria-current=page] { color: #fff; background: rgba(255,255,255,.08); }
.nav-dropdown { border-radius: 0 0 12px 12px; box-shadow: var(--gd-shadow); color: var(--gd-ink); }
.predictive-search__results { top: calc(100% + .65rem); border-radius: 20px; box-shadow: var(--gd-shadow); overscroll-behavior: contain; }
.predictive-product { grid-template-columns: 58px minmax(0, 1fr); min-height: 72px; }
.predictive-product__footer { display: flex; align-items: center; justify-content: space-between; gap: .5rem; }
.predictive-product__status { color: #25803c; font-size: .62rem; font-weight: 800; }
.predictive-product__status.is-sold-out { color: #a53a3a; }
.predictive-results__all { background: var(--gd-navy); }

/* Finder home — layout a due pannelli: illustrazione misura + campi */
.tyre-finder-section { padding-block: 1.6rem 2.2rem; }
.tyre-finder-section__title { margin: 0 0 1.1rem; font-size: clamp(1.35rem, 2.4vw, 1.65rem); font-weight: 800; text-align: center; letter-spacing: -.025em; }

.vehicle-tabs { margin-bottom: .9rem; }
.vehicle-tabs__list { padding: .3rem; border-radius: 14px; }
.vehicle-tabs label { min-height: 44px; border-radius: 11px; }
.vehicle-tabs input:checked + label { color: var(--gd-navy); box-shadow: 0 4px 12px rgba(0, 51, 102, .09); }

/* Variante a linguette sottolineate (home): niente pillola, solo underline attivo */
.vehicle-tabs--underline { margin-bottom: 0; }
.vehicle-tabs--underline .vehicle-tabs__list { display: flex; justify-content: center; gap: 0; max-width: none; padding: 0; border-radius: 0; background: none; border-bottom: 1px solid var(--gd-line); }
.vehicle-tabs--underline label { min-height: 0; display: flex; align-items: center; gap: .45rem; padding: .7rem 1.35rem; border-radius: 0; border-bottom: 3px solid transparent; background: none; color: var(--gd-subtle); font-size: .85rem; font-weight: 600; box-shadow: none; }
.vehicle-tabs--underline label .icon { width: 1.15rem; height: 1.15rem; }
.vehicle-tabs--underline input:checked + label { border-bottom-color: var(--gd-orange); background: none; color: var(--gd-ink); font-weight: 800; box-shadow: none; }

.tyre-search-form--hero { margin-inline: auto; }
.tyre-search-form--hero .tyre-search-form__body { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); margin-top: 1.4rem; border: 1px solid var(--gd-line); border-radius: var(--gd-radius); overflow: hidden; background: #fff; }
.tyre-finder__aside { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .2rem; border-right: 1px solid var(--gd-line); background: var(--gd-muted); padding: 1.5rem; }
.tyre-finder__hint { display: flex; align-items: center; gap: .45rem; margin-bottom: .9rem; color: var(--gd-ink); font-size: .83rem; font-weight: 700; text-align: center; }
.tyre-finder__hint .icon { width: 1.05rem; height: 1.05rem; color: var(--gd-subtle); flex: 0 0 auto; }
.tyre-illustration { width: min(190px, 60%); height: auto; }
.tyre-finder__size-plate { margin-top: .9rem; border-radius: 6px; background: var(--gd-ink); padding: .5rem .9rem; color: #fff; font-size: 1rem; font-weight: 900; letter-spacing: .06em; }
.tyre-finder__size-legend { margin-top: .45rem; color: var(--gd-subtle); font-size: .72rem; }
.tyre-search-form--hero .tyre-search-form__main { padding: 1.5rem; }
.tyre-search-form__legend { display: block; margin-bottom: 1rem; font-size: 1.02rem; font-weight: 800; }
.tyre-search-form__sublabel { display: block; margin-bottom: .5rem; color: var(--gd-subtle); font-size: .76rem; font-weight: 700; }

.tyre-search-form__fields { gap: .65rem; margin-bottom: 1rem; }
.tyre-search-form__fields .field { gap: .3rem; font-size: .73rem; }
.tyre-search-form__fields .field select { min-height: 46px; border-radius: 10px; font-size: 16px; font-weight: 700; }
.tyre-search-form--hero .tyre-search-form__fields { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tyre-search-form__submit { min-height: 48px; border-radius: 10px; }

.popular-sizes { display: flex; align-items: center; flex-wrap: wrap; gap: .4rem; margin-top: 1.1rem; }
.popular-sizes__label { color: var(--gd-subtle); font-size: .76rem; font-weight: 700; }
.popular-sizes > a { min-height: 34px; display: inline-flex; align-items: center; border: 1px solid var(--gd-line); border-radius: 8px; background: var(--gd-muted); padding-inline: .7rem; color: var(--gd-navy); font-size: .78rem; font-weight: 700; }
.popular-sizes > a:hover { border-color: var(--gd-orange); background: #fff8f2; color: var(--gd-ink); }

/* Category navigation */
.category-grid { gap: 1rem; }
.category-card { min-height: 192px; border-radius: 20px; padding: 1.2rem; box-shadow: 0 5px 16px rgba(0,31,61,.035); }
.category-card::before { width: 190px; height: 190px; top: -98px; right: -65px; opacity: .1; }
.category-card__icon { width: 52px; height: 52px; border-radius: 16px; }
.category-card h3 { font-size: 1.17rem; }
.category-card__link { color: var(--gd-navy); }
.category-card--season { border: 0; color: #fff; background: var(--category-color); background: linear-gradient(140deg, color-mix(in srgb, var(--category-color) 92%, #001f3d), var(--category-color)); box-shadow: 0 12px 28px rgba(0,31,61,.14); }
.category-card--season::before { background: #fff; opacity: .11; }
.category-card--season .category-card__icon { background: rgba(255,255,255,.16); }
.category-card--season p { color: rgba(255,255,255,.8); }
.category-card--season .category-card__link { color: #fff; }
.brand-grid--dynamic { grid-template-columns: repeat(auto-fit, minmax(140px, 180px)); justify-content: center; }
.brand-grid--dynamic .brand-tile { width: 100%; }

/* Tyre product cards */
.product-grid { gap: clamp(.85rem, 1.4vw, 1.25rem); }
.product-card { display: flex; border-color: var(--gd-line); border-radius: 24px; background: #fff; box-shadow: 0 4px 14px rgba(0,31,61,.035); overflow: hidden; }
.product-card__top { position: relative; display: grid; grid-template-columns: minmax(0, 58%) minmax(105px, 42%); min-height: 220px; background: linear-gradient(145deg, #fff 38%, #f5f8fb); }
.product-card__identity { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; padding: 1rem 0 .85rem 1rem; }
.product-card__brand-well { width: 100%; min-height: 31px; display: flex; align-items: center; padding-right: .4rem; }
.product-card__brand { width: 100%; height: 27px; margin: 0; }
.product-card__brand .brand-logo__image { max-width: 132px; max-height: 25px; }
.product-card__badges { position: static; max-width: none; display: flex; gap: .3rem; margin: .6rem 0 .75rem; }
.badge { min-height: 23px; padding-inline: .5rem; font-size: .62rem; }
.badge--vehicle { background: #edf2f6; color: #526678; }
.product-card__title { min-height: 0; margin: 0 0 .3rem; font-size: 1.02rem; line-height: 1.15; }
.product-card__title a { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.product-card__size { margin: 0; color: var(--gd-navy); font-size: clamp(1.12rem, 1.7vw, 1.32rem); font-weight: 900; line-height: 1.08; letter-spacing: -.035em; }
.product-card__indices { display: flex; flex-wrap: wrap; gap: .3rem .55rem; margin: .45rem 0 0; color: var(--gd-ink); font-size: .69rem; font-weight: 800; }
.product-card__indices span { white-space: nowrap; }
.product-card__indices small { color: var(--gd-subtle); font-size: .58rem; font-weight: 700; }
.product-card__media { min-width: 0; aspect-ratio: auto; background: transparent; padding: 2.2rem .45rem .7rem 0; }
.product-card__image { max-height: 172px; object-fit: contain; filter: drop-shadow(0 11px 12px rgba(0,31,61,.1)); }
.product-card__wishlist { top: .65rem; right: .65rem; width: 40px; height: 40px; border-color: rgba(0,31,61,.12); box-shadow: 0 4px 12px rgba(0,31,61,.06); }
.product-card__body { flex: 1; padding: 0 1rem 1rem; }
.eu-labels { width: 100%; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .35rem; margin: 0; padding: .75rem 0; border-color: var(--gd-line); }
.eu-label { min-width: 0; gap: .35rem; }
.eu-label__icon { width: 32px; height: 32px; background: #edf4fb; }
.eu-label__icon.grade-na { background: #f0f2f4; color: #7b8996; }
.eu-label__icon.grade-noise { background: #eaf3fd; color: var(--gd-navy); }
.eu-label__icon.grade-noise.grade-na { background: #f0f2f4; color: #7b8996; }
.eu-label__copy small { font-size: .55rem; }
.eu-label__copy strong { font-size: .75rem; }
.eu-label__unit { font-size: .58rem; }
.product-card__meta { min-height: 33px; display: flex; align-items: center; justify-content: space-between; gap: .5rem; color: var(--gd-subtle); font-size: .6rem; }
.product-card__meta > span:first-child { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.product-card__availability { display: inline-flex; align-items: center; gap: .3rem; color: #25803c; font-weight: 800; white-space: nowrap; }
.product-card__availability i { width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.product-card__availability.is-sold-out { color: #a53a3a; }
.product-card__purchase { margin-top: auto; align-items: center; padding-top: .75rem; border-top: 1px solid var(--gd-line); }
.product-card__price { min-width: 0; }
.product-card__cta { min-width: 108px; min-height: 44px; padding: .65rem .8rem; border-radius: 12px; font-size: .75rem; }
.product-card__cta .icon { width: 1rem; height: 1rem; }
.quick-add-form { flex: 0 0 auto; }

@media (hover: hover) and (pointer: fine) {
  .product-card:hover { transform: translateY(-4px); border-color: rgba(0,51,102,.26); box-shadow: 0 20px 42px rgba(0,31,61,.11); }
  .product-card:hover .product-card__image { transform: scale(1.035); }
}

/* Collections, search and Shopify-native filters */
.collection-hero { padding-block: clamp(1.8rem, 4vw, 3.2rem); background: linear-gradient(180deg, #f6f9fc, #fff); border-color: var(--gd-line); }
.collection-hero h1 { font-size: clamp(2rem, 4.5vw, 3.45rem); letter-spacing: -.05em; }
.shop-section { padding-block: 1.5rem 4.5rem; }
.inline-tyre-finder { border-radius: 18px; background: #f6f9fc; }
.inline-tyre-finder > summary { min-height: 58px; }
.shop-toolbar { min-height: 62px; margin-bottom: 1rem; border: 1px solid var(--gd-line); border-radius: 17px; background: #fff; padding: .55rem .75rem; }
.shop-toolbar__count { margin: 0; padding-left: .25rem; }
.sort-field select { min-height: 44px; border-radius: 11px; background: #fff; }
.shop-layout { grid-template-columns: 292px minmax(0, 1fr); gap: clamp(1rem, 2vw, 1.6rem); }
.shop-layout:not(.shop-layout--no-filters) .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
/* Senza sidebar (nessun filtro disponibile per la collezione) i risultati devono
   occupare tutta la larghezza: senza questa regola restano schiacciati nella
   prima colonna da 292px pensata per la sidebar, che qui non esiste nel DOM.
   Specificità a due classi apposta, per vincere su ".shop-layout" a qualunque
   breakpoint indipendentemente dall'ordine nel file. */
.shop-layout.shop-layout--no-filters { grid-template-columns: 1fr; }
#ShopResults.is-loading .shop-results { opacity: .5; pointer-events: none; }
#ShopResults.is-loading .shop-results::after { content: ''; position: fixed; z-index: 110; left: 50%; top: 50%; width: 42px; height: 42px; margin: -21px; border: 4px solid var(--gd-line); border-top-color: var(--gd-navy); border-radius: 50%; animation: spin .7s linear infinite; }
.shop-sidebar { top: 9.75rem; max-height: calc(100vh - 10.75rem); padding-right: .2rem; }
.facets-form { border-radius: 18px; }
.facets-form__title { background: var(--gd-navy); }
.facet summary { min-height: 52px; }
.checkbox { min-height: 42px; }
.facet-search { position: relative; display: block; margin-bottom: .55rem; }
.facet-search .icon { position: absolute; z-index: 1; left: .65rem; top: 50%; width: 1rem; height: 1rem; transform: translateY(-50%); color: var(--gd-subtle); }
.facet-search input { width: 100%; min-height: 42px; border: 1px solid var(--gd-line); border-radius: 11px; background: #f7f9fb; padding: .55rem .65rem .55rem 2.1rem; font-size: 16px; }
.filter-brand-logo { width: 52px; height: 28px; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; border: 1px solid var(--gd-line); border-radius: 7px; background: #fff; padding: .2rem; }
.filter-brand-logo .brand-logo { width: 100%; min-height: 0; justify-content: center; }
.filter-brand-logo .brand-logo__image { max-width: 44px; max-height: 18px; object-position: center; }
.filter-brand-logo .brand-logo__text { font-size: .55rem; }
.facets-form__footer { padding: 1rem; }
.facets-form__apply { width: 100%; margin: 0; }
.facets-form__reset { display: none; }
.facets-backdrop,
.mobile-facets-head { display: none; }
.active-facets { border-radius: 16px; }
.main-search-form { max-width: 900px !important; }
.main-search-form input { border-radius: 14px !important; }
.tyre-results-search { margin-bottom: 1.25rem; border-radius: 18px; background: #f6f9fc; padding: 1rem; }

/* Selettore marca (multi-selezione con ricerca, raggruppato per fascia) */
.tyre-search-form__optional { margin: -.3rem 0 .9rem; }
.tyre-search-form__optional-label { display: block; margin-bottom: .4rem; color: var(--gd-subtle); font-size: .7rem; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; }
.brand-picker { position: relative; }
.brand-picker__trigger { display: flex; width: 100%; min-height: 48px; align-items: center; justify-content: space-between; gap: .5rem; border: 1px solid var(--gd-line); border-radius: 12px; background: #fff; padding: .65rem .8rem; font: inherit; color: var(--gd-ink); text-align: left; cursor: pointer; }
.brand-picker__trigger span { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.brand-picker__trigger .icon { flex: 0 0 auto; width: 1rem; height: 1rem; color: var(--gd-subtle); transition: transform .18s ease; }
.brand-picker__trigger[aria-expanded="true"] .icon { transform: rotate(180deg); }
.brand-picker__backdrop { display: none; }
/* position:fixed (non absolute) apposta: il pannello altrimenti finisce
   tagliato/sotto le sezioni successive dentro il contesto di stacking della
   card hero. Su desktop le coordinate (top/left/width) le calcola il JS in
   base al trigger; su mobile la regola sotto le sovrascrive con un foglio
   ancorato al fondo dello schermo. */
.brand-picker__panel:not([hidden]) { position: fixed; z-index: 200; display: flex; flex-direction: column; max-height: 70vh; overflow: hidden; border: 1px solid var(--gd-line); border-radius: var(--gd-radius); background: #fff; box-shadow: var(--gd-shadow); }
.brand-picker__head { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--gd-line); padding: .85rem 1rem; }
.brand-picker__head strong { font-size: .95rem; }
.brand-picker__close { display: flex; width: 32px; height: 32px; align-items: center; justify-content: center; border: 1px solid var(--gd-line); border-radius: 9px; background: #fff; color: var(--gd-subtle); flex: 0 0 auto; }
.brand-picker__search { position: relative; margin: .75rem 1rem 0; }
.brand-picker__search .icon { position: absolute; left: .65rem; top: 50%; width: 1rem; height: 1rem; transform: translateY(-50%); color: var(--gd-subtle); }
.brand-picker__search input { width: 100%; min-height: 42px; border: 1px solid var(--gd-line); border-radius: 11px; background: #f7f9fb; padding: .55rem .65rem .55rem 2.1rem; font-size: 16px; }
.brand-picker__actions { display: flex; gap: 1rem; padding: .65rem 1rem 0; }
.brand-picker__actions button { border: 0; background: none; padding: 0; font-size: .78rem; font-weight: 700; color: var(--gd-navy-2); cursor: pointer; }
.brand-picker__actions button:last-child { color: var(--gd-subtle); }
.brand-picker__list { flex: 1; overflow-y: auto; padding: .6rem 1rem 1rem; }
.brand-picker__group + .brand-picker__group { margin-top: .9rem; }
.brand-picker__group-head { display: flex; min-height: 34px; align-items: center; gap: .55rem; cursor: pointer; }
.brand-picker__group-head strong { font-size: .72rem; letter-spacing: .04em; text-transform: uppercase; color: var(--gd-subtle); }
.brand-picker__item { display: flex; min-height: 38px; align-items: center; gap: .6rem; padding-left: 1.6rem; font-size: .9rem; cursor: pointer; }
.brand-picker__item input, .brand-picker__group-head input { width: 18px; height: 18px; flex: 0 0 auto; accent-color: var(--gd-orange); }
.brand-picker__empty:not([hidden]) { padding: 1rem 0; text-align: center; color: var(--gd-subtle); font-size: .85rem; }
.brand-picker__footer { display: flex; align-items: center; justify-content: space-between; gap: .75rem; border-top: 1px solid var(--gd-line); background: #fff; padding: .75rem 1rem; }
.brand-picker__footer span { color: var(--gd-subtle); font-size: .78rem; }
.brand-picker__footer .button { min-height: 40px; padding-inline: 1.1rem; }

@media (max-width: 749px) {
  .brand-picker__backdrop:not([hidden]) { position: fixed; z-index: 199; inset: 0; display: block; border: 0; background: rgba(0, 15, 31, .5); backdrop-filter: blur(2px); }
  .brand-picker__panel:not([hidden]) { position: fixed; z-index: 200; inset: auto 0 0 0 !important; width: 100% !important; max-height: min(85dvh, 640px); border-radius: 22px 22px 0 0; box-shadow: 0 -24px 60px rgba(0, 15, 31, .25); animation: brand-picker-slide-up .22s ease; }
  .brand-picker__list { -webkit-overflow-scrolling: touch; }
  html.brand-picker-open { overflow: hidden; }
}
@keyframes brand-picker-slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }

/* Product detail */
.product-main { padding-bottom: 5rem; }
.product-layout { gap: clamp(1.1rem, 2.4vw, 2.25rem); }
.product-gallery { top: 9.75rem; }
.product-gallery--single { grid-template-columns: minmax(0, 1fr); }
.product-gallery__stage { border-radius: 26px; background: linear-gradient(145deg, #fff, #f5f8fb); box-shadow: var(--gd-shadow-sm); }
.product-gallery__media > img { filter: drop-shadow(0 18px 20px rgba(0,31,61,.1)); }
.product-info__brand { min-height: 36px; }
.product-info h1 { letter-spacing: -.045em; }
.product-info__size { color: var(--gd-navy); }
.product-facts { border-color: var(--gd-line); }
.product-purchase { top: 9.75rem; border-radius: 24px; padding: 1.35rem; box-shadow: var(--gd-shadow-sm); }
.product-purchase__stock { color: #1f7433; }
.product-purchase__price strong { color: var(--gd-navy); }
.product-form__notify { width: 100%; margin-bottom: .65rem; color: var(--gd-navy); border-color: var(--gd-line); }
.product-panel { border-radius: 22px; }
.product-details--single { grid-template-columns: 1fr; }
.product-info .eu-labels { border: 1px solid var(--gd-line); border-radius: 16px; padding: .8rem; }
.mobile-buy-bar { display: none; }
.cart-item__brand { min-height: 23px; margin-bottom: .35rem; }
.cart-item__brand .brand-logo__image { max-width: 110px; max-height: 21px; }
.cart-item__tyre-meta { display: flex; align-items: center; flex-wrap: wrap; gap: .45rem; margin-bottom: .35rem; }
.cart-item__tyre-meta strong { color: var(--gd-navy); font-size: .92rem; }
[data-cart-section][aria-busy='true'] { opacity: .62; pointer-events: none; }

/* Footer */
.site-footer { background: #0b1e31; }
.footer-assistance { position: relative; top: -1.6rem; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 1rem; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; background: linear-gradient(115deg, #0f4175, #082746); padding: 1rem 1.2rem; box-shadow: 0 18px 45px rgba(0,15,32,.26); }
.footer-assistance__icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; background: rgba(255,255,255,.12); color: #fff; }
.footer-assistance__copy { display: grid; }
.footer-assistance__copy span { color: rgba(255,255,255,.68); font-size: .72rem; }
.footer-assistance__copy strong { color: #fff; font-size: clamp(.95rem, 2vw, 1.2rem); }
.footer-assistance .button { min-height: 44px; }
.site-footer__top { padding-block: 1.6rem 3.3rem; }
.site-footer__logo { border-radius: 12px; }
.site-footer__column > summary { pointer-events: none; }
.site-footer__column > summary .icon { display: none; }
.site-footer__column > summary h2 { margin: 0 0 1rem; }
.footer-benefits { border-color: rgba(255,255,255,.13); }
.footer-benefits span + span { border-color: rgba(255,255,255,.13); }
.site-footer__bottom { background: #061423; }
.newsletter-form__field input { min-height: 48px; font-size: 16px; }

/* Tablet */
@media (max-width: 1180px) {
  .site-header__main { grid-template-columns: minmax(160px, 210px) minmax(330px, 1fr) auto; gap: 1.2rem; }
  .header-action--account { display: none; }
  .shop-layout { grid-template-columns: 250px minmax(0, 1fr); }
  .shop-layout:not(.shop-layout--no-filters) .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-card__top { min-height: 210px; }
}

@media (max-width: 900px) {
  :root { --mobile-header-height: 150px; }
  .site-header__main { min-height: 66px; grid-template-columns: 46px minmax(110px, 1fr) auto; gap: .4rem; }
  .site-logo { justify-self: center; width: min(174px, 100%); }
  .site-logo img { object-position: center; }
  .header-action--cart { min-width: 46px; padding: 0; border: 0; }
  /* Nasconde solo l'etichetta testuale: l'icona del carrello resta visibile. */
  .header-action--cart > .header-action__stack { display: none; }
  .header-search--mobile { padding-bottom: .7rem; }
  .header-search--mobile .search-form__input { height: 46px; padding-right: 3.2rem; }
  .header-search--mobile .search-form__button { width: 38px; min-width: 38px; height: 38px; padding: 0; border-radius: 12px; }
  .header-search--mobile .search-form__button span { display: none; }
  .mobile-menu[open] > summary .mobile-menu__open { display: block; }
  .mobile-menu[open] > summary .mobile-menu__close { display: none; }
  .mobile-menu__backdrop { display: none; }
  .mobile-menu[open] .mobile-menu__backdrop { position: fixed; z-index: 49; inset: var(--menu-panel-top, var(--mobile-header-height)) 0 0; display: block; width: 100%; height: auto; border: 0; background: rgba(0,15,31,.5); backdrop-filter: blur(2px); }
  .mobile-menu__panel { inset: var(--menu-panel-top, var(--mobile-header-height)) auto 0 0; width: min(100vw, 420px); max-width: none; box-shadow: var(--gd-shadow); }
  .tyre-hero__inner { grid-template-columns: 1fr; gap: 2rem; padding-block: 1.35rem 3.6rem; }
  .tyre-hero__finder { order: -1; width: min(100%, 640px); margin-inline: auto; }
  .tyre-hero__content { text-align: center; margin-inline: auto; }
  .tyre-hero h1 { max-width: 12ch; margin-inline: auto; }
  .tyre-hero__text { margin-inline: auto; }
  .tyre-hero__season-links,
  .tyre-hero__trust { justify-content: center; }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-grid,
  .shop-layout:not(.shop-layout--no-filters) .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shop-layout { grid-template-columns: 230px minmax(0, 1fr); }
  .footer-assistance { top: -1.25rem; }
}

@media (min-width: 750px) and (max-width: 1023px) {
  .mobile-facets-toggle { display: inline-flex; }
  .shop-layout { display: block; }
  .shop-toolbar__actions { flex-wrap: wrap; }
  .facets-backdrop { display: none; }
  .shop-layout.is-facets-open .facets-backdrop { position: fixed; z-index: 119; inset: 0; display: block; width: 100%; height: 100%; border: 0; background: rgba(0, 15, 31, .58); backdrop-filter: blur(2px); }
  .shop-sidebar { display: none; }
  .shop-layout.is-facets-open .shop-sidebar { position: fixed; z-index: 120; inset: auto 0 0 auto; display: flex; flex-direction: column; width: min(100%, 420px); height: auto; max-height: min(90dvh, 760px); overflow: auto; border-radius: 22px 0 0 0; background: #fff; padding: 0; box-shadow: -24px -10px 60px rgba(0,15,31,.25); overscroll-behavior: contain; }
  .mobile-facets-head { position: sticky; z-index: 4; top: 0; display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 70px; border-bottom: 1px solid var(--gd-line); background: rgba(255,255,255,.97); padding: .7rem .8rem .7rem 1rem; }
  .mobile-facets-head > div { display: grid; }
  .mobile-facets-head strong { font-size: 1.08rem; }
  .mobile-facets-head span { color: var(--gd-subtle); font-size: .7rem; }
  .mobile-facets-close { position: static; display: flex; flex: 0 0 44px; }
  .facets { padding: .75rem; }
  .facets-form__title { display: none; }
  .facets-form__footer { position: sticky; z-index: 3; bottom: -.75rem; display: grid; grid-template-columns: minmax(90px, .7fr) minmax(0, 1.3fr); gap: .55rem; margin: 0 -1px; border-top: 1px solid var(--gd-line); background: rgba(255,255,255,.98); padding: .75rem .7rem; }
  .facets-form__reset { display: inline-flex; width: 100%; }
  .facets-form__apply { width: 100%; margin: 0; }
  .shop-layout:not(.shop-layout--no-filters) .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Mobile */
@media (max-width: 749px) {
  :root { --mobile-header-height: 145px; }
  .page-width { width: min(calc(100% - 1.25rem), var(--page-width)); }
  .section { padding-block: 2.8rem; }
  .section-header { margin-bottom: 1.25rem; }
  .section-header h1,
  .section-header h2 { font-size: clamp(1.75rem, 8vw, 2.25rem); }
  .announcement-bar__inner { min-height: 32px; }
  .site-logo { width: min(158px, 100%); }
  .header-search--mobile .predictive-search__results { position: absolute; top: calc(100% + .45rem); left: 0; right: 0; max-height: min(42svh, 440px); border-radius: 16px; }
  .predictive-results { padding: .35rem; }
  .predictive-product { grid-template-columns: 50px minmax(0, 1fr); min-height: 64px; gap: .6rem; }
  .tyre-hero__inner { padding-block: .75rem 3rem; }
  .tyre-hero__finder { border-radius: 22px; padding: 1rem; }
  .tyre-hero__finder-head { margin-bottom: .8rem; }
  .tyre-hero__finder-title { font-size: 1.32rem; }
  .vehicle-tabs label { min-height: 44px; }
  .tyre-search-form__fields { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .55rem; }
  .tyre-search-form__fields .field select { min-height: 48px; padding-inline: .6rem; }
  .tyre-hero h1 { font-size: clamp(2.35rem, 12vw, 3.3rem); }
  .tyre-hero__text { font-size: .94rem; }
  .tyre-hero__trust { gap: .4rem; }
  .tyre-hero__trust span { min-height: 34px; padding: .45rem .6rem; font-size: .68rem; }
  .tyre-hero__season-links { flex-wrap: nowrap; width: 100%; }
  .tyre-hero__season-links a { min-width: 0; flex: 1; justify-content: center; padding-inline: .4rem; }
  .category-grid { gap: .65rem; }
  .category-card { min-height: 176px; padding: .95rem; }
  .category-card__icon { top: .9rem; left: .9rem; width: 44px; height: 44px; border-radius: 13px; }
  .category-card h3 { font-size: 1rem; }
  .category-card p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-size: .72rem; }
  .category-card__link { font-size: .72rem; }
  .product-grid,
  .shop-layout:not(.shop-layout--no-filters) .product-grid { grid-template-columns: 1fr; gap: .8rem; }
  .featured-products { width: calc(100% + .5rem); display: flex; overflow-x: auto; margin-right: -.5rem; padding: 0 .5rem .7rem 0; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .featured-products::-webkit-scrollbar { display: none; }
  .featured-products .product-card { flex: 0 0 min(86vw, 340px); scroll-snap-align: start; }
  .product-card { display: flex; grid-template-columns: none; border-radius: 20px; }
  .product-card__top { grid-template-columns: minmax(0, 58%) minmax(105px, 42%); min-height: 196px; }
  .product-card__identity { padding: .85rem 0 .7rem .85rem; }
  .product-card__brand-well { min-height: 27px; }
  .product-card__brand .brand-logo__image { max-width: 120px; max-height: 23px; }
  .product-card__badges { top: auto; left: auto; position: static; max-width: none; margin: .45rem 0 .55rem; }
  .product-card__title { font-size: .93rem; }
  .product-card__size { font-size: 1.16rem; }
  .product-card__indices { margin-top: .35rem; font-size: .65rem; }
  .product-card__media { min-height: 0; aspect-ratio: auto; padding: 2rem .3rem .55rem 0; }
  .product-card__image { max-height: 150px; }
  .product-card__wishlist { top: .5rem; right: .5rem; width: 38px; height: 38px; }
  .product-card__body { padding: 0 .85rem .85rem; }
  .eu-labels { gap: .25rem; }
  .eu-label { display: flex; justify-items: normal; text-align: left; gap: .3rem; }
  .eu-label__icon { width: 30px; height: 30px; }
  .eu-label__copy small { display: block; font-size: .52rem; }
  .eu-label__copy strong { font-size: .7rem; }
  .product-card__meta { min-height: 30px; }
  .product-card__purchase { gap: .6rem; }
  .price__current { font-size: 1.18rem; }
  .product-card__cta { min-width: 105px; min-height: 44px; }
  .collection-hero { padding-block: 1.2rem 1.6rem; }
  .collection-hero h1 { font-size: 2rem; }
  .shop-section { padding-block: 1rem 3rem; }
  .inline-tyre-finder { margin-bottom: .8rem; }
  .inline-tyre-finder > summary { min-height: 52px; font-size: .82rem; }
  .inline-tyre-finder > div { padding: 0 .55rem .55rem; }
  .inline-tyre-finder .tyre-search-form { padding: .7rem; }
  .inline-tyre-finder .tyre-search-form__fields { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shop-toolbar { min-height: 0; display: grid; grid-template-columns: 1fr; gap: .55rem; margin-bottom: .8rem; padding: .65rem; }
  .shop-toolbar__actions { width: 100%; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: .5rem; }
  .shop-toolbar__actions > :only-child { grid-column: 1 / -1; }
  .mobile-facets-toggle { width: 100%; min-height: 44px; color: var(--gd-navy); border-color: var(--gd-line); }
  .sort-field { min-width: 0; }
  .sort-field > span { display: none; }
  .sort-field select { min-width: 0; width: 100%; min-height: 44px; }
  .shop-layout { display: block; }
  .facets-backdrop { display: none; }
  .shop-layout.is-facets-open .facets-backdrop { position: fixed; z-index: 119; inset: 0; display: block; width: 100%; height: 100%; border: 0; background: rgba(0, 15, 31, .58); backdrop-filter: blur(2px); }
  .shop-sidebar { display: none; }
  .shop-layout.is-facets-open .shop-sidebar { position: fixed; z-index: 120; inset: auto 0 0 auto; display: flex; flex-direction: column; width: min(100%, 420px); height: auto; max-height: min(90dvh, 760px); overflow: auto; border-radius: 22px 22px 0 0; background: #fff; padding: 0; box-shadow: 0 -24px 60px rgba(0,15,31,.25); overscroll-behavior: contain; }
  .mobile-facets-head { position: sticky; z-index: 4; top: 0; display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 70px; border-bottom: 1px solid var(--gd-line); background: rgba(255,255,255,.97); padding: .7rem .8rem .7rem 1rem; }
  .mobile-facets-head > div { display: grid; }
  .mobile-facets-head strong { font-size: 1.08rem; }
  .mobile-facets-head span { color: var(--gd-subtle); font-size: .7rem; }
  .mobile-facets-close { position: static; display: flex; flex: 0 0 44px; }
  .shop-layout.is-facets-open .facets::before { content: none; }
  .facets { padding: .75rem .75rem calc(.75rem + env(safe-area-inset-bottom)); }
  .active-facets { margin-bottom: .7rem; }
  .facets-form { border-radius: 16px; overflow: visible; }
  .facets-form__title { display: none; }
  .facet:first-of-type { border-radius: 16px 16px 0 0; }
  .facets-form__footer { position: sticky; z-index: 3; bottom: calc(-.75rem - env(safe-area-inset-bottom)); display: grid; grid-template-columns: minmax(90px, .7fr) minmax(0, 1.3fr); gap: .55rem; margin: 0 -1px; border-top: 1px solid var(--gd-line); background: rgba(255,255,255,.98); padding: .75rem .7rem calc(.75rem + env(safe-area-inset-bottom)); }
  .facets-form__reset { display: inline-flex; width: 100%; min-height: 48px; color: var(--gd-navy); border-color: var(--gd-line); }
  .facets-form__apply { position: static !important; width: 100% !important; margin: 0 !important; min-height: 48px; box-shadow: none !important; }
  .product-gallery { width: calc(100% + 1rem); margin-left: -.5rem; }
  .product-gallery--single { display: block; }
  .product-gallery__stage { border-radius: 0; }
  .product-info { padding-top: .6rem; }
  .product-info h1 { font-size: 1.9rem; }
  .product-purchase { padding: 1rem; border-radius: 20px; }
  .product-info .eu-labels { padding: .7rem; }
  .mobile-buy-bar.is-visible { position: fixed; z-index: 45; left: .5rem; right: .5rem; bottom: calc(.5rem + env(safe-area-inset-bottom)); display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: .7rem; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; background: rgba(6,31,55,.96); padding: .58rem; box-shadow: 0 18px 46px rgba(0,15,31,.3); backdrop-filter: blur(14px); }
  .mobile-buy-bar__copy { min-width: 0; display: grid; padding-left: .25rem; }
  .mobile-buy-bar__copy small { overflow: hidden; color: rgba(255,255,255,.68); font-size: .62rem; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-buy-bar__copy strong { color: #fff; font-size: 1.18rem; line-height: 1.1; }
  .mobile-buy-bar__button { min-width: 136px; min-height: 48px; padding: .65rem .8rem; box-shadow: none; }
  .mobile-buy-bar__button .icon { width: 1rem; height: 1rem; }
  .footer-assistance { top: -1rem; grid-template-columns: auto minmax(0, 1fr); gap: .75rem; border-radius: 18px; padding: .8rem; }
  .footer-assistance__icon { width: 42px; height: 42px; }
  .footer-assistance .button { grid-column: 1 / -1; width: 100%; }
  .site-footer__top { padding-block: 1rem 2.3rem; gap: 1.6rem; }
  .site-footer__column { border-top: 1px solid rgba(255,255,255,.12); padding-top: 0; }
  .site-footer__column > summary { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; pointer-events: auto; }
  .site-footer__column > summary h2 { margin: 0; }
  .site-footer__column > summary .icon { display: block; width: 1rem; height: 1rem; transition: transform .2s; }
  .site-footer__column[open] > summary .icon { transform: rotate(180deg); }
  .site-footer__column-body { padding: .15rem 0 1rem; }
  .footer-benefits span { min-height: 58px; justify-content: flex-start; text-align: left; }
  .payment-icons { justify-content: center; }
  .copyright { text-align: center; }
}

@media (max-width: 390px) {
  .page-width { width: min(calc(100% - 1rem), var(--page-width)); }
  .site-header__main { grid-template-columns: 44px minmax(96px, 1fr) 44px; }
  .site-logo { width: min(144px, 100%); }
  .header-search--mobile { width: calc(100% - 1rem); }
  .tyre-hero__finder { padding: .85rem; }
  .vehicle-tabs label { gap: .25rem; font-size: .73rem; }
  .tyre-search-form__fields { gap: .45rem; }
  .tyre-search-form__fields .field select { padding-inline: .45rem; }
  .popular-sizes > a { font-size: .65rem; }
  .category-card { min-height: 164px; }
  .product-card__top { grid-template-columns: minmax(0, 57%) minmax(102px, 43%); min-height: 190px; }
  .product-card__identity { padding-left: .75rem; }
  .product-card__body { padding-inline: .75rem; }
  .eu-label__icon { width: 28px; height: 28px; }
  .eu-label__copy small { font-size: .49rem; }
  .eu-label__copy strong { font-size: .68rem; }
  .product-card__cta { min-width: 98px; padding-inline: .65rem; }
}

@media (max-width: 340px) {
  .product-card__top { grid-template-columns: minmax(0, 56%) minmax(96px, 44%); }
  .product-card__meta > span:first-child { display: none; }
  .mobile-buy-bar__copy small { display: none; }
  .mobile-buy-bar__button { min-width: 130px; }
}

@media (prefers-reduced-motion: reduce) {
  .product-card,
  .product-card__image { transition: none; }
}

/* =========================================================================
   PRODUCT CARD REDESIGN — scoped entirely to .product-card so nothing else
   on the site (header, hero, category tiles, footer, product/cart pages)
   is affected. Tokens are namespaced --card-* to avoid touching --gd-*.
   ========================================================================= */
:root {
  --card-navy: #0a2f57;
  --card-orange: #ff791a;
  --card-orange-600: #e8670f;
  --card-orange-100: #fff1e6;
  --card-sky: #0087cc;
  --card-sky-100: #e6f7ff;
  --card-muted: #f5f7f9;
  --card-surface-sunken: #eef2f6;
  --card-line: #dde2e9;
  --card-line-strong: #c7cfd8;
  --card-ink: #000f1f;
  --card-subtle: #5c6c7d;
  --card-ink-faint: #8695a6;
  --card-grade-a: #0f9d58;
  --card-grade-b: #5cb82f;
  --card-grade-c: #b7c928;
  --card-grade-d: #f0c419;
  --card-grade-e: #f3902f;
  --card-grade-f: #ef5b3b;
  --card-grade-na: #aab4bf;
  --card-grade-noise: var(--card-navy);
  --card-radius-xs: 9px;
  --card-radius-sm: 12px;
  --card-radius: 18px;
  --card-radius-lg: 22px;
  --card-shadow-xs: 0 1px 2px rgba(3,12,22,.06);
  --card-shadow-hover: 0 26px 58px rgba(3,12,22,.17), 0 6px 16px rgba(3,12,22,.08);
  --card-font-mono: ui-monospace, "SF Mono", "Cascadia Mono", "Roboto Mono", Menlo, Consolas, "Liberation Mono", monospace;
  --card-ease: cubic-bezier(.2,.8,.2,1);
}

.product-grid { gap: clamp(.85rem, 1.8vw, 1.5rem); }

.product-card { container-type: inline-size; border-color: var(--card-line); border-radius: var(--card-radius-lg); box-shadow: var(--card-shadow-xs); transition: transform .28s var(--card-ease), box-shadow .28s var(--card-ease), border-color .28s var(--card-ease); }
@media (hover: hover) and (pointer: fine) {
  .product-card:hover { transform: translateY(-5px); border-color: var(--card-line-strong); box-shadow: var(--card-shadow-hover); }
  .product-card:hover .product-card__image { transform: scale(1.045); }
  .product-card:hover .product-card__title a { text-decoration-color: var(--card-orange); }
}

.product-card__top { min-height: 222px; background: linear-gradient(150deg, #fff 42%, var(--card-surface-sunken)); }
.product-card__identity { padding: 1rem 0 .9rem 1rem; }
.product-card .badge { border-radius: 999px; font-weight: 800; letter-spacing: .02em; }
.product-card .badge--season::before { content: ''; display: inline-block; width: .4em; height: .4em; margin-right: .05em; border-radius: 50%; background: currentColor; opacity: .55; }
.product-card .badge--summer { background: var(--card-orange-100); color: #a8420c; }
.product-card .badge--winter { background: var(--card-sky-100); color: var(--card-sky); }
.product-card .badge--all-season { background: var(--card-surface-sunken); color: var(--card-navy); }
.product-card .badge--vehicle { background: var(--card-surface-sunken); color: var(--card-subtle); }
.product-card .badge--vehicle::before { content: none; }
.product-card .badge--sale { background: var(--card-orange); color: #fff; box-shadow: 0 2px 6px rgba(255,121,26,.35); }

.product-card__title { font-size: clamp(.98rem, 1cqi + .8rem, 1.08rem); line-height: 1.16; letter-spacing: normal; }
.product-card__title a { text-decoration: underline; text-decoration-color: transparent; text-underline-offset: 3px; text-decoration-thickness: 2px; transition: text-decoration-color .22s var(--card-ease); }
.product-card__size { color: var(--card-navy); font-family: var(--card-font-mono); font-variant-numeric: tabular-nums; font-size: clamp(1.12rem, 1.2cqi + .95rem, 1.32rem); font-weight: 700; letter-spacing: -.01em; }
.product-card__indices { font-family: var(--card-font-mono); color: var(--card-ink); font-weight: 700; }
.product-card__indices small { font-family: var(--font-body); color: var(--card-ink-faint); font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }

.product-card__media { padding: 2.15rem .5rem .7rem 0; position: relative; }
.product-card__media::after { content: ''; position: absolute; left: 14%; right: 20%; bottom: 8%; height: 16%; background: radial-gradient(closest-side, rgba(3,12,22,.14), transparent 75%); pointer-events: none; }
.product-card__image { position: relative; z-index: 1; }

.product-card__wishlist { background: rgba(255,255,255,.92); backdrop-filter: blur(6px) saturate(1.3); -webkit-backdrop-filter: blur(6px) saturate(1.3); box-shadow: var(--card-shadow-xs); transition: background-color .18s var(--card-ease), color .18s var(--card-ease), border-color .18s var(--card-ease), transform .15s var(--card-ease); }
.product-card__wishlist:hover { transform: scale(1.06); background: #fff; }
.product-card__wishlist[aria-pressed=true] { background: var(--card-orange); border-color: var(--card-orange); color: #fff; }
.product-card__wishlist[aria-pressed=true] .icon { fill: currentColor; }

.product-card__body { background: var(--card-muted); border-top: 1px solid var(--card-line); }

.product-card .eu-labels { border: 1px solid var(--card-line); border-radius: var(--card-radius-sm); background: #fff; margin-top: .85rem; padding: .65rem .6rem; }
.product-card .eu-label__icon { width: 32px; height: 32px; border-radius: var(--card-radius-xs); background: var(--card-surface-sunken); }
.product-card .eu-label__icon.grade-a { background: var(--card-grade-a); color: #fff; }
.product-card .eu-label__icon.grade-b { background: var(--card-grade-b); color: #16330a; }
.product-card .eu-label__icon.grade-c { background: var(--card-grade-c); color: #2c2f08; }
.product-card .eu-label__icon.grade-d { background: var(--card-grade-d); color: #2c2306; }
.product-card .eu-label__icon.grade-e,
.product-card .eu-label__icon.grade-f,
.product-card .eu-label__icon.grade-g { background: var(--card-grade-e); color: #fff; }
.product-card .eu-label__icon.grade-na { background: var(--card-surface-sunken); color: var(--card-grade-na); }
.product-card .eu-label__icon.grade-noise { background: var(--card-navy); color: #fff; }
.product-card .eu-label__icon.grade-noise.grade-na { background: var(--card-surface-sunken); color: var(--card-grade-na); }
.product-card .eu-label__copy strong { font-family: var(--card-font-mono); font-variant-numeric: tabular-nums; }
.product-card .eu-label__unit { font-family: var(--font-body); }

.product-card__meta { color: var(--card-ink-faint); }
.product-card__meta > span:first-child { font-family: var(--card-font-mono); }
.product-card__availability { color: #1f7a37; }
.product-card__availability i { box-shadow: 0 0 0 3px rgba(31,122,55,.15); }
.product-card__availability.is-sold-out { color: #a53a3a; }
.product-card__availability.is-sold-out i { box-shadow: 0 0 0 3px rgba(165,58,58,.15); }

/* Sold-out card treatment — reads the availability span already in the DOM,
   no Liquid change needed since .product-card itself never gets that class */
.product-card:has(.product-card__availability.is-sold-out) .product-card__image { filter: grayscale(65%) opacity(.72); }
.product-card:has(.product-card__availability.is-sold-out) .product-card__cta { background: var(--card-surface-sunken); border-color: var(--card-line); color: var(--card-ink-faint); box-shadow: none; }
@media (hover: hover) and (pointer: fine) {
  .product-card:has(.product-card__availability.is-sold-out):hover { transform: none; box-shadow: var(--card-shadow-xs); }
}

.product-card__purchase { border-top: 1px dashed var(--card-line); }
.product-card .price__current { font-family: var(--card-font-mono); font-variant-numeric: tabular-nums; color: var(--card-navy); }
.product-card .price--sale .price__current { color: var(--card-orange-600); }
.product-card .price__compare { font-family: var(--card-font-mono); }

@media (max-width: 1180px) {
  .product-card__top { min-height: 210px; }
}

@media (max-width: 749px) {
  .product-card__top { min-height: 196px; }
  .product-card .eu-labels { margin-top: .7rem; }
}

@media (prefers-reduced-motion: reduce) {
  .product-card__title a,
  .product-card__wishlist { transition: none; }
}

/* =========================================================================
   MAXITYRE DATA — specificites badges (con tooltip), stima consegna,
   badge risparmio. Condivisi tra card prodotto e pagina prodotto.
   ========================================================================= */
.badge--savings { background: var(--card-orange-100, #fff1e6); color: #a8420c; }

.specif-badges { display: flex; flex-wrap: wrap; gap: .35rem; margin: .7rem 0 0; }
.specif-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: .2rem .55rem;
  border: 1px solid var(--card-line, #dde2e9);
  border-radius: 999px;
  background: #fff;
  color: var(--card-navy, #0a2f57);
  font: inherit;
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color .15s ease, background-color .15s ease;
}
.specif-badge:hover,
.specif-badge:focus-visible,
.specif-badge.is-open { border-color: var(--card-navy, #0a2f57); background: var(--card-muted, #f5f7f9); }
.specif-badge--more { cursor: default; color: var(--card-subtle, #5c6c7d); background: var(--card-surface-sunken, #eef2f6); }

.specif-badge__tip {
  position: absolute;
  z-index: 6;
  left: 50%;
  bottom: calc(100% + 8px);
  transform: translate(-50%, 4px);
  width: max-content;
  max-width: 230px;
  padding: .55rem .7rem;
  border-radius: 10px;
  background: var(--card-navy, #0a2f57);
  color: #fff;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: normal;
  text-transform: none;
  line-height: 1.4;
  text-align: left;
  white-space: normal;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 14px 30px rgba(3, 12, 22, .22);
  transition: opacity .15s ease, transform .15s ease;
}
.specif-badge__tip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: var(--card-navy, #0a2f57);
}
@media (hover: hover) and (pointer: fine) {
  .specif-badge:hover .specif-badge__tip,
  .specif-badge:focus-visible .specif-badge__tip { opacity: 1; transform: translate(-50%, 0); pointer-events: auto; }
}
.specif-badge.is-open .specif-badge__tip { opacity: 1; transform: translate(-50%, 0); pointer-events: auto; }

.delivery-estimate {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  margin-top: .5rem;
  font-size: .68rem;
  font-weight: 700;
  color: var(--card-subtle, #5c6c7d);
}
.delivery-estimate__flag { font-size: .95rem; line-height: 1; }

/* Pagina prodotto: badge/tooltip leggermente più grandi, spazio proprio */
.product-info .specif-badges { margin-bottom: .25rem; }
.product-info .specif-badge { font-size: .68rem; padding: .3rem .65rem; }
.product-purchase .delivery-estimate { margin-bottom: .25rem; font-size: .78rem; }

/* =========================================================================
   FILTRI — layout e stile allineati alla sidebar filtri di riferimento
   (ricerca per misura in cima alla sidebar, badge voto colorati, icone +/-).
   ========================================================================= */
.sidebar-tyre-finder { margin-bottom: 1rem; }
.sidebar-tyre-finder .tyre-search-form__fields { grid-template-columns: repeat(3, 1fr); gap: .4rem; margin-bottom: .75rem; }
.sidebar-tyre-finder .tyre-search-form__fields .field span { font-size: .62rem; }
.sidebar-tyre-finder .tyre-search-form__fields .field select { min-height: 42px; padding-inline: .4rem; font-size: .78rem; }
.sidebar-tyre-finder .tyre-search-form__submit { min-height: 44px; font-size: .82rem; }
.sidebar-tyre-finder .vehicle-tabs { margin-bottom: .6rem; }
.sidebar-tyre-finder .vehicle-tabs label { min-height: 40px; font-size: .72rem; }

.season-tabs { margin: 0 0 .75rem; padding: 0; border: 0; }
.season-tabs__list { display: grid; grid-template-columns: repeat(4, 1fr); gap: .3rem; padding: .25rem; background: var(--card-muted, #f5f7f9); border-radius: 12px; }
.season-tabs label { min-height: 44px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .15rem; border: 1px solid transparent; border-radius: 9px; color: var(--card-subtle, #5c6c7d); font-size: .58rem; font-weight: 800; letter-spacing: .01em; text-align: center; cursor: pointer; }
.season-tabs input:checked + label { background: #fff; border-color: var(--card-line, #dde2e9); color: var(--card-navy, #0a2f57); box-shadow: 0 3px 10px rgba(3, 12, 22, .08); }
.season-tabs input:focus-visible + label { outline: 3px solid var(--card-navy, #0a2f57); outline-offset: 2px; }
.season-tabs .icon { width: 1rem; height: 1rem; }

.tyre-search-form__help { display: flex; align-items: center; justify-content: center; gap: .4rem; margin-top: .7rem; padding-top: .7rem; border-top: 1px solid var(--card-line, #dde2e9); font-size: .76rem; font-weight: 700; color: var(--card-subtle, #5c6c7d); text-decoration: none; }
.tyre-search-form__help:hover { color: var(--card-navy, #0a2f57); }
.tyre-search-form__help .icon { width: 1rem; height: 1rem; }

/* Sezioni filtro: icona +/- invece della chevron rotante */
.facet__toggle-icon { width: 1rem; height: 1rem; flex: 0 0 auto; color: var(--card-subtle, #5c6c7d); }
.facet__toggle-icon--minus { display: none; }
.facet[open] .facet__toggle-icon--minus { display: block; }
.facet[open] .facet__toggle-icon--plus { display: none; }

/* Badge voto colorati (A-G) nei filtri, stessa palette delle etichette UE */
.checkbox__grade { display: inline-flex; align-items: center; justify-content: center; min-width: 24px; height: 22px; padding: 0 .3rem; border-radius: 6px; font-family: var(--card-font-mono, ui-monospace, monospace); font-size: .68rem; font-weight: 800; flex: 0 0 auto; }
.checkbox__grade.grade-a { background: #e1f5e6; color: #176b2b; }
.checkbox__grade.grade-b { background: #ebf7dd; color: #4b6f13; }
.checkbox__grade.grade-c { background: #fff7d5; color: #795f00; }
.checkbox__grade.grade-d { background: #fff0d5; color: #8a4c00; }
.checkbox__grade.grade-e,
.checkbox__grade.grade-f,
.checkbox__grade.grade-g { background: #ffe5e5; color: #9b2222; }

@media (max-width: 749px) {
  .sidebar-tyre-finder .tyre-search-form__fields { grid-template-columns: repeat(3, 1fr); }
}

/* =========================================================================
   RESTYLING 2026 — sezioni catalogo dense in stile marketplace
   ========================================================================= */

/* Intestazione compatta condivisa dalle nuove sezioni */
.block-head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.block-head h2 { font-size: clamp(1.15rem, 1.9vw, 1.35rem); font-weight: 800; letter-spacing: -.02em; }
.block-head__link { display: flex; align-items: center; gap: .28rem; color: var(--gd-navy-2); font-size: .8rem; font-weight: 700; white-space: nowrap; }
.block-head__link .icon { width: .8rem; height: .8rem; }

/* Le nuove sezioni respirano meno delle vecchie: densità da catalogo */
.popular-block,
.season-tiles-section,
.guide-section { padding-block: 2rem; }

/* Chip riutilizzabili (misure, diametri) */
.chip-row { display: flex; flex-wrap: wrap; gap: .45rem; }
.chip { display: inline-flex; align-items: center; justify-content: center; min-height: 34px; border: 1px solid var(--gd-line); border-radius: 8px; background: #fff; padding: .42rem .7rem; color: var(--gd-ink); font-size: .78rem; font-weight: 700; }
.chip:hover { border-color: var(--gd-orange); background: #fff8f2; color: var(--gd-ink); }

.popular-block__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr); gap: 2rem; }
.popular-block__label { display: block; margin-bottom: .7rem; color: var(--gd-subtle); font-size: .85rem; font-weight: 700; }
.popular-block__grid .chip { background: var(--gd-muted); }
.popular-block__grid > div + div .chip { background: #fff; }

/* Riquadri stagione: riga icona + testo + freccia */
.season-tiles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .9rem; }
.season-tile { display: flex; align-items: center; gap: 1rem; border: 1px solid var(--gd-line); border-radius: var(--gd-radius); background: #fff; padding: 1.15rem; color: var(--gd-ink); }
.season-tile:hover { border-color: var(--gd-orange); color: var(--gd-ink); box-shadow: var(--gd-shadow-sm); }
.season-tile__icon { display: flex; align-items: center; justify-content: center; width: 52px; height: 52px; flex: 0 0 auto; border-radius: 10px; }
.season-tile__icon .icon { width: 1.55rem; height: 1.55rem; }
.season-tile__icon--sun { background: #fff5e6; color: #e8a33d; }
.season-tile__icon--snow { background: #eaf6fd; color: #4aa3d8; }
.season-tile__icon--all-season { background: #eef4f7; color: #5b8fa8; }
.season-tile__copy { flex: 1; min-width: 0; display: grid; }
.season-tile__copy strong { font-size: .94rem; }
.season-tile__copy small { color: var(--gd-subtle); font-size: .76rem; }
.season-tile > .icon { width: 1rem; height: 1rem; flex: 0 0 auto; color: var(--gd-subtle); }

/* Riquadri guida scuri */
.guide-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .9rem; }
.guide-tile { display: flex; flex-direction: column; gap: .55rem; min-height: 104px; border-radius: var(--gd-radius); background: var(--gd-header-dark); padding: 1.1rem; color: #fff; }
.guide-tile:hover { background: #002138; color: #fff; }
.guide-tile__icon { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 9px; background: rgba(255,255,255,.1); }
.guide-tile__icon .icon { width: 1.1rem; height: 1.1rem; }
.guide-tile strong { flex: 1; font-size: .88rem; line-height: 1.3; }
.guide-tile__more { display: flex; align-items: center; gap: .3rem; color: #8fa3b8; font-size: .72rem; font-weight: 600; }
.guide-tile__more .icon { width: .75rem; height: .75rem; }

/* Barra fiducia sottile (sostituisce le card grandi) */
.trust-section { padding-block: 1.1rem; border-block: 1px solid var(--gd-line); }
.trust-grid { display: flex; justify-content: space-between; gap: 1rem; }
.trust-card { align-items: center; gap: .55rem; }
.trust-card__icon { width: 1.15rem; height: 1.15rem; flex: 0 0 auto; border-radius: 0; background: none; color: var(--gd-navy); }
.trust-card__icon .icon { width: 1.15rem; height: 1.15rem; }
.trust-card h3 { margin: 0; font-size: .79rem; font-weight: 700; }
.trust-card p { display: none; }
.trust-banner { display: none; }

/* Marche: griglia compatta a card */
.brand-grid { gap: .6rem; }
.brand-tile { min-height: 56px; border-radius: var(--gd-radius-sm); }

/* Categorie: riquadri più piccoli e densi */
.category-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: .75rem; }
.category-card { min-height: 0; border-radius: var(--gd-radius); padding: 1rem .6rem; text-align: center; align-items: center; }
.category-card::before { content: none; }
.category-card__icon { width: 44px; height: 44px; margin-inline: auto; border-radius: 12px; }
.category-card h3 { font-size: .82rem; }
.category-card p { display: none; }
.category-card__link { justify-content: center; font-size: .72rem; }

/* =========================================================================
   MOBILE — impostazione da app
   ========================================================================= */
.mobile-tabbar { display: none; }

@media (max-width: 749px) {
  /* Spazio per la tab bar fissa */
  body { padding-bottom: 64px; }

  .mobile-tabbar {
    position: fixed; z-index: 60; left: 0; right: 0; bottom: 0;
    display: grid; grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid var(--gd-line); background: #fff;
    padding: 7px 0 max(9px, env(safe-area-inset-bottom));
    box-shadow: 0 -3px 14px rgba(10, 25, 45, .07);
  }
  .mobile-tabbar__item { display: flex; flex-direction: column; align-items: center; gap: 3px; color: var(--gd-subtle); font-size: .58rem; font-weight: 600; }
  .mobile-tabbar__item .icon { width: 1.3rem; height: 1.3rem; }
  .mobile-tabbar__item.is-active { color: var(--gd-orange); font-weight: 800; }
  .mobile-tabbar__icon-wrap { position: relative; display: flex; }
  .mobile-tabbar__icon-wrap .cart-count { top: -4px; right: -8px; }

  /* Header app: hamburger · logo · azioni, poi ricerca a tutta larghezza */
  .site-header__main { min-height: 58px; grid-template-columns: 40px minmax(0, 1fr) auto; gap: .5rem; }
  .site-header__actions { gap: .3rem; }
  .header-action--account { display: none; }
  .header-action__stack { display: none; }
  .header-action--cart,
  .header-action--wishlist { width: 40px; min-width: 40px; justify-content: center; padding: 0; border-radius: 10px; background: rgba(255,255,255,.1); }
  .header-search--mobile { padding-bottom: .65rem; }
  .header-search--mobile .search-form { display: flex; border-radius: 11px; overflow: hidden; background: #fff; }
  .header-search--mobile .search-form__input { height: 42px; padding: .6rem .9rem; }
  .header-search--mobile .search-form__button { width: 46px; min-width: 46px; }
  .site-header__nav-wrap { display: none; }

  /* Finder: pannello illustrazione via, campi grandi e toccabili */
  .tyre-finder-section { padding-block: 1rem 1.4rem; }
  .tyre-finder-section__title { font-size: 1.15rem; margin-bottom: .8rem; }
  .tyre-search-form--hero .tyre-search-form__body { grid-template-columns: 1fr; margin-top: 1rem; border: 0; }
  .tyre-finder__aside { display: none; }
  .tyre-search-form--hero .tyre-search-form__main { padding: 0; }
  .tyre-search-form__legend { font-size: .95rem; margin-bottom: .7rem; }

  /* Linguette veicolo scorrevoli orizzontalmente, con icona sopra l'etichetta */
  .vehicle-tabs--underline .vehicle-tabs__list {
    justify-content: flex-start; overflow-x: auto; scrollbar-width: none;
    width: calc(100% + 1.25rem); margin-left: -.625rem; padding-inline: .625rem;
  }
  .vehicle-tabs--underline .vehicle-tabs__list::-webkit-scrollbar { display: none; }
  .vehicle-tabs--underline label { flex-direction: column; gap: 5px; min-width: 66px; padding: 0 4px 9px; font-size: .68rem; }
  .vehicle-tabs--underline label .icon { width: 1.4rem; height: 1.4rem; }

  /* Campi misura grandi */
  .tyre-search-form--hero .tyre-search-form__fields { gap: .5rem; }
  .tyre-search-form--hero .tyre-search-form__fields .field select { min-height: 52px; font-size: 17px; font-weight: 900; }

  /* Sezioni nuove */
  .popular-block__grid { grid-template-columns: 1fr; gap: 1.3rem; }
  .season-tiles { grid-template-columns: 1fr; gap: .55rem; }
  .season-tile { padding: .8rem; gap: .75rem; }
  .season-tile__icon { width: 44px; height: 44px; }
  .guide-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .55rem; }
  .guide-tile { min-height: 92px; padding: .8rem; }
  .guide-tile strong { font-size: .8rem; }
  .category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .5rem; }
  .category-card { padding: .8rem .4rem; }
  .category-card__icon { width: 38px; height: 38px; }
  .category-card h3 { font-size: .72rem; }
  .category-card__link { display: none; }

  /* Barra fiducia: colonna leggibile invece di riga schiacciata */
  .trust-grid { flex-direction: column; gap: .7rem; }

  /* Marche a scorrimento orizzontale */
  .brand-grid { display: flex; overflow-x: auto; scrollbar-width: none; gap: .5rem; width: calc(100% + 1.25rem); margin-right: -.625rem; padding-bottom: .3rem; }
  .brand-grid::-webkit-scrollbar { display: none; }
  .brand-tile { flex: 0 0 auto; width: 108px; min-height: 54px; }
}

@media (max-width: 1023px) and (min-width: 750px) {
  .category-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .guide-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .season-tiles { grid-template-columns: 1fr; }
  .popular-block__grid { grid-template-columns: 1fr; gap: 1.4rem; }
  .trust-grid { flex-wrap: wrap; }
}

/* --- Correzioni post-deploy --- */

/* Logo: il wordmark ha il testo "DOT" scuro, illeggibile sull'header navy.
   Lo rendiamo monocromatico bianco solo nell'header (il footer ha già il suo
   trattamento su chip chiaro). */
.site-header .site-logo img { filter: brightness(0) invert(1); }

/* Categorie compatte: l'icona in base.css è absolute e finiva sopra al titolo. */
.category-card__icon { position: static; }
.category-card { justify-content: flex-start; gap: .1rem; }
.category-card--season,
.category-card--vehicle { border: 1px solid var(--gd-line); background: #fff; color: var(--gd-ink); box-shadow: 0 4px 14px rgba(0,31,61,.035); }
.category-card--season .category-card__icon,
.category-card--vehicle .category-card__icon { background: var(--gd-muted); color: var(--gd-navy); }
.category-card--season h3,
.category-card--vehicle h3 { color: var(--gd-ink); }
.category-card--season .category-card__link,
.category-card--vehicle .category-card__link { color: var(--gd-orange); }
.category-card:hover { transform: none; border-color: var(--gd-orange); box-shadow: var(--gd-shadow-sm); }

/* Intestazioni delle sezioni esistenti: stessa densità delle nuove */
.category-grid + *, .section-header { margin-bottom: 1.1rem; }
.section-header h2 { font-size: clamp(1.15rem, 1.9vw, 1.35rem); letter-spacing: -.02em; }
.section-header__eyebrow { font-size: .68rem; letter-spacing: .1em; }
.section-header p { font-size: .84rem; }
.section { padding-block: 2rem; }

/* base.css nasconde su mobile ogni span del carrello che non sia il contatore
   (.header-action>span:not(.cart-count)); così spariva anche l'icona. Qui
   riesponiamo il solo wrapper dell'icona, lasciando nascosta l'etichetta. */
.site-header__actions .header-action--cart > span.header-action__cart-icon { display: flex; }

/* La barra d'acquisto della scheda prodotto e la tab bar vivono entrambe in
   fondo allo schermo: impiliamo la prima sopra la seconda invece di
   sovrapporle, e diamo alla pagina lo spazio per entrambe. */
@media (max-width: 749px) {
  .mobile-buy-bar.is-visible { bottom: calc(64px + env(safe-area-inset-bottom)); }
  body.template-product { padding-bottom: 128px; }
}

/* =========================================================================

/* =========================================================================
   CARD PRODOTTO — blocco unico (consolidato). Layout verticale: foto grande
   su bianco pieno, badge stagione, marca, modello, misura, pillole UE
   compatte (icona + valore), prezzo, disponibilità, CTA a tutta larghezza.
   ========================================================================= */
.product-card { display: flex; flex-direction: column; border: 1px solid var(--gd-line); border-radius: 16px; background: #fff; box-shadow: 0 1px 3px rgba(10,25,45,.08); overflow: hidden; }
.product-card:hover { transform: none; border-color: var(--gd-line); box-shadow: 0 8px 24px rgba(10,25,45,.12); }

/* Area foto: bianca piena, senza riga di separazione né ombre */
.product-card__top { position: relative; display: block; grid-template-columns: none; min-height: 0; border-bottom: 0; background: #fff; box-shadow: none; }
.product-card__media { display: flex; align-items: center; justify-content: center; aspect-ratio: 1.32 / 1; min-height: 0; background: #fff; box-shadow: none; padding: .55rem .7rem .35rem; }
.product-card__image { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; box-shadow: none; filter: none; }
.product-card:hover .product-card__image { transform: none; }

/* Badge stagione: pillola bianca con icona colorata, senza pallino */
.product-card__badges { position: absolute; z-index: 2; top: .65rem; left: .65rem; display: flex; gap: .35rem; max-width: calc(100% - 3.4rem); }
.product-card__badges .badge { display: inline-flex; align-items: center; gap: .3rem; min-height: 0; border: 1px solid var(--gd-line); border-radius: 8px; background: #fff; padding: .28rem .55rem; color: var(--gd-ink); font-size: .72rem; font-weight: 700; }
.product-card__badges .badge::before { content: none; }
.product-card__badges .badge .icon { width: .85rem; height: .85rem; }
.product-card__badges .badge--summer .icon { color: var(--gd-orange); }
.product-card__badges .badge--winter .icon { color: #0c7ab8; }
.product-card__badges .badge--all-season .icon { color: #177a3f; }

.product-card__wishlist { top: .6rem; right: .6rem; width: 36px; height: 36px; border: 0; border-radius: 50%; background: #fff; color: var(--gd-navy-dark); box-shadow: 0 2px 8px rgba(10,25,45,.14); }
.product-card__wishlist .icon { width: 1.05rem; height: 1.05rem; }

/* Corpo */
.product-card__body { flex: 1; display: flex; flex-direction: column; gap: 0; align-items: stretch; background: #fff; padding: .85rem .9rem .9rem; text-align: left; }
.product-card__identity { display: block; margin-bottom: .55rem; padding: 0; }
.product-card__brand-well { display: flex; align-items: center; justify-content: flex-start; height: 26px; margin-bottom: .45rem; }
.product-card__brand { height: 26px; }
.product-card__brand .brand-logo__image { max-width: 118px; max-height: 26px; object-position: left center; }
.product-card__brand .brand-logo__text { color: var(--gd-navy); font-size: .72rem; font-weight: 900; }
.brand-logo.is-fallback .brand-logo__text--fallback { display: block; }
.product-card__vendor { color: var(--gd-navy); font-size: .7rem; font-weight: 900; }
.product-card__title { min-height: 0; margin: 0 0 .1rem; color: var(--gd-ink); font-size: 1rem; line-height: 1.2; font-weight: 600; }
.product-card__title a:hover { color: var(--gd-navy-2); }
.product-card__size { display: flex; align-items: baseline; gap: .4rem; margin: 0; color: var(--gd-navy); font-size: 1.02rem; font-weight: 800; letter-spacing: -.01em; }
.product-card__indices { margin: 0; color: var(--gd-subtle); font-size: .86rem; font-weight: 600; }

/* Pillole etichetta UE: icona + valore, il nome resta nell'aria-label */
.product-card .eu-labels { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: .35rem; margin: 0 0 .7rem; border: 0; padding: 0; background: none; }
.product-card .eu-label { flex: 1 1 0; min-width: 0; display: flex; flex-direction: row; align-items: center; justify-content: center; gap: .3rem; border: 1px solid var(--gd-line); border-radius: 8px; background: #fff; padding: .26rem .5rem; text-align: left; }
.product-card .eu-label__icon { width: 16px; height: 16px; flex: 0 0 auto; border-radius: 0; background: none !important; }
.product-card .eu-label__icon .icon { width: 1rem; height: 1rem; }
/* Il colore delle icone UE arriva dalla classe grade-* (voto A→G),
   non da una posizione fissa: vedi il blocco "icone UE colorate per voto". */
.product-card .eu-label__copy { display: block; }
.product-card .eu-label__copy small { display: none; }
.product-card .eu-label__copy strong { color: var(--gd-ink); font-size: .82rem; font-weight: 800; line-height: 1; }
.product-card .eu-label__unit { color: var(--gd-subtle); font-size: .68rem; font-weight: 600; }

/* Prezzo, sconto, disponibilità, CTA */
.product-card__purchase { display: block; margin-top: auto; padding-top: 0; border-top: 0; }
.product-card__price { display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: .3rem .55rem; margin-bottom: .3rem; }
.product-card__price .price { color: var(--gd-ink); font-size: 1.32rem; font-weight: 800; letter-spacing: -.03em; }
.product-card__price .price--compare, .product-card__price s { color: var(--gd-subtle); font-size: .74rem; font-weight: 600; }
.product-card__discount { display: inline-flex; align-items: center; border-radius: 6px; background: #fff0e3; padding: .16rem .42rem; color: var(--gd-orange); font-size: .76rem; font-weight: 800; }
.product-card__availability { width: 100%; display: flex; align-items: center; gap: .35rem; margin-bottom: .65rem; color: var(--gd-green); font-size: .8rem; font-weight: 600; }
.product-card__availability .icon { display: none; }
.product-card__availability i { display: inline-block; width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: currentColor; }
.product-card__availability.is-sold-out { color: #a53a3a; }
.product-card__cta { width: 100%; min-height: 44px; border-radius: 9px; font-size: .92rem; box-shadow: none; }
.product-card__cta .icon { width: 1.1rem; height: 1.1rem; }
.product-card .quick-add-form { width: 100%; }

@media (max-width: 749px) {
  .product-card { display: flex; flex-direction: column; border-radius: 13px; }
  .product-card__top { grid-template-columns: none; min-height: 0; }
  .product-card__media { aspect-ratio: 1.15 / 1; min-height: 0; padding: .5rem .5rem .3rem; }
  .product-card__badges { top: .45rem; left: .45rem; }
  .product-card__badges .badge { gap: .22rem; border-radius: 6px; padding: .2rem .4rem; font-size: .6rem; }
  .product-card__badges .badge .icon { width: .7rem; height: .7rem; }
  .product-card__wishlist { top: .45rem; right: .45rem; width: 28px; height: 28px; }
  .product-card__wishlist .icon { width: .85rem; height: .85rem; }
  .product-card__body { padding: .6rem .6rem .7rem; }
  .product-card__identity { margin-bottom: .4rem; padding: 0; }
  .product-card__brand-well { height: 18px; margin-bottom: .3rem; }
  .product-card__brand { height: 18px; }
  .product-card__brand .brand-logo__image { max-width: 82px; max-height: 18px; }
  .product-card__title { font-size: .8rem; }
  .product-card__size { font-size: .84rem; gap: .28rem; }
  .product-card__indices { font-size: .7rem; }
  .product-card__ean { display: none; }
  .product-card .eu-labels { gap: .22rem; margin-bottom: .5rem; }
  .product-card .eu-label { gap: .2rem; border-radius: 6px; padding: .18rem .32rem; }
  .product-card .eu-label__icon { width: 13px; height: 13px; }
  .product-card .eu-label__icon .icon { width: .8rem; height: .8rem; }
  .product-card .eu-label__copy strong { font-size: .68rem; }
  .product-card .eu-label__unit { font-size: .56rem; }
  .product-card__price { margin-bottom: .22rem; }
  .product-card__price .price { font-size: 1.02rem; }
  .product-card__discount { font-size: .62rem; padding: .1rem .3rem; }
  .product-card__availability { margin-bottom: .45rem; font-size: .66rem; }
  .product-card__cta { min-height: 36px; border-radius: 8px; font-size: .74rem; }
  .product-card__cta .icon { width: .95rem; height: .95rem; }
  .product-grid,
  .shop-layout .product-grid,
  .shop-layout:not(.shop-layout--no-filters) .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .55rem; }
}
   FINDER HOME — stagioni a riquadri con casella, come nello screen
   ========================================================================= */
.tyre-search-form--hero .season-tabs { margin-bottom: .85rem; }
.tyre-search-form--hero .season-tabs__list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .55rem; max-width: none; padding: 0; border-radius: 0; background: none; }
/* "Tutte" resta selezionabile ma fuori dai tre riquadri visibili */
.tyre-search-form--hero .season-tabs__list > label[for^="SeasonAll-"] { display: none; }
.tyre-search-form--hero .season-tabs label { position: relative; display: flex; align-items: center; gap: .5rem; min-height: 46px; border: 1px solid var(--gd-line); border-radius: 10px; background: #fff; padding: 0 2.4rem 0 .75rem; color: var(--gd-ink); font-size: .85rem; font-weight: 600; box-shadow: none; }
.tyre-search-form--hero .season-tabs label .icon { width: 1.05rem; height: 1.05rem; flex: 0 0 auto; }
.tyre-search-form--hero .season-tabs label[for^="SeasonSummer-"] .icon { color: #e8a33d; }
.tyre-search-form--hero .season-tabs label[for^="SeasonWinter-"] .icon { color: #4aa3d8; }
.tyre-search-form--hero .season-tabs label[for^="SeasonAllYear-"] .icon { color: #5b8fa8; }
/* casella a destra */
.tyre-search-form--hero .season-tabs label::after { content: ''; position: absolute; right: .7rem; top: 50%; width: 18px; height: 18px; transform: translateY(-50%); border: 1.5px solid var(--gd-line); border-radius: 4px; background: #fff; }
.tyre-search-form--hero .season-tabs input:checked + label { border-color: var(--gd-orange); background: #fff8f2; font-weight: 700; }
.tyre-search-form--hero .season-tabs input:checked + label::after { border-color: var(--gd-orange); background: var(--gd-orange) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 13 4 4 10-10'/%3E%3C/svg%3E") center / 12px no-repeat; }
.tyre-search-form--hero .season-tabs input:focus-visible + label { outline: 2px solid var(--gd-navy-2); outline-offset: 2px; }

/* Riga opzioni extra + link "Più opzioni" a destra */
.tyre-extra-opts { justify-content: flex-start; align-items: center; gap: .55rem 1.15rem; }
.tyre-extra-opts__more { margin-left: auto; display: inline-flex; align-items: center; gap: .3rem; color: var(--gd-navy-2); font-size: .8rem; font-weight: 700; }
.tyre-extra-opts__more .icon { width: .85rem; height: .85rem; }

@media (max-width: 749px) {
  .tyre-search-form--hero .season-tabs__list { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .35rem; }
  .tyre-search-form--hero .season-tabs label { flex-direction: column; justify-content: center; gap: .2rem; min-height: 56px; padding: .4rem .3rem; font-size: .72rem; text-align: center; }
  .tyre-search-form--hero .season-tabs label::after { display: none; }
  .tyre-extra-opts__more { margin-left: 0; }
}

/* base.css imposta le linguette stagione in colonna: nel finder della home
   servono in riga (icona + testo affiancati, casella a destra). */
.tyre-search-form--hero .season-tabs label { flex-direction: row; justify-content: flex-start; text-align: left; }
@media (max-width: 749px) {
  .tyre-search-form--hero .season-tabs label { flex-direction: column; justify-content: center; text-align: center; }
}

/* =========================================================================
   RIFINITURA FINALE CARD + CAROSELLO "SCELTI PER TE"
   ========================================================================= */

/* Badge stagione senza pallino: solo icona + testo */
.badge--season::before { content: none; }

/* Area foto: bianca piena, nessuna riga di separazione né ombra interna */
.product-card__top { border-bottom: 0; background: #fff; box-shadow: none; }
.product-card__media { background: #fff; box-shadow: none; }
.product-card__image { box-shadow: none; filter: none; }

/* Tutti gli elementi della card allineati a sinistra e coerenti tra loro */
.product-card__body { align-items: stretch; text-align: left; }
.product-card__brand-well { justify-content: flex-start; }
.product-card .eu-labels { justify-content: flex-start; }
.product-card .eu-label { justify-content: center; flex: 1 1 0; min-width: 0; }
.product-card__price { align-items: center; }

/* Carosello: 4 card visibili, frecce ai lati, "Vedi tutti" espande in griglia */
.featured-carousel { position: relative; }
.featured-carousel .featured-products {
  display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 3 * clamp(.85rem, 1.4vw, 1.25rem)) / 4);
  grid-template-columns: none; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory;
  scrollbar-width: none; padding-bottom: .25rem;
}
.featured-carousel .featured-products::-webkit-scrollbar { display: none; }
.featured-carousel .featured-products > .product-card { scroll-snap-align: start; }
.featured-carousel__nav {
  position: absolute; z-index: 3; top: 40%; display: flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border: 1px solid var(--gd-line); border-radius: 50%; background: #fff;
  color: var(--gd-navy-dark); box-shadow: 0 4px 14px rgba(10,25,45,.14); cursor: pointer;
}
.featured-carousel__nav:hover { border-color: var(--gd-orange); color: var(--gd-orange); }
.featured-carousel__nav:disabled { opacity: .35; cursor: default; }
.featured-carousel__nav--prev { left: -14px; }
.featured-carousel__nav--next { right: -14px; }
.featured-carousel__nav .icon { width: 1.15rem; height: 1.15rem; }

/* Stato espanso: torna una griglia normale che cresce verso il basso */
.featured-carousel.is-expanded .featured-products {
  grid-auto-flow: row; grid-auto-columns: auto; grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow-x: visible; scroll-snap-type: none; gap: clamp(.85rem, 1.4vw, 1.25rem);
}
.featured-carousel__expand .icon { transition: transform .2s ease; }
.featured-carousel__expand[aria-expanded="true"] .icon { transform: rotate(180deg); }

@media (max-width: 1023px) {
  .featured-carousel .featured-products { grid-auto-columns: calc((100% - 2 * .8rem) / 3); }
  .featured-carousel.is-expanded .featured-products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .featured-carousel__nav { display: none; }
}
@media (max-width: 749px) {
  .featured-carousel .featured-products {
    display: flex; overflow-x: auto; gap: .55rem;
    width: calc(100% + 1.25rem); margin-right: -.625rem; padding-bottom: .4rem;
  }
  .featured-carousel .featured-products > .product-card { flex: 0 0 165px; }
  .featured-carousel.is-expanded .featured-products {
    display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; margin-right: 0; overflow: visible;
  }
  .featured-carousel.is-expanded .featured-products > .product-card { flex: none; }
}

/* =========================================================================
   CARD — rifinitura: testo CTA bianco, icone UE colorate per voto,
   badge specifiche impilati, scala tipografica dell'artifact, responsive
   ========================================================================= */

/* Pulsante: testo e icona bianchi */
.product-card__cta,
.product-card__cta span,
.product-card__cta .icon { color: #fff; }

/* Badge impilati sotto la stagione, uno per riga */
.product-card__badges { flex-direction: column; align-items: flex-start; gap: .28rem; }
.product-card__badges .badge--season { color: var(--gd-ink); }
/* testo della stagione dello stesso colore dell'icona */
.product-card__badges .badge--summer { color: var(--gd-orange); }
.product-card__badges .badge--winter { color: #0c7ab8; }
.product-card__badges .badge--all-season { color: #177a3f; }
.product-card__badges .badge--spec { border-color: var(--gd-line); background: rgba(255,255,255,.94); color: var(--gd-subtle); font-size: .62rem; font-weight: 800; letter-spacing: .02em; padding: .2rem .42rem; }

/* Icone etichetta UE colorate in base al voto (A verde → G rosso) */
.product-card .eu-label__icon { background: none !important; color: var(--gd-subtle); }
.product-card .eu-label__icon.grade-a { color: var(--card-grade-a); }
.product-card .eu-label__icon.grade-b { color: var(--card-grade-b); }
.product-card .eu-label__icon.grade-c { color: #a8b800; }
.product-card .eu-label__icon.grade-d { color: #dfae0d; }
.product-card .eu-label__icon.grade-e { color: var(--card-grade-e); }
.product-card .eu-label__icon.grade-f,
.product-card .eu-label__icon.grade-g { color: var(--card-grade-f); }
.product-card .eu-label__icon.grade-na { color: #b8c2cc; }
.product-card .eu-label__icon.grade-noise { color: var(--gd-navy-dark); }

/* Scala tipografica dell'artifact: card più bassa */
.product-card__media { aspect-ratio: 1.4 / 1; padding: .5rem .6rem .3rem; }
.product-card__body { padding: .7rem .75rem .75rem; }
.product-card__brand-well { height: 20px; margin-bottom: .3rem; }
.product-card__brand { height: 20px; }
.product-card__brand .brand-logo__image { max-width: 100px; max-height: 20px; }
.product-card__identity { margin-bottom: .45rem; }
.product-card__title { font-size: .84rem; line-height: 1.28; }
.product-card__size { font-size: .88rem; gap: .3rem; }
.product-card__indices { font-size: .74rem; }
.product-card .eu-labels { gap: .28rem; margin-bottom: .55rem; }
.product-card .eu-label { gap: .25rem; padding: .22rem .38rem; }
.product-card .eu-label__icon { width: 14px; height: 14px; }
.product-card .eu-label__icon .icon { width: .9rem; height: .9rem; }
.product-card .eu-label__copy strong { font-size: .74rem; }
.product-card .eu-label__unit { font-size: .6rem; }
.product-card__price { margin-bottom: .24rem; }
.product-card__price .price { font-size: 1.18rem; }
.product-card__discount { font-size: .7rem; padding: .14rem .38rem; }
.product-card__availability { margin-bottom: .5rem; font-size: .72rem; }
.product-card__cta { min-height: 38px; border-radius: 7px; font-size: .8rem; font-weight: 800; }
.product-card__cta .icon { width: 1rem; height: 1rem; }

/* ── Responsive: la card si adatta senza mai rompersi ── */
@media (max-width: 1023px) {
  .product-card__title { font-size: .8rem; }
  .product-card__size { font-size: .84rem; }
  .product-card__price .price { font-size: 1.08rem; }
}
@media (max-width: 749px) {
  .product-card__media { aspect-ratio: 1.25 / 1; padding: .45rem .45rem .25rem; }
  .product-card__badges { gap: .2rem; }
  .product-card__badges .badge--spec { font-size: .54rem; padding: .14rem .3rem; }
  .product-card__body { padding: .55rem .55rem .65rem; }
  .product-card__title { font-size: .76rem; }
  .product-card__size { font-size: .8rem; }
  .product-card__indices { font-size: .66rem; }
  .product-card .eu-label { padding: .16rem .28rem; gap: .18rem; }
  .product-card .eu-label__icon { width: 12px; height: 12px; }
  .product-card .eu-label__icon .icon { width: .75rem; height: .75rem; }
  .product-card .eu-label__copy strong { font-size: .64rem; }
  .product-card .eu-label__unit { font-size: .52rem; }
  .product-card__price .price { font-size: .96rem; }
  .product-card__availability { font-size: .62rem; margin-bottom: .4rem; }
  .product-card__cta { min-height: 34px; font-size: .72rem; }
}
/* Telefoni stretti: le pillole UE vanno a capo invece di comprimersi */
@media (max-width: 400px) {
  .product-card .eu-labels { gap: .2rem; }
  .product-card .eu-label { flex: 1 1 30%; padding: .14rem .2rem; }
  .product-card .eu-label__copy strong { font-size: .6rem; }
}

/* Su telefono nel carosello entrano esattamente 2 card, mai una terza a metà. */
@media (max-width: 749px) {
  .featured-carousel .featured-products,
  .product-recommendations .product-grid { width: 100%; margin-right: 0; gap: .55rem; }
  .featured-carousel .featured-products > .product-card,
  .product-recommendations .product-card { flex: 0 0 calc((100% - .55rem) / 2); }
}

/* =========================================================================
   BLOCCO 1 — correzioni bloccanti
   ========================================================================= */

/* L'header è scuro e imposta color:#fff; i pannelli che ne discendono ma
   hanno sfondo bianco (menu mobile, risultati ricerca, tendine nav)
   ereditavano il bianco e risultavano testo-bianco-su-bianco: invisibili.
   Qui ristabiliamo il colore di testo su ogni superficie chiara. */
.site-header .mobile-menu__panel,
.site-header .predictive-search__results,
.site-header .nav-dropdown { color: var(--gd-ink); }
.site-header .mobile-menu__panel a,
.site-header .mobile-menu__panel summary,
.site-header .mobile-menu__panel strong,
.site-header .mobile-menu__panel span,
.site-header .predictive-search__results a,
.site-header .nav-dropdown a { color: var(--gd-ink); }
.site-header .mobile-menu__panel a:hover,
.site-header .nav-dropdown a:hover { color: var(--gd-orange); }
.site-header .mobile-menu__panel .icon,
.site-header .predictive-search__results .icon { color: currentColor; }
/* Il pannello mobile deve stare sopra la tab bar fissa */
.mobile-menu__panel { z-index: 70; }
.mobile-menu__backdrop { z-index: 69; }

/* =========================================================================
   FOOTER — blocco unico (consolidato): colonne semplici sempre aperte,
   logo bianco come nell'header, claim su tre colonne, righe loghi centrate.
   ========================================================================= */
.site-footer__top { display: grid; grid-template-columns: 1.5fr repeat(4, minmax(0, 1fr)); gap: clamp(1.2rem, 2.5vw, 2.5rem); }
.site-footer__logo { border-radius: 0; background: none; padding: 0; }
.site-footer__logo img { filter: brightness(0) invert(1); max-height: 34px; width: auto; }

.site-footer__column { display: block; }
.site-footer__column > summary,
.site-footer__column > summary .icon { display: none; }
.site-footer__column h2 { margin: 0 0 .9rem; color: #fff; font-size: .82rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.site-footer__column-body { display: block; }
.site-footer__column ul { display: flex; flex-direction: column; gap: .55rem; list-style: none; margin: 0; padding: 0; }
.site-footer__column a { color: #a9bacd; font-size: .82rem; }
.site-footer__column a:hover { color: var(--gd-orange); }

/* Pillole legali con pallino verde */
.footer-policies { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem; border-top: 1px solid rgba(255,255,255,.09); padding-block: 1.2rem; }
.policy-pill { display: inline-flex; align-items: center; gap: .45rem; border-radius: 999px; background: rgba(255,255,255,.07); padding: .45rem .85rem; color: #dbe4ee; font-size: .8rem; font-weight: 600; }
.policy-pill:hover { background: rgba(255,255,255,.13); color: #fff; }
.policy-pill i { width: 9px; height: 9px; flex: 0 0 auto; border-radius: 50%; background: #3ddc84; }

/* Claim: tre colonne da desktop, impilati e centrati sotto */
.footer-claims { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: center; gap: 1rem; border-top: 1px solid rgba(255,255,255,.09); padding-block: 1.5rem; }
.footer-claims p { margin: 0; color: #dbe4ee; font-size: .86rem; font-weight: 700; }
.footer-claims p:nth-child(1) { text-align: left; }
.footer-claims p:nth-child(2) { text-align: center; }
.footer-claims p:nth-child(3) { text-align: right; }

/* Righe loghi: pagamenti (dinamici o dichiarati) e corrieri */
.footer-trust-rows { display: flex; flex-direction: column; align-items: center; gap: 1rem; border-top: 1px solid rgba(255,255,255,.09); padding-block: 1.6rem; }
.footer-logo-row { display: flex; flex-direction: column; align-items: center; gap: .6rem; }
.footer-logo-row__label { color: #93a6ba; font-size: .78rem; font-weight: 700; text-align: center; }
.footer-logo-row__items { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem; max-width: 720px; }
.footer-logo-tile { display: inline-flex; align-items: center; justify-content: center; min-width: 58px; height: 38px; border-radius: 7px; background: #fff; padding: .3rem .5rem; }
.footer-logo-tile .payment-icon { width: auto; height: 22px; }
.footer-logo-tile__img { width: auto; max-width: 76px; max-height: 22px; object-fit: contain; }
.footer-logo-tile__text { color: var(--gd-ink); font-size: .72rem; font-weight: 900; letter-spacing: .02em; }
.payment-icons { display: flex; flex-wrap: wrap; gap: .4rem; }

.site-footer__bottom-inner { flex-direction: column; align-items: center; gap: .6rem; text-align: center; }
.copyright { margin: 0; }

@media (max-width: 1180px) { .site-footer__top { grid-template-columns: 1.4fr repeat(2, minmax(0, 1fr)); } }
@media (max-width: 899px) {
  .site-footer__top { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-footer__brand { grid-column: 1 / -1; }
  .footer-claims { grid-template-columns: 1fr; gap: .55rem; }
  .footer-claims p:nth-child(1),
  .footer-claims p:nth-child(2),
  .footer-claims p:nth-child(3) { text-align: center; }
}
@media (max-width: 749px) {
  .site-footer__top { display: flex; flex-direction: column; gap: 1.5rem; }
  .site-footer__column h2 { margin-bottom: .7rem; }
  .footer-claims { padding-block: 1.2rem; }
  .footer-claims p { font-size: .8rem; }
  .footer-trust-rows { gap: .8rem; padding-block: 1.2rem; }
  .footer-logo-tile { min-width: 52px; height: 34px; }
  .footer-logo-tile .payment-icon { height: 19px; }
  .footer-logo-tile__img { max-width: 66px; max-height: 19px; }
}

/* Finder options: controls share the same type scale and touch treatment as
   the rest of the form. */
.tyre-extra-opts { display: flex; flex-wrap: wrap; align-items: center; gap: .45rem .9rem; margin: .15rem 0 .85rem; }
.tyre-extra-opts__grid { display: flex; flex-wrap: wrap; align-items: center; gap: .35rem .9rem; margin: 0 0 .8rem; }
.tyre-extra-opt { display: inline-flex; align-items: center; gap: .45rem; min-height: 38px; color: var(--gd-ink); font-size: .82rem; font-weight: 650; cursor: pointer; }
.tyre-extra-opt input { width: 18px; height: 18px; margin: 0; accent-color: var(--gd-orange); }
.tyre-extra-opt input:focus-visible { outline: 3px solid rgba(0, 89, 179, .25); outline-offset: 2px; }
.tyre-extra-opts__more { display: inline-flex; align-items: center; gap: .3rem; min-height: 38px; margin-left: auto; border: 0; background: none; padding: .25rem 0; color: var(--gd-navy-2); font: inherit; font-size: .82rem; font-weight: 800; cursor: pointer; }
.tyre-extra-opts__more:hover { color: var(--gd-orange); }
.tyre-extra-opts__more-icon { display: inline-flex; }
.tyre-extra-opts__more-icon .icon { width: .9rem; height: .9rem; transition: transform .18s ease; }
.tyre-search-form__advanced { margin: -.1rem 0 .85rem; animation: tyre-options-reveal .18s ease; }
.tyre-search-form__advanced[hidden] { display: none; }
.tyre-search-form__advanced .tyre-extra-opts__grid { padding-top: .75rem; border-top: 1px solid var(--gd-line); }
@keyframes tyre-options-reveal { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } }

/* Filters and brand picker use one bottom-sheet interaction through tablet. */
@media (max-width: 1023px) {
  .brand-picker__backdrop:not([hidden]) { position: fixed; z-index: 199; inset: 0; display: block; border: 0; background: rgba(0, 15, 31, .5); backdrop-filter: blur(2px); }
  .brand-picker__panel:not([hidden]) { position: fixed; z-index: 200; inset: auto 0 0 0 !important; width: 100% !important; max-height: min(85dvh, 640px); border-radius: 22px 22px 0 0; box-shadow: 0 -24px 60px rgba(0, 15, 31, .25); animation: brand-picker-slide-up .22s ease; }
  html.brand-picker-open { overflow: hidden; }
  .shop-layout.is-facets-open .shop-sidebar { inset: auto 0 0 0; width: 100%; max-width: none; max-height: min(90dvh, 760px); border-radius: 22px 22px 0 0; box-shadow: 0 -24px 60px rgba(0, 15, 31, .25); animation: facets-slide-up .22s ease; }
}
@keyframes facets-slide-up { from { opacity: 0; transform: translateY(100%); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 749px) {
  .tyre-extra-opts { align-items: stretch; gap: .3rem .6rem; }
  .tyre-extra-opts__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .25rem .55rem; }
  .tyre-extra-opt { min-height: 42px; font-size: .78rem; }
  .tyre-extra-opts__more { width: 100%; justify-content: flex-start; margin-left: 0; min-height: 40px; }
}
