/* ============================================================
   30. HERO KATEGORII PRODUKTU
   ============================================================ */
.rev-cat-hero {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    height: 572px;
    position: relative;
    z-index: 1;
    margin-top: -153px;
    padding-top: 153px;
    box-sizing: border-box;
    overflow: hidden;
}
.rev-cat-hero-bar {
margin-top:25px !important;
    width: 400px;
    flex-shrink: 0;
    background: #e30613;
    margin-top: -153px;
    align-self: stretch;
}
.rev-cat-hero-inner {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    max-width: 1500px;
    min-width: 0;
    margin: 0 auto;
    width: 100%;
}
.rev-cat-hero-image {
    width: 500px;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
    align-self: stretch;
}
.rev-cat-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
    display: block;
}
.rev-cat-hero-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 80px;
    background: #fff;
    min-width: 0;
}
.rev-cat-hero-title {
    font-family: "Bahnschrift", sans-serif !important;
    font-size: clamp(28px, 3.5vw, 52px) !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    color: #1c1c1b !important;
    line-height: 1.05 !important;
    margin-bottom: 8px !important;
    margin-top: 0 !important;
}
.rev-cat-hero-badge {
    font-family: "Bahnschrift", sans-serif;
    font-size: clamp(16px, 2vw, 24px);
    font-weight: 300;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 16px;
    margin-top: 4px;
    line-height: 1;
    color: #1b1b1b !important;
}
.rev-cat-hero-line {
    width: 48px;
    height: 3px;
    background: #e30613;
    margin-bottom: 20px;
    flex-shrink: 0;
}
.rev-cat-hero-desc {
    font-family: "Noto Sans", sans-serif !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
    color: #555 !important;
    max-width: 860px;
    margin: 0 !important;
}
.rev-cat-hero-desc strong {
    color: #1c1c1b;
}
.rev-cat-hero-breadcrumbs {
    position: absolute;
    top: 150px;
    left: 275px;
    z-index: 10;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    color: #888;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
}
.rev-cat-hero-breadcrumbs a {
    color: #888 !important;
    text-decoration: none !important;
    transition: color 0.2s;
}
.rev-cat-hero-breadcrumbs a:hover {
    color: #e30613 !important;
}
.rev-breadcrumb-sep {
    margin: 0 8px;
    color: #ccc;
    font-size: 11px;
}
.rev-bc-home {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #888 !important;
    text-decoration: none !important;
}
.rev-bc-home:hover {
    color: #e30613 !important;
}

