/* Reset WooCommerce defaults that leak through our custom templates */
.woocommerce-notices-wrapper:empty {
  display: none;
}

.woocommerce .product {
  margin: 0;
  padding: 0;
}

.woocommerce-breadcrumb {
  display: none;
}

.woocommerce-product-gallery {
  display: none;
}

.woocommerce div.product .product_title {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

.woocommerce div.product .summary {
  margin: 0;
  padding: 0;
  width: auto;
  float: none;
}

.woocommerce div.product .woocommerce-tabs {
  display: none;
}

.woocommerce div.product .related {
  display: none;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  display: none;
}
