@media (min-width: 768px) {
    .md\:grid-cols-6 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
button.button.min-w-48 {
    --button-background: #00373d !important;
    --button-text: #ffffff !important;
}
.store-footer {
    background-color: #00373d;
    color: #ffffff;
}