@font-face {
	font-family: 'PB_B';
	font-weight: bold;
	font-style: normal;
	src: url("./fonts/Pretendard-Bold.woff2") format('woff2'),
	     url("./fonts/Pretendard-Bold.woff") format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'PB_M';
	font-weight: normal;
	font-style: normal;
	src: url("./fonts/Pretendard-Medium.woff2") format('woff2'),
	     url("./fonts/Pretendard-Medium.woff") format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'PB_R';
	font-weight: normal;
	font-style: normal;
	src: url("./fonts/Pretendard-Regular.woff2") format('woff2'),
	     url("./fonts/Pretendard-Regular.woff") format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'PB_L';
	font-weight: 100;
	font-style: normal;
	src: url("./fonts/Pretendard-Light.woff2") format('woff2'),
	     url("./fonts/Pretendard-Light.woff") format('woff');
	font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: keep-all !important;
}

a {
  text-decoration: none;
  cursor: pointer;
}

ul,li,ol {
  list-style: none;
}

#hd_pop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 110;
  width: 100%;
  height: 0;
  pointer-events: none;
}

#hd_pop .hd_pops {
  position: fixed;
  pointer-events: auto;
}

.text_logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  font-family: 'PB_B', sans-serif;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #111;
}

.text_logo_mobile {
  font-size: 20px;
}

.text_logo_footer {
  font-size: 18px;
}

body.modal_open {
  overflow: hidden;
}

html {
  scroll-padding-top: 128px;
}

.shop_shell {
  --ink: #111;
  --ink_2: #1f1f1f;
  --muted: #666;
  --muted_2: #8a8a8a;
  --line: #e5e5e5;
  --line_strong: #d2d2d2;
  --bg: #f6f6f6;
  --card: #fff;
  --soft: #f1f1f1;
  --shadow: 0 18px 40px rgba(0, 0, 0, 0.04);
  --banner_height: clamp(340px, 40vw, 520px);
  --banner_height_mobile: clamp(220px, 68vw, 340px);
  --shell_gutter: clamp(20px, 2.6vw, 32px);
  --content_width: 1400px;
  --frame_width: 1600px;
  background: var(--bg);
  color: var(--ink);
}

.shop_shell a {
  color: inherit;
}

.shop_shell .text_logo {
  min-height: auto;
  font-size: 24px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shop_shell .text_logo_footer {
  font-size: 20px;
}

.shop_inner {
  width: min(calc(100% - (var(--shell_gutter) * 2)), var(--frame_width));
  margin: 0 auto;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-family: 'PB_B', sans-serif;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: 'PB_B', sans-serif;
  font-size: 14px;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn_primary {
  background: var(--ink);
  color: #fff;
}

.btn_ghost {
  background: #fff;
  border-color: var(--line_strong);
}

.shop_shell .btn01,
.shop_shell a.btn01,
.shop_shell button.btn01 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--line_strong);
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-family: 'PB_B', sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.shop_shell .btn02,
.shop_shell a.btn02,
.shop_shell button.btn02,
.shop_shell .btn_submit,
.shop_shell button.btn_submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid #111;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-family: 'PB_B', sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.shop_shell .btn01:hover,
.shop_shell .btn02:hover,
.shop_shell .btn_submit:hover {
  text-decoration: none;
}

.shop_header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.shop_header.is_scrolled {
  border-bottom-color: var(--line);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
}

.shop_topbar {
  background: #111;
  color: #fff;
}

.shop_topbar_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 38px;
}

.shop_topbar_copy,
.shop_topbar_links {
  font-family: 'PB_M', sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.82);
}

.shop_topbar_links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.shop_header_main {
  display: flex;
align-items: center;
  gap: 24px;
  min-height: 92px;
  min-width: 0;
  padding: 14px 0 12px;
}

.shop_brand {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  min-width: 0;
}

.shop_brand_link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
}

.shop_brand_image {
  display: block;
  width: auto;
  max-width: 180px;
  max-height: 34px;
  object-fit: contain;
}

.shop_brand_copy {
  font-family: 'PB_M', sans-serif;
  font-size: 12px;
  color: var(--muted);
}

.shop_search {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 8px 8px 8px 18px;
  border: 1px solid var(--line_strong);
  border-radius: 999px;
  background: #fff;
}

.shop_search input,
.shop_search input[type="text"],
.shop_search input[type="search"] {
  width: 100%;
  min-width: 0;
  height: 42px;
  margin: 0;
  padding: 0 4px 0 0;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent;
  font-family: 'PB_M', sans-serif;
  font-size: 14px;
  line-height: 42px;
  color: var(--ink);
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  appearance: none;
  -webkit-appearance: none;
  outline: 0;
}

.shop_search input::placeholder,
.shop_search input[type="text"]::placeholder,
.shop_search input[type="search"]::placeholder {
  color: #9a9a9a;
}

.shop_search input:focus,
.shop_search input[type="text"]:focus,
.shop_search input[type="search"]:focus {
  border: 0 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  outline: 0 !important;
}

.shop_search button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 102px;
  height: 42px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-family: 'PB_B', sans-serif;
  font-size: 14px;
  line-height: 1;
  box-sizing: border-box;
  cursor: pointer;
}

.shop_search button i {
  flex: 0 0 auto;
  font-size: 14px;
  line-height: 1;
}

.shop_search button span {
  line-height: 1;
}

.shop_actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.shop_actions a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  font-family: 'PB_M', sans-serif;
  font-size: 14px;
}

.shop_actions_cart strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-family: 'PB_B', sans-serif;
  font-size: 12px;
}

.shop_nav {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.shop_nav_inner {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 60px;
  min-width: 0;
  flex-wrap: nowrap;
  padding: 0;
}

.category_button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-family: 'PB_B', sans-serif;
  font-size: 14px;
  cursor: pointer;
}

.chip_nav {
  display: flex;
  align-items: center;
  gap: 24px;
  min-width: 0;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 0;
}

.chip_nav::-webkit-scrollbar {
  height: 0;
}

.chip_nav a,
.shop_nav_link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  min-height: 60px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-family: 'PB_B', sans-serif;
  font-size: 14px;
  white-space: nowrap;
}

.chip_nav a {
  color: var(--muted);
}

.chip_nav a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #111;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.chip_nav a:hover,
.chip_nav a.is_current,
.shop_nav_link:hover {
  color: #111;
}

.chip_nav a:hover::after,
.chip_nav a.is_current::after {
  opacity: 1;
}

.shop_nav_link {
  margin-left: auto;
  flex: 0 0 auto;
}

.page_hero {
  padding: 28px 0 14px;
}

.page_hero_inner {
  width: min(calc(100% - (var(--shell_gutter) * 2)), var(--content_width));
  margin: 0 auto;
  min-height: 0;
}

.page_hero h1 {
  margin-bottom: 8px;
  font-family: 'PB_B', sans-serif;
  font-size: clamp(24px, 2.6vw, 32px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.page_hero p:last-child {
  max-width: 560px;
  font-family: 'PB_M', sans-serif;
  font-size: 14px;
  line-height: 1.65;
  color: var(--muted);
}

.shop_body {
  width: min(calc(100% - (var(--shell_gutter) * 2)), var(--content_width));
  margin: 0 auto;
  padding-bottom: 72px;
}

.shop_wrapper,
.shop_container {
  width: 100%;
  max-width: none;
}

.shop_shell.is_index .shop_content {
  padding-top: 0;
}

.shop_shell:not(.is_index) .shop_content {
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow);
}

.shop_wrapper_title {
  display: none;
}

.shop_shell #shop_category_bg {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.54);
  backdrop-filter: blur(4px);
  z-index: 95;
}

.shop_shell #shop_category_panel {
  display: none;
  position: fixed;
  inset: 0;
  padding: clamp(18px, 4vw, 36px);
  overflow-y: auto;
  z-index: 96;
}

.shop_shell #shop_category_panel .category_panel {
  width: min(100%, 1320px);
  margin: clamp(92px, 10vh, 140px) auto 0;
  padding: clamp(24px, 3.6vw, 36px);
  border: 1px solid var(--line);
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.16);
}

.shop_shell #shop_category_panel .category_panel_head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.shop_shell #shop_category_panel .category_panel_eyebrow {
  display: inline-flex;
  margin-bottom: 10px;
  font-family: 'PB_B', sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.shop_shell #shop_category_panel h2 {
  margin: 0;
  font-family: 'PB_B', sans-serif;
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.shop_shell #shop_category_panel .category_panel_copy {
  max-width: 560px;
  margin-top: 12px;
  font-family: 'PB_M', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted);
}

.shop_shell #shop_category_panel .category_panel_meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  margin-bottom: 24px;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--soft);
  font-family: 'PB_M', sans-serif;
  font-size: 14px;
  color: var(--muted);
}

.shop_shell #shop_category_panel .category_panel_meta strong {
  font-family: 'PB_B', sans-serif;
  font-size: 16px;
  color: var(--ink);
}

.shop_shell #shop_category_panel .cate {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 24px;
  width: 100%;
  margin: 0;
}

.shop_shell #shop_category_panel .cate_li_1 {
  float: none;
  display: flex;
  flex-direction: column;
  flex: 1 1 calc(33.333% - 16px);
  width: calc(33.333% - 16px);
  max-width: calc(33.333% - 16px);
  min-width: 0;
  min-height: 250px;
  margin: 0;
  padding: 24px;
  border-left: 0;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fafafa;
}

.shop_shell #shop_category_panel .cate_head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.shop_shell #shop_category_panel .cate_li_1_a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  font-family: 'PB_B', sans-serif;
  font-size: 22px;
  line-height: 1.22;
  letter-spacing: -0.04em;
}

.shop_shell #shop_category_panel .cate_count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-family: 'PB_B', sans-serif;
  font-size: 12px;
  line-height: 1;
}

.shop_shell #shop_category_panel .sub_cate {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  width: 100%;
}

.shop_shell #shop_category_panel .cate_li_2 {
  float: none;
  width: auto;
  min-width: 0;
  line-height: 1;
}

.shop_shell #shop_category_panel .sub_cate a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  font-family: 'PB_M', sans-serif;
  font-size: 14px;
  line-height: 1.45;
}

.shop_shell #shop_category_panel .sub_cate a span {
  flex: 1 1 auto;
  min-width: 0;
}

.shop_shell #shop_category_panel .sub_cate a::after {
  content: '\2192';
  flex: 0 0 auto;
  font-size: 12px;
  color: var(--muted_2);
}

.shop_shell #shop_category_panel .category_all_link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 50px;
  margin-top: auto;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  font-family: 'PB_B', sans-serif;
  font-size: 14px;
}

.shop_shell #shop_category_panel .category_all_link::after {
  content: '\2192';
  font-size: 12px;
}

.shop_shell #shop_category_panel .no_cate {
  padding: 48px 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fafafa;
  font-family: 'PB_M', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  text-align: center;
  color: var(--muted);
}

.shop_shell #shop_category_panel .close_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  border: 1px solid var(--line_strong);
  border-radius: 50%;
  background: #fff;
  color: #111;
  font-size: 18px;
  cursor: pointer;
}

.shop_shell #shop_category_panel .close_btn:hover {
  background: #111;
  color: #fff;
}

.shop_footer {
  padding: 52px 0 28px;
  border-top: 1px solid var(--line);
  background: #fff;
}

.shop_footer_top,
.shop_footer_grid,
.shop_footer_bottom {
  display: flex;
}

.shop_footer_top {
gap: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--line);
}

.shop_footer_brand p,
.shop_footer_support p,
.shop_footer_column p {
  font-family: 'PB_M', sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
}

.shop_footer_logo {
  display: inline-flex;
  margin-bottom: 12px;
}

.shop_footer_logo img {
  display: block;
  max-width: 180px;
  max-height: 36px;
}

.shop_footer_support strong {
  display: block;
  margin-bottom: 10px;
  font-family: 'PB_B', sans-serif;
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.footer_actions,
.action_row,
.account_actions,
.account_panel_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer_actions a,
.account_actions a,
.account_panel_actions a,
.account_panel_actions button,
.action_row a,
.action_row button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--line_strong);
  border-radius: 999px;
  background: #fff;
  font-family: 'PB_B', sans-serif;
  font-size: 14px;
}

.action_row .btn_primary,
.account_panel_actions .btn_primary {
  background: #111;
  color: #fff;
  border-color: #111;
}

.action_row .btn_ghost,
.account_panel_actions .btn_ghost {
  background: #fff;
  color: #111;
}

.shop_footer_grid {
gap: 24px;
  padding: 26px 0;
}

.shop_footer_column h2 {
  margin-bottom: 12px;
  font-family: 'PB_B', sans-serif;
  font-size: 18px;
}

.shop_footer_column a,
.shop_footer_column p {
  display: block;
  margin-bottom: 10px;
}

.shop_footer_bottom {
align-items: center;
  gap: 20px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.shop_footer_bottom p,
.shop_footer_bottom_links {
  font-family: 'PB_M', sans-serif;
  font-size: 14px;
  color: var(--muted);
}

.shop_footer_bottom_links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.top_button {
  position: fixed;
  right: 26px;
  bottom: 26px;
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
  cursor: pointer;
  z-index: 80;
}

.shop_shell #shop_wrapper,
.shop_shell #shop_container {
  min-width: 0;
  width: auto;
  max-width: none;
  float: none;
  margin: 0 auto;
}

.shop_shell #shop_container {
  min-height: 0;
}

.shop_shell #aside,
.shop_shell #quick {
  display: none;
}

.shop_shell img,
.shop_shell video,
.shop_shell iframe {
  max-width: 100%;
}

.shop_shell .tbl_wrap,
.shop_shell .tbl_head01,
.shop_shell .tbl_head02,
.shop_shell .tbl_frm01,
.shop_shell .tbl_frm02,
.member_shell .tbl_wrap,
.member_shell .tbl_head01,
.member_shell .tbl_head02,
.member_shell .tbl_frm01,
.member_shell .tbl_frm02 {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.shop_shell .tbl_head01 table,
.shop_shell .tbl_head02 table,
.shop_shell .tbl_frm01 table,
.shop_shell .tbl_frm02 table,
.member_shell .tbl_head01 table,
.member_shell .tbl_head02 table,
.member_shell .tbl_frm01 table,
.member_shell .tbl_frm02 table {
  width: 100%;
  min-width: 680px;
}

@media (max-width: 1200px) {
  .hd_pops {
    left: 10px !important;
  }
}

@media (max-width: 1024px) {
  html {
    scroll-padding-top: 24px;
  }

  .shop_header {
    position: static;
    backdrop-filter: none;
    background: #fff;
  }

  .shop_header.is_scrolled {
    border-bottom-color: transparent;
    box-shadow: none;
  }

  .shop_header_main {
gap: 12px 10px;
    min-height: 0;
    padding: 12px 0;
  }

  .shop_brand {
    gap: 2px;
  }

  .shop_brand_image {
    max-width: 148px;
    max-height: 28px;
  }

  .shop_brand_copy {
    font-size: 10px;
  }

  .shop_search {
    order: 3;
    padding: 6px 6px 6px 14px;
  }

  .shop_search button {
    min-width: 84px;
    height: 38px;
    padding: 0 14px;
  }

  .shop_actions {
    gap: 8px;
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .shop_actions a {
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    justify-content: center;
    white-space: nowrap;
  }

  .shop_actions a span {
    display: none;
  }

  .shop_nav_inner {
    flex-wrap: nowrap;
    gap: 8px;
    min-height: 0;
    padding: 10px 0;
  }

  .category_button,
  .shop_nav_link,
  .chip_nav a {
    min-height: 38px;
    padding: 0 14px;
    font-size: 12px;
  }

  .category_button,
  .shop_nav_link {
    flex: 0 0 auto;
  }

  .chip_nav {
    flex: 1 1 auto;
    flex-wrap: nowrap;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .page_hero {
    padding: 20px 0 10px;
  }
}

@media (max-width: 700px) {
  .hd_pops_con {
    width: 100% !important;
    height: auto !important;
  }
}

@media (max-width: 900px) {
  .shop_footer_top,
  .shop_footer_grid,
  .shop_footer_bottom {
flex-direction: column;
    align-items: flex-start;
  }

  .shop_nav_link {
    margin-left: 0;
  }

  .shop_nav_inner {
    flex-wrap: wrap;
    row-gap: 0;
    padding: 10px 0;
  }

  .chip_nav {
    order: 3;
    flex: 1 1 100%;
    gap: 18px;
  }

  .shop_shell #shop_category_panel .cate {
}
}

@media (max-width: 767px) {
  .shop_topbar {
    display: none;
  }

  .shop_footer_bottom_links {
    justify-content: flex-start;
  }

  .shop_shell #shop_category_panel {
    padding: 14px;
  }

  .shop_shell #shop_category_panel .category_panel {
    margin-top: 72px;
    padding: 20px;
    border-radius: 24px;
  }

  .shop_shell #shop_category_panel .category_panel_head {
    gap: 16px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .shop_shell #shop_category_panel .cate {
gap: 14px;
  }

  .shop_shell #shop_category_panel .cate_li_1 {
    min-height: auto;
    padding: 20px;
  }

  .top_button {
    right: 18px;
    bottom: 18px;
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 640px) {
  .shop_inner,
  .shop_body {
    width: calc(100% - 20px);
  }

  .shop_brand_copy,
  .shop_search button span,
  .shop_actions a span,
  .category_button span {
    display: none;
  }

  .shop_search {
    padding-left: 12px;
  }

  .shop_nav_inner {
    gap: 14px;
  }

  .chip_nav a,
  .shop_nav_link {
    min-height: 44px;
    font-size: 14px;
  }

  .shop_search input {
    font-size: 14px;
  }

  .shop_shell #shop_category_panel .category_panel_copy {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6;
  }

  .shop_shell #shop_category_panel .cate_li_1_a {
    font-size: 18px;
  }

  .shop_search button {
    width: 42px;
    min-width: 42px;
    height: 42px;
    padding: 0;
    gap: 0;
  }

  .shop_actions {
    gap: 6px;
  }

  .shop_actions a {
    width: 40px;
    min-width: 40px;
    padding: 0;
  }

  .shop_actions_cart strong {
    min-width: 18px;
    height: 18px;
    font-size: 10px;
  }

  .category_button {
    width: 40px;
    padding: 0;
  }

  .shop_nav_link {
    width: auto;
    min-width: fit-content;
    padding: 0 12px;
  }

  .chip_nav a {
    padding: 0 12px;
  }

  .page_hero h1 {
    font-size: clamp(22px, 6vw, 28px);
  }

  .page_hero p:last-child {
    font-size: 14px;
    line-height: 1.7;
  }
}

@media (max-width: 400px) {
  #hd_pop .hd_pops {
    width: 90% !important;
    height: auto !important;
  }

  .text_logo {
    font-size: 22px;
  }

  .text_logo_mobile {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  body {
    overflow-x: hidden;
  }
}

@media (max-width: 1024px) {
  .shop_topbar {
    display: none;
  }

  .shop_shell:not(.is_index) .shop_content {
    padding: 22px;
    border-radius: 22px;
  }

  .shop_footer .shop_inner {
    width: calc(100% - 40px);
  }
}

@media (max-width: 767px) {
  .shop_shell:not(.is_index) .shop_content {
    padding: 18px;
    border-radius: 20px;
  }

  .shop_shell .tbl_head01 table,
  .shop_shell .tbl_head02 table,
  .shop_shell .tbl_frm01 table,
  .shop_shell .tbl_frm02 table,
  .member_shell .tbl_head01 table,
  .member_shell .tbl_head02 table,
  .member_shell .tbl_frm01 table,
  .member_shell .tbl_frm02 table {
    min-width: 620px;
  }
}

@media (max-width: 560px) {
  .shop_shell .shop_inner,
  .shop_shell .shop_body,
  .shop_footer .shop_inner {
    width: calc(100% - 20px);
  }

  .shop_shell .tbl_head01 table,
  .shop_shell .tbl_head02 table,
  .shop_shell .tbl_frm01 table,
  .shop_shell .tbl_frm02 table,
  .member_shell .tbl_head01 table,
  .member_shell .tbl_head02 table,
  .member_shell .tbl_frm01 table,
  .member_shell .tbl_frm02 table {
    min-width: 560px;
  }
}

/* Refactor flex layout */
.shop_header_main {
  flex-wrap: wrap;
  justify-content: space-between;
}

.shop_brand {
  flex: 0 0 180px;
  max-width: 220px;
}

.shop_search {
  flex: 1 1 480px;
  max-width: 760px;
}

.shop_actions {
  flex: 0 0 auto;
  flex-wrap: wrap;
  margin-left: auto;
}

.shop_nav_inner {
  display: flex;
  align-items: center;
  gap: 16px;
}

.category_button,
.shop_nav_link {
  flex: 0 0 auto;
}

.chip_nav {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  gap: 18px;
  min-width: 0;
}

.shop_body {
  padding-top: 30px;
}

.shop_shell #shop_category_panel .sub_cate {
  flex: 1 1 auto;
  flex-direction: column;
}

.shop_shell #shop_category_panel .cate_li_2 {
  flex: 1 1 100%;
}

.shop_footer_top {
  align-items: flex-start;
  justify-content: space-between;
}

.shop_footer_brand {
  flex: 1 1 0;
  min-width: 0;
}

.shop_footer_support {
  flex: 0 0 320px;
  width: 320px;
  max-width: 100%;
}

.shop_footer_grid {
  align-items: flex-start;
  justify-content: space-between;
}

.shop_footer_column {
  flex: 1 1 0;
  min-width: 180px;
}

.shop_footer_bottom {
  justify-content: space-between;
}

.shop_footer_bottom p {
  flex: 1 1 0;
  min-width: 0;
}

@media (max-width: 1200px) {
  .shop_brand {
    flex: 0 0 160px;
  }

  .shop_search {
    flex: 1 1 360px;
  }

  .shop_shell #shop_category_panel .cate_li_1 {
    flex-basis: calc(50% - 12px);
    width: calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
}

@media (max-width: 900px) {
  .shop_header_main {
    gap: 16px;
  }

  .shop_brand,
  .shop_search,
  .shop_actions {
    width: 100%;
    max-width: none;
  }

  .shop_actions {
    justify-content: flex-start;
    margin-left: 0;
  }

  .shop_shell #shop_category_panel .cate {
    gap: 18px;
  }

  .shop_shell #shop_category_panel .cate_li_1 {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .shop_body {
    padding-top: 20px;
  }

  .shop_footer_support,
  .shop_footer_column {
    width: 100%;
  }
}

.shop_shell.member_shop_shell .shop_content.member_content {
  padding: 20px 0 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.shop_shell.member_shop_shell .shop_body {
  padding-top: 24px;
}

.member_shop_shell #mb_login.login,
.member_shop_shell .member_shell {
  margin: 0 auto;
}

@media (max-width: 640px) {
  .shop_header_main {
    align-items: center;
    gap: 10px;
    padding: 10px 0;
  }

  .shop_brand {
    flex: 1 1 auto;
    max-width: calc(100% - 170px);
    gap: 5px;
  }

  .shop_brand_link {
    max-width: 100%;
    min-height: 24px;
  }

  .shop_brand_image {
    max-width: 120px;
    max-height: 24px;
  }

  .shop_brand_copy {
    display: block;
    font-size: 11px;
  }

  .shop_actions {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    margin-left: auto;
    justify-content: flex-end;
    flex-wrap: nowrap;
    overflow: visible;
    gap: 5px;
  }

  .shop_actions a {
    position: relative;
    width: 36px;
    min-width: 36px;
    height: 36px;
    min-height: 36px;
    padding: 0;
  }

  .shop_actions_cart strong {
    position: absolute;
    top: -4px;
    right: -3px;
  }

  .shop_search {
    order: 3;
    flex: 1 1 100%;
    width: 100%;
    max-width: none;
    padding: 5px 5px 5px 12px;
  }

  .shop_search input {
    font-size: 13px;
  }

  .shop_search button {
    width: 40px;
    min-width: 40px;
    height: 40px;
    gap: 0;
  }

  .shop_nav_inner {
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    flex-wrap: wrap;
  }

  .category_button {
    width: auto;
    min-width: 0;
    min-height: 38px;
    padding: 0 14px;
  }

  .category_button span {
    display: inline-flex;
  }

  .shop_nav_link {
    margin-left: 0;
    min-height: 38px;
    padding: 0 12px;
    font-size: 13px;
  }

  .chip_nav {
    order: 3;
    flex: 1 1 100%;
    width: 100%;
    gap: 15px;
    padding-bottom: 4px;
  }

  .chip_nav a {
    min-height: 34px;
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .shop_brand {
    max-width: calc(100% - 155px);
  }

  .shop_brand_copy {
    display: none;
  }

  .category_button span,
  .shop_nav_link {
    font-size: 12px;
  }

  .member_shop_shell .shop_content {
    padding-top: 20px;
  }
}

/* index stage spacing final */
.shop_shell.is_index .shop_body {
  padding-top: 0 !important;
}

.shop_shell.is_index .shop_content {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.shop_shell.is_index .shop_nav {
  border-bottom: 0 !important;
}

.shop_shell.is_index .shop_header,
.shop_shell.is_index .shop_header.is_scrolled {
  border-bottom-color: transparent !important;
  box-shadow: none !important;
}

/* responsive audit */
@media (max-width: 1600px) {
  .shop_shell {
    --shell_gutter: 24px;
  }
}

@media (max-width: 1400px) {
  .shop_shell {
    --content_width: 1280px;
  }

  .shop_header_main {
    gap: 20px;
  }

  .shop_brand {
    flex: 0 0 180px;
  }

  .shop_search {
    flex: 1 1 420px;
  }

  .page_hero {
    padding: 44px 0 26px;
  }

  .shop_footer_top {
    gap: 32px;
  }

  .shop_footer_grid {
    gap: 24px;
  }
}

@media (max-width: 1200px) {
  .shop_shell {
    --shell_gutter: 20px;
    --content_width: 100%;
  }

  .shop_header_main {
    flex-wrap: wrap;
    gap: 16px;
  }

  .shop_brand {
    flex: 0 0 190px;
  }

  .shop_search {
    flex: 1 1 calc(100% - 206px);
    max-width: none;
  }

  .shop_actions {
    width: 100%;
    justify-content: flex-start;
    margin-left: 0;
  }

  .shop_nav_inner {
    gap: 12px;
    flex-wrap: wrap;
  }

  .chip_nav {
    order: 3;
    flex: 1 1 100%;
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .chip_nav::-webkit-scrollbar {
    height: 0;
  }

  .page_hero {
    padding: 38px 0 24px;
  }

  .page_hero h1 {
    font-size: 48px;
  }

  .shop_footer_top {
    flex-wrap: wrap;
  }

  .shop_footer_brand,
  .shop_footer_support {
    flex: 1 1 calc(50% - 16px);
  }

  .shop_footer_grid {
    flex: 1 1 100%;
  }
}

@media (max-width: 900px) {
  .shop_header_main {
    align-items: flex-start;
  }

  .shop_brand,
  .shop_search,
  .shop_actions {
    width: 100%;
    max-width: none;
  }

  .shop_actions {
    gap: 8px;
  }

  .shop_actions a {
    min-height: 40px;
    padding: 0 14px;
  }

  .category_button,
  .shop_nav_link {
    min-height: 40px;
  }

  .page_hero {
    padding: 32px 0 20px;
  }

  .page_hero h1 {
    font-size: 40px;
  }

  .page_hero p:last-child {
    font-size: 15px;
  }

  .shop_footer_brand,
  .shop_footer_support,
  .shop_footer_column {
    width: 100%;
    max-width: none;
  }

  .shop_footer_bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 700px) {
  .shop_shell {
    --shell_gutter: 16px;
    max-width: 100%;
    overflow-x: hidden;
  }

  .shop_shell.is_index .shop_body,
  .shop_shell.is_index .shop_wrapper,
  .shop_shell.is_index .shop_container,
  .shop_shell.is_index .shop_content {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .shop_shell.is_mobile_shop .shop_inner,
  .shop_shell.is_mobile_shop .shop_body {
    width: 100%;
    max-width: 100%;
  }

  .shop_header_main {
    padding: 12px 0;
    gap: 10px;
  }

  .shop_brand {
    max-width: calc(100% - 150px);
    gap: 4px;
  }

  .shop_brand_copy,
  .shop_search button span,
  .shop_actions a span {
    display: none;
  }

  .shop_actions {
    flex: 0 0 auto;
    width: auto;
    margin-left: auto;
    flex-wrap: nowrap;
  }

  .shop_actions a {
    width: 38px;
    min-width: 38px;
    height: 38px;
    min-height: 38px;
    padding: 0;
  }

  .shop_search {
    order: 3;
    flex: 1 1 100%;
    padding: 4px 4px 4px 12px;
  }

  .shop_search button {
    width: 40px;
    min-width: 40px;
    height: 40px;
    gap: 0;
  }

  .shop_nav_inner {
    padding: 10px 0;
    gap: 10px;
  }

  .category_button {
    padding: 0 14px;
  }

  .shop_nav_link {
    padding: 0 12px;
    font-size: 13px;
  }

  .chip_nav a {
    min-height: 34px;
    font-size: 12px;
  }

  .page_hero h1 {
    font-size: 32px;
  }

  .shop_footer {
    padding-top: 40px;
  }
}

@media (max-width: 500px) {
  .shop_shell {
    --shell_gutter: 12px;
  }

  .shop_brand {
    max-width: calc(100% - 132px);
  }

  .shop_brand_image {
    max-width: 120px;
    max-height: 24px;
  }

  .shop_search input {
    font-size: 13px;
  }

  .shop_search button {
    width: 40px;
    min-width: 40px;
    height: 40px;
    gap: 0;
  }

  .category_button span,
  .shop_nav_link,
  .chip_nav a {
    font-size: 12px;
  }

  .page_hero {
    padding: 28px 0 18px;
  }

  .page_hero h1 {
    font-size: 28px;
  }

  .page_hero p:last-child {
    font-size: 14px;
  }

  .shop_footer_top,
  .shop_footer_grid,
  .shop_footer_bottom {
    gap: 20px;
  }

  .shop_footer_bottom_links {
    flex-wrap: wrap;
  }
}

@media (max-width: 400px) {
  .shop_shell {
    --shell_gutter: 10px;
  }

  .shop_header_main {
    gap: 10px;
  }

  .shop_brand {
    max-width: calc(100% - 120px);
  }

  .shop_brand_image {
    max-width: 108px;
  }

  .shop_actions {
    gap: 4px;
  }

  .shop_actions a {
    width: 34px;
    min-width: 34px;
    height: 34px;
    min-height: 34px;
  }

  .shop_search {
    padding-left: 10px;
  }

  .shop_search input {
    font-size: 12px;
  }

  .category_button {
    padding: 0 12px;
  }

  .chip_nav {
    gap: 12px;
  }

  .page_hero h1 {
    font-size: 24px;
  }

  .page_hero p:last-child {
    font-size: 13px;
  }
}
