.thePromotion {
  min-height: 100vh;
  position: relative;
}
.thePromotion .thePromotionPadd {
  padding: 1.125rem 1rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.thePromotion .thePromotionPadd .thePPCategory {
  width: fit-content;
  margin: 0 0 1.25rem;
}
.thePromotion .thePromotionPadd .thePPCategory img {
  width: 100%;
  display: block;
  object-fit: contain;
}
.thePromotion .thePromotionPadd .thePPWidth {
  max-width: 1100px;
  width: 100%;
  margin: 0 0 2.75rem;
}
.thePromotion .thePromotionPadd .thePPFlexWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.thePromotion .thePromotionPadd .thePPFlexWrap .thePPFWPromotionBox {
  position: relative;
  cursor: pointer;
  width: 100%;
  border-radius: 0 0 0.75rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .thePromotion .thePromotionPadd .thePPFlexWrap .thePPFWPromotionBox {
    width: 49%;
  }
}
@media screen and (min-width: 1024px) {
  .thePromotion .thePromotionPadd .thePPFlexWrap .thePPFWPromotionBox {
    width: 32%;
  }
}
.thePromotion .thePromotionPadd .thePPFlexWrap .thePPFWPromotionBox .thePPFWPromotionOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  cursor: not-allowed;
  display: none;
}
.thePromotion .thePromotionPadd .thePPFlexWrap .thePPFWPromotionBox[data-claimable="0"] .thePPFWPromotionOverlay {
  display: block;
}
.thePromotion .thePromotionPadd .thePPFlexWrap .thePPFWPromotionBox .thePPFWPBImg {
  width: 100%;
}
.thePromotion .thePromotionPadd .thePPFlexWrap .thePPFWPromotionBox .thePPFWPBImg img {
  width: 100%;
  object-fit: contain;
  display: block;
}
.thePromotion .thePromotionPadd .thePPFlexWrap .thePPFWPromotionBox .thePPFWPBContent {
  padding: 0.875rem 1.25rem;
  display: flex;
  align-items: center;
}
.thePromotion .thePromotionPadd .thePPFlexWrap .thePPFWPromotionBox .thePPFWPBContent .thePPFWPBCTextBox {
  width: 70%;
}
.thePromotion .thePromotionPadd .thePPFlexWrap .thePPFWPromotionBox .thePPFWPBContent .thePPFWPBCTextBox .thePPFWPBCTBTitle {
  font-size: 0.875rem;
  font-weight: 600;
}
.thePromotion .thePromotionPadd .thePPFlexWrap .thePPFWPromotionBox .thePPFWPBContent .thePPFWPBCTextBox .thePPFWPBCTBDesc {
  font-size: 0.75rem;
  font-weight: 500;
}
.thePromotion .thePromotionPadd .thePPFlexWrap .thePPFWPromotionBox .thePPFWPBContent .thePPFWPBCButton {
  width: 109px;
  max-width: 109px;
  height: fit-content;
  padding: 0.3125rem;
  border-radius: 0.375rem;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  cursor: pointer;
}
.thePromotion .thePromotionPadd .thePPFlexWrap .thePPFWPromotionBImg {
  width: fit-content;
  position: relative;
}
.thePromotion .thePromotionPadd .thePPFlexWrap .thePPFWPromotionBImg .thePPFWPromotionOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  cursor: not-allowed;
  display: none;
}
.thePromotion .thePromotionPadd .thePPFlexWrap .thePPFWPromotionBImg[data-claimable="0"] .thePPFWPromotionOverlay {
  display: block;
}
.thePromotion .thePromotionPadd .thePPFlexWrap .thePPFWPromotionBImg img {
  width: 100%;
  display: block;
  object-fit: contain;
}
.thePromotion .thePromotionPadd .thePPFlexWrap .thePPFWPromotionBImg .thePPFWPromotionTextBox {
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  z-index: 2;
}
.thePromotion .thePromotionPadd .thePPFlexWrap .thePPFWPromotionBImg .thePPFWPromotionTextBox .thePPFWPromotionTBPadd {
  padding: 0.625rem 1.375rem;
}
.thePromotion .thePromotionPadd .thePPFlexWrap .thePPFWPromotionBImg .thePPFWPromotionTextBox .thePPFWPromotionTitle {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.125rem;
  margin: 0 0 0.625rem;
}
.thePromotion .thePromotionPadd .thePPFlexWrap .thePPFWPromotionBImg .thePPFWPromotionTextBox .thePPFWPromotionAmount {
  text-align: center;
  font-size: 1.625rem;
  font-weight: 800;
  line-height: 1.9375rem;
}
.thePromotion .thePromotionPadd .thePPFlexWrap2 {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5625rem;
}
.thePromotion .thePromotionPadd .thePPFlexWrap2 .thePPFWPromotionImg {
  width: fit-content;
  margin: 0 0 1.25rem;
  position: relative;
}
.thePromotion .thePromotionPadd .thePPFlexWrap2 .thePPFWPromotionImg .thePPFWPromotionOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  cursor: not-allowed;
  display: none;
}
.thePromotion .thePromotionPadd .thePPFlexWrap2 .thePPFWPromotionImg[data-claimable="0"] .thePPFWPromotionOverlay {
  display: block;
}
.thePromotion .thePromotionPadd .thePPFlexWrap2 .thePPFWPromotionImg img {
  width: 100%;
  display: block;
  object-fit: contain;
}
.thePromotion .thePromotionPadd .thePPFlexWrap2 .thePPFWPromotionImg .thePPFWPromotionTextBox {
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  z-index: 2;
}
.thePromotion .thePromotionPadd .thePPFlexWrap2 .thePPFWPromotionImg .thePPFWPromotionTextBox .thePPFWPromotionTBPadd {
  padding: 0.625rem 1.375rem;
}
.thePromotion .thePromotionPadd .thePPFlexWrap2 .thePPFWPromotionImg .thePPFWPromotionTextBox .thePPFWPromotionTitle {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.125rem;
  margin: 0 0 0.625rem;
}
.thePromotion .thePromotionPadd .thePPFlexWrap2 .thePPFWPromotionImg .thePPFWPromotionTextBox .thePPFWPromotionAmount {
  text-align: center;
  font-size: 1.625rem;
  font-weight: 800;
  line-height: 1.9375rem;
}

/*# sourceMappingURL=promotion.css.map */
