/*
Theme Name: Big Store
Theme URI: https://themehunk.com/product/big-store/
Author: ThemeHunk
Author URI: https://www.themehunk.com
Description: Big Store is an eCommerce WordPress theme specially made for shopping websites. You can create any type of online store website using it. Theme is best suited for Fashion & Clothing store, furniture, grocery, clothing, electronic, gadget store and decorative gifts stores. Theme option panel is so easy to use and theme is also fully responsive to each & every device like Mobile, ipads etc. Some theme features are Tabbed product carousel, Woo Category layouts, Header & Footer combinations, quick view, translation ready, Ajax search, shop with category, Top slider layouts, Product Filter, Product styles, Color & Background options etc. Theme is deeply integrated with WooCommerce plugin to sell your products online.  See demo here: https://wpthemes.themehunk.com/big-store-electro
Version: 2.1.4
Requires at least: 5.5
Tested up to: 6.8
Requires PHP: 5.5
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Text Domain: big-store
Tags: wide-blocks, block-patterns, block-styles, editor-style, e-commerce, blog, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, add_editor_style, featured-image-header, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready.

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/        
@font-face{
  font-family: 'Roboto-Bold';
  src: url('third-party/fonts/site-font/Roboto-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face{
  font-family: 'Roboto-Medium';
  src: url('third-party/fonts/site-font/Roboto-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face{
  font-family: 'Roboto-Regular';
  src: url('third-party/fonts/site-font/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* Hamburger-Menü überall ausblenden */
.menu-toggle,
.hamburger,
.nav-toggle,
.mobile-menu-toggle,
button.menu-toggle,
button.hamburger,
button.nav-toggle {
  display: none !important;
}
/* Hamburger-Menü nur auf Wunschlisten-Seite */
.page .menu-toggle,
.page .hamburger,
.page .nav-toggle,
.page .mobile-menu-toggle {
  display: none !important;
}
.site-header .menu-toggle {
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
}
.site-header {
  overflow: hidden;
}

.site-title,
.site-description {
  text-overflow: ellipsis;
}
.site-branding {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
}
/* NUR MOBIL: kein Zeilenumbruch im Header */
@media (max-width: 768px) {
  .site-branding {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    white-space: nowrap;
  }

  .site-title,
  .site-description {
    display: inline;
    white-space: nowrap;
  }
}
/* ===== AUTOR + DATUM WIRKLICH ÜBERALL ENTFERNEN ===== */

/* klassische Meta-Container */
.entry-meta,
.post-meta,
.byline,
.posted-on,
.author,
.author-name,
.post-date {
  display: none !important;
}

/* häufige Theme-Strukturen */
header .meta,
header .post-meta,
header .entry-meta,
header .post-info {
  display: none !important;
}

/* direkt nach Titel stehende Meta-Zeilen */
.entry-header > *:not(h1):not(h2):not(h3),
.page-header > *:not(h1):not(h2):not(h3) {
  display: none !important;
}

/* falls als <p> oder <span> ohne Klasse ausgegeben */
.entry-header p,
.entry-header span {
  display: none !important;
}

/* letzter Notnagel: Textzeile unter Titel */
.entry-header {
  padding-bottom: 0 !important;
}
/* Wunsch-Unterseiten: Breadcrumb + Autor/Datum ausblenden */
body.single-wishlist_item .breadcrumbs,
body.single-wishlist_item .breadcrumb,
body.single-wishlist_item nav.breadcrumb,
body.single-wishlist_item .woocommerce-breadcrumb,

body.single-wishlist_item .entry-meta,
body.single-wishlist_item .post-meta,
body.single-wishlist_item .byline,
body.single-wishlist_item .posted-on,
body.single-wishlist_item .author,
body.single-wishlist_item .author-name,
body.single-wishlist_item .post-date {
  display: none !important;
}
/* Autor/Datum-Zeile (thunk-post-info) überall ausblenden */
.thunk-post-info {
  display: none !important;
}

