body {
    background-color: transparent;
    margin: 0;
    padding: 0;
}

.swiper-container {
    width: 100vw;
    height: 100vh;
    background-color: transparent;
}

.swiper-slide {
    background-color: #fff;
    cursor: pointer;
    width: 30%;
    border: 1px solid #dddfe2;
    box-shadow: 2px 0 2px rgba(0,0,0,.04);
    height: 200px;
}

.container-fluid, .row {
    padding: 0;
    margin: 0;
}

.shop_photo {
    height: 100%;
    width: 100%;
    margin-bottom: 15px;
}

.shop_text {
    padding: 15px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #fff;
}

.shop_text p:first-child, .shop_text p:nth-child(2){
    display: inline;
}

.shop_text p {
    margin: 0;
}

.shop_text h4 {
    margin-top: 0;
}

.cap {
    background: url("../../images/shop/shop_image.jpg") no-repeat;
    background-size: cover;
}

.bras {
    background: url("../../images/shop/shop_image_bras.jpg") no-repeat;
    background-size: cover;
}

.gel {
    background: url("../../images/shop/shop_image_gel.jpg") no-repeat;
    background-size: cover;
}

.sert {
    background: url("../../images/shop/shop_image_sert.jpg") no-repeat;
    background-size: cover;
}

.tktx {
    background: url("../../images/shop/shop_image_tktx.jpg") no-repeat;
    background-size: cover;
}

.dermalize {
    background: url("../../images/shop/shop_image_dermalize.jpg") no-repeat;
    background-size: cover;
}

.suprasorb {
    background: url("../../images/shop/shop_image_suprasorb.jpg") no-repeat;
    background-size: cover;
}

.zbt_shirt {
    background: url("../../images/shop/shop_image_zbt_shirt.jpg") no-repeat;
    background-size: cover;
}

.zbt_polo {
    background: url("../../images/shop/IMG_7943.jpg") no-repeat;
    background-size: cover;
}

.zbt_shirt_normalno {
    background: url("../../images/shop/shop_image_zbt_shirt_normalno.jpg") no-repeat;
    background-size: cover;
}