.product-reg{position: absolute;
    z-index: 8;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border: none;
    background: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-shadow:1px 1px white;}

.blurimage {filter: blur(2px);}



#slider ul li span, .picture img, .picture  {filter: blur(2px)}
.blurimage {
    filter: blur(2px);
}
.product-reg {
    position: absolute;
    z-index: 8;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border: none;
    background: rgba(255,255,255,.5);
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    text-shadow: 1px 1px white;
}

#zoomer img
{filter:blur(2px);}

#elementContainer .zoom{
    cursor: zoom-in;
    filter:blur(2px);
}
