body.homeView{
    background-color:#000;
}
h3.blockTitle {
    color: var(--dark);
}

.headline h2{
    background: var(--bg1f);
    color: var(--bg1);
    text-align: center;
    padding: 4px 0px;
    margin-bottom: 15px;
}
.swiper-slide{
    display:flex;
    align-items:center;
}
.prodSwiper.container{
    width: 100%;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.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;
    min-width: 240px;
}
.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:3px 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);
}

.product .itemNote{
    color:red;
    width:auto;
}
body.shop .container.homepageContainer {
    max-width:100%;
}
.product:hover .itemNote{
    animation: pulse2 2s infinite;
}
.homepageContainer .masterBlock {
    flex: 1;
    min-width: 250px;
    min-height: 250px;
    max-height:350px;
    
    border-radius: 10px;
    overflow: hidden;
}

.homepageContainer .masterBlock .inner {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: white !important;
}
.masterBlock.bigger .masterInfo a {
    color: #000000;
    font-weight: 100;
    text-shadow: none;
    margin: 0 auto;
    padding: 0;
    line-height: 100%;
    margin-bottom: 0 !important;
}

.product .input-number{
    background: radial-gradient(white, lightgrey);
    border: 1px solid #c5c5c5;
    color: black;
    box-shadow: 0 2px 8px -5px gray;
}
.product .input-number__input{
    color:black;
}

.masterBlock.internalCat {
    
    
    max-width: 30%;
    height: 200px;
}
#internalCats .inner 
{
    background-size: contain;
    background-position: top center;
    background-color: white;
}
.masterCat .masterInfo a {
    color: black;
    text-shadow:none;
}


@media only screen and (max-width: 576px){
.homepageContainer .masterBlock {
   
    height: 240px;
}
.masterBlock.internalCat {
    max-width:100%;
}

}