/*
Theme Name:   Hello Commerce Child - Dignity
Theme URI:    https://pantheondigital.co.za
Description:  Custom digital infrastructure built for Dignity Organic Sanitaries. Engineered by Pantheon Digital for absolute stability and seamless e-commerce operations.
Author:       Kevin | Pantheon Digital
Author URI:   https://pantheondigital.co.za
Template:     hello-commerce
Version:      1.0.0
Text Domain:  hello-commerce-child-dignity
*/

/* =======================================================
   PANTHEON GLOBAL PURGE: NEUTRALIZE PARENT THEME BLEED
   ======================================================= */

/* 1. Strip Parent Typography & Color Enforcements */
html, body, h1, h2, h3, h4, h5, h6, p, a, span, div {
    font-family: inherit;
    color: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}

/* 2. Annihilate Parent Button & Input Styling */
button, 
input[type="button"], 
input[type="submit"], 
input[type="text"], 
input[type="email"], 
textarea {
    background: transparent;
    background-color: transparent;
    color: inherit;
    border: none;
    box-shadow: none;
    border-radius: 0;
    font-family: inherit;
    padding: 0;
    margin: 0;
    outline: none;
    -webkit-appearance: none;
}

/* 3. Remove Link Formatting */
a {
    text-decoration: none;
    transition: all 0.3s ease;
}
a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

/* 4. WooCommerce Protection Protocol 
   (Ensures the Cart/Checkout buttons don't become invisible text) */
.woocommerce button.button, 
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button {
    background-color: #D81B60 !important; /* Dignity Pink */
    color: #FFFFFF !important;
    padding: 12px 24px !important;
    border-radius: 99px !important;
    font-weight: 700 !important;
    transition: opacity 0.3s ease !important;
}
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
    opacity: 0.8 !important;
}