/*
Theme Name: Wizors Investments child
Author URI: http://ancorathemes.com/
template: wizors-investments
*/


body header .logo_image, footer .logo_image {height: 100px;}
/* Una card per riga */
ul.products { display: block !important; }
ul.products li.product-card-item { width: 100% !important; margin: 0 0 48px; }

/* Wrapper 2 colonne */
.product-card { display: flex; gap: 32px; align-items: flex-start; }

/* Colonna immagine (più stretta) */
.product-card__image-wrap { flex: 0 0 40%; max-width: 40%; }
.product-card__image { width: 100%; height: auto; border-radius: 6px; object-fit: cover; }

/* Colonna contenuto (più ampia) */
.product-card__content { flex: 1 1 auto; min-width: 0; }
.product-card__title { margin: 0 0 10px; font-weight: 700; }
.product-card__excerpt { line-height: 1.6; margin: 8px 0 14px; color: #444; }
.product-card__price { font-weight: 600; margin-bottom: 16px; }

/* Bottone */
.product-card__btn { padding: 10px 22px; border-radius: 6px; font-weight: 600; }

/* Responsive */
@media (max-width: 960px) {
  .product-card__image-wrap { flex-basis: 45%; max-width: 45%; }
}
@media (max-width: 768px) {
  .product-card { flex-direction: column; }
  .product-card__image-wrap { max-width: 100%; }
}
