.single-product-detail .single-product-summary .wlr-product-message {
  font-size: .75rem;
  line-height: 1.5 !important;
  border: 1px solid #c9c9c9;
  padding: .3125rem .625rem !important;
  color: #000;
  border-radius: 0 !important;
  text-align: center;
  margin-bottom: 15px;
}

.matat-loyalty_checkout-info {
  font-size: .8125rem;
  line-height: 1.4615;
  padding: .9375rem 0;
}

.matat-loyalty_checkout-info svg {
  width: 1.09375rem;
  height: auto;
}

.matat-loyalty_checkout-info .matat_edit_loyalty {
  padding: 0;
  margin: 0;
  font: inherit;
  outline: none;
  text-decoration: underline;
  background: none;
  border: none;
  color: rgba(0, 0, 0, .6);
}

.matat-loyalty_checkout-info .matat_edit_loyalty:hover {
  text-decoration: none;
}

.matat-loyalty_btn-wrap {
  padding: 0 0 .3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.matat-loyalty_btn-wrap .button_loyalty {
  margin: 0 .46875rem .625rem;
  min-width: 6.25rem;
}

.matat-loyalty_btn-wrap .button_loyalty.button_loyalty_redeem {
  min-width: 13.4375rem;
}

.button_loyalty {
  border: 1px solid #000;
  padding: 0;
  margin: 0;
  font: .75rem/1.5 "Heebo", sans-serif;
  background: #000;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  outline: none;
  padding: .375rem .625rem;
  text-decoration: none;
}

.button_loyalty:hover {
  background: #fff;
  border-color: #000;
  color: #000;
}

.matat-loyalty_popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .3);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: .25s ease opacity, .25s ease visibility;
  transition: .25s ease opacity, .25s ease visibility;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}

.matat-loyalty_popup.popup_opened {
  opacity: 1;
  visibility: visible;
}

.matat-loyalty_popup.popup_opened .matat_popup_frame {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.matat-loyalty_popup .matat_popup_frame {
  min-height: calc(100% - 2rem);
  margin: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .25s ease transform;
  transition: .25s ease transform;
  -webkit-transform: translate(0, -20vh);
  -ms-transform: translate(0, -20vh);
  transform: translate(0, -20vh);
}

.matat-loyalty_popup .matat_popup_body {
  width: 100%;
  max-width: 41.75rem;
  margin: 0 auto;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.matat-loyalty_popup .matat_loyalty_popup-image img {
  object-fit: cover;
  object-position: 50% 0;
  width: 100%;
  height: 9.0625rem;
}

.matat-loyalty_popup .matat_loyalty_popup-left-content {
  text-align: center;
  padding: .875rem .9375rem 1.25rem;
}

.matat-loyalty_popup .matat_loyalty_popup-close {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: none;
  padding: .625rem;
  margin: 0;
}

.rtl .matat-loyalty_popup .matat_loyalty_popup-close {
  right: auto;
  left: 0;
}

.matat-loyalty_popup .matat_loyalty_popup-close:hover {
  opacity: .6;
}

.matat-loyalty_popup .matat_loyalty_popup-close svg {
  display: block;
  width: .8125rem;
}

.matat-loyalty_popup .matat_loyalty_popup-title {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: .75rem;
}

.matat-loyalty_popup .popup_text {
  font-size: .8125rem;
  line-height: 1.4615;
  margin-bottom: .9375rem;
}

.matat-loyalty_popup .loyalty_redeem-selection {
  padding: 0 0 .9375rem;
}

.matat-loyalty_popup select {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: 1px solid #d0d0d0;
  border-radius: 0;
  font-family: inherit;
  font-size: .75rem;
  height: 2rem;
  line-height: 1.5;
  padding: .375rem 1.5rem .375rem .625rem;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.962' height='6.839' viewBox='0 0 11.962 6.839'%3E%3Cpath id='Icon_ionic-ios-arrow-down' data-name='Icon ionic-ios-arrow-down' d='M12.171 16.024 16.694 11.5a.851.851 0 0 1 1.207 0 .862.862 0 0 1 0 1.211l-5.125 5.128a.853.853 0 0 1-1.179.025l-5.16-5.15A.855.855 0 1 1 7.644 11.5Z' transform='translate(-6.188 -11.246)'/%3E%3C/svg%3E") calc(100% - .625rem) 50%/.75rem auto no-repeat;
}

.rtl .matat-loyalty_popup select {
  padding: .375rem .625rem .375rem 1.5rem;
  background-position: .625rem 50%;
}

.matat-loyalty_popup .button_loyalty {
  width: 100%;
}

@media (min-width: 768px) {
  .single-product-detail .single-product-summary .wlr-product-message {
    font-size: 14px;
    padding: 9px 15px !important;
    margin-bottom: 20px;
  }

  .matat-loyalty_checkout-info {
    font-size: 14px;
    line-height: 1.5;
    padding: 20px 0;
  }

  .matat-loyalty_checkout-info svg {
    width: 21px;
  }

  .matat-loyalty_checkout-info .matat_edit_loyalty {
    font-size: 14px;
  }

  .matat-loyalty_btn-wrap {
    padding-bottom: 10px;
  }

  .matat-loyalty_btn-wrap .button_loyalty {
    margin: 0 10px 10px;
    min-width: 120px;
  }

  .matat-loyalty_btn-wrap .button_loyalty.button_loyalty_redeem {
    min-width: 140px;
  }

  .button_loyalty {
    font-size: 14px;
    line-height: 20px;
    padding: 9px 12px;
  }

  .matat-loyalty_popup {
    font-size: 14px;
  }

  .matat-loyalty_popup .matat_popup_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .matat-loyalty_popup .matat_loyalty_popup-image {
    -ms-flex-preferred-size: 34.135%;
    flex-basis: 34.135%;
    max-width: 34.135%;
  }

  .matat-loyalty_popup .matat_loyalty_popup-image img {
    height: auto;
  }

  .matat-loyalty_popup .matat_loyalty_popup-left-content {
    -ms-flex-preferred-size: 65.865%;
    flex-basis: 65.865%;
    max-width: 65.865%;
    padding: 28px 57px;
  }

  .matat-loyalty_popup .matat_loyalty_popup-close {
    right: 4px;
    top: 6px;
  }

  .rtl .matat-loyalty_popup .matat_loyalty_popup-close {
    left: 4px;
  }

  .matat-loyalty_popup .matat_loyalty_popup-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .matat-loyalty_popup .popup_text {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 22px;
  }

  .matat-loyalty_popup .loyalty_redeem-selection {
    padding-bottom: 20px;
  }

  .matat-loyalty_popup select {
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    padding-top: 9px;
    padding-bottom: 9px;
    background-position: calc(100% - 15px) 50%;
  }

  .rtl .matat-loyalty_popup select {
    background-position: 15px 50%;
  }
}

@media (min-width: 992px) {
  .matat-loyalty_btn-wrap .button_loyalty {
    min-width: 130px;
  }

  .matat-loyalty_popup .button_loyalty {
    font-size: 16px;
    line-height: 1.5625;
  }
}

@media (min-width: 1200px) {
  .matat-loyalty_checkout-info {
    font-size: 16px;
  }

  .matat-loyalty_btn-wrap .button_loyalty.button_loyalty_redeem {
    min-width: 182px;
  }

  .matat-loyalty_popup .matat_loyalty_popup-title {
    font-size: 24px;
  }

  .matat-loyalty_popup .popup_text {
    font-size: 16px;
  }
}

@media (min-width: 1300px) {
  .matat-loyalty_btn-wrap .button_loyalty {
    min-width: 160px;
  }
}
