.menu__banner > div {display:flex;flex-direction:column;justify-content:center;height:100%;padding: 15px;text-align:center;background:#f7f7f7;border-radius:4px}
.menu__banner div img {margin:15px 0;padding:15px}
.menu__banner span {color:#ff9900;font-size:1.5em;font-weight:500}
.menu__banner span:last-of-type{font-size:1.3em}
.cookie-notice {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #002b64;
  color: #ffffff;
  text-align: center;
  padding: 15px 10px;
  font-size: 14px;
  z-index: 9999;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.2);
}
.cookie-notice a {
  color: #ffd700;
  text-decoration: underline;
}
.cookie-notice button {
  background: #ffffff;
  color: #002b64;
  border: none;
  padding: 8px 15px;
  margin-left: 15px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}
.cookie-notice button:hover {
  background: #ffd700;
  color: #002b64;
}
.price-old {
  text-decoration: line-through;
  color: #999;
  margin-right: 10px;
}
