/*
Theme Name: Astra Child (QS4)
Theme URI: https://wpastra.com/
Description: Child theme for Astra tailored for QS4 Products CPT and general customization.
Author: Naf Rifat
Author URI: https://buyerturn.com/
Template: astra
Version: 1.0.0
Text Domain: astra-child
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* Example tweaks — you can remove these */
.qs4-product-single .qs4p-featured img { 
  display:block; 
  width:100%; 
  height:auto; 
  border-radius:12px; 
}
.qs4-product-single .qs4p-title { 
  margin-top:1rem; 
  font-size:clamp(28px, 3vw, 42px); 
  line-height:1.2; 
}
.qs4-product-single .qs4p-meta{ 
  margin:.5rem 0 1rem; 
  opacity:.8; 
  font-size:14px; 
}