/* =========================================================
   Shop View 시작!
========================================================= */

.mj_shop_view,
.mj_shop_view *,
.mj_shop_view button,
.mj_shop_view input,
.mj_shop_view select,
.mj_shop_view textarea {
    box-sizing: border-box;
    font-family: "Pretendard", "Pretendard Variable", -apple-system, BlinkMacSystemFont, system-ui, sans-serif !important;
}

#sit {
    width: min(100% - 40px, var(--mj_inner, 1200px));
    margin: 360px auto 120px;
    color: var(--mj_text_main, #111);
}

.mj_shop_view {
    width: 100%;
    margin: 0;
    color: var(--mj_text_main, #111);
}

.mj_shop_view_form {
    width: 100%;
}

.mj_shop_view #sit_ov_wrap,
.mj_shop_view_top {
    display: grid;
    grid-template-columns: minmax(0, 540px) minmax(0, 1fr);
    gap: 56px;
    align-items: flex-start;
    margin: 0 0 60px;
}

.mj_shop_view #sit_ov_wrap::after {
    display: none;
}

/* =========================================================
   Shop View Breadcrumb 시작!
========================================================= */

.mj_shop_view_breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    margin: 0 0 26px;
    color: var(--mj_text_sub, #666);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.04em;
    white-space: nowrap;
}

.mj_shop_view_breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.mj_shop_view_breadcrumb_home {
    color: var(--mj_text_sub, #666);
}

.mj_shop_view_breadcrumb_arrow {
    color: var(--mj_text_sub, #999);
    font-size: 12px;
    font-weight: 600;
}

.mj_shop_view_breadcrumb_link,
.mj_shop_view_breadcrumb_current {
    overflow: hidden;
    min-width: 0;
    color: var(--mj_color_primary, #123f82);
    font-weight: 700;
    text-overflow: ellipsis;
}

@media (max-width: 768px) {
    .mj_shop_view_breadcrumb {
        margin-bottom: 20px;
        font-size: var(--mj_fs_13, 13px);
    }

    .mj_shop_view_breadcrumb_current {
        max-width: 52vw;
    }
}

/* =========================================================
   Shop View Breadcrumb 끝!
========================================================= */

/* =========================================================
   Shop View Gallery 시작!
========================================================= */

.mj_shop_view #sit_pvi,
.mj_shop_view_gallery {
    position: relative;
    width: 100%;
    min-width: 0;
    margin: 0;
    border: 0;
    background: transparent;
    text-align: left;
}

.mj_shop_view #sit_pvi_big,
.mj_shop_view_img_big {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1 / 1;
    border: 1px solid var(--mj_border_basic, #e5e5e5);
    border-radius: 0;
    background: var(--mj_color_gray_50, #fafafa);
}

.mj_shop_view #sit_pvi_big .mj_shop_view_img_link {
    display: none;
    width: 100%;
    height: 100%;
}

.mj_shop_view #sit_pvi_big .mj_shop_view_img_link.visible {
    display: block;
}

.mj_shop_view #sit_pvi_big img,
.mj_shop_view_img_big img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mj_shop_view #sit_pvi_slide,
.mj_shop_view_slide {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mj_shop_view .bx-wrapper {
    margin: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.mj_shop_view .bx-viewport {
    overflow: hidden;
    border: 1px solid var(--mj_border_basic, #e5e5e5);
    border-radius: 8px;
    background: var(--mj_color_gray_50, #fafafa);
}

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

.mj_shop_view_slide_link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1 / 1;
    background: var(--mj_color_gray_50, #fafafa);
}

.mj_shop_view_slide_link img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mj_shop_view #sit_pvi .btn_wr,
.mj_shop_view_slide_control {
    position: absolute;
    left: 50%;
    bottom: 18px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 104px;
    height: 34px;
    margin: 0;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.5);
    line-height: 1;
    transform: translateX(-50%);
}

.mj_shop_view #sit_pvi .btn_wr .pager-prev,
.mj_shop_view #sit_pvi .btn_wr .pager-next,
.mj_shop_view_slide_prev,
.mj_shop_view_slide_next {
    float: none;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    padding: 0;
    color: #fff;
    font-size: 0;
    line-height: 1;
    text-decoration: none;
}

/* 기존 fa 슬라이드 아이콘 숨김 */
.mj_shop_view #sit_pvi .btn_wr .pager-prev i,
.mj_shop_view #sit_pvi .btn_wr .pager-next i,
.mj_shop_view_slide_icon {
    display: none !important;
}

/* 슬라이드 이전 버튼 직접 출력 */
.mj_shop_view #sit_pvi .btn_wr .pager-prev::before,
.mj_shop_view_slide_prev::before {
    content: '‹';
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
}

/* 슬라이드 다음 버튼 직접 출력 */
.mj_shop_view #sit_pvi .btn_wr .pager-next::before,
.mj_shop_view_slide_next::before {
    content: '›';
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
}

.mj_shop_view #sit_pvi #slide-counter,
.mj_shop_view_slide_count {
    float: none;
    display: inline-flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 42px;
    margin: 0;
    color: #fff;
    font-size: var(--mj_fs_13, 13px);
    font-weight: var(--mj_fw_bold, 700);
    line-height: 1;
}

.mj_shop_view .mj_shop_view_zoom,
.mj_shop_view #popup_item_image {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 6;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    padding: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.08);
    color: var(--mj_text_sub, #666);
    font-size: 18px;
    text-decoration: none;
}

.mj_shop_view #sit_pvi_thumb,
.mj_shop_view_thumb {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.mj_shop_view #sit_pvi_thumb li,
.mj_shop_view_thumb li,
.mj_shop_view_thumb_item {
    float: none;
    width: 76px;
    height: 76px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mj_shop_view_thumb_link {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border: 1px solid var(--mj_border_basic, #e5e5e5);
    background: var(--mj_color_gray_50, #fafafa);
}

.mj_shop_view_thumb_link img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mj_shop_view_no_image_box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1 / 1;
    border: 1px solid var(--mj_border_basic, #e5e5e5);
    background: var(--mj_color_gray_50, #fafafa);
}

.mj_shop_view_no_image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* =========================================================
   Shop View Gallery 끝!
========================================================= */


/* =========================================================
   Shop View Summary 시작!
========================================================= */

.mj_shop_view #sit_ov,
.mj_shop_view_summary {
    position: relative;
    width: 100%;
    min-width: 0;
    height: auto !important;
    padding: 0;
    border: 0;
    background: transparent;
}

.mj_shop_view #sit_ov > h2 {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    font-size: 0;
    line-height: 0;
    clip: rect(0, 0, 0, 0);
}

.mj_shop_view #sit_ov .sit_ov_wr,
.mj_shop_view_summary_inner {
    margin: 0;
    padding: 0;
    border: 0;
}

.mj_shop_view #sit_title,
.mj_shop_view_title {
    display: block;
    margin: 0;
    padding: 0 0 18px;
    border-bottom: 1px solid var(--mj_border_basic, #e5e5e5);
    color: var(--mj_text_main, #111);
    font-size: var(--mj_fs_26, 26px);
    font-weight: var(--mj_fw_extra, 800);
    line-height: 1.35;
    letter-spacing: -0.05em;
    word-break: keep-all;
}

.mj_shop_view #sit_desc,
.mj_shop_view_desc {
    margin: 18px 0 0;
    color: var(--mj_text_sub, #666);
    font-size: var(--mj_fs_15, 15px);
    font-weight: var(--mj_fw_regular, 400);
    line-height: 1.6;
    letter-spacing: -0.04em;
    word-break: keep-all;
}

.mj_shop_view #sit_opt_info,
.mj_shop_view_opt_info {
    position: static;
    overflow: visible;
    width: auto;
    height: auto;
    margin: 18px 0 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--mj_text_sub, #666);
    font-size: var(--mj_fs_14, 14px);
    font-weight: var(--mj_fw_regular, 400);
    line-height: 1.5;
    text-indent: 0;
}

.mj_shop_view #sit_star_sns,
.mj_shop_view_meta {
    display: none;
}

.mj_shop_view .sit_ov_tbl,
.mj_shop_view_info {
    margin-top: 20px;
    padding: 0 0 18px;
    border-top: 0;
    border-bottom: 1px solid var(--mj_border_basic, #e5e5e5);
    color: var(--mj_text_main, #111);
}

.mj_shop_view .sit_ov_tbl table,
.mj_shop_view_table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    table-layout: fixed;
}

.mj_shop_view .sit_ov_tbl th,
.mj_shop_view .sit_ov_tbl td,
.mj_shop_view_table th,
.mj_shop_view_table td,
.mj_shop_view_table_th,
.mj_shop_view_table_td {
    height: 40px;
    padding: 9px 0;
    border: 0;
    font-size: var(--mj_fs_14, 14px);
    line-height: 1.5;
    letter-spacing: -0.04em;
    text-align: left;
    vertical-align: middle;
}

.mj_shop_view .sit_ov_tbl th,
.mj_shop_view_table th,
.mj_shop_view_table_th {
    width: 90px;
    color: var(--mj_text_sub, #666);
    font-weight: var(--mj_fw_regular, 400);
}

.mj_shop_view .sit_ov_tbl td,
.mj_shop_view_table td,
.mj_shop_view_table_td {
    padding-left: 0;
    color: var(--mj_text_main, #111);
    font-weight: 700;
}

.mj_shop_view_price_row strong,
.mj_shop_view_price {
    color: var(--mj_text_main, #111);
    font-size: var(--mj_fs_22, 22px);
    font-weight: var(--mj_fw_extra, 800);
    line-height: 1.25;
}

/* =========================================================
   Shop View Summary 끝!
========================================================= */


/* =========================================================
   Shop View Option Area 시작!
========================================================= */

.mj_shop_view_option_area {
    display: block;
    position: static;
    width: 100%;
    margin: 16px 0 0;
    padding: 0;
    background: transparent;
}

.mj_shop_view_option_area_inner {
    max-height: none;
    overflow: visible;
    padding: 0;
}

.mj_shop_view .btn_option_wr,
.mj_shop_view_mobile_fixed,
.mj_shop_view_mobile_option_close {
    display: none !important;
}

.mj_shop_view .sit_option,
.mj_shop_view_option {
    display: block !important;
    margin: 14px 0 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.mj_shop_view .sit_option:first-child,
.mj_shop_view_option:first-child {
    margin-top: 0;
}

.mj_shop_view #sit_ov h3,
.mj_shop_view .sit_option h3,
.mj_shop_view_option_title {
    display: block;
    margin: 0 0 8px;
    color: var(--mj_text_main, #111);
    font-size: var(--mj_fs_14, 14px);
    font-weight: var(--mj_fw_bold, 700);
    line-height: 1.4;
    letter-spacing: -0.04em;
}

.mj_shop_view_option_content,
.mj_shop_view_option_select,
.mj_shop_view .sit_op_sl {
    width: 100%;
}

.mj_shop_view .get_item_options,
.mj_shop_view .get_item_supply {
    display: grid !important;
    grid-template-columns: 100px 1fr;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin: 0 0 8px;
}

.mj_shop_view .get_item_options label,
.mj_shop_view .get_item_supply label {
    margin: 0 !important;
    color: var(--mj_text_main, #111);
    font-size: var(--mj_fs_14, 14px);
    font-weight: var(--mj_fw_bold, 700);
    line-height: 40px;
    white-space: nowrap;
}

.mj_shop_view .sit_option select,
.mj_shop_view_option select,
.mj_shop_view_option_content select,
.mj_shop_view_option_select select,
.mj_shop_view .get_item_options select,
.mj_shop_view .get_item_supply select,
.mj_shop_view #ct_send_cost,
.mj_shop_view_select {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    min-width: 0;
    width: 100% !important;
    height: 40px;
    margin: 0 0 8px;
    padding: 0 34px 0 12px;
    border: 1px solid var(--mj_border_basic, #d8d8d8);
    border-radius: 6px;
    background-color: #fff;
    color: var(--mj_text_main, #111);
    font-size: var(--mj_fs_13, 13px);
    line-height: 38px;
    outline: none;
    box-shadow: none;
}

.mj_shop_view .get_item_options select,
.mj_shop_view .get_item_supply select {
    margin: 0 !important;
}

.mj_shop_view #sit_sel_option,
.mj_shop_view_selected {
    display: block !important;
    margin: 14px 0 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.mj_shop_view #sit_sel_option h3,
.mj_shop_view_selected_title {
    display: none !important;
}

.mj_shop_view #sit_opt_added,
.mj_shop_view_added {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mj_shop_view #sit_opt_added .sit_opt_list,
.mj_shop_view_added_item {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 56px;
    margin: 0;
    padding: 12px 18px;
    border: 0;
    border-radius: 8px;
    background: #f3f3f3;
    list-style: none;
}

.mj_shop_view #sit_opt_added .sit_opt_list + .sit_opt_list {
    margin-top: 6px;
}

.mj_shop_view #sit_opt_added .opt_name,
.mj_shop_view_opt_name {
    flex: 1 1 auto;
    min-width: 0;
}

.mj_shop_view #sit_opt_added .sit_opt_subj,
.mj_shop_view_opt_subject {
    display: block;
    color: var(--mj_text_main, #111);
    font-size: var(--mj_fs_14, 14px);
    font-weight: var(--mj_fw_bold, 700);
    line-height: 1.45;
    letter-spacing: -0.04em;
    word-break: keep-all;
}

.mj_shop_view #sit_opt_added .opt_count,
.mj_shop_view_opt_count {
    flex: 0 0 auto;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
    min-width: 260px;
}

/* 수량 감소 / 증가 버튼 */
.mj_shop_view #sit_opt_added .sit_qty_minus,
.mj_shop_view #sit_opt_added .sit_qty_plus,
.mj_shop_view_qty_btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin: 0;
    padding: 0;
    border: 1px solid var(--mj_border_basic, #d8d8d8);
    background: #fff;
    color: var(--mj_text_main, #111);
    font-size: 0;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.mj_shop_view #sit_opt_added .sit_qty_minus {
    border-right: 0;
    border-radius: 0;
}

.mj_shop_view #sit_opt_added .sit_qty_plus {
    border-left: 0;
    border-radius: 0;
}

.mj_shop_view #sit_opt_added .sit_qty_minus i,
.mj_shop_view #sit_opt_added .sit_qty_plus i,
.mj_shop_view_qty_icon {
    display: none !important;
}

.mj_shop_view #sit_opt_added .sit_qty_minus::before {
    content: '-';
    display: block;
    color: var(--mj_text_main, #111);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.mj_shop_view #sit_opt_added .sit_qty_plus::before {
    content: '+';
    display: block;
    color: var(--mj_text_main, #111);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.mj_shop_view #sit_opt_added .num_input,
.mj_shop_view_qty_input {
    display: block !important;
    width: 58px !important;
    height: 34px;
    margin: 0;
    padding: 0;
    border: 1px solid var(--mj_border_basic, #d8d8d8);
    border-radius: 0;
    background: #fff;
    color: var(--mj_text_main, #111);
    font-size: var(--mj_fs_13, 13px);
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    outline: none;
    appearance: textfield;
    -webkit-appearance: none;
}

.mj_shop_view_qty_input::-webkit-outer-spin-button,
.mj_shop_view_qty_input::-webkit-inner-spin-button,
.mj_shop_view #sit_opt_added .num_input::-webkit-outer-spin-button,
.mj_shop_view #sit_opt_added .num_input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.mj_shop_view #sit_opt_added .sit_opt_prc,
.mj_shop_view_opt_price {
    display: block !important;
    min-width: 96px;
    margin: 0 10px 0 14px;
    color: var(--mj_text_main, #111);
    font-size: var(--mj_fs_15, 15px);
    font-weight: var(--mj_fw_bold, 700);
    line-height: 1.4;
    text-align: right;
    white-space: nowrap;
}

.mj_shop_view #sit_opt_added button[type="button"]:not(.sit_qty_minus):not(.sit_qty_plus),
.mj_shop_view #sit_opt_added .sit_opt_del {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 4px;
    background: #cfcfcf;
    color: #fff;
    font-size: 0;
    line-height: 1;
    cursor: pointer;
}

.mj_shop_view #sit_opt_added button[type="button"]:not(.sit_qty_minus):not(.sit_qty_plus)::before,
.mj_shop_view #sit_opt_added .sit_opt_del::before {
    content: '×';
    font-size: 17px;
    font-weight: 500;
    line-height: 0.8;
}

.mj_shop_view #sit_tot_price,
.mj_shop_view_total {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    float: none;
    min-height: 60px;
    margin: 0 0 24px;
    padding: 18px 0;
    border: 0;
    border-bottom: 1px solid var(--mj_border_basic, #e5e5e5);
    background: transparent;
    color: var(--mj_text_main, #111);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    text-align: right;
}

.mj_shop_view #sit_tot_price span,
.mj_shop_view_total span {
    color: var(--mj_text_main, #111);
}

.mj_shop_view #sit_tot_price strong,
.mj_shop_view_total strong {
    color: #174A9C;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
}

.mj_shop_view_grand_total {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 34px;
    min-height: 68px;
    padding: 18px 0 14px;
    border-bottom: 0;
    color: var(--mj_text_main, #111);
}

.mj_shop_view_grand_total_label {
    color: var(--mj_text_main, #111);
    font-size: var(--mj_fs_16, 16px);
    font-weight: var(--mj_fw_bold, 700);
    line-height: 1.4;
}

.mj_shop_view_grand_total_price {
    color: var(--mj_color_danger, #e54848);
    font-size: var(--mj_fs_22, 22px);
    font-weight: var(--mj_fw_extra, 800);
    line-height: 1.2;
    white-space: nowrap;
}

.mj_shop_view #sit_ov_soldout,
.mj_shop_view_soldout {
    margin: 16px 0 0;
    padding: 16px 18px;
    border: 1px solid rgba(229, 72, 72, 0.24);
    background: rgba(229, 72, 72, 0.06);
    color: var(--mj_color_danger, #e54848);
    font-size: var(--mj_fs_15, 15px);
    font-weight: var(--mj_fw_bold, 700);
    line-height: 1.5;
    text-align: center;
}

.mj_shop_view #sit_ov_btn,
.mj_shop_view_btns {
    position: relative;
    float: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 0;
    padding: 0;
    border-top: 0;
    text-align: center;
    z-index: auto;
}

.mj_shop_view #sit_ov_btn::before,
.mj_shop_view #sit_ov_btn::after,
.mj_shop_view_btns::before,
.mj_shop_view_btns::after {
    display: none !important;
}

.mj_shop_view #sit_ov_btn button,
.mj_shop_view #sit_ov_btn input,
.mj_shop_view #sit_ov_btn a,
.mj_shop_view_btn {
    float: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 0;
    height: 52px;
    margin: 0;
    padding: 0 20px;
    border-radius: 8px;
    font-size: var(--mj_fs_15, 15px);
    font-weight: var(--mj_fw_bold, 700);
    line-height: 1;
    letter-spacing: -0.04em;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.mj_shop_view #sit_btn_cart,
.mj_shop_view .sit_btn_cart,
.mj_shop_view_cart_btn {
    border: 1px solid var(--mj_border_basic, #d8d8d8);
    background: #fff;
    color: var(--mj_text_main, #111);
}

.mj_shop_view #sit_btn_buy,
.mj_shop_view .sit_btn_buy,
.mj_shop_view_buy_btn {
    border: 1px solid var(--mj_color_primary, #123f82);
    background: var(--mj_color_primary, #123f82);
    color: #fff;
}

.mj_shop_view #sit_btn_wish,
.mj_shop_view .sit_btn_wish,
.mj_shop_view_wish_btn {
    border: 1px solid var(--mj_border_basic, #d8d8d8);
    background: #fff;
    color: var(--mj_text_sub, #666);
}

.mj_shop_view #sit_btn_phone,
.mj_shop_view_alarm_btn {
    grid-column: 1 / -1;
    border: 1px solid var(--mj_color_primary, #123f82);
    background: var(--mj_color_primary, #123f82);
    color: #fff;
}

.mj_shop_view_naverpay {
    grid-column: 1 / -1;
    margin-top: 8px;
}

.mj_shop_view #sit_siblings,
.mj_shop_view_siblings {
    display: none;
}

/* =========================================================
   Shop View Option Area 끝!
========================================================= */


/* =========================================================
   Shop View Tab 시작!
========================================================= */

.mj_shop_view #sit_tab,
.mj_shop_view_tab {
    width: 100%;
    margin: 80px 0 0;
}

.mj_shop_view #sit_tab .tab_tit,
.mj_shop_view_tab_nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 0;
    width: 100%;
    margin: 0 0 40px;
    padding: 0;
    border-top: 1px solid var(--mj_border_basic, #e5e5e5);
    border-bottom: 1px solid var(--mj_border_basic, #e5e5e5);
    background: #fff;
    list-style: none;
}

.mj_shop_view #sit_tab .tab_tit::before,
.mj_shop_view #sit_tab .tab_tit::after,
.mj_shop_view_tab_nav::before,
.mj_shop_view_tab_nav::after {
    display: none !important;
    content: none !important;
}

.mj_shop_view #sit_tab .tab_tit li,
.mj_shop_view_tab_nav li,
.mj_shop_view_tab_item {
    float: none !important;
    display: block;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    text-align: center;
}

.mj_shop_view #sit_tab .tab_tit li button,
.mj_shop_view_tab_nav button,
.mj_shop_view_tab_btn {
    position: relative;
    z-index: 1;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    height: 58px;
    margin: 0;
    padding: 0 20px;
    border: 0;
    border-right: 1px solid var(--mj_border_light, #e5e5e5);
    border-radius: 0;
    background: #fff;
    color: var(--mj_text_sub, #666);
    font-size: var(--mj_fs_15, 15px);
    font-weight: var(--mj_fw_bold, 700);
    line-height: 1.25;
    letter-spacing: -0.04em;
    text-align: center;
    text-decoration: none;
    word-break: keep-all;
    white-space: normal;
    cursor: pointer;
}

.mj_shop_view #sit_tab .tab_tit li:last-child button,
.mj_shop_view_tab_nav li:last-child button,
.mj_shop_view_tab_item:last-child .mj_shop_view_tab_btn {
    border-right: 0;
}

.mj_shop_view #sit_tab .tab_tit li .selected::before {
    display: none !important;
    content: none !important;
}

.mj_shop_view #sit_tab .tab_tit li button:hover,
.mj_shop_view #sit_tab .tab_tit li button.selected,
.mj_shop_view_tab_nav button:hover,
.mj_shop_view_tab_nav button.selected,
.mj_shop_view_tab_btn:hover,
.mj_shop_view_tab_btn.selected {
    background: var(--mj_color_primary, #123f82);
    color: #fff;
}

.mj_shop_view #sit_tab .tab_tit li:has(#btn_sit_use),
.mj_shop_view #sit_tab .tab_tit li:has(#btn_sit_qa),
.mj_shop_view_tab_nav li:has(#btn_sit_use),
.mj_shop_view_tab_nav li:has(#btn_sit_qa) {
    display: none !important;
}

.mj_shop_view #sit_tab .tab_con,
.mj_shop_view_tab_content {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    list-style: none;
}

.mj_shop_view #sit_tab .tab_con::before,
.mj_shop_view #sit_tab .tab_con::after,
.mj_shop_view_tab_content::before,
.mj_shop_view_tab_content::after {
    display: none !important;
    content: none !important;
}

.mj_shop_view_tab_content li,
.mj_shop_view_tab_panel {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    list-style: none;
}

.mj_shop_view #sit_use,
.mj_shop_view #sit_qa,
.mj_shop_view_tab_panel#sit_use,
.mj_shop_view_tab_panel#sit_qa {
    display: none !important;
}

.mj_shop_view_tab_panel > h2,
.mj_shop_view_tab_panel > h3,
.mj_shop_view_explain > h3,
.mj_shop_view_delivery > h3,
.mj_shop_view_exchange > h3,
.mj_shop_view .contents_tit {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    font-size: 0;
    line-height: 0;
    clip: rect(0, 0, 0, 0);
}

.mj_shop_view_explain,
.mj_shop_view_delivery,
.mj_shop_view_exchange,
.mj_shop_view_info_panel,
.mj_shop_view_delivery_panel,
.mj_shop_view_exchange_panel {
    width: 100%;
}

.mj_shop_view #sit_inf_explan,
.mj_shop_view_explain {
    margin: 0;
    line-height: 1.6;
}

.mj_shop_view #sit_dvr,
.mj_shop_view #sit_ex,
.mj_shop_view_delivery,
.mj_shop_view_exchange {
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
}

.mj_shop_view_explain img,
.mj_shop_view_delivery img,
.mj_shop_view_exchange img,
.mj_shop_view_tab_panel img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/* =========================================================
   Shop View Tab 끝!
========================================================= */


/* =========================================================
   Shop View Responsive 시작!
========================================================= */

@media (max-width: 1200px) {
    #sit {
        width: min(100% - 40px, var(--mj_inner, 1200px));
        margin-top: 240px;
    }

    .mj_shop_view #sit_ov_wrap,
    .mj_shop_view_top {
        grid-template-columns: minmax(0, 480px) minmax(0, 1fr);
        gap: 40px;
    }
}

@media (max-width: 768px) {
    #sit {
        width: calc(100% - 32px);
        margin: 160px auto 80px;
    }

    .mj_shop_view #sit_ov_wrap,
    .mj_shop_view_top {
        display: block;
        margin-bottom: 44px;
    }

    .mj_shop_view #sit_ov,
    .mj_shop_view_summary {
        margin-top: 28px;
    }

    .mj_shop_view #sit_title,
    .mj_shop_view_title {
        font-size: var(--mj_fs_22, 22px);
    }

    .mj_shop_view #sit_desc,
    .mj_shop_view_desc {
        font-size: var(--mj_fs_14, 14px);
    }

    .mj_shop_view .sit_ov_tbl th,
    .mj_shop_view_table th,
    .mj_shop_view_table_th {
        width: 96px;
    }

    .mj_shop_view #sit_opt_added .sit_opt_list,
    .mj_shop_view_added_item {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        padding: 12px 10px;
    }

    .mj_shop_view #sit_opt_added .opt_count,
    .mj_shop_view_opt_count {
        width: 100%;
        min-width: 0;
        justify-content: flex-start;
    }

    .mj_shop_view #sit_opt_added .sit_opt_prc,
    .mj_shop_view_opt_price {
        margin-left: auto;
        font-size: var(--mj_fs_14, 14px);
    }

    .mj_shop_view #sit_ov_btn,
    .mj_shop_view_btns {
        grid-template-columns: 1fr 1fr;
    }

    .mj_shop_view #sit_btn_wish,
    .mj_shop_view .sit_btn_wish,
    .mj_shop_view_wish_btn {
        grid-column: 1 / -1;
    }

    .mj_shop_view #sit_tab,
    .mj_shop_view_tab {
        margin-top: 48px;
    }

    .mj_shop_view #sit_tab .tab_tit,
    .mj_shop_view_tab_nav {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: 100%;
        margin: 0 0 28px !important;
        padding: 0 !important;
        border-top: 1px solid var(--mj_border_basic, #e5e5e5);
        border-bottom: 1px solid var(--mj_border_basic, #e5e5e5);
        overflow: visible !important;
        gap: 0 !important;
    }

    .mj_shop_view #sit_tab .tab_tit li,
    .mj_shop_view_tab_nav li,
    .mj_shop_view_tab_item {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        flex: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .mj_shop_view #sit_tab .tab_tit li button,
    .mj_shop_view_tab_nav button,
    .mj_shop_view_tab_btn {
        width: 100% !important;
        min-width: 0 !important;
        height: 46px;
        padding: 0 6px !important;
        border: 0;
        border-right: 1px solid var(--mj_border_basic, #e5e5e5);
        border-radius: 0 !important;
        font-size: 13px;
        line-height: 1.25;
        letter-spacing: -0.05em;
        word-break: keep-all;
        white-space: normal;
    }
}

@media (max-width: 425px) {
    #sit {
        width: calc(100% - 28px);
        margin-top: 150px;
    }

    .mj_shop_view #sit_title,
    .mj_shop_view_title {
        font-size: var(--mj_fs_21, 21px);
    }

    .mj_shop_view .get_item_options,
    .mj_shop_view .get_item_supply {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .mj_shop_view .get_item_options label,
    .mj_shop_view .get_item_supply label {
        line-height: 1.4;
    }

    .mj_shop_view #sit_opt_added .num_input,
    .mj_shop_view_qty_input {
        width: 52px !important;
    }

    .mj_shop_view #sit_opt_added .sit_opt_prc,
    .mj_shop_view_opt_price {
        min-width: 80px;
        text-align: right;
    }

    .mj_shop_view #sit_ov_btn,
    .mj_shop_view_btns {
        gap: 8px;
    }

    .mj_shop_view #sit_ov_btn button,
    .mj_shop_view #sit_ov_btn input,
    .mj_shop_view #sit_ov_btn a,
    .mj_shop_view_btn {
        height: 48px;
        font-size: var(--mj_fs_14, 14px);
    }

    .mj_shop_view #sit_tab .tab_tit li button,
    .mj_shop_view_tab_nav button,
    .mj_shop_view_tab_btn {
        height: 44px;
        padding: 0 4px !important;
        font-size: 12px;
        line-height: 1.25;
        letter-spacing: -0.06em;
    }
}

/* =========================================================
   Shop View Responsive 끝!
========================================================= */

/* =========================================================
   Shop View Detail Image 시작!
========================================================= */

.mj_shop_view #sit_inf_explan,
.mj_shop_view_explain,
.mj_shop_view_detail_image {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.mj_shop_view #sit_inf_explan p,
.mj_shop_view_explain p {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.mj_shop_view #sit_inf_explan img,
.mj_shop_view_explain img,
.mj_shop_view_detail_img {
    display: block ;
    width: 100% ;
    max-width: 100%;
    height: auto;
    margin: 0 auto ;
    padding: 0 ;
    border: 0;
}

/* 에디터에서 width / height 속성 들어간 이미지 강제 덮어쓰기 */
.mj_shop_view #sit_inf_explan img[style],
.mj_shop_view_explain img[style] {
    width: 100% ;
    max-width: 100% ;
    height: auto ;
}

/* 기존 상품정보 고시 테이블 미사용 */
.mj_shop_view_notice_table,
#sit_inf_open {
    display: none ;
}

/* =========================================================
   Shop View Detail Image 끝!
========================================================= */

/* =========================================================
   Mobile Shop List Page 시작!
========================================================= */

#sct.mj_shop_list_page,
.mj_shop_list_page {
    width: calc(100% - 32px);
    max-width: 1520px;
    margin: 320px auto 80px;
    padding: 0;
    color: var(--mj_text_main, #1d2430);
}

.mj_shop_list_page,
.mj_shop_list_page *,
.mj_shop_list_page button,
.mj_shop_list_page input,
.mj_shop_list_page select {
    box-sizing: border-box;
    font-family: var(--mj_font_family, "Pretendard", "Pretendard Variable", sans-serif) !important;
}

.mj_shop_list_page a {
    color: inherit;
    text-decoration: none;
}

/* =========================================================
   Shop List Head 시작!
========================================================= */

.mj_shop_list_head {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 18px;
    margin: 0 0 40px;
}

.mj_shop_list_head_text {
    min-width: 0;
    text-align: center;
}

.mj_shop_list_label {
    margin: 0 0 8px;
    color: var(--mj_color_primary, #123f82);
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
}

.mj_shop_list_title {
    margin: 0;
    color: var(--mj_text_main, #1d2430);
    font-size: 36px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.055em;
    word-break: keep-all;
}

.mj_shop_list_desc {
    margin: 10px 0 0;
    color: var(--mj_text_sub, #334155);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: -0.04em;
    word-break: keep-all;
}

/* =========================================================
   Shop List Head 끝!
========================================================= */


/* =========================================================
   Shop List HTML 시작!
========================================================= */

.mj_shop_list_html {
    overflow: hidden;
    width: 100%;
    margin: 0 0 24px;
}

.mj_shop_list_html img {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto;
}

/* =========================================================
   Shop List HTML 끝!
========================================================= */


/* =========================================================
   Shop List Category Tab 시작!
========================================================= */

.mj_shop_list_tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    width: calc(100% + 32px);
    margin: 0 -16px 40px;
    padding: 0 16px 4px;
    white-space: nowrap;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.mj_shop_list_tabs::-webkit-scrollbar {
    display: none;
}

.mj_shop_list_tab {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    height: 38px;
    padding: 0 16px;
    border: 1px solid var(--mj_border_basic, #dfe3ea);
    border-radius: var(--mj_radius_full, 999px);
    background: var(--mj_color_white, #fff);
    color: var(--mj_text_sub, #334155);
    font-size: var(--mj_fs_14, 14px);
    font-weight: var(--mj_fw_bold, 700);
    line-height: 1;
    letter-spacing: -0.04em;
    white-space: nowrap;
}

.mj_shop_list_tab:hover,
.mj_shop_list_tab.is_active {
    border-color: var(--mj_color_primary, #123f82);
    background: var(--mj_color_primary, #123f82);
    color: var(--mj_color_white, #fff);
}

/* =========================================================
   Shop List Category Tab 끝!
========================================================= */


/* =========================================================
   Shop List Best 시작!
========================================================= */

.mj_shop_list_best {
    margin: 0 0 42px;
}

.mj_shop_list_section_head {
    margin: 0 0 18px;
}

.mj_shop_list_section_head h2 {
    margin: 0;
    color: var(--mj_text_main, #1d2430);
    font-size: var(--mj_fs_22, 22px);
    font-weight: var(--mj_fw_extra, 800);
    line-height: 1.35;
    letter-spacing: -0.05em;
}

.mj_shop_list_section_head p {
    margin: 6px 0 0;
    color: var(--mj_text_sub, #334155);
    font-size: var(--mj_fs_13, 13px);
    font-weight: var(--mj_fw_regular, 400);
    line-height: 1.5;
    letter-spacing: -0.04em;
}

.mj_shop_list_best_body {
    width: 100%;
}

/* =========================================================
   Shop List Best 끝!
========================================================= */


/* =========================================================
   Shop List Toolbar / Sort 시작!
========================================================= */

.mj_shop_list_toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    min-height: 42px;
    margin: 0 0 28px;
    padding: 0 0 14px;
    border-top: 0;
    border-bottom: 1px solid var(--mj_border_basic, #dfe3ea);
}

.mj_shop_list_toolbar::before,
.mj_shop_list_toolbar::after,
#sct_sort::before,
#sct_sort::after,
#sct_sort ul::before,
#sct_sort ul::after {
    display: none !important;
    content: none !important;
}

.mj_shop_list_toolbar #sct_lst,
#sct_lst,
.sct_lst {
    display: none !important;
}

.mj_shop_list_count {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin: 0;
    padding: 0;
    color: var(--mj_text_main, #1d2430);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.04em;
    white-space: nowrap;
    background: transparent;
}

.mj_shop_list_count strong {
    color: var(--mj_color_primary, #123f82);
    font-size: 16px;
    font-weight: 800;
}

.mj_shop_list_sort {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
    min-width: 0;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.mj_shop_list_sort a,
.mj_shop_list_toolbar > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: auto;
    height: auto;
    margin: 0;
    padding: 0 12px;
    border: 0;
    border-right: 1px solid var(--mj_border_basic, #dfe3ea);
    border-radius: 0;
    background: transparent;
    color: var(--mj_text_sub, #334155);
    font-size: var(--mj_fs_14, 14px);
    font-weight: var(--mj_fw_medium, 500);
    line-height: 1.4;
    letter-spacing: -0.04em;
    text-decoration: none;
    white-space: nowrap;
}

.mj_shop_list_sort a:last-child,
.mj_shop_list_toolbar > a:last-child {
    border-right: 0;
    padding-right: 0;
}

.mj_shop_list_sort a:hover,
.mj_shop_list_sort a.is_active {
    color: var(--mj_color_primary, #123f82);
    font-weight: var(--mj_fw_bold, 700);
}

/* 기존 #sct_sort 구조 대응 */
.mj_shop_list_toolbar #sct_sort,
.mj_shop_sort {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    margin: 0;
    padding: 0;
}

.mj_shop_list_toolbar #sct_sort h2,
.mj_shop_sort h2,
.mj_shop_list_toolbar #sct_sort .btn_sort,
.mj_shop_sort .btn_sort {
    display: none !important;
}

.mj_shop_sort_total {
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
    color: var(--mj_text_sub, #334155);
    font-size: var(--mj_fs_14, 14px);
    font-weight: var(--mj_fw_medium, 500);
    line-height: 1.4;
    letter-spacing: -0.04em;
    white-space: nowrap;
}

.mj_shop_sort_total strong {
    color: var(--mj_color_primary, #123f82);
    font-weight: var(--mj_fw_bold, 700);
}

.mj_shop_list_toolbar #sct_sort ul,
.mj_shop_sort_list {
    position: static !important;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
    flex: 1;
    min-width: 0;
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none !important;
    list-style: none;
}

.mj_shop_list_toolbar #sct_sort li,
.mj_shop_sort_list li {
    margin: 0;
    padding: 0;
    border: 0 !important;
    list-style: none;
}

.mj_shop_list_toolbar #sct_sort a,
.mj_shop_sort_link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: auto;
    height: auto;
    margin: 0;
    padding: 0 12px;
    border: 0;
    border-right: 1px solid var(--mj_border_basic, #dfe3ea);
    border-radius: 0;
    background: transparent;
    color: var(--mj_text_main, #1d2430);
    font-size: var(--mj_fs_14, 14px);
    font-weight: var(--mj_fw_medium, 500);
    line-height: 1.4;
    letter-spacing: -0.04em;
    white-space: nowrap;
}

.mj_shop_sort_list li:last-child .mj_shop_sort_link,
.mj_shop_list_toolbar #sct_sort li:last-child a {
    border-right: 0;
    padding-right: 0;
}

.mj_shop_list_toolbar #sct_sort a:hover,
.mj_shop_sort_link:hover,
.mj_shop_sort_link.is_active {
    color: var(--mj_color_primary, #123f82);
    font-weight: var(--mj_fw_bold, 700);
}

/* =========================================================
   Shop List Toolbar / Sort 끝!
========================================================= */


/* =========================================================
   Shop List Product Area 시작!
========================================================= */

.mj_shop_list_products {
    width: 100%;
}

.mj_shop_list_empty,
.sct_noitem,
.mj_shop_product_empty {
    width: 100%;
    margin: 0;
    padding: 72px 20px;
    border: 1px solid var(--mj_border_basic, #dfe3ea);
    border-radius: 14px;
    background: var(--mj_color_gray_50, #fafbfc);
    color: var(--mj_text_sub, #334155);
    font-size: var(--mj_fs_14, 14px);
    font-weight: var(--mj_fw_medium, 500);
    line-height: 1.5;
    text-align: center;
}

.mj_shop_list_nofile {
    padding: 40px 20px;
    border: 1px solid var(--mj_border_basic, #dfe3ea);
    border-radius: 14px;
    background: var(--mj_color_gray_50, #fafbfc);
    color: var(--mj_color_danger, #e54848);
    font-size: var(--mj_fs_14, 14px);
    font-weight: var(--mj_fw_bold, 700);
    line-height: 1.6;
    text-align: center;
}

/* =========================================================
   Shop List Product Area 끝!
========================================================= */


/* =========================================================
   Shop Product List Card 시작!
========================================================= */

.mj_shop_product_grid {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 58px var(--mj_space_24, 24px);
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mj_shop_product_grid::before,
.mj_shop_product_grid::after {
    display: none !important;
    content: none !important;
}

.mj_shop_product_item,
.mj_shop_product_grid .sct_li {
    float: none !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

.mj_shop_product_card {
    display: block;
    width: 100%;
    min-width: 0;
    color: inherit;
    text-decoration: none;
}

.mj_shop_product_thumb {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1 / 1;
    margin: 0;
    border: 1px solid var(--mj_border_light, #e8ecf2);
    border-radius: var(--mj_radius_sm, 10px);
    background: var(--mj_color_gray_50, #fafbfc);
}

.mj_shop_product_img,
.mj_shop_product_thumb img {
    display: block;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: cover;
    object-position: center;
    transition: transform var(--mj_transition_basic, 0.28s ease);
}

.mj_shop_product_card:hover .mj_shop_product_img,
.mj_shop_product_card:hover .mj_shop_product_thumb img {
    transform: scale(1.03);
}

.mj_shop_product_no_img {
    object-fit: contain;
}

.mj_shop_product_info {
    width: 100%;
    min-width: 0;
    padding-top: var(--mj_space_12, 12px);
}

.mj_shop_product_name {
    overflow: hidden;
    display: -webkit-box;
    min-height: auto;
    margin: 0;
    color: var(--mj_text_sub, #334155);
    font-size: var(--mj_fs_14, 14px);
    font-weight: var(--mj_fw_medium, 500);
    line-height: 1.45;
    letter-spacing: -0.035em;
    word-break: keep-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mj_shop_product_price {
    display: block;
    margin: 5px 0 0;
    padding: 0;
}

.mj_shop_product_sale {
    display: block;
    color: var(--mj_text_main, #1d2430);
    font-size: var(--mj_fs_16, 16px);
    font-weight: var(--mj_fw_extra, 800);
    line-height: 1.35;
    letter-spacing: -0.03em;
    word-break: keep-all;
}

.mj_shop_product_badges {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: var(--mj_space_8, 8px);
}

.mj_product_badge,
.mj_shop_product_badges .mj_product_badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 21px;
    margin: 0;
    padding: 0 6px;
    border-radius: 3px;
    font-size: var(--mj_fs_12, 12px);
    font-weight: var(--mj_fw_bold, 700);
    line-height: 1;
    letter-spacing: -0.03em;
    white-space: nowrap;
}

.mj_product_badge_best {
    color: #d5a300;
    background: #fff4b8;
}

.mj_product_badge_live {
    color: #38b000;
    background: #eaffd7;
}

.mj_product_badge_used {
    color: #d62edb;
    background: #ffe1ff;
}

.mj_product_badge_new {
    color: #1f5cff;
    background: #e4edff;
}

.mj_product_badge_season {
    color: #d96b00;
    background: #ffe8d3;
}

.mj_product_badge_soldout {
    color: var(--mj_color_gray_700, #4a5565);
    background: var(--mj_color_gray_200, #edf0f5);
}

.mj_shop_product_soldout {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.42);
}

.mj_shop_product_soldout span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 0 14px;
    border-radius: var(--mj_radius_full, 999px);
    background: rgba(0, 0, 0, 0.72);
    color: #fff;
    font-size: 12px;
    font-weight: var(--mj_fw_extra, 800);
    line-height: 1;
    letter-spacing: 0;
}

/* =========================================================
   Shop Product List Card 끝!
========================================================= */


/* =========================================================
   Shop List More 시작!
========================================================= */

.mj_shop_list_more {
    width: 100%;
    margin: 42px 0 0;
    text-align: center;
}

.mj_shop_list_loading {
    display: none;
    margin: 0 0 16px;
    color: var(--mj_text_sub, #334155);
    font-size: var(--mj_fs_13, 13px);
    line-height: 1.5;
}

.mj_shop_list_loading img {
    width: 26px;
    margin: 0 auto 8px;
}

.mj_shop_list_more_btn {
    display: flex;
    justify-content: center;
}

.mj_shop_list_more_btn button,
#btn_more_item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 148px;
    height: 44px;
    padding: 0 24px;
    border: 1px solid var(--mj_color_primary, #123f82);
    border-radius: var(--mj_radius_full, 999px);
    background: var(--mj_color_white, #fff);
    color: var(--mj_color_primary, #123f82);
    font-size: var(--mj_fs_14, 14px);
    font-weight: var(--mj_fw_bold, 700);
    line-height: 1;
}

/* =========================================================
   Shop List More 끝!
========================================================= */


/* =========================================================
   Shop Search Page 시작!
========================================================= */

.mj_shop_search_page .mj_shop_list_desc strong {
    color: var(--mj_color_primary, #123f82);
    font-weight: var(--mj_fw_extra, 800);
}

.mj_shop_search_form {
    width: min(100%, 640px);
    margin: 0 auto 34px;
    padding: 0;
    border: 0;
    background: transparent;
}

.mj_shop_search_form form {
    margin: 0;
    padding: 0;
}

.mj_shop_search_input_wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.mj_shop_search_input {
    flex: 1;
    min-width: 0;
    height: 46px;
    padding: 0 14px;
    border: 1px solid var(--mj_border_basic, #dfe3ea);
    border-radius: 8px;
    background: #fff;
    color: var(--mj_text_main, #1d2430);
    font-size: var(--mj_fs_14, 14px);
    font-weight: var(--mj_fw_regular, 400);
    line-height: 44px;
    letter-spacing: -0.04em;
    outline: none;
}

.mj_shop_search_input:focus {
    border-color: var(--mj_color_primary, #123f82);
}

.mj_shop_search_submit {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 86px;
    height: 46px;
    padding: 0 18px;
    border: 1px solid var(--mj_color_primary, #123f82);
    border-radius: 8px;
    background: var(--mj_color_primary, #123f82);
    color: #fff;
    font-size: var(--mj_fs_14, 14px);
    font-weight: var(--mj_fw_bold, 700);
    line-height: 1;
    letter-spacing: -0.04em;
    cursor: pointer;
}

/* =========================================================
   Shop Search Page 끝!
========================================================= */


/* =========================================================
   Shop Search Paging 시작!
========================================================= */

.mj_shop_search_paging {
    margin: 48px 0 0;
    text-align: center;
}

.mj_shop_search_paging .pg_wrap {
    display: inline-flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.mj_shop_search_paging .pg {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
}

.mj_shop_search_paging .pg_page,
.mj_shop_search_paging .pg_current {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    padding: 0 10px;
    border: 1px solid var(--mj_border_basic, #dfe3ea);
    border-radius: 8px;
    background: #fff;
    color: var(--mj_text_sub, #334155);
    font-size: var(--mj_fs_13, 13px);
    font-weight: var(--mj_fw_bold, 700);
    line-height: 1;
    text-decoration: none;
}

.mj_shop_search_paging .pg_current {
    border-color: var(--mj_color_primary, #123f82);
    background: var(--mj_color_primary, #123f82);
    color: #fff;
}

/* =========================================================
   Shop Search Paging 끝!
========================================================= */


/* =========================================================
   Shop List Responsive 시작!
========================================================= */

@media (max-width: 1520px) {
    .mj_shop_product_grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 50px var(--mj_space_20, 20px);
    }
}

@media (max-width: 1200px) {
    #sct.mj_shop_list_page,
    .mj_shop_list_page {
        margin-top: 240px;
    }

    .mj_shop_product_grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 44px var(--mj_space_20, 20px);
    }
}

@media (max-width: 768px) {
    #sct.mj_shop_list_page,
    .mj_shop_list_page {
        width: calc(100% - 32px);
        margin-top: 160px;
        margin-bottom: 72px;
    }

    .mj_shop_list_head {
        display: block;
        margin-bottom: 28px;
    }

    .mj_shop_list_title {
        font-size: var(--mj_fs_26, 26px);
    }

    .mj_shop_list_desc {
        font-size: var(--mj_fs_14, 14px);
    }

    .mj_shop_list_tabs {
        justify-content: flex-start;
        margin-bottom: 32px;
    }

    .mj_shop_list_toolbar {
        gap: 12px;
        margin-bottom: 24px;
        padding-bottom: 14px;
    }

    .mj_shop_list_count,
    .mj_shop_list_count strong {
        font-size: 14px;
    }

    .mj_shop_list_sort {
        overflow-x: auto;
        overflow-y: hidden;
        justify-content: flex-end;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .mj_shop_list_sort::-webkit-scrollbar {
        display: none;
    }

    .mj_shop_list_sort a,
    .mj_shop_list_toolbar > a {
        padding: 0 10px;
        font-size: var(--mj_fs_13, 13px);
    }

    .mj_shop_list_toolbar #sct_sort,
    .mj_shop_sort {
        gap: 10px;
    }

    .mj_shop_sort_total {
        font-size: var(--mj_fs_13, 13px);
    }

    .mj_shop_list_toolbar #sct_sort ul,
    .mj_shop_sort_list {
        overflow-x: auto;
        overflow-y: hidden;
        justify-content: flex-end;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .mj_shop_sort_list::-webkit-scrollbar {
        display: none;
    }

    .mj_shop_list_toolbar #sct_sort a,
    .mj_shop_sort_link {
        padding: 0 10px;
        font-size: var(--mj_fs_13, 13px);
    }

    .mj_shop_product_grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: var(--mj_space_32, 32px) var(--mj_space_14, 14px);
    }

    .mj_shop_product_info {
        padding-top: var(--mj_space_10, 10px);
    }

    .mj_shop_product_name {
        font-size: var(--mj_fs_13, 13px);
    }

    .mj_shop_product_sale {
        font-size: var(--mj_fs_15, 15px);
    }

    .mj_product_badge,
    .mj_shop_product_badges .mj_product_badge {
        height: 20px;
        padding: 0 5px;
        font-size: 11px;
    }

    .mj_shop_search_form {
        width: 100%;
        margin-bottom: 28px;
    }

    .mj_shop_search_input {
        height: 44px;
        padding: 0 12px;
        line-height: 42px;
    }

    .mj_shop_search_submit {
        min-width: 74px;
        height: 44px;
        padding: 0 14px;
    }
}

@media (max-width: 425px) {
    #sct.mj_shop_list_page,
    .mj_shop_list_page {
        width: calc(100% - 28px);
        margin-top: 150px;
        margin-bottom: 68px;
    }

    .mj_shop_list_head {
        margin-bottom: 22px;
    }

    .mj_shop_list_label {
        margin-bottom: 7px;
        font-size: 13px;
    }

    .mj_shop_list_title {
        font-size: 24px;
        letter-spacing: -0.06em;
    }

    .mj_shop_list_desc {
        margin-top: 8px;
        font-size: 13px;
        line-height: 1.5;
    }

    .mj_shop_list_tabs {
        justify-content: flex-start;
        width: calc(100% + 28px);
        margin: 0 -14px 28px;
        padding: 0 14px 4px;
    }

    .mj_shop_list_tab {
        min-width: auto;
        height: 36px;
        padding: 0 14px;
        font-size: var(--mj_fs_13, 13px);
    }

    .mj_shop_list_toolbar {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        overflow: hidden;
        margin-bottom: 22px;
        padding-bottom: 12px;
    }

    .mj_shop_list_count {
        width: 100%;
        margin: 0;
    }

    .mj_shop_list_sort {
        width: calc(100% + 28px);
        margin: 0 -14px;
        padding: 0 14px 2px;
        justify-content: flex-start;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .mj_shop_list_sort a {
        padding: 0 10px;
    }

    .mj_shop_list_sort a:first-child {
        padding-left: 0;
    }

    .mj_shop_list_toolbar #sct_sort,
    .mj_shop_sort {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        width: 100%;
        min-width: 0;
    }

    .mj_shop_sort_total {
        width: 100%;
    }

    .mj_shop_sort_list {
        width: calc(100% + 28px) !important;
        margin: 0 -14px !important;
        padding: 0 14px 2px !important;
        justify-content: flex-start !important;
    }

    .mj_shop_sort_list li:first-child .mj_shop_sort_link {
        padding-left: 0;
    }

    .mj_shop_product_grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 12px;
    }

    .mj_shop_product_thumb {
        border-radius: 8px;
    }

    .mj_shop_product_name {
        font-size: 13px;
        line-height: 1.42;
    }

    .mj_shop_product_sale {
        font-size: 15px;
    }

    .mj_product_badge,
    .mj_shop_product_badges .mj_product_badge {
        height: 19px;
        padding: 0 5px;
        font-size: 10px;
    }

    .mj_shop_search_form {
        width: 100%;
        margin-bottom: 24px;
    }

    .mj_shop_search_input_wrap {
        gap: 6px;
    }

    .mj_shop_search_input {
        height: 42px;
        padding: 0 11px;
        font-size: 13px;
        line-height: 40px;
    }

    .mj_shop_search_submit {
        min-width: 64px;
        height: 42px;
        padding: 0 12px;
        font-size: 13px;
    }

    .mj_shop_search_paging {
        margin-top: 36px;
    }

    .mj_shop_search_paging .pg {
        gap: 4px;
    }

    .mj_shop_search_paging .pg_page,
    .mj_shop_search_paging .pg_current {
        min-width: 30px;
        height: 30px;
        padding: 0 8px;
        font-size: 12px;
    }
}

@media (max-width: 360px) {
    #sct.mj_shop_list_page,
    .mj_shop_list_page {
        width: calc(100% - 24px);
        margin-top: 144px;
    }

    .mj_shop_list_tabs {
        width: calc(100% + 24px);
        margin-right: -12px;
        margin-left: -12px;
        padding-right: 12px;
        padding-left: 12px;
    }

    .mj_shop_list_title {
        font-size: 22px;
    }

    .mj_shop_list_desc {
        font-size: 12px;
    }

    .mj_shop_product_grid {
        gap: 24px 10px;
    }

    .mj_shop_product_info {
        padding-top: 8px;
    }

    .mj_shop_product_name {
        font-size: 12px;
    }

    .mj_shop_product_sale {
        font-size: 14px;
    }

    .mj_shop_product_badges {
        gap: 3px;
    }

    .mj_product_badge,
    .mj_shop_product_badges .mj_product_badge {
        height: 18px;
        padding: 0 4px;
        font-size: 10px;
    }

    .mj_shop_search_input_wrap {
        flex-direction: column;
        align-items: stretch;
    }

    .mj_shop_search_submit {
        width: 100%;
    }
}

/* =========================================================
   Shop List Responsive 끝!
========================================================= */

/* =========================================================
   Mobile Shop List Page 끝!
========================================================= */

