/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
#breadcrumb {
  display: none;
}

/*Override cart */
#main > div > div > div > div:nth-child(4) {
  width: 100%;
}

.wp-block-woocommerce-empty-cart-block {
  margin-top: 150px;
}
.wp-block-woocommerce-empty-cart-block h2,
.wp-block-woocommerce-empty-cart-block div[data-block-name="woocommerce/product-new"],
.wp-block-woocommerce-empty-cart-block .wp-block-separator {
  display: none;
}
.wp-block-woocommerce-empty-cart-block h2.wc-block-cart__empty-cart__title {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

div[data-block-name="woocommerce/cart"] {
  min-height: 80vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-top: 40px;
}