.wplite-cartpage a {
  font-weight: 600;
  color: var(--headline-color) !important;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.15s ease, color 0.15s ease;
}

.wplite-cartpage a:hover {
  color: #4f46e5 !important;
  border-bottom-color: rgb(99 102 241 / 0.35);
}

.wc-block-components-product-price__value {
  font-weight: 700;
  color: var(--headline-color);
}

.wc-block-components-button__text {
  color: #fff;
  font-weight: 600;
}

.wc-block-components-button,
.wc-block-cart__submit-button {
  border-radius: 0.5rem !important;
  box-shadow: 0 1px 2px 0 rgb(15 23 42 / 0.08);
  transition: box-shadow 0.15s ease, transform 0.12s ease !important;
}

.wc-block-components-button:hover,
.wc-block-cart__submit-button:hover {
  box-shadow: 0 4px 6px -1px rgb(15 23 42 / 0.1) !important;
  transform: translateY(-1px);
}
