/*
 Theme Name: Astra Child
 Theme URI: https://panagiotiskordas.gr/
 Description: Child theme for Astra 
 Author: Panos K.
 Author URI: https://panagiotiskordas.gr/
 Template: astra
 Version: 1.0.0
*/

/* ============================= FONT STYLING — MENU & HEADINGS ============================= */
/* Κύριο μενού */
.main-header-menu>.menu-item>a,
.main-header-menu .sub-menu .menu-item>a {
    font-family: "Cormorant Garamond", serif !important;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* Τίτλοι (Headings) */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Cormorant Garamond", serif !important;
    font-weight: 600;
    letter-spacing: 0.3px;
}

/* Προαιρετικό: μικρό fade hover στο menu για πιο refined αίσθηση */
.main-header-menu>.menu-item>a {
    transition: color 0.3s ease, transform 0.3s ease;
}

.main-header-menu>.menu-item>a:hover {
    color: #d4af37;
    /* μελί χρυσό */
    transform: translateY(-1px);
}

/* Για να παραμείνουν όλα τα υπόλοιπα με Poppins */
body,
p,
span,
a,
li,
input,
button {
    font-family: "Poppins", sans-serif !important;
}





/* ######################### Styles for Woocommerce ######################### */
/* Hide ALL prices */
.price,
.woocommerce-Price-amount,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    display: none !important;
}

/* Hide related products on single product page */
.related.products {
    display: none !important;
}

/* Hide Add To Cart buttons */
button.single_add_to_cart_button,
a.add_to_cart_button,
.woocommerce a.button {
    display: none !important;
}

/* ######################### Header #########################*/
/* Revove arrow from nav links on desktop */
@media (min-width: 922px) {

    .main-header-menu .menu-item-has-children .ast-arrow-svg,
    .ast-builder-menu-1 .menu-item-has-children .ast-arrow-svg,
    .main-header-menu .menu-item-has-children>a .ast-header-nav-arrow,
    .ast-builder-menu-1 .menu-item-has-children>a .ast-header-nav-arrow {
        display: none !important;
        content: none !important;
    }
}

/* Hide site tille */
.site-title {
    display: none !important;
}

/* ######################################### HEADER STYLING (DESKTOP) ######################################### */
@media (min-width: 1025px) {

    /* Φόντο header */
    .main-header-bar {
        background-color: #fefdf9;
        /* απαλό λευκό */
        border-bottom: 1px solid #e8e6df;
        box-shadow: none;
        /* καθαρό, χωρίς σκιά */
    }

    /* Λογότυπο */
    .site-logo img {
        max-height: 60px;
        transition: opacity 0.3s ease;
    }

    .site-logo img:hover {
        opacity: 0.8;
    }

    /* Κύριο μενού */
    .main-header-menu>.menu-item>a {
        font-family: "Cormorant Garamond", serif;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 0.5px;
        color: #111111;
        text-transform: uppercase;
        padding: 10px 16px;
        transition: all 0.3s ease;
    }

    /* Hover links */
    .main-header-menu>.menu-item>a:hover {
        color: #d4af37;
        /* χρυσό μελί hover */
    }

    /* Active menu item */
    .main-header-menu .current-menu-item>a {
        color: #d4af37;
        /* border-bottom: 2px solid #d4af37; */
    }

    /* Αφαίρεση βελακίων / toggles */
    .main-header-menu .ast-menu-toggle,
    .main-header-menu svg {
        display: none !important;
    }

    /* Δεξί μέρος (αν έχεις icons ή cart) */
    .ast-header-custom-item a,
    .ast-header-widget-area a {
        color: #111111;
        transition: color 0.3s ease;
    }

    .ast-header-custom-item a:hover,
    .ast-header-widget-area a:hover {
        color: #d4af37;
    }
}

/* ######################################### SUBMENU (DESKTOP) ######################################### */
@media (min-width: 1025px) {

    /* Βασικό container του submenu */
    .main-header-menu .sub-menu {
        background: #fefdf9;
        border: 1px solid #e8e6df;
        padding: 10px 0;
        border-radius: 10px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        min-width: 220px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px) scale(0.97);
        transform: translateY(0) scale(1);
        transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    }

    /* Όταν γίνεται hover στο parent link */
    .main-header-menu .menu-item:hover>.sub-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    /* Menu links μέσα στο submenu */
    .main-header-menu .sub-menu .menu-item>a {
        font-family: "Playfair Display", serif;
        font-size: 15px;
        color: #111111;
        padding: 10px 22px;
        display: block;
        letter-spacing: 0.3px;
        transition: all 0.3s ease;
    }

    /* Hover effect — minimal honey highlight */
    .main-header-menu .sub-menu .menu-item>a:hover {
        color: #d4af37;
        background: linear-gradient(to right,
                rgba(212, 175, 55, 0.1),
                rgba(255, 255, 255, 0));
        padding-left: 26px;
    }

    /* Ελαφρύ border-top μεταξύ items (πιο "couture" αισθητική) */
    .main-header-menu .sub-menu .menu-item+.menu-item>a {
        border-top: 1px solid #f0ede6;
    }

    /* Αφαίρεση περιττών εικονιδίων / βελών */
    .main-header-menu .sub-menu .ast-menu-toggle,
    .main-header-menu .sub-menu svg {
        display: none !important;
    }

    /* Μικρή καθυστέρηση στο animation για πιο “ρευστό” άνοιγμα */
    .main-header-menu .menu-item-has-children:hover>.sub-menu {
        transition-delay: 0.1s;
    }

    /* Προαιρετικό: αναδείξτε το parent link όταν ανοίγει submenu */
    .main-header-menu .menu-item-has-children:hover>a {
        color: #d4af37;
    }
}

/* =========================== MENU ARROWS (Desktop only) =========================== */
@media (min-width: 1025px) {

    /* Κρύψε τα default Astra arrows */
    .ast-menu-toggle,
    .ast-header-break-point .ast-menu-toggle {
        display: none !important;
    }

    /* ====== TOP LEVEL MENU ITEMS ====== */
    .main-header-menu>.menu-item-has-children>a::after {
        content: "▾";
        display: inline-block;
        margin-left: 6px;
        font-size: 18px;
        /* 👈 μεγαλώνει το top-level arrow */
        color: #d4af37;
        transition: transform 0.3s ease, color 0.3s ease;
    }

    /* Hover για top-level */
    .main-header-menu>.menu-item-has-children:hover>a::after {
        transform: rotate(180deg);
        color: #111;
    }

    /* ====== SUBMENU ITEMS ====== */
    .main-header-menu .sub-menu .menu-item-has-children>a::after {
        content: "▾";
        display: inline-block;
        margin-left: 4px;
        font-size: 16px;
        /* 👈 άλλαξε εδώ για nested submenus */
        color: #d4af37;
        transition: transform 0.3s ease, color 0.3s ease;
    }

    /* Hover για nested submenu */
    .main-header-menu .sub-menu .menu-item-has-children:hover>a::after {
        transform: rotate(180deg);
        color: #111;
    }
}



/* 1️⃣ Καθαρό look για τα dropdown arrows στο mobile */
.ast-mobile-popup-drawer .ast-icon.icon-arrow svg {
    fill: currentColor;
    stroke: none;
    transition: transform 0.3s ease, color 0.3s ease;
    filter: none !important;
    opacity: 0.9;
}

/* 2️⃣ Όταν το dropdown είναι ανοιχτό, κάνε rotate το βελάκι καθαρά */
.ast-mobile-popup-drawer .menu-item-has-children.ast-submenu-expanded>.ast-menu-toggle .ast-icon.icon-arrow svg {
    opacity: 1;
}

/* 🔹 Εξαφάνιση outline / περιγράμματος στα κουμπιά mobile menu */
.ast-mobile-popup-drawer button.ast-menu-toggle:focus,
.ast-mobile-popup-drawer button.ast-menu-toggle:active,
.ast-mobile-popup-drawer button.ast-menu-toggle {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

/* 🔹 Καθάρισε επίσης το dropdown arrow SVG για να μη μένει “αντίγραφο” */
.ast-mobile-popup-drawer .ast-icon.icon-arrow svg {
    fill: currentColor;
    stroke: none;
    filter: none !important;
    transition: transform 0.3s ease;
}

/* 🔹 Extra: Καθάρισε οποιοδήποτε focus από το link ή το button μέσα στο mobile menu */
.ast-mobile-popup-drawer .menu-link:focus,
.ast-mobile-popup-drawer .menu-link:active {
    outline: none !important;
    box-shadow: none !important;
}



/* ----- PAGINATION: NORMAL STATE ----- */




/* ===================== PAGINATION – ELEGANT STYLE ===================== */

/* Κοντέινερ */
.woocommerce nav.woocommerce-pagination {
  margin: 40px 0 20px;
  text-align: center;
}

/* Αφαιρούμε default border του UL */
.woocommerce nav.woocommerce-pagination ul {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Κάθε li σαν "κουμπί" σε σειρά */
.woocommerce nav.woocommerce-pagination ul li {
  border: none !important;
  margin: 0 4px !important;
}

/* Βασικό κουμπί */
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 30px;
  padding: 0 10px;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #111111 !important;
  background-color: #ffffff !important;
  border-radius: 999px; /* pill */
  border: 1px solid #111111 !important;
  outline: none !important;
  transition: all 0.25s ease;
}

/* Hover */
.woocommerce nav.woocommerce-pagination ul li a:hover {
  background-color: #111111 !important;
  color: #ffffff !important;
  border-color: #111111 !important;
  transform: translateY(-1px);
}

/* Active page */
.woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: #111111 !important;
  color: #ffffff !important;
  border-color: #111111 !important;
}

/* Προαιρετικά: disabled arrows πιο “ήσυχα” */
.woocommerce nav.woocommerce-pagination ul li span.dots,
.woocommerce nav.woocommerce-pagination ul li a.disabled {
  opacity: 0.4;
  cursor: default;
  transform: none;
}


/* ======================================= PAGINATION :: (END) ============================================= */

.ast-breadcrumbs .breadcrumb_last {
    text-transform: none !important;
}

/* Κρύψε τη λέξη "Page" από τα breadcrumbs */
.ast-breadcrumbs span:contains("Page") {
    display: none !important;
}

.page-numbers li{
    color: #000 !important;
}


.posted_in a{
    color: #8F8236 !important
}

.single-product-category{
    display: none !important;
}

.wpforms-field input,
.wpforms-field textarea,
.wpforms-field select {
    /* border: 1px solid #D7A437 !important; */
    color: #2E2A25;
}


/*#######################################  OF CANVAS MENU MOBILE #######################################*/

/* OFF-CANVAS MENU MOBILE – καθαρό arrow δεξιά */
@media (max-width: 921px) {

    /* Τα li μέσα στο off-canvas να είναι relative για να “κάτσει” το arrow */
    #ast-mobile-popup #ast-hf-mobile-menu .menu-item {
        position: relative;
    }

    /* Κρύβουμε το default Astra icon ΜΟΝΟ στο popup */
    #ast-mobile-popup .ast-menu-toggle .ast-icon.icon-arrow {
        display: none !important;
    }

    /* Το ast-menu-toggle μένει, αλλά γίνεται “αόρατο” click area δεξιά */
    #ast-mobile-popup #ast-hf-mobile-menu .ast-menu-toggle {
        position: absolute;
        top: 0;
        right: 0;
        width: 56px;
        height: 100%;
        background: transparent;
        border: none;
        margin: 0;
        padding: 0;
    }

    /* Τα items με submenu έχουν χώρο δεξιά για το δικό μας βελάκι */
    #ast-mobile-popup #ast-hf-mobile-menu .menu-item-has-children>.menu-link {
        position: relative;
        padding-right: 40px;
    }

    /* ΔΙΚΟ μας χρυσό › δεξιά, στην μέση της γραμμής */
    #ast-mobile-popup #ast-hf-mobile-menu .menu-item-has-children>.menu-link::after {
        content: "›";
        position: absolute;
        right: 18px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 18px;
        color: #d4af37;
    }
}



/*#######################################  OF CANVAS MENU MOBILE #######################################*/

/* FIX WordPress Admin Bar Icons */
#wpadminbar *,
#wpadminbar .ab-item,
#wpadminbar .ab-icon,
#wpadminbar .ab-icon:before,
#wpadminbar .ab-item:before {
    font-family: dashicons !important;
    -webkit-font-smoothing: antialiased;
}

/* ####################################################  */
/* ####################################################  */
/* ####################################################  */


/* ==== HARD FIX για το off-canvas arrow στο mobile ==== */
@media (max-width: 921px) {
    #ast-hf-mobile-menu .ast-menu-toggle {
        margin-right: 0 !important;
        position: absolute !important;
        right: 16px !important;
        left: auto !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        width: 40px !important;
        height: 100% !important;
        background: transparent !important;
        border: none !important;
        padding: 0 !important;
    }

    #ast-hf-mobile-menu .ast-menu-toggle .ast-icon.icon-arrow svg {
        transform: rotate(-90deg) !important;
        /* να κοιτάει δεξιά */
        width: 14px;
        height: 14px;
        stroke: #d4af37;
        fill: #d4af37;
    }
}






/* 3. Στυλ για το back (cp-mobile-back) */
@media (max-width: 921px) {
    #ast-mobile-popup #cp-mobile-drill-panel .cp-mobile-back {
        padding: 16px 24px;
        /* πιο άνετο left/right */
        font-size: 15px;
        font-weight: 600;
        background: #fefdf9;
        /* ίδιο φόντο με menu */
        border-bottom: 1px solid #d2c08d;
        color: #111111;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
}



/* ===== Drilldown panel: ">" ΜΟΝΟ σε items με submenu ===== */
@media (max-width: 921px) {

    /* 1. Σβήνουμε ΟΛΑ τα default ">" πριν από τα links στο drill panel */
    #ast-mobile-popup #cp-mobile-drill-panel .menu-link::before {
        content: none !important;
    }

    /* 2. Βάζουμε δικό μας ">" ΜΟΝΟ σε όσα έχουν submenu */
    #ast-mobile-popup #cp-mobile-drill-panel .menu-item-has-children>.menu-link {
        position: relative;
        /* padding-left: 26px;  */
    }

    #ast-mobile-popup #cp-mobile-drill-panel .menu-item-has-children>.menu-link::before {
        content: "›";
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 14px;
        color: #111111;
        /* μαύρο */
    }
}


/* ==== DRILL-PANEL: καθαρό ">" ΜΟΝΟ όπου υπάρχει submenu ==== */




/* ==== OFF-CANVAS: arrows ΜΟΝΟ για items με submenu ==== */
@media (max-width: 921px) {

    /* 1. Καθαρίζουμε ΟΠΟΙΟΔΗΠΟΤΕ default arrow από όλα τα links */
    .ast-mobile-popup-drawer #ast-hf-mobile-menu .menu-link::before,
    .ast-mobile-popup-drawer #ast-hf-mobile-menu .menu-link::after,
    .ast-mobile-popup-drawer #cp-mobile-drill-panel .menu-link::before,
    .ast-mobile-popup-drawer #cp-mobile-drill-panel .menu-link::after {
        content: "" !important;
        display: none !important;
    }

    /* 2. Προσθέτουμε "›" ΜΟΝΟ σε li που έχουν .menu-item-has-children */
    .ast-mobile-popup-drawer #ast-hf-mobile-menu .menu-item-has-children>.menu-link::before,
    .ast-mobile-popup-drawer #cp-mobile-drill-panel .menu-item-has-children>.menu-link::before {
        content: "›" !important;
        display: inline-block !important;
        margin-right: 8px;
        font-size: 16px;
        color: #111111;
    }
}


/* MOBILE/TABLET: σβήσε το "active" χρυσό στα links του off-canvas */
@media (max-width: 921px) {

    /* βασικό off-canvas menu */
    .ast-mobile-popup-drawer #ast-hf-mobile-menu .current-menu-item>.menu-link,
    .ast-mobile-popup-drawer #ast-hf-mobile-menu .current_page_item>.menu-link,
    .ast-mobile-popup-drawer #ast-hf-mobile-menu .current-menu-ancestor>.menu-link,
    .ast-mobile-popup-drawer #ast-hf-mobile-menu .current_page_ancestor>.menu-link,

    /* drilldown panel */
    #cp-mobile-drill-panel .current-menu-item>.menu-link,
    #cp-mobile-drill-panel .current_page_item>.menu-link,
    #cp-mobile-drill-panel .current-menu-ancestor>.menu-link,
    #cp-mobile-drill-panel .current_page_ancestor>.menu-link {

        color: #111111 !important;
        /* ίδιο χρώμα με τα υπόλοιπα */
        background: transparent !important;
        /* χωρίς φόντο */
        border-bottom-color: #e8e6df !important;
        /* αν βάζει καμία γραμμή */
    }
}


/* MOBILE/TABLET: χωρίς hover/active/selected χρώματα στο off-canvas menu */
@media (max-width: 921px) {

    /* βασικό off-canvas menu */
    .ast-mobile-popup-drawer #ast-hf-mobile-menu .menu-link,
    /* drilldown panel */
    #cp-mobile-drill-panel .menu-link {
        color: #111111 !important;
        /* σταθερό μαύρο */
        background: transparent !important;
        /* χωρίς φόντο */
        text-decoration: none !important;
    }

    /* σβήσε ΟΛΑ τα hover / active / current states στο mobile */
    .ast-mobile-popup-drawer #ast-hf-mobile-menu .menu-link:hover,
    .ast-mobile-popup-drawer #ast-hf-mobile-menu .menu-link:focus,
    .ast-mobile-popup-drawer #ast-hf-mobile-menu .menu-link:active,
    .ast-mobile-popup-drawer #ast-hf-mobile-menu .current-menu-item>.menu-link,
    .ast-mobile-popup-drawer #ast-hf-mobile-menu .current_page_item>.menu-link,
    .ast-mobile-popup-drawer #ast-hf-mobile-menu .current-menu-ancestor>.menu-link,
    .ast-mobile-popup-drawer #ast-hf-mobile-menu .current_page_ancestor>.menu-link,

    #cp-mobile-drill-panel .menu-link:hover,
    #cp-mobile-drill-panel .menu-link:focus,
    #cp-mobile-drill-panel .menu-link:active,
    #cp-mobile-drill-panel .current-menu-item>.menu-link,
    #cp-mobile-drill-panel .current_page_item>.menu-link,
    #cp-mobile-drill-panel .current-menu-ancestor>.menu-link,
    #cp-mobile-drill-panel .current_page_ancestor>.menu-link {
        color: #111111 !important;
        /* ίδιο με τα υπόλοιπα */
        background: transparent !important;
        /* μηδέν highlight */
        border-color: transparent !important;
        box-shadow: none !important;
    }
}


/* MOBILE/TABLET — Back title (πάνω τίτλος κάθε υπομενού) */
@media (max-width: 921px) {

    /* Το bar που εμφανίζεται πάνω-πάνω, π.χ. ← COLLECTIONS */
    #cp-mobile-drill-panel .cp-mobile-back {
        font-size: 14px !important;
        /* μικρότερο */
        white-space: nowrap !important;
        /* ΜΗΝ σπάει σε 2 γραμμές */
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        padding: 14px 22px !important;
        /* λίγο πιο μαζεμένο */
    }
}


/* Make ALL mobile menu dividers identical */
#ast-mobile-popup #ast-hf-mobile-menu>.menu-item {
    border-bottom: 1px solid #e8e6df !important;
}

/* Remove any weird top-divider Astra adds to the first item */
#ast-mobile-popup #ast-hf-mobile-menu>.menu-item:first-child {
    border-top: none !important;
}


/* MOBILE: κάνε ΟΛΑ τα dividers του off-canvas ίδια */
@media (max-width: 921px) {

    /* Καμία γραμμή στο πάνω μέρος του menu */
    #ast-mobile-popup #ast-hf-mobile-menu {
        border-top: none !important;
        box-shadow: none !important;
    }

    /* Ίδιο border-bottom για ΟΛΑ τα items */
    #ast-mobile-popup #ast-hf-mobile-menu .menu-item {
        border-top: none !important;
        border-bottom: 1px solid #e8e6df !important;
        box-shadow: none !important;
    }

    /* Σιγουρευόμαστε ότι τα links δεν έχουν δικό τους border */
    #ast-mobile-popup #ast-hf-mobile-menu .menu-link {
        border: none !important;
        box-shadow: none !important;
    }
}


/* MOBILE/TABLET: σταθερό, ίδιο divider σε όλα τα items του off-canvas */
@media (max-width: 921px) {

    /* Καθαρό wrapper, χωρίς extra γραμμές/σκιές */
    #ast-mobile-popup #ast-hf-mobile-menu,
    #cp-mobile-drill-panel .cp-mobile-level {
        border-top: none !important;
        box-shadow: none !important;
    }

    /* ΒΑΣΙΚΟ divider για ΟΛΑ τα items (και το πρώτο) */
    #ast-mobile-popup #ast-hf-mobile-menu .menu-item,
    #cp-mobile-drill-panel .cp-mobile-level .menu-item {
        border-top: none !important;
        border-bottom: 1px solid #e8e6df !important;
        box-shadow: none !important;
    }

    /* ΜΗΝ αλλάζει το border όταν γίνεται hover / active / current */
    #ast-mobile-popup #ast-hf-mobile-menu .menu-item:hover,
    #ast-mobile-popup #ast-hf-mobile-menu .menu-item:active,
    #ast-mobile-popup #ast-hf-mobile-menu .menu-item:focus,
    #ast-mobile-popup #ast-hf-mobile-menu .current-menu-item,
    #ast-mobile-popup #ast-hf-mobile-menu .current_page_item,
    #ast-mobile-popup #ast-hf-mobile-menu .current-menu-ancestor,
    #ast-mobile-popup #ast-hf-mobile-menu .current_page_ancestor,

    #cp-mobile-drill-panel .cp-mobile-level .menu-item:hover,
    #cp-mobile-drill-panel .cp-mobile-level .menu-item:active,
    #cp-mobile-drill-panel .cp-mobile-level .menu-item:focus,
    #cp-mobile-drill-panel .cp-mobile-level .current-menu-item,
    #cp-mobile-drill-panel .cp-mobile-level .current_page_item,
    #cp-mobile-drill-panel .cp-mobile-level .current-menu-ancestor,
    #cp-mobile-drill-panel .cp-mobile-level .current_page_ancestor {
        border-bottom: 1px solid #e8e6df !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    /* Σιγουρευόμαστε ότι τα links δεν κουβαλάνε δικό τους border/σκιά */
    #ast-mobile-popup #ast-hf-mobile-menu .menu-link,
    #cp-mobile-drill-panel .cp-mobile-level .menu-link {
        border: none !important;
        box-shadow: none !important;
    }
}


/* Κρύβει το "Showing X–Y of Z results" */
.woocommerce-result-count {
    display: none !important;
}

/* Κρύβει το sorting dropdown */
.woocommerce-ordering {
    display: none !important;
}


/* ---------------------------------------------------------- */
/* PREMIUM SPACING & LAYOUT (BANNER → BREADCRUMB → DESCRIPTION) */
/* ---------------------------------------------------------- */

.custom-category-header {
    margin-bottom: 70px !important;
    /* Ενιαίο spacing σε Shop + Categories */
}

/* Breadcrumb */
.woocommerce-breadcrumb {
    display: block;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    /* color: #888; */
    color: #8f8236 !important;
    opacity: 0.85;
}

/* Breadcrumb link color */
.woocommerce-breadcrumb a {
    /* color: #7a7a7a !important; */
     color: #918a66 !important;
}

.woocommerce-breadcrumb a:hover {
    color: #000 !important;
}

/* Elegant divider under breadcrumb */
.woocommerce-breadcrumb::after {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    background: #e3e3e3;
    margin: 20px auto 0;
    border-radius: 2px;
    opacity: 0.7;
}

/* ---------------------------------------------------------- */
/* DESCRIPTION (Shop page + Category descriptions) */
/* ---------------------------------------------------------- */

.woocommerce-products-header__description,
.term-description,
.page-description {
    max-width: 900px;
    margin: 35px auto 45px;
    text-align: center;
    padding: 0 20px;
    font-size: 18px;
    line-height: 1.7;
    color: #555;
}

/* Divider under description */
.woocommerce-products-header__description::after,
.term-description::after,
.page-description::after {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    background: #ddd;
    margin: 25px auto 0;
    border-radius: 2px;
    opacity: 0.7;
}

/* ---------------------------------------------------------- */
/* PRODUCT THUMBNAILS (Rounded corners) */
/* ---------------------------------------------------------- */

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
    border-radius: 12px !important;
    overflow: hidden;
}


body.woocommerce-shop .woocommerce-breadcrumb {
    margin-top: 40px !important;
    /* δοκίμασε 40–60px ανάλογα πόσο αέρα θες */
}



/* Desktop: φέρε τα menu links στη μέση κάθετα */
@media (min-width: 1025px) {
    .main-header-bar .main-header-menu>.menu-item>a {
        padding-top: 26px !important;
        padding-bottom: 26px !important;
    }
}


@media (min-width: 1025px) {

    .main-header-bar .ast-main-header-wrap,
    .main-header-bar .main-header-bar-navigation {
        align-items: center !important;
    }
}


/* Αέρας δεξιά – αριστερά στη σελίδα Store (Shop) */
body.woocommerce-shop .site-main {
    padding-left: 40px !important;
    padding-right: 40px !important;
}


/* Aέρας δεξιά–αριστερά σε Shop + Όλες τις Κατηγορίες */
body.woocommerce-shop .site-main,
body.tax-product_cat .site-main,
body.post-type-archive-product .site-main {
    padding-left: 40px !important;
    padding-right: 40px !important;
}


/* ##################### WP FORM STYLING ############################# */

#wpforms-form-13 .wpforms-submit {
    background-color: #111111 !important;
    /* φόντο κουμπιού */
    color: #ffffff !important;
    /* κείμενο */
    border-radius: 999px;
    /* pill κουμπί */
    padding: 10px 26px;
    border: 1px solid #111111;
}

#wpforms-form-13 .wpforms-submit:hover {
    background-color: #ffffff !important;
    color: #111111 !important;
}


#wpforms-form-13 input[type="text"],
#wpforms-form-13 input[type="email"],
#wpforms-form-13 textarea {
    border: 1px solid black !important;
    border-radius: 6px !important;
    padding: 10px 12px !important;
}




/* =========================
   Category banner tablet fix
   ========================= */
@media (max-width: 921px) {
  .wc-category-header {
    height: 300px !important;
  }
}







/* ===========================
   CONTACT INFO (icons + text)
   =========================== */

.contact-info {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  color: #333;
  max-width: 420px;
  line-height: 1.6;
}

.contact-info p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin: 3px 0;
}

.contact-info .icon {
  width: 20px;
  height: 20px;
  stroke: #8f8236;
  flex-shrink: 0;
}

.contact-info a {
  color: #8f8236;
  text-decoration: none;
  transition: color 0.3s ease;
}
.contact-info a:hover {
  color: #6b641f;
  text-decoration: underline;
}

.contact-info strong {
  min-width: 70px;
  display: inline-block;
}





/* =========================================
   MOBILE FOOTER (stacked, clean)  ≤768px
   ========================================= */
@media (max-width: 768px) {

    .site-primary-footer-wrap.ast-builder-grid-row-container{
        padding:30px !important
    }


  /* Κάνε το primary footer μία στήλη */
  .site-primary-footer-wrap .ast-builder-footer-grid-columns {
    display: block !important;
  }

  /* Κοινό styling για τα 4 blocks */
  .site-footer-primary-section-1,
  .site-footer-primary-section-2,
  .site-footer-primary-section-3,
  .site-footer-primary-section-4 {
    padding: 18px 20px !important;
    margin: 0 !important;
    text-align: center !important;
    border: none !important;
  }

  .site-footer-primary-section-1{
    padding-top: 0px !important;
  }

  /* Διακριτική γραμμή ανάμεσα στα blocks */
  .site-footer-primary-section-2,
  .site-footer-primary-section-3,
  .site-footer-primary-section-4 {
    border-top: 1px solid #eee !important;
  }

.site-footer-primary-section-4{
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
}

  /* -------- LOGO -------- */
  .site-footer-primary-section-1 img {
    max-width: 120px !important;
    height: auto !important;
    margin: 0 auto 10px auto !important;
  }

  /* -------- TITLES (Useful Links / Get in touch / Follow us) -------- */
  .site-footer-primary-section-2 .widget_text p strong,
  .site-footer-primary-section-3 .widget_text p strong,
  .site-footer-primary-section-4 .widget_text p strong {
    font-size: 12px !important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px !important;
  }

  /* -------- Useful Links -------- */
  .site-footer-primary-section-2 .menu {
    padding: 0;
    margin: 0;
  }

  .site-footer-primary-section-2 .menu li {
    margin: 3px 0 !important;
  }

  .site-footer-primary-section-2 .menu a {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }

  /* -------- Get in touch (contact-info) -------- */
  .site-footer-primary-section-3 .contact-info {
    max-width: 260px;
    margin: 0 auto;
    font-size: 13.5px;
    line-height: 1.5;
    text-align: left;
    text-align: center !important;
  }

  .site-footer-primary-section-3 .contact-info p {
    display: flex;
    align-items: center;
    justify-content: center !important;
    align-items: center !important;
    gap: 6px !important;
    margin: 4px 0 !important;
  }

  .site-footer-primary-section-3 .contact-info .icon {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
  }

  /* email να σπάει όμορφα αν χρειαστεί */
  .site-footer-primary-section-3 .contact-info a {
    overflow-wrap: break-word;
    word-break: break-word;
  }

  .site-footer-primary-section-2, .site-footer-primary-section-3, .site-footer-primary-section-4{
    margin-bottom: 5px !important;
  }

  
  .site-footer-primary-section-2 p, .site-footer-primary-section-3 p , .site-footer-primary-section-4 p{
    margin-bottom: 5px !important;
  }

    .site-footer-primary-section-2 section, .site-footer-primary-section-3 section , .site-footer-primary-section-4 section{
    margin-bottom: 5px !important;
  }

  .site-footer-primary-section-4 aside{
    margin-bottom: 0px !important;
  }
  /* -------- Follow us (social) -------- */
  .site-footer-primary-section-4 .ast-social-element,
  .site-footer-primary-section-4 .ast-social-color-type-custom {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 6px;
  }

  .site-footer-primary-section-4 .ast-social-color-type-custom a {
    margin: 0;
  }
}

/* Γενικό (desktop + mobile) contact-info base */
.contact-info {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}
.contact-info .icon {
  stroke: #8f8236;
}
.contact-info a {
  color: #8f8236;
  text-decoration: none;
  transition: color 0.3s ease;
}
.contact-info a:hover {
  color: #6b641f;
  text-decoration: underline;
}



/* =========================================
   TABLET FOOTER (ίδιο με mobile) 769–1024px
   ========================================= */
@media (min-width: 769px) and (max-width: 1024px) {

    
    .site-primary-footer-wrap.ast-builder-grid-row-container{
        padding:30px !important
    }


  /* Stack όλα σε μία στήλη όπως mobile */
  .site-primary-footer-wrap .ast-builder-footer-grid-columns {
      display: block !important;
      padding: 0 !important;
      text-align: center !important;
  }

  /* Κοινό styling για κάθε block */
  .site-footer-primary-section-1,
  .site-footer-primary-section-2,
  .site-footer-primary-section-3,
  .site-footer-primary-section-4 {
      padding: 5px 24px 28px 24px !important;
      border: none !important;
      text-align: center !important;
  }

    .site-footer-primary-section-1 section,
  .site-footer-primary-section-2 section,
  .site-footer-primary-section-3 section,
  .site-footer-primary-section-4 section {
      text-align: center !important;
  }

  /* Διακριτική γραμμή ανάμεσα στα sections */
  .site-footer-primary-section-2,
  .site-footer-primary-section-3,
  .site-footer-primary-section-4 {
      border-top: 1px solid #e6e6e6 !important;
  }

  /* LOGO slightly larger than mobile */
  .site-footer-primary-section-1 img {
      max-width: 180px !important;
      height: auto !important;
      margin: 0 auto 12px auto !important;
  }

  /* Titles */
  .site-footer-primary-section-2 .widget_text p strong,
  .site-footer-primary-section-3 .widget_text p strong,
  .site-footer-primary-section-4 .widget_text p strong {
      font-size: 13px !important;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      margin-bottom: 10px !important;
      display: block;
  }

  /* Useful Links */
  .site-footer-primary-section-2 .menu li {
      margin: 4px 0 !important;
  }
  .site-footer-primary-section-2 .menu a {
      font-size: 15px !important;
  }

  /* Contact Info — centered fully */
  .site-footer-primary-section-3 .contact-info {
      max-width: 300px !important;
      margin: 0 auto !important;
      text-align: center !important;
      font-size: 14px !important;
  }
  .site-footer-primary-section-3 .contact-info p {
      justify-content: center !important;
  }

  /* Follow Us centered */
  .site-footer-primary-section-4 .ast-social-element,
  .site-footer-primary-section-4 .ast-social-color-type-custom {
      display: flex !important;
      justify-content: center !important;
      gap: 16px !important;
      margin-top: 10px !important;
  }
}


/* ============================
   PRIVACY POLICY – Page ID 3
   Only main content, no header/footer
   ============================ */

/* Φόντο & κεντράρισμα μόνο στο main content */
.page-id-3 .site-main {
  background-color: #fefdf9;
  padding: 40px 0;
 padding: 40px 20px !important;  
}

/* Container των Elementor sections μέσα στο main */
.page-id-3 .site-main .elementor-section {
  max-width: 900px;
  margin: 0 auto 20px auto;
  padding: 20px 24px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #eee6d7;
}

/* Τίτλος σελίδας */
.page-id-3 .site-main h1 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 24px;
}

/* Υπότιτλοι (ενότητες) */
.page-id-3 .site-main h2 {
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid #eee6d7;
}

.page-id-3 .site-main h3 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 6px;
}

/* Κείμενο */
.page-id-3 .site-main p {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 10px;
}

/* Λίστες */
.page-id-3 .site-main ul,
.page-id-3 .site-main ol {
  margin: 0 0 14px 1.2rem;
  padding: 0;
}

.page-id-3 .site-main li {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 4px;
}

/* Links */
.page-id-3 .site-main a {
  color: #8f8236;
  text-decoration: none;
  border-bottom: 1px solid rgba(143, 130, 54, 0.35);
}

.page-id-3 .site-main a:hover {
  color: #6b641f;
  border-bottom-color: rgba(107, 100, 31, 0.7);
}


/* Διόρθωση layout για τη σελίδα About Us (page-id-548) */
@media (max-width: 1024px) {
  /* Κόβουμε οποιοδήποτε οριζόντιο overflow */
  body.page-id-548 {
    overflow-x: hidden;
  }

  /* Φροντίζουμε όλα τα βασικά στοιχεία του Elementor να μην ξεφεύγουν σε πλάτος */
  body.page-id-548 .elementor-section,
  body.page-id-548 .elementor-container,
  body.page-id-548 .elementor-column,
  body.page-id-548 .elementor-widget-wrap {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}



/* ver 25 */
