.trans-yatch-type[data-v-3e043f4f] {
  background-size: 100% auto;
}
.trans-yatch-type .trans-yatch-type-header[data-v-3e043f4f] {
  padding: 120px 0 0 0;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
.trans-yatch-type .trans-yatch-type-header__title[data-v-3e043f4f] {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  color: #ffffff;
  margin-bottom: 0;
}
.trans-yatch-type .trans-product-lines-wrapper:not(:first-child) .trans-product-lines-header[data-v-3e043f4f] {
  background-color: #000000;
  background-size: cover;
  background-position: top;
}
.trans-yatch-type .trans-product-lines-header[data-v-3e043f4f] {
  position: relative;
  /* margin-top: 80px; */
  padding: 30px 0 30px 20px;
  overflow: hidden;
  background-color: #000000;
}
.trans-yatch-type .trans-product-lines-header__content[data-v-3e043f4f] {
  position: relative;
  text-align: center;
}
.trans-yatch-type .trans-product-lines-header__title[data-v-3e043f4f] {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  color: #ffffff;
  margin-bottom: 20px;
}
.trans-yatch-type .trans-product-lines-header__name[data-v-3e043f4f] {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
}
.trans-yatch-type .trans-product-lines-header__description[data-v-3e043f4f] {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 15px;
}
.trans-yatch-type .trans-product-lines-item[data-v-3e043f4f] {
  position: absolute;
  bottom: 0;
  z-index: 1;
  transform: translateY(-50%);
}
.trans-yatch-type .trans-product-lines-item__name[data-v-3e043f4f] {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  opacity: 1;
  transition: all 0.3s;
}
.trans-yatch-type .trans-product-lines-item__detail[data-v-3e043f4f] {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #e4c09f;
  background: rgba(255, 255, 255, 0.2);
  padding: 10px;
  margin-top: 10px;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s;
  border: 1px solid transparent;
}
.trans-yatch-type .trans-product-lines-item__detail[data-v-3e043f4f]:hover {
  border: 1px solid white;
}
.trans-yatch-type .trans-product-lines-item__overlay[data-v-3e043f4f] {
  position: absolute;
  height: 25vw;
  bottom: -2px;
  background: linear-gradient(180deg, rgba(19, 34, 36, 0) 0%, rgba(19, 34, 36, 0.703125) 49.69%, #132224 98.56%);
  width: 100%;
}
.trans-yatch-type .product-image[data-v-3e043f4f] {
  min-height: 31.25vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.trans-yatch-type .trans-product-lines-item__wrapper[data-v-3e043f4f] {
  flex: 25%;
  overflow: hidden;
}
.trans-yatch-type .trans-product-lines-item__wrapper:hover img[data-v-3e043f4f] {
  transition: all 0.3s;
  filter: blur(17px);
}
.trans-yatch-type .trans-product-lines-item__wrapper:hover:hover .trans-product-lines-item__name[data-v-3e043f4f] {
  opacity: 1;
}
.trans-yatch-type .trans-product-lines-item__wrapper:hover:hover .trans-product-lines-item__detail[data-v-3e043f4f] {
  opacity: 1;
}
@media screen and (max-width: 992px) {
.product-image[data-v-3e043f4f] {
    height: 120vw !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
}
.trans-product-lines-item__wrapper[data-v-3e043f4f] {
    flex: 100% !important;
    overflow: hidden;
}
.trans-product-lines-header[data-v-3e043f4f] {
    margin-top: 0 !important;
    padding: 30px 2vw 20px 2vw !important;
}
.trans-product-lines-header__content[data-v-3e043f4f] {
    width: 100%;
}
.trans-product-lines-header__name[data-v-3e043f4f] {
    margin-top: 0 !important;
}
.trans-product-lines-header__title[data-v-3e043f4f] {
    font-size: 24px !important;
    line-height: 32px !important;
}
.trans-product-lines-header__content[data-v-3e043f4f] {
    width: 100% !important;
}
.trans-product-lines-item[data-v-3e043f4f] {
    position: absolute;
    bottom: 0;
    z-index: 1;
    transform: translateY(-50%);
}
.trans-product-lines-item__name[data-v-3e043f4f] {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
}
.trans-product-lines-item__detail[data-v-3e043f4f] {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #e4c09f;
    margin-top: 10px;
    cursor: pointer;
}
.trans-product-lines-item__overlay[data-v-3e043f4f] {
    height: 100vw !important;
}
}
