/*
* Override this file if you want to keep custom styles after module upgrade
*/

/* special fix for uniform drop-down lists in default-bootstrap theme */
@media (min-width: 480px) {
	.af_filter.type-3 .af_filter_content .selector {
		padding-left: 0;
		border-left: 1px solid #DDD;
	}
	.af_filter.type-3 .af_filter_content .selector span {
		padding-left: 10px;
	}
}

/* =========================================================
   LAHOME AMAZZING FILTER 2026
   Front-office visual layer. Fully isolated under
   #amazzing_filter.lh-af-2026 so it does not affect the rest
   of PrestaShop or the module in other contexts.
   ========================================================= */

#amazzing_filter.lh-af-2026,
#amazzing_filter.lh-af-2026 *,
#amazzing_filter.lh-af-2026 *:before,
#amazzing_filter.lh-af-2026 *:after {
  box-sizing: border-box;
}

#amazzing_filter.lh-af-2026 {
  width: 100%;
  margin: 0 0 24px;
  padding: 18px 16px 16px;
  font-family: "Jost", Arial, sans-serif;
  color: #3d2c21;
  background: #fffdfa;
  border: 1px solid #eee5dc;
  border-radius: 12px;
  box-shadow: 0 3px 14px rgba(67, 47, 33, .055);
}

/* Header */
#amazzing_filter.lh-af-2026 .lh-af-head {
  margin: 0 0 13px;
  padding: 0 0 8px;
}

#amazzing_filter.lh-af-2026 .lh-af-head-title {
  margin: 0;
  padding: 0;
  font-family: "Jost", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: .01em;
  color: #543a2b;
  text-transform: uppercase;
}

#amazzing_filter.lh-af-2026 .lh-af-head-ornament {
  display: flex;
  align-items: center;
  gap: 7px;
  width: 100%;
  margin-top: 9px;
  color: #b38b68;
}

#amazzing_filter.lh-af-2026 .lh-af-head-ornament span {
  display: block;
  height: 1px;
  flex: 1 1 auto;
  background: #e7d8ca;
}

#amazzing_filter.lh-af-2026 .lh-af-head-ornament i {
  display: block;
  margin: 0;
  font-family: Georgia, serif;
  font-size: 12px;
  font-style: normal;
  color: #c49b75;
}

/* Keep module's technical title hidden; branded heading above replaces it */
#amazzing_filter.lh-af-2026 > .title_block {
  display: none !important;
}

#amazzing_filter.lh-af-2026 .block_content {
  margin: 0;
  padding: 0;
}

#amazzing_filter.lh-af-2026 form {
  padding-top: 0;
}

/* Filter sections */
#amazzing_filter.lh-af-2026 .af_filter {
  position: relative;
  margin: 0;
  padding: 0 0 11px;
  border: 0;
  border-bottom: 1px solid #eee5dc;
}

#amazzing_filter.lh-af-2026 .af_filter + .af_filter {
  padding-top: 7px;
}

#amazzing_filter.lh-af-2026 .af_subtitle_heading {
  margin: 0;
  padding: 0;
}

#amazzing_filter.lh-af-2026 .af_subtitle {
  position: relative;
  margin: 0;
  padding: 10px 24px 8px 0;
  font-family: "Jost", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: .015em;
  color: #51382a;
  text-transform: uppercase;
}

#amazzing_filter.lh-af-2026 .af_subtitle:before {
  top: 50%;
  right: 4px;
  width: 8px;
  height: 8px;
  margin-top: -2px;
  border-color: #ad8769;
  border-width: 2px 0 0 2px;
}

#amazzing_filter.lh-af-2026 .closed .af_subtitle:before {
  margin-top: -6px;
  border-width: 0 2px 2px 0;
}

#amazzing_filter.lh-af-2026 .af_filter_content {
  margin: 0;
  padding: 1px 0 0;
}

/* Standard lists / checkboxes */
#amazzing_filter.lh-af-2026 .af_filter ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#amazzing_filter.lh-af-2026 .af_filter li {
  margin: 0;
  padding: 3px 0;
}

#amazzing_filter.lh-af-2026 .af_filter label {
  min-height: 25px;
  padding: 3px 0;
  align-items: center;
  font-family: "Jost", Arial, sans-serif;
  color: #59483c;
}

#amazzing_filter.lh-af-2026 .af_filter .name {
  padding-left: 7px;
  font-family: "Jost", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.25;
  color: #59483c;
}

#amazzing_filter.lh-af-2026 .af_filter .count {
  margin-left: auto;
  padding-left: 5px;
  font-size: 11px;
  color: #ab9b90;
}

#amazzing_filter.lh-af-2026 .af_filter input.checkbox,
#amazzing_filter.lh-af-2026 .af_filter input.radio {
  width: 15px;
  height: 15px;
  min-width: 15px;
  margin: 0;
  accent-color: #9b7456;
}

/* Text-box values: compact warm pills */
#amazzing_filter.lh-af-2026 .af_filter.tb ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

#amazzing_filter.lh-af-2026 .af_filter.tb li {
  float: none;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 7px;
  background: transparent;
}

#amazzing_filter.lh-af-2026 .af_filter.tb li label {
  min-height: 29px;
  padding: 6px 9px;
  border: 1px solid #dccbbb;
  border-radius: 7px;
  background: #fff;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}

#amazzing_filter.lh-af-2026 .af_filter.tb li .name {
  padding: 0;
  font-size: 12px;
  line-height: 1.2;
  color: #59483c;
}

#amazzing_filter.lh-af-2026 .af_filter.tb li:hover label {
  color: #fff;
  background: #a77f60;
  border-color: #a77f60;
}

#amazzing_filter.lh-af-2026 .af_filter.tb li:hover .name {
  color: #fff;
}

#amazzing_filter.lh-af-2026 .af_filter.tb li.active label {
  color: #fff;
  background: #8d674d;
  border-color: #8d674d;
}

#amazzing_filter.lh-af-2026 .af_filter.tb li.active .name {
  color: #fff;
}

/* Colors - round swatches with readable names underneath */
#amazzing_filter.lh-af-2026 .af-inline-colors {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 9px 5px;
  width: 100%;
  margin-top: 3px !important;
}

#amazzing_filter.lh-af-2026 .af-inline-colors li {
  float: none;
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  text-align: center;
}

#amazzing_filter.lh-af-2026 .af-inline-colors .af-color-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 0;
}

#amazzing_filter.lh-af-2026 .af-color-box {
  display: block;
  width: 28px;
  height: 28px;
  min-width: 28px;
  margin: 0 !important;
  border-radius: 50%;
  border: 1px solid rgba(104, 77, 57, .18);
  box-shadow: inset 0 0 2px rgba(0,0,0,.09);
  transition: transform .18s ease, box-shadow .18s ease;
}

#amazzing_filter.lh-af-2026 .af-inline-colors .name {
  display: block !important;
  width: 100%;
  max-width: 56px;
  padding: 0;
  overflow: hidden;
  font-size: 9px;
  line-height: 1.15;
  color: #655449;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#amazzing_filter.lh-af-2026 .af-inline-colors .count {
  display: none !important;
}

#amazzing_filter.lh-af-2026 .af-inline-colors li:hover .af-color-box {
  transform: scale(1.08);
}

#amazzing_filter.lh-af-2026 .af-inline-colors li.active .af-color-box,
#amazzing_filter.lh-af-2026 .active .af-color-box {
  width: 28px;
  min-width: 28px;
  height: 28px;
  margin: 0 !important;
}

#amazzing_filter.lh-af-2026 .active .af-color-box:after {
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 2px solid #9d7658;
}

/* Range slider */
#amazzing_filter.lh-af-2026 .af-slider {
  margin: 2px 0 3px;
}

#amazzing_filter.lh-af-2026 .af-slider .slider-bar {
  margin: 8px 0 11px;
  padding: 0 8px;
}

#amazzing_filter.lh-af-2026 .af-slider .back-bar {
  height: 5px;
  background: #e9e2dc;
  border-radius: 10px;
}

#amazzing_filter.lh-af-2026 .af-slider .selected-bar {
  background: #a67c5c;
  border-radius: 10px;
}

#amazzing_filter.lh-af-2026 .af-slider .pointer {
  top: -5px;
  width: 15px;
  height: 15px;
  margin-left: -7px;
  background: #fff;
  border: 4px solid #a67c5c;
  box-shadow: 0 1px 4px rgba(67, 47, 33, .12);
}

#amazzing_filter.lh-af-2026 .af-slider .slider_value {
  margin-bottom: 2px;
  padding: 2px 0;
  border: 0;
  font-family: "Jost", Arial, sans-serif;
  font-size: 12px;
  color: #4c3b30;
}

#amazzing_filter.lh-af-2026 .af_filter:hover .slider_value,
#amazzing_filter.lh-af-2026 .af-slider .slider_value.edit {
  border-color: transparent;
}

#amazzing_filter.lh-af-2026 .value,
#amazzing_filter.lh-af-2026 .suffix,
#amazzing_filter.lh-af-2026 .prefix {
  font-family: "Jost", Arial, sans-serif !important;
  font-size: 12px !important;
}

/* Short filter lists / centered more-less button */
#amazzing_filter.lh-af-2026 .af_filter.expandable {
  /* LAHOME V4: reserve enough space below the last value,
     so the více/méně button never overlaps product-filter values. */
  padding-bottom: 36px !important;
}

#amazzing_filter.lh-af-2026 .af_filter .toggle-cut-off {
  left: 0;
  right: 0;
  bottom: 8px;
  height: auto;
  font-family: "Jost", Arial, sans-serif;
  font-size: 11px;
  line-height: 1;
  text-align: center !important;
}

#amazzing_filter.lh-af-2026 .af_filter .toggle-cut-off span {
  padding: 4px 11px;
  color: #8e694f;
  background: #fffdfa;
  border: 1px solid #d9c6b6;
  border-radius: 6px;
  text-decoration: none;
}

#amazzing_filter.lh-af-2026 .af_filter .toggle-cut-off .more {
  display: none !important;
}

#amazzing_filter.lh-af-2026 .af_filter.cut-off .toggle-cut-off .more {
  display: inline-block !important;
}

#amazzing_filter.lh-af-2026 .af_filter .toggle-cut-off .less {
  display: inline-block !important;
}

#amazzing_filter.lh-af-2026 .af_filter.cut-off .toggle-cut-off .less {
  display: none !important;
}

#amazzing_filter.lh-af-2026 .af_filter .toggle-cut-off:hover span {
  color: #6f4e37;
  background: #fbf5ef;
  border-color: #cdb29d;
  text-decoration: none;
}

#amazzing_filter.lh-af-2026 .af_filter.cut-off li.cut {
  display: none !important;
}

/* Select */
#amazzing_filter.lh-af-2026 .af_filter select {
  width: 100%;
  min-height: 36px;
  padding: 6px 9px;
  font-family: "Jost", Arial, sans-serif;
  font-size: 13px;
  color: #514035;
  background: #fff;
  border: 1px solid #ddcec1;
  border-radius: 7px;
}

/* Selected filters */
#amazzing_filter.lh-af-2026 .selectedFilters {
  margin: 0 0 8px;
}

#amazzing_filter.lh-af-2026 .selectedFilters .clearAll {
  padding: 6px 8px;
  background: #f2e9e1;
  border-radius: 7px;
}

#amazzing_filter.lh-af-2026 .selectedFilters .clearAll a {
  color: #785944;
}

/* Primary "view products" button - when module JS enables it */
#amazzing_filter.lh-af-2026 .btn-holder .viewFilteredProducts,
#amazzing_filter.lh-af-2026 .btn-holder .submitFilter {
  min-height: 42px;
  padding: 11px 14px;
  font-family: "Jost", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: .015em;
  color: #fff !important;
  background: #9a7355 !important;
  border: 1px solid #9a7355 !important;
  border-radius: 8px;
  box-shadow: none !important;
  text-transform: none;
  transition: background .2s ease, transform .2s ease;
}

#amazzing_filter.lh-af-2026 .btn-holder .viewFilteredProducts:hover,
#amazzing_filter.lh-af-2026 .btn-holder .submitFilter:hover {
  background: #7e5b43 !important;
  border-color: #7e5b43 !important;
  transform: translateY(-1px);
}

/* Quick search */
#amazzing_filter.lh-af-2026 .af-quick-search .qsInput {
  width: 100%;
  min-height: 34px;
  padding: 6px 31px 6px 9px;
  font-family: "Jost", Arial, sans-serif;
  font-size: 12px;
  color: #4f3c30;
  background: #fff;
  border: 1px solid #ddcec1;
  border-radius: 7px;
}

/* Compact/mobile drawer: preserve module mechanics, restyle only visuals */
.has-compact-filter #amazzing_filter.lh-af-2026 {
  border-radius: 0;
  border: 0;
  box-shadow: none;
}

.has-compact-filter.show-filter #amazzing_filter.lh-af-2026 {
  box-shadow: 0 0 18px rgba(43, 31, 22, .22);
}

.has-compact-filter #amazzing_filter.lh-af-2026 .block_content {
  padding: 4px 2px 10px;
}

.has-compact-filter #amazzing_filter.lh-af-2026 .btn-holder {
  background: #f7f0e9;
  border-top: 1px solid #e8ddd3;
}

#amazzing_filter.lh-af-2026 .compact-toggle {
  background: #9a7355;
  color: #fff;
  border: 0;
}

/* Horizontal layout must not inherit sidebar card chrome */
#amazzing_filter.lh-af-2026.horizontal-layout {
  padding: 10px 12px;
}

#amazzing_filter.lh-af-2026.horizontal-layout .lh-af-head {
  display: none;
}

/* Narrow left columns */
@media (max-width: 1199px) and (min-width: 768px) {
  #amazzing_filter.lh-af-2026 {
    padding: 14px 11px 13px;
  }

  #amazzing_filter.lh-af-2026 .lh-af-head-title {
    font-size: 16px;
  }

  #amazzing_filter.lh-af-2026 .af-inline-colors {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  #amazzing_filter.lh-af-2026 .af_filter.tb li label {
    padding-left: 7px;
    padding-right: 7px;
  }
}

@media (max-width: 767px) {
  #amazzing_filter.lh-af-2026 {
    padding: 15px 13px 14px;
  }

  #amazzing_filter.lh-af-2026 .lh-af-head-title {
    font-size: 17px;
  }

  #amazzing_filter.lh-af-2026 .af-inline-colors {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}


/* Always hide unavailable brands (server-side filtered in tpl, keep client-side fallback too) */
#amazzing_filter.lh-af-2026 .af-kind-brand li.no-matches:not(.active) {
  display: none !important;
}

/* Brand list - keep counts visible and readable */
#amazzing_filter.lh-af-2026 .af-kind-brand .count {
  margin-left: auto;
  font-size: 11px;
  color: #9d8c7f;
}

/* Stronger color swatches fallback for Barva */
#amazzing_filter.lh-af-2026 .af-kind-color .af-inline-colors .af-color-label {
  min-height: 52px;
}

#amazzing_filter.lh-af-2026 .af-kind-color .af-inline-colors input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

#amazzing_filter.lh-af-2026 .af-kind-color .af-inline-colors .name {
  white-space: normal;
  max-width: 62px;
}

/* Styles as icon chips */
#amazzing_filter.lh-af-2026 .af-kind-style ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

#amazzing_filter.lh-af-2026 .af-kind-style li {
  float: none;
  width: auto;
  margin: 0;
}

#amazzing_filter.lh-af-2026 .af-kind-style .af-style-label,
#amazzing_filter.lh-af-2026 .af-kind-style .af-textbox-label,
#amazzing_filter.lh-af-2026 .af-kind-style .af-checkbox-label,
#amazzing_filter.lh-af-2026 .af-kind-style .af-radio-label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 8px 12px !important;
  background: #fbf8f4;
  border: 1px solid #eadfd6;
  border-radius: 12px;
  transition: background-color .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

#amazzing_filter.lh-af-2026 .af-kind-style input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

#amazzing_filter.lh-af-2026 .af-kind-style .name {
  display: block;
  flex: 1 1 auto;
  padding: 0;
  font-size: 13px;
  line-height: 1.2;
  color: #59483c;
}

#amazzing_filter.lh-af-2026 .af-kind-style .count {
  display: none;
}

#amazzing_filter.lh-af-2026 .af-kind-style .af-style-chip {
  position: relative;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 9px;
  background: #efe4da;
  border: 1px solid rgba(130, 96, 73, .12);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.35);
}

#amazzing_filter.lh-af-2026 .af-kind-style .af-style-glyph,
#amazzing_filter.lh-af-2026 .af-kind-style .af-style-chip:before,
#amazzing_filter.lh-af-2026 .af-kind-style .af-style-chip:after {
  position: absolute;
  content: '';
}

#amazzing_filter.lh-af-2026 .af-kind-style .af-style-chip.style-colorful:before { inset: 4px; border-radius: 50%; background: linear-gradient(135deg,#db776b 0%,#d8bf5d 25%,#7eb57b 50%,#7e98c6 75%,#c28dbe 100%); }
#amazzing_filter.lh-af-2026 .af-kind-style .af-style-chip.style-boho:before { left: 10px; top: 4px; width: 2px; height: 14px; background: #9a7459; border-radius: 2px; transform: rotate(-20deg); }
#amazzing_filter.lh-af-2026 .af-kind-style .af-style-chip.style-boho:after { left: 7px; top: 7px; width: 10px; height: 10px; border-radius: 10px 0 10px 0; border: 2px solid #9a7459; border-left-color: transparent; border-bottom-color: transparent; transform: rotate(-18deg); }
#amazzing_filter.lh-af-2026 .af-kind-style .af-style-chip.style-brocante:before,
#amazzing_filter.lh-af-2026 .af-kind-style .af-style-chip.style-shabby:before,
#amazzing_filter.lh-af-2026 .af-kind-style .af-style-chip.style-romantic:before { content: '✿'; inset: 0; font-size: 14px; line-height: 22px; text-align: center; color: #9b7357; }
#amazzing_filter.lh-af-2026 .af-kind-style .af-style-chip.style-etno:before { left: 5px; top: 5px; width: 14px; height: 14px; background: repeating-linear-gradient(45deg,#9a7458 0 2px,#efe4da 2px 4px); border-radius: 4px; }
#amazzing_filter.lh-af-2026 .af-kind-style .af-style-chip.style-glamour:before { content: '✦'; inset: 0; font-size: 15px; line-height: 22px; text-align: center; color: #b89352; }
#amazzing_filter.lh-af-2026 .af-kind-style .af-style-chip.style-industrial:before { left: 6px; top: 6px; width: 12px; height: 12px; border: 2px solid #6f6f6f; border-radius: 50%; }
#amazzing_filter.lh-af-2026 .af-kind-style .af-style-chip.style-industrial:after { left: 10px; top: 2px; width: 4px; height: 20px; background: linear-gradient(#6f6f6f,#6f6f6f) center/2px 100% no-repeat; transform: rotate(90deg); }
#amazzing_filter.lh-af-2026 .af-kind-style .af-style-chip.style-minimal:before { left: 7px; top: 7px; width: 10px; height: 10px; border: 2px solid #8e745f; border-radius: 3px; }
#amazzing_filter.lh-af-2026 .af-kind-style .af-style-chip.style-modern:before { left: 5px; top: 11px; width: 14px; height: 2px; background: #8e745f; }
#amazzing_filter.lh-af-2026 .af-kind-style .af-style-chip.style-modern:after { left: 11px; top: 5px; width: 2px; height: 14px; background: #8e745f; }
#amazzing_filter.lh-af-2026 .af-kind-style .af-style-chip.style-nautical:before { content: '⚓'; inset: 0; font-size: 14px; line-height: 22px; text-align: center; color: #6b86ae; }
#amazzing_filter.lh-af-2026 .af-kind-style .af-style-chip.style-retro:before { content: '◔'; inset: 0; font-size: 15px; line-height: 22px; text-align: center; color: #b36a4b; }
#amazzing_filter.lh-af-2026 .af-kind-style .af-style-chip.style-scandi:before { left: 6px; top: 5px; width: 12px; height: 14px; background: linear-gradient(#8b9fb1,#8b9fb1) 50% 100%/2px 6px no-repeat; clip-path: polygon(50% 0, 0 55%, 30% 55%, 30% 100%, 70% 100%, 70% 55%, 100% 55%); }
#amazzing_filter.lh-af-2026 .af-kind-style .af-style-chip.style-country:before { content: '⌂'; inset: 0; font-size: 14px; line-height: 22px; text-align: center; color: #8b745d; }
#amazzing_filter.lh-af-2026 .af-kind-style .af-style-chip.style-vintage:before { content: '◌'; inset: 0; font-size: 17px; line-height: 22px; text-align: center; color: #9b7c63; }

#amazzing_filter.lh-af-2026 .af-kind-style li:hover label,
#amazzing_filter.lh-af-2026 .af-kind-style li.active label {
  transform: translateY(-1px);
  background: #f6eee7;
  border-color: #d6c2b1;
  box-shadow: 0 4px 12px rgba(84, 57, 39, .08);
}

#amazzing_filter.lh-af-2026 .af-kind-style li.active .af-style-chip {
  background: #e7d7c9;
  border-color: #cfb7a2;
}

#amazzing_filter.lh-af-2026 .af-kind-style li.active .name,
#amazzing_filter.lh-af-2026 .af-kind-style li:hover .name {
  color: #523b2d;
}

@media (max-width: 1190px) {
  #amazzing_filter.lh-af-2026 .af-kind-style ul {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   LAHOME FILTER 2026 - visual refinement 2026-08-21
   Colors: swatches only / Brands: 2 columns / Styles: compact
   ========================================================= */

/* BARVY - pouze barevná kolečka, bez textu pod nimi */
#amazzing_filter.lh-af-2026 .af-kind-color .af-inline-colors {
  grid-template-columns: repeat(6, 30px) !important;
  justify-content: start;
  gap: 9px 10px !important;
}

#amazzing_filter.lh-af-2026 .af-kind-color .af-inline-colors li {
  width: 30px !important;
  min-width: 30px !important;
}

#amazzing_filter.lh-af-2026 .af-kind-color .af-inline-colors .af-color-label {
  display: flex !important;
  width: 30px !important;
  min-width: 30px !important;
  min-height: 30px !important;
  height: 30px !important;
  padding: 0 !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  cursor: pointer;
}

#amazzing_filter.lh-af-2026 .af-kind-color .af-inline-colors .name,
#amazzing_filter.lh-af-2026 .af-kind-color .af-inline-colors .count {
  display: none !important;
}

#amazzing_filter.lh-af-2026 .af-kind-color .af-color-box,
#amazzing_filter.lh-af-2026 .af-kind-color li.active .af-color-box {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  margin: 0 !important;
  border-radius: 50% !important;
}

/* ZNAČKY - dvě vedle sebe */
#amazzing_filter.lh-af-2026 .af-kind-brand > .af_filter_content > ul,
#amazzing_filter.lh-af-2026 .af-kind-brand .af_filter_content > ul {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 6px 7px !important;
  width: 100% !important;
}

#amazzing_filter.lh-af-2026 .af-kind-brand li {
  float: none !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

#amazzing_filter.lh-af-2026 .af-kind-brand li label {
  display: flex !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 31px !important;
  padding: 5px 6px !important;
  border: 1px solid #e6d9ce !important;
  border-radius: 8px !important;
  background: #fff !important;
  overflow: hidden !important;
}

#amazzing_filter.lh-af-2026 .af-kind-brand li .name {
  display: block !important;
  min-width: 0 !important;
  padding-left: 5px !important;
  font-size: 11px !important;
  line-height: 1.15 !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
}

#amazzing_filter.lh-af-2026 .af-kind-brand li .count {
  flex: 0 0 auto;
  margin-left: 4px !important;
  padding-left: 0 !important;
  font-size: 9px !important;
}

#amazzing_filter.lh-af-2026 .af-kind-brand li:hover label,
#amazzing_filter.lh-af-2026 .af-kind-brand li.active label {
  background: #f7f0e9 !important;
  border-color: #d8c5b5 !important;
}

/* STYLY - menší odsazení, vyšší rámeček a text vždy uvnitř */
#amazzing_filter.lh-af-2026 .af-kind-style ul {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 5px 6px !important;
}

#amazzing_filter.lh-af-2026 .af-kind-style li {
  min-width: 0 !important;
}

#amazzing_filter.lh-af-2026 .af-kind-style .af-style-label,
#amazzing_filter.lh-af-2026 .af-kind-style .af-textbox-label,
#amazzing_filter.lh-af-2026 .af-kind-style .af-checkbox-label,
#amazzing_filter.lh-af-2026 .af-kind-style .af-radio-label {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 50px !important;
  padding: 5px 7px !important;
  gap: 6px !important;
  align-items: center !important;
  overflow: hidden !important;
  border-radius: 9px !important;
}

#amazzing_filter.lh-af-2026 .af-kind-style .af-style-chip {
  flex: 0 0 22px !important;
  width: 22px !important;
  height: 22px !important;
  border-radius: 7px !important;
  background: #eadfd5 !important;
  border-color: #d6c2b1 !important;
}

#amazzing_filter.lh-af-2026 .af-kind-style .name {
  display: block !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  padding: 0 !important;
  font-size: 10.5px !important;
  line-height: 1.15 !important;
  color: #59483c !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
}

/* všechny ikonky ve stylu mají jednotnou barvu */
#amazzing_filter.lh-af-2026 .af-kind-style .af-style-chip:before,
#amazzing_filter.lh-af-2026 .af-kind-style .af-style-chip:after {
  color: #8f684e !important;
  border-color: #8f684e !important;
}

#amazzing_filter.lh-af-2026 .af-kind-style .af-style-chip.style-colorful:before {
  background: #8f684e !important;
}

#amazzing_filter.lh-af-2026 .af-kind-style .af-style-chip.style-boho:before,
#amazzing_filter.lh-af-2026 .af-kind-style .af-style-chip.style-modern:before,
#amazzing_filter.lh-af-2026 .af-kind-style .af-style-chip.style-modern:after {
  background: #8f684e !important;
}

#amazzing_filter.lh-af-2026 .af-kind-style .af-style-chip.style-boho:after,
#amazzing_filter.lh-af-2026 .af-kind-style .af-style-chip.style-industrial:before,
#amazzing_filter.lh-af-2026 .af-kind-style .af-style-chip.style-minimal:before {
  border-color: #8f684e !important;
}

#amazzing_filter.lh-af-2026 .af-kind-style .af-style-chip.style-industrial:after {
  background: linear-gradient(#8f684e,#8f684e) center/2px 100% no-repeat !important;
}

#amazzing_filter.lh-af-2026 .af-kind-style .af-style-chip.style-etno:before {
  background: repeating-linear-gradient(45deg,#8f684e 0 2px,#eadfd5 2px 4px) !important;
}

#amazzing_filter.lh-af-2026 .af-kind-style .af-style-chip.style-scandi:before {
  background: linear-gradient(#8f684e,#8f684e) 50% 100%/2px 6px no-repeat !important;
}

#amazzing_filter.lh-af-2026 .af-kind-style li.active .af-style-chip {
  background: #dfcdbc !important;
  border-color: #c9ad96 !important;
}

@media (max-width: 1190px) {
  #amazzing_filter.lh-af-2026 .af-kind-brand > .af_filter_content > ul,
  #amazzing_filter.lh-af-2026 .af-kind-brand .af_filter_content > ul,
  #amazzing_filter.lh-af-2026 .af-kind-style ul {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 420px) {
  #amazzing_filter.lh-af-2026 .af-kind-style ul {
    grid-template-columns: 1fr !important;
  }
}

/* =========================================================
   LAHOME FILTER 2026 - HOTFIX BARVY 2026-08-21
   - bez rámečku kolem koleček
   - bez aktivního vnějšího kroužku
   - 5 koleček na řádek, aby nic nepřetékalo
   ========================================================= */

#amazzing_filter.lh-af-2026 .af-kind-color .af-inline-colors {
  display: grid !important;
  grid-template-columns: repeat(5, 28px) !important;
  justify-content: start !important;
  align-items: center !important;
  column-gap: 9px !important;
  row-gap: 9px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 3px 0 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

#amazzing_filter.lh-af-2026 .af-kind-color .af-inline-colors li {
  display: block !important;
  float: none !important;
  width: 28px !important;
  min-width: 28px !important;
  max-width: 28px !important;
  height: 28px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

#amazzing_filter.lh-af-2026 .af-kind-color .af-inline-colors .af-color-label {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 28px !important;
  min-width: 28px !important;
  max-width: 28px !important;
  height: 28px !important;
  min-height: 28px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

#amazzing_filter.lh-af-2026 .af-kind-color .af-color-box,
#amazzing_filter.lh-af-2026 .af-kind-color li.active .af-color-box {
  display: block !important;
  position: relative !important;
  width: 26px !important;
  min-width: 26px !important;
  max-width: 26px !important;
  height: 26px !important;
  min-height: 26px !important;
  max-height: 26px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 50% !important;
  box-shadow: none !important;
  overflow: hidden !important;
  transform: none !important;
}

/* odstranění původního kruhového rámečku aktivní barvy */
#amazzing_filter.lh-af-2026 .af-kind-color .af-color-box:after,
#amazzing_filter.lh-af-2026 .af-kind-color li.active .af-color-box:after {
  content: none !important;
  display: none !important;
  border: 0 !important;
}

/* odstranění případné čáry přes nedostupnou barvu */
#amazzing_filter.lh-af-2026 .af-kind-color .af-color-box:before {
  max-width: 24px !important;
}

/* jemná odezva bez zvětšování mimo grid */
#amazzing_filter.lh-af-2026 .af-kind-color .af-inline-colors li:hover .af-color-box {
  transform: scale(.94) !important;
  opacity: .82;
}

/* aktivní kolečko rozlišíme pouze nenápadným insetem, bez vnějšího rámečku */
#amazzing_filter.lh-af-2026 .af-kind-color .af-inline-colors li.active .af-color-box {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.75) !important;
}

/* menší šířky */
@media (max-width: 1199px) {
  #amazzing_filter.lh-af-2026 .af-kind-color .af-inline-colors {
    grid-template-columns: repeat(5, 26px) !important;
    column-gap: 7px !important;
  }

  #amazzing_filter.lh-af-2026 .af-kind-color .af-inline-colors li,
  #amazzing_filter.lh-af-2026 .af-kind-color .af-inline-colors .af-color-label {
    width: 26px !important;
    min-width: 26px !important;
    max-width: 26px !important;
    height: 26px !important;
    min-height: 26px !important;
  }

  #amazzing_filter.lh-af-2026 .af-kind-color .af-color-box,
  #amazzing_filter.lh-af-2026 .af-kind-color li.active .af-color-box {
    width: 24px !important;
    min-width: 24px !important;
    max-width: 24px !important;
    height: 24px !important;
    min-height: 24px !important;
    max-height: 24px !important;
  }
}

/* =========================================================
   LAHOME FILTER 2026 - DOLADĚNÍ BARVY + STYLY
   2026-08-21
   ========================================================= */

/* BARVY --------------------------------------------------- */

/* Neaktivní kolečka: jemný okraj - bílá je díky němu viditelná */
#amazzing_filter.lh-af-2026 .af-kind-color .af-inline-colors li:not(.active) .af-color-box {
  border: 1px solid rgba(91, 72, 58, .24) !important;
  box-shadow: none !important;
}

/* Aktivní barva: výrazný dvojitý prstenec */
#amazzing_filter.lh-af-2026 .af-kind-color .af-inline-colors li.active .af-color-box {
  border: 1px solid rgba(91, 72, 58, .34) !important;
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #9a7459 !important;
  transform: scale(.88) !important;
  opacity: 1 !important;
  overflow: visible !important;
}

/* Aktivní stav nepoužívá původní :after modulu */
#amazzing_filter.lh-af-2026 .af-kind-color .af-inline-colors li.active .af-color-box:after {
  content: none !important;
  display: none !important;
}

/* Hover nepřebije aktivní zvýraznění */
#amazzing_filter.lh-af-2026 .af-kind-color .af-inline-colors li:not(.active):hover .af-color-box {
  transform: scale(.94) !important;
  border-color: rgba(91, 72, 58, .42) !important;
}

#amazzing_filter.lh-af-2026 .af-kind-color .af-inline-colors li.active:hover .af-color-box {
  transform: scale(.88) !important;
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #8b6249 !important;
}


/* STYLY --------------------------------------------------- */

/* Menší vnitřní odsazení, ikonka blíž k levému okraji */
#amazzing_filter.lh-af-2026 .af-kind-style .af-style-label,
#amazzing_filter.lh-af-2026 .af-kind-style .af-textbox-label,
#amazzing_filter.lh-af-2026 .af-kind-style .af-checkbox-label,
#amazzing_filter.lh-af-2026 .af-kind-style .af-radio-label {
  gap: 6px !important;
  min-height: 40px !important;
  padding: 5px 7px !important;
}

/* Ikonový čtverec menší a blíž k okraji */
#amazzing_filter.lh-af-2026 .af-kind-style .af-style-chip {
  position: relative !important;
  display: block !important;
  flex: 0 0 22px !important;
  width: 22px !important;
  min-width: 22px !important;
  max-width: 22px !important;
  height: 22px !important;
  min-height: 22px !important;
  max-height: 22px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 7px !important;
}

/* Všechny textové symboly přesně doprostřed */
#amazzing_filter.lh-af-2026 .af-kind-style .style-brocante:before,
#amazzing_filter.lh-af-2026 .af-kind-style .style-shabby:before,
#amazzing_filter.lh-af-2026 .af-kind-style .style-romantic:before,
#amazzing_filter.lh-af-2026 .af-kind-style .style-glamour:before,
#amazzing_filter.lh-af-2026 .af-kind-style .style-nautical:before,
#amazzing_filter.lh-af-2026 .af-kind-style .style-retro:before,
#amazzing_filter.lh-af-2026 .af-kind-style .style-country:before,
#amazzing_filter.lh-af-2026 .af-kind-style .style-vintage:before {
  inset: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  line-height: 1 !important;
  text-align: center !important;
}

/* Barevný styl - kruh přesně na středu */
#amazzing_filter.lh-af-2026 .af-kind-style .style-colorful:before {
  left: 50% !important;
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  width: 13px !important;
  height: 13px !important;
  inset: auto !important;
  transform: translate(-50%, -50%) !important;
}

/* Boho */
#amazzing_filter.lh-af-2026 .af-kind-style .style-boho:before {
  left: 50% !important;
  top: 50% !important;
  width: 2px !important;
  height: 13px !important;
  transform: translate(-50%, -50%) rotate(-20deg) !important;
}

#amazzing_filter.lh-af-2026 .af-kind-style .style-boho:after {
  left: 50% !important;
  top: 50% !important;
  width: 9px !important;
  height: 9px !important;
  transform: translate(-50%, -50%) rotate(-18deg) !important;
}

/* Etno */
#amazzing_filter.lh-af-2026 .af-kind-style .style-etno:before {
  left: 50% !important;
  top: 50% !important;
  width: 13px !important;
  height: 13px !important;
  transform: translate(-50%, -50%) !important;
}

/* Industriální */
#amazzing_filter.lh-af-2026 .af-kind-style .style-industrial:before {
  left: 50% !important;
  top: 50% !important;
  width: 11px !important;
  height: 11px !important;
  transform: translate(-50%, -50%) !important;
}

#amazzing_filter.lh-af-2026 .af-kind-style .style-industrial:after {
  left: 50% !important;
  top: 50% !important;
  width: 14px !important;
  height: 2px !important;
  transform: translate(-50%, -50%) !important;
  background: #8f6b52 !important;
}

/* Minimal */
#amazzing_filter.lh-af-2026 .af-kind-style .style-minimal:before {
  left: 50% !important;
  top: 50% !important;
  width: 10px !important;
  height: 10px !important;
  transform: translate(-50%, -50%) !important;
}

/* Modern */
#amazzing_filter.lh-af-2026 .af-kind-style .style-modern:before {
  left: 50% !important;
  top: 50% !important;
  width: 13px !important;
  height: 2px !important;
  transform: translate(-50%, -50%) !important;
}

#amazzing_filter.lh-af-2026 .af-kind-style .style-modern:after {
  left: 50% !important;
  top: 50% !important;
  width: 2px !important;
  height: 13px !important;
  transform: translate(-50%, -50%) !important;
}

/* Skandinávský */
#amazzing_filter.lh-af-2026 .af-kind-style .style-scandi:before {
  left: 50% !important;
  top: 50% !important;
  width: 12px !important;
  height: 13px !important;
  transform: translate(-50%, -50%) !important;
}

/* Text názvu má maximum prostoru v kartě */
#amazzing_filter.lh-af-2026 .af-kind-style .name {
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.15 !important;
}

/* =========================================================
   LAHOME FILTER 2026 - STYLY IKONY JEŠTĚ BLÍŽ K OKRAJI
   ========================================================= */

#amazzing_filter.lh-af-2026 .af-kind-style .af-style-label,
#amazzing_filter.lh-af-2026 .af-kind-style .af-textbox-label,
#amazzing_filter.lh-af-2026 .af-kind-style .af-checkbox-label,
#amazzing_filter.lh-af-2026 .af-kind-style .af-radio-label {
  padding-left: 3px !important;
  padding-right: 6px !important;
  gap: 5px !important;
}

#amazzing_filter.lh-af-2026 .af-kind-style .af-style-chip {
  margin-left: 0 !important;
  transform: translateX(-1px);
}

#amazzing_filter.lh-af-2026 .af-kind-style .name {
  padding-left: 0 !important;
  margin-left: 0 !important;
}
