/* Product-page surface: light technical texture without the former hard dark band. */
.single-product .em-content {
  background-color: #f3f5f2;
  background-image:
    radial-gradient(circle at 10% 4%, rgba(217, 31, 46, .055), transparent 25rem),
    radial-gradient(circle at 90% 8%, rgba(29, 138, 134, .05), transparent 23rem),
    linear-gradient(rgba(16, 19, 22, .026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 19, 22, .026) 1px, transparent 1px);
  background-position: center top;
  background-size: auto, auto, 56px 56px, 56px 56px;
}
