Limited scrap in 6 links

Hello,
I'm trying to create a sitemap from a smartwatches page. I have the navigation and link button, but only 6 pages are scrapped.
After getting into the product, I'm able to get the info.

Could someone help me?

Url: https://www.garminstore.com.br/Esporte-e-Fitness/Relogio-Smartwatch

Sitemap:
{"_id":"Relogio_Garmin","startUrl":["https://www.garminstore.com.br/Esporte-e-Fitness/Relogio-Smartwatch"],"selectors":[{"id":"navigation","paginationType":"auto","parentSelectors":["_root","navigation"],"selector":".mt3 div.vtex-button__label","type":"SelectorPagination"},{"id":"produit_fiche","linkType":"linkFromHref","multiple":true,"parentSelectors":["_root","navigation"],"selector":"a.vtex-product-summary-2-x-clearLink","type":"SelectorLink"},{"id":"reference","multiple":false,"parentSelectors":["produit_fiche"],"regex":"","selector":"p.garmin-garminstoreio-7-x-paragraphPn","type":"SelectorText"},{"id":"material_pulseira","multiple":false,"parentSelectors":["produit_fiche"],"regex":"","selector":"tr:contains('MATERIAL DA PULSEIRA') td","type":"SelectorText"},{"id":"model","multiple":false,"parentSelectors":["produit_fiche"],"regex":"","selector":"p.garmin-garminstoreio-7-x-paragraphShortDescription","type":"SelectorText"},{"id":"price","multiple":false,"parentSelectors":["produit_fiche"],"regex":"","selector":"div.vtex-flex-layout-0-x-flexColChild--pdp-right-col:nth-of-type(3)","type":"SelectorText"},{"id":"old_price","multiple":false,"parentSelectors":["produit_fiche"],"regex":"","selector":"div.vtex-flex-layout-0-x-flexColChild--pdp-right-col:nth-of-type(3)","type":"SelectorText"}]}

here is your sitemap...

{"_id":"Relogio_Garmin","startUrl":["https://www.garminstore.com.br/Esporte-e-Fitness/Relogio-Smartwatch"],"selectors":[{"clickActionType":"real","clickElementSelector":"div[class*=\"buttonShowMore\"] button","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickMore","delay":3000,"discardInitialElements":"discard","id":"more","multiple":true,"parentSelectors":["_root"],"selector":"article","type":"SelectorElementClick"},{"id":"link","linkType":"linkFromHref","multiple":true,"parentSelectors":["_root","more"],"selector":"section[class*=\"-containerNormal\"] a","type":"SelectorLink"},{"id":"reference","multiple":false,"parentSelectors":["link"],"regex":"(?<=PN:\\s).+","selector":"p:contains(\"PN:\")","type":"SelectorText"},{"id":"model","multiple":false,"parentSelectors":["link"],"regex":"","selector":"p.garmin-garminstoreio-7-x-paragraphShortDescription","type":"SelectorText"},{"id":"price","multiple":false,"parentSelectors":["link"],"regex":"","selector":"span[class*=\"sellingPriceValue\"]","type":"SelectorText"}]}

unfortunately, I didn't find 2 selectors you had before (old_price and material) - no such selectors on the page...

thank you

I'll work on the selectors now, but the navigation is working perfectly!