


.display{
    display: none;
}



.center-image{
    width: 90%;
    max-width: 200px;
    /* width: 300px; */
    margin: 0 auto 40px;
   }

.banner,
.shop{
    background-color:inherit;
    text-align: center;
}
.banner > div:first-child{
    margin-bottom: 40px;
}

.label, button{
    cursor: pointer;
}
.subtitle_header, .side_header{
    color: var(--purple-600);
}

.appStore{
    width: 279.11px;
    height: 41.84px;
    display: flex;
    column-gap: 10px;
    margin:20px auto 40px;
}
.appStore img{
    width: 100%;
}
.illustration{
    width: 100%;
}


.cards{
    text-align: center;
}
.cards > div{
    margin-top: 40px;
}
.cards .heading_medium{
    margin: 32px 0 8px;
    color: var(--purple-600);
}
.cards img{
    width: 193.85px;
    height: 185.78px;
}





.store_offers{
    padding: 40px 16px;
    border:  2px dashed var(--yellow-300);
    border-radius:  24px;
    text-align: left;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    height: 100%;
}
.features .subtitle_header{
    text-align: left;
    margin-left: 0;
}
.features .cards .heading_medium {
    margin-top: 24px;
}

.store_offers .side_header{
    margin-bottom: 32px;
    color: var(--white) ;
}
.offer_list{
    list-style: none;
}
.offer_list li{
    margin: 24px 0;
    background-image: url(./../images/Tick_yellow.svg);
    padding-left: 36px;
    background-repeat: no-repeat;
    background-position: inherit;
    background-size: 20px;
}
.features .cards{
    text-align: left;
}
.features .cards img{
    width: 64px;
    height: 64px;
}
/* WAITLIST */

.waitlist{
    position: relative;
    background-color: var(--purple-600);
    color: var(--white) ;
    text-align: center;
}
.waitlist .subtitle_header{
    color: var(--white) ;
}
.waitlist .subtitle_text{
    padding: 24px 0 50px;
    width: 90%;
    max-width: 661px;
    margin: 0 auto;
}
.input_code{
    margin: 16px 0 24px;
    text-transform: uppercase;
}
.input_code::placeholder{
    text-transform: capitalize;
}
/* WAITLIST */


.popup{
    display: none;
    position: fixed;
    top: 0;
    padding-top: 100px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 100;
    background: rgba(0, 0, 0, 0.25);
 }

 
 .popup > div{
    position: relative;
    margin: 0 auto;
    background-color: var(--white);
    border-radius: 16px;
    width: 90%;
    max-width: 564px;
    text-align: center;
    padding: 80px 16px;
    border-radius: 16px;
    background-color: #FFFFFF;
 }
#close{
    width: 32px;
    height: 32px;
    position: absolute;
    right: 24px;
    top: 24px;
}
.pop_text{
    font-weight: 800;
font-size: 24px;
line-height: 32px;
text-align: center;
letter-spacing: -1px;
color: #182327;
}
.stores{
    margin: 40px auto ;
    text-align: center;
}
.stores a{
    text-align: center;
    padding: 0;
}
.stores img{
    width: 191.1px;
height: 68px;
position:inherit;
}


@media (min-width:576px) {
    .illustration{
        max-width: 468px;
        height: 460.72px;
    }
    .cards{
        text-align: center;
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: space-between;
        grid-column-gap: 24px;
    }

    .pop_text{
        width: 471px;
        margin: 0 auto;
    }
}
@media (min-width: 1024px) {
    .main{
        margin-bottom: 80px;
    }
    #switch{
        width: 304px;
        height: 64px;
    }
    #switch p{
        padding: 13px 18px;
    }
    .appStore{
        width: 354px;
        height: 51.68px;
        column-gap: 22.15px;
        margin-bottom: 0;
        }
        /* Shop */

        .cards{
            grid-template-columns: repeat(4,1fr);
            margin-top: 50px;
            grid-row-gap: 56px;
        }
        .cards > div{
            margin-top: 0;
        }


        .waitlist_form{
            display: flex;
            justify-content: center;
        }
        .input_code{
            margin: 0 24px 0 16px;
            width: 234px;
        }
        .input_email{
            width: 351px;
        }
        .btn_waitlist{
                width: 215px;
        }
         /* WAITLIST END*/

         /* Store */

       /* Store END*/
       .popup > div{
        width: 564px;
     }
}
@media (min-width:1280px) {
   
        .cards{
            grid-row-gap: 72px;
        }
}
@media (min-width: 1440px) {
}