.shop-container-header, .shop-container-cards {
    animation: anim-opacity-full 480ms ease-out;
}

@keyframes anim-opacity-full {
    0% {
        opacity: 0;
      }
      100% {
        opacity: 1;
      }
}

.shop-container-header {
    width: 100%;
    min-height: 350px;
    margin-top: 200px;
}

.shop-text {
    padding-left: 55px;
    padding-right: 55px;
}

.shop-text h2 {
    color: #333;
    font-family: 'Gill Sans Nova', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 23px;
    letter-spacing: .35em;
    line-height: 1.26em;
    text-transform: none;
}

.shop-text p {
    font-family: 'Gill Sans Nova', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    letter-spacing: .05em;
    line-height: 1.9em;
    text-transform: none;
    color: rgba(0, 0, 0, 0.7);
}

.shop-container-cards {
    width: 100%;
    min-height: 500px;
    padding-left: 80px;
    padding-right: 80px;
}

.card-header {
    font-family: 'Gill Sans Nova', sans-serif;
    color: #333;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.26em;
    text-transform: none;
}

.product {
    position: relative;
}

.card-img-top {
    z-index: -1;
}

.product-mark-sold-out {
    position: absolute;
    padding: 1.15em;
    background: #fff;
    color: #1d1d1d;
    line-height: 1em;
    text-align: center;
    text-indent: 0em;
    box-sizing: content-box;
    z-index: 1;
    bottom: 45px;
    right: 25px;
}

.card-text {
    color: rgba(51, 51, 51, 0.7);
}

.sold-out {
    color: #c00;;
}

.card-body a {
    text-decoration: none;
    font-size: 1.3em;
    line-height: 1em;
    color: rgba(51, 51, 51, 0.7);
}

@media (max-width: 992px) {
    .shop-container-header {
margin-bottom: 50px;
    }
  }

  @media (max-width: 770px) {
    .footer-container {
        margin-top: 100px;
    }
  }