:root{
    --bs-gutter-x:0px;
}
#v{
    flex-direction: column;
}
.modTitle{
    margin-top:40px;
}
.modTitle h2{
    background: #000;
    color:white;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    font-size: 1.7rem;
    padding: 3px 0;
}
#spaceSlider .swiper-container{
    height: 100%;
}
#mainSlider{
    position:relative;
}
#plate{
    color:white;
}
.plateBlock a,.plateBlock a:hover{
    color:black;
}
.plateBlock .plateInner {
    background-size:100%;
    transition: all 0.5s ease-in;
}
.plateBlock .plateInner:hover {
    background-size:110%;
    
}
#mainSlider .swiper-container{
    height: 500px;
    overflow: hidden;
    margin: 0 auto;
}
.swiper-slide{
    display:flex;
    align-items:center;
}
.prodSwiper .swiper-slide{
    display: flex;
    justify-content: space-between;
    margin:0px;
    overflow:hidden;
    max-width:240px;
    height:250px;
    background-color:white;
    background-size: cover;
    background-position: center;
}
.prodSwiper .swiper-slide a.imgwrp{
    background: white;
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 1s ease-out;
}
.prodSwiper .swiper-slide.alted:hover a.imgwrp{
    opacity:0;
}
.prodSwiper .swiper-slide .prodinfo{
    position:absolute;
    bottom:0;
}
.prodSwiper .swiper-slide img{
    max-width:200px;
    margin-bottom:15px;
}
.prodSwiper .swiper-slide .addtocartBtn{
    background-color:black;
    text-decoration:none;
    color:white;
    font-size:120%;
    display:inline-block;
    padding:8px 0;
    width:100%;
    transform: translate3d(0px, 60px, 20px)  scale(2);
    opacity:0.5;
    -webkit-transition: transform .4s ease-out;
    -moz-transition: transform .4s ease-out;
    -ms-transition: transform .4s ease-out;
    -o-transition: transform .4s ease-out;
    transition: transform .4s ease-out;
    position: absolute;
    bottom: 0;
}
.prodSwiper .swiper-slide:hover .addtocartBtn{
    opacity:1;
    transform: translate3d(0px, 0px, 0px)  scale(1);
}
.prodSwiper .swiper-slide:hover{
    border-radius:5px;
    border:1px solid #eee;
    background-color:#eee;
}

.prodSwiper .swiper-slide img.prodBadge{
    position: absolute;
    right: 0;
    top: 5px;
    max-width: 30%;
    transition: transform .3s ease-in;
    transform: translate3d(130px, 0px, 20px) scale(2);
    z-index:15;
}
.prodSwiper .swiper-slide:hover img.prodBadge{
    transform: translate3d(0px, 0px, 120px) scale(1);
}

.prodSwiper .swiper-slide img.cproduct{
    transition: transform .8s ease-in;
    max-height: 130px;
    mix-blend-mode: multiply;
}
.prodSwiper .swiper-slide:hover img.cproduct{
    transform: scale(1.3);
}
.prodSwiper .swiper-slide.alted:hover img.cproduct{
    transform: scale(3);
}
.ygap{
    margin-top:25px;
}
#plate,#bricks{
    
}
#bricks{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:10px;
}
.full{
    width:100%;
    height:100%;
    
}

#plate .swiper-slide,#bricks .slice{
    min-width: 330px;
    max-width: 23%;
    width: 100%;
    height: 510px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#plate .swiper-slide.halfPlate,#bricks .slice.halfPlate{
    max-width:100%;
    flex:1;
    row-gap: 10px;
}
#plate .plateBlock,#bricks .plateBlock{
    padding:0px;
    margin: 0px;
    width: 100%;
    height: 100%;
}
#homeplacemodule .blockBlock{
    align-items: center;
    justify-content: center;
    display: flex;
    height: 140px;
    border: 1px solid #eee;
    background-color: #e3fcd5;
}
a.inner{
    z-index:2;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
#homeplacemodule .blockBlock:nth-child(4n-1){
    background-color: #fcf0d5;
}
#homeplacemodule .blockBlock:nth-child(4n-2){
    background-color: #d5edfc;
}
#homeplacemodule .blockBlock:nth-child(4n-3){
    background-color: #b2cef7;
}
.plateInner{
    background: #dedede;
    
    height:100%;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: end;
    justify-content: center;
}

.halfPlate .plateBlock{
    height:50%;
}
.plateBlock h3{
    text-shadow: 0 0 5px white;
}
#mainSlider .swiper-slide{
    background-position: center;
    background-size: cover;
}

.slidecontent{
    color: black;
    font-size: 2rem;
    background-color: #ffffff99;
    bottom: 10%;
    min-width: 320px;
    margin-right: 5%;
    padding: 20px;
}
.slidecontent .block-slideshow__slide-title{
    
}
.slidecontent .block-slideshow__slide-text{
    
}
.slideSubText div{
    transition: all .8s .5s;
    opacity:1;
}
.block-slideshow__slide-button {
     margin-top: 40px;
}
@media (max-width: 768px){
    #mainSlider .swiper-container {
        height: 360px;
    }
    
    #plate .swiper-slide, #bricks .slice {
        min-width: 48%;
        height:300px;
    }
    .block-slideshow__slide-content,  .block-slideshow__slide-content {
        position:absolute;
        top:auto;
        bottom:10%;
        font-size:16px;
    }
    .block-slideshow__slide-title{
        font-size:120%;
    }
}