/* Component: Purchase Note */
.purchase-note { background: #fff; padding: 0 0 48px; text-align: center; }
.purchase-note__text {
    font-size: 13.6px;
    color: var(--text-muted);
    border-top: 1px solid var(--border);
    padding-top: 32px;
}
.purchase-note__text a {
    color: var(--purple-dark);
    font-weight: 600;
}
.purchase-note__text a:hover { text-decoration: underline; }
