add_action('wp_enqueue_scripts',function (){// Make sure child CSS loads after Astra wp_enqueue_style('child-theme',get_stylesheet_uri(),[],// or ['astra-theme-css'] if that handle exists wp_get_theme()->get('Version'))},20);.single-product-wrapper{display:flex;flex-wrap:nowrap;gap:24px;align-items:flex-start}.single-product .woocommerce-product-gallery{flex:0 0 55%;max-width:55%}.single-product .summary.entry-summary{flex:1 1 45%;max-width:45%}.single-product .woocommerce-product-gallery img{width:100%;height:auto;object-fit:contain}.ast-onsale-card{position:absolute;top:10px;left:10px;background-color:#ff4c4c;color:#fff;padding:.5em 1em;font-weight:700;border-radius:4px;z-index:10}@media (max-width:768px){.single-product-wrapper{flex-wrap:wrap}.single-product .woocommerce-product-gallery,.single-product .summary.entry-summary{flex:1 1 100%;max-width:100%}.ast-onsale-card{top:5px;left:5px;font-size:.9em;padding:.4em .8em}}