.store-product .product {
  border-radius: 4px;
  cursor: pointer;
  height: 380px;
  position: relative;
  width: 300px;
  margin: 0 0 30px 0;
  background-color: #f2f2f2;
  border: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin-left: 0; }
  .store-product .product-header-thumb {
    height: 160px;
    background-size: cover;
    position: relative; }
    .store-product .product-header-thumb > img:nth-of-type(1) {
      width: 100%;
      overflow: hidden;
      max-height: 100%;
      filter: blur(40px); }
    .store-product .product-header-thumb > img:nth-of-type(2) {
      position: absolute;
      top: 10%;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 88px;
      border: 2px solid white;
      background-color: white;
      border-radius: 70px; }
  .store-product .product-info {
    box-sizing: border-box;
    position: relative;
    text-align: justify;
    z-index: 1;
    background-color: #f2f2f2; }
    .store-product .product-info-title {
      height: 40px;
      padding: 20px 10px 10px 10px;
      margin-top: -35px;
      font-size: 1.2em;
      font-weight: bold;
      z-index: 1;
      color: #f57674;
      display: block;
      text-transform: uppercase;
      text-align: center;
      font-size: 20px; }
    .store-product .product-info-description {
      padding: 20px;
      padding-top: 50px;
      text-align: center;
      font-size: 16px;
      padding-bottom: 10px;
      height: 180px; }
    .store-product .product-info-price {
      text-align: center;
      display: block;
      margin: 0px auto 0;
      position: relative;
      margin-bottom: 20px;
      font-size: larger;
      font-weight: bold;
      color: #f57674;
      margin-top: 0px; }

.store-product .main-form-record-state-ribbon {
  position: absolute;
  width: 134px;
  overflow: hidden;
  height: 103px;
  right: 0;
  top: 0; }

.store-product .ribbon-color {
  background-color: #32c864;
  border-color: #238b45;
  color: white;
  width: 170px;
  position: absolute;
  z-index: 1;
  transform: rotate(35deg);
  right: -30px;
  top: 25px;
  padding: 3px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25); }

.store-product .ribbon-color-upgrade {
  background-color: #e7aa23;
  border-color: #e7aa23;
  color: white;
  width: 170px;
  position: absolute;
  z-index: 1;
  transform: rotate(35deg);
  right: -30px;
  top: 25px;
  padding: 3px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25); }

@media (min-width: 992px) {
  .store-product .product {
    zoom: 0.85; } }

@media (min-width: 0) {
  .store-product .product {
    width: 100%; }
  .store-product .product-info:before {
    height: 110px;
    top: -43px;
    left: -30%; } }
