.add-to-bag-confirmation{display:flex;flex-direction:column;height:100%}.add-to-bag-confirmation__content{flex-shrink:1;height:100%}.add-to-bag-confirmation__content:not(.loading){overflow-y:auto}.add-to-bag-confirmation__suggested-item{margin-top:var(--vp-semantic-spacing-2xs)}.add-to-bag-confirmation__suggested-item:first-child{margin-top:var(--vp-semantic-spacing-m)}.add-to-bag-confirmation__subheading{display:block;margin-top:var(--vp-semantic-spacing-2xl);font-weight:var(--wnf-typography-screen-s-body-s-font-weight-highlight)}.product-card-list-item{display:flex;align-items:start;overflow:hidden}.product-card-list-item__image-wrapper{flex-shrink:0;width:112px;margin-right:var(--vp-semantic-spacing-m)}@media (min-width:600px){.product-card-list-item__image-wrapper{width:128px}}.product-card-list-item--l .product-card-list-item__image-wrapper{width:195px;margin-right:var(--vp-semantic-spacing-l)}@media (min-width:600px){.product-card-list-item--l .product-card-list-item__image-wrapper{margin-right:calc(var(--vp-semantic-spacing-s) + var(--vp-semantic-spacing-xl))}}.product-card-list-item__content{display:flex;flex-direction:column;flex-shrink:1;row-gap:var(--vp-semantic-spacing-3xs);align-items:flex-start;justify-content:center;width:100%;padding-right:var(--vp-semantic-spacing-m);padding-bottom:var(--focus-border-offset);padding-left:var(--focus-border-offset);margin-bottom:calc(var(--focus-border-offset) * -1);margin-left:calc(var(--focus-border-offset) * -1);overflow:hidden}.product-card-list-item__availability-indicator,.product-card-list-item__maximum-quantity-reached-message,.product-card-list-item__quantity-stepper{margin-top:var(--vp-semantic-spacing-s)}.product-card-list-item--l .product-card-list-item__availability-indicator,.product-card-list-item--l .product-card-list-item__maximum-quantity-reached-message,.product-card-list-item--l .product-card-list-item__quantity-stepper{margin-top:var(--vp-semantic-spacing-l)}.product-card-list-item__actions{display:flex;flex-wrap:wrap;align-items:baseline;margin-top:var(--vp-semantic-spacing-xs)}.product-card-list-item--l .product-card-list-item__actions{margin-top:var(--vp-semantic-spacing-l)}.product-card-list-item__actions>*{margin-right:var(--vp-semantic-spacing-m);color:var(--vp-semantic-color-content-quiet)}.product-card-list-item__actions>:last-child{margin-right:0}.product-card-list-item__link-button-remove{display:inline-flex}.product-card-list-item__title-wrapper{display:flex;align-items:baseline;width:100%}.product-card-list-item__title--truncate{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;white-space:pre-wrap}.product-card-list-item__description,.product-card-list-item__title--out-of-stock{color:var(--vp-semantic-color-content-quiet)}.quantity-stepper{box-sizing:content-box;display:inline-flex;height:var(--vp-semantic-sizing-2xl);background-color:var(--vp-semantic-color-container-neutral);border:var(--vp-semantic-border-width-s) solid var(--vp-semantic-color-border-quiet);border-radius:var(--vp-semantic-border-radius-full)}.quantity-stepper__button{height:var(--vp-semantic-sizing-2xl);color:var(--vp-semantic-color-content-neutral);text-align:center;cursor:pointer;outline:none}.quantity-stepper__button--decrement{padding:var(--vp-semantic-spacing-xs) var(--vp-semantic-spacing-xs) var(--vp-semantic-spacing-xs) var(--vp-semantic-spacing-s);border-radius:var(--vp-semantic-border-radius-full) 0 0 var(--vp-semantic-border-radius-full)}.quantity-stepper__button--increment{order:2;padding:var(--vp-semantic-spacing-xs) var(--vp-semantic-spacing-s) var(--vp-semantic-spacing-xs) var(--vp-semantic-spacing-xs);border-radius:0 var(--vp-semantic-border-radius-full) var(--vp-semantic-border-radius-full) 0}.quantity-stepper__button:disabled{cursor:not-allowed;opacity:var(--vp-semantic-opacity-s)}.quantity-stepper__button:hover:not(:disabled){background-color:var(--vp-semantic-color-container-quiet)}.quantity-stepper__button:focus-visible{outline:var(--vp-semantic-border-width-m) solid var(--vp-semantic-color-border-brand);outline-offset:calc(var(--vp-semantic-border-width-m) * -1)}.quantity-stepper__input-wrapper{position:relative;display:flex;align-items:center}.quantity-stepper__input-placeholder{min-width:var(--vp-semantic-sizing-2xl);padding:var(--vp-semantic-spacing-xs);visibility:hidden}.quantity-stepper__input,.quantity-stepper__input-placeholder{font-family:var(
    --vp-semantic-typography-screen-s-button-label-s-font-family
  );font-size:var(--vp-semantic-typography-screen-s-button-label-s-font-size);font-weight:var(
    --vp-semantic-typography-screen-s-button-label-s-font-weight
  );line-height:var(
    --vp-semantic-typography-screen-s-button-label-s-line-height
  );-webkit-text-decoration:var(
    --vp-semantic-typography-screen-s-button-label-s-text-decoration
  );text-decoration:var(
    --vp-semantic-typography-screen-s-button-label-s-text-decoration
  );text-transform:var(
    --vp-semantic-typography-screen-s-button-label-s-text-case
  );letter-spacing:var(
    --vp-semantic-typography-screen-s-button-label-s-letter-spacing
  );text-align:center}.quantity-stepper__input{position:absolute;top:0;right:0;bottom:0;left:0}.quantity-stepper__input:disabled{opacity:var(--vp-semantic-opacity-s)}.quantity-stepper__input:hover:not(:disabled){background-color:var(--vp-semantic-color-container-quiet)}.quantity-stepper__input:focus-visible{outline:var(--vp-semantic-border-width-m) solid var(--vp-semantic-color-border-brand);outline-offset:calc(var(--vp-semantic-border-width-m) * -1)}.quantity-stepper__input::-webkit-inner-spin-button,.quantity-stepper__input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none;appearance:none}.quantity-stepper__input[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.quantity-stepper__message{color:var(--vp-semantic-color-status-warning)}.sheet-modal__footer .vp-button--squared{width:100%}.added-items-wrapper>.product-card-list-item{margin-bottom:var(--vp-semantic-spacing-2xl)}