/*
Theme Name: Succeeder Global
Theme URI: https://www.succeeder.cn/
Author: Succeeder
Description: WordPress theme matching the Succeeder global website layout.
Version: 1.2.1
Text Domain: succeeder-global
*/

:root {
  --suc-red: #d71920;
  --suc-dark: #222;
  --suc-text: #555;
  --suc-muted: #888;
  --suc-line: #e7e7e7;
  --suc-soft: #f6f6f6;
}

* { box-sizing: border-box; }
html { margin: 0; }
body {
  margin: 0;
  color: var(--suc-text);
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-size: 14px;
  background: #fff;
}
a { color: inherit; text-decoration: none; transition: color .2s ease, background .2s ease, border-color .2s ease; }
img { max-width: 100%; height: auto; vertical-align: middle; }
.layout { width: min(1200px, calc(100% - 32px)); margin: 0 auto; }
.notranslate { translate: no; }

.web_head {
  position: relative;
  z-index: 20;
  min-height: 96px;
  background: #fff;
  border-bottom: 1px solid var(--suc-line);
  box-shadow: 0 3px 18px rgba(0,0,0,.04);
}
.web_head .logo {
  position: absolute;
  left: max(24px, calc((100vw - 1200px) / 2));
  top: 22px;
  margin: 0;
}
.web_head .logo img { width: 184px; display: block; }
.header_right {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  padding-left: 245px;
}
.header_top {
  height: 36px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.login-btn,
.lang-button {
  height: 30px;
  min-width: 92px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid var(--suc-red);
  border-radius: 3px;
  background: var(--suc-red);
  color: #fff;
  padding: 0 13px;
  font-size: 13px;
  font-weight: 600;
  line-height: 30px;
  cursor: pointer;
}
.lang-button b {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #fff;
}
.lang-wrap { position: relative; }
.lang-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 40;
  display: none;
  min-width: 160px;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background: #fff;
  border: 1px solid var(--suc-line);
  box-shadow: 0 12px 28px rgba(0,0,0,.12);
}
.lang-wrap.open .lang-menu { display: block; }
.lang-menu button {
  width: 100%;
  border: 0;
  background: #fff;
  color: #333;
  padding: 9px 16px;
  text-align: left;
  cursor: pointer;
  font: inherit;
}
.lang-menu button:hover { color: var(--suc-red); background: #fafafa; }
#google_translate_element,
.goog-te-banner-frame,
.goog-te-gadget { display: none !important; }
body { top: 0 !important; }

.nav_wrap {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.head_nav {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.head_nav > li { position: relative; }
.head_nav > li > a {
  display: flex;
  align-items: center;
  min-height: 60px;
  padding: 0 16px;
  color: #222;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}
.head_nav > li:hover > a,
.head_nav > li.current-menu-item > a,
.head_nav > li.current-menu-ancestor > a { color: var(--suc-red); }
.head_nav .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  min-width: 210px;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background: #fff;
  border-top: 2px solid var(--suc-red);
  box-shadow: 0 12px 28px rgba(0,0,0,.14);
}
.head_nav li:hover > .sub-menu { display: block; }
.head_nav .sub-menu a {
  display: block;
  padding: 11px 18px;
  color: #555;
  font-size: 14px;
}
.head_nav .sub-menu a:hover { color: var(--suc-red); background: #fafafa; }
.head_search { margin-left: 14px; }
.head_search form {
  width: 34px;
  height: 34px;
  position: relative;
  border: 1px solid var(--suc-line);
  border-radius: 50%;
  overflow: hidden;
  transition: width .2s ease, border-radius .2s ease;
}
.head_search form:focus-within { width: 190px; border-radius: 18px; }
.search_ipt {
  width: 100%;
  height: 32px;
  border: 0;
  outline: 0;
  padding: 0 34px 0 12px;
}
.search_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.search_btn::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  margin: 8px auto 0;
  border: 2px solid var(--suc-red);
  border-radius: 50%;
}
.search_btn::after {
  content: "";
  position: absolute;
  right: 9px;
  top: 22px;
  width: 8px;
  height: 2px;
  background: var(--suc-red);
  transform: rotate(45deg);
}
.nav_btn { display: none; }

.hero {
  min-height: 520px;
  display: flex;
  align-items: center;
  background: #111 url("https://cdnus.globalso.com/succeeder/SKXD-1.jpg") center/cover no-repeat;
  color: #fff;
}
.hero-card { max-width: 650px; padding: 70px 0; }
.hero h1 { margin: 0 0 18px; color: #fff; font-size: 48px; line-height: 1.16; font-weight: 700; }
.hero p { margin: 0 0 28px; font-size: 17px; line-height: 1.8; }
.button,
.web_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 22px;
  border: 1px solid var(--suc-red);
  color: var(--suc-red);
  background: #fff;
  font-weight: 600;
  text-transform: lowercase;
}
.button { color: #fff; background: var(--suc-red); text-transform: none; }
.web_link:hover { color: #fff; background: var(--suc-red); }
.section { padding: 60px 0; }
.section.alt { background: #f8f8f8; }
.section h2 { margin: 0 0 28px; color: #222; font-size: 30px; font-weight: 700; }
.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.card {
  background: #fff;
  border: 1px solid var(--suc-line);
  overflow: hidden;
}
.card img { width: 100%; aspect-ratio: 4 / 3; object-fit: contain; background: #f7f7f7; }
.card-body { padding: 20px; }
.card h3 { margin: 0 0 10px; color: #222; font-size: 18px; line-height: 1.45; }
.card p { margin: 0; line-height: 1.75; color: #666; }

.page_head {
  height: 180px;
  background: #333 url("https://cdnus.globalso.com/succeeder/nybanner.jpg") center/cover no-repeat;
}
.web_main { padding: 46px 0 70px; }
.page_content { display: flex; align-items: flex-start; gap: 38px; }
.page_sidebar {
  flex: 0 0 250px;
  border: 1px solid var(--suc-line);
  background: #fff;
}
.side-tit {
  margin: 0;
  padding: 18px 22px;
  color: #fff;
  background: var(--suc-red);
  font-size: 24px;
  font-weight: 700;
}
.side-cate { margin: 0; padding: 0; list-style: none; }
.side-cate li { border-bottom: 1px solid var(--suc-line); }
.side-cate a { display: block; padding: 14px 22px; color: #555; }
.side-cate .nav-current a,
.side-cate a:hover { color: var(--suc-red); background: #fafafa; }
.page_title {
  margin: 0 0 24px;
  color: #222;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
}

.product_list,
.blog_list,
.blog_detail,
.page_entry,
.product_single { flex: 1; min-width: 0; }
.product_item {
  display: flex;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid var(--suc-line);
}
.product_item:first-of-type { padding-top: 0; }
.product_item .item_img {
  flex: 0 0 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
  border: 1px solid var(--suc-line);
}
.product_item .item_img img { width: 100%; aspect-ratio: 4 / 3; object-fit: contain; }
.item_info { flex: 1; min-width: 0; }
.item_mod {
  display: block;
  margin-bottom: 7px;
  color: var(--suc-red);
  font-size: 20px;
}
.item_title {
  margin: 0 0 12px;
  color: #222;
  font-size: 22px;
  line-height: 1.35;
}
.item_info p,
.blog_item p { color: #666; line-height: 1.8; }

.blog_item {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid var(--suc-line);
}
.blog_item:first-of-type { padding-top: 0; }
.blog_item .item-img {
  display: block;
  background: #f8f8f8;
  border: 1px solid var(--suc-line);
}
.blog_item .item-img img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.blog_item time { display: block; color: var(--suc-red); margin-bottom: 7px; }
.blog_item .item-title { margin: 0 0 10px; color: #222; font-size: 22px; line-height: 1.35; }
.item-more { color: var(--suc-red); font-weight: 600; }

.blog_detail h2 {
  margin: 0;
  color: #222;
  font-size: 30px;
  line-height: 1.35;
  text-align: center;
}
.post-meta { margin: 12px 0 28px; color: #999; text-align: center; }
.entry,
.product_single {
  color: #555;
  line-height: 1.85;
}
.entry h1,
.entry h2,
.entry h3,
.product_single h1,
.product_single h2,
.product_single h3 { color: #222; line-height: 1.35; }
.entry p,
.product_single p { margin: 0 0 14px; }
.entry img,
.product_single img { max-width: 100%; height: auto; }
.product_single .product-intro {
  display: grid;
  grid-template-columns: minmax(280px, 48%) minmax(0, 1fr);
  gap: 34px;
  margin-bottom: 34px;
}
.product_single .product-summary .page_title {
  color: var(--suc-red);
  font-size: 34px;
}
.product_single .short_tit {
  margin: 6px 0 18px;
  color: #222;
  font-size: 26px;
}
.product_single .product-detail {
  padding-top: 24px;
  border-top: 1px solid var(--suc-line);
}
.product_single table { width: 100%; border-collapse: collapse; margin: 18px 0; }
.product_single td,
.product_single th { border: 1px solid var(--suc-line); padding: 10px; vertical-align: top; }

.pages { margin-top: 30px; color: #777; }
.pages .nav-links { display: flex; gap: 8px; flex-wrap: wrap; }
.pages a,
.pages span {
  display: inline-flex;
  min-width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--suc-line);
  padding: 0 10px;
}
.pages .current,
.pages a:hover { color: #fff; background: var(--suc-red); border-color: var(--suc-red); }

.page_footer {
  color: #cfcfcf;
  background: #2d2d2d;
}
.foot_position {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  padding: 42px 0 0;
}
.foot_content {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 42px;
  padding-bottom: 32px;
}
.foot_item ul,
.foot_sns {
  margin: 0;
  padding: 0;
  list-style: none;
}
.foot_item .item_title {
  margin: 0 0 22px;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
.foot_item li {
  margin-bottom: 10px;
  line-height: 1.7;
}
.foot_item a { color: #cfcfcf; }
.foot_item a:hover { color: #fff; }
.item_qr_code ul {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.item_qr_code li {
  width: 110px;
  text-align: center;
}
.item_qr_code img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  background: #fff;
}
.item_qr_code em {
  display: block;
  margin-top: 8px;
  color: #d8d8d8;
  font-style: normal;
}
.footlianx > li {
  position: relative;
  padding-left: 18px;
}
.footlianx > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background: var(--suc-red);
}
.buscon,
.aftersale {
  margin-top: 8px;
  color: #aaa;
}
.foot_bottom {
  min-height: 58px;
  border-top: 1px solid rgba(255,255,255,.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.copyright {
  color: #aaa;
  line-height: 1.7;
}
.copyright a { color: #aaa; margin-left: 8px; }
.copyright a:hover { color: #fff; }
.foot_sns {
  display: flex;
  align-items: center;
  gap: 10px;
}
.foot_sns img {
  width: 30px;
  height: 30px;
  display: block;
  opacity: .9;
}
.foot_sns a:hover img { opacity: 1; }
.scrollsidebar {
  position: fixed;
  right: 0;
  top: 42%;
  z-index: 50;
  width: 118px;
  font-size: 13px;
}
.scrollsidebar .side_list {
  background: #fff;
  border: 1px solid var(--suc-line);
  box-shadow: 0 8px 24px rgba(0,0,0,.18);
}
.scrollsidebar .hd {
  margin: 0;
  padding: 8px;
  background: var(--suc-red);
  text-align: center;
}
.scrollsidebar .hd img {
  max-width: 86px;
}
.scrollsidebar .cont {
  margin: 0;
  padding: 8px 10px 12px;
  list-style: none;
}
.scrollsidebar .cont li { list-style: none; }
.scrollsidebar .email {
  display: block;
  min-height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: var(--suc-red);
}
.scrollsidebar .side_title {
  position: absolute;
  right: 100%;
  top: 0;
}
.scrollsidebar .close_btn,
.scrollsidebar .show_btn {
  border: 0;
  cursor: pointer;
}
.scrollsidebar .close_btn {
  width: 24px;
  height: 24px;
  color: #fff;
  background: #333;
}
.scrollsidebar .show_btn {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 82px;
  background: var(--suc-red);
}
.scrollsidebar .show_btn::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 34px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
}
.scrollsidebar.is-closed .side_content {
  display: none;
}
.scrollsidebar.is-closed {
  width: 28px;
}
.scrollsidebar.is-closed .show_btn {
  display: block;
}

@media (max-width: 980px) {
  .web_head .logo { position: static; padding: 18px 16px 8px; }
  .header_right { width: 100%; padding: 0 16px 14px; }
  .header_top { justify-content: flex-start; }
  .nav_wrap { align-items: flex-start; flex-direction: column; }
  .head_nav { width: 100%; flex-wrap: wrap; justify-content: flex-start; }
  .head_nav > li > a { min-height: 42px; padding: 0 10px; }
  .head_nav .sub-menu { position: static; width: 100%; box-shadow: none; }
  .head_search { margin: 10px 0 0; }
  .page_content { flex-direction: column; }
  .page_sidebar { width: 100%; flex-basis: auto; }
  .grid,
  .foot_content { grid-template-columns: 1fr; }
  .foot_bottom { align-items: flex-start; flex-direction: column; padding: 16px 0; }
  .scrollsidebar { display: none; }
  .product_item,
  .blog_item { display: block; }
  .product_item .item_img,
  .blog_item .item-img { margin-bottom: 18px; }
  .product_single .product-intro { grid-template-columns: 1fr; }
  .hero { min-height: 420px; }
  .hero h1 { font-size: 36px; }
}

/* Home page: match the original Succeeder visual rhythm. */
.home .container > .section.home_section,
.home_section { padding: 0 !important; margin: 0; }
.slider_banner {
  position: relative;
  height: min(680px, calc(100vh - 96px));
  min-height: 520px;
  overflow: hidden;
  background: #dfeff8;
}
.slider_banner .swiper-wrapper,
.slider_banner .swiper-slide,
.slider_banner .img { height: 100%; }
.slider_banner .img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.slider_banner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
.banner_more {
  position: absolute;
  left: 54%;
  top: 63%;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 142px;
  height: 48px;
  justify-content: center;
  color: #fff;
  background: #b72a2c;
  font-weight: 600;
}
.banner_more i,
.video_btn i,
.web_more i {
  width: 26px;
  height: 1px;
  display: inline-block;
  position: relative;
  background: currentColor;
}
.banner_more i::after,
.video_btn i::after,
.web_more i::after {
  content: "";
  position: absolute;
  right: 0;
  top: -4px;
  width: 8px;
  height: 8px;
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
  transform: rotate(45deg);
}
.video_btn_wrap {
  position: absolute;
  left: max(24px, calc((100vw - 1200px) / 2));
  bottom: 0;
}
.video_btn {
  width: 148px;
  height: 76px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #fff;
  background: #d92f35;
  font-size: 20px;
  font-weight: 700;
}
.banner_arrow {
  position: absolute;
  right: max(36px, calc((100vw - 1200px) / 2 + 40px));
  bottom: 36px;
  display: flex;
}
.banner_arrow button {
  width: 64px;
  height: 64px;
  border: 0;
  border-left: 1px solid #eee;
  background: rgba(255,255,255,.78);
  position: relative;
}
.banner_arrow button::before {
  content: "";
  position: absolute;
  left: 26px;
  top: 23px;
  width: 14px;
  height: 14px;
  border-left: 2px solid #cfcfcf;
  border-bottom: 2px solid #cfcfcf;
  transform: rotate(45deg);
}
.banner_arrow .next::before {
  transform: rotate(225deg);
  left: 22px;
}
.about_position { padding: 74px 0; background: #fff; }
.index_title { margin-bottom: 34px; text-align: center; }
.index_titles {
  margin: 0;
  color: #222;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
.about_grid {
  display: grid;
  grid-template-columns: 52% 1fr;
  gap: 44px;
  align-items: center;
}
.about_media {
  min-height: 320px;
  background: #f5f5f5;
  overflow: hidden;
}
.about_media img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}
.about_content p {
  margin: 0 0 18px;
  line-height: 1.9;
  color: #555;
}
.web_more {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--suc-red);
  font-weight: 700;
  text-transform: none;
}
.web_more_gr { color: #333; }
.product_category_wrap { padding: 72px 0; background: #f6f6f6; }
.home_product_tabs {
  display: flex;
  justify-content: center;
  gap: 56px;
  margin: -10px 0 36px;
}
.home_product_tabs a {
  padding-bottom: 10px;
  color: #222;
  font-size: 20px;
  font-weight: 600;
}
.home_product_tabs .nav-current {
  color: var(--suc-red);
  border-bottom: 1px solid var(--suc-red);
}
.index_category_warp {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.index_category_item {
  background: #fff;
  display: grid;
  grid-template-rows: 250px auto;
}
.index_category_item .item_img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 22px;
}
.index_category_item .item_img img {
  max-height: 220px;
  object-fit: contain;
}
.index_category_item .item_info {
  padding: 24px;
  border-top: 1px solid var(--suc-line);
}
.index_category_item strong {
  display: block;
  color: var(--suc-red);
  font-size: 20px;
  margin-bottom: 8px;
}
.index_category_item h3 {
  min-height: 52px;
  margin: 0 0 16px;
  color: #222;
  font-size: 20px;
  line-height: 1.35;
}
.new_wrap { padding: 72px 0; background: #fff; }
.home_news_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}
.home_news_item {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 22px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--suc-line);
}
.home_news_item .item-img {
  display: block;
  background: #f5f5f5;
}
.home_news_item .item-img img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.home_news_item time { color: var(--suc-red); }
.home_news_item .item_title {
  margin: 8px 0 10px;
  color: #222;
  font-size: 20px;
  line-height: 1.35;
}
.home_news_item p {
  margin: 0 0 12px;
  color: #666;
  line-height: 1.75;
}

/* Products page: original top category index and list cards. */
.product_catalog_page {
  padding: 64px 0 80px;
  background: #fff;
}
.pd_nav_cate { margin-bottom: 22px; }
.path_bar { display: none; }
.pd_nav ul {
  display: flex;
  gap: 58px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}
.pd_nav a {
  display: block;
  padding: 0 0 12px;
  color: #111;
  font-size: 22px;
  font-weight: 500;
}
.pd_nav .nav-current a {
  color: var(--suc-red);
  border-bottom: 1px solid var(--suc-red);
}
.page_nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 80px;
  margin: 0 0 90px;
  padding: 24px 42px 12px;
  list-style: none;
  background: #fafafa;
}
.page_nav li {
  min-height: 76px;
  border-bottom: 1px solid #cfcfcf;
  padding: 15px 0 12px;
}
.page_nav .title {
  margin: 0 0 6px;
  color: #111;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
.page_nav span,
.page_nav span a {
  color: #555;
  font-size: 16px;
}
.page_nav a:hover { color: var(--suc-red); }
.md_layout {
  width: min(1200px, calc(100% - 32px));
  margin-left: auto;
  margin-right: auto;
}
.pd_grid_list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 52px 48px;
  margin-top: 0;
  padding: 0;
  list-style: none;
}
.pd_list_item figure {
  display: grid;
  grid-template-columns: 46% minmax(0, 1fr);
  gap: 26px;
  margin: 0;
  align-items: center;
}
.pd_list_item .item_img {
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafa;
}
.pd_list_item .item_img img {
  max-height: 240px;
  object-fit: contain;
}
.pd_list_item .item_mod {
  display: block;
  margin-bottom: 8px;
  color: var(--suc-red);
  font-size: 22px;
}
.pd_list_item .item_title {
  margin: 0 0 12px;
  color: #222;
  font-size: 22px;
  line-height: 1.35;
}
.pd_list_item .item_text {
  color: #666;
  line-height: 1.75;
}
.pd_list_item .item_btn {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

@media (max-width: 980px) {
  .slider_banner { min-height: 390px; height: 56vh; }
  .banner_more { left: 54%; top: 65%; height: 42px; min-width: 124px; }
  .video_btn { width: 132px; height: 64px; }
  .banner_arrow { display: none; }
  .about_grid,
  .home_news_grid,
  .home_news_item,
  .pd_grid_list,
  .pd_list_item figure { grid-template-columns: 1fr; }
  .index_category_warp { grid-template-columns: 1fr; }
  .home_product_tabs,
  .pd_nav ul { justify-content: flex-start; overflow-x: auto; gap: 28px; }
  .page_nav { grid-template-columns: 1fr; padding: 18px 22px; margin-bottom: 42px; }
}
