/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/reol/components/Alert/Alert.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
.ngr-alert {
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-align: left;
  border-radius: 0;
  font-family: "Muli", "Helvetica", "Arial", sans-serif;
  background: #fdded8;
  color: #121212;
}
@media (max-width: 767px) {
  .ngr-alert {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
.ngr-alert .ngr-alert__icon,
.ngr-alert .ngr-alert__collapse-indicator {
  color: #CC092F;
}
.ngr-alert .ngr-alert__close.ngr-close-button {
  color: #121212;
}
.ngr-alert .ngr-alert__collapse-hr {
  background-color: #CC092F;
}
.ngr-alert--info {
  background: #d3f2ff;
  color: #121212;
}
.ngr-alert--info .ngr-alert__icon,
.ngr-alert--info .ngr-alert__collapse-indicator {
  color: #0076DF;
}
.ngr-alert--info .ngr-alert__close.ngr-close-button {
  color: #121212;
}
.ngr-alert--info .ngr-alert__collapse-hr {
  background-color: #0076DF;
}
.ngr-alert--success {
  background: #d4f3e6;
  color: #121212;
}
.ngr-alert--success .ngr-alert__icon,
.ngr-alert--success .ngr-alert__collapse-indicator {
  color: #37863B;
}
.ngr-alert--success .ngr-alert__close.ngr-close-button {
  color: #121212;
}
.ngr-alert--success .ngr-alert__collapse-hr {
  background-color: #37863B;
}
.ngr-alert--warning {
  background: #ffe6c1;
  color: #121212;
}
.ngr-alert--warning .ngr-alert__icon,
.ngr-alert--warning .ngr-alert__collapse-indicator {
  color: #FFF1AB;
}
.ngr-alert--warning .ngr-alert__close.ngr-close-button {
  color: #121212;
}
.ngr-alert--warning .ngr-alert__collapse-hr {
  background-color: #FFF1AB;
}
.ngr-alert--center {
  display: flex;
  justify-content: center;
}
.ngr-alert__body {
  display: flex;
  padding: 16px 32px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-align: inherit;
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  border: 0;
}
@media (max-width: 767px) {
  .ngr-alert__body {
    padding: 16px 32px;
  }
}
.ngr-alert__body--button {
  width: 100%;
  cursor: pointer;
}
.ngr-alert__body p {
  flex: 1;
  margin: 0 0 8px;
}
.ngr-alert__body p:last-child {
  margin-bottom: 0;
}
.ngr-alert__icon {
  margin-right: 8px;
}
.ngr-alert__body-message {
  flex: 1;
  margin: 3px 0;
}
.ngr-alert__body-message p {
  margin: 0 0 8px;
}
.ngr-alert__body-message p:last-child {
  margin-bottom: 0;
}
.ngr-alert__collapse-indicator, .ngr-alert__close.ngr-close-button {
  width: 24px;
  height: 24px;
  margin-left: 8px;
}
.ngr-alert__collapse-indicator {
  transition: transform 0.3s ease-in-out;
}
.ngr-alert__collapse-indicator--is-expanded {
  transform: rotate(-0.5turn);
}
.ngr-alert__link {
  display: flex;
  font-size: inherit;
  line-height: inherit;
}
.ngr-alert__link--inline {
  display: inline-flex;
}
.ngr-alert__collapse-hr {
  height: 1px;
  border: 0;
  margin: 0;
  opacity: 0.5;
}
.ngr-alert__collapse {
  transition: height 0.3s ease-in-out;
}
.ngr-alert__collapse-content {
  padding: 24px 32px 24px 64px;
}
@media (max-width: 767px) {
  .ngr-alert__collapse-content {
    padding: 24px 32px 24px 64px;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/reol/components/Button/Button.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
.ngr-button {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #ffffff;
  font-weight: normal;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #301749;
  border-radius: 0;
  box-shadow: 0 0 7px rgba(30, 30, 30, 0.14);
  padding: 10px 16px;
  background-color: #301749;
  font-family: "Muli", "Helvetica", "Arial", sans-serif;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s linear, color 0.3s linear, background-color 0.3s linear, border-color 0.3s linear;
}
@media (max-width: 767px) {
  .ngr-button {
    font-size: 1rem;
    line-height: 1.375rem;
    padding: 10px 16px;
  }
}
@media (hover: hover) {
  .ngr-button:not(:disabled):hover:not(.ngr-button--disabled):not(.ngr-button--cancel):not(.ngr-button--inline-link):not(.ngr-button--inline-block-link):not(.ngr-button--plain-link):not(.ngr-button--secondary), .ngr-button:not(:disabled):focus:not(.ngr-button--disabled):not(.ngr-button--cancel):not(.ngr-button--inline-link):not(.ngr-button--inline-block-link):not(.ngr-button--plain-link):not(.ngr-button--secondary), .ngr-button:not(:disabled):focus-within:not(.ngr-button--disabled):not(.ngr-button--cancel):not(.ngr-button--inline-link):not(.ngr-button--inline-block-link):not(.ngr-button--plain-link):not(.ngr-button--secondary) {
    color: #1e1e1e;
    background-color: #eceef2;
    border: 1px solid #eceef2;
  }
}
@media (hover: none) {
  .ngr-button:not(:disabled):active:not(.ngr-button--disabled):not(.ngr-button--cancel):not(.ngr-button--inline-link):not(.ngr-button--inline-block-link):not(.ngr-button--plain-link):not(.ngr-button--secondary) {
    color: #1e1e1e;
    background-color: #eceef2;
    border: 1px solid #eceef2;
  }
}
.ngr-button:focus {
  outline: none;
  box-shadow: 0 0 0 1px #d3f2ff, 0 0 0 5px #0192d0;
}
.ngr-button--disabled {
  color: #ffffff;
  background-color: #8e8a94;
  border: 0;
}
.ngr-button--hide-text {
  border-radius: 50%;
  padding: 0;
  height: 46px;
  width: 46px;
}
.ngr-button--hide-text .ngr-button__icon {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.ngr-button--secondary {
  background-color: #ffffff;
  color: #301749;
  border: #D6D6D6;
}
@media (hover: hover) {
  .ngr-button--secondary:not(:disabled):hover:not(.ngr-button--disabled):not(.ngr-button--cancel):not(.ngr-button--inline-link):not(.ngr-button--inline-block-link):not(.ngr-button--plain-link), .ngr-button--secondary:not(:disabled):focus:not(.ngr-button--disabled):not(.ngr-button--cancel):not(.ngr-button--inline-link):not(.ngr-button--inline-block-link):not(.ngr-button--plain-link), .ngr-button--secondary:not(:disabled):focus-within:not(.ngr-button--disabled):not(.ngr-button--cancel):not(.ngr-button--inline-link):not(.ngr-button--inline-block-link):not(.ngr-button--plain-link) {
    color: #1e1e1e;
    background-color: #ffffff;
    border: #D6D6D6;
  }
}
@media (hover: none) {
  .ngr-button--secondary:not(:disabled):active:not(.ngr-button--disabled):not(.ngr-button--cancel):not(.ngr-button--inline-link):not(.ngr-button--inline-block-link):not(.ngr-button--plain-link) {
    color: #1e1e1e;
    background-color: #ffffff;
    border: #D6D6D6;
  }
}
.ngr-button--secondary:focus {
  outline: none;
  box-shadow: 0 0 0 4px #0192d0;
}
.ngr-button--secondary.ngr-button--disabled {
  color: #8e8a94;
  background-color: #eceef2;
  border: 1px solid #eceef2;
}
.ngr-button--small {
  font-size: 1rem;
  line-height: 1.375rem;
  padding: 4px 12px;
}
.ngr-button--disabled:hover {
  cursor: not-allowed;
}
.ngr-button--cancel {
  padding: 10px 0;
  color: #301749;
  background-color: transparent;
  box-shadow: none;
  border: 0;
  text-decoration: underline;
  transition: color 0.3s linear, background-color 0.3s linear;
}
@media (hover: hover) {
  .ngr-button--cancel:not(:disabled):hover, .ngr-button--cancel:not(:disabled):focus, .ngr-button--cancel:not(:disabled):focus-within {
    color: #301749;
    background: transparent;
    text-decoration: none;
  }
  .ngr-button--cancel:not(:disabled):hover .ngr-button__text, .ngr-button--cancel:not(:disabled):focus .ngr-button__text, .ngr-button--cancel:not(:disabled):focus-within .ngr-button__text {
    box-shadow: none;
  }
}
@media (hover: none) {
  .ngr-button--cancel:not(:disabled):active {
    color: #301749;
    background: transparent;
    text-decoration: none;
  }
  .ngr-button--cancel:not(:disabled):active .ngr-button__text {
    box-shadow: none;
  }
}
.ngr-button--cancel .ngr-button__text {
  box-shadow: none;
}
.ngr-button--cancel.ngr-button--disabled {
  color: #6c7584;
  background-color: transparent;
}
.ngr-button--cancel.ngr-button--disabled .ngr-button__text {
  box-shadow: none;
}
.ngr-button--inline-link, .ngr-button--inline-block-link, .ngr-button--plain-link {
  font-size: inherit;
  line-height: inherit;
  text-align: left;
  width: fit-content;
  justify-content: flex-start;
  background-color: transparent;
  color: #301749;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  transition: color 0.3s linear;
  font-family: inherit;
  font-weight: inherit;
}
.ngr-button--inline-link:focus:not(:focus-visible), .ngr-button--inline-block-link:focus:not(:focus-visible), .ngr-button--plain-link:focus:not(:focus-visible) {
  box-shadow: none;
}
.ngr-button--inline-link .ngr-button__icon, .ngr-button--inline-block-link .ngr-button__icon, .ngr-button--plain-link .ngr-button__icon {
  color: #301749;
}
.ngr-button--inline-link .ngr-button__icon:not(:last-child), .ngr-button--inline-block-link .ngr-button__icon:not(:last-child), .ngr-button--plain-link .ngr-button__icon:not(:last-child) {
  margin-right: 8px;
}
.ngr-button--inline-link .ngr-button__icon:not(:first-child), .ngr-button--inline-block-link .ngr-button__icon:not(:first-child), .ngr-button--plain-link .ngr-button__icon:not(:first-child) {
  margin-left: 8px;
}
@media (hover: hover) {
  .ngr-button--inline-link:not(:disabled):hover, .ngr-button--inline-link:not(:disabled):focus, .ngr-button--inline-link:not(:disabled):focus-within, .ngr-button--inline-block-link:not(:disabled):hover, .ngr-button--inline-block-link:not(:disabled):focus, .ngr-button--inline-block-link:not(:disabled):focus-within {
    color: #301749;
    background-color: transparent;
  }
  .ngr-button--inline-link:not(:disabled):hover .ngr-button__text, .ngr-button--inline-link:not(:disabled):focus .ngr-button__text, .ngr-button--inline-link:not(:disabled):focus-within .ngr-button__text, .ngr-button--inline-block-link:not(:disabled):hover .ngr-button__text, .ngr-button--inline-block-link:not(:disabled):focus .ngr-button__text, .ngr-button--inline-block-link:not(:disabled):focus-within .ngr-button__text {
    box-shadow: 0 -2px #301749 inset;
  }
}
@media (hover: none) {
  .ngr-button--inline-link:not(:disabled):active, .ngr-button--inline-block-link:not(:disabled):active {
    color: #301749;
    background-color: transparent;
  }
  .ngr-button--inline-link:not(:disabled):active .ngr-button__text, .ngr-button--inline-block-link:not(:disabled):active .ngr-button__text {
    box-shadow: 0 -2px #301749 inset;
  }
}
.ngr-button--inline-link .ngr-button__text, .ngr-button--inline-block-link .ngr-button__text {
  box-shadow: 0 -1px #301749 inset;
}
.ngr-button--inline-link {
  display: inline-flex;
}
.ngr-button--plain-link {
  display: inline-flex;
}
@media (hover: hover) {
  .ngr-button--plain-link:not(:disabled):hover, .ngr-button--plain-link:not(:disabled):focus, .ngr-button--plain-link:not(:disabled):focus-within {
    color: #301749;
  }
}
@media (hover: none) {
  .ngr-button--plain-link:not(:disabled):active {
    color: #301749;
  }
}
.ngr-button--plain-link .ngr-button__text {
  text-decoration: underline;
}
.ngr-button__icon {
  display: flex;
  align-items: center;
  height: 24px;
  margin-top: -3px;
  margin-bottom: -3px;
}
.ngr-button__icon:not(:last-child) {
  margin-right: 8px;
}
.ngr-button__icon:not(:first-child) {
  margin-left: 8px;
}
.ngr-button__icon + .ngr-button__icon {
  margin-left: 0;
}
.ngr-button__spinner.ngr-spinner {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 24px;
  margin: -3px 0 -3px 10px;
}
.ngr-button__spinner.ngr-spinner .ngr-spinner__spinner {
  border-color: #ffffff;
  border-left-color: transparent;
}
.ngr-button--secondary .ngr-button__spinner.ngr-spinner .ngr-spinner__spinner {
  border-color: #8e8a94;
  border-left-color: transparent;
}
.ngr-button--cancel .ngr-button__spinner.ngr-spinner .ngr-spinner__spinner {
  border-color: #6c7584;
  border-left-color: transparent;
}
/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/reol/components/Icon/Icon.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
.ngr-icon__svg {
  display: block;
  fill: currentColor;
}
.ngr-icon--inline .ngr-icon__svg {
  display: inline;
}
/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/reol/components/Spinner/Spinner.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
.ngr-spinner {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.ngr-spinner--inline {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  margin-left: 6px;
}
.ngr-spinner__spinner {
  margin: 0 auto;
  position: relative;
  border: 4px solid #301749;
  border-left: 4px solid transparent;
  transform: translateZ(0);
  animation: ngrloader 1.1s infinite linear;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.ngr-spinner__spinner--small {
  width: 18px;
  height: 18px;
  border-width: 2px;
}
.ngr-spinner__spinner--large {
  width: 64px;
  height: 64px;
  border-width: 6px;
}
.ngr-spinner__spinner--inverted {
  border-color: #fff;
  border-left-color: transparent;
}

@keyframes ngrloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/reol/components/Modal/subcomponents/CloseButton.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
.ngr-close-button {
  width: 56px;
  height: 56px;
  z-index: 1;
  display: block;
  color: #301749;
  background: transparent;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  transition: color 0.3s linear;
}
@media (hover: hover) {
  .ngr-close-button:not(:disabled):hover, .ngr-close-button:not(:disabled):focus, .ngr-close-button:not(:disabled):focus-within {
    color: #301749;
  }
}
@media (hover: none) {
  .ngr-close-button:not(:disabled):active {
    color: #301749;
  }
}
.ngr-close-button .ngr-icon {
  display: inline-block;
}
.ngr-close-button .ngr-icon__svg {
  width: 16px;
  height: 16px;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/debug/style/debug.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.qa-button {
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
}

.ws-debug__key-value-wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
}
.ws-debug__key-item {
  color: #888;
}
.ws-debug__value-item-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}
.ws-debug__item-underline {
  padding: 8px;
  min-width: 0;
  border-bottom: 1px solid #ddd;
}
.ws-debug__value-item {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ngr-modal__box--debug ul {
  font-size: 1rem;
  line-height: 1.375rem;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}
.ngr-modal__box--debug pre {
  font-family: monospace;
  margin: 0;
  padding: 16px;
  max-height: 200px;
  overflow-y: auto;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/reol/components/AccordionItem/AccordionItem.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
.ngr-accordion-item {
  font-size: 1rem;
  line-height: 1.375rem;
  background-color: transparent;
  font-family: "Muli", "Helvetica", "Arial", sans-serif;
  color: #1e1e1e;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .ngr-accordion-item {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
.ngr-accordion-item__header {
  display: flex;
  align-items: center;
  background-color: transparent;
  color: #000;
  padding: 24px 32px;
  width: 100%;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  border: 0;
  text-align: left;
  transition: color 0.3s linear, background-color 0.3s linear;
}
@media (max-width: 767px) {
  .ngr-accordion-item__header {
    font-size: 1rem;
    line-height: 1.375rem;
    padding: 24px 32px;
  }
}
@media (hover: hover) {
  .ngr-accordion-item__header:not(:disabled):hover, .ngr-accordion-item__header:not(:disabled):focus, .ngr-accordion-item__header:not(:disabled):focus-within {
    text-decoration: underline;
  }
}
@media (hover: none) {
  .ngr-accordion-item__header:not(:disabled):active {
    text-decoration: underline;
  }
}
.ngr-accordion-item__header:focus {
  outline: none;
  border-color: #0192d0;
  box-shadow: 0 0 0 4px #d3f2ff;
}
.ngr-accordion-item__header:focus:not(:focus-visible) {
  border-color: transparent;
  box-shadow: none;
}
.ngr-accordion-item__header--inline {
  padding-left: 0;
  padding-right: 4px;
}
.ngr-accordion-item__header--unauthorized {
  opacity: 0.6;
}
.ngr-accordion-item__icon--header {
  margin-right: 24px;
}
.ngr-accordion-item__text {
  flex: 1;
  min-width: 0;
}
.ngr-accordion-item__text--left-icon {
  flex: initial;
}
.ngr-accordion-item__title, .ngr-accordion-item__subtitle {
  color: #000;
}
.ngr-accordion-item__title {
  font-weight: 700;
  margin-right: 16px;
}
.ngr-accordion-item__title--is-open {
  font-weight: 700;
}
.ngr-accordion-item__subtitle {
  color: #000;
}
.ngr-accordion-item__indicator {
  color: #000;
  transition: transform 0.3s ease-in-out;
}
.ngr-accordion-item__indicator--is-open:not(.ngr-accordion-item__indicator--no-rotate) {
  transform: rotate(-0.5turn);
}
.ngr-accordion-item__collapse {
  padding: 0 32px;
  transition: height 0.3s ease-in-out, padding 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .ngr-accordion-item__collapse {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.ngr-accordion-item__collapse--is-open {
  box-sizing: content-box;
  padding-bottom: 32px;
}
.ngr-accordion-item__collapse--padding-none {
  padding: 0;
}
.ngr-accordion-item__collapse--padding-top-bottom {
  padding-left: 0;
  padding-right: 0;
}
/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/reol/components/LazyRender/LazyRender.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
.ngr-hidden {
  display: none;
}
/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/reol/components/Card/Card.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
.ngr-card {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 0;
  box-shadow: 0 1px 3px rgba(30, 30, 30, 0.2);
  font-family: "Muli", "Helvetica", "Arial", sans-serif;
  color: #1e1e1e;
  border: 0;
}
.ngr-card--chromeless, .ngr-card--section {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  border: 0;
}
@media (hover: hover) {
  .ngr-card--chromeless:not(:disabled):hover, .ngr-card--chromeless:not(:disabled):focus, .ngr-card--chromeless:not(:disabled):focus-within, .ngr-card--section:not(:disabled):hover, .ngr-card--section:not(:disabled):focus, .ngr-card--section:not(:disabled):focus-within {
    box-shadow: none;
  }
}
@media (hover: none) {
  .ngr-card--chromeless:not(:disabled):active, .ngr-card--section:not(:disabled):active {
    box-shadow: none;
  }
}
.ngr-card--secondary {
  background-color: #eceef2;
}
.ngr-card--section:not(:last-child) {
  margin-bottom: 128px;
}
@media (max-width: 767px) {
  .ngr-card--section:not(:last-child) {
    margin-bottom: 64px;
  }
}
.ngr-card__header {
  padding: 16px 32px;
}
@media (max-width: 767px) {
  .ngr-card__header {
    padding: 8px 32px;
  }
}
.ngr-card__header:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
.ngr-card__header--section {
  padding: 0;
  border: 0 !important;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .ngr-card__header--section {
    margin-bottom: 16px;
  }
}
.ngr-card__title-text {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-family: "FuturaPassata", "Futura", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  margin: 0;
}
.ngr-card__content {
  padding: 24px 32px;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .ngr-card__content {
    padding: 16px 32px;
  }
}
.ngr-card__content--chromeless {
  padding: 0;
  border-bottom: 0;
}
@media (max-width: 767px) {
  .ngr-card__content--chromeless {
    padding: 0;
  }
}
.ngr-card__content--section {
  padding: 0;
  margin-bottom: 40px;
  border-bottom: 0;
}
@media (max-width: 767px) {
  .ngr-card__content--section {
    margin-bottom: 32px;
  }
}
.ngr-card__content--section.ngr-card__content--last {
  margin-bottom: 0;
}
.ngr-card__content--last {
  border-bottom: 0;
}
.ngr-card__footer {
  padding: 24px 32px;
}
@media (max-width: 767px) {
  .ngr-card__footer {
    padding: 16px 32px;
  }
}
.ngr-card__footer--section {
  padding: 0;
  margin-top: 48px;
}
@media (max-width: 767px) {
  .ngr-card__footer--section {
    margin-top: 32px;
  }
}
.ngr-card > .ngr-accordion-item:not(:last-child),
.ngr-card > .ngr-alert:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/reol/components/Modal/Modal.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
.ngr-modal {
  animation: dialog-in 0.2s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* stylelint-disable */
  height: 100vh; /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
  /* stylelint-enable */
  background-color: rgba(6, 0, 60, 0.4);
  z-index: 100;
  text-align: left;
  overflow: auto;
}
.ngr-modal__box {
  font-family: "Muli", "Helvetica", "Arial", sans-serif;
  background-color: #fff;
  color: #1e1e1e;
  box-shadow: 0 3px 6px rgba(30, 30, 30, 0.2);
  padding: 40px;
  border-radius: 0;
  min-height: 80px;
  outline: none;
  text-align: left;
}
@media (max-width: 767px) {
  .ngr-modal__box {
    padding: 32px;
  }
}
.ngr-modal__box--mini {
  max-width: 304px;
  padding: 32px;
}
.ngr-modal__box--small {
  max-width: 428px;
}
.ngr-modal__box--mini, .ngr-modal__box--small {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
}
.ngr-modal__box--mini .ngr-modal__body, .ngr-modal__box--small .ngr-modal__body {
  max-height: calc(var(--vh, 1vh) * 100 - 288px);
  -webkit-overflow-scrolling: touch;
}
.ngr-modal__box--medium, .ngr-modal__box--large {
  position: relative;
  margin: 8px;
}
.ngr-modal__box--medium .ngr-modal__content, .ngr-modal__box--large .ngr-modal__content {
  max-height: calc(var(--vh, 1vh) * 100 - 96px);
}
.ngr-modal__box--medium .ngr-modal__content, .ngr-modal__box--large .ngr-modal__content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .ngr-modal__box--medium {
    margin: 72px auto 8px;
    max-width: 552px;
  }
  .ngr-modal__box--medium .ngr-modal__content {
    max-height: calc(var(--vh, 1vh) * 100 - 224px);
  }
}
@media screen and (min-width: 1244px) {
  .ngr-modal__box--large {
    margin: 72px auto 8px;
    max-width: 1228px;
  }
  .ngr-modal__box--large .ngr-modal__content {
    max-height: calc(var(--vh, 1vh) * 100 - 224px);
  }
}
.ngr-modal__close {
  position: absolute;
  right: 0;
  top: 0;
}
.ngr-modal__content {
  opacity: 1;
  transition: opacity 0.5s 0.25s linear;
}
.ngr-modal__header {
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 24px;
  text-align: left;
}
@media (max-width: 767px) {
  .ngr-modal__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
.ngr-modal__header:empty {
  display: none;
}
.ngr-modal__body {
  padding-right: 40px;
  padding-left: 40px;
  margin-right: -40px;
  margin-left: -40px;
  flex: auto;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-top: 1px;
  padding-bottom: 1px;
}
@media (max-width: 767px) {
  .ngr-modal__body {
    padding-right: 32px;
    padding-left: 32px;
    margin-right: -32px;
    margin-left: -32px;
  }
}
.ngr-modal__footer {
  margin: 32px -8px -8px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: center;
}
@media (max-width: 767px) {
  .ngr-modal__footer {
    margin-top: 24px;
    margin-bottom: -4px;
  }
}
.ngr-modal__footer:empty {
  display: none;
}
.ngr-modal__button, .ngr-modal__form {
  flex: auto;
  max-width: 320px;
  margin: 0 8px 8px;
}
.ngr-modal__form {
  display: flex;
}
.ngr-modal__form .ngr-modal__button {
  flex: 1;
  max-width: none;
  margin: 0;
}
.ngr-modal__below-footer {
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-align: center;
  margin-top: 12px;
}

@keyframes dialog-in {
  from {
    opacity: 0;
    transform: scale(1.05);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/reol/components/Modal/subcomponents/ModalBodyText.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
.ngr-modal-body-text {
  font-size: 1rem;
  line-height: 1.375rem;
}
@media (max-width: 767px) {
  .ngr-modal-body-text {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
.ngr-modal-body-text p,
.ngr-modal-body-text ul,
.ngr-modal-body-text ol {
  margin: 0 0 12px;
}
.ngr-modal-body-text p:last-child,
.ngr-modal-body-text ul:last-child,
.ngr-modal-body-text ol:last-child {
  margin-bottom: 0;
}
.ngr-modal-body-text ul,
.ngr-modal-body-text ol {
  padding-left: 32px;
}
.ngr-modal-body-text ul li,
.ngr-modal-body-text ol li {
  margin: 0 0 10px;
}
.ngr-modal-body-text ul li:last-child,
.ngr-modal-body-text ol li:last-child {
  margin-bottom: 0;
}
.ngr-modal-body-text ul li {
  list-style: disc none outside;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/cart/style/cart-picker.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-cart-picker__intro {
  text-align: center;
  margin-bottom: 16px;
}
.ws-cart-picker__option {
  margin-bottom: 16px;
  overflow: hidden;
}
.ws-cart-picker__option:last-child {
  margin-bottom: 4px;
}
.ws-cart-picker__radio {
  box-shadow: none;
  border-radius: 0;
}
.ws-cart-picker .ngr-accordion-item {
  border-top: 1px solid #e5e5e5;
}
.ws-cart-picker__cart {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ws-cart-picker__cart-item {
  flex-basis: 204px;
  padding: 2px 0;
}
.ws-cart-picker__button-container {
  text-align: center;
  margin-bottom: 16px;
}
.ws-cart-picker__button-container:last-child {
  margin-bottom: 0;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/shared/style/radio-item.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-radio-items {
  position: relative;
  display: flex;
  flex-direction: column;
}
.ws-radio-items__list {
  gap: 16px;
}
.ws-radio-items__list--rows {
  display: flex;
  flex-direction: column;
}
.ws-radio-items__list--grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.ws-radio-items__list--grid-narrow {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
}
@media (max-width: 767px) {
  .ws-radio-items__list--grid-narrow {
    gap: 8px;
  }
}
.ws-radio-items__label {
  margin-bottom: 16px;
}

.ws-radio-item {
  display: block;
  cursor: pointer;
  position: relative;
  border-radius: 0;
  container-type: inline-size;
  transition: color linear 0.2s, background-color linear 0.2s;
}
.ws-radio-item--primary, .ws-radio-item--product-picker {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(30, 30, 30, 0.2);
}
@media (hover: hover) {
  .ws-radio-item--primary:not(:disabled):hover:not(.ws-radio-item--disabled):not(.ws-radio-item--checked), .ws-radio-item--primary:not(:disabled):focus:not(.ws-radio-item--disabled):not(.ws-radio-item--checked), .ws-radio-item--primary:not(:disabled):focus-within:not(.ws-radio-item--disabled):not(.ws-radio-item--checked), .ws-radio-item--product-picker:not(:disabled):hover:not(.ws-radio-item--disabled):not(.ws-radio-item--checked), .ws-radio-item--product-picker:not(:disabled):focus:not(.ws-radio-item--disabled):not(.ws-radio-item--checked), .ws-radio-item--product-picker:not(:disabled):focus-within:not(.ws-radio-item--disabled):not(.ws-radio-item--checked) {
    color: #eceef2;
    background-color: #1e1e1e;
  }
}
@media (hover: none) {
  .ws-radio-item--primary:not(:disabled):active:not(.ws-radio-item--disabled):not(.ws-radio-item--checked), .ws-radio-item--product-picker:not(:disabled):active:not(.ws-radio-item--disabled):not(.ws-radio-item--checked) {
    color: #eceef2;
    background-color: #1e1e1e;
  }
}
.ws-radio-item--primary.ws-radio-item--checked, .ws-radio-item--product-picker.ws-radio-item--checked {
  color: #fff;
  background-color: #301749;
}
@media (hover: hover) {
  .ws-radio-item--primary.ws-radio-item--checked:not(:disabled):hover, .ws-radio-item--primary.ws-radio-item--checked:not(:disabled):focus, .ws-radio-item--product-picker.ws-radio-item--checked:not(:disabled):hover, .ws-radio-item--product-picker.ws-radio-item--checked:not(:disabled):focus {
    color: #fff;
    background-color: #301749;
  }
}
@media (hover: none) {
  .ws-radio-item--primary.ws-radio-item--checked:not(:disabled):active, .ws-radio-item--product-picker.ws-radio-item--checked:not(:disabled):active {
    color: #fff;
    background-color: #301749;
  }
}
.ws-radio-item--primary.ws-radio-item--disabled, .ws-radio-item--product-picker.ws-radio-item--disabled {
  background-color: #f6f6f6;
}
.ws-radio-item--primary .ngr-radio__input:checked + .ngr-radio__label::before, .ws-radio-item--product-picker .ngr-radio__input:checked + .ngr-radio__label::before {
  background-color: #fff;
}
.ws-radio-item--primary .ngr-radio__label {
  position: absolute;
  left: 12px;
  top: 50%;
  margin: -12px 0 0;
}
.ws-radio-item--primary .ngr-radio__label::after {
  color: #301749;
}
@media (hover: hover) {
  .ws-radio-item--product-picker:not(:disabled):hover, .ws-radio-item--product-picker:not(:disabled):focus, .ws-radio-item--product-picker:not(:disabled):focus-within {
    color: unset !important;
  }
}
@media (hover: none) {
  .ws-radio-item--product-picker:not(:disabled):active {
    color: unset !important;
  }
}
.ws-radio-item--product-picker .ngr-radio__label {
  position: absolute;
  top: 50%;
  right: 16px;
  left: auto;
  z-index: 1;
  margin-top: -14px;
}
.ws-radio-item--outlined {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  margin: 1px;
}
@media (hover: hover) {
  .ws-radio-item--outlined:not(:disabled):hover:not(.ws-radio-item--disabled):not(.ws-radio-item--checked), .ws-radio-item--outlined:not(:disabled):focus:not(.ws-radio-item--disabled):not(.ws-radio-item--checked), .ws-radio-item--outlined:not(:disabled):focus-within:not(.ws-radio-item--disabled):not(.ws-radio-item--checked) {
    color: #eceef2;
    background-color: #1e1e1e;
  }
}
@media (hover: none) {
  .ws-radio-item--outlined:not(:disabled):active:not(.ws-radio-item--disabled):not(.ws-radio-item--checked) {
    color: #eceef2;
    background-color: #1e1e1e;
  }
}
.ws-radio-item--outlined.ws-radio-item--checked {
  border-color: #eceef2;
  border-width: 2px;
  margin: 0;
}
.ws-radio-item--outlined.ws-radio-item--checked .ws-radio-item__badge {
  color: #eceef2;
}
.ws-radio-item--outlined.ws-radio-item--disabled {
  background-color: #f6f6f6;
}
.ws-radio-item--outlined .ngr-radio__label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.ws-radio-item--checkbox {
  position: relative;
}
@media (hover: hover) {
  .ws-radio-item--checkbox:not(:disabled):hover:not(.ws-radio-item--disabled):not(.ws-radio-item--checked), .ws-radio-item--checkbox:not(:disabled):focus:not(.ws-radio-item--disabled):not(.ws-radio-item--checked), .ws-radio-item--checkbox:not(:disabled):focus-within:not(.ws-radio-item--disabled):not(.ws-radio-item--checked) {
    color: #eceef2;
  }
}
@media (hover: none) {
  .ws-radio-item--checkbox:not(:disabled):active:not(.ws-radio-item--disabled):not(.ws-radio-item--checked) {
    color: #eceef2;
  }
}
.ws-radio-item--checkbox .ngr-radio__label {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -12px;
}
.ws-radio-item--checkbox .ws-radio-item__title {
  font-weight: bold;
}
.ws-radio-item--checked .ws-radio-item__title,
.ws-radio-item--checked .ws-radio-item__badge {
  font-weight: bold;
}
.ws-radio-item--disabled {
  color: #8e8a94;
  cursor: default;
}
.ws-radio-item--disabled .ws-radio-item__title {
  font-weight: normal;
}
.ws-radio-item__container {
  display: block;
  position: relative;
}
.ws-radio-item__container--primary {
  margin: 16px 16px 16px 48px;
}
.ws-radio-item__container--outlined {
  margin: 12px;
}
@container (min-width: 150px) {
  .ws-radio-item__container--outlined {
    margin: 16px;
  }
}
.ws-radio-item__container--checkbox {
  margin-right: 32px;
}
.ws-radio-item__title, .ws-radio-item__subtitle {
  display: block;
  font-weight: normal;
}
.ws-radio-item__title, .ws-radio-item__badge {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
@container (min-width: 100px) {
  .ws-radio-item__title, .ws-radio-item__badge {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
.ws-radio-item__subtitle {
  font-size: 0.75rem;
  line-height: 1rem;
}
@container (min-width: 150px) {
  .ws-radio-item__subtitle {
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin-top: 4px;
  }
}
.ws-radio-item__badge {
  display: block;
  white-space: nowrap;
  margin-bottom: 24px;
}
@container (min-width: 150px) {
  .ws-radio-item__badge {
    position: absolute;
    right: 0;
    top: 0;
  }
}
/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/reol/components/Radio/Radio.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
.ngr-radio {
  --checkbox-size: 1.5rem;
  --checkbox-dot-size: 1rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
  display: block;
  cursor: pointer;
  position: relative;
  font-family: "Muli", "Helvetica", "Arial", sans-serif;
  color: #1e1e1e;
}
@media (hover: hover) {
  .ngr-radio:not(:disabled):hover .ngr-radio__label:not(.ngr-radio__label--disabled), .ngr-radio:not(:disabled):focus .ngr-radio__label:not(.ngr-radio__label--disabled), .ngr-radio:not(:disabled):focus-within .ngr-radio__label:not(.ngr-radio__label--disabled) {
    text-decoration: underline;
  }
}
@media (hover: none) {
  .ngr-radio:not(:disabled):active .ngr-radio__label:not(.ngr-radio__label--disabled) {
    text-decoration: underline;
  }
}
.ngr-radio--small {
  --checkbox-size: 1rem;
  --checkbox-dot-size: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.ngr-radio--disabled {
  cursor: auto;
}
.ngr-radio--disabled .ngr-radio__label::before {
  cursor: not-allowed;
  background-color: #eceef2;
  border: 1px solid #c5c5c5;
}
.ngr-radio--disabled .ngr-radio__label::after {
  cursor: not-allowed;
  background-color: #c5c5c5;
}
.ngr-radio__input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ngr-radio__input:checked + .ngr-radio__label::after {
  opacity: 1;
}
.ngr-radio__input:focus + .ngr-radio__label::before {
  border-color: #0192d0;
  box-shadow: 0 0 0 4px #d3f2ff;
}
.ngr-radio__label {
  position: relative;
  display: block;
  padding: 0 0 0 var(--checkbox-size);
  min-height: var(--checkbox-dot-size);
}
.ngr-radio__label::before, .ngr-radio__label::after {
  border-radius: 100%;
  position: absolute;
  box-sizing: content-box;
  left: 0;
  top: 0;
}
.ngr-radio__label::before {
  content: "";
  box-sizing: border-box;
  width: var(--checkbox-size);
  height: var(--checkbox-size);
  border: 1px solid #444;
  top: 50%;
  margin-top: calc(-0.5 * var(--checkbox-size));
  background-color: #fff;
  transition: background-color 0.3s linear;
}
.ngr-radio__label::after {
  content: "";
  width: var(--checkbox-dot-size);
  height: var(--checkbox-dot-size);
  background-color: #301749;
  opacity: 0;
  transition: opacity 0.3s linear;
  top: 50%;
  margin-top: calc(-0.5 * var(--checkbox-dot-size));
  margin-left: calc(0.5 * (var(--checkbox-size) - var(--checkbox-dot-size)));
  margin-right: calc(0.5 * (var(--checkbox-size) - var(--checkbox-dot-size)));
  -webkit-font-smoothing: antialiased;
}
.ngr-radio__label-text {
  margin: 0 0 0 1em;
  display: inline-block;
  font-weight: 400;
}
.ngr-radio__label-text--hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  flex: none;
  margin: 0;
}
.ngr-radio--error .ngr-radio__label {
  color: #CC092F;
}
.ngr-radio--error .ngr-radio__label::before {
  border-color: #CC092F;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/handover-picker/style/handover-picker-content.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-handover-picker-content__login-prompt {
  margin-bottom: 24px;
}
.ws-handover-picker-content__threshold-reminder {
  margin: 12px 0 0 !important;
  text-align: center;
}
.ws-handover-picker-content__reservation-intro {
  font-size: 1rem;
  line-height: 1.375rem;
  margin: 0 0 8px;
  text-align: center;
}
.ws-handover-picker-content .ws-store-deviation-alert {
  margin: 16px 0;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/shared/style/login-prompt.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-login-prompt {
  background-color: #e5e5e5 !important;
}
.ws-login-prompt__content {
  font-size: 1rem;
  line-height: 1.375rem;
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
}
.ws-login-prompt__content--small {
  padding: 13px 16px 13px 12px;
}
.ws-login-prompt__content--small .ws-login-prompt__icon {
  margin-right: 12px;
}
.ws-login-prompt__content--closeable {
  padding-right: 48px !important;
}
.ws-login-prompt__link {
  color: inherit !important;
}
.ws-login-prompt__link:hover, .ws-login-prompt__link:focus {
  color: #301749 !important;
}
.ws-login-prompt__close-button {
  position: absolute;
  top: 8px;
  right: 8px;
}
.ws-login-prompt__icon {
  margin-right: 16px;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/shared/style/icon-trumf.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/shared/style/login-button.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-login-button__wrapper {
  display: inline;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/handover-options/style/handover-type-picker.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
.ws-handover-type-picker {
  margin: 0 0 40px;
}
.ws-handover-type-picker:last-child {
  margin-bottom: 0;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/handover-checker/style/address-validator.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-address-validator {
  margin: 0 0 48px;
}
.ws-address-validator:last-child {
  margin-bottom: 0;
}
.ws-address-validator__alert {
  margin-bottom: 16px;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/shared/style/confirm-login-button.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
.ws-confirm-login-button__wrapper {
  position: relative;
  display: inline-block;
}
.ws-confirm-login-button__wrapper--inline {
  display: inline;
}
.ws-confirm-login-button__button-wrapper {
  display: inline-block;
  position: relative;
}
.ws-confirm-login-button__button-wrapper--block {
  display: block;
}
.ws-confirm-login-button__button-click-catcher {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  border: 0;
  padding: 0;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/handover-checker/style/delivery-address-form.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-delivery-address-form__input {
  margin-bottom: 16px;
}
.ws-delivery-address-form__input-icon--success {
  color: #37863B;
}
.ws-delivery-address-form__input-icon--error {
  color: #CC092F;
}
.ws-delivery-address-form__status {
  display: flex;
  margin: 8px 0 0;
  justify-content: space-between;
}
.ws-delivery-address-form__coverage-message {
  margin: 0 !important;
}
.ws-delivery-address-form__attribution {
  font-size: 0.75rem;
  line-height: 1rem;
  white-space: nowrap;
  color: inherit;
}
.ws-delivery-address-form__button-group {
  margin: 16px 0 0;
}
.ws-delivery-address-form__error {
  margin: 16px 0 0;
}
.ws-delivery-address-form .ngr-input-group:not(:last-child) {
  margin-bottom: 0;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/reol/components/ButtonGroup/ButtonGroup.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
.ngr-button-group {
  display: flex;
  align-items: center;
  gap: 24px 16px;
}
@media (max-width: 767px) {
  .ngr-button-group {
    gap: 8px;
  }
  .ngr-button-group--spacing-large {
    gap: 16px;
  }
}
.ngr-button-group:empty {
  display: none;
}
.ngr-button-group--flex-start {
  justify-content: flex-start;
}
.ngr-button-group--center {
  justify-content: center;
}
.ngr-button-group--flex-end {
  justify-content: flex-end;
}
.ngr-button-group--space-between {
  justify-content: space-between;
}
.ngr-button-group--space-evenly {
  justify-content: space-evenly;
}
.ngr-button-group--items-flex-start {
  align-items: flex-start;
}
.ngr-button-group--items-flex-end {
  align-items: flex-end;
}
.ngr-button-group--items-stretch {
  align-items: stretch;
}
.ngr-button-group--flow > * {
  flex: 1;
  flex-grow: 1;
  width: 100%;
}
.ngr-button-group--reverse {
  flex-direction: row-reverse;
}
.ngr-button-group--direction-vertical {
  flex-direction: column;
}
.ngr-button-group--direction-vertical > * {
  justify-content: center;
}
.ngr-button-group--direction-vertical.ngr-button-group--reverse {
  flex-direction: column-reverse;
}
.ngr-button-group--direction-auto {
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .ngr-button-group--direction-auto {
    flex-direction: column;
    gap: 24px 8px;
  }
}
@media (max-width: 767px) {
  .ngr-button-group--direction-auto > * {
    flex: 1;
    flex-grow: 1;
    width: 100%;
  }
}
.ngr-button-group--spacing-tight {
  gap: 8px;
}
.ngr-button-group--spacing-none {
  gap: 0;
}
.ngr-button-group--wrap {
  flex-wrap: wrap;
}
/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/reol/components/Autocomplete/Autocomplete.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
.ngr-autocomplete {
  position: relative;
  font-family: "Muli", "Helvetica", "Arial", sans-serif;
  color: #1e1e1e;
}
.ngr-autocomplete__hint {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}
.ngr-autocomplete__hint input {
  border: 0;
  background-color: transparent !important;
}
.ngr-autocomplete__menu {
  margin: 0;
  padding: 0;
  list-style: none;
  box-shadow: 0 3px 6px rgba(30, 30, 30, 0.2);
  border: 1px solid #8e8a94;
  border-width: 1px;
  border-radius: 0;
  z-index: 8;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #ffffff;
  color: #1e1e1e;
  max-height: 212px;
  overflow-x: hidden;
}
.ngr-autocomplete__menu--position-inline {
  position: relative;
  top: 0;
}
.ngr-autocomplete__menu--hidden {
  display: none;
}
.ngr-autocomplete__menu--visible {
  display: block;
}
.ngr-autocomplete__item {
  font-size: 1rem;
  line-height: 1.375rem;
  margin: 0;
  padding: 10px 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
  cursor: pointer;
  text-align: left;
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  border: 0;
}
@media (hover: hover) {
  .ngr-autocomplete__item:not(:disabled):hover, .ngr-autocomplete__item:not(:disabled):focus, .ngr-autocomplete__item:not(:disabled):focus-within {
    background-color: rgba(48, 23, 73, 0.1);
  }
}
@media (hover: none) {
  .ngr-autocomplete__item:not(:disabled):active {
    background-color: rgba(48, 23, 73, 0.1);
  }
}
.ngr-autocomplete__item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ngr-autocomplete__item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ngr-autocomplete__item > * {
  pointer-events: none;
}
.ngr-autocomplete__item--selected {
  color: #fff;
  background-color: #301749;
}
@media (hover: hover) {
  .ngr-autocomplete__item--selected:not(:disabled):hover, .ngr-autocomplete__item--selected:not(:disabled):focus, .ngr-autocomplete__item--selected:not(:disabled):focus-within {
    color: #fff;
    background-color: #301749;
  }
}
@media (hover: none) {
  .ngr-autocomplete__item--selected:not(:disabled):active {
    color: #fff;
    background-color: #301749;
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/reol/components/InputField/InputField.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
.ngr-input {
  display: flex;
  align-items: stretch;
  position: relative;
}
.ngr-input__prefix {
  font-size: 0.875rem;
  line-height: 1.125rem;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #8e8a94;
  border-right: 0;
  border-radius: 0 0 0 0;
  padding: 0 16px;
}
.ngr-input__field {
  font-size: 1rem;
  line-height: 1.375rem;
  line-height: 1.5rem;
  font-family: "Muli", "Helvetica", "Arial", sans-serif;
  border: 1px solid #8e8a94;
  border-radius: 0;
  color: #1e1e1e;
  background-color: #ffffff;
  caret-color: currentColor;
  margin: 0;
  padding: 11px 16px;
  width: 100%;
  appearance: none;
}
.ngr-input__field--search {
  padding: 11px 44px;
}
.ngr-input__field:focus {
  outline: none;
  border-color: #0192d0;
  box-shadow: 0 0 0 4px #d3f2ff;
}
.ngr-input__field:disabled, .ngr-input__field:read-only:not([type=button]):not(select):not(div) {
  background-color: #eceef2;
  border: 1px solid #c5c5c5;
}
.ngr-input__field:disabled {
  cursor: not-allowed;
}
.ngr-input__field--error {
  border-color: #CC092F;
}
.ngr-input__field--digit {
  width: 46px;
  text-align: center;
}
.ngr-input__field--prefix {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ngr-input__field--postfix {
  padding-right: 40px;
}
.ngr-input__field::placeholder {
  color: #8e8a94;
}
.ngr-input__field[type=number]::-webkit-inner-spin-button, .ngr-input__field[type=number]::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}
.ngr-input__field[type=date]::-webkit-inner-spin-button {
  appearance: none;
  display: none;
}
.ngr-input__field::-webkit-search-decoration, .ngr-input__field::-webkit-search-cancel-button, .ngr-input__field::-webkit-search-results-button, .ngr-input__field::-webkit-search-results-decoration {
  display: none;
}
.ngr-input__icon-button {
  position: absolute;
  margin-top: 12px;
  margin-bottom: 12px;
  top: 0;
}
.ngr-input__icon-button--search {
  left: 16px;
}
.ngr-input__icon-button--empty-search {
  right: 16px;
}
.ngr-input__icon-button .ngr-icon {
  color: #301749;
}
.ngr-input__password-visibility-toggle-text {
  font-size: 0.875rem;
  line-height: 1.125rem;
  position: absolute;
  top: 0;
  right: 16px;
  line-height: inherit;
  color: #301749 !important;
  margin-top: 12px;
  margin-bottom: 12px;
}
.ngr-input__spinner, .ngr-input__postfix {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.ngr-input__postfix {
  right: 8px;
}
.ngr-input__spinner {
  right: 12px;
}
.ngr-input__visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

textarea.ngr-input__field {
  resize: vertical;
  min-height: 3rem;
}
/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/reol/components/InputGroup/InputGroup.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
.ngr-input-group:not(:last-child) {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .ngr-input-group:not(:last-child) {
    margin-bottom: 40px;
  }
}
.ngr-input-group__information {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: wrap;
}
.ngr-input-group__information > *:first-child {
  margin-right: 16px;
}
.ngr-input-group__label--visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/reol/components/HelpText/HelpText.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
.ngr-help-text {
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: "Muli", "Helvetica", "Arial", sans-serif;
  color: #6c7584;
  display: block;
  margin-top: 8px;
}
.ngr-help-text--error {
  color: #CC092F;
}
.ngr-help-text--success {
  color: #37863B;
}
/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/reol/components/Label/Label.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
.ngr-label {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-family: "Muli", "Helvetica", "Arial", sans-serif;
  color: #1e1e1e;
  display: block;
}
.ngr-label:not(:last-child) {
  margin-bottom: 8px;
}
.ngr-label--visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.ngr-label__text {
  color: #1e1e1e;
  cursor: inherit;
  font-weight: 700;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/handover-checker/style/price-info-panel.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-price-info-panel {
  background-color: #fff;
  margin: 16px 0 0;
}
.ws-price-info-panel__paragraph {
  margin: 0 0 8px;
}
.ws-price-info-panel__paragraph:last-child {
  margin: 0;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/handover-options/style/selected-pickup-location.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
.ws-selected-pickup-location__title {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: bold;
  margin-bottom: 4px;
}
.ws-selected-pickup-location__subtitle {
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-bottom: 16px;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/handover-options/style/handover-option-details.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
.ws-handover-option-details {
  position: relative;
  padding-left: 40px;
}
.ws-handover-option-details:not(:last-child) {
  margin-bottom: 40px;
}
.ws-handover-option-details__icon {
  position: absolute;
  top: 2px;
  left: 0;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/handover-options/style/delivery-location-picker.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
.ws-delivery-location-picker__title {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: bold;
  margin-bottom: 4px;
}
.ws-delivery-location-picker__subtitle {
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-bottom: 16px;
}
.ws-delivery-location-picker__radio-items {
  margin-bottom: 16px;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/handover-options/style/pickup-store-picker.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
.ws-pickup-store-picker__intro {
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin: 0 0 24px;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/handover-options/style/handover-location-group.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
.ws-handover-location-group__content {
  padding-bottom: 16px;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/handover-windows/style/handover-windows.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-handover-windows {
  min-height: 1px;
}
.ws-handover-windows__message {
  margin-top: 24px;
}
.ws-handover-windows__error {
  margin: 0 0 16px;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/handover-windows/style/handover-windows-date.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
.ws-handover-windows-date__messages {
  margin-bottom: 24px;
}
.ws-handover-windows-date__messages:empty {
  display: none;
}
.ws-handover-windows-date__store-deviation-message {
  margin-bottom: 24px;
}
.ws-handover-windows-date__loader {
  margin: 0 0 32px;
}
.ws-handover-windows-date__table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
  border: 2px solid #ffffff;
}
@media (min-width: 768px) {
  .ws-handover-windows-date__table {
    border-width: 8px;
  }
}
.ws-handover-windows-date__day {
  width: 14.2857142857%;
  text-align: center;
  padding: 2px;
}
@media (min-width: 768px) {
  .ws-handover-windows-date__day {
    padding: 6px 8px;
  }
}
.ws-handover-windows-date__day--header {
  padding: 2px;
}
@media (min-width: 768px) {
  .ws-handover-windows-date__day--header {
    padding: 8px;
  }
}
.ws-handover-windows-date__day-name {
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-decoration: none;
  border: 0 !important;
}
.ws-handover-windows-date__day-name--short {
  display: none;
}
@media (min-width: 768px) {
  .ws-handover-windows-date__day-name--short {
    display: block;
  }
}
@media (min-width: 768px) {
  .ws-handover-windows-date__day-name--shortest {
    display: none;
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/handover-windows/style/handover-time-radio-button.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-handover-time-radio-button {
  font-size: 0.875rem;
  line-height: 1.125rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  position: relative;
  min-height: 44px;
  border: 1px solid #e5e5e5;
}
.ws-handover-time-radio-button--status-default {
  background-color: #ffffff;
  transition: background-color 0.3s linear;
}
.ws-handover-time-radio-button--status-default:hover {
  background-color: #e5e5e5;
}
.ws-handover-time-radio-button--selected {
  border: 2px solid #eceef2;
  font-weight: bold;
}
.ws-handover-time-radio-button--status-product-deviation {
  color: rgba(0, 118, 223, 0.5);
  background-color: #d3f2ff;
  border-color: #d3f2ff;
  cursor: default;
}
.ws-handover-time-radio-button--status-store-deviation {
  color: rgba(255, 241, 171, 0.5);
  background-color: #ffe6c1;
  border-color: #ffe6c1;
  cursor: default;
}
.ws-handover-time-radio-button--status-unavailable {
  font-size: 0.75rem;
  line-height: 1rem;
  cursor: default;
  color: #c5c5c5;
  background-color: transparent;
  border-color: transparent;
}
@media (min-width: 768px) {
  .ws-handover-time-radio-button--status-unavailable {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
.ws-handover-time-radio-button__input {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.ws-handover-time-radio-button__badge {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: -10px;
  margin-top: -10px;
  z-index: 1;
}
.ws-handover-time-radio-button__badge--trumf {
  color: #0d223f;
}
.ws-handover-time-radio-button__badge--environmental-benefit {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  background-color: #3a7047;
}
.ws-handover-time-radio-button--selected .ws-handover-time-radio-button__badge {
  margin-right: -12px;
  margin-top: -12px;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/handover-windows/style/handover-windows-header.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
.ws-handover-windows-header {
  display: flex;
  justify-content: space-between;
  margin: 0 0 8px;
}
@media (min-width: 768px) {
  .ws-handover-windows-header {
    margin-bottom: 16px;
  }
}
.ws-handover-windows-header__primary {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .ws-handover-windows-header__primary {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
.ws-handover-windows-header__secondary {
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-transform: uppercase;
  color: #444;
}
@media (min-width: 768px) {
  .ws-handover-windows-header__secondary {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/handover-windows/style/restricted-handover-time-message.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-restricted-handover-time-message {
  margin-bottom: 24px;
}
.ws-restricted-handover-time-message__item {
  margin-bottom: 8px;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/handover-windows/style/restricted-handover-time-item.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-restricted-handover-time-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .ws-restricted-handover-time-item {
    flex-direction: column;
    gap: 0;
    margin-bottom: 8px;
  }
  .ws-restricted-handover-time-item:last-child {
    margin-bottom: 0;
  }
}
.ws-restricted-handover-time-item:last-child {
  margin-bottom: 0;
}
.ws-restricted-handover-time-item p.ws-restricted-handover-time-item__product {
  flex: 1;
  margin: 0;
}
.ws-restricted-handover-time-item__reason {
  display: inline;
  margin: 0;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/handover-windows/style/window-tag-info.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-window-tag-info {
  display: flex;
  align-items: center;
  margin: 24px 0 0;
}
.ws-window-tag-info__badge {
  margin-right: 16px;
}
.ws-window-tag-info__badge--trumf {
  color: #0d223f;
}
.ws-window-tag-info__badge--environmental-benefit {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  background-color: #3a7047;
}
.ws-window-tag-info__text {
  font-size: 0.875rem;
  line-height: 1.125rem;
  flex: 1;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/handover-windows/style/outside-campaign-message.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
.ws-outside-campaign-message:not(:last-child) {
  margin-bottom: 24px;
}
.ws-outside-campaign-message__title {
  font-weight: bold;
  margin: 0 0 8px;
}
.ws-outside-campaign-message__description {
  margin: 0;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/shared/style/info-alert-special.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
.ngr-alert.ws-info-alert-special {
  background: #e5e5e5;
}
.ngr-alert.ws-info-alert-special .ngr-alert__icon,
.ngr-alert.ws-info-alert-special .ngr-alert__collapse-indicator {
  color: #877a6e;
}
.ngr-alert.ws-info-alert-special .ngr-alert__collapse-hr {
  background-color: #877a6e;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/shared/style/more-info-button.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-more-info-button {
  font-family: "Muli", "Helvetica", "Arial", sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: color 0.3s linear;
  background: transparent;
  padding: 0;
  color: inherit;
  cursor: pointer;
  vertical-align: bottom;
  border: 0;
}
@media (hover: hover) {
  .ws-more-info-button:not(:disabled):hover, .ws-more-info-button:not(:disabled):focus {
    color: #eceef2;
  }
}
@media (hover: none) {
  .ws-more-info-button:not(:disabled):active {
    color: #eceef2;
  }
}
.ws-more-info-button:focus:not(:focus-visible) {
  outline: none;
}
.ws-more-info-button__label {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/handover-windows/style/handover-windows-time.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
.ws-handover-windows-time {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .ws-handover-windows-time {
    margin-top: 32px;
  }
}
.ws-handover-windows-time__items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .ws-handover-windows-time__items {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(auto-fit, minmax(152px, 0.5fr));
  }
}
.ws-handover-windows-time__reservation {
  font-size: 0.8125rem;
  line-height: 1rem;
  margin: 16px 0 0;
}
@media (min-width: 768px) {
  .ws-handover-windows-time__reservation {
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin-top: 24px;
  }
}
.ws-handover-windows-time__reservation-status {
  margin: 24px 0 0;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/handover-picker/style/reservation-progress.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
.ws-reservation-progress {
  position: relative;
  height: 24px;
}
.ws-reservation-progress--with-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.ws-reservation-progress__progress-svg {
  position: relative;
  width: 24px;
  height: 24px;
  transform: rotate(-90deg);
}
.ws-reservation-progress__progress-svg circle {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: rgba(48, 23, 73, 0.2);
  stroke-width: 1.5;
  stroke-linecap: round;
}
.ws-reservation-progress__progress-svg circle:last-of-type {
  stroke-dasharray: 58px;
  stroke-dashoffset: calc(58px - 58px * var(--progress-value) / 100);
  stroke: #301749;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/products/style/energy-class.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-energy-class {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  position: relative;
  font-size: 0.8571428571rem;
  line-height: 1.75;
}
.ws-energy-class__icon {
  vertical-align: top;
}
.ws-energy-class__icon,
.ws-energy-class__icon svg {
  width: 3.28125em;
  height: 1.75em;
}
.ws-energy-class__icon--a3 {
  color: #33a357;
}
.ws-energy-class__icon--a2 {
  color: #79b752;
}
.ws-energy-class__icon--a1 {
  color: #c3d545;
}
.ws-energy-class__icon--a {
  color: #fff12c;
}
.ws-energy-class__icon--b {
  color: #edb731;
}
.ws-energy-class__icon--c {
  color: #d66f2c;
}
.ws-energy-class__icon--d {
  color: #cc232a;
}
.ws-energy-class__label {
  padding-left: 0.33333em;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  color: #fff;
}
.ws-energy-class__label sup {
  line-height: initial;
}
.ws-energy-class--medium {
  font-size: 1rem;
}
.ws-energy-class--big {
  font-size: 1.5rem;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/products/style/product-data.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-product-data {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ws-product-data__section {
  background-color: #fff;
  border-bottom: 1px solid #f6f6f6;
}
.ws-product-data__section--icons {
  padding: 16px;
}
.ws-product-data__content {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  padding: 0 0 16px;
}
.ws-product-data__durability-title {
  display: flex;
  align-items: center;
}
.ws-product-data__durability-title-icon {
  margin: -6px 16px -6px 0;
}
.ws-product-data__durability-title-text {
  flex: 1;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/products/style/environmental-code.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-environmental-codes {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ws-environmental-codes--vertical {
  width: 24px;
  display: flex;
  flex-direction: column-reverse;
}
.ws-environmental-codes--vertical .ws-environmental-codes__item {
  margin: 8px 0 0;
}
.ws-environmental-codes--vertical .ws-environmental-codes__item:last-child {
  margin-top: 0;
}
.ws-environmental-codes--horizontal {
  display: flex;
  margin-top: 4px;
}
.ws-environmental-codes--horizontal .ws-environmental-codes__item {
  margin: 0 8px 0 0;
}
.ws-environmental-codes--horizontal .ws-environmental-codes__item:last-child {
  margin-right: 0;
}
.ws-environmental-codes__item {
  padding: 0;
}
.ws-environmental-codes__item .ngr-tooltip {
  left: -24px;
}
.ws-environmental-codes__item--large .ngr-tooltip {
  left: -16px;
}
.ws-environmental-codes__icon,
.ws-environmental-codes .ws-durability__icon {
  display: block;
}
.ws-environmental-codes__icon .ngr-icon,
.ws-environmental-codes .ws-durability__icon .ngr-icon {
  display: block;
}
.ws-environmental-codes__icon .ngr-icon__svg,
.ws-environmental-codes .ws-durability__icon .ngr-icon__svg {
  width: 24px;
  height: 24px;
}
.ws-environmental-codes__icon--large .ngr-icon__svg,
.ws-environmental-codes .ws-durability__icon--large .ngr-icon__svg {
  width: 40px;
  height: 40px;
}
.ws-environmental-codes .ws-durability__icon-wrapper {
  width: 24px;
  min-width: 24px;
}
.ws-environmental-codes .ws-durability__days {
  font-size: 12px;
  top: 6px;
}
/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/reol/components/Tooltip/Tooltip.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
.ngr-tooltip {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  font-family: "Muli", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  position: absolute;
  bottom: 100%;
  margin-bottom: 17px;
  cursor: default;
  padding: 16px;
  color: #1e1e1e;
  border: 1px solid 1px solid #8e8a94;
  box-shadow: 0 3px 6px rgba(30, 30, 30, 0.2);
  border-radius: 0;
  background-color: #ffffff;
  opacity: 0;
  pointer-events: none;
  z-index: 5;
  transition: all 0.3s;
  transform: translate3d(0, 8px, 0);
  min-width: 210px;
}
.ngr-tooltip:focus {
  outline: none;
}
.ngr-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  margin-top: -10px;
  height: 20px;
  width: 20px;
  transform: rotate(45deg);
  background: #ffffff;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.03);
  z-index: -1;
  border: inherit;
  border-width: 0 1px 1px 0;
}
.ngr-tooltip__wrapper {
  position: relative;
  display: inline-block;
}
.ngr-tooltip__wrapper--inline {
  display: inline;
}
.ngr-tooltip__button-wrapper {
  display: inline-block;
  position: relative;
}
.ngr-tooltip__button-wrapper--block {
  display: block;
}
.ngr-tooltip__button-click-catcher {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  border: 0;
  padding: 0;
}
.ngr-tooltip__text a, .ngr-tooltip__button {
  color: #301749;
  width: initial !important;
}
.ngr-tooltip__text a:hover, .ngr-tooltip__text a:focus, .ngr-tooltip__button:hover, .ngr-tooltip__button:focus {
  color: #301749 !important;
}
.ngr-tooltip__close-button {
  position: absolute;
  right: 0;
  top: 0;
}
.ngr-tooltip--visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}
.ngr-tooltip--left {
  left: 0;
}
.ngr-tooltip--left::after {
  left: 24px;
}
.ngr-tooltip--center::after {
  left: calc(50% - 10px);
}
.ngr-tooltip--right {
  right: 0;
}
.ngr-tooltip--right::after {
  right: 24px;
}
.ngr-tooltip--width-wide {
  left: unset;
  right: unset;
  width: calc(100vw - 64px);
  max-width: 400px;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/products/style/durability.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
.ws-durability {
  display: flex;
}
.ws-durability__icon-wrapper {
  display: inline-block;
  position: relative;
  width: 30px;
  min-width: 30px;
}
.ws-durability__icon-wrapper--big {
  margin: 8px 16px 0 0;
}
.ws-durability__icon {
  display: block;
  width: 100%;
}
.ws-durability__days {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  color: #0076d6;
  font-weight: bold;
  left: 0;
  position: absolute;
  text-align: center;
  top: 12px;
  width: 100%;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/products/style/allergens.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-allergens__group--may {
  color: #6c7584;
  display: flex;
  flex-wrap: wrap;
}
.ws-allergens__group:not(:first-child) {
  margin-top: 12px;
}
.ws-allergens__title--may {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  margin: 0 8px 0 0;
}
.ws-allergens__allergens {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.ws-allergens__allergen {
  font-size: 0.75rem;
  line-height: 1rem;
  align-items: center;
}
.ws-allergens__allergen--yes {
  display: flex;
  font-weight: 700;
  text-transform: uppercase;
  margin: 12px 16px 0 0;
}
.ws-allergens__allergen--may {
  font-weight: 400;
  text-transform: lowercase;
  margin: 0 8px 0 0;
}
.ws-allergens__image {
  margin-right: 8px;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/products/style/manufacturer-info.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
.ws-manufacturer-info {
  margin: 0;
  padding: 0;
}
.ws-manufacturer-info__item {
  vertical-align: top;
}
.ws-manufacturer-info__item-label {
  padding: 0 16px 8px 0;
  font-weight: bold;
}
.ws-manufacturer-info__item-value {
  padding: 0 0 8px;
}

.ws-product-data {
  container-type: inline-size;
}

@container (width < 19rem) {
  .ws-manufacturer-info__item,
  .ws-manufacturer-info__item-label,
  .ws-manufacturer-info__item-value {
    display: block;
  }
  .ws-manufacturer-info__item {
    margin-bottom: 0.5rem;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/reol/components/SafeHtml/SafeHtml.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
.ngr-safe-html a {
  color: #301749;
  transition: color 0.3s linear;
  text-decoration: underline;
  cursor: pointer;
}
@media (hover: hover) {
  .ngr-safe-html a:not(:disabled):hover, .ngr-safe-html a:not(:disabled):focus, .ngr-safe-html a:not(:disabled):focus-within {
    color: #301749;
  }
}
@media (hover: none) {
  .ngr-safe-html a:not(:disabled):active {
    color: #301749;
  }
}
.ngr-safe-html a:focus:not(:focus-visible) {
  outline: none;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/products/style/nutritional-content.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-nutritional-content {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ws-nutritional-content__item {
  display: inline-block;
  line-height: 1.1;
  margin-bottom: 4px;
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #e2e0e1;
}
.ws-nutritional-content__item:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
.ws-nutritional-content__list-view-item {
  padding: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ws-nutritional-content__list-view-item:nth-child(odd) {
  background-color: #f6f6f6;
}
.ws-nutritional-content--skin-trumf .ws-nutritional-content__list-view-item {
  padding: 9px 22px;
}
.ws-nutritional-content--skin-trumf .ws-nutritional-content__list-view-item:nth-child(odd) {
  background-color: #ffcfcb;
}
.ws-nutritional-content--skin-trumf .ws-nutritional-content__name {
  font-weight: normal;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/products/style/guideline-daily-amount.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
.ws-guideline-daily-amount__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/products/style/danger-and-safety.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-danger-and-safety__pictograms {
  margin: 0 0 16px;
}
.ws-danger-and-safety__pictogram {
  min-width: 64px;
  min-height: 64px;
  color: #121212;
  display: inline-block;
}
.ws-danger-and-safety__warning-word {
  display: block;
  margin: 0 0 8px;
  font-weight: bold;
  text-transform: uppercase;
}
.ws-danger-and-safety__descriptions {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ws-danger-and-safety__descriptions:not(:last-child) {
  margin-bottom: 8px;
}
.ws-danger-and-safety__description {
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin: 0;
  padding: 0;
}
.ws-danger-and-safety__description:not(:last-child) {
  margin-bottom: 8px;
}
.ws-danger-and-safety__link {
  display: block;
  padding: 4px 0;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/products/style/energy-info.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-energy-info__link:not(:last-child) {
  margin-bottom: 8px;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/product-view/style/product-view.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-product-view__heading {
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: bold;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e2e0e1;
  position: relative;
}
.ws-product-view__heading__link {
  position: absolute;
  right: 0;
  top: 0;
}
.ws-product-view__empty-result {
  font-size: 1rem;
  line-height: 1.375rem;
  text-align: center;
  margin: 32px;
}
.ws-product-view__campaign-insert {
  grid-column: 1/span 2;
  grid-row: 1/span 2;
}
.ws-product-view__campaign-insert--top-right {
  grid-column: -3/span 2;
}
.ws-product-view__footer {
  text-align: center;
  margin-top: 24px;
}
.ws-product-view__footer:empty {
  display: none;
}
.ws-product-view__button {
  color: #999;
  border: 1px solid #999;
  transition: color 0.3s linear, border-color 0.3s linear;
  padding: 3px;
  background-color: transparent;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 0;
  text-decoration: none;
  cursor: pointer;
}
.ws-product-view__button:not(:last-child) {
  margin-right: 8px;
}
.ws-product-view__button:hover, .ws-product-view__button--active {
  color: #301749;
  border-color: #301749;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/products/style/product-list-vertical.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-product-list-vertical {
  margin: 0;
  padding: 0;
  padding-top: 36px !important;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  grid-template-columns: repeat(auto-fill, minmax(132px, 1fr));
  gap: 24px;
}
@supports (display: grid) {
  .ws-product-list-vertical {
    display: grid;
  }
}
@media (min-width: 480px) {
  .ws-product-list-vertical {
    gap: 68px 32px;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  }
}
@media (min-width: 480px) {
  .ws-product-list-vertical--alternative {
    gap: 0;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 479px) {
  .ws-product-list-vertical--disable-alt-view {
    gap: 78px 16px;
    grid-template-columns: repeat(auto-fill, minmax(132px, 1fr));
  }
}
@media (min-width: 480px) {
  .ws-product-list-vertical--large {
    grid-template-columns: 1fr 1fr;
  }
}
.ws-product-list-vertical__item {
  list-style: none;
  box-sizing: border-box;
  flex-grow: 1;
  padding-right: 24px;
  display: flex;
  flex-direction: column;
}
@supports (display: grid) {
  .ws-product-list-vertical__item {
    padding-right: 0;
  }
}
.ws-product-list-vertical__item .ws-product-vertical {
  overflow: visible;
}
.ws-product-list-vertical__item .ws-product-vertical__title {
  white-space: normal;
  padding-top: 8px;
}
.ws-product-list-vertical__item .ws-product-vertical__image img {
  margin: 0 auto;
}
.ws-product-list-vertical__item .ws-add-to-cart {
  padding-left: 20px;
  margin-left: -20px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 17%, rgb(255, 255, 255) 100%);
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/products/style/product-vertical.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-product-vertical {
  text-align: left;
}
.ws-product-vertical--price-hidden .ws-product-vertical__add {
  margin-top: 4px;
}
.ws-product-vertical__image {
  padding: 16px;
  display: block;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}
.ws-product-vertical__image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.ws-product-vertical .ngr-icon--rebate {
  position: absolute;
  top: 14px;
  right: 0;
  color: #eceef2;
  z-index: 1;
}
.ws-product-vertical__price {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
}
.ws-product-vertical__price--discounted {
  color: #fff;
  background-color: #301749;
  padding: 1px 4px;
  border-radius: 0;
}
.ws-product-vertical__price--active-coupon {
  text-decoration: line-through;
}
.ws-product-vertical__overlay-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.ws-product-vertical__supplier-label {
  display: block;
  margin: 8px 0;
  text-align: center;
}
.ws-product-vertical .ws-energy-class {
  display: block;
  margin: 8px 0 0;
}
.ws-product-vertical__cart {
  height: 38px;
}
@media (max-width: 390px) {
  .ws-product-vertical__cart {
    position: absolute;
    right: 0;
    bottom: 30px;
  }
  .ws-product-vertical__cart .ws-add-to-cart--not-added {
    height: 38px;
    width: 38px;
    padding: 0 !important;
    margin: 0 !important;
    background: #fff !important;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(30, 30, 30, 0.2);
  }
}
.ws-product-vertical .ws-add-to-cart {
  padding-left: 20px;
  margin-left: -20px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 17%, rgb(255, 255, 255) 100%);
}
.ws-product-vertical__details {
  width: 100%;
}
.ws-product-vertical__title {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  white-space: normal;
  padding-top: 8px;
  font-weight: bold;
  margin: 0;
}
.ws-product-vertical__link {
  color: inherit;
  text-decoration: none;
}
.ws-product-vertical a.ws-product-vertical__link {
  transition: color linear 0.3s;
}
@media (hover: hover) {
  .ws-product-vertical a.ws-product-vertical__link:not(:disabled):hover, .ws-product-vertical a.ws-product-vertical__link:not(:disabled):focus {
    outline: none;
    text-decoration: underline;
    color: #301749;
  }
}
@media (hover: none) {
  .ws-product-vertical a.ws-product-vertical__link:not(:disabled):active {
    outline: none;
    text-decoration: underline;
    color: #301749;
  }
}
.ws-product-vertical__subtitle {
  font-size: 0.8125rem;
  line-height: 1rem;
  margin: 0;
  color: #6c7584;
  font-weight: bold;
}
.ws-product-vertical__price-compare {
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: lowercase;
  margin: 4px 0 0;
}
.ws-product-vertical__price-former, .ws-product-vertical__price-unit-weight, .ws-product-vertical__price-unit {
  display: inline-block;
  margin: 0;
  color: #6c7584;
}
.ws-product-vertical__price-former:not(:last-child), .ws-product-vertical__price-unit-weight:not(:last-child), .ws-product-vertical__price-unit:not(:last-child) {
  margin-right: 3px;
}
.ws-product-vertical__price-former {
  text-transform: uppercase;
  color: inherit;
  text-decoration: inherit;
}
.ws-product-vertical__price-unit {
  clear: both;
}
.ws-product-vertical__not-for-sale, .ws-product-vertical__quantity-limitation, .ws-product-vertical__unavailable {
  margin-top: 4px;
}
.ws-product-vertical__promotion {
  font-size: 0.75rem;
  line-height: 1rem;
  display: block;
  margin: 5px 0 0;
  text-transform: uppercase;
  text-decoration: none;
  color: #301749;
}
.ws-product-vertical a.ws-product-vertical__promotion {
  font-weight: bold;
}
@media (hover: hover) {
  .ws-product-vertical a.ws-product-vertical__promotion:not(:disabled):hover, .ws-product-vertical a.ws-product-vertical__promotion:not(:disabled):focus {
    color: #301749;
    text-decoration: underline;
  }
}
@media (hover: none) {
  .ws-product-vertical a.ws-product-vertical__promotion:not(:disabled):active {
    color: #301749;
    text-decoration: underline;
  }
}
.ws-product-vertical__add {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #e2e0e1;
  padding-bottom: 4px;
  margin-top: -4px;
  min-height: 38px;
  position: relative;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/shared/style/image.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-image--common-image-service {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.ws-image--common-image-service img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/products/style/product-label.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-product-label {
  font-size: 0.75rem;
  line-height: 1rem;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 0;
}
.ws-product-label--size-medium {
  font-size: 0.8125rem;
  line-height: 1rem;
}
@media (min-width: 768px) {
  .ws-product-label--size-medium {
    font-size: 0.875rem;
    line-height: 1.125rem;
    padding: 4px 12px;
  }
}
.ws-product-label--type-not-for-sale, .ws-product-label--type-unavailable {
  color: #121212;
  background-color: #fdded8;
}
.ws-product-label--type-quantity-limitation, .ws-product-label--type-supplier-product {
  color: #121212;
  background-color: #d3f2ff;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/products/style/loyalty-club-promotion.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-loyalty-club-promotion {
  display: inline-block;
  margin-top: 5px;
  color: #fff;
}
.ws-loyalty-club-promotion__text {
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-decoration: none;
  color: #0a0066;
}
@media (hover: hover) {
  .ws-loyalty-club-promotion__text:not(:disabled):hover, .ws-loyalty-club-promotion__text:not(:disabled):focus, .ws-loyalty-club-promotion__text:not(:disabled):focus-within {
    color: #0a0066;
    text-decoration: underline;
  }
}
@media (hover: none) {
  .ws-loyalty-club-promotion__text:not(:disabled):active {
    color: #0a0066;
    text-decoration: underline;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/coupons/style/coupon-product.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-product-vertical--coupon {
  position: relative;
  padding: 0.001px;
  z-index: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.ws-product-vertical--coupon::before {
  content: "";
  position: absolute;
  top: -36px;
  left: -10px;
  right: -10px;
  bottom: 24px;
  z-index: -1;
  border-radius: 0;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(18, 18, 18, 0.3);
}
.ws-product-vertical--coupon .ws-product-vertical__details {
  width: 100%;
  flex: 1;
}

.ws-coupon-product-header {
  text-transform: uppercase;
  font-size: 0.6875rem;
  line-height: 0.875rem;
  font-weight: bold;
}
.ws-coupon-product-header--horizontal {
  padding: 8px 8px 0;
}
.ws-coupon-product-header--horizontal .ws-coupon-product-header__category,
.ws-coupon-product-header--horizontal .ws-coupon-product-header__validity {
  display: inline;
}
.ws-coupon-product-header--horizontal .ws-coupon-product-header__category {
  margin-right: 5px;
}
.ws-coupon-product-header--vertical {
  padding: 8px 10px 0;
  background-color: #fff;
  border-radius: 0 0 0 0;
  text-align: center;
  position: absolute;
  left: -10px;
  right: -10px;
  bottom: 100%;
  z-index: 1;
}
.ws-coupon-product-header--vertical .ws-coupon-product-header__category,
.ws-coupon-product-header--vertical .ws-coupon-product-header__validity {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ws-coupon-product-header .ws-coupon-product-header__validity {
  color: #301749;
}

.ws-coupon-product-footer--horizontal {
  padding: 0 8px 8px;
  display: flex;
  justify-content: space-between;
}
.ws-coupon-product-footer--horizontal .ws-coupon-product-footer__rebate {
  padding-top: 6px;
}
.ws-coupon-product-footer--horizontal .ws-coupon-product-footer__rebate strong {
  font-size: 18px;
}
.ws-coupon-product-footer--horizontal .ws-coupon-product-footer__rebate span {
  font-size: 10px;
}
.ws-coupon-product-footer--vertical {
  margin: 0 -10px;
}
.ws-coupon-product-footer--vertical .ws-coupon-product-footer__rebate {
  padding: 10px;
  margin-top: 8px;
}
.ws-coupon-product-footer--vertical .ws-coupon-product-footer__rebate strong,
.ws-coupon-product-footer--vertical .ws-coupon-product-footer__rebate span {
  display: block;
}
.ws-coupon-product-footer--vertical .ws-coupon-product-footer__rebate strong {
  font-size: 20px;
}
.ws-coupon-product-footer--vertical .ws-coupon-product-footer__rebate span {
  font-size: 11px;
  margin-top: 2px;
}
.ws-coupon-product-footer--vertical .ws-coupon-activation__button {
  width: 100%;
  border-radius: 0 0 0 0;
  padding-top: 6px;
  padding-bottom: 6px;
}
.ws-coupon-product-footer .ws-coupon-product-footer__rebate {
  text-transform: uppercase;
  color: #e81139;
}
.ws-coupon-product-footer .ws-coupon-product-footer__rebate strong,
.ws-coupon-product-footer .ws-coupon-product-footer__rebate span {
  font-weight: bold;
  line-height: 1;
}
.ws-coupon-product-footer .ws-coupon-product-footer__rebate strong {
  font-family: "FuturaPassata", "Futura", "Helvetica", "Arial", sans-serif;
}
.ws-coupon-product-footer__link {
  font-size: 0.75rem;
  line-height: 1rem;
  display: block;
  width: 100%;
  height: 24px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ws-coupon-product .ws-coupon-product-header {
  padding: 16px;
}
.ws-coupon-product .ws-coupon-product-footer {
  padding: 0 16px 16px;
  border-bottom: 1px solid #f6f6f6;
}
.ws-coupon-product .ws-coupon-product-footer__link {
  height: auto;
  line-height: normal;
  padding: 8px 16px;
}

.ws-coupon-product-compact-text {
  font-size: 0.75rem;
  line-height: 1rem;
}
.ws-coupon-product-compact-text__lineprice {
  text-decoration: line-through;
}
.ws-coupon-product-compact-text__rebate {
  color: #e81139;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/coupons/style/coupon-activation.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-coupon-activation__button--activating, .ws-coupon-activation__button--active, .ws-coupon-activation__button--used {
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  cursor: default;
  border-color: transparent !important;
}
.ws-coupon-activation__button--activating, .ws-coupon-activation__button--activating:hover {
  background-color: transparent !important;
  color: inherit !important;
}
.ws-coupon-activation__button--active, .ws-coupon-activation__button--active:hover {
  background-color: transparent !important;
  color: #37863b !important;
}
.ws-coupon-activation__button--used, .ws-coupon-activation__button--used:hover {
  background-color: transparent !important;
  color: inherit !important;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/cart/style/add-to-cart.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-add-to-cart {
  white-space: nowrap;
}
.ws-add-to-cart__quantity {
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.25;
  display: inline-block;
  margin: 0;
  position: relative;
  top: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.ws-add-to-cart__quantity-unit {
  font-size: 10px;
  display: block;
  letter-spacing: 1px;
  line-height: 1;
  font-weight: 400;
}
.ws-add-to-cart__quantity--no-unit {
  font-size: 0.875rem;
  line-height: 1.125rem;
  line-height: 1.625rem;
}
.ws-add-to-cart__quantity--withselect:hover {
  background-color: #f6f6f6;
  color: #eceef2;
}
.ws-add-to-cart__quantity-stepper {
  border: 1px solid #e2e0e1;
  display: inline-flex;
  min-width: 90px;
  flex-direction: row;
  justify-content: space-between;
  border-radius: 0;
}
@media (hover: hover) {
  .ws-add-to-cart__quantity-stepper:not(:disabled):hover, .ws-add-to-cart__quantity-stepper:not(:disabled):focus {
    border-color: #121212;
  }
}
@media (hover: none) {
  .ws-add-to-cart__quantity-stepper:not(:disabled):active {
    border-color: #121212;
  }
}
.ws-add-to-cart__quantity-stepper .ws-add-to-cart__button--decrease,
.ws-add-to-cart__quantity-stepper .ws-add-to-cart__button--remove {
  order: 1;
}
.ws-add-to-cart__quantity-stepper .ws-add-to-cart__quantity {
  order: 2;
}
.ws-add-to-cart__quantity-stepper .ws-add-to-cart__button--increase {
  order: 3;
}
.ws-add-to-cart__button {
  vertical-align: middle;
  display: inline-block;
  border: 16px solid transparent;
  margin: -16px;
  padding: 0;
  color: #301749;
  background: transparent;
  outline: none;
  cursor: pointer;
  transition: transform 0.1s linear;
}
@media (hover: hover) {
  .ws-add-to-cart__button:not(:disabled):hover .ws-add-to-cart__button__inner, .ws-add-to-cart__button:not(:disabled):focus .ws-add-to-cart__button__inner {
    color: #eceef2;
    background-color: #f6f6f6;
  }
  .ws-add-to-cart__button:not(:disabled):hover .ws-icon-circle,
  .ws-add-to-cart__button:not(:disabled):hover .ws-add-to-cart__icon, .ws-add-to-cart__button:not(:disabled):focus .ws-icon-circle,
  .ws-add-to-cart__button:not(:disabled):focus .ws-add-to-cart__icon {
    color: #1e1e1e;
    border-color: #eceef2;
    background-color: #eceef2;
  }
}
@media (hover: none) {
  .ws-add-to-cart__button:not(:disabled):active .ws-add-to-cart__button__inner {
    color: #eceef2;
    background-color: #f6f6f6;
  }
  .ws-add-to-cart__button:not(:disabled):active .ws-icon-circle,
  .ws-add-to-cart__button:not(:disabled):active .ws-add-to-cart__icon {
    color: #1e1e1e;
    border-color: #eceef2;
    background-color: #eceef2;
  }
}
.ws-add-to-cart__button:focus-visible .ngr-icon {
  background-color: #f6f6f6;
  outline: 2px solid #0192d0;
}
.ws-add-to-cart__button--trash {
  margin: 0;
  border-width: 6px;
  color: #3c3c3b;
}
@media (hover: hover) {
  .ws-add-to-cart__button--trash:not(:disabled):hover, .ws-add-to-cart__button--trash:not(:disabled):focus {
    color: #eceef2;
  }
}
@media (hover: none) {
  .ws-add-to-cart__button--trash:not(:disabled):active {
    color: #eceef2;
  }
}
.ws-add-to-cart__button-caption {
  display: none;
}
.ws-add-to-cart__button__inner {
  width: 26px;
  height: 28px;
  border-radius: 0;
  color: #121212;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
}
.ws-add-to-cart__button__inner .ngr-icon__svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}
.ws-add-to-cart__button .ws-icon-circle,
.ws-add-to-cart__button .ws-add-to-cart__icon {
  width: 24px;
  height: 24px;
  border: 1px solid #301749;
  transition: color linear 0.15s, border-color linear 0.15s, background-color linear 0.15s;
}
.ws-add-to-cart__button .ws-icon-circle:not(.ws-icon-circle--outline) {
  background-color: #301749;
}
.ws-add-to-cart__button .ws-add-to-cart__icon {
  background-color: #301749;
  color: #fff;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.ws-add-to-cart__button .ws-add-to-cart__icon .ngr-icon__svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}
.ws-add-to-cart__button:disabled {
  cursor: default;
  opacity: 0.25;
}
.ws-add-to-cart__button:disabled {
  cursor: default;
  opacity: 0.25;
}
@media (hover: hover) {
  .ws-add-to-cart__button:not(:disabled):active {
    transform: scale(0.85);
  }
}

.ws-add-to-cart--bigger,
.ws-add-to-cart--medium,
.ws-add-to-cart--biggest {
  height: 28px;
}
.ws-add-to-cart--bigger .ws-add-to-cart__quantity,
.ws-add-to-cart--medium .ws-add-to-cart__quantity,
.ws-add-to-cart--biggest .ws-add-to-cart__quantity {
  margin: 0 5px;
}
.ws-add-to-cart--bigger .ws-add-to-cart__button .ws-icon-circle,
.ws-add-to-cart--bigger .ws-add-to-cart__button .ws-add-to-cart__icon,
.ws-add-to-cart--medium .ws-add-to-cart__button .ws-icon-circle,
.ws-add-to-cart--medium .ws-add-to-cart__button .ws-add-to-cart__icon,
.ws-add-to-cart--biggest .ws-add-to-cart__button .ws-icon-circle,
.ws-add-to-cart--biggest .ws-add-to-cart__button .ws-add-to-cart__icon {
  width: 28px;
  height: 28px;
}

.ws-add-to-cart--small .ws-add-to-cart__button .ws-add-to-cart__icon,
.ws-add-to-cart--bigger .ws-add-to-cart__button .ws-add-to-cart__icon,
.ws-add-to-cart--medium .ws-add-to-cart__button .ws-add-to-cart__icon {
  border-radius: 50%;
}

.ws-add-to-cart--medium {
  height: 38px;
  display: flex;
  align-items: center;
}
.ws-add-to-cart--medium .ws-add-to-cart__button--add .ws-icon-circle,
.ws-add-to-cart--medium .ws-add-to-cart__button--add .ws-add-to-cart__icon {
  height: 38px;
  width: 38px;
}

.ws-add-to-cart--biggest {
  height: 44px;
  padding-top: 0;
}
.ws-add-to-cart--biggest .ws-add-to-cart__quantity-stepper {
  height: 44px;
}
.ws-add-to-cart--biggest .ws-quantity-picker__value,
.ws-add-to-cart--biggest .ws-add-to-cart__quantity {
  font-size: 0.875rem;
  line-height: 1.125rem;
  line-height: 1.25;
}
.ws-add-to-cart--biggest .ws-quantity-picker__value--no-unit,
.ws-add-to-cart--biggest .ws-add-to-cart__quantity--no-unit {
  font-size: 1rem;
  line-height: 1.375rem;
  line-height: 2.5;
  margin-top: 0;
}
.ws-add-to-cart--biggest .ws-max-quantity-label {
  margin-left: 32px;
}
.ws-add-to-cart--biggest .ws-add-to-cart__button__inner {
  height: 42px;
}
.ws-add-to-cart--biggest .ws-add-to-cart__button--add:disabled {
  cursor: default;
  opacity: 0.25;
}
.ws-add-to-cart--biggest .ws-add-to-cart__button--add .ws-add-to-cart__button-caption {
  display: inline;
  white-space: nowrap;
}
.ws-add-to-cart--biggest .ngr-icon--cart-empty {
  margin: -4px 8px -2px 0;
}

@media (max-width: 767px) {
  .ws-add-to-cart--kingsize {
    height: 46px;
    padding-top: 0;
  }
  .ws-add-to-cart--kingsize .ws-add-to-cart__button--add {
    margin-top: 0;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .ws-add-to-cart--kingsize {
    height: 56px;
    padding-top: 0;
  }
  .ws-add-to-cart--kingsize .ws-add-to-cart__button--add {
    margin-top: 0;
    padding: 19px 36px;
  }
  .ws-add-to-cart--kingsize .ws-add-to-cart__button--add:disabled {
    cursor: default;
    opacity: 0.25;
  }
  .ws-add-to-cart--kingsize .ws-add-to-cart__button--add .ws-add-to-cart__button-caption {
    display: inline;
    white-space: nowrap;
  }
  .ws-add-to-cart--kingsize .ngr-icon--cart-empty {
    margin: -3px 8px -1px 0;
  }
}
.ws-add-to-cart--kingsize .ws-add-to-cart__quantity {
  color: inherit;
  font-size: 18px;
  margin: 0 12px;
}
@media (min-width: 768px) {
  .ws-add-to-cart--kingsize .ws-add-to-cart__quantity {
    font-size: 24px;
    margin: 0 18px;
  }
}
.ws-add-to-cart--kingsize .ws-add-to-cart__quantity-stepper .ws-icon-circle,
.ws-add-to-cart--kingsize .ws-add-to-cart__quantity-stepper .ws-add-to-cart__icon,
.ws-add-to-cart--kingsize .ws-add-to-cart__button--remove .ws-add-to-cart__icon {
  background-color: #301749;
  color: #fff;
  width: 46px;
  height: 46px;
}
@media (min-width: 768px) {
  .ws-add-to-cart--kingsize .ws-add-to-cart__quantity-stepper .ws-icon-circle,
  .ws-add-to-cart--kingsize .ws-add-to-cart__quantity-stepper .ws-add-to-cart__icon,
  .ws-add-to-cart--kingsize .ws-add-to-cart__button--remove .ws-add-to-cart__icon {
    width: 56px;
    height: 56px;
  }
}

.ws-add-to-cart .ws-checkmark-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  display: none;
  justify-content: center;
  border-radius: inherit;
  padding: 12px;
}
@media (min-width: 768px) {
  .ws-add-to-cart .ws-checkmark-overlay {
    padding: 20px;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/cart/style/quantity-picker.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-quantity-picker {
  display: block;
  position: relative;
}
@media (hover: hover) {
  .ws-quantity-picker:not(:disabled):hover .ws-quantity-picker__value, .ws-quantity-picker:not(:disabled):focus .ws-quantity-picker__value {
    background-color: #f6f6f6;
  }
}
@media (hover: none) {
  .ws-quantity-picker:not(:disabled):active .ws-quantity-picker__value {
    background-color: #f6f6f6;
  }
}
.ws-quantity-picker :focus-visible + .ws-quantity-picker__value {
  background-color: #f6f6f6;
  outline: 2px solid #0192d0;
}
.ws-quantity-picker__select {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.ws-quantity-picker__value {
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.25;
  display: block;
  border-radius: 0;
  pointer-events: none;
  position: relative;
  transition: background-color linear 0.3s;
  min-width: 2rem;
}
.ws-quantity-picker__value--no-unit {
  font-size: 0.875rem;
  line-height: 1.125rem;
  line-height: 1.625rem;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/cart/style/unavailable-cart-products.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
.ws-unavailable-cart-products__model-header {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}
.ws-unavailable-cart-products__model-header-icon {
  color: #CC092F;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/cart/style/max-quantity-message.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-max-quantity-message {
  font-size: 0.875rem;
  line-height: 1.125rem;
  padding: 16px;
  margin: 16px 0 0;
  border-radius: 0;
  background: #eceef2;
  text-align: left;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/products/style/switch-product-button.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-switch-product-button {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  padding: 0 4px;
  color: #1e1e1e;
  background-color: transparent;
  white-space: nowrap;
  text-align: right;
  display: inline-block;
  outline: none;
  border: 0;
  font-family: inherit;
  cursor: pointer;
  transition: color 0.3s linear;
  text-decoration: underline;
}
@media (hover: hover) {
  .ws-switch-product-button:not(:disabled):hover, .ws-switch-product-button:not(:disabled):focus, .ws-switch-product-button:not(:disabled):focus-within {
    color: #301749;
  }
}
@media (hover: none) {
  .ws-switch-product-button:not(:disabled):active {
    color: #301749;
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/products/style/alternative-products-dialog.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-alternative-products-dialog {
  margin: 0 0 16px;
}
.ws-alternative-products-dialog.ws-product-list {
  display: grid;
  gap: 0 8px;
}
@media (min-width: 768px) {
  .ws-alternative-products-dialog.ws-product-list {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
.ws-alternative-products-dialog.ws-product-list:last-child {
  margin: 0;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/products/style/alternative-products.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-alternative-products__title {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: bold;
  margin: 24px 0 0;
}
.ws-alternative-products__title:first-child {
  margin-top: 0;
}
.ws-alternative-products__title--horizontal {
  margin-bottom: 8px;
}
.ws-alternative-products__paragraph {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  margin: 0 0 16px;
}
.ws-alternative-products__paragraph:last-child {
  margin: 0;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/products/style/product-list.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-product-list {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
}
.ws-product-list__item {
  margin: 0;
  padding: 0;
}
.ws-product-list__item:not(:last-child) {
  border-bottom: 1px solid #f6f6f6;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/products/style/product.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-hyphens-hack::first-letter {
  text-transform: capitalize;
}

.ws-product {
  overflow: hidden;
  position: relative;
  width: 100%;
  transform: translate3d(0, 0, 0);
  text-align: left;
}
@media (pointer: coarse) {
  .ws-product {
    user-select: none;
  }
}
.ws-product__for-recipe {
  font-size: 11px;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ws-product__substitute {
  margin: 1rem 0;
  display: block;
}
.ws-product__substitute-checkbox {
  accent-color: #301749;
  margin: 0 0.7em 0 0;
}
.ws-product__sidebar {
  grid-area: image;
  margin-right: 8px;
  position: relative;
  text-align: center;
}
.ws-product__sidebar .ws-image img {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.ws-product__sidebar .ws-energy-class {
  position: absolute;
  left: 0;
  bottom: 0;
}
.ws-product__sidebar .ngr-icon--rebate {
  position: absolute;
  top: 0;
  right: 0;
  color: #eceef2;
  z-index: 1;
}
.ws-product__left, .ws-product__right {
  bottom: 0;
  color: #fff;
  font-weight: 100;
  background-color: #e2e0e1;
  position: absolute;
  text-align: center;
  top: 0;
  transition: width 0.35s;
  white-space: nowrap;
  z-index: 1;
  overflow: hidden;
}
.ws-product__left--is-touching, .ws-product__right--is-touching {
  transition: none;
}
.ws-product__left__action, .ws-product__right__action {
  vertical-align: middle;
  display: inline-block;
  text-transform: lowercase;
}
.ws-product__left__action .ngr-icon, .ws-product__right__action .ngr-icon {
  margin: 0 auto 2px;
  display: block;
}
.ws-product__left__action-text, .ws-product__right__action-text {
  font-size: 0.75rem;
  line-height: 1rem;
  display: block;
}
.ws-product__left::before, .ws-product__right::before {
  content: "";
  background: transparent;
  display: inline-block;
  height: 100%;
  margin-left: -4px;
  vertical-align: middle;
  width: 1px;
}
.ws-product__left {
  left: 0;
}
.ws-product__right {
  right: 0;
}
.ws-product__right--is-locked {
  background-color: #301749;
}
.ws-product__text-content {
  grid-area: text;
  hyphens: auto;
  hyphenate-limit-chars: auto 3;
  color: inherit;
  text-decoration: none;
}
@container (min-width: 480px) {
  .ws-product__text-content {
    padding-left: 16px;
  }
}
.ws-product__title, .ws-product__subtitle {
  hyphens: auto;
  hyphenate-limit-chars: auto 4;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ws-product__title--expanded, .ws-product__subtitle--expanded {
  margin-right: -54px;
}
.ws-product__title {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  font-weight: bold;
  display: block;
  color: inherit;
  text-decoration: none;
  padding-bottom: 2px;
}
@media (hover: hover) {
  .ws-product a.ws-product__title:not(:disabled):hover, .ws-product a.ws-product__title:not(:disabled):focus {
    outline: none;
    text-decoration: underline;
    color: #301749;
  }
}
@media (hover: none) {
  .ws-product a.ws-product__title:not(:disabled):active {
    outline: none;
    text-decoration: underline;
    color: #301749;
  }
}
.ws-product__subtitle {
  font-size: 0.8125rem;
  line-height: 1rem;
  margin-bottom: 4px;
}
.ws-product__additional-info {
  overflow: hidden;
}
.ws-product__selector {
  grid-area: rightcheck;
  text-align: right;
}
.ws-product__selector-checkbox {
  display: inline-block;
}
.ws-product__selector-control.ngr-checkbox {
  display: inline-block;
}
.ws-product__selector-quantity {
  font-size: 0.75rem;
  line-height: 1rem;
  display: block;
  color: #301749;
}
.ws-product__selector-remove {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  color: inherit;
  box-shadow: none;
  height: 24px;
  width: 20px;
  margin: 0 0 0 16px;
}
@media (hover: hover) {
  .ws-product__selector-remove:not(:disabled):hover .ngr-icon, .ws-product__selector-remove:not(:disabled):focus .ngr-icon {
    color: #eceef2;
  }
}
@media (hover: none) {
  .ws-product__selector-remove:not(:disabled):active .ngr-icon {
    color: #eceef2;
  }
}
.ws-product__selector-remove .ngr-icon {
  display: block;
  margin: 0;
  transition: color linear 0.3s;
}
.ws-product__shopping-list-item {
  text-align: right;
}
.ws-product__shopping-list-item-quantity {
  font-size: 0.75rem;
  line-height: 1rem;
  display: block;
  color: #301749;
}
.ws-product__campaign {
  font-size: 0.75rem;
  line-height: 1rem;
  display: block;
  text-transform: uppercase;
  color: #301749;
  margin-top: 5px;
  text-decoration: none;
}
.ws-product a.ws-product__campaign {
  font-weight: bold;
}
@media (hover: hover) {
  .ws-product a.ws-product__campaign:not(:disabled):hover, .ws-product a.ws-product__campaign:not(:disabled):focus {
    outline: none;
    color: #301749;
    text-decoration: underline;
  }
}
@media (hover: none) {
  .ws-product a.ws-product__campaign:not(:disabled):active {
    outline: none;
    color: #301749;
    text-decoration: underline;
  }
}
.ws-product__quantity-picker {
  text-align: right;
}
.ws-product__line-price {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  text-align: right;
  display: block;
}
.ws-product__line-price--discounted {
  color: #301749;
}
.ws-product__energy-class {
  width: 35px;
  height: 18px;
}
.ws-product__not-for-sale, .ws-product__quantity-limitation, .ws-product__supplier-product, .ws-product__unavailable {
  margin-top: 4px;
}
.ws-product__storemodewarings {
  grid-area: warnings;
}
.ws-product__supplier-label {
  display: block;
  margin-top: 4px;
}
.ws-product__quantity-content {
  grid-area: quantity;
  margin-left: 8px;
}
.ws-product__switch-product {
  margin-bottom: 1rem;
  text-align: right;
}
.ws-product__quantity-picker {
  margin-bottom: 0.5rem;
}
.ws-product__pre-wrapper {
  grid-area: leftcheck;
  padding: 4px 16px 0 8px;
}
.ws-product__wrapper {
  container-type: inline-size;
  display: flex;
  align-items: center;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  transition: transform 0.35s;
  z-index: 2;
  padding: 8px;
}
.ws-product__wrapper--is-touching {
  transition: none;
}
.ws-product__wrapper .ws-product__title,
.ws-product__wrapper .ws-product__subtitle,
.ws-product__wrapper .ws-product__price,
.ws-product__wrapper .ws-product__campaign {
  transition: color 0.3s linear;
}
.ws-product__wrapper--is-unselected:not(:hover) .ws-product__title,
.ws-product__wrapper--is-unselected:not(:hover) .ws-product__subtitle,
.ws-product__wrapper--is-unselected:not(:hover) .ws-product__price,
.ws-product__wrapper--is-unselected:not(:hover) .ws-product__campaign {
  color: #6c7584;
}
.ws-product__wrapper-inner {
  position: relative;
  line-height: 1;
  flex: 1;
  display: grid;
  gap: 0;
  grid-template-columns: 64px minmax(auto, calc(100% - 64px - 104px)) 104px;
  grid-template-areas: "image  text  quantity";
}
.ws-product__wrapper--has-strikeout .ws-product__title {
  text-decoration: line-through;
  color: #6c7584;
}
.ws-product__wrapper--has-checkbox .ws-product__wrapper-inner {
  grid-template-columns: 48px 1fr auto;
  grid-template-areas: "leftcheck  quantity     rightcheck" "image      text         text      ";
}
@media (min-width: 400px) {
  .ws-product__wrapper--has-checkbox .ws-product__wrapper-inner {
    grid-template-columns: auto 64px minmax(auto, calc(100% - 64px - 104px)) 104px auto;
    grid-template-areas: "leftcheck  image   text   quantity  rightcheck";
  }
}
.ws-product__wrapper--is-storemode .ws-product__wrapper-inner {
  align-items: center;
  grid-template-columns: auto 48px minmax(auto, calc(100% - 48px - 104px)) 104px auto;
  grid-template-areas: "leftcheck  image       text        quantity  rightcheck" ".          warnings    warnings    warnings   .         ";
}
@media (min-width: 380px) {
  .ws-product__wrapper--is-storemode .ws-product__wrapper-inner {
    grid-template-columns: auto 64px minmax(auto, calc(100% - 64px - 104px)) 104px auto;
  }
}

.ws-cart-items .ws-price__original,
.ws-cart-items .ws-product__wrapper--coupon .ws-product__line-price {
  text-decoration: line-through;
}
.ws-cart-items--online-shopping-mode .ws-product__wrapper--is-unavailable .ws-product__line-price {
  display: none;
}
.ws-cart-items--online-shopping-mode .ws-product__wrapper--is-unavailable .ws-product__image img {
  opacity: 0.5;
}
.ws-cart-items--online-shopping-mode .ws-product__wrapper--is-unavailable .ws-product__title,
.ws-cart-items--online-shopping-mode .ws-product__wrapper--is-unavailable .ws-product__subtitle {
  color: #6c7584;
}
/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/reol/components/Checkbox/Checkbox.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
.ngr-checkbox {
  --checkbox-size: 1.5rem;
  --checkbox-dot-size: 1rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
  display: block;
  cursor: pointer;
  position: relative;
  font-family: "Muli", "Helvetica", "Arial", sans-serif;
  color: #1e1e1e;
}
@media (hover: hover) {
  .ngr-checkbox:not(:disabled):hover .ngr-checkbox__label:not(.ngr-checkbox__label--disabled), .ngr-checkbox:not(:disabled):focus .ngr-checkbox__label:not(.ngr-checkbox__label--disabled), .ngr-checkbox:not(:disabled):focus-within .ngr-checkbox__label:not(.ngr-checkbox__label--disabled) {
    text-decoration: underline;
  }
}
@media (hover: none) {
  .ngr-checkbox:not(:disabled):active .ngr-checkbox__label:not(.ngr-checkbox__label--disabled) {
    text-decoration: underline;
  }
}
.ngr-checkbox--small {
  --checkbox-size: 1rem;
  --checkbox-dot-size: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.ngr-checkbox--disabled {
  cursor: auto;
}
.ngr-checkbox--disabled .ngr-checkbox__label::before {
  cursor: not-allowed;
  background-color: #eceef2;
  border: 1px solid #c5c5c5;
}
.ngr-checkbox--disabled .ngr-checkbox__label::after {
  cursor: not-allowed;
  opacity: 0;
}
.ngr-checkbox--disabled .ngr-checkbox__input:checked + .ngr-checkbox__label::after {
  opacity: 0.3;
}
.ngr-checkbox__input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ngr-checkbox__input:checked + .ngr-checkbox__label::after {
  opacity: 1;
}
.ngr-checkbox__input:focus + .ngr-checkbox__label::before {
  border-color: #0192d0;
  box-shadow: 0 0 0 4px #d3f2ff;
}
.ngr-checkbox__label {
  position: relative;
  display: block;
  padding: 0 0 0 var(--checkbox-size);
  min-height: var(--checkbox-dot-size);
}
.ngr-checkbox__label::before, .ngr-checkbox__label::after {
  position: absolute;
  box-sizing: content-box;
  left: 0;
  top: 0;
}
.ngr-checkbox__label::before {
  content: "";
  box-sizing: border-box;
  width: var(--checkbox-size);
  height: var(--checkbox-size);
  border: 1px solid #444;
  top: 50%;
  margin-top: calc(-0.5 * var(--checkbox-size));
  background-color: #fff;
  border-radius: 0;
  transition: background-color 0.3s linear, border-color 0.3s linear;
}
.ngr-checkbox__label::after {
  content: "";
  width: var(--checkbox-dot-size);
  height: var(--checkbox-dot-size);
  background-color: #301749;
  opacity: 0;
  transition: opacity 0.3s linear;
  top: 50%;
  margin-top: calc(-0.5 * var(--checkbox-dot-size));
  margin-left: calc(0.5 * (var(--checkbox-size) - var(--checkbox-dot-size)));
  margin-right: calc(0.5 * (var(--checkbox-size) - var(--checkbox-dot-size)));
  border-radius: 2px;
}
.ngr-checkbox__label-text {
  margin: 0 0 0 1em;
  display: inline-block;
  font-weight: 400;
}
.ngr-checkbox__label-text--hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  flex: none;
  margin: 0;
}
.ngr-checkbox--error .ngr-checkbox__label {
  color: #CC092F;
}
.ngr-checkbox--error .ngr-checkbox__label::before {
  border-color: #CC092F;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/products/style/price.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-price {
  font-size: 0.8125rem;
  line-height: 1.25rem;
  text-transform: lowercase;
  font-weight: 400;
}
.ws-price__main, .ws-price__original, .ws-price__unit-weight, .ws-price__per-unit {
  display: inline-block;
  margin: 0;
}
.ws-price__main:not(:last-child), .ws-price__original:not(:last-child), .ws-price__unit-weight:not(:last-child), .ws-price__per-unit:not(:last-child) {
  margin-right: 3px;
}
.ws-price__big {
  font-size: 2rem;
  line-height: 2.75rem;
}
.ws-price__split {
  display: inline-flex;
}
.ws-price__cents {
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-top: 7px;
  margin-left: 3px;
}
.ws-price__main {
  font-weight: bold;
}
.ws-price__main--discounted {
  color: #fff;
  background-color: #301749;
  padding: 0 4px;
  border-radius: 0;
}
.ws-price__main--active-coupon {
  text-decoration: line-through;
}
.ws-price__recycle {
  font-size: 0.8125rem;
  line-height: 1rem;
}
.ws-price__original {
  color: inherit;
  text-decoration: inherit;
}
.ws-price__wrapper {
  display: block;
}
.ws-price__unit-weight, .ws-price__per-unit {
  color: #6c7584;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/product-details/style/product-details-modal.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ngr-modal--product-details .ngr-modal__box {
  background-color: #fff;
}
@media (min-width: 768px) {
  .ngr-modal--product-details .ngr-modal__box {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .ngr-modal--product-details .ngr-modal__box {
    padding-top: 32px;
  }
}
.ngr-modal--product-details .ngr-close-button {
  right: 16px;
}
.ngr-modal--product-details .ngr-modal__body {
  height: 99vh;
}
@media (min-width: 768px) {
  .ngr-modal--product-details .ngr-modal__body {
    padding: 32px;
  }
}
.ngr-modal--product-details__content {
  height: 100%;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/product-details/style/product-details.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-product-details {
  position: relative;
  min-height: 100%;
}
.ws-product-details--loading {
  padding: 40px 0;
}
.ws-product-details__header {
  margin: 0 0 16px;
}
.ws-product-details__title {
  font-size: 2rem;
  line-height: 2.75rem;
  font-family: "FuturaPassata", "Futura", "Helvetica", "Arial", sans-serif;
  margin: 0 0 4px;
}
.ws-product-details__subtitle {
  font-size: 1rem;
  line-height: 1.375rem;
  margin: 0;
}
.ws-product-details__primary {
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
}
@media (max-width: 400px) {
  .ws-product-details__primary {
    flex-wrap: wrap;
  }
}
.ws-product-details__primary-image {
  width: 100%;
  max-width: 224px;
}
@media (max-width: 400px) {
  .ws-product-details__primary-image {
    max-width: 160px;
    margin: 0 auto;
  }
}
.ws-product-details__primary-info {
  flex: 1;
  text-align: right;
}
.ws-product-details__primary-info .ws-loyalty-club-promotion__icon {
  display: flex;
  justify-content: flex-end;
}
.ws-product-details__campaign, .ws-product-details__unavailable, .ws-product-details__not-for-sale, .ws-product-details__quantity-limitation, .ws-product-details__energy-class {
  margin: 8px 0;
}
.ws-product-details__add-to-cart {
  display: flex;
  flex-direction: row-reverse;
  gap: 16px;
  margin-top: 24px;
}
.ws-product-details__environmental-codes.ws-environmental-codes, .ws-product-details__agelimit, .ws-product-details__drugs,
.ws-product-details .ws-supplier-product,
.ws-product-details .ws-product-details-tabs {
  margin-bottom: 24px;
}
.ws-product-details__coupon {
  margin-bottom: 32px;
}
.ws-product-details__agelimit {
  font-size: 1rem;
  line-height: 1.375rem;
  display: flex;
  background: #fff;
  border-radius: 100%;
  font-weight: bold;
  padding: 8px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
}
.ws-product-details__campaign {
  font-size: 0.8125rem;
  line-height: 1rem;
  text-transform: uppercase;
  color: #eceef2;
}
.ws-product-details__campaign-icon {
  left: 0;
  top: 0;
  position: absolute;
  width: 40px;
  color: #301749;
}
.ws-product-details__campaign-icon .ws-icon {
  display: block;
}
.ws-product-details__related-products {
  margin-top: 24px;
}
.ws-product-details__related-products-title {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: bold;
}
.ws-product-details__drugs-intro {
  color: #6c7584;
  margin-bottom: 8px;
}
.ws-product-details__drugs-logo {
  display: block;
}
.ws-product-details .ws-product-breadcrumb {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .ws-product-details--is-big .ws-product-breadcrumb {
    display: none;
  }
  .ws-product-details--is-big .ws-product-details-image {
    margin-bottom: 24px;
  }
}
.ws-product-details--is-big .ws-product-details__main {
  width: 100%;
  display: grid;
  gap: 0 48px;
  grid-template-columns: minmax(250px, 40fr) 60fr;
  align-items: self-start;
}
@media (max-width: 767px) {
  .ws-product-details--is-big .ws-product-details__main {
    grid-template-columns: 1fr;
    gap: 0 16px;
  }
}
.ws-product-details--is-big .ws-product-details__primary {
  display: block;
}
.ws-product-details--is-big .ws-product-details__primary-info {
  text-align: initial;
}
.ws-product-details--is-big .ws-product-details__add-to-cart {
  flex-direction: row;
}
.ws-product-details--is-big .ws-loyalty-club-promotion__icon {
  display: flex;
  justify-content: flex-start;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/product-details/style/product-breadcrumb.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-product-breadcrumb {
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-align: left;
  grid-column: 2;
  list-style: none;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .ws-product-breadcrumb {
    font-size: 0.8125rem;
    line-height: 1rem;
    grid-column: 1;
  }
}
.ws-product-breadcrumb__link {
  color: #1e1e1e;
  text-decoration: none;
}
@media (hover: hover) {
  .ws-product-breadcrumb__link:not(:disabled):hover, .ws-product-breadcrumb__link:not(:disabled):focus, .ws-product-breadcrumb__link:not(:disabled):focus-within {
    color: #301749;
    text-decoration: underline;
  }
}
@media (hover: none) {
  .ws-product-breadcrumb__link:not(:disabled):active {
    color: #301749;
    text-decoration: underline;
  }
}
.ws-product-breadcrumb__item:last-child {
  font-weight: bold;
}
.ws-product-breadcrumb__item:not(:last-child)::after {
  content: "—";
  color: #1e1e1e;
  margin-left: 8px;
  margin-right: 8px;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/product-details/style/product-details-image.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-product-details-image {
  position: relative;
  width: 100%;
  cursor: zoom-in;
  height: auto;
  grid-column: 1;
}
.ws-product-details-image__campaign-icon {
  left: 0;
  top: 0;
  position: absolute;
  width: 40px;
  color: #eceef2;
}
.ws-product-details-image__campaign-icon .ws-icon {
  display: block;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/shopping-lists/style/add-products-to-list.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-add-products-to-list .ngr-icon--plus {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  border: 1px solid;
  background-color: transparent;
  padding: 3px;
}
.ws-add-products-to-list__before, .ws-add-products-to-list__after {
  display: block;
}
.ws-add-products-to-list__before-inner, .ws-add-products-to-list__after-inner {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
}
.ws-add-products-to-list__after .ngr-icon {
  animation: ws-add-products-to-list-zoom 0.4s;
}
.ws-add-products-to-list__after-inner::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  left: -32px;
  right: 0;
  background-image: linear-gradient(75deg, rgba(255, 255, 255, 0), #ffffff 64px);
  animation: ws-add-products-to-list-fade 0.65s both;
}
.ws-add-products-to-list__options {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 4px 0 8px;
  padding: 0;
  list-style: none;
  max-height: calc(100vh - 320px);
  overflow: auto;
}
.ws-add-products-to-list__option {
  padding: 1px 0;
}
.ws-add-products-to-list__input-field {
  margin: 4px 0 4px 40px;
}
.ws-add-products-to-list__input-field--single {
  margin-left: 0;
}
.ws-add-products-to-list__loading, .ws-add-products-to-list__error {
  text-align: center;
  margin: 8px 0;
}

@keyframes ws-add-products-to-list-zoom {
  from {
    transform: scale(1.35);
  }
  to {
    transform: scale(1);
  }
}
@keyframes ws-add-products-to-list-fade {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(105%);
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/products/style/supplier-product.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
@media (min-width: 768px) {
  .ws-supplier-product {
    display: flex;
    align-items: flex-start;
  }
}
.ws-supplier-product__label {
  margin: 0 0 8px;
}
@media (min-width: 768px) {
  .ws-supplier-product__label {
    margin: 0 16px 0 0;
  }
}
.ws-supplier-product__message {
  font-size: 0.9375rem;
  line-height: 1.25rem;
}
@media (min-width: 768px) {
  .ws-supplier-product__message {
    font-size: 1rem;
    line-height: 1.375rem;
    margin: 0;
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/product-details/style/product-details-description.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
.ws-product-details__description {
  --background-solid: #eceef2;
  --background-transparent: rgba(236, 238, 242, 0);
  --collapsed-max-height: 2.25rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
  background: #eceef2;
  padding: 16px;
  margin: 24px 0;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/reol/components/AutoTruncatedText/AutoTruncatedText.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
.ngr-truncated {
  --collapsed-max-height: 2.5em;
}
.ngr-truncated--default {
  --background-solid: white;
  --background-transparent: rgba(255, 255, 255, 0);
}
.ngr-truncated__toggler {
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  display: block;
  transition: max-height 200ms;
}
.ngr-truncated--initial .ngr-truncated__text--is-collapsed::after {
  opacity: 1;
  height: 80%;
}
.ngr-truncated--overflowing .ngr-truncated__toggler {
  visibility: visible;
  max-height: 3em;
}
.ngr-truncated--overflowing .ngr-truncated__text--is-collapsed::after {
  opacity: 1;
  height: 80%;
}
.ngr-truncated__text {
  margin: 0 0 0.25em;
  position: relative;
  max-height: 40rem;
  transition: max-height 400ms;
  overflow: hidden;
}
.ngr-truncated__text > *:first-child {
  margin-top: 0;
}
.ngr-truncated__text > *:last-child {
  margin-bottom: 0;
}
.ngr-truncated__text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(0deg, var(--background-solid) 0%, var(--background-transparent) 100%);
  opacity: 0;
  transition: opacity linear 200ms, height linear 200ms;
}
.ngr-truncated--any-size .ngr-truncated__text--is-collapsed {
  max-height: var(--collapsed-max-height);
}
@media (max-width: 767px) {
  .ngr-truncated--mobile-only .ngr-truncated__text--is-collapsed {
    max-height: var(--collapsed-max-height);
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/product-details/style/product-details-tabs.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-product-details-tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ws-product-details-tabs__tabs.ngr-tabs {
  align-items: flex-end;
}
.ws-product-details-tabs .ws-alternative-products {
  padding: 12px 0;
  min-height: 5em;
}
.ws-product-details-tabs .ngr-tabs__tab {
  max-width: 50vw;
}
.ws-product-details-tabs .ngr-tabs__tab .ngr-tabs__tab__label {
  max-width: 100%;
}
/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/reol/components/Tabs/Tabs.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
* {
  box-sizing: border-box;
}

.ngr-tabs {
  --tab-border-width: 2px;
  --tab-accent-color: #301749;
  --tab-tab-padding: 10px 16px;
  --tab-shadow-width: 1px;
  --tab-radius: 0;
  --tab-color-default: rgb(253, 168, 76);
  --tab-color-selected: #301749;
  --tab-border-color-default: #e5e5e5;
  --tab-background-disabled: #eceef2;
  --tab-color-disabled: #8e8a94;
  --tab-icon-disabled: #8e8a94;
  display: flex;
  align-items: center;
  overflow: auto;
  font-family: "Muli", "Helvetica", "Arial", sans-serif;
  color: #1e1e1e;
  position: relative;
}
.ngr-tabs__tab {
  border: 0 solid transparent;
  position: relative;
  padding: var(--tab-tab-padding);
  color: var(--tab-color-default, inherit);
  font: inherit;
  cursor: pointer;
  outline: inherit;
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
  z-index: 1;
  transition-property: color, background-color, border, box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  width: 100%;
  height: 100%;
  gap: 8px;
  background: var(--tab-background-default, transparent);
}
@media (hover: hover) {
  .ngr-tabs__tab:not(:disabled):hover, .ngr-tabs__tab:not(:disabled):focus, .ngr-tabs__tab:not(:disabled):focus-within {
    color: var(--tab-color-hover, var(--tab-color-default, inherit));
    text-decoration: underline;
    background: var(--tab-background-hover, var(--tab-background-default, transparent));
  }
}
@media (hover: none) {
  .ngr-tabs__tab:not(:disabled):active {
    color: var(--tab-color-hover, var(--tab-color-default, inherit));
    text-decoration: underline;
    background: var(--tab-background-hover, var(--tab-background-default, transparent));
  }
}
.ngr-tabs__tab--selected {
  background: var(--tab-background-selected, transparent);
  color: var(--tab-color-selected, var(--tab-accent-color));
  font-weight: normal;
}
@media (hover: hover) {
  .ngr-tabs__tab--selected:not(:disabled):hover, .ngr-tabs__tab--selected:not(:disabled):focus, .ngr-tabs__tab--selected:not(:disabled):focus-within {
    color: var(--tab-color-selected, var(--tab-accent-color));
    background: var(--tab-background-selected, transparent);
  }
}
@media (hover: none) {
  .ngr-tabs__tab--selected:not(:disabled):active {
    color: var(--tab-color-selected, var(--tab-accent-color));
    background: var(--tab-background-selected, transparent);
  }
}
.ngr-tabs__tab--selected .ngr-tabs__tab__icon {
  color: var(--tab-icon-color-selected, inherit);
}
.ngr-tabs__tab:disabled {
  background: var(--tab-background-disabled, transparent);
  box-shadow: none;
  cursor: not-allowed;
}
.ngr-tabs__tab:disabled .ngr-tabs__tab__icon {
  color: var(--tab-icon-disabled, var(--tab-color-disabled, inherit));
}
.ngr-tabs__tab:disabled .ngr-tabs__tab__label {
  color: var(--tab-color-disabled, inherit);
}
.ngr-tabs__tab--icon {
  font-weight: initial;
}
.ngr-tabs__tab--direction-horizontal {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .ngr-tabs__tab--label-visibility-onlytabletanddesktop .ngr-tabs__tab__label {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
}
.ngr-tabs__tab--label-visibility-never .ngr-tabs__tab__label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.ngr-tabs__tab__icon {
  color: var(--tab-icon-color-default, inherit);
}
.ngr-tabs__tab__label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  width: max-content;
}
.ngr-tabs__tab-panel {
  height: 100%;
  flex: 1;
}
.ngr-tabs--default.ngr-tabs--vertical {
  flex-direction: column;
  border-top-left-radius: var(--tab-radius, 0);
  border-bottom-left-radius: var(--tab-radius, 0);
}
.ngr-tabs--default.ngr-tabs--vertical .ngr-tabs__tab {
  flex-direction: row;
  align-items: center;
  border-right-width: 0;
  box-shadow: inset calc(-1 * var(--tab-shadow-width)) 0 0 var(--tab-border-color-default);
}
.ngr-tabs--default.ngr-tabs--vertical .ngr-tabs__tab--selected::after {
  box-shadow: inset calc(-1 * var(--tab-border-width)) 0 0 var(--tab-border-color-selected, var(--tab-accent-color));
}
.ngr-tabs--default.ngr-tabs--vertical .ngr-tabs__tab__icon {
  margin-bottom: 0;
  margin-right: 8px;
}
.ngr-tabs--default.ngr-tabs--horizontal {
  border-top-left-radius: var(--tab-radius, 0);
  border-top-right-radius: var(--tab-radius, 0);
  box-shadow: inset 0 calc(-1 * var(--tab-shadow-width)) 0 var(--tab-border-color-default);
}
.ngr-tabs--default.ngr-tabs--horizontal .ngr-tabs__tab {
  border-bottom-width: 0;
}
.ngr-tabs--default.ngr-tabs--horizontal .ngr-tabs__tab::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: var(--tab-border-width);
  background-color: var(--tab-border-color-selected, var(--tab-accent-color));
  transition: transform ease 0.3s;
  transform: translateX(100%);
  opacity: 0;
}
.ngr-tabs--default.ngr-tabs--horizontal .ngr-tabs__tab--selected ~ .ngr-tabs__tab::after {
  transform: translateX(-100%);
}
.ngr-tabs--default.ngr-tabs--horizontal .ngr-tabs__tab--selected::after {
  transform: translateX(0%);
  opacity: 1;
}
.ngr-tabs--foldertabs {
  --tab-tab-padding: 10px 2px;
  --tab-radius: 0.75rem;
  --tab-background-default: #f5f5f5;
  --tab-background-selected: #ffffff;
  --tab-border-color-default: #f5f5f5;
  gap: 1px 1rem;
}
.ngr-tabs--foldertabs::after {
  content: "";
  background-color: var(--tab-border-color-selected, var(--tab-accent-color));
  display: block;
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
}
.ngr-tabs--foldertabs .ngr-tabs__tab {
  z-index: 1;
  border: var(--tab-border-width) solid var(--tab-border-color-default);
  background: var(--tab-background-default);
}
@media (hover: hover) {
  .ngr-tabs--foldertabs .ngr-tabs__tab:not(:disabled):hover, .ngr-tabs--foldertabs .ngr-tabs__tab:not(:disabled):focus, .ngr-tabs--foldertabs .ngr-tabs__tab:not(:disabled):focus-within {
    background: var(--tab-background-hover, var(--tab-background-default));
    border-color: var(--tab-border-color-hover, var(--tab-border-color-default));
  }
}
@media (hover: none) {
  .ngr-tabs--foldertabs .ngr-tabs__tab:not(:disabled):active {
    background: var(--tab-background-hover, var(--tab-background-default));
    border-color: var(--tab-border-color-hover, var(--tab-border-color-default));
  }
}
.ngr-tabs--foldertabs .ngr-tabs__tab--selected {
  z-index: 2;
  background: var(--tab-background-selected);
  border-color: var(--tab-border-color-selected, var(--tab-accent-color));
}
@media (hover: hover) {
  .ngr-tabs--foldertabs .ngr-tabs__tab--selected:not(:disabled):hover, .ngr-tabs--foldertabs .ngr-tabs__tab--selected:not(:disabled):focus, .ngr-tabs--foldertabs .ngr-tabs__tab--selected:not(:disabled):focus-within {
    background: var(--tab-background-selected);
    border-color: var(--tab-border-color-selected, var(--tab-accent-color));
  }
}
@media (hover: none) {
  .ngr-tabs--foldertabs .ngr-tabs__tab--selected:not(:disabled):active {
    background: var(--tab-background-selected);
    border-color: var(--tab-border-color-selected, var(--tab-accent-color));
  }
}
.ngr-tabs--foldertabs.ngr-tabs--vertical {
  flex-direction: column;
}
.ngr-tabs--foldertabs.ngr-tabs--vertical::after {
  width: var(--tab-border-width);
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
}
.ngr-tabs--foldertabs.ngr-tabs--vertical .ngr-tabs__tab {
  flex-direction: row;
  align-items: center;
  border-right-width: 0;
  border-top-left-radius: var(--tab-radius, 0);
  border-bottom-left-radius: var(--tab-radius, 0);
}
.ngr-tabs--foldertabs.ngr-tabs--vertical .ngr-tabs__tab__icon {
  margin-bottom: 0;
  margin-right: 8px;
}
.ngr-tabs--foldertabs.ngr-tabs--horizontal::after {
  width: 100%;
  height: var(--tab-border-width);
  bottom: 0;
  left: 0;
  right: 0;
}
.ngr-tabs--foldertabs.ngr-tabs--horizontal .ngr-tabs__tab {
  border-bottom-width: 0;
  border-top-right-radius: var(--tab-radius, 0);
  border-top-left-radius: var(--tab-radius, 0);
}
.ngr-tabs--width-auto .ngr-tabs__tab {
  width: auto;
  flex: 0;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/product-details/style/product-details-image-zoomer.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-product-details-image-zoomer {
  position: relative;
  z-index: 1100;
  height: 100%;
  margin: 16px 0 0;
}
.ws-product-details-image-zoomer--inline {
  position: static;
  z-index: initial;
  margin: 0;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.ws-product-details-image-zoomer--native {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  margin: 0;
  text-align: center;
  overflow: hidden;
  background-color: #fff;
}
.ws-product-details-image-zoomer--native .ws-product-details-image-zoomer__picture {
  height: 100vh;
}
.ws-product-details-image-zoomer__picture {
  display: flex;
  align-items: center;
  position: relative;
  background-color: #fff;
  padding: 0;
  height: calc(100vh - 170px);
}
.ngr-modal--product-details__content .ws-product-details-image-zoomer__picture {
  height: 100%;
}
.ws-product-details-image-zoomer__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ws-product-details-image-zoomer__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1001;
}
.ws-popup__wrapper__body .ws-product-details-image-zoomer {
  padding: 0;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/product-view/style/campaign-bundle.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-campaign-bundle--loading {
  height: 100%;
  display: flex;
  justify-content: center;
}
.ws-campaign-bundle__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 32px;
  max-width: 24rem;
}
@media (max-width: 767px) {
  .ws-campaign-bundle__images {
    gap: 32px;
    margin-bottom: 32px;
  }
}
.ws-product-list__item .ws-campaign-bundle__images {
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  max-width: 45rem;
}
.ws-campaign-bundle__pretitle {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: bold;
  color: #8e8a94;
}
@media (max-width: 767px) {
  .ws-campaign-bundle__pretitle {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}
.ws-campaign-bundle__title {
  font-size: 2.25rem;
  line-height: 3.125rem;
  font-family: "FuturaPassata", "Futura", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #301749;
  margin: 0 0 32px;
}
@media (max-width: 767px) {
  .ws-campaign-bundle__title {
    font-size: 1.75rem;
    line-height: 2.5rem;
    margin-bottom: 32px;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/product-view/style/product-filter.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-product-filter__container {
  margin: 0 0 16px;
  padding: 16px 16px 0;
  background-color: #f6f6f6;
  display: flex;
  flex-direction: column;
}
.ws-product-filter__container-filter-reset {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}
.ws-product-filter__visible-filters {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ws-product-filter__hidden-filters {
  display: flex;
  flex-direction: column;
}
.ws-product-filter__filterblock {
  display: flex;
  margin-bottom: 16px;
}
.ws-product-filter__subfilterblock {
  display: flex;
  flex-direction: column;
}
@media (min-width: 480px) {
  .ws-product-filter__subfilterblock {
    flex-direction: row;
  }
}
.ws-product-filter__item {
  display: flex;
  margin: 0 16px 0 0;
}
.ws-product-filter__item:last-child {
  margin-right: 0;
}
.ws-product-filter__item--multiple-views {
  display: flex;
  align-items: center;
}
.ws-product-filter__item--total {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  align-self: flex-end;
  margin-right: 5px;
  min-width: 10em;
}
@media (min-width: 480px) {
  .ws-product-filter__item--total {
    line-height: 3rem;
  }
}
.ws-product-filter__drawer .ngr-drawer--open .ws-product-filter__drawer-filters {
  height: calc(100vh - 142px - var(--safearea-top, 0px) - var(--safearea-bottom, 0px));
  overflow-y: auto;
  overflow-x: hidden;
}
.ws-product-filter__drawer .ngr-drawer--open .ws-product-filter__filterblock {
  display: flex;
  flex-direction: column;
  padding: 0 8px;
}
.ws-product-filter__drawer .ngr-drawer--open .ws-product-filter__filterblock .ws-dropdown-filter__summary {
  display: block;
}
.ws-product-filter__drawer .ngr-drawer--open .ws-product-filter__item {
  width: 100%;
  display: block;
}
.ws-product-filter__mobile-buttons {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  height: 80px;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/product-view/style/search-bullet.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-search-bullet {
  display: block;
  margin: 0 4px 4px 0;
  padding: 0;
}
@media (hover: hover) {
  .ws-search-bullet:not(:disabled):hover span, .ws-search-bullet:not(:disabled):focus span {
    background-color: rgba(0, 0, 0, 0.05);
    color: #121212;
    cursor: pointer;
  }
}
@media (hover: none) {
  .ws-search-bullet:not(:disabled):active span {
    background-color: rgba(0, 0, 0, 0.05);
    color: #121212;
    cursor: pointer;
  }
}
.ws-search-bullet span {
  font-size: 0.875rem;
  line-height: 1.125rem;
  display: block;
  border-radius: 0;
  border: 1px solid #121212;
  padding: 8px 12px;
  text-align: center;
  text-decoration: none;
}
.ws-search-bullet--active span {
  color: #fff;
  background-color: #3c3c3b;
  border-color: #3c3c3b;
}
@media (hover: hover) {
  .ws-search-bullet--active span:not(:disabled):hover, .ws-search-bullet--active span:not(:disabled):focus {
    color: #fff;
    background-color: rgba(60, 60, 59, 0.9);
    border-color: #3c3c3b;
  }
}
@media (hover: none) {
  .ws-search-bullet--active span:not(:disabled):active {
    color: #fff;
    background-color: rgba(60, 60, 59, 0.9);
    border-color: #3c3c3b;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/reol/components/Drawer/Drawer.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
.ngr-drawer {
  opacity: 0;
  width: 0%;
  height: 100%;
  background-color: #f5f5f5;
  transition: all 0s 0s ease-out;
}
.ngr-drawer--open {
  opacity: 1;
  width: 90%;
  display: block;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
}
@media (min-width: 1140px) {
  .ngr-drawer--open {
    width: 60%;
  }
}
.ngr-drawer__blur {
  background: rgba(6, 0, 60, 0.4);
  height: calc(100vh - var(--safearea-top, 0px) - var(--safearea-bottom, 0px));
  transition: all 0s 0s ease-out;
  overflow: hidden;
  position: fixed;
  z-index: 999;
  top: var(--safearea-top, 0);
  left: 0;
  width: 100%;
}
.ngr-drawer__close-button {
  display: flex;
  border: 0;
  background: transparent;
  color: #fff;
  justify-content: flex-end;
  margin-left: auto;
  align-items: center;
}
@media (hover: hover) {
  .ngr-drawer__close-button:not(:disabled):hover, .ngr-drawer__close-button:not(:disabled):focus, .ngr-drawer__close-button:not(:disabled):focus-within {
    cursor: pointer;
  }
}
@media (hover: none) {
  .ngr-drawer__close-button:not(:disabled):active {
    cursor: pointer;
  }
}
.ngr-drawer__header {
  display: flex;
  flex-flow: row;
  padding: 16px;
  text-align: center;
  background: #3c3c3c;
  width: 100%;
}
.ngr-drawer__title {
  font-size: 1.25rem;
  line-height: 1.875rem;
  width: 100%;
  color: #fff;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 1140px) {
  .ngr-drawer__title {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
.ngr-drawer__content--padding-none {
  padding: 0;
}
.ngr-drawer__content--padding-small {
  padding: 16px;
}
.ngr-drawer__content--padding-medium {
  padding: 32px;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/product-view/style/category-filter.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-category-filter {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e0e1;
  min-width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .ws-category-filter {
    margin-bottom: 16px;
    padding-bottom: 16px;
    padding-left: calc(1.875rem + 32px + 4px);
  }
}
.ws-category-filter__antishift-container {
  min-height: 60px;
  width: 100%;
}
.ws-category-filter__all-button {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: none;
}
@media (max-width: 767px) {
  .ws-category-filter__all-button {
    display: block;
  }
}
.ws-category-filter__all-button .ws-search-bullet {
  padding: 0;
  display: block;
}
.ws-category-filter__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .ws-category-filter__list {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    padding-bottom: 10px;
  }
}
.ws-category-filter__element {
  display: inline-block;
  margin: 0 8px 8px 0;
}
@media (max-width: 767px) {
  .ws-category-filter__element {
    margin-right: 8px;
  }
}
.ws-category-filter__element:last-child {
  margin-right: 64px;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/reol/components/CheckboxButton/CheckboxButton.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
.ngr-checkbox-button {
  font-family: "Muli", "Helvetica", "Arial", sans-serif;
  position: relative;
}
@media (hover: hover) {
  .ngr-checkbox-button:not(:disabled):hover .ngr-checkbox-button__label:not(.ngr-checkbox-button__label--disabled), .ngr-checkbox-button:not(:disabled):focus .ngr-checkbox-button__label:not(.ngr-checkbox-button__label--disabled), .ngr-checkbox-button:not(:disabled):focus-within .ngr-checkbox-button__label:not(.ngr-checkbox-button__label--disabled) {
    color: #1e1e1e;
    background-color: #eceef2;
    border: 1px solid #1a2732;
  }
}
@media (hover: none) {
  .ngr-checkbox-button:not(:disabled):active .ngr-checkbox-button__label:not(.ngr-checkbox-button__label--disabled) {
    color: #1e1e1e;
    background-color: #eceef2;
    border: 1px solid #1a2732;
  }
}
.ngr-checkbox-button input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ngr-checkbox-button input:focus + .ngr-checkbox-button__label {
  outline: none;
  box-shadow: 0 0 0 4px #0192d0;
}
.ngr-checkbox-button:active .ngr-checkbox-button__label:not(.ngr-checkbox-button__label--disabled) {
  color: #1e1e1e;
  background-color: #eceef2;
  border: 1px solid #1a2732;
}
.ngr-checkbox-button__label {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #1e1e1e;
  font-family: "Muli", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #1a2732;
  padding: 10px 16px;
  white-space: nowrap;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .ngr-checkbox-button__label {
    font-size: 1rem;
    line-height: 1.375rem;
    padding: 4px 12px;
  }
}
.ngr-checkbox-button__label--disabled {
  cursor: default;
  color: #8e8a94;
  background-color: #eceef2;
  border: 1px solid #eceef2;
}
.ngr-checkbox-button__label--small {
  padding: 4px 12px;
}
@media (hover: hover) {
  .ngr-checkbox-button--checked:not(:disabled):hover .ngr-checkbox-button__label:not(.ngr-checkbox-button__label--disabled), .ngr-checkbox-button--checked:not(:disabled):focus .ngr-checkbox-button__label:not(.ngr-checkbox-button__label--disabled), .ngr-checkbox-button--checked:not(:disabled):focus-within .ngr-checkbox-button__label:not(.ngr-checkbox-button__label--disabled) {
    color: #1e1e1e;
    background-color: #eceef2;
    border: 1px solid #1a2732;
  }
}
@media (hover: none) {
  .ngr-checkbox-button--checked:not(:disabled):active .ngr-checkbox-button__label:not(.ngr-checkbox-button__label--disabled) {
    color: #1e1e1e;
    background-color: #eceef2;
    border: 1px solid #1a2732;
  }
}
.ngr-checkbox-button--checked:active .ngr-checkbox-button__label:not(.ngr-checkbox-button__label--disabled) {
  color: #1e1e1e;
  background-color: #eceef2;
  border: 1px solid #1a2732;
}
.ngr-checkbox-button--checked input:focus + .ngr-checkbox-button__label {
  outline: none;
  box-shadow: 0 0 0 1px #d3f2ff, 0 0 0 5px #0192d0;
}
.ngr-checkbox-button--checked .ngr-checkbox-button__label {
  background-color: #301749;
  color: #ffffff;
}
.ngr-checkbox-button--checked .ngr-checkbox-button__label--disabled {
  color: #ffffff;
  border: 0;
  background-color: #8e8a94;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/product-view/style/freetext-filter.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-freetext-filter {
  max-width: 280px;
}
@media (max-width: 767px) {
  .ws-freetext-filter {
    max-width: unset;
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/shared/style/search-input.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-search-input {
  box-shadow: 0 0 16px rgba(18, 18, 18, 0.15);
  background-color: #fff;
  border-radius: 0;
  display: flex;
}
.ws-search-input__input-wrapper {
  flex: 1;
  position: relative;
}
.ws-search-input__input-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -10px;
  color: #eceef2;
  pointer-events: none;
}
.ws-search-input__submit {
  flex: none;
}
.ws-search-input__empty-button {
  position: absolute;
  height: 48px;
  width: 48px;
  padding: 0;
  right: 0;
  top: 50%;
  margin-top: -24px;
  border: 0;
  background-color: transparent;
  background-clip: padding-box;
  box-sizing: content-box;
  cursor: pointer;
}
.ws-search-input__empty-button-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ws-search-input__submit-button {
  height: 100%;
  font-size: 16px;
  color: #666;
  text-transform: uppercase;
  width: 100%;
  border: 0;
  background-color: transparent;
  padding: 12px 24px;
  box-sizing: border-box;
  cursor: pointer;
}
.ws-search-input__submit-button.ws-visually-hidden:focus {
  clip: unset;
  height: auto;
  width: auto;
  margin: unset;
  padding: 13px;
  position: absolute;
  margin-top: 1px;
}
.ws-search-input__input {
  border: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: inherit;
  border-radius: 0;
  width: 100%;
  background-color: transparent;
  appearance: none;
  padding: 12px 48px;
  box-sizing: border-box;
  display: block;
  margin: 0;
}
.ws-search-input__input:focus {
  box-shadow: none !important;
  outline: none !important;
}
.ws-search-input__input::-webkit-search-decoration, .ws-search-input__input::-webkit-search-cancel-button, .ws-search-input__input::-webkit-search-results-button, .ws-search-input__input::-webkit-search-results-decoration {
  display: none;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/product-view/style/offers-filter.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-offers-filter {
  width: auto;
  cursor: pointer;
}
.ngr-drawer__content .ws-offers-filter {
  margin-left: 16px;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/product-view/style/dropdown-filter.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-dropdown-filter__title {
  font-weight: bold;
  margin-right: 16px;
}
.ws-dropdown-filter__summary {
  display: inline-block;
  font-weight: bold;
}
.ws-dropdown-filter__total {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  color: #6c7584;
}
@media (hover: hover) {
  .ws-dropdown-filter .ngr-dropdown__toggle:not(:disabled):hover .ws-dropdown-filter__summary, .ws-dropdown-filter .ngr-dropdown__toggle:not(:disabled):focus .ws-dropdown-filter__summary {
    color: #301749;
  }
}
@media (hover: none) {
  .ws-dropdown-filter .ngr-dropdown__toggle:not(:disabled):active .ws-dropdown-filter__summary {
    color: #301749;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/reol/components/Dropdown/Dropdown.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
.ngr-dropdown {
  position: relative;
  display: inline-flex;
  font-family: "Muli", "Helvetica", "Arial", sans-serif;
  color: #1e1e1e;
}
.ngr-dropdown--mobile {
  flex-direction: column;
  width: 100%;
  margin-bottom: 2px;
}
.ngr-dropdown--mobile .ngr-dropdown__menu {
  background-color: transparent;
  margin-top: 0;
  position: relative;
  box-shadow: none;
  border: 0;
}
.ngr-dropdown--mobile .ngr-dropdown__menu::after {
  display: none;
}
.ngr-dropdown--mobile .ngr-dropdown__toggle,
.ngr-dropdown--mobile .ngr-button:not(:disabled):active:not(.ngr-button--disabled):not(.ngr-button--cancel):not(.ngr-button--inline-link):not(.ngr-button--inline-block-link):not(.ngr-button--plain-link):not(.ngr-button--secondary) {
  width: 100%;
  padding: 16px;
  border-radius: 0;
  color: #121212;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #999;
}
.ngr-dropdown--mobile .ngr-dropdown__toggle[disabled],
.ngr-dropdown--mobile .ngr-button:not(:disabled):active:not(.ngr-button--disabled):not(.ngr-button--cancel):not(.ngr-button--inline-link):not(.ngr-button--inline-block-link):not(.ngr-button--plain-link):not(.ngr-button--secondary)[disabled] {
  opacity: 0.6;
}
.ngr-dropdown--mobile .ngr-dropdown__toggle.ngr-dropdown__toggle--is-expanded:not(:disabled),
.ngr-dropdown--mobile .ngr-button:not(:disabled):active:not(.ngr-button--disabled):not(.ngr-button--cancel):not(.ngr-button--inline-link):not(.ngr-button--inline-block-link):not(.ngr-button--plain-link):not(.ngr-button--secondary).ngr-dropdown__toggle--is-expanded:not(:disabled) {
  background-color: transparent;
  border-bottom: 0;
}
.ngr-dropdown__toggle .ngr-button__text {
  text-align: left;
  flex: 1;
}
.ngr-dropdown__toggle .ngr-button__icon--right {
  transition: transform 0.3s ease-in-out;
  display: block;
}
.ngr-dropdown__toggle--type-input {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: color 0.3s linear;
}
@media (hover: hover) {
  .ngr-dropdown__toggle--type-input:not(:disabled):hover, .ngr-dropdown__toggle--type-input:not(:disabled):focus, .ngr-dropdown__toggle--type-input:not(:disabled):focus-within {
    color: #301749;
  }
}
@media (hover: none) {
  .ngr-dropdown__toggle--type-input:not(:disabled):active {
    color: #301749;
  }
}
.ngr-dropdown__toggle--is-expanded .ngr-button__icon--right {
  transform: rotate(-0.5turn);
}
.ngr-dropdown__menu {
  box-shadow: 0 3px 6px rgba(30, 30, 30, 0.2);
  border: 1px solid #8e8a94;
  border-width: 1px;
  border-radius: 0;
  z-index: 8;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 16px;
  min-width: 160px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .ngr-dropdown__menu {
    width: 100%;
  }
}
.ngr-dropdown__menu::after {
  content: "";
  position: absolute;
  bottom: 100%;
  margin-bottom: -9px;
  left: 24px;
  height: 18px;
  width: 18px;
  transform: rotate(45deg);
  background: #ffffff;
  z-index: -1;
  border: inherit;
  border-width: 1px 0 0 1px;
}
.ngr-dropdown__menu.ngr-dropdown-menu-enter {
  opacity: 0;
  transform: translate3d(0, -8px, 0);
}
.ngr-dropdown__menu.ngr-dropdown-menu-enter-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s;
}
.ngr-dropdown__menu.ngr-dropdown-menu-exit {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.ngr-dropdown__menu.ngr-dropdown-menu-exit-active {
  opacity: 0;
  transform: translate3d(0, -8px, 0);
  transition: all 0.3s;
}
.ngr-dropdown__menu--right {
  left: unset;
  right: 0;
}
.ngr-dropdown__menu--right::after {
  left: unset;
  right: 24px;
}
.ngr-dropdown__menu--top {
  top: unset;
  bottom: 100%;
  margin-bottom: 17px;
}
.ngr-dropdown__menu--top::after {
  bottom: unset;
  top: 100%;
  margin-top: -9px;
  border-width: 0 1px 1px 0;
}
.ngr-dropdown__menu--top.ngr-dropdown-menu-enter {
  opacity: 0;
  transform: translate3d(0, 8px, 0);
}
.ngr-dropdown__menu--top.ngr-dropdown-menu-enter-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s;
}
.ngr-dropdown__menu--top.ngr-dropdown-menu-exit {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.ngr-dropdown__menu--top.ngr-dropdown-menu-exit-active {
  opacity: 0;
  transform: translate3d(0, 8px, 0);
  transition: all 0.3s;
}
.ngr-dropdown__menu-search {
  padding: 11px;
}
.ngr-dropdown__item {
  font-size: 1rem;
  line-height: 1.375rem;
  padding: 8px 16px;
  white-space: nowrap;
  width: 100%;
  cursor: pointer;
  text-align: left;
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  border: 0;
  display: flex;
  font-family: inherit;
}
@media (hover: hover) {
  .ngr-dropdown__item:not(:disabled):hover, .ngr-dropdown__item:not(:disabled):focus, .ngr-dropdown__item:not(:disabled):focus-within {
    background-color: rgba(48, 23, 73, 0.1);
  }
}
@media (hover: none) {
  .ngr-dropdown__item:not(:disabled):active {
    background-color: rgba(48, 23, 73, 0.1);
  }
}
.ngr-dropdown__item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ngr-dropdown__item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ngr-dropdown__item--selected {
  color: #fff;
  background-color: #301749;
}
@media (hover: hover) {
  .ngr-dropdown__item--selected:not(:disabled):hover, .ngr-dropdown__item--selected:not(:disabled):focus, .ngr-dropdown__item--selected:not(:disabled):focus-within {
    color: #fff;
    background-color: #301749;
  }
}
@media (hover: none) {
  .ngr-dropdown__item--selected:not(:disabled):active {
    color: #fff;
    background-color: #301749;
  }
}
.ngr-dropdown__item--multi-select {
  background: none;
  color: inherit;
}
@media (hover: hover) {
  .ngr-dropdown__item--multi-select:not(:disabled):hover, .ngr-dropdown__item--multi-select:not(:disabled):focus, .ngr-dropdown__item--multi-select:not(:disabled):focus-within {
    color: inherit;
    background-color: inherit;
  }
}
@media (hover: none) {
  .ngr-dropdown__item--multi-select:not(:disabled):active {
    color: inherit;
    background-color: inherit;
  }
}
.ngr-dropdown__item__checkbox {
  margin-right: 8px;
}
.ngr-dropdown__header {
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-align: left;
  text-transform: uppercase;
  padding: 24px 16px 8px;
  color: #999;
  pointer-events: none;
}
.ngr-dropdown__divider {
  height: 0;
  border-top: 1px solid #e5e5e5;
  pointer-events: none;
}

/* stylelint-disable */

/* stylelint-enable */
/*!**************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/product-view/style/filter-reset.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-filter-reset {
  width: auto;
  cursor: pointer;
  color: #301749;
  display: flex;
  flex-direction: row-reverse;
  text-decoration: underline;
  align-items: center;
  margin: 0 16px;
  border: 0;
  background-color: transparent;
  font-size: 1rem;
}
@media (hover: hover) {
  .ws-filter-reset:not(:disabled):hover, .ws-filter-reset:not(:disabled):focus {
    color: #301749;
  }
}
@media (hover: none) {
  .ws-filter-reset:not(:disabled):active {
    color: #301749;
  }
}
.ws-filter-reset .ngr-icon {
  display: inline-block;
  margin-right: 8px;
}
.ws-product-filter__drawer .ngr-drawer--open .ws-filter-reset {
  display: flex;
  justify-content: flex-end;
  margin: 16px;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/product-view/style/selected-filter.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-selected-filter {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}
.ws-selected-filter__tag {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  border-radius: 20px;
  border: 0.5px solid #c5c5c5;
  background: #f6f6f6;
  margin: 8px 6px;
  width: auto;
  padding: 3px 15px;
  max-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ws-selected-filter--btn {
  background: transparent;
  border: 0;
  cursor: pointer;
  margin-left: 8px;
}
.ws-selected-filter__choosen {
  display: flex;
  align-self: center;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/handover-picker/style/pre-submit-status.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
@keyframes pulsate {
  from {
    opacity: 0.9;
  }
  50% {
    opacity: 0.7;
  }
  to {
    opacity: 0.9;
  }
}
.ws-pre-submit-status {
  opacity: 1;
  transition: opacity 0.3s linear;
}
.ws-pre-submit-status--loading {
  opacity: 0;
}
.ws-pre-submit-status--refreshing {
  animation-duration: 1.5s;
  animation-name: pulsate;
  animation-iteration-count: infinite;
}
.ws-pre-submit-status__order-deadline-status, .ws-pre-submit-status__order-edit-status {
  font-size: 0.875rem;
  line-height: 1.125rem;
  padding: 8px 16px;
  min-height: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: baseline;
}
@media (max-width: 767px) {
  .ws-pre-submit-status__order-deadline-status, .ws-pre-submit-status__order-edit-status {
    display: block;
  }
}
.ws-pre-submit-status__order-deadline-status p, .ws-pre-submit-status__order-deadline-status__paragraph, .ws-pre-submit-status__order-edit-status p, .ws-pre-submit-status__order-edit-status__paragraph {
  display: inline-block;
  margin: 0;
}
@media (max-width: 767px) {
  .ws-pre-submit-status__order-deadline-status p, .ws-pre-submit-status__order-deadline-status__paragraph, .ws-pre-submit-status__order-edit-status p, .ws-pre-submit-status__order-edit-status__paragraph {
    display: block;
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/handover-picker/style/handover-time-status.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-handover-time-status {
  font-size: 0.875rem;
  line-height: 1.125rem;
  padding: 8px 16px;
  min-height: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: baseline;
  background-color: #121212;
  color: #fff;
}
@media (max-width: 767px) {
  .ws-handover-time-status {
    display: block;
  }
}
.ws-handover-time-status p, .ws-handover-time-status__paragraph {
  display: inline-block;
  margin: 0;
}
@media (max-width: 767px) {
  .ws-handover-time-status p, .ws-handover-time-status__paragraph {
    display: block;
  }
}
.ws-handover-time-status__edit {
  font-weight: bold;
  white-space: nowrap;
  color: currentColor;
}
.ws-handover-time-status__edit:not(:last-child) {
  margin-right: 5px;
}
.ws-handover-time-status__trippel-trumf {
  font-weight: bold;
}
.ws-handover-time-status__trippel-trumf::before {
  content: " | ";
  font-weight: normal;
}
.ws-handover-time-status__trippel-trumf-icon {
  display: inline-block;
  margin: -3px 0;
}
.ws-handover-time-status__inline-status-time {
  display: inline-block;
  width: 3.5em;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/handover-picker/style/store-deviation-tooltip.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-store-deviation-tooltip {
  margin-right: 5px;
}
.ws-store-deviation-tooltip__button {
  margin: -2px 0;
  width: 24px;
  height: 24px;
  color: #FFF1AB;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  background: transparent;
  padding: 0;
  display: inline-block;
  cursor: pointer;
  vertical-align: bottom;
  border: 0;
}
@media (hover: hover) {
  .ws-store-deviation-tooltip__button:not(:disabled):hover, .ws-store-deviation-tooltip__button:not(:disabled):focus {
    color: #eceef2;
    border-color: #eceef2;
  }
}
@media (hover: none) {
  .ws-store-deviation-tooltip__button:not(:disabled):active {
    color: #eceef2;
    border-color: #eceef2;
  }
}
.ws-store-deviation-tooltip__button .ngr-icon {
  display: block;
}
.ws-store-deviation-tooltip__button:focus:not(:focus-visible) {
  outline: none;
}
.ws-store-deviation-tooltip__tooltip {
  color: #121212 !important;
  background: #ffe6c1 !important;
}
.ws-store-deviation-tooltip__tooltip.ws-tooltip--place-top::after {
  border-top-color: #ffe6c1;
}
.ws-store-deviation-tooltip__tooltip.ws-tooltip--place-bottom::after {
  border-bottom-color: #ffe6c1;
}
.ws-store-deviation-tooltip__tooltip.ws-tooltip--place-right::after {
  border-right-color: #ffe6c1;
}
.ws-store-deviation-tooltip__tooltip.ws-tooltip--place-left::after {
  border-left-color: #ffe6c1;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/shared/style/tooltip.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-tooltip-enter,
.ws-tooltip-exit.ws-tooltip-exit-active {
  opacity: 0;
  transform: translate3d(0, 8px, 0);
}

.ws-tooltip-exit,
.ws-tooltip-enter.ws-tooltip-enter-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.ws-tooltip {
  font-size: 0.8125rem;
  line-height: 1rem;
  font-family: "Muli", "Helvetica", "Arial", sans-serif;
  position: absolute;
  padding: 16px 8px;
  color: #fff;
  box-shadow: 0 3px 6px rgba(30, 30, 30, 0.2);
  border-radius: 0;
  background: #121212;
  text-align: left;
  z-index: 20;
  transition: all 0.3s;
  min-width: 210px;
}
.ws-tooltip:focus {
  outline: none;
}
.ws-tooltip::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  border: 8px solid transparent;
}
.ws-tooltip--place-top::after {
  top: 100%;
  border-top-color: #121212;
}
.ws-tooltip--place-bottom::after {
  bottom: 100%;
  border-bottom-color: #121212;
}
.ws-tooltip--place-right::after {
  right: 100%;
  border-right-color: #121212;
}
.ws-tooltip--place-left::after {
  left: 100%;
  border-left-color: #121212;
}
.ws-tooltip--place-top.ws-tooltip--arrow-start, .ws-tooltip--place-bottom.ws-tooltip--arrow-start {
  margin-left: 73px;
}
.ws-tooltip--place-top.ws-tooltip--arrow-start::after, .ws-tooltip--place-bottom.ws-tooltip--arrow-start::after {
  left: 24px;
}
.ws-tooltip--place-top.ws-tooltip--arrow-center::after, .ws-tooltip--place-bottom.ws-tooltip--arrow-center::after {
  left: calc(50% - 8px);
}
.ws-tooltip--place-top.ws-tooltip--arrow-end, .ws-tooltip--place-bottom.ws-tooltip--arrow-end {
  margin-left: -73px;
}
.ws-tooltip--place-top.ws-tooltip--arrow-end::after, .ws-tooltip--place-bottom.ws-tooltip--arrow-end::after {
  right: 24px;
}
.ws-tooltip--place-right.ws-tooltip--arrow-start::after, .ws-tooltip--place-left.ws-tooltip--arrow-start::after {
  top: 24px;
}
.ws-tooltip--place-right.ws-tooltip--arrow-center::after, .ws-tooltip--place-left.ws-tooltip--arrow-center::after {
  top: calc(50% - 8px);
}
.ws-tooltip--place-right.ws-tooltip--arrow-end::after, .ws-tooltip--place-left.ws-tooltip--arrow-end::after {
  bottom: 24px;
}
.ws-tooltip--text-align-left {
  justify-content: flex-start;
  text-align: left;
}
.ws-tooltip--width-narrow {
  left: unset;
  right: unset;
  width: calc(100vw - 64px);
  max-width: 100px;
}
.ws-tooltip--width-wide {
  left: unset;
  right: unset;
  width: calc(100vw - 64px);
  max-width: 400px;
}
.ws-tooltip__wrapper {
  position: relative;
  display: inline-block;
}
.ws-tooltip__close-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  z-index: 1;
  display: block;
  color: inherit;
  background: transparent;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  transition: color 0.3s linear;
}
@media (hover: hover) {
  .ws-tooltip__close-button:not(:disabled):hover, .ws-tooltip__close-button:not(:disabled):focus, .ws-tooltip__close-button:not(:disabled):focus-within {
    color: #301749;
  }
}
@media (hover: none) {
  .ws-tooltip__close-button:not(:disabled):active {
    color: #301749;
  }
}
.ws-tooltip__close-icon {
  display: inline-block;
}
.ws-tooltip p {
  display: block;
  margin: 0 0 1.125rem;
}
.ws-tooltip p:last-child {
  margin-bottom: 0;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/handover-picker/style/next-handover-time-message.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-next-handover-time-message__time {
  font-weight: bold;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/handover-picker/style/order-edit-status.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-order-edit-status {
  font-size: 0.875rem;
  line-height: 1.125rem;
  position: relative;
  background-color: #121212;
  color: #fff;
  padding: 8px 16px;
}
.ws-order-edit-status__title {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  display: flex;
  gap: 10px;
  align-items: baseline;
}
.ws-order-edit-status__exit-button {
  color: inherit;
  font-weight: bold;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/handover-picker/style/order-status-indicator.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-order-status-indicator {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  transform: scale(1);
  background: #64bf00;
  box-shadow: 0 0 0 0 #64bf00;
  animation: wsOrderEditStatusPulse 2s infinite;
}

@keyframes wsOrderEditStatusPulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(100, 191, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(100, 191, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(100, 191, 0, 0);
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/handover-picker/style/open-orders-status.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
.ws-open-orders-status {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.ws-open-orders-status a {
  color: inherit;
  font-weight: bold;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/handover-picker/style/order-deadline-status.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-order-deadline-status {
  font-size: 0.875rem;
  line-height: 1.125rem;
  position: relative;
  background-color: #d4f3e6;
  color: #1e1e1e;
  padding: 8px 16px;
}
.ws-order-deadline-status__title {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  display: flex;
  gap: 10px;
  align-items: baseline;
}
.ws-order-deadline-status__edit-button {
  font-weight: bold;
  color: inherit;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/search/style/search-result.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
.ws-search-result__header {
  text-align: center;
  margin: 20px 0;
}
.ws-search-result__title {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: bold;
}
.ws-search-result__sum {
  font-size: 1rem;
  line-height: 1.375rem;
  opacity: 0.7;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/search/style/search-result-tab-nav.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-search-result-tab-nav {
  padding-bottom: 20px;
  margin: 0 0 26px !important;
  border-bottom: 1px solid #e2e0e1;
}
.ws-search-result-tab-nav:empty {
  display: none;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/search/style/search-result-overview.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
@media (min-width: 768px) {
  .ws-search-result-overview {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px;
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/search/style/search-result-block.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-search-result-block {
  margin: 24px 0 0;
}
@media (min-width: 768px) {
  .ws-search-result-block {
    overflow: hidden;
  }
}
.ws-search-result-block__title {
  margin: 0 0 16px;
}
.ws-search-result-block__title__count {
  opacity: 0.7;
  font-weight: normal;
}
.ws-search-result-block__title-button {
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: bold;
  cursor: pointer;
  color: inherit;
  background-color: transparent;
  border: 0;
  padding: 0;
}
@media (hover: hover) {
  .ws-search-result-block__title-button:not(:disabled):hover, .ws-search-result-block__title-button:not(:disabled):focus {
    text-decoration: underline;
  }
}
@media (hover: none) {
  .ws-search-result-block__title-button:not(:disabled):active {
    text-decoration: underline;
  }
}
.ws-search-result-block__expand-button {
  margin-top: 8px;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/search/style/search-result-list.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-search-result-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ws-search-result-list .ws-search-item {
  padding: 0 16px 12px;
  margin-bottom: 16px;
  border-bottom: 1px solid #f6f6f6;
}
.ws-search-result-list .ws-search-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.ws-search-result-list .ws-search-item--type-product {
  padding-bottom: 0;
  margin-bottom: 0;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/search/item-templates/style/article-item-template.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-search-item-article {
  color: unset;
  display: flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  padding: 12px;
}
@media (hover: hover) {
  .ws-search-item-article:not(:disabled):hover .ws-search-item-article__title, .ws-search-item-article:not(:disabled):focus .ws-search-item-article__title {
    color: #301749;
    text-decoration: underline;
  }
}
@media (hover: none) {
  .ws-search-item-article:not(:disabled):active .ws-search-item-article__title {
    color: #301749;
    text-decoration: underline;
  }
}
.ws-search-item-article__image {
  width: 64px;
  height: 64px;
  margin-right: 16px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: middle;
  flex-shrink: 0;
}
.ws-search-item-article__image .ws-image {
  display: block;
}
.ws-search-item-article__image .ws-image img {
  width: 100% !important;
  height: 100% !important;
  display: block;
}
.ws-search-item-article__content {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.ws-search-item-article__title, .ws-search-item-article__description {
  display: inline-block;
}
.ws-search-item-article__title {
  -webkit-line-clamp: 3;
  font-weight: bold;
  font-size: 15px;
  vertical-align: middle;
}
@media (min-width: 1140px) {
  .ws-search-item-article__title {
    font-size: 18px;
  }
}
.ws-search-item-article__description {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  font-size: 13px;
  color: #6c7584;
  font-weight: bold;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/search/item-templates/style/filter-category-item-template.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-search-item--type-filter-category {
  border-bottom: 1px solid #f6f6f6;
}
.ws-search-item--type-filter-category.ws-search-item--is-selected {
  background-color: #e2e0e1;
}

.ws-search-item-filter-category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s;
  width: 100%;
  border: 0;
  background-color: transparent;
  color: inherit;
  text-align: left;
  font-family: inherit;
  cursor: pointer;
}
@media (hover: hover) {
  .ws-search-item-filter-category:not(:disabled):hover, .ws-search-item-filter-category:not(:disabled):focus {
    background-color: rgba(0, 0, 0, 0.07);
  }
  .ws-search-item-filter-category:not(:disabled):hover .ngr-icon, .ws-search-item-filter-category:not(:disabled):focus .ngr-icon {
    transform: translateX(4px);
  }
}
@media (hover: none) {
  .ws-search-item-filter-category:not(:disabled):active {
    background-color: rgba(0, 0, 0, 0.07);
  }
  .ws-search-item-filter-category:not(:disabled):active .ngr-icon {
    transform: translateX(4px);
  }
}
.ws-search-item-filter-category .ngr-icon {
  opacity: 0.3;
  transition: transform 0.3s;
}
.ws-search-item-filter-category .ws-icon {
  width: 7px;
  height: 13px;
  opacity: 0.3;
  transition: transform 0.3s;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/search/item-templates/style/group-title-item-template.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-search-item--type-group-title {
  background-color: #f6f6f6;
}
.ws-search-item--type-group-title.ws-search-item--is-selected {
  background-color: #e2e0e1;
}

.ws-search-item-group-title {
  font-size: 0.8125rem;
  line-height: 1rem;
  padding: 8px 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #8e8a94;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  border: 0;
  background-color: transparent;
  text-align: left;
  font-family: inherit;
  cursor: pointer;
}
@media (hover: hover) {
  .ws-search-item-group-title:not(:disabled):hover .ngr-icon, .ws-search-item-group-title:not(:disabled):focus .ngr-icon {
    transform: translateX(4px);
  }
}
@media (hover: none) {
  .ws-search-item-group-title:not(:disabled):active .ngr-icon {
    transform: translateX(4px);
  }
}
.ws-search-item-group-title .ngr-icon {
  transition: transform 0.3s;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/search/item-templates/style/heading-item-template.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-search-item--type-heading {
  background-color: #f6f6f6;
}

.ws-search-item-heading {
  font-size: 0.8125rem;
  line-height: 1rem;
  padding: 12px 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #8e8a94;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/search/item-templates/style/link-item-template.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-search-item-link {
  font-size: 1rem;
  line-height: 1.375rem;
  line-height: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.3s;
  width: 100%;
  border: 0;
  background-color: transparent;
  color: inherit;
  text-align: left;
  font-family: inherit;
  cursor: pointer;
}
@media (hover: hover) {
  .ws-search-item-link:not(:disabled):hover, .ws-search-item-link:not(:disabled):focus {
    background-color: rgba(0, 0, 0, 0.07);
  }
  .ws-search-item-link:not(:disabled):hover .ngr-icon, .ws-search-item-link:not(:disabled):focus .ngr-icon {
    transform: translateX(4px);
  }
}
@media (hover: none) {
  .ws-search-item-link:not(:disabled):active {
    background-color: rgba(0, 0, 0, 0.07);
  }
  .ws-search-item-link:not(:disabled):active .ngr-icon {
    transform: translateX(4px);
  }
}
.ws-search-item-link .ngr-icon {
  opacity: 0.3;
  transition: transform 0.3s;
}
.ws-search-item-link--bold {
  font-weight: bold;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/search/item-templates/style/more-link-item-template.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-search-item-more-link {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: bold;
  padding: 12px;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: underline;
  transition: color linear 0.3s;
  color: #301749;
  display: block;
  width: 100%;
  border: 0;
  background-color: transparent;
  font-family: inherit;
  cursor: pointer;
}
@media (hover: hover) {
  .ws-search-item-more-link:not(:disabled):hover, .ws-search-item-more-link:not(:disabled):focus {
    color: #301749;
  }
}
@media (hover: none) {
  .ws-search-item-more-link:not(:disabled):active {
    color: #301749;
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/search/item-templates/style/product-category-item-template.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-search-item--type-product-category {
  border-bottom: 1px solid #f6f6f6;
}
.ws-search-item--type-product-category.ws-search-item--is-selected {
  background-color: #e2e0e1;
}

.ws-search-item-product-category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s;
  width: 100%;
  border: 0;
  background-color: transparent;
  color: inherit;
  text-align: left;
  font-family: inherit;
  cursor: pointer;
}
@media (hover: hover) {
  .ws-search-item-product-category:not(:disabled):hover, .ws-search-item-product-category:not(:disabled):focus {
    background-color: rgba(0, 0, 0, 0.07);
  }
  .ws-search-item-product-category:not(:disabled):hover .ngr-icon, .ws-search-item-product-category:not(:disabled):focus .ngr-icon {
    transform: translateX(4px);
  }
}
@media (hover: none) {
  .ws-search-item-product-category:not(:disabled):active {
    background-color: rgba(0, 0, 0, 0.07);
  }
  .ws-search-item-product-category:not(:disabled):active .ngr-icon {
    transform: translateX(4px);
  }
}
.ws-search-item-product-category .ngr-icon {
  opacity: 0.3;
  transition: transform 0.3s;
}
.ws-search-item-product-category .ws-icon {
  width: 7px;
  height: 13px;
  opacity: 0.3;
  transition: transform 0.3s;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/search/item-templates/style/product-item-template.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-search-item--type-product.ws-search-item--is-selected .ws-product__title::after,
.ws-search-item--type-product.ws-search-item--is-selected .ws-product__subtitle::after,
.ws-search-item--type-product.ws-search-item--is-selected .ws-product__price::after,
.ws-search-item--type-product.ws-search-item--is-selected .ws-product__campaign::after {
  background-image: linear-gradient(to right, rgba(226, 224, 225, 0), #e2e0e1);
}

.ws-search-item-product .ws-product__wrapper {
  background: transparent;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/search/item-templates/style/recipe-item-template.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-search-item-recipe {
  color: unset;
  display: flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  padding: 12px;
}
@media (hover: hover) {
  .ws-search-item-recipe:not(:disabled):hover .ws-search-item-recipe__title, .ws-search-item-recipe:not(:disabled):focus .ws-search-item-recipe__title {
    color: #301749;
    text-decoration: underline;
  }
}
@media (hover: none) {
  .ws-search-item-recipe:not(:disabled):active .ws-search-item-recipe__title {
    color: #301749;
    text-decoration: underline;
  }
}
.ws-search-item-recipe__image {
  width: 114px;
  height: 64px;
  border-radius: 0;
  margin-right: 16px;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  flex-shrink: 0;
}
.ws-search-item-recipe__image .ws-image {
  display: block;
}
.ws-search-item-recipe__image .ws-image img {
  width: 100% !important;
  height: 100% !important;
  display: block;
}
.ws-search-item-recipe__content {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.ws-search-item-recipe__title, .ws-search-item-recipe__description {
  display: inline-block;
}
.ws-search-item-recipe__title {
  -webkit-line-clamp: 3;
  font-weight: bold;
  font-size: 15px;
  vertical-align: middle;
}
@media (min-width: 1140px) {
  .ws-search-item-recipe__title {
    font-size: 18px;
  }
}
.ws-search-item-recipe__description {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  font-size: 13px;
  opacity: 0.66;
  font-weight: bold;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/search/item-templates/style/query-item-template.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-search-item-query {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  transition: background-color 0.3s;
  width: 100%;
  border: 0;
  background-color: transparent;
  color: inherit;
  text-align: left;
  font-family: inherit;
  cursor: pointer;
}
@media (hover: hover) {
  .ws-search-item-query:not(:disabled):hover, .ws-search-item-query:not(:disabled):focus {
    background-color: rgba(0, 0, 0, 0.07);
  }
  .ws-search-item-query:not(:disabled):hover .ngr-icon, .ws-search-item-query:not(:disabled):focus .ngr-icon {
    transform: translateX(4px);
  }
}
@media (hover: none) {
  .ws-search-item-query:not(:disabled):active {
    background-color: rgba(0, 0, 0, 0.07);
  }
  .ws-search-item-query:not(:disabled):active .ngr-icon {
    transform: translateX(4px);
  }
}
.ws-search-item-query .ngr-icon {
  opacity: 0.3;
  transition: transform 0.3s;
}
.ws-search-item-query .ws-icon {
  width: 7px;
  height: 13px;
  opacity: 0.3;
  transition: transform 0.3s;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/search/item-templates/style/store-item-template.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-search-item-store {
  color: unset;
  display: flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  padding: 12px;
}
@media (hover: hover) {
  .ws-search-item-store:not(:disabled):hover .ws-search-item-store__title, .ws-search-item-store:not(:disabled):focus .ws-search-item-store__title {
    color: #301749;
    text-decoration: underline;
  }
}
@media (hover: none) {
  .ws-search-item-store:not(:disabled):active .ws-search-item-store__title {
    color: #301749;
    text-decoration: underline;
  }
}
.ws-search-item-store__image {
  width: 64px;
  height: 64px;
  margin-right: 16px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: middle;
  flex-shrink: 0;
}
.ws-search-item-store__image .ws-image {
  display: block;
}
.ws-search-item-store__image .ws-image img {
  width: 100% !important;
  height: 100% !important;
  display: block;
}
.ws-search-item-store__content {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.ws-search-item-store__title, .ws-search-item-store__description {
  display: inline-block;
}
.ws-search-item-store__title {
  -webkit-line-clamp: 3;
  font-weight: bold;
  font-size: 15px;
  vertical-align: middle;
}
@media (min-width: 1140px) {
  .ws-search-item-store__title {
    font-size: 18px;
  }
}
.ws-search-item-store__description {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  font-size: 13px;
  opacity: 0.66;
  font-weight: bold;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/search/item-templates/style/theme-item-template.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-search-item-theme {
  color: unset;
  display: flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  padding: 12px;
}
@media (hover: hover) {
  .ws-search-item-theme:not(:disabled):hover .ws-search-item-theme__title, .ws-search-item-theme:not(:disabled):focus .ws-search-item-theme__title {
    color: #301749;
    text-decoration: underline;
  }
}
@media (hover: none) {
  .ws-search-item-theme:not(:disabled):active .ws-search-item-theme__title {
    color: #301749;
    text-decoration: underline;
  }
}
.ws-search-item-theme__image {
  width: 64px;
  height: 64px;
  margin-right: 16px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: middle;
  flex-shrink: 0;
}
.ws-search-item-theme__image .ws-image {
  display: block;
}
.ws-search-item-theme__image .ws-image img {
  width: 100% !important;
  height: 100% !important;
  display: block;
}
.ws-search-item-theme__content {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.ws-search-item-theme__title, .ws-search-item-theme__description {
  display: inline-block;
}
.ws-search-item-theme__title {
  -webkit-line-clamp: 3;
  font-weight: bold;
  font-size: 15px;
  vertical-align: middle;
}
@media (min-width: 1140px) {
  .ws-search-item-theme__title {
    font-size: 18px;
  }
}
.ws-search-item-theme__description {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  font-size: 13px;
  opacity: 0.66;
  font-weight: bold;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/search/style/search-item.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-search-item {
  margin: 0;
  padding: 0;
  /*
  &--is-activated {
      background-color: red;
  }
  */
}
.ws-search-item:not(:last-child) {
  border-bottom: 1px solid #f6f6f6;
}
.ws-search-item--is-selected {
  background-color: #e2e0e1;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/search/style/search-result-full.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
.ws-search-result-full {
  animation: search-result-full-in 0.35s backwards;
}
.ws-search-result-full__footer {
  margin: 32px 0;
  text-align: center;
}
.ws-search-result-full__footer:empty {
  display: none;
}

@keyframes search-result-full-in {
  from {
    transform: translateY(-16px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/src/modules/search/style/search-suggestions.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.ws-search-suggestions {
  background-color: #fff;
}
@media (min-width: 768px) {
  .ws-search-suggestions {
    overflow: hidden;
  }
}
@media (min-width: 1140px) {
  .ws-search-suggestions {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.ws-search-suggestions,
.ws-search-suggestions > li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ws-search-suggestions .ws-product__quantity-picker {
  grid-row: 1/4;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./node_modules/@ng-mw/shared-react-components/styles-chainsite.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
/* --- Color palette gray ---*/
/* --- Color palette purple ---*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
* {
  box-sizing: border-box;
}

.ws-visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

@media (max-width: 767px) {
  .ws-hidden-phone {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
}

@media (min-width: 768px) {
  .ws-hidden-tablet-desktop {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
}

@media (min-width: 1140px) {
  .ws-hidden-desktop {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
}

fieldset {
  outline: none;
  border: 0;
  margin: 0;
  padding: 0;
}

/* stylelint-disable */
/* stylelint-enable */
[data-habitat] .ws-corporate-registration__header,
[data-habitat] .ws-order-details__header-title,
[data-habitat] .ws-transaction-complaint__header-title {
  font-size: 1.75rem;
  line-height: 2.5rem;
  display: block;
  text-transform: uppercase;
  font-family: "FuturaPassata", "Futura", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}
@media (min-width: 768px) {
  [data-habitat] .ws-corporate-registration__header,
  [data-habitat] .ws-order-details__header-title,
  [data-habitat] .ws-transaction-complaint__header-title {
    font-size: 2.75rem;
    line-height: 3.75rem;
  }
}

/* stylelint-disable */
/* stylelint-enable */
[data-habitat] .ws-order-details {
  max-width: 928px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  [data-habitat] .ws-order-details {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  [data-habitat] .ws-order-details__header {
    flex-basis: 100%;
  }
}
[data-habitat] .ws-order-details__header-intro, [data-habitat] .ws-order-details__header-body {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 100;
}
@media (max-width: 767px) {
  [data-habitat] .ws-order-details__header-intro, [data-habitat] .ws-order-details__header-body {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
[data-habitat] .ws-order-details__summary {
  order: 1;
}
@media (min-width: 768px) {
  [data-habitat] .ws-order-details__summary {
    width: 55%;
    padding-right: 16px;
  }
}
[data-habitat] .ws-order-details__aside {
  order: 3;
}
@media (min-width: 768px) {
  [data-habitat] .ws-order-details__aside {
    width: 45%;
    padding-left: 16px;
    order: 2;
    display: flex;
    flex-direction: column;
  }
  [data-habitat] .ws-order-details__aside:empty {
    display: none;
  }
}
[data-habitat] .ws-order-details__cart {
  order: 2;
}
@media (min-width: 768px) {
  [data-habitat] .ws-order-details__cart {
    order: 3;
    flex-basis: 100%;
  }
}
[data-habitat] .ws-order-details__substitutions {
  order: 10;
  flex-basis: 100%;
}
[data-habitat] .ws-order-details__colophon {
  order: 11;
  flex-basis: 100%;
}

/* stylelint-disable */
/* stylelint-enable */
.ws-handover-time-status,
.ws-order-deadline-status,
.ws-order-edit-status {
  border-radius: 0;
}

[data-habitat] .ws-handover-time-status {
  background-color: transparent;
  color: #1e1e1e;
}
[data-habitat] .ws-handover-time-status__edit {
  color: #301749;
}

/* stylelint-disable */
/* stylelint-enable */
[data-habitat] .ws-search-result-list .ws-search-item {
  padding: 0 0 8px;
  margin-bottom: 8px;
}
[data-habitat] .ws-search-result-list .ws-search-item:first-child {
  padding-top: 8px;
}
[data-habitat] .ws-search-result-list .ws-search-item--type-product {
  padding-bottom: 0;
  margin-bottom: 0;
}
[data-habitat] .ws-search-result-list .ws-search-item--type-product:first-child {
  padding-top: 0;
}
.ws-search-suggestions__group [data-habitat] .ws-search-result-list {
  padding: 0 14px;
}

/* stylelint-disable */
/* stylelint-enable */
