/* REWE Shop Color Palette */
/* Gray Range */
/* Main Colors */
/* Special Colors */
/* This is just a proxy to import the rewe-shop-colors*/
.rsss-background-overlay,
.rsss-background-overlay--shown,
.rsss-background-overlay--shown-beyond-header {
  opacity: 0;
  background-color: #4a4a4a;
  width: 0;
  height: 0;
  position: fixed;
  top: 101px;
  left: 0;
  z-index: 5; }

@media (max-width: 767px) {
  .rsss-background-overlay--shown,
  .rsss-background-overlay--shown-beyond-header {
    width: 100vw;
    height: 100vh;
    opacity: 0.5; }
  .rsss-background-overlay--shown-beyond-header {
    top: 0; } }

/* REWE Shop Color Palette */
/* Gray Range */
/* Main Colors */
/* Special Colors */
/* This is just a proxy to import the rewe-shop-colors*/
.rsss-all-results-container {
  width: 100%;
  background-color: #f6f6f6;
  box-sizing: border-box;
  padding: 16px; }

.rsss-all-results-link {
  text-decoration: none;
  margin: 0 auto;
  display: block;
  width: min-content; }

.rsss-all-results-button {
  font-family: "UnitRoundedOT", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  display: flex;
  padding: 12px;
  justify-content: center;
  line-height: 1.5;
  width: 288px;
  height: 48px;
  border: 0;
  border-radius: 2px;
  background-color: #6fbd14;
  color: #ffffff;
  cursor: pointer; }

.rsss-all-results-button-selected {
  display: inherit; }

/* meso include definitions addToCart */
/* REWE Shop Color Palette */
/* Gray Range */
/* Main Colors */
/* Special Colors */
/* This is just a proxy to import the rewe-shop-colors*/
.rsss-addToCartHandler-wrapper {
  position: relative; }

/* REWE Shop Color Palette */
/* Gray Range */
/* Main Colors */
/* Special Colors */
/* This is just a proxy to import the rewe-shop-colors*/
.rsss-price__display, .rsss-price__display--offer {
  font-family: "UnitRoundedOT", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-align: right;
  white-space: nowrap;
  margin-bottom: 8px; }

.rsss-price__display {
  color: #4a4a4a;
  margin-bottom: 8px; }

.rsss-price__display--offer {
  color: #fb5449; }

.rsss-price__display--pre-offer {
  color: #fb5449;
  font-family: "UnitRoundedOT", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-decoration: line-through;
  font-size: 14px;
  float: right; }

.rsss-price__discount {
  color: #fb5449;
  font-family: "UnitRoundedOT", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 14px; }
  @media (max-width: 479px) {
    .rsss-price__discount {
      padding-left: 104px; } }

/* REWE Shop Color Palette */
/* Gray Range */
/* Main Colors */
/* Special Colors */
/* This is just a proxy to import the rewe-shop-colors*/
.rsss-offerBadgeText {
  font-size: 16px;
  font-family: "UnitRoundedOT", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-align: center; }

/* REWE Shop Color Palette */
/* Gray Range */
/* Main Colors */
/* Special Colors */
/* This is just a proxy to import the rewe-shop-colors*/
.rsss-productBadges {
  position: relative;
  top: -24px;
  margin-left: 16px;
  max-width: 88px;
  overflow: hidden;
  display: flex; }
  @media (max-width: 767px) {
    .rsss-productBadges {
      top: -16px;
      overflow: unset; } }
  .rsss-productBadges svg + svg {
    margin-left: 8px; }

.rsss-badgeItem {
  margin: 0;
  padding: 0;
  pointer-events: all; }

.rsss-badgeItem + .rsss-badgeItem {
  margin-left: 8px; }

/* REWE Shop Color Palette */
/* Gray Range */
/* Main Colors */
/* Special Colors */
/* This is just a proxy to import the rewe-shop-colors*/
.rsss-product-image {
  width: 88px;
  height: 88px;
  margin-left: 16px;
  margin-right: 16px; }

.rsss-product-image__link {
  display: inline-block;
  max-height: 88px;
  position: relative;
  margin-top: 16px; }
  .rsss-product-image__link.rsss-product-image__link-partner {
    margin-top: 0; }

.rsss-product-partner-badge {
  margin-top: 8px;
  width: 112px;
  height: 24px;
  font-family: "UnitRoundedOT", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  padding-left: 16px;
  padding-right: 8px;
  line-height: 24px;
  background-color: #285f86;
  color: #ffffff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  box-sizing: border-box;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px; }

/* REWE Shop Color Palette */
/* Gray Range */
/* Main Colors */
/* Special Colors */
/* This is just a proxy to import the rewe-shop-colors*/
.rsss-ProductActionsNotBuyable {
  font-family: "UnitRoundedOT", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #1d97e2;
  display: block;
  text-align: center;
  padding: 5px;
  border-radius: 2px;
  border: 1px solid;
  height: 48px; }

/* REWE Shop Color Palette */
/* Gray Range */
/* Main Colors */
/* Special Colors */
/* This is just a proxy to import the rewe-shop-colors*/
.rsss-view-button {
  font-family: "UnitRoundedOT", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  background: #6fbd14;
  border: 0;
  border-radius: 2px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  height: 36px;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  width: 100%; }
  .rsss-view-button:hover {
    background: #61a71b;
    cursor: pointer; }

/* REWE Shop Color Palette */
/* Gray Range */
/* Main Colors */
/* Special Colors */
/* This is just a proxy to import the rewe-shop-colors*/
.rsss-product {
  border-top: 1px solid #cccccc;
  display: flex;
  flex-wrap: wrap;
  min-height: 108px; }
  .rsss-product.rsss-product-partner {
    height: 136px; }
    @media (max-width: 767px) {
      .rsss-product.rsss-product-partner {
        height: unset; } }
    @media (max-width: 479px) {
      .rsss-product.rsss-product-partner {
        height: unset; } }
  @media (max-width: 767px) {
    .rsss-product {
      height: unset; } }
  @media (max-width: 479px) {
    .rsss-product {
      height: unset; } }
  .rsss-product:first-child, .rsss-product--selected:first-child {
    border-top: 0; }
  .rsss-product:last-child, .rsss-product--selected:last-child {
    border-bottom: 1px solid #cccccc; }
  .rsss-product__title-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-right: 16px;
    width: calc(100% - 210px - 120px - 16px); }
    @media (max-width: 767px) {
      .rsss-product__title-container {
        width: calc(50% - 60px - 32px); } }
    @media (max-width: 479px) {
      .rsss-product__title-container {
        width: calc(100% - 120px - 16px); } }
  .rsss-product__description {
    width: 100%;
    padding-right: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .rsss-product .rsss-product__title {
    font-family: "UnitRoundedOT", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #4a4a4a;
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 8px;
    text-decoration: none;
    margin-top: 16px;
    white-space: pre-wrap; }
  .rsss-product .rsss-product__title-partner {
    margin-top: 0; }
  .rsss-product__price-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 16px 16px 16px 0;
    width: 210px; }
    @media (max-width: 767px) {
      .rsss-product__price-container {
        width: calc(50% - 60px + 16px); } }
    @media (max-width: 479px) {
      .rsss-product__price-container {
        width: 100%;
        margin-left: 16px; } }
  .rsss-product__grammage-deposit {
    color: #4a4a4a;
    font-family: "UnitRoundedOT", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    min-height: 14px; }
  .rsss-product__merchant-name {
    font-family: "UnitRoundedOT-Medi", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #285f86;
    margin-top: 8px; }
  .rsss-product__interactions {
    min-width: 210px;
    /* width of addToBasket include MediumFav*/ }

.rsss-product-selected {
  background-color: #f6f6f6; }

.rsss-product-list {
  list-style: none;
  margin: 0;
  padding: 0; }

/* REWE Shop Color Palette */
/* Gray Range */
/* Main Colors */
/* Special Colors */
/* This is just a proxy to import the rewe-shop-colors*/
.rsss-flyout,
.rsss-flyout--shown {
  visibility: hidden;
  display: flex;
  flex-direction: row;
  border: 1px solid #cccccc;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-top: 1rem;
  width: 40rem;
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 40;
  background: #ffffff; }
  @media (max-width: 767px) {
    .rsss-flyout,
    .rsss-flyout--shown {
      width: 100%; } }
  .rsss-flyout__arrow-inner, .rsss-flyout__arrow-outer,
  .rsss-flyout--shown__arrow-inner,
  .rsss-flyout--shown__arrow-outer {
    position: absolute;
    left: 30px;
    transform: rotate(-90deg); }
    @media (max-width: 767px) {
      .rsss-flyout__arrow-inner, .rsss-flyout__arrow-outer,
      .rsss-flyout--shown__arrow-inner,
      .rsss-flyout--shown__arrow-outer {
        display: none; } }
  .rsss-flyout__arrow-inner,
  .rsss-flyout--shown__arrow-inner {
    color: #ffffff;
    top: -11px; }
  .rsss-flyout__arrow-outer,
  .rsss-flyout--shown__arrow-outer {
    color: #cccccc;
    top: -12px; }
  .rsss-flyout__suggestions,
  .rsss-flyout--shown__suggestions {
    width: 100%; }

.rsss-flyout--shown {
  visibility: visible; }

/* REWE Shop Color Palette */
/* Gray Range */
/* Main Colors */
/* Special Colors */
/* This is just a proxy to import the rewe-shop-colors*/
.rsss-search-input {
  border: 1px solid #cccccc;
  position: relative;
  z-index: 5; }
  @media (max-width: 767px) {
    .rsss-search-input {
      width: 100%;
      border: 8px solid #cc071e;
      background: #cc071e; } }
  @media (max-width: 979px) {
    .rsss-search-input {
      width: 100%; } }
  @media (min-width: 980px) and (max-width: 1439px) {
    .rsss-search-input {
      width: 440px; } }
  @media (min-width: 1440px) {
    .rsss-search-input {
      width: 640px; } }
  .rsss-search-input__form {
    margin: 0; }
  .rsss-search-input__input-field {
    border: 0;
    color: #4a4a4a;
    font-family: "UnitRoundedOT", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    height: 45px;
    line-height: 1.5;
    margin: 0;
    padding: 10px;
    width: 100%;
    outline: 0; }
    .rsss-search-input__input-field::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #4a4a4a; }
    .rsss-search-input__input-field::-moz-placeholder {
      /* Firefox 19+ */
      color: #4a4a4a; }
    .rsss-search-input__input-field:-ms-input-placeholder {
      /* IE 10+ */
      color: #4a4a4a; }
    .rsss-search-input__input-field:-moz-placeholder {
      /* Firefox 18- */
      color: #4a4a4a; }
    @media (max-width: 767px) {
      .rsss-search-input__input-field {
        border-radius: 2px;
        -webkit-appearance: none !important; } }
  .rsss-search-input__reset-button, .rsss-search-input__submit-button {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #ffffff;
    border: 0;
    border-radius: 0;
    color: #4a4a4a;
    height: 45px;
    outline: 0;
    padding: 0;
    position: absolute;
    width: 45px; }
  .rsss-search-input__reset-button {
    top: 0;
    right: 45px;
    transition: opacity 0.3s; }
  .rsss-search-input__submit-button {
    border-left: 1px solid #cccccc;
    right: 0;
    top: 0; }
    @media (max-width: 979px) {
      .rsss-search-input__submit-button {
        background: none; } }
  .rsss-search-input__reset-button:hover, .rsss-search-input__submit-button:hover {
    color: #6fbd14;
    cursor: pointer; }
    .rsss-search-input__reset-button:hover path, .rsss-search-input__submit-button:hover path {
      fill: #6fbd14; }
  .rsss-search-input__reset-icon, .rsss-search-input__submit-icon {
    height: 24px;
    width: 24px;
    margin: 0 calc(22.5px - 12px); }

.rsss-search-input__input-field:placeholder-shown + .rsss-search-input__reset-button {
  opacity: 0; }

.rsss-search-input__input-field.rsss-placeholder-shown + .rsss-search-input__reset-button {
  opacity: 0; }

.rsss-search-suggestions {
  position: relative; }

