body.single-product .eps-site-main {
  width: 100%;
  max-width: none;
  padding-inline: 0;
  overflow-x: clip;
}

body.single-product #sidebar,
body.single-product .widget-area,
body.single-product aside[role="complementary"] {
  display: none !important;
}

body.single-product #container,
body.single-product #content,
body.single-product #primary,
body.single-product .content-area,
body.single-product .site-content,
body.single-product .eps-product-page-shell {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  clear: both !important;
  margin-inline: 0 !important;
}

body.single-product .eps-product-page-shell {
  display: block;
  padding: 0;
}

body.single-product .eps-product-page-shell > .product {
  box-sizing: border-box;
}

body.single-product .woocommerce-tabs,
body.single-product .related.products,
body.single-product .upsells.products {
  clear: both !important;
  width: min(1180px, 94vw) !important;
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.single-product .woocommerce-tabs {
  overflow: hidden;
}

body.single-product .woocommerce-tabs .panel {
  overflow-wrap: anywhere;
}

body.single-product .related.products ul.products,
body.single-product .upsells.products ul.products {
  width: 100%;
}

@media (max-width: 900px) {
  body.single-product .eps-product-page-shell {
    padding-inline: 0;
  }
}
