/*
Theme Name: Red Kelpie Relish
Theme URI: https://redkelpierelish.com.au
Author: Red Kelpie Relish
Author URI: https://redkelpierelish.com.au
Description: A custom WordPress block theme for Red Kelpie Relish, an Australian small-batch tomato relish brand. Designed to work with WooCommerce and full-site editing. Typewriter-style typography (Special Elite) on a warm cream background, with the brand's bright orange-red as the primary accent.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: red-kelpie-relish
Tags: full-site-editing, block-patterns, block-styles, e-commerce, woocommerce, custom-colors, custom-logo, featured-images, one-column, two-columns, three-columns, four-columns, wide-blocks
*/

/*
 * Block theme: all visual styling lives in theme.json.
 * This file is required by WordPress for theme metadata only.
 */

/* A few small browser-level resets that the block editor doesn't cover. */
.wp-block-button__link {
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.wp-block-navigation .wp-block-navigation-item__content {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.wp-block-navigation .wp-block-navigation-item__content:hover {
    text-decoration-thickness: 2px;
}

/* Tagline overlay on the homepage hero */
.rkr-hero-tag {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 0.15em 0.5em;
    line-height: 1.1;
}

/* WooCommerce: small alignment tweaks so prices sit tight under product names */
.woocommerce ul.products li.product .price,
.wc-block-grid__product-price {
    color: var(--wp--preset--color--foreground) !important;
    font-size: 0.9rem;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.wc-block-grid__product-title {
    font-size: 1.5rem !important;
    font-weight: 400 !important;
}
