.pc__data.data3 {
order: 4;
}

html .testing .pc__item {
  grid-template-columns: 160px 1fr 1fr 1fr;
}

h2.product_title.entry-title {
  font-size: 2.8rem;
  letter-spacing: 0 !important;
}
@media (max-width: 788px) {
  html .testing .pc__item {
	grid-template-columns: 1fr 1fr 1fr;
  }
  html .testing .pc__title {
  grid-column: 1 / span 3;
}
h2.product_title.entry-title {
  font-size: 2.2rem !important;
}
}
.woocommerce-main-image.zoom {
  border: 1px solid white !important;
}