/* Santuario UI v2.5.1 — divisor editorial entre descripción y precio. */
.santuario-product-card .santuario-card-price {
  position: relative !important;
  margin-top: 18px !important;
  padding-top: 24px !important;
}

.santuario-product-card .santuario-card-price::before {
  content: "";
  position: absolute;
  top: 0;
  left: 8%;
  right: 8%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(184, 153, 85, .35) 10%,
    var(--st-gold) 50%,
    rgba(184, 153, 85, .35) 90%,
    transparent 100%
  );
  pointer-events: none;
}

.santuario-product-card .santuario-card-price::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 50%;
  width: 7px;
  height: 7px;
  background: var(--st-card);
  border: 1px solid var(--st-gold);
  transform: translateX(-50%) rotate(45deg);
  pointer-events: none;
}
