/* Final sample-guard overrides loaded after glowkiki.css. */
.gk-marquee-track {
    width: 100% !important;
    max-width: 100% !important;
    animation: none !important;
    transform: none !important;
    justify-content: center;
    gap: 0 !important;
}

/* Product Q&A list */
#gk-reviews.gk-product-qna-page {
    background: #f7f7f7;
}

#gk-reviews.gk-product-qna-page .gk-qna-tabs {
    display: flex;
    align-items: stretch;
    padding: 0 28px;
    border-bottom: 1px solid var(--gk-ink, #0a0a0a);
    overflow-x: auto;
}

#gk-reviews.gk-product-qna-page .gk-qna-tab {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 58px;
    padding: 0 28px;
    border-right: 1px solid var(--gk-line, #dedede);
    color: var(--gk-muted, #8f8f8f);
    font-family: var(--gk-mono, monospace);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

#gk-reviews.gk-product-qna-page .gk-qna-tab:first-child {
    border-left: 1px solid var(--gk-line, #dedede);
}

#gk-reviews.gk-product-qna-page .gk-qna-tab b {
    color: var(--gk-red, #ef3d4a);
}

#gk-reviews.gk-product-qna-page .gk-qna-tab.is-active {
    background: var(--gk-ink, #0a0a0a);
    border-color: var(--gk-ink, #0a0a0a);
    color: #fff;
}

#gk-reviews.gk-product-qna-page .gk-qna-tab.is-active b {
    color: #fff;
}

#gk-reviews.gk-product-qna-page .gk-qna-list-section {
    padding: clamp(36px, 5vw, 64px) 28px 104px;
}

#gk-reviews.gk-product-qna-page .gk-qna-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.7fr);
    gap: 32px;
    align-items: end;
    margin-bottom: 28px;
}

#gk-reviews.gk-product-qna-page .gk-qna-section-head p {
    margin: 0 0 14px;
    color: var(--gk-muted, #8f8f8f);
    font-family: var(--gk-mono, monospace);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

#gk-reviews.gk-product-qna-page .gk-qna-section-head h2 {
    margin: 0;
    color: var(--gk-ink, #0a0a0a);
    font-size: clamp(42px, 5vw, 72px);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 0.9;
    text-transform: uppercase;
}

#gk-reviews.gk-product-qna-page .gk-qna-section-head h2 em {
    color: var(--gk-red, #ef3d4a);
    font-family: Georgia, serif;
    font-style: italic;
    font-weight: 400;
}

#gk-reviews.gk-product-qna-page .gk-qna-search {
    display: grid;
    grid-template-columns: 150px minmax(180px, 1fr) auto auto;
    gap: 8px;
    align-items: center;
}

#gk-reviews.gk-product-qna-page .gk-qna-search select,
#gk-reviews.gk-product-qna-page .gk-qna-search input,
#gk-reviews.gk-product-qna-page .gk-qna-search button,
#gk-reviews.gk-product-qna-page .gk-qna-search a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border: 1px solid var(--gk-ink, #0a0a0a);
    border-radius: 0;
    background: #fff;
    color: var(--gk-ink, #0a0a0a);
    font-family: var(--gk-mono, monospace);
    font-size: 11px;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
}

#gk-reviews.gk-product-qna-page .gk-qna-search select,
#gk-reviews.gk-product-qna-page .gk-qna-search input {
    justify-content: flex-start;
    padding: 0 14px;
}

#gk-reviews.gk-product-qna-page .gk-qna-search button {
    padding: 0 18px;
    background: var(--gk-ink, #0a0a0a);
    color: #fff;
}

#gk-reviews.gk-product-qna-page .gk-qna-search a {
    padding: 0 14px;
}

#gk-reviews.gk-product-qna-page .gk-qna-table {
    width: 100%;
    border-collapse: collapse;
    border-top: 2px solid var(--gk-ink, #0a0a0a);
    background: #fff;
}

#gk-reviews.gk-product-qna-page .gk-qna-table caption {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

#gk-reviews.gk-product-qna-page .gk-qna-table th,
#gk-reviews.gk-product-qna-page .gk-qna-table td {
    padding: 16px 14px;
    border-bottom: 1px solid var(--gk-line, #dedede);
    color: var(--gk-ink, #0a0a0a);
    text-align: left;
    vertical-align: middle;
}

#gk-reviews.gk-product-qna-page .gk-qna-table th {
    background: #f4f4f4;
    border-bottom-color: var(--gk-ink, #0a0a0a);
    color: var(--gk-muted, #8f8f8f);
    font-family: var(--gk-mono, monospace);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

#gk-reviews.gk-product-qna-page .gk-qna-table .no,
#gk-reviews.gk-product-qna-page .gk-qna-table .user,
#gk-reviews.gk-product-qna-page .gk-qna-table .date,
#gk-reviews.gk-product-qna-page .gk-qna-table .status {
    width: 1%;
    color: var(--gk-muted, #8f8f8f);
    font-family: var(--gk-mono, monospace);
    font-size: 11px;
    white-space: nowrap;
}

#gk-reviews.gk-product-qna-page .gk-qna-table .product {
    width: 230px;
}

#gk-reviews.gk-product-qna-page .gk-qna-table .product a {
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: inherit;
    text-decoration: none;
}

#gk-reviews.gk-product-qna-page .gk-qna-table .product span {
    color: var(--gk-muted, #8f8f8f);
    font-family: var(--gk-mono, monospace);
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

#gk-reviews.gk-product-qna-page .gk-qna-table .product b {
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
}

#gk-reviews.gk-product-qna-page .gk-qna-toggle {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    width: 100%;
    min-height: 36px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--gk-ink, #0a0a0a);
    text-align: left;
}

#gk-reviews.gk-product-qna-page .gk-qna-toggle span {
    min-width: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}

#gk-reviews.gk-product-qna-page .gk-qna-toggle em {
    color: var(--gk-red, #ef3d4a);
    font-family: var(--gk-mono, monospace);
    font-size: 10px;
    font-style: normal;
    letter-spacing: 0.08em;
}

#gk-reviews.gk-product-qna-page .gk-qna-table .status {
    text-align: right;
}

#gk-reviews.gk-product-qna-page .gk-qna-table .status span {
    font-weight: 700;
}

#gk-reviews.gk-product-qna-page .gk-qna-table .status .is-done {
    color: #1a8754;
}

#gk-reviews.gk-product-qna-page .gk-qna-table .status .is-wait {
    color: var(--gk-muted, #8f8f8f);
}

#gk-reviews.gk-product-qna-page .gk-qna-detail-row td {
    padding: 0;
    background: #fff;
}

#gk-reviews.gk-product-qna-page .gk-qna-detail {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px dashed var(--gk-line, #dedede);
}

#gk-reviews.gk-product-qna-page .gk-qna-detail > div {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 18px;
    padding: 24px 28px;
    font-size: 14px;
    line-height: 1.75;
}

#gk-reviews.gk-product-qna-page .gk-qna-detail > div + div {
    border-left: 1px solid var(--gk-line, #dedede);
}

#gk-reviews.gk-product-qna-page .gk-qna-detail strong {
    color: var(--gk-red, #ef3d4a);
    font-family: var(--gk-mono, monospace);
    font-size: 18px;
}

#gk-reviews.gk-product-qna-page .gk-qna-detail .answer {
    background: var(--gk-ink, #0a0a0a);
    color: #fff;
}

#gk-reviews.gk-product-qna-page .gk-qna-detail .answer strong {
    color: #fff;
}

#gk-reviews.gk-product-qna-page .gk-qna-detail .answer.is-empty {
    background: #f7f7f7;
    color: var(--gk-muted, #8f8f8f);
}

#gk-reviews.gk-product-qna-page .gk-qna-detail .answer.is-empty strong {
    color: var(--gk-muted, #8f8f8f);
}

#gk-reviews.gk-product-qna-page .gk-qna-empty {
    margin: 0;
    padding: 96px 24px;
    border: 1px solid var(--gk-line, #dedede);
    background: #fff;
    color: var(--gk-muted, #8f8f8f);
    font-family: var(--gk-mono, monospace);
    font-size: 13px;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
}

#gk-reviews.gk-product-qna-page .gk-qna-pagination {
    padding-top: 36px;
    text-align: center;
}

#gk-reviews.gk-product-qna-page .gk-qna-pagination .pg_wrap {
    display: inline-flex;
    justify-content: center;
    max-width: 100%;
}

@media (max-width: 900px) {
    #gk-reviews.gk-product-qna-page .gk-qna-tabs {
        padding: 0 18px;
    }

    #gk-reviews.gk-product-qna-page .gk-qna-tab {
        min-height: 50px;
        padding: 0 18px;
        font-size: 10px;
    }

    #gk-reviews.gk-product-qna-page .gk-qna-list-section {
        padding: 30px 18px 84px;
    }

    #gk-reviews.gk-product-qna-page .gk-qna-section-head {
        display: block;
    }

    #gk-reviews.gk-product-qna-page .gk-qna-search {
        grid-template-columns: 1fr;
        margin-top: 22px;
    }

    #gk-reviews.gk-product-qna-page .gk-qna-search select,
    #gk-reviews.gk-product-qna-page .gk-qna-search input,
    #gk-reviews.gk-product-qna-page .gk-qna-search button,
    #gk-reviews.gk-product-qna-page .gk-qna-search a {
        width: 100%;
    }

    #gk-reviews.gk-product-qna-page .gk-qna-table,
    #gk-reviews.gk-product-qna-page .gk-qna-table thead,
    #gk-reviews.gk-product-qna-page .gk-qna-table tbody,
    #gk-reviews.gk-product-qna-page .gk-qna-table tr,
    #gk-reviews.gk-product-qna-page .gk-qna-table th,
    #gk-reviews.gk-product-qna-page .gk-qna-table td {
        display: block;
    }

    #gk-reviews.gk-product-qna-page .gk-qna-table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
    }

    #gk-reviews.gk-product-qna-page .gk-qna-row {
        position: relative;
        padding: 16px 0;
        border-bottom: 1px solid var(--gk-line, #dedede);
    }

    #gk-reviews.gk-product-qna-page .gk-qna-row td {
        width: auto !important;
        padding: 4px 16px;
        border-bottom: 0;
    }

    #gk-reviews.gk-product-qna-page .gk-qna-row .no,
    #gk-reviews.gk-product-qna-page .gk-qna-row .user,
    #gk-reviews.gk-product-qna-page .gk-qna-row .date,
    #gk-reviews.gk-product-qna-page .gk-qna-row .status {
        display: inline-block;
        margin-right: 12px;
        font-size: 10px;
    }

    #gk-reviews.gk-product-qna-page .gk-qna-row .status {
        text-align: left;
    }

    #gk-reviews.gk-product-qna-page .gk-qna-row .title {
        padding-top: 10px;
    }

    #gk-reviews.gk-product-qna-page .gk-qna-toggle {
        min-height: 42px;
    }

    #gk-reviews.gk-product-qna-page .gk-qna-toggle span {
        font-size: 14px;
    }

    #gk-reviews.gk-product-qna-page .gk-qna-detail-row td {
        padding: 0;
    }

    #gk-reviews.gk-product-qna-page .gk-qna-detail {
        grid-template-columns: 1fr;
    }

    #gk-reviews.gk-product-qna-page .gk-qna-detail > div {
        grid-template-columns: 32px minmax(0, 1fr);
        gap: 12px;
        padding: 20px 16px;
        font-size: 13px;
    }

    #gk-reviews.gk-product-qna-page .gk-qna-detail > div + div {
        border-top: 1px solid var(--gk-line, #dedede);
        border-left: 0;
    }
}

.gk-marquee-track span {
    display: block !important;
    max-width: 100%;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
}

.gk-marquee-track span:nth-child(n+2),
.gk-marquee-track i {
    display: none !important;
}

.gk-auth-page .gk-auth-grid,
.gk-auth-page .gk-auth-grid-wide {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
}

.gk-auth-page .gk-auth-visual-title em,
.gk-auth-page .gk-auth-heading h2 em {
    color: var(--gk-red, #e63946);
    font-style: italic;
    font-weight: 400;
}

.gk-auth-page .gk-auth-register-agree .gk-auth-visual-title em,
.gk-auth-page .gk-auth-register-form .gk-auth-visual-title em {
    color: transparent;
    -webkit-text-stroke: 2px #fff;
}

.gk-auth-page .gk-auth-card {
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
}

.gk-auth-page .gk-auth-card > * {
    width: 100%;
    max-width: 560px;
}

.gk-auth-page .gk-auth-card-wide > *,
.gk-auth-page .gk-auth-register-form .gk-auth-card > * {
    max-width: 640px;
}

.gk-auth-page .gk-auth-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 0 36px;
    border-bottom: 2px solid var(--gk-ink, #0a0a0a);
}

.gk-auth-page .gk-auth-tabs a,
.gk-auth-page .gk-auth-tabs span {
    min-width: 0;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-left: 1px solid var(--gk-line, #dedede);
    background: transparent;
    color: var(--gk-muted, #8a8a8a);
    font-family: var(--gk-mono, "Roboto Mono", monospace);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-decoration: none;
    text-transform: uppercase;
}

.gk-auth-page .gk-auth-tabs a:first-child,
.gk-auth-page .gk-auth-tabs span:first-child {
    border-left: 0;
}

.gk-auth-page .gk-auth-tabs .is-active {
    background: var(--gk-ink, #0a0a0a);
    color: #fff;
}

.gk-auth-page .gk-auth-heading {
    margin-bottom: 28px;
}

.gk-auth-page .gk-auth-heading h2 {
    font-size: clamp(42px, 4vw, 56px) !important;
    line-height: .9 !important;
}

.gk-auth-page .gk-auth-form {
    gap: 18px;
}

.gk-auth-page .gk-auth-field-label {
    display: block;
    margin-bottom: 8px;
    color: var(--gk-muted, #8a8a8a);
    font-family: var(--gk-mono, "Roboto Mono", monospace);
    font-size: 10px;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.gk-auth-page .gk-auth-field-label .req {
    color: var(--gk-red, #e63946);
}

.gk-auth-page .gk-auth .frm_input,
.gk-auth-page .gk-auth .form-control,
.gk-auth-page .gk-auth select {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 56px !important;
    padding: 0 16px !important;
    border: 1px solid var(--gk-ink, #0a0a0a) !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--gk-ink, #0a0a0a) !important;
    font-size: 14px !important;
    box-shadow: none !important;
}

.gk-auth-page .gk-auth-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 4px 0 6px;
}

.gk-auth-page .gk-auth-check {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.gk-auth-page .gk-auth-check input[type="checkbox"] {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    accent-color: var(--gk-red, #e63946);
}

.gk-auth-page .gk-auth-btn {
    width: 100% !important;
    min-height: 58px !important;
    border: 1px solid var(--gk-red, #e63946) !important;
    border-radius: 0 !important;
    background: var(--gk-red, #e63946) !important;
    color: #fff !important;
    font-family: var(--gk-mono, "Roboto Mono", monospace) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: .1em !important;
    text-transform: uppercase !important;
}

.gk-auth-page .gk-auth-btns {
    display: grid !important;
    grid-template-columns: minmax(120px, .32fr) minmax(0, 1fr);
    gap: 10px;
    align-items: stretch;
    width: 100%;
}

.gk-auth-page .gk-auth-btns .gk-auth-btn,
.gk-auth-page .gk-auth-btns .gk-auth-btn-secondary {
    display: inline-flex !important;
    position: static !important;
    inset: auto !important;
    float: none !important;
    transform: none !important;
    align-items: center;
    justify-content: center;
    min-width: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    text-decoration: none !important;
}

.gk-auth-page .gk-auth-btns .gk-auth-btn-secondary {
    min-height: 58px !important;
    border: 1px solid var(--gk-ink, #0a0a0a) !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--gk-ink, #0a0a0a) !important;
    font-family: var(--gk-mono, "Roboto Mono", monospace) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: .1em !important;
    text-transform: uppercase !important;
}

.gk-auth-page .gk-auth-alt {
    justify-content: center;
    margin-top: 28px;
}

.gk-auth-page .gk-auth-benefit-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    border-top: 1px solid rgba(255,255,255,.16);
    padding-top: 32px;
}

.gk-auth-page .gk-auth-benefit-stats strong {
    display: block;
    color: #fff;
    font-size: 36px;
    font-weight: 900;
    line-height: 1;
}

.gk-auth-page .gk-auth-benefit-stats span {
    display: block;
    margin-top: 6px;
    color: rgba(255,255,255,.6);
    font-family: var(--gk-mono, "Roboto Mono", monospace);
    font-size: 9px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .gk-auth-page .gk-auth-grid,
    .gk-auth-page .gk-auth-grid-wide {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

@media (max-width: 767px) {
    .gk-auth-page .gk-auth-visual,
    .gk-auth-page .gk-auth-card {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    .gk-auth-page .gk-auth-card > * {
        max-width: none;
    }

    .gk-auth-page .gk-auth-visual-title {
        font-size: 48px !important;
        line-height: .9 !important;
    }

    .gk-auth-page .gk-auth-benefit-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
        padding-top: 20px;
    }

    .gk-auth-page .gk-auth-benefit-stats strong {
        font-size: 25px;
    }

    .gk-auth-page .gk-auth-benefit-stats span {
        font-size: 7px;
    }

    .gk-auth-page .gk-auth-tabs {
        margin-bottom: 26px;
    }

    .gk-auth-page .gk-auth-tabs a,
    .gk-auth-page .gk-auth-tabs span {
        min-height: 48px;
        padding: 10px 4px;
        font-size: 10px;
    }

    .gk-auth-page .gk-auth-heading h2 {
        font-size: 42px !important;
    }

    .gk-auth-page .gk-auth-btns {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (min-width: 1200px) {
    :root {
        --gk-page-gutter: clamp(36px, 4vw, 88px);
        --gk-page-max: 1880px;
        --gk-pdp-max: 1840px;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl,
    .container-wide {
        width: min(calc(100% - (var(--gk-page-gutter) * 2)), var(--gk-page-max)) !important;
        max-width: var(--gk-page-max) !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .gk-site-header .gk-topbar,
    .gk-site-header .gk-nav {
        padding-right: var(--gk-page-gutter) !important;
        padding-left: var(--gk-page-gutter) !important;
    }

    .sit_ov_from_custom {
        width: min(calc(100% - (var(--gk-page-gutter) * 2)), var(--gk-pdp-max)) !important;
        max-width: var(--gk-pdp-max) !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    #gk-pdp-detail {
        width: min(calc(100% - (var(--gk-page-gutter) * 2)), var(--gk-pdp-max)) !important;
        max-width: var(--gk-pdp-max) !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
}

#gk-reviews .gk-review-summary .gk-review-score {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border-top: 1px solid var(--gk-line) !important;
    border-bottom: 1px solid var(--gk-line) !important;
}

/* GLOW.KIKI operating popup: Gnuboard newwin.inc.php */
body.gk-newwin-open {
    overflow: hidden;
}

#hd_pop_overlay.gk-newwin-overlay {
    position: fixed;
    inset: 0;
    z-index: 9800;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 28px;
    background: rgba(10, 10, 10, 0.72);
    backdrop-filter: blur(6px);
}

#hd_pop_overlay.gk-newwin-overlay.hd_pop_fadein {
    animation: gk-newwin-overlay-in 0.22s ease-out both;
}

#hd_pop_overlay.gk-newwin-overlay.hd_pop_fadeout {
    animation: gk-newwin-overlay-out 0.2s ease-in both;
}

.gk-newwin-modal,
#hd_pop_overlay .gk-newwin-modal {
    position: relative;
    display: grid;
    grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr) auto;
    width: min(920px, calc(100vw - 56px));
    max-height: calc(100vh - 56px);
    overflow: hidden;
    border: 1px solid #0a0a0a;
    border-radius: 0;
    background: #f7f7f7;
    color: #0a0a0a;
    box-shadow: 0 22px 80px rgba(0, 0, 0, 0.34);
    font-family: var(--gk-sans, "Noto Sans KR", Arial, sans-serif);
}

.gk-newwin-modal.hd_pop_modal_in {
    animation: gk-newwin-modal-in 0.26s cubic-bezier(.2, .8, .2, 1) both;
}

.gk-newwin-modal.hd_pop_modal_out {
    animation: gk-newwin-modal-out 0.18s ease-in both;
}

.gk-newwin-x,
#hd_pop_overlay .gk-newwin-x {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 5;
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid currentColor;
    border-radius: 0;
    background: #fff;
    color: #0a0a0a;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.gk-newwin-art {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    border-right: 1px solid #0a0a0a;
    background: #f3eadf;
}

.gk-newwin-art::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: repeating-linear-gradient(135deg, transparent 0 18px, rgba(10, 10, 10, 0.055) 18px 19px);
}

.gk-newwin-art img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gk-newwin-live {
    position: absolute;
    top: 22px;
    left: 22px;
    z-index: 2;
    padding: 7px 11px;
    background: #e63946;
    color: #fff;
    font-family: var(--gk-mono, "Menlo", monospace);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
    line-height: 1;
    text-transform: uppercase;
}

.gk-newwin-art strong {
    position: absolute;
    right: 20px;
    bottom: 14px;
    z-index: 2;
    color: rgba(10, 10, 10, 0.1);
    font-size: 190px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: .8;
}

.gk-newwin-nav {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    pointer-events: none;
}

.gk-newwin-nav-btn {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid #0a0a0a;
    border-radius: 0;
    background: rgba(255, 255, 255, .9);
    color: #0a0a0a;
    font-family: var(--gk-mono, "Menlo", monospace);
    font-size: 31px;
    line-height: 1;
    cursor: pointer;
    pointer-events: auto;
}

.gk-newwin-nav-btn:hover,
.gk-newwin-nav-btn:focus-visible {
    background: #0a0a0a;
    color: #fff;
}

.gk-newwin-modal.is-slide-next .gk-newwin-art,
.gk-newwin-modal.is-slide-next .gk-newwin-copy {
    animation: gk-newwin-slide-next .24s ease-out both;
}

.gk-newwin-modal.is-slide-prev .gk-newwin-art,
.gk-newwin-modal.is-slide-prev .gk-newwin-copy {
    animation: gk-newwin-slide-prev .24s ease-out both;
}

.gk-newwin-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    padding: 56px 56px 46px;
    background: #fff;
}

.gk-newwin-kicker {
    margin: 0 0 18px;
    color: #e63946;
    font-family: var(--gk-mono, "Menlo", monospace);
    font-size: 11px;
    letter-spacing: .12em;
    line-height: 1.4;
    text-transform: uppercase;
}

.gk-newwin-copy h2 {
    max-width: 520px;
    margin: 0;
    color: #0a0a0a;
    font-size: 66px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: .9;
    text-transform: uppercase;
}

.gk-newwin-copy h2 em,
.gk-newwin-body em {
    color: #e63946;
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic;
    font-weight: 400;
}

.gk-newwin-body {
    display: grid;
    gap: 12px;
    max-width: 520px;
    color: #333;
    font-size: 14px;
    line-height: 1.65;
}

.gk-newwin-body p,
.gk-newwin-body ul,
.gk-newwin-body ol {
    margin: 0;
}

.gk-newwin-body ul,
.gk-newwin-body ol {
    padding-left: 18px;
}

.gk-newwin-body a {
    color: #e63946;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.gk-newwin-actions {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
}

.gk-newwin-cta {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    background: #0a0a0a;
    color: #fff;
    font-family: var(--gk-mono, "Menlo", monospace);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.gk-newwin-actions span {
    color: #8f8f8f;
    font-family: var(--gk-mono, "Menlo", monospace);
    font-size: 11px;
    letter-spacing: .08em;
}

.gk-newwin-footer,
#hd_pop_overlay .gk-newwin-footer {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 22px;
    border-top: 1px solid #0a0a0a;
    background: #0a0a0a;
    color: #fff;
}

.gk-newwin-reject,
#hd_pop_overlay .gk-newwin-reject {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    margin: 0;
    cursor: pointer;
}

#hd_pop_overlay .hd_pop_reject_checkbox {
    position: relative;
    display: inline-flex;
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 0;
    background: transparent;
}

#hd_pop_overlay .hd_pop_reject_checkbox::after {
    content: "";
    width: 8px;
    height: 8px;
    background: #e63946;
    opacity: 0;
}

#hd_pop_overlay .hd_pop_reject_checkbox.is-checked::after {
    opacity: 1;
}

#hd_pop_overlay .hd_pop_reject_text {
    color: rgba(255, 255, 255, .74);
    font-size: 12px;
    line-height: 1.3;
}

#hd_pop_overlay .hd_pop_close_btn {
    min-height: 38px;
    padding: 0 18px;
    border: 1px solid #fff;
    border-radius: 0;
    background: transparent;
    color: #fff;
    font-family: var(--gk-mono, "Menlo", monospace);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    cursor: pointer;
}

@keyframes gk-newwin-overlay-in {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes gk-newwin-overlay-out {
    from { opacity: 1; }
    to { opacity: 0; }
}

@keyframes gk-newwin-modal-in {
    from {
        opacity: 0;
        transform: translateY(22px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes gk-newwin-modal-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(14px);
    }
}

@keyframes gk-newwin-slide-next {
    from {
        opacity: .34;
        transform: translateX(18px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes gk-newwin-slide-prev {
    from {
        opacity: .34;
        transform: translateX(-18px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 760px) {
    #hd_pop_overlay.gk-newwin-overlay {
        align-items: flex-end;
        padding: 14px;
    }

    .gk-newwin-modal,
    #hd_pop_overlay .gk-newwin-modal {
        display: flex;
        width: 100%;
        max-height: calc(100vh - 28px);
        flex-direction: column;
        overflow-y: auto;
    }

    .gk-newwin-x,
    #hd_pop_overlay .gk-newwin-x {
        top: 12px;
        right: 12px;
        width: 42px;
        height: 42px;
    }

    .gk-newwin-art {
        min-height: 220px;
        border-right: 0;
        border-bottom: 1px solid #0a0a0a;
    }

    .gk-newwin-art strong {
        right: 14px;
        bottom: 8px;
        font-size: 112px;
    }

    .gk-newwin-nav {
        padding: 0 12px;
    }

    .gk-newwin-nav-btn {
        width: 40px;
        height: 40px;
        font-size: 27px;
    }

    .gk-newwin-copy {
        gap: 22px;
        padding: 30px 18px 24px;
    }

    .gk-newwin-kicker {
        margin-bottom: 12px;
        font-size: 10px;
    }

    .gk-newwin-copy h2 {
        font-size: 44px;
        line-height: .9;
    }

    .gk-newwin-body {
        font-size: 13px;
    }

    .gk-newwin-actions {
        align-items: stretch;
    }

    .gk-newwin-cta {
        flex: 1;
        min-height: 46px;
        padding: 0 14px;
        font-size: 10px;
    }

    .gk-newwin-footer,
    #hd_pop_overlay .gk-newwin-footer {
        position: sticky;
        bottom: 0;
        padding: 14px;
    }
}

#gk-reviews .gk-review-summary .gk-review-score strong {
    display: block !important;
    margin: 0 0 18px !important;
    color: var(--gk-ink) !important;
    font-size: clamp(76px, 9vw, 120px) !important;
    font-weight: 900 !important;
    line-height: 0.85 !important;
}

#gk-reviews .gk-review-summary .gk-review-score span {
    display: block !important;
    margin: 0 !important;
    color: var(--gk-red) !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
}

#gk-reviews .gk-review-summary .gk-review-score em {
    display: block !important;
    margin: 8px 0 0 !important;
    color: var(--gk-muted) !important;
    font-family: var(--gk-mono) !important;
    font-size: 10px !important;
    font-style: normal !important;
    line-height: 1.4 !important;
    text-transform: uppercase !important;
}

#sct.gk-list-layout .gk-category-identity__meta {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

#sct.gk-list-layout .gk-category-identity__meta div {
    border: 0 !important;
}

#gk-reviews .gk-review-cards {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

#gk-reviews .gk-review-card {
    display: grid !important;
    grid-template-columns: 200px minmax(0, 1fr) 180px !important;
}

#sct.gk-list-layout .gk-sidebar-search-wrap {
    grid-template-columns: minmax(0, 1fr) 40px !important;
    border-color: var(--gk-line) !important;
}

#sct.gk-list-layout .gk-sidebar-search-btn::before {
    content: "→" !important;
}

@media (max-width: 900px) {
    #gk-reviews .gk-review-card {
        grid-template-columns: 1fr !important;
    }

    #gk-reviews .gk-page-head {
        width: 100% !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }
}

/* Lookbook / Events sample pages */
#gk-lookbook,
#gk-events {
    background: #f7f7f7;
    color: var(--gk-ink);
    overflow-x: hidden;
}

#gk-lookbook .gk-breadcrumb,
#gk-events .gk-breadcrumb {
    display: flex;
    gap: 14px;
    align-items: center;
    min-height: 72px;
    padding: 0 28px;
    border-top: 1px solid var(--gk-line);
    border-bottom: 1px solid var(--gk-line);
    font-family: var(--gk-mono);
    font-size: 12px;
    text-transform: uppercase;
}

#gk-lookbook .gk-breadcrumb a,
#gk-events .gk-breadcrumb a,
#gk-lookbook .gk-breadcrumb span,
#gk-events .gk-breadcrumb span {
    color: var(--gk-muted);
}

#gk-lookbook .gk-page-head,
#gk-events .gk-page-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 40px;
    align-items: end;
    padding: clamp(48px, 7vw, 96px) 28px;
    border-bottom: 1px solid var(--gk-line);
}

#gk-lookbook .eyebrow,
#gk-events .eyebrow,
#gk-lookbook .gk-page-head p,
#gk-events .gk-page-head p {
    margin: 0 0 16px;
    color: var(--gk-red);
    font-family: var(--gk-mono);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

#gk-lookbook h1,
#gk-events h1 {
    margin: 0;
    font-size: clamp(70px, 9vw, 150px);
    font-weight: 900;
    line-height: 0.88;
    letter-spacing: 0;
    text-transform: uppercase;
}

#gk-lookbook h1 em,
#gk-events h1 em,
#gk-lookbook h2 em,
#gk-events h2 em,
#gk-lookbook h3 em {
    color: var(--gk-red);
    font-family: Georgia, serif;
    font-style: italic;
    font-weight: 400;
    text-transform: lowercase;
}

#gk-lookbook .gk-page-head .meta,
#gk-events .gk-page-head .meta {
    display: flex;
    flex-direction: column;
    gap: 7px;
    color: var(--gk-muted);
    font-family: var(--gk-mono);
    font-size: 11px;
    text-align: right;
    text-transform: uppercase;
}

#gk-lookbook .gk-page-head .meta b,
#gk-events .gk-page-head .meta b {
    color: var(--gk-ink);
}

#gk-lookbook .gk-lb-tabs,
#gk-events .gk-event-tabs {
    display: flex;
    gap: 0;
    padding: 0 40px;
    border-bottom: 1px solid var(--gk-ink);
    overflow-x: auto;
}

#gk-lookbook .gk-lb-tabs a,
#gk-events .gk-event-tabs a {
    flex: 0 0 auto;
    padding: 18px 28px;
    border-right: 1px solid var(--gk-line);
    color: var(--gk-muted);
    font-family: var(--gk-mono);
    font-size: 11px;
    text-transform: uppercase;
}

#gk-lookbook .gk-lb-tabs a.active,
#gk-events .gk-event-tabs a.active {
    background: var(--gk-ink);
    color: #fff;
}

#gk-lookbook .gk-lb-tabs b,
#gk-events .gk-event-tabs b {
    color: var(--gk-red);
    margin-left: 8px;
}

#gk-lookbook .gk-lb-tabs .write {
    margin-left: auto;
    color: var(--gk-ink);
}

#gk-lookbook .gk-lookbook-intro {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    align-items: end;
    padding: 48px 40px 0;
}

#gk-lookbook .gk-lookbook-intro p {
    margin: 0 0 14px;
    color: var(--gk-red);
    font-family: var(--gk-mono);
    font-size: 11px;
    text-transform: uppercase;
}

#gk-lookbook .gk-lookbook-intro h2 {
    margin: 0;
    font-size: clamp(56px, 7vw, 88px);
    font-weight: 900;
    line-height: 0.88;
    text-transform: uppercase;
}

#gk-lookbook .gk-lookbook-intro aside {
    color: var(--gk-muted);
    font-family: var(--gk-mono);
    font-size: 11px;
    line-height: 1.8;
    text-align: right;
    text-transform: uppercase;
}

#gk-lookbook .gk-lookbook-intro aside strong {
    display: block;
    color: var(--gk-ink);
}

#gk-lookbook .gk-lb-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-rows: 120px;
    gap: 12px;
    padding: 48px 40px;
}

#gk-lookbook .gk-lb-item {
    position: relative;
    overflow: hidden;
    background: var(--gk-cream, #f3eadf);
    color: var(--gk-ink);
}

#gk-lookbook .gk-lb-item::after,
#gk-events .gk-event-card .img::after,
#gk-events .gk-event-hero .img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(135deg, transparent 0 22px, rgba(10, 10, 10, 0.04) 22px 23px);
}

#gk-lookbook .gk-lb-item.v2 { background: #ead9c7; }
#gk-lookbook .gk-lb-item.v3 { background: #dfd0bd; }
#gk-lookbook .gk-lb-item.v4 { background: #cdbba4; }
#gk-lookbook .gk-lb-item.v5 { background: var(--gk-ink); color: #fff; }
#gk-lookbook .gk-lb-item.v6 { background: var(--gk-red); color: #fff; }

#gk-lookbook .span-3-3 { grid-column: span 3; grid-row: span 3; }
#gk-lookbook .span-4-3 { grid-column: span 4; grid-row: span 3; }
#gk-lookbook .span-4-4 { grid-column: span 4; grid-row: span 4; }
#gk-lookbook .span-6-2 { grid-column: span 6; grid-row: span 2; }

#gk-lookbook .gk-lb-item .lab {
    position: absolute;
    z-index: 2;
    top: 16px;
    left: 16px;
    padding: 4px 9px;
    background: #fff;
    color: var(--gk-ink);
    font-family: var(--gk-mono);
    font-size: 10px;
    text-transform: uppercase;
}

#gk-lookbook .gk-lb-item .num {
    position: absolute;
    right: 18px;
    bottom: 14px;
    z-index: 1;
    color: rgba(10, 10, 10, 0.12);
    font-size: 120px;
    font-weight: 900;
    line-height: 0.85;
}

#gk-lookbook .gk-lb-item.v5 .num,
#gk-lookbook .gk-lb-item.v6 .num {
    color: rgba(255, 255, 255, 0.18);
}

#gk-lookbook .gk-lb-item .ttl {
    position: absolute;
    z-index: 2;
    left: 16px;
    bottom: 16px;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

#gk-lookbook .gk-lb-item .ttl em {
    color: currentColor;
    opacity: 0.75;
}

#gk-lookbook .gk-curation-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid var(--gk-line);
    border-bottom: 1px solid var(--gk-line);
}

#gk-lookbook .gk-curation-grid article {
    border-right: 1px solid var(--gk-line);
    background: #fff;
}

#gk-lookbook .gk-curation-grid article:last-child {
    border-right: 0;
}

#gk-lookbook .gk-curation-grid .img {
    position: relative;
    aspect-ratio: 16 / 9;
    background: linear-gradient(160deg, #ead9c7, #dfd0bd);
}

#gk-lookbook .gk-curation-grid .img.dark {
    background: linear-gradient(160deg, var(--gk-ink), #2a2a2a);
}

#gk-lookbook .gk-curation-grid .img span {
    position: absolute;
    right: 24px;
    bottom: -12px;
    color: rgba(10, 10, 10, 0.08);
    font-size: 190px;
    font-weight: 900;
    line-height: 0.8;
}

#gk-lookbook .gk-curation-grid .dark span {
    color: rgba(255, 255, 255, 0.14);
}

#gk-lookbook .gk-curation-grid .info {
    padding: 32px;
}

#gk-lookbook .gk-curation-grid p,
#gk-events .gk-event-hero p {
    margin: 0 0 14px;
    color: var(--gk-red);
    font-family: var(--gk-mono);
    font-size: 11px;
    text-transform: uppercase;
}

#gk-lookbook .gk-curation-grid h3 {
    margin: 0 0 20px;
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 900;
    line-height: 0.92;
    text-transform: uppercase;
}

#gk-lookbook .gk-curation-grid a {
    font-family: var(--gk-mono);
    font-size: 11px;
    color: var(--gk-ink);
    text-transform: uppercase;
}

#gk-lookbook .gk-lookbook-paging {
    padding: 48px 28px 90px;
}

#gk-events .gk-event-hero {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    min-height: 520px;
    margin: 48px 40px 32px;
    border: 1px solid var(--gk-ink);
    background: #fff;
}

#gk-events .gk-event-hero .img {
    position: relative;
    background: linear-gradient(135deg, #f3eadf, #dfd0bd);
    overflow: hidden;
}

#gk-events .gk-event-hero .lab {
    position: absolute;
    z-index: 2;
    top: 24px;
    left: 24px;
    padding: 6px 12px;
    background: var(--gk-ink);
    color: #fff;
    font-family: var(--gk-mono);
    font-size: 11px;
}

#gk-events .gk-event-hero .num {
    position: absolute;
    right: 32px;
    bottom: 24px;
    color: rgba(10, 10, 10, 0.08);
    font-size: 220px;
    font-weight: 900;
    line-height: 0.8;
}

#gk-events .gk-event-hero .info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 48px 40px;
}

#gk-events .gk-event-hero h2 {
    margin: 0;
    font-size: clamp(44px, 5vw, 72px);
    font-weight: 900;
    line-height: 0.9;
    text-transform: uppercase;
}

#gk-events .countdown {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin: 32px 0;
}

#gk-events .countdown span {
    display: grid;
    place-items: center;
    min-height: 74px;
    background: var(--gk-ink);
    color: #fff;
    font-family: var(--gk-mono);
    font-size: 9px;
    text-transform: uppercase;
}

#gk-events .countdown span.red {
    background: var(--gk-red);
}

#gk-events .countdown b {
    display: block;
    font-size: 34px;
    line-height: 1;
}

#gk-events .actions {
    display: flex;
    gap: 10px;
}

#gk-events .actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid var(--gk-ink);
    background: #fff;
    color: var(--gk-ink);
    font-family: var(--gk-mono);
    font-size: 11px;
}

#gk-events .actions a:first-child {
    background: var(--gk-red);
    border-color: var(--gk-red);
    color: #fff;
}

#gk-events .gk-event-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-bottom: 1px solid var(--gk-line);
}

#gk-events .gk-event-card {
    display: block;
    border-top: 1px solid var(--gk-line);
    border-right: 1px solid var(--gk-line);
    background: #fff;
    color: var(--gk-ink);
}

#gk-events .gk-event-card .img {
    position: relative;
    display: block;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #f3eadf;
}

#gk-events .gk-event-card .img.v2 { background: #e8d5c4; }
#gk-events .gk-event-card .img.v3 { background: #dfd0bd; }
#gk-events .gk-event-card .img.v4 { background: var(--gk-ink); }
#gk-events .gk-event-card .img.v5 { background: #f0e8de; }
#gk-events .gk-event-card .img.v6 { background: var(--gk-red); }

#gk-events .gk-event-card .badge {
    position: absolute;
    z-index: 2;
    top: 14px;
    left: 14px;
    padding: 4px 9px;
    background: var(--gk-red);
    color: #fff;
    font-family: var(--gk-mono);
    font-size: 10px;
}

#gk-events .gk-event-card .img em {
    position: absolute;
    right: 16px;
    bottom: 12px;
    z-index: 1;
    color: rgba(10, 10, 10, 0.1);
    font-size: 120px;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
}

#gk-events .gk-event-card .v4 em,
#gk-events .gk-event-card .v6 em {
    color: rgba(255, 255, 255, 0.18);
}

#gk-events .gk-event-card .txt {
    display: block;
    padding: 24px 24px 28px;
}

#gk-events .gk-event-card small {
    display: block;
    color: var(--gk-muted);
    font-family: var(--gk-mono);
    font-size: 10px;
    text-transform: uppercase;
}

#gk-events .gk-event-card small b {
    color: var(--gk-red);
}

#gk-events .gk-event-card strong {
    display: block;
    margin: 8px 0 12px;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.05;
}

#gk-events .gk-event-card .txt span {
    display: block;
    color: #333;
    font-size: 13px;
    line-height: 1.5;
}

#gk-events .gk-event-card i {
    display: block;
    margin-top: 16px;
    font-family: var(--gk-mono);
    font-size: 10px;
    font-style: normal;
    text-align: right;
}

#gk-events.gk-event-detail .gk-page-head h1 {
    max-width: 980px;
    font-size: clamp(54px, 7vw, 112px);
}

#gk-events .gk-event-detail-promo {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    margin: 48px 40px;
    border: 1px solid var(--gk-ink);
    background: #fff;
}

#gk-events .gk-event-detail-promo .left {
    padding: 48px 40px;
    background: var(--gk-ink);
    color: #fff;
}

#gk-events .gk-event-detail-promo .left p {
    margin: 0 0 18px;
    color: var(--gk-red);
    font-family: var(--gk-mono);
    font-size: 11px;
    text-transform: uppercase;
}

#gk-events .gk-event-detail-promo .left h2 {
    margin: 0 0 18px;
    font-size: clamp(46px, 5vw, 72px);
    font-weight: 900;
    line-height: 0.88;
    text-transform: uppercase;
}

#gk-events .gk-event-detail-promo .left span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.7;
}

#gk-events .gk-event-detail-promo .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding: 40px;
    background: var(--gk-red);
    color: #fff;
}

#gk-events .gk-event-detail-promo .right span {
    font-family: var(--gk-mono);
    font-size: 10px;
    text-transform: uppercase;
}

#gk-events .gk-event-detail-promo .right strong {
    padding: 16px 32px;
    border: 2px dashed rgba(255, 255, 255, 0.6);
    font-family: var(--gk-mono);
    font-size: clamp(34px, 4vw, 52px);
}

#gk-events .gk-event-detail-promo .right a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 20px;
    background: #fff;
    color: var(--gk-red);
    font-family: var(--gk-mono);
    font-size: 11px;
    font-weight: 700;
}

#gk-events .gk-event-rules {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 40px 48px;
    border-top: 1px solid var(--gk-ink);
    border-bottom: 1px solid var(--gk-ink);
}

#gk-events .gk-event-rules article {
    padding: 32px 28px;
    border-right: 1px solid var(--gk-line);
    background: #fff;
}

#gk-events .gk-event-rules article:last-child {
    border-right: 0;
}

#gk-events .gk-event-rules span {
    color: var(--gk-red);
    font-family: var(--gk-mono);
    font-size: 11px;
}

#gk-events .gk-event-rules h3 {
    margin: 12px 0 10px;
    font-size: 28px;
    font-weight: 900;
}

#gk-events .gk-event-rules p {
    margin: 0;
    color: #333;
    font-size: 13px;
    line-height: 1.6;
}

#gk-events .gk-event-products {
    padding: 0 40px 64px;
}

#gk-events .gk-event-products > header {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: end;
    margin-bottom: 24px;
}

#gk-events .gk-event-products h2,
#gk-events .gk-event-comments h2 {
    margin: 0;
    font-size: clamp(36px, 4vw, 56px);
    font-weight: 900;
    line-height: 0.95;
    text-transform: uppercase;
}

#gk-events .gk-event-products header span {
    color: var(--gk-muted);
    font-family: var(--gk-mono);
    font-size: 11px;
}

#gk-events .gk-event-products-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

#gk-events .gk-event-product-card {
    display: block;
    color: var(--gk-ink);
}

#gk-events .gk-event-product-card .img {
    position: relative;
    display: block;
    aspect-ratio: 4 / 5;
    margin-bottom: 12px;
    overflow: hidden;
    background: #f3eadf;
}

#gk-events .gk-event-product-card .img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(135deg, transparent 0 10px, rgba(10, 10, 10, 0.05) 10px 11px);
}

#gk-events .gk-event-product-card .img::after {
    content: attr(data-num);
    position: absolute;
    right: 14px;
    bottom: 10px;
    color: rgba(10, 10, 10, 0.1);
    font-size: 76px;
    font-weight: 900;
}

#gk-events .gk-event-product-card img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#gk-events .gk-event-product-card .img b {
    position: absolute;
    z-index: 2;
    top: 12px;
    right: 12px;
    padding: 7px 10px;
    background: var(--gk-red);
    color: #fff;
    font-family: var(--gk-mono);
    font-size: 10px;
}

#gk-events .gk-event-product-card .meta {
    display: flex;
    justify-content: space-between;
    color: var(--gk-muted);
    font-family: var(--gk-mono);
    font-size: 10px;
    font-style: normal;
}

#gk-events .gk-event-product-card strong {
    display: block;
    margin: 7px 0;
    font-size: 17px;
    font-weight: 900;
}

#gk-events .gk-event-product-card .price {
    color: var(--gk-red);
    font-size: 16px;
    font-weight: 900;
}

#gk-events .gk-event-product-card .price s {
    margin-right: 8px;
    color: var(--gk-muted);
    font-size: 12px;
    font-weight: 400;
}

#gk-events .gk-event-comments {
    max-width: 880px;
    margin: 0 auto 90px;
    padding: 0 24px;
}

#gk-events .gk-event-comments > p {
    color: var(--gk-muted);
    font-family: var(--gk-mono);
    font-size: 10px;
    text-transform: uppercase;
}

#gk-events .gk-event-comments .write {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 14px;
    align-items: center;
    margin: 24px 0 32px;
    padding: 18px;
    border: 1px solid var(--gk-ink);
    background: #fff;
}

#gk-events .gk-event-comments .write span,
#gk-events .gk-event-comments article > span {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--gk-ink);
    color: #fff;
    font-weight: 800;
}

#gk-events .gk-event-comments input {
    border: 0;
    background: transparent;
}

#gk-events .gk-event-comments button {
    min-height: 38px;
    padding: 0 18px;
    border: 0;
    background: var(--gk-red);
    color: #fff;
    font-family: var(--gk-mono);
    font-size: 10px;
}

#gk-events .gk-event-comments article {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    padding: 18px 0;
    border-top: 1px solid var(--gk-line);
}

#gk-events .gk-event-comments article > span {
    background: #f3eadf;
    color: var(--gk-ink);
}

#gk-events .gk-event-comments strong {
    font-size: 13px;
}

#gk-events .gk-event-comments strong em {
    margin-left: 8px;
    color: var(--gk-muted);
    font-family: var(--gk-mono);
    font-size: 10px;
    font-style: normal;
}

#gk-events .gk-event-comments article p {
    margin: 4px 0 0;
    color: #333;
    font-size: 14px;
    line-height: 1.55;
}

@media (max-width: 900px) {
    #gk-lookbook .gk-page-head,
    #gk-events .gk-page-head,
    #gk-events .gk-event-hero,
    #gk-events .gk-event-detail-promo,
    #gk-events .gk-event-rules,
    #gk-lookbook .gk-curation-grid,
    #gk-events .gk-event-grid {
        grid-template-columns: 1fr !important;
    }

    #gk-lookbook .gk-page-head .meta,
    #gk-events .gk-page-head .meta,
    #gk-lookbook .gk-lookbook-intro aside {
        text-align: left;
    }

    #gk-lookbook .gk-lookbook-intro {
        display: block;
    }

    #gk-lookbook .gk-lb-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 140px;
        padding: 28px 18px;
    }

    #gk-lookbook .gk-lb-item {
        grid-column: span 1 !important;
        grid-row: span 2 !important;
    }

    #gk-events .gk-event-hero {
        margin: 28px 18px;
    }

    #gk-events .gk-event-detail-promo,
    #gk-events .gk-event-rules {
        margin-right: 18px;
        margin-left: 18px;
    }

    #gk-events .gk-event-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    #gk-lookbook,
    #gk-events {
        padding-bottom: 78px;
    }

    #gk-lookbook .gk-breadcrumb,
    #gk-events .gk-breadcrumb {
        min-height: 58px;
        padding: 0 18px;
        font-size: 10px;
    }

    #gk-lookbook .gk-page-head,
    #gk-events .gk-page-head {
        padding: 36px 18px;
    }

    #gk-lookbook h1,
    #gk-events h1 {
        font-size: 58px;
    }

    #gk-lookbook .gk-lb-tabs,
    #gk-events .gk-event-tabs {
        padding: 0 18px;
    }

    #gk-lookbook .gk-lookbook-intro {
        padding: 32px 18px 0;
    }

    #gk-lookbook .gk-lookbook-intro h2 {
        font-size: 48px;
    }

    #gk-events .gk-event-hero .info {
        padding: 28px 20px;
    }

    #gk-events .gk-event-detail-promo .left,
    #gk-events .gk-event-detail-promo .right {
        padding: 28px 20px;
    }

    #gk-events .gk-event-products {
        padding: 0 18px 54px;
    }

    #gk-events .countdown {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Checkout sample alignment */
body.gk-checkout-active .page-header-section {
    padding: 0 !important;
    border-bottom: 1px solid var(--gk-line);
    background: var(--gk-bg);
}

body.gk-checkout-active .page-header-inner {
    width: 100%;
    max-width: none;
    padding: 26px 28px 44px;
}

body.gk-checkout-active .gk-checkout-head-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: end;
}

body.gk-checkout-active .gk-checkout-eyebrow {
    margin: 0 0 14px;
    color: var(--gk-red);
    font-family: var(--gk-mono);
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.gk-checkout-active .gk-checkout-meta {
    color: var(--gk-muted);
    font-family: var(--gk-mono);
    font-size: 11px;
    line-height: 1.8;
    text-align: right;
    text-transform: uppercase;
}

body.gk-checkout-active .gk-checkout-meta b {
    display: block;
    color: var(--gk-ink);
}

body.gk-checkout-active .page-header-title {
    margin: 0;
    color: var(--gk-ink);
    font-size: 76px;
    font-weight: 900;
    line-height: 0.9;
    letter-spacing: 0;
    text-transform: uppercase;
}

body.gk-checkout-active .page-header-title em {
    color: var(--gk-red);
    font-style: italic;
    font-weight: 400;
}

body.gk-checkout-active .gk-checkout-steps {
    display: flex;
    gap: 30px;
    padding: 18px 28px;
    border-bottom: 1px solid var(--gk-line);
    background: var(--gk-bg);
    font-family: var(--gk-mono);
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.gk-checkout-active .gk-checkout-steps span {
    color: var(--gk-muted);
}

body.gk-checkout-active .gk-checkout-steps b {
    display: inline-flex;
    width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    border: 1px solid var(--gk-line);
    border-radius: 50%;
    color: inherit;
    font-size: 10px;
}

body.gk-checkout-active .gk-checkout-steps .done b {
    border-color: var(--gk-ink);
    background: var(--gk-ink);
    color: #fff;
}

body.gk-checkout-active .gk-checkout-steps .on {
    color: var(--gk-red);
}

body.gk-checkout-active .gk-checkout-steps .on b {
    border-color: var(--gk-red);
}

body.gk-checkout-active .section-header,
body.gk-checkout-active .summary-header,
body.gk-checkout-active .payment-section h4,
body.gk-checkout-active .point-section h5 {
    justify-content: flex-start;
    gap: 10px;
}

body.gk-checkout-active .section-number {
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
}

body.gk-checkout-active .section-number::after {
    content: " ·";
    color: var(--gk-red);
}

/* Board search/write refinement */
#gk-board-list .sch_word {
    color: var(--gk-red);
    font-weight: inherit;
    background: transparent;
}

#gk-board-write .gk-file-box {
    position: relative;
    flex-direction: column;
    min-height: 112px;
    overflow: hidden;
    text-align: center;
}

#gk-board-write .gk-file-box input[type="file"] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    opacity: 0;
    cursor: pointer;
}

#gk-board-write .gk-file-box .gk-file-name {
    max-width: 100%;
    color: var(--gk-muted);
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#gk-board-list.gk-qa-list-wrap .gk-page-head h1 em {
    color: var(--gk-red);
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic;
    font-weight: 400;
}

#gk-board-list.gk-qa-list-wrap .gk-list .right-meta {
    color: var(--gk-red);
    font-weight: 700;
}

#gk-board-list .gk-qa-search-form input[type="text"] {
    flex: 1;
}

#gk-board-write .gk-inline-check {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    gap: 8px;
    padding: 0 14px;
    border: 1px solid var(--gk-line);
    color: var(--gk-muted);
    font-size: 13px;
}

#gk-board-write .gk-inline-check input {
    width: 16px;
    height: 16px;
    margin: 0;
    accent-color: var(--gk-red);
}

#gk-board-write.gk-qa-write-wrap #qa_subject {
    min-height: 66px;
    border-color: var(--gk-ink);
    font-size: 30px;
    font-weight: 900;
    line-height: 1.15;
}

@media (max-width: 767px) {
    .gk-pdp-top-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
        margin-bottom: 18px;
    }

    .gk-pdp-service-cards {
        grid-template-columns: 1fr;
    }

    .gk-pdp-service-cards > div {
        border-right: 0;
        border-bottom: 1px solid var(--gk-line);
    }

    .gk-pdp-service-cards > div:last-child {
        border-bottom: 0;
    }

    .gk-pd-notice {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 24px 20px;
    }

    .gk-pd-fit,
    .gk-pd-care {
        grid-template-columns: 1fr;
    }

    .gk-pd-care .ci {
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.12);
    }

    .gk-pd-care .ci:last-child {
        border-bottom: 0;
    }

    #gk-board-list .gk-search-form {
        display: grid;
        grid-template-columns: minmax(0, 112px) minmax(0, 1fr);
        gap: 8px;
        padding: 14px 16px;
    }

    #gk-board-list .gk-search-form select,
    #gk-board-list .gk-search-form input[type="text"],
    #gk-board-list .gk-search-form button {
        width: 100%;
        min-width: 0;
        height: 44px;
    }

    #gk-board-list .gk-search-form button {
        grid-column: 1 / -1;
    }

    #gk-board-list .gk-qa-search-form {
        grid-template-columns: 1fr;
    }

    #gk-board-write .gk-write-field.gk-write-file {
        padding: 16px 0;
    }

    #gk-board-write .gk-file-box {
        min-height: 96px;
    }
}

/* Product detail top sample alignment */
.gk-pdp-top-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 24px;
    color: var(--gk-muted);
    font-family: var(--gk-mono);
    font-size: 11px;
    line-height: 1.45;
    text-transform: uppercase;
}

.gk-pdp-top-meta b,
.gk-pdp-top-meta span:last-child {
    color: var(--gk-ink);
}

.gk-pdp-top-meta span:last-child {
    color: var(--gk-red);
}

.gk-pdp-top-lead {
    max-width: 520px;
    margin: -4px 0 22px;
    color: var(--gk-muted);
    font-size: 14px;
    line-height: 1.7;
}

.sit_ov_from_custom .sit_title_custom em {
    color: var(--gk-red);
    font-style: italic;
    font-weight: 400;
}

.sit_ov_from_custom .gk-pdp-slide {
    width: 100%;
    aspect-ratio: 4 / 5;
    background: var(--gk-cream, #f3eadf);
    overflow: hidden;
}

.sit_ov_from_custom #slider:not(.slick-initialized) {
    display: block;
    overflow: hidden;
}

.sit_ov_from_custom #slider:not(.slick-initialized) .gk-pdp-slide {
    display: none;
}

.sit_ov_from_custom #slider:not(.slick-initialized) .gk-pdp-slide.is-active {
    display: block;
}

.sit_ov_from_custom .gk-pdp-main-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sit_ov_from_custom .gk-product-image-placeholder {
    aspect-ratio: 4 / 5;
    min-height: 0;
}

.sit_ov_from_custom .gk-pdp-thumbs-wrap {
    margin: 18px 0 48px;
}

.sit_ov_from_custom .gk-pdp-thumbs-wrap.is-empty {
    display: none;
}

.sit_ov_from_custom #slider-thumb {
    min-height: 90px;
}

.sit_ov_from_custom .gk-pdp-thumb {
    width: 68px;
    aspect-ratio: 3 / 4;
    margin-right: 10px;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--gk-line, #e6e6e6);
    border-radius: 0;
    background: #fff;
    cursor: pointer;
}

.sit_ov_from_custom .gk-pdp-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sit_ov_from_custom .gk-pdp-thumb.slick-current,
.sit_ov_from_custom #slider-thumb .slick-current .gk-pdp-thumb,
.sit_ov_from_custom .gk-pdp-thumb.is-active {
    border-color: var(--gk-ink, #0a0a0a);
}

.sit_ov_from_custom #slider-thumb:not(.slick-initialized) {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-height: 0;
    overflow-x: auto;
    scrollbar-width: thin;
}

.sit_ov_from_custom #slider-thumb:not(.slick-initialized) .gk-pdp-thumb {
    flex: 0 0 auto;
    margin-right: 0;
}

.gk-pdp-service-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 22px;
    border: 1px solid var(--gk-line);
}

.gk-pdp-service-cards > div {
    min-width: 0;
    padding: 16px;
    border-right: 1px solid var(--gk-line);
    text-align: center;
}

.gk-pdp-service-cards > div:last-child {
    border-right: 0;
}

.gk-pdp-service-cards span {
    display: block;
    margin-bottom: 5px;
    color: var(--gk-red);
    font-family: var(--gk-mono);
    font-size: 10px;
    line-height: 1.2;
    text-transform: uppercase;
}

.gk-pdp-service-cards strong {
    display: block;
    color: var(--gk-ink);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.gk-pdp-accordions {
    margin-top: 18px;
}

.gk-pdp-accordions details {
    border-top: 1px solid var(--gk-line);
    padding: 18px 0;
}

.gk-pdp-accordions details:last-child {
    border-bottom: 1px solid var(--gk-line);
}

.gk-pdp-accordions summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: var(--gk-ink);
    font-family: var(--gk-mono);
    font-size: 11px;
    line-height: 1.3;
    text-transform: uppercase;
    cursor: pointer;
    list-style: none;
}

.gk-pdp-accordions summary::-webkit-details-marker {
    display: none;
}

.gk-pdp-accordions p {
    margin: 14px 0 0;
    color: var(--gk-muted);
    font-size: 13px;
    line-height: 1.7;
}

.gk-pd-notice {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 32px;
    align-items: start;
    margin-top: 48px;
    padding: 32px 40px;
    background: var(--gk-ink);
    color: #fff;
}

.gk-pd-notice .lab {
    color: var(--gk-red);
    font-family: var(--gk-mono);
    font-size: 10px;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.gk-pd-notice ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: rgba(255,255,255,.82);
    font-size: 13px;
    line-height: 1.8;
}

.gk-pd-notice li::before {
    content: "·";
    margin-right: 8px;
    color: var(--gk-red);
    font-weight: 800;
}

.gk-pd-fit {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 48px;
}

.gk-pd-fit .m {
    min-width: 0;
    border: 1px solid var(--gk-line);
    background: #fff;
    overflow: hidden;
}

.gk-pd-fit .ph {
    position: relative;
    aspect-ratio: 3 / 4;
    background: linear-gradient(160deg, var(--gk-cream), var(--gk-cream-2));
}

.gk-pd-fit .ph::after {
    content: "";
    position: absolute;
    inset: 24px;
    border: 1px dashed rgba(10,10,10,.25);
}

.gk-pd-fit .tag {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 1;
    padding: 6px 10px;
    border: 1px solid var(--gk-ink);
    background: #fff;
    font-family: var(--gk-mono);
    font-size: 10px;
    text-transform: uppercase;
}

.gk-pd-fit .num {
    position: absolute;
    right: 20px;
    bottom: 16px;
    color: rgba(10,10,10,.18);
    font-size: 86px;
    font-weight: 900;
    line-height: .85;
}

.gk-pd-fit .info {
    padding: 20px 22px 24px;
}

.gk-pd-fit .nm {
    margin-bottom: 6px;
    color: var(--gk-ink);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
}

.gk-pd-fit .meta {
    margin-bottom: 10px;
    color: var(--gk-muted);
    font-family: var(--gk-mono);
    font-size: 10px;
    text-transform: uppercase;
}

.gk-pd-fit p {
    margin: 0;
    color: #333;
    font-size: 13px;
    line-height: 1.6;
}

.gk-pd-care {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 48px;
    background: var(--gk-ink);
    color: #fff;
}

.gk-pd-care .ci {
    min-width: 0;
    padding: 32px 16px;
    border-right: 1px solid rgba(255,255,255,.12);
    text-align: center;
}

.gk-pd-care .ci:last-child {
    border-right: 0;
}

.gk-pd-care .sym {
    display: inline-flex;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 900;
}

.gk-pd-care .ci.x .sym {
    border-color: var(--gk-red);
    color: var(--gk-red);
}

.gk-pd-care .nm {
    font-family: var(--gk-mono);
    font-size: 11px;
    text-transform: uppercase;
}

.gk-pd-care .x {
    margin-top: 4px;
    color: rgba(255,255,255,.58);
    font-size: 10px;
}

.gk-pd-shipping .item {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 14px;
    padding: 14px 0;
    border-top: 1px solid rgba(10,10,10,.15);
    color: #222;
    font-size: 13px;
    line-height: 1.55;
}

.gk-pd-shipping .item:last-child {
    border-bottom: 1px solid rgba(10,10,10,.15);
}

.gk-pd-shipping .ck {
    color: var(--gk-red);
    font-weight: 900;
}

@media (min-width: 992px) {
    .sit_ov_from_custom .gk-pdp-layout {
        grid-template-columns: minmax(0, 1fr) minmax(420px, 640px) !important;
        gap: clamp(48px, 4vw, 92px) !important;
    }

    .sit_ov_from_custom #sit_layout_left {
        padding-right: 0 !important;
    }

    .sit_ov_from_custom .gk-pdp-media-column.has-gallery-thumbs {
        display: grid;
        grid-template-columns: 80px minmax(0, 1fr);
        gap: 16px;
        align-items: start;
    }

    .sit_ov_from_custom .gk-pdp-media-column.has-gallery-thumbs .gk-pdp-media-frame {
        grid-column: 2;
        grid-row: 1;
    }

    .sit_ov_from_custom .gk-pdp-media-column.has-gallery-thumbs .gk-pdp-thumbs-wrap {
        grid-column: 1;
        grid-row: 1;
        position: sticky;
        top: 120px;
        margin: 0 !important;
    }

    .sit_ov_from_custom .gk-pdp-media-column.has-gallery-thumbs .gk-pdp-info-anchor {
        grid-column: 1 / -1;
    }

    .sit_ov_from_custom .gk-pdp-media-column.has-gallery-thumbs #slider-thumb:not(.slick-initialized) {
        flex-direction: column;
        gap: 8px;
        max-height: min(700px, calc(100vh - 160px));
        overflow-x: hidden;
        overflow-y: auto;
    }

    .sit_ov_from_custom .gk-pdp-media-column.has-gallery-thumbs .gk-pdp-thumb {
        width: 80px;
        margin-right: 0;
    }

    .sit_ov_from_custom #sit_layout_right {
        top: 82px !important;
        max-width: 640px !important;
        padding-left: 0 !important;
        justify-self: end;
    }

    .sit_ov_from_custom .gk-pdp-media-frame {
        max-width: min(100%, 980px) !important;
    }

    .sit_ov_from_custom .sit_title_custom {
        margin: 16px 0 16px !important;
        font-size: 56px !important;
        line-height: 0.96 !important;
        letter-spacing: 0 !important;
    }

    .sit_ov_from_custom .sit_review_count {
        margin-bottom: 22px !important;
    }

    .sit_ov_from_custom .sit_price_area {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 18px;
        align-items: center;
        margin: 0 0 18px !important;
        padding: 18px 0 !important;
        border-top: 2px solid var(--gk-ink) !important;
        border-bottom: 1px solid var(--gk-line) !important;
    }

    .sit_ov_from_custom .sit_price_final {
        font-size: 34px !important;
    }

    .sit_ov_from_custom .sit_benefit_box {
        display: none !important;
    }

    .sit_ov_from_custom .sit_delivery_info {
        display: none !important;
    }

    .sit_ov_from_custom .sit_option_area {
        margin-top: 0 !important;
    }

    .sit_ov_from_custom .option-ui-button-wrap {
        margin-bottom: 12px !important;
    }
}

@media (max-width: 767px) {
    .sit_ov_from_custom .gk-pdp-slide,
    .sit_ov_from_custom .gk-product-image-placeholder {
        aspect-ratio: 1 / 1.18;
    }

    .sit_ov_from_custom #slider-thumb {
        min-height: 78px;
    }

    .sit_ov_from_custom .gk-pdp-thumb {
        width: 58px;
        margin-right: 8px;
    }
}

.sit_ov_from_custom .count_box .sit_qty_minus i,
.sit_ov_from_custom .count_box .sit_qty_plus i,
#quick_order_bar .quick_qty_btn i,
#mod_option_frm .sit_qty_minus i,
#mod_option_frm .sit_qty_plus i {
    display: none !important;
}

.sit_ov_from_custom .count_box .sit_qty_minus::before,
#quick_order_bar #quick_order_qty_minus::before,
#mod_option_frm .sit_qty_minus::before {
    content: "-";
}

.sit_ov_from_custom .count_box .sit_qty_plus::before,
#quick_order_bar #quick_order_qty_plus::before,
#mod_option_frm .sit_qty_plus::before {
    content: "+";
}

/* Account stat cards should never press against card edges. */
.gk-account-stats a {
    min-width: 0;
}

.gk-account-stats a strong {
    overflow-wrap: anywhere;
}

.gk-account-stats a.dark strong {
    line-height: 1.08;
}

@media (max-width: 767px) {
    .gk-account-stats a {
        padding-right: 12px !important;
        padding-left: 12px !important;
    }

    .gk-account-stats a.dark strong {
        font-size: 26px !important;
    }
}

@media (max-width: 767px) {
    body.gk-checkout-active .page-header-section {
        display: block !important;
    }

    body.gk-checkout-active .page-header-inner {
        padding: 26px 16px 30px;
    }

    body.gk-checkout-active .gk-checkout-breadcrumb {
        display: none;
    }

    body.gk-checkout-active .gk-checkout-head-row {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    body.gk-checkout-active .gk-checkout-eyebrow {
        font-size: 10px;
    }

    body.gk-checkout-active .page-header-title {
        font-size: 42px;
        line-height: 0.95;
    }

    body.gk-checkout-active .gk-checkout-meta {
        text-align: left;
        font-size: 10px;
    }

    body.gk-checkout-active .gk-checkout-steps {
        gap: 4px;
        padding: 16px;
        font-size: 9px;
    }

    body.gk-checkout-active .gk-checkout-steps span {
        flex: 1;
        padding-bottom: 10px;
        border-bottom: 2px solid var(--gk-line);
    }

    body.gk-checkout-active .gk-checkout-steps .done {
        border-color: var(--gk-ink);
    }

    body.gk-checkout-active .gk-checkout-steps .on {
        border-color: var(--gk-red);
    }

    body.gk-checkout-active .gk-checkout-steps b {
        display: inline;
        width: auto;
        height: auto;
        margin-right: 4px;
        border: 0;
        background: transparent !important;
        color: inherit !important;
        font-size: 11px;
    }

    body.gk-checkout-active .order-form-left > .form-section:nth-of-type(1),
    body.gk-checkout-active .order-form-left > .form-section:nth-of-type(2),
    body.gk-checkout-active .order-form-left > .form-section:nth-of-type(3) {
        order: initial !important;
    }

body.gk-checkout-active .section-number {
        display: inline !important;
    }
}

/* Review write form: posts-desktop.html#review-write */
body.gk-review-write-body {
    margin: 0;
    background: #f7f7f7;
    color: var(--gk-ink, #0a0a0a);
    overflow-x: hidden;
}

body.gk-review-write-body #hd,
body.gk-review-write-body #ft,
body.gk-review-write-body .top-banner,
body.gk-review-write-body .site-header,
body.gk-review-write-body .site-footer {
    display: none !important;
}

.gk-review-write,
.gk-review-write * {
    box-sizing: border-box;
}

.gk-review-write {
    min-height: 100vh;
    background: #f7f7f7;
    color: var(--gk-ink, #0a0a0a);
    font-family: var(--gk-sans, "Noto Sans KR", Arial, sans-serif);
}

.gk-review-write button,
.gk-review-write input,
.gk-review-write textarea {
    border-radius: 0;
    font: inherit;
}

.gk-review-write-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 40px;
    align-items: end;
    padding: 48px 40px;
    border-top: 1px solid var(--gk-ink, #0a0a0a);
    background: var(--gk-ink, #0a0a0a);
    color: #fff;
}

.gk-rw-eyebrow,
.gk-rw-kicker {
    margin: 0 0 12px;
    color: var(--gk-red, #e63946);
    font-family: var(--gk-mono, "Roboto Mono", monospace);
    font-size: 11px;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-transform: uppercase;
}

.gk-review-write-hero h1,
.gk-rw-title {
    margin: 0;
    font-size: clamp(56px, 7vw, 88px);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 0.86;
    text-transform: uppercase;
}

.gk-review-write-hero h1 em,
.gk-rw-title em {
    color: var(--gk-red, #e63946);
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic;
    font-weight: 400;
}

.gk-rw-meta {
    position: relative;
    min-width: 260px;
    padding-right: 68px;
    color: rgba(255, 255, 255, 0.58);
    font-family: var(--gk-mono, "Roboto Mono", monospace);
    font-size: 11px;
    letter-spacing: 0.08em;
    line-height: 1.8;
    text-align: right;
    text-transform: uppercase;
}

.gk-rw-meta b {
    color: #fff;
    font-weight: 600;
}

.gk-rw-close {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 52px;
    height: 52px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    background: transparent;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.gk-rw-crumb {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    min-height: 58px;
    padding: 18px 40px;
    border-bottom: 1px solid var(--gk-line, #dedede);
    font-family: var(--gk-mono, "Roboto Mono", monospace);
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gk-rw-crumb a,
.gk-rw-crumb span {
    color: var(--gk-muted, #8f8f8f);
}

.gk-rw-crumb strong {
    color: var(--gk-red, #e63946);
}

.gk-rw-form {
    margin: 0;
}

.gk-rw-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 48px;
    padding: 64px 40px;
    border-bottom: 1px solid var(--gk-line, #dedede);
}

.gk-rw-main {
    max-width: 860px;
}

.gk-rw-title {
    margin-bottom: 48px;
    font-size: clamp(58px, 7vw, 80px);
}

.gk-rw-section {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 32px;
    align-items: start;
    padding: 24px 0;
    border-top: 1px solid var(--gk-line, #dedede);
}

.gk-rw-section:first-of-type {
    border-top: 1px solid var(--gk-ink, #0a0a0a);
}

.gk-rw-section.full {
    grid-template-columns: 1fr;
    gap: 10px;
}

.gk-rw-label {
    display: block;
    padding-top: 10px;
    color: var(--gk-ink, #0a0a0a);
    font-family: var(--gk-mono, "Roboto Mono", monospace);
    font-size: 11px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    text-transform: uppercase;
}

.gk-rw-label b {
    color: var(--gk-red, #e63946);
}

.gk-rw-label em {
    display: block;
    margin-top: 6px;
    color: var(--gk-muted, #8f8f8f);
    font-family: var(--gk-sans, "Noto Sans KR", Arial, sans-serif);
    font-size: 10px;
    font-style: normal;
    letter-spacing: 0.02em;
    line-height: 1.55;
    text-transform: none;
}

.gk-rw-product {
    display: grid;
    grid-template-columns: 80px minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    padding: 14px 18px;
    border: 1px solid var(--gk-line, #dedede);
    background: #f4f4f4;
}

.gk-rw-product-img {
    position: relative;
    display: block;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: var(--gk-cream, #f3eadf);
}

.gk-rw-product-img::after,
.gk-rw-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: repeating-linear-gradient(135deg, transparent 0 10px, rgba(0, 0, 0, 0.05) 10px 11px);
}

.gk-rw-product-img img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gk-rw-product-info {
    min-width: 0;
}

.gk-rw-product .id,
.gk-rw-product .opt {
    color: var(--gk-muted, #8f8f8f);
    font-family: var(--gk-mono, "Roboto Mono", monospace);
    font-size: 10px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-transform: uppercase;
}

.gk-rw-product .nm {
    margin: 2px 0;
    color: var(--gk-ink, #0a0a0a);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
}

.gk-rw-product-change {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 8px 14px;
    border: 1px solid var(--gk-red, #e63946);
    color: var(--gk-red, #e63946);
    font-family: var(--gk-mono, "Roboto Mono", monospace);
    font-size: 10px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
}

.gk-rw-rating {
    display: flex;
    gap: 18px;
    align-items: center;
    min-height: 62px;
    padding: 14px 18px;
    border: 1px solid var(--gk-line, #dedede);
    background: #fff;
}

.gk-rw-rating .stars {
    display: flex;
    gap: 4px;
}

.gk-rw-rating .stars button {
    width: 30px;
    height: 34px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--gk-red, #e63946);
    font-size: 28px;
    line-height: 1;
    opacity: 0.22;
    cursor: pointer;
}

.gk-rw-rating .stars button.on {
    opacity: 1;
}

.gk-rw-rating .desc {
    font-size: 14px;
    font-weight: 700;
}

.gk-rw-rating .num {
    margin-left: auto;
    color: var(--gk-muted, #8f8f8f);
    font-family: var(--gk-mono, "Roboto Mono", monospace);
    font-size: 13px;
}

.gk-rw-btngroup {
    display: flex;
    gap: 8px;
}

.gk-rw-btngroup button {
    flex: 1;
    min-height: 46px;
    padding: 12px 14px;
    border: 1px solid var(--gk-line, #dedede);
    background: #fff;
    color: var(--gk-ink, #0a0a0a);
    font-family: var(--gk-mono, "Roboto Mono", monospace);
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
}

.gk-rw-btngroup button.on {
    border-color: var(--gk-ink, #0a0a0a);
    background: var(--gk-ink, #0a0a0a);
    color: #fff;
}

.gk-rw-input,
.gk-rw-textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    border: 1px solid var(--gk-line, #dedede);
    background: #fff;
    color: var(--gk-ink, #0a0a0a);
}

.gk-rw-input {
    min-height: 56px;
    padding: 14px 16px;
    font-size: 15px;
}

.gk-rw-input.title {
    min-height: 70px;
    padding: 18px;
    border-color: var(--gk-ink, #0a0a0a);
    font-size: clamp(22px, 3vw, 28px);
    font-weight: 900;
    letter-spacing: 0;
}

.gk-rw-textarea {
    min-height: 280px;
    padding: 16px;
    font-size: 15px;
    line-height: 1.7;
    resize: vertical;
}

.gk-rw-toolbar {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 9px 14px;
    border: 1px solid var(--gk-line, #dedede);
    border-bottom: 0;
    background: #f4f4f4;
    color: var(--gk-muted, #8f8f8f);
    font-family: var(--gk-mono, "Roboto Mono", monospace);
    font-size: 11px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.gk-rw-toolbar span:last-child {
    margin-left: auto;
}

.gk-rw-counter {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 6px;
    color: var(--gk-muted, #8f8f8f);
    font-family: var(--gk-mono, "Roboto Mono", monospace);
    font-size: 10px;
    letter-spacing: 0.05em;
}

.gk-rw-photos {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
}

.gk-rw-photo {
    position: relative;
    display: flex;
    aspect-ratio: 1;
    align-items: center;
    justify-content: center;
    min-height: 110px;
    overflow: hidden;
    border: 1px dashed var(--gk-line, #dedede);
    background-color: #fff;
    background-position: center;
    background-size: cover;
    color: var(--gk-muted, #8f8f8f);
    cursor: pointer;
}

.gk-rw-photo.representative,
.gk-rw-photo.is-filled {
    border-style: solid;
    border-color: var(--gk-ink, #0a0a0a);
    background-color: var(--gk-cream, #f3eadf);
}

.gk-rw-photo input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.gk-rw-photo .plus {
    position: relative;
    z-index: 2;
    font-size: 24px;
}

.gk-rw-photo .name {
    position: absolute;
    right: 8px;
    bottom: 8px;
    left: 8px;
    z-index: 2;
    overflow: hidden;
    color: var(--gk-muted, #8f8f8f);
    font-family: var(--gk-mono, "Roboto Mono", monospace);
    font-size: 9px;
    letter-spacing: 0.04em;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.gk-rw-photo .badge {
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 3;
    padding: 3px 6px;
    background: var(--gk-red, #e63946);
    color: #fff;
    font-family: var(--gk-mono, "Roboto Mono", monospace);
    font-size: 9px;
    letter-spacing: 0.05em;
}

.gk-rw-photo.is-filled .plus {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--gk-ink, #0a0a0a);
    color: #fff;
    font-size: 0;
}

.gk-rw-photo.is-filled .plus::before {
    content: "×";
    display: block;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
}

.gk-rw-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.gk-rw-chip {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 8px 14px;
    border: 1px solid var(--gk-line, #dedede);
    border-radius: 999px;
    background: #fff;
    color: var(--gk-ink, #0a0a0a);
    font-family: var(--gk-mono, "Roboto Mono", monospace);
    font-size: 11px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;
}

.gk-rw-chip.on {
    border-color: var(--gk-ink, #0a0a0a);
    background: var(--gk-ink, #0a0a0a);
    color: #fff;
}

.gk-rw-chip input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.gk-rw-side {
    position: sticky;
    top: 24px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-self: start;
}

.gk-rw-side-box {
    padding: 24px;
    border: 1px solid var(--gk-line, #dedede);
    background: #f7f7f7;
}

.gk-rw-side-box.dark {
    border-color: var(--gk-ink, #0a0a0a);
    background: var(--gk-ink, #0a0a0a);
    color: #fff;
}

.gk-rw-side-box.red {
    border-color: var(--gk-red, #e63946);
    background: var(--gk-red, #e63946);
    color: #fff;
}

.gk-rw-side-box h3 {
    margin: 0 0 14px;
    color: var(--gk-red, #e63946);
    font-family: var(--gk-mono, "Roboto Mono", monospace);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.4;
    text-transform: uppercase;
}

.gk-rw-side-box.red h3 {
    color: #fff;
    opacity: 0.86;
}

.gk-rw-side-box .row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 9px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 13px;
}

.gk-rw-side-box .row:last-child {
    border-bottom: 0;
}

.gk-rw-side-box .row span {
    color: rgba(255, 255, 255, 0.64);
}

.gk-rw-side-box .row b {
    font-family: var(--gk-mono, "Roboto Mono", monospace);
}

.gk-rw-side-box .row .hot {
    color: var(--gk-red, #e63946);
}

.gk-rw-side-box ul {
    margin: 0;
    padding-left: 17px;
    font-size: 13px;
    line-height: 1.8;
}

.gk-rw-side-box p {
    margin: 0;
    color: var(--gk-muted, #8f8f8f);
    font-size: 12px;
    line-height: 1.7;
}

.gk-rw-cta {
    position: sticky;
    bottom: 0;
    z-index: 20;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    padding: 28px 40px;
    border-bottom: 1px solid var(--gk-ink, #0a0a0a);
    background: var(--gk-ink, #0a0a0a);
}

.gk-rw-cta .info {
    color: #fff;
    font-family: var(--gk-mono, "Roboto Mono", monospace);
    font-size: 11px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.gk-rw-cta .info b {
    color: var(--gk-red, #e63946);
}

.gk-rw-cta .btns {
    display: flex;
    gap: 8px;
}

.gk-rw-cta button {
    min-height: 46px;
    padding: 12px 30px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    font-family: var(--gk-mono, "Roboto Mono", monospace);
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
}

.gk-rw-cta button.primary {
    min-width: 160px;
    border-color: var(--gk-red, #e63946);
    background: var(--gk-red, #e63946);
}

.gk-review-saved-meta {
    margin: 0 0 14px;
    color: var(--gk-red, #e63946);
    font-family: var(--gk-mono, "Roboto Mono", monospace);
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.gk-review-saved-photos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 10px;
    margin-top: 18px;
}

.gk-review-saved-photos img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

@media (max-width: 1024px) {
    .gk-rw-wrap {
        grid-template-columns: 1fr;
    }

    .gk-rw-main {
        max-width: none;
    }

    .gk-rw-side {
        position: static;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .gk-editorial,
    .gk-editorial-copy,
    .gk-editorial-quote {
        min-width: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
        overflow-x: hidden !important;
        box-sizing: border-box !important;
    }

    .gk-editorial-copy h2,
    .gk-editorial-quote blockquote {
        max-width: 100% !important;
        overflow-wrap: anywhere;
    }

    .gk-marquee-track {
        width: 100% !important;
        max-width: 100% !important;
        animation: none !important;
        transform: none !important;
        justify-content: center;
        gap: 0 !important;
    }

    .gk-marquee-track span {
        display: block !important;
        max-width: 100%;
        overflow: hidden;
        text-align: center;
        text-overflow: ellipsis;
    }

    .gk-marquee-track span:nth-child(n+2) {
        display: none !important;
    }

    .gk-marquee-track i {
        display: none !important;
    }

    body.gk-review-write-body {
        background: #f7f7f7;
    }

    .gk-review-write-hero {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 24px 16px 18px;
    }

    .gk-review-write-hero h1,
    .gk-rw-title {
        font-size: 36px;
        line-height: 0.9;
        letter-spacing: 0;
    }

    .gk-rw-meta {
        min-width: 0;
        padding-right: 58px;
        text-align: left;
    }

    .gk-rw-close {
        top: auto;
        bottom: 0;
        width: 44px;
        height: 44px;
    }

    .gk-rw-crumb {
        display: none;
    }

    .gk-rw-wrap {
        display: block;
        padding: 0;
    }

    .gk-rw-main {
        max-width: 100%;
    }

    .gk-rw-kicker,
    .gk-rw-title {
        display: none;
    }

    .gk-rw-section {
        display: block;
        padding: 18px 16px;
        border-top: 0;
        border-bottom: 1px solid var(--gk-line, #dedede);
    }

    .gk-rw-label {
        padding-top: 0;
        margin-bottom: 8px;
        color: var(--gk-muted, #8f8f8f);
        font-size: 9px;
    }

    .gk-rw-product {
        grid-template-columns: 50px minmax(0, 1fr) auto;
        gap: 10px;
        margin: 0 -16px;
        padding: 12px 16px;
        border-right: 0;
        border-left: 0;
    }

    .gk-rw-product .id,
    .gk-rw-product .opt {
        font-size: 8px;
    }

    .gk-rw-product .nm {
        font-size: 12px;
    }

    .gk-rw-product-change {
        min-height: 0;
        padding: 0;
        border: 0;
        font-size: 9px;
    }

    .gk-rw-rating {
        gap: 10px;
        min-height: 0;
        padding: 12px;
    }

    .gk-rw-rating .stars button {
        width: 22px;
        height: 24px;
        font-size: 20px;
    }

    .gk-rw-rating .desc {
        font-size: 13px;
    }

    .gk-rw-rating .num {
        font-size: 11px;
    }

    .gk-rw-btngroup {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
    }

    .gk-rw-btngroup button {
        min-height: 42px;
        padding: 10px 8px;
        font-size: 10px;
    }

    .gk-rw-input.title {
        min-height: 56px;
        padding: 14px;
        font-size: 20px;
    }

    .gk-rw-toolbar {
        gap: 8px;
        font-size: 9px;
    }

    .gk-rw-textarea {
        min-height: 140px;
        font-size: 13px;
    }

    .gk-rw-counter {
        font-size: 9px;
    }

    .gk-rw-photos {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 6px;
    }

    .gk-rw-photo {
        min-height: 0;
    }

    .gk-rw-chip {
        min-height: 30px;
        padding: 6px 10px;
        font-size: 9px;
    }

    .gk-rw-side {
        display: block;
    }

    .gk-rw-side-box {
        border-right: 0;
        border-left: 0;
    }

    .gk-rw-side-box + .gk-rw-side-box {
        border-top: 0;
    }

    .gk-rw-side-box.red,
    .gk-rw-side-box:not(.dark) {
        display: none;
    }

    .gk-rw-cta {
        gap: 8px;
        align-items: stretch;
        padding: 12px 16px;
    }

    .gk-rw-cta .info {
        display: none;
    }

    .gk-rw-cta .btns {
        width: 100%;
    }

    .gk-rw-cta button {
        flex: 1;
        min-height: 46px;
        padding: 10px 8px;
        font-size: 10px;
    }

    .gk-rw-cta button.primary {
        flex: 2;
        min-width: 0;
    }
}
