.shop .feather_products {
  max-width: 860px;
  margin: 0 auto;
}
.shop .feather_products .grid {
  padding: 0 24px;
  padding-bottom: 48px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
}
@media screen and (max-width: 1024px) {
  .shop .feather_products .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.shop .feather_products .grid .pic {
  margin-bottom: 10px;
}
.shop .feather_products .grid .pic img {
  width: 100%;
}
.shop .feather_products .grid .text {
  font-size: 21px;
  color: #000;
}
.shop .all_products .section_title {
  width: 100%;
  height: 340px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.shop .all_products .section_title .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  font-size: 55px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.shop .all_products .bg {
  background-color: #000;
  padding: 48px 0;
}
.shop .all_products .bg .wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .shop .all_products .bg .wrap {
    flex-direction: column;
    padding: 0 24px;
  }
}
.shop .all_products .bg .wrap .category {
  width: 25%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .shop .all_products .bg .wrap .category {
    width: 100%;
  }
}
.shop .all_products .bg .wrap .category a {
  color: #fff;
  font-size: 21px;
}
.shop .all_products .bg .wrap .category a.active {
  color: rgb(25, 164, 165);
  font-weight: bolder;
}
.shop .all_products .bg .wrap .list {
  width: 75%;
}
@media screen and (max-width: 1024px) {
  .shop .all_products .bg .wrap .list {
    width: 100%;
  }
}
.shop .all_products .bg .wrap .list .cate {
  display: none;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .shop .all_products .bg .wrap .list .cate {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.shop .all_products .bg .wrap .list .cate.active {
  display: grid;
}
.shop .all_products .bg .wrap .list .cate a .pic {
  margin-bottom: 12px;
}
.shop .all_products .bg .wrap .list .cate a .pic img {
  width: 100%;
}
.shop .all_products .bg .wrap .list .cate a .text {
  color: #fff;
  font-size: 21px;
}

/*# sourceMappingURL=shop.css.map */
