.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}

.woocommerce-Price-currencySymbol {
  text-align: center;
}

bdi {
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
  text-align: center;
  font-size: 15px;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover {
  text-align: center;
  border-width: 2px;
  background-size: auto;
  border-color: #ffffff;
  border-style: solid;
  border-radius: 15px;
  font-weight: bold;
}

.product.type-product.post-258.status-publish.first.instock.product_cat-uncategorized.has-post-thumbnail.taxable.shipping-taxable.purchasable.product-type-simple {
  text-align: center;
}