:root {
    --dawon-bg: #f5f1ea;
    --dawon-surface: #fffdf9;
    --dawon-surface-strong: #ffffff;
    --dawon-text: #1e1f1c;
    --dawon-muted: #666b63;
    --dawon-line: #ddd4c6;
    --dawon-accent: #ab0000;
    --dawon-accent-dark: #8c0000;
    --dawon-accent-soft: #ffeaea;
    --dawon-dark: #182028;
    --dawon-shadow: 0 20px 50px rgba(24, 32, 40, 0.08);
    --dawon-radius: 24px;
    --dawon-max: 1280px;
}

html {
    overflow-y: auto;
}

body {
    background:
        radial-gradient(circle at top left, rgba(171, 0, 0, 0.08), transparent 28%),
        linear-gradient(180deg, #fbf7f1 0%, #f5f1ea 48%, #efe7db 100%);
    color: var(--dawon-text);
    font-family: "Pretendard Variable", "SUIT Variable", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
}

a {
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

#hd,
#wrapper,
#ft,
#hd_pop,
#hd_wrapper,
#tnb .inner,
#gnb .gnb_wrap,
#container_wr,
#ft_wr,
#container,
#hd_menu,
#ft_copy {
    min-width: 0;
    width: 100%;
    max-width: none;
}

#hd {
    position: relative;
    background:
        linear-gradient(135deg, rgba(24, 32, 40, 0.96), rgba(26, 29, 35, 0.84)),
        linear-gradient(90deg, rgba(171, 0, 0, 0.2), transparent);
    overflow: hidden;
}

#hd::before {
    content: "";
    position: absolute;
    inset: auto -10% -30% auto;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(245, 197, 155, 0.28), transparent 70%);
    pointer-events: none;
}

#hd_wrapper,
#gnb .gnb_wrap,
#container_wr,
#ft_wr,
#ft_copy,
#hd_pop,
#container {
    width: min(calc(100% - 32px), var(--dawon-max));
    margin-left: auto;
    margin-right: auto;
}

#tnb {
    width: 100% !important;
    background: #f5f5f5 !important;
    border-bottom: 1px solid #e2e8f0 !important;
}

#tnb .inner {
    width: min(calc(100% - 32px), var(--dawon-max));
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#hd_define li a,
#hd_qnb li a,
.hd_login > li a,
.hd_login > li.login a {
    color: rgba(255, 255, 255, 0.88);
}

.dawon-site-header {
    padding-bottom: 24px;
}

.dawon-hero-copy {
    display: grid;
    gap: 10px;
    padding: 26px 0 0;
    color: #fff8f0;
}

.dawon-eyebrow {
    margin: 0;
    color: #ffcfad;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.dawon-hero-copy strong {
    font-size: clamp(1.8rem, 4vw, 3.2rem);
    line-height: 1.12;
    max-width: 12em;
}

.dawon-hero-copy span {
    max-width: 48rem;
    color: rgba(255, 248, 240, 0.8);
    font-size: 1rem;
    line-height: 1.7;
}

#hd_wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 18px 0 24px;
    position: relative !important;
    z-index: 10020 !important;
}

#logo,
.hd_sch_wr,
.hd_login {
    float: none;
    position: static;
    margin: 0;
    width: auto;
    padding: 0;
}

#logo img {
    max-height: 42px;
    width: auto;
}

.hd_sch_wr {
    width: 100%;
}

#hd_sch,
#hd_sch fieldset {
    width: 100%;
}
#hd_sch form {
    width: 100%;
    display: flex !important;
    align-items: center !important;
}

#hd_sch #sch_str,
#hd_sch #sch_submit,
#hd_sch #sch_stx {
    height: 52px;
}

#hd_sch #sch_stx,
#hd_sch #sch_str {
    flex: 1 !important;
    width: auto !important;
    float: none !important;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border-radius: 18px 0 0 18px;
    margin: 0 !important;
}

#hd_sch #sch_submit {
    flex-shrink: 0 !important;
    width: 60px !important;
    float: none !important;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 0 18px 18px 0;
    margin: 0 !important;
}

.hd_login {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hd_login > li {
    float: none;
    margin: 0;
}

.hd_login > li > a,
.hd_login > li.login > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
}

#gnb {
    margin-top: 8px;
}

#gnb .gnb_wrap,
#hd_menu {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    backdrop-filter: blur(12px);
}

#gnb_1dul,
.hd_menu {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

#gnb_1dul > li,
.hd_menu li {
    float: none;
}

.hd_menu {
    width: auto;
    float: none;
}

#hd_menu {
    display: grid;
    grid-template-columns: 1fr;
    overflow: hidden;
}

.dawon-header-notice,
.dawon-mobile-header-notice {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.dawon-header-notice span,
.dawon-mobile-header-notice span {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
    color: #fff7f0;
    font-size: 0.92rem;
}

.dawon-mobile-header-notice {
    padding: 0 10px 14px;
    margin-top: 0;
    background: #181d22;
}

.dawon-mobile-header-notice span {
    color: #fff;
    background: rgba(171, 0, 0, 0.22);
    border-color: rgba(255, 255, 255, 0.08);
}

#hd_menu button#menu_open {
    width: 100%;
    height: 52px;
    border-radius: 0;
    background: var(--dawon-accent);
}

.hd_menu li {
    width: 50%;
    padding: 0;
}

.hd_menu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

#wrapper {
    background: transparent;
}

.dawon-page-shell {
    padding: 24px 0 40px;
}

#container_wr,
#container {
    position: relative;
}

#container_wr {
    display: block;
}

#container {
    min-height: 0;
}

#container .shop-content,
#container .is_index {
    margin-left: 0;
}

#aside {
    position: static;
    width: auto;
    margin: 24px 0 0;
}

#aside > * + * {
    margin-top: 20px;
}

#container,
#aside > *,
.latest_top_wr,
.latest_wr,
.sct_wrap,
#side_pd,
#mb_login_od_wr,
#mb_login_notmb,
.sod_list .sod_li,
#ft_wr,
#ft_link,
#ft_company,
#sidx_lat {
    border-radius: var(--dawon-radius);
}

.latest_top_wr,
.latest_wr,
.sct_wrap,
#side_pd,
#mb_login_od_wr,
#mb_login_notmb,
.sod_list .sod_li,
#sidx_lat {
    background: var(--dawon-surface-strong);
    box-shadow: var(--dawon-shadow);
}

.dawon-visual-grid,
.dawon-service-strip,
.latest_top_wr,
.latest_wr,
.dawon-shop-hero,
.dawon-mobile-intro {
    margin-bottom: 22px;
}

.dawon-visual-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.dawon-visual-card,
.dawon-shop-hero,
.dawon-mobile-intro,
.dawon-service-strip > div {
    background: var(--dawon-surface-strong);
    border: 1px solid var(--dawon-line);
    box-shadow: var(--dawon-shadow);
}

.dawon-visual-card,
.dawon-mobile-intro {
    padding: 24px;
    border-radius: var(--dawon-radius);
}

.dawon-visual-card.is-featured {
    background:
        linear-gradient(135deg, rgba(171, 0, 0, 0.96), rgba(140, 0, 0, 0.9)),
        linear-gradient(180deg, #d07b52, #9f4f28);
    color: #fff7f0;
    min-height: 280px;
}

.dawon-visual-card h2,
.dawon-shop-hero h2,
.dawon-mobile-intro h2 {
    font-size: clamp(1.6rem, 3.5vw, 2.8rem);
    line-height: 1.15;
    margin: 0 0 12px;
}

.dawon-visual-card p,
.dawon-visual-card span,
.dawon-shop-hero p,
.dawon-shop-hero span,
.dawon-mobile-intro p {
    color: inherit;
    line-height: 1.7;
}

.dawon-metric {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--dawon-accent);
}

.dawon-visual-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.dawon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.1);
    color: inherit;
    font-weight: 700;
}

.dawon-btn.primary {
    background: var(--dawon-dark);
    border-color: var(--dawon-dark);
    color: #fff;
}

.dawon-visual-card.is-featured .dawon-btn.primary {
    background: #fff7f0;
    border-color: #fff7f0;
    color: var(--dawon-accent-dark);
}

.dawon-service-strip {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.dawon-service-strip > div {
    padding: 18px 20px;
    border-radius: 20px;
}

.dawon-service-strip strong,
.dawon-shop-hero__panel strong,
.dawon-visual-card strong {
    display: block;
    margin-bottom: 6px;
    font-size: 1.08rem;
}

.dawon-service-strip span,
.dawon-shop-hero__panel span,
.dawon-visual-card span {
    color: var(--dawon-muted);
}

.latest_top_wr,
.latest_wr,
.sct_wrap {
    padding: 18px;
}

.latest_wr:after,
.latest_top_wr:after,
.sct_wrap:after {
    content: "";
    display: block;
    clear: both;
}

.lt_wr {
    float: none;
    width: 100%;
    margin: 0 0 16px !important;
}

.dawon-shop-hero {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
    border-radius: 32px;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(255, 249, 242, 0.96), rgba(247, 232, 220, 0.86)),
        linear-gradient(90deg, rgba(171, 0, 0, 0.12), transparent);
}

.dawon-shop-hero__panel {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.dawon-shop-hero__panel > div {
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(171, 0, 0, 0.14);
}

.dawon-commerce-notice-grid,
.dawon-category-promo-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin: 0 0 22px;
}

.dawon-commerce-notice-grid article,
.dawon-category-promo {
    padding: 20px;
    border-radius: 22px;
    background: var(--dawon-surface-strong);
    border: 1px solid var(--dawon-line);
    box-shadow: var(--dawon-shadow);
}

.dawon-category-promo {
    display: block;
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(255, 249, 242, 0.98), rgba(244, 228, 215, 0.96)),
        #fff;
}

.dawon-category-promo::after {
    content: "";
    position: absolute;
    right: -18px;
    bottom: -18px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: rgba(171, 0, 0, 0.08);
}

.dawon-category-promo strong,
.dawon-commerce-notice-grid strong {
    display: block;
    margin-bottom: 8px;
    font-size: 1.08rem;
}

.dawon-category-promo span,
.dawon-commerce-notice-grid span {
    color: var(--dawon-muted);
    line-height: 1.7;
}

.dawon-fallback-banner {
    margin-bottom: 22px;
}

.dawon-fallback-banner__track {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.dawon-fallback-banner__item {
    min-height: 220px;
    padding: 24px;
    border-radius: 28px;
    border: 1px solid var(--dawon-line);
    background: var(--dawon-surface-strong);
    box-shadow: var(--dawon-shadow);
}

.dawon-fallback-banner__item.is-primary {
    background:
        linear-gradient(135deg, rgba(171, 0, 0, 0.96), rgba(140, 0, 0, 0.94)),
        linear-gradient(180deg, #ce7b53, #954825);
    color: #fff7f0;
}

.dawon-fallback-banner__item strong {
    display: block;
    margin: 0 0 12px;
    font-size: clamp(1.4rem, 3vw, 2.3rem);
    line-height: 1.2;
}

.dawon-fallback-banner__item span {
    display: block;
    max-width: 36rem;
    line-height: 1.7;
}

.dawon-fallback-banner__item .dawon-btn {
    margin-top: 18px;
}

.dawon-fallback-side-banner {
    padding: 18px;
}

.dawon-side-promo {
    display: grid;
    gap: 10px;
    padding: 18px;
    border-radius: 18px;
    background: linear-gradient(180deg, #fff8f1, #f5e5d9);
    border: 1px solid rgba(171, 0, 0, 0.16);
}

.dawon-side-promo strong {
    font-size: 1.1rem;
}

.dawon-side-promo span {
    color: var(--dawon-muted);
    line-height: 1.6;
}

.dawon-category-intro,
.dawon-category-help {
    margin: 0 20px 18px;
    padding: 18px;
    border-radius: 18px;
    background: #fffaf5;
    border: 1px solid rgba(171, 0, 0, 0.14);
}

.dawon-category-intro strong,
.dawon-category-help strong {
    display: block;
    margin-bottom: 10px;
    font-size: 1.02rem;
}

.dawon-category-intro p {
    color: var(--dawon-muted);
    line-height: 1.6;
}

.dawon-category-shortcuts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
}

.dawon-category-shortcuts a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: var(--dawon-accent-soft);
    color: var(--dawon-accent-dark);
    font-weight: 700;
}

.dawon-category-help ul {
    list-style: none;
}

.dawon-category-help li {
    position: relative;
    padding-left: 14px;
    color: var(--dawon-muted);
    line-height: 1.7;
}

.dawon-category-help li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--dawon-accent);
}

#logo img {
    width: auto;
    max-width: 240px;
}

.dawon-mobile-intro {
    background: linear-gradient(180deg, #fffdf9, #f7ede2);
}

.dawon-mobile-intro.is-shop {
    margin: 12px 10px 18px;
}

#ft {
    background: #181d22;
    color: #ece5dd;
}

#ft_wr {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 0;
    box-shadow: none;
    background: transparent;
}

#ft_wr .ft_cnt,
#ft_link,
#ft_company,
#sidx_lat {
    float: none;
    width: auto;
    padding: 22px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

#ft_link a,
#ft_company,
#ft_copy {
    color: #ece5dd;
}

#ft_copy {
    padding: 0 0 28px;
    border-top: 0;
}

#top_btn {
    position: fixed;
    right: 18px;
    bottom: 18px;
    left: auto;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 0;
    background: var(--dawon-accent);
    color: #fff;
    box-shadow: 0 14px 24px rgba(171, 0, 0, 0.26);
    z-index: 50;
}

#side_menu {
    display: none;
}

.sct_wrap header h2,
.sct_wrap > h2,
#side_pd h2,
.latest_top_wr h2,
.latest_wr h2,
#sidx_lat h2 {
    font-size: 1.2rem;
    line-height: 1.3;
}

.sct_wrap .sct,
.sct_wrap ul,
#idx_hit {
    width: 100%;
}

#idx_hit .owl-prev,
#idx_hit .owl-next {
    transform: scale(0.8);
}

/* mobile theme compatibility */
body.is_hidden {
    overflow: hidden;
}

#hd #logo a {
    padding: 0;
    height: auto;
}

#btn_hdcate,
#btn_hdsch,
#btn_hduser,
#btn_hdcart {
    color: #fff;
}

#hd_wr {
    position: relative;
    padding: 18px 0 8px;
}

#hd_sch {
    z-index: 20;
}

#container.idx-container,
#container.fixed {
    padding-top: 0;
}

#container_title,
.fixed #container_title {
    position: static;
    margin-bottom: 14px;
    border: 1px solid var(--dawon-line);
    border-radius: 18px;
    box-shadow: var(--dawon-shadow);
}

.menu,
#category {
    z-index: 9999;
}

@media (min-width: 640px) {
    .dawon-visual-grid,
    .dawon-service-strip,
    .dawon-shop-hero__panel,
    #ft_wr,
    .dawon-commerce-notice-grid,
    .dawon-category-promo-grid,
    .dawon-fallback-banner__track {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hd_menu li {
        width: 33.3333%;
    }

    .latest_wr,
    .latest_top_wr {
        padding: 22px;
    }
}

@media (min-width: 860px) {
    #hd_wrapper {
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
    }

    #logo {
        justify-self: start;
    }

    .hd_sch_wr {
        justify-self: center;
        width: 100%;
        max-width: 460px;
    }

    .header-title-btn-wrap {
        justify-self: end;
    }

    .dawon-hero-copy {
        grid-column: 1 / -1;
    }

    #hd_menu {
        grid-template-columns: 260px 1fr;
    }

    .hd_menu li {
        width: 20%;
    }

    .dawon-visual-grid {
        grid-template-columns: 1.4fr 1fr 1fr;
    }

    .dawon-visual-card.is-featured {
        grid-row: span 2;
    }

    .dawon-shop-hero {
        grid-template-columns: 1.35fr 0.85fr;
        align-items: stretch;
    }

    .dawon-commerce-notice-grid,
    .dawon-category-promo-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    #container_wr {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 300px;
        gap: 24px;
    }

    #aside {
        margin: 0;
    }

    #ft_wr {
        grid-template-columns: 0.8fr 1.4fr 1fr 0.8fr;
        align-items: start;
    }
}

@media (min-width: 1100px) {
    #hd_wrapper,
    #gnb .gnb_wrap,
    #container_wr,
    #ft_wr,
    #ft_copy,
    #hd_pop,
    #container {
        width: min(calc(100% - 64px), var(--dawon-max));
    }
    #tnb .inner {
        width: min(calc(100% - 64px), var(--dawon-max));
    }

    .dawon-service-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* ==========================================================================
   Shopping Mall Design Polish
   ========================================================================== */

/* 1. Overall spacing and background refinement */
body {
    background: radial-gradient(circle at top left, rgba(171, 0, 0, 0.1), transparent 30%),
                linear-gradient(180deg, #fcfaf7 0%, #f7f3eb 50%, #f0e9dd 100%);
}

/* 2. Header enhancements */
#hd {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: linear-gradient(135deg, rgba(20, 26, 32, 0.98), rgba(24, 30, 36, 0.95));
}
.dawon-header-notice {
    gap: 12px;
}
.dawon-header-notice span {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.08);
    font-size: 0.88rem;
    padding: 0 16px;
    font-weight: 500;
    transition: all 0.3s ease;
}
.dawon-header-notice span:hover {
    background: rgba(171, 0, 0, 0.2);
    border-color: rgba(171, 0, 0, 0.3);
    color: #fff;
}

/* Search bar improvements */
#hd_sch #sch_stx, #hd_sch #sch_str {
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-right: 0;
    transition: all 0.3s ease;
}
#hd_sch #sch_stx:focus, #hd_sch #sch_str:focus {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(171, 0, 0, 0.4);
}
#hd_sch #sch_submit {
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-left: 0;
}
#hd_sch #sch_submit:hover {
    background: var(--dawon-accent);
    color: #fff;
}

/* 3. Hero Section polishing */
.dawon-shop-hero {
    border-color: rgba(171, 0, 0, 0.15);
    box-shadow: 0 15px 35px rgba(171, 0, 0, 0.05);
    background: linear-gradient(135deg, #ffffff 0%, #faf3ec 100%);
    padding: 32px;
}
.dawon-shop-hero__panel > div {
    border: 1px solid rgba(171, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.dawon-shop-hero__panel > div:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(171, 0, 0, 0.08);
    border-color: var(--dawon-accent);
}

/* Category grid items */
.dawon-category-promo {
    border-color: rgba(171, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.dawon-category-promo:hover {
    transform: translateY(-5px);
    border-color: var(--dawon-accent);
    box-shadow: 0 15px 30px rgba(171, 0, 0, 0.1);
}

/* Notice items */
.dawon-commerce-notice-grid article {
    border-color: rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}
.dawon-commerce-notice-grid article:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.04);
    border-color: var(--dawon-line);
}

/* Buttons style refinement */
.dawon-btn {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}
.dawon-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    filter: brightness(1.05);
}
.dawon-btn.primary:hover {
    box-shadow: 0 6px 16px rgba(171, 0, 0, 0.2);
}

/* 4. Product Card Aesthetics (Skins overrides) */
.sct_wrap {
    background: var(--dawon-surface-strong);
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.02);
    border-radius: var(--dawon-radius);
    padding: 28px;
    margin-bottom: 28px;
}
.sct_wrap header h2 a {
    position: relative;
    font-weight: 700;
    color: var(--dawon-text);
    transition: color 0.3s ease;
}
.sct_wrap header h2 a:hover {
    color: var(--dawon-accent);
}

.sct_li {
    background: #ffffff;
    border-radius: 18px;
    padding: 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.03);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.sct_li:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.06);
    border-color: rgba(171, 0, 0, 0.15);
}

.sct_img {
    border-radius: 12px;
    overflow: hidden;
    background: #fafafa !important;
    border: 1px solid rgba(0, 0, 0, 0.04) !important;
    transition: all 0.3s ease;
}
.sct_img img {
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.sct_li:hover .sct_img img {
    transform: scale(1.06);
}

.sct_cart {
    background: rgba(24, 32, 40, 0.85) !important;
    backdrop-filter: blur(4px);
    border: 0;
    color: #fff;
    font-size: 0.9rem !important;
    padding: 12px 0 !important;
    transition: background-color 0.2s ease;
}
.sct_cart:hover {
    background: var(--dawon-accent) !important;
}

.sct_txt {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
    margin: 14px 0 8px !important;
    padding-bottom: 8px !important;
}
.sct_txt a {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    color: var(--dawon-text);
    transition: color 0.2s ease;
}
.sct_txt a:hover {
    color: var(--dawon-accent);
}

.sct_basic {
    font-size: 0.85rem;
    color: var(--dawon-muted);
    margin-bottom: 8px;
}

.sct_cost {
    color: var(--dawon-accent);
    font-size: 1.15em !important;
    font-weight: 700 !important;
    margin: 8px 0 0 !important;
}
.sct_dict {
    font-size: 0.82em !important;
    color: var(--dawon-muted) !important;
    text-decoration: line-through;
    font-weight: normal;
    margin-bottom: 2px;
}

/* Mobile specific styling overrides */
@media (max-width: 640px) {
    .sct_wrap {
        padding: 16px;
    }
    .sct_li {
        padding: 8px;
        border-radius: 12px;
    }
    .sct_img {
        border-radius: 8px;
    }
    .sct_txt a {
        font-size: 0.9rem;
    }
}

/* ==========================================================================
   Eyoom Theme Replications
   ========================================================================== */

/* 1. Top Notice Ticker */
.egs-shop001-tb-wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.egs-shop001-tb-item {
    text-align: center;
    padding: 10px 0;
}
.egs-shop001-tb-title h5 {
    margin: 0;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 500;
}
.egs-shop001-tb-title a {
    margin-left: 10px;
    padding: 2px 8px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 3px;
    color: #d5d5d5;
    text-decoration: none;
    font-size: 0.8rem;
    transition: all 0.3s ease;
}
.egs-shop001-tb-title a:hover {
    background: #ffffff;
    color: #333333;
}

/* 2. Top Header adjustments */
#tnb {
    background: #252b31;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
#tnb .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.thn-start, .thn-end {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 16px;
}
.thn-start li a, .thn-end li a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
    text-decoration: none;
    transition: color 0.2s ease;
}
.thn-start li a:hover, .thn-end li a:hover {
    color: var(--dawon-accent);
}
.join-point {
    background: var(--dawon-accent);
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 99px;
    margin-left: 5px;
}
.thn-end .dropdown {
    position: relative;
}
.thn-end .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border-radius: 6px;
    width: 150px;
    z-index: 1000;
    padding: 6px 0;
}
.thn-end .dropdown.open .dropdown-menu {
    display: block;
}
#hd_qnb .dropdown-menu a {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    float: none !important;
    text-align: left !important;
}
.thn-end .dropdown-menu a {
    display: block !important;
    color: #333333 !important;
    padding: 8px 14px;
    font-size: 0.88rem;
    text-decoration: none;
    width: 100% !important;
    box-sizing: border-box !important;
    float: none !important;
    text-align: left !important;
}
.thn-end .dropdown-menu a:hover {
    background: #f5f5f5;
}

/* 3. Middle Header Login / Wish / Cart Buttons */
.header-title-btn-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
}
.header-title-btn {
    position: relative;
}
.header-title-btn > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: rgba(255,255,255,0.8);
    transition: color 0.3s ease;
}
.header-title-btn > a:hover {
    color: #ffffff;
}
.header-title-btn i {
    font-size: 1.3rem;
    margin-bottom: 4px;
}
.header-title-btn h6 {
    margin: 0;
    font-size: 0.78rem;
    font-weight: 500;
}
.header-title-btn .badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #e53935;
    color: #ffffff;
    font-size: 0.72rem;
    padding: 2px 6px;
    border-radius: 50%;
}
.btn-group {
    position: relative;
}
.btn-group .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #ffffff;
    color: #333;
    padding: 20px;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    border-radius: 8px;
    width: 280px;
    z-index: 1000;
}
.btn-group.open .dropdown-menu {
    display: block;
}
.btn-e {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid transparent;
}
.btn-e-dark {
    background: #232b32;
    color: #fff;
}
.btn-e-dark:hover {
    background: #181f25;
}
.btn-e-gray {
    background: #f5f5f5;
    color: #333;
    border-color: #ddd;
}
.btn-e-gray:hover {
    background: #e9e9e9;
}
.btn-e-block {
    display: flex;
    width: 100%;
}

/* 4. Swiper Hero Slider */
.shop-main-slider {
    margin-bottom: 24px;
}
.egs-shop001-m1-wrap-1660871992 {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}
.swiper-main {
    height: 480px;
}
.swiper-main .swiper-slide {
    position: relative;
}
.swiper-main .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-main .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
}
.swiper-main .swiper-cont {
    position: absolute;
    top: 50%;
    left: 80px;
    transform: translateY(-50%);
    z-index: 3;
    color: #ffffff;
    max-width: 600px;
}
.swiper-main .swiper-cont h2 {
    font-size: 2.8rem;
    font-weight: 700;
    margin: 0 0 10px;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
.swiper-main .swiper-cont h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffcc00;
    margin: 0 0 14px;
}
.swiper-main .swiper-cont h4 {
    font-size: 1.05rem;
    line-height: 1.6;
    color: rgba(255,255,255,0.9);
    margin: 0;
}
.swiper-thumbs-wrap {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 280px;
}
.swiper-thumbs {
    background: rgba(0,0,0,0.5);
    padding: 6px;
    border-radius: 6px;
}
.swiper-thumbs .swiper-slide {
    opacity: 0.5;
    cursor: pointer;
}
.swiper-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.swiper-thumb-img img {
    width: 100%;
    height: 40px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid rgba(255,255,255,0.5);
}

/* 5. Brand Scroll List */
.brand-wrap {
    background: #ffffff;
    border: 1px solid var(--dawon-line);
    border-radius: 12px;
    padding: 18px 24px;
    margin-bottom: 28px;
    box-shadow: var(--dawon-shadow);
}
.tab-scroll-category #tab-category {
    overflow-x: auto;
    scrollbar-width: none; /* Firefox */
}
.tab-scroll-category #tab-category::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}
.category-list {
    display: flex;
    gap: 24px;
    align-items: center;
}
.category-list span {
    min-width: 100px;
    text-align: center;
}
.category-list span a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: var(--dawon-text);
    transition: transform 0.2s ease;
}
.category-list span a:hover {
    transform: translateY(-3px);
}
.category-img {
    width: 64px;
    height: 64px;
    background: #f9f9f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0,0,0,0.05);
    margin-bottom: 8px;
    transition: all 0.3s ease;
}
.category-list span a:hover .category-img {
    background: #ffffff;
    border-color: var(--dawon-accent);
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.category-title {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--dawon-muted);
}

/* 6. Two-Column Main Layout */
.shop-main-layout {
    display: flex;
    gap: 24px;
    margin-bottom: 28px;
}
.shop-left-col {
    flex: 1;
    min-width: 0;
}
.shop-right-col {
    width: 300px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Headings inside left sections */
.main-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #232b32;
    padding-bottom: 12px;
    margin-bottom: 20px;
}
.main-heading h2 {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 800;
}
.main-heading h2 a {
    text-decoration: none;
    color: #232b32;
}
.main-heading h2 span {
    color: var(--dawon-accent);
}
.heading-more-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f5f5f5;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    text-decoration: none;
    transition: all 0.2s ease;
}
.heading-more-btn:hover {
    background: var(--dawon-accent);
    color: #fff;
    border-color: var(--dawon-accent);
}

/* 7. Time Sale & Sidebar Promo Banner */
.egs-shop001-cd-wrap-1661135227 {
    position: relative;
    background: #2d343d;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--dawon-shadow);
}
.egs-shop001-cd-in {
    padding: 16px;
    position: relative;
}
.hot-label {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ff3333;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
    z-index: 10;
}
.time-sale-img {
    padding: 10px;
}
.countdown-timer {
    text-align: center;
    background: rgba(0,0,0,0.2);
    padding: 10px;
    border-radius: 4px;
    color: #ffcc00;
    font-size: 1rem;
    margin-top: 10px;
}
.countdown-timer i {
    font-style: normal;
    color: #ffffff;
    font-size: 0.85rem;
    margin-right: 6px;
}
.countdown-timer b {
    font-weight: 800;
}

/* Secondary Promo Widget */
.swiper-m2 {
    height: 240px;
    box-shadow: var(--dawon-shadow);
}
.swiper-m2 .swiper-cont {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 3;
    color: #ffffff;
}
.swiper-m2 .swiper-cont h2 {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
    color: #ffffff;
}
.swiper-m2 .swiper-cont h3 {
    font-size: 1rem;
    color: #ffcc00;
    margin: 5px 0 0;
}
.swiper-m2 .swiper-cont h4 {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.85);
    margin: 5px 0 0;
}
.swiper-m2 .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 60%);
    z-index: 2;
}

/* 8. Parallax section */
.shop-main-section3 {
    margin-bottom: 28px;
}
.swiper-m3 .swiper-cont {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    text-align: center;
    padding: 20px;
}
.swiper-cont-in h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 10px;
    letter-spacing: 1px;
}
.swiper-cont-in h3 {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.95);
    font-weight: 400;
    margin: 0;
}

/* 9. Dark Mode Theme */
body.dark-mode {
    background: #12161a !important;
    color: #ececec !important;
    --dawon-text: #ececec;
    --dawon-surface: #1e2226;
    --dawon-surface-strong: #191c20;
    --dawon-line: #2d3238;
    --dawon-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}
body.dark-mode .sct_wrap,
body.dark-mode .brand-wrap,
body.dark-mode .sct_li {
    background: #191c20 !important;
    border-color: #2d3238 !important;
}
body.dark-mode .sct_txt a,
body.dark-mode .main-heading h2 a {
    color: #ececec !important;
}
body.dark-mode .sct_img {
    background: #1e2226 !important;
    border-color: #2d3238 !important;
}
body.dark-mode .heading-more-btn {
    background: #22272c;
    border-color: #333a42;
    color: #ccc;
}
body.dark-mode .category-img {
    background: #22272c;
    border-color: #2d3238;
}
body.dark-mode .main-heading {
    border-bottom-color: #2d3238;
}
@media (min-width: 992px) {
    body.dark-mode #category {
        background: #191c20 !important;
        border-color: #2d3238 !important;
        color: #ececec !important;
    }
    body.dark-mode #category h2 {
        border-bottom-color: #2d3238 !important;
        color: #fff !important;
    }
    body.dark-mode #category .cate_li_1 {
        border-left-color: #2d3238 !important;
    }
    body.dark-mode #category .cate_li_1_a {
        color: #4b8bff !important;
    }
    body.dark-mode #category .cate_li_2 a {
        color: #ccc !important;
    }
    body.dark-mode #category .cate_li_3 a {
        color: #aaa !important;
    }
    body.dark-mode #category .close_btn {
        background: #191c20 !important;
        color: #999 !important;
    }
    body.dark-mode #category .dawon-category-intro,
    body.dark-mode #category .dawon-category-help {
        background: #22272c !important;
        border-color: #2d3238 !important;
        color: #ccc !important;
    }
    body.dark-mode #category .dawon-category-shortcuts a {
        background: #2d343f !important;
        color: #4b8bff !important;
    }
}

/* Responsive Overrides */
@media (max-width: 992px) {
    .shop-main-layout {
        flex-direction: column;
    }
    .shop-right-col {
        width: 100%;
    }
    .swiper-main .swiper-cont {
        left: 30px;
    }
    .swiper-main .swiper-cont h2 {
        font-size: 2rem;
    }
}

/* Product Image Magnifier Zoom Styling */
.elevaterzoom_item {
    cursor: zoom-in !important;
    display: block;
    position: relative;
}
.zoomLens {
    border: 1px solid #ddd !important;
    background-color: rgba(255, 255, 255, 0.3) !important;
    cursor: zoom-in !important;
}
.zoomWindow {
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1) !important;
    border-radius: 8px !important;
    z-index: 9999 !important;
    background-color: #fff !important;
}
body.dark-mode .zoomWindow {
    border-color: #2d3238 !important;
    background-color: #1e2226 !important;
}

/* ==========================================================================
   Category Dropdown & Sticky Sidebar & Product Slider Overrides
   ========================================================================== */

/* 1. Body & Header clipping fix */
body {
    overflow-x: hidden !important;
}
#hd {
    overflow: visible !important;
    z-index: 10000 !important;
}
.header-title-btn.btn-group {
    position: relative !important;
    z-index: 10001 !important;
}
#loginDropdown {
    z-index: 10002 !important;
}

/* 2. GNB Category Submenu styling & layout alignment */
#gnb_1dul > li.gnb_1dli {
    position: relative !important;
}
#gnb_1dul .gnb_2dul {
    display: none;
    position: absolute;
    top: 100% !important;
    left: 0 !important;
    width: 200px !important;
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
    padding: 10px 0;
    border-radius: 8px !important;
    margin-top: 4px;
    z-index: 9999 !important;
}
#gnb_1dul .gnb_2dul::before,
#gnb_1dul .gnb_2dul::after {
    display: none !important;
}
#gnb_1dul .gnb_1dli_over .gnb_2dul,
#gnb_1dul .gnb_1dli_over2 .gnb_2dul {
    display: none;
}
#gnb_1dul .gnb_2dli {
    width: 100% !important;
    float: none !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}
#gnb_1dul .gnb_2da {
    display: block !important;
    padding: 8px 18px !important;
    font-size: 0.9rem !important;
    color: #333333 !important;
    text-align: left !important;
    width: 100% !important;
    box-sizing: border-box !important;
    transition: all 0.2s ease !important;
    background: transparent !important;
    border: 0 !important;
}
#gnb_1dul .gnb_2da:hover {
    background: #f5f5f5 !important;
    color: var(--dawon-accent) !important;
    text-decoration: none !important;
}

/* GNB submenu dark mode support */
body.dark-mode #gnb_1dul .gnb_2dul {
    background: #252b31 !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;
}
body.dark-mode #gnb_1dul .gnb_2da {
    color: rgba(255, 255, 255, 0.8) !important;
}
body.dark-mode #gnb_1dul .gnb_2da:hover {
    background: rgba(255, 255, 255, 0.05) !important;
    color: #ffffff !important;
}

/* 3. Floating Sticky right-sidebar with scaled down contents */
@media (min-width: 993px) {
    .shop-right-col {
        width: 160px !important;
        position: sticky !important;
        top: 100px !important;
        height: fit-content !important;
        z-index: 10050 !important;
        gap: 16px !important;
    }
}
.egs-shop001-cd-wrap-1661135227 {
    padding: 8px !important;
}
.egs-shop001-cd-in {
    padding: 4px !important;
}
.egs-shop001-cd h2 {
    font-size: 1.05rem !important;
    padding: 8px 0 4px !important;
}
.time-sale-info p {
    font-size: 0.8rem !important;
}
.time-sale-info span {
    font-size: 0.85rem !important;
}
#countdownTimer {
    font-size: 0.72rem !important;
    padding: 8px 4px !important;
    letter-spacing: -0.5px;
}
.swiper-m2 .swiper-slide {
    height: 160px !important;
}
.swiper-m2 .swiper-cont h2 {
    font-size: 0.92rem !important;
}
.swiper-m2 .swiper-cont h3 {
    font-size: 0.8rem !important;
}
.swiper-m2 .swiper-cont h4 {
    display: none !important;
}

/* 4. Product Owl Carousel Navigation and Slider Layout */
.sct_wrap .owl-carousel {
    position: relative;
    display: block !important;
}
.sct_wrap .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
}
.sct_wrap .owl-carousel .owl-nav {
    position: absolute;
    top: -55px;
    right: 0;
    display: flex;
    gap: 8px;
    z-index: 10;
}
.sct_wrap .owl-carousel .owl-nav button.owl-prev,
.sct_wrap .owl-carousel .owl-nav button.owl-next {
    width: 28px;
    height: 28px;
    border-radius: 50% !important;
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    color: #333333 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0 !important;
    font-size: 0.8rem !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05) !important;
}
.sct_wrap .owl-carousel .owl-nav button.owl-prev:hover,
.sct_wrap .owl-carousel .owl-nav button.owl-next:hover {
    background: var(--dawon-accent) !important;
    color: #ffffff !important;
    border-color: var(--dawon-accent) !important;
}
.sct_wrap .owl-carousel .owl-item {
    float: none !important;
    display: inline-block;
    vertical-align: top;
}
.sct_wrap .owl-carousel .sct_li {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
}
body.dark-mode .sct_wrap .owl-carousel .owl-nav button.owl-prev,
body.dark-mode .sct_wrap .owl-carousel .owl-nav button.owl-next {
    background: #252b31 !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
    color: rgba(255, 255, 255, 0.8) !important;
}
body.dark-mode .sct_wrap .owl-carousel .owl-nav button.owl-prev:hover,
body.dark-mode .sct_wrap .owl-carousel .owl-nav button.owl-next:hover {
    background: var(--dawon-accent) !important;
    color: #ffffff !important;
}

/* ==========================================================================
   Header Light/White theme, GNB vertical cascading flyout,
   point colors, detail page buttons, sticky bar, parallax overrides
   ========================================================================== */

/* 1. Header Light/White Background & dark text elements */
#hd {
    background: #ffffff !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important;
}

#hd_qnb li a,
#hd_qnb li button,
#hd_qnb li a span {
    color: #252b31 !important;
}
#hd_qnb li a:hover {
    color: var(--dawon-accent) !important;
}
.header-title-btn > a {
    color: #252b31 !important;
}
.header-title-btn > a:hover {
    color: var(--dawon-accent) !important;
}
.header-title-btn h6 {
    color: #4a5568 !important;
}
.header-title-btn i {
    color: #252b31 !important;
}

#hd_sch #sch_str {
    background: #f4f6f8 !important;
    color: #252b31 !important;
    border: 1px solid #e2e8f0 !important;
}
#hd_sch #sch_submit {
    background: #f4f6f8 !important;
    color: #4a5568 !important;
    border: 1px solid #e2e8f0 !important;
    border-left: 0 !important;
}
#hd_sch #sch_submit:hover {
    background: var(--dawon-accent) !important;
    color: #ffffff !important;
    border-color: var(--dawon-accent) !important;
}

/* 2. GNB Menu Bar (Light/White theme) */
#hd_menu {
    background: #ffffff !important;
    border-top: 1px solid #e2e8f0 !important;
    border-bottom: 1px solid #e2e8f0 !important;
    border-radius: 0 !important;
    position: relative !important;
    overflow: visible !important;
    z-index: 10010 !important;
}
.hd_menu li a {
    color: #252b31 !important;
    font-weight: 700 !important;
}
.hd_menu li a:hover {
    color: var(--dawon-accent) !important;
}

/* 3. Category menu open button & GNB vertical cascading flyout styling */
#menu_open {
    background: var(--dawon-accent) !important;
    color: #ffffff !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-weight: 700 !important;
    height: 100% !important;
    padding: 0 24px !important;
    transition: background 0.2s ease !important;
}
#menu_open:hover {
    background: var(--dawon-accent-dark) !important;
}

@media (min-width: 992px) {
    #category {
        display: none;
        position: absolute;
        top: 100% !important;
        left: 0 !important;
        width: 240px !important;
        background: #ffffff !important;
        border: 1px solid #e2e8f0 !important;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
        z-index: 99999 !important;
        padding: 0 !important;
        border-radius: 0 0 8px 8px !important;
        overflow: visible;
    }
    #category .close_btn {
        display: none !important;
    }
    #category_all_bg {
        display: none !important;
    }
    #category h2,
    #category .dawon-category-intro {
        display: none !important;
    }

    /* Vertical list styles */
    #category ul.cate {
        display: block !important;
        margin: 0 !important;
        padding: 10px 0 !important;
        list-style: none !important;
        width: 100% !important;
    }
    #category .cate_li_1 {
        float: none !important;
        width: 100% !important;
        min-height: auto !important;
        padding: 0 !important;
        border-left: 0 !important;
        position: relative !important; /* Crucial for positioning sub_cate1 */
    }
    #category .cate_li_1_a {
        display: block !important;
        padding: 12px 20px !important;
        margin-bottom: 0 !important;
        font-size: 1.05rem !important;
        font-weight: 600 !important;
        color: #1e293b !important;
        transition: all 0.2s ease !important;
    }
    #category .cate_li_1_a:hover {
        color: var(--dawon-accent) !important;
        background: var(--dawon-accent-soft) !important;
    }

    /* Submenu level 1 (Flyout right) */
    #category .sub_cate1 {
        position: absolute !important;
        left: 100% !important;
        top: 0 !important;
        width: 220px !important;
        background: #ffffff !important;
        border: 1px solid #e2e8f0 !important;
        box-shadow: 5px 5px 15px rgba(0,0,0,0.08) !important;
        opacity: 0 !important;
        visibility: hidden !important;
        transition: opacity 0.2s ease, visibility 0.2s !important;
        z-index: 100000 !important;
        padding: 10px 0 !important;
        list-style: none !important;
        border-radius: 0 8px 8px 8px !important;
    }
    #category .cate_li_1:hover > .sub_cate1 {
        opacity: 1 !important;
        visibility: visible !important;
    }
    #category .cate_li_2 {
        position: relative !important;
        line-height: inherit !important;
        float: none !important;
        width: 100% !important;
    }
    #category .cate_li_2 a {
        display: block !important;
        padding: 8px 20px !important;
        font-size: 0.95rem !important;
        color: #475569 !important;
        transition: all 0.2s ease !important;
    }
    #category .cate_li_2 a:hover {
        color: var(--dawon-accent) !important;
        background: var(--dawon-accent-soft) !important;
    }

    /* Submenu level 2 (Flyout right) */
    #category .sub_cate2 {
        position: absolute !important;
        left: 100% !important;
        top: 0 !important;
        width: 220px !important;
        background: #ffffff !important;
        border: 1px solid #e2e8f0 !important;
        box-shadow: 5px 5px 15px rgba(0,0,0,0.08) !important;
        opacity: 0 !important;
        visibility: hidden !important;
        transition: opacity 0.2s ease, visibility 0.2s !important;
        z-index: 100001 !important;
        padding: 10px 0 !important;
        list-style: none !important;
        border-radius: 0 8px 8px 8px !important;
    }
    #category .cate_li_2:hover > .sub_cate2 {
        opacity: 1 !important;
        visibility: visible !important;
    }
    #category .cate_li_3 a {
        padding: 6px 20px !important;
        font-size: 0.9rem !important;
        color: #64748b !important;
    }
    #category .cate_li_3 a:hover {
        color: var(--dawon-accent) !important;
        background: var(--dawon-accent-soft) !important;
    }
}


/* 4. Product detail page buy/cart buttons & tabs stretching overrides */
.sit_btn_buy {
    background: var(--dawon-accent) !important;
    border-color: var(--dawon-accent) !important;
    color: #ffffff !important;
    font-weight: bold !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 6px !important;
    height: 50px !important;
    transition: all 0.2s ease !important;
}
.sit_btn_buy:hover {
    background: var(--dawon-accent-dark) !important;
    border-color: var(--dawon-accent-dark) !important;
}
.sit_btn_buy i {
    color: #ffffff !important;
}
.sit_btn_cart {
    background: #ffffff !important;
    border-color: #cccccc !important;
    color: #333333 !important;
    font-weight: bold !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 6px !important;
    height: 50px !important;
    transition: all 0.2s ease !important;
}
.sit_btn_cart:hover {
    background: #f5f5f5 !important;
    border-color: #bbbbbb !important;
}
.sit_btn_cart i {
    color: var(--dawon-accent) !important;
}
.sit_btn_wish {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #666666 !important;
    border-color: #cccccc !important;
    border-radius: 6px !important;
    height: 50px !important;
    width: 65px !important;
    transition: all 0.2s ease !important;
}
.sit_btn_wish:hover {
    color: #e53935 !important;
    border-color: #e53935 !important;
    background: #fff5f5 !important;
}
.sit_btn_wish i {
    color: #e53935 !important;
}

#sit_info {
    display: block !important;
}
#sit_tab {
    width: 100% !important;
    display: block !important;
}

/* 5. Sticky Bottom Action Bar styling */
#sit_sticky_bar {
    position: fixed;
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 80px;
    background: #ffffff;
    box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.08);
    z-index: 10000;
    transition: bottom 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    border-top: 1px solid #eeeeee;
}
#sit_sticky_bar.visible {
    bottom: 0;
}
#sit_sticky_bar .inner {
    width: min(calc(100% - 32px), var(--dawon-max));
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#sit_sticky_bar .sticky_item_info {
    display: flex;
    align-items: center;
    gap: 12px;
}
#sit_sticky_bar .sticky_item_info img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #eeeeee;
}
#sit_sticky_bar .sticky_item_name {
    font-weight: 700;
    font-size: 1.05rem;
    color: #252b31;
}
#sit_sticky_bar .sticky_item_btns {
    display: flex;
    align-items: center;
    gap: 8px;
}
#sit_sticky_bar .sticky_item_btns button {
    height: 48px;
    padding: 0 24px;
    font-weight: 700;
    font-size: 0.95rem;
    border-radius: 6px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-sizing: border-box !important;
}
#sit_sticky_bar .sticky_btn_cart {
    background: #ffffff;
    border: 1px solid #cccccc;
    color: #333333;
}
#sit_sticky_bar .sticky_btn_cart:hover {
    background: #f5f5f5;
}
#sit_sticky_bar .sticky_btn_buy {
    background: var(--dawon-accent);
    border: 1px solid var(--dawon-accent);
    color: #ffffff;
}
#sit_sticky_bar .sticky_btn_buy:hover {
    background: var(--dawon-accent-dark);
    border-color: var(--dawon-accent-dark);
}
#sit_sticky_bar .sticky_btn_wish {
    width: 48px;
    height: 48px;
    border: 1px solid #cccccc;
    color: #666666;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    text-decoration: none;
    box-sizing: border-box !important;
}
#sit_sticky_bar .sticky_btn_wish:hover {
    color: #e53935;
    border-color: #e53935;
}

/* 6. Quick Side Menu scroll follow styling */
@media (min-width: 992px) {
    #side_menu {
        display: block !important;
        z-index: 10090 !important;
    }
}
.btn_sm_on i {
    color: var(--dawon-accent) !important;
}
#quick li:hover button {
    color: var(--dawon-accent) !important;
}
#quick .qk_tit {
    background: var(--dawon-accent) !important;
}
#quick .qk_tit:after {
    border-left-color: var(--dawon-accent) !important;
}
.qk_con h2.s_h2 span {
    background: var(--dawon-accent-soft) !important;
    color: var(--dawon-accent) !important;
}
.qk_con_wr .side_tnb li:hover a {
    color: var(--dawon-accent) !important;
}

/* 7. Parallax Swiper Slider styling */
.shop-main-section3 {
    margin: 36px 0 !important;
}
.ebs-shop001-m3 {
    width: 100% !important;
    height: 400px !important;
    position: relative !important;
    overflow: hidden !important;
    border-radius: 16px !important;
}
.swiper-m3 {
    width: 100%;
    height: 100%;
}
.swiper-m3 .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.swiper-m3 .jarallax {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.swiper-m3 .swiper-cont {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
    color: #ffffff;
    text-align: center;
    z-index: 10;
}
.swiper-m3 .swiper-cont-in {
    padding: 0 40px;
    max-width: 800px;
}
.swiper-m3 .swiper-cont h2 {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 800;
    margin-bottom: 16px;
    color: #ffffff;
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.swiper-m3 .swiper-cont h3 {
    font-size: clamp(0.95rem, 2vw, 1.2rem);
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    margin: 0;
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.15s;
}
.swiper-m3 .swiper-slide-active h2,
.swiper-m3 .swiper-slide-active h3 {
    transform: translateY(0);
    opacity: 1;
}
.swiper-m3-next, .swiper-m3-prev {
    color: #ffffff !important;
    width: 48px !important;
    height: 48px !important;
    background: rgba(0, 0, 0, 0.3) !important;
    border-radius: 50% !important;
    transition: all 0.2s ease !important;
}
.swiper-m3-next:hover, .swiper-m3-prev:hover {
    background: var(--dawon-accent) !important;
}
.swiper-m3-next::after, .swiper-m3-prev::after {
    font-size: 1.1rem !important;
    font-weight: bold !important;
}
.swiper-m3-pagination {
    bottom: 20px !important;
}
.swiper-m3-pagination .swiper-pagination-bullet {
    background: #ffffff !important;
    opacity: 0.5 !important;
    width: 8px !important;
    height: 8px !important;
    margin: 0 4px !important;
    transition: all 0.3s ease !important;
}
.swiper-m3-pagination .swiper-pagination-bullet-active {
    background: var(--dawon-accent) !important;
    opacity: 1 !important;
    width: 20px !important;
    border-radius: 4px !important;
}

/* Dark mode compatibility updates */
body.dark-mode #hd,
body.dark-mode #hd_menu,
body.dark-mode #category,
body.dark-mode #sit_sticky_bar {
    background: #182028 !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
}
body.dark-mode #hd_qnb li a,
body.dark-mode #hd_qnb li button,
body.dark-mode #hd_qnb li a span,
body.dark-mode .header-title-btn > a,
body.dark-mode .header-title-btn h6,
body.dark-mode .header-title-btn i,
body.dark-mode .hd_menu li a,
body.dark-mode #sit_sticky_bar .sticky_item_name {
    color: rgba(255, 255, 255, 0.9) !important;
}
body.dark-mode #hd_sch #sch_str {
    background: #252b31 !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
}
body.dark-mode #hd_sch #sch_submit {
    background: #252b31 !important;
    color: rgba(255, 255, 255, 0.8) !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
    border-left: 0 !important;
}
body.dark-mode #sit_sticky_bar .sticky_btn_cart {
    background: #252b31 !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
    color: #ffffff !important;
}
body.dark-mode #sit_sticky_bar .sticky_btn_cart:hover {
    background: rgba(255, 255, 255, 0.05) !important;
}
body.dark-mode #sit_sticky_bar .sticky_btn_wish {
    border-color: rgba(255, 255, 255, 0.15) !important;
    color: rgba(255, 255, 255, 0.8) !important;
}
body.dark-mode #sit_sticky_bar .sticky_btn_wish:hover {
    color: #e53935 !important;
    border-color: #e53935 !important;
}

/* 8. Logo Text with Gradient styling */
#logo .logo-text-link {
    font-family: "Pretendard Variable", "SUIT Variable", "Outfit", "Inter", sans-serif;
    font-weight: 900;
    font-size: 1.5rem;
    letter-spacing: -0.03em;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    gap: 6px;
    vertical-align: middle;
}

#logo .logo-text-link .logo-dawon {
    background: linear-gradient(135deg, #1e293b 0%, #475569 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#logo .logo-text-link .logo-korea {
    background: linear-gradient(135deg, #ab0000 0%, #e53935 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

body.dark-mode #logo .logo-text-link .logo-dawon {
    background: linear-gradient(135deg, #ffffff 0%, #cbd5e1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (min-width: 768px) {
    #logo .logo-text-link {
        font-size: 1.88rem;
    }
}

/* 9. Hit Products Carousel Buttons Alignment */
#idx_hit .owl-nav {
    position: absolute !important;
    top: -55px !important;
    right: 0 !important;
    left: auto !important;
    display: flex !important;
    gap: 8px !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
}

#idx_hit .owl-prev,
#idx_hit .owl-next {
    position: static !important;
    width: 28px !important;
    height: 28px !important;
    margin-top: 0 !important;
    text-indent: 0 !important;
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    color: #333333 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05) !important;
    transform: none !important;
    font-size: 0.8rem !important;
    cursor: pointer !important;
}

#idx_hit .owl-prev:hover,
#idx_hit .owl-next:hover {
    background: var(--dawon-accent) !important;
    color: #ffffff !important;
    border-color: var(--dawon-accent) !important;
}

body.dark-mode #idx_hit .owl-prev,
body.dark-mode #idx_hit .owl-next {
    background: #252b31 !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
    color: rgba(255, 255, 255, 0.8) !important;
}

body.dark-mode #idx_hit .owl-prev:hover,
body.dark-mode #idx_hit .owl-next:hover {
    background: var(--dawon-accent) !important;
    color: #ffffff !important;
    border-color: var(--dawon-accent) !important;
}

/* 10. Search Bar 1.5x enlargement & centering styling */
@media (min-width: 860px) {
    #hd_wrapper {
        grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
    }
    .hd_sch_wr {
        max-width: 690px !important; /* 1.5x of 460px */
    }
    #hd_sch #sch_str,
    #hd_sch #sch_stx {
        flex: 1 !important;
        width: auto !important;
        float: none !important;
        height: 68px !important;
        font-size: 1.15rem !important;
        padding-left: 24px !important;
        border-radius: 24px 0 0 24px !important;
    }
    #hd_sch #sch_submit {
        flex-shrink: 0 !important;
        float: none !important;
        height: 68px !important;
        width: 68px !important;
        font-size: 1.35rem !important;
        border-radius: 0 24px 24px 0 !important;
    }
}

/* 11. Dark Mode Color Inversion for Utility links & badges */
body.dark-mode #tnb {
    background: #182028 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}
body.dark-mode #hd_qnb li a,
body.dark-mode #hd_qnb li button {
    color: rgba(255, 255, 255, 0.9) !important;
}
body.dark-mode #hd_qnb li a:hover,
body.dark-mode #hd_qnb li button:hover {
    color: var(--dawon-accent) !important;
}

/* 12. Register Point Badge (+1000P) Visibility */
#hd_qnb li a span.join-point,
#hd_qnb li a span.join-point span,
.join-point,
.join-point span {
    color: #ffffff !important;
}
.join-point {
    background: #1e293b !important;
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    padding: 2px 8px !important;
    border-radius: 99px !important;
    margin-left: 5px !important;
    display: inline-block !important;
}

body.dark-mode .join-point {
    background: var(--dawon-accent) !important;
}

/* 13. Additional Menu Dropdown z-index & dark mode fixes */
.thn-end .dropdown-menu {
    z-index: 999999 !important;
}
body.dark-mode .thn-end .dropdown-menu {
    background: #252b31 !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
}
body.dark-mode .thn-end .dropdown-menu a {
    color: rgba(255, 255, 255, 0.9) !important;
}
body.dark-mode .thn-end .dropdown-menu a:hover {
    background: rgba(255, 255, 255, 0.05) !important;
    color: var(--dawon-accent) !important;
}

/* Move Dark Mode button styling for utility bar */
#tnb .darkmode-menu a {
    color: #475569 !important;
    font-weight: 500 !important;
    font-size: 0.85rem !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    transition: color 0.2s ease;
}
#tnb .darkmode-menu a:hover {
    color: var(--dawon-accent) !important;
}
body.dark-mode #tnb .darkmode-menu a {
    color: rgba(255, 255, 255, 0.9) !important;
}
body.dark-mode #tnb .darkmode-menu a:hover {
    color: var(--dawon-accent) !important;
}

/*---------- Footer ----------*/
.footer {position:relative; font-family: "Pretendard Variable", sans-serif;}
.footer-top {padding:20px 0;background-color:#ab0000}
.footer-nav-wrap {
    width: min(calc(100% - 32px), var(--dawon-max));
    margin-left: auto;
    margin-right: auto;
}
.footer-nav-wrap:after {content:"";display:block;clear:both}
.footer-nav {width:50%;float:left}
.footer-nav a {color:#fff;font-size:.9375rem;margin-right:15px;text-decoration:none;transition:opacity 0.2s;}
.footer-nav a:hover {opacity:0.8;}
.footer-right-nav {position:relative;width:50%;float:right;text-align:right}
.footer-right-nav a {color:#fff;font-size:.9375rem;margin-left:15px;text-decoration:none;transition:opacity 0.2s;}
.footer-right-nav a:hover {opacity:0.8;}
.footer-cont-info {position:relative;padding:50px 0;background-color:#202123;color:#757575}
.footer-cont-wrap {
    width: min(calc(100% - 32px), var(--dawon-max));
    margin-left: auto;
    margin-right: auto;
    font-size:.875rem;
}
.footer-cont-wrap:after {content:"";display:block;clear:both}
.footer-cont-box {position:relative;float:left;width:33.33333%;min-height:190px}
.footer-cont-box:nth-child(1) {padding:0 15px 0 0}
.footer-cont-box:nth-child(2) {padding:0 15px;border-left:1px solid #353535;border-right:1px solid #353535}
.footer-cont-box:nth-child(3) {padding:0 0 0 15px}
.footer-cont-box .footer-text-logo {font-weight:700;font-size:1.375rem;color:#b5b5b5;margin-bottom:15px}
.footer-cont-box p {margin:0 0 5px;line-height:1.6;}
.footer-cont-box p a {color:#757575;text-decoration:none;transition:color 0.2s;}
.footer-cont-box p a:hover {color:#b5b5b5;}
.footer-cont-box .footer-divider {margin:0 7px;color:#353535}
.footer-cont-box h5 {font-size:1.0625rem;font-weight:700;margin:0 0 15px;color:#b5b5b5}
.footer-cont-box .footer-tel-num {margin:5px 0 15px}
.footer-cont-box .footer-tel-num strong {font-size:1.5rem;color:#d5d5d5}
.footer-cont-box .footer-bank-num {font-size:1.5rem;margin:0 0 15px}
.footer-cont-box .footer-btn-box {display:flex;flex-direction:column;gap:15px;position:relative;width:100%;margin-top:20px}
.footer-cont-box .footer-btn-box .btn-e {
    display: inline-block;
    padding: 10px 20px;
    background: transparent;
    border: 1px solid #444;
    color: #b5b5b5;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.2s;
    font-size: 0.875rem;
}
.footer-cont-box .footer-btn-box .btn-e:hover {
    border-color: #777;
    color: #fff;
    background: rgba(255,255,255,0.05);
}
.footer-copyright {color:#959595;font-size:.8125rem;text-align:center;padding:20px 0;background-color:#292a2d;border-top:1px solid #1e1f21}
.footer-copyright strong {color:#d5d5d5;font-weight:400}

/* SNS icons styling */
.footer-cont-box .social-icons {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.footer-cont-box .social-icons li {
    padding: 0;
    margin: 0;
}
.footer-cont-box .social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #2b2c30;
    color: #757575;
    text-decoration: none;
    transition: all 0.2s;
}
.footer-cont-box .social-icons a:hover {
    background: var(--dawon-accent);
    color: #fff;
}

/* Notice styles inside footer */
.egl-shop001-ft {position:relative;font-size:.875rem}
.egl-shop001-ft .egl-shop001-ft-title {font-size:1.0625rem;font-weight:700;color:#b5b5b5;margin:0 0 15px}
.egl-shop001-ft .egl-shop001-ft-title a {color:#b5b5b5;text-decoration:none;}
.egl-shop001-ft ul {margin:0;padding:0;list-style:none;}
.egl-shop001-ft li {position:relative;padding:8px 0;border-bottom:1px solid #2b2c30;}
.egl-shop001-ft li:last-child {border-bottom:0;}
.egl-shop001-ft li:after {content:"";display:block;clear:both}
.egl-shop001-ft a {text-decoration:none;display:block;}
.egl-shop001-ft .footer-subj {position:relative;width:70%;padding-right:10px;padding-left:0;display:block;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden;float:left;color:#757575}
.egl-shop001-ft .footer-date {position:relative;display:block;white-space:nowrap;word-wrap:normal;overflow:hidden;width:30%;float:left;text-align:right;color:#555}
.egl-shop001-ft a:hover .footer-subj {color:#b5b5b5;text-decoration:underline}

@media (max-width:991px) {
    .footer-nav {width:100%;text-align:center}
    .footer-right-nav {width:100%;text-align:center;margin-top:10px}
    .footer-cont-info {padding:30px 0}
    .footer-cont-box {width:100%; min-height: auto; padding: 20px 0 !important; border: 0 !important; border-bottom: 1px dotted #353535 !important;}
    .footer-cont-box:last-child {border-bottom:0 !important;}
}
@media (max-width:767px) {
    .footer-nav a {font-size:.8125rem}
    .footer-right-nav a {font-size:.8125rem}
}

/* mobile custom header colors for white header */
@media (max-width: 991px) {
    /* Mobile main hero banner overrides */
    .shop-main-slider {
        margin: 0 -15px 20px;
        border-radius: 0;
    }
    .egs-shop001-m1-wrap-1660871992 {
        border-radius: 0 !important;
    }
    .swiper-main {
        height: 260px !important;
    }
    .swiper-main .swiper-cont {
        left: 20px !important;
        right: 20px !important;
        max-width: none !important;
        text-align: center !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }
    .swiper-main .swiper-cont h2 {
        font-size: 1.6rem !important;
        margin-bottom: 6px !important;
        text-shadow: 0 1px 4px rgba(0,0,0,0.5) !important;
    }
    .swiper-main .swiper-cont h3 {
        font-size: 1.1rem !important;
        margin-bottom: 8px !important;
    }
    .swiper-main .swiper-cont h4 {
        font-size: 0.85rem !important;
        line-height: 1.4 !important;
    }
    .swiper-thumbs-wrap {
        display: none !important;
    }
    .swiper-main .swiper-button-next,
    .swiper-main .swiper-button-prev {
        transform: scale(0.7);
    }

    /* Header action buttons (dark gray on white header background) */
    #btn_hdcate,
    #btn_hdcate i,
    #btn_hdcate svg,
    #btn_hdcate path,
    #btn_hdsch,
    #btn_hdsch i,
    #btn_hdsch svg,
    #btn_hdsch path,
    #btn_hduser,
    #btn_hduser i,
    #btn_hduser svg,
    #btn_hduser path,
    #btn_hdcart,
    #btn_hdcart i,
    #btn_hdcart svg,
    #btn_hdcart path,
    #gnb_open,
    #gnb_open i,
    #gnb_open svg,
    #gnb_open path,
    #user_btn,
    #user_btn i,
    #user_btn svg,
    #user_btn path {
        color: #151515 !important;
        fill: #151515 !important;
    }

    /* Drawer close (X) buttons (white on dark drawer background) */
    .menu_close,
    .menu_close i,
    .menu_close svg,
    .menu_close path,
    #gnb_close,
    #gnb_close i,
    #gnb_close svg,
    #gnb_close path,
    #user_close,
    #user_close i,
    #user_close svg,
    #user_close path {
        color: #ffffff !important;
        fill: #ffffff !important;
    }

    /* Dark mode colors */
    body.dark-mode #btn_hdcate,
    body.dark-mode #btn_hdcate i,
    body.dark-mode #btn_hdcate svg,
    body.dark-mode #btn_hdcate path,
    body.dark-mode #btn_hdsch,
    body.dark-mode #btn_hdsch i,
    body.dark-mode #btn_hdsch svg,
    body.dark-mode #btn_hdsch path,
    body.dark-mode #btn_hduser,
    body.dark-mode #btn_hduser i,
    body.dark-mode #btn_hduser svg,
    body.dark-mode #btn_hduser path,
    body.dark-mode #btn_hdcart,
    body.dark-mode #btn_hdcart i,
    body.dark-mode #btn_hdcart svg,
    body.dark-mode #btn_hdcart path,
    body.dark-mode #gnb_open,
    body.dark-mode #gnb_open i,
    body.dark-mode #gnb_open svg,
    body.dark-mode #gnb_open path,
    body.dark-mode #user_btn,
    body.dark-mode #user_btn i,
    body.dark-mode #user_btn svg,
    body.dark-mode #user_btn path,
    body.dark-mode .menu_close,
    body.dark-mode .menu_close i,
    body.dark-mode .menu_close svg,
    body.dark-mode .menu_close path,
    body.dark-mode #gnb_close,
    body.dark-mode #gnb_close i,
    body.dark-mode #gnb_close svg,
    body.dark-mode #gnb_close path,
    body.dark-mode #user_close,
    body.dark-mode #user_close i,
    body.dark-mode #user_close svg,
    body.dark-mode #user_close path {
        color: #ffffff !important;
        fill: #ffffff !important;
    }
    /* Make mobile opened category drawer menu display directly below header like a premium dropdown submenu */
    #category.menu {
        display: none;
        position: absolute !important;
        top: 55px !important; /* height of header */
        left: 0 !important;
        width: 100% !important;
        height: auto !important;
        max-height: calc(100vh - 55px) !important;
        background: #ffffff !important;
        z-index: 99999 !important;
        padding: 0 !important;
        border-radius: 0 0 12px 12px !important;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
        border-top: 1px solid #f2f2f2 !important;
    }
    #category.menu .menu_wr {
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        display: block !important;
        background: #ffffff !important;
        padding-bottom: 20px !important;
    }
    #category.menu #ol_before,
    #category.menu #ol_after,
    #category.menu #ol_after_private {
        display: none !important;
    }
    #category.menu .content {
        padding: 5px 15px !important;
        background: #ffffff !important;
        margin-bottom: 0 !important;
    }
    #category.menu ul.cate {
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    #category.menu ul.cate > li {
        border-bottom: 1px solid #f2f2f2 !important;
        padding: 14px 10px !important;
        position: relative !important;
    }
    #category.menu ul.cate > li > a {
        font-size: 1.1rem !important;
        font-weight: 600 !important;
        color: #151515 !important;
        text-decoration: none !important;
    }
    #category.menu ul.sub_cate {
        padding-left: 15px !important;
        margin-top: 10px !important;
        border-left: 2px solid var(--dawon-accent) !important;
    }
    #category.menu ul.sub_cate li {
        padding: 8px 0 !important;
    }
    #category.menu ul.sub_cate a {
        font-size: 0.95rem !important;
        color: #555555 !important;
        text-decoration: none !important;
        vertical-align: middle !important;
    }

    /* Mobile dark mode style rules */
    body.dark-mode #category.menu {
        background: #182028 !important;
        border-top-color: rgba(255, 255, 255, 0.08) !important;
    }
    body.dark-mode #category.menu .menu_wr {
        background: #182028 !important;
    }
    body.dark-mode #category.menu .content {
        background: #182028 !important;
    }
    body.dark-mode #category.menu ul.cate > li {
        border-bottom-color: rgba(255, 255, 255, 0.05) !important;
    }
    body.dark-mode #category.menu ul.cate > li > a {
        color: #ececec !important;
    }
    body.dark-mode #category.menu ul.sub_cate a {
        color: #b0b8c4 !important;
    }
}