/*
 Theme Name:   Signal Child
 Theme URI:    https://example.com/signal
 Description:  Child theme of "Signal — Mobile Store". Make your customizations here so they survive parent theme updates.
 Author:       Your Store
 Template:     signal-mobile-store
 Version:      1.0.0
 Text Domain:  signal-child
*/

/* -----------------------------------------------------------------------
   This file loads AFTER the parent theme's style.css (see functions.php),
   so anything you write below silently overrides the parent design.
   The parent's full design system — colors, type, hero, product cards,
   WooCommerce styling, the mobile dock, etc. — already loads automatically.
   You do NOT need to (and shouldn't) copy parent CSS here — only add the
   specific rules you want to change.

   A few starter examples are commented out below. Uncomment and edit any
   of them, or delete this whole block and write your own.
----------------------------------------------------------------------- */

/* Example: swap the accent color used for badges, dots, and highlights
:root {
	--color-accent: #FF3DBA;
}
*/

/* Example: make the hero section shorter
.hero {
	padding-block: 48px;
}
*/

/* Example: square corners instead of rounded product cards
.product-card,
.woocommerce ul.products li.product {
	border-radius: 6px;
}
*/

/* Example: hide the mobile bottom dock nav entirely
.mobile-dock {
	display: none !important;
}
body.has-dock {
	padding-bottom: 0 !important;
}
*/
