:root {
    --ght-accent: #6D4EEC;
}

/* Buttons */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce #respond input#submit,
.woocommerce input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page #respond input#submit,
.woocommerce-page input.button,
a.elementor-button,
.elementor-button {
    background-color: var(--ght-accent) !important;
    border-color: var(--ght-accent) !important;
    color: #fff !important;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
a.elementor-button:hover {
    filter: brightness(0.9);
}

/* Sale badges */
.woocommerce span.onsale,
.woocommerce-page span.onsale {
    background-color: var(--ght-accent) !important;
    color: #fff !important;
}

/* Links / highlighted text */
a,
.woocommerce .star-rating span::before {
    color: var(--ght-accent);
}

/* Price highlight */
.woocommerce .price ins {
    color: var(--ght-accent);
}

/* Floating WhatsApp button */
.ght-whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 56px;
    height: 56px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    z-index: 9999;
    transition: transform 0.2s ease;
}

.ght-whatsapp-float:hover {
    transform: scale(1.08);
}

@media (max-width: 480px) {
    .ght-whatsapp-float {
        right: 14px;
        bottom: 14px;
        width: 50px;
        height: 50px;
    }
}
