/*!
Theme Name: Kava Child
Theme URI:
Author: Zemez
Author URI:
Description: Kava child theme.
Template: kava
Version: 1.0.2
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kava-child
*/

/* === Header fix: single-product cart wrapped to a broken 2nd row ===
   A `body.single-product` rule forced the header grid to 3 columns,
   leaving no column for the cart so it dropped to a second row.
   Restore the 4-column layout (logo | nav | search | cart) on desktop. */
@media (min-width:961px){
  html body.single-product.single-product .jt-header-row{
    grid-template-columns:auto auto 1fr auto !important;
  }
}
