.yolo-page-title-section .content-page-title h1 {
  visibility: hidden;
}

.back-to-top {
  visibility: hidden;
}

a:hover {
  font-weight: bold;
  color: #080808;
}

a {
  color: #7615ed;
  font-weight: bold;
}

.woo-multi-currency.wmc-right.style-1.wmc-bottom.wmc-sidebar {
  visibility: hidden;
}

.woocommerce form .form-row.woocommerce-validated input.input-text {
  visibility: hidden;
}

.woocommerce div.product .summary-product-wrap .product_meta > span {
  display: none;
}

.post-day {
  display: none;
}

.yolo-sc-blog .yolo-blog-item.blog-v6 .entry-meta-date {
  font-size: 20px;
  font-style: uppercase;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  visibility: hidden;
}

#batches.yolo-variation-select-box {
  border-width: 2px;
  border-style: solid;
  border-color: #000000;
}

/* Disable the zoom image overlay */

.woocommerce-product-gallery__wrapper .zoomImg {
  display: none !important;
}

/* Prevent the mouse from triggering the zoom effect */

.woocommerce-product-gallery__image img {
  pointer-events: none;
}