.promotionv2-page button.mission-btn {
  position: relative;
}
.promotionv2-page button.mission-btn:disabled::after {
  position: absolute;
  content: "";
  inset: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}
.promotionv2-page .promotion-title {
  border-radius: 100px;
  border: 3px solid #fabb2e;
  padding: 10px;
  width: 100%;
  color: white;
  margin-top: 20px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}
.promotionv2-page select#ProductList {
  width: calc(100% - 20px);
  border-radius: 10px;
  text-align: center;
  background: black;
  color: #fabb2e;
  border-color: #fabb2e;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 10px;
}
.promotionv2-page .promotions-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 10px;
}
.promotionv2-page .promotions-container > div {
  width: 100%;
  min-width: 110px;
  height: 110px;
  background: black;
  border: 1px solid #fabb2e;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  position: relative;
  margin: auto;
}
.promotionv2-page .promotions-container > div:not(.promotion) {
  width: fit-content;
}
.promotionv2-page .promotions-container > div form,
.promotionv2-page .promotions-container > div > button {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  position: absolute !important;
  inset: 0;
}
.promotionv2-page .promotions-container > div a,
.promotionv2-page .promotions-container > div button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  height: 100%;
  width: 100%;
  transition: all 100ms linear;
}
.promotionv2-page .promotions-container > div a > img,
.promotionv2-page .promotions-container > div button > img {
  object-fit: cover;
  height: 100%;
  width: auto;
  max-width: 100%;
}
.promotionv2-page .promotions-container > div a:not(:disabled):active,
.promotionv2-page .promotions-container > div button:not(:disabled):active {
  transform: scale(0.9);
}
.promotionv2-page .promotions-container > div a .rebate-amount,
.promotionv2-page .promotions-container > div button .rebate-amount {
  display: flex;
  flex-direction: column;
}
.promotionv2-page .promotions-container > div button {
  border: none;
  background: transparent;
  outline: none;
  box-shadow: none;
  position: relative;
  border-radius: 10px;
}
.promotionv2-page .promotions-container > div button:disabled::after {
  position: absolute;
  content: "";
  inset: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}
.promotionv2-page .promotions-container > div:first-child {
  grid-column: span 3;
}

/* LAYOUT CSS */

/*# sourceMappingURL=l4-promotionv2.css.map */
