/* 
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 */
.latest-products {
	display: flex;
	flex-direction: row;
	padding: 0;
	margin: 0;
	flex-wrap: wrap;
	list-style: none;

}
.latest-products  .product-item{
	background-color: #fff;
	padding:10px;
}
.latest-products.style_1{
	 
}
.latest-products.style_1 .product-item{
	flex: 0 0 16.666%; 
	border-right:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
}
.latest-products.style_2 .product-item{
	flex: 0 0 16.666%; 
}
.latest-products.style_2 .product-item{
	border-right:1px solid rgba(0,0,0,0.4);
	border-bottom:1px solid rgba(0,0,0,0.4);
}
.latest-products.style_2 .product-item{
	text-align: center;
}
.latest-products .product-item a h2{
	font-size: 14px;
	color: #000;
}

.latest-products .product-item span{
	color: #FF0000;
	font-size: 14px;
	font-weight:bold;
}

.featured-news-wrapper {
    display: flex;
    gap: 20px 40px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.featured-news-wrapper .featured-left,
.featured-news-wrapper .featured-right {
    flex: 1 1 100%;
}

@media (min-width: 768px) {
    .featured-news-wrapper .featured-left,
    .featured-news-wrapper .featured-right {
        flex: 1 1 50%;
    }
}

.featured-left  h2{
	line-height: 25px;
  font-size: 20px;
}
.featured-left .thumb img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.featured-news-wrapper h2 a {
    text-decoration: none;
    color: #222;
}

.featured-news-wrapper .excerpt {
    margin-top: 10px;
    color: #555;
    line-height: 1.5;
}

.featured-news-wrapper .post-list {
    list-style: none;
    padding-left: 0;
}

.featured-news-wrapper .post-list li {
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	padding-bottom: 10px;
}

.featured-news-wrapper .post-list li a {
	font-weight: bold;
	color: #0073aa;
	text-decoration: none;
	font-size: 14px;
	line-height: 14px;
}

.featured-news-wrapper .post-list li a:hover {
    text-decoration: underline;
}

.featured-news-wrapper .post-list li small {
    color: #888;
    font-size: 13px;
}
.brand-image-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 20px;
    padding: 10px 0;
}

.brand-image-grid .brand-item img {
    max-width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.brand-image-grid .brand-item:hover img {
    transform: scale(1.05);
}
.brand-swiper {
    position: relative;
    padding: 20px 0;
}
.brand-swiper img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.swiper-button-next,
.swiper-button-prev {
    color: #000;
}