/* CACTUS MOBILE STICKY ACTIONS: fixed add-to-cart / wishlist bar on the single product page (mobile only) */
@media (max-width: 1024px) {
    .route-product-product .side-menu-297 {
        bottom: 80px;
    }

    #product-product .product-info .product-details {
        padding-bottom: 20px;
    }

    #product-product .product-info .product-details .button-group-page {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, .1);
        padding: 10px 15px;
        padding-bottom: calc(10px + env(safe-area-inset-bottom));
        z-index: 500;
    }

    #product-product .product-info .product-details .buttons-wrapper {
        justify-content: space-between;
    }

    #product-product .product-info .product-details .product-share-wrap {
        margin-top: 10px;
    }

    body:has(#product-product) .scroll-top {
        bottom: 78px;
    }
}
