/*!***********************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./scss/cart.scss ***!
  \***********************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap);
/*!***************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./scss/cart.scss (1) ***!
  \***************************************************************************************************************/
/*
  Mixin for creating pseudo elements
*/
/*
  Mixins to support bootstrap spacing
 */
/*
  Mixins to create bootstrap responsive width and height clases in px
  w-<breakpoint>-<size>
  h-<breakpoint>-<size> // ex: .h-sm-100 {height: 100px;}
 */
/**
 * Import library helpers
 */
/*$spacer: 1rem; // Monoprix spacer 2px ?  // bootstrap default is 1rem;
$spacers: (
  0: 0,
  1: $spacer, // bootstrap default is $spacer * .25
  2: $spacer, // bootstrap default is $spacer * .5
  3: $spacer, // bootstrap default is $spacer
  4: $spacer, // bootstrap default is $spacer * 1.5
  5: $spacer, // bootstrap default is $spacer * 3
);*/
/*
  Mixin for creating pseudo elements
*/
/*
  Mixins to support bootstrap spacing
 */
/*
  Mixins to create bootstrap responsive width and height clases in px
  w-<breakpoint>-<size>
  h-<breakpoint>-<size> // ex: .h-sm-100 {height: 100px;}
 */
/**
 * Import library helpers
 */
/*$spacer: 1rem; // Monoprix spacer 2px ?  // bootstrap default is 1rem;
$spacers: (
  0: 0,
  1: $spacer, // bootstrap default is $spacer * .25
  2: $spacer, // bootstrap default is $spacer * .5
  3: $spacer, // bootstrap default is $spacer
  4: $spacer, // bootstrap default is $spacer * 1.5
  5: $spacer, // bootstrap default is $spacer * 3
);*/
:root {
  --brand-primary: rgb(47, 112, 193);
  --brand-secondary: rgb(116, 97, 195);
  --brand-alternative: rgb(19, 120, 134);
  --background-site: rgb(249, 249, 249);
  --background-code: rgb(244, 244, 244);
  --text-body: rgb(54, 49, 61);
  --text-comment: rgb(99, 94, 105);
  --text-high-contrast: rgb(49, 49, 49);
  --text-medium-contrast: rgb(99, 94, 105);
  --text-low-contrast: rgb(116, 109, 118);
  --detail-high-contrast: rgb(192, 192, 192);
  --detail-medium-contrast: rgb(234, 234, 234);
  --detail-low-contrast: rgb(240, 240, 242);
  --admonition-note: rgb(46, 109, 188);
  --admonition-warning: rgb(255, 196, 9);
  --admonition-danger: rgb(220, 38, 38);
  --brand-primary-rgb-value: 47, 112, 193;
  --brand-secondary-rgb-value: 116, 97, 195;
  --brand-alternative-rgb-value: 19, 120, 134;
  --background-site-rgb-value: 249, 249, 249;
  --background-code-rgb-value: 244, 244, 244;
  --text-body-rgb-value: 54, 49, 61;
  --text-comment-rgb-value: 99, 94, 105;
  --text-high-contrast-rgb-value: 49, 49, 49;
  --text-medium-contrast-rgb-value: 99, 94, 105;
  --text-low-contrast-rgb-value: 116, 109, 118;
  --detail-high-contrast-rgb-value: 192, 192, 192;
  --detail-medium-contrast-rgb-value: 234, 234, 234;
  --detail-low-contrast-rgb-value: 240, 240, 242;
  --admonition-note-rgb-value: 46, 109, 188;
  --admonition-warning-rgb-value: 255, 196, 9;
  --admonition-danger-rgb-value: 220, 38, 38;
}

.product-img .embla {
  max-width: 48rem;
  margin: auto;
  --slide-height: auto;
  --slide-spacing: 1rem;
  --slide-size: 100%;
}
.product-img .embla__viewport {
  overflow: hidden;
}
.product-img .embla__container {
  backface-visibility: hidden;
  display: flex;
  touch-action: pan-y pinch-zoom;
  margin-left: calc(var(--slide-spacing) * -1);
}
.product-img .embla__slide {
  flex: 0 0 var(--slide-size);
  min-width: 0;
  padding-left: var(--slide-spacing);
}
.product-img .embla__slide__number {
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--slide-height);
}
.product-img .embla-thumbs {
  --thumbs-slide-spacing: 0.8rem;
  --thumbs-slide-height: 6rem;
  margin-top: var(--thumbs-slide-spacing);
}
.product-img .embla-thumbs__viewport {
  overflow: hidden;
}
.product-img .embla-thumbs__container {
  display: flex;
  flex-direction: row;
  margin-left: calc(var(--thumbs-slide-spacing) * -1);
}
.product-img .embla-thumbs__slide {
  flex: 0 0 24%;
  min-width: 0;
  padding-left: var(--thumbs-slide-spacing);
}
@media (min-width: 576px) {
  .product-img .embla-thumbs__slide {
    flex: 0 0 15%;
  }
}
.product-img .embla-thumbs__slide__number {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  touch-action: manipulation;
  display: inline-flex;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  opacity: 0.7;
}
.product-img .embla-thumbs__slide--selected .embla-thumbs__slide__number {
  opacity: 1;
  border: 1px solid black;
}

.carousel-recommendations .title {
  text-decoration: underline;
}
.carousel-recommendations .embla {
  margin: auto;
  --slide-height: 19rem;
  --slide-spacing: 0.4rem;
  --slide-size: 78%;
  --slide-lg-size: 28%;
}
@media (min-width: 992px) {
  .carousel-recommendations .embla {
    max-width: 92%;
    margin: auto;
  }
}
.carousel-recommendations .embla__viewport {
  overflow: hidden;
}
.carousel-recommendations .embla__container {
  backface-visibility: hidden;
  display: flex;
  touch-action: pan-y pinch-zoom;
  margin-left: calc(var(--slide-spacing) * -1);
}
.carousel-recommendations .embla__slide {
  flex: 0 0 var(--slide-size);
  min-width: 0;
  padding-left: var(--slide-spacing);
}
@media (min-width: 992px) {
  .carousel-recommendations .embla__slide {
    flex: 0 0 var(--slide-lg-size);
  }
}
.carousel-recommendations .embla__slide__number {
  height: auto;
}
.carousel-recommendations .embla__controls {
  display: grid;
  grid-template-columns: auto 1fr;
  justify-content: space-between;
  gap: 1.2rem;
}
.carousel-recommendations .embla__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem;
  align-items: center;
}
.carousel-recommendations .embla__button {
  -webkit-tap-highlight-color: rgba(var(--text-high-contrast-rgb-value), 0.5);
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  touch-action: manipulation;
  display: inline-flex;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  box-shadow: inset 0 0 0 0.2rem var(--detail-medium-contrast);
  width: 2rem;
  height: 2rem;
  z-index: 1;
  border-radius: 50%;
  color: var(--text-body);
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-recommendations .embla__button:active, .carousel-recommendations .embla__button:focus {
  box-shadow: inset 0 0 0 0.2rem var(--detail-medium-contrast) !important;
  outline: unset;
}
.carousel-recommendations .embla__button:disabled {
  color: var(--detail-high-contrast);
}
.carousel-recommendations .embla__button__svg {
  width: 35%;
  height: 35%;
}
.carousel-recommendations .embla__selected-snap-display {
  justify-self: flex-end;
  align-self: center;
  color: var(--text-low-contrast);
  font-weight: 600;
  font-size: var(--font-size-s);
}
.carousel-recommendations .carousel {
  pointer-events: none;
}
@media (min-width: 992px) {
  .carousel-recommendations .carousel {
    pointer-events: initial;
  }
}

.order-date {
  display: none;
}

.empty-cart {
  margin: 0 auto;
  text-align: center;
  font-family: "Maison Neue";
  font-weight: 300;
  padding: 1rem;
}
@media (min-width: 768px) {
  .empty-cart > .container {
    max-width: 50%;
  }
}
.empty-cart svg {
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .empty-cart svg {
    max-width: 60%;
  }
}
.empty-cart svg #oval, .empty-cart svg #plus, .empty-cart svg #diamond, .empty-cart svg #bubble-rounded {
  animation: plopp 4s ease-out infinite;
}
.empty-cart svg #oval:nth-child(1), .empty-cart svg #plus:nth-child(1), .empty-cart svg #diamond:nth-child(1), .empty-cart svg #bubble-rounded:nth-child(1) {
  animation-delay: -240ms;
}
.empty-cart svg #oval:nth-child(2), .empty-cart svg #plus:nth-child(2), .empty-cart svg #diamond:nth-child(2), .empty-cart svg #bubble-rounded:nth-child(2) {
  animation-delay: -480ms;
}
.empty-cart svg #oval:nth-child(3), .empty-cart svg #plus:nth-child(3), .empty-cart svg #diamond:nth-child(3), .empty-cart svg #bubble-rounded:nth-child(3) {
  animation-delay: -720ms;
}
.empty-cart svg #oval:nth-child(4), .empty-cart svg #plus:nth-child(4), .empty-cart svg #diamond:nth-child(4), .empty-cart svg #bubble-rounded:nth-child(4) {
  animation-delay: -960ms;
}
.empty-cart svg #oval:nth-child(5), .empty-cart svg #plus:nth-child(5), .empty-cart svg #diamond:nth-child(5), .empty-cart svg #bubble-rounded:nth-child(5) {
  animation-delay: -1200ms;
}
.empty-cart svg #oval:nth-child(6), .empty-cart svg #plus:nth-child(6), .empty-cart svg #diamond:nth-child(6), .empty-cart svg #bubble-rounded:nth-child(6) {
  animation-delay: -1440ms;
}
.empty-cart svg #oval:nth-child(7), .empty-cart svg #plus:nth-child(7), .empty-cart svg #diamond:nth-child(7), .empty-cart svg #bubble-rounded:nth-child(7) {
  animation-delay: -1680ms;
}
.empty-cart svg #oval:nth-child(8), .empty-cart svg #plus:nth-child(8), .empty-cart svg #diamond:nth-child(8), .empty-cart svg #bubble-rounded:nth-child(8) {
  animation-delay: -1920ms;
}
.empty-cart svg #oval:nth-child(9), .empty-cart svg #plus:nth-child(9), .empty-cart svg #diamond:nth-child(9), .empty-cart svg #bubble-rounded:nth-child(9) {
  animation-delay: -2160ms;
}
.empty-cart svg #oval:nth-child(10), .empty-cart svg #plus:nth-child(10), .empty-cart svg #diamond:nth-child(10), .empty-cart svg #bubble-rounded:nth-child(10) {
  animation-delay: -2400ms;
}
.empty-cart svg #oval:nth-child(11), .empty-cart svg #plus:nth-child(11), .empty-cart svg #diamond:nth-child(11), .empty-cart svg #bubble-rounded:nth-child(11) {
  animation-delay: -2640ms;
}
.empty-cart svg #oval:nth-child(12), .empty-cart svg #plus:nth-child(12), .empty-cart svg #diamond:nth-child(12), .empty-cart svg #bubble-rounded:nth-child(12) {
  animation-delay: -2880ms;
}
.empty-cart svg #oval:nth-child(13), .empty-cart svg #plus:nth-child(13), .empty-cart svg #diamond:nth-child(13), .empty-cart svg #bubble-rounded:nth-child(13) {
  animation-delay: -3120ms;
}
.empty-cart svg #oval:nth-child(14), .empty-cart svg #plus:nth-child(14), .empty-cart svg #diamond:nth-child(14), .empty-cart svg #bubble-rounded:nth-child(14) {
  animation-delay: -3360ms;
}
.empty-cart svg #oval:nth-child(15), .empty-cart svg #plus:nth-child(15), .empty-cart svg #diamond:nth-child(15), .empty-cart svg #bubble-rounded:nth-child(15) {
  animation-delay: -3600ms;
}
.empty-cart svg #oval:nth-child(16), .empty-cart svg #plus:nth-child(16), .empty-cart svg #diamond:nth-child(16), .empty-cart svg #bubble-rounded:nth-child(16) {
  animation-delay: -3840ms;
}
.empty-cart svg #bg-line:nth-child(2) {
  fill-opacity: 0.3;
}
.empty-cart svg #bg-line:nth-child(3) {
  fill-opacity: 0.4;
}

@keyframes plopp {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(0, -10px);
    opacity: 0;
  }
}
.cart-detail {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cart-detail {
    padding: 2rem 4rem;
  }
}
@media (min-width: 768px) {
  .cart-detail > .container {
    max-width: 50%;
  }
}
.cart-detail .cart-intro {
  text-align: center;
  padding: 2rem;
  background: var(--color-primary-4);
  margin-bottom: 0.5rem;
}
.cart-detail .cart-intro .customer-name {
  margin-bottom: 1.2rem;
  font-size: var(--font-size-l);
  margin-bottom: 1rem;
}
.cart-detail .cart-recap .shipping-methods {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  gap: 4px;
  margin-bottom: 16px;
}
.cart-detail .cart-recap .shipping-methods .title {
  align-self: center;
}
.cart-detail .cart-recap .shipping-methods .method {
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
}
.cart-detail .cart-summary .sub-total, .cart-detail .cart-summary .total, .cart-detail .cart-summary .shipping {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-detail .cart-summary .total {
  border-top: 1px dashed black;
  margin-top: 12px;
  padding-top: 12px;
}
.cart-detail .shipping-detail .text-detail {
  font-size: var(--font-size-base);
  border: 1px solid;
  padding: 0.5rem 0;
  margin-bottom: 0.5rem;
  text-align: center;
}
.cart-detail .product {
  flex-direction: row-reverse;
  border-bottom: 1px solid var(--color-secondary-3);
  padding-bottom: 0.5rem;
}
.cart-detail .product-img img {
  width: 100%;
  height: 142px;
}
.cart-detail .product-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cart-detail .product-info .name {
  font-weight: var(--font-weight-medium);
}
.cart-detail .product-info .quantity {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.cart-detail .product-info .quantity .product-quantity {
  display: none;
}
.cart-detail .product-info .quantity .custom-quantity-selector {
  display: flex;
}
.cart-detail .product-info .variation {
  line-height: 22px;
}
.cart-detail .product-info .variation .type {
  color: var(--color-functional-1);
}
.cart-detail .product-info .variation .type .value {
  color: var(--color-primary-3);
}
.cart-detail .product-action {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.cart-detail .product-action .remove-product {
  padding: 1rem;
  margin: -1rem;
  cursor: pointer;
}
.cart-detail .product-action .remove-product .icon-trash {
  width: 20px;
  height: 20px;
}
.cart-detail button.place-order {
  position: sticky;
  bottom: 0;
}

.order-detail {
  padding: 1rem;
}
@media (min-width: 992px) {
  .order-detail {
    padding: 2rem 4rem;
  }
}
@media (min-width: 768px) {
  .order-detail > .container {
    max-width: 50%;
  }
}
.order-detail .order-intro {
  text-align: center;
  padding: 2rem;
  background: var(--color-primary-4);
  margin-bottom: 0.5rem;
}
.order-detail .order-intro .customer-name {
  margin-bottom: 1.2rem;
  font-size: var(--font-size-l);
  margin-bottom: 1rem;
}
.order-detail .order-summary .sub-total, .order-detail .order-summary .total, .order-detail .order-summary .shipping {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.order-detail .order-summary .total {
  border-top: 1px dashed black;
  margin-top: 12px;
  padding-top: 12px;
}
.order-detail .shipping-detail .text-detail {
  font-size: var(--font-size-base);
  border: 1px solid;
  padding: 0.5rem 0;
  margin-bottom: 0.5rem;
  text-align: center;
}
.order-detail .product {
  flex-direction: row-reverse;
  border-bottom: 1px solid var(--color-secondary-3);
  padding-bottom: 0.5rem;
}
.order-detail .product-img img {
  width: 100%;
  height: 142px;
}
.order-detail .product-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.order-detail .product-info .name {
  font-weight: var(--font-weight-medium);
}
.order-detail .product-info .quantity {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.order-detail .product-info .quantity .product-quantity {
  display: none;
}
.order-detail .product-info .quantity .custom-quantity-selector {
  display: flex;
}
.order-detail .product-info .variation {
  line-height: 22px;
}
.order-detail .product-info .variation .type {
  color: var(--color-functional-1);
}
.order-detail .product-info .variation .type .value {
  color: var(--color-primary-3);
}
.order-detail .product-action {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.order-detail .product-action .remove-product {
  padding: 1rem;
  margin: -1rem;
  cursor: pointer;
}
.order-detail .product-action .remove-product .icon-trash {
  width: 20px;
  height: 20px;
}
.order-detail .product-info .name {
  width: 100%;
  overflow-wrap: break-word;
}
.order-detail .product-info .price {
  display: none;
}
.order-detail .product-info .quantity .product-quantity {
  display: flex;
}
.order-detail .product-info .quantity .custom-quantity-selector {
  display: none;
}
.order-detail .product-action .remove-product {
  visibility: hidden;
}

.cart-recommendation {
  padding: 1rem;
}

.order-invoice {
  padding: 1rem;
  border: 1px solid;
  margin: 1rem;
}
@media (min-width: 992px) {
  .order-invoice {
    margin: 1rem 9rem;
  }
}
.order-invoice .order-intro {
  text-align: center;
  padding: 2rem;
  background: var(--color-primary-4);
  margin-bottom: 0.5rem;
}
.order-invoice .order-intro .customer-name {
  margin-bottom: 1.2rem;
  font-size: var(--font-size-l);
  margin-bottom: 1rem;
}
.order-invoice .order-summary .sub-total, .order-invoice .order-summary .total, .order-invoice .order-summary .shipping {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.order-invoice .order-summary .total {
  border-top: 1px dashed black;
  margin-top: 12px;
  padding-top: 12px;
}
.order-invoice .text-detail {
  font-size: var(--font-size-base);
  border: 1px solid;
  padding: 0.5rem 0;
  margin-bottom: 0.5rem;
  text-align: center;
}
.order-invoice .product {
  flex-direction: row-reverse;
  border-bottom: 1px solid var(--color-secondary-3);
  padding-bottom: 0.5rem;
}
.order-invoice .product-img img {
  width: 100%;
  height: 142px;
}
.order-invoice .product-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.order-invoice .product-info .name {
  font-weight: var(--font-weight-medium);
}
.order-invoice .product-info .quantity {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.order-invoice .product-info .quantity .product-quantity {
  display: none;
}
.order-invoice .product-info .quantity .custom-quantity-selector {
  display: flex;
}
.order-invoice .product-info .variation {
  line-height: 22px;
}
.order-invoice .product-info .variation .type {
  color: var(--color-functional-1);
}
.order-invoice .product-info .variation .type .value {
  color: var(--color-primary-3);
}
.order-invoice .product-action {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.order-invoice .product-action .remove-product {
  padding: 1rem;
  margin: -1rem;
  cursor: pointer;
}
.order-invoice .product-action .remove-product .icon-trash {
  width: 20px;
  height: 20px;
}
.order-invoice .product-info .name {
  width: 100%;
  overflow-wrap: break-word;
}
.order-invoice .product-info .price {
  display: none;
}
.order-invoice .product-info .quantity .product-quantity {
  display: flex;
}
.order-invoice .product-info .quantity .custom-quantity-selector {
  display: none;
}
.order-invoice .product-action .remove-product {
  visibility: hidden;
}
.order-invoice .order-items, .order-invoice .order-recap {
  padding: 1rem;
}

.download {
  align-items: center;
  justify-content: center;
  padding-top: 1rem;
}
.download #download-page-as-image {
  text-align: center;
  text-decoration: underline;
  color: chocolate;
  font-size: 16px;
}

/*# sourceMappingURL=cart.css.map*/