/* Tyre family / model page ----------------------------------------------- */

.tyre-family-page {
    display: grid;
    min-width: 0;
    max-width: 100%;
    gap: clamp(1.25rem, 3vw, 2rem);
}

.tyre-family-page > * {
    min-width: 0;
    max-width: 100%;
}

.tyre-family-editorial-feature {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(22rem, 0.95fr);
    overflow: hidden;
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius-lg);
    background: #fff;
    box-shadow: var(--pp-shadow-sm);
}

.tyre-family-editorial-feature__media {
    position: relative;
    min-height: 100%;
    margin: 0;
    background: #dce8e9;
}

.tyre-family-editorial-feature__media img {
    width: 100%;
    height: 100%;
    min-height: 32rem;
    object-fit: cover;
}

.tyre-family-editorial-feature__media figcaption {
    position: absolute;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
    padding: 0.55rem 0.7rem;
    border-radius: 0.65rem;
    color: #fff;
    background: rgb(8 35 48 / 78%);
    font-size: 0.68rem;
    line-height: 1.4;
    backdrop-filter: blur(0.35rem);
}

.tyre-family-editorial-feature__copy {
    display: grid;
    padding: clamp(1.4rem, 3vw, 2.5rem);
    align-content: center;
}

.tyre-family-editorial-feature__copy h2 {
    margin: 0;
    color: var(--pp-ink);
    font-size: clamp(1.65rem, 2.8vw, 2.35rem);
    letter-spacing: -0.035em;
    line-height: 1.08;
}

.tyre-family-editorial-feature__lead {
    margin: 0.8rem 0 1.15rem;
    color: var(--pp-ink-soft);
    font-size: 1rem;
    line-height: 1.65;
}

.tyre-family-editorial-feature__points {
    display: grid;
    gap: 0.85rem;
}

.tyre-family-editorial-feature__points article {
    display: grid;
    grid-template-columns: 2.2rem minmax(0, 1fr);
    gap: 0.75rem;
    align-items: start;
}

.tyre-family-editorial-feature__points article > span {
    display: grid;
    width: 2.2rem;
    height: 2.2rem;
    place-items: center;
    border-radius: 0.65rem;
    color: var(--pp-primary-dark);
    background: var(--pp-primary-soft);
}

.tyre-family-editorial-feature__points .store-icon {
    width: 1.15rem;
    height: 1.15rem;
}

.tyre-family-editorial-feature__points h3,
.tyre-family-editorial-feature__points p {
    margin: 0;
}

.tyre-family-editorial-feature__points h3 {
    color: var(--pp-ink);
    font-size: 0.96rem;
}

.tyre-family-editorial-feature__points p {
    margin-top: 0.2rem;
    color: var(--pp-muted);
    font-size: 0.82rem;
    line-height: 1.5;
}

.tyre-family-editorial-feature__copy details {
    margin-top: 1rem;
    color: var(--pp-muted);
    font-size: 0.72rem;
}

.tyre-family-editorial-feature__copy details p {
    margin: 0.45rem 0 0;
}

.tyre-family-editorial-feature__copy details a {
    color: var(--pp-primary-dark);
}

.tyre-family-eyebrow {
    margin: 0 0 0.45rem;
    color: var(--pp-primary-dark);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.tyre-model-brandline {
    display: flex;
    max-width: 100%;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 0.75rem;
}

.tyre-model-brandline .tyre-family-eyebrow {
    margin: 0;
}

.tyre-family-hero {
    display: grid;
    grid-template-columns:
        minmax(27rem, 1.02fr)
        minmax(20rem, 0.8fr)
        minmax(21rem, 0.78fr);
    grid-template-rows: auto auto auto;
    gap: clamp(0.7rem, 1.4vw, 1rem) clamp(1.4rem, 3vw, 2.5rem);
    align-items: start;
    padding: clamp(1.3rem, 3vw, 2.25rem);
    overflow: hidden;
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius-lg);
    background:
        radial-gradient(circle at 58% 5%, rgba(8, 127, 91, 0.12), transparent 30%),
        linear-gradient(145deg, #fff 0%, #f7fafb 100%);
    box-shadow: var(--pp-shadow-sm);
}

.tyre-family-hero__copy,
.tyre-family-hero__context,
.tyre-family-gallery,
.tyre-family-offer {
    min-width: 0;
}

.tyre-family-gallery {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 100%;
    align-self: start;
}

.tyre-family-gallery .tyre-product-gallery__main-link {
    min-height: clamp(25rem, 32vw, 31rem);
}

.tyre-family-gallery .tyre-product-gallery__main {
    height: clamp(23rem, 30vw, 29rem);
}

.tyre-family-hero__copy {
    grid-column: 2;
    grid-row: 1;
}

.tyre-family-hero__context {
    min-width: 0;
    grid-column: 2;
    grid-row: 2;
    align-self: start;
}

.tyre-family-hero__context .tyre-family-hero__lead {
    margin-top: 0;
}

.tyre-family-hero h1 {
    margin: 0;
    color: var(--pp-ink);
    font-size: clamp(1.9rem, 2.3vw, 2.45rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.02;
    overflow-wrap: anywhere;
}

.tyre-family-hero h1 span {
    display: block;
    margin-top: 0.55rem;
    color: var(--pp-muted);
    font-size: 0.35em;
    letter-spacing: 0;
}

.tyre-family-hero__lead {
    max-width: 44rem;
    margin: 0.75rem 0 0.85rem;
    color: var(--pp-ink-soft);
    font-size: clamp(0.95rem, 1.4vw, 1.08rem);
    line-height: 1.55;
}

.tyre-family-hero__mobile-product {
    display: none;
}

.tyre-family-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin: 0 0 1rem;
    padding: 0;
    list-style: none;
}

.tyre-family-facts li {
    display: inline-flex;
    align-items: center;
    gap: 0.38rem;
    padding: 0.45rem 0.7rem;
    border: 1px solid var(--pp-line);
    border-radius: 999px;
    color: var(--pp-ink-soft);
    background: rgba(255, 255, 255, 0.85);
    font-size: 0.82rem;
    font-weight: 700;
}

.tyre-family-facts .store-icon {
    width: 1rem;
    height: 1rem;
    color: var(--pp-primary);
}

.tyre-family-rating {
    display: grid;
    max-width: 100%;
    width: fit-content;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.75rem;
    margin-top: 0.75rem;
    padding: 0.62rem 0.72rem;
    border: 1px solid #bde4d9;
    border-radius: 0.75rem;
    color: var(--pp-ink);
    background: #f2fbf8;
    text-decoration: none;
}

.tyre-family-rating strong {
    color: var(--pp-primary-dark);
    font-size: 0.82rem;
    line-height: 1;
}

.tyre-family-rating__score {
    display: grid;
    justify-items: start;
    gap: 0.22rem;
}

.tyre-family-rating__score .tyre-review-stars {
    font-size: 0.78rem;
}

.tyre-family-rating strong span {
    font-size: 1.55rem;
}

.tyre-family-rating > span:nth-child(2) {
    display: grid;
    gap: 0.12rem;
}

.tyre-family-rating b {
    color: var(--pp-ink);
    font-size: 0.82rem;
}

.tyre-family-rating small {
    color: var(--pp-muted);
    font-size: 0.7rem;
}

.tyre-family-rating:hover,
.tyre-family-rating:focus-visible {
    border-color: var(--pp-primary);
    color: var(--pp-primary-dark);
}

.tyre-review-media-teaser {
    display: grid;
    width: fit-content;
    max-width: 100%;
    grid-template-columns: minmax(8rem, auto) auto;
    align-items: center;
    gap: 0.65rem;
    margin-top: 0.65rem;
    padding: 0.5rem 0.55rem;
    border: 1px solid var(--pp-line);
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.88);
}

.tyre-review-media-teaser__heading {
    display: grid;
    color: var(--pp-ink);
    text-decoration: none;
}

.tyre-review-media-teaser__heading span {
    font-size: 0.78rem;
    font-weight: 850;
}

.tyre-review-media-teaser__heading small {
    color: var(--pp-muted);
    font-size: 0.62rem;
}

.tyre-review-media-teaser__items {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 0.25rem;
}

.tyre-review-media-teaser__items a {
    display: grid;
    width: 2.85rem;
    height: 2.85rem;
    flex: 0 0 auto;
    overflow: hidden;
    place-items: center;
    border: 1px solid var(--pp-line);
    border-radius: 0.55rem;
    background: #fff;
}

.tyre-review-media-teaser__items img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tyre-review-media-teaser__items .tyre-review-media-teaser__more {
    width: 2rem;
    color: var(--pp-primary-dark);
    background: var(--pp-primary-soft);
    font-weight: 900;
    text-decoration: none;
}

.tyre-product-hero__signals .tyre-review-media-teaser {
    margin-top: 0;
}

.tyre-family-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.tyre-family-hero__placeholder {
    display: grid;
    width: 100%;
    min-height: 17rem;
    place-items: center;
    align-content: center;
    gap: 0.75rem;
    border: 1px dashed var(--pp-line-strong);
    border-radius: var(--pp-radius);
    color: var(--pp-muted);
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
}

.tyre-family-hero__placeholder .store-icon {
    width: 4.5rem;
    height: 4.5rem;
    color: var(--pp-primary);
}

.tyre-family-hero__placeholder--visual {
    min-height: 0;
    padding: 0;
    overflow: hidden;
    border-style: solid;
    background: #f4f7f9;
}

.tyre-family-hero__placeholder-image {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
}

.tyre-family-offer {
    display: grid;
    grid-column: 3;
    grid-row: 1 / span 2;
    gap: 0.65rem;
    padding: clamp(1.15rem, 2.5vw, 1.6rem);
    border-radius: var(--pp-radius);
    color: #fff;
    background: var(--pp-navy-deep);
    box-shadow: var(--pp-shadow);
}

.tyre-family-offer__label {
    color: #b9d7d0;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.tyre-family-offer data {
    color: #fff;
    font-size: clamp(1.85rem, 3vw, 2.7rem);
    font-weight: 800;
    letter-spacing: -0.04em;
}

.tyre-family-offer__price {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
}

.tyre-family-offer__price > span {
    color: #b9d7d0;
    font-size: 0.86rem;
    font-weight: 750;
}

.tyre-family-offer data small {
    font-size: 0.42em;
    letter-spacing: 0;
}

.tyre-family-offer > strong {
    color: #fff;
    font-size: 1.25rem;
}

.tyre-family-offer > p {
    margin: 0;
    color: #d6e1e8;
    font-size: 0.86rem;
    line-height: 1.5;
}

.tyre-family-offer .tyre-family-offer__availability strong {
    color: #fff;
}

.tyre-family-offer__installments {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.08rem 0.55rem;
    align-items: baseline;
    padding: 0.65rem 0.72rem;
    border: 1px solid rgba(185, 215, 208, 0.24);
    border-radius: 0.7rem;
    color: inherit;
    background: rgba(255, 255, 255, 0.075);
    text-decoration: none;
}

.tyre-family-offer__installments span {
    padding: 0.22rem 0.42rem;
    border-radius: 999px;
    color: #382900;
    background: var(--pp-accent);
    font-size: 0.68rem;
    font-weight: 900;
}

.tyre-family-offer__installments strong {
    color: #fff;
    font-size: 0.92rem;
}

.tyre-family-offer__installments:hover,
.tyre-family-offer__installments:focus-visible {
    border-color: rgba(255, 208, 84, 0.62);
    color: inherit;
    background: rgba(255, 255, 255, 0.12);
}

.tyre-family-offer__installments--unavailable strong {
    font-size: 0.84rem;
}

.tyre-family-hero__test {
    display: flex;
    width: fit-content;
    max-width: 100%;
    align-items: center;
    gap: 0.6rem;
    padding: 0.55rem 0.65rem;
    border: 1px solid #efd79d;
    border-radius: 0.7rem;
    color: var(--pp-ink);
    background: #fff8e7;
    text-decoration: none;
}

.tyre-family-hero__copy > .tyre-family-hero__test {
    width: 100%;
    margin-top: 0.7rem;
}

.tyre-family-hero__test .store-icon {
    width: 1.15rem;
    height: 1.15rem;
    flex: 0 0 auto;
    color: #856317;
}

.tyre-family-hero__test span {
    display: grid;
    min-width: 0;
}

.tyre-family-hero__test small {
    color: #76510f;
    font-size: 0.65rem;
}

.tyre-family-hero__test strong {
    overflow-wrap: anywhere;
    font-size: 0.79rem;
}

.tyre-family-offer__evidence {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.58rem 0.65rem;
    border: 1px solid rgba(255, 208, 84, 0.28);
    border-radius: 0.7rem;
    color: #fff;
    background: rgba(255, 193, 7, 0.08);
    text-decoration: none;
}

.tyre-family-offer__evidence .store-icon {
    width: 1.05rem;
    height: 1.05rem;
    flex: 0 0 auto;
    color: #ffe39a;
}

.tyre-family-offer__evidence span {
    display: grid;
}

.tyre-family-offer__evidence small {
    color: #c8d8e5;
    font-size: 0.65rem;
}

.tyre-family-offer__evidence strong {
    color: #fff;
    font-size: 0.8rem;
}

.tyre-family-offer__evidence:hover,
.tyre-family-offer__evidence:focus-visible {
    border-color: rgba(255, 208, 84, 0.62);
    color: #fff;
}

.tyre-family-offer > .tyre-family-offer__help {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.55rem 0.65rem;
    border: 1px solid rgba(185, 215, 208, 0.22);
    border-radius: 0.65rem;
    color: #d8eee8;
    text-align: left;
    text-decoration: none;
}

.tyre-family-offer__help .store-icon {
    width: 1.05rem;
    height: 1.05rem;
    flex: 0 0 auto;
}

.tyre-family-offer__help span {
    display: grid;
}

.tyre-family-offer__help small {
    color: #b9d7d0;
    font-size: 0.66rem;
}

.tyre-family-offer__help strong {
    color: #fff;
    font-size: 0.8rem;
}

.tyre-family-offer > .tyre-family-offer__help:hover,
.tyre-family-offer > .tyre-family-offer__help:focus-visible {
    color: #fff;
}

.tyre-family-size-picker {
    display: grid;
    gap: 0.55rem;
    margin-top: 0.15rem;
    padding-top: 0.7rem;
    border-top: 1px solid rgba(213, 229, 239, 0.2);
}

.tyre-family-size-picker__enhanced {
    display: grid;
    min-width: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
    margin: 0;
    padding: 0;
    border: 0;
}

.tyre-family-size-picker__enhanced[hidden],
.tyre-family-size-picker__legacy[hidden] {
    display: none;
}

.tyre-family-size-picker legend {
    grid-column: 1 / -1;
    margin-bottom: 0.1rem;
    color: #fff;
    font-size: 0.92rem;
    font-weight: 800;
}

.tyre-family-size-picker label {
    display: block;
    margin-bottom: 0.25rem;
    color: #c8d8e5;
    font-size: 0.65rem;
    font-weight: 750;
}

.tyre-family-size-picker .form-select {
    min-height: 2.55rem;
    padding-block: 0.45rem;
    border-color: rgba(255, 255, 255, 0.2);
    font-size: 0.8rem;
}

.tyre-family-size-picker__season {
    max-width: 12rem;
}

.tyre-family-size-picker__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.3rem 0.7rem;
}

.tyre-family-size-picker__links a {
    color: #bfe4da;
    font-size: 0.68rem;
    font-weight: 700;
}

.tyre-family-value-strip {
    display: grid;
    grid-column: 1 / -1;
    grid-row: 3;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
    padding: 0.8rem 0 0;
    border-top: 1px solid var(--pp-line);
    list-style: none;
}

.tyre-family-value-strip li {
    display: grid;
    min-width: 0;
    grid-template-columns: 2.25rem minmax(0, 1fr);
    align-items: center;
    gap: 0.55rem;
    padding: 0.45rem 0.8rem;
}

.tyre-family-value-strip li + li {
    border-left: 1px solid var(--pp-line);
}

.tyre-family-value-strip .store-icon {
    width: 1.2rem;
    height: 1.2rem;
    color: var(--pp-primary-dark);
}

.tyre-family-value-strip li > .store-icon {
    display: grid;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0.5rem;
    border-radius: 0.65rem;
    background: var(--pp-primary-soft);
}

.tyre-family-value-strip span {
    display: grid;
    min-width: 0;
}

.tyre-family-value-strip strong {
    color: var(--pp-ink);
    font-size: 0.78rem;
}

.tyre-family-value-strip strong a {
    color: inherit;
    text-decoration: none;
}

.tyre-family-value-strip strong a:hover,
.tyre-family-value-strip strong a:focus-visible {
    color: var(--pp-primary-dark);
    text-decoration: underline;
    text-underline-offset: 0.16rem;
}

.tyre-family-value-strip small {
    color: var(--pp-muted);
    font-size: 0.66rem;
    line-height: 1.35;
}

.tyre-family-anchor-nav {
    display: flex;
    max-width: 100%;
    gap: 0.35rem;
    padding: 0.35rem;
    overflow-x: auto;
    border: 1px solid var(--pp-line);
    border-radius: 999px;
    background: #fff;
    box-shadow: var(--pp-shadow-sm);
    scrollbar-width: thin;
}

.tyre-family-anchor-nav a {
    flex: 0 0 auto;
    padding: 0.65rem 1rem;
    border-radius: 999px;
    color: var(--pp-ink-soft);
    font-size: 0.86rem;
    font-weight: 700;
    text-decoration: none;
}

.tyre-family-anchor-nav a:hover,
.tyre-family-anchor-nav a:focus-visible {
    color: var(--pp-primary-dark);
    background: var(--pp-primary-soft);
}

.tyre-merchandising-story {
    display: grid;
    grid-template-columns: minmax(17rem, 0.62fr) minmax(0, 1.38fr);
    overflow: hidden;
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius-lg);
    background: #fff;
    box-shadow: var(--pp-shadow-sm);
    scroll-margin-top: 1rem;
}

.tyre-merchandising-story__intro {
    position: relative;
    display: grid;
    align-content: center;
    padding: clamp(1.5rem, 3.5vw, 2.8rem);
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 92% 8%, rgba(74, 226, 184, 0.2), transparent 34%),
        radial-gradient(circle at 8% 92%, rgba(255, 208, 82, 0.13), transparent 30%),
        var(--pp-navy-deep);
}

.tyre-merchandising-story__intro::after {
    position: absolute;
    right: -4rem;
    bottom: -4rem;
    width: 10rem;
    height: 10rem;
    border: 1.2rem solid rgba(255, 255, 255, 0.035);
    border-radius: 50%;
    content: "";
}

.tyre-merchandising-story__intro .tyre-family-eyebrow {
    position: relative;
    z-index: 1;
    color: #8ce8c5;
}

.tyre-merchandising-story__intro h2 {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #fff;
    font-size: clamp(1.65rem, 3vw, 2.45rem);
    letter-spacing: -0.04em;
    line-height: 1.05;
}

.tyre-merchandising-story__intro > p:last-child {
    position: relative;
    z-index: 1;
    margin: 1rem 0 0;
    color: #d5e2eb;
    font-size: 0.92rem;
    line-height: 1.65;
}

.tyre-merchandising-story__benefits {
    display: grid;
    min-width: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tyre-merchandising-story__benefits article {
    position: relative;
    display: grid;
    min-width: 0;
    grid-template-columns: 2.75rem minmax(0, 1fr);
    align-content: start;
    gap: 0.85rem;
    padding: clamp(1.15rem, 2.4vw, 1.7rem);
    overflow: hidden;
    border-left: 1px solid var(--pp-line);
    border-bottom: 1px solid var(--pp-line);
    background:
        linear-gradient(145deg, rgba(244, 249, 249, 0.7), transparent 48%),
        #fff;
}

.tyre-merchandising-story__benefits article:nth-last-child(-n + 2) {
    border-bottom: 0;
}

.tyre-merchandising-story__icon {
    display: grid;
    width: 2.75rem;
    height: 2.75rem;
    place-items: center;
    border-radius: 0.8rem;
    color: var(--pp-primary-dark);
    background: var(--pp-primary-soft);
}

.tyre-merchandising-story__icon .store-icon {
    width: 1.35rem;
    height: 1.35rem;
}

.tyre-merchandising-story__number {
    position: absolute;
    top: 0.8rem;
    right: 0.9rem;
    color: rgba(12, 48, 65, 0.07);
    font-size: 2.5rem;
    font-weight: 900;
    letter-spacing: -0.08em;
    line-height: 1;
}

.tyre-merchandising-story__benefits h3 {
    position: relative;
    margin: 0;
    padding-right: 1.35rem;
    color: var(--pp-ink);
    font-size: 1rem;
    line-height: 1.25;
}

.tyre-merchandising-story__benefits p {
    position: relative;
    margin: 0.48rem 0 0;
    color: var(--pp-muted);
    font-size: 0.8rem;
    line-height: 1.55;
}

.tyre-merchandising-story__sources {
    grid-column: 1 / -1;
    padding: 0.75rem 1rem;
    border-top: 1px solid var(--pp-line);
    color: var(--pp-muted);
    background: var(--pp-surface-soft);
    font-size: 0.75rem;
}

.tyre-merchandising-story__sources summary {
    width: fit-content;
    cursor: pointer;
    color: var(--pp-primary-dark);
    font-weight: 800;
}

.tyre-merchandising-story__sources p {
    max-width: 74rem;
    margin: 0.75rem 0;
    line-height: 1.55;
}

.tyre-merchandising-story__sources ul {
    margin: 0 0 0.55rem;
    padding-left: 1.15rem;
}

.tyre-merchandising-story__sources a {
    overflow-wrap: anywhere;
}

.tyre-family-performance,
.tyre-family-decision,
.tyre-family-tests,
.tyre-family-selector,
.tyre-family-description,
.tyre-family-reviews {
    padding: clamp(1.35rem, 3.5vw, 2.6rem);
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius-lg);
    background: #fff;
    box-shadow: var(--pp-shadow-sm);
    scroll-margin-top: 1rem;
}

.tyre-family-decision {
    background:
        radial-gradient(circle at 92% 0, rgba(8, 127, 91, 0.09), transparent 32%),
        #fff;
}

.tyre-family-decision__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.tyre-family-decision__grid > article {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius);
    background: rgba(255, 255, 255, 0.92);
}

.tyre-family-decision__grid > article > header {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1rem 1.1rem;
    border-bottom: 1px solid var(--pp-line);
    background: var(--pp-surface-soft);
}

.tyre-family-decision__icon {
    display: inline-grid;
    width: 2.45rem;
    height: 2.45rem;
    flex: 0 0 2.45rem;
    place-items: center;
    border-radius: 999px;
    color: #fff;
    background: var(--pp-primary-dark);
    font-size: 0.76rem;
    font-weight: 800;
}

.tyre-family-decision__icon .store-icon {
    width: 1.15rem;
    height: 1.15rem;
}

.tyre-family-decision__grid header p {
    margin: 0 0 0.12rem;
    color: var(--pp-muted);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.tyre-family-decision__grid h3 {
    margin: 0;
    color: var(--pp-ink);
    font-size: 1.16rem;
    font-weight: 800;
}

.tyre-family-decision__list {
    display: grid;
    margin: 0;
    padding: 0 1.1rem;
    list-style: none;
}

.tyre-family-decision__list li {
    min-width: 0;
    padding: 0.95rem 0;
}

.tyre-family-decision__list li + li {
    border-top: 1px solid var(--pp-line);
}

.tyre-family-decision__list li > span {
    display: inline-block;
    margin-bottom: 0.35rem;
    padding: 0.18rem 0.48rem;
    border-radius: 999px;
    color: var(--pp-primary-dark);
    background: var(--pp-primary-soft);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.tyre-family-decision__list strong {
    display: block;
    overflow-wrap: anywhere;
    color: var(--pp-ink);
    font-size: 0.94rem;
    line-height: 1.35;
}

.tyre-family-decision__list p,
.tyre-family-decision__empty {
    margin: 0.3rem 0 0;
    color: var(--pp-muted);
    font-size: 0.8rem;
    line-height: 1.55;
}

.tyre-family-decision__list--steps {
    counter-reset: tyre-family-step;
}

.tyre-family-decision__list--steps li {
    position: relative;
    padding-left: 2.3rem;
    counter-increment: tyre-family-step;
}

.tyre-family-decision__list--steps li::before {
    position: absolute;
    top: 0.92rem;
    left: 0;
    display: grid;
    width: 1.55rem;
    height: 1.55rem;
    place-items: center;
    border-radius: 999px;
    color: var(--pp-primary-dark);
    background: var(--pp-primary-soft);
    content: counter(tyre-family-step);
    font-size: 0.68rem;
    font-weight: 900;
}

.tyre-family-decision__empty {
    padding: 1.1rem;
}

.tyre-family-decision__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem;
    margin-top: 1rem;
}

.tyre-family-decision__actions > a:not(.btn) {
    margin-left: auto;
    color: var(--pp-primary-dark);
    font-size: 0.8rem;
    font-weight: 800;
}

.tyre-family-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.tyre-family-section-heading h2,
.tyre-family-description h2,
.tyre-family-contact h2 {
    margin: 0;
    color: var(--pp-ink);
    font-size: clamp(1.45rem, 3vw, 2.2rem);
    font-weight: 800;
    letter-spacing: -0.025em;
}

.tyre-family-section-heading > p {
    max-width: 42rem;
    margin: 0;
    color: var(--pp-muted);
    font-size: 0.9rem;
    line-height: 1.55;
}

.tyre-family-section-heading--compact {
    align-items: center;
}

.tyre-family-performance__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.85rem;
}

.tyre-family-performance__grid article {
    display: flex;
    min-width: 0;
    gap: 0.85rem;
    padding: 1.1rem;
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius);
    background: var(--pp-surface-soft);
}

.tyre-family-performance__icon {
    display: inline-flex;
    width: 2.7rem;
    height: 2.7rem;
    flex: 0 0 2.7rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.8rem;
    color: var(--pp-primary-dark);
    background: var(--pp-primary-soft);
}

.tyre-family-performance__icon .store-icon {
    width: 1.35rem;
    height: 1.35rem;
}

.tyre-family-performance__grid article > div {
    display: grid;
    min-width: 0;
    gap: 0.16rem;
}

.tyre-family-performance__grid article span:not(.tyre-family-performance__icon) {
    color: var(--pp-muted);
    font-size: 0.76rem;
    font-weight: 700;
}

.tyre-family-performance__grid article strong {
    color: var(--pp-ink);
    font-size: 1.25rem;
}

.tyre-family-performance__grid article small {
    color: var(--pp-muted);
}

.tyre-family-source-note {
    margin-top: 1rem;
    padding: 0.9rem 1rem;
    border-left: 3px solid var(--pp-primary);
    color: var(--pp-ink-soft);
    background: var(--pp-primary-soft);
    font-size: 0.84rem;
    line-height: 1.55;
}

.tyre-family-source-note summary {
    width: fit-content;
    color: var(--pp-primary-dark);
    font-weight: 800;
    cursor: pointer;
}

.tyre-family-source-note p {
    max-width: 64rem;
    margin: 0.55rem 0 0;
}

.tyre-test-ranking-summary {
    margin-bottom: 1rem;
    overflow: hidden;
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius);
    background: var(--pp-surface-soft);
}

.tyre-test-ranking-summary__heading {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 1rem;
    align-items: end;
    padding: 1rem;
    border-bottom: 1px solid var(--pp-line);
    background: #fff;
}

.tyre-test-ranking-summary__heading span {
    color: var(--pp-primary-dark);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tyre-test-ranking-summary__heading h3 {
    margin: 0.2rem 0 0;
    color: var(--pp-ink);
    font-size: 1.05rem;
    font-weight: 850;
}

.tyre-test-ranking-summary__heading p {
    margin: 0;
    color: var(--pp-muted);
    font-size: 0.76rem;
    line-height: 1.5;
}

.tyre-test-ranking-summary__list {
    display: grid;
}

.tyre-test-ranking-summary__list article {
    display: grid;
    grid-template-columns: minmax(170px, 0.38fr) minmax(0, 1fr);
    min-width: 0;
}

.tyre-test-ranking-summary__list article + article {
    border-top: 1px solid var(--pp-line);
}

.tyre-test-ranking-summary__list header {
    display: grid;
    align-content: center;
    gap: 0.5rem;
    padding: 0.9rem 1rem;
    border-right: 1px solid var(--pp-line);
    background: #fff;
}

.tyre-test-ranking-summary__list header div {
    display: grid;
    gap: 0.1rem;
}

.tyre-test-ranking-summary__list header strong {
    color: var(--pp-ink);
    font-size: 0.88rem;
}

.tyre-test-ranking-summary__list header span,
.tyre-test-ranking-summary__list header a {
    color: var(--pp-muted);
    font-size: 0.72rem;
}

.tyre-test-ranking-summary__list header a {
    color: var(--pp-primary-dark);
    font-weight: 800;
}

.tyre-test-ranking-summary__links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.65rem;
    letter-spacing: 0;
    text-transform: none;
}

.tyre-test-ranking-summary__list dl {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    min-width: 0;
    margin: 0;
}

.tyre-test-ranking-summary__list dl > div {
    display: grid;
    align-content: center;
    gap: 0.25rem;
    min-width: 0;
    padding: 0.8rem 1rem;
}

.tyre-test-ranking-summary__list dl > div + div {
    border-left: 1px solid var(--pp-line);
}

.tyre-test-ranking-summary__list dt {
    color: var(--pp-muted);
    font-size: 0.68rem;
    font-weight: 700;
}

.tyre-test-ranking-summary__list dd {
    display: grid;
    gap: 0.12rem;
    min-width: 0;
    margin: 0;
    overflow-wrap: anywhere;
    color: var(--pp-ink);
    font-size: 0.82rem;
    font-weight: 750;
}

.tyre-test-ranking-summary__list dd small {
    color: var(--pp-muted);
    font-size: 0.68rem;
    font-weight: 600;
}

.tyre-test-ranking-summary__scope {
    display: inline-flex;
    width: fit-content;
    padding: 0.3rem 0.55rem;
    border: 1px solid #98d5c5;
    border-radius: 999px;
    color: #04543c;
    background: #dff4ed;
    font-size: 0.68rem;
    font-weight: 800;
}

.tyre-test-ranking-summary__scope.is-family {
    border-color: #efd79d;
    color: #76510f;
    background: #fff8e7;
}

.tyre-family-tests__list {
    display: grid;
    gap: 1rem;
}

.tyre-family-test {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--pp-line-strong);
    border-radius: var(--pp-radius-lg);
    background: var(--pp-surface);
}

.tyre-family-test__header {
    display: flex;
    min-width: 0;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.2rem clamp(1.1rem, 3vw, 1.6rem);
    border-bottom: 1px solid var(--pp-line);
    background: linear-gradient(135deg, #f7fafb, #edf7f3);
}

.tyre-family-test__header > div {
    min-width: 0;
}

.tyre-family-test__publisher {
    color: var(--pp-primary-dark);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tyre-family-test__header h3 {
    margin: 0.3rem 0 0;
    color: var(--pp-ink);
    font-size: clamp(1.15rem, 2.5vw, 1.55rem);
    font-weight: 800;
    letter-spacing: -0.018em;
}

.tyre-family-test__independence {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 0.35rem;
    padding: 0.48rem 0.72rem;
    border: 1px solid #98d5c5;
    border-radius: 999px;
    color: #04543c;
    background: #dff4ed;
    font-size: 0.74rem;
    font-weight: 800;
}

.tyre-family-test__independence .store-icon {
    width: 1rem;
    height: 1rem;
}

.tyre-family-test__body {
    display: grid;
    grid-template-columns: minmax(180px, 0.26fr) minmax(0, 1fr);
    min-width: 0;
}

.tyre-family-test__score {
    display: grid;
    min-width: 0;
    place-items: center;
    align-content: center;
    gap: 0.35rem;
    padding: 1.5rem 1rem;
    color: #fff;
    background:
        radial-gradient(circle at 80% 10%, rgba(255, 189, 46, 0.2), transparent 34%),
        var(--pp-navy-deep);
    text-align: center;
}

.tyre-family-test__score > data {
    color: #fff;
    font-size: clamp(3rem, 7vw, 4.7rem);
    font-weight: 850;
    letter-spacing: -0.06em;
    line-height: 0.95;
}

.tyre-family-test__score strong {
    color: #fff;
    font-size: 0.82rem;
}

.tyre-family-test__score-grade {
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    color: #382900;
    background: var(--pp-accent);
    font-size: 0.75rem;
    font-weight: 850;
}

.tyre-family-test__score-kicker {
    color: #91d6c0;
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tyre-family-test__score .tyre-family-test__score-verdict {
    max-width: 14rem;
    color: #fff;
    font-size: clamp(1.25rem, 2.4vw, 1.65rem);
    font-weight: 900;
    letter-spacing: -0.025em;
    line-height: 1.08;
}

.tyre-family-test__customer-rating {
    display: flex;
    min-width: min(100%, 11rem);
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    margin-top: 0.45rem;
    padding: 0.7rem 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.85rem;
    background: rgba(255, 255, 255, 0.09);
}

.tyre-family-test__customer-rating .store-icon {
    width: 1.35rem;
    height: 1.35rem;
    color: #91d6c0;
}

.tyre-family-test__customer-rating data {
    color: #fff;
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1;
}

.tyre-family-test__customer-rating small {
    align-self: flex-end;
    margin-bottom: 0.18rem;
    color: #d6e1e8;
    font-size: 0.78rem;
    font-weight: 800;
}

.tyre-family-test__score-direction {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.35rem;
    padding: 0.48rem 0.72rem;
    border-radius: 999px;
    color: #382900;
    background: var(--pp-accent);
}

.tyre-family-test__score-direction .store-icon {
    width: 0.9rem;
    height: 0.9rem;
}

.tyre-family-test__score-direction strong {
    color: #382900;
    font-size: 0.72rem;
    font-weight: 900;
}

.tyre-family-test__content {
    display: grid;
    min-width: 0;
    gap: 1rem;
    padding: clamp(1.1rem, 3vw, 1.6rem);
}

.tyre-family-test__scope {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem;
}

.tyre-family-test__scope > div {
    display: grid;
    min-width: 0;
    gap: 0.2rem;
    padding: 0.85rem;
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius-sm);
    background: var(--pp-surface-soft);
}

.tyre-family-test__scope span {
    color: var(--pp-muted);
    font-size: 0.72rem;
    font-weight: 700;
}

.tyre-family-test__scope strong {
    overflow-wrap: anywhere;
    color: var(--pp-ink);
    font-size: 1rem;
}

.tyre-family-test__summary {
    margin: 0;
    color: var(--pp-ink-soft);
    line-height: 1.65;
}

.tyre-family-test__criteria h4 {
    margin: 0 0 0.65rem;
    color: var(--pp-ink);
    font-size: 0.9rem;
    font-weight: 800;
}

.tyre-family-test__criteria dl {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
    margin: 0;
}

.tyre-family-test__criteria dl > div {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
    padding: 0.65rem 0.75rem;
    border-radius: 0.55rem;
    color: var(--pp-ink-soft);
    background: #f6f8f9;
}

.tyre-family-test__criteria dt {
    min-width: 0;
    font-size: 0.76rem;
    font-weight: 650;
}

.tyre-family-test__criteria dd {
    flex: 0 0 auto;
    margin: 0;
    color: var(--pp-primary-dark);
    font-size: 1rem;
    font-weight: 850;
}

.tyre-family-test__footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, auto);
    gap: 1rem;
    align-items: center;
    padding: 1rem clamp(1.1rem, 3vw, 1.6rem);
    border-top: 1px solid var(--pp-line);
    background: var(--pp-surface-soft);
}

.tyre-family-test__footer strong {
    color: var(--pp-ink);
    font-size: 0.82rem;
}

.tyre-family-test__footer p {
    max-width: 56rem;
    margin: 0.25rem 0 0;
    color: var(--pp-muted);
    font-size: 0.78rem;
    line-height: 1.55;
}

.tyre-family-test__provenance {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.9rem;
    margin: 0.65rem 0 0;
    padding: 0;
    color: var(--pp-muted);
    font-size: 0.72rem;
    line-height: 1.45;
    list-style: none;
}

.tyre-family-test__provenance li {
    min-width: 0;
}

.tyre-family-test__provenance strong {
    color: var(--pp-ink-soft);
    font-size: inherit;
}

.tyre-family-test__footer nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem 0.8rem;
    justify-content: flex-end;
}

.tyre-family-test__footer a {
    color: var(--pp-primary-dark);
    font-size: 0.78rem;
    font-weight: 800;
}

.tyre-family-test__boundary {
    margin: 0;
    padding: 0.72rem clamp(1.1rem, 3vw, 1.6rem);
    border-top: 1px solid #f1dda4;
    color: #594711;
    background: #fff8df;
    font-size: 0.75rem;
    line-height: 1.5;
}

.tyre-family-selector__form {
    display: grid;
    grid-template-columns: minmax(190px, 1fr) minmax(180px, 0.75fr) auto auto;
    gap: 0.8rem;
    align-items: end;
    padding: 1rem;
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius);
    background: var(--pp-surface-soft);
}

.tyre-family-selector__form > div {
    min-width: 0;
}

.tyre-family-selector__form label {
    display: block;
    margin-bottom: 0.38rem;
    color: var(--pp-ink-soft);
    font-size: 0.8rem;
    font-weight: 800;
}

.tyre-family-selector__alternative {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-top: 0.8rem;
    color: var(--pp-muted);
    font-size: 0.86rem;
}

.tyre-family-selector__alternative a {
    font-weight: 700;
}

.tyre-family-products {
    display: grid;
    gap: 1rem;
    scroll-margin-top: 1rem;
}

.tyre-family-active-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    color: var(--pp-muted);
    font-size: 0.82rem;
}

.tyre-family-active-filters strong {
    padding: 0.35rem 0.62rem;
    border-radius: 999px;
    color: var(--pp-primary-dark);
    background: var(--pp-primary-soft);
}

.tyre-family-variant-groups {
    display: grid;
    gap: 1rem;
    min-width: 0;
}

.tyre-family-variant[hidden],
.tyre-family-variant-group[hidden],
.tyre-family-variants-more[hidden] {
    display: none !important;
}

.tyre-family-variants-more {
    display: none;
}

.tyre-family-variant-group {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius-lg);
    background: #fff;
    box-shadow: var(--pp-shadow-sm);
}

.tyre-family-variant-group__header {
    display: flex;
    min-width: 0;
    gap: 0.85rem;
    align-items: center;
    padding: 0.9rem 1rem;
    border-bottom: 1px solid var(--pp-line);
    background: var(--pp-surface-soft);
}

.tyre-family-variant-group__diameter {
    display: grid;
    width: 3rem;
    height: 3rem;
    flex: 0 0 3rem;
    place-items: center;
    border: 1px solid rgba(8, 127, 91, 0.24);
    border-radius: 999px;
    color: var(--pp-primary-dark);
    background: var(--pp-primary-soft);
    font-weight: 900;
}

.tyre-family-variant-group__header > div {
    min-width: 0;
}

.tyre-family-variant-group__header h3,
.tyre-family-variant-group__header p {
    margin: 0;
}

.tyre-family-variant-group__header h3 {
    color: var(--pp-ink);
    font-size: 1.05rem;
    font-weight: 850;
}

.tyre-family-variant-group__header p {
    margin-top: 0.15rem;
    color: var(--pp-muted);
    font-size: 0.76rem;
}

.tyre-family-variant-group__status {
    margin-left: auto;
    padding: 0.35rem 0.58rem;
    border-radius: 999px;
    color: var(--pp-primary-dark);
    background: var(--pp-primary-soft);
    font-size: 0.72rem;
    font-weight: 800;
    white-space: nowrap;
}

.tyre-family-variant-group__list {
    display: grid;
}

.tyre-family-variant {
    display: grid;
    min-width: 0;
    grid-template-columns:
        minmax(160px, 0.82fr)
        minmax(180px, 0.9fr)
        minmax(170px, 0.68fr)
        minmax(190px, auto);
    gap: 0.8rem;
    align-items: center;
    padding: 0.8rem 1rem;
}

.tyre-family-variant + .tyre-family-variant {
    border-top: 1px solid var(--pp-line);
}

.tyre-family-variant > * {
    min-width: 0;
}

.tyre-family-variant__identity h4 {
    margin: 0;
    font-size: 1.16rem;
}

.tyre-family-variant__identity h4 a {
    color: var(--pp-ink);
    text-decoration: none;
}

.tyre-family-variant__identity h4 a:hover,
.tyre-family-variant__identity h4 a:focus-visible {
    color: var(--pp-primary-dark);
    text-decoration: underline;
}

.tyre-family-variant__identity h4 small {
    color: var(--pp-muted);
    font-size: 0.72em;
    white-space: nowrap;
}

.tyre-family-variant__identity ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    margin: 0.45rem 0 0;
    padding: 0;
    list-style: none;
}

.tyre-family-variant__identity li {
    max-width: 100%;
    padding: 0.22rem 0.42rem;
    border-radius: 999px;
    color: var(--pp-ink-soft);
    background: #eef2f4;
    font-size: 0.66rem;
    font-weight: 750;
    overflow-wrap: anywhere;
}

.tyre-family-variant__label-data {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius);
}

.tyre-family-variant__label-data > div {
    min-width: 0;
    padding: 0.5rem 0.35rem;
    text-align: center;
}

.tyre-family-variant__label-data > div + div {
    border-left: 1px solid var(--pp-line);
}

.tyre-family-variant__label-data dt {
    display: flex;
    gap: 0.2rem;
    align-items: center;
    justify-content: center;
    color: var(--pp-muted);
    font-size: 0.62rem;
    font-weight: 750;
}

.tyre-family-variant__label-data dt .store-icon {
    width: 0.78rem;
    height: 0.78rem;
}

.tyre-family-variant__label-data dd {
    margin: 0.15rem 0 0;
    color: var(--pp-ink);
    font-size: 1rem;
    font-weight: 850;
}

.tyre-family-variant__label-data dd small {
    margin-left: 0.1rem;
    color: var(--pp-muted);
    font-size: 0.6em;
}

.tyre-family-variant__commerce {
    display: grid;
    gap: 0.28rem;
    align-content: center;
}

.tyre-family-variant__commerce > span {
    color: var(--pp-muted);
    font-size: 0.68rem;
    font-weight: 750;
}

.tyre-family-variant__commerce data {
    color: var(--pp-ink);
    font-size: 1.28rem;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.tyre-family-variant__commerce data small {
    font-size: 0.58em;
}

.tyre-family-variant__commerce p {
    margin: 0;
    color: var(--pp-muted);
    font-size: 0.7rem;
}

.tyre-family-variant__installment {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.18rem 0.42rem;
}

.tyre-family-variant__installment strong {
    color: var(--pp-primary-dark);
    font-size: 0.78rem;
}

.tyre-family-variant__installment span {
    color: var(--pp-muted);
    font-size: 0.66rem;
    font-weight: 700;
}

.tyre-family-variant__commerce p strong {
    color: var(--pp-ink-soft);
}

.tyre-family-variant__offer-difference {
    width: fit-content;
    padding: 0.28rem 0.45rem;
    border-radius: 0.42rem;
    color: #075d43;
    background: #e6f8f0;
    font-size: 0.68rem;
    line-height: 1.3;
}

.tyre-family-variant__available {
    display: flex;
    gap: 0.25rem;
    align-items: center;
    color: var(--pp-primary-dark);
    font-size: 0.72rem;
}

.tyre-family-variant__available .store-icon {
    width: 0.85rem;
    height: 0.85rem;
}

.tyre-family-variant__prior-price {
    color: var(--pp-muted);
    font-size: 0.62rem;
    line-height: 1.4;
}

.tyre-family-variant__actions {
    display: grid;
    gap: 0.55rem;
}

.tyre-family-variant__actions form > label {
    display: block;
    margin-bottom: 0.25rem;
    color: var(--pp-muted);
    font-size: 0.68rem;
    font-weight: 750;
}

.tyre-family-variant__actions form > div {
    display: grid;
    grid-template-columns: 4.5rem minmax(0, 1fr);
    gap: 0.4rem;
}

.tyre-family-variant__actions .btn {
    white-space: nowrap;
}

.tyre-family-description {
    display: grid;
    grid-template-columns: minmax(210px, 0.45fr) minmax(0, 1fr);
    gap: clamp(1.5rem, 4vw, 3.5rem);
    scroll-margin-top: 1rem;
}

.tyre-family-description__content {
    margin: 0;
    color: var(--pp-ink-soft);
    font-size: 1rem;
    line-height: 1.8;
}

.tyre-family-description__content p {
    margin: 0;
}

.tyre-family-description__content p + p {
    margin-top: 0.85rem;
}

.tyre-family-description__disclosure {
    max-width: 23rem;
    margin: 0.85rem 0 0;
    padding-left: 0.8rem;
    border-left: 3px solid var(--pp-primary);
    color: var(--pp-muted);
    font-size: 0.8rem;
    line-height: 1.55;
}

.tyre-family-review-summary {
    display: grid;
    grid-template-columns:
        minmax(210px, 0.7fr)
        minmax(320px, 1.35fr)
        minmax(220px, 0.85fr);
    margin-bottom: 1.15rem;
    overflow: hidden;
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius);
    background: var(--pp-surface);
}

.tyre-family-review-summary--without-distribution {
    grid-template-columns: minmax(210px, 0.55fr) minmax(0, 1.45fr);
}

.tyre-family-review-summary__score {
    display: flex;
    min-width: 0;
    padding: 1.15rem 1.25rem;
    align-items: flex-start;
    flex-direction: column;
    border-right: 1px solid var(--pp-line);
    background: linear-gradient(145deg, #f2f8f6, #fff 70%);
}

.tyre-family-review-summary__label {
    color: var(--pp-muted);
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.tyre-family-review-summary__score > p {
    display: flex;
    margin: 0.2rem 0 0.1rem;
    align-items: baseline;
    gap: 0.2rem;
}

.tyre-family-review-summary__score > p strong {
    color: var(--pp-ink);
    font-size: 2.65rem;
    line-height: 1;
}

.tyre-family-review-summary__score > p span {
    color: var(--pp-muted);
    font-size: 1rem;
    font-weight: 800;
}

.tyre-family-review-summary__score > small {
    margin-top: 0.35rem;
    color: var(--pp-muted);
    font-size: 0.72rem;
    line-height: 1.4;
}

.tyre-review-stars {
    display: inline-flex;
    gap: 0.08rem;
    color: #cbd4d8;
    font-size: 1rem;
    line-height: 1;
}

.tyre-review-stars .is-full {
    color: #e59b00;
}

.tyre-review-stars .is-half {
    color: transparent;
    background: linear-gradient(90deg, #e59b00 50%, #cbd4d8 50%);
    background-clip: text;
    -webkit-background-clip: text;
}

.tyre-family-review-summary__recommend {
    display: flex;
    width: 100%;
    margin-top: auto;
    padding-top: 0.8rem;
    align-items: center;
    gap: 0.6rem;
    border-top: 1px solid var(--pp-line);
}

.tyre-family-review-summary__recommend > .store-icon {
    width: 1.45rem;
    height: 1.45rem;
    flex: 0 0 auto;
    color: var(--pp-primary);
}

.tyre-family-review-summary__recommend span {
    display: grid;
}

.tyre-family-review-summary__recommend strong {
    color: var(--pp-primary-dark);
    font-size: 1.15rem;
    line-height: 1;
}

.tyre-family-review-summary__recommend small {
    margin-top: 0.18rem;
    color: var(--pp-ink-soft);
    font-size: 0.7rem;
    font-weight: 750;
}

.tyre-family-review-summary dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: stretch;
    margin: 0;
    padding: 0.6rem;
}

.tyre-family-review-summary dl > div {
    display: grid;
    min-width: 0;
    padding: 0.75rem 0.85rem;
    align-items: center;
    grid-template-columns: 2rem minmax(0, 1fr) auto;
    gap: 0.45rem;
    border-right: 1px solid var(--pp-line);
    border-bottom: 1px solid var(--pp-line);
}

.tyre-family-review-summary dl > div:nth-child(even) {
    border-right: 0;
}

.tyre-family-review-summary dl > div:nth-last-child(-n + 2):nth-child(odd),
.tyre-family-review-summary dl > div:last-child {
    border-bottom: 0;
}

.tyre-family-review-summary dl > div:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    border-right: 0;
}

.tyre-family-review-summary dl .store-icon {
    width: 1.45rem;
    height: 1.45rem;
    color: var(--pp-primary);
}

.tyre-family-review-summary dt {
    color: var(--pp-muted);
    font-size: 0.75rem;
    font-weight: 750;
}

.tyre-family-review-summary dd {
    margin: 0;
    color: var(--pp-ink);
    font-size: 1.05rem;
    font-weight: 800;
}

.tyre-family-review-summary dd small {
    color: var(--pp-muted);
    font-size: 0.66rem;
}

.tyre-review-distribution {
    min-width: 0;
    padding: 1rem 1.1rem;
    border-left: 1px solid var(--pp-line);
    background: var(--pp-surface-soft);
}

.tyre-review-distribution h3 {
    margin: 0 0 0.7rem;
    color: var(--pp-ink);
    font-size: 0.82rem;
    font-weight: 800;
}

.tyre-review-distribution__rows {
    display: grid;
    gap: 0.42rem;
}

.tyre-review-distribution__row {
    display: grid;
    grid-template-columns: 2rem minmax(0, 1fr) 1.6rem;
    gap: 0.5rem;
    align-items: center;
    color: var(--pp-muted);
    font-size: 0.75rem;
}

a.tyre-review-distribution__row {
    margin: -0.15rem -0.3rem;
    padding: 0.15rem 0.3rem;
    border-radius: 0.45rem;
    text-decoration: none;
    transition: background-color 140ms ease, color 140ms ease;
}

a.tyre-review-distribution__row:hover,
a.tyre-review-distribution__row:focus-visible {
    color: var(--pp-ink);
    background: #e8efef;
}

a.tyre-review-distribution__row:focus-visible {
    outline: 2px solid var(--pp-primary);
    outline-offset: 2px;
}

a.tyre-review-distribution__row.is-active {
    color: var(--pp-primary-dark);
    background: var(--pp-primary-soft);
    font-weight: 850;
}

.tyre-review-distribution__row > span,
.tyre-review-distribution__row > strong {
    font-variant-numeric: tabular-nums;
}

.tyre-review-distribution__row > strong {
    color: var(--pp-ink-soft);
    text-align: right;
}

.tyre-review-distribution progress {
    width: 100%;
    height: 0.55rem;
    overflow: hidden;
    border: 0;
    border-radius: 999px;
    appearance: none;
    background: #dfe7ea;
}

.tyre-review-distribution progress::-webkit-progress-bar {
    border-radius: 999px;
    background: #dfe7ea;
}

.tyre-review-distribution progress::-webkit-progress-value {
    border-radius: 999px;
    background: var(--pp-primary);
}

.tyre-review-distribution progress::-moz-progress-bar {
    border-radius: 999px;
    background: var(--pp-primary);
}

.tyre-review-size-scope {
    grid-column: 1 / -1;
    margin: 0;
    padding: 0.65rem 1rem;
    border-top: 1px solid var(--pp-line);
    color: var(--pp-ink-soft);
    background: var(--pp-primary-soft);
    font-size: 0.74rem;
    line-height: 1.45;
}

.tyre-review-filters {
    margin-bottom: 1rem;
}

.tyre-review-filters__disclosure {
    padding: 0.8rem 0;
    border-top: 1px solid var(--pp-line);
    border-bottom: 1px solid var(--pp-line);
}

.tyre-review-filters__disclosure > summary::-webkit-details-marker {
    display: none;
}

.tyre-review-filters__heading {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    list-style: none;
    cursor: pointer;
}

.tyre-review-filters__heading::after {
    content: "⌄";
    color: var(--pp-primary-dark);
    font-size: 1rem;
    font-weight: 900;
    line-height: 1;
}

.tyre-review-filters__disclosure[open] > .tyre-review-filters__heading::after {
    transform: rotate(180deg);
}

.tyre-review-filters__heading > span {
    display: grid;
    flex: 1 1 auto;
    gap: 0.1rem;
}

.tyre-review-filters__heading strong {
    color: var(--pp-ink);
    font-size: 0.9rem;
}

.tyre-review-filters__heading small {
    color: var(--pp-muted);
    font-size: 0.7rem;
}

.tyre-review-filters__heading > b {
    flex: 0 0 auto;
    margin-left: auto;
    color: var(--pp-primary-dark);
    font-size: 0.8rem;
}

.tyre-review-filters__body,
.tyre-review-filters__disclosure:not([open]) > .tyre-review-filters__body {
    display: grid;
    gap: 0.7rem;
    padding-top: 0.7rem;
}

.tyre-review-filters__fields {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.55rem;
}

.tyre-review-filters__fields > div {
    min-width: 0;
}

.tyre-review-filters__fields label {
    display: block;
    margin-bottom: 0.25rem;
    color: var(--pp-ink-soft);
    font-size: 0.68rem;
    font-weight: 800;
}

.tyre-review-filters__fields .form-select {
    min-height: 2.7rem;
    padding-block: 0.45rem;
    font-size: 0.82rem;
}

.tyre-review-filters__actions {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.tyre-family-review-list {
    display: grid;
    gap: 0.75rem;
}

.tyre-review-card {
    display: grid;
    min-width: 0;
    grid-template-columns: 9.2rem minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius);
    background: var(--pp-surface);
}

.tyre-review-card--demo {
    border-color: #e6ce75;
}

.tyre-review-card__score {
    display: flex;
    min-width: 0;
    padding: 1rem;
    align-items: center;
    align-self: stretch;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid var(--pp-line);
    background: var(--pp-surface-soft);
    text-align: center;
}

.tyre-review-card__score > strong {
    color: var(--pp-ink);
    font-size: 1.85rem;
    line-height: 1;
}

.tyre-review-card__score > strong small {
    color: var(--pp-muted);
    font-size: 0.78rem;
}

.tyre-review-card__score .tyre-review-stars {
    margin-top: 0.3rem;
    font-size: 0.78rem;
}

.tyre-review-card__recommend {
    display: inline-flex;
    margin-top: 0.65rem;
    padding: 0.3rem 0.55rem;
    align-items: center;
    gap: 0.3rem;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 850;
}

.tyre-review-card__recommend .store-icon {
    width: 0.85rem;
    height: 0.85rem;
}

.tyre-review-card__recommend.is-positive {
    color: var(--pp-primary-dark);
    background: var(--pp-primary-soft);
}

.tyre-review-card__recommend.is-negative {
    color: #8b2535;
    background: #fff0f2;
}

.tyre-review-card__content {
    display: grid;
    min-width: 0;
    gap: 0.8rem;
    padding: 1rem 1.1rem;
}

.tyre-review-card__header,
.tyre-review-card__footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.55rem;
}

.tyre-review-card__author {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 0.6rem;
}

.tyre-review-card__avatar {
    display: grid;
    width: 2.35rem;
    height: 2.35rem;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--pp-navy-deep);
    font-size: 0.86rem;
    font-weight: 850;
}

.tyre-review-card__author > span:last-child {
    display: grid;
    min-width: 0;
    gap: 0.08rem;
}

.tyre-review-card__author strong {
    overflow-wrap: anywhere;
    color: var(--pp-ink);
    font-size: 0.84rem;
}

.tyre-review-card__author small,
.tyre-review-card__author time {
    color: var(--pp-muted);
    font-size: 0.68rem;
}

.tyre-review-card__badges {
    display: flex;
    min-width: 0;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem;
}

.tyre-review-card__size {
    padding: 0.27rem 0.5rem;
    border: 1px solid var(--pp-line);
    border-radius: 999px;
    color: var(--pp-ink-soft);
    background: #fff;
    font-size: 0.7rem;
    font-weight: 800;
}

.tyre-review-card__comment {
    max-width: 65rem;
}

.tyre-review-card__comment p {
    margin: 0;
    color: var(--pp-ink-soft);
    font-size: 0.92rem;
    line-height: 1.65;
}

.tyre-review-card__comment p + p {
    margin-top: 0.7rem;
}

.tyre-review-card__ratings {
    display: flex;
    margin: 0;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.tyre-review-card__ratings > div {
    display: flex;
    min-width: 8.5rem;
    padding: 0.42rem 0.55rem;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.6rem;
    border-radius: 0.5rem;
    background: var(--pp-surface-soft);
}

.tyre-review-card__ratings dt {
    color: var(--pp-muted);
    font-size: 0.67rem;
    font-weight: 750;
}

.tyre-review-card__ratings dd {
    margin: 0;
    color: var(--pp-ink);
    font-size: 0.77rem;
    font-weight: 850;
}

.tyre-review-card__ratings dd small {
    color: var(--pp-muted);
    font-size: 0.6rem;
}

.tyre-review-card__footer {
    padding-top: 0.7rem;
    justify-content: flex-end;
    border-top: 1px solid var(--pp-line);
}

.tyre-review-media {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.tyre-review-media a {
    display: block;
    width: 8.5rem;
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--pp-line);
    border-radius: 0.65rem;
    background: var(--pp-surface-soft);
}

.tyre-review-media img {
    display: block;
    width: 100%;
    height: 6.4rem;
    object-fit: cover;
    transition: transform 160ms ease;
}

.tyre-review-media a:hover img,
.tyre-review-media a:focus-visible img {
    transform: scale(1.02);
}

.tyre-review-media-dialog {
    width: min(76rem, calc(100vw - 2rem));
    max-width: none;
    max-height: calc(100dvh - 2rem);
    padding: 0;
    overflow: hidden auto;
    border: 0;
    border-radius: 1.1rem;
    color: #fff;
    background: #071b2d;
    box-shadow: 0 1.5rem 5rem rgba(0, 0, 0, 0.42);
}

.tyre-review-media-dialog::backdrop {
    background: rgba(1, 11, 21, 0.84);
    backdrop-filter: blur(0.25rem);
}

.tyre-review-media-dialog > header {
    display: flex;
    padding: 0.8rem 1rem;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.tyre-review-media-dialog > header > div,
.tyre-review-media-dialog figure,
.tyre-review-media-dialog__stage {
    min-width: 0;
}

.tyre-review-media-dialog > header small,
.tyre-review-media-dialog > header h2 {
    display: block;
    margin: 0;
}

.tyre-review-media-dialog > header small {
    color: #8de3c3;
    font-size: 0.65rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tyre-review-media-dialog > header h2 {
    margin-top: 0.15rem;
    color: #fff;
    font-size: clamp(1rem, 2vw, 1.25rem);
}

.tyre-review-media-dialog > header button,
.tyre-review-media-dialog__navigation {
    display: grid;
    width: 2.75rem;
    height: 2.75rem;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    color: #fff;
    background: rgba(5, 28, 45, 0.82);
    font-size: 1.65rem;
    line-height: 1;
}

.tyre-review-media-dialog > header button:focus-visible,
.tyre-review-media-dialog__navigation:focus-visible {
    outline: 0.2rem solid #ffc107;
    outline-offset: 0.15rem;
}

.tyre-review-media-dialog figure {
    margin: 0;
}

.tyre-review-media-dialog__stage {
    position: relative;
    display: grid;
    min-height: min(68dvh, 48rem);
    padding: 1rem 4.25rem;
    place-items: center;
    overflow: hidden;
    touch-action: pan-y;
    background:
        radial-gradient(circle at 50% 50%, #17394a, #061521 72%);
}

.tyre-review-media-dialog__stage img {
    display: block;
    width: 100%;
    height: min(65dvh, 46rem);
    object-fit: contain;
}

.tyre-review-media-dialog__navigation {
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}

.tyre-review-media-dialog__navigation--previous {
    left: 0.75rem;
}

.tyre-review-media-dialog__navigation--next {
    right: 0.75rem;
}

.tyre-review-media-dialog__navigation:disabled {
    opacity: 0.28;
}

.tyre-review-media-dialog figcaption {
    display: flex;
    padding: 0.75rem 1rem;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: #d8e5eb;
    font-size: 0.78rem;
}

.tyre-review-media-dialog figcaption strong {
    flex: 0 0 auto;
    color: #fff;
}

.tyre-review-media-dialog__boundary {
    margin: 0;
    padding: 0 1rem 0.9rem;
    color: #a9bdc8;
    font-size: 0.68rem;
}

@media (max-width: 575.98px) {
    .tyre-review-media-dialog {
        width: 100vw;
        max-height: 100dvh;
        border-radius: 0;
    }

    .tyre-review-media-dialog__stage {
        min-height: 62dvh;
        padding: 0.75rem 3.4rem;
    }

    .tyre-review-media-dialog__stage img {
        height: 60dvh;
    }

    .tyre-review-media-dialog figcaption {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.25rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tyre-review-media img {
        transition: none;
    }
}

.tyre-review-usage {
    display: flex;
    margin: 0;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.tyre-review-usage > div {
    min-width: 0;
    padding: 0.38rem 0.55rem;
    border: 1px solid var(--pp-line);
    border-radius: 999px;
    background: #fff;
}

.tyre-review-usage__vehicle {
    flex: 1 1 18rem;
}

.tyre-review-usage dt {
    display: inline;
    color: var(--pp-muted);
    font-size: 0.65rem;
    font-weight: 750;
}

.tyre-review-usage dd {
    display: inline;
    overflow-wrap: anywhere;
    margin: 0 0 0 0.25rem;
    color: var(--pp-ink);
    font-size: 0.68rem;
    font-weight: 800;
}

.tyre-review-helpfulness {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: flex-end;
    gap: 0.55rem;
}

.tyre-review-helpfulness > span {
    color: var(--pp-muted);
    font-size: 0.73rem;
    font-weight: 700;
}

.tyre-review-helpfulness > div {
    display: flex;
    flex: 0 0 auto;
    gap: 0.35rem;
}

.tyre-review-helpfulness form {
    margin: 0;
}

.tyre-review-helpfulness button {
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
    min-height: 2rem;
    padding: 0.3rem 0.52rem;
    border: 1px solid var(--pp-line-strong);
    border-radius: 999px;
    color: var(--pp-ink-soft);
    background: var(--pp-surface);
    font-size: 0.72rem;
    font-weight: 750;
}

.tyre-review-helpfulness button:hover,
.tyre-review-helpfulness button:focus-visible {
    border-color: var(--pp-primary);
    color: var(--pp-primary-dark);
    background: var(--pp-primary-soft);
}

.tyre-review-helpfulness button strong {
    color: inherit;
    font-variant-numeric: tabular-nums;
}

.tyre-family-review-verified {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    color: var(--pp-primary-dark);
    font-size: 0.73rem;
    font-weight: 800;
}

.tyre-family-review-verified .store-icon {
    width: 0.95rem;
    height: 0.95rem;
}

.tyre-family-review-demo {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.28rem 0.55rem;
    border: 1px solid #e6ce75;
    border-radius: 999px;
    color: #654d00;
    background: #fff8dc;
    font-size: 0.73rem;
    font-weight: 800;
}

.tyre-family-review-demo .store-icon {
    width: 0.95rem;
    height: 0.95rem;
}

.tyre-family-reviews__empty {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    max-width: 48rem;
    padding: 0.85rem 1rem;
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius-sm);
    background: var(--pp-surface-soft);
}

.tyre-family-reviews__empty > .store-icon {
    width: 1.35rem;
    height: 1.35rem;
    flex: 0 0 1.35rem;
    color: var(--pp-primary);
}

.tyre-family-reviews__empty p {
    margin: 0.15rem 0 0;
    color: var(--pp-muted);
    font-size: 0.76rem;
}

.tyre-family-methodology {
    margin-top: 1rem;
    border-top: 1px solid var(--pp-line);
}

.tyre-family-methodology summary {
    padding: 1rem 0 0;
    color: var(--pp-ink);
    font-weight: 800;
    cursor: pointer;
}

.tyre-family-methodology div {
    max-width: 58rem;
    padding-top: 0.75rem;
    color: var(--pp-muted);
    font-size: 0.88rem;
    line-height: 1.65;
}

.tyre-family-methodology p:last-child {
    margin-bottom: 0;
}

.tyre-family-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: clamp(1.35rem, 3.5vw, 2.4rem);
    border-radius: var(--pp-radius-lg);
    color: #fff;
    background:
        radial-gradient(circle at 90% 10%, rgba(255, 189, 46, 0.22), transparent 30%),
        var(--pp-navy-deep);
}

.tyre-family-contact .tyre-family-eyebrow {
    color: #9ed8ca;
}

.tyre-family-contact h2 {
    color: #fff;
}

.tyre-family-contact p:last-child {
    max-width: 52rem;
    margin: 0.65rem 0 0;
    color: #d6e1e8;
    line-height: 1.6;
}

.tyre-family-contact__actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 0.65rem;
}

@media (max-width: 1279.98px) {
    .tyre-family-hero {
        grid-template-columns: minmax(25rem, 0.92fr) minmax(25rem, 1.08fr);
        grid-template-rows: auto auto auto auto;
    }

    .tyre-family-gallery {
        grid-column: 1;
        grid-row: 1 / span 2;
    }

    .tyre-family-hero__copy {
        grid-column: 2;
        grid-row: 1;
    }

    .tyre-family-offer {
        grid-column: 2;
        grid-row: 2;
    }

    .tyre-family-hero__context {
        grid-column: 1 / -1;
        grid-row: 3;
    }

    .tyre-family-value-strip {
        grid-row: 4;
    }
}

@media (max-width: 991.98px) {
    .tyre-family-hero {
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: auto auto auto auto auto;
    }

    .tyre-family-hero__copy {
        grid-column: 1;
        grid-row: 1;
    }

    .tyre-family-gallery {
        grid-column: 1;
        grid-row: 2;
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: auto auto auto;
        max-width: 42rem;
        justify-self: center;
    }

    .tyre-family-gallery .tyre-product-gallery__main-link {
        grid-column: 1;
        grid-row: 1;
        min-height: clamp(20rem, 60vw, 29rem);
    }

    .tyre-family-gallery .tyre-product-gallery__main {
        height: clamp(19rem, 58vw, 28rem);
    }

    .tyre-family-gallery .tyre-product-gallery__thumbs {
        grid-column: 1;
        grid-row: 2;
        width: 100%;
        max-height: none;
        flex-direction: row;
        margin-top: 0.65rem;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x proximity;
    }

    .tyre-family-gallery > p {
        grid-row: 3;
    }

    .tyre-family-offer {
        grid-column: 1;
        grid-row: 3;
    }

    .tyre-family-hero__context {
        grid-column: 1;
        grid-row: 4;
    }

    .tyre-family-value-strip {
        grid-row: 5;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tyre-family-value-strip li:nth-child(3) {
        border-left: 0;
    }

    .tyre-family-value-strip li:nth-child(n + 3) {
        border-top: 1px solid var(--pp-line);
    }

    .tyre-family-section-heading {
        display: grid;
        align-items: start;
    }

    .tyre-family-performance__grid,
    .tyre-family-decision__grid,
    .tyre-family-review-list {
        grid-template-columns: 1fr;
    }

    .tyre-family-test__criteria dl {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tyre-family-selector__form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tyre-family-description {
        grid-template-columns: 1fr;
    }

    .tyre-family-review-summary {
        grid-template-columns: minmax(145px, 0.35fr) minmax(0, 1fr);
    }

    .tyre-review-filters__fields {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tyre-review-distribution {
        grid-column: 1 / -1;
        border-top: 1px solid var(--pp-line);
        border-left: 0;
    }

    .tyre-family-variant {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: start;
    }

    .tyre-merchandising-story {
        grid-template-columns: minmax(0, 1fr);
    }

    .tyre-merchandising-story__benefits article:nth-last-child(-n + 2) {
        border-bottom: 1px solid var(--pp-line);
    }

    .tyre-merchandising-story__benefits article:nth-child(even) {
        border-right: 1px solid var(--pp-line);
    }

    .tyre-merchandising-story__benefits article:last-child,
    .tyre-merchandising-story__benefits article:nth-last-child(2) {
        border-bottom: 0;
    }
}

@media (max-width: 767.98px) {
    .tyre-family-editorial-feature {
        grid-template-columns: minmax(0, 1fr);
    }

    .tyre-family-editorial-feature__media img {
        min-height: 15rem;
        max-height: 21rem;
    }

    .tyre-family-editorial-feature__copy {
        padding: 1.2rem;
    }

    .tyre-family-page {
        gap: 1rem;
    }

    .tyre-family-hero {
        grid-template-columns: minmax(0, 1fr);
        padding: 1.15rem;
    }

    .tyre-family-hero__copy,
    .tyre-family-hero__context,
    .tyre-family-gallery,
    .tyre-family-offer {
        width: 100%;
    }

    .tyre-family-hero__copy {
        position: static;
    }

    .tyre-family-hero__copy .tyre-model-brandline .tyre-family-eyebrow {
        display: none;
    }

    .tyre-family-hero__copy h1 {
        padding-right: 0;
        font-size: clamp(1.75rem, 8vw, 2.25rem);
    }

    .tyre-family-hero__lead {
        margin-block: 0.75rem;
        font-size: 0.93rem;
        line-height: 1.5;
    }

    .tyre-family-facts {
        display: none;
    }

    .tyre-family-hero__placeholder {
        min-height: 12rem;
    }

    .tyre-family-gallery .tyre-product-gallery__main-link {
        min-height: clamp(13.5rem, 60vw, 16rem);
        padding: 0.65rem;
    }

    .tyre-family-gallery .tyre-product-gallery__main {
        height: clamp(13.5rem, 60vw, 16rem);
    }

    .tyre-family-gallery .tyre-product-gallery__thumbs a {
        width: 4rem;
        height: 4rem;
    }

    .tyre-family-gallery > p { display: none; }

    .tyre-family-hero__actions .btn {
        width: 100%;
    }

    .tyre-family-offer {
        grid-template-columns: minmax(0, 1fr);
    }

    .tyre-family-offer__label,
    .tyre-family-offer data,
    .tyre-family-offer > strong,
    .tyre-family-offer > p,
    .tyre-family-offer__installments,
    .tyre-family-offer__help {
        grid-column: 1;
        grid-row: auto;
    }

    .tyre-family-value-strip {
        padding-top: 0.55rem;
    }

    .tyre-family-value-strip li {
        grid-template-columns: 1.9rem minmax(0, 1fr);
        padding: 0.45rem 0.35rem;
    }

    .tyre-family-value-strip li > .store-icon {
        width: 1.9rem;
        height: 1.9rem;
        padding: 0.4rem;
    }

    .tyre-merchandising-story__intro {
        padding: 1.35rem;
    }

    .tyre-merchandising-story__benefits {
        grid-template-columns: minmax(0, 1fr);
    }

    .tyre-merchandising-story__benefits article,
    .tyre-merchandising-story__benefits article:nth-child(even),
    .tyre-merchandising-story__benefits article:nth-last-child(2) {
        border-right: 0;
        border-bottom: 1px solid var(--pp-line);
        border-left: 0;
    }

    .tyre-merchandising-story__benefits article:last-child {
        border-bottom: 0;
    }

    .tyre-family-anchor-nav {
        border-radius: var(--pp-radius);
    }

    .tyre-family-performance,
    .tyre-family-decision,
    .tyre-family-tests,
    .tyre-family-selector,
    .tyre-family-description,
    .tyre-family-reviews {
        padding: 1.1rem;
    }

    .tyre-family-decision__actions .btn,
    .tyre-family-decision__actions > a:not(.btn) {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }

    .tyre-test-ranking-summary__heading,
    .tyre-test-ranking-summary__list article {
        grid-template-columns: minmax(0, 1fr);
    }

    .tyre-test-ranking-summary__list header {
        border-right: 0;
        border-bottom: 1px solid var(--pp-line);
    }

    .tyre-test-ranking-summary__list dl {
        grid-template-columns: minmax(0, 1fr);
    }

    .tyre-test-ranking-summary__list dl > div + div {
        border-top: 1px solid var(--pp-line);
        border-left: 0;
    }

    .tyre-family-selector__form {
        grid-template-columns: minmax(0, 1fr);
    }

    .tyre-family-test__header,
    .tyre-family-test__footer {
        grid-template-columns: minmax(0, 1fr);
    }

    .tyre-family-test__header {
        display: grid;
    }

    .tyre-family-test__independence {
        justify-self: start;
    }

    .tyre-family-test__body {
        grid-template-columns: minmax(0, 1fr);
    }

    .tyre-family-test__score {
        min-height: 13rem;
    }

    .tyre-family-test__scope,
    .tyre-family-test__criteria dl {
        grid-template-columns: minmax(0, 1fr);
    }

    .tyre-family-test__footer nav {
        justify-content: flex-start;
    }

    .tyre-family-selector__form .btn {
        width: 100%;
    }

    .tyre-family-variant-group__header {
        align-items: flex-start;
        border: 1px solid var(--pp-line);
        border-radius: var(--pp-radius);
    }

    .tyre-family-variant-group__status {
        display: none;
    }

    .tyre-family-variant {
        grid-template-columns: minmax(0, 1fr);
        gap: 0.8rem;
        padding: 1rem;
        border: 1px solid var(--pp-line);
        border-radius: var(--pp-radius);
        background: #fff;
        box-shadow: var(--pp-shadow-sm);
    }

    .tyre-family-variant-group {
        overflow: visible;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .tyre-family-variant-group__list {
        gap: 0.7rem;
        padding-top: 0.7rem;
    }

    .tyre-family-variants-more:not([hidden]) {
        display: inline-flex;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .tyre-family-variant + .tyre-family-variant {
        border-top: 1px solid var(--pp-line);
    }

    .tyre-family-variant__identity {
        padding-bottom: 0.7rem;
        border-bottom: 1px solid var(--pp-line);
    }

    .tyre-family-variant__identity h4 {
        font-size: 1.22rem;
    }

    .tyre-family-variant__identity h4 a {
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        gap: 0.2rem 0.45rem;
    }

    .tyre-family-variant__label-data {
        background: var(--pp-surface-soft);
    }

    .tyre-family-variant__commerce {
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        justify-content: space-between;
        gap: 0.25rem 0.75rem;
        padding: 0.65rem 0.75rem;
        border-radius: var(--pp-radius-sm);
        background: #f7faf9;
    }

    .tyre-family-variant__commerce data {
        font-size: 1.38rem;
    }

    .tyre-family-variant__installment {
        display: grid;
        justify-items: end;
        text-align: right;
    }

    .tyre-family-variant__actions .btn {
        width: 100%;
    }

    .tyre-family-variant__label-data {
        width: 100%;
    }

    .tyre-family-variant__actions form > div {
        grid-template-columns: 4.8rem minmax(0, 1fr);
    }

    .tyre-family-review-summary {
        grid-template-columns: minmax(0, 1fr);
    }

    .tyre-family-review-summary__score {
        border-right: 0;
        border-bottom: 1px solid var(--pp-line);
    }

    .tyre-review-distribution,
    .tyre-review-size-scope {
        grid-column: auto;
    }

    .tyre-family-review-summary dl {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tyre-review-card {
        grid-template-columns: minmax(0, 1fr);
    }

    .tyre-review-card__score {
        padding: 0.75rem 0.85rem;
        align-items: center;
        flex-direction: row;
        justify-content: flex-start;
        gap: 0.55rem;
        border-right: 0;
        border-bottom: 1px solid var(--pp-line);
        text-align: left;
    }

    .tyre-review-card__score > strong {
        font-size: 1.45rem;
    }

    .tyre-review-card__score .tyre-review-stars,
    .tyre-review-card__recommend {
        margin-top: 0;
    }

    .tyre-review-card__recommend {
        margin-left: auto;
    }

    .tyre-review-card__content {
        padding: 0.85rem;
    }

    .tyre-review-card__footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .tyre-review-filters__heading {
        display: grid;
        padding: 0.75rem;
        align-items: center;
        grid-template-columns: minmax(0, 1fr) auto auto;
        cursor: pointer;
    }

    .tyre-review-filters__heading::after {
        font-size: 1.1rem;
    }

    .tyre-review-filters__disclosure {
        padding: 0;
        overflow: hidden;
        border: 1px solid var(--pp-line);
        border-radius: var(--pp-radius-sm);
        background: var(--pp-surface-soft);
    }

    .tyre-review-filters__disclosure:not([open]) > .tyre-review-filters__body {
        display: none;
    }

    .tyre-review-filters__body {
        padding: 0 0.75rem 0.75rem;
    }

    .tyre-review-filters__fields,
    .tyre-review-usage {
        grid-template-columns: minmax(0, 1fr);
    }

    .tyre-review-usage__vehicle {
        grid-column: auto;
    }

    .tyre-review-helpfulness {
        align-items: flex-start;
        flex-direction: column;
    }

    .tyre-family-reviews__empty {
        align-items: flex-start;
    }

    .tyre-family-contact {
        display: grid;
    }

    .tyre-family-contact .btn {
        width: 100%;
    }

    .tyre-family-contact__actions {
        display: grid;
        width: 100%;
    }
}

