.feed.store .product a {
  position: relative;
  display: block;
}
.feed.store .product div.visual {
  position: relative;
  z-index: 2;
}
@media (max-width: 960px) {
  .feed.store .product div.visual img {
    border: 2px solid #ddd;
  }
}
@media (min-width: 961px) {
  .feed.store .product div.visual {
    margin: 0;
    border: 2px solid #ddd;
  }
}
.feed.store .product div.text h2 {
  font-size: 1.5em;
  line-height: 0.93333em;
  margin: 0em;
  padding-top: 0em;
  padding-bottom: 0.13333em;
}
.feed.store .product div.text .price {
  font-size: 1.5em;
  line-height: 1.06667em;
  margin: 0em;
  font-weight: 700;
  color: #4c6fa2;
}
.feed.store .product div.text .description {
  font-size: 0.889em;
  line-height: 1.34983em;
  margin: 0em;
}
@media (max-width: 570px) {
  .feed.store .product div.text .description {
    display: none;
  }
}
.feed.store .product div.text .buy-now {
  display: none;
}
@media (max-width: 570px) {
  .feed.store .product div.text {
    font-size: .75em;
  }
}
@media (min-width: 961px) {
  .feed.store .product div.text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    margin: 0 !important;
    padding: 1.6em;
    opacity: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    transition: opacity 0.23s ease-in-out;
    -moz-transition: opacity 0.23s ease-in-out;
    -ms-transition: opacity 0.23s ease-in-out;
    -o-transition: opacity 0.23s ease-in-out;
    -webkit-transition: -webkit-opacity 0.23s ease-in-out;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .ie7 .feed.store .product div.text {
    behavior: url("/taglib/css/boxsizing.htc");
  }
  .feed.store .product div.text h2 {
    max-height: 3em;
    overflow: hidden;
  }
  .feed.store .product div.text .price {
    color: #95C9FF;
  }
  .feed.store .product div.text .buy-now {
    font-size: 1em;
    line-height: 1.6em;
    padding: 0.8em 1.6em;
    letter-spacing: 0.5em;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    text-indent: .5em;
    text-transform: uppercase;
    color: #fff;
    background-color: #4c6fa2;
    -webkit-appearance: none;
    transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: -webkit-background-color 0.3s ease;
    position: absolute;
    right: 1.6em;
    bottom: 1.6em;
    left: 1.6em;
    padding-right: 0;
    padding-left: 0;
    display: block;
  }
}
@media (min-width: 961px) and (max-width: 570px) {
  .feed.store .product div.text .buy-now {
    padding: 0.8em;
    letter-spacing: 0.125em;
    text-indent: .125em;
  }
}
@media (min-width: 961px) {
  .feed.store .product div.text .buy-now:hover {
    background-color: #6989b8;
  }
}
@media (min-width: 961px) {
  .feed.store .product:hover .text {
    opacity: 1;
  }
}
