<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.category-left-box {
  padding: 0 !important;
  border: 0;
}
.category-left-box &gt; h2 {
  margin: 0;
  margin-bottom: 30px;
}
.category-left-box .sidebar-widget {
  padding-right: 20px;
}
.category-left-box .sidebar-widget &gt; li {
  padding: 25px 0 0;
  margin: 0;
  border-bottom: 1px solid #EEEEEE;
}
.category-left-box .sidebar-widget &gt; li .category-href {
  font-size: 18px;
  margin: 0;
}
.category-left-box .sidebar-widget &gt; li ul {
  padding: 20px 0 0;
}
.category-left-box .sidebar-widget &gt; li ul li {
  border: 0;
  border-top: 1px solid #EEEEEE;
  padding: 15px 0;
}
.next-prev-pro {
  display: flex;
  position: relative;
}
.next-prev-pro .prev,
.next-prev-pro .next {
  width: 36px;
  height: 36px;
  border-radius: 36px;
  border: 2px solid #C0A629;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  transition: all 0.5s;
}
.next-prev-pro .prev .img1,
.next-prev-pro .next .img1 {
  display: block;
}
.next-prev-pro .prev .img2,
.next-prev-pro .next .img2 {
  display: none;
}
.next-prev-pro .prev:hover,
.next-prev-pro .next:hover {
  background: #C0A629;
  cursor: pointer;
}
.next-prev-pro .prev:hover .img1,
.next-prev-pro .next:hover .img1 {
  display: none;
}
.next-prev-pro .prev:hover .img2,
.next-prev-pro .next:hover .img2 {
  display: block;
}
.next-prev-pro .img {
  position: absolute;
  top: 50px;
  left: 15px;
}
.next-prev-pro .img img {
  width: 88px;
  border: 2px solid #C0A629;
}
.breadcrumb-wrapper {
  background: url("/image/catalog/banner/Group%2029.png") no-repeat center / cover;
  position: relative;
  height: 440px;
}
.breadcrumb-wrapper .breadcrumb {
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 73%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
}
.breadcrumb-wrapper .breadcrumb h1 {
  position: absolute;
  bottom: 100%;
  left: 0;
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  font-family: 'Bold';
  text-align: center;
  width: 100%;
}
.breadcrumb-wrapper .breadcrumb li {
  display: none;
}
.breadcrumb-wrapper .breadcrumb li a {
  font-size: 20px;
  color: #fff;
}
.breadcrumb-wrapper .breadcrumb li + li:before {
  padding: 0 3px 0 0;
  color: #fff;
  content: "/";
  font-size: 20px;
  font-weight: bold;
  position: relative;
  top: -2px;
  margin: 0 5px;
}
.gallery-thumbs .prev,
.gallery-thumbs .next {
  position: absolute;
  z-index: 1000;
  left: 38%;
  transform: translateX(-50%);
  width: 36px;
  height: 36px;
  border-radius: 36px;
  background: #666666;
  border: 2px solid #666666;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  transition: all 0.5s;
}
.gallery-thumbs .prev img,
.gallery-thumbs .next img {
  width: auto !important;
  height: auto !important;
  max-width: initial !important;
}
.gallery-thumbs .prev {
  top: 10px;
}
.gallery-thumbs .prev img {
  transform: rotate(90deg);
}
.gallery-thumbs .next {
  bottom: 10px;
}
.gallery-thumbs .next img {
  transform: rotate(90deg);
}
.gallery-thumbs .prev:hover,
.gallery-thumbs .next:hover {
  border-color: #fff;
  cursor: pointer;
}
.product-wrapper .product-thumb {
  height: 100%;
}
.product-wrapper .product-thumb img {
  width: 100%;
}
.product-wrapper .product-thumb .p1 {
  font-weight: 700;
  font-size: 18px;
  color: #000;
  margin-top: 15px;
}
.product-wrapper .product-thumb .p2 {
  font-size: 16px;
  color: #000;
}
.product-wrapper .product-thumb .cart {
  border: 1px solid #C0A629;
  display: flex;
  align-items: center;
  transition: all 0.5s;
  color: #C0A629;
  font-size: 14px;
}
.product-wrapper .product-thumb .cart img {
  width: 13px;
  margin-right: 10px;
}
.product-wrapper .product-thumb .cart .img1 {
  display: block;
}
.product-wrapper .product-thumb .cart .img2 {
  display: none;
}
.product-wrapper .product-thumb .cart:hover {
  background: #C0A629;
  color: #fff;
}
.product-wrapper .product-thumb .cart:hover .img1 {
  display: none;
}
.product-wrapper .product-thumb .cart:hover .img2 {
  display: block;
}
.product-wrapper .product-thumb .product-button-wrapper {
  position: absolute;
  top: 10px;
  left: 10px;
}
.product-wrapper .product-thumb .product-button-wrapper button {
  height: 32px;
  display: block;
  width: 32px;
  border-radius: 50%;
  color: #5163b0;
  background: #e5e5e5;
  border: 0;
}
.product-wrapper .product-thumb .product-button-wrapper button.active,
.product-wrapper .product-thumb .product-button-wrapper button:hover {
  color: #fff;
  background: #000;
}
.product-wrapper .product-thumb .image {
  overflow: hidden;
  position: relative;
}
.product-wrapper .product-thumb .image img {
  width: 100%;
  transition: all 0.5s;
}
.product-wrapper .product-thumb .image .view {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #C0A629;
  color: #fff;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transform: translateY(100%);
}
.product-wrapper .product-thumb .caption {
  background: #fff;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.product-wrapper .product-thumb .caption .product-name {
  overflow: hidden;
  font-size: 18px;
  margin-top: 15px;
}
.product-wrapper .product-thumb .caption .product-level {
  margin-top: 15px;
}
.product-wrapper .product-thumb .caption .price {
  margin-top: 10px;
  font-size: 18px;
  color: #333;
  display: flex;
  align-items: center;
}
.product-wrapper .product-thumb .caption .price .price-old {
  margin-left: 10px;
}
.product-wrapper .product-thumb .caption .cart {
  width: 100%;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  background: #000;
  padding: 0;
  height: 52px;
  margin-top: 20px;
}
.product-wrapper .product-thumb .caption:hover {
  height: 100%;
}
.product-wrapper .product-thumb .caption:hover .quantity-box {
  position: absolute;
  bottom: 70px;
  width: 100%;
  opacity: 1;
}
.product-wrapper .product-thumb .position-caption {
  position: absolute;
  top: 0;
}
.product-wrapper .product-thumb .position-caption .quantity-box {
  transition: all 0.5s;
  opacity: 0;
  border: 1px solid #e2e2e2;
  display: flex;
  height: 42px;
}
.product-wrapper .product-thumb .position-caption .quantity-box &gt; div {
  background: #f2f2f2;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.product-wrapper .product-thumb .position-caption .quantity-box .jia {
  border-left: 1px solid #e2e2e2;
}
.product-wrapper .product-thumb .position-caption .quantity-box .jian {
  border-right: 1px solid #e2e2e2;
}
.product-wrapper .product-thumb .position-caption .quantity-box input {
  height: 100%;
  width: calc(100% - 80px);
  box-shadow: initial;
  border: 0;
}
.product-wrapper .product-thumb .position-caption .cart {
  position: absolute;
  bottom: 0;
}
.product-wrapper .product-thumb .position-caption .product-attr {
  margin-top: 20px;
}
.product-wrapper .product-thumb .position-caption .product-attr p {
  font-size: 16px;
  color: #666666;
  line-height: 2;
}
.product-wrapper .padding-bottom {
  padding-bottom: 175px;
}
.product-wrapper .padding-bottom .caption {
  height: 32.5%;
}
.product-wrapper .product-thumb:hover .image img {
  transform: scale(1.1);
}
.product-wrapper .product-thumb:hover .image .view {
  transform: translateY(0);
}
.product-info .form-group select {
  border: 1px solid #E5E5E5;
  color: #666666;
  height: 50px;
  font-size: 18px;
  background: #F7F7F7;
  border-radius: initial;
  margin-top: 10px;
}
.product-info .product-option-radio {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.product-info .product-option-radio .radio {
  margin-right: 10px;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  padding: 0;
}
.product-info .product-option-radio .radio label {
  display: block;
  padding: 10px 20px;
  color: #000;
  font-size: 16px;
}
.product-info .product-option-radio .radio input {
  display: none;
}
.product-info .product-option-radio .active {
  background: #000;
}
.product-info .product-option-radio .active label {
  color: #fff;
}
.product-info .description p,
.product-info .description div,
.product-info .description span,
.product-info .description b,
.product-info .description font,
.product-info .description strong {
  line-height: 2;
  font-size: 16px;
  color: #333;
}
.product-content .nav-tabs li {
  margin: 0;
}
.product-content .nav-tabs li a {
  padding: 10px 50px;
  background: transparent;
  border-radius: initial;
  color: #000;
}
.product-content .nav-tabs li a:hover {
  color: #000;
}
.product-content .nav-tabs li.active a,
.product-content .nav-tabs li:hover a {
  border-top: 2px solid #000;
}
.pagination li a,
.pagination li span {
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  border-radius: 30px !important;
  border: 1px solid #DDDDDD;
  color: #808080;
}
.pagination .active span {
  background-color: #CCAF6B;
  border-color: #fff;
}
/*# sourceMappingURL=update.css.map */</pre></body></html>