.absc-root,
.absc-root * {
    box-sizing: border-box;
}

.absc-root {
    --absc-z: 9999;
    width: 100%;
    position: relative;
    color: #111;
}

.absc-root.absc-sticky {
    position: relative;
    z-index: var(--absc-z);
}

/*
 * Robust sticky mode. The header itself becomes fixed while the root remains
 * in normal document flow as a spacer, so Elementor/theme overflow rules do
 * not break the sticky behaviour and the page never jumps when it activates.
 */
.absc-root.absc-sticky.absc-is-stuck .absc-header {
    position: fixed !important;
    top: var(--absc-sticky-top, 0px) !important;
    left: var(--absc-sticky-left, 0px) !important;
    width: var(--absc-sticky-width, 100%) !important;
    z-index: var(--absc-z);
    animation: absc-sticky-reveal .34s cubic-bezier(.22, 1, .36, 1) both;
    will-change: transform, opacity;
}

@keyframes absc-sticky-reveal {
    from {
        transform: translate3d(0, -12px, 0);
        opacity: .96;
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.absc-header {
    position: relative;
    z-index: calc(var(--absc-z) - 2);
    width: 100%;
    background: #fff;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #f2f2f2;
}

.absc-header-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 68px;
    padding-left: 68px;
    padding-right: 68px;
}

.absc-left,
.absc-actions {
    display: flex;
    align-items: center;
    min-width: 0;
}

.absc-left {
    justify-content: flex-start;
    flex: 1 1 40%;
}

.absc-actions {
    justify-content: flex-end;
    flex: 1 1 40%;
    gap: 20px;
}

.absc-logo-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    white-space: nowrap;
}

.absc-logo-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 4;
    pointer-events: auto !important;
    cursor: pointer;
    text-decoration: none !important;
    color: inherit;
}

.absc-logo-text {
    display: block;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 4px;
}

/* Keep the uploaded logo identical in Elementor preview and on the live frontend.
 * The stronger, scoped rules prevent theme/global image CSS from expanding it. */
.absc-root .absc-logo-wrap .absc-logo-image {
    display: block;
    width: 160px !important;
    max-width: 160px !important;
    height: auto !important;
    object-fit: contain;
}

.absc-desktop-menu,
.absc-desktop-menu > ul,
.absc-desktop-menu .absc-custom-menu {
    margin: 0;
    padding: 0;
}

.absc-desktop-menu > ul,
.absc-desktop-menu .absc-custom-menu {
    display: flex;
    align-items: center;
    gap: 28px;
    list-style: none;
}

.absc-desktop-menu li {
    position: relative;
    margin: 0;
    list-style: none;
}

.absc-desktop-menu > ul > li {
    display: flex;
    align-items: center;
}

/*
 * Critical Mega Menu first-paint guard.
 * The full Mega Menu stylesheet is also preloaded with AB Header, but these
 * minimal rules live in the header CSS as a fail-safe so Elementor-rendered
 * Mega Menu content can never enter normal document flow for a frame while
 * external styles are still downloading.
 */
.absc-root .absc-desktop-menu > ul > li.absc-has-mega-menu {
    position: static !important;
}

.absc-root .absc-desktop-menu .absc-mega-dropdown {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 100% !important;
    width: 100% !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.absc-desktop-menu a {
    display: inline-flex;
    align-items: center;
    color: #0e1620;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 400;
    text-decoration: none !important;
    white-space: nowrap;
    transition: opacity .2s ease, color .2s ease;
}

.absc-desktop-menu > ul > li > a:hover,
.absc-desktop-menu > ul > li > a:focus {
    opacity: .72;
}

.absc-submenu-toggle {
    appearance: none;
    border: 0;
    background: transparent;
    margin: 0 0 0 4px;
    padding: 2px;
    width: 14px;
    height: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: currentColor;
    cursor: pointer;
}

.absc-submenu-toggle span {
    display: block;
    width: 5px;
    height: 5px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: rotate(45deg) translateY(-1px);
    transform-origin: center;
    transition: transform .2s ease;
}

.absc-submenu-toggle span + * {
    display: none;
}


.absc-desktop-menu .menu-item-has-children > .sub-menu,
.absc-desktop-menu .menu-item-has-children > .absc-submenu {
    position: absolute;
    top: calc(100% + 14px);
    left: -18px;
    min-width: 190px;
    margin: 0;
    padding: 12px 0;
    list-style: none;
    background: #fff;
    border: 1px solid #ececec;
    box-shadow: 0 12px 30px rgba(0,0,0,.08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(7px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
    z-index: 30;
}

.absc-desktop-menu .menu-item-has-children:hover > .sub-menu,
.absc-desktop-menu .menu-item-has-children:hover > .absc-submenu,
.absc-desktop-menu .menu-item-has-children:focus-within > .sub-menu,
.absc-desktop-menu .menu-item-has-children:focus-within > .absc-submenu,
.absc-desktop-menu .menu-item-has-children.absc-submenu-open > .sub-menu,
.absc-desktop-menu .menu-item-has-children.absc-submenu-open > .absc-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.absc-desktop-menu .sub-menu li,
.absc-desktop-menu .absc-submenu li {
    display: block;
    width: 100%;
}

.absc-desktop-menu .sub-menu a,
.absc-desktop-menu .absc-submenu a {
    display: flex;
    width: 100%;
    padding: 9px 18px;
    font-size: 12px;
}

.absc-action-button,
.absc-mobile-toggle,
.absc-search-close,
.absc-canvas-close,
.absc-cart-close {
    appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    color: #07121d;
    line-height: 1;
    text-decoration: none !important;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.absc-action-button {
    position: relative;
    width: 24px;
    height: 28px;
}

.absc-action-button svg,
.absc-mobile-toggle svg,
.absc-search-close svg,
.absc-canvas-close svg,
.absc-cart-close svg,
.absc-search-input-icon svg {
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.35;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.absc-action-button svg {
    width: 22px;
    height: 22px;
}

.absc-cart-count {
    position: absolute;
    top: -3px;
    right: -7px;
    min-width: 15px;
    height: 15px;
    padding: 0 4px;
    border-radius: 999px;
    background: #000;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    line-height: 1;
    font-weight: 600;
}

.absc-cart-count:empty {
    display: none;
}

.absc-mobile-toggle {
    display: none;
    width: 22px;
    height: 24px;
}

.absc-mobile-toggle svg {
    width: 16px;
    height: 16px;
    stroke-width: 1.25;
}

.absc-search-panel {
    position: absolute;
    top: calc(100% + 10px);
    right: 24px;
    width: 420px;
    max-width: calc(100vw - 32px);
    background: #fff;
    border: 1px solid #e7e7e7;
    box-shadow: 0 16px 40px rgba(0,0,0,.10);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
    z-index: 80;
}

.absc-search-panel.absc-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.absc-search-input-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 54px;
    padding: 0 14px;
    border-bottom: 1px solid #ededed;
}

.absc-search-input-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #222;
    flex: 0 0 auto;
}

.absc-search-input-icon svg {
    width: 18px;
    height: 18px;
}

.absc-search-input {
    width: 100%;
    min-width: 0;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    color: #111;
    font: inherit;
    font-size: 14px;
    padding: 0 !important;
    margin: 0 !important;
}

.absc-search-input::-webkit-search-cancel-button {
    display: none;
}

.absc-search-close,
.absc-canvas-close,
.absc-cart-close {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
}

.absc-search-close svg,
.absc-canvas-close svg,
.absc-cart-close svg {
    width: 18px;
    height: 18px;
}

.absc-search-status {
    display: none;
    padding: 16px;
    color: #777;
    font-size: 13px;
}

.absc-search-status.absc-visible {
    display: block;
}

.absc-search-results {
    max-height: min(480px, 60vh);
    overflow-y: auto;
}

.absc-search-result {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 14px;
    color: #111;
    text-decoration: none !important;
    border-bottom: 1px solid #f0f0f0;
    transition: background .18s ease;
}

.absc-search-result:last-child {
    border-bottom: 0;
}

.absc-search-result:hover,
.absc-search-result:focus {
    background: #f8f8f8;
}

.absc-search-result-thumb {
    width: 58px;
    height: 68px;
    flex: 0 0 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f6f6f6;
    overflow: hidden;
}

.absc-search-result-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
}

.absc-search-result-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 0;
}

.absc-search-result-title {
    color: inherit;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 500;
}

.absc-search-result-price {
    color: #555;
    font-size: 12px;
    line-height: 1.3;
}

.absc-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.34);
    opacity: 0;
    visibility: hidden;
    transition: opacity .22s ease, visibility .22s ease;
    z-index: calc(var(--absc-z) - 1);
}

.absc-root.absc-drawer-open .absc-overlay {
    opacity: 1;
    visibility: visible;
}

.absc-mobile-canvas,
.absc-cart-drawer {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: var(--absc-z);
    background: #fff;
    overflow-y: auto;
    transition: transform .26s cubic-bezier(.22,.61,.36,1);
    box-shadow: 0 0 35px rgba(0,0,0,.12);
}

.absc-mobile-canvas {
    left: 0;
    width: min(86vw, 390px);
    transform: translateX(-105%);
}

.absc-mobile-canvas.absc-open {
    transform: translateX(0);
}

.absc-cart-drawer {
    right: 0;
    width: min(420px, 92vw);
    transform: translateX(105%);
}

.absc-cart-drawer.absc-open {
    transform: translateX(0);
}

.absc-canvas-head {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0 20px;
    border-bottom: 1px solid #ececec;
}

.absc-canvas-title {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
}

.absc-mobile-nav,
.absc-mobile-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.absc-mobile-nav > ul > li {
    position: relative;
    border-bottom: 1px solid #eaeaea;
}

.absc-mobile-nav li {
    list-style: none;
    margin: 0;
}

.absc-mobile-nav li > a {
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 12px 52px 12px 20px;
    color: #111;
    font-size: 14px;
    line-height: 1.25;
    text-decoration: none !important;
}

.absc-mobile-nav .absc-submenu-toggle {
    position: absolute;
    right: 16px;
    top: 15px;
    width: 24px;
    height: 24px;
    margin: 0;
}

.absc-mobile-nav .menu-item-has-children.absc-submenu-open > .absc-submenu-toggle span {
    transform: rotate(225deg) translate(-1px, -1px);
}

.absc-mobile-nav .sub-menu,
.absc-mobile-nav .absc-submenu {
    display: none;
    padding: 0 0 8px;
    background: rgba(0,0,0,.025);
}

.absc-mobile-nav .menu-item-has-children.absc-submenu-open > .sub-menu,
.absc-mobile-nav .menu-item-has-children.absc-submenu-open > .absc-submenu {
    display: block;
}

.absc-mobile-nav .sub-menu a,
.absc-mobile-nav .absc-submenu a {
    min-height: 44px;
    padding-left: 34px;
    font-size: 13px;
}

.absc-cart-drawer {
    overflow: hidden;
}

.absc-cart-drawer .absc-canvas-head {
    min-height: 68px;
    padding: 0 16px;
    background: #ffffff;
    border-bottom: 1px solid #e8e8e8;
}

.absc-cart-drawer .absc-canvas-title {
    color: #111111;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0;
}

.absc-root .absc-cart-drawer button.absc-cart-close,
.absc-root .absc-cart-drawer button.absc-cart-close:hover,
.absc-root .absc-cart-drawer button.absc-cart-close:focus,
.absc-root .absc-cart-drawer button.absc-cart-close:active {
    width: auto;
    height: 36px;
    flex: 0 0 auto;
    gap: 5px;
    padding: 0 !important;
    color: #111111 !important;
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.absc-cart-drawer .absc-cart-close svg {
    width: 16px;
    height: 16px;
    stroke-width: 1.25;
}

.absc-cart-drawer .absc-cart-close-text {
    display: inline-block;
    color: inherit;
    font: inherit;
    line-height: 1;
}

/*
 * WooCommerce replaces .widget_shopping_cart_content via cart fragments.
 * Styling the standard fragment wrapper keeps this design intact after
 * AJAX add/remove actions as well as on the initial render.
 */
.absc-cart-drawer .widget_shopping_cart_content {
    display: flex;
    flex-direction: column;
    height: calc(100% - 68px);
    min-height: 0;
    padding: 0;
    background: #ffffff;
    color: #111111;
}

.absc-cart-drawer .woocommerce-mini-cart {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    margin: 0 !important;
    padding: 0 14px !important;
    list-style: none !important;
    background: #ffffff !important;
}

.absc-cart-drawer .woocommerce-mini-cart-item {
    position: relative;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) 18px;
    grid-template-rows: auto auto;
    column-gap: 14px;
    row-gap: 5px;
    min-height: 92px;
    margin: 0 !important;
    padding: 16px 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #f0f0f0 !important;
    background: #ffffff !important;
    list-style: none !important;
}

.absc-cart-drawer .woocommerce-mini-cart-item:last-child {
    border-bottom: 0 !important;
}

.absc-cart-drawer .woocommerce-mini-cart-item > a:not(.remove) {
    grid-column: 1 / 3;
    grid-row: 1;
    display: grid !important;
    grid-template-columns: 58px minmax(0, 1fr);
    column-gap: 14px;
    align-items: start;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
    color: #4a4a4a !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 400;
    text-decoration: none !important;
    text-transform: none;
}

.absc-cart-drawer .woocommerce-mini-cart-item > a:not(.remove):hover,
.absc-cart-drawer .woocommerce-mini-cart-item > a:not(.remove):focus,
.absc-cart-drawer .woocommerce-mini-cart-item > a:not(.remove):active {
    color: #111111 !important;
    background: transparent !important;
    text-decoration: none !important;
}

.absc-cart-drawer .woocommerce-mini-cart-item img {
    grid-column: 1;
    width: 58px !important;
    max-width: 58px !important;
    height: 58px !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    object-fit: contain;
    object-position: center;
    background: #f7f7f7;
    border: 0 !important;
    border-radius: 0 !important;
}

.absc-cart-drawer .woocommerce-mini-cart-item .remove_from_cart_button,
.absc-cart-drawer .woocommerce-mini-cart-item a.remove {
    position: static !important;
    grid-column: 3;
    grid-row: 1;
    align-self: start;
    justify-self: end;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    margin: -1px 0 0 !important;
    padding: 0 !important;
    color: #9b9b9b !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 17px !important;
    line-height: 18px !important;
    font-weight: 300 !important;
    text-decoration: none !important;
}

.absc-cart-drawer .woocommerce-mini-cart-item .remove_from_cart_button:hover,
.absc-cart-drawer .woocommerce-mini-cart-item .remove_from_cart_button:focus,
.absc-cart-drawer .woocommerce-mini-cart-item .remove_from_cart_button:active,
.absc-cart-drawer .woocommerce-mini-cart-item a.remove:hover,
.absc-cart-drawer .woocommerce-mini-cart-item a.remove:focus,
.absc-cart-drawer .woocommerce-mini-cart-item a.remove:active {
    color: #111111 !important;
    background: transparent !important;
}

.absc-cart-drawer .woocommerce-mini-cart-item .quantity {
    grid-column: 2 / 4;
    grid-row: 2;
    display: block;
    margin: -28px 0 0 72px;
    color: #b3b3b3 !important;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 400;
}

.absc-cart-drawer .woocommerce-mini-cart-item .quantity .amount,
.absc-cart-drawer .woocommerce-mini-cart-item .quantity .woocommerce-Price-amount,
.absc-cart-drawer .woocommerce-mini-cart-item .quantity bdi {
    color: #111111 !important;
    font-size: 13px;
    font-weight: 700 !important;
}

.absc-cart-drawer .woocommerce-mini-cart__total {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 56px;
    margin: 0 !important;
    padding: 14px 16px !important;
    color: #222222 !important;
    background: #ffffff !important;
    border: 0 !important;
    border-top: 1px solid #e5e5e5 !important;
    border-bottom: 0 !important;
    font-size: 18px;
    line-height: 1.2;
}

.absc-cart-drawer .woocommerce-mini-cart__total strong {
    color: #222222 !important;
    font-size: 18px;
    font-weight: 700 !important;
}

.absc-cart-drawer .woocommerce-mini-cart__total .amount,
.absc-cart-drawer .woocommerce-mini-cart__total .woocommerce-Price-amount,
.absc-cart-drawer .woocommerce-mini-cart__total bdi {
    color: #111111 !important;
    font-size: 19px;
    font-weight: 700 !important;
}

.absc-cart-drawer .woocommerce-mini-cart__buttons {
    flex: 0 0 auto;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 0 16px 16px !important;
    background: #ffffff !important;
}

.absc-root .absc-cart-drawer .woocommerce-mini-cart__buttons a,
.absc-root .absc-cart-drawer .woocommerce-mini-cart__buttons a.button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-height: 43px;
    margin: 0 !important;
    padding: 10px 14px !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 400;
    text-decoration: none !important;
    text-transform: none;
    transition: opacity .18s ease;
}

.absc-root .absc-cart-drawer .woocommerce-mini-cart__buttons a:first-child,
.absc-root .absc-cart-drawer .woocommerce-mini-cart__buttons a:first-child:hover,
.absc-root .absc-cart-drawer .woocommerce-mini-cart__buttons a:first-child:focus,
.absc-root .absc-cart-drawer .woocommerce-mini-cart__buttons a:first-child:active {
    color: #222222 !important;
    background: #f6f6f6 !important;
    background-color: #f6f6f6 !important;
    background-image: none !important;
}

.absc-root .absc-cart-drawer .woocommerce-mini-cart__buttons a:last-child,
.absc-root .absc-cart-drawer .woocommerce-mini-cart__buttons a:last-child:hover,
.absc-root .absc-cart-drawer .woocommerce-mini-cart__buttons a:last-child:focus,
.absc-root .absc-cart-drawer .woocommerce-mini-cart__buttons a:last-child:active {
    color: #ffffff !important;
    background: #0f0f0f !important;
    background-color: #0f0f0f !important;
    background-image: none !important;
}

.absc-root .absc-cart-drawer .woocommerce-mini-cart__buttons a:hover {
    opacity: .88;
}

.absc-cart-drawer .woocommerce-mini-cart__empty-message {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 24px 16px !important;
    color: #777777 !important;
    background: #ffffff !important;
    font-size: 14px;
    text-align: center;
}

body.absc-no-scroll {
    overflow: hidden !important;
}

/* WordPress menu: JS adds the same dropdown toggle after normal submenu
 * parents and desktop items that have an assigned AB Mega Menu. */
.absc-desktop-menu .menu-item-has-children > a + .absc-submenu-toggle,
.absc-desktop-menu .absc-has-mega-menu > a + .absc-submenu-toggle,
.absc-mobile-nav .menu-item-has-children > a + .absc-submenu-toggle {
    display: inline-flex;
}

.absc-desktop-menu .menu-item-has-children.absc-submenu-open > .absc-submenu-toggle span,
.absc-desktop-menu .absc-has-mega-menu.absc-submenu-open > .absc-submenu-toggle span {
    transform: rotate(225deg) translate(-1px, -1px);
}

/* 767px switch */
@media (max-width: 767px) {
    .absc-bp-767 .absc-desktop-menu { display: none; }
    .absc-bp-767 .absc-mobile-toggle { display: inline-flex; }
    .absc-bp-767 .absc-header-inner { min-height: 50px; padding-left: 26px; padding-right: 26px; }
    .absc-bp-767 .absc-left { flex: 0 0 44px; }
    .absc-bp-767 .absc-actions { flex: 0 0 auto; flex-direction: row-reverse; gap: 15px; }
    .absc-bp-767 .absc-logo-text { font-size: 24px; letter-spacing: 2px; }
    .absc-root.absc-bp-767 .absc-logo-wrap .absc-logo-image { width: 90px !important; max-width: 90px !important; height: auto !important; }
    .absc-bp-767 .absc-action-button { width: 18px; height: 22px; }
    .absc-bp-767 .absc-action-button svg { width: 16px; height: 16px; }
    .absc-bp-767 .absc-cart-count { top: -5px; right: -7px; min-width: 13px; height: 13px; font-size: 8px; padding: 0 3px; }
    .absc-bp-767 .absc-search-panel { top: 100%; right: 0; width: 100vw !important; max-width: 100vw; border-left: 0; border-right: 0; }
}

/* 880px switch */
@media (max-width: 880px) {
    .absc-bp-880 .absc-desktop-menu { display: none; }
    .absc-bp-880 .absc-mobile-toggle { display: inline-flex; }
    .absc-bp-880 .absc-header-inner { min-height: 50px; padding-left: 26px; padding-right: 26px; }
    .absc-bp-880 .absc-left { flex: 0 0 44px; }
    .absc-bp-880 .absc-actions { flex: 0 0 auto; flex-direction: row-reverse; gap: 15px; }
    .absc-bp-880 .absc-logo-text { font-size: 24px; letter-spacing: 2px; }
    .absc-root.absc-bp-880 .absc-logo-wrap .absc-logo-image { width: 90px !important; max-width: 90px !important; height: auto !important; }
    .absc-bp-880 .absc-action-button { width: 18px; height: 22px; }
    .absc-bp-880 .absc-action-button svg { width: 16px; height: 16px; }
    .absc-bp-880 .absc-search-panel { top: 100%; right: 0; width: 100vw !important; max-width: 100vw; border-left: 0; border-right: 0; }
}

/* 1024px switch */
@media (max-width: 1024px) {
    .absc-bp-1024 .absc-desktop-menu { display: none; }
    .absc-bp-1024 .absc-mobile-toggle { display: inline-flex; }
    .absc-bp-1024 .absc-header-inner { min-height: 50px; padding-left: 26px; padding-right: 26px; }
    .absc-bp-1024 .absc-left { flex: 0 0 44px; }
    .absc-bp-1024 .absc-actions { flex: 0 0 auto; flex-direction: row-reverse; gap: 15px; }
    .absc-bp-1024 .absc-logo-text { font-size: 24px; letter-spacing: 2px; }
    .absc-root.absc-bp-1024 .absc-logo-wrap .absc-logo-image { width: 90px !important; max-width: 90px !important; height: auto !important; }
    .absc-bp-1024 .absc-action-button { width: 18px; height: 22px; }
    .absc-bp-1024 .absc-action-button svg { width: 16px; height: 16px; }
    .absc-bp-1024 .absc-search-panel { top: 100%; right: 0; width: 100vw !important; max-width: 100vw; border-left: 0; border-right: 0; }
}

@media (prefers-reduced-motion: reduce) {
    .absc-root *,
    .absc-root *::before,
    .absc-root *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* --------------------------------------------------------------------------
 * Theme/global-style isolation
 * Keep AB Header controls neutral on hover/active. Elementor widget color
 * controls still set the icon/text colors; external theme accent backgrounds
 * are intentionally blocked inside this widget.
 * -------------------------------------------------------------------------- */
.absc-root button.absc-action-button,
.absc-root button.absc-action-button:hover,
.absc-root button.absc-action-button:focus,
.absc-root button.absc-action-button:active,
.absc-root button.absc-mobile-toggle,
.absc-root button.absc-mobile-toggle:hover,
.absc-root button.absc-mobile-toggle:focus,
.absc-root button.absc-mobile-toggle:active,
.absc-root button.absc-search-close,
.absc-root button.absc-search-close:hover,
.absc-root button.absc-search-close:focus,
.absc-root button.absc-search-close:active,
.absc-root button.absc-canvas-close,
.absc-root button.absc-canvas-close:hover,
.absc-root button.absc-canvas-close:focus,
.absc-root button.absc-canvas-close:active,
.absc-root button.absc-cart-close,
.absc-root button.absc-cart-close:hover,
.absc-root button.absc-cart-close:focus,
.absc-root button.absc-cart-close:active,
.absc-root button.absc-submenu-toggle,
.absc-root button.absc-submenu-toggle:hover,
.absc-root button.absc-submenu-toggle:focus,
.absc-root button.absc-submenu-toggle:active {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

.absc-root .absc-desktop-menu li,
.absc-root .absc-desktop-menu li:hover,
.absc-root .absc-desktop-menu li:focus-within,
.absc-root .absc-desktop-menu li.current-menu-item,
.absc-root .absc-desktop-menu li.current_page_item,
.absc-root .absc-desktop-menu li.current-menu-ancestor {
    background-color: transparent !important;
    background-image: none !important;
}

.absc-root .absc-desktop-menu a,
.absc-root .absc-desktop-menu a:hover,
.absc-root .absc-desktop-menu a:focus,
.absc-root .absc-desktop-menu a:active,
.absc-root .absc-desktop-menu .current-menu-item > a,
.absc-root .absc-desktop-menu .current_page_item > a,
.absc-root .absc-desktop-menu .current-menu-ancestor > a {
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
}

.absc-root .absc-mobile-nav li,
.absc-root .absc-mobile-nav li.current-menu-item,
.absc-root .absc-mobile-nav li.current_page_item,
.absc-root .absc-mobile-nav li.current-menu-ancestor {
    background-image: none !important;
}

