@media (max-width: 1200px) {
  .swiper__product__gallery .swiper-slide {
    height: 320px;
  }
  .header__menu {
    gap: 32px;
  }
  .header__menu__list {
    gap: 32px;
  }
  .section--brands .section__content {
    grid-template-columns: repeat(4, 1fr);
  }
  .section--blog-details .section__header {
    padding-bottom: 30px;
  }
  .section--blog-details .blog-details__share {
    display: flex;
    top: auto;
    justify-content: space-between;
    flex-direction: row-reverse;
    max-width: 850px;
    margin: 0 auto 24px;
    gap: 12px;
  }
  .section--blog-details .blog-details__share .social-list {
    display: flex;
    flex-direction: row;
    gap: 8px;
  }
  .section--product-details .product__text__footer {
    gap: 12px;
  }
  .section--product-details .product__text__footer > div {
    gap: 12px;
  }
  .section--product-details .product__text__footer > div .btn {
    min-width: 160px;
  }
}
@media (max-width: 992px) {
  .swiper__product__gallery .swiper-slide {
    height: 500px;
  }
  .header {
    padding: 12px 0;
  }
  .header__logo img {
    width: auto;
    height: 54px;
  }
  .section--welcome .section__header {
    padding-top: 0;
  }
  .section--brands .section__content {
    grid-template-columns: repeat(3, 1fr);
  }
  .section--gallery .solo-gallery {
    grid-template-columns: repeat(9, 1fr);
  }
  .section--gallery .solo-gallery__item {
    height: 300px;
  }
  .section--gallery .solo-gallery__item--1 {
    grid-area: 1/1/4/5;
  }
  .section--gallery .solo-gallery__item--2 {
    grid-area: 1/5/4/10;
  }
  .section--gallery .solo-gallery__item--3 {
    grid-area: 4/1/7/4;
  }
  .section--gallery .solo-gallery__item--4 {
    grid-area: 4/4/7/7;
  }
  .section--gallery .solo-gallery__item--5 {
    grid-area: 4/7/7/10;
  }
  .section--cta .section__header:not(.section__header--inner) {
    margin-bottom: 0;
  }
  .section__breadcrumbs {
    text-align: center;
    justify-content: center;
  }
  .section__header--filters {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 32px;
  }
  .section__header--filters .section__header__container {
    align-items: center;
  }
  .section__header--filters .btn {
    margin-top: 0;
  }
  /* Services */
  .services-search-info {
    max-width: none;
  }
  .services-result-item {
    width: 100%;
  }
  .services-result-item .service-price {
    font-size: var(--fs-b5);
    line-height: var(--lh-b5);
  }
  .form-general-select-header {
    padding: 10px 16px;
  }
  .form-general .btn-submit {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  :root {
    /* Font size - Heading */
    --fs-h1: 40px;
    --fs-h2: 32px;
    --fs-h3: 24px;
    /* Line height - Heading */
    --lh-h1: 52px;
    --fs-h2: 32px;
    --lh-h3: 32px;
    /* Font size - Basic */
    --fs-b3: 14px;
    --fs-b4: 16px;
    --fs-b5: 18px;
    --fs-b6: 20px;
    /* Line height - Basic */
    --lh-b3: 20px;
    --lh-b4: 24px;
    --lh-b5: 28px;
    --lh-b6: 30px;
  }
  .swiper {
    width: 100%;
    height: 100%;
  }
  .swiper__welcome .swiper-slide {
    justify-content: center;
  }
  .swiper__welcome .swiper-pagination {
    bottom: 48px;
  }
  .swiper__product__gallery .swiper-slide {
    height: 400px;
  }
  .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
  }
  .swiper-pagination-bullet-active {
    width: 40px;
    background: var(--yellow-500);
  }
  .main--home .section--cta {
    margin: 48px 0;
  }
  .section {
    padding: 48px 0;
  }
  .section__header:not(.section__header--inner) {
    align-items: center;
    text-align: center;
    margin-bottom: 48px;
  }
  .section--welcome {
    margin-bottom: 48px;
    padding: 0;
  }
  .section--welcome .social-list {
    display: none;
  }
  .section--welcome .section__header {
    padding-top: 0;
  }
  .section--why-us .section__content__item {
    max-width: 360px;
    padding: 0 0 32px;
    margin: 0 auto;
  }
  .section--brands .section__content {
    grid-template-columns: repeat(2, 1fr);
  }
  .section--products .product-card {
    width: 100%;
    max-width: 303px;
    margin: 0 auto;
    box-shadow: var(--box-shadow-800);
  }
  .section--products .product-card__header {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .section--products .product-card__body {
    display: none;
  }
  .section--products .product-card__body--hover {
    position: static;
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .section--products .product-card:hover {
    transform: none;
  }
  .section--products .product-card:hover .product-card__body--hover {
    opacity: 1;
    visibility: visible;
    box-shadow: none !important;
    z-index: 2;
  }
  .section--testimonials {
    margin: 48px 0;
  }
  .section--blogs .blog-card {
    box-shadow: var(--box-shadow-800);
    max-width: 303px;
    width: 100%;
    margin: 0 auto;
  }
  .section--blogs .blog-card:hover {
    transform: none;
  }
  .section--blogs .blog-card__title:hover {
    color: var(--white);
  }
  .section--gallery {
    padding-bottom: 0;
  }
  .section--gallery .solo-gallery {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(6, 1fr);
  }
  .section--gallery .solo-gallery__item {
    height: 240px;
  }
  .section--gallery .solo-gallery__item--1 {
    grid-area: 1/1/3/3;
  }
  .section--gallery .solo-gallery__item--2 {
    grid-area: 1/3/3/7;
  }
  .section--gallery .solo-gallery__item--3 {
    grid-area: 3/1/5/5;
  }
  .section--gallery .solo-gallery__item--4 {
    grid-area: 3/5/7/7;
    height: 100%;
  }
  .section--gallery .solo-gallery__item--5 {
    grid-area: 5/1/7/5;
  }
  .section--contact {
    padding: 0;
  }
  .section--contact .contact {
    flex-direction: column;
  }
  .section--contact .contact__info {
    justify-content: center;
    text-align: center;
    width: 100%;
    padding: 60px 0;
  }
  .section--contact .contact__map {
    width: 100%;
    height: 320px;
  }
  .section--vin .vin-code__search__wrapper .validation-message {
    position: static;
    top: 100%;
    left: inherit;
    margin-top: 4px;
  }
}
@media (max-width: 576px) {
  .header {
    padding: 10px 0;
  }
  .header__logo img {
    height: 48px;
  }
  .header.fixed {
    padding: 10px 0;
  }
  .header.fixed .header__logo img {
    height: 48px;
  }
  .mobile__header__content {
    padding: 10px 0;
  }
  .mobile__header__content .mobile__header__logo img {
    height: 48px;
  }
  .swiper__welcome .swiper-slide {
    height: 500px;
    max-height: 100vh;
  }
  .swiper__welcome .swiper-pagination {
    bottom: 32px;
  }
  .swiper__product__gallery {
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
  }
  .swiper__product__gallery .swiper-slide {
    height: 300px;
  }
  .section--brands .section__content {
    grid-template-columns: 1fr;
  }
  .section--brands .section__content__item {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
  .section--gallery .solo-gallery {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(6, 1fr);
  }
  .section--gallery .solo-gallery__item {
    height: 200px;
  }
  .section--gallery .solo-gallery__item--1 {
    grid-area: 1/1/3/3;
  }
  .section--gallery .solo-gallery__item--2 {
    grid-area: 1/3/3/5;
  }
  .section--gallery .solo-gallery__item--3 {
    grid-area: 3/1/5/3;
  }
  .section--gallery .solo-gallery__item--4 {
    grid-area: 3/3/5/5;
  }
  .section--gallery .solo-gallery__item--5 {
    grid-area: 5/1/7/5;
  }
  .section--products .products-category {
    padding-top: 0;
  }
  .section--product-details .section__content {
    padding-top: 32px;
  }
  .section--product-details .product__text {
    gap: 24px;
  }
  .section--product-details .product__text__footer {
    flex-direction: column-reverse;
    align-items: stretch;
  }
  .section--product-details .product__text__footer > div {
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
  .section--product-details .product__text__footer > div > * {
    min-width: 200px !important;
    flex: 1;
    flex-shrink: 0;
  }
  .section--product-details .product__text__footer .btn {
    flex-grow: 1;
  }
  .section--product-details .product__price {
    font-size: var(--fs-h2);
    line-height: var(--lh-h2);
  }
  .section--not-found .section__content span {
    font-size: 100px;
  }
  .section--not-found .section__content p {
    font-size: var(--fs-h3);
    line-height: var(--lh-h3);
    margin-bottom: 24px;
  }
  .section--vin .vin-code {
    max-width: 450px;
  }
  .section--vin .vin-code__search {
    flex-direction: column;
    align-items: stretch;
  }
  .section--vin .vin-code__results {
    margin-top: 32px;
  }
  .section__header--filters .filters {
    justify-content: center;
  }
  .section__search {
    margin-bottom: 32px;
  }
  .section__search__header input {
    padding: 10px 60px 10px 20px;
    height: 48px;
  }
  .section__search__header button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
  }
  .section__search__header button svg {
    width: 20px;
    height: 20px;
  }
  .section__search__body {
    max-height: 308px;
    padding: 16px 20px;
    border-radius: 0px 0px 20px 20px;
  }
  .section__search.active .section__search__header input {
    border-radius: 12px 12px 0px 0px;
  }
  .section .accordion__item__header > span {
    padding: 4px 20px;
  }
  .section .accordion__item__header > button span {
    display: none;
  }
  .section .accordion__item__body__content {
    padding: 12px 20px;
  }
  /* Services */
  .services-result-item {
    padding: 16px 20px;
  }
}/*# sourceMappingURL=responsive.css.map */