A6192E

<style>
/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

/* Recipe related styles, including featured recipe block */
.featured-recipe__content {
  color: #fff;
  padding: 3rem 2.5rem 3rem 6rem;
}

.featured-recipe__content p {
  /* font-size: 14px; */
}

.featured-recipe__content .text-btn {
  margin-top: 20px;
  font-family: 'TradeGothicBold', sans-serif;
}

.featured-recipe__content .text-btn:after {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}

.featured-recipe__content p.featured-recipe__title {
  font-size: 32px;
  line-height: 1.2;
}

/* Change the header font to Oswald to support PL characters */
html[lang="pl"] .featured-recipe__content p.featured-recipe__title {
  font-family: "Oswald", â€‹sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}

.featured-recipe__category {
  font-size: 20px !important;
  text-transform: uppercase;
}

/* Change the header font to Oswald to support PL characters */
html[lang="pl"] .featured-recipe__category {
  font-family: "Oswald", â€‹sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}

.featured-recipe__title {
  text-transform: uppercase;
}

.featured-recipe__image {
  overflow: hidden;
}

.featured-recipe__image > .image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%; /* default value: image is centered*/
  -webkit-transition: -webkit-transform .25s ease-in-out;
  transition: -webkit-transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
}

.featured-recipe:hover .featured-recipe__image > .image {
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
}

.featured-recipe:hover .featured-recipe__content .text-btn:after {
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
}

/* Single recipe page */
.recipe-description .page-description__title {
  text-align: left;
}

.recipe-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.recipe-meta__stat {
  color: #A6192E;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}

.recipe-meta__stat .image-icon {
  width: 20px;
  height: auto;
  display: block;
  margin-right: 10px;
}

.recipe--ingredients .ingredients {
  position: relative;
  z-index: 10;
  font-size: 14px;
}

.recipe--ingredients {
  padding: 30px 20px 20px 30px;
  margin-bottom: 40px;
  background: grey;
}

.recipe--ingredients__image {
  position: absolute;
  top: -20%;
  left: -webkit-calc(50% + 25px);
  left: calc(50% + 25px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: none;
  z-index: 0;
  display: none;
  width: 150%;
}

.recipe--steps {
  font-size: 14px;
  padding-top: 30px;
}

.recipe--steps .prepare-steps ol,
.recipe--steps .prepare-steps ul {
  padding-left: 0;
  font-size: 18px;
}

.recipe--steps .prepare-steps ol {
  list-style: none;
  counter-reset: my-awesome-counter;
}
.recipe--steps .prepare-steps ol li {
  list-style: none;
  counter-increment: my-awesome-counter;
}
.recipe--steps .prepare-steps ol li::before {
  content: counter(my-awesome-counter) ". ";
  color: #A6192E;
  font-weight: bold;
}


/* .recipe--steps .prepare-steps ol li,
.recipe--steps .prepare-steps ul li {
  font-size: 1em;
  float: none;
  color: #A6192E;
  background: transparent;
  border-radius: 0;
  margin: 0 .5rem 0 0;
  position: relative;
  left: 0;
} */

.heateor_sss_horizontal_sharing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem
}



@media (max-width: 800px) {
  .heateor_sss_horizontal_sharing {
    display: block;
  }
}

.heateor_sss_horizontal_sharing .heateor_sss_sharing_title {
  margin: 0;
  color: #A6192E;
}

.heateorSssSharing {
  margin-left: 10px !important;
}

.ingredients-product-image-wrap {
  display: none;
  background: grey;
  position: relative;
  height: 100px;
}

@media (min-width: 768px) {
  .recipe--ingredients {
    padding-right: 50px;
    margin-bottom: 200px;
  }
  .recipe--steps {
    padding-left: 50px;
  }
  .recipe--ingredients__image {
    display: block;
    left: 50%;
  }
  .ingredients-product-image-wrap {
    display: block;
    width: -webkit-calc(100% + 25px);
    width: calc(100% + 25px);
  }
}



.recipe--featured-gallery {
  margin-top: 100px;
  /* max-height: 600px; */
  overflow: hidden;
  display: block;
  position: relative;
  /* width: 100vw; */
  /* height: 56.25vw; */
}

.recipe--featured-gallery img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%; /* default value: image is centered*/
}

.recipe--featured-gallery .slick-dots {
  position: absolute;
  top: 0;
  right: 0;
  max-height: 600px;
  height: 100%;
  z-index: 50;
  padding: 0 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.recipe--featured-gallery .slick-dots li {
  background: #fff;
  color: #fff;
  border-radius: 50%;
  overflow: hidden;
  width: 10px;
  height: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px solid transparent;
}

.recipe--featured-gallery .slick-dots li button {
  background: #fff;
  color: #fff;
  border: none;
}

.recipe--featured-gallery .slick-dots li.slick-active {
  background: transparent;
  color: #fff;
  border-color: #fff;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.recipe--featured-gallery .slick-dots li.slick-active button {
  background: transparent;
}






.find-recipes__carousel {
  width: 100vw;
  margin-left: 50%;
  -webkit-transform: translateX(-50vw);
          transform: translateX(-50vw);
}

.find-recipes__carousel .slick-list {
  background: #A6192E;
}
.find-recipes__carousel .slick-dots {
  position: absolute;
  top: 0;
  right: 0;
  /* max-height: 600px; */
  height: 100%;
  z-index: 50;
  padding: 0 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.find-recipes__carousel .slick-dots li {
  background: #fff;
  color: #fff;
  border-radius: 50%;
  overflow: hidden;
  width: 10px;
  height: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px solid transparent;
}

.find-recipes__carousel .slick-dots li button {
  background: #fff;
  color: #fff;
  border: none;
}

.find-recipes__carousel .slick-dots li.slick-active {
  background: transparent;
  color: #fff;
  border-color: #fff;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.find-recipes__carousel .slick-dots li.slick-active button {
  background: transparent;
}

@media (max-width: 800px) {
  .find-recipes__carousel {
    padding-bottom: 30px;
  }
  .featured-recipe__content {
    padding: 3rem;
  }
  .find-recipes__carousel .slick-dots {
    position: absolute;
    /* top: ca100%; */
    top: auto;
    bottom: 5px;
    right: auto;
    left: 0;
    /* max-height: 600px; */
    height: auto;
    width: 100%;
    z-index: 50;
    padding: 0 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 20px;
  }
  .find-recipes__carousel .slick-dots li {
    margin: 0 5px;
    width: 12px;
    height: 12px;
    opacity: 1;
  }
  .find-recipes__carousel .slick-dots li button {
    background: #fff;
    color: #fff;
    /* opacity: 1; */
  }
  .find-recipes__carousel .slick-dots li.slick-active {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}



.featuredRecipe {
  background-color: #A6192E;
}
.featuredRecipeInner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.featuredRecipeContent {
    flex: 1 40%;
    max-width: 40%;
    align-items: center !important;
    display: flex;
}
.featuredRecipeContentInner {
    max-width: 500px;
    margin: 0 auto;
}
.featuredRecipeContentInner * {
    color: white !important;
}
.featuedRecipeImage {
    flex: 1 60%;
    max-width: 60%;
}
</style>
