:root {
  --button-color: #7E7367;
  --button-color-hover: #464039;
  --button-color-active: #38332E;
  --button-color-disabled: #D8D4CF;
  --button-color-disabled-background: #F8F7F7;
  --button-color-secondary-background: #D8D4CF; }

.article-product-card {
  background-color: #F8F7F7;
  width: 250px;
  padding: 40px;
  border-radius: 8px; }
  @media (min-width: 1024px) {
    .article-product-card {
      width: 394px; } }
  .article-product-card__image {
    border-radius: 8px; }
  .article-product-card__name {
    color: #464039;
    font-family: "Ubuntu", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 136%; }
  .article-product-card a.article-product-card__button {
    font-family: "Ubuntu", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 136%;
    background-color: #464039;
    border-radius: 1000px;
    padding: 12px 16px;
    color: #fff; }

[data-pet-world="Dog"] .article-product-card, body[data-color-site="dogColor"] .article-product-card {
  background-color: #F9F2EC; }
  [data-pet-world="Dog"] .article-product-card a.article-product-card__button, body[data-color-site="dogColor"] .article-product-card a.article-product-card__button {
    background-color: #936031; }

[data-pet-world="Cat"] .article-product-card, body[data-color-site="catColor"] .article-product-card {
  background-color: #F0F6EE; }
  [data-pet-world="Cat"] .article-product-card a.article-product-card__button, body[data-color-site="catColor"] .article-product-card a.article-product-card__button {
    background-color: #4A773C; }

/*# sourceMappingURL=articleProductCard.css.map*/