[slot="header-bottom"], 
.slot--header-bottom { 
    display: none !important; 
}
:root {
    --button-border-radius: 12px !important;
    --btn-border-radius: 12px !important;
}

html body #page-wrapper button, 
html body #page-wrapper .btn, 
html body #page-wrapper [class*="buy"], 
html body #page-wrapper [class*="cart"] {
    padding: 16px 36px !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    border-radius: 12px !important;
}