#d1750857 .p-media-layout__inner {
  position: relative;
}
#d1750857 .p-media-layout__inner .c-heading-3 {
  position: absolute;
  top: 0;
}
#d1750857 .p-media-layout__media {
  padding-top: 3rem;
}
@media (min-width: 667px) {
  #d1750857 .p-media-layout__content {
      flex-grow: 0;
      background-color: rgba(50, 50, 50, 0.5);
      width: 420px;
      padding: 25px;
      height: 600px;
  }
  #d1750857 .p-layout {
      display: none;
  }
  #d1750857 .p-media-layout__inner .c-heading-3 {
      position: relative;
      top: inherit;
  }
  #d1750857 .p-media-layout__media {
      padding-top: inherit;
  }
}




.js-wrap_products {
  display: flex;
  flex-wrap: wrap;
  max-width: var(--width-max-content);
  margin: auto;
}

.js-wrap_products .l-wrapper {
  width: 50%;
}

@media (min-width: 768px) {
  .js-wrap_products .l-wrapper {
    width: 33.3333333333%;
  }
}

.js-wrap_products .p-media-layout__inner {
  flex-direction: column-reverse;
}

@media only screen and (min-width: 769px) {
  .p-media-layout__media {
    max-width: 100%;
  }
}