.item-button[data-item-code="S4_16"] {
    border: none;
    background-color: transparent;
    padding: 0;
}

.item-button[data-item-code="S4_16"]:hover {
    background-color: rgba(224, 224, 224, 0.3);
    border-radius: 4px;
}

.item-button[data-item-code="S4_16"]::before {
    content: " ";
    background-image: url("https://play.rosebud.ai/assets/bottle..png?oLA6");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 65px;
    height: 90px;
    display: block;
    filter: hue-rotate(300deg) saturate(1.5); /* Makes the bottle purple-ish */
}

@media (max-width: 768px) {
    .item-button[data-item-code="S4_16"]::before {
        width: 40px;
        height: 55px;
    }
}