OFBiz Catalog & Category Setup

Last Updated 20230808

Catalogs need to be setup first in order to configure GL Account Defaults - Product Category GL Account.

OFBiz Catalog Discussion

A Catalog is a group of products further sub-divided into categories.  A Catalog is typically associated with a store.  A web store might sell one group of products that are inventoried internally and more products that might be dropped shipped.  While the retail store might only sell the products that are inventoried internally.  I am aware of a business that sells thousands of magnets.  They have 2 company names and 2 websites.  Their backend is a common inventory management system.  They would have 2 top level Catalogs in this instance one for each web store.  If a person owned multiple businesses and wanted consolidated financials in a single OFBiz instance you would probably create a top level Catalog for each business unit with a 2 or 3 letter identifier in front of each catalog.

Some companies produce multiple product catalogs each year.  If a user goes to there website it would be nice to have a drop down list of catalogs that match your paper catalog that was mailed to you.

SPRING_2023
SUMMER_2023
FALL_2023

Note:  Product Category ID Field length is a maximum of 20 characters.  Exceed it and you will get an error message as it tries to truncate it.

Ruffian is looking at a top level catalog for each of our business areas.  The next level would be Navigation, Promotions, Search, etc.  You don't have to use Best Selling or View Allow but it is nice to have a naming convention setup in advance.  We would then have individual finished goods assocated with a category.  We would have Wildland Chainsaw Bar Covers with the Wildland catalog and USAR Chainsaw Bar Covers with the USAR Catalog.

Ruffian Specialties is thinking about this configuration:

Product Catalog Category Type

Admin Allow (One) - Not sure how this works.  Could have something to do with View Allow and Purchase Allow questions on the New Product Catalog screen.
Best Selling (One) - This is the Popular Categories section.  This is also on the home page of your website.
Browse Root (One)  - Required.  This is the navigation of the website.   Add sub-categories in the Rollup section.
Default Search (One) - Products in this category are used in search first. 
Ebay Root (One) - Not sure how this works.

Most Popular (One) - Not sure how this works, but this is a place to start:
https://ofbiz.markmail.org/search/?q=PCCT_MOST_POPULAR+order%3Adate-backward#query:PCCT_MOST_POPULAR%20order%3Adate-backward+page:2+mid:be6zqsjajhzzp7jv+state:results

Other Search (Many) - Not sure how this works.
Promotions (One) - Should be required.   This is the home page of your website.  This is the Featured Products section.
Purchase Allow (One) - If active, only products in this category will be allowed for purchase.
Quick Add (Many) - Used to specify which products can be added in bulk to the cart .
View Allow (One) - If active only products in this category will be visable on the website.
What's New (One per catalog) - Need to try this out.


20230616 Stop here and redo this section based on the layout above.

Select Catalog

Select Catalogs

Click

New Prod Catalog

Type

RS_FGDS_ROOT

Catalog Name Type 

RS_FGDS_ROOT

Select "N" Use Quick Add

Click

Update

Select Categories

Click

New Category

Type

RS_FGDS_NAV

Select Catalog

Type

RS_FGDS_NAV

Click

Update

Click

Catalogs

Select RS_FGDS_ROOT

Select Browse Root (One)

Click

Add

Select

New Category

Type RS_FGDS_BELTS

Select Catalog

Type 

Belts - This is the text that will show up in the navigation tree on the left side of the ecommerce display.  

Note:  Some changes seem to require a shutdown and restart of OFBiz.  Some you can go to Web Tools and clear the cache and that will do the same thing.

Click

Update

Select 

Rollup - Not Highlighted, Sorry.

Then Select Child Category

RS_FGDS_BELTS

Select 

Date

Click

Add

Jumping ahead here a bit because we have not added a product yet but I want to show what is showing up and what fields are creating that information.

Featured Products : Categories RS_FGDS_PRMO field name Product Category Name

Ruffian Spe... : Stores PS_RS_CA_MAIN field name Store Name

https://localhost:8443/ecomseo/  versus https://localhost:8443/ecommerce/control/main
Try them out.  The backend does not need SEO but the front end will need some work with redirects and making sure indexers only see one product.

Breadcrumbs Belts : Categories RS_FGDS_BELTS field name Product Category Name

- Ruffian Specialties Designed Belts : Categories RS_FGDS_BELTS field name Product Category Description  

Completed

Advanced Tip

Import data with the Web Tools as detailed in OFBiz Facility Setup .

Note:  This section is really long but it was created via cut and paste and find and replace.  I'm still learning so this could all change.

Top Level Catalogs / Industry Groups

<entity-engine-xml>

<ProdCatalog prodCatalogId="RS_FGDS_ROOT" catalogName="RS_FGDS_ROOT" useQuickAdd="N"/>

<ProdCatalog prodCatalogId="RS_ANML_ROOT" catalogName="RS_ANML_ROOT" useQuickAdd="N"/>

<ProdCatalog prodCatalogId="RS_AVAT_ROOT" catalogName="RS_AVAT_ROOT" useQuickAdd="N"/>

<ProdCatalog prodCatalogId="RS_GLAM_ROOT" catalogName="RS_GLAM_ROOT" useQuickAdd="N"/>

<ProdCatalog prodCatalogId="RS_LAWS_ROOT" catalogName="RS_LAWS_ROOT" useQuickAdd="N"/>

<ProdCatalog prodCatalogId="RS_MRNE_ROOT" catalogName="RS_MRNE_ROOT" useQuickAdd="N"/>

<ProdCatalog prodCatalogId="RS_MEDC_ROOT" catalogName="RS_MEDC_ROOT" useQuickAdd="N"/>

<ProdCatalog prodCatalogId="RS_TRAV_ROOT" catalogName="RS_TRAV_ROOT" useQuickAdd="N"/>

<ProdCatalog prodCatalogId="RS_OUTD_ROOT" catalogName="RS_OUTD_ROOT" useQuickAdd="N"/>

<ProdCatalog prodCatalogId="RS_USAR_ROOT" catalogName="RS_USAR_ROOT" useQuickAdd="N"/>

<ProdCatalog prodCatalogId="RS_WILD_ROOT" catalogName="RS_WILD_ROOT" useQuickAdd="N"/>

</entity-engine-xml>




Product Store Associated with Top Level Catalogs

<entity-engine-xml>

<ProductStoreCatalog prodCatalogId="RS_FGDS_ROOT" productStoreId="PS_RS_CA_MAIN" fromDate="2023-05-01 12:00:00.0" sequenceNum="1"/>

<ProductStoreCatalog prodCatalogId="RS_ANML_ROOT" productStoreId="PS_RS_CA_MAIN" fromDate="2023-05-01 12:00:00.0" sequenceNum="1"/>

<ProductStoreCatalog prodCatalogId="RS_AVAT_ROOT" productStoreId="PS_RS_CA_MAIN" fromDate="2023-05-01 12:00:00.0" sequenceNum="1"/>

<ProductStoreCatalog prodCatalogId="RS_GLAM_ROOT" productStoreId="PS_RS_CA_MAIN" fromDate="2023-05-01 12:00:00.0" sequenceNum="1"/>

<ProductStoreCatalog prodCatalogId="RS_LAWS_ROOT" productStoreId="PS_RS_CA_MAIN" fromDate="2023-05-01 12:00:00.0" sequenceNum="1"/>

<ProductStoreCatalog prodCatalogId="RS_MRNE_ROOT" productStoreId="PS_RS_CA_MAIN" fromDate="2023-05-01 12:00:00.0" sequenceNum="1"/>

<ProductStoreCatalog prodCatalogId="RS_MEDC_ROOT" productStoreId="PS_RS_CA_MAIN" fromDate="2023-05-01 12:00:00.0" sequenceNum="1"/>

<ProductStoreCatalog prodCatalogId="RS_TRAV_ROOT" productStoreId="PS_RS_CA_MAIN" fromDate="2023-05-01 12:00:00.0" sequenceNum="1"/>

<ProductStoreCatalog prodCatalogId="RS_OUTD_ROOT" productStoreId="PS_RS_CA_MAIN" fromDate="2023-05-01 12:00:00.0" sequenceNum="1"/>

<ProductStoreCatalog prodCatalogId="RS_USAR_ROOT" productStoreId="PS_RS_CA_MAIN" fromDate="2023-05-01 12:00:00.0" sequenceNum="1"/>

<ProductStoreCatalog prodCatalogId="RS_WILD_ROOT" productStoreId="PS_RS_CA_MAIN" fromDate="2023-05-01 12:00:00.0" sequenceNum="1"/>

</entity-engine-xml>



Product Category Type Associated with Top Level Catalogs

<entity-engine-xml>

<ProductCategory productCategoryId="RS_FGDS_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="RS_FGDS_NAV Browse Root" longDescription="RS Finished Goods Catalog Primary Browse Root Category" />

<ProductCategory productCategoryId="RS_FGDS_PRMO" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Featured Products" longDescription="RS Finished Goods Catalog Promotions Category" />

<ProductCategory productCategoryId="RS_FGDS_SRCH" productCategoryTypeId="SEARCH_CATEGORY" categoryName="RS_FGDS_SRCH Search" longDescription="RS Finished Goods Catalog Search Category" />

<ProductCategory productCategoryId="RS_FGDS_PRCH" productCategoryTypeId="CATALOG_CATEGORY" categoryName="RS_FGDS_PRCH Purchase Allow" longDescription="RS Finished Goods Catalog Purchase Allow Category" />

<ProductCategory productCategoryId="RS_FGDS_BEST" productCategoryTypeId="BEST_SELL_CATEGORY" categoryName="RS_FGDS_BEST Best Sell" longDescription="RS Finished Goods Catalog Best Sell Category" />

<ProductCategory productCategoryId="RS_FGDS_VIEW" productCategoryTypeId="CATALOG_CATEGORY" categoryName="RS_FGDS_VIEW View Allow" longDescription="RS Finished Goods Catalog View Allow Category" />


<ProductCategory productCategoryId="RS_ANML_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="RS_ANML_NAV Browse Root" longDescription="RS Animal Catalog Primary Browse Root Category" />

<ProductCategory productCategoryId="RS_ANML_PRMO" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Featured Products" longDescription="RS Animal Catalog Promotions Category" />

<ProductCategory productCategoryId="RS_ANML_SRCH" productCategoryTypeId="SEARCH_CATEGORY" categoryName="RS_ANML_SRCH Search" longDescription="RS Animal Catalog Search Category" />

<ProductCategory productCategoryId="RS_ANML_PRCH" productCategoryTypeId="CATALOG_CATEGORY" categoryName="RS_ANML_PRCH Purchase Allow" longDescription="RS Animal Catalog Purchase Allow Category" />

<ProductCategory productCategoryId="RS_ANML_BEST" productCategoryTypeId="BEST_SELL_CATEGORY" categoryName="RS_ANML_BEST Best Sell" longDescription="RS Animal Catalog Best Sell Category" />

<ProductCategory productCategoryId="RS_ANML_VIEW" productCategoryTypeId="CATALOG_CATEGORY" categoryName="RS_ANML_VIEW View Allow" longDescription="RS Animal Catalog View Allow Category" />


<ProductCategory productCategoryId="RS_AVAT_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="RS_AVAT_NAV Browse Root" longDescription="RS Aviation Catalog Primary Browse Root Category" />

<ProductCategory productCategoryId="RS_AVAT_PRMO" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Featured Products" longDescription="RS Aviation Catalog Promotions Category" />

<ProductCategory productCategoryId="RS_AVAT_SRCH" productCategoryTypeId="SEARCH_CATEGORY" categoryName="RS_AVAT_SRCH Search" longDescription="RS Aviation Catalog Search Category" />

<ProductCategory productCategoryId="RS_AVAT_PRCH" productCategoryTypeId="CATALOG_CATEGORY" categoryName="RS_AVAT_PRCH Purchase Allow" longDescription="RS Aviation Catalog Purchase Allow Category" />

<ProductCategory productCategoryId="RS_AVAT_BEST" productCategoryTypeId="BEST_SELL_CATEGORY" categoryName="RS_AVAT_BEST Best Sell" longDescription="RS Aviation Catalog Best Sell Category" />

<ProductCategory productCategoryId="RS_AVAT_VIEW" productCategoryTypeId="CATALOG_CATEGORY" categoryName="RS_AVAT_VIEW View Allow" longDescription="RS Aviation Catalog View Allow Category" />


<ProductCategory productCategoryId="RS_GLAM_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="RS_GLAM_NAV Browse Root" longDescription="RS Glamour Catalog Primary Browse Root Category" />

<ProductCategory productCategoryId="RS_GLAM_PRMO" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Featured Products" longDescription="RS Glamour Catalog Promotions Category" />

<ProductCategory productCategoryId="RS_GLAM_SRCH" productCategoryTypeId="SEARCH_CATEGORY" categoryName="RS_GLAM_SRCH Search" longDescription="RS Glamour Catalog Search Category" />

<ProductCategory productCategoryId="RS_GLAM_PRCH" productCategoryTypeId="CATALOG_CATEGORY" categoryName="RS_GLAM_PRCH Purchase Allow" longDescription="RS Glamour Catalog Purchase Allow Category" />

<ProductCategory productCategoryId="RS_GLAM_BEST" productCategoryTypeId="BEST_SELL_CATEGORY" categoryName="RS_GLAM_BEST Best Sell" longDescription="RS Glamour Catalog Best Sell Category" />

<ProductCategory productCategoryId="RS_GLAM_VIEW" productCategoryTypeId="CATALOG_CATEGORY" categoryName="RS_GLAM_VIEW View Allow" longDescription="RS Glamour Catalog View Allow Category" />


<ProductCategory productCategoryId="RS_LAWS_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="RS_LAWS_NAV Browse Root" longDescription="RS Law Enforcement Catalog Primary Browse Root Category" />

<ProductCategory productCategoryId="RS_LAWS_PRMO" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Featured Products" longDescription="RS Law Enforcement Catalog Promotions Category" />

<ProductCategory productCategoryId="RS_LAWS_SRCH" productCategoryTypeId="SEARCH_CATEGORY" categoryName="RS_LAWS_SRCH Search" longDescription="RS Law Enforcement Catalog Search Category" />

<ProductCategory productCategoryId="RS_LAWS_PRCH" productCategoryTypeId="CATALOG_CATEGORY" categoryName="RS_LAWS_PRCH Purchase Allow" longDescription="RS Law Enforcement Catalog Purchase Allow Category" />

<ProductCategory productCategoryId="RS_LAWS_BEST" productCategoryTypeId="BEST_SELL_CATEGORY" categoryName="RS_LAWS_BEST Best Sell" longDescription="RS Law Enforcement Catalog Best Sell Category" />

<ProductCategory productCategoryId="RS_LAWS_VIEW" productCategoryTypeId="CATALOG_CATEGORY" categoryName="RS_LAWS_VIEW View Allow" longDescription="RS Law Enforcement Catalog View Allow Category" />


<ProductCategory productCategoryId="RS_MRNE_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="RS_MRNE_NAV Browse Root" longDescription="RS Marine Catalog Primary Browse Root Category" />

<ProductCategory productCategoryId="RS_MRNE_PRMO" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Featured Products" longDescription="RS Marine Catalog Promotions Category" />

<ProductCategory productCategoryId="RS_MRNE_SRCH" productCategoryTypeId="SEARCH_CATEGORY" categoryName="RS_MRNE_SRCH Search" longDescription="RS Marine Catalog Search Category" />

<ProductCategory productCategoryId="RS_MRNE_PRCH" productCategoryTypeId="CATALOG_CATEGORY" categoryName="RS_MRNE_PRCH Purchase Allow" longDescription="RS Marine Catalog Purchase Allow Category" />

<ProductCategory productCategoryId="RS_MRNE_BEST" productCategoryTypeId="BEST_SELL_CATEGORY" categoryName="RS_MRNE_BEST Best Sell" longDescription="RS Marine Catalog Best Sell Category" />

<ProductCategory productCategoryId="RS_MRNE_VIEW" productCategoryTypeId="CATALOG_CATEGORY" categoryName="RS_MRNE_VIEW View Allow" longDescription="RS Marine Catalog View Allow Category" />


<ProductCategory productCategoryId="RS_MEDC_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="RS_MEDC_NAV Browse Root" longDescription="RS Medical Catalog Primary Browse Root Category" />

<ProductCategory productCategoryId="RS_MEDC_PRMO" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Featured Products" longDescription="RS Medical Catalog Promotions Category" />

<ProductCategory productCategoryId="RS_MEDC_SRCH" productCategoryTypeId="SEARCH_CATEGORY" categoryName="RS_MEDC_SRCH Search" longDescription="RS Medical Catalog Search Category" />

<ProductCategory productCategoryId="RS_MEDC_PRCH" productCategoryTypeId="CATALOG_CATEGORY" categoryName="RS_MEDC_PRCH Purchase Allow" longDescription="RS Medical Catalog Purchase Allow Category" />

<ProductCategory productCategoryId="RS_MEDC_BEST" productCategoryTypeId="BEST_SELL_CATEGORY" categoryName="RS_MEDC_BEST Best Sell" longDescription="RS Medical Catalog Best Sell Category" />

<ProductCategory productCategoryId="RS_MEDC_VIEW" productCategoryTypeId="CATALOG_CATEGORY" categoryName="RS_MEDC_VIEW View Allow" longDescription="RS Medical Catalog View Allow Category" />


<ProductCategory productCategoryId="RS_TRAV_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="RS_TRAV_NAV Browse Root" longDescription="RS Travel Catalog Primary Browse Root Category" />

<ProductCategory productCategoryId="RS_TRAV_PRMO" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Featured Products" longDescription="RS Travel Catalog Promotions Category" />

<ProductCategory productCategoryId="RS_TRAV_SRCH" productCategoryTypeId="SEARCH_CATEGORY" categoryName="RS_TRAV_SRCH Search" longDescription="RS Travel Catalog Search Category" />

<ProductCategory productCategoryId="RS_TRAV_PRCH" productCategoryTypeId="CATALOG_CATEGORY" categoryName="RS_TRAV_PRCH Purchase Allow" longDescription="RS Travel Catalog Purchase Allow Category" />

<ProductCategory productCategoryId="RS_TRAV_BEST" productCategoryTypeId="BEST_SELL_CATEGORY" categoryName="RS_TRAV_BEST Best Sell" longDescription="RS Travel Catalog Best Sell Category" />

<ProductCategory productCategoryId="RS_TRAV_VIEW" productCategoryTypeId="CATALOG_CATEGORY" categoryName="RS_TRAV_VIEW View Allow" longDescription="RS Travel Catalog View Allow Category" />


<ProductCategory productCategoryId="RS_OUTD_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="RS_OUTD_NAV Browse Root" longDescription="RS Outdoor Catalog Primary Browse Root Category" />

<ProductCategory productCategoryId="RS_OUTD_PRMO" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Featured Products" longDescription="RS Outdoor Catalog Promotions Category" />

<ProductCategory productCategoryId="RS_OUTD_SRCH" productCategoryTypeId="SEARCH_CATEGORY" categoryName="RS_OUTD_SRCH Search" longDescription="RS Outdoor Catalog Search Category" />

<ProductCategory productCategoryId="RS_OUTD_PRCH" productCategoryTypeId="CATALOG_CATEGORY" categoryName="RS_OUTD_PRCH Purchase Allow" longDescription="RS Outdoor Catalog Purchase Allow Category" />

<ProductCategory productCategoryId="RS_OUTD_BEST" productCategoryTypeId="BEST_SELL_CATEGORY" categoryName="RS_OUTD_BEST Best Sell" longDescription="RS Outdoor Catalog Best Sell Category" />

<ProductCategory productCategoryId="RS_OUTD_VIEW" productCategoryTypeId="CATALOG_CATEGORY" categoryName="RS_OUTD_VIEW View Allow" longDescription="RS Outdoor Catalog View Allow Category" />


<ProductCategory productCategoryId="RS_USAR_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="RS_USAR_NAV Browse Root" longDescription="RS USAR Catalog Primary Browse Root Category" />

<ProductCategory productCategoryId="RS_USAR_PRMO" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Featured Products" longDescription="RS USAR Catalog Promotions Category" />

<ProductCategory productCategoryId="RS_USAR_SRCH" productCategoryTypeId="SEARCH_CATEGORY" categoryName="RS_USAR_SRCH Search" longDescription="RS USAR Catalog Search Category" />

<ProductCategory productCategoryId="RS_USAR_PRCH" productCategoryTypeId="CATALOG_CATEGORY" categoryName="RS_USAR_PRCH Purchase Allow" longDescription="RS USAR Catalog Purchase Allow Category" />

<ProductCategory productCategoryId="RS_USAR_BEST" productCategoryTypeId="BEST_SELL_CATEGORY" categoryName="RS_USAR_BEST Best Sell" longDescription="RS USAR Catalog Best Sell Category" />

<ProductCategory productCategoryId="RS_USAR_VIEW" productCategoryTypeId="CATALOG_CATEGORY" categoryName="RS_USAR_VIEW View Allow" longDescription="RS USAR Catalog View Allow Category" />


<ProductCategory productCategoryId="RS_WILD_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="RS_WILD_NAV Browse Root" longDescription="RS Wildland Catalog PrimaryBrowseRootCategory" />

<ProductCategory productCategoryId="RS_WILD_PRMO" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Featured Products" longDescription="RS Wildland Catalog Promotions Category" />

<ProductCategory productCategoryId="RS_WILD_SRCH" productCategoryTypeId="SEARCH_CATEGORY" categoryName="RS_WILD_SRCH Search" longDescription="RS Wildland Catalog Search Category" />

<ProductCategory productCategoryId="RS_WILD_PRCH" productCategoryTypeId="CATALOG_CATEGORY" categoryName="RS_WILD_PRCH Purchase Allow" longDescription="RS Wildland Catalog Purchase Allow Category" />

<ProductCategory productCategoryId="RS_WILD_BEST" productCategoryTypeId="BEST_SELL_CATEGORY" categoryName="RS_WILD_BEST Best Sell" longDescription="RS Wildland Catalog Best Sell Category" />

<ProductCategory productCategoryId="RS_WILD_VIEW" productCategoryTypeId="CATALOG_CATEGORY" categoryName="RS_WILD_VIEW View Allow" longDescription="RS Wildland Catalog View Allow Category" />

</entity-engine-xml>





Product Catalog Category Type

<entity-engine-xml>

<ProdCatalogCategory prodCatalogId="RS_FGDS_ROOT" productCategoryId="RS_FGDS_NAV" fromDate="2023-05-01 12:00:00.0" sequenceNum="1" prodCatalogCategoryTypeId="PCCT_BROWSE_ROOT"/>

<ProdCatalogCategory prodCatalogId="RS_FGDS_ROOT" productCategoryId="RS_FGDS_PRMO" fromDate="2023-05-01 12:00:00.0" sequenceNum="2" prodCatalogCategoryTypeId="PCCT_PROMOTIONS"/>

<ProdCatalogCategory prodCatalogId="RS_FGDS_ROOT" productCategoryId="RS_FGDS_SRCH" fromDate="2023-05-01 12:00:00.0" sequenceNum="3" prodCatalogCategoryTypeId="PCCT_SEARCH"/>

<ProdCatalogCategory prodCatalogId="RS_FGDS_ROOT" productCategoryId="RS_FGDS_PRCH" fromDate="2023-05-01 12:00:00.0" sequenceNum="4" prodCatalogCategoryTypeId="PCCT_PURCH_ALLW"/>

<ProdCatalogCategory prodCatalogId="RS_FGDS_ROOT" productCategoryId="RS_FGDS_BEST" fromDate="2023-05-01 12:00:00.0" sequenceNum="5" prodCatalogCategoryTypeId="PCCT_BEST_SELL"/>

<ProdCatalogCategory prodCatalogId="RS_FGDS_ROOT" productCategoryId="RS_FGDS_VIEW" fromDate="2023-05-01 12:00:00.0" sequenceNum="6" prodCatalogCategoryTypeId="PCCT_VIEW_ALLW"/>


<ProdCatalogCategory prodCatalogId="RS_ANML_ROOT" productCategoryId="RS_ANML_NAV" fromDate="2023-05-01 12:00:00.0" sequenceNum="1" prodCatalogCategoryTypeId="PCCT_BROWSE_ROOT"/>

<ProdCatalogCategory prodCatalogId="RS_ANML_ROOT" productCategoryId="RS_ANML_PRMO" fromDate="2023-05-01 12:00:00.0" sequenceNum="2" prodCatalogCategoryTypeId="PCCT_PROMOTIONS"/>

<ProdCatalogCategory prodCatalogId="RS_ANML_ROOT" productCategoryId="RS_ANML_SRCH" fromDate="2023-05-01 12:00:00.0" sequenceNum="3" prodCatalogCategoryTypeId="PCCT_SEARCH"/>

<ProdCatalogCategory prodCatalogId="RS_ANML_ROOT" productCategoryId="RS_ANML_PRCH" fromDate="2023-05-01 12:00:00.0" sequenceNum="4" prodCatalogCategoryTypeId="PCCT_PURCH_ALLW"/>

<ProdCatalogCategory prodCatalogId="RS_ANML_ROOT" productCategoryId="RS_ANML_BEST" fromDate="2023-05-01 12:00:00.0" sequenceNum="5" prodCatalogCategoryTypeId="PCCT_BEST_SELL"/>

<ProdCatalogCategory prodCatalogId="RS_ANML_ROOT" productCategoryId="RS_ANML_VIEW" fromDate="2023-05-01 12:00:00.0" sequenceNum="6" prodCatalogCategoryTypeId="PCCT_VIEW_ALLW"/>


<ProdCatalogCategory prodCatalogId="RS_AVAT_ROOT" productCategoryId="RS_AVAT_NAV" fromDate="2023-05-01 12:00:00.0" sequenceNum="1" prodCatalogCategoryTypeId="PCCT_BROWSE_ROOT"/>

<ProdCatalogCategory prodCatalogId="RS_AVAT_ROOT" productCategoryId="RS_AVAT_PRMO" fromDate="2023-05-01 12:00:00.0" sequenceNum="2" prodCatalogCategoryTypeId="PCCT_PROMOTIONS"/>

<ProdCatalogCategory prodCatalogId="RS_AVAT_ROOT" productCategoryId="RS_AVAT_SRCH" fromDate="2023-05-01 12:00:00.0" sequenceNum="3" prodCatalogCategoryTypeId="PCCT_SEARCH"/>

<ProdCatalogCategory prodCatalogId="RS_AVAT_ROOT" productCategoryId="RS_AVAT_PRCH" fromDate="2023-05-01 12:00:00.0" sequenceNum="4" prodCatalogCategoryTypeId="PCCT_PURCH_ALLW"/>

<ProdCatalogCategory prodCatalogId="RS_AVAT_ROOT" productCategoryId="RS_AVAT_BEST" fromDate="2023-05-01 12:00:00.0" sequenceNum="5" prodCatalogCategoryTypeId="PCCT_BEST_SELL"/>

<ProdCatalogCategory prodCatalogId="RS_AVAT_ROOT" productCategoryId="RS_AVAT_VIEW" fromDate="2023-05-01 12:00:00.0" sequenceNum="6" prodCatalogCategoryTypeId="PCCT_VIEW_ALLW"/>


<ProdCatalogCategory prodCatalogId="RS_GLAM_ROOT" productCategoryId="RS_GLAM_NAV" fromDate="2023-05-01 12:00:00.0" sequenceNum="1" prodCatalogCategoryTypeId="PCCT_BROWSE_ROOT"/>

<ProdCatalogCategory prodCatalogId="RS_GLAM_ROOT" productCategoryId="RS_GLAM_PRMO" fromDate="2023-05-01 12:00:00.0" sequenceNum="2" prodCatalogCategoryTypeId="PCCT_PROMOTIONS"/>

<ProdCatalogCategory prodCatalogId="RS_GLAM_ROOT" productCategoryId="RS_GLAM_SRCH" fromDate="2023-05-01 12:00:00.0" sequenceNum="3" prodCatalogCategoryTypeId="PCCT_SEARCH"/>

<ProdCatalogCategory prodCatalogId="RS_GLAM_ROOT" productCategoryId="RS_GLAM_PRCH" fromDate="2023-05-01 12:00:00.0" sequenceNum="4" prodCatalogCategoryTypeId="PCCT_PURCH_ALLW"/>

<ProdCatalogCategory prodCatalogId="RS_GLAM_ROOT" productCategoryId="RS_GLAM_BEST" fromDate="2023-05-01 12:00:00.0" sequenceNum="5" prodCatalogCategoryTypeId="PCCT_BEST_SELL"/>

<ProdCatalogCategory prodCatalogId="RS_GLAM_ROOT" productCategoryId="RS_GLAM_VIEW" fromDate="2023-05-01 12:00:00.0" sequenceNum="6" prodCatalogCategoryTypeId="PCCT_VIEW_ALLW"/>


<ProdCatalogCategory prodCatalogId="RS_LAWS_ROOT" productCategoryId="RS_LAWS_NAV" fromDate="2023-05-01 12:00:00.0" sequenceNum="1" prodCatalogCategoryTypeId="PCCT_BROWSE_ROOT"/>

<ProdCatalogCategory prodCatalogId="RS_LAWS_ROOT" productCategoryId="RS_LAWS_PRMO" fromDate="2023-05-01 12:00:00.0" sequenceNum="2" prodCatalogCategoryTypeId="PCCT_PROMOTIONS"/>

<ProdCatalogCategory prodCatalogId="RS_LAWS_ROOT" productCategoryId="RS_LAWS_SRCH" fromDate="2023-05-01 12:00:00.0" sequenceNum="3" prodCatalogCategoryTypeId="PCCT_SEARCH"/>

<ProdCatalogCategory prodCatalogId="RS_LAWS_ROOT" productCategoryId="RS_LAWS_PRCH" fromDate="2023-05-01 12:00:00.0" sequenceNum="4" prodCatalogCategoryTypeId="PCCT_PURCH_ALLW"/>

<ProdCatalogCategory prodCatalogId="RS_LAWS_ROOT" productCategoryId="RS_LAWS_BEST" fromDate="2023-05-01 12:00:00.0" sequenceNum="5" prodCatalogCategoryTypeId="PCCT_BEST_SELL"/>

<ProdCatalogCategory prodCatalogId="RS_LAWS_ROOT" productCategoryId="RS_LAWS_VIEW" fromDate="2023-05-01 12:00:00.0" sequenceNum="6" prodCatalogCategoryTypeId="PCCT_VIEW_ALLW"/>


<ProdCatalogCategory prodCatalogId="RS_MRNE_ROOT" productCategoryId="RS_MRNE_NAV" fromDate="2023-05-01 12:00:00.0" sequenceNum="1" prodCatalogCategoryTypeId="PCCT_BROWSE_ROOT"/>

<ProdCatalogCategory prodCatalogId="RS_MRNE_ROOT" productCategoryId="RS_MRNE_PRMO" fromDate="2023-05-01 12:00:00.0" sequenceNum="2" prodCatalogCategoryTypeId="PCCT_PROMOTIONS"/>

<ProdCatalogCategory prodCatalogId="RS_MRNE_ROOT" productCategoryId="RS_MRNE_SRCH" fromDate="2023-05-01 12:00:00.0" sequenceNum="3" prodCatalogCategoryTypeId="PCCT_SEARCH"/>

<ProdCatalogCategory prodCatalogId="RS_MRNE_ROOT" productCategoryId="RS_MRNE_PRCH" fromDate="2023-05-01 12:00:00.0" sequenceNum="4" prodCatalogCategoryTypeId="PCCT_PURCH_ALLW"/>

<ProdCatalogCategory prodCatalogId="RS_MRNE_ROOT" productCategoryId="RS_MRNE_BEST" fromDate="2023-05-01 12:00:00.0" sequenceNum="5" prodCatalogCategoryTypeId="PCCT_BEST_SELL"/>

<ProdCatalogCategory prodCatalogId="RS_MRNE_ROOT" productCategoryId="RS_MRNE_VIEW" fromDate="2023-05-01 12:00:00.0" sequenceNum="6" prodCatalogCategoryTypeId="PCCT_VIEW_ALLW"/>


<ProdCatalogCategory prodCatalogId="RS_MEDC_ROOT" productCategoryId="RS_MEDC_NAV" fromDate="2023-05-01 12:00:00.0" sequenceNum="1" prodCatalogCategoryTypeId="PCCT_BROWSE_ROOT"/>

<ProdCatalogCategory prodCatalogId="RS_MEDC_ROOT" productCategoryId="RS_MEDC_PRMO" fromDate="2023-05-01 12:00:00.0" sequenceNum="2" prodCatalogCategoryTypeId="PCCT_PROMOTIONS"/>

<ProdCatalogCategory prodCatalogId="RS_MEDC_ROOT" productCategoryId="RS_MEDC_SRCH" fromDate="2023-05-01 12:00:00.0" sequenceNum="3" prodCatalogCategoryTypeId="PCCT_SEARCH"/>

<ProdCatalogCategory prodCatalogId="RS_MEDC_ROOT" productCategoryId="RS_MEDC_PRCH" fromDate="2023-05-01 12:00:00.0" sequenceNum="4" prodCatalogCategoryTypeId="PCCT_PURCH_ALLW"/>

<ProdCatalogCategory prodCatalogId="RS_MEDC_ROOT" productCategoryId="RS_MEDC_BEST" fromDate="2023-05-01 12:00:00.0" sequenceNum="5" prodCatalogCategoryTypeId="PCCT_BEST_SELL"/>

<ProdCatalogCategory prodCatalogId="RS_MEDC_ROOT" productCategoryId="RS_MEDC_VIEW" fromDate="2023-05-01 12:00:00.0" sequenceNum="6" prodCatalogCategoryTypeId="PCCT_VIEW_ALLW"/>


<ProdCatalogCategory prodCatalogId="RS_TRAV_ROOT" productCategoryId="RS_TRAV_NAV" fromDate="2023-05-01 12:00:00.0" sequenceNum="1" prodCatalogCategoryTypeId="PCCT_BROWSE_ROOT"/>

<ProdCatalogCategory prodCatalogId="RS_TRAV_ROOT" productCategoryId="RS_TRAV_PRMO" fromDate="2023-05-01 12:00:00.0" sequenceNum="2" prodCatalogCategoryTypeId="PCCT_PROMOTIONS"/>

<ProdCatalogCategory prodCatalogId="RS_TRAV_ROOT" productCategoryId="RS_TRAV_SRCH" fromDate="2023-05-01 12:00:00.0" sequenceNum="3" prodCatalogCategoryTypeId="PCCT_SEARCH"/>

<ProdCatalogCategory prodCatalogId="RS_TRAV_ROOT" productCategoryId="RS_TRAV_PRCH" fromDate="2023-05-01 12:00:00.0" sequenceNum="4" prodCatalogCategoryTypeId="PCCT_PURCH_ALLW"/>

<ProdCatalogCategory prodCatalogId="RS_TRAV_ROOT" productCategoryId="RS_TRAV_BEST" fromDate="2023-05-01 12:00:00.0" sequenceNum="5" prodCatalogCategoryTypeId="PCCT_BEST_SELL"/>

<ProdCatalogCategory prodCatalogId="RS_TRAV_ROOT" productCategoryId="RS_TRAV_VIEW" fromDate="2023-05-01 12:00:00.0" sequenceNum="6" prodCatalogCategoryTypeId="PCCT_VIEW_ALLW"/>


<ProdCatalogCategory prodCatalogId="RS_OUTD_ROOT" productCategoryId="RS_OUTD_NAV" fromDate="2023-05-01 12:00:00.0" sequenceNum="1" prodCatalogCategoryTypeId="PCCT_BROWSE_ROOT"/>

<ProdCatalogCategory prodCatalogId="RS_OUTD_ROOT" productCategoryId="RS_OUTD_PRMO" fromDate="2023-05-01 12:00:00.0" sequenceNum="2" prodCatalogCategoryTypeId="PCCT_PROMOTIONS"/>

<ProdCatalogCategory prodCatalogId="RS_OUTD_ROOT" productCategoryId="RS_OUTD_SRCH" fromDate="2023-05-01 12:00:00.0" sequenceNum="3" prodCatalogCategoryTypeId="PCCT_SEARCH"/>

<ProdCatalogCategory prodCatalogId="RS_OUTD_ROOT" productCategoryId="RS_OUTD_PRCH" fromDate="2023-05-01 12:00:00.0" sequenceNum="4" prodCatalogCategoryTypeId="PCCT_PURCH_ALLW"/>

<ProdCatalogCategory prodCatalogId="RS_OUTD_ROOT" productCategoryId="RS_OUTD_BEST" fromDate="2023-05-01 12:00:00.0" sequenceNum="5" prodCatalogCategoryTypeId="PCCT_BEST_SELL"/>

<ProdCatalogCategory prodCatalogId="RS_OUTD_ROOT" productCategoryId="RS_OUTD_VIEW" fromDate="2023-05-01 12:00:00.0" sequenceNum="6" prodCatalogCategoryTypeId="PCCT_VIEW_ALLW"/>


<ProdCatalogCategory prodCatalogId="RS_USAR_ROOT" productCategoryId="RS_USAR_NAV" fromDate="2023-05-01 12:00:00.0" sequenceNum="1" prodCatalogCategoryTypeId="PCCT_BROWSE_ROOT"/>

<ProdCatalogCategory prodCatalogId="RS_USAR_ROOT" productCategoryId="RS_USAR_PRMO" fromDate="2023-05-01 12:00:00.0" sequenceNum="2" prodCatalogCategoryTypeId="PCCT_PROMOTIONS"/>

<ProdCatalogCategory prodCatalogId="RS_USAR_ROOT" productCategoryId="RS_USAR_SRCH" fromDate="2023-05-01 12:00:00.0" sequenceNum="3" prodCatalogCategoryTypeId="PCCT_SEARCH"/>

<ProdCatalogCategory prodCatalogId="RS_USAR_ROOT" productCategoryId="RS_USAR_PRCH" fromDate="2023-05-01 12:00:00.0" sequenceNum="4" prodCatalogCategoryTypeId="PCCT_PURCH_ALLW"/>

<ProdCatalogCategory prodCatalogId="RS_USAR_ROOT" productCategoryId="RS_USAR_BEST" fromDate="2023-05-01 12:00:00.0" sequenceNum="5" prodCatalogCategoryTypeId="PCCT_BEST_SELL"/>

<ProdCatalogCategory prodCatalogId="RS_USAR_ROOT" productCategoryId="RS_USAR_VIEW" fromDate="2023-05-01 12:00:00.0" sequenceNum="6" prodCatalogCategoryTypeId="PCCT_VIEW_ALLW"/>


<ProdCatalogCategory prodCatalogId="RS_WILD_ROOT" productCategoryId="RS_WILD_NAV" fromDate="2023-05-01 12:00:00.0" sequenceNum="1" prodCatalogCategoryTypeId="PCCT_BROWSE_ROOT"/>

<ProdCatalogCategory prodCatalogId="RS_WILD_ROOT" productCategoryId="RS_WILD_PRMO" fromDate="2023-05-01 12:00:00.0" sequenceNum="2" prodCatalogCategoryTypeId="PCCT_PROMOTIONS"/>

<ProdCatalogCategory prodCatalogId="RS_WILD_ROOT" productCategoryId="RS_WILD_SRCH" fromDate="2023-05-01 12:00:00.0" sequenceNum="3" prodCatalogCategoryTypeId="PCCT_SEARCH"/>

<ProdCatalogCategory prodCatalogId="RS_WILD_ROOT" productCategoryId="RS_WILD_PRCH" fromDate="2023-05-01 12:00:00.0" sequenceNum="4" prodCatalogCategoryTypeId="PCCT_PURCH_ALLW"/>

<ProdCatalogCategory prodCatalogId="RS_WILD_ROOT" productCategoryId="RS_WILD_BEST" fromDate="2023-05-01 12:00:00.0" sequenceNum="5" prodCatalogCategoryTypeId="PCCT_BEST_SELL"/>

<ProdCatalogCategory prodCatalogId="RS_WILD_ROOT" productCategoryId="RS_WILD_VIEW" fromDate="2023-05-01 12:00:00.0" sequenceNum="6" prodCatalogCategoryTypeId="PCCT_VIEW_ALLW"/>

</entity-engine-xml>





Product Category Type Associated with Catalogs

<entity-engine-xml>

<ProductCategory productCategoryId="RS_FGDS_NAV_ALPROD" primaryParentCategoryId="RS_FGDS_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="All Products"/>

<ProductCategory productCategoryId="RS_FGDS_NAV_ALACTV" primaryParentCategoryId="RS_FGDS_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="All Active"/>

<ProductCategory productCategoryId="RS_FGDS_NAV_ALINAC" primaryParentCategoryId="RS_FGDS_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="All Inactive"/>

<ProductCategory productCategoryId="RS_FGDS_NAV_OUTOFP" primaryParentCategoryId="RS_FGDS_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Out of Production"/>

<ProductCategory productCategoryId="RS_FGDS_NAV_APRONS" primaryParentCategoryId="RS_FGDS_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Aprons"/>

<ProductCategory productCategoryId="RS_FGDS_NAV_BELTS" primaryParentCategoryId="RS_FGDS_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Belts"/>

<ProductCategory productCategoryId="RS_FGDS_NAV_CHAINS" primaryParentCategoryId="RS_FGDS_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Chainsaw"/>

<ProductCategory productCategoryId="RS_FGDS_NAV_CRIBBG" primaryParentCategoryId="RS_FGDS_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Cribbing Bags"/>

<ProductCategory productCategoryId="RS_FGDS_NAV_DCASES" primaryParentCategoryId="RS_FGDS_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Drug Cases"/>

<ProductCategory productCategoryId="RS_FGDS_NAV_FANNY" primaryParentCategoryId="RS_FGDS_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Fanny Packs and Pouches"/>

<ProductCategory productCategoryId="RS_FGDS_NAV_GEARBG" primaryParentCategoryId="RS_FGDS_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Gear Bags"/>

<ProductCategory productCategoryId="RS_FGDS_NAV_HARNES" primaryParentCategoryId="RS_FGDS_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Harnesses"/>

<ProductCategory productCategoryId="RS_FGDS_NAV_HOSEGR" primaryParentCategoryId="RS_FGDS_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Hose Gear"/>

<ProductCategory productCategoryId="RS_FGDS_NAV_MEDBGS" primaryParentCategoryId="RS_FGDS_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Medical Bags"/>

<ProductCategory productCategoryId="RS_FGDS_NAV_ORGAN" primaryParentCategoryId="RS_FGDS_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Organizers"/>

<ProductCategory productCategoryId="RS_FGDS_NAV_OTHER" primaryParentCategoryId="RS_FGDS_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Other"/>

<ProductCategory productCategoryId="RS_FGDS_NAV_OXYBGS" primaryParentCategoryId="RS_FGDS_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Oxygen Bags"/>

<ProductCategory productCategoryId="RS_FGDS_NAV_PACKS" primaryParentCategoryId="RS_FGDS_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Packs"/>

<ProductCategory productCategoryId="RS_FGDS_NAV_RADIOS" primaryParentCategoryId="RS_FGDS_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Radios"/>

<ProductCategory productCategoryId="RS_FGDS_NAV_ROPBG" primaryParentCategoryId="RS_FGDS_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Rope Bags"/>

<ProductCategory productCategoryId="RS_FGDS_NAV_TROLLS" primaryParentCategoryId="RS_FGDS_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Tool Rolls and Wraps"/>

<ProductCategory productCategoryId="RS_FGDS_NAV_TRVLBG" primaryParentCategoryId="RS_FGDS_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Travel Bags"/>

<ProductCategory productCategoryId="RS_FGDS_NAV_VESTS" primaryParentCategoryId="RS_FGDS_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Vests"/>


<ProductCategory productCategoryId="RS_ANML_NAV_ALPROD" primaryParentCategoryId="RS_ANML_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="All Products"/>

<ProductCategory productCategoryId="RS_ANML_NAV_ALACTV" primaryParentCategoryId="RS_ANML_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="All Active"/>

<ProductCategory productCategoryId="RS_ANML_NAV_ALINAC" primaryParentCategoryId="RS_ANML_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="All Inactive"/>

<ProductCategory productCategoryId="RS_ANML_NAV_OUTOFP" primaryParentCategoryId="RS_ANML_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Out of Production"/>

<ProductCategory productCategoryId="RS_ANML_NAV_APRONS" primaryParentCategoryId="RS_ANML_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Aprons"/>

<ProductCategory productCategoryId="RS_ANML_NAV_BELTS" primaryParentCategoryId="RS_ANML_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Belts"/>

<ProductCategory productCategoryId="RS_ANML_NAV_CHAINS" primaryParentCategoryId="RS_ANML_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Chainsaw"/>

<ProductCategory productCategoryId="RS_ANML_NAV_CRIBBG" primaryParentCategoryId="RS_ANML_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Cribbing Bags"/>

<ProductCategory productCategoryId="RS_ANML_NAV_DCASES" primaryParentCategoryId="RS_ANML_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Drug Cases"/>

<ProductCategory productCategoryId="RS_ANML_NAV_FANNY" primaryParentCategoryId="RS_ANML_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Fanny Packs and Pouches"/>

<ProductCategory productCategoryId="RS_ANML_NAV_GEARBG" primaryParentCategoryId="RS_ANML_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Gear Bags"/>

<ProductCategory productCategoryId="RS_ANML_NAV_HARNES" primaryParentCategoryId="RS_ANML_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Harnesses"/>

<ProductCategory productCategoryId="RS_ANML_NAV_HOSEGR" primaryParentCategoryId="RS_ANML_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Hose Gear"/>

<ProductCategory productCategoryId="RS_ANML_NAV_MEDBGS" primaryParentCategoryId="RS_ANML_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Medical Bags"/>

<ProductCategory productCategoryId="RS_ANML_NAV_ORGAN" primaryParentCategoryId="RS_ANML_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Organizers"/>

<ProductCategory productCategoryId="RS_ANML_NAV_OTHER" primaryParentCategoryId="RS_ANML_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Other"/>

<ProductCategory productCategoryId="RS_ANML_NAV_OXYBGS" primaryParentCategoryId="RS_ANML_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Oxygen Bags"/>

<ProductCategory productCategoryId="RS_ANML_NAV_PACKS" primaryParentCategoryId="RS_ANML_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Packs"/>

<ProductCategory productCategoryId="RS_ANML_NAV_RADIOS" primaryParentCategoryId="RS_ANML_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Radios"/>

<ProductCategory productCategoryId="RS_ANML_NAV_ROPBG" primaryParentCategoryId="RS_ANML_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Rope Bags"/>

<ProductCategory productCategoryId="RS_ANML_NAV_TROLLS" primaryParentCategoryId="RS_ANML_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Tool Rolls and Wraps"/>

<ProductCategory productCategoryId="RS_ANML_NAV_TRVLBG" primaryParentCategoryId="RS_ANML_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Travel Bags"/>

<ProductCategory productCategoryId="RS_ANML_NAV_VESTS" primaryParentCategoryId="RS_ANML_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Vests"/>


<ProductCategory productCategoryId="RS_AVAT_NAV_ALPROD" primaryParentCategoryId="RS_AVAT_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="All Products"/>

<ProductCategory productCategoryId="RS_AVAT_NAV_ALACTV" primaryParentCategoryId="RS_AVAT_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="All Active"/>

<ProductCategory productCategoryId="RS_AVAT_NAV_ALINAC" primaryParentCategoryId="RS_AVAT_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="All Inactive"/>

<ProductCategory productCategoryId="RS_AVAT_NAV_OUTOFP" primaryParentCategoryId="RS_AVAT_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Out of Production"/>

<ProductCategory productCategoryId="RS_AVAT_NAV_APRONS" primaryParentCategoryId="RS_AVAT_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Aprons"/>

<ProductCategory productCategoryId="RS_AVAT_NAV_BELTS" primaryParentCategoryId="RS_AVAT_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Belts"/>

<ProductCategory productCategoryId="RS_AVAT_NAV_CHAINS" primaryParentCategoryId="RS_AVAT_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Chainsaw"/>

<ProductCategory productCategoryId="RS_AVAT_NAV_CRIBBG" primaryParentCategoryId="RS_AVAT_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Cribbing Bags"/>

<ProductCategory productCategoryId="RS_AVAT_NAV_DCASES" primaryParentCategoryId="RS_AVAT_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Drug Cases"/>

<ProductCategory productCategoryId="RS_AVAT_NAV_FANNY" primaryParentCategoryId="RS_AVAT_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Fanny Packs and Pouches"/>

<ProductCategory productCategoryId="RS_AVAT_NAV_GEARBG" primaryParentCategoryId="RS_AVAT_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Gear Bags"/>

<ProductCategory productCategoryId="RS_AVAT_NAV_HARNES" primaryParentCategoryId="RS_AVAT_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Harnesses"/>

<ProductCategory productCategoryId="RS_AVAT_NAV_HOSEGR" primaryParentCategoryId="RS_AVAT_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Hose Gear"/>

<ProductCategory productCategoryId="RS_AVAT_NAV_MEDBGS" primaryParentCategoryId="RS_AVAT_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Medical Bags"/>

<ProductCategory productCategoryId="RS_AVAT_NAV_ORGAN" primaryParentCategoryId="RS_AVAT_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Organizers"/>

<ProductCategory productCategoryId="RS_AVAT_NAV_OTHER" primaryParentCategoryId="RS_AVAT_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Other"/>

<ProductCategory productCategoryId="RS_AVAT_NAV_OXYBGS" primaryParentCategoryId="RS_AVAT_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Oxygen Bags"/>

<ProductCategory productCategoryId="RS_AVAT_NAV_PACKS" primaryParentCategoryId="RS_AVAT_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Packs"/>

<ProductCategory productCategoryId="RS_AVAT_NAV_RADIOS" primaryParentCategoryId="RS_AVAT_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Radios"/>

<ProductCategory productCategoryId="RS_AVAT_NAV_ROPBG" primaryParentCategoryId="RS_AVAT_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Rope Bags"/>

<ProductCategory productCategoryId="RS_AVAT_NAV_TROLLS" primaryParentCategoryId="RS_AVAT_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Tool Rolls and Wraps"/>

<ProductCategory productCategoryId="RS_AVAT_NAV_TRVLBG" primaryParentCategoryId="RS_AVAT_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Travel Bags"/>

<ProductCategory productCategoryId="RS_AVAT_NAV_VESTS" primaryParentCategoryId="RS_AVAT_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Vests"/>


<ProductCategory productCategoryId="RS_GLAM_NAV_ALPROD" primaryParentCategoryId="RS_GLAM_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="All Products"/>

<ProductCategory productCategoryId="RS_GLAM_NAV_ALACTV" primaryParentCategoryId="RS_GLAM_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="All Active"/>

<ProductCategory productCategoryId="RS_GLAM_NAV_ALINAC" primaryParentCategoryId="RS_GLAM_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="All Inactive"/>

<ProductCategory productCategoryId="RS_GLAM_NAV_OUTOFP" primaryParentCategoryId="RS_GLAM_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Out of Production"/>

<ProductCategory productCategoryId="RS_GLAM_NAV_APRONS" primaryParentCategoryId="RS_GLAM_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Aprons"/>

<ProductCategory productCategoryId="RS_GLAM_NAV_BELTS" primaryParentCategoryId="RS_GLAM_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Belts"/>

<ProductCategory productCategoryId="RS_GLAM_NAV_CHAINS" primaryParentCategoryId="RS_GLAM_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Chainsaw"/>

<ProductCategory productCategoryId="RS_GLAM_NAV_CRIBBG" primaryParentCategoryId="RS_GLAM_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Cribbing Bags"/>

<ProductCategory productCategoryId="RS_GLAM_NAV_DCASES" primaryParentCategoryId="RS_GLAM_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Drug Cases"/>

<ProductCategory productCategoryId="RS_GLAM_NAV_FANNY" primaryParentCategoryId="RS_GLAM_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Fanny Packs and Pouches"/>

<ProductCategory productCategoryId="RS_GLAM_NAV_GEARBG" primaryParentCategoryId="RS_GLAM_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Gear Bags"/>

<ProductCategory productCategoryId="RS_GLAM_NAV_HARNES" primaryParentCategoryId="RS_GLAM_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Harnesses"/>

<ProductCategory productCategoryId="RS_GLAM_NAV_HOSEGR" primaryParentCategoryId="RS_GLAM_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Hose Gear"/>

<ProductCategory productCategoryId="RS_GLAM_NAV_MEDBGS" primaryParentCategoryId="RS_GLAM_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Medical Bags"/>

<ProductCategory productCategoryId="RS_GLAM_NAV_ORGAN" primaryParentCategoryId="RS_GLAM_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Organizers"/>

<ProductCategory productCategoryId="RS_GLAM_NAV_OTHER" primaryParentCategoryId="RS_GLAM_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Other"/>

<ProductCategory productCategoryId="RS_GLAM_NAV_OXYBGS" primaryParentCategoryId="RS_GLAM_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Oxygen Bags"/>

<ProductCategory productCategoryId="RS_GLAM_NAV_PACKS" primaryParentCategoryId="RS_GLAM_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Packs"/>

<ProductCategory productCategoryId="RS_GLAM_NAV_RADIOS" primaryParentCategoryId="RS_GLAM_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Radios"/>

<ProductCategory productCategoryId="RS_GLAM_NAV_ROPBG" primaryParentCategoryId="RS_GLAM_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Rope Bags"/>

<ProductCategory productCategoryId="RS_GLAM_NAV_TROLLS" primaryParentCategoryId="RS_GLAM_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Tool Rolls and Wraps"/>

<ProductCategory productCategoryId="RS_GLAM_NAV_TRVLBG" primaryParentCategoryId="RS_GLAM_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Travel Bags"/>

<ProductCategory productCategoryId="RS_GLAM_NAV_VESTS" primaryParentCategoryId="RS_GLAM_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Vests"/>


<ProductCategory productCategoryId="RS_LAWS_NAV_ALPROD" primaryParentCategoryId="RS_LAWS_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="All Products"/>

<ProductCategory productCategoryId="RS_LAWS_NAV_ALACTV" primaryParentCategoryId="RS_LAWS_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="All Active"/>

<ProductCategory productCategoryId="RS_LAWS_NAV_ALINAC" primaryParentCategoryId="RS_LAWS_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="All Inactive"/>

<ProductCategory productCategoryId="RS_LAWS_NAV_OUTOFP" primaryParentCategoryId="RS_LAWS_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Out of Production"/>

<ProductCategory productCategoryId="RS_LAWS_NAV_APRONS" primaryParentCategoryId="RS_LAWS_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Aprons"/>

<ProductCategory productCategoryId="RS_LAWS_NAV_BELTS" primaryParentCategoryId="RS_LAWS_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Belts"/>

<ProductCategory productCategoryId="RS_LAWS_NAV_CHAINS" primaryParentCategoryId="RS_LAWS_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Chainsaw"/>

<ProductCategory productCategoryId="RS_LAWS_NAV_CRIBBG" primaryParentCategoryId="RS_LAWS_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Cribbing Bags"/>

<ProductCategory productCategoryId="RS_LAWS_NAV_DCASES" primaryParentCategoryId="RS_LAWS_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Drug Cases"/>

<ProductCategory productCategoryId="RS_LAWS_NAV_FANNY" primaryParentCategoryId="RS_LAWS_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Fanny Packs and Pouches"/>

<ProductCategory productCategoryId="RS_LAWS_NAV_GEARBG" primaryParentCategoryId="RS_LAWS_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Gear Bags"/>

<ProductCategory productCategoryId="RS_LAWS_NAV_HARNES" primaryParentCategoryId="RS_LAWS_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Harnesses"/>

<ProductCategory productCategoryId="RS_LAWS_NAV_HOSEGR" primaryParentCategoryId="RS_LAWS_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Hose Gear"/>

<ProductCategory productCategoryId="RS_LAWS_NAV_MEDBGS" primaryParentCategoryId="RS_LAWS_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Medical Bags"/>

<ProductCategory productCategoryId="RS_LAWS_NAV_ORGAN" primaryParentCategoryId="RS_LAWS_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Organizers"/>

<ProductCategory productCategoryId="RS_LAWS_NAV_OTHER" primaryParentCategoryId="RS_LAWS_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Other"/>

<ProductCategory productCategoryId="RS_LAWS_NAV_OXYBGS" primaryParentCategoryId="RS_LAWS_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Oxygen Bags"/>

<ProductCategory productCategoryId="RS_LAWS_NAV_PACKS" primaryParentCategoryId="RS_LAWS_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Packs"/>

<ProductCategory productCategoryId="RS_LAWS_NAV_RADIOS" primaryParentCategoryId="RS_LAWS_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Radios"/>

<ProductCategory productCategoryId="RS_LAWS_NAV_ROPBG" primaryParentCategoryId="RS_LAWS_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Rope Bags"/>

<ProductCategory productCategoryId="RS_LAWS_NAV_TROLLS" primaryParentCategoryId="RS_LAWS_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Tool Rolls and Wraps"/>

<ProductCategory productCategoryId="RS_LAWS_NAV_TRVLBG" primaryParentCategoryId="RS_LAWS_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Travel Bags"/>

<ProductCategory productCategoryId="RS_LAWS_NAV_VESTS" primaryParentCategoryId="RS_LAWS_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Vests"/>


<ProductCategory productCategoryId="RS_MRNE_NAV_ALPROD" primaryParentCategoryId="RS_MRNE_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="All Products"/>

<ProductCategory productCategoryId="RS_MRNE_NAV_ALACTV" primaryParentCategoryId="RS_MRNE_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="All Active"/>

<ProductCategory productCategoryId="RS_MRNE_NAV_ALINAC" primaryParentCategoryId="RS_MRNE_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="All Inactive"/>

<ProductCategory productCategoryId="RS_MRNE_NAV_OUTOFP" primaryParentCategoryId="RS_MRNE_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Out of Production"/>

<ProductCategory productCategoryId="RS_MRNE_NAV_APRONS" primaryParentCategoryId="RS_MRNE_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Aprons"/>

<ProductCategory productCategoryId="RS_MRNE_NAV_BELTS" primaryParentCategoryId="RS_MRNE_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Belts"/>

<ProductCategory productCategoryId="RS_MRNE_NAV_CHAINS" primaryParentCategoryId="RS_MRNE_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Chainsaw"/>

<ProductCategory productCategoryId="RS_MRNE_NAV_CRIBBG" primaryParentCategoryId="RS_MRNE_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Cribbing Bags"/>

<ProductCategory productCategoryId="RS_MRNE_NAV_DCASES" primaryParentCategoryId="RS_MRNE_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Drug Cases"/>

<ProductCategory productCategoryId="RS_MRNE_NAV_FANNY" primaryParentCategoryId="RS_MRNE_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Fanny Packs and Pouches"/>

<ProductCategory productCategoryId="RS_MRNE_NAV_GEARBG" primaryParentCategoryId="RS_MRNE_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Gear Bags"/>

<ProductCategory productCategoryId="RS_MRNE_NAV_HARNES" primaryParentCategoryId="RS_MRNE_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Harnesses"/>

<ProductCategory productCategoryId="RS_MRNE_NAV_HOSEGR" primaryParentCategoryId="RS_MRNE_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Hose Gear"/>

<ProductCategory productCategoryId="RS_MRNE_NAV_MEDBGS" primaryParentCategoryId="RS_MRNE_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Medical Bags"/>

<ProductCategory productCategoryId="RS_MRNE_NAV_ORGAN" primaryParentCategoryId="RS_MRNE_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Organizers"/>

<ProductCategory productCategoryId="RS_MRNE_NAV_OTHER" primaryParentCategoryId="RS_MRNE_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Other"/>

<ProductCategory productCategoryId="RS_MRNE_NAV_OXYBGS" primaryParentCategoryId="RS_MRNE_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Oxygen Bags"/>

<ProductCategory productCategoryId="RS_MRNE_NAV_PACKS" primaryParentCategoryId="RS_MRNE_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Packs"/>

<ProductCategory productCategoryId="RS_MRNE_NAV_RADIOS" primaryParentCategoryId="RS_MRNE_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Radios"/>

<ProductCategory productCategoryId="RS_MRNE_NAV_ROPBG" primaryParentCategoryId="RS_MRNE_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Rope Bags"/>

<ProductCategory productCategoryId="RS_MRNE_NAV_TROLLS" primaryParentCategoryId="RS_MRNE_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Tool Rolls and Wraps"/>

<ProductCategory productCategoryId="RS_MRNE_NAV_TRVLBG" primaryParentCategoryId="RS_MRNE_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Travel Bags"/>

<ProductCategory productCategoryId="RS_MRNE_NAV_VESTS" primaryParentCategoryId="RS_MRNE_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Vests"/>


<ProductCategory productCategoryId="RS_MEDC_NAV_ALPROD" primaryParentCategoryId="RS_MEDC_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="All Products"/>

<ProductCategory productCategoryId="RS_MEDC_NAV_ALACTV" primaryParentCategoryId="RS_MEDC_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="All Active"/>

<ProductCategory productCategoryId="RS_MEDC_NAV_ALINAC" primaryParentCategoryId="RS_MEDC_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="All Inactive"/>

<ProductCategory productCategoryId="RS_MEDC_NAV_OUTOFP" primaryParentCategoryId="RS_MEDC_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Out of Production"/>

<ProductCategory productCategoryId="RS_MEDC_NAV_APRONS" primaryParentCategoryId="RS_MEDC_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Aprons"/>

<ProductCategory productCategoryId="RS_MEDC_NAV_BELTS" primaryParentCategoryId="RS_MEDC_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Belts"/>

<ProductCategory productCategoryId="RS_MEDC_NAV_CHAINS" primaryParentCategoryId="RS_MEDC_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Chainsaw"/>

<ProductCategory productCategoryId="RS_MEDC_NAV_CRIBBG" primaryParentCategoryId="RS_MEDC_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Cribbing Bags"/>

<ProductCategory productCategoryId="RS_MEDC_NAV_DCASES" primaryParentCategoryId="RS_MEDC_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Drug Cases"/>

<ProductCategory productCategoryId="RS_MEDC_NAV_FANNY" primaryParentCategoryId="RS_MEDC_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Fanny Packs and Pouches"/>

<ProductCategory productCategoryId="RS_MEDC_NAV_GEARBG" primaryParentCategoryId="RS_MEDC_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Gear Bags"/>

<ProductCategory productCategoryId="RS_MEDC_NAV_HARNES" primaryParentCategoryId="RS_MEDC_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Harnesses"/>

<ProductCategory productCategoryId="RS_MEDC_NAV_HOSEGR" primaryParentCategoryId="RS_MEDC_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Hose Gear"/>

<ProductCategory productCategoryId="RS_MEDC_NAV_MEDBGS" primaryParentCategoryId="RS_MEDC_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Medical Bags"/>

<ProductCategory productCategoryId="RS_MEDC_NAV_ORGAN" primaryParentCategoryId="RS_MEDC_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Organizers"/>

<ProductCategory productCategoryId="RS_MEDC_NAV_OTHER" primaryParentCategoryId="RS_MEDC_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Other"/>

<ProductCategory productCategoryId="RS_MEDC_NAV_OXYBGS" primaryParentCategoryId="RS_MEDC_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Oxygen Bags"/>

<ProductCategory productCategoryId="RS_MEDC_NAV_PACKS" primaryParentCategoryId="RS_MEDC_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Packs"/>

<ProductCategory productCategoryId="RS_MEDC_NAV_RADIOS" primaryParentCategoryId="RS_MEDC_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Radios"/>

<ProductCategory productCategoryId="RS_MEDC_NAV_ROPBG" primaryParentCategoryId="RS_MEDC_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Rope Bags"/>

<ProductCategory productCategoryId="RS_MEDC_NAV_TROLLS" primaryParentCategoryId="RS_MEDC_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Tool Rolls and Wraps"/>

<ProductCategory productCategoryId="RS_MEDC_NAV_TRVLBG" primaryParentCategoryId="RS_MEDC_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Travel Bags"/>

<ProductCategory productCategoryId="RS_MEDC_NAV_VESTS" primaryParentCategoryId="RS_MEDC_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Vests"/>


<ProductCategory productCategoryId="RS_TRAV_NAV_ALPROD" primaryParentCategoryId="RS_TRAV_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="All Products"/>

<ProductCategory productCategoryId="RS_TRAV_NAV_ALACTV" primaryParentCategoryId="RS_TRAV_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="All Active"/>

<ProductCategory productCategoryId="RS_TRAV_NAV_ALINAC" primaryParentCategoryId="RS_TRAV_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="All Inactive"/>

<ProductCategory productCategoryId="RS_TRAV_NAV_OUTOFP" primaryParentCategoryId="RS_TRAV_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Out of Production"/>

<ProductCategory productCategoryId="RS_TRAV_NAV_APRONS" primaryParentCategoryId="RS_TRAV_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Aprons"/>

<ProductCategory productCategoryId="RS_TRAV_NAV_BELTS" primaryParentCategoryId="RS_TRAV_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Belts"/>

<ProductCategory productCategoryId="RS_TRAV_NAV_CHAINS" primaryParentCategoryId="RS_TRAV_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Chainsaw"/>

<ProductCategory productCategoryId="RS_TRAV_NAV_CRIBBG" primaryParentCategoryId="RS_TRAV_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Cribbing Bags"/>

<ProductCategory productCategoryId="RS_TRAV_NAV_DCASES" primaryParentCategoryId="RS_TRAV_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Drug Cases"/>

<ProductCategory productCategoryId="RS_TRAV_NAV_FANNY" primaryParentCategoryId="RS_TRAV_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Fanny Packs and Pouches"/>

<ProductCategory productCategoryId="RS_TRAV_NAV_GEARBG" primaryParentCategoryId="RS_TRAV_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Gear Bags"/>

<ProductCategory productCategoryId="RS_TRAV_NAV_HARNES" primaryParentCategoryId="RS_TRAV_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Harnesses"/>

<ProductCategory productCategoryId="RS_TRAV_NAV_HOSEGR" primaryParentCategoryId="RS_TRAV_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Hose Gear"/>

<ProductCategory productCategoryId="RS_TRAV_NAV_MEDBGS" primaryParentCategoryId="RS_TRAV_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Medical Bags"/>

<ProductCategory productCategoryId="RS_TRAV_NAV_ORGAN" primaryParentCategoryId="RS_TRAV_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Organizers"/>

<ProductCategory productCategoryId="RS_TRAV_NAV_OTHER" primaryParentCategoryId="RS_TRAV_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Other"/>

<ProductCategory productCategoryId="RS_TRAV_NAV_OXYBGS" primaryParentCategoryId="RS_TRAV_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Oxygen Bags"/>

<ProductCategory productCategoryId="RS_TRAV_NAV_PACKS" primaryParentCategoryId="RS_TRAV_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Packs"/>

<ProductCategory productCategoryId="RS_TRAV_NAV_RADIOS" primaryParentCategoryId="RS_TRAV_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Radios"/>

<ProductCategory productCategoryId="RS_TRAV_NAV_ROPBG" primaryParentCategoryId="RS_TRAV_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Rope Bags"/>

<ProductCategory productCategoryId="RS_TRAV_NAV_TROLLS" primaryParentCategoryId="RS_TRAV_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Tool Rolls and Wraps"/>

<ProductCategory productCategoryId="RS_TRAV_NAV_TRVLBG" primaryParentCategoryId="RS_TRAV_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Travel Bags"/>

<ProductCategory productCategoryId="RS_TRAV_NAV_VESTS" primaryParentCategoryId="RS_TRAV_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Vests"/>


<ProductCategory productCategoryId="RS_OUTD_NAV_ALPROD" primaryParentCategoryId="RS_OUTD_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="All Products"/>

<ProductCategory productCategoryId="RS_OUTD_NAV_ALACTV" primaryParentCategoryId="RS_OUTD_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="All Active"/>

<ProductCategory productCategoryId="RS_OUTD_NAV_ALINAC" primaryParentCategoryId="RS_OUTD_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="All Inactive"/>

<ProductCategory productCategoryId="RS_OUTD_NAV_OUTOFP" primaryParentCategoryId="RS_OUTD_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Out of Production"/>

<ProductCategory productCategoryId="RS_OUTD_NAV_APRONS" primaryParentCategoryId="RS_OUTD_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Aprons"/>

<ProductCategory productCategoryId="RS_OUTD_NAV_BELTS" primaryParentCategoryId="RS_OUTD_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Belts"/>

<ProductCategory productCategoryId="RS_OUTD_NAV_CHAINS" primaryParentCategoryId="RS_OUTD_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Chainsaw"/>

<ProductCategory productCategoryId="RS_OUTD_NAV_CRIBBG" primaryParentCategoryId="RS_OUTD_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Cribbing Bags"/>

<ProductCategory productCategoryId="RS_OUTD_NAV_DCASES" primaryParentCategoryId="RS_OUTD_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Drug Cases"/>

<ProductCategory productCategoryId="RS_OUTD_NAV_FANNY" primaryParentCategoryId="RS_OUTD_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Fanny Packs and Pouches"/>

<ProductCategory productCategoryId="RS_OUTD_NAV_GEARBG" primaryParentCategoryId="RS_OUTD_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Gear Bags"/>

<ProductCategory productCategoryId="RS_OUTD_NAV_HARNES" primaryParentCategoryId="RS_OUTD_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Harnesses"/>

<ProductCategory productCategoryId="RS_OUTD_NAV_HOSEGR" primaryParentCategoryId="RS_OUTD_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Hose Gear"/>

<ProductCategory productCategoryId="RS_OUTD_NAV_MEDBGS" primaryParentCategoryId="RS_OUTD_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Medical Bags"/>

<ProductCategory productCategoryId="RS_OUTD_NAV_ORGAN" primaryParentCategoryId="RS_OUTD_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Organizers"/>

<ProductCategory productCategoryId="RS_OUTD_NAV_OTHER" primaryParentCategoryId="RS_OUTD_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Other"/>

<ProductCategory productCategoryId="RS_OUTD_NAV_OXYBGS" primaryParentCategoryId="RS_OUTD_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Oxygen Bags"/>

<ProductCategory productCategoryId="RS_OUTD_NAV_PACKS" primaryParentCategoryId="RS_OUTD_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Packs"/>

<ProductCategory productCategoryId="RS_OUTD_NAV_RADIOS" primaryParentCategoryId="RS_OUTD_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Radios"/>

<ProductCategory productCategoryId="RS_OUTD_NAV_ROPBG" primaryParentCategoryId="RS_OUTD_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Rope Bags"/>

<ProductCategory productCategoryId="RS_OUTD_NAV_TROLLS" primaryParentCategoryId="RS_OUTD_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Tool Rolls and Wraps"/>

<ProductCategory productCategoryId="RS_OUTD_NAV_TRVLBG" primaryParentCategoryId="RS_OUTD_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Travel Bags"/>

<ProductCategory productCategoryId="RS_OUTD_NAV_VESTS" primaryParentCategoryId="RS_OUTD_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Vests"/>


<ProductCategory productCategoryId="RS_USAR_NAV_ALPROD" primaryParentCategoryId="RS_USAR_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="All Products"/>

<ProductCategory productCategoryId="RS_USAR_NAV_ALACTV" primaryParentCategoryId="RS_USAR_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="All Active"/>

<ProductCategory productCategoryId="RS_USAR_NAV_ALINAC" primaryParentCategoryId="RS_USAR_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="All Inactive"/>

<ProductCategory productCategoryId="RS_USAR_NAV_OUTOFP" primaryParentCategoryId="RS_USAR_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Out of Production"/>

<ProductCategory productCategoryId="RS_USAR_NAV_APRONS" primaryParentCategoryId="RS_USAR_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Aprons"/>

<ProductCategory productCategoryId="RS_USAR_NAV_BELTS" primaryParentCategoryId="RS_USAR_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Belts"/>

<ProductCategory productCategoryId="RS_USAR_NAV_CHAINS" primaryParentCategoryId="RS_USAR_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Chainsaw"/>

<ProductCategory productCategoryId="RS_USAR_NAV_CRIBBG" primaryParentCategoryId="RS_USAR_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Cribbing Bags"/>

<ProductCategory productCategoryId="RS_USAR_NAV_DCASES" primaryParentCategoryId="RS_USAR_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Drug Cases"/>

<ProductCategory productCategoryId="RS_USAR_NAV_FANNY" primaryParentCategoryId="RS_USAR_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Fanny Packs and Pouches"/>

<ProductCategory productCategoryId="RS_USAR_NAV_GEARBG" primaryParentCategoryId="RS_USAR_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Gear Bags"/>

<ProductCategory productCategoryId="RS_USAR_NAV_HARNES" primaryParentCategoryId="RS_USAR_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Harnesses"/>

<ProductCategory productCategoryId="RS_USAR_NAV_HOSEGR" primaryParentCategoryId="RS_USAR_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Hose Gear"/>

<ProductCategory productCategoryId="RS_USAR_NAV_MEDBGS" primaryParentCategoryId="RS_USAR_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Medical Bags"/>

<ProductCategory productCategoryId="RS_USAR_NAV_ORGAN" primaryParentCategoryId="RS_USAR_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Organizers"/>

<ProductCategory productCategoryId="RS_USAR_NAV_OTHER" primaryParentCategoryId="RS_USAR_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Other"/>

<ProductCategory productCategoryId="RS_USAR_NAV_OXYBGS" primaryParentCategoryId="RS_USAR_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Oxygen Bags"/>

<ProductCategory productCategoryId="RS_USAR_NAV_PACKS" primaryParentCategoryId="RS_USAR_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Packs"/>

<ProductCategory productCategoryId="RS_USAR_NAV_RADIOS" primaryParentCategoryId="RS_USAR_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Radios"/>

<ProductCategory productCategoryId="RS_USAR_NAV_ROPBG" primaryParentCategoryId="RS_USAR_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Rope Bags"/>

<ProductCategory productCategoryId="RS_USAR_NAV_TROLLS" primaryParentCategoryId="RS_USAR_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Tool Rolls and Wraps"/>

<ProductCategory productCategoryId="RS_USAR_NAV_TRVLBG" primaryParentCategoryId="RS_USAR_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Travel Bags"/>

<ProductCategory productCategoryId="RS_USAR_NAV_VESTS" primaryParentCategoryId="RS_USAR_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Vests"/>


<ProductCategory productCategoryId="RS_WILD_NAV_ALPROD" primaryParentCategoryId="RS_WILD_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="All Products"/>

<ProductCategory productCategoryId="RS_WILD_NAV_ALACTV" primaryParentCategoryId="RS_WILD_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="All Active"/>

<ProductCategory productCategoryId="RS_WILD_NAV_ALINAC" primaryParentCategoryId="RS_WILD_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="All Inactive"/>

<ProductCategory productCategoryId="RS_WILD_NAV_OUTOFP" primaryParentCategoryId="RS_WILD_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Out of Production"/>

<ProductCategory productCategoryId="RS_WILD_NAV_APRONS" primaryParentCategoryId="RS_WILD_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Aprons"/>

<ProductCategory productCategoryId="RS_WILD_NAV_BELTS" primaryParentCategoryId="RS_WILD_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Belts"/>

<ProductCategory productCategoryId="RS_WILD_NAV_CHAINS" primaryParentCategoryId="RS_WILD_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Chainsaw"/>

<ProductCategory productCategoryId="RS_WILD_NAV_CRIBBG" primaryParentCategoryId="RS_WILD_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Cribbing Bags"/>

<ProductCategory productCategoryId="RS_WILD_NAV_DCASES" primaryParentCategoryId="RS_WILD_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Drug Cases"/>

<ProductCategory productCategoryId="RS_WILD_NAV_FANNY" primaryParentCategoryId="RS_WILD_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Fanny Packs and Pouches"/>

<ProductCategory productCategoryId="RS_WILD_NAV_GEARBG" primaryParentCategoryId="RS_WILD_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Gear Bags"/>

<ProductCategory productCategoryId="RS_WILD_NAV_HARNES" primaryParentCategoryId="RS_WILD_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Harnesses"/>

<ProductCategory productCategoryId="RS_WILD_NAV_HOSEGR" primaryParentCategoryId="RS_WILD_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Hose Gear"/>

<ProductCategory productCategoryId="RS_WILD_NAV_MEDBGS" primaryParentCategoryId="RS_WILD_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Medical Bags"/>

<ProductCategory productCategoryId="RS_WILD_NAV_ORGAN" primaryParentCategoryId="RS_WILD_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Organizers"/>

<ProductCategory productCategoryId="RS_WILD_NAV_OTHER" primaryParentCategoryId="RS_WILD_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Other"/>

<ProductCategory productCategoryId="RS_WILD_NAV_OXYBGS" primaryParentCategoryId="RS_WILD_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Oxygen Bags"/>

<ProductCategory productCategoryId="RS_WILD_NAV_PACKS" primaryParentCategoryId="RS_WILD_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Packs"/>

<ProductCategory productCategoryId="RS_WILD_NAV_RADIOS" primaryParentCategoryId="RS_WILD_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Radios"/>

<ProductCategory productCategoryId="RS_WILD_NAV_ROPBG" primaryParentCategoryId="RS_WILD_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Rope Bags"/>

<ProductCategory productCategoryId="RS_WILD_NAV_TROLLS" primaryParentCategoryId="RS_WILD_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Tool Rolls and Wraps"/>

<ProductCategory productCategoryId="RS_WILD_NAV_TRVLBG" primaryParentCategoryId="RS_WILD_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Travel Bags"/>

<ProductCategory productCategoryId="RS_WILD_NAV_VESTS" primaryParentCategoryId="RS_WILD_NAV" productCategoryTypeId="CATALOG_CATEGORY" categoryName="Vests"/>

</entity-engine-xml>




Product Category Rollup Associated with Catalogs

<entity-engine-xml>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_NAV" productCategoryId="RS_FGDS_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_NAV" productCategoryId="RS_FGDS_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_NAV" productCategoryId="RS_FGDS_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_NAV" productCategoryId="RS_FGDS_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_NAV" productCategoryId="RS_FGDS_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_NAV" productCategoryId="RS_FGDS_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_NAV" productCategoryId="RS_FGDS_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_NAV" productCategoryId="RS_FGDS_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_NAV" productCategoryId="RS_FGDS_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_NAV" productCategoryId="RS_FGDS_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_NAV" productCategoryId="RS_FGDS_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_NAV" productCategoryId="RS_FGDS_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_NAV" productCategoryId="RS_FGDS_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_NAV" productCategoryId="RS_FGDS_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_NAV" productCategoryId="RS_FGDS_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_NAV" productCategoryId="RS_FGDS_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_NAV" productCategoryId="RS_FGDS_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_NAV" productCategoryId="RS_FGDS_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_NAV" productCategoryId="RS_FGDS_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_NAV" productCategoryId="RS_FGDS_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_NAV" productCategoryId="RS_FGDS_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_NAV" productCategoryId="RS_FGDS_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_PRMO" productCategoryId="RS_FGDS_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_PRMO" productCategoryId="RS_FGDS_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_PRMO" productCategoryId="RS_FGDS_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_PRMO" productCategoryId="RS_FGDS_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_PRMO" productCategoryId="RS_FGDS_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_PRMO" productCategoryId="RS_FGDS_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_PRMO" productCategoryId="RS_FGDS_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_PRMO" productCategoryId="RS_FGDS_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_PRMO" productCategoryId="RS_FGDS_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_PRMO" productCategoryId="RS_FGDS_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_PRMO" productCategoryId="RS_FGDS_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_PRMO" productCategoryId="RS_FGDS_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_PRMO" productCategoryId="RS_FGDS_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_PRMO" productCategoryId="RS_FGDS_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_PRMO" productCategoryId="RS_FGDS_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_PRMO" productCategoryId="RS_FGDS_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_PRMO" productCategoryId="RS_FGDS_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_PRMO" productCategoryId="RS_FGDS_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_PRMO" productCategoryId="RS_FGDS_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_PRMO" productCategoryId="RS_FGDS_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_PRMO" productCategoryId="RS_FGDS_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_PRMO" productCategoryId="RS_FGDS_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_SRCH" productCategoryId="RS_FGDS_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_SRCH" productCategoryId="RS_FGDS_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_SRCH" productCategoryId="RS_FGDS_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_SRCH" productCategoryId="RS_FGDS_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_SRCH" productCategoryId="RS_FGDS_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_SRCH" productCategoryId="RS_FGDS_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_SRCH" productCategoryId="RS_FGDS_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_SRCH" productCategoryId="RS_FGDS_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_SRCH" productCategoryId="RS_FGDS_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_SRCH" productCategoryId="RS_FGDS_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_SRCH" productCategoryId="RS_FGDS_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_SRCH" productCategoryId="RS_FGDS_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_SRCH" productCategoryId="RS_FGDS_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_SRCH" productCategoryId="RS_FGDS_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_SRCH" productCategoryId="RS_FGDS_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_SRCH" productCategoryId="RS_FGDS_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_SRCH" productCategoryId="RS_FGDS_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_SRCH" productCategoryId="RS_FGDS_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_SRCH" productCategoryId="RS_FGDS_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_SRCH" productCategoryId="RS_FGDS_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_SRCH" productCategoryId="RS_FGDS_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_SRCH" productCategoryId="RS_FGDS_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_PRCH" productCategoryId="RS_FGDS_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_PRCH" productCategoryId="RS_FGDS_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_PRCH" productCategoryId="RS_FGDS_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_PRCH" productCategoryId="RS_FGDS_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_PRCH" productCategoryId="RS_FGDS_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_PRCH" productCategoryId="RS_FGDS_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_PRCH" productCategoryId="RS_FGDS_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_PRCH" productCategoryId="RS_FGDS_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_PRCH" productCategoryId="RS_FGDS_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_PRCH" productCategoryId="RS_FGDS_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_PRCH" productCategoryId="RS_FGDS_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_PRCH" productCategoryId="RS_FGDS_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_PRCH" productCategoryId="RS_FGDS_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_PRCH" productCategoryId="RS_FGDS_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_PRCH" productCategoryId="RS_FGDS_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_PRCH" productCategoryId="RS_FGDS_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_PRCH" productCategoryId="RS_FGDS_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_PRCH" productCategoryId="RS_FGDS_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_PRCH" productCategoryId="RS_FGDS_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_PRCH" productCategoryId="RS_FGDS_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_PRCH" productCategoryId="RS_FGDS_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_PRCH" productCategoryId="RS_FGDS_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_BEST" productCategoryId="RS_FGDS_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_BEST" productCategoryId="RS_FGDS_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_BEST" productCategoryId="RS_FGDS_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_BEST" productCategoryId="RS_FGDS_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_BEST" productCategoryId="RS_FGDS_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_BEST" productCategoryId="RS_FGDS_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_BEST" productCategoryId="RS_FGDS_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_BEST" productCategoryId="RS_FGDS_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_BEST" productCategoryId="RS_FGDS_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_BEST" productCategoryId="RS_FGDS_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_BEST" productCategoryId="RS_FGDS_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_BEST" productCategoryId="RS_FGDS_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_BEST" productCategoryId="RS_FGDS_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_BEST" productCategoryId="RS_FGDS_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_BEST" productCategoryId="RS_FGDS_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_BEST" productCategoryId="RS_FGDS_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_BEST" productCategoryId="RS_FGDS_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_BEST" productCategoryId="RS_FGDS_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_BEST" productCategoryId="RS_FGDS_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_BEST" productCategoryId="RS_FGDS_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_BEST" productCategoryId="RS_FGDS_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_BEST" productCategoryId="RS_FGDS_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_VIEW" productCategoryId="RS_FGDS_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_VIEW" productCategoryId="RS_FGDS_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_VIEW" productCategoryId="RS_FGDS_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_VIEW" productCategoryId="RS_FGDS_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_VIEW" productCategoryId="RS_FGDS_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_VIEW" productCategoryId="RS_FGDS_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_VIEW" productCategoryId="RS_FGDS_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_VIEW" productCategoryId="RS_FGDS_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_VIEW" productCategoryId="RS_FGDS_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_VIEW" productCategoryId="RS_FGDS_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_VIEW" productCategoryId="RS_FGDS_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_VIEW" productCategoryId="RS_FGDS_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_VIEW" productCategoryId="RS_FGDS_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_VIEW" productCategoryId="RS_FGDS_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_VIEW" productCategoryId="RS_FGDS_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_VIEW" productCategoryId="RS_FGDS_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_VIEW" productCategoryId="RS_FGDS_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_VIEW" productCategoryId="RS_FGDS_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_VIEW" productCategoryId="RS_FGDS_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_VIEW" productCategoryId="RS_FGDS_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_VIEW" productCategoryId="RS_FGDS_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_FGDS_VIEW" productCategoryId="RS_FGDS_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_NAV" productCategoryId="RS_ANML_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_NAV" productCategoryId="RS_ANML_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_NAV" productCategoryId="RS_ANML_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_NAV" productCategoryId="RS_ANML_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_NAV" productCategoryId="RS_ANML_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_NAV" productCategoryId="RS_ANML_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_NAV" productCategoryId="RS_ANML_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_NAV" productCategoryId="RS_ANML_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_NAV" productCategoryId="RS_ANML_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_NAV" productCategoryId="RS_ANML_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_NAV" productCategoryId="RS_ANML_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_NAV" productCategoryId="RS_ANML_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_NAV" productCategoryId="RS_ANML_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_NAV" productCategoryId="RS_ANML_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_NAV" productCategoryId="RS_ANML_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_NAV" productCategoryId="RS_ANML_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_NAV" productCategoryId="RS_ANML_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_NAV" productCategoryId="RS_ANML_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_NAV" productCategoryId="RS_ANML_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_NAV" productCategoryId="RS_ANML_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_NAV" productCategoryId="RS_ANML_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_NAV" productCategoryId="RS_ANML_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_PRMO" productCategoryId="RS_ANML_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_PRMO" productCategoryId="RS_ANML_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_PRMO" productCategoryId="RS_ANML_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_PRMO" productCategoryId="RS_ANML_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_PRMO" productCategoryId="RS_ANML_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_PRMO" productCategoryId="RS_ANML_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_PRMO" productCategoryId="RS_ANML_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_PRMO" productCategoryId="RS_ANML_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_PRMO" productCategoryId="RS_ANML_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_PRMO" productCategoryId="RS_ANML_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_PRMO" productCategoryId="RS_ANML_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_PRMO" productCategoryId="RS_ANML_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_PRMO" productCategoryId="RS_ANML_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_PRMO" productCategoryId="RS_ANML_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_PRMO" productCategoryId="RS_ANML_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_PRMO" productCategoryId="RS_ANML_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_PRMO" productCategoryId="RS_ANML_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_PRMO" productCategoryId="RS_ANML_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_PRMO" productCategoryId="RS_ANML_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_PRMO" productCategoryId="RS_ANML_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_PRMO" productCategoryId="RS_ANML_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_PRMO" productCategoryId="RS_ANML_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_SRCH" productCategoryId="RS_ANML_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_SRCH" productCategoryId="RS_ANML_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_SRCH" productCategoryId="RS_ANML_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_SRCH" productCategoryId="RS_ANML_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_SRCH" productCategoryId="RS_ANML_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_SRCH" productCategoryId="RS_ANML_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_SRCH" productCategoryId="RS_ANML_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_SRCH" productCategoryId="RS_ANML_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_SRCH" productCategoryId="RS_ANML_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_SRCH" productCategoryId="RS_ANML_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_SRCH" productCategoryId="RS_ANML_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_SRCH" productCategoryId="RS_ANML_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_SRCH" productCategoryId="RS_ANML_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_SRCH" productCategoryId="RS_ANML_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_SRCH" productCategoryId="RS_ANML_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_SRCH" productCategoryId="RS_ANML_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_SRCH" productCategoryId="RS_ANML_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_SRCH" productCategoryId="RS_ANML_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_SRCH" productCategoryId="RS_ANML_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_SRCH" productCategoryId="RS_ANML_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_SRCH" productCategoryId="RS_ANML_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_SRCH" productCategoryId="RS_ANML_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_PRCH" productCategoryId="RS_ANML_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_PRCH" productCategoryId="RS_ANML_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_PRCH" productCategoryId="RS_ANML_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_PRCH" productCategoryId="RS_ANML_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_PRCH" productCategoryId="RS_ANML_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_PRCH" productCategoryId="RS_ANML_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_PRCH" productCategoryId="RS_ANML_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_PRCH" productCategoryId="RS_ANML_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_PRCH" productCategoryId="RS_ANML_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_PRCH" productCategoryId="RS_ANML_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_PRCH" productCategoryId="RS_ANML_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_PRCH" productCategoryId="RS_ANML_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_PRCH" productCategoryId="RS_ANML_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_PRCH" productCategoryId="RS_ANML_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_PRCH" productCategoryId="RS_ANML_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_PRCH" productCategoryId="RS_ANML_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_PRCH" productCategoryId="RS_ANML_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_PRCH" productCategoryId="RS_ANML_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_PRCH" productCategoryId="RS_ANML_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_PRCH" productCategoryId="RS_ANML_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_PRCH" productCategoryId="RS_ANML_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_PRCH" productCategoryId="RS_ANML_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_BEST" productCategoryId="RS_ANML_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_BEST" productCategoryId="RS_ANML_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_BEST" productCategoryId="RS_ANML_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_BEST" productCategoryId="RS_ANML_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_BEST" productCategoryId="RS_ANML_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_BEST" productCategoryId="RS_ANML_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_BEST" productCategoryId="RS_ANML_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_BEST" productCategoryId="RS_ANML_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_BEST" productCategoryId="RS_ANML_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_BEST" productCategoryId="RS_ANML_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_BEST" productCategoryId="RS_ANML_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_BEST" productCategoryId="RS_ANML_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_BEST" productCategoryId="RS_ANML_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_BEST" productCategoryId="RS_ANML_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_BEST" productCategoryId="RS_ANML_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_BEST" productCategoryId="RS_ANML_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_BEST" productCategoryId="RS_ANML_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_BEST" productCategoryId="RS_ANML_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_BEST" productCategoryId="RS_ANML_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_BEST" productCategoryId="RS_ANML_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_BEST" productCategoryId="RS_ANML_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_BEST" productCategoryId="RS_ANML_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_VIEW" productCategoryId="RS_ANML_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_VIEW" productCategoryId="RS_ANML_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_VIEW" productCategoryId="RS_ANML_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_VIEW" productCategoryId="RS_ANML_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_VIEW" productCategoryId="RS_ANML_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_VIEW" productCategoryId="RS_ANML_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_VIEW" productCategoryId="RS_ANML_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_VIEW" productCategoryId="RS_ANML_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_VIEW" productCategoryId="RS_ANML_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_VIEW" productCategoryId="RS_ANML_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_VIEW" productCategoryId="RS_ANML_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_VIEW" productCategoryId="RS_ANML_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_VIEW" productCategoryId="RS_ANML_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_VIEW" productCategoryId="RS_ANML_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_VIEW" productCategoryId="RS_ANML_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_VIEW" productCategoryId="RS_ANML_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_VIEW" productCategoryId="RS_ANML_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_VIEW" productCategoryId="RS_ANML_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_VIEW" productCategoryId="RS_ANML_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_VIEW" productCategoryId="RS_ANML_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_VIEW" productCategoryId="RS_ANML_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_ANML_VIEW" productCategoryId="RS_ANML_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_NAV" productCategoryId="RS_AVAT_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_NAV" productCategoryId="RS_AVAT_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_NAV" productCategoryId="RS_AVAT_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_NAV" productCategoryId="RS_AVAT_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_NAV" productCategoryId="RS_AVAT_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_NAV" productCategoryId="RS_AVAT_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_NAV" productCategoryId="RS_AVAT_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_NAV" productCategoryId="RS_AVAT_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_NAV" productCategoryId="RS_AVAT_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_NAV" productCategoryId="RS_AVAT_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_NAV" productCategoryId="RS_AVAT_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_NAV" productCategoryId="RS_AVAT_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_NAV" productCategoryId="RS_AVAT_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_NAV" productCategoryId="RS_AVAT_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_NAV" productCategoryId="RS_AVAT_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_NAV" productCategoryId="RS_AVAT_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_NAV" productCategoryId="RS_AVAT_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_NAV" productCategoryId="RS_AVAT_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_NAV" productCategoryId="RS_AVAT_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_NAV" productCategoryId="RS_AVAT_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_NAV" productCategoryId="RS_AVAT_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_NAV" productCategoryId="RS_AVAT_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_PRMO" productCategoryId="RS_AVAT_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_PRMO" productCategoryId="RS_AVAT_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_PRMO" productCategoryId="RS_AVAT_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_PRMO" productCategoryId="RS_AVAT_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_PRMO" productCategoryId="RS_AVAT_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_PRMO" productCategoryId="RS_AVAT_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_PRMO" productCategoryId="RS_AVAT_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_PRMO" productCategoryId="RS_AVAT_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_PRMO" productCategoryId="RS_AVAT_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_PRMO" productCategoryId="RS_AVAT_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_PRMO" productCategoryId="RS_AVAT_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_PRMO" productCategoryId="RS_AVAT_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_PRMO" productCategoryId="RS_AVAT_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_PRMO" productCategoryId="RS_AVAT_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_PRMO" productCategoryId="RS_AVAT_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_PRMO" productCategoryId="RS_AVAT_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_PRMO" productCategoryId="RS_AVAT_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_PRMO" productCategoryId="RS_AVAT_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_PRMO" productCategoryId="RS_AVAT_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_PRMO" productCategoryId="RS_AVAT_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_PRMO" productCategoryId="RS_AVAT_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_PRMO" productCategoryId="RS_AVAT_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_SRCH" productCategoryId="RS_AVAT_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_SRCH" productCategoryId="RS_AVAT_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_SRCH" productCategoryId="RS_AVAT_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_SRCH" productCategoryId="RS_AVAT_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_SRCH" productCategoryId="RS_AVAT_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_SRCH" productCategoryId="RS_AVAT_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_SRCH" productCategoryId="RS_AVAT_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_SRCH" productCategoryId="RS_AVAT_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_SRCH" productCategoryId="RS_AVAT_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_SRCH" productCategoryId="RS_AVAT_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_SRCH" productCategoryId="RS_AVAT_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_SRCH" productCategoryId="RS_AVAT_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_SRCH" productCategoryId="RS_AVAT_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_SRCH" productCategoryId="RS_AVAT_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_SRCH" productCategoryId="RS_AVAT_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_SRCH" productCategoryId="RS_AVAT_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_SRCH" productCategoryId="RS_AVAT_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_SRCH" productCategoryId="RS_AVAT_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_SRCH" productCategoryId="RS_AVAT_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_SRCH" productCategoryId="RS_AVAT_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_SRCH" productCategoryId="RS_AVAT_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_SRCH" productCategoryId="RS_AVAT_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_PRCH" productCategoryId="RS_AVAT_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_PRCH" productCategoryId="RS_AVAT_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_PRCH" productCategoryId="RS_AVAT_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_PRCH" productCategoryId="RS_AVAT_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_PRCH" productCategoryId="RS_AVAT_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_PRCH" productCategoryId="RS_AVAT_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_PRCH" productCategoryId="RS_AVAT_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_PRCH" productCategoryId="RS_AVAT_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_PRCH" productCategoryId="RS_AVAT_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_PRCH" productCategoryId="RS_AVAT_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_PRCH" productCategoryId="RS_AVAT_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_PRCH" productCategoryId="RS_AVAT_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_PRCH" productCategoryId="RS_AVAT_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_PRCH" productCategoryId="RS_AVAT_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_PRCH" productCategoryId="RS_AVAT_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_PRCH" productCategoryId="RS_AVAT_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_PRCH" productCategoryId="RS_AVAT_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_PRCH" productCategoryId="RS_AVAT_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_PRCH" productCategoryId="RS_AVAT_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_PRCH" productCategoryId="RS_AVAT_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_PRCH" productCategoryId="RS_AVAT_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_PRCH" productCategoryId="RS_AVAT_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_BEST" productCategoryId="RS_AVAT_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_BEST" productCategoryId="RS_AVAT_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_BEST" productCategoryId="RS_AVAT_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_BEST" productCategoryId="RS_AVAT_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_BEST" productCategoryId="RS_AVAT_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_BEST" productCategoryId="RS_AVAT_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_BEST" productCategoryId="RS_AVAT_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_BEST" productCategoryId="RS_AVAT_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_BEST" productCategoryId="RS_AVAT_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_BEST" productCategoryId="RS_AVAT_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_BEST" productCategoryId="RS_AVAT_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_BEST" productCategoryId="RS_AVAT_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_BEST" productCategoryId="RS_AVAT_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_BEST" productCategoryId="RS_AVAT_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_BEST" productCategoryId="RS_AVAT_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_BEST" productCategoryId="RS_AVAT_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_BEST" productCategoryId="RS_AVAT_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_BEST" productCategoryId="RS_AVAT_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_BEST" productCategoryId="RS_AVAT_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_BEST" productCategoryId="RS_AVAT_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_BEST" productCategoryId="RS_AVAT_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_BEST" productCategoryId="RS_AVAT_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_VIEW" productCategoryId="RS_AVAT_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_VIEW" productCategoryId="RS_AVAT_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_VIEW" productCategoryId="RS_AVAT_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_VIEW" productCategoryId="RS_AVAT_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_VIEW" productCategoryId="RS_AVAT_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_VIEW" productCategoryId="RS_AVAT_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_VIEW" productCategoryId="RS_AVAT_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_VIEW" productCategoryId="RS_AVAT_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_VIEW" productCategoryId="RS_AVAT_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_VIEW" productCategoryId="RS_AVAT_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_VIEW" productCategoryId="RS_AVAT_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_VIEW" productCategoryId="RS_AVAT_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_VIEW" productCategoryId="RS_AVAT_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_VIEW" productCategoryId="RS_AVAT_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_VIEW" productCategoryId="RS_AVAT_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_VIEW" productCategoryId="RS_AVAT_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_VIEW" productCategoryId="RS_AVAT_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_VIEW" productCategoryId="RS_AVAT_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_VIEW" productCategoryId="RS_AVAT_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_VIEW" productCategoryId="RS_AVAT_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_VIEW" productCategoryId="RS_AVAT_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_AVAT_VIEW" productCategoryId="RS_AVAT_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_NAV" productCategoryId="RS_GLAM_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_NAV" productCategoryId="RS_GLAM_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_NAV" productCategoryId="RS_GLAM_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_NAV" productCategoryId="RS_GLAM_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_NAV" productCategoryId="RS_GLAM_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_NAV" productCategoryId="RS_GLAM_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_NAV" productCategoryId="RS_GLAM_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_NAV" productCategoryId="RS_GLAM_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_NAV" productCategoryId="RS_GLAM_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_NAV" productCategoryId="RS_GLAM_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_NAV" productCategoryId="RS_GLAM_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_NAV" productCategoryId="RS_GLAM_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_NAV" productCategoryId="RS_GLAM_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_NAV" productCategoryId="RS_GLAM_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_NAV" productCategoryId="RS_GLAM_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_NAV" productCategoryId="RS_GLAM_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_NAV" productCategoryId="RS_GLAM_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_NAV" productCategoryId="RS_GLAM_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_NAV" productCategoryId="RS_GLAM_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_NAV" productCategoryId="RS_GLAM_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_NAV" productCategoryId="RS_GLAM_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_NAV" productCategoryId="RS_GLAM_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_PRMO" productCategoryId="RS_GLAM_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_PRMO" productCategoryId="RS_GLAM_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_PRMO" productCategoryId="RS_GLAM_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_PRMO" productCategoryId="RS_GLAM_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_PRMO" productCategoryId="RS_GLAM_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_PRMO" productCategoryId="RS_GLAM_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_PRMO" productCategoryId="RS_GLAM_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_PRMO" productCategoryId="RS_GLAM_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_PRMO" productCategoryId="RS_GLAM_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_PRMO" productCategoryId="RS_GLAM_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_PRMO" productCategoryId="RS_GLAM_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_PRMO" productCategoryId="RS_GLAM_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_PRMO" productCategoryId="RS_GLAM_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_PRMO" productCategoryId="RS_GLAM_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_PRMO" productCategoryId="RS_GLAM_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_PRMO" productCategoryId="RS_GLAM_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_PRMO" productCategoryId="RS_GLAM_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_PRMO" productCategoryId="RS_GLAM_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_PRMO" productCategoryId="RS_GLAM_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_PRMO" productCategoryId="RS_GLAM_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_PRMO" productCategoryId="RS_GLAM_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_PRMO" productCategoryId="RS_GLAM_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_SRCH" productCategoryId="RS_GLAM_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_SRCH" productCategoryId="RS_GLAM_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_SRCH" productCategoryId="RS_GLAM_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_SRCH" productCategoryId="RS_GLAM_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_SRCH" productCategoryId="RS_GLAM_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_SRCH" productCategoryId="RS_GLAM_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_SRCH" productCategoryId="RS_GLAM_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_SRCH" productCategoryId="RS_GLAM_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_SRCH" productCategoryId="RS_GLAM_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_SRCH" productCategoryId="RS_GLAM_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_SRCH" productCategoryId="RS_GLAM_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_SRCH" productCategoryId="RS_GLAM_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_SRCH" productCategoryId="RS_GLAM_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_SRCH" productCategoryId="RS_GLAM_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_SRCH" productCategoryId="RS_GLAM_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_SRCH" productCategoryId="RS_GLAM_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_SRCH" productCategoryId="RS_GLAM_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_SRCH" productCategoryId="RS_GLAM_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_SRCH" productCategoryId="RS_GLAM_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_SRCH" productCategoryId="RS_GLAM_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_SRCH" productCategoryId="RS_GLAM_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_SRCH" productCategoryId="RS_GLAM_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_PRCH" productCategoryId="RS_GLAM_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_PRCH" productCategoryId="RS_GLAM_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_PRCH" productCategoryId="RS_GLAM_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_PRCH" productCategoryId="RS_GLAM_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_PRCH" productCategoryId="RS_GLAM_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_PRCH" productCategoryId="RS_GLAM_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_PRCH" productCategoryId="RS_GLAM_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_PRCH" productCategoryId="RS_GLAM_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_PRCH" productCategoryId="RS_GLAM_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_PRCH" productCategoryId="RS_GLAM_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_PRCH" productCategoryId="RS_GLAM_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_PRCH" productCategoryId="RS_GLAM_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_PRCH" productCategoryId="RS_GLAM_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_PRCH" productCategoryId="RS_GLAM_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_PRCH" productCategoryId="RS_GLAM_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_PRCH" productCategoryId="RS_GLAM_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_PRCH" productCategoryId="RS_GLAM_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_PRCH" productCategoryId="RS_GLAM_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_PRCH" productCategoryId="RS_GLAM_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_PRCH" productCategoryId="RS_GLAM_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_PRCH" productCategoryId="RS_GLAM_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_PRCH" productCategoryId="RS_GLAM_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_BEST" productCategoryId="RS_GLAM_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_BEST" productCategoryId="RS_GLAM_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_BEST" productCategoryId="RS_GLAM_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_BEST" productCategoryId="RS_GLAM_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_BEST" productCategoryId="RS_GLAM_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_BEST" productCategoryId="RS_GLAM_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_BEST" productCategoryId="RS_GLAM_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_BEST" productCategoryId="RS_GLAM_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_BEST" productCategoryId="RS_GLAM_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_BEST" productCategoryId="RS_GLAM_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_BEST" productCategoryId="RS_GLAM_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_BEST" productCategoryId="RS_GLAM_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_BEST" productCategoryId="RS_GLAM_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_BEST" productCategoryId="RS_GLAM_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_BEST" productCategoryId="RS_GLAM_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_BEST" productCategoryId="RS_GLAM_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_BEST" productCategoryId="RS_GLAM_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_BEST" productCategoryId="RS_GLAM_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_BEST" productCategoryId="RS_GLAM_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_BEST" productCategoryId="RS_GLAM_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_BEST" productCategoryId="RS_GLAM_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_BEST" productCategoryId="RS_GLAM_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_VIEW" productCategoryId="RS_GLAM_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_VIEW" productCategoryId="RS_GLAM_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_VIEW" productCategoryId="RS_GLAM_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_VIEW" productCategoryId="RS_GLAM_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_VIEW" productCategoryId="RS_GLAM_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_VIEW" productCategoryId="RS_GLAM_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_VIEW" productCategoryId="RS_GLAM_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_VIEW" productCategoryId="RS_GLAM_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_VIEW" productCategoryId="RS_GLAM_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_VIEW" productCategoryId="RS_GLAM_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_VIEW" productCategoryId="RS_GLAM_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_VIEW" productCategoryId="RS_GLAM_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_VIEW" productCategoryId="RS_GLAM_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_VIEW" productCategoryId="RS_GLAM_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_VIEW" productCategoryId="RS_GLAM_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_VIEW" productCategoryId="RS_GLAM_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_VIEW" productCategoryId="RS_GLAM_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_VIEW" productCategoryId="RS_GLAM_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_VIEW" productCategoryId="RS_GLAM_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_VIEW" productCategoryId="RS_GLAM_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_VIEW" productCategoryId="RS_GLAM_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_GLAM_VIEW" productCategoryId="RS_GLAM_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_NAV" productCategoryId="RS_LAWS_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_NAV" productCategoryId="RS_LAWS_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_NAV" productCategoryId="RS_LAWS_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_NAV" productCategoryId="RS_LAWS_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_NAV" productCategoryId="RS_LAWS_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_NAV" productCategoryId="RS_LAWS_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_NAV" productCategoryId="RS_LAWS_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_NAV" productCategoryId="RS_LAWS_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_NAV" productCategoryId="RS_LAWS_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_NAV" productCategoryId="RS_LAWS_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_NAV" productCategoryId="RS_LAWS_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_NAV" productCategoryId="RS_LAWS_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_NAV" productCategoryId="RS_LAWS_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_NAV" productCategoryId="RS_LAWS_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_NAV" productCategoryId="RS_LAWS_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_NAV" productCategoryId="RS_LAWS_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_NAV" productCategoryId="RS_LAWS_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_NAV" productCategoryId="RS_LAWS_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_NAV" productCategoryId="RS_LAWS_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_NAV" productCategoryId="RS_LAWS_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_NAV" productCategoryId="RS_LAWS_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_NAV" productCategoryId="RS_LAWS_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_PRMO" productCategoryId="RS_LAWS_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_PRMO" productCategoryId="RS_LAWS_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_PRMO" productCategoryId="RS_LAWS_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_PRMO" productCategoryId="RS_LAWS_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_PRMO" productCategoryId="RS_LAWS_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_PRMO" productCategoryId="RS_LAWS_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_PRMO" productCategoryId="RS_LAWS_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_PRMO" productCategoryId="RS_LAWS_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_PRMO" productCategoryId="RS_LAWS_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_PRMO" productCategoryId="RS_LAWS_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_PRMO" productCategoryId="RS_LAWS_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_PRMO" productCategoryId="RS_LAWS_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_PRMO" productCategoryId="RS_LAWS_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_PRMO" productCategoryId="RS_LAWS_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_PRMO" productCategoryId="RS_LAWS_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_PRMO" productCategoryId="RS_LAWS_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_PRMO" productCategoryId="RS_LAWS_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_PRMO" productCategoryId="RS_LAWS_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_PRMO" productCategoryId="RS_LAWS_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_PRMO" productCategoryId="RS_LAWS_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_PRMO" productCategoryId="RS_LAWS_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_PRMO" productCategoryId="RS_LAWS_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_SRCH" productCategoryId="RS_LAWS_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_SRCH" productCategoryId="RS_LAWS_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_SRCH" productCategoryId="RS_LAWS_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_SRCH" productCategoryId="RS_LAWS_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_SRCH" productCategoryId="RS_LAWS_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_SRCH" productCategoryId="RS_LAWS_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_SRCH" productCategoryId="RS_LAWS_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_SRCH" productCategoryId="RS_LAWS_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_SRCH" productCategoryId="RS_LAWS_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_SRCH" productCategoryId="RS_LAWS_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_SRCH" productCategoryId="RS_LAWS_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_SRCH" productCategoryId="RS_LAWS_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_SRCH" productCategoryId="RS_LAWS_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_SRCH" productCategoryId="RS_LAWS_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_SRCH" productCategoryId="RS_LAWS_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_SRCH" productCategoryId="RS_LAWS_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_SRCH" productCategoryId="RS_LAWS_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_SRCH" productCategoryId="RS_LAWS_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_SRCH" productCategoryId="RS_LAWS_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_SRCH" productCategoryId="RS_LAWS_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_SRCH" productCategoryId="RS_LAWS_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_SRCH" productCategoryId="RS_LAWS_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_PRCH" productCategoryId="RS_LAWS_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_PRCH" productCategoryId="RS_LAWS_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_PRCH" productCategoryId="RS_LAWS_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_PRCH" productCategoryId="RS_LAWS_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_PRCH" productCategoryId="RS_LAWS_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_PRCH" productCategoryId="RS_LAWS_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_PRCH" productCategoryId="RS_LAWS_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_PRCH" productCategoryId="RS_LAWS_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_PRCH" productCategoryId="RS_LAWS_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_PRCH" productCategoryId="RS_LAWS_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_PRCH" productCategoryId="RS_LAWS_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_PRCH" productCategoryId="RS_LAWS_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_PRCH" productCategoryId="RS_LAWS_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_PRCH" productCategoryId="RS_LAWS_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_PRCH" productCategoryId="RS_LAWS_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_PRCH" productCategoryId="RS_LAWS_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_PRCH" productCategoryId="RS_LAWS_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_PRCH" productCategoryId="RS_LAWS_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_PRCH" productCategoryId="RS_LAWS_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_PRCH" productCategoryId="RS_LAWS_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_PRCH" productCategoryId="RS_LAWS_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_PRCH" productCategoryId="RS_LAWS_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_BEST" productCategoryId="RS_LAWS_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_BEST" productCategoryId="RS_LAWS_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_BEST" productCategoryId="RS_LAWS_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_BEST" productCategoryId="RS_LAWS_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_BEST" productCategoryId="RS_LAWS_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_BEST" productCategoryId="RS_LAWS_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_BEST" productCategoryId="RS_LAWS_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_BEST" productCategoryId="RS_LAWS_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_BEST" productCategoryId="RS_LAWS_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_BEST" productCategoryId="RS_LAWS_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_BEST" productCategoryId="RS_LAWS_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_BEST" productCategoryId="RS_LAWS_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_BEST" productCategoryId="RS_LAWS_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_BEST" productCategoryId="RS_LAWS_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_BEST" productCategoryId="RS_LAWS_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_BEST" productCategoryId="RS_LAWS_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_BEST" productCategoryId="RS_LAWS_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_BEST" productCategoryId="RS_LAWS_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_BEST" productCategoryId="RS_LAWS_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_BEST" productCategoryId="RS_LAWS_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_BEST" productCategoryId="RS_LAWS_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_BEST" productCategoryId="RS_LAWS_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_VIEW" productCategoryId="RS_LAWS_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_VIEW" productCategoryId="RS_LAWS_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_VIEW" productCategoryId="RS_LAWS_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_VIEW" productCategoryId="RS_LAWS_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_VIEW" productCategoryId="RS_LAWS_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_VIEW" productCategoryId="RS_LAWS_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_VIEW" productCategoryId="RS_LAWS_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_VIEW" productCategoryId="RS_LAWS_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_VIEW" productCategoryId="RS_LAWS_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_VIEW" productCategoryId="RS_LAWS_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_VIEW" productCategoryId="RS_LAWS_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_VIEW" productCategoryId="RS_LAWS_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_VIEW" productCategoryId="RS_LAWS_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_VIEW" productCategoryId="RS_LAWS_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_VIEW" productCategoryId="RS_LAWS_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_VIEW" productCategoryId="RS_LAWS_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_VIEW" productCategoryId="RS_LAWS_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_VIEW" productCategoryId="RS_LAWS_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_VIEW" productCategoryId="RS_LAWS_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_VIEW" productCategoryId="RS_LAWS_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_VIEW" productCategoryId="RS_LAWS_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_LAWS_VIEW" productCategoryId="RS_LAWS_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_NAV" productCategoryId="RS_MRNE_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_NAV" productCategoryId="RS_MRNE_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_NAV" productCategoryId="RS_MRNE_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_NAV" productCategoryId="RS_MRNE_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_NAV" productCategoryId="RS_MRNE_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_NAV" productCategoryId="RS_MRNE_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_NAV" productCategoryId="RS_MRNE_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_NAV" productCategoryId="RS_MRNE_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_NAV" productCategoryId="RS_MRNE_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_NAV" productCategoryId="RS_MRNE_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_NAV" productCategoryId="RS_MRNE_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_NAV" productCategoryId="RS_MRNE_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_NAV" productCategoryId="RS_MRNE_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_NAV" productCategoryId="RS_MRNE_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_NAV" productCategoryId="RS_MRNE_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_NAV" productCategoryId="RS_MRNE_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_NAV" productCategoryId="RS_MRNE_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_NAV" productCategoryId="RS_MRNE_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_NAV" productCategoryId="RS_MRNE_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_NAV" productCategoryId="RS_MRNE_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_NAV" productCategoryId="RS_MRNE_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_NAV" productCategoryId="RS_MRNE_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_PRMO" productCategoryId="RS_MRNE_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_PRMO" productCategoryId="RS_MRNE_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_PRMO" productCategoryId="RS_MRNE_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_PRMO" productCategoryId="RS_MRNE_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_PRMO" productCategoryId="RS_MRNE_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_PRMO" productCategoryId="RS_MRNE_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_PRMO" productCategoryId="RS_MRNE_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_PRMO" productCategoryId="RS_MRNE_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_PRMO" productCategoryId="RS_MRNE_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_PRMO" productCategoryId="RS_MRNE_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_PRMO" productCategoryId="RS_MRNE_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_PRMO" productCategoryId="RS_MRNE_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_PRMO" productCategoryId="RS_MRNE_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_PRMO" productCategoryId="RS_MRNE_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_PRMO" productCategoryId="RS_MRNE_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_PRMO" productCategoryId="RS_MRNE_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_PRMO" productCategoryId="RS_MRNE_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_PRMO" productCategoryId="RS_MRNE_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_PRMO" productCategoryId="RS_MRNE_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_PRMO" productCategoryId="RS_MRNE_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_PRMO" productCategoryId="RS_MRNE_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_PRMO" productCategoryId="RS_MRNE_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_SRCH" productCategoryId="RS_MRNE_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_SRCH" productCategoryId="RS_MRNE_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_SRCH" productCategoryId="RS_MRNE_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_SRCH" productCategoryId="RS_MRNE_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_SRCH" productCategoryId="RS_MRNE_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_SRCH" productCategoryId="RS_MRNE_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_SRCH" productCategoryId="RS_MRNE_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_SRCH" productCategoryId="RS_MRNE_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_SRCH" productCategoryId="RS_MRNE_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_SRCH" productCategoryId="RS_MRNE_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_SRCH" productCategoryId="RS_MRNE_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_SRCH" productCategoryId="RS_MRNE_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_SRCH" productCategoryId="RS_MRNE_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_SRCH" productCategoryId="RS_MRNE_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_SRCH" productCategoryId="RS_MRNE_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_SRCH" productCategoryId="RS_MRNE_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_SRCH" productCategoryId="RS_MRNE_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_SRCH" productCategoryId="RS_MRNE_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_SRCH" productCategoryId="RS_MRNE_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_SRCH" productCategoryId="RS_MRNE_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_SRCH" productCategoryId="RS_MRNE_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_SRCH" productCategoryId="RS_MRNE_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_PRCH" productCategoryId="RS_MRNE_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_PRCH" productCategoryId="RS_MRNE_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_PRCH" productCategoryId="RS_MRNE_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_PRCH" productCategoryId="RS_MRNE_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_PRCH" productCategoryId="RS_MRNE_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_PRCH" productCategoryId="RS_MRNE_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_PRCH" productCategoryId="RS_MRNE_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_PRCH" productCategoryId="RS_MRNE_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_PRCH" productCategoryId="RS_MRNE_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_PRCH" productCategoryId="RS_MRNE_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_PRCH" productCategoryId="RS_MRNE_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_PRCH" productCategoryId="RS_MRNE_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_PRCH" productCategoryId="RS_MRNE_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_PRCH" productCategoryId="RS_MRNE_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_PRCH" productCategoryId="RS_MRNE_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_PRCH" productCategoryId="RS_MRNE_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_PRCH" productCategoryId="RS_MRNE_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_PRCH" productCategoryId="RS_MRNE_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_PRCH" productCategoryId="RS_MRNE_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_PRCH" productCategoryId="RS_MRNE_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_PRCH" productCategoryId="RS_MRNE_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_PRCH" productCategoryId="RS_MRNE_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_BEST" productCategoryId="RS_MRNE_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_BEST" productCategoryId="RS_MRNE_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_BEST" productCategoryId="RS_MRNE_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_BEST" productCategoryId="RS_MRNE_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_BEST" productCategoryId="RS_MRNE_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_BEST" productCategoryId="RS_MRNE_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_BEST" productCategoryId="RS_MRNE_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_BEST" productCategoryId="RS_MRNE_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_BEST" productCategoryId="RS_MRNE_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_BEST" productCategoryId="RS_MRNE_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_BEST" productCategoryId="RS_MRNE_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_BEST" productCategoryId="RS_MRNE_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_BEST" productCategoryId="RS_MRNE_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_BEST" productCategoryId="RS_MRNE_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_BEST" productCategoryId="RS_MRNE_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_BEST" productCategoryId="RS_MRNE_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_BEST" productCategoryId="RS_MRNE_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_BEST" productCategoryId="RS_MRNE_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_BEST" productCategoryId="RS_MRNE_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_BEST" productCategoryId="RS_MRNE_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_BEST" productCategoryId="RS_MRNE_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_BEST" productCategoryId="RS_MRNE_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_VIEW" productCategoryId="RS_MRNE_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_VIEW" productCategoryId="RS_MRNE_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_VIEW" productCategoryId="RS_MRNE_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_VIEW" productCategoryId="RS_MRNE_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_VIEW" productCategoryId="RS_MRNE_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_VIEW" productCategoryId="RS_MRNE_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_VIEW" productCategoryId="RS_MRNE_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_VIEW" productCategoryId="RS_MRNE_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_VIEW" productCategoryId="RS_MRNE_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_VIEW" productCategoryId="RS_MRNE_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_VIEW" productCategoryId="RS_MRNE_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_VIEW" productCategoryId="RS_MRNE_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_VIEW" productCategoryId="RS_MRNE_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_VIEW" productCategoryId="RS_MRNE_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_VIEW" productCategoryId="RS_MRNE_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_VIEW" productCategoryId="RS_MRNE_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_VIEW" productCategoryId="RS_MRNE_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_VIEW" productCategoryId="RS_MRNE_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_VIEW" productCategoryId="RS_MRNE_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_VIEW" productCategoryId="RS_MRNE_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_VIEW" productCategoryId="RS_MRNE_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MRNE_VIEW" productCategoryId="RS_MRNE_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_NAV" productCategoryId="RS_MEDC_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_NAV" productCategoryId="RS_MEDC_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_NAV" productCategoryId="RS_MEDC_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_NAV" productCategoryId="RS_MEDC_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_NAV" productCategoryId="RS_MEDC_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_NAV" productCategoryId="RS_MEDC_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_NAV" productCategoryId="RS_MEDC_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_NAV" productCategoryId="RS_MEDC_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_NAV" productCategoryId="RS_MEDC_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_NAV" productCategoryId="RS_MEDC_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_NAV" productCategoryId="RS_MEDC_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_NAV" productCategoryId="RS_MEDC_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_NAV" productCategoryId="RS_MEDC_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_NAV" productCategoryId="RS_MEDC_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_NAV" productCategoryId="RS_MEDC_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_NAV" productCategoryId="RS_MEDC_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_NAV" productCategoryId="RS_MEDC_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_NAV" productCategoryId="RS_MEDC_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_NAV" productCategoryId="RS_MEDC_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_NAV" productCategoryId="RS_MEDC_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_NAV" productCategoryId="RS_MEDC_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_NAV" productCategoryId="RS_MEDC_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_PRMO" productCategoryId="RS_MEDC_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_PRMO" productCategoryId="RS_MEDC_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_PRMO" productCategoryId="RS_MEDC_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_PRMO" productCategoryId="RS_MEDC_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_PRMO" productCategoryId="RS_MEDC_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_PRMO" productCategoryId="RS_MEDC_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_PRMO" productCategoryId="RS_MEDC_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_PRMO" productCategoryId="RS_MEDC_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_PRMO" productCategoryId="RS_MEDC_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_PRMO" productCategoryId="RS_MEDC_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_PRMO" productCategoryId="RS_MEDC_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_PRMO" productCategoryId="RS_MEDC_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_PRMO" productCategoryId="RS_MEDC_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_PRMO" productCategoryId="RS_MEDC_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_PRMO" productCategoryId="RS_MEDC_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_PRMO" productCategoryId="RS_MEDC_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_PRMO" productCategoryId="RS_MEDC_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_PRMO" productCategoryId="RS_MEDC_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_PRMO" productCategoryId="RS_MEDC_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_PRMO" productCategoryId="RS_MEDC_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_PRMO" productCategoryId="RS_MEDC_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_PRMO" productCategoryId="RS_MEDC_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_SRCH" productCategoryId="RS_MEDC_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_SRCH" productCategoryId="RS_MEDC_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_SRCH" productCategoryId="RS_MEDC_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_SRCH" productCategoryId="RS_MEDC_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_SRCH" productCategoryId="RS_MEDC_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_SRCH" productCategoryId="RS_MEDC_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_SRCH" productCategoryId="RS_MEDC_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_SRCH" productCategoryId="RS_MEDC_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_SRCH" productCategoryId="RS_MEDC_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_SRCH" productCategoryId="RS_MEDC_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_SRCH" productCategoryId="RS_MEDC_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_SRCH" productCategoryId="RS_MEDC_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_SRCH" productCategoryId="RS_MEDC_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_SRCH" productCategoryId="RS_MEDC_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_SRCH" productCategoryId="RS_MEDC_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_SRCH" productCategoryId="RS_MEDC_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_SRCH" productCategoryId="RS_MEDC_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_SRCH" productCategoryId="RS_MEDC_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_SRCH" productCategoryId="RS_MEDC_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_SRCH" productCategoryId="RS_MEDC_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_SRCH" productCategoryId="RS_MEDC_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_SRCH" productCategoryId="RS_MEDC_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_PRCH" productCategoryId="RS_MEDC_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_PRCH" productCategoryId="RS_MEDC_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_PRCH" productCategoryId="RS_MEDC_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_PRCH" productCategoryId="RS_MEDC_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_PRCH" productCategoryId="RS_MEDC_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_PRCH" productCategoryId="RS_MEDC_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_PRCH" productCategoryId="RS_MEDC_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_PRCH" productCategoryId="RS_MEDC_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_PRCH" productCategoryId="RS_MEDC_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_PRCH" productCategoryId="RS_MEDC_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_PRCH" productCategoryId="RS_MEDC_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_PRCH" productCategoryId="RS_MEDC_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_PRCH" productCategoryId="RS_MEDC_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_PRCH" productCategoryId="RS_MEDC_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_PRCH" productCategoryId="RS_MEDC_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_PRCH" productCategoryId="RS_MEDC_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_PRCH" productCategoryId="RS_MEDC_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_PRCH" productCategoryId="RS_MEDC_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_PRCH" productCategoryId="RS_MEDC_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_PRCH" productCategoryId="RS_MEDC_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_PRCH" productCategoryId="RS_MEDC_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_PRCH" productCategoryId="RS_MEDC_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_BEST" productCategoryId="RS_MEDC_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_BEST" productCategoryId="RS_MEDC_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_BEST" productCategoryId="RS_MEDC_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_BEST" productCategoryId="RS_MEDC_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_BEST" productCategoryId="RS_MEDC_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_BEST" productCategoryId="RS_MEDC_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_BEST" productCategoryId="RS_MEDC_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_BEST" productCategoryId="RS_MEDC_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_BEST" productCategoryId="RS_MEDC_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_BEST" productCategoryId="RS_MEDC_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_BEST" productCategoryId="RS_MEDC_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_BEST" productCategoryId="RS_MEDC_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_BEST" productCategoryId="RS_MEDC_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_BEST" productCategoryId="RS_MEDC_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_BEST" productCategoryId="RS_MEDC_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_BEST" productCategoryId="RS_MEDC_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_BEST" productCategoryId="RS_MEDC_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_BEST" productCategoryId="RS_MEDC_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_BEST" productCategoryId="RS_MEDC_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_BEST" productCategoryId="RS_MEDC_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_BEST" productCategoryId="RS_MEDC_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_BEST" productCategoryId="RS_MEDC_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_VIEW" productCategoryId="RS_MEDC_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_VIEW" productCategoryId="RS_MEDC_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_VIEW" productCategoryId="RS_MEDC_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_VIEW" productCategoryId="RS_MEDC_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_VIEW" productCategoryId="RS_MEDC_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_VIEW" productCategoryId="RS_MEDC_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_VIEW" productCategoryId="RS_MEDC_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_VIEW" productCategoryId="RS_MEDC_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_VIEW" productCategoryId="RS_MEDC_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_VIEW" productCategoryId="RS_MEDC_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_VIEW" productCategoryId="RS_MEDC_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_VIEW" productCategoryId="RS_MEDC_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_VIEW" productCategoryId="RS_MEDC_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_VIEW" productCategoryId="RS_MEDC_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_VIEW" productCategoryId="RS_MEDC_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_VIEW" productCategoryId="RS_MEDC_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_VIEW" productCategoryId="RS_MEDC_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_VIEW" productCategoryId="RS_MEDC_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_VIEW" productCategoryId="RS_MEDC_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_VIEW" productCategoryId="RS_MEDC_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_VIEW" productCategoryId="RS_MEDC_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_MEDC_VIEW" productCategoryId="RS_MEDC_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_NAV" productCategoryId="RS_TRAV_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_NAV" productCategoryId="RS_TRAV_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_NAV" productCategoryId="RS_TRAV_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_NAV" productCategoryId="RS_TRAV_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_NAV" productCategoryId="RS_TRAV_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_NAV" productCategoryId="RS_TRAV_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_NAV" productCategoryId="RS_TRAV_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_NAV" productCategoryId="RS_TRAV_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_NAV" productCategoryId="RS_TRAV_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_NAV" productCategoryId="RS_TRAV_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_NAV" productCategoryId="RS_TRAV_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_NAV" productCategoryId="RS_TRAV_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_NAV" productCategoryId="RS_TRAV_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_NAV" productCategoryId="RS_TRAV_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_NAV" productCategoryId="RS_TRAV_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_NAV" productCategoryId="RS_TRAV_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_NAV" productCategoryId="RS_TRAV_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_NAV" productCategoryId="RS_TRAV_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_NAV" productCategoryId="RS_TRAV_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_NAV" productCategoryId="RS_TRAV_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_NAV" productCategoryId="RS_TRAV_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_NAV" productCategoryId="RS_TRAV_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_PRMO" productCategoryId="RS_TRAV_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_PRMO" productCategoryId="RS_TRAV_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_PRMO" productCategoryId="RS_TRAV_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_PRMO" productCategoryId="RS_TRAV_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_PRMO" productCategoryId="RS_TRAV_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_PRMO" productCategoryId="RS_TRAV_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_PRMO" productCategoryId="RS_TRAV_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_PRMO" productCategoryId="RS_TRAV_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_PRMO" productCategoryId="RS_TRAV_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_PRMO" productCategoryId="RS_TRAV_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_PRMO" productCategoryId="RS_TRAV_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_PRMO" productCategoryId="RS_TRAV_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_PRMO" productCategoryId="RS_TRAV_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_PRMO" productCategoryId="RS_TRAV_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_PRMO" productCategoryId="RS_TRAV_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_PRMO" productCategoryId="RS_TRAV_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_PRMO" productCategoryId="RS_TRAV_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_PRMO" productCategoryId="RS_TRAV_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_PRMO" productCategoryId="RS_TRAV_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_PRMO" productCategoryId="RS_TRAV_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_PRMO" productCategoryId="RS_TRAV_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_PRMO" productCategoryId="RS_TRAV_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_SRCH" productCategoryId="RS_TRAV_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_SRCH" productCategoryId="RS_TRAV_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_SRCH" productCategoryId="RS_TRAV_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_SRCH" productCategoryId="RS_TRAV_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_SRCH" productCategoryId="RS_TRAV_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_SRCH" productCategoryId="RS_TRAV_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_SRCH" productCategoryId="RS_TRAV_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_SRCH" productCategoryId="RS_TRAV_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_SRCH" productCategoryId="RS_TRAV_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_SRCH" productCategoryId="RS_TRAV_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_SRCH" productCategoryId="RS_TRAV_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_SRCH" productCategoryId="RS_TRAV_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_SRCH" productCategoryId="RS_TRAV_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_SRCH" productCategoryId="RS_TRAV_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_SRCH" productCategoryId="RS_TRAV_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_SRCH" productCategoryId="RS_TRAV_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_SRCH" productCategoryId="RS_TRAV_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_SRCH" productCategoryId="RS_TRAV_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_SRCH" productCategoryId="RS_TRAV_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_SRCH" productCategoryId="RS_TRAV_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_SRCH" productCategoryId="RS_TRAV_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_SRCH" productCategoryId="RS_TRAV_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_PRCH" productCategoryId="RS_TRAV_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_PRCH" productCategoryId="RS_TRAV_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_PRCH" productCategoryId="RS_TRAV_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_PRCH" productCategoryId="RS_TRAV_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_PRCH" productCategoryId="RS_TRAV_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_PRCH" productCategoryId="RS_TRAV_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_PRCH" productCategoryId="RS_TRAV_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_PRCH" productCategoryId="RS_TRAV_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_PRCH" productCategoryId="RS_TRAV_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_PRCH" productCategoryId="RS_TRAV_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_PRCH" productCategoryId="RS_TRAV_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_PRCH" productCategoryId="RS_TRAV_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_PRCH" productCategoryId="RS_TRAV_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_PRCH" productCategoryId="RS_TRAV_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_PRCH" productCategoryId="RS_TRAV_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_PRCH" productCategoryId="RS_TRAV_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_PRCH" productCategoryId="RS_TRAV_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_PRCH" productCategoryId="RS_TRAV_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_PRCH" productCategoryId="RS_TRAV_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_PRCH" productCategoryId="RS_TRAV_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_PRCH" productCategoryId="RS_TRAV_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_PRCH" productCategoryId="RS_TRAV_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_BEST" productCategoryId="RS_TRAV_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_BEST" productCategoryId="RS_TRAV_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_BEST" productCategoryId="RS_TRAV_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_BEST" productCategoryId="RS_TRAV_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_BEST" productCategoryId="RS_TRAV_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_BEST" productCategoryId="RS_TRAV_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_BEST" productCategoryId="RS_TRAV_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_BEST" productCategoryId="RS_TRAV_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_BEST" productCategoryId="RS_TRAV_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_BEST" productCategoryId="RS_TRAV_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_BEST" productCategoryId="RS_TRAV_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_BEST" productCategoryId="RS_TRAV_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_BEST" productCategoryId="RS_TRAV_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_BEST" productCategoryId="RS_TRAV_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_BEST" productCategoryId="RS_TRAV_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_BEST" productCategoryId="RS_TRAV_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_BEST" productCategoryId="RS_TRAV_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_BEST" productCategoryId="RS_TRAV_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_BEST" productCategoryId="RS_TRAV_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_BEST" productCategoryId="RS_TRAV_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_BEST" productCategoryId="RS_TRAV_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_BEST" productCategoryId="RS_TRAV_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_VIEW" productCategoryId="RS_TRAV_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_VIEW" productCategoryId="RS_TRAV_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_VIEW" productCategoryId="RS_TRAV_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_VIEW" productCategoryId="RS_TRAV_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_VIEW" productCategoryId="RS_TRAV_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_VIEW" productCategoryId="RS_TRAV_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_VIEW" productCategoryId="RS_TRAV_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_VIEW" productCategoryId="RS_TRAV_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_VIEW" productCategoryId="RS_TRAV_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_VIEW" productCategoryId="RS_TRAV_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_VIEW" productCategoryId="RS_TRAV_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_VIEW" productCategoryId="RS_TRAV_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_VIEW" productCategoryId="RS_TRAV_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_VIEW" productCategoryId="RS_TRAV_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_VIEW" productCategoryId="RS_TRAV_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_VIEW" productCategoryId="RS_TRAV_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_VIEW" productCategoryId="RS_TRAV_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_VIEW" productCategoryId="RS_TRAV_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_VIEW" productCategoryId="RS_TRAV_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_VIEW" productCategoryId="RS_TRAV_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_VIEW" productCategoryId="RS_TRAV_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_TRAV_VIEW" productCategoryId="RS_TRAV_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_NAV" productCategoryId="RS_OUTD_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_NAV" productCategoryId="RS_OUTD_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_NAV" productCategoryId="RS_OUTD_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_NAV" productCategoryId="RS_OUTD_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_NAV" productCategoryId="RS_OUTD_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_NAV" productCategoryId="RS_OUTD_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_NAV" productCategoryId="RS_OUTD_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_NAV" productCategoryId="RS_OUTD_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_NAV" productCategoryId="RS_OUTD_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_NAV" productCategoryId="RS_OUTD_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_NAV" productCategoryId="RS_OUTD_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_NAV" productCategoryId="RS_OUTD_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_NAV" productCategoryId="RS_OUTD_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_NAV" productCategoryId="RS_OUTD_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_NAV" productCategoryId="RS_OUTD_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_NAV" productCategoryId="RS_OUTD_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_NAV" productCategoryId="RS_OUTD_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_NAV" productCategoryId="RS_OUTD_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_NAV" productCategoryId="RS_OUTD_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_NAV" productCategoryId="RS_OUTD_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_NAV" productCategoryId="RS_OUTD_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_NAV" productCategoryId="RS_OUTD_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_PRMO" productCategoryId="RS_OUTD_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_PRMO" productCategoryId="RS_OUTD_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_PRMO" productCategoryId="RS_OUTD_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_PRMO" productCategoryId="RS_OUTD_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_PRMO" productCategoryId="RS_OUTD_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_PRMO" productCategoryId="RS_OUTD_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_PRMO" productCategoryId="RS_OUTD_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_PRMO" productCategoryId="RS_OUTD_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_PRMO" productCategoryId="RS_OUTD_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_PRMO" productCategoryId="RS_OUTD_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_PRMO" productCategoryId="RS_OUTD_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_PRMO" productCategoryId="RS_OUTD_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_PRMO" productCategoryId="RS_OUTD_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_PRMO" productCategoryId="RS_OUTD_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_PRMO" productCategoryId="RS_OUTD_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_PRMO" productCategoryId="RS_OUTD_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_PRMO" productCategoryId="RS_OUTD_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_PRMO" productCategoryId="RS_OUTD_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_PRMO" productCategoryId="RS_OUTD_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_PRMO" productCategoryId="RS_OUTD_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_PRMO" productCategoryId="RS_OUTD_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_PRMO" productCategoryId="RS_OUTD_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_SRCH" productCategoryId="RS_OUTD_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_SRCH" productCategoryId="RS_OUTD_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_SRCH" productCategoryId="RS_OUTD_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_SRCH" productCategoryId="RS_OUTD_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_SRCH" productCategoryId="RS_OUTD_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_SRCH" productCategoryId="RS_OUTD_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_SRCH" productCategoryId="RS_OUTD_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_SRCH" productCategoryId="RS_OUTD_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_SRCH" productCategoryId="RS_OUTD_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_SRCH" productCategoryId="RS_OUTD_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_SRCH" productCategoryId="RS_OUTD_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_SRCH" productCategoryId="RS_OUTD_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_SRCH" productCategoryId="RS_OUTD_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_SRCH" productCategoryId="RS_OUTD_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_SRCH" productCategoryId="RS_OUTD_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_SRCH" productCategoryId="RS_OUTD_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_SRCH" productCategoryId="RS_OUTD_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_SRCH" productCategoryId="RS_OUTD_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_SRCH" productCategoryId="RS_OUTD_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_SRCH" productCategoryId="RS_OUTD_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_SRCH" productCategoryId="RS_OUTD_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_SRCH" productCategoryId="RS_OUTD_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_PRCH" productCategoryId="RS_OUTD_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_PRCH" productCategoryId="RS_OUTD_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_PRCH" productCategoryId="RS_OUTD_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_PRCH" productCategoryId="RS_OUTD_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_PRCH" productCategoryId="RS_OUTD_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_PRCH" productCategoryId="RS_OUTD_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_PRCH" productCategoryId="RS_OUTD_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_PRCH" productCategoryId="RS_OUTD_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_PRCH" productCategoryId="RS_OUTD_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_PRCH" productCategoryId="RS_OUTD_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_PRCH" productCategoryId="RS_OUTD_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_PRCH" productCategoryId="RS_OUTD_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_PRCH" productCategoryId="RS_OUTD_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_PRCH" productCategoryId="RS_OUTD_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_PRCH" productCategoryId="RS_OUTD_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_PRCH" productCategoryId="RS_OUTD_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_PRCH" productCategoryId="RS_OUTD_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_PRCH" productCategoryId="RS_OUTD_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_PRCH" productCategoryId="RS_OUTD_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_PRCH" productCategoryId="RS_OUTD_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_PRCH" productCategoryId="RS_OUTD_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_PRCH" productCategoryId="RS_OUTD_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_BEST" productCategoryId="RS_OUTD_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_BEST" productCategoryId="RS_OUTD_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_BEST" productCategoryId="RS_OUTD_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_BEST" productCategoryId="RS_OUTD_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_BEST" productCategoryId="RS_OUTD_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_BEST" productCategoryId="RS_OUTD_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_BEST" productCategoryId="RS_OUTD_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_BEST" productCategoryId="RS_OUTD_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_BEST" productCategoryId="RS_OUTD_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_BEST" productCategoryId="RS_OUTD_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_BEST" productCategoryId="RS_OUTD_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_BEST" productCategoryId="RS_OUTD_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_BEST" productCategoryId="RS_OUTD_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_BEST" productCategoryId="RS_OUTD_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_BEST" productCategoryId="RS_OUTD_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_BEST" productCategoryId="RS_OUTD_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_BEST" productCategoryId="RS_OUTD_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_BEST" productCategoryId="RS_OUTD_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_BEST" productCategoryId="RS_OUTD_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_BEST" productCategoryId="RS_OUTD_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_BEST" productCategoryId="RS_OUTD_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_BEST" productCategoryId="RS_OUTD_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_VIEW" productCategoryId="RS_OUTD_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_VIEW" productCategoryId="RS_OUTD_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_VIEW" productCategoryId="RS_OUTD_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_VIEW" productCategoryId="RS_OUTD_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_VIEW" productCategoryId="RS_OUTD_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_VIEW" productCategoryId="RS_OUTD_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_VIEW" productCategoryId="RS_OUTD_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_VIEW" productCategoryId="RS_OUTD_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_VIEW" productCategoryId="RS_OUTD_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_VIEW" productCategoryId="RS_OUTD_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_VIEW" productCategoryId="RS_OUTD_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_VIEW" productCategoryId="RS_OUTD_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_VIEW" productCategoryId="RS_OUTD_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_VIEW" productCategoryId="RS_OUTD_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_VIEW" productCategoryId="RS_OUTD_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_VIEW" productCategoryId="RS_OUTD_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_VIEW" productCategoryId="RS_OUTD_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_VIEW" productCategoryId="RS_OUTD_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_VIEW" productCategoryId="RS_OUTD_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_VIEW" productCategoryId="RS_OUTD_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_VIEW" productCategoryId="RS_OUTD_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_OUTD_VIEW" productCategoryId="RS_OUTD_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_NAV" productCategoryId="RS_USAR_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_NAV" productCategoryId="RS_USAR_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_NAV" productCategoryId="RS_USAR_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_NAV" productCategoryId="RS_USAR_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_NAV" productCategoryId="RS_USAR_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_NAV" productCategoryId="RS_USAR_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_NAV" productCategoryId="RS_USAR_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_NAV" productCategoryId="RS_USAR_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_NAV" productCategoryId="RS_USAR_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_NAV" productCategoryId="RS_USAR_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_NAV" productCategoryId="RS_USAR_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_NAV" productCategoryId="RS_USAR_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_NAV" productCategoryId="RS_USAR_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_NAV" productCategoryId="RS_USAR_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_NAV" productCategoryId="RS_USAR_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_NAV" productCategoryId="RS_USAR_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_NAV" productCategoryId="RS_USAR_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_NAV" productCategoryId="RS_USAR_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_NAV" productCategoryId="RS_USAR_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_NAV" productCategoryId="RS_USAR_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_NAV" productCategoryId="RS_USAR_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_NAV" productCategoryId="RS_USAR_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_PRMO" productCategoryId="RS_USAR_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_PRMO" productCategoryId="RS_USAR_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_PRMO" productCategoryId="RS_USAR_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_PRMO" productCategoryId="RS_USAR_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_PRMO" productCategoryId="RS_USAR_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_PRMO" productCategoryId="RS_USAR_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_PRMO" productCategoryId="RS_USAR_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_PRMO" productCategoryId="RS_USAR_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_PRMO" productCategoryId="RS_USAR_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_PRMO" productCategoryId="RS_USAR_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_PRMO" productCategoryId="RS_USAR_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_PRMO" productCategoryId="RS_USAR_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_PRMO" productCategoryId="RS_USAR_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_PRMO" productCategoryId="RS_USAR_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_PRMO" productCategoryId="RS_USAR_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_PRMO" productCategoryId="RS_USAR_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_PRMO" productCategoryId="RS_USAR_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_PRMO" productCategoryId="RS_USAR_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_PRMO" productCategoryId="RS_USAR_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_PRMO" productCategoryId="RS_USAR_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_PRMO" productCategoryId="RS_USAR_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_PRMO" productCategoryId="RS_USAR_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_SRCH" productCategoryId="RS_USAR_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_SRCH" productCategoryId="RS_USAR_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_SRCH" productCategoryId="RS_USAR_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_SRCH" productCategoryId="RS_USAR_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_SRCH" productCategoryId="RS_USAR_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_SRCH" productCategoryId="RS_USAR_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_SRCH" productCategoryId="RS_USAR_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_SRCH" productCategoryId="RS_USAR_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_SRCH" productCategoryId="RS_USAR_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_SRCH" productCategoryId="RS_USAR_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_SRCH" productCategoryId="RS_USAR_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_SRCH" productCategoryId="RS_USAR_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_SRCH" productCategoryId="RS_USAR_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_SRCH" productCategoryId="RS_USAR_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_SRCH" productCategoryId="RS_USAR_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_SRCH" productCategoryId="RS_USAR_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_SRCH" productCategoryId="RS_USAR_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_SRCH" productCategoryId="RS_USAR_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_SRCH" productCategoryId="RS_USAR_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_SRCH" productCategoryId="RS_USAR_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_SRCH" productCategoryId="RS_USAR_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_SRCH" productCategoryId="RS_USAR_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_PRCH" productCategoryId="RS_USAR_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_PRCH" productCategoryId="RS_USAR_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_PRCH" productCategoryId="RS_USAR_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_PRCH" productCategoryId="RS_USAR_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_PRCH" productCategoryId="RS_USAR_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_PRCH" productCategoryId="RS_USAR_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_PRCH" productCategoryId="RS_USAR_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_PRCH" productCategoryId="RS_USAR_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_PRCH" productCategoryId="RS_USAR_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_PRCH" productCategoryId="RS_USAR_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_PRCH" productCategoryId="RS_USAR_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_PRCH" productCategoryId="RS_USAR_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_PRCH" productCategoryId="RS_USAR_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_PRCH" productCategoryId="RS_USAR_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_PRCH" productCategoryId="RS_USAR_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_PRCH" productCategoryId="RS_USAR_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_PRCH" productCategoryId="RS_USAR_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_PRCH" productCategoryId="RS_USAR_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_PRCH" productCategoryId="RS_USAR_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_PRCH" productCategoryId="RS_USAR_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_PRCH" productCategoryId="RS_USAR_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_PRCH" productCategoryId="RS_USAR_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_BEST" productCategoryId="RS_USAR_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_BEST" productCategoryId="RS_USAR_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_BEST" productCategoryId="RS_USAR_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_BEST" productCategoryId="RS_USAR_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_BEST" productCategoryId="RS_USAR_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_BEST" productCategoryId="RS_USAR_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_BEST" productCategoryId="RS_USAR_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_BEST" productCategoryId="RS_USAR_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_BEST" productCategoryId="RS_USAR_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_BEST" productCategoryId="RS_USAR_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_BEST" productCategoryId="RS_USAR_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_BEST" productCategoryId="RS_USAR_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_BEST" productCategoryId="RS_USAR_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_BEST" productCategoryId="RS_USAR_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_BEST" productCategoryId="RS_USAR_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_BEST" productCategoryId="RS_USAR_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_BEST" productCategoryId="RS_USAR_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_BEST" productCategoryId="RS_USAR_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_BEST" productCategoryId="RS_USAR_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_BEST" productCategoryId="RS_USAR_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_BEST" productCategoryId="RS_USAR_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_BEST" productCategoryId="RS_USAR_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_VIEW" productCategoryId="RS_USAR_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_VIEW" productCategoryId="RS_USAR_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_VIEW" productCategoryId="RS_USAR_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_VIEW" productCategoryId="RS_USAR_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_VIEW" productCategoryId="RS_USAR_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_VIEW" productCategoryId="RS_USAR_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_VIEW" productCategoryId="RS_USAR_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_VIEW" productCategoryId="RS_USAR_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_VIEW" productCategoryId="RS_USAR_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_VIEW" productCategoryId="RS_USAR_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_VIEW" productCategoryId="RS_USAR_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_VIEW" productCategoryId="RS_USAR_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_VIEW" productCategoryId="RS_USAR_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_VIEW" productCategoryId="RS_USAR_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_VIEW" productCategoryId="RS_USAR_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_VIEW" productCategoryId="RS_USAR_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_VIEW" productCategoryId="RS_USAR_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_VIEW" productCategoryId="RS_USAR_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_VIEW" productCategoryId="RS_USAR_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_VIEW" productCategoryId="RS_USAR_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_VIEW" productCategoryId="RS_USAR_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_USAR_VIEW" productCategoryId="RS_USAR_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_NAV" productCategoryId="RS_WILD_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_NAV" productCategoryId="RS_WILD_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_NAV" productCategoryId="RS_WILD_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_NAV" productCategoryId="RS_WILD_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_NAV" productCategoryId="RS_WILD_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_NAV" productCategoryId="RS_WILD_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_NAV" productCategoryId="RS_WILD_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_NAV" productCategoryId="RS_WILD_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_NAV" productCategoryId="RS_WILD_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_NAV" productCategoryId="RS_WILD_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_NAV" productCategoryId="RS_WILD_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_NAV" productCategoryId="RS_WILD_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_NAV" productCategoryId="RS_WILD_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_NAV" productCategoryId="RS_WILD_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_NAV" productCategoryId="RS_WILD_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_NAV" productCategoryId="RS_WILD_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_NAV" productCategoryId="RS_WILD_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_NAV" productCategoryId="RS_WILD_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_NAV" productCategoryId="RS_WILD_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_NAV" productCategoryId="RS_WILD_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_NAV" productCategoryId="RS_WILD_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_NAV" productCategoryId="RS_WILD_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_PRMO" productCategoryId="RS_WILD_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_PRMO" productCategoryId="RS_WILD_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_PRMO" productCategoryId="RS_WILD_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_PRMO" productCategoryId="RS_WILD_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_PRMO" productCategoryId="RS_WILD_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_PRMO" productCategoryId="RS_WILD_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_PRMO" productCategoryId="RS_WILD_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_PRMO" productCategoryId="RS_WILD_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_PRMO" productCategoryId="RS_WILD_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_PRMO" productCategoryId="RS_WILD_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_PRMO" productCategoryId="RS_WILD_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_PRMO" productCategoryId="RS_WILD_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_PRMO" productCategoryId="RS_WILD_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_PRMO" productCategoryId="RS_WILD_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_PRMO" productCategoryId="RS_WILD_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_PRMO" productCategoryId="RS_WILD_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_PRMO" productCategoryId="RS_WILD_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_PRMO" productCategoryId="RS_WILD_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_PRMO" productCategoryId="RS_WILD_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_PRMO" productCategoryId="RS_WILD_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_PRMO" productCategoryId="RS_WILD_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_PRMO" productCategoryId="RS_WILD_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_SRCH" productCategoryId="RS_WILD_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_SRCH" productCategoryId="RS_WILD_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_SRCH" productCategoryId="RS_WILD_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_SRCH" productCategoryId="RS_WILD_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_SRCH" productCategoryId="RS_WILD_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_SRCH" productCategoryId="RS_WILD_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_SRCH" productCategoryId="RS_WILD_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_SRCH" productCategoryId="RS_WILD_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_SRCH" productCategoryId="RS_WILD_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_SRCH" productCategoryId="RS_WILD_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_SRCH" productCategoryId="RS_WILD_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_SRCH" productCategoryId="RS_WILD_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_SRCH" productCategoryId="RS_WILD_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_SRCH" productCategoryId="RS_WILD_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_SRCH" productCategoryId="RS_WILD_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_SRCH" productCategoryId="RS_WILD_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_SRCH" productCategoryId="RS_WILD_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_SRCH" productCategoryId="RS_WILD_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_SRCH" productCategoryId="RS_WILD_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_SRCH" productCategoryId="RS_WILD_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_SRCH" productCategoryId="RS_WILD_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_SRCH" productCategoryId="RS_WILD_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_PRCH" productCategoryId="RS_WILD_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_PRCH" productCategoryId="RS_WILD_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_PRCH" productCategoryId="RS_WILD_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_PRCH" productCategoryId="RS_WILD_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_PRCH" productCategoryId="RS_WILD_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_PRCH" productCategoryId="RS_WILD_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_PRCH" productCategoryId="RS_WILD_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_PRCH" productCategoryId="RS_WILD_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_PRCH" productCategoryId="RS_WILD_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_PRCH" productCategoryId="RS_WILD_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_PRCH" productCategoryId="RS_WILD_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_PRCH" productCategoryId="RS_WILD_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_PRCH" productCategoryId="RS_WILD_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_PRCH" productCategoryId="RS_WILD_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_PRCH" productCategoryId="RS_WILD_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_PRCH" productCategoryId="RS_WILD_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_PRCH" productCategoryId="RS_WILD_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_PRCH" productCategoryId="RS_WILD_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_PRCH" productCategoryId="RS_WILD_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_PRCH" productCategoryId="RS_WILD_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_PRCH" productCategoryId="RS_WILD_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_PRCH" productCategoryId="RS_WILD_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_BEST" productCategoryId="RS_WILD_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_BEST" productCategoryId="RS_WILD_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_BEST" productCategoryId="RS_WILD_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_BEST" productCategoryId="RS_WILD_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_BEST" productCategoryId="RS_WILD_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_BEST" productCategoryId="RS_WILD_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_BEST" productCategoryId="RS_WILD_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_BEST" productCategoryId="RS_WILD_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_BEST" productCategoryId="RS_WILD_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_BEST" productCategoryId="RS_WILD_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_BEST" productCategoryId="RS_WILD_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_BEST" productCategoryId="RS_WILD_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_BEST" productCategoryId="RS_WILD_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_BEST" productCategoryId="RS_WILD_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_BEST" productCategoryId="RS_WILD_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_BEST" productCategoryId="RS_WILD_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_BEST" productCategoryId="RS_WILD_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_BEST" productCategoryId="RS_WILD_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_BEST" productCategoryId="RS_WILD_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_BEST" productCategoryId="RS_WILD_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_BEST" productCategoryId="RS_WILD_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_BEST" productCategoryId="RS_WILD_NAV_VESTS"/>


<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_VIEW" productCategoryId="RS_WILD_NAV_ALPROD"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_VIEW" productCategoryId="RS_WILD_NAV_ALACTV"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_VIEW" productCategoryId="RS_WILD_NAV_ALINAC"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_VIEW" productCategoryId="RS_WILD_NAV_OUTOFP"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_VIEW" productCategoryId="RS_WILD_NAV_APRONS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_VIEW" productCategoryId="RS_WILD_NAV_BELTS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_VIEW" productCategoryId="RS_WILD_NAV_CHAINS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_VIEW" productCategoryId="RS_WILD_NAV_CRIBBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_VIEW" productCategoryId="RS_WILD_NAV_FANNY"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_VIEW" productCategoryId="RS_WILD_NAV_GEARBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_VIEW" productCategoryId="RS_WILD_NAV_HARNES"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_VIEW" productCategoryId="RS_WILD_NAV_HOSEGR"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_VIEW" productCategoryId="RS_WILD_NAV_MEDBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_VIEW" productCategoryId="RS_WILD_NAV_ORGAN"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_VIEW" productCategoryId="RS_WILD_NAV_OTHER"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_VIEW" productCategoryId="RS_WILD_NAV_OXYBGS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_VIEW" productCategoryId="RS_WILD_NAV_PACKS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_VIEW" productCategoryId="RS_WILD_NAV_RADIOS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_VIEW" productCategoryId="RS_WILD_NAV_ROPBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_VIEW" productCategoryId="RS_WILD_NAV_TROLLS"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_VIEW" productCategoryId="RS_WILD_NAV_TRVLBG"/>

<ProductCategoryRollup fromDate="2023-05-01 12:00:00.0" parentProductCategoryId="RS_WILD_VIEW" productCategoryId="RS_WILD_NAV_VESTS"/>

</entity-engine-xml>