/*
Theme Name: Astra Child
Theme URI: https://zkkshoney.com
Author: ZKKS Honey
Author URI: https://zkkshoney.com
Description: Custom child theme for ZKKS Honey - with weight comparison, market price savings, and shop sections for Categories, Brands & Weight.
Template: astra
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Tags: custom-menu, custom-logo, entertainment, e-commerce, right-sidebar, custom-colors, editor-style, featured-images, full-width-template, theme-options, threaded-comments, translation-ready, blog, blog

Astra Child Theme for ZKKS Honey
Copyright 2025 ZKKS Honey
*/

/* ============================================
   Parent theme styles automatically inherited
   ============================================ */

/* Custom overrides (if needed) */
.woocommerce ul.products.columns-4 {
    margin-top: 30px;
}

/* Responsive adjustments for comparison card */
@media (max-width: 768px) {
    #weight-comparison-container div[style*="flex-wrap"] {
        flex-direction: column !important;
    }
}