.cwginstock-panel-heading h4 {
    color: #334155 !important;
}
/* Override panel background and border color */
.panel.panel-primary.cwginstock-panel-primary {
    background-color: #FFFFFF !important;
    border-color: #FFFFFF !important;
}

/* Optional: Also update the panel heading for consistency */
.panel-heading.cwginstock-panel-heading {
    background-color: #FFFFFF !important;
    border-color: #FFFFFF !important;
    color: #334155; /* or set a contrasting text color */
}
/* Style for the Notify Me button on product catalog pages */
/* Notify Me button styled like Astra Secondary Button */
input.secondary-style {
    background-color: transparent;
    color: var(--ast-global-color-8);
    border: 1px solid var(--ast-global-color-8);
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1em;
    font-family: inherit;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.05);
    text-align: center;
    display: inline-block;
    text-decoration: none;
    -webkit-appearance: button;
    outline: none;
}


/* Hover state matches normal Add to Cart button */
input.secondary-style:hover {
    background-color: var(--cfw-buttons-primary-background-color, #333);
    color: var(--cfw-buttons-primary-text-color, #fff);
}

