body {
  background: #f5f5f5;
}

.header .logo {
  background: url("../images/common/logo2@2x.png") no-repeat center/contain;
}
.header a {
  color: #333 !important;
  border-color: #333 !important;
}
.header .search input {
  background-image: url("../images/common/s2.png");
  border-color: #333;
}
.header .search .lang {
  color: #333;
}
.header .search .tmall {
  background-image: url("../images/common/tmall2@2x.png");
}
.header .search .jd {
  background-image: url("../images/common/JD2@2x.png");
}

.main {
  max-width: 1440px;
}

.product-page {
  background: #f5f5f5;
  min-height: 100vh;
  padding-bottom: 40px;
}
.product-page .tags {
  margin-top: 37px;
  margin-bottom: 100px;
}
.product-page .tags a {
  margin-right: 20px;
  color: #333;
}
.product-page .sidebar {
  padding: 0;
  max-width: 365px;
}
.product-page .sidebar h3 {
  font-size: 24px;
  margin-bottom: 35px;
}
.product-page .sidebar h3 span {
  font-weight: normal;
  font-size: 16px;
  color: #808080;
  text-decoration-line: underline;
  float: right;
}
.product-page .sidebar .filter-group {
  margin-bottom: 32px;
}
.product-page .sidebar .filter-group h5 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 33px;
  position: relative;
}
.product-page .sidebar .filter-group h5 span {
  position: absolute;
  top: -5px;
  right: 0;
  font-size: 28px;
}
.product-page .sidebar .filter-group ul {
  list-style: none;
  padding: 0;
}
.product-page .sidebar .filter-group ul li {
  margin-bottom: 8px;
}
.product-page .sidebar .filter-group ul li a {
  color: #333;
  text-decoration: none;
}
.product-page .sidebar .filter-group ul li a:hover {
  color: #d33;
}
.product-page .product-section {
  text-align: center;
  width: 996px;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin-bottom: 24px;
}
.product-page .product-section .section {
  margin-bottom: 70px;
}
.product-page .product-section .section .section-title {
  font-size: 1.2rem;
  margin-bottom: 18px;
  color: #222;
  text-align: left;
}
.product-page .product-section .section .row .col-md-6 {
  margin-bottom: 10px;
}
.product-page .product-section .section .row .product-card {
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  padding: 35px;
  text-align: center;
  transition: box-shadow 0.2s;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0;
  border: 1px solid #eee;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}
.product-page .product-section .section .row .product-card .dots {
  font-size: 16px;
  position: absolute;
  right: 35px;
  top: 35px;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 768px) {
  .product-page .product-section .section .row .product-card .dots {
    position: relative;
    top: 0;
    right: 0;
  }
}
.product-page .product-section .section .row .product-card .dots span[data-color-name] {
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #060503;
  display: inline-block;
  cursor: pointer;
}
.product-page .product-section .section .row .product-card .dots span[data-color-name].active {
  background: #000;
}
.product-page .product-section .section .row .product-card .dots .dot-color-text {
  font-size: 16px;
  font-style: normal;
  color: #060503;
  line-height: 1;
  margin-left: 2px;
}
.product-page .product-section .section .row .product-card .new-icon {
  position: absolute;
  left: 35px;
  top: 35px;
  width: 80px;
}
@media (max-width: 768px) {
  .product-page .product-section .section .row .product-card .new-icon {
    position: relative;
    left: 0;
    top: 0;
  }
}
.product-page .product-section .section .row .product-card .new-icon img {
  width: 100%;
  margin: 0;
}
.product-page .product-section .section .row .product-card .thumb img {
  margin-bottom: 62px;
  max-height: 301px;
  margin-top: 67px;
  width: auto;
}
.product-page .product-section .section .row .product-card .product-meta .product-title {
  font-size: 27px;
  margin-bottom: 2px;
  font-family: auto;
  color: #333 !important;
}
.product-page .product-section .section .row .product-card .product-meta .product-desc {
  color: #888;
  font-size: 14px;
  margin-bottom: 2px;
}
.product-page .product-section .section .row .product-card .btn-detail {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .product-page {
    padding: 0;
  }
  .product-page .tags {
    margin: 20px;
  }
  .product-page .product-section .section {
    padding-left: 0;
    padding-right: 0;
  }
  .product-page .product-section .section .section-title {
    text-align: center;
  }
  .product-page .product-section .col-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .product-page .product-section .col-6 .product-card {
    padding: 20px !important;
  }
  .product-page .product-section .col-6 .product-card img {
    width: 100% !important;
    margin: 0 auto !important;
  }
  .product-page .product-section .col-6 .product-card .product-title {
    margin-top: 10px !important;
    font-size: 18px !important;
    color: #333 !important;
  }
  .product-page .product-section .col-6 .product-card .product-desc {
    font-size: 14px !important;
  }
  .product-page .product-section .col-6 .product-card .btn-detail {
    font-size: 14px !important;
  }
  .product-page .sidebar {
    width: 100%;
    max-width: auto;
    padding: 10px;
    box-sizing: border-box;
  }
  .product-page .category-nav {
    gap: 16px;
  }
}
.category-nav-bar {
  position: sticky;
  top: 73px;
  z-index: 999;
  background: #f5f5f5;
  padding-top: 20px;
  border-bottom: 2px solid #ccc;
  justify-content: center;
  width: 100%;
}
.category-nav-bar .btn-group {
  position: static;
}
.category-nav-bar .btn-group .prev,
.category-nav-bar .btn-group .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  margin: 0;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}
.category-nav-bar .btn-group .prev {
  left: 8px;
}
.category-nav-bar .btn-group .next {
  right: 8px; 
}
.category-nav-bar.is-scrollable .btn-group .prev,
.category-nav-bar.is-scrollable .btn-group .next {
  display: flex;
}
.category-nav-bar .btn-group .prev.is-disabled,
.category-nav-bar .btn-group .next.is-disabled {
  opacity: 0;
  pointer-events: none;
}
.category-nav-bar .btn-group img {
  width: 14px;
  height: auto;
  display: block;
}
.category-nav-bar .category-nav {
  padding: 0;
  overflow-x: auto;
  gap: 30px;
  align-items: flex-end;
  justify-content: center;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.category-nav-bar .category-nav::-webkit-scrollbar {
  display: none;
}
.category-nav-bar.is-scrollable .category-nav {
  justify-content: flex-start;
  /* padding: 0 44px; */
  margin: 0 50px;
}
.category-nav-bar .category-nav .cat-item {
  flex: 0 0 auto;
  min-width: 90px;
  display: block;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  text-align: center;
  padding-bottom: 26px;
  text-decoration: none;
  color: inherit;
}
.category-nav-bar .category-nav .cat-item.active {
  border-bottom: 3px solid #333;
  color: #000;
  font-weight: bold;
}
.category-nav-bar .category-nav .cat-item.active .menu-cate-icon-img--hover {
  opacity: 1;
}
.category-nav-bar .category-nav .cat-item .menu-cate-icon {
  position: relative;
  display: block;
  margin: 0 auto 4px;
}
.category-nav-bar .category-nav .cat-item .menu-cate-icon .menu-cate-icon-img {
  max-height: 55px;
  width: auto;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}
.category-nav-bar .category-nav .cat-item .menu-cate-icon .menu-cate-icon-img--hover {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.category-nav-bar .category-nav .cat-item:hover .menu-cate-icon-img--hover {
  opacity: 1;
}
.category-nav-bar .category-nav .cat-item span {
  display: block;
  font-size: 14px;
  color: #444;
  white-space: nowrap;
}
.category-nav-bar .category-nav .cat-item:last-child {
  margin-right: 0;
}
.category-nav-bar .category-nav .cat-item:hover span {
  color: #000;
  font-weight: bold;
}

@media (max-width: 768px) {
  .category-nav-bar {
    position: relative;
    top: 0;
  }
  .category-nav-bar .category-nav {
    flex-wrap: wrap !important;
    gap: 10px;
    justify-content: space-around;
    padding: 0 !important;
  }
  .category-nav-bar .category-nav .cat-item {
    flex: 0 0 calc(33.3% - 10px);
    min-width: 0;
    width: calc(33.3% - 10px);
  }
  .category-nav-bar .btn-group .prev,
  .category-nav-bar .btn-group .next {
    display: none !important;
  }
  .category-nav-bar .category-nav .cat-item .menu-cate-icon-img {
    max-height: 50px;
  }
}
