.toro_siteworks-hero .right { display: flex; justify-content: center; flex-direction: column; gap: 32px; }

.toro_siteworks-stores .toro_siteworks-store_list { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }

.toro_siteworks-stores .toro_siteworks-store_list a:hover { text-shadow: 1px 0 0 currentColor; }

.toro_siteworks-products { display: grid; grid-template-columns: repeat(auto-fill, minmax(380px, 1fr)); gap: 30px; }

.toro_siteworks-products .toro_siteworks-product { display: flex; flex-direction: column; justify-content: space-between; gap: 32px; }

.toro_siteworks-products .toro_siteworks-product .upper { display: flex; justify-content: center; flex-direction: column; gap: 32px; }

/*# sourceMappingURL=toro-siteworks.css.map */