/*
Theme Name: Bee1 Ultra — Sand Israel
Theme URI: https://studiobee1.com
Description: Sand Israel child theme of Bee1 Ultra Theme. The parent Customizer owns the site container width; Sand-specific design tokens inherit that value while preserving the client design system and WooCommerce business logic.
Author: Studio Bee1
Author URI: https://studiobee1.com
Template: bee1-ultra-theme
Version: 0.1.30
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: bee1-ultra-sand
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Component styles live in assets/css/tokens.css (enqueued by functions.php). */

/* Copied from live bee1-hello style.css — hide unused card-form chrome. */
.card-form,
.cardContainer {
	display: none !important;
}
@media (max-width: 768px) {
	.card-form,
	.cardContainer {
		display: none !important;
	}
}
