/* shop-sidebar-widget.css */

/* =========================================
   RajskieTajskie — SHOP Sidebar
   Zachowane te same selektory widgetów
   Bez gradientów / bez box-shadow / radius 16px
========================================= */

.elementor-widget-herbalovo_shop_categories_sidebar{
  --hbcat-accent: var(--c-primary, #950d11);
  --hbcat-accent-hover: var(--c-primary-hover, #c41116);
  --hbcat-text: var(--c-text, #1b1b1f);
  --hbcat-muted: var(--c-muted, #5d6068);
  --hbcat-border: var(--c-border, #e9e9ee);
  --hbcat-surface: #ffffff;
  --hbcat-surface-soft: #F5F7FB;
  --hbcat-radius: 16px;
  --hbcat-ring: 0 0 0 3px color-mix(in srgb, var(--hbcat-accent) 16%, transparent);
}

/* kontener */
.elementor-widget-herbalovo_shop_categories_sidebar .hbcat-side{
  color: var(--hbcat-text);
}

/* title */
.elementor-widget-herbalovo_shop_categories_sidebar .hbcat-side__title{
  margin: 0 0 16px 0;
  padding: 0;
  line-height: 1.25;
  font-size: 18px;
  font-weight: 700;
  color: var(--hbcat-text);
}

/* reset list */
.elementor-widget-herbalovo_shop_categories_sidebar .hbcat-side__list{
  list-style: none;
  margin: 0;
  padding: 0;
}

.elementor-widget-herbalovo_shop_categories_sidebar .hbcat-side__item{
  margin: 0 0 4px;
  padding: 0;
}

/* desktop/mobile visibility */
.elementor-widget-herbalovo_shop_categories_sidebar .hbcat-side__mobile{
  display: none;
}

.elementor-widget-herbalovo_shop_categories_sidebar .hbcat-side__desktop{
  display: block;
}

@media (max-width: 767px){
  .elementor-widget-herbalovo_shop_categories_sidebar .hbcat-side__desktop{
    display: none;
  }

  .elementor-widget-herbalovo_shop_categories_sidebar .hbcat-side__mobile{
    display: block;
  }
}

/* link row */
.elementor-widget-herbalovo_shop_categories_sidebar .hbcat-side__link{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 16px;
  text-decoration: none;
  color: var(--hbcat-text);
  background: transparent;
  transition: background-color .15s ease, color .15s ease;
  -webkit-tap-highlight-color: transparent;
}

.elementor-widget-herbalovo_shop_categories_sidebar .hbcat-side__link:hover,
.elementor-widget-herbalovo_shop_categories_sidebar .hbcat-side__link:focus-visible{
  background: var(--hbcat-surface-soft);
  color: var(--hbcat-accent);
  outline: none;
}

.elementor-widget-herbalovo_shop_categories_sidebar .hbcat-side__name{
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 400;
}

.elementor-widget-herbalovo_shop_categories_sidebar .hbcat-side__pill{
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 24px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--hbcat-surface-soft);
  border: 1px solid color-mix(in srgb, var(--hbcat-surface-soft) 40%, var(--hbcat-border));
  color: var(--hbcat-muted);
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
  transition: border-color .15s ease, color .15s ease, background-color .15s ease;
}

.elementor-widget-herbalovo_shop_categories_sidebar .hbcat-side__link:hover .hbcat-side__pill,
.elementor-widget-herbalovo_shop_categories_sidebar .hbcat-side__link:focus-visible .hbcat-side__pill{
  border-color: color-mix(in srgb, var(--hbcat-accent) 20%, var(--hbcat-border));
  color: var(--hbcat-accent);
}

/* current */
.elementor-widget-herbalovo_shop_categories_sidebar .hbcat-side__item.is-current .hbcat-side__link{
  background: var(--hbcat-surface-soft);
  color: var(--hbcat-accent);
}

.elementor-widget-herbalovo_shop_categories_sidebar .hbcat-side__item.is-current .hbcat-side__name{
  font-weight: 600;
}

.elementor-widget-herbalovo_shop_categories_sidebar .hbcat-side__item.is-current .hbcat-side__pill{
  border-color: color-mix(in srgb, var(--hbcat-accent) 20%, var(--hbcat-border));
  color: var(--hbcat-accent);
}

/* Mobile dropdown (details/summary) */
.elementor-widget-herbalovo_shop_categories_sidebar .hbcat-side__summary{
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--hbcat-border);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.elementor-widget-herbalovo_shop_categories_sidebar .hbcat-side__summary::-webkit-details-marker{
  display: none;
}

.elementor-widget-herbalovo_shop_categories_sidebar .hbcat-side__summary-title{
  font-weight: 700;
  white-space: nowrap;
  color: var(--hbcat-text);
}

.elementor-widget-herbalovo_shop_categories_sidebar .hbcat-side__summary-current{
  flex: 1 1 auto;
  min-width: 0;
  font-weight: 500;
  color: var(--hbcat-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.elementor-widget-herbalovo_shop_categories_sidebar .hbcat-side__mobile > summary::after{
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background-color: color-mix(in srgb, var(--hbcat-accent) 24%, #000);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") center/contain no-repeat;
  transition: transform .15s ease;
}

.elementor-widget-herbalovo_shop_categories_sidebar .hbcat-side__mobile[open] > summary::after{
  transform: rotate(180deg);
}

.elementor-widget-herbalovo_shop_categories_sidebar .hbcat-side__panel{
  padding-top: 10px;
}