.ash-sticky-osago {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99990;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px));
    background: linear-gradient(to top, rgba(255, 255, 255, 0.98) 70%, rgba(255, 255, 255, 0));
    pointer-events: none;
}

.ash-sticky-osago-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding: 14px 20px;
    border-radius: 12px;
    background: #dc2626;
    color: #fff !important;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(220, 38, 38, 0.35);
    pointer-events: auto;
    transition: background 0.15s;
}

.ash-sticky-osago-btn:hover {
    background: #b91c1c;
    color: #fff !important;
}

@media (min-width: 900px) {
    .ash-sticky-osago {
        left: auto;
        right: 24px;
        bottom: 24px;
        width: auto;
        padding: 0;
        background: none;
    }

    .ash-sticky-osago-btn {
        width: auto;
        min-width: 220px;
        margin: 0;
    }
}

body.single-product,
body.single-post {
    padding-bottom: 72px;
}

@media (min-width: 900px) {
    body.single-product,
    body.single-post {
        padding-bottom: 0;
    }
}
