/* Desktop-only styles */
@media (min-width: 768px) {
  /* Remove fill */
  .product-card,
  .product-card-image-container,
  .product-card-image {
    background: transparent !important;
    background-color: transparent !important;
  }

  /* Compact card height */
  .product-card {
    height: auto !important;
    padding: 10px;
    margin-bottom: 16px;
    box-shadow: none;
  }

  .product-card-image-container {
    height: 200px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .product-card-image {
    max-height: 100%;
    width: auto;
    object-fit: contain !important;
  }

  /* Optional: limit description height or truncate text */
  .product-card-info {
    max-height: 80px;
    overflow: hidden;
  }
}
.logo-title h1{
    text-transform: uppercase;
    font-family: italiana;
}