/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Apr 29 2026 | 15:35:20 */
/* ===== СКРЫВАЕМ СТАНДАРТНЫЙ ТЕКСТ WOOCOMMERCE ===== */
/* Скрываем приветствие и описание */
.woocommerce-MyAccount-content p:first-child,
.woocommerce-MyAccount-content p:nth-child(2),
.woocommerce-MyAccount-content .woocommerce-MyAccount-dashboard p,
.woocommerce-MyAccount-content > p,
.woocommerce-MyAccount-content p:contains("Добро пожаловать"),
.woocommerce-MyAccount-content p:contains("Из главной страницы") {
    display: none !important;
}

/* Если текст внутри div */
.woocommerce-MyAccount-content > div:first-of-type p,
.woocommerce-MyAccount-content .woocommerce-MyAccount-dashboard {
    display: none !important;
}