/* v2.1.6: the washi art extends below each contained product photograph. */
:root {
  /* Increase this value to make the Doberman background image more visible. */
  --chisou-material-dog-opacity: .58;
}

.material-section::before {
  opacity: var(--chisou-material-dog-opacity);
}

.material-section::after {
  background: linear-gradient(90deg, rgba(11, 14, 10, .94) 0%, rgba(11, 14, 10, .78) 44%, rgba(11, 14, 10, .5) 100%);
}

.material-row__photo,
.material-row:nth-child(even) .material-row__photo {
  overflow: visible;
}

.material-row__photo::before {
  inset: 0 0 -46px;
  background-size: auto;
  background-position: center top;
}

@media (max-width: 767px) {
  :root {
    --chisou-material-dog-opacity: .62;
  }

  .material-section::after {
    background: linear-gradient(180deg, rgba(11, 14, 10, .78) 0%, rgba(11, 14, 10, .64) 44%, rgba(11, 14, 10, .74) 100%);
  }

  .material-row__photo::before {
    inset: 0 0 -32px;
    background-size: auto;
  }
}
