/* Estilos Gerais */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
    position: relative;
    min-height: 100vh;
}

body { visibility: hidden; }
html { opacity: 0;  }

/*page shop*/

.product-container{
	display: flex;
	flex-wrap: wrap;
	margin: 20px auto;
	max-width: 1200px;
}

.desktop-filters{
	width: 25%;
	padding: 20px;
	box-sizing: border-box;
}
.product-price-filter {
    padding-top: 50px;
}

.product-listing{
	width: 75%;
	padding: 20px;
	box-sizing: border-box;
}

.product-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.product-grid{
	display: flex;
	flex-direction: column;
}

.custom-product-grid{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}



/* List Item */
.desktop-filters .product-filters li{
	border-bottom-style:solid;
	border-bottom-width:1px;
	margin-bottom:1px;
	margin-top:0px;
	padding: 5px 5px;
	color:#f7f7f7;
	
}

.product-filters h4{
	margin-top: 0;
	padding-bottom: 20px;
}

.child-categories{
	list-style: none;
	padding: 0;
	margin: 0;
}

.child-categories li{
	margin-bottom: 10px;
}

.child-categories li a{
	text-decoration: none;
	color: #9f9f9f;
	font-size: 0.9rem;
}

.back-to-parent a,.view-all a{
	font-weight: bold;
	text-decoration: none;
}

.current-category{
	font-size: 1rem;
	margin: 10px 0;
	color: #6d6d6d;
}

.price-slider{
	margin: 10px 0;
}

.mobile-filter-toggle{
	background: none;
	border: none;
	font-size: 1.1em;
	cursor: pointer;
	margin-left: 10px;
	display: none;
}

.mobile-filters-panel{
	position: fixed;
	top: 0;
	right: -100%;
	width: 80%;
	max-width: 300px;
	height: 100%;
	background: #fff;
	z-index: 9999;
	overflow-y: auto;
	box-shadow: -2px 0 5px rgba(0,0,0,0.3);
	transition: right 0.3s ease;
	padding: 20px;
}

.mobile-filters-panel.active{
	right: 0;
}

.mobile-filters-close{
	background: none;
	border: none;
	font-size: 1.2em;
	cursor: pointer;
	margin-bottom: 20px;
}



/* 768px and smaller screen sizes */
@media (max-width: 768px){

	.desktop-filters{
		display: none;
	}
	
	.product-listing{
		width: 100%;
		padding: 10px;
	}
	
	.custom-product-grid{
	grid-template-columns: repeat(2, 1fr);
	}
	.custom-product-card h2 {
    min-height: 2rem!important;
	}
    
	.custom-product-image {
    height: 100px!important;
	}
	.mobile-filter-toggle{
		display: inline-block;
	}
	/* Product header */
	.product-container .product-listing .product-header{
		display:block;
	}
	.product-container .product-listing .product-header{
		min-height:100px;
		height:auto !important;
	}
	/* Price filter form */
    #mobile-price-filter-form{
    	display:inline-flex;
    	flex-direction:column;
    	width:100% !important;
    	padding-left:20px;
    	padding-right:20px;
    	text-align:center;
    }
    
    /* Price slider */
    .product-container .desktop-filters .product-filters .product-price-filter #price-filter-form .price-slider{
    	width:100% !important;
    }
    
    /* Button */
    #mobile-price-filter-form button{
    	background-color:var(--primary-color);
    	padding-top:10px;
    	padding-bottom:10px;
    	margin-top:15px;
    	border-style:none;
    	border-radius:5px;
    	color:#fff;
    	font-weight:600;
    	cursor: pointer;
    }
    #mobile-price-filter-form button:hover{
    	background-color:var(--primary-dark);
    }
    
    /* Division */
    #mobile-price-filter-form .price-slider div{
    	background-color:var(--primary-color);
    }
    
    /* Span Tag */
    #mobile-price-filter-form .price-slider span{
    	border-radius:50px;
    }
    /* Price slider */
    #mobile-price-filter-form .price-slider{
    	background-color:#ccc;
    	border-style:none;
    }

}

/* Price filter form */
#price-filter-form{
	display:inline-flex;
	flex-direction:column;
	width:100% !important;
	padding-left:20px;
	padding-right:20px;
	text-align:center;
}

/* Price slider */
.product-container .desktop-filters .product-filters .product-price-filter #price-filter-form .price-slider{
	width:100% !important;
}

/* Button */
#price-filter-form button{
	background-color:var(--primary-color);
	padding-top:10px;
	padding-bottom:10px;
	margin-top:15px;
	border-style:none;
	border-radius:5px;
	color:#fff;
	font-weight:600;
	cursor: pointer;
}
#price-filter-form button:hover{
	background-color:var(--primary-dark);
}

/* Division */
#price-filter-form .price-slider div{
	background-color:var(--primary-color);
}

/* Span Tag */
#price-filter-form .price-slider span{
	border-radius:50px;
}
/* Price slider */
#price-filter-form .price-slider{
	background-color:#ccc;
	border-style:none;
}

/* Paragraph */
#price-filter-form p{
	color:#515151;
	font-weight:600;
	font-size:0.9rem;
	
}

/* Select */
.product-ordering .woocommerce-ordering select{
	padding:10px;
	color:#8e8e8e;
	font-weight:500;
	border-color:#dbdada;
	border-radius:5px;
}

.product-header .product-ordering .mobile-filter-toggle{
	font-size:1rem;
	color:#bbb8b8;
	font-weight:500;
}

.container-motora-text {
    min-height: 400px;
}

/*product*/


/* Header top */
.header .header-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.header .header-menu {
    margin-top: 100px;
    z-index: 5;
}
header.header-mobile.mobile-header {
    position: sticky!important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.page-content .motora-my-accont .woocommerce {
    display: block;
    justify-content: center;
}
