/** Shopify CDN: Minification failed

Line 864:0 Unexpected "}"

**/
/* Προσθήκη Google Fonts (Poppins) */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

/* Γενικό στυλ για τη σελίδα */
html, body {
  overflow-x: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

main {
  max-width: 100%;
  overflow-x: hidden;
}

body,
p,
.rte {
  font-family: 'Quicksand', sans-serif !important;
  font-weight: 400 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Quicksand', sans-serif !important;
  font-weight: 500 !important;
}

/* Announcement Bar */
.qab_bar,
.announcement-bar,
.hextom-announcement-bar,
#shopify-section-sections--24961567868995__announcement-bar-shopify-section-shopify-section-group-header-group-announcement-bar-section {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
  background: linear-gradient(to right, #0000FF, #00FFFF);
  text-align: center;
  padding: 10px !important;
  box-sizing: border-box;
  margin: 0 !important;
  border: none !important;
}

.hextom-announcement-bar-container,
.announcement-bar__inner {
  max-width: 1200px;
  margin: 0 auto !important;
  padding: 0 !important;
}

.announcement-bar__slider {
  position: relative;
}

.announcement-bar__message {
  color: #f0f0f0;
  margin: 0;
  display: none;
  max-width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

.announcement-bar__message:first-child {
  display: block;
}

.announcement-bar__button {
  color: #d9f410;
  border: 1px solid #d9f410;
  padding: 5px 10px;
  text-decoration: none;
  display: inline-block;
}

.announcement-bar__close {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #0000FF;
  cursor: pointer;
}

/* Utility Bar (Γονικό του announcement bar) */
.utility-bar {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Προσαρμογή του Header και του Περιεχομένου */
[id*="header"], .header-wrapper, .site-header {
  position: relative !important;
  margin-top: 40px !important;
  padding-top: 0 !important;
  border: none !important;
}

main#MainContent {
  margin-top: 40px !important;
  padding-top: 0 !important;
}

/* Responsive προσαρμογές για κινητό */
@media screen and (max-width: 767px) {
  [id*="header"], .header-wrapper, .site-header {
    margin-top: 30px !important;
    padding-top: 0 !important;
  }

  main#MainContent {
    margin-top: 30px !important;
    padding-top: 0 !important;
  }
}

/* Page Width */
.page-width {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 15px !important;
  box-sizing: border-box !important;
}

/* Header */
.header {
  background: #f0f0f0;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 !important;
  border-bottom: none !important;
}

.header__inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.hamburger-menu {
  color: #2c75d6;
  font-size: 24px;
  border: none;
  background: none;
  cursor: pointer;
}

.dropdown-menu {
  display: none;
  position: absolute;
  left: 0;
  background: #fff;
  padding: 10px;
}

.dropdown-menu.active {
  display: block;
}

.header__logo img {
  max-height: 50px;
}

.search-icon {
  color: #2c75d6;
  font-size: 24px;
  border: none;
  background: none;
  cursor: pointer;
}

.search-box {
  display: none;
  position: absolute;
  right: 20px;
  top: 60px;
  background: #fff;
  padding: 10px;
  border: 1px solid #2c75d6;
}

.search-box.active {
  display: block;
}

/* Image Banner */
.image-banner,
.banner,
#shopify-section-sections--banner {
  position: relative;
  text-align: center;
  border-top: none !important;
}

.banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner-text h1 {
  font-size: 48px;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  color: #f0f0f0;
}

.banner-text h1::before {
  content: 'GREEK';
  color: #2c75d6;
}

.banner-text p {
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  color: #f0f0f0;
}

.banner__text,
.banner__heading {
  font-family: 'Assistant', sans-serif !important;
  font-weight: 800 !important;
}

/* Multicolumn */
.multicolumn {
  display: flex;
  justify-content: space-around;
  padding: 20px;
}

.column {
  text-align: center;
}

/* Custom Liquid */
.custom-liquid {
  padding: 20px;
}

/* Lists */
.lists {
  display: flex;
  justify-content: space-around;
}

/* Social Icons */
.social-icons {
  text-align: center;
  margin-top: 20px;
}

.social-icons img {
  width: 40px;
  margin: 0 10px;
}

/* Footer */
.footer {
  padding: 20px;
  color: #fff;
  text-align: center;
}

.footer__newsletter button {
  background-color: #ffc107 !important;
  color: #fff !important;
  border: none !important;
  padding: 10px 20px !important;
}

.footer__newsletter button:hover {
  background-color: #ff9500 !important;
}

.footer__newsletter h3,
.footer__newsletter p {
  font-family: 'Quicksand', sans-serif !important;
  font-weight: 400 !important;
}

.collection-hero__image-container {
  max-height: 150px;
  overflow: hidden;
}

.collection-hero__image-container img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 749px) {
  .collection-hero__image-container {
    max-height: 100px;
  }
}

.collection-hero {
  position: relative;
  padding: 40px 0;
  text-align: center;
  background: linear-gradient(to bottom, #E6F0FA, #FFFFFF);
}

.collection-hero__title {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 700;
  background-color: transparent; /* Αφαιρεί το φόντο */
  display: inline-block;
  padding: 0; /* Αφαιρεί το padding για να μην υπάρχει "κενό" γύρω από τον τίτλο */
  border-radius: 0; /* Αφαιρεί τις στρογγυλεμένες γωνίες */
  margin-bottom: 15px;
  color: #2C3E50;
}

.collection-hero__description {
  font-family: 'Poppins', sans-serif;
  font-size: 18px !important;
  color: #7F8C8D;
  max-width: 800px;
  margin: 0 auto 20px;
}

.collection-hero__inner {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.collection-hero__image-container {
  max-height: 150px;
  overflow: hidden;
}

.collection-hero__image-container img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 749px) {
  .collection-hero {
    padding: 20px 0;
  }

  .collection-hero__title {
    font-size: 18px;
  }

  .collection-hero__description {
    font-size: 16px !important;
  }

  .collection-hero__image-container {
    max-height: 200px;
  }

  .collection-hero__image-container img {
    object-fit: scale-down;
    object-position: center;
  }
}

.collection--empty {
  font-family: 'Poppins', sans-serif;
  font-size: 14px !important;
  color: #7F8C8D;
}

@media screen and (max-width: 749px) {
  .collection--empty {
    font-size: 12px !important;
  }
}

.menu-drawer__submenu a::before {
  content: "•" !important;
  color: #FF6200 !important;
  margin-right: 8px !important;
  display: inline-block !important;
}

.menu-drawer__submenu a {
  color: #FF6200;
  font-size: 13px;
  font-weight: 400 !important;
}

.menu-drawer__menu .menu-drawer__item > a::before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="%232C75D6" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M3 12 L12 18 L21 12"></path></svg>') !important;
  display: inline-block !important;
  margin-right: 8px !important;
  vertical-align: middle !important;
}

.menu-drawer__item.active a {
  color: #2C75D6;
  font-weight: 700;
}

.menu-drawer__item.active .menu-drawer__submenu a {
  color: #FF6200;
  font-weight: 400 !important;
}

.menu-drawer__item a:hover,
.menu-drawer__submenu a:hover {
  color: #FFFFFF !important;
  background-color: #5580E0 !important;
  border-radius: 4px !important;
}

.submenu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0 5px;
  font-size: 12px;
  vertical-align: middle;
  color: #2C75D6;
}

.submenu-toggle::before {
  content: "▼";
}

.menu-drawer__item.active .submenu-toggle::before {
  content: "▲";
}

.footer-links {
  background: #E8ECEF;
  padding: 10px 1.5rem;
  color: #000000;
  text-align: center;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 900px;
  margin: 0 auto;
}

.footer-column {
  min-width: 120px;
}

.footer-column h3 {
  font-size: 14px;
  margin-bottom: 6px;
  color: #000000;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column a {
  color: #000000;
  text-decoration: none;
  font-family: 'Quicksand', sans-serif;
  font-size: 12px;
  transition: color 0.3s ease;
}

.footer-column a:hover {
  color: #FF6200;
}

@media screen and (max-width: 750px) {
  .footer-links {
    flex-direction: column;
    align-items: center;
    padding: 8px 1rem;
  }

  .footer-column {
    text-align: center;
  }
}

/* Multicolumn Section */
.section-multicolumn .multicolumn {
  padding: 6px 0 !important;
  background-color: #F5F5F5;
}

.section-multicolumn .multicolumn__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px !important;
  max-width: 1200px;
  margin: 0 auto;
}

.section-multicolumn .multicolumn__column {
  flex: 0 0 18% !important;
  text-align: center;
  padding: 6px !important;
}

.section-multicolumn .multicolumn__image {
  width: 100%;
  max-width: 130px !important;
  height: auto;
  border-radius: 8px;
  margin: 0 auto;
}

.section-multicolumn .multicolumn__title {
  font-size: 14px !important;
  font-family: 'Poppins', sans-serif;
  margin: 5px 0 3px !important;
}

.section-multicolumn .multicolumn__description {
  font-size: 10px !important;
  font-family: 'Poppins', sans-serif;
  color: #000000;
  margin: 0 0 5px !important;
}

.section-multicolumn .multicolumn__button {
  font-size: 10px !important;
  padding: 5px 10px !important;
  background-color: #2c75d6;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-family: 'Poppins', sans-serif;
}

.section-multicolumn .multicolumn__button:hover {
  background: linear-gradient(90deg, #4682b4, #add8e6) !important;
  color: #FFFFFF !important; /* Λευκό κείμενο για αντίθεση */
}

@media screen and (max-width: 767px) {
  .section-multicolumn .multicolumn__inner {
    gap: 5px !important;
  }

  .section-multicolumn .multicolumn__column {
    flex: 0 0 48% !important;
    padding: 4px !important;
  }

  .section-multicolumn .multicolumn__column:nth-child(1),
  .section-multicolumn .multicolumn__column:nth-child(2) {
    flex: 0 0 48% !important;
  }

  .section-multicolumn .multicolumn__column:nth-child(3),
  .section-multicolumn .multicolumn__column:nth-child(4),
  .section-multicolumn .multicolumn__column:nth-child(5) {
    flex: 0 0 31% !important;
  }

  .section-multicolumn .multicolumn__image {
    max-width: 90px !important;
  }

  .section-multicolumn .multicolumn__title {
    font-size: 12px !important;
  }

  .section-multicolumn .multicolumn__description {
    font-size: 9px !important;
  }

  .section-multicolumn .multicolumn__button {
    font-size: 9px !important;
    padding: 4px 8px !important;
  }
}
/* Διάταξη για κινητά (οθόνες μικρότερες από 767px) */
@media (max-width: 767px) {
    .section-multicolumn .multicolumn {
        padding: 0 !important;
        margin: 0 !important;
        overflow: hidden !important;
    }

    .section-multicolumn .multicolumn__inner {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 0 !important;
        row-gap: 0 !important;
        column-gap: 3px !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
        justify-content: flex-start !important; /* Αφαιρούμε το κεντράρισμα από εδώ */
    }

    .section-multicolumn .multicolumn__column {
        flex: 0 0 calc(33.33% - 2px) !important;
        width: calc(33.33% - 2px) !important;
        min-width: 0 !important;
        max-width: calc(33.33% - 2px) !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin: 0 !important;
        line-height: 1 !important;
    }

    .section-multicolumn .multicolumn__column:nth-child(1),
    .section-multicolumn .multicolumn__column:nth-child(2),
    .section-multicolumn .multicolumn__column:nth-child(3) {
        flex: 0 0 calc(33.33% - 2px) !important;
        width: calc(33.33% - 2px) !important;
        max-width: calc(33.33% - 2px) !important;
    }

    /* Κεντράρισμα των δύο τελευταίων στηλών */
    .section-multicolumn .multicolumn__column:nth-child(4),
    .section-multicolumn .multicolumn__column:nth-child(5) {
        flex: 0 0 calc(33.33% - 2px) !important; /* Ίδιο πλάτος με τις πάνω στήλες για να μην ξεχειλώνουν */
        width: calc(33.33% - 2px) !important;
        max-width: calc(33.33% - 2px) !important;
        margin-left: calc(16.66% + 1px) !important; /* Κεντράρουμε τις δύο στήλες */
    }

    /* Εξασφαλίζουμε ότι η τελευταία στήλη δεν επηρεάζεται */
    .section-multicolumn .multicolumn__column:nth-child(5) {
        margin-left: 0 !important;
    }

    .section-multicolumn .multicolumn__image {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        max-height: 80px !important;
        display: block !important;
        object-fit: contain !important; /* Εξασφαλίζουμε ότι οι εικόνες δεν ξεχειλώνουν */
    }

    .section-multicolumn .multicolumn__title,
    .section-multicolumn .multicolumn__description,
    .section-multicolumn .multicolumn__button {
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1 !important;
        font-size: 10px !important;
    }

    .section-multicolumn .multicolumn__column > * {
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1 !important;
    }

    .section-multicolumn .multicolumn__column * {
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1 !important;
    }
}
/* Διάταξη για desktop (οθόνες μεγαλύτερες από 767px) */
@media (min-width: 768px) {
    .section-multicolumn .multicolumn {
        padding: 0 !important;
        margin: 0 !important;
        overflow: hidden !important;
    }

    .section-multicolumn .multicolumn__inner {
        display: flex !important;
        flex-wrap: nowrap !important;
        width: 100% !important;
        max-width: 1200px !important;
        margin: 0 auto !important;
        padding: 0 10px !important;
        box-sizing: border-box !important;
        justify-content: center !important;
        gap: 10px !important; /* Προσθέτουμε μικρό κενό μεταξύ των στηλών για ομορφότερη εμφάνιση */
    }

    .section-multicolumn .multicolumn__column {
        flex: 0 0 calc(19.5% - 8px) !important; /* Αυξάνουμε το πλάτος και αφαιρούμε το gap */
        width: calc(19.5% - 8px) !important;
        max-width: calc(19.5% - 8px) !important;
        box-sizing: border-box !important;
        padding: 6px !important;
        margin: 0 !important;
        text-align: center !important;
    }
}
/* Προσαρμογή header στην προβολή κινητού (οθόνες μικρότερες από 767px) */
@media (max-width: 767px) {
    .header {
        padding-top: 30px !important; /* Μειώνουμε το padding-top */
        padding-bottom: 10px !important; /* Μειώνουμε το padding-bottom */
        height: auto !important; /* Εξασφαλίζουμε ότι το header προσαρμόζεται στο περιεχόμενο */
        min-height: 0 !important; /* Αφαιρούμε τυχόν ελάχιστο ύψος */
        position: relative !important;
        z-index: 10 !important;
        overflow: visible !important; /* Εξασφαλίζουμε ότι δεν κρύβεται περιεχόμενο */
    }

    .announcement-bar {
        position: fixed !important;
        top: 0 !important;
        z-index: 20 !important;
        width: 100% !important;
    }

    .header__heading {
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
    }

    .header__heading-logo {
        max-height: 120px !important; /* Δοκιμάζουμε μεγαλύτερο μέγεθος */
        height: 120px !important;
        width: auto !important;
        max-width: none !important;
        margin-top: 5px !important; /* Μειώνουμε το margin-top για να χωρέσει καλύτερα */
        display: block !important;
    }

    /* Εάν το λογότυπο είναι μέσα σε <img>, το στοχεύουμε συγκεκριμένα */
    .header__heading-logo img {
        max-height: 120px !important;
        height: 120px !important;
        width: auto !important;
        max-width: none !important;
    }

    .header__menu {
        margin-top: 5px !important; /* Προσαρμόζουμε τη θέση του hamburger menu */
    }

    .header__search {
        margin-top: 5px !important; /* Προσαρμόζουμε τη θέση του φακέλου αναζήτησης */
    }
}
/* Προσαρμογή κουμπιού στο image banner (για όλες τις προβολές) */
a.banner-cta {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding-top: 5px !important; /* Μειώνουμε το padding-top */
    padding-bottom: 5px !important; /* Μειώνουμε το padding-bottom */
    padding-left: 8px !important;
    padding-right: 8px !important;
    line-height: 1.2 !important;
    height: auto !important;
    min-height: 0 !important;
    vertical-align: middle !important;
}

a.banner-cta[href] {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    line-height: 1.2 !important;
}
.cart-icon {
  position: relative;
  margin-left: 15px;
  display: inline-flex;
  align-items: center;
}

.cart-count-bubble {
  position: absolute;
  top: -8px;
  right: -10px;
  background-color: #2c75d6;
  color: white;
  border-radius: 50%;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}
.cart-icon {
  border: none;
  background: transparent;
  cursor: pointer;
}
/* === Κύρια στοίχιση desktop (εικόνα αριστερά, κείμενο δεξιά) === */
@media screen and (min-width: 990px) {
  .product--large:not(.product--no-media),
  .product--small:not(.product--no-media) {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap; /* Απαγορεύει "πέσιμο" */
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2rem;
  }

  .product__media-wrapper {
    flex-basis: 70%;
    max-width: 70%;
    padding-right: 2rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .product__media-wrapper img {
    width: 100%;
    height: auto;
    max-height: 800px;
    object-fit: contain;
    display: block;
    margin: 0;
  }

  .product__info-wrapper {
    flex-basis: 30%;
    max-width: 30%;
    padding-left: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #2c75d6;
    font-family: 'Rubik', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    border-radius: 10px;
  }
}

  /* Τίτλοι, τιμές, περιγραφές με μπλε χρώμα */
  .product__title,
  .product__price,
  .product__info-container {
    color: #2c75d6;
    font-family: 'Rubik', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    border-radius: 8px;
  }
}
/* === Εικόνα προϊόντος για κινητά & tablet === */
@media screen and (max-width: 989px) {
  .product--large:not(.product--no-media) {
    display: block;
  }

  .product__media-wrapper,
  .product__info-wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center; /* κεντράρισμα κειμένου και εικόνας */
  }

  .product__media-wrapper img {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
  }

  .product__info-wrapper {
    padding-top: 1rem;
    color: #2c75d6;
    font-family: 'Rubik', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
}
@media screen and (min-width: 990px) {
  img.product__media {
    width: 100% !important;
    height: auto !important;
    max-height: 600px !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto !important;
  }
}
.unit-price {
  display: none !important;
}
.quantity__button {
  font-size: 16px !important;  /* μικρότερο μέγεθος για το + και το - */
  width: 30px !important;       /* μικρότερο πλάτος */
  height: 30px !important;      /* μικρότερο ύψος */
  line-height: 28px !important; /* για να είναι κεντραρισμένο το σύμβολο */
  padding: 0 !important;        /* λιγότερο padding */
  border-radius: 4px;           /* πιο ωραίες γωνίες */
}
.quantity-selector {
  display: flex;
  align-items: center;
  gap: 10px; /* απόσταση μεταξύ label και κουμπιών */
  margin-top: 10px; /* μικρό περιθώριο πάνω */
}

.quantity-selector label {
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
}

.quantity-input {
  display: flex;
  align-items: center;
  gap: 5px; /* απόσταση μεταξύ - input - + */
}

.quantity__button {
  font-size: 18px !important;
  width: 32px !important;
  height: 32px !important;
  line-height: 30px !important;
  padding: 0 !important;
  border-radius: 6px;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.quantity__button:hover {
  background-color: #e0e0e0;
}

.quantity-input input[type="number"] {
  width: 50px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  -moz-appearance: textfield; /* για Firefox */
}

.quantity-input input[type=number]::-webkit-inner-spin-button, 
.quantity-input input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
/* Custom Layout για Product Page */
.custom-product-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

/* Desktop: εικόνα αριστερά, info δεξιά */
.custom-product-image {
  flex: 1 1 40%;
  max-width: 400px;
}

.custom-product-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  object-fit: cover;
}

.custom-product-info {
  flex: 1 1 55%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
}

/* Τίτλος, τιμή, περιγραφή */
.custom-product-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
}

.custom-product-price {
  font-size: 1.4rem;
  font-weight: 600;
  color: #2c75d6;
  margin: 0;
}

.custom-product-description {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

/* Ποσότητα */
.custom-quantity {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.custom-quantity-controls {
  display: flex;
  align-items: center;
  gap: 5px;
}

.quantity__input {
  width: 50px;
  padding: 5px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.quantity__button {
  padding: 5px 10px;
  background: #2c75d6;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.quantity__button:hover {
  background: #245bb5;
}

/* Κουμπί προσθήκης στο καλάθι */
.custom-add-to-cart {
  margin-top: 15px;
  padding: 12px 20px;
  background-color: #2c75d6;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
}

.custom-add-to-cart:hover {
  background-color: #245bb5;
}

/* Responsive Mobile */
@media (max-width: 768px) {
  .custom-product-layout {
    flex-direction: column;
    gap: 15px;
  }

  .custom-product-image {
    max-width: 100%;
  }

  .custom-product-info {
    flex: 1 1 100%;
  }
}
.custom-product-layout {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}

.custom-product-image img {
  max-width: 300px;
  height: auto;
}

.custom-product-info {
  flex: 1;
}

.custom-product-title {
  font-size: 24px;
  margin-bottom: 8px;
}

.custom-product-price {
  font-size: 20px;
  color: #2c75d6;
  margin-bottom: 8px;
}

.custom-product-description {
  font-size: 16px;
  margin-bottom: 12px;
}

.custom-quantity-controls {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 12px;
}

.custom-add-to-cart {
  background-color: #2c75d6;
  color: #fff;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}
/* ===================================================
   Σελίδα προϊόντος - εικόνα αριστερά, περιγραφή δεξιά
   Καθαρό και responsive
=================================================== */

/* -----------------------------
   Καθαρισμός περιττών στοιχείων πάνω/κάτω από εικόνα
------------------------------ */
.skip-to-content-link,
span.visually-hidden,
.product__share,
.product-share,
.product-popup-modal__opener {
    display: none !important;
}

/* Αφαιρεί zoom overlay / μαύρη τελίτσα */
.product__media.media--transparent::before,
.product-popup-modal__opener {
    display: none !important;
}

/* Κενό πάνω από την εικόνα */
.product__media.media--transparent {
    margin-top: 0 !important;
    padding-top: 0 !important;
    min-height: 0 !important;
    height: auto !important;
}

/* Κύριο container: εικόνα αριστερά, πληροφορίες δεξιά */
.product-single {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: flex-start;
}

/* Container εικόνας */
.product__media-wrapper {
    flex: 1 1 50%;
}

/* Container περιγραφής */
.product__info-wrapper {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Εικόνα responsive, desktop + mobile */
.product__media img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

/* Τίτλος προϊόντος */
.product__title {
    font-size: 1.7rem;
    font-weight: 700;
    text-decoration: underline;
    color: #2c75d6;
    margin-bottom: 0.5rem;
}

/* Τιμή προϊόντος */
.product__price {
    font-size: 1.2rem;
    font-weight: 400;
    color: #2c75d6;
    margin-bottom: 1rem;
}
.price--compare {
    display: none; /* αφαιρεί το "Κανονική τιμή" */
}

/* Περιγραφή προϊόντος */
.product__description {
    font-size: 0.95rem;
    line-height: 1.5;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    color: #333;
}

/* Διαθεσιμότητα */
.product__availability {
    font-size: 0.95rem;
    margin-bottom: 1rem;
}

/* Κουμπιά ποσότητας */
.quantity__button {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 18px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2c75d6;
    color: #fff;
    border: none;
    transition: all 0.2s ease;
}
.quantity__button:hover {
    background-color: #1f55b0;
    cursor: pointer;
}
.quantity__input {
    width: 60px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin: 0 4px;
}

/* Κουμπί Προσθήκη στο καλάθι - μικρό και responsive */
.product-form__submit {
    font-size: 1rem;
    padding: 0.6em 1.2em;
    width: auto;
    max-width: 160px;
    background-color: #2c75d6;
    color: #fff;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
}
.product-form__submit:hover {
    background-color: #1f55b0;
}

/* Responsive για κινητό */
@media (max-width: 768px) {
    .product-single {
        flex-direction: column;
    }
    .product__media-wrapper,
    .product__info-wrapper {
        flex: 1 1 100%;
    }
    .product__media img {
        width: 90%;
        margin: 0 auto; /* κεντράρει εικόνα */
    }
    .product__title {
        font-size: 1.5rem;
        text-align: center;
    }
    .quantity__input {
        width: 50px;
    }
    .product-form__submit {
        display: block;
        margin: 0 auto;
        width: auto;
        max-width: 100%;
    }
}
/* ============================
   ΣΕΛΙΔΑ ΠΡΟΪΟΝΤΟΣ - ΔΙΟΡΘΩΣΕΙΣ
============================ */

/* Κουμπί Προσθήκη στο καλάθι (desktop) */
.product-form__submit {
  display: inline-block !important;
  background-color: #2c75d6 !important;
  color: #fff !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  padding: 0.6em 1.2em !important;
  border: none !important;
  border-radius: 6px !important;
  cursor: pointer !important;
  width: auto !important;
  min-width: 140px !important;
  max-width: 200px !important;
  text-align: center !important;
  transition: background-color 0.2s ease !important;
}

.product-form__submit:hover {
  background-color: #1f55b0 !important;
}

/* Εικόνα προϊόντος - desktop */
.product__media img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  object-fit: contain !important;
  margin: 0 auto !important;
}

/* MOBILE */
@media (max-width: 768px) {
  /* Εικόνα προϊόντος */
  .product__media img {
    max-width: 85% !important;
    margin: 0 auto !important;
  }

  /* Κουμπί Προσθήκη στο καλάθι */
  .product-form__submit {
    font-size: 0.95rem !important;
    padding: 0.5em 1em !important;
    min-width: 120px !important;
    max-width: 160px !important;
    display: block !important;
    margin: 0 auto !important; /* κεντράρισμα */
  }
}

/* Αφαιρεί "κουκκίδες/τελίτσες" και περίεργα πλαίσια */
.product__media::before,
.product__media::after {
  display: none !important;
  content: none !important;
}
/* Διόρθωση κουμπιού "Προσθήκη στο καλάθι" */
.product-form__submit.button--full-width {
  width: auto !important;
  max-width: 200px !important;
  display: inline-block !important;
}

.product-form__submit {
  background-color: #2c75d6 !important;
  color: #fff !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  padding: 0.6em 1.2em !important;
  border: none !important;
  border-radius: 6px !important;
  cursor: pointer !important;
  transition: background-color 0.2s ease !important;
  text-align: center !important;
}

.product-form__submit:hover {
  background-color: #1f55b0 !important;
}

/* Mobile */
@media (max-width: 768px) {
  .product-form__submit.button--full-width {
    display: block !important;
    margin: 0 auto !important;
    max-width: 160px !important;
  }

  .product-form__submit {
    font-size: 0.95rem !important;
    padding: 0.5em 1em !important;
  }
}
/* --- Διόρθωση κουμπιού Προσθήκη στο καλάθι --- */
.product-form__submit.button.button--full-width.button--secondary {
  width: auto !important;
  max-width: 200px !important;
  display: inline-block !important;
  background-color: #2c75d6 !important;
  color: #fff !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  padding: 0.6em 1.2em !important;
  border: none !important;
  border-radius: 6px !important;
  cursor: pointer !important;
  transition: background-color 0.2s ease !important;
  text-align: center !important;
}

.product-form__submit.button.button--full-width.button--secondary:hover {
  background-color: #1f55b0 !important;
}

/* Mobile προσαρμογή */
@media (max-width: 768px) {
  .product-form__submit.button.button--full-width.button--secondary {
    display: block !important;
    margin: 0 auto !important;
    max-width: 160px !important;
    font-size: 0.95rem !important;
    padding: 0.5em 1em !important;
  }
}
/* Σπάει τον κανόνα του Dawn που κάνει το κουμπί full-width */
.product-form__submit {
  width: auto !important;
  max-width: 200px !important;
  display: inline-block !important;
}
