/* Bidentra ürün detay sayfası — ProjeTeklifi yerleşimi / 800x600 ürün görseli */

:root {
    --pt-blue: #337ab7;
    --pt-blue-dark: #286090;
    --pt-yellow: #ffc500;
    --pt-text: #414141;
    --pt-muted: #777;
    --pt-line: #dedede;
    --pt-panel: #ffffff;
    --pt-soft: #f5f7f8;
}

body.bd-product-detail-body #lock-breadcrumb {
    display: none !important;
}

.pt-product-page,
.pt-product-page * {
    box-sizing: border-box;
}

.pt-product-page {
    width: 100%;
    color: var(--pt-text);
    background: #fff;
    font-family: inherit;
}

.pt-product-page button,
.pt-product-page a {
    font-family: inherit;
}

.pt-product-container {
    width: min(1170px, calc(100% - 32px));
    margin: 0 auto;
}

.pt-product-container-narrow {
    width: min(980px, calc(100% - 32px));
}

.pt-product-header {
    padding: 18px 0 14px;
    border: 0;
    border-bottom: 1px solid #eceff1;
    background: #fff;
}

.pt-product-header-row {
    display: flex;
    align-items: center;
    min-height: 70px;
}

.pt-brand-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    max-width: 210px;
    height: 70px;
    margin-right: 18px;
    overflow: hidden;
    background: transparent;
}

.pt-brand-logo img {
    display: block;
    width: auto;
    max-width: 210px;
    max-height: 70px;
    object-fit: contain;
}

.pt-brand-name-fallback {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    margin-right: 18px;
    padding: 0 16px;
    border: 1px solid #e3e6e8;
    background: #fff;
    color: #222;
    font-size: 18px;
    font-weight: 800;
}

.pt-product-header h1 {
    margin: 0;
    color: #414141;
    font-size: 27px;
    font-weight: 600;
    line-height: 1.25;
}

.pt-product-main {
    padding: 8px 0 22px;
    background: #fff;
}

.pt-product-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 40px;
    align-items: start;
}

.pt-product-media-column,
.pt-product-summary {
    min-width: 0;
}

.pt-media-tabs {
    display: flex;
    align-items: flex-end;
    min-height: 44px;
    padding-top: 5px;
}

.pt-media-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 39px;
    padding: 0 16px;
    border: 0;
    border-radius: 4px 4px 0 0;
    background: var(--pt-yellow);
    color: #222;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.pt-media-tab.is-active {
    background: var(--pt-blue);
    color: #fff;
}

.pt-video-tab.is-active {
    background: var(--pt-yellow);
    color: #222;
}

.pt-media-tab-icon {
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
}

.pt-photo-icon {
    border: 2px solid currentColor;
    border-radius: 1px;
}

.pt-photo-icon::before {
    content: "";
    position: absolute;
    left: 2px;
    bottom: 2px;
    width: 7px;
    height: 5px;
    border-left: 2px solid currentColor;
    border-top: 2px solid currentColor;
    transform: rotate(45deg);
}

.pt-play-icon::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 1px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid currentColor;
}

.pt-media-content {
    width: 100%;
}

.pt-media-stage {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border: 5px solid var(--pt-blue);
    background: #fff;
}

.pt-media-stage img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #fff;
}

.pt-media-stage iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    background: #111;
}

.pt-media-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #777;
    font-size: 13px;
}

.pt-media-zoom {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 3px;
    background: rgba(51, 51, 51, .78);
    cursor: pointer;
}

.pt-media-zoom span::before,
.pt-media-zoom span::after {
    content: "";
    position: absolute;
}

.pt-media-zoom span::before {
    left: 12px;
    top: 10px;
    width: 12px;
    height: 12px;
    border: 3px solid #fff;
    border-radius: 50%;
}

.pt-media-zoom span::after {
    left: 25px;
    top: 25px;
    width: 10px;
    height: 3px;
    background: #fff;
    transform: rotate(45deg);
    transform-origin: left center;
}

.pt-media-nav {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 48px;
    margin-top: -24px;
    border: 0;
    background: rgba(35, 35, 35, .72);
    color: #fff;
    font-size: 34px;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
}

.pt-media-prev {
    left: 0;
}

.pt-media-next {
    right: 0;
}

.pt-media-thumbs {
    display: none;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 4px;
    min-height: 86px;
    padding: 4px;
    border: 1px solid #ddd;
    border-top: 0;
    background: #ddd;
}

.pt-media-thumbs.is-active {
    display: grid;
}

.pt-media-thumb {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    padding: 0;
    overflow: hidden;
    border: 3px solid transparent;
    background: #fff;
    cursor: pointer;
}

.pt-media-thumb.is-active {
    border-color: var(--pt-blue);
}

.pt-media-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pt-media-video-thumb {
    background: #222;
}

.pt-media-video-thumb > span:first-child {
    color: #fff;
    font-size: 12px;
}

.pt-thumb-play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 34px;
    height: 34px;
    margin: -17px 0 0 -17px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .72);
}

.pt-thumb-play::before {
    content: "";
    position: absolute;
    left: 13px;
    top: 9px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #fff;
}

.pt-product-summary {
    padding-top: 58px;
}

.pt-product-summary-data {
    margin-bottom: 20px;
}

.pt-summary-row {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 12px;
    padding: 9px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 13px;
    line-height: 1.45;
}

.pt-summary-row > span {
    color: #777;
}

.pt-summary-row strong {
    color: #555;
    font-weight: 700;
}

.pt-product-description {
    margin: 0 0 18px;
    color: #555;
    font-size: 14px;
    line-height: 1.7;
}

.pt-product-description p {
    margin: 0 0 12px;
}

.pt-offer-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border: 0;
    border-radius: 0;
    background: var(--pt-blue);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.pt-offer-button:hover {
    background: var(--pt-blue-dark);
}

.pt-product-summary hr {
    margin: 22px 0;
    border: 0;
    border-top: 1px solid #eee;
}

.pt-offer-note {
    margin: 0;
    color: #777;
    font-size: 12px;
    line-height: 1.65;
}

.pt-social-links {
    display: flex;
    justify-content: flex-end;
    gap: 7px;
}

.pt-social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid #bbb;
    border-radius: 50%;
    color: #777;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.pt-social-links a:hover {
    border-color: var(--pt-blue);
    color: var(--pt-blue);
}

.pt-product-details {
    margin-top: 18px;
    background: linear-gradient(#eeeeee, #ffffff 250px);
}

.pt-detail-tabbar {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
    min-height: 46px;
    padding: 0 12px;
    border-bottom: 3px solid #3685c9;
    background: #fff;
    box-shadow: 0 4px 8px -2px rgba(0, 0, 0, .27);
}

.pt-detail-tab,
.pt-download-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border: 0;
    border-radius: 3px 3px 0 0;
    background: #fff;
    color: #414141;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.pt-detail-tab:hover {
    background: #f5f5f5;
}

.pt-detail-tab.is-active {
    background: linear-gradient(#3599d7, #3683c7);
    color: #fff;
}

.pt-download-tab {
    color: #fff;
}

.pt-download-technical {
    background: #1693a5;
}

.pt-download-catalog {
    background: #59ba41;
}

.pt-detail-content {
    min-height: 260px;
    padding: 20px 0 50px;
}

.pt-detail-panel {
    display: none;
    min-height: 220px;
    padding: 10px;
    border-radius: 4px;
    background: rgba(255, 255, 255, .72);
    color: #414141;
}

.pt-detail-panel.is-active {
    display: block;
}

.pt-detail-panel h2 {
    margin: 0 0 12px;
    color: #414141;
    font-size: 22px;
    font-weight: 600;
}

.pt-rich-content {
    color: #555;
    font-size: 14px;
    line-height: 1.75;
}

.pt-rich-content p {
    margin: 0 0 12px;
}

.pt-technical-content {
    margin-top: 18px;
}

.pt-empty-panel {
    padding: 28px 18px;
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #777;
    font-size: 13px;
    text-align: center;
}

.pt-seller-table-wrap {
    overflow-x: auto;
}

.pt-seller-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.pt-seller-table th,
.pt-seller-table td {
    padding: 10px 12px;
    border-bottom: 1px solid #ddd;
    text-align: left;
    font-size: 13px;
}

.pt-seller-table th {
    background: #f7f7f7;
    font-weight: 700;
}

.pt-seller-table tbody tr:nth-child(odd) {
    background: #f9f9f9;
}

.pt-seller-table img {
    display: block;
    max-width: 100px;
    max-height: 48px;
    object-fit: contain;
}

.pt-seller-table a {
    color: #337ab7;
    text-decoration: none;
}

.pt-similar-products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.pt-similar-product {
    display: block;
    padding: 8px;
    border: 1px solid #ddd;
    background: #fff;
    color: #414141;
    text-decoration: none;
}

.pt-similar-image {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #f5f5f5;
}

.pt-similar-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pt-similar-product small {
    display: block;
    margin-top: 8px;
    color: #777;
}

.pt-similar-product strong {
    display: block;
    margin-top: 4px;
    font-size: 13px;
}

.pt-compare-panel {
    padding: 18px;
    border: 1px solid #dedede;
    background: #fff;
}

.pt-compare-panel p {
    margin: 0 0 16px;
    color: #666;
    font-size: 13px;
}

.pt-compare-add {
    min-height: 40px;
    padding: 0 16px;
    border: 0;
    background: var(--pt-blue);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.pt-compare-add:hover {
    background: var(--pt-blue-dark);
}

.pt-compare-add.is-added {
    background: #4f9d45;
}

.pt-compare-status {
    display: inline-block;
    margin-left: 10px;
    color: #666;
    font-size: 12px;
}

.pt-media-lightbox[hidden] {
    display: none;
}

.pt-media-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    background: rgba(0, 0, 0, .9);
}

.pt-media-lightbox img {
    max-width: 94vw;
    max-height: 92vh;
    object-fit: contain;
}

.pt-media-lightbox button {
    position: fixed;
    right: 22px;
    top: 18px;
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 42px;
    cursor: pointer;
}

.pt-product-state {
    width: min(720px, calc(100% - 32px));
    margin: 60px auto;
    padding: 36px;
    border: 1px solid #ddd;
    text-align: center;
}

.pt-product-state h1 {
    margin: 0 0 10px;
}

.pt-product-state a {
    display: inline-block;
    margin-top: 14px;
    color: #337ab7;
}

@media (max-width: 900px) {
    .pt-product-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .pt-product-summary {
        padding-top: 0;
    }
}

@media (max-width: 640px) {
    .pt-product-container,
    .pt-product-container-narrow {
        width: min(100% - 20px, 100%);
    }

    .pt-product-header-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .pt-brand-logo {
        height: 54px;
        margin-right: 0;
    }

    .pt-brand-logo img {
        max-height: 54px;
    }

    .pt-product-header h1 {
        font-size: 22px;
    }

    .pt-media-thumbs {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .pt-summary-row {
        grid-template-columns: 100px minmax(0, 1fr);
    }

    .pt-detail-tabbar {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .pt-detail-tab,
    .pt-download-tab {
        flex: 0 0 auto;
    }

    .pt-similar-products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* =========================================================
   BIDENTRA ÜRÜN DETAY — SON GÖRSEL DÜZELTMELER
   ========================================================= */

.pt-product-container-narrow {
    width: min(1180px, calc(100% - 40px));
}

.pt-product-header {
    padding: 12px 0 10px;
}

.pt-product-header-row {
    min-height: 58px;
}

.pt-brand-logo {
    max-width: 195px;
    height: 58px;
    margin-right: 24px;
}

.pt-brand-logo img {
    max-width: 195px;
    max-height: 58px;
}

.pt-product-header h1 {
    font-size: 26px;
    line-height: 1.2;
}

.pt-product-main {
    padding: 8px 0 10px;
}

.pt-product-grid {
    grid-template-columns: minmax(0, 610px) minmax(0, 1fr);
    gap: 46px;
}

.pt-media-tabs {
    min-height: 42px;
    padding-top: 3px;
}

.pt-media-stage {
    border-width: 3px;
    border-color: #2f8fd2;
    background: #fff;
}

.pt-media-stage img {
    object-fit: cover;
}

.pt-media-zoom {
    top: 9px;
    right: 9px;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, .46);
    border-radius: 5px;
    background: rgba(28, 126, 191, .78);
    box-shadow: 0 5px 16px rgba(13, 82, 126, .24);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}

.pt-media-zoom:hover {
    background: rgba(25, 145, 218, .92);
}

.pt-media-nav {
    width: 32px;
    height: 48px;
    margin-top: -24px;
    border: 1px solid rgba(255, 255, 255, .38);
    background: rgba(28, 126, 191, .72);
    box-shadow: 0 4px 14px rgba(13, 82, 126, .2);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    font-size: 31px;
}

.pt-media-nav:hover {
    background: rgba(25, 145, 218, .94);
}

.pt-media-thumbs {
    min-height: 0;
    padding: 7px 0 0;
    border: 0;
    background: #fff;
    gap: 8px;
}

.pt-media-thumbs.is-active {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.pt-media-thumb {
    flex: 0 0 94px;
    width: 94px;
    border-width: 2px;
    border-color: #d8e0e5;
    border-radius: 2px;
}

.pt-media-thumb.is-active {
    border-color: #2f8fd2;
}

.pt-product-summary {
    padding-top: 45px;
}

.pt-product-summary-data {
    margin-bottom: 14px;
}

.pt-summary-row {
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 14px;
    padding: 10px 0;
}

.pt-product-description {
    margin-bottom: 15px;
    color: #4f5d68;
    font-size: 15px;
    line-height: 1.58;
}

.pt-offer-button {
    min-width: 124px;
    min-height: 44px;
    padding: 0 22px;
    border-radius: 2px;
    background: #2f86c8;
    font-size: 13px;
    font-weight: 700;
}

.pt-product-summary hr {
    margin: 16px 0;
}

.pt-offer-note {
    max-width: 440px;
    color: #5f6c76;
    font-size: 13px;
    line-height: 1.55;
}

.pt-social-links {
    justify-content: flex-start;
    gap: 8px;
}

.pt-social-links a {
    width: 31px;
    height: 31px;
    border-color: #ccd5db;
    background: #fff;
}

.pt-product-details {
    margin-top: 0;
    background: #fff;
}

.pt-detail-tabbar {
    width: min(1180px, calc(100% - 40px));
    min-height: 44px;
    margin: 0 auto;
    padding: 0;
    border-bottom: 3px solid #3685c9;
    box-shadow: none;
}

.pt-detail-tab,
.pt-download-tab {
    min-height: 41px;
}

.pt-detail-content {
    min-height: 0;
    padding: 18px 0 38px;
    background: #fff;
}

.pt-detail-panel {
    min-height: 0;
    padding: 0 0 20px;
    border-radius: 0;
    background: #fff;
}

.pt-detail-panel h2 {
    margin-bottom: 10px;
}

.pt-media-lightbox {
    padding: 24px;
    background: rgba(4, 12, 20, .985);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}

.pt-media-lightbox img {
    display: block;
    max-width: 82vw;
    max-height: 82vh;
    border: 1px solid rgba(116, 206, 255, .34);
    border-radius: 2px;
    background: #07131d;
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, .04),
        0 24px 70px rgba(0, 0, 0, .58);
}

.pt-media-lightbox [data-lightbox-close],
.pt-media-lightbox [data-lightbox-prev],
.pt-media-lightbox [data-lightbox-next] {
    position: fixed !important;
    z-index: 100002 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    border: 1px solid rgba(175, 225, 255, .62) !important;
    border-radius: 6px !important;
    background: rgba(35, 151, 219, .64) !important;
    color: #fff !important;
    box-shadow:
        0 9px 24px rgba(0, 78, 128, .34),
        inset 0 1px 0 rgba(255, 255, 255, .22) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    cursor: pointer !important;
    transition:
        background .15s ease,
        border-color .15s ease,
        transform .15s ease !important;
}

.pt-media-lightbox [data-lightbox-prev],
.pt-media-lightbox [data-lightbox-next] {
    width: 48px !important;
    height: 64px !important;
    margin: 0 !important;
    font-size: 42px !important;
    font-weight: 300 !important;
    line-height: 1 !important;
}

.pt-media-lightbox [data-lightbox-close] {
    width: 42px !important;
    height: 42px !important;
    right: auto !important;
    top: auto !important;
    font-size: 31px !important;
    font-weight: 300 !important;
    line-height: 1 !important;
}

.pt-media-lightbox [data-lightbox-prev]:hover,
.pt-media-lightbox [data-lightbox-next]:hover,
.pt-media-lightbox [data-lightbox-close]:hover {
    border-color: rgba(220, 245, 255, .92) !important;
    background: rgba(41, 171, 241, .9) !important;
    transform: translateY(-1px);
}

.pt-media-lightbox [data-lightbox-counter] {
    position: fixed !important;
    z-index: 100002 !important;
    min-width: 62px;
    padding: 7px 12px;
    border: 1px solid rgba(175, 225, 255, .52);
    border-radius: 6px;
    background: rgba(27, 119, 175, .62);
    color: #fff;
    box-shadow: 0 8px 22px rgba(0, 78, 128, .26);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    transform: translateX(-50%);
}

@media (max-width: 1100px) {
    .pt-product-container-narrow,
    .pt-detail-tabbar {
        width: min(100% - 28px, 100%);
    }

    .pt-product-grid {
        grid-template-columns: minmax(0, 54%) minmax(0, 46%);
        gap: 28px;
    }
}

@media (max-width: 900px) {
    .pt-product-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .pt-product-summary {
        padding-top: 0;
    }

    .pt-detail-tabbar {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
    }
}

@media (max-width: 640px) {
    .pt-product-container-narrow,
    .pt-detail-tabbar {
        width: min(100% - 20px, 100%);
    }

    .pt-product-header-row {
        gap: 8px;
    }

    .pt-media-thumb {
        flex-basis: 78px;
        width: 78px;
    }

    .pt-media-lightbox {
        padding: 10px;
    }

    .pt-media-lightbox img {
        max-width: 96vw;
        max-height: 80vh;
    }

    .pt-media-lightbox [data-lightbox-prev],
    .pt-media-lightbox [data-lightbox-next] {
        width: 42px !important;
        height: 56px !important;
        font-size: 36px !important;
    }

    .pt-media-lightbox [data-lightbox-close] {
        width: 38px !important;
        height: 38px !important;
        font-size: 28px !important;
    }
}

/* =========================================================
   BIDENTRA TEKNİK ÖZELLİKLER — KURUMSAL TABLO DÜZENİ
   ========================================================= */

.pt-product-page .pt-detail-panel[data-detail-panel="technical"] {
    max-width: 1180px;
    margin: 0 auto;
}

.pt-product-page .pt-detail-panel[data-detail-panel="technical"] > h2 {
    margin: 0 0 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #dfe6ec;
    color: #263746;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.3;
}

.pt-product-page .pt-detail-panel[data-detail-panel="technical"] .pt-technical-content {
    margin-top: 0;
    color: #445564;
}

.pt-product-page .pt-detail-panel[data-detail-panel="technical"] .pt-technical-content h3 {
    margin: 26px 0 12px;
    padding-left: 12px;
    border-left: 4px solid #2f8fd2;
    color: #263746;
    font-size: 17px;
    font-weight: 750;
    line-height: 1.35;
}

.pt-product-page .pt-detail-panel[data-detail-panel="technical"] .pt-technical-content h3:first-child {
    margin-top: 0;
}

/* İlk teknik listeyi özellik/değer tablosu görünümüne dönüştürür. */
.pt-product-page .pt-detail-panel[data-detail-panel="technical"] .pt-technical-content h3:first-child + ul {
    margin: 0 0 26px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #d9e2ea;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(33, 56, 77, .055);
    list-style: none;
}

.pt-product-page .pt-detail-panel[data-detail-panel="technical"] .pt-technical-content h3:first-child + ul > li {
    display: flex;
    min-height: 48px;
    align-items: center;
    margin: 0;
    padding: 0 16px 0 0;
    border-bottom: 1px solid #e7edf2;
    background: #fff;
    color: #465867;
    font-size: 13.5px;
    line-height: 1.55;
}

.pt-product-page .pt-detail-panel[data-detail-panel="technical"] .pt-technical-content h3:first-child + ul > li:nth-child(even) {
    background: #fbfcfd;
}

.pt-product-page .pt-detail-panel[data-detail-panel="technical"] .pt-technical-content h3:first-child + ul > li:last-child {
    border-bottom: 0;
}

.pt-product-page .pt-detail-panel[data-detail-panel="technical"] .pt-technical-content h3:first-child + ul > li::marker {
    content: "";
}

.pt-product-page .pt-detail-panel[data-detail-panel="technical"] .pt-technical-content h3:first-child + ul > li > strong:first-child {
    align-self: stretch;
    display: flex;
    flex: 0 0 35%;
    align-items: center;
    margin-right: 16px;
    padding: 12px 16px;
    border-right: 1px solid #dfe7ed;
    background: #f4f7f9;
    color: #263746;
    font-weight: 750;
}

/* Açıklama ve kullanım alanları. */
.pt-product-page .pt-detail-panel[data-detail-panel="technical"] .pt-technical-content p {
    max-width: 1040px;
    margin: 0 0 14px;
    color: #536473;
    line-height: 1.78;
}

.pt-product-page .pt-detail-panel[data-detail-panel="technical"] .pt-technical-content h3:not(:first-child) + ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pt-product-page .pt-detail-panel[data-detail-panel="technical"] .pt-technical-content h3:not(:first-child) + ul > li {
    position: relative;
    min-height: 36px;
    margin: 0;
    padding: 8px 12px 8px 28px;
    border: 1px solid #e3e9ee;
    border-radius: 5px;
    background: #fbfcfd;
    color: #526371;
    line-height: 1.5;
}

.pt-product-page .pt-detail-panel[data-detail-panel="technical"] .pt-technical-content h3:not(:first-child) + ul > li::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 15px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #2f8fd2;
}

/* Panelden eklenen gerçek özellik/değer kayıtları. */
.pt-product-page .pt-detail-panel[data-detail-panel="technical"] .pt-technical-table-wrap {
    margin-top: 24px;
    overflow: hidden;
    border: 1px solid #d9e2ea;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(33, 56, 77, .055);
}

.pt-product-page .pt-detail-panel[data-detail-panel="technical"] .pt-technical-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    background: #fff;
}

.pt-product-page .pt-detail-panel[data-detail-panel="technical"] .pt-technical-table th,
.pt-product-page .pt-detail-panel[data-detail-panel="technical"] .pt-technical-table td {
    padding: 13px 16px;
    border-bottom: 1px solid #e7edf2;
    text-align: left;
    vertical-align: top;
    font-size: 13.5px;
    line-height: 1.55;
}

.pt-product-page .pt-detail-panel[data-detail-panel="technical"] .pt-technical-table th {
    width: 35%;
    border-right: 1px solid #dfe7ed;
    background: #f4f7f9;
    color: #263746;
    font-weight: 750;
}

.pt-product-page .pt-detail-panel[data-detail-panel="technical"] .pt-technical-table td {
    background: #fff;
    color: #465867;
}

.pt-product-page .pt-detail-panel[data-detail-panel="technical"] .pt-technical-table tr:nth-child(even) td {
    background: #fbfcfd;
}

.pt-product-page .pt-detail-panel[data-detail-panel="technical"] .pt-technical-table tr:last-child th,
.pt-product-page .pt-detail-panel[data-detail-panel="technical"] .pt-technical-table tr:last-child td {
    border-bottom: 0;
}

/* Teknik HTML içine doğrudan eklenen tablolar. */
.pt-product-page .pt-detail-panel[data-detail-panel="technical"] .pt-technical-content table {
    width: 100%;
    margin: 14px 0 24px;
    overflow: hidden;
    border: 1px solid #d9e2ea;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(33, 56, 77, .055);
}

.pt-product-page .pt-detail-panel[data-detail-panel="technical"] .pt-technical-content table th,
.pt-product-page .pt-detail-panel[data-detail-panel="technical"] .pt-technical-content table td {
    padding: 13px 16px;
    border-right: 1px solid #dfe7ed;
    border-bottom: 1px solid #e7edf2;
    text-align: left;
    vertical-align: top;
}

.pt-product-page .pt-detail-panel[data-detail-panel="technical"] .pt-technical-content table th,
.pt-product-page .pt-detail-panel[data-detail-panel="technical"] .pt-technical-content table td:first-child {
    width: 35%;
    background: #f4f7f9;
    color: #263746;
    font-weight: 750;
}

.pt-product-page .pt-detail-panel[data-detail-panel="technical"] .pt-technical-content table th:last-child,
.pt-product-page .pt-detail-panel[data-detail-panel="technical"] .pt-technical-content table td:last-child {
    border-right: 0;
}

.pt-product-page .pt-detail-panel[data-detail-panel="technical"] .pt-technical-content table tr:last-child th,
.pt-product-page .pt-detail-panel[data-detail-panel="technical"] .pt-technical-content table tr:last-child td {
    border-bottom: 0;
}

@media (max-width: 720px) {
    .pt-product-page .pt-detail-panel[data-detail-panel="technical"] > h2 {
        font-size: 20px;
    }

    .pt-product-page .pt-detail-panel[data-detail-panel="technical"] .pt-technical-content h3 {
        font-size: 16px;
    }

    .pt-product-page .pt-detail-panel[data-detail-panel="technical"] .pt-technical-content h3:first-child + ul > li {
        display: block;
        padding: 0 14px 12px;
    }

    .pt-product-page .pt-detail-panel[data-detail-panel="technical"] .pt-technical-content h3:first-child + ul > li > strong:first-child {
        display: block;
        width: auto;
        margin: 0 -14px 10px;
        padding: 10px 14px;
        border-right: 0;
        border-bottom: 1px solid #dfe7ed;
    }

    .pt-product-page .pt-detail-panel[data-detail-panel="technical"] .pt-technical-content h3:not(:first-child) + ul {
        grid-template-columns: 1fr;
    }

    .pt-product-page .pt-detail-panel[data-detail-panel="technical"] .pt-technical-table,
    .pt-product-page .pt-detail-panel[data-detail-panel="technical"] .pt-technical-table tbody,
    .pt-product-page .pt-detail-panel[data-detail-panel="technical"] .pt-technical-table tr,
    .pt-product-page .pt-detail-panel[data-detail-panel="technical"] .pt-technical-table th,
    .pt-product-page .pt-detail-panel[data-detail-panel="technical"] .pt-technical-table td {
        display: block;
        width: 100%;
    }

    .pt-product-page .pt-detail-panel[data-detail-panel="technical"] .pt-technical-table th {
        border-right: 0;
        border-bottom: 1px solid #dfe7ed;
    }

    .pt-product-page .pt-detail-panel[data-detail-panel="technical"] .pt-technical-table td {
        padding-top: 11px;
    }

    .pt-product-page .pt-detail-panel[data-detail-panel="technical"] .pt-technical-content table,
    .pt-product-page .pt-detail-panel[data-detail-panel="technical"] .pt-technical-content table tbody,
    .pt-product-page .pt-detail-panel[data-detail-panel="technical"] .pt-technical-content table tr,
    .pt-product-page .pt-detail-panel[data-detail-panel="technical"] .pt-technical-content table th,
    .pt-product-page .pt-detail-panel[data-detail-panel="technical"] .pt-technical-content table td {
        display: block;
        width: 100%;
    }

    .pt-product-page .pt-detail-panel[data-detail-panel="technical"] .pt-technical-content table th,
    .pt-product-page .pt-detail-panel[data-detail-panel="technical"] .pt-technical-content table td:first-child {
        border-right: 0;
    }
}
