.best-of {
  margin: 2.5rem 0;
}
.best-of ul.best-of__list li.best-of__item {
  display: block;
  padding-left: 0 !important;
}
.best-of ul.best-of__list li.best-of__item.hide {
  display: none;
}
.best-of ul.best-of__list li.best-of__item .best-of__wrap {
  display: grid;
  grid-template-columns: 190px minmax(130px, 358px) 180px;
  list-style-type: unset;
  grid-column-gap: 10px;
}
.best-of ul.best-of__list li.best-of__item:not(:last-child) {
  border-bottom: thin solid #969696;
  padding-bottom: 15px;
}
.best-of ul.best-of__list li.best-of__item::before {
  display: none;
}
.best-of__img {
  grid-row: 1/4;
  align-items: center;
  align-self: center;
  align-content: center;
  display: flex;
}
.best-of__img img {
  margin: 0;
  width: 100%;
}
.best-of__content {
  display: contents;
}
.best-of__btn {
  color: #000;
  cursor: pointer;
  text-align: center;
  width: fit-content;
  padding: 20px;
  transition: 0.3s ease;
  background-color: #e8e8e8;
  border: 1px solid #959595;
  min-width: 210px;
  margin: auto;
  display: block;
  border-radius: 5px;
  font-weight: 500;
}
.best-of__btn:hover {
  background-color: #fff;
}
.best-of__subtitle {
  grid-column: 2;
  font-size: 12px;
  color: #a78546;
  font-weight: 700;
  text-transform: uppercase;
}
.best-of__title {
  grid-column: 2;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.1;
}
.best-of a.best-of__more {
  grid-column: 2;
  width: fit-content;
  height: fit-content;
  color: #000;
  position: relative;
}
.best-of a.best-of__more::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #a78546;
  transition: 0.3s ease;
}
.best-of a.best-of__more:hover::after {
  width: 0;
}
.best-of__btns {
  grid-area: 2/3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.best-of__btns a:first-child {
  margin-bottom: 10px;
}
.best-of__btns a.buynow {
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .best-of ul.best-of__list li.best-of__item .best-of__wrap {
    grid-template-columns: 1fr;
  }
  .best-of__content {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .best-of__img {
    margin-bottom: 15px;
  }
  .best-of__title {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  .best-of__subtitle {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .best-of a.best-of__more {
    margin: 0 auto;
  }
  .best-of__btns {
    margin-bottom: 10px;
  }
  .best-of__btns a.buynow {
    padding: 0 20px;
  }
}

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