*{
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

body {
background-color: #000000;
display: flex;
flex-direction: column;
justify-content: space-between;
min-height: 110vh;
height: auto;
}





.slides{
    list-style: none;
    margin-top: 0;
}

.slides,
.slides:after{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.slides li span{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
color: transparent;
background-size: cover;
background-position: 50% 50%;
background-repeat: no-repeat;
opacity: 0;
z-index: 0;
animation: animate 48s linear infinite 0s;
}

.slides li:nth-child(1) span{
    background-image: url(img/a1.jpg);
}

.slides li:nth-child(2) span{
    background-image: url(img/preorder_finalday_still.jpg);
    animation-delay: 0.5s;
}


.slides li:nth-child(3) span{
    background-image: url(img/alienate_character_black_tee_8.png);
    animation-delay: 8s;
}

.slides li:nth-child(4) span{
    background-image: url(img/a2.jpg);
    animation-delay: 16s;
}

.slides li:nth-child(5) span{
    background-image: url(img/a3.jpg);
    animation-delay: 24s;
}

.slides li:nth-child(6) span{
    background-image: url(img/a4.jpg);
    animation-delay: 32s;
}

.slides li:nth-child(7) span{
    background-image: url(img/a5.jpg);
    animation-delay: 40s;
}


@keyframes animate{
    0%{
        opacity: 0;
    }

    8%{
        opacity: 1;
    }

    17%{
        opacity: 1;
    }

    25%{
        opacity: 0;
    }

    100%{
        opacity: 0;
    }
}







.navbar{
background: hsla(0, 0%, 0%, 0);
overflow: hidden;
position: relative;
top: 0px;
width: 100%;
z-index: 9999;
display: flex;
justify-content: space-between;
font-family: bebas neue;
}

nav{
position: relative;
top: 0;
right: 0;
padding-right: 10px;
}

nav a{
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 40px 16px;
text-decoration: none;
font-family: bebas neue;
font-size: 18px;
border: none;
}

.navbar .logo{
float: left;
padding-left: 100px;
padding-top: 5px;
font-size: 30px;
font-weight: bold;
color: #ffffff;
line-height: 1.8;
}

nav a:hover{
background: hsla(0, 0%, 0%, 0.7);
border: none;
color: #00cca3;
transition: 0.5s ease-out;
}

nav a.current{
background: rgba(0, 204, 163, 0.5);
color: #f2f2f2;
border: none;
}

/*
nav a.current:hover{
    background: rgba(255,255,255,0.3);
color: #ffffff;
box-shadow:inset 0px 0px 0px 1px #666666;
text-decoration: underline rgba(255,255,255,0.5);
}
*/

.logo img{
margin-top: 5px;
width: 150px;
}


.preorder{

    font-family: bebas neue;
}


.main-container{
    background: rgba(0,0,0,0);
    height: auto;
    width: 100%;
    z-index: 9998;
    display: flex;
    align-items: center;
    justify-content: center;
    }



.content-container-padding{
    display: flex;
    flex-direction: column;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    align-items: center;
    height: auto;

    }





.content-container{
    display: flex;
    flex-direction: column;
    background: rgba(0,0,0,0.7);
    border-radius: 30px;
    z-index: 9998;
    padding: 30px 30px;
    }

    .content-container hr{
    width: 100%;
    color: #666666;
    margin: 40px 0px;
}
    .content-top{
    display: flex;
    z-index: 9998;
    justify-content: center;
    gap: 50px;
    align-items: center;
    }

.content-top-left{
    align-items: center;
    color: #ffffff;
    text-align: center;
    width: 600px;
    max-width: 100%;
    }

.content-top-left h1{
    font-size: 60px;
    font-family: bebas neue;
    color: #ffffff;
    padding: 20px 0px;
    }

.content-top-left h1 span{
    font-size: 60px;
    font-family: bebas neue;
    color: #00cca3;
    }


    .content-top-left h2{
        font-size: 40px;
        font-family: bebas neue;
        color: #ffffff;
        padding: 20px 20px;
        }



.content-top-left hr{
    border: 3px solid #f2f2f2;
    border-radius: 30px;
    width: 20%;
    }

.content-top-left p{
    line-height: 40px;
    font-size: 16px;
    padding: 20px 10px;
    }

.content-top-left a{
    background: #000000;
    text-decoration: none;
    padding: 10px 30px;
    color: #ffffff;
    font-family: bebas neue;
    font-size: 18px;
    border: 1px solid #333333;
    transition: 0.5s ease-out;
    }

.content-top-left a:hover{
    background-color: #00cca3;
    color: #202020;
    transition: 0.5s ease-out;
    border: 1px solid #00cca3;
    }

.content-top-left img{
    width: 100px;
    }

.content-top-right{
    align-items: center;
    padding: 20px 20px;
    }

.content-top-right video{
    height: auto;  
    max-width: 100%;
    border-radius: 30px;
    }

.content-top-right img{
    width: 800px;
    border-radius: 30px;
    margin-top: 10px;
    max-width: 100%;
    }


    .content-preorder{
    background: rgba(255,255,255,1);  
    background-image: url(img/rain.png);
    background-repeat: no-repeat;
    width: auto;
    max-width: 100%;
    display: flex;
    z-index: 9998;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    }

    .content-preorder-left{

    align-items: center;
    color: #000000;
    font-family: bebas neue;
    font-size: 60px;
    text-align: right;
    width: 450px;
    max-width: 100%;
    justify-content: center;
    }

    .content-preorder-left p{
    line-height: 40px;
    font-size: 16px;
    padding: 20px 10px;
    text-align: right;
    }

.content-preorder-left a{
    background: #ffffff;
    text-decoration: none;
    padding: 10px 30px;
    color: #000000;
    font-family: bebas neue;
    font-size: 18px;
    border: 1px solid #333333;
    transition: 0.5s ease-out;
    }

.content-preorder-left a:hover{
    background-color: #00cca3;
    color: #202020;
    transition: 0.5s ease-out;
    border: 1px solid #00cca3;
    }

.content-preorder-right{
        padding-right: 30px;
    }


.content-preorder-right img{
    width: 700px;
    margin-top: 10px;
    max-width: 100%;

    }


.content-brands-container{
    text-align: center;
}

.content-brands-container h1{
    font-family: bebas neue;
    font-size: 30px;
    color: #ffffff;
    padding: 20px 20px;
}


.content-brands{
    display: flex;
    justify-content: space-evenly;
    gap: 50px;
    flex-wrap: wrap;
    padding-bottom: 20px;
    align-items: center;
}

.content-brands img{
width: 152px;
max-width: 100%;
padding: 20px 20px;
}



    

.wrapper {
justify-content: center;
align-items: center;
position: relative;
padding: 30px 30px;
display: flex;
flex-direction: column;
}

.wrapper  h1{
    font-size: 40px;
    font-family: bebas neue;
    color: #ffffff;
    text-align: center;
    margin-bottom: 40px;
    }

.slider{
    width: 1100px;
    max-width: 100%;
    height: 200px;
    position: relative;
    display: flex;
    overflow: hidden;
    padding: 0 50px;
    border-radius: 30px;
    }
                             
.slide {
    height: 200px;
    width: auto;
    display: flex;
    align-items: center;
    animation: slideshow 30s linear infinite;
    }
                
.slide img {
    padding: 0 50px;
    max-width: 150px;
    }
                
@keyframes slideshow {
    0% {transform: translateX(0);}
    100% {transform: translateX(-100%);}
    }
                
                
                







.about-content-container{
    position: relative;
    display: flex;
    background: rgba(0,0,0,0.7);
    border-radius: 30px;
    z-index: 9998;
    justify-content: center;
    gap: 50px;
    align-items: center;
    padding: 30px 30px;
    }
        
.about-content-left{
    align-items: center;
    padding: 20px 20px;
    }

.about-content-left img{
    width: 360px;
    border-radius: 30px;
    }

.about-content-right{
    align-items: center;
    color: #ffffff;
    padding: 20px 20px;
    }

.about-content-right h1{
    font-size: 60px;
    font-family: bebas neue;
    color: #ffffff;
    padding-top: 20px;
padding-bottom: 20px;
    }

.about-content-right hr{
    border: 3px solid #f2f2f2;
    border-radius: 30px;
    width: 20%;
    }

.about-content-right p{
    line-height: 30px;
    font-size: 16px;
    padding-top: 20px;
    }

.about-content-right p.center{
    align-items: center;
    text-align: center;
    }

.about-content-right ul{
    padding-left: 50px;
    padding-top: 30px;
    color: #ffffff;
    line-height: 2em;
    }

.about-content-right a{
    background: #000000;
    text-decoration: none;
    padding: 10px 30px;
    color: #ffffff;
    font-family: bebas neue;
    font-size: 18px;
    border: 1px solid #333333;
    transition: 0.5s ease-out;
    }

.about-content-right a:hover{
    background-color: #00cca3;
    color: #202020;
    transition: 0.5s ease-out;
    border: 1px solid #00cca3;
    }

.about-content-right img{
    width: 100px;
    }









.pricing-content-container{
    position: relative;
    display: flex;
    background: rgba(0,0,0,0.7);
    border-radius: 30px;
    z-index: 9998;
    justify-content: center;
    gap: 50px;
    align-items: center;
    padding: 30px 30px;
    }

.pricing-content-left{
    align-items: center;
    padding: 20px 20px;
    }

.pricing-content-left img{
    width: 360px;
    border-radius: 30px;
    }
                   
.pricing-content-right{
    align-items: center;
    color: #ffffff;
    padding: 20px 0;
    }

.pricing-content-right h1{
    color: #ffffff;
    font-family: bebas neue;
    font-size: 60px;
    padding-top: 20px;
    padding-bottom: 10px;
    }

.pricing-content-right h2{
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    }
            
.pricing-content-right h3{
    color: #00cca3;
    font-size: 16px;
    font-weight: normal;
    }

.pricing-content-right h4{
    color: #ffffff;
    font-family: bebas neue;
    font-size: 24px;
    padding-bottom: 10px;
    }

.pricing-content-right img{
    width: 100px;

    }

.pricing-content-right p{
    color: #ffffff;
    padding-bottom: 20px;
    line-height: 2em;
    font-size: 16px;
    }
               
.pricing-content-right p.indent{
    color: #ffffff;
    line-height: 40px;
    font-size: 16px;

    }


.pricing-content-right p.center{
    align-items: center;
    text-align: center;
    }

    

.pricing-content-right ul{
    padding-left: 50px;
    padding-top: 10px;
    color: #ffffff;
    line-height: 2em;
    }

.pricing-content-right a{
    background: #000000;
    text-decoration: none;
    padding: 10px 30px;
    color: #ffffff;
    font-family: bebas neue;
    font-size: 18px;
    border: 1px solid #333333;
    transition: 0.5s ease-out;
    }

.pricing-content-right a:hover{
    background-color: #00cca3;
    color: #202020;
    transition: 0.5s ease-out;
    border: 1px solid #00cca3;
    }



.pricing-content-right hr{
    width: 97%;
}




.quote-content-container{
    position: relative;
    display: flex;
    background: rgba(0,0,0,0.7);
    border-radius: 30px;
    z-index: 9998;
    justify-content: center;
    gap: 50px;
    align-items: center;
    padding: 30px 30px;
    }

    .quote-content{
        max-width: 1280px;
        height: auto;
        display: flex;
        flex-direction: column;
        font-family: bebas neue;
        color: #ffffff;
        border-radius: 30px;
        z-index: 9998;
        padding: 20px 20px;
        }

        .quote-content h1{
            font-family: bebas neue;
            font-size: 60px;
            padding: 20px 0;
            }


        .quote-content hr {
            border: 3px solid #f2f2f2;
            border-radius: 30px;
            width: 20%;
            }

        .quote-content img {
            width: 100px;
                }

    .quote-form-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
        max-width: 600px;
        height: auto;
        margin-top: 50px;
        }
            
    .quote-form-control {
        display: flex;
        flex-direction: column;
        }
            

            
        .quote-form-control select {
            padding: 6px 10px;
            border: 1px solid #999999;
            border-radius: 4px;
            font-size: 15px;
            }
            
            
        .quote-form-control input {
            height: auto;
            border: 2px solid #333333;
            outline: none;
            padding: 6px 10px;
            font-weight: 500;
            font-size: 17px;
            color: #000000;
            border-radius: 7px;
            font-family: Calibri, sans-serif;
            }
            
            .quote-form-control input:focus{
                border: 2px solid #00cca3;
                }
                
                .quote-form-control input:placeholder{
                    color: #666666;
                    }
                
                .quote-form-control input:invalid {
                    }
              
                .quote-form-control input:user-invalid {
                    border: solid red 2px;
                    }

    .quote-form-control label {
        font-size: 15px;
        margin-bottom: 5px;
        }


    .quote-textarea-control{
        grid-column: 1/ span 2;
        }

        .quote-textarea-control textarea {
            width: 580px;
            height: 150px;
            outline: none;
            padding: 6px 10px;
            font-weight: 500;
            font-size: 17px;
            color: #000000;
            border: 2px solid rgba(0,0,0,0);
            border-radius: 7px;
            font-family: Calibri, sans-serif;
            resize: none;
            }
            
        .quote-textarea-control textarea:focus{
            border: 2px solid #00cca3;
            }
             
        .quote-textarea-control:placeholder{
            color: #666666;
            }
            

    .quote-button-container{
        display: flex;
        justify-content: flex-end;
        margin-top: 20px;
        }
                
        .quote-button-container button{
        display: flex;
        align-items: center;
        padding: 10px 30px;
        font-size: 18px;
        font-family: bebas neue;
        color: #ffffff;
        gap: 10px;
        border: none;
        background: #000000;
        cursor: pointer;
        border: 1px solid #333333;
        border-radius: 0px;
        transition: 0.5s ease-out;
        }
                
        .quote-button-container button:hover{
            background-color: #00cca3;
            color: #202020;
            transition: 0.5s ease-out;
            border: 1px solid #00cca3;
            }






.faq-content-right{
    align-items: center;
    color: #ffffff;
    padding: 20px 0;
    }

.faq-content-right h1{
    color: #ffffff;
    font-family: bebas neue;
    font-size: 60px;
    padding-top: 20px;
    padding-bottom: 10px;
    }

.faq-content-right h2{
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    }
            
.faq-content-right h3{
    color: #00cca3;
    font-size: 16px;
    font-weight: normal;
    }

.faq-content-right h4{
    color: #ffffff;
    font-family: bebas neue;
    font-size: 24px;
    padding-bottom: 10px;
    }

.faq-content-right img{
    width: 100px;

    }

.faq-content-right p{
    color: #ffffff;
    padding-bottom: 10px;
    line-height: 2em;
    font-size: 16px;
    }
               
.faq-content-right p.indent{
    color: #ffffff;
    line-height: 40px;
    font-size: 16px;

    }


.faq-content-right p.center{
    align-items: center;
    text-align: center;
    color: #ffffff;
    padding-bottom: 10px;
    line-height: 2em;
    font-size: 16px;
    }

    

.faq-content-right ul{
    padding-left: 50px;
    padding-top: 10px;
    color: #ffffff;
    line-height: 2em;
    }

.faq-content-right a{
    background: #000000;
    text-decoration: none;
    padding: 10px 30px;
    color: #ffffff;
    font-family: bebas neue;
    font-size: 18px;
    border: 1px solid #333333;
    transition: 0.5s ease-out;
    }

.faq-content-right a:hover{
    background-color: #00cca3;
    color: #202020;
    transition: 0.5s ease-out;
    border: 1px solid #00cca3;
    }



.faq-content-right hr{
    width: 97%;
}










.shop-content-container{
    position: relative;
    display: flex;
    flex-direction: column;
    background: rgba(0,0,0,0.7);
    border-radius: 30px;
    z-index: 9998;
    justify-content: center;
    align-items: center;
    padding: 30px 30px;
    }



.shop-header{
    align-items: center;
    color: #ffffff;
    text-align: center;
    }
            
.shop-header h1{
    font-size: 60px;
    font-family: bebas neue;
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
    }

.shop-header img{
    width: 100px;
    }




            .cart-button-container{
                display: flex;
                justify-content: center;
                align-items: center;
                gap: 20px;

            }


        .back-button a{
        background: #000000;
        text-decoration: none;
        padding: 10px 30px;
        color: #FFFFFF;
        font-family: bebas neue;
        font-size: 18px;

        border: 1px solid #333333;
        transition: 0.5s ease-out;
        width: auto;
        }
    
        .back-button a:hover{
        background-color: #00cca3;
        color: #000000;
        transition: 0.5s ease-out;
        border: 1px solid #00cca3;
        }

        .cart-button a{
        background: #FFD140;
        text-decoration: none;
        padding: 10px 30px;
        color: #000000;
        font-family: bebas neue;
        font-size: 18px;
        border: none;
        border-radius: 5px;
        transition: 0.5s ease-out;
        width: auto;
 
        }
    
        .cart-button a:hover{
        background-color: #F2DC81;
        color: #000000;
        transition: 0.5s ease-out;
        border: none;
        }

        .cart-button span{
        text-decoration: none;
        color: #000000;
        font-family: bebas neue;
        font-size: 18px;
        }





.shop-content{
    align-items: center;
    color: #ffffff;
    text-align: center;
    padding: 0 20px;
    }
            
.shop-content h1{
    font-size: 60px;
    font-family: bebas neue;
    color: #ffffff;
    padding: 20px 20px;
    }
            
.shop-content h2{
    font-size: 40px;
    font-family: bebas neue;
    color: #ffffff;
    text-align: left;
    margin-top: 50px;
    margin-bottom: 20px;
    }
                
.shop-content h3{
    font-size: 20px;
    font-weight: 300;
    font-family: bebas neue;
    color: #ffffff;
    text-align: center;
padding: 5px 0;
    }


.shop-content img{
    width: 100px;
    }

.shop-content p{
    line-height: 30px;
    font-size: 16px;
    text-align: left;
    }

    .shop-content p.center{
        text-align: center;
        }



.shop-category {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
    gap: 30px;
    text-align: center;
    padding: 0 0;

    }


    .shop-category h1{
        font-size: 40px;
        font-family: bebas neue;
        color: #ffffff;
        padding: 20px 20px;
        }


    .shop-category img{
        width: 300px;
        height: 300px;
        max-width: 100%;
        border-radius: 30px;

        }



        
            .shop-item{
                display: flex;
                flex-direction: column;
                font-family: bebas neue;
                font-size: 20px;
                background: rgba(255,255,255,0.2);
                border-radius: 30px;
                border: 1px solid #333333;
                padding: 10px 10px;
            }

            .shop-item:hover{
                border: 1px solid #00cca3;
                border-radius: 30px;
                transition: border 0.3s ease-in-out;
                background: rgba(255,255,255,0.3);
                }



                .shop-item-soldout{
                    display: flex;
                    flex-direction: column;
                    font-family: bebas neue;
                    font-size: 20px;
                    border-radius: 30px;
                    border: 1px solid #333333;
                    padding: 10px 10px;
                }
    

    


            .shop-item-price {
                display: flex;
                gap: 15px;
                text-align: center;
                align-items: center;
                justify-content: center;
                font-family: bebas neue;
                font-size: 20px;
              }

.shop-tshirts-item{
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
}

















.main {
    display: flex;
    min-height: 570px;
    padding: 0 0;
    z-index: 1;
    margin-top: 50px;
    width: auto;
    gap: 50px;
  }
  
  /* Image gallery */
  .gallery {
    flex: 1;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;

  }
  
  .gallery .main-img img {
    display: none;
  }
  
  .gallery .main-img img.active {
    display: inline-block;
    max-width: 600px;
    max-height: 600px;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    cursor: default;
margin-bottom: 20px;
  }
  
  .gallery .thumb-list {
    display: flex;
    justify-content: space-evenly;
    max-width: 445px;
    width: 100%;
    margin-top: 20px;
  }
  
  .gallery .thumb-list div {
    max-width: 90px;
    max-height: 90px;
    margin: 0 0px;
  }
  
  .gallery .thumb-list img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    cursor: pointer;
  }
  
  .gallery .thumb-list img:hover {
    opacity: 50%;
  }
  
  .gallery .thumb-list .active img {
    opacity: 50%;
  }
  
  .gallery .thumb-list .active {
    border: 2px solid var(--orange);
    border-radius: 13px;
    margin: 0;
  }
  
  /* lightbox */
  .lightbox {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 10;
    background: var(--black-with-opacity);
    align-items: center;
    justify-content: center;
  }
  
  .lightbox.active {
    display: flex;
  }
  
  .lightbox.active .gallery {
    max-width: 445px;
  }
  
  .lightbox .main-img {
    position: relative;
  }
  
  .lightbox .icon-prev,
  .lightbox .icon-next {
    position: absolute;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,0.3);
    border-radius: 50%;
    transition: 0.5s ease-out;
  }
  
  .icon-prev:hover,
  .icon-next:hover {
    cursor: pointer;
    background-color: rgba(255,255,255,0.5);
  }
  
  /* .icon-prev svg path {
    fill: var(--orange);
  } */
  
  .icon-prev {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  
  .icon-next {
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
  }
  
  
  
  /* Content */
  
  .content {
    flex: 1;
    max-width: 600px;
  }
  .content h3 {
    font-size: 16px;
    color: var(--orange);
  }
  
  .content h2 {
    font-size: 40px;
    margin-left: 0;
  }
  
  .content p {
    font-size: 16px;
    color: var(--dark-grayish-blue);
    margin-bottom: 30px;

  }
  
  .price {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: start;
  }
  
  .current-price {
    font-weight: 700;
    font-size: 40px;
    font-family: bebas neue;
  }
  
  .postage {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border-radius: 10%;
    height: 25px;
    background-color: #3366ff;
    font-weight: 500;
    font-size: 12px;
    color: #ffffff;
  }

  .limited-stock {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border-radius: 10%;
    height: 25px;
    background-color: #ff3300;
    font-weight: 500;
    font-size: 12px;
    color: #ffffff;
    width: auto;
  }
  
  
    .sold-out {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border-radius: 10%;
    height: 25px;
    background-color: #999999;
    font-weight: 500;
    font-size: 12px;
    color: #000000;
  }
  
.sizes{
    display: flex;
    flex-direction: column;
}

p.padded{
padding: 20px 0;
}


    .sizes a{
        background: #000000;
        text-decoration: none;
        padding: 10px 30px;
        color: #ffffff;
        font-family: bebas neue;
        font-size: 18px;
        margin-right: 20px;
        border: 1px solid #333333;
        transition: 0.5s ease-out;
        }

        .sizes a:hover{
        background-color: #00cca3;
        color: #202020;
        transition: 0.5s ease-out;
        border: 1px solid #00cca3;
        }


  .add-to-cart-container {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  


    .add-to-cart-container button {
        background: #FFD140;
        text-decoration: none;
        padding: 10px 30px;
        color: #000000;
        font-family: bebas neue;
        font-size: 18px;
        margin-right: 20px;
        border: none;
        border-radius: 5px;
        transition: 0.5s ease-out;
        width: auto;
        }

        .add-to-cart-container button:hover{
        background-color: #F2DC81;
        color: #000000;
        transition: 0.5s ease-out;
        border: none;
        }













.cart {
  max-width: 800px;
  margin: 0 auto;
  min-height: 350px;
    background: none;
  padding: 20px;
    border: none !important;
  box-shadow: none !important;
}

.cart table {
  width: 100%;
  border-collapse: collapse;
}

.cart th, .cart td {
  padding: 0.75rem;
  text-align: left;
  border-bottom: 1px solid #666;
}

.cart input[type="number"] {
  width: 60px;
}

.cart button {
  margin-top: 1rem;
}


/* --- Cart Table --- */
#cart table {
  width: 100%;
  margin-bottom: 15px;

}

#cart th, 
#cart td {
  vertical-align: middle;
  text-align: left;
}

#cart th {
    background: none;
  font-weight: 600;
}

#cart td input[type="number"] {
  width: 60px;
  padding: 5px;
  font-size: 14px;
}

/* --- Buttons --- */
button,
input[type="submit"] {
        background: #FFD140;
        text-decoration: none;
        padding: 10px 30px;
        color: #000000;
        font-family: bebas neue;
        font-size: 18px;
        margin-right: 20px;
        border: none;
        border-radius: 5px;
        transition: 0.5s ease-out;
        width: auto;
}

button:hover,
input[type="submit"]:hover {
          background-color: #F2DC81;
        color: #000000;
        transition: 0.5s ease-out;
        border: none;
}


form {
  margin-bottom: 20px;
}


.default.gallery .main-img img.active,
.lightbox .main-img img.active {
}

.default.gallery .thumb-list img.active,
.lightbox .thumb-list img.active {
}

/* --- Typography --- */
body {
  font-family: Arial, sans-serif;
  color: #999;
  line-height: 1.4;
}

small em {
  font-style: italic;
  color: #CFCFCF;
  font-size: 14px;
}

/* --- Responsive adjustments --- */
@media (max-width: 600px) {
  #cart table, #cart th, #cart td {
    font-size: 14px;
  }
  
  button, input[type="submit"] {
    width: 100%;
    margin-bottom: 10px;
  }
}



        .content select {
            padding: 6px 10px;
            border: 1px solid #999999;
            border-radius: 4px;
            font-size: 15px;
            width: 200px;
            }








.shop-tshirts-item-left{
    align-items: center;
    padding: 20px 20px;
    display: flex;
    }

    .shop-tshirts-item-left img{
        width: 500px;
        border-radius: 30px;
        max-width: 100%;
        }


.shop-tshirts-item-right{
    align-items: center;
    color: #ffffff;
    padding: 20px 20px;
    display: flex;
    flex-wrap: wrap;
    width: 500px;
    max-width: 100%;
    justify-content: center;
    }



    .shop-tshirts-item-right p{
        line-height: 30px;
        font-size: 16px;
        padding: 20px 0;
        }
















        




.contact-content-container{
    position: relative;
    display: flex;
    background: rgba(0,0,0,0.7);
    border-radius: 30px;
    z-index: 9998;
    justify-content: center;
    gap: 50px;
    align-items: center;
    padding: 30px 30px;
    color: #ffffff;
    font-size: 17px;
    width: auto;
    }
            
    .contact-content-left{
        border: none;
        display: flex;
        width: 100%;
        max-width: 100%;
        justify-content: space-evenly;
        font-family: bebas neue;
        font-weight: 100;
        font-style: normal;
        color: #ffffff;
        }
        
        .contact-content-left h2{
            font-family: bebas neue;
            font-weight: 600;
            color: #ffffff;
            font-size: 60px;
            padding: 20px 0;
            }
                    
        .contact-content-left hr{
            border: 3px solid #f2f2f2;
            border-radius: 30px;
            width: 20%;
            }

        .contact-form{
            width: 100%;
            display: flex;
            flex-direction: column;
            gap: 10px;
            padding: 20px 20px;
            }
        


            .contact-form label {
                font-size: 17px;
                font-weight: 400;
                color: #ffffff;
                margin-top: 10px;
                }

            .contact-inputs{
                width: 90%;
                max-width: 100%;
                height: auto;
                padding: 6px 15px;
                border: 2px solid #333333;
                outline: none;
                font-weight: 500;
                font-size: 17px;
                color: #000000;
                border-radius: 7px;
                font-family: Calibri, sans-serif;
                }

                .contact-inputs:focus{
                    border: 2px solid #00cca3;
                    }
                    
                .contact-inputs:placeholder{
                    color: #666666;
                    }
                    
            .contact-form textarea{
                height: 140px;
                padding-top: 15px;
                border: 2px solid rgba(0,0,0,0);
                border-radius: 7px;
                font-family: Calibri, sans-serif;
                resize: none;
                }
                     

               
                .contact-form-control img{
                    width: 100px;
                }


                .contact-button-container{
                    display: flex;
                    justify-content: flex-end;
                    margin-top: 20px;
                    }
                            
                    .contact-button-container button{
                    display: flex;
                    align-items: center;
                    padding: 10px 30px;
                    font-size: 18px;
                    font-family: bebas neue;
                    color: #ffffff;
                    gap: 10px;
                    border: none;
                    background: #000000;
                    cursor: pointer;
                    border: 1px solid #333333;
                    transition: 0.5s ease-out;
                    }
                            
                    .contact-button-container button:hover{
                        background-color: #00cca3;
                        color: #202020;
                        transition: 0.5s ease-out;
                        border: 1px solid #00cca3;
                        }

    .contact-content-right{
        width: 100%;
        max-width: 100%;
        padding: 20px 20px;
        }
                        
        .contact-content-right img{
            height: auto;
            width: 520px;
            border-radius: 30px;
            max-width: 100%;
            }
        
            .contact-socials {
                margin-top: 30px;
                display: flex;
                justify-content: space-evenly;
                gap: 20px;
            }

            .contact-socials img{
                width: 50px;
            }






            .success-container{
                position: relative;
                display: flex;
                background: rgba(0,0,0,0.7);
                border-radius: 30px;
                z-index: 9998;
                justify-content: center;
                gap: 50px;
                align-items: center;
                padding: 30px 30px;
                }
            
                .success-content{
                    max-width: 600px;
                    height: auto;
                    display: flex;
                    flex-direction: column;
                    font-family: bebas neue;
                    color: #ffffff;
                    border-radius: 30px;
                    z-index: 9998;
                    padding: 20px 20px;
                    align-items: center;
                    }
            
                    .success-content h1{
                        font-family: bebas neue;
                        font-size: 40px;
                        padding: 20px 0;
                        text-align: center;
                        }

                        .success-content h2{
                            font-family: bebas neue;
                            font-size: 30px;
                            padding: 20px 0;
                            margin-bottom: 30px;
                            }


                    .success-content p{
                        padding-bottom: 30px;
                        text-align: center;
                        
                    }
                            .success-content img {
                                width: 100px;
                                margin-bottom: 30px;
                                    }
                        
                                    .success-content a{
                                        background: #000000;
                                        text-decoration: none;
                                        padding: 10px 30px;
                                        color: #ffffff;
                                        font-family: bebas neue;
                                        font-size: 18px;
                                        border: 1px solid #333333;
                                        transition: 0.5s ease-out;
                                        margin-top:;
                                        }
                            
                                    .success-content a:hover{
                                        background-color: #00cca3;
                                        color: #202020;
                                        transition: 0.5s ease-out;
                                        border: 1px solid #00cca3;
                                        }




.footer{
    background: rgba(0,0,0,0);
    backdrop-filter: blur(10px);
    width: 100%;
    height: 40px;
    padding-top: 20px;
    font-size: 11px;
    color: #f2f2f2;
    text-align: center;
    align-items: center;
    z-index: 9998;
}


























@media (max-width: 1200px){


    
    body{
    justify-content: start;
    min-height: 100vh;
    height: auto;
    }

    .navbar{
    flex-direction: column;
    width: 100%;
    padding: 0 0;
    align-items: center;
    }
    
    nav{
    position: relative;
    top: 0;
    left: 0;
    padding-right: 0px;
    }
    
    .navbar a{
    font-size: 16px;
    padding: 14px 7px;
    }
    
    .navbar .logo{
    padding-left: 0px;
    }
    
    
    .logo img{
    width: 150px;
    }

    
.main-container{
    height: auto;
    }

.content-container{
    padding: 15px 15px;
}

    .content-top{
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
    }

 .content-top-left{
    width: 380px;
    max-width: 100%;
    }


    .slider{
        width: 330px;
        padding: 0 0;
    }



.content-top-right{
    align-items: center;
    padding: 20px 20px;
}


    .content-preorder{
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
    background: rgba(255,255,255,1);  
    background-image: none;
    background-repeat: no-repeat;
    }

 .content-preorder-left{
    width: 380px;
    max-width: 100%;
    text-align: center;
    padding-top: 30px;
    }

    .content-preorder-left p{
    text-align: center;
    padding: 20px 0px;
    }

    .content-preorder-right{
    padding-top: 0;
    padding-bottom: 20px;
    padding-left:0;
    padding-right:0;
}

    .content-preorder-right img{
width: 650px;
}
    .about-content-container{
     justify-content: start; 
    flex-direction: column-reverse;
    gap: 30px;  
    }
 
    .about-content-left{
    padding: 0 0;
    }
        
    .about-content-left img{
    width: 360px;
    max-width: 100%;
    }
 
    .about-content-right h1{
    font-size: 40px;
padding-top: 0px;
    }

    .about-content-right img{
    width: 75px;
    }
    


        

    .pricing-content-container{
    justify-content: start; 
    flex-direction: column-reverse;
    gap: 0px;  
    }

    .pricing-content-left{
    padding: 0px 0px;
    }

    .pricing-content-left img{
    width: 360px;
    max-width: 100%;
    }

    .pricing-content-right {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 0px;
    }

    .pricing-content-right h1{
    font-size: 40px;
padding-top: 0px;
padding-bottom: 20px;
    }


    .pricing-content-right h2{
        padding-left: 0px;
        text-align: center;
        margin-left: 0px;
        }

    .pricing-content-right h3{
        padding-left: 0px;
        }

    .pricing-content-right hr{
    width: 100%;
    margin: auto;
    }

    .pricing-content-right img{
    width: 75px;
    padding-left: 0px;
    }

    .pricing-content-right p.indent{
        color: #ffffff;
        padding: 15px 20px;
        margin-left: 0px;
        line-height: 40px;
        font-size: 16px;
        }

.pricing-content-right p.center{
    margin-left: 20px;
    }


    .quote-content-container{
        padding: 15px 15px;
    }

    .quote-content{
    flex-wrap: wrap;
    }

    .quote-content img {
    width: 75px;
    }
                    
    .quote-content h1 {
    font-size: 40px;
    }

    .quote-form-container {
    display: flex;
    flex-direction: column;
    max-width: 350px;
    }

    .quote-textarea-control textarea {
    width: 300px;
    }
            
.shop-header h1{
    font-size: 40px;
padding-top: 30px;
padding-bottom: 20px;
    }

.shop-header img{
    width: 75px;
    }


    .shop-content-container{
        padding: 15px 0px;
        
    }






    .shop-content h1{
    font-size: 40px;
    }

    .shop-content h2{
    font-size: 30px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
    }


    .shop-content img{
    width: 75px;
    }

    .shop-tshirts img{
    width: 300px;
    max-width: 100%;
    }

    .shop-item img{
        width: 300px;
        max-width: 100%;
        }

        .shop-item-soldout img{
            width: 300px;
            max-width: 100%;
            }

    .shop-tshirts-item-left img{
        width: 500px;
        max-width: 100%;
        }

        .shop-tshirts-item-right{
            width: auto;
            padding: 0px 0px;
            }

  .price {
   flex-direction: column;

  }


  .postage {
    padding: 0 10px;
    border-radius: 10%;
    height: 25px;
    background-color: #3366ff;
    font-weight: 500;
    font-size: 12px;
    color: #ffffff;

  }

  .limited-stock {
    padding: 0 10px;
    border-radius: 10%;
    height: 25px;
    background-color: #FF3300;
    font-weight: 500;
    font-size: 12px;
    color: #ffffff;

  }



.contact-form{
    width: auto;
    padding: 0px 0px;
    justify-content: center;

}

    .contact-content-container{
    flex-direction: column;
    margin-bottom: 100px;
    }
        

    .contact-content-left{
        justify-content: center;
        align-items: center;
        }

    .contact-content-left h2{
    font-size: 40px;
    }
        


    .contact-form-control img{
    width: 75px;
    }

     .contact-inputs{
    font-weight: 300;
    width: 300px;
    max-width: 100%;
    }


    .contact-content-right{
    display: flex;
    flex-direction: column-reverse;
    border-radius: 0px;
    }

    .contact-content-right-image {
    max-width: 100%;
    margin-left: 0px;
    padding: 0px 0px;
    display: none;
    }

    .contact-socials{
        margin-top: 0px;
    }

    .success-container{
        padding: 15px 15px;
        margin-bottom: 100px;
    }

    .success-content{
    flex-wrap: wrap;
    }

    .success-content img {
    width: 75px;
    }
                    
    .success-content h1 {
    font-size: 40px;
    }







    
    .main {
        flex-direction: column;
        gap: 20px;
        padding: 0;
      }
    
      .main .default {
        display: none;
      }
    
      .lightbox {
        display: flex;
        position: relative;
        height: auto;
        width: auto;
        background: none;
        padding: 0 10px;
      }
    
      .main .thumb-list {
        display: none;
      }
    
      .main .icon-prev {
        left: 50px;
        height: 45px;
        width: 45px;
      }
    
      .main .icon-next {
        right: 50px;
        height: 45px;
        width: 45px;
      }
    
      .gallery .main-img img.active {

        height: auto;
            border-radius: 30px;
      }
    
      .content {
        padding: 0 20px;
      }
    
      .content h2 {
        margin: 10px 0;
        font-size: 40px;
        text-align: center;
      }
    





}



