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

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

.add-to-cart {
  display: block;
  width: 40px;
  height: 40px;
  border: 0;
  padding: 0;
  background-color: #656668;
  border-radius: 50%;
  color: #fff;
  font-size: 0;
  background-image: url("/local/js/specialty/assets/images//icon-shopping-cart.svg");
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.15s ease-out; }

.add-to-cart--active {
  background-image: url("/local/js/specialty/assets/images//icon-in-cart.svg");
  cursor: default;
  background-color: #000; }

.add-to-cart--loading {
  background-image: none; }

.coffee-card {
  position: relative;
  z-index: 1;
  min-height: 375px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #eaebee;
  background-color: #fff; }
  .coffee-card__backdrop {
    display: none;
    position: absolute;
    top: 70px;
    right: -16px;
    left: -16px;
    text-align: center; }
  .coffee-card__fav {
    position: absolute;
    z-index: 2;
    top: 2px;
    right: 4px; }
    .coffee-card__fav .favorite-heart {
      color: #656668; }
      .coffee-card__fav .favorite-heart--active {
        color: #ff7e7e; }
  .coffee-card__grader {
    text-align: right; }
  .coffee-card__image-wrapper {
    position: relative;
    margin-bottom: 13px; }
  .coffee-card__image {
    display: block;
    width: 100%;
    height: 260px;
    position: relative;
    z-index: 1;
    font-size: 0;
    cursor: pointer;
    transition: all 0.2s linear; }
  .coffee-card__image img {
    display: block;
    margin: 0 auto;
    transition: all 0.2s linear;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain; }
  .coffee-card__image-descriptor {
    position: absolute;
    bottom: 0; }
  .coffee-card__image-descriptor img {
    max-width: 125px;
    height: auto;
    margin: 0; }
  .coffee-card__info {
    padding: 3px 0 6px;
    border-radius: 6px;
    transition: all 0.2s linear; }
  .coffee-card__meta {
    position: relative;
    bottom: 0;
    min-height: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #656668;
    font-size: 12px;
    line-height: 16px;
    transition: all 0.2s linear; }
  .coffee-card__quantity {
    opacity: 0;
    transition: all 0.2s linear; }
  .coffee-card__rating {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    font-size: 14px; }
    .coffee-card__rating span {
      margin-left: 4px; }
    .coffee-card__rating .coffee-card__reviews {
      margin-left: 10px;
      display: flex;
      align-items: center; }
      .coffee-card__rating .coffee-card__reviews svg {
        color: #c39b70; }
  .coffee-card__roaster {
    padding-right: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    max-width: calc(100% - 62px); }
  .coffee-card__grade {
    white-space: nowrap; }
  .coffee-card__tags {
    position: absolute;
    z-index: 2;
    top: 2px;
    left: 4px; }
  .coffee-card__tastes, .coffee-card__row {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 20px;
    margin: 0 0 6px;
    font-size: 14px;
    line-height: 20px; }
    .coffee-card__tastes::first-letter, .coffee-card__row::first-letter {
      text-transform: uppercase; }
  .coffee-card__title {
    display: block;
    margin-bottom: 2px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    cursor: pointer; }
  .coffee-card__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: auto; }
  .coffee-card__row-title {
    flex: 0 0 44%;
    width: 44%;
    color: #7c7e82; }
  .coffee-card__row-text {
    flex: 0 0 46%;
    width: 46%;
    color: #7c7e82;
    text-align: right;
    white-space: normal;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: auto; }
  .coffee-card__variant-label {
    border-color: rgba(101, 102, 104, 0.5);
    color: #656668; }
  .coffee-card__variant-label svg {
    fill: currentColor; }
  .coffee-card__variant-label:hover {
    border-color: #656668; }
  input:checked ~ .coffee-card__variant-label {
    border-color: #656668;
    background-color: #656668;
    color: #fff; }
    input:checked ~ .coffee-card__variant-label svg {
      fill: #fff; }
  .coffee-card__delivery {
    display: flex;
    align-items: center;
    max-height: 20px;
    opacity: 1;
    transition: all 0.2s linear; }
    .coffee-card__delivery svg {
      margin-right: 7px; }
    .coffee-card__delivery-title {
      font-size: 12px;
      line-height: 16px; }

@media (max-width: 575.98px) {
  .coffee-card__row-text {
    height: auto;
    -webkit-line-clamp: 4; }
  .filter-result.grid .coffee-card__row {
    display: block; }
  .filter-result.grid .coffee-card__row-title {
    font-weight: bold;
    margin-bottom: 0; }
  .filter-result.grid .coffee-card__row-text {
    width: 100%;
    text-align: left; } }

.coffee-card--active .coffee-card__footer,
.coffee-card:hover .coffee-card__footer {
  color: #e64376; }

.coffee-card--active .coffee-card__image,
.coffee-card:hover .coffee-card__image {
  height: 244px; }

.coffee-card--active .coffee-card__image-descriptor img,
.coffee-card:hover .coffee-card__image-descriptor img {
  height: auto; }

.coffee-card--active .coffee-card__info,
.coffee-card:hover .coffee-card__info {
  margin-top: -13px;
  padding-top: 12px;
  background-color: #fff; }

.coffee-card--active .coffee-card__meta,
.coffee-card:hover .coffee-card__meta {
  bottom: 13px; }

.coffee-card--active .coffee-card__info--no-shadow,
.coffee-card:hover .coffee-card__info--no-shadow {
  box-shadow: none; }

.coffee-card--active .coffee-card__quantity,
.coffee-card:hover .coffee-card__quantity {
  opacity: 1; }

.coffee-card--active .coffee-card__to-cart,
.coffee-card:hover .coffee-card__to-cart {
  background-color: transparent; }

.coffee-card--active .coffee-card__to-cart button,
.coffee-card:hover .coffee-card__to-cart button {
  background-color: #000; }

.coffee-card--active .coffee-card__variant-label,
.coffee-card:hover .coffee-card__variant-label {
  border-color: rgba(37, 38, 42, 0.5);
  color: #25262a; }

.coffee-card--active .coffee-card__variant-label:hover,
.coffee-card:hover .coffee-card__variant-label:hover {
  border-color: #25262a; }

.coffee-card--active .coffee-card__delivery,
.coffee-card:hover .coffee-card__delivery {
  max-height: 20px;
  opacity: 1; }

.coffee-card--active input:checked ~ .coffee-card__variant-label,
.coffee-card:hover input:checked ~ .coffee-card__variant-label {
  border-color: #25262a;
  background-color: #25262a;
  color: #fff; }

.coffee-card--active .quantity-input__input,
.coffee-card:hover .quantity-input__input {
  color: #e64376; }

.coffee-card--complect .coffee-card__grade {
  display: none; }

.coffee-card--complect .coffee-card__roaster {
  max-width: 100%;
  margin: 0; }

.coffee-card--complect .coffee-card__tastes {
  white-space: normal;
  height: 56px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

@media (min-width: 768px) {
  .coffee-card__quantity {
    pointer-events: none; }
  .coffee-card:hover .coffee-card__quantity {
    pointer-events: all; } }

@media (max-width: 575.98px) {
  .coffee-card {
    min-height: 378px;
    display: flex;
    flex-direction: column; }
    .coffee-card:hover .coffee-card__image,
    .coffee-card--active .coffee-card__image {
      height: 160px; }
    .coffee-card__footer {
      color: #25262a; }
    .coffee-card__image-wrapper {
      margin-bottom: 0;
      display: flex;
      align-self: center; }
    .coffee-card__image {
      height: 160px; }
    .coffee-card__image-descriptor {
      max-width: 60%; }
      .coffee-card__image-descriptor img {
        height: 100%;
        width: 100%;
        object-fit: contain; }
    .coffee-card__info {
      min-height: 173px;
      margin-top: 7px;
      padding-top: 12px;
      background-color: #fff; }
    .coffee-card__info--no-shadow {
      box-shadow: none; }
    .coffee-card__quantity {
      opacity: 1; }
    .coffee-card__to-cart {
      background-color: transparent; }
    .coffee-card__to-cart button {
      background-color: #000; }
    .coffee-card__variant-label {
      border-color: rgba(37, 38, 42, 0.5);
      color: #25262a; }
    .coffee-card__variant-label:hover {
      border-color: #25262a; }
    .coffee-card__delivery {
      max-height: none;
      opacity: 1; }
  .coffee-card--active .coffee-card__info,
  .coffee-card:hover .coffee-card__info {
    margin-top: 7px; }
  .coffee-card--active .coffee-card__meta,
  .coffee-card:hover .coffee-card__meta {
    bottom: 0; }
  .coffee-card--active .coffee-card__image-descriptor img,
  .coffee-card:hover .coffee-card__image-descriptor img {
    height: auto; } }

.coffee-card__info_common .taste-rating {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .coffee-card__info_common .taste-rating:last-of-type {
    margin-bottom: 10px; }
  .coffee-card__info_common .taste-rating__name {
    color: #7c7e82;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 2px;
    flex: 0 0 44%;
    width: 44%; }
  .coffee-card__info_common .taste-rating__rating {
    flex: 0 0 46%;
    width: 46%;
    display: flex;
    justify-content: flex-end; }
  .coffee-card__info_common .taste-rating__rating span {
    display: block;
    width: 12px;
    height: 24px;
    background-image: url("/local/js/specialty/assets/images/icon-coffee-bean-empty.svg");
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat; }
  .coffee-card__info_common .taste-rating__rating span:not(:last-of-type) {
    margin-right: 6px; }
  .coffee-card__info_common .taste-rating__rating--1 span:nth-child(1) {
    background-image: url("/local/js/specialty/assets/images/icon-coffee-bean-full.svg"); }
  .coffee-card__info_common .taste-rating__rating--2 span:nth-child(1),
  .coffee-card__info_common .taste-rating__rating--2 span:nth-child(2) {
    background-image: url("/local/js/specialty/assets/images/icon-coffee-bean-full.svg"); }
  .coffee-card__info_common .taste-rating__rating--3 span:nth-child(1),
  .coffee-card__info_common .taste-rating__rating--3 span:nth-child(2),
  .coffee-card__info_common .taste-rating__rating--3 span:nth-child(3) {
    background-image: url("/local/js/specialty/assets/images/icon-coffee-bean-full.svg"); }
  .coffee-card__info_common .taste-rating__rating--4 span:nth-child(1),
  .coffee-card__info_common .taste-rating__rating--4 span:nth-child(2),
  .coffee-card__info_common .taste-rating__rating--4 span:nth-child(3),
  .coffee-card__info_common .taste-rating__rating--4 span:nth-child(4) {
    background-image: url("/local/js/specialty/assets/images/icon-coffee-bean-full.svg"); }
  .coffee-card__info_common .taste-rating__rating--5 span:nth-child(1),
  .coffee-card__info_common .taste-rating__rating--5 span:nth-child(2),
  .coffee-card__info_common .taste-rating__rating--5 span:nth-child(3),
  .coffee-card__info_common .taste-rating__rating--5 span:nth-child(4),
  .coffee-card__info_common .taste-rating__rating--5 span:nth-child(5) {
    background-image: url("/local/js/specialty/assets/images/icon-coffee-bean-full.svg"); }
  .coffee-card__info_common .taste-rating__value .icon-info {
    fill: #7c7e82;
    position: relative;
    top: -2px; }
  .coffee-card__info_common .taste-rating__value .icon-info svg {
    fill: #eaebee;
    border: 1px solid #eaebee;
    border-radius: 50%;
    width: 16px;
    height: 16px; }

.coffee-card__info_common .beans-mobile p,
.coffee-card__info_common .beans-desktop p {
  color: #7c7e82;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 2px; }

.coffee-card__info_common .beans-mobile {
  display: none; }

@media (max-width: 575.98px) {
  .filter-result.grid .coffee-card__info_common .beans-desktop {
    display: none; }
  .filter-result.grid .coffee-card__info_common .beans-mobile {
    display: flex; } }

@media (min-width: 576px) {
  .coffee-card__row {
    min-height: 65px; }
  .coffee-card__delivery {
    min-height: 20px; } }

.coffee-card__info_common .coffee-card-controls {
  margin-top: 10px; }

@media (max-width: 575.98px) {
  .taste-rating__name {
    font-size: 14px; }
  .taste-rating__value .icon-info {
    fill: #25262a;
    margin-left: 4px; }
  .taste-rating__value .icon-info svg {
    border-color: #656668; } }

.coffee-card-controls__grinding {
  position: absolute;
  top: 6px;
  bottom: 6px;
  right: 6px;
  left: 6px;
  z-index: 10;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(45, 41, 41, 0.1); }

.coffee-card-controls__variants {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  height: 24px; }

.coffee-card-controls__weight {
  margin-right: 4px; }

.coffee-card-controls--loading {
  pointer-events: none; }

.coffee-card-controls--complect .coffee-card-controls__variants {
  display: none; }

.coffee-variant {
  display: block;
  width: 100%;
  margin: 0;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .coffee-variant__input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden; }
  .coffee-variant__label {
    display: block;
    width: 100%;
    height: 24px;
    border-width: 0.5px;
    border-style: solid;
    padding: 4px 4px 2px;
    border-radius: 12px;
    cursor: pointer;
    font-size: 12px;
    line-height: 16px;
    transition: all 0.2s linear; }

.coffee-variant--roasting .coffee-variant__label {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center; }

.coffee-variant--roasting .coffee-variant svg {
  flex-basis: 16px;
  flex-shrink: 0;
  flex-grow: 0;
  width: 16px;
  max-width: 16px; }

.coffee-variant--roasting-reach svg {
  position: relative; }

.coffee-variant--roasting-reach svg:first-child {
  left: 2px; }

.coffee-variant--roasting-reach svg:last-child {
  right: 1px; }

.equipment-card {
  position: relative;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #eaebee;
  background-color: #fff; }
  .equipment-card__backdrop {
    position: absolute;
    top: 94px;
    right: 0;
    left: 0;
    text-align: center;
    transition: all 0.2s linear; }
  .equipment-card:hover .equipment-card__backdrop {
    transform: translateY(-22px); }
  .equipment-card__brand {
    margin-left: 16px; }
  .equipment-card__fav {
    position: absolute;
    top: 2px;
    right: 4px; }
    .equipment-card__fav .favorite-heart {
      color: #656668; }
      .equipment-card__fav .favorite-heart--active {
        color: #ff7e7e; }
  .equipment-card__image {
    display: block;
    width: 100%;
    height: 260px;
    position: relative;
    z-index: 1;
    margin: 10px auto 25px;
    transition: all 0.2s linear; }
  .equipment-card:hover .equipment-card__image {
    height: 244px;
    margin-bottom: 13px;
    margin-top: 0; }
  .equipment-card__image img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.2s linear; }
  .equipment-card__info {
    padding: 3px 0 6px;
    border-radius: 6px;
    transition: all 0.2s linear; }
  .equipment-card:hover .equipment-card__info {
    margin-top: -4px;
    padding-top: 10px;
    background: #fff;
    border-radius: 6px; }
  .equipment-card__meta {
    position: relative;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #656668;
    font-size: 12px;
    line-height: 16px;
    height: 16px; }
  .equipment-card__name {
    display: block;
    height: 46px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: margin-bottom 0.2s linear; }
  .equipment-card:hover .equipment-card__name {
    margin-bottom: 5px; }
  .equipment-card__params {
    height: auto;
    font-size: 14px;
    line-height: 20px;
    opacity: 1;
    transition: all 0.2s linear; }
  .equipment-card__params table {
    width: 100%; }
  .equipment-card__params td {
    padding: 0;
    border: 0; }
  .equipment-card__params td:first-child {
    color: #656668; }
  .equipment-card__params td:last-child {
    padding-left: 6px;
    text-align: right; }
  /*.equipment-card:hover .equipment-card__params {*/
  /*  opacity: 1;*/
  /*  height: 45px; }*/
  .equipment-card:hover .equipment-card__price,
  .equipment-card:hover .equipment-card__price-old {
    color: #25262a; }
  .equipment-card__rating {
    overflow: hidden;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    font-size: 14px; }
    .equipment-card__rating span {
      margin-left: 4px; }
  .equipment-card__reviews {
    margin-left: 10px;
    display: flex;
    align-items: center; }
    .equipment-card__reviews svg {
      color: #c39b70; }
  .equipment-card__tags {
    height: 24px;
    position: absolute;
    z-index: 1;
    top: 2px;
    left: 4px; }
  .equipment-card__target {
    margin-right: auto;
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .equipment-card:hover .equipment-card__to-cart {
    background-color: transparent; }
  .equipment-card:hover .equipment-card__to-cart button {
    background-color: #000; }
  .equipment-card__delivery {
    display: flex;
    align-items: center;
    max-height: 0;
    opacity: 0;
    transition: all 0.2s linear; }
    .equipment-card__delivery svg {
      margin-right: 7px; }
    .equipment-card__delivery-title {
      font-size: 12px;
      line-height: 16px; }
  .equipment-card:hover .equipment-card__delivery {
    max-height: 20px;
    opacity: 1; }

@media (max-width: 575.98px) {
  .equipment-card {
    margin-bottom: 0;
    height: auto; }
    .equipment-card:hover .equipment-card__backdrop {
      transform: translateY(0); }
    .equipment-card:hover .equipment-card__image, .equipment-card__image {
      height: 160px; }
    .equipment-card__info {
      margin-top: 7px;
      padding-top: 10px;
      background: #fff;
      border-radius: 6px; }
    .equipment-card__image {
      margin-bottom: 7px; }
    .equipment-card:hover .equipment-card__to-cart {
      background-color: transparent; }
    .equipment-card:hover .equipment-card__to-cart button {
      background-color: #000; }
    /*.equipment-card__params {*/
    /*  opacity: 1;*/
    /*  height: 45px; }*/
    .equipment-card__price, .equipment-card__price-old {
      color: #25262a; } }

.product-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 8px;
  color: #656668; }
  .product-card-footer__prices {
    transition: all 0.15s ease-out;
    margin-right: 8px; }
  .product-card-footer__price {
    display: block;
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    transition: all 0.15s ease-out; }
  .product-card-footer__price-old {
    display: block;
    margin: 0;
    font-size: 10px;
    line-height: 16px;
    min-height: 16px;
    text-decoration: line-through;
    transition: all 0.15s ease-out; }
  .product-card-footer__quantity {
    max-width: 112px;
    margin-left: auto;
    margin-right: 8px; }
  .product-card-footer__hint {
    position: absolute;
    right: calc(100% + 12px);
    top: 50%;
    transform: translateY(-50%);
    padding: 9px 25px 9px 15px;
    background: #199bd9;
    border-radius: 4px;
    width: 170px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s linear; }
    .product-card-footer__hint-text {
      color: #fff;
      font-size: 14px;
      line-height: 20px;
      text-align: center; }
    .product-card-footer__hint-close {
      position: absolute;
      top: 5px;
      right: 5px;
      background: transparent;
      border: 0;
      padding: 0;
      line-height: 18px;
      cursor: pointer; }
      .product-card-footer__hint-close svg {
        fill: #fff; }
    .product-card-footer__hint::before {
      content: '';
      position: absolute;
      right: -10px;
      top: 50%;
      transform: translateY(-50%);
      width: 16px;
      height: 16px;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjc0OTUgNy42NThDMTEuNDAzNiA3LjI3MDc3IDExLjQwMzYgNi4zMjQxNiAxMC43NDk0IDUuOTM2OTRMMS43MTI1MyAwLjU4NzM4M0MxLjA0NTkyIDAuMTkyNzczIDAuMjAzMTI0IDAuNjczMjYyIDAuMjAzMTI0IDEuNDQ3OTFMMC4yMDMxMjUgMTIuMTQ3QzAuMjAzMTI1IDEyLjkyMTcgMS4wNDU5MiAxMy40MDIyIDEuNzEyNTMgMTMuMDA3NkwxMC43NDk1IDcuNjU4WiIgZmlsbD0iIzE5OUJEOSI+PC9wYXRoPgo8L3N2Zz4=");
      background-position: center;
      background-repeat: no-repeat; }
  .product-card-footer__to-cart {
    position: relative; }
    .product-card-footer__to-cart:hover .product-card-footer__hint {
      z-index: 1;
      opacity: 1;
      visibility: visible; }

@media (max-width: 575.98px) {
  .product-card-footer__hint {
    display: none; }
  .product-card-footer__to-cart {
    position: relative; }
    .product-card-footer__to-cart:hover .product-card-footer__hint {
      display: none; } }

.product-card-name {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px; }

.variants-group {
  display: flex;
  align-items: center; }
  .variants-group__item {
    margin-right: 4px; }
  .variants-group__item:last-child {
    margin-right: 0; }

.variants-group--weight .variants-group__item {
  flex-basis: 48px;
  flex-shrink: 0;
  flex-grow: 0;
  width: 48px;
  max-width: 48px; }

.variants-group--roasting .variants-group__item {
  flex-basis: 32px;
  flex-shrink: 0;
  flex-grow: 0;
  width: 32px;
  max-width: 32px; }

.order-person-company {
  margin-top: 32px; }
  .order-person-company__row {
    margin-bottom: 16px; }

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