/* ==========================================================
   SECTION HEADINGS
   ========================================================== */

.woof_container {
    margin-bottom: 24px;
}

.woof_container h4 {
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 700;
    color: #555;
}

/* ==========================================================
   CATEGORY / GENRE PILLS
   ========================================================== */

.woof_list_label {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.woof_list_label li {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
	padding-left: 0 !important;
}


/* Count bubble */

.woof_label_count {
    order: 2;

    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    min-width: 18px;
    height: 18px;
    padding: 0 5px;

    background: var(--purple);
    color: #fff;

    border-radius: 999px;

    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}

/* Visible pill ONLY (not hidden input) */

.woof_list_label span.woof_label_term {
    order: 1;

    display: inline-flex;
    align-items: center;

/*     padding: 8px 14px; */

    background: #fff;
    border: 1px solid var(--border);
    border-radius: 999px;

    color: #555;

    cursor: pointer;
    transition: .2s;
}

.woof_list_label span.woof_label_term:hover {
    border-color: var(--purple);
}

/* Selected */

.woof_list_label span.woof_label_term.checked {
    background: var(--purple);
    border-color: var(--purple);
    color: #fff;
}

/* Count when selected */

.woof_list_label li:has(span.woof_label_term.checked) .woof_label_count {
    background: #fff;
    color: var(--purple);
}

/* ==========================================================
   AUTHOR DROPDOWN
   ========================================================== */

.chosen-container-single {
    width: 100% !important;
}

.chosen-container-single .chosen-single {
    display: flex;
    align-items: center;

    height: 48px !important;
    padding: 0 14px !important;

    background: #fff !important;
    border: 1px solid var(--border) !important;
    border-radius: 12px !important;

    box-shadow: none !important;
}

.chosen-container-single .chosen-single span {
    line-height: 46px !important;
    color: var(--text);
}

.chosen-container-active.chosen-container-single .chosen-single {
    border-color: var(--purple) !important;
}

/* ==========================================================
   TAG INPUT
   ========================================================== */

.chosen-container-multi {
    width: 100% !important;
}

.chosen-container-multi .chosen-choices {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;

    min-height: 48px;

    padding: 6px !important;

    background: #fff !important;
    border: 1px solid var(--border) !important;
    border-radius: 12px !important;

    box-shadow: none !important;
}

.chosen-container-active .chosen-choices {
    border-color: var(--purple) !important;
}

.chosen-container-multi .chosen-search-input {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

/* ==========================================================
   TAG CHIPS
   ========================================================== */

.chosen-container-multi .search-choice {
    position: relative;

    display: inline-flex !important;
    align-items: center;

    margin: 0 !important;
    padding: 6px 30px 6px 12px !important;

    background: var(--purple-light) !important;
    border: 1px solid #cdbcf1 !important;
    border-radius: 999px !important;

    color: #5e3c99 !important;

    box-shadow: none !important;
}

/* Remove ancient Chosen sprite */

.chosen-container-multi .search-choice-close {
    position: absolute !important;

    top: 50% !important;
    right: 8px !important;

    width: 14px !important;
    height: 14px !important;

    transform: translateY(-50%) !important;

    background: none !important;
    background-image: none !important;

    text-indent: -9999px !important;
}

.chosen-container-multi .search-choice-close::after {
    content: "×";

    position: absolute;
    inset: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--purple);

    font-size: 14px;
    font-weight: 700;

    text-indent: 0;
}

/* ==========================================================
   DROPDOWN
   ========================================================== */

.chosen-drop {
    border: 1px solid var(--border) !important;
    border-radius: 12px !important;
    overflow: hidden;

    box-shadow: 0 10px 28px rgba(0,0,0,.12);
}

.chosen-results li {
    padding: 10px 14px !important;
}

.chosen-results li.highlighted {
    background: var(--purple) !important;
    color: #fff !important;
}

/* ==========================================================
   ON SALE SWITCH
   ========================================================== */
.switcher23-title2 {
	font-size: 0;
}

.switcher23-title2::before{
    content:"ფასდაკლება";
    font-size:15px;
    color:#444;
}

.switcher23-title2 span{
    font-size:14px;
    color:#888;
}
/* ==========================================================
   ACTIVE FILTER BAR
   ========================================================== */
/* Top panel active filter */

.woof_products_top_panel ul[data-container] > li:first-child {
    display: none;
}

.woof_products_top_panel ul[data-container] > li > a,
.woof_products_top_panel .woof_products_top_panel_ul > li > a  {
    display: inline-flex;
    align-items: center;
    gap: 8px;

/*     min-height: 38px; */
    padding: 0 14px;
	padding-right: 28px;

    background: var(--purple);
    border: 1px solid var(--purple);
    border-radius: 999px;

    color: #fff !important;
    text-decoration: none;
}

.woof_products_top_panel .woof_products_top_panel_ul > li > a[data-slug="salesonly"] span {
    color: transparent;
	position: absolute;
	right: 0;
}
.woof_products_top_panel .woof_products_top_panel_ul > li > a[data-slug="salesonly"] span:before {
    color: #fff !important;
}
.woof_products_top_panel .woof_products_top_panel_ul > li > a[data-slug="salesonly"]::after {
    content: "ფასდაკლება";
    font-size: 14px;
}

.woof_products_top_panel .woof_remove_ppi {
    color: inherit;
}


/* rename filter */
.shop-filters .filter-trigger {
    font-size: 0;
}

.shop-filters .filter-trigger .icon-filter {
    order: 1;
}
.shop-filters .filter-trigger .et-active-filters-count {
	order: 3;
}

.shop-filters .filter-trigger::after {
    content: "ფილტრები";
    font-size: 14px;
	order: 2;
}

.side-panel .side-panel-title {
    font-size: 0 !important;
}
.side-panel .side-panel-title {
    content: "ფილტრები" !important;
    font-size: 16px !important;	
}

// Sale toggle
.switcher23 + .switcher23-toggle:before {
    background: var(--purple-light) !important;
}
.switcher23:checked + .switcher23-toggle span {
    background: var(--purple);
	opacity: 1;
}

.irs .irs-bar,
.irs .irs-handle {
    background: var(--purple) !important;
}
.irs .irs-bar:before,
.irs .irs-handle:before {
    border-color: var(--purple) !important;
}

/* hide things under clear all */
.woof_reset_button_2 {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    padding: 0 16px;

    background: #fff;
    border: 1px dashed var(--purple) !important;

    color: var(--purple) !important;
    font-weight: 600;
    cursor: pointer;

    transition: .2s ease;

    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
}

.woof_reset_button_2:hover {
    color: #fff !important;
}
/* Replace text */
.woof_reset_button_2::after {
    content: "ფილტრების გათიშვა";
    font-size: 14px;
	text-indent: 0;
}
.woof_reset_button_2::before {
	text-indent: 0;
}

.woof_reset_button_2:hover {
    background: var(--purple);
    color: #fff;
    border-style: solid;
    transform: translateY(-1px);
}

.woof_reset_button_2:hover::before {
    color: #fff;
}

.woof_products_top_panel_ul {
    display: flex;
    align-items: center;
    gap: 12px;
}

.woof_products_top_panel_ul > li:first-child {
    position: relative;
    z-index: 10;
    transition: width .35s ease;
}

.woof_products_top_panel_ul > li:first-child:hover {
    width: 240px;
}

.woof_products_top_panel_ul > li:first-child:hover ~ li {
    opacity: 0;
    transform: translateX(-120px);
    pointer-events: none;
    transition: all .35s ease;
}
.woof_products_top_panel li::hover span:before {
	color: #fff;
} 
.woof_products_top_panel li,
.woof_products_top_panel ul,
.woof_products_top_panel li ul li,
.woof_products_top_panel li a {
    margin-right: 0 !important;
}

.woof_products_top_panel ul li ul {
    display: flex;
    gap: 12px;
}

.woof_products_top_panel li a {
    font-size: 14px;
}

.woof_products_top_panel li a:hover span::before {
    opacity: 1 !important;
}
.woof_products_top_panel_ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.woof_products_top_panel ul[data-container] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 0;
}

.woof_products_top_panel ul[data-container] > li:first-child {
    display: none;
}
