
.overlay[data-v-a1638dbc] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.popup[data-v-a1638dbc] {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 1rem;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  z-index: 11;
  width: 90%;
  max-width: 400px;
  text-align: center;
}
.popup-header h2[data-v-a1638dbc] {
  font-size: 1.3rem;
  font-weight: 400;
  margin: 0;
}
.action-buttons[data-v-a1638dbc] {
  margin-top: 4rem;
}

.mdi-chevron-left[data-v-4d2dc019]::before {
  font-size: 52px;
  font-weight: bolder;
}
#footer[data-v-4d2dc019] {
  background-position: center bottom;
}
#footer a[data-v-4d2dc019] {
  text-decoration: none;
}
#cart-button-text[data-v-4d2dc019] {
  letter-spacing: 0.06rem !important;
}
.btn-icon-lg[data-v-4d2dc019] {
  min-width: 50px !important;
  width: 80px !important;
  height: 52px;
}
