:root {
    --pp-ink: #12263a;
    --pp-ink-soft: #40556a;
    --pp-navy: #102a43;
    --pp-navy-deep: #081d31;
    --pp-primary: #087f5b;
    --pp-primary-dark: #056448;
    --pp-primary-soft: #e5f5ef;
    --pp-accent: #ffbd2e;
    --pp-accent-hover: #f2aa08;
    --pp-surface: #ffffff;
    --pp-surface-soft: #f3f7f8;
    --pp-line: #dce5e8;
    --pp-line-strong: #c8d5da;
    --pp-muted: #5e7082;
    --pp-danger: #b42318;
    --pp-success: #087f5b;
    --pp-radius-sm: 0.65rem;
    --pp-radius: 1rem;
    --pp-radius-lg: 1.5rem;
    --pp-shadow-sm: 0 0.3rem 1rem rgba(16, 42, 67, 0.07);
    --pp-shadow: 0 1rem 2.5rem rgba(16, 42, 67, 0.11);
    --pp-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* CSP-safe presentation utilities. Keep variable content out of style attrs. */
.u-pre-line {
    white-space: pre-line;
}

.u-pre-wrap {
    white-space: pre-wrap;
}

.u-form-trap {
    position: fixed;
    top: 0;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.newsletter-page-panel {
    max-width: 47.5rem;
}

.marketplace-listing-readiness--0 {
    width: 0;
}

.marketplace-listing-readiness--1 {
    width: 25%;
}

.marketplace-listing-readiness--2 {
    width: 50%;
}

.marketplace-listing-readiness--3 {
    width: 75%;
}

.marketplace-listing-readiness--4 {
    width: 100%;
}

.tyre-brand-mark {
    display: inline-grid;
    width: 4rem;
    height: 2.8rem;
    flex: 0 0 auto;
    place-items: center;
    overflow: hidden;
    border: 1px solid var(--pp-line);
    border-radius: 0.8rem;
    background: #fff;
}

.tyre-brand-mark--surface-dark {
    border-color: rgba(255, 255, 255, 0.16);
    background: #111827;
}

.tyre-brand-mark__image {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.45rem;
    object-fit: contain;
}

.tyre-brand-mark__fallback {
    display: inline-flex;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0.45rem;
    color: var(--pp-navy);
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: -0.025em;
    line-height: 1;
    text-align: center;
}

.tyre-brand-mark__fallback span {
    max-width: 100%;
    overflow-wrap: anywhere;
}

.tyre-brand-mark--tile {
    width: 5.2rem;
    height: 3.6rem;
}

.tyre-brand-mark--compact {
    width: 6rem;
    height: 2.4rem;
}

.tyre-brand-mark--menu {
    width: 2.7rem;
    height: 1.7rem;
    border-radius: 0.45rem;
}

.tyre-brand-mark--menu .tyre-brand-mark__image {
    padding: 0.2rem;
}

.tyre-brand-mark--menu .tyre-brand-mark__fallback {
    padding: 0.15rem;
    font-size: 0.42rem;
}

.tyre-brand-mark--model {
    width: clamp(7.25rem, 10vw, 9.25rem);
    height: clamp(2.8rem, 4vw, 3.5rem);
    border-color: rgba(8, 127, 91, 0.2);
    box-shadow: var(--pp-shadow-sm);
}

.tyre-brand-mark--hero {
    width: clamp(7rem, 12vw, 10rem);
    height: clamp(4.8rem, 8vw, 6.6rem);
    border-color: rgba(8, 127, 91, 0.22);
    box-shadow: var(--pp-shadow-sm);
}

/* Workshop directory ------------------------------------------------------ */

.workshop-directory,
.workshop-profile {
    display: grid;
    min-width: 0;
    max-width: 100%;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
}

.workshop-directory__hero,
.workshop-profile__header {
    display: flex;
    min-width: 0;
    max-width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: clamp(1.5rem, 4vw, 2.7rem);
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius-lg);
    background:
        radial-gradient(circle at 90% 5%, rgba(8, 127, 91, 0.12), transparent 32%),
        var(--pp-surface);
    box-shadow: var(--pp-shadow-sm);
}

.workshop-directory__hero > div:first-child {
    min-width: 0;
    max-width: 52rem;
}

.workshop-directory__hero h1,
.workshop-profile__header h1 {
    margin: 0;
    font-size: clamp(1.8rem, 4vw, 3rem);
}

.workshop-directory__hero h1 span {
    display: block;
    margin-top: 0.35rem;
    color: var(--pp-muted);
    font-size: 0.45em;
    letter-spacing: 0;
}

.workshop-directory__hero p:last-child {
    max-width: 46rem;
    margin: 0.7rem 0 0;
    color: var(--pp-muted);
}

.workshop-service-links {
    padding: 1.1rem;
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius);
    background: var(--pp-surface);
}

.workshop-service-links > p {
    margin: 0 0 0.7rem;
    color: var(--pp-muted);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.workshop-service-links > div {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.workshop-service-links a {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.52rem 0.75rem;
    border: 1px solid var(--pp-line);
    border-radius: 999px;
    color: var(--pp-ink-soft);
    background: var(--pp-surface-soft);
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
}

.workshop-service-links a:hover,
.workshop-service-links a.active {
    border-color: #a6d4c4;
    color: var(--pp-primary-dark);
    background: var(--pp-primary-soft);
}

.workshop-service-links a span {
    color: var(--pp-muted);
    font-size: 0.72rem;
}

.workshop-directory__layout {
    display: grid;
    min-width: 0;
    max-width: 100%;
    grid-template-columns: minmax(15rem, 18.5rem) minmax(0, 1fr);
    align-items: start;
    gap: clamp(1rem, 2vw, 1.7rem);
}

.workshop-directory__results {
    min-width: 0;
}

.workshop-directory__layout > *,
.workshop-profile__grid > *,
.workshop-card,
.workshop-map-panel,
.workshop-city-links {
    min-width: 0;
    max-width: 100%;
}

.workshop-ranking-disclosure {
    margin: -0.25rem 0 1rem;
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius-sm);
    color: var(--pp-ink-soft);
    background: var(--pp-surface);
    font-size: 0.78rem;
}

.workshop-ranking-disclosure summary {
    padding: 0.75rem 0.9rem;
    color: var(--pp-primary-dark);
    cursor: pointer;
    font-weight: 800;
}

.workshop-ranking-disclosure > div {
    padding: 0 0.9rem 0.9rem;
    border-top: 1px solid var(--pp-line);
}

.workshop-ranking-disclosure p {
    margin: 0.75rem 0;
}

.workshop-ranking-disclosure ul {
    display: grid;
    margin: 0;
    padding: 0;
    gap: 0.35rem;
    list-style: none;
}

.workshop-ranking-disclosure li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.workshop-ranking-disclosure strong {
    flex: 0 0 auto;
    color: var(--pp-muted);
    font-size: 0.7rem;
}

.workshop-card-list {
    display: grid;
    gap: 1rem;
}

.workshop-name-search__empty {
    display: grid;
    justify-items: center;
    gap: 0.3rem;
    margin-top: 0.8rem;
    padding: 1.2rem;
    border: 1px dashed var(--pp-line-strong, #bfd0d9);
    border-radius: 0.85rem;
    color: var(--pp-muted, #52646d);
    text-align: center;
    background: var(--pp-surface-soft, #f5f8f9);
}

.workshop-name-search__empty[hidden] {
    display: none;
}

.workshop-name-search__empty .store-icon {
    width: 1.4rem;
    height: 1.4rem;
    color: var(--pp-primary, #087f5b);
}

.workshop-name-search__empty strong {
    color: var(--pp-ink, #102a38);
}

.workshop-name-search__empty span {
    font-size: 0.82rem;
}

.workshop-card {
    position: relative;
    display: grid;
    gap: 0.9rem;
    padding: clamp(1.1rem, 2.5vw, 1.5rem);
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius);
    background: var(--pp-surface);
    box-shadow: var(--pp-shadow-sm);
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.workshop-card:hover {
    border-color: #abc8bb;
    box-shadow: 0 0.85rem 2rem rgba(16, 42, 56, 0.1);
    transform: translateY(-1px);
}

.workshop-card__main {
    min-width: 0;
}

.workshop-profile__logo {
    display: grid;
    width: 3.4rem;
    height: 3.4rem;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 0.9rem;
    color: #fff;
    background: var(--pp-navy);
    font-size: 1.6rem;
}

.workshop-card__copy {
    width: 100%;
    min-width: 0;
}

.workshop-card__verification {
    display: inline-flex;
    margin: 0 0 0.55rem;
    padding: 0.28rem 0.5rem;
    align-items: center;
    gap: 0.35rem;
    border-radius: 999px;
    color: var(--pp-primary-dark);
    background: var(--pp-primary-soft);
    font-size: 0.72rem;
    font-weight: 800;
}

.workshop-card__copy h3 {
    margin: 0;
    font-size: clamp(1.12rem, 2vw, 1.38rem);
    letter-spacing: -0.018em;
    line-height: 1.25;
}

.workshop-card__copy h3 a {
    color: var(--pp-ink);
    overflow-wrap: anywhere;
    text-decoration: none;
}

.workshop-card__copy h3 a:hover {
    color: var(--pp-primary-dark);
    text-decoration: underline;
    text-decoration-thickness: 0.08em;
    text-underline-offset: 0.18em;
}

.workshop-card__copy address {
    margin: 0.5rem 0 0;
    color: var(--pp-ink-soft);
    font-size: 0.88rem;
    font-style: normal;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.workshop-card__description {
    max-width: 58rem;
    margin: 0.7rem 0 0;
    color: var(--pp-muted);
    font-size: 0.84rem;
    line-height: 1.55;
}

.workshop-card__signals {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-top: 0.65rem;
}

.workshop-card__rating,
.workshop-card__copy .workshop-card__distance {
    margin: 0;
    padding: 0.28rem 0.55rem;
    border-radius: 999px;
    font-size: 0.76rem;
}

.workshop-card__copy .workshop-card__distance {
    color: var(--pp-primary-dark);
    background: var(--pp-primary-soft);
}

.workshop-card__services {
    padding: 0.9rem 1rem;
    border: 1px solid #e3ece8;
    border-radius: var(--pp-radius-sm);
    background: var(--pp-surface-soft);
}

.workshop-card__services h4 {
    margin: 0 0 0.55rem;
    color: var(--pp-muted);
    font-size: 0.72rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.workshop-card__services ul {
    display: grid;
    margin: 0;
    padding: 0;
    gap: 0.35rem;
    list-style: none;
}

.workshop-card__services li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    color: var(--pp-ink-soft);
    font-size: 0.84rem;
}

.workshop-card__services strong {
    flex: 0 0 auto;
    color: var(--pp-ink);
    font-size: 0.8rem;
}

.workshop-card__badges,
.workshop-profile__chips {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    gap: 0.4rem;
    list-style: none;
}

.workshop-card__badges li,
.workshop-profile__chips li {
    padding: 0.36rem 0.62rem;
    border: 1px solid #cbe5dc;
    border-radius: 999px;
    color: var(--pp-primary-dark);
    background: var(--pp-primary-soft);
    font-size: 0.74rem;
    font-weight: 700;
}

.workshop-card__actions {
    display: flex;
    min-width: 0;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem;
    padding-top: 0.85rem;
    border-top: 1px solid #e7edef;
}

.workshop-card__actions .btn {
    display: inline-flex;
    min-height: 2.75rem;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    overflow-wrap: anywhere;
    white-space: normal;
}

@media (min-width: 992px) {
    .workshop-card--with-services {
        grid-template-columns: minmax(0, 1.15fr) minmax(15rem, 0.85fr);
        align-items: start;
    }

    .workshop-card--with-services > .workshop-card__badges,
    .workshop-card--with-services > .workshop-card__actions {
        grid-column: 1 / -1;
    }
}

.workshop-empty {
    padding: clamp(2rem, 6vw, 4.5rem);
    border: 1px dashed var(--pp-line-strong);
    border-radius: var(--pp-radius-lg);
    text-align: center;
    background: var(--pp-surface);
}

.workshop-empty > .store-icon {
    color: var(--pp-primary);
    font-size: 2.6rem;
}

.workshop-empty h3 {
    max-width: 38rem;
    margin: 1rem auto 0.5rem;
}

.workshop-empty p {
    max-width: 42rem;
    margin: 0 auto 1.2rem;
    color: var(--pp-muted);
}

.workshop-map-panel {
    display: grid;
    grid-template-columns: minmax(14rem, 0.42fr) minmax(0, 1fr);
    margin-top: 1.5rem;
    overflow: hidden;
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius-lg);
    background: var(--pp-surface);
    box-shadow: 0 1rem 2.5rem rgba(16, 42, 67, 0.08);
}

.workshop-map-panel > div:first-child {
    padding: clamp(1.25rem, 3vw, 2rem);
}

.workshop-map-panel h2 {
    margin: 0;
}

.workshop-map-panel h2 + p {
    margin: 0.6rem 0 0;
    color: var(--pp-muted);
    font-size: 0.85rem;
}

.workshop-map-panel__activate {
    margin-top: 1rem;
}

.workshop-map-panel__activate + small {
    display: block;
    margin-top: 0.55rem;
    color: var(--pp-muted);
    font-size: 0.7rem;
    line-height: 1.45;
}

.workshop-map-panel__status {
    min-height: 1.2rem;
    margin: 0.55rem 0 0;
    color: var(--pp-muted);
    font-size: 0.72rem;
}

.workshop-map-address {
    display: grid;
    gap: 0.55rem;
    margin-top: 1.15rem;
    padding-top: 1rem;
    border-top: 1px solid var(--pp-line);
}

.workshop-map-address > label {
    color: var(--pp-navy);
    font-size: 0.86rem;
    font-weight: 800;
}

.workshop-map-address > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.45rem;
}

.workshop-map-address__field {
    position: relative;
    min-width: 0;
}

.workshop-map-address input {
    width: 100%;
    min-width: 0;
    padding: 0.7rem 2.65rem 0.7rem 0.78rem;
    border: 1px solid var(--pp-line-strong);
    border-radius: var(--pp-radius-sm);
    background: #fff;
    color: var(--pp-navy);
    font: inherit;
    font-size: 0.78rem;
}

.workshop-map-address__searching {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 0.85rem;
    display: grid;
    width: 1.15rem;
    height: 1.15rem;
    place-items: center;
    pointer-events: none;
    transform: translateY(-50%);
}

.workshop-map-address__searching[hidden] {
    display: none;
}

.workshop-map-address__searching > span {
    width: 1rem;
    height: 1rem;
    border: 2px solid #c8ddd7;
    border-top-color: var(--pp-primary);
    border-radius: 50%;
    animation: workshop-map-address-searching 0.65s linear infinite;
}

@keyframes workshop-map-address-searching {
    to {
        transform: rotate(1turn);
    }
}

@media (prefers-reduced-motion: reduce) {
    .workshop-map-address__searching > span {
        animation-duration: 1.5s;
    }
}

.workshop-map-address input:focus-visible {
    border-color: var(--pp-primary);
    outline: 3px solid rgba(17, 153, 120, 0.18);
}

.workshop-map-address .btn {
    width: auto;
    padding-inline: 0.85rem;
    white-space: nowrap;
}

.workshop-map-address__suggestions {
    position: absolute;
    z-index: 25;
    top: calc(100% + 0.25rem);
    right: auto;
    left: 0;
    display: grid;
    width: min(36rem, calc(100vw - 4rem));
    max-height: 15rem;
    gap: 0;
    margin: 0;
    padding: 0.28rem;
    overflow-y: auto;
    border: 1px solid var(--pp-line-strong);
    border-radius: var(--pp-radius-sm);
    background: #fff;
    box-shadow: 0 0.9rem 2rem rgba(16, 35, 54, 0.18);
    list-style: none;
}

.workshop-map-address__suggestions[hidden] {
    display: none;
}

.workshop-map-address__suggestions li {
    overflow: hidden;
    padding: 0.62rem 0.68rem;
    border-radius: calc(var(--pp-radius-sm) - 0.15rem);
    color: var(--pp-navy);
    cursor: pointer;
    font-size: 0.75rem;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.workshop-map-address__suggestions li:hover,
.workshop-map-address__suggestions li[aria-selected='true'] {
    background: var(--pp-surface-soft);
    color: var(--pp-primary-dark);
}

.workshop-map-address > small,
.workshop-map-address__status {
    margin: 0;
    color: var(--pp-muted);
    font-size: 0.7rem;
    line-height: 1.45;
}

.workshop-map-address__status:not(:empty) {
    min-height: 1.1rem;
    color: var(--pp-navy);
    font-weight: 700;
}

.workshop-map-address__results {
    display: grid;
    max-height: 12rem;
    gap: 0.35rem;
    margin: 0.2rem 0 0;
    padding: 0;
    overflow-y: auto;
    list-style: none;
}

.workshop-map-address__results[hidden] {
    display: none;
}

.workshop-map-address__results li {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.7rem;
    padding: 0.55rem 0.65rem;
    border-radius: var(--pp-radius-sm);
    background: var(--pp-surface-soft);
    font-size: 0.74rem;
}

.workshop-map-address__results a {
    color: var(--pp-navy);
    font-weight: 800;
}

.workshop-map-address__results span {
    flex: none;
    color: var(--pp-muted);
}

.workshop-map-panel__canvas {
    display: grid;
    min-width: 0;
    min-height: 18rem;
    place-items: center;
    border-left: 1px solid var(--pp-line);
    background:
        linear-gradient(rgba(16, 42, 67, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(16, 42, 67, 0.035) 1px, transparent 1px),
        #eaf2f2;
    background-size: 2rem 2rem;
}

.workshop-map-panel__canvas--interactive {
    display: block;
    height: clamp(22rem, 46vw, 34rem);
    background: var(--pp-surface-soft);
}

.workshop-map-panel__frame {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    background: #eaf2f2;
}

.workshop-map-panel--profile {
    grid-template-columns: minmax(17rem, 0.4fr) minmax(0, 1fr);
}

.workshop-map-panel--profile > div:first-child {
    padding: clamp(1rem, 2vw, 1.35rem);
}

.workshop-map-panel--profile .workshop-map-address {
    gap: 0.42rem;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
}

.workshop-map-panel--profile .workshop-map-panel__canvas {
    min-height: 15rem;
}

.workshop-map-panel--profile .workshop-map-panel__canvas--interactive {
    height: clamp(16rem, 27vw, 20rem);
}

.workshop-open-map-marker {
    display: grid;
    width: 2.8rem;
    height: 3.15rem;
    padding: 0;
    place-items: start center;
    border: 0;
    color: #fff;
    background: transparent;
    font-size: 0.72rem;
    font-weight: 800;
    cursor: pointer;
}

.workshop-open-map-marker__pin {
    display: grid;
    width: 2.25rem;
    height: 2.25rem;
    place-items: center;
    border: 3px solid #fff;
    border-radius: 50% 50% 50% 0;
    background: var(--pp-primary);
    box-shadow: 0 0.35rem 0.9rem rgba(16, 42, 67, 0.34);
    transform: rotate(-45deg);
    transition:
        background-color 160ms ease,
        box-shadow 160ms ease,
        scale 160ms ease;
}

.workshop-open-map-marker__symbol {
    width: 0.78rem;
    height: 0.78rem;
    border: 0.16rem solid #fff;
    border-radius: 50%;
    box-shadow: inset 0 0 0 0.12rem rgba(16, 42, 67, 0.22);
    transform: rotate(45deg);
}

.workshop-open-map-marker:hover .workshop-open-map-marker__pin,
.workshop-open-map-marker:focus-visible .workshop-open-map-marker__pin {
    background: var(--pp-navy);
    box-shadow:
        0 0 0 4px rgba(17, 153, 120, 0.22),
        0 0.45rem 1rem rgba(16, 42, 67, 0.38);
    scale: 1.08;
}

.workshop-open-map-marker:focus-visible {
    outline: 0;
}

.workshop-map-origin-marker {
    position: relative;
    display: grid;
    width: 2.55rem;
    height: 2.55rem;
    place-items: center;
    border: 0.3rem solid #fff;
    border-radius: 50%;
    background: #1d4ed8;
    box-shadow:
        0 0 0 0.22rem rgba(29, 78, 216, 0.38),
        0 0.55rem 1.25rem rgba(16, 42, 67, 0.42);
    cursor: pointer;
}

.workshop-map-origin-marker::before {
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 0.18rem rgba(255, 255, 255, 0.28);
    content: '';
}

.workshop-map-origin-marker::after {
    position: absolute;
    inset: -0.65rem;
    border: 0.16rem solid rgba(37, 99, 235, 0.62);
    border-radius: 50%;
    content: '';
    animation: workshop-map-origin-pulse 1.8s ease-out infinite;
    pointer-events: none;
}

@keyframes workshop-map-origin-pulse {
    0% {
        opacity: 0.9;
        transform: scale(0.72);
    }

    78%,
    100% {
        opacity: 0;
        transform: scale(1.25);
    }
}

@media (prefers-reduced-motion: reduce) {
    .workshop-map-origin-marker::after {
        animation: none;
        opacity: 0.45;
    }
}

.workshop-map-panel__canvas .maplibregl-popup-content {
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--pp-line);
    border-radius: 0.8rem;
    box-shadow: 0 0.75rem 2rem rgba(16, 42, 67, 0.2);
}

.workshop-map-panel__canvas .maplibregl-popup-close-button {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    color: var(--pp-navy);
    font-size: 1.15rem;
}

.workshop-map-popup {
    display: grid;
    min-width: 12rem;
    gap: 0.7rem;
    padding: 1rem 2.4rem 1rem 1rem;
    background: #fff;
}

.workshop-map-popup strong {
    color: var(--pp-navy);
    font-size: 0.9rem;
    line-height: 1.35;
}

.workshop-map-popup span {
    color: var(--pp-muted);
    font-size: 0.74rem;
}

.workshop-map-popup__address {
    color: var(--pp-navy) !important;
    line-height: 1.35;
}

.workshop-map-popup__link,
.workshop-map-popup > a[href] {
    appearance: none;
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--pp-primary-dark);
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.35;
    text-decoration: none;
}

.workshop-map-popup__link::after,
.workshop-map-popup > a[href]::after {
    margin-left: 0.32rem;
    content: '\2192';
}

.workshop-map-popup__link:hover,
.workshop-map-popup > a[href]:hover {
    color: var(--pp-navy);
    text-decoration: underline;
    text-underline-offset: 0.18rem;
}

.workshop-map-popup__link:focus,
.workshop-map-popup__link:focus-visible,
.workshop-map-popup > a[href]:focus,
.workshop-map-popup > a[href]:focus-visible {
    outline: 0;
    box-shadow: none;
    color: var(--pp-navy);
    text-decoration: underline;
    text-underline-offset: 0.18rem;
}

.workshop-map-panel__canvas .maplibregl-ctrl-attrib {
    font-size: 0.68rem;
}

.workshop-map-panel__canvas svg {
    display: block;
    width: 100%;
    height: auto;
    max-height: 24rem;
}

.workshop-map-grid {
    fill: none;
    stroke: rgba(16, 42, 67, 0.08);
    stroke-width: 1;
}

.workshop-map-marker {
    fill: var(--pp-primary);
    stroke: #fff;
    stroke-width: 3;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(16, 42, 67, 0.22));
}

.workshop-map-marker-core {
    fill: #fff;
    pointer-events: none;
}

.workshop-map-panel__canvas a:hover .workshop-map-marker,
.workshop-map-panel__canvas a:focus .workshop-map-marker {
    fill: var(--pp-navy);
}

.workshop-map-panel__noscript {
    grid-column: 1 / -1;
    margin: 0;
    padding: 0.8rem 1rem;
    color: var(--pp-muted);
    background: var(--pp-surface-soft);
    font-size: 0.78rem;
}

.workshop-city-links {
    padding: clamp(1.4rem, 4vw, 2.3rem);
    border-radius: var(--pp-radius-lg);
    background: var(--pp-navy);
}

.storefront-shell .workshop-city-links h2 {
    margin: 0 0 1rem;
    color: #fff;
}

.storefront-shell .workshop-city-links .store-eyebrow {
    color: #b9f0df;
}

.workshop-city-links > div {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.65rem;
}

.storefront-shell .workshop-city-links a {
    display: flex;
    min-width: 0;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: var(--pp-radius-sm);
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
    text-decoration: none;
}

.storefront-shell .workshop-city-links a strong {
    color: #fff;
}

.storefront-shell .workshop-city-links a:hover,
.storefront-shell .workshop-city-links a:focus-visible {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
}

.storefront-shell .workshop-city-links a span {
    overflow: hidden;
    color: #d8e2ea;
    font-size: 0.72rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.workshop-profile__header h1,
.workshop-profile__identity p,
.workshop-profile__section h2,
.workshop-profile__section h3,
.workshop-profile__section p,
.workshop-profile__sidebar h2,
.workshop-profile__sidebar h3,
.workshop-profile__sidebar address,
.store-breadcrumb li {
    overflow-wrap: anywhere;
}

.workshop-profile__grid {
    display: grid;
    min-width: 0;
    max-width: 100%;
    grid-template-columns: minmax(0, 1fr) minmax(17rem, 22rem);
    align-items: start;
    gap: 1.5rem;
}

.workshop-profile__content {
    display: grid;
    min-width: 0;
    gap: 1rem;
}

.workshop-profile__section,
.workshop-profile__sidebar > section {
    min-width: 0;
    max-width: 100%;
    padding: clamp(1.25rem, 3vw, 2rem);
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius);
    background: var(--pp-surface);
    box-shadow: var(--pp-shadow-sm);
}

.workshop-profile__section h2,
.workshop-profile__sidebar h2 {
    margin: 0 0 0.8rem;
}

.workshop-profile__section > p:last-child {
    margin-bottom: 0;
    color: var(--pp-ink-soft);
}

.workshop-profile__section--locked {
    background:
        linear-gradient(135deg, rgba(8, 127, 91, 0.055), transparent 55%),
        var(--pp-surface);
}

.workshop-profile__locked-actions {
    display: flex;
    margin-top: 1rem;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.workshop-service-table {
    display: grid;
    gap: 0.6rem;
}

.workshop-service-table article {
    display: flex;
    min-width: 0;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem;
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius-sm);
}

.workshop-service-table h3 {
    margin: 0;
    font-size: 1rem;
}

.workshop-service-table p,
.workshop-service-table small {
    display: block;
    margin: 0.25rem 0 0;
    color: var(--pp-muted);
    font-size: 0.78rem;
}

.workshop-service-table article > div:last-child {
    min-width: 0;
    flex: 0 0 auto;
    text-align: right;
}

.workshop-service-table article > div,
.workshop-service-table strong {
    max-width: 100%;
    overflow-wrap: anywhere;
}

.workshop-service-table article > div:last-child span {
    display: block;
    margin-top: 0.25rem;
    color: var(--pp-primary-dark);
    font-size: 0.7rem;
    font-weight: 750;
}

.workshop-profile__sidebar {
    display: grid;
    min-width: 0;
    gap: 1rem;
}

.workshop-profile__sidebar address {
    margin: 0 0 1rem;
    color: var(--pp-ink-soft);
    font-style: normal;
}

.workshop-opening-hours {
    display: grid;
    margin: 0;
    gap: 0.3rem;
}

.workshop-opening-hours > div {
    display: grid;
    min-width: 0;
    grid-template-columns: minmax(7rem, 1fr) auto;
    gap: 0.8rem;
    padding: 0.32rem 0;
    border-bottom: 1px solid var(--pp-line);
}

.workshop-opening-hours dt {
    color: var(--pp-ink-soft);
    font-weight: 650;
}

.workshop-opening-hours dd {
    min-width: 0;
    margin: 0;
    overflow-wrap: anywhere;
    text-align: right;
}

.workshop-opening-exceptions {
    margin: 0.8rem 0;
    padding-left: 1.15rem;
    color: var(--pp-ink-soft);
    font-size: 0.82rem;
}

.workshop-profile__sidebar section > h3 {
    margin: 1rem 0 0.4rem;
    font-size: 0.9rem;
}

.workshop-profile__trust {
    display: flex;
    gap: 0.8rem;
    background: var(--pp-primary-soft) !important;
}

.workshop-profile__trust > .store-icon {
    flex: 0 0 auto;
    color: var(--pp-primary);
    font-size: 1.45rem;
}

.workshop-profile__trust strong {
    display: block;
}

.workshop-profile__trust p {
    margin: 0.3rem 0 0;
    color: var(--pp-ink-soft);
    font-size: 0.8rem;
}

.workshop-activation-request-page {
    display: grid;
    min-width: 0;
    gap: 1.25rem;
}

.workshop-activation-request-layout {
    width: min(100%, 54rem);
    margin-inline: auto;
}

.workshop-activation-request-layout > header {
    margin-bottom: 1rem;
    padding: clamp(1.4rem, 4vw, 2.4rem);
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius-lg);
    background:
        radial-gradient(circle at 92% 8%, rgba(8, 127, 91, 0.13), transparent 35%),
        var(--pp-surface);
}

.workshop-activation-request-layout > header h1 {
    margin: 0;
    font-size: clamp(1.7rem, 4vw, 2.7rem);
}

.workshop-activation-request-layout > header p:last-child {
    margin: 0.65rem 0 0;
    color: var(--pp-ink-soft);
}

.workshop-activation-request-card {
    min-width: 0;
    padding: clamp(1.1rem, 4vw, 2rem);
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius-lg);
    background: var(--pp-surface);
    box-shadow: var(--pp-shadow-sm);
}

.workshop-activation-request-card__workshop {
    display: flex;
    min-width: 0;
    margin-bottom: 1.25rem;
    padding: 1rem;
    align-items: center;
    gap: 0.8rem;
    border-radius: var(--pp-radius-sm);
    background: var(--pp-surface-soft);
}

.workshop-activation-request-card__workshop > span {
    display: grid;
    width: 2.8rem;
    height: 2.8rem;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 50%;
    color: var(--pp-primary);
    background: var(--pp-primary-soft);
}

.workshop-activation-request-card__workshop .store-icon {
    width: 1.4rem;
    height: 1.4rem;
}

.workshop-activation-request-card__workshop h2,
.workshop-activation-request-card__workshop p {
    margin: 0;
    overflow-wrap: anywhere;
}

.workshop-activation-request-card__workshop h2 {
    font-size: 1.1rem;
}

.workshop-activation-request-card__workshop p {
    margin-top: 0.2rem;
    color: var(--pp-muted);
    font-size: 0.82rem;
}

.workshop-activation-request-card fieldset {
    display: grid;
    min-width: 0;
    margin: 0;
    padding: 0;
    gap: 0.7rem;
    border: 0;
}

.workshop-activation-request-card legend {
    margin-bottom: 0.35rem;
    font-weight: 750;
}

.workshop-activation-choice {
    display: flex;
    min-width: 0;
    padding: 1rem;
    align-items: flex-start;
    gap: 0.75rem;
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius-sm);
    cursor: pointer;
}

.workshop-activation-choice:has(input:checked) {
    border-color: var(--pp-primary);
    background: var(--pp-primary-soft);
}

.workshop-activation-choice input {
    width: 1.15rem;
    height: 1.15rem;
    margin-top: 0.15rem;
    flex: 0 0 auto;
    accent-color: var(--pp-primary);
}

.workshop-activation-choice strong,
.workshop-activation-choice small {
    display: block;
    overflow-wrap: anywhere;
}

.workshop-activation-choice small {
    margin-top: 0.15rem;
    color: var(--pp-muted);
}

.workshop-activation-request-card__actions {
    display: flex;
    margin-top: 1.25rem;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.9rem;
}

.workshop-suggestion-page {
    display: grid;
    gap: 1.25rem;
}

.workshop-suggestion-layout {
    width: min(100%, 48rem);
    margin-inline: auto;
}

.workshop-suggestion-layout > header {
    margin-bottom: 1rem;
    padding: clamp(1.4rem, 4vw, 2.2rem);
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius-lg);
    background:
        radial-gradient(circle at 92% 8%, rgba(8, 127, 91, 0.13), transparent 35%),
        var(--pp-surface);
}

.workshop-suggestion-layout > header h1 {
    margin: 0;
    font-size: clamp(1.8rem, 4vw, 2.7rem);
}

.workshop-suggestion-layout > header p:last-child {
    margin: 0.65rem 0 0;
    color: var(--pp-ink-soft);
}

.workshop-suggestion-form {
    display: grid;
    gap: 1rem;
    padding: clamp(1.1rem, 4vw, 1.8rem);
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius-lg);
    background: var(--pp-surface);
    box-shadow: var(--pp-shadow-sm);
}

.workshop-suggestion-form__section {
    display: grid;
    gap: 0.9rem;
    padding: 1rem;
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius);
    background: var(--pp-surface-soft);
}

.workshop-suggestion-form__section h2 {
    margin: 0;
    color: var(--pp-ink);
    font-size: 1rem;
}

.workshop-suggestion-form__section label:not(.form-check-label) {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--pp-ink-soft);
    font-size: 0.82rem;
    font-weight: 700;
}

.workshop-suggestion-form gmp-place-autocomplete {
    display: block;
    width: 100%;
}

.workshop-trap {
    position: fixed;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.workshop-suggestion-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.2rem;
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius);
    background: var(--pp-surface-soft);
}

.workshop-suggestion-cta h2 {
    margin: 0;
    font-size: 1.05rem;
}

.workshop-suggestion-cta p {
    margin: 0.25rem 0 0;
    color: var(--pp-muted);
    font-size: 0.86rem;
}

@media (max-width: 991.98px) {
    .workshop-directory__layout,
    .workshop-profile__grid {
        grid-template-columns: 1fr;
    }

    .workshop-city-links > div {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .workshop-map-address__suggestions {
        width: min(100%, calc(100vw - 3.9rem));
    }

    .workshop-directory__hero,
    .workshop-profile__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .workshop-map-panel {
        grid-template-columns: 1fr;
    }

    .workshop-map-panel__canvas {
        min-height: 14rem;
        border-top: 1px solid var(--pp-line);
        border-left: 0;
    }

    .workshop-map-panel__canvas--interactive {
        height: 24rem;
    }

    .workshop-map-panel--profile .workshop-map-panel__canvas--interactive {
        height: 16rem;
    }

    .workshop-map-address > div {
        grid-template-columns: 1fr;
    }

    .workshop-map-address .btn {
        width: 100%;
    }

    .workshop-service-table article {
        align-items: flex-start;
        flex-direction: column;
    }

    .workshop-service-table article > div:last-child {
        text-align: left;
    }

}

@media (max-width: 575.98px) {
    .workshop-card {
        gap: 0.8rem;
        padding: 1rem;
    }

    .workshop-card__copy h3 {
        font-size: 1.02rem;
    }

    .workshop-profile__identity {
        width: 100%;
        align-items: flex-start;
        flex-direction: column;
    }

    .workshop-profile__actions,
    .workshop-profile__actions .btn {
        width: 100%;
    }

    .workshop-profile__locked-actions,
    .workshop-profile__locked-actions .btn,
    .workshop-activation-request-card__actions,
    .workshop-activation-request-card__actions .btn {
        width: 100%;
    }

    .workshop-opening-hours > div {
        grid-template-columns: minmax(0, 1fr);
        gap: 0.1rem;
    }

    .workshop-opening-hours dd {
        text-align: left;
    }

    .workshop-profile__gallery {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .workshop-card__actions .btn {
        width: 100%;
    }

    .workshop-city-links > div {
        grid-template-columns: 1fr;
    }

    .workshop-suggestion-cta {
        align-items: stretch;
        flex-direction: column;
    }
}


.marketplace-identity-source {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem 1.25rem;
    padding: .85rem 1rem;
    border: 1px solid var(--pp-line);
    border-radius: .65rem;
    background: var(--pp-surface-soft);
}

.marketplace-tyre-lookup {
    position: relative;
    max-width: 58rem;
}

.marketplace-tyre-lookup__results {
    position: absolute;
    z-index: 30;
    top: calc(100% + .25rem);
    right: 0;
    left: 0;
    max-height: min(24rem, 55vh);
    padding: .35rem;
    overflow-y: auto;
    border: 1px solid var(--pp-line-strong);
    border-radius: .65rem;
    background: #fff;
    box-shadow: var(--pp-shadow-md);
    overscroll-behavior: contain;
}

.marketplace-tyre-lookup__option {
    display: block;
    width: 100%;
    padding: .7rem .75rem;
    color: var(--pp-ink);
    border: 0;
    border-radius: .45rem;
    background: #fff;
    text-align: left;
    overflow-wrap: anywhere;
}

.marketplace-tyre-lookup__option:hover,
.marketplace-tyre-lookup__option.is-active,
.marketplace-tyre-lookup__option[aria-selected="true"],
.marketplace-tyre-lookup__option:focus-visible {
    color: var(--pp-primary-dark);
    background: var(--pp-surface-soft);
    outline: 2px solid transparent;
}

@media (max-width: 575.98px) {
    .marketplace-identity-source {
        align-items: stretch;
        flex-direction: column;
    }

    .marketplace-tyre-lookup__results {
        max-height: 50vh;
    }
}

/* Used-tyre marketplace -------------------------------------------------- */

.marketplace-directory,
.marketplace-listing {
    display: grid;
    gap: 1.5rem;
}

.marketplace-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(17rem, 0.5fr);
    align-items: center;
    gap: clamp(1.5rem, 4vw, 3.5rem);
    padding: clamp(1.6rem, 4vw, 3rem);
    overflow: hidden;
    border-radius: var(--pp-radius-lg);
    color: #fff;
    background-color: var(--pp-navy-deep);
    background:
        radial-gradient(circle at 10% 0%, rgba(8, 127, 91, 0.44), transparent 32%),
        linear-gradient(125deg, var(--pp-navy-deep), var(--pp-navy));
    box-shadow: var(--pp-shadow);
}

.storefront-shell .marketplace-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.5rem);
    letter-spacing: -0.045em;
}

.storefront-shell .marketplace-hero h1 span {
    display: block;
    margin-top: 0.4rem;
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.38em;
    letter-spacing: 0;
}

.marketplace-hero .store-eyebrow {
    color: #b9f0df;
}

.marketplace-hero > div:first-child > p:not(.store-eyebrow) {
    max-width: 48rem;
    margin: 0.8rem 0;
    color: rgba(255, 255, 255, 0.78);
}

.marketplace-hero ul {
    display: flex;
    margin: 1rem 0 0;
    padding: 0;
    flex-wrap: wrap;
    gap: 0.45rem;
    list-style: none;
}

.marketplace-hero li {
    padding: 0.35rem 0.65rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.82);
    background: rgba(255, 255, 255, 0.07);
    font-size: 0.76rem;
    font-weight: 700;
}

.marketplace-hero__action {
    display: grid;
    gap: 0.55rem;
    padding: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--pp-radius);
    background: rgba(255, 255, 255, 0.08);
}

.marketplace-hero__action strong {
    font-size: 1.1rem;
}

.marketplace-hero__action span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.8rem;
}

.marketplace-directory__layout {
    display: grid;
    grid-template-columns: minmax(15rem, 18rem) minmax(0, 1fr);
    align-items: start;
    gap: clamp(1rem, 2vw, 1.7rem);
}

.marketplace-filters {
    padding: 1.15rem;
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius);
    background: var(--pp-surface);
    box-shadow: var(--pp-shadow-sm);
}

.marketplace-filters__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.marketplace-filters__heading h2 {
    margin: 0;
    font-size: 1.15rem;
}

.marketplace-filters__heading a {
    font-size: 0.78rem;
    font-weight: 700;
}

.marketplace-filters form {
    display: grid;
    gap: 1rem;
}

.marketplace-filters form > div,
.marketplace-filters fieldset {
    display: grid;
    margin: 0;
    padding: 0;
    border: 0;
    gap: 0.38rem;
}

.marketplace-filters label,
.marketplace-filters legend {
    margin: 0;
    color: var(--pp-ink-soft);
    font-size: 0.78rem;
    font-weight: 750;
}

.marketplace-filters select,
.marketplace-filters input[type="search"] {
    width: 100%;
    min-height: 2.7rem;
    padding: 0.55rem 2rem 0.55rem 0.65rem;
    border: 1px solid var(--pp-line-strong);
    border-radius: var(--pp-radius-sm);
    color: var(--pp-ink);
    background: var(--pp-surface);
}

.marketplace-filters input[type="search"] {
    padding-right: 0.65rem;
}

.marketplace-filters select:disabled {
    cursor: not-allowed;
    color: var(--pp-muted);
    background: var(--pp-surface-soft);
}

.marketplace-filters small {
    color: var(--pp-muted);
    font-size: 0.7rem;
    line-height: 1.35;
}

.marketplace-city-status:empty {
    display: none;
}

.marketplace-city-picker-link {
    width: fit-content;
    font-size: 0.75rem;
    font-weight: 750;
}

.marketplace-filters .marketplace-check {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
}

.marketplace-check input {
    width: 1rem;
    height: 1rem;
    accent-color: var(--pp-primary);
}

.marketplace-city-picker {
    display: grid;
    gap: 1.25rem;
}

.marketplace-city-picker__header,
.marketplace-city-picker > section {
    padding: clamp(1.1rem, 2.5vw, 1.8rem);
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius);
    background: var(--pp-surface);
    box-shadow: var(--pp-shadow-sm);
}

.marketplace-city-picker__header h1 {
    margin: 0.2rem 0 0.65rem;
}

.marketplace-city-picker__header > p:last-child {
    max-width: 52rem;
    margin: 0;
    color: var(--pp-ink-soft);
}

.marketplace-city-picker__search {
    display: grid;
    gap: 0.45rem;
    padding: 1rem;
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius);
    background: var(--pp-surface-soft);
}

.marketplace-city-picker__search label {
    color: var(--pp-ink-soft);
    font-size: 0.8rem;
    font-weight: 750;
}

.marketplace-city-picker__search > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.65rem;
}

.marketplace-city-picker__search input {
    min-height: 2.8rem;
    padding: 0.6rem 0.75rem;
    border: 1px solid var(--pp-line-strong);
    border-radius: var(--pp-radius-sm);
    color: var(--pp-ink);
    background: var(--pp-surface);
}

.marketplace-city-picker__results-heading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.9rem;
}

.marketplace-city-picker__results-heading h2,
.marketplace-city-picker__results-heading p {
    margin: 0;
}

.marketplace-city-picker__results-heading p {
    color: var(--pp-muted);
    font-size: 0.82rem;
    font-weight: 700;
}

.marketplace-city-picker__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--pp-line);
    list-style: none;
}

.marketplace-city-picker__list li {
    border-bottom: 1px solid var(--pp-line);
}

.marketplace-city-picker__list li:nth-child(odd) {
    border-right: 1px solid var(--pp-line);
}

.marketplace-city-picker__list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 4.25rem;
    padding: 0.7rem 0.85rem;
    gap: 0.75rem;
    color: var(--pp-ink);
    text-decoration: none;
}

.marketplace-city-picker__list a:hover,
.marketplace-city-picker__list a:focus-visible {
    color: var(--pp-primary);
    background: var(--pp-surface-soft);
}

.marketplace-city-picker__list a > span {
    display: grid;
    min-width: 0;
}

.marketplace-city-picker__list a > span:last-child {
    justify-items: end;
    color: var(--pp-muted);
    font-size: 0.72rem;
    text-align: right;
}

.marketplace-city-picker__list small {
    color: var(--pp-muted);
    font-size: 0.7rem;
}

.marketplace-city-picker__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    gap: 0.75rem;
}

.marketplace-city-picker__pagination span {
    color: var(--pp-ink-soft);
    font-size: 0.8rem;
    font-weight: 700;
}

.marketplace-size-links {
    margin-top: 1.2rem;
    padding-top: 1rem;
    border-top: 1px solid var(--pp-line);
}

.marketplace-size-links h3 {
    margin: 0 0 0.55rem;
    font-size: 0.85rem;
}

.marketplace-size-links ul {
    display: grid;
    margin: 0;
    padding: 0;
    gap: 0.25rem;
    list-style: none;
}

.marketplace-size-links a {
    display: flex;
    justify-content: space-between;
    padding: 0.38rem 0;
    color: var(--pp-ink-soft);
    font-size: 0.8rem;
    text-decoration: none;
}

.marketplace-size-links a:hover {
    color: var(--pp-primary-dark);
}

.marketplace-size-links span {
    color: var(--pp-muted);
}

.marketplace-directory__results {
    min-width: 0;
}

.marketplace-results-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.marketplace-results-heading h2 {
    margin: 0;
}

.marketplace-results-heading > p {
    margin: 0;
    color: var(--pp-muted);
    font-size: 0.78rem;
}

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

.marketplace-card {
    overflow: hidden;
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius);
    background: var(--pp-surface);
    box-shadow: var(--pp-shadow-sm);
}

.marketplace-card--demo {
    border-style: dashed;
    border-color: #d2a31d;
}

.marketplace-card__media {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #e9eff1;
}

.marketplace-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 180ms ease;
}

.marketplace-card:hover .marketplace-card__media img {
    transform: scale(1.025);
}

.marketplace-card__media > span,
.marketplace-card__media > strong {
    position: absolute;
    top: 0.75rem;
    padding: 0.35rem 0.6rem;
    border-radius: 999px;
    color: #fff;
    background: rgba(8, 29, 49, 0.86);
    font-size: 0.72rem;
}

.marketplace-card__media > span {
    left: 0.75rem;
}

.marketplace-card__media > strong {
    right: 0.75rem;
    color: var(--pp-navy-deep);
    background: var(--pp-accent);
}

.marketplace-card__body {
    display: grid;
    padding: 1rem;
    gap: 0.7rem;
}

.marketplace-card__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.marketplace-card__badges span {
    padding: 0.25rem 0.48rem;
    border-radius: 999px;
    color: var(--pp-primary-dark);
    background: var(--pp-primary-soft);
    font-size: 0.69rem;
    font-weight: 750;
}

.marketplace-card h3 {
    margin: 0;
    font-size: 1.15rem;
}

.marketplace-card h3 a {
    color: var(--pp-ink);
    text-decoration: none;
}

.marketplace-card dl {
    display: grid;
    margin: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
}

.marketplace-card dl > div {
    padding: 0.55rem;
    border-radius: var(--pp-radius-sm);
    background: var(--pp-surface-soft);
}

.marketplace-card dt {
    color: var(--pp-muted);
    font-size: 0.67rem;
    text-transform: uppercase;
}

.marketplace-card dd {
    margin: 0.15rem 0 0;
    color: var(--pp-ink);
    font-size: 0.82rem;
    font-weight: 750;
}

.marketplace-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    padding-top: 0.65rem;
    border-top: 1px solid var(--pp-line);
}

.marketplace-card__footer data {
    color: var(--pp-ink);
    font-size: 1.35rem;
    font-weight: 850;
}

.marketplace-card__footer a {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    color: var(--pp-primary-dark);
    font-size: 0.78rem;
    font-weight: 750;
    text-decoration: none;
}

.marketplace-card__footer .store-icon {
    width: 1rem;
    height: 1rem;
}

.marketplace-empty {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border: 1px dashed var(--pp-line-strong);
    border-radius: var(--pp-radius);
    background: var(--pp-surface);
}

.marketplace-empty > .store-icon {
    width: 2.4rem;
    height: 2.4rem;
    flex: 0 0 auto;
    color: var(--pp-primary);
}

.marketplace-empty h3,
.marketplace-empty p {
    margin: 0;
}

.marketplace-empty p {
    margin-top: 0.35rem;
    color: var(--pp-muted);
    font-size: 0.86rem;
}

.marketplace-demo-banner strong {
    color: #805b00;
    font-size: 0.7rem;
    font-weight: 850;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.marketplace-pagination {
    display: flex;
    margin-top: 1rem;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.marketplace-pagination > p {
    margin: 0;
    color: var(--pp-muted);
    font-size: 0.78rem;
}

.marketplace-seo-copy {
    display: grid;
    grid-template-columns: minmax(14rem, 0.35fr) minmax(0, 0.65fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    padding: clamp(1.5rem, 4vw, 2.6rem);
    border-radius: var(--pp-radius-lg);
    color: #fff;
    background: var(--pp-navy);
}

.storefront-shell .marketplace-seo-copy h2 {
    margin: 0;
    color: #fff;
}

.marketplace-seo-copy p {
    color: rgba(255, 255, 255, 0.72);
}

.marketplace-seo-copy p:last-child {
    margin-bottom: 0;
}

.marketplace-demo-banner {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.8rem 1rem;
    border: 1px solid #ead48e;
    border-radius: var(--pp-radius-sm);
    color: var(--pp-ink-soft);
    background: #fffaf0;
    font-size: 0.82rem;
}

.marketplace-listing__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    padding: clamp(1.3rem, 3vw, 2rem);
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius-lg);
    background: var(--pp-surface);
}

.marketplace-listing__header h1 {
    margin: 0;
    font-size: clamp(1.8rem, 4vw, 3rem);
}

.marketplace-listing__header > div:first-child > p:last-child {
    margin: 0.45rem 0 0;
    color: var(--pp-muted);
}

.marketplace-listing__price {
    flex: 0 0 auto;
    text-align: right;
}

.marketplace-listing__price span,
.marketplace-listing__price small {
    display: block;
    color: var(--pp-muted);
    font-size: 0.72rem;
}

.marketplace-listing__price data {
    display: block;
    color: var(--pp-ink);
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 900;
}

.marketplace-listing__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(17rem, 21rem);
    align-items: start;
    gap: 1.5rem;
}

.marketplace-listing__main,
.marketplace-listing__sidebar {
    display: grid;
    gap: 1rem;
}

.marketplace-listing__main {
    grid-column: 1;
    grid-row: 2;
}

.marketplace-listing__sidebar {
    grid-column: 2;
    grid-row: 1 / span 2;
}

.marketplace-gallery {
    display: grid;
    grid-column: 1;
    grid-row: 1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem;
}

.marketplace-gallery figure {
    position: relative;
    overflow: hidden;
    margin: 0;
    aspect-ratio: 4 / 3;
    border-radius: var(--pp-radius-sm);
    background: #e9eff1;
}

.marketplace-gallery__primary {
    grid-column: span 2;
    grid-row: span 2;
}

.marketplace-gallery img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.marketplace-gallery figure > a {
    display: block;
    width: 100%;
    height: 100%;
}

.marketplace-gallery figcaption {
    position: absolute;
    right: 0.55rem;
    bottom: 0.55rem;
    padding: 0.25rem 0.45rem;
    border-radius: 999px;
    color: #fff;
    background: rgba(8, 29, 49, 0.78);
    font-size: 0.65rem;
}

.marketplace-listing__section,
.marketplace-listing__sidebar > section {
    padding: clamp(1.1rem, 3vw, 1.7rem);
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius);
    background: var(--pp-surface);
    box-shadow: var(--pp-shadow-sm);
}

.marketplace-listing__section h2,
.marketplace-listing__sidebar h2 {
    margin: 0 0 0.8rem;
}

.marketplace-listing__section > p {
    color: var(--pp-ink-soft);
}

.marketplace-content-safety,
.marketplace-listing__safety {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 0.75rem;
    border-radius: var(--pp-radius-sm);
    color: var(--pp-primary-dark);
    background: var(--pp-primary-soft) !important;
    font-size: 0.78rem;
}

.marketplace-content-safety .store-icon,
.marketplace-listing__safety > .store-icon {
    width: 1.25rem;
    height: 1.25rem;
    flex: 0 0 auto;
}

.marketplace-unit-table {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
}

.marketplace-unit-table article {
    padding: 0.85rem;
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius-sm);
}

.marketplace-unit-table article > div:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.marketplace-unit-table article > div:first-child span {
    color: var(--pp-muted);
    font-size: 0.74rem;
}

.marketplace-unit-table dl {
    display: grid;
    margin: 0.65rem 0 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.35rem;
}

.marketplace-unit-table dt {
    color: var(--pp-muted);
    font-size: 0.62rem;
}

.marketplace-unit-table dd {
    margin: 0.1rem 0 0;
    font-size: 0.75rem;
    font-weight: 750;
}

.marketplace-unit-table__warning {
    margin: 0.65rem 0 0;
    color: var(--pp-danger) !important;
    font-size: 0.72rem;
}

.marketplace-specification,
.marketplace-listing__sidebar dl {
    display: grid;
    margin: 0;
    gap: 0;
}

.marketplace-specification > div,
.marketplace-listing__sidebar dl > div {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.55rem 0;
    border-bottom: 1px solid var(--pp-line);
}

.marketplace-specification dt,
.marketplace-listing__sidebar dt {
    color: var(--pp-muted);
    font-weight: 600;
}

.marketplace-specification dd,
.marketplace-listing__sidebar dd {
    margin: 0;
    text-align: right;
    font-weight: 750;
}

.marketplace-listing__sidebar {
    position: sticky;
    top: 1rem;
}

.marketplace-listing__sidebar .btn {
    margin-top: 1rem;
}

.marketplace-listing__sidebar section > small {
    display: block;
    margin-top: 0.65rem;
    color: var(--pp-muted);
}

.marketplace-listing__safety strong {
    display: block;
}

.marketplace-listing__safety p {
    margin: 0.25rem 0 0;
    color: var(--pp-ink-soft);
    font-size: 0.76rem;
}

.marketplace-new-alternatives {
    display: grid;
    gap: 1rem;
    padding-top: 1rem;
}

.marketplace-new-alternatives__heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
}

.marketplace-new-alternatives__heading h2 {
    margin: 0;
}

.marketplace-gone {
    padding: clamp(2rem, 7vw, 5rem);
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius-lg);
    text-align: center;
    background: var(--pp-surface);
}

.marketplace-gone > .store-icon {
    width: 3rem;
    height: 3rem;
    color: var(--pp-primary);
}

.marketplace-gone h1 {
    margin: 0.3rem 0 0.7rem;
}

.marketplace-gone > p:not(.store-eyebrow) {
    max-width: 42rem;
    margin: 0 auto 1.3rem;
    color: var(--pp-muted);
}

.marketplace-gone > div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.6rem;
}

@media (max-width: 991.98px) {
    .marketplace-hero,
    .marketplace-seo-copy {
        grid-template-columns: 1fr;
    }

    .marketplace-directory__layout,
    .marketplace-listing__layout {
        grid-template-columns: 1fr;
    }

    .marketplace-listing__sidebar {
        grid-column: 1;
        grid-row: 2;
    }

    .marketplace-listing__main {
        grid-column: 1;
        grid-row: 3;
    }

    .marketplace-gallery {
        grid-column: 1;
        grid-row: 1;
    }

    .marketplace-filters,
    .marketplace-listing__sidebar {
        position: static;
    }

    .marketplace-filters {
        max-height: none;
        overflow: visible;
        overscroll-behavior: auto;
    }
}

@media (max-width: 767.98px) {
    .marketplace-card-grid,
    .marketplace-unit-table,
    .marketplace-city-picker__list {
        grid-template-columns: 1fr;
    }

    .marketplace-listing__header,
    .marketplace-results-heading,
    .marketplace-new-alternatives__heading,
    .marketplace-pagination {
        align-items: flex-start;
        flex-direction: column;
    }

    .marketplace-listing__price {
        text-align: left;
    }

    .marketplace-gallery {
        display: flex;
        overflow-x: auto;
        padding-bottom: 0.35rem;
        overscroll-behavior-inline: contain;
        scroll-snap-type: inline mandatory;
        scrollbar-width: thin;
    }

    .marketplace-gallery figure {
        flex: 0 0 100%;
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    .marketplace-city-picker__list li:nth-child(odd) {
        border-right: 0;
    }
}

@media (max-width: 575.98px) {
    .marketplace-hero ul {
        align-items: flex-start;
        flex-direction: column;
    }

    .marketplace-gallery {
        grid-template-columns: 1fr;
    }

    .marketplace-gallery__primary {
        grid-column: auto;
    }

    .marketplace-unit-table dl {
        grid-template-columns: 1fr;
    }

    .marketplace-city-picker__search > div {
        grid-template-columns: 1fr;
    }

    .marketplace-city-picker__list a,
    .marketplace-city-picker__pagination {
        align-items: flex-start;
        flex-direction: column;
    }

    .marketplace-city-picker__list a > span:last-child {
        justify-items: start;
        text-align: left;
    }
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.storefront-shell {
    min-width: 20rem;
    min-height: 100vh;
    margin: 0;
    color: var(--pp-ink);
    background: var(--pp-surface-soft);
    font-family: var(--pp-font);
    font-size: 1rem;
    line-height: 1.55;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.storefront-shell a {
    color: var(--pp-primary-dark);
    text-underline-offset: 0.18em;
}

.storefront-shell a:hover {
    color: var(--pp-primary);
}

.store-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    flex: 0 0 auto;
    overflow: visible;
    fill: currentColor;
    vertical-align: -0.125em;
}

.storefront-shell :focus-visible {
    outline: 0.2rem solid transparent;
    outline-offset: 0.15rem;
    box-shadow:
        0 0 0 0.18rem #fff,
        0 0 0 0.4rem var(--pp-navy) !important;
}

/* Pointer focus keeps a quiet inner marker. Keyboard focus adds the same
   two-colour halo as every other interactive control, so it stays visible
   against both light and dark surroundings. */
.storefront-shell :where(
    input:not([type="checkbox"]):not([type="radio"]):not([type="range"]),
    select,
    textarea,
    [contenteditable="true"]
):focus {
    border-color: var(--pp-primary) !important;
    outline: 0 !important;
    box-shadow: inset 0 0 0 1px rgb(8 127 91 / 58%) !important;
}

.storefront-shell :where(
    input:not([type="checkbox"]):not([type="radio"]):not([type="range"]),
    select,
    textarea,
    [contenteditable="true"]
):focus-visible {
    border-color: var(--pp-primary) !important;
    outline: 0.2rem solid transparent !important;
    outline-offset: 0.15rem;
    box-shadow:
        0 0 0 0.18rem #fff,
        0 0 0 0.4rem var(--pp-navy),
        inset 0 0 0 1px rgb(8 127 91 / 58%) !important;
}

#main-content {
    scroll-margin-top: 7rem;
}

.storefront-shell .text-primary {
    color: var(--pp-primary-dark) !important;
}

.storefront-shell .text-success {
    color: var(--pp-success) !important;
}

.storefront-shell h1,
.storefront-shell h2,
.storefront-shell h3,
.storefront-shell h4,
.storefront-shell h5,
.storefront-shell h6 {
    color: var(--pp-ink);
    font-weight: 750;
    letter-spacing: -0.025em;
}

.store-container {
    width: min(100% - 2rem, 88rem);
    margin-inline: auto;
}

.store-skip-link {
    position: fixed;
    z-index: 1100;
    top: 0.75rem;
    left: 0.75rem;
    padding: 0.75rem 1rem;
    border-radius: var(--pp-radius-sm);
    color: var(--pp-navy);
    background: #fff;
    box-shadow: var(--pp-shadow);
    font-weight: 700;
}

.store-header {
    position: sticky;
    z-index: 1030;
    top: 0;
    border-bottom: 1px solid rgba(18, 38, 58, 0.1);
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 0.3rem 1.4rem rgba(16, 42, 67, 0.06);
}

.store-topbar {
    color: rgba(255, 255, 255, 0.92);
    background:
        linear-gradient(90deg, rgba(8, 127, 91, 0.16), transparent 34%, rgba(255, 189, 46, 0.07)),
        var(--pp-navy-deep);
    font-size: 0.78rem;
}

.store-topbar__inner {
    display: flex;
    min-height: 2.5rem;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.store-topbar__benefits {
    display: flex;
    align-items: center;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.store-topbar__benefits li,
.store-topbar__contact {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.store-topbar__benefits li {
    position: relative;
    min-height: 2.5rem;
    padding-inline: 0.9rem;
    font-weight: 650;
    white-space: nowrap;
}

.store-topbar__benefits li:first-child {
    padding-left: 0;
}

.store-topbar__benefits li + li::before {
    position: absolute;
    top: 0.68rem;
    bottom: 0.68rem;
    left: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.16);
    content: "";
}

.store-topbar__benefit-icon {
    display: inline-grid;
    width: 1.45rem;
    height: 1.45rem;
    flex: 0 0 1.45rem;
    place-items: center;
    border: 1px solid rgba(255, 189, 46, 0.34);
    border-radius: 50%;
    color: var(--pp-accent);
    background: rgba(255, 189, 46, 0.08);
}

.store-topbar__benefit-icon .store-icon {
    width: 0.76rem;
    height: 0.76rem;
}

.store-topbar__contact .store-icon {
    color: var(--pp-accent);
    font-size: 0.88rem;
}

.storefront-shell .store-topbar__contact,
.storefront-shell .store-topbar__contact:hover {
    color: #fff;
    text-decoration: none;
}

.store-navbar {
    min-height: 4.8rem;
    padding-block: 0.6rem;
}

.store-navbar > .store-container {
    display: flex;
    align-items: center;
}

.store-navigation-switch,
.store-navigation-disclosure__toggle {
    display: none;
}

.store-mega-menu__toggle::-webkit-details-marker {
    display: none;
}

.store-navigation-content {
    display: flex;
    min-width: 0;
    width: 100%;
    flex: 1 1 auto;
    align-items: center;
}

.store-brand {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 0.65rem;
    color: var(--pp-navy) !important;
    text-decoration: none;
}

.store-brand__mark {
    display: inline-grid;
    width: 2.6rem;
    height: 2.6rem;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background:
        radial-gradient(circle, transparent 20%, rgba(255, 255, 255, 0.14) 21% 34%, transparent 35%),
        var(--pp-navy);
    box-shadow: inset 0 0 0 0.16rem rgba(255, 255, 255, 0.12);
    font-size: 1.42rem;
}

.store-brand__name {
    font-size: 1.3rem;
    font-weight: 820;
    letter-spacing: -0.055em;
    line-height: 1;
}

.store-brand__name span {
    color: var(--pp-primary);
}

.store-brand__name small {
    font-size: 0.68em;
    font-weight: 750;
}

.store-navigation {
    margin-left: clamp(1rem, 3vw, 3.25rem);
    gap: 0.1rem;
}

.store-navigation .nav-link {
    position: relative;
    padding: 0.72rem 0.7rem !important;
    color: var(--pp-ink-soft);
    font-size: 0.9rem;
    font-weight: 650;
    white-space: nowrap;
}

.store-navigation .nav-link::after {
    position: absolute;
    right: 0.7rem;
    bottom: 0.35rem;
    left: 0.7rem;
    height: 0.15rem;
    border-radius: 999px;
    background: var(--pp-primary);
    content: "";
    opacity: 0;
    transform: scaleX(0.45);
    transition: opacity 160ms ease, transform 160ms ease;
}

.store-navigation .nav-link:hover,
.store-navigation .nav-link.active {
    color: var(--pp-ink);
}

.store-navigation .nav-link:hover::after,
.store-navigation .nav-link.active::after {
    opacity: 1;
    transform: scaleX(1);
}

.store-mega-menu__toggle {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    border: 0;
    background: transparent;
    cursor: pointer;
    list-style: none;
}

.store-mega-menu__toggle > span {
    color: var(--pp-primary);
    font-size: 0.9rem;
    font-weight: 850;
    line-height: 1;
    transition: transform 160ms ease;
}

.store-mega-menu__details[open] > .store-mega-menu__toggle > span {
    transform: rotate(180deg);
}

.store-mega-menu {
    position: relative;
}

.store-mega-menu__panel {
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: -11rem;
    display: block;
    width: min(72rem, calc(100vw - 2rem));
    overflow: hidden;
    padding: 0;
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius);
    background: var(--pp-surface);
    box-shadow: var(--pp-shadow);
}

.store-mega-menu__grid {
    display: grid;
    grid-template-columns:
        minmax(14.5rem, 1.05fr)
        minmax(12.5rem, 0.9fr)
        minmax(13.5rem, 0.95fr)
        minmax(15rem, 1.1fr);
    gap: 0;
}

.store-mega-menu__grid > section {
    min-width: 0;
    padding: 1.4rem;
}

.store-mega-menu__grid > section + section {
    border-left: 1px solid var(--pp-line);
}

.store-mega-menu__heading {
    margin: 0 0 0.9rem;
    color: var(--pp-muted);
    font-size: 0.7rem;
    font-weight: 820;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.store-mega-menu__grid section:first-child > a:not(.store-mega-menu__all-link),
.store-mega-menu__finder {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    padding: 0.7rem;
    border-radius: 0.75rem;
    color: var(--pp-ink) !important;
    text-decoration: none;
}

.store-mega-menu__grid section:first-child > a:not(.store-mega-menu__all-link):hover,
.store-mega-menu__finder:hover {
    background: var(--pp-surface-soft);
}

.store-mega-menu__grid section:first-child > a:not(.store-mega-menu__all-link) .store-icon,
.store-mega-menu__finder .store-icon {
    margin-top: 0.18rem;
    flex: 0 0 auto;
    color: var(--pp-primary);
    font-size: 1.1rem;
}

.store-mega-menu__grid strong,
.store-mega-menu__grid small {
    display: block;
}

.store-mega-menu__grid strong {
    font-size: 0.84rem;
}

.store-mega-menu__grid small {
    margin-top: 0.12rem;
    color: var(--pp-muted);
    font-size: 0.67rem;
    font-weight: 500;
}

.store-mega-menu__grid ul {
    display: grid;
    margin: 0;
    padding: 0;
    gap: 0.2rem;
    list-style: none;
}

.store-mega-menu__grid ul a {
    display: block;
    padding: 0.48rem 0.55rem;
    border-radius: 0.55rem;
    color: var(--pp-ink-soft);
    font-size: 0.8rem;
    font-weight: 650;
    text-decoration: none;
}

.store-mega-menu__grid ul a:hover {
    color: var(--pp-ink);
    background: var(--pp-surface-soft);
}

.store-mega-menu__finder {
    margin-top: 0.85rem;
    border: 1px solid #cbe5dc;
    background: var(--pp-primary-soft);
}

.store-mega-menu__all-link {
    display: flex;
    margin-top: 0.8rem;
    align-items: center;
    justify-content: space-between;
    gap: 0.45rem;
    padding: 0.7rem 0.55rem 0.15rem;
    border-top: 1px solid var(--pp-line);
    color: var(--pp-primary-dark) !important;
    font-size: 0.76rem;
    font-weight: 820;
    text-decoration: none;
}

.store-mega-menu__all-link .store-icon {
    flex: 0 0 auto;
    font-size: 0.85rem;
}

.store-mega-menu__link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.28rem !important;
}

.store-mega-menu__link-grid li,
.store-mega-menu__link-grid a {
    min-width: 0;
}

.store-mega-menu__link-grid a {
    height: 100%;
    border: 1px solid transparent;
    background: var(--pp-surface-soft);
}

.store-mega-menu__link-grid a:hover,
.store-mega-menu__link-grid a:focus-visible {
    border-color: #cbe5dc;
}

.store-mega-menu__link-grid--sizes a {
    padding: 0.55rem 0.6rem !important;
}

.store-mega-menu__link-grid--sizes strong {
    font-size: 0.78rem;
    white-space: nowrap;
}

.store-mega-menu__link-grid--sizes small {
    overflow: hidden;
    margin-top: 0.08rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.store-mega-menu__link-grid--brands a {
    display: flex;
    overflow: hidden;
    padding: 0.5rem 0.55rem !important;
    align-items: center;
    gap: 0.45rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.store-mega-menu__link-grid--brands a > span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.store-mega-menu__empty {
    margin: 0;
    padding: 0.8rem;
    border-radius: 0.65rem;
    color: var(--pp-muted);
    background: var(--pp-surface-soft);
    font-size: 0.72rem;
}

.store-mega-menu__ranking {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 0.65rem;
    padding: 0.8rem;
    border: 1px solid #bfe0d4;
    border-radius: 0.75rem;
    color: var(--pp-ink) !important;
    background: linear-gradient(135deg, #eef9f5, #fff);
    text-decoration: none;
}

.store-mega-menu__ranking:hover,
.store-mega-menu__ranking:focus-visible {
    border-color: var(--pp-primary);
    box-shadow: var(--pp-shadow-sm);
}

.store-mega-menu__ranking > .store-icon:first-child {
    color: var(--pp-primary);
    font-size: 1.2rem;
}

.store-mega-menu__ranking > .store-icon:last-child {
    color: var(--pp-primary-dark);
    font-size: 0.84rem;
}

.store-mega-menu__decision .store-mega-menu__finder {
    margin-top: 0.55rem;
    padding: 0.62rem;
}

.store-mega-menu__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.75rem 1.4rem;
    border-top: 1px solid var(--pp-line);
    color: var(--pp-muted);
    background: #f8fafb;
    font-size: 0.73rem;
}

.store-mega-menu__footer a {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-weight: 750;
    text-decoration: none;
}

.store-navbar__actions {
    display: flex;
    margin-left: auto;
    align-items: center;
    gap: 0.35rem;
}

.store-account-link,
.store-history-link,
.store-cart-link,
.store-icon-link {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.5rem 0.65rem;
    border-radius: var(--pp-radius-sm);
    color: var(--pp-ink) !important;
    font-size: 0.86rem;
    font-weight: 650;
    text-decoration: none;
}

.store-account-link:hover,
.store-history-link:hover,
.store-cart-link:hover,
.store-icon-link:hover {
    background: var(--pp-surface-soft);
}

.store-account-link .store-icon,
.store-history-link .store-icon,
.store-cart-link .store-icon,
.store-icon-link .store-icon {
    font-size: 1.18rem;
}

.store-icon-link,
.store-cart-link {
    position: relative;
}

.store-cart-count {
    display: inline-grid;
    min-width: 1.25rem;
    min-height: 1.25rem;
    padding-inline: 0.25rem;
    place-items: center;
    border: 2px solid #fff;
    border-radius: 999px;
    background: var(--pp-accent);
    color: var(--pp-navy-deep);
    font-size: 0.66rem;
    font-weight: 900;
    line-height: 1;
}

.store-icon-link .store-cart-count {
    position: absolute;
    top: -0.2rem;
    right: -0.15rem;
}

.store-size-cta {
    min-height: 2.75rem;
    padding-inline: 1rem;
    white-space: nowrap;
}

.store-mobile-actions {
    display: none;
    margin-left: auto;
    align-items: center;
    gap: 0.25rem;
}

.store-main {
    min-height: 55vh;
    padding-block: clamp(1rem, 2.5vw, 2rem) clamp(3rem, 6vw, 5.5rem);
}

.flash-bottom-right {
    position: fixed;
    z-index: 1090;
    right: 1rem;
    bottom: 1rem;
    width: min(28rem, calc(100vw - 2rem));
    box-shadow: var(--pp-shadow);
}

@media (max-width: 767.98px) {
    /* Mobile purchase flows use a fixed action bar at the bottom. Keep the
       server-rendered flash above that bar so it never blocks checkout when
       JavaScript is unavailable and the dismiss button cannot run. */
    .flash-bottom-right {
        right: 0.75rem;
        bottom: calc(5.8rem + env(safe-area-inset-bottom));
        width: calc(100vw - 1.5rem);
    }
}

.storefront-shell .btn {
    border-radius: 0.72rem;
    font-weight: 700;
}

.storefront-shell .btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--pp-primary);
    --bs-btn-border-color: var(--pp-primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--pp-primary-dark);
    --bs-btn-hover-border-color: var(--pp-primary-dark);
    --bs-btn-active-bg: var(--pp-primary-dark);
    --bs-btn-active-border-color: var(--pp-primary-dark);
    --bs-btn-disabled-bg: #7aa99a;
    --bs-btn-disabled-border-color: #7aa99a;
    color: #fff;
}

.storefront-shell .btn-primary:hover,
.storefront-shell .btn-primary:focus-visible,
.storefront-shell .btn-primary:active {
    color: #fff;
}

.storefront-shell .btn-outline-primary {
    --bs-btn-color: var(--pp-primary-dark);
    --bs-btn-border-color: var(--pp-primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--pp-primary);
    --bs-btn-hover-border-color: var(--pp-primary);
    --bs-btn-active-bg: var(--pp-primary-dark);
    --bs-btn-active-border-color: var(--pp-primary-dark);
}

.storefront-shell .btn-outline-primary:hover,
.storefront-shell .btn-outline-primary:focus-visible,
.storefront-shell .btn-outline-primary:active {
    color: #fff;
}

.storefront-shell .btn-outline-light {
    --bs-btn-color: #fff;
    --bs-btn-border-color: rgba(255, 255, 255, 0.78);
    --bs-btn-hover-color: var(--pp-navy-deep);
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: #fff;
    --bs-btn-active-color: var(--pp-navy-deep);
    --bs-btn-active-bg: #fff;
    --bs-btn-active-border-color: #fff;
    color: #fff;
}

.storefront-shell .btn-outline-light:hover,
.storefront-shell .btn-outline-light:focus-visible,
.storefront-shell .btn-outline-light:active {
    color: var(--pp-navy-deep);
}

.storefront-shell .btn-warning {
    --bs-btn-color: var(--pp-navy-deep);
    --bs-btn-bg: var(--pp-accent);
    --bs-btn-border-color: var(--pp-accent);
    --bs-btn-hover-color: var(--pp-navy-deep);
    --bs-btn-hover-bg: var(--pp-accent-hover);
    --bs-btn-hover-border-color: var(--pp-accent-hover);
    color: var(--pp-navy-deep);
    box-shadow: 0 0.55rem 1.3rem rgba(255, 189, 46, 0.2);
}

.storefront-shell .btn-warning:hover,
.storefront-shell .btn-warning:focus-visible,
.storefront-shell .btn-warning:active {
    color: var(--pp-navy-deep);
}

.storefront-shell .form-control,
.storefront-shell .form-select {
    min-height: 3rem;
    border-color: var(--pp-line-strong);
    border-radius: 0.72rem;
    color: var(--pp-ink);
}

.storefront-shell .form-control:focus,
.storefront-shell .form-select:focus {
    border-color: var(--pp-primary);
    outline: 0;
    box-shadow: inset 0 0 0 1px rgb(8 127 91 / 58%);
}

.storefront-shell .card {
    border-radius: var(--pp-radius);
}

.storefront-shell .shadow-sm {
    box-shadow: var(--pp-shadow-sm) !important;
}

.storefront-shell .breadcrumb {
    --bs-breadcrumb-divider-color: #9aabb7;
    --bs-breadcrumb-item-active-color: var(--pp-muted);
    margin-bottom: 0;
}

.storefront-shell .breadcrumb a {
    color: var(--pp-ink-soft);
}

.storefront-shell .alert {
    border-radius: var(--pp-radius-sm);
}

.store-eyebrow {
    display: flex;
    margin: 0 0 0.5rem;
    align-items: center;
    gap: 0.5rem;
    color: var(--pp-primary);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.store-eyebrow--light {
    color: #b9f0df;
}

.store-eyebrow--light > span {
    width: 1.55rem;
    height: 0.14rem;
    border-radius: 999px;
    background: var(--pp-accent);
}

.store-hero {
    position: relative;
    overflow: hidden;
    margin-bottom: clamp(3rem, 6vw, 5.5rem);
    border-radius: clamp(1.15rem, 2.5vw, 2rem);
    color: #fff;
    background:
        radial-gradient(circle at 18% 20%, rgba(19, 166, 121, 0.28), transparent 30%),
        linear-gradient(128deg, var(--pp-navy-deep), var(--pp-navy) 62%, #123b50);
    box-shadow: 0 1.5rem 3.8rem rgba(8, 29, 49, 0.2);
}

.store-hero::after {
    position: absolute;
    right: -8rem;
    bottom: -12rem;
    width: 28rem;
    height: 28rem;
    border: 3.3rem solid rgba(255, 255, 255, 0.035);
    border-radius: 50%;
    content: "";
}

.store-hero__glow {
    position: absolute;
    top: -9rem;
    left: 34%;
    width: 22rem;
    height: 22rem;
    border-radius: 50%;
    background: rgba(8, 127, 91, 0.2);
    filter: blur(4rem);
    pointer-events: none;
}

.store-hero__copy {
    position: relative;
    z-index: 2;
    padding: clamp(2rem, 5vw, 4.75rem);
    padding-right: clamp(1.5rem, 3.5vw, 3.5rem);
}

.store-hero h1 {
    max-width: 13ch;
    margin-bottom: 1.25rem;
    color: #fff;
    font-size: clamp(2.3rem, 4.2vw, 4.25rem);
    font-weight: 820;
    letter-spacing: -0.055em;
    line-height: 1.02;
}

.store-hero__lead {
    max-width: 40rem;
    margin-bottom: 1.35rem;
    color: rgba(255, 255, 255, 0.76);
    font-size: clamp(1.02rem, 1.4vw, 1.2rem);
    line-height: 1.6;
}

.store-hero__proofs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 1.1rem;
    margin: 0 0 1.8rem;
    padding: 0;
    color: rgba(255, 255, 255, 0.87);
    font-size: 0.88rem;
    list-style: none;
}

.store-hero__proofs li {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.store-hero__proofs .store-icon {
    color: var(--pp-accent);
}

.store-hero__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem 1.35rem;
}

.store-hero__actions .btn {
    padding: 0.78rem 1.15rem;
}

.store-hero__actions .btn .store-icon {
    margin-left: 0.4rem;
}

.store-hero__secondary-link {
    color: #fff !important;
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration-color: rgba(255, 255, 255, 0.45);
}

.store-hero__finder {
    position: relative;
    z-index: 2;
    margin: clamp(1rem, 3vw, 2.5rem);
    margin-left: 0;
    padding: clamp(1.2rem, 2.8vw, 2rem);
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 1.35rem;
    color: var(--pp-ink);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 1rem 2.8rem rgba(4, 18, 31, 0.28);
}

.store-hero__tread {
    position: absolute;
    top: -3.5rem;
    right: -3.5rem;
    width: 10rem;
    height: 10rem;
    border: 1.35rem solid rgba(16, 42, 67, 0.04);
    border-radius: 50%;
    pointer-events: none;
}

.size-finder {
    position: relative;
}

.size-finder--standalone {
    padding: clamp(1.35rem, 3vw, 2rem);
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius-lg);
    background: var(--pp-surface);
    box-shadow: var(--pp-shadow-sm);
}

.size-finder__header {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.size-finder__icon {
    display: inline-grid;
    width: 2.75rem;
    height: 2.75rem;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 0.8rem;
    color: var(--pp-primary-dark);
    background: var(--pp-primary-soft);
    font-size: 1.25rem;
}

.size-finder__eyebrow {
    margin: 0 0 0.15rem;
    color: var(--pp-primary);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.size-finder h2 {
    margin: 0;
    font-size: clamp(1.25rem, 2vw, 1.6rem);
    line-height: 1.2;
}

.size-finder__intro {
    margin: 1rem 0 1.25rem;
    color: var(--pp-muted);
    font-size: 0.92rem;
}

.size-finder__intro strong {
    color: var(--pp-ink);
    white-space: nowrap;
}

.size-finder__form {
    display: grid;
    margin-top: clamp(1.25rem, 2.5vw, 1.75rem);
    gap: 1rem;
}

.size-finder__fields {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: end;
    gap: 0.55rem;
}

.size-finder__field {
    min-width: 0;
}

.size-finder__field label {
    display: flex;
    margin-bottom: 0.4rem;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.3rem;
    color: var(--pp-ink-soft);
    font-size: 0.78rem;
    font-weight: 750;
}

.size-finder__field label small {
    color: var(--pp-muted);
    font-size: 0.66rem;
    font-weight: 600;
}

.size-finder__field .form-select {
    height: 3.3rem;
    min-height: 3.3rem;
    padding-left: 0.85rem;
    background-color: var(--pp-surface-soft);
    font-size: 1.05rem;
    font-weight: 750;
}

.size-finder__separator {
    padding-bottom: 0.8rem;
    color: #8798a6;
    font-size: 1.05rem;
    font-weight: 800;
}

.size-finder__submit {
    display: flex;
    min-height: 3.2rem;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
}

.size-finder__help {
    display: flex;
    margin: 0.85rem 0 0;
    align-items: flex-start;
    gap: 0.45rem;
    color: var(--pp-muted);
    font-size: 0.76rem;
}

.size-finder__help .store-icon {
    flex: 0 0 auto;
    margin-top: 0.05rem;
}

.size-finder__unavailable {
    display: flex;
    margin-top: 1rem;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 0.9rem;
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius-sm);
    color: var(--pp-muted);
    background: var(--pp-surface-soft);
    font-size: 0.86rem;
}

.store-section {
    margin-bottom: clamp(3rem, 6vw, 5.5rem);
}

.store-section--soft {
    position: relative;
    padding: clamp(1.25rem, 3vw, 2.5rem);
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius-lg);
    background: #ecf3f3;
}

.store-section__heading {
    display: flex;
    margin-bottom: 1.6rem;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
}

.store-section__heading h2 {
    margin: 0;
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    line-height: 1.15;
}

.store-section__heading p:not(.store-eyebrow) {
    margin: 0.5rem 0 0;
    color: var(--pp-muted);
}

.store-arrow-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--pp-primary-dark) !important;
    font-weight: 750;
    text-decoration: none;
    white-space: nowrap;
}

.store-arrow-link .store-icon,
.season-card__action .store-icon,
.shopping-path-card > span:last-child .store-icon {
    transition: transform 160ms ease;
}

.store-arrow-link:hover .store-icon,
.season-card:hover .season-card__action .store-icon,
.shopping-path-card:hover > span:last-child .store-icon {
    transform: translateX(0.2rem);
}

.season-card {
    position: relative;
    display: flex;
    min-height: 18rem;
    height: 100%;
    overflow: hidden;
    flex-direction: column;
    padding: clamp(1.4rem, 3vw, 2rem);
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius-lg);
    color: var(--pp-ink) !important;
    background: var(--pp-surface);
    box-shadow: var(--pp-shadow-sm);
    text-decoration: none;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.season-card::after {
    position: absolute;
    top: -2.2rem;
    right: -2.2rem;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background: var(--season-soft, #eef4f7);
    content: "";
}

.season-card:hover {
    border-color: var(--pp-line-strong);
    box-shadow: var(--pp-shadow);
    transform: translateY(-0.2rem);
}

.season-card--summer {
    --season-color: #bc7100;
    --season-soft: #fff3d8;
}

.season-card--winter {
    --season-color: #176891;
    --season-soft: #e5f5fb;
}

.season-card--all-season {
    --season-color: #087f5b;
    --season-soft: #e5f5ef;
}

.season-card__icon {
    position: relative;
    z-index: 1;
    display: inline-grid;
    width: 3.2rem;
    height: 3.2rem;
    margin-bottom: 1.5rem;
    place-items: center;
    border-radius: 0.95rem;
    color: var(--season-color);
    background: var(--season-soft);
    font-size: 1.45rem;
}

.season-card__label {
    margin-bottom: 0.35rem;
    color: var(--season-color);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.season-card h3 {
    margin-bottom: 0.7rem;
    font-size: 1.45rem;
}

.season-card p {
    margin-bottom: 1.5rem;
    color: var(--pp-muted);
}

.season-card__action {
    display: flex;
    margin-top: auto;
    align-items: center;
    gap: 0.45rem;
    color: var(--pp-ink);
    font-size: 0.9rem;
    font-weight: 750;
}

.shopping-path-card {
    position: relative;
    display: flex;
    min-height: 17rem;
    height: 100%;
    flex-direction: column;
    padding: 1.6rem;
    border: 1px solid rgba(16, 42, 67, 0.08);
    border-radius: var(--pp-radius);
    color: var(--pp-ink) !important;
    background: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    transition: border-color 160ms ease, transform 160ms ease;
}

.shopping-path-card:hover {
    border-color: rgba(8, 127, 91, 0.45);
    transform: translateY(-0.15rem);
}

.shopping-path-card > .store-icon {
    width: fit-content;
    margin-bottom: 1.2rem;
    color: var(--pp-primary);
    font-size: 2rem;
}

.shopping-path-card__number {
    position: absolute;
    top: 1.2rem;
    right: 1.3rem;
    color: #bcc9ce;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.shopping-path-card h3 {
    margin-bottom: 0.65rem;
    font-size: 1.25rem;
}

.shopping-path-card p {
    margin-bottom: 1.25rem;
    color: var(--pp-muted);
    font-size: 0.92rem;
}

.shopping-path-card > span:last-child {
    display: flex;
    margin-top: auto;
    align-items: center;
    gap: 0.4rem;
    color: var(--pp-primary-dark);
    font-size: 0.88rem;
    font-weight: 750;
}

.store-knowledge-card {
    display: grid;
    overflow: hidden;
    grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
    align-items: center;
    gap: clamp(2rem, 5vw, 5rem);
    padding: clamp(1.6rem, 4vw, 3.5rem);
    border-radius: var(--pp-radius-lg);
    color: #fff;
    background:
        linear-gradient(120deg, rgba(8, 127, 91, 0.92), rgba(4, 84, 73, 0.96)),
        var(--pp-primary);
    box-shadow: var(--pp-shadow);
}

.store-knowledge-card h2 {
    max-width: 18ch;
    margin-bottom: 1rem;
    color: #fff;
    font-size: clamp(1.75rem, 3vw, 2.7rem);
}

.store-knowledge-card p:not(.store-eyebrow) {
    max-width: 42rem;
    color: rgba(255, 255, 255, 0.82);
}

.store-knowledge-card .store-eyebrow {
    color: #c9f3e6;
}

.store-knowledge-card .store-arrow-link {
    color: #fff !important;
}

.store-label-preview {
    display: grid;
    margin: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.7rem;
}

.store-label-preview > div {
    display: flex;
    min-height: 8.5rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
}

.store-label-preview dt {
    margin-bottom: 0.35rem;
    color: var(--pp-accent);
    font-size: clamp(1.45rem, 2.5vw, 2.1rem);
    font-weight: 850;
    letter-spacing: -0.04em;
}

.store-label-preview dd {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.72rem;
    line-height: 1.35;
}


.store-breadcrumb {
    margin-bottom: 1.25rem;
    color: var(--pp-muted);
    font-size: 0.82rem;
}

.store-breadcrumb ol {
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    gap: 0.35rem;
    list-style: none;
}

.store-breadcrumb li + li::before {
    margin-right: 0.35rem;
    color: #a3b0b9;
    content: "/";
}

.store-breadcrumb a {
    color: var(--pp-ink-soft);
}

.guide-page {
    --guide-max-copy: 48rem;
}

.guide-hero {
    display: grid;
    overflow: hidden;
    margin-bottom: 1.25rem;
    grid-template-columns: minmax(18rem, 0.75fr) minmax(32rem, 1.25fr);
    align-items: center;
    gap: clamp(2rem, 5vw, 5rem);
    padding: clamp(2rem, 5vw, 4.5rem);
    border-radius: var(--pp-radius-lg);
    color: #fff;
    background:
        radial-gradient(circle at 88% 12%, rgba(8, 127, 91, 0.35), transparent 30%),
        linear-gradient(125deg, var(--pp-navy-deep), var(--pp-navy));
    box-shadow: var(--pp-shadow);
}

.guide-hero h1 {
    max-width: 11ch;
    margin: 0 0 1.15rem;
    color: #fff;
    font-size: clamp(2.25rem, 4.3vw, 4rem);
    font-weight: 830;
    letter-spacing: -0.055em;
    line-height: 1.02;
}

.guide-hero__lead {
    max-width: 38rem;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(1rem, 1.5vw, 1.16rem);
}

.guide-hero__lead strong {
    color: #fff;
}

.tyre-code {
    display: flex;
    margin: 0;
    align-items: stretch;
    justify-content: center;
    gap: 0.45rem;
}

.tyre-code__item {
    position: relative;
    display: flex;
    min-width: 0;
    flex: 1 1 0;
    flex-direction: column;
    padding: 1rem 0.55rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 0.85rem;
    background: rgba(255, 255, 255, 0.09);
    text-align: center;
}

.tyre-code__item--width::after {
    position: absolute;
    top: 0.88rem;
    right: -0.38rem;
    content: "/";
    color: rgba(255, 255, 255, 0.65);
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1;
    transform: translateX(50%);
}

.tyre-code__item dt {
    margin-bottom: 0.65rem;
    color: var(--pp-accent);
    font-size: clamp(1.55rem, 2.4vw, 2.25rem);
    font-weight: 850;
    letter-spacing: -0.04em;
    line-height: 1;
}

.tyre-code__item dd {
    display: flex;
    margin: auto 0 0;
    flex-direction: column;
    gap: 0.15rem;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.65rem;
    line-height: 1.3;
}

.tyre-code__item dd strong {
    color: #fff;
    font-size: 0.7rem;
}

.guide-safety-note {
    display: flex;
    margin-bottom: clamp(3rem, 6vw, 5rem);
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem 1.4rem;
    border: 1px solid #f0d991;
    border-radius: var(--pp-radius);
    color: #5f4a13;
    background: #fff8df;
}

.guide-safety-note > .store-icon {
    margin-top: 0.15rem;
    flex: 0 0 auto;
    color: #a06b00;
    font-size: 1.55rem;
}

.guide-safety-note h2 {
    margin: 0 0 0.3rem;
    color: #4e3c0c;
    font-size: 1rem;
    letter-spacing: 0;
}

.guide-safety-note p {
    max-width: 72rem;
    margin: 0;
    font-size: 0.88rem;
}

.guide-section {
    margin-bottom: clamp(3rem, 6vw, 5.5rem);
}

.guide-section__heading {
    max-width: var(--guide-max-copy);
    margin-bottom: 1.6rem;
}

.guide-section h2 {
    margin: 0 0 0.8rem;
    font-size: clamp(1.75rem, 3vw, 2.6rem);
    line-height: 1.12;
}

.guide-section p {
    color: var(--pp-muted);
}

.guide-source-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.guide-source-grid article {
    position: relative;
    min-height: 13.5rem;
    padding: 1.5rem;
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius);
    background: var(--pp-surface);
    box-shadow: var(--pp-shadow-sm);
}

.guide-source-grid article > span {
    display: inline-grid;
    width: 2.3rem;
    height: 2.3rem;
    margin-bottom: 2rem;
    place-items: center;
    border-radius: 50%;
    color: var(--pp-primary-dark);
    background: var(--pp-primary-soft);
    font-size: 0.72rem;
    font-weight: 820;
}

.guide-source-grid h3 {
    margin-bottom: 0.65rem;
    font-size: 1.15rem;
}

.guide-source-grid p {
    margin: 0;
    font-size: 0.88rem;
}

.guide-section--split {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
    align-items: center;
    gap: clamp(2rem, 6vw, 6rem);
}

.guide-check-list {
    display: grid;
    margin: 1.5rem 0 0;
    padding: 0;
    gap: 0.8rem;
    list-style: none;
}

.guide-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    color: var(--pp-ink-soft);
    font-size: 0.9rem;
}

.guide-check-list .store-icon {
    margin-top: 0.2rem;
    flex: 0 0 auto;
    color: var(--pp-primary);
}

.guide-index-card {
    position: relative;
    overflow: hidden;
    padding: clamp(1.5rem, 4vw, 3rem);
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius-lg);
    background:
        radial-gradient(circle at 95% 5%, var(--pp-primary-soft), transparent 38%),
        var(--pp-surface);
    box-shadow: var(--pp-shadow-sm);
}

.guide-index-card__code {
    margin: 0 0 1.5rem !important;
    color: var(--pp-navy) !important;
    font-size: clamp(3rem, 7vw, 5.5rem);
    font-weight: 850;
    letter-spacing: -0.07em;
    line-height: 1;
}

.guide-index-card__code span {
    color: var(--pp-primary);
}

.guide-index-card dl {
    display: grid;
    margin: 0 0 1.2rem;
    grid-template-columns: 1fr 1fr;
    gap: 0.6rem;
}

.guide-index-card dl > div {
    padding: 0.8rem;
    border-radius: 0.7rem;
    background: var(--pp-surface-soft);
}

.guide-index-card dt {
    color: var(--pp-ink);
    font-weight: 820;
}

.guide-index-card dd {
    margin: 0;
    color: var(--pp-muted);
    font-size: 0.72rem;
}

.guide-index-card > p:last-child {
    margin: 0;
    font-size: 0.78rem;
}

.guide-finder {
    display: grid;
    grid-template-columns: minmax(16rem, 0.7fr) minmax(30rem, 1.3fr);
    align-items: center;
    gap: clamp(1.5rem, 4vw, 4rem);
    padding: clamp(1.5rem, 4vw, 3.5rem);
    border-radius: var(--pp-radius-lg);
    background:
        radial-gradient(circle at 5% 100%, rgba(8, 127, 91, 0.35), transparent 32%),
        var(--pp-navy);
    box-shadow: var(--pp-shadow);
}

.guide-finder__intro h2 {
    color: #fff;
}

.guide-finder__intro > p:not(.store-eyebrow) {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
}

.guide-finder__form {
    padding: clamp(1rem, 2vw, 1.5rem);
    border-radius: var(--pp-radius);
    background: var(--pp-surface);
}

.guide-finder__form .size-finder--standalone {
    padding: 0;
    border: 0;
    box-shadow: none;
}

.guide-label-preview > div {
    border-color: var(--pp-line);
    background: var(--pp-surface);
    box-shadow: var(--pp-shadow-sm);
}

.guide-label-preview dd {
    color: var(--pp-muted);
}

.guide-label-preview dt {
    color: #955000;
}

.guide-label-hero {
    grid-template-columns: minmax(18rem, 0.9fr) minmax(20rem, 0.72fr);
}

.guide-label-card {
    display: grid;
    min-width: 0;
    padding: clamp(1rem, 2vw, 1.45rem);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    border-radius: 1.1rem;
    color: var(--pp-ink);
    background: #fff;
    box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.24);
}

.guide-label-card__scale {
    display: grid;
    min-width: 0;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.15rem;
}

.guide-label-card__scale > span {
    display: grid;
    min-width: 0;
    min-height: 1.65rem;
    place-items: center;
    clip-path: polygon(0 0, 86% 0, 100% 50%, 86% 100%, 0 100%);
    color: #102a43;
    font-size: 0.67rem;
    font-weight: 850;
}

.guide-label-card__scale .is-a { background: #2eb872; }
.guide-label-card__scale .is-b { background: #8ac640; }
.guide-label-card__scale .is-c { background: #f3d73a; }
.guide-label-card__scale .is-d { background: #f7a928; }
.guide-label-card__scale .is-e { background: #e86237; }

.guide-label-card__scale > strong,
.guide-label-card__scale > small {
    grid-column: 1 / -1;
}

.guide-label-card__scale > strong {
    margin-top: 0.35rem;
    color: var(--pp-navy);
    font-size: 2.25rem;
    line-height: 1;
}

.guide-label-card__scale > small {
    color: var(--pp-muted);
    font-size: 0.68rem;
}

.guide-label-card__noise {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: auto auto minmax(0, 1fr);
    align-items: center;
    gap: 0.55rem;
    padding-top: 0.75rem;
    border-top: 1px solid var(--pp-line);
}

.guide-label-card__noise .store-icon {
    width: 1.4rem;
    height: 1.4rem;
    color: var(--pp-primary-dark);
}

.guide-label-card__noise strong {
    color: var(--pp-navy);
    font-size: 1.35rem;
}

.guide-label-card__noise span {
    color: var(--pp-muted);
    font-size: 0.72rem;
}

.guide-label-metric-grid article > span {
    color: var(--pp-primary-dark);
}

.guide-label-metric-grid .store-icon {
    width: 1.15rem;
    height: 1.15rem;
}

.guide-label-limit-card > ul {
    display: grid;
    margin: 1rem 0 0;
    padding: 0;
    gap: 0.55rem;
    color: var(--pp-ink-soft);
    list-style: none;
}

.guide-label-limit-card > ul li {
    display: flex;
    gap: 0.5rem;
}

.guide-label-limit-card > ul li::before {
    color: var(--pp-primary);
    content: "•";
    font-weight: 900;
}

.guide-label-buying-flow {
    padding: clamp(1.4rem, 4vw, 2.5rem);
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius-lg);
    background: linear-gradient(145deg, #fff, #f2f8f6);
    box-shadow: var(--pp-shadow-sm);
}

.guide-label-buying-flow > ol {
    display: grid;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
    list-style: none;
}

.guide-label-buying-flow > ol li {
    display: grid;
    align-content: start;
    gap: 0.55rem;
    padding: 1rem;
    border-radius: 0.85rem;
    background: #fff;
}

.guide-label-buying-flow > ol strong {
    display: grid;
    width: 2rem;
    height: 2rem;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--pp-primary);
}

.guide-label-buying-flow > ol span {
    color: var(--pp-ink-soft);
    font-size: 0.84rem;
}

.guide-label-buying-flow__actions {
    display: flex;
    margin-top: 1.25rem;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.guide-sources {
    max-width: 62rem;
    margin-bottom: 0;
    padding-top: 1.5rem;
    border-top: 1px solid var(--pp-line);
}

.guide-sources h2 {
    font-size: 1.25rem;
    letter-spacing: -0.015em;
}

.guide-sources p,
.guide-sources li {
    font-size: 0.82rem;
}

.guide-sources ul {
    margin-bottom: 0;
    padding-left: 1.2rem;
}

.guide-sources li + li {
    margin-top: 0.35rem;
}

.guide-static-meta {
    display: flex;
    margin-top: 1.35rem;
    flex-wrap: wrap;
    gap: 0.65rem 1rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.78rem;
}

.guide-static-meta > span {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    gap: 0.38rem;
}

.guide-static-meta .store-icon {
    width: 0.95rem;
    height: 0.95rem;
    flex: 0 0 auto;
    color: var(--pp-accent);
}

.guide-static-meta a,
.guide-static-meta time {
    color: #fff;
    font-weight: 750;
}

.guide-static-meta a {
    text-decoration-color: rgba(255, 255, 255, 0.45);
    text-underline-offset: 0.18em;
}

.guide-term-list {
    display: grid;
    margin: 1.6rem 0 0;
    gap: 0;
}

.guide-term-list > div {
    display: grid;
    padding: 1rem 0;
    grid-template-columns: minmax(10rem, 0.48fr) minmax(0, 1fr);
    gap: 1rem;
    border-top: 1px solid var(--pp-line);
}

.guide-term-list dt {
    color: var(--pp-ink);
    font-weight: 820;
}

.guide-term-list dd {
    margin: 0;
    color: var(--pp-muted);
    font-size: 0.88rem;
}

.guide-calculation-card {
    padding: clamp(1.5rem, 4vw, 3rem);
    border-radius: var(--pp-radius-lg);
    color: #fff;
    background:
        radial-gradient(circle at 100% 0, rgba(8, 127, 91, 0.46), transparent 42%),
        var(--pp-navy);
    box-shadow: var(--pp-shadow);
}

.guide-calculation-card p {
    color: rgba(255, 255, 255, 0.74);
}

.guide-calculation-card .guide-calculation-card__formula {
    margin: 1.4rem 0;
    color: #fff;
    font-size: clamp(1.65rem, 3vw, 2.5rem);
    font-weight: 730;
    letter-spacing: -0.04em;
    line-height: 1.08;
}

.guide-calculation-card__formula strong {
    color: var(--pp-accent);
}

.guide-calculation-card a {
    color: #fff;
    font-weight: 750;
}

.guide-feature {
    display: grid;
    overflow: hidden;
    grid-template-columns: minmax(0, 1.08fr) minmax(20rem, 0.92fr);
    align-items: stretch;
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius-lg);
    background: var(--pp-surface);
    box-shadow: var(--pp-shadow-sm);
}

.guide-feature__media {
    position: relative;
    min-width: 0;
    min-height: 28rem;
    margin: 0;
    overflow: hidden;
    background: var(--pp-navy);
}

.guide-feature__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.guide-feature__media figcaption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.2rem 1.35rem 1rem;
    overflow-wrap: anywhere;
    color: rgba(255, 255, 255, 0.84);
    background: linear-gradient(transparent, rgba(8, 25, 39, 0.92));
    font-size: 0.7rem;
    line-height: 1.4;
}

.guide-feature__copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding: clamp(1.6rem, 4vw, 3.5rem);
}

.guide-feature__copy h2 {
    margin-bottom: 1rem;
}

.guide-feature__copy > a,
.guide-section--split > div > a {
    align-self: flex-start;
    font-weight: 750;
}

.guide-risk-grid article > span {
    color: var(--pp-primary-dark);
}

.guide-risk-grid .store-icon {
    width: 1.1rem;
    height: 1.1rem;
}

.guide-identity-steps {
    display: grid;
    margin: 1.3rem 0 0;
    padding: 0;
    gap: 0.65rem;
    list-style: none;
}

.guide-identity-steps li {
    display: grid;
    min-width: 0;
    grid-template-columns: 2rem minmax(0, 1fr);
    align-items: center;
    gap: 0.65rem;
    color: var(--pp-ink-soft);
    font-size: 0.86rem;
}

.guide-identity-steps strong {
    display: grid;
    width: 2rem;
    height: 2rem;
    place-items: center;
    border-radius: 50%;
    color: var(--pp-primary-dark);
    background: var(--pp-primary-soft);
}

.guide-label-choice {
    padding: clamp(1.5rem, 4vw, 3.25rem);
    border-radius: var(--pp-radius-lg);
    background:
        radial-gradient(circle at 100% 0, rgba(8, 127, 91, 0.24), transparent 34%),
        var(--pp-navy);
    box-shadow: var(--pp-shadow);
}

.guide-label-choice h2 {
    color: #fff;
}

.guide-label-choice .guide-section__heading > p:not(.store-eyebrow) {
    color: rgba(255, 255, 255, 0.7);
}

.guide-label-choice__board {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 0.9rem;
}

.guide-label-choice__board article {
    min-width: 0;
    padding: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--pp-radius);
    background: rgba(255, 255, 255, 0.1);
}

.guide-label-choice__board .guide-label-choice__name {
    margin: 0 0 0.9rem;
    color: var(--pp-accent);
    font-size: 0.75rem;
    font-weight: 830;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.guide-label-choice__board dl {
    display: grid;
    margin: 0 0 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
}

.guide-label-choice__board dl > div {
    min-width: 0;
    padding: 0.7rem 0.55rem;
    border-radius: 0.65rem;
    background: rgba(255, 255, 255, 0.09);
}

.guide-label-choice__board dt {
    color: #fff;
    font-size: clamp(1.1rem, 2vw, 1.5rem);
    font-weight: 850;
    letter-spacing: -0.04em;
}

.guide-label-choice__board dd {
    margin: 0.15rem 0 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.65rem;
    line-height: 1.25;
}

.guide-label-choice__board article > p:last-child {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.8rem;
}

.guide-label-choice__versus {
    display: grid;
    width: 2.5rem;
    height: 2.5rem;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 850;
    text-transform: uppercase;
}

.guide-label-choice .guide-label-choice__conclusion {
    margin: 1.2rem 0 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.86rem;
}

.guide-label-choice__conclusion strong {
    color: #fff;
}

.guide-evidence-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.guide-evidence-grid article {
    position: relative;
    min-width: 0;
    padding: 1.6rem 1.4rem 1.4rem;
    border-top: 0.3rem solid var(--pp-primary);
    border-radius: 0 0 var(--pp-radius) var(--pp-radius);
    background: var(--pp-surface-soft);
}

.guide-evidence-grid article:nth-child(2) {
    border-top-color: #d99816;
}

.guide-evidence-grid article:nth-child(3) {
    border-top-color: var(--pp-navy);
}

.guide-evidence-grid article > span {
    color: var(--pp-muted);
    font-size: 0.72rem;
    font-weight: 830;
    letter-spacing: 0.09em;
}

.guide-evidence-grid h3 {
    margin: 0.55rem 0 0.65rem;
    font-size: 1.15rem;
}

.guide-evidence-grid p {
    margin: 0;
    font-size: 0.86rem;
}

.guide-evidence-actions {
    display: flex;
    margin-top: 1.2rem;
    flex-wrap: wrap;
    gap: 0.6rem 1.2rem;
}

.guide-evidence-actions a {
    font-weight: 750;
}

.guide-static-author {
    display: grid;
    max-width: 62rem;
    margin-top: clamp(3rem, 6vw, 5rem);
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 1.1rem;
    padding: clamp(1.35rem, 3vw, 2rem);
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius-lg);
    background: linear-gradient(145deg, #fff, #f3f8f7);
    box-shadow: var(--pp-shadow-sm);
}

.guide-static-author__icon {
    display: grid;
    width: 3.3rem;
    height: 3.3rem;
    place-items: center;
    border-radius: 50%;
    color: var(--pp-primary-dark);
    background: var(--pp-primary-soft);
}

.guide-static-author__icon .store-icon {
    width: 1.4rem;
    height: 1.4rem;
}

.guide-static-author h2 {
    margin-bottom: 0.25rem;
    font-size: 1.45rem;
}

.guide-static-author p {
    max-width: 48rem;
    margin-bottom: 0.7rem;
    color: var(--pp-muted);
    font-size: 0.86rem;
}

.guide-static-author .guide-static-author__role {
    color: var(--pp-ink-soft);
    font-weight: 750;
}

.guide-static-author a {
    font-weight: 750;
}

.guide-sources a {
    overflow-wrap: anywhere;
}

.product-grid {
    align-items: stretch;
}

.product-grid-progressive {
    display: grid;
    gap: 1rem;
}

.product-grid-progressive [data-catalog-product-grid-target~="item"][hidden],
.product-grid-progressive__more[hidden] {
    display: none !important;
}

.product-grid-progressive__more {
    display: none;
}

.product-card {
    display: flex;
    height: 100%;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid #dde6e8;
    border-radius: 1.45rem;
    background: var(--pp-surface);
    box-shadow: 0 0.5rem 1.6rem rgba(16, 42, 67, 0.065);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
    container-type: inline-size;
}

.product-card:hover {
    border-color: rgba(8, 127, 91, 0.3);
    box-shadow: 0 1rem 2.5rem rgba(16, 42, 67, 0.12);
    transform: translateY(-0.16rem);
}

.product-card__media {
    position: relative;
    display: grid;
    overflow: hidden;
    width: 100%;
    margin: 0;
    aspect-ratio: 5 / 4;
    place-items: center;
    border-radius: 0;
    color: inherit;
    background:
        radial-gradient(circle at 50% 48%, #fff 0 43%, transparent 76%),
        linear-gradient(145deg, #fbfcfc, #edf4f2);
    text-decoration: none;
}

.product-card__media::after {
    position: absolute;
    right: -3.2rem;
    bottom: -3.8rem;
    width: 12rem;
    height: 12rem;
    border: 1.45rem solid rgba(8, 127, 91, 0.035);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.product-card__image {
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: clamp(0.12rem, 0.8%, 0.3rem);
    object-fit: contain;
    transition: transform 220ms ease;
}

.product-card:hover .product-card__image {
    transform: scale(1.035);
}

.generic-tyre-placeholder {
    filter: saturate(0.82) contrast(0.98);
}

.product-card__image-placeholder {
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.65rem;
    padding: 1rem;
    color: #8999a6;
    font-size: 0.8rem;
    font-weight: 650;
    text-align: center;
}

.product-card__image-placeholder .store-icon {
    color: #bac6cc;
    font-size: 4.5rem;
}

.product-card__badges {
    position: absolute;
    z-index: 2;
    top: 0.75rem;
    left: 0.75rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.product-card__badges span {
    display: inline-flex;
    align-items: center;
    gap: 0.32rem;
    max-width: min(15rem, calc(100cqw - 2rem));
    overflow: hidden;
    padding: 0.34rem 0.62rem;
    border: 1px solid rgba(18, 38, 58, 0.08);
    border-radius: 999px;
    color: var(--pp-ink);
    background: rgba(255, 255, 255, 0.93);
    box-shadow: 0 0.2rem 0.7rem rgba(16, 42, 67, 0.06);
    font-size: 0.69rem;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-card__badges .store-icon {
    width: 0.9rem;
    height: 0.9rem;
    color: var(--pp-primary);
}

.product-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 1rem 1.05rem 1.05rem;
}

.product-card__heading {
    min-width: 0;
}

.product-card__brand {
    display: flex;
    margin: 0;
    align-items: center;
    min-height: 1.35rem;
    color: var(--pp-muted);
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.product-card .tyre-brand-mark--compact {
    width: 5.75rem;
    height: 1.75rem;
    border-radius: 0.6rem;
}

.product-card .tyre-brand-mark--compact .tyre-brand-mark__image {
    padding: 0.32rem;
}

.product-card__heading h3 {
    min-width: 0;
    min-height: 2.32em;
    margin: 0.24rem 0 0;
    font-size: clamp(1.08rem, 4.6cqw, 1.28rem);
    font-weight: 850;
    letter-spacing: -0.025em;
    line-height: 1.22;
}

.product-card__heading h3 a {
    display: -webkit-box;
    overflow: hidden;
    color: var(--pp-ink);
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-card__heading h3 a:hover,
.product-card__heading h3 a:focus-visible {
    color: var(--pp-primary-dark);
}

.product-card__review-proof {
    display: inline-flex;
    width: fit-content;
    margin-top: 0.32rem;
    align-items: center;
    gap: 0.28rem;
    color: var(--pp-ink-soft);
    font-size: 0.72rem;
    font-weight: 750;
    line-height: 1;
    text-decoration: none;
}

.product-card__review-proof .tyre-review-stars {
    display: inline-flex;
    flex: 0 0 auto;
    gap: 0.04rem;
    color: #cbd4d8;
    font-size: 0.76rem;
    letter-spacing: -0.02em;
    line-height: 1;
}

.product-card__review-proof strong {
    color: var(--pp-ink);
    font-size: 0.76rem;
}

.product-card__review-proof strong small {
    color: var(--pp-muted);
    font-size: 0.78em;
}

.product-card__review-proof > span {
    color: var(--pp-muted);
}

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

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

.product-card__review-proof--empty {
    color: var(--pp-muted);
}

.product-card__review-proof--empty:hover,
.product-card__review-proof--empty:focus-visible {
    color: var(--pp-primary-dark);
}

.product-card__fitment {
    display: flex;
    min-height: 0;
    margin-top: 0.5rem;
    align-items: center;
    justify-content: flex-start;
    gap: 0.55rem;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.product-card__fitment strong {
    color: var(--pp-ink);
    font-size: 1.02rem;
    font-weight: 880;
    letter-spacing: -0.025em;
    white-space: nowrap;
}

.product-card--size-first .product-card__fitment strong {
    overflow-wrap: anywhere;
    white-space: normal;
}

.product-card__fitment > span {
    color: var(--pp-muted);
    font-size: 0.76rem;
    font-weight: 700;
    text-align: left;
}

.product-card__indices {
    display: inline-flex;
    min-width: 2.45rem;
    min-height: 1.65rem;
    align-items: center;
    justify-content: center;
    padding: 0.2rem 0.45rem;
    border-radius: 999px;
    background: #fff;
    box-shadow: inset 0 0 0 1px var(--pp-line);
}

.product-card__indices small {
    color: var(--pp-muted);
    font-size: 0.64rem;
}

.product-card__indices b {
    color: var(--pp-ink);
    font-size: 0.8rem;
    font-weight: 850;
}

.product-card__label-data {
    display: grid;
    overflow: hidden;
    margin: 0.52rem 0 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    border: 1px solid #e2ebea;
    border-radius: 0.72rem;
    background: #fbfdfc;
}

.product-card__label-data > div {
    min-width: 0;
    padding: 0.42rem 0.35rem;
    background: transparent;
    text-align: center;
}

.product-card__label-data > div + div {
    border-left: 1px solid #e2ebea;
}

.product-card__label-data dt {
    overflow: hidden;
    margin-bottom: 0.08rem;
    color: var(--pp-muted);
    font-size: 0.64rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-card__label-data dt .store-icon {
    color: var(--pp-primary);
}

.product-card__label-data dd {
    margin: 0;
    color: var(--pp-ink);
    font-size: 0.92rem;
    font-weight: 820;
}

.product-card--tyre .product-card__label-data dt {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    padding: 0;
    border: 0;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.product-card--tyre .product-card__label-data dd {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.42rem;
}

.product-card--tyre .product-card__label-data dd .store-icon {
    width: 1rem;
    height: 1rem;
    color: var(--pp-primary);
}

.product-card__label-data dd small {
    margin-left: 0.1rem;
    color: var(--pp-muted);
    font-size: 0.56em;
    font-weight: 650;
}

.product-card__quick-facts {
    display: flex;
    flex-wrap: wrap;
    margin: 0.48rem 0 0;
    padding: 0;
    gap: 0.32rem 0.58rem;
    list-style: none;
}

.product-card__quick-facts li {
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    border: 0;
    color: var(--pp-muted);
    background: transparent;
    font-size: 0.71rem;
    font-weight: 750;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-card__quick-facts li + li::before {
    margin-right: 0.58rem;
    color: #9aabae;
    content: "•";
}

.product-card__footer {
    display: grid;
    margin-top: auto;
    gap: 0.62rem;
    padding-top: 0.72rem;
    border-top: 1px solid var(--pp-line);
}

.product-card__commerce {
    display: grid;
    margin: 0;
    gap: 0.45rem;
    padding: 0;
    border: 0;
}

.product-card__price-label {
    display: block;
    margin-bottom: 0.05rem;
    color: var(--pp-muted);
    font-size: 0.68rem;
}

.product-card__price {
    display: block;
    color: var(--pp-ink);
    font-size: 1.8rem;
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1.1;
}

.product-card__price small {
    font-size: 0.55em;
    font-weight: 750;
    letter-spacing: 0;
}

.product-card__pricing {
    display: grid;
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    gap: 0.42rem;
}

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

.product-card__price-option {
    display: grid;
    min-width: 0;
    gap: 0.12rem;
}

.product-card__price-option + .product-card__price-option {
    padding-left: 0;
    border-left: 0;
}

.product-card__pricing-label {
    width: fit-content;
    color: var(--pp-muted);
    font-size: 0.69rem;
    font-weight: 750;
    line-height: 1.1;
}

.product-card__price-option .product-card__price {
    margin-top: 0.08rem;
    white-space: nowrap;
}

.product-card__unit-price .product-card__price {
    font-size: clamp(1.62rem, 6.5cqw, 1.95rem);
}

.product-card__purchase-meta {
    display: flex;
    min-width: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.32rem;
}

.product-card__monthly-price {
    display: inline-grid;
    align-items: start;
    gap: 0.08rem;
    padding: 0.3rem 0.48rem;
    border-radius: 999px;
    background: #fff5c7;
}

.product-card__monthly-price .product-card__pricing-label {
    color: #654c00;
    font-size: 0.65rem;
    white-space: nowrap;
}

.product-card__monthly-price .product-card__price {
    color: #5c4600;
    margin: 0;
    font-size: 0.72rem;
    font-weight: 820;
    letter-spacing: -0.015em;
}

.product-card__monthly-price .product-card__price small {
    font-size: 0.85em;
}

.product-card__pricing > .product-card__availability {
    display: flex;
    max-width: none;
    grid-column: 1 / -1;
    gap: 0.25rem;
    align-items: center;
    padding-top: 0.2rem;
    border-top: 1px solid var(--pp-line);
    text-align: left;
}

.product-card__offer-difference {
    display: inline-flex;
    margin-top: 0.15rem;
    padding: 0.32rem 0.48rem;
    border-radius: 0.45rem;
    color: #075d43;
    background: #e6f8f0;
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1.3;
}

.product-card__prior-price {
    display: block;
    max-width: 13rem;
    margin-top: 0.2rem;
    color: var(--pp-muted);
    font-size: 0.62rem;
    line-height: 1.35;
}

.product-card__prior-price strong {
    color: var(--pp-ink-soft);
}

.verified-financing {
    display: grid;
    gap: 0.35rem;
    margin-top: 0.65rem;
    padding: 0.7rem 0.75rem;
    border: 1px solid #bdebd9;
    border-radius: 0.65rem;
    color: var(--pp-ink-soft);
    background: #f0fbf7;
}

.verified-financing p {
    margin: 0;
}

.verified-financing__eyebrow {
    color: #075d43;
    font-size: 0.66rem;
    font-weight: 850;
    letter-spacing: 0.045em;
    line-height: 1.2;
    text-transform: uppercase;
}

.verified-financing__headline {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.55rem;
}

.verified-financing__headline span {
    color: #075d43;
    font-size: 1.02rem;
    font-weight: 850;
    line-height: 1.15;
}

.verified-financing__headline strong {
    color: #075d43;
    font-size: 0.72rem;
    white-space: nowrap;
}

.verified-financing__disclosure,
.verified-financing__terms {
    font-size: 0.64rem;
    line-height: 1.4;
}

.verified-financing__terms {
    width: fit-content;
    color: #075d43;
    font-weight: 750;
}

.verified-financing--compact {
    max-width: 15rem;
    padding: 0.55rem 0.6rem;
}

.verified-financing--compact .verified-financing__headline {
    display: grid;
    gap: 0.12rem;
}

.verified-financing--compact .verified-financing__disclosure,
.verified-financing--compact .verified-financing__terms {
    font-size: 0.58rem;
}

.verified-financing--dark {
    border-color: rgba(148, 230, 201, 0.28);
    color: #d4e0e9;
    background: rgba(8, 127, 91, 0.18);
}

.verified-financing--dark .verified-financing__headline span,
.verified-financing--dark .verified-financing__headline strong,
.verified-financing--dark .verified-financing__eyebrow,
.verified-financing--dark .verified-financing__terms {
    color: #8ce8c5;
}

.product-card__availability {
    display: inline-flex;
    max-width: none;
    align-items: center;
    gap: 0.28rem;
    color: var(--pp-muted);
    font-size: 0.68rem;
    font-weight: 650;
    line-height: 1.35;
    text-align: left;
}

.product-card__availability--available {
    padding: 0.3rem 0.48rem;
    border-radius: 999px;
    color: #076447;
    background: #eaf8f2;
}

.product-card__availability--available strong {
    font-weight: 850;
}

.cart-purchase-promises {
    display: grid;
    margin: 0.9rem 0 0;
    padding: 0.7rem 0.8rem;
    border: 1px solid #bde4d9;
    border-radius: 0.75rem;
    background: #f2fbf8;
    gap: 0.45rem;
    list-style: none;
}

.cart-purchase-promises li {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--pp-primary-dark);
    font-size: 0.82rem;
}

.cart-purchase-promises .store-icon {
    width: 1rem;
    height: 1rem;
    color: var(--pp-primary);
}

.product-card__commerce--unavailable {
    margin-top: auto;
    min-height: 3.4rem;
    align-content: center;
    align-items: flex-start;
}

.product-card__commerce--unavailable strong {
    display: block;
    color: var(--pp-ink-soft);
    font-size: 0.92rem;
}

.product-card__actions {
    display: grid;
    margin-top: 0;
    padding-top: 0;
    gap: 0.28rem;
    text-align: center;
}

.product-card__actions .btn {
    display: flex;
    min-height: 2.85rem;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    border-radius: 0.82rem;
    font-size: 0.86rem;
    font-weight: 850;
}

.product-card__primary-link {
    min-height: 2.85rem;
    font-size: 0.86rem;
    font-weight: 800;
}

@container (min-width: 22rem) {
    .product-card__footer {
        grid-template-columns: minmax(0, 1fr) minmax(10rem, 0.55fr);
        align-items: end;
        gap: 0.85rem;
    }

    .product-card__pricing,
    .product-card__pricing--single {
        grid-template-columns: minmax(0, 1fr);
        gap: 0.4rem;
    }

    .product-card__purchase-meta {
        min-width: 0;
        align-items: center;
        justify-content: start;
        gap: 0.38rem 0.75rem;
    }
}

.product-card__cart-form {
    display: grid;
}

.product-card__cart-form .btn {
    width: 100%;
}

.cart-add-feedback {
    display: flex;
    min-height: 1.25rem;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.5rem;
    color: var(--pp-danger);
    font-size: 0.78rem;
    font-weight: 650;
    line-height: 1.35;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 180ms ease, transform 180ms ease;
}

.cart-add-feedback[hidden] {
    display: none;
}

.cart-add-feedback--hiding {
    opacity: 0;
    transform: translateY(-0.18rem);
}

.cart-add-feedback--success {
    color: var(--pp-primary-dark);
}

.cart-add-feedback a {
    flex: 0 0 auto;
    color: inherit;
    font-weight: 800;
}

@media (prefers-reduced-motion: reduce) {
    .cart-add-feedback {
        transition: none;
    }
}

.catalog-empty-state {
    display: flex;
    min-height: 10rem;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1.5rem;
    border: 1px dashed var(--pp-line-strong);
    border-radius: var(--pp-radius);
    color: var(--pp-muted);
    background: var(--pp-surface);
    text-align: left;
}

.catalog-empty-state > .store-icon {
    color: #9babb5;
    font-size: 1.8rem;
}

.catalog-empty-state strong,
.catalog-empty-state span {
    display: block;
}

.catalog-empty-state strong {
    color: var(--pp-ink);
}

.catalog-empty-state span {
    font-size: 0.86rem;
}

.catalog-landing-heading {
    display: flex;
    margin-bottom: 1.4rem;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
}

.catalog-landing-heading > div:first-child {
    max-width: 58rem;
}

.catalog-result-count {
    display: flex;
    min-width: 7.5rem;
    flex: 0 0 auto;
    flex-direction: column;
    padding: 0.9rem 1rem;
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius);
    background: var(--pp-surface);
    text-align: center;
}

.catalog-result-count strong {
    color: var(--pp-ink);
    font-size: 1.55rem;
    font-weight: 850;
    line-height: 1;
}

.catalog-result-count span {
    margin-top: 0.25rem;
    color: var(--pp-muted);
    font-size: 0.72rem;
}

.catalog-active-filters {
    display: flex;
    margin-bottom: 1rem;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.45rem;
    padding: 0.75rem 0.85rem;
    border: 1px solid #cbe5dc;
    border-radius: var(--pp-radius-sm);
    background: var(--pp-primary-soft);
    font-size: 0.76rem;
}

.catalog-active-filters strong {
    margin-right: 0.15rem;
}

.catalog-active-filters span {
    padding: 0.25rem 0.5rem;
    border: 1px solid rgba(8, 127, 91, 0.15);
    border-radius: 999px;
    color: var(--pp-ink);
    background: rgba(255, 255, 255, 0.8);
}

.catalog-active-filters a {
    margin-left: auto;
    font-weight: 750;
}

.catalog-active-filters a.catalog-active-filter {
    display: inline-flex;
    width: auto;
    margin: 0;
    padding: 0.3rem 0.55rem;
    border: 1px solid rgba(8, 127, 91, 0.2);
    border-radius: 999px;
    align-items: center;
    gap: 0.35rem;
    color: var(--pp-ink);
    background: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

.catalog-active-filters a.catalog-active-filter:hover,
.catalog-active-filters a.catalog-active-filter:focus-visible {
    border-color: var(--pp-primary);
    color: var(--pp-primary-dark);
    background: #fff;
}

.catalog-active-filter span {
    padding: 0;
    border: 0;
    color: currentColor;
    background: transparent;
    font-size: 0.9rem;
    line-height: 1;
}

.catalog-active-filters a.catalog-active-filters__clear {
    margin-left: auto;
}

.catalog-results-layout {
    display: grid;
    margin-bottom: 2rem;
    grid-template-columns: minmax(16rem, 18rem) minmax(0, 1fr);
    align-items: start;
    gap: 1.25rem;
}

.catalog-filter-sidebar {
    position: sticky;
    top: 8.2rem;
    align-self: start;
    max-height: calc(100dvh - 9.2rem);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
    scrollbar-color: var(--pp-line-strong) transparent;
}

.catalog-filter-sidebar > .catalog-filter-panel[open] {
    display: block;
    max-height: none;
}

.catalog-filter-sidebar > .catalog-filter-panel[open]
    > .catalog-filter-panel__body {
    overflow: visible;
}

.catalog-filter-sidebar::-webkit-scrollbar {
    width: 0.55rem;
}

.catalog-filter-sidebar::-webkit-scrollbar-thumb {
    border: 0.14rem solid transparent;
    border-radius: 999px;
    background: var(--pp-line-strong);
    background-clip: padding-box;
}

.catalog-filter-panel {
    overflow: hidden;
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius);
    background: var(--pp-surface);
    box-shadow: var(--pp-shadow-sm);
}

.catalog-filter-panel > summary {
    display: flex;
    min-height: 3.3rem;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    color: var(--pp-ink);
    cursor: pointer;
    font-weight: 800;
    list-style: none;
}

.catalog-filter-panel > summary::-webkit-details-marker {
    display: none;
}

.catalog-filter-panel > summary::after {
    color: var(--pp-primary);
    content: "+";
    font-size: 1.2rem;
    line-height: 1;
}

.catalog-filter-panel[open] > summary::after {
    content: "−";
}

.catalog-filter-panel__count {
    display: inline-grid;
    min-width: 1.45rem;
    min-height: 1.45rem;
    margin-left: auto;
    place-items: center;
    border-radius: 999px;
    color: #fff;
    background: var(--pp-primary);
    font-size: 0.7rem;
}

.catalog-filter-panel__body {
    padding: 0 1rem 1rem;
    border-top: 1px solid var(--pp-line);
}

.catalog-filter-group {
    margin: 0;
    padding: 1rem 0 0;
    border: 0;
}

.catalog-filter-group > label,
.catalog-filter-group legend {
    display: block;
    width: 100%;
    margin-bottom: 0.4rem;
    color: var(--pp-ink);
    font-size: 0.74rem;
    font-weight: 780;
}

.catalog-filter-group .form-select {
    min-height: 2.75rem;
    border-color: var(--pp-line-strong);
    font-size: 0.78rem;
}

.catalog-filter-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
}

.catalog-filter-checks {
    display: grid;
    gap: 0.5rem;
}

.catalog-filter-checks--scroll {
    max-height: 15rem;
    padding: 0.1rem 0.25rem 0.1rem 0;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.catalog-filter-checks label[hidden],
.catalog-filter-date-range[hidden] {
    display: none;
}

.catalog-filter-checks label {
    display: grid;
    min-width: 0;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: start;
    gap: 0.5rem;
    color: var(--pp-ink-soft);
    cursor: pointer;
    font-size: 0.75rem;
    line-height: 1.35;
}

.catalog-filter-checks .catalog-filter-option--unavailable {
    color: var(--pp-muted);
    cursor: not-allowed;
    opacity: 0.58;
}

.catalog-filter-checks .form-check-input {
    margin: 0.15rem 0 0;
}

.catalog-filter-checks small {
    color: var(--pp-muted);
    font-size: 0.68rem;
}

.catalog-filter-search {
    min-height: 2.75rem;
    margin-bottom: 0.65rem;
    border-color: var(--pp-line-strong);
    font-size: 0.78rem;
}

.catalog-filter-size-selected {
    margin-bottom: 0.65rem;
    padding: 0.6rem 0.7rem;
    border: 1px solid var(--pp-line);
    border-radius: 0.5rem;
    background: var(--pp-surface-soft);
}

.catalog-filter-multiselect {
    position: relative;
    border: 1px solid var(--pp-line-strong);
    border-radius: 0.5rem;
    background: #fff;
}

.catalog-filter-multiselect > summary {
    display: grid;
    min-height: 2.75rem;
    padding: 0.7rem 0.8rem;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.65rem;
    color: var(--pp-ink-soft);
    cursor: pointer;
    font-size: 0.78rem;
    list-style: none;
}

.catalog-filter-multiselect > summary::-webkit-details-marker {
    display: none;
}

.catalog-filter-multiselect > summary::after {
    content: "⌄";
    color: var(--pp-primary);
    font-size: 1rem;
    line-height: 1;
}

.catalog-filter-multiselect[open] > summary::after {
    transform: rotate(180deg);
}

.catalog-filter-multiselect > summary span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.catalog-filter-multiselect__panel {
    position: absolute;
    z-index: 40;
    top: calc(100% + 0.35rem);
    right: -1px;
    left: -1px;
    padding: 0.7rem 0.75rem 0.75rem;
    border: 1px solid var(--pp-line-strong);
    border-radius: 0.5rem;
    background: #fff;
    box-shadow: 0 0.75rem 2rem rgb(15 23 42 / 16%);
}

.catalog-filter-multiselect__panel .catalog-filter-search {
    margin-bottom: 0.65rem;
}

.catalog-filter-date-range {
    display: grid;
    margin-top: 0.65rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0.35rem 0.55rem;
}

.catalog-filter-date-range label {
    margin: 0;
    color: var(--pp-muted);
    font-size: 0.7rem;
    font-weight: 700;
}

.catalog-filter-date-range .form-control {
    min-width: 0;
    font-size: 0.72rem;
}

.catalog-products-heading {
    display: flex;
    min-height: 3.4rem;
    margin-bottom: 1rem;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}


.catalog-filter-hint {
    margin: 0.5rem 0 0;
    color: var(--pp-muted);
    font-size: 0.68rem;
    line-height: 1.4;
}

.catalog-products-heading h2 {
    margin: 0;
    font-size: 1.35rem;
}

.catalog-products-heading p {
    margin: 0.3rem 0 0;
    color: var(--pp-muted);
    font-size: 0.76rem;
}


.store-footer {
    color: rgba(255, 255, 255, 0.76);
    background: var(--pp-navy-deep);
}

.store-footer__trust {
    padding-block: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: #0d2439;
}

.store-trust-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.store-trust-item > .store-icon {
    display: inline-grid;
    width: 2.7rem;
    height: 2.7rem;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 0.75rem;
    color: var(--pp-accent);
    background: rgba(255, 255, 255, 0.07);
    font-size: 1.15rem;
}

.store-trust-item strong,
.store-trust-item span {
    display: block;
}

.store-trust-item strong {
    color: #fff;
    font-size: 0.86rem;
}

.store-trust-item span {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.72rem;
}

.store-footer__main {
    padding-block: clamp(2.5rem, 5vw, 4.5rem);
}

.store-footer__trust .row,
.store-footer__main > .row {
    margin-inline: 0;
}

.store-brand--footer {
    margin-bottom: 1rem;
    color: #fff !important;
}

.store-brand--footer .store-brand__mark {
    color: var(--pp-navy);
    background: var(--pp-accent);
}

.store-brand--footer .store-brand__name {
    color: #fff;
}

.store-brand--footer .store-brand__name span {
    color: #7fe1c4;
}

.store-footer__description {
    max-width: 24rem;
    margin: 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.88rem;
}

.store-footer__heading {
    margin: 0 0 1rem;
    color: #fff !important;
    font-size: 0.82rem;
    font-weight: 800 !important;
    letter-spacing: 0.07em !important;
    text-transform: uppercase;
}

.store-footer__links {
    display: grid;
    margin: 0;
    padding: 0;
    gap: 0.55rem;
    list-style: none;
}

.store-footer__links a {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.85rem;
    text-decoration: none;
}

.store-footer__links a:hover {
    color: #fff;
    text-decoration: underline;
}

.store-footer__bottom {
    padding-block: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.7rem;
}

.store-footer__bottom a {
    color: #9fe8d2;
}

.store-footer__bottom a:hover {
    color: #fff;
}

.store-footer__bottom .store-container {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

@media (min-width: 1440px) and (max-width: 1719.98px) {
    .store-size-cta {
        display: none;
    }
}

@media (max-width: 1439.98px) {
    .store-mobile-actions {
        display: flex;
    }

    .store-navigation-switch {
        display: block;
    }

    .store-navbar .store-navigation-disclosure__toggle {
        display: block;
        margin: 0;
        border: 0;
        padding: 0.55rem;
        cursor: pointer;
    }

    .store-navigation-switch:focus-visible + .store-navigation-disclosure__toggle,
    .store-mega-menu__toggle:focus-visible {
        outline: 0.2rem solid transparent;
        outline-offset: 0.15rem;
        box-shadow:
            0 0 0 0.18rem #fff,
            0 0 0 0.4rem var(--pp-navy) !important;
    }

    .store-navigation-switch:not(:checked) ~ .store-navigation-content {
        display: none;
    }

    .store-navigation-content {
        position: absolute;
        z-index: 1030;
        top: 100%;
        right: 0;
        left: 0;
        display: block;
        padding: 0.5rem 1rem 1rem;
        border-top: 1px solid var(--pp-line);
        border-bottom: 1px solid var(--pp-line);
        background: #fff;
        box-shadow: var(--pp-shadow);
        max-height: calc(100dvh - 4.5rem);
        overflow-y: auto;
        overscroll-behavior: contain;
    }

    .store-navigation {
        margin: 0 0 0.5rem;
    }

    .store-navigation .nav-link {
        padding: 0.72rem 0.35rem !important;
    }

    .store-navigation .nav-link::after {
        right: auto;
        bottom: 0.4rem;
        left: 0.35rem;
        width: 1.5rem;
    }

    .store-mega-menu__toggle {
        width: 100%;
    }

    .store-mega-menu__panel {
        position: static !important;
        width: 100%;
        margin: 0 0 0.5rem !important;
        transform: none !important;
        box-shadow: none;
    }

    .store-mega-menu__grid {
        grid-template-columns: 1fr;
    }

    .store-mega-menu__grid > section {
        padding: 1rem;
    }

    .store-mega-menu__grid > section + section {
        border-top: 1px solid var(--pp-line);
        border-left: 0;
    }

    .store-navbar__actions {
        margin: 0;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .store-size-cta {
        margin-left: auto;
    }

    .store-hero__finder {
        margin: 0 1.25rem 1.25rem;
    }
}

@media (max-width: 991.98px) {
    html.js:not(.catalog-filters-ready) .catalog-filter-panel[open] > .catalog-filter-panel__body {
        display: none;
    }

    .store-topbar__inner {
        justify-content: center;
    }

    .store-topbar__benefits {
        width: 100%;
        justify-content: center;
    }

    .store-topbar__contact {
        display: none;
    }

    .guide-hero,
    .guide-section--split,
    .guide-finder {
        grid-template-columns: 1fr;
    }

    .guide-feature {
        grid-template-columns: minmax(0, 1fr);
    }

    .guide-feature__media {
        min-height: 0;
        aspect-ratio: 16 / 9;
    }

    .guide-evidence-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .guide-label-buying-flow > ol {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .guide-hero h1 {
        max-width: 15ch;
    }

    .guide-finder__intro {
        max-width: 44rem;
    }

    .store-knowledge-card {
        grid-template-columns: 1fr;
    }

    .store-label-preview {
        max-width: 38rem;
    }

    .catalog-results-layout {
        grid-template-columns: 1fr;
    }

    .catalog-filter-sidebar {
        position: static;
        max-height: none;
        overflow: visible;
        overscroll-behavior: auto;
    }

    .catalog-filter-sidebar > .catalog-filter-panel[open] {
        display: block;
        max-height: none;
    }

    .catalog-filter-sidebar > .catalog-filter-panel[open]
        > .catalog-filter-panel__body {
        overflow: visible;
        overscroll-behavior: auto;
        scrollbar-gutter: auto;
    }

}

@media (max-width: 767.98px) {
    .store-container {
        width: min(100% - 1.25rem, 88rem);
    }

    .store-topbar__inner {
        min-height: 3rem;
        justify-content: center;
    }

    .store-topbar__benefits {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0;
        font-size: clamp(0.59rem, 2.25vw, 0.7rem);
    }

    .store-topbar__benefits li {
        min-width: 0;
        min-height: 3rem;
        justify-content: center;
        gap: 0.3rem;
        padding: 0.35rem 0.3rem;
        line-height: 1.12;
        text-align: left;
        white-space: normal;
    }

    .store-topbar__benefits li:first-child {
        padding-left: 0.3rem;
    }

    .store-topbar__benefits li + li::before {
        top: 0.55rem;
        bottom: 0.55rem;
    }

    .store-topbar__benefit-icon {
        width: 1.25rem;
        height: 1.25rem;
        flex-basis: 1.25rem;
    }

    .store-topbar__benefit-icon .store-icon {
        width: 0.68rem;
        height: 0.68rem;
    }

    .store-navbar {
        min-height: 4.2rem;
    }

    .store-brand__mark {
        width: 2.35rem;
        height: 2.35rem;
        font-size: 1.25rem;
    }

    .store-brand__name {
        font-size: 1.13rem;
    }

    .store-hero {
        border-radius: 1.15rem;
    }

    .store-hero__copy {
        padding: 2rem 1.25rem 1.5rem;
    }

    .store-hero h1 {
        max-width: 15ch;
        font-size: clamp(2.1rem, 10vw, 3rem);
    }

    .store-hero__proofs {
        display: grid;
    }

    .store-hero__actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .store-hero__actions .btn {
        width: 100%;
    }

    .store-hero__finder {
        margin: 0 0.75rem 0.75rem;
        padding: 1.1rem;
    }

    .guide-hero {
        gap: 2rem;
        padding: 2rem 1.25rem 1.25rem;
    }

    .guide-term-list > div {
        grid-template-columns: minmax(0, 1fr);
        gap: 0.35rem;
    }

    .guide-label-choice__board {
        grid-template-columns: minmax(0, 1fr);
    }

    .guide-label-choice__versus {
        justify-self: center;
    }

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

    .guide-label-card__noise {
        grid-column: 1;
    }

    .guide-label-buying-flow > ol {
        grid-template-columns: minmax(0, 1fr);
    }

    .tyre-code {
        flex-wrap: wrap;
    }

    .tyre-code__item {
        flex: 1 1 calc(33.333% - 0.45rem);
    }

    .tyre-code__item--width::after {
        content: none;
    }

    .guide-safety-note {
        padding: 1rem;
    }

    .guide-source-grid {
        grid-template-columns: 1fr;
    }

    .guide-source-grid article {
        min-height: 0;
    }

    .guide-source-grid article > span {
        margin-bottom: 1.25rem;
    }

    .guide-finder {
        padding: 1.25rem;
    }

    .guide-finder__form {
        padding: 1rem;
    }

    .store-section__heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .season-card {
        min-height: 15.5rem;
    }

    .store-knowledge-card {
        padding: 1.5rem;
    }

    .store-label-preview > div {
        min-height: 7.3rem;
    }

    .store-footer__bottom .store-container {
        flex-direction: column;
        gap: 0.25rem;
    }

    .catalog-landing-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.75rem;
    }

    .catalog-result-count {
        min-width: 0;
        width: 100%;
        align-items: baseline;
        flex-direction: row;
        justify-content: center;
        gap: 0.4rem;
    }

    .catalog-active-filters a {
        width: 100%;
        margin: 0.25rem 0 0;
    }

    .catalog-active-filters a.catalog-active-filter {
        width: auto;
        margin: 0;
    }

    .catalog-active-filters a.catalog-active-filters__clear {
        width: 100%;
        margin-top: 0.25rem;
    }

}

@media (max-width: 575.98px) {
    .store-account-link span,
    .store-history-link span,
    .store-cart-link span {
        display: none;
    }

    .store-size-cta {
        width: 100%;
        margin: 0.35rem 0 0;
    }

    .size-finder__fields {
        gap: 0.3rem;
    }

    .size-finder__field label {
        display: block;
    }

    .size-finder__field label small {
        display: block;
    }

    .size-finder__field .form-select {
        height: 3.1rem;
        min-height: 3.1rem;
        padding-right: 1.9rem;
        padding-left: 0.55rem;
        background-position: right 0.45rem center;
        background-size: 0.75rem;
        font-size: 0.95rem;
    }

    .size-finder__separator {
        padding-bottom: 0.72rem;
    }

    .store-label-preview {
        grid-template-columns: 1fr;
    }

    .store-label-preview > div {
        min-height: auto;
        flex-direction: row;
        justify-content: flex-start;
        gap: 1rem;
        text-align: left;
    }

    .store-label-preview dt {
        min-width: 3.8rem;
        margin: 0;
    }

    .guide-static-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.55rem;
    }

    .guide-feature__copy {
        padding: 1.35rem;
    }

    .guide-feature__media figcaption {
        padding: 2.5rem 0.85rem 0.75rem;
        font-size: 0.64rem;
    }

    .guide-label-choice {
        padding: 1.35rem;
    }

    .guide-label-choice__board article {
        padding: 1rem;
    }

    .guide-static-author {
        grid-template-columns: minmax(0, 1fr);
    }

    .product-card__body {
        padding: 0.95rem 1rem 1rem;
    }

    .product-card__heading h3 {
        font-size: 1.08rem;
    }

    .product-card__purchase-meta {
        min-width: 0;
        justify-content: flex-start;
    }

    .product-card__unit-price .product-card__price {
        font-size: 1.68rem;
    }

    .catalog-filter-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

/* Private marketplace chat --------------------------------------------- */

.marketplace-chat-page {
    display: grid;
    gap: 1.35rem;
}

.marketplace-chat-page__header,
.marketplace-conversation__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.marketplace-chat-page__header h1,
.marketplace-conversation__header h1,
.marketplace-chat-compose h1 {
    margin: 0;
    color: var(--pp-navy-deep);
    letter-spacing: -0.025em;
}

.marketplace-chat-page__header p:last-child,
.marketplace-conversation__header p:last-child {
    margin: 0.35rem 0 0;
    color: var(--pp-muted);
}

.marketplace-chat-list {
    display: grid;
    overflow: hidden;
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius);
    background: var(--pp-surface);
    box-shadow: var(--pp-shadow-sm);
}

.marketplace-chat-list__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 6.5rem;
    padding: 1rem 1.15rem;
    gap: 1rem;
    color: inherit;
    text-decoration: none;
}

.marketplace-chat-list__item + .marketplace-chat-list__item {
    border-top: 1px solid var(--pp-line);
}

.marketplace-chat-list__item--unread {
    background: #fffaf5;
    box-shadow: inset 0.25rem 0 0 var(--bs-danger);
}

.marketplace-chat-list__item--unread strong {
    font-weight: 850;
}

.marketplace-chat-list__item:hover,
.marketplace-chat-list__item:focus-visible {
    background: var(--pp-mint-soft);
}

.marketplace-chat-list__item > div:first-child,
.marketplace-chat-list__meta {
    display: grid;
    gap: 0.2rem;
}

.marketplace-chat-list__item strong {
    color: var(--pp-navy-deep);
    font-size: 1.05rem;
}

.marketplace-chat-list__item span:not(.store-eyebrow, .badge),
.marketplace-chat-list__meta {
    color: var(--pp-muted);
    font-size: 0.82rem;
}

.marketplace-chat-list__meta {
    justify-items: end;
    text-align: right;
}

.marketplace-chat-compose,
.marketplace-conversation {
    width: min(100%, 58rem);
    margin-inline: auto;
    padding: clamp(1rem, 3vw, 1.75rem);
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius-lg);
    background: var(--pp-surface);
    box-shadow: var(--pp-shadow);
}

.marketplace-chat-compose form,
.marketplace-conversation__form {
    display: grid;
    margin-top: 1.25rem;
    gap: 0.8rem;
}

.marketplace-chat-compose__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.marketplace-chat-safety {
    display: flex;
    align-items: flex-start;
    margin-top: 1.25rem;
    padding: 0.9rem;
    border-radius: var(--pp-radius);
    gap: 0.7rem;
    color: var(--pp-navy-deep);
    background: var(--pp-mint-soft);
}

.marketplace-chat-safety > .store-icon {
    width: 1.35rem;
    height: 1.35rem;
    flex: 0 0 auto;
    color: var(--pp-mint-dark);
}

.marketplace-chat-safety p {
    margin: 0.2rem 0 0;
    color: var(--pp-muted);
    font-size: 0.82rem;
}

.marketplace-conversation__messages {
    display: flex;
    min-height: 12rem;
    margin-top: 1.25rem;
    padding: 1rem;
    flex-direction: column;
    gap: 0.75rem;
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius);
    background: var(--pp-surface-soft);
}

.marketplace-message {
    width: min(88%, 38rem);
    padding: 0.75rem 0.9rem;
    align-self: flex-start;
    border: 1px solid var(--pp-line);
    border-radius: 0.25rem var(--pp-radius) var(--pp-radius);
    background: #fff;
    box-shadow: 0 0.3rem 1rem rgba(15, 38, 66, 0.05);
}

.marketplace-message--own {
    align-self: flex-end;
    border-color: rgba(22, 139, 100, 0.24);
    border-radius: var(--pp-radius) 0.25rem var(--pp-radius) var(--pp-radius);
    background: var(--pp-mint-soft);
}

.marketplace-message header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.8rem;
}

.marketplace-message time {
    color: var(--pp-muted);
    font-size: 0.72rem;
}

.marketplace-message p {
    margin: 0.45rem 0 0;
    overflow-wrap: anywhere;
    white-space: normal;
}

@media (max-width: 575.98px) {
    .marketplace-chat-page__header,
    .marketplace-conversation__header,
    .marketplace-chat-list__item {
        align-items: stretch;
        flex-direction: column;
    }

    .marketplace-chat-list__meta {
        justify-items: start;
        text-align: left;
    }

    .marketplace-message {
        width: 94%;
    }

    .marketplace-chat-compose__actions .btn {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

@media print {
    .store-header,
    .store-footer,
    .store-hero__actions,
    .product-card__actions {
        display: none !important;
    }

    body.storefront-shell {
        background: #fff;
    }

    .store-main {
        width: 100%;
        padding: 0;
    }
}

.store-mega-menu__search {
    display: grid;
    grid-template-columns: minmax(11rem, 0.45fr) minmax(20rem, 1fr);
    align-items: center;
    gap: 0.7rem 1rem;
    margin: 0;
    padding: 0.85rem 1.25rem;
    border-top: 1px solid var(--pp-line);
    background: #f8fafb;
}

.store-mega-menu__search label {
    display: block;
    margin: 0;
    color: var(--pp-ink-soft);
    font-size: .75rem;
    font-weight: 700;
}

.store-mega-menu__search > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    min-width: 0;
}

.store-mega-menu__search .catalog-search-autocomplete__results {
    position: static;
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: 15rem;
    margin-top: -0.2rem;
}

.store-mega-menu__search input,
.store-mega-menu__search button {
    min-width: 0;
    min-height: 2.45rem;
    padding: .45rem .65rem;
    border: 1px solid var(--pp-line-strong);
}

.store-mega-menu__search input {
    width: 100%;
    border-radius: .55rem 0 0 .55rem;
}

.store-mega-menu__search button {
    color: #fff;
    font-weight: 750;
    border-color: var(--pp-primary);
    border-radius: 0 .55rem .55rem 0;
    background: var(--pp-primary);
}

.catalog-search-autocomplete {
    position: relative;
}

.catalog-search-autocomplete__results {
    position: absolute;
    z-index: 1100;
    top: calc(100% + 0.4rem);
    right: 0;
    left: 0;
    overflow: auto;
    max-height: min(25rem, 56vh);
    padding: 0.35rem;
    border: 1px solid var(--pp-line-strong);
    border-radius: 0.85rem;
    background: #fff;
    box-shadow: 0 1.1rem 2.8rem rgba(16, 42, 67, 0.2);
}

.catalog-search-autocomplete__results[hidden] {
    display: none !important;
}

.catalog-search-autocomplete__option {
    display: grid;
    min-width: 0;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.65rem;
    padding: 0.72rem;
    border-radius: 0.65rem;
    color: var(--pp-ink) !important;
    text-decoration: none;
}

.catalog-search-autocomplete__option:hover,
.catalog-search-autocomplete__option:focus-visible,
.catalog-search-autocomplete__option.is-active {
    outline: 0;
    background: var(--pp-primary-soft);
}

.catalog-search-autocomplete__option-icon {
    display: inline-grid;
    width: 2rem;
    height: 2rem;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--pp-navy);
    font-size: 0.66rem;
    font-weight: 850;
}

.catalog-search-autocomplete__option > span:nth-child(2),
.catalog-search-autocomplete__option strong,
.catalog-search-autocomplete__option small {
    display: block;
    min-width: 0;
}

.catalog-search-autocomplete__option strong {
    overflow: hidden;
    font-size: 0.82rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.catalog-search-autocomplete__option small {
    overflow: hidden;
    margin-top: 0.1rem;
    color: var(--pp-muted);
    font-size: 0.69rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.catalog-search-autocomplete__option-arrow {
    color: var(--pp-primary-dark);
    font-weight: 850;
}

.tyre-search-page__header,
.tyre-search-page__examples,
.tyre-search-page__results {
    padding: clamp(1.1rem, 3vw, 2.3rem);
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius-lg);
    background: #fff;
    box-shadow: var(--pp-shadow-sm);
}

.tyre-search-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: .65rem;
    max-width: 58rem;
    margin-top: 1.25rem;
}

/* Customer tyre history -------------------------------------------------- */

.tyre-history {
    display: grid;
    min-width: 0;
    max-width: 100%;
    gap: 1.25rem;
}

.tyre-history__header {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: clamp(1.4rem, 4vw, 2.5rem);
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius-lg);
    background:
        radial-gradient(circle at 92% 5%, rgba(8, 127, 91, .13), transparent 34%),
        #fff;
    box-shadow: var(--pp-shadow-sm);
}

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

.tyre-history__header h1 {
    margin: 0;
    color: var(--pp-ink);
    font-size: clamp(1.85rem, 4vw, 3rem);
}

.tyre-history__header p:last-child {
    max-width: 44rem;
    margin: .65rem 0 0;
    color: var(--pp-muted);
}

.tyre-history__account-note,
.tyre-history__browser-note {
    display: flex;
    align-items: center;
    gap: .9rem;
    padding: 1rem 1.1rem;
    border: 1px solid #b9dfd1;
    border-radius: var(--pp-radius);
    color: var(--pp-ink);
    background: var(--pp-primary-soft);
}

.tyre-history__account-note .store-icon,
.tyre-history__browser-note .store-icon {
    flex: 0 0 auto;
    width: 1.45rem;
    height: 1.45rem;
    color: var(--pp-primary-dark);
}

.tyre-history__account-note div,
.tyre-history__browser-note div {
    display: grid;
    min-width: 0;
    gap: .15rem;
}

.tyre-history__account-note span,
.tyre-history__browser-note span {
    color: var(--pp-ink-soft);
    font-size: .88rem;
}

.tyre-history__section,
.tyre-history__empty {
    min-width: 0;
    padding: clamp(1.1rem, 3vw, 1.7rem);
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius-lg);
    background: #fff;
    box-shadow: var(--pp-shadow-sm);
}

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

.tyre-history__section-heading h2 {
    margin: 0;
    color: var(--pp-ink);
    font-size: clamp(1.25rem, 3vw, 1.65rem);
}

.tyre-history__section-heading > span {
    color: var(--pp-muted);
    font-size: .82rem;
    font-weight: 700;
}

.tyre-history__product-grid {
    display: grid;
    min-width: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.tyre-history__product-card {
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid var(--pp-line);
    border-radius: 1.25rem;
    background: var(--pp-surface);
    box-shadow: 0 .45rem 1.35rem rgba(16, 42, 67, .06);
}

.tyre-history__product-media {
    display: grid;
    overflow: hidden;
    margin: 0;
    aspect-ratio: 1 / 1;
    place-items: center;
    border-radius: 0;
    background:
        radial-gradient(circle at 50% 50%, #fff 0 36%, transparent 72%),
        linear-gradient(145deg, #fbfcfc, #eef5f3);
}

.tyre-history__product-media img,
.tyre-history__product-media .tyre-history__placeholder-image {
    width: 100%;
    height: 100%;
    padding: .12rem;
    object-fit: contain;
    transition: transform 220ms ease;
}

.tyre-history__product-card:hover .tyre-history__product-media img {
    transform: scale(1.035);
}

.tyre-history__placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--pp-muted);
    font-size: 2.2rem;
}

.tyre-history__placeholder .store-icon {
    width: 2.2rem;
    height: 2.2rem;
}

.tyre-history__product-card > div {
    display: grid;
    min-width: 0;
    align-content: start;
    gap: .28rem;
    padding: .9rem 1rem 1rem;
}

.tyre-history__product-card span,
.tyre-history__product-card small {
    color: var(--pp-muted);
    font-size: .74rem;
}

.tyre-history__product-card h3 {
    margin: 0;
    overflow-wrap: anywhere;
    font-size: 1.08rem;
}

.tyre-history__product-card h3 a {
    color: var(--pp-ink);
    text-decoration: none;
}

.tyre-history__product-card h3 a:hover {
    color: var(--pp-primary-dark);
    text-decoration: underline;
}

.tyre-history__product-card strong,
.tyre-history__product-card data {
    color: var(--pp-ink-soft);
    font-size: .9rem;
    font-weight: 750;
}

.tyre-history__comparison-grid {
    display: grid;
    min-width: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .9rem;
}

.tyre-history__comparison-card {
    display: grid;
    min-width: 0;
    align-content: start;
    gap: .7rem;
    padding: 1rem;
    border: 1px solid var(--pp-line);
    border-radius: var(--pp-radius);
    background: linear-gradient(145deg, #fff, #f7fafb);
}

.tyre-history__comparison-card > div:first-child {
    display: flex;
    justify-content: space-between;
    gap: .75rem;
    color: var(--pp-muted);
    font-size: .75rem;
    font-weight: 700;
}

.tyre-history__comparison-card h3 {
    margin: 0;
    overflow-wrap: anywhere;
    color: var(--pp-ink);
    font-size: 1.05rem;
}

.tyre-history__comparison-card ul {
    display: grid;
    margin: 0;
    padding: 0;
    gap: .35rem;
    color: var(--pp-ink-soft);
    font-size: .8rem;
    list-style: none;
}

.tyre-history__comparison-card li {
    padding-bottom: .35rem;
    border-bottom: 1px solid var(--pp-line);
    overflow-wrap: anywhere;
}

.tyre-history__comparison-card .btn {
    justify-self: start;
}

.tyre-history__unavailable,
.tyre-history__retention-note {
    margin: 0;
    color: var(--pp-muted);
    font-size: .78rem;
}

.tyre-history__empty {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.tyre-history__empty > .store-icon {
    flex: 0 0 auto;
    width: 2.4rem;
    height: 2.4rem;
    color: var(--pp-primary);
}

.tyre-history__empty h2 {
    margin: 0 0 .25rem;
    color: var(--pp-ink);
    font-size: 1.2rem;
}

.tyre-history__empty p {
    margin: 0;
    color: var(--pp-muted);
}

.tyre-history__clear {
    justify-self: start;
}

.tyre-history__local-content:not([hidden]) {
    display: grid;
    min-width: 0;
    gap: 1.25rem;
}

@media (max-width: 1199.98px) {
    .tyre-history__product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .tyre-history__header,
    .tyre-history__section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .tyre-history__header .btn {
        width: 100%;
    }

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

@media (max-width: 575.98px) {
    .tyre-history__product-grid {
        grid-template-columns: minmax(0, 1fr);
    }

}

@media (max-width: 575.98px) {
    .store-mega-menu__search {
        grid-template-columns: minmax(0, 1fr);
        padding: 0.9rem 1rem;
    }

    .store-mega-menu__search .catalog-search-autocomplete__results {
        grid-template-columns: minmax(0, 1fr);
    }

    .store-mega-menu__search > div,
    .tyre-search-form {
        grid-template-columns: minmax(0, 1fr);
    }

    .store-mega-menu__search input,
    .store-mega-menu__search button {
        width: 100%;
        border-radius: .55rem;
    }

    .tyre-search-form .btn {
        width: 100%;
    }
}

/* Public, privacy-safe marketplace seller profile. */
.marketplace-card__seller-link {
    color: var(--pp-primary-dark);
    display: block;
    font-size: .7rem;
    font-weight: 750;
    margin-top: .25rem;
    text-decoration: underline;
    text-underline-offset: .15em;
}

.marketplace-listing__seller-link {
    color: var(--pp-primary-dark);
    display: inline-flex;
    margin-top: .3rem;
    font-size: .76rem;
    font-weight: 750;
    text-decoration-thickness: .08em;
    text-underline-offset: .15em;
}

.marketplace-listing__seller {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.marketplace-listing__seller-rating {
    display: block;
    color: var(--pp-muted);
    font-size: .76rem;
    font-weight: 650;
}

/* Optional analytics choice: compact, non-blocking and equal-action banner. */
.privacy-consent-banner {
    position: fixed;
    z-index: 1080;
    right: 0;
    bottom: 0;
    left: 0;
    padding: .75rem;
    color: #fff;
    background: rgba(8, 29, 49, .98);
    box-shadow: 0 -.5rem 2rem rgba(8, 29, 49, .22);
}

.privacy-consent-banner__inner {
    display: flex;
    width: min(100%, 76rem);
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: 1rem 2rem;
}

.privacy-consent-banner__copy {
    max-width: 47rem;
}

.privacy-consent-banner h2 {
    margin: 0 0 .25rem;
    color: #fff;
    font-size: 1.05rem;
}

.privacy-consent-banner p {
    margin: 0;
    color: #e8f0f4;
    font-size: .88rem;
}

.privacy-consent-banner a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: .15em;
}

.privacy-consent-banner__actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: .55rem;
}

.privacy-consent-banner__actions button {
    min-height: 2.65rem;
    padding: .55rem .85rem;
    border: 2px solid #fff;
    border-radius: .55rem;
    color: var(--pp-navy-deep);
    background: #fff;
    font-weight: 750;
}

.privacy-consent-banner__actions button:hover,
.privacy-consent-banner__actions button:focus-visible {
    color: #fff;
    background: transparent;
}

@media (max-width: 991.98px) {
    .privacy-consent-banner__inner,
    .privacy-consent-banner__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .privacy-consent-banner__actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .privacy-consent-banner__actions a {
        grid-column: 1 / -1;
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .privacy-consent-banner {
        padding: .7rem;
    }

    .privacy-consent-banner__actions {
        grid-template-columns: minmax(0, 1fr);
    }

    .privacy-consent-banner__actions a {
        grid-column: auto;
    }
}

@media (max-width: 767.98px) {
    .storefront-shell .breadcrumb,
    .store-breadcrumb ol {
        width: 100%;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 0.25rem;
        white-space: nowrap;
        scrollbar-width: none;
        overscroll-behavior-inline: contain;
        -webkit-overflow-scrolling: touch;
    }

    .storefront-shell .breadcrumb::-webkit-scrollbar,
    .store-breadcrumb ol::-webkit-scrollbar {
        display: none;
    }

    .storefront-shell .breadcrumb-item,
    .store-breadcrumb li {
        flex: 0 0 auto;
        overflow-wrap: normal;
    }

    .catalog-landing-heading .catalog-result-count {
        padding: 0;
        border: 0;
        background: transparent;
    }
}
/* Storefront support chat ------------------------------------------------ */

.support-chat__launcher {
    position: fixed;
    right: max(1rem, env(safe-area-inset-right));
    bottom: max(1rem, env(safe-area-inset-bottom));
    z-index: 1040;
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    min-height: 3.25rem;
    padding: .8rem 1rem;
    border: 0;
    border-radius: 999px;
    background: #f7c948;
    color: #102a43;
    font-weight: 800;
    box-shadow: 0 14px 34px rgba(16, 42, 67, .24);
}

.support-chat__launcher:hover,
.support-chat__launcher:focus-visible {
    background: #ffd66b;
    transform: translateY(-1px);
}

.support-chat__launcher .store-icon {
    width: 1.35rem;
    height: 1.35rem;
}

.support-chat__unread {
    position: absolute;
    top: -.25rem;
    right: -.15rem;
    display: grid;
    min-width: 1.25rem;
    height: 1.25rem;
    padding-inline: .25rem;
    place-items: center;
    border: 2px solid #fff;
    border-radius: 999px;
    background: #c9362b;
    color: #fff;
    font-size: .66rem;
    line-height: 1;
}

.support-chat__dialog {
    width: min(27rem, calc(100vw - 2rem));
    max-width: none;
    max-height: min(44rem, calc(100dvh - 2rem));
    margin: auto 1rem 1rem auto;
    padding: 0;
    border: 0;
    border-radius: 1.25rem;
    overflow: hidden;
    background: #fff;
    color: #102a43;
    box-shadow: 0 28px 80px rgba(16, 42, 67, .34);
}

.support-chat__dialog::backdrop {
    background: rgba(5, 20, 34, .42);
    backdrop-filter: blur(2px);
}

.support-chat__panel {
    display: flex;
    height: min(44rem, calc(100dvh - 2rem));
    flex-direction: column;
    max-height: min(44rem, calc(100dvh - 2rem));
}

.support-chat__header {
    display: grid;
    grid-template-columns: 3.25rem minmax(0, 1fr) 2.25rem;
    align-items: center;
    gap: .75rem;
    padding: 1rem;
    background: linear-gradient(135deg, #102a43, #176b87);
    color: #fff;
}

.support-chat__header img {
    width: 3.25rem;
    height: 3.25rem;
    border: 2px solid rgba(255, 255, 255, .7);
    border-radius: 50%;
    object-fit: cover;
}

.support-chat__header strong,
.support-chat__header span {
    display: block;
}

.support-chat__header span {
    margin-top: .15rem;
    color: rgba(255, 255, 255, .8);
    font-size: .78rem;
    line-height: 1.35;
}

.support-chat__header button {
    width: 2.25rem;
    height: 2.25rem;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
}

.support-chat__body {
    flex: 1;
    min-height: 0;
    padding: 1rem;
    overflow-y: auto;
    background: #f5f8fb;
}

.support-chat__body--conversation {
    display: grid;
    grid-template-areas:
        "context"
        "thread"
        "notifications"
        "form";
    grid-template-rows: auto minmax(0, 1fr) auto auto;
    overflow: hidden;
}

.support-chat__body--conversation .support-chat__context {
    grid-area: context;
}

.support-chat__body--conversation .support-chat__thread {
    grid-area: thread;
    min-height: 0;
    max-height: none;
}

.support-chat__body--conversation .support-chat__notifications {
    grid-area: notifications;
}

.support-chat__body--conversation .support-chat__form {
    grid-area: form;
    position: relative;
    z-index: 2;
    min-height: 0;
    padding: .65rem;
    border: 1px solid #d7e2eb;
    border-radius: .9rem;
    background: #fff;
    box-shadow: 0 -8px 24px rgba(16, 42, 67, .06);
}

.support-chat__body--conversation .support-chat__identity,
.support-chat__identity[hidden] {
    display: none;
}

.support-chat__body--conversation .support-chat__message textarea {
    min-height: 3.6rem;
    max-height: 8rem;
}

.support-chat__welcome > p {
    margin: 0 0 .7rem;
    font-weight: 800;
}

.support-chat__suggestions {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    margin-bottom: .9rem;
}

.support-chat__suggestions button {
    padding: .45rem .65rem;
    border: 1px solid #cbd9e6;
    border-radius: 999px;
    background: #fff;
    color: #184766;
    font-size: .78rem;
    font-weight: 700;
}

.support-chat__quick-answer {
    display: grid;
    gap: .35rem;
    margin: -.25rem 0 .9rem;
    padding: .75rem .8rem;
    border: 1px solid #b8dfd1;
    border-radius: .8rem;
    color: #173c52;
    background: #eefaf6;
}

.support-chat__quick-answer[hidden] {
    display: none;
}

.support-chat__quick-answer strong {
    color: #087f5b;
    font-size: .76rem;
}

.support-chat__quick-answer p,
.support-chat__quick-answer small {
    margin: 0;
    line-height: 1.45;
}

.support-chat__quick-answer p {
    font-size: .84rem;
}

.support-chat__quick-answer small {
    color: #5c7280;
    font-size: .69rem;
}

.support-chat__context {
    margin: 0 0 .65rem;
    padding: .52rem .65rem;
    border: 1px solid #c9dbe6;
    border-radius: .72rem;
    background: #fff;
    color: #496678;
    font-size: .72rem;
    line-height: 1.35;
}

.support-chat__context[hidden] {
    display: none;
}

.support-chat__context a,
.support-chat__context strong {
    color: #125f79;
    font-weight: 800;
}

.support-chat__thread {
    display: flex;
    flex-direction: column;
    gap: .55rem;
    max-height: 16rem;
    margin-bottom: .8rem;
    padding-right: .2rem;
    overflow-y: auto;
}

.support-chat__notifications {
    margin: -.15rem 0 .7rem;
}

.support-chat__notifications button {
    display: inline-flex;
    min-height: 2.25rem;
    align-items: center;
    gap: .4rem;
    padding: .4rem .65rem;
    border: 1px solid #cbd9e6;
    border-radius: 999px;
    background: #fff;
    color: #184766;
    font-size: .76rem;
    font-weight: 750;
}

.support-chat__notifications button:disabled {
    color: #176b87;
    background: #e9f7f2;
}

.support-chat__bubble {
    max-width: 84%;
    padding: .65rem .75rem;
    border-radius: 1rem;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    font-size: .88rem;
    line-height: 1.45;
}

.support-chat__entry {
    display: flex;
    flex-direction: column;
    max-width: 84%;
}

.support-chat__entry--customer {
    align-self: flex-end;
    align-items: flex-end;
}

.support-chat__entry--operator {
    align-self: flex-start;
    align-items: flex-start;
}

.support-chat__operator-identity {
    display: flex;
    align-items: center;
    gap: .42rem;
    margin: 0 0 .28rem .12rem;
    color: #244b63;
    font-size: .72rem;
    line-height: 1.2;
}

.support-chat__operator-avatar {
    display: inline-grid;
    width: 1.55rem;
    height: 1.55rem;
    place-items: center;
    flex: 0 0 auto;
    border: 1px solid #b9d9e4;
    border-radius: 50%;
    background: #e6f5f8;
    color: #0d5f77;
    font-size: .66rem;
    font-weight: 850;
}

.support-chat__entry .support-chat__bubble {
    max-width: 100%;
}

.support-chat__message-meta {
    display: flex;
    align-items: center;
    gap: .38rem;
    margin-top: .18rem;
    padding-inline: .2rem;
    color: #60798a;
    font-size: .68rem;
    line-height: 1.25;
}

.support-chat__receipt {
    font-weight: 700;
}

.support-chat__receipt--read {
    color: #176b87;
}

.support-chat__bubble--customer {
    border-bottom-right-radius: .25rem;
    background: #176b87;
    color: #fff;
}

.support-chat__bubble--operator {
    border: 1px solid #d7e2eb;
    border-bottom-left-radius: .25rem;
    background: #fff;
}

.support-chat__form,
.support-chat__identity {
    display: grid;
    gap: .65rem;
}

.support-chat__identity {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.support-chat__identity label span {
    display: block;
    margin-bottom: .25rem;
    font-size: .76rem;
    font-weight: 800;
}

.support-chat__identity input,
.support-chat__message textarea {
    width: 100%;
    border: 1px solid #bdccda;
    border-radius: .7rem;
    background: #fff;
    color: #102a43;
}

.support-chat__identity input {
    min-height: 2.7rem;
    padding: .55rem .65rem;
}

.support-chat__message textarea {
    min-height: 5.5rem;
    padding: .7rem;
    resize: vertical;
}

.support-chat__identity input:focus,
.support-chat__message textarea:focus {
    border-color: #176b87;
    outline: 3px solid rgba(23, 107, 135, .15);
}

.support-chat__status {
    min-height: 1.2rem;
    margin: 0;
    color: #526b7a;
    font-size: .78rem;
}

.support-chat__attachment-picker {
    display: flex;
    align-items: center;
    gap: .65rem;
    min-width: 0;
}

.support-chat__attachment-button {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    color: #163d69;
    font-size: .84rem;
    font-weight: 750;
    cursor: pointer;
}

.support-chat__attachment-button input {
    position: absolute;
    inline-size: 1px;
    block-size: 1px;
    overflow: hidden;
    clip-path: inset(50%);
}

.support-chat__attachment-button:focus-within {
    outline: 2px solid #225f9d;
    outline-offset: 4px;
    border-radius: .25rem;
}

.support-chat__attachment-summary {
    overflow: hidden;
    color: #52657a;
    font-size: .78rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.support-chat__attachments {
    display: grid;
    gap: .3rem;
    margin-top: .35rem;
}

.support-chat__attachment {
    display: block;
    max-width: 100%;
    padding: .45rem .6rem;
    border: 1px solid #d9e3ed;
    border-radius: .55rem;
    background: #f6f9fc;
    color: #294761;
    font-size: .76rem;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

a.support-chat__attachment {
    color: #15599a;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.support-chat__attachment--rejected {
    border-color: #f1cbc7;
    background: #fff6f5;
    color: #8d2f27;
}

.support-chat__send {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: .45rem;
    min-height: 2.9rem;
    border: 0;
    border-radius: .7rem;
    background: #f7c948;
    color: #102a43;
    font-weight: 850;
}

.support-chat__send:disabled {
    opacity: .65;
}

.legal-chat-support {
    position: relative;
    display: grid;
    overflow: hidden;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 1.15rem;
    padding: clamp(1.1rem, 3vw, 1.6rem);
    border: 1px solid #0d685f;
    border-radius: 1rem;
    color: #fff;
    background:
        radial-gradient(circle at 92% 0, rgb(255 202 61 / 22%), transparent 34%),
        linear-gradient(125deg, #082f3d, #086c60);
    box-shadow: 0 .9rem 2.4rem rgb(16 42 67 / 14%);
}

.legal-chat-support__icon {
    display: inline-flex;
    width: 3.6rem;
    height: 3.6rem;
    align-items: center;
    justify-content: center;
    border-radius: .9rem;
    color: #15324a;
    background: #ffd04f;
}

.legal-chat-support__icon .store-icon {
    width: 1.7rem;
    height: 1.7rem;
}

.legal-chat-support__copy {
    min-width: 0;
}

.legal-chat-support__copy .store-eyebrow {
    margin-bottom: .25rem;
    color: #ffe18a;
}

.legal-chat-support__copy h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.3rem, 3vw, 1.8rem);
    letter-spacing: -.025em;
}

.legal-chat-support__copy > p:not(.store-eyebrow) {
    margin: .4rem 0 0;
    color: rgb(255 255 255 / 78%);
    line-height: 1.5;
}

.legal-chat-support__copy ul {
    display: flex;
    flex-wrap: wrap;
    margin: .75rem 0 0;
    padding: 0;
    gap: .45rem;
    list-style: none;
}

.legal-chat-support__copy li {
    padding: .3rem .55rem;
    border: 1px solid rgb(255 255 255 / 16%);
    border-radius: 999px;
    color: rgb(255 255 255 / 86%);
    background: rgb(255 255 255 / 8%);
    font-size: .75rem;
    font-weight: 700;
}

.legal-chat-support__button {
    display: inline-flex;
    min-height: 3rem;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    color: #102a43;
    font-weight: 850;
    white-space: nowrap;
}

.legal-chat-support__button .store-icon {
    width: 1.1rem;
    height: 1.1rem;
}

@media (max-width: 575.98px) {
    .legal-chat-support {
        grid-template-columns: auto minmax(0, 1fr);
        align-items: start;
        gap: .85rem;
        padding: 1rem;
    }

    .legal-chat-support__icon {
        width: 3rem;
        height: 3rem;
    }

    .legal-chat-support__copy ul {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }

    .legal-chat-support__button {
        width: 100%;
        grid-column: 1 / -1;
        white-space: normal;
    }

    .product-grid-progressive__more:not([hidden]) {
        display: inline-flex;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .support-chat__launcher {
        right: max(.75rem, env(safe-area-inset-right));
        bottom: max(.75rem, env(safe-area-inset-bottom));
        justify-content: center;
        width: 2.875rem;
        height: 2.875rem;
        min-height: 0;
        padding: 0;
    }

    .support-chat__launcher > span {
        display: none;
    }

    .support-chat__dialog {
        width: 100%;
        height: 100dvh;
        max-height: none;
        margin: 0;
        border-radius: 0;
    }

    .support-chat__panel {
        height: 100dvh;
        max-height: none;
    }

    .support-chat__body {
        flex: 1;
        padding-bottom: max(1rem, env(safe-area-inset-bottom));
    }

    .support-chat__body--conversation .support-chat__thread {
        max-height: none;
        flex: 1;
    }

    .support-chat__body--conversation .support-chat__form {
        padding-bottom: max(.65rem, env(safe-area-inset-bottom));
    }

    .support-chat__identity {
        grid-template-columns: 1fr;
    }

    .product-card--tyre {
        display: grid;
        min-height: 18.5rem;
        grid-template-columns: minmax(9rem, 44%) minmax(0, 1fr);
        border-radius: 1rem;
    }

    .product-card--tyre .product-card__media {
        width: 100%;
        height: 100%;
        min-height: 18.5rem;
        aspect-ratio: auto;
        border-right: 1px solid var(--pp-line);
    }

    .product-card--tyre .product-card__image {
        padding: 0.3rem;
    }

    .product-card--tyre .product-card__badges {
        top: 0.5rem;
        right: 0.45rem;
        left: 0.45rem;
        gap: 0.25rem;
    }

    .product-card--tyre .product-card__badges span {
        max-width: 100%;
        padding: 0.27rem 0.43rem;
        font-size: 0.57rem;
    }

    .product-card--tyre .product-card__body {
        min-width: 0;
        padding: 0.68rem 0.65rem 0.7rem;
    }

    .product-card--tyre .product-card__brand {
        min-height: 1.1rem;
        font-size: 0.62rem;
    }

    .product-card--tyre .tyre-brand-mark--compact {
        width: 4.4rem;
        height: 1.4rem;
    }

    .product-card--tyre .product-card__heading h3 {
        min-height: 1.2em;
        margin-top: 0.16rem;
        font-size: 0.96rem;
        line-height: 1.18;
    }

    .product-card--tyre .product-card__review-proof {
        margin-top: 0.25rem;
        gap: 0.2rem;
        font-size: 0.62rem;
    }

    .product-card--tyre .product-card__review-proof .tyre-review-stars,
    .product-card--tyre .product-card__review-proof strong {
        font-size: 0.66rem;
    }

    .product-card--tyre .product-card__fitment {
        margin-top: 0.34rem;
        gap: 0.38rem;
    }

    .product-card--tyre .product-card__fitment strong {
        font-size: 0.88rem;
    }

    .product-card--tyre .product-card__indices {
        min-width: 2rem;
        min-height: 1.38rem;
        padding: 0.14rem 0.34rem;
    }

    .product-card--tyre .product-card__indices b {
        font-size: 0.68rem;
    }

    .product-card--tyre .product-card__label-data {
        margin-top: 0.38rem;
        border-radius: 0.58rem;
    }

    .product-card--tyre .product-card__label-data > div {
        padding: 0.31rem 0.2rem;
    }

    .product-card--tyre .product-card__label-data dd {
        gap: 0.22rem;
        font-size: 0.72rem;
    }

    .product-card--tyre .product-card__label-data dd .store-icon {
        width: 0.78rem;
        height: 0.78rem;
    }

    .product-card--tyre .product-card__footer {
        grid-template-columns: minmax(0, 1fr);
        align-items: stretch;
        gap: 0.4rem;
        padding-top: 0.46rem;
    }

    .product-card--tyre .product-card__commerce {
        gap: 0.27rem;
    }

    .product-card--tyre .product-card__pricing-label {
        font-size: 0.57rem;
    }

    .product-card--tyre .product-card__unit-price .product-card__price {
        font-size: 1.3rem;
        white-space: normal;
    }

    .product-card--tyre .product-card__purchase-meta {
        grid-column: auto;
        gap: 0.24rem;
    }

    .product-card--tyre .product-card__monthly-price {
        padding: 0.24rem 0.38rem;
    }

    .product-card--tyre .product-card__monthly-price .product-card__pricing-label {
        font-size: 0.55rem;
    }

    .product-card--tyre .product-card__monthly-price .product-card__price {
        font-size: 0.63rem;
    }

    .product-card--tyre .product-card__availability--available {
        padding: 0.24rem 0.36rem;
        font-size: 0.58rem;
    }

    .product-card--tyre .product-card__actions .btn,
    .product-card--tyre .product-card__primary-link {
        min-height: 2.3rem;
        padding: 0.42rem 0.46rem;
        gap: 0.25rem;
        border-radius: 0.66rem;
        font-size: 0.7rem;
    }
}
/* Catalogue filters replace this bounded SSR region after each choice. */
[data-catalog-results-root] {
    position: relative;
}

[data-catalog-results-root].is-loading {
    min-height: 12rem;
    opacity: 0.58;
    pointer-events: none;
}

[data-catalog-results-root].is-loading::after {
    position: absolute;
    z-index: 5;
    top: 1.25rem;
    left: 50%;
    width: 2rem;
    height: 2rem;
    content: '';
    border: 0.2rem solid rgb(0 126 99 / 22%);
    border-top-color: var(--pp-primary);
    border-radius: 50%;
    animation: catalog-results-spin 0.7s linear infinite;
}

/* Long result pages remain complete in the DOM and accessible to crawlers,
   while the browser can defer layout and paint work for distant cards until
   the visitor approaches them. The intrinsic block size keeps scrolling
   stable while an off-screen card is skipped. */
@supports (content-visibility: auto) {
    .product-grid > :nth-child(n + 7),
    .workshop-card-list > :nth-child(n + 7),
    .marketplace-card-grid > :nth-child(n + 7) {
        content-visibility: auto;
        contain-intrinsic-size: auto 34rem;
    }
}

@keyframes catalog-results-spin {
    to {
        transform: rotate(360deg);
    }
}

