<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* START SHOPPINGCART.SCSS */
@media screen and (min-width: 1281px) {
  .shoppingCart.container {
    padding: 0;
  }
}
.shoppingCart__no-items {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.shoppingCart__title {
  text-align: center;
  margin: 120px auto 72px auto;
}
.shoppingCart__title h1,
.shoppingCart__title .accountPage .heroAccount .-large h2,
.accountPage .heroAccount .-large .shoppingCart__title h2 {
  font-size: 40px;
  line-height: 48px;
  margin: 16px 0;
}
.shoppingCart__title p:not(.uptitle),
.shoppingCart__title .single .singleContent li:not(.uptitle),
.single .singleContent .shoppingCart__title li:not(.uptitle) {
  font-size: 16px;
  line-height: 150%;
}
.shoppingCart__list li {
  display: grid;
  grid-template-columns: 30% 15% 14% 25%;
  gap: 55px;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px dashed #d7e3ee;
}
@media screen and (max-width: 1024px) {
  .shoppingCart__list li {
    grid-template-columns: 100%;
    gap: 25px;
  }
}
.shoppingCart__list li:last-child,
.shoppingCart__list li:first-child {
  border-bottom: 0;
}
.shoppingCart__list li p:not(.message),
.shoppingCart__list li .single .singleContent li:not(.message),
.single .singleContent .shoppingCart__list li li:not(.message) {
  font-family: "Prompt";
  font-weight: 400;
}
.shoppingCart__list li p:not(.message) span,
.shoppingCart__list li .single .singleContent li:not(.message) span,
.single .singleContent .shoppingCart__list li li:not(.message) span {
  font-weight: 500;
}
.shoppingCart__list li.title {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .shoppingCart__list li.title {
    display: none;
  }
}
.shoppingCart__list li.title p,
.shoppingCart__list li.title .single .singleContent li,
.single .singleContent .shoppingCart__list li.title li {
  font-family: "Prompt";
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.shoppingCart__list li .product {
  display: flex;
  gap: 24px;
}
.shoppingCart__list li .product img {
  border: 1px solid #d7e3ee;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 115px;
  height: 100px;
}
.shoppingCart__list li .product h2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.02em;
  color: #1e3246;
}
.shoppingCart__list li .product .reference {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 29px;
}
.shoppingCart__list li .product .delete {
  font-family: "Prompt";
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
}
.shoppingCart__list li .product .delete::before {
  content: url("../images/delete.svg");
  padding-right: 8px;
}
.shoppingCart__list li .details p,
.shoppingCart__list li .details .single .singleContent li,
.single .singleContent .shoppingCart__list li .details li {
  margin-bottom: 13px;
}
.shoppingCart__list li .input-group {
  display: flex;
  align-items: center;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: fit-content;
  max-width: 200px;
  border: 1px solid #d7e3ee !important;
  border-radius: 4px;
}
.shoppingCart__list li .input-group input {
  /* border-radius: 4px; */
  width: 100%;
  border-radius: 0 !important;
  border-top: none !important;
  border-bottom: none !important;
  font-family: "Prompt";
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  opacity: 1;
  padding: 6px 0;
}
.shoppingCart__list .input-group .input-group-btn {
  width: auto;
}
.shoppingCart__list .input-group .input-group-btn &gt; .btn {
  height: 100%;
  padding: 0 10px;
  color: #00bcbb;
  font-size: 18px;
}
.shoppingCart__list .input-group .input-group-btn &gt; .btn {
  background-color: unset;
}
/* .shoppingCart__list li .input-group::before {
  content: "-";
  color: #00bcbb;
  border-right: 1px solid #d7e3ee;
  position: absolute;
  left: 0;
  padding: 0 10px;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 18px;
}
.shoppingCart__list li .input-group::after {
  content: "+";
  color: #00bcbb;
  border-left: 1px solid #d7e3ee;
  position: absolute;
  right: 0;
  padding: 0 10px;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 18px;
} */
.shoppingCart__contact {
  text-align: center;
  margin: 75px auto;
}
.shoppingCart__contact h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.02em;
  margin-bottom: 32px;
  color: #1e3246;
}
.shoppingCart__contact p,
.shoppingCart__contact .single .singleContent li,
.single .singleContent .shoppingCart__contact li {
  font-family: "Prompt";
  font-weight: 500;
  font-size: 20px;
  line-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.shoppingCart__contact p::before,
.shoppingCart__contact .single .singleContent li::before,
.single .singleContent .shoppingCart__contact li::before {
  content: url("../images/bulle.svg");
  height: 32px;
}
.shoppingCart__contact input {
  opacity: 1;
  margin: 32px auto;
  border: 0;
}
@media screen and (max-width: 767px) {
  .shoppingCart__contact input {
    background: #00bcbb;
  }
}
.shoppingCart__contact textarea {
  border-radius: 8px;
  height: 75px;
  max-width: 515px;
  margin-top: 16px;
}
.shoppingCart .make-order {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.shoppingCart .make-order .button {
  background-color: #00bcbb !important;
  margin: 32px auto;
  gap: 0;
}
.shoppingCart .make-order .button::before,
.shoppingCart .make-order .button::after {
  content: "";
}
.shoppingCart .make-order .button::after {
  background: none;
  width: 0;
  height: 0;
}
.shoppingCart .make-order .textarea-disabled,
.shoppingCart .make-order .button-disabled {
  cursor: not-allowed;
  opacity: 0.5;
  resize: none;
}
.shoppingCart .shoppingCart__contact .link-addresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 32px auto 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  background: #00bcbb;
  border-radius: 50px;
  padding: 12px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: white;
  font-weight: 700;
  -webkit-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
  cursor: pointer;
}
.shoppingCart .shoppingCart__contact .link-addresses:hover {
  color: white;
  background: #1e9f9f;
}
.shoppingCart .order-not-connected {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 1rem auto 0;
  background-color: rgba(255, 0, 0, 0.6);
  border-radius: 10px;
  font-weight: 500;
  font-size: 1.25rem;
  color: #ffffff;
  padding: 1rem 2rem;
}
/* END SHOPPINGCART.SCSS */
</pre></body></html>