/* COLORS */
/* FONTS */
*::selection {
  background-color: #137104 !important;
  color: #fff; }

.article-product-card {
  background-color: #fff;
  padding: 24px;
  width: unset;
  max-width: 253px; }
  .article-product-card__name {
    text-transform: uppercase;
    color: #000;
    font-family: "Asap-Bold";
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    align-self: flex-start;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .article-product-card__image {
    max-height: 170px;
    width: auto !important; }
  .article-product-card a.article-product-card__button {
    color: #fff;
    font-family: "Asap";
    background-color: #137104;
    width: 100%;
    display: flex;
    height: 32px;
    min-width: 224px;
    padding: 0 16px;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    line-height: normal;
    border-radius: 4px; }
    .article-product-card a.article-product-card__button svg {
      display: none; }

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