/* ============================================================
   45. SEKCJA O PRODUKCIE
   ============================================================ */
.rev-product-section {
    padding: 0px 60px 60px 60px;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
}
.rev-product-inner {
    max-width: 1500px;
    margin: 0 auto;
}
.rev-product-header {
    margin-bottom: 40px;
}
.rev-product-title {
    font-family: "Bahnschrift", sans-serif !important;
    font-size: 36px !important;
    font-weight: 300 !important;
    text-transform: uppercase !important;
    color: #1c1c1b !important;
    line-height: 1.1 !important;
    margin-bottom: 16px !important;
    margin-top: 0 !important;
}
.rev-product-title strong {
    font-weight: 900 !important;
}
.rev-product-title-line {
    width: 48px;
    height: 3px;
    background: #e30613;
}
.rev-product-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    margin-bottom: 64px;
    align-items: start;
}
.rev-product-desc p {
    font-family: "Noto Sans", sans-serif !important;
    font-size: 15px !important;
    line-height: 1.75 !important;
    color: #444 !important;
    margin-bottom: 20px !important;
}
.rev-product-desc p:last-child {
    margin-bottom: 0 !important;
}
.rev-product-desc strong {
    color: #1c1c1b !important;
    font-weight: 700 !important;
}
.rev-product-features-title {
    font-family: "Bahnschrift", sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.2em !important;
    text-transform: uppercase !important;
    color: #1c1c1b !important;
    margin-bottom: 20px !important;
    margin-top: 0 !important;
}
.rev-product-features-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.rev-product-features-list li {
    font-family: "Noto Sans", sans-serif !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    color: #444 !important;
    padding-left: 20px !important;
    position: relative;
    margin: 0 !important;
}
.rev-product-features-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #e30613;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.6;
}
.rev-product-features-list li strong {
    color: #1c1c1b !important;
    font-weight: 700 !important;
}
.rev-product-image {
    width: 100%;
    text-align: center;
}
.rev-product-image img {
    width: 100%;
    max-width: 900px;
    height: auto;
    display: block;
    margin: 0 auto;
}

