/**
 * Save All Resources Pro - Beautified Stylesheet
 * Source: https://latif-design.com/wp-content/plugins/jet-woo-builder/assets/css/widgets/global-widgets/jet-woo-categories.css?ver=2.3.4
 * Captured: 2026-09-11T22:29:27.288Z
 */

.jet-woo-categories .jet-woo-category-count__wrap {
  display: block;
  width: 100%;
}

.jet-woo-categories .jet-woo-category-count__wrap .jet-woo-category-count {
  display: inline-block;
}

.jet-woo-categories--preset-1 .jet-woo-categories-thumbnail__wrap {
  position: relative;
}

.jet-woo-categories--preset-1 .jet-woo-categories-thumbnail__wrap .jet-woo-category-count__wrap {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}

.jet-woo-categories--preset-2 .jet-woo-categories-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  max-width: 100%;
  padding: 10px 50px;
  pointer-events: none;
}

.jet-woo-categories--preset-2 .jet-woo-category-count {
  opacity: 0;
}

.jet-woo-categories--preset-2 .jet-woo-categories__item:hover .jet-woo-category-count {
  opacity: 1;
}

.jet-woo-categories--preset-3 .jet-woo-categories__item .jet-woo-categories-content,
.jet-woo-categories--preset-4 .jet-woo-categories__item .jet-woo-categories-content {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  max-width: 100%;
  padding: 10px 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}

.jet-woo-categories--preset-3 .jet-woo-categories__item .jet-woo-categories-title__wrap>* {
  display: inline-block;
}

.jet-woo-categories--preset-3 .jet-woo-categories__item .jet-woo-categories-content .jet-woo-category-excerpt {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.jet-woo-categories--preset-3 .jet-woo-categories__item:hover .jet-woo-categories-content .jet-woo-category-excerpt {
  max-height: 500px;
}

.jet-woo-categories--preset-3 .jet-woo-categories__item:hover .jet-woo-categories-content {
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.jet-woo-categories--preset-4 .jet-woo-categories__item .jet-woo-categories-title__wrap>* {
  display: inline-block;
}

.jet-woo-categories--preset-4 .jet-woo-categories__item .jet-woo-categories-content .jet-woo-category-excerpt {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.jet-woo-categories--preset-5 .jet-woo-categories-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.jet-woo-categories--preset-5 .jet-woo-categories-content .jet-woo-category-content__inner {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.jet-woo-categories--preset-5 .jet-woo-categories-content .jet-woo-category-count__wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.jet-woo-categories .jet-woo-categories__inner-box {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.jet-woo-categories .jet-woo-category-thumbnail {
  overflow: hidden;
  text-align: center;
  font-size: 0;
}

.jet-woo-categories .jet-woo-category-title {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.jet-woo-categories .jet-woo-category-count {
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.jet-woo-categories .jet-woo-category-excerpt {
  padding: 0 10px;
}

.jet-woo-categories .jet-woo-category-img-overlay__hover,
.jet-woo-categories .jet-woo-category-img-overlay {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.jet-woo-categories .jet-woo-categories__item .jet-woo-category-img-overlay__hover {
  opacity: 0;
}

.jet-woo-categories .jet-woo-categories__item:hover .jet-woo-category-img-overlay {
  opacity: 0;
}

.jet-woo-categories .jet-woo-categories__item:hover .jet-woo-category-img-overlay__hover {
  opacity: 1;
}

.jet-woo-categories.jet-equal-cols .jet-woo-categories__item {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.jet-woo-categories.jet-equal-cols .jet-woo-categories__item .jet-woo-categories__inner-box {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.jet-woo-category-thumbnail img {
  width: 100%;
}

/* ===================================================
   FURNIVA LUXURY CATEGORY SIDEBAR REDESIGN
   =================================================== */

/* Container Accordion Card */
details.e-n-accordion-item {
  background: #ffffff !important;
  border: 1px solid #ebe5df !important;
  border-radius: 18px !important;
  box-shadow: 0 4px 20px -2px rgba(28, 25, 23, 0.06) !important;
  overflow: hidden !important;
  margin-bottom: 24px !important;
  transition: box-shadow 0.3s ease !important;
}

details.e-n-accordion-item:hover {
  box-shadow: 0 8px 30px -4px rgba(28, 25, 23, 0.1) !important;
}

/* Accordion Summary Header ("קטגוריות") */
summary.e-n-accordion-item-title {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 15px 18px !important;
  background: #fbf9f6 !important;
  border-bottom: 1px solid #eee7de !important;
  cursor: pointer !important;
  list-style: none !important;
  user-select: none !important;
  transition: background 0.2s ease !important;
}

summary.e-n-accordion-item-title:hover {
  background: #f7f3ee !important;
}

summary.e-n-accordion-item-title::-webkit-details-marker {
  display: none !important;
}

.e-n-accordion-item-title-text {
  font-family: "Assistant", "Heebo", sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
  letter-spacing: -0.2px !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.e-n-accordion-item-title-text::before {
  content: "" !important;
  display: inline-block !important;
  width: 4px !important;
  height: 16px !important;
  background: #b8965f !important;
  border-radius: 2px !important;
}

.e-n-accordion-item-title-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 22px !important;
  height: 22px !important;
  border-radius: 50% !important;
  background: #f0ebe4 !important;
  transition: all 0.25s ease !important;
}

.e-n-accordion-item-title-icon svg {
  width: 10px !important;
  height: 10px !important;
  fill: #8c7662 !important;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

summary.e-n-accordion-item-title:hover .e-n-accordion-item-title-icon {
  background: #b8965f !important;
}

summary.e-n-accordion-item-title:hover .e-n-accordion-item-title-icon svg {
  fill: #ffffff !important;
}

/* Category List Container */
.elementor-widget-jet-woo-categories {
  background: #ffffff !important;
  border-radius: 0 0 18px 18px !important;
  padding: 8px 10px 12px !important;
}

.jet-woo-categories.jet-woo-categories--preset-5 {
  display: flex !important;
  flex-direction: column !important;
  gap: 3px !important;
  padding: 4px 0 !important;
  margin: 0 !important;
}

.jet-woo-categories.jet-woo-categories--preset-5 .jet-woo-categories__item {
  width: 100% !important;
  max-width: 100% !important;
  flex: 1 1 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  min-height: unset !important;
  height: auto !important;
  list-style: none !important;
}

/* Hide broken / empty image placeholder */
.jet-woo-categories.jet-woo-categories--preset-5 .jet-woo-categories-thumbnail__wrap {
  display: none !important;
}

/* Category Row Box */
.jet-woo-categories.jet-woo-categories--preset-5 .jet-woo-categories__inner-box {
  display: block !important;
  background: transparent !important;
  border-radius: 10px !important;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
  position: relative !important;
  overflow: visible !important;
  cursor: pointer !important;
  padding: 0 !important;
  margin: 0 !important;
}

.jet-woo-categories.jet-woo-categories--preset-5 .jet-woo-categories-content {
  display: flex !important;
  flex-direction: row !important; /* RTL: Title on the right, count on the left */
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  box-sizing: border-box !important;
  padding: 8px 12px !important;
  gap: 8px !important;
  border-radius: 10px !important;
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.jet-woo-categories.jet-woo-categories--preset-5 .jet-woo-category-content__inner {
  flex: 1 1 auto !important;
  text-align: right !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

/* Category Title Link — clean, elegant typography, no pink */
.jet-woo-categories .jet-woo-category-title {
  margin: 0 !important;
  padding: 0 !important;
  text-align: right !important;
  line-height: 1.4 !important;
}

.jet-woo-categories .jet-woo-category-title a,
.jet-woo-categories .jet-woo-category-title__link,
.widget_product_categories ul li a {
  color: #2c2c2c !important;
  text-decoration: none !important;
  font-family: "Assistant", "Heebo", -apple-system, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: -0.1px !important;
  transition: all 0.2s ease !important;
  display: inline-block !important;
}

/* Count Badge — Chic modern pill */
.jet-woo-categories .jet-woo-category-count__wrap,
.widget_product_categories .count {
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  width: auto !important;
}

.jet-woo-categories .jet-woo-category-count,
.widget_product_categories .count {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #f4f0eb !important;
  color: #85705b !important;
  font-family: "Inter", -apple-system, sans-serif !important;
  font-size: 11.5px !important;
  font-weight: 600 !important;
  min-width: 24px !important;
  height: 20px !important;
  padding: 0 6px !important;
  border-radius: 10px !important;
  border: 1px solid rgba(184, 150, 95, 0.15) !important;
  transition: all 0.22s ease !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

/* Hover row effect */
.jet-woo-categories.jet-woo-categories--preset-5 .jet-woo-categories__inner-box:hover .jet-woo-categories-content {
  background: #fbf8f4 !important;
  transform: translateX(-4px) !important;
}

.jet-woo-categories.jet-woo-categories--preset-5 .jet-woo-categories__inner-box:hover .jet-woo-category-title a,
.jet-woo-categories.jet-woo-categories--preset-5 .jet-woo-categories__inner-box:hover .jet-woo-category-title__link {
  color: #9c6e35 !important;
  font-weight: 600 !important;
}

.jet-woo-categories.jet-woo-categories--preset-5 .jet-woo-categories__inner-box:hover .jet-woo-category-count {
  background: #b8965f !important;
  color: #ffffff !important;
  border-color: #b8965f !important;
  box-shadow: 0 2px 8px rgba(184, 150, 95, 0.3) !important;
}

/* Active Category indicator (dynamic: applied to .is-active or .current-cat) */
.jet-woo-categories.jet-woo-categories--preset-5 .jet-woo-categories__inner-box.is-active .jet-woo-categories-content,
.jet-woo-categories.jet-woo-categories--preset-5 .jet-woo-categories__item.is-active .jet-woo-categories-content,
.jet-woo-categories.jet-woo-categories--preset-5 .jet-woo-categories__item.current-cat .jet-woo-categories-content {
  background: #fbf6ee !important;
  border-right: 3px solid #b8965f !important;
}

.jet-woo-categories.jet-woo-categories--preset-5 .jet-woo-categories__inner-box.is-active .jet-woo-category-title a,
.jet-woo-categories.jet-woo-categories--preset-5 .jet-woo-categories__inner-box.is-active .jet-woo-category-title__link,
.jet-woo-categories.jet-woo-categories--preset-5 .jet-woo-categories__item.is-active .jet-woo-category-title a,
.jet-woo-categories.jet-woo-categories--preset-5 .jet-woo-categories__item.is-active .jet-woo-category-title__link,
.jet-woo-categories.jet-woo-categories--preset-5 .jet-woo-categories__item.current-cat .jet-woo-category-title a,
.jet-woo-categories.jet-woo-categories--preset-5 .jet-woo-categories__item.current-cat .jet-woo-category-title__link {
  color: #8c6328 !important;
  font-weight: 700 !important;
}

.jet-woo-categories.jet-woo-categories--preset-5 .jet-woo-categories__inner-box.is-active .jet-woo-category-count,
.jet-woo-categories.jet-woo-categories--preset-5 .jet-woo-categories__item.is-active .jet-woo-category-count,
.jet-woo-categories.jet-woo-categories--preset-5 .jet-woo-categories__item.current-cat .jet-woo-category-count {
  background: #b8965f !important;
  color: #ffffff !important;
  border-color: #b8965f !important;
}


