:root{--neuro-trust:#003366;--neuro-trust-deep:#001f3f;--neuro-action:#FF6000;--neuro-action-hot:#ff7a26;--neuro-cream:#fffaf3;--neuro-ink:#0d1b2a;--neuro-mute:#6b7280;--neuro-line:#e5e7eb;--neuro-success:#16a34a;--neuro-scarcity:#dc2626;--neuro-radius:14px;--neuro-shadow-card:0 1px 2px rgba(0,0,0,0.04), 0 4px 12px rgba(0,0,0,0.05);--neuro-shadow-cta:0 6px 16px rgba(255,96,0,0.35);--neuro-bottom-nav-h:64px;--neuro-service-bar-h:36px}html{-webkit-text-size-adjust:100%;overflow-x:hidden;max-width:100%;scroll-padding-top:96px}body{background:var(--neuro-cream);color:var(--neuro-ink);font-family:'Inter',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;padding-bottom:calc(var(--neuro-bottom-nav-h) + var(--neuro-service-bar-h) + env(safe-area-inset-bottom, 0px));-webkit-font-smoothing:antialiased;overflow-x:hidden;max-width:100vw}#mnt-main,.mnt-main-flex{max-width:100%;overflow-x:hidden}img,svg,video,iframe,embed,object{max-width:100%;height:auto}pre,code{max-width:100%;overflow-x:auto;word-break:break-word}@media (min-width:768px){body{padding-bottom:0}}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.alignleft{float:left;margin:0 1.25rem 1rem 0}.alignright{float:right;margin:0 0 1rem 1.25rem}.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-caption{max-width:100%}.wp-caption-text{color:var(--neuro-mute);font-size:.85rem;text-align:center}.gallery-caption{color:var(--neuro-mute);font-size:.85rem}.bypostauthor{display:block}.sticky{display:block}.neuro-card{background:#fff;border-radius:var(--neuro-radius);box-shadow:var(--neuro-shadow-card);overflow:hidden;position:relative;transition:transform 180ms ease,box-shadow 180ms ease}.neuro-card:active{transform:scale(.98)}.neuro-card .neuro-img-wrap{position:relative;aspect-ratio:1 / 1;background:#fff;overflow:hidden}.neuro-card .neuro-img-wrap img{width:100%;height:100%;object-fit:contain;padding:6px;transition:transform 400ms ease}.neuro-card:hover .neuro-img-wrap img{transform:scale(1.04)}.neuro-title-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.25;min-height:2.5em}.neuro-price{color:var(--neuro-action);font-weight:800;letter-spacing:-.01em;font-variant-numeric:tabular-nums}.neuro-price-strike{color:var(--neuro-mute);text-decoration:line-through;font-weight:500}.neuro-cta{background:var(--neuro-action);color:#fff;font-weight:700;border-radius:999px;padding:.55rem .9rem;box-shadow:var(--neuro-shadow-cta);transition:background 150ms ease,transform 120ms ease;min-height:40px}.neuro-cta:hover{background:var(--neuro-action-hot)}.neuro-cta:active{transform:translateY(1px)}.neuro-cta.added::after{content:" ✓"}.neuro-scarcity{background:#fff1f1;border:1px solid #fecaca;color:var(--neuro-scarcity);border-radius:8px;font-size:11px;font-weight:600;padding:4px 6px}.neuro-scarcity-track{background:#fee2e2;height:4px;border-radius:999px;overflow:hidden;margin-top:4px;position:relative}.neuro-scarcity-fill{background:linear-gradient(90deg,#ef4444,#f97316);height:100%;border-radius:999px;position:relative}.neuro-scarcity-fill::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgb(255 255 255 / .55),transparent);animation:neuroShimmer 1.8s linear infinite}@keyframes neuroShimmer{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}.neuro-roi{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0;border-radius:6px;font-size:10px;font-weight:700;padding:2px 6px;display:inline-flex;align-items:center;gap:3px;line-height:1}.neuro-roi::before{content:"";width:6px;height:6px;border-radius:999px;background:var(--neuro-success);box-shadow:0 0 0 0 rgb(22 163 74 / .6);animation:neuroPulse 1.6s ease-out infinite}@keyframes neuroPulse{0%{box-shadow:0 0 0 0 rgb(22 163 74 / .5)}70%{box-shadow:0 0 0 6px #fff0}100%{box-shadow:0 0 0 0 #fff0}}.neuro-flag{position:absolute;top:8px;left:8px;background:var(--neuro-action);color:#fff;font-size:11px;font-weight:800;padding:3px 8px;border-radius:6px;box-shadow:0 2px 6px rgb(0 0 0 / .15);z-index:2}.neuro-stars{--rating:0;display:inline-block;font-size:12px;line-height:1;position:relative;color:#f59e0b;letter-spacing:1px}.neuro-stars::before{content:"★★★★★";opacity:.25}.neuro-stars::after{content:"★★★★★";position:absolute;left:0;top:0;width:calc(var(--rating) * 1%);overflow:hidden}.neuro-service-bar{position:fixed;left:0;right:0;bottom:calc(var(--neuro-bottom-nav-h) + env(safe-area-inset-bottom, 0px));z-index:60;height:var(--neuro-service-bar-h);background:#fffaf3;border-top:1px solid #FFE2CC;box-shadow:0 -1px 4px rgb(0 0 0 / .04)}.neuro-service-bar>div{height:100%}.neuro-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:60;background:var(--neuro-trust);color:#fff;box-shadow:0 -2px 16px rgb(0 0 0 / .18);padding-bottom:env(safe-area-inset-bottom,0)}.neuro-bottom-nav a{color:#fff;text-decoration:none;flex:1;text-align:center;padding:8px 4px;font-size:11px;line-height:1.1;transition:background 120ms ease}.neuro-bottom-nav a.is-active{background:var(--neuro-trust-deep)}.neuro-bottom-nav a:active{background:var(--neuro-trust-deep)}.neuro-bottom-nav .neuro-cart-bubble{position:absolute;top:-2px;right:14px;background:var(--neuro-action);color:#fff;border-radius:999px;font-size:10px;font-weight:800;min-width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;padding:0 4px}.neuro-loader{width:28px;height:28px;border-radius:50%;border:3px solid var(--neuro-line);border-top-color:var(--neuro-action);animation:neuroSpin 0.8s linear infinite;margin:24px auto}@keyframes neuroSpin{to{transform:rotate(360deg)}}.neuro-end-marker{color:var(--neuro-mute);text-align:center;padding:24px 0;font-size:13px}img{max-width:100%;height:auto;opacity:1!important}img.neuro-fade-in{opacity:0!important;transition:opacity 250ms ease}img.neuro-fade-in.is-loaded{opacity:1!important}.woocommerce-product-attributes,table.shop_attributes{display:block;width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;word-break:break-word}.woocommerce ul.products,ul.products{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0.5rem!important;list-style:none!important;padding:0!important;margin:0!important}@media (min-width:768px){.woocommerce ul.products,ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:0.75rem!important}}@media (min-width:1024px){.woocommerce ul.products,ul.products{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:1rem!important}}.woocommerce ul.products li.product,ul.products li.product{width:auto!important;margin:0!important;float:none!important;clear:none!important}.woocommerce ul.products li.product,ul.products li.product{display:flex;flex-direction:column}ul.products li.product .neuro-title-2{min-height:2.5em}@media (min-width:1024px){ul.products li.product>div{padding:0.65rem!important;gap:0.35rem!important}ul.products li.product .neuro-title-2{font-size:12.5px}ul.products li.product .add_to_cart_button,ul.products li.product a.add_to_cart_button{font-size:12px;padding-top:0.4rem!important;padding-bottom:0.4rem!important}}.mnt-cat-bubbles{margin:0 -.75rem 14px;padding:6px 0 4px}.mnt-cat-bubbles-list{list-style:none;margin:0;padding:0 12px;display:flex;gap:14px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.mnt-cat-bubbles-list::-webkit-scrollbar{display:none}.mnt-cat-bubble{flex:0 0 auto;scroll-snap-align:start;width:76px;text-align:center}.mnt-cat-bubble a{display:flex;flex-direction:column;align-items:center;gap:6px;text-decoration:none;color:#0d1b2a}.mnt-cat-bubble-thumb{width:64px;height:64px;border-radius:9999px;overflow:hidden;background:#f3f4f6;border:2px solid #e5e7eb;box-shadow:0 1px 2px rgb(0 0 0 / .04),0 6px 14px rgb(0 0 0 / .06);display:inline-flex;align-items:center;justify-content:center;transition:transform 160ms ease,border-color 160ms ease,box-shadow 160ms ease}.mnt-cat-bubble-thumb img{width:100%;height:100%;object-fit:cover;display:block}.mnt-cat-bubble-name{font-size:11.5px;font-weight:700;color:#0d1b2a;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-width:76px}.mnt-cat-bubble a:hover .mnt-cat-bubble-thumb{transform:translateY(-1px);border-color:#FF6000;box-shadow:0 4px 10px rgb(0 0 0 / .06),0 10px 22px rgb(255 96 0 / .18)}.mnt-cat-bubble a:hover .mnt-cat-bubble-name{color:#FF6000}.mnt-cat-bubble.is-active .mnt-cat-bubble-thumb{border-color:#FF6000;box-shadow:0 0 0 3px rgb(255 96 0 / .18),0 6px 14px rgb(255 96 0 / .22)}.mnt-cat-bubble.is-active .mnt-cat-bubble-name{color:#FF6000}@media (min-width:768px){.mnt-cat-bubbles{margin:0 0 18px;padding:4px 0 6px}.mnt-cat-bubbles-list{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;padding:0;overflow:visible;scroll-snap-type:none}.mnt-cat-bubble{width:auto}.mnt-cat-bubble-thumb{width:72px;height:72px}.mnt-cat-bubble-name{max-width:none;font-size:12px}}@media (min-width:1024px){.mnt-cat-bubbles-list{grid-template-columns:repeat(8,minmax(0,1fr));gap:18px}.mnt-cat-bubble-thumb{width:80px;height:80px}}.mnt-subcat-pills{margin:6px 0 14px;padding:10px 12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;display:flex;flex-wrap:wrap;align-items:center;gap:8px}.mnt-subcat-pills-label{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:#6b7280;margin-right:4px}.mnt-subcat-pills-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:6px;flex:1 1 auto}.mnt-subcat-pill{display:inline-flex;align-items:center;gap:6px;background:#fff;color:#036;border:1px solid #e5e7eb;border-radius:999px;padding:6px 12px;font-size:12.5px;font-weight:700;text-decoration:none;transition:background 150ms ease,color 150ms ease,border-color 150ms ease,transform 120ms ease;line-height:1.1;white-space:nowrap}.mnt-subcat-pill .count{background:#eef2ff;color:#036;font-size:11px;font-weight:800;padding:2px 7px;border-radius:999px;line-height:1}.mnt-subcat-pill:hover{background:#036;color:#fff;border-color:#036;transform:translateY(-1px)}.mnt-subcat-pill:hover .count{background:rgb(255 255 255 / .18);color:#fff}@media (max-width:640px){.mnt-subcat-pills{padding:10px;gap:6px}.mnt-subcat-pills-label{display:block;width:100%;margin-bottom:2px}.mnt-subcat-pills-list{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.mnt-subcat-pills-list::-webkit-scrollbar{display:none}}.mnt-primary-cat-badge{display:inline-block;align-self:flex-start;background:#eef2ff;color:#036;text-decoration:none;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;line-height:1;padding:4px 8px;border-radius:6px;transition:background 140ms ease,color 140ms ease;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mnt-primary-cat-badge:hover{background:#036;color:#fff}.mnt-saliency-badge{position:absolute;top:8px;right:8px;z-index:2;font-size:10px;font-weight:800;letter-spacing:.06em;line-height:1;padding:4px 8px;border-radius:6px;color:#fff;box-shadow:0 2px 6px rgb(0 0 0 / .15);text-transform:uppercase}.mnt-saliency-badge--new{background:#16a34a}.mnt-saliency-badge--best{background:#FF6000}.mnt-load-more-wrap{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center}.mnt-load-more-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:220px;padding:12px 24px;background:#FF6000;color:#fff;border:0;border-radius:999px;font-size:14px;font-weight:800;box-shadow:0 6px 16px rgb(255 96 0 / .35);cursor:pointer;transition:background 150ms ease,transform 100ms ease,box-shadow 150ms ease}.mnt-load-more-btn:hover{background:#ff7a26}.mnt-load-more-btn:active{transform:translateY(1px)}.mnt-load-more-btn[disabled]{cursor:progress;opacity:.85}.mnt-load-more-spinner{width:18px;height:18px;color:#fff;display:none}.mnt-load-more-btn.is-loading .mnt-load-more-spinner{display:inline-block;animation:mnt-load-more-spin 0.9s linear infinite}.mnt-load-more-btn.is-loading .mnt-load-more-label::after{content:' …'}@keyframes mnt-load-more-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.mnt-load-more-btn.is-loading .mnt-load-more-spinner{animation:none}}.mnt-cart-drawer{position:fixed;top:0;right:0;width:92vw;max-width:420px;height:100vh;background:#fff;box-shadow:-8px 0 24px rgb(0 0 0 / .15);transform:translateX(100%);transition:transform 280ms cubic-bezier(.2,.7,.3,1);z-index:100;display:flex;flex-direction:column;visibility:hidden}.mnt-cart-drawer.is-open{transform:translateX(0);visibility:visible}.mnt-cart-overlay{position:fixed;inset:0;background:rgb(13 27 42 / .45);opacity:0;visibility:hidden;transition:opacity 220ms ease,visibility 220ms ease;z-index:99}.mnt-cart-overlay.is-open{opacity:1;visibility:visible;pointer-events:auto!important}.mnt-cart-drawer .widget_shopping_cart_content{padding:0}.mnt-cart-drawer ul.woocommerce-mini-cart{list-style:none;padding:0;margin:0}.mnt-cart-drawer ul.woocommerce-mini-cart li{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid #f1f5f9}.mnt-cart-drawer ul.woocommerce-mini-cart li img{width:64px;height:64px;object-fit:cover;border-radius:8px}.mnt-cart-drawer .woocommerce-mini-cart__total{font-weight:800;color:#036;padding:12px 0;border-top:2px solid #FF6000}.mnt-cart-drawer .woocommerce-mini-cart__buttons{display:none}.mnt-bacs-priority{background:#fff7f0;border:2px solid #FFBB96;border-radius:14px;padding:18px;margin:18px 0}.mnt-bacs-row{display:flex;align-items:center;justify-content:space-between;gap:10px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px;margin:6px 0}.mnt-bacs-row .mnt-bacs-label{font-size:11px;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.06em}.mnt-bacs-row .mnt-bacs-val{font-weight:800;color:#036;font-variant-numeric:tabular-nums;word-break:break-all}.mnt-bacs-copy{background:#FF6000;color:#fff;font-weight:700;font-size:12px;border:none;border-radius:999px;padding:6px 12px;cursor:pointer;box-shadow:0 4px 10px rgb(255 96 0 / .3);transition:background 150ms ease;flex-shrink:0}.mnt-bacs-copy:hover{background:#ff7a26}.mnt-bacs-copy.is-copied{background:#16a34a;box-shadow:0 4px 10px rgb(22 163 74 / .3)}.mnt-bacs-steps{list-style:none;margin:18px 0 0;padding:16px;background:#fff;border:1px solid #FFE2CC;border-radius:12px;display:flex;flex-direction:column;gap:14px;box-shadow:0 1px 2px rgb(0 0 0 / .04);counter-reset:mnt-step}.mnt-bacs-step{display:flex;gap:12px;align-items:flex-start;position:relative}.mnt-bacs-step+.mnt-bacs-step::before{content:'';position:absolute;left:14px;top:-14px;width:2px;height:14px;background:linear-gradient(to bottom,transparent,#FFBB96)}.mnt-bacs-step-num{flex:0 0 30px;width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;background:#036;color:#fff;font-weight:800;font-size:14px;border-radius:999px;box-shadow:0 2px 6px rgb(0 51 102 / .25)}.mnt-bacs-step[data-step="2"] .mnt-bacs-step-num{background:#FF6000;box-shadow:0 2px 6px rgb(255 96 0 / .35)}.mnt-bacs-step[data-step="3"] .mnt-bacs-step-num{background:#16a34a;box-shadow:0 2px 6px rgb(22 163 74 / .3)}.mnt-bacs-step-body{flex:1;min-width:0}.mnt-bacs-step-title{font-weight:800;color:#036;font-size:14px;line-height:1.25}.mnt-bacs-step-desc{font-size:12.5px;color:#374151;margin-top:2px;line-height:1.45}.mnt-bacs-step-cta{margin-top:8px;display:inline-flex;align-items:center;gap:6px;background:#25D366;color:#fff;font-weight:700;font-size:12.5px;padding:8px 14px;border-radius:999px;text-decoration:none;box-shadow:0 4px 12px rgb(37 211 102 / .35);transition:background 150ms ease}.mnt-bacs-step-cta:hover{background:#1ebe5a;color:#fff}.mnt-cart-trust-strip,.mnt-checkout-trust-strip{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:0 0 18px;padding:12px;background:#fffaf3;border:1px solid #FFE2CC;border-radius:12px}@media (min-width:768px){.mnt-cart-trust-strip,.mnt-checkout-trust-strip{grid-template-columns:repeat(4,1fr);padding:14px}}.mnt-cart-trust-pill{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:8px 10px;font-size:12px;font-weight:700;color:#036;line-height:1.2}.mnt-cart-trust-pill .ico{flex:0 0 24px;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;color:#fff}.mnt-cart-trust-pill[data-tone="green"] .ico{background:#16a34a}.mnt-cart-trust-pill[data-tone="orange"] .ico{background:#FF6000}.mnt-cart-trust-pill[data-tone="blue"] .ico{background:#036}.mnt-cart-bacs-card{margin-top:14px;padding:14px 16px;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:12px;color:#065f46;font-size:13px;line-height:1.45}.mnt-cart-bacs-card-title{display:flex;align-items:center;gap:8px;font-weight:800;font-size:14px;color:#065f46;margin:0 0 4px}.mnt-cart-bacs-card a{color:#047857;font-weight:700;text-decoration:underline}.mnt-cart-bacs-card a:hover{color:#FF6000}.mnt-cart-wa-link{display:inline-flex;align-items:center;gap:6px;margin-top:8px;background:#25D366;color:#fff!important;padding:7px 12px;border-radius:999px;font-weight:700;font-size:12.5px;text-decoration:none!important;box-shadow:0 4px 12px rgb(37 211 102 / .3)}.mnt-cart-wa-link:hover{background:#1ebe5a;color:#fff!important}.mnt-checkout-steps{display:flex;align-items:center;gap:6px;margin:0 0 18px;padding:12px;background:#fff;border:1px solid #e5e7eb;border-radius:12px}.mnt-checkout-step{flex:1;display:flex;align-items:center;gap:8px;font-size:12.5px;font-weight:700;color:#6b7280}.mnt-checkout-step .num{width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;background:#e5e7eb;color:#6b7280;border-radius:999px;font-weight:800;font-size:13px}.mnt-checkout-step.is-active{color:#036}.mnt-checkout-step.is-active .num{background:#FF6000;color:#fff;box-shadow:0 2px 6px rgb(255 96 0 / .35)}.mnt-checkout-step.is-done .num{background:#16a34a;color:#fff}.mnt-checkout-step .arrow{color:#d1d5db;font-weight:800}@media (max-width:640px){.mnt-checkout-step .label{display:none}.mnt-checkout-step.is-active .label{display:inline}}.mnt-checkout-bacs-guarantee{margin:0 0 14px;padding:12px 14px;background:#ecfdf5;border:1px solid #a7f3d0;border-left:4px solid #16a34a;border-radius:10px;color:#065f46;font-size:12.5px;line-height:1.5}.mnt-checkout-bacs-guarantee strong{color:#047857}.mnt-cat-trust [class*="bg-"]{line-height:1.25}body.woocommerce-order-received .woocommerce-bacs-bank-details,body.woocommerce-order-received h2.wc-bacs-bank-details-heading,body.woocommerce-order-received h3.wc-bacs-bank-details-account-name{display:none!important}body.woocommerce-checkout #mnt-header>.bg-\[\#003366\],body.woocommerce-checkout #mnt-header>nav,body.woocommerce-checkout .neuro-bottom-nav,body.woocommerce-checkout .neuro-service-bar{display:none!important}body.woocommerce-checkout #mnt-header{box-shadow:none;border-bottom:1px solid #e5e7eb}body.woocommerce-checkout #mnt-footer{display:none!important}body.woocommerce-checkout{padding-bottom:0!important}body.woocommerce-checkout #mnt-main{max-width:980px}.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,.woocommerce-checkout .woocommerce-additional-fields__field-wrapper{display:block}.woocommerce-checkout .form-row,.woocommerce-checkout p.form-row,.woocommerce form .form-row.form-row-first,.woocommerce form .form-row.form-row-last,.woocommerce-checkout .form-row.form-row-wide{width:100%!important;float:none!important;clear:both!important;margin-bottom:14px}.woocommerce-checkout .form-row label{display:block;font-size:13px;font-weight:700;color:#036;margin-bottom:6px;line-height:1.3}.woocommerce-checkout .form-row label .required{color:#dc2626;text-decoration:none;margin-left:2px}.woocommerce-checkout .form-row input.input-text,.woocommerce-checkout .form-row textarea,.woocommerce-checkout .form-row select,.woocommerce-checkout .select2-container--default .select2-selection--single,.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered,.woocommerce form .form-row .input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{font-size:16px!important;line-height:1.4;width:100%;min-height:48px;padding:12px 14px;border:1px solid #d1d5db;border-radius:12px;background:#fff;color:#0d1b2a;box-shadow:none;transition:border-color 140ms ease,box-shadow 140ms ease;-webkit-appearance:none;appearance:none;box-sizing:border-box}.woocommerce-checkout .form-row textarea{min-height:96px;padding-top:12px;resize:vertical}.woocommerce-checkout .form-row input.input-text:focus,.woocommerce-checkout .form-row textarea:focus,.woocommerce-checkout .form-row select:focus,.woocommerce-checkout .select2-container--default.select2-container--focus .select2-selection--single{border-color:#FF6000;box-shadow:0 0 0 3px rgb(255 96 0 / .18);outline:none}.woocommerce-checkout .select2-container--default .select2-selection--single{height:48px;display:flex;align-items:center;padding:0 14px}.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow{height:46px;right:8px}.woocommerce-checkout .form-row .description,.woocommerce-checkout .form-row small{display:block;margin-top:4px;font-size:12px;color:#6b7280}.woocommerce-checkout .form-row.woocommerce-invalid input.input-text,.woocommerce-checkout .form-row.woocommerce-invalid select,.woocommerce-checkout .form-row.woocommerce-invalid .select2-container--default .select2-selection--single{border-color:#dc2626;box-shadow:0 0 0 3px rgb(220 38 38 / .12)}.woocommerce-checkout .woocommerce-error,.woocommerce-checkout .woocommerce-message{border-radius:12px;padding:12px 14px;font-size:14px}@media (min-width:900px){.woocommerce-checkout form.checkout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:28px;align-items:start}.woocommerce-checkout form.checkout #customer_details{min-width:0}.woocommerce-checkout form.checkout #order_review_heading,.woocommerce-checkout form.checkout #order_review{grid-column:2}.woocommerce-checkout form.checkout #order_review_heading{margin-top:0}}@media (max-width:899px){.woocommerce-checkout .form-row,.woocommerce-checkout p.form-row{width:100%!important;float:none!important;margin-left:0!important;margin-right:0!important}.woocommerce-checkout input,.woocommerce-checkout select,.woocommerce-checkout textarea{font-size:16px!important}}html,body{min-height:100%}body{display:flex;flex-direction:column}.mnt-main-flex{flex:1 0 auto}#mnt-footer{flex-shrink:0}.mnt-qv-btn{position:absolute;bottom:8px;right:8px;z-index:3;display:inline-flex;align-items:center;gap:5px;background:rgb(255 255 255 / .96);color:#036;border:1px solid #e5e7eb;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:700;box-shadow:0 4px 10px rgb(0 0 0 / .12);cursor:pointer;opacity:0;transform:translateY(4px);transition:opacity 180ms ease,transform 180ms ease,background 150ms ease}.neuro-card:hover .mnt-qv-btn{opacity:1;transform:translateY(0)}.mnt-qv-btn:hover{background:#FF6000;color:#fff;border-color:#FF6000}@media (max-width:767px){.mnt-qv-btn{opacity:1;transform:none;padding:6px;gap:0}.mnt-qv-btn .mnt-qv-btn-text{display:none}}.mnt-qv-overlay{position:fixed;inset:0;background:rgb(13 27 42 / .55);z-index:110}.mnt-qv-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:111;width:min(960px, 94vw);max-height:90vh;overflow:auto;background:#fff;border-radius:16px;box-shadow:0 24px 60px rgb(0 0 0 / .3)}.mnt-qv-close{position:absolute;top:10px;right:10px;z-index:2;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:none;background:rgb(255 255 255 / .96);border-radius:999px;color:#036;cursor:pointer;box-shadow:0 4px 10px rgb(0 0 0 / .12)}.mnt-qv-close:hover{background:#FF6000;color:#fff}.mnt-qv-grid{display:grid;grid-template-columns:1fr 1fr;gap:0}@media (max-width:767px){.mnt-qv-grid{grid-template-columns:1fr}}.mnt-qv-img{background:#f3f4f6;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;overflow:hidden}.mnt-qv-img img{width:100%;height:100%;object-fit:contain}.mnt-qv-info{padding:22px 22px 26px;display:flex;flex-direction:column;gap:12px}.mnt-qv-badges{display:flex;flex-wrap:wrap;gap:6px}.mnt-qv-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.02em}.mnt-qv-badge--fast{background:#FFF2E8;color:#9A3412;border:1px solid #FFBB96}.mnt-qv-badge--bank{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.mnt-qv-title{font-size:22px;font-weight:800;color:#0d1b2a;line-height:1.2;margin:0}.mnt-qv-price{font-size:24px;font-weight:800;color:#FF6000;font-variant-numeric:tabular-nums}.mnt-qv-price del{color:#6b7280;font-weight:500;font-size:14px;margin-left:6px}.mnt-qv-desc{color:#374151;font-size:14px;line-height:1.55;margin:0}.mnt-qv-cta{display:flex;gap:10px;margin-top:6px}.mnt-qv-btn-primary{flex:1;display:inline-flex;align-items:center;justify-content:center;background:#FF6000;color:#fff;font-weight:800;font-size:14px;border-radius:999px;padding:14px 18px;text-decoration:none;box-shadow:0 6px 16px rgb(255 96 0 / .35);transition:background 150ms ease}.mnt-qv-btn-primary:hover{background:#ff7a26}.mnt-qv-btn-secondary{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#036;font-weight:700;font-size:13px;border-radius:999px;padding:14px 16px;text-decoration:none;border:1.5px solid #036;transition:all 150ms ease;white-space:nowrap}.mnt-qv-btn-secondary:hover{background:#036;color:#fff}.mnt-qv-btn-primary.loading,.mnt-qv-btn-primary.added{opacity:.85}.mnt-qv-btn-primary.added::after{content:'✓';margin-left:8px;font-weight:800}.mnt-qv-stock{display:inline-flex;align-items:center;gap:8px;align-self:flex-start;font-size:13px;font-weight:700;padding:7px 12px;border-radius:8px;line-height:1.2;letter-spacing:.01em}.mnt-qv-stock-icon{font-size:14px;line-height:1}.mnt-qv-stock--low{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;animation:mnt-qv-stock-pulse 1.6s ease-in-out infinite}.mnt-qv-stock--ok{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}.mnt-qv-stock--out{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}@keyframes mnt-qv-stock-pulse{0%,100%{box-shadow:0 0 0 0 rgb(220 38 38 / .35)}50%{box-shadow:0 0 0 6px #fff0}}@media (prefers-reduced-motion:reduce){.mnt-qv-stock--low{animation:none}}.mnt-blog-grid{column-count:2;column-gap:12px;padding:0 12px 24px}@media (min-width:768px){.mnt-blog-grid{column-count:3;column-gap:18px;padding:0 16px 32px}}@media (min-width:1280px){.mnt-blog-grid{column-count:3}}.mnt-blog-card{break-inside:avoid;-webkit-column-break-inside:avoid;page-break-inside:avoid;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 1px 2px rgb(0 0 0 / .04),0 4px 12px rgb(0 0 0 / .05);margin:0 0 12px;display:block;color:inherit;text-decoration:none;transition:transform 180ms ease,box-shadow 180ms ease}.mnt-blog-card:hover{transform:translateY(-2px);box-shadow:0 6px 18px rgb(0 0 0 / .1)}.mnt-blog-card .mnt-blog-img{display:block;width:100%;height:auto}.mnt-blog-card-body{padding:12px 14px 14px}.mnt-blog-card-meta{display:flex;align-items:center;gap:6px;flex-wrap:wrap;font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;margin-bottom:6px}.mnt-blog-card-cat{background:#036;color:#fff;padding:3px 8px;border-radius:999px}.mnt-blog-card-read{background:#FFF2E8;color:#9A3412;padding:3px 8px;border-radius:999px}.mnt-blog-card-title{font-size:14px;font-weight:800;color:#0d1b2a;line-height:1.25;margin:0 0 4px}.mnt-blog-card-excerpt{font-size:12px;color:#4b5563;line-height:1.45;margin:0}.mnt-single-post .mnt-post-prose{font-size:17px;line-height:1.75;color:#1f2937}.mnt-single-post .mnt-post-prose h2{font-size:24px;font-weight:800;color:#036;margin:1.6em 0 .6em;line-height:1.3}.mnt-single-post .mnt-post-prose h3{font-size:20px;font-weight:700;color:#036;margin:1.4em 0 .5em}.mnt-single-post .mnt-post-prose p{margin:0 0 1.1em}.mnt-single-post .mnt-post-prose a{color:#FF6000;text-decoration:underline;text-underline-offset:3px}.mnt-single-post .mnt-post-prose blockquote{border-left:4px solid #FF6000;padding:8px 16px;margin:1.4em 0;background:#fff7f0;color:#1f2937;font-style:italic}.mnt-single-post .mnt-post-prose img{border-radius:12px;margin:1.4em 0}.mnt-single-post .mnt-post-prose ul,.mnt-single-post .mnt-post-prose ol{padding-left:1.4em;margin:0 0 1.1em}@media (prefers-reduced-motion:reduce){.neuro-scarcity-fill::after,.neuro-roi::before,.neuro-loader{animation:none!important}.neuro-card,.neuro-card .neuro-img-wrap img{transition:none!important}}.mnt-shop-sidebar{width:16rem}.mnt-shop-sidebar-inner{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:14px 14px 18px;box-shadow:0 1px 2px rgb(0 0 0 / .04);max-height:calc(100vh - 7rem);overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}.mnt-shop-sidebar-inner::-webkit-scrollbar{width:6px}.mnt-shop-sidebar-inner::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:999px}.mnt-filter-block{padding:12px 0;border-bottom:1px solid #f1f5f9}.mnt-filter-block:first-child{padding-top:4px}.mnt-filter-block:last-child{border-bottom:0;padding-bottom:4px}.mnt-filter-title{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:#036;margin:0 0 10px}.mnt-filter-cat-tree,.mnt-filter-cat-tree ul.children,.mnt-filter-cat-tree ul.sub-menu{list-style:none;margin:0;padding:0}.mnt-filter-cat-tree li{margin:0;padding:0}.mnt-filter-cat-tree li a{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:7px 10px;border-radius:8px;font-size:13px;color:#0d1b2a;text-decoration:none;line-height:1.2;transition:background 120ms ease,color 120ms ease}.mnt-filter-cat-tree li a:hover{background:#f3f4f6;color:#036}.mnt-filter-cat-tree li.current-cat>a,.mnt-filter-cat-tree li.current-cat-parent>a{background:#FFF2E8;color:#FF6000;font-weight:800}.mnt-filter-cat-tree li .count,.mnt-filter-cat-tree li a .count{background:#eef2ff;color:#036;font-size:10.5px;font-weight:800;padding:2px 7px;border-radius:999px}.mnt-filter-cat-tree ul.children{margin-left:12px;border-left:1px solid #e5e7eb;padding-left:6px}.mnt-filter-attr ul,.mnt-filter-widget ul.woocommerce-widget-layered-nav-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.mnt-filter-widget li,.mnt-filter-widget li.wc-layered-nav-term{margin:0;padding:0}.mnt-filter-widget li a,.mnt-filter-widget li.wc-layered-nav-term a{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:8px;font-size:13px;color:#0d1b2a;text-decoration:none;transition:background 120ms ease,color 120ms ease}.mnt-filter-widget li a:hover{background:#f3f4f6;color:#036}.mnt-filter-widget li.chosen a,.mnt-filter-widget li.wc-layered-nav-term.chosen a{background:#FFF2E8;color:#FF6000;font-weight:800}.mnt-filter-widget li.chosen a::before,.mnt-filter-widget li.wc-layered-nav-term.chosen a::before{content:"✓";font-weight:900;color:#FF6000;margin-right:2px}.mnt-filter-widget .count{margin-left:auto;font-size:11px;color:#6b7280}.mnt-filter-price .price_slider_wrapper{margin-top:4px}.mnt-filter-price .price_slider{height:4px;background:#e5e7eb;border-radius:999px;position:relative;margin:14px 6px}.mnt-filter-price .ui-slider-range{position:absolute;height:4px;background:#FF6000;border-radius:999px}.mnt-filter-price .ui-slider-handle{position:absolute;top:-7px;width:18px;height:18px;background:#fff;border:2px solid #FF6000;border-radius:50%;cursor:grab;margin-left:-9px;box-shadow:0 2px 6px rgb(0 0 0 / .12)}.mnt-filter-price .price_slider_amount{margin-top:12px;font-size:12px;color:#036;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}.mnt-filter-price .price_slider_amount .price_label{font-weight:700;flex:1 1 60%}.mnt-filter-price .price_slider_amount .button{background:#FF6000;color:#fff;border:0;border-radius:999px;padding:8px 16px;font-size:12px;font-weight:800;cursor:pointer;min-height:36px}.mnt-filter-price .price_slider_amount .button:hover{background:#ff7a26}.mnt-filter-price input[type="text"]{background:#fff0;border:0;color:#036;font-weight:700;width:50%}.mnt-shop-toolbar{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:8px}.mnt-filter-open-btn{display:inline-flex;align-items:center;gap:6px;background:#036;color:#fff;border:0;border-radius:999px;padding:0 16px;height:44px;min-width:44px;font-size:13px;font-weight:800;cursor:pointer;box-shadow:0 4px 10px rgb(0 51 102 / .18);transition:background 140ms ease,transform 100ms ease}.mnt-filter-open-btn:hover{background:#00264d}.mnt-filter-open-btn:active{transform:translateY(1px)}.mnt-shop-toolbar-sort .woocommerce-ordering select,.mnt-shop-toolbar-sort select{height:44px;border:1px solid #e5e7eb;border-radius:999px;padding:0 14px;font-size:13px;color:#036;background:#fff;font-weight:700;max-width:100%}.mnt-filter-drawer{position:fixed;inset:0;z-index:90;pointer-events:none}.mnt-filter-drawer.is-open{pointer-events:auto}.mnt-filter-drawer-backdrop{position:absolute;inset:0;background:rgb(13 27 42 / .45);opacity:0;transition:opacity 200ms ease}.mnt-filter-drawer.is-open .mnt-filter-drawer-backdrop{opacity:1}.mnt-filter-drawer-panel{position:absolute;left:0;right:0;bottom:0;background:#fff;border-top-left-radius:18px;border-top-right-radius:18px;max-height:88vh;display:flex;flex-direction:column;transform:translateY(100%);transition:transform 260ms cubic-bezier(.22,.61,.36,1);box-shadow:0 -8px 24px rgb(0 0 0 / .18)}.mnt-filter-drawer.is-open .mnt-filter-drawer-panel{transform:translateY(0)}.mnt-filter-drawer-handle{width:44px;height:4px;background:#d1d5db;border-radius:999px;margin:8px auto 4px}.mnt-filter-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:10px 16px 6px;border-bottom:1px solid #f1f5f9}.mnt-filter-drawer-title{font-size:16px;font-weight:800;color:#036;margin:0}.mnt-filter-drawer-close{width:44px;height:44px;border:0;background:#fff0;color:#6b7280;cursor:pointer;border-radius:999px;display:inline-flex;align-items:center;justify-content:center}.mnt-filter-drawer-close:hover{background:#f3f4f6;color:#036}.mnt-filter-drawer-body{overflow-y:auto;padding:4px 16px 12px;flex:1 1 auto;overscroll-behavior:contain}.mnt-filter-drawer-footer{padding:12px 16px calc(12px + env(safe-area-inset-bottom));border-top:1px solid #f1f5f9;background:#fff}.mnt-filter-drawer-apply{width:100%;height:48px;background:#FF6000;color:#fff;border:0;border-radius:999px;font-size:14px;font-weight:800;cursor:pointer;box-shadow:0 6px 16px rgb(255 96 0 / .35);transition:background 140ms ease,transform 100ms ease}.mnt-filter-drawer-apply:hover{background:#ff7a26}.mnt-filter-drawer-apply:active{transform:translateY(1px)}.mnt-card-atc{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:100%;min-height:48px;padding:10px 14px;background:#FF6000;color:#fff!important;border:0;border-radius:999px;font-size:13px;font-weight:800;text-align:center;text-decoration:none!important;box-shadow:0 6px 16px rgb(255 96 0 / .35);transition:background 140ms ease,transform 100ms ease,box-shadow 140ms ease;line-height:1.1;white-space:nowrap;cursor:pointer}.mnt-card-atc-wrap{margin-top:auto;padding-top:8px}.mnt-card-atc:hover{background:#ff7a26;color:#fff!important}.mnt-card-atc:active{transform:translateY(1px);box-shadow:0 3px 10px rgb(255 96 0 / .3)}.mnt-card-atc-ico{width:18px;height:18px;flex-shrink:0}.mnt-card-atc.loading{opacity:.85;cursor:progress}.mnt-card-atc.added::after{content:"✓";margin-left:6px;font-weight:900}.mnt-card-atc.is-added,.mnt-card-atc.added{background:#16a34a!important;box-shadow:0 6px 16px rgb(22 163 74 / .35)!important}.mnt-card-atc.is-loading{opacity:.85;cursor:progress}.mnt-card-viewcart{display:inline-flex;align-items:center;justify-content:center;gap:4px;width:100%;margin-top:6px;font-size:11.5px;font-weight:700;color:#003366!important;text-decoration:underline;opacity:0;transform:translateY(-2px);transition:opacity 180ms ease,transform 180ms ease}.mnt-card-viewcart.is-visible{opacity:1;transform:translateY(0)}@media (min-width:1024px){.mnt-card-atc{font-size:12px;padding:8px 10px;gap:5px;min-height:44px}.mnt-card-atc-ico{width:16px;height:16px}}@media (max-width:360px){.mnt-card-atc-label{max-width:80px;overflow:hidden;text-overflow:ellipsis}}.mnt-card-trust{display:flex;flex-wrap:wrap;gap:4px;margin-top:4px}.mnt-card-trust-pill{display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:800;padding:3px 7px;border-radius:999px;line-height:1;letter-spacing:.01em;white-space:nowrap}.mnt-card-trust-pill--delivery{background:#FFF2E8;color:#FF6000;border:1px solid #FFD3B5}.mnt-card-trust-pill--bank{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}.mnt-card-trust-ico{width:10px;height:10px;flex-shrink:0}@media (min-width:1024px) and (max-width:1279px){.mnt-card-trust-pill--bank{display:none}}@media (min-width:1024px){ul.products li.product .mnt-card-atc{font-size:12px!important;padding-top:8px!important;padding-bottom:8px!important;min-height:44px}}.mnt-fab-wa{position:fixed;right:30px;bottom:30px;z-index:90;display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:999px;background:#25D366;color:#fff;text-decoration:none!important;box-shadow:0 8px 24px rgb(37 211 102 / .45),0 2px 6px rgb(0 0 0 / .12);transition:transform 160ms ease,box-shadow 160ms ease,background 160ms ease;-webkit-tap-highlight-color:#fff0}.mnt-fab-wa:hover,.mnt-fab-wa:focus-visible{background:#1ebe5d;transform:translateY(-2px);box-shadow:0 12px 28px rgb(37 211 102 / .55),0 4px 10px rgb(0 0 0 / .18);color:#fff;outline:none}.mnt-fab-wa:focus-visible{box-shadow:0 0 0 3px rgb(255 255 255 / .9),0 0 0 6px rgb(37 211 102 / .85)}.mnt-fab-wa:active{transform:translateY(0)}.mnt-fab-wa-ico{position:relative;z-index:2;width:30px;height:30px;display:block}.mnt-fab-wa-pulse{position:absolute;inset:0;border-radius:999px;background:#25D366;opacity:.55;z-index:1;animation:mnt-fab-wa-pulse 2.4s cubic-bezier(.4,0,.6,1) infinite;pointer-events:none}@keyframes mnt-fab-wa-pulse{0%{transform:scale(1);opacity:.55}70%{transform:scale(1.55);opacity:0}100%{transform:scale(1.55);opacity:0}}.mnt-fab-wa-tip{position:absolute;right:calc(100% + 12px);top:50%;transform:translateY(-50%) translateX(6px);background:#036;color:#fff;font-size:12px;font-weight:700;padding:6px 10px;border-radius:8px;white-space:nowrap;box-shadow:0 4px 12px rgb(0 0 0 / .15);opacity:0;pointer-events:none;transition:opacity 160ms ease,transform 160ms ease}.mnt-fab-wa-tip::after{content:"";position:absolute;top:50%;right:-4px;transform:translateY(-50%) rotate(45deg);width:8px;height:8px;background:#036}.mnt-fab-wa:hover .mnt-fab-wa-tip,.mnt-fab-wa:focus-visible .mnt-fab-wa-tip{opacity:1;transform:translateY(-50%) translateX(0)}@media (max-width:767px){.mnt-fab-wa{right:16px;bottom:calc(80px + env(safe-area-inset-bottom, 0px));width:52px;height:52px}.mnt-fab-wa-ico{width:26px;height:26px}.mnt-fab-wa-tip{display:none}}@media (prefers-reduced-motion:reduce){.mnt-fab-wa-pulse{animation:none;opacity:0}.mnt-fab-wa{transition:none}}@media print{.mnt-fab-wa{display:none!important}}ul.products li.product{display:flex!important;flex-direction:column!important;height:100%}ul.products li.product>.p-3,ul.products li.product>.p-4,ul.products li.product>div:not(.neuro-img-wrap):not(a){display:flex;flex-direction:column;flex:1 1 auto}.mnt-hp-cat{display:flex;flex-direction:column;align-items:center;text-align:center;text-decoration:none;color:#036;gap:8px;transition:transform 140ms ease}.mnt-hp-cat:hover{transform:translateY(-2px)}.mnt-hp-cat-thumb{position:relative;width:100%;aspect-ratio:1 / 1;background:#fff;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;box-shadow:0 1px 2px rgb(0 0 0 / .04),0 4px 12px rgb(0 0 0 / .05);display:flex;align-items:center;justify-content:center;transition:border-color 140ms ease,box-shadow 140ms ease}.mnt-hp-cat:hover .mnt-hp-cat-thumb{border-color:#FF6000;box-shadow:0 6px 16px rgb(255 96 0 / .18)}.mnt-hp-cat-thumb img{width:100%;height:100%;object-fit:contain;padding:10px;transition:transform 350ms ease}.mnt-hp-cat:hover .mnt-hp-cat-thumb img{transform:scale(1.05)}.mnt-hp-cat-placeholder{width:100%;height:100%;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#003366 0%,#FF6000 130%);color:#fff}.mnt-hp-cat-placeholder svg{width:44%;height:44%;opacity:.9}.mnt-hp-cat-name{display:block;font-size:12.5px;font-weight:800;line-height:1.2;color:#0d1b2a;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color 140ms ease}.mnt-hp-cat:hover .mnt-hp-cat-name{color:#FF6000}.mnt-hp-cat-count{display:block;font-size:10.5px;font-weight:700;color:#6b7280;letter-spacing:.01em}@media (min-width:768px){.mnt-hp-cat-name{font-size:13.5px}.mnt-hp-cat-count{font-size:11px}}@media (min-width:1024px){.mnt-hp-cat-thumb{border-radius:16px}}@keyframes mnt-badge-scarcity-pulse{0%,100%{opacity:1}50%{opacity:.7}}a.added_to_cart.wc-forward,.product a.added_to_cart,.woocommerce ul.products li.product a.added_to_cart,.products .added_to_cart{display:none!important}.mnt-header-cart{position:relative;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#f4f6f8;color:#036;border:none;cursor:pointer;transition:background 200ms ease,color 200ms ease;text-decoration:none;flex-shrink:0}.mnt-header-cart:hover{background:#FF6000;color:#fff}.mnt-header-cart .mnt-header-cart-badge{position:absolute;top:2px;right:2px;min-width:18px;height:18px;padding:0 4px;border-radius:9px;background:#FF6000;color:#fff;font-size:10px;font-weight:800;line-height:18px;text-align:center;border:2px solid #fff;display:none}.mnt-header-cart[data-count]:not([data-count="0"]) .mnt-header-cart-badge,.mnt-header-cart .mnt-header-cart-badge.has-items{display:block}.mnt-header-cart:hover .mnt-header-cart-badge{border-color:#FF6000;background:#fff;color:#FF6000}@keyframes mnt-pulse-dot{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.75)}}@keyframes mnt-badge-pulse{0%,100%{box-shadow:0 0 0 0 rgb(220 38 38 / .3)}50%{box-shadow:0 0 0 5px #fff0}}.mnt-add-to-cart-wrap--primary form.cart{display:flex;gap:10px;align-items:center;flex-wrap:nowrap}.mnt-add-to-cart-wrap--primary .quantity{flex-shrink:0}.mnt-add-to-cart-wrap--primary .qty{width:64px!important;height:52px!important;border:1.5px solid #e5e7eb;border-radius:12px;text-align:center;font-size:16px;font-weight:700;background:#f9fafb;color:#0d1b2a;-moz-appearance:textfield}.mnt-add-to-cart-wrap--primary .qty::-webkit-inner-spin-button,.mnt-add-to-cart-wrap--primary .qty::-webkit-outer-spin-button{-webkit-appearance:none}@keyframes mnt-atc-glow{0%,100%{box-shadow:0 6px 20px rgb(255 96 0 / .35),0 1px 3px rgb(0 0 0 / .1)}50%{box-shadow:0 8px 28px rgb(255 96 0 / .55),0 1px 3px rgb(0 0 0 / .1)}}@keyframes mnt-scarcity-pulse{0%,100%{box-shadow:0 0 0 0 rgb(220 38 38 / .35);transform:scale(1)}50%{box-shadow:0 0 0 6px #fff0;transform:scale(1.03)}}.pdp-shell{background:#fff;padding:.75rem 1rem 2.5rem;color:#0f172a}@media (min-width:768px){.pdp-shell{padding:1.25rem 1.25rem 3rem}}@media (min-width:1024px){.pdp-shell{padding:1.5rem 1.5rem 4rem}}.pdp-product{background:#ffffff!important;border:0!important;box-shadow:none!important;padding:0!important;margin:0!important}.pdp-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:start}@media (min-width:1024px){.pdp-grid{grid-template-columns:minmax(0,60fr) minmax(0,40fr);gap:3rem;align-items:start}}.pdp-gallery{position:relative;background:#fff;margin:0}.pdp-gallery__track{display:flex;flex-direction:row;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;width:100%;aspect-ratio:1 / 1;background:#fff;border-radius:0}.pdp-gallery__track::-webkit-scrollbar{display:none}.pdp-gallery__slide{flex:0 0 100%;width:100%;height:100%;margin:0;padding:0;scroll-snap-align:center;scroll-snap-stop:always;display:flex;align-items:center;justify-content:center;background:#fff;overflow:hidden}.pdp-gallery__image{display:block;width:100%;height:100%;max-height:100%;object-fit:contain;object-position:center;background:#fff}.pdp-gallery__dots{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 0 .25rem}.pdp-gallery__dot{appearance:none;-webkit-appearance:none;border:0;padding:0;width:8px;height:8px;border-radius:9999px;background:#cbd5e1;cursor:pointer;transition:background-color 200ms ease,width 200ms ease,transform 200ms ease;touch-action:manipulation}.pdp-gallery__dot:hover{background:#94a3b8}.pdp-gallery__dot.is-active{background:#036;width:22px;transform:scale(1)}.pdp-gallery__dot:focus-visible{outline:2px solid #FF6000;outline-offset:2px}@media (min-width:1024px){.pdp-gallery__track{display:block;flex-direction:unset;overflow:visible;scroll-snap-type:none;aspect-ratio:auto;height:auto;width:100%}.pdp-gallery__slide{flex:none;width:100%;height:auto;display:block;margin:0 0 1.25rem 0;background:#fff;scroll-snap-align:none}.pdp-gallery__slide:last-child{margin-bottom:0}.pdp-gallery__image{width:100%;height:auto;max-height:600px;object-fit:contain;object-position:center}.pdp-gallery__dots{display:none}}.pdp-summary-wrap{width:100%}@media (min-width:1024px){.pdp-summary-wrap{position:sticky;top:6rem;align-self:start;max-height:calc(100vh - 7rem);overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;padding-right:.25rem}}.pdp-summary,.pdp-summary.summary,.pdp-summary.entry-summary{background:#ffffff!important;border:0!important;box-shadow:none!important;padding:.25rem 0 0!important;margin:0!important;width:100%!important;max-width:100%!important;float:none!important;color:#0f172a}.pdp-summary .product_title,.pdp-summary h1.product_title{font-size:1.5rem;line-height:1.25;font-weight:800;color:#0f172a;margin:0 0 .5rem;letter-spacing:-.01em}@media (min-width:1024px){.pdp-summary .product_title,.pdp-summary h1.product_title{font-size:1.875rem;line-height:1.2}}.pdp-summary .woocommerce-product-rating{margin:0 0 .75rem;padding:0 0 .75rem;border-bottom:1px solid #f1f5f9;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.pdp-summary .price,.pdp-summary p.price,.pdp-summary span.price{font-size:1.75rem;line-height:1.1;font-weight:800;color:#FF6000;margin:0 0 1rem;padding:0 0 1rem;border-bottom:1px solid #f1f5f9;display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.pdp-summary .price del,.pdp-summary .price del *,.pdp-summary p.price del{color:#94a3b8;font-weight:500;font-size:1rem;text-decoration:line-through}.pdp-summary .price ins{background:#fff0;text-decoration:none}.pdp-summary .woocommerce-product-details__short-description{margin:0 0 1rem;padding:0 0 1rem;border-bottom:1px solid #f1f5f9}.pdp-summary .woocommerce-product-details__short-description :last-child{margin-bottom:0}.pdp-summary form.cart,.pdp-summary .variations_form{background:#ffffff!important;border:0!important;padding:0!important;margin:0 0 1rem!important}.pdp-summary table.variations{width:100%;border-collapse:collapse;border:0;margin:0 0 0.875rem!important}.pdp-summary table.variations th,.pdp-summary table.variations td{border:0!important;background:transparent!important;padding:.375rem 0!important;vertical-align:middle}.pdp-summary table.variations th.label,.pdp-summary table.variations label{font-weight:600;color:#0f172a;text-transform:uppercase;font-size:.75rem;letter-spacing:.04em;padding-right:0.75rem!important}.pdp-summary table.variations select{width:100%;border:1px solid #e2e8f0;border-radius:8px;background:#fff;padding:.625rem .75rem;font-size:.9375rem;color:#0f172a;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%2364748b'><path d='M5.5 7.5l4.5 4.5 4.5-4.5z'/></svg>");background-repeat:no-repeat;background-position:right .625rem center;background-size:18px 18px;padding-right:2.25rem}.pdp-summary table.variations select:focus{outline:none;border-color:#036;box-shadow:0 0 0 3px rgb(0 51 102 / .15)}.pdp-summary .reset_variations{display:inline-block;margin-top:.5rem;color:#475569;font-size:.8125rem;text-decoration:underline}.pdp-summary .woocommerce-variation-add-to-cart,.pdp-summary form.cart:not(.variations_form),.pdp-summary form.cart.grouped_form{display:flex;flex-wrap:wrap;gap:.625rem;align-items:stretch;margin-top:0.25rem!important}.pdp-summary .quantity{display:inline-flex;align-items:center;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;background:#fff}.pdp-summary .quantity input.qty{border:0!important;background:transparent!important;width:64px;height:48px;text-align:center;font-weight:600;color:#0f172a;font-size:1rem;-moz-appearance:textfield}.pdp-summary .quantity input.qty::-webkit-outer-spin-button,.pdp-summary .quantity input.qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.pdp-summary .quantity input.qty:focus{outline:none;box-shadow:inset 0 0 0 2px rgb(0 51 102 / .15)}.pdp-summary button.single_add_to_cart_button,.pdp-summary .single_add_to_cart_button{flex:1 1 200px;min-height:48px;background:#FF6000!important;color:#ffffff!important;border:0!important;border-radius:8px!important;font-weight:700!important;font-size:0.9375rem!important;letter-spacing:.02em;text-transform:uppercase;padding:0 1.25rem!important;cursor:pointer;transition:background-color 180ms ease,transform 120ms ease,box-shadow 200ms ease;box-shadow:0 1px 0 rgb(0 0 0 / .04),0 4px 14px -6px rgb(255 96 0 / .55)}.pdp-summary button.single_add_to_cart_button:hover,.pdp-summary .single_add_to_cart_button:hover{background:#e55600!important}.pdp-summary button.single_add_to_cart_button:active{transform:translateY(1px)}.pdp-summary button.single_add_to_cart_button:disabled,.pdp-summary button.single_add_to_cart_button.disabled{background:#cbd5e1!important;box-shadow:none;cursor:not-allowed}.pdp-summary .woocommerce-variation-price .price,.pdp-summary .woocommerce-variation-price span.price{font-size:1.375rem;color:#FF6000;border:0;padding:0;margin:0 0 .5rem}.pdp-summary .woocommerce-variation-availability{margin:0 0 .5rem;color:#16a34a;font-size:.875rem;font-weight:600}.pdp-summary .woocommerce-variation-description{color:#334155;font-size:.875rem;margin:0 0 .75rem}.pdp-summary .stock{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:600;margin:.625rem 0 0;padding:0;background:#fff0;border:0}.pdp-summary .stock.in-stock{color:#16a34a}.pdp-summary .stock.out-of-stock{color:#dc2626}.pdp-summary .product_meta{margin:1rem 0 0;padding:1rem 0 0;border-top:1px solid #f1f5f9;font-size:.8125rem;color:#475569;line-height:1.7}.pdp-summary .product_meta>span{display:block}.pdp-summary .product_meta a{color:#036;text-decoration:none}.pdp-summary .product_meta a:hover{text-decoration:underline}.pdp-after{margin-top:2.5rem;padding-top:2rem;border-top:1px solid #f1f5f9}.pdp-after .woocommerce-tabs{background:#fff;border:0;padding:0;margin:0 0 2.5rem}.pdp-after .woocommerce-tabs ul.tabs{list-style:none;margin:0 0 1.25rem;padding:0 0 .5rem;border-bottom:1px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:.25rem}.pdp-after .woocommerce-tabs ul.tabs::before,.pdp-after .woocommerce-tabs ul.tabs::after{display:none}.pdp-after .woocommerce-tabs ul.tabs li{background:transparent!important;border:0!important;border-radius:0!important;padding:0!important;margin:0!important}.pdp-after .woocommerce-tabs ul.tabs li a{display:inline-block;padding:.625rem 1rem;border:0;border-bottom:2px solid #fff0;color:#475569;font-weight:600;font-size:.875rem;text-decoration:none;text-transform:uppercase;letter-spacing:.04em;transition:color 150ms ease,border-color 150ms ease;margin-bottom:-.625rem}.pdp-after .woocommerce-tabs ul.tabs li a:hover{color:#036}.pdp-after .woocommerce-tabs ul.tabs li.active a{color:#036;border-bottom-color:#FF6000}.pdp-after .woocommerce-tabs .panel{background:#fff;color:#334155;line-height:1.6;padding:.5rem 0 0}.pdp-after .related,.pdp-after .upsells{margin-top:2.5rem;padding-top:2rem;border-top:1px solid #f1f5f9}.pdp-after .related>h2,.pdp-after .upsells>h2{font-size:1.125rem;font-weight:800;color:#0f172a;margin:0 0 1rem;text-transform:uppercase;letter-spacing:.04em}@media (prefers-reduced-motion:reduce){.pdp-gallery__track{scroll-behavior:auto}.pdp-gallery__dot,.pdp-summary button.single_add_to_cart_button{transition:none!important}}.pdp-summary .price .mnt-pdp-sale-badge,.pdp-summary p.price .mnt-pdp-sale-badge,.mnt-pdp-sale-badge{display:inline-flex;align-items:center;margin-left:.5rem;padding:4px 10px;background:#dc2626;color:#ffffff!important;font-size:.75rem;font-weight:800;line-height:1;letter-spacing:.04em;text-transform:uppercase;border-radius:6px;vertical-align:middle;white-space:nowrap;box-shadow:0 2px 6px -2px rgb(220 38 38 / .55);text-decoration:none!important}.mnt-pdp-stock{margin:0 0 1rem;padding:.625rem .75rem .75rem;background:#fff5f5;border:1px solid #fecaca;border-radius:10px}.mnt-pdp-stock__msg{display:flex;align-items:center;gap:.4rem;margin:0 0 .5rem;color:#b91c1c;font-size:.8125rem;font-weight:600;line-height:1.3}.mnt-pdp-stock__ico{flex:0 0 14px;color:#dc2626}.mnt-pdp-stock__num{color:#dc2626;font-weight:800;font-size:.9375rem;margin:0 1px}.mnt-pdp-stock__track{width:100%;height:6px;background:#fee2e2;border-radius:999px;overflow:hidden;position:relative}.mnt-pdp-stock__fill{height:100%;background:linear-gradient(90deg,#dc2626 0%,#f97316 100%);border-radius:999px;position:relative;transition:width 600ms cubic-bezier(.22,1,.36,1)}.mnt-pdp-stock__fill::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgb(255 255 255 / .55),transparent);animation:mnt-pdp-stock-shimmer 1.8s linear infinite}@keyframes mnt-pdp-stock-shimmer{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}.mnt-pdp-whatsapp{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;margin:.625rem 0 0;min-height:48px;padding:0 1.25rem;background:#25D366;color:#ffffff!important;border:0;border-radius:8px;font-weight:700;font-size:.9375rem;letter-spacing:.02em;text-transform:uppercase;text-decoration:none!important;cursor:pointer;transition:background-color 180ms ease,transform 120ms ease,box-shadow 200ms ease;box-shadow:0 1px 0 rgb(0 0 0 / .04),0 4px 14px -6px rgb(37 211 102 / .55)}.mnt-pdp-whatsapp:hover,.mnt-pdp-whatsapp:focus{background:#1ebe5b;color:#ffffff!important;text-decoration:none!important}.mnt-pdp-whatsapp:active{transform:translateY(1px)}.mnt-pdp-whatsapp:focus-visible{outline:2px solid #036;outline-offset:2px}.mnt-pdp-whatsapp__ico{flex:0 0 22px;width:22px;height:22px;color:#fff}.mnt-pdp-trust{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;margin:.875rem 0 0;padding:.75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px}.mnt-pdp-trust__cell{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.375rem;padding:.25rem .125rem}.mnt-pdp-trust__ico{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:999px;background:#fff;border:1px solid #e2e8f0}.mnt-pdp-trust__cell[data-tone="orange"] .mnt-pdp-trust__ico{color:#FF6000;border-color:#FFD9BF;background:#FFF6EF}.mnt-pdp-trust__cell[data-tone="blue"] .mnt-pdp-trust__ico{color:#036;border-color:#C7D7E8;background:#EEF3F9}.mnt-pdp-trust__cell[data-tone="green"] .mnt-pdp-trust__ico{color:#16a34a;border-color:#BBF7D0;background:#ECFDF5}.mnt-pdp-trust__label{font-size:.6875rem;font-weight:700;color:#0f172a;line-height:1.25;text-transform:uppercase;letter-spacing:.03em}@media (min-width:480px){.mnt-pdp-trust__label{font-size:.75rem}}@media (prefers-reduced-motion:reduce){.mnt-pdp-stock__fill::after{animation:none}.mnt-pdp-whatsapp{transition:none}}.mnt-pdp-accordion{margin:0;padding:0}.mnt-pdp-acc__item{background:#fff;border-top:1px solid #e2e8f0;margin:0;padding:0}.mnt-pdp-acc__item:last-child{border-bottom:1px solid #e2e8f0}.mnt-pdp-acc__item>summary,.mnt-pdp-acc__summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1.125rem .25rem;font-size:.9375rem;font-weight:700;color:#0f172a;text-transform:uppercase;letter-spacing:.04em;user-select:none;-webkit-user-select:none;transition:color 150ms ease}.mnt-pdp-acc__item>summary::-webkit-details-marker{display:none}.mnt-pdp-acc__item>summary::marker{content:""}.mnt-pdp-acc__summary:hover{color:#036}.mnt-pdp-acc__summary:focus-visible{outline:2px solid #FF6000;outline-offset:4px;border-radius:4px}.mnt-pdp-acc__chev{flex:0 0 14px;width:14px;height:14px;position:relative;transition:transform 200ms cubic-bezier(.22,1,.36,1);color:#475569}.mnt-pdp-acc__chev::before{content:"";position:absolute;top:3px;left:2px;width:9px;height:9px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);border-radius:1px}.mnt-pdp-acc__item[open]>.mnt-pdp-acc__summary .mnt-pdp-acc__chev{transform:rotate(180deg)}.mnt-pdp-acc__body{padding:0 .25rem 1.5rem;color:#334155;font-size:.9375rem;line-height:1.65}.mnt-pdp-acc__body>:first-child{margin-top:0}.mnt-pdp-acc__body>:last-child{margin-bottom:0}.mnt-pdp-acc__body>h2:first-child,.mnt-pdp-acc__body h3.product_meta-title{display:none!important}.mnt-pdp-acc__body table.shop_attributes,.mnt-pdp-acc__body table.woocommerce-product-attributes{width:100%;border-collapse:separate;border-spacing:0;border:0;background:#fff0}.mnt-pdp-acc__body table.shop_attributes th,.mnt-pdp-acc__body table.shop_attributes td,.mnt-pdp-acc__body table.woocommerce-product-attributes th,.mnt-pdp-acc__body table.woocommerce-product-attributes td{border:0!important;border-bottom:1px solid #f1f5f9!important;background:transparent!important;padding:.625rem 0!important;font-style:normal!important;text-align:left;vertical-align:top;line-height:1.45}.mnt-pdp-acc__body table.shop_attributes th,.mnt-pdp-acc__body table.woocommerce-product-attributes th{width:38%;color:#475569;font-weight:700;text-transform:uppercase;font-size:.75rem;letter-spacing:.04em;padding-right:1rem!important}.mnt-pdp-acc__body table.shop_attributes tr:last-child th,.mnt-pdp-acc__body table.shop_attributes tr:last-child td,.mnt-pdp-acc__body table.woocommerce-product-attributes tr:last-child th,.mnt-pdp-acc__body table.woocommerce-product-attributes tr:last-child td{border-bottom:0!important}.pdp-after .woocommerce-tabs{display:none!important}@supports (interpolate-size:allow-keywords){.mnt-pdp-acc__item{interpolate-size:allow-keywords}.mnt-pdp-acc__item::details-content{opacity:0;height:0;overflow:hidden;transition:opacity 220ms ease,height 220ms cubic-bezier(.22,1,.36,1),content-visibility 220ms allow-discrete}.mnt-pdp-acc__item[open]::details-content{opacity:1;height:auto}}.mnt-pdp-stickybar{position:fixed;left:0;right:0;bottom:calc(var(--neuro-bottom-nav-h, 64px) + env(safe-area-inset-bottom, 0px));z-index:90;display:flex;align-items:stretch;gap:.625rem;padding:.5rem .75rem;background:#fff;border-top:1px solid #e2e8f0;box-shadow:0 -8px 24px -10px rgb(15 23 42 / .18);transform:translateY(120%);opacity:0;transition:transform 280ms cubic-bezier(.22,1,.36,1),opacity 200ms ease;pointer-events:none}.mnt-pdp-stickybar.is-visible{transform:translateY(0);opacity:1;pointer-events:auto}.mnt-pdp-stickybar[hidden]{display:none}.mnt-pdp-stickybar.is-visible{display:flex}@media (min-width:1024px){.mnt-pdp-stickybar{display:none!important}}@media (max-width:1023px){body.single-product.has-pdp-stickybar-visible{padding-bottom:calc(var(--neuro-bottom-nav-h,64px)+64px+env(safe-area-inset-bottom,0))}}.mnt-pdp-stickybar__product{flex:1 1 auto;min-width:0;display:flex;align-items:center;gap:.625rem;text-decoration:none!important;color:#0f172a;background:#fff0;padding:0}.mnt-pdp-stickybar__thumb{flex:0 0 48px;width:48px;height:48px;border-radius:8px;overflow:hidden;background:#f1f5f9;border:1px solid #e2e8f0;display:inline-block}.mnt-pdp-stickybar__thumb img{width:100%;height:100%;object-fit:cover;display:block}.mnt-pdp-stickybar__meta{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:2px;line-height:1.2}.mnt-pdp-stickybar__title{font-size:.8125rem;font-weight:700;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}.mnt-pdp-stickybar__price{font-size:.9375rem;font-weight:800;color:#FF6000;line-height:1.2;display:block}.mnt-pdp-stickybar__price del,.mnt-pdp-stickybar__price del *{color:#94a3b8;font-weight:500;font-size:.75rem;margin-right:4px}.mnt-pdp-stickybar__price ins{background:#fff0;text-decoration:none}.mnt-pdp-stickybar__price .mnt-pdp-sale-badge{display:none}.mnt-pdp-stickybar__cta{flex:0 0 auto;align-self:stretch;display:inline-flex;align-items:center;justify-content:center;min-width:132px;padding:0 1rem;background:#FF6000;color:#ffffff!important;border:0;border-radius:8px;font-weight:700;font-size:.875rem;letter-spacing:.02em;text-transform:uppercase;text-decoration:none!important;cursor:pointer;transition:background-color 180ms ease,transform 120ms ease;box-shadow:0 1px 0 rgb(0 0 0 / .04),0 4px 14px -6px rgb(255 96 0 / .55)}.mnt-pdp-stickybar__cta:hover{background:#e55600;color:#ffffff!important}.mnt-pdp-stickybar__cta:active{transform:translateY(1px)}.mnt-pdp-stickybar__cta.added::after{content:" ✓"}.mnt-pdp-stickybar__cta.loading{opacity:.85;cursor:progress}@media (prefers-reduced-motion:reduce){.mnt-pdp-stickybar{transition:none}.mnt-pdp-acc__chev{transition:none}}.mnt-pdp-anchor{display:block;height:0;width:0;overflow:hidden;scroll-margin-top:6rem}.footer-social-links{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:20px;margin:40px auto 32px;padding:0 16px}.footer-social-links__item{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:10px;border-radius:10px;color:rgb(255 255 255 / .78);background:#fff0;text-decoration:none!important;line-height:0;transition:color 180ms ease,background-color 180ms ease,transform 140ms ease;-webkit-tap-highlight-color:rgb(255 96 0 / .18)}.footer-social-links__item:hover,.footer-social-links__item:focus-visible{color:#FF6000;background:rgb(255 255 255 / .06);transform:translateY(-1px)}.footer-social-links__item:focus-visible{outline:2px solid #FF6000;outline-offset:2px}.footer-social-links__item:active{transform:translateY(0);background:rgb(255 255 255 / .1)}.footer-social-links__item--facebook:hover,.footer-social-links__item--facebook:focus-visible{color:#1877F2}.footer-social-links__item--linkedin:hover,.footer-social-links__item--linkedin:focus-visible{color:#0A66C2}.footer-social-links__item--youtube:hover,.footer-social-links__item--youtube:focus-visible{color:#F03}.footer-social-links__item--tiktok:hover,.footer-social-links__item--tiktok:focus-visible{color:#FF6000}.footer-social-links__icon{display:inline-flex;width:24px;height:24px}.footer-social-links__icon svg{width:24px;height:24px;display:block}@media (max-width:767px){.footer-social-links{gap:12px;margin:32px auto}.footer-social-links__item{padding:10px}}@media (prefers-reduced-motion:reduce){.footer-social-links__item{transition:none}.footer-social-links__item:hover,.footer-social-links__item:active{transform:none}}.mnt-volant{font-size:16px;line-height:1.6}.mnt-volant p{font-size:max(16px, 1rem)}.mnt-volant__hero{isolation:isolate}.mnt-volant__grid-bg{position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(to right,rgb(255 255 255 / .04) 1px,transparent 1px),linear-gradient(to bottom,rgb(255 255 255 / .04) 1px,transparent 1px),radial-gradient(circle at 20% 0%,rgb(255 96 0 / .18),transparent 55%),radial-gradient(circle at 90% 100%,rgb(255 255 255 / .08),transparent 60%);background-size:48px 48px,48px 48px,auto,auto;mask-image:linear-gradient(to bottom,rgb(0 0 0 / .95),rgb(0 0 0 / .55) 70%,transparent);-webkit-mask-image:linear-gradient(to bottom,rgb(0 0 0 / .95),rgb(0 0 0 / .55) 70%,transparent)}.mnt-volant__cta--primary{will-change:transform}.mnt-volant__cta--primary:hover{transform:translateY(-1px)}.mnt-volant__cta--primary:active{transform:translateY(0)}.mnt-volant__card{transition:transform 220ms cubic-bezier(.22,1,.36,1),box-shadow 220ms ease,border-color 220ms ease;will-change:transform}.mnt-volant__card:hover,.mnt-volant__card:focus-within{transform:translateY(-4px);border-color:#cbd5e1;box-shadow:0 1px 2px rgb(0 0 0 / .04),0 14px 32px -14px rgb(0 51 102 / .28)}.mnt-volant__card-icon{transition:transform 260ms cubic-bezier(.22,1,.36,1),box-shadow 220ms ease,background-color 220ms ease}.mnt-volant__card:hover .mnt-volant__card-icon{transform:scale(1.06) rotate(-3deg)}.mnt-volant__market{transition:transform 200ms cubic-bezier(.22,1,.36,1),border-color 200ms ease,box-shadow 200ms ease}.mnt-volant__market:hover{transform:translateY(-3px);border-color:#036;box-shadow:0 10px 22px -12px rgb(0 51 102 / .3)}.mnt-volant__market-flag{transition:transform 220ms cubic-bezier(.22,1,.36,1)}.mnt-volant__market:hover .mnt-volant__market-flag{transform:scale(1.1) rotate(-4deg)}@media (prefers-reduced-motion:reduce){.mnt-volant__card,.mnt-volant__card-icon,.mnt-volant__market,.mnt-volant__market-flag,.mnt-volant__cta--primary{transition:none;transform:none}.mnt-volant__card:hover,.mnt-volant__market:hover{transform:none}}.mnt-volant-sticky-cta{position:fixed;left:0;right:0;bottom:calc(var(--neuro-bottom-nav-h, 64px) + env(safe-area-inset-bottom, 0px));z-index:88;padding:8px 12px;background:linear-gradient(to top,rgb(255 255 255 / .98),rgb(255 255 255 / .9));backdrop-filter:saturate(140%) blur(6px);-webkit-backdrop-filter:saturate(140%) blur(6px);border-top:1px solid #e5e7eb;box-shadow:0 -8px 24px -10px rgb(15 23 42 / .18);display:block}@media (min-width:768px){.mnt-volant-sticky-cta{display:none!important}}.mnt-volant-sticky-cta__btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:52px;padding:0 18px;background:#FF6000;color:#ffffff!important;font-weight:800;font-size:16px;letter-spacing:.02em;border-radius:999px;text-decoration:none!important;box-shadow:0 8px 22px -8px rgb(255 96 0 / .6);transition:background-color 180ms ease,transform 120ms ease}.mnt-volant-sticky-cta__btn:hover{background:#ff7a26}.mnt-volant-sticky-cta__btn:active{transform:translateY(1px)}.mnt-volant-sticky-cta__icon{width:22px;height:22px;flex:0 0 22px}@media (max-width:767px){body.page-template-page-volant-digital-ltd,body.page.page-volant-digital-ltd{padding-bottom:calc(var(--neuro-bottom-nav-h,64px)+70px+env(safe-area-inset-bottom,0))}}.mnt-fuel{isolation:isolate}.mnt-fuel__map{display:block;border-top:2px solid #F59E0B;border-bottom:2px solid #1e3a5f}.mnt-fuel__loader{z-index:10;transition:opacity 300ms ease}.mnt-fuel__spinner{width:44px;height:44px;border:4px solid rgb(245 158 11 / .2);border-top-color:#F59E0B;border-radius:50%;animation:mnt-spin 0.85s linear infinite}@keyframes mnt-spin{to{transform:rotate(360deg)}}.mnt-fuel__fab{background:linear-gradient(135deg,#FBBF24,#F59E0B);color:#0b1628;font-weight:800;transition:transform 140ms ease,box-shadow 160ms ease,background 180ms ease;box-shadow:0 0 0 3px rgb(245 158 11 / .2),0 10px 28px -8px rgb(245 158 11 / .65)}.mnt-fuel__fab:hover{background:linear-gradient(135deg,#FCD34D,#FBBF24);transform:translateY(-2px);box-shadow:0 0 0 4px rgb(245 158 11 / .3),0 14px 32px -8px rgb(245 158 11 / .75)}.mnt-fuel__fab:active{transform:translateY(0)}.mnt-fuel__card{background:#0f2540;border:1px solid #1e3a5f;border-radius:14px;padding:16px;display:flex;flex-direction:column;gap:12px;cursor:pointer;transition:border-color 180ms ease,box-shadow 180ms ease,transform 160ms cubic-bezier(.22,1,.36,1);will-change:transform}.mnt-fuel__card:hover{border-color:#F59E0B;box-shadow:0 8px 24px -10px rgb(245 158 11 / .35);transform:translateY(-2px)}.mnt-fuel__card--active{border-color:#F59E0B;box-shadow:0 0 0 2px rgb(245 158 11 / .4),0 10px 28px -12px rgb(245 158 11 / .5);background:#142c4a}.mnt-fuel__card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.mnt-fuel__card-info{display:flex;align-items:flex-start;gap:10px;flex:1 1 auto;min-width:0}.mnt-fuel__card-rank{flex:0 0 22px;width:22px;height:22px;border-radius:50%;background:#F59E0B;color:#0b1628;font-weight:800;font-size:11px;display:inline-flex;align-items:center;justify-content:center;margin-top:2px;line-height:1}.mnt-fuel__card-name{font-size:15px;font-weight:700;color:#fff;line-height:1.3;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mnt-fuel__card-addr{font-size:12px;color:rgb(255 255 255 / .45);margin:2px 0 0;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mnt-fuel__card-meta{display:flex;flex-direction:column;align-items:flex-end;gap:5px;flex:0 0 auto}.mnt-fuel__badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;line-height:1.6}.mnt-fuel__badge--open{background:rgb(22 163 74 / .2);color:#4ade80;border:1px solid rgb(22 163 74 / .4)}.mnt-fuel__badge--closed{background:rgb(220 38 38 / .18);color:#f87171;border:1px solid rgb(220 38 38 / .35)}.mnt-fuel__badge--unknown{background:rgb(100 116 139 / .18);color:#94a3b8;border:1px solid rgb(100 116 139 / .25)}.mnt-fuel__dist{font-size:11px;font-weight:700;color:#F59E0B;white-space:nowrap}.mnt-fuel__nav-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:44px;padding:0 16px;background:#F59E0B;color:#0b1628!important;font-weight:800;font-size:14px;letter-spacing:.02em;border-radius:10px;text-decoration:none!important;transition:background 160ms ease,transform 120ms ease;box-shadow:0 4px 14px -6px rgb(245 158 11 / .6)}.mnt-fuel__nav-btn svg{width:16px;height:16px;flex:0 0 16px}.mnt-fuel__nav-btn:hover{background:#FBBF24;transform:translateY(-1px)}.mnt-fuel__nav-btn:active{transform:translateY(0)}.mnt-fuel__skeleton{pointer-events:none}.mnt-fuel__info-win{font-family:'Inter',sans-serif;font-size:13px;font-weight:700;color:#0f172a;padding:2px 4px;max-width:180px}@media (prefers-reduced-motion:reduce){.mnt-fuel__card,.mnt-fuel__fab,.mnt-fuel__nav-btn{transition:none;transform:none!important}.mnt-fuel__spinner{animation:none;opacity:.6}}@media (max-width:767px){.mnt-fuel__header{padding-bottom:8px}body.page-template-page-fuel-locator{padding-bottom:calc(var(--neuro-bottom-nav-h,64px)+80px+env(safe-area-inset-bottom,0))}}.mnt-fuel__seo-content{contain:layout style}.mnt-fuel__faq summary::-webkit-details-marker{display:none}.mnt-fuel__faq summary{-webkit-user-select:none;user-select:none}.mnt-fuel__faq[open]{border-color:rgb(245 158 11 / .35);box-shadow:0 0 0 1px rgb(245 158 11 / .12)}.mnt-fuel__faq[open]>summary{color:#F59E0B;border-bottom:1px solid #1e3a5f;padding-bottom:14px;margin-bottom:0}.mnt-fuel__faq[open]>summary svg{color:#F59E0B}@supports (interpolate-size:allow-keywords){.mnt-fuel__faq{interpolate-size:allow-keywords}.mnt-fuel__faq>div{height:0;overflow:hidden;transition:height 220ms ease}.mnt-fuel__faq[open]>div{height:auto}}@media (prefers-reduced-motion:reduce){.mnt-fuel__faq>div{transition:none}}.mnt-fuel__search-wrap{pointer-events:auto}.mnt-fuel__search-input{appearance:none;-webkit-appearance:none;caret-color:#F59E0B}.mnt-fuel__search-input::placeholder{opacity:1}.mnt-fuel__search-input:focus{outline:none}.mnt-fuel__search-wrap:focus-within>div{border-color:#F59E0B;box-shadow:0 0 0 2px rgb(245 158 11 / .25),0 6px 28px rgb(0 0 0 / .6)}.mnt-fuel__search-clear{display:none}.mnt-fuel__search-wrap.mnt-has-value .mnt-fuel__search-clear{display:flex}.pac-container{background:#0a192f!important;border:1px solid rgb(245 158 11 / .4)!important;border-top:none!important;border-radius:0 0 12px 12px!important;box-shadow:0 8px 32px rgb(0 0 0 / .6)!important;font-family:'Inter',sans-serif!important;z-index:9999!important}.pac-item{border-top:1px solid rgb(30 58 95 / .6)!important;padding:8px 14px!important;cursor:pointer!important;color:rgb(255 255 255 / .75)!important;font-size:13px!important;line-height:1.5!important;transition:background 120ms ease!important}.pac-item:first-child{border-top:none!important}.pac-item:hover,.pac-item-selected{background:rgb(245 158 11 / .12)!important}.pac-item-query{font-size:13px!important;font-weight:700!important;color:#ffffff!important}.pac-matched{color:#F59E0B!important}.pac-icon{display:none!important}.pac-logo::after{display:none!important}.pac-container::after{content:'';display:block}.entry-content,.term-description,.woocommerce-product-details__short-description,.woocommerce-Tabs-panel{font-size:16px;line-height:1.7;color:#333}.entry-content p,.entry-content li,.entry-content blockquote,.term-description p,.term-description li,.term-description blockquote,.woocommerce-product-details__short-description p,.woocommerce-product-details__short-description li,.woocommerce-product-details__short-description blockquote,.woocommerce-Tabs-panel p,.woocommerce-Tabs-panel li,.woocommerce-Tabs-panel blockquote{font-size:inherit;line-height:inherit;color:inherit}@media (min-width:768px){.entry-content,.term-description,.woocommerce-product-details__short-description,.woocommerce-Tabs-panel{font-size:18px;max-width:75ch}}.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.term-description h1,.term-description h2,.term-description h3,.term-description h4,.woocommerce-product-details__short-description h1,.woocommerce-product-details__short-description h2,.woocommerce-product-details__short-description h3,.woocommerce-product-details__short-description h4,.woocommerce-Tabs-panel h1,.woocommerce-Tabs-panel h2,.woocommerce-Tabs-panel h3,.woocommerce-Tabs-panel h4{font-weight:800;margin-top:2em;margin-bottom:.75em;line-height:1.25;color:#1a1a1a}.entry-content h1:first-child,.entry-content h2:first-child,.entry-content h3:first-child,.entry-content h4:first-child,.term-description h1:first-child,.term-description h2:first-child,.term-description h3:first-child,.term-description h4:first-child,.woocommerce-product-details__short-description h1:first-child,.woocommerce-product-details__short-description h2:first-child,.woocommerce-product-details__short-description h3:first-child,.woocommerce-product-details__short-description h4:first-child,.woocommerce-Tabs-panel h1:first-child,.woocommerce-Tabs-panel h2:first-child,.woocommerce-Tabs-panel h3:first-child,.woocommerce-Tabs-panel h4:first-child{margin-top:0}.entry-content h2,.term-description h2,.woocommerce-product-details__short-description h2,.woocommerce-Tabs-panel h2{font-size:1.75rem}.entry-content h3,.term-description h3,.woocommerce-product-details__short-description h3,.woocommerce-Tabs-panel h3{font-size:1.35rem}.entry-content h4,.term-description h4,.woocommerce-product-details__short-description h4,.woocommerce-Tabs-panel h4{font-size:1.15rem}.entry-content p,.term-description p,.woocommerce-product-details__short-description p,.woocommerce-Tabs-panel p{margin-bottom:1.5em;text-align:left}.entry-content p:last-child,.term-description p:last-child,.woocommerce-product-details__short-description p:last-child,.woocommerce-Tabs-panel p:last-child{margin-bottom:0}.entry-content ul,.entry-content ol,.term-description ul,.term-description ol,.woocommerce-product-details__short-description ul,.woocommerce-product-details__short-description ol,.woocommerce-Tabs-panel ul,.woocommerce-Tabs-panel ol{padding-left:1.5em;margin-bottom:1.5em;text-align:left}.entry-content ul li,.entry-content ol li,.term-description ul li,.term-description ol li,.woocommerce-product-details__short-description ul li,.woocommerce-product-details__short-description ol li,.woocommerce-Tabs-panel ul li,.woocommerce-Tabs-panel ol li{margin-bottom:.5em;text-align:left}.entry-content,.term-description,.woocommerce-product-details__short-description,.woocommerce-Tabs-panel{text-align:left}#tab-description,.woocommerce-Tabs-panel--description{font-size:16px;line-height:1.7;color:#333;text-align:left}#tab-description ul,#tab-description ol,.woocommerce-Tabs-panel--description ul,.woocommerce-Tabs-panel--description ol{list-style:revert;padding-left:1.5em;margin-bottom:1.5em;text-align:left}#tab-description ul li,#tab-description ol li,.woocommerce-Tabs-panel--description ul li,.woocommerce-Tabs-panel--description ol li{margin-bottom:.5em;text-align:left}#tab-description p,.woocommerce-Tabs-panel--description p{margin-bottom:1.5em;text-align:left}@media (min-width:768px){#tab-description,.woocommerce-Tabs-panel--description{font-size:18px;max-width:75ch}}.entry-content strong,.entry-content b,.term-description strong,.term-description b,.woocommerce-product-details__short-description strong,.woocommerce-product-details__short-description b,.woocommerce-Tabs-panel strong,.woocommerce-Tabs-panel b,#tab-description strong,#tab-description b,.woocommerce-Tabs-panel--description strong,.woocommerce-Tabs-panel--description b{color:#111;font-weight:700}.entry-content p,.entry-content ul,.entry-content ol,.term-description p,.woocommerce-product-details__short-description p,.woocommerce-Tabs-panel p,.woocommerce-Tabs-panel ul,.woocommerce-Tabs-panel li{text-align:left!important;line-height:1.7!important;font-size:16px!important;color:#2D3748!important;margin-bottom:1.25rem!important}@media (min-width:1024px){.entry-content p,.woocommerce-Tabs-panel p{font-size:17px!important}}.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.woocommerce-Tabs-panel h1,.woocommerce-Tabs-panel h2,.woocommerce-Tabs-panel h3,.woocommerce-Tabs-panel h4,.term-description h1,.term-description h2,.term-description h3{text-align:left!important;font-weight:700!important;color:#1A202C!important;letter-spacing:-0.02em!important;display:block!important;width:100%!important}.entry-content h2,.woocommerce-Tabs-panel h2{font-size:1.6rem!important;margin-top:2.5rem!important;margin-bottom:1rem!important;border-bottom:1px solid #E2E8F0;padding-bottom:.5rem}.entry-content h3,.woocommerce-Tabs-panel h3{font-size:1.25rem!important;margin-top:2rem!important;margin-bottom:0.75rem!important}.entry-content ul,.woocommerce-Tabs-panel ul{list-style-type:disc!important;padding-left:1.5rem!important;margin-left:0!important}.entry-content li,.woocommerce-Tabs-panel li{margin-bottom:0.5rem!important;padding-left:0.25rem!important}.mnt-pdp-acc__body h2{display:block;font-size:1.35rem;font-weight:700;color:#1A202C;line-height:1.3;letter-spacing:-.01em;margin-top:1.75rem;margin-bottom:.75rem;padding-bottom:.4rem;border-bottom:1px solid #E2E8F0;text-align:left}.mnt-pdp-acc__body h3{display:block;font-size:1.1rem;font-weight:700;color:#1A202C;line-height:1.35;margin-top:1.5rem;margin-bottom:.6rem;text-align:left}.mnt-pdp-acc__body h3.product_meta-title{display:none!important}.mnt-pdp-acc__body h4{display:block;font-size:.975rem;font-weight:700;color:#2D3748;line-height:1.4;margin-top:1.25rem;margin-bottom:.5rem;text-align:left}.mnt-pdp-acc__body p{font-size:.9375rem;line-height:1.7;color:#334155;margin-bottom:1rem;text-align:left}.mnt-pdp-acc__body ul,.mnt-pdp-acc__body ol{list-style:revert;padding-left:1.5rem;margin-bottom:1rem;text-align:left}.mnt-pdp-acc__body li{margin-bottom:.4rem;line-height:1.6;text-align:left}.mnt-pdp-acc__body strong,.mnt-pdp-acc__body b{color:#111;font-weight:700}@media (min-width:1024px){.mnt-pdp-acc__body p,.mnt-pdp-acc__body li{font-size:1rem}}body.tax-product_cat header,body.tax-product_tag header,body.post-type-archive-product header{text-align:center}body.tax-product_cat header h1,body.tax-product_tag header h1,body.post-type-archive-product header h1{text-align:center;margin-left:auto;margin-right:auto}body.tax-product_cat .term-description,body.tax-product_tag .term-description{text-align:center;max-width:65ch;margin-left:auto;margin-right:auto}body.tax-product_cat .term-description p,body.tax-product_tag .term-description p{text-align:center!important;margin-left:auto;margin-right:auto}body.tax-product_cat .woocommerce-product-archive__description,body.tax-product_tag .woocommerce-product-archive__description{text-align:center;max-width:65ch;margin-left:auto;margin-right:auto}.woocommerce-Tabs-panel--description h2,.woocommerce-Tabs-panel h2,.product-description-container h2,.mnt-pdp-acc__body h2{display:block!important;visibility:visible!important;opacity:1!important;text-align:left!important;font-size:1.65rem!important;font-weight:700!important;color:#1A202C!important;margin-top:2.25rem!important;margin-bottom:1rem!important;clear:both!important;padding-bottom:0.5rem!important;border-bottom:1px solid #E2E8F0!important}.mnt-pdp-acc__body>h2:first-child{display:none!important;visibility:hidden!important;border:none!important;margin:0!important;padding:0!important}.woocommerce-Tabs-panel p,.woocommerce-Tabs-panel div{text-align:left!important;font-size:16px!important;line-height:1.7!important;color:#4A5568!important;margin-bottom:1.25rem!important}.woocommerce-Tabs-panel ul,.woocommerce-Tabs-panel--description ul,.mnt-pdp-acc__body ul{list-style-type:disc!important;margin-left:0!important;padding-left:1.5rem!important;text-align:left!important;margin-bottom:1.5rem!important}.woocommerce-Tabs-panel ol,.woocommerce-Tabs-panel--description ol,.mnt-pdp-acc__body ol{list-style-type:decimal!important;margin-left:0!important;padding-left:1.5rem!important;text-align:left!important;margin-bottom:1.5rem!important}.woocommerce-Tabs-panel li,.woocommerce-Tabs-panel--description li,.mnt-pdp-acc__body li{margin-bottom:0.5rem!important;text-align:left!important;line-height:1.6!important;color:#4A5568!important}body.single-product .mnt-pdp-acc__body a,body.single-product .woocommerce-Tabs-panel a,body.single-product .woocommerce-Tabs-panel--description a,body.single-product .entry-content a,body.single-product .woocommerce-product-details__short-description a{color:#1D6FA4!important;text-decoration:underline!important}body.single-product .mnt-pdp-acc__body a:hover,body.single-product .woocommerce-Tabs-panel a:hover,body.single-product .woocommerce-Tabs-panel--description a:hover,body.single-product .entry-content a:hover,body.single-product .woocommerce-product-details__short-description a:hover{color:#135480!important;text-decoration:underline!important}body.single-product .mnt-pdp-acc__body a:visited,body.single-product .woocommerce-Tabs-panel a:visited,body.single-product .entry-content a:visited{color:#5A3FA0!important}body.tax-product_cat .term-description a,body.tax-product_cat .entry-content a,body.tax-product_cat .woocommerce-product-archive__description a{color:#1D6FA4!important;text-decoration:underline!important}body.tax-product_cat .term-description a:hover,body.tax-product_cat .entry-content a:hover{color:#135480!important;text-decoration:underline!important}body.tax-product_cat .term-description a:visited,body.tax-product_cat .entry-content a:visited{color:#5A3FA0!important}body.tax-product_tag .term-description a,body.tax-product_tag .entry-content a,body.tax-product_tag .woocommerce-product-archive__description a{color:#1D6FA4!important;text-decoration:underline!important}body.tax-product_tag .term-description a:hover,body.tax-product_tag .entry-content a:hover{color:#135480!important;text-decoration:underline!important}body.tax-product_tag .term-description a:visited,body.tax-product_tag .entry-content a:visited{color:#5A3FA0!important}