/** Shopify CDN: Minification failed

Line 763:19 The "+" operator only works if there is whitespace on both sides
Line 861:19 The "+" operator only works if there is whitespace on both sides
Line 959:19 The "+" operator only works if there is whitespace on both sides

**/
.series_list {
  width: 100%;
  height: auto;
  padding: 50px 0 100px;
}

.series_list h2 {
  color: #484941;
  text-align: center;
  font-family: "Poppins";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  /* 64.8px */
  letter-spacing: -0.96px;
}

.series_list .trending_text {
  margin-top: 24px;
  color: #484941;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  letter-spacing: -0.54px;
}

.series_list .series_list_filter {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: #F1F0E9;
  backdrop-filter: blur(3px);
  display: flex;
  flex-direction: row;
  align-items: center;
}

.series_list .series_list_filter .series_location {
  width: 260px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.series_list .series_list_filter .series_location .series_title {
  color: #484941;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
}

.series_list .series_list_filter .series_location .location_box {
  margin-top: 4px;
  width: 100%;
  height: auto;
  position: relative;
}

.series_list .series_list_filter .series_location .location_box.active .location_b_bot {
  display: block;
}

.series_list .series_list_filter .series_location .location_box .location_b_top {
  cursor: pointer;
  width: 100%;
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 16px;
  border-radius: 8px;
  border: 1px solid rgba(250, 250, 250, 0.24);
  background: #FAFAFA;
}

.series_list .series_list_filter .series_location .location_box .location_b_top img {
  width: 20px;
  height: 20px;
}

.series_list .series_list_filter .series_location .location_box .location_b_top .location_b_text {
  width: calc(100% - 20px);
  margin-left: 8px;
  padding-right: 30px;
  color: #484941;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
}

.series_list .series_list_filter .series_location .location_box .location_b_top::after {
  content: '';
  width: 20px;
  height: 20px;
  background: url(https://cdn.shopify.com/s/files/1/0630/2479/1667/files/filter_up.png?v=1751611310) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

.series_list .series_list_filter .series_location .location_box .location_b_bot {
  z-index: 999;
  display: none;
  width: 100%;
  height: auto;
  background: #fff;
  position: absolute;
  top: calc(100% + 10px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  left: 0;
  border-radius: 8px;
  overflow: hidden;
  padding: 8px;
}

.series_list .series_list_filter .series_location .location_box .location_b_bot .item {
  cursor: pointer;
  width: 100%;
  height: auto;
  padding: 8px 20px;
  color: #484941;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
}

.series_list .series_list_filter .series_location .location_box .location_b_bot .item:hover {
  background: #F1F0E9;
}

.series_list .series_list_filter .series_location .location_box .location_b_bot .item.active {
  background: #F1F0E9;
}

.series_list .series_list_filter .series_location .location_box .location_b_bot .item:last-child {
  margin-bottom: 0;
}

.series_list .series_list_filter .series_price {
  margin-left: 48px;
  width: 260px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.series_list .series_list_filter .series_price .series_title {
  color: #484941;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
}

.series_list .series_list_filter .series_price .price_box {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 4px;
}

.series_list .series_list_filter .series_price .price_box.active .price_b_bot {
  display: block;
}

.series_list .series_list_filter .series_price .price_box .price_b_top {
  cursor: pointer;
  width: 100%;
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 16px;
  border-radius: 8px;
  border: 1px solid rgba(250, 250, 250, 0.24);
  background: #FAFAFA;
}

.series_list .series_list_filter .series_price .price_box .price_b_top img {
  width: 20px;
  height: 20px;
}

.series_list .series_list_filter .series_price .price_box .price_b_top .price_b_text {
  width: calc(100% - 20px);
  margin-left: 8px;
  padding-right: 30px;
  color: #484941;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
}

.series_list .series_list_filter .series_price .price_box .price_b_top::after {
  content: '';
  width: 20px;
  height: 20px;
  background: url(https://cdn.shopify.com/s/files/1/0630/2479/1667/files/filter_up.png?v=1751611310) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

.series_list .series_list_filter .series_price .price_box .price_b_bot {
  z-index: 999;
  display: none;
  width: 100%;
  height: auto;
  background: #fff;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 8px;
}

.series_list .series_list_filter .series_price .price_box .price_b_bot .item {
  cursor: pointer;
  width: 100%;
  height: auto;
  padding: 8px 20px;
  color: #484941;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
}

.series_list .series_list_filter .series_price .price_box .price_b_bot .item:hover {
  background: #F1F0E9;
}

.series_list .series_list_filter .series_price .price_box .price_b_bot .item.active {
  background: #F1F0E9;
}

.series_list .series_list_filter .series_price .price_box .price_b_bot .item:last-child {
  margin-bottom: 0;
}

.series_list .series_list_filter .series_cate {
  margin-left: 48px;
  width: 260px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.series_list .series_list_filter .series_cate .series_title {
  color: #484941;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
}

.series_list .series_list_filter .series_cate .cate_box {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 4px;
}

.series_list .series_list_filter .series_cate .cate_box.active .cate_b_bot {
  display: block;
}

.series_list .series_list_filter .series_cate .cate_box .cate_b_top {
  cursor: pointer;
  width: 100%;
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 16px;
  border-radius: 8px;
  border: 1px solid rgba(250, 250, 250, 0.24);
  background: #FAFAFA;
}

.series_list .series_list_filter .series_cate .cate_box .cate_b_top img {
  width: 20px;
  height: 20px;
}

.series_list .series_list_filter .series_cate .cate_box .cate_b_top .cate_b_text {
  width: calc(100% - 20px);
  margin-left: 8px;
  padding-right: 15px;
  color: #484941;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
}

.series_list .series_list_filter .series_cate .cate_box .cate_b_top::after {
  content: '';
  width: 20px;
  height: 20px;
  background: url(https://cdn.shopify.com/s/files/1/0630/2479/1667/files/filter_up.png?v=1751611310) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

.series_list .series_list_filter .series_cate .cate_box .cate_b_bot {
  z-index: 999;
  display: none;
  width: 100%;
  height: auto;
  background: #fff;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 8px;
}

.series_list .series_list_filter .series_cate .cate_box .cate_b_bot .item {
  cursor: pointer;
  width: 100%;
  height: auto;
  padding: 8px 20px;
  color: #484941;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
}

.series_list .series_list_filter .series_cate .cate_box .cate_b_bot .item:hover {
  background: #F1F0E9;
}

.series_list .series_list_filter .series_cate .cate_box .cate_b_bot .item.active {
  background: #F1F0E9;
}

.series_list .series_list_filter .series_cate .cate_box .cate_b_bot .item:last-child {
  margin-bottom: 0;
}

.series_list .series_list_filter .explore_now {
  margin-left: 40px;
  padding: 12px 16px 12px 32px;
  border-radius: 8px;
  background: #C3E287;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}

.series_list .series_list_filter .explore_now p {
  color: #484941;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
}

.series_list .series_list_filter .explore_now .now_arrows {
  margin-left: 16px;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #3D5635;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.series_list .series_list_filter .explore_now .now_arrows img {
  width: 24px;
  height: 24px;
}

.series_list .seriews_list_box {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  margin-top: 8px;
}

.series_list .seriews_list_box .pro_box_item {
  width: 100%;
  height: auto;
  margin-top: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  background: #F1F0E9;
}

.series_list .seriews_list_box .pro_box_item:hover {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.series_list .seriews_list_box .pro_box_item .item_img {
  width: 520px;
  height: 300px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.series_list .seriews_list_box .pro_box_item .item_img:hover img {
  transform: scale(1.05);
}

.series_list .seriews_list_box .pro_box_item .item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

.series_list .seriews_list_box .pro_box_item .item_img .is_best {
  display: none;
  padding: 8px 16px;
  background: #C3E287;
  position: absolute;
  top: 22px;
  right: 0;
  color: #042F2F;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 22.4px */
}

.series_list .seriews_list_box .pro_box_item .item_img .has_sell {
  display: block;
}

.series_list .seriews_list_box .pro_box_item .item_info {
  width: calc(100% - 520px);
  height: 300px;
  padding: 28px 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.series_list .seriews_list_box .pro_box_item .item_info h3 {
  color: #484941;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  /* 32.4px */
  letter-spacing: -0.48px;
}

.series_list .seriews_list_box .pro_box_item .item_info .info_box {
  width: 100%;
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.series_list .seriews_list_box .pro_box_item .item_info .info_box .price_box {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.series_list .seriews_list_box .pro_box_item .item_info .info_box .price_box p {
  color: #3D5635;
  font-family: "Poppins";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 45.76px */
  letter-spacing: -0.64px;
}

.series_list .seriews_list_box .pro_box_item .item_info .info_box .price_box span {
  color: #3D5635;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.48px;
}

.series_list .seriews_list_box .pro_box_item .item_info .info_box .location {
  margin-left: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.series_list .seriews_list_box .pro_box_item .item_info .info_box .location img {
  width: 20px;
  height: 20px;
}

.series_list .seriews_list_box .pro_box_item .item_info .info_box .location p {
  margin-left: 8px;
  color: #3D5635;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.series_list .seriews_list_box .pro_box_item .item_info .info_box .departure {
  margin-left: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.series_list .seriews_list_box .pro_box_item .item_info .info_box .departure img {
  width: 20px;
  height: 20px;
}

.series_list .seriews_list_box .pro_box_item .item_info .info_box .departure p {
  margin-left: 8px;
  color: #3D5635;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.series_list .seriews_list_box .pro_box_item .item_info .info_box .date {
  margin-left: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.series_list .seriews_list_box .pro_box_item .item_info .info_box .date img {
  width: 20px;
  height: 20px;
}

.series_list .seriews_list_box .pro_box_item .item_info .info_box .date p {
  margin-left: 8px;
  color: #3D5635;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.series_list .seriews_list_box .pro_box_item .item_info .item_abstract {
  margin-top: 24px;
  color: #484941;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  height: 54px;
  letter-spacing: -0.54px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.series_list .seriews_list_box .pro_box_item .item_info a {
  margin-top: 24px;
  padding: 12px 24px;
  border-radius: 12px;
  border: 1px solid  #484941;
  background: transparent;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.series_list .seriews_list_box .pro_box_item .item_info a:hover {
  background: #dfded5;
}

.series_list .seriews_list_box .pro_box_item .item_info a p {
  color: #484941;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  letter-spacing: -0.48px;
}

.series_list .seriews_list_box .pro_box_item .item_info a img {
  margin-left: 8px;
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 1024px) {
  .series_list {
    width: 100%;
    height: auto;
    padding: 10.66667vw 0;
  }
  .series_list h2 {
    color: #484941;
    text-align: center;
    font-family: "Poppins";
    font-size: 9.06667vw;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    /* 64.8*$mw */
    letter-spacing: -0.128vw;
  }
  .series_list .trending_text {
    margin-top: 3.2vw;
    color: #484941;
    text-align: center;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27*$mw */
    letter-spacing: -0.072vw;
  }
  .series_list .series_list_filter {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    padding: 3.2vw;
    border-radius: 1.06667vw;
    border: 0.13333vw solid rgba(255, 255, 255, 0.24);
    background: #F1F0E9;
    backdrop-filter: blur(0.4vw);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5.33333vw;
  }
  .series_list .series_list_filter .series_location {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .series_list .series_list_filter .series_location .series_title {
    color: #484941;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 22.4*$mw */
  }
  .series_list .series_list_filter .series_location .location_box {
    margin-top: 1.33333vw;
    width: 100%;
    height: auto;
    position: relative;
  }
  .series_list .series_list_filter .series_location .location_box.active .location_b_bot {
    display: block;
  }
  .series_list .series_list_filter .series_location .location_box .location_b_top {
    cursor: pointer;
    width: 100%;
    height: 10.66667vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 2.13333vw;
    border-radius: 2.13333vw;
    border: 0.13333vw solid rgba(250, 250, 250, 0.24);
    background: #FAFAFA;
  }
  .series_list .series_list_filter .series_location .location_box .location_b_top img {
    width: 5.33333vw;
    height: 5.33333vw;
  }
  .series_list .series_list_filter .series_location .location_box .location_b_top .location_b_text {
    width: calc(100% - 5.33333vw);
    margin-left: 2.13333vw;
    padding-right: 4vw;
    color: #484941;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 500;
    line-height: 4.26667vw;
    /* 150% */
  }
  .series_list .series_list_filter .series_location .location_box .location_b_top::after {
    content: '';
    width: 5.33333vw;
    height: 5.33333vw;
    background: url(https://cdn.shopify.com/s/files/1/0630/2479/1667/files/filter_up.png?v=1751611310) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 2.13333vw;
    transform: translateY(-50%);
  }
  .series_list .series_list_filter .series_location .location_box .location_b_bot {
    z-index: 999;
    display: none;
    width: 100%;
    height: auto;
    background: #fff;
    position: absolute;
    top: calc(100% +2.66667vw);
    box-shadow: 0 0.26667vw 0.66667vw rgba(0, 0, 0, 0.1);
    left: 0;
    border-radius: 2.13333vw;
    overflow: hidden;
    padding: 2.13333vw;
  }
  .series_list .series_list_filter .series_location .location_box .location_b_bot .item {
    cursor: pointer;
    width: 100%;
    height: auto;
    padding: 1.06667vw 2.66667vw;
    color: #484941;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 500;
    line-height: 4.26667vw;
    /* 150% */
  }
  .series_list .series_list_filter .series_location .location_box .location_b_bot .item:hover {
    background: #F1F0E9;
  }
  .series_list .series_list_filter .series_location .location_box .location_b_bot .item.active {
    background: #F1F0E9;
  }
  .series_list .series_list_filter .series_location .location_box .location_b_bot .item:last-child {
    margin-bottom: 0;
  }
  .series_list .series_list_filter .series_price {
    margin-left: 0vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .series_list .series_list_filter .series_price .series_title {
    color: #484941;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 22.4*$mw */
  }
  .series_list .series_list_filter .series_price .price_box {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 1.33333vw;
  }
  .series_list .series_list_filter .series_price .price_box.active .price_b_bot {
    display: block;
  }
  .series_list .series_list_filter .series_price .price_box .price_b_top {
    cursor: pointer;
    width: 100%;
    height: 10.66667vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 2.13333vw;
    border-radius: 2.13333vw;
    border: 0.13333vw solid rgba(250, 250, 250, 0.24);
    background: #FAFAFA;
  }
  .series_list .series_list_filter .series_price .price_box .price_b_top img {
    width: 5.33333vw;
    height: 5.33333vw;
  }
  .series_list .series_list_filter .series_price .price_box .price_b_top .location_b_text {
    width: calc(100% - 5.33333vw);
    margin-left: 2.13333vw;
    padding-right: 4vw;
    color: #484941;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 500;
    line-height: 4.26667vw;
    /* 150% */
  }
  .series_list .series_list_filter .series_price .price_box .price_b_top::after {
    content: '';
    width: 5.33333vw;
    height: 5.33333vw;
    background: url(https://cdn.shopify.com/s/files/1/0630/2479/1667/files/filter_up.png?v=1751611310) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 2.13333vw;
    transform: translateY(-50%);
  }
  .series_list .series_list_filter .series_price .price_box .price_b_bot {
    z-index: 999;
    display: none;
    width: 100%;
    height: auto;
    background: #fff;
    position: absolute;
    top: calc(100% +2.66667vw);
    box-shadow: 0 0.26667vw 0.66667vw rgba(0, 0, 0, 0.1);
    left: 0;
    border-radius: 2.13333vw;
    overflow: hidden;
    padding: 2.13333vw;
  }
  .series_list .series_list_filter .series_price .price_box .price_b_bot .item {
    cursor: pointer;
    width: 100%;
    height: auto;
    padding: 1.06667vw 2.66667vw;
    color: #484941;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 500;
    line-height: 6.66667vw;
    /* 150% */
  }
  .series_list .series_list_filter .series_price .price_box .price_b_bot .item:hover {
    background: #F1F0E9;
  }
  .series_list .series_list_filter .series_price .price_box .price_b_bot .item.active {
    background: #F1F0E9;
  }
  .series_list .series_list_filter .series_price .price_box .price_b_bot .item:last-child {
    margin-bottom: 0;
  }
  .series_list .series_list_filter .series_cate {
    margin-left: 0vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .series_list .series_list_filter .series_cate .series_title {
    color: #484941;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 22.4*$mw */
  }
  .series_list .series_list_filter .series_cate .cate_box {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 1.33333vw;
  }
  .series_list .series_list_filter .series_cate .cate_box.active .cate_b_bot {
    display: block;
  }
  .series_list .series_list_filter .series_cate .cate_box .cate_b_top {
    cursor: pointer;
    width: 100%;
    height: 10.66667vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 2.13333vw;
    border-radius: 2.13333vw;
    border: 0.13333vw solid rgba(250, 250, 250, 0.24);
    background: #FAFAFA;
  }
  .series_list .series_list_filter .series_cate .cate_box .cate_b_top img {
    width: 5.33333vw;
    height: 5.33333vw;
  }
  .series_list .series_list_filter .series_cate .cate_box .cate_b_top .location_b_text {
    width: calc(100% - 5.33333vw);
    margin-left: 2.13333vw;
    padding-right: 4vw;
    color: #484941;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 500;
    line-height: 6.66667vw;
    /* 150% */
  }
  .series_list .series_list_filter .series_cate .cate_box .cate_b_top::after {
    content: '';
    width: 5.33333vw;
    height: 5.33333vw;
    background: url(https://cdn.shopify.com/s/files/1/0630/2479/1667/files/filter_up.png?v=1751611310) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 2.13333vw;
    transform: translateY(-50%);
  }
  .series_list .series_list_filter .series_cate .cate_box .cate_b_bot {
    z-index: 999;
    display: none;
    width: 100%;
    height: auto;
    background: #fff;
    position: absolute;
    top: calc(100% +2.66667vw);
    box-shadow: 0 0.26667vw 0.66667vw rgba(0, 0, 0, 0.1);
    left: 0;
    border-radius: 2.13333vw;
    overflow: hidden;
    padding: 2.13333vw;
  }
  .series_list .series_list_filter .series_cate .cate_box .cate_b_bot .item {
    cursor: pointer;
    width: 100%;
    height: auto;
    padding: 1.06667vw 2.66667vw;
    color: #484941;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 500;
    line-height: 6.66667vw;
    /* 150% */
  }
  .series_list .series_list_filter .series_cate .cate_box .cate_b_bot .item:hover {
    background: #F1F0E9;
  }
  .series_list .series_list_filter .series_cate .cate_box .cate_b_bot .item.active {
    background: #F1F0E9;
  }
  .series_list .series_list_filter .series_cate .cate_box .cate_b_bot .item:last-child {
    margin-bottom: 0;
  }
  .series_list .series_list_filter .explore_now {
    width: 100%;
    margin-left: 0vw;
    padding: 3.2vw 0vw 3.2vw 0vw;
    border-radius: 2.13333vw;
    background: #C3E287;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .series_list .series_list_filter .explore_now p {
    color: #484941;
    font-family: "Poppins";
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 500;
    line-height: 4.26667vw;
    /* 150% */
  }
  .series_list .series_list_filter .explore_now .now_arrows {
    margin-left: 4.26667vw;
    width: 8vw;
    height: 8vw;
    border-radius: 2.13333vw;
    background: #3D5635;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .series_list .series_list_filter .explore_now .now_arrows img {
    width: 5.33333vw;
    height: 5.33333vw;
  }
  .series_list .seriews_list_box {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    margin-top: 1.06667vw;
  }
  .series_list .seriews_list_box .pro_box_item {
    width: 100%;
    height: auto;
    margin-top: 4.26667vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: inherit;
    border-radius: 2.13333vw;
    background: #F1F0E9;
  }
  .series_list .seriews_list_box .pro_box_item:hover {
    box-shadow: 0.66667vw 0.66667vw 1.33333vw rgba(0, 0, 0, 0.2);
  }
  .series_list .seriews_list_box .pro_box_item .item_img {
    width: 100%;
    height: auto;
    border-radius: 2.13333vw;
    position: relative;
    overflow: hidden;
  }
  .series_list .seriews_list_box .pro_box_item .item_img:hover img {
    transform: scale(1);
  }
  .series_list .seriews_list_box .pro_box_item .item_img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: all 0.6s;
  }
  .series_list .seriews_list_box .pro_box_item .item_img .is_best {
    padding: 2.13333vw 4.26667vw;
    background: #C3E287;
    position: absolute;
    top: 2.93333vw;
    right: 0;
    color: #042F2F;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 22.4*$mw */
  }
  .series_list .seriews_list_box .pro_box_item .item_info {
    width: calc(100%);
    height: auto;
    padding: 3.73333vw 5.33333vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .series_list .seriews_list_box .pro_box_item .item_info h3 {
    color: #484941;
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    /* 32.4*$mw */
    letter-spacing: -0.064vw;
  }
  .series_list .seriews_list_box .pro_box_item .item_info .info_box {
    width: 100%;
    margin-top: 3.2vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5.33333vw;
  }
  .series_list .seriews_list_box .pro_box_item .item_info .info_box .price_box {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }
  .series_list .seriews_list_box .pro_box_item .item_info .info_box .price_box p {
    color: #3D5635;
    font-family: "Poppins";
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    /* 45.76*$mw */
    letter-spacing: -0.08533vw;
  }
  .series_list .seriews_list_box .pro_box_item .item_info .info_box .price_box span {
    color: #3D5635;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.064vw;
  }
  .series_list .seriews_list_box .pro_box_item .item_info .info_box .location {
    margin-left: 0vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .series_list .seriews_list_box .pro_box_item .item_info .info_box .location img {
    width: 5.33333vw;
    height: 5.33333vw;
  }
  .series_list .seriews_list_box .pro_box_item .item_info .info_box .location p {
    margin-left: 2.13333vw;
    color: #3D5635;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .series_list .seriews_list_box .pro_box_item .item_info .info_box .departure {
    margin-left: 0vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .series_list .seriews_list_box .pro_box_item .item_info .info_box .departure img {
    width: 5.33333vw;
    height: 5.33333vw;
  }
  .series_list .seriews_list_box .pro_box_item .item_info .info_box .departure p {
    margin-left: 2.13333vw;
    color: #3D5635;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .series_list .seriews_list_box .pro_box_item .item_info .info_box .date {
    margin-left: 0vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .series_list .seriews_list_box .pro_box_item .item_info .info_box .date img {
    width: 5.33333vw;
    height: 5.33333vw;
  }
  .series_list .seriews_list_box .pro_box_item .item_info .info_box .date p {
    margin-left: 2.13333vw;
    color: #3D5635;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .series_list .seriews_list_box .pro_box_item .item_info .item_abstract {
    margin-top: 6.4vw;
    color: #484941;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    /* 27*$mw */
    height: 14.4vw;
    letter-spacing: -0.072vw;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .series_list .seriews_list_box .pro_box_item .item_info a {
    margin-top: 6.4vw;
    width: 100%;
    padding: 3.2vw 0vw;
    border-radius: 1.6vw;
    border: 0.13333vw solid #484941;
    background: transparent;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .series_list .seriews_list_box .pro_box_item .item_info a:hover {
    background: #dfded5;
  }
  .series_list .seriews_list_box .pro_box_item .item_info a p {
    color: #484941;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 24*$mw */
    letter-spacing: -0.064vw;
  }
  .series_list .seriews_list_box .pro_box_item .item_info a img {
    margin-left: 2.13333vw;
    width: 5.33333vw;
    height: 5.33333vw;
  }
}
