@media (max-width: 992px) {
    .commercekit-pdp-sticky-inner {
        overflow-y: visible;
        height: 100%;
    }
}

a.button.hs-buy-now-button {
    display: flex;
    clear: both;
    width: 100%;
    text-align: center;
    top: 10px;
    height: 52px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 52px;
    font-size: 18px;
    background: #444;
    color: #fff;
    transition: all 0.5s ease-in-out;

    &:hover {
        background: #000;
    }
}