:root {
    --gsp-bg: #06101d;
    --gsp-panel: #0d1d31;
    --gsp-panel-soft: #132741;
    --gsp-paper: #f4f7fb;
    --gsp-white: #fff;
    --gsp-ink: #132033;
    --gsp-muted: #64748b;
    --gsp-line: rgba(12, 30, 51, .12);
    --gsp-blue: #1da1ff;
    --gsp-lime: #b8ff3d;
    --gsp-radius: 18px;
    --gsp-radius-lg: 28px;
}

.jml-gsp-shop,
.jml-gsp-single {
    background: var(--gsp-paper);
    color: var(--gsp-ink);
}

.jml-gsp-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(58px, 7vw, 92px) 0 54px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    background:
        radial-gradient(circle at 82% 14%, rgba(29, 161, 255, .2), transparent 25rem),
        radial-gradient(circle at 12% 88%, rgba(184, 255, 61, .08), transparent 22rem),
        var(--gsp-bg);
    color: #fff;
}

.jml-gsp-hero::after {
    position: absolute;
    inset: auto -8% -60px auto;
    width: 42%;
    height: 180px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50% 50% 0 0;
    content: "";
    transform: rotate(-8deg);
}

.jml-gsp-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: clamp(32px, 6vw, 80px);
    align-items: end;
}

.jml-gsp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 17px;
    color: var(--gsp-lime);
    font-family: "Barlow Condensed", sans-serif;
    font-size: .92rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.jml-gsp-eyebrow::before {
    width: 24px;
    height: 3px;
    border-radius: 99px;
    background: currentColor;
    content: "";
}

.jml-gsp-hero h1 {
    max-width: 900px;
    margin-bottom: 20px;
    font-size: clamp(3.1rem, 7.5vw, 6.8rem);
}

.jml-gsp-hero p {
    max-width: 740px;
    margin: 0;
    color: #c6d1df;
    font-size: clamp(1rem, 2vw, 1.2rem);
}

.jml-gsp-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-top: 26px;
    color: #e8eef7;
    font-size: .92rem;
    font-weight: 700;
}

.jml-gsp-trust span::first-letter {
    color: var(--gsp-lime);
}

.jml-gsp-hero aside {
    position: relative;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 24px 8px 24px 8px;
    background: rgba(255, 255, 255, .05);
    backdrop-filter: blur(12px);
}

.jml-gsp-hero aside strong {
    display: block;
    color: var(--gsp-lime);
    font-family: "Barlow Condensed", sans-serif;
    font-size: 3.3rem;
    line-height: .9;
}

.jml-gsp-hero aside span {
    display: block;
    margin-top: 10px;
    color: #d6e0ec;
    font-size: .9rem;
    line-height: 1.45;
}

.jml-gsp-quick {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: -24px 0 44px;
    position: relative;
    z-index: 3;
}

.jml-gsp-quick a {
    position: relative;
    min-height: 116px;
    padding: 20px 54px 18px 20px;
    overflow: hidden;
    border: 1px solid var(--gsp-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 48px rgba(18, 36, 59, .08);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.jml-gsp-quick a:hover {
    border-color: rgba(29, 161, 255, .35);
    box-shadow: 0 20px 54px rgba(18, 36, 59, .12);
    transform: translateY(-3px);
}

.jml-gsp-quick strong,
.jml-gsp-quick span {
    display: block;
}

.jml-gsp-quick strong {
    margin-bottom: 7px;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.45rem;
    line-height: 1;
}

.jml-gsp-quick span {
    color: var(--gsp-muted);
    font-size: .88rem;
    line-height: 1.45;
}

.jml-gsp-quick b {
    position: absolute;
    top: 16px;
    right: 16px;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 10px;
    background: #eaf7ff;
    color: #0878bf;
    font-size: .78rem;
}

.jml-gsp-picks {
    margin: 0 0 52px;
    padding: clamp(26px, 4vw, 42px);
    border-radius: var(--gsp-radius-lg);
    background: var(--gsp-bg);
    color: #fff;
}

.jml-gsp-section-title {
    display: flex;
    justify-content: space-between;
    gap: 28px;
    align-items: end;
    margin-bottom: 26px;
}

.jml-gsp-section-title span,
.jml-gsp-product-info > div:first-child span,
.jml-gsp-seo > div:first-child span {
    color: var(--gsp-blue);
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.jml-gsp-picks .jml-gsp-section-title span {
    color: var(--gsp-lime);
}

.jml-gsp-section-title h2 {
    margin: 4px 0 0;
    font-size: clamp(2.2rem, 4vw, 3.8rem);
}

.jml-gsp-section-title p {
    max-width: 530px;
    margin: 0;
    color: #aebccc;
}

.jml-gsp-picks-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.jml-gsp-picks .jml-gsp-card {
    border-color: rgba(255, 255, 255, .09);
}

.jml-gsp-mobilebar {
    display: none;
}

.jml-gsp-layout {
    display: grid;
    grid-template-columns: 286px minmax(0, 1fr);
    gap: 30px;
    align-items: start;
    padding-bottom: 70px;
}

.jml-gsp-sidebar {
    position: sticky;
    top: 124px;
    overflow: hidden;
    border: 1px solid var(--gsp-line);
    border-radius: 20px;
    background: #fff;
}

.jml-gsp-filter__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    border-bottom: 1px solid var(--gsp-line);
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.35rem;
}

.jml-gsp-filter-close {
    display: none;
    border: 0;
    background: transparent;
    color: var(--gsp-ink);
    font-size: 2rem;
    line-height: 1;
}

.jml-gsp-filter {
    display: grid;
    gap: 17px;
    padding: 20px;
}

.jml-gsp-field {
    display: grid;
    gap: 7px;
}

.jml-gsp-field > span {
    color: #34455d;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.jml-gsp-field input,
.jml-gsp-field select,
.jml-gsp-sort select {
    width: 100%;
    min-height: 46px;
    padding: 10px 36px 10px 12px;
    border: 1px solid #d8e0e9;
    border-radius: 11px;
    background-color: #fff;
    color: var(--gsp-ink);
    font-size: .92rem;
}

.jml-gsp-field input:focus,
.jml-gsp-field select:focus,
.jml-gsp-sort select:focus {
    border-color: var(--gsp-blue);
    outline: 3px solid rgba(29, 161, 255, .14);
}

.jml-gsp-check {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border-radius: 11px;
    background: #f0f8ff;
    font-size: .9rem;
    font-weight: 700;
}

.jml-gsp-check input {
    width: 18px;
    height: 18px;
    accent-color: var(--gsp-blue);
}

.jml-gsp-submit,
.jml-gsp-buy {
    display: inline-flex;
    min-height: 47px;
    align-items: center;
    justify-content: center;
    padding: 11px 16px;
    border: 0;
    border-radius: 11px;
    background: var(--gsp-lime);
    color: #07111d;
    font-family: "Barlow Condensed", sans-serif;
    font-size: .98rem;
    font-weight: 900;
    letter-spacing: .025em;
    text-align: center;
    text-transform: uppercase;
    transition: transform .2s ease, background .2s ease;
}

.jml-gsp-submit:hover,
.jml-gsp-buy:hover {
    background: #caff70;
    transform: translateY(-2px);
}

.jml-gsp-reset {
    color: #51627a;
    font-size: .87rem;
    font-weight: 700;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.jml-gsp-results__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 17px;
}

.jml-gsp-results__head > div span,
.jml-gsp-results__head > div strong {
    display: block;
}

.jml-gsp-results__head > div span {
    color: var(--gsp-muted);
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
}

.jml-gsp-results__head > div strong {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.6rem;
}

.jml-gsp-sort select {
    min-width: 200px;
}

.jml-gsp-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.jml-gsp-card {
    display: grid;
    grid-template-columns: minmax(152px, 36%) minmax(0, 1fr);
    min-height: 310px;
    overflow: hidden;
    border: 1px solid var(--gsp-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 38px rgba(18, 36, 59, .06);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.jml-gsp-card:hover {
    border-color: rgba(29, 161, 255, .35);
    box-shadow: 0 18px 46px rgba(18, 36, 59, .11);
    transform: translateY(-3px);
}

.jml-gsp-card.is-pick {
    border-color: rgba(184, 255, 61, .58);
}

.jml-gsp-card__media {
    position: relative;
    display: grid;
    min-height: 100%;
    place-items: center;
    padding: 20px;
    background: linear-gradient(145deg, #f8fafc, #e9eff6);
}

.jml-gsp-card__media img {
    width: 100%;
    height: 100%;
    max-height: 250px;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.jml-gsp-pick {
    position: absolute;
    z-index: 2;
    top: 12px;
    left: 12px;
    padding: 7px 9px;
    border-radius: 8px;
    background: var(--gsp-lime);
    color: #07111d;
    font-family: "Barlow Condensed", sans-serif;
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.jml-gsp-placeholder {
    display: grid;
    width: 100%;
    min-height: 160px;
    place-items: center;
    border: 1px dashed #c5d0dc;
    border-radius: 14px;
    color: #8492a6;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.7rem;
    font-weight: 900;
}

.jml-gsp-card__body {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 20px;
}

.jml-gsp-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 10px;
}

.jml-gsp-card__meta span,
.jml-gsp-tag {
    display: inline-flex;
    align-items: center;
    min-height: 25px;
    padding: 4px 8px;
    border-radius: 7px;
    background: #eaf7ff;
    color: #0878bf;
    font-size: .72rem;
    font-weight: 800;
}

.jml-gsp-card h2 {
    margin: 0 0 12px;
    font-size: clamp(1.35rem, 2vw, 1.7rem);
    line-height: 1.05;
}

.jml-gsp-card h2 a:hover {
    color: #0878bf;
}

.jml-gsp-reasons {
    display: grid;
    gap: 7px;
    margin: 0 0 20px;
    padding: 0;
    color: #526278;
    font-size: .85rem;
    line-height: 1.42;
    list-style: none;
}

.jml-gsp-reasons li {
    position: relative;
    padding-left: 21px;
}

.jml-gsp-reasons li::before {
    position: absolute;
    top: .34em;
    left: 0;
    width: 12px;
    height: 7px;
    border-bottom: 2px solid #4eaa16;
    border-left: 2px solid #4eaa16;
    content: "";
    transform: rotate(-45deg);
}

.jml-gsp-card__footer {
    display: grid;
    gap: 11px;
    margin-top: auto;
}

.jml-gsp-price {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.55rem;
    line-height: 1;
}

.jml-gsp-buy {
    width: 100%;
}

.jml-gsp-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-top: 32px;
}

.jml-gsp-pagination .page-numbers {
    display: grid;
    min-width: 42px;
    height: 42px;
    place-items: center;
    padding: 0 12px;
    border: 1px solid #d7e0e9;
    border-radius: 10px;
    background: #fff;
    font-size: .9rem;
    font-weight: 800;
}

.jml-gsp-pagination .current {
    border-color: var(--gsp-blue);
    background: var(--gsp-blue);
    color: #fff;
}

.jml-gsp-no-results,
.jml-gsp-empty {
    padding: 70px 0;
    text-align: center;
}

.jml-gsp-no-results {
    padding: 58px 30px;
    border: 1px solid var(--gsp-line);
    border-radius: 20px;
    background: #fff;
}

.jml-gsp-no-results a {
    color: #0878bf;
    font-weight: 800;
    text-decoration: underline;
}

.jml-gsp-seo {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: clamp(36px, 7vw, 90px);
    margin-bottom: 58px;
    padding: clamp(34px, 5vw, 58px);
    border-radius: var(--gsp-radius-lg);
    background: #fff;
}

.jml-gsp-seo h2,
.jml-gsp-product-info h2 {
    margin-top: 6px;
    font-size: clamp(2.2rem, 4vw, 4rem);
}

.jml-gsp-seo p:last-child {
    margin-bottom: 0;
}

.jml-gsp-faq {
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 80px;
}

.jml-gsp-faq h2 {
    margin-bottom: 22px;
    text-align: center;
}

.jml-gsp-faq details {
    border-top: 1px solid #d9e1ea;
    background: transparent;
}

.jml-gsp-faq details:last-child {
    border-bottom: 1px solid #d9e1ea;
}

.jml-gsp-faq summary {
    padding: 18px 3px;
    cursor: pointer;
    font-weight: 800;
}

.jml-gsp-faq details p {
    margin: 0;
    padding: 0 3px 18px;
    color: var(--gsp-muted);
}

.jml-gsp-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 28px 0;
    color: #62738a;
    font-size: .85rem;
}

.jml-gsp-breadcrumbs a:hover {
    color: #0878bf;
}

.jml-gsp-product {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: clamp(34px, 7vw, 82px);
    align-items: center;
    padding: clamp(28px, 5vw, 58px);
    border: 1px solid var(--gsp-line);
    border-radius: var(--gsp-radius-lg);
    background: #fff;
}

.jml-gsp-product__media {
    position: relative;
    display: grid;
    min-height: 480px;
    place-items: center;
    padding: clamp(24px, 5vw, 48px);
    border-radius: 22px;
    background: linear-gradient(145deg, #f8fafc, #e9eff6);
}

.jml-gsp-product__media img {
    width: 100%;
    height: 100%;
    max-height: 430px;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.jml-gsp-product__summary h1 {
    margin-bottom: 16px;
    color: var(--gsp-ink);
    font-size: clamp(2.7rem, 5.5vw, 5.5rem);
}

.jml-gsp-product__price {
    display: block;
    margin: 26px 0 20px;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 2.4rem;
}

.jml-gsp-product__summary .jml-gsp-reasons {
    max-width: 600px;
    margin-bottom: 28px;
    font-size: .98rem;
}

.jml-gsp-buy--large {
    width: 100%;
    min-height: 58px;
    font-size: 1.08rem;
}

.jml-gsp-disclosure {
    margin: 14px 0 0;
    color: #738095;
    font-size: .78rem;
    line-height: 1.5;
}

.jml-gsp-product-info {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: clamp(36px, 7vw, 90px);
    padding: 75px 0;
}

.jml-gsp-prose {
    color: #415169;
}

.jml-gsp-prose > :last-child {
    margin-bottom: 0;
}

.jml-gsp-back {
    padding: 0 0 75px;
    text-align: center;
}

.jml-gsp-back a {
    color: #0878bf;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.jml-gsp-overlay {
    position: fixed;
    z-index: 1090;
    inset: 0;
    background: rgba(2, 9, 17, .66);
}

@media (max-width: 1180px) {
    .jml-gsp-grid {
        grid-template-columns: 1fr;
    }

    .jml-gsp-picks-grid {
        grid-template-columns: 1fr;
    }

    .jml-gsp-card {
        min-height: 286px;
    }
}

@media (max-width: 900px) {
    .jml-gsp-hero__inner {
        grid-template-columns: 1fr;
    }

    .jml-gsp-hero aside {
        display: none;
    }

    .jml-gsp-quick {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .jml-gsp-section-title,
    .jml-gsp-results__head {
        align-items: flex-start;
    }

    .jml-gsp-layout {
        display: block;
    }

    .jml-gsp-mobilebar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 16px;
    }

    .jml-gsp-mobilebar button {
        min-height: 45px;
        padding: 10px 18px;
        border: 0;
        border-radius: 11px;
        background: var(--gsp-bg);
        color: #fff;
        font-family: "Barlow Condensed", sans-serif;
        font-weight: 900;
        text-transform: uppercase;
    }

    .jml-gsp-mobilebar span {
        color: var(--gsp-muted);
        font-size: .9rem;
    }

    .jml-gsp-sidebar {
        position: fixed;
        z-index: 1100;
        top: 0;
        right: 0;
        bottom: 0;
        width: min(90vw, 380px);
        overflow-y: auto;
        border: 0;
        border-radius: 0;
        box-shadow: -18px 0 60px rgba(0, 0, 0, .25);
        transform: translateX(105%);
        transition: transform .24s ease;
    }

    .jml-gsp-sidebar.is-open {
        transform: translateX(0);
    }

    .jml-gsp-filter-close {
        display: block;
    }

    body.jml-gsp-filtering {
        overflow: hidden;
    }

    .jml-gsp-seo,
    .jml-gsp-product,
    .jml-gsp-product-info {
        grid-template-columns: 1fr;
    }

    .jml-gsp-product__media {
        min-height: 360px;
    }
}

@media (max-width: 620px) {
    .jml-gsp-hero {
        padding-top: 48px;
    }

    .jml-gsp-hero h1 {
        font-size: clamp(2.8rem, 15vw, 4.5rem);
    }

    .jml-gsp-trust {
        display: grid;
        gap: 7px;
    }

    .jml-gsp-quick {
        display: flex;
        gap: 12px;
        margin-right: -20px;
        overflow-x: auto;
        padding: 0 20px 8px 0;
        scroll-snap-type: x mandatory;
    }

    .jml-gsp-quick a {
        flex: 0 0 82%;
        min-height: 105px;
        scroll-snap-align: start;
    }

    .jml-gsp-picks {
        margin-right: -6px;
        margin-left: -6px;
        border-radius: 22px;
    }

    .jml-gsp-section-title {
        display: block;
    }

    .jml-gsp-section-title p {
        margin-top: 12px;
    }

    .jml-gsp-results__head {
        display: grid;
        grid-template-columns: 1fr;
    }

    .jml-gsp-sort select {
        min-width: 0;
    }

    .jml-gsp-card {
        display: block;
        min-height: 0;
    }

    .jml-gsp-card__media {
        min-height: 230px;
    }

    .jml-gsp-card__media img {
        max-height: 210px;
    }

    .jml-gsp-card__body {
        padding: 18px;
    }

    .jml-gsp-card h2 {
        font-size: 1.55rem;
    }

    .jml-gsp-seo {
        margin-right: -6px;
        margin-left: -6px;
        padding: 28px 22px;
        border-radius: 22px;
    }

    .jml-gsp-product {
        margin-right: -6px;
        margin-left: -6px;
        padding: 20px;
        border-radius: 22px;
    }

    .jml-gsp-product__media {
        min-height: 290px;
    }

    .jml-gsp-product-info {
        padding: 52px 0;
    }
}

/* JML Gear Guide 3.0: editorial positioning, responsive refinement and performance */
.jml-gsp-hero {
    padding: clamp(48px, 6vw, 78px) 0 62px;
}

.jml-gsp-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 285px);
}

.jml-gsp-hero h1 {
    max-width: 980px;
    font-size: clamp(2.85rem, 6.4vw, 6rem);
    text-wrap: balance;
}

.jml-gsp-hero p {
    max-width: 800px;
}

.jml-gsp-hero aside {
    border-radius: 20px;
    background: rgba(255, 255, 255, .065);
    backdrop-filter: none;
}

.jml-gsp-hero aside small,
.jml-gsp-hero aside span {
    display: block;
}

.jml-gsp-hero aside small {
    margin-bottom: 15px;
    color: var(--gsp-lime);
    font-size: .73rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.jml-gsp-trust span {
    position: relative;
    padding-left: 18px;
}

.jml-gsp-trust span::before {
    position: absolute;
    top: .55em;
    left: 0;
    width: 8px;
    height: 8px;
    border: 2px solid var(--gsp-lime);
    border-radius: 50%;
    content: "";
}

.jml-gsp-value {
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: -28px 0 48px;
    overflow: hidden;
    border: 1px solid var(--gsp-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 44px rgba(18, 36, 59, .08);
}

.jml-gsp-value > div {
    display: grid;
    gap: 4px;
    min-height: 86px;
    align-content: center;
    padding: 18px 22px;
}

.jml-gsp-value > div + div {
    border-left: 1px solid var(--gsp-line);
}

.jml-gsp-value strong {
    font-family: "Barlow Condensed", Arial, sans-serif;
    font-size: 1.13rem;
}

.jml-gsp-value span {
    color: var(--gsp-muted);
    font-size: .82rem;
}

.jml-gsp-paths {
    display: grid;
    grid-template-columns: minmax(230px, .7fr) minmax(0, 1.3fr);
    gap: clamp(24px, 5vw, 64px);
    align-items: start;
    margin-bottom: 52px;
}

.jml-gsp-paths__intro {
    position: sticky;
    top: 110px;
}

.jml-gsp-paths__intro > span,
.jml-gsp-content__head > span,
.jml-gsp-specs > div:first-child > span {
    color: #0878bf;
    font-size: .77rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.jml-gsp-paths__intro h2,
.jml-gsp-content__head h2,
.jml-gsp-specs h2 {
    margin: 7px 0 12px;
    font-size: clamp(2.2rem, 4vw, 3.75rem);
    line-height: .96;
    text-wrap: balance;
}

.jml-gsp-paths__intro p,
.jml-gsp-content__head p {
    color: var(--gsp-muted);
}

.jml-gsp-paths__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.jml-gsp-paths__grid a {
    position: relative;
    display: grid;
    min-height: 174px;
    align-content: start;
    padding: 22px 52px 22px 22px;
    overflow: hidden;
    border: 1px solid var(--gsp-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(18, 36, 59, .045);
    transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.jml-gsp-paths__grid a:first-child {
    grid-column: 1 / -1;
    min-height: 150px;
    background: var(--gsp-bg);
    color: #fff;
}

.jml-gsp-paths__grid a:hover {
    border-color: rgba(29, 161, 255, .45);
    box-shadow: 0 16px 36px rgba(18, 36, 59, .09);
    transform: translateY(-2px);
}

.jml-gsp-paths__grid b {
    margin-bottom: 22px;
    color: #0878bf;
    font-family: "Barlow Condensed", Arial, sans-serif;
    font-size: .82rem;
    letter-spacing: .08em;
}

.jml-gsp-paths__grid a:first-child b {
    color: var(--gsp-lime);
}

.jml-gsp-paths__grid strong,
.jml-gsp-paths__grid span {
    display: block;
}

.jml-gsp-paths__grid strong {
    margin-bottom: 8px;
    font-family: "Barlow Condensed", Arial, sans-serif;
    font-size: 1.48rem;
    line-height: 1;
}

.jml-gsp-paths__grid span {
    color: var(--gsp-muted);
    font-size: .84rem;
    line-height: 1.48;
}

.jml-gsp-paths__grid a:first-child span {
    color: #b8c5d5;
}

.jml-gsp-paths__grid i {
    position: absolute;
    right: 20px;
    bottom: 18px;
    color: #0878bf;
    font-size: 1.3rem;
    font-style: normal;
}

.jml-gsp-paths__grid a:first-child i {
    color: var(--gsp-lime);
}

.jml-gsp-active-route {
    display: grid;
    gap: 3px;
    padding: 13px;
    border: 1px solid #cde9fb;
    border-radius: 12px;
    background: #eff9ff;
}

.jml-gsp-active-route span {
    color: #0878bf;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.jml-gsp-active-route a {
    margin-top: 4px;
    color: #51627a;
    font-size: .75rem;
    font-weight: 700;
    text-decoration: underline;
}

.jml-gsp-card {
    min-height: 330px;
}

.jml-gsp-card__media {
    isolation: isolate;
}

.jml-gsp-card__media img {
    position: relative;
    z-index: 1;
}

.jml-gsp-card__match {
    margin: 0 0 13px;
    padding: 10px 12px;
    border-left: 3px solid var(--gsp-blue);
    border-radius: 0 9px 9px 0;
    background: #f2f9fe;
    color: #43546b;
    font-size: .8rem;
    line-height: 1.42;
}

.jml-gsp-card__match strong {
    color: var(--gsp-ink);
}

.jml-gsp-price-row {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 9px;
    align-items: baseline;
}

.jml-gsp-price-row del {
    color: #8995a5;
    font-size: .8rem;
}

.jml-gsp-discount {
    padding: 3px 6px;
    border-radius: 6px;
    background: #e9f8de;
    color: #317c0a;
    font-size: .7rem;
    font-weight: 900;
}

.jml-gsp-merchant {
    color: #7c899a;
    font-size: .72rem;
    text-align: center;
}

.jml-gsp-grid .jml-gsp-card:nth-child(n+5) {
    content-visibility: auto;
    contain-intrinsic-size: 330px;
}

.jml-gsp-content {
    display: grid;
    grid-template-columns: minmax(230px, .72fr) minmax(0, 1.28fr);
    gap: clamp(28px, 5vw, 64px);
    margin: 12px 0 64px;
    padding: clamp(28px, 4vw, 48px);
    border-radius: var(--gsp-radius-lg);
    background: var(--gsp-bg);
    color: #fff;
}

.jml-gsp-content__head > span {
    color: var(--gsp-lime);
}

.jml-gsp-content__head p {
    color: #adbac9;
}

.jml-gsp-content__grid {
    display: grid;
    gap: 10px;
}

.jml-gsp-content__grid a {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 5px 18px;
    padding: 17px 19px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 14px;
    background: rgba(255, 255, 255, .045);
}

.jml-gsp-content__grid a:hover {
    border-color: rgba(184, 255, 61, .48);
    background: rgba(255, 255, 255, .075);
}

.jml-gsp-content__grid small {
    grid-column: 1 / -1;
    color: var(--gsp-lime);
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.jml-gsp-content__grid strong {
    font-family: "Barlow Condensed", Arial, sans-serif;
    font-size: 1.24rem;
}

.jml-gsp-content__grid span {
    grid-column: 1;
    color: #b9c4d2;
    font-size: .79rem;
    line-height: 1.45;
}

.jml-gsp-content__grid b {
    grid-row: 2 / 4;
    grid-column: 2;
    align-self: center;
    color: #fff;
    font-size: .76rem;
}

.jml-gsp-verdict {
    margin: 20px 0;
    padding: 17px 18px;
    border: 1px solid #d4e7f4;
    border-radius: 15px;
    background: #f4faff;
}

.jml-gsp-verdict small {
    display: block;
    margin-bottom: 7px;
    color: #0878bf;
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.jml-gsp-verdict p {
    margin: 0;
    color: #34475f;
    line-height: 1.55;
}

.jml-gsp-fit-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.jml-gsp-fit-grid > div {
    padding: 14px;
    border: 1px solid var(--gsp-line);
    border-radius: 13px;
    background: #fff;
}

.jml-gsp-fit-grid span,
.jml-gsp-fit-grid strong {
    display: block;
}

.jml-gsp-fit-grid span {
    margin-bottom: 6px;
    color: var(--gsp-muted);
    font-size: .67rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.jml-gsp-fit-grid strong {
    font-size: .82rem;
    line-height: 1.42;
}

.jml-gsp-specs {
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    gap: clamp(30px, 6vw, 80px);
    margin-bottom: 70px;
    padding: clamp(28px, 5vw, 50px);
    border: 1px solid var(--gsp-line);
    border-radius: var(--gsp-radius-lg);
    background: #fff;
}

.jml-gsp-specs dl {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 22px;
    margin: 0;
}

.jml-gsp-specs dl > div {
    display: grid;
    grid-template-columns: minmax(100px, .8fr) minmax(0, 1.2fr);
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #e4eaf0;
}

.jml-gsp-specs dt {
    color: var(--gsp-muted);
    font-size: .76rem;
    font-weight: 800;
}

.jml-gsp-specs dd {
    margin: 0;
    overflow-wrap: anywhere;
    font-size: .8rem;
}

.jml-gsp-related {
    margin-bottom: 66px;
}

.jml-gsp-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.jml-gsp-related-grid .jml-gsp-card {
    display: flex;
    min-height: 0;
    flex-direction: column;
}

.jml-gsp-related-grid .jml-gsp-card__media {
    min-height: 210px;
}

.jml-gsp-related-grid .jml-gsp-card__match,
.jml-gsp-related-grid .jml-gsp-reasons {
    display: none;
}

.jml-gsp-related-grid .jml-gsp-card h2 {
    font-size: 1.35rem;
}

@media (max-width: 1050px) {
    .jml-gsp-paths,
    .jml-gsp-content {
        grid-template-columns: 1fr;
    }

    .jml-gsp-paths__intro {
        position: static;
    }

    .jml-gsp-related-grid {
        grid-template-columns: 1fr;
    }

    .jml-gsp-related-grid .jml-gsp-card {
        display: grid;
        grid-template-columns: 170px minmax(0, 1fr);
    }
}

@media (max-width: 900px) {
    .jml-gsp-value {
        margin-top: -20px;
    }

    .jml-gsp-specs {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .jml-gsp-value {
        grid-template-columns: 1fr;
        margin-bottom: 38px;
    }

    .jml-gsp-value > div {
        min-height: 70px;
    }

    .jml-gsp-value > div + div {
        border-top: 1px solid var(--gsp-line);
        border-left: 0;
    }

    .jml-gsp-paths__grid {
        grid-template-columns: 1fr;
    }

    .jml-gsp-paths__grid a:first-child {
        grid-column: auto;
    }

    .jml-gsp-paths__grid a {
        min-height: 142px;
    }

    .jml-gsp-fit-grid {
        grid-template-columns: 1fr;
    }

    .jml-gsp-specs dl {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .jml-gsp-hero {
        padding: 40px 0 54px;
    }

    .jml-gsp-hero h1 {
        font-size: clamp(2.45rem, 13.5vw, 4rem);
    }

    .jml-gsp-paths {
        margin-bottom: 40px;
    }

    .jml-gsp-card {
        display: grid;
        grid-template-columns: 118px minmax(0, 1fr);
        min-height: 0;
        border-radius: 16px;
    }

    .jml-gsp-card__media {
        min-height: 100%;
        padding: 11px;
    }

    .jml-gsp-card__media img {
        max-height: 155px;
    }

    .jml-gsp-card__body {
        padding: 14px;
    }

    .jml-gsp-card h2 {
        margin-bottom: 8px;
        font-size: 1.16rem;
        line-height: 1.08;
    }

    .jml-gsp-card__meta {
        margin-bottom: 7px;
    }

    .jml-gsp-card__meta span:nth-child(n+2) {
        display: none;
    }

    .jml-gsp-card__match {
        margin-bottom: 10px;
        padding: 8px 9px;
        font-size: .72rem;
    }

    .jml-gsp-card .jml-gsp-reasons {
        display: none;
    }

    .jml-gsp-price {
        font-size: 1.25rem;
    }

    .jml-gsp-buy {
        min-height: 42px;
        padding: 8px 10px;
        font-size: .82rem;
    }

    .jml-gsp-pick {
        top: 7px;
        left: 7px;
        max-width: calc(100% - 14px);
        padding: 5px 6px;
        font-size: .59rem;
        text-align: center;
    }

    .jml-gsp-merchant,
    .jml-gsp-price-row del {
        display: none;
    }

    .jml-gsp-content {
        margin-right: -6px;
        margin-left: -6px;
        padding: 27px 20px;
        border-radius: 22px;
    }

    .jml-gsp-content__grid a {
        display: block;
    }

    .jml-gsp-content__grid strong,
    .jml-gsp-content__grid span,
    .jml-gsp-content__grid b {
        display: block;
    }

    .jml-gsp-content__grid span {
        margin: 6px 0 12px;
    }

    .jml-gsp-product__summary h1 {
        font-size: clamp(2.3rem, 12vw, 3.5rem);
    }

    .jml-gsp-specs {
        margin-right: -6px;
        margin-left: -6px;
        padding: 25px 20px;
        border-radius: 22px;
    }

    .jml-gsp-specs dl > div {
        grid-template-columns: 1fr;
        gap: 3px;
    }

    .jml-gsp-related-grid .jml-gsp-card {
        grid-template-columns: 110px minmax(0, 1fr);
    }
}

@media (max-width: 390px) {
    .jml-gsp-card {
        grid-template-columns: 102px minmax(0, 1fr);
    }

    .jml-gsp-card__body {
        padding: 12px;
    }

    .jml-gsp-card h2 {
        font-size: 1.03rem;
    }

    .jml-gsp-card__match {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .jml-gsp-card,
    .jml-gsp-paths__grid a,
    .jml-gsp-buy,
    .jml-gsp-submit,
    .jml-gsp-sidebar {
        transition: none;
    }
}

/* JML product-intelligence layer 3.1 */
.jml-gsp-card__evidence{margin:-2px 0 12px;font-size:.78rem;font-weight:750;color:#526070;letter-spacing:.01em}
.jml-gsp-card.is-sterke-match .jml-gsp-card__evidence:before{content:'✓ ';color:#17823b}
.jml-gsp-card.is-goede-match .jml-gsp-card__evidence:before{content:'• ';color:#b97800}
.jml-gsp-card.is-eerst-controleren{border-color:rgba(193,115,0,.35)}
.jml-gsp-card.is-eerst-controleren .jml-gsp-card__evidence:before{content:'! ';color:#b05a00}
.jml-gsp-prose details{margin-top:16px;border:1px solid rgba(15,31,52,.12);border-radius:12px;padding:12px 14px;background:#f8fafc}
.jml-gsp-prose details summary{cursor:pointer;font-weight:800;color:#172840}
.jml-gsp-prose details p{margin:12px 0 0}
@media(max-width:760px){.jml-gsp-card__evidence{font-size:.72rem;margin-bottom:9px}.jml-gsp-prose details{padding:10px 12px}}
.jml-gsp-card__warning{margin:0 0 13px;padding:10px 12px;border-radius:10px;background:#fff7e8;border:1px solid #f2cf8c;color:#65420b;font-size:.8rem;line-height:1.45}

/* JML Gear Guide 3.2: editable landings, compact choice flow and aligned product grid */
.jml-gsp-hero {
    padding: clamp(42px, 5vw, 66px) 0 48px;
}

.jml-gsp-hero h1 {
    max-width: 920px;
    font-size: clamp(2.7rem, 5.7vw, 5.35rem);
}

.jml-gsp-value {
    margin-bottom: 32px;
}

.jml-gsp-choice {
    display: grid;
    grid-template-columns: minmax(210px, .78fr) minmax(0, 1.6fr) auto;
    gap: 22px;
    align-items: center;
    margin: 0 0 34px;
    padding: 20px 22px;
    border: 1px solid var(--gsp-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 36px rgba(18, 36, 59, .065);
}

.jml-gsp-choice__copy {
    display: grid;
    gap: 3px;
}

.jml-gsp-choice__copy > span {
    color: #0878bf;
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.jml-gsp-choice__copy > strong {
    font-family: "Barlow Condensed", Arial, sans-serif;
    font-size: 1.55rem;
    line-height: 1;
}

.jml-gsp-choice__copy > small {
    color: var(--gsp-muted);
    font-size: .78rem;
    line-height: 1.4;
}

.jml-gsp-choice__routes {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.jml-gsp-choice__routes a {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    gap: 9px;
    padding: 8px 12px;
    border: 1px solid #dbe4ed;
    border-radius: 10px;
    background: #f7f9fc;
    color: #263850;
    font-size: .82rem;
    font-weight: 800;
    transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.jml-gsp-choice__routes a:hover {
    border-color: rgba(29, 161, 255, .45);
    background: #edf8ff;
    transform: translateY(-1px);
}

.jml-gsp-choice__routes a span {
    color: #0878bf;
}

.jml-gsp-choice__all {
    white-space: nowrap;
    color: #0878bf;
    font-size: .82rem;
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.jml-gsp-layout {
    grid-template-columns: 248px minmax(0, 1fr);
    gap: 24px;
}

.jml-gsp-sidebar {
    top: 92px;
    max-height: calc(100vh - 112px);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
    box-shadow: 0 10px 34px rgba(18, 36, 59, .055);
}

.jml-gsp-sidebar::-webkit-scrollbar {
    width: 8px;
}

.jml-gsp-sidebar::-webkit-scrollbar-thumb {
    border: 2px solid #fff;
    border-radius: 99px;
    background: #c8d4df;
}

.jml-gsp-filter__head {
    position: sticky;
    z-index: 2;
    top: 0;
    padding: 14px 16px;
    background: #fff;
}

.jml-gsp-filter__head > div {
    display: grid;
    gap: 1px;
}

.jml-gsp-filter__head small {
    color: #0878bf;
    font-family: Arial, sans-serif;
    font-size: .65rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.jml-gsp-filter__head strong {
    font-size: 1.28rem;
}

.jml-gsp-filter {
    gap: 12px;
    padding: 15px;
}

.jml-gsp-field {
    gap: 5px;
}

.jml-gsp-field input,
.jml-gsp-field select,
.jml-gsp-sort select {
    min-height: 42px;
    border-radius: 9px;
    font-size: .86rem;
}

.jml-gsp-check {
    padding: 10px;
    border-radius: 9px;
    font-size: .82rem;
}

.jml-gsp-advanced {
    border: 1px solid #e0e7ef;
    border-radius: 10px;
    background: #fafbfd;
}

.jml-gsp-advanced summary {
    position: relative;
    display: grid;
    gap: 2px;
    padding: 11px 34px 11px 11px;
    cursor: pointer;
    color: #2e4058;
    font-size: .82rem;
    font-weight: 900;
    list-style: none;
}

.jml-gsp-advanced summary::-webkit-details-marker {
    display: none;
}

.jml-gsp-advanced summary::after {
    position: absolute;
    top: 50%;
    right: 12px;
    content: "+";
    color: #0878bf;
    font-size: 1.15rem;
    transform: translateY(-50%);
}

.jml-gsp-advanced[open] summary::after {
    content: "−";
}

.jml-gsp-advanced summary span {
    color: #7a8798;
    font-size: .68rem;
    font-weight: 600;
}

.jml-gsp-advanced > div {
    display: grid;
    gap: 11px;
    padding: 0 11px 11px;
}

.jml-gsp-results__head {
    min-height: 54px;
    margin-bottom: 14px;
    padding: 0 2px;
}

.jml-gsp-sort label {
    display: grid;
    grid-template-columns: auto minmax(170px, 210px);
    gap: 9px;
    align-items: center;
    color: var(--gsp-muted);
    font-size: .75rem;
    font-weight: 800;
}

.jml-gsp-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
    align-items: stretch;
}

.jml-gsp-card {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 178px minmax(0, 1fr);
    min-height: 100%;
    border-radius: 16px;
    box-shadow: 0 8px 28px rgba(18, 36, 59, .05);
}

.jml-gsp-card:hover {
    transform: translateY(-2px);
}

.jml-gsp-card__media {
    min-height: 178px;
    padding: 16px;
    border-bottom: 1px solid #e5ebf1;
}

.jml-gsp-card__media img {
    width: 100%;
    height: 146px;
    max-height: 146px;
}

.jml-gsp-pick {
    top: 10px;
    left: 10px;
    padding: 5px 7px;
    font-size: .66rem;
}

.jml-gsp-card__body {
    display: flex;
    min-height: 0;
    padding: 15px;
}

.jml-gsp-card__meta {
    min-height: 25px;
    margin-bottom: 8px;
}

.jml-gsp-card__meta span,
.jml-gsp-card__meta a,
.jml-gsp-tag {
    display: inline-flex;
    min-height: 23px;
    align-items: center;
    padding: 3px 7px;
    border-radius: 6px;
    background: #eaf7ff;
    color: #0878bf;
    font-size: .66rem;
    font-weight: 800;
}

.jml-gsp-card__meta a:hover {
    text-decoration: underline;
}

.jml-gsp-card h3 {
    display: -webkit-box;
    min-height: 3.15em;
    margin: 0 0 9px;
    overflow: hidden;
    font-size: clamp(1.18rem, 1.5vw, 1.42rem);
    line-height: 1.05;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.jml-gsp-card h3 a:hover {
    color: #0878bf;
}

.jml-gsp-card__match {
    display: -webkit-box;
    min-height: 3.1em;
    margin: 0 0 10px;
    padding: 9px 10px;
    overflow: hidden;
    border-left-width: 2px;
    font-size: .75rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.jml-gsp-card .jml-gsp-reasons {
    gap: 6px;
    margin-bottom: 13px;
    font-size: .76rem;
}

.jml-gsp-card .jml-gsp-reasons li {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.jml-gsp-card__warning {
    display: -webkit-box;
    margin: 0 0 12px;
    padding: 8px 9px;
    overflow: hidden;
    border-radius: 8px;
    background: #fff7e8;
    color: #74511b;
    font-size: .7rem;
    line-height: 1.38;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.jml-gsp-card__footer {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 10px;
    align-items: center;
}

.jml-gsp-price-row {
    min-width: 0;
}

.jml-gsp-price {
    font-size: 1.35rem;
}

.jml-gsp-card .jml-gsp-buy {
    width: auto;
    min-height: 40px;
    padding: 9px 12px;
    border-radius: 9px;
    font-size: .78rem;
}

.jml-gsp-card .jml-gsp-merchant {
    grid-column: 1 / -1;
    text-align: left;
}

.jml-gsp-picks-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.jml-gsp-embedded {
    margin: 30px 0 18px;
    background: transparent;
}

.jml-gsp-embedded__inner {
    width: 100%;
}

.jml-gsp-embedded .jml-gsp-layout {
    padding-bottom: 20px;
}

.jml-gear-guide-editor {
    padding: clamp(36px, 5vw, 68px) 0;
}

.jml-gear-guide-editor__content > :first-child {
    margin-top: 0;
}

.jml-gear-guide-editor__content > p,
.jml-gear-guide-editor__content > ul,
.jml-gear-guide-editor__content > ol,
.jml-gear-guide-editor__content > h2,
.jml-gear-guide-editor__content > h3 {
    max-width: 860px;
}

@media (max-width: 1320px) {
    .jml-gsp-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .jml-gsp-picks-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .jml-gsp-choice {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .jml-gsp-choice__all {
        justify-self: start;
    }

    .jml-gsp-sidebar {
        top: 0;
        max-height: none;
        overflow-y: auto;
    }

    .jml-gsp-filter__head {
        position: static;
    }
}

@media (max-width: 760px) {
    .jml-gsp-value {
        grid-template-columns: 1fr;
    }

    .jml-gsp-value > div {
        min-height: 68px;
    }

    .jml-gsp-value > div + div {
        border-top: 1px solid var(--gsp-line);
        border-left: 0;
    }

    .jml-gsp-choice {
        margin-bottom: 24px;
        padding: 17px;
    }

    .jml-gsp-choice__routes {
        flex-wrap: nowrap;
        margin-right: -17px;
        overflow-x: auto;
        padding: 2px 17px 7px 0;
        scroll-snap-type: x proximity;
    }

    .jml-gsp-choice__routes a {
        flex: 0 0 auto;
        scroll-snap-align: start;
    }

    .jml-gsp-mobilebar {
        position: sticky;
        z-index: 20;
        top: 68px;
        margin: 0 -4px 14px;
        padding: 10px 4px;
        background: rgba(244, 247, 251, .96);
    }

    .jml-gsp-results__head {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .jml-gsp-sort label {
        grid-template-columns: auto 1fr;
    }

    .jml-gsp-grid,
    .jml-gsp-picks-grid {
        grid-template-columns: 1fr;
    }

    .jml-gsp-card {
        grid-template-rows: 158px minmax(0, 1fr);
    }

    .jml-gsp-card__media {
        min-height: 158px;
    }

    .jml-gsp-card__media img {
        height: 130px;
        max-height: 130px;
    }

    .jml-gsp-card h3 {
        min-height: 0;
        font-size: 1.35rem;
    }

    .jml-gsp-card__footer {
        grid-template-columns: minmax(0, 1fr) auto;
    }
}

@media (max-width: 430px) {
    .jml-gsp-card__footer {
        grid-template-columns: 1fr;
    }

    .jml-gsp-card .jml-gsp-buy {
        width: 100%;
    }
}
