.featured-vineyard {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.featured-vineyard:before {
  content: "";
  position: absolute;
  top: -90%;
  left: -90%;
  bottom: 0%;
  width: 200%;
  -webkit-clip-path: circle(50%);
  clip-path: circle(50%);
  background: -o-linear-gradient(315deg, black 40%, rgba(0, 0, 0, 0) 75%);
  background: linear-gradient(135deg, black 40%, rgba(0, 0, 0, 0) 75%);
}

.featured-vineyard h3 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
  margin: 0;
}

.featured-vineyard h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 21px;
}

.featured-vineyard p {
  font-size: 16px;
}

.featured-vineyard p,
.featured-vineyard h3,
.featured-vineyard h4,
.featured-vineyard a {
  color: #fff;
  z-index: 1;
}

.featured-vineyard a {
  text-decoration: underline !important;
  color: #fff !important;
}
.block-title {
  display: none;
}

.featured-product {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  overflow: hidden;
  min-height: 500px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.featured-product br {
  display: none;
}

.featured-product .featured-product__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  z-index: 1;
  background: url(../../inc/img/back-grapes.png), no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 40px;
  padding: 30px 40px 30px 30px;
  text-align: left;
}

.featured-product
  .featured-product__content
  .featured-product__content__details {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.featured-product .featured-product__content h2 {
  color: #315536;
  font-weight: 400;
}

.featured-product .featured-product__content h3 {
  color: #4e4e4e;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
  margin: 0;
}

.featured-product .featured-product__content p {
  font-size: 17px;
}

.featured-product
  .featured-product__content
  .featured-product__content__details
  .product__content__details__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.featured-product
  .featured-product__content
  .featured-product__content__details
  .product__content__details__price
  span:first-child {
  font-size: 26px;
  font-weight: 700;
  font-family: "Lora", serif;
}

.featured-product
  .featured-product__content
  .featured-product__content__details
  .product__content__details__price
  span:last-child {
  font-style: italic;
  font-size: 15px;
  margin-top: -8px;
  color: #222;
}

.featured-product .featured-product__image {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.featured-product .featured-product__image img {
  max-width: 100%;
}

@media all and (min-width: 768px) {
  .featured-product .featured-product__image img {
    max-width: 100vw;
    position: absolute;
    top: 10%;
    right: -70%;
    width: 240%;
    margin: 0;
  }

  .featured-product .featured-product__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
  }

  .featured-product .featured-product__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }
}
@media all and (min-width: 992px) {
  .featured-product .featured-product__image img {
    /* top: -190px;
    right: -215px; */
    top: 30px;
    right: -95px;
    width: 200%;
  }
}

@media all and (min-width: 1200px) {
  .featured-product .featured-product__image img {
    top: -100px;
    right: -195px;
    width: 260%;
  }
}

@media all and (min-width: 768px) {
  .mobile-image {
    display: none;
  }
}

.desktop-image {
  display: none;
}
@media all and (min-width: 768px) {
  .desktop-image {
    display: block;
  }
}
