/*
Theme Name: Just Flowers Florist
Theme URI: https://www.justflowers.co.za/
Description: A bespoke, performance-conscious WooCommerce storefront child theme for Just Flowers. The homepage, catalogue and product pages are custom PHP and CSS rather than Elementor content.
Author: Just Flowers
Version: 0.3.0
Text Domain: justflowers-florist
Template: woostify
Requires at least: 6.6
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: ecommerce, woocommerce, florist, custom-homepage
*/

/* Shared brand polish for the inherited Woostify header and bespoke pages. */
body.justflowers-florist-home,
body.justflowers-florist-store,
body.justflowers-florist-product {
  --jf-ink: #173a2c;
  --jf-leaf-deep: #1d513c;
  --jf-rose: #a93f58;
}

body.justflowers-florist-home #masthead,
body.justflowers-florist-store #masthead,
body.justflowers-florist-product #masthead {
  border-bottom: 1px solid rgba(23, 58, 44, 0.12);
  box-shadow: 0 8px 20px rgba(23, 58, 44, 0.035);
}

body.justflowers-florist-home #masthead .woostify-container,
body.justflowers-florist-store #masthead .woostify-container,
body.justflowers-florist-product #masthead .woostify-container {
  max-width: 1260px;
}

body.justflowers-florist-home #masthead .main-navigation > ul > li > a,
body.justflowers-florist-store #masthead .main-navigation > ul > li > a,
body.justflowers-florist-product #masthead .main-navigation > ul > li > a {
  color: var(--jf-ink);
  font-weight: 700;
}

body.justflowers-florist-home #masthead .main-navigation > ul > li > a:hover,
body.justflowers-florist-home #masthead .main-navigation > ul > li.current-menu-item > a,
body.justflowers-florist-store #masthead .main-navigation > ul > li > a:hover,
body.justflowers-florist-store #masthead .main-navigation > ul > li.current-menu-item > a,
body.justflowers-florist-product #masthead .main-navigation > ul > li > a:hover,
body.justflowers-florist-product #masthead .main-navigation > ul > li.current-menu-item > a {
  color: var(--jf-rose);
}

body.justflowers-florist-home #masthead .site-tools svg path,
body.justflowers-florist-store #masthead .site-tools svg path,
body.justflowers-florist-product #masthead .site-tools svg path {
  fill: var(--jf-ink);
}

body.justflowers-florist-home #masthead .shop-cart-count,
body.justflowers-florist-store #masthead .shop-cart-count,
body.justflowers-florist-product #masthead .shop-cart-count {
  background: var(--jf-rose);
}

/* Homepage visual finishing: source image cleanup and an uncluttered seal. */
.justflowers-florist-home .jf-occasion-card__image img {
  mix-blend-mode: multiply;
}

.justflowers-florist-home .jf-story__seal small {
  width: auto;
  max-width: 11ch;
  font-size: 0.56rem;
  letter-spacing: 0.08em;
  line-height: 1.32;
}
