/*----------------------------------------------*\
    COLORS
\*----------------------------------------------*/
/*----------------------------------------------*\
    GRID
\*----------------------------------------------*/
/*----------------------------------------------*\
    HEADINGS
\*----------------------------------------------*/
/*----------------------------------------------*\
    FONT
\*----------------------------------------------*/
/*----------------------------------------------*\
   PRIMITIVES
\*----------------------------------------------*/
/*----------------------------------------------*\
    COLORS
\*----------------------------------------------*/
/*----------------------------------------------*\
    GRID
\*----------------------------------------------*/
/*----------------------------------------------*\
    HEADINGS
\*----------------------------------------------*/
/*----------------------------------------------*\
    FONT
\*----------------------------------------------*/
/*----------------------------------------------*\
   PRIMITIVES
\*----------------------------------------------*/
.photo-card-wrapper .photo-card-wrapper-content {
  -webkit-transform: rotateZ(10deg);
  transform: rotateZ(10deg);
  width: 200px; }

.photo-card-wrapper .photo-card {
  width: 100%;
  padding: 13px 10px;
  background-image: url("/assets/system_images/polaroid_small.jpg");
  background-repeat: repeat;
  background-size: 150px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.45), 6px 6px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.45), 6px 6px 3px rgba(0, 0, 0, 0.1);
  background-color: white; }

.photo-card-wrapper .photo-card-image {
  width: 100%;
  padding-bottom: 100%;
  background-position: top center;
  background-size: cover;
  position: relative; }

.photo-card-wrapper .photo-card-name {
  text-align: center;
  padding-top: 13px;
  font-family: "FordsFolly";
  font-size: 19px;
  line-height: 1em;
  word-break: break-word; }

.photo-card-wrapper .additional-image {
  position: absolute;
  max-height: -webkit-calc(100% - 20px);
  max-height: calc(100% - 20px);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.photo-card-wrapper.small .photo-card-wrapper-content {
  width: 80px; }

.photo-card-wrapper.small .photo-card {
  padding: 7px 4px; }

.photo-card-wrapper.small .photo-card-name {
  font-size: 12px;
  padding-top: 7px; }

/*----------------------------------------------*\
   MEDIA
\*----------------------------------------------*/
@media screen and (max-width: 950px) {
  .photo-card-wrapper.small .photo-card-wrapper-content {
    width: 60px; }
  .photo-card-wrapper.small .photo-card {
    padding: 5px 2px; }
  .photo-card-wrapper.small .photo-card-name {
    font-size: 9px;
    padding-top: 5px; } }

.object-catalog[data-type="Document"] .list, .object-catalog[data-type="recipe"] .list {
  padding: 2em 0; }
  .object-catalog[data-type="Document"] .list #CatalogList > .item, .object-catalog[data-type="recipe"] .list #CatalogList > .item {
    width: -webkit-calc(33.333% - 20px);
    width: calc(33.333% - 20px);
    margin: 0 10px 30px;
    padding: 0;
    border-radius: 5px;
    border: 1px solid #EFEFEF;
    background-color: white; }
  .object-catalog[data-type="Document"] .list #CatalogList .frame, .object-catalog[data-type="recipe"] .list #CatalogList .frame {
    min-height: 250px;
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    color: #606060;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent; }
    .object-catalog[data-type="Document"] .list #CatalogList .frame img.main-image, .object-catalog[data-type="recipe"] .list #CatalogList .frame img.main-image {
      max-height: none; }
    .object-catalog[data-type="Document"] .list #CatalogList .frame:hover .media img.main-image, .object-catalog[data-type="recipe"] .list #CatalogList .frame:hover .media img.main-image {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
      -webkit-transition: -webkit-transform 500ms;
      transition: -webkit-transform 500ms;
      transition: transform 500ms;
      transition: transform 500ms, -webkit-transform 500ms; }
  .object-catalog[data-type="Document"] .list #CatalogList .media, .object-catalog[data-type="recipe"] .list #CatalogList .media {
    padding-bottom: 60%;
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 0; }
    .object-catalog[data-type="Document"] .list #CatalogList .media img.main-image, .object-catalog[data-type="recipe"] .list #CatalogList .media img.main-image {
      max-width: 125%;
      -webkit-transition: -webkit-transform 500ms;
      transition: -webkit-transform 500ms;
      transition: transform 500ms;
      transition: transform 500ms, -webkit-transform 500ms;
      border-radius: 0; }
  .object-catalog[data-type="Document"] .list #CatalogList .cnt, .object-catalog[data-type="recipe"] .list #CatalogList .cnt {
    top: 0;
    padding: 0;
    width: 100%;
    font-family: "CoHeadline-Regular"; }
    .object-catalog[data-type="Document"] .list #CatalogList .cnt > .wrapper, .object-catalog[data-type="recipe"] .list #CatalogList .cnt > .wrapper {
      display: block;
      text-align: left;
      padding: 0.8em 1em 0; }
      .object-catalog[data-type="Document"] .list #CatalogList .cnt > .wrapper > span, .object-catalog[data-type="recipe"] .list #CatalogList .cnt > .wrapper > span {
        display: block; }
    .object-catalog[data-type="Document"] .list #CatalogList .cnt .author-entity, .object-catalog[data-type="recipe"] .list #CatalogList .cnt .author-entity {
      color: #BCBCBC; }
    .object-catalog[data-type="Document"] .list #CatalogList .cnt .title, .object-catalog[data-type="recipe"] .list #CatalogList .cnt .title {
      max-height: 4.12em;
      overflow: hidden;
      color: #2b2b2b; }
      .object-catalog[data-type="Document"] .list #CatalogList .cnt .title div, .object-catalog[data-type="recipe"] .list #CatalogList .cnt .title div {
        padding-bottom: 0.8em; }
  .object-catalog[data-type="Document"] .list #CatalogList .labels, .object-catalog[data-type="recipe"] .list #CatalogList .labels {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: left; }
  .object-catalog[data-type="Document"] .list #CatalogList .name-line, .object-catalog[data-type="recipe"] .list #CatalogList .name-line {
    background-color: #6CC0C3;
    padding: 0.5em 1em;
    color: white;
    display: block;
    width: 100%; }
    .object-catalog[data-type="Document"] .list #CatalogList .name-line .name-line-content, .object-catalog[data-type="recipe"] .list #CatalogList .name-line .name-line-content {
      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;
      width: 100%; }
    .object-catalog[data-type="Document"] .list #CatalogList .name-line .name, .object-catalog[data-type="recipe"] .list #CatalogList .name-line .name {
      line-height: 1em; }
    .object-catalog[data-type="Document"] .list #CatalogList .name-line .preparation, .object-catalog[data-type="recipe"] .list #CatalogList .name-line .preparation {
      white-space: nowrap;
      padding-left: 10px; }
  .object-catalog[data-type="Document"] .list #CatalogList .photo-card-wrapper, .object-catalog[data-type="recipe"] .list #CatalogList .photo-card-wrapper {
    padding: 20px 25px; }

[data-is-photo-card="true"] .photo-card-wrapper {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s; }

[data-is-photo-card="true"] .author-entity {
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s; }

[data-is-photo-card="true"].show-photo-card .photo-card-wrapper,
[data-is-photo-card="true"].show-photo-card .author-entity {
  opacity: 1; }

/*----------------------------------------------*\
   MEDIA
\*----------------------------------------------*/
@media screen and (min-width: 951px) and (max-width: 1190px) {
  .object-catalog[data-type="Document"] #CatalogList .photo-card-wrapper, .object-catalog[data-type="recipe"] #CatalogList .photo-card-wrapper {
    padding: 15px 20px; }
    .object-catalog[data-type="Document"] #CatalogList .photo-card-wrapper .photo-card-wrapper-content, .object-catalog[data-type="recipe"] #CatalogList .photo-card-wrapper .photo-card-wrapper-content {
      width: 60px; }
    .object-catalog[data-type="Document"] #CatalogList .photo-card-wrapper .photo-card, .object-catalog[data-type="recipe"] #CatalogList .photo-card-wrapper .photo-card {
      padding: 7px 2px; }
    .object-catalog[data-type="Document"] #CatalogList .photo-card-wrapper .photo-card-name, .object-catalog[data-type="recipe"] #CatalogList .photo-card-wrapper .photo-card-name {
      font-size: 9px;
      padding-top: 7px; } }

@media screen and (max-width: 950px) {
  .object-catalog[data-type="Document"] .list #CatalogList > .item, .object-catalog[data-type="recipe"] .list #CatalogList > .item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px); } }

@media screen and (max-width: 650px) {
  .object-catalog[data-type="Document"] .list #CatalogList > .item, .object-catalog[data-type="recipe"] .list #CatalogList > .item {
    width: 380px; }
  .object-catalog[data-type="Document"] .list #CatalogList .frame, .object-catalog[data-type="recipe"] .list #CatalogList .frame {
    min-height: auto; } }

@media screen and (max-width: 450px) {
  .object-catalog[data-type="Document"] .list #CatalogList > .item, .object-catalog[data-type="recipe"] .list #CatalogList > .item {
    width: -webkit-calc(100% - 34px);
    width: calc(100% - 34px);
    margin: 0 17px 30px; }
  .object-catalog[data-type="Document"] .list #CatalogList .photo-card-wrapper, .object-catalog[data-type="recipe"] .list #CatalogList .photo-card-wrapper {
    padding: 15px 20px; } }

.object-entities-card .entities-card-list {
  padding: 15px 0 25px;
  font-family: inherit; }

.object-entities-card [data-card-type="product"] .object-catalog .labels .favourites .icon-favorite-border {
  font-family: "icomoon" !important;
  font-size: 13px;
  margin-bottom: -8px;
  font-style: normal; }
  .object-entities-card [data-card-type="product"] .object-catalog .labels .favourites .icon-favorite-border:before {
    content: '\e908';
    width: auto;
    height: auto;
    display: inline;
    background: none;
    margin: 0; }

.object-entities-card [data-card-type="documents"] .object-catalog[data-type="Document"] .list #CatalogList > .item, .object-entities-card [data-card-type="documents"] .object-catalog[data-type="recipe"] .list #CatalogList > .item {
  min-width: 400px; }

.cnt-section .col-12 .object-entities-card [data-card-type="product"] .object-catalog .list > .wrapper,
.cnt-section .col-11 .object-entities-card [data-card-type="product"] .object-catalog .list > .wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.Leading .object-entities-card [data-card-type="product"] {
  padding-top: 0; }
  .Leading .object-entities-card [data-card-type="product"] .object-catalog .list > .wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px; }
    .Leading .object-entities-card [data-card-type="product"] .object-catalog .list > .wrapper > .item {
      max-width: 260px;
      min-width: 220px;
      width: 33.3333%;
      padding: 0 0 2.2rem; }
      .Leading .object-entities-card [data-card-type="product"] .object-catalog .list > .wrapper > .item span.media-wrapper {
        position: absolute;
        width: 100%;
        display: block;
        height: 100%;
        padding: 22px 35px 0 35px; }
        .Leading .object-entities-card [data-card-type="product"] .object-catalog .list > .wrapper > .item span.media-wrapper > span {
          display: block;
          width: 100%;
          height: 100%;
          position: relative;
          border-radius: 5px;
          overflow: hidden; }
      .Leading .object-entities-card [data-card-type="product"] .object-catalog .list > .wrapper > .item .cnt .wrapper .name,
      .Leading .object-entities-card [data-card-type="product"] .object-catalog .list > .wrapper > .item .cnt .wrapper .partner {
        font-size: 16px;
        font-weight: normal;
        font-family: "CoHeadline-Light";
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        color: #606060; }
      .Leading .object-entities-card [data-card-type="product"] .object-catalog .list > .wrapper > .item .cnt .wrapper .price {
        padding-top: 8px;
        font-size: 16px;
        font-weight: normal;
        font-family: "CoHeadline-Light";
        color: #454e53; }
        .Leading .object-entities-card [data-card-type="product"] .object-catalog .list > .wrapper > .item .cnt .wrapper .price .actual-price span {
          font-size: 18px;
          font-family: "CoHeadline-Regular"; }
      .Leading .object-entities-card [data-card-type="product"] .object-catalog .list > .wrapper > .item .cnt .wrapper .amount-euro {
        color: #454e53;
        font-size: 12px; }
      .Leading .object-entities-card [data-card-type="product"] .object-catalog .list > .wrapper > .item .media {
        border-radius: 0;
        overflow: visible; }
        .Leading .object-entities-card [data-card-type="product"] .object-catalog .list > .wrapper > .item .media img {
          max-height: 120%; }
      .Leading .object-entities-card [data-card-type="product"] .object-catalog .list > .wrapper > .item .frame {
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 1rem 0; }
      .Leading .object-entities-card [data-card-type="product"] .object-catalog .list > .wrapper > .item .labels .right-labels {
        right: 8px;
        top: -5px; }
      .Leading .object-entities-card [data-card-type="product"] .object-catalog .list > .wrapper > .item .labels .favourites,
      .Leading .object-entities-card [data-card-type="product"] .object-catalog .list > .wrapper > .item .labels .category {
        display: none; }
      .Leading .object-entities-card [data-card-type="product"] .object-catalog .list > .wrapper > .item .labels .promotion {
        width: 50px;
        height: 50px; }
      .Leading .object-entities-card [data-card-type="product"] .object-catalog .list > .wrapper > .item .labels .bottom-labels {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        padding: 0 35px;
        bottom: -1px; }
        .Leading .object-entities-card [data-card-type="product"] .object-catalog .list > .wrapper > .item .labels .bottom-labels .label-item {
          font-size: 12px;
          text-shadow: none;
          padding: 2px 5px;
          background-color: transparent !important;
          color: #454e53 !important;
          background-image: url("/assets/system_images/footer-image.jpg"); }
          .Leading .object-entities-card [data-card-type="product"] .object-catalog .list > .wrapper > .item .labels .bottom-labels .label-item:last-of-type {
            border-radius: 0 0 5px 5px; }
      .Leading .object-entities-card [data-card-type="product"] .object-catalog .list > .wrapper > .item.superdeal .frame {
        border-radius: 10px; }
      .Leading .object-entities-card [data-card-type="product"] .object-catalog .list > .wrapper > .item.superdeal .cnt .wrapper {
        color: white; }
        .Leading .object-entities-card [data-card-type="product"] .object-catalog .list > .wrapper > .item.superdeal .cnt .wrapper .name,
        .Leading .object-entities-card [data-card-type="product"] .object-catalog .list > .wrapper > .item.superdeal .cnt .wrapper .partner,
        .Leading .object-entities-card [data-card-type="product"] .object-catalog .list > .wrapper > .item.superdeal .cnt .wrapper .price,
        .Leading .object-entities-card [data-card-type="product"] .object-catalog .list > .wrapper > .item.superdeal .cnt .wrapper .old-price,
        .Leading .object-entities-card [data-card-type="product"] .object-catalog .list > .wrapper > .item.superdeal .cnt .wrapper .amount-euro {
          color: white; }

/*----------------------------------------------*\
   MEDIA
\*----------------------------------------------*/
@media screen and (max-width: 950px) {
  .object-entities-card [data-card-type="product"] .object-catalog .list > .wrapper > .item .labels .favourites .icon-favorite-border {
    font-size: 11px;
    margin-bottom: -9px; }
  .Leading .object-entities-card [data-card-type="product"] .object-catalog .list > .wrapper {
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .Leading .object-entities-card [data-card-type="product"] .object-catalog .list > .wrapper > .item {
      min-width: 200px;
      padding: 0 5px; }
  .product-card-section > .columns > .row .col-1,
  .product-card-section > .columns > .row .col-2,
  .product-card-section > .columns > .row .col-3,
  .product-card-section > .columns > .row .col-4,
  .product-card-section > .columns > .row .col-5,
  .product-card-section > .columns > .row .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%; }
  .product-card-section > .columns > .row .col-7,
  .product-card-section > .columns > .row .col-8,
  .product-card-section > .columns > .row .col-9,
  .product-card-section > .columns > .row .col-10,
  .product-card-section > .columns > .row .col-11,
  .product-card-section > .columns > .row .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .product-card-section > .columns > .row .object-card .card-text,
  .product-card-section > .columns > .row .object-card .card-title {
    text-align: center;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none; }
  .product-card-section > .columns > .row .object-card .card-action {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media screen and (max-width: 650px) {
  .object-entities-card [data-card-type="documents"] .object-catalog[data-type="Document"] .list #CatalogList > .item, .object-entities-card [data-card-type="documents"] .object-catalog[data-type="recipe"] .list #CatalogList > .item {
    max-width: 400px;
    min-width: auto; }
  .object-entities-card [data-card-type="product"] {
    padding: 1.5em 10px; }
  .product-card-section > .columns > .row .col-1,
  .product-card-section > .columns > .row .col-2,
  .product-card-section > .columns > .row .col-3,
  .product-card-section > .columns > .row .col-4,
  .product-card-section > .columns > .row .col-5,
  .product-card-section > .columns > .row .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .Leading .object-entities-card [data-card-type="product"] {
    padding-top: 1.5em; }
    .Leading .object-entities-card [data-card-type="product"] .object-catalog .list > .wrapper > .item {
      width: 100%;
      max-width: 100%;
      margin-bottom: 20px; }
      .Leading .object-entities-card [data-card-type="product"] .object-catalog .list > .wrapper > .item .frame {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0;
        height: 100%; }
      .Leading .object-entities-card [data-card-type="product"] .object-catalog .list > .wrapper > .item .media {
        margin-bottom: 0;
        padding-bottom: 35%;
        width: 35%; }
        .Leading .object-entities-card [data-card-type="product"] .object-catalog .list > .wrapper > .item .media img {
          max-width: 110%; }
      .Leading .object-entities-card [data-card-type="product"] .object-catalog .list > .wrapper > .item .cnt {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 30px 20px 20px 0;
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        display: block !important; }
      .Leading .object-entities-card [data-card-type="product"] .object-catalog .list > .wrapper > .item span.media-wrapper {
        padding: 22px 30px 0 0; }
      .Leading .object-entities-card [data-card-type="product"] .object-catalog .list > .wrapper > .item .labels .bottom-labels {
        padding: 0 30px 0 0; }
    .Leading .object-entities-card [data-card-type="product"] .object-catalog .slick-slider {
      margin-left: -1em;
      margin-right: -1em;
      width: auto; }
      .Leading .object-entities-card [data-card-type="product"] .object-catalog .slick-slider .slick-list .slick-track .slick-slide {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.3;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out;
        position: relative;
        z-index: 1; }
        .Leading .object-entities-card [data-card-type="product"] .object-catalog .slick-slider .slick-list .slick-track .slick-slide .right-labels {
          left: 10px; }
          .Leading .object-entities-card [data-card-type="product"] .object-catalog .slick-slider .slick-list .slick-track .slick-slide .right-labels .favourites {
            position: absolute;
            right: 10px; }
        .Leading .object-entities-card [data-card-type="product"] .object-catalog .slick-slider .slick-list .slick-track .slick-slide .product-promotion-wrapper {
          margin-top: 40px; }
        .Leading .object-entities-card [data-card-type="product"] .object-catalog .slick-slider .slick-list .slick-track .slick-slide.slick-active {
          opacity: 1;
          z-index: 2;
          -webkit-transform: scale(1.2);
          transform: scale(1.2);
          -webkit-transition: all .3s ease 0.3s;
          transition: all .3s ease 0.3s; }
          .Leading .object-entities-card [data-card-type="product"] .object-catalog .slick-slider .slick-list .slick-track .slick-slide.slick-active .labels {
            z-index: 1; }
      .Leading .object-entities-card [data-card-type="product"] .object-catalog .slick-slider .slick-dots li {
        cursor: pointer;
        width: 10px;
        height: 10px; }
        .Leading .object-entities-card [data-card-type="product"] .object-catalog .slick-slider .slick-dots li:before {
          display: none; }
        .Leading .object-entities-card [data-card-type="product"] .object-catalog .slick-slider .slick-dots li button {
          width: 10px;
          height: 10px; }
          .Leading .object-entities-card [data-card-type="product"] .object-catalog .slick-slider .slick-dots li button:before {
            font-size: 0;
            border: 1px solid #273582;
            border-radius: 50%;
            opacity: 1;
            width: 10px;
            height: 10px;
            -webkit-transition: all .4s ease-out;
            transition: all .4s ease-out; }
      .Leading .object-entities-card [data-card-type="product"] .object-catalog .slick-slider .slick-dots li.slick-active button:before {
        background-color: #273582;
        -webkit-transition: all .4s ease-out;
        transition: all .4s ease-out; }
      .Leading .object-entities-card [data-card-type="product"] .object-catalog .slick-slider .slick-slide .media {
        /* width: 315px; */ }
    .Leading .object-entities-card [data-card-type="product"] .object-catalog .list .cnt {
      display: none; }
    .Leading .object-entities-card [data-card-type="product"] .object-catalog .item {
      margin-top: 5px; }
      .Leading .object-entities-card [data-card-type="product"] .object-catalog .item .frame {
        margin: 0;
        border-radius: 17px;
        background-color: white; } }

@media screen and (max-width: 480px) {
  .Leading .object-entities-card [data-card-type="product"] .object-catalog .list > .wrapper > .item .cnt {
    padding-right: 0;
    padding-top: 20px;
    padding-left: 10px; }
    .Leading .object-entities-card [data-card-type="product"] .object-catalog .list > .wrapper > .item .cnt .wrapper .name,
    .Leading .object-entities-card [data-card-type="product"] .object-catalog .list > .wrapper > .item .cnt .wrapper .partner {
      padding: 0;
      font-size: 14px; }
    .Leading .object-entities-card [data-card-type="product"] .object-catalog .list > .wrapper > .item .cnt .wrapper .price {
      font-size: 14px;
      padding-top: 3px; }
      .Leading .object-entities-card [data-card-type="product"] .object-catalog .list > .wrapper > .item .cnt .wrapper .price .actual-price span {
        font-size: 15px; }
  .Leading .object-entities-card [data-card-type="product"] .object-catalog .list > .wrapper > .item .media {
    padding-bottom: 38%;
    width: 35%; }
    .Leading .object-entities-card [data-card-type="product"] .object-catalog .list > .wrapper > .item .media img {
      max-width: 100%; }
  .Leading .object-entities-card [data-card-type="product"] .object-catalog .list > .wrapper > .item .labels .promotion img {
    width: 38px; }
  .Leading .object-entities-card [data-card-type="product"] .object-catalog .list > .wrapper > .item .labels .right-labels {
    right: -14px;
    top: -3px; }
  .Leading .object-entities-card [data-card-type="product"] .object-catalog .list > .wrapper > .item .labels .bottom-labels {
    padding: 0 4px 0 0; }
  .Leading .object-entities-card [data-card-type="product"] .object-catalog .list > .wrapper > .item span.media-wrapper {
    padding: 10px 4px 0 0; } }

/*# sourceMappingURL=../../maps/objects/custom-entity-card.css.map */
