body {
  background: linear-gradient(to bottom right, #f8a8c5, #f9d0af);
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: "gelica", sans-serif;
}

header {
  margin-bottom: 60px;
}

.jo-header {
  position: relative;
  height: 200px;
}

.jo-top-logo {
  text-align: center;
  padding-top: 20px;
}

.jo-lang-btn {
  position: absolute;
  top: 30px;
  right: 50px;
  border: none;
}

.home-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  padding: 10px;
  background: none;
  border: none;
  cursor: pointer;
}
.home-icon img {
  width: 40px;
  height: 40px;
}
.home-icon span {
  margin-top: 4px;
  font-size: 0.85rem;
  color: #000;
}

main > div:last-child {
  margin-bottom: 130px;
}

.card {
  background-color: #fff;
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  border-radius: 0.5rem;
}

.btn:focus, .btn:active {
  outline: none;
  box-shadow: none;
}

.container-products {
  padding-bottom: 100px;
  margin-bottom: 60px;
}

h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
  color: #511c3c;
  font-size: 50px;
  font-weight: bold;
}

.payment-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 70px;
}
.payment-option p {
  font-weight: bold;
  color: #511c3c;
  font-size: 32px;
}
.payment-option .qr {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 250px;
  height: auto;
}

.betalings-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
}
.betalings-icon img {
  width: 240px;
  height: auto;
}

.arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 140px;
}
.arrow img {
  width: 40px;
  height: auto;
}

.instruction {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 48px;
  color: #511c3c;
  font-weight: bold;
  margin: 250px;
  font-family: "gelica", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.next-button, .btn-pay {
  padding: 17px 90px;
  margin: 32px auto 0;
  background-color: #511c3c;
  color: white;
  text-decoration: none;
  font: 900 24px "Gelica", sans-serif;
  border-radius: 14px;
}

.next-button:hover, .btn-pay:hover {
  background-color: #3b122c;
}

.thanks {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  color: white;
  margin-bottom: 20px;
  margin-top: 190px;
}

.orange-icon {
  width: 120px;
  margin-top: -50px;
  margin-bottom: 60px;
}

.receipt-text {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 45px;
  font-weight: bold;
  color: #511c3c;
  margin-bottom: 10px;
  margin-top: 10px;
}

.arrow-down {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2rem;
  color: #511c3c;
}

.receipt-icon {
  width: 200px;
  margin-top: 10px;
}

.video-bg {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: -1;
}

.overlay-link {
  position: fixed;
  top: 0;
  left: 0;
  width: 834px;
  height: 1194px;
  cursor: pointer;
  z-index: 1;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}
footer nav {
  background-color: #6C1F41;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
footer nav > div {
  display: flex;
  justify-content: center;
}
footer nav > div .jo-footer-img-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer nav > div .jo-footer-img-container img {
  height: 50px;
}
footer nav > div .jo-footer-nav-active {
  background-color: white;
  border-radius: 100%;
  height: 75px;
  width: 75px;
}
footer nav > div .jo-cart-count {
  position: absolute;
  top: -2px;
  right: -10px;
  background-color: #AACC96;
  color: #6C1F41;
  border-radius: 50%;
  padding: 2px 6px;
  font-size: 12px;
  min-width: 20px;
  text-align: center;
}

.scan-bottle-btn {
  background-color: #F778A9;
}
.scan-bottle-btn:hover {
  background-color: #EE6F3E;
}

.btn-pay {
  display: inline-block;
  background-color: #6C1F41;
}
.btn-pay:hover {
  background-color: #EE6F3E;
}

#basket-container {
  background-color: white;
  border-radius: 20px;
}

.jo-basketitem-card {
  background: #fff;
  font-family: "gelica", sans-serif;
  min-height: 168px;
}

.jo-basketitem-img {
  width: 90px;
  height: auto;
  border-radius: 8px;
  object-fit: contain;
  background: rgba(0, 0, 0, 0.03);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.07);
}

.jo-basketitem-title {
  color: #6C1F41;
  font-size: 1.3rem;
}

.jo-basketitem-size {
  color: #222;
  font-size: 1rem;
}

.jo-basketitem-price {
  color: #6C1F41;
  margin-top: 0.8em;
  font-size: 1.12rem;
}

.jo-basketitem-controls {
  min-width: 8rem;
}

.jo-qty-btn {
  font-family: "gelica", sans-serif;
  font-size: 1.35rem;
  min-width: 2.7rem;
  min-height: 2.5rem;
  font-weight: bold;
  border: none;
}
.jo-qty-btn.jo-qty-count {
  background: #fff;
  color: #000;
  cursor: default;
  pointer-events: none;
  box-shadow: none;
  border: none;
  min-width: 2.7rem;
}

#pauseOverlay {
  z-index: 9999;
  background: linear-gradient(to bottom right, #f8a8c5, #f9d0af);
  color: white;
  cursor: pointer;
}
#pauseOverlay p {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}

/*# sourceMappingURL=style.css.map */
