.expire-topOfProduct {
  backdrop-filter: blur(2px);
  background: #e1dfdf82;
  font-size: small;
  min-height: 32px;
  color: black;
  font-weight: 400;
  display: flex;
  width: -webkit-fill-available;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.expire-bottomOfProduct {
  backdrop-filter: blur(2px);
  background: #e1dfdf82;
  font-size: small;
  min-height: 32px;
  color: black;
  font-weight: 400;
  display: flex;
  width: -webkit-fill-available;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.expireContainer {
  display: inline-flex !important;
  align-items: center;
  font-feature-settings: 'ss02';
  margin: 5px;
}
.expireContainerMobile {
    margin: auto;
    font-size: 14px;
    color: black;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    font-feature-settings: 'ss02';
    margin: 14px 0 0 10px;
    background-image: linear-gradient(90deg, #ffffff, #f7f7f7);
}
.expireInfoSpan {
  color: var(--accent_color2) !important;
}
.expireInfoSpanMobile {
  color: var(--m_accent_color2) !important;
  padding-right: 5px;
}
