[v-cloak] {
    display: none;
}

.nordantia button {
    outline: none;
    border: none;
    background: none;
}

#app .nordantia-icon {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    width: 24px;
    height: 24px;
	cursor: pointer;
}

#app {
    overflow: auto;
    scroll-behavior: smooth;
    margin: 30px auto 0 auto;
    width: 100%;
	max-width: 1000px;
}

.nordantia-items {
    font-size: 30px;
    background-color: transparent;
}

.nordantia-btn {
    display: flex;
    justify-content: space-between;
	margin: 0 0 20px 0;
    background-color: transparent;
    gap: 10px;
}

.nordantia-category {
    display: flex;
    flex-direction: column;
    padding: 0;
	text-align: center;
}

.nordantia-title {
    font-weight: 500;
    font-size: 18px;
    color: #ffaa99;
    margin-top: -96px;
}

#app s {
    font-weight: 400;
    font-size: 14px;
    color: #b3b3b3;
}

.nordantia-discount {
	display: none;
    font-weight: 500;
    font-size: 12px;
    border-radius: 8px;
    background-color: #ff6a4d;
    color: #f5f6f7;
    padding: 4px 8px;
}

#app h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*text-align: left;*/
    font-weight: 400;
    font-size: 24px;
    color: #ededed;
	margin: 0;
}

.nordantia-detail {
    width: 100%;
}

.nordantia-detail span {
    font-weight: 500;
    font-size: 15px;
    color: #fb9f13;
}

.nordantia-head {
    display: flex;
    justify-content: center;
    gap: 4px;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}


.nordantia-type {
    color: #b3b3b3;
    font-size: 14px;
    width: 100%;
}

.nordantia-ingredients-fi {
    font-weight: 300;
    font-size: 16px;
    color: #b3b3b3;
    /*text-align: left;*/
    margin-bottom: 8px;
}

.nordantia-ingredients-en {
    font-weight: 300;
    font-size: 16px;
    color: #b3b3b3;
    /*text-align: left;*/
	font-style: italic;
}


.nordantia-price {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    font-size: 20px;
    color: #e9c869; 
}

.nordantia-photo {
    width: 50%;
    height: 160px;
    border-radius: 8px;
    /* background-image: url(./images/item.png); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.nordantia-photo-empty {
    width: 50%;
}


a.nordantia-title {
    margin: 15px 0;
    padding: 10px 0;
    font-size: 36px;
    color: #ffffff;
	text-decoration: none !important;
}

.nordantia-category-container {
    position: relative;
}

.nordantia-categories {
    display: flex;
    flex-wrap: wrap;
}

.nordantia-categories a {
    cursor: pointer;
    width: fit-content;
    min-width: fit-content;
    margin: 0px 5px 5px 0px;
    padding: 3px 12px;
    font-size: 16px;
    text-align: center;
    display: flex;
    color: #5c5c5c;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
	background-color: #fff;
}

.nordantia-categories a.nordantia-active {
    background-color: #fff7f5;
    color: #ff6a4d;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    border-radius: 3px;
}





/* scrollbar styles */
#app ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

/* Customer Track */
#app ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px #faf5ff;
    border-radius: 6px;
}

/* Handle */
#app ::-webkit-scrollbar-thumb {
    background: #f5f6f7;
    border-radius: 6px;
    transition: 0.4s ease;
}

/* Handle on hover */
#app ::-webkit-scrollbar-thumb:hover {
    background: #f1e5fd;
    transition: 0.4s ease;
}


@media only screen and (max-width: 580px) {
 	a.nordantia-title {
    	font-size: 30px;
	}
	
	#app h3 {
    	font-size: 18px;
	}

    .nordantia-ingredients-fi {
        font-weight: 300;
        font-size: 14px;
        line-height: 17px;
    }
    
    .nordantia-ingredients-en {
        font-weight: 300;
        font-size: 14px;
        line-height: 17px;
    }

    .nordantia-btn {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 0;
    }

    .nordantia-detail {
        width: 100%;
    }

    .nordantia-price {
        margin-bottom: 10px;
    }
	
    .nordantia-photo {
        width: 100%;
    }
}
