.pc-site {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    color: var(--pc-text, #172033);
}

.pc-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    margin: 38px 0 24px;
    padding: clamp(54px, 8vw, 94px) clamp(24px, 7vw, 80px) 46px;
    border: 1px solid #dfe9ff;
    border-radius: 32px;
    background:
        radial-gradient(circle at 12% 18%, rgba(96, 165, 250, .2), transparent 27%),
        radial-gradient(circle at 92% 10%, rgba(244, 114, 182, .16), transparent 28%),
        linear-gradient(135deg, #f4f8ff 0%, #f8f6ff 54%, #fff9ef 100%);
    box-shadow: 0 24px 70px rgba(44, 64, 98, .09);
    text-align: center;
}

.pc-hero::before,
.pc-hero::after {
    position: absolute;
    z-index: -1;
    width: 260px;
    height: 260px;
    border: 1px solid rgba(59, 130, 246, .14);
    border-radius: 50%;
    content: "";
}

.pc-hero::before {
    top: -150px;
    left: -80px;
}

.pc-hero::after {
    right: -120px;
    bottom: -180px;
}

.pc-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 18px;
    padding: 7px 12px;
    border: 1px solid rgba(37, 99, 235, .14);
    border-radius: 999px;
    color: #2563eb;
    background: rgba(255, 255, 255, .7);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .025em;
}

.pc-eyebrow span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, .12);
}

.pc-hero h1 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(39px, 6.2vw, 68px);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -.055em;
}

.pc-hero-copy {
    max-width: 650px;
    margin: 22px auto 30px;
    color: #5d6b7f;
    font-size: 17px;
    line-height: 1.75;
}

.pc-coupang-hero .pc-summary {
    margin-top: 30px;
}

.pc-search-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    width: min(760px, 100%);
    margin: 0 auto;
    padding: 7px;
    border: 1px solid #d8e2ee;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(31, 55, 80, .13);
}

.pc-search-form:focus-within {
    border-color: #93b4fc;
    box-shadow: 0 18px 46px rgba(37, 99, 235, .17);
}

.pc-search-form input {
    min-width: 0;
    height: 54px;
    padding: 0 18px;
    border: 0;
    outline: 0;
    color: #172033;
    background: transparent;
    font-size: 16px;
}

.pc-search-form button,
.pc-buy-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 25px;
    border: 0;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    box-shadow: 0 9px 22px rgba(37, 99, 235, .2);
    font-weight: 800;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease;
}

.pc-search-form button:hover,
.pc-buy-link:hover {
    color: #fff;
    box-shadow: 0 12px 28px rgba(37, 99, 235, .28);
    transform: translateY(-1px);
}

.pc-summary {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 27px;
}

.pc-summary span {
    padding: 8px 13px;
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 10px;
    color: #64748b;
    background: rgba(255, 255, 255, .58);
    font-size: 12px;
}

.pc-summary strong {
    margin-left: 5px;
    color: #172033;
}

.pc-provider-overview {
    display: grid;
    grid-template-columns: 1.45fr repeat(3, 1fr);
    overflow: hidden;
    margin: 0 0 74px;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(15, 23, 42, .055);
}

.pc-provider-overview > * {
    min-height: 118px;
    padding: 24px;
}

.pc-provider-overview > article {
    display: flex;
    align-items: center;
    gap: 14px;
    border-left: 1px solid #edf1f5;
}

.pc-provider-intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #f8fafc;
}

.pc-provider-intro > span,
.pc-section-heading p {
    margin: 0 0 8px;
    color: #2563eb;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .13em;
}

.pc-provider-intro strong {
    color: #233047;
    font-size: 15px;
    line-height: 1.55;
}

.pc-store-symbol {
    display: inline-flex;
    flex: 0 0 44px;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    font-size: 20px;
    font-weight: 900;
}

.pc-store-coupang {
    color: #ea580c;
    background: #fff7ed;
}

.pc-store-ali {
    color: #e11d48;
    background: #fff1f2;
}

.pc-store-ebay {
    color: #2563eb;
    background: #eff6ff;
}

.pc-provider-overview article strong,
.pc-provider-overview article small {
    display: block;
}

.pc-provider-overview article strong {
    color: #243047;
    font-size: 14px;
}

.pc-provider-overview article small {
    margin-top: 5px;
    color: #8b98a8;
    font-size: 11px;
}

.pc-feature-section {
    padding-bottom: 78px;
    scroll-margin-top: 150px;
}

.pc-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 25px;
}

.pc-section-heading h2 {
    margin: 0;
    color: #111827;
    font-size: clamp(27px, 3.4vw, 39px);
    line-height: 1.25;
    letter-spacing: -.04em;
}

.pc-section-heading > span {
    max-width: 360px;
    color: #718095;
    font-size: 13px;
    line-height: 1.7;
    text-align: right;
}

.pc-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.pc-feature-grid article,
.pc-message {
    padding: 28px;
    border: 1px solid #e1e8f0;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(15, 23, 42, .045);
}

.pc-feature-grid article {
    transition: border-color .18s ease, transform .18s ease;
}

.pc-feature-grid article:hover {
    border-color: #bfdbfe;
    transform: translateY(-3px);
}

.pc-feature-number {
    display: block;
    margin-bottom: 28px;
    color: #94a3b8;
    font-size: 12px;
    font-weight: 900;
}

.pc-feature-grid strong {
    color: #1e293b;
    font-size: 19px;
}

.pc-feature-grid p,
.pc-message p {
    margin: 11px 0 0;
    color: #66758a;
    line-height: 1.72;
}

.pc-message {
    margin: 22px 0;
    text-align: center;
}

.pc-message h2 {
    margin: 0 0 8px;
}

.pc-coupang-hero {
    background:
        radial-gradient(circle at 12% 18%, rgba(251, 146, 60, .18), transparent 27%),
        radial-gradient(circle at 92% 10%, rgba(59, 130, 246, .16), transparent 28%),
        linear-gradient(135deg, #fff8f2 0%, #f7f8ff 54%, #f0f8ff 100%);
}

.pc-ranking-section {
    padding: 42px 0 82px;
    scroll-margin-top: 145px;
}

.pc-ranking-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.pc-ranking-board {
    overflow: hidden;
    border: 1px solid #e1e8f0;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(15, 23, 42, .05);
}

.pc-ranking-board > header {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 22px 24px;
    border-bottom: 1px solid #e9eef4;
    background: linear-gradient(135deg, #fbfdff, #f7f9fc);
}

.pc-ranking-category-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(145deg, #ff7849, #f4511e);
    font-size: 13px;
    font-weight: 900;
}

.pc-ranking-board h3 {
    margin: 0;
    color: #172033;
    font-size: 20px;
}

.pc-ranking-board header p {
    margin: 4px 0 0;
    color: #8491a3;
    font-size: 11px;
    font-weight: 700;
}

.pc-ranking-empty {
    min-height: 150px;
    padding: 44px 24px;
    text-align: center;
}

.pc-ranking-empty strong {
    color: #3a4658;
}

.pc-ranking-empty p {
    margin: 8px 0 0;
    color: #8995a4;
    font-size: 12px;
    line-height: 1.65;
}

.pc-ranking-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pc-ranking-list li {
    display: grid;
    grid-template-columns: 34px 120px minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    padding: 18px 20px;
    border-bottom: 1px solid #edf1f5;
}

.pc-ranking-list li:last-child {
    border-bottom: 0;
}

.pc-rank-number {
    color: #f4511e;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
}

.pc-rank-image {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 120px;
    height: 120px;
    border-radius: 18px;
    color: #9aa5b2;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .07);
    font-size: 11px;
}

.pc-rank-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 25%;
    transform: scale(1.06);
}

.pc-rank-copy {
    min-width: 0;
}

.pc-rank-copy p,
.pc-rank-copy small {
    display: block;
    margin: 0;
    overflow: hidden;
    color: #8591a1;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pc-rank-copy small {
    display: -webkit-box;
    overflow: hidden;
    line-height: 1.55;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pc-ai-reason {
    position: relative;
    margin-top: 9px;
    padding: 9px 11px 9px 13px;
    border-left: 3px solid #3b82f6;
    border-radius: 0 11px 11px 0;
    background: linear-gradient(135deg, #eff6ff, #f8fbff);
}

.pc-ai-reason > span {
    display: block;
    margin-bottom: 3px;
    color: #2563eb;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .02em;
}

.pc-ai-reason small {
    color: #53657d;
    font-size: 11px;
    font-weight: 600;
}

.pc-rank-copy strong {
    display: block;
    margin: 5px 0;
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pc-rank-copy strong a {
    color: #263449;
}

.pc-ranking-board h3 a {
    color: inherit;
}

.pc-ranking-more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 54px;
    color: #2563eb;
    background: #f8fbff;
    font-size: 13px;
    font-weight: 800;
}

.pc-ranking-more:hover {
    color: #1d4ed8;
    background: #eff6ff;
}

.pc-category-page {
    padding: 36px 0 82px;
}

.pc-category-hero {
    position: relative;
    overflow: hidden;
    padding: 46px 50px;
    border: 1px solid #dfe8f5;
    border-radius: 26px;
    background:
        radial-gradient(circle at 88% 12%, rgba(59, 130, 246, .14), transparent 28%),
        linear-gradient(135deg, #fff7ed, #f8faff 58%, #eff6ff);
    box-shadow: 0 18px 48px rgba(15, 23, 42, .06);
}

.pc-category-hero > a {
    display: inline-block;
    margin-bottom: 24px;
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
}

.pc-category-hero > p {
    margin: 0 0 10px;
    color: #2563eb;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
}

.pc-category-hero h1 {
    margin: 0 0 13px;
    color: #0f172a;
    font-size: clamp(36px, 5vw, 58px);
    line-height: 1.1;
    letter-spacing: -.05em;
}

.pc-category-hero > span {
    color: #66758a;
    font-size: 15px;
}

.pc-category-products {
    padding-top: 58px;
}

.pc-category-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.pc-category-product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 0;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(15, 23, 42, .05);
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.pc-category-product-card:hover {
    box-shadow: 0 18px 44px rgba(37, 99, 235, .1);
    transform: translateY(-3px);
}

.pc-category-rank {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 34px;
    padding: 0 10px;
    border-radius: 10px;
    color: #fff;
    background: linear-gradient(145deg, #ff7849, #f4511e);
    box-shadow: 0 8px 20px rgba(244, 81, 30, .22);
    font-size: 13px;
    font-weight: 900;
}

.pc-category-product-image {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-bottom: 1px solid #e9eef5;
    color: #94a3b8;
    background: #fff;
    text-align: center;
    line-height: 1.7;
}

.pc-category-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 25%;
    transform: scale(1.06);
}

.pc-category-product-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 20px;
}

.pc-category-brand {
    margin: 0 0 8px;
    color: #7c899a;
    font-size: 12px;
}

.pc-category-product-body h2 {
    display: -webkit-box;
    height: 76px;
    min-height: 76px;
    margin: 0;
    overflow: hidden;
    font-size: 17px;
    line-height: 1.48;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.pc-category-product-body h2 a {
    color: #172033;
}

.pc-category-reason-box {
    min-height: 92px;
    margin: 12px 0 18px;
    padding: 12px 13px;
    border: 1px solid #dbeafe;
    border-radius: 13px;
    background: linear-gradient(135deg, #eff6ff, #f8fbff);
}

.pc-category-reason-box > span {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    margin-bottom: 6px;
    padding: 0 8px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(145deg, #3b82f6, #2563eb);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .02em;
}

.pc-category-reason {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #4f6078;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.6;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pc-category-product-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid #edf1f5;
}

.pc-category-product-footer strong {
    color: #e33b2f;
    font-size: 20px;
    letter-spacing: -.03em;
}

.pc-category-product-footer > span,
.pc-category-product-footer em {
    color: #8a96a5;
    font-size: 12px;
    font-style: normal;
}

.pc-category-product-footer a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 15px;
    border-radius: 10px;
    color: #fff;
    background: linear-gradient(145deg, #3679ff, #2563eb);
    box-shadow: 0 7px 16px rgba(37, 99, 235, .18);
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.pc-category-product-footer a:hover {
    color: #fff;
    background: linear-gradient(145deg, #2563eb, #1d4ed8);
    box-shadow: 0 9px 20px rgba(37, 99, 235, .25);
}

.pc-category-not-found {
    margin-top: 40px;
}

.pc-category-back {
    display: inline-flex;
    margin-top: 20px;
    padding: 12px 18px;
    border-radius: 10px;
    color: #fff;
    background: #2563eb;
    font-weight: 800;
}

.pc-rank-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    min-width: 112px;
    text-align: right;
}

.pc-rank-price strong,
.pc-rank-price span,
.pc-rank-price a {
    display: block;
}

.pc-rank-price strong {
    color: #e33b2f;
    font-size: 14px;
}

.pc-rank-price span {
    color: #8a96a5;
    font-size: 11px;
}

.pc-rank-price em {
    display: block;
    margin-top: 7px;
    color: #94a3b8;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
}

.pc-rank-price a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 82px;
    min-height: 34px;
    margin-top: 9px;
    padding: 0 13px;
    border-radius: 9px;
    color: #fff;
    background: linear-gradient(145deg, #3679ff, #2563eb);
    box-shadow: 0 6px 14px rgba(37, 99, 235, .17);
    font-size: 12px;
    font-weight: 800;
}

.pc-rank-price a:hover {
    color: #fff;
    background: linear-gradient(145deg, #2563eb, #1d4ed8);
    box-shadow: 0 8px 18px rgba(37, 99, 235, .24);
}

.pc-offer-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

.pc-offer-heading h2,
.pc-offer-heading p {
    margin: 0;
}

.pc-offer-heading p {
    color: #7b8797;
    font-size: 13px;
}

.pc-inline-disclosure {
    margin: 22px 0 0;
    padding: 14px 16px;
    border: 1px solid #fed7aa;
    border-radius: 12px;
    color: #9a3412;
    background: #fff7ed;
    font-size: 12px;
    line-height: 1.65;
}

.pc-results-page,
.pc-detail-page {
    padding: 45px 0 78px;
}

.pc-results-head {
    padding: 28px 30px;
    border: 1px solid #e3eaf2;
    border-radius: 22px;
    background: linear-gradient(135deg, #f8fbff, #f6f7fb);
}

.pc-results-head h1 {
    margin: 0 0 8px;
    color: #111827;
    font-size: clamp(27px, 4vw, 38px);
    letter-spacing: -.035em;
}

.pc-results-head > p {
    margin: 0;
    color: #68778b;
}

.pc-product-list {
    display: grid;
    gap: 14px;
    margin-top: 20px;
}

.pc-product-card {
    display: grid;
    grid-template-columns: 136px minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    padding: 20px;
    border: 1px solid #e1e8f0;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(15, 23, 42, .04);
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.pc-product-card:hover {
    border-color: #bfdbfe;
    box-shadow: 0 16px 38px rgba(37, 99, 235, .08);
    transform: translateY(-2px);
}

.pc-product-image,
.pc-detail-image {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 16px;
    color: #8793a3;
    background: #f4f7fa;
}

.pc-product-image {
    width: 136px;
    height: 136px;
}

.pc-product-image img,
.pc-detail-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pc-product-meta,
.pc-product-offers {
    margin: 0 0 8px;
    color: #748196;
    font-size: 13px;
}

.pc-product-body h2 {
    margin: 0 0 12px;
    font-size: 21px;
    line-height: 1.45;
}

.pc-product-body h2 a {
    color: #172033;
}

.pc-product-price {
    min-width: 176px;
    text-align: right;
}

.pc-product-price span,
.pc-product-price strong {
    display: block;
}

.pc-product-price span {
    margin-bottom: 6px;
    color: #6b7789;
    font-size: 12px;
}

.pc-product-price strong {
    color: #e23c32;
    font-size: 24px;
    letter-spacing: -.025em;
}

.pc-detail-head {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 46px;
    align-items: center;
    padding: 30px;
    border: 1px solid #e1e8f0;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 16px 46px rgba(15, 23, 42, .05);
}

.pc-detail-image {
    width: 320px;
    height: 320px;
}

.pc-detail-head h1 {
    margin: 8px 0 14px;
    color: #111827;
    font-size: clamp(29px, 4vw, 42px);
    line-height: 1.25;
    letter-spacing: -.04em;
}

.pc-detail-note {
    color: #6b788b;
}

.pc-offer-section {
    margin-top: 44px;
}

.pc-offer-section h2 {
    margin-bottom: 18px;
}

.pc-offer-section .pc-offer-heading h2 {
    margin: 0;
}

.pc-offer-list {
    display: grid;
    gap: 12px;
}

.pc-offer-row {
    display: grid;
    grid-template-columns: minmax(200px, 1fr) minmax(160px, .65fr) auto auto;
    gap: 20px;
    align-items: center;
    padding: 20px;
    border: 1px solid #e1e8f0;
    border-radius: 17px;
    background: #fff;
}

.pc-offer-row p,
.pc-offer-row small {
    margin: 6px 0 0;
    color: #6b788b;
}

.pc-shipping span,
.pc-shipping small {
    display: block;
}

.pc-buy-link {
    min-height: 44px;
}

@media (max-width: 960px) {
    .pc-provider-overview {
        grid-template-columns: 1.2fr repeat(3, 1fr);
    }

    .pc-provider-overview > * {
        padding: 20px 16px;
    }

    .pc-provider-overview > article {
        gap: 9px;
    }

    .pc-store-symbol {
        flex-basis: 38px;
        width: 38px;
        height: 38px;
    }

    .pc-offer-row {
        grid-template-columns: minmax(180px, 1fr) minmax(150px, .75fr) auto;
    }

    .pc-offer-row .pc-buy-link {
        grid-column: 3;
    }

    .pc-category-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .pc-site {
        width: min(100% - 28px, 680px);
    }

    .pc-hero {
        margin-top: 20px;
        padding: 45px 18px 30px;
        border-radius: 23px;
    }

    .pc-hero h1 {
        font-size: clamp(34px, 10vw, 48px);
    }

    .pc-hero-copy {
        margin: 18px auto 24px;
        font-size: 14px;
    }

    .pc-search-form {
        grid-template-columns: minmax(0, 1fr);
        padding: 6px;
    }

    .pc-search-form input {
        height: 49px;
        padding: 0 13px;
        font-size: 14px;
    }

    .pc-search-form button {
        min-height: 47px;
    }

    .pc-summary {
        flex-wrap: wrap;
        gap: 7px;
        margin-top: 21px;
    }

    .pc-summary span {
        padding: 7px 9px;
        font-size: 11px;
    }

    .pc-provider-overview {
        grid-template-columns: 1fr;
        margin-bottom: 54px;
    }

    .pc-ranking-section {
        padding: 28px 0 58px;
    }

    .pc-ranking-grid {
        grid-template-columns: 1fr;
    }

    .pc-ranking-list li {
        grid-template-columns: 28px 90px minmax(0, 1fr);
        padding: 13px 14px;
    }

    .pc-rank-image {
        width: 90px;
        height: 90px;
    }

    .pc-rank-price {
        grid-column: 3;
        align-items: flex-start;
        min-width: 0;
        text-align: left;
    }

    .pc-rank-price strong,
    .pc-rank-price span,
    .pc-rank-price em {
        display: inline-block;
        margin: 4px 8px 0 0;
    }

    .pc-rank-price a {
        display: inline-flex;
        margin: 8px 0 0;
    }

    .pc-offer-heading {
        display: block;
    }

    .pc-offer-heading p {
        margin-top: 7px;
    }

    .pc-provider-overview > * {
        min-height: auto;
    }

    .pc-provider-intro {
        padding: 23px 20px;
    }

    .pc-provider-intro strong br {
        display: none;
    }

    .pc-provider-overview > article {
        min-height: 72px;
        padding: 13px 20px;
        border-top: 1px solid #edf1f5;
        border-left: 0;
    }

    .pc-section-heading {
        display: block;
    }

    .pc-section-heading > span {
        display: block;
        margin-top: 13px;
        text-align: left;
    }

    .pc-section-heading > span br {
        display: none;
    }

    .pc-feature-grid,
    .pc-detail-head {
        grid-template-columns: 1fr;
    }

    .pc-feature-section {
        padding-bottom: 56px;
    }

    .pc-feature-grid article {
        padding: 23px;
    }

    .pc-feature-number {
        margin-bottom: 17px;
    }

    .pc-results-page,
    .pc-detail-page {
        padding: 24px 0 56px;
    }

    .pc-results-head {
        padding: 22px 20px;
        border-radius: 18px;
    }

    .pc-product-card {
        grid-template-columns: 96px minmax(0, 1fr);
        gap: 16px;
        padding: 15px;
    }

    .pc-product-image {
        width: 96px;
        height: 96px;
    }

    .pc-product-price {
        grid-column: 1 / -1;
        padding-top: 13px;
        border-top: 1px solid #eef2f6;
        text-align: left;
    }

    .pc-product-body h2 {
        font-size: 17px;
    }

    .pc-detail-head {
        gap: 24px;
        padding: 20px;
    }

    .pc-detail-image {
        width: min(320px, 100%);
        height: auto;
        aspect-ratio: 1;
        margin: 0 auto;
    }

    .pc-offer-row {
        grid-template-columns: 1fr;
    }

    .pc-offer-row .pc-buy-link {
        grid-column: auto;
    }

    .pc-category-page {
        padding: 20px 0 58px;
    }

    .pc-category-hero {
        padding: 32px 24px;
        border-radius: 21px;
    }

    .pc-category-products {
        padding-top: 40px;
    }

    .pc-category-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }
}

@media (max-width: 420px) {
    .pc-site {
        width: calc(100% - 24px);
    }

    .pc-eyebrow {
        font-size: 10px;
    }

    .pc-hero h1 {
        font-size: 34px;
    }

    .pc-product-card {
        grid-template-columns: 82px minmax(0, 1fr);
    }

    .pc-product-image {
        width: 82px;
        height: 82px;
    }

    .pc-category-product-grid {
        grid-template-columns: 1fr;
    }

}
