:root{--mhw-accent:#f58220;--mhw-dark:#111;--mhw-light:#f3f3f3;--mhw-border:#dedede}
.mhw-editor-notice{padding:14px 16px;border-left:4px solid var(--mhw-accent);background:#fff7ef;color:#222}
.mhw-section-title{margin:0 0 28px;font-size:40px;line-height:1.15;color:var(--mhw-dark)}
.mhw-hero-slider{position:relative;overflow:hidden}
.mhw-hero-slider__viewport,.mhw-hero-slider__slide{width:100%}
.mhw-hero-slider__slide{position:relative;display:flex;align-items:flex-end;background-image:var(--mhw-slide-desktop);background-size:cover;background-position:center;min-height:720px}
.mhw-hero-slider__slide::before{content:"";position:absolute;inset:0;background:transparent}
.mhw-hero-slider__content{position:relative;z-index:1;width:58%;max-width:1180px;margin:0 0 145px auto;padding:30px 42px;background:transparent!important;color:#fff;text-align:left}
.mhw-hero-slider__eyebrow{margin:0;font-size:clamp(22px,2.15vw,34px);line-height:1.1;font-weight:700;letter-spacing:.01em;text-transform:uppercase;text-shadow:0 2px 4px rgba(0,0,0,.35)}
.mhw-hero-slider__title{margin:0 0 8px;max-width:900px;font-size:clamp(44px,4.2vw,70px);line-height:1;font-weight:800;text-transform:uppercase;text-shadow:0 3px 6px rgba(0,0,0,.38)}
.mhw-hero-slider__button{display:inline-flex;align-items:center;justify-content:center;margin-top:28px;padding:14px 28px;background:var(--mhw-accent);color:#fff;text-decoration:none;transition:background-color .2s ease,color .2s ease,border-color .2s ease}
.mhw-hero-slider__prev,.mhw-hero-slider__next{position:absolute;z-index:3;top:50%;display:flex;align-items:center;justify-content:center;width:50px;height:50px;padding:0;border:1px solid rgba(255,255,255,.55);border-radius:50%;background:rgba(0,0,0,.18);color:#fff;font-size:34px;line-height:1;transform:translateY(-50%);cursor:pointer}
.mhw-hero-slider__prev{left:24px}.mhw-hero-slider__next{right:24px}
.mhw-hero-slider__pagination{position:absolute!important;z-index:3;left:50%!important;bottom:24px!important;width:auto!important;transform:translateX(-50%)}
.mhw-hero-slider__pagination .swiper-pagination-bullet{width:9px;height:9px;background:#fff;opacity:.55}
.mhw-hero-slider__pagination .swiper-pagination-bullet-active{opacity:1;background:var(--mhw-accent)}
.mhw-hero-slider button:focus-visible,.mhw-hero-slider a:focus-visible{outline:3px solid #1e73be;outline-offset:3px}
@media (max-width:1024px){.mhw-hero-slider__slide{background-image:var(--mhw-slide-tablet);min-height:560px}.mhw-hero-slider__content{width:68%;margin-bottom:90px;padding:26px 32px}.mhw-hero-slider__prev{left:14px}.mhw-hero-slider__next{right:14px}}
@media (max-width:767px){.mhw-section-title{font-size:32px}.mhw-hero-slider__slide{background-image:var(--mhw-slide-mobile);min-height:460px}.mhw-hero-slider__content{width:calc(100% - 32px);margin:0 16px 52px;padding:20px 22px}.mhw-hero-slider__title{font-size:38px}.mhw-hero-slider__eyebrow{font-size:17px}.mhw-hero-slider__prev,.mhw-hero-slider__next{width:38px;height:38px;font-size:26px}.mhw-hero-slider__prev{left:8px}.mhw-hero-slider__next{right:8px}}
@media (prefers-reduced-motion:reduce){.mhw-hero-slider *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}

.mhw-category-matrix *{box-sizing:border-box}
.mhw-category-matrix__layout{display:grid;grid-template-columns:minmax(0,68%) minmax(280px,32%);gap:0;align-items:stretch}
.mhw-category-matrix__desktop{display:block;border:0}
.mhw-category-matrix__row{display:grid;grid-template-columns:24% 1fr;min-height:42px;border-bottom:2px solid #fff}
.mhw-category-matrix__row:last-child{border-bottom:0}
.mhw-category-matrix__category,.mhw-category-matrix__brands{display:flex;align-items:center;min-width:0;padding:10px 12px}
.mhw-category-matrix__category{background:#ff8500;color:#fff;font-size:14px;font-weight:600}
.mhw-category-matrix__category a{color:inherit;text-decoration:none}
.mhw-category-matrix__brands{gap:22px;flex-wrap:wrap;background:#e9e9e9;color:#666;font-size:14px}
.mhw-category-matrix__brands a,.mhw-category-matrix__accordion-panel a{color:inherit;text-decoration:none;transition:color .2s ease}
.mhw-category-matrix__brands a:hover,.mhw-category-matrix__accordion-panel a:hover{color:#ff8500}
.mhw-category-matrix__image{display:flex;align-items:center;justify-content:center;margin:0;min-height:100%;background:#fff;overflow:hidden}
.mhw-category-matrix__image img{display:block;width:100%;height:100%;object-fit:contain;object-position:center}
.mhw-category-matrix__mobile{display:none}
.mhw-category-matrix a:focus-visible,.mhw-category-matrix button:focus-visible{outline:3px solid #1e73be;outline-offset:3px}
@media (max-width:900px){.mhw-category-matrix__layout{grid-template-columns:1fr}.mhw-category-matrix__image{min-height:300px}.mhw-category-matrix__image img{height:auto;max-height:420px}}
@media (max-width:767px){
 .mhw-category-matrix__layout{display:block}.mhw-category-matrix__desktop{display:none}.mhw-category-matrix__mobile{display:block}
 .mhw-category-matrix__accordion-button{width:100%;display:flex;justify-content:space-between;align-items:center;padding:15px 16px;border:0;border-bottom:1px solid rgba(255,255,255,.35);background:#ff8500;color:#fff;text-align:left;font-weight:600;cursor:pointer}
 .mhw-category-matrix__accordion-icon{transition:transform .2s ease}.mhw-category-matrix__accordion-item.is-open .mhw-category-matrix__accordion-icon{transform:rotate(45deg)}
 .mhw-category-matrix__accordion-panel{padding:14px 16px;border:1px solid #ddd;border-top:0;background:#e9e9e9;color:#666}
 .mhw-category-matrix__accordion-panel:not([hidden]){display:flex;gap:14px;flex-wrap:wrap}.mhw-category-matrix__accordion-panel[hidden]{display:none}
 .mhw-category-matrix__image{margin-top:18px;min-height:240px}.mhw-category-matrix__image img{max-height:none;height:auto}
}

.mhw-category-products *{box-sizing:border-box}
.mhw-category-products{--mhw-local-accent:#ff8500;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;background:transparent}
.mhw-category-products__group{min-width:0;border:1px solid #e6e6e6;background:#fff;transition:border-color .2s ease}
.mhw-category-products__header{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:42px;padding:0 16px;background:#f3f3f3;color:#222;transition:background-color .2s ease,color .2s ease}
.mhw-category-products__title{display:flex;align-items:center;gap:10px;min-width:0;margin:0;font-size:16px;line-height:1.25;font-weight:500;color:inherit;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mhw-category-products__title-mark{display:block;width:2px;height:18px;background:#555;flex:0 0 auto;transition:background-color .2s ease}
.mhw-category-products__more{flex:0 0 auto;color:inherit;text-decoration:none;font-size:14px;font-weight:500}
.mhw-category-products__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding:20px}
.mhw-product-card{display:block;min-width:0;border:1px solid #dedede;background:#fff;text-decoration:none;transition:border-color .16s ease,color .16s ease}
.mhw-product-card__media{display:block;overflow:hidden;background:#fff}
.mhw-product-card img{display:block;width:100%;height:310px;object-fit:contain;transform:none!important}
.mhw-product-card__title{display:block;overflow:hidden;padding:16px;color:#222;font-size:16px;font-weight:400;line-height:1.3;text-overflow:ellipsis;white-space:nowrap;transition:color .16s ease}
.mhw-category-products a:focus-visible{outline:3px solid #1e73be;outline-offset:3px}
@media (hover:hover) and (pointer:fine){
 .mhw-category-products__group:hover{border-color:var(--mhw-local-accent)}
 .mhw-category-products__group:hover .mhw-category-products__header{background:var(--mhw-local-accent);color:#fff}
 .mhw-category-products__group:hover .mhw-category-products__title-mark{background:#fff}
 .mhw-product-card:hover{border:4px solid var(--mhw-local-accent)}
 .mhw-product-card:hover .mhw-product-card__title{padding:13px;color:var(--mhw-local-accent)}
}
@media (max-width:1024px){.mhw-category-products{gap:16px}.mhw-category-products__grid{gap:14px;padding:14px}.mhw-product-card img{height:250px}}
@media (max-width:900px){.mhw-category-products{grid-template-columns:1fr}}
@media (max-width:767px){.mhw-category-products__grid{grid-template-columns:1fr}.mhw-product-card img{height:auto;aspect-ratio:4/3}.mhw-category-products__header{min-height:46px}}

.mhw-why *{box-sizing:border-box}
.mhw-why{position:relative;padding:68px 0 54px;background-position:center;background-size:cover;background-color:#ff9827;color:#fff;overflow:hidden}
.mhw-why::before{content:"";position:absolute;inset:0;background:rgba(255,139,20,.78);pointer-events:none}
.mhw-why__grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));max-width:1320px;margin:0 auto}
.mhw-why__cell{min-width:0;min-height:220px}
.mhw-why__intro,.mhw-why__item{display:flex;flex-direction:column;justify-content:center;padding:24px 20px;background:transparent;color:inherit}
.mhw-why__title{margin:0 0 12px;font-size:40px;line-height:1.05;font-weight:700;text-transform:uppercase}
.mhw-why__intro-text{max-width:420px;font-size:14px;line-height:1.75}.mhw-why__intro-text p{margin:0}
.mhw-why__image{overflow:hidden}.mhw-why__image img{display:block;width:100%;height:100%;object-fit:cover;transform:none!important;filter:none!important}
.mhw-why__item{--mhw-why-hover:#000;transition:background-color .22s ease,color .22s ease}
.mhw-why__item-title{margin:0 0 14px;font-size:20px;line-height:1.2;font-weight:400}
.mhw-why__item-text{font-size:14px;line-height:1.85}.mhw-why__item-text br{display:block}
@media (hover:hover) and (pointer:fine){.mhw-why__item:hover{background:var(--mhw-why-hover);color:#fff}}
@media (max-width:1024px){.mhw-why__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mhw-why__cell{min-height:210px}}
@media (max-width:767px){.mhw-why{padding:36px 0}.mhw-why__grid{grid-template-columns:1fr}.mhw-why__cell{min-height:180px}.mhw-why__intro,.mhw-why__item{padding:26px 22px}.mhw-why__title{font-size:34px}}

.mhw-about-news *{box-sizing:border-box}
.mhw-about-news{--mhw-local-accent:#ff8500;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:28px;width:100%;padding:55px 0}
.mhw-about__image{margin-bottom:20px;overflow:hidden}.mhw-about__image img{display:block;width:100%;height:325px;object-fit:cover}
.mhw-about__title,.mhw-news__title{position:relative;margin:0 0 22px;padding-left:16px;color:#111;font-size:32px;line-height:1.1;font-weight:700;text-transform:uppercase}
.mhw-about__title::before,.mhw-news__title::before{content:"";position:absolute;left:0;top:3px;width:4px;height:28px;background:var(--mhw-local-accent)}
.mhw-about__text{color:#666;font-size:14px;line-height:1.85}
.mhw-about__button{display:inline-flex;align-items:center;justify-content:center;width:max-content;min-width:140px;margin-top:28px;padding:11px 28px;border-radius:999px;background:var(--mhw-local-accent);color:#fff;font-size:14px;font-weight:500;text-decoration:none}
.mhw-news__featured{display:flex;align-items:center;gap:18px;min-height:120px;padding:14px 18px;background:var(--mhw-local-accent);color:#fff;text-decoration:none}
.mhw-news__featured-media{display:flex;align-items:center;justify-content:center;flex:0 0 128px;width:128px;height:82px;overflow:hidden;background:rgba(255,255,255,.16)}
.mhw-news__featured-media img{display:block;width:100%;height:100%;object-fit:cover}
.mhw-news__featured-media [hidden]{display:none!important}
.mhw-news__featured-content{display:block;min-width:0;padding:0}.mhw-news__post-title{display:block;overflow:hidden;font-size:15px;font-weight:400;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}
.mhw-news__featured .mhw-news__post-title{color:#fff;font-size:15px}
.mhw-news__list{display:grid;gap:1px;margin-top:14px;background:#fff}
.mhw-news__item{display:flex;align-items:center;min-height:72px;padding:18px 38px;background:#ededed;color:#333;text-decoration:none;transition:background-color .2s ease,color .2s ease}
.mhw-news__item.is-active{background:var(--mhw-local-accent);color:#fff}
.mhw-about-news a:focus-visible{outline:3px solid #1e73be;outline-offset:3px}
@media (hover:hover) and (pointer:fine){.mhw-news__item:hover{background:var(--mhw-local-accent);color:#fff}}
@media (max-width:767px){.mhw-about-news{grid-template-columns:1fr;gap:38px;padding:38px 0}.mhw-about__image img{height:auto}.mhw-news__featured{gap:12px;padding:12px}.mhw-news__featured-media{flex-basis:105px;width:105px;height:72px}.mhw-news__item{min-height:60px;padding:15px 18px}}

.mhw-partner-brands *{box-sizing:border-box}
.mhw-partner-brands{--mhw-local-accent:#ff8500;padding:46px 0 54px;background:#f7f7f7}
.mhw-partner-brands .mhw-section-title{text-align:center;margin:0 0 32px;font-size:32px;line-height:1.1;font-weight:700;text-transform:uppercase}
.mhw-partner-brands__grid{display:grid;grid-template-columns:repeat(var(--mhw-brand-cols,9),minmax(0,1fr));gap:0}
.mhw-partner-brands__item{display:flex;align-items:center;justify-content:center;min-height:100px;padding:16px;border:1px solid #e7e7e7;background:#fff;color:#111;text-align:center;text-decoration:none;transition:border-color .2s ease}
.mhw-partner-brands__logo{display:flex;align-items:center;justify-content:center;width:100%;height:65px}
.mhw-partner-brands__logo img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}
.mhw-partner-brands a:focus-visible{outline:3px solid #1e73be;outline-offset:3px}
@media (hover:hover) and (pointer:fine){.mhw-partner-brands__item:hover{border-color:var(--mhw-local-accent)}}
@media (max-width:1024px){.mhw-partner-brands__grid{grid-template-columns:repeat(var(--mhw-brand-cols-tablet,5),minmax(0,1fr))}}
@media (max-width:767px){.mhw-partner-brands{padding:36px 0}.mhw-partner-brands__grid{grid-template-columns:repeat(var(--mhw-brand-cols-mobile,2),minmax(0,1fr))}.mhw-partner-brands__item{min-height:92px;padding:12px}}

.mhw-hero-slider button:focus-visible,.mhw-hero-slider a:focus-visible,.mhw-category-matrix a:focus-visible,.mhw-category-matrix button:focus-visible,.mhw-category-products a:focus-visible,.mhw-about-news a:focus-visible,.mhw-partner-brands a:focus-visible{outline:3px solid #1e73be;outline-offset:3px}
.mhw-category-matrix *,.mhw-category-products *,.mhw-why *,.mhw-about-news *,.mhw-partner-brands *{box-sizing:border-box}
.mhw-why.has-missing-media .mhw-why__grid{min-height:420px}
.mhw-about-news.has-missing-media .mhw-about{align-self:start}
@media (prefers-reduced-motion:reduce){.mhw-category-matrix *,.mhw-category-products *,.mhw-why *,.mhw-about-news *,.mhw-partner-brands *{transition-duration:.01ms!important;animation-duration:.01ms!important}}
.mhw-placeholder-text{opacity:.62}
.mhw-media-placeholder{display:flex;align-items:center;justify-content:center;width:100%;min-height:180px;padding:24px;border:1px dashed rgba(17,17,17,.28);background:linear-gradient(135deg,#f7f7f7,#e8e8e8);color:#777;font-size:14px;font-weight:600;letter-spacing:.04em;text-align:center}
.mhw-hero-slider__slide--placeholder{background-image:linear-gradient(135deg,#363636,#777)!important}
.mhw-hero-slider__media-placeholder{position:absolute;right:24px;bottom:24px;z-index:1;padding:8px 12px;border:1px dashed rgba(255,255,255,.48);color:rgba(255,255,255,.78);font-size:12px;letter-spacing:.05em;text-transform:uppercase}
.mhw-category-matrix__row--placeholder .mhw-category-matrix__brands span{display:inline-flex;color:#777}
.mhw-category-matrix__image--placeholder{display:flex;min-height:420px;background:#fff}
.mhw-category-matrix__image--placeholder .mhw-media-placeholder{height:100%;min-height:420px;border:0;background:#f7f7f7}
.mhw-product-card--placeholder{cursor:default}.mhw-product-card--placeholder .mhw-product-card__media{min-height:310px}
.mhw-why__image--placeholder{display:flex;background:rgba(255,255,255,.14)}
.mhw-why__image--placeholder .mhw-media-placeholder{height:100%;min-height:220px;border-color:rgba(255,255,255,.35);background:rgba(255,255,255,.08);color:rgba(255,255,255,.82)}
.mhw-about__image--placeholder .mhw-media-placeholder{min-height:325px}
.mhw-about__button--placeholder{cursor:default}
.mhw-news__featured--placeholder{cursor:default}.mhw-news__featured--placeholder .mhw-news__featured-media{min-height:82px;border:0;background:rgba(255,255,255,.16);color:#fff}
.mhw-news__item--placeholder{cursor:default}
.mhw-partner-brands__item--placeholder{cursor:default}.mhw-partner-brands__item--placeholder .mhw-media-placeholder{min-height:65px;border:0;background:#f5f5f5}
@media (hover:hover) and (pointer:fine){.mhw-product-card--placeholder:hover{border:1px solid #dedede}.mhw-product-card--placeholder:hover .mhw-product-card__title{padding:16px;color:#222}.mhw-news__item--placeholder:hover{background:#ededed;color:#333}.mhw-partner-brands__item--placeholder:hover{border-color:#e7e7e7}}
@media (max-width:767px){.mhw-hero-slider__media-placeholder{right:16px;bottom:16px}.mhw-category-matrix__image--placeholder,.mhw-category-matrix__image--placeholder .mhw-media-placeholder{min-height:240px}.mhw-product-card--placeholder .mhw-product-card__media{min-height:240px}.mhw-news__featured--placeholder .mhw-news__featured-media{min-height:72px}}

/* Header widget */
.mhw-header,.mhw-header *{box-sizing:border-box}
.mhw-header{--mhw-header-accent:#ff8500;--mhw-sticky-top:0px;--mhw-header-logo-width:420px;--mhw-header-logo-slot:452px;position:relative;z-index:999;width:100%;font-family:inherit}
.mhw-header--sticky{position:sticky;top:var(--mhw-sticky-top)}
.mhw-header__bar{position:relative;z-index:4;width:100%;background:#fff;border-bottom:1px solid #ededed}
.mhw-header__inner,.mhw-header__mega-inner,.mhw-header__search-inner{width:calc(100% - 48px);max-width:1750px;margin:0 auto}
.mhw-header__inner{display:grid;grid-template-columns:minmax(180px,var(--mhw-header-logo-slot,452px)) minmax(0,1fr) auto;align-items:stretch;min-height:100px}
.mhw-header__logo{display:flex;align-items:center;min-width:0;padding-right:32px;overflow:visible;text-decoration:none}
.mhw-header__logo img{display:block;width:var(--mhw-header-logo-width,420px);max-width:none;height:auto;max-height:none;object-fit:contain;object-position:left center}
.mhw-header__logo-placeholder{display:flex;align-items:center;justify-content:center;width:420px;max-width:100%;height:62px;border:1px dashed #b7b7b7;background:#fafafa;color:#777;font-weight:700;letter-spacing:.08em}
.mhw-header__desktop-nav{display:flex;align-items:stretch;justify-content:flex-end;min-width:0}
.mhw-header__desktop-list,.mhw-header__dropdown,.mhw-header__drawer-list,.mhw-header__drawer-submenu{margin:0;padding:0;list-style:none}
.mhw-header__desktop-list{display:flex;align-items:stretch;justify-content:flex-end;gap:2px}
.mhw-header__desktop-item{position:relative;display:flex;align-items:stretch}
.mhw-header__desktop-link{display:flex;align-items:center;justify-content:center;min-height:100%;padding:0 20px;color:#555;font-size:16px;font-weight:600;letter-spacing:.015em;text-decoration:none;text-transform:uppercase;white-space:nowrap;transition:background-color .18s ease,color .18s ease}
.mhw-header__desktop-item:hover>.mhw-header__desktop-link,.mhw-header__desktop-item:focus-within>.mhw-header__desktop-link,.mhw-header__desktop-item.is-current>.mhw-header__desktop-link,.mhw-header__desktop-item.is-mega-open>.mhw-header__desktop-link{background:var(--mhw-header-accent);color:#fff}
.mhw-header__dropdown{position:absolute;top:100%;left:0;z-index:7;display:none;min-width:220px;padding:8px 0;background:#fff;box-shadow:0 12px 28px rgba(15,31,50,.16)}
.mhw-header__desktop-item:hover>.mhw-header__dropdown,.mhw-header__desktop-item:focus-within>.mhw-header__dropdown{display:block}
.mhw-header__dropdown-link{display:block;padding:11px 18px;color:#444;text-decoration:none;white-space:nowrap}
.mhw-header__dropdown-link:hover{background:#f2f2f2;color:var(--mhw-header-accent)}
.mhw-header__actions{display:flex;align-items:stretch;margin-left:18px}
.mhw-header__language{display:flex;align-items:center;padding:0 20px;color:#555;font-size:16px;white-space:nowrap}
.mhw-header__icon-button,.mhw-header__drawer-close,.mhw-header__accordion-button{appearance:none;border:0;background:none;color:inherit;cursor:pointer}
.mhw-header__icon-button{display:flex;align-items:center;justify-content:center;width:54px;min-height:100%;background:#f2f2f2;color:#555}
.mhw-header__icon-button svg,.mhw-header__drawer-close svg,.mhw-header__accordion-button svg{display:block;width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.mhw-header__drawer-toggle{display:none}
.mhw-header__mega{position:absolute;top:100%;left:0;right:0;z-index:3;background:transparent}
.mhw-header__mega[hidden]{display:none}
.mhw-header__mega-inner{min-height:455px;padding:18px 10px 34px;background:#fff;box-shadow:0 18px 34px rgba(15,31,50,.15)}
.mhw-header__mega-grid{display:grid;grid-template-columns:repeat(var(--mhw-mega-cols,9),minmax(0,1fr));gap:0}
.mhw-header__mega-column{min-width:0}.mhw-header__mega-column:nth-child(10):last-child{grid-column:5}
.mhw-header__mega-heading{display:block;overflow:hidden;display:flex;align-items:center;justify-content:center;height:40px;margin:0;padding:0 10px;border-bottom:2px solid var(--mhw-header-accent);color:#666;font-size:14px;font-weight:400;line-height:1.3;text-align:center;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}
.mhw-header__mega-children{display:grid;gap:2px}
.mhw-header__mega-child{display:block;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:42px;padding:8px 10px;border-bottom:2px solid #fff;background:#f0f0f0;color:#666;font-size:13px;line-height:1.25;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;transition:background-color .16s ease,color .16s ease}
.mhw-header__mega-child:hover{background:var(--mhw-header-accent);color:#fff}
.mhw-header__search-panel{position:relative;z-index:2;width:100%;padding:0;background:transparent}
.mhw-header__search-panel[hidden]{display:none}
.mhw-header__search-inner{padding:30px 0;background:#eee}.mhw-header__search-form{display:grid;grid-template-columns:minmax(0,1fr) auto;max-width:1010px;margin:0 auto}
.mhw-header__search-input{width:100%;height:52px;padding:0 18px;border:1px solid #d2d2d2;border-right:0;background:#fff;color:#222;font-size:14px;outline:none}
.mhw-header__search-input:focus{border-color:var(--mhw-header-accent);box-shadow:inset 0 0 0 1px var(--mhw-header-accent)}
.mhw-header__search-submit{min-width:132px;height:52px;padding:0 24px;border:0;background:#2196f3;color:#fff;font-size:13px;font-weight:700;letter-spacing:.03em;cursor:pointer}
.mhw-header.is-search-open .mhw-header__search-toggle{background:var(--mhw-header-accent);color:#fff}.mhw-header.is-scrolled .mhw-header__bar{box-shadow:0 7px 22px rgba(15,31,50,.12)}
.mhw-header__overlay,.mhw-header__drawer{display:none}
.mhw-header a:focus-visible,.mhw-header button:focus-visible,.mhw-header input:focus-visible{outline:3px solid #1e73be;outline-offset:2px}
body.mhw-scroll-locked{overflow:hidden}
.admin-bar .mhw-header--sticky{--mhw-sticky-top:32px}

@media (max-width:1200px){
 .mhw-header__desktop-link{padding:0 14px;font-size:13px}
 .mhw-header__language{padding:0 14px}
 .mhw-header__inner{grid-template-columns:minmax(180px,min(var(--mhw-header-logo-slot,292px),38vw)) minmax(0,1fr) auto}
}
@media (max-width:1024px){
 .mhw-header__inner{grid-template-columns:minmax(0,1fr) auto;min-height:74px;width:calc(100% - 32px)}
 .mhw-header__logo{padding-right:18px}.mhw-header__logo img{width:210px;max-height:56px}
 .mhw-header__desktop-nav,.mhw-header__language{display:none}
 .mhw-header__actions{margin-left:0}.mhw-header__icon-button{width:54px;background:transparent}
 .mhw-header__drawer-toggle{display:flex}
 .mhw-header__mega{display:none!important}
 .mhw-header__overlay{position:fixed;inset:0;z-index:9997;display:block;background:rgba(5,15,28,.54);opacity:0;visibility:hidden;transition:opacity .22s ease,visibility .22s ease}
 .mhw-header__overlay[hidden]{display:none}
 .mhw-header__drawer{position:fixed;top:0;right:0;bottom:0;z-index:9998;display:block;width:min(100%,340px);overflow-y:auto;background:#fff;box-shadow:-12px 0 30px rgba(0,0,0,.2);transform:translateX(105%);transition:transform .25s ease}
 .mhw-header.is-drawer-open .mhw-header__drawer{transform:translateX(0)}
 .mhw-header.is-drawer-open .mhw-header__overlay{opacity:1;visibility:visible}
 .mhw-header__drawer-head{display:flex;align-items:center;justify-content:space-between;height:72px;padding:0 20px;border-bottom:1px solid #e8e8e8;color:#333;font-weight:700;letter-spacing:.05em}
 .mhw-header__drawer-close{display:flex;align-items:center;justify-content:center;width:42px;height:42px}
 .mhw-header__drawer-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;border-bottom:1px solid #ededed}
 .mhw-header__drawer-link{display:block;padding:15px 20px;color:#333;font-size:14px;font-weight:600;text-decoration:none;text-transform:uppercase}
 .mhw-header__accordion-button{display:flex;align-items:center;justify-content:center;width:50px;height:50px;color:#555;transition:transform .18s ease}
 .mhw-header__drawer-item.is-open>.mhw-header__drawer-row .mhw-header__accordion-button{transform:rotate(180deg)}
 .mhw-header__drawer-submenu{background:#f6f6f6}
 .mhw-header__drawer-submenu[hidden]{display:none}
 .mhw-header__drawer-item--depth-1>.mhw-header__drawer-row .mhw-header__drawer-link{padding-left:32px;font-weight:500;text-transform:none}
 .mhw-header__drawer-item--depth-2>.mhw-header__drawer-row .mhw-header__drawer-link{padding-left:48px;color:#666;font-weight:400;text-transform:none}
 .mhw-header__search-panel{padding:0}.mhw-header__search-inner{width:calc(100% - 32px);padding:20px 0}
 .mhw-header__search-input,.mhw-header__search-submit{height:48px}.mhw-header__search-submit{min-width:112px}
 .admin-bar .mhw-header__drawer{top:32px}
}
@media (max-width:782px){.admin-bar .mhw-header--sticky{--mhw-sticky-top:46px}.admin-bar .mhw-header__drawer{top:46px}}
@media (max-width:600px){
 .mhw-header__inner{width:calc(100% - 24px);min-height:66px}.mhw-header__logo img{width:170px;max-height:48px}.mhw-header__icon-button{width:46px}
 .mhw-header__search-form{grid-template-columns:1fr}.mhw-header__search-input{border-right:1px solid #d2d2d2}.mhw-header__search-submit{width:100%;margin-top:8px}
 .admin-bar .mhw-header--sticky{--mhw-sticky-top:0px}.admin-bar .mhw-header__drawer{top:0}
}
@media (prefers-reduced-motion:reduce){.mhw-header *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}

/* Footer widget */
.mhw-footer,.mhw-footer *{box-sizing:border-box}
.mhw-footer{--mhw-footer-accent:#ff8500;width:100%;overflow:hidden;background:#05043f;color:#d6dce5}
.mhw-footer__inner{width:calc(100% - 48px);max-width:1440px;margin:0 auto;padding:70px 0}
.mhw-footer__grid{display:grid;grid-template-columns:minmax(300px,1.55fr) minmax(190px,.85fr) minmax(150px,.65fr) minmax(320px,1.45fr);column-gap:58px;row-gap:42px;align-items:start}
.mhw-footer__column{min-width:0}
.mhw-footer__logo{display:flex;align-items:center;min-height:72px;margin-bottom:24px}
.mhw-footer__logo img{display:block;width:auto;max-width:100%;height:auto;object-fit:contain;object-position:left center}
.mhw-footer__logo--placeholder{justify-content:center;width:250px;max-width:100%;border:1px dashed rgba(255,255,255,.35);color:#fff;font-weight:700;letter-spacing:.08em}
.mhw-footer__copyright,.mhw-footer__extra-text{max-width:420px;color:#d6dce5;font-size:13px;line-height:1.8}
.mhw-footer__extra-text{margin-top:14px}
.mhw-footer__extra-image{margin-top:18px}.mhw-footer__extra-image img{display:block;max-width:180px;height:auto}
.mhw-footer__heading{margin:0 0 28px;padding:0;color:#fff;font-size:18px;font-weight:700;line-height:1.2;text-transform:uppercase}
.mhw-footer__links{display:grid;gap:12px;margin:0;padding:0;list-style:none}
.mhw-footer__links a{display:inline-flex;align-items:center;color:#d6dce5;font-size:14px;line-height:1.45;text-decoration:none;transition:color .18s ease,transform .18s ease}
.mhw-footer__links a:hover{color:var(--mhw-footer-accent)}
.mhw-footer__links span{opacity:.72}
.mhw-footer__contacts{display:grid;gap:15px}
.mhw-footer__contact-row{display:grid;grid-template-columns:22px minmax(0,1fr);gap:11px;align-items:start;color:#d6dce5;font-size:14px;line-height:1.55}.mhw-footer__contact-content{display:grid;gap:2px;min-width:0}.mhw-footer__contact-label{color:#fff;font-weight:500}.mhw-footer__contact-value{min-width:0;overflow-wrap:anywhere}
.mhw-footer__contact-row a,.mhw-footer__contact-value{color:#d6dce5;text-decoration:none}
.mhw-footer__contact-row a:hover{color:var(--mhw-footer-accent)}
.mhw-footer__contact-icon{display:flex;align-items:center;justify-content:center;width:22px;height:22px;color:#fff}
.mhw-footer__contact-icon svg{display:block;width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.mhw-footer__socials{display:flex;flex-wrap:wrap;gap:8px;margin-top:26px}
.mhw-footer__social-link{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#33465f;color:#fff!important;font-size:13px;font-weight:700;text-decoration:none;text-transform:none;transition:transform .18s ease,filter .18s ease}
.mhw-footer__social-link--facebook{background:#3b5998}.mhw-footer__social-link--linkedin{background:#0077b5}.mhw-footer__social-link--x{background:#111}.mhw-footer__social-link--instagram{background:#c13584}.mhw-footer__social-link--youtube{background:#ff0000}.mhw-footer__social-link--tiktok{background:#111}.mhw-footer__social-link--pinterest{background:#bd081c}.mhw-footer__social-link--tumblr{background:#35465c}.mhw-footer__social-link--whatsapp{background:#25d366}
.mhw-footer__socials--empty{margin-top:26px;color:#d6dce5;font-size:13px;opacity:.75}
.mhw-footer__social-link:hover{transform:translateY(-2px);filter:brightness(1.08)}.mhw-footer__social-placeholder{cursor:default;pointer-events:none}.mhw-footer__contacts--placeholder{opacity:.92}
.mhw-footer a:focus-visible{outline:3px solid #fff;outline-offset:3px}
@media (max-width:1024px){
 .mhw-footer__inner{width:calc(100% - 40px);padding:58px 0}
 .mhw-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:50px;row-gap:46px}
}
@media (max-width:767px){
 .mhw-footer__inner{width:calc(100% - 32px);padding:46px 0}
 .mhw-footer__grid{grid-template-columns:1fr;row-gap:38px}
 .mhw-footer__heading{margin-bottom:22px}.mhw-footer__logo{min-height:58px;margin-bottom:18px}.mhw-footer__logo img{max-width:100%;height:auto}
}

/* ABOUT US page widgets */
.mhw-about-banner,.mhw-about-company,.mhw-about-location,.mhw-about-honor,.mhw-about-product-range{box-sizing:border-box;width:100%;font-family:Arial,Helvetica,sans-serif;color:#333}
.mhw-about-banner *,.mhw-about-company *,.mhw-about-location *,.mhw-about-honor *,.mhw-about-product-range *{box-sizing:border-box}

/* About banner */
.mhw-about-banner{background:#fff}
.mhw-about-banner__media{position:relative;min-height:373px;background:#edf0f3 center center/cover no-repeat;display:flex;align-items:center;justify-content:center;overflow:hidden}
.mhw-about-banner__placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#8a8a8a;font-size:15px;border:1px dashed #c8c8c8;background:linear-gradient(135deg,#eef0f2 0%,#f8f8f8 100%)}
.mhw-about-banner__overlay-title{position:relative;z-index:1;max-width:850px;padding:20px 32px;color:#fff;font-size:50px;line-height:1.08;font-weight:700;text-align:center;text-transform:uppercase}
.mhw-about-banner__breadcrumb{border-top:1px solid #eee;border-bottom:1px solid #eee;background:#fff;color:#555;font-size:14px}
.mhw-about-banner__breadcrumb-inner{max-width:1410px;margin:0 auto;padding:18px 24px;display:flex;align-items:center;gap:10px}
.mhw-about-banner__home{color:#555;text-decoration:none}
.mhw-about-banner__separator{color:#aaa}
.mhw-about-banner__current{color:#ff8500}

/* About company */
.mhw-about-company{background:#fff}
.mhw-about-company__inner{max-width:1500px;margin:0 auto;padding:56px 24px 72px}
.mhw-about-company__main-title{margin:0;color:#111;font-size:42px;line-height:1.15;font-weight:700;text-transform:uppercase}
.mhw-about-company__company-line{margin-top:24px;color:#444;font-size:14px;line-height:1.6}
.mhw-about-company__grid{--mhw-about-company-gap:76px;display:grid;grid-template-columns:minmax(0,calc(100% - var(--mhw-about-company-image-width,38%) - var(--mhw-about-company-gap))) minmax(360px,var(--mhw-about-company-image-width,38%));gap:var(--mhw-about-company-gap);align-items:start;margin-top:42px}
.mhw-about-company__groups{min-width:0}
.mhw-about-company__group{margin:0 0 32px}
.mhw-about-company__group:last-child{margin-bottom:0}
.mhw-about-company__heading-row{display:flex;align-items:center;gap:24px;margin-bottom:7px}
.mhw-about-company__bar{display:block;flex:0 0 auto;width:5px;height:30px;background:#ff8500}
.mhw-about-company__group-title{margin:0;color:#333;font-size:20px;line-height:1.3;font-weight:400}
.mhw-about-company__group-text{padding-left:29px;color:#747474;font-size:14px;line-height:1.72}
.mhw-about-company__group-text p{margin:0 0 8px}
.mhw-about-company__image-wrap{width:100%;min-height:655px;display:flex;align-items:stretch;justify-content:center;background:#f3f3f3;overflow:hidden}
.mhw-about-company__image{display:block;width:100%;height:100%;min-height:655px;object-fit:cover}
.mhw-about-company__image-placeholder{width:100%;min-height:655px;display:flex;align-items:center;justify-content:center;color:#888;border:1px dashed #c9c9c9;background:#f1f1f1;font-size:15px}

/* Location */
.mhw-about-location{display:grid;grid-template-columns:1fr 1fr;min-height:600px;background:#fff}
.mhw-about-location__map{min-width:0;min-height:600px;background:#fff;display:flex;align-items:stretch;justify-content:center;overflow:hidden}
.mhw-about-location__map-image{display:block;width:100%;height:100%;min-height:600px;object-fit:contain;background:#fff}
.mhw-about-location__map-placeholder{width:100%;min-height:600px;display:flex;align-items:center;justify-content:center;color:#888;border:1px dashed #c9c9c9;background:#fff;font-size:15px}
.mhw-about-location__content{min-width:0;display:flex;flex-direction:column;justify-content:center;padding:70px 7%;background:#f5f5f5}
.mhw-about-location__title{margin:0;color:#333;font-size:32px;line-height:1.2;font-weight:400;text-transform:uppercase}
.mhw-about-location__line{display:block;width:68px;height:3px;margin:26px 0 34px;background:#ff8500}
.mhw-about-location__paragraph{max-width:760px;margin:0 0 32px;color:#666;font-size:14px;line-height:1.9}
.mhw-about-location__paragraph:last-child{margin-bottom:0}
.mhw-about-location__paragraph p{margin:0}

/* Company honor */
.mhw-about-honor{background:#fff}
.mhw-about-honor__inner{max-width:1450px;margin:0 auto;padding:70px 24px 82px;text-align:center}
.mhw-about-honor__title{margin:0;color:#333;font-size:30px;line-height:1.2;font-weight:400;text-transform:uppercase}
.mhw-about-honor__line{display:block;width:68px;height:3px;margin:28px auto 26px;background:#ff8500}
.mhw-about-honor__subtitle{color:#777;font-size:14px;line-height:1.6}
.mhw-about-honor__grid{display:grid;grid-template-columns:repeat(var(--mhw-honor-cols,5),minmax(0,1fr));gap:34px;align-items:start;margin-top:40px}
.mhw-about-honor__certificate{min-width:0;display:flex;align-items:flex-start;justify-content:center}
.mhw-about-honor__certificate a{display:block;width:100%;text-decoration:none}
.mhw-about-honor__certificate img{display:block;width:100%;height:auto;max-height:380px;object-fit:contain;margin:0 auto}
.mhw-about-honor__certificate-placeholder{aspect-ratio:.73/1;width:100%;min-height:280px;display:flex;align-items:center;justify-content:center;color:#888;border:1px dashed #c9c9c9;background:#f5f5f5;font-size:14px}

/* Product range */
.mhw-about-product-range{background:#f5f5f5}
.mhw-about-product-range__inner{max-width:1420px;margin:0 auto;padding:56px 24px 72px}
.mhw-about-product-range__title{margin:0;text-align:center;color:#333;font-size:28px;line-height:1.2;font-weight:400;text-transform:uppercase}
.mhw-about-product-range__line{display:block;width:58px;height:3px;margin:22px auto 20px;background:#ff8500}
.mhw-about-product-range__intro{text-align:center;color:#666;font-size:12px;line-height:1.6}
.mhw-about-product-range__columns{display:grid;grid-template-columns:1fr 1fr;gap:92px;margin-top:32px}
.mhw-about-product-range__column{min-width:0;color:#555;font-size:12px;line-height:1.55}
.mhw-about-product-range__column p{margin:0 0 16px}
.mhw-about-product-range__column strong{font-weight:400;color:#444}

@media (max-width:1024px){
  .mhw-about-banner__media{min-height:300px}
  .mhw-about-banner__overlay-title{font-size:38px}
  .mhw-about-company__inner{padding:44px 28px 56px}
  .mhw-about-company__main-title{font-size:36px}
  .mhw-about-company__grid{--mhw-about-company-gap:42px;grid-template-columns:minmax(0,calc(100% - var(--mhw-about-company-image-width,38%) - var(--mhw-about-company-gap))) minmax(300px,var(--mhw-about-company-image-width,38%));gap:var(--mhw-about-company-gap);margin-top:34px}
  .mhw-about-company__image-wrap,.mhw-about-company__image,.mhw-about-company__image-placeholder{min-height:560px}
  .mhw-about-location{min-height:480px}
  .mhw-about-location__map,.mhw-about-location__map-image,.mhw-about-location__map-placeholder{min-height:480px}
  .mhw-about-location__content{padding:54px 6%}
  .mhw-about-honor__inner{padding:58px 28px 68px}
  .mhw-about-honor__grid{grid-template-columns:repeat(var(--mhw-honor-cols,3),minmax(0,1fr));gap:26px}
  .mhw-about-product-range__inner{padding:48px 28px 60px}
  .mhw-about-product-range__columns{gap:48px}
}

@media (max-width:767px){
  .mhw-about-banner__media{min-height:220px}
  .mhw-about-banner__overlay-title{font-size:28px;padding:16px 20px}
  .mhw-about-banner__breadcrumb-inner{padding:14px 18px}
  .mhw-about-company__inner{padding:34px 18px 44px}
  .mhw-about-company__main-title{font-size:30px}
  .mhw-about-company__company-line{margin-top:14px}
  .mhw-about-company__grid{grid-template-columns:1fr;gap:30px;margin-top:30px}
  .mhw-about-company__heading-row{gap:16px}
  .mhw-about-company__group-text{padding-left:21px}
  .mhw-about-company__image-wrap,.mhw-about-company__image,.mhw-about-company__image-placeholder{min-height:420px}
  .mhw-about-location{grid-template-columns:1fr;min-height:0}
  .mhw-about-location__map,.mhw-about-location__map-image,.mhw-about-location__map-placeholder{min-height:330px}
  .mhw-about-location__content{padding:44px 20px}
  .mhw-about-location__title{font-size:27px}
  .mhw-about-location__line{margin:20px 0 26px}
  .mhw-about-honor__inner{padding:48px 18px 56px}
  .mhw-about-honor__title{font-size:26px}
  .mhw-about-honor__grid{grid-template-columns:repeat(var(--mhw-honor-cols,2),minmax(0,1fr));gap:18px;margin-top:32px}
  .mhw-about-honor__certificate-placeholder{min-height:220px}
  .mhw-about-product-range__inner{padding:42px 18px 50px}
  .mhw-about-product-range__columns{grid-template-columns:1fr;gap:0;margin-top:28px}
  .mhw-about-product-range__column{font-size:13px}
}

/* NEWS page widgets */
.mhw-news-banner,.mhw-news-listing{box-sizing:border-box;width:100%;font-family:Arial,Helvetica,sans-serif;color:#333}
.mhw-news-banner *,.mhw-news-listing *{box-sizing:border-box}

/* News banner */
.mhw-news-banner{background:#fff}
.mhw-news-banner__media{position:relative;display:flex;align-items:center;justify-content:center;min-height:360px;overflow:hidden;background:#eef0f2 center center/cover no-repeat}
.mhw-news-banner__placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;border:1px dashed #c9c9c9;background:linear-gradient(135deg,#eef0f2 0%,#fafafa 100%);color:#8a8a8a;font-size:14px}
.mhw-news-banner__overlay-title{position:relative;z-index:1;max-width:780px;padding:18px 28px;color:#fff;font-size:36px;font-weight:700;line-height:1.15;text-align:center;text-transform:uppercase;text-shadow:0 1px 2px rgba(0,0,0,.35)}
.mhw-news-banner__breadcrumb{border-top:1px solid #eee;border-bottom:1px solid #eee;background:#fff;color:#555;font-size:12px}
.mhw-news-banner__breadcrumb-inner{display:flex;align-items:center;gap:8px;max-width:850px;margin:0 auto;padding:12px 0}
.mhw-news-banner__home{color:#555;text-decoration:none}
.mhw-news-banner__separator{color:#aaa}
.mhw-news-banner__current{color:#ff8500}

/* News listing */
.mhw-news-listing{background:#fff}
.mhw-news-listing__inner{max-width:850px;margin:0 auto;padding:38px 0 64px}
.mhw-news-listing__heading{margin:0 0 28px;color:#111;font-size:30px;font-weight:700;line-height:1.2;text-align:center;text-transform:uppercase}
.mhw-news-listing__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:12px;row-gap:12px}
.mhw-news-card{display:flex;min-width:0;min-height:116px;overflow:hidden;border:0;border-radius:0;background:#f5f5f5;box-shadow:none;color:#222;text-decoration:none}
.mhw-news-card__media{display:flex;flex:0 0 160px;width:160px;height:116px;align-items:center;justify-content:center;overflow:hidden;background:#ececec;color:#999}
.mhw-news-card__media img{display:block;width:100%;height:100%;object-fit:cover}
.mhw-news-card__media-placeholder,.mhw-news-card--placeholder .mhw-news-card__media{border:0;background:#ececec}
.mhw-news-card__media>span,.mhw-news-card__media-placeholder{display:flex;width:100%;height:100%;align-items:center;justify-content:center;color:#999;font-size:12px}
.mhw-news-card__body{display:flex;min-width:0;flex:1;flex-direction:column;padding:14px 14px 12px}
.mhw-news-card__title{display:block;overflow:hidden;max-width:100%;color:#222;font-size:12px;font-weight:400;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}
.mhw-news-card__date{display:block;margin-top:18px;color:#999;font-size:10px;font-weight:400;line-height:1.4}
.mhw-news-card:hover .mhw-news-card__title{color:#222}
.mhw-news-listing__empty{grid-column:1/-1;padding:30px;background:#f5f5f5;color:#888;text-align:center}
.mhw-news-pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:6px;margin-top:30px}
.mhw-news-pagination__item{display:inline-flex;min-width:24px;height:24px;align-items:center;justify-content:center;padding:0 6px;border:1px solid #ddd;border-radius:0;background:#fff;box-shadow:none;color:#777;font-size:11px;line-height:1;text-decoration:none}
.mhw-news-pagination__item--current{border-color:#2196f3;background:#2196f3;color:#fff}
.mhw-news-pagination__item--disabled{color:#bbb;cursor:default}
.mhw-news-pagination a:hover{border-color:#2196f3;color:#2196f3}
.mhw-news-pagination a.mhw-news-pagination__item--current:hover{color:#fff}

@media (max-width:1024px){
  .mhw-news-banner__media{min-height:300px}
  .mhw-news-banner__breadcrumb-inner,.mhw-news-listing__inner{width:calc(100% - 48px)}
  .mhw-news-banner__overlay-title{font-size:30px}
  .mhw-news-card__media{flex-basis:140px;width:140px;height:105px}
  .mhw-news-card{min-height:105px}
  .mhw-news-card__date{margin-top:14px}
}

@media (max-width:767px){
  .mhw-news-banner__media{min-height:220px}
  .mhw-news-banner__overlay-title{font-size:24px;padding:14px 18px}
  .mhw-news-banner__breadcrumb-inner,.mhw-news-listing__inner{width:calc(100% - 32px)}
  .mhw-news-banner__breadcrumb-inner{padding:11px 0}
  .mhw-news-listing__inner{padding:30px 0 46px}
  .mhw-news-listing__heading{margin-bottom:22px;font-size:26px}
  .mhw-news-listing__grid{grid-template-columns:1fr;row-gap:10px}
  .mhw-news-card__media{flex-basis:128px;width:128px;height:96px}
  .mhw-news-card{min-height:96px}
  .mhw-news-card__body{padding:12px 12px 10px}
  .mhw-news-card__date{margin-top:12px}
  .mhw-news-pagination{margin-top:24px;gap:5px}
}

@media (max-width:420px){
  .mhw-news-card{display:block}
  .mhw-news-card__media{width:100%;height:180px}
  .mhw-news-card__body{padding:12px 14px 14px}
  .mhw-news-card__date{margin-top:8px}
}

/* SERVICE page widgets */
.mhw-service-banner,.mhw-service-intro,.mhw-service-after-sale,.mhw-service-package{box-sizing:border-box;width:100%;font-family:Arial,Helvetica,sans-serif;color:#333}
.mhw-service-banner *,.mhw-service-intro *,.mhw-service-after-sale *,.mhw-service-package *{box-sizing:border-box}
.mhw-service-container{width:min(calc(100% - 40px),1360px);margin:0 auto}
.mhw-service-heading{margin:0;color:#111;font-size:26px;font-weight:700;line-height:1.25}
.mhw-service-rule{display:block;width:42px;height:2px;margin:16px 0 22px;background:#ff8500}
.mhw-service-body{color:#777;font-size:14px;line-height:1.9}
.mhw-service-body p{margin:0 0 24px}
.mhw-service-body p:last-child{margin-bottom:0}

.mhw-service-banner{background:#fff}
.mhw-service-banner__media{position:relative;display:flex;align-items:center;justify-content:center;min-height:240px;overflow:hidden;background:#e9edf0 center center/cover no-repeat}
.mhw-service-banner__placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;border:1px dashed #c9c9c9;background:linear-gradient(135deg,#eef0f2,#fafafa);color:#888;font-size:14px}
.mhw-service-banner__overlay-title{position:relative;z-index:1;max-width:780px;padding:16px 24px;color:#fff;font-size:38px;font-weight:700;line-height:1.1;text-align:center;text-transform:uppercase;text-shadow:0 1px 2px rgba(0,0,0,.4)}
.mhw-service-banner__breadcrumb{border-top:1px solid #eee;border-bottom:1px solid #eee;background:#fff;color:#666;font-size:12px}
.mhw-service-banner__breadcrumb-inner{display:flex;align-items:center;gap:8px;max-width:1360px;margin:0 auto;padding:12px 20px}
.mhw-service-banner__home{color:#666;text-decoration:none}
.mhw-service-banner__separator{color:#aaa}
.mhw-service-banner__current{color:#ff8500}

.mhw-service-intro{background:#fff}
.mhw-service-intro__inner{max-width:1360px;padding-top:54px;padding-bottom:54px}
.mhw-service-intro__grid{display:grid;grid-template-columns:minmax(0,calc(100% - var(--mhw-service-intro-image,48%) - 70px)) minmax(0,var(--mhw-service-intro-image,48%));gap:70px;align-items:center}
.mhw-service-intro__copy{min-width:0}
.mhw-service-intro__image{min-width:0;overflow:hidden;background:#f0f0f0}
.mhw-service-intro__image img{display:block;width:100%;height:auto;aspect-ratio:1.78/1;object-fit:cover}
.mhw-service-intro__image-placeholder{display:flex;width:100%;min-height:310px;align-items:center;justify-content:center;border:1px dashed #c9c9c9;background:#f3f3f3;color:#8a8a8a}

.mhw-service-after-sale{background:#fff}
.mhw-service-after-sale__inner{max-width:1360px;padding-top:54px;padding-bottom:54px}
.mhw-service-after-sale__grid{display:grid;grid-template-columns:minmax(0,calc(100% - var(--mhw-service-after-sale-image,48%) - 70px)) minmax(0,var(--mhw-service-after-sale-image,48%));gap:70px;align-items:center}
.mhw-service-after-sale__copy{min-width:0}
.mhw-service-after-sale__gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.mhw-service-after-sale__image{min-width:0;overflow:hidden;background:#f0f0f0;border-radius:10px}
.mhw-service-after-sale__image img{display:block;width:100%;height:100%;aspect-ratio:1.55/1;object-fit:cover}
.mhw-service-after-sale__image-placeholder{display:flex;min-height:190px;align-items:center;justify-content:center;border:1px dashed #c9c9c9;background:#f3f3f3;color:#8a8a8a;border-radius:10px}

.mhw-service-package{background:#f7f7f7}
.mhw-service-package__inner{max-width:1360px;padding-bottom:46px}
.mhw-service-package__top{display:grid;grid-template-columns:minmax(0,var(--mhw-service-package-image,48%)) minmax(0,calc(100% - var(--mhw-service-package-image,48%) - 62px));gap:62px;align-items:start;padding-top:54px;padding-bottom:54px}
.mhw-service-package__image{min-width:0;overflow:hidden;background:#fff}
.mhw-service-package__image img{display:block;width:100%;height:auto;object-fit:contain}
.mhw-service-package__image-placeholder{display:flex;width:100%;min-height:390px;align-items:center;justify-content:center;border:1px dashed #c9c9c9;background:#fff;color:#8a8a8a}
.mhw-service-package__copy{min-width:0}
.mhw-service-package__subtitle{margin:0 0 22px;color:#777;font-size:13px;line-height:1.6}
.mhw-service-package__delivery{padding-top:20px}

@media (max-width:1024px){
  .mhw-service-container{width:min(calc(100% - 48px),1360px)}
  .mhw-service-banner__media{min-height:210px}
  .mhw-service-banner__overlay-title{font-size:30px}
  .mhw-service-intro__grid{grid-template-columns:minmax(0,1fr) minmax(320px,46%);gap:42px}
  .mhw-service-after-sale__grid{grid-template-columns:minmax(0,1fr) minmax(360px,48%);gap:42px}
  .mhw-service-package__top{grid-template-columns:minmax(320px,46%) minmax(0,1fr);gap:42px}
  .mhw-service-heading{font-size:24px}
  .mhw-service-body{font-size:13px}
  .mhw-service-after-sale__image-placeholder{min-height:150px}
}

@media (max-width:767px){
  .mhw-service-container{width:calc(100% - 32px)}
  .mhw-service-banner__media{min-height:170px}
  .mhw-service-banner__overlay-title{font-size:24px;padding:12px 16px}
  .mhw-service-banner__breadcrumb-inner{padding:11px 16px}
  .mhw-service-heading{font-size:23px}
  .mhw-service-intro__inner,.mhw-service-after-sale__inner{padding-top:38px;padding-bottom:38px}
  .mhw-service-intro__grid,.mhw-service-after-sale__grid,.mhw-service-package__top{grid-template-columns:1fr;gap:28px}
  .mhw-service-intro__image img{aspect-ratio:1.6/1}
  .mhw-service-intro__image-placeholder{min-height:220px}
  .mhw-service-after-sale__gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .mhw-service-after-sale__image-placeholder{min-height:120px}
  .mhw-service-package__top{padding-top:38px;padding-bottom:34px}
  .mhw-service-package__image-placeholder{min-height:260px}
  .mhw-service-package__delivery{padding-top:10px}
  .mhw-service-package__inner{padding-bottom:38px}
}

/* FAQ page widgets */
.mhw-faq-banner,.mhw-faq-listing{box-sizing:border-box;width:100%;font-family:Arial,Helvetica,sans-serif;color:#333}
.mhw-faq-banner *,.mhw-faq-listing *{box-sizing:border-box}

/* FAQ banner */
.mhw-faq-banner{background:#fff}
.mhw-faq-banner__media{position:relative;display:flex;min-height:262px;align-items:center;justify-content:center;overflow:hidden;background:#eef0f2 center center/cover no-repeat}
.mhw-faq-banner__placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;border:1px dashed #c9c9c9;background:linear-gradient(135deg,#eef0f2 0%,#fafafa 100%);color:#8a8a8a;font-size:14px}
.mhw-faq-banner__copy{position:relative;z-index:1;max-width:760px;padding:18px 28px;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.35)}
.mhw-faq-banner__title{color:#fff;font-size:40px;font-weight:700;line-height:1.15}
.mhw-faq-banner__subtitle{margin-top:8px;color:#fff;font-size:26px;font-weight:700;line-height:1.2}
.mhw-faq-breadcrumb{border-top:1px solid #eee;border-bottom:1px solid #eee;background:#fff;color:#666;font-size:12px}
.mhw-faq-breadcrumb__inner{display:flex;align-items:center;gap:8px;max-width:1000px;margin:0 auto;padding:14px 0}
.mhw-faq-breadcrumb__home{color:#666;text-decoration:none}
.mhw-faq-breadcrumb__separator{color:#aaa}
.mhw-faq-breadcrumb__current{color:#ff8500}

/* FAQ listing */
.mhw-faq-listing{background:#fff}
.mhw-faq-listing__inner{max-width:1000px;margin:0 auto;padding:46px 0 54px}
.mhw-faq-listing__heading{margin:0 0 32px;color:#111;font-size:32px;font-weight:700;line-height:1.2;text-align:center;text-transform:uppercase}
.mhw-faq-listing__items{width:100%}
.mhw-faq-item{position:relative;padding:22px 0 18px;border:0;border-bottom:1px solid #e5e5e5;background:transparent;border-radius:0;box-shadow:none}
.mhw-faq-item:first-child{padding-top:0}
.mhw-faq-item__title{margin:0 0 7px;color:#111;font-size:15px;font-weight:700;line-height:1.45}
.mhw-faq-item__meta{margin:0 0 14px;color:#888;font-size:10px;line-height:1.4}
.mhw-faq-item__excerpt{max-width:100%;color:#555;font-size:11px;font-weight:400;line-height:1.55}
.mhw-faq-item__button-wrap{display:flex;justify-content:flex-end;margin-top:12px;text-align:right}
.mhw-faq-item__button{display:inline-flex;min-height:26px;align-items:center;justify-content:center;padding:5px 12px;border:1px solid #d8d8d8;border-radius:0;background:#fff;box-shadow:none;color:#666;font-size:10px;font-weight:400;line-height:1.2;text-decoration:none;transition:color .18s ease,border-color .18s ease}
.mhw-faq-item__button:hover{border-color:#ff8500;color:#ff8500;text-decoration:none}
.mhw-faq-item__button--placeholder{cursor:default}
.mhw-faq-listing__empty{padding:36px 0;color:#888;font-size:13px;text-align:center}
.mhw-faq-pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:5px;margin-top:34px}
.mhw-faq-pagination .page-numbers{display:inline-flex;min-width:24px;height:24px;align-items:center;justify-content:center;padding:0 6px;border:1px solid #ddd;border-radius:2px;background:#fff;box-shadow:none;color:#777;font-size:11px;line-height:1;text-decoration:none}
.mhw-faq-pagination .page-numbers.current{border-color:#2196f3;background:#2196f3;color:#fff}
.mhw-faq-pagination .page-numbers.disabled{color:#bbb;cursor:default}
.mhw-faq-pagination a.page-numbers:hover{border-color:#2196f3;color:#2196f3}
.mhw-faq-pagination a.page-numbers.current:hover{color:#fff}

@media (max-width:1024px){
  .mhw-faq-banner__media{min-height:220px}
  .mhw-faq-breadcrumb__inner,.mhw-faq-listing__inner{width:calc(100% - 48px)}
  .mhw-faq-banner__title{font-size:34px}
  .mhw-faq-banner__subtitle{font-size:22px}
  .mhw-faq-listing__inner{padding:40px 0 50px}
  .mhw-faq-listing__heading{font-size:29px}
}

@media (max-width:767px){
  .mhw-faq-banner__media{min-height:170px}
  .mhw-faq-banner__copy{padding:14px 18px}
  .mhw-faq-banner__title{font-size:27px}
  .mhw-faq-banner__subtitle{font-size:18px}
  .mhw-faq-breadcrumb__inner,.mhw-faq-listing__inner{width:calc(100% - 32px)}
  .mhw-faq-breadcrumb__inner{padding:11px 0}
  .mhw-faq-listing__inner{padding:34px 0 44px}
  .mhw-faq-listing__heading{margin-bottom:24px;font-size:27px}
  .mhw-faq-item{padding:20px 0 18px}
  .mhw-faq-item__title{font-size:15px}
  .mhw-faq-item__meta{margin-bottom:11px}
  .mhw-faq-item__excerpt{font-size:12px;line-height:1.6}
  .mhw-faq-item__button-wrap{justify-content:flex-start;margin-top:14px}
  .mhw-faq-pagination{margin-top:28px}
}

/* CONTACT US page widgets */
.mhw-contact-banner,.mhw-contact-info,.mhw-contact-inquiry{box-sizing:border-box;width:100%;font-family:Arial,Helvetica,sans-serif;color:#333}
.mhw-contact-banner *,.mhw-contact-info *,.mhw-contact-inquiry *{box-sizing:border-box}

/* Contact banner */
.mhw-contact-banner{background:#fff}
.mhw-contact-banner__media{position:relative;display:flex;min-height:260px;align-items:flex-end;justify-content:center;overflow:hidden;background:#eef0f2 center center/cover no-repeat}
.mhw-contact-banner__placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;border:1px dashed #c9c9c9;background:linear-gradient(135deg,#eef0f2,#fafafa);color:#888;font-size:14px}
.mhw-contact-banner__title{position:relative;z-index:1;width:100%;margin:0 0 -8px;color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:126px;font-weight:400;line-height:.82;text-align:center;letter-spacing:-4px;text-transform:uppercase;text-shadow:0 1px 2px rgba(0,0,0,.08)}
.mhw-contact-breadcrumb{border-top:1px solid #eee;border-bottom:1px solid #eee;background:#fff;color:#666;font-size:12px}
.mhw-contact-breadcrumb__inner{display:flex;width:min(calc(100% - 40px),1120px);align-items:center;gap:8px;margin:0 auto;padding:14px 0}
.mhw-contact-breadcrumb__home{color:#666;text-decoration:none}
.mhw-contact-breadcrumb__separator{color:#aaa}
.mhw-contact-breadcrumb__current{color:#ff8500}

/* Contact information */
.mhw-contact-info{background:#fff}
.mhw-contact-info__inner{display:grid;width:min(calc(100% - 40px),1120px);grid-template-columns:minmax(0,1fr) 280px;gap:100px;align-items:center;margin:0 auto;padding:70px 0 78px}
.mhw-contact-info__content{min-width:0;color:#777;font-size:14px;line-height:1.55}
.mhw-contact-info__title{margin:0 0 16px;color:#222;font-size:24px;font-weight:400;line-height:1.2}
.mhw-contact-info__person{margin:0 0 26px;color:#333;font-size:16px;line-height:1.4}
.mhw-contact-info__rows{display:flex;flex-direction:column;gap:14px}
.mhw-contact-info__row{display:grid;grid-template-columns:24px minmax(0,1fr);gap:10px;align-items:center;min-height:22px}
.mhw-contact-info__icon{display:block;width:18px;height:18px;color:#0b4a90}
.mhw-contact-info__icon svg{display:block;width:100%;height:100%}
.mhw-contact-info__value,.mhw-contact-info__value a{color:inherit;text-decoration:none}
.mhw-contact-info__value a:hover{color:#ff8500}
.mhw-contact-info__qr{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}
.mhw-contact-info__qr-media{display:flex;width:230px;aspect-ratio:1/1;align-items:center;justify-content:center;overflow:hidden;background:#fff}
.mhw-contact-info__qr-media img{display:block;width:100%;height:100%;object-fit:contain}
.mhw-contact-info__qr-placeholder{display:flex;width:100%;height:100%;align-items:center;justify-content:center;border:1px dashed #c9c9c9;background:#f6f6f6;color:#888;font-size:13px}
.mhw-contact-info__qr-caption{margin-top:10px;color:#555;font-size:13px;line-height:1.3}

/* Free inquiry / Contact Form 7 */
.mhw-contact-inquiry{background:#f4f4f4}
.mhw-contact-inquiry__inner{width:min(calc(100% - 40px),900px);max-width:1120px;margin:0 auto;padding:64px 0 66px}
.mhw-contact-inquiry__heading{margin:0;color:#333;font-size:28px;font-weight:400;line-height:1.2;text-align:center}
.mhw-contact-inquiry__rule{display:block;width:48px;height:3px;margin:18px auto 30px;background:#222}
.mhw-contact-inquiry__form{width:100%}
.mhw-contact-inquiry .wpcf7-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 28px;margin:0}
.mhw-contact-inquiry .wpcf7-form > p{min-width:0;margin:0}
.mhw-contact-inquiry .wpcf7-form > p:nth-of-type(1),.mhw-contact-inquiry .wpcf7-form > p:nth-of-type(6){grid-column:1/-1}
.mhw-contact-inquiry .wpcf7-form-control-wrap{display:block;width:100%}
.mhw-contact-inquiry input:not([type="submit"]),.mhw-contact-inquiry textarea{display:block;width:100%;min-height:54px;padding:12px 14px;border:1px solid #ddd;border-radius:0;outline:0;background:#fff;box-shadow:none;color:#666;font:inherit}
.mhw-contact-inquiry textarea{min-height:180px;resize:vertical}
.mhw-contact-inquiry input:not([type="submit"]):focus,.mhw-contact-inquiry textarea:focus{border-color:#999;box-shadow:none}
.mhw-contact-inquiry .wpcf7-quiz-label{display:flex;min-width:70px;height:54px;align-items:center;justify-content:center;border:1px solid #ddd;border-left:0;background:#fff;color:#44206f;font-size:22px;font-weight:700;letter-spacing:2px;line-height:1}
.mhw-contact-inquiry .wpcf7-form-control-wrap[data-name="verification"] > label,.mhw-contact-inquiry .wpcf7-form-control-wrap[data-name="verification"] label{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;margin:0}
.mhw-contact-inquiry .wpcf7-form-control-wrap[data-name="verification"] .wpcf7-quiz-label{grid-column:2;grid-row:1}
.mhw-contact-inquiry .wpcf7-form-control-wrap[data-name="verification"] input{min-width:0;grid-column:1;grid-row:1}
.mhw-contact-inquiry input[type="submit"]{display:block;width:100%;min-height:54px;padding:10px 20px;border:0;border-radius:0;background:#333;box-shadow:none;color:#fff;font-size:12px;font-weight:600;line-height:1.2;text-align:center;text-transform:uppercase;cursor:pointer}
.mhw-contact-inquiry input[type="submit"]:hover{background:#222}
.mhw-contact-inquiry .wpcf7-spinner{margin:8px auto 0}
.mhw-contact-inquiry .wpcf7-response-output{grid-column:1/-1;margin:8px 0 0!important}
.mhw-contact-inquiry .wpcf7-not-valid-tip{margin-top:5px;font-size:11px}

/* Inquiry editor/no-CF7 placeholder */
.mhw-contact-inquiry__placeholder{display:grid;grid-template-columns:1fr;gap:16px;width:100%}
.mhw-contact-inquiry__placeholder-message{display:flex;min-height:180px;flex-direction:column;gap:6px;padding:12px 14px;border:1px solid #ddd;background:#fff;color:#999;font-size:11px}
.mhw-contact-inquiry__placeholder-message span:first-child,.mhw-contact-inquiry__placeholder-grid>div span:first-child{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.mhw-contact-inquiry__placeholder-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 28px}
.mhw-contact-inquiry__placeholder-grid>div{display:flex;min-height:54px;align-items:center;padding:12px 14px;border:1px solid #ddd;background:#fff;color:#999;font-size:11px}
.mhw-contact-inquiry__placeholder-verification{position:relative;padding-right:90px!important}
.mhw-contact-inquiry__placeholder-verification:after{position:absolute;top:-1px;right:-1px;display:flex;width:72px;height:54px;align-items:center;justify-content:center;border:1px solid #ddd;background:#fff;color:#44206f;content:"J3X7";font-size:22px;font-weight:700;letter-spacing:2px}
.mhw-contact-inquiry__placeholder-submit{display:flex;min-height:54px;align-items:center;justify-content:center;background:#333;color:#fff;font-size:12px;font-weight:600;text-transform:uppercase}

@media (max-width:1024px){
  .mhw-contact-banner__title{font-size:86px;letter-spacing:-3px}
  .mhw-contact-info__inner{width:calc(100% - 48px);grid-template-columns:minmax(0,1fr) 230px;gap:54px;padding:58px 0 64px}
  .mhw-contact-info__qr-media{width:200px}
  .mhw-contact-inquiry__inner{width:calc(100% - 64px)}
}
@media (max-width:767px){
  .mhw-contact-banner__media{min-height:170px}
  .mhw-contact-banner__title{margin-bottom:2px;font-size:48px;letter-spacing:-1px;line-height:.9}
  .mhw-contact-breadcrumb__inner{width:calc(100% - 32px);padding:11px 0}
  .mhw-contact-info__inner{width:calc(100% - 32px);grid-template-columns:1fr;gap:34px;padding:42px 0 48px}
  .mhw-contact-info__title{font-size:22px}
  .mhw-contact-info__person{font-size:15px}
  .mhw-contact-info__qr-media{width:min(220px,70vw)}
  .mhw-contact-inquiry__inner{width:calc(100% - 32px);padding:44px 0 48px}
  .mhw-contact-inquiry__heading{font-size:24px}
  .mhw-contact-inquiry__rule{margin:14px auto 24px}
  .mhw-contact-inquiry .wpcf7-form,.mhw-contact-inquiry__placeholder-grid{grid-template-columns:1fr;gap:14px}
  .mhw-contact-inquiry .wpcf7-form > p{grid-column:1/-1!important}
  .mhw-contact-inquiry__placeholder{gap:14px}
}

.mhw-contact-inquiry .mhw-dynamic-captcha{display:grid;width:100%;grid-template-columns:minmax(0,1fr) auto;align-items:stretch}
.mhw-contact-inquiry .mhw-dynamic-captcha [data-mhw-captcha-input]{min-width:0;grid-column:1;grid-row:1}
.mhw-contact-inquiry .mhw-dynamic-captcha [data-mhw-captcha-code]{display:flex;min-width:72px;height:54px;align-items:center;justify-content:center;grid-column:2;grid-row:1;padding:0 12px;border:1px solid #ddd;border-left:0;border-radius:0;background:#fff;color:#44206f;font:700 22px/1 Arial,Helvetica,sans-serif;letter-spacing:2px;cursor:pointer}
.mhw-contact-inquiry .mhw-dynamic-captcha [data-mhw-captcha-code]:hover{background:#fafafa}
.mhw-contact-inquiry .mhw-dynamic-captcha.is-loading [data-mhw-captcha-code]{opacity:.65}
.mhw-contact-inquiry .mhw-dynamic-captcha.has-error [data-mhw-captcha-code]{font-size:13px;letter-spacing:0}

/* PRODUCT ARCHIVE page widgets */
.mhw-product-archive-banner,.mhw-product-archive{box-sizing:border-box;width:100%;font-family:Arial,Helvetica,sans-serif;color:#555}
.mhw-product-archive-banner *,.mhw-product-archive *{box-sizing:border-box}

/* Product archive banner */
.mhw-product-archive-banner{background:#fff}
.mhw-product-archive-banner__media{position:relative;display:flex;min-height:300px;align-items:center;justify-content:center;overflow:hidden;background:#e9ecef center center/cover no-repeat}
.mhw-product-archive-banner__placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;border:1px dashed #c9c9c9;background:linear-gradient(135deg,#eceff2,#fafafa);color:#888;font-size:14px}
.mhw-product-archive-banner__overlay-title{position:relative;z-index:1;max-width:900px;padding:20px 28px;color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:42px;font-weight:700;line-height:1.08;text-align:center;text-shadow:0 2px 4px rgba(0,0,0,.45)}
.mhw-product-archive-banner__breadcrumb{border-bottom:1px solid #eee;background:#fff;color:#777;font-size:12px}
.mhw-product-archive-banner__breadcrumb-inner{display:flex;width:calc(100% - 40px);max-width:1200px;align-items:center;gap:8px;margin:0 auto;padding:14px 0}
.mhw-product-archive-banner__breadcrumb a{color:inherit;text-decoration:none}
.mhw-product-archive-banner__breadcrumb a:hover{color:#ff8500}
.mhw-product-archive-banner__separator{color:#aaa}
.mhw-product-archive-banner__current{color:#ff8500}

/* Product archive shell */
.mhw-product-archive{--mhw-product-archive-accent:#ff8500;background:#fff}
.mhw-product-archive__inner{width:calc(100% - 40px);max-width:1200px;margin:0 auto;padding:48px 0 64px}
.mhw-product-archive__layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:28px;align-items:start}
.mhw-product-archive__mobile-toggle{display:none;width:100%;min-height:48px;align-items:center;justify-content:space-between;padding:0 16px;border:0;background:var(--mhw-product-archive-accent);color:#fff;font-size:17px;font-weight:600;text-align:left;cursor:pointer}

/* Sidebar */
.mhw-product-archive__sidebar{position:sticky;top:24px;align-self:start;max-height:calc(100vh - 48px);min-width:0;overflow:auto;border:1px solid #ececec;background:#fff;scrollbar-width:thin}
body.admin-bar .mhw-product-archive__sidebar{top:56px;max-height:calc(100vh - 80px)}
.mhw-product-archive__sidebar-title{display:flex;min-height:52px;align-items:center;padding:0 16px;background:var(--mhw-product-archive-accent);color:#fff;font-size:20px;font-weight:500;line-height:1.2}
.mhw-product-archive__all-products{display:flex;min-height:42px;align-items:center;padding:8px 14px;border-bottom:1px solid #e8e8e8;background:#fafafa;color:#555;text-decoration:none;transition:background-color .18s ease,color .18s ease}
.mhw-product-archive__all-products:hover,.mhw-product-archive__all-products.is-active{background:#f4f4f4;color:var(--mhw-product-archive-accent)}
.mhw-product-archive__all-products.is-active{font-weight:600}
.mhw-product-archive__nav{display:block}
.mhw-product-archive__category{border-bottom:1px solid #e8e8e8}
.mhw-product-archive__category:last-child{border-bottom:0}
.mhw-product-archive__category-row{display:flex;min-height:42px;align-items:stretch;background:#ededed;color:#333;transition:background-color .18s ease,color .18s ease}
.mhw-product-archive__category-row:hover{background:#e5e5e5;color:var(--mhw-product-archive-accent)}
.mhw-product-archive__category.is-active>.mhw-product-archive__category-row{background:var(--mhw-product-archive-accent);color:#fff}
.mhw-product-archive__category-toggle,.mhw-product-archive__category-toggle-spacer{display:flex;width:38px;flex:0 0 38px;align-items:center;justify-content:center}
.mhw-product-archive__category-toggle{padding:0;border:0;background:transparent;color:inherit;cursor:pointer}
.mhw-product-archive__category-toggle:hover,.mhw-product-archive__category-toggle:focus-visible{background:rgba(0,0,0,.05);outline:none}
.mhw-product-archive__category-indicator{font-size:12px;line-height:1}
.mhw-product-archive__category-link{display:flex;min-width:0;flex:1;align-items:center;padding:8px 14px 8px 2px;background:transparent;color:inherit;text-decoration:none}
.mhw-product-archive__category-link:hover{color:inherit}
.mhw-product-archive__category-panel[hidden]{display:none!important}
.mhw-product-archive__brand-node{background:#fff}
.mhw-product-archive__brand-row{display:flex;min-height:40px;align-items:stretch;border-top:1px solid #f0f0f0;background:#fff;color:#777;transition:background-color .18s ease,color .18s ease}
.mhw-product-archive__brand-row:hover{background:#fafafa;color:var(--mhw-product-archive-accent)}
.mhw-product-archive__brand-toggle,.mhw-product-archive__brand-toggle-spacer{display:flex;width:34px;flex:0 0 34px;align-items:center;justify-content:center}
.mhw-product-archive__brand-toggle{padding:0;border:0;background:transparent;color:inherit;cursor:pointer}
.mhw-product-archive__brand-toggle:hover,.mhw-product-archive__brand-toggle:focus-visible{background:#f3f3f3;outline:none}
.mhw-product-archive__brand{display:flex;min-height:40px;align-items:center;color:#777;text-decoration:none;transition:color .18s ease,background-color .18s ease}
.mhw-product-archive__brand-link{min-width:0;flex:1;padding:7px 18px 7px 4px;color:inherit;background:transparent}
.mhw-product-archive__brand-link:hover{color:inherit}
.mhw-product-archive__brand.is-active{color:var(--mhw-product-archive-accent);font-weight:600}
.mhw-product-archive__brand-node.is-expanded>.mhw-product-archive__brand-row .mhw-product-archive__brand-link:not(.is-active){font-weight:600;color:#555}
.mhw-product-archive__brand-indicator{display:inline-flex;align-items:center;justify-content:center;color:currentColor;font-size:12px;line-height:1}
.mhw-product-archive__brand-children{background:#fafafa}
.mhw-product-archive__brand-children[hidden]{display:none!important}
.mhw-product-archive__brand-child{padding:7px 18px 7px 52px;border-top:1px solid #f2f2f2;background:#fafafa;font-size:.96em}
.mhw-product-archive__brand-child:hover{background:#f5f5f5;color:var(--mhw-product-archive-accent)}

.mhw-product-archive__category.is-placeholder{opacity:.6}

/* Catalog information */
.mhw-product-archive__catalog{min-width:0}
.mhw-product-archive__info{margin:0 0 30px;background:#f3f3f3}
.mhw-product-archive__info-title{display:flex;min-height:42px;align-items:center;margin:0;padding:8px 16px;background:var(--mhw-product-archive-accent);color:#fff;font-size:17px;font-weight:500;line-height:1.3}
.mhw-product-archive__description{min-height:78px;padding:12px 16px;color:#8a8a8a;font-size:12px;line-height:1.55}
.mhw-product-archive__description p{margin:0 0 8px}
.mhw-product-archive__description p:last-child{margin-bottom:0}

/* Product cards */
.mhw-product-archive__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.mhw-product-archive__card{min-width:0;overflow:hidden;border:1px solid #e5e5e5;background:#fff;transition:border-color .18s ease}
.mhw-product-archive__card:hover{border-color:var(--mhw-product-archive-accent)}
.mhw-product-archive__image{display:flex;width:100%;height:300px;align-items:center;justify-content:center;overflow:hidden;background:#fff;text-decoration:none}
.mhw-product-archive__image img{display:block;width:100%;height:100%;object-fit:contain;object-position:center}
.mhw-product-archive__card-title{display:block;margin:0;padding:14px 12px 15px;color:#222;font-size:13px;font-weight:400;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mhw-product-archive__card-title a{display:block;overflow:hidden;color:inherit;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}
.mhw-product-archive__card:hover .mhw-product-archive__card-title a{color:var(--mhw-product-archive-accent)}
.mhw-product-archive__card.is-placeholder .mhw-product-archive__image{border-bottom:1px dashed #d6d6d6;background:linear-gradient(135deg,#f7f7f7,#ededed);color:#999;font-size:13px}
.mhw-product-archive__card.is-placeholder .mhw-product-archive__card-title{color:#888}
.mhw-product-archive__empty{grid-column:1/-1;padding:52px 20px;border:1px solid #eee;background:#fafafa;color:#888;text-align:center}

/* Pagination */
.mhw-product-archive__pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:6px;margin:34px 0 0}
.mhw-product-archive__pagination .page-numbers,.mhw-product-archive__pagination.is-placeholder span{display:flex;min-width:30px;height:30px;align-items:center;justify-content:center;padding:0 8px;border:1px solid #dedede;border-radius:3px;background:#fff;color:#777;font-size:12px;line-height:1;text-decoration:none}
.mhw-product-archive__pagination .page-numbers:hover{border-color:#2196f3;color:#2196f3}
.mhw-product-archive__pagination .page-numbers.current,.mhw-product-archive__pagination.is-placeholder .current{border-color:#2196f3;background:#2196f3;color:#fff}

@media (max-width:1024px){
  .mhw-product-archive-banner__breadcrumb-inner,.mhw-product-archive__inner{width:calc(100% - 48px)}
  .mhw-product-archive__layout{grid-template-columns:205px minmax(0,1fr);gap:22px}
  .mhw-product-archive__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
  .mhw-product-archive__image{height:260px}
  .mhw-product-archive__sidebar-title{font-size:18px}
}

@media (max-width:767px){
  .mhw-product-archive-banner__media{min-height:180px}
  .mhw-product-archive-banner__overlay-title{padding:16px 20px;font-size:28px}
  .mhw-product-archive-banner__breadcrumb-inner,.mhw-product-archive__inner{width:calc(100% - 32px)}
  .mhw-product-archive-banner__breadcrumb-inner{flex-wrap:wrap;padding:11px 0}
  .mhw-product-archive__inner{padding:32px 0 46px}
  .mhw-product-archive__mobile-toggle{display:flex}
  .mhw-product-archive__layout{display:block}
  .mhw-product-archive__sidebar{display:none;position:static;top:auto;max-height:none;overflow:visible;margin:0 0 20px;border-top:0}
  .mhw-product-archive.is-sidebar-open .mhw-product-archive__sidebar{display:block}
  body.admin-bar .mhw-product-archive__sidebar{top:auto}
  .mhw-product-archive__sidebar-title{display:none}
  .mhw-product-archive__info{margin-bottom:22px}
  .mhw-product-archive__grid{grid-template-columns:1fr;gap:18px}
  .mhw-product-archive__image{height:300px}
  .mhw-product-archive__card-title{font-size:14px}
  .mhw-product-archive__pagination{margin-top:26px}
}

/* SINGLE PRODUCT page widgets */
.mhw-single-product-banner,.mhw-single-product{box-sizing:border-box;width:100%;font-family:Arial,Helvetica,sans-serif;color:#555}
.mhw-single-product-banner *,.mhw-single-product *{box-sizing:border-box}

/* Single product banner */
.mhw-single-product-banner{background:#fff}
.mhw-single-product-banner__media{position:relative;display:flex;min-height:300px;align-items:center;justify-content:center;overflow:hidden;background:#e9ecef center center/cover no-repeat}
.mhw-single-product-banner__placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;border:1px dashed #c9c9c9;background:linear-gradient(135deg,#eceff2,#fafafa);color:#888;font-size:14px}
.mhw-single-product-banner__overlay-title{position:relative;z-index:1;max-width:900px;padding:20px 28px;color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:42px;font-weight:700;line-height:1.08;text-align:center;text-shadow:0 2px 4px rgba(0,0,0,.45)}
.mhw-single-product-banner__breadcrumb{border-bottom:1px solid #eee;background:#fff;color:#777;font-size:12px}
.mhw-single-product-banner__breadcrumb-inner{display:flex;width:calc(100% - 40px);max-width:1200px;align-items:center;gap:8px;margin:0 auto;padding:14px 0}
.mhw-single-product-banner__breadcrumb a{color:inherit;text-decoration:none}
.mhw-single-product-banner__breadcrumb a:hover{color:#ff8500}
.mhw-single-product-banner__separator{color:#aaa}
.mhw-single-product-banner__current{color:#ff8500}

/* Single product shell */
.mhw-single-product{--mhw-single-product-accent:#ff8500;background:#fff}
.mhw-single-product__inner{width:calc(100% - 40px);max-width:1200px;margin:0 auto;padding:48px 0 70px}
.mhw-single-product__layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:28px;align-items:start}
.mhw-single-product__mobile-toggle{display:none;width:100%;min-height:48px;align-items:center;justify-content:space-between;padding:0 16px;border:0;background:var(--mhw-single-product-accent);color:#fff;font-size:17px;font-weight:600;text-align:left;cursor:pointer}

/* Sidebar */
.mhw-single-product__sidebar{min-width:0;border:1px solid #ececec;background:#fff}
.mhw-single-product__sidebar-title{display:flex;min-height:52px;align-items:center;padding:0 16px;background:var(--mhw-single-product-accent);color:#fff;font-size:20px;font-weight:500;line-height:1.2}
.mhw-single-product__category{border-bottom:1px solid #e8e8e8}
.mhw-single-product__category:last-child{border-bottom:0}
.mhw-single-product__category-link{display:flex;min-height:42px;align-items:center;gap:9px;padding:8px 14px;background:#ededed;color:#333;text-decoration:none;transition:background-color .18s ease,color .18s ease}
.mhw-single-product__category-link:hover{background:#e5e5e5;color:var(--mhw-single-product-accent)}
.mhw-single-product__category.is-active>.mhw-single-product__category-link{background:var(--mhw-single-product-accent);color:#fff}
.mhw-single-product__brand{display:flex;min-height:40px;align-items:center;padding:7px 18px 7px 34px;border-top:1px solid #f0f0f0;background:#fff;color:#777;text-decoration:none;transition:color .18s ease,background-color .18s ease}
.mhw-single-product__brand:hover{background:#fafafa;color:var(--mhw-single-product-accent)}
.mhw-single-product__brand.is-active{color:var(--mhw-single-product-accent);font-weight:600}
.mhw-single-product__category.is-placeholder{opacity:.6}

/* Product top */
.mhw-single-product__content{min-width:0}
.mhw-single-product__top{display:grid;grid-template-columns:minmax(0,1.28fr) minmax(300px,.82fr);gap:22px;align-items:start}
.mhw-single-product__gallery{min-width:0}
.mhw-single-product__main-image{display:flex;width:100%;height:520px;align-items:center;justify-content:center;overflow:hidden;border:1px solid #e5e5e5;background:#fff}
.mhw-single-product__main-image img{display:block;width:100%;height:100%;object-fit:contain;object-position:center}
.mhw-single-product__main-image.is-placeholder{background:linear-gradient(135deg,#fafafa,#f0f0f0);color:#999}
.mhw-single-product__thumbs{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}
.mhw-single-product__thumb{display:flex;width:78px;height:78px;align-items:center;justify-content:center;overflow:hidden;padding:0;border:1px solid #ddd;background:#fff;cursor:pointer}
.mhw-single-product__thumb img{display:block;width:100%;height:100%;object-fit:contain}
.mhw-single-product__thumb.is-active{border-color:var(--mhw-single-product-accent);box-shadow:inset 0 0 0 1px var(--mhw-single-product-accent)}
.mhw-single-product__thumb.is-placeholder{background:#f7f7f7;color:#999;font-size:11px;cursor:default}
.mhw-single-product__summary{min-width:0}
.mhw-single-product__product-title{margin:12px 0 20px;color:#111;font-size:30px;font-weight:700;line-height:1.12}
.mhw-single-product__summary-strip{height:48px;margin-bottom:16px;background:#ededed}
.mhw-single-product__contact-card{position:relative;min-height:172px;padding:28px 78px 26px 28px;background:#ff8500;color:#fff}
.mhw-single-product__contact-person{margin-bottom:20px;font-size:16px;font-weight:500;line-height:1.35}
.mhw-single-product__contact-lines{display:flex;flex-direction:column;gap:10px;font-size:13px;line-height:1.35}
.mhw-single-product__contact-lines a,.mhw-single-product__contact-lines>span{display:flex;align-items:center;gap:10px;color:inherit;text-decoration:none}
.mhw-single-product__contact-lines a:hover{text-decoration:underline}
.mhw-single-product__mail-button{position:absolute;right:22px;top:50%;display:flex;width:48px;height:48px;align-items:center;justify-content:center;transform:translateY(-50%);border-radius:50%;background:#ffb10b;color:#fff!important;text-decoration:none;font-size:20px}

/* Description and neighbors */
.mhw-single-product__description{margin-top:34px;border:1px solid #ededed;border-top:0;background:#fff}
.mhw-single-product__description-title{display:flex;min-height:44px;align-items:center;margin:0;padding:8px 14px;border-bottom:1px solid var(--mhw-single-product-accent);background:#efefef;color:#333;font-size:16px;font-weight:500;line-height:1.3}
.mhw-single-product__description-body{min-height:82px;padding:18px 14px;color:#666;font-size:13px;line-height:1.65}
.mhw-single-product__description-body p{margin:0 0 12px}
.mhw-single-product__description-body p:last-child{margin-bottom:0}
.mhw-single-product__neighbors{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:13px 14px;background:#f6f6f6;color:#777;font-size:11px;line-height:1.4}
.mhw-single-product__neighbor--next{text-align:right}
.mhw-single-product__neighbor a{color:inherit;text-decoration:none}
.mhw-single-product__neighbor a:hover{color:var(--mhw-single-product-accent)}

/* Inquiry */
.mhw-single-product__inquiry{margin-top:34px;padding:42px 16px 26px;background:#f4f4f4}
.mhw-single-product__inquiry-heading{margin:0;color:#333;font-size:27px;font-weight:400;line-height:1.2;text-align:center}
.mhw-single-product__inquiry-rule{display:block;width:44px;height:3px;margin:16px auto 28px;background:#222}
.mhw-single-product__inquiry-form{width:100%}
.mhw-single-product__inquiry .wpcf7-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 24px;margin:0}
.mhw-single-product__inquiry .wpcf7-form>p{min-width:0;margin:0}
.mhw-single-product__inquiry .wpcf7-form>p:nth-of-type(1),.mhw-single-product__inquiry .wpcf7-form>p:nth-of-type(6){grid-column:1/-1}
.mhw-single-product__inquiry .wpcf7-form-control-wrap{display:block;width:100%}
.mhw-single-product__inquiry input:not([type="submit"]),.mhw-single-product__inquiry textarea{display:block;width:100%;min-height:50px;padding:11px 13px;border:1px solid #ddd;border-radius:0;outline:0;background:#fff;box-shadow:none;color:#666;font:inherit}
.mhw-single-product__inquiry textarea{min-height:170px;resize:vertical}
.mhw-single-product__inquiry input[type="submit"]{display:block;width:100%;min-height:48px;border:0;border-radius:0;background:#333;color:#fff;font-size:12px;font-weight:600;text-transform:uppercase;cursor:pointer}
.mhw-single-product__inquiry .mhw-dynamic-captcha{display:grid;width:100%;grid-template-columns:minmax(0,1fr) auto;align-items:stretch}
.mhw-single-product__inquiry .mhw-dynamic-captcha [data-mhw-captcha-input]{min-width:0;grid-column:1;grid-row:1}
.mhw-single-product__inquiry .mhw-dynamic-captcha [data-mhw-captcha-code]{display:flex;min-width:72px;height:50px;align-items:center;justify-content:center;grid-column:2;grid-row:1;padding:0 12px;border:1px solid #ddd;border-left:0;border-radius:0;background:#fff;color:#44206f;font:700 20px/1 Arial,Helvetica,sans-serif;letter-spacing:2px;cursor:pointer}
.mhw-single-product__inquiry-placeholder{display:flex;flex-direction:column;gap:14px}
.mhw-single-product__placeholder-message{min-height:170px;padding:12px 14px;border:1px solid #ddd;background:#fff;color:#999;font-size:12px}
.mhw-single-product__placeholder-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 24px}
.mhw-single-product__placeholder-grid span{display:flex;min-height:50px;align-items:center;padding:0 13px;border:1px solid #ddd;background:#fff;color:#999;font-size:12px}
.mhw-single-product__placeholder-submit{display:flex;min-height:48px;align-items:center;justify-content:center;background:#333;color:#fff;font-size:12px;font-weight:600}

@media (max-width:1024px){
  .mhw-single-product-banner__breadcrumb-inner,.mhw-single-product__inner{width:calc(100% - 48px)}
  .mhw-single-product__layout{grid-template-columns:205px minmax(0,1fr);gap:22px}
  .mhw-single-product__top{grid-template-columns:minmax(0,1fr) minmax(260px,.78fr);gap:18px}
  .mhw-single-product__main-image{height:440px}
  .mhw-single-product__product-title{font-size:26px}
  .mhw-single-product__contact-card{padding-left:22px}
}

@media (max-width:767px){
  .mhw-single-product-banner__media{min-height:180px}
  .mhw-single-product-banner__overlay-title{padding:16px 20px;font-size:28px}
  .mhw-single-product-banner__breadcrumb-inner,.mhw-single-product__inner{width:calc(100% - 32px)}
  .mhw-single-product-banner__breadcrumb-inner{flex-wrap:wrap;padding:11px 0}
  .mhw-single-product__inner{padding:32px 0 48px}
  .mhw-single-product__mobile-toggle{display:flex}
  .mhw-single-product__layout{display:block}
  .mhw-single-product__sidebar{display:none;margin:0 0 20px;border-top:0}
  .mhw-single-product.is-sidebar-open .mhw-single-product__sidebar{display:block}
  .mhw-single-product__sidebar-title{display:none}
  .mhw-single-product__top{grid-template-columns:1fr;gap:22px}
  .mhw-single-product__main-image{height:360px}
  .mhw-single-product__thumbs{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px}
  .mhw-single-product__thumb{flex:0 0 auto}
  .mhw-single-product__product-title{margin-top:0;font-size:24px}
  .mhw-single-product__contact-card{min-height:160px;padding:24px 72px 24px 20px}
  .mhw-single-product__neighbors{grid-template-columns:1fr;gap:8px}
  .mhw-single-product__neighbor--next{text-align:left}
  .mhw-single-product__inquiry{padding:34px 12px 22px}
  .mhw-single-product__inquiry .wpcf7-form,.mhw-single-product__placeholder-grid{grid-template-columns:1fr;gap:13px}
  .mhw-single-product__inquiry .wpcf7-form>p{grid-column:1/-1!important}
}

/* Homepage entry animations: progressive enhancement only. */
.mhw-entry-reveal {
  --mhw-reveal-x: 0px;
  --mhw-reveal-y: 0px;
  --mhw-reveal-delay: 0ms;
  opacity: 1;
  transform: none;
}

.mhw-entry-animations-ready .mhw-entry-reveal {
  opacity: 0;
  transform: translate3d(var(--mhw-reveal-x), var(--mhw-reveal-y), 0);
  transition:
    opacity 650ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--mhw-reveal-delay);
  will-change: opacity, transform;
}

.mhw-entry-reveal--up {
  --mhw-reveal-y: 14px;
}

.mhw-entry-reveal--left {
  --mhw-reveal-x: -16px;
}

.mhw-entry-reveal--right {
  --mhw-reveal-x: 16px;
}

.mhw-entry-animations-ready .mhw-entry-reveal.is-mhw-revealed {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  will-change: auto;
}

@media (max-width: 767px) {
  .mhw-entry-reveal--up { --mhw-reveal-y: 12px; }
  .mhw-entry-reveal--left { --mhw-reveal-x: -12px; }
  .mhw-entry-reveal--right { --mhw-reveal-x: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .mhw-entry-animations-ready .mhw-entry-reveal {
    opacity: 1;
    transform: none;
    transition: none;
    transition-delay: 0ms;
    will-change: auto;
  }
}

/* Top-level WooCommerce product categories */
.mhw-top-categories{--mhw-top-cat-accent:#ff8500;width:100%;padding:18px 0 28px}
.mhw-top-categories *{box-sizing:border-box}
.mhw-top-categories__grid{display:grid;grid-template-columns:repeat(var(--mhw-top-cat-cols,3),minmax(0,1fr));column-gap:70px;row-gap:48px;align-items:start}
.mhw-top-categories__item{display:flex;min-width:0;flex-direction:column;align-items:center;color:inherit;text-decoration:none}
.mhw-top-categories__image{display:flex;width:100%;height:260px;align-items:center;justify-content:center;overflow:hidden;background:#fff}
.mhw-top-categories__image img{display:block;width:100%;height:100%;object-fit:contain;object-position:center;transition:transform .28s ease}
.mhw-top-categories__image.is-placeholder{background:linear-gradient(135deg,#fafafa,#f2f2f2)}
.mhw-top-categories__image .mhw-media-placeholder{display:flex;width:100%;height:100%;align-items:center;justify-content:center;color:#aaa;font-size:13px}
.mhw-top-categories__name{display:flex;width:82%;min-height:64px;align-items:center;justify-content:center;margin-top:18px;padding:10px 22px;border:1px solid #7c817c;border-radius:999px;background:#f2f4f1;color:#25313a;font-size:28px;font-weight:400;line-height:1.2;text-align:center;transition:border-color .22s ease,color .22s ease,background-color .22s ease}
.mhw-top-categories__item:focus-visible{outline:3px solid #1e73be;outline-offset:5px}
@media (hover:hover) and (pointer:fine){
  .mhw-top-categories__item:not(.mhw-top-categories__item--placeholder):hover .mhw-top-categories__image img{transform:scale(1.035)}
  .mhw-top-categories__item:not(.mhw-top-categories__item--placeholder):hover .mhw-top-categories__name{border-color:var(--mhw-top-cat-accent);color:var(--mhw-top-cat-accent)}
}
@media (max-width:1024px){
  .mhw-top-categories__grid{grid-template-columns:repeat(var(--mhw-top-cat-cols-tablet,2),minmax(0,1fr));column-gap:34px;row-gap:38px}
  .mhw-top-categories__image{height:220px}
  .mhw-top-categories__name{width:88%;min-height:58px;font-size:23px}
}
@media (max-width:767px){
  .mhw-top-categories{padding:10px 0 20px}
  .mhw-top-categories__grid{grid-template-columns:repeat(var(--mhw-top-cat-cols-mobile,2),minmax(0,1fr));column-gap:16px;row-gap:28px}
  .mhw-top-categories__image{height:150px}
  .mhw-top-categories__name{width:100%;min-height:48px;margin-top:12px;padding:8px 10px;font-size:16px}
}
@media (prefers-reduced-motion:reduce){.mhw-top-categories__image img,.mhw-top-categories__name{transition:none!important}}
