.tcl-product {
  height: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 335px !important;
  max-width: calc(100vw - 60px);
  margin: 0 12px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  text-decoration: none;
}
.tcl-product__picture {
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-bottom: 30px;
  position: relative;
}
.tcl-product__title {
  font-family: "Montserrat";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-size: 20px;
  font-size: 25px;
  margin-bottom: 30px;
}
.tcl-product__title:after {
  content: "";
  width: 19px;
  height: 2px;
  background: #111111;
  display: block;
}
.tcl-product__description {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}
.tcl-product__price {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  font-size: 24px;
}
.tcl-product__info {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  font-size: 14px;
  opacity: 0.4;
}
.tcl-product__button {
  margin-top: 15px;
  margin-left: auto;
}
.tcl-product__button > * {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: var(--accent-background-button, #111111);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 10px 8px 15px;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
  padding: 8px 45px 8px 15px;
  background: url("../../../images/icon-arrow.svg") no-repeat calc(100% - 10px) center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #111111;
  border: 1px solid rgba(17, 17, 17, 0.3);
  background: url("../../../images/icon-arrow-dark.svg") no-repeat calc(100% - 10px) center;
}
.tcl-product__button > *:disabled {
  opacity: 0.5 !important;
}
.tcl-product__button > *:hover {
  color: #ffffff;
  background-color: rgba(17, 17, 17, 0.8);
}
.tcl-product__button > *:not(:disabled):hover {
  background-position: calc(100% + 24px) center;
}
.tcl-product__button > *:hover {
  color: #ffffff;
  background-color: #111111;
}
.tcl-product__button > *:hover {
  color: #111111;
  background-color: #ffffff;
}

@media (max-width: 767px) {
  .tcl-product {
    margin-left: auto;
    margin-right: auto;
  }
}