/* 
Theme Name: DLK - Elementor
Theme URI: https://github.com/Ninjapiraten/DLK-Custom-Functions
Description: Eine von Ninjapiraten eigens kreierte Theme für DLK.
Author: Ninjapiraten
Author URI: https://ninjapiraten.de
Template: hello-elementor
Version: 3.14.21
Text Domain: dlk-theme
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

body {
  word-wrap: break-word;
}

p {
  margin-bottom: 0 !important;
}

.woocommerce a.added_to_cart {
  display: none;
}

.elementor-add-to-cart a.add_to_cart_button {
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
  justify-content: center;
}
.elementor-add-to-cart a.afrfqbt.add_to_cart_button,
.woocommerce-variation-add-to-cart .single_add_to_cart_button {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  width: 220px;
}
.elementor-add-to-cart a.add_to_cart_button::before,
.woocommerce-variation-add-to-cart button.single_add_to_cart_button:before {
  content: "" !important;
  width: 18px;
  height: 21px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.elementor-add-to-cart a.add_to_cart_button::before,
.woocommerce-variation-add-to-cart button.single_add_to_cart_button:before {
  background-image: url("/wp-content/uploads/2024/12/Warenkorb.svg");
}

@media (max-width: 1024px) {
  .elementor-add-to-cart a.add_to_cart_button {
    font-size: 20px !important;
  }
}

.wgm-info.shipping_de {
  display: none !important;
}

.dlk-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;

  a,
  span {
    color: #fff;

    font-family: "FS Joey";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: max-content;

    @media (max-width: 1024px) {
      color: var(--e-global-color-primary);
    }
  }
}
