.lb26-page {
  background: #000;
}

.lb26-product-page {
  background: #000;
}

.lb26-band img,
.lb26-band picture,
.lb26-band video:not(.lb26-action22-video) {
  display: block;
  width: 100%;
  height: auto;
}

.lb26-parts4 {
  position: relative;
  background: #000;
}

.lb26-parts4-inner {
  position: relative;
}

.lb26-parts4-bg {
  display: block;
  width: 100%;
  height: auto;
}

.lb26-parts4-video-wrap {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.lb26-parts4-video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lb26-parts4-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

section.lb26-colors {
  position: relative;
  background: #000;
}

.lb26-vehicle-model-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 45px;
}

.lb26-main-image-container {
  position: relative;
  width: min(1152px, 100%);
  margin-inline: auto;
}

.lb26-main-image-container img {
  display: block;
  width: 100%;
  height: auto;
}

.lb26-color-selector {
  position: absolute;
  left: 50%;
  top: 83.56%;
  transform: translateX(-50%);
  width: auto;
  max-width: min(100%, 360px);
}

.lb26-color-list {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  gap: 24px;
}

.lb26-color-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9.375px;
  min-width: 45px;
  width: auto;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.lb26-color-ring {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color .2s ease;
}

.lb26-color-item.is-active .lb26-color-ring {
  border-color: #04bcfc;
}

.lb26-color-inner {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lb26-color-item.is-active .lb26-color-inner {
  border-color: #fff;
}

.lb26-color-swatch {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.lb26-color-name {
  color: #111;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  opacity: 0;
  text-shadow:
    0 0 4px rgba(255, 255, 255, 0.95),
    0 1px 3px rgba(255, 255, 255, 0.8);
  transition: opacity .2s ease, color .2s ease;
}

.lb26-color-item.is-active .lb26-color-name {
  opacity: 1;
  color: #111;
}

.lb26-video-band {
  position: relative;
  background: #000;
}

.lb26-video-band video {
  display: block;
  width: 100%;
  height: auto;
  min-height: 240px;
  object-fit: cover;
}

.lb26-video-wrap1 video {
  min-height: 0;
  max-height: min(720px, 62vh);
  object-fit: cover;
  object-position: center;
}

.lb26-video-play-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, .15);
  border: 0;
  cursor: pointer;
}

.lb26-video-wrap1 .lb26-video-play-overlay {
  inset: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  background: transparent;
}

.lb26-video-play-overlay.is-hidden {
  display: none;
}

.lb26-video-play-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .88);
  position: relative;
}

.lb26-video-wrap1 .lb26-video-play-icon {
  width: 56px;
  height: 56px;
}

.lb26-video-play-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 12px 0 12px 18px;
  border-color: transparent transparent transparent #111;
}

.lb26-video-wrap1 .lb26-video-play-icon::after {
  border-width: 9px 0 9px 14px;
}

.lb26-action22 {
  background: #000;
}

.lb26-action22-inner {
  position: relative;
}

.lb26-action22-bg {
  display: block;
  width: 100%;
  height: auto;
}

.lb26-action22-video-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.lb26-action22-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.lb26-tabs {
  background: #fff;
  color: #333;
}

.lb26-video-tab-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: min(1152px, 100%);
  margin-inline: auto;
  padding: 37.5px 18.75px;
}

.lb26-video-tab-wrapper {
  width: 100%;
}

.lb26-mode-video {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.lb26-tab-group {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  background: #f0f2f5;
  border-radius: 18.75px;
  overflow: hidden;
}

.lb26-tab-btn {
  border: 0;
  background: transparent;
  color: #666;
  padding: 11.25px 24.375px;
  font-size: 16.875px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

.lb26-tab-btn.is-active {
  background: linear-gradient(90deg, #1677ff, #40a9ff);
  color: #fff;
  box-shadow: 0 1.875px 7.5px rgba(22, 119, 255, .3);
  border-radius: 18.75px;
}

.lb26-tab-content {
  width: min(562.5px, 100%);
  text-align: center;
}

.lb26-content-title {
  margin: 0;
  font-size: 16.875px;
  font-weight: 600;
}

.lb26-content-desc {
  margin: 0;
  color: #6b7280;
  font-size: 16.875px;
  line-height: 27px;
  font-weight: 400;
}

.lb26-usage-section {
  width: min(750px, 100%);
  margin-top: 15px;
  text-align: center;
}

.lb26-usage-title {
  margin: 0 0 11.25px;
  color: #2d4b83;
  font-size: 16.875px;
  font-weight: 600;
}

.lb26-usage-text {
  margin: 0;
  color: #6b7280;
  font-size: 16.875px;
  line-height: 30.375px;
  font-weight: 400;
}

.lb26-params {
  padding: 0;
  background: #fbfbfd;
  color: #333;
}

.lb26-all-models {
  position: relative;
  padding: 75px clamp(24px, 10vw, 192px) clamp(48px, 10vw, 192px);
  background: #fbfbfd;
}

.lb26-models-top {
  background: #fff;
  padding: 20px clamp(24px, 3.125vw, 60px);
  margin-bottom: 40px;
}

.lb26-model img {
  display: block;
  width: min(845px, 100%);
  max-width: 100%;
  height: auto;
}

.lb26-colors-wrap {
  position: absolute;
  right: clamp(24px, 16vw, 307px);
  bottom: clamp(48px, 6vw, 115px);
  width: 210px;
}

.lb26-colors-title {
  margin: 0 0 15px;
  font-size: 22.5px;
  font-weight: 600;
  line-height: 26px;
  color: #333;
  text-align: right;
}

.lb26-params-color-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 210px;
}

.lb26-params-color-dot {
  position: relative;
  width: 30px;
  height: 30px;
  margin-left: 22.5px;
  border: 0;
  padding: 0;
  cursor: pointer;
  flex-shrink: 0;
}

.lb26-params-color-dot[aria-label="White"],
.lb26-params-color-dot[aria-label="Blanco"] {
  box-shadow: inset 0 0 0 1px #e5e5e5;
}

.lb26-params-color-dot.is-active::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAQCAYAAAAWGF8bAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABtSURBVHgBrcxJDQAhDAXQSkBCJY0UHI6EkYCUTkkg6YHQ9Sf/0uUB5NO4nYtQkIl9XOKOLCoxEmgZRmtWirV9hNxHDrLYOC0iGAiMLqgZm3mVQxemPaAX01CKYB7UjFlQN3ZDw9gJTWMS7eDEfsdRZdhWQZS5AAAAAElFTkSuQmCC") center / auto no-repeat;
}

.lb26-params-block {
  padding: 57.6px 15px;
  background: #fbfbfd;
}

.lb26-specs {
  max-width: 1323px;
  margin: 0 auto;
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: #e5e5e5;
  --bs-accordion-btn-focus-box-shadow: none;
}

.lb26-specs .accordion-item {
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  background: transparent;
}

.lb26-specs .accordion-item:first-of-type {
  border-top: 1px solid #e5e5e5;
}

.lb26-specs .accordion-button {
  padding: 20px 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.57;
  color: rgba(0, 0, 0, .88);
  background: transparent;
  box-shadow: none;
}

.lb26-specs .accordion-button:not(.collapsed) {
  background: transparent;
  color: rgba(0, 0, 0, .88);
  box-shadow: none;
}

.lb26-specs .accordion-button::after {
  width: 14px;
  height: 14px;
  background-size: 14px;
  transform: rotate(90deg);
}

.lb26-specs .accordion-button.collapsed::after {
  transform: rotate(0deg);
}

.lb26-specs .accordion-body {
  padding: 0;
}

.lb26-spec-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 15px 0;
}

.lb26-spec-name-wrap,
.lb26-spec-value-wrap {
  margin-left: 9.375px;
}

.lb26-spec-name-wrap {
  flex: 1 1 61%;
}

.lb26-spec-value-wrap {
  flex: 0 0 495px;
  max-width: 38%;
}

.lb26-spec-name,
.lb26-spec-value {
  font-size: 21px;
  font-weight: 400;
  line-height: 33px;
  color: #444;
  text-align: left;
}

.lb26-tooltip {
  max-width: none;
  margin: 0;
  padding: 20px 10px;
  background: #fbfbfd;
  font-size: 16px;
  line-height: 1.6;
  color: #999;
  text-align: center;
}

@media (max-width: 767px) {
  .lb26-vehicle-model-card {
    padding: 24px 16px;
  }

  .lb26-color-selector {
    max-width: 100%;
    padding-inline: 8px;
  }

  .lb26-color-list {
    gap: 16px;
  }

  .lb26-color-item {
    min-width: 40px;
    gap: 8px;
  }

  .lb26-color-ring {
    width: 40px;
    height: 40px;
  }

  .lb26-color-inner {
    width: 30px;
    height: 30px;
  }

  .lb26-tab-group {
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 14px;
  }

  .lb26-tab-btn {
    font-size: 14px;
    padding: 10px 16px;
    white-space: normal;
  }

  .lb26-tab-btn.is-active {
    border-radius: 14px;
  }

  .lb26-content-desc,
  .lb26-usage-title,
  .lb26-usage-text {
    font-size: 15px;
  }

  .lb26-colors-wrap {
    position: static;
    width: 100%;
    margin-top: 24px;
    text-align: center;
  }

  .lb26-params-color-row {
    justify-content: center;
    width: 100%;
  }

  .lb26-params-color-dot {
    margin-left: 16px;
  }

  .lb26-params-color-dot:first-child {
    margin-left: 0;
  }

  .lb26-spec-row {
    flex-direction: column;
    gap: 4px;
  }

  .lb26-spec-name-wrap,
  .lb26-spec-value-wrap {
    flex: 1 1 auto;
    max-width: none;
    width: 100%;
  }

  .lb26-spec-name,
  .lb26-spec-value {
    font-size: 16px;
    line-height: 1.55;
  }

  .lb26-specs .accordion-button {
    font-size: 20px;
  }
}
