/* Generated from page: proionta */
.themify_builder_content-9166 .tb_gsx3334.module-fancy-heading{margin-top:40px}
.themify_builder_content-9166 .tb_b81p687{padding-right:40px;padding-left:40px}

@media(max-width:680px){
.themify_builder_content-9166 .tb_b81p687{padding-right:20px;padding-left:20px}
}/*Builder Custom CSS START*/
/* Equal Height & Alignment για τα Box */
.themify_builder_content .products {
 display: flex !important;
 flex-wrap: wrap !important;
 align-items: stretch !important;
}

.themify_builder_content .products li.product {
 display: flex !important;
 flex-direction: column !important;
 height: auto !important;
}

.themify_builder_content .products li.product .product-inner {
 flex: 1 !important;
 display: flex !important;
 flex-direction: column !important;
 justify-content: space-between !important;
 background: #ffffff; /* Προαιρετικό: διασφαλίζει λευκό φόντο */
 padding: 20px !important;
 border-radius: 10px; /* Για ομοιόμορφες γωνίες αν θες */
}

/* Στοίχιση περιεχομένου μέσα στο box */
.product-inner h3, .product-inner .price, .product-inner .add_to_cart_button {
 margin-top: auto !important;
}


/* Pixel Perfect Alignment για Προϊόντα */
.themify_builder_content .products li.product h3 {
 /* Εξασφαλίζει χώρο για 2 γραμμές τίτλου */
 min-height: 50px !important; 
 max-height: 50px !important;
 overflow: hidden;
 
 display: flex !important;
 align-items: center !important; /* Κεντράρει κάθετα τον τίτλο της μιας γραμμής */
 justify-content: center !important;
 margin-bottom: 15px !important;
 text-align: center;
}

/* Σπρώχνει την τιμή και το κουμπί στο τέρμα κάτω μέρος του box */
.themify_builder_content .products li.product .product-inner {
 display: flex !important;
 flex-direction: column !important;
 justify-content: space-between !important;
 height: 100% !important;
}

/* Mobile Stack: 1 Product Per Row */
@media screen and (max-width: 680px) {
 .woocommerce ul.products li.product,
 .woocommerce-page ul.products li.product,
 .themify_builder_content .module-products .products li.product {
 width: 100% !important;
 float: none !important;
 margin-left: 0 !important;
 margin-right: 0 !important;
 margin-bottom: 30px !important;
 clear: both !important;
 }

 /* Center align product content if needed */
 .product-inner {
 text-align: center !important;
 padding: 15px !important;
 }
}
/*Builder Custom CSS END*/