﻿/* =========================================================
   GÖVDESAN WEB - ÜRÜN DETAY SAYFASI
   ========================================================= */

.gv-pd-page {
    background: #ffffff;
}

.gv-pd-breadcrumb {
    padding: 20px 0;
    background: #f6f8f9;
    border-bottom: 1px solid #e5eaed;
}

.gv-pd-breadcrumb a,
.gv-pd-breadcrumb span {
    color: #7a8994;
    font-size: 10px;
    text-decoration: none;
}

.gv-pd-breadcrumb a:hover {
    color: #a4272d;
}

.gv-pd-breadcrumb .glyphicon {
    margin: 0 7px;
    color: #b3bdc4;
    font-size: 7px;
}

.gv-pd-hero {
    padding: 52px 0 48px 0;
}

.gv-pd-hero-row {
    display: flex;
    align-items: stretch;
}

.gv-pd-left {
    width: 45%;
    padding-right: 42px;
}

.gv-pd-right {
    width: 55%;
    padding-left: 18px;
}

.gv-pd-image-stage {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 460px;
    padding: 28px;
    background: #ffffff;
    border: 1px solid #e0e6ea;
}

.gv-pd-image-stage img {
    display: block;
    max-width: 100%;
    max-height: 410px;
    object-fit: contain;
}

.gv-pd-image-empty {
    color: #a0acb5;
    text-align: center;
}

.gv-pd-image-empty .glyphicon {
    display: block;
    margin-bottom: 10px;
    font-size: 52px;
}

.gv-pd-thumbs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 11px;
}

.gv-pd-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 5px;
    background: #ffffff;
    border: 1px solid #dfe6ea;
    cursor: pointer;
}

.gv-pd-thumb:hover,
.gv-pd-thumb.gv-pd-thumb-active {
    border-color: #a4272d;
}

.gv-pd-thumb img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.gv-pd-quick-docs {
    display: flex;
    margin-top: 17px;
    padding-top: 17px;
    border-top: 1px solid #e4e9ec;
}

.gv-pd-quick-doc {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    margin-right: 8px;
    padding: 0 13px;
    background: #f7f9fa;
    border: 1px solid #dfe5e9;
    color: #40586b;
    font-size: 10px;
    font-weight: 700;
    text-decoration: none !important;
}

.gv-pd-quick-doc .glyphicon {
    margin-right: 7px;
    color: #a4272d;
    font-size: 14px;
}

.gv-pd-quick-doc:hover {
    background: #eef3f6;
    color: #20394d;
}

.gv-pd-kicker {
    margin-bottom: 10px;
    color: #a4272d;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

.gv-pd-title-box {
    position: relative;
    margin-bottom: 17px;
    padding: 20px 24px;
    border: 1px solid #cfd8de;
    border-left: 3px solid #a4272d;
}

.gv-pd-title-box:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -8px;
    width: 13px;
    height: 13px;
    margin-top: -7px;
    background: #a4272d;
    border-radius: 50%;
}

.gv-pd-title-box h1 {
    margin: 0;
    color: #20394d;
    font-size: 28px;
    font-weight: 650;
    line-height: 1.25;
}

.gv-pd-code {
    margin-bottom: 15px;
    color: #7a8994;
    font-size: 12px;
}

.gv-pd-code strong {
    color: #40586b;
    font-weight: 700;
}

.gv-pd-description {
    margin: 0 0 22px 0;
    color: #667985;
    font-size: 12px;
    line-height: 1.8;
    white-space: pre-line;
}

.gv-pd-badges {
    margin-bottom: 18px;
}

.gv-pd-badge {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 6px;
    padding: 6px 9px;
    background: #eef3f6;
    border-left: 2px solid #a4272d;
    color: #496071;
    font-size: 9px;
    font-weight: 700;
}

.gv-pd-summary {
    display: flex;
    flex-wrap: wrap;
    margin-right: -7px;
    margin-left: -7px;
}

.gv-pd-summary-item {
    width: 50%;
    padding: 7px;
}

.gv-pd-summary-card {
    min-height: 76px;
    padding: 14px 15px;
    background: #f7f9fa;
    border: 1px solid #e1e7ea;
}

.gv-pd-summary-card span {
    display: block;
    margin-bottom: 5px;
    color: #8a969e;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.gv-pd-summary-card strong {
    display: block;
    color: #2d4659;
    font-size: 11px;
    font-weight: 650;
    line-height: 1.45;
}

.gv-pd-actions {
    display: flex;
    margin-top: 20px;
}

.gv-pd-btn-primary,
.gv-pd-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin-right: 9px;
    padding: 0 18px;
    font-size: 10px;
    font-weight: 700;
    text-decoration: none !important;
}

.gv-pd-btn-primary {
    background: #a4272d;
    border: 1px solid #a4272d;
    color: #ffffff !important;
}

.gv-pd-btn-secondary {
    background: #ffffff;
    border: 1px solid #ccd6dc;
    color: #3f596c !important;
}

.gv-pd-btn-primary .glyphicon,
.gv-pd-btn-secondary .glyphicon {
    margin-left: 7px;
    font-size: 9px;
}

.gv-pd-section {
    padding: 52px 0;
    border-top: 1px solid #e6ebee;
}

.gv-pd-section-soft {
    background: #f6f8f9;
}

.gv-pd-section-head {
    margin-bottom: 27px;
}

.gv-pd-section-head span {
    display: block;
    margin-bottom: 5px;
    color: #a4272d;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
}

.gv-pd-section-head h2 {
    margin: 0;
    color: #20394d;
    font-size: 23px;
    font-weight: 650;
}

.gv-pd-three {
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
}

.gv-pd-three > div {
    width: 33.333%;
    padding: 0 15px;
}

.gv-pd-info-panel {
    height: 100%;
    padding: 23px;
    background: #ffffff;
    border: 1px solid #dfe6ea;
}

.gv-pd-info-panel h3 {
    margin: 0 0 16px 0;
    color: #20394d;
    font-size: 15px;
    font-weight: 700;
}

.gv-pd-info-row {
    padding: 10px 0;
    border-bottom: 1px solid #edf0f2;
}

.gv-pd-info-row:last-child {
    border-bottom: 0;
}

.gv-pd-info-row span {
    display: block;
    margin-bottom: 3px;
    color: #8c989f;
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
}

.gv-pd-info-row strong {
    display: block;
    color: #3d5669;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.55;
}

.gv-pd-standard {
    margin-bottom: 10px;
    padding: 11px 12px;
    background: #f5f8fa;
    border-left: 3px solid #a4272d;
}

.gv-pd-standard span {
    display: block;
    margin-bottom: 3px;
    color: #89959e;
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
}

.gv-pd-standard strong {
    color: #334f62;
    font-size: 10px;
    line-height: 1.55;
}

.gv-pd-sector {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    padding: 10px 11px;
    background: #f7f9fa;
    border: 1px solid #e3e8eb;
    color: #445d70;
    font-size: 10px;
    font-weight: 600;
    text-decoration: none !important;
}

.gv-pd-sector .glyphicon {
    width: 22px;
    color: #a4272d;
}

.gv-pd-sector:hover {
    border-color: #cbd6dc;
    color: #20394d;
}

.gv-pd-spec-groups {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.gv-pd-spec-group {
    width: 50%;
    padding: 10px;
}

.gv-pd-spec-card {
    height: 100%;
    background: #ffffff;
    border: 1px solid #dfe6ea;
}

.gv-pd-spec-card h3 {
    margin: 0;
    padding: 13px 15px;
    background: #20394d;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
}

.gv-pd-spec-line {
    display: flex;
    padding: 11px 15px;
    border-bottom: 1px solid #edf0f2;
}

.gv-pd-spec-line:last-child {
    border-bottom: 0;
}

.gv-pd-spec-line span {
    width: 42%;
    padding-right: 12px;
    color: #84929b;
    font-size: 9px;
    font-weight: 600;
}

.gv-pd-spec-line strong {
    width: 58%;
    color: #354f62;
    font-size: 9px;
    font-weight: 650;
    line-height: 1.45;
}

.gv-pd-doc-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border: 1px solid #dfe6ea;
}

.gv-pd-doc-table th {
    padding: 12px 13px;
    background: #20394d;
    color: #ffffff;
    font-size: 9px;
    font-weight: 700;
    text-align: left;
}

.gv-pd-doc-table td {
    padding: 12px 13px;
    border-top: 1px solid #e8edef;
    color: #536a7a;
    font-size: 9px;
    vertical-align: middle;
}

.gv-pd-doc-name {
    color: #2e485b;
    font-weight: 650;
}

.gv-pd-doc-action {
    display: inline-block;
    margin-right: 5px;
    padding: 6px 8px;
    background: #f4f7f9;
    border: 1px solid #dbe3e7;
    color: #405a6c !important;
    font-size: 8px;
    font-weight: 700;
    text-decoration: none !important;
}

.gv-pd-doc-action:hover {
    background: #eaf0f4;
}

.gv-pd-engineering {
    margin-top: 28px;
    padding: 22px 24px;
    background: #20394d;
    border-left: 4px solid #a4272d;
    color: #ffffff;
}

.gv-pd-engineering strong {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
}

.gv-pd-engineering p {
    margin: 0;
    color: #c4d0d8;
    font-size: 10px;
    line-height: 1.7;
}


/* ============================================================
   AŞAMA 5 - STANDART KARTLARI
   ============================================================ */

.gv-pd-standard-card {
    margin-bottom: 10px;
    padding: 14px;

    border: 1px solid #dfe6ea;
    border-left: 3px solid #a4272d;
}

.gv-pd-standard-code {
    display: inline-block;

    min-width: 46px;
    margin-bottom: 7px;
    padding: 4px 6px;

    background: #20394d;

    color: #ffffff;
    font-size: 8px;
    font-weight: 700;
    text-align: center;
    letter-spacing: .7px;
}

.gv-pd-standard-label {
    display: block;

    margin-bottom: 3px;

    color: #8b979f;
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
}

.gv-pd-standard-value {
    display: block;

    font-size: 10px;
    line-height: 1.55;
    font-weight: 700;
}


/* ============================================================
   AŞAMA 5 - DOKÜMAN KARTLARI
   ============================================================ */

.gv-pd-document-grid {
    display: flex;
    flex-wrap: wrap;

    margin-right: -10px;
    margin-left: -10px;
}

.gv-pd-document-card {
    display: flex;

    width: calc(50% - 20px);
    min-height: 178px;

    margin: 10px;
    padding: 20px;

    border: 1px solid #dfe6ea;
    box-shadow: 0 6px 16px rgba(18, 39, 54, .06);
}

.gv-pd-document-icon {
    width: 54px;
    min-width: 54px;
    padding-top: 2px;
}

.gv-pd-document-icon .glyphicon {
    color: #a4272d;
    font-size: 28px;
}

.gv-pd-document-content {
    flex: 1;
    min-width: 0;
}

.gv-pd-document-type {
    margin-bottom: 5px;

    color: #a4272d;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.gv-pd-document-card h3 {
    margin: 0 0 7px 0;

    color: #2e485b;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 700;
}

.gv-pd-document-card p {
    margin: 0 0 10px 0;

    color: #7d8b95;
    font-size: 9px;
    line-height: 1.55;
}

.gv-pd-document-meta {
    margin-bottom: 11px;
}

.gv-pd-document-meta span {
    display: inline-block;

    margin-right: 11px;
    margin-bottom: 4px;

    color: #7b8992;
    font-size: 8px;
}

.gv-pd-document-meta strong {
    color: #495f70;
    font-weight: 700;
}

.gv-pd-document-actions {
    display: flex;
}

.gv-pd-document-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 34px;
    margin-right: 7px;
    padding: 0 11px;

    font-size: 8px;
    font-weight: 700;
    text-decoration: none !important;
}

.gv-pd-document-action .glyphicon {
    margin-right: 5px;
}

.gv-pd-document-action-primary {
    background: #a4272d;
    border: 1px solid #a4272d;
    color: #ffffff !important;
}

.gv-pd-document-action-secondary {
    background: #f5f8fa;
    border: 1px solid #d6e0e5;
    color: #40596b !important;
}

.gv-pd-document-action:hover {
    opacity: .88;
    text-decoration: none !important;
}


@media (max-width: 991px) {
    .gv-pd-hero-row,
    .gv-pd-three {
        display: block;
    }

    .gv-pd-left,
    .gv-pd-right,
    .gv-pd-three > div {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .gv-pd-right {
        margin-top: 32px;
    }

    .gv-pd-three > div {
        margin-bottom: 15px;
    }

    .gv-pd-image-stage {
        min-height: 360px;
    }
}


@media (max-width: 767px) {

    .gv-pd-document-grid {
        display: block;
        margin: 0;
    }

    .gv-pd-document-card {
        width: 100%;
        margin: 0 0 12px 0;
    }
}


@media (max-width: 640px) {
    .gv-pd-hero {
        padding-top: 30px;
    }

    .gv-pd-title-box h1 {
        font-size: 22px;
    }

    .gv-pd-summary-item,
    .gv-pd-spec-group {
        width: 100%;
    }

    .gv-pd-actions,
    .gv-pd-quick-docs {
        display: block;
    }

    .gv-pd-btn-primary,
    .gv-pd-btn-secondary,
    .gv-pd-quick-doc {
        width: 100%;
        margin: 0 0 8px 0;
    }

    .gv-pd-doc-table {
        display: block;
        overflow-x: auto;
    }
}
