.xpb-wrapper {
    display: block;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding: 0;
    box-sizing: border-box;
    position: relative;
    background: #fff;
}

.xpb-term-hero {
    width: 100%;
    max-width: 100%;
    margin: 0 0 30px;
    padding: 0 0 28px;
    box-sizing: border-box;
    color: #17191c;
    background: transparent;
    border-bottom: 1px solid #e4e7eb;
    text-align: left;
}

.xpb-term-hero-inner {
    display: flex;
    gap: 32px;
    align-items: stretch;
    justify-content: space-between;
    min-height: 188px;
    max-width: none;
    margin: 0;
    padding: 28px 0 18px 30px;
    background: transparent;
    border-left: 4px solid #111417;
    border-radius: 0;
    box-sizing: border-box;
}

.xpb-term-hero-content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.xpb-term-title {
    max-width: none;
    margin: 0 0 14px;
    color: #17191c;
    font-family: Poppins, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: 0;
}

.xpb-term-description {
    max-width: 980px;
    margin: 0;
    color: #3f454d;
    font-size: 16px;
    line-height: 1.6;
}

.xpb-term-description p {
    margin: 0;
}

.xpb-term-description strong {
    color: #17191c;
    font-weight: 700;
}

.xpb-term-description a {
    display: inline-block;
    margin-top: 12px;
    color: #17191c;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
}

.xpb-term-description a:hover {
    text-decoration: underline;
}

.xpb-term-actions {
    flex: 0 0 auto;
    align-self: flex-end;
    margin-top: 0;
    padding-right: 0;
}

.xpb-page-title {
    max-width: 1620px;
    margin: 32px auto 0;
    padding: 0 30px;
    color: #1d1d1f;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0;
    box-sizing: border-box;
}

.xpb-browse {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 36px;
    max-width: 1620px;
    margin: 24px auto 80px;
    padding: 0 30px;
    align-items: start;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
}

.xpb-has-term-hero .xpb-browse {
    margin-top: 0;
    padding-top: 44px;
}

.xpb-sidebar,
.xpb-product-sidebar {
    min-width: 0;
    padding-top: 6px;
}

.xpb-has-term-hero .xpb-sidebar,
body.single-product .xpb-product-sidebar {
    padding-top: 4px;
}

.xpb-category-toggle {
    display: none;
}

.xpb-category-toggle-main {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.xpb-category-toggle-kicker {
    color: #7a8792;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
}

.xpb-category-toggle-title {
    overflow: hidden;
    color: #24313b;
    font-family: Poppins, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xpb-category-toggle-meta {
    flex: 0 0 auto;
    color: #7a8792;
    font-size: 10px;
    line-height: 1;
    white-space: nowrap;
}

.xpb-category-toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4px;
    width: 7px;
    height: 7px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-62%) rotate(45deg);
    transition: transform 0.18s ease;
}

.xpb-category-toggle:hover,
.xpb-category-toggle:focus-visible {
    color: #0b5a82;
    border-color: #ccd7df;
    box-shadow: none;
    outline: none;
}

.xpb-category-toggle[aria-expanded="true"]::after {
    transform: translateY(-35%) rotate(225deg);
}

.xpb-category-panel {
    display: block;
}

.xpb-category-panel[hidden],
.xpb-category-collapsed .xpb-category-panel {
    display: block;
}

.xpb-main-group {
    margin-bottom: 14px;
}

.xpb-group-heading {
    display: block;
}

.xpb-main-title {
    display: block;
    position: relative;
    margin: 0;
    padding: 0 0 6px;
    color: #1d1d1f;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.xpb-main-title:hover,
.xpb-main-title.xpb-main-title-active {
    color: #1d1d1f !important;
}

.xpb-main-title.xpb-main-title-active {
    padding-left: 14px;
}

.xpb-main-title.xpb-main-title-active::before {
    content: "";
    position: absolute;
    top: 1px;
    bottom: 7px;
    left: 0;
    width: 3px;
    background: #111417;
    border-radius: 999px;
}

.xpb-main-toggle {
    display: none;
}

.xpb-sub-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.xpb-sub-list li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.xpb-sub-link {
    display: block;
    margin: 0;
    padding: 4px 0 4px 14px;
    color: #6e6e73 !important;
    background: transparent;
    border: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.xpb-sub-link:hover,
.xpb-sub-link.xpb-active {
    color: #1d1d1f !important;
}

.xpb-sub-link.xpb-active {
    position: relative;
    font-weight: 600;
}

.xpb-sub-link.xpb-active::before {
    content: "";
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 0;
    width: 3px;
    background: #111417;
    border-radius: 999px;
}

.xpb-main {
    min-width: 0;
    min-height: 500px;
    overflow: hidden;
}

.xpb-cat-panel {
    display: none;
}

.xpb-cat-panel.xpb-show {
    display: block;
}

.xpb-cat-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 16px;
    margin: 0 0 24px;
    padding: 0;
}

.xpb-cat-title {
    margin: 0;
    padding: 0;
    color: #1d1d1f;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
}

.xpb-cat-actions {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 10px;
}

.xpb-view-all {
    display: inline-flex;
    flex-shrink: 0;
    min-height: 44px;
    padding: 0 16px;
    align-items: center;
    justify-content: center;
    color: #1d1d1f !important;
    background: #fff;
    border: 1px solid #dfe3e8;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    opacity: 1;
    text-decoration: none !important;
    white-space: nowrap;
}

.xpb-view-all:hover {
    border-color: #111417;
}

.xpb-toolbar-controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.xpb-control {
    position: relative;
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 8px;
    color: #1d1d1f;
    font-size: 14px;
    font-weight: 500;
}

.xpb-control select {
    height: 44px;
    min-height: 44px;
    padding: 0 38px 0 14px;
    color: #1d1d1f;
    background: #fff;
    border: 1px solid #dfe3e8;
    border-radius: 6px;
    font: inherit;
    line-height: 44px;
    appearance: none;
    cursor: pointer;
    box-shadow: none;
}

.xpb-sort-control select {
    min-width: 190px;
}

.xpb-control::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-right: 2px solid #1d1d1f;
    border-bottom: 2px solid #1d1d1f;
    pointer-events: none;
    transform: translateY(-62%) rotate(45deg);
}

.xpb-control:focus-within select {
    border-color: #111417;
    outline: none;
}

.xpb-prod-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px 20px;
    margin: 0;
    padding: 0;
}

.xpb-prod {
    display: block;
    min-width: 0;
    margin: 0;
    padding: 0;
    color: inherit;
    text-align: left;
    text-decoration: none !important;
    background: transparent;
    border: 0;
    border-radius: 0;
    outline-offset: 6px;
    transition: color 0.18s ease;
}

.xpb-prod:hover,
.xpb-prod:focus-visible {
    transform: none;
    border-color: transparent;
    box-shadow: none;
}

.xpb-prod-img {
    position: relative;
    display: flex;
    width: 100%;
    aspect-ratio: 15 / 9.8;
    margin: 0 0 14px;
    padding: 0;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e2e6ea;
    border-radius: 12px;
    box-sizing: border-box;
    transform: translateZ(0);
    transition:
        border-color 0.22s ease,
        box-shadow 0.22s ease,
        transform 0.22s ease;
}

.xpb-prod-img::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0) 34%, rgba(255, 255, 255, 0.72) 48%, rgba(255, 255, 255, 0) 62%),
        radial-gradient(circle at 50% 100%, rgba(44, 62, 80, 0.08), rgba(44, 62, 80, 0) 48%);
    opacity: 0;
    transform: translateX(-42%);
    transition: opacity 0.22s ease, transform 0.48s ease;
}

.xpb-prod-img::after {
    content: "";
    position: absolute;
    right: 16px;
    bottom: 12px;
    left: 16px;
    z-index: 1;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(17, 20, 23, 0), rgba(17, 20, 23, 0.48), rgba(17, 20, 23, 0));
    opacity: 0;
    transform: scaleX(0.42);
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.xpb-prod:hover .xpb-prod-img,
.xpb-prod:focus-visible .xpb-prod-img {
    border-color: #cfd8e3;
    box-shadow: 0 16px 34px rgba(20, 47, 85, 0.12);
    transform: translateY(-3px);
}

.xpb-prod:hover .xpb-prod-img::before,
.xpb-prod:focus-visible .xpb-prod-img::before {
    opacity: 1;
    transform: translateX(42%);
}

.xpb-prod:hover .xpb-prod-img::after,
.xpb-prod:focus-visible .xpb-prod-img::after {
    opacity: 1;
    transform: scaleX(1);
}

.xpb-prod-img img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: contain !important;
    object-position: center !important;
    box-sizing: border-box !important;
    transition: transform 0.28s ease, filter 0.28s ease !important;
    will-change: transform;
}

.xpb-prod:hover .xpb-prod-img img,
.xpb-prod:focus-visible .xpb-prod-img img {
    filter: saturate(1.04) contrast(1.03);
    transform: scale(1.045) translateY(-2px);
}

.xpb-prod-name {
    display: -webkit-box;
    min-height: 36px;
    margin: 0 0 6px;
    padding: 0;
    overflow: hidden;
    color: #1d1d1f !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.35;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.xpb-prod-price {
    margin: 0;
    padding: 0;
    color: #6e6e73;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
}

.xpb-prod-price del {
    margin-right: 4px;
    color: #aaa;
    font-weight: 400;
}

.xpb-prod-price ins {
    color: #1d1d1f;
    font-weight: 500;
    text-decoration: none;
}

@media (prefers-reduced-motion: reduce) {
    .xpb-prod,
    .xpb-prod-img,
    .xpb-prod-img::before,
    .xpb-prod-img::after,
    .xpb-prod-img img {
        transition: none !important;
    }

    .xpb-prod:hover .xpb-prod-img,
    .xpb-prod:focus-visible .xpb-prod-img,
    .xpb-prod:hover .xpb-prod-img::before,
    .xpb-prod:focus-visible .xpb-prod-img::before,
    .xpb-prod:hover .xpb-prod-img::after,
    .xpb-prod:focus-visible .xpb-prod-img::after,
    .xpb-prod:hover .xpb-prod-img img,
    .xpb-prod:focus-visible .xpb-prod-img img {
        transform: none;
    }
}

.xpb-empty {
    padding: 80px 20px;
    color: #86868b;
    font-size: 15px;
    text-align: center;
}

body.single-product .ct-container-full > article {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 0 36px;
    max-width: 1620px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}

body.single-product .hero-section {
    display: none;
}

body.single-product .ct-container-full[data-vertical-spacing*="top"] {
    padding-top: 0;
}

body.single-product .ct-container-full > article > * {
    grid-column: 1 / -1;
}

.xnergy-product-back {
    display: inline-flex;
    width: auto;
    min-height: 34px;
    margin: 16px 0 24px;
    padding: 0 10px;
    align-items: center;
    justify-self: start;
    border: 1px solid transparent;
    border-radius: 4px;
    background: transparent;
    color: #465668;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
}

.xnergy-product-back::before {
    content: "<";
    margin-right: 7px;
    color: currentColor;
}

.xnergy-product-back:hover,
.xnergy-product-back:focus {
    border-color: transparent;
    background: transparent;
    color: #2c3e50;
}

body.single-product form.cart .ct-cart-actions .quantity,
body.single-product form.cart .ct-cart-actions .single_add_to_cart_button,
body.single-product form.cart .ct-cart-actions .xnergy-buy-now {
    transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease, box-shadow 0.16s ease;
}

body.single-product form.cart .ct-cart-actions .single_add_to_cart_button,
body.single-product form.cart .ct-cart-actions .xnergy-buy-now {
    border: 1px solid #eef1f5 !important;
    background: #f3f5f7 !important;
    color: #111518 !important;
    box-shadow: none !important;
}

body.single-product form.cart .ct-cart-actions .single_add_to_cart_button:hover,
body.single-product form.cart .ct-cart-actions .single_add_to_cart_button:focus-visible,
body.single-product form.cart .ct-cart-actions .xnergy-buy-now:hover,
body.single-product form.cart .ct-cart-actions .xnergy-buy-now:focus-visible {
    border-color: #2c3e50 !important;
    background: #2c3e50 !important;
    color: #ffffff !important;
    box-shadow: none !important;
    outline: none;
}

body.single-product form.cart .ct-cart-actions .single_add_to_cart_button:active,
body.single-product form.cart .ct-cart-actions .xnergy-buy-now:active {
    border-color: #111518 !important;
    background: #111518 !important;
    color: #ffffff !important;
}

body.single-product form.cart .ct-cart-actions .quantity:hover,
body.single-product form.cart .ct-cart-actions .quantity:focus-within {
    border-color: #cfd6df;
    background: #f7f9fb;
    box-shadow: none !important;
    outline: none !important;
}

body.single-product form.cart .ct-cart-actions .quantity input.qty,
body.single-product form.cart .ct-cart-actions .quantity input.qty:hover,
body.single-product form.cart .ct-cart-actions .quantity input.qty:focus,
body.single-product form.cart .ct-cart-actions .quantity input.qty:focus-visible,
body.single-product form.cart .ct-cart-actions .quantity input.qty:active {
    border-color: transparent !important;
    background: transparent !important;
    color: #111518 !important;
    box-shadow: none !important;
    outline: none !important;
}

body.single-product form.cart .ct-cart-actions .quantity .ct-increase,
body.single-product form.cart .ct-cart-actions .quantity .ct-decrease {
    color: #536170;
    transition: color 0.16s ease, background-color 0.16s ease;
}

body.single-product form.cart .ct-cart-actions .quantity .ct-increase:hover,
body.single-product form.cart .ct-cart-actions .quantity .ct-increase:focus,
body.single-product form.cart .ct-cart-actions .quantity .ct-increase:active,
body.single-product form.cart .ct-cart-actions .quantity .ct-decrease:hover,
body.single-product form.cart .ct-cart-actions .quantity .ct-decrease:focus,
body.single-product form.cart .ct-cart-actions .quantity .ct-decrease:active {
    color: #111518;
    box-shadow: none !important;
    outline: none !important;
}

body.single-product .custom-button.xq-add-to-quote,
.woocommerce ul.products .custom-button.xq-add-to-quote {
    z-index: 1 !important;
}

body.single-product .ct-container-full > article > .xpb-product-sidebar {
    grid-column: 1;
    align-self: start;
}

body.single-product .ct-container-full > article > .product {
    grid-column: 2;
    min-width: 0;
}

body.single-product .ct-container-full > article > .product .product-entry-wrapper.is-width-constrained {
    width: 100%;
    max-width: none;
}

@media (max-width: 1200px) {
    .xpb-term-hero-inner {
        display: block;
    }

    .xpb-term-actions {
        margin-top: 20px;
        justify-content: flex-start;
    }
}

@media (max-width: 992px) {
    .xpb-term-hero {
        margin-bottom: 26px;
        padding: 0 0 26px;
    }

    .xpb-term-hero-inner {
        gap: 20px;
        padding: 6px 0 6px 24px;
    }

    .xpb-term-title {
        font-size: 34px;
        line-height: 1.2;
    }

    .xpb-term-description {
        font-size: 15px;
    }

    .xpb-page-title {
        padding: 0 24px;
        font-size: 32px;
    }

    .xpb-browse {
        grid-template-columns: 220px minmax(0, 1fr);
        gap: 24px;
        padding: 0 24px;
    }

    .xpb-has-term-hero .xpb-browse {
        padding-top: 36px;
    }

    .xpb-prod-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 28px 16px;
    }

    .xpb-cat-title {
        font-size: 24px;
    }
}

@media (max-width: 700px) {
    .xpb-term-hero {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
        padding: 0 0 22px;
    }

    .xpb-term-hero-inner {
        display: block;
        padding: 2px 0 2px 18px;
        border-left-width: 3px;
    }

    .xpb-term-title {
        margin-bottom: 14px;
        font-size: 30px;
        line-height: 1.22;
    }

    .xpb-term-description {
        font-size: 14px;
        line-height: 1.65;
    }

    .xpb-term-actions {
        margin-top: 18px;
        justify-content: flex-start;
    }

    .xpb-wrapper {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .xpb-page-title {
        margin-top: 20px;
        padding: 0 20px;
        font-size: 28px;
    }

    .xpb-browse {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 0 0 50px;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .xpb-has-term-hero .xpb-browse {
        padding: 24px 20px 0;
    }

    .xpb-sidebar,
    .xpb-product-sidebar {
        width: 100%;
        max-width: 100%;
        margin-bottom: 18px;
        padding: 0;
        box-sizing: border-box;
    }

    .xpb-category-toggle {
        position: relative;
        display: inline-flex;
        width: 100%;
        min-height: 44px;
        margin: 0;
        padding: 8px 34px 8px 0;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        color: #24313b;
        background: transparent;
        border: 0;
        border-top: 1px solid #e4e9ee;
        border-bottom: 1px solid #e4e9ee;
        border-radius: 0;
        box-shadow: none;
        font-family: "SF Mono", "Roboto Mono", ui-monospace, Menlo, Consolas, monospace;
        font-size: 11px;
        font-weight: 500;
        line-height: 1.2;
        text-align: left;
        cursor: pointer;
        transition: border-color 0.18s ease, color 0.18s ease;
    }

    .xpb-category-toggle:hover,
    .xpb-category-toggle:focus-visible {
        color: #0b5a82;
        border-color: #ccd7df;
        box-shadow: none;
        outline: none;
    }

    .xpb-category-toggle-title {
        font-size: 13px;
    }

    .xpb-category-toggle-meta {
        display: none;
    }

    .xpb-category-panel {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
        margin-top: 8px;
        padding: 0 0 12px;
        border-bottom: 1px solid #e7edf2;
    }

    .xpb-category-panel[hidden],
    .xpb-category-collapsed .xpb-category-panel {
        display: none;
    }

    .xpb-main-group {
        margin: 0;
        padding: 0;
        border: 0 !important;
        border-bottom: 1px solid #eef2f5 !important;
        border-radius: 0;
        background: transparent;
        overflow: hidden;
    }

    .xpb-main-group:last-child {
        border-bottom: 0 !important;
    }

    .xpb-group-heading {
        display: flex;
        min-height: 48px;
        align-items: stretch;
    }

    .xpb-main-title {
        display: flex;
        flex: 1 1 auto;
        min-width: 0;
        padding: 10px 8px 10px 22px;
        align-items: center;
        font-size: 13px;
        line-height: 1.25;
    }

    .xpb-main-title::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 8px;
        bottom: auto;
        width: 4px;
        height: 4px;
        border: 1px solid #7891a2;
        border-radius: 50%;
        background: #fff;
        transform: translateY(-50%);
    }

    .xpb-main-title.xpb-main-title-active::before {
        display: block;
        border-color: #0b5a82;
        background: #0b5a82;
    }

    .xpb-main-toggle {
        position: relative;
        display: inline-flex;
        flex: 0 0 38px;
        width: 38px;
        min-height: 40px;
        margin: 0;
        padding: 0;
        align-items: center;
        justify-content: center;
        border: 0;
        border-left: 0;
        border-radius: 0;
        background: transparent;
        color: #355f7c;
        cursor: pointer;
    }

    .xpb-main-toggle::before {
        content: "";
        width: 8px;
        height: 8px;
        border-right: 1px solid currentColor;
        border-bottom: 1px solid currentColor;
        transform: translateY(-2px) rotate(45deg);
        transition: transform 0.18s ease;
    }

    .xpb-main-group-open .xpb-main-toggle::before {
        transform: translateY(2px) rotate(225deg);
    }

    .xpb-main-group:not(.xpb-main-group-open) .xpb-sub-list {
        display: none;
    }

    .xpb-sub-list {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
        padding: 0 8px 10px 22px;
        border-top: 0;
    }

    .xpb-sub-link {
        display: block;
        width: 100%;
        max-width: 100%;
        min-height: 0;
        padding: 6px 0 6px 12px !important;
        box-sizing: border-box;
        overflow-wrap: break-word;
        color: #687681 !important;
        background: transparent;
        border-radius: 0;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.2;
        text-align: left;
        word-break: break-word;
    }

    .xpb-sub-link.xpb-active {
        color: #0b5a82 !important;
        background: transparent;
        font-weight: 600;
    }

    .xpb-sub-link.xpb-active::before {
        display: block;
    }

    body.single-product .ct-container-full > article {
        display: flex;
        flex-direction: column;
        max-width: 100%;
        padding: 0 20px;
    }

    body.single-product .ct-container-full > article > .xpb-product-sidebar {
        order: 2;
        margin-bottom: 12px;
    }

    body.single-product .ct-container-full > article > .xnergy-product-back {
        display: none;
        order: 1;
        margin: 0 0 14px;
    }

    body.single-product .ct-container-full > article > .product {
        order: 3;
    }

    body.single-product .product table,
    body.single-product .product table thead,
    body.single-product .product table tbody,
    body.single-product .product table tr,
    body.single-product .product table th,
    body.single-product .product table td {
        display: block;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100%;
    }

    body.single-product .product table {
        border: 1px solid #e5e7eb;
    }

    body.single-product .product table thead {
        display: none;
    }

    body.single-product .product table tr {
        border-bottom: 1px solid #e5e7eb;
    }

    body.single-product .product table tr:last-child {
        border-bottom: 0;
    }

    body.single-product .product table th,
    body.single-product .product table td {
        border-right: 0 !important;
        border-left: 0 !important;
        overflow: visible !important;
        overflow-wrap: anywhere;
        text-align: left;
        word-break: break-word;
        white-space: normal !important;
    }

    body.single-product .product table th:first-child,
    body.single-product .product table td:first-child {
        padding-bottom: 4px;
        border-bottom: 0 !important;
        font-weight: 700;
    }

    body.single-product .product table th + th,
    body.single-product .product table td + td {
        padding-top: 0;
    }

    .xpb-main {
        width: 100%;
        max-width: 100%;
        padding: 0;
        box-sizing: border-box;
    }

    .xpb-cat-header {
        display: block;
        margin-bottom: 18px;
        padding-bottom: 0;
    }

    .xpb-cat-title {
        margin-bottom: 12px;
        font-size: 22px;
    }

    .xpb-cat-actions {
        justify-content: flex-start;
        gap: 10px;
    }

    .xpb-toolbar-controls {
        flex: 1 1 100%;
        justify-content: stretch;
    }

    .xpb-control {
        flex: 1;
    }

    .xpb-control select {
        width: 100%;
    }

    .xpb-prod-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        max-width: 100%;
        gap: 24px 14px;
        box-sizing: border-box;
    }

    .xpb-prod {
        min-width: 0;
        padding: 12px;
        box-sizing: border-box;
    }

    .xpb-prod-img {
        margin-bottom: 12px;
        border-radius: 6px;
    }

    .xpb-prod-name {
        min-height: 34px;
        font-size: 13px;
        line-height: 1.3;
    }

    .xpb-prod-price {
        font-size: 12px;
    }
}
