/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[3]!./node_modules/@epegzz/sass-vars-loader/src/sassVarsLoader.js??ruleSet[1].rules[7].use[4]!./assets/components/react-form-components/error-message/scss/index.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* general mixins and helpers */
/*
    put mixins which have consistant styles for all designs
 */
.error-message {
  color: #ca3a3a;
  display: flex;
}
.error-message__icon {
  flex: none;
}
.error-message__text {
  font-family: Gotham-book, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.4;
  letter-spacing: -0.01em;
}
.error-message--style-inline {
  gap: 8px;
}
.error-message--style-inline .error-message__text {
  font-size: 14px;
  padding-top: 0.2em;
}
.error-message--style-block {
  background-color: rgba(202, 58, 58, 0.1);
  border-radius: 8px;
  gap: 16px;
  padding: 20px 24px;
}
.error-message--style-block .error-message__text {
  font-size: 16px;
  padding-top: 0.2em;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[3]!./node_modules/@epegzz/sass-vars-loader/src/sassVarsLoader.js??ruleSet[1].rules[7].use[4]!./assets/components/react-quantity-input/scss/quantity-input.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* general mixins and helpers */
/*
    put mixins which have consistant styles for all designs
 */
.quantity-input {
  display: grid;
  gap: var(--label-gap);
}
.quantity-input__label {
  color: #004547;
  display: block;
  font-family: Gotham-bold, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
}
.quantity-input__controls {
  display: grid;
  gap: var(--control-gap);
  grid-template-columns: var(--control-height) minmax(0, 1fr) var(--control-height);
}
.quantity-input__input, .quantity-input__button {
  background-color: #ffffff;
  border: 2px solid #ccdada;
  color: #004547;
  transition: color 0.3s ease;
}
.quantity-input__input:enabled:hover, .quantity-input__input:enabled:focus-visible, .quantity-input__button:enabled:hover, .quantity-input__button:enabled:focus-visible {
  border-color: #004547;
}
.quantity-input__input:disabled, .quantity-input__button:disabled {
  color: #ccdada;
  cursor: not-allowed;
}
.quantity-input__input {
  border-radius: var(--input-border-radius);
  font-size: 16px;
  font-weight: 700;
  min-height: var(--control-height);
  text-align: center;
  -moz-appearance: textfield;
}
.quantity-input__input::-webkit-inner-spin-button, .quantity-input__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-input__button {
  aspect-ratio: 1;
  border-radius: 50%;
  cursor: pointer;
  display: grid;
  padding: 15px;
  place-items: center;
}
.quantity-input__button:disabled {
  cursor: not-allowed;
}
.quantity-input__button svg {
  display: block;
  max-height: 100%;
  max-width: 100%;
  stroke: currentColor;
  stroke-width: 2px;
}
.quantity-input--size-default {
  --label-gap: 15px;
  --control-gap: 8px;
  --input-border-radius: 8px;
  --control-height: 48px;
  max-width: min(200px, 100%);
}
.quantity-input--size-small {
  --label-gap: 8px;
  --control-gap: 4px;
  --input-border-radius: 100vmax;
  --control-height: 40px;
  max-width: min(160px, 100%);
}
.quantity-input--size-small .quantity-input__button {
  padding: 11px;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[3]!./node_modules/@epegzz/sass-vars-loader/src/sassVarsLoader.js??ruleSet[1].rules[7].use[4]!./assets/components/react-form-components/select/scss/index.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* general mixins and helpers */
/*
    put mixins which have consistant styles for all designs
 */
.select {
  color: #004547;
}
.select__label, .select__wrapper {
  transition: color 0.3s ease-out;
}
.select__control.ss-content.ss-open-below {
  box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.2509803922);
}
.select__label {
  display: block;
  font-family: Gotham-bold, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin-bottom: 12px;
}
.select--invalid .select__control {
  --ss-border-color: #ca3a3a;
  --ss-primary-color: #ca3a3a;
}
.select--invalid .select__label, .select--invalid .select__wrapper {
  color: #ca3a3a;
}
.select__error-message {
  margin-top: 8px;
}
.select__instructions {
  font-size: 14px;
  margin-top: 16px;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[3]!./node_modules/@epegzz/sass-vars-loader/src/sassVarsLoader.js??ruleSet[1].rules[7].use[4]!./assets/components/react-basket-item/scss/basket-item.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* general mixins and helpers */
/*
    put mixins which have consistant styles for all designs
 */
.basket-item {
  color: #004547;
  display: flex;
  gap: 24px;
}
.basket-item__image {
  border-radius: 8px;
  background-color: #edebeb;
  flex-shrink: 0;
  overflow: hidden;
  width: 100px;
  height: 100px;
}
.basket-item__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 1024px) {
  .basket-item__image--large {
    width: 166px;
    height: 166px;
  }
}
.basket-item__main {
  flex: 1;
}
.basket-item__name {
  font-family: Gotham-bold, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  line-height: 1.2;
}
.basket-item__text {
  display: grid;
  justify-items: start;
  row-gap: 4px;
}
.basket-item__colour {
  align-items: center;
  display: flex;
  gap: 4px;
}
.basket-item__colour-swatch {
  filter: drop-shadow(0 0.578px 0.578px rgba(0, 0, 0, 0.25));
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #ffffff;
}
.basket-item__promotion {
  align-items: center;
  border-radius: 100vmax;
  display: inline-flex;
  font-family: Gotham-bold, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  letter-spacing: -0.01em;
  padding: 6px 12px;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  user-select: none;
  pointer-events: none;
  z-index: 2;
  font-size: 14px;
  padding: 4px 10px;
}
.basket-item__promotion--default, .basket-item__promotion--new {
  background-color: #e5ff66;
  color: #004547;
}
.basket-item__promotion--sale {
  background-color: #ca3a3a;
  color: #ffffff;
}
.basket-item__promotion {
  margin-bottom: 4px;
}
.basket-item__actions {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 16px 12px;
  margin-top: 16px;
}
.basket-item__actions--inline {
  align-items: center;
  flex-direction: row;
}
.basket-item__actions:not(.basket-item__actions--inline) .basket-item__remove {
  align-self: flex-start;
}
.basket-item__price {
  display: flex;
  gap: 8px;
  font-size: 18px;
  letter-spacing: -0.01em;
}
.basket-item__price-previous {
  font-family: Gotham-bold, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-decoration-line: line-through;
  line-height: 1.2;
}
.basket-item__price-now {
  font-family: Gotham-bold, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.basket-item__price-now:not(:only-child) {
  color: #ca3a3a;
}
.basket-item__quantity {
  flex: 1;
}
.basket-item__remove {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  appearance: none;
  align-items: center;
  background: none;
  border: none;
  color: #004547;
  display: flex;
  gap: 8px;
  transition: 0.2s ease-out;
}
.basket-item__remove:focus, .basket-item__remove:hover {
  color: #ca3a3a;
}
.basket-item__remove:focus .basket-item__remove-text span, .basket-item__remove:hover .basket-item__remove-text span {
  background-size: 0 1px, 100% 1px;
}
.basket-item__remove .icon {
  flex: none;
  stroke: currentColor;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 24px;
  height: 24px;
}
.basket-item__remove-text {
  align-self: center;
}
.basket-item__remove-text span {
  background: linear-gradient(to right, rgba(0, 69, 71, 0.3), rgba(0, 69, 71, 0.3)), linear-gradient(to right, #ca3a3a, #ca3a3a);
  background-size: 100% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0.25em 0;
  line-height: 1.6;
  transition: background-size 0.3s ease-out;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[3]!./node_modules/@epegzz/sass-vars-loader/src/sassVarsLoader.js??ruleSet[1].rules[7].use[4]!./assets/components/react-form-components/text-input/scss/index.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* general mixins and helpers */
/*
    put mixins which have consistant styles for all designs
 */
.text-input {
  color: #004547;
}
.text-input__label, .text-input__wrapper {
  transition: color 0.3s ease-out;
}
.text-input--validity-icons {
  --validity-icon: 1;
}
.text-input--password-visibility {
  --password-visibility: 1;
}
.text-input--tooltip {
  --tooltip-button: 1;
}
.text-input__label {
  font-family: Gotham-bold, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  display: block;
}
.text-input__wrapper {
  --icon-spacing: 16px;
  --validity-icon-size: 18px;
  --password-visibility-button-size: 24px;
  --tooltip-button-size: 24px;
  align-items: center;
  display: grid;
  position: relative;
}
.text-input__wrapper > * {
  grid-column: 1/-1;
  grid-row: 1/-1;
}
.text-input__wrapper::before, .text-input__wrapper::after {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  height: 4px;
  right: 0;
}
.text-input__wrapper::before {
  background-color: #edebeb;
}
.text-input__wrapper::after {
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: all 0.3s ease-out;
}
.text-input__wrapper:focus-visible::after, .text-input__wrapper:focus-within::after, .text-input__wrapper:hover::after {
  transform: scaleX(1);
}
.text-input__wrapper:has(input:disabled)::after {
  transform: scaleX(0);
}
.text-input__control {
  border: none;
  color: inherit;
  font-family: Gotham-book, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  letter-spacing: -0.01em;
  outline: 0;
  overflow: hidden;
  padding: 15px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-right: calc((var(--validity-icon-size) + var(--icon-spacing)) * var(--validity-icon, 0) + (var(--password-visibility-button-size) + var(--icon-spacing)) * var(--password-visibility, 0) + (var(--tooltip-button-size) + var(--icon-spacing)) * var(--tooltip-button, 0));
}
.text-input__control::-webkit-outer-spin-button, .text-input__control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.text-input__control[type=number] {
  -moz-appearance: textfield;
}
.text-input__control:not(:placeholder-shown)[type=password] {
  letter-spacing: 0.05em;
}
.text-input__control-controls {
  align-items: center;
  display: flex;
  gap: var(--icon-spacing);
  right: 0;
  position: absolute;
  pointer-events: none;
}
.text-input__control-controls > * {
  flex: none;
  pointer-events: auto;
}
.text-input__validity-icon, .text-input__tooltip-icon, .text-input__password-toggle {
  display: grid;
}
.text-input__validity-icon > *, .text-input__tooltip-icon > *, .text-input__password-toggle > * {
  grid-row: 1;
  grid-column: 1;
}
.text-input__validity-icon .icon, .text-input__tooltip-icon .icon, .text-input__password-toggle .icon {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.text-input__validity-icon {
  pointer-events: none !important;
}
.text-input__tooltip {
  --tooltip-tail-gap: 6px;
  --tooltip-tail-height: 7px;
  --tooltip-tail-width: 16px;
  isolation: isolate;
  z-index: 9;
}
.text-input__tooltip-bubble, .text-input__tooltip::after {
  background-color: currentColor;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}
.text-input__tooltip::after {
  --triangle: url("data:image/svg+xml,%3Csvg viewBox=%270 0 18 9%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M18 0L9 9L0 0H18Z%27/%3E%3C/svg%3E%0A");
  bottom: calc(100% + var(--tooltip-tail-gap));
  content: "";
  display: block;
  -webkit-mask-image: var(--triangle);
  mask-image: var(--triangle);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  height: var(--tooltip-tail-height);
  transform: translateX(calc((var(--tooltip-button-size) - var(--tooltip-tail-width)) / 2));
  position: absolute;
  width: var(--tooltip-tail-width);
}
.text-input__tooltip-bubble {
  bottom: calc(100% + var(--tooltip-tail-gap) + var(--tooltip-tail-height));
  right: 0;
  padding: 12px 16px;
  position: absolute;
  text-align: center;
  width: 90vw;
  max-width: 228px;
}
.text-input__tooltip:hover::after,
.text-input__tooltip:hover .text-input__tooltip-bubble, .text-input__tooltip:focus-within::after,
.text-input__tooltip:focus-within .text-input__tooltip-bubble {
  opacity: 1;
  visibility: visible;
}
.text-input__tooltip:not(:hover):not(:focus-within) .icon-alert, .text-input__tooltip:hover .icon-alert-solid, .text-input__tooltip:focus-within .icon-alert-solid {
  opacity: 1;
  visibility: visible;
}
.text-input__tooltip-text {
  color: #ffffff;
  font-family: Gotham-book, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.01em;
}
.text-input__tooltip--centred .text-input__tooltip-bubble {
  transform: translateX(calc(50% - var(--tooltip-button-size) / 2));
}
.text-input--is-touched:not(.text-input--invalid) .text-input__validity-icon .icon-tick {
  opacity: 1;
}
.text-input.text-input--invalid .text-input__label, .text-input.text-input--invalid .text-input__wrapper {
  color: #ca3a3a;
}
.text-input.text-input--invalid .text-input__validity-icon .icon-cross {
  opacity: 1;
}
.text-input__password-toggle {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  appearance: none;
}
.text-input__password-toggle:not(.text-input__password-toggle--active) .icon-eye, .text-input__password-toggle--active .icon-eye-linethrough {
  opacity: 1;
  visibility: visible;
}
.text-input__error-message {
  margin-top: 8px;
}
.text-input__instructions {
  font-size: 14px;
  margin-top: 16px;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[3]!./node_modules/@epegzz/sass-vars-loader/src/sassVarsLoader.js??ruleSet[1].rules[7].use[4]!./assets/components/react-form-components/checkbox/scss/index.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* general mixins and helpers */
/*
    put mixins which have consistant styles for all designs
 */
.checkbox-input {
  color: #004547;
}
.checkbox-input:not(.checkbox-input--custom-layout) {
  align-items: start;
  grid-template-columns: auto minmax(0, 1fr);
  display: grid;
  gap: 8px 12px;
}
.checkbox-input:not(.checkbox-input--custom-layout) > *:not(.checkbox-input__control) {
  grid-column-start: 2;
}
.checkbox-input:not(.checkbox-input--custom-layout) .checkbox-input__label {
  align-self: center;
}
.checkbox-input__control {
  align-items: center;
  appearance: none;
  display: grid;
  flex: none;
  height: 24px;
  margin: 0;
  position: relative;
  justify-items: center;
  width: 24px;
}
.checkbox-input__control::before, .checkbox-input__control::after {
  content: "";
  height: inherit;
  width: inherit;
}
.checkbox-input__control::before {
  content: "";
  border: 2px solid #ccdada;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.checkbox-input__control::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  grid-column: 1;
  grid-row: 1;
  position: absolute;
  margin: auto;
  transition: opacity 0.3s ease;
}
.checkbox-input__control:focus-visible {
  outline: 0;
}
.checkbox-input__control:focus-visible::before {
  outline: 1px solid #004547;
  outline-offset: 4px;
}
.checkbox-input__control:not(:checked)::after {
  opacity: 0;
}
.checkbox-input__control:checked::before {
  border-color: #004547;
  background-color: #004547;
}
.checkbox-input__control:checked::after {
  background-image: url(/dist/images/tick-icon-6332aa91e0b639aad024.svg);
  opacity: 1;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[3]!./node_modules/@epegzz/sass-vars-loader/src/sassVarsLoader.js??ruleSet[1].rules[7].use[4]!./assets/components/account-promotion/scss/index.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* general mixins and helpers */
/*
    put mixins which have consistant styles for all designs
 */
.link-underlined {
  color: #004547;
  display: inline-block;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
.link-underlined:before {
  display: block;
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: -4px;
  background: rgba(0, 69, 71, 0.3);
}
.link-underlined:after {
  display: block;
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  bottom: -4px;
  background: #004547;
  transition: width 0.3s ease;
}
.link-underlined:hover, .link-underlined:focus, .link-underlined:active {
  color: #004547;
  text-decoration: none;
}
.link-underlined:hover:after, .link-underlined:focus:after, .link-underlined:active:after {
  width: 100%;
}

.account-promotion {
  align-items: flex-start;
  border-radius: 8px;
  color: #004547;
  display: flex;
  flex-direction: column;
  gap: var(--root-spacing);
  padding: 26px;
}
.account-promotion--grey {
  background-color: #f5f5f5;
}
.account-promotion--emerald {
  background-color: #94f5d4;
}
.account-promotion__intro {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: var(--intro-spacing);
}
.account-promotion__header {
  display: flex;
  gap: var(--header-spacing);
}
.account-promotion__title {
  align-self: center;
  margin: 0;
}
.account-promotion__icon {
  aspect-ratio: 1;
  align-self: flex-start;
  flex: none;
  stroke: currentColor;
  stroke-width: 3px;
  stroke-linejoin: round;
  width: 26px;
}
@media screen and (min-width: 1024px) {
  .account-promotion__icon {
    width: 30px;
  }
}
.account-promotion__text {
  line-height: 1.6;
}
.account-promotion__reasons {
  display: flex;
  flex-direction: column;
  gap: var(--reasons-spacing);
  list-style: none;
  margin: 0;
  padding: 0;
}
.account-promotion__reasons--bold {
  font-family: Gotham-bold, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.account-promotion__reason {
  position: relative;
  display: flex;
  align-items: start;
  column-gap: var(--reason-spacing);
  letter-spacing: -0.01em;
}
.account-promotion__reason::before {
  margin-top: 0.15em;
  flex-shrink: 0;
  width: 20px;
  height: 15px;
  content: "";
  background: currentColor;
  mask-image: url(/dist/images/tick-icon-6332aa91e0b639aad024.svg);
  mask-repeat: no-repeat;
  mask-size: 19px 25px;
  mask-position: left center;
}
.account-promotion__link--underlined {
  color: #004547;
  display: inline-block;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
.account-promotion__link--underlined:before {
  display: block;
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: -4px;
  background: rgba(0, 69, 71, 0.3);
}
.account-promotion__link--underlined:after {
  display: block;
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  bottom: -4px;
  background: #004547;
  transition: width 0.3s ease;
}
.account-promotion__link--underlined:hover, .account-promotion__link--underlined:focus, .account-promotion__link--underlined:active {
  color: #004547;
  text-decoration: none;
}
.account-promotion__link--underlined:hover:after, .account-promotion__link--underlined:focus:after, .account-promotion__link--underlined:active:after {
  width: 100%;
}
.account-promotion__link--underlined {
  font-family: Gotham-bold, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.account-promotion--size-default {
  --root-spacing: 40px;
  --header-spacing: 16px;
  --intro-spacing: 24px;
  --reasons-spacing: 12px;
  --reason-spacing: 8px;
}
@media screen and (min-width: 1024px) {
  .account-promotion--size-default {
    --header-spacing: 12px;
    padding: 52px 45px;
  }
}
.account-promotion--size-default .account-promotion__title {
  font-family: "roc-grotesk-compressed", -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  color: #004547;
  text-transform: uppercase;
  line-height: 0.8;
  letter-spacing: -0.01em;
  font-size: 32px;
}
@media screen and (min-width: 1024px) {
  .account-promotion--size-default .account-promotion__title {
    font-size: 40px;
  }
}
.account-promotion--size-compact {
  --root-spacing: 24px;
  --header-spacing: 16px;
  --intro-spacing: 20px;
  --reasons-spacing: 2px;
  --reason-spacing: 8px;
}
@media screen and (min-width: 1024px) {
  .account-promotion--size-compact {
    --header-spacing: 12px;
    --intro-spacing: 24px;
    padding: 34px 26px 26px;
  }
}
.account-promotion--size-compact .account-promotion__title {
  font-family: "roc-grotesk-compressed", -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  color: #004547;
  text-transform: uppercase;
  line-height: 0.8;
  letter-spacing: -0.01em;
  font-size: 26px;
}
@media screen and (min-width: 1024px) {
  .account-promotion--size-compact .account-promotion__title {
    font-size: 32px;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[3]!./node_modules/@epegzz/sass-vars-loader/src/sassVarsLoader.js??ruleSet[1].rules[7].use[4]!./assets/components/basket/order-summary/scss/order-summary.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* general mixins and helpers */
/*
    put mixins which have consistant styles for all designs
 */
.order-summary {
  color: #004547;
  display: grid;
  gap: 8px 12px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin: 0;
  padding: 0;
}
.order-summary__label, .order-summary__value {
  margin: 0;
  padding: 0;
}
.order-summary__label {
  font-family: Gotham-bold, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.order-summary__description {
  display: block;
  font-family: Gotham-book, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  margin-top: 6px;
  text-wrap: balance;
}
.order-summary__value {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 18px;
  letter-spacing: -0.01em;
  justify-content: flex-end;
  text-align: right;
}
.order-summary__value--reduction {
  color: #ca3a3a;
}
.order-summary__value-previous {
  font-family: Gotham-book, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-decoration: line-through;
}
.order-summary__value-now {
  font-family: Gotham-bold, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.order-summary__value-now:not(:only-child) {
  color: #ca3a3a;
}
