/* V88.2 — professional ETK product presentation shared by public and client search. */
.public-result-list.product-card-list {
    display: grid;
    gap: 18px;
    background: transparent;
    border: 0;
}
.catalog-product-result { min-width: 0; display: grid; gap: 15px; }

.oem-alias-notice {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 13px 16px;
    color: #173d31;
    background: #eef8f3;
    border: 1px solid #b9ddcd;
    border-left: 4px solid #2e8b68;
    border-radius: 12px;
    box-sizing: border-box;
}
.oem-alias-notice > span { font-size: 20px; font-weight: 900; }
.oem-alias-notice > p { margin: 0; font-size: 13px; font-weight: 750; line-height: 1.45; }

.result-table.has-etk-results {
    min-width: 0;
    display: grid;
    gap: 18px;
    padding: 18px;
    background: #f3f5f5;
}

.catalog-product-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(220px, 28%) minmax(300px, 1fr) minmax(210px, 24%);
    min-width: 0;
    overflow: hidden;
    color: #102335;
    background: #fff;
    border: 1px solid #dbe2e4;
    border-radius: 18px;
    box-shadow: 0 15px 42px rgba(12, 34, 51, .09);
}
.catalog-product-card.unavailable { background: #fffafa; }
.catalog-product-card.without-etk-media { grid-template-columns: minmax(220px, 28%) minmax(300px, 1fr) minmax(210px, 24%); }

.etk-product-media {
    min-width: 0;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 18px;
    background: radial-gradient(circle at 28% 20%, rgba(255, 255, 255, .95), transparent 48%), linear-gradient(145deg, #eef3f5, #f9faf9);
    border-right: 1px solid #e1e6e7;
}
.product-image-placeholder { display: grid; place-items: center; background: radial-gradient(circle at 50% 38%, #fff 0, #f3f6f6 45%, #e9eeef 100%); }
.product-image-placeholder-visual { width: min(100%, 275px); display: grid; place-items: center; align-content: center; gap: 10px; padding: 18px; text-align: center; }
.product-image-placeholder-visual > img { width: min(100%, 218px); max-height: 184px; object-fit: contain; filter: saturate(.86); }
.product-image-placeholder-visual > figcaption { display: grid; gap: 4px; }
.product-image-placeholder-visual > figcaption strong { color: #102335; font-size: 12px; letter-spacing: -.01em; }
.product-image-placeholder-visual > figcaption span { color: #71808a; font-size: 9px; line-height: 1.45; }
.etk-product-image {
    position: relative;
    min-height: 224px;
    flex: 1;
    display: grid;
    place-items: center;
    padding: 18px;
    overflow: hidden;
    color: #102335;
    background: #fff;
    border: 1px solid #d8e0e2;
    border-radius: 13px;
    cursor: zoom-in;
}
.etk-product-image > img { width: 100%; height: 100%; max-height: 270px; object-fit: contain; transition: transform .28s ease; }
.etk-product-image:hover > img,
.etk-product-image:focus-visible > img { transform: scale(1.055); }
.etk-product-image:focus-visible { outline: 3px solid rgba(180, 116, 50, .3); outline-offset: 2px; }
.etk-product-media-badge { position: absolute; z-index: 1; top: 12px; left: 12px; padding: 6px 9px; color: #fff; background: #102335; border-radius: 7px; font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.etk-product-zoom { position: absolute; right: 12px; bottom: 12px; width: 34px; height: 34px; display: grid; place-items: center; color: #fff; background: #b47432; border-radius: 50%; box-shadow: 0 8px 18px rgba(60, 36, 15, .22); }
.etk-product-zoom svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.8; }
.etk-product-media figcaption { display: grid; gap: 3px; padding: 10px 2px 0; color: #657580; font-size: 9px; line-height: 1.4; }
.etk-product-media figcaption strong { color: #2c4658; font-size: 9px; }

.catalog-product-content { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; padding: 25px 26px; }
.catalog-product-badges { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin-bottom: 13px; }
.catalog-product-badges .product-authenticity { display: inline-flex; width: auto; margin: 0; padding: 6px 9px; color: #176342; background: #edf8f2; border: 1px solid #bcdccc; border-radius: 999px; font-size: 9px; font-weight: 900; line-height: 1.2; }
.catalog-product-badges > span { padding: 6px 9px; color: #536673; background: #f0f3f4; border-radius: 999px; font-size: 9px; font-weight: 900; }
.catalog-product-content > h3 { max-width: 720px; margin: 0 0 15px; color: #102335; font-size: clamp(21px, 2vw, 29px); line-height: 1.08; letter-spacing: -.035em; }
.catalog-product-oem { display: inline-flex; align-items: stretch; margin-bottom: 14px; overflow: hidden; border: 1px solid #d5dddf; border-radius: 8px; }
.catalog-product-oem span { display: grid; place-items: center; padding: 8px 10px; color: #6d7b84; background: #f2f4f4; font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.catalog-product-oem strong { padding: 8px 12px; color: #102335; background: #fff; font-size: 13px; letter-spacing: .035em; }
.catalog-product-description { margin: -2px 0 13px; color: #61717c; font-size: 11px; line-height: 1.55; }
.catalog-product-links { margin-top: auto; padding-top: 13px; }

.etk-product-catalogue { width: 100%; display: grid; gap: 9px; }
.etk-compatibility-teaser { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 11px 13px; color: #102335; background: linear-gradient(120deg, #f5f8f8, #fff); border: 1px solid #dce3e5; border-radius: 10px; text-decoration: none; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.etk-compatibility-teaser:hover,
.etk-compatibility-teaser:focus-visible { border-color: #b47432; box-shadow: 0 8px 20px rgba(16, 35, 53, .08); transform: translateY(-1px); }
.etk-compatibility-teaser > span { min-width: 0; display: grid; gap: 3px; }
.etk-compatibility-teaser small { color: #a1622b; font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.etk-compatibility-teaser strong { color: #203a4c; font-size: 10px; line-height: 1.3; }
.etk-compatibility-teaser > b { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 7px; font-size: 9px; }
.etk-compatibility-teaser > b i { width: 22px; height: 22px; display: grid; place-items: center; color: #fff; background: #102335; border-radius: 50%; font-size: 11px; font-style: normal; }
.etk-product-replacements { display: grid; gap: 6px; padding: 10px 12px; background: #fff8ef; border-left: 3px solid #b47432; border-radius: 0 8px 8px 0; }
.etk-product-replacements > span { color: #756251; font-size: 9px; font-weight: 800; }
.etk-product-replacements > div { display: flex; flex-wrap: wrap; gap: 6px; }
.etk-product-replacements b { padding: 4px 7px; color: #7a4317; background: #fff; border: 1px solid #ead7c5; border-radius: 5px; font-size: 9px; }

.etk-compatibility-section { scroll-margin-top: 110px; min-width: 0; padding: clamp(20px, 3vw, 34px); color: #102335; background: linear-gradient(145deg, #fff, #f6f8f8); border: 1px solid #dbe2e4; border-radius: 18px; box-shadow: 0 14px 36px rgba(12, 34, 51, .07); }
.etk-compatibility-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 20px; padding-bottom: 18px; border-bottom: 1px solid #dfe5e6; }
.etk-compatibility-header > div { min-width: 0; }
.etk-compatibility-header > div > span { display: block; margin-bottom: 7px; color: #a1622b; font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.etk-compatibility-header h3 { margin: 0; color: #102335; font-size: clamp(21px, 2.4vw, 31px); line-height: 1.08; letter-spacing: -.035em; }
.etk-compatibility-header p { max-width: 660px; margin: 8px 0 0; color: #687781; font-size: 11px; line-height: 1.55; }
.etk-compatibility-header > strong { flex: 0 0 auto; padding: 9px 12px; color: #fff; background: #102335; border-radius: 999px; font-size: 10px; }
.etk-compatibility-grid { display: grid; grid-template-columns: minmax(0, 1fr); align-items: start; gap: 14px; }
.etk-compatibility-series { min-width: 0; overflow: hidden; background: #fff; border: 1px solid #dce3e5; border-radius: 12px; box-shadow: 0 8px 20px rgba(16, 35, 53, .045); }
.etk-compatibility-series-header { min-width: 0; display: flex; align-items: center; gap: 12px; padding: 13px; background: linear-gradient(90deg, #fff, #f7f9f9); border-bottom: 1px solid #e1e7e8; }
.etk-compatibility-series-mark { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, #102335, #28495f); border-radius: 10px; font-size: 12px; font-weight: 900; }
.etk-compatibility-series-copy { min-width: 0; flex: 1; display: grid; gap: 3px; }
.etk-compatibility-series-copy strong { color: #102335; font-size: 12px; line-height: 1.25; overflow-wrap: anywhere; }
.etk-compatibility-series-copy small { color: #71808a; font-size: 9px; line-height: 1.35; overflow-wrap: anywhere; }
.etk-compatibility-series-header > b { min-width: 29px; height: 29px; flex: 0 0 auto; display: grid; place-items: center; color: #70451f; background: #f6e9db; border-radius: 50%; font-size: 9px; }
.etk-compatibility-series-body { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); align-items: start; gap: 10px; padding: 13px; }
.etk-compatibility-chassis { overflow: hidden; background: #f5f8f8; border: 1px solid #e1e7e8; border-radius: 9px; }
.etk-compatibility-chassis > header { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 9px 10px; background: #edf2f3; border-bottom: 1px solid #e0e6e7; }
.etk-compatibility-chassis > header strong { color: #102335; font-size: 10px; }
.etk-compatibility-chassis > header span { color: #72808a; font-size: 8px; }
.etk-compatibility-variants { display: grid; grid-template-columns: repeat(auto-fit, minmax(155px, 1fr)); gap: 6px; padding: 9px; }
.etk-compatibility-variants span { min-width: 0; padding: 7px 8px; color: #385466; background: #fff; border: 1px solid #e0e6e7; border-radius: 7px; font-size: 9px; line-height: 1.35; overflow-wrap: anywhere; }
.etk-compatibility-vin { display: flex; align-items: center; gap: 11px; margin: 16px 0 0; padding: 12px 14px; color: #6b512e; background: #fff6e9; border-left: 3px solid #b47432; border-radius: 0 9px 9px 0; font-size: 10px; line-height: 1.5; }
.etk-compatibility-vin b { width: 34px; height: 24px; flex: 0 0 auto; display: grid; place-items: center; color: #fff; background: #b47432; border-radius: 6px; font-size: 8px; letter-spacing: .1em; }

.catalog-product-buybox { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: 25px 23px; background: linear-gradient(160deg, #fbf6ef, #f3eadf); border-left: 1px solid #e7ded4; }
.catalog-product-buybox-label { margin-bottom: 7px; color: #7c6b5d; font-size: 9px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.catalog-product-price { display: grid; gap: 4px; margin-bottom: 17px; }
.catalog-product-price > b,
.catalog-product-price > b > .price-history-trigger,
.catalog-product-price > .public-price-history-trigger { color: #102335; font-size: 25px; font-weight: 900; line-height: 1.1; }
.catalog-product-price > small { color: #6a777f; font-size: 9px; line-height: 1.45; }
.catalog-product-delivery { display: flex; align-items: flex-start; gap: 8px; margin-bottom: 14px; padding: 10px; color: #725126; background: rgba(255, 255, 255, .7); border: 1px solid #e7d7c4; border-radius: 9px; font-size: 9px; font-weight: 800; line-height: 1.35; }
.catalog-product-delivery svg { width: 18px; height: 18px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-linejoin: round; stroke-width: 1.5; }
.catalog-product-weight { margin-bottom: 11px; color: #75828a; font-size: 9px; }
.catalog-product-add { width: 100%; min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 15px 0 18px; color: #fff; background: #102335; border: 0; border-radius: 9px; font-size: 10px; font-weight: 900; cursor: pointer; transition: background-color .18s ease, transform .18s ease, box-shadow .18s ease; }
.catalog-product-add b { width: 25px; height: 25px; display: grid; place-items: center; color: #102335; background: #fff; border-radius: 50%; font-size: 17px; }
.catalog-product-add:hover:not(:disabled), .catalog-product-add:focus-visible:not(:disabled) { background: #b47432; box-shadow: 0 9px 22px rgba(132, 79, 31, .22); transform: translateY(-1px); }
.catalog-product-add:disabled { cursor: not-allowed; opacity: .65; background: #9c3737; }

body.etk-lightbox-open { overflow: hidden; }
.etk-lightbox { position: fixed; z-index: 10000; inset: 0; display: grid; place-items: center; padding: 36px; background: rgba(4, 16, 27, .88); backdrop-filter: blur(6px); }
.etk-lightbox img { max-width: min(1200px, 94vw); max-height: 88vh; padding: 14px; object-fit: contain; background: #fff; border-radius: 14px; box-shadow: 0 24px 70px rgba(0, 0, 0, .45); }
.etk-lightbox-close { position: fixed; z-index: 1; top: 18px; right: 20px; width: 44px; height: 44px; color: #fff; font-size: 30px; line-height: 1; background: #102335; border: 1px solid rgba(255, 255, 255, .45); border-radius: 50%; cursor: pointer; }

@media (max-width: 1100px) {
    .catalog-product-card { grid-template-columns: minmax(185px, 25%) minmax(270px, 1fr) minmax(190px, 23%); }
    .catalog-product-card.without-etk-media { grid-template-columns: minmax(185px, 25%) minmax(270px, 1fr) minmax(190px, 23%); }
    .catalog-product-content { padding: 22px 20px; }
    .catalog-product-buybox { padding: 22px 18px; }
    .etk-product-image { min-height: 205px; }
    .product-image-placeholder-visual > img { max-height: 155px; }
}

@media (max-width: 820px) {
    .result-table.has-etk-results { padding: 12px; }
    .catalog-product-card { grid-template-columns: minmax(0, 1fr); border-radius: 15px; }
    .catalog-product-card.without-etk-media { grid-template-columns: minmax(0, 1fr); }
    .etk-product-media { min-height: 260px; padding: 13px; border-right: 0; border-bottom: 1px solid #e1e6e7; }
    .etk-product-image { min-height: 230px; }
    .product-image-placeholder { min-height: 260px; }
    .catalog-product-content { padding: 20px 18px; }
    .catalog-product-content > h3 { font-size: 23px; }
    .catalog-product-buybox { padding: 20px 18px; border-top: 1px solid #e7ded4; border-left: 0; }
    .catalog-product-price > b,
    .catalog-product-price > b > .price-history-trigger,
    .catalog-product-price > .public-price-history-trigger { font-size: 24px; }
    .etk-compatibility-section { scroll-margin-top: 82px; padding: 20px 16px; border-radius: 15px; }
    .etk-compatibility-header { align-items: flex-start; }
    .etk-compatibility-series-body { grid-template-columns: minmax(0, 1fr); }
    .etk-lightbox { padding: 16px; }
}

@media (max-width: 440px) {
    .result-table.has-etk-results { padding: 8px; }
    .etk-product-media { min-height: 230px; }
    .etk-product-image { min-height: 205px; padding: 12px; }
    .product-image-placeholder { min-height: 230px; }
    .product-image-placeholder-visual { padding: 12px; }
    .product-image-placeholder-visual > img { max-height: 140px; }
    .etk-product-media figcaption { font-size: 8px; }
    .catalog-product-content { padding: 18px 15px; }
    .catalog-product-content > h3 { font-size: 21px; }
    .catalog-product-oem { max-width: 100%; }
    .catalog-product-oem strong { overflow-wrap: anywhere; }
    .catalog-product-buybox { padding: 18px 15px; }
    .etk-compatibility-teaser { align-items: flex-start; }
    .etk-compatibility-teaser > b { padding-top: 3px; }
    .etk-compatibility-header { display: grid; gap: 13px; }
    .etk-compatibility-header > strong { justify-self: start; }
    .etk-compatibility-series-header { gap: 9px; padding: 11px; }
    .etk-compatibility-series-mark { width: 38px; height: 38px; }
    .etk-compatibility-series-body { padding: 10px; }
    .etk-compatibility-variants { grid-template-columns: minmax(0, 1fr); }
    .etk-compatibility-vin { align-items: flex-start; }
}
