.breadcrumb-airlock {
  background-image: url('../images/products/airlock/airlock_bg.webp');
}

.our-product {
  padding: 55px 0 70px;
  background-color: #f5f5f5;
}

.product-brief {
  line-height: 1.65;
  text-align: justify;
  color: rgba(0, 0, 0, 0.7);
}

.product-brief ul li {
  padding: 0;
  margin: 10px;
}

.product-video {
  border-radius: 7px;
  overflow: hidden;
  width: 100%;
  height: 300px;
  display: flex;
  align-items: flex-start;
}

.product {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}

.product-col {
  flex-direction: column;
}

.product-content {
  padding: 30px 35px 30px;
  width: 100%;
  flex: 1;
}

.product-title h3 {
  color: #bf0404;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.product-desc {
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
}

.product-desc p {
  margin-bottom: 10px;
  font-size: 14px;
  text-align: justify;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.product-desc a {
  font-size: 15px;
  font-weight: 600;
  color: #bf0404;
}

.product-img {
  flex-shrink: 0;
  overflow: hidden;
}

.product-img.vertical {
  width: 148px;
}

.product-img.horizontal {
  padding: 10px;
  height: 248px;
  width: 100%;
}

.product-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-donwloads p {
  font-size: 13px;
  margin: 0;
  letter-spacing: 0.5px;
}

.product-btn {
  display: inline-block;
  background: none;
  border: none;
  cursor: pointer;
}

.product-btn svg:hover {
  fill: #bf0404;
}
