.topws-card-fm {
  background-color: white;
  padding: 1rem;
  border-radius: 24px;
  border: 2px solid #aa0e60;
}

.topws-card-fm .topws-title-fm {
  margin-top: 2rem;
  margin-bottom: 5rem;
  text-align: center;
  font-size: 2rem;
}

.topws-card-fm .inner-fm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topws-card-fm .inner-fm .brand-fm {
  font-size: 1.5rem;
  font-weight: 700;
}

.topws-card-fm .inner-fm .score {
  background-color: #aa0e60;
  border-radius: 24px;
  color: white;
  padding: 8px;
}

.topws-card-fm .inner-fm .img-wine {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.topws-card-fm .inner-fm .best-price-fm {
  font-size: 1rem;
  font-weight: 700;
}

.article-region-fm .bg-region-fm {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 50% 50% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: center;
          flex-direction: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  height: 350px;
  z-index: 1;
  position: relative;
}

.article-region-fm .overlay-fm {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.article-region-fm .name-region-fm {
  background-color: #aa0e60;
  padding: 8px;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  z-index: 2;
}

.article-region-fm .card-content-fm {
  background-color: white;
  padding: 12px;
  border-color: 1px solid #efefef;
}

.article-region-fm .card-content-fm h2,
.article-region-fm .card-content-fm h3 {
  margin-top: 2rem;
  background-color: #aa0e60;
  padding: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 0;
}

.article-region-fm .card-content-fm .description-fm {
  margin-top: 1rem;
}

.article-region-fm .card-content-fm .gallery-tetris-fm .gal-item-fm {
  overflow: hidden;
  padding: 3px;
}

.article-region-fm .card-content-fm .gallery-tetris-fm .gal-item-fm .gal-box-fm {
  height: 350px;
  overflow: hidden;
}

.article-region-fm .card-content-fm .gallery-tetris-fm .gal-item-fm .gal-box-fm .gal-photo-fm {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 992px) {
  .topws-card-fm {
    padding: 24px;
  }
}

@media only screen and (min-width: 576px) {
  .topws-card-fm .inner-fm .brand-fm {
    font-size: 2rem;
  }
  .topws-card-fm .inner-fm .img-wine {
    margin-bottom: 0;
  }
  .article-region-fm .bg-region-fm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: flex-end;
            flex-direction: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
/*# sourceMappingURL=style-extension.css.map */