/** Shopify CDN: Minification failed

Line 12:0 Unexpected "<"
Line 100:0 Unexpected "<"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:product-page-tab (INDEX:70) */
<style>
    body.custom-product-page {
        font-family: 'Helvetica Neue', Arial, sans-serif;
        background-color: #f9f9f9;
        margin: 0;
        padding: 0;
    }

    .description {
        max-width: 800px;
        margin: 50px auto;
        padding: 20px;
        background-color: #fff;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        line-height: 1.6;
        font-size: 16px;
        color: #333;
    }

    .description p {
        margin-bottom: 16px;
    }
          
    .description ul, .description ol {
        margin: 16px 0;
        padding-left: 40px;
        list-style-type: disc;
    }

    .description li {
        margin-bottom: 8px;
    }


    .documentation-title {
        margin-top: 30px;
        font-size: 20px;
        font-weight: 600;
        color: #333;
    }

    .tech-sheet-button {
        display: inline-block;
        padding: 12px 25px;
        margin-top: 15px;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        background-color: #ff7e00;
        border: 2px solid #ff7e00;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s ease, color 0.3s ease;
        text-decoration: none;
        text-align: center;
    }

    .tech-sheet-button:hover {
        background-color: #fff;
        color: #ff7e00;
        border-color: #ff7e00;
    }

    .heading-title {
        cursor: pointer;
    }

    .heading-title span {
        display: inline-block;
        margin-right: 10px;
    }

    .heading-title i {
        transition: transform 0.3s ease;
    }

    .tab-panel.active .heading-title i {
        transform: rotate(45deg);
    }

    .tab-panel .description {
        display: none;
    }

    .tab-panel.active .description {
        display: block;
    }
</style>
/* END_SECTION:product-page-tab */