/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/



/* Add your custom styles here */
.wc-cat-menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 18px;
  margin: 25px 0;
}

.wc-cat-card {
  display: block;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  transition: all 0.25s ease;
}

.wc-cat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.12);
}

.wc-cat-image,
.wc-cat-placeholder {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wc-cat-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wc-cat-placeholder {
  background: linear-gradient(135deg, #f3f3f3, #e7e7e7);
}

.wc-cat-placeholder span {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wc-cat-content {
  padding: 14px;
  text-align: center;
}

.wc-cat-content h3 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
}

.wc-cat-content span {
  font-size: 13px;
  color: #777;
}

.wc-cat-empty {
  padding: 20px;
  border-radius: 14px;
  background: #f7f7f7;
  text-align: center;
  color: #666;
}

.wc-cat-back-wrapper {
  margin-bottom: 20px;
}

.wc-cat-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 12px;
  background: #111;
  color: #fff !important;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s ease;
}

.wc-cat-back-btn:hover {
  background: #333;
  transform: translateX(-2px);
}

.custom-product-sku {
    font-size: 13px;
    color: #777;
    margin-top: -2px;
    margin-bottom: 8px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}