.product_grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
}

.product_grid {
  margin: 0px -10px;
}
@media screen and (max-width: 500px) {
  .product_grid {
    margin: 0px -5px;
  }
}
.product_grid .item {
  float: left;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  width: calc(25% - 20px);
  margin: 0px 10px 40px;
}
.product_grid .item img {
  transition: 0.5s all ease;
}
.product_grid .item:hover {
  /*box-shadow: #64646f33 0px 7px 29px 0px;*/
}
.product_grid .item:hover .arraw_right {
  opacity: 1;
}
.product_grid .item:hover img {
  transform: scale(1.025);
}
@media screen and (max-width: 800px) {
  .product_grid .item {
    width: calc(33.333% - 20px);
  }
}
@media screen and (max-width: 500px) {
  .product_grid .item {
    width: calc(50% - 10px);
    margin: 0px 5px 15px;
  }
}
.product_grid .product_image {
  position: relative;
  text-align: center;
  margin-bottom: 0px;
  overflow: hidden;
  /*margin: -10px;*/
}
.product_grid .product_image a {
  display: grid;
}
.product_grid .product_image img {
  width: 100%;
  height: auto;
}
.product_grid .hot_icon {
  position: absolute;
  top: 5px;
  width: 2.604vw;
  height: 2.604vw;
  font-size: 0.833vw;
  border-radius: 50%;
  text-align: center;
  color: #1d1d1d;
  line-height: 2.604vw;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  opacity: 0.9;
  font-weight: 650;
  box-shadow: 0px 0px 5px #e1e1e1;
}
@media screen and (max-width: 1024px) {
  .product_grid .hot_icon {
    width: 40px;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
  }
}
.product_grid .arraw_right {
  position: absolute;
  bottom: 3px;
  right: 10px;
  opacity: 0;
  transition: 0.5s all ease;
  display: none;
}
.product_grid .arraw_right span {
  display: inline-block;
  background: var(--sub-color);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  padding-top: 0px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_grid .arraw_right span svg {
  fill: #fff;
  width: 19px;
  height: 19px;
}

.is_new,
.is_promotion {
  border-radius: 50%;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  box-sizing: border-box;
  position: absolute;
  left: 10px;
  top: 10px;
  background: #fead00;
  font-size: 11px;
  width: 38px;
  height: 38px;
  padding-top: 10px;
  z-index: 1;
}
@media screen and (max-width: 500px) {
  .is_new,
  .is_promotion {
    font-size: 10px;
    width: 32px;
    height: 32px;
    padding-top: 8px;
  }
}

.is_promotion {
  background: var(--sub-color);
  left: 48px;
}
@media screen and (max-width: 500px) {
  .is_promotion {
    left: 42px;
  }
}

.is_promotion_l0 {
  left: 10px !important;
}
@media screen and (max-width: 500px) {
  .is_promotion_l0 {
    left: 42px;
  }
}

.frame_inner > h2,
.frame_inner > h3,
.frame_inner > .div_name {
  margin-top: 20px;
  overflow: hidden;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .frame_inner > h2,
  .frame_inner > h3,
  .frame_inner > .div_name {
    margin-top: 15px;
  }
}

.frame_inner > h2 a:hover {
  color: var(--main-color);
}

.frame_inner > h3 a:hover {
  color: var(--main-color);
}

.product_grid .name {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  box-sizing: border-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 46px;
}
@media screen and (max-width: 500px) {
  .product_grid .name {
    line-height: 1.4;
  }
}

.price_arae {
  display: flex;
  align-items: flex-end;
  font-weight: 450;
  margin-top: 13px;
}
@media screen and (max-width: 1024px) {
  .price_arae {
    margin-top: 10px;
  }
}
.price_arae sup {
  vertical-align: super;
}
.price_arae .price_current {
  color: var(--main-color);
  text-align: left;
  font-size: 1.563vw;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .price_arae .price_current {
    font-size: 20px;
  }
}
@media screen and (max-width: 450px) {
  .price_arae .price_current {
    font-size: 18px;
  }
}
.price_arae .price_current sup {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .price_arae .price_current sup {
    font-size: 14px;
  }
}
.price_arae .price_old {
  text-decoration: line-through;
  color: #000000;
  font-size: 0.938vw;
  text-align: left;
  margin-left: 15px;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .price_arae .price_old {
    font-size: 14px;
  }
}
@media screen and (max-width: 450px) {
  .price_arae .price_old {
    font-size: 13px;
    margin-left: 10px;
  }
}
.price_arae .price_old sup {
  font-size: 12px;
}
.price_arae .price_old span {
  text-decoration: line-through;
}