.nolimWishlistButtonBlocked {
  opacity: 0.4;
  pointer-events: none;
}

.nolimWishlistButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  background-color: #000000;
  width: auto;
  border-radius: 5px;
  color: #ffffff !important;
  cursor: pointer;
  padding: 5px 15px !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  border: none;
  outline: none;
  box-sizing: border-box;
  transition-duration: 0.2s;
  transition-property: color;
  transition-timing-function: ease-in-out;
  transform: none !important;
  user-select: none;
}

@media (hover: hover) {
  .nolimWishlistButton:not(.nolimWishlistButtonBlocked):hover {
    color: #e2982d !important;
  }
}

.nolimWishlistButton:active {
  transform: none !important;
  outline: none;
}

.nolimWishlistButtonNoInStock {
  margin-right: 5px;
  background-color: #ffffff !important;
  padding-right: 15px;
  width: auto;
  border-radius: 5px;
  color: #ffffff !important;
  cursor: pointer;
  padding: 5px 15px 5px 15px !important;
}

.t1002__product-title {
  margin-right: 20px;
}

.t1002__product-amount--portion,
.t1002__product-amount {
  width: max-content;
}

@media screen and (max-width: 640px) {
  .t1002__product-amount--portion,
  .t1002__product-amount {
    margin-left: initial;
    padding: inherit;
  }
}

.wishlistAnimNolim {
  -webkit-animation: t706nolim__pulse-anim2 0.6s;
  animation: t706nolim__pulse-anim2 0.6s;
}

@-webkit-keyframes t706nolim__pulse-anim2 {
  0%   { -webkit-transform: scale(1); }
  60%  { -webkit-transform: scale(1.1); }
  100% { -webkit-transform: scale(1); }
}

@keyframes t706nolim__pulse-anim2 {
  0%   { -webkit-transform: scale(1); transform: scale(1); }
  60%  { -webkit-transform: scale(1.1); transform: scale(1.1); }
  100% { -webkit-transform: scale(1); transform: scale(1); }
}

[data-product-page="y"] #rec2029807481 {
    padding-top: 145px !important;
}

@media screen and (max-width: 1199px) {
    [data-product-page="y"] #rec2029807481 {
        padding-top: 160px !important;
    }
}

@media screen and (max-width: 959px) {
    [data-product-page="y"] #rec2029807481 {
        padding-top: 220px !important;
    }
}

@media screen and (max-width: 639px) {
    [data-product-page="y"] #rec2029807481 {
        padding-top: 175px !important;
    }
}

@media screen and (max-width: 479px) {
    [data-product-page="y"] #rec2029807481 {
        padding-top: 155px !important;
    }
}

.tlk-userbar {
    display: none !important;
}

[data-product-page="y"] .t-store .t-store__prod-popup__close-txt-wr,
[data-product-page="y"] .t-store .t-popup__close {
    display: block !important;
    position: fixed;
    z-index: 9;
}

[data-product-page="y"] #t-header {
    display: none !important;
}