/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.11.12.1761075931
Updated: 2025-10-21 19:45:31
*/

/* -------------------------------------------------
   Global Styles for Astra Child Theme
   ------------------------------------------------- */

/* Ensure buttons inherit your branding site-wide */
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    background-color: #712437;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    padding: 10px 24px;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus {
    background-color: #4f1726;
    color: #ffffff;
}

/* WooCommerce product grid “Add to cart / Shop” buttons */
.woocommerce ul.products li.product .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background-color: #712437;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    padding: 10px 24px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce ul.products li.product .button:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus {
    background-color: #4f1726;
    color: #ffffff;
}

/* WooCommerce sale badges to match palette */
.woocommerce span.onsale {
    background-color: #712437;
    color: #ffffff;
    border-radius: 999px;
    padding: 0.5em 1.2em;
    font-weight: 600;
}

/* Product price styling */
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #712437;
    font-weight: 600;
}

/* Pagination buttons */
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    background-color: #f0d9d4;
    color: #712437;
    border-radius: 4px;
    border: none;
    padding: 8px 16px;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background-color: #712437;
    color: #ffffff;
}

/* Global links hover to harmonize with brand color */
a:hover,
a:focus {
    color: #712437;
}

/* Optional: adjust Gutenberg button block defaults */
.wp-block-button__link {
    background-color: #712437;
    color: #ffffff;
    border-radius: 4px;
    font-weight: 600;
    padding: 10px 24px;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.wp-block-button__link:hover,
.wp-block-button__link:focus {
    background-color: #4f1726;
    color: #ffffff;
}

/* Ensure theme respects your palette on mobile menu toggles */
.ast-button,
.menu-toggle,
.ast-custom-button {
    background-color: #712437;
    color: #ffffff;
}

.ast-button:hover,
.menu-toggle:hover,
.ast-custom-button:hover,
.ast-button:focus,
.menu-toggle:focus,
.ast-custom-button:focus {
    background-color: #4f1726;
    color: #ffffff;
}