.nexa-drawer-lock{overflow:hidden!important}
.nexa-catalogue{--nexa-primary:#009cb7;--nexa-dark:#007f99;--nexa-text:#172136;--nexa-soft:#5f6b7e;--nexa-border:#e5eaf0;--nexa-bg:#f4f7fa;--nexa-white:#fff;--nexa-shadow:0 16px 42px rgba(23,33,54,.09);box-sizing:border-box;min-height:100vh;padding:34px clamp(16px,3vw,48px) 110px;background:var(--nexa-bg);color:var(--nexa-text);font-family:Manrope,Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5}
.nexa-catalogue *,.nexa-catalogue *::before,.nexa-catalogue *::after{box-sizing:border-box}
.nexa-catalogue button,.nexa-catalogue select,.nexa-catalogue input{font:inherit}
.nexa-catalogue button{cursor:pointer}
.nexa-catalogue button:focus-visible,.nexa-catalogue select:focus-visible,.nexa-catalogue input:focus-visible,.nexa-catalogue a:focus-visible{outline:3px solid rgba(0,156,183,.22);outline-offset:2px}
.nexa-svg-sprite{position:absolute;width:0;height:0;overflow:hidden}
.nexa-catalogue svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.nexa-catalogue #nexa-icon-grid{fill:currentColor;stroke:none}
.nexa-layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:26px;max-width:1800px;margin:0 auto}
.nexa-sidebar{position:sticky;top:24px;align-self:start;max-height:calc(100vh - 48px);overflow:auto;padding:20px 14px;border:1px solid var(--nexa-border);border-radius:18px;background:var(--nexa-white);box-shadow:0 8px 28px rgba(23,33,54,.04);scrollbar-width:thin}
.nexa-sidebar-head{display:flex;align-items:center;justify-content:space-between;padding:0 8px 16px;margin-bottom:8px;border-bottom:1px solid var(--nexa-border)}
.nexa-sidebar-head h2,.nexa-toolbar h1,.nexa-drawer h2,.nexa-section-heading h2{margin:2px 0 0;color:var(--nexa-text);line-height:1.2}
.nexa-sidebar-head h2{font-size:20px}
.nexa-eyebrow{color:var(--nexa-primary);font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.nexa-sidebar-close{display:none;padding:8px;border:0;background:transparent;color:var(--nexa-soft)}
.nexa-category-nav{display:grid;gap:3px}
.nexa-category{display:grid;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;min-height:43px;padding:8px 9px;border:0;border-radius:10px;background:transparent;color:var(--nexa-soft);font-size:12.5px;font-weight:650;line-height:1.25;text-align:left;transition:background .2s,color .2s,transform .2s}
.nexa-category svg{width:18px;height:18px}
.nexa-category:hover{background:#f1f9fb;color:var(--nexa-dark);transform:translateX(2px)}
.nexa-category.is-active{background:linear-gradient(135deg,#e9f9fc,#f3fbfc);color:var(--nexa-dark)}
.nexa-category-count{padding:3px 6px;border-radius:999px;background:var(--nexa-bg);color:#8b96a7;font-size:10px;font-weight:700}
.nexa-category.is-active .nexa-category-count{background:var(--nexa-white);color:var(--nexa-primary)}
.nexa-products-area{min-width:0}
.nexa-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:22px}
.nexa-toolbar h1{font-size:clamp(26px,2.1vw,36px);letter-spacing:-.035em}
.nexa-toolbar-copy p{margin:7px 0 0;color:var(--nexa-soft);font-size:13px}
.nexa-toolbar-controls{display:flex;align-items:flex-end;gap:9px}
.nexa-select-label{display:grid;gap:5px;color:var(--nexa-soft);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.nexa-select-label select{height:40px;min-width:128px;padding:0 32px 0 11px;border:1px solid var(--nexa-border);border-radius:9px;background:var(--nexa-white);color:var(--nexa-text);font-size:12px;font-weight:650;letter-spacing:0;text-transform:none}
.nexa-reset,.nexa-desktop-wishlist,.nexa-mobile-filter,.nexa-mobile-wishlist{height:40px;padding:0 12px;border:1px solid var(--nexa-border);border-radius:9px;background:var(--nexa-white);color:var(--nexa-soft);font-size:12px;font-weight:750}
.nexa-reset{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}
.nexa-desktop-wishlist{display:flex;align-items:center;gap:7px;color:var(--nexa-text)}
.nexa-count-badge{display:inline-grid;place-items:center;min-width:19px;height:19px;border-radius:999px;background:var(--nexa-primary);color:#fff;font-size:10px}
.nexa-mobile-actions{display:none}
.nexa-product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}
.nexa-product-card{display:flex;flex-direction:column;min-width:0;overflow:hidden;border:1px solid var(--nexa-border);border-radius:14px;background:var(--nexa-white);box-shadow:0 5px 18px rgba(23,33,54,.035);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}
.nexa-product-card:hover{transform:translateY(-5px);border-color:#cddde2;box-shadow:var(--nexa-shadow)}
.nexa-product-image-wrap{position:relative;height:190px;overflow:hidden;margin:8px 8px 0;border-radius:10px;background:linear-gradient(145deg,#f9fbfc,#eef3f6)}
.nexa-image-link{position:relative;display:block;width:100%;height:100%;padding:0;border:0;background:transparent}
.nexa-image-link img{position:relative;z-index:1;width:100%;height:100%;padding:17px;object-fit:contain;transition:opacity .22s ease,transform .35s ease}
.nexa-product-card:hover .nexa-image-link img{transform:scale(1.035)}
.nexa-image-fallback{position:absolute;inset:0;display:grid;place-items:center;padding:20px;background:linear-gradient(145deg,#f9fbfc,#eef3f6);color:#8994a5;font-size:11px;font-weight:700;text-align:center}
.nexa-image-link img.is-unavailable,.nexa-detail-image-stage img.is-unavailable,.nexa-thumb img.is-unavailable{display:none}
.nexa-wishlist-toggle{position:absolute;z-index:3;top:8px;right:8px;display:grid;place-items:center;width:34px;height:34px;border:1px solid rgba(229,234,240,.9);border-radius:50%;background:rgba(255,255,255,.92);color:#728094;box-shadow:0 4px 12px rgba(23,33,54,.08);transition:color .2s,transform .2s,background .2s}
.nexa-wishlist-toggle:hover{color:var(--nexa-primary);transform:scale(1.07)}
.nexa-wishlist-toggle.is-active{border-color:#ef3340;background:#fff;color:#ef3340;box-shadow:0 4px 14px rgba(239,51,64,.18)}
.nexa-wishlist-toggle.is-active svg,.nexa-detail-wishlist.is-active svg{fill:currentColor}
.nexa-wishlist-toggle svg{width:17px;height:17px}
.nexa-product-body{display:flex;flex:1;flex-direction:column;padding:13px}
.nexa-product-link{color:inherit}
.nexa-product-name{display:block;width:100%;min-height:0;height:auto;overflow:visible;padding:0;border:0;background:transparent;color:var(--nexa-text);font-family:inherit;font-size:13px;font-weight:750;line-height:1.38;text-align:left;white-space:normal;overflow-wrap:anywhere;word-break:normal;-webkit-line-clamp:unset;-webkit-box-orient:unset}
.nexa-product-name:hover{color:var(--nexa-dark)}
.nexa-ean{display:flex;align-items:center;gap:5px;min-height:20px;margin:8px 0 0;color:var(--nexa-primary);font-family:inherit;font-size:11.5px;font-weight:750;line-height:1.3;letter-spacing:0;white-space:nowrap}.nexa-ean-icon{flex:0 0 auto;width:14px!important;height:14px!important;stroke-width:1.7!important}.nexa-ean-label{flex:0 0 auto}.nexa-ean-value{min-width:0;overflow:hidden;text-overflow:ellipsis;color:var(--nexa-primary)}.nexa-card-unit-price{display:flex;align-items:baseline;gap:5px;margin:7px 0 12px;color:var(--nexa-text);font-family:inherit;line-height:1.3}.nexa-card-unit-price-value{font-family:inherit;font-size:12.5px;font-weight:800;color:var(--nexa-text)}.nexa-card-unit-price-value .woocommerce-Price-amount{font:inherit;color:inherit}.nexa-card-unit-price-copy{font-family:inherit;font-size:11px;font-weight:700;color:var(--nexa-soft)}
.nexa-price{display:grid;gap:2px;margin:13px 0 12px}
.nexa-price span{color:var(--nexa-text);font-size:18px;font-weight:850;letter-spacing:-.03em}
.nexa-price small{display:block;color:var(--nexa-soft);font-size:9px;line-height:1.25}
.nexa-card-actions{display:grid;grid-template-columns:1fr;gap:8px;margin-top:auto}
.nexa-quantity{display:grid;grid-template-columns:34px minmax(0,1fr) 34px;height:34px;overflow:hidden;border:1px solid var(--nexa-border);border-radius:8px;background:#fff}
.nexa-quantity button{border:0;background:#f7f9fb;color:var(--nexa-text);font-size:17px;line-height:1}
.nexa-quantity button:hover{background:#eaf6f8;color:var(--nexa-dark)}
.nexa-quantity-display{display:flex;align-items:center;justify-content:center;gap:4px;min-width:0;border-inline:1px solid var(--nexa-border);background:#fff;overflow:hidden}
.nexa-quantity input{display:block;width:52px;max-width:58%;min-width:30px;height:32px;padding:0;border:0!important;background:#fff;color:var(--nexa-text);font-size:12px;font-weight:750;text-align:right;appearance:textfield;box-shadow:none!important;outline:0!important}
.nexa-quantity input::-webkit-inner-spin-button{appearance:none}
.nexa-quantity-unit{display:inline-flex;align-items:center;flex:0 0 auto;padding:0;color:var(--nexa-soft);font-size:9px;font-weight:800;white-space:nowrap}
.nexa-add-cart{display:flex;align-items:center;justify-content:center;gap:7px;min-height:36px;padding:0 9px;border:1px solid var(--nexa-primary);border-radius:8px;background:var(--nexa-primary);color:#fff;font-size:11px;font-weight:800;transition:background .2s,transform .2s}
.nexa-add-cart:hover:not(:disabled){border-color:var(--nexa-dark);background:var(--nexa-dark)}
.nexa-add-cart:active{transform:scale(.98)}
.nexa-add-cart:disabled{cursor:not-allowed;opacity:.5}
.nexa-add-cart svg{width:15px;height:15px}
.nexa-catalogue button.is-loading{cursor:wait;opacity:.7}
.nexa-pagination{display:flex;align-items:center;justify-content:center;gap:6px;margin:30px 0 0}
.nexa-pagination .page-numbers{display:flex;align-items:center;justify-content:center;gap:6px;min-width:38px;height:38px;padding:0 11px;border:1px solid var(--nexa-border);border-radius:8px;background:#fff;color:var(--nexa-soft);font-size:12px;font-weight:700;text-decoration:none}
.nexa-pagination .page-numbers:hover,.nexa-pagination .page-numbers.current{border-color:var(--nexa-primary);background:var(--nexa-primary);color:#fff}
.nexa-no-results{padding:70px 20px;border:1px dashed #cbd6df;border-radius:16px;background:#fff;text-align:center}
.nexa-no-results svg{width:38px;height:38px;color:var(--nexa-primary)}
.nexa-no-results h2{margin:15px 0 5px;font-size:20px}
.nexa-no-results p{margin:0;color:var(--nexa-soft);font-size:13px}
.nexa-no-results a{display:inline-flex;margin-top:18px;padding:10px 16px;border-radius:8px;background:var(--nexa-primary);color:#fff;font-weight:750;text-decoration:none}
.nexa-cart-fab{position:fixed;z-index:40;right:24px;bottom:24px;display:flex;align-items:center;gap:11px;min-width:146px;height:58px;padding:0 18px;border:0;border-radius:16px;background:var(--nexa-text);color:#fff;box-shadow:0 15px 36px rgba(23,33,54,.28);transition:transform .2s,background .2s}
.nexa-cart-fab:hover{transform:translateY(-3px);background:var(--nexa-dark)}
.nexa-fab-icon{position:relative;display:grid;place-items:center}
.nexa-cart-count{position:absolute;top:-13px;right:-11px;display:grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border:2px solid var(--nexa-text);border-radius:999px;background:var(--nexa-primary);font-size:9px;font-weight:800}
.nexa-fab-copy{display:grid;text-align:left}
.nexa-fab-copy small{opacity:.65;font-size:9px;letter-spacing:.08em;text-transform:uppercase}
.nexa-fab-copy strong{font-size:14px}
.nexa-drawer-backdrop{position:fixed;z-index:70;inset:0;background:rgba(15,24,39,.42);backdrop-filter:blur(2px)}
.nexa-drawer{position:fixed;z-index:80;top:0;right:0;display:flex;visibility:hidden;flex-direction:column;width:min(430px,100%);height:100dvh;background:#fff;box-shadow:-20px 0 50px rgba(23,33,54,.15);transform:translateX(105%);transition:transform .28s ease,visibility .28s}
.nexa-drawer.is-open{visibility:visible;transform:translateX(0)}
.nexa-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:23px 22px;border-bottom:1px solid var(--nexa-border)}
.nexa-drawer-header h2{font-size:22px}
.nexa-drawer-header h2 span{color:var(--nexa-soft);font-size:13px}
.nexa-drawer-header button{display:grid;place-items:center;width:38px;height:38px;border:1px solid var(--nexa-border);border-radius:9px;background:#fff;color:var(--nexa-soft)}
.nexa-drawer-body{flex:1;overflow:auto;padding:16px 22px}
.nexa-drawer-footer{padding:18px 22px 22px;border-top:1px solid var(--nexa-border);background:#fff}
.nexa-subtotal-row{display:flex;justify-content:space-between;font-size:15px}
.nexa-subtotal-row strong{font-size:20px}
.nexa-drawer-footer p{margin:5px 0 15px;color:var(--nexa-soft);font-size:11px}
.nexa-checkout{display:flex;align-items:center;justify-content:center;width:100%;height:44px;border:0;border-radius:9px;background:var(--nexa-primary);color:#fff;font-weight:800;text-decoration:none}
.nexa-clear{width:100%;margin-top:10px;border:0;background:transparent;color:var(--nexa-soft);font-size:11px;text-decoration:underline}
.nexa-drawer-item{display:grid;grid-template-columns:64px minmax(0,1fr) auto;gap:12px;padding:13px 0;border-bottom:1px solid var(--nexa-border)}
.nexa-drawer-thumb{position:relative;width:64px;height:68px;overflow:hidden;border-radius:9px;background:var(--nexa-bg)}
.nexa-drawer-thumb img{position:relative;z-index:1;width:100%;height:100%;padding:7px;object-fit:contain}
.nexa-drawer-item h3{margin:2px 0 5px;font-size:12px;line-height:1.35}
.nexa-drawer-item p{margin:0;color:var(--nexa-dark);font-size:12px;font-weight:800}
.nexa-drawer-price small{display:block;color:var(--nexa-soft);font-size:10px;font-weight:700;line-height:1.25}
.nexa-drawer-case-meta{display:grid;gap:2px;margin:6px 0 0}
.nexa-drawer-case-meta div{display:flex;justify-content:space-between;gap:10px;color:var(--nexa-soft);font-size:10px;line-height:1.3}
.nexa-drawer-case-meta dt{margin:0}
.nexa-drawer-case-meta dd{margin:0;color:var(--nexa-text);font-weight:800;text-align:right}
.nexa-drawer-item-controls{display:flex;align-items:center;gap:7px;margin-top:8px}
.nexa-drawer-item-controls button{display:grid;place-items:center;width:25px;height:25px;padding:0;border:1px solid var(--nexa-border);border-radius:6px;background:#fff;color:var(--nexa-text)}
.nexa-drawer-item-controls span{min-width:20px;font-size:11px;font-weight:750;text-align:center}
.nexa-remove-item{align-self:start;padding:5px;border:0;background:transparent;color:#8994a5}
.nexa-remove-item:hover{color:#c74848}
.nexa-remove-item svg{width:16px;height:16px}
.nexa-empty-state{display:grid;place-items:center;align-content:center;min-height:55vh;color:var(--nexa-soft);text-align:center}
.nexa-empty-state svg{width:42px;height:42px;color:#a4afbd}
.nexa-empty-state h3{margin:15px 0 3px;color:var(--nexa-text);font-size:17px}
.nexa-empty-state p{max-width:260px;margin:0;font-size:12px}
.nexa-wishlist-add{margin-top:8px;padding:7px 10px;border:0;border-radius:7px;background:#eaf8fa;color:var(--nexa-dark);font-size:10px;font-weight:800}
.nexa-loading{display:grid;place-items:center;min-height:180px;color:var(--nexa-soft);font-size:12px}
.nexa-toast-region{position:fixed;z-index:100;right:24px;bottom:96px;display:grid;gap:8px;pointer-events:none}
.nexa-toast{min-width:230px;max-width:340px;padding:12px 15px;border-left:4px solid var(--nexa-primary);border-radius:8px;background:var(--nexa-text);color:#fff;box-shadow:var(--nexa-shadow);font-size:12px;font-weight:650;animation:nexa-toast-in .25s ease}
.nexa-toast.is-leaving{opacity:0;transform:translateY(8px);transition:.2s}
.nexa-detail-view{max-width:1480px;margin:0 auto}
.nexa-detail-view[hidden]{display:none}
.nexa-back{display:flex;align-items:center;gap:8px;margin-bottom:20px;padding:9px 12px;border:1px solid var(--nexa-border);border-radius:8px;background:#fff;color:var(--nexa-text);font-size:12px;font-weight:750}
.nexa-detail-main{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:clamp(30px,5vw,76px);padding:clamp(20px,3vw,42px);border:1px solid var(--nexa-border);border-radius:20px;background:#fff}
.nexa-gallery{display:grid;grid-template-columns:76px minmax(0,1fr);gap:14px}
.nexa-gallery.is-single{grid-template-columns:minmax(0,1fr)}
.nexa-detail-image-stage{position:relative;grid-column:2;grid-row:1;width:100%;overflow:hidden;aspect-ratio:1/1;border-radius:16px;background:linear-gradient(145deg,#f9fbfc,#edf3f6);cursor:zoom-in}
.nexa-gallery.is-single .nexa-detail-image-stage{grid-column:1}
.nexa-detail-image-stage img{position:relative;z-index:1;width:100%;height:100%;padding:42px;object-fit:contain;transform-origin:center;transition:transform .15s ease}
.nexa-detail-image-stage.is-zoomed img{transform:scale(1.8)}
.nexa-zoom-hint{position:absolute;z-index:2;right:12px;bottom:12px;display:flex;align-items:center;gap:5px;padding:7px 9px;border-radius:7px;background:rgba(255,255,255,.9);color:var(--nexa-soft);font-size:9px;font-weight:700}
.nexa-zoom-hint svg{width:13px;height:13px}
.nexa-thumbnails{grid-column:1;grid-row:1;display:grid;align-content:start;gap:10px}
.nexa-thumb{position:relative;width:76px;height:76px;overflow:hidden;border:1px solid var(--nexa-border);border-radius:10px;background:var(--nexa-bg)}
.nexa-thumb.is-active{border:2px solid var(--nexa-primary)}
.nexa-thumb img{position:relative;z-index:1;width:100%;height:100%;padding:8px;object-fit:contain}
.nexa-detail-info{align-self:center}
.nexa-detail-category{display:inline-block;padding:5px 9px;border-radius:999px;background:#e9f9fc;color:var(--nexa-dark);font-size:10px;font-weight:800}
.nexa-detail-info h1{max-width:650px;margin:0 0 14px;color:var(--nexa-text);font-size:clamp(28px,3vw,43px);line-height:1.12;letter-spacing:-.04em}
.nexa-detail-price{margin:25px 0 0;color:var(--nexa-text);font-size:34px;font-weight:850;letter-spacing:0}
.nexa-detail-price.nexa-price span{font-size:34px}
.nexa-detail-price.nexa-price small{font-size:11px}.nexa-detail-unit-price{display:flex;align-items:baseline;gap:8px;margin:0 0 20px;color:var(--nexa-text)}.nexa-detail-unit-price strong{font-size:34px;font-weight:850;letter-spacing:0}.nexa-detail-unit-price small{font-size:11px;font-weight:800;color:var(--nexa-muted)}
.nexa-vat-note{margin:0 0 21px;color:var(--nexa-soft);font-size:10px}
.nexa-specifications{display:grid;gap:9px;margin:0}
.nexa-specifications div{display:flex;justify-content:space-between;gap:12px;padding-bottom:8px;border-bottom:1px solid var(--nexa-border);font-size:11px}
.nexa-specifications dt{color:var(--nexa-soft)}
.nexa-specifications dd{margin:0;font-weight:750;text-align:right}
.nexa-inline-specifications{margin:0 0 22px;padding:14px;border:1px solid var(--nexa-border);border-radius:10px;background:var(--nexa-bg)}
.nexa-detail-actions{display:grid;grid-template-columns:165px minmax(140px,1fr) auto;gap:10px}
.nexa-detail-quantity{height:45px}
.nexa-detail-add{min-height:45px;font-size:12px}
.nexa-detail-wishlist{display:flex;align-items:center;justify-content:center;gap:7px;min-height:45px;padding:0 13px;border:1px solid var(--nexa-border);border-radius:9px;background:#fff;color:var(--nexa-text);font-size:11px;font-weight:800}
.nexa-detail-wishlist.is-active{border-color:var(--nexa-primary);background:#eaf8fa;color:var(--nexa-dark)}
.nexa-product-strip{margin-top:16px;padding:28px;border:1px solid var(--nexa-border);border-radius:16px;background:#fff}
.nexa-section-heading{margin-bottom:16px}
.nexa-section-heading h2{font-size:20px}
.nexa-mini-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.nexa-mini-product{display:grid;grid-template-columns:58px minmax(0,1fr);align-items:center;gap:10px;padding:9px;border:1px solid var(--nexa-border);border-radius:10px;background:#fff;text-align:left}
.nexa-mini-product:hover{border-color:#bcdde3}
.nexa-mini-product-image{position:relative;width:58px;height:58px;overflow:hidden;border-radius:7px;background:var(--nexa-bg)}
.nexa-mini-product-image img{position:relative;z-index:1;width:100%;height:100%;padding:5px;object-fit:contain}
.nexa-mini-product strong{display:-webkit-box;overflow:hidden;color:var(--nexa-text);font-size:10.5px;line-height:1.35;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.nexa-mini-product span{display:block;margin-top:3px;color:var(--nexa-dark);font-size:11px;font-weight:800}
@keyframes nexa-toast-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
@media(max-width:1450px){.nexa-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:1120px){.nexa-catalogue{padding-inline:20px}.nexa-layout{grid-template-columns:215px minmax(0,1fr);gap:18px}.nexa-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.nexa-toolbar{align-items:flex-start;flex-direction:column}.nexa-toolbar-controls{width:100%}.nexa-desktop-wishlist{margin-left:auto}.nexa-detail-main{grid-template-columns:1fr 1fr;gap:30px}.nexa-detail-actions{grid-template-columns:160px 1fr}.nexa-detail-wishlist{grid-column:1/-1}.nexa-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:820px){.nexa-catalogue{padding:18px 14px 100px}.nexa-mobile-actions{display:flex;justify-content:space-between;max-width:100%;margin:0 auto 16px}.nexa-mobile-filter,.nexa-mobile-wishlist{display:flex;align-items:center;gap:7px}.nexa-layout{display:block}.nexa-sidebar{position:fixed;z-index:90;inset:0 auto 0 0;visibility:hidden;width:min(320px,88vw);max-height:none;border-radius:0;transform:translateX(-105%);transition:transform .28s ease,visibility .28s}.nexa-sidebar.is-open{visibility:visible;transform:translateX(0)}.nexa-sidebar-close{display:grid}.nexa-toolbar{gap:15px}.nexa-toolbar-controls{display:grid;grid-template-columns:1fr 90px auto}.nexa-select-label select{width:100%;min-width:0}.nexa-desktop-wishlist{display:none}.nexa-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.nexa-detail-main{grid-template-columns:1fr;padding:18px}.nexa-detail-info{padding-top:5px}.nexa-detail-image-stage img{padding:28px}}
@media(max-width:560px){.nexa-product-grid{gap:9px}.nexa-product-image-wrap{height:150px;margin:6px 6px 0}.nexa-image-link img{padding:12px}.nexa-product-body{padding:10px}.nexa-product-name{min-height:0;font-size:12px}.nexa-ean{font-size:10.5px}.nexa-card-unit-price-value{font-size:12px}.nexa-card-unit-price-copy{font-size:10px}.nexa-price{margin:10px 0}.nexa-price span{font-size:16px}.nexa-toolbar-controls{grid-template-columns:1fr 78px}.nexa-reset{grid-column:1/-1}.nexa-cart-fab{right:14px;bottom:14px;min-width:0;height:54px;padding:0 16px}.nexa-fab-copy{display:none}.nexa-toast-region{right:14px;bottom:78px;left:14px}.nexa-toast{min-width:0}.nexa-gallery{grid-template-columns:1fr}.nexa-detail-image-stage{grid-column:1;grid-row:1}.nexa-thumbnails{grid-column:1;grid-row:2;grid-template-columns:repeat(3,64px)}.nexa-thumb{width:64px;height:64px}.nexa-detail-info h1{font-size:27px}.nexa-detail-actions{grid-template-columns:150px 1fr}.nexa-detail-wishlist{grid-column:1/-1}.nexa-product-strip{padding:21px 18px}.nexa-mini-grid{grid-template-columns:1fr}.nexa-drawer-header,.nexa-drawer-body,.nexa-drawer-footer{padding-inline:17px}}
@media(max-width:360px){.nexa-product-grid{grid-template-columns:1fr}.nexa-product-image-wrap{height:210px}.nexa-toolbar-controls{grid-template-columns:1fr}.nexa-reset{grid-column:auto}}
@media(hover:none){.nexa-product-card:hover{transform:none}.nexa-zoom-hint{display:none}.nexa-detail-image-stage{cursor:default}}
@media(prefers-reduced-motion:reduce){.nexa-catalogue *,.nexa-catalogue *::before,.nexa-catalogue *::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}

/* v1.0.15: isolated product-detail case selector.
   High specificity and explicit resets prevent theme/Elementor button styles
   from hiding, colouring, clipping or repositioning its three cells. */
#nexa-catalogue .nexa-detail-actions{
  display:grid!important;
  grid-template-columns:minmax(180px,210px) minmax(0,1fr) minmax(0,1fr)!important;
  align-items:stretch!important;
  gap:12px!important;
  width:100%!important;
  min-width:0!important;
}
#nexa-catalogue .nexa-detail-quantity{
  box-sizing:border-box!important;
  display:grid!important;
  grid-template-columns:44px minmax(92px,1fr) 44px!important;
  align-items:stretch!important;
  width:100%!important;
  min-width:180px!important;
  max-width:210px!important;
  height:45px!important;
  min-height:45px!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid var(--nexa-border)!important;
  border-radius:9px!important;
  background:#fff!important;
  box-shadow:none!important;
  position:relative!important;
  isolation:isolate!important;
  flex:none!important;
}
#nexa-catalogue .nexa-detail-quantity .nexa-detail-quantity-minus,
#nexa-catalogue .nexa-detail-quantity .nexa-detail-quantity-plus{
  box-sizing:border-box!important;
  -webkit-appearance:none!important;
  appearance:none!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:44px!important;
  min-width:44px!important;
  max-width:44px!important;
  height:45px!important;
  min-height:45px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:#f7f9fb!important;
  background-image:none!important;
  color:var(--nexa-text)!important;
  font-family:inherit!important;
  font-size:18px!important;
  font-weight:500!important;
  line-height:1!important;
  text-indent:0!important;
  position:static!important;
  inset:auto!important;
  float:none!important;
  transform:none!important;
  translate:none!important;
  visibility:visible!important;
  opacity:1!important;
  overflow:visible!important;
  clip:auto!important;
  z-index:2!important;
  cursor:pointer!important;
}
#nexa-catalogue .nexa-detail-quantity .nexa-detail-quantity-minus{border-right:1px solid var(--nexa-border)!important}
#nexa-catalogue .nexa-detail-quantity .nexa-detail-quantity-plus{border-left:1px solid var(--nexa-border)!important}
#nexa-catalogue .nexa-detail-quantity .nexa-detail-quantity-minus:hover:not(:disabled),
#nexa-catalogue .nexa-detail-quantity .nexa-detail-quantity-plus:hover:not(:disabled){
  background:#eaf6f8!important;
  color:var(--nexa-dark)!important;
}
#nexa-catalogue .nexa-detail-quantity .nexa-detail-quantity-minus:disabled{
  visibility:visible!important;
  opacity:.55!important;
  color:#7f8b99!important;
  cursor:not-allowed!important;
}
#nexa-catalogue .nexa-detail-quantity-display{
  box-sizing:border-box!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  width:auto!important;
  min-width:0!important;
  height:45px!important;
  min-height:45px!important;
  margin:0!important;
  padding:0 8px!important;
  border:0!important;
  background:#fff!important;
  color:var(--nexa-text)!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  position:static!important;
  transform:none!important;
  visibility:visible!important;
  opacity:1!important;
  z-index:1!important;
}
#nexa-catalogue .nexa-detail-quantity-number,
#nexa-catalogue .nexa-detail-quantity-label{
  display:inline-block!important;
  flex:0 0 auto!important;
  width:auto!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  color:var(--nexa-text)!important;
  text-indent:0!important;
  white-space:nowrap!important;
  overflow:visible!important;
  position:static!important;
  transform:none!important;
  visibility:visible!important;
  opacity:1!important;
}
#nexa-catalogue .nexa-detail-quantity-number{font-size:13px!important;font-weight:800!important}
#nexa-catalogue .nexa-detail-quantity-label{font-size:10px!important;font-weight:800!important;color:var(--nexa-soft)!important}
#nexa-catalogue .nexa-detail-add,
#nexa-catalogue .nexa-detail-wishlist{
  box-sizing:border-box!important;
  width:100%!important;
  min-width:0!important;
  height:45px!important;
  min-height:45px!important;
  margin:0!important;
}
@media(max-width:1120px){
  #nexa-catalogue .nexa-detail-actions{grid-template-columns:minmax(180px,210px) minmax(0,1fr)!important}
  #nexa-catalogue .nexa-detail-wishlist{grid-column:1/-1!important}
}
@media(max-width:700px){
  #nexa-catalogue .nexa-detail-actions{grid-template-columns:1fr!important}
  #nexa-catalogue .nexa-detail-quantity{width:100%!important;min-width:0!important;max-width:none!important;grid-template-columns:44px minmax(100px,1fr) 44px!important}
  #nexa-catalogue .nexa-detail-wishlist{grid-column:auto!important}
}


/* v1.0.16: product-card quantity selector structural fix.
   Three protected cells: minus | quantity + Units | plus.
   Prevents Elementor/theme button rules from clipping the + button. */
#nexa-catalogue .nexa-product-card .nexa-quantity{
  box-sizing:border-box!important;
  display:grid!important;
  grid-template-columns:34px minmax(0,1fr) 34px!important;
  align-items:stretch!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  height:34px!important;
  min-height:34px!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid var(--nexa-border)!important;
  border-radius:8px!important;
  background:#fff!important;
  position:relative!important;
  isolation:isolate!important;
}
#nexa-catalogue .nexa-product-card .nexa-quantity-minus,
#nexa-catalogue .nexa-product-card .nexa-quantity-plus{
  -webkit-appearance:none!important;
  appearance:none!important;
  box-sizing:border-box!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  position:static!important;
  float:none!important;
  transform:none!important;
  width:34px!important;
  min-width:34px!important;
  max-width:34px!important;
  height:34px!important;
  min-height:34px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:#f7f9fb!important;
  background-image:none!important;
  color:var(--nexa-text)!important;
  opacity:1!important;
  visibility:visible!important;
  overflow:visible!important;
  font-family:inherit!important;
  font-size:17px!important;
  font-weight:500!important;
  line-height:1!important;
  text-indent:0!important;
  box-shadow:none!important;
  z-index:2!important;
}
#nexa-catalogue .nexa-product-card .nexa-quantity-minus{border-right:0!important}
#nexa-catalogue .nexa-product-card .nexa-quantity-plus{border-left:0!important}
#nexa-catalogue .nexa-product-card .nexa-quantity-minus:hover,
#nexa-catalogue .nexa-product-card .nexa-quantity-plus:hover{
  background:#eaf6f8!important;
  color:var(--nexa-dark)!important;
}
#nexa-catalogue .nexa-product-card .nexa-quantity-display{
  box-sizing:border-box!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:4px!important;
  width:100%!important;
  min-width:0!important;
  height:32px!important;
  margin:0!important;
  padding:0 4px!important;
  overflow:hidden!important;
  border-left:1px solid var(--nexa-border)!important;
  border-right:1px solid var(--nexa-border)!important;
  background:#fff!important;
}
#nexa-catalogue .nexa-product-card .nexa-quantity-display input{
  box-sizing:border-box!important;
  display:block!important;
  position:static!important;
  float:none!important;
  transform:none!important;
  width:52px!important;
  max-width:58%!important;
  min-width:30px!important;
  height:30px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  color:var(--nexa-text)!important;
  opacity:1!important;
  visibility:visible!important;
  font-family:inherit!important;
  font-size:12px!important;
  font-weight:750!important;
  line-height:30px!important;
  text-align:right!important;
  text-indent:0!important;
  box-shadow:none!important;
  outline:0!important;
}
#nexa-catalogue .nexa-product-card .nexa-quantity-unit{
  box-sizing:border-box!important;
  display:inline-flex!important;
  align-items:center!important;
  flex:0 0 auto!important;
  position:static!important;
  float:none!important;
  transform:none!important;
  margin:0!important;
  padding:0!important;
  color:var(--nexa-soft)!important;
  opacity:1!important;
  visibility:visible!important;
  white-space:nowrap!important;
  font-size:9px!important;
  font-weight:800!important;
  line-height:1!important;
}


/* v1.0.17 catalogue card content refinement */
#nexa-catalogue .nexa-product-card .nexa-product-name{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-height:0!important;
  height:auto!important;
  max-height:none!important;
  overflow:visible!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:var(--nexa-text)!important;
  font-family:Manrope,Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-size:13px!important;
  font-weight:750!important;
  line-height:1.38!important;
  text-align:left!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
  text-overflow:clip!important;
  -webkit-line-clamp:unset!important;
  -webkit-box-orient:unset!important;
}
#nexa-catalogue .nexa-product-card .nexa-ean{
  display:flex!important;
  align-items:center!important;
  gap:5px!important;
  min-height:20px!important;
  margin:8px 0 0!important;
  color:var(--nexa-primary)!important;
  font-family:Manrope,Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-size:11.5px!important;
  font-weight:750!important;
  line-height:1.3!important;
  letter-spacing:0!important;
  white-space:nowrap!important;
}
#nexa-catalogue .nexa-product-card .nexa-ean-icon{
  width:14px!important;
  height:14px!important;
  min-width:14px!important;
  color:var(--nexa-primary)!important;
  stroke:currentColor!important;
  fill:none!important;
}
#nexa-catalogue .nexa-product-card .nexa-card-unit-price{
  display:flex!important;
  align-items:baseline!important;
  flex-wrap:wrap!important;
  gap:4px 5px!important;
  margin:7px 0 12px!important;
  font-family:Manrope,Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  line-height:1.3!important;
}
#nexa-catalogue .nexa-product-card .nexa-card-unit-price-value,
#nexa-catalogue .nexa-product-card .nexa-card-unit-price-value *{
  font-family:inherit!important;
  font-size:12.5px!important;
  font-weight:800!important;
  line-height:1.3!important;
  color:var(--nexa-text)!important;
}
#nexa-catalogue .nexa-product-card .nexa-card-unit-price-copy{
  font-family:inherit!important;
  font-size:11px!important;
  font-weight:700!important;
  line-height:1.3!important;
  color:var(--nexa-soft)!important;
}
#nexa-catalogue .nexa-product-card .nexa-wishlist-toggle.is-active{
  border-color:#ef3340!important;
  background:#fff!important;
  color:#ef3340!important;
  opacity:1!important;
  visibility:visible!important;
}
#nexa-catalogue .nexa-product-card .nexa-wishlist-toggle.is-active svg{
  fill:#ef3340!important;
  stroke:#ef3340!important;
}
@media(max-width:560px){
  #nexa-catalogue .nexa-product-card .nexa-product-name{font-size:12px!important;line-height:1.35!important}
  #nexa-catalogue .nexa-product-card .nexa-ean{font-size:10.5px!important}
  #nexa-catalogue .nexa-product-card .nexa-card-unit-price-value,
  #nexa-catalogue .nexa-product-card .nexa-card-unit-price-value *{font-size:12px!important}
  #nexa-catalogue .nexa-product-card .nexa-card-unit-price-copy{font-size:10px!important}
}


/* v1.0.19 — approved trade-account access layer */
.nexa-product-card.is-trade-locked .nexa-product-body{display:flex;flex-direction:column}
.nexa-trade-lock-card{margin-top:auto;padding-top:9px;border-top:1px solid #e5edf1;display:grid;gap:7px;text-align:center}
.nexa-trade-lock-card>strong{font-size:10px;line-height:1.35;color:#172033;text-transform:uppercase;letter-spacing:.35px}
.nexa-trade-lock-card>span{font-size:9px;line-height:1.4;color:#718096}
.nexa-trade-login,.nexa-trade-apply,.nexa-wishlist-login{box-sizing:border-box;display:flex;align-items:center;justify-content:center;text-decoration:none!important;text-align:center;border-radius:8px;font-family:inherit;font-weight:850;transition:.18s ease}
.nexa-trade-login{min-height:36px;padding:7px 10px;background:var(--nexa-primary);border:1px solid var(--nexa-primary);color:#fff!important;font-size:9px;letter-spacing:.2px}
.nexa-trade-login:hover{background:var(--nexa-dark);border-color:var(--nexa-dark);color:#fff!important}
.nexa-trade-apply{min-height:29px;padding:5px 8px;background:#fff;border:1px solid #cfe2e7;color:var(--nexa-dark)!important;font-size:9px}
.nexa-trade-apply:hover{border-color:var(--nexa-primary);color:var(--nexa-primary)!important}
.nexa-detail-trade-lock{margin-top:18px;padding:20px;border:1px solid #dce9ed;border-radius:12px;background:#f7fbfc;display:grid;gap:10px}
.nexa-detail-trade-lock h3{margin:0;color:var(--nexa-text);font-size:18px}.nexa-detail-trade-lock p{margin:0;color:var(--nexa-soft);font-size:12px;line-height:1.6}.nexa-detail-trade-lock .nexa-trade-login{width:max-content;min-width:210px}.nexa-detail-trade-lock .nexa-detail-wishlist{width:max-content;margin-top:2px}
.nexa-trade-price-locked{color:#0a8da5;font-size:10px;font-weight:800}
.nexa-wishlist-login{width:max-content;min-height:32px;padding:6px 10px;margin-top:6px;background:#eef8fa;border:1px solid #cbe8ed;color:#087f94!important;font-size:9px}


/* =========================================================
   v1.0.21 — Product gallery thumbnail fix
   ========================================================= */
.nexa-thumb{
  display:block!important;
  position:relative!important;
  width:76px!important;
  height:76px!important;
  min-width:76px!important;
  min-height:76px!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid var(--nexa-border)!important;
  border-radius:11px!important;
  background:#f7fafc!important;
  box-shadow:none!important;
  line-height:1!important;
  appearance:none!important;
  -webkit-appearance:none!important;
}
.nexa-thumb:hover{
  border-color:#9edce5!important;
  background:#fff!important;
}
.nexa-thumb.is-active{
  border:2px solid var(--nexa-primary)!important;
  box-shadow:0 0 0 3px rgba(0,163,187,.10)!important;
}
.nexa-thumb img{
  display:block!important;
  position:absolute!important;
  z-index:2!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  margin:0!important;
  padding:7px!important;
  opacity:1!important;
  visibility:visible!important;
  object-fit:contain!important;
  background:#fff!important;
}
.nexa-thumb img.is-unavailable{
  display:none!important;
}
.nexa-thumb.has-image .nexa-image-fallback{
  display:none!important;
}
.nexa-thumb .nexa-image-fallback{
  z-index:1!important;
  padding:7px!important;
  border-radius:9px!important;
  color:#8994a5!important;
  font-size:9px!important;
  line-height:1.3!important;
}

/* Also prevent fallback copy from showing through successfully loaded main/detail images. */
.nexa-detail-image-stage.has-image .nexa-image-fallback,
.nexa-product-image-wrap.has-image .nexa-image-fallback,
.nexa-mini-product-image.has-image .nexa-image-fallback{
  display:none!important;
}

@media(max-width:560px){
  .nexa-thumb{
    width:64px!important;
    height:64px!important;
    min-width:64px!important;
    min-height:64px!important;
  }
}


/* =========================================================
   v1.0.22 — Multi-image product gallery
   ========================================================= */
.nexa-thumbnails{
  max-height:560px!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  padding:2px 3px 2px 2px!important;
  scrollbar-width:thin!important;
}
.nexa-thumbnails:empty{
  display:none!important;
}
.nexa-gallery-nav{
  position:absolute!important;
  z-index:4!important;
  top:50%!important;
  display:grid!important;
  place-items:center!important;
  width:40px!important;
  height:40px!important;
  margin:0!important;
  padding:0!important;
  transform:translateY(-50%)!important;
  border:1px solid rgba(16,29,45,.12)!important;
  border-radius:50%!important;
  background:rgba(255,255,255,.94)!important;
  color:#101d2d!important;
  box-shadow:0 6px 18px rgba(16,29,45,.10)!important;
  font-size:27px!important;
  font-weight:500!important;
  line-height:1!important;
  cursor:pointer!important;
}
.nexa-gallery-nav:hover{
  border-color:#00a3bb!important;
  background:#00a3bb!important;
  color:#fff!important;
}
.nexa-gallery-prev{left:12px!important}
.nexa-gallery-next{right:12px!important}
.nexa-gallery-count{
  position:absolute!important;
  z-index:4!important;
  left:50%!important;
  bottom:12px!important;
  transform:translateX(-50%)!important;
  padding:6px 9px!important;
  border-radius:999px!important;
  background:rgba(16,29,45,.82)!important;
  color:#fff!important;
  font-size:9px!important;
  font-weight:850!important;
  line-height:1!important;
}
.nexa-gallery-nav[hidden],
.nexa-gallery-count[hidden]{
  display:none!important;
}
.nexa-thumb img{
  transition:transform .16s ease!important;
}
.nexa-thumb:hover img{
  transform:scale(1.04)!important;
}
@media(max-width:760px){
  .nexa-gallery:not(.is-single){
    grid-template-columns:1fr!important;
  }
  .nexa-gallery:not(.is-single) .nexa-detail-image-stage{
    grid-column:1!important;
    grid-row:1!important;
  }
  .nexa-gallery:not(.is-single) .nexa-thumbnails{
    grid-column:1!important;
    grid-row:2!important;
    display:flex!important;
    max-height:none!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    gap:8px!important;
    padding:4px 1px!important;
  }
  .nexa-gallery-nav{
    width:36px!important;
    height:36px!important;
  }
}
