:root {
    --door-ink: #202321;
    --door-muted: #68706b;
    --door-line: #dde1dd;
    --door-soft: #f3f4f1;
    --door-orange: #ef6c00;
    --door-green: #287f50;
}

.ek-door-catalog { color: var(--door-ink); background: #fff; }
.ek-door-catalog *, .ek-door-detail * { box-sizing: border-box; }
.ek-door-breadcrumb { padding: 18px 0; border-bottom: 1px solid #eceeeb; background: #fff; }
.ek-door-breadcrumb .container { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; font-size: 14px; color: #7a817d; }
.ek-door-breadcrumb a { color: #525955; text-decoration: none; }
.ek-door-breadcrumb a:hover { color: var(--door-orange); }
.ek-door-eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--door-orange); font-size: 13px; font-weight: 900; letter-spacing: .13em; }
.ek-door-eyebrow:before { content: ''; width: 30px; height: 3px; background: currentColor; border-radius: 2px; }

.ek-door-hero { overflow: hidden; background: linear-gradient(120deg, #1e211f 0%, #292d29 62%, #343a34 100%); }
.ek-door-hero-grid { min-height: 560px; display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(390px, .94fr); align-items: center; gap: 70px; padding-top: 64px; padding-bottom: 64px; }
.ek-door-hero-copy { position: relative; z-index: 2; max-width: 720px; }
.ek-door-hero h1 { max-width: 760px; margin: 0 0 22px; color: #fff; font-size: clamp(44px, 5vw, 74px); line-height: .98; letter-spacing: -.045em; text-transform: none; }
.ek-door-hero-copy > p { max-width: 680px; margin: 0; color: #d2d6d2; font-size: 19px; line-height: 1.65; }
.ek-door-facts { display: flex; flex-wrap: wrap; gap: 10px; margin: 30px 0; }
.ek-door-facts span { padding: 10px 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(255,255,255,.07); color: #f6f7f6; font-size: 14px; }
.ek-door-facts strong { color: #fff; font-weight: 900; }
.ek-door-primary { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 56px; padding: 0 24px; border-radius: 12px; background: var(--door-orange); color: #fff !important; font-weight: 900; text-decoration: none !important; box-shadow: 0 14px 30px rgba(239,108,0,.2); transition: transform .2s ease, background .2s ease; }
.ek-door-primary:hover { transform: translateY(-2px); background: #d95f00; }

.ek-door-hero-visual { position: relative; height: 440px; isolation: isolate; }
.ek-door-hero-visual:before { content: ''; position: absolute; inset: 38px 3% 8px; border-radius: 50%; background: rgba(255,255,255,.08); filter: blur(2px); transform: rotate(-8deg); }
.ek-door-hero-visual:after { content: ''; position: absolute; left: 5%; right: 2%; bottom: 4px; height: 42px; border-radius: 50%; background: rgba(0,0,0,.34); filter: blur(18px); z-index: -1; }
.ek-door-hero-door { position: absolute; bottom: 15px; width: 32%; height: 390px; margin: 0; display: flex; align-items: flex-end; justify-content: center; transition: transform .35s ease; }
.ek-door-hero-door img { display: block; max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; filter: drop-shadow(0 18px 18px rgba(0,0,0,.34)); }
.ek-door-hero-door.door-1 { left: 0; z-index: 1; transform: translateY(18px) rotate(-3deg); }
.ek-door-hero-door.door-2 { left: 31%; z-index: 3; width: 38%; height: 430px; }
.ek-door-hero-door.door-3 { right: 0; z-index: 2; transform: translateY(18px) rotate(3deg); }
.ek-door-hero-visual:hover .door-1 { transform: translate(-6px, 12px) rotate(-4deg); }
.ek-door-hero-visual:hover .door-3 { transform: translate(6px, 12px) rotate(4deg); }

.ek-door-listing { padding: 88px 0 96px; scroll-margin-top: 100px; }
.ek-door-listing-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 34px; }
.ek-door-listing-head h2 { margin: 0; color: var(--door-ink); font-size: clamp(32px, 4vw, 50px); line-height: 1.07; letter-spacing: -.035em; text-transform: none; }
.ek-door-listing-head .ek-door-eyebrow { margin-bottom: 12px; }
.ek-door-search { width: min(100%, 360px); min-height: 54px; display: flex; align-items: center; gap: 11px; padding: 0 17px; border: 1px solid var(--door-line); border-radius: 12px; background: #fff; box-shadow: 0 8px 22px rgba(30,35,31,.05); }
.ek-door-search:focus-within { border-color: var(--door-orange); box-shadow: 0 0 0 4px rgba(239,108,0,.1); }
.ek-door-search i { color: var(--door-orange); }
.ek-door-search input { width: 100%; padding: 0; border: 0; outline: 0; background: transparent; color: var(--door-ink); font-size: 16px; }
.ek-door-toolbar { min-height: 62px; margin-bottom: 26px; padding: 10px 14px 10px 20px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-radius: 14px; background: var(--door-soft); }
.ek-door-toolbar p { margin: 0; color: var(--door-muted); }
.ek-door-toolbar strong { color: var(--door-ink); }
.ek-door-toolbar label { display: flex; align-items: center; gap: 10px; margin: 0; color: #707772; font-size: 14px; }
.ek-door-toolbar select { min-width: 190px; height: 42px; padding: 0 36px 0 12px; border: 1px solid #d9ddd9; border-radius: 9px; background-color: #fff; color: var(--door-ink); font-weight: 700; }
.ek-door-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.ek-door-grid > [hidden] { display: none !important; }

.ek-door-series-card { min-width: 0; border: 1px solid var(--door-line); border-radius: 22px; overflow: hidden; background: #fff; box-shadow: 0 12px 35px rgba(27,32,28,.05); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.ek-door-series-card:hover { transform: translateY(-6px); border-color: #cfd5cf; box-shadow: 0 22px 46px rgba(27,32,28,.12); }
.ek-door-series-card > a { height: 100%; display: flex; flex-direction: column; color: inherit !important; text-decoration: none !important; }
.ek-door-card-visual { position: relative; height: 320px; display: flex; align-items: flex-end; justify-content: center; gap: 4px; overflow: hidden; padding: 34px 34px 0; background: linear-gradient(145deg, #f5f5f2, #e9ece7); }
.ek-door-card-visual:after { content: ''; position: absolute; left: 14%; right: 14%; bottom: 5px; height: 18px; border-radius: 50%; background: rgba(20,25,21,.15); filter: blur(10px); }
.ek-door-card-visual img { position: relative; z-index: 1; width: 31%; max-height: 272px; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 12px 10px rgba(0,0,0,.15)); transition: transform .3s ease, opacity .28s ease; }
.ek-door-card-visual .preview-2 { width: 36%; max-height: 290px; }
.ek-door-card-visual img:nth-of-type(n+4) { display: none; }
.ek-door-card-visual.is-cycling > img:not(.ek-door-cycle-image) { opacity: .12; }
.ek-door-card-visual .ek-door-cycle-image { position: absolute; z-index: 2; left: 50%; bottom: 0; display: block !important; width: 50%; height: calc(100% - 28px); max-height: none; opacity: 0; object-fit: contain; object-position: center bottom; pointer-events: none; transform: translateX(calc(-50% + 34px)) scale(.99); filter: drop-shadow(0 12px 10px rgba(0,0,0,.15)); transition: opacity .36s ease, transform .46s cubic-bezier(.22,.7,.2,1); will-change: opacity, transform; }
.ek-door-card-visual .ek-door-cycle-image.is-visible { opacity: 1; transform: translateX(-50%) scale(1); }
.ek-door-card-visual .ek-door-cycle-image.is-exiting { opacity: 0; transform: translateX(calc(-50% - 34px)) scale(.99); }
.ek-door-card-count { position: absolute; z-index: 3; top: 18px; right: 18px; padding: 8px 11px; border-radius: 999px; background: rgba(255,255,255,.94); color: #505752; font-size: 12px; font-weight: 900; box-shadow: 0 5px 15px rgba(0,0,0,.07); }
.ek-door-card-copy { flex: 1; display: flex; flex-direction: column; padding: 26px; }
.ek-door-card-copy > div:first-child > span, .ek-door-product-copy > span { color: var(--door-orange); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.ek-door-card-copy h3, .ek-door-product-copy h3 { margin: 4px 0 0; color: var(--door-ink); font-size: 27px; line-height: 1.15; text-transform: none; }
.ek-door-card-copy p { margin: 13px 0 0; color: var(--door-muted); font-size: 14px; line-height: 1.55; }
.ek-door-card-footer { margin-top: auto; padding-top: 22px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid #eceeeb; }
.ek-door-card-footer > span:first-child { color: var(--door-muted); }
.ek-door-card-footer strong { color: var(--door-ink); font-size: 19px; }
.ek-door-card-link { color: var(--door-orange); font-size: 13px; font-weight: 900; }
.ek-door-card-link i { margin-left: 5px; transition: transform .2s ease; }
.ek-door-series-card:hover .ek-door-card-link i { transform: translateX(4px); }

.ek-door-product-card { min-width: 0; overflow: hidden; border: 1px solid var(--door-line); border-radius: 20px; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.ek-door-product-card:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(27,32,28,.11); }
.ek-door-product-card > a { height: 100%; display: flex; flex-direction: column; color: inherit !important; text-decoration: none !important; }
.ek-door-product-image { position: relative; height: 390px; display: flex; align-items: flex-end; justify-content: center; padding: 30px 30px 0; overflow: hidden; background: linear-gradient(145deg, #f6f6f3, #e9ece8); }
.ek-door-product-image:after { content: ''; position: absolute; left: 22%; right: 22%; bottom: 8px; height: 20px; border-radius: 50%; background: rgba(20,25,21,.18); filter: blur(10px); }
.ek-door-product-image img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: contain; object-position: center bottom; transition: transform .3s ease; }
.ek-door-product-card:hover img { transform: scale(1.025); }
.ek-door-product-image > span { position: absolute; z-index: 2; top: 16px; left: 16px; padding: 8px 11px; border-radius: 8px; background: var(--door-orange); color: #fff; font-size: 12px; font-weight: 900; }
.ek-door-product-copy { padding: 23px; }
.ek-door-product-copy h3 { font-size: 23px; }
.ek-door-color-preview { min-height: 38px; margin-top: 16px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.ek-door-color-preview > div, .ek-door-config-colors > div { display: flex; align-items: center; }
.ek-door-color-preview img, .ek-door-config-colors img { width: 30px; height: 30px; margin-left: -5px; border: 2px solid #fff; border-radius: 50%; object-fit: cover; box-shadow: 0 1px 5px rgba(20,25,21,.16); }
.ek-door-color-preview img:first-child, .ek-door-config-colors img:first-child { margin-left: 0; }
.ek-door-color-preview > span { color: var(--door-muted); font-size: 12px; font-weight: 700; }
.ek-door-product-price { margin-top: 19px; padding-top: 18px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border-top: 1px solid #eceeeb; color: #737a76; font-size: 13px; }
.ek-door-product-price strong { color: var(--door-ink); font-size: 18px; }
.ek-door-product-price span:last-child { color: var(--door-orange); font-weight: 900; }
.ek-door-empty { margin: 40px 0 0; padding: 30px; border-radius: 14px; background: #fff4eb; text-align: center; color: #8b4814; }

.ek-door-content { padding: 92px 0; background: #202321; color: #d6dad7; }
.ek-door-content-inner { max-width: 1040px; margin: 0 auto; font-size: 18px; line-height: 1.75; }
.ek-door-content-inner h2, .ek-door-content-inner h3, .ek-door-content-inner strong { color: #fff; }
.ek-door-content-inner h2 { margin: 0 0 28px; font-size: clamp(32px, 4vw, 48px); text-transform: none; }
.ek-door-content-inner h3 { margin: 32px 0 10px; font-size: 24px; text-transform: none; }
.ek-door-content-inner p:last-child { margin-bottom: 0; }
.ek-door-content-inner a { color: #ff9339; }

/* Detail konfiguracnych dveri */
.ek-door-detail-breadcrumb .container { max-width: 1400px; }
.ek-door-detail-breadcrumb .row { justify-content: flex-start; }
.ek-door-detail-breadcrumb .row > .col-sm-6:first-child { display: none; }
.ek-door-detail-breadcrumb .row > .col-sm-6:last-child { flex: 0 0 100%; width: 100%; max-width: none; }
.ek-door-detail-breadcrumb .theme-breadcrumb { text-align: left !important; }
.ek-door-detail { padding: 42px 0 96px; background: #f5f6f3; }
.ek-door-detail .collection-wrapper > .container { max-width: 1400px; }
.ek-door-detail .ek-door-detail-layout { display: grid; grid-template-columns: 76px minmax(0, 1.08fr) minmax(430px, .92fr); gap: 18px 24px; align-items: start; margin: 0; }
.ek-door-detail .ek-door-main-column,
.ek-door-detail .ek-door-product-grid { display: contents; }
.ek-door-detail .ek-door-gallery-thumbs { grid-column: 1; grid-row: 1 / span 2; width: auto; max-width: none; padding: 0; }
.ek-door-detail .ek-door-gallery-main { grid-column: 2; grid-row: 1 / span 2; width: auto; max-width: none; padding: 0; }
.ek-door-detail .ek-door-product-summary { grid-column: 3; grid-row: 1; width: auto; max-width: none; padding: 0; }
.ek-door-detail .ek-door-configurator-column { grid-column: 3; grid-row: 2; width: auto; max-width: none; padding: 0; }
.ek-door-detail .ek-door-details-content { grid-column: 1 / -1; grid-row: 3; width: auto; max-width: none; padding: 0; }
.ek-door-detail .product-right-slick { min-height: 650px; display: flex; align-items: center; border: 1px solid var(--door-line); border-radius: 24px; overflow: hidden; background: radial-gradient(circle at 50% 35%, #fff 0, #f2f3f0 58%, #e8ebe6 100%); box-shadow: 0 18px 50px rgba(28,34,30,.08); }
.ek-door-detail .product-right-slick .slick-list, .ek-door-detail .product-right-slick .slick-track { width: 100%; }
.ek-door-detail .product-right-slick img { width: 100%; max-height: 610px; padding: 34px; object-fit: contain; }
.ek-door-detail .slider-right-nav { padding: 7px; border: 1px solid var(--door-line); border-radius: 13px; background: #fff; box-shadow: 0 8px 24px rgba(25,31,27,.06); }
.ek-door-detail .slider-right-nav,
.ek-door-detail .slider-right-nav .slick-list { height: auto !important; min-height: 0 !important; }
.ek-door-detail .slider-right-nav img { border-radius: 7px; }
.ek-door-detail .product-description-box { position: relative; margin: 0; overflow: hidden; padding: 0; border: 1px solid var(--door-line); border-radius: 20px; background: #fff; box-shadow: 0 12px 34px rgba(27,32,28,.055); }
.ek-door-detail .product-description-box::before { display: block; width: 100%; height: 4px; background: linear-gradient(90deg, var(--door-orange) 0 34%, #252925 34% 100%); content: ''; }
.ek-door-summary-heading { padding: 24px 28px 21px; background: linear-gradient(140deg, #fff 20%, #fafbf9 100%); }
.ek-door-series-back { display: inline-flex; min-height: 32px; align-items: center; gap: 8px; margin-bottom: 17px; padding: 0 11px; border: 1px solid #ecdacb; border-radius: 999px; background: #fff8f2; color: var(--door-orange) !important; font-size: 11px; font-weight: 900; text-decoration: none !important; transition: border-color .16s ease, background .16s ease, transform .16s ease; }
.ek-door-series-back:hover { border-color: var(--door-orange); background: #fff2e6; transform: translateX(-2px); }
.ek-door-detail .product-description-box h1,
.ek-door-detail .product-description-box h2 { margin: 0 0 12px; color: var(--door-ink); font-size: clamp(31px, 3vw, 44px); line-height: 1.08; letter-spacing: -.035em; text-transform: none; }
.ek-door-detail .ek-door-product-lead,
.ek-door-detail .ek-door-product-lead p { max-width: 760px; margin: 0; color: #626963; font-size: 14px !important; line-height: 1.55 !important; text-align: left !important; }
.ek-door-breadcrumb-label { color: #686f69; font-size: 13px; font-weight: 750; }
.ek-door-detail .ek-door-base-price { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 3px 18px; margin: 0 28px; padding: 19px 0; border-top: 1px solid #e7eae6; }
.ek-door-detail .ek-door-base-price span { grid-column: 1; color: #747b75; font-size: 12px; font-weight: 800; }
.ek-door-detail .ek-door-base-price strong { grid-column: 2; grid-row: 1 / span 2; color: var(--door-ink); font-size: 31px; line-height: 1; letter-spacing: -.035em; }
.ek-door-detail .ek-door-base-price small { grid-column: 1; color: #969c97; font-size: 10px; }
.ek-door-detail .product-description-box .shipping-info { margin: 0; padding: 0 28px 23px; border: 0; }
.ek-door-detail .product-description-box .shipping-info li { margin: 0; color: #626963 !important; font-size: 12px !important; list-style: none; }
.ek-door-detail .product-description-box .shipping-info .ek-door-availability { display: flex; align-items: center; gap: 10px; padding: 12px 14px; border: 1px solid #d8e9de; border-radius: 11px; background: #f2f8f4; }
.ek-door-detail .ek-door-availability i { display: grid; flex: 0 0 25px; width: 25px; height: 25px; place-items: center; border-radius: 50%; background: #dcefe3; color: #267b4c; font-size: 10px; }
.ek-door-detail .ek-door-availability span { display: grid; gap: 1px; color: #5f6962; line-height: 1.35; }
.ek-door-detail .ek-door-availability strong { color: #2d6e49; font-size: 10px; text-transform: uppercase; letter-spacing: .04em; }
.ek-door-detail .product-form-box { padding: 0; overflow: hidden; border: 1px solid var(--door-line); border-radius: 22px; background: #fff; box-shadow: 0 20px 54px rgba(27,32,28,.1); }
.ek-door-config-intro { margin: 0; padding: 28px 28px 20px; border-bottom: 0; }
.ek-door-config-intro > span { color: var(--door-orange); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.ek-door-config-intro h2 { margin: 6px 0 8px; color: var(--door-ink); font-size: 27px; line-height: 1.15; text-transform: none; }
.ek-door-config-intro p { margin: 0; color: var(--door-muted); font-size: 14px; line-height: 1.55; }
.ek-door-detail .ek-door-configurator-panel { text-align: left; }
.ek-door-detail .ek-door-config-status { --door-config-progress: 0%; margin: 0 28px 9px; padding: 0 0 13px; border-bottom: 1px solid #e5e8e3; }
.ek-door-detail .ek-door-config-status::after { display: block; height: 3px; margin-top: 10px; border-radius: 999px; background: linear-gradient(90deg, var(--door-orange) 0 var(--door-config-progress), #e7e9e5 var(--door-config-progress) 100%); content: ''; transition: background .22s ease; }
.ek-door-detail .ek-door-config-status > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.ek-door-detail .ek-door-config-status strong { color: var(--door-ink); font-size: 12px; }
.ek-door-detail .ek-door-config-status span { color: #747b75; font-size: 11px; font-weight: 700; }
.ek-door-detail .ek-door-options { padding: 4px 28px 0; }
.ek-door-detail .ek-door-options .product-accordion { margin: 0; }
.ek-door-detail .ek-door-options #optaccordion { width: 100%; }
.ek-door-detail .ek-door-option-group-heading { display: flex; align-items: center; gap: 10px; margin: 22px 0 10px; }
.ek-door-detail .ek-door-option-group-heading:first-child { margin-top: 8px; }
.ek-door-detail .ek-door-option-group-heading span { width: 19px; height: 2px; background: var(--door-orange); }
.ek-door-detail .ek-door-option-group-heading strong { color: #69706b; font-size: 10px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.ek-door-detail .ek-door-options .card { margin: 0 0 10px; overflow: hidden; border: 1px solid #dde1dc; border-radius: 12px; background: #fff; transition: border-color .18s ease, box-shadow .18s ease; }
.ek-door-detail .ek-door-options .card.is-unavailable { display: none; }
.ek-door-detail .ek-door-options .card.is-missing { border-color: #bd342e; box-shadow: 0 0 0 3px rgba(189,52,46,.1); }
.ek-door-detail .ek-door-options .card-header { padding: 0; border: 0; background: #fff; }
.ek-door-detail .ek-door-options .card-header h5 { position: relative; display: grid; margin: 0; grid-template-columns: minmax(0, 1fr) auto; align-items: center; }
.ek-door-detail .ek-door-options .card-header .btn-link { display: flex !important; width: 100%; min-height: 54px; grid-column: 1 / -1; grid-row: 1; align-items: center; padding: 11px 230px 11px 17px; color: var(--door-ink); font-size: 14px; font-weight: 850; line-height: 18px; text-align: left; text-decoration: none; text-transform: none; }
.ek-door-detail .ek-door-options .card-header .btn-link[aria-expanded="true"] { min-height: 60px; padding-top: 14px; padding-bottom: 14px; }
.ek-door-detail .ek-door-options .card-header .btn-link::after { position: absolute; top: 50%; right: 18px; width: 8px; height: 8px; margin-top: -5px; border-right: 2px solid #8a908b; border-bottom: 2px solid #8a908b; content: ''; transform: rotate(45deg); transition: transform .18s ease; }
.ek-door-detail .ek-door-options .card-header .btn-link[aria-expanded="true"]::after { transform: rotate(225deg); }
.ek-door-detail .ek-door-options .card-header .help-block { position: static; z-index: 2; max-width: 180px; grid-column: 2; grid-row: 1; margin-right: 42px; overflow: hidden; color: var(--door-orange); font-size: 12px; font-weight: 800; line-height: 18px; text-align: right; text-overflow: ellipsis; pointer-events: none; }
.ek-door-detail .ek-door-options .card.is-complete .card-header .help-block { color: #2f8655; }
.ek-door-detail .ek-door-options .card-header small { display: block; margin: -8px 17px 13px; color: #7b817c; font-size: 11px; line-height: 1.35; }
.ek-door-detail .ek-door-options .card-header .el-popover { position: static; margin-left: 5px; color: #8b918c; }
.ek-door-detail .ek-door-options .card-header .el-popover i { font-size: 15px; }
.ek-door-detail .ek-door-options .collapse { border-top: 1px solid #e6e9e4; }
.ek-door-detail .ek-door-options .card-body { padding: 14px; background: #f8f9f7; }
.ek-door-detail .ek-door-options .card-body .card-body { padding: 2px 0; background: transparent; }
.ek-door-detail .ek-door-options .list-group { display: grid; gap: 8px; }
.ek-door-detail .ek-door-options .list-group-item { margin: 0 !important; padding: 10px; border: 1px solid #e0e4df; border-radius: 9px; background: #fff; cursor: pointer; transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease; }
.ek-door-detail .ek-door-options .list-group-item:hover { border-color: #bfc5bf; transform: translateY(-1px); }
.ek-door-detail .ek-door-options .list-group-item:has(input:checked) { border-color: var(--door-orange); box-shadow: 0 0 0 2px rgba(238,114,2,.1); }
.ek-door-detail .ek-door-options .list-group-item .row { align-items: center; margin: 0; }
.ek-door-detail .ek-door-options .list-group-item [class*="col-md-"] { padding: 4px 7px; }
.ek-door-detail .ek-door-options .list-group-item .col-md-2 { flex: 0 0 30px; width: 30px; }
.ek-door-detail .ek-door-options .form-check-input { width: 20px; height: 20px; margin: 0 !important; accent-color: var(--door-orange); }
.ek-door-detail .ek-door-options .list-group-item img { width: 100%; height: 58px; border-radius: 7px; object-fit: contain; background: #f5f6f3; }
.ek-door-detail .ek-door-options .list-group-item.ek-option-with-image { overflow: hidden; padding: 0; }
.ek-door-detail .ek-door-options .ek-option-with-image > .row { display: grid; min-height: 86px; height: auto; grid-template-columns: 50px minmax(96px, 31%) minmax(0, 1fr); align-items: stretch; }
.ek-door-detail .ek-door-options .ek-option-with-image > .row::before,
.ek-door-detail .ek-door-options .ek-option-with-image > .row::after { display: none; content: none; }
.ek-door-detail .ek-door-options .ek-option-with-image [class*="col-md-"] { display: flex; align-items: center; }
.ek-door-detail .ek-door-options .ek-option-with-image .col-md-2 { width: auto; max-width: none; padding: 14px; justify-content: center; }
.ek-door-detail .ek-door-options .ek-option-with-image .col-md-4 { position: relative; align-self: stretch; width: auto; max-width: none; min-height: 86px; overflow: hidden; padding: 0; background: #f5f6f3; }
.ek-door-detail .ek-door-options .ek-option-with-image .col-md-6 { width: auto; max-width: none; min-width: 0; padding: 12px 18px; }
.ek-door-detail .ek-door-options .ek-option-with-image .col-md-4 img { position: absolute; inset: 0; width: 100%; height: 100%; min-height: 0; border-radius: 0; object-fit: contain; object-position: center; }
.ek-door-detail .ek-door-options .ek-option-with-image .card-body { width: 100%; }
.ek-door-detail .ek-door-options .fw-bold { color: var(--door-ink); font-size: 13px; line-height: 1.3; }
.ek-door-detail .ek-door-options .badge { display: inline-block; margin-top: 5px; padding: 5px 8px; border-radius: 999px !important; background: #f0f1ee !important; color: #525852; font-size: 10px; }
.ek-door-detail .ek-door-checkout { margin-top: 26px; overflow: hidden; border: 1px solid #dfe3de; border-radius: 18px; background: #f7f8f5; }
.ek-door-detail .ek-door-checkout-header { display: flex; min-height: 54px; align-items: center; justify-content: space-between; gap: 16px; padding: 13px 22px; border-bottom: 1px solid #dfe3de; background: #fff; }
.ek-door-detail .ek-door-checkout-header > strong { color: var(--door-ink); font-size: 14px; font-weight: 900; }
.ek-door-detail .ek-door-delivery { display: flex; min-width: 0; align-items: center; gap: 8px; color: #626a65; font-size: 12px; font-weight: 700; line-height: 1.35; text-align: right; }
.ek-door-detail .ek-door-delivery i { flex: 0 0 auto; color: var(--door-green); font-size: 15px; }
.ek-door-detail .ek-door-checkout-grid { display: grid; grid-template-columns: minmax(165px, .66fr) minmax(260px, 1.34fr); }
.ek-door-detail .ek-door-checkout .border-product { display: flex; min-width: 0; flex-direction: column; justify-content: center; margin: 0 !important; padding: 22px !important; border: 0; border-radius: 0; background: #fff; }
.ek-door-detail .ek-door-checkout .border-product:first-child { border-right: 1px solid #dfe3de; }
.ek-door-detail .ek-door-checkout label { display: block; margin: 0 0 10px; color: var(--door-ink); font-size: 13px; font-weight: 850; }
.ek-door-detail .ek-door-qty-control { display: grid; grid-template-columns: 42px minmax(48px, 1fr) 42px; overflow: hidden; width: 100%; border: 2px solid #d8dcd7; border-radius: 11px; background: #fff; }
.ek-door-detail .ek-door-qty-control button { display: grid; min-width: 0; padding: 0; place-items: center; border: 0; background: #f0f2ee; color: #5e6561; cursor: pointer; transition: background .16s ease, color .16s ease; }
.ek-door-detail .ek-door-qty-control button:hover,
.ek-door-detail .ek-door-qty-control button:focus-visible { outline: 0; background: var(--door-orange); color: #fff; }
.ek-door-detail .ek-door-checkout #qty { width: 100%; min-width: 0; height: 50px; padding: 7px; border: 0; border-right: 1px solid #e0e3df; border-left: 1px solid #e0e3df; border-radius: 0; box-shadow: none; color: var(--door-ink); font-size: 17px; font-weight: 850; text-align: center; -moz-appearance: textfield; }
.ek-door-detail .ek-door-checkout #qty::-webkit-inner-spin-button,
.ek-door-detail .ek-door-checkout #qty::-webkit-outer-spin-button { margin: 0; -webkit-appearance: none; }
.ek-door-detail .ek-door-checkout-grid .border-product:last-child { align-items: flex-start; padding: 24px 28px !important; color: #fff; background: var(--door-ink); }
.ek-door-detail .ek-door-price-label { display: block; color: #cbd0cc; font-size: 12px; font-weight: 700; }
.ek-door-detail .ek-door-checkout .productPrice { padding: 0; color: inherit; font-size: inherit; font-weight: inherit; }
.ek-door-detail .ek-door-checkout .border-product h3 { margin: 4px 0 0; color: #fff; font-size: clamp(34px, 3.2vw, 44px); font-weight: 900; line-height: 1.05; letter-spacing: -.035em; text-align: left; }
.ek-door-detail .ek-door-checkout-actions { display: flex; justify-content: flex-end; padding: 16px 22px 20px; border-top: 1px solid #dfe3de; }
.ek-door-detail .ek-door-checkout .product-buttons { width: 100%; max-width: 330px; margin: 0; }
.ek-door-detail .ek-door-checkout .product-buttons .btn { width: 100%; min-height: 54px; border-radius: 11px; font-size: 14px; font-weight: 900; text-transform: none; }
.ek-door-related { margin-top: 38px; padding: 30px; border: 1px solid var(--door-line); border-radius: 22px; background: #fff; box-shadow: 0 14px 40px rgba(27,32,28,.055); }
.ek-door-related .product-title { margin-bottom: 18px; color: var(--door-ink); font-size: 23px; text-transform: none; }
.ek-door-related .bundle { overflow-x: auto; scrollbar-width: thin; }
.ek-door-related .bundle .d-flex { gap: 12px; }
.ek-door-related .img-box { flex: 0 0 126px; border: 1px solid #e5e8e4 !important; border-radius: 12px; background: #f7f8f6; }
.ek-door-related .img-box.is-current { border: 2px solid var(--door-orange) !important; }
.ek-door-related .img-box img { width: 100%; height: 142px; object-fit: contain; }
.ek-door-related .img-box a { display: block; color: var(--door-ink); text-decoration: none; }
.ek-door-related .img-box a > span { min-height: 37px; display: block; padding: 7px 5px 4px; overflow: hidden; font-size: 11px; font-weight: 800; line-height: 1.25; text-align: center; }
.ek-door-detail .longDesc { margin-top: 24px; padding: 42px; border: 1px solid var(--door-line); border-radius: 22px; background: #fff; color: #555d58; font-size: 16px; line-height: 1.75; box-shadow: 0 14px 40px rgba(27,32,28,.045); }
.ek-door-detail .longDesc strong { color: var(--door-ink); }

/* Detail dverí používa dve samostatné obsahové koľajnice. Ľavá koľajnica sa
 * už nenaťahuje podľa výšky konfigurátora, preto po galérii nevzniká prázdna
 * plocha a súvisiace modely prirodzene pokračujú pod popisom produktu. */
@media (min-width: 992px) {
    .ek-door-detail .ek-door-detail-layout {
        display: grid;
        grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
        gap: 28px;
        align-items: start;
    }
    .ek-door-detail .ek-door-main-column {
        display: block;
        grid-column: 1;
        width: auto;
        max-width: none;
        padding: 0;
    }
    .ek-door-detail .ek-door-product-grid {
        display: grid;
        grid-template-columns: 76px minmax(0, 1fr);
        gap: 18px 20px;
        margin: 0;
    }
    .ek-door-detail .ek-door-gallery-thumbs { grid-column: 1; grid-row: 1; }
    .ek-door-detail .ek-door-gallery-main { grid-column: 2; grid-row: 1; }
    .ek-door-detail .ek-door-product-summary { grid-column: 1 / -1; grid-row: 2; }
    .ek-door-detail .ek-door-details-content { grid-column: 1 / -1; grid-row: 3; }
    .ek-door-detail .ek-door-configurator-column {
        position: static;
        grid-column: 2;
        grid-row: 1;
        width: auto;
        max-width: none;
        padding: 0;
    }
}

@media (max-width: 1199px) {
    .ek-door-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(340px, .8fr); gap: 30px; }
    .ek-door-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ek-door-card-visual { height: 300px; }
    .ek-door-detail .ek-door-detail-layout { grid-template-columns: minmax(0, 1fr) minmax(390px, .9fr); gap: 20px; }
    .ek-door-detail .ek-door-product-grid { grid-template-columns: 66px minmax(0, 1fr); gap: 16px; }
    .ek-door-detail .product-right-slick { min-height: 560px; }
}

@media (max-width: 991px) {
    .ek-door-detail .ek-door-detail-layout { grid-template-columns: 66px minmax(0, 1fr); }
    .ek-door-detail .ek-door-gallery-thumbs { grid-column: 1; grid-row: 1; }
    .ek-door-detail .ek-door-gallery-main { grid-column: 2; grid-row: 1; }
    .ek-door-detail .ek-door-product-summary { grid-column: 1 / -1; grid-row: 2; }
    .ek-door-detail .ek-door-configurator-column { grid-column: 1 / -1; grid-row: 3; }
    .ek-door-detail .ek-door-details-content { grid-column: 1 / -1; grid-row: 4; }
    .ek-door-detail .ek-door-configurator-column { margin-top: 6px; }
}

@media (max-width: 767px) {
    .ek-door-breadcrumb { padding: 12px 0; }
    .ek-door-hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 24px; padding-top: 44px; padding-bottom: 34px; }
    .ek-door-hero h1 { margin-bottom: 17px; font-size: clamp(38px, 12vw, 54px); }
    .ek-door-hero-copy > p { font-size: 16px; line-height: 1.55; }
    .ek-door-facts { margin: 22px 0; }
    .ek-door-primary { width: 100%; }
    .ek-door-hero-visual { height: 270px; margin: 0 -8px; }
    .ek-door-hero-door { height: 235px; }
    .ek-door-hero-door.door-2 { height: 265px; }
    .ek-door-listing { padding: 58px 0 66px; }
    .ek-door-listing-head { align-items: stretch; flex-direction: column; gap: 22px; }
    .ek-door-listing-head h2 { font-size: 34px; }
    .ek-door-search { width: 100%; }
    .ek-door-toolbar { align-items: stretch; flex-direction: column; padding: 15px; }
    .ek-door-toolbar label { justify-content: space-between; }
    .ek-door-toolbar select { min-width: 0; width: 64%; }
    .ek-door-grid { grid-template-columns: 1fr; gap: 18px; }
    .ek-door-card-visual { height: 280px; }
    .ek-door-card-copy { padding: 22px; }
    .ek-door-card-footer { align-items: flex-start; flex-direction: column; }
    .ek-door-product-image { height: 340px; }
    .ek-door-content { padding: 58px 0; }
    .ek-door-content-inner { font-size: 16px; }
    .ek-door-detail { padding: 20px 0 70px; }
    .ek-door-detail .ek-door-detail-layout { grid-template-columns: minmax(0, 1fr); gap: 16px; }
    .ek-door-detail .ek-door-gallery-thumbs { display: none; }
    .ek-door-detail .ek-door-gallery-main { grid-column: 1; }
    .ek-door-detail .ek-door-product-summary { grid-column: 1; }
    .ek-door-detail .ek-door-configurator-column { grid-column: 1; }
    .ek-door-detail .ek-door-details-content { grid-column: 1; }
    .ek-door-detail .slider-right-nav { display: none; }
    .ek-door-detail .product-right-slick { min-height: 420px; border-radius: 18px; }
    .ek-door-detail .product-right-slick img { max-height: 400px; padding: 20px; }
    .ek-door-detail .product-description-box { padding: 0; border-radius: 17px; }
    .ek-door-summary-heading { padding: 21px 20px 18px; }
    .ek-door-detail .product-description-box h1,
    .ek-door-detail .product-description-box h2 { font-size: 29px; }
    .ek-door-detail .ek-door-base-price { margin: 0 20px; padding: 17px 0; gap: 3px 10px; }
    .ek-door-detail .ek-door-base-price strong { font-size: 27px; }
    .ek-door-detail .product-description-box .shipping-info { padding: 0 20px 20px; }
    .ek-door-detail .product-form-box { margin-top: 0; border-radius: 18px; box-shadow: none; }
    .ek-door-detail .ek-door-config-intro { padding: 23px 20px 18px; }
    .ek-door-detail .ek-door-config-status { margin-right: 20px; margin-left: 20px; }
    .ek-door-detail .ek-door-options { padding: 4px 16px 0; }
    .ek-door-detail .ek-door-options .card-header .btn-link { min-height: 52px; padding: 10px 150px 10px 15px; }
    .ek-door-detail .ek-door-options .card-header .btn-link[aria-expanded="true"] { min-height: 58px; padding-top: 13px; padding-bottom: 13px; }
    .ek-door-detail .ek-door-options .card-header .help-block { max-width: 100px; white-space: nowrap; }
    .ek-door-detail .ek-door-options .list-group-item { padding: 9px; }
    .ek-door-detail .ek-door-options .list-group-item.ek-option-with-image { padding: 0; }
    .ek-door-detail .ek-door-options .ek-option-with-image > .row { min-height: 84px; grid-template-columns: 42px 96px minmax(0, 1fr); }
    .ek-door-detail .ek-door-options .ek-option-with-image .col-md-2 { width: auto; padding: 10px; }
    .ek-door-detail .ek-door-options .list-group-item .col-md-4 { flex: 0 0 76px; width: 76px; }
    .ek-door-detail .ek-door-options .ek-option-with-image .col-md-4 { width: auto; max-width: none; min-height: 84px; }
    .ek-door-detail .ek-door-options .ek-option-with-image .col-md-4 img { min-height: 0; }
    .ek-door-detail .ek-door-options .list-group-item .col-md-6 { flex: 1; width: auto; }
    .ek-door-detail .ek-door-options .ek-option-with-image .col-md-6 { width: auto; min-width: 0; padding: 10px 14px; }
    .ek-door-detail .ek-door-checkout-grid { grid-template-columns: 1fr; }
    .ek-door-detail .ek-door-checkout .border-product:first-child { border-right: 0; border-bottom: 1px solid #dfe3de; }
    .ek-door-detail .ek-door-checkout-header { align-items: flex-start; flex-direction: column; gap: 5px; padding: 14px 16px; }
    .ek-door-detail .ek-door-delivery { text-align: left; }
    .ek-door-detail .ek-door-checkout .border-product,
    .ek-door-detail .ek-door-checkout-grid .border-product:last-child { padding: 19px 18px !important; }
    .ek-door-detail .ek-door-checkout-actions { padding: 14px 16px 18px; }
    .ek-door-detail .ek-door-checkout .product-buttons { max-width: none; }
    .ek-door-detail .longDesc { padding: 24px 20px; }
    .ek-door-related { padding: 21px 16px; }
}

@media (prefers-reduced-motion: reduce) {
    .ek-door-catalog *, .ek-door-detail * { scroll-behavior: auto !important; transition: none !important; }
}
