/* Product categories on front page */
.products-grey-scale .bolt-media__media {
  filter: grayscale(100%);
  background: #d9d9d9;
}

/* Product categories on front page */
/* News on front page */
.wp-block-post-date {
  background: none;
}

/* News on front page */
/* svg-align-right */
@media (min-width: 777px) {
  .svg-align-right {
    right: -160px;
    margin-top: -50px;
  }
}
/* Cover set to content width - Until theme settings are working again */
.bolt-cover {
  --bolt-cover-max-width: 1220px;
}

/* Cover set to content width - Until theme settings are working again */