/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */
/* Hide sale badge and image */
.woocommerce ul.products li.product .onsale,
.woocommerce ul.products li.product img {
  display: none !important;
}

/* One-column layout */
.woocommerce ul.products {
  display: block !important;
}

.woocommerce ul.products li.product.nzpia-single-product-row {
  width: 100% !important;
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f9f9f9;
}

.nzpia-product-row-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 20px;
}

.nzpia-product-info {
  flex: 1;
}

.nzpia-product-info h2 {
  font-size: 1.3rem;
  margin: 0 0 5px;
}

.nzpia-membership-price {
  font-size: 1.1rem;
  color: #005b9f;
}

.view-details {
  background-color: #005b9f;
  color: #fff !important;
  padding: 10px 18px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
}

.view-details:hover {
  background-color: #003f73;
}