/**
Theme Name: Astra Child
Author: Sanket Adhvaryu
Author URI: https://wemode.in/
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
*/

.home-contact-us {
    background: white;
    padding: 25px;
    margin: 25px 0;
}
.footer-heading {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-bottom: 3px solid #007bff;
    display: inline-block;
    padding-bottom: 8px;
    margin-bottom: 20px;
}
.footer-quick-links p {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-quick-links ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}


.footer-quick-links ul li {
    position: relative;
    padding-left: 15px;
    border-left: 3px solid #e5e5e5;
    transition: all 0.3s ease;
    margin-bottom: 8px;
}

.footer-quick-links ul li:hover {
    transform: translateX(10px);
    border-left-color: #007bff;
    background-color: transparent;
}

.footer-quick-links ul li:hover::before {
    color: #007bff;
}

.footer-quick-links ul li a {
    text-decoration: none;
    color: inherit;
	display: inline-block;
}

/* 1. The Product Card Container */
ul.products li.product {
    background: #ffffff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 12px !important;
    padding: 20px !important;
    transition: all 0.3s ease-in-out !important;
    box-shadow: 0 4px 6px rgba(0,0,0,0.02) !important;
    text-align: center !important;
}

/* 2. Hover Effect - Makes the page feel premium */
ul.products li.product:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 12px 24px rgba(0,0,0,0.1) !important;
    border-color: #007cba !important; /* Change this to your brand color */
}

/* 3. Image Styling - Ensures consistency */
ul.products li.product img {
    border-radius: 8px !important;
    margin-bottom: 15px !important;
    background: #f9f9f9; /* Soft background for products with transparent edges */
    padding: 10px;
}

/* 4. Product Title Hierarchy */
ul.products li.product .woocommerce-loop-product__title {
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    color: #333 !important;
    margin: 10px 0 !important;
    padding: 0 !important;
    min-height: 45px; /* Keeps cards aligned even if titles vary in length */
}

/* 5. "Material" or Category styling (The 'Non-Woven' text) */
ul.products li.product .ast-loop-product__category, 
ul.products li.product .posted_in {
    font-size: 0.75rem !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #888 !important;
    display: block;
    margin-bottom: 5px;
}

/* 6. The Button (Add to Cart / View Product) */
ul.products li.product .button {
    background-color: #04a0ee !important; /* Your Brand Color */
    color: #fff !important;
    border-radius: 50px !important; /* Rounded pill shape */
    padding: 12px 24px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    font-size: 0.8rem !important;
    transition: background 0.2s ease !important;
    border-color:#04a0ee;
}

ul.products li.product .button:hover {
    background-color: #005a87 !important;
}

/* 7. Grid Spacing */
.woocommerce ul.products {
    display: grid !important;
    grid-gap: 30px !important; /* Adds breathing room between items */
}

/* Hero Banner Styling */
.category-hero-banner {
    width: 100%;
    height: 400px; /* Adjust height as needed */
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-overlay {
    background: rgba(0, 0, 0, 0.4); /* Darkens the image so text is readable */
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.hero-title {
    color: #ffffff !important;
    font-size: 3rem;
    font-weight: bold;
    margin: 0;
    text-align: center;
}
.woocommerce-products-header, .woocommerce-breadcrumb, .woocommerce-result-count, .orderby{display:none;height:0;visibility:none;}