/*------------------------shop-----------*/

.post-type-archive-shop #page-content{
    margin-top: 0;
}

.good-shop-content{
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}


.good-swiper{
    z-index: 10;
    pointer-events: none;
}

.good-swiper a{
    pointer-events: auto;
}

.good-swiper .swiper-slide{
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.good-swiper .swiper-slide h1{
    max-width: 70vw;
    text-align: center;
    font-size: 5rem;
    text-shadow: 0 0 20px #fff;
}

.good-swiper .swiper-pagination{
    pointer-events: auto;
    bottom: 2rem;
}
.good-swiper .swiper-arr{
    pointer-events: auto;
}
.good-swiper .swiper-arr.swiper-btn-prev{
    left: 2rem;
}
.good-swiper .swiper-arr.swiper-btn-next{
    right: 2rem;
}

.anarchy {
    position: absolute;
    visibility: hidden;
    width: 150px;
    height:200px ;
}
.anarchy:nth-child(3n+1){
    width: 200px;
    height:267px ;
}
.anarchy:nth-child(8){
    width: 250px;
    height:333px ;
}
.anarchy img{
    width: 100%;
    height:100%;
    object-fit: cover;
}

.good-item{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100vw;
    height:100vh;
}

.post-type-archive-shop canvas {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100vw;
    height:100vh;
    opacity:0.6;
    z-index: 1;
    display: none;
}

.shop-item{
    margin-top: 5rem;
}

.shop-nav{
    padding: 4rem 2rem 0 2rem;
}
.shop-nav.h{
    margin-top: 100px;
}

.shop-nav ul{
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-nav ul li{
    padding: 1rem 0;

}

.shop-nav ul li:after{
    content: '|';
    padding: 0 2rem;
    display: inline-block;
    vertical-align: middle;
}

.shop-nav ul li a{
    font-size: 2rem;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}
.shop-nav ul li:last-child:after{
    display: none;
}

/*------------------------shop-post-----------*/
.shop-post-content-warp{
    padding: 0 5rem;
    position: relative;
    margin-bottom: 5rem;
}
.shop-post-img{
    width: 60%;
}
.shop-post-img img{
    width: 100%;
    height: auto;
}
.shop-post-info{
    width: 40%;
    position: absolute;
    right: 0;
    top:0;
    padding: 0 5rem 0 2rem;
}

.shop-post-info h1{
    margin-bottom: 2rem;
}
.shop-post-info .post-summary p{
    padding-bottom: 1rem;
}

.shopping{
    margin-top: 2rem;
}

.shopping .btn--more{
    width: 180px;
    font-size: 2rem;
}


