/*!**********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./_dev/module/css/module.scss ***!
  \**********************************************************************************************************************/
.oo_wishlist_wishlistheaderlink:not(.is-mobile) > .wishlist {
  display: block;
  font-size: 15px;
  color: var(--theme-color-black);
  background-color: var(--theme-color-black);
  mask-image: url(.././img/1b892889b2331a55506f.svg);
  mask-repeat: no-repeat;
  text-indent: -900000000000px;
  overflow: hidden;
  padding-right: 0px;
  width: 40px;
  height: 40px;
  mask-size: 23px;
  mask-position: center;
  transition: background-color 0.2s ease; }
  @media screen and (max-width: 768px) {
    .oo_wishlist_wishlistheaderlink:not(.is-mobile) > .wishlist {
      display: none; } }
  .oo_wishlist_wishlistheaderlink:not(.is-mobile) > .wishlist:hover {
    background-color: var(--theme-color-1); }

#headerMobile .oo_wishlist_wishlistheaderlink {
  padding: 0 10px; }
  #headerMobile .oo_wishlist_wishlistheaderlink > .wishlist {
    position: relative;
    padding: 12px 0;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    display: block; }

