/* 
Theme Name: Art Jeanius
Author: Jun Ze & Christopher Chan
Description: Specially developed for the site Art Jeanius.
Version: 1.0
Template: storefront
*/
:root{
    --swiper-navigation-size:20px
}
.cursor{
    display: inline;
    position: absolute;
    top:0;
    left:0;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    border:solid 2px rgb(65, 51, 13);
    pointer-events: none;
    transition:  height 0.3s, width 0.3s;
    z-index: 999;
    
}
.breadcrumbs{
    font-size: 0.6rem;
}
button{
    font-size: 20px;
    text-align: center;
    padding:0;
}

#secondary{
    display:none;
}
#primary{
    padding-top:16vh;
    padding-bottom: 20vh;
    margin:0;
    width: 100%;
    
    

}
.product{
    display:flex;
    gap:2rem;
    align-items: center;
    height: fit-content;
    width: 100%;
    justify-content: center;
    max-height: 1080px;
    
}
form.variations_form{
    margin-bottom: 0;
    height:fit-content;
}
.woovr-variations{
    display:grid;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    
}
.woovr-variation:nth-child(1){
    grid-column: span 2;
}
.woocommerce-product-gallery__trigger{
    display:none;
}
.product_title{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    margin-bottom: 1rem;
}
.summary{
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: fit-content;
}
.summary-text{
    
}
.woocommerce-product-gallery{
   
}

.woocommerce-product-gallery figure{
   
}
.woocommerce-product-gallery img{
   
    
    
}

.woocommerce-variation-add-to-cart input{
    height: 100%;
}
.woocommerce-variation-add-to-cart{
    display:flex;
    height: 2rem;
}
.col-1{
    width: 50%;
    display: flex;
    justify-content: flex-end;
}   
.col-2{
    width: 50%;
    display: flex;
    justify-content: flex-start;
}
header .menu>.menu-item:hover>a::before{
    width: 100%;
}
header .menu>.menu-item>a::before{
    content:'';
    
    width: 0%;
    height: 2px;
    background-color: rgb(75, 50, 1);
    position:absolute;
    top:1.8rem;
    left:0;
    transition: all 0.2s ease-in-out;
    
    
    
}

.page{
    width: 90vw;
    margin:0 auto;
    max-width: 1440px;

}
.page>.entry-header h1{
  
    font-family: 'Finger Paint';

}
.woocommerce{
    display: flex;
    gap:1rem;
    justify-content: space-between;
}
.cart_totals{
    width: 100% !important;
}
.woocommerce-cart-form{
    
    flex-grow: 1;
}
.cart-collaterals{
    flex-grow: 1;
}
a.checkout-button.button.alt.wc-forward{
    font-size: 20px;
}
.woocommerce-notices-wrapper{
    position: absolute;
    z-index:999;
    animation: notices-fade-in 1s ease-in-out forwards, notices-fade-out 0.5s ease-in-out  3s forwards;
    
    
}
i{
    display: inline !important;
}
@keyframes notices-fade-in {
    from{
        opacity: 0;
        transform: translateY(50px);
    }
    to{
        opacity: 1;
        transform: translateY(0px);
    }
}
@keyframes notices-fade-out {
    
    to{
        opacity: 0;
        transform: translateY(-50px);
        display: none;
    }
}
.hero::before{
    content: '';
    width: 100%;
    height: 18vh;
    background-image: linear-gradient(white,white,white,white, white, rgba(255, 255, 255, 0.456),rgba(255, 255, 255, 0));
    pointer-events: none;
    position:absolute;
    top:0;
    left:0;
    z-index: 20;
}
.swiper{
    height: 80vh;
    width: 600px;

    
    margin:0;
   

}

.swiper::after{
    content: '';
    width: 100%;
    height: 100px;
    background-image: linear-gradient(white, rgba(255, 255, 255, 0.456),rgba(255, 255, 255, 0));
    transform: rotate(180deg);
    position:absolute;
    bottom:0px;
    left:0;
    z-index: 20;
}
.swiper-wrapper{
    
}   
.swiper-slide>a{
    height: 100%;
    width: auto;
    display: block;
}
.swiper-slide img{
   width: auto;
   height: 100%;
    transition: all 0.3s;
 
}
.swiper img:hover{
    transform: scale(1.1);
}
.swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
    height: fit-content;
    max-height: 70%;
   width: 100%;

    
}
.swiper-slide a{
    max-width: 80%;
    transform: rotate(8deg) scale(0.8);
    transition: all 0.3s;
}
.swiper-slide-active a{
    transition: all 0.3s;

    transform: rotate(0) scale(1);
}
.swiper-nav{
    z-index: 99;
    display: flex;
    flex-direction: column;
    height: 70vh;
    width: 50px;
    position: absolute;
    top:50%;
    gap:2rem;
    transform: translateY(-50%);
    right: 0;
    align-items: center;
    justify-content: space-between;
}
.swiper-button-next, .swiper-button-prev{
   display: block;
    height: 30px;
    position: static;
    width: 100px;
    
    transition: all 0.3s;
}
.swiper-button-next::after, .swiper-button-prev::after{
    content: ''
}
.swiper-button-next{
    
    transform: rotate(90deg);
    background-image: url(./resources/images/right_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.swiper-button-next:hover{
    transform: translateY(15px) scale(1.2) rotate(90deg);
}
.swiper-button-prev:hover{
    transform: translateY(-15px) scale(1.2) rotate(-90deg);
}
.swiper-button-prev{
    transform: rotate(-90deg);

    background-image: url(./resources/images/right_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
   
    
}
.swiper-pagination-vertical.swiper-pagination-bullets{
    position: static;
    transform: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.swiper-pagination-bullet{
    background:none;
    border-radius: unset;
    height: auto;
    width: auto;
    position: relative;
}
.swiper-pagination-bullet-active::before{
    content:'';
    position:absolute;
    width: 3px;
    height: 3px;
    border:3px solid black;
    transform: rotate(45deg) translateY(-50%);
    left:-20px;
    top:45%
    
}
.swiper-pagination-vertical.swiper-pagination-bullets{
  right:20px
}
@media screen and (max-width:768px) {
    .hero-content{
        flex-direction: column;
        align-items: center;
    }
    h1.hero_title{
        font-size: 100px;
        text-align: center;
    }
    
    div.hero_details{
        margin-top:5vh;
        display:flex;
        flex-direction: column;
        align-items: center;

    }
    p.hero_description{
        text-align: center;
    }
    .swiper-pagination, .swiper-button-next, .swiper-button-prev{
        display:none;
    }
    .swiper{
        width: 80vw;
        height: 65vh;
    }
    .swiper::before{
        content: '';
        width: 100%;
        height: 100px;
        background-image: linear-gradient(white, rgba(255, 255, 255, 0.456),rgba(255, 255, 255, 0));
        
        position:absolute;
        top:0px;
        left:0;
        z-index: 20;
    }
    .product{
        flex-direction: column;
    }
    .col-1{
        width: 100%;
    }
    .col-2{
        width: 80vw;
    }
    div.woocommerce-product-gallery{
        width: 100%;
        min-width: unset;
    }
    .flex-control-nav{
        justify-content: center;
    }
    

}
@media screen and (max-width:425px) {
    h1.hero_title{
        font-size: 50px;
    }
    a.hero_link{
        display:none;
    }
}

.special-projects-container{
    width: 90vw;
    margin:0 auto;
    padding-top:18vh;
}
.special-projects-container strong{
    border-radius: 100%;
    background-color: rgb(70, 49, 9);
    color:white;
    display: inline-block;
    
    height: 1.6rem;
    width: auto;
    margin-right: 0.5rem;
    
    text-align: center;
    aspect-ratio: 1/1;
    font-size: 1rem;
}
h3{
    display: flex;
    align-items: center;
}
.frog{
    position:absolute;
    top:40vh;
    left:-5%;
    opacity: 0.4;
    z-index: -1;
    width: 50%;
}

.flex-control-nav{
    display:flex;
    list-style: none;
    margin:0;
}
.woocommerce-product-gallery__image img{
    margin:0 auto;
}
.woocommerce-product-gallery{
    width: 50%;
    min-width: 350px;
}
.flex-active{
    border:3px solid black;
}
.site-main{
    width: 90vw;
    margin:0 auto;
}