.lg\:grid-cols-5 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .gap-x-6 {
    -moz-column-gap: 0rem;
    column-gap: 0rem;
    row-gap: 0rem;
}
.bg-store-bg-secondary {
    background-color: #F3F4F6;
}
.footer-is-custom .store-footer .store-footer__inner, .footer-is-custom .store-footer .store-footer__contacts-row, .footer-is-custom .store-footer .store-footer__newsletter {
    background-color: #FFCFDA;
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 255 255);
}
.footer-is-custom .store-footer .store-footer__curve {
    color: #FFCFDA;
}

.text-sm {
    text-align: center;
}
.main-nav-container .inner {
    background-color: #f8b2be;
}