/* General Styles */
.external-fonts-loaded body {
  font-family: "FK Grotesk", sans-serif !important;
}

:root {
  --template-font: "FK Grotesk", sans-serif !important;
}

* {
  font-synthesis: none !important; /* Safari Font Optimization */
}

/* Utility Classes */
.hidden {
  display: none !important;
}

/* Footer */
footer {
  background: #a17868;
}

/* Alerts */
.messages .container::before {
  display: none;
}

.messages .container {
  background-color: #816459 !important;
}

/* Cookie Button */
.cookieButtonAccept {
  background-color: #816459 !important;
  border: none !important;
  border-radius: 10px !important;
}

/* Social Icons */
.social-buttons-wrapper {
  display: none !important;
}

/* Site Cookies */
.siteCookies:before {
  display: none !important;
  content: none !important;
}

/* Logo Centering */
.site-name > a {
  display: flex;
  align-items: center;
}

/* Article Styles */
.about-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}

.content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Strict 2 columns */
  gap: 3rem;
  align-items: center;
}

.content-block {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.text-content {
  font-size: 1.2rem;
  line-height: 1.6;
}

.image-content img {
  width: 65%;
  height: auto;
  max-width: 420px;
  display: block;
  margin: 0 auto;
}

article {
  max-width: none;
}

@media (max-width: 768px) {
  .content-grid {
    grid-template-columns: 1fr; /* Single column on mobile */
    gap: 2rem;
  }

  .text-content {
    font-size: 1rem;
  }
}

/* Banner Text */
.banner-text-category {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: #816459;
  color: white;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 10px;
  line-height: 1.3em;
}

/* Footer Banner */
.footer-banner {
  padding: 0 !important;
}

/* Cart Content */
.cart-content .contact-box {
  display: none;
}

/* Products */
.slick-track {
  justify-content: center;
  align-items: center;
}

/* Mobile Styles */
@media (max-width: 768px) {
  .p-tools {
    display: none;
  }
}

/* Ordering Process */
.ordering-process .podpis {
  display: none !important;
}

/* Copyright */
.copyright .podpis {
  display: none !important;
}

#signature a {
  display: none !important;
}

/* Menu Image */

/*
.menu-image {
    display: none !important;
}
          */

/* Subcategories */
.subcategories .image {
  display: none !important;
}

.subcategories.with-image li a {
  background: none;
}

/* Categories */
.categories .topic.active > a {
  color: #ffffff;
  text-decoration: underline;
}

.categories .topic > a > span {
  display: none;
}

.topic a:hover {
  color: #ffffff;
}

.topic .active a {
  color: #ffffff !important;
}

ul.active.expanded {
  display: none;
}

/* Menu Level 2 Animation */
.menu-level-2 {
  animation: slideDown 0.3s ease-out;
  transform-origin: top;
}

@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Filters */
.filters-wrapper {
  display: none;
}

/* Description and Discussion */
.shp-tabs-wrapper {
  display: none !important;
}

/* Payment Methods */
.online-platby img {
  height: 48px;
  width: auto;
}

/* Customer Login */
.top-nav-button-login.login {
  display: none;
}

label[for="set-registration"],
#reg-info {
  display: none !important;
}

.navigationActions {
  display: none;
}

/* Image Hover Effect */
.p a img {
  transition: all 0.3s ease;
}

.p a img:hover {
  transform: scale(1.1) !important;
}

.required-asterisk {
  color: black;
}

.consents a {
  color: black;
}

.js-cookies-settings {
  display: none !important;
}

.siteCookies__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.siteCookies__links {
  display: none !important;
}
