<style>
.shopLanding {
padding: 24px 0 48px
}
.shopLanding-title {
text-align: center;
font-size: 22px;
font-weight: 500;
letter-spacing: .16em;
text-transform: uppercase;
margin: 8px 0 26px
}
.shopLanding-grid {
display: flex;
justify-content: center...