/* zakladni popis--------------------- */
.zakladni-popis {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 0 2rem 0;
    text-align: center;
}

.zakladni-popis h2 {
    margin-bottom: 2rem;
}

/* info o LED--------------------- */
.led-info-container {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 1rem;
}

.led-info-container h2 {
    margin-bottom: 1rem;
}

.led-info-container p {
    margin: 8px 0;
}

.led-info-container h4 {
    margin-top: 2rem;
    font-size: 1.2rem;
}

/* vyhody a ovaladani--------------------- */
.product-features-section {
    padding-top: 3rem;
    text-align: center;
    background-color: #ebebeb;
}

.product-features-section-white {
    padding-top: 3rem;
    text-align: center;
}

.product-features {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 2rem 0 2rem 0;
}

.product-features h2 {
    text-align: center;
}

.feature {
    flex: calc(30%);
    min-width: 250px;
    margin: 10px;
    text-align: center;
    box-sizing: border-box;
}

.feature-icon {
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: brightness(0) saturate(100%) invert(70%) sepia(8%) saturate(1379%) hue-rotate(344deg) brightness(85%) contrast(85%);
}

.feature-icon img {
    max-width: 7rem;
    max-height: 7rem;
}

.feature h2 {
    font-size: 1.5em;
    margin-bottom: 1rem;
}

/* osvetleni--------------------- */
.product-section {
    padding-top: 3rem;
    margin: 2rem 0;
    padding-bottom: 3rem;
}

.product-section h1 {
  text-align: center;
  margin-bottom: 2rem;
}

.product-section-grey {
  margin: 0 auto;
  padding: 2rem 1rem;
    background-color: #ebebeb;
}

.product-section-grey h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #000;
}

.product-section-grey p {
  margin: 0 0 2rem 0;
}

.product-section-grey .check {
  color: #5c9f3a;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
}


.product-section-grey h1 {
  text-align: center;
  margin-bottom: 2rem;
}

.product-item {
    display: flex;
    align-items: center;
    padding: 0 2rem;
    gap: 2rem;
}

.product-item.reverse {
    flex-direction: row-reverse;
}

.product-text {
    flex: 1;
}

.product-image-desc {
    flex: 1;
    text-align: center;
}

/* checklist --------------------- */
.check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.check-list li {
    margin-bottom: 18px;
}

.check-list-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.check-list .check {
    color: #5c9f3a;
    font-weight: 700;
    flex-shrink: 0;
    line-height: 1;
}

.check-list h4 {
    margin: 0;
    color: #000;
    font-size: 1.1rem;
    font-weight: 700;
}

.check-list p {
    margin: 6px 0 0 28px;
    color: #000;
}

/* vyhrivaci folie--------------------- */
.heating {
    padding: 3rem 0;
}

/* mobilni zobrazeni--------------------- */
@media (max-width: 767px) {
    .product-features {
        flex-direction: column;
    }

    .product-item {
        flex-direction: column !important;
        padding: 0 0 1rem 0;
        gap: 0px;
    }

    .product-item h3 {
        font-size: 2rem;
    }

    .product-image-desc {
        margin-bottom: 1rem;
    }
}

/* product price sale tag  */
.product-prices .tag-sale {
    display: none;
}

/* CONTENT SEPARATOR */
.content-separator {
    margin: 48px 0 32px;
}

.content-separator h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: #222;
}

.content-separator h2::before,
.content-separator h2::after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: #cfcfcf;
}