
 .woocommerce-account .woocommerce { display: flex; align-items: flex-start; flex-wrap: wrap; } .woocommerce-account .woocommerce-MyAccount-navigation { flex: 0 0 30%; margin-right: 20px; width: auto; } .woocommerce-account .woocommerce-MyAccount-content { flex: 1; width: auto; } @media (max-width: 768px) { .woocommerce-account .woocommerce { flex-direction: column; } .woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content { flex: none; width: 100%; margin-right: 0; margin-bottom: 20px; } } .woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-MyAccount-navigation ul li a:hover { color: black; } .woocommerce-MyAccount-navigation ul li.is-active a::before, .woocommerce-MyAccount-navigation ul li a:hover::before { color: black; } p.form-row:has(input[name="_wc_other/hostinger-reach/newsletter-optin"]) { display: none !important; } .woocommerce .woocommerce-MyAccount-content .button, .woocommerce .woocommerce-button.button { color: #000000; } .woocommerce-MyAccount-content > p, .woocommerce-MyAccount-content .wcmtx-my-account-links, .woocommerce-MyAccount-content .vendor-dashboard { display: none !important; } .woocommerce-account.woocommerce-dashboard .woocommerce-MyAccount-content::before { content: "Welcome"; display: block; text-align: center; font-size: 30px; font-weight: 600; margin-top: 40px; opacity: 0; animation: fadeWelcome 1.2s ease forwards; } .woocommerce-account.woocommerce-dashboard .woocommerce-MyAccount-content::after { content: "Click any tab to navigate"; display: block; text-align: center; font-size: 16px; margin-top: 8px; color: #666; opacity: 0; animation: fadeWelcome 1.8s ease forwards; } @keyframes fadeWelcome { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } } li#tab-title-more_seller_product .nav-link { display: none; } .featured-products-panel { display: block !important; visibility: hidden; height: 30px;  margin: 0; padding: 0; border: none; } .woocommerce-tabs.wc-tabs-wrapper { margin-bottom: 40px;  } a.wishsuite-btn.wishsuite-button { display: none !important; } .htcompare-button-area { display: none !important; } .woolentor-product-content { position: relative; z-index: 1;  } .woolentor-product-content h3.woolentor-product-title a::after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 2;  } .woolentor-product-content .woolentor-product-categories a, .woolentor-product-content .woolentor-product-actions a { position: relative; z-index: 3;  } .woolentor-product-content:hover { cursor: pointer; }