.ctl-pvm-header{width:100%;background:var(--ctl-pvm-header-bg, #fff);border-bottom:1px solid var(--ctl-pvm-header-border, #e5e7eb)}.ctl-pvm-header__inner{display:grid;grid-template-columns:minmax(120px,144px) minmax(0,1fr) auto;align-items:center;gap:52px;width:100%;max-width:1440px;min-height:88px;margin:0 auto;padding:10px 112px;box-sizing:border-box}@media(max-width:992px){.ctl-pvm-header__inner{grid-template-columns:minmax(120px,144px) auto;gap:24px;padding-left:16px;padding-right:16px}}.ctl-pvm-header__logo{display:inline-flex;align-items:center;width:100%;max-width:var(--ctl-pvm-header-logo-width, 144px);text-decoration:none}.ctl-pvm-header__logo-image{display:block;width:100%;height:auto}.ctl-pvm-header__logo-text{color:var(--ctl-pvm-header-text, #2d2c53);font-family:Marcellus,sans-serif;font-size:28px;line-height:1}.ctl-pvm-header__menu{display:none}.ctl-pvm-header__menu-toggle{display:inline-flex;align-items:center;justify-content:center;width:25px;height:24px;padding:0;border:none;border-radius:6px;background:transparent;color:var(--ctl-pvm-header-icon, #2d2c53);cursor:pointer}.ctl-pvm-header__menu-toggle svg{display:block;width:25px;height:25px}.ctl-pvm-header__nav{display:flex;align-items:center;justify-content:center;gap:var(--ctl-pvm-header-nav-gap, 64px);min-width:0}@media(max-width:992px){.ctl-pvm-header__nav{display:none}}.ctl-pvm-header__nav-link{color:var(--ctl-pvm-header-text, #2d2c53);font-family:Supreme-Variable,sans-serif;font-size:18px;font-weight:500;line-height:24px;text-decoration:none;white-space:nowrap;transition:color .2s cubic-bezier(.19,1,.22,1)}.ctl-pvm-header__nav-link:hover,.ctl-pvm-header__nav-link:focus-visible{color:var(--ctl-pvm-header-nav-hover, #84b6ff)}.ctl-pvm-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:20px}.ctl-pvm-header__actions>*{display:flex;align-items:center;align-self:center;flex-shrink:0;margin:0}.ctl-pvm-header__actions>cart-drawer-component{display:flex;align-items:center;align-self:center}.ctl-pvm-header__icon-link{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;color:var(--ctl-pvm-header-icon, #2d2c53);text-decoration:none;line-height:0;font-size:0;flex-shrink:0}.ctl-pvm-header__icon-link svg{display:block;width:24px;height:24px}.ctl-pvm-header__icon-button{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:none;background:transparent;color:var(--ctl-pvm-header-icon, #2d2c53);cursor:pointer;text-decoration:none;line-height:0;font-size:0;flex-shrink:0;min-height:24px}.ctl-pvm-header__icon-button svg{display:block;width:24px;height:24px}.ctl-pvm-header__language{display:inline-flex;align-items:center;min-height:24px}.ctl-pvm-header__language-form{display:flex;align-items:center;margin:0;height:24px}.ctl-pvm-header__language-disclosure{position:relative;display:flex;align-items:center;height:24px}.ctl-pvm-header__language-trigger{display:inline-flex;align-items:center;justify-content:center;padding:0;border:none;background:transparent;cursor:pointer;list-style:none;min-height:24px}.ctl-pvm-header__language-trigger::-webkit-details-marker{display:none}.ctl-pvm-header__language-flag-image{display:block;width:20px;height:16px;object-fit:cover;border-radius:2px}.ctl-pvm-header__language-flag-auto{display:block;width:20px;height:16px;background-position:center;background-repeat:no-repeat;background-size:cover;border-radius:2px}.ctl-pvm-header__language-flag-fallback{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:16px;color:var(--ctl-pvm-header-text, #2d2c53);font-family:Supreme-Variable,sans-serif;font-size:12px;font-weight:700;line-height:1}.ctl-pvm-header__language-divider{width:1px;height:24px;margin-left:20px;margin-right:9px;background:var(--ctl-pvm-header-border, #e5e7eb)}.ctl-pvm-header__language-label{color:var(--ctl-pvm-header-text, #2d2c53);font-family:Supreme-Variable,sans-serif;font-size:15px;font-weight:400;line-height:24px;text-decoration:none;white-space:nowrap}.ctl-pvm-header__language-panel{position:absolute;top:calc(100% + 10px);right:0;min-width:180px;padding:8px;border:1px solid var(--ctl-pvm-header-border, #e5e7eb);border-radius:12px;background:var(--ctl-pvm-header-bg, #fff);box-shadow:0 12px 32px #2d2c5314;z-index:20}.ctl-pvm-header__language-options{display:flex;flex-direction:column;gap:4px}.ctl-pvm-header__language-option{display:flex;align-items:center;width:100%;padding:10px 12px;border:none;border-radius:8px;background:transparent;color:var(--ctl-pvm-header-text, #2d2c53);text-align:left;cursor:pointer}.ctl-pvm-header__language-option.is-active{background:#8eb5f91f}.ctl-pvm-header__language-option-name{font-family:Supreme-Variable,sans-serif;font-size:14px;font-weight:500;line-height:1.2}.ctl-pvm-header__mobile-dialog{width:100%;max-width:none;max-height:none;height:100dvh;margin:0 auto 0 0;padding:0;border:none;background:transparent;opacity:0;transition:opacity .24s ease}.ctl-pvm-header__mobile-dialog:not([open]){display:none}.ctl-pvm-header__mobile-dialog[open]{display:flex;align-items:stretch;justify-content:flex-start}.ctl-pvm-header__mobile-dialog.is-visible,.ctl-pvm-header__mobile-dialog.is-closing{opacity:1}.ctl-pvm-header__mobile-dialog::backdrop{background:#2d2c5347;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ctl-pvm-header__mobile-sheet{display:flex;flex-direction:column;width:calc(100vw - 20px);max-width:356px;min-height:100dvh;padding:20px 16px 24px;box-sizing:border-box;background:var(--ctl-pvm-header-bg, #fff);border-right:1px solid var(--ctl-pvm-header-border, #e5e7eb);box-shadow:0 18px 60px #2d2c531f;transform:translate(-36px);opacity:0;will-change:transform,opacity;transition:transform .36s cubic-bezier(.19,1,.22,1),opacity .24s ease}.ctl-pvm-header__mobile-dialog.is-visible .ctl-pvm-header__mobile-sheet{transform:translate(0);opacity:1}.ctl-pvm-header__mobile-dialog.is-closing .ctl-pvm-header__mobile-sheet{transform:translate(-36px);opacity:0}.ctl-pvm-header__mobile-sheet-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:20px;border-bottom:1px solid var(--ctl-pvm-header-border, #e5e7eb)}.ctl-pvm-header__mobile-sheet-logo{display:inline-flex;align-items:center;max-width:120px;text-decoration:none}.ctl-pvm-header__mobile-sheet-logo-image{display:block;width:100%;height:auto}.ctl-pvm-header__mobile-sheet-logo-text{color:var(--ctl-pvm-header-text, #2d2c53);font-family:Marcellus,sans-serif;font-size:24px;line-height:1}.ctl-pvm-header__mobile-close{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:none;background:transparent;color:var(--ctl-pvm-header-icon, #2d2c53);cursor:pointer}.ctl-pvm-header__mobile-close svg{display:block;width:18px;height:18px}.ctl-pvm-header__mobile-nav{display:flex;flex-direction:column;padding:16px 0 0}.ctl-pvm-header__mobile-item{border-bottom:1px solid rgba(229,231,235,.9)}.ctl-pvm-header__mobile-link{display:block;padding:18px 0;color:var(--ctl-pvm-header-text, #2d2c53);font-family:Supreme-Variable,sans-serif;font-size:20px;font-weight:500;line-height:24px;text-decoration:none}.ctl-pvm-header__mobile-sublinks{display:flex;flex-direction:column;gap:10px;padding:0 0 18px 14px}.ctl-pvm-header__mobile-sublink{color:#2d2c53d1;font-family:Supreme-Variable,sans-serif;font-size:15px;font-weight:400;line-height:20px;text-decoration:none}.ctl-pvm-header__mobile-meta{display:flex;flex-direction:column;gap:16px;margin-top:auto;padding-top:20px;border-top:1px solid var(--ctl-pvm-header-border, #e5e7eb)}.ctl-pvm-header__mobile-account{display:inline-flex;align-items:center;gap:12px;color:var(--ctl-pvm-header-text, #2d2c53);font-family:Supreme-Variable,sans-serif;font-size:15px;font-weight:500;line-height:20px;text-decoration:none}.ctl-pvm-header__mobile-account-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;color:var(--ctl-pvm-header-icon, #2d2c53)}.ctl-pvm-header__mobile-account-icon svg{display:block;width:24px;height:24px}.ctl-pvm-header__mobile-language-card{display:flex;flex-direction:column;gap:12px;padding:16px;border:1px solid rgba(229,231,235,.9);border-radius:16px;background:#84b6ff0f}.ctl-pvm-header__mobile-language-current{display:inline-flex;align-items:center;gap:12px;min-height:24px}.ctl-pvm-header__mobile-language-current-label{color:var(--ctl-pvm-header-text, #2d2c53);font-family:Supreme-Variable,sans-serif;font-size:15px;font-weight:500;line-height:20px}.ctl-pvm-header__mobile-language-form{margin:0}.ctl-pvm-header__mobile-language-options{display:flex;flex-wrap:wrap;gap:8px}.ctl-pvm-header__mobile-language-option{padding:10px 14px;border:1px solid rgba(45,44,83,.12);border-radius:999px;background:#fff;color:var(--ctl-pvm-header-text, #2d2c53);font-family:Supreme-Variable,sans-serif;font-size:14px;font-weight:500;line-height:16px;cursor:pointer}.ctl-pvm-header__mobile-language-option.is-active{background:#84b6ff29;border-color:#84b6ff73}@media(min-width:993px){.ctl-pvm-header__mobile-dialog{display:none!important}}@media(max-width:992px){.ctl-pvm-header__inner{grid-template-columns:97px minmax(0,1fr) 95px;gap:0;min-height:64px;padding:20px 16px}.ctl-pvm-header__menu{display:flex;align-items:center;width:97px;min-width:97px}.ctl-pvm-header__logo{grid-column:2;justify-self:center;width:144px;max-width:144px}.ctl-pvm-header__actions{grid-column:3;justify-self:flex-end;gap:16px;width:95px}.ctl-pvm-header__actions>.ctl-pvm-header__language-form,.ctl-pvm-header__actions>.ctl-pvm-header__language{display:none}}body:has(.announcement-bar--sticky) .ctl-pvm-header-section{margin-top:var(--announcement-bar-height, 0px)}
/*# sourceMappingURL=/cdn/shop/t/23/assets/ctl-pvm-header.css.map */
