input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  border: 1px solid #d9e1e2 !important;
  -webkit-box-shadow: inset 0 0 0 1000px #fff
}

.form-label-group {
  position: relative
}

.form-label-group input,
.form-label-group label,
.form-label-group select {
  border: 1px solid #d9e1e2;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 600;
  height: var(--input-height);
  line-height: 24px;
  padding: 1rem;
  width: 100%
}

.form-label-group input:focus,
.form-label-group label:focus,
.form-label-group select:focus {
  outline: none
}

.form-label-group input[disabled]~label,
.form-label-group label[disabled]~label,
.form-label-group select[disabled]~label {
  color: #8a8a8a !important
}

.form-label-group input[disabled]~span,
.form-label-group label[disabled]~span,
.form-label-group select[disabled]~span {
  background: #f0f3f3
}

.form-label-group select.error+.select2-container .select2-selection,
.form-label-group select.is-invalid+.select2-container .select2-selection {
  border-color: #dc3545 !important
}

.form-label-group .select2-container--disabled .select2-selection {
  background-color: #f0f3f3 !important
}

.form-label-group .select2-container {
  width: 100% !important
}

.form-label-group .select2-container .select2-selection {
  background-color: transparent;
  border: 1px solid #d9e1e2;
  border-radius: 2px;
  height: var(--input-height);
  line-height: var(--input-height);
  padding: 0 15px
}

.form-label-group .select2-container .select2-selection .select2-selection__rendered {
  bottom: 0;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 6px;
  max-width: calc(100% - 50px);
  position: absolute
}

.form-label-group .select2-container .select2-selection__arrow {
  height: 100% !important;
  margin-right: 15px;
  width: 12px !important
}

.form-label-group .select2-container .select2-selection__arrow b {
  background: url(../../images/vfast/ic-down-arrow.png) 0 0 no-repeat;
  border: 0;
  border-color: transparent !important;
  border-width: 0 !important;
  display: block;
  height: 8px !important;
  margin-top: -4px !important;
  padding: 0;
  transition: all .2s;
  width: 12px !important
}

.form-label-group label {
  border: 1px solid transparent;
  border-radius: .25rem;
  color: var(--text-color);
  cursor: text;
  display: block;
  left: 0;
  line-height: 1.5;
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: all .1s ease-in-out;
  width: 100%
}

.form-label-group label.required:after {
  color: var(--primary-color);
  content: "*";
  margin-left: 5px
}

.form-label-group input::-moz-placeholder {
  color: transparent !important
}

.form-label-group input::placeholder {
  color: transparent !important
}

.form-label-group input:not(:-moz-placeholder),
.form-label-group input:not(:-moz-placeholder-shown) {
  padding-bottom: 0;
  padding-top: 25px
}

.form-label-group input:not(:placeholder-shown) {
  padding-bottom: 0;
  padding-top: 25px
}

.form-label-group .amount-down {
  cursor: pointer;
  left: 19px;
  position: absolute;
  top: 30px
}

.form-label-group .amount-up {
  cursor: pointer;
  position: absolute;
  right: 19px;
  top: 30px
}

.form-label-group input#amount:not(:-moz-placeholder) {
  padding-left: 0;
  padding-right: 0;
  text-align: center
}

.form-label-group input#amount:not(:placeholder-shown) {
  padding-left: 0;
  padding-right: 0;
  text-align: center
}

.form-label-group input:not(:-moz-placeholder-shown)~label {
  color: var(--label-floating-color);
  font-size: 12px;
  padding-bottom: .25rem;
  padding-right: 2.5rem;
  padding-top: .25rem
}

.form-label-group input:not(:-moz-placeholder-shown)~label.required:after {
  color: inherit
}

.form-label-group input:not(:-moz-placeholder)~label {
  color: var(--label-floating-color);
  font-family: Mulish;
  font-size: 12px;
  padding-bottom: .25rem;
  padding-right: 2.5rem;
  padding-top: .25rem
}

.form-label-group input:not(:placeholder-shown)~label {
  color: var(--label-floating-color);
  font-family: Mulish;
  font-size: 12px;
  padding-bottom: .25rem;
  padding-right: 2.5rem;
  padding-top: .25rem
}

.form-label-group input:-webkit-autofill~label {
  font-family: Mulish;
  font-size: 12px;
  padding-bottom: .25rem;
  padding-right: 2.5rem;
  padding-top: .25rem
}

.form-label-group input:-webkit-autofill~label.required:after {
  color: inherit
}

.form-label-group .select2-container~label {
  color: var(--label-floating-color);
  font-size: 12px;
  padding-bottom: .25rem;
  padding-right: 2rem;
  padding-top: .25rem
}

.form-label-group .select2-container~label.required:after {
  color: inherit
}

.form-label-group select.select2-label-placeholder~label {
  height: auto
}

.form-label-group select.select2-label-placeholder.select2-empty~label {
  color: #1f2125;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  top: calc(var(--input-height)/2);
  transform: translateY(-50%);
  transition: all .1s ease-in-out
}

.form-label-group select.select2-label-placeholder.select2-empty~label:after {
  color: #1464f4
}

.form-label-group.has-icon.root_numText .num_text {
  right: 3rem
}

.form-label-group.has-icon .icon {
  height: var(--input-height);
  position: absolute;
  right: 0;
  top: 0
}

.form-label-group.has-icon .icon svg {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .1s ease-in-out
}

.form-label-group.has-icon .prefix-icon svg {
  height: var(--input-height);
  left: 16px;
  position: absolute;
  top: 0
}

.form-label-group.has-icon .suffix-icon svg {
  height: var(--input-height);
  position: absolute;
  right: 16px;
  top: 0
}

.form-label-group.has-icon input,
.form-label-group.has-icon select {
  padding-right: 3rem
}

.form-label-group.has-icon input.js_numText,
.form-label-group.has-icon select.js_numText {
  padding-right: 6rem
}

.form-label-group.has-icon .select2-search~.icon svg,
.form-label-group.has-icon .select2~.icon svg {
  right: 2.5rem
}

.form-label-group.has-icon .select2 .select2-selection__arrow,
.form-label-group.has-icon .select2-search .select2-selection__arrow {
  margin-right: 15px
}

.form-label-group.has-icon label {
  left: 0
}

.form-label-group.has-icon .select2-container .select2-selection {
  padding-right: 4rem
}

.form-label-group.has-icon .select2-selection__rendered {
  max-width: calc(100% - 4rem)
}

@supports(-ms-ime-align:auto) {
  .form-label-group {
    display: flex;
    flex-direction: column-reverse
  }

  .form-label-group label {
    position: static
  }

  .form-label-group input::-ms-input-placeholder {
    color: var(--label-floating-color)
  }
}

input.is-invalid,
input.is-invalid:hover {
  border: 1px solid #dc3545 !important;
  border-radius: 3px
}

.is-success,
.is-success-carDeposit {
  font-size: 80%;
  margin-top: .25rem;
  width: 100%
}

.is-success-carDeposit {
  padding-left: 10%
}

#select2-scheduleTime {
  direction: rtl;
  position: absolute;
  right: 0;
  width: 80vw
}

#select2-scheduleTime #scheduleTimeSession {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 20px
}

#select2-scheduleTime #scheduleTimeSession>div {
  background-color: #f8f9fa;
  display: flex;
  margin-top: 20px;
  width: 100%
}

#select2-scheduleTime #scheduleTimeSession>div button {
  color: #707070;
  flex: 1 1 50%;
  font-size: 16px;
  line-height: 24px;
  margin: 4px
}

#select2-scheduleTime #scheduleTimeSession>div button.btn-primary {
  color: #fff
}

@media screen and (max-width:320px) {
  #select2-scheduleTime #scheduleTimeSession>div {
    flex-direction: column
  }

  #select2-scheduleTime #scheduleTimeSession>div button {
    line-height: 40px;
    margin: 0
  }
}

#select2-scheduleTime .select2-container--open {
  left: auto;
  max-width: 448px;
  right: 0
}

#select2-scheduleTime #select2-scheduleTime-results {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-height: unset;
  padding: 20px 15px 14px
}

@media screen and (max-width:375px) {
  #select2-scheduleTime #select2-scheduleTime-results {
    padding: 20px 18px
  }
}

@media screen and (max-width:280px) {
  #select2-scheduleTime #select2-scheduleTime-results {
    padding: 20px 4px
  }
}

#select2-scheduleTime #select2-scheduleTime-results .select2-results__option {
  border: 1px solid #dbe1e3;
  border-radius: 3px;
  flex: 0 0 calc(25% - 10px);
  font-size: 16px;
  margin: 0 5px 10px;
  text-align: center
}

@media screen and (max-width:375px) {
  #select2-scheduleTime #select2-scheduleTime-results .select2-results__option {
    padding: 5px
  }
}

#select2-scheduleTime #select2-scheduleTime-results .select2-results__option:hover,
#select2-scheduleTime #select2-scheduleTime-results .select2-results__option[aria-selected=true] {
  background-color: #1464f4 !important;
  border-color: #1464f4;
  color: #fff !important
}

#select2-scheduleTime #select2-scheduleTime-results .select2-results__option--highlighted {
  background-color: unset !important;
  border: 1px solid #dbe1e3;
  color: #1f2125 !important
}

#select2-scheduleTime #select2-scheduleTime-results .select2-results__option[aria-disabled=true] {
  background-color: #f8f9fa;
  border-color: #f8f9fa !important;
  color: #8a8a8a;
  pointer-events: none
}

#select2-scheduleTime #select2-scheduleTime-results .select2-results__option[aria-disabled=true]:first-child {
  display: none
}

#ui-datepicker-div {
  padding: 0;
  width: 27em
}

@media screen and (max-width:767px) {
  #ui-datepicker-div {
    left: 50% !important;
    transform: translateX(-50%);
    width: 90%
  }

  #ui-datepicker-div .ui-datepicker-calendar {
    border-spacing: 6px !important
  }
}

#ui-datepicker-div .ui-datepicker-header {
  align-items: center;
  background-color: #fff;
  border: unset;
  display: flex;
  flex-direction: row;
  height: 44px;
  justify-content: space-between
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  font-size: 16px;
  font-weight: 700
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span {
  background-image: url(../../images/ic-black-arrow.svg);
  background-position: unset
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  transform: scaleX(-1)
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next-hover,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev-hover {
  background: unset;
  border: unset
}

#ui-datepicker-div .ui-datepicker-header a {
  top: unset
}

@media screen and (max-width:767px) {
  #ui-datepicker-div .ui-datepicker-header {
    padding: 2em 0
  }
}

#ui-datepicker-div .ui-datepicker-calendar {
  border-collapse: separate !important;
  border-spacing: 10px
}

#ui-datepicker-div .ui-datepicker-calendar .ui-state-default {
  align-items: center;
  background-color: #fff;
  border: 1px solid #dbe1e3;
  border-radius: 3px;
  color: #1f2125;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  justify-content: center;
  width: 40px
}

#ui-datepicker-div .ui-datepicker-calendar .ui-state-default.ui-state-active,
#ui-datepicker-div .ui-datepicker-calendar .ui-state-default:hover {
  background: #f0f3f3;
  border: 1px solid #8a8a8a;
  color: #000
}

#ui-datepicker-div .ui-datepicker-calendar .ui-state-highlight {
  background: #7a99ac;
  color: #fff
}

#ui-datepicker-div .ui-datepicker-calendar.trade-in-datepicker {
  border-collapse: collapse !important
}

#ui-datepicker-div .ui-datepicker-month,
#ui-datepicker-div .ui-datepicker-year {
  border: 1px solid #d9e1e2;
  border-radius: 3px;
  box-sizing: border-box;
  color: #3c3c3c;
  font-size: 14px;
  font-weight: 600;
  margin-right: 20px;
  padding: 5px;
  width: auto
}

#ui-datepicker-div .no-place-day {
  cursor: default !important;
  pointer-events: none
}

#ui-datepicker-div .no-place-day .ui-state-default {
  background: #f0f3f3;
  border: 1px solid #d9e1e2 !important;
  color: #92a0b2;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

#ui-datepicker-div .ui-widget-content .ui-state-disabled {
  opacity: 1
}

#ui-datepicker-div .ui-widget-content .ui-state-disabled .ui-state-default {
  animation: none;
  background: none;
  border: 1px solid #d9e1e2;
  color: #d9e1e2
}

.no-place {
  align-items: center;
  display: flex;
  float: left;
  padding: 0 20px 20px;
  position: relative
}

.no-place:before {
  border: 1px solid #8098ab;
  border-radius: 3px;
  box-sizing: border-box;
  color: #8098ab;
  content: "X";
  display: flex;
  height: 22px;
  justify-content: center;
  position: absolute;
  width: 22px
}

.no-place span {
  margin-left: 35px
}

.date-picker-today {
  gap: 10px
}

.date-picker-today,
.date-picker-today p {
  align-items: center;
  display: flex;
  justify-content: center
}

.date-picker-today p {
  background: #7a99ac;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  height: 25px;
  margin: 0;
  width: 25px
}

.date-picker-today span {
  color: #1f2125;
  font-size: 13px;
  line-height: 16px
}

#ui-datepicker-div,
.select2-dropdown {
  box-shadow: 0 16px 48px rgba(0, 0, 0, .176)
}

.vf-modal-popup .modal-dialog {
  min-width: unset;
  width: 436px
}

.vf-modal-popup .modal-content {
  padding: 30px
}

.vf-modal-popup .modal-body img {
  margin-bottom: 30px;
  max-width: 98px
}

.vf-modal-popup .modal-body .title {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 30px;
  text-transform: none
}

.vf-modal-popup .modal-body .desc {
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 30px;
  text-align: left
}

.vf-modal-popup .modal-body .group-button {
  text-align: center
}

.vf-modal-popup .modal-body .group-button .btn-primary,
.vf-modal-popup .modal-body .group-button button {
  align-items: center;
  background: #1464f4;
  border-color: transparent;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  letter-spacing: .1em;
  line-height: 20px;
  outline: none;
  padding: 16px 24px;
  text-align: center;
  text-transform: uppercase
}

.vf-modal-popup .modal-body .group-button .btn-primary:hover,
.vf-modal-popup .modal-body .group-button button:hover {
  opacity: .8
}

#vpoint-section,
.vinclub-promotion {
  display: flex;
  flex-direction: column;
  gap: 8px
}

#vpoint-section>li,
.vinclub-promotion>li {
  margin-bottom: 0 !important
}

#vpoint-section .available-vpoint .vpoint,
.vinclub-promotion .available-vpoint .vpoint {
  color: #92a0b2;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left
}

#vpoint-section #usingVPoints input[name=usingVPoints],
.vinclub-promotion #usingVPoints input[name=usingVPoints] {
  border: 1px solid #1464f4;
  border-radius: 3px;
  padding-bottom: 5px
}

#vpoint-section #usingVPoints .vpoint-amount,
.vinclub-promotion #usingVPoints .vpoint-amount {
  color: #dc3545 !important;
  padding-right: 1rem;
  position: absolute;
  right: 0;
  top: 25px
}

#vpoint-section #usingVPoints .do-recalc-vpoint,
.vinclub-promotion #usingVPoints .do-recalc-vpoint {
  color: #1464f4;
  cursor: pointer
}

.car-common-popup-lead .modal-dialog {
  max-width: unset;
  min-width: unset
}

.car-common-popup-lead .modal-content {
  border: 0
}

.car-common-popup-lead .modal-content .modal-body {
  align-self: center;
  overflow-x: hidden;
  padding: 0
}

.car-common-popup-lead .modal-content .modal-body .common-lead-container {
  display: flex;
  max-width: 900px;
  width: 80vw
}

.car-common-popup-lead .modal-content .modal-body .lead-kv {
  display: flex
}

@media screen and (max-width:768px) {
  .car-common-popup-lead .modal-content .modal-body .lead-kv {
    display: none
  }
}

.car-common-popup-lead .modal-content .modal-body h3 {
  margin-bottom: 30px
}

@media screen and (max-width:768px) {
  .car-common-popup-lead .modal-content .modal-body h3 {
    margin-bottom: 20px
  }
}

.car-common-popup-lead .modal-content .modal-body .form-subtitle,
.car-common-popup-lead .modal-content .modal-body h3 {
  text-align: center
}

.car-common-popup-lead .modal-content .modal-body img {
  width: 100%
}

.car-common-popup-lead .modal-content .modal-body .title {
  border-bottom: 1px solid var(--under-line-gray);
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3c3c3c);
  font-size: 32px;
  font-style: italic;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 16px;
  padding-bottom: 16px;
  text-align: center;
  text-transform: uppercase;
  width: 100%
}

.car-common-popup-lead .modal-content .modal-body .intro {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 24px
}

.car-common-popup-lead .modal-content .modal-body .email-form {
  overflow-y: auto;
  padding: 30px;
  text-align: center;
  width: 100%
}

.car-common-popup-lead .modal-content .modal-body .registration-btn {
  gap: 12px
}

.car-common-popup-lead .modal-content .modal-body .registration-btn>.outline-btn {
  background: #fff;
  color: #1464f4;
  height: 48px;
  max-width: 100%;
  padding: 16px
}

.car-common-popup-lead .modal-content .close {
  cursor: pointer;
  opacity: 1;
  position: relative
}

.car-common-popup-lead .modal-content .close:focus {
  outline: none
}

.car-common-popup-lead .modal-content .form-subscribe {
  margin: 0 auto
}

.car-common-popup-lead .modal-content .form-subscribe .form-title {
  border-bottom: 1px solid #d9e1e2;
  display: block;
  font-size: 32px;
  font-style: italic;
  font-weight: 900;
  line-height: 35px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  text-align: center
}

.car-common-popup-lead .modal-content .form-subscribe .form-group {
  gap: 12px;
  margin-bottom: 0
}

.car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group>input[type=text] {
  border-radius: 3px;
  outline: none;
  width: 100%
}

.car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group>input[type=text]::-moz-placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%
}

.car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group>input[type=text]::placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%
}

.car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group>.invalid-feedback {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  padding-left: 16px;
  text-align: left
}

.car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group>.label {
  color: #3c3c3c;
  text-align: left
}

.car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group>.label.required:after {
  display: inline-block
}

.car-common-popup-lead .modal-content .form-subscribe .form-group .form-message {
  color: #dc3545;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  margin-left: 16px;
  text-align: left
}

.car-common-popup-lead .modal-content .form-subscribe .form-control {
  background: #fff;
  border: 1px solid #d9e1e2;
  display: block;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  padding: 7px 16px;
  width: 100%
}

@media(min-width:992px) {
  .car-common-popup-lead .modal-content .form-subscribe .form-control {
    font-size: .833vw
  }
}

@media(max-width:767px) {
  .car-common-popup-lead .modal-content .form-subscribe .form-control {
    font-size: 4.267vw
  }
}

.car-common-popup-lead .modal-content .form-subscribe .form-control {
  border-radius: 0;
  color: #8a8a8a;
  line-height: 150%;
  padding-left: 16px !important
}

.car-common-popup-lead .modal-content .form-subscribe .form-control::-moz-placeholder {
  color: #8a8a8a
}

.car-common-popup-lead .modal-content .form-subscribe .form-control::placeholder {
  color: #8a8a8a
}

.car-common-popup-lead .modal-content .form-subscribe .registration-btn button {
  background-color: #1464f4;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  height: 100%;
  letter-spacing: 1.2px;
  min-height: 48px;
  outline: none;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%
}

.car-common-popup-lead .modal-content .form-subscribe .registration-btn button:disabled {
  background-color: #8a8a8a
}

.car-common-popup-lead .modal-content .form-subscribe .check-email {
  font-size: 14px;
  font-weight: 600
}

@media(min-width:992px) {
  .car-common-popup-lead .modal-content .form-subscribe .check-email {
    font-size: 12px
  }
}

.car-common-popup-lead .modal-content .form-subscribe .check-email {
  color: #dc3545;
  display: none;
  text-align: left
}

.car-common-popup-lead .modal-content .form-subscribe .check-email.show {
  display: block;
  margin-top: 6px
}

.car-common-popup-lead .modal-content .form-subscribe .check-email.hide {
  display: none
}

.car-common-popup-lead .modal-content .form-subscribe .subscribe-countdown {
  position: relative
}

.car-common-popup-lead .modal-content .term {
  margin-top: 24px
}

.car-common-popup-lead .modal-content .term p {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left
}

.car-common-popup-lead .modal-content .term p:last-child {
  margin-bottom: 0
}

.car-common-popup-lead .modal-content .term a {
  color: #1464f4
}

.car-common-popup-lead .modal-content .term a:hover {
  text-decoration: underline !important
}

#modal-lead-register-thank .modal-header {
  align-items: center;
  border: 0;
  border-radius: 0;
  justify-content: center;
  margin-bottom: 16px;
  padding: 0
}

#modal-lead-register-thank .modal-dialog {
  background: #fff;
  border-radius: 4px;
  min-width: 654px
}

@media screen and (max-width:768px) {
  #modal-lead-register-thank .modal-dialog {
    min-width: 313px
  }
}

#modal-lead-register-thank .header--logo {
  align-items: center;
  display: flex;
  justify-content: center
}

#modal-lead-register-thank .modal-content {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 30px
}

@media screen and (max-width:768px) {
  #modal-lead-register-thank .modal-content {
    padding: 30px 16px
  }
}

#modal-lead-register-thank .modal-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding: 0;
  text-align: center
}

#modal-lead-register-thank .modal-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 16px
}

#modal-lead-register-thank .modal-title+.modal-body {
  margin-bottom: 16px
}

#modal-lead-register-thank .modal-buttons {
  align-items: center;
  display: flex;
  justify-content: center
}

#modal-lead-register-thank .modal-buttons button#button-close {
  align-items: center;
  background: #1464f4;
  border-radius: 0;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: .1em;
  line-height: 20px;
  min-width: 282px;
  padding: 10px 13px;
  text-align: center;
  text-transform: uppercase
}

#popup-lead {
  z-index: 1051
}

body:has(.modal.show) .select2-container--open>.select2-dropdown {
  z-index: 1055
}

.option-head-tab {
  align-items: center;
  border-radius: 2px;
  display: flex;
  justify-content: space-between;
  list-style: none;
  overflow: hidden;
  width: 100%
}

.option-head-tab li {
  border-bottom: 4px solid #f7f9f9;
  color: #8a8a8a;
  cursor: pointer;
  display: flex;
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  gap: 5px;
  justify-content: center;
  line-height: 150%;
  padding: 5px 15px
}

.option-head-tab li.active {
  border-bottom-color: #1464f4;
  color: #1464f4
}

:root {
  --new-3-c-3-c-3-cvf-dark-grey: #3c3c3c;
  --white: #fff;
  --new-1464-f-4-future-blue: #1464f4;
  --danger-color: #dc3545;
  --under-line-gray: #d9e1e2;
  --valid-color: #3aa200
}

.section-lead-common {
  background: var(--new-f-7-f-9-f-9-extra-light-blue-grey, #f7f9f9);
  padding: 60px 0
}

.section-lead-common input:not([type=radio]).valid {
  border: 1px solid var(--valid-color) !important
}

.section-lead-common input:not([type=radio]).error {
  border: 1px solid var(--danger-color) !important
}

.section-lead-common .section-content {
  margin: 0 auto;
  max-width: 660px;
  text-align: center
}

.section-lead-common .title {
  border-bottom: 1px solid var(--under-line-gray);
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3c3c3c);
  display: inline-flex;
  font-size: 20px;
  font-style: italic;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 24px;
  padding-bottom: 16px;
  text-transform: uppercase
}

@media screen and (min-width:769px) {
  .section-lead-common .title {
    font-size: 36px
  }
}

.section-lead-common .intro {
  font-size: 16px;
  margin-bottom: 30px
}

.section-lead-common .form-subscribe {
  margin: 0 auto 30px;
  max-width: 435px;
  text-align: left
}

.section-lead-common .form-subscribe .form-group {
  gap: 8px;
  margin-bottom: 0
}

.section-lead-common .form-subscribe .form-group .form-label-group>input[type=text] {
  background-color: var(--white);
  border: none;
  border-radius: 3px;
  outline: none;
  width: 100%
}

.section-lead-common .form-subscribe .form-group .form-label-group>input[type=text]::-moz-placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%
}

.section-lead-common .form-subscribe .form-group .form-label-group>input[type=text]::placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%
}

.section-lead-common .form-subscribe .form-group .form-label-group>.invalid-feedback {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  padding-left: 16px;
  text-align: left
}

.section-lead-common .form-subscribe .form-group .form-label-group>.label {
  color: #8a8a8a;
  text-align: left
}

.section-lead-common .form-subscribe .form-group .form-label-group>.label.required:after {
  display: inline-block
}

.section-lead-common .form-subscribe .form-group .form-message {
  color: var(--danger-color);
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  margin-left: 16px;
  text-align: left
}

.section-lead-common .form-subscribe .form-group .ttl-cars {
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3c3c3c);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%
}

.section-lead-common .form-subscribe .form-group .option-group {
  align-items: flex-start;
  align-self: stretch;
  -moz-column-gap: 2%;
  column-gap: 2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 15px;
  row-gap: 10px
}

.section-lead-common .form-subscribe .form-group .option-group .option-head-tab {
  align-items: center;
  border-radius: 2px;
  display: flex;
  justify-content: space-between;
  list-style: none;
  overflow: hidden;
  width: 100%
}

.section-lead-common .form-subscribe .form-group .option-group .option-head-tab li {
  border-bottom: 4px solid #f7f9f9;
  color: #8a8a8a;
  cursor: pointer;
  display: flex;
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  gap: 5px;
  justify-content: center;
  line-height: 150%;
  padding: 5px 15px
}

.section-lead-common .form-subscribe .form-group .option-group .option-head-tab li.active {
  border-bottom-color: var(--new-1464-f-4-future-blue);
  color: var(--new-1464-f-4-future-blue)
}

.section-lead-common .form-subscribe .form-group .option-group .form-check-inline {
  flex-basis: 48%;
  margin-right: 0;
  padding-right: 10px
}

.section-lead-common .form-subscribe .form-group .option-group .form-check-inline label {
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3c3c3c);
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%
}

.section-lead-common .form-subscribe .form-group.custom-checkbox {
  cursor: pointer;
  display: flex;
  font-size: 16px;
  gap: 10px
}

.section-lead-common .form-subscribe .form-group.custom-checkbox label {
  cursor: pointer
}

.section-lead-common .form-subscribe .form-group.custom-checkbox input[type=checkbox] {
  accent-color: var(--new-1464-f-4-future-blue, #0d6efd);
  width: 16px
}

.section-lead-common .form-subscribe .form-control {
  background: #fff;
  border: 1px solid var(--under-line-gray);
  border-radius: 0;
  color: #8a8a8a;
  display: block;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  line-height: 150%;
  padding: 7px 16px;
  width: 100%
}

.section-lead-common .form-subscribe .form-control::-moz-placeholder {
  color: #8a8a8a
}

.section-lead-common .form-subscribe .form-control::placeholder {
  color: #8a8a8a
}

@media(min-width:992px) {
  .section-lead-common .form-subscribe .form-control {
    font-size: .833vw
  }
}

@media(max-width:767px) {
  .section-lead-common .form-subscribe .form-control {
    font-size: 4.267vw
  }
}

.section-lead-common .form-subscribe .registration-btn button {
  background-color: #1464f4;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  height: 100%;
  letter-spacing: 1.2px;
  min-height: 48px;
  outline: none;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%
}

.section-lead-common .form-subscribe .registration-btn button:disabled {
  background-color: #8a8a8a
}

.section-lead-common .form-subscribe .check-email {
  font-size: 14px;
  font-weight: 600
}

@media(min-width:992px) {
  .section-lead-common .form-subscribe .check-email {
    font-size: 12px
  }
}

.section-lead-common .form-subscribe .check-email {
  color: var(--danger-color);
  display: none;
  text-align: left
}

.section-lead-common .form-subscribe .check-email.show {
  display: block;
  margin-top: 6px
}

.section-lead-common .form-subscribe .check-email.hide {
  display: none
}

.section-lead-common .form-subscribe .subscribe-countdown {
  position: relative
}

.section-lead-common .t-and-c,
.section-lead-common .tc-copy {
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3c3c3c);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 30px;
  max-width: 435px;
  text-align: left
}

.section-lead-common .select-showroom h3 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px
}

.section-lead-common .select-showroom .box-select {
  margin-bottom: 12px
}

.section-lead-common .select-showroom .form-label-group label {
  color: #8a8a8a;
  text-align: left
}

.section-lead-common .form-label-group .select2-container .select2-selection {
  background: #fff;
  border: none;
  border-radius: 3px
}

#header {
  max-width: 100vw;
}

.lead-pdp-xmd .modal-dialog {
  max-width: 896px;
  width: 90%
}

@media only screen and (min-width:1200px)and (max-width:1440px) {
  .lead-pdp-xmd .modal-dialog {
    max-width: 800px
  }
}

.lead-pdp-xmd .modal-content {
  border: 0;
  max-height: 85vh;
  overflow-y: auto
}

.lead-pdp-xmd .close-popup {
  background: #fff;
  bottom: 100%;
  color: #3c3c3c;
  cursor: pointer;
  font-size: 23px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  width: 20px
}

.lead-pdp-xmd .popup-thuleadxmd {
  display: flex;
  justify-content: space-between
}

.lead-pdp-xmd .leadxmd-img {
  width: 48.3258928571%
}

.lead-pdp-xmd .leadxmd-form {
  padding: 20px 16px 30px;
  width: 100%
}

@media only screen and (min-width:1200px) {
  .lead-pdp-xmd .leadxmd-form {
    padding: 30px;
    width: 51.6741071429%
  }
}

@media only screen and (min-width:1200px)and (max-width:1440px) {
  .lead-pdp-xmd .leadxmd-form {
    padding: 30px 16px
  }
}

@media print {
  .lead-pdp-xmd .leadxmd-form {
    padding: 30px;
    width: 51.6741071429%
  }
}

.lead-pdp-xmd .leadxmd-form .option-group {
  align-items: flex-start;
  align-self: stretch;
  -moz-column-gap: 2%;
  column-gap: 2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 15px;
  row-gap: 10px
}

.lead-pdp-xmd .leadxmd-form .option-group .option-head-tab {
  align-items: center;
  border-radius: 2px;
  display: flex;
  justify-content: space-between;
  list-style: none;
  overflow: hidden;
  width: 100%
}

.lead-pdp-xmd .leadxmd-form .option-group .option-head-tab li {
  border-bottom: 4px solid #f7f9f9;
  color: #8a8a8a;
  cursor: pointer;
  display: flex;
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  gap: 5px;
  justify-content: center;
  line-height: 150%;
  padding: 5px 15px
}

.lead-pdp-xmd .leadxmd-form .option-group .option-head-tab li.active {
  border-bottom-color: var(--new-1464-f-4-future-blue);
  color: var(--new-1464-f-4-future-blue)
}

.lead-pdp-xmd .leadxmd-form .option-group .form-check-inline {
  flex-basis: 48%;
  margin-right: 0;
  padding-right: 10px
}

.lead-pdp-xmd .leadxmd-form .option-group .form-check-inline label {
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3c3c3c);
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%
}

.lead-pdp-xmd .leadxmd-form .option-group .form-check-inline.wrap-3 {
  flex-basis: 30%
}

.lead-pdp-xmd .leadxmd-form .option-group .form-check-inline.wrap-2 {
  flex-basis: 48%
}

.lead-pdp-xmd .leadxmd-head {
  color: #3c3c3c;
  font-family: Mulish;
  margin-bottom: 24px;
  text-align: center
}

@media only screen and (min-width:1200px)and (max-width:1440px) {
  .lead-pdp-xmd .leadxmd-head {
    margin-bottom: 16px
  }
}

@media only screen and (max-width:767px) {
  .lead-pdp-xmd .leadxmd-head {
    margin-bottom: 18px
  }
}

.lead-pdp-xmd .leadxmd-logo {
  margin-bottom: 16px
}

@media only screen and (min-width:1200px)and (max-width:1440px) {
  .lead-pdp-xmd .leadxmd-logo {
    margin-bottom: 12px
  }
}

@media only screen and (max-width:767px) {
  .lead-pdp-xmd .leadxmd-logo {
    margin-bottom: 12px
  }
}

.lead-pdp-xmd .leadxmd-title {
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 16px;
  text-transform: uppercase
}

@media only screen and (min-width:768px)and (max-width:1199px) {
  .lead-pdp-xmd .leadxmd-title {
    font-size: 24px
  }
}

@media only screen and (max-width:767px) {
  .lead-pdp-xmd .leadxmd-title {
    font-size: 20px;
    margin-bottom: 12px
  }
}

@media only screen and (min-width:1200px) {
  .lead-pdp-xmd .leadxmd-title {
    font-size: 32px
  }
}

@media only screen and (min-width:1200px)and (min-width:1200px)and (max-width:1440px) {
  .lead-pdp-xmd .leadxmd-title {
    font-size: 21px;
    margin-bottom: 14px
  }
}

@media print {
  .lead-pdp-xmd .leadxmd-title {
    font-size: 32px
  }
}

.lead-pdp-xmd .leadxmd-desc {
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0
}

@media only screen and (min-width:1200px)and (max-width:1440px) {
  .lead-pdp-xmd .leadxmd-desc {
    font-size: 14px
  }
}

@media only screen and (max-width:767px) {
  .lead-pdp-xmd .leadxmd-desc {
    line-height: 1.4
  }
}

.lead-pdp-xmd .form-group {
  margin-bottom: 12px
}

.lead-pdp-xmd input.form-control {
  background: #fff;
  border: 1px solid #d9e1e2;
  border-radius: 3px;
  display: block;
  font-family: Mulish;
  font-size: 16px;
  font-weight: 600;
  height: 56px;
  line-height: 150%;
  padding: 16px
}

.lead-pdp-xmd input.form-control::-moz-placeholder {
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3c3c3c)
}

.lead-pdp-xmd input.form-control::placeholder {
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3c3c3c)
}

@media only screen and (min-width:1200px)and (max-width:1440px) {
  .lead-pdp-xmd input.form-control {
    height: 56px;
    padding: 10px 12px
  }
}

.lead-pdp-xmd .t-and-c {
  margin-bottom: 20px
}

.lead-pdp-xmd .registration-success-message {
  color: #28a745;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 10px;
  text-align: center
}

@media only screen and (max-width:767px) {
  .lead-pdp-xmd .registration-success-message {
    font-size: 14px
  }
}

.lead-pdp-xmd .registration-success-message.error {
  color: #c23934
}

.lead-pdp-xmd .registration-btn {
  margin: 0 auto;
  position: relative
}

.lead-pdp-xmd .registration-btn button {
  background: #1464f4;
  border: 0;
  box-shadow: none;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 15px;
  margin: 0 auto;
  min-width: 200px;
  outline: 0;
  padding: 12px;
  text-transform: uppercase;
  width: 100%
}

.lead-pdp-xmd .title-label {
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 12px
}

.lead-pdp-xmd .list-xmd {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  margin-bottom: 8px
}

@media only screen and (max-width:767px) {
  .lead-pdp-xmd .list-xmd {
    margin-bottom: 4px
  }
}

.lead-pdp-xmd .list-xmd li {
  margin-bottom: 15px;
  position: relative;
  width: 49%
}

@media only screen and (min-width:1200px) {
  .lead-pdp-xmd .list-xmd li {
    width: 32%
  }

  .lead-pdp-xmd .list-xmd li:nth-child(2),
  .lead-pdp-xmd .list-xmd li:nth-child(5) {
    width: 36%
  }
}

@media only screen and (min-width:1200px)and (max-width:1440px) {

  .lead-pdp-xmd .list-xmd li:nth-child(2),
  .lead-pdp-xmd .list-xmd li:nth-child(5) {
    width: 38%
  }
}

@media only screen and (min-width:1200px) {

  .lead-pdp-xmd .list-xmd li:nth-child(3),
  .lead-pdp-xmd .list-xmd li:nth-child(6) {
    width: 30%
  }
}

@media only screen and (min-width:1200px)and (max-width:1440px) {

  .lead-pdp-xmd .list-xmd li:nth-child(3),
  .lead-pdp-xmd .list-xmd li:nth-child(6) {
    width: 28%
  }
}

@media print {
  .lead-pdp-xmd .list-xmd li {
    width: 32%
  }

  .lead-pdp-xmd .list-xmd li:nth-child(2),
  .lead-pdp-xmd .list-xmd li:nth-child(5) {
    width: 36%
  }

  .lead-pdp-xmd .list-xmd li:nth-child(3),
  .lead-pdp-xmd .list-xmd li:nth-child(6) {
    width: 30%
  }
}

@media only screen and (max-width:767px) {
  .lead-pdp-xmd .list-xmd li {
    margin-bottom: 12px
  }
}

.lead-pdp-xmd .list-xmd li input {
  height: 0;
  overflow: hidden;
  width: 0
}

.lead-pdp-xmd .list-xmd li input+label {
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding-right: 0
}

@media only screen and (min-width:1200px)and (max-width:1440px) {
  .lead-pdp-xmd .list-xmd li input+label {
    line-height: 20px
  }
}

@media only screen and (max-width:767px) {
  .lead-pdp-xmd .list-xmd li input+label {
    line-height: 20px
  }
}

.lead-pdp-xmd .list-xmd li input+label:before {
  background: none;
  border: 1px solid #d9e1e2;
  border-radius: 100%;
  content: "";
  height: 20px;
  left: 0;
  top: 2px;
  transform: translateY(0);
  width: 20px
}

@media only screen and (min-width:1200px)and (max-width:1440px) {
  .lead-pdp-xmd .list-xmd li input+label:before {
    top: 0
  }
}

@media only screen and (max-width:767px) {
  .lead-pdp-xmd .list-xmd li input+label:before {
    top: 0
  }
}

.lead-pdp-xmd .list-xmd li input+label:after {
  background: #1464f4;
  border-radius: 100%;
  content: "";
  height: 10px;
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 7px;
  width: 10px
}

@media only screen and (min-width:1200px)and (max-width:1440px) {
  .lead-pdp-xmd .list-xmd li input+label:after {
    top: 5px
  }
}

@media only screen and (max-width:767px) {
  .lead-pdp-xmd .list-xmd li input+label:after {
    top: 5px
  }
}

.lead-pdp-xmd .list-xmd li input:checked+label:before {
  border-color: #1464f4
}

.lead-pdp-xmd .list-xmd li input:checked+label:after {
  opacity: 1
}

.lead-pdp-xmd.no-images-banner .modal-dialog {
  max-width: 463px !important;
  min-width: auto
}

.lead-pdp-xmd.no-images-banner .modal-dialog .leadxmd-form {
  width: 100%
}

.lead-pdp-xmd.no-images-banner .modal-dialog .leadxmd-form-logo-xmd {
  background: url(../../images/ldp/VinFast_XMD.svg) no-repeat 50%;
  display: flex;
  height: 31.853px;
  margin: 0 auto 16px;
  width: 140px
}

.lead-pdp-xmd.no-images-banner .modal-dialog .leadxmd-form-logo-car {
  background: url(../../images/ldp/VinFast_car.svg) no-repeat 50%;
  display: flex;
  height: 31.853px;
  margin: 0 auto 16px
}

.lead-pdp-xmd .invalid-feedback {
  font-size: 12px;
  padding: 0
}

.lead-pdp-xmd .lead-btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-around;
  margin-top: 40px
}

.lead-pdp-xmd .lead-btn-group .btn-item {
  flex-grow: 1;
  margin: 0;
  min-width: calc(50% - 20px)
}

.lead-pdp-xmd .lead-btn-group .btn-item button {
  margin: 0;
  width: 100%
}

.lead-pdp-xmd .select-showroom h3 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px
}

.lead-pdp-xmd .select-showroom .box-select {
  border: 1px solid #d9e1e2;
  border-radius: 3px;
  margin-bottom: 12px
}

.lead-pdp-xmd .select-showroom .box-select .form-label-group .select2-container .select2-selection {
  background: #fff;
  border: none;
  border-radius: 3px
}

.lead-pdp-xmd .select-showroom .form-label-group label {
  color: #8a8a8a;
  text-align: left
}

.lead-pdp-xmd.popup-lead-xmd.no-images-banner .modal-dialog {
  box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
  max-width: 896px !important
}

.lead-pdp-xmd.popup-lead-xmd .form-lead-pdp-xmd {
  display: flex;
  gap: 30px
}

.lead-pdp-xmd.popup-lead-xmd .form-lead-pdp-xmd .leadxmd-left {
  padding: 30px 0 30px 30px;
  width: 50%
}

.lead-pdp-xmd.popup-lead-xmd .form-lead-pdp-xmd .leadxmd-right {
  padding-bottom: 15px;
  width: 50%
}

.lead-pdp-xmd.popup-lead-xmd .form-lead-pdp-xmd .leadxmd-banner {
  margin-bottom: 30px;
  text-align: center
}

.lead-pdp-xmd.popup-lead-xmd .form-lead-pdp-xmd .leadxmd-banner img {
  max-width: 100%
}

@media only screen and (min-width:768px) {
  .lead-pdp-xmd.popup-lead-xmd .leadxmd-form {
    padding: 0 !important
  }
}

.lead-pdp-xmd.popup-lead-xmd .list-xmd .xmd-item {
  width: 50%
}

@media only screen and (max-width:767px) {
  .lead-pdp-xmd.popup-lead-xmd .form-lead-pdp-xmd {
    flex-direction: column
  }

  .lead-pdp-xmd.popup-lead-xmd .form-lead-pdp-xmd .leadxmd-left {
    padding: 16px;
    width: 100%
  }

  .lead-pdp-xmd.popup-lead-xmd .form-lead-pdp-xmd .leadxmd-right {
    width: 100%
  }

  .lead-pdp-xmd.popup-lead-xmd .form-lead-pdp-xmd .leadxmd-right .container {
    padding: 0
  }
}

.lead-pdp-xmd .custom-checkbox {
  cursor: pointer;
  display: flex;
  font-size: 16px;
  gap: 10px
}

.lead-pdp-xmd .custom-checkbox label {
  cursor: pointer
}

.lead-pdp-xmd .custom-checkbox input[type=checkbox] {
  accent-color: var(--new-1464-f-4-future-blue, #0d6efd);
  width: 16px
}

html {
  scroll-behavior: smooth
}

.page-wrapper {
  padding-top: 84px
}

@media screen and (max-width:992px) {
  .page-wrapper {
    padding-top: 60px
  }
}

.mt-48 {
  margin-top: 48px
}

section {
  padding-bottom: 96px;
  /* padding-top: 96px; */
  position: relative
}

section .top-main {
  padding-bottom: 36px;
}

@media screen and (max-width:767px) {
  section {
    padding-bottom: 30px;
    /* padding-top: 30px */
  }
}

.flex-1 {
  flex: 1
}

.swiper-wrapper {
  align-items: flex-end
}

.banner-block {
  padding: 0
}

.banner-block .banner {
  margin: 0 auto;
  max-width: 1920px
}

.banner-block .sticky-brand {
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 48px;
  width: 100%;
  z-index: 10
}

.banner-block .sticky-brand img {
  max-width: 688px;
  width: 100%
}

.banner-block img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.banner-block .banner-swiper {
  overflow: hidden;
  position: relative
}

.banner-block .banner-swiper .swiper-pagination {
  bottom: 33px;
  text-align: center
}

@media screen and (max-width:768px) {
  .banner-block .banner-swiper .swiper-pagination {
    bottom: 16px
  }
}

.banner-block .banner-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  height: 8px;
  width: 8px
}

.banner-block .banner-swiper .swiper-button-next,
.banner-block .banner-swiper .swiper-button-prev {
  align-items: center;
  background: hsla(0, 1%, 50%, .459);
  border-radius: 50%;
  bottom: 20px;
  box-shadow: 1px 0 5px 0 rgba(0, 0, 0, .5);
  display: flex;
  height: 48px;
  justify-content: center;
  position: absolute;
  top: unset;
  width: 48px;
  z-index: 100
}

.banner-block .banner-swiper .swiper-button-next:after,
.banner-block .banner-swiper .swiper-button-prev:after {
  color: #fff;
  font-size: 13px;
  font-weight: 700
}

@media screen and (max-width:768px) {

  .banner-block .banner-swiper .swiper-button-next,
  .banner-block .banner-swiper .swiper-button-prev {
    bottom: 10px;
    height: 32px;
    width: 32px
  }
}

.banner-block .banner-swiper .swiper-button-prev {
  left: 40px
}

@media screen and (max-width:768px) {
  .banner-block .banner-swiper .swiper-button-prev {
    left: 20px
  }
}

.banner-block .banner-swiper .swiper-button-next {
  right: 40px
}

@media screen and (max-width:768px) {
  .banner-block .banner-swiper .swiper-button-next {
    right: 20px
  }
}

.extcolor-block {
  padding: 96px 0 0
}

@media screen and (max-width:767px) {
  .extcolor-block {
    padding-top: 30px
  }
}

.extcolor-block .extcolor {
  margin: 0 auto;
  max-width: 1440px
}

.extcolor-block .extcolor-header h3 {
  color: #000;
  font-size: 40px;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 24px;
  text-align: center
}

@media screen and (max-width:767px) {
  .extcolor-block .extcolor-header h3 {
    font-size: 28px;
    margin: 0 16px 24px
  }
}

.extcolor-block .extcolor-header ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: center;
  list-style-type: none
}

.extcolor-block .extcolor-header ul li {
  align-items: center;
  display: flex;
  flex-direction: column
}

.extcolor-block .extcolor-header ul li label {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%
}

.extcolor-block .extcolor-header ul li span {
  font-size: 28px;
  font-weight: 600;
  line-height: 100%
}

@media screen and (max-width:767px) {
  .extcolor-block .extcolor-header ul {
    gap: 16px
  }

  .extcolor-block .extcolor-header ul li {
    width: 48%
  }

  .extcolor-block .extcolor-header ul li label {
    font-size: 12px
  }

  .extcolor-block .extcolor-header ul li span {
    font-size: 18px
  }
}

.extcolor-block .extcolor-footer {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 24px;
  text-align: center
}

@media screen and (max-width:767px) {
  .extcolor-block .extcolor-footer {
    margin-bottom: 60px
  }
}

.extcolor-block .extcolor-footer a.btn {
  align-items: center;
  border-radius: 3px;
  display: flex;
  flex: 1;
  font-size: 12px;
  font-weight: 700;
  height: 48px;
  justify-content: center;
  line-height: 15.06px;
  max-width: 204px;
  text-transform: uppercase
}

.extcolor-block img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.extcolor-block .nav-tabs {
  display: flex;
  gap: 48px;
  justify-content: center
}

.extcolor-block .nav-tabs .nav-item .nav-link {
  background: none;
  border: none;
  height: 40px;
  margin: unset;
  opacity: 1;
  padding: 0;
  position: relative;
  width: 40px
}

.extcolor-block .nav-tabs .nav-item .nav-link:focus,
.extcolor-block .nav-tabs .nav-item .nav-link:focus-within {
  outline: none
}

.extcolor-block .nav-tabs .nav-item .nav-link.active:after {
  border: 3px solid #1464f4;
  border-radius: 50%;
  content: "";
  height: 60px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px
}

.extcolor-block .extcolor-swiper {
  overflow: hidden;
  position: relative
}

.extcolor-block .extcolor-swiper .extcolor-swiper-button-next,
.extcolor-block .extcolor-swiper .extcolor-swiper-button-prev {
  align-items: center;
  background: linear-gradient(0deg, rgba(20, 100, 244, .1), rgba(20, 100, 244, .1)), linear-gradient(0deg, #fff, #fff);
  border-radius: 50%;
  display: flex;
  height: 48px;
  justify-content: center;
  position: absolute;
  top: unset;
  top: 50%;
  width: 48px;
  z-index: 100
}

.extcolor-block .extcolor-swiper .extcolor-swiper-button-next:after,
.extcolor-block .extcolor-swiper .extcolor-swiper-button-prev:after {
  color: #1464f4;
  font-size: 13px;
  font-weight: 700
}

.extcolor-block .extcolor-swiper .extcolor-swiper-button-prev {
  left: 0
}

.extcolor-block .extcolor-swiper .extcolor-swiper-button-next {
  right: 0
}

@media screen and (max-width:767px) {

  .extcolor-block .extcolor-swiper .extcolor-swiper-button-next,
  .extcolor-block .extcolor-swiper .extcolor-swiper-button-prev {
    bottom: 22%;
    height: 32px;
    top: unset;
    width: 32px
  }

  .extcolor-block .extcolor-swiper .extcolor-swiper-button-prev {
    left: 40%
  }

  .extcolor-block .extcolor-swiper .extcolor-swiper-button-next {
    right: 40%
  }
}

.extcolor-block .extcolor-label {
  color: #3c3c3c;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  margin: 48px 0 26px;
  text-align: center
}

@media screen and (max-width:767px) {
  .extcolor-block .extcolor-label {
    font-size: 16px;
    margin-top: 60px
  }
}

.pdp-spec {
  margin-top: 96px;
  padding-bottom: 96px
}

.pdp-spec .container-spec {
  left: 50%;
  position: absolute;
  text-align: center;
  transform: translateX(-50%)
}

.pdp-spec .content-top {
  top: 10%
}

.pdp-spec .content-top>* {
  color: #fff
}

.pdp-spec .content-bottom {
  display: flex;
  justify-content: space-around;
  width: 100%
}

.pdp-spec .content-bottom>* {
  color: #fff
}

@media screen and (max-width:767px) {
  .pdp-spec {
    margin-top: 48px;
    padding-bottom: 48px
  }

  .pdp-spec .content-bottom {
    flex-wrap: wrap;
    gap: 16px
  }

  .pdp-spec .content-bottom .spec-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 46%
  }

  .pdp-spec .content-bottom .spec-group p {
    font-size: 14px;
    font-weight: 600;
    line-height: 17.57px
  }
}

.pdp-spec .banner-spec {
  background-position: bottom;
  background-size: cover;
  margin-bottom: 120px;
  min-height: 340px
}

@media screen and (max-width:767px) {
  .pdp-spec .banner-spec {
    margin-bottom: 0
  }
}

@media screen and (min-width:601px) {
  .pdp-spec .banner-spec {
    background-image: none !important
  }
}

@media screen and (max-width:600px) {

  .pdp-spec .banner-spec>img,
  .pdp-spec .banner-spec>picture {
    display: none
  }
}

.pdp-spec .spec-group span {
  font-size: 18px;
  font-weight: 700;
  line-height: 22.59px
}

.pdp-spec .parameter-block .container {
  max-width: 1440px;
  padding: 0 15px
}

.pdp-spec .parameter-block .container .row {
  justify-content: center;
  padding: 0 15px
}

.pdp-spec .parameter-block .container .infomation-wrap {
  max-width: 1128px
}

@media screen and (max-width:1440px) {
  .pdp-spec .parameter-block .container {
    max-width: unset
  }
}

.pdp-spec .parameter-block .container h2 {
  letter-spacing: -.02em;
  text-align: center
}

.pdp-spec .parameter-block .container .parameter-header {
  margin-bottom: 16px
}

.pdp-spec .parameter-block .container .parameter-header img {
  max-height: 20px;
  max-width: 100%
}

.pdp-spec .parameter-block .container .parameter-header h3 {
  color: #000;
  font-size: 40px;
  font-weight: 300;
  line-height: 100%;
  text-align: center
}

@media screen and (max-width:767px) {
  .pdp-spec .parameter-block .container .parameter-header {
    text-align: center;
  }

  .pdp-spec .parameter-block .container .parameter-header h3 {
    font-size: 28px
  }
}

.pdp-spec .parameter-block .container .parameter-header.with-cart-cta {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.pdp-spec .parameter-block .container .parameter-header.with-cart-cta span {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%
}

.pdp-spec .parameter-block .container .parameter-header.with-cart-cta a {
  align-items: center;
  display: flex;
  justify-content: center;
  max-width: 100%;
  width: 285px
}

.pdp-spec .parameter-block .container .parameter-header.with-cart-cta a span {
  font-size: 12px
}

.pdp-spec .parameter-block .container .parameter-content {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%
}

@media screen and (max-width:767px) {
  .pdp-spec .parameter-block .container .parameter-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px
  }
}

@media screen and (max-width:575px) {
  .pdp-spec .parameter-block .container .parameter-content {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media screen and (max-width:475px) {
  .pdp-spec .parameter-block .container .parameter-content {
    display: flex
  }
}

.pdp-spec .parameter-block .container .parameter-content .parameter-list,
.pdp-spec .parameter-block .container .parameter-content-desc {
  align-items: flex-start;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  width: 100%
}

@media screen and (max-width:767px) {

  .pdp-spec .parameter-block .container .parameter-content .parameter-list,
  .pdp-spec .parameter-block .container .parameter-content-desc {
    flex-direction: column;
    gap: 24px
  }
}

.pdp-spec .parameter-block .container .parameter-content .parameter-list .parameter-item,
.pdp-spec .parameter-block .container .parameter-content-desc .parameter-item {
  color: #3c3c3c;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: flex-start;
  width: 100%
}

.pdp-spec .parameter-block .container .parameter-content .parameter-list .parameter-item h3,
.pdp-spec .parameter-block .container .parameter-content-desc .parameter-item h3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%
}

.pdp-spec .parameter-block .container .parameter-content .parameter-list .parameter-item span,
.pdp-spec .parameter-block .container .parameter-content-desc .parameter-item span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px
}

@media screen and (max-width:767px) {

  .pdp-spec .parameter-block .container .parameter-content .parameter-list .parameter-item span,
  .pdp-spec .parameter-block .container .parameter-content-desc .parameter-item span {
    font-size: 16px
  }
}

.pdp-spec .parameter-block .container .parameter-content .parameter-list .parameter-item span>span,
.pdp-spec .parameter-block .container .parameter-content-desc .parameter-item span>span {
  padding-top: 8px
}

.pdp-spec .parameter-block .container .parameter-content .parameter-list .parameter-item .medium,
.pdp-spec .parameter-block .container .parameter-content-desc .parameter-item .medium {
  font-size: 16px;
  line-height: 150%
}

.pdp-spec .parameter-block .container .parameter-content .parameter-list .parameter-item .small,
.pdp-spec .parameter-block .container .parameter-content-desc .parameter-item .small {
  font-size: 14px;
  line-height: 150%
}

.pdp-spec .parameter-block .container .parameter-content .parameter-list p,
.pdp-spec .parameter-block .container .parameter-content-desc p {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  margin: 0
}

.pdp-spec .parameter-block .container .parameter-content hr {
  border-top: 1px solid #84a3b6;
  margin: 0;
  width: 100%
}

.pdp-spec .parameter-block .container .parameter-footer {
  display: flex;
  gap: 12px;
  justify-content: center;
  text-align: center
}

.pdp-spec .parameter-block .container .parameter-footer a {
  align-items: center;
  border-radius: 0;
  display: flex;
  flex: 1;
  font-size: 12px;
  font-weight: 700;
  height: 48px;
  justify-content: center;
  line-height: 15.06px;
  max-width: 204px;
  text-transform: uppercase
}

.pdp-spec .parameter-block .container .parameter-contacts {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center
}

.pdp-spec .parameter-block .container .parameter-contacts .contact-title {
  color: #000;
  flex-basis: 100%;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  text-align: center
}

.pdp-spec .parameter-block .container .parameter-contacts .parameter-contact {
  background: #f7f9f9;
  padding: 30px
}

.pdp-spec .parameter-block .container .parameter-contacts .parameter-contact .contact-name {
  color: #1f2125;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 12px
}

.pdp-spec .parameter-block .container .parameter-contacts .parameter-contact p {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-bottom: 12px
}

.pdp-spec .parameter-block .container .parameter-contacts .parameter-contact p a {
  color: #1464f4;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
  text-decoration-style: solid
}

.pdp-spec .parameter-block .container .parameter-contacts .parameter-contact p a.phone {
  font-weight: 600;
  text-decoration: none
}

@media screen and (max-width:767px) {
  .pdp-spec .parameter-block .container .parameter-contacts .parameter-contact {
    justify-content: flex-start;
    padding: 12px;
    width: 100%
  }
}

.pdp-spec .parameter-block .container .parameter-info {
  margin: 30px 0;
  overflow: hidden;
  width: 100%
}

.pdp-spec .parameter-block .container .parameter-info .slides {
  display: flex;
  gap: 30px;
  justify-content: space-between
}

@media only screen and (max-width:767px) {
  .pdp-spec .parameter-block .container .parameter-info .slides {
    flex-wrap: wrap;
    gap: 0
  }
}

.pdp-spec .parameter-block .container .parameter-info .parameter-info-item {
  color: #3c3c3c;
  width: 100%
}

.pdp-spec .parameter-block .container .parameter-info .parameter-info-item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 12px
}

@media screen and (max-width:767px) {
  .pdp-spec .parameter-block .container .parameter-info .parameter-info-item p {
    font-size: 14px
  }
}

.pdp-spec .parameter-block .container .parameter-info .parameter-info-item .parameter-item-list {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  list-style: disc;
  margin: 12px 0;
  padding-left: 20px
}

@media screen and (max-width:767px) {
  .pdp-spec .parameter-block .container .parameter-info .parameter-info-item .parameter-item-list {
    font-size: 14px;
    margin: 8px 0
  }
}

.pdp-spec .parameter-block .container .parameter-desc {
  margin: 30px 0
}

.pdp-spec .parameter-block .container .parameter-btn {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-bottom: 30px;
  width: 100%
}

@media screen and (max-width:767px) {
  .pdp-spec .parameter-block .container .parameter-btn {
    gap: 16px
  }
}

.pdp-spec .parameter-block .container .parameter-btn .rh-btn {
  display: block;
  line-height: 48px;
  min-width: 178px;
  padding: 0 24px;
  text-align: center
}

.pdp-spec .parameter-block .container .parameter-btn .rh-btn:hover {
  background: #fff;
  border: 1px solid #1464f4;
  color: #1464f4 !important;
  opacity: 1
}

@media screen and (max-width:767px) {
  .pdp-spec .parameter-block .container .parameter-btn .rh-btn {
    border-radius: 0;
    min-width: unset;
    width: 50%
  }

  .pdp-spec .parameter-block .container .parameter-btn .btn-outline {
    margin: 0
  }
}

.pdp-spec .parameter-block .container .parameter-note.gray {
  color: #8a8a8a;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%
}

.pdp-spec .parameter-block .container .parameter-note .parameter-note-list {
  padding-left: 20px
}

.pdp-spec .parameter-block .container .disclaimer-note {
  color: #8a8a8a;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  margin: 0 auto;
  text-align: left;
  width: 100%
}

@media screen and (max-width:767px) {
  .pdp-spec .parameter-block .container .disclaimer-note {
    margin: 0 10px;
    width: auto
  }
}

.pdp-spec .parameter-block .container .disclaimer-note-txt {
  margin-bottom: 4px
}

.pdp-spec .parameter-block .container .disclaimer-note-list {
  list-style: initial;
  padding-left: 1em
}

.pdp-spec.minivan .parameter-block .container .parameter-content .parameter-list .parameter-item {
  gap: 0
}

.form-subscribe {
  margin: 0 auto;
  max-width: 435px
}

.form-subscribe .form-title {
  border-bottom: 1px solid #d9e1e2;
  display: block;
  font-size: 32px;
  font-style: italic;
  font-weight: 900;
  line-height: 35px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  text-align: center
}

.form-subscribe .form-group {
  gap: 12px;
  margin-bottom: 0
}

.form-subscribe .form-group .form-label-group>input[type=text] {
  border-radius: 3px;
  outline: none;
  width: 100%
}

.form-subscribe .form-group .form-label-group>input[type=text]::-moz-placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%
}

.form-subscribe .form-group .form-label-group>input[type=text]::placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%
}

.form-subscribe .form-group .form-label-group>.invalid-feedback {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  padding-left: 16px;
  text-align: left
}

.form-subscribe .form-group .form-label-group>.label {
  color: #3c3c3c;
  text-align: left
}

.form-subscribe .form-group .form-label-group>.label:after {
  display: none
}

.form-subscribe .form-group .form-message {
  color: #dc3545;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  margin-left: 16px;
  text-align: left
}

.form-subscribe .form-control {
  background: #fff;
  border: 1px solid #d9e1e2;
  display: block;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  padding: 7px 16px;
  width: 100%
}

@media(min-width:992px) {
  .form-subscribe .form-control {
    font-size: .833vw
  }
}

@media(max-width:767px) {
  .form-subscribe .form-control {
    font-size: 4.267vw
  }
}

.form-subscribe .form-control {
  border-radius: 0;
  color: #8a8a8a;
  line-height: 150%;
  padding-left: 16px !important
}

.form-subscribe .form-control::-moz-placeholder {
  color: #8a8a8a
}

.form-subscribe .form-control::placeholder {
  color: #8a8a8a
}

.form-subscribe .registration-btn button {
  background-color: #1464f4;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  height: 100%;
  letter-spacing: 1.2px;
  min-height: 48px;
  outline: none;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%
}

.form-subscribe .registration-btn button:disabled {
  background-color: #8a8a8a
}

.form-subscribe .check-email {
  font-size: 14px;
  font-weight: 600
}

@media(min-width:992px) {
  .form-subscribe .check-email {
    font-size: 12px
  }
}

.form-subscribe .check-email {
  color: #dc3545;
  display: none;
  text-align: left
}

.form-subscribe .check-email.show {
  display: block;
  margin-top: 6px
}

.form-subscribe .check-email.hide {
  display: none
}

.form-subscribe .subscribe-countdown {
  position: relative
}

.lead-pdp-xmd .modal-dialog {
  width: 90%;
  max-width: 896px;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .lead-pdp-xmd .modal-dialog {
    max-width: 800px;
  }
}

.lead-pdp-xmd .modal-content {
  border: 0;
  max-height: 85vh;
  overflow-y: auto;
}

.lead-pdp-xmd .close-popup {
  position: absolute;
  bottom: 100%;
  font-size: 23px;
  color: #3c3c3c;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: #fff;
  text-align: center;
  line-height: 20px;
  top: 10px;
  right: 10px;
}

.lead-pdp-xmd .popup-thuleadxmd {
  display: flex;
  justify-content: space-between;
}

.lead-pdp-xmd .leadxmd-img {
  width: 48.3258928571%;
}

.lead-pdp-xmd .leadxmd-form {
  width: 100%;
  padding: 20px 16px 30px;
}

@media only screen and (min-width: 1200px) {
  .lead-pdp-xmd .leadxmd-form {
    padding: 30px;
    width: 51.6741071429%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .lead-pdp-xmd .leadxmd-form {
    padding: 30px 16px;
  }
}

@media print {
  .lead-pdp-xmd .leadxmd-form {
    padding: 30px;
    width: 51.6741071429%;
  }
}

.lead-pdp-xmd .leadxmd-form .option-group {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: stretch;
  margin-bottom: 15px;
  flex-wrap: wrap;
  row-gap: 10px;
  -moz-column-gap: 2%;
  column-gap: 2%;
}

.lead-pdp-xmd .leadxmd-form .option-group .option-head-tab {
  display: flex;
  width: 100%;
  list-style: none;
  border-radius: 2px;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.lead-pdp-xmd .leadxmd-form .option-group .option-head-tab li {
  display: flex;
  flex: 1;
  justify-content: center;
  gap: 5px;
  color: #8A8A8A;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  padding: 5px 15px;
  border-bottom: 4px solid #F7F9F9;
  cursor: pointer;
}

.lead-pdp-xmd .leadxmd-form .option-group .option-head-tab li.active {
  color: var(--new-1464-f-4-future-blue);
  border-bottom-color: var(--new-1464-f-4-future-blue);
}

.lead-pdp-xmd .leadxmd-form .option-group .form-check-inline {
  margin-right: 0;
  padding-right: 10px;
  flex-basis: 48%;
}

.lead-pdp-xmd .leadxmd-form .option-group .form-check-inline label {
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3C3C3C);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
  cursor: pointer;
}

.lead-pdp-xmd .leadxmd-form .option-group .form-check-inline.wrap-3 {
  flex-basis: 30%;
}

.lead-pdp-xmd .leadxmd-form .option-group .form-check-inline.wrap-2 {
  flex-basis: 48%;
}

.lead-pdp-xmd .leadxmd-head {
  text-align: center;
  margin-bottom: 24px;
  font-family: "Mulish";
  color: #3c3c3c;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .lead-pdp-xmd .leadxmd-head {
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .lead-pdp-xmd .leadxmd-head {
    margin-bottom: 18px;
  }
}

.lead-pdp-xmd .leadxmd-logo {
  margin-bottom: 16px;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .lead-pdp-xmd .leadxmd-logo {
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .lead-pdp-xmd .leadxmd-logo {
    margin-bottom: 12px;
  }
}

.lead-pdp-xmd .leadxmd-title {
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 16px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .lead-pdp-xmd .leadxmd-title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .lead-pdp-xmd .leadxmd-title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}

@media only screen and (min-width: 1200px) {
  .lead-pdp-xmd .leadxmd-title {
    font-size: 32px;
  }
}

@media only screen and (min-width: 1200px) and (min-width: 1200px) and (max-width: 1440px) {
  .lead-pdp-xmd .leadxmd-title {
    font-size: 21px;
    margin-bottom: 14px;
  }
}

@media print {
  .lead-pdp-xmd .leadxmd-title {
    font-size: 32px;
  }
}

.lead-pdp-xmd .leadxmd-desc {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #3c3c3c;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .lead-pdp-xmd .leadxmd-desc {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .lead-pdp-xmd .leadxmd-desc {
    line-height: 1.4;
  }
}

.lead-pdp-xmd .form-group {
  margin-bottom: 12px;
}

.lead-pdp-xmd input.form-control {
  padding: 16px;
  font-family: "Mulish";
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  border-radius: 3px;
  border: 1px solid #D9E1E2;
  background: #FFF;
  display: block;
  height: 56px;
}

.lead-pdp-xmd input.form-control::-moz-placeholder {
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3C3C3C);
}

.lead-pdp-xmd input.form-control::placeholder {
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3C3C3C);
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .lead-pdp-xmd input.form-control {
    padding: 10px 12px;
    height: 56px;
  }
}

.lead-pdp-xmd .t-and-c {
  margin-bottom: 20px;
}

.lead-pdp-xmd .registration-success-message {
  color: #28a745;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .lead-pdp-xmd .registration-success-message {
    font-size: 14px;
  }
}

.lead-pdp-xmd .registration-success-message.error {
  color: #c23934;
}

.lead-pdp-xmd .registration-btn {
  margin: 0 auto;
  position: relative;
}

.lead-pdp-xmd .registration-btn button {
  margin: 0 auto;
  padding: 12px;
  min-width: 200px;
  width: 100%;
  background: #1464F4;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 1.2px;
  box-shadow: none;
  border: 0;
  outline: 0;
  display: block;
}

.lead-pdp-xmd .title-label {
  font-size: 16px;
  color: #3c3c3c;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 12px;
}

.lead-pdp-xmd .list-xmd {
  display: flex;
  justify-content: flex-start;
  list-style: none;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
  .lead-pdp-xmd .list-xmd {
    margin-bottom: 4px;
  }
}

.lead-pdp-xmd .list-xmd li {
  width: 49%;
  position: relative;
  margin-bottom: 15px;
}

@media only screen and (min-width: 1200px) {
  .lead-pdp-xmd .list-xmd li {
    width: 32%;
  }

  .lead-pdp-xmd .list-xmd li:nth-child(2),
  .lead-pdp-xmd .list-xmd li:nth-child(5) {
    width: 36%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {

  .lead-pdp-xmd .list-xmd li:nth-child(2),
  .lead-pdp-xmd .list-xmd li:nth-child(5) {
    width: 38%;
  }
}

@media only screen and (min-width: 1200px) {

  .lead-pdp-xmd .list-xmd li:nth-child(3),
  .lead-pdp-xmd .list-xmd li:nth-child(6) {
    width: 30%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {

  .lead-pdp-xmd .list-xmd li:nth-child(3),
  .lead-pdp-xmd .list-xmd li:nth-child(6) {
    width: 28%;
  }
}

@media print {
  .lead-pdp-xmd .list-xmd li {
    width: 32%;
  }

  .lead-pdp-xmd .list-xmd li:nth-child(2),
  .lead-pdp-xmd .list-xmd li:nth-child(5) {
    width: 36%;
  }

  .lead-pdp-xmd .list-xmd li:nth-child(3),
  .lead-pdp-xmd .list-xmd li:nth-child(6) {
    width: 30%;
  }
}

@media only screen and (max-width: 767px) {
  .lead-pdp-xmd .list-xmd li {
    margin-bottom: 12px;
  }
}

.lead-pdp-xmd .list-xmd li input {
  width: 0;
  height: 0;
  overflow: hidden;
}

.lead-pdp-xmd .list-xmd li input+label {
  font-size: 16px;
  font-weight: 600;
  color: #3c3c3c;
  padding-right: 0;
  line-height: 24px;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .lead-pdp-xmd .list-xmd li input+label {
    line-height: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .lead-pdp-xmd .list-xmd li input+label {
    line-height: 20px;
  }
}

.lead-pdp-xmd .list-xmd li input+label:before {
  content: "";
  width: 20px;
  height: 20px;
  background: none;
  border: 1px solid #D9E1E2;
  top: 2px;
  left: 0;
  border-radius: 100%;
  transform: translateY(0);
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .lead-pdp-xmd .list-xmd li input+label:before {
    top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .lead-pdp-xmd .list-xmd li input+label:before {
    top: 0;
  }
}

.lead-pdp-xmd .list-xmd li input+label:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 7px;
  left: 5px;
  background: #1464F4;
  border-radius: 100%;
  opacity: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .lead-pdp-xmd .list-xmd li input+label:after {
    top: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .lead-pdp-xmd .list-xmd li input+label:after {
    top: 5px;
  }
}

.lead-pdp-xmd .list-xmd li input:checked+label:before {
  border-color: #1464F4;
}

.lead-pdp-xmd .list-xmd li input:checked+label:after {
  opacity: 1;
}

.lead-pdp-xmd.no-images-banner .modal-dialog {
  max-width: 463px !important;
  min-width: auto;
}

.lead-pdp-xmd.no-images-banner .modal-dialog .leadxmd-form {
  width: 100%;
}

.lead-pdp-xmd.no-images-banner .modal-dialog .leadxmd-form-logo-xmd {
  margin: 0 auto 16px;
  display: flex;
  width: 140px;
  height: 31.853px;
  background: url(../../images/ldp/VinFast_XMD.svg) no-repeat center center;
}

.lead-pdp-xmd.no-images-banner .modal-dialog .leadxmd-form-logo-car {
  margin: 0 auto 16px;
  display: flex;
  height: 31.853px;
  background: url(../../images/ldp/VinFast_car.svg) no-repeat center center;
}

.lead-pdp-xmd .invalid-feedback {
  padding: 0;
  font-size: 12px;
}

.lead-pdp-xmd .lead-btn-group {
  display: flex;
  margin-top: 40px;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
}

.lead-pdp-xmd .lead-btn-group .btn-item {
  margin: 0;
  min-width: calc(50% - 20px);
  flex-grow: 1;
}

.lead-pdp-xmd .lead-btn-group .btn-item button {
  width: 100%;
  margin: 0;
}

.lead-pdp-xmd .select-showroom h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #000000;
}

.lead-pdp-xmd .select-showroom .box-select {
  border-radius: 3px;
  border: 1px solid #D9E1E2;
  margin-bottom: 12px;
}

.lead-pdp-xmd .select-showroom .box-select .form-label-group .select2-container .select2-selection {
  background: #fff;
  border: none;
  border-radius: 3px;
}

.lead-pdp-xmd .select-showroom .form-label-group label {
  text-align: left;
  color: #8a8a8a;
}

.lead-pdp-xmd.popup-lead-xmd.no-images-banner .modal-dialog {
  max-width: 896px !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.lead-pdp-xmd.popup-lead-xmd .form-lead-pdp-xmd {
  display: flex;
  gap: 30px;
}

.lead-pdp-xmd.popup-lead-xmd .form-lead-pdp-xmd .leadxmd-left {
  width: 50%;
  padding: 30px 0 30px 30px;
}

.lead-pdp-xmd.popup-lead-xmd .form-lead-pdp-xmd .leadxmd-right {
  width: 50%;
  padding-bottom: 15px;
}

.lead-pdp-xmd.popup-lead-xmd .form-lead-pdp-xmd .leadxmd-banner {
  text-align: center;
  margin-bottom: 30px;
}

.lead-pdp-xmd.popup-lead-xmd .form-lead-pdp-xmd .leadxmd-banner img {
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .lead-pdp-xmd.popup-lead-xmd .leadxmd-form {
    padding: 0 !important;
  }
}

.lead-pdp-xmd.popup-lead-xmd .list-xmd .xmd-item {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .lead-pdp-xmd.popup-lead-xmd .form-lead-pdp-xmd {
    flex-direction: column;
  }

  .lead-pdp-xmd.popup-lead-xmd .form-lead-pdp-xmd .leadxmd-left {
    padding: 16px;
    width: 100%;
  }

  .lead-pdp-xmd.popup-lead-xmd .form-lead-pdp-xmd .leadxmd-right {
    width: 100%;
  }

  .lead-pdp-xmd.popup-lead-xmd .form-lead-pdp-xmd .leadxmd-right .container {
    padding: 0;
  }
}

#popup-lead-car {
  background: rgba(0, 0, 0, 0.2);
}

#popup-lead-car.lead-pdp-xmd .form-label-group input:not(:-moz-placeholder-shown) {
  padding-top: 25px;
  padding-bottom: 0;
}

#popup-lead-car.lead-pdp-xmd .form-label-group input:not(:placeholder-shown) {
  padding-top: 25px;
  padding-bottom: 0;
}

#popup-lead-car.lead-pdp-xmd .form-label-group label {
  padding-left: 16px;
}

#popup-lead-car.lead-pdp-xmd .vf-checkbox .cbx span:last-child {
  font-size: 12px;
  color: #1F2125;
}

#popup-lead-car.lead-pdp-xmd .option-group {
  row-gap: 24px;
  margin-bottom: 24px;
}

#popup-lead-car.lead-pdp-xmd .option-group .option-head-tab li {
  font-size: 16px;
}

#popup-lead-car.lead-pdp-xmd .option-group .form-check-label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#popup-lead-car.lead-pdp-xmd .option-group .form-check-label input {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

#popup-lead-car.lead-pdp-xmd .option-group .form-check-label span {
  line-height: 1;
}

.brand-color {
  color: #1464F4;
}

:root {
  --input-height: 56px;
  --primary-color: #1464f4;
  --label-floating-color: #8A8A8A;
  --text-color: #3C3C3C;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1049;
}

.brand-color {
  color: #1464F4;
}

:root {
  --input-height: 56px;
  --primary-color: #1464f4;
  --label-floating-color: #8A8A8A;
  --text-color: #3C3C3C;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1049;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  border: 1px solid #D9E1E2 !important;
  -webkit-box-shadow: 0 0 0 1000px #FFFFFF inset;
}

.form-label-group {
  position: relative;
}

.form-label-group input,
.form-label-group label,
.form-label-group select {
  height: var(--input-height);
  width: 100%;
  padding: 1rem;
  border: 1px solid #D9E1E2;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.form-label-group input:focus,
.form-label-group label:focus,
.form-label-group select:focus {
  outline: none;
}

.form-label-group input[disabled]~label,
.form-label-group label[disabled]~label,
.form-label-group select[disabled]~label {
  color: #8A8A8A !important;
}

.form-label-group input[disabled]~span,
.form-label-group label[disabled]~span,
.form-label-group select[disabled]~span {
  background: #F0F3F3;
}

.form-label-group select.error+.select2-container .select2-selection,
.form-label-group select.is-invalid+.select2-container .select2-selection {
  border-color: #dc3545 !important;
}

.form-label-group .select2-container {
  width: 100% !important;
}

.form-label-group .select2-container--disabled .select2-selection {
  background-color: #F0F3F3 !important;
}

.form-label-group .select2-container .select2-selection {
  height: var(--input-height);
  line-height: var(--input-height);
  border: 1px solid #D9E1E2;
  border-radius: 2px;
  padding: 0 15px;
  background-color: transparent;
}

.form-label-group .select2-container .select2-selection .select2-selection__rendered {
  position: absolute;
  bottom: 0;
  color: var(--text-color);
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  max-width: calc(100% - 50px);
}

.form-label-group .select2-container .select2-selection__arrow {
  height: 100% !important;
  margin-right: 15px;
  width: 12px !important;
}

.form-label-group .select2-container .select2-selection__arrow b {
  border: 0;
  background: url(../../images/vfast/ic-down-arrow.png) top left no-repeat;
  border-color: transparent !important;
  width: 12px !important;
  height: 8px !important;
  display: block;
  padding: 0;
  border-width: 0 !important;
  margin-top: -4px !important;
  transition: all 0.2s;
}

.form-label-group label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--text-color);
  pointer-events: none;
  cursor: text;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: all 0.1s ease-in-out;
}

.form-label-group label.required::after {
  content: "*";
  color: var(--primary-color);
  margin-left: 5px;
}

.form-label-group input::-moz-placeholder {
  color: transparent !important;
}

.form-label-group input::placeholder {
  color: transparent !important;
}

.form-label-group input:not(:-moz-placeholder-shown) {
  padding-top: 25px;
  padding-bottom: 0;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: 25px;
  padding-bottom: 0;
}

.form-label-group .amount-down {
  cursor: pointer;
  position: absolute;
  top: 30px;
  left: 19px;
}

.form-label-group .amount-up {
  top: 30px;
  right: 19px;
  position: absolute;
  cursor: pointer;
}

.form-label-group input#amount:not(:-moz-placeholder-shown) {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.form-label-group input#amount:not(:placeholder-shown) {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.form-label-group input:not(:-moz-placeholder-shown)~label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 2.5rem;
  font-size: 12px;
  color: var(--label-floating-color);
}

.form-label-group input:not(:-moz-placeholder-shown)~label.required::after {
  color: inherit;
}

.form-label-group input:not(:-moz-placeholder-shown)~label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 2.5rem;
  font-size: 12px;
  font-family: Mulish;
  color: var(--label-floating-color);
}

.form-label-group input:not(:placeholder-shown)~label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 2.5rem;
  font-size: 12px;
  font-family: Mulish;
  color: var(--label-floating-color);
}

.form-label-group input:-webkit-autofill~label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 2.5rem;
  font-size: 12px;
  font-family: Mulish;
}

.form-label-group input:-webkit-autofill~label.required::after {
  color: inherit;
}

.form-label-group .select2-container~label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 2rem;
  font-size: 12px;
  color: var(--label-floating-color);
}

.form-label-group .select2-container~label.required::after {
  color: inherit;
}

.form-label-group select.select2-label-placeholder~label {
  height: auto;
}

.form-label-group select.select2-label-placeholder.select2-empty~label {
  top: calc(var(--input-height) / 2);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transform: translateY(-50%);
  transition: all 0.1s ease-in-out;
  color: #1F2125;
}

.form-label-group select.select2-label-placeholder.select2-empty~label::after {
  color: #1464F4;
}

.form-label-group.has-icon.root_numText .num_text {
  right: 3rem;
}

.form-label-group.has-icon .icon {
  position: absolute;
  top: 0;
  right: 0;
  height: var(--input-height);
}

.form-label-group.has-icon .icon svg {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  transition: all 0.1s ease-in-out;
}

.form-label-group.has-icon .prefix-icon svg {
  position: absolute;
  top: 0;
  left: 16px;
  height: var(--input-height);
}

.form-label-group.has-icon .suffix-icon svg {
  position: absolute;
  top: 0;
  right: 16px;
  height: var(--input-height);
}

.form-label-group.has-icon input,
.form-label-group.has-icon select {
  padding-right: 3rem;
}

.form-label-group.has-icon input.js_numText,
.form-label-group.has-icon select.js_numText {
  padding-right: 6rem;
}

.form-label-group.has-icon .select2-search~.icon svg,
.form-label-group.has-icon .select2~.icon svg {
  right: 2.5rem;
}

.form-label-group.has-icon .select2-search .select2-selection__arrow,
.form-label-group.has-icon .select2 .select2-selection__arrow {
  margin-right: 15px;
}

.form-label-group.has-icon label {
  left: 0;
}

.form-label-group.has-icon .select2-container .select2-selection {
  padding-right: 4rem;
}

.form-label-group.has-icon .select2-selection__rendered {
  max-width: calc(100% - 4rem);
}

@supports (-ms-ime-align: auto) {
  .form-label-group {
    display: flex;
    flex-direction: column-reverse;
  }

  .form-label-group label {
    position: static;
  }

  .form-label-group input::-ms-input-placeholder {
    color: var(--label-floating-color);
  }
}

input.is-invalid,
input.is-invalid:hover {
  border: 1px solid #dc3545 !important;
  border-radius: 3px;
}

.is-success,
.is-success-carDeposit {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
}

.is-success-carDeposit {
  padding-left: 10%;
}

#select2-scheduleTime {
  position: absolute;
  width: 80vw;
  right: 0;
  direction: rtl;
}

#select2-scheduleTime #scheduleTimeSession {
  display: flex;
  justify-content: center;
  margin: 0 20px;
  align-items: center;
}

#select2-scheduleTime #scheduleTimeSession>div {
  margin-top: 20px;
  background-color: #F8F9FA;
  display: flex;
  width: 100%;
}

#select2-scheduleTime #scheduleTimeSession>div button {
  flex: 1 1 50%;
  font-size: 16px;
  line-height: 24px;
  color: #707070;
  margin: 4px;
}

#select2-scheduleTime #scheduleTimeSession>div button.btn-primary {
  color: white;
}

@media screen and (max-width: 320px) {
  #select2-scheduleTime #scheduleTimeSession>div {
    flex-direction: column;
  }

  #select2-scheduleTime #scheduleTimeSession>div button {
    margin: 0;
    line-height: 40px;
  }
}

#select2-scheduleTime .select2-container--open {
  left: auto;
  right: 0;
  max-width: 448px;
}

#select2-scheduleTime #select2-scheduleTime-results {
  padding: 20px 15px;
  padding-bottom: 14px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-height: unset;
  justify-content: flex-start;
}

@media screen and (max-width: 375px) {
  #select2-scheduleTime #select2-scheduleTime-results {
    padding: 20px 18px;
  }
}

@media screen and (max-width: 280px) {
  #select2-scheduleTime #select2-scheduleTime-results {
    padding: 20px 4px;
  }
}

#select2-scheduleTime #select2-scheduleTime-results .select2-results__option {
  margin: 0 5px 10px 5px;
  border-radius: 3px;
  border: 1px solid #DBE1E3;
  font-size: 16px;
  text-align: center;
  flex: 0 0 calc(25% - 10px);
}

@media screen and (max-width: 375px) {
  #select2-scheduleTime #select2-scheduleTime-results .select2-results__option {
    padding: 5px;
  }
}

#select2-scheduleTime #select2-scheduleTime-results .select2-results__option:hover,
#select2-scheduleTime #select2-scheduleTime-results .select2-results__option[aria-selected=true] {
  background-color: #1464F4 !important;
  border-color: #1464F4;
  color: white !important;
}

#select2-scheduleTime #select2-scheduleTime-results .select2-results__option--highlighted {
  border: 1px solid #DBE1E3;
  background-color: unset !important;
  color: #1F2125 !important;
}

#select2-scheduleTime #select2-scheduleTime-results .select2-results__option[aria-disabled=true] {
  border-color: #f8f9fa !important;
  background-color: #f8f9fa;
  pointer-events: none;
  color: #8A8A8A;
}

#select2-scheduleTime #select2-scheduleTime-results .select2-results__option[aria-disabled=true]:first-child {
  display: none;
}

#ui-datepicker-div {
  width: 27em;
  padding: 0;
}

@media screen and (max-width: 767px) {
  #ui-datepicker-div {
    left: 50% !important;
    width: 90%;
    transform: translateX(-50%);
  }

  #ui-datepicker-div .ui-datepicker-calendar {
    border-spacing: 6px !important;
  }
}

#ui-datepicker-div .ui-datepicker-header {
  background-color: #fff;
  border: unset;
  height: 44px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  font-size: 16px;
  font-weight: 700;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span {
  background-image: url("../../images/ic-black-arrow.svg");
  background-position: unset;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  transform: scaleX(-1);
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev-hover,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next-hover {
  border: unset;
  background: unset;
}

#ui-datepicker-div .ui-datepicker-header a {
  top: unset;
}

@media screen and (max-width: 767px) {
  #ui-datepicker-div .ui-datepicker-header {
    padding: 2em 0;
  }
}

#ui-datepicker-div .ui-datepicker-calendar {
  border-spacing: 10px;
  border-collapse: separate !important;
}

#ui-datepicker-div .ui-datepicker-calendar .ui-state-default {
  border: 1px solid #dbe1e3;
  border-radius: 3px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #1f2125;
}

#ui-datepicker-div .ui-datepicker-calendar .ui-state-default:hover,
#ui-datepicker-div .ui-datepicker-calendar .ui-state-default.ui-state-active {
  background: #F0F3F3;
  border: 1px solid #8A8A8A;
  color: black;
}

#ui-datepicker-div .ui-datepicker-calendar .ui-state-highlight {
  background: #7A99AC;
  color: white;
}

#ui-datepicker-div .ui-datepicker-calendar.trade-in-datepicker {
  border-collapse: collapse !important;
}

#ui-datepicker-div .ui-datepicker-year,
#ui-datepicker-div .ui-datepicker-month {
  width: auto;
  margin-right: 20px;
  border: 1px solid #D9E1E2;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 14px;
  padding: 5px;
  color: #3C3C3C;
  border-radius: 3px;
}

#ui-datepicker-div .no-place-day {
  cursor: default !important;
  pointer-events: none;
}

#ui-datepicker-div .no-place-day .ui-state-default {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: #F0F3F3;
  color: #92A0B2;
  border: 1px solid #D9E1E2 !important;
}

#ui-datepicker-div .ui-widget-content .ui-state-disabled {
  opacity: 1;
}

#ui-datepicker-div .ui-widget-content .ui-state-disabled .ui-state-default {
  animation: none;
  animation: none;
  color: #D9E1E2;
  border: 1px solid #D9E1E2;
  background: none;
}

.no-place {
  position: relative;
  padding: 0 20px 20px 20px;
  display: flex;
  align-items: center;
  float: left;
}

.no-place::before {
  content: "X";
  width: 22px;
  height: 22px;
  position: absolute;
  border: 1px solid #8098ab;
  box-sizing: border-box;
  border-radius: 3px;
  color: #8098ab;
  display: flex;
  justify-content: center;
}

.no-place span {
  margin-left: 35px;
}

.date-picker-today {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.date-picker-today p {
  width: 25px;
  height: 25px;
  margin: 0;
  background: #7A99AC;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  font-size: 12px;
}

.date-picker-today span {
  font-size: 13px;
  line-height: 16px;
  color: #1F2125;
}

.select2-dropdown,
#ui-datepicker-div {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.176);
}

.vf-modal-popup .modal-dialog {
  width: 436px;
  min-width: unset;
}

.vf-modal-popup .modal-content {
  padding: 30px;
}

.vf-modal-popup .modal-body img {
  max-width: 98px;
  margin-bottom: 30px;
}

.vf-modal-popup .modal-body .title {
  margin-bottom: 30px;
  line-height: 25px;
  color: #3C3C3C;
  text-transform: none;
  font-size: 20px;
  font-weight: 300;
}

.vf-modal-popup .modal-body .desc {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #3C3C3C;
  text-align: left;
}

.vf-modal-popup .modal-body .group-button {
  text-align: center;
}

.vf-modal-popup .modal-body .group-button button,
.vf-modal-popup .modal-body .group-button .btn-primary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  gap: 10px;
  background: #1464F4;
  border-color: transparent;
  outline: none;
  border-radius: 3px;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  cursor: pointer;
}

.vf-modal-popup .modal-body .group-button button:hover,
.vf-modal-popup .modal-body .group-button .btn-primary:hover {
  opacity: 0.8;
}

#vpoint-section,
.vinclub-promotion {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#vpoint-section>li,
.vinclub-promotion>li {
  margin-bottom: 0 !important;
}

#vpoint-section .available-vpoint .vpoint,
.vinclub-promotion .available-vpoint .vpoint {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #92A0B2;
}

#vpoint-section #usingVPoints input[name=usingVPoints],
.vinclub-promotion #usingVPoints input[name=usingVPoints] {
  border-radius: 3px;
  border: 1px solid #1464F4;
  padding-bottom: 5px;
}

#vpoint-section #usingVPoints .vpoint-amount,
.vinclub-promotion #usingVPoints .vpoint-amount {
  position: absolute;
  top: 25px;
  right: 0;
  padding-right: 1rem;
  color: #DC3545 !important;
}

#vpoint-section #usingVPoints .do-recalc-vpoint,
.vinclub-promotion #usingVPoints .do-recalc-vpoint {
  color: #1464F4;
  cursor: pointer;
}

.car-common-popup-lead .modal-dialog {
  max-width: unset;
  min-width: unset;
}

.car-common-popup-lead .modal-content {
  border: 0;
}

.car-common-popup-lead .modal-content .modal-body {
  overflow-x: hidden;
  padding: 0;
  align-self: center;
}

.car-common-popup-lead .modal-content .modal-body .common-lead-container {
  display: flex;
  width: 80vw;
  max-width: 900px;
}

.car-common-popup-lead .modal-content .modal-body .lead-kv {
  display: flex;
}

@media screen and (max-width: 768px) {
  .car-common-popup-lead .modal-content .modal-body .lead-kv {
    display: none;
  }
}

.car-common-popup-lead .modal-content .modal-body h3 {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .car-common-popup-lead .modal-content .modal-body h3 {
    margin-bottom: 20px;
  }
}

.car-common-popup-lead .modal-content .modal-body h3,
.car-common-popup-lead .modal-content .modal-body .form-subtitle {
  text-align: center;
}

.car-common-popup-lead .modal-content .modal-body img {
  width: 100%;
}

.car-common-popup-lead .modal-content .modal-body .title {
  width: 100%;
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3C3C3C);
  font-style: italic;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--under-line-gray);
  margin-bottom: 16px;
  text-align: center;
  font-size: 32px;
  font-style: italic;
  font-weight: 900;
}

.car-common-popup-lead .modal-content .modal-body .intro {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
}

.car-common-popup-lead .modal-content .modal-body .email-form {
  overflow-y: auto;
  padding: 30px;
  width: 100%;
  text-align: center;
}

.car-common-popup-lead .modal-content .modal-body .registration-btn {
  gap: 12px;
}

.car-common-popup-lead .modal-content .modal-body .registration-btn>.outline-btn {
  background: #fff;
  padding: 16px 16px;
  color: #1464F4;
  height: 48px;
  max-width: 100%;
}

.car-common-popup-lead .modal-content .close {
  position: relative;
  cursor: pointer;
  opacity: 1;
}

.car-common-popup-lead .modal-content .close:focus {
  outline: none;
}

.car-common-popup-lead .modal-content .form-subscribe {
  margin: 0 auto;
}

.car-common-popup-lead .modal-content .form-subscribe .form-title {
  font-size: 32px;
  display: block;
  text-align: center;
  font-style: italic;
  font-weight: 900;
  line-height: 35px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d9e1e2;
  margin-bottom: 20px;
}

.car-common-popup-lead .modal-content .form-subscribe .form-group {
  margin-bottom: 0;
  gap: 12px;
}

.car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group>input[type=text] {
  width: 100%;
  outline: none;
  border-radius: 3px;
}

.car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group>input[type=text]::-moz-placeholder {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  color: #8a8a8a;
}

.car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group>input[type=text]::placeholder {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  color: #8a8a8a;
}

.car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group>.invalid-feedback {
  text-align: left;
  padding-left: 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}

.car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group>.label {
  text-align: left;
  color: #3c3c3c;
}

.car-common-popup-lead .modal-content .form-subscribe .form-group .form-label-group>.label.required::after {
  display: inline-block;
}

.car-common-popup-lead .modal-content .form-subscribe .form-group .form-message {
  text-align: left;
  margin-left: 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  color: #dc3545;
}

.car-common-popup-lead .modal-content .form-subscribe .form-control {
  display: block;
  width: 100%;
  height: 48px;
  padding: 7px 16px;
  background: #ffffff;
  border: 1px solid #d9e1e2;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #8a8a8a;
  border-radius: 0;
  padding-left: 16px !important;
}

@media (min-width: 992px) {
  .car-common-popup-lead .modal-content .form-subscribe .form-control {
    font-size: 0.833vw;
  }
}

@media (max-width: 767px) {
  .car-common-popup-lead .modal-content .form-subscribe .form-control {
    font-size: 4.267vw;
  }
}

.car-common-popup-lead .modal-content .form-subscribe .form-control::-moz-placeholder {
  color: #8a8a8a;
}

.car-common-popup-lead .modal-content .form-subscribe .form-control::placeholder {
  color: #8a8a8a;
}

.car-common-popup-lead .modal-content .form-subscribe .registration-btn button {
  white-space: nowrap;
  border: none;
  outline: none;
  background-color: #1464f4;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  border-radius: 3px;
  height: 100%;
  width: 100%;
  min-height: 48px;
  text-transform: uppercase;
}

.car-common-popup-lead .modal-content .form-subscribe .registration-btn button:disabled {
  background-color: #8a8a8a;
}

.car-common-popup-lead .modal-content .form-subscribe .check-email {
  font-weight: 600;
  font-size: 14px;
  color: #dc3545;
  text-align: left;
  display: none;
}

@media (min-width: 992px) {
  .car-common-popup-lead .modal-content .form-subscribe .check-email {
    font-size: 12px;
  }
}

.car-common-popup-lead .modal-content .form-subscribe .check-email.show {
  display: block;
  margin-top: 6px;
}

.car-common-popup-lead .modal-content .form-subscribe .check-email.hide {
  display: none;
}

.car-common-popup-lead .modal-content .form-subscribe .subscribe-countdown {
  position: relative;
}

.car-common-popup-lead .modal-content .term {
  margin-top: 24px;
}

.car-common-popup-lead .modal-content .term p {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}

.car-common-popup-lead .modal-content .term p:last-child {
  margin-bottom: 0;
}

.car-common-popup-lead .modal-content .term a {
  color: #1464F4;
}

.car-common-popup-lead .modal-content .term a:hover {
  text-decoration: underline !important;
}

#modal-lead-register-thank .modal-header {
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin-bottom: 16px;
}

#modal-lead-register-thank .modal-dialog {
  background: #fff;
  min-width: 654px;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  #modal-lead-register-thank .modal-dialog {
    min-width: 313px;
  }
}

#modal-lead-register-thank .header--logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

#modal-lead-register-thank .modal-content {
  border-radius: 0;
  box-shadow: none;
  border: 0;
  padding: 30px;
}

@media screen and (max-width: 768px) {
  #modal-lead-register-thank .modal-content {
    padding: 30px 16px;
  }
}

#modal-lead-register-thank .modal-body {
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
}

#modal-lead-register-thank .modal-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 16px;
}

#modal-lead-register-thank .modal-title+.modal-body {
  margin-bottom: 16px;
}

#modal-lead-register-thank .modal-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

#modal-lead-register-thank .modal-buttons button#button-close {
  background: #1464f4;
  color: #fff;
  min-width: 282px;
  padding: 10px 13px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  justify-content: center;
  border-radius: 0;
}

#popup-lead {
  z-index: 1051;
}

body:has(.modal.show) .select2-container--open>.select2-dropdown {
  z-index: 1055;
}

.option-head-tab {
  display: flex;
  width: 100%;
  list-style: none;
  border-radius: 2px;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.option-head-tab li {
  display: flex;
  flex: 1;
  justify-content: center;
  gap: 5px;
  color: #8A8A8A;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  padding: 5px 15px;
  border-bottom: 4px solid #F7F9F9;
  cursor: pointer;
}

.option-head-tab li.active {
  color: #1464F4;
  border-bottom-color: #1464F4;
}

:root {
  --new-3-c-3-c-3-cvf-dark-grey: #3c3c3c;
  --white: #fff;
  --new-1464-f-4-future-blue: #1464f4;
  --danger-color: #dc3545;
  --under-line-gray: #d9e1e2;
  --valid-color: #3aa200;
}

.register-form-wrapper {
  background: var(--new-f-7-f-9-f-9-extra-light-blue-grey, #F7F9F9);
  padding: 60px 0;
}

.register-form-wrapper input:not([type=radio]).valid {
  border: 1px solid var(--valid-color) !important;
}

.register-form-wrapper input:not([type=radio]).error {
  border: 1px solid var(--danger-color) !important;
}

.register-form-wrapper .section-content {
  max-width: 660px;
  margin: 0 auto;
  text-align: center;
}

.register-form-wrapper .title {
  display: inline-flex;
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3C3C3C);
  font-size: 20px;
  font-style: italic;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--under-line-gray);
  margin-bottom: 24px;
}

@media screen and (min-width: 769px) {
  .register-form-wrapper .title {
    font-size: 36px;
  }
}

.register-form-wrapper .intro {
  margin-bottom: 30px;
  font-size: 16px;
}

.register-form-wrapper .form-subscribe {
  max-width: 435px;
  margin: 0 auto 30px auto;
  text-align: left;
}

.register-form-wrapper .form-subscribe .form-group {
  margin-bottom: 0;
  gap: 8px;
}

.register-form-wrapper .form-subscribe .form-group .form-label-group>input[type=text] {
  width: 100%;
  outline: none;
  background-color: var(--white);
  border-radius: 3px;
  border: none;
}

.register-form-wrapper .form-subscribe .form-group .form-label-group>input[type=text]::-moz-placeholder {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  color: #8a8a8a;
}

.register-form-wrapper .form-subscribe .form-group .form-label-group>input[type=text]::placeholder {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  color: #8a8a8a;
}

.register-form-wrapper .form-subscribe .form-group .form-label-group>.invalid-feedback {
  text-align: left;
  padding-left: 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}

.register-form-wrapper .form-subscribe .form-group .form-label-group>.label {
  text-align: left;
  color: #8a8a8a;
}

.register-form-wrapper .form-subscribe .form-group .form-label-group>.label.required::after {
  display: inline-block;
}

.register-form-wrapper .form-subscribe .form-group .form-message {
  text-align: left;
  margin-left: 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  color: var(--danger-color);
}

.register-form-wrapper .form-subscribe .form-group .ttl-cars {
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3C3C3C);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
}

.register-form-wrapper .form-subscribe .form-group .option-group {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: stretch;
  margin-bottom: 15px;
  flex-wrap: wrap;
  row-gap: 10px;
  -moz-column-gap: 2%;
  column-gap: 2%;
}

.register-form-wrapper .form-subscribe .form-group .option-group .option-head-tab {
  display: flex;
  width: 100%;
  list-style: none;
  border-radius: 2px;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.register-form-wrapper .form-subscribe .form-group .option-group .option-head-tab li {
  display: flex;
  flex: 1;
  justify-content: center;
  gap: 5px;
  color: #8A8A8A;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  padding: 5px 15px;
  border-bottom: 4px solid #F7F9F9;
  cursor: pointer;
}

.register-form-wrapper .form-subscribe .form-group .option-group .option-head-tab li.active {
  color: var(--new-1464-f-4-future-blue);
  border-bottom-color: var(--new-1464-f-4-future-blue);
}

.register-form-wrapper .form-subscribe .form-group .option-group .form-check-inline {
  margin-right: 0;
  padding-right: 10px;
  flex-basis: 48%;
}

.register-form-wrapper .form-subscribe .form-group .option-group .form-check-inline label {
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3C3C3C);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
  cursor: pointer;
}

.register-form-wrapper .form-subscribe .form-control {
  display: block;
  width: 100%;
  height: 48px;
  padding: 7px 16px;
  background: #FFFFFF;
  border: 1px solid var(--under-line-gray);
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #8A8A8A;
  border-radius: 0;
}

.register-form-wrapper .form-subscribe .form-control::-moz-placeholder {
  color: #8A8A8A;
}

.register-form-wrapper .form-subscribe .form-control::placeholder {
  color: #8A8A8A;
}

@media (min-width: 992px) {
  .register-form-wrapper .form-subscribe .form-control {
    font-size: 0.833vw;
  }
}

@media (max-width: 767px) {
  .register-form-wrapper .form-subscribe .form-control {
    font-size: 4.267vw;
  }
}

.register-form-wrapper .form-subscribe .registration-btn button {
  white-space: nowrap;
  border: none;
  outline: none;
  background-color: #1464f4;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  border-radius: 3px;
  height: 100%;
  width: 100%;
  min-height: 48px;
  text-transform: uppercase;
}

.register-form-wrapper .form-subscribe .registration-btn button:disabled {
  background-color: #8A8A8A;
}

.register-form-wrapper .form-subscribe .check-email {
  font-weight: 600;
  font-size: 14px;
  color: var(--danger-color);
  text-align: left;
  display: none;
}

@media (min-width: 992px) {
  .register-form-wrapper .form-subscribe .check-email {
    font-size: 12px;
  }
}

.register-form-wrapper .form-subscribe .check-email.show {
  display: block;
  margin-top: 6px;
}

.register-form-wrapper .form-subscribe .check-email.hide {
  display: none;
}

.register-form-wrapper .form-subscribe .subscribe-countdown {
  position: relative;
}

.register-form-wrapper .t-and-c {
  max-width: 435px;
  margin: 0 auto 30px;
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3C3C3C);
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 18px */
}

.register-form-wrapper .select-showroom h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #000000;
}

.register-form-wrapper .select-showroom .box-select {
  margin-bottom: 12px;
}

.register-form-wrapper .select-showroom .form-label-group label {
  text-align: left;
  color: #8a8a8a;
}

.register-form-wrapper .form-label-group .select2-container .select2-selection {
  background: #fff;
  border: none;
  border-radius: 3px;
}

html {
  scroll-behavior: smooth;
}

.pdp-page {
  color: #3C3C3C;
  font-size: 0.8333333333vw;
  font-family: Mulish, "Source Sans Pro", sans-serif;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pdp-page {
    font-size: 2.0833333333vw;
  }
}

@media only screen and (max-width: 767px) {
  .pdp-page {
    font-size: 4.2666666667vw;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .pdp-page {
    font-size: 1.1713030747vw;
  }
}

@media only screen and (min-width: 1200px) {
  .pdp-page .page-block {
    height: 100vh;
  }

  .pdp-page .page-block.subat {
    overflow: visible;
    pointer-events: auto;
  }
}

@media print {
  .pdp-page .page-block {
    height: 100vh;
  }

  .pdp-page .page-block.subat {
    overflow: visible;
    pointer-events: auto;
  }
}

@media (max-width: 1199px) {
  .pdp-page .page-block {
    pointer-events: auto;
  }
}

.pdp-page .page-block.active {
  pointer-events: auto;
}

.pdp-page p {
  margin-bottom: 0;
}

/* .pdp-page .box-block {
  padding-top: 84px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pdp-page .box-block {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .pdp-page .box-block {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .pdp-page .box-block {
    padding-top: 76px;
  }
} */
@media only screen and (min-width: 1200px) {
  .pdp-page .box-block {
    height: 100vh;
  }
}

@media print {
  .pdp-page .box-block {
    height: 100vh;
  }
}

.btn-pdp {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  width: 100%;
  max-width: 282px;
  padding: 10px;
  background: #1464F4;
  margin: 0 auto;
  border: 0;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
  height: auto;
}

@media only screen and (max-width: 1440px) {
  .btn-pdp {
    font-size: 11px;
    padding: 6px;
  }
}

@media only screen and (max-width: 767px) {
  .btn-pdp {
    max-width: unset;
  }
}

.btn-pdp span {
  display: block;
}

.btn-pdp .no {
  font-size: 133.3333333333%;
  line-height: 1.25;
  font-weight: 700;
}

.btn-pdp--outline {
  background: #fff;
  border: 1px solid #1464F4;
  color: #1464F4;
}

.btn-pdp--outline:hover {
  background: #1464F4;
  color: #fff;
}

.page-block {
  background-color: #fff;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .page-block {
    min-height: 100vh;
  }
}

@media print {
  .page-block {
    min-height: 100vh;
  }
}

img {
  max-width: 100%;
  height: auto;
}

#pp-nav {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .js-aos {
    opacity: 0;
  }

  .js-aos.at {
    opacity: 1;
  }
}

@media print {
  .js-aos {
    opacity: 0;
  }

  .js-aos.at {
    opacity: 1;
  }
}

@media only screen and (min-width: 768px) {
  .show-sp {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  .show-pc {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .show-pc_tab {
    display: none;
  }
}

.show-pc_sm {
  display: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .show-pc_sm {
    display: block;
  }
}

.show-lg-pc {
  display: block;
}

@media only screen and (min-width: 1200px) and (max-width: 1800px) {
  .show-lg-pc {
    display: none;
  }
}

.inline-block {
  display: inline-block;
}

.pdp-footer {
  z-index: -1 !important;
}

.hidden-h1 {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}

.top-btn {
  max-width: 285px;
  width: 100%;
}

.top-btn a {
  padding: 16px;
}

@media only screen and (max-width: 1199px) {
  .top-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 767px) {
  .top-btn {
    max-width: 67.2vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.down-brochure {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #1464F4;
  padding: 10px;
  text-align: center;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .down-brochure {
    margin: 0 auto;
  }
}

.editionName {
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  color: #3C3C3C;
  text-align: center;
  margin-top: 0.5em;
}

.top-main .box-top-main {
  position: relative;
  height: 100%;
}

.top-main .top-main-head {
  width: 80.7291666667%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1440px) {
  .top-main .top-main-head {
    width: 97.0717423133%;
  }
}

.top-main .top-main-wrap {
  position: relative;
  height: 100%;
}

.top-main .top-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 76%;
  background: #f7f9f9;
  z-index: 1;
}

.top-main .top-main-hsub {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  text-align: center;
  color: #3C3C3C;
  font-size: 2.5vw;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .top-main .top-main-hsub {
    font-size: 3.90625vw;
  }
}

@media only screen and (max-width: 767px) {
  .top-main .top-main-hsub {
    font-size: 5.3333333333vw;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .top-main .top-main-hsub {
    font-size: 2.0497803807vw;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .top-main .top-main-hsub {
    letter-spacing: 1em;
    top: 2%;
  }
}

.top-main .top-main-htitle {
  font-family: "Mulish";
  font-weight: 900;
  font-size: 13.0208333333vw;
  line-height: 1.256;
  text-transform: uppercase;
  color: #7a99ac;
  letter-spacing: 0.23em;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .top-main .top-main-htitle {
    font-size: 18.8802083333vw;
  }
}

@media only screen and (max-width: 767px) {
  .top-main .top-main-htitle {
    font-size: 20vw;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .top-main .top-main-htitle {
    font-size: 14.6412884334vw;
  }
}

@media only screen and (max-width: 1199px) {
  .top-main .top-main-htitle {
    line-height: 1.2;
    letter-spacing: 0;
  }
}

.top-main .top-main-ptext {
  font-weight: 300;
  font-size: 1.0416666667vw;
  line-height: 1.25;
  color: #3C3C3C;
  z-index: 9;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .top-main .top-main-ptext {
    font-size: 2.34375vw;
  }
}

@media only screen and (max-width: 767px) {
  .top-main .top-main-ptext {
    font-size: 3.7333333333vw;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .top-main .top-main-ptext {
    font-size: 1.1713030747vw;
  }
}

@media only screen and (max-width: 1199px) {
  .top-main .top-main-ptext {
    position: relative;
    text-align: center;
    margin-bottom: 4vw;
  }
}

@media only screen and (min-width: 1200px) {
  .top-main .top-main-ptext {
    width: 50%;
    position: absolute;
    top: 19.5vw;
  }
}

@media print {
  .top-main .top-main-ptext {
    width: 50%;
    position: absolute;
    top: 19.5vw;
  }
}

@media only screen and (max-width: 767px) {
  .top-main .top-main-ptext {
    margin-bottom: 8vw;
  }
}

.top-main .top-main-pt1 {
  font-weight: 600;
}

@media only screen and (min-width: 1200px) {
  .top-main .top-main-pt1 {
    left: 9.6354166667%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .top-main .top-main-pt1 {
    left: 2.196193265%;
  }
}

@media print {
  .top-main .top-main-pt1 {
    left: 9.6354166667%;
  }
}

@media only screen and (min-width: 1200px) {
  .top-main .top-main-pt2 {
    right: 9.6354166667%;
    text-align: right;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .top-main .top-main-pt2 {
    right: 2.196193265%;
  }
}

@media print {
  .top-main .top-main-pt2 {
    right: 9.6354166667%;
    text-align: right;
  }
}

.top-main .top-main-img {
  z-index: 6;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) {
  .top-main .top-main-img {
    position: absolute;
    bottom: 0;
    width: 47.7083333333%;
    left: 26.1458333333%;
  }
}

@media only screen and (min-width: 1200px) and (min-width: 1200px) and (max-width: 1440px) {
  .top-main .top-main-img {
    left: 25%;
    width: 50%;
  }
}

@media print {
  .top-main .top-main-img {
    position: absolute;
    bottom: 0;
    width: 47.7083333333%;
    left: 26.1458333333%;
  }
}

@media only screen and (max-width: 1199px) {
  .top-main .top-main-img {
    position: relative;
  }
}

.top-main .top-main-img img {
  /* display: none; */
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.top-main .top-main-img img[src^=http] {
  display: block;
}

.top-main .top-main-img>div {
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 1200px) {
  .top-main .top-main-info {
    position: absolute;
    top: 25.8vw;
    width: 30%;
    left: 9.6354166667%;
    z-index: 5;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .top-main .top-main-info {
    left: 2.196193265%;
  }
}

@media print {
  .top-main .top-main-info {
    position: absolute;
    top: 25.8vw;
    width: 30%;
    left: 9.6354166667%;
    z-index: 5;
  }
}

@media only screen and (max-width: 1199px) {
  .top-main .top-main-info {
    position: relative;
    z-index: 3;
  }
}

@media only screen and (max-width: 1199px) {
  .top-main .top-main-list {
    display: flex;
    width: 95%;
    margin: 0 auto 4vw;
    justify-content: space-between;
  }
}

.top-main .top-main-item {
  margin-bottom: 1.5vw;
  color: #3c3c3c;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .top-main .top-main-item {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .top-main .top-main-item {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .top-main .top-main-item {
    text-align: center;
    width: 31%;
  }

  .top-main .top-main-item:nth-child(2) {
    width: 32.5%;
  }
}

.top-main .top-main-item .no {
  line-height: 1.25;
  font-weight: 600;
  font-size: 1.25vw;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .top-main .top-main-item .no {
    font-size: 2.34375vw;
  }
}

@media only screen and (max-width: 767px) {
  .top-main .top-main-item .no {
    font-size: 3.7333333333vw;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .top-main .top-main-item .no {
    font-size: 1.4641288433vw;
  }
}

.top-main .top-main-item .text {
  font-size: 0.7291666667vw;
  line-height: 1.5;
  color: #3C3C3C;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .top-main .top-main-item .text {
    font-size: 1.6927083333vw;
  }
}

@media only screen and (max-width: 767px) {
  .top-main .top-main-item .text {
    font-size: 3.2vw;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .top-main .top-main-item .text {
    font-size: 1.0248901903vw;
  }
}

@media only screen and (min-width: 1200px) {
  .top-main .top-main-btn {
    position: absolute;
    z-index: 9;
    width: 30%;
    right: 9.6354166667%;
    top: 25.8vw;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .top-main .top-main-btn {
    right: 2.196193265%;
  }
}

@media print {
  .top-main .top-main-btn {
    position: absolute;
    z-index: 9;
    width: 30%;
    right: 9.6354166667%;
    top: 25.8vw;
  }
}

@media only screen and (max-width: 1199px) {
  .top-main .top-main-btn {
    position: relative;
    width: 100%;
    z-index: 9;
    margin-bottom: 3vw;
  }
}

@media only screen and (max-width: 767px) {
  .top-main .top-main-btn {
    margin-bottom: 8vw;
  }
}

@media only screen and (min-width: 1200px) {
  .top-main .top-main-btn .top-btn {
    margin-left: auto;
  }
}

@media print {
  .top-main .top-main-btn .top-btn {
    margin-left: auto;
  }
}

@media only screen and (max-width: 1199px) {
  .top-main .top-main-btn .top-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 1200px) {
  .top-main .top-main-control {
    position: absolute;
    top: 32vw;
    z-index: 9;
    width: 30%;
    right: 9.6354166667%;
    padding-top: 80px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .top-main .top-main-control {
    right: 2.196193265%;
  }
}

@media only screen and (min-width: 1200px) {
  .top-main .top-main-control .box-control-nav {
    position: absolute;
    right: 0;
    top: 0;
    width: 128px;
    display: flex;
    justify-content: space-between;
  }

  .top-main .top-main-control .btn-arrow {
    width: 48px;
    height: 48px;
    position: relative;
  }

  .top-main .top-main-control .btn-arrow:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .top-main .top-main-control .btn-arrow.button-prev:before {
    border-width: 12px 16px 12px 0;
    border-color: transparent #7a99ac transparent transparent;
  }

  .top-main .top-main-control .btn-arrow.button-prev:hover:before {
    border-color: transparent #1464F4 transparent transparent;
  }

  .top-main .top-main-control .btn-arrow.button-next:before {
    border-width: 12px 0 12px 16px;
    border-color: transparent transparent transparent #7a99ac;
  }

  .top-main .top-main-control .btn-arrow.button-next:hover:before {
    border-color: transparent transparent transparent #1464F4;
  }
}

@media print {
  .top-main .top-main-control {
    position: absolute;
    top: 32vw;
    z-index: 9;
    width: 30%;
    right: 9.6354166667%;
    padding-top: 80px;
  }

  .top-main .top-main-control .box-control-nav {
    position: absolute;
    right: 0;
    top: 0;
    width: 128px;
    display: flex;
    justify-content: space-between;
  }

  .top-main .top-main-control .btn-arrow {
    width: 48px;
    height: 48px;
    position: relative;
  }

  .top-main .top-main-control .btn-arrow:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .top-main .top-main-control .btn-arrow.button-prev:before {
    border-width: 12px 16px 12px 0;
    border-color: transparent #7a99ac transparent transparent;
  }

  .top-main .top-main-control .btn-arrow.button-prev:hover:before {
    border-color: transparent #1464F4 transparent transparent;
  }

  .top-main .top-main-control .btn-arrow.button-next:before {
    border-width: 12px 0 12px 16px;
    border-color: transparent transparent transparent #7a99ac;
  }

  .top-main .top-main-control .btn-arrow.button-next:hover:before {
    border-color: transparent transparent transparent #1464F4;
  }
}

@media only screen and (max-width: 1199px) {
  .top-main .top-main-control {
    position: relative;
    z-index: 6;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .top-main .top-main-control {
    width: 50%;
  }
}

.top-main .top-main-tablink {
  position: absolute;
  width: 26vw;
  height: 26vw;
  bottom: 0;
  right: 50%;
}

.top-main .top-main-tablink img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1200px) {
  .top-main .top-main-tablink {
    position: absolute;
    top: 6vh;
    z-index: 9;
    width: 8vw;
    height: 8vw;
    right: 2.0833333333%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .top-main .top-main-tablink {
    right: 2.196193265%;
    bottom: 1vw;
  }
}

@media print {
  .top-main .top-main-tablink {
    position: absolute;
    top: 6vh;
    z-index: 9;
    width: 8vw;
    height: 8vw;
    right: 2.0833333333%;
  }
}

@media only screen and (max-width: 1199px) {
  .top-main .top-main-tablink {
    transform: translateX(50%);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .top-main .top-main-tablink {
    width: 18vw;
    height: 18vw;
  }
}

.top-main .top-main__price-text {
  font-size: 0.8333333333vw;
  line-height: 1.5;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .top-main .top-main__price-text {
    font-size: 2.0833333333vw;
  }
}

@media only screen and (max-width: 767px) {
  .top-main .top-main__price-text {
    font-size: 4.2666666667vw;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .top-main .top-main__price-text {
    font-size: 1.1713030747vw;
  }
}

.top-main .top-main__price-text b {
  font-weight: 600;
}

.top-main .top-main__price-text span {
  display: block;
  font-size: 16px;
}

.top-main .myThumbSlider .slick-list {
  padding: 0 !important;
}

.top-main .myThumbSlider .slick-list .slick-track {
  transform: translate3d(0px, 0px, 0px) !important;
}

.top-main .myThumbSlider .item-myThumb img {
  width: 40px !important;
  height: 40px;
  padding: 2px;
  border: 2px solid transparent;
  border-radius: 100%;
  display: block;
  margin: 0 auto;
  object-fit: cover;
}

.top-main .myThumbSlider .slick-current .item-myThumb img,
.top-main .myThumbSlider .item-myThumb.slick-current img {
  border: 2px solid #1464F4;
}

.top-main-warranty-info {
  background: white;
  box-shadow: 0 24px 54px 0 #0000001A;
  border-radius: 999px;
  width: 157px;
  height: 157px;
  padding: 8px;
  display: none;
  position: absolute;
  bottom: 30px;
  right: 100px;
  z-index: 100;
}
.top-main-warranty-box {
  background: #1464F4;
  box-shadow: 0 24px 54px 0 #0000001A;
  border-radius: 999px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.top-main-warranty-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.top-main-warranty-content-title {
  font-size: 14px;
  color: white;
  font-weight: 700;
}
.top-main-warranty-content-year {
  font-size: 20px;
  color: white;
  font-weight: 800;
}

@media only screen and (min-width: 1200px) {
  .top-main-warranty-info {
    display: flex;
  }
}

.banner-info .box-banner-info {
  position: relative;
  padding-left: 1.56vw;
  padding-right: 1.56vw;
  display: flex;
}

@media only screen and (min-width: 1441px) {
  .banner-info .box-banner-info {
    padding-left: 9.6354166667%;
    padding-right: 9.6354166667%;
  }
}

@media only screen and (min-width: 1200px) {
  .banner-info .box-banner-info {
    align-items: center;
  }
}

@media print {
  .banner-info .box-banner-info {
    align-items: center;
  }
}

@media only screen and (max-width: 1199px) {
  .banner-info .box-banner-info {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 2vw;
    padding-right: 2vw;
  }
}

@media only screen and (max-width: 767px) {
  .banner-info .box-banner-info {
    padding-left: 4.4vw;
    padding-right: 4.4vw;
  }
}

.banner-info .banner-info-left,
.banner-info .banner-info-right {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 25.376344086%;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {

  .banner-info .banner-info-left,
  .banner-info .banner-info-right {
    width: 48%;
  }
}

@media only screen and (max-width: 767px) {

  .banner-info .banner-info-left,
  .banner-info .banner-info-right {
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) {

  .banner-info .banner-info-left,
  .banner-info .banner-info-right {
    height: 100%;
  }
}

@media print {

  .banner-info .banner-info-left,
  .banner-info .banner-info-right {
    height: 100%;
  }
}

@media only screen and (min-width: 1441px) {

  .banner-info .banner-info-left,
  .banner-info .banner-info-right {
    width: 18.3870967742%;
  }
}

@media only screen and (max-width: 1199px) {

  .banner-info .banner-info-left,
  .banner-info .banner-info-right {
    order: 1;
  }
}

.banner-info .banner-info-center {
  position: relative;
  z-index: 3;
  width: 49.247311828%;
  display: flex;
  align-items: flex-end;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .banner-info .banner-info-center {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .banner-info .banner-info-center {
    width: 100%;
  }
}

@media only screen and (min-width: 1441px) {
  .banner-info .banner-info-center {
    width: 59.0967741935%;
  }
}

@media only screen and (max-width: 1199px) {
  .banner-info .banner-info-center {
    order: 2;
  }
}

.banner-info .banner-info-center img {
  width: 100%;
  height: 100%;
}

.banner-info .banner-info-name {
  padding-left: 37px;
  font-weight: 600;
  font-size: 1.0416666667vw;
  line-height: 1.25;
  color: #3C3C3C;
  position: relative;
  margin-bottom: 0.8em;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .banner-info .banner-info-name {
    font-size: 2.34375vw;
  }
}

@media only screen and (max-width: 767px) {
  .banner-info .banner-info-name {
    font-size: 4.2666666667vw;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .banner-info .banner-info-name {
    font-size: 1.1713030747vw;
  }
}

.banner-info .banner-info-name img {
  position: absolute;
  left: 0;
  top: 50%;
  width: auto;
  height: 100%;
  max-height: 100%;
  transform: translateY(-50%);
}

.banner-info .banner-info-desc {
  font-size: 0.7291666667vw;
  line-height: 1.5;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .banner-info .banner-info-desc {
    font-size: 1.8229166667vw;
  }
}

@media only screen and (max-width: 767px) {
  .banner-info .banner-info-desc {
    font-size: 3.7333333333vw;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .banner-info .banner-info-desc {
    font-size: 1.0248901903vw;
  }
}

.banner-info .banner-info-item {
  margin-bottom: 5vw;
}

@media only screen and (max-width: 767px) {
  .banner-info .banner-info-item {
    margin-bottom: 8vw;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .banner-info .banner-info-item {
    margin-bottom: 4vw;
  }
}

@media only screen and (min-width: 1200px) {
  .banner-info .banner-info-item:last-child {
    margin-bottom: 0;
  }
}

@media print {
  .banner-info .banner-info-item:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .banner-info .banner-info-group {
    padding-top: 2.5vw;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .banner-info .banner-info-group {
    padding-top: 1.5vw;
  }
}

@media print {
  .banner-info .banner-info-group {
    padding-top: 2.5vw;
  }
}

.banner-connect .box-connect {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-left: 1.56vw;
  padding-right: 1.56vw;
}

@media only screen and (min-width: 1200px) {
  .banner-connect .box-connect {
    align-items: center;
  }
}

@media print {
  .banner-connect .box-connect {
    align-items: center;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .banner-connect .box-connect {
    align-items: center;
  }
}

@media only screen and (max-width: 1199px) {
  .banner-connect .box-connect {
    flex-wrap: wrap;
    padding-left: 2vw;
    padding-right: 2vw;
    margin-top: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-connect .box-connect {
    padding-left: 4.4vw;
    padding-right: 4.4vw;
  }
}

.banner-connect .connect-left {
  width: 32.2580645161%;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .banner-connect .connect-left {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .banner-connect .connect-left {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .banner-connect .connect-left {
    margin-bottom: 5vw;
  }
}

@media only screen and (max-width: 767px) {
  .banner-connect .connect-left {
    margin-bottom: 8vw;
  }
}

@media only screen and (min-width: 1441px) {
  .banner-connect .connect-left {
    width: 40.5913978495%;
    padding-left: 8.3333333333%;
  }
}

.banner-connect .connect-right {
  width: 57.6344086022%;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .banner-connect .connect-right {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .banner-connect .connect-right {
    width: 100%;
  }
}

.banner-connect .connect-head {
  margin-bottom: 5vw;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .banner-connect .connect-head {
    margin-bottom: 5vw;
  }
}

@media only screen and (max-width: 767px) {
  .banner-connect .connect-head {
    margin-bottom: 10vw;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .banner-connect .connect-head {
    margin-bottom: 2.19vw;
  }
}

.banner-connect .connect-hsub {
  font-weight: 300;
  font-size: 1.0416666667vw;
  line-height: 1.25;
  margin-bottom: 0.4em;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .banner-connect .connect-hsub {
    font-size: 2.34375vw;
  }
}

@media only screen and (max-width: 767px) {
  .banner-connect .connect-hsub {
    font-size: 4.2666666667vw;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .banner-connect .connect-hsub {
    font-size: 1.4641288433vw;
  }
}

.banner-connect .connect-htitle {
  font-weight: 300;
  font-size: 2.5vw;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .banner-connect .connect-htitle {
    font-size: 4.6875vw;
  }
}

@media only screen and (max-width: 767px) {
  .banner-connect .connect-htitle {
    font-size: 7.4666666667vw;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .banner-connect .connect-htitle {
    font-size: 2.9282576867vw;
  }
}

.banner-connect .connect-list {
  margin-bottom: 0;
}

.banner-connect .connect-item {
  margin-bottom: 3vw;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .banner-connect .connect-item {
    margin-bottom: 5vw;
  }
}

@media only screen and (max-width: 767px) {
  .banner-connect .connect-item {
    margin-bottom: 8vw;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .banner-connect .connect-item {
    margin-bottom: 1.75vw;
  }
}

.banner-connect .connect-name {
  font-weight: 600;
  font-size: 1.0416666667vw;
  line-height: 1.25;
  margin-bottom: 0.8em;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .banner-connect .connect-name {
    font-size: 2.34375vw;
  }
}

@media only screen and (max-width: 767px) {
  .banner-connect .connect-name {
    font-size: 4.2666666667vw;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .banner-connect .connect-name {
    font-size: 1.1713030747vw;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .banner-connect .connect-name {
    margin-bottom: 0.5em;
  }
}

.banner-connect .connect-desc {
  font-weight: 400;
  font-size: 0.7291666667vw;
  line-height: 1.5;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .banner-connect .connect-desc {
    font-size: 1.8229166667vw;
  }
}

@media only screen and (max-width: 767px) {
  .banner-connect .connect-desc {
    font-size: 3.7333333333vw;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .banner-connect .connect-desc {
    font-size: 1.0248901903vw;
  }
}

.banner-connect .top-btn {
  margin-top: 5vw;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .banner-connect .top-btn {
    margin-top: 5vw;
  }
}

@media only screen and (max-width: 767px) {
  .banner-connect .top-btn {
    margin-top: 10vw;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .banner-connect .top-btn {
    margin-top: 2.19vw;
  }
}

.banner-connect img {
  width: 100%;
  height: 100%;
}

.form-w2l-bike-register__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 30px;
  column-gap: 30px;
}

@media only screen and (max-width: 992px) {
  .form-w2l-bike-register__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 480px) {
  .form-w2l-bike-register__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.form-w2l-bike-register__wrapper .form-group {
  position: relative;
  z-index: 11;
}

@media only screen and (max-width: 1280px) {
  .form-w2l-bike-register__wrapper .form-group .invalid-feedback {
    font-size: 10px;
  }
}

@media only screen and (max-width: 1024px) {
  .form-w2l-bike-register__wrapper .form-group .invalid-feedback {
    font-size: 10px;
  }
}

@media only screen and (max-width: 992px) {
  .form-w2l-bike-register__wrapper .form-group .invalid-feedback {
    font-size: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .form-w2l-bike-register__wrapper .form-group .invalid-feedback {
    font-size: 10px;
  }
}

.form-w2l-bike-register__wrapper .form-group .form-control-label {
  position: absolute;
  top: 19px;
  left: 15px;
  pointer-events: none;
  color: #999;
  transition: 0.2s;
  font-size: 14px;
}

.form-w2l-bike-register__wrapper .form-group .form-control {
  padding-left: 16px;
}

@media only screen and (max-width: 1024px) {
  .form-w2l-bike-register__wrapper .form-group .form-control {
    height: 48px;
  }
}

@media only screen and (max-width: 992px) {
  .form-w2l-bike-register__wrapper .form-group .form-control {
    height: initial;
  }
}

@media only screen and (max-width: 480px) {
  .form-w2l-bike-register__wrapper .form-group .form-control {
    height: initial;
  }
}

.form-w2l-bike-register .xmd-button-registration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 3px;
  background: #1464F4;
}

@media only screen and (max-width: 1024px) {
  .form-w2l-bike-register .xmd-button-registration button {
    height: initial;
  }
}

.form-w2l-bike-register .xmd-button-registration span {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

@media only screen and (max-width: 1024px) {
  .form-w2l-bike-register .xmd-button-registration span {
    font-size: 16px;
  }
}

@media only screen and (max-width: 992px) {
  .form-w2l-bike-register .xmd-button-registration span {
    font-size: 14px;
  }
}

.form-w2l-bike-register .registration-success-message {
  text-align: center;
  font-size: 1em;
  font-style: normal;
  color: #1464F4;
}

.parts-bike__container {
  width: 100%;
  padding: 0 1.5625%;
  display: flex;
  padding-top: 84px;
}

@media only screen and (max-width: 767px) {
  .parts-bike__container {
    padding-top: 72px;
  }
}

@media only screen and (max-width: 1199px) {
  .parts-bike__container {
    padding: 0 16px;
    display: unset;
  }
}

.parts-bike__title .title-header {
  text-align: center;
}

.parts-bike__title .title-header p {
  color: #3C3C3C;
  font-family: Mulish;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.96px;
}

.parts-bike__list {
  display: flex;
}

.parts-bike__item {
  flex: 1;
  margin-right: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {

  .parts-bike__item,
  .parts-bike__list .slick-slide {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 767px) {

  .parts-bike__item,
  .parts-bike__list .slick-slide {
    margin-right: 16px;
  }
}

.parts-bike__item:last-child {
  margin-right: 0;
}

.parts-bike__item p {
  margin-top: 30px;
  font-weight: 600;
  font-size: 1.0416666667vw;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .parts-bike__item p {
    font-size: 2.6041666667vw;
  }
}

@media only screen and (max-width: 767px) {
  .parts-bike__item p {
    font-size: 4.2666666667vw;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .parts-bike__item p {
    font-size: 1.1713030747vw;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .parts-bike__item p {
    margin-top: 24px;
  }
}

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

@media only screen and (max-width: 1199px) {
  .parts-bike {
    padding-top: 3.125em;
  }
}

.pdp-evo-summer .parts-bike__item {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}

.battery-technology .title {
  font-weight: 900;
  font-size: 13.59375vw;
  line-height: 0.8;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  text-align: center;
  color: #F7F9F9;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .battery-technology .title {
    font-size: 15.625vw;
  }
}

@media only screen and (max-width: 767px) {
  .battery-technology .title {
    font-size: 16.5333333333vw;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .battery-technology .title {
    font-size: 14.6412884334vw;
  }
}

.battery-technology .title--light {
  color: #FFFFFF;
}

.battery-technology__container {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 1.5625%;
  padding-top: 84px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .battery-technology__container {
    padding-top: 72px;
  }
}

@media only screen and (max-width: 767px) {
  .battery-technology__container {
    padding-top: 15vw;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .battery-technology__container {
    padding-top: 76px;
  }
}

@media only screen and (max-width: 1199px) {
  .battery-technology__container {
    padding: 0 16px;
  }
}

@media only screen and (min-width: 1200px) {
  .battery-technology__container:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 57%;
    height: 100%;
    background-color: #f7f9f9;
    z-index: 1;
  }
}

@media print {
  .battery-technology__container:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 57%;
    height: 100%;
    background-color: #f7f9f9;
    z-index: 1;
  }
}

.battery-technology__content {
  width: 35%;
  position: absolute;
  bottom: 2.7777777778%;
  z-index: 5;
}

.battery-technology__content .btn-pdp span {
  line-height: 28px;
}

@media only screen and (min-width: 1441px) {
  .battery-technology__content {
    padding-left: 8.3333333333%;
  }
}

@media only screen and (max-width: 1199px) {
  .battery-technology__content {
    position: relative;
    width: 100%;
    bottom: unset;
  }
}

.battery-technology__content .battery-technology-title {
  font-weight: 300;
  font-size: 2.5vw;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin-bottom: 1.9em;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .battery-technology__content .battery-technology-title {
    font-size: 3.6458333333vw;
  }
}

@media only screen and (max-width: 767px) {
  .battery-technology__content .battery-technology-title {
    font-size: 7.4666666667vw;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .battery-technology__content .battery-technology-title {
    font-size: 2.0497803807vw;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .battery-technology__content .battery-technology-title {
    margin-bottom: 1.0714285714em;
  }
}

@media only screen and (max-width: 1199px) {
  .battery-technology__content .battery-technology-title {
    margin-bottom: 1em;
  }
}

.battery-technology__item {
  width: 60%;
  z-index: 3;
}

@media only screen and (min-width: 1200px) {
  .battery-technology__item {
    position: absolute;
    bottom: 0;
    right: 1.5625%;
    height: 100%;
    display: flex;
    align-items: flex-end;
  }
}

@media print {
  .battery-technology__item {
    position: absolute;
    bottom: 0;
    right: 1.5625%;
    height: 100%;
    display: flex;
    align-items: flex-end;
  }
}

@media only screen and (max-width: 1199px) {
  .battery-technology__item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    right: unset;
    bottom: unset;
    padding-top: 0.3em;
  }

  .battery-technology__item::after {
    content: "";
    position: absolute;
    /* width: 100%; */
    height: 100%;
    top: 0;
    left: 50%;
    background: #F7F9F9;
    z-index: 1;
  }

  .battery-technology__item .title,
  .battery-technology__item img {
    position: relative;
    z-index: 3;
  }
}

.battery-technology__block {
  margin-bottom: 4em;
}

@media only screen and (min-width: 768px) {
  .battery-technology__block {
    max-width: 425px;
  }
}

.battery-technology__block h3,
.battery-technology__block .battery-technology-iname {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {

  .battery-technology__block h3,
  .battery-technology__block .battery-technology-iname {
    font-size: 2.6041666667vw;
  }
}

@media only screen and (max-width: 767px) {

  .battery-technology__block h3,
  .battery-technology__block .battery-technology-iname {
    font-size: 4.2666666667vw;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {

  .battery-technology__block h3,
  .battery-technology__block .battery-technology-iname {
    font-size: 1.1713030747vw;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {

  .battery-technology__block h3,
  .battery-technology__block .battery-technology-iname {
    margin-bottom: 8px;
  }
}

.battery-technology__block p {
  font-weight: 400;
  font-size: 0.7291666667vw;
  line-height: 1.25;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .battery-technology__block p {
    font-size: 1.8229166667vw;
  }
}

@media only screen and (max-width: 767px) {
  .battery-technology__block p {
    font-size: 3.7333333333vw;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .battery-technology__block p {
    font-size: 1.0248901903vw;
  }
}

.battery-technology__block p.battery-technology-note {
  font-style: italic;
  font-size: 12px;
  padding-top: 8px;
}

.battery-technology__block ul {
  padding-left: 1.2em !important;
  list-style: disc !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .battery-technology__block ul {
    font-size: 1.8229166667vw;
  }
}

@media only screen and (max-width: 767px) {
  .battery-technology__block ul {
    font-size: 3.7333333333vw;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .battery-technology__block ul {
    font-size: 1.0248901903vw;
  }
}

.battery-technology__block ul li {
  margin-bottom: 4px;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .battery-technology__block {
    margin-bottom: 1.5em;
  }
}

@media only screen and (max-width: 1199px) {
  .battery-technology__block {
    margin-bottom: 1.875em;
  }

  .battery-technology__block:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .battery-technology {
    padding-top: 3.125em;
  }
}

#pdp-breaking-technology .breaking-wrap {
  height: 100%;
  padding: 84px 9.6vw 0;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #pdp-breaking-technology .breaking-wrap {
    padding: 64px 16px;
  }
}

@media only screen and (max-width: 767px) {
  #pdp-breaking-technology .breaking-wrap {
    padding: 64px 4vw;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  #pdp-breaking-technology .breaking-wrap {
    padding: 76px 2.2vw 0;
  }
}

#pdp-breaking-technology .breaking-wrap .breaking-top {
  position: relative;
}

@media only screen and (max-width: 1199px) {
  #pdp-breaking-technology .breaking-wrap .breaking-top {
    flex-direction: column;
  }
}

#pdp-breaking-technology .breaking-wrap .breaking-top__title {
  position: relative;
  padding-top: 5.4375em;
}

@media only screen and (max-width: 1199px) {
  #pdp-breaking-technology .breaking-wrap .breaking-top__title {
    z-index: 1;
    padding-top: 2.0625em;
    padding-bottom: 1.875em;
    margin-bottom: 1.875em;
  }
}

#pdp-breaking-technology .breaking-wrap .breaking-top__title * {
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  #pdp-breaking-technology .breaking-wrap .breaking-top__title::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 40%;
    background: #F7F9F9;
    z-index: 1;
  }
}

#pdp-breaking-technology .breaking-wrap .breaking-top__title .breaking-top-decs,
#pdp-breaking-technology .breaking-wrap .breaking-top__title h3,
#pdp-breaking-technology .breaking-wrap .breaking-top__title .breaking-technology-banner {
  font-weight: 300;
  font-size: 1.0416666667vw;
  line-height: 125%;
  text-transform: uppercase;
  color: #3c3c3c;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {

  #pdp-breaking-technology .breaking-wrap .breaking-top__title .breaking-top-decs,
  #pdp-breaking-technology .breaking-wrap .breaking-top__title h3,
  #pdp-breaking-technology .breaking-wrap .breaking-top__title .breaking-technology-banner {
    font-size: 2.0833333333vw;
  }
}

@media only screen and (max-width: 767px) {

  #pdp-breaking-technology .breaking-wrap .breaking-top__title .breaking-top-decs,
  #pdp-breaking-technology .breaking-wrap .breaking-top__title h3,
  #pdp-breaking-technology .breaking-wrap .breaking-top__title .breaking-technology-banner {
    font-size: 4.2666666667vw;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {

  #pdp-breaking-technology .breaking-wrap .breaking-top__title .breaking-top-decs,
  #pdp-breaking-technology .breaking-wrap .breaking-top__title h3,
  #pdp-breaking-technology .breaking-wrap .breaking-top__title .breaking-technology-banner {
    font-size: 1.1713030747vw;
  }
}

@media only screen and (max-width: 1199px) {

  #pdp-breaking-technology .breaking-wrap .breaking-top__title .breaking-top-decs,
  #pdp-breaking-technology .breaking-wrap .breaking-top__title h3,
  #pdp-breaking-technology .breaking-wrap .breaking-top__title .breaking-technology-banner {
    line-height: 150%;
  }
}

#pdp-breaking-technology .breaking-wrap .breaking-top__title h2:not(.breaking-top-decs),
#pdp-breaking-technology .breaking-wrap .breaking-top__title .breaking-technology-name {
  font-weight: 900;
  font-size: 6.6666666667vw;
  line-height: 125%;
  text-transform: uppercase;
  color: #7A99AC;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {

  #pdp-breaking-technology .breaking-wrap .breaking-top__title h2:not(.breaking-top-decs),
  #pdp-breaking-technology .breaking-wrap .breaking-top__title .breaking-technology-name {
    font-size: 9.375vw;
  }
}

@media only screen and (max-width: 767px) {

  #pdp-breaking-technology .breaking-wrap .breaking-top__title h2:not(.breaking-top-decs),
  #pdp-breaking-technology .breaking-wrap .breaking-top__title .breaking-technology-name {
    font-size: 17.0666666667vw;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {

  #pdp-breaking-technology .breaking-wrap .breaking-top__title h2:not(.breaking-top-decs),
  #pdp-breaking-technology .breaking-wrap .breaking-top__title .breaking-technology-name {
    font-size: 8.270863836vw;
  }
}

#pdp-breaking-technology .breaking-wrap .breaking-top__title .breaking-top-decs,
#pdp-breaking-technology .breaking-wrap .breaking-top__title h3,
#pdp-breaking-technology .breaking-wrap .breaking-top__title h2,
#pdp-breaking-technology .breaking-wrap .breaking-top__title .breaking-technology-name {
  margin-bottom: 0;
}

#pdp-breaking-technology .breaking-wrap .breaking-top__title-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 24px;
  padding: 0;
  width: 442px;
  height: 64px;
  border-radius: 3px;
  background: #1464F4;
}

#pdp-breaking-technology .breaking-wrap .breaking-top__title-price {
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  color: #3C3C3C;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  #pdp-breaking-technology .breaking-wrap .breaking-top__title-btn {
    width: 414px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #pdp-breaking-technology .breaking-wrap .breaking-top__title-btn {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  #pdp-breaking-technology .breaking-wrap .breaking-top__title-btn {
    width: 100%;
  }
}

#pdp-breaking-technology .breaking-wrap .breaking-top__title-btn span {
  width: 65%;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
}

@media only screen and (max-width: 1199px) {
  #pdp-breaking-technology .breaking-wrap .breaking-top__title-btn span {
    width: 53%;
  }
}

#pdp-breaking-technology .breaking-wrap .breaking-top__title-btn button,
#pdp-breaking-technology .breaking-wrap .breaking-top__title-btn a {
  position: relative;
  flex: 1;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0 15px;
  color: #FFFFFF;
}

#pdp-breaking-technology .breaking-wrap .breaking-top__title-btn button:before,
#pdp-breaking-technology .breaking-wrap .breaking-top__title-btn a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  height: 70%;
  transform: translateY(-50%);
  border-left: 1px solid #fff;
}

#pdp-breaking-technology .breaking-wrap .breaking-top__title-btn a {
  display: inline-block;
  width: auto;
  line-height: 40px;
  width: 110px;
  text-align: center;
}

#pdp-breaking-technology .breaking-wrap .breaking-top__title-btn a:hover,
#pdp-breaking-technology .breaking-wrap .breaking-top__title-btn a:before {
  background: transparent;
  opacity: 1;
}

#pdp-breaking-technology .breaking-wrap .breaking-top__title-btn a span {
  width: 100%;
}

#pdp-breaking-technology .breaking-wrap .breaking-top__title-btn.btn-title-event .btn-price-event {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  #pdp-breaking-technology .breaking-wrap .breaking-top__title-btn.btn-title-event .btn-price-event {
    width: 52vw;
  }
}

#pdp-breaking-technology .breaking-wrap .breaking-top__title-btn.btn-title-event .btn-price-event span {
  line-height: 20px;
  width: 100%;
  text-align: center;
}

#pdp-breaking-technology .breaking-wrap .breaking-top__title-btn.btn-title-event .btn-price-event span.price-root {
  font-size: 14px;
  text-decoration: line-through;
}

#pdp-breaking-technology .breaking-wrap .breaking-top__title-btn.btn-title-event a {
  display: flex;
  align-items: center;
  height: 40px;
}

#pdp-breaking-technology .breaking-wrap .breaking-top__title-vat {
  margin-top: 8px;
  font-weight: 600;
  font-size: 18px;
  line-height: 125%;
  color: #3c3c3c;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  #pdp-breaking-technology .breaking-wrap .breaking-top__title {
    padding-top: 1.875em;
  }
}

#pdp-breaking-technology .breaking-wrap .breaking-top__img.breaking-slick {
  width: 757px;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  #pdp-breaking-technology .breaking-wrap .breaking-top__img.breaking-slick {
    width: 416px;
    right: 10.719754977%;
  }
}

@media only screen and (max-width: 1199px) {
  #pdp-breaking-technology .breaking-wrap .breaking-top__img.breaking-slick {
    width: 100%;
  }
}

#pdp-breaking-technology .breaking-wrap .breaking-top__img.breaking-slick img {
  width: 100%;
  height: 100%;
}

#pdp-breaking-technology .breaking-wrap .breaking-top .breaking-slick__button-next,
#pdp-breaking-technology .breaking-wrap .breaking-top .breaking-slick__button-prev {
  position: absolute;
  right: -30px;
  display: block;
  height: 24px;
  width: 16px;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {

  #pdp-breaking-technology .breaking-wrap .breaking-top .breaking-slick__button-next,
  #pdp-breaking-technology .breaking-wrap .breaking-top .breaking-slick__button-prev {
    right: 5.3598774885%;
  }
}

@media only screen and (max-width: 1199px) {

  #pdp-breaking-technology .breaking-wrap .breaking-top .breaking-slick__button-next,
  #pdp-breaking-technology .breaking-wrap .breaking-top .breaking-slick__button-prev {
    bottom: -32px;
  }
}

#pdp-breaking-technology .breaking-wrap .breaking-top .breaking-slick__button-next {
  top: 40%;
  background: url("data:image/svg+xml,%3Csvg width='17' height='24' viewBox='0 0 17 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.78037 0.463582C3.1842 -0.0332238 2.35446 -0.140314 1.65169 0.188846C0.94892 0.518005 0.5 1.22399 0.5 2.00002V22C0.5 22.7761 0.94892 23.482 1.65169 23.8112C2.35446 24.1404 3.1842 24.0333 3.78037 23.5365L15.7804 13.5365C16.2364 13.1565 16.5 12.5936 16.5 12C16.5 11.4065 16.2364 10.8436 15.7804 10.4636L3.78037 0.463582Z' fill='%237A99AC'/%3E%3C/svg%3E%0A") no-repeat;
}

@media only screen and (min-width: 1200px) {
  #pdp-breaking-technology .breaking-wrap .breaking-top .breaking-slick__button-next:hover {
    background: url("data:image/svg+xml,%3Csvg width='17' height='24' viewBox='0 0 17 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.78037 0.463582C3.1842 -0.0332238 2.35446 -0.140314 1.65169 0.188846C0.94892 0.518005 0.5 1.22399 0.5 2.00002V22C0.5 22.7761 0.94892 23.482 1.65169 23.8112C2.35446 24.1404 3.1842 24.0333 3.78037 23.5365L15.7804 13.5365C16.2364 13.1565 16.5 12.5936 16.5 12C16.5 11.4065 16.2364 10.8436 15.7804 10.4636L3.78037 0.463582Z' fill='%231464F4'/%3E%3C/svg%3E") no-repeat;
  }
}

@media print {
  #pdp-breaking-technology .breaking-wrap .breaking-top .breaking-slick__button-next:hover {
    background: url("data:image/svg+xml,%3Csvg width='17' height='24' viewBox='0 0 17 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.78037 0.463582C3.1842 -0.0332238 2.35446 -0.140314 1.65169 0.188846C0.94892 0.518005 0.5 1.22399 0.5 2.00002V22C0.5 22.7761 0.94892 23.482 1.65169 23.8112C2.35446 24.1404 3.1842 24.0333 3.78037 23.5365L15.7804 13.5365C16.2364 13.1565 16.5 12.5936 16.5 12C16.5 11.4065 16.2364 10.8436 15.7804 10.4636L3.78037 0.463582Z' fill='%231464F4'/%3E%3C/svg%3E") no-repeat;
  }
}

#pdp-breaking-technology .breaking-wrap .breaking-top .breaking-slick__button-next.slick-disabled {
  background: url("data:image/svg+xml,%3Csvg width='17' height='24' viewBox='0 0 17 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.78037 0.463582C3.1842 -0.0332238 2.35446 -0.140314 1.65169 0.188846C0.94892 0.518005 0.5 1.22399 0.5 2.00002V22C0.5 22.7761 0.94892 23.482 1.65169 23.8112C2.35446 24.1404 3.1842 24.0333 3.78037 23.5365L15.7804 13.5365C16.2364 13.1565 16.5 12.5936 16.5 12C16.5 11.4065 16.2364 10.8436 15.7804 10.4636L3.78037 0.463582Z' fill='%237A99AC'/%3E%3C/svg%3E%0A") no-repeat;
}

@media only screen and (max-width: 1199px) {
  #pdp-breaking-technology .breaking-wrap .breaking-top .breaking-slick__button-next {
    top: unset;
    right: 40%;
  }
}

#pdp-breaking-technology .breaking-wrap .breaking-top .breaking-slick__button-prev {
  top: 60%;
  background: url("data:image/svg+xml,%3Csvg width='17' height='24' viewBox='0 0 17 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 2.00002C16.5 1.22399 16.0511 0.518005 15.3483 0.188846C14.6455 -0.140314 13.8158 -0.0332238 13.2196 0.463582L1.21963 10.4636C0.763646 10.8436 0.5 11.4065 0.5 12C0.5 12.5936 0.763646 13.1565 1.21963 13.5365L13.2196 23.5365C13.8158 24.0333 14.6455 24.1404 15.3483 23.8112C16.0511 23.482 16.5 22.7761 16.5 22V2.00002Z' fill='%237A99AC'/%3E%3C/svg%3E%0A") no-repeat;
}

@media only screen and (min-width: 1200px) {
  #pdp-breaking-technology .breaking-wrap .breaking-top .breaking-slick__button-prev:hover {
    background: url("data:image/svg+xml,%3Csvg width='17' height='24' viewBox='0 0 17 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 2.00002C16.5 1.22399 16.0511 0.518005 15.3483 0.188846C14.6455 -0.140314 13.8158 -0.0332238 13.2196 0.463582L1.21963 10.4636C0.763646 10.8436 0.5 11.4065 0.5 12C0.5 12.5936 0.763646 13.1565 1.21963 13.5365L13.2196 23.5365C13.8158 24.0333 14.6455 24.1404 15.3483 23.8112C16.0511 23.482 16.5 22.7761 16.5 22V2.00002Z' fill='%231464F4'/%3E%3C/svg%3E") no-repeat;
  }
}

@media print {
  #pdp-breaking-technology .breaking-wrap .breaking-top .breaking-slick__button-prev:hover {
    background: url("data:image/svg+xml,%3Csvg width='17' height='24' viewBox='0 0 17 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 2.00002C16.5 1.22399 16.0511 0.518005 15.3483 0.188846C14.6455 -0.140314 13.8158 -0.0332238 13.2196 0.463582L1.21963 10.4636C0.763646 10.8436 0.5 11.4065 0.5 12C0.5 12.5936 0.763646 13.1565 1.21963 13.5365L13.2196 23.5365C13.8158 24.0333 14.6455 24.1404 15.3483 23.8112C16.0511 23.482 16.5 22.7761 16.5 22V2.00002Z' fill='%231464F4'/%3E%3C/svg%3E") no-repeat;
  }
}

#pdp-breaking-technology .breaking-wrap .breaking-top .breaking-slick__button-prev.slick-disabled {
  background: url("data:image/svg+xml,%3Csvg width='17' height='24' viewBox='0 0 17 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 2.00002C16.5 1.22399 16.0511 0.518005 15.3483 0.188846C14.6455 -0.140314 13.8158 -0.0332238 13.2196 0.463582L1.21963 10.4636C0.763646 10.8436 0.5 11.4065 0.5 12C0.5 12.5936 0.763646 13.1565 1.21963 13.5365L13.2196 23.5365C13.8158 24.0333 14.6455 24.1404 15.3483 23.8112C16.0511 23.482 16.5 22.7761 16.5 22V2.00002Z' fill='%237A99AC'/%3E%3C/svg%3E%0A") no-repeat;
}

@media only screen and (max-width: 1199px) {
  #pdp-breaking-technology .breaking-wrap .breaking-top .breaking-slick__button-prev {
    top: unset;
    right: 60%;
  }
}

#pdp-breaking-technology .breaking-wrap .breaking-technology-bot {
  margin-top: 4em;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  #pdp-breaking-technology .breaking-wrap .breaking-technology-bot {
    margin-top: 1.5em;
  }
}

#pdp-breaking-technology .breaking-wrap .breaking-technology-bot_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#pdp-breaking-technology .breaking-wrap .breaking-technology-bot_flex .down-brochure {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  width: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1900px) {
  #pdp-breaking-technology .breaking-wrap .breaking-technology-bot_flex .down-brochure {
    margin-right: 12.5%;
  }
}

@media only screen and (max-width: 1199px) {
  #pdp-breaking-technology .breaking-wrap .breaking-technology-bot_flex {
    flex-direction: column;
  }

  #pdp-breaking-technology .breaking-wrap .breaking-technology-bot_flex .down-brochure {
    margin-top: 35px;
  }
}

#pdp-breaking-technology .breaking-wrap .breaking-technology-bot .nav.nav-tabs {
  border: none;
}

@media only screen and (max-width: 1199px) {
  #pdp-breaking-technology .breaking-wrap .breaking-technology-bot .nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}

#pdp-breaking-technology .breaking-wrap .breaking-technology-bot .nav::-webkit-scrollbar {
  display: none;
}

#pdp-breaking-technology .breaking-wrap .breaking-technology-bot .nav-item:first-child {
  margin-right: 64px;
}

@media only screen and (max-width: 1199px) {
  #pdp-breaking-technology .breaking-wrap .breaking-technology-bot .nav-item:first-child {
    margin-right: 48px;
  }
}

#pdp-breaking-technology .breaking-wrap .breaking-technology-bot .nav-link {
  padding: 0.5rem 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  color: #3c3c3c;
  text-transform: uppercase;
}

#pdp-breaking-technology .breaking-wrap .breaking-technology-bot .nav-link .tab-title {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  margin: 0;
}

#pdp-breaking-technology .breaking-wrap .breaking-technology-bot .nav-link.active {
  border-bottom-color: #1464F4;
}

@media only screen and (max-width: 1199px) {
  #pdp-breaking-technology .breaking-wrap .breaking-technology-bot .nav-link {
    width: -moz-max-content;
    width: max-content;
  }
}

@media only screen and (max-width: 1199px) {
  #pdp-breaking-technology .breaking-wrap .breaking-technology-bot .tab-content #tabInfoProduct .tab-pane-info {
    display: flex;
    flex-direction: column;
  }
}

#pdp-breaking-technology .breaking-wrap .breaking-technology-bot .tab-content #tabInfoProduct .tab-pane-info ul {
  margin-top: 64px;
  width: 28.6360698125%;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  #pdp-breaking-technology .breaking-wrap .breaking-technology-bot .tab-content #tabInfoProduct .tab-pane-info ul {
    margin-top: 24px;
    width: 30.0383141762%;
  }
}

@media only screen and (max-width: 1199px) {
  #pdp-breaking-technology .breaking-wrap .breaking-technology-bot .tab-content #tabInfoProduct .tab-pane-info ul {
    margin-top: unset;
    width: 100%;
  }

  #pdp-breaking-technology .breaking-wrap .breaking-technology-bot .tab-content #tabInfoProduct .tab-pane-info ul:first-child {
    margin-top: 30px;
  }
}

#pdp-breaking-technology .breaking-wrap .breaking-technology-bot .tab-content #tabInfoProduct .tab-pane-info ul li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5em;
  border-bottom: 1px solid #F0F3F3;
  font-weight: 600;
  font-size: 14px;
  list-style: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  #pdp-breaking-technology .breaking-wrap .breaking-technology-bot .tab-content #tabInfoProduct .tab-pane-info ul li {
    font-size: 13px;
  }
}

#pdp-breaking-technology .breaking-wrap .breaking-technology-bot .tab-content #tabInfoProduct .tab-pane-info ul li:first-child {
  margin-top: 0;
}

#pdp-breaking-technology .breaking-wrap .breaking-technology-bot .tab-content #tabInfoProduct .tab-pane-info ul li .fw-light {
  font-weight: 400;
  white-space: nowrap;
  margin-right: 30px;
  margin-bottom: 0;
  font-size: inherit;
}

#pdp-breaking-technology .breaking-wrap .breaking-technology-bot .tab-content #tabInfoProduct .tab-pane-info ul li>span:last-child {
  text-align: right;
  line-height: 1.25;
}

@media only screen and (max-width: 1199px) {
  #pdp-breaking-technology .breaking-wrap .breaking-technology-bot .tab-content #tabInfoProduct .tab-pane-info ul li {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  #pdp-breaking-technology .breaking-wrap .breaking-technology-bot .tab-content #tabInfoProduct .tab-pane-info ul li {
    margin-top: 1em;
  }
}

@media only screen and (max-width: 1199px) {
  #pdp-breaking-technology .breaking-wrap .breaking-technology-bot .tab-content #tabBatteryPackages .breaking-battery-tab {
    flex-direction: column;
  }
}

#pdp-breaking-technology .breaking-wrap .breaking-technology-bot .tab-content #tabBatteryPackages .breaking-battery-tab>div {
  margin-top: 64px;
  width: 28.6332470893%;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  #pdp-breaking-technology .breaking-wrap .breaking-technology-bot .tab-content #tabBatteryPackages .breaking-battery-tab>div {
    margin-top: 25px;
    width: 30.0636015326%;
  }
}

@media only screen and (max-width: 1199px) {
  #pdp-breaking-technology .breaking-wrap .breaking-technology-bot .tab-content #tabBatteryPackages .breaking-battery-tab>div {
    width: 100%;
    margin-top: 30px;
    padding: 16px;
    background: #F7F9F9;
    border-radius: 3px;
  }
}

#pdp-breaking-technology .breaking-wrap .breaking-technology-bot .tab-content #tabBatteryPackages .breaking-battery-tab>div h2,
#pdp-breaking-technology .breaking-wrap .breaking-technology-bot .tab-content #tabBatteryPackages .breaking-battery-tab>div .price,
#pdp-breaking-technology .breaking-wrap .breaking-technology-bot .tab-content #tabBatteryPackages .breaking-battery-tab>div .pin-subtitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #3c3c3c;
  margin: 0;
}

#pdp-breaking-technology .breaking-wrap .breaking-technology-bot .tab-content #tabBatteryPackages .breaking-battery-tab>div p:not(.price) {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #3c3c3c;
}

#pdp-breaking-technology .breaking-wrap .breaking-technology-bot .tab-content #tabBatteryPackages .breaking-battery-tab>div p,
#pdp-breaking-technology .breaking-wrap .breaking-technology-bot .tab-content #tabBatteryPackages .breaking-battery-tab>div .price {
  margin-top: 16px;
}

#pdp-breaking-technology .breaking-wrap .breaking-technology-bot .rental-note {
  font-size: 12px;
}

#pdp-breaking-technology .breaking-wrap .breaking-technology-bot .rental-list {
  list-style: disc;
  padding-left: 1.5em;
  margin-top: 16px;
}

#pdp-breaking-technology .breaking-wrap .breaking-technology-bot .rental-list li {
  font-size: 16px;
}

#pdp-breaking-technology .breaking-wrap .breaking-technology-bot .rental-list li+li {
  margin-top: 8px;
}

#pdp-breaking-technology .breaking-wrap .breaking-technology-bot .rental-list2 {
  margin-top: 16px;
}

#pdp-breaking-technology .breaking-wrap .breaking-technology-bot .rental-list2 li {
  font-size: 16px;
}

.pdp-page {
  color: #3C3C3C;
}

.pdp-page ul {
  list-style: none;
  padding-left: 0;
}

@media only screen and (min-width: 1200px) and (max-height: 1000px) {
  .pdp-page .top-main .top-main-htitle {
    line-height: 1.2;
  }

  .pdp-page .top-main .top-main-img {
    width: 43%;
  }
}

@media only screen and (min-width: 1200px) and (max-height: 1000px) and (max-width: 1440px) {
  .pdp-page .top-main .top-main-img {
    width: 42%;
    left: 29%;
  }
}

@media only screen and (min-width: 1200px) and (max-height: 1000px) {

  .pdp-page .top-main .top-main-info,
  .pdp-page .top-main .top-main-btn {
    top: 22vw;
  }

  .pdp-page .top-main .top-main-ptext {
    top: 18vw;
  }

  .pdp-page .top-main .top-main-control {
    top: 27vw;
  }

  .pdp-page .banner-connect .connect-right {
    width: 56%;
  }
}

@media only screen and (min-width: 1200px) and (max-height: 1000px) and (max-width: 1440px) {
  .pdp-page .banner-connect .connect-right {
    width: 47%;
  }
}

@media only screen and (min-width: 1200px) and (max-height: 1000px) {
  .pdp-page .banner-connect .connect-left {
    padding-top: 10px;
  }
}

@media only screen and (min-width: 1200px) and (max-height: 1000px) and (min-width: 1440px) {
  .pdp-page .battery-technology__content .battery-technology-title {
    margin-bottom: 1.4em;
  }

  .pdp-page .battery-technology__content .battery-technology__block {
    margin-bottom: 3.3em;
  }
}

@media only screen and (min-width: 1200px) {
  .pdp-theons .top-main .top-main-control {
    width: 152px;
  }
}

@media print {
  .pdp-theons .top-main .top-main-control {
    width: 152px;
  }
}

@media only screen and (max-width: 767px) {
  .pdp-theons .top-main .top-main-control {
    width: 200px;
  }
}

@media only screen and (min-width: 1441px) {
  .pdp-theons .banner-connect .connect-list {
    max-width: 425px;
  }
}

.pdp-theons .banner-info-img {
  padding: 0 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pdp-theons .banner-info-img {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .pdp-theons .banner-info-img {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .pdp-klaras .top-main .top-main-control {
    width: 264px;
  }
}

@media print {
  .pdp-klaras .top-main .top-main-control {
    width: 264px;
  }
}

.pdp-klaras .top-main .top-main-htitle {
  font-size: 10.15625vw;
  line-height: 1.2564102564;
  letter-spacing: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pdp-klaras .top-main .top-main-htitle {
    font-size: 10.4166666667vw;
  }
}

@media only screen and (max-width: 767px) {
  .pdp-klaras .top-main .top-main-htitle {
    font-size: 11.2vw;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .pdp-klaras .top-main .top-main-htitle {
    font-size: 11.2005856515vw;
  }
}

@media only screen and (min-width: 1200px) {
  .pdp-klaras .top-main .top-main-htitle {
    padding-top: 1%;
  }
}

@media print {
  .pdp-klaras .top-main .top-main-htitle {
    padding-top: 1%;
  }
}

.pdp-klaras .top-main .top-main-head {
  width: 97.1354166667%;
}

.pdp-klaras .top-main .top-main-hsub {
  top: 1%;
}

.pdp-klaras .battery-technology .title {
  font-size: 10.9375vw;
  line-height: 1.2533333333;
  transform: translateX(2%);
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pdp-klaras .battery-technology .title {
    font-size: 9.8958333333vw;
  }
}

@media only screen and (max-width: 767px) {
  .pdp-klaras .battery-technology .title {
    font-size: 9.6vw;
  }
}

@media only screen and (min-width: 1200px) {
  .pdp-klaras .battery-technology .title {
    transform: translateX(4%);
  }
}

@media print {
  .pdp-klaras .battery-technology .title {
    transform: translateX(4%);
  }
}

@media only screen and (max-width: 1199px) {
  .pdp-klaras .battery-technology .title {
    letter-spacing: 0.1em;
    color: #7A99AC;
  }
}

@media only screen and (min-width: 1200px) {
  .pdp-klaras .battery-technology .battery-technology__container:before {
    width: 55%;
  }

  .pdp-klaras .battery-technology .battery-technology__content h3 {
    margin-right: -2em;
  }
}

@media print {
  .pdp-klaras .battery-technology .battery-technology__container:before {
    width: 55%;
  }

  .pdp-klaras .battery-technology .battery-technology__content h3 {
    margin-right: -2em;
  }
}

@media only screen and (max-width: 1199px) {
  .pdp-klaras .battery-technology .battery-technology__item::after {
    left: 45%;
  }
}

@media only screen and (min-width: 1200px) {

  .pdp-klaras #pdp-breaking-technology .breaking-wrap .breaking-top__title h2:not(.breaking-top-decs),
  .pdp-klaras #pdp-breaking-technology .breaking-wrap .breaking-top__title .breaking-technology-name {
    font-size: 5vw;
    line-height: 0.8958333333;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .pdp-klaras #pdp-breaking-technology .breaking-wrap .breaking-technology-bot {
    margin-top: 1.5em;
  }
}

@media print {

  .pdp-klaras #pdp-breaking-technology .breaking-wrap .breaking-top__title h2:not(.breaking-top-decs),
  .pdp-klaras #pdp-breaking-technology .breaking-wrap .breaking-top__title .breaking-technology-name {
    font-size: 5vw;
    line-height: 0.8958333333;
  }
}

@media only screen and (min-width: 1200px) {
  .pdp-felizs .top-main .top-main-control {
    width: 264px;
  }
}

@media print {
  .pdp-felizs .top-main .top-main-control {
    width: 264px;
  }
}

.pdp-felizs .top-main .top-main-htitle {
  font-size: 15.2604166667vw;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pdp-felizs .top-main .top-main-htitle {
    font-size: 20.1822916667vw;
  }
}

@media only screen and (max-width: 767px) {
  .pdp-felizs .top-main .top-main-htitle {
    font-size: 21.3333333333vw;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .pdp-felizs .top-main .top-main-htitle {
    font-size: 15.7393850659vw;
  }
}

.pdp-felizs .battery-technology .title {
  font-size: 15.2083333333vw;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pdp-felizs .battery-technology .title {
    font-size: 16.9270833333vw;
  }
}

@media only screen and (max-width: 767px) {
  .pdp-felizs .battery-technology .title {
    font-size: 16.8vw;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .pdp-felizs .battery-technology .title {
    font-size: 15.7393850659vw;
  }
}

@media only screen and (min-width: 1200px) {
  .pdp-felizs .battery-technology .battery-technology__container:before {
    width: 55%;
  }
}

@media print {
  .pdp-felizs .battery-technology .battery-technology__container:before {
    width: 55%;
  }
}

@media only screen and (max-width: 1199px) {
  .pdp-felizs .battery-technology__item::after {
    left: 44%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {

  .pdp-felizs #pdp-breaking-technology .breaking-wrap .breaking-top__title h2:not(.breaking-top-decs),
  .pdp-felizs #pdp-breaking-technology .breaking-wrap .breaking-top__title .breaking-technology-name {
    letter-spacing: 0.2em;
  }
}

@media only screen and (min-width: 1200px) {
  .pdp-ventos .top-main .top-main-control {
    width: 280px;
  }
}

@media print {
  .pdp-ventos .top-main .top-main-control {
    width: 280px;
  }
}

.pdp-ventos .top-main .top-main-htitle {
  font-size: 15.2604166667vw;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pdp-ventos .top-main .top-main-htitle {
    font-size: 18.8802083333vw;
  }
}

@media only screen and (max-width: 767px) {
  .pdp-ventos .top-main .top-main-htitle {
    font-size: 20vw;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .pdp-ventos .top-main .top-main-htitle {
    font-size: 15.7393850659vw;
  }
}

@media only screen and (min-width: 1200px) {
  .pdp-ventos .top-main .top-main-htitle {
    letter-spacing: 0.1em;
  }
}

@media print {
  .pdp-ventos .top-main .top-main-htitle {
    letter-spacing: 0.1em;
  }
}

.pdp-ventos .parts-bike__item p {
  line-height: 125%;
  margin-top: 16px;
}

.pdp-ventos .battery-technology .title {
  font-size: 13.0208333333vw;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pdp-ventos .battery-technology .title {
    font-size: 17.7083333333vw;
  }
}

@media only screen and (max-width: 767px) {
  .pdp-ventos .battery-technology .title {
    font-size: 16.8vw;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .pdp-ventos .battery-technology .title {
    font-size: 13.5431918009vw;
  }
}

@media only screen and (min-width: 1200px) {
  .pdp-ventos .battery-technology .battery-technology__container:before {
    width: 54%;
  }
}

@media print {
  .pdp-ventos .battery-technology .battery-technology__container:before {
    width: 54%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {

  .pdp-ventos #pdp-breaking-technology .breaking-wrap .breaking-top__title h2:not(.breaking-top-decs),
  .pdp-ventos #pdp-breaking-technology .breaking-wrap .breaking-top__title .breaking-technology-name {
    letter-spacing: 0.1em;
  }
}

.pdp-evo200 .top-main .down-brochure {
  max-width: 285px;
  margin-left: auto;
  display: block;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .pdp-evo200 .top-main .top-main-htitle {
    font-size: 11vw;
  }
}

.pdp-evo200 .top-main .top-main-ptext {
  top: 17vw;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .pdp-evo200 .top-main .top-main-ptext {
    top: 12vw;
  }
}

@media only screen and (max-width: 768px) {
  .pdp-evo200 .top-main .top-main-ptext {
    top: 7vw;
  }
}

.pdp-evo200 .top-main .top-main-info,
.pdp-evo200 .top-main .top-main-btn {
  top: 21vw;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {

  .pdp-evo200 .top-main .top-main-info,
  .pdp-evo200 .top-main .top-main-btn {
    top: 16.5vw;
  }
}

@media only screen and (max-width: 768px) {

  .pdp-evo200 .top-main .top-main-info,
  .pdp-evo200 .top-main .top-main-btn {
    top: 8vw;
  }
}

@media only screen and (min-width: 768px) {
  .pdp-evo200 .top-main .top-main-img {
    width: 64.0625%;
    left: 17.96875%;
  }
}

.pdp-evo200 .top-main .top-main-control {
  width: 264px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .pdp-evo200 .top-main .top-main-control {
    top: 22vw;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pdp-evo200 .top-main .top-main-wrap {
    padding-bottom: 20vw;
  }
}

@media only screen and (max-width: 767px) {
  .pdp-evo200 .top-main .top-main-wrap {
    padding-bottom: 30vw;
  }
}

@media only screen and (min-width: 1200px) {
  .pdp-evo200 .banner-info .banner-info-center {
    width: 52%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .pdp-evo200 .banner-info .banner-info-center {
    width: 45%;
  }

  .pdp-evo200 .banner-info .banner-info-center .banner-info-img {
    position: relative;
    top: 5.6vw;
  }
}

@media only screen and (min-width: 1200px) {

  .pdp-evo200 .banner-info .banner-info-left,
  .pdp-evo200 .banner-info .banner-info-right {
    width: 24%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {

  .pdp-evo200 .banner-info .banner-info-left,
  .pdp-evo200 .banner-info .banner-info-right {
    width: 27.5%;
  }
}

@media print {
  .pdp-evo200 .banner-info .banner-info-center {
    width: 52%;
  }

  .pdp-evo200 .banner-info .banner-info-left,
  .pdp-evo200 .banner-info .banner-info-right {
    width: 24%;
  }
}

.pdp-evo200 .banner-info-img {
  padding: 0 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pdp-evo200 .banner-info-img {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .pdp-evo200 .banner-info-img {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .pdp-evo200 .battery-technology__item {
    width: 50%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .pdp-evo200 .battery-technology__item {
    bottom: -3vw;
  }
}

@media only screen and (min-width: 1200px) {
  .pdp-evo200 .battery-technology__container:before {
    width: 48%;
  }
}

@media print {
  .pdp-evo200 .battery-technology__item {
    width: 50%;
  }

  .pdp-evo200 .battery-technology__container:before {
    width: 48%;
  }
}

.pdp-evo200 #pdp-breaking-technology .breaking-wrap .breaking-top__title:before {
  right: 46%;
}

.pdp-evo200 .breaking-top__title-btn a {
  color: #fff;
}

.pdp-evo200 .connect-main {
  display: flex;
  flex-wrap: wrap;
}

.pdp-evo200 .connect-list {
  width: 100%;
  display: block;
}

.pdp-evo200 .banner-connect .top-btn {
  margin-top: 0;
}

.pdp-evo200 .banner-connect .down-brochure {
  display: block;
  max-width: 285px;
}

@media only screen and (min-width: 1441px) {
  .pdp-evo200 .banner-connect .down-brochure {
    max-width: 200px;
  }
}

.pdp-evo200-lite .top-main .top-main-htitle {
  font-size: 10.4166666667vw;
  line-height: 1.25;
  letter-spacing: 0.1em;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pdp-evo200-lite .top-main .top-main-htitle {
    font-size: 15.625vw;
  }
}

@media only screen and (max-width: 767px) {
  .pdp-evo200-lite .top-main .top-main-htitle {
    font-size: 12.8vw;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .pdp-evo200-lite .top-main .top-main-htitle {
    font-size: 11.7130307467vw;
  }
}

.pdp-evo200-lite .battery-technology .title {
  font-size: 10.4166666667vw;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pdp-evo200-lite .battery-technology .title {
    font-size: 15.625vw;
  }
}

@media only screen and (max-width: 767px) {
  .pdp-evo200-lite .battery-technology .title {
    font-size: 12.8vw;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .pdp-evo200-lite .battery-technology .title {
    font-size: 11.7130307467vw;
  }
}

.pdp-evo200-lite .battery-technology .title--light {
  letter-spacing: 0;
}

@media only screen and (min-width: 1200px) {
  .pdp-evo200-lite .battery-technology__container:before {
    width: 60%;
  }
}

@media print {
  .pdp-evo200-lite .battery-technology__container:before {
    width: 60%;
  }
}

.pdp-evo200-lite #pdp-breaking-technology .breaking-wrap .breaking-top__title:before {
  right: 56%;
}

.pdp-evo200-lite #pdp-breaking-technology .breaking-wrap .breaking-top__title .breaking-technology-name {
  font-size: 5.2083333333vw;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pdp-evo200-lite #pdp-breaking-technology .breaking-wrap .breaking-top__title .breaking-technology-name {
    font-size: 9.1145833333vw;
  }
}

@media only screen and (max-width: 767px) {
  .pdp-evo200-lite #pdp-breaking-technology .breaking-wrap .breaking-top__title .breaking-technology-name {
    font-size: 12vw;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .pdp-evo200-lite #pdp-breaking-technology .breaking-wrap .breaking-top__title .breaking-technology-name {
    font-size: 5.1244509517vw;
  }
}

.pdp-page.pdp-neo .top-main .down-brochure {
  max-width: 285px;
  margin-left: auto;
  display: block;
}

.pdp-page.pdp-neo .top-main .down-brochure.btn-pdp {
  color: #fff;
}

.pdp-page.pdp-neo .top-main .top-btn a {
  padding: 10px;
  width: 285px;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  text-transform: uppercase;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pdp-page.pdp-neo .top-main .top-main-pt1 {
  text-transform: uppercase;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .pdp-page.pdp-neo .top-main .top-main-htitle {
    font-size: 11vw;
  }
}

.pdp-page.pdp-neo .top-main .top-main-ptext {
  top: 17vw;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .pdp-page.pdp-neo .top-main .top-main-ptext {
    top: 12vw;
  }
}

@media only screen and (max-width: 768px) {
  .pdp-page.pdp-neo .top-main .top-main-ptext {
    top: 10vw;
  }
}

.pdp-page.pdp-neo .top-main .top-main-info,
.pdp-page.pdp-neo .top-main .top-main-btn {
  top: 21vw;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {

  .pdp-page.pdp-neo .top-main .top-main-info,
  .pdp-page.pdp-neo .top-main .top-main-btn {
    top: 16.5vw;
  }
}

@media only screen and (max-width: 768px) {

  .pdp-page.pdp-neo .top-main .top-main-info,
  .pdp-page.pdp-neo .top-main .top-main-btn {
    top: 8vw;
  }
}

@media only screen and (min-width: 768px) {
  .pdp-page.pdp-neo .top-main .top-main-img {
    width: 64.0625%;
    left: 17.96875%;
  }
}

.pdp-page.pdp-neo .top-main .top-main-control {
  width: 264px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .pdp-page.pdp-neo .top-main .top-main-control {
    top: 22vw;
  }
}

@media only screen and (max-width: 767px) {
  .pdp-page.pdp-neo .top-main .top-main-control {
    padding-top: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pdp-page.pdp-neo .top-main .top-main-wrap {
    padding-bottom: 20vw;
  }
}

@media only screen and (max-width: 767px) {
  .pdp-page.pdp-neo .top-main .top-main-wrap {
    padding-bottom: 30vw;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) and (max-height: 1000px) {
  .pdp-page.pdp-neo .top-main .top-main-ptext {
    top: 12vw;
  }

  .pdp-page.pdp-neo .top-main .top-main-info,
  .pdp-page.pdp-neo .top-main .top-main-btn {
    top: 16vw;
  }

  .pdp-page.pdp-neo .top-main .top-main-control {
    top: 23vw;
  }

  .pdp-page.pdp-neo .top-main .top-main-control .box-control-nav {
    top: 20%;
  }
}

@media only screen and (min-width: 1200px) {
  .pdp-page.pdp-neo .battery-technology__item {
    width: 50%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .pdp-page.pdp-neo .battery-technology__item {
    bottom: -3vw;
  }
}

@media only screen and (min-width: 1200px) {
  .pdp-page.pdp-neo .battery-technology__container:before {
    width: 52%;
  }

  .pdp-page.pdp-neo.pdp-evo200-lite .battery-technology__container:before {
    width: 60%;
  }
}

@media print {
  .pdp-page.pdp-neo .battery-technology__item {
    width: 50%;
  }

  .pdp-page.pdp-neo .battery-technology__container:before {
    width: 52%;
  }

  .pdp-page.pdp-neo.pdp-evo200-lite .battery-technology__container:before {
    width: 60%;
  }
}

.pdp-page.pdp-neo #pdp-breaking-technology .breaking-wrap .breaking-top__title:before {
  right: 46%;
}

.pdp-page.pdp-neo #pdp-breaking-technology .breaking-wrap .breaking-top__title b {
  font-weight: 600;
  font-size: 1.5em;
  line-height: 100%;
}

.pdp-page.pdp-neo #pdp-breaking-technology .breaking-technology-bot .tab-content #tabInfoProduct .tab-pane-info ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pdp-page.pdp-neo .breaking-top__title-btn a {
  color: #fff;
}

.pdp-page.pdp-neo .connect-main {
  display: flex;
  flex-wrap: wrap;
}

.pdp-page.pdp-neo .connect-list {
  width: 100%;
  display: block;
}

.pdp-page.pdp-neo .banner-connect .top-btn {
  margin-top: 0;
}

.pdp-page.pdp-neo .banner-connect .down-brochure {
  display: block;
  max-width: 285px;
}

@media only screen and (min-width: 1441px) {
  .pdp-page.pdp-neo .banner-connect .down-brochure {
    max-width: 200px;
  }
}

.pdp-page.pdp-neo.pdp-evo200-lite .top-main .top-main-htitle {
  font-size: 10.4166666667vw;
  line-height: 1.5;
  letter-spacing: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pdp-page.pdp-neo.pdp-evo200-lite .top-main .top-main-htitle {
    font-size: 15.625vw;
  }
}

@media only screen and (max-width: 767px) {
  .pdp-page.pdp-neo.pdp-evo200-lite .top-main .top-main-htitle {
    font-size: 12.8vw;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .pdp-page.pdp-neo.pdp-evo200-lite .top-main .top-main-htitle {
    font-size: 11.7130307467vw;
  }
}

.pdp-page.pdp-neo.pdp-felizs .top-main .top-main-htitle {
  font-size: 13.0208333333vw;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pdp-page.pdp-neo.pdp-felizs .top-main .top-main-htitle {
    font-size: 15.625vw;
  }
}

@media only screen and (max-width: 767px) {
  .pdp-page.pdp-neo.pdp-felizs .top-main .top-main-htitle {
    font-size: 12.8vw;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .pdp-page.pdp-neo.pdp-felizs .top-main .top-main-htitle {
    font-size: 11.7130307467vw;
  }
}

@media only screen and (min-width: 1441px) {
  .pdp-page.pdp-neo.pdp-felizs .top-main .top-main-htitle {
    letter-spacing: 0;
  }
}

.pdp-page.pdp-neo.pdp-felizs #pdp-battery-technology .title {
  text-align: start;
  letter-spacing: 0.1em;
  font-size: 10.0520833333vw;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pdp-page.pdp-neo.pdp-felizs #pdp-battery-technology .title {
    font-size: 16.9270833333vw;
  }
}

@media only screen and (max-width: 767px) {
  .pdp-page.pdp-neo.pdp-felizs #pdp-battery-technology .title {
    font-size: 16.8vw;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .pdp-page.pdp-neo.pdp-felizs #pdp-battery-technology .title {
    font-size: 14.1288433382vw;
  }
}

@media only screen and (min-width: 1441px) {
  .pdp-page.pdp-neo.pdp-felizs #pdp-battery-technology .title {
    padding-left: 13.0208333333%;
  }
}

.pdp-page.pdp-neo.pdp-felizs #pdp-battery-technology .title--light {
  letter-spacing: 0;
}

.pdp-page.pdp-neo.pdp-klaras .top-main .top-main-htitle {
  font-size: 13.0208333333vw;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pdp-page.pdp-neo.pdp-klaras .top-main .top-main-htitle {
    font-size: 15.625vw;
  }
}

@media only screen and (max-width: 767px) {
  .pdp-page.pdp-neo.pdp-klaras .top-main .top-main-htitle {
    font-size: 12.8vw;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .pdp-page.pdp-neo.pdp-klaras .top-main .top-main-htitle {
    font-size: 10.980966325vw;
  }
}

@media only screen and (min-width: 1441px) {
  .pdp-page.pdp-neo.pdp-klaras .top-main .top-main-htitle {
    letter-spacing: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .pdp-page.pdp-neo.pdp-klaras .top-main .top-main-htitle {
    padding-top: 0;
  }
}

@media print {
  .pdp-page.pdp-neo.pdp-klaras .top-main .top-main-htitle {
    padding-top: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .pdp-page.pdp-neo.pdp-klaras .battery-technology__container:before {
    width: 62%;
  }
}

@media print {
  .pdp-page.pdp-neo.pdp-klaras .battery-technology__container:before {
    width: 62%;
  }
}

.pdp-page.pdp-neo.pdp-ventos .top-main .top-main-htitle {
  font-size: 13.0208333333vw;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pdp-page.pdp-neo.pdp-ventos .top-main .top-main-htitle {
    font-size: 15.625vw;
  }
}

@media only screen and (max-width: 767px) {
  .pdp-page.pdp-neo.pdp-ventos .top-main .top-main-htitle {
    font-size: 12.8vw;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .pdp-page.pdp-neo.pdp-ventos .top-main .top-main-htitle {
    font-size: 11.7130307467vw;
  }
}

@media only screen and (min-width: 1441px) {
  .pdp-page.pdp-neo.pdp-ventos .top-main .top-main-htitle {
    letter-spacing: 0;
  }
}

.pdp-page.pdp-neo.pdp-ventos .battery-technology .title {
  font-size: 9.8958333333vw;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pdp-page.pdp-neo.pdp-ventos .battery-technology .title {
    font-size: 17.7083333333vw;
  }
}

@media only screen and (max-width: 767px) {
  .pdp-page.pdp-neo.pdp-ventos .battery-technology .title {
    font-size: 16.8vw;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .pdp-page.pdp-neo.pdp-ventos .battery-technology .title {
    font-size: 11.5666178624vw;
  }
}

@media only screen and (min-width: 1200px) {
  .pdp-page.pdp-neo.pdp-ventos .battery-technology__container:before {
    width: 62%;
  }
}

@media print {
  .pdp-page.pdp-neo.pdp-ventos .battery-technology__container:before {
    width: 62%;
  }
}

[data-querystring="cid=xe-may-dien-evo200-lite-uu-dai-chao-he-2023"] #header.v3s-header {
  display: none;
}

[data-querystring="cid=xe-may-dien-evo200-lite-uu-dai-chao-he-2023"] .pdp-page.pdp-evo200.pdp-evo200-lite .block-top-banner {
  margin-top: 0 !important;
}

@media only screen and (min-width: 1200px) {

  .pdp-page .parts-bike,
  .pdp-page .breaking-technology {
    height: auto;
  }
}

@media print {

  .pdp-page .parts-bike,
  .pdp-page .breaking-technology {
    height: auto;
  }
}

.pdp-page .breaking-technology {
  padding-bottom: 84px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pdp-page .breaking-technology {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .pdp-page .breaking-technology {
    padding-bottom: 10vw;
  }
}

@media only screen and (max-width: 767px) {
  .back-to-top {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .v3s-header--bottom {
    height: 76px;
  }

  .v3s-header--bottom .mega_menu_header.mega-main-menu {
    height: 76px;
  }

  .v3s-header--bottom .mega_menu {
    top: 76px;
  }
}

@media only screen and (min-width: 1200px) {
  .v3s-header {
    position: fixed;
    height: 84px;
  }
}

@media print {
  .v3s-header {
    position: fixed;
    height: 84px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .v3s-header {
    height: 76px;
  }
}

[data-aos][data-aos][data-aos-delay="100"] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-delay="150"] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-delay="200"] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="300"] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-delay="400"] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-delay="450"] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-delay="500"] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="500"] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="600"] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-delay="800"] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate {
  transition-delay: 0.8s;
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

@media only screen and (min-width: 1200px) {
  body {
    overflow: hidden;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .pp-section {
    position: absolute;
    width: 100%;
    backface-visibility: hidden;
  }

  .pp-section.pp-table {
    display: table;
  }

  .pp-easing {
    transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
    transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
  }

  #pp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
  }

  #pp-nav.right {
    right: 17px;
  }

  #pp-nav.left {
    left: 17px;
  }

  #pp-nav ul {
    margin: 0;
    padding: 0;
  }

  #pp-nav li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative;
  }

  #pp-nav li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
  }

  #pp-nav li .active span {
    background: #333;
  }

  #pp-nav span {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    position: absolute;
    z-index: 1;
  }

  .pp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
  }
}

body {
  overflow-y: unset !important;
}

@media only screen and (min-width: 1200px) and (max-height: 1000px) {
  .pdp-page .top-main .top-main-ptext {
    top: 16vw;
  }

  .pdp-page .top-main .top-main-ptext b {
    font-size: 18px;
  }

  .pdp-page .top-main .top-main-ptext span {
    display: inline-block;
  }

  .pdp-page .top-main .top-main-ptext .desc {
    font-weight: 600;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) and (max-height: 1000px) {
  .pdp-page.pdp-evo200 .top-main .top-main-ptext {
    top: 12vw;
  }

  .pdp-page.pdp-evo200 .top-main .top-main-info,
  .pdp-page.pdp-evo200 .top-main .top-main-btn {
    top: 18vw;
  }

  .pdp-page.pdp-evo200 .top-main .top-main-control {
    top: 23vw;
  }

  .pdp-page.pdp-evo200 .top-main .top-main-control .box-control-nav {
    top: 20%;
  }
}

.pdp-page.pdp-evo200.pdp-evo200-lite .block-top-banner {
  margin-top: 83px;
}

.pdp-page.pdp-evo200.pdp-evo200-lite .block-top-banner .top-banner {
  position: relative;
}

.pdp-page.pdp-evo200.pdp-evo200-lite .block-top-banner .top-btn-banner {
  position: absolute;
  z-index: 3;
  display: flex;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  .pdp-page.pdp-evo200.pdp-evo200-lite .block-top-banner .top-btn-banner {
    left: 53.0729166667%;
    height: 5.3333333333%;
    top: 69.1111111111%;
    width: 30.9375%;
  }

  .pdp-page.pdp-evo200.pdp-evo200-lite .block-top-banner .top-btn-banner a {
    display: block;
    height: 100%;
    width: 47.9797979798%;
  }
}

@media only screen and (max-width: 767px) {
  .pdp-page.pdp-evo200.pdp-evo200-lite .block-top-banner .top-btn-banner {
    left: 4.2666666667%;
    height: 10.1479915433%;
    top: 38.689217759%;
    width: 91.4666666667%;
  }

  .pdp-page.pdp-evo200.pdp-evo200-lite .block-top-banner .top-btn-banner a {
    display: block;
    height: 100%;
    width: 48.1049562682%;
  }
}

@media only screen and (min-width: 1200px) {
  .pdp-page.pdp-evo200.pdp-evo200-lite .top-main .top-main-ptext {
    top: 14vw;
  }
}

@media print {
  .pdp-page.pdp-evo200.pdp-evo200-lite .top-main .top-main-ptext {
    top: 14vw;
  }
}

.pdp-page.pdp-evo200.pdp-evo200-lite .top-main .note-event {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.5;
  color: #DC3545;
}

@media only screen and (min-width: 1200px) and (max-height: 700px) {
  .pdp-page.pdp-evo200.pdp-evo200-lite .page-block.top-main {
    height: 111vh;
    min-height: 111vh;
  }

  .pdp-page.pdp-evo200.pdp-evo200-lite .page-block.top-main .top-main-ptext {
    top: 14vw;
  }

  .pdp-page.pdp-evo200.pdp-evo200-lite .page-block.top-main .top-main-info,
  .pdp-page.pdp-evo200.pdp-evo200-lite .page-block.top-main .top-main-btn {
    top: 22vw;
  }

  .pdp-page.pdp-evo200.pdp-evo200-lite .page-block.top-main .top-main-control {
    top: 27vw;
  }
}

.pdp-page.pdp-evo200.pdp-evo200-lite .banner-info {
  height: auto;
  min-height: auto;
}

.pdp-page.pdp-evo200.pdp-evo200-lite .banner-info .box-banner-info {
  align-items: center;
  height: auto;
}

.pdp-page.pdp-evo200.pdp-evo200-lite .banner-info .banner-info-center .banner-info-img {
  top: 0;
}

.sales-ilabel {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  max-width: 310px;
  margin-left: auto;
}

@media only screen and (max-width: 1199px) {
  .sales-ilabel {
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .sales-ilabel {
    flex-wrap: wrap;
  }
}

.sales-ilabel .bestSale-lfSale {
  width: 100%;
  background: #E54F3B;
  border-radius: 4px;
  height: 22px;
  padding: 5px 3px;
  color: #fff;
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .sales-ilabel .bestSale-lfSale {
    width: 51.5%;
  }
}

.sales-ilabel .bestSale-lfSale img {
  height: 12px;
  width: auto;
}

.sales-ilabel .bestSale-lfSale span {
  margin-left: 0.3em;
  font-weight: 400;
}

.sales-ilabel .bestSale-lfSale .fs {
  font-weight: 600;
}

@media (max-width: 767px) {
  .sales-ilabel .bestSale-lfSale .fs {
    display: none;
  }
}

.sales-ilabel .bestSale-endow {
  width: 100%;
  background: #EFAC00;
  border-radius: 4px;
  height: 22px;
  padding: 5px 3px;
  display: flex;
  justify-content: center;
  margin-top: 6px;
}

@media (min-width: 768px) {
  .sales-ilabel .bestSale-endow {
    width: 47%;
    margin-top: 0;
  }
}

@media only screen and (min-width: 1200px) {

  .pdp-page .top-main .top-main-info,
  .pdp-page .top-main .top-main-btn {
    top: 22vw;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 1000px) {

  .pdp-page .top-main .top-main-info,
  .pdp-page .top-main .top-main-btn {
    top: 21vw;
  }
}

@media print {

  .pdp-page .top-main .top-main-info,
  .pdp-page .top-main .top-main-btn {
    top: 22vw;
  }
}

.pdp-page .top-main .top-main-info .top-btn,
.pdp-page .top-main .top-main-btn .top-btn {
  max-width: 310px;
}

.pdp-page .top-main .top-main-info .top-btn a,
.pdp-page .top-main .top-main-btn .top-btn a {
  max-width: 310px;
}

.pdp-page .mySliderTop .top-main .top-main__price-text b {
  font-size: 18px;
}

.top-main .top-main__price-text .price-cost {
  text-decoration: line-through;
}

@media only screen and (min-width: 1200px) {
  .top-main .top-main__price-text .price-cost {
    font-size: 14px;
  }
}

@media print {
  .top-main .top-main__price-text .price-cost {
    font-size: 14px;
  }
}

#goi-cuoc-thue-pin {
  width: 100% !important;
  top: initial !important;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

@media screen and (max-width: 768px) {
  #goi-cuoc-thue-pin {
    background-color: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
  }
}

#goi-cuoc-thue-pin>div {
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 15px;
}

@media screen and (max-width: 768px) {
  #goi-cuoc-thue-pin>div {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

#goi-cuoc-thue-pin p {
  font-size: 12px;
  line-height: 21px !important;
  font-weight: 400 !important;
  margin-top: 0 !important;
  margin-bottom: 12px !important;
}

#goi-cuoc-thue-pin h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  text-align: left;
  color: #3C3C3C;
  margin-bottom: 30px;
}

#goi-cuoc-thue-pin h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #3C3C3C;
  margin-bottom: 8px;
}

#goi-cuoc-thue-pin ul {
  padding-left: 16px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 16px;
}

#goi-cuoc-thue-pin table {
  font-size: 14px;
  margin-bottom: 8px;
  text-align: left;
  width: 100%;
}

#goi-cuoc-thue-pin table tbody tr:nth-child(even) {
  background-color: #F8F9FA;
}

#goi-cuoc-thue-pin table thead {
  background-color: #D9E1E2;
}

#goi-cuoc-thue-pin table th,
#goi-cuoc-thue-pin table td {
  line-height: 37px;
  padding: 0 16px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #goi-cuoc-thue-pin table {
    width: 100%;
    border-collapse: collapse;
  }

  #goi-cuoc-thue-pin table tr {
    background-color: #F8F9FA !important;
  }

  #goi-cuoc-thue-pin table tr:nth-child(2n) {
    border-bottom: 8px solid #fff;
  }

  #goi-cuoc-thue-pin table th,
  #goi-cuoc-thue-pin table td {
    padding: 8px;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
  }

  #goi-cuoc-thue-pin table th:first-child,
  #goi-cuoc-thue-pin table td:first-child {
    font-weight: 700;
  }
}

#goi-cuoc-thue-pin .btn-close-modal {
  font-weight: 700;
  font-size: 16px;
  width: 294px;
  text-align: center;
  margin: 0 auto;
  line-height: 48px;
  border-radius: 3px;
  border: 1px solid #1464F4;
  color: #1464F4;
  transition: all ease 0.3s;
  background-color: #fff;
}

#goi-cuoc-thue-pin .btn-close-modal:hover {
  background-color: #1464F4;
  color: #fff;
}

#goi-cuoc-thue-pin .btn-close-modal:focus {
  outline: none;
}

@media screen and (max-width: 768px) {
  #goi-cuoc-thue-pin .btn-close-modal {
    margin-top: 30px;
  }
}

.section-preferential-program {
  padding-bottom: 64px;
  padding-top: 96px;
}

@media only screen and (max-width: 767px) {
  .section-preferential-program {
    padding-top: 64px;
  }
}

.section-preferential-program .box-banner-info {
  display: block;
}

.section-preferential-program .preferential-program-head h2 {
  font-size: 32px;
  font-weight: 900;
  line-height: 40.16px;
  text-align: center;
  color: #707070;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .section-preferential-program .preferential-program-head h2 {
    font-size: 18px;
    line-height: 22.59px;
  }
}

.section-preferential-program .preferential-program-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

@media only screen and (max-width: 767px) {
  .section-preferential-program .preferential-program-body {
    flex-direction: column;
    gap: 12px;
  }
}

.section-preferential-program .preferential-program-button {
  margin-top: 16px;
}

.section-preferential-program .preferential-program-button .btn {
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-preferential-program .preferential-tile {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 25%;
  box-shadow: 0 24px 54px 0 rgba(0, 0, 0, 0.1019607843);
  padding: 30px;
  border-radius: 16px;
  background: #FFFFFF;
}

.section-preferential-program .preferential-tile::after {
  content: attr(data-note);
  position: absolute;
  bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.section-preferential-program .preferential-tile-value {
  font-size: 42px;
  font-weight: 900;
  line-height: 1.15;
  text-align: left;
  color: #28A745;
}

.section-preferential-program .preferential-tile-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 25.1px;
  text-align: left;
  color: #1F2125;
}

.section-preferential-program .preferential-tile-note {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #DC3545;
}

.section-preferential-program .preferential-tile-group {
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .section-preferential-program .preferential-tile {
    width: 100%;
  }
}

.top-main-wrap .top-main-btn {
  text-align: right;
}

.top-main-wrap .top-main-btn .btn-pdp span {
  line-height: 28px;
}

#pdp-battery-swap-station {
  height: auto;
  background-image: url("../img/pdp-page/evo/bg-bss.webp");
  background-repeat: no-repeat;
  background-position: bottom;
}

#pdp-battery-swap-station .bss-wrap {
  padding: 84px 9.6vw 0;
}

#pdp-battery-swap-station .bss-wrap h2 {
  font-weight: 300;
  font-size: 24px;
  line-height: 125%;
  color: #3C3C3C;
}

#pdp-battery-swap-station .bss-wrap h2.bss-banner {
  font-weight: 900;
  font-size: 7vw;
  line-height: 125%;
  color: #D9E1E2;
  text-transform: uppercase;
}

#pdp-battery-swap-station .bss-wrap .bss-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

#pdp-battery-swap-station .bss-wrap .bss-flex>img {
  width: 50%;
}

#pdp-battery-swap-station .bss-wrap .bss-flex .bss-block {
  margin-bottom: 64px;
}

#pdp-battery-swap-station .bss-wrap .bss-flex .bss-block p {
  margin-bottom: 16px;
}

#pdp-battery-swap-station .bss-wrap .bss-flex .bss-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

#pdp-battery-swap-station .bss-wrap .bss-flex .bss-head h3 {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  #pdp-battery-swap-station .bss-wrap {
    padding: 32px 16px;
  }

  #pdp-battery-swap-station .bss-flex {
    flex-direction: column;
  }

  #pdp-battery-swap-station .bss-wrap h2 {
    font-size: 16px;
  }

  #pdp-battery-swap-station .bss-banner {
    font-size: 13.5vw;
  }

  #pdp-battery-swap-station .bss-wrap .bss-flex>img {
    width: 100%;
  }

  #pdp-battery-swap-station .bss-wrap .bss-flex .bss-block p {
    font-size: 14px;
  }

  .top-main .top-main-control {
    padding-top: 16px;
  }

  .top-main .top-main-btn {
    text-align: center;
  }
}

/* Viper Custom Styles */
.pdp-viper {
  padding-top: 78px;
}

.pdp-viper .top-main .down-brochure {
  max-width: 285px;
  margin-left: auto;
  display: block;
}

.pdp-viper .mySliderTop picture {
  display: none;
}

.pdp-viper .top-main .top-main-ptext,
.pdp-viper .top-main .top-main-ptext .ptext-bold {
  display: flex;
  flex-direction: column;
}

.pdp-viper .banner-connect .connect-htitle {
  font-weight: 300;
  font-size: 1.5vw;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}

.pdp-viper .parts-bike__container .parts-bike__list {
  padding-left: 16px;
}
@media only screen and (min-width: 1200px) {
  .pdp-viper .parts-bike__container .parts-bike__list {
    padding-left: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .pdp-viper .banner-connect .connect-htitle {
    font-size: 2vw;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .pdp-viper .top-main .top-main-htitle {
    font-size: 11vw;
  }
}

.pdp-viper .top-main .top-main-ptext {
  top: 17vw;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .pdp-viper .top-main .top-main-ptext {
    top: 12vw;
  }
}

@media only screen and (max-width: 768px) {
  .pdp-viper .top-main .top-main-ptext {
    top: 10vw;
  }
}

.pdp-viper .top-main .top-main-info,
.pdp-viper .top-main .top-main-btn {
  top: 21vw;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {

  .pdp-viper .top-main .top-main-info,
  .pdp-viper .top-main .top-main-btn {
    top: 17.5vw;
  }
}

@media only screen and (max-width: 768px) {

  .pdp-viper .top-main .top-main-info,
  .pdp-viper .top-main .top-main-btn {
    top: 8vw;
  }
}

@media only screen and (min-width: 768px) {
  .pdp-viper .top-main .top-main-img {
    width: 64.0625%;
    left: 12%;
  }
}

.pdp-viper .top-main .top-main-control {
  width: 264px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .pdp-viper .top-main .top-main-control {
    top: 22vw;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pdp-viper .top-main .top-main-wrap {
    padding-bottom: 20vw;
  }
  .pdp-viper .top-main .top-main-info, .pdp-viper .top-main .top-main-btn {
    top: 12vw;
  }
  .pdp-viper .top-main .top-main-ptext {
    top: 10vw
  }
}

@media only screen and (max-width: 767px) {
  .pdp-viper .top-main .top-main-wrap {
    padding-bottom: 30vw;
  }
}

@media only screen and (min-width: 1200px) {
  .pdp-viper .banner-info .banner-info-center {
    width: 52%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .pdp-viper .banner-info .banner-info-center {
    width: 45%;
  }

  .pdp-viper .banner-info .banner-info-center .banner-info-img {
    position: relative;
    top: 5.6vw;
  }
}

@media only screen and (min-width: 1200px) {

  .pdp-viper .banner-info .banner-info-left,
  .pdp-viper .banner-info .banner-info-right {
    width: 24%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {

  .pdp-viper .banner-info .banner-info-left,
  .pdp-viper .banner-info .banner-info-right {
    width: 27.5%;
  }
}

@media print {
  .pdp-viper .banner-info .banner-info-center {
    width: 52%;
  }

  .pdp-viper .banner-info .banner-info-left,
  .pdp-viper .banner-info .banner-info-right {
    width: 24%;
  }
}

.pdp-viper .banner-info-img {
  padding: 0 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pdp-viper .banner-info-img {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .pdp-viper .banner-info-img {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .pdp-viper .battery-technology__item {
    width: 46.5%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .pdp-viper .battery-technology__item {
    bottom: -3vw;
  }
}

@media only screen and (min-width: 1200px) {
  .pdp-viper .battery-technology__container:before {
    width: 48%;
  }
}

@media print {
  .pdp-viper .battery-technology__item {
    width: 50%;
  }

  .pdp-viper .battery-technology__container:before {
    width: 48%;
  }
}

.pdp-viper #pdp-breaking-technology .breaking-wrap .breaking-top__title .breaking-technology-name {
  margin-bottom: 2.125rem;
}

.pdp-viper #pdp-breaking-technology .breaking-wrap .breaking-top__title:before {
  right: 46%;
}

.pdp-viper #pdp-breaking-technology .breaking-wrap .breaking-top__title-vat {
  font-size: 0.75rem;
  line-height: 150%;
}

.pdp-viper .breaking-top__title-btn a {
  color: #fff;
}


.pdp-viper .connect-main {
  display: flex;
  flex-wrap: wrap;
}

.pdp-viper .connect-list {
  width: 100%;
  display: block;
}

.pdp-viper .banner-connect .top-btn {
  margin-top: 0;
}

.pdp-viper .banner-connect .down-brochure {
  display: block;
  max-width: 285px;
}

@media only screen and (min-width: 1200px) {
  .pdp-viper .battery-technology .battery-technology__container .title {
    left: 178px;
  }
}
@media only screen and (min-width: 1441px) {
  .pdp-viper .banner-connect .down-brochure {
    max-width: 200px;
  }
  .pdp-viper .battery-technology .battery-technology__container .title {
    left: 0;
  }
  .pdp-viper .battery-technology .battery-technology__container .highlight-er {
    color: white;
  }
}

.pdp-viper #pdp-breaking-technology .breaking-wrap .breaking-technology-bot .tab-content #tabInfoProduct .tab-pane-info ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pdp-viper #pdp-breaking-technology .breaking-wrap .breaking-top__title .btn-pdp {
  display: flex;
  width: max-content;
  max-width: max-content;
  align-items: center;
  padding: 10px 16px;
}
.pdp-viper #pdp-breaking-technology .breaking-wrap .breaking-top__title .btn-pdp span {
  text-align: left;
}
.pdp-viper #pdp-breaking-technology .breaking-wrap .breaking-top__title .btn-pdp .divider {
  width: 2px;
  height: 45px;
  background-color: white;
  border-radius: 5px;
  margin: 0 16px;
}

@media only screen and (max-width: 768px) {
  .pdp-viper #pdp-breaking-technology .breaking-wrap .breaking-top__title .btn-pdp {
    font-size: 10px;
    padding: 8px;
  }
  .pdp-viper #pdp-breaking-technology .breaking-wrap .breaking-top__title .btn-pdp .divider {
    margin: 0 6px;
  }
  .pdp-viper #pdp-breaking-technology .breaking-wrap .breaking-top__title .breaking-technology-name {
    margin-bottom: 1.125rem;
  }
}

.pdp-viper #pdp-breaking-technology .breaking-wrap .notice {
  margin-top: 82px;
  font-size: 12px;
  line-height: 150%;
}
@media only screen and (min-width: 1440px) {
  .pdp-viper .battery-technology .title {
    top: -82px;
    letter-spacing: 0.52em;
  }
}

@media only screen and (min-width: 1440px) {
  .pdp-viper #pdp-breaking-technology .breaking-wrap .breaking-top .breaking-slick__button-next,
  .pdp-viper #pdp-breaking-technology .breaking-wrap .breaking-top .breaking-slick__button-prev {
    right: -100px;
  }
}


/* Feliz II Custom Styles */
.pdp-feliz-ii .top-main .down-brochure {
  max-width: 285px;
  margin-left: auto;
  display: block;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .pdp-feliz-ii .top-main .top-main-htitle {
    font-size: 11vw;
  }
}

.pdp-feliz-ii .top-main .top-main-ptext {
  top: 17vw;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .pdp-feliz-ii .top-main .top-main-ptext {
    top: 12vw;
  }
}

@media only screen and (max-width: 768px) {
  .pdp-feliz-ii .top-main .top-main-ptext {
    top: 10vw;
  }
}

.pdp-feliz-ii .top-main .top-main-info,
.pdp-feliz-ii .top-main .top-main-btn {
  top: 21vw;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {

  .pdp-feliz-ii .top-main .top-main-info,
  .pdp-feliz-ii .top-main .top-main-btn {
    top: 17.5vw;
  }
}

@media only screen and (max-width: 768px) {

  .pdp-feliz-ii .top-main .top-main-info,
  .pdp-feliz-ii .top-main .top-main-btn {
    top: 8vw;
  }
}

@media only screen and (min-width: 768px) {
  .pdp-feliz-ii .top-main .top-main-img {
    width: 64.0625%;
    left: 12%;
  }
}

.pdp-feliz-ii .top-main .top-main-control {
  width: 264px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .pdp-feliz-ii .top-main .top-main-control {
    top: 22vw;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pdp-feliz-ii .top-main .top-main-wrap {
    padding-bottom: 20vw;
  }
}

@media only screen and (max-width: 767px) {
  .pdp-feliz-ii .top-main .top-main-wrap {
    padding-bottom: 30vw;
  }
}

@media only screen and (min-width: 1200px) {
  .pdp-feliz-ii .banner-info .banner-info-center {
    width: 52%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .pdp-feliz-ii .banner-info .banner-info-center {
    width: 45%;
  }

  .pdp-feliz-ii .banner-info .banner-info-center .banner-info-img {
    position: relative;
    top: 5.6vw;
  }
}

@media only screen and (min-width: 1200px) {

  .pdp-feliz-ii .banner-info .banner-info-left,
  .pdp-feliz-ii .banner-info .banner-info-right {
    width: 24%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {

  .pdp-feliz-ii .banner-info .banner-info-left,
  .pdp-feliz-ii .banner-info .banner-info-right {
    width: 27.5%;
  }
}

@media print {
  .pdp-feliz-ii .banner-info .banner-info-center {
    width: 52%;
  }

  .pdp-feliz-ii .banner-info .banner-info-left,
  .pdp-feliz-ii .banner-info .banner-info-right {
    width: 24%;
  }
}

.pdp-feliz-ii .banner-info-img {
  padding: 0 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pdp-feliz-ii .banner-info-img {
    padding: 0 30px;
  }
  .pdp-feliz-ii .top-main .top-main-info, .pdp-feliz-ii .top-main .top-main-btn {
    top: 12vw;
  }
  .pdp-feliz-ii .top-main .top-main-ptext {
    top: 10vw
  }
}

@media only screen and (max-width: 767px) {
  .pdp-feliz-ii .banner-info-img {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .pdp-feliz-ii .battery-technology__item {
    width: 48%;
    right: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .pdp-feliz-ii .battery-technology__item {
    bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .pdp-feliz-ii .battery-technology__container:before {
    width: 48%;
  }
}

@media print {
  .pdp-feliz-ii .battery-technology__item {
    width: 48%;
  }

  .pdp-feliz-ii .battery-technology__container:before {
    width: 48%;
  }
}

.pdp-feliz-ii #pdp-breaking-technology .breaking-wrap .breaking-top__title .breaking-technology-name {
  margin-bottom: 2.125rem;
}

.pdp-feliz-ii #pdp-breaking-technology .breaking-wrap .breaking-top__title-vat {
  font-size: 0.75rem;
  line-height: 150%;
}

.pdp-feliz-ii #pdp-breaking-technology .breaking-wrap .breaking-top__title:before {
  right: 46%;
}

.pdp-feliz-ii .breaking-top__title-btn a {
  color: #fff;
}

.pdp-feliz-ii .connect-main {
  display: flex;
  flex-wrap: wrap;
}

.pdp-feliz-ii .connect-list {
  width: 100%;
  display: block;
}

.pdp-feliz-ii .banner-connect .top-btn {
  margin-top: 0;
}

.pdp-feliz-ii .banner-connect .banner-connect-btn .btn-pdp {
  width: 285px;
  padding: 16px;
}

.pdp-feliz-ii .banner-connect .down-brochure {
  display: block;
  max-width: 285px;
}

.pdp-feliz-ii .battery-technology .title {
  top: -82px;
}



@media only screen and (min-width: 1441px) {
  .pdp-feliz-ii .banner-connect .down-brochure {
    max-width: 200px;
  }
  .pdp-feliz-ii #pdp-breaking-technology .breaking-wrap .breaking-top .breaking-slick__button-next,
  .pdp-feliz-ii #pdp-breaking-technology .breaking-wrap .breaking-top .breaking-slick__button-prev {
    right: -100px;
  }

  .pdp-feliz-ii .battery-technology .battery-technology__container .highlight-zii {
    color: white;
  }
}

.pdp-feliz-ii #pdp-breaking-technology .breaking-wrap .breaking-technology-bot .tab-content #tabInfoProduct .tab-pane-info ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pdp-feliz-ii #pdp-breaking-technology .breaking-wrap .breaking-top__title .btn-pdp {
  display: flex;
  width: max-content;
  max-width: max-content;
  align-items: center;
  padding: 10px 16px;
}
.pdp-feliz-ii #pdp-breaking-technology .breaking-wrap .breaking-top__title .btn-pdp span {
  text-align: left;
}
.pdp-feliz-ii #pdp-breaking-technology .breaking-wrap .breaking-top__title .btn-pdp .divider {
  width: 2px;
  height: 45px;
  background-color: white;
  border-radius: 5px;
  margin: 0 16px;
}

.pdp-feliz-ii #pdp-breaking-technology .breaking-wrap .notice {
  margin-top: 82px;
  font-size: 12px;
  line-height: 150%;
}

@media only screen and (min-width: 768px) {
  .pdp-feliz-ii {
    padding-top: 78px;
  }
}
.pdp-feliz-ii .parts-bike__container .parts-bike__list {
  padding-left: 16px;
}
@media only screen and (min-width: 1200px) {
  .pdp-feliz-ii .parts-bike__container .parts-bike__list {
    padding-left: 0;
  }
}

@media only screen and (max-width: 768px) {
   .pdp-feliz-ii #pdp-breaking-technology .breaking-wrap .breaking-top__title .btn-pdp {
    font-size: 10px;
    padding: 8px;
  }
   .pdp-feliz-ii #pdp-breaking-technology .breaking-wrap .breaking-top__title .btn-pdp .divider {
    margin: 0 6px;
  }
  .pdp-feliz-ii #pdp-breaking-technology .breaking-wrap .breaking-top__title .breaking-technology-name {
    margin-bottom: 1.125rem;
  }
}
/* Prevent horizontal scroll on mobile */
.pdp-evo-new {
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
}
.pdp-evo-new * {
  box-sizing: border-box;
}
.pdp-evo-new img {
  max-width: 100%;
  height: auto;
}

/* Top Main Section - Account for fixed header */
.pdp-evo-new #pdp-top-main {
  padding-top: 84px;
}
@media only screen and (max-width: 991px) {
  .pdp-evo-new #pdp-top-main {
    padding-top: 76px;
  }
}

/* Desktop styles (992px+) - all vw for uniform zoom */
@media only screen and (min-width: 992px) {
  /* Hero Image - fixed position and size when zoom */
  .pdp-evo-new .top-main .top-main-img {
    position: absolute !important;
    bottom: 2vw !important;
    width: 47vw !important;
    left: 26vw !important;
  }
  .pdp-evo-new .top-main .top-main-img img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  /* Button */
  .pdp-evo-new .top-main .top-main-btn {
    position: absolute;
    right: 9.74vw;
    top: 21.8vw;
    width: 14.84vw;
    padding: 0;
  }
  .pdp-evo-new .top-main .top-main-btn .btn-pdp {
    width: 100% !important;
    max-width: none !important;
    height: 2.5vw !important;
    font-size: 0.625vw !important;
    line-height: 1 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .pdp-evo-new .top-main .top-main-control {
    position: absolute;
    right: 9.74vw;
    top: 26.6vw;
    width: 14.84vw;
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1.56vw;
    padding-top: 0;
  }
  .pdp-evo-new .top-main .top-main-control .box-control-nav {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    display: flex;
    justify-content: flex-start;
    gap: 1.67vw !important;
    width: 6.67vw !important;
  }
  .pdp-evo-new .top-main .top-main-control .btn-arrow {
    width: 2.5vw !important;
    height: 2.5vw !important;
    background: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: background 0.3s ease;
    position: relative;
  }
  .pdp-evo-new .top-main .top-main-control .btn-arrow:hover {
    background: rgba(255, 255, 255, 0.5);
  }
  .pdp-evo-new .top-main .top-main-control .btn-arrow:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: border-color 0.3s ease;
  }
  .pdp-evo-new .top-main .top-main-control .btn-arrow.button-prev:before {
    border-width: 0.625vw 0.833vw 0.625vw 0 !important;
    border-color: transparent #1464F4 transparent transparent;
  }
  .pdp-evo-new .top-main .top-main-control .btn-arrow.button-next:before {
    border-width: 0.625vw 0 0.625vw 0.833vw !important;
    border-color: transparent transparent transparent #1464F4;
  }
  .pdp-evo-new .top-main .top-main-control .btn-arrow.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
  }
  .pdp-evo-new .top-main .top-main-control .btn-arrow.button-prev.disabled:before {
    border-color: transparent #7a99ac transparent transparent;
  }
  .pdp-evo-new .top-main .top-main-control .btn-arrow.button-next.disabled:before {
    border-color: transparent transparent transparent #7a99ac;
  }
  .pdp-evo-new .top-main .top-main-control .myThumbSlider {
    display: flex;
    gap: 1.2vw !important;
    width: auto;
  }
  .pdp-evo-new .top-main .top-main-control .myThumbSlider .item-myThumb {
    width: 2.5vw !important;
    height: 2.5vw !important;
  }
  .pdp-evo-new .top-main .top-main-control .myThumbSlider .item-myThumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 50%;
  }
}

/* Budget Section - EVO New Design (Pixel Perfect) */
.pdp-evo-new .budget-section {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.pdp-evo-new .budget-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.08vw;
  max-width: 47.92vw;
  margin: 0 auto;
  padding: 0 0.78vw;
}
.pdp-evo-new .budget-title {
  font-family: 'Mulish', sans-serif;
  font-size: 2.5vw;
  font-weight: 300;
  color: #3c3c3c;
  letter-spacing: -0.05vw;
  line-height: 1.25;
  margin: 0;
}
.pdp-evo-new .budget-cards {
  display: flex;
  gap: 2.08vw;
  justify-content: center;
  width: 100%;
}
.pdp-evo-new .budget-card {
  flex: 1;
  max-width: 22.76vw;
  display: flex;
  flex-direction: column;
  gap: 2.08vw;
  padding: 1.25vw;
  border: 2px solid transparent;
  border-radius: 0.42vw;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(to bottom, #1464f4, #c0e7ff) border-box;
}
.pdp-evo-new .budget-card__name {
  font-family: 'Mulish', sans-serif;
  font-size: 2.08vw;
  font-weight: 300;
  color: #1464f4;
  letter-spacing: -0.04vw;
  line-height: 1.25;
  margin: 0;
}
.pdp-evo-new .budget-card__prices {
  display: flex;
  flex-direction: column;
  gap: 0.42vw;
}
.pdp-evo-new .budget-card__price {
  font-family: 'Mulish', sans-serif;
  font-size: 1.04vw;
  font-weight: 600;
  color: #3c3c3c;
  line-height: 1.25;
  margin: 0;
}
.pdp-evo-new .budget-card__price strong {
  font-weight: 600;
}
.pdp-evo-new .budget-card__note {
  font-family: 'Mulish', sans-serif;
  font-size: 0.83vw;
  font-weight: 600;
  color: #3c3c3c;
  line-height: 1.5;
  margin: -0.42vw 0 0 0;
}
.pdp-evo-new .budget-cta {
  display: flex;
  justify-content: center;
}
.pdp-evo-new .budget-cta .btn-pdp {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 14.84vw !important;
  max-width: none !important;
  height: 2.5vw !important;
  padding: 0.83vw !important;
  font-family: 'Mulish', sans-serif;
  font-size: 0.625vw !important;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1 !important;
  text-transform: uppercase;
  border-radius: 3px;
  background: #1464f4;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .pdp-evo-new .budget-section {
    overflow: hidden;
  }
  .pdp-evo-new .budget-container {
    gap: 24px;
    padding: 0 16px;
    align-items: flex-start;
    max-width: 100%;
    overflow: hidden;
  }
  .pdp-evo-new .budget-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 35px;
    text-align: left;
    width: 100%;
  }
  .pdp-evo-new .budget-cards:not(.slick-initialized) {
    flex-direction: column;
    gap: 30px;
    width: 100%;
  }
  .pdp-evo-new .budget-cards.slick-initialized {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .pdp-evo-new .budget-card {
    width: 100%;
    max-width: 100%;
    padding: 24px;
    gap: 40px;
  }
  .pdp-evo-new .budget-card__name {
    font-size: 28px;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 0;
  }
  .pdp-evo-new .budget-card__price {
    font-size: 20px;
    line-height: 25px;
  }
  .pdp-evo-new .budget-slider-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .pdp-evo-new .budget-slider.slick-initialized .budget-card {
    width: 100% !important;
    max-width: 100%;
    display: flex !important;
    flex-direction: column;
  }
  .pdp-evo-new .budget-cta {
    width: 100%;
  }
  .pdp-evo-new .budget-cta .btn-pdp {
    width: 100% !important;
    max-width: 100% !important;
    height: 48px !important;
    padding: 16px !important;
    font-size: 12px !important;
    line-height: 1 !important;
  }
  .pdp-evo-new .budget-slider-nav {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 24px;
  }
  .pdp-evo-new .budget-slider__prev,
  .pdp-evo-new .budget-slider__next {
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    cursor: pointer;
    position: relative;
  }
  .pdp-evo-new .budget-slider__prev::before,
  .pdp-evo-new .budget-slider__next::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .pdp-evo-new .budget-slider__prev::before {
    border-width: 10px 14px 10px 0;
    border-color: transparent #1464f4 transparent transparent;
  }
  .pdp-evo-new .budget-slider__next::before {
    border-width: 10px 0 10px 14px;
    border-color: transparent transparent transparent #1464f4;
  }
  .pdp-evo-new .budget-slider__prev.disabled::before {
    border-color: transparent #ccc transparent transparent;
  }
  .pdp-evo-new .budget-slider__next.disabled::before {
    border-color: transparent transparent transparent #ccc;
  }
  .pdp-evo-new .budget-slider__prev.disabled,
  .pdp-evo-new .budget-slider__next.disabled {
    cursor: default;
    pointer-events: none;
  }
}

/* Duo Choice Section - EVO New Design */
.pdp-evo-new.pdp-page #pdp-breaking-technology {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pdp-evo-new #pdp-breaking-technology .breaking-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.33vw;
  width: 100%;
}
.pdp-evo-new .duo-choice__banner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0;
  max-width: 96.875vw;
  width: 100%;
  margin: 0 auto;
  background: #fff;
}
.pdp-evo-new .duo-choice__banner picture {
  display: block;
  width: 100%;
}
.pdp-evo-new .duo-choice__banner img {
  max-width: 100%;
  height: auto;
  display: block;
}
.pdp-evo-new .duo-choice__title {
  position: absolute;
  top: 4%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.417vw;
  z-index: 10;
}
.pdp-evo-new .duo-choice__title h2 {
  font-family: 'Mulish', sans-serif;
  font-size: 2.5vw;
  font-weight: 300;
  line-height: 3.125vw;
  letter-spacing: -0.05vw;
  margin: 0;
  white-space: nowrap;
}
.pdp-evo-new .duo-choice__title-line1 {
  color: #000;
}
.pdp-evo-new .duo-choice__title-line2 {
  color: #84A3B6;
}
.pdp-evo-new .duo-choice__bikes-img {
  display: block;
  width: 100%;
}
.pdp-evo-new .duo-choice__taglines {
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.8vw;
  z-index: 10;
}
.pdp-evo-new .duo-choice__taglines span {
  font-family: 'Mulish', sans-serif;
  font-size: 1.04vw;
  font-weight: 300;
  color: #000;
  white-space: nowrap;
}
.pdp-evo-new .duo-choice__taglines .divider {
  width: 1px;
  height: 1.72vw;
  background: #84a3b6;
}
.pdp-evo-new .breaking-technology-bot {
  margin-top: 0 !important;
  width: 100%;
}
.pdp-evo-new .breaking-technology-bot .nav-item:first-child {
  margin-right: 3.33vw !important;
}
.pdp-evo-new .breaking-technology-bot .nav-link {
  font-size: 0.9375vw !important;
  padding: 0.26vw 0 !important;
}
.pdp-evo-new .breaking-technology-bot .tab-pane-info {
  gap: 5.68vw;
  padding: 0 8.33vw;
}
.pdp-evo-new .breaking-technology-bot .tab-pane-info ul {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.56vw;
  margin-top: 0;
}
.pdp-evo-new .breaking-technology-bot .tab-pane-info ul li {
  margin-top: 0;
  gap: 0.208vw;
  font-size: 0.729vw !important;
  white-space: nowrap;
}
.pdp-evo-new .breaking-technology-bot .tab-pane-info ul li .fw-light {
  margin-right: 1.56vw !important;
  font-size: 0.729vw !important;
}
.pdp-evo-new .breaking-technology-bot .tab-pane-info ul li > span:last-child {
  font-size: 0.729vw !important;
}
/* Battery Tech - Desktop watermark text */
.pdp-evo-new .battery-technology .title {
  text-align: left;
  padding-left: 8%;
  letter-spacing: 0.2em;
}
/* Battery Tech - Desktop vw overrides for zoom consistency */
@media only screen and (min-width: 992px) {
  .pdp-evo-new .battery-technology__block ul {
    font-size: 0.729vw !important;
    line-height: 1.25 !important;
  }
  .pdp-evo-new .battery-technology__block ul li {
    margin-bottom: 0.208vw !important;
    white-space: nowrap !important;
  }
  .pdp-evo-new .battery-technology__block h3,
  .pdp-evo-new .battery-technology__block .battery-technology-iname {
    font-size: 1.04vw !important;
    margin-bottom: 0.833vw !important;
    white-space: nowrap !important;
  }
  .pdp-evo-new .battery-technology__content .btn-pdp {
    width: 14.84vw !important;
    max-width: 14.84vw !important;
    height: 2.5vw !important;
    padding: 0 0.83vw !important;
    font-size: 0.625vw !important;
    line-height: 2.5vw !important;
    text-align: center !important;
  }
  .pdp-evo-new .battery-technology__content .btn-pdp span {
    line-height: 2.5vw !important;
  }
}
.pdp-evo-new .specs-title {
  font-family: 'Mulish', sans-serif;
  font-size: 0.9375vw;
  font-weight: 600;
  color: #3c3c3c;
  text-decoration: underline;
  text-underline-offset: 2px;
  line-height: 1.5;
  margin: 0 0 3.33vw 0;
  padding: 0 8.33vw;
  white-space: nowrap;
}
.pdp-evo-new .specs-table {
  overflow-x: auto;
  padding: 0 8.33vw;
}
.pdp-evo-new .specs-table table {
  width: 100%;
  border-collapse: collapse;
}
.pdp-evo-new .specs-table td {
  padding: 0 0 1.56vw 0;
  font-family: 'Mulish', sans-serif;
  font-size: 0.729vw;
  font-weight: 400;
  color: #3c3c3c;
  line-height: 1.5;
  vertical-align: top;
  border-bottom: 1px solid #f0f3f3;
  white-space: nowrap;
}
.pdp-evo-new .specs-table tr td {
  padding-top: 0.208vw;
}
.pdp-evo-new .specs-table .spec-label {
  font-weight: 600;
  color: #3c3c3c;
  white-space: nowrap;
  padding-right: 1.56vw;
}
.pdp-evo-new .specs-table .spec-value {
  font-weight: 400;
  text-align: right;
}
.pdp-evo-new .specs-footnote {
  padding: 0 8.33vw;
  text-align: left;
  font-family: 'Mulish', sans-serif;
  font-size: 0.729vw;
  font-weight: 400;
  color: #3c3c3c;
  line-height: 1.09vw;
  margin: 0;
  white-space: nowrap;
}
@media only screen and (max-width: 991px) {
  /* Duo Choice - Mobile: static positioning, reorder elements */
  .pdp-evo-new .duo-choice__banner {
    padding: 0 16px !important;
    max-width: 100% !important;
    width: 100%;
    box-sizing: border-box;
    gap: 0 !important;
  }
  .pdp-evo-new .duo-choice__banner img {
    max-width: 100%;
    height: auto;
  }
  .pdp-evo-new .duo-choice__title {
    position: static !important;
    transform: none !important;
    left: auto !important;
    top: auto !important;
    order: 1;
    gap: 2px !important;
    margin-bottom: 40px;
  }
  .pdp-evo-new .duo-choice__title h2 {
    font-size: 28px !important;
    line-height: 35px !important;
    letter-spacing: -0.56px !important;
    white-space: normal !important;
  }
  .pdp-evo-new .duo-choice__banner picture {
    order: 2;
  }
  .pdp-evo-new .duo-choice__taglines {
    position: static !important;
    transform: none !important;
    left: auto !important;
    bottom: auto !important;
    order: 3;
    flex-direction: column;
    gap: 16px !important;
    margin-top: 12px;
  }
  .pdp-evo-new .duo-choice__taglines span {
    font-size: 14px !important;
  }
  .pdp-evo-new .duo-choice__taglines .divider {
    display: none !important;
  }
  .pdp-evo-new .specs-table table {
    display: block;
  }
  .pdp-evo-new .specs-table td {
    display: block;
    width: 100%;
  }
  .pdp-evo-new #pdp-breaking-technology .breaking-wrap {
    gap: 30px !important;
  }
  .pdp-evo-new .breaking-technology-bot .nav-item:first-child {
    margin-right: 48px !important;
  }
  .pdp-evo-new .breaking-technology-bot .nav-link {
    font-size: 14px !important;
    padding: 8px 0 !important;
  }
  .pdp-evo-new .breaking-technology-bot .tab-pane-info {
    gap: 30px !important;
    padding: 0 16px !important;
    flex-direction: column;
  }
  .pdp-evo-new .breaking-technology-bot .tab-pane-info ul {
    gap: 16px !important;
  }
  .pdp-evo-new .breaking-technology-bot .tab-pane-info ul li {
    white-space: normal !important;
    font-size: 14px !important;
  }
  .pdp-evo-new .breaking-technology-bot .tab-pane-info ul li .fw-light {
    margin-right: 16px !important;
    font-size: 14px !important;
  }
  .pdp-evo-new .breaking-technology-bot .tab-pane-info ul li > span:last-child {
    font-size: 14px !important;
  }
  .pdp-evo-new .specs-title {
    padding: 0 16px !important;
    margin: 0 0 30px 0 !important;
    font-size: 16px !important;
    white-space: normal !important;
  }
  .pdp-evo-new .specs-table {
    padding: 0 16px !important;
  }
  .pdp-evo-new .specs-table td {
    padding: 0 0 16px 0 !important;
    font-size: 14px !important;
    white-space: normal !important;
  }
  .pdp-evo-new .specs-table tr td {
    padding-top: 4px !important;
  }
  .pdp-evo-new .specs-table .spec-label {
    white-space: normal !important;
    padding-right: 16px !important;
  }
  .pdp-evo-new .specs-footnote {
    padding: 0 16px !important;
    font-size: 14px !important;
    line-height: 21px !important;
    white-space: normal !important;
  }
  /* Banner Info mobile */
  .pdp-evo-new .connect-hsub {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
  }
  .pdp-evo-new .connect-htitle {
    font-size: 28px;
    font-weight: 300;
    line-height: 33.6px;
  }
  /* Battery Tech mobile */
  .pdp-evo-new .battery-technology__item {
    position: relative;
  }
  .pdp-evo-new .battery-technology__item::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 52.5%;
    height: 100%;
    background-color: #f7f9f9;
    z-index: 0;
  }
  .pdp-evo-new .battery-technology__item img {
    position: relative;
    z-index: 1;
  }
  .pdp-evo-new .battery-technology__item .title {
    position: relative;
    z-index: 1;
    font-size: 62px;
    letter-spacing: 9.3px;
    text-align: left;
    padding-left: 16px;
    line-height: 1;
  }
  .pdp-evo-new .battery-technology-title {
    font-size: 28px;
    font-weight: 300;
    line-height: 33.6px;
  }
  .pdp-evo-new .battery-technology-iname,
  .pdp-evo-new .battery-technology__block h3 {
    font-size: 16px !important;
    font-weight: 600;
    margin-bottom: 16px !important;
  }
  .pdp-evo-new .battery-technology__block ul {
    font-size: 14px !important;
  }
  .pdp-evo-new .battery-technology__block ul li {
    font-size: 14px !important;
    margin-bottom: 4px !important;
  }
  .pdp-evo-new .battery-technology__content .btn-pdp {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 48px !important;
    padding: 16px !important;
    font-size: 12px !important;
    line-height: 1 !important;
  }
  .pdp-evo-new .battery-technology__content .btn-pdp span {
    line-height: 1 !important;
  }
  /* Fix horizontal scroll - fw-light has white-space: nowrap in base CSS */
  .pdp-evo-new .tab-pane-info ul li .fw-light {
    white-space: normal;
  }
  /* Comprehensive mobile overflow fix */
  .pdp-evo-new,
  .pdp-evo-new .page-block,
  .pdp-evo-new .box-block,
  .pdp-evo-new .breaking-wrap,
  .pdp-evo-new .bss-wrap {
    overflow-x: hidden;
    max-width: 100%;
  }
  /* BSS section mobile */
  .pdp-evo-new .bss-wrap h2.bss-banner {
    font-size: 56px;
    color: #84a3b6;
    line-height: normal;
  }
  /* Hero section mobile - use flex layout with gaps */
  .pdp-evo-new .top-main-wrap {
    display: flex !important;
    flex-direction: column !important;
  }
  .pdp-evo-new .top-main-htitle {
    font-size: 75px;
    color: #84a3b6;
    letter-spacing: 0;
    line-height: 90px;
  }
  .pdp-evo-new .top-main-head {
    margin-bottom: 0 !important;
  }
  .pdp-evo-new .top-main-ptext {
    font-size: clamp(14px, calc(1.5vw + 8px), 24px);
    font-weight: 600;
    line-height: 1.25;
    margin-top: 0 !important;
    margin-bottom: 30px !important;
    top: auto !important;
    position: relative !important;
  }
  .pdp-evo-new .top-main .top-main-info {
    padding: 0 16px;
    margin-top: 0 !important;
    margin-bottom: 48px !important;
    top: auto !important;
    position: relative !important;
  }
  .pdp-evo-new .top-main .top-main-btn {
    padding: 0 16px;
    margin-top: 0 !important;
    margin-bottom: 48px !important;
    top: auto !important;
    position: relative !important;
  }
  .pdp-evo-new .top-main .top-main-btn .btn-pdp {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 48px !important;
    font-size: 11px !important;
    font-weight: 700;
    padding: 16px !important;
    letter-spacing: 1.6px;
    line-height: 1 !important;
    border-radius: 3px;
  }
  .pdp-evo-new .top-main .top-main-control {
    margin-top: 0 !important;
    margin-bottom: 30px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .pdp-evo-new .top-main .top-main-control .myThumbSlider {
    display: flex !important;
    flex-wrap: nowrap !important;
    padding: 0 80px !important;
    justify-content: space-between !important;
    width: 100% !important;
  }
  .pdp-evo-new .top-main .top-main-control .myThumbSlider .slick-list {
    display: flex !important;
    width: 100% !important;
    overflow: visible !important;
  }
  .pdp-evo-new .top-main .top-main-control .myThumbSlider .slick-track {
    display: flex !important;
    justify-content: space-between !important;
    width: 100% !important;
    transform: none !important;
  }
  .pdp-evo-new .top-main .top-main-control .myThumbSlider .slick-slide {
    width: 40px !important;
    float: none !important;
    display: block !important;
  }
  /* Fix color dots size on mobile - must be square 40x40 */
  .pdp-evo-new .top-main .top-main-control .myThumbSlider .item-myThumb {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px;
    flex-shrink: 0;
  }
  .pdp-evo-new .top-main .top-main-control .myThumbSlider .item-myThumb img {
    width: 40px !important;
    height: 40px !important;
    object-fit: cover;
    border-radius: 50%;
  }
  .pdp-evo-new .top-main .top-main-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
  }
  .pdp-evo-new .top-main .top-main-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    flex: 1 0 0;
    min-width: 0;
  }
  .pdp-evo-new .top-main .top-main-item .no {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    color: #3c3c3c;
    white-space: nowrap;
  }
  .pdp-evo-new .top-main .top-main-item .text {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    color: #3c3c3c;
    text-align: center;
  }
}
