/* Mobile-only sticky bar styles */
@media (max-width: 768px) {
    #mr-sticky-atc-v2 {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 999999;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 10px;
        background: #ffffff;
        box-shadow: 0 -4px 12px rgba(0,0,0,0.08);
    }
    .mr-qty-wrap { display:flex; align-items:center; gap:8px; }
    .mr-qty-btn {
        background: #4b1d3f;
        color: #fff;
        border: none;
        padding: 6px 10px;
        border-radius: 6px;
        font-size: 18px;
        line-height: 1;
        cursor: pointer;
    }
    .mr-qty-input {
        width: 50px;
        text-align: center;
        border: 1px solid #ddd;
        border-radius: 6px;
        padding: 6px;
        font-size: 16px;
    }
    .mr-atc-btn, .mr-atc-link {
        background: #4b1d3f;
        color: #fff;
        border: none;
        padding: 12px 16px;
        border-radius: 10px;
        font-weight: 700;
        text-decoration: none;
    }
    body.single-product { padding-bottom: 100px !important; }
}
