.lstheme-product-card {
  background: linear-gradient(135deg, #fdfefe, #f1f8fd);
  border-radius: 1.25rem !important;
  padding: 0;
  border: 1px solid rgba(56, 154, 219, 0.15);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.lstheme-product-card .card-header {
  background: linear-gradient(135deg, #389adb, #006);
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  padding: 1rem 1.25rem;
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: inset 0 -2px 6px rgba(0,0,0,0.15);
  border-radius: 1.25rem 1.25rem 0 0;
}

.lstheme-product-card .card-body {
  padding: 1.5rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #2a2a2a;
}

/* Card links */
.lstheme-product-card__links {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0;
  font-size: 14px;
  flex-wrap: wrap;
}

.lstheme-product-card__links li {
  display: flex;
}

.lstheme-product-card__links-delimiter {
  padding: 0 1rem;
}

.lstheme-product-card__links li a {
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid transparent;
  color: inherit;
  text-decoration: none;
  font-weight: 500;
}

.lstheme-product-card__links li a:hover {
  color: #389adb;
  border-color: #389adb;
  text-shadow: 0 0 6px rgba(56, 154, 219, 0.3);
}

.mt-4 {
  margin-top: 1.5rem;
}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.lstheme-product-card .lstheme-product-card__links li a {
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid transparent;
  color: inherit;
  text-decoration: none;
  font-weight: 500;
}

.lstheme-product-card .lstheme-product-card__links li a:hover {
  color: #389adb;
  border-color: #389adb;
  text-shadow: 0 0 6px rgba(56, 154, 219, 0.3);
}

/* Buttons */
.lstheme-product-card .btn-secondary {
  border-radius: 0.75rem;
  background-color: #389adb;
  color: inherit;
  font-weight: 500;
  padding: 0.5rem 1.25rem;
  transition: all 0.3s ease;
  text-decoration: none;
}

.lstheme-product-card .btn-secondary:hover {
  background: linear-gradient(135deg, #389adb, #006);
  color: #fff;
  box-shadow: 0 4px 12px rgba(56, 154, 219, 0.35);
}