:root {
  --header-height: 6.7rem;
}
@media (width > 768px) {
  :root {
    --header-height: 11.2rem;
  }
}

.product-info-technical .product-features-main-title {
  color: var(--red-main);
  text-align: right;
  font-family: Simpler;
  font-size: 3.4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  margin-bottom: 2rem;
  display: block;
  text-decoration: none;
  border-bottom: none;
  outline: none;
}
@media (width <= 768px) {
  .product-info-technical .product-features-main-title {
    display: none;
  }
}
.product-info-technical .feature-title {
  color: var(--black-main, #333032);
  text-align: right;
  font-family: Simpler;
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  margin-bottom: 1.4rem;
}
@media (width > 768px) {
  .product-info-technical .feature-title {
    font-size: 2.2rem;
  }
}
.product-info-technical .feature-title.product-options-title {
  margin-top: 2rem;
}
.product-info-technical p {
  color: var(--black-main, #333032);
  text-align: right;
  font-family: Simpler;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  max-width: 42rem;
}
.product-info-technical .product-class-debug {
  text-align: right;
  direction: rtl;
}
.product-info-technical .product-attributes-list {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  margin-top: 1.4rem;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  border-top: 0.1rem solid var(--red-30, #f4b2c1);
  border-bottom: 0.1rem solid var(--red-30, #f4b2c1);
}
.product-info-technical .product-attribute-item {
  display: flex;
  flex-direction: row;
  gap: 3.2rem;
  text-align: right;
  padding-bottom: 1.3rem;
  border-bottom: 0.1rem solid var(--red-30, #f4b2c1);
  align-items: flex-start;
}
.product-info-technical .product-attribute-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.product-info-technical .product-attribute-item .attribute-label {
  color: var(--black-main, #333032);
  font-family: Simpler;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 130%;
  flex-shrink: 0;
  min-width: 8.2rem;
}
.product-info-technical .product-attribute-item .attribute-values {
  color: var(--black-main, #333032);
  font-family: Simpler;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 130%;
}

.product-colors-section {
  margin-top: 3.2rem;
}
@media (width > 768px) {
  .product-colors-section {
    margin-top: 3.8rem;
  }
}
.product-colors-section .product-colors-title {
  color: var(--black-main, #333032);
  text-align: right;
  font-family: Simpler;
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  margin-bottom: 1.4rem;
}
@media (width > 768px) {
  .product-colors-section .product-colors-title {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}
.product-colors-section .product-colors-description {
  color: var(--black-main, #333032);
  text-align: right;
  font-family: Simpler;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 1.6rem;
}
@media (width > 768px) {
  .product-colors-section .product-colors-description {
    margin-bottom: 1.2rem;
  }
}
.product-colors-section .product-colors-btn .btn-text {
  font-size: 1.6rem;
}
.product-colors-section .product-fans-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.product-colors-section .product-colors-gap {
  height: 1.6rem;
}
@media (width > 768px) {
  .product-colors-section .product-colors-gap {
    height: 1.2rem;
  }
}
