/* === Prices (archives + Elementor widgets) — bigger + clean separator === */

/* Wrapper */
body:not(.single-product) .price,
body:not(.single-product) .wd-product .price,
body:not(.single-product) .widget .price {
  display: flex !important;
  justify-content: center !important;
  align-items: baseline !important;
  gap: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

/* Παλιά τιμή: ίδιο κόκκινο με το badge + bold + μαύρη διαγράμμιση */
body:not(.single-product) .price del,
body:not(.single-product) .wd-product .price del,
body:not(.single-product) .widget .price del {
  color: rgb(204,0,0) !important;      /* #cc0000 */
  text-decoration: line-through !important;
  text-decoration-color: #000 !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: .1em !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 1 !important;
}

/* Inherit για nested amount/bdi */
body:not(.single-product) .price del .amount,
body:not(.single-product) .wd-product .price del .amount,
body:not(.single-product) .widget .price del .amount {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}

/* Αφαίρεσε το παλιό "|" από μέσα στο <del> για να μη γίνεται «σταυρός» */
body:not(.single-product) .price del::after,
body:not(.single-product) .wd-product .price del::after,
body:not(.single-product) .widget .price del::after {
  content: none !important;
}

/* Νέα τιμή: bold + μεγαλύτερη */
body:not(.single-product) .price ins,
body:not(.single-product) .wd-product .price ins,
body:not(.single-product) .widget .price ins {
  color: #000 !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 1 !important;
}
body:not(.single-product) .price ins .amount,
body:not(.single-product) .wd-product .price ins .amount,
body:not(.single-product) .widget .price ins .amount {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}

/* Separator ως border-left ΜΟΝΟ όταν υπάρχει <del> πριν από το <ins> */
body:not(.single-product) .price del + ins,
body:not(.single-product) .wd-product .price del + ins,
body:not(.single-product) .widget .price del + ins {
  border-left: 2px solid #000 !important;
  padding-left: 8px !important;
  margin-left: 8px !important;
}

/* Separator & spacing όταν υπάρχει del πριν από ins (ακόμα κι αν μεσολαβεί screen-reader-text) */
body:not(.single-product) .price del ~ ins,
body:not(.single-product) .wd-product .price del ~ ins,
body:not(.single-product) .widget .price del ~ ins {
  display: inline-block !important;
  border-left: 2px solid #000 !important; /* το κάθετο "|" */
  padding-left: 8px !important;           /* εσωτερικό κενό μετά το "|" */
  margin-left: 8px !important;            /* εξωτερικό κενό πριν το "|" */
}

/* Βεβαιώσου ότι δεν μένει παλιό pseudo-separator μέσα στο <del> */
body:not(.single-product) .price del::after,
body:not(.single-product) .wd-product .price del::after,
body:not(.single-product) .widget .price del::after {
  content: none !important;
}

/* === Category pages ONLY: κενό ανάμεσα σε badge και τιμή === */
body.woocommerce.archive.tax-product_cat ul.products li.product .product-element-bottom > .wrap-price {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

/* Δώσε έξτρα χώρο στο badge πριν από την τιμή */
body.woocommerce.archive.tax-product_cat ul.products li.product .product-element-bottom > .wrap-price > .discount-label {
  margin: 12px 0 12px !important; /* ↑ παίξε 8–14px ανάλογα τι σου κάθεται */
}

/* Safety: αν κάτι το “σβήνει”, δώσε και margin στην τιμή */
body.woocommerce.archive.tax-product_cat ul/products li.product .product-element-bottom > .wrap-price > .price,
body.woocommerce.archive.tax-product_cat ul.products li.product .product-element-bottom > .wrap-price > span.price {
  margin-top: 8px !important;
}

/* Προαιρετικό: αν κάπου αλλού έχεις κάνει .wrap-price inline-block, εδώ το ακυρώνουμε */
body.woocommerce.archive.tax-product_cat ul.products li.product .product-element-bottom > .wrap-price {
  display: flex !important; /* επανάληψη για να κερδίσουμε την ειδικότητα */
}

/* Κεντράρισμα του discount badge ΜΟΝΟ στα Elementor product widgets */
.products.wd-products[data-source="shortcode"] .product-wrapper {
  text-align: center !important; /* κεντράρει inline/inline-block παιδιά */
}

.products.wd-products[data-source="shortcode"] .product-wrapper .discount-label {
  display: inline-block !important; /* κρατά μικρό πλάτος */
  margin-left: auto !important;
  margin-right: auto !important;
}





/* Hide Woodmart add-to-cart button (hover-standard) */ .wd-product.wd-hover-standard .wd-add-btn > a { visibility: hidden !important; } /* Discount badge: μικρότερο πλάτος + σωστό χρώμα */ .woocommerce ul.products li.product .discount-label{ display: inline-block !important; /* να χωράει μόνο το περιεχόμενο */ background: rgb(204, 0, 0) !important; /* #cc0000 */ color: #fff !important; padding: 4px 8px !important; border-radius: 6px !important; font-size: 12px !important; font-weight: 700 !important; line-height: 1 !important; margin: 6px auto 8px !important; /* κέντρο και λίγο αέρας */ width: auto !important; /* μην τεντώνεις */ }



/* === Center titles ONLY on product category pages (Woodmart) === */

/* Κεντράρισμα σε όλα τα σχετικά wrappers */
:root body.archive.tax-product_cat ul.products li.product .product-element-bottom,
:root body.archive.tax-product_cat ul.products li.product .wd-product-header {
  text-align: center !important;
}

/* Αν ο τίτλος στο Woodmart είναι flex, φέρ’ τον στο κέντρο */
:root body.archive.tax-product_cat ul.products li.product h3.wd-entities-title {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Το link να μην «σπάει» την στοίχιση */
:root body.archive.tax-product_cat ul.products li.product h3.wd-entities-title a {
  display: inline-block !important;
  text-align: center !important;
  width: auto !important; /* όχι full width, για καθαρό κέντρο */
}

/* (προαιρετικό) αν κάποιο layout του theme επιμένει σε flex-start */
:root body.archive.tax-product_cat .product-grid-item .wd-product-header {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}






/* === General custom styles (global) === */

.wd-product.wd-hover-buttons-on-hover .wd-add-btn > a {
  visibility: hidden !important;
}

.product-element-bottom {
  text-align: center !important;
}

.wrap-price {
  display: inline-block !important;
  text-align: center !important;
  margin: 0 auto !important;
}

.custom-price-box {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 5px;
}

.custom-price-line {
  display: inline-block !important;
}

.discount-label {
  display: inline-block !important;
  background: #ff5a5f;
  color: #fff;
  padding: 2px 6px;
  font-size: 13px;
  border-radius: 4px;
}

.wd-sub-menu li > a {
  color: #000;
  font-weight: 400;
}

.woocommerce-mini-cart-item .quantity,
.woocommerce-mini-cart-item .quantity * {
  color: #000 !important;
}

/* === Marquee top bar — perfectly centered with optical offset === */
.rufus-marquee-wrapper{
  display:flex;
  justify-content:center;
  align-items:center;
  background:#000;
  margin:5px 0;
  width:100%;
  height:35px;
  padding:0;
  box-sizing:border-box;
  overflow:hidden;
}

.rufus-marquee-text{
  display:inline-block;
  color:#fff;
  font-weight:700;
  font-size:1.6em;
  text-transform:uppercase;
  white-space:nowrap;
  padding:0;
  line-height:1;
  position:relative;
  top:9px;
  animation:marquee-animation 10s linear infinite;
  will-change:transform;
}

/* Animation οριζόντιου scroll */
@keyframes marquee-animation{
  from { transform: translateX(100%); }
  to   { transform: translateX(-100%); }
}

/* Mobile-specific */
@media only screen and (max-width:768px){
  .rufus-marquee-wrapper{ height:30px; }
  .rufus-marquee-text{
    font-size:1.1em;
    line-height:1;
    top:5px;
  }
  .social-bar{ padding:5px 0; }
}

/* Desktop-specific (σαφήνεια) */
@media only screen and (min-width:769px){
  .rufus-marquee-wrapper{ height:35px; }
  .rufus-marquee-text{ font-size:1.6em; }
}

/* === Social bar (2η γραμμή) === */
.social-bar{
  background-color:#ebebeb;
  padding:5px 0;
  text-align:center;
  margin:0;
  width:100vw;
  position:relative;
  left:50%;
  right:50%;
  transform:translateX(-50%);
  box-sizing:border-box;
  margin-top:10px;
  margin-bottom:0;
}

.social-icons{
  display:inline-flex;
  justify-content:center;
  gap:20px;
}

.social-icon img{
  width:24px;
  height:24px;
  transition:transform .3s ease;
}

.social-icon:hover img{
  transform:scale(1.1);
}

/* === SmartSlider “ανέβασμα” === */
.n2-section-smartslider{
  margin-top:-46px !important;
  position:relative;
  z-index:1;
}

/* Αν το top bar έχει margin-bottom από αλλού */
.rufus-custom-top-bar{
  margin-bottom:0 !important;
}

/* === Off-canvas Contact Drawer === */
.contact-drawer {
  position: fixed;
  top: 0;
  right: -320px;
  width: 320px;
  height: 100vh;
  background: #ffffff;
  z-index: 10000;
  transition: right 0.4s ease;
  box-shadow: -5px 0 25px rgba(0,0,0,0.15);
  overflow-y: auto;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}
.contact-drawer.active { right: 0; }

.contact-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.contact-drawer-overlay.active {
  opacity: 1;
  visibility: visible;
}

.contact-drawer-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  z-index: 10001;
  color: #000;
  width: 40px;
  height: 40px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s ease;
}
.contact-drawer-close:hover { background-color: #f5f5f5; }

.contact-drawer-content { padding: 50px 25px 25px; position: relative; }
.drawer-title { margin-bottom: 25px; color: #000; text-align: center; font-weight: 600; font-size: 18px; }

.contact-info { margin-bottom: 20px; }
.contact-item { display: flex; align-items: flex-start; margin-bottom: 25px; gap: 15px; }
.contact-item-centered { text-align: center; flex-direction: column; align-items: center; }
.contact-icon { font-size: 24px; min-width: 30px; text-align: center; }
.contact-details { flex: 1; }

.contact-link {
  display: block; color: #000; text-decoration: none; margin-bottom: 8px;
  font-weight: 500; transition: color 0.2s ease; font-size: 15px; text-align: center;
}
.contact-link:hover { color: #d32f2f; text-decoration: underline; }

.schedule-title { color: #000; margin: 0 0 10px 0; font-weight: 600; font-size: 14px; }
.contact-schedule { color: #000; margin: 0 0 5px 0; font-size: 14px; line-height: 1.4; }

.contact-social { text-align: center; border-top: 1px solid #eee; padding-top: 25px; margin-bottom: 20px; }
.social-title { margin: 0 0 15px 0; color: #000; font-weight: 500; font-size: 15px; }
.social-icons { display: flex; justify-content: center; gap: 20px; }
.social-icon { font-size: 24px; color: #000; text-decoration: none; transition: transform 0.2s ease; display: inline-block; }
.social-icon:hover { transform: scale(1.1); }

/* Bottom close button */
.close-button-bottom {
  display: block; width: 100%; padding: 12px 20px;
  background: #d32f2f; color: #fff; border: none; border-radius: 6px;
  font-weight: 600; cursor: pointer; text-align: center; transition: background-color 0.2s ease;
}
.close-button-bottom:hover { background: #b71c1c; }

/* Responsive */
@media (max-width: 480px) {
  .contact-drawer { width: 300px; right: -300px; }
  .contact-drawer-content { padding: 45px 20px 20px; }
  .contact-item { flex-direction: column; text-align: center; gap: 10px; }
  .contact-icon { margin: 0 auto; }
}

/* Lock scroll όταν είναι ανοιχτό */
body.drawer-open { overflow: hidden; }

/* Προτιμήσεις χρήστη για λιγότερα animations */
@media (prefers-reduced-motion: reduce) {
  .contact-drawer { transition: none; }
  .contact-drawer-overlay { transition: none; }
}


/* Περιγραφές κατηγοριών/σελίδας: μαύρο, bold 700, center σε όλες τις συσκευές */
:is(.term-description,.page-description) > *:last-child,
:is(.term-description,.page-description) > *:last-child * {
  color: #000 !important;
  font-weight: 700 !important;
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}

/* Page title size */
.wd-page-title .title {
  font-size: 30px !important;
  line-height: 0.9 !important;
}

/* Submenu links πάντα μαύρα */
.wd-sub-menu li > a,
.wd-sub-menu li > a:visited {
  color: #000 !important;
}

.wd-sub-menu li > a:hover,
.wd-sub-menu li > a:focus,
.wd-sub-menu li > a:active {
  color: #000 !important;
}


/* === Contact Drawer fixes === */

/* Top close "Χ" — κόκκινο cc0000, λευκό, bold, σωστή στοίχιση */
.contact-drawer-close {
  background: rgb(204, 0, 0) !important;
  color: #fff !important;
  font-weight: 800 !important;
  border: none !important;
  width: 40px !important;
  height: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  line-height: 1 !important;          /* αποφεύγει να «κόβεται» το × */
  letter-spacing: 0 !important;
  box-shadow: 0 4px 14px rgba(204, 0, 0, 0.35) !important;
  cursor: pointer !important;
}
.contact-drawer-close:hover { background: #a50000 !important; }
.contact-drawer-close:focus-visible {
  outline: 2px solid #fff !important;
  outline-offset: 2px !important;
}

/* Bottom close button — ίδια παλέτα */
.close-button-bottom {
  background: rgb(204, 0, 0) !important;
  color: #fff !important;
  font-weight: 800 !important;
}
.close-button-bottom:hover { background: #a50000 !important; }

/* Ωράριο: 100% centered χωρίς να πειράξουμε άλλο περιεχόμενο */
.contact-drawer .contact-item .contact-details {
  width: 100% !important;
}

/* Κεντράρισμα τίτλου & ωρών */
.contact-drawer .schedule-title,
.contact-drawer .contact-schedule {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Extra: αν ο browser υποστηρίζει :has, κάνε ΚΑΙ το wrapper center-aligned */
@supports (selector(:has(*))) {
  .contact-drawer .contact-item:has(.schedule-title) {
    align-items: center !important;
    flex-direction: column !important;
    gap: 6px !important;
  }
}

/* Μικρό optical tweak: το τηλέφωνο & email να μένουν centered ομοιόμορφα */
.contact-drawer .contact-item-centered .contact-details,
.contact-drawer .contact-item-centered .contact-link {
  text-align: center !important;
}

/* Προαιρετικό: κάνε το "Χ" πιο σταθερό σαν σύμβολο ακόμα και σε fonts που το «λεπταίνουν» */
.contact-drawer-close {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
  font-size: 24px !important; /* 28px μπορεί να φαίνεται «σπασμένο» σε κάποια fonts */
}

/* ===== Contact Drawer – Close button positioning fix ===== */

/* 1) Αν είσαι logged-in στο WP: offset όσο το admin bar (32/46px) */
:root { --wp-admin-bar-h: 0px; }
body.admin-bar { --wp-admin-bar-h: 32px; }
@media (max-width: 782px) { body.admin-bar { --wp-admin-bar-h: 46px; } }

.contact-drawer {
  /* να κάθεται ΠΑΝΩ από header/admin bar/οτιδήποτε */
  z-index: 200000 !important;
  /* κατέβασε το drawer όσο το admin bar για να μη «κόβεται» το πάνω μέρος */
  top: var(--wp-admin-bar-h) !important;
  height: calc(100vh - var(--wp-admin-bar-h)) !important;

  /* ασφαλές για iOS notch */
  padding-top: max(0px, env(safe-area-inset-top, 0px));
}
.contact-drawer-overlay { z-index: 199999 !important; }

/* 2) Κουμπί κλεισίματος: καρφωμένο πάνω-δεξιά, χωρίς εκπλήξεις */
.contact-drawer-close {
  position: absolute !important;
  top: calc(12px + env(safe-area-inset-top, 0px)) !important; /* λίγο κάτω από την «ασφαλή» ζώνη */
  right: 12px !important;
  left: auto !important;

  width: 40px !important;
  height: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: rgb(204, 0, 0) !important;
  color: #fff !important;
  font-weight: 800 !important;
  font-size: 24px !important;
  line-height: 1 !important;
  border-radius: 50% !important;
  border: none !important;
  box-shadow: 0 4px 14px rgba(204, 0, 0, 0.35) !important;
  z-index: 200001 !important; /* πάνω από οτιδήποτε μέσα στο drawer */
}

/* 2a) Αν το θες πάνω-αριστερά, βάλε την κλάση .close-left στο <aside id="contactDrawer"> */
.contact-drawer.close-left .contact-drawer-close {
  right: auto !important;
  left: 12px !important;
}

/* 3) Αν κάποιο theme βάζει transform στο header, διασφάλισε ότι ο fixed διάλογος μένει ανεπηρέαστος */
.wd-header, .site-header { transform: none !important; }

/* 4) Προαιρετικό – πιο «σταθερό» X αν το glyph σου φαίνεται λεπτό σε κάποια fonts */
.contact-drawer-close.use-icon { font-size: 0 !important; }
.contact-drawer-close.use-icon::before,
.contact-drawer-close.use-icon::after {
  content: "";
  position: absolute;
  width: 18px; height: 2px;
  background: #fff;
  border-radius: 2px;
}
.contact-drawer-close.use-icon::before { transform: rotate(45deg); }
.contact-drawer-close.use-icon::after  { transform: rotate(-45deg); }

/* ===== Close button: plain black X, no bg/border/shadow ===== */
.contact-drawer-close {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;

  color: #000 !important;        /* μαύρο Χ */
  font-weight: 900 !important;
  font-size: 26px !important;    /* 24–28 είναι safe */
  line-height: 1 !important;

  /* κρατάμε μεγάλο hit-area αλλά οπτικά είναι σκέτο X */
  width: 40px !important;
  height: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Μην αλλάζει στο hover/focus */
.contact-drawer-close:hover,
.contact-drawer-close:focus,
.contact-drawer-close:active {
  background: transparent !important;
  color: #000 !important;
}

/* Αν είχες προσθέσει την κλάση use-icon, ακύρωσέ την για να μείνει μόνο το glyph */
.contact-drawer-close.use-icon { font-size: 26px !important; }
.contact-drawer-close.use-icon::before,
.contact-drawer-close.use-icon::after { content: none !important; }




/* ==== WOODMART mini-cart buttons – reset & corner fix ==== */
.woocommerce-mini-cart__buttons.buttons{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .6rem;
  align-items: stretch;
}

.woocommerce-mini-cart__buttons .button{
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  min-height: 46px;
  padding: .8rem 1rem;
  line-height: 1;
  font: inherit;
  font-weight: 800;
  letter-spacing: .02em;
  text-decoration: none !important;

  /* — βασικά reset που στο Woodmart κρατάνε corners τετράγωνα — */
  border-radius: 12px !important;
  overflow: hidden; /* κόβει τυχόν square overlays του theme */
  background-clip: padding-box;
  -webkit-mask-image: -webkit-radial-gradient(white, black); /* Safari fix */

  border: 1px solid rgba(0,0,0,.14);
  position: relative;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
  -webkit-font-smoothing: antialiased;
}

/* Σβήνουμε default forward arrow/overlay που αλλάζει διαστάσεις/γωνίες */
.woocommerce-mini-cart__buttons .button.wc-forward::after,
.woocommerce-mini-cart__buttons .button.checkout::after{
  content: none !important;
}

/* ===== Καλάθι: απαλό γκρι με μαύρα bold (soft) ===== */
.woocommerce-mini-cart__buttons .button.btn-cart{
  color: #111;
  background:
    radial-gradient(120% 140% at 10% 0%, rgba(255,255,255,.38) 0%, rgba(255,255,255,0) 42%),
    linear-gradient(180deg, #f7f7f7, #ececec 60%, #e3e3e3);
  border-color: rgba(0,0,0,.16);
  text-shadow: 0 1px 0 rgba(255,255,255,.50);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.50),
    0 4px 10px rgba(0,0,0,.10);
}
.woocommerce-mini-cart__buttons .button.btn-cart::before{
  content:'';
  position:absolute; inset:2px; border-radius:10px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.14), rgba(255,255,255,0) 45%),
    linear-gradient(to bottom, rgba(255,255,255,.06), rgba(255,255,255,0) 55%);
  pointer-events:none; mix-blend-mode: screen;
}
.woocommerce-mini-cart__buttons .button.btn-cart:hover{
  background:
    radial-gradient(120% 140% at 10% 0%, rgba(255,255,255,.46) 0%, rgba(255,255,255,0) 45%),
    linear-gradient(180deg, #ffffff, #efefef 60%, #e6e6e6);
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.60),
    0 8px 18px -8px rgba(0,0,0,.16);
}

/* ===== Ταμείο: πιο “απαλό” liquid-glass μαύρο, με σβησμένες γωνίες ===== */
.woocommerce-mini-cart__buttons .button.checkout{
  color: #fff;
  background:
    radial-gradient(110% 130% at 12% 0%, rgba(255,255,255,.08) 0%, rgba(255,255,255,0) 42%),
    linear-gradient(180deg, #121212, #0a0a0a);
  border-color: rgba(255,255,255,.14);
  text-shadow: 0 1px 0 rgba(0,0,0,.5);
  /* πιο διακριτικές σκιές */
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    0 4px 12px rgba(0,0,0,.22);
}
.woocommerce-mini-cart__buttons .button.checkout::before{
  content:'';
  position:absolute; inset:2px; border-radius:10px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,0) 40%),
    linear-gradient(to bottom, rgba(255,255,255,.04), rgba(255,255,255,0) 55%);
  pointer-events:none; mix-blend-mode: screen;
}
.woocommerce-mini-cart__buttons .button.checkout:hover{
  background:
    radial-gradient(110% 130% at 12% 0%, rgba(255,255,255,.10) 0%, rgba(255,255,255,0) 45%),
    linear-gradient(180deg, #151515, #0b0b0b);
  transform: translateY(-1px);
  border-color: rgba(255,255,255,.20);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 8px 18px -8px rgba(0,0,0,.30);
}

/* Focus/Active (ήπια) */
.woocommerce-mini-cart__buttons .button:active{ transform: translateY(0); }
.woocommerce-mini-cart__buttons .button:focus-visible{
  outline: none;
  box-shadow: 0 0 0 3px rgba(255,255,255,.18), 0 0 0 6px rgba(0,0,0,.35);
}


/* ===== Checkout Button – Soft Liquid-Glass (Woodmart safe) ===== */
.checkout-button.button.alt.wc-forward{
  /* Reset & sizing */
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;                 /* πλήρους πλάτους στο cart */
  min-height: 50px;
  padding: 1rem 1.25rem;
  margin: 0;

  /* Typography */
  color: #fff;
  font: inherit;
  font-weight: 800;            /* bold */
  letter-spacing: .03em;
  text-transform: uppercase;   /* ταιριάζει με το κείμενο σου */
  text-decoration: none !important;
  text-shadow: 0 1px 0 rgba(0,0,0,.5);
  -webkit-font-smoothing: antialiased;

  /* Corners & theme overlays fix */
  border-radius: 12px !important;
  overflow: hidden;
  background-clip: padding-box;
  -webkit-mask-image: -webkit-radial-gradient(white, black); /* Safari */

  /* Border & background (soft gloss) */
  border: 1px solid rgba(255,255,255,.14);
  background:
    radial-gradient(110% 130% at 12% 0%, rgba(255,255,255,.08) 0%, rgba(255,255,255,0) 42%),
    linear-gradient(180deg, #121212, #080808);

  /* Subtle depth */
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    0 6px 16px rgba(0,0,0,.22);

  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}

/* Αφαίρεση default βελακίου του WooCommerce/Woodmart */
.checkout-button.button.alt.wc-forward::after{ content: none !important; }

/* Gloss film */
.checkout-button.button.alt.wc-forward::before{
  content:'';
  position:absolute; inset:2px; border-radius:10px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,0) 40%),
    linear-gradient(to bottom, rgba(255,255,255,.04), rgba(255,255,255,0) 55%);
  pointer-events:none; mix-blend-mode: screen;
}

/* Hover/Active/Focus (ήπια) */
.checkout-button.button.alt.wc-forward:hover{
  background:
    radial-gradient(110% 130% at 12% 0%, rgba(255,255,255,.10) 0%, rgba(255,255,255,0) 45%),
    linear-gradient(180deg, #151515, #0a0a0a);
  border-color: rgba(255,255,255,.20);
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 10px 22px -10px rgba(0,0,0,.32);
}
.checkout-button.button.alt.wc-forward:active{
  transform: translateY(0);
  box-shadow:
    inset 0 2px 5px rgba(0,0,0,.55),
    0 6px 16px -10px rgba(0,0,0,.30);
}
.checkout-button.button.alt.wc-forward:focus-visible{
  outline: none;
  box-shadow:
    0 0 0 3px rgba(255,255,255,.18),
    0 0 0 6px rgba(0,0,0,.40);
}

/* Προαιρετικό: αν δεις πάλι “τετραγωνισμό”, κλείδωσε clip path */
.checkout-button.button.alt.wc-forward{ clip-path: inset(0 round 12px); }

/* Προαιρετικό: compact σε κινητά */
@media (max-width: 480px){
  .checkout-button.button.alt.wc-forward{
    min-height: 48px;
    padding: .9rem 1rem;
    letter-spacing: .025em;
  }
}

/* ===== WCR Submit – Soft Liquid-Glass (Woodmart safe) ===== */
button.wcr-submit{
  /* Reset & sizing */
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 1rem 1.25rem;
  margin: 0;

  /* Typography */
  color: #fff;
  font: inherit;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
  text-decoration: none !important;
  text-shadow: 0 1px 0 rgba(0,0,0,.5);
  -webkit-font-smoothing: antialiased;

  /* Corners & theme overlays fix */
  border-radius: 12px !important;
  overflow: hidden;
  background-clip: padding-box;
  -webkit-mask-image: -webkit-radial-gradient(white, black); /* Safari */

  /* Border & background (soft gloss) */
  border: 1px solid rgba(255,255,255,.14);
  background:
    radial-gradient(110% 130% at 12% 0%, rgba(255,255,255,.08) 0%, rgba(255,255,255,0) 42%),
    linear-gradient(180deg, #121212, #080808);

  /* Subtle depth */
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    0 6px 16px rgba(0,0,0,.22);

  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
  clip-path: inset(0 round 12px); /* κλειδώνει τις καμπύλες στο Woodmart */
}

/* Αν το theme βάζει pseudo-βελάκι, κόψ’ το (κρατάμε τυχόν spinner) */
button.wcr-submit:not(.loading)::after{ content: none !important; }

/* Gloss film */
button.wcr-submit::before{
  content:'';
  position:absolute; inset:2px; border-radius:10px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,0) 40%),
    linear-gradient(to bottom, rgba(255,255,255,.04), rgba(255,255,255,0) 55%);
  pointer-events:none; mix-blend-mode: screen;
}

/* Hover / Active / Focus */
button.wcr-submit:hover{
  background:
    radial-gradient(110% 130% at 12% 0%, rgba(255,255,255,.10) 0%, rgba(255,255,255,0) 45%),
    linear-gradient(180deg, #151515, #0a0a0a);
  border-color: rgba(255,255,255,.20);
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 10px 22px -10px rgba(0,0,0,.32);
}
button.wcr-submit:active{
  transform: translateY(0);
  box-shadow:
    inset 0 2px 5px rgba(0,0,0,.55),
    0 6px 16px -10px rgba(0,0,0,.30);
}
button.wcr-submit:focus-visible{
  outline: none;
  box-shadow:
    0 0 0 3px rgba(255,255,255,.18),
    0 0 0 6px rgba(0,0,0,.40);
}

/* Disabled */
button.wcr-submit:disabled{
  opacity: .7; cursor: not-allowed; transform: none;
}

/* Προαιρετικό: full-width σε φόρμες WooCommerce */
.woocommerce form button.wcr-submit{ width: 100%; }

/* Προαιρετικό: λίγο πιο compact σε κινητά */
@media (max-width: 480px){
  button.wcr-submit{
    min-height: 48px;
    padding: .9rem 1rem;
    letter-spacing: .015em;
  }
}

/* ===== Close button bottom – Soft Liquid-Glass Red (Woodmart safe) ===== */
#contactDrawerCloseBottom.close-button-bottom{
  /* Reset & sizing */
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: .85rem 1.1rem;
  margin: 0;

  /* Typography */
  color: #fff !important;
  font: inherit;
  font-weight: 800;                /* λευκά bold */
  letter-spacing: .02em;
  text-decoration: none !important;
  text-shadow: 0 1px 0 rgba(0,0,0,.45);
  -webkit-font-smoothing: antialiased;

  /* Corners & theme overlays fix */
  border-radius: 12px !important;
  overflow: hidden;
  background-clip: padding-box;
  -webkit-mask-image: -webkit-radial-gradient(white, black); /* Safari corner fix */

  /* Χρώμα βάσης (όπως ζήτησες) */
  background-color: rgb(204, 0, 0) !important;

  /* Soft liquid-glass gloss πάνω από το base color */
  background-image:
    radial-gradient(110% 130% at 12% 0%, rgba(255,255,255,.10) 0%, rgba(255,255,255,0) 42%),
    linear-gradient(180deg, #e01010, #b80000);

  border: 1px solid rgba(255,255,255,.16);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    0 6px 16px rgba(0,0,0,.18);
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease, color .2s ease;

  /* Κλειδώνει καμπύλη στο Woodmart */
  clip-path: inset(0 round 12px);
}

/* Αν το theme πετάει pseudo-βελάκια/overlays, κόψ’ τα */
#contactDrawerCloseBottom.close-button-bottom::after{ content: none !important; }

/* Gloss film */
#contactDrawerCloseBottom.close-button-bottom::before{
  content:'';
  position:absolute; inset:2px; border-radius:10px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,0) 40%),
    linear-gradient(to bottom, rgba(255,255,255,.05), rgba(255,255,255,0) 55%);
  pointer-events:none; mix-blend-mode: screen;
}

/* Hover / Active / Focus */
#contactDrawerCloseBottom.close-button-bottom:hover{
  background-image:
    radial-gradient(110% 130% at 12% 0%, rgba(255,255,255,.12) 0%, rgba(255,255,255,0) 45%),
    linear-gradient(180deg, #ea1717, #a40000);
  border-color: rgba(255,255,255,.22);
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 10px 22px -10px rgba(0,0,0,.26);
}
#contactDrawerCloseBottom.close-button-bottom:active{
  transform: translateY(0);
  box-shadow:
    inset 0 2px 5px rgba(0,0,0,.45),
    0 6px 16px -10px rgba(0,0,0,.24);
}
#contactDrawerCloseBottom.close-button-bottom:focus-visible{
  outline: none;
  box-shadow:
    0 0 0 3px rgba(255,255,255,.20),
    0 0 0 6px rgba(204,0,0,.35); /* κόκκινο focus ring */
}

/* Προαιρετικό: full-width όταν είναι στο κάτω μέρος συρταριού */
@media (max-width: 768px){
  #contactDrawerCloseBottom.close-button-bottom{ width: 100%; }
}

.menu-label-red {

border-radius: 5px !important; }

/* ===== Return To Shop – Soft Liquid-Glass Black (Woodmart safe) ===== */
a.btn.wc-backward,
.woocommerce .return-to-shop a.button.wc-backward{
  /* Reset & sizing */
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: .9rem 1.1rem;
  margin: 0;

  /* Typography */
  color: #fff !important;
  font: inherit;
  font-weight: 800;                 /* λευκά bold */
  letter-spacing: .02em;
  text-decoration: none !important;
  text-shadow: 0 1px 0 rgba(0,0,0,.5);
  -webkit-font-smoothing: antialiased;

  /* Corners & theme overlays fix */
  border-radius: 12px !important;
  overflow: hidden;
  background-clip: padding-box;
  -webkit-mask-image: -webkit-radial-gradient(white, black); /* Safari corner fix */
  clip-path: inset(0 round 12px);

  /* Border & background (soft gloss) */
  border: 1px solid rgba(255,255,255,.16);
  background:
    radial-gradient(110% 130% at 12% 0%, rgba(255,255,255,.10) 0%, rgba(255,255,255,0) 42%),
    linear-gradient(180deg, #121212, #080808);

  /* Subtle depth */
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    0 6px 16px rgba(0,0,0,.22);

  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}

/* Woo default βελάκι/εικονίδιο: κόψ’ το για να μη χαλάει οι διαστάσεις */
a.btn.wc-backward::before,
a.btn.wc-backward::after,
.woocommerce .return-to-shop a.button.wc-backward::before,
.woocommerce .return-to-shop a.button.wc-backward::after{
  content: none !important;
}

/* Gloss film */
a.btn.wc-backward::before,
.woocommerce .return-to-shop a.button.wc-backward::before{
  content:'';
  position:absolute; inset:2px; border-radius:10px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,0) 40%),
    linear-gradient(to bottom, rgba(255,255,255,.05), rgba(255,255,255,0) 55%);
  pointer-events:none; mix-blend-mode: screen;
}

/* Hover / Active / Focus */
a.btn.wc-backward:hover,
.woocommerce .return-to-shop a.button.wc-backward:hover{
  background:
    radial-gradient(110% 130% at 12% 0%, rgba(255,255,255,.12) 0%, rgba(255,255,255,0) 45%),
    linear-gradient(180deg, #151515, #0a0a0a);
  border-color: rgba(255,255,255,.22);
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 10px 22px -10px rgba(0,0,0,.30);
}
a.btn.wc-backward:active,
.woocommerce .return-to-shop a.button.wc-backward:active{
  transform: translateY(0);
  box-shadow:
    inset 0 2px 5px rgba(0,0,0,.55),
    0 6px 16px -10px rgba(0,0,0,.28);
}
a.btn.wc-backward:focus-visible,
.woocommerce .return-to-shop a.button.wc-backward:focus-visible{
  outline: none;
  box-shadow:
    0 0 0 3px rgba(255,255,255,.20),
    0 0 0 6px rgba(0,0,0,.40);
}

/* Προαιρετικά: full-width στην empty cart */
.woocommerce .return-to-shop a.button.wc-backward{ width: 100%; }


