/*
Theme Name: kamklima
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 8.40
*/

/* FONTS */
@font-face {
    font-family: "Bold";
    font-display: swap;
    src: url("/wp-content/themes/kamklima/fonts/Barlow-Bold.ttf");
}
@font-face {
    font-family: "Regular";
    font-display: swap;
    src: url("/wp-content/themes/kamklima/fonts/Barlow-Medium.ttf");
}
@font-face {
    font-family: "Light";
    font-display: swap;
    src: url("/wp-content/themes/kamklima/fonts/Barlow-Regular.ttf");
}

.header-bottom-nav a.nav-top-link {
    font-size: 0.9rem !important;
    font-family: "Bold" !important;
    padding-left: 27px !important;
    padding-right: 27px !important;
}

.header-bottom-nav.nav-left a.nav-top-link:first-child {
    padding-left: 0px !important;
}

.header-nav.header.nav-main a.nav-top-link {
    font-size: 0.9rem !important;
    font-family: "Bold" !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.header-bottom {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    background: #fff !important;
}

.kamklima-cat i.fa-solid.fa-angle-right {
    color: #939393;
    font-size: 14px;
    margin-right: 7px;
}

.header-bottom-nav a.nav-top-link:hover i {
    color: #d8272f;
}

div#masthead {
    background-image: url(/wp-content/uploads/2026/04/header-banner.jpg) !important;
    background-position: center;
}

.header-contact-info {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    display: flex
}

ul.header-contact-info li, ul.header-contact-info li a {
    margin-right: 15px;
    margin-bottom: 0;
    color: #3f3f3f;
    font-size: 1rem;
    font-family: "Regular";
    font-weight: 500;
}

ul.header-contact-info li i {
    color: #000000;
    width: 28px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    background: #f1f1f1;
    border-radius: 99px;
    margin-right: 7px;
}

ul.header-contact-info li:hover a {
    text-decoration: underline !important;
}

div#top-bar {
    background: linear-gradient(90deg, #dd3b3b, #870d13);
}

ul.header-contact-info li:last-child a {
    margin-right: 0px;
}

ul.header-contact-info li:hover i {
    color: #d8272f;
}

.kamklima-tb a {
    font-family: "Light";
}

.header-social-icons .icon i {
    font-size: 0.85rem;
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.kamklima-invoice i.fa-solid.fa-angle-right {
    color: #d8272f;
    font-size: 14px;
    margin-left: 10px;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    border-radius: 99px;
    background: #fff;
}

.kamklima-invoice a.nav-top-link {
    flex-direction: row-reverse;
}

.kamklima-invoice > a.nav-top-link {
    flex-direction: row-reverse;
    background: #f1f1f1;
    padding: 8px 2px !important;
    padding-left: 21px !important;
    border-radius: 5px;
}

.kamklima-invoice > a.nav-top-link:hover i {
    background: linear-gradient(90deg, #dd3b3b, #870d13);
    color: #fff;
}

h1.main-tit {
    color: #fff;
    font-family: 'Bold';
    font-weight: 100;
    font-size: 4rem;
}

h1.main-tit span {
    text-decoration: underline;
    text-decoration-color: #d8272f;
    font-family: 'Bold';
}

p.sub-tit {
    font-family: 'Light';
}

.s-col {
    box-shadow: 0 3px 5px 0 rgba(41, 32, 32, 0.02), 0 15px 19px 0 rgba(41, 32, 32, 0.04), 0 40px 60px 0 rgba(41, 32, 32, 0.06);
    border-radius: 10px;
}

.s-content {
    padding: 28px 20px;
    padding-bottom: 7px;
    position: relative;
}

.kamklima-cats {
    margin-top: -200px !important;
}

.s-col img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom: 1px solid #ebebeb;
}

p.s-sub-tit {
    text-transform: uppercase;
    font-family: 'Light';
    font-size: 0.9rem;
    color: #414141;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

h2.s-title {
    font-family: 'Bold';
    font-size: 1.75rem;
    margin-bottom: 15px;
}

p.povezava-cat {
    overflow: hidden;
    text-align: right;
    border-bottom-right-radius: .5rem;
}

.povezava-cat > a {
    height: 3.5rem;
    width: 3.5rem;
    position: relative;
    display: inline-flex;
    align-items: center;
}

.povezava-cat > a img {
    width: 30px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    z-index: 9;
    border: 0px;
}

p.povezava-cat > a:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    background: linear-gradient(45deg, #dc3b3b 25%, #b52528 75.03%, #880d13 100%);
    width: 80px;
    left: -18%;
    height: 100%;
    border-top-left-radius: .5rem;
    transform: skewX(-26deg);
    top: 0;
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.24);
}

.subbed-tit {
    font-family: 'Regular';
    font-weight: 100;
    font-style: italic;
    margin-bottom: 15px;
}

.subbed-tit i {
    color: #d8272f;
    font-size: 1.3rem;
    position: relative;
    top: 2px;
}

h2.scnd-tit {
    margin-bottom: 15px;
}

h3.third-tit {
    font-family: 'Regular';
    font-weight: 500;
    margin-bottom: 25px;
}

h3.third-tit span {
    text-decoration: underline;
}

.btn-m a {
    padding-top: 12px;
    padding-bottom: 14px;
    padding-left: 21px !important;
    padding-right: 8px;
    border-radius: 5px;
    background: linear-gradient(45deg, #dc3b3b 25%, #b52528 75.03%, #880d13 100%);
    color: #fff;
    font-family: 'Bold';
    font-weight: 200 !important;
    font-size: 1.1rem;
    letter-spacing: 0.25px;
    border: 2px solid transparent;
    box-sizing: border-box;
    transition: background .25s ease, color .25s ease, border-color .25s ease;
}

.btn-m a i {
    color: #d8272f;
    font-size: 16px;
    margin-left: 10px;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    border-radius: 99px;
    background: #fff;
    transition: background .25s ease, color .25s ease;
}

/* Hover: outline — bela notranjost + barvni rob (vidno na beli, temni in rdeči podlagi) */
.btn-m a:hover {
    background: #fff;
    border-color: #d8272f;
    color: #d8272f;
}

.btn-m a:hover i {
    background: #d8272f;
    color: #fff;
}

.btn-m.greyed a {
    background: #f1f1f1;
    color: #3f3f3f;
}

/* Hover: outline (siva) */
.btn-m.greyed a:hover {
    background: #fff;
    border-color: #3f3f3f;
    color: #3f3f3f;
}

.btn-m.greyed a:hover i {
    background: #3f3f3f;
    color: #fff;
}

.btns {
    display: flex;
    column-gap: 15px;
}

.s-col:hover {
    background: #292929;
    transition: .3s all ease-in-out;
}

.s-col:hover p.s-sub-tit {
    color: #f3f3f3;
}

.s-col:hover h2.s-title {
    color: #fff;
}

.kamklima-logos .ux-logo-link.block {
    background: #f1f1f1;
    border-radius: 10px;
}

.sl-logos .kamklima-logos .ux-logo-link.block.image- {
    margin: 0 10px;
}

.sl-logos ol.flickity-page-dots {
    bottom: -40px;
}

.logos {
    background: linear-gradient(90deg, #1c1c1c, #3f3f3f) !important;
}

.kamklima-slider img.attachment-original.size-original {
    border-radius: 10px;
}

.sl-refs .kamklima-slider .flickity-slider > .img {
    width: 60% !important;
    max-width: 60% !important;
}

.sl-refs .kamklima-slider .img-inner {
    margin: 0 10px;
}

.kamklima-slider ol.flickity-page-dots {
    bottom: -50px;
}

.gradiented {
    background: linear-gradient(90deg, #dd3b3b, #870d13);
}

.btn-m.greyed.cntr {
    text-align: center;
}

.absolute-footer {
    display: none;
}

.btn-m.icn-left a {
    padding-top: 12px;
    padding-bottom: 14px;
    padding-left: 8px !important;
    padding-right: 21px;
}

.btn-m.icn-left a i {
    margin-left: 0;
    margin-right: 8px;
}

p, span, li, a {
    font-family: 'Light';
    font-weight: 300;
}

strong, b {
    font-family: 'Bold';
    font-weight: bold;
}

ul li.bullet-arrow:before {
    color: #d8272f;
    font-size: 19px;
    top: 4px;
}

.foot .social-icons .button.icon:not(.is-outline) {
    background: #f3f3f3 !important;
    border-color: #f3f3f3 !important;
    color: #333 !important;
}

.foot .social-icons .button.icon:not(.is-outline) i{
    color: #333 !important;
}

p.credits-reference a img {
    width: 130px;
    margin-left: 10px;
}

.foot h3 {
    font-family: 'Regular';
    font-weight: 100;
}

/* ─── KATALOG / KATEGORIJE (Claude mockup) ─── */
body.kamklima-catalog {
    --kk-red: #C8102E;
    --kk-red-dark: #a00d24;
    --kk-dark: #1a1a1a;
    --kk-gray-mid: #555;
    --kk-gray-bg: #f5f5f5;
    --kk-border: #e0e0e0;
}

body.kamklima-catalog .shop-page-title.category-page-title .page-title-bg {
    display: block !important;
    z-index: 0;
}

body.kamklima-catalog .shop-page-title.category-page-title .title-bg {
    background-size: cover !important;
    background-position: center center !important;
    opacity: 1;
}

body.kamklima-catalog .shop-page-title.category-page-title .title-overlay {
    display: block !important;
    background: linear-gradient(90deg, rgb(13 13 13) 0%, rgb(22 22 22) 48%, rgb(30 10 12 / 88%) 100%);
    opacity: 1;
}

body.kamklima-catalog .shop-page-title .page-title-inner {
    padding-top: 48px;
    padding-bottom: 40px;
    position: relative;
    z-index: 1;
}

body.kamklima-catalog .shop-page-title .page-title-inner .flex-col.flex-grow {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

body.kamklima-catalog .shop-page-title .page-title-inner .flex-col.flex-grow .is-small {
    order: 1;
    width: 100%;
}

body.kamklima-catalog .shop-page-title h1.shop-page-title {
    order: 2;
    font-family: 'Bold', sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.02em;
    margin-bottom: 8px;
    text-transform: none;
}

body.kamklima-catalog .shop-page-title .kamklima-hero-desc {
    order: 3;
}

body.kamklima-catalog .shop-page-title .category-filtering {
    order: 4;
}

body.kamklima-catalog .kamklima-hero-desc {
    font-family: 'Light', sans-serif;
    color: rgba(255, 255, 255, 0.78);
    max-width: 920px;
    margin: 4px auto 0 0;
    line-height: 1.65;
}

body.kamklima-catalog .kamklima-hero-desc h2, body.kamklima-catalog .kamklima-hero-desc h3, body.kamklima-catalog .kamklima-hero-desc h4 {
    font-family: 'Light';
    color: #fff;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -0.01em;
    margin: 0 0 10px;
    font-weight: 100;
}

body.kamklima-catalog .kamklima-hero-desc p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14.5px;
    line-height: 1.7;
    margin: 0 0 8px;
    max-width: 980px;
}

body.kamklima-catalog .kamklima-hero-desc strong,
body.kamklima-catalog .kamklima-hero-desc b {
    font-family: 'Bold', sans-serif;
    color: rgba(255, 255, 255, 0.92);
    font-weight: 700;
}

body.kamklima-catalog .kamklima-hero-desc ul,
body.kamklima-catalog .kamklima-hero-desc ol {
    margin: 8px 0 0 18px;
}

body.kamklima-catalog .kamklima-hero-desc li {
    margin-bottom: 5px;
}

body.kamklima-catalog .kamklima-hero-desc p:last-child {
    margin-bottom: 0;
}

body.kamklima-catalog .shop-page-title .woocommerce-breadcrumb {
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.45);
    margin: 0 0 10px;
    font-weight: 100;
}

body.kamklima-catalog .shop-page-title .woocommerce-breadcrumb a {
    color: rgba(255, 255, 255, 0.55);
}

body.kamklima-catalog .shop-page-title .woocommerce-breadcrumb a:hover {
    color: #fff;
}

body.kamklima-catalog .shop-page-title .page-title-inner > .form-flat {
    display: none !important;
}

body.kamklima-catalog .shop-page-title .category-filtering .filter-button {
    font-family: 'Bold', sans-serif;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, 0.35);
    border-radius: 4px;
    padding: 8px 14px;
}

/* Aktivni filtri poleg Filtriraj so podvojeni — ostanejo samo kamklima-active-filters */
body.kamklima-catalog .shop-page-title .category-filtering .widget_layered_nav_filters,
body.kamklima-catalog .shop-page-title .category-filtering .inline-block:has(.widget_layered_nav_filters) {
    display: none !important;
}

/* Sticky filtriraj bar (mobile/tablet) */
.kamklima-sticky-filter {
    display: none;
}

@media (max-width: 849px) {
    .kamklima-sticky-filter {
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        left: 0;
        right: 0;
        top: 60px;
        z-index: 299;
        padding: 10px 15px;
        background: rgba(255, 255, 255, 0.96);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border-bottom: 1px solid #e8e8e8;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
        transform: translateY(-110%);
        opacity: 0;
        pointer-events: none;
        transition: transform 0.25s ease, opacity 0.25s ease;
    }

    .kamklima-sticky-filter.is-visible {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }

    .kamklima-sticky-filter-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        width: 100%;
        max-width: 420px;
        margin: 0;
        padding: 12px 18px;
        border: none;
        border-radius: 10px;
        background: linear-gradient(90deg, #dd3b3b, #870d13);
        color: #fff;
        font-family: 'Bold', sans-serif;
        font-size: 13px;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        cursor: pointer;
        box-shadow: 0 4px 14px rgba(200, 16, 46, 0.28);
        transition: box-shadow 0.2s ease, transform 0.2s ease;
    }

    .kamklima-sticky-filter-btn:hover,
    .kamklima-sticky-filter-btn:focus {
        box-shadow: 0 6px 18px rgba(200, 16, 46, 0.38);
        transform: translateY(-1px);
        color: #fff;
    }

    .kamklima-sticky-filter-btn i {
        font-size: 15px;
        line-height: 1;
    }

    body.kamklima-catalog .shop-page-title .category-filtering {
        margin-top: 4px;
        width: 100%;
        display: flex;
        justify-content: center;
        text-align: center;
    }

    body.kamklima-catalog .shop-page-title .category-filtering .filter-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin-top: 12px;
        margin-left: auto;
        margin-right: auto;
        padding: 11px 18px;
        border-radius: 10px;
        border: none;
        background: rgba(255, 255, 255, 0.14);
        box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.35);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        transition: background 0.2s ease, box-shadow 0.2s ease;
    }

    body.kamklima-catalog .shop-page-title .category-filtering .filter-button:hover {
        background: rgba(255, 255, 255, 0.22);
        color: #fff;
    }

    body.kamklima-catalog .shop-page-title .category-filtering .filter-button i {
        font-size: 14px;
    }
}

/* Glavna mreža */
body.kamklima-catalog .category-page-row {
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 45px;
}

body.kamklima-catalog #main {
    background: #fff;
}

body.kamklima-catalog .custom-category-header {
    display: none !important;
}

/* Sidebar */
body.kamklima-catalog #shop-sidebar {
    position: static;
}

body.kamklima-catalog #shop-sidebar .widget {
    background: transparent;
    box-shadow: none;
    padding: 12px 0px;
    margin-bottom: 0;
}

body.kamklima-catalog #shop-sidebar .widget-title.shop-sidebar,
body.kamklima-catalog #shop-sidebar > aside > span.widget-title {
    font-family: 'Bold', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 10px;
    border: none;
    padding: 0;
}

body.kamklima-catalog #shop-sidebar .is-divider {
    display: none;
}

body.kamklima-catalog #shop-sidebar aside {
    border-bottom: 1px solid var(--kk-border);
    padding-bottom: 18px;
    margin-bottom: 18px;
}

body.kamklima-catalog #shop-sidebar aside:last-child {
    border-bottom: none;
}

body.kamklima-catalog #shop-sidebar aside.kamklima-filter-hidden {
    display: none !important;
}

body.kamklima-catalog .widget_product_search .widget-title.shop-sidebar {
    display: none;
}

/* Iskanje */
body.kamklima-catalog .widget_product_search .searchform {
    border: 1.5px solid var(--kk-border);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
    transition: border-color 0.2s ease;
}

body.kamklima-catalog .widget_product_search .searchform:focus-within {
    border-color: var(--kk-red);
}

body.kamklima-catalog .widget_product_search .search-field {
    border: none !important;
    box-shadow: none !important;
    font-family: 'Light', sans-serif;
    font-size: 13.5px;
    padding: 10px 14px !important;
    margin: 0 !important;
    background: transparent !important;
}

body.kamklima-catalog .widget_product_search .ux-search-submit {
    background: var(--kk-red) !important;
    border: none !important;
    border-radius: 0 !important;
    min-height: 40px;
    color: #fff !important;
}

body.kamklima-catalog .widget_product_search .ux-search-submit:hover {
    background: var(--kk-red-dark) !important;
}

/* Kategorije & filtri */
body.kamklima-catalog #shop-sidebar .product-categories li,
body.kamklima-catalog #shop-sidebar .woocommerce-widget-layered-nav-list li {
    padding: 5px 0;
    border: none;
}

body.kamklima-catalog #shop-sidebar .product-categories a,
body.kamklima-catalog #shop-sidebar .woocommerce-widget-layered-nav-list a {
    font-family: 'Regular', sans-serif;
    font-size: 14.5px;
    font-weight: 500;
    color: var(--kk-dark);
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
}

body.kamklima-catalog #shop-sidebar .product-categories a::before,
body.kamklima-catalog #shop-sidebar .woocommerce-widget-layered-nav-list a::before {
    content: '';
    width: 15px;
    height: 15px;
    border: 1.5px solid var(--kk-border);
    border-radius: 3px;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

body.kamklima-catalog #shop-sidebar .product-categories .current-cat a::before,
body.kamklima-catalog #shop-sidebar .woocommerce-widget-layered-nav-list .chosen a::before,
body.kamklima-catalog #shop-sidebar .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
    background: var(--kk-red);
    border-color: var(--kk-red);
    box-shadow: inset 0 0 0 2px #fff;
}

body.kamklima-catalog #shop-sidebar .product-categories a:hover,
body.kamklima-catalog #shop-sidebar .woocommerce-widget-layered-nav-list a:hover {
    color: var(--kk-red);
}

body.kamklima-catalog #shop-sidebar .count {
    font-size: 11.5px;
    color: #434343;
    background: var(--kk-gray-bg);
    border-radius: 99px;
    margin-left: auto;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

/* Nazivna moč – značke */
body.kamklima-catalog #shop-sidebar .woocommerce-widget-layered-nav-list:has(a[href*="nazivna-moc"]) {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

body.kamklima-catalog #shop-sidebar .woocommerce-widget-layered-nav-list:has(a[href*="nazivna-moc"]) li {
    padding: 0;
    width: auto;
}

body.kamklima-catalog #shop-sidebar .woocommerce-widget-layered-nav-list:has(a[href*="nazivna-moc"]) a {
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 3px;
    border: 1.5px solid var(--kk-border);
    color: var(--kk-gray-mid);
    background: #fff;
}

body.kamklima-catalog #shop-sidebar .woocommerce-widget-layered-nav-list:has(a[href*="nazivna-moc"]) a::before {
    display: none;
}

body.kamklima-catalog #shop-sidebar .woocommerce-widget-layered-nav-list:has(a[href*="nazivna-moc"]) a:hover {
    border-color: var(--kk-red);
    color: var(--kk-red);
}

body.kamklima-catalog #shop-sidebar .woocommerce-widget-layered-nav-list:has(a[href*="nazivna-moc"]) .chosen a,
body.kamklima-catalog #shop-sidebar .woocommerce-widget-layered-nav-list:has(a[href*="nazivna-moc"]) .woocommerce-widget-layered-nav-list__item--chosen a {
    background: var(--kk-red);
    border-color: var(--kk-red);
    color: #fff;
}

body.kamklima-catalog #shop-sidebar .woocommerce-widget-layered-nav-list:has(a[href*="nazivna-moc"]) .count {
    display: none;
}

/* Energetski razredi – značke (enako kot nazivna moč) */
body.kamklima-catalog #shop-sidebar .woocommerce-widget-layered-nav-list:has(a[href*="energijski-razred"]),
body.kamklima-catalog #shop-sidebar .kamklima-energy-filter-widget .woocommerce-widget-layered-nav-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

body.kamklima-catalog #shop-sidebar .woocommerce-widget-layered-nav-list:has(a[href*="energijski-razred"]) li,
body.kamklima-catalog #shop-sidebar .kamklima-energy-filter-widget .woocommerce-widget-layered-nav-list li {
    padding: 0;
    width: auto;
}

body.kamklima-catalog #shop-sidebar .woocommerce-widget-layered-nav-list:has(a[href*="energijski-razred"]) a,
body.kamklima-catalog #shop-sidebar .kamklima-energy-filter-widget .woocommerce-widget-layered-nav-list a {
    font-family: 'Bold', sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 3px;
    border: 1.5px solid var(--kk-border);
    color: var(--kk-gray-mid);
    background: #fff;
    letter-spacing: 0.04em;
}

body.kamklima-catalog #shop-sidebar .woocommerce-widget-layered-nav-list:has(a[href*="energijski-razred"]) a::before,
body.kamklima-catalog #shop-sidebar .kamklima-energy-filter-widget .woocommerce-widget-layered-nav-list a::before {
    display: none;
}

body.kamklima-catalog #shop-sidebar .woocommerce-widget-layered-nav-list:has(a[href*="energijski-razred"]) a:hover,
body.kamklima-catalog #shop-sidebar .kamklima-energy-filter-widget .woocommerce-widget-layered-nav-list a:hover {
    filter: brightness(0.95);
}

body.kamklima-catalog #shop-sidebar .woocommerce-widget-layered-nav-list:has(a[href*="energijski-razred"]) .chosen a,
body.kamklima-catalog #shop-sidebar .woocommerce-widget-layered-nav-list:has(a[href*="energijski-razred"]) .woocommerce-widget-layered-nav-list__item--chosen a,
body.kamklima-catalog #shop-sidebar .kamklima-energy-filter-widget .woocommerce-widget-layered-nav-list .chosen a,
body.kamklima-catalog #shop-sidebar .kamklima-energy-filter-widget .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a {
    box-shadow: 0 0 0 2px var(--kk-red);
}

body.kamklima-catalog #shop-sidebar .woocommerce-widget-layered-nav-list:has(a[href*="energijski-razred"]) .count,
body.kamklima-catalog #shop-sidebar .kamklima-energy-filter-widget .woocommerce-widget-layered-nav-list .count {
    display: none;
}

body.kamklima-catalog #shop-sidebar .woocommerce-widget-layered-nav-list a.kamklima-energy-class-a-ppp { background: #008131; border-color: #008131; color: #fff; }
body.kamklima-catalog #shop-sidebar .woocommerce-widget-layered-nav-list a.kamklima-energy-class-a-pp { background: #57a827; border-color: #57a827; color: #fff; }
body.kamklima-catalog #shop-sidebar .woocommerce-widget-layered-nav-list a.kamklima-energy-class-a-p { background: #b5cd2d; border-color: #b5cd2d; color: #1a1a1a; }
body.kamklima-catalog #shop-sidebar .woocommerce-widget-layered-nav-list a.kamklima-energy-class-a { background: #fff101; border-color: #fff101; color: #1a1a1a; }
body.kamklima-catalog #shop-sidebar .woocommerce-widget-layered-nav-list a.kamklima-energy-class-b { background: #f7b334; border-color: #f7b334; color: #1a1a1a; }
body.kamklima-catalog #shop-sidebar .woocommerce-widget-layered-nav-list a.kamklima-energy-class-c { background: #ef7d00; border-color: #ef7d00; color: #fff; }
body.kamklima-catalog #shop-sidebar .woocommerce-widget-layered-nav-list a.kamklima-energy-class-d { background: #e30613; border-color: #e30613; color: #fff; }

/* Sidebar CTA – brezplačno svetovanje */
body.kamklima-catalog #shop-sidebar .widget.kamklima-sidebar-cta {
    background: linear-gradient(160deg, var(--kk-dark) 0%, #2a2a2a 100%);
    border-radius: 6px;
    padding: 24px 20px;
    margin-top: 24px;
    margin-bottom: 0;
    border-bottom: none;
    text-align: center;
    box-shadow: none;
}

body.kamklima-catalog .kamklima-sidebar-cta-text {
    font-family: 'Regular', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.88);
    margin: 0 0 18px;
}

body.kamklima-catalog .kamklima-sidebar-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    font-family: 'Bold', sans-serif;
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    background: var(--kk-red);
    color: #fff !important;
    padding: 12px 16px;
    border-radius: 4px;
    transition: background 0.2s ease, transform 0.2s ease;
    line-height: 1.2;
}

body.kamklima-catalog .kamklima-sidebar-cta-btn:hover {
    background: var(--kk-red-dark);
    color: #fff !important;
}

body.kamklima-catalog .kamklima-sidebar-cta-btn i {
    font-size: 14px;
}

/* Toolbar */
body.kamklima-catalog .kamklima-category-top-content {
    background: #fff;
    border: 1px solid #dfe4ea;
    border-left: 4px solid var(--kk-red);
    border-radius: 6px;
    box-shadow: none;
    margin-bottom: 24px;
    padding: 22px 24px 18px;
    position: relative;
}

body.kamklima-catalog .kamklima-category-top-content::before {
    display: none;
}

body.kamklima-catalog .kamklima-category-top-content-inner {
    max-height: 118px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.35s ease;
}

body.kamklima-catalog .kamklima-category-top-content-inner::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 42px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 82%);
    pointer-events: none;
}

body.kamklima-catalog .kamklima-category-top-content.is-expanded .kamklima-category-top-content-inner {
    max-height: 1200px;
}

body.kamklima-catalog .kamklima-category-top-content.is-expanded .kamklima-category-top-content-inner::after {
    display: none;
}

body.kamklima-catalog .kamklima-category-top-content h1, body.kamklima-catalog .kamklima-category-top-content h2, body.kamklima-catalog .kamklima-category-top-content h3, body.kamklima-catalog .kamklima-category-top-content h4 {
    font-family: 'Bold', sans-serif;
    color: var(--kk-dark);
    font-size: 1.6rem;
    line-height: 1.25;
    letter-spacing: -0.02em;
    margin: 0 0 15px;
}

body.kamklima-catalog .kamklima-category-top-content,
body.kamklima-catalog .kamklima-category-top-content p {
    font-family: 'Light', sans-serif;
    color: var(--kk-gray-mid);
    font-size: 16px;
    line-height: 1.55;
}

body.kamklima-catalog .kamklima-category-top-content p:last-child {
    margin-bottom: 0;
}

body.kamklima-catalog .kamklima-category-top-content-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    padding: 0;
    min-height: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: rgba(200, 16, 46, 0.82);
    font-family: 'Bold', sans-serif;
    font-size: 13px;
    line-height: 1.2;
    text-transform: none;
    cursor: pointer;
}

body.kamklima-catalog .kamklima-category-top-content-toggle::after {
    content: '';
    width: 7px;
    height: 7px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    line-height: 1;
    transform: rotate(45deg) translateY(-2px);
    transition: transform 0.2s ease;
}

body.kamklima-catalog .kamklima-category-top-content-toggle:hover {
    color: var(--kk-red);
    background: transparent;
    box-shadow: none;
}

body.kamklima-catalog .kamklima-category-top-content-toggle .kamklima-toggle-less,
body.kamklima-catalog .kamklima-category-top-content.is-expanded .kamklima-category-top-content-toggle .kamklima-toggle-more {
    display: none;
}

body.kamklima-catalog .kamklima-category-top-content.is-expanded .kamklima-category-top-content-toggle .kamklima-toggle-less {
    display: inline;
    font-size: 15px;
}

span.kamklima-toggle-more {
    font-size: 15px;
}

body.kamklima-catalog .kamklima-category-top-content.is-expanded .kamklima-category-top-content-toggle::after {
    transform: rotate(225deg) translate(-2px, -2px);
}

/* Aktivni filtri */
body.kamklima-catalog .kamklima-active-filters {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

body.kamklima-catalog .kamklima-active-filters-label {
    font-family: 'Bold', sans-serif;
    font-size: 12px;
    color: #999;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

body.kamklima-catalog .kamklima-active-filter-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--kk-red);
    color: #fff !important;
    font-family: 'Bold', sans-serif;
    font-size: 12px;
    padding: 4px 10px 4px 12px;
    border-radius: 3px;
}

body.kamklima-catalog .kamklima-active-filter-tag:hover {
    background: var(--kk-red-dark);
    color: #fff !important;
}

body.kamklima-catalog .kamklima-active-filter-tag .icon-cross {
    font-size: 10px;
    opacity: 0.85;
}

body.kamklima-catalog .kamklima-clear-filters {
    font-family: 'Bold', sans-serif;
    font-size: 12px;
    color: var(--kk-gray-mid);
    text-decoration: underline;
}

body.kamklima-catalog .kamklima-clear-filters:hover {
    color: var(--kk-red);
}

/* Kartice izdelkov – kategorija + podobni izdelki na single product */
:is(body.kamklima-catalog .products, body.kamklima-single-product .related .row-slider) .product-small {
    padding-bottom: 20px;
}

:is(body.kamklima-catalog .products, body.kamklima-single-product .related .row-slider) .product-small .col-inner {
    height: 100%;
}

:is(body.kamklima-catalog .products, body.kamklima-single-product .related .row-slider) .product-small .box,
:is(body.kamklima-catalog .products, body.kamklima-single-product .related .row-slider) .product-small .box-vertical {
    background: #fff;
    border: 1.5px solid var(--kk-border);
    border-radius: 6px;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    height: 100%;
    display: flex !important;
    flex-direction: column !important;
}

:is(body.kamklima-catalog .products, body.kamklima-single-product .related .row-slider) .product-small .box-vertical .box-image,
:is(body.kamklima-catalog .products, body.kamklima-single-product .related .row-slider) .product-small .box-vertical .box-text {
    flex: none !important;
    width: 100% !important;
    max-width: 100% !important;
}

:is(body.kamklima-catalog .products, body.kamklima-single-product .related .row-slider) .product-small:hover .box-vertical {
    border-color: #bbb;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.09);
    transform: translateY(-2px);
}

:is(body.kamklima-catalog .products, body.kamklima-single-product .related .row-slider) .box-image {
    background: #fff;
    padding: 0;
    border-bottom: none;
}

:is(body.kamklima-catalog .products, body.kamklima-single-product .related .row-slider) .box-image .image-fade_in_back {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    position: relative;
    overflow: hidden;
}

:is(body.kamklima-catalog .products, body.kamklima-single-product .related .row-slider) .box-image .image-fade_in_back > a {
    position: absolute;
    inset: 0;
    display: block;
}

:is(body.kamklima-catalog .products, body.kamklima-single-product .related .row-slider) .box-image img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    transition: opacity 0.45s ease;
}

:is(body.kamklima-catalog .products, body.kamklima-single-product .related .row-slider) .box-image .back-image {
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: 0;
    margin: 0;
}

:is(body.kamklima-catalog .products, body.kamklima-single-product .related .row-slider) .product-small:hover .box-image .image-fade_in_back:has(.back-image) .back-image {
    opacity: 1;
}

:is(body.kamklima-catalog .products, body.kamklima-single-product .related .row-slider) .product-small:hover .box-image .image-fade_in_back:has(.back-image) > a > img:not(.back-image) {
    opacity: 0;
}

:is(body.kamklima-catalog .products, body.kamklima-single-product .related .row-slider) .box-text {
    padding: 0 16px 16px !important;
    flex: 1;
    display: flex;
    flex-direction: column;
}

body.kamklima-catalog .products .box-text {
    height: auto !important;
    min-height: 0 !important;
}

body.kamklima-single-product .related .row-slider .box-text {
    min-height: 0;
}

body.kamklima-single-product .related .row-slider .product-title,
body.kamklima-single-product .related .row-slider .woocommerce-loop-product__title {
    height: auto !important;
    min-height: 0 !important;
}

:is(body.kamklima-catalog .products, body.kamklima-single-product .related .row-slider) .box-text .title-wrapper {
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-top: 14px;
}

:is(body.kamklima-catalog .products, body.kamklima-single-product .related .row-slider) .product-cat {
    display: none !important;
}

body.kamklima-catalog a.woocommerce-LoopProduct-link.woocommerce-loop-product__link,
body.kamklima-single-product .related a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    font-family: 'Bold', sans-serif;
    font-size: 1.4rem;
}

:is(body.kamklima-catalog .products, body.kamklima-single-product .related .row-slider) .product-title,
:is(body.kamklima-catalog .products, body.kamklima-single-product .related .row-slider) .woocommerce-loop-product__title {
    font-family: 'Bold', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--kk-dark);
    letter-spacing: -0.01em;
    line-height: 1.35;
    margin: 0 0 0;
    padding-top: 0;
    text-transform: none;
}

body.kamklima-catalog .products .product-title,
body.kamklima-catalog .products .woocommerce-loop-product__title {
    height: auto !important;
    min-height: 0 !important;
}

:is(body.kamklima-catalog .products, body.kamklima-single-product .related .row-slider) .product-title a {
    color: inherit;
}

:is(body.kamklima-catalog .products, body.kamklima-single-product .related .row-slider) .price-wrapper {
    display: contents;
    min-height: 0;
}

body.kamklima-catalog .products .price-wrapper {
    height: auto !important;
}

:is(body.kamklima-catalog .products, body.kamklima-single-product .related .row-slider) .price-wrapper > .price {
    display: none;
}

:is(body.kamklima-catalog, body.kamklima-single-product .related) .kamklima-product-eyebrow-row {
    order: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0;
    margin-bottom: 6px;
    gap: 8px;
    min-height: 22px;
}

:is(body.kamklima-catalog .products, body.kamklima-single-product .related .row-slider) .box-text > .kamklima-product-eyebrow-row {
    padding-top: 14px;
    margin-bottom: 14px;
    border-top: 1px solid #e0e0e0;
    margin-top: 1px;
}

:is(body.kamklima-catalog .products, body.kamklima-single-product .related .row-slider) .box-text > .kamklima-product-eyebrow-row + .title-wrapper {
    padding-top: 0;
}

:is(body.kamklima-catalog, body.kamklima-single-product .related) .kamklima-product-eyebrow-row:has(.kamklima-wifi-icon:only-child) {
    justify-content: flex-end;
}

:is(body.kamklima-catalog, body.kamklima-single-product .related) .kamklima-product-eyebrow {
    font-family: 'Bold', sans-serif;
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--kk-gray-mid);
    border: 1px solid var(--kk-border);
    padding: 3px 8px;
    border-radius: 2px;
    line-height: 1.3;
}

:is(body.kamklima-catalog, body.kamklima-single-product .related) .kamklima-wifi-icon {
    font-family: 'Bold', sans-serif;
    font-size: 11px;
    color: #27ae60;
    display: flex;
    align-items: center;
    gap: 4px;
}

:is(body.kamklima-catalog, body.kamklima-single-product .related) .kamklima-wifi-icon.kamklima-wifi-optional {
    color: var(--kk-gray-mid);
}

:is(body.kamklima-catalog, body.kamklima-single-product .related) .kamklima-product-specs {
    order: 3;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 5px;
    margin-bottom: 0;
    margin-top: 14px;
    border-top: 1px solid #e0e0e0;
    padding-top: 14px;
    padding-bottom: 14px;
}

body.kamklima-single-product .related .kamklima-product-specs {
    padding-bottom: 0;
}

:is(body.kamklima-catalog, body.kamklima-single-product .related) .kamklima-spec-tag {
    font-family: 'Bold', sans-serif;
    font-size: 11px;
    color: var(--kk-gray-mid);
    background: var(--kk-gray-bg);
    padding: 3px 8px;
    border-radius: 2px;
    border: 1.5px solid var(--kk-gray-bg);
    box-sizing: border-box;
    line-height: 1.3;
    height: fit-content;
}

:is(body.kamklima-catalog, body.kamklima-single-product .related) .kamklima-unit-type-tag {
    color: var(--kk-dark);
    background: #fff;
    border-color: var(--kk-dark);
}

:is(body.kamklima-catalog, body.kamklima-single-product .related) .kamklima-product-footer {
    order: 4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-top: 20px;
    margin-top: auto;
    border-top: 1px solid var(--kk-border);
}

:is(body.kamklima-catalog, body.kamklima-single-product .related) .kamklima-product-energy-wrap {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

:is(body.kamklima-catalog, body.kamklima-single-product .related) .kamklima-product-energy {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: 'Bold', sans-serif;
    font-size: 11.5px;
    line-height: 1.2;
}

:is(body.kamklima-catalog, body.kamklima-single-product .related) .kamklima-energy-label {
    background: #6b6b6b;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 2px;
    flex-shrink: 0;
    letter-spacing: 0.04em;
    line-height: 1.25;
}

:is(body.kamklima-catalog, body.kamklima-single-product .related) .kamklima-energy-label.kamklima-energy-class-a-ppp { background: #008131; color: #fff; }
:is(body.kamklima-catalog, body.kamklima-single-product .related) .kamklima-energy-label.kamklima-energy-class-a-pp { background: #57a827; color: #fff; }
:is(body.kamklima-catalog, body.kamklima-single-product .related) .kamklima-energy-label.kamklima-energy-class-a-p { background: #b5cd2d; color: #fff; }
:is(body.kamklima-catalog, body.kamklima-single-product .related) .kamklima-energy-label.kamklima-energy-class-a { background: #fff101; color: #1a1a1a; }
:is(body.kamklima-catalog, body.kamklima-single-product .related) .kamklima-energy-label.kamklima-energy-class-b { background: #f7b334; color: #fff; }
:is(body.kamklima-catalog, body.kamklima-single-product .related) .kamklima-energy-label.kamklima-energy-class-c { background: #ef7d00; color: #fff; }
:is(body.kamklima-catalog, body.kamklima-single-product .related) .kamklima-energy-label.kamklima-energy-class-d { background: #e30613; color: #fff; }

:is(body.kamklima-catalog, body.kamklima-single-product .related) .kamklima-product-energy-wrap .kamklima-energy-type {
    font-family: 'Regular', sans-serif;
    font-size: 10px;
    font-weight: 500;
    color: var(--kk-gray-mid);
}

/* Prezračevalne – pretok / izmenjava (namesto energ. razreda) */
:is(body.kamklima-catalog, body.kamklima-single-product .related) .kamklima-footer-ventilation .kamklima-product-energy {
    color: #1a6fc4;
    flex-wrap: wrap;
    align-items: center;
}

:is(body.kamklima-catalog, body.kamklima-single-product .related) .kamklima-footer-ventilation .kamklima-energy-label {
    background: #1a6fc4;
    white-space: nowrap;
    max-width: 100%;
}

:is(body.kamklima-catalog, body.kamklima-single-product .related) .kamklima-footer-ventilation .kamklima-energy-type {
    flex: 1 1 72px;
    min-width: 0;
    line-height: 1.3;
}

:is(body.kamklima-catalog, body.kamklima-single-product .related) .kamklima-product-footer--ventilation {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
}

:is(body.kamklima-catalog, body.kamklima-single-product .related) .kamklima-product-footer--ventilation .kamklima-product-energy-wrap {
    width: 100%;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--kk-border);
}

:is(body.kamklima-catalog, body.kamklima-single-product .related) .kamklima-product-footer--ventilation .kamklima-btn-detail {
    align-self: flex-end;
    margin-top: 12px;
}

:is(body.kamklima-catalog, body.kamklima-single-product .related) .kamklima-btn-detail {
    font-family: 'Bold', sans-serif;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--kk-red) !important;
    border: 1.5px solid var(--kk-red);
    padding: 7px 14px;
    border-radius: 3px;
    white-space: nowrap;
    transition: all 0.2s ease;
    line-height: 1.2;
}

:is(body.kamklima-catalog, body.kamklima-single-product .related) .kamklima-btn-detail:hover {
    background: var(--kk-red);
    color: #fff !important;
}

/* CTA pas */
body.kamklima-catalog .kamklima-cta-banner {
    background: linear-gradient(135deg, var(--kk-dark) 0%, #2a2a2a 100%);
    border-radius: 8px;
    padding: 40px 48px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    position: relative;
    overflow: hidden;
}

body.kamklima-catalog .kamklima-cta-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--kk-red);
}

body.kamklima-catalog .kamklima-cta-banner-text h3 {
    font-family: 'Bold', sans-serif;
    font-size: 2rem;
    color: #fff;
    margin-bottom: 6px;
    letter-spacing: -0.02em;
}

body.kamklima-catalog .kamklima-cta-banner-text p {
    font-family: 'Light', sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

body.kamklima-catalog .kamklima-btn-cta {
    font-family: 'Bold', sans-serif;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background: var(--kk-red);
    color: #fff !important;
    padding: 14px 28px;
    border-radius: 3px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

body.kamklima-catalog .kamklima-btn-cta:hover {
    background: var(--kk-red-dark);
    color: #fff !important;
}

/* Paginacija */
body.kamklima-catalog .woocommerce-pagination ul.page-numbers li a,
body.kamklima-catalog .woocommerce-pagination ul.page-numbers li span {
    width: 38px;
    height: 38px;
    line-height: 36px;
    border: 1.5px solid var(--kk-border);
    border-radius: 4px;
    font-family: 'Bold', sans-serif;
    font-size: 13.5px;
    color: var(--kk-gray-mid);
}

body.kamklima-catalog .woocommerce-pagination ul.page-numbers li span.current,
body.kamklima-catalog .woocommerce-pagination ul.page-numbers li a:hover {
    background: var(--kk-red);
    border-color: var(--kk-red);
    color: #fff;
}

@media (max-width: 849px) {
    body.kamklima-catalog .shop-page-title .page-title-inner {
        padding-top: 36px;
        padding-bottom: 28px;
    }

    body.kamklima-catalog .shop-page-title .page-title-inner .flex-col.flex-grow {
        align-items: center;
        text-align: center;
    }

    body.kamklima-catalog .shop-page-title h1.shop-page-title {
        font-size: 30px;
        margin-bottom: 6px;
        text-align: center;
    }

    body.kamklima-catalog .shop-page-title .woocommerce-breadcrumb {
        text-align: center;
        width: 100%;
    }

    body.kamklima-catalog .shop-page-title .kamklima-hero-desc,
    body.kamklima-catalog .kamklima-hero-desc {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        max-width: 640px;
    }

    body.kamklima-catalog .kamklima-hero-desc h2,
    body.kamklima-catalog .kamklima-hero-desc h3,
    body.kamklima-catalog .kamklima-hero-desc h4 {
        font-size: 16px;
        margin-bottom: 8px;
        text-align: center;
    }

    body.kamklima-catalog .kamklima-category-top-content-toggle {
        font-size: 11px;
        gap: 6px;
        margin-top: 10px;
    }

    body.kamklima-catalog .kamklima-category-top-content-toggle::after {
        width: 5px;
        height: 5px;
    }

    body.kamklima-catalog .kamklima-category-top-content.is-expanded .kamklima-category-top-content-toggle .kamklima-toggle-less,
    body.kamklima-catalog span.kamklima-toggle-more {
        font-size: 11px;
    }

    body.kamklima-catalog .kamklima-cta-banner {
        flex-direction: column;
        align-items: flex-start;
        padding: 28px 24px 28px 32px;
    }

    body.kamklima-catalog .kamklima-category-top-content {
        padding: 20px 18px 18px 22px;
        margin-bottom: 18px;
    }

    body.kamklima-catalog .kamklima-category-top-content h1,
    body.kamklima-catalog .kamklima-category-top-content h2,
    body.kamklima-catalog .kamklima-category-top-content h3,
    body.kamklima-catalog .kamklima-category-top-content h4 {
        font-size: 1.25rem;
        line-height: 1.3;
        margin-bottom: 10px;
    }

    body.kamklima-catalog #shop-sidebar {
        position: static;
    }

    body.kamklima-catalog .products.row.row-small {
        padding-top: 14px;
        padding-left: 8px;
        padding-right: 8px;
    }

    /* Tablica: 2 stolpca namesto 3 */
    body.kamklima-catalog .products.medium-columns-3 > .product-small.col {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        width: 50% !important;
    }

    body.kamklima-catalog .products .product-title,
    body.kamklima-catalog .products .woocommerce-loop-product__title {
        font-size: 1.15rem;
    }

    body.kamklima-catalog a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
        font-size: 1.15rem;
    }

    body.kamklima-catalog .category-page-row {
        padding-top: 15px !important;
    }
}

@media (max-width: 549px) {
    :is(body.kamklima-catalog .products.has-box-vertical, body.kamklima-single-product .related .row-slider.has-box-vertical) .box-vertical {
        flex-direction: column;
    }

    /* 1 kartica na vrstico */
    body.kamklima-catalog .products.small-columns-2 > .product-small.col,
    body.kamklima-catalog .products.medium-columns-3 > .product-small.col {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 14px;
    }

    body.kamklima-catalog .products.row.row-small {
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 12px;
        gap: 0;
    }

    body.kamklima-catalog .shop-page-title .page-title-inner {
        padding-top: 28px;
        padding-bottom: 22px;
    }

    body.kamklima-catalog .shop-page-title h1.shop-page-title {
        font-size: 28px;
        margin-bottom: 4px;
    }

    body.kamklima-catalog .shop-page-title .woocommerce-breadcrumb {
        font-size: 12px;
        margin-bottom: 6px;
    }

    body.kamklima-catalog .kamklima-hero-desc h2,
    body.kamklima-catalog .kamklima-hero-desc h3,
    body.kamklima-catalog .kamklima-hero-desc h4 {
        font-size: 14.5px;
        line-height: 1.35;
        margin-bottom: 6px;
    }

    body.kamklima-catalog .kamklima-hero-desc p {
        font-size: 13px;
    }

    body.kamklima-catalog .kamklima-category-top-content {
        padding: 16px 14px 14px 16px;
        margin-bottom: 14px;
    }

    body.kamklima-catalog .kamklima-category-top-content h1,
    body.kamklima-catalog .kamklima-category-top-content h2,
    body.kamklima-catalog .kamklima-category-top-content h3,
    body.kamklima-catalog .kamklima-category-top-content h4 {
        font-size: 1.1rem;
        margin-bottom: 8px;
    }

    body.kamklima-catalog .kamklima-category-top-content,
    body.kamklima-catalog .kamklima-category-top-content p {
        font-size: 13.5px;
        line-height: 1.55;
    }

    body.kamklima-catalog .products .box-image .image-fade_in_back {
        aspect-ratio: 4 / 3;
    }

    body.kamklima-catalog .products .box-text {
        padding: 0 14px 14px !important;
    }

    body.kamklima-catalog .products .box-text > .kamklima-product-eyebrow-row {
        padding-top: 12px;
        margin-bottom: 10px;
    }

    body.kamklima-catalog .products .product-title,
    body.kamklima-catalog .products .woocommerce-loop-product__title {
        font-size: 1.2rem;
        line-height: 1.3;
    }

    body.kamklima-catalog a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
        font-size: 1.2rem;
    }

    body.kamklima-catalog .kamklima-product-specs {
        margin-top: 10px;
        margin-bottom: 10px;
        padding-top: 10px;
        gap: 6px;
    }

    /* Full-width kartica: energija + gumb v isti vrsti */
    body.kamklima-catalog .kamklima-product-footer {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 10px;
        padding-top: 14px;
    }

    body.kamklima-catalog .kamklima-product-footer--ventilation {
        flex-direction: column;
        align-items: stretch;
    }

    body.kamklima-catalog .kamklima-btn-detail {
        padding: 9px 16px;
        font-size: 12px;
    }

    body.kamklima-catalog .kamklima-cta-banner {
        padding: 22px 18px 22px 20px;
        margin-top: 20px;
    }

    body.kamklima-catalog .kamklima-cta-banner-text h3 {
        font-size: 1.15rem;
    }
}

.kamklima-product-footer.kamklima-product-footer--ventilation {
    padding-top: 12px;
}

.products.row.row-small.large-columns-3.medium-columns-3.small-columns-2 {
    background: #f5f6f8;
    border-radius: 10px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
}

aside#woocommerce_product_search-3 {
    padding-top: 0px !important;
}

section.category-bottom-content {
    border-radius: 10px;
    padding: 25px 25px;
    border: 1px solid #e0e0e0;
    margin-top: 30px;
    margin-bottom: 20px;
}

section.category-bottom-content h2 {
    font-family: 'Bold';
    font-size: 1.75rem;
}

/* ─── SINGLE PRODUCT / KATALOŠKI PRIKAZ ─── */
body.kamklima-single-product {
    --kk-red: #C8102E;
    --kk-red-dark: #a00d24;
    --kk-dark: #1a1a1a;
    --kk-gray-mid: #555;
    --kk-gray-bg: #f5f6f8;
    --kk-border: #e0e0e0;
    background: #f5f6f8;
}

body.kamklima-single-product .product-main {
    position: relative;
    width: calc(100% - 30px);
    max-width: 1290px;
    box-sizing: border-box;
    background: #fff;
    border: 1.5px solid var(--kk-border);
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 28px;
}

body.kamklima-single-product #product-sidebar {
    display: none !important;
}

body.kamklima-single-product .product-main > .row {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

body.kamklima-single-product .product-gallery,
body.kamklima-single-product .product-info {
    margin-bottom: 0;
}

@media (min-width: 850px) {
    body.kamklima-single-product .product-main > .row {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) minmax(420px, 41.6%) !important;
        column-gap: 65px !important;
        align-items: start !important;
    }

    body.kamklima-single-product .product-gallery,
    body.kamklima-single-product .product-info {
        width: 100% !important;
        max-width: 100% !important;
        flex-basis: auto !important;
    }
}

body.kamklima-single-product .product-info {
    padding: 0px;
}

body.kamklima-single-product .product-info .woocommerce-breadcrumb {
    display: none;
}

body.kamklima-single-product .product-main > .woocommerce-breadcrumb {
    position: absolute;
    top: -34px;
    left: 0;
    z-index: 2;
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0;
    color: #8b8f96;
    font-family: 'Regular', sans-serif;
    font-size: 14px;
    line-height: 1.4;
}

body.kamklima-single-product .product-main > .woocommerce-breadcrumb a {
    color: #8b8f96;
}

body.kamklima-single-product .product-main > .woocommerce-breadcrumb a:hover {
    color: var(--kk-red);
}

body.kamklima-single-product .product-gallery .woocommerce-product-gallery__image,
body.kamklima-single-product .product-gallery .flickity-viewport {
    background: #fff;
    border-radius: 8px;
}

body.kamklima-single-product .product-gallery img {
    object-fit: contain;
}

body.kamklima-single-product .product-gallery .flickity-prev-next-button {
    width: 42px;
    height: 42px;
    padding: 0;
    border-radius: 50%;
    background: #fff !important;
    border: 1.5px solid #8a8a8a;
    color: #666 !important;
    box-shadow: none;
    transform: none !important;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease !important;
}

body.kamklima-single-product .product-gallery .flickity-prev-next-button.previous {
    left: 0 !important;
    right: auto !important;
}

body.kamklima-single-product .product-gallery .flickity-prev-next-button.next {
    right: 0 !important;
    left: auto !important;
}

body.kamklima-single-product .product-gallery .flickity-prev-next-button .flickity-button-icon,
body.kamklima-single-product .product-gallery .flickity-prev-next-button .arrow,
body.kamklima-single-product .product-gallery .flickity-prev-next-button svg,
body.kamklima-single-product .product-gallery .flickity-prev-next-button svg path {
    fill: #666 !important;
    color: #666 !important;
}

@media (hover: hover) and (pointer: fine) {
    body.kamklima-single-product .product-gallery .flickity-prev-next-button:hover {
        background: var(--kk-red) !important;
        border-color: var(--kk-red);
        color: #fff !important;
    }

    body.kamklima-single-product .product-gallery .flickity-prev-next-button:hover .flickity-button-icon,
    body.kamklima-single-product .product-gallery .flickity-prev-next-button:hover .arrow,
    body.kamklima-single-product .product-gallery .flickity-prev-next-button:hover svg,
    body.kamklima-single-product .product-gallery .flickity-prev-next-button:hover svg path {
        fill: #fff !important;
        color: #fff !important;
    }
}

body.kamklima-single-product .product-gallery .flickity-prev-next-button:focus,
body.kamklima-single-product .product-gallery .flickity-prev-next-button:active,
body.kamklima-single-product .product-gallery .flickity-prev-next-button:focus-visible {
    background: #fff !important;
    border-color: #8a8a8a !important;
    color: #666 !important;
    outline: none;
    box-shadow: none;
}

body.kamklima-single-product .product-gallery .flickity-prev-next-button:focus .flickity-button-icon,
body.kamklima-single-product .product-gallery .flickity-prev-next-button:active .flickity-button-icon,
body.kamklima-single-product .product-gallery .flickity-prev-next-button:focus-visible .flickity-button-icon,
body.kamklima-single-product .product-gallery .flickity-prev-next-button:focus svg path,
body.kamklima-single-product .product-gallery .flickity-prev-next-button:active svg path,
body.kamklima-single-product .product-gallery .flickity-prev-next-button:focus-visible svg path {
    fill: #666 !important;
    color: #666 !important;
}

body.kamklima-single-product .product-gallery .flickity-prev-next-button:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

body.kamklima-single-product .product-gallery .flickity-prev-next-button:disabled:hover {
    background: #fff !important;
    border-color: #8a8a8a;
    color: #666 !important;
}

/* Ena slika: skrij puščice galerije */
body.kamklima-single-product.kamklima-gallery-single .product-gallery .flickity-prev-next-button,
body.kamklima-single-product .product-gallery .product-gallery-slider.kamklima-gallery-single > .flickity-prev-next-button,
body.kamklima-single-product .product-gallery .woocommerce-product-gallery__wrapper.kamklima-gallery-single > .flickity-prev-next-button {
    display: none !important;
}

body.kamklima-single-product .product-gallery .product-thumbnails .flickity-prev-next-button {
    width: 32px;
    height: 32px;
}

body.kamklima-single-product .related.product-section,
body.kamklima-single-product .related.related-products-wrapper.product-section {
    border-top: 1px solid var(--kk-border);
    overflow: visible;
    padding-top: 28px;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
}

body.kamklima-single-product .related .product-section-title,
body.kamklima-single-product .related .kamklima-related-heading {
    font-family: 'Bold', sans-serif;
    font-size: 1.85rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--kk-dark);
    margin: 0 0 18px; /* isto kot .kamklima-single-card h2 */
    border: none;
    text-transform: none;
    font-weight: 700;
}

body.kamklima-single-product .related .kamklima-related-progress {
    margin: 20px 0 0;
    height: 6px;
    background: #e8e8e8;
    border-radius: 99px;
    overflow: hidden;
}

body.kamklima-single-product .related .kamklima-related-progress-bar {
    display: block;
    height: 100%;
    width: 25%;
    margin-left: 0;
    background: linear-gradient(90deg, #dd3b3b, #870d13);
    border-radius: 99px;
    transition: width 0.3s ease, margin-left 0.3s ease;
}

body.kamklima-single-product .related .kamklima-related-progress.is-related-fit {
    display: none;
}

body.kamklima-single-product .related .row-slider .flickity-viewport {
    min-height: 1px;
    overflow: hidden;
}

body.kamklima-single-product .related .row-slider .product-small {
    padding-top: 0;
    box-sizing: border-box;
}

body.kamklima-single-product .related .row-slider.flickity-enabled {
    position: relative;
}

body.kamklima-single-product .related .row-slider .flickity-prev-next-button {
    width: 42px !important;
    height: 42px !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    top: 50% !important;
    bottom: auto !important;
    transform: translateY(-50%) !important;
    border-radius: 50%;
    background: #fff !important;
    border: 1.5px solid #8a8a8a;
    color: #666;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    opacity: 1 !important;
    z-index: 5;
}

body.kamklima-single-product .related .row-slider .flickity-prev-next-button::before,
body.kamklima-single-product .related .row-slider .flickity-prev-next-button::after {
    display: none !important;
    content: none !important;
}

body.kamklima-single-product .related .row-slider .flickity-prev-next-button.previous {
    left: 0 !important;
    right: auto !important;
}

body.kamklima-single-product .related .row-slider .flickity-prev-next-button.next {
    right: 0 !important;
    left: auto !important;
}

body.kamklima-single-product .related .row-slider .flickity-prev-next-button .flickity-button-icon,
body.kamklima-single-product .related .row-slider .flickity-prev-next-button .arrow,
body.kamklima-single-product .related .row-slider .flickity-prev-next-button svg path {
    fill: #666 !important;
    color: #666 !important;
}

@media (hover: hover) and (pointer: fine) {
    body.kamklima-single-product .related .row-slider .flickity-prev-next-button:hover {
        background: var(--kk-red) !important;
        border-color: var(--kk-red) !important;
        color: #fff;
    }

    body.kamklima-single-product .related .row-slider .flickity-prev-next-button:hover .flickity-button-icon,
    body.kamklima-single-product .related .row-slider .flickity-prev-next-button:hover .arrow,
    body.kamklima-single-product .related .row-slider .flickity-prev-next-button:hover svg path {
        fill: #fff !important;
    }
}

body.kamklima-single-product .related .row-slider .flickity-prev-next-button:focus,
body.kamklima-single-product .related .row-slider .flickity-prev-next-button:active,
body.kamklima-single-product .related .row-slider .flickity-prev-next-button:focus-visible {
    background: #fff !important;
    border-color: #8a8a8a !important;
    color: #666 !important;
    outline: none;
}

body.kamklima-single-product .related .row-slider .flickity-prev-next-button:focus svg path,
body.kamklima-single-product .related .row-slider .flickity-prev-next-button:active svg path,
body.kamklima-single-product .related .row-slider .flickity-prev-next-button:focus-visible svg path {
    fill: #666 !important;
}

body.kamklima-single-product .related .row-slider .flickity-prev-next-button:disabled {
    opacity: 0.35 !important;
    cursor: not-allowed;
}

body.kamklima-single-product .related .row-slider .flickity-prev-next-button:disabled:hover {
    background: #fff !important;
    border-color: #8a8a8a !important;
    color: #666;
}

@media (max-width: 849px) {
    body.kamklima-single-product .related .row-slider.flickity-enabled {
        padding-left: 0;
        padding-right: 0;
    }

    body.kamklima-single-product .related .row-slider .flickity-prev-next-button {
        width: 32px !important;
        height: 32px !important;
    }
}


.product-thumbnails .is-nav-selected a, .product-thumbnails a:hover, .product-thumbnails a {
    border-radius: 10px;
    padding: 15px;
}

body.kamklima-single-product h1.product-title,
body.kamklima-single-product h1.product_title {
    font-family: 'Bold', sans-serif;
    font-size: 3.3rem;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: var(--kk-dark);
    text-transform: none;
    margin-bottom: 16px;
}

body.kamklima-single-product .product-short-description {
    font-family: 'Light', sans-serif;
    color: var(--kk-gray-mid);
    font-size: 15.5px;
    line-height: 1.7;
    margin-bottom: 20px;
}

body.kamklima-single-product .kamklima-single-eyebrow-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-bottom: 14px;
    margin-bottom: 18px;
    border-bottom: 1px solid var(--kk-border);
}

body.kamklima-single-product .kamklima-product-eyebrow {
    font-family: 'Bold', sans-serif;
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--kk-gray-mid);
    border: 1px solid var(--kk-border);
    padding: 3px 8px;
    border-radius: 2px;
    line-height: 1.3;
}

body.kamklima-single-product .kamklima-wifi-icon {
    font-family: 'Bold', sans-serif;
    font-size: 11px;
    color: #27ae60;
    display: flex;
    align-items: center;
    gap: 4px;
}

body.kamklima-single-product .kamklima-wifi-icon.kamklima-wifi-optional {
    color: var(--kk-gray-mid);
}

body.kamklima-single-product .kamklima-single-summary-panel {
    background: #f5f6f8;
    border: 1px solid var(--kk-border);
    border-radius: 8px;
    padding: 20px;
    margin-top: 22px;
}

body.kamklima-single-product .kamklima-single-summary-panel--cta {
    padding: 18px;
    margin-top: 24px;
}

body.kamklima-single-product .kamklima-single-summary-panel--cta .kamklima-single-actions {
    gap: 12px;
}

body.kamklima-single-product .kamklima-single-features-heading {
    margin-bottom: 16px;
}

body.kamklima-single-product .kamklima-single-features-heading h2 {
    font-family: 'Bold', sans-serif;
    font-size: 1.55rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--kk-dark);
    margin: 0;
}

body.kamklima-single-product .kamklima-single-highlight-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--kk-border);
}

body.kamklima-single-product .kamklima-single-highlight-group {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #fff;
    border: 1px solid var(--kk-border);
    border-radius: 6px;
    padding: 14px;
}

body.kamklima-single-product .kamklima-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    background: rgba(200, 16, 46, 0.08);
    border-radius: 50%;
    color: var(--kk-red);
    font-size: 15px;
}

body.kamklima-single-product .kamklima-single-highlight-label {
    display: block;
    font-family: 'Bold', sans-serif;
    font-size: 11px;
    color: var(--kk-dark);
    letter-spacing: 0.06em;
    line-height: 1.35;
    margin-bottom: 5px;
    text-transform: uppercase;
}

body.kamklima-single-product .kamklima-single-highlight-values {
    font-family: 'Regular', sans-serif;
    font-size: 14px;
    line-height: 1.45;
    color: var(--kk-gray-mid);
    margin: 0;
}

body.kamklima-single-product .kamklima-unit-type-tag {
    border-color: #d5d5d5;
}

body.kamklima-single-product .kamklima-single-energy-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 20px;
}

body.kamklima-single-product .kamklima-single-energy-grid--ventilation {
    grid-template-columns: 1fr;
}

body.kamklima-single-product .kamklima-single-energy {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid var(--kk-border);
    border-radius: 4px;
    padding: 9px 10px;
    font-family: 'Bold', sans-serif;
    font-size: 12px;
}

body.kamklima-single-product .kamklima-energy-label {
    background: #6b6b6b;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 3px 7px;
    border-radius: 2px;
    flex-shrink: 0;
    letter-spacing: 0.04em;
    line-height: 1.25;
}

body.kamklima-single-product .kamklima-energy-label.kamklima-energy-class-a-ppp { background: #008131; color: #fff; }
body.kamklima-single-product .kamklima-energy-label.kamklima-energy-class-a-pp { background: #57a827; color: #fff; }
body.kamklima-single-product .kamklima-energy-label.kamklima-energy-class-a-p { background: #b5cd2d; color: #fff; }
body.kamklima-single-product .kamklima-energy-label.kamklima-energy-class-a { background: #fff101; color: #1a1a1a; }
body.kamklima-single-product .kamklima-energy-label.kamklima-energy-class-b { background: #f7b334; color: #fff; }
body.kamklima-single-product .kamklima-energy-label.kamklima-energy-class-c { background: #ef7d00; color: #fff; }
body.kamklima-single-product .kamklima-energy-label.kamklima-energy-class-d { background: #e30613; color: #fff; }

body.kamklima-single-product .kamklima-energy-type {
    font-family: 'Regular', sans-serif;
    font-size: 11px;
    color: var(--kk-gray-mid);
    line-height: 1.3;
}

body.kamklima-single-product .kamklima-single-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

body.kamklima-single-product .kamklima-single-actions-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-family: 'Bold', sans-serif;
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--kk-gray-mid);
    line-height: 1;
    margin: 2px 0;
}

body.kamklima-single-product .kamklima-single-actions-divider::before,
body.kamklima-single-product .kamklima-single-actions-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--kk-border);
}

body.kamklima-single-product .kamklima-single-actions p {
    font-family: 'Light', sans-serif;
    font-size: 13.5px;
    color: var(--kk-gray-mid);
    line-height: 1.55;
    margin: 0;
}

body.kamklima-single-product .kamklima-single-phone-cta {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    background: #fff;
    border: 1px solid var(--kk-border);
    border-radius: 6px;
    padding: 11px 13px;
    font-family: 'Regular', sans-serif;
    font-size: 13.5px;
    color: var(--kk-gray-mid);
    line-height: 1.35;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
}

body.kamklima-single-product .kamklima-single-phone-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    background: rgba(200, 16, 46, 0.08);
    border-radius: 50%;
    color: var(--kk-red);
    font-size: 14px;
}

body.kamklima-single-product .kamklima-single-phone-copy {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 8px;
    min-width: 0;
}

body.kamklima-single-product .kamklima-single-phone-label {
    color: var(--kk-gray-mid);
    white-space: normal;
}

body.kamklima-single-product .kamklima-single-phone-cta a {
    font-family: 'Bold', sans-serif;
    color: var(--kk-dark);
    white-space: nowrap;
    font-size: 1.05rem;
}

body.kamklima-single-product .kamklima-single-phone-cta a:hover {
    color: var(--kk-red);
}

body.kamklima-single-product .kamklima-single-inquiry-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    height: 52px;
    box-sizing: border-box;
    background: var(--kk-red) !important;
    border-color: var(--kk-red) !important;
    border-radius: 3px;
    color: #fff !important;
    font-family: 'Bold', sans-serif;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 0px;
}

body.kamklima-single-product .kamklima-single-inquiry-btn:hover {
    background: var(--kk-red-dark) !important;
    border-color: var(--kk-red-dark) !important;
    color: #fff !important;
}

body.kamklima-single-product .kamklima-single-sidebar-image {
    margin-top: 20px;
    border-top: 1px solid var(--kk-border);
    text-align: center;
    background: #fff;
    padding-top: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: left;
    padding: 15px;
}

body.kamklima-single-product .kamklima-single-sidebar-image img {
    max-height: 100px;
    width: auto;
    object-fit: contain;
}

body.kamklima-single-product .kamklima-single-details {
    padding-top: 30px;
    padding-bottom: 65px;
}

body.kamklima-single-product .kamklima-single-details-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 22px;
}

body.kamklima-single-product .kamklima-single-card {
    background: #fff;
    border: 1.5px solid var(--kk-border);
    border-radius: 8px;
    padding: 28px;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
}

body.kamklima-single-product .kamklima-section-kicker {
    display: inline-flex;
    margin-bottom: 8px;
    font-family: 'Bold', sans-serif;
    font-size: 11px;
    letter-spacing: 0.08em;
    color: var(--kk-red);
    text-transform: uppercase;
}

body.kamklima-single-product .kamklima-single-card h2 {
    font-family: 'Bold', sans-serif;
    font-size: 1.85rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--kk-dark);
    margin-bottom: 18px;
}

body.kamklima-single-product .kamklima-single-description {
    font-family: 'Light', sans-serif;
    color: var(--kk-gray-mid);
    font-size: 15px;
    line-height: 1.75;
}

body.kamklima-single-product .kamklima-single-description-text p:last-child {
    margin-bottom: 0;
}

body.kamklima-single-product .kamklima-single-description-icons-wrap {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid var(--kk-border);
    max-width: 100%;
    min-width: 0;
    position: relative;
}

body.kamklima-single-product .kamklima-single-description-icons {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    touch-action: pan-x;
}

body.kamklima-single-product .kamklima-single-description-icons::-webkit-scrollbar {
    display: none;
}

body.kamklima-single-product .kamklima-single-description-icons img,
body.kamklima-single-product .kamklima-description-icons-img {
    display: block;
    width: auto !important;
    max-width: none !important;
    height: 90px !important;
    max-height: 90px;
    object-fit: contain;
    object-position: left center;
    flex-shrink: 0;
}

/* Fade robovi – nakazujeta horizontalni scroll */
body.kamklima-single-product .kamklima-single-description-icons-wrap::before,
body.kamklima-single-product .kamklima-single-description-icons-wrap::after {
    content: '';
    position: absolute;
    top: 24px;
    width: 28px;
    height: 90px;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease;
}

body.kamklima-single-product .kamklima-single-description-icons-wrap::before {
    left: 0;
    background: linear-gradient(90deg, #fff 15%, rgba(255, 255, 255, 0));
}

body.kamklima-single-product .kamklima-single-description-icons-wrap::after {
    right: 0;
    background: linear-gradient(270deg, #fff 15%, rgba(255, 255, 255, 0));
}

body.kamklima-single-product .kamklima-single-description-icons-wrap.has-icons-overflow.is-icons-start::after,
body.kamklima-single-product .kamklima-single-description-icons-wrap.has-icons-overflow.is-icons-middle::before,
body.kamklima-single-product .kamklima-single-description-icons-wrap.has-icons-overflow.is-icons-middle::after,
body.kamklima-single-product .kamklima-single-description-icons-wrap.has-icons-overflow.is-icons-end::before {
    opacity: 1;
}

body.kamklima-single-product .kamklima-icons-progress {
    margin-top: 14px;
    height: 6px;
    background: #e8e8e8;
    border-radius: 99px;
    overflow: hidden;
}

body.kamklima-single-product .kamklima-icons-progress-bar {
    display: block;
    height: 100%;
    width: 40%;
    margin-left: 0;
    background: linear-gradient(90deg, #dd3b3b, #870d13);
    border-radius: 99px;
    transition: width 0.2s ease, margin-left 0.2s ease;
}

body.kamklima-single-product .kamklima-single-description-icons-wrap.is-icons-fit .kamklima-icons-progress,
body.kamklima-single-product .kamklima-single-description-icons-wrap.is-icons-fit::before,
body.kamklima-single-product .kamklima-single-description-icons-wrap.is-icons-fit::after {
    display: none;
}

body.kamklima-single-product .kamklima-single-attributes {
    background: #fff;
}

body.kamklima-single-product .kamklima-spec-table {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

body.kamklima-single-product .kamklima-spec-row {
    display: grid;
    grid-template-columns: minmax(120px, 0.72fr) minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    background: #fff;
    border: 1px solid var(--kk-border);
    border-radius: 6px;
    padding: 12px 14px;
}

body.kamklima-single-product .kamklima-spec-row dt {
    font-family: 'Bold', sans-serif;
    font-size: 11px;
    color: var(--kk-gray-mid);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    line-height: 1.35;
    margin: 0;
}

body.kamklima-single-product .kamklima-spec-row dd {
    font-family: 'Regular', sans-serif;
    font-size: 14px;
    color: var(--kk-dark);
    margin: 0;
    text-align: right;
}

body.kamklima-single-product .kamklima-spec-value-text {
    display: inline-block;
    line-height: 1.45;
}

body.kamklima-single-product .kamklima-spec-value-list {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px;
}

body.kamklima-single-product .kamklima-spec-value-chip {
    display: inline-flex;
    align-items: center;
    font-family: 'Bold', sans-serif;
    font-size: 12px;
    line-height: 1.2;
    color: var(--kk-dark);
    background: #f5f6f8;
    border: 1px solid var(--kk-border);
    border-radius: 4px;
    padding: 5px 9px;
}

body.kamklima-single-product .kamklima-spec-value-list--energy {
    gap: 8px;
}

body.kamklima-single-product .kamklima-spec-energy-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    font-family: 'Bold', sans-serif;
    font-size: 13px;
    letter-spacing: 0.04em;
    color: #fff;
    background: #6b6b6b;
    border-radius: 3px;
    padding: 4px 8px;
    line-height: 1.2;
}

body.kamklima-single-product .kamklima-spec-energy-badge.kamklima-energy-class-a-ppp { background: #008131; color: #fff; }
body.kamklima-single-product .kamklima-spec-energy-badge.kamklima-energy-class-a-pp { background: #57a827; color: #fff; }
body.kamklima-single-product .kamklima-spec-energy-badge.kamklima-energy-class-a-p { background: #b5cd2d; color: #fff; }
body.kamklima-single-product .kamklima-spec-energy-badge.kamklima-energy-class-a { background: #fff101; color: #fff; }
body.kamklima-single-product .kamklima-spec-energy-badge.kamklima-energy-class-b { background: #f7b334; color: #fff; }
body.kamklima-single-product .kamklima-spec-energy-badge.kamklima-energy-class-c { background: #ef7d00; color: #fff; }
body.kamklima-single-product .kamklima-spec-energy-badge.kamklima-energy-class-d { background: #e30613; color: #fff; }

body.kamklima-single-product .kamklima-single-bottom-cta {
    background: linear-gradient(135deg, var(--kk-dark) 0%, #2a2a2a 100%);
    border-radius: 8px;
    padding: 34px 42px;
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    position: relative;
    overflow: hidden;
}

body.kamklima-single-product .kamklima-single-bottom-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--kk-red);
}

body.kamklima-single-product .kamklima-single-bottom-cta h3 {
    font-family: 'Bold', sans-serif;
    font-size: 2rem;
    color: #fff;
    margin-bottom: 6px;
    letter-spacing: -0.02em;
}

body.kamklima-single-product .kamklima-single-bottom-cta p {
    font-family: 'Light', sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

body.kamklima-single-product .kamklima-btn-cta {
    font-family: 'Bold', sans-serif;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background: var(--kk-red);
    color: #fff !important;
    padding: 14px 28px;
    border-radius: 3px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

body.kamklima-single-product .kamklima-btn-cta:hover {
    background: var(--kk-red-dark);
    color: #fff !important;
}

body.kamklima-inquiry-open {
    overflow: hidden;
}

.kamklima-inquiry-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    padding: 32px 16px;
    background: rgba(0, 0, 0, 0.62);
    overflow-y: auto;
}

.kamklima-inquiry-modal.is-open {
    display: flex;
    align-items: center;
    justify-content: center;
}

.kamklima-inquiry-dialog {
    position: relative;
    width: min(720px, 100%);
    height: 90vh;
    height: 90dvh;
    max-height: 90vh;
    max-height: 90dvh;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 12px;
    padding: 36px 28px 32px 40px;
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.24);
    overflow: hidden;
    box-sizing: border-box;
}

.kamklima-inquiry-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    max-width: 32px !important;
    max-height: 32px !important;
    aspect-ratio: 1 / 1;
    border: 0 !important;
    border-radius: 0 12px 0 6px !important;
    background: #f5f5f5 !important;
    color: #666 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    box-shadow: none !important;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.kamklima-inquiry-close:hover,
.kamklima-inquiry-close:focus,
.kamklima-inquiry-close:active {
    background: #fdecee !important;
    color: var(--kk-red) !important;
    outline: none;
}

.kamklima-inquiry-dialog .kamklima-section-kicker {
    display: inline-flex;
    margin-bottom: 10px;
    flex-shrink: 0;
}

.kamklima-inquiry-dialog h2 {
    font-family: 'Bold', sans-serif;
    color: #1a1a1a;
    font-size: clamp(1.65rem, 3vw, 2rem);
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin: 0 0 10px;
    padding-right: 36px;
    flex-shrink: 0;
}

.kamklima-inquiry-intro,
.kamklima-inquiry-fallback {
    font-family: 'Light', sans-serif;
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 0;
    padding-bottom: 22px;
    border-bottom: 1px solid #ebebeb;
    flex-shrink: 0;
}

.kamklima-inquiry-form {
    position: relative;
    margin-top: 24px;
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
    scrollbar-width: auto;
    scrollbar-color: #870d13 #f0f0f0;
    padding-right: 8px;
    margin-right: -2px;
}

.kamklima-inquiry-form::-webkit-scrollbar {
    width: 10px;
}

.kamklima-inquiry-form::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px;
}

.kamklima-inquiry-form::-webkit-scrollbar-thumb {
    background: #870d13;
    border-radius: 10px;
    border: 2px solid #f0f0f0;
    background-clip: padding-box;
    min-height: 40px;
}

.kamklima-inquiry-form::-webkit-scrollbar-thumb:active {
    background: #dd3b3b;
    border: 2px solid #f0f0f0;
    background-clip: padding-box;
}

.kamklima-inquiry-form .wpcf7 {
    margin: 0;
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.kamklima-inquiry-form .wpcf7-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 20px;
    flex: 1 1 auto;
    min-height: 0;
    align-content: stretch;
}

.kamklima-inquiry-form .wpcf7-form > p {
    margin: 0;
}

.kamklima-inquiry-form .wpcf7-form > p:has([data-name="your-name"]),
.kamklima-inquiry-form .wpcf7-form > p:has([data-name="your-subject"]),
.kamklima-inquiry-form .wpcf7-form > p:has(.inq-subject),
.kamklima-inquiry-form .wpcf7-form > p:has([data-name="your-message"]),
.kamklima-inquiry-form .wpcf7-form > p:has(textarea),
.kamklima-inquiry-form .wpcf7-form > p:has(.wpcf7-checkbox),
.kamklima-inquiry-form .wpcf7-form > div:has(textarea),
.kamklima-inquiry-form .wpcf7-form > div:has(.wpcf7-checkbox),
.kamklima-inquiry-form .wpcf7-form > p:has(input[type="submit"]),
.kamklima-inquiry-form .wpcf7-form > p:has(.wpcf7-response-output) {
    grid-column: 1 / -1;
    width: 100%;
}

.kamklima-inquiry-form .wpcf7-form > p:has(textarea) label,
.kamklima-inquiry-form .wpcf7-form > p:has(textarea) .wpcf7-form-control-wrap,
.kamklima-inquiry-form .wpcf7-form > div:has(textarea) .wpcf7-form-control-wrap {
    width: 100%;
}

.kamklima-inquiry-form .wpcf7-form > p:has([data-name="your-url"]),
.kamklima-inquiry-form .wpcf7-form > input[name="your-url"] {
    display: none !important;
}

.kamklima-inquiry-form label {
    display: block;
    font-family: 'Bold', sans-serif;
    font-size: 13px;
    line-height: 1.35;
    color: #1a1a1a;
    margin: 0;
}

.kamklima-inquiry-form .wpcf7-form-control-wrap {
    display: block;
    margin-top: 8px;
}

.kamklima-inquiry-form input:not([type="submit"]),
.kamklima-inquiry-form textarea,
.kamklima-inquiry-form select {
    width: 100%;
    margin: 0;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 14px 16px;
    min-height: 52px;
    font-family: 'Regular', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #1a1a1a;
    background: #fff;
    box-shadow: none;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.kamklima-inquiry-form textarea {
    width: 100% !important;
    max-width: 100%;
    display: block;
    min-height: 120px;
    resize: vertical;
    padding-top: 14px;
}

.kamklima-inquiry-form .wpcf7-form > p:has(textarea),
.kamklima-inquiry-form .wpcf7-form > p:has([data-name="your-message"]) {
    display: flex;
    flex-direction: column;
    min-height: 140px;
    flex: 1 1 auto;
    margin-bottom: 8px;
}

.kamklima-inquiry-form .wpcf7-form > p:has(textarea) .wpcf7-form-control-wrap,
.kamklima-inquiry-form .wpcf7-form > p:has([data-name="your-message"]) .wpcf7-form-control-wrap {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.kamklima-inquiry-form .wpcf7-form > p:has(textarea) textarea,
.kamklima-inquiry-form .wpcf7-form > p:has([data-name="your-message"]) textarea {
    flex: 1 1 auto;
    min-height: 120px;
    height: auto;
}

.kamklima-inquiry-form .wpcf7-form > p:has(.wpcf7-checkbox),
.kamklima-inquiry-form .wpcf7-form > p:has(input[type="submit"]),
.kamklima-inquiry-form .wpcf7-form > p:has(.wpcf7-response-output) {
    flex-shrink: 0;
}

.kamklima-inquiry-form .wpcf7-form > p:has(.wpcf7-checkbox),
.kamklima-inquiry-form .wpcf7-form > p:has([data-name="gdpr"]) {
    margin-top: 24px !important;
    padding-top: 4px;
}

.kamklima-inquiry-form input::placeholder,
.kamklima-inquiry-form textarea::placeholder {
    color: #9a9a9a;
}

.kamklima-inquiry-form input:not([type="submit"]):focus,
.kamklima-inquiry-form textarea:focus,
.kamklima-inquiry-form select:focus {
    outline: none;
    border-color: #d0d0d0;
    box-shadow: 0 0 0 3px rgba(200, 16, 46, 0.14);
}

.kamklima-inquiry-form input[name="your-subject"] {
    background: #fafafa;
    border-color: #ebebeb;
    color: #1a1a1a;
    font-family: 'Bold', sans-serif;
    font-size: 15px;
    cursor: default;
}

.kamklima-inquiry-form input[name="your-subject"]:focus {
    box-shadow: none;
    border-color: #ebebeb;
}

.kamklima-inquiry-form .wpcf7-not-valid {
    border-color: rgba(200, 16, 46, 0.55) !important;
    background: #fffbfb;
}

.kamklima-inquiry-form .wpcf7-not-valid-tip {
    margin-top: 6px;
    font-family: 'Regular', sans-serif;
    font-size: 12px;
    line-height: 1.4;
    color: var(--kk-red);
}

.kamklima-inquiry-form .wpcf7-form > p:has(input[type="submit"]) {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 6px;
    padding-top: 4px;
}

.kamklima-inquiry-form input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: min(100%, 280px);
    min-height: 48px;
    margin: 0;
    padding: 0 28px;
    border: 0;
    border-radius: 4px;
    background: var(--kk-red);
    color: #fff !important;
    font-family: 'Bold', sans-serif;
    font-size: 14px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.15s ease;
}

.kamklima-inquiry-form input[type="submit"]:hover {
    background: var(--kk-red-dark);
}

.kamklima-inquiry-form input[type="submit"]:active {
    transform: translateY(1px);
}

.kamklima-inquiry-form .wpcf7-spinner {
    margin: 0;
}

.kamklima-inquiry-form .wpcf7-response-output {
    grid-column: 1 / -1;
    margin: 0;
    padding: 14px 16px;
    border-radius: 6px;
    border-width: 1px;
    font-family: 'Regular', sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

.kamklima-inquiry-form .wpcf7 form.sent .wpcf7-response-output {
    border-color: rgba(34, 120, 70, 0.25);
    background: #f3fbf6;
    color: #1f6b40;
}

.kamklima-inquiry-form .wpcf7 form.failed .wpcf7-response-output,
.kamklima-inquiry-form .wpcf7 form.invalid .wpcf7-response-output {
    border-color: rgba(200, 16, 46, 0.25);
    background: #fff7f7;
    color: #8f0f22;
}

.kamklima-inquiry-form .wpcf7-form > p:has(.wpcf7-checkbox) .wpcf7-form-control-wrap {
    margin-top: 0;
}

.kamklima-inquiry-form .wpcf7-checkbox {
    display: block;
}

.kamklima-inquiry-form .wpcf7-checkbox .wpcf7-list-item {
    margin: 0;
}

.kamklima-inquiry-form .wpcf7-checkbox label {
    display: flex !important;
    flex-direction: row;
    align-items: flex-start;
    gap: 14px;
    margin: 0;
    padding: 14px 16px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.kamklima-inquiry-form .wpcf7-checkbox label:hover {
    border-color: #cfcfcf;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.kamklima-inquiry-form .wpcf7-checkbox label:has(.wpcf7-not-valid) {
    border-color: rgba(200, 16, 46, 0.45);
    background: #fff7f7;
}

.kamklima-inquiry-form .wpcf7-checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    min-height: 24px;
    flex-shrink: 0;
    margin: 2px 0 0;
    padding: 0;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    background: #fff;
    box-shadow: none;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.kamklima-inquiry-form .wpcf7-checkbox input[type="checkbox"]:checked {
    background-color: #2E9E5B;
    border-color: #2E9E5B;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3E%3Cpath d='M6.173 13.414L1.757 9l1.414-1.414L6.173 10.586 13.828 3l1.414 1.414z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 12px;
}

.kamklima-inquiry-form .wpcf7-checkbox input[type="checkbox"]:focus-visible {
    outline: 2px solid rgba(200, 16, 46, 0.35);
    outline-offset: 2px;
}

.kamklima-inquiry-form .wpcf7-checkbox .wpcf7-list-item-label {
    display: block;
    font-family: 'Regular', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #666;
    line-height: 1.6;
}

@media (max-width: 849px) {
    body.kamklima-single-product .product-container {
        padding-top: 12px;
    }

    body.kamklima-single-product .product-main {
        width: calc(100% - 24px);
        padding: 16px;
        margin-top: 0;
        border-radius: 10px;
    }

    body.kamklima-single-product .product-main > .woocommerce-breadcrumb {
        position: static;
        display: block;
        margin: 0 0 10px;
        font-size: 12.5px;
        line-height: 1.4;
    }

    /* Skrij prev/next izdelek (krožni gumbi pod naslovom) */
    body.kamklima-single-product .next-prev-thumbs {
        display: none !important;
    }

    body.kamklima-single-product .product-gallery {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 8px;
        position: relative;
    }

    /* Puščice galerije – vedno vidne, fiksirane ob robu (brez Flatsome translateX skoka) */
    body.kamklima-single-product .product-gallery .product-gallery-slider > .flickity-prev-next-button,
    body.kamklima-single-product .product-gallery .woocommerce-product-gallery__wrapper > .flickity-prev-next-button {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        z-index: 4;
        width: 38px;
        height: 38px;
        background: #fff !important;
        border: 1.5px solid #cfcfcf;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        color: #666 !important;
        transform: none !important;
        transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease !important;
    }

    body.kamklima-single-product .product-gallery .product-gallery-slider > .flickity-prev-next-button svg path,
    body.kamklima-single-product .product-gallery .woocommerce-product-gallery__wrapper > .flickity-prev-next-button svg path,
    body.kamklima-single-product .product-gallery .product-gallery-slider > .flickity-prev-next-button .flickity-button-icon,
    body.kamklima-single-product .product-gallery .woocommerce-product-gallery__wrapper > .flickity-prev-next-button .flickity-button-icon {
        fill: #666 !important;
        color: #666 !important;
    }

    body.kamklima-single-product .product-gallery .product-gallery-slider > .flickity-prev-next-button.previous,
    body.kamklima-single-product .product-gallery .woocommerce-product-gallery__wrapper > .flickity-prev-next-button.previous {
        left: 0 !important;
        right: auto !important;
    }

    body.kamklima-single-product .product-gallery .product-gallery-slider > .flickity-prev-next-button.next,
    body.kamklima-single-product .product-gallery .woocommerce-product-gallery__wrapper > .flickity-prev-next-button.next {
        right: 0 !important;
        left: auto !important;
    }

    body.kamklima-single-product .product-info {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 12px !important;
    }

    body.kamklima-single-product h1.product-title,
    body.kamklima-single-product h1.product_title {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 12px;
    }

    body.kamklima-single-product .product-short-description {
        font-size: 14.5px;
        line-height: 1.6;
        margin-bottom: 16px;
    }

    body.kamklima-single-product .kamklima-single-eyebrow-row {
        padding-bottom: 10px;
        margin-bottom: 12px;
    }

    body.kamklima-single-product .product-thumbnails a {
        padding: 8px !important;
    }

    body.kamklima-single-product .kamklima-single-summary-panel {
        padding: 16px;
        border-radius: 8px;
    }

    body.kamklima-single-product .kamklima-single-summary-panel--cta {
        padding: 16px;
    }

    body.kamklima-single-product .kamklima-single-features-heading h2 {
        font-size: 1.45rem;
    }

    body.kamklima-single-product .kamklima-single-highlight-list {
        grid-template-columns: 1fr;
        gap: 10px;
        padding-bottom: 14px;
        margin-bottom: 14px;
    }

    body.kamklima-single-product .kamklima-single-highlight-group {
        padding: 12px;
    }

    body.kamklima-single-product .kamklima-single-actions {
        gap: 10px;
    }

    body.kamklima-single-product .kamklima-single-inquiry-btn,
    body.kamklima-single-product .kamklima-single-offer-btn {
        min-height: 52px;
        height: 52px;
        width: 100% !important;
        font-size: 13px;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 16px;
        padding-right: 16px;
        box-sizing: border-box;
    }

    body.kamklima-single-product .kamklima-single-phone-cta {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: nowrap;
        gap: 10px;
        padding: 12px;
        height: auto;
        min-height: 0;
        width: 100%;
    }

    body.kamklima-single-product .kamklima-single-phone-copy {
        flex-wrap: wrap;
        gap: 4px 8px;
    }

    body.kamklima-single-product .kamklima-single-phone-cta a {
        margin-left: 0;
        font-size: 1.05rem;
    }

    body.kamklima-single-product .kamklima-single-details {
        padding: 20px 0 40px;
    }

    body.kamklima-single-product .kamklima-single-details-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    body.kamklima-single-product .kamklima-single-card {
        padding: 20px 18px;
        border-radius: 8px;
    }

    body.kamklima-single-product .kamklima-single-card h2 {
        font-size: 1.7rem;
        line-height: 1.2;
        margin-bottom: 12px;
    }

    body.kamklima-single-product .kamklima-section-kicker {
        font-size: 12px;
        margin-bottom: 8px;
    }

    body.kamklima-single-product .kamklima-single-description {
        font-size: 14.5px;
        line-height: 1.6;
    }

    /* Ikone: 90px visoke, širina natural, horizontalni scroll + progress */
    body.kamklima-single-product .kamklima-single-description-icons-wrap {
        margin-top: 16px;
        padding-top: 16px;
        max-width: 100%;
        min-width: 0;
    }

    body.kamklima-single-product .kamklima-single-description-icons-wrap::before,
    body.kamklima-single-product .kamklima-single-description-icons-wrap::after {
        top: 16px;
    }

    body.kamklima-single-product .kamklima-single-description-icons img,
    body.kamklima-single-product .kamklima-description-icons-img {
        width: auto !important;
        max-width: none !important;
        height: 90px !important;
        max-height: 90px !important;
        object-fit: contain;
        object-position: left center;
    }

    body.kamklima-single-product .kamklima-single-bottom-cta {
        flex-direction: column;
        align-items: flex-start;
        padding: 22px 18px 22px 20px;
        margin-top: 18px;
        gap: 16px;
    }

    body.kamklima-single-product .kamklima-single-bottom-cta h3 {
        font-size: 1.35rem;
        line-height: 1.25;
        margin-bottom: 4px;
    }

    body.kamklima-single-product .kamklima-single-bottom-cta p {
        font-size: 14px;
    }

    body.kamklima-single-product .kamklima-btn-cta {
        width: 100%;
        justify-content: center;
        padding: 13px 20px;
        font-size: 13px;
        white-space: normal;
        text-align: center;
    }

    body.kamklima-single-product .related.product-section,
    body.kamklima-single-product .related.related-products-wrapper.product-section {
        --kk-related-left: 24px;
        --kk-related-peek: 40px;
        --kk-related-gap: 10px;
        --kk-related-arrow-inset: 10px;
        padding-top: 20px !important;
        padding-bottom: 32px !important;
        padding-left: var(--kk-related-left) !important;
        padding-right: 0 !important;
        margin-top: 0;
        overflow: visible;
        position: relative;
    }

    /* Full-bleed desno, levo prek related padding */
    body.kamklima-single-product .product-footer > .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow: visible;
    }

    body.kamklima-single-product .related .product-section-title,
    body.kamklima-single-product .related .kamklima-related-heading {
        font-size: 1.75rem;
        margin: 0 0 12px; /* isto kot .kamklima-single-card h2 na mobilcu */
        padding-left: 0;
        padding-right: 15px;
    }

    body.kamklima-single-product .related .row-slider.flickity-enabled {
        padding-left: 0 !important;
        padding-right: 0 !important;
        overflow: visible !important;
    }

    body.kamklima-single-product .related .row-slider .flickity-viewport {
        overflow: hidden;
    }

    body.kamklima-single-product .related .row-slider .flickity-prev-next-button {
        width: 34px !important;
        height: 34px !important;
        top: 110px !important;
        transform: none !important;
        border-radius: 50%;
        z-index: 12 !important;
        pointer-events: auto !important;
    }

    /* Simetričen odmik puščic od robov glavne kartice */
    body.kamklima-single-product .related .row-slider .flickity-prev-next-button.previous {
        left: var(--kk-related-arrow-inset) !important;
        right: auto !important;
    }

    body.kamklima-single-product .related .row-slider .flickity-prev-next-button.next {
        right: calc(var(--kk-related-peek) + var(--kk-related-gap) + var(--kk-related-arrow-inset)) !important;
        left: auto !important;
    }

    body.kamklima-single-product .related .row-slider .flickity-slider > .product-small.col {
        width: calc(100% - var(--kk-related-peek)) !important;
        max-width: calc(100% - var(--kk-related-peek)) !important;
        flex: 0 0 calc(100% - var(--kk-related-peek)) !important;
        padding-left: 0 !important;
        padding-right: var(--kk-related-gap) !important;
        box-sizing: border-box;
    }

    body.kamklima-single-product .related .row-slider .product-small .box,
    body.kamklima-single-product .related .row-slider .product-small .box-vertical,
    body.kamklima-single-product .related .row-slider .product-small .col-inner {
        width: 100% !important;
        max-width: 100% !important;
    }

    body.kamklima-single-product .related .row-slider .product-small.box,
    body.kamklima-single-product .related .row-slider .product-small.box-vertical {
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
    }

    body.kamklima-single-product .related .kamklima-related-progress {
        margin: 18px 15px 0 0;
        height: 6px;
        background: #e8e8e8;
        border-radius: 99px;
        overflow: hidden;
    }

    body.kamklima-single-product .related .kamklima-related-progress-bar {
        display: block;
        height: 100%;
        width: 25%;
        margin-left: 0;
        background: linear-gradient(90deg, #dd3b3b, #870d13);
        border-radius: 99px;
        transition: width 0.3s ease, margin-left 0.3s ease;
    }

    body.kamklima-single-product .related .kamklima-related-progress.is-related-fit {
        display: none;
    }

    /* Footer: energija levo, gumb desno (kot kategorija na mobilcu) */
    body.kamklima-single-product .related .row-slider .box-text {
        padding: 0 14px 12px !important;
    }

    body.kamklima-single-product .related .row-slider .box-text > .kamklima-product-eyebrow-row {
        padding-top: 10px;
        margin-bottom: 8px;
    }

    body.kamklima-single-product .related .kamklima-product-specs {
        margin-top: 8px;
        margin-bottom: 0;
        padding-top: 8px;
        gap: 5px;
    }

    body.kamklima-single-product .related .kamklima-product-footer {
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        flex-wrap: nowrap;
        gap: 10px;
        padding-top: 12px;
        margin-top: auto;
    }

    body.kamklima-single-product .related .kamklima-product-energy-wrap {
        flex: 1 1 auto;
        min-width: 0;
    }

    body.kamklima-single-product .related .kamklima-btn-detail {
        width: auto;
        flex: 0 0 auto;
        margin-left: auto;
        justify-content: center;
        text-align: center;
        white-space: nowrap;
    }

    .kamklima-inquiry-dialog {
        padding: 26px 14px 22px 20px;
        border-radius: 10px;
        height: 90vh;
        height: 90dvh;
        max-height: 90vh;
        max-height: 90dvh;
    }

    .kamklima-inquiry-dialog h2 {
        font-size: 1.4rem;
        margin-bottom: 8px;
        flex-shrink: 0;
    }

    .kamklima-inquiry-modal {
        align-items: center;
        padding: 5vh 12px;
    }

    .kamklima-inquiry-intro,
    .kamklima-inquiry-fallback {
        font-size: 13.5px;
        line-height: 1.45;
        padding-bottom: 14px;
        flex-shrink: 0;
    }

    .kamklima-inquiry-form {
        margin-top: 16px;
    }

    .kamklima-inquiry-form .wpcf7-form {
        display: flex;
        flex-direction: column;
        grid-template-columns: none;
        gap: 16px;
    }

    .kamklima-inquiry-form .wpcf7-form > p:has([data-name="your-email"]),
    .kamklima-inquiry-form .wpcf7-form > p:has([data-name="your-phone"]) {
        width: 100%;
    }

    .kamklima-inquiry-form .wpcf7-form > p:has(.wpcf7-checkbox),
    .kamklima-inquiry-form .wpcf7-form > p:has([data-name="gdpr"]) {
        margin-top: 20px !important;
    }

    /* Izdelek je že v naslovu */
    .kamklima-inquiry-form .wpcf7-form > p:has([data-name="your-subject"]),
    .kamklima-inquiry-form .wpcf7-form > p:has(.inq-subject),
    .kamklima-inquiry-form .wpcf7-form > p:has(input[name="your-subject"]) {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        padding: 0 !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0, 0, 0, 0) !important;
        white-space: nowrap !important;
        border: 0 !important;
    }

    .kamklima-inquiry-form .wpcf7-form-control-wrap {
        margin-top: 6px;
    }

    .kamklima-inquiry-form input:not([type="submit"]),
    .kamklima-inquiry-form textarea,
    .kamklima-inquiry-form select {
        padding: 12px 14px;
        min-height: 48px;
        font-size: 14px;
    }

    .kamklima-inquiry-form textarea {
        min-height: 120px;
        height: auto;
        padding-top: 12px;
    }

    .kamklima-inquiry-form .wpcf7-checkbox label {
        gap: 12px;
        padding: 12px 14px;
    }

    .kamklima-inquiry-form input[type="submit"] {
        min-height: 50px;
        padding: 14px 16px;
    }

    .kamklima-offer-panel {
        padding: 0;
    }
}

@media (max-width: 549px) {
    body.kamklima-single-product .product-container {
        padding-top: 8px;
    }

    body.kamklima-single-product .product-main {
        width: calc(100% - 20px);
        padding: 14px;
        margin-top: 0;
        border-radius: 8px;
    }

    body.kamklima-single-product .product-main > .woocommerce-breadcrumb {
        font-size: 12px;
        margin-bottom: 8px;
    }

    body.kamklima-single-product h1.product-title,
    body.kamklima-single-product h1.product_title {
        font-size: 26px;
        margin-bottom: 10px;
    }

    body.kamklima-single-product .product-short-description {
        font-size: 14px;
    }

    body.kamklima-single-product .product-gallery .product-gallery-slider > .flickity-prev-next-button,
    body.kamklima-single-product .product-gallery .woocommerce-product-gallery__wrapper > .flickity-prev-next-button {
        width: 34px;
        height: 34px;
    }

    body.kamklima-single-product .product-thumbnails a {
        padding: 6px !important;
    }

    body.kamklima-single-product .kamklima-single-summary-panel,
    body.kamklima-single-product .kamklima-single-summary-panel--cta {
        padding: 14px;
    }

    body.kamklima-single-product .kamklima-single-phone-cta {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: nowrap;
        gap: 10px;
        width: 100%;
        height: auto;
        min-height: 0;
        padding: 12px;
        box-sizing: border-box;
    }

    body.kamklima-single-product .kamklima-single-phone-cta a {
        margin-left: 0;
        font-size: 1.05rem;
        white-space: nowrap;
    }

    body.kamklima-single-product .kamklima-single-phone-icon {
        flex: 0 0 36px;
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    body.kamklima-single-product .kamklima-spec-row {
        grid-template-columns: 1fr;
        gap: 6px;
        align-items: start;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    body.kamklima-single-product .kamklima-spec-row dt {
        font-size: 11px;
    }

    body.kamklima-single-product .kamklima-spec-row dd,
    body.kamklima-single-product .kamklima-spec-value-list {
        justify-content: flex-start;
        text-align: left;
    }

    body.kamklima-single-product .kamklima-single-energy-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    body.kamklima-single-product .kamklima-single-card {
        padding: 16px 14px;
    }

    body.kamklima-single-product .kamklima-single-card h2 {
        font-size: 1.5rem;
    }

    body.kamklima-single-product .kamklima-single-details {
        padding: 16px 10px 32px;
    }

    body.kamklima-single-product .kamklima-single-bottom-cta {
        padding: 18px 16px 18px 18px;
    }

    body.kamklima-single-product .kamklima-single-bottom-cta h3 {
        font-size: 1.35rem;
    }

    body.kamklima-single-product .related.product-section,
    body.kamklima-single-product .related.related-products-wrapper.product-section {
        --kk-related-left: 24px;
        padding-top: 16px !important;
        padding-bottom: 32px !important;
        padding-left: var(--kk-related-left) !important;
        padding-right: 0 !important;
        margin-top: 0;
        overflow: visible;
    }

    body.kamklima-single-product .related .row-slider.flickity-enabled {
        padding-left: 0 !important;
        padding-right: 0 !important;
        overflow: visible !important;
    }

    body.kamklima-single-product .related .row-slider .flickity-slider > .product-small.col {
        width: calc(100% - var(--kk-related-peek, 40px)) !important;
        max-width: calc(100% - var(--kk-related-peek, 40px)) !important;
        flex: 0 0 calc(100% - var(--kk-related-peek, 40px)) !important;
        padding-left: 0 !important;
        padding-right: var(--kk-related-gap, 10px) !important;
    }

    body.kamklima-single-product .related .row-slider .flickity-prev-next-button.previous {
        left: var(--kk-related-arrow-inset, 10px) !important;
    }

    body.kamklima-single-product .related .row-slider .flickity-prev-next-button.next {
        right: calc(
            var(--kk-related-peek, 40px) + var(--kk-related-gap, 10px) + var(--kk-related-arrow-inset, 10px)
        ) !important;
    }

    body.kamklima-single-product .related .row-slider .product-small .box,
    body.kamklima-single-product .related .row-slider .product-small .box-vertical,
    body.kamklima-single-product .related .row-slider .product-small .col-inner,
    body.kamklima-single-product .related .row-slider .product-small.box,
    body.kamklima-single-product .related .row-slider .product-small.box-vertical {
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
    }

    body.kamklima-single-product .related .product-section-title,
    body.kamklima-single-product .related .kamklima-related-heading {
        font-size: 1.55rem;
        margin: 0 0 12px;
        padding-left: 0;
        padding-right: 15px;
        padding-bottom: 0px;
    }

    body.kamklima-single-product .related .kamklima-related-progress {
        margin: 14px 15px 0 0;
    }

    .kamklima-inquiry-dialog {
        padding: 22px 10px 18px 16px;
        margin: 0;
        width: calc(100% - 20px);
        height: 90vh;
        height: 90dvh;
        max-height: 90vh;
        max-height: 90dvh;
    }

    .kamklima-inquiry-dialog h2 {
        font-size: 1.25rem;
        margin-bottom: 8px;
        padding-right: 32px;
        line-height: 1.25;
        flex-shrink: 0;
    }

    .kamklima-inquiry-modal {
        align-items: center;
        padding: 5vh 10px;
    }

    .kamklima-inquiry-close {
        top: 0;
        right: 0;
        margin: 0 !important;
        width: 30px !important;
        height: 30px !important;
        min-width: 30px !important;
        min-height: 30px !important;
        max-width: 30px !important;
        max-height: 30px !important;
        font-size: 16px !important;
        border-radius: 0 10px 0 6px !important;
    }

    .kamklima-inquiry-intro {
        font-size: 13px;
        line-height: 1.45;
        padding-bottom: 14px;
        display: block;
        -webkit-line-clamp: unset;
        overflow: visible;
        flex-shrink: 0;
    }

    .kamklima-inquiry-fallback {
        font-size: 13px;
        line-height: 1.45;
        padding-bottom: 14px;
        flex-shrink: 0;
    }

    .kamklima-inquiry-form {
        margin-top: 14px;
    }

    .kamklima-inquiry-form .wpcf7-form {
        display: flex;
        flex-direction: column;
        grid-template-columns: none;
        gap: 16px;
    }

    .kamklima-inquiry-form .wpcf7-form > p:has([data-name="your-email"]),
    .kamklima-inquiry-form .wpcf7-form > p:has([data-name="your-phone"]) {
        width: 100%;
    }

    .kamklima-inquiry-form .wpcf7-form > p:has(.wpcf7-checkbox),
    .kamklima-inquiry-form .wpcf7-form > p:has([data-name="gdpr"]) {
        margin-top: 20px !important;
    }

    /* Izdelek je že v naslovu — skrij polje, vrednost ostane v submitu */
    .kamklima-inquiry-form .wpcf7-form > p:has([data-name="your-subject"]),
    .kamklima-inquiry-form .wpcf7-form > p:has(.inq-subject),
    .kamklima-inquiry-form .wpcf7-form > p:has(input[name="your-subject"]) {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        padding: 0 !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0, 0, 0, 0) !important;
        white-space: nowrap !important;
        border: 0 !important;
    }

    .kamklima-inquiry-form label {
        font-size: 13px;
    }

    .kamklima-inquiry-form .wpcf7-form-control-wrap {
        margin-top: 6px;
    }

    .kamklima-inquiry-form input:not([type="submit"]),
    .kamklima-inquiry-form textarea,
    .kamklima-inquiry-form select {
        padding: 12px 14px;
        min-height: 48px;
        font-size: 14px;
    }

    .kamklima-inquiry-form textarea {
        min-height: 120px;
        height: auto;
        max-height: none;
        padding-top: 12px;
        resize: vertical;
    }

    .kamklima-inquiry-form .wpcf7-checkbox label {
        gap: 12px;
        padding: 12px 14px;
        align-items: flex-start;
    }

    .kamklima-inquiry-form .wpcf7-checkbox input[type="checkbox"] {
        width: 20px;
        height: 20px;
        min-height: 20px;
        margin-top: 1px;
        flex-shrink: 0;
    }

    .kamklima-inquiry-form .wpcf7-checkbox .wpcf7-list-item-label {
        font-size: 12px;
        line-height: 1.45;
    }

    .kamklima-inquiry-form input[type="submit"] {
        width: 100%;
        min-height: 50px;
        margin-top: 4px;
        font-size: 14px;
    }

    .kamklima-offer-panel {
        padding: 0;
    }
}

body.kamklima-single-product .kamklima-single-offer-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    height: 52px;
    box-sizing: border-box;
    background: #fff !important;
    border: 1.5px solid var(--kk-red) !important;
    border-radius: 3px;
    color: var(--kk-red) !important;
    font-family: 'Bold', sans-serif;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

body.kamklima-single-product .kamklima-single-offer-btn:hover {
    background: var(--kk-red) !important;
    border-color: var(--kk-red) !important;
    color: #fff !important;
}

body.kamklima-offer-open {
    overflow: hidden;
}

.kamklima-offer-modal {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 100000;
    pointer-events: none;
    visibility: hidden;
}

.kamklima-offer-modal.is-open {
    pointer-events: auto;
    visibility: visible;
}

.kamklima-offer-backdrop {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.kamklima-offer-modal.is-visible .kamklima-offer-backdrop {
    opacity: 1;
}

.kamklima-offer-panel {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: min(950px, 100vw);
    height: 100%;
    background: #fff;
    box-shadow: -12px 0 40px rgba(0, 0, 0, 0.18);
    transform: translateX(100%);
    transition: transform 0.32s ease;
    overflow-y: auto;
    overflow-x: hidden;
    isolation: isolate;
}

.kamklima-offer-modal.is-visible .kamklima-offer-panel {
    transform: translateX(0);
}

.kamklima-offer-close {
    position: absolute;
    top: 22px;
    right: 22px;
    z-index: 12;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #666;
    font-size: 15px;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.kamklima-offer-close:hover {
    color: #C8102E;
}

.kamklima-offer-app {
    position: relative;
    z-index: 1;
    padding: 58px 28px 40px;
    background: #f5f6f8;
}

.kamklima-offer-header {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 18px;
    padding-right: 75px;
}

.kamklima-offer-header-copy {
    flex: 1 1 280px;
    min-width: 0;
    padding-top: 4px;
}

.kamklima-offer-kicker {
    display: block;
    font-family: 'Regular', sans-serif;
    font-size: 12px;
    color: #666;
    margin-bottom: 8px;
}

.kamklima-offer-title-group {
    margin-bottom: 10px;
}

.kamklima-offer-device-type {
    font-family: 'Bold', sans-serif;
    color: #1a1a1a;
    font-size: 1.65rem;
    line-height: 1.15;
    margin: 0;
}

.kamklima-offer-title-group h2 {
    font-family: 'Bold', sans-serif;
    color: #1a1a1a;
    font-size: 1.65rem;
    line-height: 1.15;
    margin: 0;
}

.kamklima-offer-brand {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.kamklima-offer-brand-label {
    font-family: 'Regular', sans-serif;
    font-size: 11px;
    color: #777;
}

.kamklima-offer-brand-name {
    font-family: 'Bold', sans-serif;
    font-size: 14px;
    color: #C8102E;
}

.kamklima-offer-brand-name--samsung {
    color: #1428A0;
}

.kamklima-offer-header-image {
    flex: 0 0 min(340px, 48vw);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 8px;
    margin-right: 12px;
}

.kamklima-offer-header-image img {
    width: 100%;
    max-width: 320px;
    height: auto;
    object-fit: contain;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
}

.kamklima-offer-intro {
    display: none;
}

.kamklima-offer-contact {
    position: relative;
    z-index: 2;
    margin-top: 24px;
}

.kamklima-offer-contact .kamklima-offer-step-head {
    margin-bottom: 16px;
}

.kamklima-offer-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    position: relative;
    z-index: 2;
}

.kamklima-offer-steps {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.kamklima-offer-step {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
}

.kamklima-offer-step--incomplete .kamklima-offer-step-head h3 {
    color: #C8102E;
}

.kamklima-offer-step-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.kamklima-offer-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #9a9a9a;
    color: #fff;
    font-family: 'Bold', sans-serif;
    font-size: 13px;
    flex-shrink: 0;
}

.kamklima-offer-step-number--valid {
    background: #2E9E5B;
    font-size: 12px;
}

.kamklima-offer-step-number--invalid {
    background: #C8102E;
    font-size: 12px;
}

.kamklima-offer-step-head h3 {
    font-family: 'Bold', sans-serif;
    font-size: 14px;
    line-height: 1.3;
    color: #1a1a1a;
    margin: 0;
}

.kamklima-offer-options {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.kamklima-offer-option {
    position: relative;
    width: 96px;
    min-height: 96px;
    padding: 12px 10px;
    border: 1px solid transparent;
    outline: 1px solid #e0e0e0;
    outline-offset: 0;
    border-radius: 6px;
    background: #fff;
    color: #1a1a1a;
    font-family: 'Bold', sans-serif;
    font-size: 12px;
    line-height: 1.3;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: outline-color 0.2s ease, outline-width 0.2s ease, background 0.2s ease;
}

.kamklima-offer-option:hover {
    outline-color: #C8102E;
}

.kamklima-offer-option.is-selected {
    outline: 2px solid #C8102E;
    outline-offset: 2px;
    background: #fff;
    color: #1a1a1a;
}

.kamklima-offer-option-check {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #2E9E5B;
    color: #fff;
    font-size: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.kamklima-offer-option-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 34px;
    color: #333;
}

.kamklima-offer-option-icon svg {
    width: 42px;
    height: 34px;
    display: block;
}

.kamklima-offer-option-label {
    text-align: center;
    font-family: 'Regular', sans-serif;
    font-size: 11px;
    line-height: 1.35;
    color: #1a1a1a;
}

.kamklima-offer-modal button.kamklima-offer-helper-trigger {
    margin-top: 16px;
    width: 100%;
    max-width: 100%;
    min-height: 72px;
    padding: 14px 16px !important;
    border: 1px solid #d8dee6 !important;
    border-left: 4px solid #1b6eb3 !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #1a1a1a !important;
    font-family: 'Regular', sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.06) !important;
    cursor: pointer;
    display: flex !important;
    align-items: center;
    gap: 14px;
    text-align: left;
    appearance: none;
    -webkit-appearance: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease, background 0.2s ease;
}

.kamklima-offer-modal button.kamklima-offer-helper-trigger:hover,
.kamklima-offer-modal button.kamklima-offer-helper-trigger:focus-visible {
    border-color: #C8102E !important;
    border-left-color: #C8102E !important;
    background: #fff !important;
    color: #1a1a1a !important;
    box-shadow: 0 8px 22px rgba(200, 16, 46, 0.12) !important;
    transform: translateY(-1px);
}

.kamklima-offer-modal button.kamklima-offer-helper-trigger:focus-visible {
    outline: 2px solid rgba(200, 16, 46, 0.28);
    outline-offset: 2px;
}

.kamklima-offer-helper-trigger-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #edf6ff;
    color: #1b6eb3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    transition: background 0.2s ease, color 0.2s ease;
}

.kamklima-offer-modal button.kamklima-offer-helper-trigger:hover .kamklima-offer-helper-trigger-icon,
.kamklima-offer-modal button.kamklima-offer-helper-trigger:focus-visible .kamklima-offer-helper-trigger-icon {
    background: #C8102E;
    color: #fff;
}

.kamklima-offer-helper-trigger-copy {
    display: flex;
    flex-direction: column;
    gap: 3px;
    flex: 1;
    min-width: 0;
}

.kamklima-offer-helper-trigger-eyebrow {
    font-family: 'Bold', sans-serif;
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1b6eb3;
}

.kamklima-offer-helper-trigger-label {
    font-family: 'Bold', sans-serif;
    font-size: 14px;
    line-height: 1.35;
    color: #1a1a1a;
}

.kamklima-offer-helper-trigger-hint {
    font-family: 'Regular', sans-serif;
    font-size: 12px;
    line-height: 1.45;
    color: #6b7280;
}

.kamklima-offer-helper-trigger-action {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f3f4f6;
    color: #6b7280;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.kamklima-offer-modal button.kamklima-offer-helper-trigger:hover .kamklima-offer-helper-trigger-action,
.kamklima-offer-modal button.kamklima-offer-helper-trigger:focus-visible .kamklima-offer-helper-trigger-action {
    background: #C8102E;
    color: #fff;
    transform: translateX(2px);
}

.kamklima-offer-option--purpose {
    width: 118px;
    min-height: 108px;
}

.kamklima-offer-option--count {
    width: 72px;
    min-height: 72px;
    padding: 10px 8px;
}

.kamklima-offer-option--count .kamklima-offer-option-label {
    font-family: 'Bold', sans-serif;
    font-size: 16px;
}

.kamklima-offer-option--purpose .kamklima-offer-option-label {
    font-size: 10px;
    line-height: 1.35;
}

.kamklima-offer-step--rooms .kamklima-offer-options {
    gap: 10px;
}

.kamklima-offer-step-input {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    max-width: 420px;
}

.kamklima-offer-step-input .kamklima-offer-input-wrap {
    width: 100%;
}

.kamklima-offer-step-continue {
    border: 0;
    background: transparent;
    color: #C8102E;
    font-family: 'Bold', sans-serif;
    font-size: 13px;
    padding: 0;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.kamklima-offer-step-continue:hover {
    color: #a00d24;
}

.kamklima-offer-field-status {
    display: none;
    pointer-events: none;
}

.kamklima-offer-field-status--valid.kamklima-offer-option-check {
    display: inline-flex;
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
    background: #2E9E5B;
    font-size: 11px;
}

.kamklima-offer-field-status--invalid {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(216, 39, 47, 0.85);
    color: #fff;
    font-size: 11px;
    display: none;
    align-items: center;
    justify-content: center;
}

.kamklima-offer-field--valid .kamklima-offer-field-status--valid,
.kamklima-offer-field--invalid .kamklima-offer-field-status--invalid {
    display: inline-flex;
}

.kamklima-offer-field--valid .kamklima-offer-input-wrap input,
.kamklima-offer-field--valid .kamklima-offer-input-wrap textarea,
.kamklima-offer-field--invalid .kamklima-offer-input-wrap input,
.kamklima-offer-field--invalid .kamklima-offer-input-wrap textarea {
    padding-right: 48px;
}

.kamklima-offer-field--valid .kamklima-offer-input-chevron,
.kamklima-offer-field--invalid .kamklima-offer-input-chevron {
    display: none;
}

.kamklima-offer-steps {
    min-width: 0;
}

.kamklima-offer-field--full {
    grid-column: 1 / -1;
}

.kamklima-offer-input-wrap {
    position: relative;
}

.kamklima-offer-input-wrap input,
.kamklima-offer-input-wrap textarea {
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 14px 48px 14px 14px;
    min-height: 54px;
    font-family: 'Regular', sans-serif;
    font-size: 14px;
    background: #fff;
    color: #1a1a1a;
    pointer-events: auto;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    box-shadow: none;
}

.kamklima-offer-input-wrap input::placeholder,
.kamklima-offer-input-wrap textarea::placeholder {
    color: #757575;
}

.kamklima-offer-input-wrap textarea {
    min-height: 76px;
    height: auto;
    resize: vertical;
    padding-top: 16px;
}

.kamklima-offer-input-wrap input:focus,
.kamklima-offer-input-wrap textarea:focus {
    outline: 2px solid rgba(200, 16, 46, 0.35);
    border-color: #e0e0e0;
}

.kamklima-offer-input-wrap--combobox input {
    padding-right: 56px;
}

.kamklima-offer-input-chevron {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    color: #757575;
    pointer-events: none;
}

.kamklima-offer-input-chevron svg {
    display: block;
    width: 14px;
    height: 14px;
}

.kamklima-offer-field--error .kamklima-offer-input-wrap input,
.kamklima-offer-field--error .kamklima-offer-input-wrap textarea,
.kamklima-offer-field--invalid .kamklima-offer-input-wrap input,
.kamklima-offer-field--invalid .kamklima-offer-input-wrap textarea {
    border-color: rgba(216, 39, 47, 0.5);
    outline: none;
}

.kamklima-offer-gdpr.kamklima-offer-field--error {
    border-color: rgba(200, 16, 46, 0.45);
    background: #fff7f7;
}

.kamklima-offer-gdpr.kamklima-offer-field--error .kamklima-offer-gdpr-text {
    color: #8f0f22;
}

.kamklima-offer-gdpr.kamklima-offer-field--error .kamklima-offer-gdpr-box {
    border-color: #C8102E;
}

.kamklima-offer-gdpr {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start;
    gap: 14px !important;
    margin: 4px 0 0;
    padding: 14px 16px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.kamklima-offer-gdpr:hover {
    border-color: #cfcfcf;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.kamklima-offer-gdpr-check {
    position: relative;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

.kamklima-offer-gdpr-check input[type="checkbox"] {
    position: absolute;
    inset: 0;
    width: 24px;
    height: 24px;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.kamklima-offer-gdpr-box {
    position: absolute;
    inset: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    background: #fff;
    color: transparent;
    font-size: 11px;
    pointer-events: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.kamklima-offer-gdpr-check input[type="checkbox"]:checked + .kamklima-offer-gdpr-box {
    background: #2E9E5B;
    border-color: #2E9E5B;
    color: #fff;
}

.kamklima-offer-gdpr-check input[type="checkbox"]:focus-visible + .kamklima-offer-gdpr-box {
    outline: 2px solid rgba(200, 16, 46, 0.35);
    outline-offset: 2px;
}

.kamklima-offer-gdpr-text {
    font-family: 'Regular', sans-serif;
    font-size: 12px;
    color: #666;
    line-height: 1.6;
}

.kamklima-offer-footer {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    padding-top: 8px;
}

.kamklima-offer-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    min-height: 46px;
    padding: 0 42px;
    border: 0;
    border-radius: 4px;
    background: #C8102E;
    color: #fff;
    font-family: 'Bold', sans-serif;
    font-size: 14px;
    letter-spacing: 0.02em;
    cursor: pointer;
}

.kamklima-offer-submit:hover {
    background: #a00d24;
}

.kamklima-offer-submit--disabled,
.kamklima-offer-submit:disabled {
    background: #9a9a9a;
    cursor: not-allowed;
    pointer-events: none;
}

.kamklima-offer-form-message {
    grid-column: 1 / -1;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 4px 0 0;
    padding: 12px 14px;
    border-radius: 6px;
    font-family: 'Regular', sans-serif;
    font-size: 13px;
    line-height: 1.5;
}

.kamklima-offer-form-message-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 1px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Bold', sans-serif;
    font-size: 12px;
    line-height: 1;
}

.kamklima-offer-form-message-text {
    flex: 1;
}

.kamklima-offer-form-message.is-success {
    color: #1f6b3f;
    background: #edf8f1;
    border: 1px solid rgba(46, 158, 91, 0.28);
}

.kamklima-offer-form-message.is-success .kamklima-offer-form-message-icon {
    background: #2E9E5B;
    color: #fff;
}

.kamklima-offer-form-message.is-success .kamklima-offer-form-message-icon::before {
    content: '✓';
}

.kamklima-offer-form-message.is-error {
    color: #8f0f22;
    background: #fff5f5;
    border: 1px solid rgba(200, 16, 46, 0.22);
}

.kamklima-offer-form-message.is-error .kamklima-offer-form-message-icon {
    background: #C8102E;
    color: #fff;
}

.kamklima-offer-form-message.is-error .kamklima-offer-form-message-icon::before {
    content: '!';
}

.kamklima-offer-helper-modal {
    position: fixed;
    inset: 0;
    z-index: 100010;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    pointer-events: none;
}

.kamklima-offer-helper-modal.is-active {
    display: flex;
    pointer-events: auto;
}

.kamklima-offer-helper-backdrop {
    position: absolute;
    inset: 0;
    z-index: 0;
    border: 0;
    background: rgba(90, 90, 90, 0.45);
    backdrop-filter: blur(4px);
    cursor: pointer;
}

.kamklima-offer-helper-modal[hidden] {
    display: none !important;
}

.kamklima-offer-helper-card {
    position: relative;
    z-index: 2;
    width: min(460px, 100%);
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.16);
    pointer-events: auto;
}

.kamklima-offer-helper-card h3 {
    font-family: 'Bold', sans-serif;
    font-size: 1.2rem;
    margin: 0 0 18px;
}

.kamklima-offer-helper-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.kamklima-offer-helper-card label {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-family: 'Bold', sans-serif;
    font-size: 12px;
}

.kamklima-offer-helper-input {
    display: flex;
    align-items: center;
    gap: 8px;
}

.kamklima-offer-helper-input input {
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 10px 12px;
    font-family: 'Regular', sans-serif;
    font-size: 14px;
    position: relative;
    z-index: 1;
    pointer-events: auto;
    background: #fff;
}

.kamklima-offer-helper-input span {
    color: #777;
    font-family: 'Regular', sans-serif;
    font-size: 13px;
    white-space: nowrap;
}

.kamklima-offer-helper-result {
    font-family: 'Regular', sans-serif;
    color: #1a1a1a;
    margin: 18px 0 0;
    text-align: center;
}

.kamklima-offer-helper-result strong {
    color: #C8102E;
    font-family: 'Bold', sans-serif;
    font-size: 1.1rem;
}

.kamklima-offer-helper-warning {
    margin: 12px 0 0;
    padding: 10px 12px;
    border: 1px solid #f0ad4e;
    border-radius: 4px;
    background: #fff4e5;
    color: #8a5a00;
    font-family: 'Regular', sans-serif;
    font-size: 13px;
    text-align: center;
}

.kamklima-offer-helper-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 18px;
}

.kamklima-offer-helper-cancel,
.kamklima-offer-helper-apply {
    min-height: 44px;
    border-radius: 4px;
    font-family: 'Bold', sans-serif;
    font-size: 13px;
    cursor: pointer;
}

.kamklima-offer-helper-cancel {
    border: 0;
    background: #9a9a9a;
    color: #fff;
}

.kamklima-offer-helper-apply {
    border: 0;
    background: #C8102E;
    color: #fff;
}

.kamklima-offer-helper-apply:disabled {
    background: #d8d8d8;
    color: #fff;
    cursor: not-allowed;
}

@media (max-width: 767px) {
    .kamklima-offer-app {
        padding: 54px 18px 32px;
    }

    .kamklima-offer-header {
        gap: 16px;
        padding-right: 0;
    }

    .kamklima-offer-header-image {
        flex-basis: 100%;
        margin-right: 0;
        padding-top: 0;
    }

    /* Enak horizontalni odmik kot koraki zgoraj (brez dvojnega paddinga) */
    .kamklima-offer-contact {
        padding: 16px 0 0;
        margin-top: 18px;
    }

    .kamklima-offer-contact .kamklima-offer-step-head {
        margin-bottom: 12px;
    }

    .kamklima-offer-form,
    .kamklima-offer-helper-grid {
        grid-template-columns: 1fr;
    }

    .kamklima-offer-field--half {
        grid-column: 1 / -1;
    }

    .kamklima-offer-input-wrap input,
    .kamklima-offer-input-wrap textarea {
        padding-left: 14px;
        padding-right: 44px;
    }
}

.product-container {
    background: #f5f6f8;
    padding-top: 60px;
}

@media(max-width: 849px){
    h1.main-tit {
        font-size: 3.25rem;
    }
    .btns {
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 30px;
    }
    .btn-m.greyed {
        text-align: center;
    }

    /* Category cards slider */
    .row.kamklima-cats.kamklima-cats-slider {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        gap: 16px;
        padding: 0 20px 0;
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: none !important;
        scrollbar-width: none;
    }

    .row.kamklima-cats.kamklima-cats-slider::-webkit-scrollbar {
        display: none;
    }

    .row.kamklima-cats.kamklima-cats-slider > .col {
        flex: 0 0 75%;
        max-width: 75%;
        width: 75% !important;
        scroll-snap-align: center;
        padding: 0 !important;
        margin: 0 !important;
    }

    .row.kamklima-cats.kamklima-cats-slider > .col > .col-inner {
        margin: 0 !important;
    }

    .kamklima-cats-slider .s-col {
        box-shadow: 0 2px 8px rgba(41, 32, 32, 0.08);
    }

    .kamklima-cats-slider-nav {
        display: flex;
        align-items: center;
        gap: 16px;
        max-width: 100%;
        padding: 0 15px 0;
        margin-top: 10px;
    }

    .kamklima-cats-slider-nav button {
        flex: 0 0 40px;
        width: 40px;
        height: 40px;
        padding: 0;
        margin: 0;
        border: 1px solid #e0e0e0;
        border-radius: 50%;
        background: #fff;
        color: #c8102e;
        font-size: 14px;
        line-height: 1;
        cursor: pointer;
        transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
        -webkit-tap-highlight-color: transparent;
    }

    .kamklima-cats-slider-nav button i {
        color: inherit;
    }

    .kamklima-cats-slider-nav button:hover:not(:disabled) {
        background: #fff5f5;
        border-color: rgba(200, 16, 46, 0.3);
        color: #c8102e;
    }

    .kamklima-cats-slider-nav button:focus,
    .kamklima-cats-slider-nav button:active,
    .kamklima-cats-slider-nav button:focus-visible {
        background: #fff !important;
        border-color: #e0e0e0 !important;
        color: #c8102e !important;
        outline: none;
        box-shadow: none;
    }

    .kamklima-cats-slider-nav button:disabled {
        opacity: 0.35;
        cursor: default;
        color: #c8102e;
    }

    .kamklima-cats-progress {
        flex: 1;
        height: 6px;
        background: #e8e8e8;
        border-radius: 99px;
        overflow: hidden;
    }

    .kamklima-cats-progress-bar {
        display: block;
        height: 100%;
        width: 33.333%;
        background: linear-gradient(90deg, #dd3b3b, #870d13);
        border-radius: 99px;
        transition: width 0.3s ease;
    }
}

@media(max-width: 549px){
    h1.main-tit {
        font-size: 2.45rem;
    }

    .header-main {
        height: 60px;
    }

    /* Header: logo left, menu right */
    .header-inner.medium-logo-center {
        justify-content: space-between !important;
    }

    .header-inner.medium-logo-center .show-for-medium.flex-left {
        display: none !important;
    }

    .header-inner.medium-logo-center #logo {
        order: 1;
        width: 180px;
        margin-left: 0 !important;
        margin-right: 0;
        flex: 0 0 auto;
    }

    .header-inner.medium-logo-center #logo img {
        max-width: 100%;
        height: auto;
    }

    .header-inner.medium-logo-center .show-for-medium.flex-right {
        order: 2;
        flex: 0 0 auto !important;
        margin-left: auto;
    }

    /* Category slider – phone tweaks */
    .row.kamklima-cats.kamklima-cats-slider {
        padding: 0 15px 0;
    }

    .kamklima-cats-slider p.s-sub-tit {
        font-size: 0.7rem;
    }

    .kamklima-cats-slider .s-content {
        padding: 18px 15px;
        padding-bottom: 2px;
    }

    .kamklima-cats-slider h2.s-title {
        font-size: 1.35rem;
    }

    .kamklima-cats-slider .povezava-cat > a {
        height: 2.5rem;
        width: 2.5rem;
    }

    .kamklima-cats-slider .povezava-cat > a img {
        width: 24px;
        left: 48%;
    }
}

h2.scnd-tit {
    margin-bottom: 15px;
    font-family: 'Bold';
}

.red-one i.fa-solid.fa-angle-right {
    color: #c8102e;
    font-size: 14px;
    margin-right: 7px;
}

.red-one a.nav-top-link {
    color: #333;
}

.header-bottom-nav .menu-item.current-menu-item > a,
.header-bottom-nav .menu-item.active > a,
.header-bottom-nav .menu-item.current-menu-ancestor > a,
.header-bottom-nav .menu-item.current-menu-parent > a,
.header-nav .menu-item.current-menu-item > a,
.header-nav .menu-item.active > a,
.header-nav .menu-item.current-menu-ancestor > a,
.header-nav .menu-item.current-menu-parent > a,
.header-nav .menu-item > a:hover,
.header-bottom-nav .menu-item > a:hover {
    color: #c8102e !important;
}

/* MOBILE SIDEBAR MENU */
#main-menu.mobile-sidebar {
    background: #fff !important;
}

#main-menu .sidebar-menu {
    padding: 0 0 32px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

#main-menu .nav-sidebar {
    width: 100%;
    margin: 0;
}

#main-menu .nav-sidebar.nav-uppercase > li > a {
    text-transform: none;
    letter-spacing: 0;
}

/* Header: logo */
#main-menu .nav-sidebar > li.html_topbar_right {
    padding: 22px 56px 18px 20px;
    margin: 0;
    border-bottom: none;
}

#main-menu .logo-menu {
    text-align: left;
    padding: 0;
    margin: 0;
    border-bottom: none;
}

#main-menu .logo-menu a {
    display: inline-block;
    line-height: 0;
}

#main-menu .logo-menu img {
    max-width: 132px;
    width: 100%;
    height: auto;
    display: block;
}

/* Header: search */
#main-menu .nav-sidebar > li.header-search-form {
    padding: 15px;
    margin: 0 0 12px;
    border-bottom: 1px solid #e8e8e8;
}

#main-menu .header-search-form {
    margin-bottom: 0;
}

#main-menu .header-search-form .header-search-form-wrapper,
#main-menu .header-search-form .searchform-wrapper {
    margin: 0;
}

#main-menu .searchform .flex-row {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #d8d8d8;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#main-menu .searchform .flex-row:focus-within {
    border-color: #c8102e;
    box-shadow: 0 0 0 3px rgba(200, 16, 46, 0.08);
}

#main-menu .search-field {
    background: #fff !important;
    border: none !important;
    box-shadow: none !important;
    padding: 11px 14px !important;
    font-family: "Regular", sans-serif;
    font-size: 0.875rem;
    color: #333;
    min-height: 44px;
}

#main-menu .search-field::placeholder {
    color: #999;
    opacity: 1;
}

#main-menu .ux-search-submit {
    background: linear-gradient(90deg, #dd3b3b, #870d13) !important;
    border: none !important;
    border-radius: 0 !important;
    min-height: 44px;
    width: 46px;
    margin: 0 !important;
    padding: 0 !important;
}

#main-menu .ux-search-submit:hover {
    background: linear-gradient(90deg, #c8102e, #6b0a0f) !important;
}

#main-menu .ux-search-submit i {
    color: #fff !important;
    font-size: 16px;
}

/* Menu items – padding from header edge */
#main-menu .nav-sidebar > li.menu-item {
    margin: 0 20px 6px;
    border: none !important;
    padding-left: 15px;
    padding-right: 15px;
}

#main-menu .nav-sidebar > li.menu-item > a {
    display: flex;
    align-items: center;
    padding: 14px 16px !important;
    border-radius: 12px;
    background: #f5f6f8;
    color: #333 !important;
    font-family: "Bold", sans-serif;
    font-size: 0.95rem;
    line-height: 1.3;
    transition: background 0.2s ease, color 0.2s ease;
    border: 1px solid #e8e8e8;
}



#main-menu .nav-sidebar > li.menu-item > a:hover {
    background: #f0f0f0;
    color: #c8102e !important;
}

#main-menu .nav-sidebar > li.menu-item > a i {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    border-radius: 50%;
    margin-right: 12px !important;
    margin-left: 0 !important;
    transition: background 0.2s ease, color 0.2s ease;
}

#main-menu .red-one > a i.fa-angle-right {
    color: #fff !important;
    background: linear-gradient(135deg, #dd3b3b, #c8102e);
}

#main-menu .kamklima-cat > a i.fa-angle-right {
    color: #666 !important;
    background: #ebebeb;
}

#main-menu .kamklima-cat > a:hover i.fa-angle-right {
    color: #fff !important;
    background: linear-gradient(135deg, #dd3b3b, #c8102e);
}

#main-menu .nav-sidebar > li.menu-item.current-menu-item > a,
#main-menu .nav-sidebar > li.menu-item.active > a,
#main-menu .nav-sidebar > li.menu-item.current-menu-ancestor > a,
#main-menu .nav-sidebar > li.menu-item.current-menu-parent > a {
    background: #fff5f5 !important;
    color: #c8102e !important;
    border-color: rgba(200, 16, 46, 0.15);
    box-shadow: 0 2px 8px rgba(200, 16, 46, 0.08);
}

#main-menu .nav-sidebar > li.menu-item.current-menu-item > a i,
#main-menu .nav-sidebar > li.menu-item.active > a i,
#main-menu .nav-sidebar > li.menu-item.current-menu-ancestor > a i,
#main-menu .nav-sidebar > li.menu-item.current-menu-parent > a i {
    color: #fff !important;
    background: linear-gradient(135deg, #dd3b3b, #c8102e);
}

#main-menu .nav-sidebar > li.kamklima-cat:first-of-type {
    margin-top: 8px;
    padding-top: 16px;
    border-top: 1px solid #f0f0f0;
}

#main-menu .html_topbar_left {
    margin-top: 15px;
    padding: 15px;
    border-top: 1px solid #f0f0f0;
}

/* Mobile menu trigger (hamburger) */
.mobile-nav.nav.nav-right .nav-icon {
    margin: 0;
}

.mobile-nav.nav.nav-right .nav-icon > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0 !important;
    border-radius: 10px;
    background: #f5f5f5;
    border: 1px solid #e8e8e8;
    color: #333 !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.mobile-nav.nav.nav-right .nav-icon > a:hover,
.mobile-nav.nav.nav-right .nav-icon > a:focus {
    background: #fff5f5;
    border-color: rgba(200, 16, 46, 0.25);
    color: #c8102e !important;
    box-shadow: 0 2px 6px rgba(200, 16, 46, 0.1);
}

.mobile-nav.nav.nav-right .nav-icon > a i.icon-menu {
    font-size: 21px;
    line-height: 1;
    top: 0;
    margin: 0;
}

/* Close button (off-canvas) */
.mfp-wrap.off-canvas-left .mfp-close {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 1;
    font-size: 0;
    background: #f5f5f5;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    color: #666 !important;
    opacity: 1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.mfp-wrap.off-canvas-left .mfp-close svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
}

.mfp-wrap.off-canvas-left .mfp-close:hover {
    background: #fff5f5;
    border-color: rgba(200, 16, 46, 0.25);
    color: #c8102e !important;
    box-shadow: 0 2px 6px rgba(200, 16, 46, 0.1);
}

#main-menu .html_topbar_left .header-contact-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

#main-menu .html_topbar_left .header-contact-info li {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 12px 14px;
    border-radius: 12px;
    background: #f8f8f8;
    transition: background 0.2s ease;
}

#main-menu .html_topbar_left .header-contact-info li:hover {
    background: #f0f0f0;
}

#main-menu .html_topbar_left .header-contact-info li i {
    color: #fff !important;
    background: #1c1c1c;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    margin-right: 12px;
    flex-shrink: 0;
}

#main-menu .html_topbar_left .header-contact-info li:hover i {
    background: linear-gradient(90deg, #dd3b3b, #870d13);
    color: #fff !important;
}

#main-menu .html_topbar_left .header-contact-info li a {
    padding: 0;
    margin: 0 !important;
    background: transparent;
    color: #333 !important;
    font-family: "Regular", sans-serif;
    font-size: 0.92rem;
    text-decoration: none !important;
}

#main-menu .html_topbar_left .header-contact-info li a:hover {
    text-decoration: none !important;
    color: #c8102e !important;
}

.mfp-content {
    background: #fff !important;
}

.nav-sidebar.nav-vertical>li.menu-item.active, .nav-sidebar.nav-vertical>li.menu-item:hover {
    background-color: transparent !important;
}

div#shop-sidebar {
    padding-right: 15px;
    padding-left: 15px;
}

@media (max-width: 849px) {
    div#shop-sidebar {
        padding-top: 75px;
    }
}

.custom-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.custom-list li {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    background: #f8f8f8;
    border-radius: 10px;
    font-family: "Regular", sans-serif;
    font-size: 0.95rem;
    color: #333;
    transition: background 0.2s ease, transform 0.2s ease;
    margin-left: 0px !important;
}

.custom-list li:hover {
    background: #f0f0f0;
    transform: translateX(4px);
}

.custom-list li i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    min-width: 24px;
    margin-right: 12px;
    font-size: 11px;
    color: #fff;
    background: linear-gradient(135deg, #dd3b3b, #c8102e);
    border-radius: 50%;
    flex-shrink: 0;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    line-height: 24px;
}

.custom-list li:hover i {
    transform: scale(1.1);
    box-shadow: 0 2px 8px rgba(200, 16, 46, 0.3);
}

.accs-kk .accordion-title {
    border: 1px solid #ececec;
    border-radius: 10px;
    margin-bottom: 15px;
}

.accs-kk .accordion-inner {
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 15px;
    padding-bottom: 0px;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

@media(max-width: 849px){
    .btn-m {
        text-align: center;
    }
}

@media(max-width: 549px){
    .accs-kk .accordion-title {
        font-size: 1rem;
    }
}

.accs-kk .accordion-title.active {
    margin-bottom: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

/* KK Contact Form - Stil za obrazce na straneh */
.kk-form {
    --kk-red: #C8102E;
    --kk-red-dark: #a00d24;
}

.kk-form .wpcf7 {
    margin: 0;
}

.kk-form .wpcf7-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px 24px;
}

.kk-form .wpcf7-form > p {
    margin: 0;
}

.kk-form .wpcf7-form > p:has([data-name="your-name"]),
.kk-form .wpcf7-form > p:has([data-name="your-subject"]),
.kk-form .wpcf7-form > p:has([data-name="your-service"]),
.kk-form .wpcf7-form > p:has(.inq-subject),
.kk-form .wpcf7-form > p:has([data-name="your-message"]),
.kk-form .wpcf7-form > p:has(textarea),
.kk-form .wpcf7-form > p:has(.wpcf7-checkbox),
.kk-form .wpcf7-form > p:has(.wpcf7-acceptance),
.kk-form .wpcf7-form > p:has(.checkbox-label),
.kk-form .wpcf7-form > p:has(.wpcf7-radio),
.kk-form .wpcf7-form > div:has(textarea),
.kk-form .wpcf7-form > div:has(.wpcf7-checkbox),
.kk-form .wpcf7-form > p:has(input[type="submit"]),
.kk-form .wpcf7-form > p:has(.wpcf7-response-output) {
    grid-column: 1 / -1;
    width: 100%;
}

.kk-form .wpcf7-form > p:has([data-name="your-url"]),
.kk-form .wpcf7-form > input[name="your-url"] {
    display: none !important;
}

.kk-form label {
    display: block;
    font-family: 'Bold', sans-serif;
    font-size: 16px;
    line-height: 1.35;
    color: #1a1a1a;
}

.kk-form .wpcf7-form-control-wrap {
    display: block;
    margin-top: 7px;
}

.kk-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.kk-form textarea,
.kk-form select {
    width: 100%;
    margin: 0;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 14px 16px;
    min-height: 52px;
    font-family: 'Regular', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #1a1a1a;
    background: #fff;
    box-shadow: none;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.kk-form select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 44px;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23666' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 12px 8px;
    cursor: pointer;
}

.kk-form textarea {
    width: 100% !important;
    max-width: 100%;
    display: block;
    min-height: 140px;
    resize: vertical;
    padding-top: 14px;
}

.kk-form input::placeholder,
.kk-form textarea::placeholder {
    color: #9a9a9a;
}

.kk-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
.kk-form textarea:focus,
.kk-form select:focus {
    outline: none;
    border-color: #d0d0d0;
    box-shadow: 0 0 0 3px rgba(200, 16, 46, 0.14);
}

.kk-form input[name="your-subject"],
.kk-form input[readonly] {
    background: #fafafa;
    border-color: #ebebeb;
    color: #1a1a1a;
    font-family: 'Bold', sans-serif;
    font-size: 15px;
    cursor: default;
}

.kk-form input[name="your-subject"]:focus,
.kk-form input[readonly]:focus {
    box-shadow: none;
    border-color: #ebebeb;
}

.kk-form .wpcf7-not-valid {
    border-color: rgba(200, 16, 46, 0.55) !important;
    background: #fffbfb !important;
}

/* En čist tip — skrij Flatsome bubble (::after), da ni "dvojnega" errorja */
.kk-form .wpcf7-not-valid-tip {
    display: block !important;
    position: static !important;
    margin: 8px 0 0 !important;
    padding: 8px 12px !important;
    font-family: 'Regular', sans-serif;
    font-size: 13px;
    line-height: 1.4;
    color: #8f0f22 !important;
    background: #fff0f0 !important;
    border: 1px solid rgba(200, 16, 46, 0.28) !important;
    border-radius: 6px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    box-shadow: none !important;
    z-index: auto !important;
}

.kk-form .wpcf7-not-valid-tip::before,
.kk-form .wpcf7-not-valid-tip::after {
    content: none !important;
    display: none !important;
    border: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

.kk-form .wpcf7-not-valid-tip ~ .wpcf7-not-valid-tip {
    display: none !important;
}

/* Radio buttons — 3 v vrsti */
.kk-form .wpcf7-radio {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.kk-form .wpcf7-radio .wpcf7-list-item {
    margin: 0;
    width: 100%;
}

.kk-form .wpcf7-radio label {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin: 0 !important;
    padding: 14px 14px;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    cursor: pointer;
    font-family: 'Regular', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.kk-form .wpcf7-radio label:hover {
    border-color: #d0d0d0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.kk-form .wpcf7-radio input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
    border: 2px solid #c8c8c8;
    border-radius: 50%;
    background: #fff;
    box-shadow: none;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.kk-form .wpcf7-radio input[type="radio"]:checked {
    border-color: #C8102E;
    box-shadow: inset 0 0 0 5px #C8102E;
}

.kk-form .wpcf7-radio input[type="radio"]:focus-visible {
    outline: 2px solid rgba(200, 16, 46, 0.35);
    outline-offset: 2px;
}

.kk-form .wpcf7-radio label:has(input[type="radio"]:checked) {
    border-color: #C8102E;
    background: rgba(200, 16, 46, 0.02);
    box-shadow: 0 2px 8px rgba(200, 16, 46, 0.12);
}

.kk-form .wpcf7-radio .wpcf7-list-item-label {
    display: block;
    font-family: 'Regular', sans-serif;
    font-size: 13.5px;
    font-weight: 400;
    color: #333;
    line-height: 1.4;
}

/* Acceptance / GDPR checkbox */
.kk-form label.checkbox-label {
    display: block !important;
    position: relative;
    margin: 0;
    padding: 14px 16px 14px 52px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    cursor: pointer;
    font-family: 'Regular', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.55;
    color: #555;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.kk-form label.checkbox-label:hover {
    border-color: #cfcfcf;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.kk-form label.checkbox-label br {
    display: none;
}

.kk-form label.checkbox-label .wpcf7-form-control-wrap {
    position: absolute !important;
    left: 16px;
    top: 15px;
    display: block !important;
    width: 22px !important;
    height: 22px !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0;
}

.kk-form label.checkbox-label .wpcf7-acceptance,
.kk-form label.checkbox-label .wpcf7-list-item {
    display: block !important;
    width: 22px !important;
    height: 22px !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0;
}

.kk-form label.checkbox-label input[type="checkbox"],
.kk-form .wpcf7-acceptance input[type="checkbox"],
.kk-form .wpcf7-checkbox input[type="checkbox"] {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    display: inline-block !important;
    vertical-align: top;
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    min-height: 22px !important;
    max-width: 22px !important;
    max-height: 22px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 2px solid #c8c8c8 !important;
    border-radius: 4px !important;
    background-color: #fff !important;
    background-image: none;
    box-shadow: none !important;
    box-sizing: border-box !important;
    cursor: pointer;
    flex-shrink: 0;
    transform: none !important;
    scale: 1 !important;
}

.kk-form label.checkbox-label input[type="checkbox"]:checked,
.kk-form .wpcf7-acceptance input[type="checkbox"]:checked,
.kk-form .wpcf7-checkbox input[type="checkbox"]:checked {
    background-color: #2E9E5B !important;
    border-color: #2E9E5B !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3E%3Cpath d='M6.173 13.414L1.757 9l1.414-1.414L6.173 10.586 13.828 3l1.414 1.414z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 12px 12px !important;
}

.kk-form label.checkbox-label a {
    display: inline;
    color: #C8102E;
    text-decoration: underline;
}

.kk-form label.checkbox-label .wpcf7-not-valid-tip {
    position: relative;
    left: auto;
    top: auto;
    margin-top: 10px;
    margin-left: -36px;
    width: calc(100% + 36px);
}

/* Legacy checkbox (če se uporabi wpcf7-checkbox) */
.kk-form .wpcf7-checkbox {
    display: block;
}

.kk-form .wpcf7-checkbox .wpcf7-list-item {
    margin: 0;
    width: 100%;
}

.kk-form .wpcf7-checkbox label {
    display: flex !important;
    flex-direction: row;
    align-items: flex-start;
    gap: 14px;
    margin: 0 !important;
    padding: 14px 16px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    cursor: pointer;
}

.kk-form .wpcf7-checkbox .wpcf7-list-item-label {
    display: block;
    font-family: 'Regular', sans-serif;
    font-size: 12px;
    color: #666;
    line-height: 1.6;
}

/* Submit button */
.kk-form .wpcf7-form > p:has(input[type="submit"]) {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 12px;
}

.kk-form input[type="submit"],
.kk-form input.wpcf7-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: min(100%, 300px);
    min-height: 52px;
    margin: 0;
    padding: 0 32px;
    border: 2px solid #C8102E !important;
    border-radius: 4px;
    background: #C8102E !important;
    background-color: #C8102E !important;
    color: #fff !important;
    font-family: 'Bold', sans-serif;
    font-size: 15px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: none !important;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, outline 0.2s ease;
}

.kk-form input[type="submit"]:hover,
.kk-form input.wpcf7-submit:hover {
    background: transparent !important;
    background-color: transparent !important;
    color: #C8102E !important;
    border-color: #C8102E !important;
    outline: 2px solid #C8102E;
    outline-offset: 0;
}

.kk-form input[type="submit"]:active,
.kk-form input.wpcf7-submit:active {
    transform: translateY(1px);
}

.kk-form .wpcf7-spinner {
    margin: 0;
}

/* Response messages */
.kk-form .wpcf7-response-output {
    grid-column: 1 / -1;
    margin: 8px 0 0;
    padding: 14px 16px;
    border-radius: 6px;
    border-width: 1px;
    font-family: 'Regular', sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

.kk-form .wpcf7 form.sent .wpcf7-response-output {
    border-color: rgba(34, 120, 70, 0.25);
    background: #f3fbf6;
    color: #1f6b40;
}

.kk-form .wpcf7 form.failed .wpcf7-response-output,
.kk-form .wpcf7 form.invalid .wpcf7-response-output {
    border-color: rgba(200, 16, 46, 0.25);
    background: #fff7f7;
    color: #8f0f22;
}

/* Responsive */
@media (max-width: 849px) {
    .kk-form .wpcf7-form {
        display: flex;
        flex-direction: column;
        grid-template-columns: none;
        gap: 18px;
    }

    .kk-form .wpcf7-radio {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .kk-form .wpcf7-radio label {
        padding: 12px 14px;
        font-size: 13.5px;
    }
}

@media (max-width: 549px) {
    .kk-form label {
        font-size: 15px;
    }

    .kk-form label.checkbox-label {
        font-size: 12.5px;
        padding: 12px 14px 12px 48px;
    }

    .kk-form label.checkbox-label .wpcf7-form-control-wrap {
        left: 14px;
        top: 13px;
    }

    .kk-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
    .kk-form textarea,
    .kk-form select {
        padding: 12px 14px;
        min-height: 48px;
        font-size: 13.5px;
    }

    .kk-form select {
        padding-right: 40px;
        background-position: right 14px center;
    }

    .kk-form textarea {
        min-height: 120px;
    }

    .kk-form .wpcf7-radio label {
        padding: 12px 14px;
    }

    .kk-form input[type="submit"],
    .kk-form input.wpcf7-submit {
        min-height: 50px;
        font-size: 14px;
        width: 100%;
    }
}

.accs-kk .accordion-title.active span {
    font-weight: 700 !important;
    font-family: 'Bold';
}

.page-id-429 .hide-on-landing,
.page-id-425 .hide-on-landing,
.page-id-475 .hide-on-landing {
    display: none;
}

/* Contact details KK */
.contact-details-kk {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin: 0;
}

.contact-details-kk > p {
    margin: 0;
    padding: 28px 24px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 12px;
    text-align: center;
    font-family: 'Regular', sans-serif;
    font-size: 15px;
    line-height: 1.55;
    color: #555;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.contact-details-kk > p:hover {
    border-color: #e0e0e0;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
    transform: translateY(-2px);
}

.contact-details-kk > p > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin: 0 0 14px;
    border-radius: 50%;
    background: linear-gradient(135deg, #dd3b3b, #c8102e);
    color: #fff;
    font-size: 18px;
    line-height: 1;
}

.contact-details-kk > p > strong {
    display: block;
    margin: 0 0 8px;
    font-family: 'Bold', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #1a1a1a;
}

.contact-details-kk > p > a {
    color: #c8102e;
    text-decoration: none;
    font-family: 'Bold', sans-serif;
    font-size: 16px;
    transition: color 0.2s ease;
}

.contact-details-kk > p > a:hover {
    color: #870d13;
    text-decoration: underline;
}

@media (max-width: 849px) {
    .contact-details-kk {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .contact-details-kk > p {
        padding: 22px 18px;
    }

    .contact-details-kk > p:hover {
        transform: none;
    }
}

p strong a {
    font-family: 'Bold';
    text-decoration: underline;
}