.pcs-quick-shop {
  position: absolute;
  bottom: 12px;
  left: 50%;
  z-index: 3;
  display: flex;
  justify-content: center;
  width: auto;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, 6px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.block-product-image__layer-image-wrapper:hover .pcs-quick-shop,
.block-product-card--pets:hover .pcs-quick-shop {
  pointer-events: auto;
  opacity: 1;
  transform: translate(-50%, 0);
}

.pcs-quick-shop__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 18px;
  color: var(--pcs-quick-shop-color, #214f2f) !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none !important;
  cursor: pointer;
  background: #fff;
  border: 0;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(33, 49, 36, 0.16);
  box-sizing: border-box;
}

.pcs-quick-shop__btn:hover {
  color: var(--pcs-quick-shop-color, #214f2f) !important;
  text-decoration: none !important;
}

.pcs-quick-shop__btn.disabled,
.pcs-quick-shop__btn:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.pcs-quick-shop__loading {
  display: none;
  width: 16px;
  height: 16px;
}

.pcs-quick-shop__btn.loading .pcs-quick-shop__label {
  display: none;
}

.pcs-quick-shop__btn.loading .pcs-quick-shop__loading {
  display: block;
}
