/* ============================================
 * ebay — Pochtoy landing
 * Palette: eBay purple #6409f6 + pink #ff1f84 + black text
 * ============================================ */

main.pages-main {
    max-width: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

div.p-ebay-pb {
    --p-purple:     #6409f6;
    --p-purple-dark:#4d06c5;
    --p-pink:       #ff1f84;
    --p-pink-dark:  #d61b6e;
    --p-text:       #1e1e1e;

    color: var(--p-text);
    background: #ffffff;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    box-sizing: border-box;
    overflow-x: clip;
}
div.p-ebay-pb,
div.p-ebay-pb::before,
div.p-ebay-pb::after { box-sizing: border-box; }

.p-ebay-pb__container {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 30px;
    width: 100%;
}

/* ============ Block 1 — Hero (Figma 11:366) ============ */
.p-ebay-pb__hero {
    padding: 60px 0 80px;
    background: #ffffff;
}
.p-ebay-pb__hero-top {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 40px;
    align-items: start;
    max-width: 1128px;
    margin: 0 auto 50px;
    padding: 0 30px;
}
.p-ebay-pb__hero-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}
.p-ebay-pb__hero-title {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.0;
    letter-spacing: -0.8px;
    color: #000000;
    text-transform: uppercase;
    max-width: 770px;
}
.p-ebay-pb__hero-title-brand {
    color: var(--p-purple);
}
.p-ebay-pb__hero-subtitle {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.5px;
    color: #000000;
    max-width: 676px;
}
.p-ebay-pb__hero-subtitle b { font-weight: 700; }
.p-ebay-pb__hero-right {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
    padding-top: 10px;
    min-width: 360px;
}
.p-ebay-pb__hero-arrow-logo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 130px;
    margin-right: 20px;
}
.p-ebay-pb__hero-arrow {
    position: absolute;
    right: 160px;
    top: 0;
    width: 130px;
    height: auto;
    transform: rotate(20deg);
    pointer-events: none;
    z-index: 2;
}
.p-ebay-pb__hero-logo {
    width: 210px;
    height: auto;
    transform: rotate(-8.95deg);
    pointer-events: none;
    position: relative;
    z-index: 1;
}
.p-ebay-pb__hero-cta,
.p-ebay-pb__hero-cta:link,
.p-ebay-pb__hero-cta:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 360px;
    padding: 20px 30px;
    border-radius: 20px;
    background: var(--p-pink);
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
    text-decoration: none !important;
    border: none;
    transition: background .15s ease;
}
.p-ebay-pb__hero-cta:hover,
.p-ebay-pb__hero-cta:active {
    background: var(--p-pink-dark);
    color: #ffffff !important;
}

.p-ebay-pb__hero-banner-wrap {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
}
.p-ebay-pb__hero-banner {
    position: relative;
    height: 450px;
    border-radius: 20px;
    background: var(--p-purple);
    overflow: visible;
}
.p-ebay-pb__hero-banner-clip {
    position: absolute;
    inset: 0;
    border-radius: 20px;
    overflow: hidden;
    z-index: 0;
}
.p-ebay-pb__hero-banner-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    opacity: 0.35;
    mix-blend-mode: luminosity;
    pointer-events: none;
}
.p-ebay-pb__hero-product {
    position: absolute;
    pointer-events: none;
    z-index: 2;
    user-select: none;
}
.p-ebay-pb__hero-product--headphones {
    width: 520px;
    height: auto;
    bottom: 50px;
    left: 30px;
    transform: rotate(14.18deg);
    filter: drop-shadow(0 30px 24px rgba(0,0,0,0.25));
}
.p-ebay-pb__hero-product--airpods {
    width: 260px;
    height: auto;
    bottom: 30px;
    left: 320px;
    transform: rotate(-16.1deg);
    filter: drop-shadow(0 16px 16px rgba(0,0,0,0.25));
    z-index: 3;
}
.p-ebay-pb__hero-product--phone {
    width: 520px;
    height: auto;
    bottom: -130px;
    left: 480px;
    transform: rotate(10.47deg);
    filter: drop-shadow(0 30px 30px rgba(0,0,0,0.3));
    z-index: 3;
}
.p-ebay-pb__hero-woman {
    position: absolute;
    right: 30px;
    bottom: 0;
    width: auto;
    height: 460px;
    z-index: 1;
    pointer-events: none;
    user-select: none;
}

@media (max-width: 1200px) {
    .p-ebay-pb__hero { padding: 40px 0 60px; }
    .p-ebay-pb__hero-top { padding: 0 24px; gap: 24px; margin-bottom: 36px; }
    .p-ebay-pb__hero-title { font-size: 32px; }
    .p-ebay-pb__hero-subtitle { font-size: 20px; }
    .p-ebay-pb__hero-right { min-width: 300px; }
    .p-ebay-pb__hero-cta,
    .p-ebay-pb__hero-cta:link,
    .p-ebay-pb__hero-cta:visited { width: 300px; font-size: 20px; padding: 16px 24px; }
    .p-ebay-pb__hero-arrow-logo { height: 110px; }
    .p-ebay-pb__hero-arrow { width: 100px; right: 125px; top: 5px; }
    .p-ebay-pb__hero-logo { width: 170px; }
    .p-ebay-pb__hero-banner-wrap { max-width: calc(100% - 48px); margin: 0 24px; }
    .p-ebay-pb__hero-banner { height: 360px; }
    .p-ebay-pb__hero-product--headphones { width: 395px; bottom: 40px; left: 20px; }
    .p-ebay-pb__hero-product--airpods { width: 200px; bottom: 30px; left: 240px; }
    .p-ebay-pb__hero-product--phone { width: 400px; bottom: -100px; left: 360px; }
    .p-ebay-pb__hero-woman { height: 380px; right: 20px; }
}

@media (max-width: 720px) {
    .p-ebay-pb__hero { padding: 24px 0 36px; }
    .p-ebay-pb__hero-top {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 0 16px;
        margin-bottom: 24px;
    }
    .p-ebay-pb__hero-title { font-size: 24px; letter-spacing: -0.4px; }
    .p-ebay-pb__hero-subtitle { font-size: 16px; }
    .p-ebay-pb__hero-right {
        min-width: 0;
        align-items: stretch;
        gap: 12px;
    }
    .p-ebay-pb__hero-arrow-logo { display: none; }
    .p-ebay-pb__hero-cta,
    .p-ebay-pb__hero-cta:link,
    .p-ebay-pb__hero-cta:visited { width: 100%; font-size: 18px; padding: 14px 20px; border-radius: 14px; }
    .p-ebay-pb__hero-banner-wrap { max-width: calc(100% - 32px); margin: 0 16px; }
    .p-ebay-pb__hero-banner { height: 280px; border-radius: 16px; }
    .p-ebay-pb__hero-banner-clip { border-radius: 16px; }
    .p-ebay-pb__hero-product--headphones { width: 205px; bottom: 70px; left: -20px; }
}

/* ============ Block 8 — Reviews (Figma 17:1219) ============ */
.p-ebay-pb__reviews {
    padding: 80px 0;
    background: #ffffff;
}
.p-ebay-pb__reviews-inner {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0 30px;
}
.p-ebay-pb__reviews-title {
    margin: 0 0 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -1.5px;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
}
.p-ebay-pb__yandex-badge {
    display: flex;
    align-items: center;
    gap: 26px;
    padding: 10px 20px;
    background: #f7faf8;
    border-radius: 20px;
    margin: 0 auto 30px;
    width: fit-content;
    text-decoration: none !important;
}
.p-ebay-pb__yandex-stars { width: 160px; height: 32px; flex-shrink: 0; }
.p-ebay-pb__yandex-logo  { width: 43px;  height: 43px; flex-shrink: 0; }
.p-ebay-pb__yandex-rating {
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: #000000;
}
.p-ebay-pb__yandex-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #000000;
    text-decoration: underline;
}
.p-ebay-pb__reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 360px));
    gap: 23px;
    justify-content: center;
    margin-bottom: 20px;
}
.p-ebay-pb__review {
    background: #ffffff;
    border: 1px solid #cdd4e2;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.p-ebay-pb__review-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.p-ebay-pb__review-name {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
}
.p-ebay-pb__review-stars { width: 100px; height: 18px; flex-shrink: 0; }
.p-ebay-pb__review-meta {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}
.p-ebay-pb__review-track-label {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 600;
    color: #000000;
}
.p-ebay-pb__review-track-link,
.p-ebay-pb__review-track-link:link,
.p-ebay-pb__review-track-link:visited {
    color: var(--p-purple);
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-decoration: underline;
}
.p-ebay-pb__review-days {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.3;
    color: #000000;
    max-width: 100px;
}
.p-ebay-pb__review-city {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 600;
    color: #000000;
}
.p-ebay-pb__review-text {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    color: #000000;
}
.p-ebay-pb__review-photo {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    margin-top: auto;
}
.p-ebay-pb__reviews-cta,
.p-ebay-pb__reviews-cta:link,
.p-ebay-pb__reviews-cta:visited {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 20px 30px;
    border-radius: 20px;
    background: var(--p-pink);
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1;
    text-decoration: none !important;
    transition: background .15s ease;
}
.p-ebay-pb__reviews-cta:hover { background: var(--p-pink-dark); color: #ffffff !important; }

@media (max-width: 1024px) {
    .p-ebay-pb__reviews { padding: 60px 0; }
    .p-ebay-pb__reviews-inner { padding: 0 20px; }
    .p-ebay-pb__reviews-title { font-size: 24px; }
    .p-ebay-pb__yandex-badge { gap: 14px; padding: 10px 16px; }
    .p-ebay-pb__yandex-stars { width: 120px; height: 24px; }
    .p-ebay-pb__yandex-rating { font-size: 28px; }
    .p-ebay-pb__reviews-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
}

@media (max-width: 720px) {
    .p-ebay-pb__reviews { padding: 36px 0; }
    .p-ebay-pb__reviews-inner { padding: 0 16px; }
    .p-ebay-pb__reviews-title { font-size: 20px; letter-spacing: -0.8px; }
    .p-ebay-pb__yandex-badge { gap: 10px; padding: 8px 14px; flex-wrap: wrap; justify-content: center; }
    .p-ebay-pb__yandex-stars { width: 100px; height: 18px; }
    .p-ebay-pb__yandex-rating { font-size: 22px; }
    .p-ebay-pb__yandex-label { font-size: 12px; }
    .p-ebay-pb__reviews-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto 20px; }
    .p-ebay-pb__reviews-cta,
    .p-ebay-pb__reviews-cta:link,
    .p-ebay-pb__reviews-cta:visited { height: 52px; font-size: 16px; border-radius: 14px; }
}

/* ============ Block 7 — Sneakers promo (Figma 15:1153) ============ */
.p-ebay-pb__promo-sneakers {
    padding: 100px 0 110px;
    background: #ffffff;
    overflow: hidden;
}
.p-ebay-pb__promo-sneakers-inner {
    max-width: 1130px;
    margin: 0 auto;
    padding: 0 30px;
}
.p-ebay-pb__promo-sneakers-banner {
    position: relative;
    width: 100%;
    height: 361px;
    overflow: visible;
}
.p-ebay-pb__promo-sneakers-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    background: #9468ff;
    z-index: 0;
}
.p-ebay-pb__promo-sneakers-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    mix-blend-mode: soft-light;
    pointer-events: none;
    z-index: 1;
}
.p-ebay-pb__promo-sneakers-shoe {
    position: absolute;
    pointer-events: none;
    user-select: none;
    z-index: 2;
    filter: drop-shadow(0 24px 24px rgba(0,0,0,0.25));
}
.p-ebay-pb__promo-sneakers-shoe--1 { width: 320px; left: -90px; top: -80px; }
.p-ebay-pb__promo-sneakers-shoe--2 { width: 270px; left: 80px;  top: 230px; }
.p-ebay-pb__promo-sneakers-shoe--3 { width: 250px; left: 60px;  top: 30px;  transform: rotate(-24.34deg); }
.p-ebay-pb__promo-sneakers-shoe--4 { width: 360px; right: 30px; top: 180px; }
.p-ebay-pb__promo-sneakers-shoe--5 { width: 260px; right: 0; top: -55px; transform: rotate(-23.28deg); }
.p-ebay-pb__promo-sneakers-shoe--6 { width: 340px; right: -40px; top: 70px; }

.p-ebay-pb__promo-sneakers-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
    width: 540px;
}
.p-ebay-pb__promo-sneakers-title {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.1;
    color: #ffffff;
    text-transform: uppercase;
}
.p-ebay-pb__promo-sneakers-subtitle {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    color: #ffffff;
}
.p-ebay-pb__promo-sneakers-price {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 24px;
    margin-top: 8px;
    background: #ffffff;
    border-radius: 34px;
    color: var(--p-purple);
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -2px;
}
.p-ebay-pb__promo-sneakers-cta,
.p-ebay-pb__promo-sneakers-cta:link,
.p-ebay-pb__promo-sneakers-cta:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 15px 30px;
    margin-top: 8px;
    border-radius: 18px;
    background: var(--p-pink);
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1;
    text-decoration: none !important;
    transition: background .15s ease;
}
.p-ebay-pb__promo-sneakers-cta:hover { background: var(--p-pink-dark); color: #ffffff !important; }

@media (max-width: 1024px) {
    .p-ebay-pb__promo-sneakers-inner { padding: 0 20px; }
    .p-ebay-pb__promo-sneakers-banner { height: 320px; }
    .p-ebay-pb__promo-sneakers-shoe--1 { width: 220px; left: 40px; top: -10px; }
    .p-ebay-pb__promo-sneakers-shoe--2 { width: 160px; left: 130px; top: 180px; }
    .p-ebay-pb__promo-sneakers-shoe--3 { width: 160px; left: 30px; top: 170px; }
    .p-ebay-pb__promo-sneakers-shoe--4 { width: 220px; right: 60px; top: 200px; }
    .p-ebay-pb__promo-sneakers-shoe--5 { width: 220px; right: 40px; top: -30px; }
    .p-ebay-pb__promo-sneakers-shoe--6 { width: 200px; right: 0; top: 70px; }
    .p-ebay-pb__promo-sneakers-content { width: 360px; gap: 6px; }
    .p-ebay-pb__promo-sneakers-title { font-size: 22px; }
    .p-ebay-pb__promo-sneakers-subtitle { font-size: 16px; }
    .p-ebay-pb__promo-sneakers-price { font-size: 48px; }
}

@media (max-width: 720px) {
    .p-ebay-pb__promo-sneakers { padding: 20px 0 32px; }
    .p-ebay-pb__promo-sneakers-inner { padding: 0 16px; }
    .p-ebay-pb__promo-sneakers-banner { height: 380px; border-radius: 16px; }
    .p-ebay-pb__promo-sneakers-shoe--1 { width: 140px; left: -10px;  top: 0;     transform: none; }
    .p-ebay-pb__promo-sneakers-shoe--2 { width: 120px; left: 0;       top: auto;  bottom: 0; transform: none; }
    .p-ebay-pb__promo-sneakers-shoe--3 { display: none; }
    .p-ebay-pb__promo-sneakers-shoe--4 { width: 140px; right: -10px;  top: auto;  bottom: 0; transform: none; }
    .p-ebay-pb__promo-sneakers-shoe--5 { width: 130px; right: 0;      top: -10px; transform: rotate(-23.28deg); }
    .p-ebay-pb__promo-sneakers-shoe--6 { display: none; }
    .p-ebay-pb__promo-sneakers-content {
        top: 50%;
        width: calc(100% - 32px);
    }
    .p-ebay-pb__promo-sneakers-title { font-size: 20px; }
    .p-ebay-pb__promo-sneakers-subtitle { font-size: 14px; }
    .p-ebay-pb__promo-sneakers-price { font-size: 40px; padding: 4px 18px; }
    .p-ebay-pb__promo-sneakers-cta,
    .p-ebay-pb__promo-sneakers-cta:link,
    .p-ebay-pb__promo-sneakers-cta:visited { font-size: 15px; height: 44px; border-radius: 14px; }
}

/* ============ Block 6 — Catalog (Figma 12:1083) ============ */
.p-ebay-pb__catalog {
    padding: 80px 0;
    background: #ffffff;
}
.p-ebay-pb__catalog-inner {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0 30px;
}
.p-ebay-pb__catalog-title {
    margin: 0 0 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -1.5px;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
}
.p-ebay-pb__catalog-tabs {
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin: 0 auto 30px;
    width: fit-content;
    border-radius: 10px;
    overflow: hidden;
}
.p-ebay-pb__catalog-tab {
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid var(--p-purple);
    background: #ffffff;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    padding: 10px 20px;
    cursor: pointer;
    margin: 0;
    transition: background .15s ease, color .15s ease;
    white-space: nowrap;
}
.p-ebay-pb__catalog-tab + .p-ebay-pb__catalog-tab { border-left: none; }
.p-ebay-pb__catalog-tab:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.p-ebay-pb__catalog-tab:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.p-ebay-pb__catalog-tab--active {
    background: var(--p-purple);
    color: #ffffff;
    font-weight: 600;
}
.p-ebay-pb__catalog-panel { display: none; }
.p-ebay-pb__catalog-panel--active { display: block; }
.p-ebay-pb__catalog-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 264px));
    gap: 24px;
    justify-content: center;
    align-items: stretch;
}
.p-ebay-pb__cat-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 264px;
    height: 100%;
}
.p-ebay-pb__cat-image-wrap {
    width: 100%;
    height: 338px;
    border-radius: 20px;
    background: #efefef;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-ebay-pb__cat-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: darken;
    display: block;
    padding: 20px;
}
.p-ebay-pb__cat-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1 0 auto;
}
.p-ebay-pb__cat-name {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: #000000;
}
.p-ebay-pb__cat-desc {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
}
.p-ebay-pb__cat-price {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--p-purple);
}
.p-ebay-pb__cat-cta,
.p-ebay-pb__cat-cta:link,
.p-ebay-pb__cat-cta:visited {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 15px 30px;
    border-radius: 20px;
    background: var(--p-pink);
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1;
    text-decoration: none !important;
    transition: background .15s ease;
    margin-top: auto;
}
.p-ebay-pb__cat-cta:hover { background: var(--p-pink-dark); color: #ffffff !important; }

@media (max-width: 1024px) {
    .p-ebay-pb__catalog { padding: 60px 0; }
    .p-ebay-pb__catalog-inner { padding: 0 20px; }
    .p-ebay-pb__catalog-title { font-size: 24px; }
    .p-ebay-pb__catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; max-width: 600px; margin: 0 auto; }
    .p-ebay-pb__cat-card { width: auto; }
    .p-ebay-pb__cat-image-wrap { height: 280px; }
}

@media (max-width: 720px) {
    .p-ebay-pb__catalog { padding: 36px 0; }
    .p-ebay-pb__catalog-inner { padding: 0 16px; }
    .p-ebay-pb__catalog-title { font-size: 20px; letter-spacing: -0.8px; }
    .p-ebay-pb__catalog-tabs {
        flex-direction: column;
        width: 100%;
        max-width: 320px;
    }
    .p-ebay-pb__catalog-tab {
        font-size: 16px;
        padding: 12px 16px;
    }
    .p-ebay-pb__catalog-tab + .p-ebay-pb__catalog-tab { border-left: 1px solid var(--p-purple); border-top: none; }
    .p-ebay-pb__catalog-tab:first-child {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0;
    }
    .p-ebay-pb__catalog-tab:last-child {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 0;
    }
    .p-ebay-pb__catalog-grid { grid-template-columns: 1fr; gap: 16px; max-width: 360px; }
    .p-ebay-pb__cat-image-wrap { height: 280px; }
    .p-ebay-pb__cat-cta,
    .p-ebay-pb__cat-cta:link,
    .p-ebay-pb__cat-cta:visited { font-size: 16px; height: 46px; border-radius: 14px; }
}

/* ============ Block 5 — Jeans promo (Figma 12:1053) ============ */
.p-ebay-pb__promo-jeans {
    padding: 80px 0;
    background: #ffffff;
}
.p-ebay-pb__promo-jeans-inner {
    position: relative;
    max-width: 1130px;
    margin: 0 auto;
    padding: 0 30px;
    min-height: 325px;
}
.p-ebay-pb__promo-jeans-strip {
    position: absolute;
    left: 30px;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    height: 155px;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
}
.p-ebay-pb__promo-jeans-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.p-ebay-pb__promo-jeans-card {
    position: relative;
    width: 442px;
    height: 325px;
    margin: 0 auto;
    z-index: 2;
}
.p-ebay-pb__promo-jeans-shape {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    user-select: none;
}
.p-ebay-pb__promo-jeans-content {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 24px 32px;
}
.p-ebay-pb__promo-jeans-title {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.1;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
}
.p-ebay-pb__promo-jeans-subtitle {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    color: #ffffff;
    text-align: center;
}
.p-ebay-pb__promo-jeans-price {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 24px;
    background: #ffffff;
    border-radius: 34px;
    color: #0401ff;
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -2px;
}
.p-ebay-pb__promo-jeans-cta,
.p-ebay-pb__promo-jeans-cta:link,
.p-ebay-pb__promo-jeans-cta:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 15px 30px;
    border-radius: 18px;
    background: var(--p-pink);
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1;
    text-decoration: none !important;
    transition: background .15s ease;
}
.p-ebay-pb__promo-jeans-cta:hover { background: var(--p-pink-dark); color: #ffffff !important; }

@media (max-width: 1024px) {
    .p-ebay-pb__promo-jeans { padding: 60px 0; }
    .p-ebay-pb__promo-jeans-inner { padding: 0 20px; min-height: 280px; }
    .p-ebay-pb__promo-jeans-strip { height: 140px; left: 20px; right: 20px; }
    .p-ebay-pb__promo-jeans-card { width: 380px; height: 280px; }
    .p-ebay-pb__promo-jeans-content { padding: 20px 24px; gap: 10px; }
    .p-ebay-pb__promo-jeans-title { font-size: 26px; }
    .p-ebay-pb__promo-jeans-subtitle { font-size: 16px; }
    .p-ebay-pb__promo-jeans-price { font-size: 52px; }
}

@media (max-width: 720px) {
    .p-ebay-pb__promo-jeans { padding: 32px 0 40px; }
    .p-ebay-pb__promo-jeans-inner { padding: 0 16px; min-height: 0; }
    .p-ebay-pb__promo-jeans-strip { display: none; }
    .p-ebay-pb__promo-jeans-card { width: 100%; height: auto; aspect-ratio: 442/325; max-width: 380px; }
    .p-ebay-pb__promo-jeans-content { padding: 24px 16px; gap: 10px; }
    .p-ebay-pb__promo-jeans-title { font-size: 22px; }
    .p-ebay-pb__promo-jeans-subtitle { font-size: 15px; }
    .p-ebay-pb__promo-jeans-price { font-size: 44px; padding: 4px 18px; }
    .p-ebay-pb__promo-jeans-cta,
    .p-ebay-pb__promo-jeans-cta:link,
    .p-ebay-pb__promo-jeans-cta:visited { font-size: 16px; padding: 12px 20px; border-radius: 14px; }
}

/* ============ Block 4 — Operator help (Figma 12:1006) ============ */
.p-ebay-pb__operator {
    padding: 80px 0 40px;
    background: #ffffff;
}
.p-ebay-pb__operator-inner {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0 30px;
}
.p-ebay-pb__operator-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
    margin-bottom: 30px;
}
.p-ebay-pb__operator-title {
    margin: 0;
    max-width: 614px;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.1;
    color: #000000;
    text-transform: uppercase;
}
.p-ebay-pb__operator-lead {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    color: #000000;
}
.p-ebay-pb__operator-lead-brand,
a.p-ebay-pb__operator-lead-brand,
a.p-ebay-pb__operator-lead-brand:link,
a.p-ebay-pb__operator-lead-brand:visited {
    color: var(--p-purple) !important;
    font-weight: 700;
    text-decoration: none;
}
a.p-ebay-pb__operator-lead-brand:hover { text-decoration: underline; }
.p-ebay-pb__operator-card {
    position: relative;
    max-width: 936px;
    margin: 0 auto;
    min-height: 313px;
    border-radius: 20px;
    background: #e8daff;
    padding: 50px 50px 50px 50px;
    overflow: hidden;
}
.p-ebay-pb__operator-text {
    position: relative;
    z-index: 2;
    max-width: 458px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.p-ebay-pb__operator-card-title {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.4;
    color: #282828;
}
.p-ebay-pb__operator-card-text {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #282828;
}
.p-ebay-pb__operator-card-text b { font-weight: 700; }
.p-ebay-pb__operator-cta,
.p-ebay-pb__operator-cta:link,
.p-ebay-pb__operator-cta:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 322px;
    height: 60px;
    padding: 20px 30px;
    border-radius: 20px;
    background: var(--p-pink);
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1;
    text-decoration: none !important;
    border: none;
    transition: background .15s ease;
}
.p-ebay-pb__operator-cta:hover { background: var(--p-pink-dark); color: #ffffff !important; }
.p-ebay-pb__operator-character {
    position: absolute;
    right: 20px;
    bottom: -10px;
    height: 420px;
    width: auto;
    z-index: 1;
    pointer-events: none;
    user-select: none;
}

@media (max-width: 1024px) {
    .p-ebay-pb__operator { padding: 60px 0 30px; }
    .p-ebay-pb__operator-inner { padding: 0 20px; }
    .p-ebay-pb__operator-title { font-size: 24px; }
    .p-ebay-pb__operator-lead { font-size: 17px; }
    .p-ebay-pb__operator-card { padding: 36px 36px; min-height: 280px; }
    .p-ebay-pb__operator-text { max-width: 55%; }
    .p-ebay-pb__operator-card-title { font-size: 22px; }
    .p-ebay-pb__operator-character { height: 340px; right: 10px; }
}

@media (max-width: 720px) {
    .p-ebay-pb__operator { padding: 36px 0 24px; }
    .p-ebay-pb__operator-inner { padding: 0 16px; }
    .p-ebay-pb__operator-title { font-size: 20px; }
    .p-ebay-pb__operator-lead { font-size: 14px; }
    .p-ebay-pb__operator-card {
        padding: 24px 20px 240px;
        min-height: 0;
        border-radius: 16px;
    }
    .p-ebay-pb__operator-text { max-width: 100%; gap: 14px; }
    .p-ebay-pb__operator-card-title { font-size: 20px; }
    .p-ebay-pb__operator-card-text { font-size: 15px; }
    .p-ebay-pb__operator-cta,
    .p-ebay-pb__operator-cta:link,
    .p-ebay-pb__operator-cta:visited { width: 100%; max-width: 320px; font-size: 16px; height: 52px; border-radius: 14px; padding: 14px 20px; }
    .p-ebay-pb__operator-character { height: 220px; right: 0; bottom: 0; }
}

/* ============ Block 3 — Steps (Figma 12:900) ============ */
.p-ebay-pb__steps {
    padding: 80px 0 40px;
    background: #ffffff;
}
.p-ebay-pb__steps-inner {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0 30px;
}
.p-ebay-pb__steps-title {
    margin: 0 0 25px;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.1;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
}
.p-ebay-pb__steps-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 360px));
    gap: 40px;
    justify-content: center;
    margin-bottom: 25px;
}
.p-ebay-pb__step {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 360px;
}
.p-ebay-pb__step-image-wrap {
    width: 100%;
    height: 293px;
    border-radius: 10px;
    overflow: hidden;
}
.p-ebay-pb__step-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.p-ebay-pb__step-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 320px;
}
.p-ebay-pb__step-title {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: #000000;
}
.p-ebay-pb__step-text {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
}
.p-ebay-pb__step-brand,
a.p-ebay-pb__step-brand,
a.p-ebay-pb__step-brand:link,
a.p-ebay-pb__step-brand:visited {
    color: var(--p-purple) !important;
    font-weight: 700;
    text-decoration: none;
}
a.p-ebay-pb__step-brand:hover { text-decoration: underline; }
.p-ebay-pb__steps-banner {
    display: flex;
    align-items: center;
    gap: 68px;
    padding: 31px 39px 24px 31px;
    background: #f4f4f6;
    border-radius: 20px;
    min-height: 155px;
}
.p-ebay-pb__steps-banner-text {
    flex: 1 1 670px;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: #000000;
}
.p-ebay-pb__steps-banner-actions {
    flex: 0 0 322px;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.p-ebay-pb__steps-banner-cta,
.p-ebay-pb__steps-banner-cta:link,
.p-ebay-pb__steps-banner-cta:visited {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    padding: 20px 30px;
    border-radius: 20px;
    background: var(--p-pink);
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1;
    text-decoration: none !important;
    border: none;
    transition: background .15s ease;
}
.p-ebay-pb__steps-banner-cta:hover { background: var(--p-pink-dark); color: #ffffff !important; }
.p-ebay-pb__steps-banner-cta2,
.p-ebay-pb__steps-banner-cta2:link,
.p-ebay-pb__steps-banner-cta2:visited {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    border-radius: 40px;
    color: #000000 !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}
.p-ebay-pb__steps-banner-cta2:hover { color: var(--p-purple) !important; }

@media (max-width: 1024px) {
    .p-ebay-pb__steps { padding: 60px 0 30px; }
    .p-ebay-pb__steps-inner { padding: 0 20px; }
    .p-ebay-pb__steps-title { font-size: 24px; }
    .p-ebay-pb__steps-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
    .p-ebay-pb__step { width: auto; }
    .p-ebay-pb__step-image-wrap { height: 220px; }
    .p-ebay-pb__step-body { width: 100%; }
    .p-ebay-pb__step-text { font-size: 16px; }
    .p-ebay-pb__steps-banner { gap: 24px; padding: 22px 24px; }
    .p-ebay-pb__steps-banner-text { font-size: 17px; }
    .p-ebay-pb__steps-banner-actions { flex: 0 0 260px; }
}

@media (max-width: 720px) {
    .p-ebay-pb__steps { padding: 36px 0 24px; }
    .p-ebay-pb__steps-inner { padding: 0 16px; }
    .p-ebay-pb__steps-title { font-size: 20px; }
    .p-ebay-pb__steps-grid { grid-template-columns: 1fr; gap: 24px; }
    .p-ebay-pb__step { gap: 14px; }
    .p-ebay-pb__step-image-wrap { height: 220px; }
    .p-ebay-pb__step-title { font-size: 18px; }
    .p-ebay-pb__step-text { font-size: 15px; }
    .p-ebay-pb__steps-banner {
        flex-direction: column;
        align-items: stretch;
        gap: 18px;
        padding: 20px;
        min-height: 0;
    }
    .p-ebay-pb__steps-banner-text { flex: 0 0 auto; font-size: 15px; }
    .p-ebay-pb__steps-banner-actions { flex: 0 0 auto; gap: 6px; }
    .p-ebay-pb__steps-banner-cta,
    .p-ebay-pb__steps-banner-cta:link,
    .p-ebay-pb__steps-banner-cta:visited { height: 52px; font-size: 16px; padding: 14px 20px; border-radius: 14px; }
    .p-ebay-pb__steps-banner-cta2 { font-size: 15px; }
}

/* ============ Block 2 — Best deals (Figma 11:730) ============ */
.p-ebay-pb__deals {
    padding: 40px 0 80px;
    background: #ffffff;
}
.p-ebay-pb__deals-inner {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0 30px;
}
.p-ebay-pb__deals-head {
    display: flex;
    gap: 80px;
    align-items: flex-start;
    margin-bottom: 21px;
}
.p-ebay-pb__deals-title {
    margin: 0;
    flex: 0 0 593px;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
    color: #000000;
    text-transform: uppercase;
}
.p-ebay-pb__deals-title-brand { color: var(--p-purple); }
.p-ebay-pb__deals-subtitle {
    margin: 0;
    flex: 0 0 413px;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
}
.p-ebay-pb__deals-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 360px));
    gap: 40px;
    justify-content: center;
    margin-bottom: 24px;
}
.p-ebay-pb__deal-card,
.p-ebay-pb__deal-card:link,
.p-ebay-pb__deal-card:visited {
    display: flex;
    flex-direction: column;
    width: 360px;
    min-height: 571px;
    padding: 30px;
    border: 1px solid #cdd4e2;
    border-radius: 20px;
    background: #ffffff;
    color: var(--p-text) !important;
    text-decoration: none !important;
    transition: box-shadow .15s ease, transform .15s ease;
}
.p-ebay-pb__deal-card:hover {
    box-shadow: 0 12px 28px rgba(100, 9, 246, 0.10);
    transform: translateY(-2px);
    color: var(--p-text) !important;
}
.p-ebay-pb__deal-image-wrap {
    width: 100%;
    height: 254px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}
.p-ebay-pb__deal-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    user-select: none;
}
.p-ebay-pb__deal-body {
    display: flex;
    flex-direction: column;
    gap: 13px;
    width: 100%;
}
.p-ebay-pb__deal-name {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: #000000;
}
.p-ebay-pb__deal-ru {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: auto;
}
.p-ebay-pb__deal-ru-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
    white-space: nowrap;
}
.p-ebay-pb__deal-ru-price {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: #000000;
}
.p-ebay-pb__deal-ebay {
    display: flex;
    align-items: center;
    gap: 24px;
    width: 100%;
}
.p-ebay-pb__deal-ebay-logo {
    width: 124px;
    height: 50px;
    object-fit: contain;
    flex-shrink: 0;
}
.p-ebay-pb__deal-ebay-prices {
    display: flex;
    flex-direction: column;
    line-height: 1.4;
}
.p-ebay-pb__deal-usd {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: var(--p-purple);
}
.p-ebay-pb__deal-rub {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #7a7a7a;
    letter-spacing: -0.8px;
}
.p-ebay-pb__deal-disclaimer {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
}
.p-ebay-pb__deals-cta,
.p-ebay-pb__deals-cta:link,
.p-ebay-pb__deals-cta:visited {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    padding: 20px 30px;
    border-radius: 20px;
    background: var(--p-pink);
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
    text-decoration: none !important;
    border: none;
    transition: background .15s ease;
}
.p-ebay-pb__deals-cta:hover,
.p-ebay-pb__deals-cta:active {
    background: var(--p-pink-dark);
    color: #ffffff !important;
}

@media (max-width: 1024px) {
    .p-ebay-pb__deals { padding: 30px 0 60px; }
    .p-ebay-pb__deals-inner { padding: 0 20px; }
    .p-ebay-pb__deals-head { gap: 40px; flex-direction: column; }
    .p-ebay-pb__deals-title { flex: 0 1 auto; font-size: 24px; }
    .p-ebay-pb__deals-subtitle { flex: 0 1 auto; font-size: 18px; }
    .p-ebay-pb__deals-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
    .p-ebay-pb__deal-card,
    .p-ebay-pb__deal-card:link,
    .p-ebay-pb__deal-card:visited { width: auto; min-height: 0; padding: 22px; }
    .p-ebay-pb__deal-image-wrap { height: 220px; margin-bottom: 30px; }
    .p-ebay-pb__deal-name { font-size: 18px; }
    .p-ebay-pb__deal-usd { font-size: 26px; }
    .p-ebay-pb__deal-ebay-logo { width: 110px; height: 44px; }
}

@media (max-width: 720px) {
    .p-ebay-pb__deals { padding: 24px 0 36px; }
    .p-ebay-pb__deals-inner { padding: 0 16px; }
    .p-ebay-pb__deals-head { gap: 16px; margin-bottom: 18px; }
    .p-ebay-pb__deals-title { font-size: 20px; line-height: 1.2; }
    .p-ebay-pb__deals-subtitle { font-size: 15px; }
    .p-ebay-pb__deals-grid { grid-template-columns: 1fr; gap: 14px; }
    .p-ebay-pb__deal-card,
    .p-ebay-pb__deal-card:link,
    .p-ebay-pb__deal-card:visited { padding: 20px; min-height: 0; }
    .p-ebay-pb__deal-image-wrap { height: 200px; margin-bottom: 24px; }
    .p-ebay-pb__deal-name { font-size: 17px; }
    .p-ebay-pb__deal-ebay { gap: 16px; }
    .p-ebay-pb__deal-ebay-logo { width: 90px; height: 36px; }
    .p-ebay-pb__deal-usd { font-size: 22px; }
    .p-ebay-pb__deal-rub { font-size: 14px; }
    .p-ebay-pb__deals-cta,
    .p-ebay-pb__deals-cta:link,
    .p-ebay-pb__deals-cta:visited { height: 52px; font-size: 17px; border-radius: 14px; padding: 14px 20px; }
    .p-ebay-pb__hero-product--airpods { width: 110px; bottom: 30px; left: 110px; }
    .p-ebay-pb__hero-product--phone { width: 200px; bottom: -60px; left: 170px; }
    .p-ebay-pb__hero-woman { height: 290px; right: 0; }
}