/** Shopify CDN: Minification failed

Line 26:0 Unexpected "}"

**/
.custom-button {
  border-radius: 20px;
  background: linear-gradient(-38deg, #781416 0%, #bd2d2f 100%);
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  min-width: 200px;
  padding: 10px;
}

@media (max-width: 768px) {
  .custom-button {
    padding: 5px;
    font-size: 14px;
  }
  img {
    min-width: 100% !important;}
  }
}

.collapsible-content .accordion em strong,
.image-with-text__text em strong {
  color: #bd2d30;
}

.header__icons {
  align-items: center;
}
