.kda-woo-archive,
.kda-woo-archive * {
  box-sizing: border-box;
}

.kda-woo-archive {
  --kda-orange: #ff7a00;
  --kda-orange-dark: #d86100;
  --kda-black: #121212;
  --kda-text: #222;
  --kda-muted: #666;
  --kda-line: #ece6dc;
  --kda-cream: #fbf3e8;
  --kda-paper: #fffaf3;
  --kda-soft: #f7efe3;
  --kda-white: #fff;
  --kda-shadow: 0 18px 44px rgba(48, 31, 12, .10);
  color: var(--kda-text);
}

.kda-woo-archive a {
  text-decoration: none;
}

.kda-woo-archive {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto 60px;
}

.kda-woo-hero {
  position: relative;
  overflow: hidden;
  border-radius: 42px;
  background: var(--kda-paper);
  border: 1px solid var(--kda-line);
  box-shadow: var(--kda-shadow);
  padding: clamp(26px, 4vw, 48px);
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 28px;
  align-items: center;
}

.kda-woo-hero:before,
.kda-woo-hero:after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.kda-woo-hero:before {
  width: 620px;
  height: 150px;
  right: -130px;
  bottom: 24px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255,122,0,.12) 20%,
    rgba(255,122,0,.58) 55%,
    rgba(255,122,0,.20) 100%
  );
  transform: rotate(-12deg);
  border-radius: 999px 40px 999px 70px;
  filter: saturate(1.05);
}

.kda-woo-hero:after {
  width: 520px;
  height: 120px;
  left: -130px;
  top: -36px;
  background: rgba(255,255,255,.72);
  border-bottom: 1px solid rgba(122, 93, 62, .12);
  border-radius: 0 0 55% 45%;
  transform: rotate(-5deg);
}

.kda-woo-hero-content,
.kda-woo-hero-visual {
  position: relative;
  z-index: 2;
}

.kda-woo-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255,122,0,.12);
  color: var(--kda-orange-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.kda-woo-kicker-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--kda-orange);
  box-shadow: 0 0 0 5px rgba(255,122,0,.12);
}

.kda-woo-hero h1 {
  margin: 16px 0 0;
  max-width: 780px;
  font-size: clamp(38px, 5.1vw, 68px);
  line-height: .98;
  letter-spacing: -.06em;
  color: var(--kda-black);
}

.kda-woo-hero p {
  margin: 16px 0 0;
  max-width: 720px;
  color: #5f5143;
  line-height: 1.72;
  font-size: 17px;
}

.kda-woo-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.kda-woo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 19px;
  border-radius: 999px;
  font-weight: 900;
  border: 1px solid transparent;
  transition: .2s ease;
  white-space: nowrap;
}

.kda-woo-btn.primary {
  background: var(--kda-orange);
  color: #fff;
  box-shadow: 0 14px 26px rgba(255,122,0,.26);
}

.kda-woo-btn.secondary {
  background: rgba(255,255,255,.8);
  color: #2a241f;
  border-color: #eadfd1;
}

.kda-woo-btn:hover {
  transform: translateY(-2px);
}

.kda-woo-hero-visual {
  min-height: 270px;
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.82), rgba(255,246,232,.72)),
    radial-gradient(circle at 80% 20%, rgba(255,122,0,.24), transparent 34%);
  border: 1px solid rgba(255,255,255,.8);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.42), 0 18px 42px rgba(61, 36, 7, .10);
  padding: 18px;
  display: grid;
  align-items: end;
  overflow: hidden;
  position: relative;
}

.kda-woo-product-mock {
  position: relative;
  margin: 0 auto;
  width: min(360px, 100%);
  aspect-ratio: 1 / .72;
  border-radius: 30px;
  background: #111;
  box-shadow: 0 24px 42px rgba(0,0,0,.20);
  overflow: hidden;
  transform: rotate(-2deg);
}

.kda-woo-product-mock img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: .96;
}

.kda-woo-product-badge {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 9px 12px;
  border-radius: 999px;
  background: #fff;
  color: #1f1b17;
  font-weight: 900;
  font-size: 13px;
  box-shadow: 0 12px 22px rgba(0,0,0,.16);
}

.kda-woo-subcats {
  margin-top: 24px;
}

.kda-woo-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

.kda-woo-section-head h2 {
  margin: 0;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.05;
  letter-spacing: -.045em;
  color: var(--kda-black);
}

.kda-woo-section-head p {
  margin: 0;
  max-width: 520px;
  color: var(--kda-muted);
  line-height: 1.55;
  font-size: 14px;
}

.kda-woo-subcat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.tax-product_cat a.kda-woo-btn.primary {
    border: 2px solid black !important;
}
.kda-woo-subcat-card {
  position: relative;
  min-height: 225px;
  border-radius: 26px;
  overflow: hidden;
  background: #111;
  box-shadow: 0 12px 28px rgba(0,0,0,.08);
  isolation: isolate;
}

.kda-woo-subcat-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  transition: .25s ease;
}

.kda-woo-subcat-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.35));
  z-index: -1;
}

.kda-woo-subcat-card:hover img {
  transform: scale(1.04);
}

.kda-woo-subcat-card span {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  color: #fff;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -.03em;
}

.kda-woo-cta {
  margin-top: 22px;
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  background: #141414;
  color: #fff;
  box-shadow: var(--kda-shadow);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 24px;
}

.kda-woo-cta:before {
  content: "";
  position: absolute;
  right: -120px;
  top: -70px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(255,122,0,.9);
}

.kda-woo-cta:after {
  content: "";
  position: absolute;
  left: 44%;
  top: -60px;
  width: 260px;
  height: 120px;
  background: rgba(255,255,255,.06);
  transform: rotate(-12deg);
  border-radius: 999px;
}

.kda-woo-cta-content,
.kda-woo-cta .kda-woo-btn {
  position: relative;
  z-index: 2;
}

.kda-woo-cta h2 {
  margin: 0;
  font-size: clamp(24px, 3.2vw, 38px);
  line-height: 1.03;
  letter-spacing: -.045em;
  color: #fff;
}

.kda-woo-cta p {
  margin: 8px 0 0;
  max-width: 780px;
  color: rgba(255,255,255,.82);
  line-height: 1.62;
}

.kda-woo-shop-layout {
  margin-top: 26px;
  display: grid;
  grid-template-columns: 282px 1fr;
  gap: 20px;
  align-items: start;
}

.kda-woo-sidebar {

  top: 20px;
  border-radius: 30px;
  padding: 18px;
  border: 1px solid var(--kda-line);
  background: rgba(255,255,255,.82);
  box-shadow: 0 12px 30px rgba(48,31,12,.06);
}

.kda-woo-sidebar-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  font-weight: 900;
  font-size: 19px;
  letter-spacing: -.03em;
}

.kda-woo-sidebar-title small {
  color: var(--kda-orange-dark);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.kda-woo-cat-menu {
  display: grid;
  gap: 7px;
}

.kda-woo-cat-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 12px;
  border-radius: 16px;
  color: #3c332a;
  background: transparent;
  font-weight: 800;
  transition: .18s ease;
}

.kda-woo-cat-menu a small {
  color: #948575;
  font-weight: 800;
}

.kda-woo-cat-menu a.child {
  margin-left: 12px;
  padding-left: 14px;
  font-size: 14px;
  background: rgba(255,255,255,.55);
}

.kda-woo-cat-menu a.active,
.kda-woo-cat-menu a:hover {
  background: rgba(255,122,0,.12);
  color: var(--kda-orange-dark);
}

.kda-woo-cat-menu a.active small,
.kda-woo-cat-menu a:hover small {
  color: var(--kda-orange-dark);
}

.kda-woo-products-area {
  min-width: 0;
}

.kda-woo-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid var(--kda-line);
  border-radius: 24px;
  background: rgba(255,255,255,.82);
  margin-bottom: 16px;
}

.kda-woo-toolbar .woocommerce-result-count {
  margin: 0;
  color: #2b251f;
  font-size: 15px;
  font-weight: 800;
}

.kda-woo-toolbar .woocommerce-ordering {
  margin: 0;
}

.kda-woo-toolbar select {
  border: 1px solid #e5dacd;
  background: #fff;
  padding: 10px 12px;
  border-radius: 999px;
  color: #3b332b;
  font-weight: 700;
}

.kda-woo-products-area ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.kda-woo-products-area ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  float: none !important;
  clear: none !important;
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  border: 1px solid var(--kda-line);
  box-shadow: 0 10px 28px rgba(48,31,12,.06);
  transition: .22s ease;
  padding-bottom: 14px !important;
}

.kda-woo-products-area ul.products li.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(48,31,12,.10);
}

.kda-woo-products-area ul.products li.product img {
  width: 100% !important;
  aspect-ratio: 1 / .88;
  object-fit: cover;
  margin: 0 !important;
  background: #f4eadc;
}

.kda-woo-products-area ul.products li.product .woocommerce-loop-product__title {
  padding: 14px 16px 0 !important;
  margin: 0 !important;
  font-size: 18px !important;
  line-height: 1.18 !important;
  letter-spacing: -.03em;
  color: #211c17;
}

.kda-woo-products-area ul.products li.product .price {
  display: block;
  padding: 8px 16px 0 !important;
  margin: 0 !important;
  font-weight: 950 !important;
  color: #171717 !important;
  font-size: 17px !important;
}

.kda-woo-products-area ul.products li.product .button {
  margin: 13px 16px 0 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 10px 14px !important;
  border-radius: 999px !important;
  background: #111 !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.kda-woo-seo-text {
  margin-top: 28px;
  padding: 24px;
  border-radius: 30px;
  background: rgba(255,255,255,.82);
  border: 1px solid var(--kda-line);
  color: #5b5046;
  line-height: 1.72;
}

.kda-woo-seo-text h2 {
  margin: 0 0 10px;
  color: #1d1915;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -.04em;
}

.kda-woo-empty {
  margin-top: 26px;
  padding: 28px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid var(--kda-line);
}

@media (max-width: 1050px) {
  .kda-woo-hero,
  .kda-woo-shop-layout,
  .kda-woo-cta {
    grid-template-columns: 1fr;
  }

  .kda-woo-sidebar {
    position: relative;
    top: auto;
  }

  .kda-woo-cat-menu {
    grid-template-columns: repeat(2, 1fr);
  }

  .kda-woo-subcat-grid,
  .kda-woo-products-area ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 680px) {
  .kda-woo-archive {
    width: min(100% - 24px, 1240px);
  }

  .kda-woo-hero {
    border-radius: 30px;
    padding: 22px;
  }

  .kda-woo-hero-visual {
    min-height: 210px;
    border-radius: 24px;
  }

  .kda-woo-subcat-grid,
  .kda-woo-products-area ul.products,
  .kda-woo-cat-menu {
    grid-template-columns: 1fr !important;
  }

  .kda-woo-subcat-card {
    min-height: 132px;
  }

  .kda-woo-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .kda-woo-toolbar select {
    width: 100%;
  }

  .kda-woo-cta {
    padding: 20px;
    border-radius: 26px;
  }
}


/* KDA WooCommerce archive javítások – Anvogue wrapper és szélesség fix */

.kda-woo-page {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 42px 0 70px;
  background:
    radial-gradient(circle at 88% 8%, rgba(255,122,0,.08), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #fffaf4 44%, #ffffff 100%);
}

/* Eltünteti az Anvogue / WooCommerce régi kategória fejlécsávját, ha még valahol betöltődik */
.page-title,
.woocommerce-products-header,
.woocommerce-products-header__title,
.product-archive-heading,
.breadcrumb-area,
.breadcrumb,
.woocommerce-breadcrumb,
.shop-breadcrumb,
.archive-title,
.heading-page,
.page-heading,
.page-title-wrapper,
.anvogue-breadcrumb,
.anvogue-page-title {
  display: none !important;
}

/* Szélesebb új KDA tartalom */
.kda-woo-archive {
  width: min(1520px, calc(100% - 56px)) !important;
  max-width: 1520px !important;
  margin: 0 auto 70px !important;
}

/* Hero legyen szélesebb és látványosabb */
.kda-woo-hero {
  width: 100%;
  max-width: none;
}

/* A belső terméklista is használja ki jobban a helyet */
.kda-woo-shop-layout {
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 24px;
}

/* CTA gombok erősebb felülírása, hogy az Anvogue ne feketézze le */
.kda-woo-archive .kda-woo-btn,
.kda-woo-archive a.kda-woo-btn,
.kda-woo-archive .kda-woo-btn.primary,
.kda-woo-archive a.kda-woo-btn.primary {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  padding: 13px 22px !important;
  border-radius: 999px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  border: 1px solid transparent !important;
  box-shadow: 0 14px 26px rgba(255,122,0,.26) !important;
}

.kda-woo-archive .kda-woo-btn.primary,
.kda-woo-archive a.kda-woo-btn.primary {
  background: #ff7a00 !important;
  color: #ffffff !important;
}

.kda-woo-archive .kda-woo-btn.secondary,
.kda-woo-archive a.kda-woo-btn.secondary {
  background: rgba(255,255,255,.86) !important;
  color: #2a241f !important;
  border-color: #eadfd1 !important;
  box-shadow: none !important;
}

/* CTA blokk gombjának javítása */
.kda-woo-cta {
  grid-template-columns: minmax(0, 1fr) auto;
}

.kda-woo-cta .kda-woo-btn {
  white-space: nowrap;
}

/* Ha az Anvogue konténer még kívülről szűkítene, ezt is lazítjuk */
body.tax-product_cat .container,
body.tax-product_cat .site-content,
body.tax-product_cat .content-area,
body.tax-product_cat .main-content,
body.tax-product_cat #primary,
body.tax-product_cat .woocommerce {
  max-width: none !important;
}

/* Termékrács szélesebb oldalon 4 oszlopos legyen */
@media (min-width: 1280px) {
  .kda-woo-products-area ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

/* Laptop / kisebb desktop */
@media (max-width: 1279px) {
  .kda-woo-archive {
    width: min(1240px, calc(100% - 40px)) !important;
  }

  .kda-woo-shop-layout {
    grid-template-columns: 282px minmax(0, 1fr);
  }

  .kda-woo-products-area ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

/* Tablet */
@media (max-width: 1050px) {
  .kda-woo-page {
    padding-top: 28px;
  }

  .kda-woo-archive {
    width: min(100% - 32px, 1240px) !important;
  }

  .kda-woo-shop-layout {
    grid-template-columns: 1fr;
  }

  .kda-woo-products-area ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Mobil */
@media (max-width: 680px) {
  .kda-woo-page {
    padding-top: 18px;
  }

  .kda-woo-archive {
    width: min(100% - 24px, 1240px) !important;
  }

  .kda-woo-products-area ul.products {
    grid-template-columns: 1fr !important;
  }

  .kda-woo-cta {
    grid-template-columns: 1fr;
  }

  .kda-woo-cta .kda-woo-btn {
    width: 100%;
  }
}

/* KDA kategória oldalsáv – új, designosabb verzió */

.kda-woo-sidebar {
  border-radius: 32px;
  padding: 18px;
  border: 1px solid #ece6dc;
  background:
    linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,250,243,.88)),
    radial-gradient(circle at 100% 0%, rgba(255,122,0,.10), transparent 34%);
  box-shadow: 0 16px 34px rgba(48,31,12,.08);
}

.kda-woo-sidebar-title {
  position: relative;
  display: block;
  margin-bottom: 16px;
  padding: 4px 2px 14px;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: -.045em;
  color: #15110d;
  border-bottom: 1px solid rgba(115, 85, 52, .12);
}

.kda-woo-sidebar-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 58px;
  height: 4px;
  border-radius: 999px;
  background: #ff7a00;
}

.kda-woo-sidebar-title small {
  display: none !important;
}

.kda-woo-cat-menu-v2 {
  display: grid;
  gap: 10px;
}

.kda-woo-cat-group-item {
  display: grid;
  gap: 7px;
}

.kda-woo-cat-parent {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 13px;
  border-radius: 18px;
  background: rgba(255,255,255,.70);
  border: 1px solid rgba(236,230,220,.90);
  color: #2b241d;
  font-weight: 900;
  transition: .2s ease;
}

.kda-woo-cat-parent:hover,
.kda-woo-cat-parent.active {
  background: rgba(255,122,0,.12);
  border-color: rgba(255,122,0,.26);
  color: #d86100;
  transform: translateX(2px);
}

.kda-woo-cat-main {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.kda-woo-cat-icon {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgba(255,122,0,.28);
  box-shadow: inset 0 0 0 3px #ff7a00;
  flex: 0 0 auto;
}

.kda-woo-cat-label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.kda-woo-cat-parent small,
.kda-woo-cat-child small {
  flex: 0 0 auto;
  min-width: 28px;
  height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff4e8;
  color: #c65c00;
  font-size: 12px;
  font-weight: 950;
}

.kda-woo-cat-children {
  display: grid;
  gap: 6px;
  margin-left: 12px;
  padding: 5px 0 5px 13px;
  border-left: 2px solid rgba(255,122,0,.22);
}

.kda-woo-cat-child {
  position: relative;
  display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  padding: 10px 11px;
  border-radius: 15px;
  background: rgba(255,255,255,.58);
  border: 1px solid rgba(236,230,220,.70);
  color: #5b4d3f;
  font-size: 14px;
  font-weight: 850;
  transition: .2s ease;
}

.kda-woo-cat-child:hover,
.kda-woo-cat-child.active {
  background: #fff3e4;
  border-color: rgba(255,122,0,.30);
  color: #d86100;
  transform: translateX(2px);
}

.kda-woo-cat-child-marker {
  width: 18px;
  height: 18px;
  border-radius: 7px;
  background: rgba(255,122,0,.12);
  border: 1px solid rgba(255,122,0,.24);
  position: relative;
}

.kda-woo-cat-child-marker:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ff7a00;
}

.kda-woo-cat-child.active .kda-woo-cat-child-marker {
  background: #ff7a00;
  border-color: #ff7a00;
}

.kda-woo-cat-child.active .kda-woo-cat-child-marker:after {
  background: #fff;
}

/* Ne keveredjen a régi sidebar link designnal */
.kda-woo-cat-menu-v2 > a {
  display: none;
}

/* Mobil / tablet oldalsáv */
@media (max-width: 1050px) {
  .kda-woo-cat-menu-v2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kda-woo-cat-children {
    margin-left: 0;
  }
}

@media (max-width: 680px) {
  .kda-woo-sidebar {
    border-radius: 26px;
    padding: 16px;
  }

  .kda-woo-sidebar-title {
    font-size: 20px;
  }

  .kda-woo-cat-menu-v2 {
    grid-template-columns: 1fr;
  }

  .kda-woo-cat-parent {
    padding: 12px;
  }

  .kda-woo-cat-child {
    font-size: 13px;
  }
}

/* =========================================================
   KDA WooCommerce archív v2 – oldalsáv szűrők, 4 oszlop, mobil toggle
   ========================================================= */

.kda-woo-shop-layout {
  grid-template-columns: 320px minmax(0, 1fr) !important;
  gap: 24px !important;
}

.kda-woo-sidebar-inner {
  display: grid;
  gap: 16px;
}

.kda-woo-filter-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.kda-woo-filter-toggle-btn {
  display: none;
}

.kda-woo-filter-box {
  border-radius: 24px;
  padding: 16px;
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(236,230,220,.92);
  box-shadow: 0 8px 22px rgba(48,31,12,.04);
}

.kda-woo-filter-box h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.15;
  letter-spacing: -.035em;
  color: #17120e;
  font-weight: 950;
}

.kda-woo-filter-box p {
  margin: 7px 0 12px;
  color: #75685a;
  line-height: 1.5;
  font-size: 13px;
}

.kda-woo-order-form select,
.kda-woo-sidebar .woocommerce-ordering select {
  width: 100%;
  min-height: 44px;
  border-radius: 999px;
  border: 1px solid #e5dacd;
  background: #fff;
  padding: 10px 14px;
  color: #3b332b;
  font-weight: 850;
  outline: none;
}

.kda-woo-price-widget .widget_price_filter,
.kda-woo-price-widget .woocommerce.widget_price_filter {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.kda-woo-price-widget .price_slider_wrapper {
  margin-top: 16px;
}

.kda-woo-price-widget .ui-slider {
  position: relative;
  height: 8px;
  border-radius: 999px;
  background: #f0e1cf;
  margin: 0 8px 18px;
}

.kda-woo-price-widget .ui-slider-range {
  position: absolute;
  height: 100%;
  border-radius: 999px;
  background: #ff7a00;
}

.kda-woo-price-widget .ui-slider-handle {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #fff;
  border: 4px solid #ff7a00;
  box-shadow: 0 8px 16px rgba(255,122,0,.22);
  cursor: pointer;
}

.kda-woo-price-widget .price_slider_amount {
  display: grid;
  gap: 10px;
}

.kda-woo-price-widget .price_slider_amount .button {
  justify-self: start;
  border-radius: 999px !important;
  background: #111 !important;
  color: #fff !important;
  padding: 10px 15px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  border: 0 !important;
}

.kda-woo-price-widget .price_label {
  color: #4e4338;
  font-weight: 850;
  line-height: 1.45;
}

.kda-woo-category-filter {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

/* Desktopon legyen 4 oszlop a terméklista. */
.kda-woo-products-area ul.products {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body.tax-product_tag .container,
body.tax-product_tag .site-content,
body.tax-product_tag .content-area,
body.tax-product_tag .main-content,
body.tax-product_tag #primary,
body.tax-product_tag .woocommerce,
body.post-type-archive-product .container,
body.post-type-archive-product .site-content,
body.post-type-archive-product .content-area,
body.post-type-archive-product .main-content,
body.post-type-archive-product #primary,
body.post-type-archive-product .woocommerce {
  max-width: none !important;
}

@media (max-width: 1279px) and (min-width: 1051px) {
  .kda-woo-shop-layout {
    grid-template-columns: 300px minmax(0, 1fr) !important;
  }

  .kda-woo-products-area ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 1050px) {
  .kda-woo-shop-layout {
    grid-template-columns: 1fr !important;
  }

  .kda-woo-products-area ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .kda-woo-sidebar {
    position: relative;
    padding: 14px;
    border-radius: 26px;
  }

  .kda-woo-filter-toggle-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 50px;
    border-radius: 18px;
    padding: 12px 14px;
    background: #111;
    color: #fff;
    font-weight: 950;
    cursor: pointer;
  }

  .kda-woo-filter-toggle-btn strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 7px 10px;
    background: #ff7a00;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .04em;
  }

  .kda-woo-sidebar-inner {
    display: none;
    margin-top: 14px;
  }

  .kda-woo-filter-toggle:checked + .kda-woo-filter-toggle-btn + .kda-woo-sidebar-inner {
    display: grid;
  }

  .kda-woo-filter-toggle:checked + .kda-woo-filter-toggle-btn strong {
    font-size: 0;
  }

  .kda-woo-filter-toggle:checked + .kda-woo-filter-toggle-btn strong:after {
    content: "Bezárás";
    font-size: 12px;
  }
}

@media (max-width: 680px) {
  .kda-woo-products-area ul.products {
    grid-template-columns: 1fr !important;
  }

  .kda-woo-filter-box {
    padding: 14px;
    border-radius: 20px;
  }
}
