@font-face {
  font-family: "Helix";
  src: url("/ext-assets/embed.outfindo.com/fonts/helix/Hellix-Bold.woff") format("woff");
  src: url("/ext-assets/embed.outfindo.com/fonts/helix/Hellix-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Helix";
  src: url("/ext-assets/embed.outfindo.com/fonts/helix/Hellix-Medium.woff") format("woff");
  src: url("/ext-assets/embed.outfindo.com/fonts/helix/Hellix-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: url("/ext-assets/embed.outfindo.com/fonts/open_sans/OpenSans-Regular.woff") format("woff");
  src: url("/ext-assets/embed.outfindo.com/fonts/open_sans/OpenSans-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: url("/ext-assets/embed.outfindo.com/fonts/open_sans/OpenSans-Semibold.woff") format("woff");
  src: url("/ext-assets/embed.outfindo.com/fonts/open_sans/OpenSans-Semibold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Atrament";
  src: url("/ext-assets/embed.outfindo.com/fonts/atrament/Atrament-Bold-Italic.woff") format("woff");
  src: url("/ext-assets/embed.outfindo.com/fonts/atrament/Atrament-Bold-Italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}
.OutfindoProductSpecificationTab {
  background-color: var(--outfindo-tab-inactive-background-color);
  color: var(--outfindo-tab-inactive-typography-color);
  border-radius: var(--outfindo-tab-border-radius);
  padding: 5px 20px;
  font-size: var(--outfindo-tab-font-size);
  font-weight: 400;
  cursor: pointer;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.OutfindoProductSpecificationTab.active {
  background-color: var(--outfindo-tab-active-background-color);
  color: var(--outfindo-tab-active-typography-color);
  cursor: default;
}

.OutfindoProductSpecificationTabs {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: var(--outfindo-tabs-spacing);
  margin: 0 0 30px;
}
@media (max-width: 768px) {
  .OutfindoProductSpecificationTabs {
    width: 100%;
  }
}

.OutfindoProductSpecificationContent {
  display: none;
}
.OutfindoProductSpecificationContent.visible {
  display: block;
}

.ProductSpecificationComponentQualityContainer {
  display: flex;
}
@media (max-width: 768px) {
  .ProductSpecificationComponentQualityContainer {
    display: block;
    padding-bottom: 45px;
  }
}
@media (max-width: 520px) {
  .ProductSpecificationComponentQualityContainer {
    padding-bottom: 55px;
  }
}
.ProductSpecificationComponentQualityContainer__col {
  flex: 0 0 50%;
  width: 50%;
}
@media (max-width: 768px) {
  .ProductSpecificationComponentQualityContainer__col {
    width: 100%;
  }
}
.ProductSpecificationComponentQualityContainer__col:last-child {
  display: flex;
  align-items: flex-start;
  padding-top: 38px;
}
@media (max-width: 768px) {
  .ProductSpecificationComponentQualityContainer__col:last-child {
    padding-top: 0;
    margin-top: 20px;
  }
}
.ProductSpecificationComponentQualityContainer__head {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}
.ProductSpecificationComponentQualityContainer__title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #343434;
}
@media (max-width: 768px) {
  .ProductSpecificationComponentQualityContainer__title {
    font-size: 18px;
    line-height: 22px;
  }
}
.ProductSpecificationComponentQualityContainer__description {
  padding-right: 36px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #808080;
}
@media (max-width: 992px) {
  .ProductSpecificationComponentQualityContainer__description {
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .ProductSpecificationComponentQualityContainer__description {
    max-width: 100%;
    padding-right: 0;
  }
}
.ProductSpecificationComponentQualityContainer__tag {
  margin-left: 16px;
  padding: 4px 8px 3px;
  white-space: nowrap;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: var(--outfindo-primary-color);
  color: var(--outfindo-primary-typography-color);
  border: solid 1px var(--outfindo-primary-color);
  border-radius: 4px;
}

@media (max-width: 768px) {
  .ProductSpecificationHeightRangeContainer {
    padding: 15px 5px;
  }
}
.ProductSpecificationHeightRangeContainer__content {
  display: flex;
  grid-gap: 12px;
  gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .ProductSpecificationHeightRangeContainer__content {
    display: block;
  }
}
.ProductSpecificationHeightRangeContainer__col:first-child {
  flex: 1;
  padding-right: 30px;
}
@media (max-width: 768px) {
  .ProductSpecificationHeightRangeContainer__col:first-child {
    padding-right: 0;
  }
}
.ProductSpecificationHeightRangeContainer__col:last-child {
  width: calc(50% - 10px);
}
@media (max-width: 768px) {
  .ProductSpecificationHeightRangeContainer__col:last-child {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .ProductSpecificationHeightRangeContainer__col {
    width: 100%;
  }
}
.ProductSpecificationHeightRangeContainer__head {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}
.ProductSpecificationHeightRangeContainer__title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #343434;
}
@media (max-width: 768px) {
  .ProductSpecificationHeightRangeContainer__title {
    font-size: 18px;
    line-height: 22px;
  }
}
.ProductSpecificationHeightRangeContainer__description {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #808080;
}
@media (max-width: 768px) {
  .ProductSpecificationHeightRangeContainer__description {
    padding-top: 16px;
  }
}
.ProductSpecificationHeightRangeContainer__row {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  overflow-x: visible;
  cursor: pointer;
}
.ProductSpecificationHeightRangeContainer__row:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  content: "";
}
.ProductSpecificationHeightRangeContainer__row:last-child {
  border-bottom: none;
}
.ProductSpecificationHeightRangeContainer__row.active {
  opacity: 1;
  cursor: default;
}
.ProductSpecificationHeightRangeContainer__row.active:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--outfindo-primary-color);
  opacity: 0.1;
  content: "";
  z-index: 0;
}
.ProductSpecificationHeightRangeContainer__row.disabled {
  background-color: #f4f4f4;
  cursor: default;
}
.ProductSpecificationHeightRangeContainer__row.disabled .ProductSpecificationHeightRangeContainer__name, .ProductSpecificationHeightRangeContainer__row.disabled .ProductSpecificationHeightRangeContainer__label {
  color: #bcbcbc;
}
.ProductSpecificationHeightRangeContainer__row:hover:not(.active):not(.disabled):before {
  left: -250px;
  right: -1300px;
  background-color: #e6e6e6;
  opacity: 1;
  z-index: 0;
}
.ProductSpecificationHeightRangeContainer__names .ProductSpecificationHeightRangeContainer__row:hover:not(.active):not(.disabled):before {
  left: 0;
}
.ProductSpecificationHeightRangeContainer__bars .ProductSpecificationHeightRangeContainer__row:hover:not(.active):not(.disabled):before {
  right: 0;
}
.ProductSpecificationHeightRangeContainer__name {
  display: flex;
  align-items: center;
  position: relative;
  padding: 8px 10px;
  text-align: center;
  white-space: nowrap;
  z-index: 1;
  min-height: 35px;
  box-sizing: border-box;
  line-height: 1;
}
.active .ProductSpecificationHeightRangeContainer__name {
  font-weight: 700;
}
.ProductSpecificationHeightRangeContainer__bar-wrapper {
  width: 100%;
  padding: 8px 40px 8px 30px;
  min-height: 35px;
  box-sizing: border-box;
}
.ProductSpecificationHeightRangeContainer__bar-inner {
  position: relative;
  height: 100%;
}
.ProductSpecificationHeightRangeContainer__data {
  position: relative;
  overflow: hidden;
  display: flex;
}
.ProductSpecificationHeightRangeContainer__bars {
  flex: 1;
}
.ProductSpecificationHeightRangeContainer__bar {
  position: absolute;
  top: 50%;
  height: 2px;
  margin-top: -1px;
  border-radius: 8px;
  background-color: #bcbcbc;
  z-index: 1;
}
.active .ProductSpecificationHeightRangeContainer__bar {
  background-color: var(--outfindo-primary-color);
  height: 4px;
  margin-top: -3px;
}
.ProductSpecificationHeightRangeContainer__label {
  position: absolute;
  left: 0;
  top: 50%;
  padding: 0 5px;
  font-size: 14px;
  line-height: 16px;
  color: #808080;
  transform: translate(-100%, -50%);
}
.active .ProductSpecificationHeightRangeContainer__label {
  font-weight: 700;
}
.ProductSpecificationHeightRangeContainer__label:last-child {
  left: auto;
  right: 0;
  transform: translate(100%, -50%);
}
.ProductSpecificationHeightRangeContainer__link {
  display: block;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.OutfindoProductSpecificationGroupWithNestedGroups__title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #343434;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .OutfindoProductSpecificationGroupWithNestedGroups__title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 16px;
  }
}
.OutfindoProductSpecificationGroupWithNestedGroups__nestedGroupsWrapper {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  transition: max-height 0.3s ease-out;
}
.OutfindoProductSpecificationGroupWithNestedGroups__nestedGroupsWrapper:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 150px;
  content: "";
  background: white;
  background: -moz-linear-gradient(0deg, white 0%, white 16%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(0deg, white 0%, white 16%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, white 0%, white 16%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  transition-property: opacity, visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.OutfindoProductSpecificationGroupWithNestedGroups__nestedGroups {
  columns: 2;
  column-gap: 32px;
}
@media (max-width: 768px) {
  .OutfindoProductSpecificationGroupWithNestedGroups__nestedGroups {
    columns: 1;
    column-gap: 0;
  }
}
.OutfindoProductSpecificationGroupWithNestedGroups__nestedGroup {
  break-inside: avoid;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .OutfindoProductSpecificationGroupWithNestedGroups__nestedGroup {
    margin-bottom: 16px;
  }
}
.OutfindoProductSpecificationGroupWithNestedGroups__nestedGroupTitle {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  margin: 0;
  color: #909090;
}
.OutfindoProductSpecificationGroupWithNestedGroups__parameter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #bcbcbc;
  padding: 16px 0;
}
.OutfindoProductSpecificationGroupWithNestedGroups__parameter:last-child {
  border-bottom: none;
}
.OutfindoProductSpecificationGroupWithNestedGroups__parameterName {
  font-weight: 700;
  margin: 0;
}
.OutfindoProductSpecificationGroupWithNestedGroups__parameterValue {
  color: #808080;
  flex: 0 0 50%;
  text-align: left;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
}
.OutfindoProductSpecificationGroupWithNestedGroups__visibilityToggleButton {
  padding-bottom: 16px;
  text-align: center;
  text-decoration: underline;
}
.contentVisible .OutfindoProductSpecificationGroupWithNestedGroups__visibilityToggleButton {
  padding-top: 18px;
}
.OutfindoProductSpecificationGroupWithNestedGroups__visibilityToggleButtonText {
  font-size: 18px;
  cursor: pointer;
}
.OutfindoProductSpecificationGroupWithNestedGroups__visibilityToggleButtonText.hide {
  display: none;
}
.OutfindoProductSpecificationGroupWithNestedGroups__visibilityToggleButtonText.show {
  display: inline;
}
.OutfindoProductSpecificationGroupWithNestedGroups.contentVisible .OutfindoProductSpecificationGroupWithNestedGroups__nestedGroupsWrapper {
  max-height: 900px;
  transition-timing-function: ease-in;
}
.OutfindoProductSpecificationGroupWithNestedGroups.contentVisible .OutfindoProductSpecificationGroupWithNestedGroups__nestedGroupsWrapper:after {
  opacity: 0;
  visibility: hidden;
  transition-timing-function: ease-in;
}
@media (max-width: 768px) {
  .OutfindoProductSpecificationGroupWithNestedGroups.contentVisible .OutfindoProductSpecificationGroupWithNestedGroups__nestedGroupsWrapper {
    max-height: 1600px;
  }
}
.OutfindoProductSpecificationGroupWithNestedGroups.contentVisible .OutfindoProductSpecificationGroupWithNestedGroups__title,
.OutfindoProductSpecificationGroupWithNestedGroups.contentVisible .OutfindoProductSpecificationGroupWithNestedGroups__nestedGroups {
  display: block;
}
.OutfindoProductSpecificationGroupWithNestedGroups.contentVisible .OutfindoProductSpecificationGroupWithNestedGroups__visibilityToggleButtonText.hide {
  display: inline;
}
.OutfindoProductSpecificationGroupWithNestedGroups.contentVisible .OutfindoProductSpecificationGroupWithNestedGroups__visibilityToggleButtonText.show {
  display: none;
}

.OutfindoProductSpecsHead__top {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .OutfindoProductSpecsHead__top {
    flex-direction: column;
  }
}
.OutfindoProductSpecsHead__list {
  display: flex;
  padding: 0;
  list-style: none;
  gap: 24px;
  max-width: 1240px;
  margin: 0 auto 32px;
}
@media (max-width: 768px) {
  .OutfindoProductSpecsHead__list {
    flex-direction: column;
  }
}
.OutfindoProductSpecsHead__block {
  padding: 16px;
  background-color: #FFDE00;
  border-radius: 8px;
  flex-basis: 33.3332%;
  font-family: Helix, sans-serif;
}
@media (max-width: 768px) {
  .OutfindoProductSpecsHead__block {
    flex-basis: 100%;
  }
}
.OutfindoProductSpecsHead__blockText {
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  color: #666666;
}
.OutfindoProductSpecsHead__blockText strong {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #343434;
  margin-bottom: 8px;
}
.OutfindoProductSpecsHead__caption {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .OutfindoProductSpecsHead__caption {
    text-align: center;
    align-items: center;
  }
}
.OutfindoProductSpecsHead__title {
  font-size: 38px;
  font-weight: 700;
  color: #343434;
  font-family: Atrament, sans-serif;
  text-transform: uppercase;
  margin: 0 0 8px 0;
  max-width: 640px;
}
.OutfindoProductSpecsHead__subTitle {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  font-family: Helix, sans-serif;
  color: #808080;
  margin: 0 0 8px 0;
}
.OutfindoProductSpecsHead__price {
  font-family: Helix, sans-serif;
  color: #343434;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  margin: 0 0 24px 0;
}
.OutfindoProductSpecsHead__button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #666666;
  border-radius: 8px;
  padding: 8px 32px;
  transition: opacity 0.3s ease-out;
  opacity: 1;
  cursor: pointer;
  text-decoration: none;
}
@media (max-width: 768px) {
  .OutfindoProductSpecsHead__button {
    box-sizing: border-box;
    width: 100%;
  }
}
.OutfindoProductSpecsHead__button:hover {
  opacity: 0.6;
}
.OutfindoProductSpecsHead__imagesWrapper {
  flex-basis: 50%;
  width: 50%;
  box-sizing: border-box;
  height: auto;
}
@media (max-width: 1400px) {
  .OutfindoProductSpecsHead__imagesWrapper {
    padding-right: 32px;
  }
}
@media (max-width: 768px) {
  .OutfindoProductSpecsHead__imagesWrapper {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 32px;
    padding-right: 0;
  }
}
.OutfindoProductSpecsHead__image {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 320px;
  height: auto;
  margin: 0 auto;
}
.OutfindoProductSpecsHead__descTop {
  display: block;
  margin: 24px auto 32px;
}
.OutfindoProductSpecsHead__descBottom {
  display: block;
  margin: 0 auto;
  width: 624px;
  height: 100px;
}
@media (max-width: 768px) {
  .OutfindoProductSpecsHead__descBottom {
    display: none;
  }
}
.OutfindoProductSpecsHead__descBottom.mobile {
  max-width: 100%;
  height: auto;
  width: 343px;
  display: none;
}
@media (max-width: 768px) {
  .OutfindoProductSpecsHead__descBottom.mobile {
    display: block;
  }
}

.OutfindoProductSpecs {
  font-family: var(--outfindo-font-family-primary);
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .OutfindoProductSpecs {
    gap: 16px;
  }
}
.OutfindoProductSpecs.padded {
  padding: 64px;
}
@media (max-width: 992px) {
  .OutfindoProductSpecs.padded {
    padding: 16px;
  }
}

.OutfindoProductSpecs__wrapper {
  padding: 32px;
  border: solid 1px #e6e6e6;
  border-radius: var(--outfindo-border-radius);
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .OutfindoProductSpecs__wrapper {
    padding: 16px;
  }
}

.OutfindoScore {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  width: 100%;
}
.OutfindoScore__bar {
  flex: 1;
  height: 5px;
  border-radius: 2px;
}
.OutfindoScore__bar.active {
  background-color: var(--outfindo-primary-color);
}
.OutfindoScore__bar.split {
  display: flex;
  justify-content: center;
  align-items: center;
}
.OutfindoScore__bar.inactive {
  background-color: #bcbcbc;
}
.OutfindoScore__barSegment {
  height: 5px;
}
.OutfindoScore__barSegment.active {
  background-color: var(--outfindo-primary-color);
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.OutfindoScore__barSegment.active.full {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.OutfindoScore__barSegment.inactive {
  background-color: #bcbcbc;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.OutfindoScore__barSegment.inactive.full {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.ProductParameterSegment {
  width: 100%;
}
.ProductParameterSegment.exact-value {
  margin-bottom: 10px;
}
.ProductParameterSegment__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 5px;
}
.ProductParameterSegment__label {
  font-size: 14px;
  line-height: 16px;
  color: #808080;
}
.ProductParameterSegment__label.active {
  color: var(--outfindo-black-color);
  position: absolute;
  left: -40px;
  right: -40px;
  top: calc(100% + 16px);
  display: flex;
  justify-content: center;
  white-space: nowrap;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .ProductParameterSegment__bar:first-child .ProductParameterSegment__label.active {
    left: 0;
    right: auto;
    justify-content: flex-start;
    white-space: nowrap;
  }
  .ProductParameterSegment__bar:last-child .ProductParameterSegment__label.active {
    right: 0;
    left: auto;
    justify-content: flex-end;
    white-space: nowrap;
  }
}
@media (max-width: 520px) {
  .ProductParameterSegment__label.active {
    white-space: normal;
  }
}
@media (max-width: 360px) {
  .ProductParameterSegment__label.active {
    text-align: center;
    left: -40px;
    right: -40px;
  }
}
.ProductParameterSegment__scale {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  width: 100%;
}
.ProductParameterSegment__bar {
  flex: 1;
  height: 4px;
  width: 100%;
  border-radius: 2px;
  position: relative;
}
.ProductParameterSegment__bar.active {
  height: 6px;
  background-color: var(--outfindo-primary-color);
}
.ProductParameterSegment__bar.show-arrow {
  position: relative;
}
.ProductParameterSegment__bar.show-arrow:before {
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -7px;
  border-style: solid;
  border-width: 0 7px 8px 7px;
  border-color: transparent transparent var(--outfindo-primary-typography-color) transparent;
  content: "";
}
.ProductParameterSegment__bar.inactive {
  background-color: #bcbcbc;
}
.ProductParameterSegment__exact {
  position: absolute;
  top: 0;
  padding-top: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  min-width: 16px;
  justify-content: center;
  font-size: 12px;
  line-height: 14px;
  color: #808080;
}
.ProductParameterSegment__exact:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 6px;
  top: -1px;
  z-index: 1;
  border-radius: 3px;
  background-color: var(--outfindo-primary-color);
}
.ProductParameterSegment__exact:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  border-style: solid;
  border-width: 0 3px 4px 3px;
  border-color: transparent transparent #808080 transparent;
  content: "";
}

.OutfindoProductDetailParameterContentNumRange__rangeWrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.OutfindoProductDetailParameterContentNumRange__rangeContent {
  width: calc(100% - 120px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .OutfindoProductDetailParameterContentNumRange__rangeContent {
    width: calc(100% - 100px);
  }
}
.OutfindoProductDetailParameterContentNumRange__rangeLine {
  height: 5px;
  width: 30px;
  background-color: #bcbcbc;
}
.OutfindoProductDetailParameterContentNumRange__rangeLine.grayOne {
  width: calc(50% - 30px);
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.OutfindoProductDetailParameterContentNumRange__rangeLine.grayTwo {
  width: calc(50% - 30px);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.OutfindoProductDetailParameterContentNumRange__rangeBox {
  background-color: var(--outfindo-primary-color);
  color: var(--outfindo-primary-typography-color);
  width: 60px;
  height: 20px;
  border-radius: 2px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
}
@media (max-width: 992px) {
  .OutfindoProductDetailParameterContentNumRange__rangeBox {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .OutfindoProductDetailParameterContentNumRange__rangeBox {
    font-size: 14px;
  }
}
@media (max-width: 520px) {
  .OutfindoProductDetailParameterContentNumRange__rangeBox {
    font-size: 12px;
  }
}
.OutfindoProductDetailParameterContentNumRange__rangeBox.hidden {
  color: var(--outfindo-primary-color);
  height: 2px;
}
.OutfindoProductDetailParameterContentNumRange__value {
  color: #343434;
  font-size: 14px;
  line-height: 16px;
}
@media (max-width: 992px) {
  .OutfindoProductDetailParameterContentNumRange__value {
    font-size: 12px;
    line-height: 14px;
  }
}
.OutfindoProductDetailParameterContentNumRange__value:first-child {
  margin-right: 5px;
}
.OutfindoProductDetailParameterContentNumRange__value:last-child {
  margin-left: 5px;
}
.OutfindoProductDetailParameterContentNumRange__description {
  color: #bcbcbc;
  font-size: 14px;
}

.OutfindoProductDetailParameterContentScore__lines {
  width: 100%;
  margin: 5px 0;
}
.OutfindoProductDetailParameterContentScore__description {
  color: #bcbcbc;
  font-size: 14px;
}

.OutfindoProductDetailParameterContentText {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #343434;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 992px) {
  .OutfindoProductDetailParameterContentText {
    font-size: 12px;
    line-height: 14px;
  }
}

.OutfindoProductDetailSpecificationItemContainerMain {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  margin: 10px 0;
}
.OutfindoProductDetailSpecificationItemContainerMain.clickable {
  cursor: pointer;
}
.OutfindoProductDetailSpecificationItemContainerMain__mainContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  height: 50px;
  background-color: #fafafa;
  border-radius: 10px;
  border-bottom: none;
}
.OutfindoProductDetailSpecificationItemContainerMain__mainContainer.unwrapped {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 1px solid #e6e6e6;
}
.OutfindoProductDetailSpecificationItemContainerMain__descriptionWrapper {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  background-color: #ffffff;
  transition: 0.3s ease-in-out;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.OutfindoProductDetailSpecificationItemContainerMain__descriptionWrapper.visible {
  max-height: 500px;
  opacity: 1;
}
.OutfindoProductDetailSpecificationItemContainerMain__descriptionWrapper p {
  margin: 15px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #343434;
}
@media (max-width: 992px) {
  .OutfindoProductDetailSpecificationItemContainerMain__descriptionWrapper p {
    font-size: 12px;
    line-height: 14px;
  }
}
.OutfindoProductDetailSpecificationItemContainerMain__name {
  width: calc(50% - 20px);
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  color: #343434;
}
@media (max-width: 992px) {
  .OutfindoProductDetailSpecificationItemContainerMain__name {
    width: calc(50% - 20px);
    font-size: 12px;
    line-height: 14px;
  }
}
.OutfindoProductDetailSpecificationItemContainerMain__value {
  width: calc(50% - 40px);
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #343434;
}
@media (max-width: 992px) {
  .OutfindoProductDetailSpecificationItemContainerMain__value {
    width: calc(50% - 20px);
    font-size: 12px;
    line-height: 14px;
  }
}
.OutfindoProductDetailSpecificationItemContainerMain__arrowIconWrapper {
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  opacity: 0;
}
@media (max-width: 992px) {
  .OutfindoProductDetailSpecificationItemContainerMain__arrowIconWrapper {
    width: 40px;
  }
}
.OutfindoProductDetailSpecificationItemContainerMain__arrowIconWrapper.visible {
  opacity: 1;
}
.OutfindoProductDetailSpecificationItemContainerMain__arrowIcon.flipped {
  transform: rotate(180deg);
}

.OutfindoProductDetailSpecificationItemContainerSub {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
}
.OutfindoProductDetailSpecificationItemContainerSub__name {
  width: 25%;
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
  color: #343434;
  margin-top: -5px;
}
@media (max-width: 768px) {
  .OutfindoProductDetailSpecificationItemContainerSub__name {
    width: 50%;
    font-size: 18px;
    line-height: 22px;
    margin: 0;
  }
}
.OutfindoProductDetailSpecificationItemContainerSub__value, .OutfindoProductDetailSpecificationItemContainerSub__additionalValue {
  width: 25%;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #343434;
}
@media (max-width: 768px) {
  .OutfindoProductDetailSpecificationItemContainerSub__value, .OutfindoProductDetailSpecificationItemContainerSub__additionalValue {
    width: 100%;
  }
}
.OutfindoProductDetailSpecificationItemContainerSub__description {
  width: 25%;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #808080;
}
@media (max-width: 768px) {
  .OutfindoProductDetailSpecificationItemContainerSub__description {
    width: 100%;
    margin: 7px 0;
  }
}
.OutfindoProductDetailSpecificationItemContainerSub__scoreWrapper {
  width: 25%;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #343434;
  opacity: 0;
  height: 0;
}
.OutfindoProductDetailSpecificationItemContainerSub__scoreWrapper.visible {
  opacity: 1;
  height: unset;
}
@media (max-width: 768px) {
  .OutfindoProductDetailSpecificationItemContainerSub__scoreWrapper {
    display: none;
  }
}
.OutfindoProductDetailSpecificationItemContainerSub__scoreDescription {
  color: #808080;
}
@media (max-width: 768px) {
  .OutfindoProductDetailSpecificationItemContainerSub__valueContent.desktop {
    display: none;
  }
}
.OutfindoProductDetailSpecificationItemContainerSub__valueContent.mobile {
  display: none;
}
@media (max-width: 768px) {
  .OutfindoProductDetailSpecificationItemContainerSub__valueContent.mobile {
    display: block;
  }
}
@media (max-width: 768px) {
  .OutfindoProductDetailSpecificationItemContainerSub.desktop {
    display: none;
  }
}
.OutfindoProductDetailSpecificationItemContainerSub.mobile {
  display: none;
  align-items: stretch;
}
@media (max-width: 768px) {
  .OutfindoProductDetailSpecificationItemContainerSub.mobile {
    display: flex;
  }
}
.OutfindoProductDetailSpecificationItemContainerSub.mobile .OutfindoProductDetailSpecificationItemContainerSub__column {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: 1;
  width: 100%;
  gap: 8px;
}
.OutfindoProductDetailSpecificationItemContainerSub.mobile .OutfindoProductDetailSpecificationItemContainerSub__name {
  width: 100%;
}
.OutfindoProductDetailSpecificationItemContainerSub.mobile .OutfindoProductDetailSpecificationItemContainerSub__value {
  width: 100%;
}

.OutfindoProductDetailTabContentAboutBrand {
  padding: 32px;
  border: solid 1px #e6e6e6;
  border-radius: var(--outfindo-border-radius);
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .OutfindoProductDetailTabContentAboutBrand {
    padding: 16px;
  }
}
.OutfindoProductDetailTabContentAboutBrand__heading {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  color: #343434;
  margin-bottom: 8px;
}
.OutfindoProductDetailTabContentAboutBrand__paragraph {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #808080;
}

.OutfindoProductDetailTabContentMoreAboutBike__heading {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  color: #343434;
}
.OutfindoProductDetailTabContentMoreAboutBike__paragraph {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #808080;
}

.OutfindoProductDetailTabContentReportError {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
}
.OutfindoProductDetailTabContentReportError__link {
  position: relative;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-decoration: none;
  background: none;
  color: #343434;
  transition: opacity 0.3s ease-in-out;
}
.OutfindoProductDetailTabContentReportError__link:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 20px;
  height: 1px;
  bottom: 5%;
  background-color: #343434;
  transition-property: transform, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transform: translateY(0px);
}
@media (hover: hover) and (pointer: fine) {
  .OutfindoProductDetailTabContentReportError__link:hover {
    opacity: 0.7;
  }
  .OutfindoProductDetailTabContentReportError__link:hover:before {
    transform: translateY(5px);
    opacity: 0;
  }
}
.OutfindoProductDetailTabContentReportError__icon {
  margin-left: 4px;
  width: 14px;
  height: 14px;
  display: inline-flex;
  border-radius: 50%;
  border: 1px solid #343434;
  color: #343434;
  justify-content: center;
  align-items: center;
}

.OutfindoProductDetailSpecificationItemContainer {
  border-bottom: solid 1px #bcbcbc;
  padding: 25px 5px;
}
.OutfindoProductDetailSpecificationItemContainer:first-child {
  padding-top: 0;
}
.OutfindoProductDetailSpecificationItemContainer:last-child {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .OutfindoProductDetailSpecificationItemContainer {
    padding: 15px 5px;
  }
  .OutfindoProductDetailSpecificationItemContainer:first-child {
    padding-top: 15px;
  }
  .OutfindoProductDetailSpecificationItemContainer:last-child {
    padding-bottom: 15px;
  }
}
.OutfindoProductDetailSpecificationItemContainer:last-child {
  border-bottom: none;
}

.OutfindoCatalogGuideOptionBulletsContainer {
  margin: 7px 0;
  width: 100%;
}
.OutfindoCatalogGuideOptionBulletsContainer__bulletWrapper img,
.OutfindoCatalogGuideOptionBulletsContainer__bulletWrapper svg {
  height: 8px;
  margin: 0 4px 0 0;
}
.OutfindoCatalogGuideOptionBulletsContainer__bullet {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.OutfindoCatalogGuideOptionBulletsContainer__bulletText {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #909090;
}

/*# sourceMappingURL=outfindo-product-specs.css.map */