.c-mybigproject {
    font-size: 1em;
}
@media (max-width: 768px) {
    .c-mybigproject {
        font-size: 0.8em;
    }
}

body, p, h1, h2, button {
  font-family: "Geologica", sans-serif;
  font-weight: 500;
}

.notloggedin #topbanner, .notloggedin #topmenu {
    display: none;
}

#container-all {
    overflow-x: hidden;
}

.c-top-container {
height: 100vh;
    background-color: black;
    position: relative;
    overflow: hidden;
}


.c-button {
    margin-top: 20px;
    display: inline-block;
}

.c-button a, div.items div.back a, .submit button {
    display: inline-block;
    padding: 15px 25px;
    border-radius: 100px;
    background-color: white;
    border: 2px solid #b00000;
    box-shadow: 0px 5px #b00000;
    color: black;
    text-decoration: none;
    position: relative;
    top: 0;
    transition: 0.3s;
    font-weight: 900;
}

.c-button:hover a, div.items div.back:hover a, .submit button:hover {
    box-shadow: 0px 0px #b00000;
    top: 5px;
}

.c-button-classic a {
    background-color: #e70000;
    color: #ffffff;
    border-color: #ffffff;
    box-shadow: 0px 5px #ffffff;
}

.c-button-zero a {
    background-color: black;
    color: white;
    border-color: #ffffff;
    box-shadow: 0px 5px #ffffff;
}

.c-social-buttons .c-button a {
    padding: 10px;
}

.c-main-shape {
    width: 60%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.c-bottle-1 {
    position: absolute;
    top: 25%;
    width: 25%;
    left: 20%;
}

.c-bottle-2 {
    position: absolute;
    top: 25%;
    width: 25%;
    right: 20%;
}

.c-bottle-1,
.c-bottle-2 {
  transform: translateY(-200%);
  filter: blur(0px);
  will-change: transform, filter;
  display: block; /* ή inline-block ανάλογα με το markup σου */
  transform-origin: center;
}

.c-bottle-1 img, .c-bottle-2 img {
    width: 100%;
    height: auto;
}

.c-new-flavor{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 50%;
    opacity: 0;
}

.c-new-flavor img {
    width: 100%;
    height: auto;
}

/* TEXT MARQUEE */
.c-text-marquee-container {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    overflow: hidden;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
}

#cfooter .c-text-marquee-container {
    position: relative;

}

.c-text-marquee-swiper {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    margin-left: calc(-5% - 10px) !important;
    margin-right: calc(-5% - 10px) !important;
}

.c-text-marquee-swiper .swiper-slide, .c-swiper-divider .swiper-slide {
    width: auto !important;
    color: white;
    font-size: 30px;
    font-weight: 800;
}

.c-text-marquee-swiper .swiper-slide::after {
    content: '●';
    margin-left: 20px;
    font-size: 16px;
    position: relative;
    top: -5px;
}

.c-text-marquee-swiper .swiper-wrapper, .c-swiper-divider .swiper-wrapper {
    transition-timing-function: linear !important; /* Συνεχής ροή */
}

/* END TEXT MARQUEE */


.c-cans-container {
position: relative;
}

.c-cans-container::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: 2;
    background-image: linear-gradient(0deg, black, transparent);
    display: block;
    width: 100%;
}

#cfooter .c-bottle-logo {
    width: 30%;
    margin-left: 10%;
    position: relative;
    padding-top: 10%;
    padding-bottom: 10%;
    box-sizing: border-box;
}

.c-footer-cans {
    height: 100%;
}

.c-footer-cans img {
    height: 100%;
    width: auto;
    object-fit: contain;
    object-position: bottom;
}

.c-main-loux-logo {
    text-align: right;
    margin-top: 10%;
}

.c-footer-social {
    text-align: right;
}

.c-footer-social h2 img {
    background: white;
}.c-newlogo {
    background-image: url('/cache/files/62792db4eda0d88272c8be69e60d7e221dcdd8e1.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


a.mobile-header-startlink {
    background-image: url('/cache/files/62792db4eda0d88272c8be69e60d7e221dcdd8e1.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 220px;
    transform: translate(-50%, 0%);
}

.side-nav__header {
    background-color: white;
    background-image: url('/cache/files/62792db4eda0d88272c8be69e60d7e221dcdd8e1.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: 8vh;
    margin-right: 8vh;
}.c-newsletter {
padding-top: 100px;
padding-bottom: 100px;
width: 60%;
margin: auto;
}

.c-newsletter form {
    margin: auto;
}

.c-newsletter form label {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.4em;
    font-weight: 800;
font-family: 'Manrope', sans-serif;
}

.c-newsletter form input {
    padding: 10px;
    border: 2px solid #d3d3d3;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}


.c-newsletter form input:focus-visible {
outline: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.c-newsletter form input::placeholder {
color: #d1d1d5;
font-size: 14px;
}

.c-newsletter form .submit {
margin-top: 20px;
text-align: center;
}

.c-newsletter form .submit button {
    font-size: 14px;
    font-weight: 400;
    padding: 20px 25px;
    color: white;
    background-color: #595959;
    transition: 0.3s;
    letter-spacing: 1px;
    border-radius: 3px;
    border-color: transparent;
    min-width: 170px;
}

.c-newsletter form .submit button:hover {
color: white;
background-color: #e0751b;
}

@media only screen and (max-width: 768px) {
.c-newsletter {
width: 90%;
}
}#cmenu .c-menu-logo-box {
    opacity: 1;
    transition: 1s;
}

#cmenu.c-hide-logo .c-menu-logo-box {
    opacity: 0;
    transition: 1s;
}

.notloggedin #mobile-header {
display: none;
}

.c-lockscroll {
overflow: hidden;
}

.c-menu-bar {
    position: relative;
}

.notloggedin .c-menu-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 98;
    padding: 0 7%;
    box-sizing: border-box;
    background-color: transparent;
    transition: 0.5s;
}

.c-menu-bar.c-closemenu {
    padding: 0 30px;
    width: 450px;
}

.c-menu-bar.c-closemenu .c-menu-logo, .c-menu-bar.c-closemenu .c-menu-social-box {
   display: none;
}

.c-menu-boxes {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}

.c-menu-burger-box {
    width: 215px;
}

.c-menu-burger {
    display: inline-block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: white;
    border: 2px solid #b00000;
    box-shadow: 0px 5px #b00000;
    color: #b00000;
    text-decoration: none;
    position: relative;
    top: 0;
    transition: 0.3s;
    cursor: pointer;
}

.c-top-line {
    position: absolute;
    top: 24px;
    left: 15px;
    width: 25px;
    height: 1px;
    background-color: #b00000;
    transform: rotate(0deg);
    transition: 0.5s;
}

.c-bottom-line {
    position: absolute;
    top: 32px;
    left: 15px;
    width: 18px;
    height: 1px;
    background-color: #b00000;
    transform: rotate(0deg);
    transition: 0.5s;
}

.c-closemenu .c-top-line {
    top: 27px;
    left: 15px;
    transform: rotate(45deg);
    transition: 0.5s;
}
.c-closemenu .c-bottom-line {
    top: 27px;
    left: 15px;
    width: 25px;
    transform: rotate(-45deg);
    transition: 0.5s;
}

.c-menu-burger:hover {
    box-shadow: 0px 0px #b00000;
    top: 5px;
}


.c-menu-bar .c-button {
margin-top: 0;
}

.c-menu-logo-box {
    width: 200px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.c-menu-logo img {
height: 90px;
width: auto;
}

.c-menu-social-box {
    width: 250px;
    height: 100%;
    text-align: right;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.c-menu-social-box  div.langlist ul {
    padding: 17px !important;
}

.c-menu-social-box  div.langlist ul li {
display: block;
}

.c-menu-social-box  div.langlist ul li img {
    width: 25px;
    height: auto;
    max-width: none;
}

.c-menu-lang-box {
    position: relative;
    margin-right: 5px;
}

.c-menu-lang-button {
    background-color: white;
    padding: 12.5px;
    border-radius: 50%;
    border: 2px solid #b00000;
    box-shadow: 0px 5px #b00000;
    transition: 0.3s;
    position: relative;
    top: 0px;
    cursor: pointer;
}

.c-menu-lang-button:hover {
    box-shadow: 0px 0px #b00000;
    top: 5px;
}

.c-menu-lang {
    max-height: 0px;
    transition: 0.3s;
    overflow: hidden;
    position: absolute;
    top: calc(100% + 10px);
    left: 3px;
    background-color: white;
    border-radius: 50px;
}

.c-menu-lang.c-openlang {
    max-height: 100px;
}

.c-menu-social {
    display: flex;
    padding: 50px 30px;
    gap: 10px;
}

.c-menu-social .c-social-buttons {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.c-menu-bar .c-menu-social {
    display: flex;
    padding: 0px 0px 0px 0px;
    gap: 10px;
    position: absolute;
    top: 90px;
    right: 0;
    border-radius: 40px;
    flex-direction: row;
    flex-wrap: wrap;
    width: 136px;
    max-height: 0px;
    overflow: hidden;
    transition: 1s;
    border: 0px solid transparent;
}

.c-menu-bar .c-menu-social-box.c-showsocial .c-menu-social {
    padding: 20px 0px 20px 0px;
    max-height: 300px;
}

.c-menu-social .c-menu-social-link {
    display: inline-block;
    padding: 10px;
    border-radius: 50%;
    background-color: white;
    border: 2px solid #b00000;
    color: #b00000;
    text-decoration: none;
    position: relative;
    top: 0;
    transition: 0.3s;
}

.c-menu-social .c-menu-social-link img {
    width: 40px;
    height: auto;
}

.c-menu-social .c-social-buttons {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.c-menu-social-follow {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.c-follow-button span {
    margin-left: 5px;
    font-weight: 900;
}

.c-follow-button {
    display: inline-block;
    padding: 12.5px;
    border-radius: 100px;
    background-color: white;
    border: 2px solid #b00000;
    box-shadow: 0px 5px #b00000;
    color: #b00000;
    text-decoration: none;
    position: relative;
    top: 0;
    cursor: pointer;
    transition: 0.3s;
}

.c-showsocial .c-follow-button {
    border: 2px solid #ff5f5f;
    box-shadow: 0px 5px #ff5f5f;
}

.c-follow-button:hover {
    border: 2px solid #ff5f5f;
    box-shadow: 0px 0px #ff5f5f;
    top: 5px;
}

.c-menu-link a {
    color: #333;
    text-decoration: none;
    transition: 0.3s;
}

.c-menu-link a:hover, .c-menu-accordion-title:hover {
    color: #008fd4;
}
.c-hor-container {
  display: flex;
  height: 100vh;
   background-color: black;
}


.c-hor-box {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.c-bottle-logo {
    width: 10%;
    margin-left: 10%;
    position: relative;
}

.c-empty-bottle img {
    width: 100%;
    height: auto;
/*  animation: shakeBlur 1s ease-in-out infinite; */
/*  animation-delay: 1.6s;  delay between cycles */
}

.c-logo-bottle {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.c-logo-bottle img {
    width: 100%;
    height: auto;
    position: relative;
    left: -3vw;
}

/*
@keyframes shakeBlur {
  0% {
    transform: rotate(0deg);
    filter: blur(0px);
  }
  10% {
    transform: rotate(-2deg);
    filter: blur(1px);
  }
  20% {
    transform: rotate(2deg);
    filter: blur(1.5px);
  }
  30% {
    transform: rotate(-2.5deg);
    filter: blur(1px);
  }
  40% {
    transform: rotate(2deg);
    filter: blur(0.8px);
  }
  50% {
    transform: rotate(-1.5deg);
    filter: blur(0.5px);
  }
  60% {
    transform: rotate(1deg);
    filter: blur(0.3px);
  }
  70% {
    transform: rotate(-0.5deg);
    filter: blur(0.2px);
  }
  80% {
    transform: rotate(0.3deg);
    filter: blur(0.1px);
  }
  90% {
    transform: rotate(-0.1deg);
    filter: blur(0px);
  }
  100% {
    transform: rotate(0deg);
    filter: blur(0px);
  }
}
*/

.c-hor-title-box {
    padding-left: 3%;
    width: 80%;
    box-sizing: border-box;
}

#contenttop h2.c-hor-title {
    font-family: "Geologica", sans-serif;
    color: white;
    text-align: left;
    font-size: 9vw;
    font-weight: 900;
    font-style: italic;
    line-height: 0.9;
    border: 0px;
}

.c-hor-subtitle {
    font-size: 2vw;
    color: white;
    font-weight: 100;
    margin-bottom: 10px;
}

.c-hor-box-start {
    position: relative;
    min-width: 100%;
    overflow: hidden;
}

.c-hor-box-start::after {
   content: '';
   background-image: url('/cache/files/f97d44eb4c33757b709d3446d0c409f0cfd4c176.svg');
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    z-index: -1;
    right: -50%;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
}

.c-hor-box-bottle-classic {
   min-width: 20vw;
background-color: #c70017;
position: relative;
}

.c-classic-bottle-330 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.c-classic-bottle-330::before {
   content: '';
    position: absolute;
    z-index: 1;
    background-image: url('/cache/files/aa54ab242715790f30f6dc71c13fd4b50a47daf8.png');
    width: 100%;
    height: 100%;
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: 70% 85%;
    filter: blur(20px);
    opacity: 0.3;
}

.c-classic-bottle-330 img {
    width: 55%;
    height: auto;
    margin-bottom: 15%;
    position: relative;
    z-index: 2;
}

.c-text-rotate {
    position: absolute;
    top: 15%;
    left: 50%;
    width: 90%;
    transform: translateX(-50%) rotate(0deg);
  animation: rotateText 20s linear infinite;
}

@keyframes rotateText {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) rotate(359deg);
  }
}

.c-text-rotate img {
    width: 100%;
    height: auto;
}

.c-hor-box-logotext-classic {
    min-width: 70vw;
    background-color: #c70017;
    position: relative;
}

.c-bg-shape-dark {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.15;
}

.c-bg-shape-dark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.c-classic-logotext {
    width: 100%;
    text-align: center;
}

.c-classic-logotext img {
    width: 60%;
    height: auto;
}

.c-logotext-content {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
}

.c-classic-moto, .c-zero-moto {
    color: white;
    font-size: 2vw;
    line-height: 1.1;
    margin-top: 40px;
    font-weight: 900;
    margin-bottom: 0;
}


.c-hor-box-wow-classic {
    min-width: 30vw;
    padding-right: 2vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
background-color: #c70017;

}

.c-hor-box-wow-classic img {
    width: 100%;
    height: auto;
}

.c-family-box {
    min-width: 100vw;
    display: flex;
    flex-direction: column;
    padding-top: 120px;
    box-sizing: border-box;
    background-color: #c70017;
}

.c-family-box::before {
    content: '';
    background-image: url('/cache/files/091476cb0f1cc185f46a0a3a79c3c3a10d67a259.svg');
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.1;
}

.c-family-image {
    width: 100%;
    height: 80%;
    margin-top: -10%;
    text-align: center;
    position: relative;
    z-index: 1;
}

.c-family-image img {
    width: 50%;
    height: auto;
}

.c-family-content {
    width: 100%;
    height: 30%;
    padding-left: 20%;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
}

.c-family-title {
    margin-bottom: 0;
    font-size: 8vw;
    font-weight: 900;
    color: white;
    line-height: 1em;
}

.c-family-subtitle {
    font-size: 2vw;
    color: white;
    font-weight: bold;
}

.c-preblack-box {
    min-width: 50vw;
    background-color: #c70017;
}

.c-black-shape {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.c-black-shape::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    width: 200%;
    height: 100%;
    background-image: url('/cache/files/091476cb0f1cc185f46a0a3a79c3c3a10d67a259.svg');
    background-size: cover;
    background-position: center;
}

.c-hor-box-bottle-zero {
   min-width: 20vw;
background-color: black;
position: relative;
}

.c-hor-box-logotext-zero {
    min-width: 70vw;
    background-color: black;
    position: relative;
}

.c-hor-box-logotext-zero .c-bg-shape-dark {
   opacity: 1;
}


.c-hor-box-wow-zero {
    min-width: 40vw;
    padding-right: 2vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
background-color: black;

}

.c-hor-box-wow-zero img {
    width: 100%;
    height: auto;
}

.c-family-box-zero {
    background-color: black;
}

.c-family-box.c-family-box-zero::before {
      background-image: url('/cache/files/f97d44eb4c33757b709d3446d0c409f0cfd4c176.svg');
opacity: 1;
}


/* LOUX WORLD */

    #loux-world {
      height: 200vh;
      position: relative;
      background: black;
    }

.c-loux-world-container {
  height: 100vh;
overflow: hidden;
}

.c-loux-world-images-container {
height: 70%;
  display: flex;
    align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  position: relative; /* για τα απόλυτα τοποθετημένα images */
    bottom: -1px;
}

    .c-world-images {
      position: relative;
      width: 100%;
    height: 100%;
    }

    .c-world-image {
      position: absolute;
      width: 20vw;
      height: auto;
      will-change: transform;
      aspect-ratio: 3/4.5;
    }

    .c-world-image img {
    width: 100%;
    height: auto;
    margin-top: 50%;
}

    svg.motion-path {
      position: relative;
      min-width: 100vw;
      height: auto;
      top: 0;
      left: 0;
      pointer-events: none;
      z-index: 0;
    }

    svg.motion-path path {
      fill: #c70017;
      stroke: transparent; /* Or visible for debugging */
    }

.c-world-title-container {
    height: 30%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#contenttop #loux-world h2.c-world-title {
    font-size: 6vw;
    color: white;
    font-weight: 900;
    border-bottom: 0px;
}

.c-world-logo {
    display: inline-block;
}

.c-world-logo img {
    width: 12vw;
    height: auto;
    margin: 0 2vw;
}

/* RESPONSIVE */
@media (max-width: 990px) {

.c-bottle-1,
.c-bottle-2 {
  transform: translateY(-300%);
}
.c-main-shape {
    width: 100%;
    top: 37%;
}

.c-new-flavor {
    width: 90%;
top: 37%;
}
.c-bottle-1 {
    position: absolute;
    top: 45%;
    width: 45%;
    left: 10%;
}
.c-bottle-2 {
    position: absolute;
    top: 45%;
    width: 45%;
    right: 5%;
}

.c-text-marquee-swiper .swiper-slide, .c-swiper-divider .swiper-slide {
    font-size: 22px;
}
}.c-modal-black-shape {
    background-color: #000000;
    color: white;
    margin: 30px 15px 15px 15px;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 100px;
    font-size: 1.2rem;
    position: relative;
    z-index: 3;
}

/* Overlay */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 9999;
}

/* Active state */
.modal-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* Modal box */
.modal {
    background: #e70a03;
    color: #fff;
    padding: 2rem 2rem 0;
    border-radius: 12px;
    max-width: 500px;
    width: 90%;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
    text-align: center;
    height: auto;
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal p{
    max-width: 440px;
    margin: 30px auto;
}

/* Close button */
.modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    background: none;
    border: none;
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
    line-height: 1;
    background-color: black;
    padding: 7px 17px 13px;
    border-radius: 50%;
    z-index: 9;
}
.c-bottom-learnmore {
    background-color: black;
    padding: 1rem;
    border-radius: 2rem 2rem 0 0;
    color: white;
    text-decoration: none;
    display: block;
}

.c-gift-modal-image {
   position: relative;
}

.c-gift-modal-image img {
   position: relative;
   z-index: 3;
   width: 100%;
   height: auto;
}

.c-gift-modal-image::before {
   content: '';
   background-image: url('/cache/files/091476cb0f1cc185f46a0a3a79c3c3a10d67a259.svg');
display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 140%;
    height: 140%;
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.1;
} 

#openModal {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 100px;
    height: 100px;
    background-color: red;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 38%);
    transition: 0.5s;
    cursor: pointer;
    z-index: 10;
}

#openModal:hover {
    width: 150px;
    height: 150px;
}

#openModal img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
