diff --git a/commerce_kickstart.info.yml b/commerce_kickstart.info.yml
index 0b6e77a5a9b51ffee55a0d2c98e7e8cf84cf2e85..7989545ebdc0100d3e5c924315b18a5165990e69 100644
--- a/commerce_kickstart.info.yml
+++ b/commerce_kickstart.info.yml
@@ -8,12 +8,8 @@ distribution:
   install:
     theme: centarro_claro
 
-# Dependencies cannot be uninstalled.
-dependencies:
-  # Kickstart
-  - commerce_kickstart_core
-  - commerce_kickstart_site
-
+# Module installed during profile install, but can be uninstalled later.
+install:
   # Commerce
   - address
   - entity
@@ -30,9 +26,8 @@ dependencies:
   - commerce_store
   - commerce_payment
   - commerce_promotion
+  - commerce_tax
 
-# Module installed during profile install, but can be uninstalled later.
-install:
   # Core
   - node
   - history
@@ -61,9 +56,6 @@ install:
   - views_ui
   - automated_cron
 
-  # Commerce
-  - commerce_tax
-
   # Contrib
   - admin_toolbar
   - admin_toolbar_tools
diff --git a/modules/commerce_kickstart_basic_catalog/commerce_kickstart_basic_catalog.features.yml b/modules/commerce_kickstart_basic_catalog/commerce_kickstart_basic_catalog.features.yml
deleted file mode 100644
index 0cdfe11664797db5a3d10c293a933250a7e74fe5..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_basic_catalog/commerce_kickstart_basic_catalog.features.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-bundle: commerce_kickstart
-required: true
diff --git a/modules/commerce_kickstart_basic_catalog/commerce_kickstart_basic_catalog.info.yml b/modules/commerce_kickstart_basic_catalog/commerce_kickstart_basic_catalog.info.yml
deleted file mode 100644
index 80fff33b246b24987f135830eded1a6e9cd8c922..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_basic_catalog/commerce_kickstart_basic_catalog.info.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-name: 'Commerce Kickstart Basic Catalog'
-type: module
-description: 'Basic Product Catalog search with exposed filters.'
-core_version_requirement: '^8.9 || ^9 || ^10 || ^11'
-dependencies:
-  - 'better_exposed_filters:better_exposed_filters'
-  - 'commerce_kickstart_product:commerce_kickstart_product'
-  - 'commerce_product:commerce_product'
-  - 'drupal:block'
-  - 'drupal:system'
-  - 'drupal:taxonomy'
-  - 'drupal:views'
-package: 'Commerce Kickstart'
diff --git a/modules/commerce_kickstart_basic_catalog/config/install/block.block.exposedformbasic_product_catalogproduct_catalog.yml b/modules/commerce_kickstart_basic_catalog/config/install/block.block.exposedformbasic_product_catalogproduct_catalog.yml
deleted file mode 100644
index 7e311694a8999643f1f86202e2b8358786da8b69..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_basic_catalog/config/install/block.block.exposedformbasic_product_catalogproduct_catalog.yml
+++ /dev/null
@@ -1,28 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - views.view.basic_product_catalog
-  module:
-    - block_visibility_conditions
-    - system
-    - views
-  theme:
-    - belgrade
-id: exposedformbasic_product_catalogproduct_catalog
-theme: belgrade
-region: sidebar_first
-weight: 0
-provider: null
-plugin: 'views_exposed_filter_block:basic_product_catalog-product_catalog'
-settings:
-  id: 'views_exposed_filter_block:basic_product_catalog-product_catalog'
-  label: ''
-  label_display: '0'
-  provider: views
-  views_label: ''
-visibility:
-  request_path:
-    id: request_path
-    negate: false
-    pages: /products
diff --git a/modules/commerce_kickstart_basic_catalog/config/install/views.view.basic_product_catalog.yml b/modules/commerce_kickstart_basic_catalog/config/install/views.view.basic_product_catalog.yml
deleted file mode 100644
index aa54a4b758ea96b6e3eb973d55e017b3747d6c56..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_basic_catalog/config/install/views.view.basic_product_catalog.yml
+++ /dev/null
@@ -1,342 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - core.entity_view_mode.commerce_product.teaser
-    - system.menu.main
-    - taxonomy.vocabulary.product_brands
-    - taxonomy.vocabulary.product_collections
-  module:
-    - better_exposed_filters
-    - commerce_product
-    - taxonomy
-id: basic_product_catalog
-label: 'Product Catalog (Basic)'
-module: views
-description: ''
-tag: ''
-base_table: commerce_product_field_data
-base_field: product_id
-display:
-  default:
-    id: default
-    display_title: Default
-    display_plugin: default
-    position: 0
-    display_options:
-      title: 'Product Catalog'
-      fields:
-        title:
-          id: title
-          table: commerce_product_field_data
-          field: title
-          relationship: none
-          group_type: group
-          admin_label: ''
-          entity_type: null
-          entity_field: title
-          plugin_id: field
-          label: ''
-          exclude: false
-          alter:
-            alter_text: false
-            text: ''
-            make_link: false
-            path: ''
-            absolute: false
-            external: false
-            replace_spaces: false
-            path_case: none
-            trim_whitespace: false
-            alt: ''
-            rel: ''
-            link_class: ''
-            prefix: ''
-            suffix: ''
-            target: ''
-            nl2br: false
-            max_length: 0
-            word_boundary: true
-            ellipsis: true
-            more_link: false
-            more_link_text: ''
-            more_link_path: ''
-            strip_tags: false
-            trim: false
-            preserve_tags: ''
-            html: false
-          element_type: ''
-          element_class: ''
-          element_label_type: ''
-          element_label_class: ''
-          element_label_colon: true
-          element_wrapper_type: ''
-          element_wrapper_class: ''
-          element_default_classes: true
-          empty: ''
-          hide_empty: false
-          empty_zero: false
-          hide_alter_empty: true
-          click_sort_column: value
-          type: string
-          settings: {  }
-          group_column: value
-          group_columns: {  }
-          group_rows: true
-          delta_limit: 0
-          delta_offset: 0
-          delta_reversed: false
-          delta_first_last: false
-          multi_type: separator
-          separator: ', '
-          field_api_classes: false
-      pager:
-        type: mini
-        options:
-          offset: 0
-          items_per_page: 12
-          total_pages: null
-          id: 0
-          tags:
-            next: ››
-            previous: ‹‹
-          expose:
-            items_per_page: false
-            items_per_page_label: 'Items per page'
-            items_per_page_options: '5, 10, 25, 50'
-            items_per_page_options_all: false
-            items_per_page_options_all_label: '- All -'
-            offset: false
-            offset_label: Offset
-      exposed_form:
-        type: bef
-        options:
-          submit_button: Filter
-          reset_button: true
-          reset_button_label: Reset
-          exposed_sorts_label: 'Sort by'
-          expose_sort_order: true
-          sort_asc_label: Asc
-          sort_desc_label: Desc
-          text_input_required: 'Select any filter and click on Apply to see results'
-          text_input_required_format: basic_html
-          bef:
-            general:
-              autosubmit: true
-              autosubmit_exclude_textfield: false
-              autosubmit_textfield_delay: 500
-              autosubmit_hide: true
-              input_required: false
-              allow_secondary: false
-              secondary_label: 'Advanced options'
-              secondary_open: false
-            filter:
-              product_brand_target_id:
-                plugin_id: bef
-                advanced:
-                  sort_options: false
-                  rewrite:
-                    filter_rewrite_values: ''
-                  collapsible: false
-                  is_secondary: false
-                select_all_none: false
-                select_all_none_nested: false
-                display_inline: false
-              product_collections_target_id:
-                plugin_id: bef
-                advanced:
-                  sort_options: false
-                  rewrite:
-                    filter_rewrite_values: ''
-                  collapsible: false
-                  is_secondary: false
-                select_all_none: false
-                select_all_none_nested: false
-                display_inline: false
-      access:
-        type: none
-        options: {  }
-      cache:
-        type: tag
-        options: {  }
-      empty: {  }
-      sorts:
-        title:
-          id: title
-          table: commerce_product_field_data
-          field: title
-          relationship: none
-          group_type: group
-          admin_label: ''
-          entity_type: commerce_product
-          entity_field: title
-          plugin_id: standard
-          order: ASC
-          expose:
-            label: ''
-            field_identifier: title
-          exposed: false
-      arguments: {  }
-      filters:
-        status:
-          id: status
-          table: commerce_product_field_data
-          field: status
-          entity_type: commerce_product
-          entity_field: status
-          plugin_id: boolean
-          value: '1'
-          group: 1
-          expose:
-            operator: ''
-            operator_limit_selection: false
-            operator_list: {  }
-        product_brand_target_id:
-          id: product_brand_target_id
-          table: commerce_product__product_brand
-          field: product_brand_target_id
-          relationship: none
-          group_type: group
-          admin_label: ''
-          plugin_id: taxonomy_index_tid
-          operator: or
-          value: {  }
-          group: 1
-          exposed: true
-          expose:
-            operator_id: product_brand_target_id_op
-            label: Brand
-            description: ''
-            use_operator: false
-            operator: product_brand_target_id_op
-            operator_limit_selection: false
-            operator_list: {  }
-            identifier: prand
-            required: false
-            remember: false
-            multiple: true
-            remember_roles:
-              authenticated: authenticated
-              anonymous: '0'
-              administrator: '0'
-            reduce: false
-          is_grouped: false
-          group_info:
-            label: ''
-            description: ''
-            identifier: ''
-            optional: true
-            widget: select
-            multiple: false
-            remember: false
-            default_group: All
-            default_group_multiple: {  }
-            group_items: {  }
-          reduce_duplicates: false
-          vid: product_brands
-          type: select
-          hierarchy: false
-          limit: true
-          error_message: true
-        product_collections_target_id:
-          id: product_collections_target_id
-          table: commerce_product__product_collections
-          field: product_collections_target_id
-          relationship: none
-          group_type: group
-          admin_label: ''
-          plugin_id: taxonomy_index_tid
-          operator: or
-          value: {  }
-          group: 1
-          exposed: true
-          expose:
-            operator_id: product_collections_target_id_op
-            label: Collection
-            description: ''
-            use_operator: false
-            operator: product_collections_target_id_op
-            operator_limit_selection: false
-            operator_list: {  }
-            identifier: collection
-            required: false
-            remember: false
-            multiple: true
-            remember_roles:
-              authenticated: authenticated
-              anonymous: '0'
-              administrator: '0'
-            reduce: false
-          is_grouped: false
-          group_info:
-            label: ''
-            description: ''
-            identifier: ''
-            optional: true
-            widget: select
-            multiple: false
-            remember: false
-            default_group: All
-            default_group_multiple: {  }
-            group_items: {  }
-          reduce_duplicates: false
-          vid: product_collections
-          type: select
-          hierarchy: false
-          limit: true
-          error_message: true
-      style:
-        type: default
-        options:
-          row_class: 'col-lg-4 col-md-6'
-          default_row_class: true
-          uses_fields: false
-      row:
-        type: 'entity:commerce_product'
-        options:
-          relationship: none
-          view_mode: teaser
-      query:
-        type: views_query
-        options:
-          query_comment: ''
-          disable_sql_rewrite: false
-          distinct: false
-          replica: false
-          query_tags: {  }
-      relationships: {  }
-      use_ajax: true
-      header: {  }
-      footer: {  }
-      display_extenders: {  }
-    cache_metadata:
-      max-age: -1
-      contexts:
-        - 'languages:language_content'
-        - 'languages:language_interface'
-        - url
-        - url.query_args
-        - user
-      tags: {  }
-  product_catalog:
-    id: product_catalog
-    display_title: Page
-    display_plugin: page
-    position: 1
-    display_options:
-      exposed_block: true
-      display_extenders: {  }
-      path: products
-      menu:
-        type: normal
-        title: Products
-        menu_name: main
-    cache_metadata:
-      max-age: -1
-      contexts:
-        - 'languages:language_content'
-        - 'languages:language_interface'
-        - url
-        - url.query_args
-        - user
-      tags: {  }
diff --git a/modules/commerce_kickstart_core/commerce_kickstart_core.info.yml b/modules/commerce_kickstart_core/commerce_kickstart_core.info.yml
deleted file mode 100644
index cc7cd0ea83e41141c1856b0aecb6f037df6e9c2b..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_core/commerce_kickstart_core.info.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-name: Commerce Kickstart Core
-type: module
-description: Core Configuration for Commerce Kickstart
-package: Commerce Kickstart
-core_version_requirement: ^9 || ^10 || ^11
diff --git a/modules/commerce_kickstart_layout_builder/commerce_kickstart_layout_builder.info.yml b/modules/commerce_kickstart_layout_builder/commerce_kickstart_layout_builder.info.yml
deleted file mode 100644
index 1b0f78caec273d1ec2b570c1e438c656d8956033..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/commerce_kickstart_layout_builder.info.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-name: 'Commerce Kickstart Layout Builder'
-type: module
-description: 'Adding support for Layout Builder on products and creating Landing page content type with custom blocks'
-core_version_requirement: '^8.9 || ^9 || ^10 || ^11'
-dependencies:
-  - 'block_visibility_conditions:block_visibility_conditions'
-  - 'block_visibility_conditions:block_visibility_conditions_node'
-  - 'block_visibility_conditions:block_visibility_conditions_taxonomy'
-  - 'bootstrap_layout_builder:bootstrap_layout_builder'
-  - 'config_rewrite:config_rewrite'
-  - 'commerce:commerce'
-  - 'commerce:commerce_product'
-  - 'drupal:layout_builder'
-  - 'inline_block_title_automatic:inline_block_title_automatic'
-  - 'layout_builder_blocks:layout_builder_blocks'
-  - 'layout_builder_lock:layout_builder_lock'
-  - 'layout_builder_modal:layout_builder_modal'
-  - 'layout_builder_operation_link:layout_builder_operation_link'
-  - 'layout_builder_restrictions:layout_builder_restrictions'
-  - 'layout_builder_restrictions:layout_builder_restrictions_by_region'
-  - 'section_library:section_library'
-package: 'Commerce Kickstart'
diff --git a/modules/commerce_kickstart_layout_builder/commerce_kickstart_layout_builder.libraries.yml b/modules/commerce_kickstart_layout_builder/commerce_kickstart_layout_builder.libraries.yml
deleted file mode 100644
index a7834ef4f2d1153765a484b27055e424c500f46e..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/commerce_kickstart_layout_builder.libraries.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-cklb-slideshow:
-  version: 1.x
-  js:
-    js/cklb-slideshow.js: {}
-  dependencies:
-    - core/jquery
-    - core/once
-    - commerce_kickstart_layout_builder/slick
-
-slick:
-  version: 1.8.1
-  css:
-    theme:
-      "//cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick-theme.min.css": { type: external, minified: true }
-    component:
-      "//cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.css": { type: external, minified: true }
-  js:
-    "//cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.js": { minified: true }
diff --git a/modules/commerce_kickstart_layout_builder/config/install/block_content.type.cklb_button.yml b/modules/commerce_kickstart_layout_builder/config/install/block_content.type.cklb_button.yml
deleted file mode 100644
index b3ad7fe463809d5f2db12e63a31b39d8736e2578..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/block_content.type.cklb_button.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-langcode: en
-status: true
-dependencies: {  }
-id: cklb_button
-label: Button
-revision: 0
-description: 'Simple Call to Action Button block'
diff --git a/modules/commerce_kickstart_layout_builder/config/install/block_content.type.cklb_hero.yml b/modules/commerce_kickstart_layout_builder/config/install/block_content.type.cklb_hero.yml
deleted file mode 100644
index 3fc52f7495d99f52c314680a20e27af973000c05..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/block_content.type.cklb_hero.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-langcode: en
-status: true
-dependencies: {  }
-id: cklb_hero
-label: Hero
-revision: 0
-description: 'Block for adding text with optional Call to Action and Subtitle '
diff --git a/modules/commerce_kickstart_layout_builder/config/install/block_content.type.cklb_image.yml b/modules/commerce_kickstart_layout_builder/config/install/block_content.type.cklb_image.yml
deleted file mode 100644
index 968545cb01afa9fd78a81b1217821ff389f7d134..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/block_content.type.cklb_image.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-langcode: en
-status: true
-dependencies: {  }
-id: cklb_image
-label: Image
-revision: 0
-description: 'Simple image block'
diff --git a/modules/commerce_kickstart_layout_builder/config/install/block_content.type.cklb_products.yml b/modules/commerce_kickstart_layout_builder/config/install/block_content.type.cklb_products.yml
deleted file mode 100644
index 4ff2faffc0b77da9220a5e3990b648a00a62aeee..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/block_content.type.cklb_products.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-langcode: en
-status: true
-dependencies: {  }
-id: cklb_products
-label: Products
-revision: 0
-description: 'Simple block for creating a list of products'
diff --git a/modules/commerce_kickstart_layout_builder/config/install/block_content.type.cklb_text.yml b/modules/commerce_kickstart_layout_builder/config/install/block_content.type.cklb_text.yml
deleted file mode 100644
index d6ca75ec8809bfc5779246d3f997983a2efc959b..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/block_content.type.cklb_text.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-langcode: en
-status: true
-dependencies: {  }
-id: cklb_text
-label: Text
-revision: 0
-description: 'Simple text block'
diff --git a/modules/commerce_kickstart_layout_builder/config/install/block_content.type.cklb_title.yml b/modules/commerce_kickstart_layout_builder/config/install/block_content.type.cklb_title.yml
deleted file mode 100644
index 76a8e0c2da6ca95c6c7a23c2d9b13d0b9f072d33..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/block_content.type.cklb_title.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-langcode: en
-status: true
-dependencies: {  }
-id: cklb_title
-label: Title
-revision: 0
-description: 'Title block with additional display for H1 title.'
diff --git a/modules/commerce_kickstart_layout_builder/config/install/bootstrap_layout_builder.styles.yml b/modules/commerce_kickstart_layout_builder/config/install/bootstrap_layout_builder.styles.yml
deleted file mode 100644
index 67f6cadfe5cf6501111992a4e22c8d7133c66de5..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/bootstrap_layout_builder.styles.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-plugins:
-  background:
-    background_color:
-      enabled: 1
-    background_media:
-      enabled: 1
-  typography:
-    text_color:
-      enabled: 0
-    text_alignment:
-      enabled: 0
-  spacing:
-    padding:
-      enabled: 1
-    margin:
-      enabled: 1
-  border:
-    border:
-      enabled: 0
-  animation:
-    scroll_effects:
-      enabled: 0
diff --git a/modules/commerce_kickstart_layout_builder/config/install/core.base_field_override.node.cklb_landing_page.promote.yml b/modules/commerce_kickstart_layout_builder/config/install/core.base_field_override.node.cklb_landing_page.promote.yml
deleted file mode 100644
index f3b3f3ea2abeef73620bd208a8ab28f86229bec6..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/core.base_field_override.node.cklb_landing_page.promote.yml
+++ /dev/null
@@ -1,21 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - node.type.cklb_landing_page
-id: node.cklb_landing_page.promote
-field_name: promote
-entity_type: node
-bundle: cklb_landing_page
-label: 'Promoted to front page'
-description: ''
-required: false
-translatable: true
-default_value:
-  -
-    value: 0
-default_value_callback: ''
-settings:
-  on_label: 'On'
-  off_label: 'Off'
-field_type: boolean
diff --git a/modules/commerce_kickstart_layout_builder/config/install/core.entity_form_display.block_content.cklb_button.default.yml b/modules/commerce_kickstart_layout_builder/config/install/core.entity_form_display.block_content.cklb_button.default.yml
deleted file mode 100644
index c40a303d04044b05d5644261f9e42161078c8692..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/core.entity_form_display.block_content.cklb_button.default.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - block_content.type.cklb_button
-    - field.field.block_content.cklb_button.cklb_cta
-  module:
-    - link
-id: block_content.cklb_button.default
-targetEntityType: block_content
-bundle: cklb_button
-mode: default
-content:
-  cklb_cta:
-    type: link_default
-    weight: 0
-    region: content
-    settings:
-      placeholder_url: ''
-      placeholder_title: ''
-    third_party_settings: {  }
-hidden:
-  info: true
diff --git a/modules/commerce_kickstart_layout_builder/config/install/core.entity_form_display.block_content.cklb_hero.default.yml b/modules/commerce_kickstart_layout_builder/config/install/core.entity_form_display.block_content.cklb_hero.default.yml
deleted file mode 100644
index f1b6035dc08df96b6b9ea41e5f41667dc979f6b8..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/core.entity_form_display.block_content.cklb_hero.default.yml
+++ /dev/null
@@ -1,58 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - block_content.type.cklb_hero
-    - field.field.block_content.cklb_hero.cklb_cta
-    - field.field.block_content.cklb_hero.cklb_subtitle
-    - field.field.block_content.cklb_hero.cklb_text
-    - field.field.block_content.cklb_hero.cklb_title
-  module:
-    - link
-    - text
-id: block_content.cklb_hero.default
-targetEntityType: block_content
-bundle: cklb_hero
-mode: default
-content:
-  cklb_cta:
-    type: link_default
-    weight: 4
-    region: content
-    settings:
-      placeholder_url: ''
-      placeholder_title: ''
-    third_party_settings: {  }
-  info:
-    type: string_textfield
-    weight: 0
-    region: content
-    settings:
-      size: 60
-      placeholder: ''
-    third_party_settings: {  }
-  cklb_subtitle:
-    type: string_textfield
-    weight: 2
-    region: content
-    settings:
-      size: 60
-      placeholder: ''
-    third_party_settings: {  }
-  cklb_text:
-    type: text_textarea
-    weight: 3
-    region: content
-    settings:
-      rows: 5
-      placeholder: ''
-    third_party_settings: {  }
-  cklb_title:
-    type: string_textfield
-    weight: 1
-    region: content
-    settings:
-      size: 60
-      placeholder: ''
-    third_party_settings: {  }
-hidden: {  }
diff --git a/modules/commerce_kickstart_layout_builder/config/install/core.entity_form_display.block_content.cklb_image.default.yml b/modules/commerce_kickstart_layout_builder/config/install/core.entity_form_display.block_content.cklb_image.default.yml
deleted file mode 100644
index c554f1edcf24ff47dc4f449647df9ec563d42d1c..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/core.entity_form_display.block_content.cklb_image.default.yml
+++ /dev/null
@@ -1,29 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - block_content.type.cklb_image
-    - field.field.block_content.cklb_image.cklb_image
-  module:
-    - media_library
-id: block_content.cklb_image.default
-targetEntityType: block_content
-bundle: cklb_image
-mode: default
-content:
-  cklb_image:
-    type: media_library_widget
-    weight: 26
-    region: content
-    settings:
-      media_types: {  }
-    third_party_settings: {  }
-  info:
-    type: string_textfield
-    weight: -5
-    region: content
-    settings:
-      size: 60
-      placeholder: ''
-    third_party_settings: {  }
-hidden: {  }
diff --git a/modules/commerce_kickstart_layout_builder/config/install/core.entity_form_display.block_content.cklb_products.default.yml b/modules/commerce_kickstart_layout_builder/config/install/core.entity_form_display.block_content.cklb_products.default.yml
deleted file mode 100644
index 08cb706129b0b30daad57e6db6db75d86020dd02..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/core.entity_form_display.block_content.cklb_products.default.yml
+++ /dev/null
@@ -1,39 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - block_content.type.cklb_products
-    - field.field.block_content.cklb_products.cklb_products
-    - field.field.block_content.cklb_products.cklb_title
-id: block_content.cklb_products.default
-targetEntityType: block_content
-bundle: cklb_products
-mode: default
-content:
-  info:
-    type: string_textfield
-    weight: 0
-    region: content
-    settings:
-      size: 60
-      placeholder: ''
-    third_party_settings: {  }
-  cklb_products:
-    type: entity_reference_autocomplete
-    weight: 2
-    region: content
-    settings:
-      match_operator: CONTAINS
-      match_limit: 10
-      size: 60
-      placeholder: ''
-    third_party_settings: {  }
-  cklb_title:
-    type: string_textfield
-    weight: 1
-    region: content
-    settings:
-      size: 60
-      placeholder: ''
-    third_party_settings: {  }
-hidden: {  }
diff --git a/modules/commerce_kickstart_layout_builder/config/install/core.entity_form_display.block_content.cklb_text.default.yml b/modules/commerce_kickstart_layout_builder/config/install/core.entity_form_display.block_content.cklb_text.default.yml
deleted file mode 100644
index 2a3809a5c620bfdc309c74600352848d3cead60d..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/core.entity_form_display.block_content.cklb_text.default.yml
+++ /dev/null
@@ -1,30 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - block_content.type.cklb_text
-    - field.field.block_content.cklb_text.cklb_text
-  module:
-    - text
-id: block_content.cklb_text.default
-targetEntityType: block_content
-bundle: cklb_text
-mode: default
-content:
-  info:
-    type: string_textfield
-    weight: -5
-    region: content
-    settings:
-      size: 60
-      placeholder: ''
-    third_party_settings: {  }
-  cklb_text:
-    type: text_textarea
-    weight: 26
-    region: content
-    settings:
-      rows: 5
-      placeholder: ''
-    third_party_settings: {  }
-hidden: {  }
diff --git a/modules/commerce_kickstart_layout_builder/config/install/core.entity_form_display.block_content.cklb_title.default.yml b/modules/commerce_kickstart_layout_builder/config/install/core.entity_form_display.block_content.cklb_title.default.yml
deleted file mode 100644
index 02b98b7515338cef64be6382381d5831c3f10819..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/core.entity_form_display.block_content.cklb_title.default.yml
+++ /dev/null
@@ -1,28 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - block_content.type.cklb_title
-    - field.field.block_content.cklb_title.cklb_title
-id: block_content.cklb_title.default
-targetEntityType: block_content
-bundle: cklb_title
-mode: default
-content:
-  info:
-    type: string_textfield
-    weight: -5
-    region: content
-    settings:
-      size: 60
-      placeholder: ''
-    third_party_settings: {  }
-  cklb_title:
-    type: string_textfield
-    weight: 26
-    region: content
-    settings:
-      size: 60
-      placeholder: ''
-    third_party_settings: {  }
-hidden: {  }
diff --git a/modules/commerce_kickstart_layout_builder/config/install/core.entity_form_display.media.image.default.yml b/modules/commerce_kickstart_layout_builder/config/install/core.entity_form_display.media.image.default.yml
deleted file mode 100644
index 5c1795cb0e138ce76fa320bee087a4f1c1b7cb84..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/core.entity_form_display.media.image.default.yml
+++ /dev/null
@@ -1,47 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - field.field.media.image.field_media_image
-    - image.style.thumbnail
-    - media.type.image
-  module:
-    - image
-id: media.image.default
-targetEntityType: media
-bundle: image
-mode: default
-content:
-  created:
-    type: datetime_timestamp
-    weight: 10
-    region: content
-    settings: {  }
-    third_party_settings: {  }
-  field_media_image:
-    type: image_image
-    weight: 0
-    region: content
-    settings:
-      progress_indicator: throbber
-      preview_image_style: thumbnail
-    third_party_settings: {  }
-  status:
-    type: boolean_checkbox
-    weight: 100
-    region: content
-    settings:
-      display_label: true
-    third_party_settings: {  }
-  uid:
-    type: entity_reference_autocomplete
-    weight: 5
-    region: content
-    settings:
-      match_operator: CONTAINS
-      match_limit: 10
-      size: 60
-      placeholder: ''
-    third_party_settings: {  }
-hidden:
-  name: true
diff --git a/modules/commerce_kickstart_layout_builder/config/install/core.entity_form_display.media.image.media_library.yml b/modules/commerce_kickstart_layout_builder/config/install/core.entity_form_display.media.image.media_library.yml
deleted file mode 100644
index 63babd6f80d29c4bc5af130db3f4363a488e1773..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/core.entity_form_display.media.image.media_library.yml
+++ /dev/null
@@ -1,29 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - core.entity_form_mode.media.media_library
-    - field.field.media.image.field_media_image
-    - image.style.thumbnail
-    - media.type.image
-  module:
-    - image
-id: media.image.media_library
-targetEntityType: media
-bundle: image
-mode: media_library
-content:
-  field_media_image:
-    type: image_image
-    weight: 1
-    region: content
-    settings:
-      progress_indicator: throbber
-      preview_image_style: thumbnail
-    third_party_settings: {  }
-hidden:
-  created: true
-  name: true
-  path: true
-  status: true
-  uid: true
diff --git a/modules/commerce_kickstart_layout_builder/config/install/core.entity_form_display.node.cklb_landing_page.default.yml b/modules/commerce_kickstart_layout_builder/config/install/core.entity_form_display.node.cklb_landing_page.default.yml
deleted file mode 100644
index 459e74c30fd82808c76ae954038fc0ce0d3f56c6..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/core.entity_form_display.node.cklb_landing_page.default.yml
+++ /dev/null
@@ -1,84 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - field.field.node.cklb_landing_page.cklb_description
-    - field.field.node.cklb_landing_page.cklb_image
-    - field.field.node.cklb_landing_page.layout_builder__layout
-    - node.type.cklb_landing_page
-  module:
-    - media_library
-    - path
-id: node.cklb_landing_page.default
-targetEntityType: node
-bundle: cklb_landing_page
-mode: default
-content:
-  cklb_description:
-    type: string_textarea
-    weight: 2
-    region: content
-    settings:
-      rows: 5
-      placeholder: ''
-    third_party_settings: {  }
-  cklb_image:
-    type: media_library_widget
-    weight: 1
-    region: content
-    settings:
-      media_types: {  }
-    third_party_settings: {  }
-  created:
-    type: datetime_timestamp
-    weight: 4
-    region: content
-    settings: {  }
-    third_party_settings: {  }
-  path:
-    type: path
-    weight: 7
-    region: content
-    settings: {  }
-    third_party_settings: {  }
-  promote:
-    type: boolean_checkbox
-    weight: 5
-    region: content
-    settings:
-      display_label: true
-    third_party_settings: {  }
-  status:
-    type: boolean_checkbox
-    weight: 8
-    region: content
-    settings:
-      display_label: true
-    third_party_settings: {  }
-  sticky:
-    type: boolean_checkbox
-    weight: 6
-    region: content
-    settings:
-      display_label: true
-    third_party_settings: {  }
-  title:
-    type: string_textfield
-    weight: 0
-    region: content
-    settings:
-      size: 60
-      placeholder: ''
-    third_party_settings: {  }
-  uid:
-    type: entity_reference_autocomplete
-    weight: 3
-    region: content
-    settings:
-      match_operator: CONTAINS
-      match_limit: 10
-      size: 60
-      placeholder: ''
-    third_party_settings: {  }
-hidden:
-  layout_builder__layout: true
diff --git a/modules/commerce_kickstart_layout_builder/config/install/core.entity_view_display.block_content.cklb_button.default.yml b/modules/commerce_kickstart_layout_builder/config/install/core.entity_view_display.block_content.cklb_button.default.yml
deleted file mode 100644
index 00e276414fc8036140beea16f30a7df9f03a0fa8..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/core.entity_view_display.block_content.cklb_button.default.yml
+++ /dev/null
@@ -1,27 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - block_content.type.cklb_button
-    - field.field.block_content.cklb_button.cklb_cta
-  module:
-    - link
-id: block_content.cklb_button.default
-targetEntityType: block_content
-bundle: cklb_button
-mode: default
-content:
-  cklb_cta:
-    type: link
-    label: hidden
-    settings:
-      trim_length: 80
-      url_only: false
-      url_plain: false
-      rel: ''
-      target: ''
-    third_party_settings: {  }
-    weight: 0
-    region: content
-hidden:
-  search_api_excerpt: true
diff --git a/modules/commerce_kickstart_layout_builder/config/install/core.entity_view_display.block_content.cklb_hero.default.yml b/modules/commerce_kickstart_layout_builder/config/install/core.entity_view_display.block_content.cklb_hero.default.yml
deleted file mode 100644
index 5874f8c1c5014185b6156b574d6fd8c7aef59ed3..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/core.entity_view_display.block_content.cklb_hero.default.yml
+++ /dev/null
@@ -1,54 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - block_content.type.cklb_hero
-    - field.field.block_content.cklb_hero.cklb_cta
-    - field.field.block_content.cklb_hero.cklb_subtitle
-    - field.field.block_content.cklb_hero.cklb_text
-    - field.field.block_content.cklb_hero.cklb_title
-  module:
-    - link
-    - text
-id: block_content.cklb_hero.default
-targetEntityType: block_content
-bundle: cklb_hero
-mode: default
-content:
-  cklb_cta:
-    type: link
-    label: hidden
-    settings:
-      trim_length: 80
-      url_only: false
-      url_plain: false
-      rel: ''
-      target: ''
-    third_party_settings: {  }
-    weight: 3
-    region: content
-  cklb_subtitle:
-    type: string
-    label: visually_hidden
-    settings:
-      link_to_entity: false
-    third_party_settings: {  }
-    weight: 1
-    region: content
-  cklb_text:
-    type: text_default
-    label: visually_hidden
-    settings: {  }
-    third_party_settings: {  }
-    weight: 2
-    region: content
-  cklb_title:
-    type: string
-    label: hidden
-    settings:
-      link_to_entity: false
-    third_party_settings: {  }
-    weight: 0
-    region: content
-hidden:
-  search_api_excerpt: true
diff --git a/modules/commerce_kickstart_layout_builder/config/install/core.entity_view_display.block_content.cklb_image.cklb_large.yml b/modules/commerce_kickstart_layout_builder/config/install/core.entity_view_display.block_content.cklb_image.cklb_large.yml
deleted file mode 100644
index 391d305cc50daf0fa0b32069bdbcd984f104898b..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/core.entity_view_display.block_content.cklb_image.cklb_large.yml
+++ /dev/null
@@ -1,31 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - block_content.type.cklb_image
-    - core.entity_view_mode.block_content.cklb_large
-    - field.field.block_content.cklb_image.cklb_image
-    - image.style.cklb_container
-  module:
-    - layout_builder
-    - media
-third_party_settings:
-  layout_builder:
-    enabled: false
-    allow_custom: false
-id: block_content.cklb_image.cklb_large
-targetEntityType: block_content
-bundle: cklb_image
-mode: cklb_large
-content:
-  cklb_image:
-    type: media_thumbnail
-    label: visually_hidden
-    settings:
-      image_link: ''
-      image_style: cklb_container
-    third_party_settings: {  }
-    weight: 0
-    region: content
-hidden:
-  search_api_excerpt: true
diff --git a/modules/commerce_kickstart_layout_builder/config/install/core.entity_view_display.block_content.cklb_image.cklb_small.yml b/modules/commerce_kickstart_layout_builder/config/install/core.entity_view_display.block_content.cklb_image.cklb_small.yml
deleted file mode 100644
index 1675c6fc6f2bba7685956d28f40ae88d4b3a7632..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/core.entity_view_display.block_content.cklb_image.cklb_small.yml
+++ /dev/null
@@ -1,31 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - block_content.type.cklb_image
-    - core.entity_view_mode.block_content.cklb_small
-    - field.field.block_content.cklb_image.cklb_image
-    - image.style.cklb_small_max_600px
-  module:
-    - layout_builder
-    - media
-third_party_settings:
-  layout_builder:
-    enabled: false
-    allow_custom: false
-id: block_content.cklb_image.cklb_small
-targetEntityType: block_content
-bundle: cklb_image
-mode: cklb_small
-content:
-  cklb_image:
-    type: media_thumbnail
-    label: visually_hidden
-    settings:
-      image_link: ''
-      image_style: cklb_small_max_600px
-    third_party_settings: {  }
-    weight: 0
-    region: content
-hidden:
-  search_api_excerpt: true
diff --git a/modules/commerce_kickstart_layout_builder/config/install/core.entity_view_display.block_content.cklb_image.default.yml b/modules/commerce_kickstart_layout_builder/config/install/core.entity_view_display.block_content.cklb_image.default.yml
deleted file mode 100644
index 818f5b162ff8aa5cfa426084032759f6e94eb582..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/core.entity_view_display.block_content.cklb_image.default.yml
+++ /dev/null
@@ -1,25 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - block_content.type.cklb_image
-    - field.field.block_content.cklb_image.cklb_image
-    - image.style.cklb_medium_max_1144px
-  module:
-    - media
-id: block_content.cklb_image.default
-targetEntityType: block_content
-bundle: cklb_image
-mode: default
-content:
-  cklb_image:
-    type: media_thumbnail
-    label: visually_hidden
-    settings:
-      image_link: ''
-      image_style: cklb_medium_max_1144px
-    third_party_settings: {  }
-    weight: 0
-    region: content
-hidden:
-  search_api_excerpt: true
diff --git a/modules/commerce_kickstart_layout_builder/config/install/core.entity_view_display.block_content.cklb_products.default.yml b/modules/commerce_kickstart_layout_builder/config/install/core.entity_view_display.block_content.cklb_products.default.yml
deleted file mode 100644
index 4526369214b216fc9f43c3aefd5844ff7d5275a6..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/core.entity_view_display.block_content.cklb_products.default.yml
+++ /dev/null
@@ -1,31 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - block_content.type.cklb_products
-    - field.field.block_content.cklb_products.cklb_products
-    - field.field.block_content.cklb_products.cklb_title
-id: block_content.cklb_products.default
-targetEntityType: block_content
-bundle: cklb_products
-mode: default
-content:
-  cklb_products:
-    type: entity_reference_entity_view
-    label: visually_hidden
-    settings:
-      view_mode: teaser
-      link: false
-    third_party_settings: {  }
-    weight: 1
-    region: content
-  cklb_title:
-    type: string
-    label: visually_hidden
-    settings:
-      link_to_entity: false
-    third_party_settings: {  }
-    weight: 0
-    region: content
-hidden:
-  search_api_excerpt: true
diff --git a/modules/commerce_kickstart_layout_builder/config/install/core.entity_view_display.block_content.cklb_text.default.yml b/modules/commerce_kickstart_layout_builder/config/install/core.entity_view_display.block_content.cklb_text.default.yml
deleted file mode 100644
index 258c90b08c9968c205bcddcf6ab4f707917acc5c..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/core.entity_view_display.block_content.cklb_text.default.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - block_content.type.cklb_text
-    - field.field.block_content.cklb_text.cklb_text
-  module:
-    - text
-id: block_content.cklb_text.default
-targetEntityType: block_content
-bundle: cklb_text
-mode: default
-content:
-  cklb_text:
-    type: text_default
-    label: visually_hidden
-    settings: {  }
-    third_party_settings: {  }
-    weight: 0
-    region: content
-hidden:
-  search_api_excerpt: true
diff --git a/modules/commerce_kickstart_layout_builder/config/install/core.entity_view_display.block_content.cklb_title.cklb_h1.yml b/modules/commerce_kickstart_layout_builder/config/install/core.entity_view_display.block_content.cklb_title.cklb_h1.yml
deleted file mode 100644
index f93e7a96cead232ce90e677cdc8a1c0eea061cd3..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/core.entity_view_display.block_content.cklb_title.cklb_h1.yml
+++ /dev/null
@@ -1,28 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - block_content.type.cklb_title
-    - core.entity_view_mode.block_content.cklb_h1
-    - field.field.block_content.cklb_title.cklb_title
-  module:
-    - layout_builder
-third_party_settings:
-  layout_builder:
-    enabled: false
-    allow_custom: false
-id: block_content.cklb_title.cklb_h1
-targetEntityType: block_content
-bundle: cklb_title
-mode: cklb_h1
-content:
-  cklb_title:
-    type: string
-    label: hidden
-    settings:
-      link_to_entity: false
-    third_party_settings: {  }
-    weight: 0
-    region: content
-hidden:
-  search_api_excerpt: true
diff --git a/modules/commerce_kickstart_layout_builder/config/install/core.entity_view_display.block_content.cklb_title.default.yml b/modules/commerce_kickstart_layout_builder/config/install/core.entity_view_display.block_content.cklb_title.default.yml
deleted file mode 100644
index ca0b56a1f5a0ab6822e7db51eac1baf457a4d8dc..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/core.entity_view_display.block_content.cklb_title.default.yml
+++ /dev/null
@@ -1,21 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - block_content.type.cklb_title
-    - field.field.block_content.cklb_title.cklb_title
-id: block_content.cklb_title.default
-targetEntityType: block_content
-bundle: cklb_title
-mode: default
-content:
-  cklb_title:
-    type: string
-    label: hidden
-    settings:
-      link_to_entity: false
-    third_party_settings: {  }
-    weight: 0
-    region: content
-hidden:
-  search_api_excerpt: true
diff --git a/modules/commerce_kickstart_layout_builder/config/install/core.entity_view_display.media.image.default.yml b/modules/commerce_kickstart_layout_builder/config/install/core.entity_view_display.media.image.default.yml
deleted file mode 100644
index 0f0e8e414f03d9e80bd66a8cf824b3250a39f3d4..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/core.entity_view_display.media.image.default.yml
+++ /dev/null
@@ -1,28 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - field.field.media.image.field_media_image
-    - image.style.large
-    - media.type.image
-  module:
-    - image
-id: media.image.default
-targetEntityType: media
-bundle: image
-mode: default
-content:
-  field_media_image:
-    type: image
-    label: visually_hidden
-    settings:
-      image_link: ''
-      image_style: large
-    third_party_settings: {  }
-    weight: 1
-    region: content
-hidden:
-  created: true
-  thumbnail: true
-  uid: true
-  name: true
diff --git a/modules/commerce_kickstart_layout_builder/config/install/core.entity_view_display.media.image.media_library.yml b/modules/commerce_kickstart_layout_builder/config/install/core.entity_view_display.media.image.media_library.yml
deleted file mode 100644
index 75e513c9935bfdadcee2e8937e46a91e0d3b64ce..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/core.entity_view_display.media.image.media_library.yml
+++ /dev/null
@@ -1,29 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - core.entity_view_mode.media.media_library
-    - field.field.media.image.field_media_image
-    - image.style.medium
-    - media.type.image
-  module:
-    - image
-id: media.image.media_library
-targetEntityType: media
-bundle: image
-mode: media_library
-content:
-  thumbnail:
-    type: image
-    label: hidden
-    settings:
-      image_link: ''
-      image_style: medium
-    third_party_settings: {  }
-    weight: 0
-    region: content
-hidden:
-  created: true
-  field_media_image: true
-  name: true
-  uid: true
diff --git a/modules/commerce_kickstart_layout_builder/config/install/core.entity_view_display.node.cklb_landing_page.default.yml b/modules/commerce_kickstart_layout_builder/config/install/core.entity_view_display.node.cklb_landing_page.default.yml
deleted file mode 100644
index aee94c46411b307cd64af5411c6a741876361be2..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/core.entity_view_display.node.cklb_landing_page.default.yml
+++ /dev/null
@@ -1,150 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - field.field.node.cklb_landing_page.cklb_description
-    - field.field.node.cklb_landing_page.cklb_image
-    - field.field.node.cklb_landing_page.layout_builder__layout
-    - node.type.cklb_landing_page
-  module:
-    - layout_builder
-    - layout_builder_restrictions
-    - user
-third_party_settings:
-  layout_builder:
-    enabled: true
-    allow_custom: true
-    sections:
-      -
-        layout_id: 'bootstrap_layout_builder:blb_col_1'
-        layout_settings:
-          label: Content
-          context_mapping: {  }
-          container_wrapper_classes: ''
-          container_wrapper_attributes: null
-          container_wrapper:
-            bootstrap_styles:
-              background:
-                background_type: color
-              background_color:
-                class: null
-              background_media:
-                image:
-                  media_id: null
-                video:
-                  media_id: null
-                background_options:
-                  background_position: center
-                  background_repeat: no-repeat
-                  background_attachment: not_fixed
-                  background_size: cover
-              padding:
-                class: _none
-              padding_left:
-                class: _none
-              padding_top:
-                class: _none
-              padding_right:
-                class: _none
-              padding_bottom:
-                class: _none
-              margin:
-                class: _none
-              margin_left:
-                class: _none
-              margin_top:
-                class: _none
-              margin_right:
-                class: _none
-              margin_bottom:
-                class: _none
-          container_wrapper_bg_color_class: ''
-          container_wrapper_bg_media: null
-          container: container
-          section_classes: ''
-          section_attributes: null
-          regions_classes:
-            blb_region_col_1: ''
-          regions_attributes:
-            blb_region_col_1: {  }
-          breakpoints: {  }
-          layout_regions_classes: {  }
-          remove_gutters: '0'
-        components: {  }
-        third_party_settings: {  }
-  layout_builder_restrictions:
-    allowed_block_categories:
-      - 'Chaos Tools'
-      - Commerce
-      - 'Content fields'
-      - 'Custom block types'
-      - Forms
-      - Help
-      - 'Inline blocks'
-      - 'Lists (Views)'
-      - Menus
-      - System
-      - User
-      - core
-    entity_view_mode_restriction:
-      allowed_layouts:
-        - 'bootstrap_layout_builder:blb_col_1'
-        - 'bootstrap_layout_builder:blb_col_2'
-        - 'bootstrap_layout_builder:blb_col_3'
-        - 'bootstrap_layout_builder:blb_col_4'
-        - 'bootstrap_layout_builder:blb_col_5'
-        - 'bootstrap_layout_builder:blb_col_6'
-        - 'bootstrap_layout_builder:blb_col_7'
-        - 'bootstrap_layout_builder:blb_col_8'
-        - 'bootstrap_layout_builder:blb_col_9'
-        - 'bootstrap_layout_builder:blb_col_10'
-        - 'bootstrap_layout_builder:blb_col_11'
-        - 'bootstrap_layout_builder:blb_col_12'
-        - cklb_slideshow
-      blacklisted_blocks: {  }
-      whitelisted_blocks: {  }
-      restricted_categories: {  }
-    entity_view_mode_restriction_by_region:
-      allowed_layouts:
-        - 'bootstrap_layout_builder:blb_col_1'
-        - 'bootstrap_layout_builder:blb_col_2'
-        - 'bootstrap_layout_builder:blb_col_3'
-        - 'bootstrap_layout_builder:blb_col_4'
-        - 'bootstrap_layout_builder:blb_col_5'
-        - 'bootstrap_layout_builder:blb_col_6'
-        - 'bootstrap_layout_builder:blb_col_7'
-        - 'bootstrap_layout_builder:blb_col_8'
-        - 'bootstrap_layout_builder:blb_col_9'
-        - 'bootstrap_layout_builder:blb_col_10'
-        - 'bootstrap_layout_builder:blb_col_11'
-        - 'bootstrap_layout_builder:blb_col_12'
-        - cklb_slideshow
-id: node.cklb_landing_page.default
-targetEntityType: node
-bundle: cklb_landing_page
-mode: default
-content:
-  cklb_description:
-    type: basic_string
-    label: above
-    settings: {  }
-    third_party_settings: {  }
-    weight: 103
-    region: blb_region_col_1
-  cklb_image:
-    type: entity_reference_entity_view
-    label: above
-    settings:
-      view_mode: default
-      link: false
-    third_party_settings: {  }
-    weight: 102
-    region: blb_region_col_1
-  links:
-    settings: {  }
-    third_party_settings: {  }
-    weight: 100
-    region: content
-hidden:
-  layout_builder__layout: true
-  search_api_excerpt: true
diff --git a/modules/commerce_kickstart_layout_builder/config/install/core.entity_view_display.node.cklb_landing_page.teaser.yml b/modules/commerce_kickstart_layout_builder/config/install/core.entity_view_display.node.cklb_landing_page.teaser.yml
deleted file mode 100644
index d5d0b8ebfbc91acb49d709eaae607d233ad2f6f3..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/core.entity_view_display.node.cklb_landing_page.teaser.yml
+++ /dev/null
@@ -1,42 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - core.entity_view_mode.node.teaser
-    - field.field.node.cklb_landing_page.cklb_description
-    - field.field.node.cklb_landing_page.cklb_image
-    - field.field.node.cklb_landing_page.layout_builder__layout
-    - image.style.cklb_small_max_600px
-    - node.type.cklb_landing_page
-  module:
-    - media
-    - user
-id: node.cklb_landing_page.teaser
-targetEntityType: node
-bundle: cklb_landing_page
-mode: teaser
-content:
-  cklb_description:
-    type: basic_string
-    label: visually_hidden
-    settings: {  }
-    third_party_settings: {  }
-    weight: 1
-    region: content
-  cklb_image:
-    type: media_thumbnail
-    label: visually_hidden
-    settings:
-      image_link: content
-      image_style: cklb_small_max_600px
-    third_party_settings: {  }
-    weight: 0
-    region: content
-  links:
-    settings: {  }
-    third_party_settings: {  }
-    weight: 2
-    region: content
-hidden:
-  layout_builder__layout: true
-  search_api_excerpt: true
diff --git a/modules/commerce_kickstart_layout_builder/config/install/core.entity_view_mode.block_content.cklb_h1.yml b/modules/commerce_kickstart_layout_builder/config/install/core.entity_view_mode.block_content.cklb_h1.yml
deleted file mode 100644
index d9e006e6574a3c776ccffceb4f4a4159165fe862..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/core.entity_view_mode.block_content.cklb_h1.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  module:
-    - block_content
-id: block_content.cklb_h1
-label: H1
-targetEntityType: block_content
-cache: true
diff --git a/modules/commerce_kickstart_layout_builder/config/install/core.entity_view_mode.block_content.cklb_large.yml b/modules/commerce_kickstart_layout_builder/config/install/core.entity_view_mode.block_content.cklb_large.yml
deleted file mode 100644
index b212157f8a92b2ce87a21265a6f1fd597b199e2f..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/core.entity_view_mode.block_content.cklb_large.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  module:
-    - block_content
-id: block_content.cklb_large
-label: Large
-targetEntityType: block_content
-cache: true
diff --git a/modules/commerce_kickstart_layout_builder/config/install/core.entity_view_mode.block_content.cklb_small.yml b/modules/commerce_kickstart_layout_builder/config/install/core.entity_view_mode.block_content.cklb_small.yml
deleted file mode 100644
index c433cbf9817979c5ae99866adf0ea76f3f2ed398..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/core.entity_view_mode.block_content.cklb_small.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  module:
-    - block_content
-id: block_content.cklb_small
-label: Small
-targetEntityType: block_content
-cache: true
diff --git a/modules/commerce_kickstart_layout_builder/config/install/field.field.block_content.cklb_button.cklb_cta.yml b/modules/commerce_kickstart_layout_builder/config/install/field.field.block_content.cklb_button.cklb_cta.yml
deleted file mode 100644
index 2a006ddd4095bef9f4b76a862607533315c2147e..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/field.field.block_content.cklb_button.cklb_cta.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - block_content.type.cklb_button
-    - field.storage.block_content.cklb_cta
-  module:
-    - link
-id: block_content.cklb_button.cklb_cta
-field_name: cklb_cta
-entity_type: block_content
-bundle: cklb_button
-label: Button
-description: ''
-required: true
-translatable: true
-default_value: {  }
-default_value_callback: ''
-settings:
-  title: 1
-  link_type: 17
-field_type: link
diff --git a/modules/commerce_kickstart_layout_builder/config/install/field.field.block_content.cklb_hero.cklb_cta.yml b/modules/commerce_kickstart_layout_builder/config/install/field.field.block_content.cklb_hero.cklb_cta.yml
deleted file mode 100644
index 574d942c0f9812e5bd042609aedf4676c89be08b..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/field.field.block_content.cklb_hero.cklb_cta.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - block_content.type.cklb_hero
-    - field.storage.block_content.cklb_cta
-  module:
-    - link
-id: block_content.cklb_hero.cklb_cta
-field_name: cklb_cta
-entity_type: block_content
-bundle: cklb_hero
-label: Button
-description: ''
-required: false
-translatable: false
-default_value: {  }
-default_value_callback: ''
-settings:
-  title: 2
-  link_type: 17
-field_type: link
diff --git a/modules/commerce_kickstart_layout_builder/config/install/field.field.block_content.cklb_hero.cklb_subtitle.yml b/modules/commerce_kickstart_layout_builder/config/install/field.field.block_content.cklb_hero.cklb_subtitle.yml
deleted file mode 100644
index 3b3261a4ec109701c4dda7dca6275e6d71c4c142..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/field.field.block_content.cklb_hero.cklb_subtitle.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - block_content.type.cklb_hero
-    - field.storage.block_content.cklb_subtitle
-id: block_content.cklb_hero.cklb_subtitle
-field_name: cklb_subtitle
-entity_type: block_content
-bundle: cklb_hero
-label: Subtitle
-description: ''
-required: false
-translatable: false
-default_value: {  }
-default_value_callback: ''
-settings: {  }
-field_type: string
diff --git a/modules/commerce_kickstart_layout_builder/config/install/field.field.block_content.cklb_hero.cklb_text.yml b/modules/commerce_kickstart_layout_builder/config/install/field.field.block_content.cklb_hero.cklb_text.yml
deleted file mode 100644
index 5cfd58f25cac53a14f0d35008f8fda538a77d755..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/field.field.block_content.cklb_hero.cklb_text.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - block_content.type.cklb_hero
-    - field.storage.block_content.cklb_text
-  module:
-    - text
-id: block_content.cklb_hero.cklb_text
-field_name: cklb_text
-entity_type: block_content
-bundle: cklb_hero
-label: Text
-description: ''
-required: false
-translatable: false
-default_value: {  }
-default_value_callback: ''
-settings: {  }
-field_type: text_long
diff --git a/modules/commerce_kickstart_layout_builder/config/install/field.field.block_content.cklb_hero.cklb_title.yml b/modules/commerce_kickstart_layout_builder/config/install/field.field.block_content.cklb_hero.cklb_title.yml
deleted file mode 100644
index 70096952d71c41686555a8283364803fbe2e0577..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/field.field.block_content.cklb_hero.cklb_title.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - block_content.type.cklb_hero
-    - field.storage.block_content.cklb_title
-id: block_content.cklb_hero.cklb_title
-field_name: cklb_title
-entity_type: block_content
-bundle: cklb_hero
-label: Title
-description: ''
-required: false
-translatable: true
-default_value: {  }
-default_value_callback: ''
-settings: {  }
-field_type: string
diff --git a/modules/commerce_kickstart_layout_builder/config/install/field.field.block_content.cklb_image.cklb_image.yml b/modules/commerce_kickstart_layout_builder/config/install/field.field.block_content.cklb_image.cklb_image.yml
deleted file mode 100644
index 7220c4ac4126040f7b0a5da11d400130af47865b..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/field.field.block_content.cklb_image.cklb_image.yml
+++ /dev/null
@@ -1,28 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - block_content.type.cklb_image
-    - field.storage.block_content.cklb_image
-    - media.type.image
-id: block_content.cklb_image.cklb_image
-field_name: cklb_image
-entity_type: block_content
-bundle: cklb_image
-label: Image
-description: ''
-required: true
-translatable: false
-default_value: {  }
-default_value_callback: ''
-settings:
-  handler: 'default:media'
-  handler_settings:
-    target_bundles:
-      image: image
-    sort:
-      field: _none
-      direction: ASC
-    auto_create: false
-    auto_create_bundle: ''
-field_type: entity_reference
diff --git a/modules/commerce_kickstart_layout_builder/config/install/field.field.block_content.cklb_products.cklb_products.yml b/modules/commerce_kickstart_layout_builder/config/install/field.field.block_content.cklb_products.cklb_products.yml
deleted file mode 100644
index 941a5db3aa2b9916e746c3752da2bbd1a4fb3f44..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/field.field.block_content.cklb_products.cklb_products.yml
+++ /dev/null
@@ -1,24 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - block_content.type.cklb_products
-    - field.storage.block_content.cklb_products
-id: block_content.cklb_products.cklb_products
-field_name: cklb_products
-entity_type: block_content
-bundle: cklb_products
-label: Products
-description: ''
-required: true
-translatable: false
-default_value: {  }
-default_value_callback: ''
-settings:
-  handler: views
-  handler_settings:
-    view:
-      view_name: cklb_products_entity_reference
-      display_name: entity_reference_all_products
-      arguments: {  }
-field_type: entity_reference
diff --git a/modules/commerce_kickstart_layout_builder/config/install/field.field.block_content.cklb_products.cklb_title.yml b/modules/commerce_kickstart_layout_builder/config/install/field.field.block_content.cklb_products.cklb_title.yml
deleted file mode 100644
index 6249356f13ba85589fa1b5eaf442f66bb2819b14..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/field.field.block_content.cklb_products.cklb_title.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - block_content.type.cklb_products
-    - field.storage.block_content.cklb_title
-id: block_content.cklb_products.cklb_title
-field_name: cklb_title
-entity_type: block_content
-bundle: cklb_products
-label: Title
-description: ''
-required: false
-translatable: true
-default_value: {  }
-default_value_callback: ''
-settings: {  }
-field_type: string
diff --git a/modules/commerce_kickstart_layout_builder/config/install/field.field.block_content.cklb_text.cklb_text.yml b/modules/commerce_kickstart_layout_builder/config/install/field.field.block_content.cklb_text.cklb_text.yml
deleted file mode 100644
index 97ebe6d8f2fc14fa12e19cf05c503b28505f5207..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/field.field.block_content.cklb_text.cklb_text.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - block_content.type.cklb_text
-    - field.storage.block_content.cklb_text
-  module:
-    - text
-id: block_content.cklb_text.cklb_text
-field_name: cklb_text
-entity_type: block_content
-bundle: cklb_text
-label: Text
-description: ''
-required: true
-translatable: true
-default_value: {  }
-default_value_callback: ''
-settings: {  }
-field_type: text_long
diff --git a/modules/commerce_kickstart_layout_builder/config/install/field.field.block_content.cklb_title.cklb_title.yml b/modules/commerce_kickstart_layout_builder/config/install/field.field.block_content.cklb_title.cklb_title.yml
deleted file mode 100644
index 2b566e120206993f13fae90b60132dace00e6604..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/field.field.block_content.cklb_title.cklb_title.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - block_content.type.cklb_title
-    - field.storage.block_content.cklb_title
-id: block_content.cklb_title.cklb_title
-field_name: cklb_title
-entity_type: block_content
-bundle: cklb_title
-label: Title
-description: ''
-required: true
-translatable: false
-default_value: {  }
-default_value_callback: ''
-settings: {  }
-field_type: string
diff --git a/modules/commerce_kickstart_layout_builder/config/install/field.field.media.image.field_media_image.yml b/modules/commerce_kickstart_layout_builder/config/install/field.field.media.image.field_media_image.yml
deleted file mode 100644
index 689315625eee7fc31e4efee859b3494450ee56c1..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/field.field.media.image.field_media_image.yml
+++ /dev/null
@@ -1,40 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - field.storage.media.field_media_image
-    - media.type.image
-  module:
-    - image
-  enforced:
-    module:
-      - media
-id: media.image.field_media_image
-field_name: field_media_image
-entity_type: media
-bundle: image
-label: Image
-description: ''
-required: true
-translatable: true
-default_value: {  }
-default_value_callback: ''
-settings:
-  handler: 'default:file'
-  handler_settings: {  }
-  file_directory: '[date:custom:Y]-[date:custom:m]'
-  file_extensions: 'png gif jpg jpeg'
-  max_filesize: ''
-  max_resolution: ''
-  min_resolution: ''
-  alt_field: true
-  alt_field_required: true
-  title_field: false
-  title_field_required: false
-  default_image:
-    uuid: null
-    alt: ''
-    title: ''
-    width: null
-    height: null
-field_type: image
diff --git a/modules/commerce_kickstart_layout_builder/config/install/field.field.node.cklb_landing_page.cklb_description.yml b/modules/commerce_kickstart_layout_builder/config/install/field.field.node.cklb_landing_page.cklb_description.yml
deleted file mode 100644
index c92f4fe35839a1aab267982f103f29aa325ca72b..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/field.field.node.cklb_landing_page.cklb_description.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - field.storage.node.cklb_description
-    - node.type.cklb_landing_page
-id: node.cklb_landing_page.cklb_description
-field_name: cklb_description
-entity_type: node
-bundle: cklb_landing_page
-label: Description
-description: 'Short, keyword-rich summary. Does not appear on a page but can be picked up by search engines and external sites as a small preview for the page.'
-required: false
-translatable: false
-default_value: {  }
-default_value_callback: ''
-settings: {  }
-field_type: string_long
diff --git a/modules/commerce_kickstart_layout_builder/config/install/field.field.node.cklb_landing_page.cklb_image.yml b/modules/commerce_kickstart_layout_builder/config/install/field.field.node.cklb_landing_page.cklb_image.yml
deleted file mode 100644
index b2a4f54fee9d50469dc73f652037434b95096e14..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/field.field.node.cklb_landing_page.cklb_image.yml
+++ /dev/null
@@ -1,29 +0,0 @@
-uuid: 279be1f0-7df9-4b9e-ae54-79cd59b06522
-langcode: en
-status: true
-dependencies:
-  config:
-    - field.storage.node.cklb_image
-    - media.type.image
-    - node.type.cklb_landing_page
-id: node.cklb_landing_page.cklb_image
-field_name: cklb_image
-entity_type: node
-bundle: cklb_landing_page
-label: Image
-description: 'Teaser image that will not appear anywhere on the site but can be picked up by search engines and external sites as a small preview for the page.'
-required: false
-translatable: false
-default_value: {  }
-default_value_callback: ''
-settings:
-  handler: 'default:media'
-  handler_settings:
-    target_bundles:
-      image: image
-    sort:
-      field: _none
-      direction: ASC
-    auto_create: false
-    auto_create_bundle: ''
-field_type: entity_reference
diff --git a/modules/commerce_kickstart_layout_builder/config/install/field.field.node.cklb_landing_page.layout_builder__layout.yml b/modules/commerce_kickstart_layout_builder/config/install/field.field.node.cklb_landing_page.layout_builder__layout.yml
deleted file mode 100644
index e893e4f484bed921f97c74e6eab7ad78546bf496..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/field.field.node.cklb_landing_page.layout_builder__layout.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - field.storage.node.layout_builder__layout
-    - node.type.cklb_landing_page
-  module:
-    - layout_builder
-id: node.cklb_landing_page.layout_builder__layout
-field_name: layout_builder__layout
-entity_type: node
-bundle: cklb_landing_page
-label: Layout
-description: ''
-required: false
-translatable: false
-default_value: {  }
-default_value_callback: ''
-settings: {  }
-field_type: layout_section
diff --git a/modules/commerce_kickstart_layout_builder/config/install/field.storage.block_content.cklb_cta.yml b/modules/commerce_kickstart_layout_builder/config/install/field.storage.block_content.cklb_cta.yml
deleted file mode 100644
index 606e7ee59f2b47e277c32ba972a9934c98c91ea1..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/field.storage.block_content.cklb_cta.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  module:
-    - block_content
-    - link
-id: block_content.cklb_cta
-field_name: cklb_cta
-entity_type: block_content
-type: link
-settings: {  }
-module: link
-locked: false
-cardinality: 1
-translatable: true
-indexes: {  }
-persist_with_no_fields: false
-custom_storage: false
diff --git a/modules/commerce_kickstart_layout_builder/config/install/field.storage.block_content.cklb_image.yml b/modules/commerce_kickstart_layout_builder/config/install/field.storage.block_content.cklb_image.yml
deleted file mode 100644
index 90ff57224857b49c79af0b14df089925e5b462f2..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/field.storage.block_content.cklb_image.yml
+++ /dev/null
@@ -1,19 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  module:
-    - block_content
-    - media
-id: block_content.cklb_image
-field_name: cklb_image
-entity_type: block_content
-type: entity_reference
-settings:
-  target_type: media
-module: core
-locked: false
-cardinality: 1
-translatable: true
-indexes: {  }
-persist_with_no_fields: false
-custom_storage: false
diff --git a/modules/commerce_kickstart_layout_builder/config/install/field.storage.block_content.cklb_products.yml b/modules/commerce_kickstart_layout_builder/config/install/field.storage.block_content.cklb_products.yml
deleted file mode 100644
index d1398614d7c501c401556fb1182880c4a57a6fbb..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/field.storage.block_content.cklb_products.yml
+++ /dev/null
@@ -1,19 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  module:
-    - block_content
-    - commerce_product
-id: block_content.cklb_products
-field_name: cklb_products
-entity_type: block_content
-type: entity_reference
-settings:
-  target_type: commerce_product
-module: core
-locked: false
-cardinality: -1
-translatable: true
-indexes: {  }
-persist_with_no_fields: false
-custom_storage: false
diff --git a/modules/commerce_kickstart_layout_builder/config/install/field.storage.block_content.cklb_subtitle.yml b/modules/commerce_kickstart_layout_builder/config/install/field.storage.block_content.cklb_subtitle.yml
deleted file mode 100644
index 80db58aeb93cf1c329cc515207fff6f4118e4f4e..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/field.storage.block_content.cklb_subtitle.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  module:
-    - block_content
-id: block_content.cklb_subtitle
-field_name: cklb_subtitle
-entity_type: block_content
-type: string
-settings:
-  max_length: 255
-  case_sensitive: false
-  is_ascii: false
-module: core
-locked: false
-cardinality: 1
-translatable: true
-indexes: {  }
-persist_with_no_fields: false
-custom_storage: false
diff --git a/modules/commerce_kickstart_layout_builder/config/install/field.storage.block_content.cklb_text.yml b/modules/commerce_kickstart_layout_builder/config/install/field.storage.block_content.cklb_text.yml
deleted file mode 100644
index 42bd5487ef118328466ec97e32b912a9803c8e72..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/field.storage.block_content.cklb_text.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  module:
-    - block_content
-    - text
-id: block_content.cklb_text
-field_name: cklb_text
-entity_type: block_content
-type: text_long
-settings: {  }
-module: text
-locked: false
-cardinality: 1
-translatable: true
-indexes: {  }
-persist_with_no_fields: false
-custom_storage: false
diff --git a/modules/commerce_kickstart_layout_builder/config/install/field.storage.block_content.cklb_title.yml b/modules/commerce_kickstart_layout_builder/config/install/field.storage.block_content.cklb_title.yml
deleted file mode 100644
index 8647020ac4832975c7c2a0c5054ed5b542442f99..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/field.storage.block_content.cklb_title.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  module:
-    - block_content
-id: block_content.cklb_title
-field_name: cklb_title
-entity_type: block_content
-type: string
-settings:
-  max_length: 255
-  case_sensitive: false
-  is_ascii: false
-module: core
-locked: false
-cardinality: 1
-translatable: true
-indexes: {  }
-persist_with_no_fields: false
-custom_storage: false
diff --git a/modules/commerce_kickstart_layout_builder/config/install/field.storage.media.field_media_image.yml b/modules/commerce_kickstart_layout_builder/config/install/field.storage.media.field_media_image.yml
deleted file mode 100644
index 59a6fbe14297a668552edd686b66388d5fd58d70..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/field.storage.media.field_media_image.yml
+++ /dev/null
@@ -1,32 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  module:
-    - file
-    - image
-    - media
-  enforced:
-    module:
-      - media
-id: media.field_media_image
-field_name: field_media_image
-entity_type: media
-type: image
-settings:
-  target_type: file
-  display_field: false
-  display_default: false
-  uri_scheme: public
-  default_image:
-    uuid: null
-    alt: ''
-    title: ''
-    width: null
-    height: null
-module: image
-locked: false
-cardinality: 1
-translatable: true
-indexes: {  }
-persist_with_no_fields: false
-custom_storage: false
diff --git a/modules/commerce_kickstart_layout_builder/config/install/field.storage.node.cklb_description.yml b/modules/commerce_kickstart_layout_builder/config/install/field.storage.node.cklb_description.yml
deleted file mode 100644
index 342e6cb797843506f334e120ff044e909a56ad27..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/field.storage.node.cklb_description.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  module:
-    - node
-id: node.cklb_description
-field_name: cklb_description
-entity_type: node
-type: string_long
-settings:
-  case_sensitive: false
-module: core
-locked: false
-cardinality: 1
-translatable: true
-indexes: {  }
-persist_with_no_fields: false
-custom_storage: false
diff --git a/modules/commerce_kickstart_layout_builder/config/install/field.storage.node.cklb_image.yml b/modules/commerce_kickstart_layout_builder/config/install/field.storage.node.cklb_image.yml
deleted file mode 100644
index ac39297ba75535ef817ba7d558891402da44a078..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/field.storage.node.cklb_image.yml
+++ /dev/null
@@ -1,19 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  module:
-    - media
-    - node
-id: node.cklb_image
-field_name: cklb_image
-entity_type: node
-type: entity_reference
-settings:
-  target_type: media
-module: core
-locked: false
-cardinality: 1
-translatable: true
-indexes: {  }
-persist_with_no_fields: false
-custom_storage: false
diff --git a/modules/commerce_kickstart_layout_builder/config/install/field.storage.node.layout_builder__layout.yml b/modules/commerce_kickstart_layout_builder/config/install/field.storage.node.layout_builder__layout.yml
deleted file mode 100644
index 11db0b19cdb504bb8b2e4a110655304332177ab2..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/field.storage.node.layout_builder__layout.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  module:
-    - layout_builder
-    - node
-id: node.layout_builder__layout
-field_name: layout_builder__layout
-entity_type: node
-type: layout_section
-settings: {  }
-module: layout_builder
-locked: true
-cardinality: 1
-translatable: false
-indexes: {  }
-persist_with_no_fields: false
-custom_storage: false
diff --git a/modules/commerce_kickstart_layout_builder/config/install/image.style.cklb_container.yml b/modules/commerce_kickstart_layout_builder/config/install/image.style.cklb_container.yml
deleted file mode 100644
index df5ce9843af62238408aa74f3b937554c1cd1a26..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/image.style.cklb_container.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-langcode: en
-status: true
-dependencies: {  }
-name: cklb_container
-label: 'Container (1600px)'
-effects:
-  6ebebab3-365b-4967-930f-f5a6a073e9bc:
-    uuid: 6ebebab3-365b-4967-930f-f5a6a073e9bc
-    id: image_scale
-    weight: 1
-    data:
-      width: 1600
-      height: null
-      upscale: true
diff --git a/modules/commerce_kickstart_layout_builder/config/install/image.style.cklb_full_width.yml b/modules/commerce_kickstart_layout_builder/config/install/image.style.cklb_full_width.yml
deleted file mode 100644
index 39411ea8223dd9288568c31af87239e98d51abcf..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/image.style.cklb_full_width.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-langcode: en
-status: true
-dependencies: {  }
-name: cklb_full_width
-label: 'Full width'
-effects: {  }
diff --git a/modules/commerce_kickstart_layout_builder/config/install/image.style.cklb_medium_max_1144px.yml b/modules/commerce_kickstart_layout_builder/config/install/image.style.cklb_medium_max_1144px.yml
deleted file mode 100644
index ef747e794371cf925becdcce5e039e10e6c9b30b..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/image.style.cklb_medium_max_1144px.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-langcode: en
-status: true
-dependencies: {  }
-name: cklb_medium_max_1144px
-label: 'Medium (max 1144px)'
-effects:
-  5847302e-818e-4d42-91a1-570df551420f:
-    uuid: 5847302e-818e-4d42-91a1-570df551420f
-    id: image_scale
-    weight: 1
-    data:
-      width: 1144
-      height: null
-      upscale: true
diff --git a/modules/commerce_kickstart_layout_builder/config/install/image.style.cklb_small_max_600px.yml b/modules/commerce_kickstart_layout_builder/config/install/image.style.cklb_small_max_600px.yml
deleted file mode 100644
index f0d3e8ee6d033e34b203be577b2757883b60b6b4..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/image.style.cklb_small_max_600px.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-langcode: en
-status: true
-dependencies: {  }
-name: cklb_small_max_600px
-label: 'Small (max 600px)'
-effects:
-  9b1bd098-bd42-4521-8d80-719a8cb298fc:
-    uuid: 9b1bd098-bd42-4521-8d80-719a8cb298fc
-    id: image_scale
-    weight: 1
-    data:
-      width: 600
-      height: null
-      upscale: true
diff --git a/modules/commerce_kickstart_layout_builder/config/install/layout_builder_blocks.styles.yml b/modules/commerce_kickstart_layout_builder/config/install/layout_builder_blocks.styles.yml
deleted file mode 100644
index 072892a8d98463322f10320e84061da14a99492e..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/layout_builder_blocks.styles.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-plugins:
-  background:
-    background_color:
-      enabled: 1
-    background_media:
-      enabled: 1
-  typography:
-    text_color:
-      enabled: 1
-    text_alignment:
-      enabled: 1
-  spacing:
-    padding:
-      enabled: 1
-    margin:
-      enabled: 1
-  border:
-    border:
-      enabled: 0
-  animation:
-    scroll_effects:
-      enabled: 1
-block_restrictions: {  }
diff --git a/modules/commerce_kickstart_layout_builder/config/install/media.type.image.yml b/modules/commerce_kickstart_layout_builder/config/install/media.type.image.yml
deleted file mode 100644
index e38d5f93d19b9bfa21f1b8f34eca7ca4290710ec..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/media.type.image.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-langcode: en
-status: true
-dependencies: {  }
-id: image
-label: Image
-description: "Use local images for reusable media."
-source: image
-queue_thumbnail_downloads: false
-new_revision: true
-source_configuration:
-  source_field: field_media_image
-field_map:
-  name: name
diff --git a/modules/commerce_kickstart_layout_builder/config/install/node.type.cklb_landing_page.yml b/modules/commerce_kickstart_layout_builder/config/install/node.type.cklb_landing_page.yml
deleted file mode 100644
index fb6209234263808ba1632b45cd67ca6706e2e0e2..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/node.type.cklb_landing_page.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  module:
-    - menu_ui
-third_party_settings:
-  menu_ui:
-    available_menus: {  }
-    parent: ''
-name: 'Landing page'
-type: cklb_landing_page
-description: 'Use <em>landing pages</em> to compose pages out of content blocks via the layout builder, such as the site front page.'
-help: ''
-new_revision: true
-preview_mode: 1
-display_submitted: false
diff --git a/modules/commerce_kickstart_layout_builder/config/install/views.view.cklb_products_entity_reference.yml b/modules/commerce_kickstart_layout_builder/config/install/views.view.cklb_products_entity_reference.yml
deleted file mode 100644
index e793a38e5b8a7b9ae87849d9f1c51252a1ac78e1..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/install/views.view.cklb_products_entity_reference.yml
+++ /dev/null
@@ -1,186 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  module:
-    - commerce_product
-id: cklb_products_entity_reference
-label: 'Products entity reference'
-module: views
-description: ''
-tag: ''
-base_table: commerce_product_field_data
-base_field: product_id
-display:
-  default:
-    id: default
-    display_title: Default
-    display_plugin: default
-    position: 0
-    display_options:
-      fields:
-        title:
-          id: title
-          table: commerce_product_field_data
-          field: title
-          relationship: none
-          group_type: group
-          admin_label: ''
-          entity_type: null
-          entity_field: title
-          plugin_id: field
-          label: ''
-          exclude: false
-          alter:
-            alter_text: false
-            text: ''
-            make_link: false
-            path: ''
-            absolute: false
-            external: false
-            replace_spaces: false
-            path_case: none
-            trim_whitespace: false
-            alt: ''
-            rel: ''
-            link_class: ''
-            prefix: ''
-            suffix: ''
-            target: ''
-            nl2br: false
-            max_length: 0
-            word_boundary: true
-            ellipsis: true
-            more_link: false
-            more_link_text: ''
-            more_link_path: ''
-            strip_tags: false
-            trim: false
-            preserve_tags: ''
-            html: false
-          element_type: ''
-          element_class: ''
-          element_label_type: ''
-          element_label_class: ''
-          element_label_colon: true
-          element_wrapper_type: ''
-          element_wrapper_class: ''
-          element_default_classes: true
-          empty: ''
-          hide_empty: false
-          empty_zero: false
-          hide_alter_empty: true
-          click_sort_column: value
-          type: string
-          settings: {  }
-          group_column: value
-          group_columns: {  }
-          group_rows: true
-          delta_limit: 0
-          delta_offset: 0
-          delta_reversed: false
-          delta_first_last: false
-          multi_type: separator
-          separator: ', '
-          field_api_classes: false
-      pager:
-        type: mini
-        options:
-          offset: 0
-          items_per_page: 10
-          total_pages: null
-          id: 0
-          tags:
-            next: ››
-            previous: ‹‹
-          expose:
-            items_per_page: false
-            items_per_page_label: 'Items per page'
-            items_per_page_options: '5, 10, 25, 50'
-            items_per_page_options_all: false
-            items_per_page_options_all_label: '- All -'
-            offset: false
-            offset_label: Offset
-      exposed_form:
-        type: basic
-        options:
-          submit_button: Apply
-          reset_button: false
-          reset_button_label: Reset
-          exposed_sorts_label: 'Sort by'
-          expose_sort_order: true
-          sort_asc_label: Asc
-          sort_desc_label: Desc
-      access:
-        type: none
-        options: {  }
-      cache:
-        type: tag
-        options: {  }
-      empty: {  }
-      sorts: {  }
-      arguments: {  }
-      filters:
-        status:
-          id: status
-          table: commerce_product_field_data
-          field: status
-          entity_type: commerce_product
-          entity_field: status
-          plugin_id: boolean
-          value: '1'
-          group: 1
-          expose:
-            operator: ''
-            operator_limit_selection: false
-            operator_list: {  }
-      style:
-        type: default
-        options:
-          grouping: {  }
-          row_class: ''
-          default_row_class: true
-          uses_fields: false
-      row:
-        type: fields
-        options:
-          default_field_elements: true
-          inline: {  }
-          separator: ''
-          hide_empty: false
-      query:
-        type: views_query
-        options:
-          query_comment: ''
-          disable_sql_rewrite: false
-          distinct: false
-          replica: false
-          query_tags: {  }
-      relationships: {  }
-      header: {  }
-      footer: {  }
-      display_extenders: {  }
-    cache_metadata:
-      max-age: -1
-      contexts:
-        - 'languages:language_content'
-        - 'languages:language_interface'
-        - url.query_args
-      tags: {  }
-  entity_reference_all_products:
-    id: entity_reference_all_products
-    display_title: 'Entity Reference'
-    display_plugin: entity_reference
-    position: 1
-    display_options:
-      style:
-        type: entity_reference
-        options:
-          search_fields:
-            title: title
-      display_extenders: {  }
-    cache_metadata:
-      max-age: -1
-      contexts:
-        - 'languages:language_content'
-        - 'languages:language_interface'
-      tags: {  }
diff --git a/modules/commerce_kickstart_layout_builder/config/optional/bootstrap_layout_builder.settings.yml b/modules/commerce_kickstart_layout_builder/config/optional/bootstrap_layout_builder.settings.yml
deleted file mode 100644
index d242513f9ca609a391e131f695d9395959cb9865..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/optional/bootstrap_layout_builder.settings.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-hide_section_settings: 0
-one_col_layout_class: col-12
-background_colors: ''
-background_image:
-  bundle: image
-  field: field_media_image
-background_local_video:
-  bundle: video
-  field: field_media_video_file
diff --git a/modules/commerce_kickstart_layout_builder/config/optional/core.entity_form_display.media.audio.default.yml b/modules/commerce_kickstart_layout_builder/config/optional/core.entity_form_display.media.audio.default.yml
deleted file mode 100644
index 55854bcb88ab1b8c288c4ef2b351286cf179f8d3..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/optional/core.entity_form_display.media.audio.default.yml
+++ /dev/null
@@ -1,52 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - field.field.media.audio.field_media_audio_file
-    - media.type.audio
-  module:
-    - file
-    - path
-id: media.audio.default
-targetEntityType: media
-bundle: audio
-mode: default
-content:
-  created:
-    type: datetime_timestamp
-    weight: 10
-    region: content
-    settings: {  }
-    third_party_settings: {  }
-  field_media_audio_file:
-    type: file_generic
-    weight: 0
-    region: content
-    settings:
-      progress_indicator: throbber
-    third_party_settings: {  }
-  path:
-    type: path
-    weight: 30
-    region: content
-    settings: {  }
-    third_party_settings: {  }
-  status:
-    type: boolean_checkbox
-    weight: 100
-    region: content
-    settings:
-      display_label: true
-    third_party_settings: {  }
-  uid:
-    type: entity_reference_autocomplete
-    weight: 5
-    region: content
-    settings:
-      match_operator: CONTAINS
-      match_limit: 10
-      size: 60
-      placeholder: ''
-    third_party_settings: {  }
-hidden:
-  name: true
diff --git a/modules/commerce_kickstart_layout_builder/config/optional/core.entity_form_display.media.audio.media_library.yml b/modules/commerce_kickstart_layout_builder/config/optional/core.entity_form_display.media.audio.media_library.yml
deleted file mode 100644
index 9179618e640c9cc7427ba576765cda0dd5b93a26..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/optional/core.entity_form_display.media.audio.media_library.yml
+++ /dev/null
@@ -1,19 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - core.entity_form_mode.media.media_library
-    - field.field.media.audio.field_media_audio_file
-    - media.type.audio
-id: media.audio.media_library
-targetEntityType: media
-bundle: audio
-mode: media_library
-content: {  }
-hidden:
-  created: true
-  field_media_audio_file: true
-  name: true
-  path: true
-  status: true
-  uid: true
diff --git a/modules/commerce_kickstart_layout_builder/config/optional/core.entity_form_display.media.document.default.yml b/modules/commerce_kickstart_layout_builder/config/optional/core.entity_form_display.media.document.default.yml
deleted file mode 100644
index cab3df27a713ff5b87dc9ed2222265e593f2c2bc..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/optional/core.entity_form_display.media.document.default.yml
+++ /dev/null
@@ -1,45 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - field.field.media.document.field_media_document
-    - media.type.document
-  module:
-    - file
-id: media.document.default
-targetEntityType: media
-bundle: document
-mode: default
-content:
-  created:
-    type: datetime_timestamp
-    weight: 10
-    region: content
-    settings: {  }
-    third_party_settings: {  }
-  field_media_document:
-    type: file_generic
-    weight: 0
-    region: content
-    settings:
-      progress_indicator: throbber
-    third_party_settings: {  }
-  status:
-    type: boolean_checkbox
-    weight: 100
-    region: content
-    settings:
-      display_label: true
-    third_party_settings: {  }
-  uid:
-    type: entity_reference_autocomplete
-    weight: 5
-    region: content
-    settings:
-      match_operator: CONTAINS
-      match_limit: 10
-      size: 60
-      placeholder: ''
-    third_party_settings: {  }
-hidden:
-  name: true
diff --git a/modules/commerce_kickstart_layout_builder/config/optional/core.entity_form_display.media.document.media_library.yml b/modules/commerce_kickstart_layout_builder/config/optional/core.entity_form_display.media.document.media_library.yml
deleted file mode 100644
index b7abbe903fe894bb3c951716edd1d0471f95f69d..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/optional/core.entity_form_display.media.document.media_library.yml
+++ /dev/null
@@ -1,19 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - core.entity_form_mode.media.media_library
-    - field.field.media.document.field_media_document
-    - media.type.document
-id: media.document.media_library
-targetEntityType: media
-bundle: document
-mode: media_library
-content: {  }
-hidden:
-  created: true
-  field_media_document: true
-  name: true
-  path: true
-  status: true
-  uid: true
diff --git a/modules/commerce_kickstart_layout_builder/config/optional/core.entity_form_display.media.remote_video.default.yml b/modules/commerce_kickstart_layout_builder/config/optional/core.entity_form_display.media.remote_video.default.yml
deleted file mode 100644
index 0f57855dd0a453b9c1c52ffa74b8c461a180c5e0..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/optional/core.entity_form_display.media.remote_video.default.yml
+++ /dev/null
@@ -1,53 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - field.field.media.remote_video.field_media_oembed_video
-    - media.type.remote_video
-  module:
-    - media
-    - path
-id: media.remote_video.default
-targetEntityType: media
-bundle: remote_video
-mode: default
-content:
-  created:
-    type: datetime_timestamp
-    weight: 10
-    region: content
-    settings: {  }
-    third_party_settings: {  }
-  field_media_oembed_video:
-    type: oembed_textfield
-    weight: 0
-    region: content
-    settings:
-      size: 60
-      placeholder: ''
-    third_party_settings: {  }
-  path:
-    type: path
-    weight: 30
-    region: content
-    settings: {  }
-    third_party_settings: {  }
-  status:
-    type: boolean_checkbox
-    weight: 100
-    region: content
-    settings:
-      display_label: true
-    third_party_settings: {  }
-  uid:
-    type: entity_reference_autocomplete
-    weight: 5
-    region: content
-    settings:
-      match_operator: CONTAINS
-      match_limit: 10
-      size: 60
-      placeholder: ''
-    third_party_settings: {  }
-hidden:
-  name: true
diff --git a/modules/commerce_kickstart_layout_builder/config/optional/core.entity_form_display.media.remote_video.media_library.yml b/modules/commerce_kickstart_layout_builder/config/optional/core.entity_form_display.media.remote_video.media_library.yml
deleted file mode 100644
index 6a1461cded73a6724ff6673fc2fe41f33d3cbc05..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/optional/core.entity_form_display.media.remote_video.media_library.yml
+++ /dev/null
@@ -1,19 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - core.entity_form_mode.media.media_library
-    - field.field.media.remote_video.field_media_oembed_video
-    - media.type.remote_video
-id: media.remote_video.media_library
-targetEntityType: media
-bundle: remote_video
-mode: media_library
-content: {  }
-hidden:
-  created: true
-  field_media_oembed_video: true
-  name: true
-  path: true
-  status: true
-  uid: true
diff --git a/modules/commerce_kickstart_layout_builder/config/optional/core.entity_form_display.media.video.default.yml b/modules/commerce_kickstart_layout_builder/config/optional/core.entity_form_display.media.video.default.yml
deleted file mode 100644
index e3fdffe0dab7a4d19f597ddc09b93a804494de7c..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/optional/core.entity_form_display.media.video.default.yml
+++ /dev/null
@@ -1,52 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - field.field.media.video.field_media_video_file
-    - media.type.video
-  module:
-    - file
-    - path
-id: media.video.default
-targetEntityType: media
-bundle: video
-mode: default
-content:
-  created:
-    type: datetime_timestamp
-    weight: 10
-    region: content
-    settings: {  }
-    third_party_settings: {  }
-  field_media_video_file:
-    type: file_generic
-    weight: 0
-    region: content
-    settings:
-      progress_indicator: throbber
-    third_party_settings: {  }
-  path:
-    type: path
-    weight: 30
-    region: content
-    settings: {  }
-    third_party_settings: {  }
-  status:
-    type: boolean_checkbox
-    weight: 100
-    region: content
-    settings:
-      display_label: true
-    third_party_settings: {  }
-  uid:
-    type: entity_reference_autocomplete
-    weight: 5
-    region: content
-    settings:
-      match_operator: CONTAINS
-      match_limit: 10
-      size: 60
-      placeholder: ''
-    third_party_settings: {  }
-hidden:
-  name: true
diff --git a/modules/commerce_kickstart_layout_builder/config/optional/core.entity_form_display.media.video.media_library.yml b/modules/commerce_kickstart_layout_builder/config/optional/core.entity_form_display.media.video.media_library.yml
deleted file mode 100644
index db2cf0b19e98506e3b1b54f4185412ccd1e0f51a..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/optional/core.entity_form_display.media.video.media_library.yml
+++ /dev/null
@@ -1,19 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - core.entity_form_mode.media.media_library
-    - field.field.media.video.field_media_video_file
-    - media.type.video
-id: media.video.media_library
-targetEntityType: media
-bundle: video
-mode: media_library
-content: {  }
-hidden:
-  created: true
-  field_media_video_file: true
-  name: true
-  path: true
-  status: true
-  uid: true
diff --git a/modules/commerce_kickstart_layout_builder/config/optional/core.entity_view_display.media.audio.default.yml b/modules/commerce_kickstart_layout_builder/config/optional/core.entity_view_display.media.audio.default.yml
deleted file mode 100644
index 2956f6913195ea52a6b768979df7ec400235b4f7..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/optional/core.entity_view_display.media.audio.default.yml
+++ /dev/null
@@ -1,29 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - field.field.media.audio.field_media_audio_file
-    - media.type.audio
-  module:
-    - file
-id: media.audio.default
-targetEntityType: media
-bundle: audio
-mode: default
-content:
-  field_media_audio_file:
-    type: file_audio
-    label: visually_hidden
-    settings:
-      controls: true
-      autoplay: false
-      loop: false
-      multiple_file_display_type: tags
-    third_party_settings: {  }
-    weight: 0
-    region: content
-hidden:
-  created: true
-  name: true
-  thumbnail: true
-  uid: true
diff --git a/modules/commerce_kickstart_layout_builder/config/optional/core.entity_view_display.media.audio.media_library.yml b/modules/commerce_kickstart_layout_builder/config/optional/core.entity_view_display.media.audio.media_library.yml
deleted file mode 100644
index f4a4055de4fe9f7e50de366966a0735ca4df4c3d..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/optional/core.entity_view_display.media.audio.media_library.yml
+++ /dev/null
@@ -1,29 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - core.entity_view_mode.media.media_library
-    - field.field.media.audio.field_media_audio_file
-    - image.style.thumbnail
-    - media.type.audio
-  module:
-    - image
-id: media.audio.media_library
-targetEntityType: media
-bundle: audio
-mode: media_library
-content:
-  thumbnail:
-    type: image
-    label: hidden
-    settings:
-      image_link: ''
-      image_style: thumbnail
-    third_party_settings: {  }
-    weight: 0
-    region: content
-hidden:
-  created: true
-  field_media_audio_file: true
-  name: true
-  uid: true
diff --git a/modules/commerce_kickstart_layout_builder/config/optional/core.entity_view_display.media.document.default.yml b/modules/commerce_kickstart_layout_builder/config/optional/core.entity_view_display.media.document.default.yml
deleted file mode 100644
index 12187dbfbe5887b0ef28ac4fb53e1661a33d115c..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/optional/core.entity_view_display.media.document.default.yml
+++ /dev/null
@@ -1,25 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - field.field.media.document.field_media_document
-    - media.type.document
-  module:
-    - file
-id: media.document.default
-targetEntityType: media
-bundle: document
-mode: default
-content:
-  field_media_document:
-    type: file_default
-    label: visually_hidden
-    settings: {  }
-    third_party_settings: {  }
-    weight: 1
-    region: content
-hidden:
-  created: true
-  thumbnail: true
-  uid: true
-  name: true
diff --git a/modules/commerce_kickstart_layout_builder/config/optional/core.entity_view_display.media.document.media_library.yml b/modules/commerce_kickstart_layout_builder/config/optional/core.entity_view_display.media.document.media_library.yml
deleted file mode 100644
index 24c0bee080382a840f8e034ed8cae59f10bdcfac..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/optional/core.entity_view_display.media.document.media_library.yml
+++ /dev/null
@@ -1,29 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - core.entity_view_mode.media.media_library
-    - field.field.media.document.field_media_document
-    - image.style.thumbnail
-    - media.type.document
-  module:
-    - image
-id: media.document.media_library
-targetEntityType: media
-bundle: document
-mode: media_library
-content:
-  thumbnail:
-    type: image
-    label: hidden
-    settings:
-      image_link: ''
-      image_style: thumbnail
-    third_party_settings: {  }
-    weight: 0
-    region: content
-hidden:
-  created: true
-  field_media_document: true
-  name: true
-  uid: true
diff --git a/modules/commerce_kickstart_layout_builder/config/optional/core.entity_view_display.media.remote_video.default.yml b/modules/commerce_kickstart_layout_builder/config/optional/core.entity_view_display.media.remote_video.default.yml
deleted file mode 100644
index f25014bd0f37cd0be6521cd9298e37130ef43198..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/optional/core.entity_view_display.media.remote_video.default.yml
+++ /dev/null
@@ -1,27 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - field.field.media.remote_video.field_media_oembed_video
-    - media.type.remote_video
-  module:
-    - media
-id: media.remote_video.default
-targetEntityType: media
-bundle: remote_video
-mode: default
-content:
-  field_media_oembed_video:
-    type: oembed
-    label: hidden
-    settings:
-      max_width: 0
-      max_height: 0
-    third_party_settings: {  }
-    weight: 0
-    region: content
-hidden:
-  created: true
-  name: true
-  thumbnail: true
-  uid: true
diff --git a/modules/commerce_kickstart_layout_builder/config/optional/core.entity_view_display.media.remote_video.media_library.yml b/modules/commerce_kickstart_layout_builder/config/optional/core.entity_view_display.media.remote_video.media_library.yml
deleted file mode 100644
index f56315c47ab39f8bce01e15b0e9ab0bfa04d2146..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/optional/core.entity_view_display.media.remote_video.media_library.yml
+++ /dev/null
@@ -1,29 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - core.entity_view_mode.media.media_library
-    - field.field.media.remote_video.field_media_oembed_video
-    - image.style.medium
-    - media.type.remote_video
-  module:
-    - image
-id: media.remote_video.media_library
-targetEntityType: media
-bundle: remote_video
-mode: media_library
-content:
-  thumbnail:
-    type: image
-    label: hidden
-    settings:
-      image_link: ''
-      image_style: medium
-    third_party_settings: {  }
-    weight: 0
-    region: content
-hidden:
-  created: true
-  field_media_oembed_video: true
-  name: true
-  uid: true
diff --git a/modules/commerce_kickstart_layout_builder/config/optional/core.entity_view_display.media.video.default.yml b/modules/commerce_kickstart_layout_builder/config/optional/core.entity_view_display.media.video.default.yml
deleted file mode 100644
index 3c26f17aae3e9a4dd263a008233424f1bd06ad13..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/optional/core.entity_view_display.media.video.default.yml
+++ /dev/null
@@ -1,32 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - field.field.media.video.field_media_video_file
-    - media.type.video
-  module:
-    - file
-id: media.video.default
-targetEntityType: media
-bundle: video
-mode: default
-content:
-  field_media_video_file:
-    type: file_video
-    label: visually_hidden
-    settings:
-      controls: true
-      autoplay: false
-      loop: false
-      multiple_file_display_type: tags
-      muted: false
-      width: 640
-      height: 480
-    third_party_settings: {  }
-    weight: 0
-    region: content
-hidden:
-  created: true
-  name: true
-  thumbnail: true
-  uid: true
diff --git a/modules/commerce_kickstart_layout_builder/config/optional/core.entity_view_display.media.video.media_library.yml b/modules/commerce_kickstart_layout_builder/config/optional/core.entity_view_display.media.video.media_library.yml
deleted file mode 100644
index 5df8e5074a8c27f12aa5d5198586270f94a7ac98..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/optional/core.entity_view_display.media.video.media_library.yml
+++ /dev/null
@@ -1,29 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - core.entity_view_mode.media.media_library
-    - field.field.media.video.field_media_video_file
-    - image.style.thumbnail
-    - media.type.video
-  module:
-    - image
-id: media.video.media_library
-targetEntityType: media
-bundle: video
-mode: media_library
-content:
-  thumbnail:
-    type: image
-    label: hidden
-    settings:
-      image_link: ''
-      image_style: thumbnail
-    third_party_settings: {  }
-    weight: 0
-    region: content
-hidden:
-  created: true
-  field_media_video_file: true
-  name: true
-  uid: true
diff --git a/modules/commerce_kickstart_layout_builder/config/optional/field.field.media.audio.field_media_audio_file.yml b/modules/commerce_kickstart_layout_builder/config/optional/field.field.media.audio.field_media_audio_file.yml
deleted file mode 100644
index a4bb52eb859a2a18c2409964ea3c6d3ee1e0e579..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/optional/field.field.media.audio.field_media_audio_file.yml
+++ /dev/null
@@ -1,26 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - field.storage.media.field_media_audio_file
-    - media.type.audio
-  module:
-    - file
-id: media.audio.field_media_audio_file
-field_name: field_media_audio_file
-entity_type: media
-bundle: audio
-label: 'Audio file'
-description: ''
-required: true
-translatable: true
-default_value: {  }
-default_value_callback: ''
-settings:
-  handler: 'default:file'
-  handler_settings: {  }
-  file_directory: '[date:custom:Y]-[date:custom:m]'
-  file_extensions: 'mp3 wav aac'
-  max_filesize: ''
-  description_field: false
-field_type: file
diff --git a/modules/commerce_kickstart_layout_builder/config/optional/field.field.media.document.field_media_document.yml b/modules/commerce_kickstart_layout_builder/config/optional/field.field.media.document.field_media_document.yml
deleted file mode 100644
index fb0b9909e2e870210c3c927eb40e1de8f10947f2..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/optional/field.field.media.document.field_media_document.yml
+++ /dev/null
@@ -1,29 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - field.storage.media.field_media_document
-    - media.type.document
-  module:
-    - file
-  enforced:
-    module:
-      - media
-id: media.document.field_media_document
-field_name: field_media_document
-entity_type: media
-bundle: document
-label: Document
-description: ''
-required: true
-translatable: true
-default_value: {  }
-default_value_callback: ''
-settings:
-  handler: 'default:file'
-  handler_settings: {  }
-  file_directory: '[date:custom:Y]-[date:custom:m]'
-  file_extensions: 'txt rtf doc docx ppt pptx xls xlsx pdf odf odg odp ods odt fodt fods fodp fodg key numbers pages'
-  max_filesize: ''
-  description_field: false
-field_type: file
diff --git a/modules/commerce_kickstart_layout_builder/config/optional/field.field.media.remote_video.field_media_oembed_video.yml b/modules/commerce_kickstart_layout_builder/config/optional/field.field.media.remote_video.field_media_oembed_video.yml
deleted file mode 100644
index 6ff378fa17a10995c6880da15b2bac564a6d747b..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/optional/field.field.media.remote_video.field_media_oembed_video.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - field.storage.media.field_media_oembed_video
-    - media.type.remote_video
-id: media.remote_video.field_media_oembed_video
-field_name: field_media_oembed_video
-entity_type: media
-bundle: remote_video
-label: 'Video URL'
-description: ''
-required: true
-translatable: true
-default_value: {  }
-default_value_callback: ''
-settings: {  }
-field_type: string
diff --git a/modules/commerce_kickstart_layout_builder/config/optional/field.field.media.video.field_media_video_file.yml b/modules/commerce_kickstart_layout_builder/config/optional/field.field.media.video.field_media_video_file.yml
deleted file mode 100644
index b6c0be146e45a376e680c704c72391f5bbd55eca..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/optional/field.field.media.video.field_media_video_file.yml
+++ /dev/null
@@ -1,26 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - field.storage.media.field_media_video_file
-    - media.type.video
-  module:
-    - file
-id: media.video.field_media_video_file
-field_name: field_media_video_file
-entity_type: media
-bundle: video
-label: 'Video file'
-description: ''
-required: true
-translatable: true
-default_value: {  }
-default_value_callback: ''
-settings:
-  handler: 'default:file'
-  handler_settings: {  }
-  file_directory: '[date:custom:Y]-[date:custom:m]'
-  file_extensions: mp4
-  max_filesize: ''
-  description_field: false
-field_type: file
diff --git a/modules/commerce_kickstart_layout_builder/config/optional/field.storage.media.field_media_audio_file.yml b/modules/commerce_kickstart_layout_builder/config/optional/field.storage.media.field_media_audio_file.yml
deleted file mode 100644
index 1626b607eacd50d1aea611d925fd34b8307b26c1..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/optional/field.storage.media.field_media_audio_file.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  module:
-    - file
-    - media
-id: media.field_media_audio_file
-field_name: field_media_audio_file
-entity_type: media
-type: file
-settings:
-  target_type: file
-  display_field: false
-  display_default: false
-  uri_scheme: public
-module: file
-locked: false
-cardinality: 1
-translatable: true
-indexes: {  }
-persist_with_no_fields: false
-custom_storage: false
diff --git a/modules/commerce_kickstart_layout_builder/config/optional/field.storage.media.field_media_document.yml b/modules/commerce_kickstart_layout_builder/config/optional/field.storage.media.field_media_document.yml
deleted file mode 100644
index 309e509de09fd29015823f560dcd738f4866db47..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/optional/field.storage.media.field_media_document.yml
+++ /dev/null
@@ -1,25 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  module:
-    - file
-    - media
-  enforced:
-    module:
-      - media
-id: media.field_media_document
-field_name: field_media_document
-entity_type: media
-type: file
-settings:
-  target_type: file
-  display_field: false
-  display_default: false
-  uri_scheme: public
-module: file
-locked: false
-cardinality: 1
-translatable: true
-indexes: {  }
-persist_with_no_fields: false
-custom_storage: false
diff --git a/modules/commerce_kickstart_layout_builder/config/optional/field.storage.media.field_media_oembed_video.yml b/modules/commerce_kickstart_layout_builder/config/optional/field.storage.media.field_media_oembed_video.yml
deleted file mode 100644
index e8664f0b181c38b770d06841346ea1d7c2f1fea9..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/optional/field.storage.media.field_media_oembed_video.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  module:
-    - media
-id: media.field_media_oembed_video
-field_name: field_media_oembed_video
-entity_type: media
-type: string
-settings:
-  max_length: 255
-  case_sensitive: false
-  is_ascii: false
-module: core
-locked: false
-cardinality: 1
-translatable: true
-indexes: {  }
-persist_with_no_fields: false
-custom_storage: false
diff --git a/modules/commerce_kickstart_layout_builder/config/optional/field.storage.media.field_media_video_file.yml b/modules/commerce_kickstart_layout_builder/config/optional/field.storage.media.field_media_video_file.yml
deleted file mode 100644
index 0ac96a14b7c2375193f151de5773e9c707e7bdcf..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/optional/field.storage.media.field_media_video_file.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  module:
-    - file
-    - media
-id: media.field_media_video_file
-field_name: field_media_video_file
-entity_type: media
-type: file
-settings:
-  target_type: file
-  display_field: false
-  display_default: false
-  uri_scheme: public
-module: file
-locked: false
-cardinality: 1
-translatable: true
-indexes: {  }
-persist_with_no_fields: false
-custom_storage: false
diff --git a/modules/commerce_kickstart_layout_builder/config/optional/media.type.audio.yml b/modules/commerce_kickstart_layout_builder/config/optional/media.type.audio.yml
deleted file mode 100644
index 233b2042dc4194781d46c199a6064af0de688506..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/optional/media.type.audio.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-langcode: en
-status: true
-dependencies: {  }
-id: audio
-label: Audio
-description: 'A locally hosted audio file.'
-source: audio_file
-queue_thumbnail_downloads: false
-new_revision: true
-source_configuration:
-  source_field: field_media_audio_file
-field_map:
-  name: name
diff --git a/modules/commerce_kickstart_layout_builder/config/optional/media.type.document.yml b/modules/commerce_kickstart_layout_builder/config/optional/media.type.document.yml
deleted file mode 100644
index bb3a5ff8b1c0ae67d0deff79afe4ebceef399899..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/optional/media.type.document.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-langcode: en
-status: true
-dependencies: {  }
-id: document
-label: Document
-description: "An uploaded file or document, such as a PDF."
-source: file
-queue_thumbnail_downloads: false
-new_revision: true
-source_configuration:
-  source_field: field_media_document
-field_map:
-  name: name
diff --git a/modules/commerce_kickstart_layout_builder/config/optional/media.type.remote_video.yml b/modules/commerce_kickstart_layout_builder/config/optional/media.type.remote_video.yml
deleted file mode 100644
index 203d69832765562befb5851a4fe374b3cd9e64bf..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/optional/media.type.remote_video.yml
+++ /dev/null
@@ -1,17 +0,0 @@
-langcode: en
-status: true
-dependencies: {  }
-id: remote_video
-label: 'Remote video'
-description: 'A remotely hosted video from YouTube or Vimeo.'
-source: 'oembed:video'
-queue_thumbnail_downloads: false
-new_revision: true
-source_configuration:
-  source_field: field_media_oembed_video
-  thumbnails_directory: 'public://oembed_thumbnails/[date:custom:Y-m]'
-  providers:
-    - YouTube
-    - Vimeo
-field_map:
-  title: name
diff --git a/modules/commerce_kickstart_layout_builder/config/optional/media.type.video.yml b/modules/commerce_kickstart_layout_builder/config/optional/media.type.video.yml
deleted file mode 100644
index b07ac27059a97f9e4ff21b6bbf78016e6c2154f8..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/optional/media.type.video.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-langcode: en
-status: true
-dependencies: {  }
-id: video
-label: Video
-description: 'A locally hosted video file.'
-source: video_file
-queue_thumbnail_downloads: false
-new_revision: true
-source_configuration:
-  source_field: field_media_video_file
-field_map:
-  name: name
diff --git a/modules/commerce_kickstart_layout_builder/config/rewrite/block.block.belgrade_page_title.yml b/modules/commerce_kickstart_layout_builder/config/rewrite/block.block.belgrade_page_title.yml
deleted file mode 100644
index 08f63977c9167dfd1a7f7e15427f5425adb08c3a..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/rewrite/block.block.belgrade_page_title.yml
+++ /dev/null
@@ -1,36 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  module:
-    - block_visibility_conditions
-    - block_visibility_conditions_node
-    - block_visibility_conditions_taxonomy
-    - system
-  theme:
-    - belgrade
-id: belgrade_page_title
-theme: belgrade
-region: content
-weight: -10
-provider: null
-plugin: page_title_block
-settings:
-  id: page_title_block
-  label: 'Page title'
-  label_display: '0'
-  provider: core
-visibility:
-  request_path:
-    id: request_path
-    negate: true
-    context_mapping: {  }
-    pages: "<front>\r\n/product/*\r\n/products*\r\n"
-  not_node_type:
-    id: not_node_type
-    bundles:
-      landing_page: cklb_landing_page
-    negate: null
-  not_taxonomy_vocabulary:
-    id: not_taxonomy_vocabulary
-    bundles: {  }
-    negate: null
diff --git a/modules/commerce_kickstart_layout_builder/config/rewrite/bootstrap_styles.settings.yml b/modules/commerce_kickstart_layout_builder/config/rewrite/bootstrap_styles.settings.yml
deleted file mode 100644
index e7310f5d90dca3d55e24b2181f861ec0f98194d6..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/config/rewrite/bootstrap_styles.settings.yml
+++ /dev/null
@@ -1,46 +0,0 @@
-layout_builder_theme: dark
-background_colors: "bg-primary|Primary\r\nbg-dark|Dark\r\nbg-light|Light"
-background_image:
-  bundle: image
-  field: field_media_image
-background_local_video:
-  bundle: video
-  field: field_media_video_file
-text_colors: "text-white|White\r\ntext-black|Black"
-text_alignment: "text-start|Left\r\ntext-center|Center\r\ntext-end|Right"
-padding: "p-1|Padding 1\r\np-2|Padding 2\r\np-3|Padding 3\r\np-4|Padding 4\r\np-5|Padding 5\r\np-6|Padding 6"
-padding_left: "ps-1|Padding Left 1\r\nps-2|Padding Left 2\r\nps-3|Padding Left 3\r\nps-4|Padding Left 4\r\nps-5|Padding Left 5\r\nps-6|Padding Left 6"
-padding_top: "pt-1|Padding Top 1\r\npt-2|Padding Top 2\r\npt-3|Padding Top 3\r\npt-4|Padding Top 4\r\npt-5|Padding Top 5\r\npt-6|Padding Top 6"
-padding_right: "pe-1|Padding Right 1\r\npe-2|Padding Right 2\r\npe-3|Padding Right 3\r\npe-4|Padding Right 4\r\npe-5|Padding Right 5\r\npe-6|Padding Right 6"
-padding_bottom: "pb-1|Padding Bottom 1\r\npb-2|Padding Bottom 2\r\npb-3|Padding Bottom 3\r\npb-4|Padding Bottom 4\r\npb-5|Padding Bottom 5\r\npb-6|Padding Bottom 6"
-margin: "m-1|Margin 1\r\nm-2|Margin 2\r\nm-3|Margin 3\r\nm-4|Margin 4\r\nm-5|Margin 5\r\nm-6|Margin 6"
-margin_left: "ms-1|Margin Left 1\r\nms-2|Margin Left 2\r\nms-3|Margin Left 3\r\nms-4|Margin Left 4\r\nms-5|Margin Left 5\r\nms-6|Margin Left 6"
-margin_top: "mt-1|Margin Top 1\r\nmt-2|Margin Top 2\r\nmt-3|Margin Top 3\r\nmt-4|Margin Top 4\r\nmt-5|Margin Top 5\r\nmt-6|Margin Top 6"
-margin_right: "me-1|Margin Right 1\r\nme-2|Margin Right 2\r\nme-3|Margin Right 3\r\nme-4|Margin Right 4\r\nme-5|Margin Right 5\r\nme-6|Margin Right 6"
-margin_bottom: "mb-1|Margin Bottom 1\r\nmb-2|Margin Bottom 2\r\nmb-3|Margin Bottom 3\r\nmb-4|Margin Bottom 4\r\nmb-5|Margin Bottom 5\r\nmb-6|Margin Bottom 6"
-border_style: "bs-border-style-solid|Solid\r\nbs-border-style-dashed|Dashed\r\nbs-border-style-dotted|Dotted"
-border_left_style: "bs-border-style-left-solid|Solid\r\nbs-border-style-left-dashed|Dashed\r\nbs-border-style-left-dotted|Dotted"
-border_top_style: "bs-border-style-top-solid|Solid\r\nbs-border-style-top-dashed|Dashed\r\nbs-border-style-top-dotted|Dotted"
-border_right_style: "bs-border-style-right-solid|Solid\r\nbs-border-style-right-dashed|Dashed\r\nbs-border-style-right-dotted|Dotted"
-border_bottom_style: "bs-border-style-bottom-solid|Solid\r\nbs-border-style-bottom-dashed|Dashed\r\nbs-border-style-bottom-dotted|Dotted"
-border_width: "bs-border-width-1|Width 1\r\nbs-border-width-2|Width 2\r\nbs-border-width-3|Width 3"
-border_left_width: "bs-border-width-left-1|Width 1\r\nbs-border-width-left-2|Width 2\r\nbs-border-width-left-3|Width 3"
-border_top_width: "bs-border-width-top-1|Width 1\r\nbs-border-width-top-2|Width 2\r\nbs-border-width-top-3|Width 3"
-border_right_width: "bs-border-width-right-1|Width 1\r\nbs-border-width-right-2|Width 2\r\nbs-border-width-right-3|Width 3"
-border_bottom_width: "bs-border-width-bottom-1|Width 1\r\nbs-border-width-bottom-2|Width 2\r\nbs-border-width-bottom-3|Width 3"
-border_color: "bs-border-color-red|Red\r\nbs-border-color-green|Green\r\nbs-border-color-blue|Blue"
-border_left_color: "bs-border-color-left-red|Red\r\nbs-border-color-left-green|Green\r\nbs-border-color-left-blue|Blue"
-border_top_color: "bs-border-color-top-red|Red\r\nbs-border-color-top-green|Green\r\nbs-border-color-top-blue|Blue"
-border_right_color: "bs-border-color-right-red|Red\r\nbs-border-color-right-green|Green\r\nbs-border-color-right-blue|Blue"
-border_bottom_color: "bs-border-color-bottom-red|Red\r\nbs-border-color-bottom-green|Green\r\nbs-border-color-bottom-blue|Blue"
-rounded_corners: "bs-border-radius-1|Radius 1\r\nbs-border-radius-2|Radius 2\r\nbs-border-radius-3|Radius 3"
-rounded_corner_top_left: "bs-border-radius-top-left-1|Radius 1\r\nbs-border-radius-top-left-2|Radius 2\r\nbs-border-radius-top-left-3|Radius 3"
-rounded_corner_top_right: "bs-border-radius-top-right-1|Radius 1\r\nbs-border-radius-top-right-2|Radius 2\r\nbs-border-radius-top-right-3|Radius 3"
-rounded_corner_bottom_left: "bs-border-radius-bottom-left-1|Radius 1\r\nbs-border-radius-bottom-left-2|Radius 2\r\nbs-border-radius-bottom-left-3|Radius 3"
-rounded_corner_bottom_right: "bs-border-radius-bottom-right-1|Radius 1\r\nbs-border-radius-bottom-right-2|Radius 2\r\nbs-border-radius-bottom-right-3|Radius 3"
-scroll_effects: "fade-up|Fade Up\r\nfade-down|Fade Down\r\nfade-left|Fade Left\r\nfade-right|Fade Right\r\nfade-up-right|Fade Up Right\r\nfade-up-left|Fade Up Left\r\nfade-down-right|Fade Down Right\r\nfade-down-left|Fade Down Left\r\nflip-left|Flip Left\r\nflip-right|Flip Right\r\nflip-up|Flip Up\r\nflip-down|Flip Down\r\nzoom-in|Zoom In\r\nzoom-in-up|Zoom In Up\r\nzoom-in-down|Zoom In Down\r\nzoom-in-left|Zoom In Left\r\nzoom-in-right|Zoom In Right\r\nzoom-out|Zoom Out\r\nzoom-out-up|Zoom Out Up\r\nzoom-out-down|Zoom Out Down\r\nzoom-out-right|Zoom Out Right\r\nzoom-out-left|Zoom Out Left"
-attribute_type: data
-data_key: aos
-scroll_effects_attr_type: 1
-scroll_effects_data_key: data-aos
-scroll_effects_library_type: external
diff --git a/modules/commerce_kickstart_layout_builder/js/cklb-slideshow.js b/modules/commerce_kickstart_layout_builder/js/cklb-slideshow.js
deleted file mode 100644
index cc694a5a614ddd0338b16f090111935c7ae7bb16..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/js/cklb-slideshow.js
+++ /dev/null
@@ -1,42 +0,0 @@
-(function ($, Drupal) {
-  "use strict";
-
-  // Define a polyfill for $.type if it doesn't exist.
-  if (typeof jQuery.type !== 'function') {
-    jQuery.type = function(obj) {
-      return Object.prototype.toString.call(obj).slice(8, -1).toLowerCase();
-    };
-  }
-
-  Drupal.behaviors.slickSlider = {
-    attach: function (context) {
-      $(once("slick-slider", ".cklb-slideshow:not(.layout-builder__region)", context))
-        .each(function () {
-          var $slider = $(this);
-
-          $slider.on('init', function (event, slick) {
-            if ($slider.find('.slick-current .block-layout-builder').hasClass('text-white')) {
-              $slider.addClass('text-white');
-            }
-          })
-
-          $slider.slick({
-              arrows: true,
-              dots: true,
-              infinite: true,
-              speed: 500,
-              fade: true
-            })
-            .on('beforeChange', function (event, slick, currentSlide, nextSlide) {
-              var $nextSlideBlock = $(slick.$slides.get(nextSlide)).find('.block-layout-builder');
-              if ($nextSlideBlock.hasClass('text-white')) {
-                $slider.addClass('text-white');
-              } else {
-                $slider.removeClass('text-white');
-              }
-            });
-        });
-    },
-  };
-
-})(jQuery, Drupal);
diff --git a/modules/commerce_kickstart_layout_builder/src/Plugin/Layout/SlideshowLayout.php b/modules/commerce_kickstart_layout_builder/src/Plugin/Layout/SlideshowLayout.php
deleted file mode 100644
index 3ed1b309d0e79a77421bf8f050dcc247ad9b913f..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/src/Plugin/Layout/SlideshowLayout.php
+++ /dev/null
@@ -1,27 +0,0 @@
-<?php
-namespace Drupal\commerce_kickstart_layout_builder\Plugin\Layout;
-
-use Drupal\bootstrap_layout_builder\Plugin\Layout\BootstrapLayout;
-
-/**
- * Slideshow custom layout.
- *
- * @Layout(
- *   id = "cklb_slideshow",
- *   label = @Translation("Slideshow"),
- *   template = "templates/cklb_slideshow",
- *   library = "commerce_kickstart_layout_builder/cklb-slideshow",
- *   description = @Translation("Each block added to this region will be an individual slide."),
- *   regions = {
- *     "main" = {
- *       "label" = @Translation("Main content"),
- *     }
- *   },
- *   icon_map = {
- *     0 = {"main"}
- *   }
- * )
- */
-class SlideshowLayout extends BootstrapLayout {
-  // Override any methods you'd like to customize here!
-}
diff --git a/modules/commerce_kickstart_layout_builder/templates/cklb_slideshow.html.twig b/modules/commerce_kickstart_layout_builder/templates/cklb_slideshow.html.twig
deleted file mode 100644
index af9ea61e70468494d595e0c8b9d4a7043671e51b..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_layout_builder/templates/cklb_slideshow.html.twig
+++ /dev/null
@@ -1,9 +0,0 @@
-{% if content %}
-  <div {{ attributes.addClass('slideshow') }}>
-  {% if content.main %}
-    <div {{ region_attributes.main.addClass(['main-region', 'cklb-slideshow']) }}>
-      {{ content.main }}
-    </div>
-  {% endif %}
-  </div>
-{% endif %}
diff --git a/modules/commerce_kickstart_license/commerce_kickstart_license.features.yml b/modules/commerce_kickstart_license/commerce_kickstart_license.features.yml
deleted file mode 100644
index 8b51eaa67792aa0be42d511a1c4e3fdd6963c435..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_license/commerce_kickstart_license.features.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-bundle: commerce_kickstart
-excluded:
-  - core.entity_form_display.commerce_order_item.digital_license_product.default
-required: true
diff --git a/modules/commerce_kickstart_license/commerce_kickstart_license.info.yml b/modules/commerce_kickstart_license/commerce_kickstart_license.info.yml
deleted file mode 100644
index e2c5f1aed57b5f3a9841b71fdec01224fbdf4df6..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_license/commerce_kickstart_license.info.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-name: 'Commerce Kickstart License'
-type: module
-core_version_requirement: '^8.9 || ^9 || ^10 || ^11'
-dependencies:
-  - 'commerce:commerce'
-  - 'commerce:commerce_order'
-  - 'commerce:commerce_product'
-  - 'commerce:commerce_tax'
-  - 'commerce_license:commerce_license'
-  - 'drupal:field'
-package: 'Commerce Kickstart'
diff --git a/modules/commerce_kickstart_license/commerce_kickstart_license.install b/modules/commerce_kickstart_license/commerce_kickstart_license.install
deleted file mode 100644
index f3ded4849cecf7a7c74b3d6b0d0b90d058ef5c97..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_license/commerce_kickstart_license.install
+++ /dev/null
@@ -1,31 +0,0 @@
-<?php
-
-/**
- * @file
- * Contains install and update functions for Kickstart License.
- */
-
-/**
- * Implements hook_install().
- */
-function commerce_kickstart_license_install($is_syncing) {
-  $config_factory = \Drupal::configFactory();
-  $module_handler = \Drupal::moduleHandler();
-
-  // Disable Guest Checkout on default and shipping flows if they exist.
-  if (in_array('commerce_checkout.commerce_checkout_flow.default', $config_factory->listAll('commerce_checkout'))) {
-    $config = $config_factory->getEditable("commerce_checkout.commerce_checkout_flow.default");
-    $config->set('configuration.panes.login.allow_guest_checkout', FALSE);
-    $config->set('configuration.panes.login.allow_registration', TRUE);
-    $config->set('configuration.panes.completion_register.step', '_disabled');
-    $config->save();
-  }
-
-  if ($module_handler->moduleExists('commerce_shipping') && in_array('commerce_checkout.commerce_checkout_flow.shipping', $config_factory->listAll('commerce_checkout'))) {
-    $config = $config_factory->getEditable("commerce_checkout.commerce_checkout_flow.shipping");
-    $config->set('configuration.panes.login.allow_guest_checkout', FALSE);
-    $config->set('configuration.panes.login.allow_registration', TRUE);
-    $config->set('configuration.panes.completion_register.step', '_disabled');
-    $config->save();
-  }
-}
diff --git a/modules/commerce_kickstart_license/commerce_kickstart_license.module b/modules/commerce_kickstart_license/commerce_kickstart_license.module
deleted file mode 100644
index ca04689f9b221278dbd1b5b8ab2a6c5246c43712..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_license/commerce_kickstart_license.module
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-/**
- * @file
- * Contains functions for Kickstart License.
- */
-
-/**
- * Implements hook_modules_installed().
- */
-function commerce_kickstart_license_modules_installed($modules, $is_syncing) {
-  $config_factory = \Drupal::configFactory();
-
-  if (!$is_syncing && in_array('commerce_shipping', $modules) && in_array('commerce_checkout.commerce_checkout_flow.shipping', $config_factory->listAll('commerce_checkout'))) {
-    $config = $config_factory->getEditable("commerce_checkout.commerce_checkout_flow.shipping");
-    $config->set('configuration.panes.login.allow_guest_checkout', FALSE);
-    $config->set('configuration.panes.login.allow_registration', TRUE);
-    $config->set('configuration.panes.completion_register.step', '_disabled');
-    $config->save();
-  }
-}
diff --git a/modules/commerce_kickstart_license/config/install/commerce_order.commerce_order_item_type.digital_license_product.yml b/modules/commerce_kickstart_license/config/install/commerce_order.commerce_order_item_type.digital_license_product.yml
deleted file mode 100644
index 4e89b6cef651356e2c78b79e81d997598e006b16..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_license/config/install/commerce_order.commerce_order_item_type.digital_license_product.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  module:
-    - commerce_tax
-third_party_settings:
-  commerce_tax:
-    taxable_type: digital_goods
-label: 'Digital License (Product variation)'
-id: digital_license_product
-purchasableEntityType: commerce_product_variation
-orderType: default
-traits:
-  - commerce_license_order_item_type
-locked: false
diff --git a/modules/commerce_kickstart_license/config/install/core.entity_form_display.commerce_order_item.digital_license_product.add_to_cart.yml b/modules/commerce_kickstart_license/config/install/core.entity_form_display.commerce_order_item.digital_license_product.add_to_cart.yml
deleted file mode 100644
index 65a61a994bf16b90d697be868b0379fc9e352aa3..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_license/config/install/core.entity_form_display.commerce_order_item.digital_license_product.add_to_cart.yml
+++ /dev/null
@@ -1,35 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - commerce_order.commerce_order_item_type.digital_license_product
-    - core.entity_form_mode.commerce_order_item.add_to_cart
-  module:
-    - commerce_order
-    - commerce_product
-id: commerce_order_item.digital_license_product.add_to_cart
-targetEntityType: commerce_order_item
-bundle: digital_license_product
-mode: add_to_cart
-content:
-  purchased_entity:
-    type: commerce_product_variation_title
-    weight: 0
-    region: content
-    settings:
-      label_display: true
-      label_text: 'Please select'
-      hide_single: true
-    third_party_settings: {  }
-  quantity:
-    type: commerce_quantity
-    weight: 1
-    region: content
-    settings:
-      placeholder: ''
-      step: '1'
-    third_party_settings: {  }
-hidden:
-  adjustments: true
-  created: true
-  unit_price: true
diff --git a/modules/commerce_kickstart_license/config/install/field.field.commerce_order_item.digital_license_product.license.yml b/modules/commerce_kickstart_license/config/install/field.field.commerce_order_item.digital_license_product.license.yml
deleted file mode 100644
index 0af46802dfe2a93201425e2bffcbe3154c8c320d..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_license/config/install/field.field.commerce_order_item.digital_license_product.license.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - commerce_order.commerce_order_item_type.digital_license_product
-    - field.storage.commerce_order_item.license
-id: commerce_order_item.digital_license_product.license
-field_name: license
-entity_type: commerce_order_item
-bundle: digital_license_product
-label: License
-description: ''
-required: false
-translatable: false
-default_value: {  }
-default_value_callback: null
-settings:
-  handler: 'default:commerce_license'
-  handler_settings: {  }
-field_type: entity_reference
diff --git a/modules/commerce_kickstart_license/config/install/field.storage.commerce_order_item.license.yml b/modules/commerce_kickstart_license/config/install/field.storage.commerce_order_item.license.yml
deleted file mode 100644
index 1b9fb3e533ca93ef9df12f5f7d1ba480639b8d46..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_license/config/install/field.storage.commerce_order_item.license.yml
+++ /dev/null
@@ -1,19 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  module:
-    - commerce_license
-    - commerce_order
-id: commerce_order_item.license
-field_name: license
-entity_type: commerce_order_item
-type: entity_reference
-settings:
-  target_type: commerce_license
-module: core
-locked: true
-cardinality: 1
-translatable: false
-indexes: {  }
-persist_with_no_fields: false
-custom_storage: false
diff --git a/modules/commerce_kickstart_license/config/install/field.storage.commerce_product_variation.license_expiration.yml b/modules/commerce_kickstart_license/config/install/field.storage.commerce_product_variation.license_expiration.yml
deleted file mode 100644
index 671234739d7433701d824b994709ff9e5dd0f669..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_license/config/install/field.storage.commerce_product_variation.license_expiration.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  module:
-    - commerce
-    - commerce_product
-id: commerce_product_variation.license_expiration
-field_name: license_expiration
-entity_type: commerce_product_variation
-type: 'commerce_plugin_item:commerce_license_period'
-settings: {  }
-module: commerce
-locked: true
-cardinality: 1
-translatable: false
-indexes: {  }
-persist_with_no_fields: false
-custom_storage: false
diff --git a/modules/commerce_kickstart_license/config/install/field.storage.commerce_product_variation.license_type.yml b/modules/commerce_kickstart_license/config/install/field.storage.commerce_product_variation.license_type.yml
deleted file mode 100644
index c0747bd50b9c2ba0bfe6d8aaca381d69ef890a1f..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_license/config/install/field.storage.commerce_product_variation.license_type.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  module:
-    - commerce
-    - commerce_product
-id: commerce_product_variation.license_type
-field_name: license_type
-entity_type: commerce_product_variation
-type: 'commerce_plugin_item:commerce_license_type'
-settings: {  }
-module: commerce
-locked: true
-cardinality: 1
-translatable: false
-indexes: {  }
-persist_with_no_fields: false
-custom_storage: false
diff --git a/modules/commerce_kickstart_media_product/commerce_kickstart_media_product.features.yml b/modules/commerce_kickstart_media_product/commerce_kickstart_media_product.features.yml
deleted file mode 100644
index 307ac2d51cfd599bc9ef085aeb162bc990ed9076..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_media_product/commerce_kickstart_media_product.features.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-bundle: commerce_kickstart
-excluded:
-  - field.storage.commerce_product_variation.commerce_file
-required: true
diff --git a/modules/commerce_kickstart_media_product/commerce_kickstart_media_product.info.yml b/modules/commerce_kickstart_media_product/commerce_kickstart_media_product.info.yml
deleted file mode 100644
index e430c860989cafa0bf768c82debd54238d4c7676..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_media_product/commerce_kickstart_media_product.info.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-name: 'Commerce Kickstart Media Products'
-type: module
-core_version_requirement: '^8.9 || ^9 || ^10 || ^11'
-dependencies:
-  - 'commerce:commerce'
-  - 'commerce:commerce_price'
-  - 'commerce:commerce_product'
-  - 'commerce_file:commerce_file'
-  - 'commerce_kickstart_license:commerce_kickstart_license'
-  - 'commerce_kickstart_product:commerce_kickstart_product'
-  - 'commerce_kickstart_shipping:commerce_kickstart_shipping'
-  - 'commerce_license:commerce_license'
-  - 'commerce_product_tax:commerce_product_tax'
-  - 'drupal:field'
-  - 'drupal:file'
-  - 'drupal:image'
-  - 'drupal:path'
-  - 'drupal:text'
-  - 'field_group:field_group'
-  - 'physical:physical'
-  - 'pathauto:pathauto'
-package: 'Commerce Kickstart'
diff --git a/modules/commerce_kickstart_media_product/config/install/commerce_product.commerce_product_type.media.yml b/modules/commerce_kickstart_media_product/config/install/commerce_product.commerce_product_type.media.yml
deleted file mode 100644
index b2167f520b6fbb23b3cf977630ec9274cdb9aef7..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_media_product/config/install/commerce_product.commerce_product_type.media.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-langcode: en
-status: true
-dependencies: {  }
-id: media
-label: Media
-description: ''
-variationTypes:
-  - media_license_download
-  - media_physical
-multipleVariations: true
-injectVariationFields: true
-traits: {  }
-locked: false
diff --git a/modules/commerce_kickstart_media_product/config/install/commerce_product.commerce_product_variation_type.media_license_download.yml b/modules/commerce_kickstart_media_product/config/install/commerce_product.commerce_product_variation_type.media_license_download.yml
deleted file mode 100644
index 60afb4f4285f4d8bd3037c747128ee0026db03fb..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_media_product/config/install/commerce_product.commerce_product_variation_type.media_license_download.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  module:
-    - commerce_license
-third_party_settings:
-  commerce_license:
-    license_types:
-      commerce_file: commerce_file
-    activate_on_place: true
-id: media_license_download
-label: 'Media License Download'
-orderItemType: digital_license_product
-generateTitle: false
-traits:
-  - commerce_file
-  - commerce_license
-locked: false
diff --git a/modules/commerce_kickstart_media_product/config/install/commerce_product.commerce_product_variation_type.media_physical.yml b/modules/commerce_kickstart_media_product/config/install/commerce_product.commerce_product_variation_type.media_physical.yml
deleted file mode 100644
index 8f83f9300a4f2e1575aa2ba8b592d570d3e96cf3..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_media_product/config/install/commerce_product.commerce_product_variation_type.media_physical.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-langcode: en
-status: true
-dependencies: {  }
-id: media_physical
-label: 'Media Physical'
-orderItemType: physical_product
-generateTitle: false
-traits:
-  - purchasable_entity_shippable
-locked: false
diff --git a/modules/commerce_kickstart_media_product/config/install/core.entity_form_display.commerce_product_variation.media_physical.default.yml b/modules/commerce_kickstart_media_product/config/install/core.entity_form_display.commerce_product_variation.media_physical.default.yml
deleted file mode 100644
index 768d064717e1c8bce4c5db3eeae01d490e6e588c..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_media_product/config/install/core.entity_form_display.commerce_product_variation.media_physical.default.yml
+++ /dev/null
@@ -1,93 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - commerce_product.commerce_product_variation_type.media_physical
-    - field.field.commerce_product_variation.media_physical.weight
-  module:
-    - commerce_price
-    - field_group
-    - physical
-third_party_settings:
-  field_group:
-    group_inventory:
-      children:
-        - sku
-        - list_price
-        - price
-      parent_name: ''
-      weight: 1
-      format_type: fieldset
-      region: content
-      format_settings:
-        show_empty_fields: false
-        id: ''
-        classes: ''
-        description: ''
-        required_fields: true
-      label: Inventory
-    group_shipping:
-      children:
-        - weight
-      parent_name: ''
-      weight: 2
-      format_type: fieldset
-      region: content
-      format_settings:
-        show_empty_fields: false
-        id: ''
-        classes: ''
-        description: ''
-        required_fields: true
-      label: Shipping
-id: commerce_product_variation.media_physical.default
-targetEntityType: commerce_product_variation
-bundle: media_physical
-mode: default
-content:
-  list_price:
-    type: commerce_list_price
-    weight: 3
-    region: content
-    settings: {  }
-    third_party_settings: {  }
-  price:
-    type: commerce_price_default
-    weight: 4
-    region: content
-    settings: {  }
-    third_party_settings: {  }
-  sku:
-    type: string_textfield
-    weight: 2
-    region: content
-    settings:
-      size: 60
-      placeholder: ''
-    third_party_settings: {  }
-  status:
-    type: boolean_checkbox
-    settings:
-      display_label: true
-    weight: 3
-    region: content
-    third_party_settings: {  }
-  title:
-    type: string_textfield
-    weight: 0
-    region: content
-    settings:
-      size: 60
-      placeholder: ''
-    third_party_settings: {  }
-  weight:
-    type: physical_measurement_default
-    weight: 6
-    region: content
-    settings:
-      default_unit: ''
-      allow_unit_change: true
-    third_party_settings: {  }
-hidden:
-  created: true
-  uid: true
diff --git a/modules/commerce_kickstart_media_product/config/install/field.field.commerce_product.media.body.yml b/modules/commerce_kickstart_media_product/config/install/field.field.commerce_product.media.body.yml
deleted file mode 100644
index 57d5cad0c2bfbb5ace7cc2c22effeb5d1c348e7f..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_media_product/config/install/field.field.commerce_product.media.body.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - commerce_product.commerce_product_type.media
-    - field.storage.commerce_product.body
-  module:
-    - text
-id: commerce_product.media.body
-field_name: body
-entity_type: commerce_product
-bundle: media
-label: Body
-description: ''
-required: false
-translatable: true
-default_value: {  }
-default_value_callback: null
-settings:
-  display_summary: false
-  required_summary: false
-field_type: text_with_summary
diff --git a/modules/commerce_kickstart_media_product/config/install/field.field.commerce_product.media.images.yml b/modules/commerce_kickstart_media_product/config/install/field.field.commerce_product.media.images.yml
deleted file mode 100644
index 0569ad06da59ffe5b707d7e540739c96c4c665b6..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_media_product/config/install/field.field.commerce_product.media.images.yml
+++ /dev/null
@@ -1,37 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - commerce_product.commerce_product_type.media
-    - field.storage.commerce_product.images
-  module:
-    - image
-id: commerce_product.media.images
-field_name: images
-entity_type: commerce_product
-bundle: media
-label: Images
-description: ''
-required: false
-translatable: false
-default_value: {  }
-default_value_callback: ''
-settings:
-  file_directory: '[date:custom:Y]-[date:custom:m]'
-  file_extensions: 'png gif jpg jpeg'
-  max_filesize: ''
-  max_resolution: ''
-  min_resolution: ''
-  alt_field: true
-  alt_field_required: true
-  title_field: false
-  title_field_required: false
-  default_image:
-    uuid: ''
-    alt: ''
-    title: ''
-    width: null
-    height: null
-  handler: 'default:file'
-  handler_settings: {  }
-field_type: image
diff --git a/modules/commerce_kickstart_media_product/config/install/field.field.commerce_product.media.layout_builder__layout.yml b/modules/commerce_kickstart_media_product/config/install/field.field.commerce_product.media.layout_builder__layout.yml
deleted file mode 100644
index ffd47a72b92138aed3227d0a8665f65e167852f7..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_media_product/config/install/field.field.commerce_product.media.layout_builder__layout.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - field.storage.commerce_product.layout_builder__layout
-    - commerce_product.commerce_product_type.media
-  module:
-    - layout_builder
-id: commerce_product.type.media.layout_builder__layout
-field_name: layout_builder__layout
-entity_type: commerce_product
-bundle: media
-label: Layout
-description: ''
-required: false
-translatable: false
-default_value: {  }
-default_value_callback: ''
-settings: {  }
-field_type: layout_section
diff --git a/modules/commerce_kickstart_media_product/config/install/field.field.commerce_product.media.product_brand.yml b/modules/commerce_kickstart_media_product/config/install/field.field.commerce_product.media.product_brand.yml
deleted file mode 100644
index f0d4e7070f6eab960f0dfb38de0ba11999afa397..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_media_product/config/install/field.field.commerce_product.media.product_brand.yml
+++ /dev/null
@@ -1,28 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - commerce_product.commerce_product_type.media
-    - field.storage.commerce_product.product_brand
-    - taxonomy.vocabulary.product_brands
-id: commerce_product.media.product_brand
-field_name: product_brand
-entity_type: commerce_product
-bundle: media
-label: 'Product Brand'
-description: ''
-required: false
-translatable: false
-default_value: {  }
-default_value_callback: ''
-settings:
-  handler: 'default:taxonomy_term'
-  handler_settings:
-    target_bundles:
-      product_brands: product_brands
-    sort:
-      field: name
-      direction: asc
-    auto_create: false
-    auto_create_bundle: ''
-field_type: entity_reference
diff --git a/modules/commerce_kickstart_media_product/config/install/field.field.commerce_product.media.product_collections.yml b/modules/commerce_kickstart_media_product/config/install/field.field.commerce_product.media.product_collections.yml
deleted file mode 100644
index 1361cd8ad42d431f3636d41168064d832e1ede67..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_media_product/config/install/field.field.commerce_product.media.product_collections.yml
+++ /dev/null
@@ -1,28 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - commerce_product.commerce_product_type.media
-    - field.storage.commerce_product.product_collections
-    - taxonomy.vocabulary.product_collections
-id: commerce_product.media.product_collections
-field_name: product_collections
-entity_type: commerce_product
-bundle: media
-label: 'Product Collections'
-description: ''
-required: false
-translatable: false
-default_value: {  }
-default_value_callback: ''
-settings:
-  handler: 'default:taxonomy_term'
-  handler_settings:
-    target_bundles:
-      product_collections: product_collections
-    sort:
-      field: name
-      direction: asc
-    auto_create: false
-    auto_create_bundle: ''
-field_type: entity_reference
diff --git a/modules/commerce_kickstart_media_product/config/install/field.field.commerce_product.media.product_tags.yml b/modules/commerce_kickstart_media_product/config/install/field.field.commerce_product.media.product_tags.yml
deleted file mode 100644
index 153c551abba3eaaae9dad15eee2eabedd162043d..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_media_product/config/install/field.field.commerce_product.media.product_tags.yml
+++ /dev/null
@@ -1,28 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - commerce_product.commerce_product_type.media
-    - field.storage.commerce_product.product_tags
-    - taxonomy.vocabulary.product_tags
-id: commerce_product.media.product_tags
-field_name: product_tags
-entity_type: commerce_product
-bundle: media
-label: 'Product Tags'
-description: ''
-required: false
-translatable: false
-default_value: {  }
-default_value_callback: ''
-settings:
-  handler: 'default:taxonomy_term'
-  handler_settings:
-    target_bundles:
-      product_tags: product_tags
-    sort:
-      field: name
-      direction: asc
-    auto_create: false
-    auto_create_bundle: ''
-field_type: entity_reference
diff --git a/modules/commerce_kickstart_media_product/config/install/field.field.commerce_product_variation.media_license_download.commerce_file.yml b/modules/commerce_kickstart_media_product/config/install/field.field.commerce_product_variation.media_license_download.commerce_file.yml
deleted file mode 100644
index 864dd8738c3ae6cc270bcea4fb8c900b7fe5ed03..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_media_product/config/install/field.field.commerce_product_variation.media_license_download.commerce_file.yml
+++ /dev/null
@@ -1,26 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - commerce_product.commerce_product_variation_type.media_license_download
-    - field.storage.commerce_product_variation.commerce_file
-  module:
-    - file
-id: commerce_product_variation.media_license_download.commerce_file
-field_name: commerce_file
-entity_type: commerce_product_variation
-bundle: media_license_download
-label: File(s)
-description: ''
-required: true
-translatable: false
-default_value: {  }
-default_value_callback: null
-settings:
-  file_extensions: 'mp4 m4v flv wmv mp3 wav jpg jpeg png pdf doc docx ppt pptx xls xlsx'
-  file_directory: '[date:custom:Y]-[date:custom:m]'
-  max_filesize: ''
-  description_field: true
-  handler: 'default:file'
-  handler_settings: {  }
-field_type: file
diff --git a/modules/commerce_kickstart_media_product/config/install/field.field.commerce_product_variation.media_license_download.license_expiration.yml b/modules/commerce_kickstart_media_product/config/install/field.field.commerce_product_variation.media_license_download.license_expiration.yml
deleted file mode 100644
index 99faffbc94bfc1db910c3e7ea132732696a43509..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_media_product/config/install/field.field.commerce_product_variation.media_license_download.license_expiration.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - commerce_product.commerce_product_variation_type.media_license_download
-    - field.storage.commerce_product_variation.license_expiration
-  module:
-    - commerce
-id: commerce_product_variation.media_license_download.license_expiration
-field_name: license_expiration
-entity_type: commerce_product_variation
-bundle: media_license_download
-label: 'License Expiration'
-description: ''
-required: true
-translatable: false
-default_value: {  }
-default_value_callback: null
-settings: {  }
-field_type: 'commerce_plugin_item:commerce_license_period'
diff --git a/modules/commerce_kickstart_media_product/config/install/field.field.commerce_product_variation.media_license_download.license_type.yml b/modules/commerce_kickstart_media_product/config/install/field.field.commerce_product_variation.media_license_download.license_type.yml
deleted file mode 100644
index b4016b43eed495a44b6f7d12920fb91c6678a985..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_media_product/config/install/field.field.commerce_product_variation.media_license_download.license_type.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - commerce_product.commerce_product_variation_type.media_license_download
-    - field.storage.commerce_product_variation.license_type
-  module:
-    - commerce
-id: commerce_product_variation.media_license_download.license_type
-field_name: license_type
-entity_type: commerce_product_variation
-bundle: media_license_download
-label: 'License Type'
-description: ''
-required: true
-translatable: false
-default_value: {  }
-default_value_callback: null
-settings: {  }
-field_type: 'commerce_plugin_item:commerce_license_type'
diff --git a/modules/commerce_kickstart_media_product/config/install/field.field.commerce_product_variation.media_physical.weight.yml b/modules/commerce_kickstart_media_product/config/install/field.field.commerce_product_variation.media_physical.weight.yml
deleted file mode 100644
index e41846f0a9635ed055abcc36a33742cb98ee71bd..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_media_product/config/install/field.field.commerce_product_variation.media_physical.weight.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - commerce_product.commerce_product_variation_type.media_physical
-    - field.storage.commerce_product_variation.weight
-  module:
-    - physical
-id: commerce_product_variation.media_physical.weight
-field_name: weight
-entity_type: commerce_product_variation
-bundle: media_physical
-label: Weight
-description: ''
-required: true
-translatable: false
-default_value: {  }
-default_value_callback: null
-settings: {  }
-field_type: physical_measurement
diff --git a/modules/commerce_kickstart_media_product/config/install/pathauto.pattern.media_product.yml b/modules/commerce_kickstart_media_product/config/install/pathauto.pattern.media_product.yml
deleted file mode 100644
index 80dcf539ac6ba3a75d63210477f70a25fc65c48a..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_media_product/config/install/pathauto.pattern.media_product.yml
+++ /dev/null
@@ -1,21 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  module:
-    - commerce_product
-id: media_product
-label: 'Media product'
-type: 'canonical_entities:commerce_product'
-pattern: 'products/[commerce_product:title]'
-selection_criteria:
-  df69ed06-dcc2-4ed6-8d86-7a7b915efb8b:
-    id: 'entity_bundle:commerce_product'
-    negate: false
-    uuid: df69ed06-dcc2-4ed6-8d86-7a7b915efb8b
-    context_mapping:
-      commerce_product: commerce_product
-    bundles:
-      media: media
-selection_logic: and
-weight: -5
-relationships: {  }
diff --git a/modules/commerce_kickstart_media_product/config/optional/core.entity_form_display.commerce_product.media.default.yml b/modules/commerce_kickstart_media_product/config/optional/core.entity_form_display.commerce_product.media.default.yml
deleted file mode 100644
index 8ebdfad156e509bee4d8feb1df6f903e39f2d30e..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_media_product/config/optional/core.entity_form_display.commerce_product.media.default.yml
+++ /dev/null
@@ -1,145 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - commerce_product.commerce_product_type.media
-    - field.field.commerce_product.media.body
-    - field.field.commerce_product.media.images
-    - field.field.commerce_product.media.product_brand
-    - field.field.commerce_product.media.product_collections
-    - field.field.commerce_product.media.product_tags
-    - image.style.thumbnail
-  module:
-    - commerce
-    - field_group
-    - image
-    - path
-    - text
-third_party_settings:
-  field_group:
-    group_organization:
-      children:
-        - stores
-        - product_collections
-        - product_brand
-        - product_tags
-      parent_name: ''
-      weight: 2
-      format_type: fieldset
-      region: content
-      format_settings:
-        show_empty_fields: false
-        id: ''
-        classes: ''
-        description: ''
-        required_fields: true
-      label: Organization
-    group_title_and_description:
-      children:
-        - title
-        - body
-      parent_name: ''
-      weight: 0
-      format_type: fieldset
-      region: content
-      format_settings:
-        show_empty_fields: false
-        id: ''
-        classes: ''
-        description: ''
-        required_fields: true
-      label: 'Title and description'
-id: commerce_product.media.default
-targetEntityType: commerce_product
-bundle: media
-mode: default
-content:
-  body:
-    type: text_textarea_with_summary
-    weight: 3
-    settings:
-      rows: 9
-      summary_rows: 3
-      placeholder: ''
-      show_summary: false
-    third_party_settings: {  }
-    region: content
-  created:
-    type: datetime_timestamp
-    weight: 4
-    region: content
-    settings: {  }
-    third_party_settings: {  }
-  images:
-    weight: 1
-    settings:
-      progress_indicator: throbber
-      preview_image_style: thumbnail
-    third_party_settings: {  }
-    type: image_image
-    region: content
-  path:
-    type: path
-    weight: 5
-    region: content
-    settings: {  }
-    third_party_settings: {  }
-  product_brand:
-    weight: 2
-    settings: {  }
-    third_party_settings: {  }
-    type: options_select
-    region: content
-  product_collections:
-    weight: 1
-    settings: {  }
-    third_party_settings: {  }
-    type: options_select
-    region: content
-  product_tags:
-    weight: 3
-    settings:
-      match_operator: CONTAINS
-      match_limit: 10
-      size: 60
-      placeholder: ''
-    third_party_settings: {  }
-    type: entity_reference_autocomplete_tags
-    region: content
-  status:
-    type: boolean_checkbox
-    settings:
-      display_label: true
-    weight: 6
-    region: content
-    third_party_settings: {  }
-  stores:
-    type: commerce_entity_select
-    weight: 0
-    region: content
-    settings:
-      hide_single_entity: true
-      autocomplete_threshold: 7
-      autocomplete_size: 60
-      autocomplete_placeholder: ''
-    third_party_settings: {  }
-  title:
-    type: string_textfield
-    weight: 2
-    region: content
-    settings:
-      size: 60
-      placeholder: ''
-    third_party_settings: {  }
-  uid:
-    type: entity_reference_autocomplete
-    weight: 3
-    region: content
-    settings:
-      match_operator: CONTAINS
-      match_limit: 10
-      size: 60
-      placeholder: ''
-    third_party_settings: {  }
-hidden:
-  variations: true
diff --git a/modules/commerce_kickstart_media_product/config/optional/core.entity_form_display.commerce_product_variation.media_license_download.default.yml b/modules/commerce_kickstart_media_product/config/optional/core.entity_form_display.commerce_product_variation.media_license_download.default.yml
deleted file mode 100644
index 013541db7415ae27619e13a53795243ac1e5b8c5..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_media_product/config/optional/core.entity_form_display.commerce_product_variation.media_license_download.default.yml
+++ /dev/null
@@ -1,115 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - commerce_product.commerce_product_variation_type.media_license_download
-    - field.field.commerce_product_variation.media_license_download.commerce_file
-    - field.field.commerce_product_variation.media_license_download.license_expiration
-    - field.field.commerce_product_variation.media_license_download.license_type
-  module:
-    - commerce
-    - commerce_price
-    - field_group
-    - file
-third_party_settings:
-  field_group:
-    group_inventory:
-      children:
-        - sku
-        - list_price
-        - price
-      parent_name: ''
-      weight: 1
-      format_type: fieldset
-      region: content
-      format_settings:
-        show_empty_fields: false
-        id: ''
-        classes: ''
-        description: ''
-        required_fields: true
-      label: Inventory
-    group_digital_download:
-      children:
-        - license_type
-        - license_expiration
-        - commerce_file
-      parent_name: ''
-      weight: 5
-      format_type: fieldset
-      region: content
-      format_settings:
-        show_empty_fields: false
-        id: ''
-        classes: ''
-        description: ''
-        required_fields: true
-      label: 'Digital Download'
-id: commerce_product_variation.media_license_download.default
-targetEntityType: commerce_product_variation
-bundle: media_license_download
-mode: default
-content:
-  commerce_file:
-    type: file_generic
-    weight: 8
-    settings:
-      progress_indicator: throbber
-    third_party_settings: {  }
-    region: content
-  license_expiration:
-    type: commerce_plugin_select
-    weight: 7
-    settings: {  }
-    third_party_settings: {  }
-    region: content
-  license_type:
-    type: commerce_plugin_radios
-    weight: 6
-    settings: {  }
-    third_party_settings: {  }
-    region: content
-  list_price:
-    type: commerce_list_price
-    weight: 3
-    region: content
-    settings: {  }
-    third_party_settings: {  }
-  price:
-    type: commerce_price_default
-    weight: 4
-    region: content
-    settings: {  }
-    third_party_settings: {  }
-  sku:
-    type: string_textfield
-    weight: 2
-    region: content
-    settings:
-      size: 60
-      placeholder: ''
-    third_party_settings: {  }
-  status:
-    type: boolean_checkbox
-    settings:
-      display_label: true
-    weight: 9
-    region: content
-    third_party_settings: {  }
-  title:
-    type: string_textfield
-    weight: 0
-    region: content
-    settings:
-      size: 60
-      placeholder: ''
-    third_party_settings: {  }
-  uk_tax_rate:
-    weight: 92
-    settings: {  }
-    third_party_settings: {  }
-    type: commerce_tax_rate_default
-    region: content
-hidden:
-  created: true
-  uid: true
diff --git a/modules/commerce_kickstart_media_product/config/optional/core.entity_view_display.commerce_product.media.default.yml b/modules/commerce_kickstart_media_product/config/optional/core.entity_view_display.commerce_product.media.default.yml
deleted file mode 100644
index e46ec19af9b232a9a66973ed6a4ff70ae1aa536c..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_media_product/config/optional/core.entity_view_display.commerce_product.media.default.yml
+++ /dev/null
@@ -1,549 +0,0 @@
-uuid: 8e9c5fcd-475b-46af-801f-0d4fa72dd519
-langcode: en
-status: true
-dependencies:
-  config:
-    - commerce_product.commerce_product_type.media
-    - field.field.commerce_product.media.body
-    - field.field.commerce_product.media.images
-    - field.field.commerce_product.media.layout_builder__layout
-    - field.field.commerce_product.media.product_brand
-    - field.field.commerce_product.media.product_collections
-    - field.field.commerce_product.media.product_tags
-  module:
-    - commerce_product
-    - layout_builder
-    - layout_builder_restrictions
-    - text
-third_party_settings:
-  layout_builder:
-    enabled: true
-    allow_custom: true
-    sections:
-      -
-        layout_id: 'bootstrap_layout_builder:blb_col_2'
-        layout_settings:
-          label: 'Main content'
-          context_mapping: {  }
-          container_wrapper_classes: ''
-          container_wrapper_attributes: null
-          container_wrapper:
-            bootstrap_styles:
-              background:
-                background_type: color
-              background_color:
-                class: null
-              background_media:
-                image:
-                  media_id: null
-                video:
-                  media_id: null
-                background_options:
-                  background_position: center
-                  background_repeat: no-repeat
-                  background_attachment: not_fixed
-                  background_size: cover
-              padding:
-                class: _none
-              padding_left:
-                class: _none
-              padding_top:
-                class: _none
-              padding_right:
-                class: _none
-              padding_bottom:
-                class: pb-6
-              margin:
-                class: _none
-              margin_left:
-                class: _none
-              margin_top:
-                class: mt-5
-              margin_right:
-                class: _none
-              margin_bottom:
-                class: mb-6
-          container_wrapper_bg_color_class: ''
-          container_wrapper_bg_media: null
-          container: container
-          section_classes: ''
-          section_attributes: null
-          regions_classes:
-            blb_region_col_1: ''
-            blb_region_col_2: ''
-          regions_attributes:
-            blb_region_col_1: null
-            blb_region_col_2: null
-          breakpoints:
-            desktop: blb_col_6_6
-            tablet: blb_col_6_6
-            mobile: blb_col_12
-          layout_regions_classes:
-            blb_region_col_1:
-              - col-lg-6
-              - col-md-6
-              - col-12
-            blb_region_col_2:
-              - col-lg-6
-              - col-md-6
-              - col-12
-          remove_gutters: '0'
-        components:
-          e7295ef5-cdfa-4bcc-867c-e8bd59c9b4fe:
-            uuid: e7295ef5-cdfa-4bcc-867c-e8bd59c9b4fe
-            region: blb_region_col_1
-            configuration:
-              id: 'field_block:commerce_product:media:images'
-              label: Images
-              label_display: '0'
-              provider: layout_builder
-              context_mapping:
-                entity: layout_builder.entity
-              formatter:
-                type: bootstrap_basic_image_gallery_formatter
-                label: visually_hidden
-                settings:
-                  image_style: cklb_medium_max_1144px
-                  thumbnails_per_row: '8'
-                  thumbnail_image_style: thumbnail
-                  modal_image_style: ''
-                  carousel_autorotate: 0
-                  carousel_interval: '5000'
-                  lazyload: 1
-                third_party_settings: {  }
-            weight: 0
-            additional:
-              bootstrap_styles:
-                block_style:
-                  background:
-                    background_type: color
-                  background_color:
-                    class: null
-                  background_media:
-                    image:
-                      media_id: null
-                    video:
-                      media_id: null
-                    background_options:
-                      background_position: center
-                      background_repeat: no-repeat
-                      background_attachment: not_fixed
-                      background_size: cover
-                  text_color:
-                    class: null
-                  text_alignment:
-                    class: null
-                  padding:
-                    class: _none
-                  padding_left:
-                    class: _none
-                  padding_top:
-                    class: _none
-                  padding_right:
-                    class: _none
-                  padding_bottom:
-                    class: _none
-                  margin:
-                    class: _none
-                  margin_left:
-                    class: _none
-                  margin_top:
-                    class: _none
-                  margin_right:
-                    class: _none
-                  margin_bottom:
-                    class: _none
-                  scroll_effects:
-                    class: null
-          2d8614af-4976-4da5-95f3-496730908b44:
-            uuid: 2d8614af-4976-4da5-95f3-496730908b44
-            region: blb_region_col_2
-            configuration:
-              id: 'field_block:commerce_product:media:title'
-              label: Title
-              label_display: '0'
-              provider: layout_builder
-              context_mapping:
-                entity: layout_builder.entity
-              formatter:
-                type: string
-                label: visually_hidden
-                settings:
-                  link_to_entity: false
-                third_party_settings: {  }
-            weight: 1
-            additional:
-              bootstrap_styles:
-                block_style:
-                  background:
-                    background_type: color
-                  background_color:
-                    class: null
-                  background_media:
-                    image:
-                      media_id: null
-                    video:
-                      media_id: null
-                    background_options:
-                      background_position: center
-                      background_repeat: no-repeat
-                      background_attachment: not_fixed
-                      background_size: cover
-                  text_color:
-                    class: null
-                  text_alignment:
-                    class: null
-                  padding:
-                    class: _none
-                  padding_left:
-                    class: _none
-                  padding_top:
-                    class: _none
-                  padding_right:
-                    class: _none
-                  padding_bottom:
-                    class: _none
-                  margin:
-                    class: _none
-                  margin_left:
-                    class: _none
-                  margin_top:
-                    class: _none
-                  margin_right:
-                    class: _none
-                  margin_bottom:
-                    class: _none
-                  scroll_effects:
-                    class: null
-          fde66292-9949-4b43-ad67-1cd490e8c58e:
-            uuid: fde66292-9949-4b43-ad67-1cd490e8c58e
-            region: blb_region_col_2
-            configuration:
-              id: 'field_block:commerce_product_variation:media_license_download:price'
-              label: Price
-              label_display: '0'
-              provider: layout_builder
-              context_mapping:
-                entity: '@commerce_product.product_variation_route_context:commerce_product_variation'
-              formatter:
-                type: commerce_price_calculated
-                label: visually_hidden
-                settings:
-                  strip_trailing_zeroes: false
-                  currency_display: symbol
-                  adjustment_types:
-                    fee: fee
-                    promotion: promotion
-                    tax: '0'
-                    shipping: '0'
-                    shipping_promotion: '0'
-                third_party_settings: {  }
-            weight: 2
-            additional:
-              bootstrap_styles:
-                block_style:
-                  background:
-                    background_type: color
-                  background_color:
-                    class: null
-                  background_media:
-                    image:
-                      media_id: null
-                    video:
-                      media_id: null
-                    background_options:
-                      background_position: center
-                      background_repeat: no-repeat
-                      background_attachment: not_fixed
-                      background_size: cover
-                  text_color:
-                    class: null
-                  text_alignment:
-                    class: null
-                  padding:
-                    class: _none
-                  padding_left:
-                    class: _none
-                  padding_top:
-                    class: _none
-                  padding_right:
-                    class: _none
-                  padding_bottom:
-                    class: _none
-                  margin:
-                    class: _none
-                  margin_left:
-                    class: _none
-                  margin_top:
-                    class: _none
-                  margin_right:
-                    class: _none
-                  margin_bottom:
-                    class: _none
-                  scroll_effects:
-                    class: null
-          36d71c64-8efd-4271-b657-9523d3834750:
-            uuid: 36d71c64-8efd-4271-b657-9523d3834750
-            region: blb_region_col_2
-            configuration:
-              id: 'field_block:commerce_product:media:body'
-              label: Body
-              label_display: '0'
-              provider: layout_builder
-              context_mapping:
-                entity: layout_builder.entity
-                view_mode: view_mode
-              formatter:
-                type: text_default
-                label: visually_hidden
-                settings: {  }
-                third_party_settings: {  }
-            weight: 3
-            additional:
-              bootstrap_styles:
-                block_style:
-                  background:
-                    background_type: color
-                  background_color:
-                    class: null
-                  background_media:
-                    image:
-                      media_id: null
-                    video:
-                      media_id: null
-                    background_options:
-                      background_position: center
-                      background_repeat: no-repeat
-                      background_attachment: not_fixed
-                      background_size: cover
-                  text_color:
-                    class: null
-                  text_alignment:
-                    class: null
-                  padding:
-                    class: _none
-                  padding_left:
-                    class: _none
-                  padding_top:
-                    class: _none
-                  padding_right:
-                    class: _none
-                  padding_bottom:
-                    class: _none
-                  margin:
-                    class: _none
-                  margin_left:
-                    class: _none
-                  margin_top:
-                    class: mt-4
-                  margin_right:
-                    class: _none
-                  margin_bottom:
-                    class: _none
-                  scroll_effects:
-                    class: null
-          c049370a-198d-400b-adaa-0d2232803936:
-            uuid: c049370a-198d-400b-adaa-0d2232803936
-            region: blb_region_col_2
-            configuration:
-              id: 'field_block:commerce_product:media:variations'
-              label: Variations
-              label_display: '0'
-              provider: layout_builder
-              context_mapping:
-                entity: layout_builder.entity
-              formatter:
-                type: commerce_add_to_cart
-                label: visually_hidden
-                settings:
-                  combine: true
-                third_party_settings: {  }
-            weight: 4
-            additional:
-              bootstrap_styles:
-                block_style:
-                  background:
-                    background_type: color
-                  background_color:
-                    class: null
-                  background_media:
-                    image:
-                      media_id: null
-                    video:
-                      media_id: null
-                    background_options:
-                      background_position: center
-                      background_repeat: no-repeat
-                      background_attachment: not_fixed
-                      background_size: cover
-                  text_color:
-                    class: null
-                  text_alignment:
-                    class: null
-                  padding:
-                    class: _none
-                  padding_left:
-                    class: _none
-                  padding_top:
-                    class: _none
-                  padding_right:
-                    class: _none
-                  padding_bottom:
-                    class: _none
-                  margin:
-                    class: _none
-                  margin_left:
-                    class: _none
-                  margin_top:
-                    class: _none
-                  margin_right:
-                    class: _none
-                  margin_bottom:
-                    class: _none
-                  scroll_effects:
-                    class: null
-          74c68b49-f6cb-43ac-bc71-95c506801cd1:
-            uuid: 74c68b49-f6cb-43ac-bc71-95c506801cd1
-            region: blb_region_col_2
-            configuration:
-              id: 'field_block:commerce_product:media:product_collections'
-              label: 'Product Collections'
-              label_display: '0'
-              provider: layout_builder
-              context_mapping:
-                entity: layout_builder.entity
-                view_mode: view_mode
-              formatter:
-                type: entity_reference_label
-                label: visually_hidden
-                settings:
-                  link: false
-                third_party_settings: {  }
-            weight: 0
-            additional:
-              bootstrap_styles:
-                block_style:
-                  background:
-                    background_type: color
-                  background_color:
-                    class: null
-                  background_media:
-                    image:
-                      media_id: null
-                    video:
-                      media_id: null
-                    background_options:
-                      background_position: center
-                      background_repeat: no-repeat
-                      background_attachment: not_fixed
-                      background_size: cover
-                  text_color:
-                    class: null
-                  text_alignment:
-                    class: null
-                  padding:
-                    class: _none
-                  padding_left:
-                    class: _none
-                  padding_top:
-                    class: _none
-                  padding_right:
-                    class: _none
-                  padding_bottom:
-                    class: _none
-                  margin:
-                    class: _none
-                  margin_left:
-                    class: _none
-                  margin_top:
-                    class: _none
-                  margin_right:
-                    class: _none
-                  margin_bottom:
-                    class: mb-4
-                  scroll_effects:
-                    class: null
-        third_party_settings:
-          layout_builder_lock:
-            lock:
-              1: 1
-              2: 2
-              4: 4
-  layout_builder_restrictions:
-    allowed_block_categories:
-      - 'Chaos Tools'
-      - Commerce
-      - 'Content fields'
-      - 'Custom block types'
-      - Forms
-      - Help
-      - 'Inline blocks'
-      - 'Lists (Views)'
-      - Menus
-      - System
-      - User
-      - core
-    entity_view_mode_restriction:
-      allowed_layouts:
-        - 'bootstrap_layout_builder:blb_col_1'
-        - 'bootstrap_layout_builder:blb_col_2'
-        - 'bootstrap_layout_builder:blb_col_3'
-        - 'bootstrap_layout_builder:blb_col_4'
-        - 'bootstrap_layout_builder:blb_col_5'
-        - 'bootstrap_layout_builder:blb_col_6'
-        - 'bootstrap_layout_builder:blb_col_7'
-        - 'bootstrap_layout_builder:blb_col_8'
-        - 'bootstrap_layout_builder:blb_col_9'
-        - 'bootstrap_layout_builder:blb_col_10'
-        - 'bootstrap_layout_builder:blb_col_11'
-        - 'bootstrap_layout_builder:blb_col_12'
-      blacklisted_blocks: {  }
-      whitelisted_blocks: {  }
-      restricted_categories: {  }
-_core:
-  default_config_hash: HSbxWF4Fqda5w86u1WPO0-OtQf4YctLrgTWz-urPTHE
-id: commerce_product.media.default
-targetEntityType: commerce_product
-bundle: media
-mode: default
-content:
-  body:
-    type: text_default
-    label: hidden
-    settings: {  }
-    third_party_settings: {  }
-    weight: 2
-    region: content
-  product_brand:
-    type: entity_reference_label
-    label: inline
-    settings:
-      link: true
-    third_party_settings: {  }
-    weight: 10
-    region: content
-  title:
-    type: string
-    label: hidden
-    settings:
-      link_to_entity: false
-    third_party_settings: {  }
-    weight: 1
-    region: content
-  variations:
-    type: commerce_add_to_cart
-    label: hidden
-    settings:
-      combine: true
-    third_party_settings: {  }
-    weight: 4
-    region: content
-hidden:
-  created: true
-  images: true
-  layout_builder__layout: true
-  product_collections: true
-  product_tags: true
-  search_api_excerpt: true
-  stores: true
-  uid: true
diff --git a/modules/commerce_kickstart_media_product/config/optional/core.entity_view_display.commerce_product.media.teaser.yml b/modules/commerce_kickstart_media_product/config/optional/core.entity_view_display.commerce_product.media.teaser.yml
deleted file mode 100644
index e53c76310fb475f55c9d66441fda654aaf2f2e78..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_media_product/config/optional/core.entity_view_display.commerce_product.media.teaser.yml
+++ /dev/null
@@ -1,53 +0,0 @@
-uuid: a41dbefe-1adc-4232-bf86-3ce485d8de0f
-langcode: en
-status: true
-dependencies:
-  config:
-    - commerce_product.commerce_product_type.media
-    - core.entity_view_mode.commerce_product.teaser
-    - field.field.commerce_product.media.body
-    - field.field.commerce_product.media.images
-    - field.field.commerce_product.media.layout_builder__layout
-    - field.field.commerce_product.media.product_brand
-    - field.field.commerce_product.media.product_collections
-    - field.field.commerce_product.media.product_tags
-    - image.style.product_teaser
-  module:
-    - image_delta_formatter
-_core:
-  default_config_hash: 3x6b7T-sDCq8_Dd1GXSdao-VqV_KIx5rK1fPvWem7WA
-id: commerce_product.media.teaser
-targetEntityType: commerce_product
-bundle: media
-mode: teaser
-content:
-  images:
-    type: image_delta_formatter
-    label: hidden
-    settings:
-      deltas: '0'
-      image_style: product_teaser
-      image_link: content
-      deltas_reversed: 0
-    third_party_settings: {  }
-    weight: 0
-    region: content
-  title:
-    type: string
-    label: hidden
-    settings:
-      link_to_entity: true
-    third_party_settings: {  }
-    weight: 1
-    region: content
-hidden:
-  body: true
-  created: true
-  layout_builder__layout: true
-  product_brand: true
-  product_collections: true
-  product_tags: true
-  search_api_excerpt: true
-  stores: true
-  uid: true
-  variations: true
diff --git a/modules/commerce_kickstart_media_product/config/optional/core.entity_view_display.commerce_product_variation.media_license_download.cart.yml b/modules/commerce_kickstart_media_product/config/optional/core.entity_view_display.commerce_product_variation.media_license_download.cart.yml
deleted file mode 100644
index ff8831369f73973d75769fc72871334ace105042..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_media_product/config/optional/core.entity_view_display.commerce_product_variation.media_license_download.cart.yml
+++ /dev/null
@@ -1,33 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - commerce_product.commerce_product_variation_type.media_license_download
-    - core.entity_view_mode.commerce_product_variation.cart
-    - field.field.commerce_product_variation.media_license_download.commerce_file
-    - field.field.commerce_product_variation.media_license_download.license_expiration
-    - field.field.commerce_product_variation.media_license_download.license_type
-id: commerce_product_variation.media_license_download.cart
-targetEntityType: commerce_product_variation
-bundle: media_license_download
-mode: cart
-content:
-  title:
-    type: string
-    weight: 0
-    region: content
-    label: hidden
-    settings:
-      link_to_entity: false
-    third_party_settings: {  }
-hidden:
-  commerce_file: true
-  commerce_variation_cart_form: true
-  license_expiration: true
-  license_type: true
-  list_price: true
-  price: true
-  product_id: true
-  search_api_excerpt: true
-  sku: true
-  uk_tax_rate: true
diff --git a/modules/commerce_kickstart_media_product/config/optional/core.entity_view_display.commerce_product_variation.media_license_download.default.yml b/modules/commerce_kickstart_media_product/config/optional/core.entity_view_display.commerce_product_variation.media_license_download.default.yml
deleted file mode 100644
index 6de06ce47811a9bed6c2f7eec5ec6e6726a8374d..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_media_product/config/optional/core.entity_view_display.commerce_product_variation.media_license_download.default.yml
+++ /dev/null
@@ -1,35 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - commerce_product.commerce_product_variation_type.media_license_download
-    - field.field.commerce_product_variation.media_license_download.commerce_file
-    - field.field.commerce_product_variation.media_license_download.license_expiration
-    - field.field.commerce_product_variation.media_license_download.license_type
-  module:
-    - commerce_price
-id: commerce_product_variation.media_license_download.default
-targetEntityType: commerce_product_variation
-bundle: media_license_download
-mode: default
-content:
-  price:
-    type: commerce_price_default
-    label: hidden
-    settings:
-      strip_trailing_zeroes: false
-      currency_display: symbol
-    third_party_settings: {  }
-    weight: 3
-    region: content
-hidden:
-  commerce_file: true
-  commerce_variation_cart_form: true
-  license_expiration: true
-  license_type: true
-  list_price: true
-  product_id: true
-  search_api_excerpt: true
-  sku: true
-  title: true
-  uk_tax_rate: true
diff --git a/modules/commerce_kickstart_media_product/config/optional/core.entity_view_display.commerce_product_variation.media_license_download.summary.yml b/modules/commerce_kickstart_media_product/config/optional/core.entity_view_display.commerce_product_variation.media_license_download.summary.yml
deleted file mode 100644
index 3338205039d6df7bd66d69dddeec9ad68f46b75a..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_media_product/config/optional/core.entity_view_display.commerce_product_variation.media_license_download.summary.yml
+++ /dev/null
@@ -1,33 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - commerce_product.commerce_product_variation_type.media_license_download
-    - core.entity_view_mode.commerce_product_variation.summary
-    - field.field.commerce_product_variation.media_license_download.commerce_file
-    - field.field.commerce_product_variation.media_license_download.license_expiration
-    - field.field.commerce_product_variation.media_license_download.license_type
-id: commerce_product_variation.media_license_download.summary
-targetEntityType: commerce_product_variation
-bundle: media_license_download
-mode: summary
-content:
-  title:
-    type: string
-    label: hidden
-    settings:
-      link_to_entity: false
-    third_party_settings: {  }
-    weight: 0
-    region: content
-hidden:
-  commerce_file: true
-  commerce_variation_cart_form: true
-  license_expiration: true
-  license_type: true
-  list_price: true
-  price: true
-  product_id: true
-  search_api_excerpt: true
-  sku: true
-  uk_tax_rate: true
diff --git a/modules/commerce_kickstart_media_product/config/optional/core.entity_view_display.commerce_product_variation.media_license_download.teaser.yml b/modules/commerce_kickstart_media_product/config/optional/core.entity_view_display.commerce_product_variation.media_license_download.teaser.yml
deleted file mode 100644
index 4d5db93509fff6d9873861ac6a9083c4a79dedbe..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_media_product/config/optional/core.entity_view_display.commerce_product_variation.media_license_download.teaser.yml
+++ /dev/null
@@ -1,55 +0,0 @@
-uuid: 321fa4ce-50d0-4e16-aeb5-7d20f45ff0a1
-langcode: en
-status: true
-dependencies:
-  config:
-    - commerce_product.commerce_product_variation_type.media_license_download
-    - core.entity_view_mode.commerce_product_variation.teaser
-    - field.field.commerce_product_variation.media_license_download.commerce_file
-    - field.field.commerce_product_variation.media_license_download.license_expiration
-    - field.field.commerce_product_variation.media_license_download.license_type
-  module:
-    - commerce_price
-    - field_group
-third_party_settings:
-  field_group:
-    group_pdf_download:
-      children:
-        - price
-      label: Download
-      parent_name: ''
-      region: content
-      weight: 0
-      format_type: fieldset
-      format_settings:
-        classes: ''
-        show_empty_fields: false
-        id: ''
-        description: ''
-_core:
-  default_config_hash: t2VGq3FLCky4r1agMIasWctpiWZjyYHhxeSBVimieU8
-id: commerce_product_variation.media_license_download.teaser
-targetEntityType: commerce_product_variation
-bundle: media_license_download
-mode: teaser
-content:
-  price:
-    type: commerce_price_default
-    label: hidden
-    settings:
-      strip_trailing_zeroes: false
-      currency_display: symbol
-    third_party_settings: {  }
-    weight: 0
-    region: content
-hidden:
-  commerce_file: true
-  commerce_variation_cart_form: true
-  license_expiration: true
-  license_type: true
-  list_price: true
-  product_id: true
-  search_api_excerpt: true
-  sku: true
-  title: true
-  uk_tax_rate: true
diff --git a/modules/commerce_kickstart_media_product/config/optional/core.entity_view_display.commerce_product_variation.media_physical.cart.yml b/modules/commerce_kickstart_media_product/config/optional/core.entity_view_display.commerce_product_variation.media_physical.cart.yml
deleted file mode 100644
index cc11d0b524c768891bc6354ad5674380eb397c00..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_media_product/config/optional/core.entity_view_display.commerce_product_variation.media_physical.cart.yml
+++ /dev/null
@@ -1,39 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - commerce_product.commerce_product_variation_type.media_physical
-    - core.entity_view_mode.commerce_product_variation.cart
-    - field.field.commerce_product_variation.media_physical.weight
-  module:
-    - commerce_price
-id: commerce_product_variation.media_physical.cart
-targetEntityType: commerce_product_variation
-bundle: media_physical
-mode: cart
-content:
-  list_price:
-    label: above
-    type: commerce_price_default
-    weight: -1
-    region: content
-    settings:
-      strip_trailing_zeroes: false
-      currency_display: symbol
-    third_party_settings: {  }
-  price:
-    label: above
-    type: commerce_price_default
-    weight: 0
-    region: content
-    settings:
-      strip_trailing_zeroes: false
-      currency_display: symbol
-    third_party_settings: {  }
-hidden:
-  commerce_variation_cart_form: true
-  product_id: true
-  search_api_excerpt: true
-  sku: true
-  title: true
-  weight: true
diff --git a/modules/commerce_kickstart_media_product/config/optional/core.entity_view_display.commerce_product_variation.media_physical.default.yml b/modules/commerce_kickstart_media_product/config/optional/core.entity_view_display.commerce_product_variation.media_physical.default.yml
deleted file mode 100644
index aff7c26051cdbf43292355e71220af14e1364ac7..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_media_product/config/optional/core.entity_view_display.commerce_product_variation.media_physical.default.yml
+++ /dev/null
@@ -1,30 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - commerce_product.commerce_product_variation_type.media_physical
-    - field.field.commerce_product_variation.media_physical.weight
-  module:
-    - commerce_price
-id: commerce_product_variation.media_physical.default
-targetEntityType: commerce_product_variation
-bundle: media_physical
-mode: default
-content:
-  price:
-    type: commerce_price_default
-    label: hidden
-    settings:
-      strip_trailing_zeroes: false
-      currency_display: symbol
-    third_party_settings: {  }
-    weight: 3
-    region: content
-hidden:
-  commerce_variation_cart_form: true
-  list_price: true
-  product_id: true
-  search_api_excerpt: true
-  sku: true
-  title: true
-  weight: true
diff --git a/modules/commerce_kickstart_media_product/config/optional/core.entity_view_display.commerce_product_variation.media_physical.summary.yml b/modules/commerce_kickstart_media_product/config/optional/core.entity_view_display.commerce_product_variation.media_physical.summary.yml
deleted file mode 100644
index d2e3f7f5c88320efd4dd2878d6956bd013ba9157..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_media_product/config/optional/core.entity_view_display.commerce_product_variation.media_physical.summary.yml
+++ /dev/null
@@ -1,39 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - commerce_product.commerce_product_variation_type.media_physical
-    - core.entity_view_mode.commerce_product_variation.summary
-    - field.field.commerce_product_variation.media_physical.weight
-  module:
-    - commerce_price
-id: commerce_product_variation.media_physical.summary
-targetEntityType: commerce_product_variation
-bundle: media_physical
-mode: summary
-content:
-  list_price:
-    label: above
-    type: commerce_price_default
-    weight: -1
-    region: content
-    settings:
-      strip_trailing_zeroes: false
-      currency_display: symbol
-    third_party_settings: {  }
-  price:
-    label: above
-    type: commerce_price_default
-    weight: 0
-    region: content
-    settings:
-      strip_trailing_zeroes: false
-      currency_display: symbol
-    third_party_settings: {  }
-hidden:
-  commerce_variation_cart_form: true
-  product_id: true
-  search_api_excerpt: true
-  sku: true
-  title: true
-  weight: true
diff --git a/modules/commerce_kickstart_media_product/config/optional/core.entity_view_display.commerce_product_variation.media_physical.teaser.yml b/modules/commerce_kickstart_media_product/config/optional/core.entity_view_display.commerce_product_variation.media_physical.teaser.yml
deleted file mode 100644
index c210bfe50c0e8db2796991933a966bd62c86a086..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_media_product/config/optional/core.entity_view_display.commerce_product_variation.media_physical.teaser.yml
+++ /dev/null
@@ -1,54 +0,0 @@
-uuid: 7b86d7d0-5753-421e-8ade-e6d850296ce9
-langcode: en
-status: true
-dependencies:
-  config:
-    - commerce_product.commerce_product_variation_type.media_physical
-    - core.entity_view_mode.commerce_product_variation.teaser
-    - field.field.commerce_product_variation.media_physical.weight
-  module:
-    - commerce_order
-_core:
-  default_config_hash: 1KKBicQ8OOHvuwtRxXTMB8vLmPbFWt48Z-TCRbSzyWA
-id: commerce_product_variation.media_physical.teaser
-targetEntityType: commerce_product_variation
-bundle: media_physical
-mode: teaser
-content:
-  list_price:
-    type: commerce_price_calculated
-    label: visually_hidden
-    settings:
-      strip_trailing_zeroes: false
-      currency_display: symbol
-      adjustment_types:
-        fee: fee
-        promotion: promotion
-        tax: '0'
-        shipping: '0'
-        shipping_promotion: '0'
-    third_party_settings: {  }
-    weight: -1
-    region: content
-  price:
-    type: commerce_price_calculated
-    label: visually_hidden
-    settings:
-      strip_trailing_zeroes: false
-      currency_display: symbol
-      adjustment_types:
-        fee: fee
-        promotion: promotion
-        tax: '0'
-        shipping: '0'
-        shipping_promotion: '0'
-    third_party_settings: {  }
-    weight: 0
-    region: content
-hidden:
-  commerce_variation_cart_form: true
-  product_id: true
-  search_api_excerpt: true
-  sku: true
-  title: true
-  weight: true
diff --git a/modules/commerce_kickstart_physical_product/commerce_kickstart_physical_product.features.yml b/modules/commerce_kickstart_physical_product/commerce_kickstart_physical_product.features.yml
deleted file mode 100644
index 6992907693f3dfe83dbfd964b5f6c1d566560ed3..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_physical_product/commerce_kickstart_physical_product.features.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-bundle: commerce_kickstart
-excluded:
-  - commerce_product.commerce_product_type.default
-required:
-  - core.entity_form_display.commerce_order_item.physical_product.add_to_cart
-  - core.entity_form_display.commerce_product.physical.default
-  - core.entity_form_display.commerce_product_variation.physical.default
-  - core.entity_view_display.commerce_product.physical.default
-  - core.entity_view_display.commerce_product.physical.teaser
-  - core.entity_view_display.commerce_product_variation.physical.cart
-  - core.entity_view_display.commerce_product_variation.physical.default
-  - core.entity_view_display.commerce_product_variation.physical.summary
-  - core.entity_view_display.commerce_product_variation.physical.teaser
-  - field.field.commerce_product.physical.body
-  - field.field.commerce_product.physical.images
-  - field.field.commerce_product.physical.product_brand
-  - field.field.commerce_product.physical.product_collections
-  - field.field.commerce_product.physical.product_tags
diff --git a/modules/commerce_kickstart_physical_product/commerce_kickstart_physical_product.info.yml b/modules/commerce_kickstart_physical_product/commerce_kickstart_physical_product.info.yml
deleted file mode 100644
index 379adca0f9ff68aed312e355f7e6be737c45d637..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_physical_product/commerce_kickstart_physical_product.info.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-name: 'Commerce Kickstart Physical Products'
-type: module
-description: 'Physical Product Types'
-package: 'Commerce Kickstart'
-core_version_requirement: '^8.9 || ^9 || ^10 || ^11'
-dependencies:
-  - 'commerce:commerce'
-  - 'commerce:commerce_order'
-  - 'commerce:commerce_price'
-  - 'commerce:commerce_product'
-  - 'commerce:commerce_tax'
-  - 'commerce_kickstart:commerce_kickstart_product'
-  - 'commerce_kickstart_shipping:commerce_kickstart_shipping'
-  - 'drupal:field'
-  - 'drupal:image'
-  - 'drupal:path'
-  - 'drupal:text'
-  - 'field_group:field_group'
-  - 'physical:physical'
-  - 'pathauto:pathauto'
diff --git a/modules/commerce_kickstart_physical_product/config/install/commerce_order.commerce_order_item_type.physical_product.yml b/modules/commerce_kickstart_physical_product/config/install/commerce_order.commerce_order_item_type.physical_product.yml
deleted file mode 100644
index 0d134de22f603bb7446d9c6b852e7ac4b274f923..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_physical_product/config/install/commerce_order.commerce_order_item_type.physical_product.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  module:
-    - commerce_tax
-third_party_settings:
-  commerce_tax:
-    taxable_type: physical_goods
-label: 'Physical (Product variation)'
-id: physical_product
-purchasableEntityType: commerce_product_variation
-orderType: default
-traits: {  }
-locked: false
diff --git a/modules/commerce_kickstart_physical_product/config/install/commerce_product.commerce_product_type.physical.yml b/modules/commerce_kickstart_physical_product/config/install/commerce_product.commerce_product_type.physical.yml
deleted file mode 100644
index fab9da593f9127dce1aa6d7d8f48490a13d4e89f..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_physical_product/config/install/commerce_product.commerce_product_type.physical.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-langcode: en
-status: true
-dependencies: {  }
-id: physical
-label: Physical
-description: ''
-variationTypes:
-  - physical
-multipleVariations: true
-injectVariationFields: true
-traits: {  }
-locked: false
diff --git a/modules/commerce_kickstart_physical_product/config/install/commerce_product.commerce_product_variation_type.physical.yml b/modules/commerce_kickstart_physical_product/config/install/commerce_product.commerce_product_variation_type.physical.yml
deleted file mode 100644
index 7026fc9f6819fc0e15160552aea47dd2457c2f1e..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_physical_product/config/install/commerce_product.commerce_product_variation_type.physical.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-langcode: en
-status: true
-dependencies: {  }
-id: physical
-label: Physical
-orderItemType: physical_product
-generateTitle: true
-traits:
-  - purchasable_entity_shippable
-locked: false
diff --git a/modules/commerce_kickstart_physical_product/config/install/core.entity_form_display.commerce_order_item.physical_product.add_to_cart.yml b/modules/commerce_kickstart_physical_product/config/install/core.entity_form_display.commerce_order_item.physical_product.add_to_cart.yml
deleted file mode 100644
index ecdb4ed63f8bb1b1c6870ad07a2c2f44a5a8e92c..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_physical_product/config/install/core.entity_form_display.commerce_order_item.physical_product.add_to_cart.yml
+++ /dev/null
@@ -1,35 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - commerce_order.commerce_order_item_type.physical_product
-    - core.entity_form_mode.commerce_order_item.add_to_cart
-  module:
-    - commerce_order
-    - commerce_product
-id: commerce_order_item.physical_product.add_to_cart
-targetEntityType: commerce_order_item
-bundle: physical_product
-mode: add_to_cart
-content:
-  purchased_entity:
-    type: commerce_product_variation_title
-    weight: 0
-    region: content
-    settings:
-      label_display: true
-      label_text: 'Please select'
-      hide_single: true
-    third_party_settings: {  }
-  quantity:
-    type: commerce_quantity
-    weight: 1
-    region: content
-    settings:
-      placeholder: ''
-      step: '1'
-    third_party_settings: {  }
-hidden:
-  adjustments: true
-  created: true
-  unit_price: true
diff --git a/modules/commerce_kickstart_physical_product/config/install/core.entity_form_display.commerce_order_item.physical_product.default.yml b/modules/commerce_kickstart_physical_product/config/install/core.entity_form_display.commerce_order_item.physical_product.default.yml
deleted file mode 100644
index 2d2a9282c99aeb7f6d2411dc8fd229418981c962..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_physical_product/config/install/core.entity_form_display.commerce_order_item.physical_product.default.yml
+++ /dev/null
@@ -1,40 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - commerce_order.commerce_order_item_type.physical_product
-  module:
-    - commerce_order
-id: commerce_order_item.physical_product.default
-targetEntityType: commerce_order_item
-bundle: physical_product
-mode: default
-content:
-  purchased_entity:
-    type: entity_reference_autocomplete
-    weight: -1
-    settings:
-      match_operator: CONTAINS
-      size: 60
-      placeholder: ''
-      match_limit: 10
-    region: content
-    third_party_settings: {  }
-  quantity:
-    type: commerce_quantity
-    weight: 1
-    region: content
-    settings:
-      step: '1'
-      placeholder: ''
-    third_party_settings: {  }
-  unit_price:
-    type: commerce_unit_price
-    weight: 2
-    settings:
-      require_confirmation: true
-    region: content
-    third_party_settings: {  }
-hidden:
-  adjustments: true
-  created: true
diff --git a/modules/commerce_kickstart_physical_product/config/install/core.entity_form_display.commerce_product.physical.default.yml b/modules/commerce_kickstart_physical_product/config/install/core.entity_form_display.commerce_product.physical.default.yml
deleted file mode 100644
index dfcdebd42c7de2f094ed021ebdbe78ce0f2a62ef..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_physical_product/config/install/core.entity_form_display.commerce_product.physical.default.yml
+++ /dev/null
@@ -1,144 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - commerce_product.commerce_product_type.physical
-    - field.field.commerce_product.physical.body
-    - field.field.commerce_product.physical.images
-    - field.field.commerce_product.physical.product_brand
-    - field.field.commerce_product.physical.product_collections
-    - field.field.commerce_product.physical.product_tags
-    - image.style.thumbnail
-  module:
-    - commerce
-    - field_group
-    - image
-    - path
-    - text
-third_party_settings:
-  field_group:
-    group_title_and_description:
-      children:
-        - title
-        - body
-      parent_name: ''
-      weight: 0
-      format_type: fieldset
-      region: content
-      format_settings:
-        show_empty_fields: false
-        id: ''
-        classes: ''
-        description: ''
-        required_fields: true
-      label: 'Title and description'
-    group_organization:
-      children:
-        - product_brand
-        - product_collections
-        - product_tags
-      parent_name: ''
-      weight: 2
-      format_type: fieldset
-      region: content
-      format_settings:
-        show_empty_fields: false
-        id: ''
-        classes: ''
-        description: ''
-        required_fields: true
-      label: Organization
-id: commerce_product.physical.default
-targetEntityType: commerce_product
-bundle: physical
-mode: default
-content:
-  body:
-    weight: 5
-    settings:
-      rows: 9
-      summary_rows: 3
-      placeholder: ''
-      show_summary: false
-    third_party_settings: {  }
-    type: text_textarea_with_summary
-    region: content
-  created:
-    type: datetime_timestamp
-    weight: 6
-    region: content
-    settings: {  }
-    third_party_settings: {  }
-  images:
-    weight: 1
-    settings:
-      progress_indicator: throbber
-      preview_image_style: thumbnail
-    third_party_settings: {  }
-    type: image_image
-    region: content
-  path:
-    type: path
-    weight: 7
-    region: content
-    settings: {  }
-    third_party_settings: {  }
-  product_brand:
-    weight: 10
-    settings: {  }
-    third_party_settings: {  }
-    type: options_select
-    region: content
-  product_collections:
-    weight: 11
-    settings: {  }
-    third_party_settings: {  }
-    type: options_select
-    region: content
-  product_tags:
-    weight: 12
-    settings:
-      match_operator: CONTAINS
-      match_limit: 10
-      size: 60
-      placeholder: ''
-    third_party_settings: {  }
-    type: entity_reference_autocomplete_tags
-    region: content
-  status:
-    type: boolean_checkbox
-    settings:
-      display_label: true
-    weight: 8
-    region: content
-    third_party_settings: {  }
-  stores:
-    type: commerce_entity_select
-    weight: 3
-    region: content
-    settings:
-      hide_single_entity: true
-      autocomplete_threshold: 7
-      autocomplete_size: 60
-      autocomplete_placeholder: ''
-    third_party_settings: {  }
-  title:
-    type: string_textfield
-    weight: 4
-    region: content
-    settings:
-      size: 60
-      placeholder: ''
-    third_party_settings: {  }
-  uid:
-    type: entity_reference_autocomplete
-    weight: 5
-    region: content
-    settings:
-      match_operator: CONTAINS
-      match_limit: 10
-      size: 60
-      placeholder: ''
-    third_party_settings: {  }
-hidden:
-  variations: true
diff --git a/modules/commerce_kickstart_physical_product/config/install/core.entity_form_display.commerce_product_variation.physical.default.yml b/modules/commerce_kickstart_physical_product/config/install/core.entity_form_display.commerce_product_variation.physical.default.yml
deleted file mode 100644
index fb846d34b73c8b809802fbe7b2502385b8cb170d..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_physical_product/config/install/core.entity_form_display.commerce_product_variation.physical.default.yml
+++ /dev/null
@@ -1,85 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - commerce_product.commerce_product_variation_type.physical
-    - field.field.commerce_product_variation.physical.weight
-  module:
-    - commerce_price
-    - field_group
-    - physical
-third_party_settings:
-  field_group:
-    group_inventory:
-      children:
-        - sku
-        - list_price
-        - price
-      parent_name: ''
-      weight: 0
-      format_type: fieldset
-      region: content
-      format_settings:
-        show_empty_fields: false
-        id: ''
-        classes: ''
-        description: ''
-        required_fields: true
-      label: Inventory
-    group_shipping:
-      children:
-        - weight
-      parent_name: ''
-      weight: 2
-      format_type: fieldset
-      region: content
-      format_settings:
-        show_empty_fields: false
-        id: ''
-        classes: ''
-        description: ''
-        required_fields: true
-      label: Shipping
-id: commerce_product_variation.physical.default
-targetEntityType: commerce_product_variation
-bundle: physical
-mode: default
-content:
-  list_price:
-    type: commerce_list_price
-    weight: 2
-    region: content
-    settings: {  }
-    third_party_settings: {  }
-  price:
-    type: commerce_price_default
-    weight: 3
-    region: content
-    settings: {  }
-    third_party_settings: {  }
-  sku:
-    type: string_textfield
-    weight: 1
-    region: content
-    settings:
-      size: 60
-      placeholder: ''
-    third_party_settings: {  }
-  status:
-    type: boolean_checkbox
-    settings:
-      display_label: true
-    weight: 5
-    region: content
-    third_party_settings: {  }
-  weight:
-    type: physical_measurement_default
-    weight: 8
-    region: content
-    settings:
-      default_unit: ''
-      allow_unit_change: true
-    third_party_settings: {  }
-hidden:
-  created: true
-  uid: true
diff --git a/modules/commerce_kickstart_physical_product/config/install/core.entity_view_display.commerce_product.physical.default.yml b/modules/commerce_kickstart_physical_product/config/install/core.entity_view_display.commerce_product.physical.default.yml
deleted file mode 100644
index 1403ad6a73cb0738999f3921d9d336d322c592b2..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_physical_product/config/install/core.entity_view_display.commerce_product.physical.default.yml
+++ /dev/null
@@ -1,551 +0,0 @@
-uuid: eb344c77-1a9a-43d3-b60e-422485e55274
-langcode: en
-status: true
-dependencies:
-  config:
-    - commerce_product.commerce_product_type.physical
-    - field.field.commerce_product.physical.body
-    - field.field.commerce_product.physical.images
-    - field.field.commerce_product.physical.layout_builder__layout
-    - field.field.commerce_product.physical.product_brand
-    - field.field.commerce_product.physical.product_collections
-    - field.field.commerce_product.physical.product_tags
-  module:
-    - commerce_product
-    - image
-    - layout_builder
-    - layout_builder_restrictions
-    - text
-third_party_settings:
-  layout_builder:
-    enabled: true
-    allow_custom: true
-    sections:
-      -
-        layout_id: 'bootstrap_layout_builder:blb_col_2'
-        layout_settings:
-          label: 'Main content'
-          context_mapping: {  }
-          container_wrapper_classes: ''
-          container_wrapper_attributes: null
-          container_wrapper:
-            bootstrap_styles:
-              background:
-                background_type: color
-              background_color:
-                class: null
-              background_media:
-                image:
-                  media_id: null
-                video:
-                  media_id: null
-                background_options:
-                  background_position: center
-                  background_repeat: no-repeat
-                  background_attachment: not_fixed
-                  background_size: cover
-              padding:
-                class: _none
-              padding_left:
-                class: _none
-              padding_top:
-                class: _none
-              padding_right:
-                class: _none
-              padding_bottom:
-                class: pb-6
-              margin:
-                class: _none
-              margin_left:
-                class: _none
-              margin_top:
-                class: mt-5
-              margin_right:
-                class: _none
-              margin_bottom:
-                class: mb-6
-          container_wrapper_bg_color_class: ''
-          container_wrapper_bg_media: null
-          container: container
-          section_classes: ''
-          section_attributes: null
-          regions_classes:
-            blb_region_col_1: ''
-            blb_region_col_2: ''
-          regions_attributes:
-            blb_region_col_1: null
-            blb_region_col_2: null
-          breakpoints:
-            desktop: blb_col_6_6
-            tablet: blb_col_6_6
-            mobile: blb_col_12
-          layout_regions_classes:
-            blb_region_col_1:
-              - col-lg-6
-              - col-md-6
-              - col-12
-            blb_region_col_2:
-              - col-lg-6
-              - col-md-6
-              - col-12
-          remove_gutters: '0'
-        components:
-          10597bd4-6e58-44e0-810e-dc51c735d546:
-            uuid: 10597bd4-6e58-44e0-810e-dc51c735d546
-            region: blb_region_col_1
-            configuration:
-              id: 'field_block:commerce_product:physical:images'
-              label: Images
-              label_display: '0'
-              provider: layout_builder
-              context_mapping:
-                entity: layout_builder.entity
-              formatter:
-                type: bootstrap_basic_image_gallery_formatter
-                label: visually_hidden
-                settings:
-                  image_style: cklb_medium_max_1144px
-                  thumbnails_per_row: '8'
-                  thumbnail_image_style: thumbnail
-                  modal_image_style: ''
-                  carousel_autorotate: 0
-                  carousel_interval: '5000'
-                  lazyload: 1
-                third_party_settings: {  }
-            weight: 0
-            additional:
-              bootstrap_styles:
-                block_style:
-                  background:
-                    background_type: color
-                  background_color:
-                    class: null
-                  background_media:
-                    image:
-                      media_id: null
-                    video:
-                      media_id: null
-                    background_options:
-                      background_position: center
-                      background_repeat: no-repeat
-                      background_attachment: not_fixed
-                      background_size: cover
-                  text_color:
-                    class: null
-                  text_alignment:
-                    class: null
-                  padding:
-                    class: _none
-                  padding_left:
-                    class: _none
-                  padding_top:
-                    class: _none
-                  padding_right:
-                    class: _none
-                  padding_bottom:
-                    class: _none
-                  margin:
-                    class: _none
-                  margin_left:
-                    class: _none
-                  margin_top:
-                    class: _none
-                  margin_right:
-                    class: _none
-                  margin_bottom:
-                    class: _none
-                  scroll_effects:
-                    class: null
-          91e1682e-ead4-4ecb-a750-66ed20562730:
-            uuid: 91e1682e-ead4-4ecb-a750-66ed20562730
-            region: blb_region_col_2
-            configuration:
-              id: 'field_block:commerce_product:physical:title'
-              label: Title
-              label_display: '0'
-              provider: layout_builder
-              context_mapping:
-                entity: layout_builder.entity
-              formatter:
-                type: string
-                label: visually_hidden
-                settings:
-                  link_to_entity: false
-                third_party_settings: {  }
-            weight: 1
-            additional:
-              bootstrap_styles:
-                block_style:
-                  background:
-                    background_type: color
-                  background_color:
-                    class: null
-                  background_media:
-                    image:
-                      media_id: null
-                    video:
-                      media_id: null
-                    background_options:
-                      background_position: center
-                      background_repeat: no-repeat
-                      background_attachment: not_fixed
-                      background_size: cover
-                  text_color:
-                    class: null
-                  text_alignment:
-                    class: null
-                  padding:
-                    class: _none
-                  padding_left:
-                    class: _none
-                  padding_top:
-                    class: _none
-                  padding_right:
-                    class: _none
-                  padding_bottom:
-                    class: _none
-                  margin:
-                    class: _none
-                  margin_left:
-                    class: _none
-                  margin_top:
-                    class: _none
-                  margin_right:
-                    class: _none
-                  margin_bottom:
-                    class: _none
-                  scroll_effects:
-                    class: null
-          cfa79187-1702-403e-9a94-5852b742ce5a:
-            uuid: cfa79187-1702-403e-9a94-5852b742ce5a
-            region: blb_region_col_2
-            configuration:
-              id: 'field_block:commerce_product_variation:physical:price'
-              label: Price
-              label_display: '0'
-              provider: layout_builder
-              context_mapping:
-                entity: '@commerce_product.product_variation_route_context:commerce_product_variation'
-              formatter:
-                type: commerce_price_calculated
-                label: visually_hidden
-                settings:
-                  strip_trailing_zeroes: false
-                  currency_display: symbol
-                  adjustment_types:
-                    fee: fee
-                    promotion: promotion
-                    tax: '0'
-                    shipping: '0'
-                    shipping_promotion: '0'
-                third_party_settings: {  }
-            weight: 2
-            additional:
-              bootstrap_styles:
-                block_style:
-                  background:
-                    background_type: color
-                  background_color:
-                    class: null
-                  background_media:
-                    image:
-                      media_id: null
-                    video:
-                      media_id: null
-                    background_options:
-                      background_position: center
-                      background_repeat: no-repeat
-                      background_attachment: not_fixed
-                      background_size: cover
-                  text_color:
-                    class: null
-                  text_alignment:
-                    class: null
-                  padding:
-                    class: _none
-                  padding_left:
-                    class: _none
-                  padding_top:
-                    class: _none
-                  padding_right:
-                    class: _none
-                  padding_bottom:
-                    class: _none
-                  margin:
-                    class: _none
-                  margin_left:
-                    class: _none
-                  margin_top:
-                    class: _none
-                  margin_right:
-                    class: _none
-                  margin_bottom:
-                    class: _none
-                  scroll_effects:
-                    class: null
-          7c5ef025-d85d-43cc-9b9f-7ca7ea3665e7:
-            uuid: 7c5ef025-d85d-43cc-9b9f-7ca7ea3665e7
-            region: blb_region_col_2
-            configuration:
-              id: 'field_block:commerce_product:physical:body'
-              label: Body
-              label_display: '0'
-              provider: layout_builder
-              context_mapping:
-                entity: layout_builder.entity
-                view_mode: view_mode
-              formatter:
-                type: text_default
-                label: visually_hidden
-                settings: {  }
-                third_party_settings: {  }
-            weight: 3
-            additional:
-              bootstrap_styles:
-                block_style:
-                  background:
-                    background_type: color
-                  background_color:
-                    class: null
-                  background_media:
-                    image:
-                      media_id: null
-                    video:
-                      media_id: null
-                    background_options:
-                      background_position: center
-                      background_repeat: no-repeat
-                      background_attachment: not_fixed
-                      background_size: cover
-                  text_color:
-                    class: null
-                  text_alignment:
-                    class: null
-                  padding:
-                    class: _none
-                  padding_left:
-                    class: _none
-                  padding_top:
-                    class: _none
-                  padding_right:
-                    class: _none
-                  padding_bottom:
-                    class: _none
-                  margin:
-                    class: _none
-                  margin_left:
-                    class: _none
-                  margin_top:
-                    class: mt-4
-                  margin_right:
-                    class: _none
-                  margin_bottom:
-                    class: _none
-                  scroll_effects:
-                    class: null
-          728d0b7d-fe5c-4ce3-b1dc-4a3bf69711f2:
-            uuid: 728d0b7d-fe5c-4ce3-b1dc-4a3bf69711f2
-            region: blb_region_col_2
-            configuration:
-              id: 'field_block:commerce_product:physical:variations'
-              label: Variations
-              label_display: '0'
-              provider: layout_builder
-              context_mapping:
-                entity: layout_builder.entity
-              formatter:
-                type: commerce_add_to_cart
-                label: visually_hidden
-                settings:
-                  combine: true
-                third_party_settings: {  }
-            weight: 4
-            additional:
-              bootstrap_styles:
-                block_style:
-                  background:
-                    background_type: color
-                  background_color:
-                    class: null
-                  background_media:
-                    image:
-                      media_id: null
-                    video:
-                      media_id: null
-                    background_options:
-                      background_position: center
-                      background_repeat: no-repeat
-                      background_attachment: not_fixed
-                      background_size: cover
-                  text_color:
-                    class: null
-                  text_alignment:
-                    class: null
-                  padding:
-                    class: _none
-                  padding_left:
-                    class: _none
-                  padding_top:
-                    class: _none
-                  padding_right:
-                    class: _none
-                  padding_bottom:
-                    class: _none
-                  margin:
-                    class: _none
-                  margin_left:
-                    class: _none
-                  margin_top:
-                    class: _none
-                  margin_right:
-                    class: _none
-                  margin_bottom:
-                    class: _none
-                  scroll_effects:
-                    class: null
-          00f1d6e3-d266-40fc-9392-9ac115d477dc:
-            uuid: 00f1d6e3-d266-40fc-9392-9ac115d477dc
-            region: blb_region_col_2
-            configuration:
-              id: 'field_block:commerce_product:physical:product_collections'
-              label: 'Product Collections'
-              label_display: '0'
-              provider: layout_builder
-              context_mapping:
-                entity: layout_builder.entity
-                view_mode: view_mode
-              formatter:
-                type: entity_reference_label
-                label: visually_hidden
-                settings:
-                  link: false
-                third_party_settings: {  }
-            weight: 0
-            additional:
-              bootstrap_styles:
-                block_style:
-                  background:
-                    background_type: color
-                  background_color:
-                    class: null
-                  background_media:
-                    image:
-                      media_id: null
-                    video:
-                      media_id: null
-                    background_options:
-                      background_position: center
-                      background_repeat: no-repeat
-                      background_attachment: not_fixed
-                      background_size: cover
-                  text_color:
-                    class: null
-                  text_alignment:
-                    class: null
-                  padding:
-                    class: _none
-                  padding_left:
-                    class: _none
-                  padding_top:
-                    class: _none
-                  padding_right:
-                    class: _none
-                  padding_bottom:
-                    class: _none
-                  margin:
-                    class: _none
-                  margin_left:
-                    class: _none
-                  margin_top:
-                    class: _none
-                  margin_right:
-                    class: _none
-                  margin_bottom:
-                    class: mb-4
-                  scroll_effects:
-                    class: null
-        third_party_settings:
-          layout_builder_lock:
-            lock:
-              1: 1
-              2: 2
-              4: 4
-  layout_builder_restrictions:
-    allowed_block_categories:
-      - 'Chaos Tools'
-      - Commerce
-      - 'Content fields'
-      - 'Custom block types'
-      - Forms
-      - Help
-      - 'Inline blocks'
-      - 'Lists (Views)'
-      - Menus
-      - System
-      - User
-      - core
-    entity_view_mode_restriction:
-      allowed_layouts:
-        - 'bootstrap_layout_builder:blb_col_1'
-        - 'bootstrap_layout_builder:blb_col_2'
-        - 'bootstrap_layout_builder:blb_col_3'
-        - 'bootstrap_layout_builder:blb_col_4'
-        - 'bootstrap_layout_builder:blb_col_5'
-        - 'bootstrap_layout_builder:blb_col_6'
-        - 'bootstrap_layout_builder:blb_col_7'
-        - 'bootstrap_layout_builder:blb_col_8'
-        - 'bootstrap_layout_builder:blb_col_9'
-        - 'bootstrap_layout_builder:blb_col_10'
-        - 'bootstrap_layout_builder:blb_col_11'
-        - 'bootstrap_layout_builder:blb_col_12'
-      blacklisted_blocks: {  }
-      whitelisted_blocks: {  }
-      restricted_categories: {  }
-_core:
-  default_config_hash: 0TyvOiHZz_nnRo7dR1lzd4UkFlHwK2vyt9fRznn9-KA
-id: commerce_product.physical.default
-targetEntityType: commerce_product
-bundle: physical
-mode: default
-content:
-  body:
-    type: text_default
-    label: hidden
-    settings: {  }
-    third_party_settings: {  }
-    weight: 2
-    region: content
-  images:
-    type: image
-    label: hidden
-    settings:
-      image_link: ''
-      image_style: ''
-    third_party_settings: {  }
-    weight: 1
-    region: content
-  title:
-    type: string
-    label: hidden
-    settings:
-      link_to_entity: false
-    third_party_settings: {  }
-    weight: 0
-    region: content
-  variations:
-    type: commerce_add_to_cart
-    label: hidden
-    settings:
-      combine: true
-    third_party_settings: {  }
-    weight: 3
-    region: content
-hidden:
-  created: true
-  layout_builder__layout: true
-  product_brand: true
-  product_collections: true
-  product_tags: true
-  search_api_excerpt: true
-  stores: true
-  uid: true
diff --git a/modules/commerce_kickstart_physical_product/config/install/core.entity_view_display.commerce_product.physical.teaser.yml b/modules/commerce_kickstart_physical_product/config/install/core.entity_view_display.commerce_product.physical.teaser.yml
deleted file mode 100644
index de6b7f9bb53182e48551daee13337ac2fbeabdf7..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_physical_product/config/install/core.entity_view_display.commerce_product.physical.teaser.yml
+++ /dev/null
@@ -1,53 +0,0 @@
-uuid: 55266e0f-9b5c-40a5-9916-614362046dc3
-langcode: en
-status: true
-dependencies:
-  config:
-    - commerce_product.commerce_product_type.physical
-    - core.entity_view_mode.commerce_product.teaser
-    - field.field.commerce_product.physical.body
-    - field.field.commerce_product.physical.images
-    - field.field.commerce_product.physical.layout_builder__layout
-    - field.field.commerce_product.physical.product_brand
-    - field.field.commerce_product.physical.product_collections
-    - field.field.commerce_product.physical.product_tags
-    - image.style.product_teaser
-  module:
-    - image_delta_formatter
-_core:
-  default_config_hash: qV_QFqYfb_FBI1MXsBTHfbuuCyfeObTAMY0-ZRy5TjE
-id: commerce_product.physical.teaser
-targetEntityType: commerce_product
-bundle: physical
-mode: teaser
-content:
-  images:
-    type: image_delta_formatter
-    label: hidden
-    settings:
-      deltas: '0'
-      image_style: product_teaser
-      image_link: content
-      deltas_reversed: 0
-    third_party_settings: {  }
-    weight: 0
-    region: content
-  title:
-    type: string
-    label: hidden
-    settings:
-      link_to_entity: true
-    third_party_settings: {  }
-    weight: 1
-    region: content
-hidden:
-  body: true
-  created: true
-  layout_builder__layout: true
-  product_brand: true
-  product_collections: true
-  product_tags: true
-  search_api_excerpt: true
-  stores: true
-  uid: true
-  variations: true
diff --git a/modules/commerce_kickstart_physical_product/config/install/core.entity_view_display.commerce_product_variation.physical.cart.yml b/modules/commerce_kickstart_physical_product/config/install/core.entity_view_display.commerce_product_variation.physical.cart.yml
deleted file mode 100644
index 94c096d2e48d3e9f7f6fbe494cde11ffcfec38a7..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_physical_product/config/install/core.entity_view_display.commerce_product_variation.physical.cart.yml
+++ /dev/null
@@ -1,35 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - commerce_product.commerce_product_variation_type.physical
-    - core.entity_view_mode.commerce_product_variation.cart
-    - field.field.commerce_product_variation.physical.weight
-id: commerce_product_variation.physical.cart
-targetEntityType: commerce_product_variation
-bundle: physical
-mode: cart
-content:
-  product_id:
-    type: entity_reference_label
-    weight: 0
-    region: content
-    label: hidden
-    settings:
-      link: true
-    third_party_settings: {  }
-  sku:
-    type: string
-    weight: 1
-    region: content
-    label: hidden
-    settings:
-      link_to_entity: false
-    third_party_settings: {  }
-hidden:
-  commerce_variation_cart_form: true
-  list_price: true
-  price: true
-  search_api_excerpt: true
-  title: true
-  weight: true
diff --git a/modules/commerce_kickstart_physical_product/config/install/core.entity_view_display.commerce_product_variation.physical.default.yml b/modules/commerce_kickstart_physical_product/config/install/core.entity_view_display.commerce_product_variation.physical.default.yml
deleted file mode 100644
index af62abafb6d8bd6997592dc765a21bf4985f96ab..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_physical_product/config/install/core.entity_view_display.commerce_product_variation.physical.default.yml
+++ /dev/null
@@ -1,38 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - commerce_product.commerce_product_variation_type.physical
-    - field.field.commerce_product_variation.physical.weight
-  module:
-    - commerce_price
-id: commerce_product_variation.physical.default
-targetEntityType: commerce_product_variation
-bundle: physical
-mode: default
-content:
-  list_price:
-    label: inline
-    type: commerce_price_default
-    weight: -1
-    region: content
-    settings:
-      strip_trailing_zeroes: false
-      currency_display: symbol
-    third_party_settings: {  }
-  price:
-    label: visually_hidden
-    type: commerce_price_default
-    weight: 0
-    region: content
-    settings:
-      strip_trailing_zeroes: false
-      currency_display: symbol
-    third_party_settings: {  }
-hidden:
-  commerce_variation_cart_form: true
-  product_id: true
-  search_api_excerpt: true
-  sku: true
-  title: true
-  weight: true
diff --git a/modules/commerce_kickstart_physical_product/config/install/core.entity_view_display.commerce_product_variation.physical.summary.yml b/modules/commerce_kickstart_physical_product/config/install/core.entity_view_display.commerce_product_variation.physical.summary.yml
deleted file mode 100644
index d742d1fdfbfd1c7c80be1e45949a33e3ef7cd039..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_physical_product/config/install/core.entity_view_display.commerce_product_variation.physical.summary.yml
+++ /dev/null
@@ -1,45 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - commerce_product.commerce_product_variation_type.physical
-    - core.entity_view_mode.commerce_product_variation.summary
-    - field.field.commerce_product_variation.physical.weight
-  module:
-    - commerce_price
-id: commerce_product_variation.physical.summary
-targetEntityType: commerce_product_variation
-bundle: physical
-mode: summary
-content:
-  price:
-    type: commerce_price_default
-    weight: 2
-    region: content
-    label: hidden
-    settings:
-      strip_trailing_zeroes: false
-      currency_display: symbol
-    third_party_settings: {  }
-  sku:
-    type: string
-    weight: 0
-    region: content
-    label: inline
-    settings:
-      link_to_entity: false
-    third_party_settings: {  }
-  title:
-    type: string
-    weight: 1
-    region: content
-    label: hidden
-    settings:
-      link_to_entity: false
-    third_party_settings: {  }
-hidden:
-  commerce_variation_cart_form: true
-  list_price: true
-  product_id: true
-  search_api_excerpt: true
-  weight: true
diff --git a/modules/commerce_kickstart_physical_product/config/install/core.entity_view_display.commerce_product_variation.physical.teaser.yml b/modules/commerce_kickstart_physical_product/config/install/core.entity_view_display.commerce_product_variation.physical.teaser.yml
deleted file mode 100644
index bc0859766992ffcefdbd620dd21606c780f87e93..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_physical_product/config/install/core.entity_view_display.commerce_product_variation.physical.teaser.yml
+++ /dev/null
@@ -1,34 +0,0 @@
-uuid: 3139cffc-2197-4e6a-af23-660431877642
-langcode: en
-status: true
-dependencies:
-  config:
-    - commerce_product.commerce_product_variation_type.physical
-    - core.entity_view_mode.commerce_product_variation.teaser
-    - field.field.commerce_product_variation.physical.weight
-  module:
-    - commerce_price
-_core:
-  default_config_hash: 4gTn3zAmvAjD4bOtPo3jqhFn7FDMcCNUuHiR5RugFJg
-id: commerce_product_variation.physical.teaser
-targetEntityType: commerce_product_variation
-bundle: physical
-mode: teaser
-content:
-  price:
-    label: hidden
-    type: commerce_price_default
-    weight: 6
-    region: content
-    settings:
-      currency_display: symbol
-      strip_trailing_zeroes: false
-    third_party_settings: {  }
-hidden:
-  commerce_variation_cart_form: true
-  list_price: true
-  product_id: true
-  search_api_excerpt: true
-  sku: true
-  title: true
-  weight: true
diff --git a/modules/commerce_kickstart_physical_product/config/install/field.field.commerce_product.physical.body.yml b/modules/commerce_kickstart_physical_product/config/install/field.field.commerce_product.physical.body.yml
deleted file mode 100644
index 8f00d8eba97ac781f89fb8e859c768a13dd39918..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_physical_product/config/install/field.field.commerce_product.physical.body.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - commerce_product.commerce_product_type.physical
-    - field.storage.commerce_product.body
-  module:
-    - text
-id: commerce_product.physical.body
-field_name: body
-entity_type: commerce_product
-bundle: physical
-label: Body
-description: ''
-required: false
-translatable: true
-default_value: {  }
-default_value_callback: ''
-settings:
-  display_summary: false
-  required_summary: false
-field_type: text_with_summary
diff --git a/modules/commerce_kickstart_physical_product/config/install/field.field.commerce_product.physical.images.yml b/modules/commerce_kickstart_physical_product/config/install/field.field.commerce_product.physical.images.yml
deleted file mode 100644
index c865223e3b97d9dbbf583788379f95f748c8b03e..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_physical_product/config/install/field.field.commerce_product.physical.images.yml
+++ /dev/null
@@ -1,37 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - commerce_product.commerce_product_type.physical
-    - field.storage.commerce_product.images
-  module:
-    - image
-id: commerce_product.physical.images
-field_name: images
-entity_type: commerce_product
-bundle: physical
-label: Images
-description: ''
-required: false
-translatable: true
-default_value: {  }
-default_value_callback: ''
-settings:
-  file_directory: '[date:custom:Y]-[date:custom:m]'
-  file_extensions: 'png gif jpg jpeg'
-  max_filesize: ''
-  max_resolution: ''
-  min_resolution: ''
-  alt_field: true
-  alt_field_required: true
-  title_field: false
-  title_field_required: false
-  default_image:
-    uuid: ''
-    alt: ''
-    title: ''
-    width: null
-    height: null
-  handler: 'default:file'
-  handler_settings: {  }
-field_type: image
diff --git a/modules/commerce_kickstart_physical_product/config/install/field.field.commerce_product.physical.layout_builder__layout.yml b/modules/commerce_kickstart_physical_product/config/install/field.field.commerce_product.physical.layout_builder__layout.yml
deleted file mode 100644
index 8134181733fb5ee2b63d59abbbe811dc1ab481c6..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_physical_product/config/install/field.field.commerce_product.physical.layout_builder__layout.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - field.storage.commerce_product.layout_builder__layout
-    - commerce_product.commerce_product_type.physical
-  module:
-    - layout_builder
-id: commerce_product.type.physical.layout_builder__layout
-field_name: layout_builder__layout
-entity_type: commerce_product
-bundle: physical
-label: Layout
-description: ''
-required: false
-translatable: false
-default_value: {  }
-default_value_callback: ''
-settings: {  }
-field_type: layout_section
diff --git a/modules/commerce_kickstart_physical_product/config/install/field.field.commerce_product.physical.product_brand.yml b/modules/commerce_kickstart_physical_product/config/install/field.field.commerce_product.physical.product_brand.yml
deleted file mode 100644
index e9243047f3aaf5908bc94a352a61f69bc1321983..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_physical_product/config/install/field.field.commerce_product.physical.product_brand.yml
+++ /dev/null
@@ -1,28 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - commerce_product.commerce_product_type.physical
-    - field.storage.commerce_product.product_brand
-    - taxonomy.vocabulary.product_brands
-id: commerce_product.physical.product_brand
-field_name: product_brand
-entity_type: commerce_product
-bundle: physical
-label: 'Product Brand'
-description: ''
-required: false
-translatable: true
-default_value: {  }
-default_value_callback: ''
-settings:
-  handler: 'default:taxonomy_term'
-  handler_settings:
-    target_bundles:
-      product_brands: product_brands
-    sort:
-      field: name
-      direction: asc
-    auto_create: false
-    auto_create_bundle: ''
-field_type: entity_reference
diff --git a/modules/commerce_kickstart_physical_product/config/install/field.field.commerce_product.physical.product_collections.yml b/modules/commerce_kickstart_physical_product/config/install/field.field.commerce_product.physical.product_collections.yml
deleted file mode 100644
index 6282ccfda50d11c6b4a62c62fbba731baae92ad6..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_physical_product/config/install/field.field.commerce_product.physical.product_collections.yml
+++ /dev/null
@@ -1,28 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - commerce_product.commerce_product_type.physical
-    - field.storage.commerce_product.product_collections
-    - taxonomy.vocabulary.product_collections
-id: commerce_product.physical.product_collections
-field_name: product_collections
-entity_type: commerce_product
-bundle: physical
-label: 'Product Collections'
-description: ''
-required: false
-translatable: true
-default_value: {  }
-default_value_callback: ''
-settings:
-  handler: 'default:taxonomy_term'
-  handler_settings:
-    target_bundles:
-      product_collections: product_collections
-    sort:
-      field: name
-      direction: asc
-    auto_create: false
-    auto_create_bundle: ''
-field_type: entity_reference
diff --git a/modules/commerce_kickstart_physical_product/config/install/field.field.commerce_product.physical.product_tags.yml b/modules/commerce_kickstart_physical_product/config/install/field.field.commerce_product.physical.product_tags.yml
deleted file mode 100644
index 268109a57b036f5e95c367652ff4e7ffb7817117..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_physical_product/config/install/field.field.commerce_product.physical.product_tags.yml
+++ /dev/null
@@ -1,28 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - commerce_product.commerce_product_type.physical
-    - field.storage.commerce_product.product_tags
-    - taxonomy.vocabulary.product_tags
-id: commerce_product.physical.product_tags
-field_name: product_tags
-entity_type: commerce_product
-bundle: physical
-label: 'Product Tags'
-description: ''
-required: false
-translatable: true
-default_value: {  }
-default_value_callback: ''
-settings:
-  handler: 'default:taxonomy_term'
-  handler_settings:
-    target_bundles:
-      product_tags: product_tags
-    sort:
-      field: name
-      direction: asc
-    auto_create: false
-    auto_create_bundle: ''
-field_type: entity_reference
diff --git a/modules/commerce_kickstart_physical_product/config/install/field.field.commerce_product_variation.physical.weight.yml b/modules/commerce_kickstart_physical_product/config/install/field.field.commerce_product_variation.physical.weight.yml
deleted file mode 100644
index 609f4531f2a02ff0110af352cf07a82c490ac0d5..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_physical_product/config/install/field.field.commerce_product_variation.physical.weight.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - commerce_product.commerce_product_variation_type.physical
-    - field.storage.commerce_product_variation.weight
-  module:
-    - physical
-id: commerce_product_variation.physical.weight
-field_name: weight
-entity_type: commerce_product_variation
-bundle: physical
-label: Weight
-description: ''
-required: true
-translatable: false
-default_value: {  }
-default_value_callback: null
-settings: {  }
-field_type: physical_measurement
diff --git a/modules/commerce_kickstart_physical_product/config/install/pathauto.pattern.physical_product.yml b/modules/commerce_kickstart_physical_product/config/install/pathauto.pattern.physical_product.yml
deleted file mode 100644
index 47454a0f393bea8efe58ac56a3357c7594a5d329..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_physical_product/config/install/pathauto.pattern.physical_product.yml
+++ /dev/null
@@ -1,21 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  module:
-    - commerce_product
-id: physical_product
-label: 'Physical product'
-type: 'canonical_entities:commerce_product'
-pattern: 'products/[commerce_product:title]'
-selection_criteria:
-  6b280efc-2da2-46bb-997c-a6004786a16f:
-    id: 'entity_bundle:commerce_product'
-    negate: false
-    uuid: 6b280efc-2da2-46bb-997c-a6004786a16f
-    context_mapping:
-      commerce_product: commerce_product
-    bundles:
-      physical: physical
-selection_logic: and
-weight: -5
-relationships: {  }
diff --git a/modules/commerce_kickstart_product/commerce_kickstart_product.features.yml b/modules/commerce_kickstart_product/commerce_kickstart_product.features.yml
deleted file mode 100644
index 051d6345710991714a3c46637446a7f3f5c89657..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_product/commerce_kickstart_product.features.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-bundle: commerce_kickstart
-excluded:
-  - core.entity_form_display.commerce_order_item.physical_product.default
-  - core.entity_form_display.commerce_order_item.digital_license_product.add_to_cart
-  - core.entity_form_display.commerce_order_item.digital_license_product.default
-  - views.view.basic_product_catalog
-required: true
diff --git a/modules/commerce_kickstart_product/commerce_kickstart_product.info.yml b/modules/commerce_kickstart_product/commerce_kickstart_product.info.yml
deleted file mode 100644
index 5d7e3a9e9efc37e889614dc347f49fb5859e8126..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_product/commerce_kickstart_product.info.yml
+++ /dev/null
@@ -1,26 +0,0 @@
-name: 'Commerce Kickstart Products'
-description: 'General Product Configuration'
-type: module
-core_version_requirement: '^8.9 || ^9 || ^10 || ^11'
-dependencies:
-  - 'bootstrap_basic_image_gallery:bootstrap_basic_image_gallery'
-  - 'commerce:commerce'
-  - 'commerce:commerce_order'
-  - 'commerce:commerce_price'
-  - 'commerce:commerce_product'
-  - 'commerce_kickstart_license:commerce_kickstart_license'
-  - 'commerce_kickstart_layout_builder:commerce_kickstart_layout_builder'
-  - 'commerce_product_tax:commerce_product_tax'
-  - 'core_views_facets:core_views_facets'
-  - 'drupal:block'
-  - 'drupal:field'
-  - 'drupal:file'
-  - 'drupal:image'
-  - 'drupal:path'
-  - 'drupal:taxonomy'
-  - 'drupal:text'
-  - 'drupal:views'
-  - 'image_delta_formatter:image_delta_formatter'
-  - 'facets:facets'
-  - 'field_group:field_group'
-package: 'Commerce Kickstart'
diff --git a/modules/commerce_kickstart_product/config/install/core.entity_view_mode.commerce_product.teaser.yml b/modules/commerce_kickstart_product/config/install/core.entity_view_mode.commerce_product.teaser.yml
deleted file mode 100644
index bbcce8b72605aeddda73dce69c447c72da384ec8..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_product/config/install/core.entity_view_mode.commerce_product.teaser.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  module:
-    - commerce_product
-id: commerce_product.teaser
-label: Teaser
-targetEntityType: commerce_product
-cache: true
diff --git a/modules/commerce_kickstart_product/config/install/core.entity_view_mode.commerce_product_variation.teaser.yml b/modules/commerce_kickstart_product/config/install/core.entity_view_mode.commerce_product_variation.teaser.yml
deleted file mode 100644
index 6a5a8a16ba718755e29a3e5647e5a78fffe80fea..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_product/config/install/core.entity_view_mode.commerce_product_variation.teaser.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  module:
-    - commerce_product
-id: commerce_product_variation.teaser
-label: Teaser
-targetEntityType: commerce_product_variation
-cache: true
diff --git a/modules/commerce_kickstart_product/config/install/field.field.commerce_product.default.layout_builder__layout.yml b/modules/commerce_kickstart_product/config/install/field.field.commerce_product.default.layout_builder__layout.yml
deleted file mode 100644
index 8d1c2892b32f3ed2c4625273dec4ac0ffa810fc4..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_product/config/install/field.field.commerce_product.default.layout_builder__layout.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - field.storage.commerce_product.layout_builder__layout
-    - commerce_product.commerce_product_type.default
-  module:
-    - layout_builder
-id: commerce_product.type.default.layout_builder__layout
-field_name: layout_builder__layout
-entity_type: commerce_product
-bundle: default
-label: Layout
-description: ''
-required: false
-translatable: false
-default_value: {  }
-default_value_callback: ''
-settings: {  }
-field_type: layout_section
diff --git a/modules/commerce_kickstart_product/config/install/field.field.commerce_product.default.product_brand.yml b/modules/commerce_kickstart_product/config/install/field.field.commerce_product.default.product_brand.yml
deleted file mode 100644
index ddb86d705ce7b1d8d50cfb6d764709df2322f09d..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_product/config/install/field.field.commerce_product.default.product_brand.yml
+++ /dev/null
@@ -1,28 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - commerce_product.commerce_product_type.default
-    - field.storage.commerce_product.product_brand
-    - taxonomy.vocabulary.product_brands
-id: commerce_product.default.product_brand
-field_name: product_brand
-entity_type: commerce_product
-bundle: default
-label: 'Product Brand'
-description: ''
-required: false
-translatable: true
-default_value: {  }
-default_value_callback: ''
-settings:
-  handler: 'default:taxonomy_term'
-  handler_settings:
-    target_bundles:
-      product_brands: product_brands
-    sort:
-      field: name
-      direction: asc
-    auto_create: false
-    auto_create_bundle: ''
-field_type: entity_reference
diff --git a/modules/commerce_kickstart_product/config/install/field.field.commerce_product.default.product_collections.yml b/modules/commerce_kickstart_product/config/install/field.field.commerce_product.default.product_collections.yml
deleted file mode 100644
index 094150cb797c1177956b66a3fbba99fba31076cb..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_product/config/install/field.field.commerce_product.default.product_collections.yml
+++ /dev/null
@@ -1,28 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - commerce_product.commerce_product_type.default
-    - field.storage.commerce_product.product_collections
-    - taxonomy.vocabulary.product_collections
-id: commerce_product.default.product_collections
-field_name: product_collections
-entity_type: commerce_product
-bundle: default
-label: 'Product Collections'
-description: ''
-required: false
-translatable: true
-default_value: {  }
-default_value_callback: ''
-settings:
-  handler: 'default:taxonomy_term'
-  handler_settings:
-    target_bundles:
-      product_collections: product_collections
-    sort:
-      field: name
-      direction: asc
-    auto_create: false
-    auto_create_bundle: ''
-field_type: entity_reference
diff --git a/modules/commerce_kickstart_product/config/install/field.field.commerce_product.default.product_tags.yml b/modules/commerce_kickstart_product/config/install/field.field.commerce_product.default.product_tags.yml
deleted file mode 100644
index 1f56e0224199a2454f2b667b915d19dc26e6347c..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_product/config/install/field.field.commerce_product.default.product_tags.yml
+++ /dev/null
@@ -1,28 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - commerce_product.commerce_product_type.default
-    - field.storage.commerce_product.product_tags
-    - taxonomy.vocabulary.product_tags
-id: commerce_product.default.product_tags
-field_name: product_tags
-entity_type: commerce_product
-bundle: default
-label: 'Product Tags'
-description: ''
-required: false
-translatable: true
-default_value: {  }
-default_value_callback: ''
-settings:
-  handler: 'default:taxonomy_term'
-  handler_settings:
-    target_bundles:
-      product_tags: product_tags
-    sort:
-      field: name
-      direction: asc
-    auto_create: false
-    auto_create_bundle: ''
-field_type: entity_reference
diff --git a/modules/commerce_kickstart_product/config/install/field.storage.commerce_product.layout_builder__layout.yml b/modules/commerce_kickstart_product/config/install/field.storage.commerce_product.layout_builder__layout.yml
deleted file mode 100644
index cef90336922a2f8988ac89131d805150eee410ce..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_product/config/install/field.storage.commerce_product.layout_builder__layout.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  module:
-    - layout_builder
-    - commerce_product
-id: commerce_product.layout_builder__layout
-field_name: layout_builder__layout
-entity_type: commerce_product
-type: layout_section
-settings: {  }
-module: layout_builder
-locked: true
-cardinality: 1
-translatable: false
-indexes: {  }
-persist_with_no_fields: false
-custom_storage: false
diff --git a/modules/commerce_kickstart_product/config/install/field.storage.commerce_product.product_brand.yml b/modules/commerce_kickstart_product/config/install/field.storage.commerce_product.product_brand.yml
deleted file mode 100644
index ac86b40518f5900fe7149d1424c1cb149c1ec7da..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_product/config/install/field.storage.commerce_product.product_brand.yml
+++ /dev/null
@@ -1,19 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  module:
-    - commerce_product
-    - taxonomy
-id: commerce_product.product_brand
-field_name: product_brand
-entity_type: commerce_product
-type: entity_reference
-settings:
-  target_type: taxonomy_term
-module: core
-locked: false
-cardinality: 1
-translatable: true
-indexes: {  }
-persist_with_no_fields: false
-custom_storage: false
diff --git a/modules/commerce_kickstart_product/config/install/field.storage.commerce_product.product_collections.yml b/modules/commerce_kickstart_product/config/install/field.storage.commerce_product.product_collections.yml
deleted file mode 100644
index 3fe30592878d598f202811b7748be9ec837241d3..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_product/config/install/field.storage.commerce_product.product_collections.yml
+++ /dev/null
@@ -1,19 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  module:
-    - commerce_product
-    - taxonomy
-id: commerce_product.product_collections
-field_name: product_collections
-entity_type: commerce_product
-type: entity_reference
-settings:
-  target_type: taxonomy_term
-module: core
-locked: false
-cardinality: -1
-translatable: true
-indexes: {  }
-persist_with_no_fields: false
-custom_storage: false
diff --git a/modules/commerce_kickstart_product/config/install/field.storage.commerce_product.product_tags.yml b/modules/commerce_kickstart_product/config/install/field.storage.commerce_product.product_tags.yml
deleted file mode 100644
index 44b3e32176ca6bc9313b7a3994dad84b0328ea93..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_product/config/install/field.storage.commerce_product.product_tags.yml
+++ /dev/null
@@ -1,19 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  module:
-    - commerce_product
-    - taxonomy
-id: commerce_product.product_tags
-field_name: product_tags
-entity_type: commerce_product
-type: entity_reference
-settings:
-  target_type: taxonomy_term
-module: core
-locked: false
-cardinality: -1
-translatable: true
-indexes: {  }
-persist_with_no_fields: false
-custom_storage: false
diff --git a/modules/commerce_kickstart_product/config/install/image.style.product_teaser.yml b/modules/commerce_kickstart_product/config/install/image.style.product_teaser.yml
deleted file mode 100644
index ddf3744f53ffe3af4ea2e72d6da27ada2c2dbf21..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_product/config/install/image.style.product_teaser.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-langcode: en
-status: true
-dependencies: {  }
-name: product_teaser
-label: 'Product teaser'
-effects:
-  c5938430-7c2d-4d4a-ba1f-57a85b1aeea1:
-    uuid: c5938430-7c2d-4d4a-ba1f-57a85b1aeea1
-    id: image_scale_and_crop
-    weight: 1
-    data:
-      width: 600
-      height: 600
-      anchor: center-center
diff --git a/modules/commerce_kickstart_product/config/install/taxonomy.vocabulary.product_brands.yml b/modules/commerce_kickstart_product/config/install/taxonomy.vocabulary.product_brands.yml
deleted file mode 100644
index ab8fcffc9a9f300962b91740aff3457855ab16c9..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_product/config/install/taxonomy.vocabulary.product_brands.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-langcode: en
-status: true
-dependencies: {  }
-name: 'Product Brands'
-vid: product_brands
-description: ''
-weight: 0
diff --git a/modules/commerce_kickstart_product/config/install/taxonomy.vocabulary.product_collections.yml b/modules/commerce_kickstart_product/config/install/taxonomy.vocabulary.product_collections.yml
deleted file mode 100644
index 1f016ce90a368e049e0b7ff36bd64cc50d510daa..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_product/config/install/taxonomy.vocabulary.product_collections.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-langcode: en
-status: true
-dependencies: {  }
-name: 'Product Collections'
-vid: product_collections
-description: ''
-weight: 0
diff --git a/modules/commerce_kickstart_product/config/install/taxonomy.vocabulary.product_tags.yml b/modules/commerce_kickstart_product/config/install/taxonomy.vocabulary.product_tags.yml
deleted file mode 100644
index 640738941869a44e08651ae5a760f27c29822a16..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_product/config/install/taxonomy.vocabulary.product_tags.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-langcode: en
-status: true
-dependencies: {  }
-name: 'Product Tags'
-vid: product_tags
-description: 'Tags are searchable keywords that you can associate with your product.'
-weight: 0
diff --git a/modules/commerce_kickstart_product/config/optional/core.entity_form_display.commerce_order_item.default.add_to_cart.yml b/modules/commerce_kickstart_product/config/optional/core.entity_form_display.commerce_order_item.default.add_to_cart.yml
deleted file mode 100644
index ebf31eb97831b3de5f436044664d75e6c2980c1b..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_product/config/optional/core.entity_form_display.commerce_order_item.default.add_to_cart.yml
+++ /dev/null
@@ -1,32 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - commerce_order.commerce_order_item_type.default
-    - core.entity_form_mode.commerce_order_item.add_to_cart
-    - field.field.commerce_order_item.default.license
-  module:
-    - commerce_product
-  enforced:
-    module:
-      - commerce_cart
-      - commerce_product
-id: commerce_order_item.default.add_to_cart
-targetEntityType: commerce_order_item
-bundle: default
-mode: add_to_cart
-content:
-  purchased_entity:
-    type: commerce_product_variation_attributes
-    weight: 0
-    region: content
-    settings: {  }
-    third_party_settings: {  }
-hidden:
-  adjustments: true
-  created: true
-  license: true
-  quantity: true
-  status: true
-  uid: true
-  unit_price: true
diff --git a/modules/commerce_kickstart_product/config/optional/core.entity_form_display.commerce_product_variation.default.default.yml b/modules/commerce_kickstart_product/config/optional/core.entity_form_display.commerce_product_variation.default.default.yml
deleted file mode 100644
index b51e7c227bba4a5b96c8b1498cc069f41e52f8a9..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_product/config/optional/core.entity_form_display.commerce_product_variation.default.default.yml
+++ /dev/null
@@ -1,42 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - commerce_product.commerce_product_variation_type.default
-  module:
-    - commerce_price
-id: commerce_product_variation.default.default
-targetEntityType: commerce_product_variation
-bundle: default
-mode: default
-content:
-  list_price:
-    type: commerce_list_price
-    weight: -1
-    region: content
-    settings: {  }
-    third_party_settings: {  }
-  price:
-    type: commerce_price_default
-    weight: 0
-    settings: {  }
-    third_party_settings: {  }
-    region: content
-  sku:
-    type: string_textfield
-    weight: -4
-    settings:
-      size: 60
-      placeholder: ''
-    third_party_settings: {  }
-    region: content
-  status:
-    type: boolean_checkbox
-    weight: 10
-    settings:
-      display_label: true
-    third_party_settings: {  }
-    region: content
-hidden:
-  created: true
-  uid: true
diff --git a/modules/commerce_kickstart_product/config/optional/core.entity_view_display.commerce_product.default.default.yml b/modules/commerce_kickstart_product/config/optional/core.entity_view_display.commerce_product.default.default.yml
deleted file mode 100644
index 329a6996ebf48430c8217c32f45429b561cc8693..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_product/config/optional/core.entity_view_display.commerce_product.default.default.yml
+++ /dev/null
@@ -1,51 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - commerce_product.commerce_product_type.default
-    - field.field.commerce_product.default.body
-    - field.field.commerce_product.default.images
-    - field.field.commerce_product.default.product_brand
-    - field.field.commerce_product.default.product_collections
-    - field.field.commerce_product.default.product_tags
-  module:
-    - commerce_product
-    - text
-id: commerce_product.default.default
-targetEntityType: commerce_product
-bundle: default
-mode: default
-content:
-  body:
-    type: text_default
-    label: hidden
-    settings: {  }
-    third_party_settings: {  }
-    weight: 0
-    region: content
-  title:
-    type: string
-    label: hidden
-    settings:
-      link_to_entity: false
-    third_party_settings: {  }
-    weight: -5
-    region: content
-  variations:
-    type: commerce_add_to_cart
-    label: hidden
-    settings:
-      show_quantity: false
-      default_quantity: '1'
-      combine: true
-    third_party_settings: {  }
-    weight: 1
-    region: content
-hidden:
-  created: true
-  images: true
-  product_brand: true
-  product_collections: true
-  product_tags: true
-  stores: true
-  uid: true
diff --git a/modules/commerce_kickstart_product/config/optional/core.entity_view_display.commerce_product.default.teaser.yml b/modules/commerce_kickstart_product/config/optional/core.entity_view_display.commerce_product.default.teaser.yml
deleted file mode 100644
index df98752363c3c5b7919f6824473fd0ee331e5ad2..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_product/config/optional/core.entity_view_display.commerce_product.default.teaser.yml
+++ /dev/null
@@ -1,50 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - commerce_product.commerce_product_type.default
-    - core.entity_view_mode.commerce_product.teaser
-    - field.field.commerce_product.default.body
-    - field.field.commerce_product.default.images
-    - field.field.commerce_product.default.layout_builder__layout
-    - field.field.commerce_product.default.product_brand
-    - field.field.commerce_product.default.product_collections
-    - field.field.commerce_product.default.product_tags
-    - image.style.product_teaser
-  module:
-    - image_delta_formatter
-id: commerce_product.default.teaser
-targetEntityType: commerce_product
-bundle: default
-mode: teaser
-content:
-  images:
-    type: image_delta_formatter
-    label: hidden
-    settings:
-      deltas: '0'
-      image_style: product_teaser
-      image_link: content
-      deltas_reversed: 0
-    third_party_settings: {  }
-    weight: 0
-    region: content
-  title:
-    type: string
-    label: hidden
-    settings:
-      link_to_entity: true
-    third_party_settings: {  }
-    weight: 1
-    region: content
-hidden:
-  body: true
-  created: true
-  layout_builder__layout: true
-  product_brand: true
-  product_collections: true
-  product_tags: true
-  search_api_excerpt: true
-  stores: true
-  uid: true
-  variations: true
diff --git a/modules/commerce_kickstart_product/config/optional/core.entity_view_display.commerce_product_variation.default.cart.yml b/modules/commerce_kickstart_product/config/optional/core.entity_view_display.commerce_product_variation.default.cart.yml
deleted file mode 100644
index 803f5066156a1341a7a7ff994af37dbee1d3f067..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_product/config/optional/core.entity_view_display.commerce_product_variation.default.cart.yml
+++ /dev/null
@@ -1,38 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - commerce_product.commerce_product_variation_type.default
-    - core.entity_view_mode.commerce_product_variation.cart
-  module:
-    - commerce_price
-  enforced:
-    module:
-      - commerce_cart
-      - commerce_product
-id: commerce_product_variation.default.cart
-targetEntityType: commerce_product_variation
-bundle: default
-mode: cart
-content:
-  list_price:
-    label: above
-    type: commerce_price_default
-    weight: -1
-    region: content
-    settings:
-      strip_trailing_zeroes: false
-      currency_display: symbol
-    third_party_settings: {  }
-  product_id:
-    type: entity_reference_label
-    weight: 0
-    label: hidden
-    settings:
-      link: true
-    third_party_settings: {  }
-    region: content
-hidden:
-  price: true
-  sku: true
-  title: true
diff --git a/modules/commerce_kickstart_product/config/optional/core.entity_view_display.commerce_product_variation.default.default.yml b/modules/commerce_kickstart_product/config/optional/core.entity_view_display.commerce_product_variation.default.default.yml
deleted file mode 100644
index 741b75205e04ddc57ecf52b7e516420f17ae9f39..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_product/config/optional/core.entity_view_display.commerce_product_variation.default.default.yml
+++ /dev/null
@@ -1,36 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - commerce_product.commerce_product_variation_type.default
-  module:
-    - commerce_price
-id: commerce_product_variation.default.default
-targetEntityType: commerce_product_variation
-bundle: default
-mode: default
-content:
-  list_price:
-    label: inline
-    type: commerce_price_default
-    weight: -1
-    region: content
-    settings:
-      strip_trailing_zeroes: false
-      currency_display: symbol
-    third_party_settings: {  }
-  price:
-    label: visually_hidden
-    type: commerce_price_default
-    weight: 0
-    region: content
-    settings:
-      strip_trailing_zeroes: false
-      currency_display: symbol
-    third_party_settings: {  }
-hidden:
-  commerce_variation_cart_form: true
-  product_id: true
-  search_api_excerpt: true
-  sku: true
-  title: true
diff --git a/modules/commerce_kickstart_product/config/optional/core.entity_view_display.commerce_product_variation.default.summary.yml b/modules/commerce_kickstart_product/config/optional/core.entity_view_display.commerce_product_variation.default.summary.yml
deleted file mode 100644
index c4dcb7b2eeacdda83ba6c0c17dd0fb95282521c3..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_product/config/optional/core.entity_view_display.commerce_product_variation.default.summary.yml
+++ /dev/null
@@ -1,44 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - commerce_product.commerce_product_variation_type.default
-    - core.entity_view_mode.commerce_product_variation.summary
-  module:
-    - commerce_price
-  enforced:
-    module:
-      - commerce_checkout
-id: commerce_product_variation.default.summary
-targetEntityType: commerce_product_variation
-bundle: default
-mode: summary
-content:
-  list_price:
-    label: above
-    type: commerce_price_default
-    weight: -1
-    region: content
-    settings:
-      strip_trailing_zeroes: false
-      currency_display: symbol
-    third_party_settings: {  }
-  product_id:
-    type: entity_reference_label
-    weight: 0
-    label: hidden
-    settings:
-      link: true
-    third_party_settings: {  }
-    region: content
-  title:
-    label: hidden
-    type: string
-    weight: -5
-    settings:
-      link_to_entity: false
-    third_party_settings: {  }
-    region: content
-hidden:
-  price: true
-  sku: true
diff --git a/modules/commerce_kickstart_product/config/optional/core.entity_view_display.commerce_product_variation.default.teaser.yml b/modules/commerce_kickstart_product/config/optional/core.entity_view_display.commerce_product_variation.default.teaser.yml
deleted file mode 100644
index e710efc606d4fd30e859b68ea0eb80b66bb982e4..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_product/config/optional/core.entity_view_display.commerce_product_variation.default.teaser.yml
+++ /dev/null
@@ -1,29 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - commerce_product.commerce_product_variation_type.default
-    - core.entity_view_mode.commerce_product_variation.teaser
-  module:
-    - commerce_price
-id: commerce_product_variation.default.teaser
-targetEntityType: commerce_product_variation
-bundle: default
-mode: teaser
-content:
-  price:
-    type: commerce_price_default
-    weight: 6
-    region: content
-    label: hidden
-    settings:
-      strip_trailing_zeroes: false
-      currency_display: symbol
-    third_party_settings: {  }
-hidden:
-  commerce_variation_cart_form: true
-  list_price: true
-  product_id: true
-  search_api_excerpt: true
-  sku: true
-  title: true
diff --git a/modules/commerce_kickstart_product/config/rewrite/core.entity_form_display.commerce_product.default.default.yml b/modules/commerce_kickstart_product/config/rewrite/core.entity_form_display.commerce_product.default.default.yml
deleted file mode 100644
index b22b3234e409a6df213cffc8d4286e04959d1ad4..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_product/config/rewrite/core.entity_form_display.commerce_product.default.default.yml
+++ /dev/null
@@ -1,81 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - commerce_product.commerce_product_type.default
-    - field.field.commerce_product.default.body
-    - field.field.commerce_product.default.images
-    - field.field.commerce_product.default.product_brand
-    - field.field.commerce_product.default.product_collections
-    - field.field.commerce_product.default.product_tags
-  module:
-    - commerce
-    - path
-    - text
-id: commerce_product.default.default
-targetEntityType: commerce_product
-bundle: default
-mode: default
-content:
-  body:
-    type: text_textarea_with_summary
-    weight: 2
-    region: content
-    settings:
-      rows: 9
-      summary_rows: 3
-      placeholder: ''
-    third_party_settings: {  }
-  created:
-    type: datetime_timestamp
-    weight: 5
-    region: content
-    settings: {  }
-    third_party_settings: {  }
-  path:
-    type: path
-    weight: 7
-    region: content
-    settings: {  }
-    third_party_settings: {  }
-  status:
-    type: boolean_checkbox
-    weight: 8
-    region: content
-    settings:
-      display_label: true
-    third_party_settings: {  }
-  stores:
-    type: commerce_entity_select
-    weight: 0
-    region: content
-    settings:
-      hide_single_entity: true
-      autocomplete_threshold: 7
-      autocomplete_size: 60
-      autocomplete_placeholder: ''
-    third_party_settings: {  }
-  title:
-    type: string_textfield
-    weight: 1
-    region: content
-    settings:
-      size: 60
-      placeholder: ''
-    third_party_settings: {  }
-  uid:
-    type: entity_reference_autocomplete
-    weight: 4
-    region: content
-    settings:
-      match_operator: CONTAINS
-      match_limit: 10
-      size: 60
-      placeholder: ''
-    third_party_settings: {  }
-hidden:
-  images: true
-  product_brand: true
-  product_collections: true
-  product_tags: true
-  variations: true
diff --git a/modules/commerce_kickstart_product/config/rewrite/core.entity_view_display.commerce_product.default.default.yml b/modules/commerce_kickstart_product/config/rewrite/core.entity_view_display.commerce_product.default.default.yml
deleted file mode 100644
index ca9a454a742cf6f27a1f826d4701a84c066d065c..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_product/config/rewrite/core.entity_view_display.commerce_product.default.default.yml
+++ /dev/null
@@ -1,559 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - commerce_product.commerce_product_type.default
-    - field.field.commerce_product.default.body
-    - field.field.commerce_product.default.images
-    - field.field.commerce_product.default.layout_builder__layout
-    - field.field.commerce_product.default.product_brand
-    - field.field.commerce_product.default.product_collections
-    - field.field.commerce_product.default.product_tags
-  module:
-    - commerce_product
-    - layout_builder
-    - layout_builder_restrictions
-    - text
-third_party_settings:
-  layout_builder:
-    enabled: true
-    allow_custom: true
-    sections:
-      -
-        layout_id: 'bootstrap_layout_builder:blb_col_2'
-        layout_settings:
-          label: 'Main content'
-          context_mapping: {  }
-          container_wrapper_classes: ''
-          container_wrapper_attributes: null
-          container_wrapper:
-            bootstrap_styles:
-              background:
-                background_type: color
-              background_color:
-                class: null
-              background_media:
-                image:
-                  media_id: null
-                video:
-                  media_id: null
-                background_options:
-                  background_position: center
-                  background_repeat: no-repeat
-                  background_attachment: not_fixed
-                  background_size: cover
-              padding:
-                class: _none
-              padding_left:
-                class: _none
-              padding_top:
-                class: _none
-              padding_right:
-                class: _none
-              padding_bottom:
-                class: _none
-              margin:
-                class: _none
-              margin_left:
-                class: _none
-              margin_top:
-                class: _none
-              margin_right:
-                class: _none
-              margin_bottom:
-                class: _none
-          container_wrapper_bg_color_class: ''
-          container_wrapper_bg_media: null
-          container: container
-          section_classes: ''
-          section_attributes: null
-          regions_classes:
-            blb_region_col_1: ''
-            blb_region_col_2: ''
-          regions_attributes:
-            blb_region_col_1: null
-            blb_region_col_2: null
-          breakpoints:
-            desktop: blb_col_6_6
-            tablet: blb_col_6_6
-            mobile: blb_col_12
-          layout_regions_classes:
-            blb_region_col_1:
-              - col-lg-6
-              - col-md-6
-              - col-12
-            blb_region_col_2:
-              - col-lg-6
-              - col-md-6
-              - col-12
-          remove_gutters: '0'
-        components:
-          397b61c5-4636-4dfe-9ed5-033357a82444:
-            uuid: 397b61c5-4636-4dfe-9ed5-033357a82444
-            region: blb_region_col_1
-            configuration:
-              id: 'field_block:commerce_product:default:images'
-              label: Images
-              label_display: '0'
-              provider: layout_builder
-              context_mapping:
-                entity: layout_builder.entity
-                view_mode: view_mode
-              formatter:
-                type: bootstrap_basic_image_gallery_formatter
-                label: above
-                settings:
-                  image_style: cklb_medium_max_1144px
-                  thumbnails_per_row: '8'
-                  thumbnail_image_style: thumbnail
-                  modal_image_style: ''
-                  carousel_autorotate: 0
-                  carousel_interval: '5000'
-                  lazyload: 1
-                third_party_settings: {  }
-            weight: 0
-            additional:
-              bootstrap_styles:
-                block_style:
-                  background:
-                    background_type: color
-                  background_color:
-                    class: null
-                  background_media:
-                    image:
-                      media_id: null
-                    video:
-                      media_id: null
-                    background_options:
-                      background_position: center
-                      background_repeat: no-repeat
-                      background_attachment: not_fixed
-                      background_size: cover
-                  text_color:
-                    class: null
-                  text_alignment:
-                    class: null
-                  padding:
-                    class: _none
-                  padding_left:
-                    class: _none
-                  padding_top:
-                    class: _none
-                  padding_right:
-                    class: _none
-                  padding_bottom:
-                    class: _none
-                  margin:
-                    class: _none
-                  margin_left:
-                    class: _none
-                  margin_top:
-                    class: _none
-                  margin_right:
-                    class: _none
-                  margin_bottom:
-                    class: _none
-                  scroll_effects:
-                    class: null
-          43909e69-d171-4cbc-ac03-09568c23cd95:
-            uuid: 43909e69-d171-4cbc-ac03-09568c23cd95
-            region: blb_region_col_2
-            configuration:
-              id: 'field_block:commerce_product:default:product_collections'
-              label: 'Product Collections'
-              label_display: '0'
-              provider: layout_builder
-              context_mapping:
-                entity: layout_builder.entity
-                view_mode: view_mode
-              formatter:
-                type: entity_reference_label
-                label: visually_hidden
-                settings:
-                  link: false
-                third_party_settings: {  }
-            weight: 0
-            additional:
-              bootstrap_styles:
-                block_style:
-                  background:
-                    background_type: color
-                  background_color:
-                    class: null
-                  background_media:
-                    image:
-                      media_id: null
-                    video:
-                      media_id: null
-                    background_options:
-                      background_position: center
-                      background_repeat: no-repeat
-                      background_attachment: not_fixed
-                      background_size: cover
-                  text_color:
-                    class: null
-                  text_alignment:
-                    class: null
-                  padding:
-                    class: _none
-                  padding_left:
-                    class: _none
-                  padding_top:
-                    class: _none
-                  padding_right:
-                    class: _none
-                  padding_bottom:
-                    class: _none
-                  margin:
-                    class: _none
-                  margin_left:
-                    class: _none
-                  margin_top:
-                    class: _none
-                  margin_right:
-                    class: _none
-                  margin_bottom:
-                    class: mb-4
-                  scroll_effects:
-                    class: null
-          ae461d70-7f44-41d8-8c73-a5797026ff16:
-            uuid: ae461d70-7f44-41d8-8c73-a5797026ff16
-            region: blb_region_col_2
-            configuration:
-              id: 'field_block:commerce_product:default:title'
-              label: Title
-              label_display: '0'
-              provider: layout_builder
-              context_mapping:
-                entity: layout_builder.entity
-                view_mode: view_mode
-              formatter:
-                type: string
-                label: visually_hidden
-                settings:
-                  link_to_entity: false
-                third_party_settings: {  }
-            weight: 1
-            additional:
-              bootstrap_styles:
-                block_style:
-                  background:
-                    background_type: color
-                  background_color:
-                    class: null
-                  background_media:
-                    image:
-                      media_id: null
-                    video:
-                      media_id: null
-                    background_options:
-                      background_position: center
-                      background_repeat: no-repeat
-                      background_attachment: not_fixed
-                      background_size: cover
-                  text_color:
-                    class: null
-                  text_alignment:
-                    class: null
-                  padding:
-                    class: _none
-                  padding_left:
-                    class: _none
-                  padding_top:
-                    class: _none
-                  padding_right:
-                    class: _none
-                  padding_bottom:
-                    class: _none
-                  margin:
-                    class: _none
-                  margin_left:
-                    class: _none
-                  margin_top:
-                    class: _none
-                  margin_right:
-                    class: _none
-                  margin_bottom:
-                    class: _none
-                  scroll_effects:
-                    class: null
-          16fd72a9-5bc0-494d-a77b-ead238bf3428:
-            uuid: 16fd72a9-5bc0-494d-a77b-ead238bf3428
-            region: blb_region_col_2
-            configuration:
-              id: 'field_block:commerce_product_variation:default:price'
-              label: Price
-              label_display: '0'
-              provider: layout_builder
-              context_mapping:
-                entity: '@commerce_product.product_variation_route_context:commerce_product_variation'
-                view_mode: view_mode
-              formatter:
-                type: commerce_price_calculated
-                label: visually_hidden
-                settings:
-                  strip_trailing_zeroes: false
-                  currency_display: symbol
-                  adjustment_types:
-                    fee: fee
-                    promotion: promotion
-                    tax: '0'
-                    shipping: '0'
-                    shipping_promotion: '0'
-                third_party_settings: {  }
-            weight: 2
-            additional:
-              bootstrap_styles:
-                block_style:
-                  background:
-                    background_type: color
-                  background_color:
-                    class: null
-                  background_media:
-                    image:
-                      media_id: null
-                    video:
-                      media_id: null
-                    background_options:
-                      background_position: center
-                      background_repeat: no-repeat
-                      background_attachment: not_fixed
-                      background_size: cover
-                  text_color:
-                    class: null
-                  text_alignment:
-                    class: null
-                  padding:
-                    class: _none
-                  padding_left:
-                    class: _none
-                  padding_top:
-                    class: _none
-                  padding_right:
-                    class: _none
-                  padding_bottom:
-                    class: _none
-                  margin:
-                    class: _none
-                  margin_left:
-                    class: _none
-                  margin_top:
-                    class: _none
-                  margin_right:
-                    class: _none
-                  margin_bottom:
-                    class: _none
-                  scroll_effects:
-                    class: null
-          39bf0690-64ad-468a-bd48-cee419b97789:
-            uuid: 39bf0690-64ad-468a-bd48-cee419b97789
-            region: blb_region_col_2
-            configuration:
-              id: 'field_block:commerce_product:default:body'
-              label: Body
-              label_display: '0'
-              provider: layout_builder
-              context_mapping:
-                entity: layout_builder.entity
-                view_mode: view_mode
-              formatter:
-                type: text_default
-                label: visually_hidden
-                settings: {  }
-                third_party_settings: {  }
-            weight: 3
-            additional:
-              bootstrap_styles:
-                block_style:
-                  background:
-                    background_type: color
-                  background_color:
-                    class: null
-                  background_media:
-                    image:
-                      media_id: null
-                    video:
-                      media_id: null
-                    background_options:
-                      background_position: center
-                      background_repeat: no-repeat
-                      background_attachment: not_fixed
-                      background_size: cover
-                  text_color:
-                    class: null
-                  text_alignment:
-                    class: null
-                  padding:
-                    class: _none
-                  padding_left:
-                    class: _none
-                  padding_top:
-                    class: _none
-                  padding_right:
-                    class: _none
-                  padding_bottom:
-                    class: _none
-                  margin:
-                    class: _none
-                  margin_left:
-                    class: _none
-                  margin_top:
-                    class: mt-4
-                  margin_right:
-                    class: _none
-                  margin_bottom:
-                    class: _none
-                  scroll_effects:
-                    class: null
-          6aee2ed5-2697-4d41-85ba-7eecae09508f:
-            uuid: 6aee2ed5-2697-4d41-85ba-7eecae09508f
-            region: blb_region_col_2
-            configuration:
-              id: 'field_block:commerce_product:default:variations'
-              label: Variations
-              label_display: '0'
-              provider: layout_builder
-              context_mapping:
-                entity: layout_builder.entity
-                view_mode: view_mode
-              formatter:
-                type: commerce_add_to_cart
-                label: visually_hidden
-                settings:
-                  combine: true
-                third_party_settings: {  }
-            weight: 4
-            additional:
-              bootstrap_styles:
-                block_style:
-                  background:
-                    background_type: color
-                  background_color:
-                    class: null
-                  background_media:
-                    image:
-                      media_id: null
-                    video:
-                      media_id: null
-                    background_options:
-                      background_position: center
-                      background_repeat: no-repeat
-                      background_attachment: not_fixed
-                      background_size: cover
-                  text_color:
-                    class: null
-                  text_alignment:
-                    class: null
-                  padding:
-                    class: _none
-                  padding_left:
-                    class: _none
-                  padding_top:
-                    class: _none
-                  padding_right:
-                    class: _none
-                  padding_bottom:
-                    class: _none
-                  margin:
-                    class: _none
-                  margin_left:
-                    class: _none
-                  margin_top:
-                    class: _none
-                  margin_right:
-                    class: _none
-                  margin_bottom:
-                    class: _none
-                  scroll_effects:
-                    class: null
-        third_party_settings:
-          layout_builder_lock:
-            lock:
-              1: 1
-              2: 2
-              4: 4
-  layout_builder_restrictions:
-    allowed_block_categories:
-      - 'Chaos Tools'
-      - Commerce
-      - 'Content fields'
-      - 'Custom block types'
-      - Forms
-      - Help
-      - 'Inline blocks'
-      - 'Lists (Views)'
-      - Menus
-      - System
-      - User
-      - core
-    entity_view_mode_restriction:
-      allowed_layouts:
-        - 'bootstrap_layout_builder:blb_col_1'
-        - 'bootstrap_layout_builder:blb_col_2'
-        - 'bootstrap_layout_builder:blb_col_3'
-        - 'bootstrap_layout_builder:blb_col_4'
-        - 'bootstrap_layout_builder:blb_col_5'
-        - 'bootstrap_layout_builder:blb_col_6'
-        - 'bootstrap_layout_builder:blb_col_7'
-        - 'bootstrap_layout_builder:blb_col_8'
-        - 'bootstrap_layout_builder:blb_col_9'
-        - 'bootstrap_layout_builder:blb_col_10'
-        - 'bootstrap_layout_builder:blb_col_11'
-        - 'bootstrap_layout_builder:blb_col_12'
-        - cklb_slideshow
-      blacklisted_blocks: {  }
-      whitelisted_blocks: {  }
-      restricted_categories: {  }
-    entity_view_mode_restriction_by_region:
-      allowed_layouts:
-        - 'bootstrap_layout_builder:blb_col_1'
-        - 'bootstrap_layout_builder:blb_col_2'
-        - 'bootstrap_layout_builder:blb_col_3'
-        - 'bootstrap_layout_builder:blb_col_4'
-        - 'bootstrap_layout_builder:blb_col_5'
-        - 'bootstrap_layout_builder:blb_col_6'
-        - 'bootstrap_layout_builder:blb_col_7'
-        - 'bootstrap_layout_builder:blb_col_8'
-        - 'bootstrap_layout_builder:blb_col_9'
-        - 'bootstrap_layout_builder:blb_col_10'
-        - 'bootstrap_layout_builder:blb_col_11'
-        - 'bootstrap_layout_builder:blb_col_12'
-        - cklb_slideshow
-id: commerce_product.default.default
-targetEntityType: commerce_product
-bundle: default
-mode: default
-content:
-  body:
-    type: text_default
-    label: hidden
-    settings: {  }
-    third_party_settings: {  }
-    weight: 0
-    region: content
-  title:
-    type: string
-    label: hidden
-    settings:
-      link_to_entity: false
-    third_party_settings: {  }
-    weight: -5
-    region: content
-  variations:
-    type: commerce_add_to_cart
-    label: hidden
-    settings:
-      combine: true
-    third_party_settings: {  }
-    weight: 1
-    region: content
-hidden:
-  created: true
-  images: true
-  layout_builder__layout: true
-  product_brand: true
-  product_collections: true
-  product_tags: true
-  search_api_excerpt: true
-  stores: true
-  uid: true
diff --git a/modules/commerce_kickstart_search_api_catalog/commerce_kickstart_search_api_catalog.info.yml b/modules/commerce_kickstart_search_api_catalog/commerce_kickstart_search_api_catalog.info.yml
deleted file mode 100644
index 2283f79800569fb617e5c2f952a6f299fc781110..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_search_api_catalog/commerce_kickstart_search_api_catalog.info.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-name: 'Commerce Kickstart Search API Catalog'
-type: module
-description: 'Search API based Product Catalog search with facets, DB server and Products Index.'
-core_version_requirement: '^8.9 || ^9 || ^10 || ^11'
-dependencies:
-  - 'better_exposed_filters:better_exposed_filters'
-  - 'commerce:commerce'
-  - 'commerce:commerce_product'
-  - 'commerce_kickstart:commerce_kickstart_product'
-  - 'facets:facets'
-  - 'search_api:search_api'
-  - 'search_api:search_api_db'
-package: 'Commerce Kickstart'
diff --git a/modules/commerce_kickstart_search_api_catalog/config/install/facets.facet.product_brand.yml b/modules/commerce_kickstart_search_api_catalog/config/install/facets.facet.product_brand.yml
deleted file mode 100644
index 2c0ae78840044d6b819910f699ff2fa1204118d2..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_search_api_catalog/config/install/facets.facet.product_brand.yml
+++ /dev/null
@@ -1,70 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - search_api.index.products
-    - views.view.product_catalog
-  module:
-    - facets_pretty_paths
-    - search_api
-third_party_settings:
-  facets_pretty_paths:
-    coder: taxonomy_term_coder
-id: product_brand
-name: 'Product Brand'
-weight: 0
-min_count: 1
-url_alias: product_brand
-facet_source_id: 'search_api:views_page__product_catalog__catalog_page'
-field_identifier: product_brand
-query_operator: or
-hard_limit: 0
-exclude: false
-use_hierarchy: false
-keep_hierarchy_parents_active: false
-hierarchy:
-  type: taxonomy
-  config: {  }
-expand_hierarchy: false
-enable_parent_when_child_gets_disabled: true
-widget:
-  type: checkbox
-  config:
-    show_numbers: true
-    soft_limit: 0
-    show_reset_link: true
-    reset_text: 'Show all'
-    hide_reset_when_no_selection: true
-    soft_limit_settings:
-      show_less_label: 'Show less'
-      show_more_label: 'Show more'
-empty_behavior:
-  behavior: text
-  text_format: plain_text
-  text: 'No brands available for this search criteria.'
-only_visible_when_facet_source_is_visible: true
-show_only_one_result: false
-show_title: false
-processor_configs:
-  display_value_widget_order:
-    processor_id: display_value_widget_order
-    weights:
-      sort: 40
-    settings:
-      sort: ASC
-  hierarchy_processor:
-    processor_id: hierarchy_processor
-    weights:
-      build: 100
-    settings: {  }
-  translate_entity:
-    processor_id: translate_entity
-    weights:
-      build: 5
-    settings: {  }
-  url_processor_handler:
-    processor_id: url_processor_handler
-    weights:
-      pre_query: 50
-      build: 15
-    settings: {  }
diff --git a/modules/commerce_kickstart_search_api_catalog/config/install/facets.facet.product_collections.yml b/modules/commerce_kickstart_search_api_catalog/config/install/facets.facet.product_collections.yml
deleted file mode 100644
index 62723cfd6d9f047e90b3a4e297c6aecf09c353fc..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_search_api_catalog/config/install/facets.facet.product_collections.yml
+++ /dev/null
@@ -1,70 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - search_api.index.products
-    - views.view.product_catalog
-  module:
-    - facets_pretty_paths
-    - search_api
-third_party_settings:
-  facets_pretty_paths:
-    coder: taxonomy_term_coder
-id: product_collections
-name: 'Product Collections'
-weight: 0
-min_count: 1
-url_alias: product_collections
-facet_source_id: 'search_api:views_page__product_catalog__catalog_page'
-field_identifier: product_collections
-query_operator: or
-hard_limit: 0
-exclude: false
-use_hierarchy: true
-keep_hierarchy_parents_active: false
-hierarchy:
-  type: taxonomy
-  config: {  }
-expand_hierarchy: false
-enable_parent_when_child_gets_disabled: false
-widget:
-  type: checkbox
-  config:
-    show_numbers: true
-    soft_limit: 0
-    show_reset_link: true
-    reset_text: 'Show all'
-    hide_reset_when_no_selection: true
-    soft_limit_settings:
-      show_less_label: 'Show less'
-      show_more_label: 'Show more'
-empty_behavior:
-  behavior: text
-  text_format: plain_text
-  text: 'No categories available for this search criteria.'
-only_visible_when_facet_source_is_visible: true
-show_only_one_result: false
-show_title: false
-processor_configs:
-  display_value_widget_order:
-    processor_id: display_value_widget_order
-    weights:
-      sort: 40
-    settings:
-      sort: ASC
-  hierarchy_processor:
-    processor_id: hierarchy_processor
-    weights:
-      build: 100
-    settings: {  }
-  translate_entity:
-    processor_id: translate_entity
-    weights:
-      build: 5
-    settings: {  }
-  url_processor_handler:
-    processor_id: url_processor_handler
-    weights:
-      pre_query: 50
-      build: 15
-    settings: {  }
diff --git a/modules/commerce_kickstart_search_api_catalog/config/install/facets.facet_source.search_api__views_page__product_catalog__catalog_page.yml b/modules/commerce_kickstart_search_api_catalog/config/install/facets.facet_source.search_api__views_page__product_catalog__catalog_page.yml
deleted file mode 100644
index 6778292f54e233558a4533ce5caf1b7c45b90d53..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_search_api_catalog/config/install/facets.facet_source.search_api__views_page__product_catalog__catalog_page.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-langcode: en
-status: true
-dependencies: {  }
-id: search_api__views_page__product_catalog__catalog_page
-name: 'search_api:views_page__product_catalog__catalog_page'
-filter_key: ''
-url_processor: query_string
-breadcrumb:
-  active: false
-  before: true
-  group: false
diff --git a/modules/commerce_kickstart_search_api_catalog/config/install/search_api.index.products.yml b/modules/commerce_kickstart_search_api_catalog/config/install/search_api.index.products.yml
deleted file mode 100644
index da353e7a08ffe3335eb22695c32e2f8e392492dc..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_search_api_catalog/config/install/search_api.index.products.yml
+++ /dev/null
@@ -1,87 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - field.storage.commerce_product.body
-    - field.storage.commerce_product.product_brand
-    - field.storage.commerce_product.product_collections
-    - search_api.server.database
-  module:
-    - commerce_product
-    - search_api
-id: products
-name: Products
-description: ''
-read_only: false
-field_settings:
-  body:
-    label: Body
-    datasource_id: 'entity:commerce_product'
-    property_path: body
-    type: text
-    dependencies:
-      config:
-        - field.storage.commerce_product.body
-  created:
-    label: Created
-    datasource_id: 'entity:commerce_product'
-    property_path: created
-    type: date
-    dependencies:
-      module:
-        - commerce_product
-  price:
-    label: 'Default variation » Price » Number'
-    datasource_id: 'entity:commerce_product'
-    property_path: 'default_variation:entity:price:number'
-    type: decimal
-    dependencies:
-      module:
-        - commerce_product
-  product_brand:
-    label: 'Product Brand'
-    datasource_id: 'entity:commerce_product'
-    property_path: product_brand
-    type: integer
-    dependencies:
-      config:
-        - field.storage.commerce_product.product_brand
-  product_collections:
-    label: 'Product Collections'
-    datasource_id: 'entity:commerce_product'
-    property_path: product_collections
-    type: integer
-    dependencies:
-      config:
-        - field.storage.commerce_product.product_collections
-  title:
-    label: Title
-    datasource_id: 'entity:commerce_product'
-    property_path: title
-    type: text
-    boost: !!float 5
-    dependencies:
-      module:
-        - commerce_product
-datasource_settings:
-  'entity:commerce_product':
-    bundles:
-      default: true
-      selected: {  }
-    languages:
-      default: true
-      selected: {  }
-processor_settings:
-  add_url: {  }
-  aggregated_field: {  }
-  entity_type: {  }
-  language_with_fallback: {  }
-  rendered_item: {  }
-tracker_settings:
-  default:
-    indexing_order: fifo
-options:
-  cron_limit: 50
-  index_directly: true
-  track_changes_in_references: true
-server: database
diff --git a/modules/commerce_kickstart_search_api_catalog/config/install/search_api.server.database.yml b/modules/commerce_kickstart_search_api_catalog/config/install/search_api.server.database.yml
deleted file mode 100644
index d3332c64b188354adbbf2ec852964b247baae1c5..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_search_api_catalog/config/install/search_api.server.database.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  module:
-    - search_api_db
-id: database
-name: Database
-description: ''
-backend: search_api_db
-backend_config:
-  database: 'default:default'
-  min_chars: 1
-  matching: words
diff --git a/modules/commerce_kickstart_search_api_catalog/config/install/views.view.product_catalog.yml b/modules/commerce_kickstart_search_api_catalog/config/install/views.view.product_catalog.yml
deleted file mode 100644
index 8b9a7e13a6d30a6782b791a703eea900f39a3f8b..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_search_api_catalog/config/install/views.view.product_catalog.yml
+++ /dev/null
@@ -1,374 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - field.storage.commerce_product.body
-    - search_api.index.products
-    - system.menu.main
-  module:
-    - better_exposed_filters
-    - search_api
-    - text
-id: product_catalog
-label: 'Product catalog'
-module: views
-description: ''
-tag: ''
-base_table: search_api_index_products
-base_field: search_api_id
-display:
-  default:
-    id: default
-    display_title: Default
-    display_plugin: default
-    position: 0
-    display_options:
-      title: Catalog
-      fields:
-        body:
-          id: body
-          table: search_api_index_products
-          field: body
-          relationship: none
-          group_type: group
-          admin_label: ''
-          entity_type: null
-          entity_field: null
-          plugin_id: search_api_field
-          label: ''
-          exclude: false
-          alter:
-            alter_text: false
-            text: ''
-            make_link: false
-            path: ''
-            absolute: false
-            external: false
-            replace_spaces: false
-            path_case: none
-            trim_whitespace: false
-            alt: ''
-            rel: ''
-            link_class: ''
-            prefix: ''
-            suffix: ''
-            target: ''
-            nl2br: false
-            max_length: 0
-            word_boundary: true
-            ellipsis: true
-            more_link: false
-            more_link_text: ''
-            more_link_path: ''
-            strip_tags: false
-            trim: false
-            preserve_tags: ''
-            html: false
-          element_type: ''
-          element_class: ''
-          element_label_type: ''
-          element_label_class: ''
-          element_label_colon: true
-          element_wrapper_type: ''
-          element_wrapper_class: ''
-          element_default_classes: true
-          empty: ''
-          hide_empty: false
-          empty_zero: false
-          hide_alter_empty: true
-          click_sort_column: value
-          type: text_default
-          settings: {  }
-          group_column: value
-          group_columns: {  }
-          group_rows: true
-          delta_limit: 0
-          delta_offset: 0
-          delta_reversed: false
-          delta_first_last: false
-          multi_type: separator
-          separator: ', '
-          field_api_classes: false
-          field_rendering: true
-          fallback_handler: search_api
-          fallback_options:
-            link_to_item: false
-            use_highlighting: false
-            multi_type: separator
-            multi_separator: ', '
-      pager:
-        type: full
-        options:
-          offset: 0
-          pagination_heading_level: h4
-          items_per_page: 15
-          total_pages: null
-          id: 0
-          tags:
-            next: ››
-            previous: ‹‹
-            first: '« First'
-            last: 'Last »'
-          expose:
-            items_per_page: false
-            items_per_page_label: 'Items per page'
-            items_per_page_options: '5, 10, 25, 50'
-            items_per_page_options_all: false
-            items_per_page_options_all_label: '- All -'
-            offset: false
-            offset_label: Offset
-          quantity: 9
-      exposed_form:
-        type: bef
-        options:
-          submit_button: Apply
-          reset_button: false
-          reset_button_label: Reset
-          exposed_sorts_label: 'Sort by'
-          expose_sort_order: true
-          sort_asc_label: Asc
-          sort_desc_label: Desc
-          text_input_required: 'Select any filter and click on Apply to see results'
-          text_input_required_format: basic_html
-          bef:
-            general:
-              autosubmit: false
-              autosubmit_exclude_textfield: false
-              autosubmit_textfield_delay: 500
-              autosubmit_textfield_minimum_length: 3
-              autosubmit_hide: false
-              input_required: false
-              allow_secondary: false
-              secondary_label: 'Advanced options'
-              secondary_open: false
-            sort:
-              plugin_id: default
-              advanced:
-                combine: true
-                combine_rewrite: "Relevance Asc|\r\nRelevance Desc|Relevance\r\nTitle Asc|A -> Z\r\nTitle Desc|Z -> A\r\nCreated Desc|Newest first\r\nCreated Asc|Oldest first\r\nPrice Asc|Price: Low to High\r\nPrice Desc|Price: High to Low"
-                reset: false
-                reset_label: ''
-                collapsible: false
-                collapsible_label: 'Sort options'
-                is_secondary: false
-            filter:
-              search_api_fulltext:
-                plugin_id: default
-                advanced:
-                  placeholder_text: ''
-                  rewrite:
-                    filter_rewrite_values: ''
-                    filter_rewrite_values_key: false
-                  collapsible: false
-                  collapsible_disable_automatic_open: false
-                  is_secondary: false
-                  hide_label: false
-      access:
-        type: none
-        options: {  }
-      cache:
-        type: search_api_tag
-        options: {  }
-      empty:
-        area_text_custom:
-          id: area_text_custom
-          table: views
-          field: area_text_custom
-          relationship: none
-          group_type: group
-          admin_label: ''
-          plugin_id: text_custom
-          empty: true
-          content: 'No products match this search criteria.'
-          tokenize: false
-      sorts:
-        search_api_relevance:
-          id: search_api_relevance
-          table: search_api_index_products
-          field: search_api_relevance
-          relationship: none
-          group_type: group
-          admin_label: ''
-          plugin_id: search_api
-          order: DESC
-          expose:
-            label: Relevance
-            field_identifier: relevance
-          exposed: true
-        title:
-          id: title
-          table: search_api_index_products
-          field: title
-          relationship: none
-          group_type: group
-          admin_label: ''
-          plugin_id: search_api
-          order: ASC
-          expose:
-            label: Title
-            field_identifier: title
-          exposed: true
-        created:
-          id: created
-          table: search_api_index_products
-          field: created
-          relationship: none
-          group_type: group
-          admin_label: ''
-          plugin_id: search_api
-          order: DESC
-          expose:
-            label: Created
-            field_identifier: created
-          exposed: true
-        price:
-          id: price
-          table: search_api_index_products
-          field: price
-          relationship: none
-          group_type: group
-          admin_label: ''
-          plugin_id: search_api
-          order: ASC
-          expose:
-            label: Price
-            field_identifier: price
-          exposed: true
-        title_1:
-          id: title_1
-          table: search_api_index_products
-          field: title
-          relationship: none
-          group_type: group
-          admin_label: ''
-          plugin_id: search_api
-          order: ASC
-          expose:
-            label: ''
-            field_identifier: ''
-          exposed: false
-      arguments: {  }
-      filters:
-        search_api_fulltext:
-          id: search_api_fulltext
-          table: search_api_index_products
-          field: search_api_fulltext
-          relationship: none
-          group_type: group
-          admin_label: ''
-          plugin_id: search_api_fulltext
-          operator: or
-          value: ''
-          group: 1
-          exposed: true
-          expose:
-            operator_id: search_api_fulltext_op
-            label: ''
-            description: ''
-            use_operator: false
-            operator: search_api_fulltext_op
-            operator_limit_selection: false
-            operator_list: {  }
-            identifier: keyword_search
-            required: false
-            remember: false
-            multiple: false
-            remember_roles:
-              authenticated: authenticated
-              anonymous: '0'
-              administrator: '0'
-            expose_fields: false
-            placeholder: 'Keyword search'
-            searched_fields_id: search_api_fulltext_searched_fields
-          is_grouped: false
-          group_info:
-            label: ''
-            description: ''
-            identifier: ''
-            optional: true
-            widget: select
-            multiple: false
-            remember: false
-            default_group: All
-            default_group_multiple: {  }
-            group_items: {  }
-          parse_mode: terms
-          min_length: 3
-          fields: {  }
-      style:
-        type: default
-        options:
-          row_class: 'col-lg-4 col-md-6'
-          default_row_class: true
-          uses_fields: false
-      row:
-        type: search_api
-        options:
-          view_modes:
-            'entity:commerce_product':
-              default: teaser
-              media: teaser
-              physical: teaser
-      query:
-        type: search_api_query
-        options:
-          bypass_access: false
-          skip_access: false
-          preserve_facet_query_args: false
-      relationships: {  }
-      use_ajax: false
-      header: {  }
-      footer: {  }
-      display_extenders: {  }
-    cache_metadata:
-      max-age: -1
-      contexts:
-        - 'languages:language_content'
-        - 'languages:language_interface'
-        - url
-        - url.query_args
-        - 'url.query_args:sort_by'
-        - 'url.query_args:sort_order'
-      tags:
-        - 'config:field.storage.commerce_product.body'
-        - 'config:search_api.index.products'
-        - 'search_api_list:products'
-  catalog_page:
-    id: catalog_page
-    display_title: 'Product Catalog Page'
-    display_plugin: page
-    position: 1
-    display_options:
-      cache:
-        type: search_api_tag
-        options: {  }
-      defaults:
-        cache: false
-      display_description: ''
-      display_extenders: {  }
-      path: products
-      menu:
-        type: normal
-        title: Catalog
-        description: ''
-        weight: 0
-        expanded: false
-        menu_name: main
-        parent: ''
-        context: '0'
-    cache_metadata:
-      max-age: -1
-      contexts:
-        - 'languages:language_content'
-        - 'languages:language_interface'
-        - url
-        - url.query_args
-        - 'url.query_args:sort_by'
-        - 'url.query_args:sort_order'
-        - url.site
-      tags:
-        - 'config:facets.facet.product_brand'
-        - 'config:facets.facet.product_collections'
-        - 'config:field.storage.commerce_product.body'
-        - 'config:search_api.index.products'
-        - 'search_api_list:products'
diff --git a/modules/commerce_kickstart_search_api_catalog/config/optional/block.block.productbrand.yml b/modules/commerce_kickstart_search_api_catalog/config/optional/block.block.productbrand.yml
deleted file mode 100644
index ed37664c1e10d4209f97592bf1d1bb1764295f35..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_search_api_catalog/config/optional/block.block.productbrand.yml
+++ /dev/null
@@ -1,39 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - facets.facet.product_brand
-  module:
-    - block_visibility_conditions
-    - block_visibility_conditions_node
-    - block_visibility_conditions_taxonomy
-    - facets
-    - system
-  theme:
-    - belgrade
-id: productbrand
-theme: belgrade
-region: sidebar_first
-weight: -8
-provider: null
-plugin: 'facet_block:product_brand'
-settings:
-  id: 'facet_block:product_brand'
-  label: Brand
-  label_display: visible
-  provider: facets
-  context_mapping: {  }
-  block_id: productbrand
-visibility:
-  not_node_type:
-    id: not_node_type
-    bundles: {  }
-    negate: null
-  not_taxonomy_vocabulary:
-    id: not_taxonomy_vocabulary
-    bundles: {  }
-    negate: null
-  request_path:
-    id: request_path
-    negate: false
-    pages: "/products\r\n/products*"
diff --git a/modules/commerce_kickstart_search_api_catalog/config/optional/block.block.productcollections.yml b/modules/commerce_kickstart_search_api_catalog/config/optional/block.block.productcollections.yml
deleted file mode 100644
index 1a01e083dcdaada0b46e3c7f921ad4269f34197f..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_search_api_catalog/config/optional/block.block.productcollections.yml
+++ /dev/null
@@ -1,39 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - facets.facet.product_collections
-  module:
-    - block_visibility_conditions
-    - block_visibility_conditions_node
-    - block_visibility_conditions_taxonomy
-    - facets
-    - system
-  theme:
-    - belgrade
-id: productcollections
-theme: belgrade
-region: sidebar_first
-weight: -9
-provider: null
-plugin: 'facet_block:product_collections'
-settings:
-  id: 'facet_block:product_collections'
-  label: Categories
-  label_display: visible
-  provider: facets
-  context_mapping: {  }
-  block_id: productcollections
-visibility:
-  not_node_type:
-    id: not_node_type
-    bundles: {  }
-    negate: null
-  not_taxonomy_vocabulary:
-    id: not_taxonomy_vocabulary
-    bundles: {  }
-    negate: null
-  request_path:
-    id: request_path
-    negate: false
-    pages: "/products\r\n/products*"
diff --git a/modules/commerce_kickstart_shipping/commerce_kickstart_shipping.features.yml b/modules/commerce_kickstart_shipping/commerce_kickstart_shipping.features.yml
deleted file mode 100644
index 0cdfe11664797db5a3d10c293a933250a7e74fe5..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_shipping/commerce_kickstart_shipping.features.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-bundle: commerce_kickstart
-required: true
diff --git a/modules/commerce_kickstart_shipping/commerce_kickstart_shipping.info.yml b/modules/commerce_kickstart_shipping/commerce_kickstart_shipping.info.yml
deleted file mode 100644
index 93947a513a380f85b1d59c876db9b6846e4b07e0..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_shipping/commerce_kickstart_shipping.info.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-name: 'Commerce Kickstart Shipping'
-description: 'Shipping Configuration'
-type: module
-core_version_requirement: '^8.9 || ^9 || ^10 || ^11'
-dependencies:
-  - 'commerce:commerce_product'
-  - 'commerce_shipping:commerce_shipping'
-  - 'drupal:field'
-  - 'physical:physical'
-package: 'Commerce Kickstart'
diff --git a/modules/commerce_kickstart_shipping/commerce_kickstart_shipping.install b/modules/commerce_kickstart_shipping/commerce_kickstart_shipping.install
deleted file mode 100644
index b051fe371c8919a31cae79fc9ae91a59f7ad9535..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_shipping/commerce_kickstart_shipping.install
+++ /dev/null
@@ -1,25 +0,0 @@
-<?php
-
-/**
- * @file
- * Contains install and update functions for Kickstart Shipping.
- */
-
-/**
- * Implements hook_install().
- */
-function commerce_kickstart_shipping_install($is_syncing) {
-  $config_factory = \Drupal::configFactory();
-
-  if (in_array('commerce_order.commerce_order_type.default', $config_factory->listAll('commerce_order'))) {
-    $config = $config_factory->getEditable("commerce_order.commerce_order_type.default");
-    $config->set('third_party_settings.commerce_checkout.checkout_flow', 'shipping');
-    $config->set('third_party_settings.commerce_shipping.shipment_type', 'default');
-    $config->save();
-
-    // @todo Duplicated from form submit https://www.drupal.org/node/3071627
-    $configurable_field_manager = \Drupal::service('commerce.configurable_field_manager');
-    $field_definition = commerce_shipping_build_shipment_field_definition('default');
-    $configurable_field_manager->createField($field_definition);
-  }
-}
diff --git a/modules/commerce_kickstart_shipping/config/install/field.storage.commerce_product_variation.weight.yml b/modules/commerce_kickstart_shipping/config/install/field.storage.commerce_product_variation.weight.yml
deleted file mode 100644
index 3dee61f6ef2a5962a5d55c30a5c32f58e1effd52..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_shipping/config/install/field.storage.commerce_product_variation.weight.yml
+++ /dev/null
@@ -1,19 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  module:
-    - commerce_product
-    - physical
-id: commerce_product_variation.weight
-field_name: weight
-entity_type: commerce_product_variation
-type: physical_measurement
-settings:
-  measurement_type: weight
-module: physical
-locked: true
-cardinality: 1
-translatable: false
-indexes: {  }
-persist_with_no_fields: false
-custom_storage: false
diff --git a/modules/commerce_kickstart_site/commerce_kickstart_site.info.yml b/modules/commerce_kickstart_site/commerce_kickstart_site.info.yml
deleted file mode 100644
index 69672d6c68e8d529195a6492eb280dc766f0aa83..0000000000000000000000000000000000000000
--- a/modules/commerce_kickstart_site/commerce_kickstart_site.info.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-name: Commerce Kickstart Site
-type: module
-description: Basic Site Configuration for Commerce Kickstart
-package: Commerce Kickstart
-core_version_requirement: ^9 || ^10 || ^11