/*
Theme Name: Twenty Twenty-Five Child
Template: twentytwentyfive
Version: 1.0
*/
a {
  transition: 0.2s;
}
a:hover {
  opacity: 0.5;
}

div[data-block-name="woocommerce/product-price"],
div.wc-block-grid__product-price.price {
  display: none;
}

div[data-block-name="woocommerce/product-button"] {
  display: none !important;
}

span.price {
  display: none !important;
}

.xo-simple-calendar .calendar table.month .day > span {
  width: 1.8em;
  border-radius: 50%;
}