body {
    background-color:#e3f8f4;
    padding: 5% 0 20% 0;
}
@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&display=swap');
@font-face {
    font-family: 'gabaritoregular';
    src: url('../fonts/gabarito-variablefont_wght-webfont.woff2') format('woff2'),
         url('../fonts/gabarito-variablefont_wght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Playwrite+US+Trad:wght@100..400&display=swap');
@font-face {
    font-family: 'playwrite';
    src: url('../fonts/playwriteustrad-variablefont_wght-webfont.woff2') format('woff2'),
         url('../fonts/playwriteustrad-variablefont_wght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

h1 {
    font-family: 'gabaritoregular';
    font-size: 4.5vw;
    text-align: center;
    margin-bottom: -.5vw;
    margin-right: 11vw;
    color: #f6adbe;
}
h2 {
    font-family: 'playwrite';
    text-align: center;
    font-size: 14.6vw;
    margin-top: -1vw;
    color: #45b1a2;
    line-height: 4vw;
    letter-spacing: -.4vw;
    margin-bottom: 15vw;
}
.cards {
    font-family: 'gabaritoregular';
    font-weight: 400;
}
.card {
    position: relative;
    list-style: none;
    
}

.step:before {
    font-size: 13vw;
    font-weight: 900;
    position: absolute;
    top:-.1vw;
    left: 7vw;
    color:#f6adbe;
}

.size .step:before {
    content: "1";
}
.base .step:before {
    content: "2";
    color: #f26887;
}
.sweet .step:before {
    content: "3";
}
.fruit .step:before {
    content: "4";
    color: #f26887;
}
.add .step:before {
    content: "5";
}


.step {
    text-align: center;
    font-size: 3vw;
    background-color: #f26887;
    line-height: 4vw;
    color: white;
    font-weight: 900;
    position: relative;
    margin: 7vw 0 7vw 0
}
.fruit .step, .base .step {
    background-color: #f6adbe;
}
.fruit .step p em {
    font-size: 1.8vw;
    font-style: normal;
    color: #f26887;
    position: absolute;
    right: 7vw;
    padding-top: .3vw;
}
.add .step p em {
    font-size: 1.8vw;
    font-style: normal;
    color:#f6adbe;
    position: absolute;
    right: 7vw;
    padding-top: .3vw;
}

.ingredients ul {
    padding-left:0;
    list-style:none;
    padding: 0 6vw 0 6vw;

    display: flex;
    flex-flow: row wrap;
    justify-content:  center;
    gap: 13vw;
    row-gap: 7vw;
}

.ingredients ul li {
    position: relative;
}

.ingredients li p {
    position: absolute;
    top:25%;
    left:50%;
    transform: translateX(-50%);
}

.size .ingredients li p:hover {
    color:#f26887;
}

.size .ingredients ul p {
    font-size: 4vw;
    font-weight: 900;
    line-height: 3vw;
    margin-top: 5vw;
    text-align: center;

    display: flex;
    flex-flow: column wrap;
}
.size .ingredients ul li {
    background-image: url("../links/cup.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width:25%;
    aspect-ratio: 1 / 1;
}



.base .ingredients ul li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width:10%;
    aspect-ratio: 1 / 1;
}
.base .ingredients ul p {
    font-size: 1.3vw;
    font-weight: 700;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, .95);
    border-radius: 1vw;
    padding: .5vw 1.2vw;
    text-align: center;
}
.base .ingredients li:nth-child(odd) {
    color: #f26887;
}
.base .ingredients li:nth-child(odd) p:hover{
    color: white;
    background-color:#f26887;
}
.base .ingredients li:nth-child(even) {
    color: #f6adbe;
}
.base .ingredients li:nth-child(even) p:hover{
    color: white;
    background-color:#f6adbe;
}



.base .ingredients ul li:nth-child(1) {
    background-image: url("../links/water.png");
}

.base .ingredients ul li:nth-child(2) {
    background-image: url("../links/yogurt.png");
}

.base .ingredients ul li:nth-child(3) {
    background-image: url("../links/yogurt.png");
}

.base .ingredients ul li:nth-child(4) {
    background-image: url("../links/almond.png");
}

.base .ingredients ul li:nth-child(5) {
    background-image: url("../links/orange.png");
}

.base .ingredients ul li:nth-child(6) {
    background-image: url("../links/pineapplejuice.png");
}

.base .ingredients ul li:nth-child(7) {
    background-image: url("../links/coconutmilk.png");
}



.sweet .ingredients ul li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width:10%;
    aspect-ratio: 1 / 1;
}
.sweet .ingredients ul p {
    font-size: 1.3vw;
    font-weight: 700;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, .95);
    border-radius: 1vw;
    padding: .5vw 1.2vw;
    text-align: center;
}
.sweet .ingredients li em{
    font-size: .7vw;
    white-space: nowrap;
}
.sweet .ingredients li:nth-child(odd) {
    color: #f26887;
}
.sweet .ingredients li:nth-child(odd) p:hover{
    color: white;
    background-color:#f26887;
}
.sweet .ingredients li:nth-child(even) {
    color: #f6adbe;
}
.sweet .ingredients li:nth-child(even) p:hover{
    color: white;
    background-color:#f6adbe;
}


.sweet .ingredients ul li:nth-child(1) {
    background-image: url("../links/syrup.png");
}

.sweet .ingredients ul li:nth-child(2) {
    background-image: url("../links/stevia.png");
}

.sweet .ingredients ul li:nth-child(3) {
    background-image: url("../links/no.png");
}



.fruit .ingredients ul li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width:10%;
    aspect-ratio: 1 / 1;
}
.fruit .ingredients ul p {
    font-size: 1.3vw;
    font-weight: 700;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, .95);
    border-radius: 1vw;
    padding: .5vw 1.2vw;
    text-align: center;
}
.fruit .ingredients li:nth-child(odd) {
    color: #f26887;
}
.fruit .ingredients li:nth-child(odd) p:hover{
    color: white;
    background-color:#f26887;
}
.fruit .ingredients li:nth-child(even) {
    color: #f6adbe;
}
.fruit .ingredients li:nth-child(even) p:hover{
    color: white;
    background-color:#f6adbe;
}


.fruit .ingredients ul li:nth-child(1) {
    background-image: url("../links/banana.png"); 
}

.fruit .ingredients ul li:nth-child(2) {
    background-image: url("../links/blueberry.png");
}

.fruit .ingredients ul li:nth-child(3) {
    background-image: url("../links/mango.png");
}

.fruit .ingredients ul li:nth-child(4) {
    background-image: url("../links/peach.png");
}

.fruit .ingredients ul li:nth-child(5) {
    background-image: url("../links/pineapple.png");
}

.fruit .ingredients ul li:nth-child(6) {
    background-image: url("../links/raspberry.png");
}

.fruit .ingredients ul li:nth-child(7) {
    background-image: url("../links/strawberry.png");
}



.add .ingredients ul li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width:10%;
    aspect-ratio: 1 / 1;
}
.add .ingredients ul p {
    font-size: 1.3vw;
    font-weight: 700;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, .95);
    border-radius: 1vw;
    padding: .5vw 1.2vw;
    text-align: center;
}
.add .ingredients li:nth-child(odd) {
    color: #f26887;
}
.add .ingredients li:nth-child(odd) p:hover{
    color: white;
    background-color:#f26887;
}
.add .ingredients li:nth-child(even) {
    color: #f6adbe;
}
.add .ingredients li:nth-child(even) p:hover{
    color: white;
    background-color:#f6adbe;
}
.add .ingredients ul li ul p {
    font-size: 1.1vw;
    width: 150%;
}
.add .ingredients ul li:nth-child(1) p {
    width: 130%;
    font-size: 1.1vw;
}
.add .ingredients ul li:nth-child(1) {
    background-image: url("../links/protein.png");
}

.add .ingredients ul li:nth-child(2) p {
    width: 130%;
    font-size: 1.1vw;
}
.add .ingredients ul li:nth-child(2) {
    background-image: url("../links/chocolate.png");
}

.add .ingredients ul li:nth-child(3) {
    background-image: url("../links/peanut.png");
}

.add .ingredients ul li:nth-child(4) {
    background-image: url("../links/granola.png");
}

.add .ingredients ul li:nth-child(5) {
    background-image: url("../links/spinach.png");
}

.add .ingredients ul li:nth-child(6) {
    background-image: url("../links/kale.png");
}

.add .ingredients ul li:nth-child(7) {
    background-image: url("../links/chia.png");
}

.add .ingredients ul li:nth-child(8) {
    background-image: url("../links/coconut.png");
}

.add .ingredients ul li:nth-child(9) {
    background-image: url("../links/boba.png");
}

.add .ingredients ul li:nth-child(10) {
    background-image: url("../links/jelly.png");
}



.add .ingredients > ul {
    position:relative;
}

.add .ingredients ul li ul {
    position: absolute;
    top:0;
    left: 100%;

    width:100%;

    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    gap: 1vw;
}
.add .ingredients ul li > ul li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width:4vw;
    aspect-ratio: 1 / 1;
}
.add .step .ingredients ul li ul li p {
    font-size: .3vw;
    font-weight: 700;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, .95);
    border-radius: 1vw;
    padding: .5vw 1.2vw;
    text-align: center;
}
.add .step .ingredients ul li ul li:nth-child(odd) {
    color: #f26887;
}
.add .ingredients ul li ul li:nth-child(odd) p:hover{
    color: white;
    background-color:#f26887;
}
.add .step .ingredients ul li ul li:nth-child(even) {
    color: #f6adbe;
}
.add .ingredients ul li ul li:nth-child(even) p:hover{
    color: white;
    background-color:#f6adbe;
}

.add .ingredients ul li > ul li:nth-child(1) {
    background-image: none;
}

.add .ingredients ul li li:nth-child(2) {
    background-image: none;
}

.add .ingredients ul li li:nth-child(3) {
    background-image: none;
}
