.paging + .lp-buttons {
  margin-top: 120px;
}
@media only screen and (max-width: 900px) {
  .paging + .lp-buttons {
    margin-top: 80px;
  }
}
.lp-product-list.-zoom {
  margin-bottom: 0;
}

.lp-product-list__item.-row {
  flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
}

@media only screen and (min-width: 901px) {
  .lp-product-list__item.-row {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.lp-product-list__item.-row + .lp-product-list__item.-row {
  margin-top: 70px;
}
@media only screen and (max-width: 900px) {
  .lp-product-list__item.-row + .lp-product-list__item.-row {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 901px) {
  .lp-product-list__item.-row.-reverse {
    flex-direction: row-reverse;
  }
}

.lp-product-list__item.-row .lp-product_name {
  font-weight: 600;
}

@media only screen and (min-width: 901px) {
  .lp-product-list__item.-row .lp-product_name {
    margin-top: 0;
  }
}

.lp-product-list__item.-row .lp-product__detail {
  margin-bottom: 0;
}

@media only screen and (min-width: 901px) {
  .lp-product-list__item.-row .lp-product-list__image {
    flex: 0 1 50%;
  }
}

@media only screen and (max-width: 1024px) {
  .lp-product-list__item.-row .lp-product-list__image {
    position: relative;
  }
}

@media only screen and (max-width: 1024px) {
  .lp-product-list__item.-row .lp-product-list__image::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 901px) {
  .lp-product-list__item.-row .lp-product-list__contents {
    flex: 0 1 46.25%;
  }
}

.zoomContainer {
  z-index: 1 !important;
}

@media only screen and (max-width: 900px) {
  .zoomContainer {
    display: none;
  }
}
