/* Center all text across the site */
body, h1, h2, h3, h4, h5, h6, p, .rte, .page-width, .section-header, .rich-text__text {
text-align: center !important;
}
/* Center collection titles and buttons on mobile */
@media screen and (max-width: 749px) {
.collection-grid-item__title,
.collection-grid-item__link {
text-align: center;
}
.collection-grid-item__link {
margin-top: 10px; /* Adjust this value to decrease or increase spacing */
}
}