﻿

.wrapper {
    /* margin: 30px; */
    /* padding: 30px; */
    background: #fff;
    width: 100%;
    /* height: 640px; */
    display: flex;
    flex-direction: column;
}

.wrapper-cell {
    display: block;
    margin-bottom: 30px;
}

@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

.animated-background, .text-line, .image {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #F6F6F6;
    background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
    background-size: 800px 104px;
    height: 96px;
    position: relative;
}

.prod.image {
    height: 430px;
    width: 474px;
    border-radius: 10px;
}

.image{
    min-height: 200px;
}

.text {
    /* margin-left: 20px; */
    padding: 1rem;
}

.loadContent {
    display: none;
}

.text-line {
    height: 10px;
    width: 100%;
    margin: 1.2em 0;
    border-radius: 46px;
}

@media (max-width: 599px) {
    .prod.image {
        height: 300px;
    }
}
