header img {
max-width:100px;
}
.apmcooldown {
    background: #fcc6c6;
    padding: 7px 10px;
    color: red;
    gap: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid red;
}

.alcahookcontent .products.alcahookcontent-productlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}  