.template-404 .button,
.template-cart .button,
.template-search .button {
  --button-background-color: #073d2d;
  --button-color: #fff;
  --button-border-color: #073d2d;
  min-height: 52px;
  padding-inline: 28px;
  border-radius: 0;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.template-404 .button:hover,
.template-cart .button:hover,
.template-search .button:hover {
  --button-background-color: #052a20;
  --button-color: #fff;
}

.template-list-collections .resource-list__item .collection-card {
  --ratio: 1.3333;
}

.template-list-collections .resource-list__item .resource-image__image {
  object-fit: cover;
}
