.product-actions-scrolled {
    position: fixed;
    bottom: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    z-index: 999;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
    left: 0px;
    height: 120px;
    padding: 20px 0;
}

.product-actions-scrolled .product-prices {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
}

.product-actions-scrolled .product-prices .product-price {
    margin-bottom: 0px !important;
}

.product-actions-scrolled .product-add-to-cart {
    margin: 1.25rem 0;
}

.product-actions-scrolled form {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
}

.product-actions-scrolled form .row {
  margin-bottom: 0px !important;
}