:root {
    --pc-navy: #111827;
    --pc-blue: #2563eb;
    --pc-blue-dark: #1d4ed8;
    --pc-sky: #eff6ff;
    --pc-surface: #ffffff;
    --pc-bg: #f8fafc;
    --pc-line: #e2e8f0;
    --pc-muted: #64748b;
    --pc-text: #172033;
    --pc-radius: 18px;
    --pc-shadow: 0 18px 50px rgba(15, 23, 42, .08);
}

html,
body {
    min-width: 0 !important;
    overflow-x: hidden;
}

body {
    margin: 0;
    color: var(--pc-text);
    background: var(--pc-bg);
    font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
    word-break: keep-all;
}

body * {
    box-sizing: border-box;
}

body a {
    text-decoration: none;
}

.pc-app-shell {
    min-height: 100vh;
    background: var(--pc-bg);
}

.pc-layout-inner {
    width: min(1180px, calc(100% - 40px));
    margin-right: auto;
    margin-left: auto;
}

.pc-skip-link {
    position: fixed;
    top: -100px;
    left: 20px;
    z-index: 10000;
    padding: 12px 18px;
    border-radius: 0 0 10px 10px;
    color: #fff;
    background: var(--pc-blue);
}

.pc-skip-link:focus {
    top: 0;
}

.pc-global-header {
    position: relative;
    z-index: 100;
    border-bottom: 1px solid var(--pc-line);
    background: rgba(255, 255, 255, .97);
}

.pc-utility-bar {
    border-bottom: 1px solid #eef2f7;
    color: var(--pc-muted);
    background: #f8fafc;
    font-size: 12px;
}

.pc-utility-bar .pc-layout-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 34px;
}

.pc-utility-bar p {
    margin: 0;
}

.pc-utility-bar nav {
    display: flex;
    gap: 18px;
}

.pc-utility-bar a {
    color: inherit;
}

.pc-utility-bar a:hover {
    color: var(--pc-blue);
}

.pc-header-main {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(280px, 500px) minmax(140px, 1fr);
    gap: 34px;
    align-items: center;
    min-height: 92px;
}

.pc-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--pc-navy);
}

.pc-brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 14px 14px 14px 5px;
    color: #fff;
    background: linear-gradient(145deg, #ff7849, #f4511e);
    box-shadow: 0 10px 24px rgba(244, 81, 30, .22);
    font-size: 22px;
    font-weight: 900;
}

.pc-brand-copy {
    display: flex;
    flex-direction: column;
}

.pc-brand-copy strong {
    font-size: 20px;
    line-height: 1;
    letter-spacing: -.035em;
}

.pc-brand-copy small {
    margin-top: 5px;
    color: #8190a3;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .09em;
}

.pc-coupang-search-widget {
    width: 100%;
    min-width: 0;
    height: 38px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .06);
}

.pc-coupang-search-widget iframe {
    display: block;
    width: 100%;
    height: 36px;
    border: 0;
}

.pc-header-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 54px;
    overflow: hidden;
    height: 52px;
    border: 2px solid var(--pc-blue);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(37, 99, 235, .08);
}

.pc-header-search input {
    min-width: 0;
    padding: 0 18px;
    border: 0;
    outline: 0;
    color: var(--pc-text);
    background: transparent;
    font-size: 15px;
}

.pc-header-search button {
    position: relative;
    border: 0;
    color: #fff;
    background: var(--pc-blue);
    cursor: pointer;
}

.pc-header-search button:hover {
    background: var(--pc-blue-dark);
}

.pc-header-search button span,
.pc-header-search button span::after {
    position: absolute;
    display: block;
}

.pc-header-search button span {
    top: 15px;
    left: 17px;
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    border-radius: 50%;
}

.pc-header-search button span::after {
    right: -7px;
    bottom: -5px;
    width: 8px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
    content: "";
    transform: rotate(45deg);
}

.pc-header-account {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.pc-partner-badge {
    justify-self: end;
    padding: 10px 14px;
    border: 1px solid #fed7c7;
    border-radius: 999px;
    color: #c2410c;
    background: #fff7ed;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.pc-header-account > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--pc-text);
    font-size: 13px;
    font-weight: 700;
}

.pc-account-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid var(--pc-line);
    border-radius: 50%;
    color: var(--pc-blue);
    background: #fff;
    font-size: 10px;
}

.pc-mobile-menu-button {
    display: none;
    width: 42px;
    height: 42px;
    padding: 10px;
    border: 1px solid var(--pc-line);
    border-radius: 11px;
    background: #fff;
}

.pc-mobile-menu-button > span:not(.sound_only) {
    display: block;
    height: 2px;
    margin: 4px 0;
    border-radius: 2px;
    background: var(--pc-navy);
}

.pc-primary-nav-wrap {
    border-top: 1px solid #eef2f7;
    background: #fff;
}

.pc-primary-nav-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 60px;
}

.pc-primary-nav {
    display: flex;
    align-items: center;
    gap: 32px;
    overflow-x: auto;
    scrollbar-width: none;
}

.pc-primary-nav::-webkit-scrollbar {
    display: none;
}

.pc-primary-nav a {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 60px;
    color: #334155;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -.02em;
}

.pc-primary-nav a.is-active {
    color: var(--pc-blue);
}

.pc-primary-nav a.is-active::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    border-radius: 3px 3px 0 0;
    background: var(--pc-blue);
    content: "";
}

.pc-provider-label {
    margin-left: 10px;
    color: #94a3b8;
    font-size: 12px;
}

.pc-provider-chip {
    padding: 5px 9px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
}

.pc-provider-coupang {
    color: #c2410c;
    background: #fff7ed;
}

.pc-provider-ali {
    color: #c2410c;
    background: #fff1f2;
}

.pc-provider-ebay {
    color: #1d4ed8;
    background: #eff6ff;
}

.pc-shipping-destination {
    margin: 0;
    color: var(--pc-muted);
    font-size: 12px;
}

.pc-shipping-destination span {
    color: var(--pc-blue);
}

.pc-mobile-menu {
    display: none;
}

.pc-wrapper,
#wrapper.pc-wrapper {
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    background: var(--pc-bg);
}

.pc-container,
#container.pc-container {
    float: none !important;
    width: 100% !important;
    min-height: 520px;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.pc-page-heading {
    padding-top: 34px;
}

.pc-page-heading h1 {
    margin: 0;
    font-size: 30px;
}

.pc-global-footer {
    padding: 52px 0 20px;
    color: #cbd5e1;
    background: #0f172a;
}

.pc-partner-disclosure {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 42px;
    padding: 18px 20px;
    border: 1px solid rgba(251, 146, 60, .25);
    border-radius: 14px;
    color: #fed7aa;
    background: rgba(124, 45, 18, .18);
}

.pc-partner-disclosure strong {
    flex: 0 0 auto;
    color: #fff;
}

.pc-partner-disclosure p {
    margin: 0;
    line-height: 1.7;
}

.pc-footer-grid {
    display: grid;
    grid-template-columns: minmax(280px, 1.8fr) minmax(180px, .7fr);
    gap: 72px;
}

.pc-brand-footer {
    color: #fff;
}

.pc-footer-brand p {
    max-width: 430px;
    margin: 20px 0 0;
    color: #94a3b8;
    line-height: 1.8;
}

.pc-footer-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.pc-footer-links strong {
    margin-bottom: 4px;
    color: #fff;
}

.pc-footer-links a {
    color: #94a3b8;
}

.pc-footer-links a:hover {
    color: #fff;
}

.pc-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-top: 42px;
    padding-top: 20px;
    border-top: 1px solid rgba(148, 163, 184, .2);
    color: #64748b;
    font-size: 12px;
}

.pc-footer-bottom p {
    margin: 0;
}

@media (max-width: 960px) {
    .pc-header-main {
        grid-template-columns: auto minmax(240px, 1fr) auto;
        gap: 20px;
    }

    .pc-primary-nav {
        gap: 16px;
    }

    .pc-provider-label,
    .pc-shipping-destination {
        display: none;
    }
}

@media (max-width: 760px) {
    .pc-layout-inner {
        width: min(100% - 28px, 680px);
    }

    .pc-utility-bar {
        display: none;
    }

    .pc-global-header {
        position: sticky;
        top: 0;
        box-shadow: 0 8px 26px rgba(15, 23, 42, .07);
    }

    .pc-header-main {
        grid-template-columns: 1fr auto;
        gap: 10px 14px;
        min-height: 0;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .pc-coupang-search-widget {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    .pc-brand-mark {
        width: 38px;
        height: 38px;
        border-radius: 12px 12px 12px 4px;
    }

    .pc-brand-copy strong {
        font-size: 17px;
    }

    .pc-brand-copy small {
        font-size: 7px;
    }

    .pc-partner-badge {
        padding: 8px 10px;
        font-size: 10px;
    }

    .pc-header-account > a {
        display: none;
    }

    .pc-primary-nav-row {
        min-height: 52px;
    }

    .pc-primary-nav {
        width: 100%;
        gap: 20px;
        white-space: nowrap;
    }

    .pc-primary-nav a {
        min-height: 52px;
        font-size: 15px;
    }

    .pc-mobile-menu-button {
        display: block;
    }

    .pc-mobile-menu:not([hidden]) {
        display: block;
        position: absolute;
        top: 132px;
        right: 14px;
        left: 14px;
        padding: 18px;
        border: 1px solid var(--pc-line);
        border-radius: 16px;
        background: #fff;
        box-shadow: var(--pc-shadow);
    }

    .pc-mobile-menu nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .pc-mobile-menu a {
        padding: 12px;
        border-radius: 10px;
        color: var(--pc-text);
        background: #f8fafc;
        font-weight: 700;
    }

    .pc-mobile-menu p {
        margin: 14px 4px 0;
        color: var(--pc-muted);
        font-size: 12px;
    }

    .pc-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 36px 24px;
    }

    .pc-partner-disclosure {
        display: block;
        margin-bottom: 34px;
    }

    .pc-partner-disclosure p {
        margin-top: 8px;
        font-size: 12px;
    }

    .pc-footer-brand {
        grid-column: 1 / -1;
    }

    .pc-footer-bottom {
        flex-direction: column;
        gap: 8px;
    }
}

@media (max-width: 420px) {
    .pc-layout-inner {
        width: calc(100% - 24px);
    }

    .pc-brand-copy small {
        display: none;
    }

    .pc-header-search input {
        padding: 0 13px;
        font-size: 14px;
    }

    .pc-footer-grid {
        grid-template-columns: 1fr;
    }

    .pc-footer-brand,
    .pc-footer-links {
        grid-column: auto;
    }
}

