/*
Theme Name: SlimShop Child
Theme URI: https://example.com/slimshop-child
Description: Child theme for SlimShop. Make your own tweaks here — they will never be overwritten when the parent theme is updated.
Author: SlimShop
Author URI: https://example.com
Template: slimshop
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: slimshop-child

Example overrides live below. This file is never touched by parent updates,
so it is the safe place for your own CSS.
*/

/* ---------- Your overrides go here ---------- */

/* Example: rounded pill buttons.
   .ss-btn { border-radius: 999px; } */

/* Example: bigger logo in the header.
   .ss-site-branding .custom-logo { max-height: 64px; } */

/* Example: make the newsletter bar accent-colored.
   .ss-newsletter { background: var(--ss-accent); color: #1a2b12; } */

/* Example: two-column testimonial grid on desktop.
   @media (min-width: 1025px) { .ss-testimonials-grid { grid-template-columns: repeat(2, 1fr); } } */
