:root {
    --dg-cat-border: rgba(15, 23, 42, 0.08);
    --dg-cat-muted: #5f6b7a;
    --dg-cat-soft: #f5f7fa;
    --dg-cat-accent: #1a73e8;
}

.tax-product_cat .woocommerce-products-header {
    margin-bottom: 1.5rem;
}

.tax-product_cat .woocommerce-products-header__title.page-title {
    margin-bottom: 0.5rem;
    font-size: clamp(2rem, 3vw, 2.8rem);
    line-height: 1.05;
}

.tax-product_cat .term-description,
.tax-product_cat .woocommerce-products-header__description {
    color: var(--dg-cat-muted);
    font-size: 1rem;
}

.tax-product_cat .dg-cat-section-kicker {
    display: inline-flex;
    margin-bottom: 0.55rem;
    color: var(--dg-cat-accent);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tax-product_cat .dg-cat-header-panel,
.tax-product_cat .dg-cat-toolbar,
.tax-product_cat .dg-cat-filters-frame,
.tax-product_cat .zc-subcats,
.tax-product_cat .zc-cat-html {
    border: 1px solid var(--dg-cat-border);
    border-radius: 0.85rem;
    background: #fff;
}

h1.page-title{
	display:block!important;
}

.tax-product_cat .woocommerce-breadcrumb, .tax-product_cat .woocommerce-products-header{
	display:block!important;
}

/*revisar*/
.tax-product_cat .term-description{
	display:none!important;
}

.tax-product_cat h1{
	 padding: 16px 0 !important;
    color: #34373f!important;
    display: block !important;
    font-weight: 700 !important;
	font-size:35px;
    letter-spacing: 0 !important;
}



.tax-product_cat .dg-cat-header-panel {
    display: block;
    margin: 1rem 0 1.5rem;
    padding: 1.4rem 1.5rem;
}

.bapf_head h3 {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin: 0 0 0.8em;
    font-weight: 600 !important;
    padding-bottom: 0.8em;
    width: 100%;
    -webkit-text-size-adjust: 100%;
    direction: ltr;
    text-rendering: optimizeLegibility;
    cursor: pointer;
    font-size: 14px !important;
    line-height: 24px !important;
    color: var(--bs-body-color) !important;
    text-transform: uppercase;
}

.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before{
    display:none!important;
}


.tax-product_cat .dg-cat-header-panel__summary {
    margin: 0;
    color: var(--dg-cat-muted);
    line-height: 1.55;
}

.tax-product_cat .zc-subcats {
    padding: 1.25rem;
}

.tax-product_cat .zc-subcats-head {
    margin-bottom: 1rem;
}

.tax-product_cat .zc-subcats-title {
    margin: 0 0 0.35rem;
    font-size: 1.4rem;
}

.tax-product_cat .zc-subcats-summary {
    margin: 0;
    color: var(--dg-cat-muted);
}

.tax-product_cat .zc-subcats-primary {
    position: relative;
    min-width: 0;
    margin-bottom: 1rem;
}


.tax-product_cat .zc-subcats-primary::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0.35rem;
    width: 3rem;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.94) 82%);
}

.tax-product_cat .zc-subcats-rail-shell {
    position: relative;
    display: block;
    padding-inline: 2.7rem;
    min-height: 0;
}

.tax-product_cat .zc-subcats-rail {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.8rem;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 0.9rem;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}

.tax-product_cat .zc-subcats-rail::-webkit-scrollbar {
    height: 4px;
}

.tax-product_cat .zc-subcats-rail-control {
    display: inline-flex;
    position: absolute;
    top: 50%;
    z-index: 2;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    margin-top: -0.2rem;
    border: 1px solid rgba(148, 163, 184, 0.34);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: #5b7aa7;
    box-shadow: none;
    transform: translateY(-50%);
    transition: border-color 0.16s ease, background-color 0.16s ease, color 0.16s ease, box-shadow 0.16s ease;
}

.tax-product_cat .zc-subcats-rail-control.is-prev {
    inset-inline-start: 0;
}

.tax-product_cat .zc-subcats-rail-control.is-next {
    inset-inline-end: 0;
}

.tax-product_cat .zc-subcats-rail-control > span {
    display: block;
    font-size: 1.28rem;
    line-height: 1;
    font-weight: 600;
}

.tax-product_cat .zc-subcats-rail-control:hover,
.tax-product_cat .zc-subcats-rail-control:focus-visible {
    background: rgba(26, 115, 232, 0.06);
    border-color: rgba(26, 115, 232, 0.28);
    color: var(--dg-cat-accent);
    box-shadow: 0 0 0 2px rgba(26, 115, 232, 0.08);
}

.tax-product_cat .zc-subcats-rail-control:disabled {
    opacity: 0.45;
    cursor: default;
}

.tax-product_cat .zc-subcat-card {
    display: flex;
    flex: 0 0 149px;
    flex-direction: column;
    padding: 0.85rem;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 0.8rem;
    background: linear-gradient(180deg, #fff 0%, #fcfdff 100%);
    scroll-snap-align: start;
    transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

.tax-product_cat .zc-subcat-card:hover,
.tax-product_cat .zc-subcat-card:focus-visible {
    border-color: rgba(26, 115, 232, 0.22);
    background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.05);
}

.tax-product_cat .zc-subcat-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 108px;
    padding: 0.5rem;
    margin-bottom: 0.35rem;
    border-radius: 0.75rem;
}

/*cat pages filters*/

.bapf_body ul{
	  display: flex;
    flex-direction: column;
    gap: 8px;
}


.tax-product_cat .zc-subcat-img {
    display: block;
    max-width: 100%;
    max-height: 90px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.tax-product_cat .zc-subcat-thumb-fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    background: rgba(26, 115, 232, 0.08);
    color: var(--dg-cat-accent);
    font-size: 1.1rem;
    font-weight: 700;
}

.tax-product_cat .zc-subcat-name {
    color: var(--bs-body-color);
    font-weight: 600;
    font-size: 0.93rem;
    line-height: 1.35;
    padding-bottom:.5rem;
}

.tax-product_cat .zc-subcats-secondary {
    margin-top: 0.8rem;
}

.tax-product_cat .zc-subcats-secondary-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.55rem;
    margin-bottom: 0.45rem;
}

.tax-product_cat .zc-subcats-secondary-title {
    margin: 0;
    color: var(--dg-cat-muted);
    font-size: 0.76rem!important;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border:none!important;
}

.tax-product_cat .zc-subcats-secondary-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.28rem 0.62rem;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 999px;
    background: #fff;
    color: var(--dg-cat-accent);
    font-size: 0.8rem;
    font-weight: 600;
    white-space: nowrap;
}

.tax-product_cat .zc-subcats-secondary-toggle:hover,
.tax-product_cat .zc-subcats-secondary-toggle:focus-visible {
    background: rgba(26, 115, 232, 0.06);
    border-color: rgba(26, 115, 232, 0.24);
}

.tax-product_cat .zc-subcats-secondary-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.45rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 0.2rem;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}

.tax-product_cat .zc-subcats-secondary-list.is-collapsed {
    flex-wrap: nowrap;
}

.tax-product_cat .zc-subcats-secondary:not(.is-collapsible) .zc-subcats-secondary-list {
    flex-wrap: wrap;
    overflow: visible;
}

.tax-product_cat .zc-subcats-secondary.is-expanded .zc-subcats-secondary-list {
    flex-wrap: wrap;
    overflow: visible;
}

.tax-product_cat .zc-subcats-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-height: 1.95rem;
    padding: 0.34rem 0.68rem;
    border: 1px solid rgba(203, 213, 225, 0.85);
    border-radius: 999px;
    background: #f8fafc;
    color: var(--dg-cat-muted);
    font-size: 0.83rem;
    font-weight: 500;
    line-height: 1.25;
    text-decoration: none;
    white-space: nowrap;
    transition: border-color 0.16s ease, background-color 0.16s ease, color 0.16s ease;
}

.tax-product_cat .zc-subcats-chip:hover,
.tax-product_cat .zc-subcats-chip:focus-visible {
    color: var(--dg-cat-accent);
    border-color: rgba(26, 115, 232, 0.2);
    background: rgba(26, 115, 232, 0.04);
}

.tax-product_cat .zc-cat-grid-row {
    align-items: start;
}

.tax-product_cat .dg-cat-filters-frame {
    position: sticky;
    top: 1.25rem;
    overflow: hidden;
}

.tax-product_cat .dg-cat-filters-header {
    padding: 1.15rem 1.15rem 0.95rem;
    border-bottom: 1px solid var(--dg-cat-border);
}

.tax-product_cat .dg-cat-filters-title {
    margin: 0 0 0.35rem;
    font-size: 1.18rem;
}

.tax-product_cat .dg-cat-filters-summary {
    margin: 0;
    color: var(--dg-cat-muted);
    font-size: 0.9rem;
    line-height: 1.5;
}

.tax-product_cat .dg-cat-filters-body {
    padding: 1rem 1.15rem 1.15rem;
    background: #fff;
}

.tax-product_cat .dg-cat-toolbar {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem 1rem;
    margin-bottom: 1rem;
    padding: 0.75rem 1rem;
}

.tax-product_cat .dg-cat-toolbar__summary {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem 0.85rem;
    min-width: 0;
}

.tax-product_cat .dg-cat-toolbar__results .woocommerce-result-count {
    margin: 0;
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.35;
    padding-left: 0 !important;
}

.tax-product_cat .dg-cat-selected-filters {
    display: flex;
    flex: 1 1 34rem;
    align-items: center;
    gap: 0.45rem 0.7rem;
    min-width: 0;
}

.tax-product_cat .dg-cat-selected-filters__label {
    flex: 0 0 auto;
    color: var(--dg-cat-muted);
    font-size: 0.82rem;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.2;
}

.tax-product_cat .dg-cat-selected-filters__body {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    align-items: center;
    align-content: flex-start;
    justify-content: flex-start;
    gap: 0.35rem 0.45rem;
    min-width: min(100%, 18rem);
}

.tax-product_cat .dg-cat-selected-filters .berocket_aapf_widget_selected_filter > div,
.tax-product_cat .dg-cat-selected-filters .berocket_aapf_widget_selected_filter > ul,
.tax-product_cat .dg-cat-selected-filters .berocket_aapf_widget_selected_area ul,
.tax-product_cat .dg-cat-selected-filters .bapf_sfa_inline .berocket_aapf_widget_selected_area ul li:not(:first-child) {
    margin: 0 !important;
    padding: 0 !important;
}

.tax-product_cat .dg-cat-selected-filters:has(.berocket_single_filter_widget.bapf_mt_none),
.tax-product_cat .dg-cat-selected-filters:has(.berocket_aapf_widget_selected_area:empty),
.tax-product_cat .dg-cat-selected-filters:has(.berocket_aapf_widget_selected_filter:empty),
.tax-product_cat .dg-cat-selected-filters__body:empty {
    display: none;
}

.tax-product_cat .dg-cat-selected-filters .berocket_single_filter_widget,
.tax-product_cat .dg-cat-selected-filters .bapf_sfilter,
.tax-product_cat .dg-cat-selected-filters .bapf_body,
.tax-product_cat .dg-cat-selected-filters .berocket_aapf_widget_selected_area,
.tax-product_cat .dg-cat-selected-filters .berocket_aapf_widget_selected_filter,
.tax-product_cat .dg-cat-selected-filters .bapf_sfa_taxonomy,
.tax-product_cat .dg-cat-selected-filters .bapf_sfa_taxonomy>ul,
.tax-product_cat .dg-cat-selected-filters .bapf_sfa_taxonomy>ul>li,
.tax-product_cat .dg-cat-selected-filters .bapf_sfa_unall>li {
    display: contents;
}

.tax-product_cat .dg-cat-selected-filters .bapf_sfa_taxonomy>span {
    display: none;
}

.tax-product_cat .dg-cat-selected-filters .bapf_sfa_unall {
    display: flex;
    align-items: center;
    margin: 0 0 0 0.2rem;
    padding: 0;
    list-style: none;
}

.tax-product_cat .dg-cat-selected-filters a.braapf_unselect {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    min-height: 1.75rem;
    max-width: 100%;
    padding: 0.22rem 1.45rem 0.22rem 0.58rem;
    border: 1px solid var(--dg-cat-border);
    border-radius: 999px;
    background: #f8fafc;
    color: var(--bs-body-color) !important;
    font-size: 0.8rem !important;
    font-weight: 500;
    line-height: 1.25 !important;
    text-decoration: none;
    white-space: nowrap;
}

.tax-product_cat .dg-cat-selected-filters a.braapf_unselect:hover,
.tax-product_cat .dg-cat-selected-filters a.braapf_unselect:focus {
    border-color: rgba(15, 23, 42, 0.2);
    color: var(--bs-body-color);
    background: #f1f5f9;
    text-decoration: none;
}

.tax-product_cat .dg-cat-selected-filters a.braapf_unselect::after {
    content: "\00d7";
    position: absolute;
    inset-inline-end: 0.48rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--dg-cat-muted);
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1;
}

.tax-product_cat .dg-cat-selected-filters a.braapf_unselect i,
.tax-product_cat .dg-cat-selected-filters a.braapf_unselect_all i {
    display: none !important;
}

.tax-product_cat .dg-cat-selected-filters a.braapf_unselect_all {
    display: inline-flex !important;
    align-items: center;
    min-height: 1.75rem;
    padding: 0.12rem 0;
    border: 0;
    background: transparent;
    color: var(--dg-cat-muted) !important;
    font-size: 0.8rem !important;
    font-weight: 600;
    line-height: 1.25 !important;
    text-decoration: none;
    white-space: nowrap;
}

.tax-product_cat .dg-cat-selected-filters a.braapf_unselect_all:hover,
.tax-product_cat .dg-cat-selected-filters a.braapf_unselect_all:focus {
    color: var(--dg-cat-accent);
    text-decoration: underline;
}

.tax-product_cat .dg-cat-toolbar .woocommerce-ordering {
    margin: 0;
}

.tax-product_cat .dg-cat-toolbar .orderby {
    min-width: 220px;
}

.tax-product_cat .dg-cat-toolbar__mobile-actions,
.tax-product_cat .dg-cat-filters-drawer-head,
.tax-product_cat .dg-cat-filters-footer {
    display: none;
}

.tax-product_cat .dg-cat-toolbar__filter-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    min-height: 2.5rem;
    padding: 0.55rem 0.9rem;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 0.65rem;
    background: #fff;
    color: #0f172a;
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.2;
    box-shadow: none;
}

.tax-product_cat .dg-cat-toolbar__filter-toggle:hover,
.tax-product_cat .dg-cat-toolbar__filter-toggle:focus,
.tax-product_cat .dg-cat-toolbar__filter-toggle:focus-visible {
    border-color: rgba(26, 115, 232, 0.22);
    background: rgba(26, 115, 232, 0.04);
    outline: none;
}

.tax-product_cat .dg-cat-toolbar__filter-toggle-count {
    color: var(--dg-cat-accent);
    font-weight: 700;
}

.dg-cat-filters-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1055;
    background: rgba(15, 23, 42, 0.38);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.22s ease, visibility 0.22s ease;
}

.dg-cat-filters-backdrop.is-visible {
    opacity: 1;
    visibility: visible;
}

.tax-product_cat .dg-category-products {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tax-product_cat .dg-category-products>li.product.dg-cat-row-item {
    width: 100%;
    margin: 0;
    float: none;
    clear: both;
}

.tax-product_cat .dg-cat-row-item {
    list-style: none;
}

.tax-product_cat .dg-cat-row-card {
    cursor: default;
    border: 1px solid var(--dg-cat-border);
    border-radius: 0.95rem;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.05);
}

.tax-product_cat .dg-cat-row-card .card-body {
    height: 100%;
    padding: 1.45rem 1.45rem 1.4rem !important;
}

.tax-product_cat .dg-cat-row-inner {
    align-items: stretch;
}

.tax-product_cat .dg-cat-row-inner>div {
    margin: 0;
    min-width: 0;
}

.tax-product_cat .dg-cat-row-media-col,
.tax-product_cat .dg-cat-row-content,
.tax-product_cat .dg-cat-row-aside {
    min-height: 100%;
}

.tax-product_cat .dg-cat-row-media {
    display: grid;
    grid-template-rows: auto auto auto;
    align-content: start;
    gap: 0;
    min-height: 0;
    height: auto !important;
    align-items: start;
    padding-top: 0.34rem;
}

.tax-product_cat .dg-cat-row-image-link {
    position: relative;
    isolation: isolate;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 4 / 3;
    min-height: 0;
    height: auto;
    padding: 0.9rem;
    border-radius: 0.8rem;
    border: 1px solid rgba(15, 23, 42, 0.07);
    background: #ffffff;
    overflow: hidden;
}

.tax-product_cat .dg-cat-row-image-link::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    border-radius: inherit;
    pointer-events: none;
    background: radial-gradient(100% 100% at 100% 115%,
            rgba(191, 219, 254, 0.25) 0%,
            rgba(203, 213, 225, 0.12) 50%,
            transparent 100%), transparent;
}

.tax-product_cat .dg-cat-row-image-link img {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 100%;
    max-height: 150px;
    width: auto;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
}

.tax-product_cat .dg-card-sku-line {
    margin: 0;
    margin-top: auto;
    color: var(--dg-cat-muted);
    font-size: 0.82rem;
    line-height: 1.35;
    user-select: text;
    word-break: break-word;
    padding-inline: 0.2rem;
    padding-top: 0.7rem;
}

.tax-product_cat .dg-card-sku-label {
    color: #0f172a;
    font-weight: 700;
    margin-inline-end: 0.28rem;
}

.tax-product_cat .dg-card-sku-value {
    color: var(--dg-cat-muted);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.8rem;
    letter-spacing: 0.01em;
}

.tax-product_cat .dg-cat-row-compare {
    margin-top: 0.72rem !important;
    width: 100%;
    min-width: 0;
    flex: 0 0 auto;
    display: flex;
    align-items: stretch;
}

.tax-product_cat .dg-cat-row-identity {
    display: grid;
    gap: 0.3rem;
    margin-bottom: 0 !important;
}

.tax-product_cat .dg-cat-row-eyebrow {
    color: var(--dg-cat-accent);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.tax-product_cat .dg-cat-row-title {
    margin: 0 !important;
    line-height: 1.12;
    border:none;
}

.tax-product_cat .dg-cat-row-title-link {
    position: relative;
    z-index: 2;
    color: #34373f !important;
    font-size: clamp(1.2rem, 1rem + 0.45vw, 1.45rem);
    font-weight: 750;
    text-wrap: balance;
}

.tax-product_cat .dg-cat-row-title-link:hover {
    text-decoration: underline;
}

.tax-product_cat .dg-cat-row-summary {
    color: var(--dg-cat-muted);
    font-size: 0.88rem;
    line-height: 1.5;
}

.tax-product_cat .dg-card-specs-wrap {
    display: grid;
    gap: 0.7rem;
    min-height: 4.25rem;
    margin-bottom: 0 !important;
    align-content: start;
}

.tax-product_cat .dg-card-specs-primary,
.tax-product_cat .dg-card-shortdesc {
    font-size: 0.84rem;
}

.tax-product_cat .dg-card-specs {
    margin: 0;
    padding: 0;
}

.tax-product_cat .dg-card-specs-primary {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.4rem;
    align-items: flex-start;
    min-height: 2.2rem;
}

.tax-product_cat .dg-card-spec-token {
    display: inline-flex;
    align-items: baseline;
    gap: 0.3rem;
    min-height: 1.8rem;
    padding: 0.26rem 0.52rem;
    border: 1px solid var(--dg-cat-border);
    border-radius: 0.4rem;
    background: #fbfcfe;
    color: var(--bs-body-color);
    line-height: 1.2;
}

.tax-product_cat .dg-card-spec-token-label,
.tax-product_cat .dg-card-spec-token-value {
    margin: 0;
}

.tax-product_cat .dg-card-spec-token.is-fallback {
    background: #fff;
}

.tax-product_cat .dg-card-spec-token-label {
    color: var(--dg-cat-muted);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.tax-product_cat .dg-card-spec-token-value {
    font-weight: 600;
    font-size: 0.84rem;
}

.tax-product_cat .dg-cat-guide,
.tax-product_cat .dg-cat-faq {
    margin-top: 1.5rem;
    padding: 1.25rem 1.35rem;
    border: 1px solid var(--dg-cat-border);
    border-radius: 0.85rem;
    background: #fff;
}

.tax-product_cat .dg-cat-guide__title,
.tax-product_cat .dg-cat-faq__title {
    margin: 0 0 0.8rem;
    font-size: clamp(1.2rem, 1rem + 0.35vw, 1.45rem);
    line-height: 1.2;
}

.tax-product_cat .dg-cat-guide__body,
.tax-product_cat .dg-cat-faq__answer {
    color: var(--bs-body-color);
    line-height: 1.7;
}

.tax-product_cat .dg-cat-guide__body > *:first-child,
.tax-product_cat .dg-cat-faq__answer > *:first-child {
    margin-top: 0;
}

.tax-product_cat .dg-cat-guide__body > *:last-child,
.tax-product_cat .dg-cat-faq__answer > *:last-child {
    margin-bottom: 0;
}

.tax-product_cat .dg-cat-faq__items {
    display: grid;
    gap: 0.75rem;
}

.tax-product_cat .dg-cat-faq__item {
    border: 1px solid var(--dg-cat-border);
    border-radius: 0.7rem;
    background: #fbfcfe;
    overflow: hidden;
}

.tax-product_cat .dg-cat-faq__item summary {
    cursor: pointer;
    padding: 0.9rem 1rem;
    font-weight: 600;
    list-style: none;
}

.tax-product_cat .dg-cat-faq__item summary::-webkit-details-marker {
    display: none;
}

.tax-product_cat .dg-cat-faq__answer {
    padding: 0 1rem 1rem;
}

.tax-product_cat .dg-card-shortdesc {
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tax-product_cat .dg-card-specs-details {
    border-top: 1px solid var(--dg-cat-border);
    padding-top: 0.7rem;
    margin-top: -0.1rem;
}

.tax-product_cat .dg-card-specs-list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.35rem 1rem;
    margin: 0;
    padding: 0;
    line-height: 1.4;
}

.tax-product_cat .dg-card-specs-details.is-collapsible {
    position: relative;
    overflow: hidden;
    max-height: 40rem;
    transition: max-height 0.22s ease, padding-top 0.22s ease, border-color 0.22s ease;
}


.tax-product_cat .dg-card-specs-details.is-collapsible.is-collapsed {
    max-height: 0;
    padding-top: 0;
    border-top-color: transparent;
}

.tax-product_cat .dg-card-spec {
    position: relative;
    margin: 0;
    padding-left: 1rem;
}

.tax-product_cat .dg-card-spec::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: currentColor;
    opacity: 0.7;
}

.tax-product_cat .dg-card-spec-label {
    font-weight: 700;
}

.tax-product_cat .dg-card-specs-empty-note {
    color: var(--dg-cat-muted);
    font-size: 0.88rem;
    line-height: 1.45;
}

.tax-product_cat .dg-card-specs-toggle {
    margin-top: 0.05rem;
    color: var(--dg-cat-accent) !important;
    font-size: 0.84rem !important;
    font-weight: 600 !important;
    text-decoration: none;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0 !important;
    display: contents !important;
    align-items: center;
    width: fit-content;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

span.dg-card-specs-toggle-text {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}


.tax-product_cat .dg-card-specs-toggle:hover,
.tax-product_cat .dg-card-specs-toggle:focus {
    text-decoration: underline;
}

.tax-product_cat .dg-card-tags {
    gap: 0.4rem;
    padding-top: 0.45rem;
    margin-top: auto;
}

.tax-product_cat .dg-card-tags .badge {
    padding: 0.34em 0.78em;
    font-size: 0.84rem;
    font-weight: 600;
}

.tax-product_cat .dg-warranty-chip {
    background: #f8fafc !important;
    border-color: rgba(15, 23, 42, 0.08) !important;
    color: #222;
}

.tax-product_cat .dg-video-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    cursor: pointer;
    appearance: none;
    background-color: #fff5f5;
    color: #222;
    border: 1px solid #fecaca;
    font-weight: 600;
    transition: all 0.15s ease-in-out;
}

.tax-product_cat .dg-video-badge:hover,
.tax-product_cat .dg-video-badge:focus {
    background-color: #fee2e2;
    color: #b91c1c;
    border-color: #fca5a5;
    text-decoration: none;
    outline: none;
}

#category-products.products li {
    background: transparent !important;
}

.dg-cat-row-item article {
    overflow: hidden;
    padding-top: 1.45rem !important;
}

.tax-product_cat .dg-video-badge-icon {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.tax-product_cat .dg-video-badge-icon svg {
    display: block;
    width: 16px;
    height: 16px;
    color: #ff0000;
}

.tax-product_cat .dg-cat-row-aside {
    height: 100%;
    padding-left: 1rem;
    padding-top: 0.34rem;
    border-left: 1px solid var(--dg-cat-border);
}

.tax-product_cat .dg-cat-row-price-label {
    margin-bottom: 0.45rem;
    color: var(--dg-cat-muted);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tax-product_cat .dg-cat-row-prices .text-body-secondary {
    text-decoration: none !important;
}

.tax-product_cat .text-decoration-line-through {
    position: relative;
    display: inline-block;
}

.tax-product_cat .text-decoration-line-through::after {
    content: "";
    position: absolute;
    left: -2px;
    right: -2px;
    top: 52%;
    height: 2px;
    background: currentColor;
    pointer-events: none;
    color: #aaa !important;
}

.tax-product_cat .dg-cat-row-prices .amount {
    white-space: nowrap;
}

.tax-product_cat .dg-cat-row-meta {
    padding-top: 0.1rem;
}

.dg-cat-video-modal .modal-content {
    border: 0;
    border-radius: 0.75rem;
}

.dg-cat-video-modal {
    display: none;
}

.dg-cat-video-modal.is-open {
    display: block;
}

.dg-cat-video-modal .modal-body {
    padding: 1rem;
}

.dg-cat-video-modal iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.dg-cat-video-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1040;
    background: rgba(15, 23, 42, 0.72);
    opacity: 0;
    transition: opacity 0.18s ease;
}

.dg-cat-video-backdrop.is-visible {
    opacity: 1;
}

.dg-cat-video-modal {
    z-index: 1050;
}

.dg-compare-tray__actions button {
    text-transform: uppercase;
    font-weight: 500 !important;
}

.tax-product_cat .dg-cat-row-meta>*+* {
    margin-top: 0.35rem;
}

.tax-product_cat .dg-cat-row-shipping,
.tax-product_cat .dg-cat-row-eta {
    line-height: 1.35;
}

.tax-product_cat .dg-cat-row-actions {
    width: 100%;
    gap: 0.55rem !important;
}


.tax-product_cat .dg-card-shortdesc{
    font-size:1rem;
}

.dg-cat-filters-header{
    display:none;
}

.tax-product_cat .dg-loop-view-product,
.tax-product_cat .add-to-cart-container .dg-loop-addcart-text {
    display: inline-flex !important;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 0.58rem 0.8rem !important;
    border-radius: 0.45rem !important;
    min-height: unset !important;
    box-shadow: none !important;
    font-size: 0.82rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 !important;
}

.tax-product_cat .dg-loop-view-product {
    background: #fff;
    border: 1px solid rgba(26, 115, 232, 0.22) !important;
    color: var(--dg-cat-accent) !important;
}

.tax-product_cat .dg-loop-view-product:hover,
.tax-product_cat .dg-loop-view-product:focus,
.tax-product_cat .dg-loop-view-product:focus-visible {
    background: rgba(26, 115, 232, 0.04);
    border-color: rgba(26, 115, 232, 0.34) !important;
    color: var(--dg-cat-accent) !important;
    outline: none;
}

.tax-product_cat a.dg-loop-addcart-text {
    white-space: normal;
}

.tax-product_cat .dg-loop-addcart {
    min-width: unset;
    min-height: unset;
    border-radius: unset;
}

.tax-product_cat .dg-cat-row-card a::after {
    content: none !important;
    display: none !important;
    pointer-events: none !important;
}

.tax-product_cat #category-products li.product,
.tax-product_cat #category-products li.product:hover {
    cursor: default !important;
    box-shadow: none !important;
}

.tax-product_cat .dg-compare-control {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    width: 100%;
    min-height: 2.15rem;
    padding: 0.42rem 0.75rem;
    border-radius: 0.6rem;
    background: rgba(248, 250, 252, 0.72);
    color: var(--dg-cat-muted);
    font-size: 0.84rem;
    cursor: pointer;
    transition: border-color 0.15s ease, background-color 0.15s ease, color 0.15s ease;
    position: relative;
    z-index: 1;
    border: 1px solid rgba(15, 23, 42, 0.08);
    text-transform: uppercase;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.tax-product_cat .dg-compare-control:hover,
.tax-product_cat .dg-compare-control:focus-within {
    background: #f8fafc;
    border-color: rgba(15, 23, 42, 0.15);
    color: var(--bs-body-color);
}

.tax-product_cat .dg-compare-control.is-selected {
    border-color: rgba(26, 115, 232, 0.2);
    background: #f4f8fc;
    color: var(--bs-body-color);
}

.tax-product_cat .dg-compare-control.is-disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.tax-product_cat .dg-compare-checkbox {
    position: absolute;
    inline-size: 1px;
    block-size: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
}

.tax-product_cat .dg-compare-control-ui {
    position: relative;
    display: inline-flex;
    width: 1rem;
    height: 1rem;
    flex: 0 0 1rem;
    border: 1.5px solid rgba(15, 23, 42, 0.25);
    border-radius: 0.2rem;
    background: #fff;
}

.tax-product_cat .dg-compare-control.is-selected .dg-compare-control-ui {
    border-color: var(--dg-cat-accent);
    background: var(--dg-cat-accent);
}

.tax-product_cat .dg-compare-control.is-selected .dg-compare-control-ui::after {
    content: "";
    position: absolute;
    left: 0.3rem;
    top: 0.07rem;
    width: 0.25rem;
    height: 0.55rem;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(40deg);
}

.tax-product_cat .dg-compare-control-text {
    line-height: 1.2;
    letter-spacing: 0.01em;
}

.dg-compare-tray[hidden],
.dg-compare-modal[hidden] {
    display: none !important;
}

.dg-compare-tray {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 1rem;
    z-index: 1060;
    padding: 0 1rem;
}

.dg-compare-tray__inner {
    display: grid;
    grid-template-columns: minmax(0, 200px) minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 0.9rem;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
    backdrop-filter: blur(14px);
}

.dg-compare-tray__summary {
    min-width: 0;
}

.dg-compare-tray__kicker {
    display: inline-flex;
    margin-bottom: 0.35rem;
    color: var(--dg-cat-accent);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.dg-compare-tray__count,
.dg-compare-tray__notice {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.35;
}

.dg-compare-tray__count {
    font-weight: 700;
}

.dg-compare-tray__notice {
    margin-top: 0.35rem;
    color: #b45309;
}

.dg-compare-tray__items {
    display: flex;
    gap: 0.8rem;
    min-width: 0;
}

.dg-compare-tray-item {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) auto;
    gap: 0.7rem;
    align-items: center;
    min-width: 0;
    padding: 0.55rem 0.7rem;
    border: 1px solid var(--dg-cat-border);
    border-radius: 0.7rem;
    background: #fff;
}

.dg-compare-tray-item__thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 0.55rem;
    /*background: var(--dg-cat-soft);*/
    background: white;
    overflow: hidden;
}


button.dg-compare-tray__clear {
    background: white !important;
    color: #1a73e8 !important;
}

.dg-compare-tray-item__thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.dg-compare-tray-item__title {
    display: -webkit-box;
    overflow: hidden;
    color: var(--bs-body-color);
    font-size: 0.86rem;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.dg-compare-tray-item__title:hover,
.dg-compare-tray-item__title:focus {
    text-decoration: underline;
}

.dg-compare-tray-item__remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.9rem;
    height: 1.9rem;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--dg-cat-muted);
    font-size: 1.2rem;
    line-height: 1;
}

.dg-compare-tray-item__remove:hover,
.dg-compare-tray-item__remove:focus {
    background: var(--dg-cat-soft);
    color: var(--bs-body-color);
}

.dg-compare-tray__actions {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    flex-wrap: wrap;
}

.dg-compare-tray__clear {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.5rem;
    padding: 0.55rem 0.8rem;
    border: 1px solid transparent !important;
    border-radius: 999px;
    background: transparent !important;
    color: var(--dg-cat-muted) !important;
    font-size: 0.88rem !important;
    font-weight: 600 !important;
    text-decoration: none;
    box-shadow: none !important;
}

.dg-compare-tray__clear:hover,
.dg-compare-tray__clear:focus {
    border-color: rgba(15, 23, 42, 0.08) !important;
    background: rgba(15, 23, 42, 0.04) !important;
    color: var(--bs-body-color) !important;
    text-decoration: none;
}

.dg-compare-tray__open {
    min-width: 140px;
    padding: 0.55rem 1rem;
    border: 1px solid rgba(26, 115, 232, 0.22) !important;
    border-radius: 999px;
    background: #fff !important;
    color: var(--dg-cat-accent) !important;
    font-weight: 700;
    box-shadow: none !important;
}

.dg-compare-tray__open:hover,
.dg-compare-tray__open:focus,
.dg-compare-tray__open:focus-visible {
    border-color: rgba(26, 115, 232, 0.34) !important;
    background: rgba(26, 115, 232, 0.06) !important;
    color: var(--dg-cat-accent) !important;
}

.dg-compare-modal {
    position: fixed;
    inset: 0;
    z-index: 1070;
}

.dg-compare-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.66);
}

.dg-compare-modal__dialog {
    position: relative;
    display: flex;
    flex-direction: column;
    width: min(1240px, calc(100vw - 2rem));
    max-height: calc(100vh - 2rem);
    margin: 1rem auto;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.22);
    overflow: hidden;
}

.dg-compare-modal__header {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: start;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--dg-cat-border);
}

.dg-compare-modal__kicker {
    display: inline-flex;
    margin-bottom: 0.35rem;
    color: var(--dg-cat-accent);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.dg-compare-modal__title {
    margin: 0;
    font-size: 1.35rem;
}


.tax-product_cat #content {
    max-width: 1600px;
}

.text-success {
    font-weight: 500;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}


.tax-product_cat #category-products li img {

    height: auto;
    margin: auto;
    object-fit: contain !important;
}

/*cat pages cards*/

#category-products .woocommerce-Price-amount {

    font-weight: 700;
    font-size: 24px !important;
    color: #98002e !important;
}

#category-products>li .price-line,
#category-products .note-line {
    margin-top: 8px !important;
}



.dg-compare-modal__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--dg-cat-muted);
    font-size: 1.55rem;
    line-height: 1;
}

.dg-compare-modal__close:hover,
.dg-compare-modal__close:focus {
    background: var(--dg-cat-soft);
    color: var(--bs-body-color);
}

.dg-compare-modal__body {
    padding: 1rem 1.25rem 1.25rem;
    overflow: auto;
}

.dg-compare-modal__products {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1.1rem;
}

.dg-compare-product-card {
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 0.9rem;
    align-items: start;
    padding: 0.95rem;
    border: 1px solid var(--dg-cat-border);
    border-radius: 0.8rem;
    background: #fff;
}

.dg-compare-product-card__thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 84px;
    height: 84px;
    border-radius: 0.7rem;
    background: white;
    overflow: hidden;
}


.dg-compare-product-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.dg-compare-product-card__eyebrow {
    margin: 0 0 0.35rem;
    color: var(--dg-cat-accent);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.dg-compare-product-card__title {
    display: inline-block;
    margin-bottom: 0.45rem;
    color: var(--bs-body-color);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
}

.dg-compare-product-card__title:hover,
.dg-compare-product-card__title:focus {
    text-decoration: underline;
}

.dg-compare-product-card__price {
    margin-bottom: 0.45rem;
    font-size: 1rem;
    font-weight: 700;
}

.dg-compare-product-card__price span {
    margin-left: 0.35rem;
    color: var(--dg-cat-muted);
    font-size: 0.82rem;
    font-weight: 500;
}

.dg-compare-product-card__summary {
    margin: 0 0 0.55rem;
    color: var(--dg-cat-muted);
    font-size: 0.88rem;
    line-height: 1.45;
}

.dg-compare-product-card__source {
    display: inline-flex;
    padding: 0.22rem 0.55rem;
    border-radius: 999px;
    background: var(--dg-cat-soft);
    color: var(--dg-cat-muted);
    font-size: 0.76rem;
    font-weight: 600;
}

.dg-compare-modal__table-wrap {
    overflow-x: auto;
}

.dg-compare-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    min-width: 720px;
}

.dg-compare-table tbody tr:nth-child(odd) th,
.dg-compare-table tbody tr:nth-child(odd) td {
    background: #fbfcfe;
}

.dg-compare-table__label,
.dg-compare-table__value {
    padding: 0.8rem 0.95rem;
    border-bottom: 1px solid var(--dg-cat-border);
    vertical-align: top;
    text-align: left;
}

.dg-compare-table__label {
    width: 220px;
    color: var(--dg-cat-muted);
    font-size: 0.86rem;
    font-weight: 700;
}

.dg-compare-table__value {
    min-width: 220px;
    font-size: 0.92rem;
    line-height: 1.45;
}

.dg-compare-table__value.is-empty {
    color: var(--dg-cat-muted);
}

body.dg-compare-open {
    overflow: hidden;
}

@media (max-width: 1199.98px) {
    .tax-product_cat .dg-cat-filters-frame {
        position: static;
    }
}

@media (max-width: 991.98px) {
    body.dg-filters-open {
        overflow: hidden;
    }

    .dg-cat-filters-header{
        display:none;
    }

    
    .tax-product_cat .dg-cat-row-card .card-body {
        padding: 1.2rem 1.15rem 1.15rem !important;
    }

    .tax-product_cat .dg-cat-toolbar {
        flex-direction: column;
        align-items: stretch;
    }

    .tax-product_cat .dg-cat-toolbar__mobile-actions {
        display: flex;
        justify-content: flex-start;
    }

    .tax-product_cat .dg-cat-selected-filters {
        flex: 0 0 auto;
        flex-direction: column;
        align-items: flex-start;
        align-self: flex-start;
        width: 100%;
        gap: 0.35rem;
    }

    .tax-product_cat .dg-cat-selected-filters__body {
        display: flex;
        min-width: 0;
        width: 100%;
        align-items: flex-start;
        align-content: flex-start;
        justify-content: flex-start;
        gap: 0.35rem 0.45rem;
    }

    .tax-product_cat .dg-cat-toolbar__ordering,
    .tax-product_cat .dg-cat-toolbar .woocommerce-ordering,
    .tax-product_cat .dg-cat-toolbar .orderby {
        width: 100%;
    }

    body.tax-product_cat #dg-cat-filters-drawer.zc-cat-filters {
        position: fixed;
        inset: 0 auto 0 0;
        width: min(92vw, 420px);
        max-width: 420px;
        height: 100dvh;
        margin: 0;
        padding: 0;
        display: block;
        background: #fff;
        opacity: 1;
        transform: translateX(-100%);
        visibility: hidden;
        pointer-events: none;
        transition: transform 0.24s ease, visibility 0.24s ease;
        z-index: 1060;
    }

    body.tax-product_cat.dg-filters-open #dg-cat-filters-drawer.zc-cat-filters {
        transform: translateX(0);
        visibility: visible;
        pointer-events: auto;
    }

    .tax-product_cat .dg-cat-filters-frame {
        display: flex;
        flex-direction: column;
        height: 100%;
        border-radius: 0 1rem 1rem 0;
        box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
        overflow: hidden;
    }

    .tax-product_cat .dg-cat-filters-drawer-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        padding: 1rem 1.15rem;
        border-bottom: 1px solid var(--dg-cat-border);
        background: #fff;
    }

    .tax-product_cat .dg-cat-filters-drawer-title {
        margin: 0;
        font-size: 1.05rem;
        font-weight: 700;
    }

    .tax-product_cat .dg-cat-filters-close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 2.25rem;
        height: 2.25rem;
        padding: 0;
        border: 1px solid rgba(15, 23, 42, 0.08);
        border-radius: 999px;
        background: #fff;
        color: #0f172a;
        font-size: 1.45rem;
        line-height: 1;
    }

    .tax-product_cat .dg-cat-row-aside {
        padding-top: 1rem;
        padding-left: 0;
        border-top: 1px solid var(--dg-cat-border);
        border-left: 0;
    }

    .tax-product_cat .dg-cat-filters-body {
        flex: 1 1 auto;
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }

    body.tax-product_cat.dg-filters-open #dg-cat-filters-drawer .bapf_body ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    body.tax-product_cat.dg-filters-open #dg-cat-filters-drawer .bapf_body > ul > li {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 0.55rem;
        width: 100%;
        margin: 0 0 0.65rem;
        padding: 0;
    }

    body.tax-product_cat.dg-filters-open #dg-cat-filters-drawer .bapf_body > ul > li > input[type="checkbox"] {
        position: static;
        transform: none;
        display: inline-block !important;
        width: 14px;
        min-width: 14px;
        max-width: 14px;
        height: 14px;
        min-height: 14px;
        max-height: 14px;
        flex: 0 0 14px;
        margin: 0.22rem 0 0;
    }

    body.tax-product_cat.dg-filters-open #dg-cat-filters-drawer .bapf_body > ul > li > label {
        display: inline-block !important;
        flex: 1 1 auto;
        width: auto !important;
        margin: 0;
        padding-left: 0 !important;
        line-height: 1.35 !important;
        cursor: pointer;
    }

    body.tax-product_cat.dg-filters-open #dg-cat-filters-drawer .bapf_body > ul > li > ul > li,
    body.tax-product_cat.dg-filters-open #dg-cat-filters-drawer .fftrw li {
        display: flex;
        align-items: flex-start;
        gap: 0.55rem;
        position: relative;
    }

    body.tax-product_cat.dg-filters-open #dg-cat-filters-drawer .bapf_body > ul > li > ul > li input[type="checkbox"],
    body.tax-product_cat.dg-filters-open #dg-cat-filters-drawer .fftrw input[type="checkbox"] {
        position: static;
        transform: none;
        margin: 0.22rem 0 0;
        flex: 0 0 auto;
        display: inline-block !important;
    }

    body.tax-product_cat.dg-filters-open #dg-cat-filters-drawer .bapf_body > ul > li > ul > li label,
    body.tax-product_cat.dg-filters-open #dg-cat-filters-drawer .fftrw li label {
        display: block !important;
        flex: 1 1 auto;
        margin: 0;
        padding-left: 0 !important;
        line-height: 1.35 !important;
    }

    body.tax-product_cat.dg-filters-open #dg-cat-filters-drawer .bapf_body > ul > li > ul > li span.bapf_img_span.h2em.w2em {
        margin: 0.08rem 0 0 !important;
        flex: 0 0 auto;
    }

    .tax-product_cat .dg-cat-filters-footer {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 0.75rem;
        padding: 0.95rem 1.15rem calc(0.95rem + env(safe-area-inset-bottom));
        border-top: 1px solid var(--dg-cat-border);
        background: #fff;
    }

    .tax-product_cat .dg-cat-filters-clear,
    .tax-product_cat .dg-cat-filters-apply {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 2.6rem;
        margin: 0 !important;
        border-radius: 0.65rem !important;
        text-decoration: none;
    }

    .tax-product_cat .dg-cat-filters-clear {
        border: 1px solid rgba(15, 23, 42, 0.08);
        background: #fff;
        color: var(--dg-cat-muted);
    }

    .tax-product_cat .dg-cat-row-image-link {
        min-height: 160px;
    }

    .tax-product_cat .dg-cat-row-image-link img {
        max-height: 160px;
    }

    .tax-product_cat .dg-card-specs-list {
        grid-template-columns: 1fr;
    }

    .dg-compare-tray {
        bottom: 0;
        padding: 0;
    }

    .dg-compare-tray__inner {
        grid-template-columns: 1fr;
        border-radius: 1rem 1rem 0 0;
    }

    .dg-compare-tray__items {
        flex-direction: column;
    }

    .dg-compare-modal__products {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .tax-product_cat .dg-cat-row-card .card-body {
        padding: 1.05rem 1rem 1.05rem !important;
    }

    .tax-product_cat .dg-cat-toolbar {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.75rem;
        align-items: start;
        grid-auto-rows: min-content;
        padding: 0.95rem 0.9rem;
    }

    .tax-product_cat .dg-cat-toolbar__summary {
        grid-column: 1 / -1;
        min-width: 0;
        gap: 0.45rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .tax-product_cat .dg-cat-toolbar__mobile-actions {
        display: block;
        grid-column: 1;
        min-width: 0;
    }

    .tax-product_cat .dg-cat-toolbar__ordering {
        grid-column: 2;
        min-width: 0;
        width: 100%;
    }

    .tax-product_cat .dg-cat-toolbar__ordering .woocommerce-ordering {
        width: 100%;
        margin: 0;
    }

    .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering{
        float:none!important;
    }

    select.orderby.custom-select.form-select {
    min-width: 183px !important;
}

    .tax-product_cat .dg-cat-toolbar__ordering .orderby,
    .tax-product_cat .dg-cat-toolbar__ordering .form-select {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        height: 48px;
        padding: 0.55rem 2rem 0.55rem 0.85rem;
        font-size: 0.95rem;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .tax-product_cat .dg-cat-toolbar__filter-toggle {
        width: 100%;
        min-height: 48px;
        justify-content: center;
        padding-inline: 0.9rem;
        white-space: nowrap;
    }

    .tax-product_cat .dg-cat-toolbar__results {
        min-width: 0;
    }

    .tax-product_cat .dg-cat-toolbar__results .woocommerce-result-count {
        margin: 0;
        font-size: 0.9rem;
    }

    .tax-product_cat .dg-cat-selected-filters {
        margin-top: 0.25rem;
        min-width: 0;
    }

    .tax-product_cat .dg-cat-selected-filters__body {
        width: 100%;
        min-width: 0;
    }

    .tax-product_cat .zc-subcats {
        padding: 1rem;
    }

    .tax-product_cat .zc-subcats-primary::after {
        display: none;
    }

    .tax-product_cat .zc-subcats-rail-shell {
        display: block;
        padding-inline: 0;
    }

    .tax-product_cat .zc-subcats-rail-control {
        display: none !important;
    }

    .tax-product_cat .zc-subcats-rail {
        gap: 0.75rem;
        margin: 0 -0.2rem;
    }

    .tax-product_cat .zc-subcat-card {
        flex-basis: 68%;
        min-width: 0;
        max-width: 156px;
    }

    .tax-product_cat .zc-subcats-secondary-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .tax-product_cat .zc-subcats-secondary-list {
        gap: 0.55rem;
        margin: 0 -0.2rem;
    }

    .tax-product_cat .zc-subcats-secondary.is-expanded .zc-subcats-secondary-list,
    .tax-product_cat .zc-subcats-secondary:not(.is-collapsible) .zc-subcats-secondary-list {
        margin: 0;
    }

    .tax-product_cat .zc-subcats-chip {
        white-space: normal;
    }

    body.tax-product_cat #dg-cat-filters-drawer.zc-cat-filters {
        width: min(94vw, 400px);
    }

    .tax-product_cat .dg-cat-row-title-link {
        font-size: 1.15rem;
    }

    .tax-product_cat .dg-card-specs-wrap {
        min-height: unset;
    }

    .dg-compare-product-card {
        grid-template-columns: 72px minmax(0, 1fr);
    }

    .dg-compare-modal__dialog {
        width: calc(100vw - 1rem);
        max-height: calc(100vh - 0.5rem);
        margin: 0.25rem auto;
    }

    .dg-compare-modal__header,
    .dg-compare-modal__body {
        padding-inline: 0.9rem;
    }

    .dg-compare-table__label {
        width: 170px;
    }
}

@media (max-width: 430px) {
    .tax-product_cat .dg-cat-toolbar {
        grid-template-columns: minmax(112px, 0.42fr) minmax(0, 0.58fr);
    }
}
