/*
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 6,000+ 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.12.1.1770051268
Updated: 2026-02-02 16:54:28

*/

/* Reset Astra category card */
.woocommerce ul.products li.product-category {
    background: #f6f7f5;
    padding: 18px;
    text-align: center;
}

/* Make anchor vertical */
.woocommerce ul.products li.product-category>a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

/* Image container */
.woocommerce ul.products li.product-category .ast-woo-category-thumbnail-wrap {
    width: 100%;
    height: 260px;
    overflow: hidden;
    margin-bottom: 12px;
}

/* Image */
.woocommerce ul.products li.product-category img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.woocommerce ul.products li.product-category:hover img {
    transform: scale(1.05);
}

/* Title */
.woocommerce ul.products li.product-category h2.woocommerce-loop-category__title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    margin: 0;
    padding: 0;
}

/* Hide product count COMPLETELY */
.woocommerce ul.products li.product-category .count {
    display: none !important;
}

/* REAL button (safe) */
.woocommerce ul.products li.product-category h2 {
    position: relative;
}

.woocommerce ul.products li.product-category h2::after {
    content: "View collection →";
    display: block;
    margin-top: 6px;
    font-size: 13px;
    font-weight: 400;
    color: #000;
}

/* Mobile */
@media (max-width: 768px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}



/* slider css  */



/* HEADER CUSTOMIZATION */

/* Row 1 Improvements */

/* Right side icons spacing */
.ast-header-woo-cart,
.ast-header-account {
    margin-left: 20px;
}

/* Row 2 (Navbar) Improvements */
.ast-below-header-bar {
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
}

.ast-below-header-section-center {
    justify-content: center;
}

/* Nav Menu Styling */
.ast-below-header-bar .main-navigation ul {
    display: flex;
    justify-content: center;
}

.ast-below-header-bar .main-header-menu>.menu-item>a {
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Mobile Adjustments */
@media (max-width: 921px) {}

/* Header Search Bar Styling */
.ast-header-search {
    display: block !important;
    width: 100%;
    max-width: 600px;
    /* Adjust max width as needed */
    margin: 0 auto;
    position: relative !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Hide Astra's default toggle icon if present */
.ast-header-search .ast-search-menu-icon {
    display: none !important;
}

/* Force Form Visibility */
.ast-header-search .search-form {
    display: block !important;
    width: 100%;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
}

/* Mobile Responsiveness for Search */
@media (max-width: 921px) {
    .ast-header-search {
        max-width: 100% !important;
        width: calc(100% - 20px) !important;
        margin: 10px auto !important;
        padding: 0 !important;
    }

    .ast-below-header-bar .main-header-menu {
        text-align: center;
    }
}

.ast-header-search .search-input-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #e5e5e5;
    padding: 0 15px;
    /* Removed vertical padding, handled by height */
    height: 45px;
    /* Fixed height for consistency */
    border-radius: 0;
    width: 100%;
}

.ast-header-search .search-field {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #333;
    font-size: 15px;
    /* Slightly smaller to match ref */
    flex-grow: 1;
    /* Take remaining space */
    padding: 0;
    height: 100%;
    /* Fill container height */

    margin: 0;
    outline: none;
    line-height: 45px;
    /* Center text vertically */
}

.ast-header-search .search-field::placeholder {
    color: #777;
    /* Medium gray placeholder */
    opacity: 1;
}

.ast-header-search .search-submit {
    background: transparent;
    border: none;
    padding: 0;
    margin-left: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    height: 100%;
}

.ast-header-search .search-submit svg {
    width: 18px;
    height: 18px;
    stroke: #333;
    stroke-width: 2px;
}

.ast-header-search .search-submit:hover svg {
    stroke: #000;
}

/* AJAX Search Suggestions */
.astra-search-suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    display: none;
    max-height: 500px;
    overflow-y: auto;
    text-align: left;
}

.suggestion-section-title {
    background: #fff;
    color: #888;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 15px 5px;
    text-transform: uppercase;
    border-bottom: 1px solid #f9f9f9;
}

.astra-search-suggestions ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.astra-search-suggestions li {
    border-bottom: 1px solid #f1f1f1;
}

.astra-search-suggestions li:last-child {
    border-bottom: none;
}

.astra-search-suggestions a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    transition: background 0.2s;
    font-size: 14px;
}

.astra-search-suggestions a:hover {
    background-color: #f5f5f5;
}

/* Product Specific Styling */
.astra-search-suggestions a.suggestion-product {
    display: flex;
    align-items: center;
}

.astra-search-suggestions .suggestion-thumb {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    flex-shrink: 0;
}

.astra-search-suggestions .suggestion-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.suggestion-item-text {
    font-weight: 500;
}

.astra-search-suggestions .view-all-results {
    text-align: center;
    padding: 12px;
    background: #f9f9f9;
    border-top: 1px solid #eee;
}

.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}