
/* =========================================================
   ОБЩИЕ СТИЛИ
========================================================= */

.bike-image {
  border-radius: 10px;
  overflow: hidden;
}

.is-virtual-selected {
  opacity: 0.6;
  pointer-events: none;
}

.t744 {
  position: absolute;
  left: -9999px;
  top: -9999px;
}

/* =========================================================
   OEM LINKS
========================================================= */

[data-oem] {
  cursor: pointer;
  transition: all .15s ease;
}

[data-oem]:hover {
  opacity: 0.8;
}

[data-oem]:active {
  transform: scale(0.95);
}

/* =========================================================
   SEARCH PANEL
========================================================= */

.t1261__panel_fixed {
  top: 40px;
}

/* показываем только /shop */

.t1261__search-item a:not([href*="/shop"]) {
  display: none !important;
}

.t1261__search-item {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.t1261__search-item:hover {
  background: #f5f7ff;
}

.t1261__search-title {
  font-size: 14px;
}

/* =========================================================
   PRODUCT CARDS
========================================================= */

.compat-grid,
.specs-grid {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

/* =========================================================
   COMPATIBILITY
========================================================= */

.compat-grid {
  display: grid;
  column-gap: 54px;
  row-gap: 25px;
}

.compat-item {
  line-height: 1.4;
}

/* =========================================================
   SPECS
========================================================= */

.specs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 80px;
  row-gap: 40px;
}

.spec-item {
  display: grid;
  grid-template-columns: 200px 1fr;
  align-items: start;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.spec-label {
  color: #999;
}

.spec-value {
  color: #000;
  line-height: 1.5;
}

/* =========================================================
   1400+
========================================================= */

@media (min-width: 1400px) {

  .compat-item,
  .spec-label,
  .spec-value {
    font-size: 18px;
  }

  .compat-title,
  .specs-title {
    font-size: 42px;
  }

  /* =========================================
     TILDA STORE GRID FIX
  ========================================= */

  #rec1913100123 .t-container,
  #rec1913100123 .t-section__container {
    max-width: 1320px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  #rec1913100123 .swiper-wrapper {
    gap: 54px !important;
  }

  #rec1913100123 .swiper .swiper-slide {
    width: calc((100% - 3 * 54px) / 4) !important;
    margin-right: 0 !important;
  }
}

/* =========================================================
   960 — 1399
========================================================= */

@media (max-width: 1399px) and (min-width: 960px) {

  .compat-grid {
    column-gap: 20px;
  }

  .compat-item,
  .spec-label,
  .spec-value {
    font-size: 18px;
  }

  .compat-title,
  .specs-title {
    font-size: 36px;
  }

  /* store */

  #rec1913100123 .t-container,
  #rec1913100123 .t-section__container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  #rec1913100123 .swiper-wrapper {
    gap: 20px !important;
  }

  #rec1913100123 .swiper .swiper-slide {
    width: calc((100% - 3 * 20px) / 4) !important;
    margin-right: 0 !important;
  }
}

/* =========================================================
   640 — 959
========================================================= */

@media (max-width: 959px) and (min-width: 640px) {

  .compat-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .specs-grid {
    grid-template-columns: 1fr;
  }

  .compat-item,
  .spec-label,
  .spec-value {
    font-size: 16px;
  }

  .compat-title,
  .specs-title {
    font-size: 28px;
  }

  #rec1913100123 .swiper-wrapper {
    gap: 20px !important;
  }

  #rec1913100123 .swiper .swiper-slide {
    width: calc((100% - 20px) / 2) !important;
    margin-right: 0 !important;
  }
}

/* =========================================================
   480 — 639
========================================================= */

@media (max-width: 639px) and (min-width: 480px) {

  .compat-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .specs-grid {
    grid-template-columns: 1fr;
  }

  .spec-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .compat-item,
  .spec-label,
  .spec-value {
    font-size: 15px;
  }

  .compat-title,
  .specs-title {
    font-size: 24px;
  }

  #rec1913100123 .swiper-wrapper {
    gap: 20px !important;
  }

  #rec1913100123 .swiper .swiper-slide {
    width: calc((100% - 20px) / 2) !important;
    margin-right: 0 !important;
  }
}

/* =========================================================
   320 — 479
========================================================= */

@media (max-width: 479px) {

  .compat-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .specs-grid {
    grid-template-columns: 1fr;
  }

  .spec-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .compat-item,
  .spec-label,
  .spec-value {
    font-size: 14px;
  }

  .compat-title,
  .specs-title {
    font-size: 20px;
  }

  #compat-auto {
    height: auto;
  }

  /* store */

  #rec1913100123 .swiper-wrapper {
    gap: 16px !important;
  }

  #rec1913100123 .swiper .swiper-slide {
    width: 85vw !important;
    margin-right: 0 !important;
  }
}

