.shop_category .product_category .main_product {
  border: 1px solid #f0f2f5;
  border-right: none;
  padding: 20px 10px;
}
.shop_category .product_category .main_product:last-child {
  border-right: 1px solid #f0f2f5;
}
@media (max-width: 1023px) {
  .shop_category .product_category .main_product {
    border-bottom: none;
  }
  .shop_category .product_category .main_product:nth-child(2),
  .shop_category .product_category .main_product:nth-child(4) {
    border-right: 1px solid #f0f2f5;
  }
  .shop_category .product_category .main_product:nth-last-child(1),
  .shop_category .product_category .main_product:nth-last-child(2) {
    border-bottom: 1px solid #f0f2f5;
  }
}
.post_stack .pep-inner_post_stack img {
  max-height: 220px;
}
