﻿.gifts-logo {
    margin-bottom: 25px;
}

.container {
    line-height: 1;
}

.row {
    position: relative;
    background: url(../../../images/cover-pages/gifts-for-her/ribbon.jpg) no-repeat 0 100%;
    padding: 30px 0 90px;
}

.row:last-child {
    background: transparent;
}

/* row header */
.row-header {
    position: absolute;
    z-index: 2;
    width: 215px;
    font-family: 'Junge', serif;
    line-height: 1;
}

.row-header_busy-lady {
    top: 5%;
    left: 10%;
}

.row-header_fashionista {
    left: 15%;
}

.row-header_art-lover {
    top: 10%;
    left: 18%;
}

    .row-header__title {
        font-size: 23px;
        line-height: 1.3;
        color: #ff0000;
        text-transform: uppercase;
    }

    .row-headre__description {
        font-size: 16px;
    }


/* products */
.products {
    position: relative;
}

.product {
    position: relative;
    float: left;
    width: 33.33%;
}

.product_naughty-kisser {
    margin-top: 135px;
}

.product_naughty-kisser .product__content {
    top: -12%;
    right: 5%;
}

.product_eve-rechargeable {
    margin-top: 90px;
}

.product_eve-rechargeable .product__img {
    text-align: right;
}

.product_eve-rechargeable .product__content {
    top: -30%;
    left: 25%;
}

.product_silicone-massager .product__img {
    text-align: right;
}

.product_silicone-massager .product__content {
    top: 40%;
    left: 20%;
}

.product_c-bunny .product__img {
    text-align: left;
}

.product_c-bunny .product__content {
    top: 40%;
    right: 16%;
}

.product_egg {
    margin-top: 60px;
}

.product_egg .product__img {
    text-align: left;
}

.product_egg .product__content {
    top: 70%;
    right: -10%;
}

.product_vanity-vr-3 {
    margin-top: 20px;
}

.product_vanity-vr-3 .product__img {
    text-align: right;
}

.product_vanity-vr-3 .product__content {
    top: 71%;
    right: 7%;
}

.product_luxury-rabbit .product__img {
    text-align: left;
}

.product_luxury-rabbit .product__content {
    top: 50%;
    left: 40%;
}

.product_pheromone {
    text-align: center;
    margin-top: 35px;
}

.product_pheromone .product__content {
    left: 28%;
}

.product_g-spot .product__img {
    text-align: right;
}

.product_g-spot .product__content {
    top: 20%;
    left: 25%;
}

    .product__img {
        display: block;
        text-align: center;
    }

    .product__content {
        position: absolute;
        line-height: 1.3;
        font-family: 'Lato', sans-serif;
    }
    
        .product__title {
            font-size: 16px;
        }

            .product__link {
                color: #ff0000;
            }

        .product__type {
            font-size: 14px;
            color: #000000;
        }

        .product__price {
            font: bold 20px 'Cinzel Decorative', cursive;
        }