.navbar-brand img {
    max-height:30px;
    width: auto;
    max-width: 50px;
}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 40px;
    filter: drop-shadow(1px 1px 30px white); */
    transition: all .3s ease;
}
:root {
    --font-main: 'Amiri';
    --color-primary: #201c6f;
    --bg-primary: #ffffff;
    --bg-secondary: #ffffff; //header
    --store-text-primary: #111827;
    --store-text-secondary: #4b5563;
    --product-bg: #ffffff;
    --color-primary-dark: #000000; //black
    --color-primary-light: #262626; 
    --color-primary-reverse: #cccccc;
    --product-image-height: 17rem;
    --product-border-color: #eeeeee;
}
:root {
    --font-base: 16px;
    --font-md: 1.0625rem;
    --font-sm: 0.9375rem;
    --font-xsm: 0.8125rem;
    --font-xxsm: 0.6875rem;
    --font-lg: 1.125rem;
    --font-xlg: 1.25rem;
    --font-xxlg: 1.5625rem;
    --font-xxxlg: 2.5rem;
    --font-line-height: 1.7;
}
.text-sm {
    font-size: 1.04rem;
    line-height: 1.25rem;
}
.text-store-text-primary {
    color: #201c6f;
}
.footer-bottom {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #201c6f;
}
.social-link {
    color: #ffffff;
}
.md\:mx-\[unset\] {
    max-width: 60px;
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
}