:root {
  --main-font-family: "Gotham Pro", sans-serif; }

:root {
  --body-bg: #fff; }

.filter-result {
  margin-bottom: 24px; }
  .filter-result__empty {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .filter-result__empty svg {
      width: 120px;
      height: 148px;
      margin: 48px 0 20px; }
    .filter-result__empty span {
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      text-align: center; }

@media (max-width: 575.98px) {
  .filter-result__empty {
    font-size: 16px; }
  .filter-result.grid {
    justify-content: space-between;
    padding: 0 16px; }
    .filter-result.grid .col-sm-4 {
      width: calc((100% - 10px) / 2);
      padding: 0; }
    .filter-result.grid .coffee-card {
      padding: 10px 10px 8px;
      height: 100%;
      min-height: auto;
      display: flex;
      flex-direction: column; }
      .filter-result.grid .coffee-card__info {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        margin: 0;
        padding: 0;
        background-color: transparent;
        box-shadow: none; }
      .filter-result.grid .coffee-card__controls {
        margin-top: auto; }
      .filter-result.grid .coffee-card-controls__variants {
        flex-direction: column;
        align-items: flex-start;
        height: auto; }
      .filter-result.grid .coffee-card-controls__weight {
        margin-bottom: 5px;
        margin-right: 0; }
      .filter-result.grid .coffee-card__delivery {
        display: none; }
      .filter-result.grid .coffee-card__image {
        height: 110px; }
      .filter-result.grid .coffee-card__image img {
        height: 100%;
        width: 100%;
        object-fit: contain; }
      .filter-result.grid .coffee-card--active .filter-result.grid .coffee-card__meta,
      .filter-result.grid .coffee-card:hover .filter-result.grid .coffee-card__meta {
        bottom: 0; }
    .filter-result.grid .variants-group--weight .variants-group__item {
      flex: 0 0 44px;
      width: 44px;
      max-width: 44px; }
    .filter-result.grid .product-card-footer {
      border-top: none;
      color: #25262a; }
      .filter-result.grid .product-card-footer__quantity {
        display: none; }
    .filter-result.grid .catalog__promo {
      margin: 0 -32px 32px; } }

.article-bookmark {
  display: block;
  height: 24px;
  width: 24px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0;
  background-color: transparent;
  font-size: 0;
  color: #fff;
  transition: all 0.25s ease-out; }

.article-bookmark:hover {
  color: #ff7e7e;
  opacity: 0.5; }

.article-bookmark--active {
  color: #ff7e7e; }

.article-bookmark-detail {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  height: 24px;
  width: auto;
  color: #eaebee;
  background-color: transparent;
  transition: all 0.25s ease-out;
  margin-top: 12px;
  margin-left: auto; }
  .article-bookmark-detail:hover, .article-bookmark-detail:focus {
    outline: none;
    border: none; }
  .article-bookmark-detail svg {
    transition: all 0.25s ease-out; }
  .article-bookmark-detail span {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #25262a; }
  @media (max-width: 575.98px) {
    .article-bookmark-detail {
      margin-top: 17px;
      margin-left: initial; } }

.article-bookmark-detail:hover svg {
  color: #ff7e7e;
  opacity: 0.5; }

.article-bookmark-detail--active {
  color: #ff7e7e; }

.article-card {
  position: relative;
  display: block;
  padding: 15px 20px 20px;
  background-color: #fff9de;
  background-repeat: no-repeat;
  background-position: right bottom;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.25s ease-out; }
  .article-card:hover {
    transform: translateY(-3%);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06); }
  .article-card__bookmark {
    position: absolute;
    right: 22px;
    top: 20px;
    z-index: 2; }
  .article-card__categories {
    height: 24px; }
  .article-card__categories .tag::first-letter {
    text-transform: uppercase; }
  .article-card__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    border-radius: 8px;
    font-size: 0; }
  .article-card__title {
    height: 144px;
    margin-bottom: 5px;
    padding-right: 36px;
    overflow: hidden;
    font-size: 24px;
    font-weight: normal;
    line-height: 36px;
    text-overflow: ellipsis; }

@media (max-width: 575.98px) {
  .article-card:hover {
    transform: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06); } }

.article-detail {
  margin-top: 32px;
  margin-bottom: 66px;
  color: #656668;
  font-size: 16px; }
  .article-detail .container {
    min-width: 900px;
    max-width: 900px; }
  .article-detail iframe {
    width: 100%; }
  .article-detail img {
    width: 100%;
    height: 100%; }
  .article-detail h1,
  .article-detail h2,
  .article-detail h3,
  .article-detail h4,
  .article-detail h5,
  .article-detail h6 {
    color: #25262a; }
  .article-detail h2 {
    margin-top: 20px;
    font-size: 26px; }
  .article-detail h3 {
    margin-top: 20px;
    font-size: 20px; }
  .article-detail a {
    text-decoration: underline; }
  .article-detail table td {
    border: 1px solid #25262a;
    padding: 5px; }
  .article-detail__header {
    margin-bottom: 26px; }
  .article-detail__aside-image {
    overflow: hidden;
    margin-bottom: 32px;
    border-radius: 8px; }
    .article-detail__aside-image img {
      width: 100%; }
  .article-detail .article-detail__subtitle {
    max-width: 602px;
    margin-top: 16px;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #656668; }
  @media (max-width: 575.98px) {
    .article-detail {
      margin-top: 16px; }
      .article-detail .container {
        min-width: 100%;
        width: 100%; }
      .article-detail__header {
        margin-bottom: 22px;
        overflow: hidden; } }

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