.opgh,.opgh *{box-sizing:border-box}.opgh{position:relative;z-index:99;width:100%;color:var(--opgh-color, #fff);font-family:var(--font-body-family, "Poppins", sans-serif)}.opgh--sticky{position:sticky;top:0}.opgh a{color:inherit;text-decoration:none}.opgh__announcement{min-height:32px;overflow:hidden;background:var(--opgh-ann-bg, #f5f3ee);color:var(--opgh-ann-color, #0e1b4d)}.opgh__announcement-track{display:flex;min-height:32px;align-items:center;justify-content:center;gap:clamp(24px,4vw,72px);padding:6px 24px;white-space:nowrap}.opgh__announcement-item{position:relative;font-size:10px;font-weight:600;line-height:1.2;letter-spacing:.09em}.opgh__announcement-item+.opgh__announcement-item:before{position:absolute;top:50%;left:calc(clamp(24px,4vw,72px)/-2);width:3px;height:3px;border-radius:50%;background:currentColor;content:"";opacity:.45;transform:translate(-50%,-50%)}.opgh__bar{border-bottom:1px solid rgb(255 255 255 / 14%);background:var(--opgh-bg, #0e1b4d)}.opgh__inner{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);min-height:132px;width:min(100% - 56px,1440px);margin-inline:auto;align-items:center;gap:28px}.opgh__desktop-menu{display:flex;min-width:0;align-items:center;gap:clamp(16px,1.6vw,28px)}.opgh__desktop-item{position:relative;display:flex;min-height:132px;align-items:center}.opgh__desktop-item>a{position:relative;overflow:hidden;font-size:11px;font-weight:600;line-height:1.2;letter-spacing:.09em;text-transform:uppercase;white-space:nowrap}.opgh__desktop-item>a:after{position:absolute;right:0;bottom:-4px;left:0;height:1px;background:currentColor;content:"";transform:translate(-105%);transition:transform .26s cubic-bezier(.23,1,.32,1)}.opgh__desktop-item:hover>a:after,.opgh__desktop-item>a:focus-visible:after{transform:translate(0)}.opgh__dropdown{position:absolute;top:calc(100% - 6px);left:-20px;display:grid;min-width:220px;padding:16px 20px;border:1px solid #e8ebf1;background:#fff;box-shadow:0 18px 48px #070d2324;color:#11182a;opacity:0;pointer-events:none;transform:translateY(8px);transition:opacity .18s ease,transform .24s cubic-bezier(.23,1,.32,1)}.opgh__dropdown a{padding:9px 0;font-size:12px;line-height:1.35}.opgh__desktop-item:hover .opgh__dropdown,.opgh__desktop-item:focus-within .opgh__dropdown{opacity:1;pointer-events:auto;transform:translateY(0)}.opgh__logo{display:inline-flex;align-items:center;justify-content:center;padding-inline:10px}.opgh__logo img{display:block;width:min(var(--opgh-logo-width, 320px),34vw);max-height:112px;object-fit:contain;transform:scale(1.08);transform-origin:center}.opgh__logo span{font-size:17px;font-weight:600;letter-spacing:.08em;text-align:center;text-transform:uppercase}.opgh__actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.opgh__icon-button{position:relative;display:inline-flex;width:44px;height:44px;padding:0;border:0;background:transparent;color:inherit;cursor:pointer;align-items:center;justify-content:center}.opgh__icon-button:after{position:absolute;top:3px;right:3px;bottom:3px;left:3px;border:1px solid rgb(255 255 255 / 0%);border-radius:50%;content:"";transition:border-color .18s ease,background-color .18s ease}.opgh__icon-button:hover:after,.opgh__icon-button:focus-visible:after{border-color:#ffffff57;background:#ffffff12}.opgh__icon-button svg{position:relative;z-index:1;width:23px;height:23px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6}.opgh__cart-count{position:absolute;z-index:2;top:2px;right:0;display:grid;min-width:18px;height:18px;padding-inline:4px;border-radius:99px;background:#fff;color:#0e1b4d;font-size:10px;font-weight:700;place-items:center}.opgh__mobile-menu{display:none}.opgh__mobile-menu>summary,.opgh__mobile-submenu>summary{list-style:none}.opgh__mobile-menu>summary::-webkit-details-marker,.opgh__mobile-submenu>summary::-webkit-details-marker{display:none}.opgh__menu-close,.opgh__mobile-panel,.opgh__mobile-menu[open] .opgh__menu-open{display:none}.opgh__mobile-menu[open] .opgh__menu-close,.opgh__mobile-menu[open] .opgh__mobile-panel{display:block}@media(max-width:1024px){.opgh__announcement-track{justify-content:center}.opgh__announcement-item:not(:first-child){display:none}.opgh__inner{width:min(100% - 24px,720px);min-height:106px;gap:10px}.opgh__desktop-menu{display:none}.opgh__mobile-menu{display:block;justify-self:start}.opgh__logo img{width:min(var(--opgh-logo-width, 320px),48vw);max-height:84px}.opgh__actions{gap:0}.opgh__icon-button{width:40px;height:44px}.opgh__mobile-panel{position:absolute;z-index:10;top:100%;right:-12px;left:-12px;max-height:calc(100vh - 96px);padding:16px 22px 28px;overflow-y:auto;border-top:1px solid rgb(255 255 255 / 13%);background:var(--opgh-bg, #0e1b4d);box-shadow:0 24px 56px #070d233d}.opgh__mobile-links,.opgh__mobile-submenu ul{padding:0;margin:0;list-style:none}.opgh__mobile-links>li>a,.opgh__mobile-submenu>summary{display:flex;min-height:52px;border-bottom:1px solid rgb(255 255 255 / 13%);font-size:13px;font-weight:600;letter-spacing:.08em;align-items:center;justify-content:space-between;text-transform:uppercase}.opgh__mobile-submenu>summary{cursor:pointer}.opgh__mobile-submenu>summary svg{width:16px;fill:none;stroke:currentColor;stroke-width:1.5;transition:transform .18s ease}.opgh__mobile-submenu[open]>summary svg{transform:rotate(180deg)}.opgh__mobile-submenu ul{padding:8px 0 10px 16px}.opgh__mobile-submenu li a{display:block;padding:9px 0;font-size:13px;opacity:.82}}@media(max-width:420px){.opgh__actions .opgh__icon-button{width:36px}.opgh__logo img{width:min(var(--opgh-logo-width, 320px),45vw);max-height:78px}}@media(prefers-reduced-motion:reduce){.opgh__desktop-item>a:after,.opgh__dropdown,.opgh__icon-button:after,.opgh__mobile-submenu>summary svg{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/34/assets/op-global-header.css.map */
