:root {
  --beige: #f2eee4; /*rgb(242, 238, 228)*/
  --dark-purple: #2a1633; /*rgb(42, 22, 51)*/
  --dark-pink: #82385f; /*rgb(130, 56, 95)*/
  --med-pink: #bf4586; /*rgb(191, 69, 134)*/
  --light-pink: #ff83b5; /*rgb(255, 131, 181)*/
}

/*
body {
  background-color: var(--beige);
  background-image: url('../images/newcolors4.png');
}

footer {
  background-image: url('../images/newcolors-foot-3.png');
  background-color: rgba(191, 69, 134, 0.3);
}

.site-footer {
  background-color: none;
}
*/

.term-boothcraft header.woocommerce-products-header::after {
  content: "";
  display: block;
  width: 100%;
  height: 150px; /* or whatever height you want */
  background-image: url('../images/boothcraft-logo-01-web.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 1rem; /* optional spacing */
  order: 4;
}

.woocommerce-products-header__title.page-title {
  display: none;
}