.category_main {
  padding: 1rem 0 211px;
  background: url(../svg/products-bg.svg) no-repeat top center / 98.4375% auto;
}
.category_main .top {
  padding: 13px 0;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  border-bottom: 1px solid #d1d1d1;
}
.category_main .top .quantity {
  color: #5e5f60;
  font-size: 19px;
  font-weight: 500;
}
.category_main .top .sort {
  display: flex;
  align-items: center;
}
.category_main .top .sort::before {
  content: '';
  display: block;
  width: 26px;
  height: 17px;
  background: url(../svg/lines.svg) no-repeat center / contain;
  margin-right: 10px;
}
.category_main .top .sort span {
  color: #242424;
  font-size: 18px;
}
.category_main .top .sort select {
  border: none;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  outline: none;
  padding: 0 20px 0 10px;
  background: url(../svg/select-full.svg) no-repeat right center / 11px;
}
.category_main .breadcrumbs {
  padding: 30px 0 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  white-space: nowrap;
  font-size: 15px;
  line-height: 28px;
  text-transform: uppercase;
}
.category_main .breadcrumbs .clear {
  padding: 2px 11px 0;
  cursor: pointer;
  background-color: #f0f0f0;
  transition: all 0.3s;
}
.category_main .breadcrumbs .clear:hover {
  color: #fff;
  background-color: var(--title_color);
}
.category_main .breadcrumbs p {
  padding: 2px 11px 0;
  background-color: #ffefc2;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  gap: 6px;
  transition: all 0.3s;
}
.category_main .breadcrumbs p:hover {
  background-color: var(--theme_color);
}
.category_main .breadcrumbs p i {
  display: block;
  cursor: pointer;
  border-radius: 50%;
  padding: 4px;
  transition: all 0.3s;
  margin-right: -2px;
}
.category_main .breadcrumbs p i::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  transition: all 0.3s;
  background: url(../svg/close.svg) no-repeat center / contain;
}
.category_main .breadcrumbs p i:hover {
  background-color: var(--title_color);
}
.category_main .breadcrumbs p i:hover::after {
  filter: contrast(0) brightness(2);
}
.category_main .list .product_items {
  display: grid;
  gap: 34px 22px;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 70px;
  position: relative;
}
.category_main .list p.center {
  min-height: 52px;
}
.category_banner {
  margin-bottom: 28px;
  padding-bottom: 44px;
  position: relative;
  z-index: 2;
  background: url(../png/cate-banner.png) no-repeat bottom center / cover;
  color: #fff;
  background-color: #0c0d11!important;
}
.category_banner::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: linear-gradient(to top, #0c0d11 0%, #0c0d11 26%, transparent 100%);
}
.category_banner .left {
  width: 37.868853%;
}
.category_banner .flex {
  min-height: 572px;
  padding: 4rem 0;
}
.category_banner .head {
  padding-bottom: 12.987013%;
}
.category_banner .head i {
  display: block;
  width: 65px;
  height: 65px;
  background: no-repeat center / contain;
  filter: contrast(0) brightness(2);
  margin-bottom: 28px;
}
.category_banner .head h1 {
  font-size: 4rem;
  line-height: 77px;
  font-weight: 600;
  text-transform: uppercase;
}
.category_banner .head p {
  margin-top: 22px;
  line-height: 26px;
  font-weight: 300;
  opacity: 0.9;
}
.category_banner .breadcrumbs {
  min-height: 76px;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}
.category_banner .breadcrumbs span {
  color: #8f94a0;
}
.category_banner .breadcrumbs span span {
  color: #fff;
}
.category_banner .breadcrumbs span a {
  color: #8f94a0;
  transition: all 0.3s;
}
.category_banner .breadcrumbs span a:hover {
  color: #fff;
}
.category_banner .content::after {
  content: '';
  display: block;
  width: 100vw;
  height: 44px;
  background-color: #fff;
  position: absolute;
  right: -1rem;
  bottom: -44px;
  clip-path: polygon(0 0, calc(100% - 2rem) 0, 100% 100%, 0 100%);
  z-index: 3;
}
.category_banner .img {
  width: 51.7213115%;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: -5rem;
}
.category_banner .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: top;
}
.category_banner .back {
  z-index: 2;
  right: 0%;
}
.category_banner .front {
  z-index: 4;
  right: 12.459017%;
}
.category_brand_banner {
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
  background: url(../jpg/cate-brand-banner.jpg) no-repeat bottom center / cover;
  color: #fff;
  background-color: #0c0d11;
}
.category_brand_banner::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: linear-gradient(to top, #0c0d11 0%, #0c0d11 26%, rgba(12, 13, 17, 0.5) 100%);
  opacity: 0.93;
}
.category_brand_banner .flex {
  min-height: 570px;
  padding: 4rem 0;
}
.category_brand_banner .left {
  width: 37.868853%;
  width: 50%;
}
.category_brand_banner .head {
  padding-top: 6.926407%;
}
.category_brand_banner .head .subtitle {
  color: #fff;
  opacity: 0.8;
  margin-bottom: 10px;
}
.category_brand_banner .head h1 {
  font-size: 4rem;
  line-height: 77px;
  font-weight: 600;
  text-transform: uppercase;
}
.category_brand_banner .head p {
  margin-top: 20px;
  line-height: 26px;
  font-weight: 300;
  opacity: 0.9;
  max-width: 700px;
}
.category_brand_banner .head .like {
  margin-top: 2rem;
  width: 54px;
  height: 54px;
  background-color: #26272b;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.category_brand_banner .head .like::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  transition: all 0.3s;
  background: url(../svg/like-star.svg) no-repeat center / contain;
}
.category_brand_banner .head .like:hover,
.category_brand_banner .head .like.liked {
  background-image: url(../svg/liked-star.svg);
}
.category_brand_banner .head .like:active::after {
  transform: scale(0.9);
}
.category_brand_banner .breadcrumbs {
  min-height: 124px;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}
.category_brand_banner .breadcrumbs span {
  color: #8f94a0;
}
.category_brand_banner .breadcrumbs span span {
  color: #fff;
}
.category_brand_banner .breadcrumbs span a {
  color: #8f94a0;
  transition: all 0.3s;
}
.category_brand_banner .breadcrumbs span a:hover {
  color: #fff;
}
.category_brand_banner .right {
  width: 47.37705%;
  filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.65));
}
.category_brand_banner .logo {
  position: relative;
  background: url(../svg/cate-brand-bg.svg) no-repeat center / cover;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
  padding-bottom: 60.207613%;
}
.category_brand_banner .logo img {
  position: absolute;
  left: 7px;
  top: 9px;
  width: calc(100% - 14px);
  height: calc(100% - 18px);
  display: block;
  object-fit: cover;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
}
.category_brand_banner .content::after {
  content: '';
  display: block;
  width: 100vw;
  height: 60px;
  background-color: #fff;
  position: absolute;
  right: -2.295082%;
  bottom: -60px;
  clip-path: polygon(0 0, calc(100% - 46px) 0, 100% 100%, 0 100%);
}
.category_brand_intro {
  padding: 13px 0 70px;
  background: url(../svg/cate-brand-intro-bg.svg) no-repeat top center / 98.4375% auto;
}
.category_brand_intro .items {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 4.918033%;
}
.category_brand_intro .items .item {
  display: grid;
  grid-template-columns: 38% 1fr;
  align-items: center;
  border-bottom: 1px solid #e1e1e1;
  line-height: 25px;
  padding: 30px 0 18px;
  word-break: break-word;
}
.category_brand_intro .items .item:last-child {
  border-bottom: none;
}
.category_brand_intro .items .item:nth-last-child(2):not(:nth-child(even)) {
  border-bottom: none;
}
.category_brand_intro .items .item .T {
  padding-right: 1rem;
  color: #585858;
  font-size: 18px;
}
.category_brand_intro .items .item .C {
  font-size: 18px;
  font-weight: 500;
}
.category_brand_intro .items .item a {
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s;
}
.category_brand_intro .items .item a:hover {
  text-decoration: underline;
}
.category_brand_intro .items .item .social {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.category_brand_intro .items .item .social li a {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0.02);
  position: relative;
  overflow: hidden;
  text-indent: -999px;
}
.category_brand_intro .items .item .social li a::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background: no-repeat center / contain;
  transition: all 0.3s;
  filter: contrast(0) brightness(0);
}
.category_brand_intro .items .item .social li a:hover {
  background-color: var(--theme_color);
}
.category_brand_intro .items .item .social .facebook a::after {
  background-image: url(../svg/icon-facebook-w.svg);
}
.category_brand_intro .items .item .social .twitter a::after {
  background-image: url(../svg/icon-twitter-w.svg);
}
.category_brand_intro .items .item .social .youtube a::after {
  background-image: url(../svg/icon-youtube-w.svg);
}
.category_brand_intro .items .item .social .instagram a::after {
  background-image: url(../svg/icon-instagram-w.svg);
}
.category_brand_intro .items .item .social .tfw a::after {
  background-image: url(../svg/icon-tfw-w.svg);
}
.category_pre_banner {
  padding-bottom: 76px;
  position: relative;
  z-index: 2;
  background: url(../jpg/cate-pre-banner.jpg) no-repeat bottom center / cover;
  color: #fff;
  background-color: #0c0d11;
}
.category_pre_banner::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: linear-gradient(to top, #0c0d11 0%, #0c0d11 26%, transparent 100%);
}
.category_pre_banner .flex.between {
  position: relative;
}
.category_pre_banner .flex.between::after {
  content: '';
  display: block;
  width: 100vw;
  height: 76px;
  background-color: #fff;
  position: absolute;
  right: -3.442623%;
  bottom: -76px;
  clip-path: polygon(0 0, calc(100% - 58px) 0, 100% 100%, 0 100%);
}
.category_pre_banner .left {
  width: 37.868853%;
  padding: 4rem 0;
}
.category_pre_banner .flex_middle {
  min-height: 490px;
}
.category_pre_banner .head {
  padding-bottom: 30.303%;
}
.category_pre_banner .head .subtitle {
  color: #fff;
  opacity: 0.8;
  margin-bottom: 8px;
}
.category_pre_banner .head h1 {
  font-size: 4rem;
  line-height: 77px;
  font-weight: 600;
  text-transform: uppercase;
}
.category_pre_banner .head p {
  margin-top: 20px;
  line-height: 26px;
  font-weight: 300;
  opacity: 0.9;
  max-width: 454px;
}
.category_pre_banner .breadcrumbs {
  padding-bottom: 20px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}
.category_pre_banner .breadcrumbs span {
  color: #8f94a0;
}
.category_pre_banner .breadcrumbs span span {
  color: #fff;
}
.category_pre_banner .breadcrumbs span a {
  color: #8f94a0;
  transition: all 0.3s;
}
.category_pre_banner .breadcrumbs span a:hover {
  color: #fff;
}
.category_pre_banner .right {
  width: 61.3115%;
}
.category_pre_banner .category_pre_banner_swiper {
  overflow: hidden;
}
.category_pre_banner .category_pre_banner_swiper .swiper-slide {
  padding: 34px 0 66px;
  overflow: hidden;
}
.category_pre_banner .category_pre_banner_swiper a {
  display: block;
  position: relative;
  color: #fff;
}
.category_pre_banner .category_pre_banner_swiper a:hover img {
  transform: scale(1.03);
}
.category_pre_banner .category_pre_banner_swiper .img {
  margin: 0 auto;
  max-width: 600px;
  aspect-ratio: 1/1;
}
.category_pre_banner .category_pre_banner_swiper .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: top;
  transition: all 0.5s;
  aspect-ratio: 1/1;
}
.category_pre_banner .category_pre_banner_swiper .info {
  width: 100%;
  max-width: 180px;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 43px 0;
  transition: all 0.3s 0.2s;
  transform: translateX(20%);
}
.category_pre_banner .category_pre_banner_swiper .info .state {
  opacity: 0.6;
  font-size: 14px;
  text-transform: uppercase;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  gap: 6px;
  margin-bottom: 8px;
}
.category_pre_banner .category_pre_banner_swiper .info .state::before {
  content: '';
  display: block;
  width: 26px;
  height: 12px;
  background: url(../svg/lines2.svg) no-repeat center / contain;
}
.category_pre_banner .category_pre_banner_swiper .info .title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}
.category_pre_banner .category_pre_banner_swiper .info .price_box {
  margin-top: 14px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 8px;
}
.category_pre_banner .category_pre_banner_swiper .info .price_box .price {
  font-size: 18px;
  display: inline;
  vertical-align: top;
}
.category_pre_banner .category_pre_banner_swiper .info .price_box .price ins {
  text-decoration: none;
}
.category_pre_banner .category_pre_banner_swiper .info .price_box .price del {
  opacity: 0.58;
  font-size: 14px;
}
.category_pre_banner .category_pre_banner_swiper .info .price_box .discount {
  display: inline-block;
  vertical-align: top;
  background-color: #e52e2e;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  padding: 1px 14px 0 10px;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%);
}
.category_pre_banner .category_pre_banner_swiper .swiper-slide-active .info {
  transform: translate(0);
}
.category_pre_banner .btns {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  max-width: 654px;
}
.category_pre_banner .btns div {
  position: absolute;
  left: 0;
  top: 50%;
  width: 2rem;
  height: 18px;
  transform: translateY(-50%);
  background: url(../svg/arrow-line-w.svg) no-repeat center / contain;
  transition: all 0.3s;
  cursor: pointer;
}
.category_pre_banner .btns .btn_next {
  left: unset;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
.category_pre_banner .btns .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.category_flash_banner {
  padding-bottom: 44px;
  margin-bottom: 38px;
  overflow: hidden;
  background: url(../svg/cate-flash-banner-bg.svg) no-repeat bottom center / cover;
}
.category_flash_banner .content::after {
  content: '';
  display: block;
  width: 100vw;
  height: 44px;
  background-color: #fff;
  position: absolute;
  right: -1rem;
  bottom: -44px;
  clip-path: polygon(0 0, calc(100% - 2rem) 0, 100% 100%, 0 100%);
  z-index: 3;
}
.category_flash_banner .left {
  min-width: 37.868853%;
}
.category_flash_banner .flex_middle {
  min-height: 567px;
  padding: 4rem 0;
}
.category_flash_banner .head .subtitle {
  margin-bottom: 8px;
}
.category_flash_banner .head h1 {
  font-size: 4rem;
  line-height: 77px;
  font-weight: 600;
  text-transform: uppercase;
}
.category_flash_banner .head p {
  margin-top: 20px;
  line-height: 26px;
  max-width: 454px;
}
.category_flash_banner .head .countdown {
  margin-top: 28px;
}
.category_flash_banner .breadcrumbs {
  min-height: 106px;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}
.category_flash_banner .breadcrumbs span {
  color: #8b6f0c;
}
.category_flash_banner .breadcrumbs span span {
  color: var(--title_color);
}
.category_flash_banner .breadcrumbs span a {
  color: #8b6f0c;
  transition: all 0.3s;
}
.category_flash_banner .breadcrumbs span a:hover {
  color: var(--title_color);
}
.category_flash_banner .right {
  min-width: 69.09836%;
}
.category_flash_banner .category_flash_banner_swiper {
  overflow: hidden;
}
.category_flash_banner .category_flash_banner_swiper .swiper-slide {
  overflow: hidden;
  padding-top: 60px;
}
.category_flash_banner .category_flash_banner_swiper a {
  display: block;
  position: relative;
}
.category_flash_banner .category_flash_banner_swiper a:hover img {
  transform: scale(1.02);
}
.category_flash_banner .category_flash_banner_swiper .img {
  padding-bottom: 73.309609%;
  position: relative;
}
.category_flash_banner .category_flash_banner_swiper .img img {
  width: 90%;
  height: 90%;
  object-fit: contain;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
  vertical-align: top;
}
.category_flash_banner .category_flash_banner_swiper .info {
  width: 100%;
  max-width: 362px;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 70px 0;
  transition: all 0.3s 0.2s;
  transform: translateX(20%);
}
.category_flash_banner .category_flash_banner_swiper .info .state {
  opacity: 0.8;
  font-size: 14px;
  text-transform: uppercase;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  gap: 6px;
  margin-bottom: 8px;
}
.category_flash_banner .category_flash_banner_swiper .info .state::before {
  content: '';
  display: block;
  width: 26px;
  height: 12px;
  background: url(../svg/lines3.svg) no-repeat center / contain;
}
.category_flash_banner .category_flash_banner_swiper .info .title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}
.category_flash_banner .category_flash_banner_swiper .info .price_box {
  margin-top: 11px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 8px;
}
.category_flash_banner .category_flash_banner_swiper .info .price_box .price {
  font-size: 18px;
  display: inline;
  vertical-align: top;
  font-weight: 500;
}
.category_flash_banner .category_flash_banner_swiper .info .price_box .price ins {
  text-decoration: none;
}
.category_flash_banner .category_flash_banner_swiper .info .price_box .price del {
  opacity: 0.58;
  font-size: 14px;
}
.category_flash_banner .category_flash_banner_swiper .info .price_box .discount {
  display: inline-block;
  vertical-align: top;
  background-color: #e52e2e;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  padding: 1px 14px 0 10px;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%);
}
.category_flash_banner .category_flash_banner_swiper .swiper-slide-active .info {
  transform: translate(0);
}
.category_flash_banner .btns {
  position: absolute;
  left: 6px;
  top: 55%;
  transform: translateY(-50%);
  z-index: 2;
  width: 100%;
  max-width: 780px;
}
.category_flash_banner .btns div {
  position: absolute;
  left: 0;
  top: 50%;
  width: 2rem;
  height: 18px;
  transform: translateY(-50%);
  background: url(../svg/arrow-line-b.svg) no-repeat center / contain;
  transition: all 0.3s;
  cursor: pointer;
}
.category_flash_banner .btns .btn_next {
  left: unset;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
.category_flash_banner .btns .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}


.sidebar .icon_open {
  width: 45px;
  height: 40px;
  border-radius: 0 20rem 20rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  background-color: #23252b;
  cursor: pointer;
}
.sidebar .icon_open:after {
  content: "";
  width: 25px;
  height: 25px;
  transition: all 0.3s;
  background: url('../svg/close-yellow.svg') no-repeat center / contain;
  display: inline-block;
}
.sidebar.hide .icon_open:after {
  background-image: url('../svg/menu.svg');
}

.category_sidebar .items{
  display: flex;
  flex-direction: column;
}
.filter_reference{
  order: 99;
}