:root {
  --white: #fff;
  --primary-color: #515151;
  --sub-color: #707070;
  --link-color: #0f56cd;
}

main {
  overflow-x: hidden;
  max-width: 1920px;
  margin: 0 auto;
}

/* common style */
.btn {
  --btn-text-color: #737373;
  --btn-bg-color: rgba(192, 192, 192, 0.08);
  --btn-shadow-color: rgba(0, 0, 0, 0.08);
  border-radius: 1.75rem;
  padding: 16px 32px;
  background: var(--btn-bg-color);
  color: var(--btn-text-color);
  box-shadow: 0px 4px 4px 0px var(--btn-shadow-color);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.btn:focus {
  outline: none;
  box-shadow: 0px 4px 4px 0px var(--btn-shadow-color);
}

.btn:hover {
  --btn-text-color: #737373;
  color: var(--btn-text-color);
  opacity: 0.9;
}

.btn.btn-lg {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.btn.btn-ghost {
  --btn-text-color: var(--white);
  --btn-bg-color: transparent;
  --btn-shadow-color: none;
  border: 2px solid var(--white);
}

.btn.btn-ghost:hover {
  --btn-text-color: var(--white);
}

.btn.btn-ghost:focus {
  box-shadow: var(--btn-shadow-color);
}

.btn.btn-no-style {
  box-shadow: none;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent;
}

.btn.btn-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn.btn-play {
  --btn-bg-color: rgba(244, 244, 244, 0.9);
  padding: 18px 34.5px;
}

input {
  --input-border-color: #eaeaea;
  --input-placeholder-color: #949494;
  border: 2px solid var(--input-border-color);
}

input::placeholder {
  color: var(--input-placeholder-color);
}

input:focus-visible {
  outline: none;
}

section:not(section.warranty__banner, section.warranty__catalogues) a[href]:not(a.btn.btn.btn-ghost) {
  color: var(--link-color);
}

.dialog {
  position: fixed;
  margin: 0;
  border: none;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 2147483645;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

.dialog.active {
  display: flex;
}

.js-dialog-inner {
  position: relative;
}

.dialog-close {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  position: absolute;
  z-index: 10;
  top: -70px;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dialog-close::before {
  position: absolute;
  top: 25px;
  right: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: var(--white);
}

.dialog-close::after {
  position: absolute;
  top: 0;
  left: 25px;
  width: 2px;
  height: 100%;
  content: "";
  background: var(--white);
}

.dialog-close:hover {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.container.container-lg {
  max-width: 72.22222vw;
}

.section-title {
  font-weight: 500;
  font-size: 3.5rem;
  line-height: 4.266rem;
  text-align: center;
  color: var(--primary-color);
  text-transform: capitalize;
}

/* .warranty__banner .warranty__banner--content .warranty--title br,
.warranty__catalogues .warranty__catalogues--card .card__item--text br,
.warranty__instruction
  .warranty__instruction--inner
  .warranty__instruction--text
  br {
  display: none;
} */

/* warranty banner */
.warranty__banner {
  position: relative;
  width: 100%;
  margin-top: 3.25rem;
  --overlay-gradient: #fff;
  --overlay-gradient-blur: hsla(0, 0%, 90%, 0.3);
  /* display: flex;
  justify-content: center;
  align-items: center; */
}

.warranty__banner:has(.warranty__banner--content .warranty--title:empty) .warranty__banner--background .warranty__banner--overlay {
  display: none;
}

.warranty__banner .warranty__banner--background {
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
}

.warranty__banner .warranty__banner--background .warranty__banner--img {
  width: 100%;
}

.warranty__banner .warranty__banner--background .warranty__banner--img img {
  width: 100%;
  object-fit: contain;
}

.warranty__banner
  .warranty__banner--background
  .warranty__banner--img
  img.banner__img--mobile {
  display: none;
}

.warranty__banner .warranty__banner--background .warranty__banner--overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}

.warranty__banner .warranty__banner--content {
  /* top: 114.41px; */
  position: relative;
}

.warranty__banner .warranty__banner--content.container {
  max-width: 1520px;
}

.warranty__banner .warranty--title {
  font-weight: 500;
  font-size: 3.5rem;
  line-height: 8.025rem;
  margin-bottom: 0.938rem;
  color: var(--white);
  letter-spacing: -0.2px;
  text-align: center;
}

.warranty__banner .warranty--links a {
  text-decoration: underline;
}

.warranty__banner .warranty--hotline {
  width: fit-content;
  margin: 0 auto;
  color: var(--white);
}

.warranty__banner--content:has(.warranty--title:empty) {
  display: none;
}

/* warranty search */
.warranty__search {
  padding: 88px 0px;
}

.warranty__search .warranty__search--inner {
  max-width: 1112px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 0 auto;
}

.warranty__search .search--searchbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 400;
}

.warranty__search .search--searchbar .searchbar--input {
  width: 100%;
  border-radius: 3.167rem;
  padding: 16px 24px;
  box-shadow: 0px 6px 11.1px 0px rgba(0, 0, 0, 0.15);
}

.warranty__search .search--searchbar .searchbar--btn {
  position: absolute;
  font-size: inherit;
  z-index: 1;
  right: 0px;
  top: calc(50% - 32px);
  height: 64px;
}

.warranty__search .search--searchbar .searchbar--btn img {
  height: 100%;
}

.warranty__search .search--suggestion {
  display: flex;
  padding: 4px 0px;
  gap: 20px;
  justify-content: space-between;
  width: 100%;
}

.warranty__search .search--suggestion .btn{
  font-size: 0.875rem;
}

/* warranty process */
.warranty__process {
  padding: 40px 0px;
}

.warranty__process .warranty__process--inner {
  width: 100%;
  margin: 0 auto;
  margin-top: 80px;
  display: grid;
  gap: 33.9px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.warranty__process .warranty__process--item {
  --process-item-bg: rgba(194, 194, 194, 0.16);
  --process-item-shadow: rgba(0, 0, 0, 0.08);
  border-radius: 3.532rem;
  box-shadow: 0px 4px 4px 0px var(--process-item-shadow);
  background: var(--process-item-bg);
  padding: 22.6px;
  text-align: justify;
  display: grid;
  grid-template-columns: subgrid;
  align-content: start;
}

.warranty__process .warranty__process--item .process__item--step {
  height: auto;
  padding: 0px 6px 10px;
}

.warranty__process .warranty__process--item .process__step--icon {
  font-size: 6.25rem;
  color: #767676;
  text-align: center;
}

.warranty__process .warranty__process--item .process__step--title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.83rem;
  color: var(--primary-color);
  margin-top: 34px;
}

.warranty__process .warranty__process--item .process__item--description {
  font-weight: 500;
  font-size: 1.2708rem;
  line-height: 1.291rem;
  color: var(--sub-color);
  margin-top: 34px;
}

.warranty__process .warranty__process--item .process__item--note {
  font-weight: 500;
  font-size: 1.059rem;
  line-height: 1.291rem;
  color: var(--sub-color);
  margin-top: 34px;
}

/* warranty cards */
.warranty__catalogues {
  margin: 88px 0px;
}

.warranty__catalogues .warranty__catalogues--inner {
  display: flex;
  gap: 34px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.warranty__catalogues .warranty__catalogues--card {
  width: 399px;
  height: 531.58px;
  border-radius: 2.5rem;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  height: 320.5px;
  /* height: 387px; */
  flex-basis: 47.5%;
}

.warranty__catalogues .warranty__catalogues--card .card__item--background {
  position: absolute;
  z-index: -1;
  top: 0;
  height: 100%;
  width: 100%;
}

.warranty__catalogues .warranty__catalogues--card .card__item--background img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  /* filter: brightness(65%); */
}

.warranty__catalogues .warranty__catalogues--card .card__item--text {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #ffffff;
}

/* warranty banner - body */
.warranty__banner--body {
  width: 100%;
  height: auto;
}

.warranty__banner--body img {
  width: 100%;
  height: auto;
}

/* warranty policy */
.warranty__policy {
  --policy-bg: rgba(0, 0, 0, 0.03);
  padding: 40px 0px;
}

.warranty__policy .warranty__policy--inner {
  position: relative;
  margin-top: 40px;
  background: var(--policy-bg);
  color: var(--primary-color);
  padding: 80px;
  padding-bottom: 20px;
  font-size: 1.25rem;
  line-height: 2rem;
  letter-spacing: 0.01em;

  &.expanded {
    padding-bottom: 80px;
  }
}

.warranty__policy .warranty__policy--inner .warranty__policy--script {
  max-height: 620px;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  position: relative;

  &::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, #f7f7f7 0%, transparent 100%);
    width: 100%;
    height: 200px;
    pointer-events: none;
  }
}

.warranty__policy .warranty__policy--inner.expanded .warranty__policy--script {
  max-height: 20000px;
  transition: max-height 1s ease-in-out;
}

.warranty__policy
  .warranty__policy--inner.expanded
  .warranty__policy--script::after {
  content: none;
  display: none;
}

.warranty__policy .warranty__policy--inner .warranty__policy--expand {
  position: absolute;
  height: 80px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 100%;
  left: 0;
  cursor: pointer;
}

.warranty__policy .warranty__policy--inner .warranty__policy--expand img {
  transition: transform 0.3s ease-in-out;
}

.warranty__policy
  .warranty__policy--inner.expanded
  .warranty__policy--expand
  img {
  transform: scale(1, -1);
}

.warranty__policy .warranty__policy--inner .warranty__policy--script * {
  line-height: 2rem;
  letter-spacing: 0em;
}


.warranty__policy .warranty__policy--inner .warranty__policy--script h3 {
  font-weight: 700;
}

.warranty__policy .warranty__policy--inner .warranty__policy--script h4 {
  font-weight: 600;
}

.warranty__policy .warranty__policy--inner .warranty__policy--script h5 {
  font-weight: 500;
}

/* .warranty__policy .warranty__policy--inner ol li *:not(h2, h3, h4, h5, h6) {
  text-indent: 22px;
  line-height: 2rem;
  margin-bottom: 12px;
}

.warranty__policy .warranty__policy--inner ol li *:is(h3) {
  text-transform: uppercase;
}

.warranty__policy .warranty__policy--inner ol li *:is(h2, h3, h4, h5, h6) {
  margin-bottom: 12px;
  line-height: 2rem;
  font-weight: 700;
}

.warranty__policy .warranty__policy--inner ol li ul li:first-child {
  margin-top: 12px;
}

.warranty__policy .warranty__policy--inner ol li *:is(h5):only-child {
  text-indent: 42px;
}

.warranty__policy .warranty__policy--inner ol li *:is(h4) ~ *,
.warranty__policy .warranty__policy--inner ol li *:is(h4) ~ :is(ul, ol) li {
  text-indent: 42px;
}

.warranty__policy .warranty__policy--inner ol li *:is(h5) ~ *,
.warranty__policy .warranty__policy--inner ol li *:is(h5) ~ :is(ul, ol) li {
  text-indent: 42px;
}

.warranty__policy .warranty__policy--inner ol li *:is(h6) ~ *,
.warranty__policy .warranty__policy--inner ol li *:is(h6) ~ :is(ul, ol) li {
  text-indent: 62px;
} */

/* warranty faq */
.warranty__faq {
  margin-top: 88px;
}

.warranty__faq .warranty__faq--inner {
  margin-top: 40px;
}

.warranty__faq .warranty__faq--item {
  display: flex;
  gap: 32px;
  padding: 32px 0px;
  margin-bottom: 40px;
}

.warranty__faq .warranty__faq--item:last-child {
  margin-bottom: 0px;
}

.warranty__faq .warranty__faq--inner .faq__item--topic {
  font-weight: 900;
  font-size: 2rem;
  line-height: 2.667rem;
  padding-top: 32px;
  border-top: 6px solid var(--primary-color);
  width: 24rem;
  flex-shrink: 0;
}

.warranty__faq .warranty__faq--inner .faq__item--questions {
  border-top: 3px solid #51515180;
}

.warranty__faq .warranty__faq--inner .faq__item--questions .faq__question {
  font-size: 1.25rem;
  line-height: 1.524rem;
  color: var(--primary-color);
  padding: 10.67px 0px;
  border-bottom: 1px solid #51515180;
}

.warranty__faq
  .warranty__faq--inner
  .faq__item--questions
  .faq__question
  .faq__question--inner {
  width: 95.2%;
}

.warranty__faq
  .warranty__faq--inner
  .faq__item--questions
  .faq__question
  .faq__question--title {
  font-weight: 700;
  margin-bottom: 4px;
  padding: 8px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-height: 50px;
  cursor: pointer;
}

.warranty__faq
  .warranty__faq--inner
  .faq__item--questions
  .faq__question
  .faq__question--title
  img {
  transition: transform 0.2s ease-in-out;
}

.warranty__faq
  .warranty__faq--inner
  .faq__item--questions
  .faq__question
  .faq__question--title.active
  img {
  transform: scale(1, -1);
}

.warranty__faq
  .warranty__faq--inner
  .faq__item--questions
  .faq__question
  .faq__question--answer {
  font-weight: 500;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  line-height: 2rem;
}

.warranty__faq
  .warranty__faq--inner
  .faq__item--questions
  .faq__question
  .faq__question--answer.active {
  max-height: 1000px;
  transition: max-height 1s ease-in-out;
}

.warranty__faq .warranty__faq--inner .faq__item--topic img {
  display: none;
}

/* warranty instruction */
.warranty__instruction {
  width: 100%;
  height: 25.938rem;
  position: relative;
  margin: 88px 0px;
}


.warranty__instruction .warranty__instruction--background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.warranty__instruction .warranty__instruction--background img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(75%);
}

.warranty__instruction .warranty__instruction--inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.warranty__instruction
  .warranty__instruction--inner
  .warranty__instruction--text {
  color: var(--white);
  font-size: 4rem;
  font-weight: 600;
  line-height: 13.849rem;
  letter-spacing: 0.01em;
  text-align: center;
  text-transform: uppercase;
}

.warranty__instruction
  .warranty__instruction--inner
  .warranty__instruction--cta {
  position: absolute;
  bottom: 14px;
}

@media only screen and (max-width: 1680px) and (min-width: 576px) {
  dialog#player iframe {
    width: 768px;
    height: 432px;
  }

  .btn.btn-play {
    padding: 12px 34px;
  }

  /* .warranty__banner {
    height: 46.875rem;
  } */

  .warranty__banner .warranty__banner--content.container {
    max-width: 1086px;
  }

  .warranty__banner .warranty__banner--content {
    /* top: 85.8075px; */
  }

  .warranty__banner .warranty__banner--background .warranty__banner--img img {
    object-fit: contain;
  }

  .warranty__banner .warranty--title {
    font-size: 2.625rem;
    line-height: 6.01875rem;
    margin-bottom: 0.7035rem;
  }

  .btn.btn-lg {
    font-size: 1.125rem;
    line-height: 1.125rem;
  }

  .warranty__search .search--searchbar .searchbar--input {
    font-size: 1.125rem;
    line-height: 1.73475rem;
  }

  .section-title {
    font-size: 2.125rem;
    line-height: 3.188rem;
  }

  .container.container-lg {
    max-width: 1150px ;
  }

  .warranty__process .warranty__process--item .process__step--title {
    font-size: 1.125rem;
    line-height: 1.3725rem;
    letter-spacing: 0.01em;
  }

  .warranty__process .warranty__process--item .process__item--description,
  .warranty__process .warranty__process--item .process__item--note {
    font-size: 0.938rem;
    line-height: 1.6;
  }

  .warranty__process .warranty__process--item .process__item--description{
    font-size: 1.063rem;
    letter-spacing: -0.022em;
  }

  .warranty__process .warranty__process--item .process__step--icon {
    max-height: 93.75px;
  }

  /* .warranty__catalogues .warranty__catalogues--inner {
    justify-content: center;
  } */

  .warranty__catalogues .warranty__catalogues--card {
    width: 299.25px;
    height: 232.5px;
    flex-basis: 47.5%;
    transition: all 0.1s ease-in-out;
    /* width: 284.25px;
    height: 263.25px;
    flex-basis: 42.9%; */
  }

  .warranty__catalogues .warranty__catalogues--card .card__item--text {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .warranty__policy .warranty__policy--inner {
    font-size: 0.9375rem;
    line-height: 1.5rem;
  }

  .warranty__faq .warranty__faq--inner .faq__item--topic {
    font-size: 1.25rem;
    line-height: 2.00025rem;
    width: 18rem;
    border-width: 4.5px;
  }

  .warranty__faq .warranty__faq--inner .faq__item--questions,
  .warranty__faq .warranty__faq--inner .faq__item--questions .faq__question {
    border-width: 1px;
  }

  .warranty__faq .warranty__faq--inner .faq__item--questions .faq__question {
    font-size: 0.9375rem;
    line-height: 1.143rem;
  }

  .warranty__instruction
    .warranty__instruction--inner
    .warranty__instruction--text {
    font-size: 2.125rem;
    line-height: 3.188rem;
  }

  .btn {
    border-radius: 1.3125rem;
    padding: 16px 32px;
    background: var(--btn-bg-color);
    color: var(--btn-text-color);
    box-shadow: 0px 4px 4px 0px var(--btn-shadow-color);
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.125rem;
  }
}

/* @media only screen and (max-width: 1248px) and (min-width: 1024px) {
  .warranty__banner {
    height: 37.875rem;
  }
} */

@media only screen and (max-width: 1024px) and (min-width: 810px) {
  .warranty__banner .warranty__banner--content.container {
    max-width: 960px;
  }

  /* .warranty__banner {
    height: 29.9rem;
  } */
}


@media screen and (max-width: 1150px) and (min-width: 576px) {
  .warranty__search .warranty__search--form {
    margin: 0 auto;
    width: 100%;
  }

  .warranty__search .search--suggestion {
    padding: 4px;
    justify-content: start;
    overflow-x: auto;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
    overflow: -moz-scrollbars-none;
  }
}

@media screen and (max-width: 1024px) and (min-width: 576px) and (orientation : landscape) {
  .warranty__search .warranty__search--form {
    margin: 0 auto;
    width: 100%;
  }

  .warranty__search .search--suggestion {
    padding: 4px;
    justify-content: start;
    overflow-x: auto;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
    overflow: -moz-scrollbars-none;
  }
}


@media only screen and (max-width: 990px) and (min-width: 810px) {
  .warranty__catalogues .warranty__catalogues--card {
    flex-basis: 47.5%;
    height: 206.3px;
  }
}

@media only screen and (max-width: 810px) and (min-width: 576px) {
  .warranty__banner .warranty__banner--content {
    /* top: 32.8075px; */
  }

  .warranty__banner {
    /* height: 25.5rem; */
    margin-top: 42px;
  }

  .warranty__search {
    padding: 40px 0px;
  }

  .warranty__search .search--suggestion {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
  }

  .warranty__catalogues .warranty__catalogues--inner {
    gap: 18px;
    flex-wrap: wrap;
  }

  .warranty__catalogues .warranty__catalogues--card {
    flex-basis: 48.7%;
    height: 161.5px;
  }

  .warranty__process .warranty__process--inner {
    margin: 0 auto;
    margin-top: 80px;
    display: flex;
    padding: 8px 33px;
    gap: 33.9px;
    max-width: 100%;
    overflow-x: auto;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
    overflow: -moz-scrollbars-none;
  }

  .warranty__process .warranty__process--inner::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
  }

  .warranty__process .warranty__process--item {
    width: 100%;
    max-width: 350px;
    height: 400px;
    scroll-snap-type: x mandatory;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    align-content: start;
    flex-shrink: 0;
    border-radius: 3.532rem;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

@media only screen and (max-width: 720px) and (min-width: 576px) { 
  .warranty__catalogues .warranty__catalogues--card {
    flex-basis: 47%;
    height: 150.5px;
  }
}

@media only screen and (max-width: 620px) and (min-width: 576px) { 
  .warranty__catalogues .warranty__catalogues--card {
    flex-basis: 47%;
    height: 136px;
  }
}

@media only screen and (max-width: 576px) {
  .container.container-lg {
    max-width: 100%;
  }

  /* common */
  .btn {
    padding: 8px 16px;
    border-radius: 0.875rem;
    font-size: 0.813rem;
    line-height: 0.75rem;
    font-weight: 500;
  }

  .btn.btn-play {
    padding: 8.5px 12.44px;
    border-radius: 12.44px;
    font-size: 0.5rem;
    line-height: 0.667rem;
  }

  .btn.btn-play img {
    width: 0.667rem;
    height: 0.667rem;
  }

  .section-title {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 2.375rem;
  }

  .warranty__banner .warranty__banner--content .warranty--title br,
  .warranty__catalogues .warranty__catalogues--card .card__item--text br,
  .warranty__instruction
    .warranty__instruction--inner
    .warranty__instruction--text
    br {
    display: block;
  }

  dialog#player iframe {
    width: 320px;
    height: 180px;
  }

  /* warranty banner */
  .warranty__banner {
    /* height: 210px; */
    display: block;
  }

  .warranty__banner .warranty--title {
    font-size: 3.125rem;
  }

  /* .warranty__banner .warranty__banner--background {
    height: 210px;
  } */

  .warranty__banner .warranty__banner--background .warranty__banner--img {
    height: 100%;
  }

  .warranty__banner
    .warranty__banner--background
    .warranty__banner--img
    img.banner__img--mobile {
    object-position: center;
    display: block;
    object-fit: contain;
    height: 100%;
    width: 100%;
  }

  .warranty__banner
    .warranty__banner--background
    .warranty__banner--img
    img.banner__img--desktop {
    display: none;
  }

  .warranty__banner .warranty__banner--background .warranty__banner--overlay {
    background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.74),
      rgba(0, 0, 0, 0.222)
    );
  }

  .warranty__banner .warranty__banner--content {
    top: 18px;
    text-align: center;
  }

  .warranty__banner .warranty__banner--content .warranty--title {
    line-height: 2rem;
    font-size: 1.5rem;
  }

  .warranty__banner .warranty__banner--content a {
    font-size: 0.625rem;
    line-height: 0.739rem;
    border-width: 1px;
  }

  /* warranty search */
  .warranty__search {
    padding: 20px 0px 20px;
  }

  .warranty__search .warranty__search--inner {
    gap: 1rem;
  }

  .warranty__search .search--searchbar .searchbar--input {
    font-size: 0.938rem;
    line-height: 1.161rem;
    box-shadow: 0px 2.32px 4.29px 0px rgba(0, 0, 0, 0.15);
  }

  .warranty__search .search--searchbar .searchbar--btn {
    height: 42px;
    top: calc(50% - 20px);
  }

  .warranty__search .search--suggestion {
    /* margin-left: 28px; */
    padding: 12px;
    /* padding-right: 68px; */
    justify-content: start;
    overflow-x: auto;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
    overflow: -moz-scrollbars-none;
  }


  /* warranty process */
  .warranty__process {
    padding: 20px 0px;
  }

  .warranty__process .container {
    padding: 0;
  }

  .warranty__process .warranty__process--inner {
    margin-top: 1rem;
    display: flex;
    padding: 8px 33px;
    gap: 20px;
    max-width: 100%;
    overflow-x: auto;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
    overflow: -moz-scrollbars-none;
  }

  .warranty__process .warranty__process--inner::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
  }

  .warranty__process .warranty__process--item {
    width: 100%;
    max-width: 288px;
    height: 410px;
    scroll-snap-type: x mandatory;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    align-content: start;
    flex-shrink: 0;
    border-radius: 2.337rem;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .warranty__process .warranty__process--item:not(:has(.process__step--title)) {
    height: auto;
    padding-bottom: 24px;
  }
  
  .warranty__process .warranty__process--item p {
    margin-bottom: 4px;
  }

  .warranty__process .warranty__process--item .process__step--title {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.219rem;
    margin-top: 20px;
  }

  .warranty__process .warranty__process--item .process__item--step {
    padding-bottom: 0px;
    padding-top: 0px;
  }

  .warranty__process .warranty__process--item .process__step--icon {
    height: 64px;
  }

  .warranty__process .warranty__process--item .process__step--icon img {
    height: 100%;
  }

  .warranty__process .warranty__process--item .process__item--description,
  .warranty__process .warranty__process--item .process__item--note {
    font-size: 0.75rem;
    line-height: 0.914rem;
    margin-top: 20px;
  }

  /* warranty catalogue */
  .warranty__catalogues {
    margin-bottom: 40px;
    margin-top: 28px;
  }

  .warranty__catalogues .warranty__catalogues--inner {
    gap: 8px;
    flex-wrap: wrap;
  }

  .warranty__catalogues .warranty__catalogues--card {
    flex-basis: 100%;
    height: 160px;
    border-radius: 1rem;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.3);
  }

  .warranty__catalogues .warranty__catalogues--card .card__item--text {
    font-size: 0.703rem;
    font-weight: 600;
    line-height: 0.938rem;
    text-transform: uppercase;
  }

  /* warranty banner - body */
  .warranty__banner--body {
    height: 152.34px;
  }

  /* warranty policy */
  .warranty__policy {
    margin-top: 24px;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .warranty__policy .warranty__policy--inner {
    margin-top: 16px;
    padding: 16px 18.44px 44px;
    font-size: 0.75rem;
    line-height: 1.275rem;
    transition: max-height 2.5s cubic-bezier(0.1, 0.65, 0.65, 0.37);
  }

  .warranty__policy .warranty__policy--inner.expanded > * {
    max-height: 20000px;
    transition: max-height 5s ease-in;
  }

  .warranty__policy .warranty__policy--inner > * {
    max-height: 568px;
  }

  .warranty__policy .warranty__policy--inner .warranty__policy--expand {
    height: 44px;
  }

  .warranty__policy .warranty__policy--inner .warranty__policy--expand img {
    width: 24px;
    height: 24px;
  }

  .warranty__policy .warranty__policy--inner ol li *:not(h2, h3, h4, h5, h6) {
    text-indent: 12px;
    line-height: 1.275rem;
    margin-bottom: 6px;
  }

  .warranty__policy .warranty__policy--inner ol li *:is(h2, h3, h4, h5, h6) {
    margin-bottom: 6px;
    line-height: 1.275rem;
  }

  .warranty__policy .warranty__policy--inner ol li ul li:first-child {
    margin-top: 6px;
  }

  .warranty__policy .warranty__policy--inner ol li *:is(h5):only-child {
    text-indent: 22px;
  }

  .warranty__policy .warranty__policy--inner ol li *:is(h4) ~ *,
  .warranty__policy .warranty__policy--inner ol li *:is(h4) ~ :is(ul, ol) li {
    text-indent: 22px;
  }

  .warranty__policy .warranty__policy--inner ol li *:is(h5) ~ *,
  .warranty__policy .warranty__policy--inner ol li *:is(h5) ~ :is(ul, ol) li {
    text-indent: 22px;
  }

  .warranty__policy .warranty__policy--inner ol li *:is(h6) ~ *,
  .warranty__policy .warranty__policy--inner ol li *:is(h6) ~ :is(ul, ol) li {
    text-indent: 32px;
  }

  /* warranty faq */
  .warranty__faq {
    margin-top: 20px;
  }

  .warranty__faq .warranty__faq--item {
    flex-direction: column;
    gap: 8px;
    padding: 6.5px 0px;
    margin-bottom: 24px;
  }

  .warranty__faq .warranty__faq--inner .faq__item--topic {
    font-size: 1rem;
    line-height: 1.5rem;
    padding-top: 8px;
    width: 100%;
    border-top: none;
  }

  .warranty__faq .warranty__faq--inner .faq__item--questions {
    border-top: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  }

  .warranty__faq .warranty__faq--inner .faq__item--questions.active {
    border-top: 0.61px solid;
    max-height: 1000px;
    transition: max-height 1s ease-in-out;
  }

  .warranty__faq .warranty__faq--inner .faq__item--questions,
  .warranty__faq .warranty__faq--inner .faq__item--questions .faq__question {
    border-width: 0.61px;
  }

  .warranty__faq .warranty__faq--inner .faq__item--questions .faq__question {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }

  .warranty__faq
    .warranty__faq--inner
    .faq__item--questions
    .faq__question
    .faq__question--inner {
    width: 100%;
  }

  .warranty__faq
    .warranty__faq--inner
    .faq__item--questions
    .faq__question
    .faq__question--title {
    max-height: fit-content;
    padding: 0;
  }

  .warranty__faq
    .warranty__faq--inner
    .faq__item--questions
    .faq__question
    .faq__question--title
    img {
    width: 16px;
    height: 16px;
  }

  .warranty__faq
    .warranty__faq--inner
    .faq__item--questions
    .faq__question
    .faq__question--answer {
    line-height: 1.125rem;
  }

  .warranty__faq .warranty__faq--inner .faq__item--topic {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }

  .warranty__faq .warranty__faq--inner .faq__item--topic img {
    display: block;
    width: 16px;
    height: 16px;
  }

  .warranty__faq .warranty__faq--inner .faq__item--topic.active img {
    transform: scale(1, -1);
  }

  /* warranty instruction */
  .warranty__instruction {
    height: 13.25rem;
    margin: 40px 0px;
  }

  .warranty__instruction .warranty__instruction--background img {
    filter: brightness(50%);
  }

  .warranty__instruction
    .warranty__instruction--inner
    .warranty__instruction--text {
    font-size: 1.5rem;
    line-height: 2.822rem;
    letter-spacing: 0.01em;
    text-align: center;
  }
}

@media only screen and (max-width: 361px) {
  .warranty__catalogues .warranty__catalogues--card {
    flex-basis: 100%;
  }
}
@media screen and (min-width: 1150px) {
  .warranty__search .search--suggestion {
    display: flex;
    padding: 4px 0px;
    gap: 19px;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    }
  }
  