/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.5
	Stable tag: 3.4.5
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/

.cat-slide {
    text-align: center;
    cursor: pointer;
}

.cat-slide img {
    width: 150px;
    height: 150px;

}

.cat-slide span {
    display: block;
    margin-top: 8px;
    font-weight: 600;
	text-align: left;
}

.cat-slide.active span {
    color: #e63946;
}

#wc-products-wrapper ul.products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}
.swiper-slide{width:200px !important;}

.products.columns-4 li{width: 85%; float: left; margin: 40px 0 0 0; list-style: none;}
.woocommerce-loop-product__title{font-size: 18px !important;}
.product_type_variable.add_to_cart_button{display:none; !important}




  .carousel-container {
    width: 90%;
    max-width: 1000px;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    position: relative;
  }

  .carousel-track {
    display: flex;
    transition: transform 0.5s ease;
  }

  .carousel-item {
    flex: 0 0 25%;
    padding: 10px;
  }

  .carousel-item img {
    width: 100%;
    border-radius: 8px;
    display: block;
  }

  .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    background: rgba(0,0,0,0.4);
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
  }
  .arrow:hover { background: rgba(0,0,0,0.6); }

  .prev { left: 10px; }
  .next { right: 10px; }

  @media (max-width: 800px) { .carousel-item { flex: 0 0 50%; } }
  @media (max-width: 500px) { .carousel-item { flex: 0 0 100%; } }
  .productcategoryname{text-align: center; font-size: 18px; font-weight: bold;}
  #load-more{display:none;}
