.navbar {
  display: block;
  padding: 0;
}

.navbar .nav-icons img {
  width: 28px;
  height: auto;
}

.nav-links .mega-row + .mega-row {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.nav-badge--purple {
  background: #9C27B0;
}

.nav-badge--red {
  background: #FF3604;
}

.nav-badge--blue {
  background: #0E63E3;
}

.nav-badge--yellow {
  background: #FFDA00;
  color: #000000;
}

.nav-badge--orange {
  background: orange;
  color: #000000;
}

.nav-badge--green {
  background: green;
  color: #000000;
}

.nav-badge--cyan {
  background: cyan;
  color: #000000;
}

header .search-box {
  padding: 0 0 10px 0;
  max-width: var(--container);
  margin: 0 auto;
}

.newsletter-text .title {
  font-size: 32px;
  font-weight: 800;
  color: var(--white);
  line-height: 44px;
}

.common-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 56px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.common-btn:hover {
  opacity: 0.88;
}

.common-btn.btn-brand:hover,
.common-btn.btn-glass:hover,
.common-btn.btn-underline--white:hover,
.common-btn.btn-underline-white:hover {
  color: var(--white) !important;
}

.common-btn.btn-underline:hover {
  color: var(--black) !important;
}

.trust-text .title {
  font-size: 16px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 4px;
}

.products-header .title, .products-header .title>*, .brand-grid-header .title, .brand-grid-header .title>*, .knowledge-header .title, .knowledge-header .title>* {
  font-size: 32px;
  font-weight: 800;
  line-height: 44px;
}

.knowledge-label .sub-title {
  font-size: 18px;
  font-weight: 800;
  color: var(--white);
  line-height: 24px;
}

.product-badge.off {
  background:#F6004E
}

.products-section .product-card {
  gap: initial;
}

.classification-section .title {
  max-width: 1280px;
  margin: 0 auto 48px;
  padding: 0 40px;
  box-sizing: border-box;
  font-size: 32px;
  font-weight: 800;
  line-height: 44px;
  text-align: center;
}

.hero-content .title {
  font-size: 40px;
  font-weight: 800;
  line-height: 44px;
}

.class-label span {
  font-family: 'Manrope', sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: var(--white);
  text-transform: capitalize;
  line-height: 1;
}

.offers-shipping-bar img {
  width: 36px;
  height: auto;
}

.model-feature-icon img {
  width: 48px;
  height: auto;
}

.faq-item--open .faq-answer {
  max-height: initial;
}

@media (max-width: 1024px) {
  .nav-links .mega-row + .mega-row {
    border: none;
    padding-top: 20px;
  }
}

@media (max-width: 768px) {
  .newsletter-text .title, .products-header .title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600
  }

  .brand-grid-header .title {
    font-size: 24px;
    font-weight: 800;
    line-height: 44px;
    margin-bottom: 8px;
   }

  .knowledge-header .title {
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 8px;
  }

  .trust-text .title {
    font-size: 14px;
  }

  .classification-section .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-content .title {
    font-size: 24px;
    line-height: 1;
  }

  .class-label span {
    font-size: 16px;
  }
}