/*
Theme Name: Petland Cleveland Child
Theme URI: https://github.com/CosmickMedia/petland-cleveland-child
Description: Child theme of Petland for Petland Cleveland. Used for ACF customizations and page-level templates.
Author: Cosmick Media
Author URI: https://cosmickmedia.com/
Template: petland
Version: 1.0.0
Text Domain: petland-cleveland-child
*/

/* =====================================================================
   Archive pet cards — color-code the store location label.

   The parent theme prints each pet card with a `location-{slug}` class on
   the .card wrapper and the store name in `<p class="product-location">`.
   We color that label per store so Parma and Strongsville read as visually
   distinct on the available-pets archive. Slugs verified against the live
   markup: location-petland-parma / location-petland-strongsville.
   ===================================================================== */
.card.location-petland-parma .product-location {
	color: #CF5B1F; /* Petland Parma — brand orange */
}

.card.location-petland-strongsville .product-location {
	color: #2D5A5A; /* Petland Strongsville — teal */
}

.sidebar .widget_product_categories .cat-item-703 {
    display: none !important;
}