header {
  background: rgba(0, 0, 0, 0.5);
}

@media (max-width: 640px) {
  header {
    background: #fff;
  }

  header.mb .--logo img.logo-color {
    display: block;
  }

  header.mb .--logo img.logo-white {
    display: none;
  }

  header .--listLogo img {
    filter: unset;
  }

  header .nice-select span {
    color: #000;
  }
}

.productBanner {
  padding-top: 190px;
  position   : relative;
}

.productBanner .--name {
  font-size  : 62px;
  font-weight: 600;
}

.productBanner .--subName {
  font-size    : 24px;
  font-weight  : 500;
  margin-bottom: 24px;
}

.productBanner ul {
  display              : grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap             : 12px;
  list-style           : none;
  padding-left         : 0;
  margin-bottom        : 0;
}

.productBanner ul span {
  font-size  : 32px;
  font-weight: 600;
  line-height: 48px;
  position   : relative;
  text-shadow: 2px 7px 5px rgba(0, 0, 0, 0.3), 0px -4px 10px rgba(255, 255, 255, 0.3);
}

.productBanner ul .--note {
  color: #1a2130;
}

.productBanner .--bg {
  position: absolute;
  top     : 0;
  left    : 0;
  width   : 100%;
  z-index : -1;
  height  : 80%;
}

.productBanner .--img {
  width: calc(100% - 24px + (100vw - 1270px) / 2);
}

.productBanner .--img img {
  width        : 100%;
  max-height   : 600px;
  -o-object-fit: contain;
  object-fit   : contain;
}

@media (min-width: 769px) and (max-width: 1440px) {
  .productBanner .--name {
    font-size: 52px;
  }
}

@media (max-width: 769px) {
  .productBanner {
    padding-top: 120px;
  }

  .productBanner .--name {
    font-size    : 36px;
    font-weight  : 700;
    margin-bottom: 0;
  }

  .productBanner .--subName {
    font-size    : 18px;
    margin-bottom: 12px;
    font-weight  : 600;
  }

  .productBanner .--parameter {
    margin-bottom: 4px;
  }

  .productBanner ul span {
    font-size  : 32px;
    line-height: 1;
  }

  .productBanner .--bg {
    height: 90%;
  }

  .productBanner .--img {
    width     : 100%;
    margin-top: 32px;
  }
}

.productHightlight {
  padding : 60px 0 100px;
  overflow: hidden;
}

.productHightlight .segTitle {
  margin-bottom: 44px;
}

.productHightlight .--listHightlight {
  width      : 100vw;
  margin-left: -50px;
}

.productHightlight .--listHightlight .--item {
  width      : 350px;
  height     : 425px;
  position   : relative;
  display    : flex;
  align-items: end;
  margin-left: -40px;
  color      : #fff;
}

.productHightlight .--listHightlight .--img {
  width            : 100%;
  height           : 100%;
  position         : absolute;
  top              : 0;
  z-index          : -1;
  left             : 0;
  border-radius    : 40px 8px;
  overflow         : hidden;
  -webkit-clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%);
  clip-path        : polygon(15% 0, 100% 0, 85% 100%, 0% 100%);
}

.productHightlight .--listHightlight .--img::after {
  content   : "";
  position  : absolute;
  top       : 0;
  left      : 0;
  width     : 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 47.91%);
  height    : 100%;
}

.productHightlight .--listHightlight .--img img {
  width        : 100%;
  height       : 100%;
  -o-object-fit: cover;
  object-fit   : cover;
}

.productHightlight .--listHightlight .--name {
  font-size     : 16px;
  font-weight   : 600;
  margin-bottom : 12px;
  text-transform: uppercase;
}

.productHightlight .--listHightlight .--des {
  opacity: 0.8;
}

.productHightlight .--listHightlight .--txt {
  padding: 0 60px 30px 30px;
}

.productHightlight .slick-dots {
  z-index        : 1;
  display        : flex;
  justify-content: center;
  gap            : 4px;
  margin-top     : 60px;
}

.productHightlight .slick-dots li {
  border-radius: 4px 0px;
  background   : rgba(51, 51, 51, 0.16);
  width        : 40px;
  height       : 4px;
}

.productHightlight .slick-dots li.slick-active {
  background: var(--color-1);
}

@media (max-width: 769px) {
  .productHightlight {
    padding: 60px 0;
  }

  .productHightlight .slick-dots {
    margin-top: 24px;
  }

  .productHightlight .--listHightlight {
    margin-left: 0;
  }

  .productHightlight .segTitle {
    margin-bottom: 24px;
  }
}

.productCar {
  padding: 100px 0;
}

.productCar .--img {
  width      : 100%;
  height     : 100%;
  display    : flex;
  align-items: center;
}

.productCar .--img img {
  width : 100%;
  height: auto;
}

.productCar .segTitle {
  margin-bottom: 32px;
}

.productCar .nav-tabs {
  border-bottom: 1px solid #dcdcdc;
  gap          : 24px;
  margin-bottom: 32px;
}

.productCar .nav-tabs button {
  border        : none;
  padding       : 0;
  padding-bottom: 8px;
  font-size     : 18px;
  font-weight   : 600;
  color         : var(--color-2);
}

.productCar .nav-tabs button.active {
  background-color: transparent;
  color           : var(--color-1);
  border-bottom   : 2px solid var(--color-1);
}

.productCar .--infoCar {
  padding-left: 40px;
}

.productCar .colorCar {
  margin-bottom: 24px;
}

.productCar .--price {
  display      : flex;
  gap          : 20px;
  align-items  : end;
  margin-bottom: 16px;
}

.productCar .--price span:first-child {
  font-size: 16px;
}

.productCar .--price span:last-child {
  font-size  : 32px;
  color      : #dd3f3f;
  font-weight: 600;
  line-height: 1;
}

.productCar .--info {
  list-style   : none;
  padding-left : 0;
  margin-bottom: 44px;
  display      : flex;
  flex-flow    : column;
  gap          : 8px;
}

.productCar .--btn {
  display      : flex;
  gap          : 10px;
  margin-bottom: 16px;
}

.productCar .--btn .btn {
  flex: 1;
}

.productCar .--btn .btn.btn-2 {
  border-radius: 0px 26px;
}

.productCar .--btn .btn.btn-3 {
  color: var(--color-2);
}

.productCar .--note {
  text-decoration: underline;
  font-size      : 16px;
  font-style     : italic;
}

@media (max-width: 769px) {
  .productCar {
    padding: 60px 0;
  }

  .productCar .--infoCar {
    padding-left: 0;
  }

  .productCar .--price span:last-child {
    font-size: 24px;
  }

  .productCar .nav-tabs {
    flex-wrap : nowrap;
    overflow-x: auto;
  }

  .productCar .nav-tabs li {
    flex: 0 0 auto;
  }

  .productCar .nav-tabs button {
    margin-bottom: 0;
  }

  .productCar .--btn {
    flex-flow: column;
  }

  .productCar .--btn .btn {
    flex         : 0 0 auto;
    border-radius: 0 26px;
  }
}

.productUtilities {
  padding : 100px 0;
  overflow: hidden;
  position: relative;
}

.productUtilities .--bg {
  position: absolute;
  top     : 0;
  width   : 100%;
  height  : 100%;
  left    : 0;
  z-index : -1;
}

.productUtilities .--bg::after {
  content   : "";
  background: linear-gradient(63deg, #1a2130 33.29%, rgba(26, 33, 48, 0) 100%);
  position  : absolute;
  top       : 0;
  left      : 0;
  width     : 100%;
  height    : 100%;
}

.productUtilities .--bg img {
  width        : 100%;
  height       : 100%;
  -o-object-fit: cover;
  object-fit   : cover;
}

.productUtilities .--top {
  display        : flex;
  justify-content: space-between;
  margin-bottom  : 180px;
}

.productUtilities .--top .--txt {
  width: 600px;
  color: #fff;
}

.productUtilities .--top .segTitle {
  margin-bottom: 24px;
}

.productUtilities .--top .--des {
  opacity: 0.6;
}

.productUtilities .--top .btn-1 {
  border-radius: 0px 26px;
  border       : 1px solid rgba(255, 255, 255, 0.48);
  background   : rgba(255, 255, 255, 0.08);
}

.productUtilities .--bot {
  display: flex;
  gap    : 44px;
}

.productUtilities .--listUtilities {
  width: 100vw;
}

.productUtilities .--listUtilities .--itemUtilities {
  width       : 480px;
  margin-right: 32px;
}

.productUtilities .--listUtilities .--itemUtilities .--img {
  width : 100%;
  height: 350px;
}

.productUtilities .--listUtilities .--itemUtilities .--img img {
  width        : 100%;
  height       : 100%;
  -o-object-fit: cover;
  object-fit   : cover;
}

.productUtilities .--listUtilities .--itemUtilities .--name {
  margin-top   : 16px;
  color        : #fff;
  margin-bottom: 0;
}

.productUtilities .sliderounter {
  font-size: 24px;
}

.productUtilities .sliderounter span {
  font-size  : 54px;
  font-weight: 600;
  color      : #fff;
  line-height: 1;
}

@media (max-width: 769px) {
  .productUtilities {
    padding: 60px 0;
  }

  .productUtilities .--top {
    flex-flow    : column;
    margin-bottom: 32px;
  }

  .productUtilities .--top .--txt {
    width        : 100%;
    margin-bottom: 32px;
  }

  .productUtilities .--top .segTitle {
    margin-bottom: 20px;
  }

  .productUtilities .--bot {
    flex-flow: column-reverse;
    gap      : 24px;
  }

  .productUtilities .--listUtilities .--itemUtilities {
    width: 330px;
  }

  .productUtilities .--listUtilities .--itemUtilities .--img {
    height: 240px;
  }
}

.productInterior {
  background: linear-gradient(0deg, #111722 0%, #111722 100%), #111722;
  padding   : 100px 0;
  color     : #fff;
}

.productInterior .--top {
  display        : flex;
  justify-content: space-between;
  margin-bottom  : 80px;
}

.productInterior .--top .--des {
  opacity: 0.6;
}

.productInterior .--top .--txt {
  width: 520px;
}

.productInterior .segTitle {
  margin-bottom: 24px;
}

.productInterior .--listInterior .--item {
  height    : 510px;
  width     : 360px;
  position  : relative;
  transition: all 0.4s ease;
}

.productInterior .--listInterior .--item:hover {
  width: 560px;
}

.productInterior .--listInterior .--item:hover .--name {
  opacity  : 1;
  transform: none;
}

.productInterior .--listInterior .--img {
  width   : 100%;
  height  : 100%;
  position: relative;
}

.productInterior .--listInterior .--img::after {
  content   : "";
  position  : absolute;
  top       : 0;
  left      : 0;
  width     : 100%;
  height    : 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.productInterior .--listInterior .--img img {
  width        : 100%;
  height       : 100%;
  -o-object-fit: cover;
  object-fit   : cover;
}

.productInterior .--listInterior .--name {
  position   : absolute;
  bottom     : 20px;
  left       : 0;
  padding    : 0 48px;
  width      : 100%;
  font-size  : 24px;
  font-weight: 500;
  opacity    : 0;
  transition : all 0.3s ease;
  transform  : translate(0, 12px);
}

.productInterior .slick-dots {
  z-index        : 1;
  display        : flex;
  justify-content: center;
  gap            : 4px;
  margin-top     : 32px;
}

.productInterior .slick-dots li {
  border-radius: 4px 0px;
  background   : rgba(255, 255, 255, 0.16);
  width        : 40px;
  height       : 4px;
}

.productInterior .slick-dots li.slick-active {
  background: var(--color-1);
}

@media (max-width: 769px) {
  .productInterior {
    padding: 60px 0;
  }

  .productInterior .--top {
    flex-flow    : column;
    gap          : 32px;
    margin-bottom: 32px;
  }

  .productInterior .--top .--txt {
    width: 100%;
  }

  .productInterior .segTitle {
    margin-bottom: 20px;
  }

  .productInterior .--listInterior {
    padding-left: 20px;
  }

  .productInterior .--listInterior .--item {
    width       : 300px !important;
    height      : 240px;
    margin-right: 16px;
  }

  .productInterior .--listInterior .--name {
    opacity   : 1;
    font-size : 18px;
    transform : none;
    text-align: center;
  }
}

.productFeature {
  position: relative;
  padding : 100px 0;
  color   : #fff;
}

.productFeature .--bg {
  position: absolute;
  top     : 0;
  left    : 0;
  width   : 100%;
  height  : 100%;
  z-index : -1;
}

.productFeature .--bg::after {
  content   : "";
  position  : absolute;
  top       : 0;
  left      : 0;
  width     : 100%;
  height    : 100%;
  background: radial-gradient(83.29% 83.28% at 37.13% 96.69%, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.productFeature .--bg img {
  width        : 100%;
  height       : 100%;
  -o-object-fit: cover;
  object-fit   : cover;
}

.productFeature .--top {
  display        : flex;
  justify-content: space-between;
  margin-bottom  : 300px;
}

.productFeature .--top .--txt {
  width: 520px;
}

.productFeature .--top .segTitle {
  margin-bottom: 16px;
}

.productFeature .--top .--des {
  opacity: 0.6;
}

.productFeature .--listFeature {
  display              : grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap             : 24px;
}

.productFeature .itemFeature {
  border                 : 1px solid rgba(164, 183, 223, 0.4);
  padding                : 32px 24px;
  background             : radial-gradient(137.23% 100.18% at 0% 0%, rgba(255, 255, 255, 0.32) 0%, rgba(255, 255, 255, 0.08) 100%);
  -webkit-backdrop-filter: blur(18.5px);
  backdrop-filter        : blur(18.5px);
}

.productFeature .itemFeature .--name {
  font-size: 20px;
}

.productFeature .itemFeature .--des {
  opacity   : 0.6;
  margin-top: 12px;
}

@media (max-width: 769px) {
  .productFeature {
    padding: 60px 0;
  }

  .productFeature .--top {
    flex-flow    : column;
    gap          : 32px;
    margin-bottom: 160px;
  }

  .productFeature .--top .segTitle {
    margin-bottom: 20px;
  }

  .productFeature .--top .--txt {
    width: 100%;
  }

  .productFeature .--listFeature {
    display: block;
  }

  .productFeature .itemFeature {
    width       : 210px;
    margin-right: 16px;
    padding     : 20px 16px;
  }

  .productFeature .slick-dots {
    z-index        : 1;
    display        : flex;
    justify-content: flex-start;
    gap            : 4px;
    margin-top     : 32px;
  }

  .productFeature .slick-dots li {
    border-radius: 4px 0px;
    background   : rgba(255, 255, 255, 0.16);
    width        : 40px;
    height       : 4px;
  }

  .productFeature .slick-dots li.slick-active {
    background: var(--color-1);
  }
}

.productTable {
  padding: 100px 0;
}

.productTable .segTitle {
  text-align   : center;
  margin-bottom: 44px;
}

@media (max-width: 769px) {
  .productTable {
    padding: 60px 0;
  }

  .productTable .segTitle {
    text-align   : left;
    margin-bottom: 20px;
  }
}

.productLibrary {
  background: #f9f9f9;
  padding   : 100px 0;
}

.productLibrary .segTitle {
  text-align   : center;
  margin-bottom: 44px;
}

.productLibrary .nav-tabs {
  border-bottom  : none;
  gap            : 60px;
  justify-content: center;
  margin-bottom  : 32px;
}

.productLibrary .nav-tabs .nav-item {
  border: none;
}

.productLibrary .nav-tabs button {
  border     : none;
  padding    : 0;
  display    : flex;
  gap        : 6px;
  color      : #6f7378;
  font-weight: 600;
  align-items: center;
  font-size  : 18px;
}

.productLibrary .nav-tabs button img {
  display: none;
}

.productLibrary .nav-tabs button.active {
  color     : var(--color-1);
  background: transparent;
}

.productLibrary .nav-tabs button.active img {
  display: block;
}

.productLibrary .itemLibrary {
  margin: 0 45px;
  width : 840px;
}

.productLibrary .itemLibrary.slick-current .--des {
  opacity: 1;
}

.productLibrary .itemLibrary.slick-current .--img img {
  height: 100%;
}

.productLibrary .itemLibrary .--img {
  width      : 100%;
  height     : 460px;
  display    : flex;
  align-items: center;
}

.productLibrary .itemLibrary .--img img {
  width             : 100%;
  height            : 340px;
  -o-object-fit     : cover;
  object-fit        : cover;
  transition        : all 0.15s ease;
  -o-object-position: bottom;
  object-position   : bottom;
}

.productLibrary .itemLibrary .--des {
  margin-top: 24px;
  text-align: center;
  padding   : 0 40px;
  opacity   : 0;
}

.productLibrary .slick-dots {
  z-index        : 1;
  display        : flex;
  justify-content: center;
  gap            : 4px;
  margin-top     : 44px;
}

.productLibrary .slick-dots li {
  border-radius: 4px 0px;
  background   : rgba(51, 51, 51, 0.16);
  width        : 40px;
  height       : 4px;
}

.productLibrary .slick-dots li.slick-active {
  background: var(--color-1);
}

@media (max-width: 769px) {
  .productLibrary {
    padding: 60px 0;
  }

  .productLibrary .segTitle {
    margin-bottom: 20px;
  }

  .productLibrary .itemLibrary {
    width : 320px;
    margin: 0 6px;
  }

  .productLibrary .itemLibrary.slick-current img {
    height: 100%;
  }

  .productLibrary .itemLibrary .--img {
    height: 170px;
  }

  .productLibrary .itemLibrary .--img img {
    height: 130px;
  }

  .productLibrary .itemLibrary .--des {
    padding   : 0;
    margin-top: 20px;
  }

  .productLibrary .nav-tabs {
    gap: 24px;
  }

  .productLibrary .nav-tabs button {
    font-size: 16px;
  }

  .productLibrary .slick-dots {
    margin-top: 32px;
  }
}

.productMenu {
  background    : #f9f9f9;
  padding-bottom: 100px;
}

.productMenu .--listMenu {
  padding      : 16px 44px;
  background   : #fff;
  border-radius: 6px;
  background   : #fff;
  box-shadow   : 0px 0px 60px 0px rgba(0, 0, 0, 0.03);
  display      : flex;
  gap          : 40px;
  font-size    : 16px;
}

.productMenu .--listMenu .--item {
  flex         : 1;
  display      : flex;
  flex-flow    : column;
  color        : var(--color-2);
  gap          : 16px;
  padding      : 16px 0;
  align-items  : center;
  position     : relative;
  transition   : all 0.3s ease;
  border-radius: 6px;
}

.productMenu .--listMenu .--item:hover {
  color     : var(--color-1);
  background: rgba(238, 238, 238, 0.431372549);
}

.productMenu .--listMenu .--item::after {
  content    : "";
  position   : absolute;
  top        : 50%;
  transform  : translate(0, -50%);
  left       : calc(100% + 20px);
  height     : calc(100% - 32px);
  border-left: 1px solid rgba(0, 0, 0, 0.16);
}

.productMenu .--listMenu .--item:last-child::after {
  display: none;
}

.productMenu .--listMenu img {
  width: 44px;
}

@media (max-width: 769px) {
  .productMenu {
    padding-bottom: 60px;
  }

  .productMenu .--listMenu {
    flex-flow: column;
    padding  : 20px 16px;
    gap      : 0;
  }

  .productMenu .--listMenu img {
    width: 32px;
  }

  .productMenu .--listMenu .--item {
    gap          : 16px;
    flex-flow    : unset;
    padding      : 0 0 16px 0;
    border-radius: 0;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  }

  .productMenu .--listMenu .--item:last-child {
    margin-bottom : 0;
    padding-bottom: 0;
    border-bottom : none;
  }

  .productMenu .--listMenu .--item:hover {
    background: transparent;
    color     : var(--color-2);
  }
}

.productFrame {
  position     : fixed;
  display      : flex;
  flex-flow    : column;
  gap          : 20px;
  padding      : 20px 0;
  border-radius: 0px 8px 8px 0px;
  border-top   : 1px solid #dcdcdc;
  border-right : 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  background   : #fff;
  box-shadow   : 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
  top          : 50%;
  transform    : translate(0, -50%);
  left         : 0;
}

.productFrame img {
  width     : 24px;
  filter    : grayscale(1);
  transition: all 0.15s ease;
}

.productFrame .--itemFrame {
  position: relative;
  padding : 0 16px;
}

.productFrame .--itemFrame.active span {
  opacity       : 1;
  pointer-events: auto;
}

.productFrame .--itemFrame.active img {
  filter: unset;
}

.productFrame .--itemFrame:hover img {
  filter: unset;
}

.productFrame .--itemFrame:hover span {
  opacity: 1;
}

.productFrame span {
  position      : absolute;
  top           : 50%;
  left          : calc(100% - 8px);
  transform     : translate(0, -50%);
  width         : -moz-max-content;
  width         : max-content;
  background    : #fff;
  color         : var(--color-2);
  padding       : 2px 6px;
  border-radius : 4px;
  box-shadow    : 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
  border        : 1px solid var(--color-1);
  opacity       : 0;
  pointer-events: none;
}

@media (max-width: 769px) {
  .productFrame {
    display: none;
  }
}

/*# sourceMappingURL=produce.css.map */