.c-breadcrumbs__separator::before {
    content: "»";
    color: #000000;
    padding: 0 8px;
    font-size: 1em;
}

.woocommerce.archive ul.products li.product-category {
	display: none !important;
}

.ip-cart-button,
.c-button__arrow--cart {
	display: none !important;
}

.hilltide-call-button-wrap {
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.hilltide-call-button {
  display: block;
  width: 100%;
  text-align: center;
}
.hilltide-call-button {
  background-color: #F26E21;
  border-color: #F26E21;
  color: #fff;
}

.hilltide-call-button:hover {
  background-color: #d75e1c; /* A slightly darker shade for hover */
  border-color: #d75e1c;
}

/* Force product header title to be 30px */
.c-page-header__title {
    font-size: 38px !important;
    line-height: 1.2em !important;
}

hr {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: 1px;
  border: none;
  border-top: 1px solid #ccc;
  margin: 2em 0 !important;
  padding: 0 !important;
  clear: both;
}

hr + * {
  margin-top: 0 !important;
}

/* Unbold and black for category, tag, brand in sidebar */
.product-sidebar .product_meta,
.c-sidebar .product_meta,
.product-sidebar .product_meta a,
.c-sidebar .product_meta a,
.product-sidebar .c-product__share a,
.c-sidebar .c-product__share a {
  font-weight: normal !important;
  color: #000 !important;
}

/* Unbold and black for the "Share" title */
.product-sidebar .c-product__share-title,
.c-sidebar .c-product__share-title {
  font-weight: normal !important;
  color: #000 !important;
}
/* Add separator line above the sidebar meta/share section */
.c-sidebar .product_meta {
  border-top: 1px solid #fff !important;
  padding-top: 1em !important;
  margin-top: 1.5em !important;
}

/* Hide product_meta and share section in main product area */
.single-product .product_meta:not(.c-sidebar .product_meta),
.single-product .c-product__share:not(.c-sidebar .c-product__share) {
  display: none !important;
}

.ip-plus.product-image-plus {
    display: none !important;
}

.ip-plus.c-ip-categories__plus {
    display: none !important;
}