<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  TODO: when full redesign implementation is complete:
    Replace primary-new to primary, secondary-new to secondary, and so on..
*/
.custom-select:-moz-focusring,
.custom-select::-moz-focus-inner {
  color: transparent;
  text-shadow: 0 0 0 #434343; }

.add-to-wishlist-messages,
.remove-from-wishlist-messages {
  z-index: 9999;
  animation: fade 5s linear forwards;
  display: flex;
  min-height: 43px;
  box-shadow: none;
  border-radius: 4px;
  background-color: #ffffff;
  top: 150px;
  margin-top: 8px;
  min-width: 335px; }
  @media (min-width: 768px) {
    .add-to-wishlist-messages,
    .remove-from-wishlist-messages {
      top: 166px;
      margin-top: 20px;
      min-width: 413px; } }
  @media (min-width: 1280px) {
    .add-to-wishlist-messages,
    .remove-from-wishlist-messages {
      top: 210px;
      margin-top: 18px;
      min-height: 43px; } }
  .add-to-wishlist-messages.alert-success,
  .remove-from-wishlist-messages.alert-success {
    background-color: #e5f3ec;
    padding: 16px 16px 17px 46px;
    background-image: url("../../images/svg-success.svg");
    background-repeat: no-repeat;
    background-position: 14px 16px;
    background-size: 20px 20px; }
  .add-to-wishlist-messages.alert-danger,
  .remove-from-wishlist-messages.alert-danger {
    background-color: #fae7e7; }
    @media (min-width: 768px) {
      .add-to-wishlist-messages.alert-danger,
      .remove-from-wishlist-messages.alert-danger {
        min-width: 554px; } }
  .add-to-wishlist-messages .close-button-container,
  .remove-from-wishlist-messages .close-button-container {
    border-radius: 4px;
    position: relative; }
    .add-to-wishlist-messages .close-button-container .close-button,
    .remove-from-wishlist-messages .close-button-container .close-button {
      border-radius: 4px;
      cursor: pointer;
      width: 36px;
      height: 36px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: -10px;
      right: -10px; }
      .add-to-wishlist-messages .close-button-container .close-button button,
      .remove-from-wishlist-messages .close-button-container .close-button button {
        background-image: url(../../images/close.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        width: 12px;
        height: 12px;
        padding: 10px 10px 14px 14px;
        border: none;
        background-color: transparent; }

.add-to-wishlist-content {
  flex-grow: 1;
  display: flex; }
  .add-to-wishlist-content .add-to-wishlist-alert,
  .add-to-wishlist-content .remove-from-wishlist-alert {
    animation: none;
    box-shadow: none;
    border: none;
    font-size: 15px;
    line-height: 19px;
    color: #434343;
    padding: 0; }
    @media (max-width: 1279.98px) {
      .add-to-wishlist-content .add-to-wishlist-alert,
      .add-to-wishlist-content .remove-from-wishlist-alert {
        align-items: center;
        justify-content: center; } }

@keyframes fade {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }
    .add-to-wishlist-content .add-to-wishlist-alert.show,
    .add-to-wishlist-content .remove-from-wishlist-alert.show {
      display: block; }

.add-to-cart-wishList .add-to-cart {
  float: right; }
  @media (max-width: 543.98px) {
    .add-to-cart-wishList .add-to-cart {
      float: none;
      width: 100%; } }

.select-attributes-wishList .select-attributes-btn {
  float: right; }

.product-info {
  margin-bottom: 0.313em; }
  @media (min-width: 768px) {
    .product-info {
      height: auto; } }

.line-item-attributes {
  font-size: 0.813rem;
  margin: 0; }

.item-attributes {
  display: inline-block;
  margin-top: 0.5rem;
  vertical-align: top; }

.product-card-price {
  font-size: 0.75rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.edit {
  font-size: 0.813rem; }

html[lang="fr"] .quantity-form-wishlist {
  justify-content: flex-end; }

.quantity-form-wishlist .quantity {
  max-width: 60px; }

.wishlist-line-item-divider {
  margin: 0.625em -0.615em 0.625em -0.615em; }

.wishlist-edit-item-divider {
  margin: 0.625em -0.615em 0.625em -0.615em; }

.product-info .remove-btn {
  color: #999;
  font-size: 1.625em;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0.25rem;
  border: none;
  background-color: #fff; }
  @media (min-width: 1280px) {
    .product-info .remove-btn {
      top: 0;
      bottom: 0;
      right: -0.625rem;
      margin-top: -0.625rem;
      margin-bottom: -0.625rem; } }

.remove-btn-lg {
  border: none;
  border-radius: 0;
  font-size: 1.625em;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  z-index: 1; }

.wishlist-hide {
  margin: 0 0 0.15rem 1rem; }

.line-item-price-info {
  margin-bottom: 0.25rem; }

.wishlist-item-update-button-block {
  text-align: center; }
  @media (max-width: 543.98px) {
    .wishlist-item-update-button-block {
      padding-bottom: 26px; }
      .wishlist-item-update-button-block .btn {
        width: 98%;
        margin: 1%;
        display: block; } }

.update-wishlist-messages {
  transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%; }

.update-wishlist-alert {
  animation: fade 5s linear forwards;
  box-shadow: 1px 1px 5px grey;
  padding: 1em; }

@keyframes fade {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .update-wishlist-alert.show {
    display: block; }

.more-wl-items,
.my-account {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem; }

.more-wl-items {
  color: #fff; }

#wishlist-search .wishlist-error-search {
  margin-top: 1rem; }

#wishlist-search button {
  margin-bottom: 1rem; }

.wl-hit,
.find-another-wl {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.wishlist-owner {
  font-size: 1.5rem; }

.wl-social-sharing svg.c-icon--copy.fa.fa-link {
  width: 1rem;
  height: 1rem;
  padding-right: 4px; }

.wl-social-sharing svg.c-icon--envelope {
  width: 1rem;
  height: 1rem; }

.tooltip.show {
  z-index: 9999; }

.wl-social-sharing .share-icons {
  text-decoration: none; }
  .wl-social-sharing .share-icons i {
    color: #444; }

.wl-social-sharing .fa-link {
  cursor: pointer; }

.copy-link-message {
  transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%;
  z-index: 1050; }

</pre></body></html>