/* Exact tyre variant page ------------------------------------------------ */

.tyre-product-page {
    container-type: inline-size;
}

.tyre-product-mobile-purchase {
    display: none;
}

.tyre-product-mobile-purchase[hidden] {
    display: none !important;
}

.tyre-product-hero {
    display: grid;
    grid-template-columns:
        minmax(27rem, 1.08fr)
        minmax(20rem, 0.9fr)
        minmax(20rem, 0.9fr);
    grid-template-rows: auto 1fr;
    gap: 1rem clamp(1.5rem, 3vw, 2.75rem);
    align-items: start;
    padding: clamp(1.15rem, 2.3vw, 1.85rem);
    overflow: hidden;
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius-lg);
    background:
        radial-gradient(circle at 15% 18%, rgba(8, 127, 91, 0.13), transparent 25rem),
        linear-gradient(145deg, #fff 0%, #f7fafb 100%);
    box-shadow: var(--pp-shadow-sm);
}

.tyre-product-gallery,
.tyre-product-hero__copy,
.tyre-product-buybox {
    min-width: 0;
}

.tyre-product-gallery {
    display: grid;
    grid-column: 1;
    grid-row: 1 / 3;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: start;
    gap: 0 0.75rem;
}

.tyre-product-gallery--multiple {
    grid-template-columns: 4.35rem minmax(0, 1fr);
}

.tyre-product-gallery__main-link {
    grid-column: 1 / -1;
    grid-row: 1;
}

.tyre-product-gallery--multiple .tyre-product-gallery__main-link {
    grid-column: 2;
}

.tyre-product-hero__copy {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
}

.tyre-product-hero__facts {
    grid-column: 2;
    grid-row: 2;
    align-self: start;
    margin: 0;
}

.tyre-product-hero__description-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 0.65rem;
    color: var(--pp-primary-dark);
    font-size: 0.78rem;
    font-weight: 800;
    text-decoration: none;
}

.tyre-product-hero__description-link:hover,
.tyre-product-hero__description-link:focus-visible {
    color: var(--pp-primary);
    text-decoration: underline;
    text-underline-offset: 0.2rem;
}

.tyre-product-proof-summary {
    display: grid;
    gap: 0.55rem;
    margin-top: 0.8rem;
}

.tyre-product-proof-summary .tyre-family-rating,
.tyre-product-proof-summary .tyre-product-hero-test {
    width: 100%;
    margin: 0;
}

.tyre-product-proof-summary__reviews {
    padding: 0.6rem 0.7rem;
}

.tyre-product-proof-summary__reviews strong {
    white-space: nowrap;
}

.tyre-product-proof-summary__reviews strong span {
    font-size: 1.35rem;
}

.tyre-product-hero__copy > .tyre-review-media-teaser {
    width: 100%;
    margin-top: 0.55rem;
}

.tyre-product-decision-highlights {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.55rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tyre-product-decision-highlights li {
    display: grid;
    min-width: 0;
    grid-template-columns: 2rem minmax(0, 1fr);
    align-items: start;
    gap: 0.5rem;
    padding: 0.62rem;
    border: 1px solid var(--pp-line);
    border-radius: 0.72rem;
    background: rgba(255, 255, 255, 0.78);
}

.tyre-product-decision-highlights__icon {
    display: grid;
    width: 2rem;
    height: 2rem;
    place-items: center;
    border-radius: 0.55rem;
    color: var(--pp-primary-dark);
    background: var(--pp-primary-soft);
}

.tyre-product-decision-highlights__icon .store-icon {
    width: 1rem;
    height: 1rem;
}

.tyre-product-decision-highlights li > span:last-child {
    display: grid;
    min-width: 0;
    gap: 0.16rem;
}

.tyre-product-decision-highlights strong {
    color: var(--pp-ink);
    font-size: 0.76rem;
    line-height: 1.25;
}

.tyre-product-decision-highlights small {
    color: var(--pp-muted);
    font-size: 0.65rem;
    line-height: 1.38;
}

.tyre-product-gallery__main {
    display: block;
    width: 100%;
    max-width: 34rem;
    height: clamp(25rem, 34vw, 32rem);
    max-height: none;
    object-fit: contain;
    filter: drop-shadow(0 1.25rem 1.5rem rgba(16, 42, 67, 0.2));
}

.tyre-product-gallery__main-link {
    position: relative;
    display: grid;
    width: 100%;
    min-height: clamp(27rem, 36vw, 34rem);
    padding: 1rem;
    place-items: center;
    border: 1px solid var(--pp-line);
    border-radius: 1rem;
    background: #fff;
    cursor: zoom-in;
}

.tyre-product-gallery__main-link:focus-visible {
    outline: 0.2rem solid rgba(8, 127, 91, 0.3);
    outline-offset: 0.2rem;
}

.tyre-product-gallery__thumbs {
    display: flex;
    grid-column: 1;
    grid-row: 1;
    max-width: 100%;
    max-height: 34rem;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 0.45rem;
    margin-top: 0;
    padding: 0.18rem;
    overflow-y: auto;
    scroll-snap-type: y proximity;
}

.tyre-product-gallery__thumbs a {
    display: grid;
    width: 4.25rem;
    height: 4.25rem;
    flex: 0 0 auto;
    place-items: center;
    overflow: hidden;
    border: 1px solid var(--pp-line);
    border-radius: 0.65rem;
    background: #fff;
    scroll-snap-align: start;
}

/* The active thumbnail repeats the large image and must stay out of sight.
 * Author styles override the browser's default [hidden] rule, so keep this
 * explicit instead of relying on the user-agent stylesheet. */
.tyre-product-gallery__thumbs a[hidden] {
    display: none;
}

.tyre-product-gallery__thumbs a:hover,
.tyre-product-gallery__thumbs a:focus-visible,
.tyre-product-gallery__thumbs a.is-active {
    border-color: var(--pp-primary);
    box-shadow: 0 0 0 0.18rem rgba(8, 127, 91, 0.15);
}

.tyre-product-gallery__thumbs a.is-active {
    border-width: 2px;
}

.tyre-product-gallery__thumbs img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tyre-product-gallery > p {
    grid-column: 1 / -1;
    max-width: 28rem;
    margin: 0.75rem 0 0;
    color: var(--pp-muted);
    font-size: 0.74rem;
    line-height: 1.45;
    text-align: center;
}

.tyre-product-gallery__zoom-label {
    display: none;
    align-items: center;
    gap: 0.4rem;
    position: absolute;
    right: 0.6rem;
    bottom: 0.6rem;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    color: var(--pp-primary-dark);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 0.35rem 1rem rgba(16, 42, 67, 0.14);
    font-weight: 700;
}

.tyre-product-gallery.is-dialog-ready .tyre-product-gallery__zoom-label {
    display: inline-flex;
}

.tyre-product-gallery__zoom-label .store-icon {
    width: 1rem;
    height: 1rem;
}

.tyre-product-gallery__count {
    position: absolute;
    top: 0.7rem;
    right: 0.7rem;
    display: inline-flex;
    min-height: 2rem;
    align-items: center;
    padding: 0.35rem 0.65rem;
    border: 1px solid rgba(15, 36, 54, 0.12);
    border-radius: 999px;
    color: var(--pp-ink);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 0.25rem 0.8rem rgba(16, 42, 67, 0.1);
    font-size: 0.7rem;
    font-weight: 800;
    line-height: 1;
}

.tyre-product-gallery__dialog {
    width: min(64rem, calc(100vw - 2rem));
    max-width: none;
    max-height: calc(100dvh - 2rem);
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(15, 36, 54, 0.18);
    border-radius: 1.25rem;
    background: #fff;
    box-shadow: 0 1.5rem 5rem rgba(9, 30, 46, 0.34);
}

.tyre-product-gallery__dialog::backdrop {
    background: rgba(5, 18, 28, 0.76);
    backdrop-filter: blur(0.18rem);
}

.tyre-product-gallery__dialog figure {
    display: grid;
    min-height: min(38rem, calc(100dvh - 5rem));
    margin: 0;
    padding: clamp(1rem, 4vw, 2.5rem);
    place-items: center;
    touch-action: pan-y;
}

.tyre-product-gallery__dialog img {
    display: block;
    max-width: 100%;
    max-height: calc(100dvh - 8rem);
    object-fit: contain;
}

.tyre-product-gallery__dialog figcaption {
    display: grid;
    gap: 0.2rem;
    margin-top: 0.75rem;
    color: var(--pp-muted);
    font-size: 0.82rem;
    text-align: center;
}

.tyre-product-gallery__dialog-counter {
    color: var(--pp-ink);
    font-weight: 800;
}

.tyre-product-gallery__dialog-close,
.tyre-product-gallery__dialog-navigation {
    position: absolute;
    z-index: 1;
    display: grid;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    place-items: center;
    border: 1px solid var(--pp-line);
    border-radius: 999px;
    color: var(--pp-ink);
    background: rgba(255, 255, 255, 0.94);
    font-size: 1.8rem;
    line-height: 1;
}

.tyre-product-gallery__dialog-close {
    top: 0.75rem;
    right: 0.75rem;
}

.tyre-product-gallery__dialog-navigation {
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    cursor: pointer;
}

.tyre-product-gallery__dialog-navigation--previous {
    left: 0.75rem;
}

.tyre-product-gallery__dialog-navigation--next {
    right: 0.75rem;
}

.tyre-product-gallery__dialog-navigation:disabled {
    opacity: 0.35;
    cursor: default;
}

.tyre-product-gallery__dialog-close:focus-visible,
.tyre-product-gallery__dialog-navigation:focus-visible {
    outline: 0.2rem solid var(--pp-primary);
    outline-offset: 0.16rem;
}

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

.tyre-product-hero h1 span {
    display: block;
    margin-top: 0.6rem;
    color: var(--pp-primary-dark);
    font-size: clamp(1.1rem, 2vw, 1.45rem);
    letter-spacing: -0.015em;
    line-height: 1.25;
}

.tyre-product-hero-test {
    display: grid;
    gap: 0.22rem;
    padding: 0.75rem 0.85rem;
    border: 1px solid #98d5c5;
    border-radius: 0.75rem;
    color: var(--pp-ink);
    background: #eff9f5;
    text-decoration: none;
}

.tyre-product-hero-test.is-family {
    border-color: #efd79d;
    background: #fff8e7;
}

.tyre-product-hero-test > span {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: var(--pp-primary-dark);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.tyre-product-hero-test.is-family > span {
    color: #76510f;
}

.tyre-product-hero-test .store-icon {
    width: 1rem;
    height: 1rem;
}

.tyre-product-hero-test > strong {
    color: var(--pp-ink);
    font-size: 1rem;
}

.tyre-product-hero-test > small {
    color: var(--pp-muted);
    font-size: 0.74rem;
    line-height: 1.4;
}

.tyre-product-hero-test:hover,
.tyre-product-hero-test:focus-visible {
    border-color: var(--pp-primary);
    color: var(--pp-ink);
    box-shadow: 0 0 0 0.18rem rgba(8, 127, 91, 0.12);
}

.tyre-product-variant-tools__quick-sizes {
    display: grid;
    gap: 0.42rem;
}

.tyre-product-variant-tools__quick-sizes > span {
    color: var(--pp-muted);
    font-size: 0.73rem;
    font-weight: 800;
    letter-spacing: 0.035em;
    text-transform: uppercase;
}

.tyre-product-variant-tools__quick-sizes > div {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.tyre-product-variant-tools__quick-sizes a,
.tyre-product-variant-tools__quick-sizes [aria-current="page"] {
    display: inline-flex;
    min-height: 2.15rem;
    align-items: center;
    justify-content: center;
    padding: 0.38rem 0.62rem;
    border: 1px solid var(--pp-line-strong);
    border-radius: 0.58rem;
    color: var(--pp-ink);
    background: #fff;
    font-size: 0.75rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
}

.tyre-product-variant-tools__quick-sizes a:hover,
.tyre-product-variant-tools__quick-sizes a:focus-visible {
    border-color: var(--pp-primary);
    color: var(--pp-primary-dark);
    box-shadow: 0 0 0 0.16rem rgba(8, 127, 91, 0.12);
}

.tyre-product-variant-tools__quick-sizes [aria-current="page"] {
    border-color: var(--pp-primary);
    color: #fff;
    background: var(--pp-primary-dark);
}

.tyre-product-popular-sizes {
    display: grid;
    grid-template-columns: minmax(13rem, 0.42fr) minmax(0, 1fr);
    gap: 1.25rem;
    align-items: center;
    padding: 1.15rem 1.25rem;
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius);
    background: var(--pp-surface-soft);
    scroll-margin-top: 1rem;
}

.tyre-product-popular-sizes h2 {
    margin: 0.18rem 0 0;
    color: var(--pp-ink);
    font-size: clamp(1.12rem, 2vw, 1.4rem);
    font-weight: 850;
    letter-spacing: -0.02em;
}

.tyre-product-popular-sizes__choices {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.72fr);
    min-width: 0;
    gap: 0.8rem;
    align-items: start;
}

.tyre-product-popular-sizes__selector {
    display: grid;
    min-width: 0;
}

.tyre-product-popular-sizes__selector label {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--pp-ink);
    font-size: 0.79rem;
    font-weight: 800;
}

.tyre-product-popular-sizes__selector .form-select,
.tyre-product-popular-sizes__selector .btn {
    min-height: 2.8rem;
}

.tyre-product-popular-sizes__selector small {
    margin-top: 0.32rem;
    color: var(--pp-muted);
    font-size: 0.7rem;
}

.tyre-product-buybox__form label,
.tyre-product-alert-form label {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.79rem;
    font-weight: 800;
}

.tyre-product-buybox {
    display: grid;
    grid-column: 3;
    grid-row: 1 / 3;
    align-self: start;
    align-content: start;
    gap: 0.68rem;
    padding: clamp(1.05rem, 2vw, 1.35rem);
    border-radius: var(--pp-radius);
    color: #fff;
    background:
        radial-gradient(circle at 100% 0, rgba(41, 190, 145, 0.2), transparent 45%),
        var(--pp-navy-deep);
    box-shadow: var(--pp-shadow);
}

.tyre-product-buybox__label {
    color: #b9d7d0;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tyre-product-buybox > data {
    font-size: clamp(2.15rem, 3.7vw, 3rem);
    font-weight: 850;
    letter-spacing: -0.04em;
    line-height: 1;
}

.tyre-product-buybox > data small {
    font-size: 0.48em;
    font-weight: 700;
}

.tyre-product-buybox__installment-teaser {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    margin: 0.05rem 0;
    padding: 0.62rem 0.72rem;
    border: 1px solid rgba(255, 224, 137, 0.24);
    border-radius: 0.68rem;
    color: #fff;
    background: rgba(255, 208, 84, 0.09);
}

.tyre-product-buybox__installment-teaser > span {
    display: grid;
    min-width: 0;
    gap: 0.05rem;
}

.tyre-product-buybox__installment-teaser small {
    color: #c8d8e5;
    font-size: 0.62rem;
    font-weight: 750;
    line-height: 1.25;
}

.tyre-product-buybox__installment-teaser strong {
    color: #ffe39a;
    font-size: 0.88rem;
    line-height: 1.25;
}

.tyre-product-buybox__unit-price {
    margin-top: -0.45rem !important;
    color: #d7e4ed !important;
    font-size: 0.82rem !important;
    font-weight: 700;
}

.tyre-product-buybox__promotion {
    display: grid;
    gap: 0.42rem;
    padding: 0.72rem 0.78rem;
    border: 1px solid rgba(255, 208, 84, 0.46);
    border-radius: 0.72rem;
    background: rgba(255, 193, 7, 0.12);
}

.tyre-product-buybox__promotion p {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.25rem 0.75rem;
    margin: 0;
    color: #d4e0e9;
    font-size: 0.68rem;
    line-height: 1.4;
}

.tyre-product-buybox__promotion del {
    color: #fff;
    font-size: 0.86rem;
    font-weight: 800;
    text-decoration-thickness: 0.12rem;
}

.tyre-product-buybox__promotion > strong {
    color: #ffe39a;
    font-size: 0.82rem;
}

.tyre-product-buybox__availability {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    padding: 0.7rem;
    border: 1px solid rgba(148, 230, 201, 0.28);
    border-radius: 0.7rem;
    background: rgba(8, 127, 91, 0.2);
}

.tyre-product-buybox__availability .store-icon {
    width: 1.15rem;
    height: 1.15rem;
    flex: 0 0 auto;
    margin-top: 0.1rem;
    color: #79e1ba;
}

.tyre-product-buybox__availability div {
    display: grid;
    gap: 0.12rem;
}

.tyre-product-buybox__availability strong {
    font-size: 0.9rem;
}

.tyre-product-buybox__set-price {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.12rem 0.75rem;
    align-items: baseline;
    padding: 0.65rem 0;
    border-top: 1px solid rgba(213, 229, 239, 0.2);
    border-bottom: 1px solid rgba(213, 229, 239, 0.2);
}

.tyre-product-buybox__set-price > span,
.tyre-product-buybox__set-price > small {
    color: #c8d8e5;
    font-size: 0.72rem;
}

.tyre-product-buybox__set-price > strong {
    color: #fff;
    font-size: 1rem;
}

.tyre-product-buybox__set-price > small {
    grid-column: 1 / -1;
    line-height: 1.4;
}

.tyre-product-buybox__offer-difference {
    display: grid;
    gap: 0.2rem;
    padding: 0.7rem 0.78rem;
    border: 1px solid rgba(255, 208, 84, 0.35);
    border-radius: 0.7rem;
    color: #fff;
    background: rgba(255, 193, 7, 0.12);
}

.tyre-product-buybox__offer-difference strong {
    color: #ffe39a;
    font-size: 0.86rem;
}

.tyre-product-buybox__offer-difference span {
    color: #d4e0e9;
    font-size: 0.68rem;
    line-height: 1.35;
}

.tyre-product-buybox .installment-simulation {
    display: grid;
    gap: 0.62rem;
    margin: 0.1rem 0;
    padding: 0.72rem 0.78rem !important;
    border-color: rgba(185, 215, 208, 0.24) !important;
    color: #fff !important;
    background: rgba(255, 255, 255, 0.075) !important;
    box-shadow: none;
}

.tyre-product-buybox .installment-simulation__headline {
    display: grid;
    min-width: 0;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.55rem;
}

.tyre-product-buybox .installment-simulation__mark {
    display: inline-grid;
    width: 2.1rem;
    height: 2.1rem;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #6f3a91;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: -0.035em;
}

.tyre-product-buybox .installment-simulation__title {
    display: grid;
    min-width: 0;
    gap: 0.02rem;
}

.tyre-product-buybox .installment-simulation__title small {
    color: #b9d7d0;
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.055em;
    line-height: 1.25;
    text-transform: uppercase;
}

.tyre-product-buybox .installment-simulation__title strong {
    color: #fff;
    font-size: 0.94rem;
    letter-spacing: -0.015em;
}

.tyre-product-buybox .installment-simulation__context {
    padding: 0.34rem 0.46rem;
    border: 1px solid #cadae0;
    color: #3e5668 !important;
    background: rgba(255, 255, 255, 0.76) !important;
    font-size: 0.62rem;
    white-space: nowrap;
}

.tyre-product-buybox .installment-simulation__calculator {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 6.6rem;
    align-items: center;
    gap: 0.75rem;
}

.tyre-product-buybox .installment-simulation__amount {
    display: grid;
    min-width: 0;
    gap: 0.05rem;
}

.tyre-product-buybox .installment-simulation__amount strong {
    color: #fff;
    font-size: clamp(1.35rem, 2.1vw, 1.65rem);
    letter-spacing: -0.035em;
    line-height: 1.05;
    white-space: nowrap;
}

.tyre-product-buybox .installment-simulation__amount strong small {
    color: #d6e1e8;
    font-size: 0.48em;
    font-weight: 750;
    letter-spacing: 0;
}

.tyre-product-buybox .installment-simulation__control {
    display: block;
    margin: 0;
}

.tyre-product-buybox .installment-simulation__control > span {
    color: #c8d8e5;
    font-size: 0.64rem;
    font-weight: 800;
}

.tyre-product-buybox .installment-simulation__control .form-select {
    min-height: 2.35rem;
    border-color: rgba(185, 215, 208, 0.42);
    border-radius: 0.6rem;
    color: var(--pp-navy-deep);
    background-color: #fff;
    font-size: 0.76rem;
    font-weight: 750;
}

.tyre-product-buybox .installment-simulation__disclaimer {
    padding-top: 0.6rem;
    border-top: 1px solid #d5e2df;
    color: #607172;
    font-size: 0.64rem;
    line-height: 1.4 !important;
}

.tyre-product-buybox__availability span,
.tyre-product-buybox__prior-price,
.tyre-product-buybox > p,
.tyre-product-alert-form span,
.tyre-product-alert-form small {
    margin: 0;
    color: #c8d8e5;
    font-size: 0.76rem;
    line-height: 1.45;
}

.tyre-product-buybox__prior-price strong {
    color: #fff;
}

.tyre-product-buybox__form,
.tyre-product-alert-form {
    display: grid;
    gap: 0.65rem;
}

.tyre-product-buybox__quantity {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    overflow: hidden;
    border-radius: 0.6rem;
    background: #fff;
}

.tyre-product-buybox__quantity .form-control {
    border: 0;
    border-radius: 0;
}

.tyre-product-buybox__quantity span {
    padding: 0 0.85rem;
    color: var(--pp-muted);
    font-size: 0.82rem;
    font-weight: 700;
}

.tyre-product-buybox__assurances {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.28rem;
    margin: 0.08rem 0;
    padding: 0;
    list-style: none;
}

.tyre-product-buybox__assurances li {
    display: grid;
    min-width: 0;
    grid-template-columns: 0.85rem minmax(0, 1fr);
    align-items: baseline;
    gap: 0.38rem;
    padding: 0;
    border: 0;
    color: #d7e2e9;
    background: transparent;
    font-size: 0.72rem;
    font-weight: 650;
    line-height: 1.4;
}

.tyre-product-buybox__assurances li::before {
    color: #79e1ba;
    content: "✓";
    font-size: 0.72rem;
    font-weight: 900;
    line-height: 1;
}

.tyre-product-buybox__assurances li > span {
    min-width: 0;
}

.tyre-product-buybox__assurances strong {
    color: #fff;
    font-weight: 800;
}

.tyre-product-buybox__assurances li:first-child strong {
    color: #79e1ba;
}

.tyre-product-buybox__assurances li:nth-child(2) strong {
    color: #ffd36a;
}

.tyre-product-buybox__unavailable {
    color: #fff;
    font-size: clamp(1.45rem, 3vw, 2rem);
    line-height: 1.1;
}

.storefront-shell .tyre-product-buybox__save {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
}

.storefront-shell .tyre-product-buybox__save .store-icon {
    width: 1rem;
    height: 1rem;
}

.tyre-product-alert-form {
    padding-top: 0.25rem;
}

.tyre-product-alert-form__channels {
    display: grid;
    gap: 0.45rem;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.tyre-product-alert-form__channels legend {
    margin-bottom: 0.15rem;
    color: #fff;
    font-size: 0.79rem;
    font-weight: 800;
}

.tyre-product-alert-form label.tyre-product-alert-form__channel {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 0.6rem;
    min-width: 0;
    margin: 0;
    padding: 0.62rem 0.7rem;
    border: 1px solid rgba(213, 229, 239, 0.25);
    border-radius: 0.65rem;
    background: rgba(255, 255, 255, 0.06);
    cursor: pointer;
}

.tyre-product-alert-form__channel:has(input:checked) {
    border-color: #79e1ba;
    background: rgba(121, 225, 186, 0.12);
}

.tyre-product-alert-form__channel input {
    width: 1rem;
    height: 1rem;
    margin: 0;
    accent-color: #79e1ba;
}

.tyre-product-alert-form__channel > span {
    display: grid;
    gap: 0.08rem;
    min-width: 0;
}

.tyre-product-alert-form__channel strong {
    color: #fff;
    font-size: 0.82rem;
}

.tyre-product-purchase-services {
    display: grid;
    gap: 0.85rem;
    scroll-margin-top: 6rem;
}

.tyre-product-purchase-services__heading h2 {
    margin: 0.15rem 0 0;
    color: var(--pp-ink);
    font-size: clamp(1.3rem, 2vw, 1.75rem);
}

.tyre-product-purchase-services__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.tyre-product-purchase-services__grid--without-financing > .tyre-product-advisor-card {
    grid-column: 1 / -1;
}

.tyre-product-service-card,
.tyre-product-advisor-card {
    min-width: 0;
    padding: 1rem;
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius);
    background: #fff;
}

.tyre-product-service-card {
    display: grid;
    grid-template-columns: 2.35rem minmax(0, 1fr);
    align-content: start;
    gap: 0 0.75rem;
}

.tyre-product-service-card--mounting {
    grid-column: 1 / -1;
    background: linear-gradient(135deg, #f5fbf9, #fff 68%);
}

.tyre-product-service-card--financing {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
    align-self: stretch;
    gap: 0;
    padding: 0;
    overflow: hidden;
    border-color: #efc64f;
    background:
        radial-gradient(circle at 92% 6%, rgba(255, 255, 255, 0.82), transparent 9rem),
        linear-gradient(145deg, #fffbea 0%, #ffed9d 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.72),
        0 0.5rem 1.5rem rgba(79, 59, 0, 0.08);
    scroll-margin-top: 7.5rem;
}

.tyre-product-financing-summary {
    display: grid;
    min-width: 0;
    padding: 0.9rem 1rem;
    align-content: start;
    gap: 0.55rem;
}

.tyre-product-service-card__icon {
    display: grid;
    width: 2.35rem;
    height: 2.35rem;
    grid-row: 1;
    place-items: center;
    border-radius: 0.7rem;
    color: var(--pp-primary-dark);
    background: var(--pp-primary-soft);
}

.tyre-product-financing-provider {
    display: block;
    width: 4.65rem;
    height: auto;
    margin: 0;
}

.tyre-product-financing-heading {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.tyre-product-financing-badge {
    display: inline-flex;
    min-height: 1.65rem;
    padding: 0.22rem 0.52rem;
    align-items: center;
    border: 1px solid rgba(73, 52, 0, 0.2);
    border-radius: 999px;
    color: #3d2b00;
    background: rgba(255, 255, 255, 0.72);
    font-size: 0.8rem;
    font-weight: 900;
    white-space: nowrap;
}

.tyre-product-financing-intro {
    display: grid;
    min-width: 0;
    margin: 0;
    gap: 0.1rem;
}

.tyre-product-financing-intro > span,
.tyre-product-financing-unavailable > span {
    color: #73580d;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.075em;
    text-transform: uppercase;
}

.tyre-product-financing-intro h3,
.tyre-product-financing-unavailable h3 {
    margin: 0;
    color: #2e2100;
    font-size: clamp(1.05rem, 1.7vw, 1.3rem);
    font-weight: 950;
    letter-spacing: -0.03em;
    line-height: 1.1;
}

.tyre-product-financing-intro p,
.tyre-product-financing-unavailable p {
    margin: 0.05rem 0 0;
    color: #6a5012;
    font-size: 0.82rem;
    line-height: 1.4;
}

.tyre-product-financing-examples {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(7.8rem, 1fr));
    gap: 0.35rem;
}

.tyre-product-financing-examples--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tyre-product-financing-example {
    display: grid;
    min-width: 0;
    gap: 0.08rem;
    padding: 0.46rem 0.56rem;
    border: 1px solid rgba(78, 56, 0, 0.14);
    border-radius: 0.72rem;
    background: rgba(255, 255, 255, 0.58);
}

.tyre-product-financing-example.is-set {
    border-color: rgba(8, 127, 91, 0.35);
    background: rgba(240, 255, 249, 0.74);
}

.tyre-product-financing-example > span {
    color: #755a0e;
    font-size: 0.72rem;
    font-weight: 850;
}

.tyre-product-financing-example strong {
    color: #251a00;
    font-size: clamp(1rem, 1.7vw, 1.22rem);
    font-weight: 950;
    letter-spacing: -0.035em;
    line-height: 1.05;
    white-space: nowrap;
}

.tyre-product-financing-example strong small {
    font-size: 0.56em;
    font-weight: 800;
    letter-spacing: 0;
}

.tyre-product-financing-benefits {
    display: flex;
    min-width: 0;
    flex: 0 1 auto;
    flex-wrap: nowrap;
    gap: 0.28rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tyre-product-financing-benefits li {
    display: inline-flex;
    min-height: 2rem;
    padding: 0.34rem 0.58rem;
    align-items: center;
    gap: 0.28rem;
    border-radius: 999px;
    color: #392a04;
    background: rgba(255, 255, 255, 0.7);
    font-size: clamp(0.78rem, 1vw, 0.84rem);
    font-weight: 850;
    line-height: 1.2;
    white-space: nowrap;
}

.tyre-product-financing-benefits li::before {
    content: "✓";
    color: #087f5b;
    font-weight: 950;
}

.tyre-product-financing-benefit-row {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.4rem 0.65rem;
}

.tyre-product-financing-terms {
    flex: 0 0 auto;
    margin-left: auto;
    width: max-content;
    max-width: 100%;
    color: #4f3b05;
    font-size: 0.78rem;
    font-weight: 850;
    text-decoration-thickness: 0.08em;
    text-underline-offset: 0.16em;
}

.tyre-product-financing-terms:hover,
.tyre-product-financing-terms:focus-visible {
    color: #087f5b;
}

.tyre-product-financing-unavailable {
    display: grid;
    min-width: 0;
    gap: 0.2rem;
    padding-block: 0.18rem 0.24rem;
}

.tyre-product-financing-unavailable + .tyre-product-financing-benefit-row {
    margin-top: 0.12rem;
}

.tyre-product-service-card__icon .store-icon {
    width: 1.25rem;
    height: 1.25rem;
}

.tyre-product-service-card__copy {
    min-width: 0;
}

.tyre-product-service-card__copy > span {
    display: block;
    margin-bottom: 0.12rem;
    color: var(--pp-primary-dark);
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.tyre-product-service-card__copy h3 {
    margin: 0;
    color: var(--pp-ink);
    font-size: 1.04rem;
}

.tyre-product-service-card__copy p {
    margin: 0.35rem 0 0;
    color: var(--pp-muted);
    font-size: 0.78rem;
    line-height: 1.5;
}

.tyre-product-workshop-finder,
.tyre-product-financing-value,
.tyre-product-service-card__state,
.tyre-product-service-card__link {
    grid-column: 1 / -1;
}

.tyre-product-service-card--financing .tyre-product-service-card__link {
    grid-column: 1;
    align-self: end;
    justify-content: space-between;
    gap: 0.8rem;
    min-height: 3.35rem;
    margin-top: 0;
    padding: 0.86rem clamp(1.05rem, 2vw, 1.35rem);
    border-top: 1px solid rgba(53, 38, 0, 0.15);
    border-radius: 0;
    color: #fff;
    background: #102f2a;
    font-size: 0.82rem;
}

.tyre-product-service-card--financing .tyre-product-service-card__link strong {
    color: inherit;
    font-size: 0.84rem;
    line-height: 1.2;
}

@container (max-width: 30rem) {
    .tyre-product-service-card--financing {
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: auto;
    }

    .tyre-product-financing-summary {
        padding: 0.85rem 1rem;
        gap: 0.52rem;
    }

    .tyre-product-financing-provider {
        width: 4.35rem;
    }

    .tyre-product-financing-badge {
        min-height: 1.85rem;
        padding: 0.28rem 0.52rem;
        font-size: 0.74rem;
    }

    .tyre-product-financing-examples {
        gap: 0.32rem;
    }

    .tyre-product-financing-benefit-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .tyre-product-financing-benefits {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .tyre-product-financing-benefits li {
        min-height: 1.95rem;
        padding: 0.32rem 0.5rem;
        font-size: 0.74rem;
    }

    .tyre-product-financing-terms {
        margin-left: 0;
        font-size: 0.76rem;
    }

    .tyre-product-service-card--financing .tyre-product-service-card__link {
        min-height: 3.1rem;
        padding: 0.75rem 1rem;
    }

    .tyre-product-service-card--financing .tyre-product-service-card__link strong {
        font-size: 0.79rem;
    }
}

.tyre-product-service-card--financing .tyre-product-service-card__link:hover,
.tyre-product-service-card--financing .tyre-product-service-card__link:focus-visible {
    color: #fff;
    background: #087f5b;
}

.tyre-product-workshop-finder {
    margin-top: 0.85rem;
}

.tyre-product-workshop-finder__controls {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(7.5rem, auto) auto;
    gap: 0.45rem;
}

.tyre-product-workshop-finder .form-control,
.tyre-product-workshop-finder .form-select,
.tyre-product-workshop-finder .btn {
    min-height: 2.75rem;
    font-size: 0.82rem;
}

.tyre-product-workshop-finder .btn {
    white-space: nowrap;
}

.tyre-product-workshop-finder__status {
    display: block;
    min-height: 1.1rem;
    margin-top: 0.35rem;
    color: var(--pp-muted);
    font-size: 0.7rem;
}

.tyre-product-workshop-results {
    display: grid;
    grid-column: 1 / -1;
    gap: 0.65rem;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid var(--pp-line);
}

.tyre-product-workshop-results[hidden] {
    display: none;
}

.tyre-product-workshop-results__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    color: var(--pp-ink);
    font-size: 0.86rem;
}

.tyre-product-workshop-results__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
}

.tyre-product-workshop-option {
    position: relative;
    display: grid;
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--pp-line);
    border-radius: 0.85rem;
    background: #fff;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.tyre-product-workshop-option:hover,
.tyre-product-workshop-option:focus-within {
    border-color: #9bcfc0;
    box-shadow: 0 0.45rem 1rem rgba(16, 42, 67, 0.08);
}

.tyre-product-workshop-option.is-selected {
    border-color: var(--pp-primary);
    box-shadow: 0 0 0 0.14rem rgba(8, 127, 91, 0.13);
}

.tyre-product-workshop-option__choose {
    display: grid;
    width: 100%;
    min-width: 0;
    padding: 0.75rem;
    gap: 0.35rem;
    border: 0;
    color: inherit;
    background: transparent;
    text-align: left;
    text-decoration: none;
}

.tyre-product-workshop-option__choose:is(a, button) {
    cursor: pointer;
}

.tyre-product-workshop-option__header {
    display: flex;
    min-width: 0;
    align-items: start;
    justify-content: space-between;
    gap: 0.6rem;
}

.tyre-product-workshop-option__header strong {
    min-width: 0;
    color: var(--pp-ink);
    font-size: 0.84rem;
    line-height: 1.25;
}

.tyre-product-workshop-option__header > span {
    flex: 0 0 auto;
    padding: 0.18rem 0.42rem;
    border-radius: 999px;
    color: var(--pp-primary-dark);
    background: var(--pp-primary-soft);
    font-size: 0.66rem;
    font-weight: 800;
}

.tyre-product-workshop-option__address {
    overflow: hidden;
    color: var(--pp-muted);
    font-size: 0.68rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tyre-product-workshop-option__facts {
    display: flex;
    margin-top: 0.15rem;
    align-items: end;
    justify-content: space-between;
    gap: 0.75rem;
}

.tyre-product-workshop-option__slot,
.tyre-product-workshop-option__rating {
    display: grid;
    min-width: 0;
    gap: 0.08rem;
}

.tyre-product-workshop-option__slot small,
.tyre-product-workshop-option__rating small {
    color: var(--pp-muted);
    font-size: 0.64rem;
}

.tyre-product-workshop-option__slot strong {
    color: var(--pp-ink);
    font-size: 0.79rem;
}

.tyre-product-workshop-option__rating {
    justify-items: end;
}

.tyre-product-workshop-option__stars {
    display: inline-flex;
    gap: 0.03rem;
    color: #cbd4d8;
    font-size: 0.72rem;
    line-height: 1;
}

.tyre-product-workshop-option__stars .is-full {
    color: #e59b00;
}

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

.tyre-product-workshop-option__action {
    margin-top: 0.15rem;
    color: var(--pp-primary-dark);
    font-size: 0.69rem;
    font-weight: 850;
}

.tyre-product-workshop-option__profile {
    padding: 0.45rem 0.75rem;
    border-top: 1px solid var(--pp-line);
    color: var(--pp-muted);
    font-size: 0.65rem;
    font-weight: 750;
    text-decoration: none;
}

.tyre-product-workshop-option__profile:hover,
.tyre-product-workshop-option__profile:focus-visible,
.tyre-product-workshop-results__more:hover,
.tyre-product-workshop-results__more:focus-visible {
    color: var(--pp-primary-dark);
    text-decoration: underline;
}

.tyre-product-workshop-results__empty {
    margin: 0;
    color: var(--pp-muted);
    font-size: 0.76rem;
}

.tyre-product-workshop-results__intro {
    margin: 0;
    color: var(--pp-muted);
    font-size: 0.74rem;
}

.storefront-shell .tyre-product-workshop-results__activation {
    display: inline-flex;
    width: fit-content;
    min-height: 2.55rem;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 0.78rem;
    border-radius: 0.65rem;
    color: #fff;
    background: var(--pp-primary-dark);
    font-size: 0.74rem;
    font-weight: 850;
    line-height: 1.25;
    text-decoration: none;
}

.storefront-shell .tyre-product-workshop-results__activation:visited,
.storefront-shell .tyre-product-workshop-results__activation:hover,
.storefront-shell .tyre-product-workshop-results__activation:focus-visible,
.storefront-shell .tyre-product-workshop-results__activation:active {
    color: #fff;
    background: var(--pp-primary);
}

.tyre-product-workshop-results__more {
    width: fit-content;
    color: var(--pp-primary-dark);
    font-size: 0.72rem;
    font-weight: 800;
    text-decoration: none;
}

.tyre-product-financing-value {
    display: grid;
    margin-top: 0.8rem;
    padding-top: 0.72rem;
    gap: 0.12rem;
    border-top: 1px solid #d9c8e5;
}

.tyre-product-financing-value > span {
    color: var(--pp-muted);
    font-size: 0.7rem;
    font-weight: 750;
}

.tyre-product-financing-value strong {
    color: var(--pp-ink);
    font-size: 1.55rem;
    line-height: 1.1;
}

.tyre-product-financing-value strong small {
    color: var(--pp-ink-soft);
    font-size: 0.74rem;
}

.tyre-product-financing-value p {
    margin: 0.18rem 0 0;
    color: var(--pp-muted);
    font-size: 0.72rem;
}

.tyre-product-service-card__link {
    display: inline-flex;
    margin-top: 0.7rem;
    align-items: center;
    justify-content: space-between;
    color: var(--pp-primary-dark);
    font-size: 0.76rem;
    font-weight: 800;
    text-decoration: none;
}

.tyre-product-service-card__state {
    margin: 0.8rem 0 0;
    color: var(--pp-muted);
    font-size: 0.78rem;
}

.installment-simulation--interactive {
    border-color: #dac8e6 !important;
    color: #21093a !important;
    background: #f7f3fa !important;
}

.installment-simulation__badge {
    color: #fff;
    background: #4f246a;
}

.installment-simulation__provider {
    display: block;
    width: 4.1rem;
    height: auto;
    margin-bottom: 0.08rem;
    padding: 0.08rem 0.18rem;
    border-radius: 0.22rem;
    background: #fff;
}

.tyre-product-advisor-card {
    display: grid;
    height: 100%;
    grid-template-rows: auto auto auto;
    align-content: start;
    gap: 0.55rem;
    padding: 0.9rem 1rem;
    color: #fff;
    border-color: transparent;
    background: var(--pp-navy-deep);
}

.tyre-product-advisor-card__person {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 0.7rem;
}

.tyre-product-advisor-card__person img {
    width: 3.4rem;
    height: 3.4rem;
    flex: 0 0 auto;
    border: 2px solid rgba(121, 225, 186, 0.72);
    border-radius: 50%;
    object-fit: cover;
}

.tyre-product-advisor-card__person > span {
    display: grid;
    min-width: 0;
    gap: 0.12rem;
}

.tyre-product-advisor-card__person small {
    color: #9ed8ca;
    font-size: 0.68rem;
    font-weight: 800;
}

.tyre-product-advisor-card__person strong {
    color: #fff;
    font-size: 1rem;
}

.tyre-product-advisor-card > p {
    margin: 0;
    color: #d5e2e9;
    font-size: 0.75rem;
    line-height: 1.4;
}

.tyre-product-advisor-card__actions {
    display: grid;
    align-self: start;
    gap: 0.4rem;
}

.tyre-product-advisor-card__actions .btn,
.tyre-product-advisor-card__phone {
    display: flex;
    min-height: 2.45rem;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.tyre-product-advisor-card__actions .store-icon {
    width: 1.05rem;
    height: 1.05rem;
}

.tyre-product-advisor-card__phone {
    justify-content: flex-start;
    padding: 0.45rem 0.65rem;
    border: 1px solid rgba(213, 229, 239, 0.22);
    border-radius: 0.55rem;
    color: #fff;
    text-decoration: none;
}

.tyre-product-advisor-card__phone > span {
    display: grid;
}

.tyre-product-advisor-card__phone small {
    color: #afc6d3;
    font-size: 0.62rem;
}

.tyre-product-advisor-card__phone strong {
    color: #fff;
    font-size: 0.84rem;
}

.tyre-product-advisor-card__phone:hover,
.tyre-product-advisor-card__phone:focus-visible {
    border-color: rgba(121, 225, 186, 0.68);
    color: #fff;
    background: rgba(8, 127, 91, 0.2);
}

.tyre-product-description__variant-note {
    margin-top: 1rem;
    padding: 0.8rem 0.9rem;
    border-left: 0.22rem solid var(--pp-primary);
    border-radius: 0 0.6rem 0.6rem 0;
    color: var(--pp-ink-soft);
    background: var(--pp-primary-soft);
    font-size: 0.86rem;
    line-height: 1.55;
}

.tyre-product-description__lead {
    margin: 0;
    color: var(--pp-ink);
    font-size: clamp(1rem, 1.7vw, 1.16rem);
    font-weight: 700;
    line-height: 1.65;
}

.tyre-product-description__body {
    margin-top: 1rem;
    color: var(--pp-ink-soft);
    font-size: 0.92rem;
    line-height: 1.75;
}

.tyre-product-description,
.tyre-product-label,
.tyre-product-tests,
.tyre-product-specifications,
.tyre-product-reviews {
    scroll-margin-top: 7.5rem;
}

.tyre-product-variant-overview {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: clamp(1rem, 2vw, 1.5rem);
}

.tyre-product-variant-overview > section {
    min-width: 0;
    height: 100%;
}

.tyre-product-variant-overview .tyre-family-section-heading {
    margin-bottom: 1rem;
}

.tyre-product-variant-overview .tyre-family-section-heading h2 {
    font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.tyre-product-label,
.tyre-product-specifications {
    padding: clamp(1.1rem, 2vw, 1.55rem);
}

.tyre-product-label__layout {
    display: grid;
    grid-template-columns: minmax(9rem, 0.7fr) minmax(0, 1.3fr);
    gap: clamp(0.8rem, 1.6vw, 1.15rem);
    align-items: start;
}

.tyre-product-label__figure {
    display: grid;
    place-items: center;
    gap: 0.55rem;
    margin: 0;
    padding: 0.75rem;
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius);
    background: #fff;
}

.tyre-product-label__figure img {
    display: block;
    width: 100%;
    max-width: 12.5rem;
    height: auto;
    max-height: 18rem;
    object-fit: contain;
}

.tyre-product-label__figure figcaption {
    font-size: 0.72rem;
    font-weight: 700;
    text-align: center;
}

.tyre-product-label .tyre-family-performance__grid {
    grid-template-columns: 1fr;
    gap: 0.55rem;
}

.tyre-product-label .tyre-family-performance__grid article {
    align-items: center;
    gap: 0.65rem;
    padding: 0.72rem;
}

.tyre-product-label .tyre-family-performance__icon {
    width: 2.2rem;
    height: 2.2rem;
    flex-basis: 2.2rem;
}

.tyre-product-label .tyre-family-performance__icon .store-icon {
    width: 1.1rem;
    height: 1.1rem;
}

.tyre-product-label .tyre-family-performance__grid article strong {
    font-size: 1.05rem;
}

.tyre-product-label .tyre-family-performance__grid article small {
    font-size: 0.7rem;
}

.tyre-product-test-scope--different {
    color: #875d13;
    border-color: #efd79d;
    background: #fff8e7;
}

.tyre-product-model-link {
    display: inline-flex;
    margin-top: 1rem;
    font-weight: 800;
}

.tyre-product-specifications {
    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-product-specifications__key-facts,
.tyre-product-specifications__more dl {
    display: grid;
    gap: 0;
    margin: 0;
}

.tyre-product-specifications__key-facts > div,
.tyre-product-specifications__more dl > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(5rem, auto);
    gap: 0.8rem;
    align-items: baseline;
    padding: 0.55rem 0;
    border-top: 1px solid var(--pp-line);
}

.tyre-product-specifications__key-facts > div:first-child,
.tyre-product-specifications__more dl > div:first-child {
    border-top: 0;
}

.tyre-product-specifications__key-facts dt,
.tyre-product-specifications__more dt {
    min-width: 0;
    color: var(--pp-muted);
    font-size: 0.76rem;
    font-weight: 650;
}

.tyre-product-specifications__key-facts dd,
.tyre-product-specifications__more dd {
    min-width: 0;
    margin: 0;
    overflow-wrap: anywhere;
    color: var(--pp-ink);
    font-size: 0.82rem;
    font-weight: 800;
    text-align: right;
}

.tyre-product-specifications__more,
.tyre-product-data-boundary {
    margin-top: 0.8rem;
    font-size: 0.76rem;
}

.tyre-product-specifications__more summary,
.tyre-product-data-boundary summary {
    width: fit-content;
    cursor: pointer;
    color: var(--pp-primary-dark);
    font-weight: 800;
}

.tyre-product-specifications__more dl {
    margin-top: 0.65rem;
    padding: 0.65rem 0.75rem;
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius);
    background: var(--pp-surface-soft);
}

.tyre-product-data-boundary p {
    margin: 0.6rem 0 0;
    color: var(--pp-muted);
    line-height: 1.55;
}

.tyre-product-review-pagination {
    margin-top: 1rem;
}

.tyre-product-contact__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.65rem;
}

@container (max-width: 78rem) {
    .tyre-product-hero {
        grid-template-columns: minmax(17rem, 0.8fr) minmax(22rem, 1.2fr);
        grid-template-rows: auto auto auto;
    }

    .tyre-product-gallery {
        grid-column: 1;
        grid-row: 1 / 3;
    }

    .tyre-product-gallery__main-link {
        min-height: clamp(20rem, 36vw, 25rem);
    }

    .tyre-product-gallery__main {
        height: clamp(19rem, 34vw, 24rem);
    }

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

    .tyre-product-hero__facts {
        grid-column: 1 / -1;
        grid-row: 3;
    }

    .tyre-product-buybox {
        grid-column: 2;
        grid-row: 2;
        grid-template-columns: minmax(0, 1fr);
        align-items: start;
    }

    .tyre-product-buybox__label,
    .tyre-product-buybox > data,
    .tyre-product-buybox__availability,
    .tyre-product-buybox__set-price,
    .tyre-product-buybox__unit-price,
    .tyre-product-buybox__installment-teaser,
    .tyre-product-buybox__promotion,
    .tyre-product-buybox__offer-difference,
    .tyre-product-buybox__prior-price,
    .tyre-product-buybox__unavailable,
    .tyre-product-buybox > p {
        grid-column: auto;
    }

    .tyre-product-buybox__form,
    .tyre-product-alert-form,
    .tyre-product-buybox__assurances {
        grid-column: auto;
    }

    .tyre-product-decision-highlights {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .tyre-product-purchase-services__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tyre-product-service-card--mounting {
        grid-column: 1 / -1;
    }

}

@container (max-width: 56rem) {
    .tyre-product-popular-sizes__choices {
        grid-template-columns: minmax(0, 1fr);
    }

    .tyre-product-variant-overview {
        grid-template-columns: minmax(0, 1fr);
    }
}

@container (max-width: 47rem) {
    .tyre-product-page--sellable {
        padding-bottom: 5.25rem;
    }

    .tyre-product-mobile-purchase {
        position: fixed;
        right: max(0.75rem, env(safe-area-inset-right));
        bottom: max(0.75rem, env(safe-area-inset-bottom));
        left: max(0.75rem, env(safe-area-inset-left));
        z-index: 1020;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(9.5rem, auto);
        align-items: center;
        gap: 0.75rem;
        padding: 0.7rem;
        border: 1px solid rgba(148, 230, 201, 0.35);
        border-radius: 0.9rem;
        color: #fff;
        background: var(--pp-navy-deep);
        box-shadow: 0 0.8rem 2rem rgba(8, 29, 48, 0.3);
    }

    .tyre-product-mobile-purchase > span {
        display: grid;
        min-width: 0;
    }

    .tyre-product-mobile-purchase small {
        display: grid;
        gap: 0.05rem;
        color: #b9d7d0;
        font-size: 0.66rem;
        font-weight: 700;
        line-height: 1.25;
    }

    .tyre-product-mobile-purchase strong {
        overflow: hidden;
        font-size: 1.1rem;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .tyre-product-mobile-purchase .btn {
        min-height: 2.75rem;
        padding-inline: 0.5rem;
        font-size: 0.78rem;
        font-weight: 800;
        line-height: 1.2;
        white-space: normal;
    }

    .tyre-product-page:has(.tyre-product-buybox__form:focus-within) .tyre-product-mobile-purchase {
        display: none;
    }

    .tyre-product-hero {
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: auto auto auto auto;
        align-items: start;
    }

    .tyre-product-gallery {
        grid-column: 1;
        grid-row: 2;
        width: 100%;
        max-width: 36rem;
        justify-self: center;
        align-content: start;
        order: 2;
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: auto auto auto;
    }

    .tyre-product-gallery__main-link,
    .tyre-product-gallery--multiple .tyre-product-gallery__main-link {
        grid-column: 1;
        grid-row: 1;
        min-height: clamp(18rem, 58vw, 26rem);
    }

    .tyre-product-gallery__main {
        height: clamp(17rem, 56vw, 25rem);
        max-height: none;
    }

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

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

    .tyre-product-hero__copy {
        grid-column: 1;
        grid-row: 1;
        align-self: start;
        order: 1;
    }

    .tyre-product-buybox {
        grid-column: 1;
        grid-row: 3;
        grid-template-columns: minmax(0, 1fr);
        order: 3;
    }

    .tyre-product-hero__facts {
        grid-column: 1;
        grid-row: 4;
        order: 4;
        margin-top: 0;
    }

    .tyre-product-decision-highlights {
        grid-template-columns: minmax(0, 1fr);
    }

    .tyre-product-purchase-services__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .tyre-product-service-card--mounting {
        grid-column: auto;
    }

    .tyre-product-workshop-results__list {
        grid-template-columns: minmax(0, 1fr);
    }

    .tyre-product-buybox > * {
        grid-column: auto !important;
    }

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

    .tyre-product-label__figure img {
        max-width: 14rem;
    }

    .tyre-product-popular-sizes {
        grid-template-columns: minmax(0, 1fr);
        gap: 0.85rem;
    }

    .tyre-product-gallery__dialog {
        width: 100vw;
        height: 100dvh;
        max-height: none;
        border: 0;
        border-radius: 0;
    }

    .tyre-product-gallery__dialog figure {
        min-height: 100dvh;
        padding: 3.75rem 0.75rem 1rem;
    }

    .tyre-product-gallery__dialog img {
        max-height: calc(100dvh - 8rem);
    }
}

@container (max-width: 32rem) {
    .tyre-product-buybox .installment-simulation__headline {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .tyre-product-buybox .installment-simulation__context {
        grid-column: 2;
        justify-self: start;
    }

    .tyre-product-hero {
        gap: 0.9rem;
        padding: 0.85rem;
        border-radius: var(--pp-radius);
    }

    .tyre-product-gallery__main-link {
        min-height: min(80vw, 21rem);
        padding: 0.65rem;
        border: 1px solid var(--pp-line);
        background: #fff;
    }

    .tyre-product-gallery__main {
        height: min(80vw, 21rem);
        max-height: none;
    }

    .tyre-product-gallery__thumbs {
        gap: 0.45rem;
        margin-top: 0.65rem;
    }

    .tyre-product-gallery__thumbs a {
        width: 4.5rem;
        height: 4.5rem;
        border-radius: 0.6rem;
    }

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

    .tyre-product-gallery > p {
        display: none !important;
    }

    .tyre-product-gallery__zoom-label {
        right: 0.7rem;
        bottom: 0.7rem;
        justify-content: center;
        padding: 0.45rem 0.65rem;
        font-size: 0.72rem;
    }

    .tyre-product-gallery__dialog-navigation {
        width: 2.5rem;
        height: 2.5rem;
        background: rgba(255, 255, 255, 0.98);
    }

    .tyre-product-gallery__dialog-navigation--previous {
        left: 0.35rem;
    }

    .tyre-product-gallery__dialog-navigation--next {
        right: 0.35rem;
    }

    .tyre-product-hero h1 {
        font-size: clamp(1.45rem, 6.8vw, 1.9rem);
        overflow-wrap: anywhere;
    }

    .tyre-product-hero h1 span {
        margin-top: 0.42rem;
        font-size: 0.62em;
    }

    .tyre-product-hero__copy .tyre-model-brandline {
        margin-bottom: 0.5rem;
    }

    .tyre-product-hero__facts {
        gap: 0.3rem;
        margin-bottom: 0;
    }

    .tyre-product-decision-highlights li {
        padding: 0.55rem;
    }

    .tyre-product-buybox {
        gap: 0.62rem;
        padding: 1rem;
    }

    .tyre-product-contact__actions {
        display: grid;
        width: 100%;
        grid-template-columns: minmax(0, 1fr);
    }

    .tyre-product-contact__actions .btn {
        width: 100%;
    }

    .tyre-product-purchase-services__heading h2 {
        font-size: 1.25rem;
    }

    .tyre-product-workshop-finder__controls {
        grid-template-columns: minmax(0, 1fr);
    }

    .tyre-product-workshop-finder .btn {
        width: 100%;
    }

    .tyre-product-specifications {
        padding: 1rem;
    }

    .tyre-product-specifications__key-facts > div,
    .tyre-product-specifications__more dl > div {
        grid-template-columns: minmax(0, 1fr);
        gap: 0.2rem;
    }

    .tyre-product-specifications__key-facts dd,
    .tyre-product-specifications__more dd {
        text-align: left;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tyre-product-gallery__thumbs a {
        transition: none;
    }
}

@media print {
    .tyre-product-mobile-purchase {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    .storefront-shell:has(.tyre-product-mobile-purchase:not([hidden])) .support-chat__launcher {
        bottom: calc(max(0.75rem, env(safe-area-inset-bottom)) + 5.5rem);
    }
}

/* Progressive disclosure keeps evidence available without repeating the
   purchase decision on every screenful. */

.tyre-product-data-boundary,
.tyre-product-alternative-rules,
.tyre-family-test__methodology {
    margin-top: 1rem;
    border: 1px solid var(--pp-line);
    border-radius: 0.7rem;
    color: var(--pp-ink-soft);
    background: var(--pp-surface-soft);
}

.tyre-product-data-boundary summary,
.tyre-product-alternative-rules summary,
.tyre-family-test__methodology summary {
    padding: 0.72rem 0.85rem;
    color: var(--pp-primary-dark);
    cursor: pointer;
    font-size: 0.78rem;
    font-weight: 800;
}

.tyre-product-data-boundary p,
.tyre-product-alternative-rules p {
    margin: 0;
    padding: 0 0.85rem 0.85rem;
    font-size: 0.8rem;
    line-height: 1.55;
}

.tyre-family-test__methodology .tyre-family-test__footer {
    margin: 0;
    padding: 0.9rem;
    border-top: 1px solid var(--pp-line);
}

.tyre-product-description .tyre-family-description__content > p:first-child {
    font-size: 1rem;
    line-height: 1.7;
}

.tyre-product-buybox__label > span {
    color: #fff;
}

@container (max-width: 47rem) {
    .tyre-family-anchor-nav {
        margin-block: 0.85rem;
    }

    .tyre-family-anchor-nav__description {
        color: var(--pp-primary-dark);
        background: var(--pp-primary-soft);
    }

    .tyre-product-description,
    .tyre-product-tests,
    .tyre-product-reviews,
    .tyre-family-variants {
        margin-top: 1rem;
    }
}

