.elementor-19594 .elementor-element.elementor-element-0d16aca{--display:flex;}.elementor-19594 .elementor-element.elementor-element-204270f{--iteration-count:infinite;--dynamic-text-color:var( --e-global-color-accent );}.elementor-19594 .elementor-element.elementor-element-204270f .elementor-headline{text-align:center;}.elementor-19594 .elementor-element.elementor-element-204270f .elementor-headline-plain-text{color:var( --e-global-color-text );}.elementor-19594 .elementor-element.elementor-element-204270f .elementor-headline-dynamic-text{text-transform:uppercase;}.elementor-19594 .elementor-element.elementor-element-33ed4a7 > .elementor-widget-container{margin:-25px 0px 0px 0px;}#elementor-popup-modal-19594{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-19594 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-19594 .dialog-close-button{display:flex;}#elementor-popup-modal-19594 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:767px){.elementor-19594 .elementor-element.elementor-element-204270f{--e-transform-scale:1.1;}}/* Start custom CSS for woostify-product-categories, class: .elementor-element-33ed4a7 *//* 1) Vertical scroll + 2 clean columns with even rows */
.sbc-popup .woostify-product-categories .product-categories {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important; /* force 2 columns like your screenshot */
    column-gap: 8px !important;
    row-gap: 8px !important; /* reduce vertical gap */
}

/* 2) Reset list items */
.sbc-popup .woostify-product-categories .product-categories li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important; /* makes grid rows consistent */
}

/* 3) Category buttons with equal height per row */
.sbc-popup .woostify-product-categories .product-categories li a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    padding: 6px 14px !important;
    font-size: 14px !important; /* slightly smaller to reduce wrapping */
    font-weight: 600 !important;
    text-transform: uppercase;
    text-align: center;
    background: #fff !important;
    border: 1px solid #000 !important;
    border-radius: 0px !important;
    color: #000 !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
    word-break: break-word !important; /* long labels wrap cleanly */
}

/* 4) Hover effect */
.sbc-popup .woostify-product-categories .product-categories li a:hover {
    background: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}

/* 5) Highlight current category */
.sbc-popup .woostify-product-categories .product-categories li.current-cat a,
.sbc-popup .woostify-product-categories .product-categories li.current-cat-parent a {
    background: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}

/* 6) Custom vertical scrollbar */
.sbc-popup .woostify-product-categories .product-categories::-webkit-scrollbar {
    width: 8px;
    background: #ececec;
}

.sbc-popup .woostify-product-categories .product-categories::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #000000);
    border-radius: 0px;
    border: 1px solid #fff;
}

.sbc-popup .woostify-product-categories .product-categories::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #8a1521);
    cursor: pointer;
}

.sbc-popup .woostify-product-categories .product-categories::-webkit-scrollbar-track {
    background: transparent;
}

/* 7) Hide specific categories */
.woostify-product-categories .product-categories li.cat-item-15,
.woostify-product-categories .product-categories li.cat-item-1894,
.woostify-product-categories .product-categories li.cat-item-2372,
.woostify-product-categories .product-categories li.cat-item-2362 {
    display: none !important;
}/* End custom CSS */