.th-products-list__head{
display:none;
}
.woocommerce-loop-product__title {
     max-width: 16em !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.th-products-list__item {

    padding: 3px;!important
}

@media (max-width: 1024px) {

.th-products-list__content {
    margin: 0;
    display:grid;!important

}
.woocommerce-loop-product__title {
     max-width: 100em !important;

}
.th-products-list[data-layout=grid] .th-product-card .th-product-card__image {
    display: flex;
    position: relative;
    justify-content: center;
}


}

@media (min-width: 1025px) {
.th-products-list__content {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: center;
}
/* Problema ca pretul reducerii largeste blocul */
	.th-products-list[data-layout=grid] .th-product-card .th-product-card__footer {
  
    display: inline-grid;!important
 
}
/* Spatiu itre pret si butoane */
.th-products-list[data-layout=grid] .th-product-card .th-product-card__prices .th-price,.th-products-list[data-layout=grid] .th-product-card .th-product-card__prices .woocs_price_code {

    padding-bottom: 5px;

}
/* Inalitimea imaginii in tabloul de produse	 */
.th-product-card .th-product-card__image 

}

.shopengine-category-lists {
    padding: 20px;
    background-color: #f3f4f6;
}

.shopengine-category-lists-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem;
}

.single-cat-list-item {
    position: relative;
    background-color: white;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.single-cat-list-item:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.product-category-wrap {
    position: relative;
    padding-bottom: 100%; /* Creates square aspect ratio */
}

.single-product-category {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    text-align: center;
}

.product-category-title {
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #1f2937;
    margin: 0;
}

/* Responsive breakpoints */
@media (max-width: 1200px) {
    .shopengine-category-lists-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    .shopengine-category-lists-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 640px) {
    .shopengine-category-lists-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .shopengine-category-lists-grid {
        grid-template-columns: 1fr;
    }
}



/* Optional: Add overlay for better text readability */
.single-cat-list-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   
z-index: 1;
}

.single-product-category {
    z-index: 2;
}



/* Fixarea blocurilor de produse */

.th-product-card .th-product-card__name h2 {
    font-size: medium !important; 
}

.woocommerce-Price-amount {
    font-size: 15px; /* ajustează dimensiunea după preferințe */
}


/* Ascundem SKU */
.th-product-card__meta{
	display:none;
}
/* Motoda temporara de modificare a continutului la newslayer */
.th-subscribe-form__text::before {
    content: "Introdu adresa ta de email mai jos pentru a te abona la newsletter-ul nostru și pentru a fi la curent cu reducerile și ofertele speciale.";
    display: block;
}

.th-subscribe-form__text {
    visibility: hidden;
}

.th-subscribe-form__text::before {
    visibility: visible;
}

.th-subscribe-form__field::placeholder {
    color: #aaa;
    font-style: italic;
    content: "Adresa ta de email";
}






