/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
/* ============================================================
   BAMRR Courses – Custom Hero Header Styling (No !important)
   ============================================================ */

/* Full-page background */
body.tax-product_cat.term-bamrr-courses {
    background-color: #f2ffe9;
}

/* Main HERO container */
.tax-product_cat.term-bamrr-courses .woocommerce-products-header {
    max-width: 1180px;
    margin: 40px auto 50px;
    padding: 32px clamp(2.2rem, 4vw, 3.2rem);
    border-radius: 28px;

    background:
        radial-gradient(circle at top left, rgba(255,255,255,0.40), transparent 55%),
        radial-gradient(circle at bottom right, rgba(0,0,0,0.18), transparent 55%),
        linear-gradient(135deg, #006a5a 0%, #009f7c 40%, #004d6b 100%);
    box-shadow: 0 28px 60px rgba(0, 60, 40, 0.35);

    color: #ffffff;
    position: relative;
    overflow: hidden;
}

/* Small label above the title */
.tax-product_cat.term-bamrr-courses .woocommerce-products-header::before {
    content: "BAMRR MRI Education";
    display: inline-block;
    margin-bottom: 0.4rem;
    font-size: 0.8rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    opacity: 0.9;
}

/* Category Title */
.tax-product_cat.term-bamrr-courses .woocommerce-products-header h1,
.tax-product_cat.term-bamrr-courses .woocommerce-products-header .page-title {
    font-family: var(--bamrr-font, inherit);
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 0.9rem;
    font-size: clamp(2rem, 3vw, 2.7rem);
}

/* Description text */
.tax-product_cat.term-bamrr-courses .woocommerce-products-header .term-description {
    color: rgba(255,255,255,0.95);
    font-size: 0.98rem;
    line-height: 1.7;
    max-width: 680px;
}

/* Bullet list */
.tax-product_cat.term-bamrr-courses .woocommerce-products-header .term-description ul {
    margin: 0.8rem 0 0;
    padding-left: 1.1rem;
}

.tax-product_cat.term-bamrr-courses .woocommerce-products-header .term-description li {
    margin: 0.15rem 0;
    list-style: none;
    position: relative;
}

.tax-product_cat.term-bamrr-courses .woocommerce-products-header .term-description li::before {
    content: "•";
    position: absolute;
    left: -0.9rem;
    color: #a9ffcf;
}

/* Remove header spacing that WooCommerce adds */
.tax-product_cat.term-bamrr-courses .woocommerce-products-header + * {
    margin-top: 0;
}


/* ============================================================
   BAMRR Courses – Product Card Styling (No !important)
   ============================================================ */

/* Product card container */
.tax-product_cat.term-bamrr-courses ul.products li.product {
    background: white;
    padding: 25px 20px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.06);
    max-width: 320px;
    transition: all 0.25s ease;
}

/* Hover effect */
.tax-product_cat.term-bamrr-courses ul.products li.product:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 45px rgba(0,0,0,0.12);
}

/* Product image */
.tax-product_cat.term-bamrr-courses ul.products li.product img {
    border-radius: 14px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.10);
}

/* Product title */
.tax-product_cat.term-bamrr-courses ul.products li.product .woocommerce-loop-product__title {
    font-weight: 700;
    font-size: 1rem;
    color: #003b2e;
    margin-top: 14px;
}

/* Price line */
.tax-product_cat.term-bamrr-courses ul.products li.product .price {
    font-weight: 700;
    font-size: 1.1rem;
    color: #00724a;
}

/* Add to basket button */
.tax-product_cat.term-bamrr-courses ul.products li.product .button {
    background: #006a5a;
    border-radius: 40px;
    padding: 8px 22px;
    color: white;
    font-weight: 600;
    letter-spacing: 0.02em;
    transition: 0.2s ease-in-out;
}

.tax-product_cat.term-bamrr-courses ul.products li.product .button:hover {
    background: #004f45;
}
