#pre-order-end-container{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 5px 10px;

  &.hide-this{
    display: none;
  }

  .responsive-image{
    width: 25px;
    height: 25px;
    object-position: center;
    object-fit: cover;
  }

  svg{
    width: 30px;
    height: auto;
  }

}

.availability-badge{
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 10px;
  background-color: #000; 
  color: #fff;
  text-align: center;
  font-size: 14px;
}