<style>.auth-box {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        border: 2px solid #e4781b;
        border-radius: 12px;
        /* padding: 20px; */
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 32px;
        padding-right: 32px;
        max-width: 100%;
        gap: 20px;
        background-color: #fff;
    }

    .auth-box img {
        width: 80px;
        height: auto;
    }

    .auth-text {
        flex: 1;
        /* min-width: 250px; */
    }

    .auth-text h3 {
        margin: 0 0 10px;
        font-size: 18px;
        font-weight: 600;
        color: #000;
        font-family: sans-serif;
    }

    .auth-text p {
        margin: 0;
        font-size: 11px;
        color: #333;
        line-height: 14px;
        font-family: sans-serif;
    }

    .auth-text p span {
        color: #6e1f2c;
        font-weight: 600;
    }

    @media (max-width: 768px) {
        .auth-box {
            flex-direction: row;
            padding-top: 8px;
            padding-bottom: 8px;
            padding-left: 20px;
            padding-right: 20px;
            max-width: 100%;
            gap: 20px;
        }

        .auth-box img {
            width: 50px;
        }

        .auth-text h3 {
            font-size: 14px;
        }

        .auth-text p {
            font-size: 5px;
            line-height: 8px;
        }
    }</style><div class="auth-box">
    <img data-lazyloaded="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4MCIgaGVpZ2h0PSI4MCIgdmlld0JveD0iMCAwIDgwIDgwIj48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBzdHlsZT0iZmlsbDojY2ZkNGRiO2ZpbGwtb3BhY2l0eTogMC4xOyIvPjwvc3ZnPg==" decoding="async" data-src="https://cdn.shopify.com/s/files/1/0646/4169/5809/files/image.png?v=1747374223"
        alt="100% Genuine" width="80" height="80" />
    <div class="auth-text">
        <h3>Authenticity Certificate</h3>
        <p>
            Qbility guarantees that all products sold on our website are <span>100% genuine</span> and purchased
            from
            accredited distributors/importers. If found otherwise, we assure 100% product refund/return.
        </p>
    </div>
</div>
				
			
Scroll to Top