/*
Theme Name: Mugumo Park
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,accessibility-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.3.3.1756782914
Updated: 2025-09-02 03:15:14

*/

/* === Tenant Products Grid Styling === */
.tenant-products-grid {
  margin: 0 auto;
  padding: 2rem 1rem;
  font-family: inherit;
}

/* Title */
.tenant-products-grid .tenant-products-title {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2rem;
  color: #222;
}

/* Product Grid */
.tenant-products-grid .products {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1.5rem;
  margin: 0;
  padding: 0;
}

/* Product Card */
.tenant-products-grid li.product {
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  /*transition: box-shadow 0.3s ease, transform 0.2s ease;*/
}

.tenant-products-grid li.product:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transform: translateY(-2px);
}

/* Product Image */
.tenant-products-grid li.product img {
  border-bottom: 1px solid #f5f5f5;
  border-radius: 10px 10px 0 0;
  transition: transform 0.3s ease;
}

.tenant-products-grid li.product:hover img {
  transform: scale(1.03);
}

/* Product Title */
.tenant-products-grid .woocommerce-loop-product__title {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  padding: 0.75rem 0.5rem;
  color: #333;
  margin: 0;
}

/* Price */
.tenant-products-grid .price {
  text-align: center;
  font-weight: 600;
  color: #1F539F;
  margin-bottom: 0.75rem;
}

/* Add to Cart Button */
.tenant-products-grid .button {
  display: block;
  width: 90%;
  margin: 0.5rem auto 1rem;
  text-align: center;
  background: #1F539F;
  color: #fff !important;
  border-radius: 8px;
  font-size: 0.9rem;
  padding: 0.5rem 0;
  transition: background 0.3s ease;
}

.tenant-products-grid .button:hover {
  background: #163f7a;
}

/* Pagination */
.tenant-products-grid .tenant-products-pagination {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}

.tenant-products-grid .tenant-products-pagination .page-numbers {
  display: inline-block;
  padding: 0.5rem 0.8rem;
  margin: 0 0.25rem;
  border: 1px solid #ddd;
  color: #333;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.2s ease;
}

/* Pagination Hover + Active States */
.tenant-products-grid .tenant-products-pagination .page-numbers.current,
.tenant-products-grid .tenant-products-pagination .page-numbers:hover {
  background: #268F71;
  color: #fff;
  border-color: #268F71;
}

/* Empty Message */
.tenant-products-grid p {
  text-align: center;
  color: #666;
  margin: 2rem 0;
}

/* Add to your theme's style.css or enqueue a custom CSS file */
.tenant-contact {
    margin-top: 20px;
    padding: 15px;
    /*background: #f9f9f9;
    border-left: 4px solid #268F71;*/
    border-radius: 4px;
    padding-left: 0;
}
.tenant-contact h4 {
    margin-bottom: 10px;
    font-size: 1.2em;
}
.tenant-contact p {
    margin: 5px 0;
}
.tenant-contact a {
    color: #268F71;
    text-decoration: none;
}
.tenant-contact a:hover {
    text-decoration: underline;
}

.tenant-contact .contact-btn {
    display: inline-block;
    margin: 5px 0;
    padding: 10px 15px;
    background-color: #268F71;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
}

.tenant-contact .contact-btn:hover {
    background-color: #1f6b55;
}


.menu-product-categories-container ul.menu {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-product-categories-container ul.menu li {
  width: 50%; /* Two columns */
  box-sizing: border-box;
  padding: 0px 0px;
}

.menu-product-categories-container ul.menu li a {
  text-decoration: none;
  color: #333;
  display: block;
  transition: color 0.3s;
}

.menu-product-categories-container ul.menu li a:hover {
  color: #268F71; /* your theme green */
}


.menu-suppliers-container ul.menu {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-suppliers-container ul.menu li {
  width: 50%; /* Two columns */
  box-sizing: border-box;
  padding: 0px 0px;
}

.menu-suppliers-container ul.menu li a {
  text-decoration: none;
  color: #333;
  display: block;
  transition: color 0.3s;
}

.menu-suppliers-container ul.menu li a:hover {
  color: #268F71; /* your theme green */
}
