/*
Theme Name: kosmos-commerce
Theme URI: https://kosmospc.com/themes/kosmos-commerce
Author: Kosmos PC
Author URI: https://kosmospc.com
Text Domain: kosmos-commerce
Description: A premium, highly-customizable multipurpose WooCommerce theme built entirely with Kosmos-Builder. Requires a valid Kosmos Commerce license (see Appearance -> Theme License) for updates and premium starter content.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 7.1
License: Commercial license from Kosmos PC — see license.txt. Activation requires a valid license key purchased at kosmospc.com.
WPVibe: yes
*/

/* This file holds the WordPress theme header (above) plus truly global
 * rules only. Tailwind handles everything else.
 *
 * - Design tokens live in theme.css's @theme block.
 * - Prose + form styles live in presets.css.
 * - Layout, color, typography utilities come from Tailwind v4.
 *
 * Do NOT add component classes here (.btn-primary, .card, etc.). Use
 * Tailwind utilities in templates instead.
 */

html {
	scroll-behavior: smooth;
}

/* Kosmos-Builder pages (product/shop/cart/checkout/homepage) render
   full-bleed — see .kc-kb-content in theme.css and the is-kb-enabled
   branch in front-page.php / page.php. */
.entry-content:has(> .kb-content) {
	max-width: none !important;
}
