:root {
    --brand-border-color: #ec5f27;
    --brand-color: #ec5f27;
    --brand-font-color: #000;
    --brand-header-background: var(--brand-color);
}

.addng-listing-section-heading {
    color: white;
}

.product-listing-section {
    background-color: white;
}

.ignore---addng-slide-image {
    width: 100%;
    max-width: 100%;
}

.addng-form-container {
    width: 100%;
    color: white;
}

.addng-label {
    color: inherit;
}

.heading {
    text-align: center;
}

::placeholder {
    color: #000;
}

.coupon {
    border: 2px dashed white;
    font-family: 'Courier New', Courier, monospace;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5rem;
    color: white;
    margin: 0.5rem 0;
    padding: 0.5rem;
    background-color: #00000040;
}

.coupon-description {
    font-family: sans-serif;
    font-size: smaller;
    letter-spacing: 1px;
    text-shadow: none;
}

fieldset.form {
    margin-top: 1rem;
}