/* Shared product description for sets, wheels and tires. */
.type-detail .motolab-description-tabs-hidden {
  display: none !important;
}

.type-detail #description.motolab-expanded-description {
  display: block;
  opacity: 1;
  padding: 0;
}

.type-detail #description.motolab-expanded-description .description-inner {
  display: block !important;
  width: 100%;
  max-width: none;
}

.type-detail #description.motolab-expanded-description .basic-description {
  width: 100% !important;
  max-width: none;
}

.type-detail .motolab-expanded-title-hidden {
  display: none !important;
}

.type-detail .p-info-wrapper > p[data-testid="productCardDescr"] {
  margin: 18px 0 0;
}

.type-detail .p-info-wrapper > p[data-testid="productCardDescr"] > a[href="#description"] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  padding: 10px 16px;
  color: #c94d00;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  background: #fff6f0;
  border: 1px solid #ff660e;
  border-radius: 3px;
  transition: color 160ms ease, background-color 160ms ease;
}

.type-detail .p-info-wrapper > p[data-testid="productCardDescr"] > a[href="#description"]:hover,
.type-detail .p-info-wrapper > p[data-testid="productCardDescr"] > a[href="#description"]:focus {
  color: #fff;
  text-decoration: none;
  background: #e85b0b;
}

.type-detail .motolab-basic-description-source {
  display: none !important;
}

.type-detail .p-short-description .motolab-product-spec__grid--single {
  grid-template-columns: minmax(0, 1fr);
}

.type-detail .p-short-description .motolab-product-spec--auto {
  width: 100%;
}

.type-detail .motolab-expanded-preview {
  width: 100%;
  margin: 0;
  color: #25282a;
  letter-spacing: 0;
}

.type-detail .motolab-expanded-hero {
  padding: 32px 34px 0;
  background: #f3f4f4;
  border-top: 4px solid #ff660e;
}

.type-detail .motolab-expanded-hero__kicker {
  display: block;
  margin-bottom: 9px;
  color: #c94d00;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.type-detail .motolab-expanded-hero h2 {
  max-width: 860px;
  margin: 0;
  color: #1f2224 !important;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}

.type-detail .motolab-expanded-feature-note {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  max-width: 860px;
  margin: 0 0 26px;
  padding: 11px 13px;
  color: #34393b;
  background: #fff;
  border-left: 3px solid #ff660e;
}

.type-detail .motolab-expanded-feature-note span,
.type-detail .motolab-expanded-feature-note strong,
.type-detail .motolab-expanded-feature-note small {
  display: block;
}

.type-detail .motolab-expanded-hero__status {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 14px 0 26px;
  color: #4d5356;
  font-size: 15px;
  line-height: 1.5;
}

.type-detail .motolab-expanded-hero__status i {
  flex: 0 0 auto;
  margin-top: 3px;
  color: #2f7b52;
  font-size: 13px;
}

.type-detail .motolab-expanded-hero--top .motolab-expanded-hero__status,
.type-detail .motolab-expanded-hero--sensor .motolab-expanded-hero__status {
  margin-bottom: 12px;
}

.type-detail .motolab-expanded-hero--sensor .motolab-expanded-top-note {
  margin-bottom: 10px;
}

.type-detail .motolab-expanded-top-note > i,
.type-detail .motolab-expanded-sensor-note > i {
  flex: 0 0 auto;
  margin-top: 3px;
  color: #ff660e;
  font-size: 17px;
}

.type-detail .motolab-expanded-feature-note strong,
.type-detail .motolab-expanded-sensor-note strong {
  color: #25282a;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.type-detail .motolab-expanded-feature-note small {
  margin-top: 2px;
  color: #646a6d;
  font-size: 13px;
  line-height: 1.4;
}

.type-detail .motolab-expanded-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #cfd2d3;
}

.type-detail .motolab-expanded-stat {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 10px;
  min-height: 78px;
  padding: 16px 16px 16px 0;
  border-right: 1px solid #d7d9da;
}

.type-detail .motolab-expanded-stat + .motolab-expanded-stat {
  padding-left: 16px;
}

.type-detail .motolab-expanded-stat:last-child {
  border-right: 0;
}

.type-detail .motolab-expanded-stat > i,
.type-detail .motolab-season-icon {
  margin-top: 3px;
  color: #ff660e;
  font-size: 17px;
  text-align: center;
}

.type-detail .motolab-season-icon {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}

.type-detail .motolab-season-icon i {
  position: absolute;
  inset: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  color: #ff660e;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
}

.type-detail .motolab-season-icon--all .fa-snowflake {
  -webkit-clip-path: inset(0 50% 0 0);
  clip-path: inset(0 50% 0 0);
}

.type-detail .motolab-season-icon--all .fa-sun {
  -webkit-clip-path: inset(0 0 0 50%);
  clip-path: inset(0 0 0 50%);
}

.type-detail .motolab-expanded-stat span {
  display: block;
  color: #6c7174;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
}

.type-detail .motolab-expanded-stat strong {
  display: block;
  margin-top: 4px;
  color: #202325;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.type-detail .motolab-expanded-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 44px;
  padding: 38px 34px 42px;
}

.type-detail .motolab-expanded-columns--single {
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
}

.type-detail .motolab-expanded-spec {
  min-width: 0;
}

.type-detail .motolab-expanded-spec > header {
  min-height: 63px;
  padding-bottom: 14px;
  border-bottom: 2px solid #34383a;
}

.type-detail .motolab-expanded-spec > header span {
  display: block;
  margin-bottom: 5px;
  color: #c94d00;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.type-detail .motolab-expanded-spec > header strong {
  display: block;
  color: #202325;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.type-detail .motolab-expanded-spec dl {
  margin: 0;
}

.type-detail .motolab-expanded-spec__row {
  display: grid;
  grid-template-columns: minmax(105px, 36%) minmax(0, 1fr);
  gap: 14px;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #d8dbdc;
}

.type-detail .motolab-expanded-spec__row dt,
.type-detail .motolab-expanded-spec__row dd,
.type-detail .motolab-expanded-spec__label,
.type-detail .motolab-expanded-spec__value {
  display: block;
  margin: 0;
  line-height: 1.4;
}

.type-detail .motolab-expanded-spec__row dt,
.type-detail .motolab-expanded-spec__label {
  color: #72777a;
  font-size: 13px;
  font-weight: 600;
}

.type-detail .motolab-expanded-spec__row dd,
.type-detail .motolab-expanded-spec__value {
  color: #25282a;
  font-size: 15px;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.type-detail .motolab-tread {
  padding: 30px 34px 32px;
  color: #fff;
  background: #202325;
}

.type-detail .motolab-tread > header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.type-detail .motolab-tread > header span {
  font-size: 19px;
  font-weight: 700;
}

.type-detail .motolab-tread > header strong {
  color: #f2f3f3;
  font-size: 14px;
  font-weight: 600;
}

.type-detail .motolab-tread-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.type-detail .motolab-tread-item__label {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 1.3;
}

.type-detail .motolab-tread-item__label span {
  color: #c5c8ca;
}

.type-detail .motolab-tread-item__label strong {
  color: #fff;
  font-weight: 700;
}

.type-detail .motolab-tread-item__track {
  height: 5px;
  overflow: hidden;
  background: #565b5e;
}

.type-detail .motolab-tread-item__track span {
  display: block;
  height: 100%;
  background: #ff660e;
}

.type-detail .motolab-tread > p {
  margin: 18px 0 0;
  color: #aeb2b4;
  font-size: 13px;
  line-height: 1.4;
}

.type-detail #description .motolab-size-filters {
  margin: 28px 0 0;
  padding: 18px 22px 20px;
  background: #f3f4f4;
  border-top: 1px solid #c9ccce;
}

.type-detail #description .motolab-size-filters h3 {
  margin: 0 0 13px;
  color: #555b5e;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.type-detail #description .motolab-size-filters .detail-parameters,
.type-detail #description .motolab-size-filters .detail-parameters tbody {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0 20px;
  margin: 0;
}

.type-detail #description .motolab-size-filters .detail-parameters tbody {
  grid-column: 1 / -1;
}

.type-detail #description .motolab-size-filters .detail-parameters tr {
  display: block;
  min-width: 0;
  padding: 7px 0;
  border-bottom: 1px solid #d8dbdc;
}

.type-detail #description .motolab-size-filters .detail-parameters th,
.type-detail #description .motolab-size-filters .detail-parameters td {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  text-align: left;
  background: transparent;
  border: 0;
}

.type-detail #description .motolab-size-filters .detail-parameters th {
  margin-bottom: 2px;
  color: #7a7f82;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.25;
}

.type-detail #description .motolab-size-filters .detail-parameters td,
.type-detail #description .motolab-size-filters .detail-parameters td a {
  color: #383d3f;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
  overflow-wrap: anywhere;
}

@media (max-width: 767px) {
  .type-detail .motolab-expanded-hero {
    padding: 24px 18px 0;
  }

  .type-detail .motolab-expanded-hero h2 {
    font-size: 22px;
  }

  .type-detail .motolab-expanded-feature-note {
    padding: 10px 11px;
  }

  .type-detail .motolab-expanded-hero__status {
    margin-bottom: 20px;
  }

  .type-detail .motolab-expanded-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .type-detail .motolab-expanded-stat {
    min-height: 72px;
    padding: 14px 12px 14px 0;
    border-bottom: 1px solid #d7d9da;
  }

  .type-detail .motolab-expanded-stat + .motolab-expanded-stat {
    padding-left: 12px;
  }

  .type-detail .motolab-expanded-stat:nth-child(2n) {
    border-right: 0;
  }

  .type-detail .motolab-expanded-columns {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
    padding: 30px 18px 34px;
  }

  .type-detail .motolab-expanded-columns--single {
    grid-template-columns: minmax(0, 1fr);
  }

  .type-detail .motolab-expanded-spec > header {
    min-height: 0;
  }

  .type-detail .motolab-tread {
    padding: 25px 18px 27px;
  }

  .type-detail .motolab-tread-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 16px;
  }

  .type-detail #description .motolab-size-filters {
    margin-top: 22px;
    padding: 16px 18px 18px;
  }

  .type-detail #description .motolab-size-filters .detail-parameters,
  .type-detail #description .motolab-size-filters .detail-parameters tbody {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 14px;
  }
}
