
/* ── PenPastel Brand Override ── */
:root {
    --primary-font-color: #7C3AED !important;
    --tertiary-font-color: #A78BFA !important;
    --product-new-sale-label-bgcolor: #F59E0B !important;
}

/* Buttons */
.btn-style.primary-btn,
.thb-btn,
button[type="submit"].primary-btn {
    background-color: #7C3AED !important;
    border-color: #7C3AED !important;
    color: #fff !important;
}
.btn-style.primary-btn:hover,
.thb-btn:hover {
    background-color: #6D28D9 !important;
    border-color: #6D28D9 !important;
}

/* Secondary / Amber accent buttons */
.btn-style.secondary-btn {
    background-color: #F59E0B !important;
    border-color: #F59E0B !important;
    color: #fff !important;
}
.btn-style.secondary-btn:hover {
    background-color: #D97706 !important;
    border-color: #D97706 !important;
}

/* Links & highlights */
a:hover, .primary-link:hover { color: #7C3AED !important; }
.heading-color { color: #7C3AED !important; }

/* Cart badge, labels */
.cart-counter, .product-label.new, .product-label.sale {
    background-color: #F59E0B !important;
}

/* Price color */
.price, .product-price { color: #7C3AED !important; }

/* Borders & focus */
input:focus, select:focus, textarea:focus {
    border-color: #7C3AED !important;
    box-shadow: 0 0 0 2px rgba(124,58,237,0.15) !important;
}

/* Mobile filter buttons */
.thb-filter-btn, .thb-sort-btn {
    background: linear-gradient(135deg, #7C3AED, #A78BFA) !important;
    border-color: #7C3AED !important;
}

/* Swiper nav arrows */
.swiper-prev, .swiper-next {
    color: #7C3AED !important;
    border-color: #7C3AED !important;
}
.swiper-prev:hover, .swiper-next:hover {
    background-color: #7C3AED !important;
    color: #fff !important;
}

/* Header top bar */
.header-top { background-color: #4C1D95 !important; }

/* Section headings underline accent */
.section-heading::after,
.section-title::after {
    background-color: #F59E0B !important;
}
