.mm-header{position:sticky;top:0;z-index:1000;height:var(--mm-header);background:var(--mm-header-bg);border-bottom:1px solid var(--mm-line);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.mm-header__inner{height:100%;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px}.mm-brand{display:inline-flex;align-items:center;gap:10px;font-weight:900;letter-spacing:-.04em}.mm-brand .custom-logo{display:block;width:auto;max-height:44px}.mm-brand__mark{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,var(--mm-blue-light),var(--mm-blue-dark));color:#071426;box-shadow:0 8px 26px rgba(20,157,255,.25)}.mm-brand__text{font-size:1.25rem}.mm-nav{justify-self:center}.mm-nav__list{list-style:none;display:flex;align-items:center;gap:8px;padding:0;margin:0}.mm-nav__list>li{position:relative}.mm-nav__list a{display:block;padding:10px 12px;border-radius:12px;color:var(--mm-text);font-size:.95rem;transition:color var(--mm-fast),background var(--mm-fast)}.mm-nav__list a:hover,.mm-nav__list .current-menu-item>a{color:var(--mm-heading);background:var(--mm-soft-hover)}.mm-nav__list .sub-menu{position:absolute;top:100%;inset-inline-start:0;min-width:230px;list-style:none;margin:6px 0 0;padding:8px;background:var(--mm-elevated);border:1px solid var(--mm-line);border-radius:16px;box-shadow:var(--mm-shadow);opacity:0;visibility:hidden;transform:translateY(6px);transition:.18s}.mm-nav__list li:hover>.sub-menu,.mm-nav__list li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:none}.mm-header__actions{display:flex;align-items:center;gap:8px}.mm-menu-toggle{display:none}.mm-header__cart-count{position:absolute;top:-4px;inset-inline-end:-3px;min-width:19px;height:19px;padding:0 5px;border-radius:20px;background:var(--mm-blue);color:#071426;font-size:.69rem;font-weight:900;display:grid;place-items:center}.mm-search-panel{position:absolute;top:100%;inset-inline:0;background:var(--mm-surface-2);border-bottom:1px solid var(--mm-line);padding:18px 0;box-shadow:var(--mm-shadow)}.mm-search-form{display:flex;gap:10px}.mm-search-form input{flex:1;min-width:0;background:var(--mm-input);color:var(--mm-heading);border:1px solid var(--mm-line);border-radius:16px;padding:12px 16px}.mm-mobile{position:fixed;inset:0;z-index:1200}.mm-mobile__backdrop{position:absolute;inset:0;width:100%;border:0;background:var(--mm-overlay);backdrop-filter:blur(4px)}.mm-mobile__panel{position:absolute;top:0;bottom:0;inset-inline-end:0;width:min(88vw,380px);background:var(--mm-surface);border-inline-start:1px solid var(--mm-line);padding:18px;display:flex;flex-direction:column;gap:24px;box-shadow:var(--mm-shadow)}.mm-mobile__head{display:flex;align-items:center;justify-content:space-between}.mm-mobile__nav,.mm-mobile__nav ul{list-style:none;padding:0;margin:0}.mm-mobile__nav a{display:block;padding:11px 10px;border-bottom:1px solid var(--mm-line)}.mm-mobile__nav .sub-menu{padding-inline-start:14px}.mm-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.mm-category-card{position:relative;min-height:220px;overflow:hidden;border-radius:var(--mm-r-lg);border:1px solid var(--mm-line);background:var(--mm-surface)}.mm-category-card__image{position:absolute;inset:0;width:100%;height:100%!important;object-fit:cover;filter:saturate(.8);opacity:.54;transition:transform var(--mm-slow) var(--mm-ease),opacity var(--mm-slow)}.mm-category-card:hover .mm-category-card__image{transform:scale(1.04);opacity:.7}.mm-category-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 25%,rgba(7,20,38,.92) 100%)}.mm-category-card__body{position:absolute;z-index:1;inset-inline:18px;bottom:16px;display:flex;justify-content:space-between;align-items:end;gap:12px}.mm-category-card__body strong{font-size:1.05rem}.mm-category-card__body small{color:var(--mm-text)}.mm-product-grid,.products.columns-3,.products.columns-4{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;list-style:none;padding:0!important;margin:0!important}.mm-product-card{min-width:0;background:linear-gradient(180deg,var(--mm-surface-2),var(--mm-surface));border:1px solid var(--mm-line);border-radius:var(--mm-r-lg);overflow:hidden;transition:transform var(--mm-base) var(--mm-ease),border-color var(--mm-base),box-shadow var(--mm-base)}.mm-product-card:hover{transform:translateY(-5px);border-color:rgba(20,157,255,.34);box-shadow:var(--mm-shadow-card)}.mm-product-card__media{display:block;position:relative;aspect-ratio:4/3;background:var(--mm-bg-deep);overflow:hidden}.mm-product-card__media img{width:100%;height:100%!important;object-fit:cover;transition:transform var(--mm-slow) var(--mm-ease)}.mm-product-card:hover .mm-product-card__media img{transform:scale(1.025)}.mm-badge{position:absolute;top:12px;inset-inline-start:12px;background:var(--mm-gold-light);color:#19190d;font-size:.72rem;font-weight:900;padding:5px 10px;border-radius:99px}.mm-product-card__body{padding:16px}.mm-product-card__meta{display:flex;justify-content:space-between;gap:8px;color:var(--mm-muted);font-size:.76rem}.mm-product-card h3{font-size:1rem;line-height:1.55;margin:9px 0 16px;min-height:3.1em}.mm-product-card__foot{display:flex;align-items:center;justify-content:space-between;gap:12px}.mm-price{font-weight:900;color:var(--mm-heading)}.mm-price del{color:var(--mm-muted);font-weight:500}.mm-price ins{text-decoration:none}.mm-circle-link{width:38px;height:38px;border-radius:50%;border:1px solid var(--mm-line);display:grid;place-items:center;transition:.18s}.mm-circle-link:hover{background:var(--mm-blue);color:#071426;border-color:var(--mm-blue)}.mm-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.mm-post-card{border:1px solid var(--mm-line);border-radius:var(--mm-r-lg);overflow:hidden;background:var(--mm-surface)}.mm-post-card__media{display:block;aspect-ratio:16/9;background:var(--mm-media)}.mm-post-card__media img{width:100%;height:100%!important;object-fit:cover}.mm-post-card__placeholder{width:100%;height:100%;display:grid;place-items:center;color:rgba(255,255,255,.15);font-size:2rem;font-weight:900;letter-spacing:.2em}.mm-post-card__body{padding:18px}.mm-post-card__meta{color:var(--mm-muted);font-size:.8rem}.mm-post-card h2,.mm-post-card h3{font-size:1.08rem;line-height:1.6}.mm-post-card p{color:var(--mm-text);font-size:.9rem}.mm-text-link{color:var(--mm-blue-dark)!important;font-weight:800}.mm-cta{border:1px solid rgba(20,157,255,.25);background:radial-gradient(circle at 10% 0%,rgba(20,157,255,.18),transparent 36%),linear-gradient(135deg,var(--mm-surface-2),var(--mm-bg-deep));padding:34px;border-radius:var(--mm-r-xl);display:flex;align-items:center;justify-content:space-between;gap:28px}.mm-cta h2{margin:.3em 0}.mm-cta p{color:var(--mm-text);margin-bottom:0}.mm-contact{padding:90px 0;display:grid;grid-template-columns:.85fr 1.15fr;gap:64px;align-items:start}.mm-contact__intro h1{font-size:clamp(2.2rem,5vw,4.6rem);line-height:1.15}.mm-contact__intro p{color:var(--mm-text)}.mm-topic{margin:20px 0;padding:12px 14px;border:1px solid rgba(20,157,255,.30);background:var(--mm-topic-bg);border-radius:14px}.mm-contact__quick{display:flex;flex-wrap:wrap;gap:8px}.mm-contact__quick a{padding:8px 12px;border:1px solid var(--mm-line);border-radius:999px;color:var(--mm-text)}.mm-contact__form{border:1px solid var(--mm-line);border-radius:var(--mm-r-xl);padding:26px;background:var(--mm-surface)}.mm-contact__form input,.mm-contact__form textarea,.mm-contact__form select{width:100%;background:var(--mm-input);color:var(--mm-heading);border:1px solid var(--mm-line);border-radius:14px;padding:11px 13px}.mm-contact__form input[type=submit]{width:auto;background:var(--mm-blue);color:#071426;font-weight:900;border:0;padding:12px 22px}.mm-editorial,.mm-legal,.mm-service-page,.mm-generic-page{padding-bottom:90px}.mm-legal__toc{position:sticky;top:calc(var(--mm-header) + 16px);float:inline-start;width:240px;margin-inline-end:48px;margin-bottom:30px;padding:18px;border:1px solid var(--mm-line);border-radius:16px;display:grid;gap:8px;background:var(--mm-surface-2)}.mm-legal__toc a{color:var(--mm-text);font-size:.9rem}.mm-legal__content{overflow:hidden}.mm-service-hero{padding:90px 0 50px;max-width:900px}.mm-service-hero h1{font-size:clamp(2.2rem,5vw,4.6rem);line-height:1.15}.mm-service-hero p{color:var(--mm-text);max-width:760px}.mm-search-results{display:grid;gap:10px}.mm-search-result{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:20px;border:1px solid var(--mm-line);border-radius:var(--mm-r-md);background:var(--mm-surface)}.mm-search-result span{color:var(--mm-blue-light);font-size:.75rem;font-weight:800}.mm-search-result h2{font-size:1.1rem;margin:.25rem 0}.mm-search-result p{color:var(--mm-text);margin:0}.mm-error{min-height:70vh;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.mm-error__code{font-size:clamp(7rem,22vw,18rem);font-weight:950;line-height:.8;letter-spacing:-.07em;color:transparent;-webkit-text-stroke:1px rgba(32,213,255,.42)}.mm-error h1{font-size:clamp(2rem,5vw,4rem);margin:.5rem 0}.mm-error p{color:var(--mm-text)}
@media(max-width:1024px){.mm-nav{display:none}.mm-menu-toggle{display:inline-grid}.mm-category-grid,.mm-product-grid,.products.columns-3,.products.columns-4{grid-template-columns:repeat(2,minmax(0,1fr))}.mm-contact{grid-template-columns:1fr;gap:32px}}
@media(max-width:640px){.mm-header__inner{grid-template-columns:1fr auto;gap:10px}.mm-brand__text{display:none}.mm-search-toggle{display:none}.mm-category-grid,.mm-product-grid,.products.columns-3,.products.columns-4,.mm-post-grid{grid-template-columns:1fr}.mm-section__head{flex-direction:column}.mm-cta{flex-direction:column;align-items:flex-start;padding:24px}.mm-contact{padding:60px 0}.mm-contact__form{padding:18px}.mm-legal__toc{position:static;float:none;width:auto;margin:0 0 24px}.mm-search-result{align-items:flex-start}.mm-search-result p{display:none}}

html[data-mm-theme="dark"] .mm-text-link,html[data-mm-theme="dark"] .mm-search-result span{color:var(--mm-blue-light)!important}
.mm-category-card__body strong{color:#fff}.mm-category-card__body small{color:rgba(255,255,255,.78)}
.mm-theme-icon{display:grid;place-items:center}.mm-theme-icon--sun{display:none}html[data-mm-theme="dark"] .mm-theme-icon--sun{display:grid}html[data-mm-theme="dark"] .mm-theme-icon--moon{display:none}
.mm-lang{position:relative}.mm-lang summary{list-style:none;display:flex;align-items:center;gap:6px;min-height:42px;padding:7px 10px;border:1px solid var(--mm-line);border-radius:999px;background:var(--mm-soft);color:var(--mm-heading);cursor:pointer;font-size:.8rem;font-weight:800}.mm-lang summary::-webkit-details-marker{display:none}.mm-lang__name{max-width:90px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mm-lang__chevron{font-size:.9rem;transition:transform var(--mm-fast)}.mm-lang[open] .mm-lang__chevron{transform:rotate(180deg)}.mm-lang__menu{position:absolute;top:calc(100% + 8px);inset-inline-end:0;z-index:1300;min-width:190px;padding:7px;border:1px solid var(--mm-line);border-radius:16px;background:var(--mm-elevated);box-shadow:var(--mm-shadow)}.mm-lang__menu a{display:flex;justify-content:space-between;gap:16px;padding:9px 10px;border-radius:10px;color:var(--mm-text)}.mm-lang__menu a:hover,.mm-lang__menu a[aria-current="page"]{background:var(--mm-soft-hover);color:var(--mm-heading)}.mm-lang__menu small{color:var(--mm-muted)}.mm-mobile__tools{display:none}.mm-mobile__lang{width:100%}.mm-mobile__lang summary{justify-content:space-between;border-radius:14px}.mm-mobile__lang .mm-lang__menu{position:static;margin-top:8px;box-shadow:none;min-width:0;width:100%}
@media(max-width:1024px){.mm-header__lang{display:none}.mm-mobile__tools{display:block}}
@media(max-width:640px){.mm-header__actions{gap:6px}.mm-theme-toggle{display:inline-grid}.mm-lang__name{display:inline}}

html[data-mm-theme="light"] .mm-brand .custom-logo{background:#10151C;padding:6px 10px;border-radius:12px}

.mm-no-glass .mm-header{backdrop-filter:none;-webkit-backdrop-filter:none}.mm-no-glass .mm-mobile__backdrop{backdrop-filter:none}.mm-no-glass .mm-header{background:var(--mm-header-bg)}


body.mm-site{--mm-header-main:72px;--mm-header-bar:30px;--mm-header:72px}
body.mm-site.mm-header-has-bar{--mm-header:102px}
body.mm-site.mm-header-static{--mm-header:0px}
.mm-header{position:sticky;top:0;z-index:1000;height:auto;background:transparent;border:0;transform:none;transition:transform 240ms var(--mm-ease)}
body.admin-bar .mm-header{top:32px}
body.mm-header-static .mm-header{position:relative;top:0}
.mm-header.is-hidden{transform:translate3d(0,calc(-100% - 2px),0)}
.mm-header__main{position:relative;height:var(--mm-header-main);background:var(--mm-header-bg);border-bottom:1px solid var(--mm-line);transition:box-shadow var(--mm-base),background-color var(--mm-base),border-color var(--mm-base)}
.mm-header__main:after{content:"";position:absolute;inset-inline:0;bottom:-1px;height:1px;background:linear-gradient(90deg,transparent,var(--mm-blue),var(--mm-cyan,var(--mm-blue-light)),var(--mm-gold),transparent);opacity:.42;pointer-events:none}
.mm-header.is-scrolled .mm-header__main{box-shadow:0 12px 36px rgba(7,20,38,.11)}
html[data-mm-theme="dark"] .mm-header.is-scrolled .mm-header__main{box-shadow:0 14px 42px rgba(0,0,0,.25)}
.mm-no-glass .mm-header{background:transparent}.mm-no-glass .mm-header__main{backdrop-filter:none;-webkit-backdrop-filter:none}
body:not(.mm-no-glass) .mm-header__main{background:color-mix(in srgb,var(--mm-header-bg) 91%,transparent);backdrop-filter:blur(16px) saturate(125%);-webkit-backdrop-filter:blur(16px) saturate(125%)}

.mm-topbar{height:var(--mm-header-bar);background:linear-gradient(90deg,var(--mm-navy),var(--mm-black) 52%,var(--mm-navy));color:rgba(255,255,255,.82);border-bottom:1px solid rgba(255,255,255,.07);font-size:.73rem}
.mm-topbar__inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}
.mm-topbar__status,.mm-topbar__links{display:flex;align-items:center;gap:9px;min-width:0}
.mm-topbar__status{font-weight:720;letter-spacing:.015em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mm-topbar__dot{width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:var(--mm-blue-light);box-shadow:0 0 0 3px rgba(32,213,255,.10),0 0 18px rgba(32,213,255,.30)}
.mm-topbar__links{color:rgba(255,255,255,.58)}
.mm-topbar__links a{color:rgba(255,255,255,.78)!important;transition:color var(--mm-fast)}
.mm-topbar__links a:hover{color:var(--mm-gold-light)!important}
.mm-topbar__links span{opacity:.28}

.mm-header__inner{height:100%;display:grid;grid-template-columns:auto minmax(280px,1fr) auto;align-items:center;gap:24px}
.mm-brand{display:inline-flex;align-items:center;gap:10px;min-width:0;font-weight:900;letter-spacing:normal}
.mm-brand__logo-frame{min-height:42px;display:inline-flex;align-items:center;gap:9px;padding:4px 10px;border-radius:13px;background:linear-gradient(135deg,var(--mm-navy),var(--mm-black));border:1px solid rgba(255,255,255,.08);box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}
.mm-brand .custom-logo{display:block;width:auto;max-width:148px;max-height:34px;object-fit:contain}
html[data-mm-theme="light"] .mm-brand .custom-logo{background:transparent;padding:0;border-radius:0}
.mm-brand__mark{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;background:linear-gradient(135deg,var(--mm-blue-light),var(--mm-blue));color:var(--mm-navy);box-shadow:0 7px 20px rgba(20,157,255,.20)}
.mm-brand__text{color:#fff;font-size:1.12rem}
.mm-brand__tag{color:var(--mm-muted);font-size:.58rem;font-weight:850;letter-spacing:.13em;white-space:nowrap}

.mm-nav{justify-self:center;min-width:0}
.mm-nav__list{list-style:none;display:flex;align-items:center;justify-content:center;gap:2px;padding:0;margin:0}
.mm-nav__list>li{position:relative}
.mm-nav__list>li>a{position:relative;display:block;padding:10px 11px;border-radius:11px;color:var(--mm-text);font-size:.9rem;font-weight:680;white-space:nowrap;transition:color var(--mm-fast),background-color var(--mm-fast),transform var(--mm-fast)}
.mm-nav__list>li>a:after{content:"";position:absolute;inset-inline:12px;bottom:5px;height:2px;border-radius:2px;background:linear-gradient(90deg,var(--mm-blue),var(--mm-blue-light));transform:scaleX(0);transform-origin:center;transition:transform 190ms var(--mm-ease)}
.mm-nav__list>li>a:hover,.mm-nav__list>.current-menu-item>a,.mm-nav__list>.current-menu-ancestor>a{color:var(--mm-heading);background:var(--mm-soft-hover)}
.mm-nav__list>li>a:hover:after,.mm-nav__list>.current-menu-item>a:after,.mm-nav__list>.current-menu-ancestor>a:after{transform:scaleX(1)}
.mm-nav__list .sub-menu{position:absolute;top:calc(100% + 9px);inset-inline-start:0;min-width:250px;list-style:none;margin:0;padding:8px;background:var(--mm-elevated);border:1px solid var(--mm-line);border-radius:17px;box-shadow:var(--mm-shadow);opacity:0;visibility:hidden;transform:translate3d(0,7px,0) scale(.985);transform-origin:top;transition:opacity 150ms ease,transform 170ms var(--mm-ease),visibility 150ms}
.mm-nav__list .sub-menu:before{content:"";position:absolute;inset-inline:0;top:-10px;height:10px}
.mm-nav__list li:hover>.sub-menu,.mm-nav__list li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:none}
.mm-nav__list .sub-menu a{display:block;padding:10px 11px;border-radius:10px;color:var(--mm-text);font-size:.88rem;transition:background-color var(--mm-fast),color var(--mm-fast),padding-inline-start var(--mm-fast)}
.mm-nav__list .sub-menu a:hover{background:var(--mm-soft-hover);color:var(--mm-heading);padding-inline-start:15px}

.mm-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:6px;min-width:0}
.mm-header-tool{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:7px 10px;border:1px solid var(--mm-line);border-radius:13px;background:var(--mm-soft);color:var(--mm-heading)!important;font-size:.79rem;font-weight:760;white-space:nowrap;transition:background-color var(--mm-fast),border-color var(--mm-fast),transform var(--mm-fast),box-shadow var(--mm-fast)}
button.mm-header-tool{font:inherit;cursor:pointer}
.mm-header-tool:hover{background:var(--mm-soft-hover);border-color:rgba(20,157,255,.28);transform:translateY(-1px)}
.mm-header-tool .mm-icon{width:19px;height:19px}
.mm-header-tool kbd{min-width:22px;height:22px;display:grid;place-items:center;border:1px solid var(--mm-line);border-bottom-color:color-mix(in srgb,var(--mm-line) 55%,var(--mm-heading));border-radius:6px;background:var(--mm-surface);color:var(--mm-muted);font-size:.69rem;font-family:inherit;box-shadow:0 1px 0 var(--mm-line)}
.mm-header-tool__iconwrap{position:relative;display:grid;place-items:center}
.mm-header__cart-count{position:absolute;top:-9px;inset-inline-end:-9px;min-width:18px;height:18px;padding:0 4px;border:2px solid var(--mm-header-bg);border-radius:20px;background:var(--mm-blue);color:var(--mm-navy);font-size:.62rem;font-weight:950;line-height:14px;display:grid;place-items:center}
.mm-header__cart-total{max-width:94px;overflow:hidden;text-overflow:ellipsis;color:var(--mm-text);font-size:.74rem;font-weight:800}
.mm-header__cart-total .woocommerce-Price-amount{white-space:nowrap}
.mm-header__cta{min-height:42px;display:inline-flex;align-items:center;gap:8px;padding:7px 13px;border-radius:13px;background:linear-gradient(135deg,var(--mm-gold-light),var(--mm-gold));color:var(--mm-navy)!important;font-size:.8rem;font-weight:900;box-shadow:0 8px 24px rgba(201,168,63,.14);transition:transform var(--mm-fast) var(--mm-ease),box-shadow var(--mm-fast),filter var(--mm-fast)}
.mm-header__cta:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(201,168,63,.20);filter:saturate(1.06)}
.mm-header__cta .mm-icon{width:17px;height:17px}
.mm-menu-toggle{display:none}


.mm-search-panel{position:absolute;top:100%;inset-inline:0;z-index:1080;padding:0;background:transparent;border:0;box-shadow:none}
.mm-search-panel__backdrop{position:fixed;inset:0;z-index:0;width:100%;height:100%;border:0;background:var(--mm-overlay);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}
.mm-search-panel__shell{position:relative;z-index:1;padding-top:14px}
.mm-search-command{width:min(920px,100%);max-height:min(72vh,680px);overflow:auto;margin-inline:auto;padding:18px;border:1px solid var(--mm-line);border-radius:24px;background:var(--mm-elevated);box-shadow:0 28px 90px rgba(7,20,38,.24)}
.mm-search-command__head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:14px}
.mm-search-command__head>div{display:grid;gap:2px}.mm-search-command__head strong{font-size:1rem;color:var(--mm-heading)}
.mm-search-form{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;min-height:62px;padding:7px 7px 7px 14px;border:1px solid rgba(20,157,255,.30);border-radius:18px;background:var(--mm-input);box-shadow:inset 0 0 0 1px rgba(32,213,255,.025)}
html[dir="rtl"] .mm-search-form{padding:7px 14px 7px 7px}
.mm-search-form__icon{display:grid;color:var(--mm-blue)}
.mm-search-form input{width:100%;min-width:0;padding:8px 2px;border:0!important;outline:0!important;background:transparent!important;color:var(--mm-heading);font-size:1rem;box-shadow:none!important}
.mm-search-form input::placeholder{color:var(--mm-muted)}
.mm-search-form__submit{min-height:46px;display:inline-flex;align-items:center;gap:9px;padding:8px 15px;border:0;border-radius:13px;background:linear-gradient(135deg,var(--mm-blue-light),var(--mm-blue));color:var(--mm-navy);font-weight:900}
.mm-search-form__submit span{opacity:.62;font-size:.8rem}
.mm-search-command__grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(240px,.65fr);gap:18px;margin-top:18px}
.mm-search-command__section{padding:15px;border:1px solid var(--mm-line);border-radius:16px;background:var(--mm-soft)}
.mm-search-command__label{display:block;margin-bottom:11px;color:var(--mm-muted);font-size:.72rem;font-weight:850;letter-spacing:.03em}
.mm-search-chips{display:flex;flex-wrap:wrap;gap:7px}
.mm-search-chips a{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border:1px solid var(--mm-line);border-radius:999px;background:var(--mm-surface);color:var(--mm-text)!important;font-size:.78rem;transition:border-color var(--mm-fast),background-color var(--mm-fast),transform var(--mm-fast)}
.mm-search-chips a:hover{border-color:rgba(20,157,255,.3);background:var(--mm-soft-hover);transform:translateY(-1px)}
.mm-search-chips small{min-width:19px;height:19px;display:grid;place-items:center;padding:0 4px;border-radius:999px;background:var(--mm-topic-bg);color:var(--mm-blue-dark);font-size:.62rem;font-weight:900}
html[data-mm-theme="dark"] .mm-search-chips small{color:var(--mm-blue-light)}
.mm-search-quick{display:grid;gap:5px}
.mm-search-quick a{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:8px 9px;border-radius:10px;color:var(--mm-text)!important;font-size:.82rem;transition:background-color var(--mm-fast),color var(--mm-fast)}
.mm-search-quick a:hover{background:var(--mm-soft-hover);color:var(--mm-heading)!important}.mm-search-quick .mm-icon{width:16px;height:16px}


.mm-mobile{position:fixed;inset:0;z-index:1200}
.mm-mobile__backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:var(--mm-overlay);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}
.mm-mobile__panel{position:absolute;top:0;bottom:0;inset-inline-end:0;width:min(92vw,420px);overflow:auto;overscroll-behavior:contain;background:var(--mm-surface);border-inline-start:1px solid var(--mm-line);padding:16px;display:flex;flex-direction:column;gap:16px;box-shadow:var(--mm-shadow)}
.mm-mobile__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:5px}
.mm-mobile__brand{display:grid;gap:0}.mm-mobile__brand strong{font-size:1.15rem}.mm-mobile__brand small{color:var(--mm-muted);font-size:.58rem;font-weight:850;letter-spacing:.13em}
.mm-mobile__search{min-height:48px;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:9px;padding:0 12px;border:1px solid var(--mm-line);border-radius:14px;background:var(--mm-input)}
.mm-mobile__search .mm-icon{width:19px;height:19px;color:var(--mm-blue)}
.mm-mobile__search input{width:100%;min-width:0;border:0!important;outline:0!important;background:transparent!important;color:var(--mm-heading);box-shadow:none!important}
.mm-mobile__accountbar{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}
.mm-mobile__accountbar>a{min-height:54px;display:flex;align-items:center;gap:9px;padding:9px 11px;border:1px solid var(--mm-line);border-radius:14px;background:var(--mm-soft);color:var(--mm-heading)!important}
.mm-mobile__accountbar .mm-icon{width:20px;height:20px;color:var(--mm-blue)}
.mm-mobile__accountbar span{display:grid;line-height:1.35}.mm-mobile__accountbar strong{font-size:.8rem}.mm-mobile__accountbar small{margin-top:3px;color:var(--mm-muted);font-size:.65rem;font-weight:500}
.mm-mobile__accountbar>a.mm-mobile__cart{min-width:82px;justify-content:center}.mm-mobile__cart span{display:inline}.mm-mobile__cart b{min-width:20px;height:20px;display:grid;place-items:center;border-radius:99px;background:var(--mm-blue);color:var(--mm-navy);font-size:.65rem}
.mm-mobile__nav-wrap{padding:4px 0;border-top:1px solid var(--mm-line);border-bottom:1px solid var(--mm-line)}
.mm-mobile__nav,.mm-mobile__nav ul{list-style:none;margin:0;padding:0}
.mm-mobile__nav>li{position:relative;border-bottom:1px solid var(--mm-line)}.mm-mobile__nav>li:last-child{border-bottom:0}
.mm-mobile__nav li>a{display:block;padding:12px 8px;color:var(--mm-text)!important;font-size:.9rem;font-weight:720}
.mm-mobile__nav .current-menu-item>a,.mm-mobile__nav .current-menu-ancestor>a{color:var(--mm-blue-dark)!important}html[data-mm-theme="dark"] .mm-mobile__nav .current-menu-item>a,html[data-mm-theme="dark"] .mm-mobile__nav .current-menu-ancestor>a{color:var(--mm-blue-light)!important}
.mm-mobile__nav .menu-item-has-children.mm-submenu-ready>a{padding-inline-end:46px}
.mm-mobile__submenu-toggle{position:absolute;top:7px;inset-inline-end:2px;width:36px;height:36px;display:grid;place-items:center;border:0;border-radius:10px;background:var(--mm-soft);color:var(--mm-heading)}
.mm-mobile__submenu-toggle span{transition:transform var(--mm-fast)}.mm-mobile__nav .is-open>.mm-mobile__submenu-toggle span{transform:rotate(180deg)}
.mm-mobile__nav .menu-item-has-children.mm-submenu-ready>.sub-menu{display:none}.mm-mobile__nav .menu-item-has-children.mm-submenu-ready.is-open>.sub-menu{display:block}
.mm-mobile__nav .sub-menu{padding:2px 10px 9px;border-top:1px dashed var(--mm-line)}.mm-mobile__nav .sub-menu a{padding:9px;color:var(--mm-muted)!important;font-size:.82rem}
.mm-mobile__categories>span{display:block;margin-bottom:8px;color:var(--mm-muted);font-size:.7rem;font-weight:850}.mm-mobile__categories>div{display:flex;flex-wrap:wrap;gap:6px}.mm-mobile__categories a{padding:6px 9px;border:1px solid var(--mm-line);border-radius:999px;background:var(--mm-soft);color:var(--mm-text)!important;font-size:.72rem}
.mm-mobile__foot{margin-top:auto;display:grid;gap:12px;padding-top:4px}
.mm-mobile__tools{display:flex!important;align-items:center;gap:8px}
.mm-mobile__lang{flex:1}.mm-mobile__lang summary{min-height:44px;justify-content:space-between;border-radius:13px}
.mm-mobile__theme{min-height:44px;display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border:1px solid var(--mm-line);border-radius:13px;background:var(--mm-soft);color:var(--mm-heading);font-weight:760}.mm-mobile__theme .mm-icon{width:18px;height:18px}


html.mm-motion-js body.mm-motion-header .mm-header__inner{animation:mmHeaderEnter 430ms var(--mm-ease) both}
html.mm-motion-js body.mm-motion-header .mm-topbar__inner{animation:mmTopbarEnter 360ms ease both}
html.mm-motion-js body.mm-motion-header .mm-search-panel:not([hidden]) .mm-search-command{animation:mmSearchCommandIn 220ms var(--mm-ease) both}
html.mm-motion-js body.mm-motion-header .mm-search-panel:not([hidden]) .mm-search-panel__backdrop{animation:mmFadeIn 170ms ease both}
html.mm-motion-js body.mm-motion-header .mm-mobile:not([hidden]) .mm-mobile__panel{animation:mmDrawerIn 230ms var(--mm-ease) both}
html.mm-motion-js body.mm-motion-header .mm-mobile:not([hidden]) .mm-mobile__backdrop{animation:mmFadeIn 170ms ease both}
@keyframes mmHeaderEnter{from{opacity:.86;transform:translate3d(0,-7px,0)}to{opacity:1;transform:none}}
@keyframes mmTopbarEnter{from{opacity:.75}to{opacity:1}}
@keyframes mmSearchCommandIn{from{opacity:0;transform:translate3d(0,-8px,0) scale(.99)}to{opacity:1;transform:none}}
@keyframes mmFadeIn{from{opacity:0}to{opacity:1}}
@keyframes mmDrawerIn{from{opacity:.88;transform:translate3d(24px,0,0)}to{opacity:1;transform:none}}
html[dir="rtl"].mm-motion-js body.mm-motion-header .mm-mobile:not([hidden]) .mm-mobile__panel{animation-name:mmDrawerInRtl}
@keyframes mmDrawerInRtl{from{opacity:.88;transform:translate3d(-24px,0,0)}to{opacity:1;transform:none}}

@media(max-width:1240px){
  .mm-header__inner{gap:16px}.mm-brand__tag{display:none}.mm-header-tool--account .mm-header-tool__label,.mm-header__cart-total,.mm-header-tool kbd{display:none}.mm-header-tool--account{width:42px;padding:7px}.mm-header-tool--cart{padding-inline:9px}
}
@media(max-width:1080px){
  .mm-nav{display:none}.mm-menu-toggle{display:inline-grid}.mm-header__cta{display:none}.mm-header__inner{grid-template-columns:auto 1fr}.mm-header__actions{justify-self:end}.mm-header-tool--account{display:inline-flex}
}
@media(max-width:767px){
  body.mm-site,body.mm-site.mm-header-has-bar{--mm-header-main:64px;--mm-header:64px}body.mm-site.mm-header-static{--mm-header:0px}
  body.admin-bar .mm-header{top:46px}.mm-topbar{display:none}.mm-header__inner{grid-template-columns:auto 1fr;gap:9px}.mm-brand__logo-frame{min-height:38px;padding:3px 8px}.mm-brand .custom-logo{max-width:116px;max-height:30px}.mm-brand__mark{width:30px;height:30px}.mm-brand__tag{display:none}
  .mm-header__actions{gap:5px}.mm-header__lang,.mm-header-tool--account,.mm-theme-toggle{display:none!important}.mm-header-tool--search,.mm-header-tool--cart{width:42px;height:42px;min-height:42px;padding:0;border-radius:50%}.mm-header-tool--search .mm-header-tool__label,.mm-header-tool--search kbd,.mm-header__cart-total{display:none}.mm-search-toggle{display:inline-flex!important}.mm-menu-toggle{width:42px;height:42px}
  .mm-search-panel__shell{width:100%;padding:8px 8px 0}.mm-search-command{border-radius:20px;padding:13px;max-height:calc(100vh - 84px)}.mm-search-command__head{margin-bottom:10px}.mm-search-command__head .mm-kicker{display:none}.mm-search-command__head strong{font-size:.9rem}.mm-search-form{grid-template-columns:auto 1fr auto;min-height:54px;padding:5px 5px 5px 10px}html[dir="rtl"] .mm-search-form{padding:5px 10px 5px 5px}.mm-search-form__submit{min-width:44px;min-height:42px;padding:7px 10px;font-size:0}.mm-search-form__submit span{font-size:.8rem}.mm-search-command__grid{grid-template-columns:1fr;gap:10px;margin-top:10px}.mm-search-command__section--quick{display:none}
  .mm-mobile__panel{width:min(94vw,400px);padding-top:max(14px,env(safe-area-inset-top));padding-bottom:max(14px,env(safe-area-inset-bottom))}
}
@media(max-width:360px){.mm-brand .custom-logo{max-width:96px}.mm-header__actions{gap:3px}.mm-header-tool--search,.mm-header-tool--cart,.mm-menu-toggle{width:39px;height:39px}}

.mm-no-glass .mm-search-panel__backdrop,.mm-no-glass .mm-mobile__backdrop{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
.mm-mobile__theme .mm-theme-icon{display:grid;place-items:center}.mm-mobile__theme .mm-theme-icon--sun{display:none}html[data-mm-theme="dark"] .mm-mobile__theme .mm-theme-icon--sun{display:grid}html[data-mm-theme="dark"] .mm-mobile__theme .mm-theme-icon--moon{display:none}
.mm-product-card__badges{position:absolute;top:12px;inset-inline-start:12px;z-index:2;display:flex;gap:6px;flex-wrap:wrap}.mm-product-badge{display:inline-flex;align-items:center;min-height:28px;padding:4px 9px;border-radius:999px;font-size:.7rem;font-weight:900;line-height:1;background:var(--mm-blue);color:#071426;box-shadow:0 7px 22px rgba(7,20,38,.14)}.mm-product-badge--gold{background:var(--mm-gold-light);color:#211c08}.mm-product-badge--muted{background:rgba(16,21,28,.88);color:#fff}.mm-product-card__open{position:absolute;inset-inline-end:12px;bottom:12px;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:rgba(7,20,38,.78);color:#fff;border:1px solid rgba(255,255,255,.16);opacity:0;transform:translateY(5px);transition:opacity var(--mm-fast),transform var(--mm-fast),background var(--mm-fast)}.mm-product-card:hover .mm-product-card__open{opacity:1;transform:none}.mm-product-card__eyebrow{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--mm-muted);font-size:.74rem}.mm-product-card__eyebrow>a{color:var(--mm-blue-dark);font-weight:800}.mm-product-card__rating{direction:ltr;color:var(--mm-gold);font-weight:900;white-space:nowrap}.mm-product-card__title{font-size:1rem;line-height:1.62;margin:8px 0 10px;min-height:3.2em}.mm-product-card__title a{color:var(--mm-heading)}.mm-product-card__vendor{display:flex;align-items:center;gap:6px;color:var(--mm-muted);font-size:.76rem;margin-bottom:14px}.mm-product-card__vendor .mm-icon{width:16px;height:16px}.mm-product-card__vendor a{color:inherit}.mm-product-card__vendor a:hover{color:var(--mm-blue-dark)}.mm-product-card__cta{display:inline-flex;align-items:center;gap:5px;min-height:36px;padding:6px 10px;border-radius:999px;border:1px solid var(--mm-line);font-size:.76rem;font-weight:900;color:var(--mm-heading);transition:background var(--mm-fast),border-color var(--mm-fast),color var(--mm-fast),transform var(--mm-fast)}.mm-product-card__cta .mm-icon{width:16px;height:16px}.mm-product-card__cta:hover{background:var(--mm-blue);border-color:var(--mm-blue);color:#071426;transform:translateY(-1px)}
.mm-product-badge .mm-icon{width:13px;height:13px;margin-inline-end:4px}


.mm-product-badge--red{background:#ef5b5b;color:#fff}.mm-product-badge--green{background:#2fbf71;color:#06180e}.mm-product-badge--yellow{background:var(--mm-gold-light);color:#211c08}.mm-product-badge--orange{background:#f59e0b;color:#241500}.mm-product-badge--purple{background:#8b5cf6;color:#fff}.mm-product-badge--dark{background:var(--mm-black);color:#fff}
/* Shared editorial card details used on Home and Blog surfaces. */
.mm-post-card__media{position:relative;overflow:hidden}.mm-post-card__category{position:absolute;z-index:2;inset-inline-start:12px;bottom:12px;padding:5px 9px;border:1px solid rgba(255,255,255,.22);border-radius:99px;background:rgba(7,20,38,.72);backdrop-filter:blur(10px);color:#fff;font-size:.7rem;font-weight:900}.mm-post-card__placeholder{align-content:center;justify-items:center;gap:1px}.mm-post-card__placeholder b{font-size:3.6rem;line-height:1;font-weight:950;letter-spacing:-.09em}.mm-post-card__placeholder small{font-size:.58rem;letter-spacing:.16em;font-weight:900}.mm-post-card__foot{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px}.mm-post-card__author{display:inline-flex;align-items:center;gap:6px;min-width:0;color:var(--mm-muted);font-size:.75rem}.mm-post-card__author .mm-icon{width:16px;height:16px;flex:0 0 auto}.mm-post-card__author span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mm-post-card__open{width:36px;height:36px;flex:0 0 auto;display:grid;place-items:center;border:1px solid var(--mm-line);border-radius:50%;color:var(--mm-heading);transition:background var(--mm-fast),border-color var(--mm-fast),color var(--mm-fast)}.mm-post-card__open:hover{border-color:var(--mm-blue);background:var(--mm-blue);color:var(--mm-on-accent)}.mm-post-card__open .mm-icon{width:17px;height:17px}
