/*
 * Urban Shop Enterprise Core v9.1.0
 * Theme compatibility fallback for the unified commerce hero.
 * The theme remains the primary source of presentation styling.
 */
body.woocommerce-shop .urban-v9-commerce-hero,
body.post-type-archive-product .urban-v9-commerce-hero,
body.tax-product_cat .urban-v9-commerce-hero,
body.tax-product_tag .urban-v9-commerce-hero,
body.single-product .urban-v9-commerce-hero,
body.woocommerce-cart .urban-v9-commerce-hero,
body.woocommerce-checkout .urban-v9-commerce-hero,
body.woocommerce-account .urban-v9-commerce-hero {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  border-radius: 0 !important;
  box-sizing: border-box !important;
}

body .urban-v9-commerce-hero .urban-v81-inner-hero__inner {
  width: min(calc(100% - 40px), 1400px) !important;
  max-width: 1400px !important;
  margin-inline: auto !important;
  box-sizing: border-box !important;
}

body .urban-v9-commerce-page {
  max-width: none !important;
  overflow: visible !important;
}

@media (max-width: 768px) {
  body .urban-v9-commerce-hero .urban-v81-inner-hero__inner {
    width: min(calc(100% - 28px), 1400px) !important;
  }
}
