/*
 Theme Name:   Betheme Child
 Description:  Child theme for betheme
 Author:       Silas
 Template:     betheme
 Version:      1.0.0
*/

/* ------- HEADER (Verlauf) ------- */
body .HeaderBackground {
  position: absolute !important;
  z-index: 99;
  height: 300px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.95) 0%,
    rgba(0, 0, 0, 0.7) 10%,
    rgba(0, 0, 0, 0.3) 25%,
    rgba(0, 0, 0, 0) 40%
  ) !important;
  background-color: transparent !important;
}

/* ------- MENU (Ausrichtung) ------- */
.elementor-menu-toggle {
  justify-content: flex-start !important;
}

/* Reserve space for nav dropdown arrows (injected late by Elementor JS) */
.elementor-nav-menu .menu-item-has-children > .elementor-item {
  padding-right: 15px !important;
}

.elementor-nav-menu .menu-item-has-children > .elementor-item:has(.sub-arrow) {
  padding-right: 0 !important;
}

.elementor-nav-menu .sub-arrow {
  display: inline-flex;
  align-items: center;
  width: 10px;
  margin-left: 5px;
}

.elementor-nav-menu .sub-arrow .e-font-icon-svg.fa-svg-chevron-down {
  width: 10px;
  min-width: 10px;
  height: 11px;
}

/* MENU dots */
.elementor-sub-item::before {
  content: "•\00A0";
}

/* ------- MOBILE-MENU (Ausrichtung) 
		.elementor-nav-menu {
    margin-left: 0px;
	}
	
	@media only screen and (max-width: 1300px) {
	.elementor-nav-menu {
    margin-left: 250px;
	}
	}
	
	
		@media only screen and (max-width: 1100px) {
	.elementor-nav-menu {
    margin-left: 230px;
	}
	}
	
	
		@media only screen and (max-width: 915px) {
	.elementor-nav-menu {
    margin-left: 225px;
	}
	}

	
	@media only screen and (max-width: 767px) {
	.elementor-nav-menu {
    margin-left: 28%;
	}
	}
	------- */

/* ------- MENU & ICON (Standartfarbe)------- */
.elementor-nav-menu a,
.elementor-nav-menu a .elementor-icon,
.elementor-nav-menu--dropdown a,
.elementor-nav-menu--dropdown a .elementor-icon,
.elementor-nav-menu--dropdown .elementor-item .elementor-sub-item,
.elementor-nav-menu--dropdown
  .elementor-item
  .elementor-sub-item
  .elementor-icon,
.elementor-nav-menu .elementor-item .submenu-toggle {
  color: #ffffff !important;
  fill: #ffffff !important;
  background-color: transparent;
  transition: color 0.3s ease;
  text-decoration: none !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
}

/* ------- MENU & ICON -> Hover (Farbe) ------- */
.elementor-nav-menu a:hover,
.elementor-nav-menu a:hover .elementor-icon,
.elementor-nav-menu--dropdown a:hover,
.elementor-nav-menu--dropdown a:hover .elementor-icon,
.elementor-nav-menu--dropdown .elementor-sub-item:hover,
.elementor-nav-menu--dropdown .elementor-sub-item:hover .elementor-icon,
.elementor-nav-menu .elementor-item .submenu-toggle:hover {
  color: white !important;
  fill: white !important;
  background-color: transparent !important;
  text-decoration: underline !important;
  text-underline-position: under !important;
}

/* ------- MENU & ICON (Farbe) ------- */
.elementor-nav-menu .elementor-item.elementor-item-active,
.elementor-nav-menu .elementor-item.elementor-item-active .elementor-icon,
.elementor-nav-menu .current-menu-item > a,
.elementor-nav-menu .current-menu-item > a .elementor-icon,
.elementor-nav-menu .current_page_item > a,
.elementor-nav-menu .current_page_item > a .elementor-icon,
.elementor-nav-menu--dropdown .current-menu-item > a,
.elementor-nav-menu--dropdown .current-menu-item > a .elementor-icon {
  color: #ca8f65 !important;
  fill: white !important;
  background-color: transparent !important;
}

/* ------- HAUPT-LISTE (Background) ------- */
.elementor-nav-menu--dropdown,
.elementor-nav-menu--dropdown:hover,
.elementor-nav-menu--dropdown:focus,
.elementor-nav-menu--dropdown:active {
  background-color: transparent !important;
}

/* ------- LISTE (Background) ------- */
.elementor-nav-menu--dropdown li.elementor-item > a,
.elementor-nav-menu--dropdown li.elementor-item > a:hover,
.elementor-nav-menu--dropdown li.elementor-item.elementor-item-active > a {
  background-color: transparent !important;
}

ul.elementor-nav-menu--dropdown a,
ul.elementor-nav-menu--dropdown a:focus,
ul.elementor-nav-menu--dropdown a:hover {
  border: none !important;
  text-shadow: none;
}

.elementor-nav-menu .elementor-sub-menu,
.elementor-nav-menu .elementor-sub-menu:hover,
.elementor-nav-menu .elementor-sub-menu:focus,
.elementor-nav-menu .elementor-sub-menu:active {
  background-color: transparent !important;
}

.elementor-nav-menu--dropdown .elementor-item,
.elementor-nav-menu--dropdown .elementor-sub-item,
.elementor-nav-menu--dropdown .elementor-item.elementor-item-active,
.elementor-nav-menu--dropdown .elementor-sub-item.elementor-item-active {
  background-color: transparent !important;
}

/* ------- HAMBURGER (Farbe) ------- */

div.elementor-menu-toggle svg,
div.elementor-menu-toggle svg:hover,
div.elementor-menu-toggle svg:focus,
div.elementor-menu-toggle svg:active {
  fill: white !important;
}

/* ------ GAP IMMMER AUF 50px / 50px BEI ZWEI COLLUMS ----- */

/* ------  ÖFFNUNGSZEITEN AUSBLENDER / home (start) seite ruocco ------ */
.page-id-10 .OeffnungszeitenHome {
  display: none !important;
}

/* ------  PRODUKT CONTAINER / link ------ */
.Produkt-Container {
  text-decoration: none !important;
  cursor: pointer !important;
}

/* ------  PRODUKT CONTAINER / Schatten : hover ------ */
.Produkt-Container:hover {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2) !important;
}

/* ----- INTRO-CONTAINER / RUOCCO ---- */
.Intro-Container {
  padding-top: 100px;
  padding-bottom: 80px;
  background-color: #434733;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

/* ----- INTRO-CONTAINER / TASTE + responsiv ---- */
.Intro-Container.Taste {
  padding-top: 100px;
  padding-bottom: 80px;
  background-color: #c7bca2;
}

@media (max-width: 767px) {
  .Intro-Container.Taste {
    padding-bottom: 300px;
  }
}

@media (max-width: 767px) {
  .Intro-Container.Taste.Spezial {
    padding-bottom: 40px !important;
  }
}

@media (max-width: 360px) {
  .Intro-Container.Taste {
    padding-bottom: 40px;
  }
}

/* ----- INTRO-CONTAINER / RÖSTEREI ---- */
.Intro-Container.Rost {
  padding-top: 100px;
  padding-bottom: 80px;
  /*background-color: #958b71;*/
}

/* ----- INTRO-CONTAINER / SHOP + responsiv ---- */
.Intro-Container.Soulshop {
  padding-top: 100px;
  padding-bottom: 80px;
  background-color: #000000;
}

@media (max-width: 767px) {
  .Intro-Container.Soulshop {
    padding-bottom: 300px;
  }
}

@media (max-width: 360px) {
  .Intro-Container.Soulshop {
    padding-bottom: 40px;
  }
}

/* ------ INTRO-BILD-CONTAINER responsiv ----- */
@media (max-width: 360px) {
  .Intro-Bild-Container {
    margin-bottom: 175px;
  }
}

/* ------ BLUBS-STRICH nach intro (content full-width und full image einstellen im Elementor) ------ */
.Blubs-Strich {
  padding: 0;
}

.Blubs-Strich img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  object-position: right;
}

/* ----- NORMAL-CONTAINER + responsiv ---- */
.Normal-Container {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .Normal-Container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* ----- Inhalt-CONTAINER, damit Mobile und Abstand stimmt ---- */
.Inhalt-Container {
  padding: 0px !important;
}

/* ----- ZITAT-TEXT-CONTAINER ---- */
.Zitat-Text-Container {
  margin-bottom: 100px;
}

/* ----- ZITAT-VIDEO-CONTAINER ---- */
.Zitat-Video-Container {
  margin-top: 100px;
  margin-bottom: 50px;
  text-align: center;
  justify-content: center;
}

/* ----- SLIDESHOW-FOOTER Hohe ---- */
.elementor-slideshow__footer__title {
  padding: 0 !important;
}

/* ----- SLIDESHOW-FOOTER Titel ---- */
.elementor-slideshow__title {
  font-weight: 400 !important;
  margin-bottom: 20px !important;
}

/* ----- BUTTON GLOBAL / Ruocco ---- */
.elementor-button {
  display: inline-block;
  padding: 16px 32px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none !important;
  color: #ca8f65 !important;
  background-color: transparent !important;
  border: 1px solid #ca8f65;
  border-radius: 5px;
  margin-bottom: 50px;
  transition: all 0.3s ease;
  animation: fadeInUp 0.8s ease forwards;
  opacity: 0;
}

/* ----- BUTTON GLOBAL hover / Ruocco ---- */
.elementor-button:hover {
  color: #f4dece !important;
  background-color: transparent;
  border-color: #f4dece;
}

/* ----- BUTTON GLOBAL animation ---- */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* HEADER VIDEO */

/* -------- HEADER-VIDEO (Video muss individuell eingefügt werden, pro Container) --*/
.Header-Video {
  margin-top: -35px !important;
  height: 670px !important;
  width: 100% !important;
  display: flex !important;
  border: none !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  --justify-content: flex-end; /*-- So stehen lassen, obwohl fehler (ist nur ein Aufruff der Elementor checkt) --*/
  justify-content: var(--justify-content) !important;

  background: linear-gradient(
    to top,
    rgba(67, 71, 52, 1) 0%,
    rgba(67, 71, 52, 0.7) 10%,
    rgba(67, 71, 52, 0) 20%
  ) !important;
  background-color: transparent !important;
}

/* --- TASTE --- */
.TasteVerlauf {
  background: linear-gradient(
    to top,
    rgba(199, 188, 162, 1) 0%,
    rgba(199, 188, 162, 0.7) 10%,
    rgba(199, 188, 162, 0) 20%
  ) !important;
  background-color: transparent !important;
}

.Taste {
  background-color: #c7bca2 !important;
}

/* --- RÖSTEREI --- */
.RostVerlauf {
  /*background: linear-gradient( to top, rgba(199, 188, 162, 1) 0%, rgba(199, 188, 162, 0.7) 10%, rgba(199, 188, 162, 0) 20%) !important;
  background-color: transparent !important;*/
}

.Rost {
  /*--background-color: #958b71 !important;*/
}

/* --- KITCHEN SHOP --- */
.SoulshopVerlauf {
  background: linear-gradient(
    to top,
    rgba(000, 000, 000, 1) 0%,
    rgba(000, 000, 000, 0.7) 10%,
    rgba(000, 000, 000, 0) 20%
  ) !important;
  background-color: transparent !important;
}

.Soulshop {
  background-color: #000000 !important;
}

/* -------- HEADER-VIDEO Responsiv ---- */
@media (max-width: 1200px) {
  .Header-Video {
    height: 600px !important;
  }
}

@media (max-width: 700px) {
  .Header-Video {
    height: 400px !important;
  }
}

@media (max-width: 360px) {
  .Header-Video {
    height: 300px !important;
  }
}

/* -------- BACKGROUND-VIDEO (damit Farbverlauf über Video ist - wegen Firefox) --------- */
.elementor-background-video-container {
  z-index: -1 !important;
}

/* -------- HEADER-TITEL --------- */
.Header-Titel {
  z-index: 90 !important;
  margin-top: 25% !important;

  /* Aninmation */
  opacity: 0;
  transform: translateY(80px);
  animation: fadeInUp 1.2s ease-out forwards;
  animation-delay: 0.5s;

  /* Archiv Titel*/
  text-align: center !important;
  font-family: "PT Serif", serif !important;
  font-size: 58px !important;
  font-weight: normal !important;
  text-transform: none !important;
  font-style: normal !important;
  line-height: 60px !important;
  letter-spacing: 0px !important;
  color: #ffffff !important;
}

/* -------- HEADER-TITEL Animation ---------  */
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ------ PAGINATION - Unterstrich bei aktueller Seite ----- */
.jet-filters-pagination__item.jet-filters-pagination__current
  .jet-filters-pagination__link {
  font-weight: bold;
}

.jet-filters-pagination a {
  text-decoration: none !important;
}

.jet-filters-pagination a:hover {
  text-decoration: underline !important;
}

/* ------ PRODUKT-TITEL A Link ----- */
.ProduktTitel a {
  text-decoration: none !important;
}

/* ------ KEINE PRODUKTE – Message ----- */
.jet-smart-filters-elementor-loop-no-result {
  color: #000;
}

/* ------ PRODUKT-AUFLISTUNG Zusatzprodukte (Geschenkkorb) ----- */
.woosb-products .woosb-product {
  color: #000 !important;
}

/* ------ PRODUKT-LOADER
	svg.e-font-icon-svg.e-fas-spinner {
		width: 40px;
		padding: 5px;
		display: none;
		text-align: center;
		flex-wrap: center;
		color: #CA8F65 !important;
		fill:  #CA8F65 !important;
	}  ----- */

/* ------ PRODUKT-FILTER Kategorien Text ----- */
.bapf_body {
  font-size: 17px;
  font-style: normal;
}

/* ------ PRODUKT-FILTER Abstände ----- */
.berocket_single_filter_widget .bapf-clean-rounded ul {
  gap: 5px !important;
}

/* ------ PRODUKT-FILTER Abstände Text Block ----- */
.berocket_single_filter_widget .bapf-clean-rounded li label {
  display: inline-block;
  border: 0.5px solid #929292;
  font-weight: normal;
  border-radius: 5px;
  color: #333;
  position: relative;
}

/* ------ PRODUKT-FILTER Aktiv ----- */
.berocket_single_filter_widget .bapf-clean-rounded li.checked label {
  border-color: #ffffff;
  color: #fffffb;
  padding: 3px 15px;
  background-color: #434734;
}

/* ------ PRODUKT-FILTER Unterkategorie Zeichen ----- */
.berocket_single_filter_widget .bapf-clean-rounded li.checked label:before {
  display: none !important;
}

/* ------ FARBFILTER ueber Shop ----- */
.ShopFarbFilter {
  position: relative;
  overflow: hidden;
  background: white;
  z-index: 0 !important;
}

/* ------ FARBFILTER ueber Shop: before ----- */
.ShopFarbFilter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255 237 201 / 10%);
  pointer-events: none;
  z-index: 9999 !important;
}

/* ------ SHOP-BUTTON Meldung kein Lager mehr (rot) ----- */
p.stock.out-of-stock {
  display: none;
}

/* ------  GEFISSEL OBEN BACKGROUND / Angepasst am Filter ------ */
.Gefissel-oben-Background {
  background-color: #ffffff00 !important;
}

/* ------  FOOTER RUOCCO HINTERGRUND / Angepasst am Filter ------ */
.Ruocco-Footer-Single-Product-Blatt {
  background-color: #ffffff00 !important;
}

/* ------  FOOTER KITCHEN-SHOP HINTERGRUND / Angepasst am Filter ------ */
.Kitchen-Shop-Footer-Single-Product {
  background-color: #ffffff00 !important;
}

/* ------  MEHR LADEN / Button ------ */
#Mehr-Laden-Button {
  margin-top: 50px;
}

/* FONT STUFF */

/*------ H1 ------ */
h1 {
  text-align: center !important;
  font-family: "PT Serif", serif !important;
  font-size: 58px !important;
  font-weight: normal !important;
  text-transform: none !important;
  font-style: normal !important;
  line-height: 60px !important;
  letter-spacing: 0px !important;
  color: #ffffff !important;

  z-index: 90 !important;
  position: relative !important;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8) !important;
}

h1 ::before {
  background: none !important;
}

/*------ H2 ------ */
h2 {
  text-transform: none !important;
  text-decoration: none !important;
}

/*------ A LINK ------ */
a {
  text-decoration: underline !important;
}

/*------ A LINK: hover ------ */
a:hover {
  text-decoration: none !important;
}

/*------ A LINK - SHOP DIASHOW ------ */
h5.elementor-heading-title.elementor-size-default a {
  text-decoration: none !important;
}

/*------ SOUL KITCHEN TASTE - Farbe schwarz Text ------ */
.soul-p-farbe h1,
.soul-p-farbe h2,
.soul-p-farbe h3,
.soul-p-farbe h4,
.soul-p-farbe h5,
.soul-p-farbe h6,
.soul-p-farbe p,
.soul-p-farbe a {
  color: #303030 !important;
}

/* ---- TITEL BEITRÄGE nicht unterschrichten ---- */
h4.elementor-post__title a {
  text-decoration: none !important;
}

/* PAGE SPECIFIC STUFF */

/*  page 10 (Home) */
.page-id-10 .Ruocco-Footer-Single-Product-Blatt {
  background-color: #000000 !important;
}

/* products archive / woocommerce */
.woocommerce-page,
.search {
  .Ruocco-Footer-Single-Product-Blatt {
    background-color: #ffffff !important;
  }
  /* a {
		text-decoration: none;
	} */
}

/* ===== PRODUCTS ONLY ===== */
.single-product {
  /* ------ BUTTON Ausrichtung ------ */
  .wp-element-button.button.alt.product_type_simple {
    margin-top: 9px !important;
  }

  /* ------ AD TO CART Button weg ------ */
  button.single_add_to_cart_button.button.alt {
    display: none !important;
  }

  /* ------ ON SALE ausblenden ------ */
  span.onsale.onsale-label {
    display: none !important;
  }

  /* ------ PRODUKT-ZUTATEN Text ------ */
  .ProduktZutaten {
    span,
    div {
      font-family: "Source Sans 3" !important;
      font-size: 20px !important;
      line-height: 25px !important;
      color: #000 !important;
      margin-bottom: 20px !important;
    }

    p {
      margin: 0 !important;
      /* fix font size here (text beschrieb) */
    }
  }

  /* ------  IN-STOCK (lager) ------ */
  p.stock.in-stock {
    display: none;
  }

  .Ruocco-Footer-Single-Product-Blatt {
    background-color: #ffffff !important;
  }
}

/* WUNSCHLISTE */
.page-id-205 {
  /* ---- SHOP BUTTON - Ausblenden ---- */
  a.button.mfn-btn {
    display: none !important;
  }

  /* ---- KATEGORIEN - Ausblenden ---- */
  span.posted_in {
    display: none;
  }

  /* ---- VERLINKUNG ICON - Ausblenden ---- */
  a.link.tooltip.tooltip-txt {
    display: none;
  }

  /* ---- WARENKORB ICON - Ausblenden ---- */
  a.mfn-quick-view.tooltip.tooltip-txt {
    display: none;
  }

  /* ---- WUNSCHLISTE TITEL ---- */
  h3 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #e5e5e5;
  }

  /* ---- WUNSCHLISTE PREIS ---- */
  span.woocommerce-Price-amount.amount {
    color: #e5e5e5;
    font-size: 31px;
    font-weight: 400;
  }

  /* ---- CONTAINER Ausrichtung ---- */
  .wishlist .wishlist-row {
    align-items: flex-start;
  }

  /* ---- CONTAINER Padding ---- */
  .section.wishlist.woocommerce {
    padding-bottom: 100px;
    padding-top: 100px;
  }

  /* ---- CONTAINER Padding Responsive ---- */
  @media (max-width: 770px) {
    .section.wishlist.woocommerce {
      padding-right: 40px;
      padding-left: 40px;
    }
  }

  /* ---- WARENKORB, ANFRAGE UND WEITERLESEN – Ausblenden ---- */
  a.button.add_to_cart_button.ajax_add_to_cart.product_type_simple {
    display: none !important;
  }
  a.add_to_cart_button.ajax_add_to_cart.product_type_simple.tooltip.tooltip-txt {
    display: none !important;
  }

  /* ----- SOLD-OUT Grafik ---- */
  span.soldout h4 {
    color: #838665;
    font-size: 25px;
    line-height: 26px;
    border-radius: 5px;
    border: 2px solid;
    padding: 11px;
    background-color: #ffffff82;
  }

  /* ----- BUTTON GLOBAL ---- */
  .button {
    display: inline-block;
    padding: 16px 32px !important;
    font-family: "Source Sans 3", sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none !important;
    color: #ca8f65 !important;
    background-color: transparent;
    border: 1px solid #ca8f65;
    border-radius: 5px;
    margin-bottom: 50px;
    transition: all 0.3s ease;

    animation: fadeInUp 0.8s ease forwards;
    opacity: 0;
  }

  /* ----- BUTTON GLOBAL hover ---- */
  .button:hover {
    color: #f4dece !important;
    background-color: transparent;
    border-color: #f4dece;
  }

  /* ----- BUTTON GLOBAL animation ---- */
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* ----- BUTTON AD TO… GLOBAL ---- */
  .added_to_cart.added_to_quote.wc-forward {
    display: inline-block;
    padding: 16px 32px !important;
    font-family: "Source Sans 3", sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none !important;
    color: #ca8f65 !important;
    background-color: transparent;
    border: 1px solid #ca8f65;
    border-radius: 5px;
    margin-bottom: 50px;
    transition: all 0.3s ease;

    animation: fadeInUp 0.8s ease forwards;
    opacity: 0;
  }

  /* ----- BUTTON AD TO… hover ---- */
  .added_to_cart.added_to_quote.wc-forward:hover {
    color: #f4dece !important;
    background-color: transparent;
    border-color: #f4dece;
  }
}

/* PRODUKTANFRAGE */
.page-id-2748 {
  /* ------ ORIGINAL Request e Qoute shortcode ausgeblendet ----- */
  .elementor-element.elementor-element-17903dfe.elementor-widget.elementor-widget-text-editor {
    /* display: none !important;*/
  }

  /* ------ FORMULAR CONTAINER ----- */
  .addify-quote-form.template_two .af_quote_fields {
    background: #434734 !important;
    border-radius: 5px !important;
  }

  /* ------ FORMULAR INPUTS ----- */
  div.af_quote_fields input[type="text"],
  div.af_quote_fields input[type="email"],
  div.af_quote_fields input[type="time"],
  div.af_quote_fields input[type="date"],
  div.af_quote_fields input[type="datetime-local"],
  div.af_quote_fields select,
  div.af_quote_fields textarea,
  div.af_quote_fields input[type="number"] {
    border-radius: 5px !important;
    border: 1px solid #ffffff !important;
    color: #000 !important;
  }

  /* ------ TABELLE Titel ----- */
  .addify-quote-form__contents.template-two th {
    color: #ffffff !important;
  }

  /* ------ TABELLE Preise ----- */
  span.woocommerce-Price-amount.amount {
    color: #ffffff !important;
    font-weight: 400 !important;
  }

  /* ------ REMOVE Button ----- */
  .adf-product-remove a {
    font-size: 15px !important;
    line-height: 25px !important;
    color: #c88e68 !important;
    padding-top: 15px !important;
    text-transform: uppercase !important;
  }

  /* ----- BUTTON GLOBAL ---- */
  .button {
    display: inline-block !important;
    padding: 16px 32px !important;
    font-family: "Source Sans 3", sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    /*color: #CA8F65 !important;*/
    background-color: transparent !important;
    border: 1px solid #ca8f65 !important;
    border-radius: 5px !important;
    margin-bottom: 50px !important;
    transition: all 0.3s ease !important;

    animation: fadeInUp 0.8s ease forwards !important;
    opacity: 0 !important;
  }

  /* ----- BUTTON GLOBAL hover ---- */
  .button:hover {
    /*color: #F4DECE !important;*/
    background-color: transparent !important;
    border-color: #f4dece !important;
  }

  /* ----- BUTTON GLOBAL animation ---- */
  @keyframes fadeInUp {
    0% {
      opacity: 0 !important;
      transform: translateY(20px) !important;
    }
    100% {
      opacity: 1 !important;
      transform: translateY(0) !important;
    }
  }

  /* ----- BUTTON Anfrage spezifischer aufruf - wegen Mobile ---- */
  .addify_checkout_place_quote {
    background-color: #ca8f65 !important;
    z-index: 10 !important;
    color: #ffffff !important;
    opacity: 1 !important;
  }

  /* ----- MENGENFELD Flex-Layout ----- */
  .product-quantity .quantity {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    position: relative !important;
  }

  /* ----- MINUS UND PLUS Buttons ----- */
  .product-quantity .quantity-change {
    width: 32px !important;
    height: 32px !important;
    background-color: #444 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 4px !important;
    font-size: 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
  }

  /* ----- ALTE INPUT-Felder ausblenden ----- */
  .product-quantity input.qty {
    display: none !important;
  }

  /*----- ZAHL in der mitte ----- */
  .quantity-display {
    font-size: 18px !important;
    font-weight: bold !important;
    color: white !important;
    width: 32px !important;
    height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    pointer-events: none !important;
  }
}

/* Not sure if this is needed */
.single-post {
  a {
    color: #e5e5e5;
  }

  a:hover {
    color: #e5e5e5;
  }
}

/* ----- SUCHFELD ERGGEBNISSE Containter (not needed because search results are now inline) ---- */
.search-results #Content {
  padding-top: 200px !important;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .search-results #Content {
    padding-top: 150px !important;
  }
}

/* --- Kategorie Bild – Header Shop (Responsiv) --- */
.Header-Shop {
  height: 800px;
  background-color: #444735;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

@media (max-width: 1200px) {
  .Header-Shop {
    height: 450px !important;
  }
}
@media (max-width: 700px) {
  .Header-Shop {
    height: 350px !important;
  }
}
@media (max-width: 360px) {
  .Header-Shop {
    height: 300px !important;
  }
}

/* --- Search Page Header Text --- */
.Header-Shop-Search-Text {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  padding-top: 80px;
}
.Header-Shop-Search-Text h1 {
  color: #ffffff;
  font-size: 2.5rem;
  margin: 0 0 10px 0;
}
.Header-Shop-Search-Text p {
  color: #ffffff;
  font-size: 1.1rem;
  margin: 0;
  opacity: 0.85;
}
@media (max-width: 700px) {
  .Header-Shop-Search-Text h1 {
    font-size: 1.8rem;
  }
  .Header-Shop-Search-Text p {
    font-size: 0.95rem;
  }
}
