/* Add custom CSS styles below */ 
.topnav-is-dark .top-navbar {
    --tw-bg-opacity: 1;
    background-color: rgb(232 200 166);
}
.navbar-brand img {
    max-height: 6rem;
}

.center-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


body {
    background-color: rgb(255 255 255);
}
.s-product-card-overlay {
    background-color: unset;
    background-color: unset;
}

.store-footer__inner {
    background-color: rgb(232 200 166);
}
.store-footer h3 {
    COLOR: #694927;
}
.s-contacts-list-vertical {
    COLOR: #694927;

}
.s-social-link a svg {
    color: #694927;
}
.grid {
    display: grid;
    justify-content: center;
    align-items: baseline;
    align-content: center;
}
.py-4 {
    background-color: #694927;
}
.copyright-text p {
    color: rgb(255 255 255);
}