/* =============================================================
   KESIA — PRAHA CITY OVERRIDES
   -------------------------------------------------------------
   Loaded AFTER kesia-common.css. Only contains rules that
   differ for praha. Keep this file small.
   ============================================================= */

:root {
  /* --color-primary: #f4bc56; */
  /* --color-secondary: #f4bc56; */
  /* --color-tertiary: #21373f; */
  --rybnik: #273a3d;
  --stribrna: #e6e6e6;
  /* --color-header-background: #21373f; */
}

input[type="checkbox"]#consent,
input[type="checkbox"]#price_consent {
  width: 15px;
  height: 15px;
  display: inline-block;
  position: relative;
  visibility: visible !important;
  appearance: checkbox;
  -webkit-appearance: checkbox; /* For older browsers */
  border: 1px solid #ccc;
  margin: 0px;
  background-color: #fff;
  accent-color: var(--color-primary-hover);
}

.popup-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  border: 2px solid var(--color-secondary);
}

.popup-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
  width: 50%;
  max-width: 90%;
  border: 2px solid var(--color-secondary);
}

#filters label {
  z-index: 1;
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--color-secondary);
  color: black;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s, border 0.3s;
  /* border: 2px solid transparent; */
}

#filters input[type="checkbox"]:checked + label {
  background-color: var(--color-primary);
  color: white;
  border-radius: 5px; /* Optional: for a smoother look */
  /* border: 2px solid transparent; */
}

ul.subcategories.with-image {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

ul.subcategories.with-image li {
  flex: 0 0 18%;
  display: flex;
  justify-content: center;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.price-final-holder,
.original-price {
  color: var(--color-secondary);
}

.price-additional {
	display:none;
}

