/*
Theme Name: Fasszinierbar Twenty Twenty-Five Child
Theme URI: https://fasszinierbar.de
Description: Child theme for Twenty Twenty-Five with WooCommerce-oriented customizations for a German storefront.
Author: Fasszinierbar
Template: twentytwentyfive
Version: 1.0.0
Text Domain: fasszinierbar-tt5-child
*/

:root {
  --shop-content-width: min(100% - 2rem, 76rem);
}

.woocommerce .wp-site-blocks,
.woocommerce-page .wp-site-blocks {
  margin-inline: auto;
  max-width: var(--shop-content-width);
}
