@charset "UTF-8";
/* CSS Document */

#popup_heyloyalty {
  position: fixed;
  display: none;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 9999999999;
  overflow: visible !important;
}

#popup_heyloyalty #popup_heyloyalty_container {
  display: flex;
  box-shadow: 1px 1px 3px rgb(0 0 0 / 12%), 0 0.3px 1.1px rgb(0 0 0 / 4%),
    0 0.9px 3.1px rgb(0 0 0 / 6%), 0 2.1px 7.5px rgb(0 0 0 / 8%);
}

#popup_heyloyalty img {
  position: absolute;
  top: -100px;
  right: -200px;
}

#popup_heyloyalty form {
  margin: 30px;
  display: flex;
  flex-direction: column;
  max-width: 500px;
  position: relative;
}

#popup_heyloyalty form h4 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 5px;
}

#popup_heyloyalty form p {
  text-align: center;
}

#popup_heyloyalty form .highlighted {
  width: 100%;
  text-align: center;
  font-size: 50px;
  display: block;
  font-weight: bold;
  margin-bottom: 15px;
}

#popup_heyloyalty form .input_fields input {
  display: block;
  border: 0;
  margin: 0.25rem 0 0.75rem;
  padding: 0.5rem 2rem 0.5rem 0.7rem;
  font-size: 0.9375rem;
  width: 100%;
  border-radius: 3px;
  position: relative;
  height: auto;
  line-height: 1.428571429;
  vertical-align: middle;
  background-image: none;
  box-shadow: 1px 1px 3px rgb(0 0 0 / 12%), 0 0.3px 1.1px rgb(0 0 0 / 4%),
    0 0.9px 3.1px rgb(0 0 0 / 6%), 0 2.1px 7.5px rgb(0 0 0 / 8%);
}

#popup_heyloyalty #popup_heyloyalty_close {
  cursor: pointer;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 30px;
  height: 30px;
  z-index: 999;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23111111' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9.75 9.75l4.5 4.5m0-4.5l-4.5 4.5M21 12a9 9 0 11-18 0 9 9 0 0118 0z' /%3E%3C/svg%3E%0A");
}

@media (max-width: 780px) {
  #popup_heyloyalty #popup_heyloyalty_container form {
    display: none;
  }

  #popup_heyloyalty #popup_heyloyalty_container img {
    top: -200px;
    height: auto;
    min-width: 200px;
  }

  #popup_heyloyalty #popup_heyloyalty_container #popup_heyloyalty_close {
    background-color: #fff;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    top: -3.5rem;
    left: 0.5rem;
    box-shadow: 1px 1px 3px rgb(0 0 0/20%), 0 0.3px 2.1px rgb(0 0 0/15%),
      0 0.9px 3.1px rgb(0 0 0/25%), 0 2.1px 7.5px rgb(0 0 0/20%),
      0 7px 25px rgb(0 0 0/25%);
  }

  li .product .name a {
    padding: 10px 0;
  }
}
