/*
 Theme Name: Astra Child
 Description: Global Base Styles (Safe for PC / Tablet / Mobile Sidebar System)
 Author: Midooc Group Genius Team
 Template: astra
 Version: 25.0.0.06  (Dec 2025)
*/

/* -------------------------------------------------
   0. Global Link Style
-------------------------------------------------- */
a, a:hover {
    text-decoration: none !important;
}

/* -------------------------------------------------
   1. Global Typography / Spacing (Safe)
-------------------------------------------------- */

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* -------------------------------------------------
   2. General Layout Fixes (Safe)
-------------------------------------------------- */

.wc-block-grid__product,
.woocommerce ul.products li.product {
    box-sizing: border-box;
}