.tcl-single-product__wrapper {
  padding-top: 50px;
  padding-bottom: 120px;
}
.tcl-single-product__categories {
  font-family: "Heebo";
  font-size: 11px;
  line-height: 1.1;
  font-weight: 500;
  text-align: center;
  margin-bottom: 24px;
}
.tcl-single-product__title {
  font-family: "PlayfairDisplay";
  font-size: 50px;
  line-height: 1.1;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
}
.tcl-single-product__author {
  font-family: "Heebo";
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
  text-align: center;
  margin-bottom: 24px;
}
.tcl-single-product__publication {
  font-family: "Heebo";
  font-size: 12px;
  line-height: 1.1;
  font-weight: 500;
  text-align: center;
}
.tcl-single-product__header {
  margin-bottom: 64px;
}
.tcl-single-product__description {
  font-family: "PlayfairDisplay";
  font-size: 20px;
  line-height: 1.35;
  text-align: center;
  margin-bottom: 15px;
}
.tcl-single-product__price {
  text-align: center;
  margin-bottom: 25px;
}
.tcl-single-product__price .amount {
  font-size: 50px;
  line-height: 1.1;
  font-weight: 500;
  display: block;
}
.tcl-single-product__price .tax {
  font-size: 18px;
  line-height: 1.25;
}
.tcl-single-product__button button {
  font-family: "PlayfairDisplay";
  text-align: center;
  font-size: 20px;
  background-color: #989772;
  font-weight: 500;
  width: 100%;
  border: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tcl-single-product__button button:before {
  position: relative;
  top: 2px;
  margin-right: 24px;
  content: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 width=%2713.012%27 height=%2718.9%27 viewBox=%270 0 13.012 18.9%27%3E%3Cdefs%3E%3CclipPath id=%27clip-path%27%3E%3Cpath id=%27Path_10%27 data-name=%27Path 10%27 d=%27M0-405.088H13.012v-18.9H0Z%27 transform=%27translate%280 423.988%29%27 fill=%27none%27%3E%3C/path%3E%3C/clipPath%3E%3C/defs%3E%3Cg id=%27Group_32%27 data-name=%27Group 32%27 transform=%27translate%280 423.988%29%27%3E%3Cg id=%27Group_31%27 data-name=%27Group 31%27 transform=%27translate%280 -423.988%29%27 clip-path=%27url%28%23clip-path%29%27%3E%3Cg id=%27Group_30%27 data-name=%27Group 30%27 transform=%27translate%280 0%29%27%3E%3Cpath id=%27Path_9%27 data-name=%27Path 9%27 d=%27M-269.709-238.844c-.108-1.132-.257-2.26-.4-3.388-.057-.446-.124-.891-.178-1.337-.175-1.432.252-1.293-1.738-1.293-.107-2.336-.931-5.108-3.755-5.125h-.009c-2.823.017-3.648,2.789-3.755,5.125-1.99,0-1.563-.139-1.738,1.293-.055.446-.121.891-.178,1.337-.144,1.128-.293,2.256-.4,3.388-.19,1.995-1.147,6.171.624,7.756h10.907c1.771-1.586.814-5.761.624-7.756m-3.254-6.018h-5.647c0-1.883.649-4.174,2.823-4.189,2.175.015,2.823,2.306,2.823,4.189%27 transform=%27translate%28282.293 249.988%29%27 fill=%27%23ffffff%27 fill-rule=%27evenodd%27%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.tcl-single-product__button button:hover {
  background-color: #1d1d1b;
}
.tcl-single-product__details {
  width: 80%;
  margin: auto;
  margin-top: 24px;
}
.tcl-single-product__detail {
  font-family: "PlayfairDisplay";
  font-size: 16px;
  line-height: 1.35;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.tcl-single-product__detail:last-child {
  margin-bottom: 0;
}
.tcl-single-product__detail::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  bottom: 6px;
  border-top: 1px dotted #1d1d1b;
}
.tcl-single-product__detail span {
  background-color: #fff;
  z-index: 1;
}
.tcl-single-product__detail span:first-child {
  padding-right: 10px;
}
.tcl-single-product__detail span:last-child {
  padding-left: 10px;
}
.tcl-single-product__about-author {
  background-color: #1d1d1b;
  padding: 40px;
}
.tcl-single-product__about-author-name {
  font-family: "PlayfairDisplay";
  font-size: 36px;
  font-style: italic;
  color: #fff;
  margin-bottom: 24px;
}
.tcl-single-product__about-author-text {
  font-family: "PlayfairDisplay";
  font-size: 20px;
  line-height: 1.35;
  text-align: left;
  color: #fff;
}
.tcl-single-product__heading {
  margin-top: 80px;
  margin-bottom: 80px;
  position: relative;
  text-align: center;
}
.tcl-single-product__heading:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #1d1d1b;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tcl-single-product__heading span {
  font-family: "Heebo";
  font-size: 16px;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  background: #fff;
  padding: 0 24px;
  display: inline-block;
  position: relative;
}