/* 페이징 버튼 - 누락된 SVG 아이콘 대신 CSS 화살표로 대체 */
.pg_start,
.pg_prev,
.pg_end,
.pg_next {
    background-image: none !important;
    text-indent: 0 !important;
    overflow: visible !important;
    font-size: 0 !important;
    color: transparent !important;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.pg_start::after,
.pg_prev::after,
.pg_end::after,
.pg_next::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: #666;
    text-indent: 0;
}
.pg_start::after { content: '\00AB'; }
.pg_prev::after  { content: '\2039'; }
.pg_next::after  { content: '\203A'; }
.pg_end::after   { content: '\00BB'; }
.pg_start:hover::after,
.pg_prev:hover::after,
.pg_next:hover::after,
.pg_end:hover::after {
    color: #111111;
}

/* 썸네일 및 상세 설명 이미지 - max-width 제한 + 중앙정렬 */
.sct_img img,
.sct_10 .sct_img img,
.sct_20 .sct_img img,
.sct_30 .sct_img img,
.sct_40 .sct_img img,
.smt_10 .sct_img img,
.smt_20 .sct_img img,
.smt_30 .sct_img img,
.smt_40 .sct_img img,
.sct_pv .sct_img img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

#tab_page01 img,
#sit_inf_explan img,
.item_detail img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.safty_deilvery {
    margin: 10px 0
}

li {
    list-style: none
}

.mc {
    color: #111111 !important
}

.left_wing_side {
    position: fixed;
    top: 260px;
    left: 60%;
    margin-left: -1080px;
    z-index: 9999 !important;
    border-radius: 8px;
    padding: 10px;
}

.left_wing_side img {
    border-radius: 8px;
}

.left_wing_side {
    /* 기존 ?��????��? */
    transition: opacity 0.3s ease, top 0.3s ease, visibility 0.3s;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    /* ?��? fixed가 ?�니?�면 추�? */
    top: -30px;
    /* ?�작 ?�치 (?�라?� ?�는 ?�태) */
}

.left_wing_side.visible {
    visibility: visible;
    opacity: 1;
    top: 10px;
    /* ?��??�을 ???�치 */
}

.left_foot {
    position: fixed;
    bottom: 80px;
    left: 0%;
    z-index: 9999 !important;
    border-radius: 8px;
    padding: 10px;
}

.left_foot img {
    border-radius: 50%;
    max-width: 56px
}

.right_foot {
    position: fixed;
    bottom: 20px;
    right: 1%;
    z-index: 9999 !important;
    border-radius: 8px;
    padding: 10px;
}

.right_foot img {
    border-radius: 50%;
}

.brand-fashion {
    position: absolute;
    background: white;
    width: 100%;
    max-width: 100vw;
    left: 0;
    right: 0;
    z-index: 8050 !important;
    display: none;
    box-sizing: border-box;
}

.menu-container {
    position: relative;
    display: flex;
    min-height: 400px;
    z-index: 8050 !important;
    max-width: 100vw;
    overflow-x: hidden;
    box-sizing: border-box;
}

.left-menu {
    width: 200px;
    margin-left: 0px;
    background: #111111;
    z-index: 8050 !important;
    padding: 15px 0;
}

.left-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.left-menu li {
    padding: 14px 20px;
    cursor: pointer;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    margin: 2px 0;
    transition: all 0.3s ease;
    position: relative;
}

/* 체크박스 토글 아이콘 */
.left-menu li::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    opacity: 0;
    transition: all 0.3s ease;
}

.left-menu li.checked::before {
    opacity: 1;
    left: 10px;
    background: #111111;
    border-color: #111111;
}

.left-menu li.checked::after {
    content: '✓';
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 12px;
    font-weight: bold;
}

/* 클릭 시 슬라이드 애니메이션 */
.left-menu li.sliding {
    transform: translateX(-10px);
    opacity: 0.7;
}

.left-menu li a {
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.2s;
}

.left-menu li:hover,
.left-menu li.active {
    background: #111111;
    color: #fff;
    font-weight: 700;
    border-radius: 50px;
    margin-left: 15px;
    padding-left: 20px;
    /* overlap style */
    margin-right: -20px;
    padding-right: 30px;
    position: relative;
    z-index: 100;
    box-shadow: 4px 0 10px rgba(0, 0, 0, 0.1);
}

.left-menu li:hover a,
.left-menu li.active a {
    color: #fff;
}


.menu-content {
    flex: 1;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    max-height: 650px;
    height: 650px;
    overflow-y: auto;
    /* scroll?�서 auto�?변�?*/
}

/* 2�?카테고리 ?��???*/
.submenu-column {
    width: 20%;
    /* 4???�이?�웃 */
    padding: 20px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.menu-header {
    font-weight: bold;
    letter-spacing: -0.5px;
    color: #151515;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
}

.menu-header a {
    color: #000;
}


.submenu-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.submenu-items li {
    margin-bottom: 10px;
}

.submenu-items a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4;
}

.submenu-items a:hover {
    color: #111111;
}

/* ?�크롤바 ?�체 ?��???*/
.menu-content::-webkit-scrollbar {
    width: 0px;
}

/* ?�크롤바 ?�랙(배경) ?��???*/
.menu-content::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 4px;
}

/* ?�크롤바 ?�들(막�?) ?��???*/
.menu-content::-webkit-scrollbar-thumb {
    background: #111111;
    border-radius: 4px;
}

/* ?�크롤바 ?�들 ?�버 ?�과 */
.menu-content::-webkit-scrollbar-thumb:hover {
    background: #000000;
}

/* Firefox�??�한 ?�크롤바 ?��???*/
.menu-content {
    scrollbar-width: thin;
    scrollbar-color: #111111 #f1f1f1;
}

.side_title {
    font-size: 16px;
    font-weight: 700
}

.quick_icon_set {
    margin-top: 30px;
    padding: 10px;
}

.quick_icon_set ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between
}

.quick_icon_set li {
    display: inline-block;
    width: auto;
    margin-bottom: 10px;
}


.side_bar_event {
    margin-top: 30px;
    padding: 10px;
}

.side_bar_event .slick-arrow {
    display: none !important
}

.history_view {
    margin-top: 0px;
    padding: 10px;
}

.cs_center {
    margin-top: 30px;
    padding: 10px;
}



.side_tnb {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px !important;
}

.side_tnb li {
    width: 45%;
    border: 1px solid #111111;
    border-radius: 5px !important;
    margin: 5px 3px;
    display: inline-block;
    text-align: Center;
}

.side_tnb li a {
    color: #000 !important;
}

.side_tnb li a:hover {
    color: #000 !important;
}


/* ??�� ?�니메이???�용 */
#quick .btn_sm i {
    colro: #111111 !important
}

#quick .btn_sm i.fa-arrow-left {
    animation: bounce-arrow 1.5s ease infinite;
    display: inline-block;
}

@keyframes bounce-up-down {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

#quick .btn_sm i.fa-arrow-left {
    animation: bounce-up-down 1s ease infinite;
    display: inline-block;
}

@keyframes bounce-pulse {

    0%,
    100% {
        transform: translateX(-3px) scale(1);
    }

    50% {
        transform: translateX(3px) scale(1.2);
    }
}

#quick .btn_sm i.fa-arrow-left {
    animation: bounce-pulse 1.2s ease-in-out infinite;
    display: inline-block;
    transform-origin: center;
}


/* ?�릭 dots 기본 ?��????�정 */
.slick-sliders2 .slick-dots {
    position: absolute;
    bottom: 10px;
    /* dots???�치 조정 */
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

/* �?dot ??�� ?��???*/
.slick-sliders2 .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

/* dot 버튼 ?��???- ?�형?�로 변�?*/
.slick-sliders2 .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

/* dot 버튼??가???�소�??�용?�여 ?�형 모양 만들�?*/
.slick-sliders2 .slick-dots li button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    /* ?�형?�로 만들�?*/
    background-color: #ccc;
    /* 비활???�태 ?�상 */
    opacity: 0.5;
    transition: all 0.3s ease;
}

/* ?�성?�된 dot ?��???*/
.slick-sliders2 .slick-dots li.slick-active button:before {
    background-color: #333;
    /* ?�성 ?�태 ?�상 */
    opacity: 1;
}

/* dots�??�라?�더 ?��? ?�단???�치?�키�?*/
.slick-sliders2 {
    position: relative;
    padding-bottom: 30px;
    /* dots�??�한 공간 ?�보 */
}

.footer_fixed {
    background: #fff !important;
    height: 75px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: -9999
}

/* 좌측/?�측 메뉴 구조 ?��???*/
/* 좌측/?�측 메뉴 구조 ?��???*/

.mp {
    display: flex;
    width: 100%;
    position: relative;
    overflow: hidden;
}

/* 좌측 메뉴 ?��???*/
.mp .left.tlt {
    width: 30%;
    background-color: #f8f8f8;
    padding: 0;
    margin: 0;
    list-style: none;
    min-height: 100vh;
    border-right: 1px solid #e0e0e0;
}

.mp .left.tlt li {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}

.mp .left.tlt li a {
    display: block;
    padding: 15px 10px;
    color: #333;
    text-decoration: none;
    font-size: 12px;
    position: relative;
}

.mp .left.tlt li.on {
    background-color: #fff;
    border-left: 3px solid #111111;
}

.mp .left.tlt li.on a {
    font-weight: bold;
}

.mp .left.tlt li a img {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: auto;
}

.mp .left.tlt li.topLine {
    border-top: 2px solid #e0e0e0;
    margin-top: 10px;
    padding-top: 10px;
}

/* ?�측 메뉴 ?��???*/
.mp .right.tlt {
    width: 70%;
    padding: 0;
    margin: 0;
    list-style: none;
    background: #fff;
    position: relative;
    touch-action: pan-y;
    /* Y�??�크�??�용 */
    user-select: none;
    /* ?�스???�택 방�? */
}

.mp .right.tlt li {
    display: none;
    padding: 0 15px;
    position: relative;
    transition: transform 0.3s ease;
    width: 100%;
    box-sizing: border-box;
    overflow-y: auto;
    /* ?�용??많을 경우 ?�크�??�용 */
    max-height: 100vh;
}

.mp .right.tlt li:target {
    display: block;
}

.mp .right.tlt li>a {
    display: block;
    padding: 10px 0;
    margin-bottom: 15px;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}

.mp .right.tlt li>a img {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: auto;
}

/* 카테고리 박스 ?��???*/
.mp .right.tlt .cateBox {
    display: inline-block;
    width: 33.33%;
    padding: 8px 0px;
    text-align: left;
    vertical-align: top;

}

.mp .right.tlt .cateBox a {
    display: block;
    text-align: left;
    text-decoration: none;
    color: #333;
}


.mp .right.tlt .cateBox a {
    display: block;
    padding: 8px 0px;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #f5f5f5;
    text-align: left;
}


.mp .right.tlt .cateBox img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 5px;
}

.mp .right.tlt .cateBox span {
    display: block;
    font-size: 12px;
    line-height: 1.3;
}

/* 3�?메뉴 ?��???*/
.mp .right.tlt .cateBoxWithSub {
    position: relative;
    width: 33.33%;
}

.mp .right.tlt .cateBoxWithSub .with-sub {
    position: relative;
    font-size: 16px;
    color: #000 !important;
}

.mp .right.tlt .cateBoxWithSub .toggle-icon {
    position: absolute;
    right: -3px;
    top: 5px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    font-style: normal;
    font-size: 12px;
    color: #666;
}

.mp .right.tlt .cateBoxWithSub .subCateList {
    display: block;
    position: relative;

    left: 0;
    width: 100%;
    list-style: none;
    padding: 10px;
    margin: 0;

    z-index: 100;
    text-align: left;

}


.mp .right.tlt .cateBoxWithSub .subCateList li {
    display: block;
    padding: 0;
    margin: 0;
}

.with-sub {
    width: 100% !important;
    display: block !important
}

.cateBoxWithSub {
    width: 100% !important;
    display: block !important
}

.mp .right.tlt .cateBoxWithSub .subCateList li a {
    display: block;
    padding: 8px 5px;
    font-size: 12px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #f5f5f5;
    text-align: left;
}

.mp .right.tlt .cateBoxWithSub .subCateList li:last-child a {
    border-bottom: none;
}

.mp .right.tlt .cateBoxWithSub .subCateList li a:hover {
    background-color: #f9f9f9;
}

/* ?�브메뉴 ?��???*/
.mp .right.tlt .subTit {
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e0e0e0;
}

.mp .right.tlt .subMenu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mp .right.tlt .subMenu li {
    display: block;
    padding: 0;
    margin-bottom: 10px;
}

.mp .right.tlt .subMenu li a {
    display: block;
    padding: 8px 0;
    color: #333;
    text-decoration: none;
}

/* ?�라?�드 ?�과�??�한 ?��???*/
.mp .right.tlt.sliding li {
    transition: all 0.3s ease;
}

.mp .right.tlt li.slide-left {
    animation: slideLeftOut 0.3s forwards;
}

.mp .right.tlt li.slide-right {
    animation: slideRightOut 0.3s forwards;
}

.mp .right.tlt li.slide-left-in {
    animation: slideLeftIn 0.3s forwards;
}

.mp .right.tlt li.slide-right-in {
    animation: slideRightIn 0.3s forwards;
}

@keyframes slideLeftOut {
    from {
        transform: translateX(0);
        opacity: 1;
    }

    to {
        transform: translateX(-30%);
        opacity: 0;
    }
}

@keyframes slideRightOut {
    from {
        transform: translateX(0);
        opacity: 1;
    }

    to {
        transform: translateX(30%);
        opacity: 0;
    }
}

@keyframes slideLeftIn {
    from {
        transform: translateX(30%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideRightIn {
    from {
        transform: translateX(-30%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes swipeHint {

    0%,
    100% {
        opacity: 0.5;
        transform: translateX(0);
    }

    50% {
        opacity: 0.8;
        transform: translateX(-5px);
    }
}

/* 모바??반응??*/
@media (max-width: 768px) {
    .mp .left.tlt {
        width: 40%;
    }

    .mp .right.tlt {
        width: 60%;
    }

    .mp .right.tlt .cateBox,
    .mp .right.tlt .cateBoxWithSub {
        width: 100%;
    }

    .mp .right.tlt .cateBoxWithSub .subCateList {
        width: 180%;
    }
}

@media (max-width: 480px) {

    .mp .right.tlt .cateBox img,
    .mp .right.tlt .cateBoxWithSub img {
        width: 60px;
        height: 60px;
    }

    .mp .right.tlt .cateBoxWithSub .subCateList {
        width: 150%;
        left: -25%;
    }
}



@media(max-width:640px) {


    .m_side_nav {
        padding: 20px;
    }

    .left_foot {
        position: fixed;
        bottom: 20px;
        left: -70%;
        z-index: 9999 !important;
        border-radius: 8px;
        padding: 10px;
    }

    .left_foot img {
        border-radius: 20%;
    }

    .kakao {
        bottom: 130px;
        right: 3% !important;
        position: fixed;
    }

    .kakao img {
        width: 44px;
    }

    .channel_talk {
        bottom: 85px;
        right: 5% !important;
        position: fixed;
    }

    .nd_title {
        font-size: 14px;
    }

    .with-sub {
        font-size: 13px !important;
        margin-bottom: 10px;
        color: #575757 !important
    }

    .footer_fixed {
        background: #000;
        height: 75px;
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 50 !important;
    }

    .footer_fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        border-top: 1px solid #ddd;
        height: 65px;
        /* ?�이 ??증�? */
        z-index: 1000;
    }

    .fs-16px {
        font-size: 14px;
    }

    .fs-24px {
        font-size: 24px;
    }

    .fs-28px {
        font-size: 28px;
    }

    /* SVG ?�이�??��???*/
    .icon {
        width: 1em;
        height: 1em;
        display: inline-block;
        fill: currentColor;
    }

    /* 컬럼 ?�체 배경 채우�?*/
    .footer_fixed .col-6 {
        padding: 0 !important;
        /* 부?�스?�랩 ?�딩 ?�거 */
    }

    .footer_fixed .col-6:first-child .left_s {
        background-color: #dc3545;
        color: white;
    }

    .footer_fixed .col-6:last-child .right_s {
        background-color: #333;
        color: white;
    }

    /* ?�스?��? ?�이�??�렬 */
    .left_s,
    .right_s {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 65px;
        /* 명시?�으�?100px ?�정 */
        width: 100%;
    }

    .left_s span,
    .right_s span {
        display: flex;
        align-items: center;
        gap: 8px;
    }
}


.product-title {
    word-break: keep-all !important;
    line-height: 1.2;
}

.sct_basic {
    font-size: 14px;
    line-height: 1.3;
    word-break: keep-all !important;
}

.our_best {
    border: none !important;
    border-right: 1px solid #eee;
}

@media(max-width:768px) {
    .our_best {
        border: none !important;
        border-right: none;
    }
}

/* Sticky Header Padding Control */
.sticky-area.header-hidden {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Custom Footer Style */
.shop-footer {
    background: #111111;
    margin: 50px 15px;
    width: calc(100% - 30px);
    max-width: none;
    border-radius: 50px;
    box-shadow: 15px 12px 24px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
}

.shop-footer > .container-xxl {
    width: 100%;
    max-width: 100%;
    padding-left: 34px;
    padding-right: 34px;
}

@media (max-width: 1199px) {
    .shop-footer {
        margin: 24px 10px;
        width: calc(100% - 20px);
        border-radius: 28px;
    }

    .shop-footer > .container-xxl {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 767px) {
    .shop-footer {
        margin: 16px 6px 0;
        width: calc(100% - 12px);
        border-radius: 20px;
    }

    .shop-footer > .container-xxl {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.shop-footer .list_info .info-label {
    min-width: 120px;
    display: inline-block;
    font-style: normal;
}

/* Header Topbar */
.header-topbar {
    background-color: #000000;
    color: #fff;
}

.header-topbar .border-bottom {
    border-bottom-color: rgba(255, 255, 255, 0.18) !important;
}

/* 데스크탑 sticky 시: 메뉴줄만 상단 고정 */
@media (min-width: 1200px) {
    #header .sticky-area-wrap.sticky .sticky-area {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    #header .sticky-area-wrap.sticky .main-header>.container-wide>.row.w-100>.col-8,
    #header .sticky-area-wrap.sticky .main-header>.container-wide>.row.w-100>.col-xl-5,
    #header .sticky-area-wrap.sticky .main-header>.container-wide>.row.w-100>.col-4 {
        display: none !important;
    }

    #header .sticky-area-wrap.sticky #hd_menu {
        min-height: 60px;
        align-items: center;
    }

    #header .sticky-area-wrap.sticky #hd_menu .py-5 {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }
}

/* Header Logo */
.header-logo-img {
    max-width: 200px;
}

/* Search Box */
.search-input-wrapper {
    border: 3px solid #111111;
    border-radius: 8px;
    position: relative;
    background-color: #fff;
    /* Ensure white background if needed */
}

.search-input {
    height: 50px;
    border: none;
    /* Remove default border if wrapper has it */
}

.search-submit-btn {
    position: absolute;
    left: 0;
    color: #111111;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    z-index: 3;
    background-color: transparent;
    border: none;
    padding-left: 1.5rem;
    /* ps-6 equivalent approx */
}

/* Header Badges */
.badge-small {
    font-size: 10px !important;
}

/* Navigation */
.nav-link-bold {
    letter-spacing: -1px;
    font-weight: 900 !important;
}

/* Modal */
.modal-close-wrapper {
    background: #fff;
    border-radius: 50%;
    width: 60px;
    line-height: 1;
    height: 60px;
    position: absolute;
    bottom: -30px;
    text-align: center;
    padding: 23px 18px;
    left: 50%;
    transform: translateX(-50%);
    /* Centering trick */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.modal-close-btn {
    color: #111111 !important;
    opacity: 1;
}

/* Utility */
.list-none {
    list-style: none;
}

/* Header Navigation */
#hd_menu {
    width: 100%;
    overflow-x: hidden;
    overflow-y: visible; /* Keep mega menu visible vertically */
    position: relative;
}

#hd_menu>nav.navbar-nav {
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
    max-width: calc(100% - 250px);
    /* Leave space for category button */
    flex: 1;
    /* Allow nav to shrink if needed */
    min-width: 0;
    /* Important for flex shrinking */
}

#hd_menu .nav-item {
    flex-shrink: 0 !important;
}

#hd_menu .navbar-nav li ul.dropdown-menu {
    white-space: normal; /* Allow text wrapping in dropdowns */
}

/* Header feature links: clean text-based menu with better spacing */
#hd_menu .hd_feature_nav {
    gap: 20px;
    align-items: center;
    padding-left: 4px;
}

#hd_menu .hd_feature_item {
    margin-right: 0 !important;
}

#hd_menu .hd_left_quick_link {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    margin-right: 14px;
    padding: 0 10px;
    border: 1px solid #d7dde6;
    border-radius: 999px;
    color: #374151;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.15px;
    text-decoration: none;
    white-space: nowrap;
    transition: border-color .16s ease, color .16s ease;
}

#hd_menu .hd_left_quick_link:hover,
#hd_menu .hd_left_quick_link:focus-visible {
    color: #111111;
    border-color: #111111;
}

#hd_menu .hd_feature_link {
    display: inline-flex !important;
    align-items: center;
    min-height: 40px;
    padding: 0 2px !important;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #1f2937 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: -0.35px !important;
    line-height: 1;
    white-space: nowrap;
    transition: color .18s ease;
}

#hd_menu .hd_feature_link::before {
    content: none;
}

#hd_menu .hd_feature_link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    height: 2px;
    background: currentColor;
    opacity: 0;
    transform: scaleX(0.2);
    transform-origin: center;
    transition: opacity .18s ease, transform .18s ease;
}

#hd_menu .hd_feature_item:nth-child(2) .hd_feature_link {
    color: #000000 !important;
}

#hd_menu .hd_feature_item:nth-child(5) .hd_feature_link {
    color: #111111 !important;
}

#hd_menu .hd_feature_link:hover,
#hd_menu .hd_feature_link:focus-visible {
    color: #111111 !important;
}

#hd_menu .hd_feature_link:hover::after,
#hd_menu .hd_feature_link:focus-visible::after {
    opacity: 1;
    transform: scaleX(1);
}

#hd_menu .hd_quick_nav {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
    padding-left: 16px;
    border-left: 1px solid #e5eaf0;
    flex-shrink: 0;
    white-space: nowrap;
}

#hd_menu .hd_quick_link {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    color: #4b5563;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.12px;
    text-decoration: none;
    line-height: 1;
}

#hd_menu .hd_quick_link + .hd_quick_link::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 999px;
    margin-right: 8px;
    background: #c7d0db;
}

#hd_menu .hd_quick_link:hover,
#hd_menu .hd_quick_link:focus-visible {
    color: #111111;
}

/* Reduce nav item font size and spacing on smaller screens */
@media (max-width: 1600px) {
    #hd_menu .nav-link {
        font-size: 14px !important;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    #hd_menu .nav-item {
        margin-right: 1.5rem !important;
    }
}

@media (max-width: 1400px) {
    #hd_menu .nav-link {
        font-size: 13px !important;
    }

    #hd_menu .nav-item {
        margin-right: 1rem !important;
    }

    #hd_menu .hd_feature_item {
        margin-right: 0 !important;
    }

    #hd_menu .hd_feature_link {
        font-size: 14px !important;
    }

    #hd_menu .hd_feature_nav {
        gap: 14px;
    }

    #hd_menu .hd_left_quick_link {
        display: none;
    }
}

@media (max-width: 1560px) {
    #hd_menu .hd_quick_nav {
        display: none;
    }
}

/* ============================================
   Product Detail Page Styles
   ============================================ */

.safe_truck {
    background: #f7f7f7;
    margin: 15px 0;
    padding: 15px;
    border-radius: 8px;
    color: #111111;
    width: 100%;
    display: block;
    border: 1px solid #e5e5e5;
}

.safe_truck svg.icons {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.safe_truck svg.iconss {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.safe_truck a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: #111111;
}

.safe_truck a:hover {
    text-decoration: none;
    color: #111111 !important;
}

.safe_truck .main_cc {
    color: #111111 !important;
    font-weight: bold;
}

.sit_ov_tbl td {
    padding: 8px 0;
}

.area_tab ul li a.active,
.area_tab ul li a:hover {
    color: #111111 !important;
    border-bottom-color: #111111 !important;
}

#sit_tab .tab_tit li button.selected {
    color: #111111;
    border-bottom: 2px solid #111111;
}

#tab_page05 {
    width: 100%;
    margin-top: 72px !important;
    margin-bottom: 88px !important;
}

#tab_page05 .inr1400 {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
}

#tab_page05 #sit_info {
    display: block;
    width: 100%;
    min-height: 0;
    margin: 0;
    border: 0;
    background: #ffffff;
}

#tab_page05 #sit_tab {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0 !important;
}

#tab_page05 #sit_tab .tab_tit {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    width: 100%;
    margin: 0 0 48px;
    padding: 0;
    border: 1px solid #111111;
    border-left: 0;
    background: #ffffff;
    list-style: none;
}

#tab_page05 #sit_tab .tab_tit li {
    display: block;
    min-width: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    border-left: 1px solid #111111;
}

#tab_page05 #sit_tab .tab_tit li button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 56px;
    margin: 0;
    padding: 0 18px;
    border: 0;
    border-radius: 0;
    background: #ffffff;
    color: #111111;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    appearance: none;
    transition: background-color .18s ease, color .18s ease;
}

#tab_page05 #sit_tab .tab_tit li button:hover,
#tab_page05 #sit_tab .tab_tit li button:focus-visible {
    background: #f5f5f5;
    outline: 0;
}

#tab_page05 #sit_tab .tab_tit li button.selected {
    background: #111111;
    color: #ffffff;
    border-bottom: 0;
}

#tab_page05 #sit_tab .tab_tit li button.selected::after {
    display: none;
}

#tab_page05 #sit_tab .item_use_count,
#tab_page05 #sit_tab .item_qa_count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 7px;
    border-radius: 999px;
    background: #f0f0f0;
    color: #111111;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

#tab_page05 #sit_tab .tab_tit li button.selected .item_use_count,
#tab_page05 #sit_tab .tab_tit li button.selected .item_qa_count {
    background: #ffffff;
    color: #111111;
}

#tab_page05 #sit_tab .tab_con {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #ffffff;
    list-style: none;
}

#tab_page05 #sit_tab .tab_con > li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#tab_page05 #sit_use > h2,
#tab_page05 #sit_qa > h2,
#tab_page05 #sit_dex > h3 {
    position: static;
    width: auto;
    height: auto;
    margin: 0 0 24px;
    color: #111111;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.25;
    text-align: left;
}

#tab_page05 #sit_use_list,
#tab_page05 #sit_qa_list {
    margin: 0;
    padding: 0;
}

#tab_page05 #sit_use_list > .container,
#tab_page05 #sit_qa_list > .container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

#tab_page05 #sit_use_list h3,
#tab_page05 #sit_qa_list h3 {
    position: static;
    width: auto;
    height: auto;
    margin: 0 0 18px;
    color: #111111;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.3;
    text-align: left;
}

#tab_page05 .sit_use_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

#tab_page05 #sit_use_wbtn,
#tab_page05 #sit_qa_wbtn {
    position: static !important;
    top: auto;
    right: auto;
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

#tab_page05 #sit_use_wbtn a,
#tab_page05 #sit_qa_wbtn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}

#tab_page05 #sit_use_wbtn .btn02,
#tab_page05 #sit_qa_wbtn .btn02 {
    border: 1px solid #111111;
    background: #111111;
    color: #ffffff;
}

#tab_page05 #sit_use_wbtn .btn01,
#tab_page05 #sit_qa_wbtn .btn01 {
    border: 1px solid #cfcfcf;
    background: #ffffff;
    color: #111111;
}

#tab_page05 #sit_use_wbtn .icon,
#tab_page05 #sit_qa_wbtn .icon {
    width: 14px;
    height: 14px;
    margin-right: 6px;
    fill: currentColor;
}

#tab_page05 .sit_empty {
    margin: 0;
    padding: 32px 20px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    color: #555555;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
}

@media (max-width: 767.98px) {
    #tab_page05 {
        margin-top: 48px !important;
        margin-bottom: 60px !important;
    }

    #tab_page05 .inr1400 {
        padding: 0 16px;
    }

    #tab_page05 #sit_tab .tab_tit {
        margin-bottom: 32px;
    }

    #tab_page05 #sit_tab .tab_tit li button {
        min-height: 48px;
        padding: 0 8px;
        font-size: 13px;
        gap: 5px;
    }

    #tab_page05 #sit_tab .item_use_count,
    #tab_page05 #sit_tab .item_qa_count {
        min-width: 18px;
        height: 18px;
        padding: 0 5px;
        font-size: 11px;
    }

    #tab_page05 #sit_use > h2,
    #tab_page05 #sit_qa > h2,
    #tab_page05 #sit_dex > h3 {
        font-size: 23px;
        margin-bottom: 18px;
    }

    #tab_page05 #sit_use_list h3,
    #tab_page05 #sit_qa_list h3 {
        font-size: 18px;
    }

    #tab_page05 .sit_use_top {
        display: block;
    }

    #tab_page05 #sit_use_wbtn,
    #tab_page05 #sit_qa_wbtn {
        margin-top: 12px;
    }

    #tab_page05 #sit_use_wbtn a,
    #tab_page05 #sit_qa_wbtn a {
        min-height: 40px;
        padding: 0 13px;
        font-size: 13px;
    }
}

/* ============================================
   Option Display Types
   ============================================ */

/* Option Section Common */
.sit_option {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
}

.sit_option h3 {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
}

/* Option Type Label */
.option-type-label {
    font-size: 13px;
    font-weight: 600;
    color: #495057;
    margin-bottom: 10px;
    display: block;
}

/* Button Type Options */
.option-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 15px;
}

.option-btn {
    padding: 10px 18px;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    background: #fff;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 60px;
    text-align: center;
}

.option-btn:hover {
    border-color: #111111;
    color: #111111;
}

.option-btn.active {
    border-color: #111111;
    background: #111111;
    color: #fff;
}

.option-btn.soldout {
    color: #adb5bd;
    text-decoration: line-through;
    cursor: not-allowed;
    background: #f8f9fa;
}

.option-btn.soldout:hover {
    border-color: #dee2e6;
    color: #adb5bd;
}

/* Image Type Options */
.option-images {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
}

.option-img-wrap {
    position: relative;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.2s ease;
}

.option-img-wrap:hover {
    border-color: #111111;
}

.option-img-wrap.active {
    border-color: #111111;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.12);
}

.option-img-wrap img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    display: block;
}

.option-img-wrap.large img {
    width: 80px;
    height: 80px;
}

.option-img-label {
    font-size: 12px;
    color: #666;
    text-align: center;
    margin-top: 4px;
}

.option-img-wrap.soldout {
    opacity: 0.5;
    cursor: not-allowed;
}

.option-img-wrap.soldout::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: #dc3545;
    transform: rotate(-45deg);
}

/* Select Type Options - Enhanced */
.sit_option select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    font-size: 14px;
    color: #333;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") no-repeat right 12px center;
    background-size: 16px;
    appearance: none;
    cursor: pointer;
    transition: border-color 0.2s ease;
}

.sit_option select:focus {
    outline: none;
    border-color: #111111;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}

/* Selected Options List */
#sit_sel_option {
    margin-top: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
}

#sit_sel_option h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.sit_opt_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #e9ecef;
}

.sit_opt_list:last-child {
    border-bottom: none;
}

/* Total Price */
#sit_tot_price {
    margin-top: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    text-align: right;
    font-size: 18px;
}

#sit_tot_price strong {
    color: #111111;
    font-size: 24px;
    font-weight: 700;
}

/* Action Buttons */
#sit_ov_btn {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.sit_btn_cart,
.sit_btn_buy {
    flex: 1;
    padding: 15px 20px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.sit_btn_cart {
    background: #fff;
    border: 2px solid #111111;
    color: #111111;
}

.sit_btn_cart:hover {
    background: #f7f7f7;
}

.sit_btn_buy {
    background: #111111;
    color: #fff;
}

.sit_btn_buy:hover {
    background: #000000;
}

.sit_btn_wish {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    background: #fff;
    color: #666;
    transition: all 0.2s ease;
}

.sit_btn_wish:hover {
    border-color: #111111;
    color: #111111;
}

.badge.text-bg-primary {
    background-color: #111111 !important;
}

/* Tab Active State - Override Pink Theme */
.area_tab ul li a.active,
.area_tab ul li a:active,
.area_tab .inner ul li a.active {
    border-top: 2px solid #111111 !important;
    color: #111111 !important;
}

.area_tab ul::after,
.area_tab .inner ul::after {
    background-color: #111111 !important;
}

.area_tab ul li a::before,
.area_tab .inner ul li a::before {
    background-color: #111111 !important;
}

/* Main color override */
.mc {
    color: #111111 !important;
}

/* ============================================
   Header Mega Menu Layout Fix
   ============================================ */
#hd_menu .dropdown-menu {
    z-index: 1200;
}

@media (min-width: 1200px) {
    #hd_menu {
        overflow: visible !important;
    }

    #hd_menu .navbar-nav {
        align-items: center;
    }

    #hd_menu .menu-depth1-item {
        position: relative !important;
        margin-right: 0 !important;
    }

    #hd_menu .menu-depth1-link .ion-ios-arrow-right {
        display: none;
    }

    #hd_menu .menu-depth1-item > .mega-dropdown {
        left: 0 !important;
        right: auto !important;
        top: calc(100% + 10px) !important;
        width: min(520px, calc(100vw - 32px)) !important;
        max-width: min(520px, calc(100vw - 32px)) !important;
        min-width: 420px;
        transform: none !important;
        border: 1px solid #e5e5e5;
        border-radius: 10px;
        box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
        background: #fff;
        padding: 14px 18px 16px !important;
        overflow: hidden !important;
    }

    #hd_menu .menu-depth1-item:last-child > .mega-dropdown,
    #hd_menu .menu-depth1-item:nth-last-child(2) > .mega-dropdown {
        left: auto !important;
        right: 0 !important;
    }

    #hd_menu .mega-dropdown-inner {
        max-width: 100% !important;
        padding: 0 !important;
    }

    #hd_menu .mega-dropdown .row,
    #hd_menu .mega-dropdown .col {
        margin: 0 !important;
        padding: 0 !important;
    }

    #hd_menu .mega-dropdown-title {
        margin: 0 0 12px;
        padding-bottom: 10px;
        border-bottom: 1px solid #eeeeee;
        color: #111111;
        font-size: 22px;
        font-weight: 700;
        line-height: 1.25;
        letter-spacing: -0.03em;
    }

    #hd_menu .mega-depth2-list {
        position: relative;
        column-count: 2;
        column-gap: 34px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #hd_menu .mega-depth2-list::before {
        content: "";
        position: absolute;
        top: 2px;
        bottom: 2px;
        left: calc(50% - 17px);
        border-left: 1px dashed #d9d9d9;
    }

    #hd_menu .mega-depth2-item {
        break-inside: avoid;
        page-break-inside: avoid;
        margin-bottom: 2px;
    }

    #hd_menu .mega-depth2-item > a {
        display: block;
        padding: 3px 0;
        text-decoration: none;
    }

    #hd_menu .mega-depth2-item > a > span {
        display: block;
        padding: 0;
        border: 0;
    }

    #hd_menu .mega-depth2-item > a strong {
        display: block;
        color: #1f2529;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.9;
        word-break: keep-all;
    }

    #hd_menu .mega-depth2-item > a:hover strong {
        color: #111111;
    }

    #hd_menu .mega-depth3-list {
        display: none !important;
    }

    #hd_menu .mega-dropdown .no-cate {
        margin: 0;
        padding: 10px 0;
        color: #7a8088;
        font-size: 14px;
    }
}

@media (min-width: 1200px) and (max-width: 1320px) {
    #hd_menu .menu-depth1-item > .mega-dropdown {
        min-width: 360px;
        width: min(460px, calc(100vw - 24px)) !important;
        max-width: min(460px, calc(100vw - 24px)) !important;
        padding: 12px 14px 14px !important;
    }

    #hd_menu .mega-depth2-list {
        column-gap: 24px;
    }

    #hd_menu .mega-depth2-list::before {
        left: calc(50% - 12px);
    }

    #hd_menu .mega-depth2-item > a strong {
        font-size: 15px;
    }
}

@media (max-width: 1199.98px) {
    #hd_menu .dropdown-menu {
        position: absolute !important;
        left: 0 !important;
        right: auto !important;
        max-width: 100vw !important;
        overflow-x: hidden !important;
        transform: none !important;
    }

    #hd_menu .dropdown-menu .container,
    #hd_menu .dropdown-menu .row,
    #hd_menu .dropdown-menu .col,
    #hd_menu .dropdown-menu .cate_li_2,
    #hd_menu .dropdown-menu .no-cate {
        max-width: 100% !important;
        overflow: hidden !important;
    }
}

/* ========================================
   Mobile Header Button Visibility Fix
   Hamburger menu button must always show
   ======================================== */
@media (max-width: 1199px) {
    .main-header .d-xl-none {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .main-header .px-3.d-xl-none {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .main-header .px-3.d-xl-none button {
        display: flex !important;
        flex-direction: column;
        align-items: center !important;
        justify-content: center !important;
        background: transparent !important;
        border: 0 !important;
        padding: 0 12px !important;
        height: auto !important;
    }

    .main-header .px-3.d-xl-none button .icon {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .main-header .px-3.d-xl-none button .fs-12px {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
}
