/* Keep the established product cards; refine only the native action footer. */
.page-id-5503 .pf-shop ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 24px !important;
}

.page-id-5503 .pf-shop ul.products li.product {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
}

.page-id-5503 .pf-shop .ct-woo-card-actions {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 13px !important;
  box-sizing: border-box;
  width: 100%;
  margin-top: auto !important;
  padding: 16px 16px 18px !important;
  border-top: 1px solid rgba(106, 73, 82, .09);
  background: #fff;
}

.page-id-5503 .pf-shop .ct-woo-card-actions .price {
  display: block;
  width: 100%;
  margin: 0 !important;
  color: #2f292a !important;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.page-id-5503 .pf-shop .ct-woo-card-actions .price::after {
  display: block;
  width: 38px;
  height: 2px;
  margin: 11px auto 0;
  border-radius: 999px;
  background: #ef8198;
  content: "";
}

.page-id-5503 .pf-shop .ct-woo-card-actions .button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 9px !important;
  box-sizing: border-box;
  width: 100% !important;
  min-height: 54px !important;
  margin: 0 !important;
  padding: 12px 12px !important;
  border: 0 !important;
  border-radius: 11px !important;
  background: linear-gradient(135deg, #f28ca2 0%, #ea6f8b 100%) !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.2;
  white-space: nowrap !important;
  box-shadow: 0 9px 20px rgba(216, 94, 121, .23);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.page-id-5503 .pf-shop .ct-woo-card-actions .button::before {
  display: inline-block !important;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1'/%3E%3Ccircle cx='18' cy='20' r='1'/%3E%3Cpath d='M3 4h2l2.4 11.2a2 2 0 0 0 2 1.6h7.8a2 2 0 0 0 2-1.6L21 8H6'/%3E%3C/svg%3E") center / contain no-repeat !important;
  content: "" !important;
}

.page-id-5503 .pf-shop .ct-woo-card-actions .button:hover,
.page-id-5503 .pf-shop .ct-woo-card-actions .button:focus-visible {
  transform: translateY(-2px);
  filter: saturate(1.06);
  box-shadow: 0 13px 26px rgba(216, 94, 121, .31);
}

.page-id-5503 .pf-shop .ct-woo-card-actions .button:focus-visible {
  outline: 3px solid rgba(216, 94, 121, .27);
  outline-offset: 3px;
}

@media (max-width: 1023px) {
  .page-id-5503 .pf-shop ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px !important;
  }
}

@media (max-width: 767px) {
  .page-id-5503 .pf-shop ul.products { gap: 14px !important; }
  .page-id-5503 .pf-shop .ct-woo-card-actions { gap: 9px !important; padding: 10px 9px 12px !important; }
  .page-id-5503 .pf-shop .ct-woo-card-actions .price { font-size: 15px !important; }
  .page-id-5503 .pf-shop .ct-woo-card-actions .price::after { width: 30px; margin-top: 8px; }
  .page-id-5503 .pf-shop .ct-woo-card-actions .button {
    gap: 6px !important;
    min-height: 48px !important;
    padding: 10px 7px !important;
    border-radius: 9px !important;
    font-size: 11px !important;
  }
  .page-id-5503 .pf-shop .ct-woo-card-actions .button::before { flex-basis: 17px; width: 17px; height: 17px; }
}

@media (prefers-reduced-motion: reduce) {
  .page-id-5503 .pf-shop .ct-woo-card-actions .button { transition: none !important; }
}
