.grid-store h2{text-align:center;margin:3rem auto 1.5rem}@media screen and (min-width:768px){.grid-store h2{font-size:2.5rem;line-height:1.2}}@media screen and (max-width:767px){.grid-store h2{font-size:2rem;line-height:1.3}}.grid-store .loading{margin-bottom:1rem;color:#055160;background-color:#cff4fc;padding:1rem;border-radius:.5rem}@media screen and (min-width:768px){.grid-store .loading{margin-left:3em;margin-right:3em}}@media screen and (max-width:767px){.grid-store .loading{margin-left:2em;margin-right:2em}}.grid-store .row-category{display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem}.grid-store .row-category .category-header{display:grid;grid-template-columns:auto 1fr;align-items:center;grid-gap:1rem;gap:1rem}@media screen and (min-width:768px){.grid-store .row-category .category-header{padding-left:3em;padding-right:3em}}@media screen and (max-width:767px){.grid-store .row-category .category-header{padding-left:2em;padding-right:2em}}.grid-store .row-category .category-header h3{margin:0}.grid-store .row-category .category-header a{white-space:nowrap;text-decoration:none}.grid-store .row-category .category-header .breadcrumb{font-size:.625rem;position:relative;top:-4px}