/* ==========================================================================
   PART 2: BRANDED SHOP GRIDS, CUSTOM SIDEBARS & FOOTER OVERRIDES
   ========================================================================== */

/* 1. Twin-Column Shop Archive Split Flex Layout Grid */
.site-shop-archive-wrapper {
    width: 100%;
    margin: 30px 0 60px 0;
    clear: both;
}

.woocommerce-products-header {
    width: 92%;
    margin: 0 auto 35px auto;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 15px;
}

.woocommerce-products-header__title {
    font-size: 26px;
    font-weight: 800;
    color: #111111;
    letter-spacing: -0.5px;
}

.shop-split-layout-grid {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 40px !important;
    width: 92% !important;
    margin: 0 auto !important;
    clear: both !important;
}

.shop-sidebar-column {
    flex: 0 0 25% !important;
    width: 25% !important;
    min-width: 260px !important;
    display: block !important;
}

.shop-products-loop-column {
    flex: 0 0 72% !important;
    width: 72% !important;
    display: block !important;
}

.shop-catalog-ordering-strip {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    background-color: #fafafa;
    border: 1px solid #f1f5f9;
    padding: 12px 20px;
    border-radius: 6px;
    margin-bottom: 25px;
    font-size: 13.5px;
}

.shop-catalog-ordering-strip select.orderby {
    padding: 6px 12px;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    font-size: 13px;
    outline: none;
    background-color: #ffffff;
}

/* 2. Responsive Product Showcase Grid Array */
.featured-products-section {
    width: 92%;
    margin: 50px auto 30px auto;
    clear: both;
}

.featured-products-section h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #111111;
}

.archive-products-grid,
.shop-products-loop-column ul.products {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)) !important;
    gap: 25px !important;
    width: 100% !important;
    margin-top: 20px !important;
    clear: both !important;
    padding: 0 !important;
    list-style: none !important;
}

.single-product-card,
.shop-products-loop-column ul.products li.product {
    background: #ffffff !important;
    border: 1px solid #f1f5f9 !important;
    padding: 18px !important;
    border-radius: 8px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.01) !important;
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
    min-height: 380px !important; /* Enforces absolute alignment balance rows */
}

.product-thumb-placeholder {
    width: 100%;
    height: 180px;
    background-color: #f8fafc;
    border-radius: 6px;
    margin-bottom: 12px;
    border: 1px dashed #cbd5e1;
}

/* Card titles overrides using brand text colors */
.single-product-card h4,
.shop-products-loop-column ul.products li.product h4 { 
    font-size: 15px; 
    font-weight: 600; 
    margin-bottom: 6px; 
    color: #6a994e !important; /* Branded font colors */
    min-height: 40px !important;
}

.product-price { 
    font-size: 14px; 
    font-weight: 700; 
    color: #6a994e !important; /* Unified branded value colors pricing fields */
    margin-bottom: 12px; 
}

.add-to-cart-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
    background: #111111;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    border-radius: 4px;
    transition: background 0.2s;
}
.add-to-cart-btn:hover { 
    background: #6a994e; /* Action button focus color swaps to your font color code brand string */
}

/* 3. Custom Filters Sidebar Widgets */
.shop-sidebar-widget-area { display: flex; flex-direction: column; gap: 35px; width: 100%; }
.shop-sidebar-widget { background: #ffffff; border: 1px solid #f1f5f9; border-radius: 8px; padding: 22px; }
.widget-sidebar-title { font-size: 15px !important; font-weight: 700 !important; text-transform: uppercase; letter-spacing: 0.5px; color: #6a994e; margin-bottom: 18px !important; padding-bottom: 10px; border-bottom: 2px solid #f1f5f9; }
.custom-sidebar-category-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.custom-sidebar-category-list li { display: flex; justify-content: space-between; align-items: center; font-size: 14px; }
.custom-sidebar-category-list a { color: #334155; font-weight: 500; }
.custom-sidebar-category-list a:hover, .custom-sidebar-category-list li.is-current-category a { color: #6a994e; }
.category-item-count { font-size: 12px; color: #94a3b8; font-weight: 600; }
.price-range-inputs-wrapper { display: flex; align-items: center; gap: 10px; margin-bottom: 15px; }
.price-input-field-box { display: flex; align-items: center; background: #ffffff; border: 1px solid #cbd5e1; border-radius: 4px; padding: 8px 10px; flex: 1; }
.price-currency-label { font-size: 12px; color: #64748b; font-weight: 600; margin-right: 4px; }
.price-input-field-box input { width: 100%; border: none; outline: none; font-size: 13.5px; font-weight: 600; color: #6a994e; background: transparent; }
.price-range-separator { font-size: 14px; color: #94a3b8; font-weight: 700; }
.price-filter-buttons-action-group { display: flex; align-items: center; gap: 15px; }
.sidebar-filter-apply-btn { flex: 1; background-color: #111111; color: #ffffff; font-size: 13px; font-weight: 700; text-transform: uppercase; border: none; border-radius: 4px; padding: 10px; cursor: pointer; }
.sidebar-filter-apply-btn:hover { background-color: #6a994e; }
.sidebar-filter-reset-link { font-size: 12.5px; font-weight: 600; color: #ef4444; text-decoration: underline; }

/* 4. Column Footers Layout using Your Exact Branded #f4f7fc Value */
.site-footer {
    background-color: #f4f7fc !important; /* FIXED: Enforces your exact custom background code string color */
    border-top: 1px solid #e2e8f0;
    padding: 50px 0 25px 0;
    margin-top: 60px;
    clear: both;
}

.footer-columns-container {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    gap: 30px !important;
    width: 92% !important;
    margin: 0 auto 30px auto !important;
}

.footer-widget-column { flex: 1 !important; min-width: 200px !important; }
.footer-widget-column h4 { font-size: 14px; font-weight: 700; color: #6a994e; margin-bottom: 15px; text-transform: uppercase; }
.footer-widget-column p, .footer-widget-column li, .footer-widget-column a { font-size: 13px; color: #334155; line-height: 1.6; margin-bottom: 8px; list-style: none; }
.footer-widget-column a:hover { color: #6a994e; }
.footer-bottom-bar { border-top: 1px solid #cbd5e1; padding-top: 20px; width: 92%; margin: 0 auto; display: flex; justify-content: space-between; font-size: 12px; color: #718096; }

/* Sticky bottom contacts bar formatting overrides using brand accents */
.bottom-sticky-utility-bar { position: fixed !important; bottom: 0 !important; left: 0 !important; width: 100% !important; background-color: #ffffff !important; border-top: 1px solid #e2e8f0 !important; box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.05) !important; padding: 12px 0 !important; z-index: 99999 !important; }
.utility-bar-container { display: flex !important; align-items: center !important; justify-content: center !important; gap: 50px !important; width: 92% !important; margin: 0 auto !important; }
.utility-bar-item { display: inline-flex !important; align-items: center !important; gap: 8px !important; font-size: 13px !important; font-weight: 700 !important; color: #6a994e !important; text-transform: uppercase !important; letter-spacing: 0.5px !important; }
.utility-bar-item:hover { color: #111111 !important; }
