.omh{position:sticky;top:0;z-index:60;--omh-bar-h: 64px;--omh-fg: #ffffff;--omh-bg: var(--ink, #2f3e4e) }.omh__bar{position:relative;background:var(--omh-bg);color:var(--omh-fg);transition:box-shadow .2s ease}.omh.is-stuck .omh__bar{box-shadow:0 6px 24px #0000002e}.omh__inner{max-width:var(--page-width, 1280px);margin:0 auto;padding:0 24px;height:var(--omh-bar-h);display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:16px}.omh__side{display:flex;align-items:center;gap:4px;min-width:0}.omh__side--right{justify-content:flex-end}.omh__logo{position:absolute;left:50%;top:0;height:var(--omh-bar-h);transform:translate(-50%);display:flex;align-items:center}.omh__logo img{width:auto;display:block}.omh__nav-list{display:flex;align-items:center;gap:4px;list-style:none;margin:0;padding:0}.omh__nav-item{position:static}.omh__nav-link,.omh__util,.omh__cart{display:inline-flex;align-items:center;gap:6px;padding:10px 12px;font-family:var(--font-body);font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--omh-fg);text-decoration:none;background:none;border:0;border-radius:var(--radius-btn, 10px);cursor:pointer;white-space:nowrap;transition:opacity .15s ease,background-color .15s ease}.omh__nav-link:hover,.omh__util:hover,.omh__cart:hover{background:#ffffff1a;color:var(--omh-fg)}.omh__nav-link{padding:10px 9px}.omh__plus{position:relative;width:9px;height:9px;display:inline-block;opacity:.85}.omh__plus:before,.omh__plus:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;background:currentColor}.omh__plus:before{width:9px;height:1.5px}.omh__plus:after{width:1.5px;height:9px;transition:transform .18s ease}.omh__nav-item--drop:hover .omh__plus:after,.omh__nav-item--drop:focus-within .omh__plus:after{transform:scaleY(0)}.omh__badge{display:inline-flex;align-items:center;margin-left:6px;padding:8px 16px;border-radius:999px;background:#c0534d;color:#fff;font-family:var(--font-body);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;white-space:nowrap;transition:background-color .15s ease}.omh__badge:hover{background:#aa4a44;color:#fff}.omh__badge--drawer{margin:14px 20px 0;align-self:flex-start}.omh__mega{position:absolute;left:0;right:0;top:100%;background:var(--bg, #fff);color:var(--ink, #2f3e4e);border-bottom:1px solid var(--border, #e2dcd3);box-shadow:0 18px 36px #0000001f;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .18s ease,transform .18s ease,visibility .18s}.omh__nav-item--drop:hover>.omh__mega,.omh__nav-item--drop:focus-within>.omh__mega{opacity:1;visibility:visible;transform:none}.omh__mega-inner{max-width:var(--page-width, 1280px);margin:0 auto;padding:32px 24px 36px;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:48px}.omh__mega-inner:only-child{grid-template-columns:1fr}.omh__mega-cols{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:28px 32px}.omh__mega-cols--flat{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px 32px}.omh__mega-head{display:block;font-family:var(--font-heading);font-weight:600;font-size:13px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted, #7d8791);text-decoration:none;margin-bottom:12px}.omh__mega-head:hover{color:var(--accent, #e2625b)}.omh__mega-list{list-style:none;margin:0;padding:0;display:grid;gap:9px}.omh__mega-list a,.omh__mega-flat{font-size:15px;color:var(--ink, #2f3e4e);text-decoration:none;display:inline-block}.omh__mega-list a:hover,.omh__mega-flat:hover{color:var(--accent, #e2625b)}.omh__mega-feat{border-left:1px solid var(--border, #e2dcd3);padding-left:40px}.omh__mega-feat-title{font-family:var(--font-heading);font-weight:600;font-size:13px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted, #7d8791);margin:0 0 16px}.omh__mega-feat-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.omh__feat{text-decoration:none;color:inherit;display:grid;gap:8px;justify-items:center;text-align:center}.omh__feat-media{width:72px;height:72px;border-radius:50%;background:var(--line, var(--offwhite, #f7f6f3));display:grid;place-items:center;overflow:hidden;padding:4px}.omh__feat-media img{width:100%;height:100%;object-fit:cover;border-radius:50%;background:#fff}.omh__feat-name{font-size:13px;line-height:1.3}.omh__feat:hover .omh__feat-name{color:var(--accent, #e2625b)}.omh__mega-all{display:inline-block;margin-top:20px;font-size:13px;font-weight:600;color:var(--ink, #2f3e4e);text-decoration:none;border-bottom:1px solid currentColor}.omh__icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.omh__util-text{display:inline}.omh__cart{position:relative}.omh__cart-icon{display:none}.omh__count{min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:var(--accent, #e2625b);color:#fff;font-size:11px;font-weight:600;display:inline-grid;place-items:center;letter-spacing:0}.omh__burger{display:none;padding:10px}.omh__burger-lines{display:grid;gap:4px;width:20px}.omh__burger-lines span{display:block;height:1.8px;background:currentColor;border-radius:2px}.omh__search{border-top:1px solid rgba(255,255,255,.14);background:var(--omh-bg)}.omh__search-form{max-width:var(--page-width, 1280px);margin:0 auto;padding:14px 24px;display:flex;gap:10px}.omh__search-form input{flex:1;height:44px;padding:0 16px;border-radius:var(--radius-btn, 10px);border:1px solid rgba(255,255,255,.25);background:#ffffff14;color:#fff;font-family:var(--font-body);font-size:15px}.omh__search-form input::placeholder{color:#fff9}.omh__search-form button{height:44px;padding:0 20px;border:0;border-radius:var(--radius-btn, 10px);background:#fff;color:var(--ink, #2f3e4e);font-family:var(--font-body);font-weight:600;font-size:13px;letter-spacing:.06em;text-transform:uppercase;cursor:pointer}.omh__ticker{background:var(--omh-ticker-bg, #c1e1ee);color:var(--omh-ticker-fg, #2f3e4e);overflow:hidden;height:34px;display:flex;align-items:center}.omh__ticker-track{display:flex;align-items:center;gap:14px;white-space:nowrap;will-change:transform;animation:omh-ticker var(--omh-ticker-speed, 40s) linear infinite}.omh__ticker:hover .omh__ticker-track{animation-play-state:paused}.omh__ticker-item,.omh__ticker-item a{font-family:var(--font-body);font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:inherit;text-decoration:none}.omh__ticker-item{display:inline-flex;align-items:center;gap:6px}.omh__ticker-icon{width:14px;height:14px;flex:none;stroke:currentColor;fill:none;stroke-width:1.8}.omh__ticker-item a{border-bottom:1px solid currentColor}.omh__ticker-sep{font-size:10px;opacity:.55}@keyframes omh-ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.omh__ticker-track{animation:none}}.omh-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90}.omh-drawer__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#141a2180;opacity:0;transition:opacity .25s ease}.omh-drawer.is-open .omh-drawer__scrim{opacity:1}.omh-drawer__panel{position:absolute;inset:0 auto 0 0;width:min(88vw,380px);background:var(--bg, #fff);color:var(--ink, #2f3e4e);display:flex;flex-direction:column;overflow-y:auto;transform:translate(-100%);transition:transform .26s cubic-bezier(.32,.72,0,1)}.omh-drawer.is-open .omh-drawer__panel{transform:none}.omh-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border, #e2dcd3)}.omh-drawer__close{background:none;border:0;font-size:20px;line-height:1;cursor:pointer;color:inherit;padding:6px}.omh-drawer__search{padding:16px 20px 4px}.omh-drawer__search input{width:100%;height:44px;padding:0 14px;border:1px solid var(--border, #e2dcd3);border-radius:var(--radius-btn, 10px);font-family:var(--font-body);font-size:15px;background:var(--offwhite, #f7f6f3);color:inherit}.omh-drawer__list{list-style:none;margin:0;padding:12px 0}.omh-drawer__list>li{border-bottom:1px solid var(--border, #e2dcd3)}.omh-drawer__list a,.omh-drawer__list summary{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:15px 20px;font-family:var(--font-heading);font-weight:600;font-size:16px;color:inherit;text-decoration:none;cursor:pointer;list-style:none}.omh-drawer__list summary::-webkit-details-marker{display:none}.omh-drawer__sub{list-style:none;margin:0;padding:0 0 10px;background:var(--offwhite, #f7f6f3)}.omh-drawer__sub a{font-family:var(--font-body);font-weight:400;font-size:15px;padding:11px 20px 11px 32px}.omh-drawer__sub-deep a{padding-left:46px;color:var(--soft, #5f6b78);font-size:14px}.omh-drawer__products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:20px}.omh-drawer__product{display:grid;gap:6px;justify-items:center;text-align:center;font-size:12px;color:inherit;text-decoration:none}.omh-drawer__product .omh__feat-media{width:62px;height:62px}.omh-drawer__foot{margin-top:auto;padding:20px;display:grid;gap:12px;border-top:1px solid var(--border, #e2dcd3)}.omh-drawer__cta{display:block;text-align:center;padding:15px 20px;border-radius:var(--radius-btn, 10px);background:var(--ink, #2f3e4e);color:#fff;font-weight:600;text-decoration:none}.omh-drawer__account{text-align:center;font-size:14px;color:var(--soft, #5f6b78);text-decoration:underline}@media(max-width:1180px){.omh__nav-link{padding:10px 6px;font-size:11.5px}.omh__badge{padding:7px 12px;font-size:10.5px;margin-left:2px}.omh__badge:not(.omh__badge--drawer){display:none}}@media(max-width:989px){.omh{--omh-bar-h: 56px }.omh__inner{padding:0 12px;gap:8px}.omh__nav{display:none}.omh__burger{display:inline-flex}.omh__util-text,.omh__util--account{display:none}.omh__cart-icon{display:block}.omh__cart{padding:10px;gap:4px}.omh__count{position:absolute;top:2px;right:0;min-width:17px;height:17px;font-size:10px}.omh__ticker{height:30px}.omh__ticker-item,.omh__ticker-item a{font-size:11px;letter-spacing:.08em}.omh__search-form{padding:12px}}.omh~.om-header-wrap{display:none}
/*# sourceMappingURL=/cdn/shop/t/41/assets/header-bar.css.map */
