/*
Theme Name: ПУСТУН
Theme URI: https://pustun.ua/
Description: WordPress тема для інтернет-магазину дитячих іграшок "ПУСТУН". Включає яскравий, барвистий дизайн із фокусом на дитячу тематику, зручну навігацію за віком, категоріями та статтю дитини.
Version: 1.0.0
Author: M.V. Boiko
Author URI: https://raccoon-web.io/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pustun
Tags: магазин, іграшки, дитячий магазин, дитячий дизайн, кольоровий, WooCommerce, адаптивний, український магазин
*/

body.admin-bar {
    margin-top: 32px !important;
}

body.admin-bar header {
    top: 32px !important;
}

body.admin-bar #wpadminbar {
    position: fixed !important;
}

@media screen and (max-width: 782px) {
    body.admin-bar {
        margin-top: 46px !important;
    }

    body.admin-bar header {
        top: 46px !important;
    }
}

a.added_to_cart.wc-forward {
    display: none !important;
}
.added{
    background: greenyellow;
}
.added::after {
    content: none !important;
}

.wishlist-title-container {
    display: none;
}
.yith_wcwl_wishlist_footer {
    display: none;
}