.tcl-product-card {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tcl-product-card__picture {
  margin-bottom: 27px;
  position: relative;
}
.tcl-product-card__picture a {
  text-decoration: none;
}
.tcl-product-card__picture .tcl-picture__container {
  padding-bottom: 80% !important;
}
.tcl-product-card__picture-label {
  font-family: "Quicksand";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  font-weight: 500;
  font-size: 21px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 40px;
  width: 200px;
  height: 40px;
  color: #333333;
  background: #ffffff;
  -webkit-box-shadow: 6px 6px 10px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 6px 6px 10px 3px rgba(0, 0, 0, 0.25);
  border-radius: 0px 5px 5px 0px;
  position: absolute;
  top: 35px;
  left: 0;
}
.tcl-product-card__picture img {
  -webkit-box-shadow: 0px 2.26124px 11.3062px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2.26124px 11.3062px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.tcl-product-card__heading {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  font-size: 18px;
  color: #333333;
  padding-bottom: 13px;
  border-bottom: solid 1px #d9d9d9;
  margin-bottom: 15px;
}
.tcl-product-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 21px;
}
.tcl-product-card__info span {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  font-size: 18px;
  color: #333333;
}
.tcl-product-card__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: auto;
}
.tcl-product-card__button a {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  text-decoration: none;
  outline: none;
  border: 0;
  color: #ffffff;
  background-color: #001d18;
  border-radius: 6px;
  padding: 10px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tcl-product-card__button a[disabled] {
  background: #dedede;
  color: #ffffff;
  cursor: no-drop;
}
.tcl-product-card__button a span {
  margin-right: 10px;
}