.pb-search-category-page {
    background: #f4efe6;
    color: #09233a;
    min-height: 100vh;
    padding: clamp(18px, 3vw, 34px);
}

.pb-search-category-page a {
    color: inherit;
    text-decoration: none;
}

.pb-search-category-hero {
    background: radial-gradient(circle at 25% 18%, rgba(212, 177, 82, .22), transparent 32%), linear-gradient(135deg, #061c30, #123d5d);
    border: 1px solid rgba(218, 185, 94, .38);
    border-radius: 30px;
    box-shadow: 0 26px 56px rgba(8, 30, 49, .18);
    color: #fff8ea;
    margin: 0 auto 22px;
    max-width: 1420px;
    overflow: hidden;
    padding: clamp(28px, 5vw, 64px);
    position: relative;
}

.pb-search-category-kicker,
.pb-search-category-section__head p,
.pb-search-category-card__kicker {
    color: #dfbc55;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .16em;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.pb-search-category-hero h1 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(42px, 7vw, 88px);
    line-height: .95;
    margin: 0;
    max-width: 980px;
}

.pb-search-category-hero > p:not(.pb-search-category-kicker) {
    color: rgba(255, 248, 234, .82);
    font-size: clamp(16px, 2vw, 22px);
    line-height: 1.55;
    margin: 18px 0 0;
    max-width: 820px;
}

.pb-search-category-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.pb-search-category-stats span {
    align-items: center;
    background: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    display: inline-flex;
    gap: 9px;
    padding: 10px 16px;
}

.pb-search-category-stats strong {
    color: #dfbc55;
    font-size: 22px;
}

.pb-search-category-notice,
.pb-search-category-section {
    background: #fffaf1;
    border: 1px solid rgba(216, 189, 118, .42);
    border-radius: 26px;
    box-shadow: 0 16px 34px rgba(17, 36, 54, .08);
    margin: 0 auto 22px;
    max-width: 1420px;
    padding: clamp(20px, 3vw, 34px);
}

.pb-search-category-notice {
    align-items: flex-start;
    display: grid;
    gap: 6px;
}

.pb-search-category-notice strong {
    color: #0b2b45;
    font-size: 18px;
}

.pb-search-category-notice span {
    color: #6f654e;
    font-weight: 700;
    line-height: 1.5;
}

.pb-search-category-section__head {
    margin-bottom: 18px;
}

.pb-search-category-section__head h2 {
    color: #0b2b45;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(30px, 4vw, 54px);
    line-height: 1;
    margin: 0;
}

.pb-search-category-grid {
    display: grid;
    gap: 18px;
}

.pb-search-category-grid--products {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.pb-search-category-grid--sellers {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.pb-search-category-card {
    background: #fffdf8;
    border: 1px solid rgba(18, 61, 93, .12);
    border-radius: 24px;
    box-shadow: 0 14px 26px rgba(16, 36, 54, .08);
    overflow: hidden;
}

.pb-search-category-card__image {
    align-items: center;
    background: linear-gradient(135deg, #173e5c, #0a2238);
    display: flex;
    height: 210px;
    justify-content: center;
    overflow: hidden;
}

.pb-search-category-card__image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.pb-search-category-card__image span {
    color: rgba(255, 255, 255, .78);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 44px;
    font-weight: 900;
}

.pb-search-category-card__avatar {
    align-items: center;
    background: linear-gradient(135deg, #173e5c, #0a2238);
    display: flex;
    height: 150px;
    justify-content: center;
    overflow: hidden;
}

.pb-search-category-card__avatar img {
    height: 108px;
    object-fit: cover;
    width: 108px;
    border: 2px solid #dfbc55;
    border-radius: 999px;
}

.pb-search-category-card__avatar span {
    align-items: center;
    background: rgba(255, 255, 255, .11);
    border: 2px solid #dfbc55;
    border-radius: 999px;
    color: #fff8ea;
    display: inline-flex;
    font-size: 42px;
    font-weight: 900;
    height: 108px;
    justify-content: center;
    width: 108px;
}

.pb-search-category-card__body {
    padding: 18px;
}

.pb-search-category-card__body h3 {
    color: #0b2b45;
    font-size: 21px;
    line-height: 1.1;
    margin: 0 0 10px;
}

.pb-search-category-card__body p:not(.pb-search-category-card__kicker) {
    color: #645f54;
    line-height: 1.45;
    margin: 0 0 14px;
}

.pb-search-category-card__meta {
    align-items: center;
    border-top: 1px solid rgba(18, 61, 93, .1);
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    justify-content: space-between;
    padding-top: 12px;
}

.pb-search-category-card__meta strong {
    color: #0b2b45;
}

.pb-search-category-card__meta span {
    color: #597188;
    font-size: 13px;
    font-weight: 800;
}

.pb-search-category-empty {
    background: rgba(9, 35, 58, .05);
    border: 1px dashed rgba(9, 35, 58, .2);
    border-radius: 18px;
    color: #607388;
    font-weight: 800;
    padding: 20px;
}

@media (max-width: 720px) {
    .pb-search-category-page {
        padding: 14px;
    }

    .pb-search-category-hero,
    .pb-search-category-notice,
    .pb-search-category-section {
        border-radius: 22px;
    }

    .pb-search-category-grid--products,
    .pb-search-category-grid--sellers {
        grid-template-columns: 1fr;
    }

    .pb-search-category-card__image {
        height: 220px;
    }
}


.pb-search-category-hub {
    align-items: center;
    background: #fffdf8;
    border: 1px solid rgba(216, 189, 118, .42);
    border-radius: 22px;
    box-shadow: 0 12px 24px rgba(17, 36, 54, .07);
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    justify-content: space-between;
    margin: 0 auto 22px;
    max-width: 1420px;
    padding: 16px 18px;
}

.pb-search-category-hub > span {
    color: #0b2b45;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.pb-search-category-hub > div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pb-search-category-hub a,
.pb-search-category-card__seller {
    border: 1px solid rgba(18, 61, 93, .14);
    border-radius: 999px;
    color: #123d5d;
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    padding: 8px 12px;
}

.pb-search-category-card__kicker a {
    color: #b98912;
    text-decoration: none;
}

.pb-search-category-card__kicker a:hover,
.pb-search-category-card__body h3 a:hover,
.pb-search-category-card__seller:hover,
.pb-search-category-hub a:hover {
    text-decoration: underline;
}

@media (max-width: 720px) {
    .pb-search-category-hub {
        align-items: stretch;
        border-radius: 18px;
        flex-direction: column;
    }

    .pb-search-category-hub > div {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .pb-search-category-hub a {
        justify-content: center;
    }
}
