/* 
Template Name: Mediumish 
Copyright: Sal, WowThemes.net, https://www.wowthemes.net 
License: https://www.wowthemes.net/freebies-license/ 
*/
@media screen and (min-width:1500px) {
    html { font-size:18px; } /* Increase the font size on higher resolutions */
    .container {max-width:80%;}
}
html, body {
    overflow-x: hidden;
}

.main-heading {
    padding: 1rem 0rem;
}

.layout-default .main-heading {
    min-height: 380px;
    background-image: url('/assets/images/banner-hero.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: right bottom;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

@media (max-width: 767px) {
    .layout-default .main-heading {
        min-height: 424px;
        background-image: url('/assets/images/banner-hero-mobile.png');
        background-size: 100% auto;
        background-position: center bottom;
        justify-content: flex-start;
        padding-top: 1.5rem;
        margin-left: -24px;
        margin-right: -24px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .main-heading .contact {
        margin-bottom: 0;
    }
}

a {
    color: #00ab6b;
    transition: all 0.2s;
}

a:hover {
    color: #038252;
    text-decoration: none;
}

pre {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: #E3EDF3 1px solid;
    width: 100%;
    padding: 7px;
    font-family: monospace, sans-serif;
    font-size: .9rem;
    white-space: pre;
    overflow: auto;
    background: #fff;
    border-radius: 0px;
    line-height: 1.6;
    color: #333;
    margin-bottom: -rem;
}

.navbar-toggler {
    border: none;
    padding: 0 12px 0 0;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler-icon {
    width: 24px;
    height: 24px;
}

.navbar-close-icon {
    display: none;
    font-size: 1.8rem;
    line-height: 1;
    color: #333;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    display: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-close-icon {
    display: inline;
}

.nav-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1029;
}


/* Mobile menu styling */
@media (max-width: 991px) {
    #navbarMediumish .nav-item .nav-link {
        font-size: 1.4rem;
        font-weight: 600;
        padding: 0.75rem 0;
        color: #222;
        text-align: center;
    }

    #navbarMediumish .nav-item .nav-link.active {
        color: #00ab6b;
    }

    #navbarMediumish .navbar-nav {
        text-align: center;
        padding: 1rem 15px;
    }

    #navbarMediumish .nav-item.pl-2 {
        padding-left: 0 !important;
    }

    #navbarMediumish .nav-item.pl-2 > form > div {
        width: 100% !important;
    }

    #navbarMediumish .nav-item.pl-2 input {
        width: 100%;
    }
}

.medium-navigation {
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .15);
    transition: top 0.2s ease-in-out;
}

.main-content {
    min-height: 300px;
}

.main-heading h1 {
    margin-bottom: 1rem;
}

.main-heading .contact{
    margin-top: 24px;
    margin-bottom:64px;
}

/* WhatsApp Button Variants */
.whatsapp-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 40px;
    padding: 12px 24px;
    font-size: 1rem;
    text-decoration: none;
    white-space: nowrap;
}

.whatsapp-button--outlined {
    border: 1px solid #25D366;
    color: inherit;
    background-color: transparent;
}

.whatsapp-button--outlined:hover {
    background-color: #25D366;
    color: #ffffff;
    text-decoration: none;
}

.whatsapp-button--fill {
    background-color: #25D366;
    border: 1px solid #ffffff;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.whatsapp-button--fill:hover {
    background-color: #128C7E;
    color: #ffffff;
    text-decoration: none;
}

.site-content {
    min-height: 60vh;
    padding-top: 1.5rem;
    margin-top: 82px;
    transition: all 0.4s;
}

section {
    margin-bottom: 20px;
}

section.featured-posts {
    margin-top: 64px;
}

section.recent-posts {
    margin-top: 64px;
    margin-bottom: 0;
}

.post-box-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.95rem;
    color: #888;
    margin-bottom: 6px;
    text-transform: capitalize;
}

.section-title h2 {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    margin-top: 1rem;
    margin-bottom: 24px;
}

.section-title span {
    border-bottom: 1px solid rgba(0, 0, 0, .44);
    display: inline-block;
    padding-bottom: 20px;
    margin-bottom: -1px;
}

.article-post ol,
.article-post ul {
    margin-bottom: 1.5rem;
}

.article-post ol ol,
.article-post ul ul {
    list-style: disc;
    margin-bottom: 0rem;
}

@media (min-width:576px) {
    .card-columns.list-featured-tag {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (min-width:992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.8rem;
        padding-left: 0.8rem;
    }
}

.list-featured-tag {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.list-featured-tag .wrap-thumbnail {
    height: 290px;
    flex: 0 0 auto;
    height: 100%;
}

.max-thumb {
    overflow: hidden;
}

.max-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.list-featured-tag .card,
.card-footer {
    border: 0;
}

.list-featured-tag .thumbnail {
    background-size: cover;
    height: 100%;
    display: block;
    background-position: 38% 22% !important;
    background-origin: border-box !important;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.list-featured-tag .card-block {
    padding-left: 0;
}


.list-recent .card {
    display: flex;
    flex-direction: column;
    max-height: 480px;
}

.list-recent .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.list-recent h4.card-text {
    flex: 1;
    overflow: hidden;
}

.list-featured-tag h4.card-text,
.list-recent h4.card-text {
    color: rgba(0, 0, 0, .44);
    font-size: 0.95rem;
    line-height: 1.6;
    font-weight: 400;
}

.featured-box-img-cover {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 100%;
}

@media (max-width:991px) {
    .featured-box-img-cover {
        height: auto;
        width: 100%;
    }
}

.wrap-footer {
    font-size: .8rem;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.toc ul {
    list-style: decimal;
    font-weight: 400;
}

span.post-date,
span.post-read {
    color: rgba(0, 0, 0, .44);
}

span.post-read-more {
    float: right;
    margin-top: 8px;
}

span.post-read-more a {
    color: rgba(0, 0, 0, .44);
}

span.post-name a,
span.post-read-more a:hover {
    color: rgba(0, 0, 0, .8);
}

.dot:after {
    content: "·";
    margin-left: 3px;
    margin-right: 3px;
}

.medium-navigation .form-control {
    font-size: 0.9rem;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.09);
    /* height: 64px!important; */
}

@media (min-width: 992px) {
    .medium-navigation .form-control {
        min-width: 288px;
    }
}

.medium-navigation .form-inline {
    margin-left: 15px;
}

.medium-navigation .form-inline .btn {
    margin-left: -50px;
    border: 0;
    border-radius: 30px;
    cursor: pointer;
}

.medium-navigation .form-inline .btn:hover,
.medium-navigation .form-inline .btn:active {
    background: transparent;
    color: green;
}

.medium-navigation .navbar-brand {
    font-weight: 500;
}

.medium-navigation .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin: .5rem 0 0;
}

.medium-navigation .nav-item,
.dropdown-menu {
    font-size: 0.9rem;
}

.medium-navigation .nav-link.active {
    font-weight: 700;
    color: #111 !important;
}

.medium-navigation .search-icon {
    margin-left: -40px;
    display: inline-block;
    margin-top: 3px;
    cursor: pointer;
}

.medium-navigation .navbar-brand img {
    max-height: 56px;
    margin-right: 5px;
}

.footer {
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    padding-top: 32px;
    padding-bottom: 96px;
    font-size: 1rem;
    color: rgba(0, 0, 0, .44);
    margin-top: 50px;
    margin-bottom: 62px;
    position: relative;
    background: #fff;
}

.footer .social-media a{
   margin-left: 12px;
}

.link-dark {
    color: rgba(0, 0, 0, .8);
}

.article-post {
    font-family: Merriweather;
    font-size: 1.1rem;
    line-height: 1.84;
    color: rgba(0, 0, 0, .8);
}

mark {
    padding-left: 0;
    padding-right: 0;
}

blockquote {
    border-left: 4px solid #00ab6b;
    padding: 0 20px;
    font-style: italic;
    color: rgba(0, 0, 0, .5);
}

.article-post p,
.article-post blockquote {
    margin: 0 0 1.5rem 0;
}

.featured-image {
    display: block;
    margin-bottom: 1.5rem;
    max-height: 420px;
    width: 100%;
    object-fit: cover;
}

.share {
    text-align: center;
    padding:20px 16px;
}

.share p {
    margin-bottom: 20px;
    font-size: 0.95rem;
}

.share ul {
    padding-left: 0;
    margin-left: 0;
}

.share ul li {
    display: block;
    margin-bottom: 20px;
}

.share ul li svg{
    width: 32px;
}

.share ul li a{
    width: 32px;
    font-size: 0.95rem;
}

.svg-icon {
    vertical-align: middle;
}

.sticky-top-offset {
    top: 100px;
}

@media (min-width:1024px) {
    .share ul li {
        display: block;
    }

    .footer {
        padding-bottom: 16px;
        margin-bottom: 24px;
    }
}

@media (max-width:999px) {
    .featured-box-img-cover {
        height: 359px;
    }

    .jumbotron.fortags {
        margin-bottom: 0 !Important;
    }

    .jumbotron {
        margin-bottom: 0;
        border-radius: 0;
    }

    .list-featured-tag .card {
        height: auto;
    }

    .list-featured-tag .wrap-footer {
        position: relative;
        margin-top: 30px;
    }

    .list-featured-tag .card-block {
        padding: 20px;
    }

    .footer {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

@media (max-width:1024px) {
    .post-top-meta .col-md-10 {
        text-align: center;
    }
}

@media (max-width:767px) {
}

.share,
.share a {
    color: rgba(0, 0, 0, .44);
    fill: rgba(0, 0, 0, .44);
}

.graybg {
    background-color: #fafafa;
    padding: 40px 0 46px;
    position: relative;
}

.list-related .card {
    box-shadow: 0 1px 7px rgba(0, 0, 0, .05);
    border: 0;
}

ul.categories {
    list-style: none;
    padding-left: 0;
    margin: 0 0 3rem 0;
}

ul.categories li {
    display: inline-block;
    font-size: 0.9rem;
}

ul.categories li a {
    background: rgba(0, 0, 0, .05);
    color: rgba(0, 0, 0, .6);
    border-radius: 3px;
    padding: 5px 10px;
}

ul.categories li a:hover {
    background: rgba(0, 0, 0, .07);
    text-decoration: none;
}

.marg-top-3rem {
    margin-top: 3rem;
}

.sep {
    height: 1px;
    width: 20px;
    background: #999;
    margin: 0px auto;
    margin-bottom: 1.2rem;
}

.btn.follow {
    border-color: #02B875;
    color: #1C9963;
    padding: 3px 10px;
    text-align: center;
    border-radius: 999em;
    font-size: 0.85rem;
    display: inline-block;
}

.btn.subscribe {
    background-color: #1C9963;
    border-color: #1C9963;
    color: rgba(255, 255, 255, 1);
    fill: rgba(255, 255, 255, 1);
    border-radius: 30px;
    font-size: 0.85rem;
    margin-left: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.post-top-meta .btn.follow {
    margin-left: 5px;
    margin-top: -4px;
}

.form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .5);
}

.form-control:-moz-placeholder {
    color: rgba(0, 0, 0, .5);
}

.form-control::-moz-placeholder {
    color: rgba(0, 0, 0, .5);
}

.form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, .5);
}

.form-control::-ms-input-placeholder {
    color: rgba(0, 0, 0, .5);
}

.social-links {
    margin: 1rem 0;
}

.social-links a {
    background: #666;
    color: #fff;
    width: 22px;
    height: 22px;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    border-radius: 50%;
    font-size: 12px;
}

/* --- Typography Scale --- */
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
}

h1, .h1 { font-size: 2rem;    line-height: 1.2;  }
h2, .h2 { font-size: 1.4rem;  line-height: 1.25; }
h3, .h3 { font-size: 1.15rem; line-height: 1.3;  }
h4, .h4 { font-size: 1rem;    line-height: 1.4;  }
h5, .h5 { font-size: 0.875rem; line-height: 1.4; }
h6, .h6 { font-size: 0.8rem;  line-height: 1.4;  }

/* Rye stylize modifier — apply to any element to switch to display serif */
.stylize {
    font-family: Rye, serif;
}

.article-post h1,
.article-post h2,
.article-post h3,
.article-post h4,
.article-post h5,
.article-post h6 {
    margin-bottom: 1.5rem;
}

.article-post table,
.detail-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.5rem;
}

.article-post th,
.article-post td,
.detail-table td {
    padding: 0.5rem 0.75rem;
    padding-left: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
}

.article-post thead th {
    font-weight: 700;
}

.article-post img.shadow {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.30);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.30);
}

.layout-page .article-post {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
}

.layout-page .article-post p {
    margin-bottom: 1rem;
}

img {
    max-width: 100%;
}

.bottom-pagination span.navigation {
    display: block;
    font-size: 0.93rem;
    padding: 15px 0 0 0;
    text-align: center;
    margin-bottom: 1.25rem;
    color: #999;
    border-top: 1px solid #ddd;
}

.pointer-up {
    margin-bottom: -17px;
    margin-left: 49%;
    font-size: 30px;
}

.pointer-up i.fa {
    color: #eaeaea;
}

.bottom-pagination span.navigation i {
    display: inline-block;
}

span.navigation {
    display: inline-block;
    font-size: 0.93rem;
    font-weight: 700;
    text-align: center;
}

.pagination {
    display: block;
}

iframe {
    max-width: 100%;
}

.transp-dark {
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
}


.post-box-item {
    margin-bottom: 16px;
}

@media (max-width: 767px) {
    .list-recent .post-box-item {
        margin-bottom: 0;
    }
}

.flex-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

@media (min-width: 768px) {
    .flex-md-unordered {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .flex-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (max-width: 768px) {
    .share {
        margin-top: 30px;
    }
}

.card .img-fluid {
    width: 100%;
}

.sticky-top-80 {
    top: 80px;
}

.spoiler {
    color: transparent;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    transition: all .4s;
    cursor: pointer;
    position: relative;
}

.spoiler:after {
    position: absolute;
    opacity: 0;
    content: 'Click to reveal spoiler';
    top: 45%;
    left: calc(50% - 100px);
    text-shadow: none;
    background: #222;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    padding: 2px 3px;
    width: 150px;
    font-family: Arial;
    text-align: center;
    border-radius: 3px;
    transition: all .4s;
}

.spoiler:hover:after {
    opacity: 1;
}

/** Lazy img **/
.lazy-img {
    display: block;
    border: 0 none;
    opacity: 1;
    transition: opacity .25s;
    background: #f2f2f2;
    outline: 0 none;
}

.lazy-img[data-src],
.lazy-img[data-srcset] {
    opacity: 0;
    transition: opacity .25s;
}

@media (min-width:1024px) {
    .bd-search {
        margin-left: 12px;
    }
}

@media (max-width: 767px) {
    .wa-btn-extra { display: none; }
}

.whatsapp-sticky {
    display: none;
}

.whatsapp-sticky a {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 10;
    max-width: calc(100vw - 48px);
}


/* Katalog Filter Tabs */
.katalog-filter-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 1.25rem;
}

.katalog-filter-tabs {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.katalog-filter-info {
    font-size: 0.875rem;
}

.katalog-filter-info .fi-label {
    color: rgba(0, 0, 0, 0.5);
}

.katalog-filter-info .fi-value {
    color: #444;
    font-weight: 600;
}

.katalog-filter-tab {
    padding: 6px 0;
    border: none;
    background: transparent;
    font-size: 0.875rem;
    cursor: pointer;
    color: #444;
    transition: color 0.15s ease;
}

.katalog-filter-tab:hover {
    color: #00ab6b;
}

.katalog-filter-tab.active {
    color: #00ab6b;
    font-weight: 600;
    border-bottom: 2px solid #00ab6b;
}

/* Katalog Masonry Page */
.katalog-masonry {
    column-count: 2;
    column-gap: 12px;
}

@media (min-width: 768px) {
    .katalog-masonry { column-count: 3; }
}

@media (min-width: 992px) {
    .katalog-masonry { column-count: 4; }
}

.katalog-masonry-item {
    break-inside: avoid;
    margin-bottom: 12px;
}

.katalog-masonry-card {
    display: block;
    position: relative;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
}

.katalog-masonry-card__image-wrap--fixed {
    height: 360px;
    overflow: hidden;
}

.katalog-masonry-card__image-wrap--fixed .katalog-masonry-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.katalog-masonry-card__image {
    width: 100%;
    height: auto;
    display: block;
    transition: filter 0.3s ease;
}

.katalog-masonry-card:hover .katalog-masonry-card__image {
    filter: brightness(0.6);
}

.katalog-masonry-card__label {
    padding: 8px 0 12px;
    text-align: left;
    background: rgba(255, 255, 255, 0.8);
}

.katalog-masonry-card__info {
    font-size: 0.75rem;
    color: #888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.katalog-masonry-card__title {
    font-weight: 700;
    font-size: 0.9rem;
    margin: 0;
    color: #111;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.katalog-masonry-card__price {
    font-size: 1rem;
    font-weight: 600;
    color: #00ab6b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.katalog-masonry-card__sold-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
}

.katalog-masonry-card__sold-stamp {
    font-size: 1rem;
    color: #fff;
    border: 3px solid #fff;
    padding: 6px 12px;
    transform: rotate(-15deg);
    background: transparent;
    white-space: nowrap;
}

/* Featured Posts: limit visible items per breakpoint */
.featured-posts .row > div:nth-child(n+4) { display: none; }

@media (max-width: 767px) {
    .featured-posts .row > div:nth-child(-n+6) { display: block; }
    .featured-posts .row { margin-left: -6px; margin-right: -6px; }
    .featured-posts .row > div { padding-left: 6px; padding-right: 6px; }
    .katalog-masonry-card__image-wrap--fixed { height: 288px; }
}

@media (min-width: 992px) {
    .featured-posts .row > div:nth-child(4) { display: block; }
    .featured-posts .row > div { flex: 0 0 25%; max-width: 25%; }
}

@media (min-width: 1200px) {
    .featured-posts .row > div:nth-child(5) { display: block; }
    .featured-posts .row > div { flex: 0 0 20%; max-width: 20%; }
}

.featured-box-item { margin-bottom: 0.75rem; }

/* Katalog Back Button */
.katalog-back-btn {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 10;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    text-decoration: none;
    transition: background 0.15s;
}

.katalog-back-btn:hover {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}

/* Expand button */
.katalog-expand-btn {
    position: absolute;
    bottom: 12px;
    right: 12px;
    z-index: 10;
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
}
.katalog-expand-btn:hover { background: rgba(0, 0, 0, 0.75); }

/* Lightbox */
.katalog-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.93);
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.katalog-lightbox.active { display: flex; }

.katalog-lb-media {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex: 1;
    padding: 60px 16px;
    box-sizing: border-box;
    min-height: 0;
}
.katalog-lb-media img,
.katalog-lb-media video {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 4px;
}

.katalog-lb-close {
    position: fixed;
    top: 16px;
    right: 20px;
    background: none;
    border: none;
    color: #fff;
    font-size: 2.5rem;
    line-height: 1;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.15s;
    z-index: 10000;
}
.katalog-lb-close:hover { opacity: 1; }

.katalog-lb-prev,
.katalog-lb-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.45);
    border: none;
    color: #fff;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.15s;
    z-index: 10001;
}
.katalog-lb-prev { left: 16px; }
.katalog-lb-next { right: 16px; }
.katalog-lb-prev:hover,
.katalog-lb-next:hover { background: rgba(0, 0, 0, 0.7); }

.katalog-lb-counter {
    position: fixed;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.9rem;
    letter-spacing: 0.05em;
}

/* Katalog Layout */
.katalog-gallery-col {
    padding: 0;
    position: relative;
}

.sticky-gallery {
    position: sticky;
    top: 82px;
    height: calc(100vh - 160px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0;
}

.katalog-main-image {
    flex: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 0.5rem 0.25rem;
    min-height: 0;
}

@media (max-width: 767px) {
    .sticky-gallery {
        position: static;
        height: auto;
        overflow: visible;
    }

    .katalog-main-image {
        height: 320px;
        flex: none;
        overflow: hidden;
    }

    .katalog-main-image img,
    .katalog-main-image video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.katalog-main-image img,
.katalog-main-image video {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    border-radius: 0;
    object-fit: contain;
}

.katalog-thumbnails {
    gap: 8px;
    padding-bottom: 0.5rem;
    justify-content: center;
}

.katalog-thumb {
    width: 72px;
    height: 72px;
    object-fit: cover;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.2s;
    border: 2px solid transparent;
}

.katalog-thumb:hover {
    opacity: 1;
    border-color: transparent;
}

.katalog-thumb.active {
    opacity: 1;
    border-color: #00ab6b;
}

.katalog-thumb--video {
    position: relative;
    background: #111;
    color: #fff;
}

.katalog-thumb-canvas {
    width: 72px;
    height: 72px;
    object-fit: cover;
    display: block;
}

.katalog-thumb-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.6rem;
    color: #fff;
    text-shadow: 0 1px 4px rgba(0,0,0,0.6);
    pointer-events: none;
}

.not-found-wrap {
    min-height: calc(100vh - 200px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.not-found-tagline {
    font-size: 3rem;
}

.nav-label-short { display: none; }

@media (max-width: 991px) {
    .nav-label-full { display: none; }
    .nav-label-short { display: inline; }
}

@media (max-width: 767px) {
    .not-found-tagline {
        font-size: 1.4rem;
    }
}

