.main {
  display: flex;
  flex-direction: column;
  padding-top: 0 !important;
}

.glv-co__header {
  order: 1;
}

.main-header {
  order: 2;
}

.glv-co__body {
  order: 3
}

.glv-co__header {
  height: 32vw;
  background: url("/local/components/8up/catalog.overview/templates/.default/img/header_bg.png") no-repeat;
  background-size: cover;
}

.glv-co__header-title {
  margin-top: 3.5vw;
  max-width: 24.1vw;
  text-transform: lowercase;
  color: #fff;
}

.glv-co__header-top {
  font-size: 4.8vw;
  font-weight: 300;
  line-height: 3.6vw;
}

.glv-co__header-middle {
  font-size: 3vw;
  font-weight: 700;
  text-align: right;
  line-height: 3.3vw;
}

.glv-co__header-middle-2 {
  font-size: 2.35vw;
  font-weight: 300;
  line-height: 3vw;
}

.glv-co__header-bottom {
  font-size: 2.3vw;
  font-weight: 300;
  text-align: right;
  line-height: 3.3vw;
  text-transform: capitalize;
}

.glv-co__menu {
  margin-top: 12px;
  margin-bottom: 20px;
  overflow: hidden
}

.glv-co__menu-scroll {
  display: flex;
  justify-content: space-between;
  max-width: 1050px;
  margin: 0 auto;
  gap: 24px;
  overflow: auto;
  padding-bottom: 8px;
  -webkit-overflow-scrolling: touch
}

.glv-co__menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 96px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #1b1b1b;
  padding: 12px 8px;
  border-radius: 12px;
  transition: .2s background-color
}

.glv-co__menu-item:hover {
  background: #f6f6f6
}

.glv-co__menu-icon {
  display: flex;
  align-items: flex-end;
  max-width: 70px;
  height: 36px;
}

.glv-co__menu-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.glv-co__menu-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  color: #9d9e9e;
  text-transform: uppercase;
}

/* Секция каталога */
.glv-co__section {
  margin-bottom: 60px
}

.glv-co__section-title {
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 300;
  border-bottom: 1px solid #a5a6a7;
  padding-bottom: 8px;
}

/* Аксессуары (модификатор секции) */
.glv-co__section--acc .glv-co__grid {
  grid-template-columns:repeat(2, 1fr);
  gap: 24px
}

.glv-co__section--acc .glv-co__card {
  position: relative;
  background: #f0f0f0;
  border-radius: 12px;
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.glv-co__section--acc .glv-co__card-image {
  position: relative;
  background: transparent;
  margin-bottom: 0;
  width: 40%;
}

.glv-co__section--acc .glv-co__card-info {
  position: relative;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 55%;
}

.glv-co__section--acc .glv-co__card-title {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 800;
  color: #9b9b9b;
  text-transform: uppercase;
  order: 2;
}

.glv-co__section--acc .glv-co__card-subtitle {
  font-size: 18px;
  line-height: 1.3;
  color: #2b2b2b;
  margin-bottom: 12px;
  font-weight: 300;
  max-width: none
}

.glv-co__section--acc .glv-co__card-img--desktop {
  border-radius: 0;
  background: transparent
}

.glv-co__section--acc .glv-co__swiper {
  display: none
}

.glv-co__section--acc .glv-co__card-image .glv-co__card-img {
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
  min-width: calc(100% + 40px);
  min-height: calc(100% + 50px);
}

.glv-co__section--acc .glv-co__dots {
  display: none
}


/* Сетка карточек */
.glv-co__grid {
  display: grid;
  grid-template-columns:repeat(4, 1fr);
  gap: 20px
}

/* Карточка товара */
.glv-co__card {
  margin-bottom: 20px;
  display: block;
}

/*.glv-co__card:hover {
  transform: translateY(-2px)
}*/

.glv-co__card-image {
  display: block;
  border-radius: 8px;
  margin-bottom: 24px;
  position: relative;
  aspect-ratio: 310 / 220;
}


.glv-co__swiper {
  display: none
}


.glv-co__card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #f2f2f2;
  border-radius: 8px;
  margin-bottom: 12px;
}

.glv-co__card-img--desktop {
  display: block
}

.glv-co__card-info {
}

.glv-co__card-title {
  display: inline-block;
  margin: 0;
  color: #1b1b1b;
  text-decoration: none;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
  text-transform: uppercase;
}

.glv-co__card-subtitle {
  font-size: 16px;
  font-weight: 300;
  max-width: 60%;
}


/* Точки (dots) */
.glv-co__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  pointer-events: none
}

.glv-co__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c4c4c4;
  transition: all .15s ease;
}

.glv-co__dot.is-active {
  background: #000;
  border-radius: 4px;
  width: 16px;
}

.glv-co__swiper .swiper-pagination {
  bottom: 0 !important;
}

@media (max-width: 1199px) {
  .glv-co__grid {
    grid-template-columns:repeat(3, 1fr)
  }
}


@media (max-width: 991px) {
  .glv-co__card-title {
    font-size: 18px;
  }

  .glv-co__card-subtitle {
    font-size: 14px;
  }
}

@media (max-width: 756px) {
  .glv-co__header {
    height: 380px;
    background: url("/local/components/8up/catalog.overview/templates/.default/img/header_bg_mob.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }

  .glv-co__header-title {
    margin-top: 80px;
    max-width: 240px;
  }

  .glv-co__header-top {
    font-size: 42px;
    line-height: 36px;
  }

  .glv-co__header-middle {
    font-size: 32px;
    line-height: 26px;
  }

  .glv-co__header-middle-2 {
    font-size: 20px;
    line-height: 24px;
  }

  .glv-co__header-bottom {
    font-size: 24px;
    line-height: 26px;
  }

  .glv-co__swiper {
    display: block;
    height: 100%
  }

  .glv-co__swiper .swiper-slide {
    height: 100%;
    padding-bottom: 15px;
  }

  .glv-co__swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
  }

  .glv-co__swiper .swiper-pagination .swiper-pagination-bullet {
    height: 4px;
    width: 4px;
    background: #8f8f8f;
    transition: all .15s ease;
    opacity: 1;
  }

  .glv-co__swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #000;
    border-radius: 2px;
    width: 12px;
  }

  .glv-co__dots {
    display: none
  }

  .glv-co__card-img--desktop {
    display: none;
  }

  .glv-co__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }

  .glv-co__card {
    width: calc(50% - 8px);
    box-sizing: border-box;
  }

  .glv-co__card-title {
    font-size: 14px;
  }

  .glv-co__card-subtitle {
    font-size: 12px;
    margin-bottom: 6px;
  }

  .glv-co__card-image {
    margin-bottom: 8px;
    aspect-ratio: 315 / 245;
    height: auto;
  }

  .glv-co__section--acc .glv-co__grid {
    grid-template-columns:1fr
  }

  .glv-co__section--acc .glv-co__card {
    width: 100%;
  }

  .glv-co__section--acc .glv-co__card-title {
    font-size: 18px
  }

  .glv-co__section--acc .glv-co__card-subtitle {
    font-size: 12px;
  }

  .glv-co__section--acc .glv-co__card-info {
    padding: 10px;
  }

  .glv-co__menu-item {
    min-width: 70px;
  }

  .glv-co__menu-text {
    font-size: 12px;
  }

  .glv-co__menu-scroll {
    gap: 12px;
  }

  .glv-co__menu-icon {
    height: 30px;
  }
}

