.jbj-price-info-body {
    background: var(--jbj-page);
}

.jbj-price-info-body .jbj-desktop-nav .is-current {
    color: var(--jbj-blue);
    font-weight: 700;
}

.jbj-price-info-body .jbj-desktop-nav .is-current::after {
    width: 100%;
}

.jbj-price-info {
    min-height: 100vh;
    padding-bottom: 56px;
    overflow: hidden;
}

.jbj-price-hero {
    --jbj-price-hero-height: clamp(350px, 29vw, 440px);
    position: relative;
    z-index: 1;
    min-height: var(--jbj-price-hero-height);
    overflow: hidden;
    background:
        radial-gradient(circle at 88% 15%, rgba(255, 255, 255, .9) 0 3px, transparent 4px),
        radial-gradient(circle at 72% 75%, rgba(255, 255, 255, .72) 0 5px, transparent 6px),
        linear-gradient(120deg, #e7f4ff 0%, #cfe7ff 48%, #9fc9fb 100%);
}

.jbj-price-hero-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    width: min(1180px, calc(100% - 48px));
    min-height: var(--jbj-price-hero-height);
    padding: 48px 52px;
    margin: 0 auto;
}

.jbj-price-hero::before,
.jbj-price-hero::after {
    position: absolute;
    right: -8%;
    bottom: -54%;
    width: 75%;
    height: 90%;
    border: 2px solid rgba(255, 255, 255, .72);
    border-radius: 50%;
    box-shadow: 0 0 42px rgba(255, 255, 255, .54), inset 0 0 38px rgba(255, 255, 255, .32);
    content: "";
    pointer-events: none;
    transform: rotate(-9deg);
}

.jbj-price-hero::after {
    right: -2%;
    bottom: -64%;
    border-width: 14px;
    opacity: .38;
    transform: rotate(-4deg);
}

.jbj-price-hero-copy {
    position: relative;
    z-index: 3;
    width: min(610px, 58%);
    color: #17243a;
}

.jbj-price-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 13px;
    color: #fff;
    background: linear-gradient(90deg, #258cff, #5967e8);
    border-radius: 8px;
    box-shadow: 0 9px 22px rgba(50, 111, 215, .2);
    font-size: 12px;
    font-weight: 800;
    gap: 7px;
}

.jbj-price-hero h1 {
    margin: 17px 0 7px;
    color: #17243a;
    font-size: clamp(38px, 3.5vw, 50px);
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1.12;
}

.jbj-price-hero-copy > p {
    max-width: 560px;
    margin: 0;
    color: #49627e;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.65;
}

.jbj-price-note {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 13px;
    margin-top: 18px;
    color: #ba672e;
    background: rgba(255, 248, 229, .9);
    border: 1px solid rgba(235, 162, 84, .32);
    border-radius: 18px;
    font-size: 12px;
    gap: 7px;
}

.jbj-price-visual {
    position: absolute;
    right: 24px;
    bottom: 52px;
    z-index: 2;
    width: 420px;
    height: 240px;
}

.jbj-price-visual-orbit {
    position: absolute;
    inset: 10px 26px 6px;
    border: 2px solid rgba(255, 255, 255, .74);
    border-radius: 50%;
    box-shadow: 0 0 38px rgba(255, 255, 255, .6), inset 0 0 32px rgba(255, 255, 255, .38);
    transform: rotate(-12deg);
}

.jbj-price-visual-card {
    position: absolute;
    top: 48px;
    right: 76px;
    display: grid;
    grid-template-columns: 52px 1fr;
    align-items: center;
    min-width: 220px;
    padding: 17px 18px;
    color: #25415f;
    background: rgba(255, 255, 255, .82);
    border: 1px solid rgba(255, 255, 255, .95);
    border-radius: 16px;
    box-shadow: 0 20px 42px rgba(53, 103, 178, .16);
    backdrop-filter: blur(10px);
}

.jbj-price-visual-card i {
    display: grid;
    grid-row: 1 / span 2;
    width: 42px;
    height: 42px;
    color: #fff;
    background: linear-gradient(145deg, #ff9852, #ff6844);
    border-radius: 12px;
    font-size: 18px;
    place-items: center;
}

.jbj-price-visual-card b {
    color: #20344f;
    font-size: 18px;
}

.jbj-price-visual-card small {
    margin-top: 2px;
    color: #7890aa;
    font-size: 10px;
}

.jbj-price-visual-chip {
    position: absolute;
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    color: #2777cc;
    background: rgba(255, 255, 255, .88);
    border: 1px solid rgba(255, 255, 255, .95);
    border-radius: 16px;
    box-shadow: 0 12px 25px rgba(53, 103, 178, .14);
    font-size: 11px;
    font-weight: 700;
    gap: 6px;
}

.jbj-price-visual-chip.is-down {
    right: 2px;
    bottom: 31px;
    color: #148b65;
}

.jbj-price-visual-chip.is-time {
    top: 14px;
    left: 13px;
}

.jbj-price-shell {
    position: relative;
    z-index: 3;
    width: min(1180px, calc(100% - 48px));
    margin: -44px auto 0;
}

.jbj-price-shell::before {
    position: absolute;
    top: 35px;
    left: 50%;
    z-index: -1;
    width: 100vw;
    height: 340px;
    background: linear-gradient(180deg, rgba(225, 239, 255, .94) 0%, rgba(239, 247, 255, .82) 48%, rgba(245, 247, 250, 0) 100%);
    content: "";
    pointer-events: none;
    transform: translateX(-50%);
}

.jbj-price-shell::after {
    position: absolute;
    top: -82px;
    left: 50%;
    z-index: -1;
    width: calc(100vw + 96px);
    height: 164px;
    background: radial-gradient(ellipse at center, rgba(225, 240, 255, .82) 0%, rgba(237, 247, 255, .48) 48%, rgba(245, 249, 253, 0) 76%);
    content: "";
    filter: blur(24px);
    pointer-events: none;
    transform: translateX(-50%);
}

.jbj-price-panel {
    padding: 28px 30px 24px;
    background: rgba(255, 255, 255, .97);
    border: 1px solid rgba(70, 119, 188, .1);
    border-radius: 18px;
    box-shadow: 0 20px 52px rgba(54, 82, 125, .1);
}

.jbj-price-panel-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 22px;
    border-bottom: 1px solid #e9eef4;
    gap: 24px;
}

.jbj-price-panel-heading > div > span {
    color: var(--jbj-blue);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
}

.jbj-price-panel-heading h2 {
    margin: 4px 0 3px;
    color: #17243a;
    font-size: 24px;
    font-weight: 800;
}

.jbj-price-panel-heading p {
    margin: 0;
    color: #8a98aa;
    font-size: 12px;
}

.jbj-price-filter {
    display: flex;
    align-items: center;
    gap: 8px;
}

.jbj-price-filter label {
    color: #52647b;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.jbj-price-filter > span {
    display: flex;
    align-items: center;
    width: 228px;
    min-height: 40px;
    padding: 0 12px;
    background: #f7f9fc;
    border: 1px solid #e1e8f0;
    border-radius: 9px;
    gap: 8px;
}

.jbj-price-filter > span i {
    color: #8e9caf;
}

.jbj-price-filter input {
    width: 100%;
    min-width: 0;
    height: 38px;
    padding: 0;
    color: #273950;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 13px;
}

.jbj-price-filter button,
.jbj-price-filter > a,
.jbj-price-view,
.jbj-price-empty > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 17px;
    border: 0;
    border-radius: 9px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.jbj-price-filter button {
    color: #fff;
    background: linear-gradient(90deg, #2993ff, #517af0);
    box-shadow: 0 8px 18px rgba(45, 133, 242, .2);
    cursor: pointer;
}

.jbj-price-filter > a {
    color: #63758d;
    background: #f1f4f8;
}

.jbj-price-list {
    display: grid;
    margin-top: 18px;
    gap: 10px;
}

.jbj-price-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 244px 150px 94px;
    align-items: center;
    min-height: 92px;
    padding: 13px 14px;
    background: linear-gradient(110deg, #fff 0%, #fbfdff 100%);
    border: 1px solid #e8eef5;
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(50, 82, 126, .05);
    gap: 18px;
}

.jbj-price-product {
    display: flex;
    align-items: center;
    min-width: 0;
    color: #26364d;
    gap: 13px;
}

.jbj-price-product img {
    flex: 0 0 62px;
    width: 62px;
    height: 62px;
    object-fit: cover;
    background: #f2f6fa;
    border: 1px solid #e8eef4;
    border-radius: 11px;
}

.jbj-price-product span {
    min-width: 0;
}

.jbj-price-product strong,
.jbj-price-product small {
    display: block;
}

.jbj-price-product strong {
    display: -webkit-box;
    overflow: hidden;
    color: #223249;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.jbj-price-product small {
    margin-top: 5px;
    overflow: hidden;
    color: #96a4b5;
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jbj-price-compare {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    padding: 9px 12px;
    background: #f5f8fc;
    border-radius: 11px;
    gap: 13px;
}

.jbj-price-compare span,
.jbj-price-compare small {
    display: block;
}

.jbj-price-compare span {
    min-width: 68px;
}

.jbj-price-compare small {
    margin-bottom: 3px;
    color: #9aa7b6;
    font-size: 9px;
}

.jbj-price-compare del {
    color: #8794a5;
    font-size: 13px;
    font-variant-numeric: tabular-nums;
}

.jbj-price-compare strong {
    color: #f05e34;
    font-size: 17px;
    font-variant-numeric: tabular-nums;
}

.jbj-price-compare > i {
    color: #b0bbc8;
    font-size: 12px;
}

.jbj-price-update {
    min-width: 0;
}

.jbj-price-delta {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 9px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    gap: 5px;
    white-space: nowrap;
}

.jbj-price-delta.is-down {
    color: #11845f;
    background: #e8f8f2;
}

.jbj-price-delta.is-up {
    color: #db5c43;
    background: #fff0eb;
}

.jbj-price-delta.is-same {
    color: #67798f;
    background: #eef2f6;
}

.jbj-price-update time {
    display: flex;
    align-items: center;
    margin-top: 7px;
    color: #8d9bad;
    font-size: 10px;
    font-variant-numeric: tabular-nums;
    gap: 5px;
}

.jbj-price-view {
    min-height: 38px;
    padding: 0 13px;
    color: #fff;
    background: linear-gradient(90deg, var(--jbj-button-start), var(--jbj-button));
    box-shadow: 0 8px 18px rgba(255, 101, 64, .18);
    gap: 6px;
}

.jbj-price-pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 20px;
    margin-top: 18px;
    border-top: 1px solid #edf1f5;
    gap: 2px;
}

.jbj-price-pagination .jbj-page-total {
    margin-right: auto;
    color: #8997a8;
    font-size: 12px;
}

.jbj-price-pagination a,
.jbj-price-pagination span,
.jbj-price-pagination em {
    flex: 0 0 auto;
}

.jbj-price-empty {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 58px 20px 48px;
    text-align: center;
}

.jbj-price-empty > span {
    display: grid;
    width: 72px;
    height: 72px;
    color: var(--jbj-blue);
    background: #eaf4ff;
    border-radius: 50%;
    font-size: 24px;
    place-items: center;
}

.jbj-price-empty h3 {
    margin: 17px 0 5px;
    color: #293b53;
    font-size: 18px;
}

.jbj-price-empty p {
    margin: 0 0 18px;
    color: #8a98aa;
    font-size: 12px;
}

.jbj-price-empty > a {
    color: #fff;
    background: linear-gradient(90deg, #2993ff, #517af0);
}

.jbj-price-filter input:focus-visible,
.jbj-price-filter button:focus-visible,
.jbj-price-filter > a:focus-visible,
.jbj-price-product:focus-visible,
.jbj-price-view:focus-visible,
.jbj-price-empty > a:focus-visible {
    outline: none;
    outline-offset: 0;
}

@media (hover: hover) and (pointer: fine) {
    .jbj-price-item,
    .jbj-price-view,
    .jbj-price-filter button {
        transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
    }

    .jbj-price-item:hover {
        border-color: #d8e7f6;
        box-shadow: 0 13px 28px rgba(50, 82, 126, .09);
        transform: translateY(-2px);
    }

    .jbj-price-view:hover {
        color: #fff;
        box-shadow: 0 11px 22px rgba(255, 101, 64, .26);
        transform: translateY(-1px);
    }

    .jbj-price-filter button:hover {
        box-shadow: 0 11px 22px rgba(45, 133, 242, .28);
        transform: translateY(-1px);
    }
}

@media (max-width: 1040px) {
    .jbj-price-visual {
        right: 18px;
        transform: scale(.9);
        transform-origin: right bottom;
    }

    .jbj-price-item {
        grid-template-columns: minmax(0, 1fr) 220px 138px 88px;
        gap: 12px;
    }
}

@media (max-width: 900px) {
    .jbj-price-hero-copy {
        width: 62%;
    }

    .jbj-price-panel-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .jbj-price-filter {
        width: 100%;
    }

    .jbj-price-filter > span {
        flex: 1 1 auto;
        width: auto;
    }

    .jbj-price-item {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .jbj-price-product {
        grid-column: 1 / -1;
    }

    .jbj-price-compare {
        justify-content: flex-start;
    }

    .jbj-price-view {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    .jbj-price-info {
        padding-bottom: 92px;
    }

    .jbj-price-hero {
        --jbj-price-hero-height: 330px;
        background:
            radial-gradient(circle at 88% 18%, rgba(255, 255, 255, .9) 0 3px, transparent 4px),
            radial-gradient(circle at 66% 34%, rgba(255, 255, 255, .78) 0 4px, transparent 5px),
            linear-gradient(180deg, #b8d8ff 0%, #c9e1ff 44%, #e8f3ff 72%, #f5faff 100%);
    }

    .jbj-price-hero::before {
        display: none;
    }

    .jbj-price-hero::after {
        inset: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, rgba(232, 244, 255, .9) 0%, rgba(232, 244, 255, .68) 52%, rgba(232, 244, 255, .08) 80%, transparent 100%);
        border: 0;
        border-radius: 0;
        box-shadow: none;
        opacity: 1;
        transform: none;
    }

    .jbj-price-hero-inner {
        align-items: flex-start;
        width: 100%;
        padding: 28px 18px;
    }

    .jbj-price-hero-copy {
        width: 76%;
        max-width: 300px;
    }

    .jbj-price-eyebrow {
        min-height: 28px;
        padding: 0 10px;
        border-radius: 7px;
        font-size: 10px;
    }

    .jbj-price-hero h1 {
        margin-top: 13px;
        font-size: 30px;
    }

    .jbj-price-hero-copy > p {
        max-width: 330px;
        font-size: 14px;
        line-height: 1.6;
    }

    .jbj-price-note {
        min-height: 31px;
        padding: 0 10px;
        margin-top: 11px;
        font-size: 10px;
    }

    .jbj-price-visual {
        right: 0;
        bottom: -2px;
        width: 214px;
        height: 128px;
        transform: none;
    }

    .jbj-price-visual-orbit {
        inset: 4px 10px 0;
    }

    .jbj-price-visual-card {
        top: 34px;
        right: 34px;
        min-width: 146px;
        padding: 9px 10px;
        border-radius: 10px;
        grid-template-columns: 35px 1fr;
    }

    .jbj-price-visual-card i {
        width: 29px;
        height: 29px;
        border-radius: 8px;
        font-size: 12px;
    }

    .jbj-price-visual-card b {
        font-size: 12px;
    }

    .jbj-price-visual-card small {
        font-size: 7px;
    }

    .jbj-price-visual-chip {
        min-height: 24px;
        padding: 0 8px;
        font-size: 8px;
        gap: 4px;
    }

    .jbj-price-visual-chip.is-down {
        right: 2px;
        bottom: 16px;
    }

    .jbj-price-visual-chip.is-time {
        top: 6px;
        left: 8px;
    }

    .jbj-price-shell {
        width: calc(100% - 20px);
        margin-top: -24px;
    }

    .jbj-price-shell::before {
        height: 240px;
        background: linear-gradient(180deg, rgba(232, 243, 255, .96) 0%, rgba(241, 247, 253, .86) 50%, rgba(245, 247, 250, 0) 100%);
    }

    .jbj-price-shell::after {
        top: -54px;
        width: calc(100vw + 48px);
        height: 112px;
        filter: blur(16px);
    }

    .jbj-price-panel {
        padding: 18px 12px 13px;
        border-radius: 13px;
    }

    .jbj-price-panel-heading {
        padding-bottom: 16px;
        gap: 15px;
    }

    .jbj-price-panel-heading h2 {
        font-size: 20px;
    }

    .jbj-price-panel-heading p {
        font-size: 11px;
    }

    .jbj-price-filter {
        display: grid;
        grid-template-columns: 1fr auto auto;
        gap: 8px;
    }

    .jbj-price-filter label {
        grid-column: 1 / -1;
    }

    .jbj-price-filter > span {
        width: 100%;
        min-width: 0;
    }

    .jbj-price-filter input {
        font-size: 16px;
    }

    .jbj-price-filter button,
    .jbj-price-filter > a {
        min-height: 40px;
        padding: 0 13px;
    }

    .jbj-price-list {
        margin-top: 12px;
        gap: 8px;
    }

    .jbj-price-item {
        grid-template-columns: minmax(0, 1fr) auto;
        min-height: 0;
        padding: 11px;
        border-radius: 12px;
        gap: 8px 10px;
    }

    .jbj-price-product {
        grid-column: 1 / -1;
        gap: 10px;
    }

    .jbj-price-product img {
        flex-basis: 48px;
        width: 48px;
        height: 48px;
        border-radius: 9px;
    }

    .jbj-price-product strong {
        font-size: 13px;
        line-height: 1.45;
    }

    .jbj-price-product small {
        margin-top: 3px;
    }

    .jbj-price-compare {
        grid-column: 1 / -1;
        justify-content: flex-start;
        min-height: 44px;
        padding: 6px 10px;
        gap: 8px;
    }

    .jbj-price-compare span {
        display: flex;
        align-items: baseline;
        min-width: 0;
        gap: 4px;
    }

    .jbj-price-compare small {
        margin-bottom: 0;
        font-size: 8px;
    }

    .jbj-price-compare del {
        font-size: 12px;
    }

    .jbj-price-compare strong {
        font-size: 15px;
    }

    .jbj-price-compare > i {
        font-size: 10px;
    }

    .jbj-price-update {
        display: flex;
        align-items: center;
        align-self: center;
        gap: 7px;
    }

    .jbj-price-delta {
        min-height: 26px;
        padding: 0 7px;
        font-size: 10px;
    }

    .jbj-price-update time {
        margin-top: 0;
        font-size: 9px;
        white-space: nowrap;
    }

    .jbj-price-view {
        grid-column: auto;
        min-width: 76px;
        min-height: 36px;
        padding: 0 11px;
    }

    .jbj-price-pagination {
        overflow-x: auto;
        justify-content: flex-start;
    }

    .jbj-price-pagination .jbj-page-total {
        display: none;
    }

    .jbj-price-empty {
        padding: 46px 16px 38px;
    }
}

@media (max-width: 380px) {
    .jbj-price-filter {
        grid-template-columns: 1fr auto;
    }

    .jbj-price-filter > a {
        grid-column: 1 / -1;
    }

    .jbj-price-visual {
        right: 0;
    }

    .jbj-price-delta {
        padding: 0 7px;
        font-size: 10px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .jbj-price-item,
    .jbj-price-view,
    .jbj-price-filter button {
        transition: none;
    }
}
