/* Add custom CSS styles below */ 
.w-16 {
    width: 8rem;
}
.h-16 {
    height: 6rem;
}
.navbar-brand img {
    max-height: 9rem;
    /* max-width: 100px; */
    /* width: auto; */
}

.store-footer__inner {
    border-bottom: 1px hsla(0, 0%, 100%, .1);
    border-style: dashed;
    --tw-bg-opacity: 1;
    background-color: #1d1f1f;
    background-color: rgb(169 36 35);
    padding-bottom: 2rem;
    padding-top: 2rem;
}

.store-footer {
    margin-top: 2rem;
    position: relative;
    --tw-bg-opacity: 1;
    background-color: #0e0f0f;
    background-color: rgb(228 125 42);
    --tw-text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.copyright-text p {
    --tw-text-opacity
1
: 1;
    color: #374151;
    color: rgb(255 255 255);
}