/* ============================================================
   38. HERO SERII PRODUKTOWEJ
   ============================================================ */

.rev-series-hero-title-highlight {
    font-family: 'Bahnschrift', sans-serif;
    font-weight: 300;
    color: #fff;
    display: flex;
    align-items: center;
    width: 320px;
    height: 103px;
    padding: 0 24px;
    box-sizing: border-box;
    position: relative;
    background: #e30613; 
    margin-left: auto !important;
}


.rev-series-hero {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    min-height: 560px;
    position: relative;
    z-index: 1;
    margin-top: -153px;
   padding-top: 153px;
    box-sizing: border-box;
    background: #fff;
    overflow: hidden;
}
.rev-series-hero-bar {
    width: 400px;
margin-top:20px !important;
    flex-shrink: 0;
    background: #e30613;
    align-self: stretch;
    display: flex;
    align-items: center !important;
    justify-content: center;
}
.rev-series-hero-bar-name {
    font-family: "Bahnschrift", sans-serif;
    font-size: 64px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    letter-spacing: 0.05em;
    white-space: nowrap;
    line-height: 1;
}
.rev-series-hero-inner {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 1500px;
margin-top:20px !important;
    min-width: 0;
    margin: 0 auto;
    width: 100%;
}
.rev-series-hero-image {
    flex: 0 0 580px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    height: 400px;
}
.rev-series-hero-image img {
    width: 100%;
    max-width: 660px;
    height: 100%;
    object-fit: contain;
    display: block;
    margin-left: 0px;
    position: relative;
    z-index: 2;
    padding: 0 0 0 60px;
}

.rev-series-hero-image {
    align-self: flex-start;
    padding-top: 60px;
}

.rev-series-hero-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 90px 80px;
    min-width: 0;
}
.rev-series-hero-breadcrumbs {
    position: absolute;
    top: 150px;
    left: 255px;
    z-index: 10;
    font-family: "Noto Sans", sans-serif;
    font-size: 13px;
    color: #999;
    margin-bottom: 28px;
    line-height: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
}
.rev-series-hero-breadcrumbs a {
    color: #999;
    text-decoration: none;
    transition: color 0.2s;
}
.rev-series-hero-breadcrumbs a:hover {
    color: #e30613;
}
.rev-series-hero-title {
    font-family: "Bahnschrift", sans-serif !important;
    font-size: clamp(36px, 5vw, 64px) !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    color: #1c1c1b !important;
    line-height: 1.05 !important;
    margin-top: 0 !important;
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
position: relative;
}
.rev-series-hero-title-sub {
    display: block;
    font-weight: 300 !important;
    font-size: 0.82em;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin-bottom: 4px;
    white-space: nowrap;
}

.rev-series-hero-title-highlight {
    font-family: 'Bahnschrift', sans-serif;
    font-weight: 300;
    color: #1c1c1b;
    display: inline-flex;
    align-items: flex-end;
    height: 103px;
    padding: 0px 0px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.rev-series-hero-desc {
    font-family: "Noto Sans", sans-serif !important;
    font-size: 16px !important;
    line-height: 1.75 !important;
    color: #444 !important;
    margin-bottom: 36px !important;
    max-width: 780px;
}
.rev-series-hero-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.rev-series-hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 24px;
    font-family: "Bahnschrift", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: all 0.3s;
    border-radius: 0;
    cursor: pointer;
}
.rev-series-hero-btn--outline {
    background: transparent;
    color: #1c1c1b !important;
    border: 1px solid #1c1c1b;
}
.rev-series-hero-btn--outline:hover {
    background: #1c1c1b;
    color: #fff !important;
}
.rev-series-hero-btn--outline:hover svg line,
.rev-series-hero-btn--outline:hover svg polyline {
    stroke: #fff;
}
.rev-series-hero-btn--red {
    background: #e30613;
    color: #fff !important;
    border: 1px solid #e30613;
}
.rev-series-hero-btn--red:hover {
    background: #c00510;
    border-color: #c00510;
}
.rev-series-hero-image-wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 560px;
    margin-left: -280px;
    margin-right: 200px;
    width: 100%;
    padding: 4px;
    box-sizing: border-box;
}
.rev-series-hero-main-img {
    transition: opacity 0.15s ease;
}
.rev-series-hero-thumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
}
.rev-series-hero-thumbs-track {
    display: flex;
    gap: 8px;
    flex: 0 0 auto;
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    scrollbar-width: none;
}
.rev-series-hero-thumbs-track::-webkit-scrollbar {
    display: none;
}
.rev-series-hero-thumb {
    flex: 0 0 calc(25% - 6px) !important;
    width: calc(25% - 6px) !important;
    height: auto !important;
    aspect-ratio: 1 !important;
    overflow: hidden;
    border: 2px solid transparent !important;
    background: transparent !important;
    padding: 2px !important;
    cursor: pointer;
    transition: border-color 0.2s;
}
.rev-series-hero-thumb.active {
    border-color: #e30613 !important;
}
.rev-series-hero-thumb:hover {
    border-color: #1c1c1b !important;
}
.rev-series-hero-thumb.active img {
    outline: 2px solid #e30613;
    outline-offset: 2px;
}
.rev-series-hero-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: transform 0.3s;
    outline: none;
}
.rev-series-hero-thumb:hover img {
    transform: scale(1.05);
}
.rev-series-hero-thumb-prev,
.rev-series-hero-thumb-next {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    background: #1c1c1b;
    border: 1px solid #1c1c1b;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition:
        background 0.2s,
        border-color 0.2s;
    padding: 0;
}
.rev-series-hero-thumb-prev:hover,
.rev-series-hero-thumb-next:hover {
    background: #e30613;
    border-color: #e30613;
}
.rev-series-hero-thumb-prev svg polyline,
.rev-series-hero-thumb-next svg polyline {
    stroke: #fff;
}

