/* EKOProfil interiérové žalúzie — release 20260911-1 */
:root {
    --ek-blind-slat: #f1f0e8;
    --ek-blind-frame: #f4f3ee;
    --ek-blind-ladder: #eee9dc;
    --ek-blind-chain: #f2f0e8;
    --ek-blind-darkness: .2;
    --ek-blind-slat-size: 7px;
    --ek-blind-gap-size: 6px;
}

.ek-blind-media {
    background: #eef0ec;
}

.ek-blind-media > img {
    display: block;
    width: 100%;
    height: 510px;
    object-fit: cover;
    object-position: center;
}

.ek-blind-builder-grid {
    grid-template-columns: minmax(360px, .82fr) minmax(0, 1.18fr);
}

.ek-blind-builder {
    --ek-blind-ambient-level: .12;
    position: relative;
    isolation: isolate;
    overflow: clip;
}

.ek-blind-builder::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        radial-gradient(circle at 24% 48%, rgba(42, 85, 65, .18), transparent 47%),
        linear-gradient(115deg, rgba(225, 233, 226, .72), rgba(244, 239, 229, .55));
    content: '';
    opacity: var(--ek-blind-ambient-level);
    transition: opacity .28s ease;
}

.ek-blind-builder.is-ambient-shift::before {
    filter: saturate(1.08);
}

.ek-blind-preview-card {
    transition: min-height .2s ease;
}

.ek-blind-configurator-panel {
    transition: min-height .2s ease;
}

.ek-blind-preview-stage {
    min-height: 500px;
    padding: 46px 58px 70px 76px;
}

.ek-blind-window {
    position: relative;
    width: 238px;
    height: 310px;
    overflow: hidden;
    border: 18px solid #fff;
    border-radius: 4px;
    background: #c9d9de url('/images/zaluzie/interierove-zaluzie-vyhlad.webp') center/cover no-repeat;
    box-shadow: 0 20px 42px rgba(32, 38, 34, .2), inset 0 0 0 2px rgba(68, 76, 71, .18);
    transition: width .24s ease, height .24s ease;
}

.ek-blind-glass {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, .24), rgba(165, 190, 197, .08));
}

.ek-blind-daylight {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: #17221d;
    opacity: var(--ek-blind-darkness);
    transition: opacity .22s ease;
}

@media (prefers-reduced-motion: reduce) {
    .ek-blind-builder::before,
    .ek-blind-daylight,
    .ek-blind-slats { transition: none; }
}

.ek-blind-headrail,
.ek-blind-bottomrail {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 5;
    height: 17px;
    background: var(--ek-blind-frame);
    box-shadow: 0 2px 5px rgba(26, 30, 28, .25);
    transition: background-color .2s ease;
}

.ek-blind-headrail { top: 0; }
.ek-blind-bottomrail { bottom: 0; height: 13px; }

.ek-blind-slats {
    position: absolute;
    top: 17px;
    right: 0;
    bottom: 13px;
    left: 0;
    z-index: 2;
    background: repeating-linear-gradient(to bottom,
        var(--ek-blind-slat) 0 var(--ek-blind-slat-size),
        rgba(34, 39, 36, .38) var(--ek-blind-slat-size) calc(var(--ek-blind-slat-size) + 1px),
        rgba(255, 255, 255, .08) calc(var(--ek-blind-slat-size) + 1px) calc(var(--ek-blind-slat-size) + var(--ek-blind-gap-size))
    );
    filter: drop-shadow(0 1px 1px rgba(26, 30, 27, .2));
    transition: background .2s ease;
}

.ek-blind-preview-control {
    padding: 18px 24px 17px;
    border-top: 1px solid #e2e5e0;
    background: #fff;
}

.ek-blind-preview-control > div:first-child,
.ek-blind-preview-control-labels {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.ek-blind-preview-control label {
    margin: 0;
    color: #222724;
    font-size: 14px;
    font-weight: 800;
}

.ek-blind-preview-control output {
    color: #248452;
    font-size: 13px;
    font-weight: 800;
}

.ek-blind-preview-control input[type="range"] {
    width: 100%;
    height: 24px;
    margin: 7px 0 1px;
    cursor: pointer;
    accent-color: var(--ek-screen-orange);
}

.ek-blind-preview-control-labels {
    color: #737a75;
    font-size: 11px;
    font-weight: 650;
}

.ek-blind-ladder {
    position: absolute;
    top: 17px;
    bottom: 13px;
    z-index: 4;
    width: 4px;
    opacity: .86;
    background: repeating-linear-gradient(to bottom, var(--ek-blind-ladder) 0 7px, rgba(65, 68, 66, .55) 7px 10px);
    box-shadow: 0 0 1px rgba(0, 0, 0, .3);
    transition: background .2s ease;
}

.ek-blind-ladder-left { left: 31%; }
.ek-blind-ladder-right { right: 31%; }

.ek-blind-chain {
    position: absolute;
    top: 16px;
    right: 7px;
    z-index: 7;
    width: 8px;
    height: 70%;
    border-right: 3px dotted var(--ek-blind-chain);
    border-left: 3px dotted var(--ek-blind-chain);
    border-radius: 999px;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .35));
    transition: right .2s ease, left .2s ease, border-color .2s ease;
}

.ek-blind-window.is-control-left .ek-blind-chain {
    right: auto;
    left: 7px;
}

.ek-blind-chain i {
    position: absolute;
    right: -5px;
    bottom: -8px;
    width: 12px;
    height: 15px;
    border-radius: 5px;
    background: var(--ek-blind-chain);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
}

.ek-blind-window.is-control-left .ek-blind-chain i {
    right: auto;
    left: -5px;
}

.ek-blind-size-note,
.ek-blind-choice-guide {
    display: flex;
    gap: 11px;
    align-items: flex-start;
    margin-top: 18px;
    padding: 13px 15px;
    color: #4d554f;
    border: 1px solid #e2e5e0;
    border-radius: 12px;
    background: #f8f9f6;
    font-size: 13px;
    line-height: 1.45;
}

.ek-blind-size-note i,
.ek-blind-choice-guide > span {
    display: grid;
    flex: 0 0 28px;
    height: 28px;
    place-items: center;
    color: var(--ek-screen-orange);
    border-radius: 8px;
    background: #fff0e4;
}

.ek-blind-choice-guide {
    margin: 0 0 18px;
}

.ek-blind-choice-guide p {
    margin: 3px 0 0;
}

.ek-blind-options .list-group-item .col-md-4 {
    display: none;
}

.ek-blind-options .list-group-item .col-md-2 {
    flex: 0 0 36px;
    width: 36px;
}

.ek-blind-options .list-group-item .col-md-6,
.ek-blind-options .list-group-item .col-md-10 {
    flex: 1 1 auto;
    width: auto;
}

.ek-blind-options .list-group-item {
    min-height: 68px;
}

.ek-blind-options .theme-accordion .card.ek-blind-swatch-group .list-group {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-content: start;
    overflow-y: auto;
    min-height: 0;
}

.ek-blind-options .theme-accordion .card.ek-blind-swatch-group > .collapse > .card-body {
    display: flex;
    height: 476px;
    flex-direction: column;
    overflow: hidden;
}

.ek-blind-options .theme-accordion .card.ek-blind-color-group .list-group {
    max-height: none;
    flex: 1 1 auto;
    overflow-y: auto;
    scrollbar-color: #bec4be #f1f3ef;
    scrollbar-width: thin;
}

.ek-blind-color-tools {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 12px;
    margin: 0 14px 14px;
}

.ek-blind-color-search-field {
    display: flex;
    align-items: center;
    flex: 1 1 280px;
    min-width: 0;
    max-width: 390px;
    height: 42px;
    padding: 0 4px 0 12px;
    gap: 9px;
    border: 1px solid #e2e6e0;
    border-radius: 10px;
    background: #f5f7f3;
    transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.ek-blind-color-search-field:focus-within {
    border-color: #d89554;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(244, 111, 0, .08);
}

.ek-blind-search-icon {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    fill: none;
    stroke: #788176;
    stroke-width: 1.7;
    stroke-linecap: round;
}

.ek-blind-color-tools .ek-blind-color-search {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #29322b;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    font: inherit;
    font-size: 13px;
    line-height: normal;
    outline: none;
    appearance: none;
}

.ek-blind-color-search::placeholder { color: #798176; opacity: 1; }
.ek-blind-color-search::-webkit-search-cancel-button,
.ek-blind-color-search::-webkit-search-decoration { -webkit-appearance: none; }

.ek-blind-color-tools .ek-blind-color-clear {
    display: grid;
    place-items: center;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    color: #778174;
    background: transparent;
    border: 0;
    border-radius: 7px;
    cursor: pointer;
}

.ek-blind-color-clear[hidden] { display: none !important; }
.ek-blind-color-clear:hover { color: #29322b; background: #e9eee5; }
.ek-blind-color-clear:focus-visible { outline: 2px solid var(--ek-screen-orange); outline-offset: 1px; }
.ek-blind-color-clear svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
}

.ek-blind-color-count {
    flex: 0 0 auto;
    margin-left: auto;
    padding: 6px 9px;
    border-radius: 7px;
    color: #6b7669;
    background: #f0f3ed;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.25;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.ek-blind-color-empty {
    display: none;
    margin: 0 14px 14px;
    padding: 24px 18px;
    color: #5f675f;
    border-radius: 10px;
    background: #f4f6f2;
    font-size: 13px;
    text-align: center;
}

.ek-blind-options .theme-accordion .card.ek-blind-swatch-group .list-group-item {
    min-height: 164px;
    padding: 10px;
    overflow: hidden;
}

.ek-blind-options .theme-accordion .card.ek-blind-swatch-group .list-group-item::after {
    display: none;
}

.ek-blind-options .ek-blind-swatch-group .list-group-item .row {
    align-items: center;
}

.ek-blind-options .ek-blind-swatch-group .list-group-item .col-md-4 {
    display: block;
    flex: 0 0 100%;
    width: 100%;
    order: -1;
    padding: 0 2px 8px;
}

.ek-blind-options .ek-blind-swatch-group .list-group-item .col-md-4 img {
    display: block;
    width: 100%;
    height: 86px;
    object-fit: cover;
    border: 1px solid rgba(34, 39, 36, .1);
    border-radius: 9px;
    background: var(--blind-option-color, #f3f2ed);
}

.ek-blind-options .ek-blind-swatch-group .list-group-item .col-md-2 {
    align-self: center;
}

.ek-blind-options .ek-blind-swatch-group .list-group-item .col-md-6 {
    min-width: 0;
}

.ek-blind-options .ek-blind-swatch-group .card-body {
    padding: 4px 0;
}

.ek-blind-order-panel .ek-screen-selection-summary {
    overflow: hidden;
    margin-bottom: 18px;
    border-color: #e2e5e1;
    background: #fff;
}

.ek-blind-order-panel .ek-screen-selection-summary > div {
    padding: 11px 15px;
}

.ek-blind-checkout-card {
    overflow: hidden;
    border: 1px solid #dfe3de;
    border-radius: 18px;
    background: #f7f8f5;
}

.ek-blind-checkout-card .ek-screen-order-grid {
    grid-template-columns: minmax(180px, .65fr) minmax(300px, 1.35fr);
    gap: 0;
}

.ek-blind-checkout-card .ek-screen-quantity {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding: 24px;
    border-right: 1px solid #dfe3de;
}

.ek-blind-checkout-card .ek-screen-quantity label {
    margin-bottom: 2px;
    font-size: 17px;
}

.ek-blind-checkout-card .ek-screen-quantity > small {
    margin-bottom: 13px;
    color: var(--ek-screen-muted);
    font-size: 12px;
}

.ek-blind-qty-control {
    display: grid;
    grid-template-columns: 44px minmax(52px, 1fr) 44px;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    border: 2px solid #d8dcd7;
    border-radius: 12px;
    background: #fff;
}

.ek-blind-qty-control button {
    display: grid;
    min-width: 0;
    padding: 0;
    place-items: center;
    color: #5e6561;
    border: 0;
    background: #f0f2ee;
    cursor: pointer;
    transition: color .18s ease, background .18s ease;
}

.ek-blind-qty-control button:hover,
.ek-blind-qty-control button:focus-visible {
    color: #fff;
    outline: 0;
    background: var(--ek-screen-orange);
}

.ek-blind-qty-control .form-control {
    width: 100%;
    min-width: 0;
    min-height: 54px;
    padding: 8px;
    border: 0;
    border-right: 1px solid #e0e3df;
    border-left: 1px solid #e0e3df;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    -moz-appearance: textfield;
}

.ek-blind-qty-control .form-control:focus {
    border-color: #e0e3df;
    box-shadow: inset 0 0 0 2px rgba(245, 106, 0, .22);
}

.ek-blind-qty-control .form-control::-webkit-inner-spin-button,
.ek-blind-qty-control .form-control::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.ek-blind-checkout-card .ek-screen-price-summary {
    min-width: 0;
    justify-items: start;
    padding: 24px 28px;
    border-radius: 0;
    text-align: left;
}

.ek-blind-checkout-card .ek-screen-price-summary > small {
    color: #bfc6c1;
    font-size: 13px;
    font-weight: 700;
}

.ek-blind-checkout-card .ek-screen-price-summary strong {
    margin: 5px 0 4px;
    font-size: clamp(36px, 4.2vw, 50px);
}

.ek-blind-checkout-card .ek-screen-price-summary > span {
    color: #d5dad6;
    font-size: 12px;
    line-height: 1.45;
}

.ek-blind-checkout-card .ek-screen-order-benefits {
    gap: 10px 24px;
    margin: 0;
    padding: 17px 24px;
    border-bottom: 1px solid #dfe3de;
    color: #4f5752;
    background: #fff;
}

.ek-blind-checkout-card .ek-screen-order-benefits li {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.ek-blind-checkout-card .ek-screen-panel-actions {
    align-items: stretch;
    margin: 0;
    padding: 18px 24px;
}

.ek-blind-checkout-card .ek-screen-add-to-cart {
    max-width: 340px;
}

.ek-blind-content-section {
    padding: 84px 0;
    color: #fff;
    background: #202321;
}

.ek-blind-content-section .container {
    max-width: 1360px;
}

.ek-blind-detail-photo {
    overflow: hidden;
    height: clamp(330px, 45vw, 560px);
    margin: 0 0 64px;
    border-radius: 28px;
    box-shadow: 0 24px 65px rgba(0, 0, 0, .24);
}

.ek-blind-detail-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ek-blind-content-grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr);
    gap: clamp(50px, 8vw, 110px);
    align-items: center;
}

.ek-blind-content-grid h2 {
    margin: 0 0 22px;
    color: #fff;
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1.04;
    text-transform: none;
}

.ek-blind-content-grid > div > p {
    margin: 0;
    color: #c9ceca;
    font-size: 17px;
    line-height: 1.7;
}

.ek-blind-content-grid > ul {
    margin: 0;
    padding: 0;
}

.ek-blind-content-grid li {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 18px;
    padding: 22px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.ek-blind-content-grid li:first-child { padding-top: 0; }
.ek-blind-content-grid li:last-child { padding-bottom: 0; border-bottom: 0; }

.ek-blind-content-grid li > span {
    color: var(--ek-screen-orange);
    font-size: 20px;
    font-weight: 800;
}

.ek-blind-content-grid li strong {
    color: #fff;
    font-size: 18px;
}

.ek-blind-content-grid li p {
    margin: 5px 0 0;
    color: #bfc5c0;
    line-height: 1.5;
}

.ek-blind-measure-intro {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 24px;
    align-items: center;
    margin-bottom: 28px;
    padding: 22px;
    border-radius: 16px;
    background: #f3f5f1;
}

.ek-blind-measure-intro p {
    margin: 0;
    line-height: 1.65;
}

.ek-blind-measure-window {
    position: relative;
    height: 130px;
    overflow: hidden;
    border: 12px solid #fff;
    background: #bfd0d4;
    box-shadow: 0 8px 22px rgba(32, 38, 34, .13);
}

.ek-blind-measure-window span {
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(to bottom, #e6e2d7 0 7px, #858680 8px, #f2eee3 10px);
}

.ek-blind-measure-window i {
    position: absolute;
    top: 0;
    right: 7px;
    bottom: 18px;
    width: 7px;
    border-right: 2px dotted #fff;
    border-left: 2px dotted #fff;
}

.ek-blind-faq-section {
    padding: 84px 0 96px;
    background: #fff;
}

.ek-blind-faq-section .container {
    display: grid;
    max-width: 1180px;
    grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
    gap: clamp(42px, 7vw, 94px);
}

.ek-blind-faq-heading h2 {
    margin: 0;
    color: var(--ek-screen-ink);
    font-size: clamp(32px, 3.4vw, 46px);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.06;
    text-transform: none;
}

.ek-blind-faq-list details {
    border-bottom: 1px solid var(--ek-screen-line);
}

.ek-blind-faq-list details:first-child {
    border-top: 1px solid var(--ek-screen-line);
}

.ek-blind-faq-list summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 21px 0;
    color: var(--ek-screen-ink);
    cursor: pointer;
    font-size: 17px;
    font-weight: 800;
    list-style: none;
}

.ek-blind-faq-list summary::-webkit-details-marker { display: none; }

.ek-blind-faq-list summary i {
    color: var(--ek-screen-orange);
    transition: transform .2s ease;
}

.ek-blind-faq-list details[open] summary i { transform: rotate(45deg); }

.ek-blind-faq-list details p {
    max-width: 720px;
    margin: -6px 0 22px;
    color: var(--ek-screen-muted);
    font-size: 15px;
    line-height: 1.65;
}

@media (max-width: 1199px) {
    .ek-blind-options .theme-accordion .card.ek-blind-swatch-group .list-group {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .ek-blind-builder-grid {
        display: flex;
        flex-direction: column;
    }

    .ek-blind-configurator-panel {
        order: 1;
        width: 100%;
        min-height: 0 !important;
    }

    .ek-blind-preview-card {
        position: static;
        order: 2;
        width: 100%;
        min-height: 0 !important;
    }

    .ek-blind-content-grid {
        grid-template-columns: 1fr;
    }

    .ek-blind-faq-section .container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .ek-blind-hero {
        padding-top: 24px;
    }

    .ek-blind-media,
    .ek-blind-media > img {
        min-height: 300px;
        height: 300px;
    }

    .ek-blind-media > img {
        object-position: center 28%;
    }

    .ek-blind-preview-stage {
        min-height: 390px;
        padding: 34px 42px 62px 58px;
    }

    .ek-blind-window {
        border-width: 13px;
    }

    .ek-blind-options .theme-accordion .card.ek-blind-swatch-group .list-group,
    .ek-blind-options .list-group {
        grid-template-columns: 1fr;
    }

    .ek-blind-options .theme-accordion .card.ek-blind-color-group .list-group {
        max-height: 460px;
        overflow-y: auto;
    }

    .ek-blind-color-tools {
        gap: 8px;
    }

    .ek-blind-color-search-field { height: 44px; padding-left: 10px; gap: 7px; }
    .ek-blind-color-tools .ek-blind-color-search { font-size: 16px; }
    .ek-blind-color-tools .ek-blind-color-clear { width: 36px; height: 36px; flex-basis: 36px; }
    .ek-blind-color-count { font-size: 10px; padding: 6px; }

    .ek-blind-content-section {
        padding: 60px 0;
    }

    .ek-blind-faq-section {
        padding: 60px 0 72px;
    }

    .ek-blind-detail-photo {
        height: 300px;
        margin-bottom: 42px;
        border-radius: 20px;
    }

    .ek-blind-content-grid li {
        grid-template-columns: 42px 1fr;
        gap: 10px;
    }

    .ek-blind-measure-intro {
        grid-template-columns: 1fr;
    }

    .ek-blind-measure-window {
        width: 100%;
    }

    .ek-blind-order-panel .ek-screen-step-heading {
        margin-bottom: 18px;
    }

    .ek-blind-order-panel .ek-screen-selection-summary > div {
        gap: 2px;
        padding: 10px 13px;
    }

    .ek-blind-checkout-card .ek-screen-order-grid {
        grid-template-columns: 1fr;
    }

    .ek-blind-checkout-card .ek-screen-quantity {
        padding: 18px;
        border-right: 0;
        border-bottom: 1px solid #dfe3de;
    }

    .ek-blind-checkout-card .ek-screen-price-summary {
        align-items: center;
        justify-items: center;
        padding: 22px 18px;
        text-align: center;
    }

    .ek-blind-checkout-card .ek-screen-price-summary strong {
        font-size: 40px;
    }

    .ek-blind-checkout-card .ek-screen-order-benefits {
        display: grid;
        gap: 9px;
        padding: 16px 18px;
    }

    .ek-blind-checkout-card .ek-screen-panel-actions {
        padding: 16px 18px 18px;
    }

    .ek-blind-checkout-card .ek-screen-add-to-cart {
        max-width: none;
    }
}
