@charset "UTF-8";

.custom-header {
  --lap-pure-black-alpha-65: rgba(0, 0, 0, .6509803922);
  --lap-pure-black-alpha-30: rgba(0, 0, 0, .3019607843);
  --lap-pure-white-alpha-75: rgba(255, 255, 255, .7490196078);
  --lap-orange: #ca6c48;
  --lap-neutral-extra-dark: #3e4245;
  --wl-color-primary: #221f20;
  --wl-color-extra-pure-light: #fff;
  --wl-color-pure-light: #f9f9f9;
  --wl-color-extra-light: #fcfbf9;
  --wl-color-light: #d9d9d9;
  --wl-color-dark: #bcbcbc;
  --wl-color-extra-dark: #575757;
  --wl-color-pure-dark: #221f20;
  --wl-color-extra-pure-dark: #000;
  --wl-color-error: #ad3132;
  --wl-color-alert: #ad3132;
  --wl-color-warning: #f9d67b;
  --wl-color-success: #84b486;
  --wl-color-deep-green: #67a267;
  --wl-color-active-order: #fcfbf9;
  --wl-color-border-extra-light: #fff;
  --wl-color-border-light: #d9d9d9;
  --wl-color-border: #bcbcbc;
  --wl-color-border-dark: #575757;
  --wl-color-border-dark-alpha-40: rgba(87, 87, 87, .4);
  --wl-color-border-extra-dark: #221f20;
  --wl-color-text-primary: #221f20;
  --wl-color-text-secondary: #575757;
  --wl-color-text-disabled: #bcbcbc;
  --wl-color-text-inverse: #fff;
  --wl-color-cta-primary: #221f20;
  --wl-color-cta-primary-hover: #575757;
  --wl-color-cta-primary-text: #fff;
  --wl-color-cta-secondary: #fff;
  --wl-color-cta-secondary-hover: #575757;
  --wl-color-cta-secondary-text: #221f20;
  --wl-color-cta-inverse: transparent;
  --wl-color-cta-inverse-hover: #575757;
  --wl-color-cta-inverse-text: #221f20;
  --wl-color-background-light: rgba(0, 0, 0, .3019607843);
  --wl-color-background-lighter: rgba(255, 255, 255, .7490196078);
  --wl-color-background-dark: rgba(0, 0, 0, .6509803922);
  --wl-color-backdrop: rgba(255, 255, 255, .7490196078);
  --wl-color-backdrop-light: rgba(255, 255, 255, .7490196078);
  --wl-color-text-engraving: #fcd48a;
  --wl-form-label-size: 1rem;
  --wl-form-input-height-with-button: 3rem;
  --wl-item-aspect-ratio: 1 / 1;
  --wl-header-mobile-height: 4.375rem;
  --wl-header-desktop-height: 6.25rem;
  --wl-header-desktop-small-height: 6.25rem;
  --wl-cart-margin-botom-container: 2.625rem;
  --wl-container-margin-bottom: 3.375rem !important;

  --wl-font-heading: "Adobe Jenson Pro", serif;
  --wl-font-heading-secondary: "Adobe Jenson Pro";
  --wl-font-body: "Akkurat", sans-serif;
  --wl-font-engraving-goudy: "Goudy", sans-serif;
  --wl-font-engraving-balmoral: "Balmoral", sans-serif;
  --wl-font-light: "Akkurat", sans-serif;

  --wl-header-small-background-color: var(--wl-color-extra-pure-light);
  --wl-header-color: var(--wl-color-text-primary);
  --wl-header-background: var(--wl-color-pure-light);
  --wl-header-small-background: var(--wl-color-pure-light);
  --wl-header-border-color: var(--wl-color-border-light);
  --wl-header-padding: 0 .5rem;
  --wl-header-top: var(--wl-promo-bar-height);
  --wl-header-logo-height-mobile: 2.5rem;
  --wl-header-logo-height-desktop: 3.75rem;
  --wl-header-logo-height: var(--wl-header-logo-height-mobile);

  height: 40px;
}

@media (min-width: 1200px) {
  .custom-header {
    --wl-container-margin-bottom: 5rem !important;

    --wl-header-height: var(--wl-header-desktop-height);
    --wl-header-background: #fff;
    --wl-header-padding: .5rem 2.25rem;
    --wl-header-small-background: white;
    --wl-header-logo-height: var(--wl-header-logo-height-desktop);

    height: 100px;
  }
}

.custom-header *, .custom-header *:before, .custom-header *:after {
  box-sizing: border-box;
}

@media all {
  .custom-header *, .custom-header *:before, .custom-header *:after {
    box-sizing: border-box;
  }
  .custom-header p {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .custom-header a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline;
  }
  .custom-header a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
  }
  .custom-header img {
    vertical-align: middle;
  }
  .custom-header button {
    border-radius: 0;
  }
  .custom-header button:focus:not(:focus-visible) {
    outline: 0;
  }
  .custom-header button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  .custom-header button {
    text-transform: none;
  }
  .custom-header button, .custom-header [type=button] {
    -webkit-appearance: button;
  }
  .custom-header button:not(:disabled), .custom-header [type=button]:not(:disabled) {
    cursor: pointer;
  }
  .custom-header [type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
  }
  .custom-header .wl-heading {
    font-family: var(--wl-font-heading);
  }
  .custom-header .wl-button {
    --wl-button-background: var(--wl-color-cta-primary);
    --wl-button-color: var(--wl-color-text-inverse);
    --wl-button-padding: 1.0625rem 2.5rem;
    --wl-button-min-height: 3.5rem;
    --wl-button-border-background: transparent;
    --wl-button-border-color: var(--wl-button-background);
    --wl-button-border-width: .0625rem;
    --wl-button-accent-background: var(--wl-color-text-inverse);
    --wl-button-accent-color: var(--wl-color-extra-dark);
    --wl-disabled-button-background: var(--wl-color-light);
    --wl-disabled-button-color: var(--wl-color-text-inverse);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: var(--wl-button-padding);
    background: var(--wl-button-background);
    color: var(--wl-button-color);
    border: var(--wl-button-border-width) solid var(--wl-button-border-color);
    text-align: center;
    line-height: 1.25;
    font-weight: 700;
    min-height: var(--wl-button-min-height);
    text-decoration: none;
  }
  .custom-header .wl-button--border {
    --wl-button-background: var(--wl-button-border-background);
    --wl-button-color: var(--wl-color-extra-dark);
    --wl-button-border-color: var(--wl-color-cta-primary);
  }
  .custom-header .wl-button--full-width {
    width: 100%;
  }
  .custom-header .wl-button:hover {
    color: var(--wl-button-color);
    text-decoration: none;
  }
  .custom-header .wl-button:disabled {
    --wl-button-background: var(--wl-disabled-button-background);
    --wl-button-color: var(--wl-disabled-button-color);
    --wl-button-border-color: var(--wl-disabled-button-background);
    pointer-events: none;
  }
  .custom-header .wl-button:disabled.wl-button--border {
    --wl-button-background: var(--wl-button-border-background);
    --wl-button-color: var(--wl-disabled-button-background);
    --wl-button-border-color: var(--wl-disabled-button-background);
  }
  .custom-header a {
    color: var(--wl-color-dark);
    text-decoration: none;
  }
  .custom-header .wl-container {
    margin-bottom: var(--wl-container-margin-bottom);
  }
  .custom-header .wl-container {
    display: block;
    padding-left: var(--wl-container-padding);
    padding-right: var(--wl-container-padding);
  }
}

@media (min-width: 1200px) {
  .custom-header .wl-container {
    max-width: var(--wl-container-max-width);
    margin-left: auto;
    margin-right: auto;
  }
}

@media all {
  .custom-header .wl-scroll-bar-y {
    --wl-scroll-bar-color-background-track: rgba(204, 204, 204, .7);
    --wl-scroll-bar-box-shadow-color-track: transparent;
    --wl-scroll-bar-color-background-thumb: var(--wl-color-border-extra-dark);
    --wl-scroll-bar-color-background-thumb-darker: var(--wl-color-border-extra-dark);
  }
}

@media all {
  .custom-header .wl-scroll-bar-y::-webkit-scrollbar-track {
    background-color: var(--wl-scroll-bar-color-background-track);
    box-shadow: inset 0 0 0.1875rem var(--wl-scroll-bar-box-shadow-color-track);
    border-radius: 0.625rem;
  }
}

@media all {
  .custom-header .wl-scroll-bar-y::-webkit-scrollbar-thumb {
    border-radius: 0.625rem;
    background-color: var(--wl-scroll-bar-color-background-thumb);
  }
}

@media all {
  .custom-header .wl-scroll-bar-y::-webkit-scrollbar-thumb:hover {
    background-color: var(--wl-scroll-bar-color-background-thumb-darker);
  }
}

@media all {
  .custom-header .wl-scroll-bar-y::-webkit-scrollbar-track {
    padding: 0.125rem 0;
  }
}

@media all {
  .custom-header .wl-scroll-bar-y::-webkit-scrollbar {
    width: 0.25rem;
  }
}

@media all {
  .custom-header .wl-backdrop {
    --wl-backdrop-background-color: var(--lap-pure-black-alpha-65) !important;
  }
}

@media all {
  .custom-header .wl-backdrop div {
    opacity: 1 !important;
  }
}

@media all {
  .custom-header .wl-button {
    --wl-button-min-height: 3.125rem !important;
    --wl-button-accent-background: var(--wl-color-cta-inverse) !important;
    --wl-button-accent-color: var(--wl-color-cta-inverse-text) !important;
    --wl-button-border-background: var(--wl-color-cta-secondary) !important;
    padding: 0.8125rem;
  }
}

@media all {
  .custom-header .wl-button--border {
    --wl-button-color: var(--wl-color-cta-secondary-text) !important;
  }
}

@media all {
  .custom-header .wl-button:disabled {
    --wl-button-background: var(--wl-color-dark) !important;
    --wl-button-border-color: var(--wl-color-dark) !important;
  }
}

@media all {
  .custom-header .wl-button:disabled.wl-button--border {
    --wl-button-color: var(--wl-color-dark) !important;
    --wl-button-border-color: var(--wl-color-dark) !important;
    --wl-button-background: var(--wl-color-cta-secondary) !important;
  }
}

@media (min-width: 992px) {
  .custom-header .wl-button {
    --wl-button-min-height: 3.75rem !important;
    font-size: 1.25rem;
    padding: 0.875rem;
  }
}

@media all {
  .custom-header .wl-header-context-selector a {
    color: var(--wl-color-primary) !important;
    font-weight: 700;
    font-size: 0.875rem !important;
    line-height: 1.4 !important;
  }
}

@media all {
  .custom-header .wl-header-context-selector a span:after {
    content: "|" !important;
  }
}

@media (min-width: 1200px) {
  .custom-header .wl-header-context-selector .wl-header__icon-container .wl-generic-link a.wl-header__icon {
    font-size: 0.875rem !important;
    line-height: 1.43 !important;
  }
}

@media all {
  .custom-header .wl-header-login-panel {
    --wl-header-login-panel-background-color: var(--wl-color-extra-pure-light) !important;
  }
}

@media all {
  .custom-header .wl-header-login-panel__container {
    padding: 1.5rem !important;
  }
}

@media all {
  .custom-header .wl-header-login-panel__header p {
    font-size: 1.3125rem !important;
    line-height: 1.3 !important;
  }
}

@media all {
  .custom-header .wl-header-login-panel__header__links {
    margin-top: 1.875rem !important;
  }
}

@media all {
  .custom-header .wl-header-login-panel__sign-in, .custom-header .wl-header-login-panel__sign-up {
    padding: 0.875rem 1.4375rem !important;
  }
}

@media all {
  .custom-header .wl-header-mini-cart {
    --wl-header-mini-cart-color-background: var(--wl-color-extra-pure-light) !important;
    --wl-header-mini-cart-color-empty: var(--wl-color-dark) !important;
  }
}

@media all {
  .custom-header .wl-header-mini-cart__container {
    padding: 1.5rem !important;
  }
}

@media all {
  .custom-header .wl-header-mini-cart__main__empty {
    font-size: 1.25rem !important;
    line-height: 1.5 !important;
    padding: 0.875rem 1.4375rem !important;
    background-color: var(--wl-color-extra-pure-light) !important;
    border: 0.0625rem solid var(--wl-header-mini-cart-color-empty) !important;
    margin-bottom: 1.5rem !important;
  }
}

@media all {
  .custom-header .wl-header-mini-cart__header__title {
    font-size: 1.75rem !important;
    font-weight: 400 !important;
    line-height: 1.375 !important;
  }
}

@media all {
  .custom-header .wl-header-mini-cart__header__close {
    height: 1.5rem !important;
    width: 1.5rem !important;
  }
}

@media all {
  .custom-header .wl-header-mini-cart__header__close cx-icon {
    height: 0.8125rem !important;
    width: 0.8125rem !important;
  }
}

@media all {
  .custom-header .wl-header-mini-cart__header__quantity {
    font-size: 1.125rem !important;
    line-height: 1.357 !important;
  }
}

@media all {
  .custom-header .wl-header-mini-cart__bottom {
    padding-top: 0.75rem !important;
  }
}

@media all {
  .custom-header .wl-header-mini-cart__bottom__button {
    font-size: 1.25rem !important;
    font-weight: 400 !important;
  }
}

@media all {
  .custom-header .wl-header-cart cx-icon {
    font-size: 1.125rem;
  }
}

@media (min-width: 1200px) {
  .custom-header .wl-header-cart cx-icon {
    font-size: 1.375rem;
  }
}

@media all {
  .custom-header .wl-header-navigation-login__container {
    margin: 1.5rem 0 0 !important;
    padding: 1.5rem 1.25rem 0 !important;
    border-top: 0.0625rem solid var(--wl-color-text-secondary);
  }
}

@media all {
  .custom-header .wl-header-navigation-login__data {
    font-size: 0.875rem !important;
    line-height: 1.35 !important;
    margin-left: 0.5rem !important;
  }
}

@media all {
  .custom-header .wl-header-navigation-login__content cx-icon.wl-header__icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}

@media all {
  .custom-header .wl-header-navigation-login__content cx-icon.wl-header__icon:before {
    padding-left: 0.125rem;
  }
}

@media all {
  .custom-header .wl-header-navigation {
    --wl-header-navigation-background-color: var(--wl-color-extra-pure-light) !important;
    --wl-header-navigation-background-color-mobile: var(--wl-color-extra-pure-light) !important;
    --wl-header-navigation-background-color-mobile-header: var(--wl-color-extra-pure-light) !important;
  }
}

@media all {
  .custom-header .wl-header-navigation__mobile-header {
    margin-bottom: 1.25rem !important;
  }
}

@media all {
  .custom-header .wl-header-navigation__mobile-header img {
    max-width: 80% !important;
    min-width: 12rem !important;
  }
}

@media all {
  .custom-header .wl-header-navigation .wl-header-navigation__links__title {
    margin: 0 0.8125rem;
  }
}

@media all {
  .custom-header .wl-header-navigation .wl-header-navigation__links__title-link {
    font-size: 1.625rem !important;
  }
}

@media all {
  .custom-header .wl-header-navigation .wl-header-navigation__container nav {
    padding: 0.625rem 1rem !important;
  }
}

@media all {
  .custom-header .wl-header-navigation .wl-header-navigation-visual__links {
    margin: 0 0.8125rem;
  }
}

@media all {
  .custom-header .wl-header-navigation nav:not(:first-of-type) {
    margin-top: 0.75rem;
  }
}

@media all {
  .custom-header .wl-header-navigation nav .wl-header-navigation__group-title {
    margin-right: unset !important;
  }
}

@media all {
  .custom-header .wl-header-navigation nav .wl-header-navigation__group-title span {
    font-family: var(--wl-font-body);
    font-size: 1.125rem;
  }
}

@media all {
  .custom-header .wl-header-navigation nav .link-columns-wrapper .wl-header-navigation__back {
    padding-left: 0 !important;
    margin-bottom: 2.625rem;
  }
}

@media all {
  .custom-header .wl-header-navigation nav .link-columns-wrapper .wl-header-navigation__group-title--mobile {
    font-family: var(--wl-font-body);
    font-size: 1.125rem;
    margin-left: 2rem !important;
  }
}

@media all {
  .custom-header .wl-header-navigation .wl-header-navigation__country-selector.wl-footer-country-selection {
    border-color: var(--wl-color-extra-dark) !important;
  }
}

@media all {
  .custom-header .wl-header-navigation .wl-header-navigation__country-selector.wl-footer-country-selection .wl-footer-country-selection__container img {
    display: none;
  }
}

@media all {
  .custom-header .wl-header-navigation .wl-header-navigation__country-selector.wl-footer-country-selection .wl-footer-country-selection__link {
    color: var(--wl-color-text-primary) !important;
    font-weight: 700;
  }
}

@media all {
  .custom-header .wl-header-navigation .wl-header-navigation__country-selector.wl-footer-country-selection .wl-footer-country-selection__link__country {
    margin-left: 0 !important;
  }
}

@media all {
  .custom-header .wl-header-navigation .wl-header-navigation__country-selector.wl-footer-country-selection .wl-footer-country-selection__link__country:after {
    content: "|";
    color: var(--wl-color-text-primary);
    border: none !important;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 700;
  }
}

@media (max-width: 1199px) {
  .custom-header .wl-header-navigation-visual__container wl-media {
    display: none;
  }
  .custom-header .wl-header-navigation-visual__container__title {
    font-family: var(--wl-font-body) !important;
    margin-left: 0.5rem !important;
  }
  .custom-header .wl-header-navigation-visual__links:not(:first-of-type, :last-of-type) {
    padding: 0.375rem 1rem;
  }
  .custom-header .wl-header-navigation-visual__links:first-of-type {
    padding: 0.1875rem 1rem 0.375rem;
  }
  .custom-header .wl-header-navigation-visual__links:last-of-type {
    padding: 0.375rem 1rem 1.3125rem;
  }
  .custom-header .wl-header-navigation-visual__link__title {
    line-height: 2.2 !important;
    font-size: 1.125rem !important;
  }
  .custom-header .wl-header-navigation-list__content .wl-header-navigation-list__title {
    margin-left: 1.625rem;
  }
  .custom-header .wl-header-navigation .wl-header-navigation__links__title {
    margin: 0 0.8125rem;
    padding: 1.3125rem 1rem !important;
  }
  .custom-header .wl-header-navigation__container {
    padding-bottom: 0 !important;
    height: auto !important;
    max-height: 100 svh !important;
  }
  .custom-header .wl-header-navigation nav {
    height: auto !important;
  }
  .custom-header .wl-header-navigation nav .wl-header-navigation__group-title span {
    line-height: 2.2;
  }
  .custom-header .wl-header-navigation nav:not(:first-of-type) {
    margin: 0 !important;
  }
  .custom-header .wl-header-navigation nav ~ .wl-footer-country-selection {
    position: absolute !important;
    width: 100% !important;
    top: auto;
    bottom: 0;
  }
  .custom-header .mt-vertical {
    margin-top: var(--wl-header-mobile-height);
    max-height: calc(100vh - var(--wl-header-mobile-height));
  }
  .custom-header .wl-header-hamburguer-menu .wl-header__icon {
    padding-top: 0.125rem !important;
  }
}

@media (min-width: 1200px) {
  .custom-header .wl-header-navigation nav:not(:last-child) {
    padding: 0 1.6875rem !important;
  }
  .custom-header .wl-header-navigation__container nav:not(:nth-last-child(3)) .wl-header-navigation__group-title:after {
    display: none;
  }
  .custom-header .wl-header-navigation-visual__container {
    align-items: center;
    margin-right: 2rem !important;
  }
  .custom-header .wl-header-navigation-visual__container img {
    max-height: none !important;
    max-width: 12.5rem !important;
    aspect-ratio: 1/1 !important;
  }
  .custom-header .wl-header-navigation-visual__container__title {
    margin-bottom: 0.5rem !important;
  }
  .custom-header .wl-header-navigation-visual__container__title {
    font-size: 1.75rem !important;
    text-align: center;
  }
  .custom-header .wl-header-navigation-visual__link__title {
    text-align: center;
  }
  .custom-header .wl-header-navigation-visual__link__title {
    margin-top: 0.3125rem !important;
    font-family: var(--wl-font-light) !important;
  }
  .custom-header .wl-header-navigation nav .link-columns-wrapper {
    justify-content: center !important;
    padding-right: 0.5rem !important;
  }
  .custom-header .wl-header-navigation-list {
    margin-right: 2rem !important;
  }
  .custom-header .wl-header-navigation-list__title {
    font-size: 1.5rem !important;
  }
}

@media all {
  .custom-header .wl-header {
    --wl-header-small-background-color: var(--wl-color-extra-pure-light);
    --wl-header-background: var(--wl-color-extra-pure-light);
  }
}

@media all {
  .custom-header .wl-header .NavigationBar {
    margin-left: 0 !important;
  }
}

@media all {
  .custom-header .wl-header .SiteLogo {
    margin-left: 0.5rem !important;
    margin-right: auto !important;
  }
}

@media all {
  .custom-header .wl-header .SiteLogo .wl-banner {
    max-width: 13.75rem !important;
    margin-right: 0 !important;
  }
}

@media all {
  .custom-header .wl-header .SiteLogo a {
    padding: 0 !important;
  }
}

@media all {
  .custom-header .wl-header .SiteLogo img {
    width: auto !important;
  }
}

@media all {
  .custom-header .wl-header__icon-container button.wl-header__icon .fa-search, .custom-header .wl-header__icon-container button.wl-header__icon .fa-bars {
    font-size: 1.125rem !important;
  }
}

@media all {
  .custom-header .wl-header__icon-container a.wl-header__icon {
    font-size: 0.875rem !important;
  }
}

@media (min-width: 1200px) {
  .custom-header .wl-header .SiteLogo {
    margin-left: 0.5rem !important;
    margin-right: 1.5625rem !important;
  }
  .custom-header .wl-header .SiteLogo .wl-banner {
    max-width: 23.6875rem !important;
  }
  .custom-header .wl-header__icon-container button.wl-header__icon .fa-search, .custom-header .wl-header__icon-container button.wl-header__icon .fa-bars, .custom-header .wl-header__icon-container a.wl-header__icon {
    font-size: 1.375rem !important;
  }
}

.custom-header .wl-header--scroll-top .header, .custom-header .wl-header--scroll-top header, .custom-header .wl-header {
  transition-duration: 0.35s;
  transition-timing-function: ease-in-out;
}

.custom-header .wl-header {
  --wl-header-color: var(--wl-color-text-primary);
  --wl-header-background: var(--wl-color-pure-light);
  --wl-header-small-background: var(--wl-color-pure-light);
  --wl-header-border-color: var(--wl-color-border-light);
  --wl-header-padding: 0 .5rem;
  --wl-header-top: var(--wl-promo-bar-height);
  --wl-header-logo-height-mobile: 2.5rem;
  --wl-header-logo-height-desktop: 3.75rem;
  --wl-header-logo-height: var(--wl-header-logo-height-mobile);
  position: fixed;
  left: 0;
  right: 0;
  top: var(--wl-header-top);
  transition-property: top;
  max-width: 100%;
  z-index: 9999;
}

.custom-header .wl-header header {
  background: var(--wl-header-background);
  border-bottom: 0.0625rem solid var(--wl-header-border-color);
  height: var(--wl-header-height);
  color: var(--wl-header-color);
}

.custom-header .wl-header .header {
  display: flex;
  align-items: center;
  padding: var(--wl-header-padding);
  height: 100%;
}

.custom-header .wl-header .SiteContext {
  display: none;
}

.custom-header .wl-header a:not(.wl-button) {
  color: inherit;
  text-decoration: none;
}

.custom-header .wl-header .SiteLogo {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  max-height: 100%;
}

.custom-header .wl-header .SiteLogo > *:first-child {
  margin-right: 2.75rem;
}

.custom-header .wl-header .SiteLogo * {
  display: inherit;
  max-height: inherit;
  max-width: inherit;
}

.custom-header .wl-header .SiteLogo a {
  padding: 0.25rem;
}

.custom-header .wl-header .SiteLogo img {
  object-fit: contain;
  object-position: left;
  height: var(--wl-header-logo-height);
}

@media (max-width: 767px) {
  .custom-header .wl-header .SiteLogo img {
    width: 5.0925rem;
  }
}

.custom-header .wl-header .SiteLogin, .custom-header .wl-header .MiniCart {
  height: 100%;
}

.custom-header .wl-header__icon-container {
  height: 100%;
  display: flex;
  align-items: center;
}

.custom-header .wl-header__icon-container a.wl-header__icon {
  height: 2.5rem;
  width: 2.5rem;
  font-size: 1.375rem;
  line-height: 1;
  margin-left: 0.25rem;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-header .wl-header__icon-container button.wl-header__icon {
  height: 2.5rem;
  width: 2.5rem;
  padding: 0;
  background-color: transparent;
  border: none;
  font-size: 1.375rem;
  line-height: 1;
  margin-left: 0.25rem;
  color: inherit;
}

.custom-header .wl-header--scroll-top header {
  transition-property: background-color, height;
}

.custom-header .wl-header--scroll-top .header {
  transition-property: padding;
}

@media (max-width: 1199px) {
  .custom-header .wl-header-navigation {
    background: var(--wl-header-background);
    opacity: 0;
    visibility: hidden;
  }
  .custom-header .wl-header-navigation__container {
    position: fixed;
    right: -100%;
  }
}

@media (min-width: 1200px) {
  .custom-header .wl-header {
    --wl-header-background: #fff;
    --wl-header-padding: .5rem 2.25rem;
    --wl-header-small-background: white;
    --wl-header-logo-height: var(--wl-header-logo-height-desktop);
  }
  .custom-header .wl-header header {
    transition-property: background-color;
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
  }
  .custom-header .wl-header .SiteContext {
    display: block;
  }
  .custom-header .wl-header .PreHeader {
    display: none;
  }
  .custom-header .wl-header .SiteLogo {
    margin-right: 1.5rem;
    margin-left: 0;
  }
  .custom-header .wl-header .NavigationBar {
    max-width: 60%;
    margin-right: auto;
    font-size: 0.9rem;
  }
  .custom-header .wl-header__icon {
    margin-left: 0.5rem;
  }
  .custom-header .wl-header--scroll-top {
    animation: header-position 0;
    animation-delay: 0.35s;
    animation-fill-mode: backwards;
  }
}

.custom-header .wl-header-global-message {
  position: fixed;
  bottom: 2.5rem;
  width: 100%;
  margin-bottom: 0;
  max-width: unset;
  z-index: var(--wl-z-index-global-message);
}

.custom-header .wl-backdrop {
  --wl-backdrop-background-color: var(--wl-color-backdrop);
}

.custom-header .wl-backdrop div {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-color: var(--wl-backdrop-background-color);
  opacity: 0.5;
}

.custom-header .fal {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.custom-header .fa-angle-left:before {
  content: "";
}

.custom-header .fa-angle-right:before {
  content: "";
}

.custom-header .fa-bars:before {
  content: "";
}

.custom-header .fa-chevron-right:before {
  content: "";
}

.custom-header .fa-search:before {
  content: "";
}

.custom-header .fa-shopping-bag:before {
  content: "";
}

.custom-header .fa-times:before {
  content: "";
}

.custom-header .fa-user:before {
  content: "";
}

.custom-header .fal {
  font-weight: 300;
}

.custom-header .fal {
  font-family: "Font Awesome 5 Pro";
}

.custom-header .wl-header-context-selector {
  display: block;
  margin: 0 1rem;
}

.custom-header .wl-header-context-selector a.wl-header__icon {
  width: fit-content;
}

.custom-header .wl-header-context-selector a.wl-header__icon span:after {
  content: "/";
  margin: 0 0.25rem;
}

.custom-header .wl-header-cart {
  --wl-header-cart-color-background-items: var(--wl-color-primary);
  --wl-header-cart-color-count: var(--wl-color-pure-light);
  --wl-header-cart-size: 1rem;
}

.custom-header .wl-header-cart .wl-header__icon {
  position: relative;
}

.custom-header .wl-header-cart cx-icon {
  width: 2.5rem;
  text-align: center;
}

.custom-header .wl-header-cart .wl-header-mini-cart {
  visibility: hidden;
  opacity: 0;
  transition-property: opacity visibility;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}

.custom-header .wl-header-cart .wl-backdrop div {
  visibility: hidden;
  opacity: 0;
  transition-property: opacity visibility;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}

.custom-header .wl-header-mini-cart {
  --wl-header-mini-cart-color-background: var(--wl-color-pure-light);
  --wl-header-mini-cart-color-border: var(--wl-color-border-extra-light);
  --wl-header-mini-cart-color-title: var(--wl-color-text-primary);
  --wl-header-mini-cart-color-quantity: var(--wl-color-text-secondary);
  --wl-header-mini-cart-color-empty: var(--wl-color-text-primary);
  --wl-header-mini-cart-color-button: var(--wl-color-text-inverse);
  --wl-header-mini-cart-quantity-font: var(--wl-font-body);
  --wl-header-mini-cart-color-background-light: var(--wl-color-background-light);
  --wl-header-mini-cart-width: 25rem;
  --wl-header-mini-cart-max-height-main: 24.5rem;
  display: none;
}

.custom-header .wl-header-mini-cart__container {
  background-color: var(--wl-header-mini-cart-color-background);
  position: absolute;
  top: var(--wl-header-height);
  right: 0;
  z-index: 1;
  width: 100%;
  max-width: var(--wl-header-mini-cart-width);
  max-height: calc(90vh - var(--wl-header-height));
  box-shadow: 0 0.1875rem 0.3125rem #00000026;
  overflow-x: hidden;
  padding: 1.5rem 2.5rem 2.5rem;
}

.custom-header .wl-header-mini-cart__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-header .wl-header-mini-cart__header__title {
  font-size: 1.75rem;
  line-height: 1.3;
  color: var(--wl-header-mini-cart-color-title);
  margin-bottom: 0;
  font-weight: 700;
}

.custom-header .wl-header-mini-cart__header__quantity {
  margin-left: 0.625rem;
  color: var(--wl-header-mini-cart-color-quantity);
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
  font-family: var(--wl-header-mini-cart-quantity-font);
}

.custom-header .wl-header-mini-cart__header__close {
  border: none;
  background-color: transparent;
  padding: 0;
}

.custom-header .wl-header-mini-cart__header__close cx-icon {
  width: 1rem;
}

.custom-header .wl-header-mini-cart__main {
  overflow-y: auto;
  max-height: var(--wl-header-mini-cart-max-height-main);
}

.custom-header .wl-header-mini-cart__main__empty {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1.5rem;
  padding: 1rem;
  background-color: var(--wl-header-mini-cart-color-background-light);
  color: var(--wl-header-mini-cart-color-empty);
  text-align: center;
  margin-bottom: 0;
}

.custom-header .wl-header-mini-cart__bottom {
  padding-top: 1.5rem;
}

.custom-header .wl-header-mini-cart__bottom__button {
  font-size: 1rem;
  line-height: 2.1;
  padding-left: 1rem;
  padding-right: 1rem;
}

.custom-header .wl-header-mini-cart__bottom .wl-reassurance-bar {
  margin: 0;
  padding: 0;
}

.custom-header .wl-header-mini-cart .wl-header-mini-cart__bottom__button {
  font-size: 1rem;
  line-height: 1.5;
  color: var(--wl-header-mini-cart-color-button);
}

@media (min-width: 1200px) {
  .custom-header .wl-header-mini-cart {
    display: block;
  }
}

.custom-header .wl-header-navigation {
  --wl-header-navigation-background-color-mobile: var(--wl-color-pure-light);
  --wl-header-navigation-background-color: var(--wl-color-light);
  --wl-header-navigation-color-primary: var(--wl-color-text-primary);
  --wl-header-navigation-list-border-color-separation: var(--wl-color-primary-lighter);
  --wl-header-navigation-border-color-dark: var(--wl-color-border-extra-dark);
  --wl-header-navigation-background-color-mobile-header: var(--wl-color-background-light);
  display: flex;
  flex-direction: column;
  font-family: var(--wl-font-heading);
}

.custom-header .wl-header-navigation .wl-backdrop {
  z-index: calc(var(--wl-z-index-header-navigation) - 1);
}

.custom-header .wl-header-navigation__back {
  color: var(--wl-color-text-secondary);
}

.custom-header .wl-header-navigation__mobile-header {
  position: relative;
  padding: 0.75rem 0;
  margin-bottom: 0.5rem;
  border-bottom: 0.0625rem solid var(--wl-header-navigation-border-color-moblile-header);
  background: var(--wl-header-navigation-background-color-mobile-header);
}

.custom-header .wl-header .wl-header-navigation__mobile-header .SiteLogo > *:first-child {
  margin: initial;
}

.custom-header .wl-header-navigation__mobile-header button {
  position: absolute;
  padding: 0 0.25rem;
  margin-right: 1rem;
  top: 0;
  bottom: 0;
  right: 0;
  color: var(--wl-header-navigation-color-primary);
  border: none;
  background-color: transparent;
  font-size: 2rem;
}

.custom-header .wl-header-navigation__container {
  z-index: var(--wl-z-index-header-navigation);
  background-color: var(--wl-header-navigation-background-color-mobile);
  height: 100vh;
  position: fixed;
  padding: 0 0 1rem;
  top: 0;
  overflow-y: auto;
}

.custom-header .wl-header-navigation nav {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
  margin: 0;
}

.custom-header .wl-header-navigation nav .wl-header-navigation__group-title {
  margin-right: 1.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.custom-header .wl-header-navigation nav .wl-header-navigation__group-title a {
  color: var(--wl-header-navigation-color-primary);
}

.custom-header .wl-header-navigation nav .wl-header-navigation__group-title a:hover {
  color: var(--wl-header-navigation-color-primary);
  text-decoration: underline;
}

.custom-header .wl-header-navigation nav + .wl-header-navigation-login {
  margin-bottom: 1rem;
}

.custom-header .wl-header-navigation nav .link-columns-wrapper {
  background-color: transparent;
  flex-direction: column;
  display: none;
  transform: translateZ(0);
}

.custom-header .wl-header-navigation nav .link-columns-wrapper:hover {
  text-decoration: none;
}

.custom-header .wl-header-navigation nav .link-columns-wrapper .wl-header-navigation__group-title--mobile {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 0;
  padding: 0.5rem 0;
}

.custom-header .wl-header-navigation nav .link-columns-wrapper .wl-header-navigation__back {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  background-color: transparent;
  border: none;
  width: fit-content;
  padding: 0;
}

.custom-header .wl-header-navigation nav .link-columns-wrapper .wl-header-navigation__back cx-icon {
  font-size: 1.4rem;
}

.custom-header .wl-header-navigation nav .link-columns-wrapper .wl-header-navigation__back p {
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 0;
  margin-left: 0.5rem;
  font-family: var(--wl-font-body);
}

.custom-header .wl-header-navigation nav .link-columns-wrapper .wl-header-navigation__back.hidden-by-vertical-menu {
  display: none;
}

.custom-header .wl-header-navigation .wl-footer-country-selection {
  background-color: var(--wl-header-navigation-background-color-mobile);
  position: absolute;
  top: calc(100dvh - 3.5rem);
  z-index: calc(var(--wl-z-index-header-navigation) + 1);
  display: block;
  padding-left: 1rem;
  width: 100%;
  height: 3.5rem;
}

.custom-header .wl-header-navigation .wl-header-navigation__links__title.hidden-current-nav {
  display: none;
}

@media (max-width: 1199px) {
  .custom-header .wl-header-navigation {
    --wl-header-navigation-mobile-header-height: 4rem;
  }
  .custom-header .wl-header-navigation__mobile-header {
    height: var(--wl-header-navigation-mobile-header-height);
    display: flex;
  }
  .custom-header .wl-header-navigation__links__title-link {
    font-size: 1.375rem;
  }
  .custom-header .wl-header-navigation__container {
    min-width: 15rem;
    max-width: 22rem;
    width: 80%;
  }
  .custom-header .wl-header-navigation__container .wl-footer-country-selection {
    max-width: 22rem;
  }
  .custom-header .wl-header-navigation__container .wl-footer-country-selection__link__country {
    color: var(--wl-header-navigation-color-primary);
  }
  .custom-header .wl-header-navigation__container .wl-footer-country-selection__link__country:after {
    border-bottom: 0.1875rem solid var(--wl-header-navigation-border-color-dark);
  }
  .custom-header .wl-header-navigation__container .wl-footer-country-selection__link__language {
    color: var(--wl-header-navigation-color-primary);
  }
  .custom-header .wl-header-navigation__container .wl-footer-country-selection__link__language:after {
    border-bottom: 0.125rem solid var(--wl-header-navigation-border-color-dark);
    border-right: 0.125rem solid var(--wl-header-navigation-border-color-dark);
  }
  .custom-header .wl-header-navigation__container nav {
    padding: 1rem;
  }
  .custom-header .hidden-category {
    display: none;
  }
  .custom-header .wl-header-navigation__country-selector.wl-footer-country-selection {
    font-family: var(--wl-font-body);
    border-top: 0.0625rem solid var(--wl-color-border-light);
    padding-top: 1rem;
  }
}

@media (min-width: 1200px) {
  .custom-header .wl-header .NavigationBar {
    margin-left: auto;
  }
  .custom-header .wl-header-navigation {
    flex-direction: row;
  }
  .custom-header .wl-header-navigation .wl-header-navigation-login, .custom-header .wl-header-navigation .wl-footer-country-selection {
    display: none;
  }
  .custom-header .wl-header-navigation .wl-backdrop {
    z-index: calc(var(--wl-z-index-header-navigation) - 11);
  }
  .custom-header .wl-header-navigation__mobile-header, .custom-header .wl-header-navigation .wl-backdrop {
    display: none;
  }
  .custom-header .wl-header-navigation__container {
    z-index: calc(var(--wl-z-index-header-navigation) - 10);
    padding: 0;
    position: inherit;
    display: flex;
    flex-direction: row;
    background-color: transparent;
    min-height: var(--wl-header-height);
    max-height: var(--wl-header-height);
  }
  .custom-header .wl-header-navigation__container nav:not(:nth-last-child(3)) .wl-header-navigation__group-title:after {
    content: "";
    background: var(--wl-color-primary);
    border: 0.0625rem solid var(--wl-color-primary);
    border-radius: 0.03125rem;
    height: 0.2rem;
    width: 0.2rem;
    margin-left: 2rem;
    transform: rotate(-45deg);
  }
  .custom-header .wl-header-navigation__group-title span {
    font-family: var(--wl-font-heading);
    font-size: 1.125rem;
  }
  .custom-header .wl-header-navigation nav {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.5;
    position: inherit;
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .custom-header .wl-header-navigation nav .wl-header-navigation__group-title {
    margin: 0;
    height: 100%;
  }
  .custom-header .wl-header-navigation nav .wl-header-navigation__group-title a, .custom-header .wl-header-navigation nav .wl-header-navigation__group-title span {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .custom-header .wl-header-navigation nav cx-icon {
    display: none;
  }
  .custom-header .wl-header-navigation nav:not(:first-child) {
    padding-left: 0.81rem;
    margin-top: 0;
  }
  .custom-header .wl-header-navigation nav:not(:last-child) {
    padding-right: 0.81rem;
  }
  .custom-header .wl-header-navigation nav .link-columns-wrapper {
    overflow: hidden;
    overflow-y: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: var(--wl-header-height);
    min-height: calc(75vh - var(--wl-header-height));
    max-height: calc(90vh - var(--wl-header-height));
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 1.5rem 2.5rem;
    background: var(--wl-header-navigation-background-color);
    box-shadow: 0 0.125rem 0.1875rem #0000000d;
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility;
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
  }
  .custom-header .wl-header-navigation nav .link-columns-wrapper__content {
    overflow: auto;
  }
  .custom-header .wl-header-navigation nav .link-columns-wrapper .wl-header-navigation__group-title--mobile {
    display: none;
  }
  .custom-header .wl-header-navigation nav .link-columns-wrapper .wl-header-navigation__back {
    display: none;
  }
  .custom-header .wl-header-navigation nav .link-columns-wrapper .wl-header-navigation__links {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
  }
  .custom-header .wl-header-navigation nav .link-columns-wrapper .wl-header-navigation__content-block {
    display: flex;
  }
  .custom-header .wl-header-navigation nav .link-columns-wrapper.without-content-blocks {
    justify-content: center;
  }
}

.custom-header .wl-header-navigation-login {
  --wl-header-navigation-login-color-text-title: var(--wl-color-primary);
  --wl-header-navigation-login-color-text-secondary: var(--wl-color-text-secondary);
  --wl-header-navigation-login-color-icon: var(--wl-color-text-primary);
}

.custom-header .wl-header-navigation-login__container {
  margin: 3rem 1rem 0;
}

.custom-header .wl-header-navigation-login__container cx-icon {
  margin-top: 0.2rem;
  font-size: 1.25rem;
  color: var(--wl-header-navigation-login-color-icon);
}

.custom-header .wl-header-navigation-login__content {
  display: flex;
}

.custom-header .wl-header-navigation-login__data {
  font-family: var(--wl-font-body);
  margin-left: 0.625rem;
}

.custom-header .wl-header-navigation-login__subtitle {
  font-size: 0.875rem;
  padding-top: 0.25rem;
  color: var(--wl-header-navigation-login-color-text-secondary);
  margin-bottom: 0;
}

.custom-header .wl-header-navigation-login__top-line {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.custom-header .wl-header-navigation-login__top-line__title {
  font-size: 1.125rem;
  line-height: 1.3rem;
  color: var(--wl-header-navigation-login-color-text-title);
  margin-bottom: 1rem;
}

.custom-header .wl-header-navigation-login__sign-in:hover {
  text-decoration: underline;
}

@media (min-width: 1200px) {
  .custom-header .wl-header-navigation-login {
    display: none;
  }
}

.custom-header .wl-footer-country-selection {
  --wl-footer-country-selection-color-light: var(--wl-color-text-inverse);
  --wl-footer-country-selection-content: "·";
}

.custom-header .wl-footer-country-selection__link {
  display: flex;
  color: var(--wl-footer-country-selection-color-light);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.56;
  align-items: center;
}

.custom-header .wl-footer-country-selection__link:hover {
  color: var(--wl-footer-country-selection-color-light);
  text-decoration: none;
}

.custom-header .wl-footer-country-selection__link__country {
  display: flex;
  margin-left: 0.75rem;
}

.custom-header .wl-footer-country-selection__link__country:after {
  content: "";
  border-bottom: 0.1875rem solid var(--wl-footer-country-selection-color-light);
  margin: auto;
  height: 0.15625rem;
  width: 0.15625rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.custom-header .wl-header-navigation-list {
  --wl-header-navigation-color-title: var(--wl-color-primary);
  --wl-header-navigation-list-color-cta: var(--wl-color-extra-dark);
}

.custom-header .wl-header-navigation-list__title {
  color: var(--wl-header-navigation-color-title);
  font-size: 1.375rem;
  line-height: 1.3;
  margin-bottom: 0.69rem;
  transform: translate(-3rem);
  font-weight: 400;
}

.custom-header .wl-header-navigation-list__link:hover {
  text-decoration: none;
}

.custom-header .wl-header-navigation-list__link p {
  font-family: var(--wl-font-body);
  font-size: 1rem;
}

.custom-header .wl-header-navigation-list__link__title {
  color: var(--wl-header-navigation-list-color-cta);
  font-weight: 400;
  font-size: 0.94rem;
  line-height: 1.5;
  margin: 0;
}

.custom-header .wl-header-navigation-list__link__title:hover {
  text-decoration: underline var(--wl-header-navigation-list-color-cta);
}

@media (max-width: 1199px) {
  .custom-header .wl-header-navigation-list__content {
    padding: 0.5rem 0;
  }
  .custom-header .wl-header-navigation-list__links {
    padding: 0.5rem 0 0.5rem 1rem;
  }
}

@media (max-width: 1199px) {
  .custom-header .wl-header-navigation-list__title {
    font-size: 1.4rem;
  }
  .custom-header .wl-header-navigation-list__link__title {
    font-family: var(--wl-font-body);
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  .custom-header .wl-header-navigation-list {
    padding: 0;
    margin-right: 1.25rem;
    max-width: 13.125rem;
  }
  .custom-header .wl-header-navigation-list__title {
    font-size: 1.5rem;
  }
  .custom-header .wl-header-navigation-list__title {
    font-size: 0.75rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  .custom-header .wl-header-navigation-list__link__title {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 1rem;
  }
}

.custom-header .wl-header-navigation-visual {
  --wl-header-navigation-visual-color-title: var(--wl-color-primary);
  --wl-header-navigation-visual-color-cta: var(--wl-color-extra-dark);
  --wl-header-navigation-visual-color-cta-hover: var(--wl-color-cta-primary-hover);
}

.custom-header .wl-header-navigation-visual__container {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.custom-header .wl-header-navigation-visual__container img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 9/4;
  margin: auto;
}

.custom-header .wl-header-navigation-visual__container__title {
  color: var(--wl-header-navigation-visual-color-title);
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 1.25rem;
}

.custom-header .wl-header-navigation-visual__container a:hover {
  text-decoration: underline;
}

.custom-header .wl-header-navigation-visual__link {
  font-family: var(--wl-font-body);
}

.custom-header .wl-header-navigation-visual__link:hover {
  text-decoration: none;
}

.custom-header .wl-header-navigation-visual__link__title {
  color: var(--wl-header-navigation-visual-color-cta);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}

.custom-header .wl-header-navigation-visual__link__title:hover {
  text-decoration: underline var(--wl-header-navigation-visual-color-cta);
}

@media (max-width: 1199px) {
  .custom-header .wl-header-navigation-visual__links {
    padding: 0.5rem 0 0.5rem 1rem;
  }
  .custom-header .wl-header-navigation-visual__container__title {
    margin-top: 0;
    font-size: 1.375rem;
    line-height: 1.3;
    padding: 0.5rem 0;
  }
  .custom-header .wl-header-navigation-visual__link__title {
    font-family: var(--wl-font-body);
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  .custom-header .wl-header-navigation-visual__container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    padding: 0;
    margin-right: 1.25rem;
    max-width: 13.125rem;
  }
  .custom-header .wl-header-navigation-visual__container img {
    aspect-ratio: 4/3;
    max-height: 10.125rem;
  }
  .custom-header .wl-header-navigation-visual__container__title {
    font-size: 1.5rem;
  }
  .custom-header .wl-header-navigation-visual__container__title {
    font-size: 0.75rem;
    line-height: 1.5;
    margin-top: 1.125rem;
  }
  .custom-header .wl-header-navigation-visual__link__title {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 1rem;
  }
}

.custom-header .wl-header-login .wl-header-login-panel {
  visibility: hidden;
  opacity: 0;
  transition-property: opacity visibility;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}

.custom-header .wl-header-login:hover .wl-header-login-panel {
  visibility: visible;
  opacity: 1;
  transition-duration: 0.1s;
  transition-timing-function: ease-out;
}

.custom-header .wl-header-login-panel {
  --wl-header-login-panel-color-text: var(--wl-color-text-primary);
  --wl-header-login-panel-background-color: var(--wl-color-pure-light);
}

.custom-header .wl-header-login-panel__container {
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  display: flex;
  flex-direction: column;
  z-index: 1;
  background-color: var(--wl-header-login-panel-background-color);
  margin: auto;
  padding: 1rem;
  top: var(--wl-header-height);
  right: 0;
  max-width: 22rem;
  max-height: calc(100vh - var(--wl-header-height));
  width: 100%;
  box-shadow: 0 0.1875rem 0.3125rem #00000026;
}

.custom-header .wl-header-login-panel__container__loading {
  display: none;
}

.custom-header .wl-header-login-panel__header {
  display: flex;
  flex-direction: column;
}

.custom-header .wl-header-login-panel__header p {
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.4;
}

.custom-header .wl-header-login-panel__header__links {
  display: flex;
  margin-top: 1.5rem;
}

.custom-header .wl-header-login-panel__header__links a + a {
  margin-left: 1.25rem;
}

.custom-header .wl-header-login-panel__sign-in, .custom-header .wl-header-login-panel__sign-up {
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.25rem;
}

@keyframes header-position {
  0% {
    top: var(--wl-header-top);
  }
}

@keyframes header-position {
  0% {
    position: fixed;
    top: var(--wl-header-top);
    left: 0;
    right: 0;
  }
  to {
    position: static;
  }
}
