:root {
  --header-height: 80px;
}
@media (max-width: 1199px) {
  :root {
    --header-height: 60px;
  }
}

.tcl-related-products__head {
  padding-bottom: 130px;
  padding-top: 50px;
  background-color: #e4d601;
  position: relative;
  color: #fff;
}
.tcl-related-products__heading-wrapper {
  position: relative;
}
.tcl-related-products__heading-wrapper > * {
  padding: 0 90px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px) {
  .tcl-related-products__heading-wrapper > * {
    padding: 0 20px;
  }
}
.tcl-related-products__heading-wrapper:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(100% - 30px);
  height: 1px;
  background: #000;
}
.tcl-related-products__heading-wrapper:before {
  background: #fff;
}
.tcl-related-products__heading {
  font-size: 32px;
  line-height: 37px;
  font-weight: 700;
  background-color: #e4d601;
  margin-bottom: 30px;
}
.tcl-related-products__intro-text {
  margin-bottom: 30px;
}
.tcl-related-products__icon {
  position: absolute;
  height: 70%;
  opacity: 0.25;
  width: auto;
  right: 10%;
  top: 15%;
}
.tcl-related-products__icon img {
  height: 100% !important;
  width: auto !important;
  max-width: none !important;
}
.tcl-related-products__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.tcl-related-products__product:hover {
  text-decoration: none;
}
.tcl-related-products__product-title {
  font-size: 20px;
  line-height: 112.5%;
  margin: 20px 0;
  color: #000000;
  font-weight: bold;
}
.tcl-related-products__product-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.tcl-related-products__product-button {
  background-color: #cc0000;
  font-size: 18px;
  line-height: 120%;
  text-decoration: none !important;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  cursor: pointer;
  color: #fff;
  min-height: 50px;
  min-width: 145px;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  border: 1px solid #cc0000;
  text-align: center;
}
.tcl-related-products__product-button:hover {
  background-color: transparent;
  color: #cc0000;
}
.tcl-related-products__product-image {
  height: 0;
  padding-top: 56.25%;
  margin-top: -28.125%;
  position: relative;
}
.tcl-related-products__product-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.tcl-related-products__product-preview {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tcl-related-products__product-text {
  font-size: 16px;
  line-height: 163.5%;
  color: #000;
}
.tcl-related-products__product-text p {
  margin: 0;
}
.tcl-related-products__product-price {
  font-size: 32px;
  color: #000;
  text-align: right;
}
@media (max-width: 1023px) {
  .tcl-related-products__head {
    padding-bottom: 70px;
  }
  .tcl-related-products__product-text {
    margin-top: 40px;
  }
  .tcl-related-products__product-image {
    margin-top: 40px;
  }
  .tcl-related-products__product-price {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .tcl-related-products__product-text {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .tcl-related-products__heading {
    padding: 0 20px !important;
  }
}