/** Shopify CDN: Minification failed

Line 27:8 Expected identifier but found "*"
Line 35:12 Unexpected "{"
Line 36:19 Expected ":"

**/
    .title-wrapper .title {
        color: #323230;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        /* 48px */
        letter-spacing: 0.8px;
        text-transform: uppercase;
    }

    .faq details summary>span {
        color: #000;
        font-family: Roboto;
        font-size: 19px;
        font-style: normal;
        font-weight: 700;
        /* line-height: 49.881px; /* 262.529% */
        */
    }

    .accordion__content.rte p {
        font-size: 15px;
    }

    #shopify-section- {
            {
            section.id
        }
    }

    .faq accordion-tab:first-of-type {
        border-top: 1px solid rgb(187, 187, 187);
    }




    /*SAAD BHAI CODE ENDS HERE   */


    .faq accordion-tab {
        display: block;
        margin-top: 0px;
        border-bottom: 1px solid rgb(187, 187, 187);
    }

    .faq accordion-tab+accordion-tab {
        margin-top: unset;
    }

    .faq details summary>span {
        text-transform: initial;
        letter-spacing: 1px;
    }

    .faq details summary .icon {
        box-shadow: unset;
    }

    .faq details summary .icon {
        box-shadow: unset;
        margin: unset;
    }

    .faq details[open] summary .icon {
        box-shadow: none;
        color: unset;
        background-color: unset;
    }

    .faq details summary .icon:before {
        width: 2rem;
        background-color: #000000;
    }

    .faq details summary .icon:after {
        height: 2rem;
        background-color: #000000;
    }

    .faq accordion-tab details {
        padding-block: 1rem;
    }

    .accordion__content * {
      font-family: Noto Sans;
    }

    @media screen and (max-width: 749px) {
        .faq details summary>span {
            font-size: 14px;
        }

        .accordion__content.rte p {
            font-size: 12px;
        }

        .title-wrapper .title {
            font-size: 25px;
        }

        .faq details summary .icon:after {
            height: 1.5rem;
            background-color: #000000;
        }

        .faq details summary .icon:before {
            width: 1.6rem;
        }
    }

    @media (min-width: 750px) {

        .faq details summary>span {
            line-height: 49.8px;
        }
    }
