body {
font-family: "CF Din Light";
}


/*TITLES*/

.c-title-header{
font-family: "CF Block";
font-size: clamp(4.375rem, 3.275rem + 3.521vw, 7.5rem); /*70-120px*/
margin-bottom: 0px;
line-height: 1em;
text-align: center;
}

.c-title-header span{
font-size: 0.7em;
}


.c-title-bold {
font-family: "CF Block";
font-size: clamp(2.875rem, 2.127rem + 2.394vw, 5rem); /*46-80px*/
margin-bottom: 0px;
line-height: 1em;
}

.c-title-bold span{
font-size: 0.7em;
}

.c-subtitle {
font-family: "CF Din Light";
font-size: clamp(1.125rem, 0.949rem + 0.563vw, 1.625rem); /*18-26px*/
font-weight: 100;
    text-transform: uppercase;
margin-bottom: 0px;
}

.c-product-title{
font-family: "CF Block";
font-size: clamp(2.625rem, 2.405rem + 0.704vw, 3.25rem); /*42-52px*/
margin-bottom: 0px;
line-height: 0.8em;
}
/*END OF TITLES*/




/*FOOTER*/

.c-footer {
font-size: 1.2em;
display: flex;
    gap: 20px;
    align-items: flex-end;
    justify-content: space-around;
}
@media (max-width: 768px) {
.c-footer {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
}

/*END OF FOOTER*/


#contenttop h1 {
font-family: "CF Block";
font-size: clamp(2.625rem, 2.405rem + 0.704vw, 3.25rem); /*42-52px*/

}



 .notloggedin div.horizontalitems div.theitems {
    display: none;
}.c-newlogo {
    background-image: url('cache/files/notfound');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


a.mobile-header-startlink {
    background-image: url('cache/files/notfound');
    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/notfound') !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%;
}
}.loggedin .c-container-whole {
position: relative;
overflow: hidden;
height: 100vh;
}

.notloggedin .c-container-whole {
position: relative;
}


.c-container-whole-rel {
position: relative;
}


.c-container-whole-abs {
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
display: flex;
    flex-direction: column;
z-index: 3;
}

.c-header-over, .c-categories-over, .c-main-banner-container-over {
    height: 100vh;
    width: 100%;
    position: relative;
}


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


.c-drops {
background-image: url('/cache/files/e957f08a24e0b9ecc71b2b8e8381c55443201db4.jpg');
    mix-blend-mode: color-burn;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
pointer-events: none;
   background-size: inherit;
}

.c-drops:before {
content: '';
}


/*TITLES*/

.c-title-header{
font-family: "CF Block";
font-size: clamp(4.375rem, 3.275rem + 3.521vw, 7.5rem); /*70-120px*/
margin-bottom: 0px;
line-height: 1em;
text-align: center;
}

.c-title-header span{
font-size: 0.7em;
}


.c-title-bold {
font-family: "CF Block";
font-size: clamp(2.875rem, 2.127rem + 2.394vw, 5rem); /*46-80px*/
margin-bottom: 0px;
line-height: 1em;
}

.c-title-bold span{
font-size: 0.7em;
}

.c-subtitle {
font-family: "CF Din Light";
font-size: clamp(1.125rem, 0.949rem + 0.563vw, 1.625rem); /*18-26px*/
font-weight: 100;
    text-transform: uppercase;
margin-bottom: 0px;
}
/*END OF TITLES*/




/*DIAGONAL DIVIDERS*/
.c-down{
clip-path: polygon(0 0,100% 0,100% 100%,0 calc(100% - 90px));
}

.c-top{
    clip-path: polygon(0 0,100% 90px,100% 100%,0 100%);
    margin-top: -95px;
}

.c-top-right {
clip-path: polygon(0 90px, 100% 0, 100% 100%, 0 100%);
    margin-top: -95px;
}

/*END OF DIAGONAL DIVIDERS*/



/*BUTTONS*/

.c-buttons-box {
display: flex;
    gap: 20px;
    justify-content: center;
   position: absolute;
    bottom: 5vh;
}

.c-button1 {
font-family: "CF Din Light";
font-weight: 600;
border-radius: 20px;
display: inline-block;
    text-align: center;
    padding: 15px 20px;
    transition: 1.4s;
    text-decoration: none;
        background-color: #2e5090;
color: #fff;
}
.c-button1:hover {
    background-color: #5aa0e0;
transition: 1.4s;
}

/*BUTTONS*/


/*HEADER*/

.c-header {
position: relative;
height: 100vh;
width: 100%;
background: linear-gradient(141deg, #0081c6, #2b55a2, #5aa0e0, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.c-logo-box {
display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 90vh;
color: #fff;
    position: relative;
    z-index: 3;
font-size: 1.8em;
}

.c-logo-box img{
max-width: 50vh;
    height: auto;
    margin-bottom: 5vh;
}

@media (max-width: 768px) {
.c-logo-box img{
max-width: 40vh;
}
}


 
.c-ellina-top {
position: absolute;
top: 5vh;
right: 5vh;
max-height: 150px;
width: auto;
}

@media (max-width: 768px) {
.c-ellina-top {
max-height: 80px;
}
}

/*END OF HEADER*/

/*ALL CATEGORIES*/

.c-categories{
background-color: #5aa0e0;
height: 110vh;
width: 100%;
  position:relative;
}

.c-categories-boxes {
display: flex;
    height: 90vh;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 6vh;
    max-width: 75vw;
    margin: 0 auto;
    align-content: center;
}



.c-categories-banner{
max-width: 35vh;
    height: auto;
    border-radius: 50%;
}

.c-categories-logo {
max-width: 12vh;
height: auto;
margin-top: -8vh;
}

@media (max-width: 912px) {
.c-categories-boxes {
    max-width: 100vw;
gap: 3vh;
}
.c-categories-banner{
max-width: 20vh;
}
.c-categories-logo {
max-width: 8vh;
margin-top: -5vh;
}
}

.c-cat-box {
text-align: center;
    color: #fff !important;
}
.c-cat-box a{
display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff !important;
}

/*END OF ALL CATEGORIES*/


/*BACKGROUNDS-COLORS*/

.c-refreshments-bg{
background-color: #3968bd;
}


.c-plus-light-bg {
background-color: #769ae2;
}


.c-tea-bg {
background-color: #80ad33;
}


.c-free-bg {
background-color: #5aa0e0;
}


.c-juices-bg {
background-color: #5f82d7;
}

/*END OF BACKGROUD COLORS*/


/*MAIN BANNERS*/
.c-main-banner-container {
height: 110vh;
width: 100%;
  position:relative;
}

.c-main-banner{
display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
color: #fff;
}


.c-inner-logo {
    max-height: 10vh;
  position: absolute;
    top: 5vh;
}

.c-main-banner-inner{
position: relative;
    height: 70vh;
    width: 70vh;
    display: flex;
    flex-direction: column;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 50%;
    align-items: center;
}


.c-top-title {
position: absolute;
    top: 7vh;
}
.c-top-title2 {
position: absolute;
    top: 3vh;
}

.c-bottom-title {
position: absolute;
    bottom: 0;
}

@media (max-width: 768px) {
.c-main-banner-inner{
    height: 50vh;
    width: 50vh;
    }

.c-top-title {
    top: 0vh;
}

.c-top-title2 {
    top: 0vh;
}

.c-inner-logo {
    max-height: 14vh;
}
}

/*END OF MAIN BANNERS*/





/*DETAILS*/

.c-details-box {
position: absolute;
    top: 0;
    right: 10vh;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
gap: 0px;
}

.c-details-box p{
    font-family: "CF Block";
    font-size: clamp(1.375rem, 1.023rem + 1.127vw, 2.375rem); /*22-38*/
    margin-bottom: 0px;
    line-height: 1em;
    color: #fff;
    max-width: 10vw;
    text-align: center;
margin-bottom: 0px;
margin-top: 5px;
}

.c-details-box p span{
    font-size: 1.2em;
}

.c-detail-line {
text-decoration: line-through;
text-decoration-thickness: 0.4rem;
}


@media (max-width: 768px) {
.c-details-box {
position: absolute;
    top: auto;
    right: 0;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    bottom: 13vh;
}

.c-detail-line {
    text-decoration-thickness: 0.1rem;
    text-orientation: upright;
    writing-mode: vertical-rl;
opacity: 0.4;
}

.c-details-box p{
    font-size: 0.9em;
        max-width: 95vw;
}

}

/*END OF DETAILS*/




/*LEAFS*/

.c-leaf1 {
position: absolute;
    max-height: 7vh;
    right: 0;
    width: auto;
animation: leaf3 10s linear 0s infinite normal forwards;
}


.c-leaf2 {
position: absolute;
    max-height: 8vh;
    left: 0;
    top: 5vh;
animation: rotate 12s linear 0s infinite normal forwards;
}


.c-leaf3 {
    position: absolute;
    left: -5vw;
    bottom: 10vh;
    max-height: 10vh;
animation: leaf2 12s linear 0s infinite normal forwards;
}


.c-leaf4 {
    position: absolute;
    left: 0;
    top: 5vh;
    max-height: 8vh;
animation: leaf3 10s linear 0s infinite normal forwards;
}

.c-leaf5 {
    position: absolute;
    right: -2vw;
    top: 25vh;
    max-height: 12vh;
animation: fromtop 10s linear 0s infinite normal forwards;
}

.c-leaf6 {
    position: absolute;
    right: 6vw;
    bottom: 0;
    max-height: 7vh;
animation: leaf2 12s linear 0s infinite normal forwards;
}

.c-leaf7 {
    position: absolute;
    left: 0;
    bottom: 20vh;
    max-height: 7vh;
animation: leaf1 12s linear 0s infinite normal forwards;
}

.c-leaf8 {
    position: absolute;
    right: 3vw;
    top: 20vh;
    max-height: 10vh;
animation: leaf3 10s linear 0s infinite normal forwards;
}

.c-leaf9 {
    position: absolute;
    left: -5vw;
    bottom: 20vh;
    max-height: 10vh;
animation: leaf1 12s ease-in-out 0s infinite normal forwards;
}

.c-mint1{
position: absolute;
    max-height: 7vh;
    right: -4vw;
    width: auto;
    top: 5vh;
animation: rotate 12s linear 0s infinite normal forwards;
}

.c-mint2{
position: absolute;
    max-height: 5vh;
    right: 2vw;
    width: auto;
    bottom: 12vh;
animation: rotate 12s linear 0s infinite normal forwards;
}

.c-mint3{
position: absolute;
    max-height: 5vh;
    left: -2vw;
    width: auto;
    bottom: 22vh;
animation: leaf2 12s linear 0s infinite normal forwards;
}

.c-mint4{
position: absolute;
    max-height: 5vh;
    left: 2vw;
    width: auto;
    top: 12vh;
animation: rotate 12s linear 0s infinite normal forwards;
}

.c-mint5{
position: absolute;
    max-height: 5vh;
    left: -5vw;
    width: auto;
    top: 5vh;
animation: leaf1 12s linear 0s infinite normal forwards;
}

.c-mint6{
position: absolute;
    max-height: 4vh;
    right: 5vw;
    width: auto;
    bottom: 15vh;
animation: leaf1 12s ease-in-out 0s infinite normal forwards;
}

.c-new1 {
    position: absolute;
    max-height: 10vh;
    left: -2vw;
    top: 7vh;
animation: blink 4s linear 0s infinite normal forwards;
}

.c-new2 {
    position: absolute;
    max-height: 14vh;
    left: -8vw;
    top: 7vh;
animation: pulse 4s linear 0s infinite normal forwards;
}

@media (max-width: 820px) {
.c-new2 {
    max-height: 10h;
    left: 0vw;
top: 9vh;
}
}


.c-oranges1 {
position: absolute;
    max-height: 14vh;
    right: -2vw;
    width: auto;
    bottom: -3vh;
animation: leaf1 12s ease-in-out 0s infinite normal forwards;
}

.c-oranges2 {
position: absolute;
    max-height: 9vh;
    right: 0vw;
    width: auto;
    top: -4vh;
animation: fromtop 10s linear 0s infinite normal forwards;
}

/*END OF LEAFS*/


/*MOTIONS*/


@keyframes leaf1 {
	0%,
	100% {
		transform: translateX(0%);
		transform-origin: 50% 50%;
	}

	15% {
		transform: translateX(-30px) rotate(6deg);
	}

	30% {
		transform: translateX(15px) rotate(-6deg);
	}

	45% {
		transform: translateX(-15px) rotate(3.6deg);
	}

	60% {
		transform: translateX(9px) rotate(-2.4deg);
	}

	75% {
		transform: translateX(-6px) rotate(1.2deg);
	}
}



@keyframes leaf2 {
	0% {
		transform: translateX(250px) rotate(0deg);
	}

	50% {
		transform: translateX(0) rotate(-260deg);
	}
100% {
		transform: translateX(250px) rotate(0deg);
	}
}



@keyframes leaf3 {
	0% {
		transform: translateX(-150px) rotate(0deg);
	}

	50% {
		transform: translateX(0) rotate(-260deg);
	}
100% {
		transform: translateX(-150px) rotate(0deg);
	}
}



@keyframes rotate {
	0% {
		transform: rotate(0);
		transform-origin: right;
	}

	100% {
		transform: rotate(360deg);
		transform-origin: right;
	}
}


@keyframes fromtop {
	0% {
animation-timing-function: ease-in;
		transform: translateY(0px);

}
		20% {
		animation-timing-function: ease-in;
		transform: translateY(-35px);
	}

	40% {
		animation-timing-function: ease-out;
		transform: translateY(0);
	}

	51% {
		animation-timing-function: ease-in;
		transform: translateY(-28px);
	}

	60% {
		animation-timing-function: ease-out;
		transform: translateY(0);
	}

	80% {
		animation-timing-function: ease-in;
		transform: translateY(-8px);
	}

	100% {
		animation-timing-function: ease-out;
		transform: translateY(0);
	}
}


@keyframes blink {
	0%,
	50%,
	100% {
		opacity: 1;
	}

	25%,
	75% {
		opacity: 0.3;
	}
}



@keyframes pulse {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.3);
	}

	100% {
		transform: scale(1);
	}
}


/*END OF MOTIONS*//*
html {
  scroll-snap-type: y mandatory;
}

section {
scroll-behavior: smooth;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
*/.c-go-up-button {
    display: none;
    position: fixed;
bottom: 20px;
right: 10px;
z-index: 9999;
}