<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
    .brand-boutique-logo-image {
        width: 13%;
        height: auto;
        max-width: 425px; /* Adjust this value as per required */
        -webkit-filter: invert(1);
    }
	.brand-boutique-top-logo-link {
    display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 12px;
        padding-top: 12px;
        background-color: #000000;
    }
    @media (max-width: 768px) {

        .brand-boutique-logo-image {
            max-width: 768px;
            width: 40%;
            -webkit-filter: invert(1);
        }
        
        	.brand-boutique-top-logo-link {
          display: flex;
            justify-content: center;
            align-items: center;
            padding-bottom: 16px;
            padding-top: 16px;
            background-color: #000000;
    }
    }</pre></body></html>