.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

:root {
  --main-orange: #e25200;
  --light-orange: #ffede2;
  --grey-light: #f5f5f5;
  --border: #e5e5e5;
  --error: #e25200;
  --success: #00904b;
  --sidePopinWidth: 700px;
}

.notifyjs-corner {
  z-index: 10000 !important;
  width: 100%;
  margin: 0 !important;
  max-width: 376px;
}
.notifyjs-corner .notifyjs-container {
  margin: 0 !important;
}

@media screen and (max-width: 768px) {
  .notifyjs-corner {
    bottom: 20px !important;
    left: 45% !important;
    translate: -45%;
  }
}
@media screen and (min-width: 768px) {
  .notifyjs-corner {
    top: 20px !important;
    right: 20px !important;
  }
}

.js-disabled {
  opacity: 0.5;
}

.wishlist-notification-popup {
  max-width: 337px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 8px;
  background: #ffffff;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  margin-right: 23px;
  margin-left: 16px;
}
.wishlist-notification-popup img {
  width: 80px;
  height: 80px;
}
.wishlist-notification-popup .popup-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 16px;
  gap: 8px;
  isolation: isolate;
  width: 204px;
  height: 80px;
  font-family: Roboto, sans-serif;
  font-style: normal;
}
.wishlist-notification-popup .popup-content p {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin: unset;
  width: 232px;
}
.wishlist-notification-popup .popup-content a {
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  text-decoration-line: underline;
  color: #000000;
}
.wishlist-notification-popup .wishlist-notif-close-btn {
  cursor: pointer;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #1c1c1c;
}

.product__tile__container .cta__wishlist {
  cursor: pointer;
  padding: 0;
  background: none;
  border: none;
  -webkit-transition: none;
  transition: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-align: inherit;
  position: absolute;
  top: 4px;
  right: 3px;
  z-index: 2;
  padding: 5px;
}

.wishlist-filled svg {
  fill: #1c1c1c;
}

.wishlist__error {
  display: none;
  text-align: center;
  color: #c84c09 !important;
  max-width: 500px;
  margin: 0 auto;
}
.wishlist__error.is-visible {
  display: block;
}
.wishlist__error .error__message {
  font-size: 12px;
  color: #ea580c;
  font-weight: 400;
  margin: 12px 0;
}

.quick-buy__carousel__slide.is-wishlist--error .quick-buy__carousel__item,
.quick-buy__sizes__lists.is-wishlist--error .quick-buy__carousel__item {
  border: 1px solid #ea580c !important;
}

.sidepopin__popin__quickbuymobile .quickbuy-wishlist-btn {
  cursor: pointer;
  padding: 0;
  background: none;
  border: none;
  -webkit-transition: none;
  transition: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-align: inherit;
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 85px;
}

.wishlist-icon svg {
  cursor: pointer;
  margin-right: 8px;
  fill: none;
}
.wishlist-icon svg.wishlist-filled {
  fill: #1c1c1c;
}
@media screen and (min-width: 1024px) {
  .wishlist-icon:hover svg:not(.wishlist-filled) {
    fill: #1c1c1c;
  }
}
.wishlist-icon:focus-visible {
  outline-offset: 2px;
  border-radius: 4px;
  outline: 2px solid #ea580c;
}

.wishlist-interactive-checkout {
  min-height: 100%;
  display: grid;
  place-items: center;
}
.wishlist-interactive-checkout .wishlist-interactive-checkout .loading-img {
  height: auto !important;
  top: auto;
  width: 100%;
}
.wishlist-interactive-checkout .no-wishlist-data {
  font-size: 1.25rem;
  font-weight: 500;
  color: #555555;
  text-align: center;
  margin-top: 1.25rem;
  padding: 0.625rem;
  border-radius: 0.5rem;
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
}

.wishlist-share-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 9.375rem;
  min-height: 3rem;
  gap: 0.1875rem;
  padding: 0 1.5rem;
  background-color: #ffffff;
  color: #1c1c1c;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 100%;
  letter-spacing: 0.4px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  min-width: 12.5rem;
}
@media (max-width: 768px) {
  .wishlist-share-button {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.wishlist-share-button svg {
  display: inline-block;
  vertical-align: middle;
}
.wishlist-share-button span {
  vertical-align: middle;
  display: inline-block;
}

.search__form {
  margin: 0;
}
