[v-cloak] {
    display: none;
}

#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-category {
    display: flex;
    flex-direction: column;
    padding: 35px 60px 60px;
    border: #f3cea4 solid 6px;
    border-style: ridge;
    margin-bottom: 70px;
    background-image: url("./images/banner.webp");
}


#app h3 {
    text-align: left;
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 17px;
    color: #ededed;
	margin: 0;
}

h2.nordantia-title {
    text-align: center;
    color: #ffffff;
    font-family: "EB Garamond", serif;
    font-size: 5em;
    line-height: 50px;
    font-weight: 400;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 16px;
    margin-bottom: 45px;
}

.nordantia-category-description {
    font-family: "EB Garamond", serif;
    font-weight: 300;
    font-size: 16px;
    color: #ffffff;
    text-align: left;
    margin-bottom: 8px;
    font-style: italic;
    line-height: 18px;
}

#app .nordantia-category-description h3 {
    overflow: initial;
    white-space: initial;
    font-weight: 100;
    font-size: 17px;
    margin: 17px 0;
}

.nordantia-head {
    display: flex;
    justify-content: space-between;
    gap: 4px;
    align-items: baseline;
    width: 100%;
}

.nordantia-price-line {
    border-bottom: #fff dashed 1px;
    flex-grow: 1;
    height: 0;
}

.nordantia-ingredients {
    font-weight: 100;
    font-size: 18px;
    color: #ffffff;
    text-align: left;
    margin: 0 0 8px 14px;
    font-style: italic;
    line-height: 18px;
}

.nordantia-price {
    display: flex;
    flex-direction: column;
    font-family: "EB Garamond", serif;
    font-size: 28px;
    color: #ffffff; 
}







/* 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;
	}

    h2.nordantia-title {
        font-size: 2.5em;
    }

    .nordantia-category {
        padding: 20px;
    }

    .nordantia-ingredients {
        font-weight: 300;
        font-size: 14px;
        line-height: 17px;
        margin: 5px 0;
    }
    .nordantia-price {
        font-size: 18px;
    }
}
