/* =========================================================
   HITECH UNIVERSAL PRODUCT PAGE
========================================================= */

.hitech-product-page {
    background: #fff;
}


/* =========================================================
   BREADCRUMB
========================================================= */

.hitech-product-breadcrumb {
    padding: 28px 0 18px;
    color: #777;
    font-size: 14px;
}

.hitech-product-breadcrumb a {
    color: #555;
}

.hitech-product-breadcrumb a:hover {
    color: #102B5C;
}


/* =========================================================
   HERO
========================================================= */

.hitech-product-hero {
    display: grid;

    grid-template-columns:
        minmax(0, 1.08fr)
        minmax(380px, .92fr);

    gap: 72px;

    padding: 10px 0 75px;
}


/* =========================================================
   GALLERY
========================================================= */

.hitech-product-gallery {
    min-width: 0;
}

.hitech-product-main-image {
    min-height: 560px;

    background: #f8f8f8;

    display: flex;

    align-items: center;
    justify-content: center;

    padding: 35px;
}

.hitech-main-product-image {
    display: block;

    width: 100%;
    height: 520px;

    object-fit: contain;
}


.hitech-product-gallery-thumbnails {
    display: flex;

    gap: 12px;

    margin-top: 15px;

    overflow-x: auto;
}


.hitech-product-thumbnail {
    width: 85px;
    height: 85px;

    flex: 0 0 85px;

    border: 1px solid #e5e5e5;

    background: #fff;

    padding: 5px;
}

.hitech-product-thumbnail img {
    width: 100%;
    height: 100%;

    object-fit: contain;
}


/* =========================================================
   PRODUCT SUMMARY
========================================================= */

.hitech-product-summary {
    padding-top: 10px;
}

.hitech-product-eyebrow,
.hitech-product-section-label {
    display: block;

    color: #32b57f;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: .18em;

    text-transform: uppercase;
}


.hitech-product-summary h1 {
    margin: 16px 0;

    color: #222;

    font-size: 46px;

    line-height: 1.08;

    font-weight: 600;

    letter-spacing: -.03em;
}


.hitech-product-sku {
    margin-bottom: 28px;

    color: #777;

    font-size: 14px;
}


.hitech-product-intro {
    margin-bottom: 30px;

    color: #444;

    font-size: 18px;

    line-height: 1.65;
}


/* =========================================================
   HERO SPECIFICATIONS
========================================================= */

.hitech-product-key-specs {
    display: grid;

    grid-template-columns: 1fr 1fr;

    margin-bottom: 30px;

    border-top: 1px solid #e7e7e7;

    border-bottom: 1px solid #e7e7e7;
}


.hitech-product-key-spec {
    padding: 18px 12px 18px 0;
}


.hitech-product-key-spec:nth-child(odd) {
    padding-right: 20px;

    border-right: 1px solid #e7e7e7;
}


.hitech-product-key-spec:nth-child(even) {
    padding-left: 20px;
}


.hitech-product-key-spec span {
    display: block;

    margin-bottom: 6px;

    color: #888;

    font-size: 11px;

    letter-spacing: .12em;

    text-transform: uppercase;
}


.hitech-product-key-spec strong {
    color: #222;

    font-size: 16px;

    font-weight: 600;
}


/* =========================================================
   QUOTE BUTTON
========================================================= */

.hitech-product-quote-button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-width: 190px;

    padding: 15px 28px;

    background: #102B5C;

    border: 1px solid #102B5C;

    color: #fff !important;

    font-weight: 600;

    text-decoration: none;

    transition:
        background .2s ease,
        border-color .2s ease;
}


.hitech-product-quote-button:hover {
    background: #0B4F8A;

    border-color: #0B4F8A;
}


/* =========================================================
   PRODUCT DETAILS
========================================================= */

.hitech-product-details {
    padding: 72px 0;

    background: #f7f7f5;
}


.hitech-product-details h2,
.hitech-product-additional h2,
.hitech-product-detail-media h2,
.hitech-product-technical h2,
.hitech-product-related h2 {
    margin: 10px 0 30px;

    color: #222;

    font-size: 36px;

    font-weight: 600;
}


.hitech-product-details-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 70px;
}


.hitech-product-description {
    color: #444;

    font-size: 17px;

    line-height: 1.8;
}


.hitech-product-description p:first-child {
    margin-top: 0;
}


/* =========================================================
   SPECIFICATIONS
========================================================= */

.hitech-product-specifications {
    background: #fff;

    border-top: 2px solid #102B5C;
}


.hitech-spec-row {
    display: grid;

    grid-template-columns: 42% 58%;

    border-bottom: 1px solid #e7e7e7;
}


.hitech-spec-row span,
.hitech-spec-row strong {
    padding: 15px 18px;
}


.hitech-spec-row span {
    color: #666;

    font-size: 13px;

    letter-spacing: .04em;

    text-transform: uppercase;
}


.hitech-spec-row strong {
    color: #222;

    font-weight: 600;
}


/* =========================================================
   ADDITIONAL INFORMATION
========================================================= */

.hitech-product-additional {
    padding: 72px 0;
}


.hitech-additional-information {
    max-width: 950px;
}


.hitech-additional-item {
    display: grid;

    grid-template-columns: 260px 1fr;

    gap: 30px;

    padding: 18px 0;

    border-bottom: 1px solid #e5e5e5;

    color: #444;

    line-height: 1.6;
}


.hitech-additional-item strong {
    color: #222;
}


/* =========================================================
   DETAIL MEDIA
========================================================= */

.hitech-product-detail-media {
    padding: 72px 0;

    background: #fff;
}


.hitech-product-media-grid {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 30px;
}


.hitech-product-media-card {
    margin: 0;

    padding: 20px;

    background: #fff;

    border: 1px solid #e5e5e5;
}


.hitech-product-media-card img {
    display: block;

    width: 100%;

    height: 420px;

    object-fit: contain;
}


.hitech-product-media-card figcaption,
.hitech-product-technical-card figcaption {
    margin-top: 12px;

    color: #777;

    font-size: 13px;
}


/* =========================================================
   TECHNICAL INFORMATION
========================================================= */

.hitech-product-technical {
    padding: 72px 0;

    background: #f7f7f5;
}


.hitech-product-technical-grid {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 30px;
}


.hitech-product-technical-card {
    margin: 0;

    padding: 20px;

    background: #fff;

    border: 1px solid #e5e5e5;
}


.hitech-product-technical-card img {
    display: block;

    width: 100%;

    height: 420px;

    object-fit: contain;
}


/* =========================================================
   CATALOGUE REFERENCE
========================================================= */

.hitech-product-catalogue-reference {
    padding: 16px 0;

    background: #fff;

    color: #888;

    font-size: 12px;

    text-align: right;
}


/* =========================================================
   RELATED PRODUCTS
========================================================= */

.hitech-product-related {
    padding: 72px 0;
}


/* =========================================================
   FULL CATALOGUE CTA
========================================================= */

.hitech-catalogue-cta {
    padding: 75px 20px;

    background: #f7f7f5;

    text-align: center;
}


.hitech-catalogue-cta h2 {
    margin: 12px 0 15px;

    color: #222;

    font-size: 38px;

    font-weight: 600;
}


.hitech-catalogue-cta p {
    max-width: 650px;

    margin: 0 auto 30px;

    color: #555;

    font-size: 17px;

    line-height: 1.7;
}


.hitech-catalogue-button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    padding: 14px 30px;

    background: transparent;

    border: 1px solid #102B5C;

    color: #102B5C;

    font-weight: 600;

    text-decoration: none;

    transition:
        background .2s ease,
        color .2s ease;
}


.hitech-catalogue-button:hover {
    background: #102B5C;

    color: #fff;
}


/* =========================================================
   FINAL CTA
========================================================= */

.hitech-product-final-cta {
    padding: 75px 20px;

    background: #102B5C;

    color: #fff;

    text-align: center;
}


.hitech-product-final-cta
.hitech-product-section-label {
    color: #32b57f;
}


.hitech-product-final-cta h2 {
    margin: 12px 0;

    color: #fff;

    font-size: 40px;

    font-weight: 600;
}


.hitech-product-final-cta p {
    margin: 0 0 30px;

    color: #fff;

    font-size: 17px;
}


.hitech-product-final-button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    padding: 15px 32px;

    border: 1px solid #fff;

    color: #fff !important;

    font-weight: 600;

    text-decoration: none;
}


.hitech-product-final-button:hover {
    background: #fff;

    color: #102B5C !important;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .hitech-product-hero {
        grid-template-columns: 1fr;

        gap: 40px;
    }


    .hitech-product-details-grid {
        grid-template-columns: 1fr;

        gap: 40px;
    }


    .hitech-product-summary h1 {
        font-size: 38px;
    }


    .hitech-product-main-image {
        min-height: 450px;
    }


    .hitech-main-product-image {
        height: 420px;
    }

}


@media (max-width: 767px) {

    .hitech-product-key-specs {
        grid-template-columns: 1fr;
    }


    .hitech-product-key-spec:nth-child(odd) {
        border-right: 0;
    }


    .hitech-product-key-spec:nth-child(even) {
        padding-left: 0;
    }


    .hitech-product-media-grid,
    .hitech-product-technical-grid {
        grid-template-columns: 1fr;
    }


    .hitech-product-summary h1 {
        font-size: 32px;
    }


    .hitech-product-details h2,
    .hitech-product-additional h2,
    .hitech-product-detail-media h2,
    .hitech-product-technical h2,
    .hitech-product-related h2,
    .hitech-catalogue-cta h2,
    .hitech-product-final-cta h2 {
        font-size: 30px;
    }


    .hitech-additional-item {
        grid-template-columns: 1fr;

        gap: 6px;
    }

}


@media (max-width: 480px) {

    .hitech-product-main-image {
        min-height: 320px;

        padding: 20px;
    }


    .hitech-main-product-image {
        height: 300px;
    }


    .hitech-product-media-card img,
    .hitech-product-technical-card img {
        height: 300px;
    }


    .hitech-spec-row {
        grid-template-columns: 1fr;
    }


    .hitech-spec-row span {
        padding-bottom: 5px;
    }


    .hitech-spec-row strong {
        padding-top: 5px;
    }

}

/* =========================================================
   CATALOGUE BUTTON
========================================================= */

.hitech-product-catalogue-button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-width: 190px;

    padding: 15px 28px;

    background: #32b57f;

    border: 1px solid #32b57f;

    color: #fff !important;

    font-weight: 600;

    text-decoration: none;

    transition:
        background .2s ease,
        border-color .2s ease;
}

.hitech-product-catalogue-button:hover {
    background: #279a6b;

    border-color: #279a6b;
}

/* =========================================================
   PRODUCT PAGE — ADD TO QUOTE
   ========================================================= */

.hitech-product-quote-form {
    margin: 0;
}

.hitech-product-quote-action {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 5px;
}

.hitech-product-quantity-label {
    color: #333;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

.hitech-product-quantity-control {
    display: flex;
    align-items: stretch;
    height: 48px;
    border: 1px solid #dcdcdc;
    background: #fff;
}

.hitech-product-quantity-control button {
    width: 42px;
    padding: 0;
    border: 0;
    background: #f7f7f7;
    color: #333;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}

.hitech-product-quantity-control button:hover {
    background: #eeeeee;
}

.hitech-product-quantity-control input {
    width: 55px;
    height: 46px;
    padding: 0;
    border: 0;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    background: #fff;
    color: #222;
    font-family: inherit;
    font-size: 14px;
    text-align: center;
    outline: none;
}

.hitech-product-quote-action .hitech-product-quote-button {
    min-height: 48px;
    margin: 0;
    padding: 0 25px;
    border: 0;
    background: #32b57f;
    color: #fff;
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
}

.hitech-product-quote-action .hitech-product-quote-button:hover {
    background: #269968;
    color: #fff;
}

@media (max-width: 767px) {

    .hitech-product-quote-action {
        align-items: stretch;
        flex-wrap: wrap;
    }

    .hitech-product-quote-action .hitech-product-quote-button {
        width: 100%;
    }

}

