.category_banner {
  background: url(../img/cate-bg.png) no-repeat bottom center / cover;
}
.category_banner .flex {
  padding: 14px 0;
}
.category_banner .head {
  flex: 1;
  max-width: 452px;
  padding-bottom: 7.214%;
}
.category_banner .head strong {
  display: block;
  font-size: 54px;
  font-weight: 900;
  line-height: 75px;
}
.category_banner .head p {
  color: #3d3d3d;
  font-size: 18px;
  line-height: 31px;
  margin-top: 12px;
}
.category_banner .pic {
  margin-right: 12px;
  width: 48.5246%;
  aspect-ratio: 592/581;
  background: url(../img/cate-banner-bg.png) no-repeat center / contain;
}
.category_banner .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: top;
}
.category_banner .cate {
  margin-top: -304px;
  transform: translateY(200px);
  padding: 34px 3.6886% 31px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
.category_banner .cate .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.category_banner .cate .title strong {
  flex: 1;
  font-size: 28px;
  font-weight: 600;
}
.category_banner .category_banner_swiper {
  margin-top: 30px;
  overflow: hidden;
}
.category_banner .category_banner_swiper .swiper-slide.active .img::after {
  opacity: 1;
}
.category_banner .category_banner_swiper .swiper-slide a:hover .img::after {
  opacity: 1;
}
.category_banner .category_banner_swiper .swiper-slide a:hover img {
  transform: scale(1.05);
}
.category_banner .category_banner_swiper .swiper-slide .img {
  aspect-ratio: 214/188;
  background-color: #eff9f7;
  border-radius: 9px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.category_banner .category_banner_swiper .swiper-slide .img::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: var(--btnbg_gradient);
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
}
.category_banner .category_banner_swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: top;
  transition: all 0.5s;
}
.category_banner .category_banner_swiper .swiper-slide p {
  font-size: 18px;
  font-weight: 600;
  margin-top: 22px;
  line-height: 1.5;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.category_banner .category_banner_swiper .swiper-slide{
  width: 214px;
  margin-right: 15px;
}
.category_banner .swiper_btns {
  display: flex;
  align-items: center;
  gap: 18px;
}
.category_banner .swiper_btns div {
  width: 53px;
  height: 53px;
  transition: all 0.3s;
  opacity: 1;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fb844c;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.category_banner .swiper_btns div:hover {
  box-shadow: 0 0 10px var(--theme_color);
}
.category_banner .swiper_btns div::after {
  content: '';
  display: block;
  width: 8px;
  height: 14px;
  background: url(../img/pd-btn.svg) no-repeat center / contain;
  transition: all 0.3s;
  filter: contrast(0) brightness(2);
}
.category_banner .swiper_btns .btn_next {
  transform: rotate(180deg);
}
.category_banner .swiper_btns .swiper-button-disabled {
  pointer-events: none;
  background-color: #e2e8e8;
  box-shadow: none;
}
.category_banner .swiper_btns .swiper-button-disabled::after {
  filter: none;
}
.category_main {
  padding: 282px 0 145px;
}
.category_main .head .subtitle {
  color: #029df7;
  font-size: 18px;
  display: block;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.category_main .head h1 {
  color: #212121;
  font-size: 3rem;
  font-weight: 900;
  line-height: 62px;
}
.category_main .filter {
  margin-top: 46px;
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}
.category_main .filter span {
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}
.category_main .filter select {
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  width: 307px;
  height: 58px;
  border: none;
  color: #666666;
  font-size: 20px;
  cursor: pointer;
  padding: 0 36px 0 24px;
  background: url(../img/select.svg) no-repeat right 24px center / 12px;
}
.category_main .main {
  margin-top: 54px;
}
.category_main .main .container {
  margin-bottom: 76px;
  display: grid;
  gap: 34px 2.787%;
  grid-template-columns: repeat(3, 1fr);
}
