/* 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: 18px;
    line-height: 20.63px;
    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%;
    text-align: center;
    border-radius: 10px;
    padding: 8px 12px; }
    .article-product-card a.article-product-card__button svg {
      display: none; }

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