* {
    margin: 0px;
    padding: 0px;
    border: 0;
    box-sizing: border-box;
}

img,svg{
    width: 100%;
    height: auto;
}

@font-face {
    font-family: Alte Haas;
    src: url(tipos/alte_haas_grotesk/AlteHaasGroteskRegular.ttf)
}

@font-face {
    font-family: Alte Haas Bold;
    src: url(tipos/alte_haas_grotesk/AlteHaasGroteskBold.ttf)
}




@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}



.grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 28px;
}

body{
    background-color: #EDEDED;
}



/*Home------------------------------------------------ */


/* a) header | attention */


header{
    display: grid;
    grid-template-rows: 140px 1fr;
}

#headerimg{
    width: 100%;
    grid-column: 1/13;
    grid-row: 1/3;
    
}

#headerimgmobile{
    display: none;
}

#headerlogo{
    grid-column: 2/12;
    grid-row: 2;
    align-self: flex-end;
    margin-bottom: 50px;
}


.main-nav {
  max-width: 1080px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;

  grid-column: 1/13;
  grid-row: 1;
  gap: 80px;
}

.main-nav-mod {
  max-width: 1080px;
  margin: 0 auto;
  margin-top:-1100px ;
  display: flex;
  align-items: center;
  justify-content: space-between;

  grid-column: 1/13;
  gap: 80px;
}


.nav-btn {
  position: relative;
  width: 150px;
  aspect-ratio: 325 / 132;
  flex: 0 0 auto;
  display: block;

  text-decoration: none;
}

.nav-btn::before,
.nav-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  pointer-events: none;
}


.nav-btn::before {
  transform: translate(8px, 8px);
}


.nav-btn::after {
  transition: transform 0.08s ease-out;
}


.nav-btn--left::before {
  background-image: url("figma_paa/btn_green.svg");
}

.nav-btn--left::after {
  background-image: url("figma_paa/btn_pink.svg");
}


.nav-btn--right::before {
  background-image: url("figma_paa/btn_green.svg");
}

.nav-btn--right::after {
  background-image: url("figma_paa/btn_pink.svg");
}


.btn-label {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: #3AEC1A;
  transition: transform 0.08s ease-out;
  white-space: nowrap;
  font-family: Alte Haas;
}


.nav-btn:hover .btn-label {
  transform: translate(-50%, -50%) rotate(-7deg);
}

.nav-btn:active::after {
  transform: translate(8px, 8px);
}

.nav-btn:active .btn-label {
  transform: translate(calc(-50% + 8px), calc(-50% + 8px));
}





.nav-logo {
  flex: 0 0 auto;
  display: block;
  width: 150px;
  text-decoration: none;
}

.nav-logo img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.12s ease-out;
}

/* Hover: rodar -10º (ccw) e aumentar 10% */
.nav-logo:hover img {
  transform: rotate(-10deg) scale(1.05);
}

/* Active: rodar 5º (cw) e reduzir ~5% */
.nav-logo:active img {
  transform: rotate(5deg) scale(0.95);
}



#paperband{
    position: relative;
    top: -70px;
}




#burger{
    display: none;
}

#menumobile{
    background-color: #EDEDED;
    transition:top .5s;
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    top:-120%;
    left:0;
}


.cross{
    width: 50px;
}

#topo{
    display: flex;
    justify-content: space-between;

    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;

}

#menubotoes{
    font-family: Alte Haas Bold;
    display: flex;
    justify-self: center;
    justify-content: center;


    font-size: 30px;
    width: 100%;

    text-decoration: none;

    margin-top: 30px;

    color: #FF1E7F;


}

.noscroll{
    overflow: hidden;
}

/* b) body | interest */

.interesttitles{
    color: #F5EA13;
    font-family: "Alte Haas Bold";
    font-size: 40px;
    margin-left: 10px;
}

.interesttxt{
    color: #2B2B2B;
    font-family: "Alte Haas";
    font-size: 20px;
}



#sideshows{
    background-image: url(imagens/sideshows_background.svg);
    background-repeat: no-repeat;

    grid-column: 2/5;
    grid-row: 1;

    margin-top: 100px;

    animation: fadeIn linear;
    animation-timeline: view();
    animation-range: entry 0 cover 40%;
}

#txt1{
    grid-column: 2/6;
    grid-row: 2/6;

    margin-top: 20px;

    animation: fadeIn linear;
    animation-timeline: view();
    animation-range: entry 0 cover 40%;
}


#ilustracao1{
    grid-column: 7/11;
    grid-row:1/3;

    animation: fadeIn linear;
    animation-timeline: view();
    animation-range: entry 0 cover 40%;

}



#stagesmerch{
    background-image: url(imagens/stagesmerch_background.svg);
    background-repeat: no-repeat;

    grid-column: 7/11;
    grid-row: 3;

    margin-top: 100px;

    animation: fadeIn linear;
    animation-timeline: view();
    animation-range: entry 0 cover 40%;
}

#txt2{
    grid-column: 7/12;
    grid-row: 4;

    margin-top: 20px;

    animation: fadeIn linear;
    animation-timeline: view();
    animation-range: entry 0 cover 40%;
    
}


#ilustracao2{
    grid-column: 2/6;
    grid-row: 3/5;

    animation: fadeIn linear;
    animation-timeline: view();
    animation-range: entry 0 cover 40%;
}




#look{
    background-image: url(imagens/look_background.svg);
    background-repeat: no-repeat;

    grid-column: 2/6;
    grid-row: 5;

    margin-top: 150px;

    animation: fadeIn linear;
    animation-timeline: view();
    animation-range: entry 0 cover 40%;
}

#txt3{
    grid-column: 2/6;
    grid-row: 6/10;

    margin-top: 20px;

    animation: fadeIn linear;
    animation-timeline: view();
    animation-range: entry 0 cover 40%;
}

#ilustracao3{
    grid-column: 7/11;
    grid-row:5/7 ;

    animation: fadeIn linear;
    animation-timeline: view();
    animation-range: entry 0 cover 40%;


}





/* c) body | desire */

#desire{
    background-color: #FF1E7F;
    height: 100%;
    width: 100%;
}

#bandapink_top{
    margin-top: 150px;
    width: 100%;

    position: relative;
    top: 5px;
}

#bandapink_bottom{
    margin-top: 200px;
    width: 100%;
}

#gallery{
    max-width: 1200px;
    justify-self: center;
}

#gallery1{
    grid-column: 2/8;
    grid-row: 1;

    animation: fadeIn linear;
    animation-timeline: view();
    animation-range: entry 0 cover 40%;

}

#gallery2{
    grid-column: 8/12;
    grid-row: 1;

    animation: fadeIn linear;
    animation-timeline: view();
    animation-range: entry 0 cover 40%;
}

#gallery3{
    grid-column: 2/12;
    grid-row: 2;

    margin-top: 28px;

    animation: fadeIn linear;
    animation-timeline: view();
    animation-range: entry 0 cover 40%;
}


#gallery4{
    grid-column: 2/5;
    grid-row: 3;

    margin-top: 28px;
    z-index: 1;

    animation: fadeIn linear;
    animation-timeline: view();
    animation-range: entry 0 cover 40%;
}


#gallery5{
    grid-column: 5/12;
    grid-row: 3;  

    margin-top: 28px;
    z-index: 1;
    
    animation: fadeIn linear;
    animation-timeline: view();
    animation-range: entry 0 cover 40%;

}






/* d) body | action */

.actiontitles{
    color: #3AEC1A;
    font-family: "Alte Haas Bold";
    font-size: 40px;

    background-image:url(imagens/actiontitles_background.svg);
}

#lineup{
    grid-row: 1;
    grid-column: 6/8;
    
    text-align: center;
    margin-top: 150px;
}

#cartaz1{
    grid-column: 3/11;
    grid-row: 2;

    margin-top: 50px;
}


#sideshows2{
    grid-row: 3;
    grid-column: 6/8;
    
    text-align: center;
    margin-right: -50px;

    margin-top: 100px;

}

#cartaz2{
    grid-column: 3/11;
    grid-row: 4;

    margin-top: 50px;
}


#ilustracao4{
    grid-column: 5/9;
    grid-row: 5;

    margin-top: 100px;


    animation: fadeIn linear;
    animation-timeline: view();
    animation-range: entry 0 cover 40%;
}


.checktickets_btn {
  position: relative;
  width: 150px;
  margin-top: 20px;
  aspect-ratio: 325 / 132;
  flex: 0 0 auto;
  display: block;

  text-decoration: none;
  grid-column: 6/8;
  grid-row: 6;


    animation: fadeIn linear;
    animation-timeline: view();
    animation-range: entry 0 cover 20%;
}

.checktickets_btn::before,
.checktickets_btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  pointer-events: none;
}


.checktickets_btn::before {
  transform: translate(8px, 8px);
}

.checktickets_btn::after {
  transition: transform 0.08s ease-out;
}

.checktickets_btn::before {
  background-image: url("figma_paa/btn_green.svg");
}

.checktickets_btn::after {
  background-image: url("figma_paa/btn_pink.svg");
}


.checktickets_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: #3AEC1A;
  transition: transform 0.08s ease-out;
  white-space: nowrap;
  font-family: Alte Haas;
}

.checktickets_btn:active::after {
  transform: translate(8px, 8px);
}

.checktickets_btn:active .checktickets_txt {
  transform: translate(calc(-50% + 8px), calc(-50% + 8px));
}



/* d) body | others */

@keyframes slide{
    from {
        transform: translateX(0);
    }
    to {transform: translateX(-100%);
    }
}

.logos{
    overflow: hidden;
    padding: 50px 0;
    background-color: #2B2B2B;
    white-space: nowrap;

    margin-top: 100px;
}

.logos-slide{
    display: inline-block;
    display: flex;
    animation: 20s slide infinite linear;

}

.logos-slide img{
    height: 50px;
    margin: 0 30px;
}



#merch{
    margin-top: 150px;
    max-width: 1200px;

    justify-self: center;
}

#merchleft{
    grid-column: 2/4;
    grid-row: 2/3;

    margin-top: -75px;
    width: 200px;
}

#merchcentre{
    grid-column: 5/9;
    grid-row: 1/4;

    margin-bottom: 50px;
    cursor: pointer;
}

#merchright{
    grid-column: 10/12;
    grid-row: 2/3;

    margin-top: -70px;
    width: 200px;
}


#zombiehandleft{
    grid-column: 1/3;
    grid-row: 2/3;

    margin-left: 20px;
    margin-top: -30px;

    cursor: pointer;

}

#zombiehandright{
    grid-column: 11/13;
    grid-row: 2/3;

    margin-left: -20px; 
    margin-top: -30px;

    cursor: pointer;
}



.merch_btn {
  position: relative;
  width: 150px;
  margin-top: 20px;
  aspect-ratio: 325 / 132;
  flex: 0 0 auto;
  display: block;

  text-decoration: none;
  grid-column: 6/8;
  grid-row: 6;

  margin-bottom: 100px;
}

.merch_btn::before,
.merch_btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  pointer-events: none;
}


.merch_btn::before {
  transform: translate(8px, 8px);
}

.merch_btn::after {
  transition: transform 0.08s ease-out;
}

.merch_btn::before {
  background-image: url("figma_paa/btn_green.svg");
}

.merch_btn::after {
  background-image: url("figma_paa/btn_pink.svg");
}


.merch_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: #3AEC1A;
  transition: transform 0.08s ease-out;
  white-space: nowrap;
  font-family: Alte Haas;
}

.merch_btn:active::after {
  transform: translate(8px, 8px);
}

.merch_btn:active .merch_txt {
  transform: translate(calc(-50% + 8px), calc(-50% + 8px));
}



@media only screen and (max-width:1090px){
    #burger {
     display: flex;
     width: 50px;

     margin-left: auto;
     margin-right: 20px;
    }




    .nav-btn{
        display: none;
    }


    .nav-logo{
        display: none;
    }
}


@media only screen and (max-width: 600px){

    #headerimg{
        display: none;
    }

    #headerimgmobile{
        display: grid;

        width: 100%;
        grid-column: 1/13;
        grid-row: 1/3;
    }

    #headerlogo{
        display: none;
    }

    #paperband{
        display: none;
    }




    .interesttitles{
        font-size: 20px;
        text-align: center;
        margin-left: 0;
    }

    .interesttxt{
        font-size: 15px;
        text-align: center;
    }

    #sideshows{
        grid-column: 5/9;
        grid-row: 2;

        margin-top: -1px;
    }

    #txt1{
        grid-column: 3/11;
        grid-row: 3;

        margin-bottom: 20px;
    }

    #ilustracao1{
    grid-column: 3/11;
    grid-row: 1;

    margin-bottom: 20px;
    margin-top: 50px;

}


    #stagesmerch{
        grid-column: 4/10;
        grid-row: 5;

        margin-top: -1px;

    }

    #txt2{
        grid-column: 3/11;
        grid-row: 6;

        margin-bottom: 20px;
    }

    #ilustracao2{
        grid-column: 3/11;
        grid-row: 4;

        margin-bottom: 20px;
    }


    #look{
        grid-column: 4/10;
         grid-row: 8;

        margin-top: -1px;
    }

    #txt3{
        grid-column: 3/11;
        grid-row: 9;
        
    }

    #ilustracao3{
        grid-column: 3/11;
        grid-row: 7;

        margin-bottom: 20px;
    }



    .actiontitles{
        font-size: 20px;
    }

    #sideshows2{
        grid-column: 5/8;
    }

    #lineup{
        grid-column: 6/8;
    }


    #checktickets_btn{
        grid-column: 6/8;

        margin-bottom: 50px;
    }



    

    .logos{
        display: none;
    }

    #merch{
        display: none;
    }

}






















/*About------------------------------------------------ */



/* b) about | info */

.abouttxt{
    color: #2B2B2B;
    font-family: "Alte Haas";
    font-size: 20px;
}

#aboutilustracao1{
    grid-column: 5/9;
    grid-row: 1;

    margin-top: 100px;

    animation: fadeIn linear;
    animation-timeline: view();
    animation-range: entry 0 cover 40%;
}

#abouttxt1{
    text-align: center;

    grid-column: 4/10;
    grid-row: 2;
    
    margin-top: 50px;

    animation: fadeIn linear;
    animation-timeline: view();
    animation-range: entry 0 cover 40%;
}

#aboutilustracao2{
    grid-column: 5/9;
    grid-row: 3;

    margin-top: 150px;

    animation: fadeIn linear;
    animation-timeline: view();
    animation-range: entry 0 cover 40%;
}

#abouttxt2{
    text-align: center;

    grid-column: 4/10;
    grid-row: 4;
    
    margin-top: 50px;

    animation: fadeIn linear;
    animation-timeline: view();
    animation-range: entry 0 cover 40%;
}



/* c) about | team */

#teamtop{
    margin-top: 50px;
    position: relative;
    top: 50px;
}

#team{
    background-color: #252425;
}

#teamtitle{
    color: #EDEDED;
    font-family: "Alte Haas Bold";
    font-size: 20px;

    grid-column: 1/6;
    grid-row: 1;

    margin-left: 20px;
    margin-top: 200px;
}

.teamrow1{
    grid-column: auto/span 3;
    grid-row: 2;

    margin-top: 100px;

    animation: fadeIn linear;
    animation-timeline: view();
    animation-range: entry 0 cover 40%;
}


.name1{
    color: #EDEDED;
    font-family: "Alte Haas Bold";
    font-size: 20px;
    text-align: center;

    grid-row: 3;
    grid-column: auto/span 3;

    margin-top: 20px;

}

.role1{
    color: #EDEDED;
    font-family: "Alte Haas";
    font-size: 16px;
    text-align: center;

    grid-row: 4;
    grid-column: auto/span 3;

    margin-top: 10px;
}




.teamrow2{
    grid-column: auto/span 3;
    grid-row: 5;

    margin-top: 50px;

    animation: fadeIn linear;
    animation-timeline: view();
    animation-range: entry 0 cover 40%;
}


.name2{
    color: #EDEDED;
    font-family: "Alte Haas Bold";
    font-size: 20px;
    text-align: center;

    grid-row: 6;
    grid-column: auto/span 3;

    margin-top: 20px;

}

.role2{
    color: #EDEDED;
    font-family: "Alte Haas";
    font-size: 16px;
    text-align: center;

    grid-row: 7;
    grid-column: auto/span 3;

    margin-top: 10px;
}





.teamrow3{
    grid-column: auto/span 3;
    grid-row: 8;

    margin-top: 50px;

    animation: fadeIn linear;
    animation-timeline: view();
    animation-range: entry 0 cover 40%;
}


.name3{
    color: #EDEDED;
    font-family: "Alte Haas Bold";
    font-size: 20px;
    text-align: center;

    grid-row: 9;
    grid-column: auto/span 3;

    margin-top: 20px;

}

.role3{
    color: #EDEDED;
    font-family: "Alte Haas";
    font-size: 16px;
    text-align: center;

    grid-row: 10;
    grid-column: auto/span 3;

    margin-top: 10px;
    margin-bottom: 100px;
}


@media only screen and (max-width: 600px){
    #team{
        display: none;
    }

    .abouttxt{
        font-size: 15px;
    }

    #aboutilustracao1{
        grid-column: 3/11;
    }

    #abouttxt1{
        grid-column: 3/11;
        margin-top: 15px;
    }


    #aboutilustracao2{
        grid-column: 3/11;
    }

    #abouttxt2{
        grid-column: 3/11;
        margin-top: 15px;
    }


}












/*Merch------------------------------------------------ */

.officialteetitle{
    color: #F5EA13;
    font-family: "Alte Haas Bold";
    font-size: 40px;
    margin-left: 10px;
}

#merchtitle{
    background-image:url(imagens/teetitle_background.svg);

    grid-column: 1/4;
    grid-row: 1;

    margin-top: 150px;
    margin-left: 20px;
}


#display{
    grid-column: 1/6;
    grid-row: 2/7;

    margin-top: 50px;
    margin-left: 20px;
}

.thumbnail{
    grid-row: 8;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-between;

    margin-top: 20px;
    margin-left: 20px;

	cursor: pointer;
}

#price{
    color: #FF1E7F;
    font-family: "Alte Haas Bold";
    font-size: 48px;

    grid-column: 7/9;
    grid-row: 2;

    margin-top: 50px;
}


#size_s{
    grid-column: 7/12;
    grid-row: 3;

    display: flex;
    gap: 20px;
}

#size_m{
    grid-column: 7/12;
    grid-row: 4;

    display: flex;

    
}


#size_l{
    grid-column: 7/12;
    grid-row: 5;

    display: flex;
    gap: 20px;
}



.sizebtn {
  width: 55px;
  height: 35px;
  aspect-ratio: 325 / 132;
  display: block;

  text-decoration: none;
  text-align: center;


    color: #F5EA13;
    font-family: "Alte Haas Bold";
    font-size: 20px;

    z-index: 1;
    line-height: 1;
    transition: transform 0.08s ease-out;
    white-space: nowrap;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #FF1E7F;
    filter: drop-shadow(10px 10px #F5EA13);

}






#colorbtn{
    grid-column: 7/12;
    grid-row: 6;

    display: flex;
    gap: 20px;
}


.colorbtn {
  position: relative;
  width: 50px;
  aspect-ratio: 325 / 132;
  flex: 0 0 auto;
  display: block;

  text-decoration: none;
  text-align: center;

  filter: drop-shadow(10px 10px #F5EA13);
}





#otherbtns{
    grid-column: 7/12;
    grid-row: 8;

    display: flex;
    gap: 20px;
    
}

.productbtns{
    height: 30px;
    gap: 20px;
    background-color: #FF1E7F;
    filter: drop-shadow(10px 10px #F5EA13);
}

#quickcheckout{

  position: relative;
  width: 170px;
  margin-top: 20px;
  display: block;

  text-decoration: none;
}

#cart{

  position: relative;
  width: 170px;
  margin-top: 20px;
  aspect-ratio: 325 / 132;
  flex: 0 0 auto;
  display: block;

  text-decoration: none;
}


.productbtns_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: #F5EA13;
  transition: transform 0.08s ease-out;
  white-space: nowrap;
  font-family: Alte Haas;
}













.specstitle{
    color: #7B7B7B;
    font-family: "Alte Haas Bold";
    font-size: 12px;
}

.specstxt{
    color: #7B7B7B;
    font-family: "Alte Haas";
    font-size: 12px;
}

#material{
    grid-column: 1/3;
    grid-row: 1;

    margin-top: 50px;
    margin-left: 20px;
}

#cotton{
    grid-column: 1/3;
    grid-row: 2;

    margin-top: 10px;
    margin-left: 20px;
}

#fabricweight{
    grid-column: 1/3;
    grid-row: 3;

    margin-top: 20px;
    margin-left: 20px;
}

#gsm{
    grid-column: 1/3;
    grid-row: 4;

    margin-top: 10px;
    margin-left: 20px;
}



#neckstyle{
    grid-column: 3/6;
    grid-row: 1;

    margin-top: 50px;
    margin-left: 50px;
}

#roundneck{
    grid-column: 3/6;
    grid-row: 2;

    margin-top: 10px;
    margin-left: 50px;
}

#sleevetype{
    grid-column: 3/6;
    grid-row: 3;
    
    margin-top: 20px;
    margin-left: 50px;
}

#shortsleeves{
    grid-column: 3/6;
    grid-row: 4;

    margin-top: 10px;
    margin-left: 50px;
}




#otherproductstitle{
    color: #FF1E7F;
    font-family: "Alte Haas Bold";
    font-size: 40px;
    text-align: center;

    background-image:url(imagens/otherproducts_background.svg) ;

    grid-column: 5/9;
    grid-row: 1;

    margin-top: 100px; 
    
    animation: fadeIn linear;
    animation-timeline: view();
    animation-range: entry 0 cover 40%;
}


.otherproductsimg{
    max-width: 800px;
    grid-row: 2;

    margin-top: 50px;
}

#product1{
    grid-column: 2/5;

    animation: fadeIn linear;
    animation-timeline: view();
    animation-range: entry 0 cover 40%;
}

#product2{
    grid-column: 5/8;
    margin-left: 50px;

    animation: fadeIn linear;
    animation-timeline: view();
    animation-range: entry 0 cover 40%;
}

#product3{
    grid-column: 9/12;

    animation: fadeIn linear;
    animation-timeline: view();
    animation-range: entry 0 cover 40%;
}


.merch_btn2 {
  position: relative;
  width: 150px;
  margin-top: 50px;
  aspect-ratio: 325 / 132;
  flex: 0 0 auto;
  display: block;

  text-decoration: none;
  grid-column: 6/8;
  grid-row: 6;

  margin-bottom: 100px;

  animation: fadeIn linear;
    animation-timeline: view();
    animation-range: entry 0 cover 40%;
}

.merch_btn2::before,
.merch_btn2::after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  pointer-events: none;
}


.merch_btn2::before {
  transform: translate(8px, 8px);
}

.merch_btn2::after {
  transition: transform 0.08s ease-out;
}

.merch_btn2::before {
  background-image: url("imagens/merchbtn_pink.svg");
}

.merch_btn2::after {
  background-image: url("imagens/merchbtn_yellow.svg");
}


.merch_txt2 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: #FF1E7F;
  transition: transform 0.08s ease-out;
  white-space: nowrap;
  font-family: Alte Haas;
}

.merch_btn2:active::after {
  transform: translate(8px, 8px);
}

.merch_btn2:active .merch_txt {
  transform: translate(calc(-50% + 8px), calc(-50% + 8px));
}



#mobilebtns{
    display: none;
}

#otherbtns_mobile{
    display: none;
}



@media only screen and (max-width: 600px){
    #merchtitle{
        grid-column: 4/10;
        margin-left: 0;
    }

    .officialteetitle{
        font-size: 20px;
        text-align: center;

        margin-left: 0;
    }


    #display{
        grid-column: 3/11;
        grid-row: 2;

        margin-left: 0;
    }

    .thumbnail{
        grid-column: 3/6;
        grid-row: 3;

        margin-left: 0;
    }


    #price{
    color: #FF1E7F;
    font-family: "Alte Haas Bold";
    font-size: 40px;

    grid-column: 5/9;
    grid-row: 4;

    margin-top: 50px;
}

#mobilebtns{
    display: flex;
    justify-content: center;

    margin-top: 50px;

    cursor: pointer;
}


#mobilesize{
    width: 120px;
    align-self: flex-end;

}

#mobilecolor{
    width: 120px;
}


  .sizebtn{
    display: none;
 }

  .colorbtn{
    display: none;
  }

  #otherbtns{
    display: none;
  }


#specs{
    display: none;
}




  #otherproductstitle{
    grid-column: 5/9;
    margin-left: 0;
    font-size: 20px;
    text-align: center;

    margin-left: 0;
  }




  #product1{
    grid-column: 1/7;
    margin-left: 0;

    justify-self: flex-end;  

    
  }

  #product2{
    grid-column: 7/13;
    margin-left: 0;
    
  }


  #product3{
    display: none;
  }


  .merch_btn2{
  margin-top: 50px;
  aspect-ratio: 325 / 132;
  flex: 0 0 auto;
  display: block;

  text-decoration: none;
  grid-column: 5/9;
  grid-row: 6;

  margin-bottom: 100px;

  }


  #otherbtns_mobile{
    display: flex;
    justify-content: center;

    margin-top: 50px;

    gap: 20px;
    
}

.productbtns_mobile{
    height: 30px;
    gap: 20px;
    background-color: #FF1E7F;
    filter: drop-shadow(10px 10px #F5EA13);
}

#quickcheckout_mobile{

  position: relative;
  width: 170px;
  margin-top: 20px;
  display: block;

  text-decoration: none;
}

#cart_mobile{

  position: relative;
  width: 170px;
  margin-top: 20px;
  aspect-ratio: 325 / 132;
  flex: 0 0 auto;
  display: block;

  text-decoration: none;
}


.productbtns_txt_mobile {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: #F5EA13;
  transition: transform 0.08s ease-out;
  white-space: nowrap;
  font-family: Alte Haas;
}

}



/*Footer----------------------------------------------- */

footer{
    background-color: #252425;
    background-repeat: no-repeat;
    background-position: center;

    height: 600px;
}

#newsletter{
    grid-column: 2/6;
    grid-row: 1/7;

    margin-top: 150px;
}

#signup{
    color: #EDEDED;
    font-family: Alte Haas Bold;
    font-size: 40px;

    grid-column:2/7 ;
    grid-row: 1;
}

#signuptxt{
    color: #EDEDED;
    font-family: Alte Haas;
    font-size: 15px;

    grid-column:2/6 ;
    grid-row: 2;

    margin-top: 20px;
}


#phonenumber{
    color: #EDEDED;
    font-family: Alte Haas;
    font-size: 20px;

    grid-column:2/3 ;
    grid-row: 3;

    margin-top: 50px;
}

#firstname{
    color: #EDEDED;
    font-family: Alte Haas;
    font-size: 20px;

    grid-column:2/3 ;
    grid-row: 5;

    margin-top: 50px;
}

input{
    background-color: #2B2B2B;
    color: #EDEDED;
    border: 1px solid #EDEDED;
    padding: 10px 14px;

    width: 373px;
}

#input1{
    grid-column: 2/7;
    grid-row: 4;

    margin-top: 10px;
    width: 100%;
}

#input2{
    grid-column: 2/7;
    grid-row: 6;

    margin-top: 10px;
    width: 100%;
}

#signupbtn{
    grid-column: 2/3;
    grid-row: 7;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    font-family: alte haas bold;
    color: #252425;
    background-color: #EDEDED;
    filter: drop-shadow(5px 5px #414141);
}


#socialtitle{
    color: #EDEDED;
    font-family: Alte Haas Bold;
    font-size: 32px;

    grid-column:7/9 ;
    grid-row: 1;

    margin-top: 180px;
}

.socialbtn{
    grid-column:7/9 ;
    grid-row: 2;

    margin-top: 30px;
    display: flex;
    flex-direction: column;

}

.socialbtn a{
    color: #EDEDED;
    font-family: Alte Haas;
    font-size: 20px;
    text-decoration: none;
    line-height: 45px;
}


#helptitle{
    color: #EDEDED;
    font-family: Alte Haas Bold;
    font-size: 32px;

    grid-column:9/12 ;
    grid-row: 1;

    margin-top: 180px;
}

.helpbtn{
    grid-column:9/12 ;
    grid-row: 2;

    margin-top: 30px;
    display: flex;
    flex-direction: column;


}

.helpbtn a{
    color: #EDEDED;
    font-family: Alte Haas;
    font-size: 20px;
    text-decoration: none;
    line-height: 45px;
}


#ctxt{
    color: #EDEDED;
    font-family: Alte Haas;
    font-size: 12px;

    grid-column:7/9 ;
    grid-row: 3;

    margin-top: 50px;
}

#designtxt{
    color: #EDEDED;
    font-family: Alte Haas;
    font-size: 12px;

    grid-column:9/11 ;
    grid-row: 3;

    margin-top: 50px;
}



@media only screen and (max-width: 700px){

    footer{
        height: 850px;
    }

    #newsletter{
    grid-column: 2/12;
    grid-row: 1/7;

    margin-top: 150px;
  }



#signup{
    color: #EDEDED;
    font-family: Alte Haas Bold;
    font-size: 30px;

    grid-column:2/7 ;
    grid-row: 1;
    text-align: center;
}

#signuptxt{
    color: #EDEDED;
    font-family: Alte Haas;
    font-size: 10px;

    grid-column:2/6 ;
    grid-row: 2;

    margin-top: 20px;
    text-align: center;
}


#phonenumber{
    color: #EDEDED;
    font-family: Alte Haas;
    font-size: 12px;

    grid-column:2/3 ;
    grid-row: 3;

    margin-top: 50px;
}

#firstname{
    color: #EDEDED;
    font-family: Alte Haas;
    font-size: 12px;

    grid-column:2/3 ;
    grid-row: 5;

    margin-top: 50px;
}

#signupbtn{
    display: none;
}





#socialtitle{
    color: #EDEDED;
    font-family: Alte Haas Bold;
    font-size: 32px;

    grid-column:3/6 ;
    grid-row: 5;

    margin-top: 500px;
}

.socialbtn{
    grid-column:3/6;
    grid-row: 6;

    margin-top: 5px;
    display: flex;
    flex-direction: column;

}

.socialbtn a{
    color: #EDEDED;
    font-family: Alte Haas;
    font-size: 20px;
    text-decoration: none;
    line-height: 45px;
}


#helptitle{
    color: #EDEDED;
    font-family: Alte Haas Bold;
    font-size: 32px;

    grid-column:7/11;
    grid-row: 5;

    margin-top: 500px;
}

.helpbtn{
    grid-column:7/11;
    grid-row: 6;

    margin-top: 5px;
    display: flex;
    flex-direction: column;


}

.helpbtn a{
    color: #EDEDED;
    font-family: Alte Haas;
    font-size: 20px;
    text-decoration: none;
    line-height: 45px;
}



#ctxt{
    display: none;
}

#designtxt{
    display: none;
}


}

