/*
Theme Name:     Fresh Garden Theme
Theme URI:      n/a
Template:       kadence
Author:         POTNIA DIGITAL
Author URI:     n/a
Description:    This is a Child Theme of Kadence Main Theme
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
.fg-call-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5EFE6;
  color: #6B4F35;
  padding: 14px 20px;
  border-radius: 16px;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none !important;
  gap: 12px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.08);
}
.fg-call-btn-text {
  color: #503729;
  text-decoration: none;
}
.fg-call-icon {
  font-size: 18px;
  line-height: 1;
}
.fg-call-btn {
  animation: fg-pulse 2.4s ease-in-out infinite;
}

@keyframes fg-pulse {
  0% { 
    transform: scale(1);
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
  }
  50% { 
    transform: scale(1.03);
    box-shadow: 0 4px 10px rgba(0,0,0,0.12);
  }
  100% { 
    transform: scale(1);
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
  }
}
.fg-call-btn-text {
  position: relative;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  color: #503729;
  text-decoration: none !important;
  text-align: left; 
}
.fg-call-btn-text.typed {
  text-align: center;
  width: auto;
}
.header-mobile-social-wrap{margin:0 auto;}

/*TEST*/

/* Κάρτα επιλογής προορισμού μέσα στο off-canvas */
.drawer-inner .fg-dest-card {
  background: rgba(245,239,230,0.12); /* πολύ απαλό cream πάνω στο καφέ */
  border: 1px solid rgba(245,239,230,0.25);
  border-radius: 18px;
  padding: 14px 14px 12px;
  margin: 18px 0 12px;
}

/* Τίτλος μέσα στην κάρτα */
.drawer-inner .fg-dest-title {
  font-size: 14px;
  color: #F5EFE6;
  margin: 0 0 10px;
  text-align: left;
}

/* "Τσιπάκια" κουμπιά */
.drawer-inner .fg-dest-chip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 14px;
  text-decoration: none;
  margin-bottom: 8px;
}

/* Ιωάννινα – γεμάτο κουμπί */
.drawer-inner .fg-dest-chip-local {
  background: #F5EFE6;      /* cream */
  color: #6B4F35;           /* coffee */
}

/* Πανελλαδικά – outline κουμπί */
.drawer-inner .fg-dest-chip-nation {
  background: transparent;
  color: #F5EFE6;
  border: 1px solid rgba(245,239,230,0.6);
}

/* Κύρια γραμμή κειμένου */
.drawer-inner .fg-dest-chip-main {
  font-size: 14px;
  font-weight: 600;
}

/* Δευτερεύουσα γραμμή */
.drawer-inner .fg-dest-chip-sub {
  font-size: 11px;
  opacity: 0.85;
	text-align:center;
}

/* Hover states */
.drawer-inner .fg-dest-chip-local:hover {
  background: #e8dfd4;
}

/*Continue Nik*/
.drawer-inner .fg-dest-chip-nation:hover {
  background: rgba(245,239,230,0.12);
}
/* === TOPBAR PHONE BUTTON === */

.fg-topbar-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none !important;
  color: #F5EFE6; /* Cream text */
  font-size: 15px;
  font-weight: 500;
}

.fg-topbar-icon {
  width: 17px;
  height: 17px;
  margin-top: -1px; /* tiny vertical alignment */
  animation: fg-phone-pulse 2.6s ease-in-out infinite;
  opacity: 0.95;
}

.fg-topbar-number {
  display: inline-block;
  letter-spacing: 0.3px;
}

/* === Soft Pulse Animation (very subtle + premium) === */
@keyframes fg-phone-pulse {
  0% {
    transform: scale(1);
    opacity: 0.95;
  }
  50% {
    transform: scale(1.12);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.95;
  }
}

/*ICONS*/
.fg-icon-bloom {
  animation: fgBloom 4s ease-in-out infinite;
  transform-origin: center center;
}

@keyframes fgBloom {
  0%, 100% { transform: scale(1); opacity: 0.95; }
  50% { transform: scale(1.07); opacity: 1; }
}

.kadence-sticky-add-to-cart-action-wrap .wapf, .kadence-cart-button-medium-large.woocommerce div.product form.cart div.quantity, .kadence-sticky-add-to-cart-action-wrap form.cart .quantity{display:none;}
.kadence-cart-button-medium-large.woocommerce div.product .button.single_add_to_cart_button{width:100%;margin-bottom:2rem;}
.woocommerce div.product .product_title{font-size:2rem;}
.entry-summary{margin-top:0px;}
.woocommerce .single-product-payments legend, .woocommerce .single-product-extras ul li{font-weight:400;font-size:1rem;}
.entry-summary .wapf-wrapper, .woocommerce div.product form.cart{margin-bottom:0;}
.entry-summary .wapf-field-container{padding-bottom:0;}
/*start custom product positioning CTA*/
    /* 1) CTA πρώτα, μετά τα WAPF fields (κάρτα) */
.single-product form.cart {
  display: flex;
  flex-direction: column;
}

/* Κουμπί add to cart πιο πάνω */
.single-product form.cart .single_add_to_cart_button {
  order: 10;
  width: 100%;
}

/* WAPF block κάτω από το κουμπί */
.single-product form.cart .wapf {
  order: 20;
  margin-top: 14px; /* απόσταση κάτω από το CTA */
}

/* 2) Checkbox + κείμενο στην ίδια γραμμή */
.single-product .wapf-field-true-false .wapf-field-label {
  margin: 0 0 6px 0; /* μικρό κενό, όχι “label-above” αίσθηση */
}

/* Κάνουμε το label-row flex */
.single-product .wapf-field-true-false .wapf-checkbox .wapf-input-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

/* Φέρνουμε το κείμενο δίπλα στο checkbox */
.single-product .wapf-field-true-false .wapf-field-label label span {
  display: inline;
  font-weight: 400;
	font-size:1rem;
}

/* Premium checkbox sizing */
.single-product .wapf-field-true-false .wapf-checkbox .wapf-custom {
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

/* Προαιρετικό: κάνε το textarea να “δένει” με το layout */
.single-product .wapf-field-textarea textarea.wapf-input {
  width: 100%;
  min-height: 92px;
  margin-top: 6px;
}

/* Προαιρετικό: το help text πιο “ήρεμο” */
.single-product .wapf-field-description {
  margin-top: 8px;
  opacity: 0.85;
  font-size: 0.95em;
}

    /* Κάνουμε όλο το field inline */
.single-product .wapf-field-true-false {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Το label ΔΙΠΛΑ στο checkbox */
.single-product .wapf-field-true-false .wapf-field-label {
  display: block;
  margin: 0;
  order: 2;
}

/* Checkbox μπροστά */
.single-product .wapf-field-true-false .wapf-checkbox {
  order: 1;
  margin: 0;
}

/* Στυλ για καθαρό look */
.single-product .wapf-field-true-false label {
  cursor: pointer;
  font-weight: 500;
}
/* end custom product positioning CTA */

.cky-revisit-bottom-left{bottom:65px !important;}
.cky-btn-revisit-wrapper{width:26px !important;height:26px !important;}

/* Fresh Garden - Basic Image Protection */
img.attachment-woocommerce_thumbnail,
img.size-woocommerce_thumbnail,
img.attachment-shop-single,
img.skip-lazy,
.woocommerce-product-gallery img,
.products img {
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-touch-callout: none;
    user-select: none;
}
