@font-face {
  font-family: "Burbank";
  src: url("/themes/custom/nestlecpw/fonts/campaign/trix/BurbankBigCondensed-Bold.woff2") format("woff2"), url("/themes/custom/nestlecpw/fonts/campaign/trix/BurbankBigCondensed-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.node--type-product-campaign.node--view-mode-full {
  background-color: transparent;
  background: none;
}

.layout-main-wrapper {
  background-color: transparent;
  background: linear-gradient(180deg, #e12921 0%, #e54b2f 50.5%, #e12921 100%);
}

.paragraph--type-scroll-marquee .marquee span {
  font-family: "Burbank";
  font-weight: normal;
  font-size: 50px;
}

.paragraph--type-featured .field--name-field-link {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .paragraph--type-featured .field--name-field-link {
    width: auto;
  }
}
.paragraph--type-featured .field--name-field-link a {
  font-family: "Burbank";
  color: var(--primary-data-color);
  background: var(--secondary-data-color);
  font-size: 32px;
  padding: 8px 64px;
}

.paragraph--type-featured .field--name-field-link a:before,
.paragraph--type-featured .field--name-field-link a:after {
  background-color: var(--secondary-data-color);
}

.paragraph--type-featured .field--name-field-link a:hover {
  padding: 8px 70px;
}

.paragraph--type-product-description .field--name-field-link {
  width: 100%;
  text-align: center;
  margin-inline-start: 0;
}

.paragraph--type-product-description .field--name-field-link a {
  font-family: "Burbank" !important;
  color: var(--primary-data-color) !important;
  background: var(--secondary-data-color) !important;
  font-size: 32px !important;
  padding: 8px 64px !important;
  margin-inline-start: 0 !important;
}

@media screen and (min-width: 768px) {
  .paragraph--type-product-description .field--name-field-link {
    width: auto;
    text-align: left;    
  }
  .paragraph--type-product-description .field--name-field-link a {
    margin-inline-start: 32px;
  }
}

.paragraph--type-product-description .field--name-field-link a:before,
.paragraph--type-product-description .field--name-field-link a:after {
  background-color: var(--secondary-data-color) !important;
}

.paragraph--type-product-description .field--name-field-link a:hover {
  padding: 8px 70px !important;
}

.block-ln-ciamlite-newsletter .content .ln-ciamlite-newsletter-banner-title small {
  font-size: inherit;
  color: inherit;
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}

.page-node-type-product-campaign h1.field--name-field-title,
.page-node-type-product-campaign h2.field--name-field-title {
  font-family: "Burbank", Roboto-Bold, sans-serif !important;
  font-size: 3rem !important;
  text-transform: uppercase !important;
}

.page-node-type-product-campaign h3.field--name-field-title {
  font-family: "Burbank", Roboto-Bold, sans-serif !important;
  font-size: 1.25rem !important;
  text-transform: none !important;
}

.field--name-nestlecpw-brand-logo {
  display: none;
}

@media screen and (min-width: 993px) {
  .node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components:before {
    content: "";
    background-image: url("/themes/custom/nestlecpw/images/campaign/trix/231201_CPW_TRIX_Cereal_01_GreenRed 44.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    display: block;
    z-index: 2;
    right: -50px;
    top: 290px;
    width: 135px;
    height: 135px;
  }
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .paragraph--type-text {
  margin: 0 auto;
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .paragraph--type-text .field--name-field-title {
  margin-bottom: 0px;
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .paragraph--type-product-featured {
  position: relative;
}
@media screen and (min-width: 993px) {
  .node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .paragraph--type-product-featured {
    margin-top: 250px;
  }
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .paragraph--type-product-featured .bs-region--main {
  grid-gap: 0 15%;
  flex-direction: column;
}
@media screen and (min-width: 993px) {
  .node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .paragraph--type-product-featured .bs-region--main {
    flex-direction: row;
  }
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .paragraph--type-product-featured .bs-region--main .content_media__wrapper {
  max-width: 100%;
}
@media screen and (min-width: 993px) {
  .node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .paragraph--type-product-featured .bs-region--main .content_media__wrapper {
    max-width: 35%;
  }
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .paragraph--type-product-featured .bs-region--main .content_media__wrapper .field--name-field-image {
  margin-right: auto;
}
@media screen and (min-width: 993px) {
  .node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .paragraph--type-product-featured .bs-region--main .content_media__wrapper .field--name-field-image {
    margin-right: 0;
  }
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .paragraph--type-product-featured .bs-region--main .content_media__wrapper::after {
  background-color: #e12921;
}
@media screen and (min-width: 993px) {
  .node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .paragraph--type-product-featured .bs-region--main .content_media__wrapper::after {
    content: "";
    background-image: url("/themes/custom/nestlecpw/images/campaign/trix/231201_CPW_TRIX_Cereal_01_GreenRed 48.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 120px;
    height: 120px;
    position: absolute;
    display: block;
    left: 35%;
    top: -40%;
    z-index: 2;
    animation: none;
    background-color: transparent;
    border-radius: 0;
    transition: none;
    transform: none;
  }
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .paragraph--type-product-featured .bs-region--main .content_media__wrapper::before {
  content: "";
  background-image: url("/themes/custom/nestlecpw/images/campaign/trix/231201_CPW_TRIX_Cereal_01_GreenRed 45.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100px;
  height: 100px;
  position: absolute;
  display: block;
  left: 0;
  top: -5%;
  z-index: 2;
}
@media screen and (min-width: 993px) {
  .node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .paragraph--type-product-featured .bs-region--main .content_media__wrapper::before {
    top: -30%;
    width: 150px;
    height: 150px;
  }
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .paragraph--type-product-featured .bs-region--main .content_content__wrapper {
  position: relative;
  max-width: 100%;
}
@media screen and (min-width: 993px) {
  .node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .paragraph--type-product-featured .bs-region--main .content_content__wrapper {
    max-width: 50%;
  }
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .paragraph--type-product-featured .bs-region--main .content_content__wrapper::after {
  background-color: #e12921;
  -webkit-transform: translate(0, -50%) scale(0);
  -ms-transform: translate(0, -50%) scale(0);
  transform: translate(0, -50%) scale(0);
  content: "";
  position: absolute;
  display: block;
  z-index: -2;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 100%;
  -webkit-animation: bgShapeAnimation 1s ease-in-out 0.5s infinite alternate;
  animation: bgShapeAnimation 1s ease-in-out 0.5s infinite alternate;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  will-change: transform, opacity;
  top: 50%;
  left: 0;
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .paragraph--type-product-featured .bs-region--main .content_content__wrapper.animated::after {
  -webkit-transform: translate(0, -50%) scale(1);
  -ms-transform: translate(0, -50%) scale(1);
  transform: translate(0, -50%) scale(1);
  opacity: 1;
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .paragraph--type-product-featured:before {
  content: "";
  background-image: url("/themes/custom/nestlecpw/images/campaign/trix/231201_CPW_TRIX_Cereal_01_GreenRed 47.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  display: block;
  z-index: 2;
  width: 100px;
  height: 100px;
  top: -80px;
  right: 5%;
}
@media screen and (min-width: 993px) {
  .node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .paragraph--type-product-featured:before {
    top: -270px;
    right: 10%;
  }
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:has(.paragraph--type-product-description) .paragraph--type-product-description > .bs-region--main {
  flex-direction: column-reverse;
}
@media screen and (min-width: 993px) {
  .node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:has(.paragraph--type-product-description) .paragraph--type-product-description > .bs-region--main {
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:has(.paragraph--type-product-description) .paragraph--type-product-description > .bs-region--main .content_media__wrapper::after {
  left: 0;
  background-color: #e12921;
  opacity: 1;
  animation: none;
}
@media screen and (min-width: 993px) {
  .node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:has(.paragraph--type-product-description) .paragraph--type-product-description > .bs-region--main .content_media__wrapper::after {
    left: -50%;
  }
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:has(.paragraph--type-product-description) .paragraph--type-product-description > .bs-region--main .content_content__wrapper {
  position: relative;
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:has(.paragraph--type-product-description) .paragraph--type-product-description > .bs-region--main .content_content__wrapper::before {
  background-color: #e12921;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50% 0, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  content: "";
  position: absolute;
  display: block;
  z-index: -2;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:has(.paragraph--type-product-description).animated .paragraph--type-product-description > .bs-region--main .content_content__wrapper::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:has(.paragraph--type-featured) .paragraph--type-featured .bs-region--main {
  position: relative;
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:has(.paragraph--type-featured) .paragraph--type-featured .bs-region--main::before {
  content: "";
  background-image: url("/themes/custom/nestlecpw/images/campaign/trix/231201_CPW_TRIX_Cereal_01_GreenRed 49.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  display: block;
  z-index: 2;
  width: 100px;
  height: 100px;
  bottom: -10%;
  right: 5%;
}
@media screen and (min-width: 993px) {
  .node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:has(.paragraph--type-featured) .paragraph--type-featured .bs-region--main::before {
    width: 150px;
    height: 150px;
  }
}
@media screen and (min-width: 993px) {
  .node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:has(.paragraph--type-featured) .paragraph--type-featured .bs-region--main::after {
    content: "";
    background-image: url("/themes/custom/nestlecpw/images/campaign/trix/231201_CPW_TRIX_Cereal_01_GreenRed 48.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    display: block;
    z-index: 2;
    width: 100px;
    height: 100px;
    bottom: -25%;
    right: 0;
  }
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:has(.paragraph--type-featured) .paragraph--type-featured .bs-region--main .featured_content__wrapper.animated::after,
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:has(.paragraph--type-featured) .paragraph--type-featured .bs-region--main .featured_media__wrapper.animated::after {
  background-color: #e12921;
  opacity: 1;
  animation: none;
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:has(.paragraph--type-featured) .paragraph--type-featured .bs-region--main .featured_content__wrapper {
  position: relative;
}
@media screen and (min-width: 993px) {
  .node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:has(.paragraph--type-featured) .paragraph--type-featured .bs-region--main .featured_content__wrapper::before {
    content: "";
    background-image: url("/themes/custom/nestlecpw/images/campaign/trix/231201_CPW_TRIX_Cereal_01_GreenRed 51.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    display: block;
    z-index: 2;
    width: 100px;
    height: 100px;
    top: -35%;
    left: 0;
  }
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:has(.paragraph--type-featured) .paragraph--type-featured .bs-region--main .featured_media__wrapper {
  position: relative;
}
@media screen and (max-width: 992px) {
  .node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:has(.paragraph--type-featured) .paragraph--type-featured .bs-region--main .featured_media__wrapper::after {
    left: 0;
    width: 480px;
    height: 480px;
  }
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:has(.paragraph--type-featured) .paragraph--type-featured .bs-region--main .featured_media__wrapper::before {
  content: "";
  background-image: url("/themes/custom/nestlecpw/images/campaign/trix/231201_CPW_TRIX_Cereal_01_GreenRed 50.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  display: block;
  z-index: 2;
  width: 100px;
  height: 100px;
  top: -1%;
  left: 0;
}
@media screen and (min-width: 993px) {
  .node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:has(.paragraph--type-featured) .paragraph--type-featured .bs-region--main .featured_media__wrapper::before {
    width: 150px;
    height: 150px;
  }
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:has(.paragraph--type-featured) .paragraph--type-featured .bs-region--main .featured_media__wrapper .media--image {
  overflow: visible;
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:has(.paragraph--type-product-game) .paragraph--type-product-game {
  margin-top: 250px;
  margin-bottom: 120px;
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:has(.paragraph--type-product-game) .paragraph--type-product-game .bs-region--main .media_wrapper::before {
  content: "";
  position: absolute;
  display: block;
  z-index: -2;
  background-color: #e12921;
  border-radius: 999px;
  width: 60vw;
  height: 60vw;
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  will-change: transform, opacity;
  top: 50%;
  right: calc(-50% - 15vw);
}
@media screen and (min-width: 768px) {
  .node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:has(.paragraph--type-product-game) .paragraph--type-product-game .bs-region--main .media_wrapper::before {
    right: calc(-50% + 10vw);
    width: 40vw;
    height: 40vw;
  }
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:has(.paragraph--type-product-game) .paragraph--type-product-game .bs-region--main .media_wrapper.animated::after {
  left: 0;
  background-color: #e12921;
  animation: none;
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:has(.paragraph--type-product-game) .paragraph--type-product-game .bs-region--main .media_wrapper.animated::before {
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
@media screen and (max-width: 992px) {
  .node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:has(.paragraph--type-product-game) .paragraph--type-product-game .bs-region--main .media_wrapper:hover .qualifio-wrapper-button {
    top: 50% !important;
    left: 50% !important;
  }
  .node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:has(.paragraph--type-product-game) .paragraph--type-product-game .bs-region--main .media_wrapper .qualifio-wrapper-button {
    top: 50% !important;
    left: 50% !important;
  }
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:has(.paragraph--type-product-game) .paragraph--type-product-game .bs-region--main .media_wrapper .media-blazy-repeat {
  position: absolute;
  margin-top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:has(.paragraph--type-product-game) .paragraph--type-product-game .bs-region--main .media_wrapper .media-blazy-repeat .media-blazy-repeat-item {
  height: 60px;
  width: 60px;
}
@media screen and (min-width: 993px) {
  .node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:has(.paragraph--type-product-game) .paragraph--type-product-game .bs-region--main .media_wrapper .media-blazy-repeat .media-blazy-repeat-item {
    height: 100px;
    width: 100px;
  }
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:has(.paragraph--type-product-game) .paragraph--type-product-game .bs-region--main .media_wrapper .media-blazy-repeat .media-blazy-repeat-item-1 {
  left: 0;
  bottom: 20%;
}
@media screen and (min-width: 993px) {
  .node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:has(.paragraph--type-product-game) .paragraph--type-product-game .bs-region--main .media_wrapper .media-blazy-repeat .media-blazy-repeat-item-1 {
    left: 15%;
  }
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:has(.paragraph--type-product-game) .paragraph--type-product-game .bs-region--main .media_wrapper .media-blazy-repeat .media-blazy-repeat-item-1::before {
  content: "";
  display: block;
  z-index: -2;
  background-image: url("/themes/custom/nestlecpw/images/campaign/trix/231201_CPW_TRIX_Cereal_01_GreenRed 45.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:has(.paragraph--type-product-game) .paragraph--type-product-game .bs-region--main .media_wrapper .media-blazy-repeat .media-blazy-repeat-item-2 {
  left: 20%;
  bottom: 50%;
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:has(.paragraph--type-product-game) .paragraph--type-product-game .bs-region--main .media_wrapper .media-blazy-repeat .media-blazy-repeat-item-2::before {
  content: "";
  display: block;
  z-index: -2;
  background-image: url("/themes/custom/nestlecpw/images/campaign/trix/231201_CPW_TRIX_Cereal_01_GreenRed 46.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:has(.paragraph--type-product-game) .paragraph--type-product-game .bs-region--main .media_wrapper .media-blazy-repeat .media-blazy-repeat-item-3 {
  left: 25%;
  bottom: 20%;
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:has(.paragraph--type-product-game) .paragraph--type-product-game .bs-region--main .media_wrapper .media-blazy-repeat .media-blazy-repeat-item-3::before {
  content: "";
  display: block;
  z-index: -2;
  background-image: url("/themes/custom/nestlecpw/images/campaign/trix/231201_CPW_TRIX_Cereal_01_GreenRed 50.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:has(.paragraph--type-product-game) .paragraph--type-product-game .bs-region--main .media_wrapper .media-blazy-repeat .media-blazy-repeat-item-4 {
  left: 10%;
  bottom: 40%;
}
@media screen and (min-width: 993px) {
  .node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:has(.paragraph--type-product-game) .paragraph--type-product-game .bs-region--main .media_wrapper .media-blazy-repeat .media-blazy-repeat-item-4 {
    left: 30%;
  }
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:has(.paragraph--type-product-game) .paragraph--type-product-game .bs-region--main .media_wrapper .media-blazy-repeat .media-blazy-repeat-item-4::before {
  content: "";
  display: block;
  z-index: -2;
  background-image: url("/themes/custom/nestlecpw/images/campaign/trix/231201_CPW_TRIX_Cereal_01_GreenRed 51.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:has(.paragraph--type-product-game) .paragraph--type-product-game .bs-region--main .media_wrapper .media-blazy-repeat .media-blazy-repeat-item-5 {
  right: 10%;
  bottom: 50%;
}
@media screen and (min-width: 993px) {
  .node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:has(.paragraph--type-product-game) .paragraph--type-product-game .bs-region--main .media_wrapper .media-blazy-repeat .media-blazy-repeat-item-5 {
    right: 30%;
  }
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:has(.paragraph--type-product-game) .paragraph--type-product-game .bs-region--main .media_wrapper .media-blazy-repeat .media-blazy-repeat-item-5::before {
  content: "";
  display: block;
  z-index: -2;
  background-image: url("/themes/custom/nestlecpw/images/campaign/trix/231201_CPW_TRIX_Cereal_01_GreenRed 47.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:has(.paragraph--type-product-game) .paragraph--type-product-game .bs-region--main .media_wrapper .media-blazy-repeat .media-blazy-repeat-item-6 {
  right: 25%;
  bottom: 40%;
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:has(.paragraph--type-product-game) .paragraph--type-product-game .bs-region--main .media_wrapper .media-blazy-repeat .media-blazy-repeat-item-6::before {
  content: "";
  display: block;
  z-index: -2;
  background-image: url("/themes/custom/nestlecpw/images/campaign/trix/231201_CPW_TRIX_Cereal_01_GreenRed 48.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:has(.paragraph--type-product-game) .paragraph--type-product-game .bs-region--main .media_wrapper .media-blazy-repeat .media-blazy-repeat-item-7 {
  right: 18%;
  bottom: 30%;
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:has(.paragraph--type-product-game) .paragraph--type-product-game .bs-region--main .media_wrapper .media-blazy-repeat .media-blazy-repeat-item-7::before {
  content: "";
  display: block;
  z-index: -2;
  background-image: url("/themes/custom/nestlecpw/images/campaign/trix/231201_CPW_TRIX_Cereal_01_GreenRed 49.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:has(.paragraph--type-product-game) .paragraph--type-product-game .bs-region--main .media_wrapper .media-blazy-repeat .media-blazy-repeat-item-8 {
  right: 0;
  bottom: 45%;
}
@media screen and (min-width: 993px) {
  .node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:has(.paragraph--type-product-game) .paragraph--type-product-game .bs-region--main .media_wrapper .media-blazy-repeat .media-blazy-repeat-item-8 {
    right: 15%;
    bottom: 45%;
  }
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:has(.paragraph--type-product-game) .paragraph--type-product-game .bs-region--main .media_wrapper .media-blazy-repeat .media-blazy-repeat-item-8::before {
  content: "";
  display: block;
  z-index: -2;
  background-image: url("/themes/custom/nestlecpw/images/campaign/trix/231201_CPW_TRIX_Cereal_01_GreenRed 50.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:has(.paragraph--type-product-nutritional-table) .paragraph--type-product-nutritional-table {
  position: relative;
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:has(.paragraph--type-product-nutritional-table) .paragraph--type-product-nutritional-table::before {
  content: "";
  background-image: url("/themes/custom/nestlecpw/images/campaign/trix/231201_CPW_TRIX_Cereal_01_GreenRed 44.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  display: block;
  z-index: -2;
  width: 120px;
  height: 120px;
  top: -80px;
  right: 5%;
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:nth-child(8) {
  position: relative;
}
@media screen and (min-width: 993px) {
  .node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:nth-child(8):has(.paragraph--type-scroll-marquee)::before {
    content: "";
    background-image: url("/themes/custom/nestlecpw/images/campaign/trix/231201_CPW_TRIX_Cereal_01_GreenRed 44.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    display: block;
    z-index: -2;
    width: 120px;
    height: 120px;
    left: 10vw;
    top: -10%;
  }
  .node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:nth-child(8):has(.paragraph--type-scroll-marquee):after {
    content: "";
    background-image: url("/themes/custom/nestlecpw/images/campaign/trix/231201_CPW_TRIX_Cereal_01_GreenRed 51.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    display: block;
    z-index: -2;
    width: 120px;
    height: 120px;
    left: 8vw;
    top: 25%;
    transform: rotate(180deg);
  }
}
@media screen and (min-width: 993px) {
  .node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:nth-child(8):has(.paragraph--type-scroll-marquee) .paragraph--type-scroll-marquee::before {
    content: "";
    background-image: url("/themes/custom/nestlecpw/images/campaign/trix/231201_CPW_TRIX_Cereal_01_GreenRed 45.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    display: block;
    z-index: -2;
    width: 100px;
    height: 100px;
    left: 20vw;
    top: 10%;
  }
  .node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:nth-child(8):has(.paragraph--type-scroll-marquee) .paragraph--type-scroll-marquee:after {
    content: "";
    background-image: url("/themes/custom/nestlecpw/images/campaign/trix/231201_CPW_TRIX_Cereal_01_GreenRed 49.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    display: block;
    z-index: -2;
    width: 120px;
    height: 120px;
    right: 5vw;
    bottom: 40%;
  }
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:nth-child(10) {
  padding: 120px 0;
  position: relative;
}
@media screen and (min-width: 993px) {
  .node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:nth-child(10) {
    padding: 150px 0;
  }
}
@media screen and (min-width: 993px) {
  .node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:nth-child(10)::before {
    content: "";
    background-image: url("/themes/custom/nestlecpw/images/campaign/trix/231201_CPW_TRIX_Cereal_01_GreenRed 47.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    display: block;
    z-index: 2;
    width: 120px;
    height: 120px;
    left: 5vw;
    top: 5%;
    transform: rotate(85deg);
  }
  .node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .field__item:nth-child(10):after {
    content: "";
    background-image: url("/themes/custom/nestlecpw/images/campaign/trix/231201_CPW_TRIX_Cereal_01_GreenRed 48.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    display: block;
    z-index: 2;
    width: 100px;
    height: 100px;
    left: 2vw;
    top: 25%;
    transform: rotate(100deg);
  }
}
@media (max-width: 992px) {
  .node--type-product-campaign.node--view-mode-full .product_content__wrapper .paragraph--type-statement-group.paragraph--view-mode-big .field--name-field-subcomponents > .field__item:nth-child(even) {
    left: 0;
  }
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .paragraph--type-statement-group.paragraph--view-mode-big .field--name-field-subcomponents > .field__item .paragraph--type-statement .bs-region--main .animated {
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .paragraph--type-statement-group.paragraph--view-mode-big .field--name-field-subcomponents > .field__item .paragraph--type-statement .bs-region--main .field--name-field-icon {
  padding-bottom: 0;
}
@media (max-width: 992px) {
  .node--type-product-campaign.node--view-mode-full .product_content__wrapper .paragraph--type-statement-group.paragraph--view-mode-big .field--name-field-subcomponents > .field__item .paragraph--type-statement .bs-region--main .field--name-field-icon {
    min-width: 60px;
    height: 60px;
    max-width: 60px;
  }
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .paragraph--type-statement-group.paragraph--view-mode-big .field--name-field-subcomponents > .field__item .paragraph--type-statement .bs-region--main .field--name-field-icon::after {
  content: none;
  display: none;
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .paragraph--type-statement-group.paragraph--view-mode-big .field--name-field-subcomponents > .field__item .paragraph--type-statement .statement_content__wrapper .field--name-field-title {
  font-family: "Burbank", Roboto-Bold, sans-serif;
  font-size: 2rem !important;
  text-align: left !important;
  margin: 0 !important;
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .paragraph--type-statement-group.paragraph--view-mode-default {
  position: relative;
  margin: 150px 0;
}
@media (max-width: 992px) {
  .node--type-product-campaign.node--view-mode-full .product_content__wrapper .paragraph--type-statement-group.paragraph--view-mode-default {
    margin: 50px 0;
  }
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .paragraph--type-statement-group.paragraph--view-mode-default::before {
  background-color: #e12921;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  position: absolute;
  z-index: -2;
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: none;
  top: 50%;
  left: 50%;
}
@media screen and (min-width: 768px) {
  .node--type-product-campaign.node--view-mode-full .product_content__wrapper .paragraph--type-statement-group.paragraph--view-mode-default::before {
    width: 75%;
    display: block;
  }
}
@media screen and (min-width: 993px) {
  .node--type-product-campaign.node--view-mode-full .product_content__wrapper .paragraph--type-statement-group.paragraph--view-mode-default::before {
    width: 55%;
  }
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .paragraph--type-statement-group.paragraph--view-mode-default > .bs-region--main::before {
  content: "";
  background-image: url("/themes/custom/nestlecpw/images/campaign/trix/231201_CPW_TRIX_Cereal_01_GreenRed 49.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  display: block;
  z-index: -2;
  width: 150px;
  height: 150px;
  top: -120px;
  right: 5%;
}
@media screen and (min-width: 993px) {
  .node--type-product-campaign.node--view-mode-full .product_content__wrapper .paragraph--type-statement-group.paragraph--view-mode-default > .bs-region--main::before {
    top: 0%;
    right: 10%;
  }
}
@media screen and (min-width: 993px) {
  .node--type-product-campaign.node--view-mode-full .product_content__wrapper .paragraph--type-statement-group.paragraph--view-mode-default > .bs-region--main::after {
    content: "";
    background-image: url("/themes/custom/nestlecpw/images/campaign/trix/231201_CPW_TRIX_Cereal_01_GreenRed 51.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    display: block;
    z-index: -2;
    width: 100px;
    height: 100px;
    top: -120px;
    right: 5%;
    transform: rotate(180deg);
  }
  .node--type-product-campaign.node--view-mode-full .product_content__wrapper .field--name-field-components .paragraph--type-text .field--name-field-title {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 993px) and (min-width: 768px) {
  .node--type-product-campaign.node--view-mode-full .product_content__wrapper .paragraph--type-statement-group.paragraph--view-mode-default > .bs-region--main::after {
    top: 15%;
    right: 10%;
  }
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .paragraph--type-statement-group.paragraph--view-mode-default > .bs-region--main .field--name-field-title {
  font-size: 55px;
  line-height: 1;
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .paragraph--type-statement-group.paragraph--view-mode-default > .bs-region--main .field--name-field-body {
  color: var(--secondary-data-color);
  margin-top: 0;
  font-family: "Burbank", Roboto-Bold, sans-serif !important;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .node--type-product-campaign.node--view-mode-full .product_content__wrapper .paragraph--type-statement-group.paragraph--view-mode-default > .bs-region--main .field--name-field-body {
    max-width: 60%;
  }
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .paragraph--type-statement-group.paragraph--view-mode-default > .bs-region--main .field--name-field-subcomponents {
  max-width: 100%;
}
@media screen and (min-width: 993px) {
  .node--type-product-campaign.node--view-mode-full .product_content__wrapper .paragraph--type-statement-group.paragraph--view-mode-default > .bs-region--main .field--name-field-subcomponents {
    max-width: 45%;
  }
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .paragraph--type-statement-group.paragraph--view-mode-default > .bs-region--main .field--name-field-subcomponents > .field__item .paragraph--type-statement .field--name-field-icon::after {
  content: none;
  display: none;
}
.node--type-product-campaign.node--view-mode-full .product_content__wrapper .paragraph--type-statement-group.paragraph--view-mode-default > .bs-region--main .field--name-field-subcomponents > .field__item .paragraph--type-statement .bs-region--main .animated {
  grid-gap: 0;
}

.node--type-product-campaign.node--view-mode-full .product_header__wrapper {
  padding: 15vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .node--type-product-campaign.node--view-mode-full .product_header__wrapper {
    padding: 10vw 0 0 0;
  }
}

.node--type-product-campaign.node--view-mode-full .product_header__wrapper .details {
  margin-top: 0;
}
.node--type-product-campaign.node--view-mode-full .product_header__wrapper .details .field--name-field-subtitle {
  font-family: "Burbank", Roboto-Bold, sans-serif;
  font-size: 14vw;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .node--type-product-campaign.node--view-mode-full .product_header__wrapper .details .field--name-field-subtitle {
    font-size: 6vw;
  }
}

@keyframes appearInRotate {
  from {
    transform: translateY(48px) rotate(0deg);
    opacity: 0;
  }
  to {
    transform: translateY(0) rotate(0);
    opacity: 1;
  }
}
.node--type-product-campaign.node--view-mode-full .product_header__wrapper .image {
  position: inherit;
  margin-top: 0;
  display: flex;
  flex-direction: column-reverse;
}
.node--type-product-campaign.node--view-mode-full .product_header__wrapper .image > div {
  transform: none !important;
}
.node--type-product-campaign.node--view-mode-full .product_header__wrapper .image .field--name-field-image {
  max-width: 27vw;
  min-width: 0;
  margin: 0 auto;
  width: 100%;
}
.node--type-product-campaign.node--view-mode-full .product_header__wrapper .image .field--name-field-image .media--image::after {
  display: none;
  content: none;
}
@keyframes horizontal-shaking {
  10%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(20px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-40px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(40px, 0, 0);
  }
}
.node--type-product-campaign.node--view-mode-full .product_header__wrapper .image .blazy--field-background-image {
  width: 100%;
  display: block;
  margin: -10vw auto -5vw auto;
}
@media screen and (min-width: 768px) {
  .node--type-product-campaign.node--view-mode-full .product_header__wrapper .image .blazy--field-background-image {
    margin: -13vw auto -10vw auto;
    max-width: 50vw;
    min-width: 0;
  }
}
.node--type-product-campaign.node--view-mode-full .product_header__wrapper .image .blazy--field-background-image .media--image {
  overflow: visible;
}
.node--type-product-campaign.node--view-mode-full .product_header__wrapper .image .blazy--field-background-image img {
  animation: horizontal-shaking 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition: none;
}
.node--type-product-campaign.node--view-mode-full .product_header__wrapper .image .blazy--field-background-image:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #d0271f;
  display: block;
  position: absolute;
  bottom: -30%;
  border-radius: 50%;
  border-radius: 50%;
  transition: all 1s ease-out;
  transform: translate(-50%, -50%);
  left: 50%;
}
.node--type-product-campaign.node--view-mode-full .product_header__wrapper .image.animated {
  width: 100%;
  height: 100%;
}
.node--type-product-campaign.node--view-mode-full .product_header__wrapper .image.animated .blazy--field-background-image:before {
  width: 100%;
  height: 100%;
}
.node--type-product-campaign.node--view-mode-full .product_header__wrapper .image.animated img {
  transform: rotate(0);
}
.node--type-product-campaign.node--view-mode-full .product_header__wrapper .image .blazy--field-background-image-mobile {
  display: none;
}
.node--type-product-campaign.node--view-mode-full .product_header__wrapper .image .media-blazy-repeat {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 80px;
  left: 0;
  pointer-events: none;
  z-index: 2;
}

.node--type-product-campaign.node--view-mode-full .product_header__wrapper .image .media-blazy-repeat .media-blazy-repeat-item-1 {
  top: 0;
  left: 0;
  width: 100%;
  transform: rotate(0deg);
  position: relative;
  height: 100%;
  display: block;
}
.node--type-product-campaign.node--view-mode-full .product_header__wrapper .image .media-blazy-repeat .media-blazy-repeat-item-1 > div {
  height: 100%;
}
.node--type-product-campaign.node--view-mode-full .product_header__wrapper .image .media-blazy-repeat .media-blazy-repeat-item-1 .field__item {
  position: absolute;
}
.node--type-product-campaign.node--view-mode-full .product_header__wrapper .image .media-blazy-repeat .media-blazy-repeat-item-1 .field__item:nth-child(1) {
  max-width: 170px;
  left: -10%;
  top: 0;
}
@media screen and (min-width: 768px) {
  .node--type-product-campaign.node--view-mode-full .product_header__wrapper .image .media-blazy-repeat .media-blazy-repeat-item-1 .field__item:nth-child(1) {
    max-width: 10vw;
    width: 100%;
    left: 10%;
    top: -7%;
  }
}
.node--type-product-campaign.node--view-mode-full .product_header__wrapper .image .media-blazy-repeat .media-blazy-repeat-item-1 .field__item:nth-child(2) {
  max-width: 170px;
  top: 17%;
}
@media screen and (min-width: 768px) {
  .node--type-product-campaign.node--view-mode-full .product_header__wrapper .image .media-blazy-repeat .media-blazy-repeat-item-1 .field__item:nth-child(2) {
    max-width: 10vw;
    width: 100%;
    top: -12%;
    right: 0;
  }
}
.node--type-product-campaign.node--view-mode-full .product_header__wrapper .image .media-blazy-repeat .media-blazy-repeat-item-1 .field__item:nth-child(3) {
  display: none;
}
@media screen and (min-width: 768px) {
  .node--type-product-campaign.node--view-mode-full .product_header__wrapper .image .media-blazy-repeat .media-blazy-repeat-item-1 .field__item:nth-child(3) {
    display: block;
    max-width: 10vw;
    width: 100%;
    left: 10%;
    top: 25%;
  }
}
.node--type-product-campaign.node--view-mode-full .product_header__wrapper .image .media-blazy-repeat .media-blazy-repeat-item-1 .field__item:nth-child(4) {
  max-width: 65px;
  left: 5%;
  top: 65%;
}
@media screen and (min-width: 768px) {
  .node--type-product-campaign.node--view-mode-full .product_header__wrapper .image .media-blazy-repeat .media-blazy-repeat-item-1 .field__item:nth-child(4) {
    max-width: 12vw;
    right: 15%;
    top: 10%;
    width: 100%;
    left: unset;
  }
}
.node--type-product-campaign.node--view-mode-full .product_header__wrapper .image .media-blazy-repeat .media-blazy-repeat-item-1 .field__item:nth-child(5) {
  display: none;
}
@media screen and (min-width: 768px) {
  .node--type-product-campaign.node--view-mode-full .product_header__wrapper .image .media-blazy-repeat .media-blazy-repeat-item-1 .field__item:nth-child(5) {
    left: 7%;
    top: 55%;
    max-width: 10vw;
    width: 100%;
    display: block;
  }
}
.node--type-product-campaign.node--view-mode-full .product_header__wrapper .image .media-blazy-repeat .media-blazy-repeat-item-1 .field__item:nth-child(6) {
  max-width: 60px;
  right: 0;
  top: 10%;
  transform: rotate(-20deg);
}
@media screen and (min-width: 768px) {
  .node--type-product-campaign.node--view-mode-full .product_header__wrapper .image .media-blazy-repeat .media-blazy-repeat-item-1 .field__item:nth-child(6) {
    right: 10%;
    top: 25%;
    max-width: 10vw;
    width: 100%;
  }
}
.node--type-product-campaign.node--view-mode-full .product_header__wrapper .image .media-blazy-repeat .media-blazy-repeat-item-1 .field__item:nth-child(7) {
  display: none;
}
@media screen and (min-width: 768px) {
  .node--type-product-campaign.node--view-mode-full .product_header__wrapper .image .media-blazy-repeat .media-blazy-repeat-item-1 .field__item:nth-child(7) {
    left: 13%;
    top: 63%;
    max-width: 10vw;
    width: 100%;
    display: block;
  }
}
.node--type-product-campaign.node--view-mode-full .product_header__wrapper .image .media-blazy-repeat .media-blazy-repeat-item-1 .field__item:nth-child(8) {
  max-width: 60px;
  right: 0;
  top: 60%;
  transform: rotate(-20deg);
}
@media screen and (min-width: 768px) {
  .node--type-product-campaign.node--view-mode-full .product_header__wrapper .image .media-blazy-repeat .media-blazy-repeat-item-1 .field__item:nth-child(8) {
    right: -5%;
    top: 50%;
    max-width: 10vw;
    width: 100%;
  }
}
.node--type-product-campaign.node--view-mode-full .product_header__wrapper .image .media-blazy-repeat .media-blazy-repeat-item-1 .field__item:nth-child(9) {
  max-width: 60px;
  right: 0;
  top: 30%;
  transform: rotate(-20deg);
}
@media screen and (min-width: 768px) {
  .node--type-product-campaign.node--view-mode-full .product_header__wrapper .image .media-blazy-repeat .media-blazy-repeat-item-1 .field__item:nth-child(9) {
    right: 8%;
    top: 70%;
    max-width: 10vw;
    width: 100%;
  }
}