/* Toto bude fungovat POUZE na detailu produktu */
body.page-product .btn-conversion.add-to-cart-button {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    height: 56px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.15) !important;
}

/* Odsadíme obsah detailu, aby nebyl schovaný pod tlačítkem */
body.page-product {
    padding-bottom: 70px !important;
}