/* COLORS */
/* FONTS */
/* COMPONENTS */
.article-product-card {
  background-color: #fff;
  padding: 24px;
  width: auto;
  max-width: 302px;
  border-radius: 2px; }
  .article-product-card__name {
    text-transform: uppercase;
    color: #5A403E;
    font-family: "Arquitecta-Black";
    font-size: 20px;
    font-style: normal;
    font-weight: 950;
    line-height: 24px;
    /* 120% */
    text-transform: uppercase;
    align-self: flex-start;
    margin-bottom: 0 !important;
    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;
    margin: 24px auto !important; }
  .article-product-card a.article-product-card__button {
    color: #fff;
    font-family: "Arquitecta-Regular";
    background-color: #83412C;
    display: none;
    height: 44px;
    padding: 0 16px;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 16px;
    /* 114.286% */
    letter-spacing: 0.42px;
    text-transform: uppercase;
    border-radius: 2px; }
    .article-product-card a.article-product-card__button svg {
      display: none; }

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