.elementor-kit-6{--e-global-color-primary:#CC1D1D;--e-global-color-secondary:#1A1A1A;--e-global-color-text:#333333;--e-global-color-accent:#CC1D1D;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* --- GLOBAL STYLE ΓΙΑ ΚΑΡΤΕΣ ΠΡΟΪΟΝΤΩΝ --- */

/* 1. Η Κάρτα του Προϊόντος (Grid) */
.woocommerce ul.products li.product {
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-bottom: 90px !important; /* Χώρος για Τιμή & Κουμπί */
    overflow: hidden;
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

/* 2. Ο Τίτλος (Περιορισμός σε 2 γραμμές) */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #1a1a1a !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.4;
    margin-bottom: 10px !important;
    min-height: 42px; /* Σταθερό ύψος */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 3. Αστεράκια & Κριτικές */
.woocommerce ul.products li.product .star-rating {
    margin: 0 !important;
    font-size: 14px !important;
    color: #000000 !important; /* Μαύρα Αστέρια */
}

.woocommerce ul.products li.product .star-rating span::before {
    color: #000000 !important;
}

/* Αριθμός Κριτικών */
.woocommerce ul.products li.product .woocommerce-review-link {
    display: inline-block !important;
    font-size: 13px !important;
    color: #000000 !important;
    margin-left: 8px !important;
    font-weight: 500;
    text-decoration: none !important;
}

.woocommerce ul.products li.product .woocommerce-review-link::after {
    content: " κριτικές";
    font-size: 12px;
}

/* 4. Η Τιμή (Καρφωμένη Κάτω Αριστερά) */
.woocommerce ul.products li.product .price {
    position: absolute !important;
    bottom: px !important;
    left: 20px !important;
    margin: 0 !important;
    line-height: 1;
    display: flex !important;
    flex-direction: row-reverse !important; 
    justify-content: flex-end !important;
    align-items: baseline !important;
    gap: 8px;
    z-index: 2;
    background: transparent !important;
}

.woocommerce ul.products li.product .price ins .amount,
.woocommerce ul.products li.product .price > .amount, 
.woocommerce ul.products li.product .price ins {
    color: #d93636 !important;
    font-size: 18px !important;
    font-weight: 800;
    text-decoration: none !important;
}

.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price del .amount {
    color: #b5b5b5 !important;
    font-size: 12px !important;
    text-decoration: line-through !important;
    font-weight: 400;
    opacity: 1 !important;
}

/* 5. Το Κουμπί Καλαθιού (Καρφωμένο Κάτω Δεξιά) */
.woocommerce ul.products li.product .button.add_to_cart_button {
    background-color: #d93636 !important;
    color: #ffffff !important;
    width: 45px;
    height: 45px;
    border-radius: 8px;
    padding: 0 !important;
    border: none !important;
    position: absolute !important; 
    bottom: 20px !important;
    right: 20px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 0 !important; 
    z-index: 2;
    margin: 0 !important;
}

.woocommerce ul.products li.product .button.add_to_cart_button::before {
    content: "\f07a"; 
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    font-size: 18px !important;
    color: #ffffff !important;
}

.woocommerce ul.products li.product .button.add_to_cart_button:hover {
    background-color: #000000 !important;
}

/* 6. Ταμπελάκι Προσφοράς */
.woocommerce ul.products li.product .onsale {
    background-color: #d93636 !important;
    color: #ffffff !important;
    font-size: 11px;
    font-weight: 700;
    border-radius: 4px;
    padding: 4px 8px;
    top: 15px;
    right: auto;
    left: 15px;
    min-height: auto;
    line-height: normal;
}

/* --- MOBILE FIX --- */
@media (max-width: 768px) {
    .woocommerce ul.products li.product {
        padding: 10px !important;
        padding-bottom: 80px !important;
    }

    .woocommerce ul.products li.product .price {
        left: 10px !important;
        bottom: -55px !important;
        flex-direction: column-reverse !important;
        align-items: flex-start !important;
    }
    
    .woocommerce ul.products li.product .button.add_to_cart_button {
        bottom: 20px !important;
        right: 10px !important;
        width: 40px !important;
        height: 40px !important;
    }
}/* End custom CSS */