@charset "UTF-8";
.toastify.global-message {
  font-size: 12px;
  line-height: 17px;
  border-left: 3px solid #000;
}
.toastify.global-message a:not(.action) {
  color: #e50043;
  text-decoration: none;
}
#footer {
  position: relative;
  width: 100%;
  background: #000;
  color: #fff;
  padding-bottom: 168px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#footer .footer-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding: 80px 100px 20px;
  max-width: 1440px;
  box-sizing: content-box;
}
#footer .footer-header {
  border-bottom: 2px solid #FFF;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 18px;
}
#footer .footer-link-group {
  padding-top: 5px;
}
#footer .link-item {
  margin-top: 10px;
}
#footer .link-item a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  padding: 5px 0;
}
#footer .social-media {
  padding: 55px 0 40px;
}
#footer .social-media a {
  margin-right: 7px;
  font-size: 32px;
  text-decoration: none;
}
#footer .footer-copy {
  padding: 0 0 20px;
}
@media screen and (min-width: 640px) {
  #footer .footer-copy {
    text-align: right;
    padding: 65px 0 40px;
  }
}
@media screen and (min-width: 1024px) {
  #footer .link-item a span {
    box-shadow: 0 2px #000;
    transition: box-shadow .32s ease-in-out;
  }
  #footer .link-item a:hover span {
    box-shadow: 0 2px #e50043;
  }
  #footer .social-media a {
    margin-right: 16px;
    transition: color .32s ease-in-out;
  }
  #footer .social-media a:hover {
    color: #e50043;
  }
}
@media screen and (max-width: 1439px) {
  #footer .footer-wrapper {
    padding: 80px 60px 20px;
  }
}
@media screen and (max-width: 1023px) {
  #footer .footer-wrapper {
    padding: 40px 20px 20px;
  }
  #footer .footer-content:nth-child(3),#footer .footer-content:nth-child(4) {
    padding-top: 60px;
  }
}
@media screen and (max-width: 639px) {
  #footer .footer-wrapper {
    padding: 40px 0 20px;
  }
}
.footer-lazy.-loading {
  padding: 120px 0;
}
.footer-lazy .loading-spinner {
  margin: 0 auto;
}
.product-collection {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 20px 20px 40px;
  color: #fff;
  background-color: transparent;
  text-align: left;
}
.product-collection .pw-title {
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 11px;
}
.product-collection .pw-subtitle {
  font-size: 16px;
  line-height: 21px;
}
.product-collection .pw-header {
  background-color: #434444;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.product-collection .pw-footer {
  margin-top: 60px;
}
.product-collection .pw-footer .custom-button[disabled=disabled] {
  pointer-events: none;
}
.product-collection .pw-footer-label {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 20px;
}
.product-collection .pw-header-search {
  display: flex;
}
.product-collection .pw-header-search .product-search {
  flex-grow: 1;
  z-index: 10;
}
.product-collection .pw-header-search .custom-button {
  margin-left: 20px;
  flex-basis: 25%;
}
.product-collection .pw-teaser-wrapper {
  display: flex;
  flex-direction: column;
  -webkit-user-select: none;
  user-select: none;
}
.product-collection .pw-teaser-wrapper+.pw-teaser-wrapper {
  margin-top: 10px;
}
.product-collection .pw-teaser-counter {
  background-color: #434444;
  flex-basis: 38px;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  padding: 0 18px;
}
.product-collection .pw-loading {
  position: relative;
  height: 118px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-collection .pw-loading.fade-leave-active {
  position: absolute;
}
.product-collection .close-collection {
  position: absolute;
  right: 0;
  top: 0;
}
.product-collection .close-collection .icon-button-wrapper {
  padding: 0 10px;
}
@media screen and (min-width: 640px) {
  .product-collection .pw-teaser-wrapper {
    flex-direction: row;
    cursor: move;
  }
  .product-collection .pw-teaser-counter {
    flex-basis: 60px;
    margin-right: 3px;
    flex-direction: column;
    justify-content: center;
    padding: 0;
  }
  .product-collection .pw-teaser-counter .icon-button {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .product-collection {
    padding: 40px 40px 80px;
  }
  .product-collection .pw-title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 11px;
  }
  .product-collection .pw-subtitle {
    font-size: 18px;
    line-height: 24px;
  }
  .product-collection .pw-header {
    margin-top: 40px;
    padding-left: 83px;
  }
  .product-collection .pw-teaser-counter {
    flex-basis: 80px;
  }
}
@media screen and (min-width: 1440px) {
  .product-collection .pw-header {
    padding-left: 163px;
  }
}
@media screen and (max-width: 1023px) {
  .product-collection .pw-header-search {
    flex-wrap: wrap;
  }
  .product-collection .pw-header-search .product-search {
    flex-grow: 1;
    flex-basis: 75%;
  }
  .product-collection .pw-header-search .custom-button {
    margin-top: 10px;
    margin-left: 0;
    flex-basis: 100%;
  }
}
@media screen and (max-width: 639px) {
  .product-collection .pw-header-search {
    margin-left: -20px;
    margin-right: -20px;
  }
  .product-collection .pw-header-search .product-search {
    flex-basis: 100%;
  }
  .product-collection .pw-header-search .custom-button {
    margin-left: 0;
    flex-basis: 50%;
    flex-grow: 1;
    order: 3;
  }
  .product-collection .pw-label {
    padding: 10px 20px;
    background-color: #434444;
  }
  .product-collection .pw-label-count {
    order: 3;
  }
  .product-collection .pw-label-product {
    order: 2;
    text-align: center;
  }
}
