.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  padding-left: 10px;
  padding-right: 10px;
}

.product .image-box {
  padding-top: 20px;
}

.advertisement {
  height: 100%;
  margin-top: 20px;
}

.advertisement.theme--dark .advertisement__inner {
  background: #0a282b;
}

.advertisement.theme--light .advertisement__inner {
  background: #297d6b;
}

.advertisement.theme--alt .advertisement__inner {
  background: #7b4c28;
}

.advertisement__link:hover .advertisement.theme--dark .advertisement__inner {
  background: #092427;
}

.advertisement__link:hover .advertisement.theme--light .advertisement__inner {
  background: #257060;
}

.advertisement__link:hover .advertisement.theme--alt .advertisement__inner {
  background: #6e4424;
}

.advertisement.theme--dark .advertisement__foreground,
.advertisement.theme--light .advertisement__foreground,
.advertisement.theme--alt .advertisement__foreground {
  bottom: auto;
}

.advertisement__inner {
  color: #fff;
  height: 100%;
  background: #000;
  overflow: hidden;
  position: relative;
  transition: background .25s ease;

  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  
}

.advertisement__inner::before {
  content: "";
  height: 0;
  width: 100%;
  display: block;
  padding-top: 100%;
  margin-bottom: 25%;
}

.advertisement__background,
.advertisement__foreground {
  display: block;
  position: absolute;
}

.advertisement__background {
  opacity: 1;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  min-height: 100%;
  transition: all 0.25s ease;
}

.advertisement__background:before {
  content: "";
  top: 33.33%;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.75) 50%,
    rgba(0, 0, 0, 0) 100%
  );
}

.advertisement__foreground {
  bottom: 0px;
  z-index: 100;
  padding: 25px;
}

.advertisement__icon {
  width: 30px;
  display: block;
  max-width: 100%;
  margin: 0 auto 20px;
}

.advertisement__headline {
  color: #fff !important;
}

.advertisement__content {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}

.advertisement__cta {
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.advertisement__link:hover .advertisement__background,
.advertisement__link:focus .advertisement__background {
  opacity: 0.5;
}
.advertisement__link:hover .advertisement__foreground .advertisement__cta,
.advertisement__link:focus .advertisement__foreground .advertisement__cta {
  text-decoration: underline;
}

@media screen and (max-width: 789px) {
  .product .image-box {
    padding-top: 0;
  }

  .advertisement {
    padding: 5px;
    margin-top: 0;
  }

  .advertisement__inner {
    min-height: 400px;
  }

  .advertisement__inner::before {
    display: none;
  }

  .advertisement__background:before {
    top: 0;
  }

  .advertisement__foreground {
    bottom: auto;
    position: static;
  }
}
