.bottomJpshoppingItem {
  position: fixed;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 2;
  text-align: center;
  letter-spacing: 0;
  border-top: 1px solid #EBEBEB;
  padding-bottom: 28px;
}
.bottomJpshoppingItem .wrapper {
  position: relative;
  height: 100%;
}
.bottomJpshoppingItem .a2cBtn {
  position: absolute;
  top: -1px;
  width: 38.2%;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  z-index: 2;
  padding-bottom: 1px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bottomJpshoppingItem .a2cBtn.b3 {
  background: #f22222;
  right: 0;
}
.bottomJpshoppingItem .a2cBtn.disabled {
  background: #ccc;
}
.bottomJpshoppingItem__wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.bottomJpshoppingItem__icons {
  display: flex;
  align-items: center;
  width: 176px;
  height: 54px;
  padding-left: 12px;
}
.bottomJpshoppingItem__icons--single {
  width: 62px;
}
.bottomJpshoppingItem__icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 43px;
  cursor: pointer;
  position: relative;
  color: #555555;
}
.bottomJpshoppingItem__icon--active {
  color: #FF7800;
}
.bottomJpshoppingItem__icon--active .bottomJpshoppingItem__iconImg {
  -webkit-text-stroke: 0.5px currentColor;
  text-stroke: 0.5px currentColor;
}
.bottomJpshoppingItem__icon--active .bottomJpshoppingItem__iconText {
  color: #FF7800;
}
.bottomJpshoppingItem__iconImg {
  font-size: 20px;
  margin-bottom: 4px;
}
.bottomJpshoppingItem__iconText {
  font-size: 11px;
  color: #555555;
}
.bottomJpshoppingItem__cartBadge {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 20px;
  height: 13px;
  padding: 0 4px;
  background: #FF7800;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottomJpshoppingItem__btnGroup {
  display: flex;
  align-items: center;
  flex: 1;
  height: 100%;
  gap: 8px;
  padding: 12px 18px 12px 4px;
}
.bottomJpshoppingItem__addToCart,
.bottomJpshoppingItem__buyNow,
.bottomJpshoppingItem__purchaseRestriction {
  width: 92px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  flex-shrink: 0;
}
.bottomJpshoppingItem__addToCart {
  flex: 1;
  background: #fff;
  color: #FF7800;
  border: 1.5px solid #FF7800;
}
.bottomJpshoppingItem__addToCart--disabled {
  background: #fff;
  color: #ccc;
  border-color: #ccc;
  cursor: not-allowed;
}
.bottomJpshoppingItem__buyNow {
  flex: 1;
  background: #FF7800;
  color: #fff;
  border: 1.5px solid #FF7800;
}
.bottomJpshoppingItem__buyNow--disabled {
  background: #ccc;
  border-color: #ccc;
  cursor: not-allowed;
}
.bottomJpshoppingItem__purchaseRestriction {
  flex: 1;
  background: #9C9C9C;
  color: #fff;
  border: none;
  cursor: not-allowed;
}
.bottomJpshoppingItemMsgForm {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  z-index: 1100;
  padding: 25px 15px;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: transform 0.25s ease-in-out;
}

.bottomJpshoppingItemMsgForm.show {
  display: flex;
}

.bottomJpshoppingItemMsgForm__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottomJpshoppingItemMsgForm__icon i {
  font-size: 20px;
  color: #FFFFFF;
}

.bottomJpshoppingItemMsgForm__text {
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  color: #FFFFFF;
  text-align: center;
  flex-shrink: 0;
}
