body {
	padding:0;
	margin:0;
	display:flex;
	flex-direction:column;
	background:#275553;
}
.coffee-shop-section {
	display: flex;
	padding-bottom: 13px;
	flex-direction: column;
	overflow: hidden;
	align-items: center;
	font-family: Quicksand, sans-serif;
}

.hero-container {
	display: flex;
	flex-direction: column;
	align-self: stretch;
	position: relative;
	min-height: 1001px;
	width: 100%;
	color: #facc45;
	font-weight: 700;
}
.hero-container img {
	
	width: 100%;
}

.newsletter-form {
	display:flex;
	flex-direction:column;
	align-items:center;
	text-align:center;
	gap:10px;
}

.hero-background {
	position: absolute;
	inset: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.content-wrapper {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 100%;
	align-items: center;
	padding: 2% 0;
}


.navigation {
	position: relative;
	display: flex;
	width: 100%;
	max-width: 1272px;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items:center;
	font: 24px Century Gothic, sans-serif;
}

.navigation img {
	width:10%;
}

.nav-links {
    display: flex;
    width: 70%;
    margin-left:14%;
    position: relative; /* Για να κρατηθούν οι θέσεις των dropdown */
}

.nav-link {
    text-align: center;
    flex-basis: auto;
    color: #FACC45;
    font-size: 1vw;
    text-decoration: none;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative; /* Για το dropdown */
}

.dropdown {
    position: relative;
}

.dropdown-menu {
    display: none; /* Απόκρυψη από προεπιλογή */
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #333;
    border-radius: 5px;
    padding: 10px 0;
    min-width: 200px;
    z-index: 1000;
}

.dropdown-menu .dropdown-item {
    color: #FACC45;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
    font-size: 0.9vw;
    text-align: left;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #444;
    color: #FFF;
}

.dropdown:hover .dropdown-menu {
    display: block; /* Εμφάνιση κατά το hover */
}



.logo {
	aspect-ratio: 1.82;
	object-fit: contain;
	object-position: center;
	width: 169px;
	align-self: start;
	max-width: 100%;
}

.language-selector {
	display: flex;
	gap: 11px;
	white-space: nowrap;
	text-align: center;
	font-size:1vw;
	margin-right:10px;
}



.language-option {
	align-self: start;
	display: flex;
}



.language-text {
	flex-grow: 1;
}

.language-separator {
	align-self: start;
	margin-top: 16px;
	height: 1px;
	border: 1px solid #facc45;
}

.hero-content {
	position: relative;
	display: flex;
	margin-top: 2%;
	max-width: 100%;
	align-items: center;
	gap: 20px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	flex-wrap: wrap;
	justify-content: space-between;
}


.hero-separator {
	align-self: stretch;
	width: 112px;
	margin: auto 0;
	border: 3px solid #fff;
}

.hero-text {
	align-self: stretch;
	width: 331px;
}

.special-coffee {
	position: relative;
	color: #fff;
	text-shadow: 0px 6px 4px rgba(0, 0, 0, 0.5);
	text-align: center;
	margin: 38px 0 0 13px;
	font: 400 45px Bilagike, sans-serif;
}



.beans {
	position: relative;
	text-shadow: 0px 6px 4px #de272b;
	font-size: 40px;
	font-weight: 500;
	text-align: center;
	margin: 0 0 -26px 12px;
}


.roasted-with-purpose {
	color: #facc45;
	text-align: center;
	margin-top: 15%;
	font: 400 3vw Bilagike, sans-serif;
	margin-bottom: 1%;
	font-weight:bold;
}

.korCoffee {
	    font-size: 3.5vw;
    color: white;
    margin-top: 2%;
    font-weight: bold;
}

.product-title-buna {
	 font-size: 3.5vw;
    color: white;
    margin-top: 2%;
    font-weight: bold;
	text-align:center;
	margin-bottom:1%;
	
}


.separator {
	background-color: #de272b;
	display: flex;
	margin-top: 0%;
	width: 20%;
	max-width: 100%;
	border: 2px solid #de272b;
}

.roasted-for-enjoyment {
	color: #fff;
	text-shadow: 0px 4px 4px rgba(250, 204, 69, 0.2);
	text-align: center;
	margin-top: 2%;
	font: 700 1.5vw Century Gothic, sans-serif;
}



.small-separator {
	background-color: #de272b;
	display: flex;
	margin-top: 1%;
	width: 20%;
	max-width: 100%;
	border: 2px solid #de272b;
}

.product-title {
	margin-bottom:2%;
	margin-top:0;
}



.coffee-image {
	aspect-ratio: 0.48;
	object-fit: contain;
	object-position: center;
	width: 468px;
	margin-top: 121px;
	max-width: 100%;
}


.our-products {
	color: #facc45;
	text-align: center;
	margin-top: 84px;
	font: 400 64px Bilagike, sans-serif;
}



.products-container {
	margin-top: 137px;
	width: 100%;
	max-width: 1321px;
}



.product-row {
	gap: 20px;
	display: flex;
}



.product-info {
	display: flex;
	flex-direction: column;
	line-height: normal;
	width: 56%;
	margin-left: 0px;
}



.product-details {
	display: flex;
	margin-top: 5px;
	flex-grow: 1;
	flex-direction: column;
	align-items: start;
	font-family: Century Gothic, sans-serif;
	color: #facc45;
	font-weight: 700;
}



.product-title {
	font-size: 64px;
	font-weight: 400;
}



.product-specs {
	font-size: 1.2vw;
}



.product-description {
	color: #fff;
	align-self: stretch;
	font: 1vw Quicksand, sans-serif;
}



.product-image-container {
	display: flex;
	flex-direction: column;
	line-height: normal;
	width: 44%;
	margin-left: 20px;
}



.product-image {
	aspect-ratio: 1.11;
	object-fit: contain;
	object-position: center;
	width: 100%;
}


.private-label {
	color: #facc45;
	text-align: center;
	margin-top: 110px;
	font: 400 64px Bilagike, sans-serif;
}



.private-label-description {
	color: #fff;
	text-align: center;
	margin-top: 5%;
	font: 700 1vw Century Gothic, sans-serif;
	padding-left:5%;
	padding-right:5%;
}



.newsletter {
	color: #facc45;
	text-align: center;
	font: 400 1vw Bilagike, sans-serif;
}


.newsletter-title {
	color: #fff;
	text-align: center;
	font: 600 0.8vw Montserrat, sans-serif;
}



.newsletter-subtitle {
	color: #facc45;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	text-align: center;
	font: 400 0.7vw Century Gothic, sans-serif;
}



.newsletter-input {
	border-radius: 10px;
	width: 70%;
	max-width: 100%;
	margin-top:2%;
	color: white;
	text-align: center;
	padding: 2% 3%;
	font: 400 1vw Montserrat, sans-serif;
	border: 3px solid grey;
	background:none;
}

.newsletter-input:focus {
	outline:0;
}


.newsletter-button {
	color: #facc45;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	text-align: center;
	margin-top: 43px;
	font: 700 1.2vw Century Gothic, sans-serif;
	background:none;
	border:0;
}



.footer {
	align-self: stretch;
	display: flex;
	margin-top: 50px;
	width: 100%;
	flex-direction: column;
	justify-content: center;
	padding: 6px 0;
}


.footer-content {
	display: flex;
	width: 100%;
	flex-direction: column;
}



.footer-wrapper {
    align-self: center;
    width: 100%;
    max-width: 1330px;
    display: flex;
    flex-direction: row;
    align-items: start;
	    text-align: center;
}



.footer-row {
	gap: 20px;
	display: flex;
}



.footer-column {
	display: flex;
	flex-direction: column;
	line-height: normal;
	width: 30%;
	margin:0 auto;
}



.footer-info {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: start;
}



.footer-logo {
	aspect-ratio: 1.81;
	object-fit: contain;
	object-position: center;
	width: 154px;
	max-width: 100%;
}

.footer-tagline {
	color: #fff;
	margin-top: 20px;
	font: 700 13px Quicksand, sans-serif;
}

.footer-social {
	display: flex;
	margin-top: 21px;
	gap: 7px;
}

.social-icon {
	aspect-ratio: 0.83;
	object-fit: contain;
	object-position: center;
	width: 25px;
	align-self: start;
}

.social-icon-wide {
	aspect-ratio: 1.76;
	object-fit: contain;
	object-position: center;
	width: 60px;
}

.footer-contact {
	display: flex;
	flex-direction: column;
	line-height: normal;
	width: 30%;
	margin:0 auto;
}



.contact-info {
	display: flex;
	flex-direction: column;
	align-self: stretch;
	font-weight: 700;
	margin: auto 0;
}



.contact-title {
	color: #facc45;
	align-self: start;
	font: 1.5vw Quicksand, sans-serif;
	text-align: center;
    margin: 0 auto;
}

.contact-details {
	color: #fff;
	font: 1vw Century Gothic, sans-serif;
}



.footer-hours {
	display: flex;
	flex-direction: column;
	line-height: normal;
	width: 30%;
	margin:0 auto;
}



.hours-container {
}



.hours-row {
	gap: 20px;
	display: flex;
}



.hours-column {
	display: flex;
	flex-direction: column;
	line-height: normal;
	width: 50%;
	margin-left: 0px;
}


.opening-hours {
	display: flex;
	flex-direction: column;
	font-family: Century Gothic, sans-serif;
	font-weight: 700;
}


.hours-title {
	color: #facc45;
	font-size: 1.5vw;
	align-self: start;
	margin-bottom:0;
}

.hours-list {
	color: #fff;
	font-size: 15px;
	line-height: 25px;
}

.video-column {
	display: flex;
	flex-direction: column;
	line-height: normal;
	width: 50%;
	margin-left: 20px;
}



.video-container {
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	color: #facc45;
	font: 700 30px Century Gothic, sans-serif;
}



.video-title {
	margin-right: 20px;
}



.video-thumbnail {
	aspect-ratio: 2.01;
	object-fit: contain;
	object-position: center;
	width: 100%;
	margin-top: 30px;
}

.copyright {
	background-color: rgba(0, 0, 0, 0.25);
	z-index: 10;
	color: #e4b95b;
	margin: 47px 0 -19px;
	padding: 45px 70px;
	font: 700 14px Quicksand, sans-serif;
	border: 1px solid #000;
}

 /* Στυλ για τον σύνδεσμο */
    .nav-link {
      position: relative;
      text-decoration: none;
      font-size: 18px;
      color: #333;
      cursor: pointer;
    }

    .nav-link:hover {
      color: #007bff;
    }

    /* Στυλ για την ετικέτα που εμφανίζεται */
    .label-coming-soon {
      position: absolute;
      top: -10px;
      right: -10px;
      background: rgba(255, 0, 0, 0.9);
      color: white;
      font-size: 12px;
      padding: 5px 10px;
      border-radius: 5px;
      opacity: 0;
      transition: opacity 0.5s ease, transform 0.5s ease;
      transform: translateY(-10px);
      pointer-events: none; /* Δεν επηρεάζει το κλικ */
    }

    /* Όταν είναι ορατή */
    .label-coming-soon.show {
      opacity: 1;
      transform: translateY(0);
    }