
@media (min-width: 992px) {
  .flexHeader {
    --header-text: var(--header-text-pd, var(--color-black));
    --header-text-scrolled: var(--header-text-scrolled-pd, var(--color-black));
    --header-mytriumph: var(--header-mytriumph-pd, var(--color-black));
    --header-mytriumph-scrolled: var(--header-mytriumph-scrolled-pd, var(--color-black));
    --header-sale: var(--header-sale-pd, var(--color-black));
    --header-sale-scrolled: var(--header-sale-scrolled-pd, var(--color-black));
  }
}

@media (min-width: 992px) {
  .flexHeader .icon:not(.icon-heart-o, .icon-filter, .icon-map-pin, .icon-shopping-bag,
  .icon-user, .icon-triumph, .icon-crown, .icon-phone, .icon--disabled):hover {
    font-weight: bold;
  }
  .flexHeader .icon:hover.icon-heart-o::before {
    content: "\e902";
  }
  .flexHeader .icon:hover.icon-filter::before {
    content: "\e908";
  }
  .flexHeader .icon:hover.icon-map-pin::before {
    content: "\e922";
  }
  .flexHeader .icon:hover.icon-shopping-bag::before {
    content: "\e921";
  }
  .flexHeader .icon:hover.icon-user::before {
    content: "\e923";
  }
}

@media (min-width: 992px) {
  .flexHeader .svgIcon--userAnimated {
    animation: none;
  }
}

@media (min-width: 992px) {
  .flexHeader {
    --header-logo: 135px;
    --header-gap-row: 20px;
  }
  .flexHeader:hover {
    background-color: var(--header-bg);
  }
  .flexHeader {
    transform: translateY(0);
  }
  .flexHeader[data-scroll-position] {
    --header-position: sticky;
    transition: transform 0.5s ease;
  }
  .flexHeader[data-scroll-position] ~ #maincontent .interactionbarContainer {
    box-shadow: 0 -5px 0 0 var(--pd-bgColor, var(--color-linenGrey));
  }
  .flexHeader[data-scroll-position=up] {
    transform: translateY(0);
  }
  .flexHeader[data-scroll-position^=down] {
    transform: translateY(-100%);
  }
  .flexHeader[data-scroll-position^=down] ~ #maincontent .interactionbarContainer {
    top: 0;
  }
  .flexHeader[data-scroll-position^=down] ~ #maincontent .pdp__leftColumn,
  .flexHeader[data-scroll-position^=down] ~ #maincontent .pdp__rightColumn {
    top: 20px;
  }
  .flexHeader[data-scroll-position^=down] ~ #maincontent .pdp__rightColumn--main {
    max-height: calc(100vh - 20px);
  }
  .flexHeader[data-scroll-position^=down].flexHeader--active, .flexHeader[data-scroll-position^=down].flexHeader--minicartActive {
    transform: translateY(0);
  }
  .flexHeader[data-scroll-position=downtop] {
    transition: none;
  }
}

@media (min-width: 992px) {
  .flexHeader--checkout {
    --header-position: sticky;
  }
}

@media (min-width: 992px) {
  .flexHeader--customMyTriumph .customMyTriumphColor path {
    fill: var(--header-mytriumph);
  }
}

@media (min-width: 992px) {
  .flexHeader--customSale .customSaleTextColor {
    color: var(--header-sale) !important;
  }
}

@media (min-width: 992px) {
  .flexHeader--customBackgroundColor .navigation__subcategories-wrapper {
    background-color: var(--header-bg);
  }
}

@media (min-width: 992px) {
  .flexHeader--customBackgroundColor .navigation__subcategories-wrapper .menuSubCategory {
    color: var(--header-text);
  }
}

@media (min-width: 992px) {
  .flexHeader--fixed::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--header-bg-hover);
    z-index: -1;
    transform: translateY(-100%);
    transition: transform 0.5s ease;
  }
  .flexHeader--fixed:hover, .flexHeader--fixed.flexHeader--active, .flexHeader--fixed[data-scroll-position] {
    --header-text: var(--header-text-scrolled) !important;
    --header-triumph-logo: var(--header-triumph-logo-scrolled) !important;
    --header-sloggi-logo: var(--header-sloggi-logo-scrolled) !important;
    --header-amostyle-logo: var(--header-amostyle-logo-scrolled) !important;
    --header-mytriumph: var(--header-mytriumph-scrolled) !important;
    --header-sale: var(--header-sale-scrolled) !important;
  }
  .flexHeader--fixed:hover::before, .flexHeader--fixed.flexHeader--active::before, .flexHeader--fixed[data-scroll-position]::before {
    transform: none;
    transition: none;
  }
}

@media (min-width: 992px) {
  .flexHeader--active {
    --header-bg: var(--color-white);
    --header-bg-hover: var(--color-white);
    --header-position: fixed;
  }
  .flexHeader--active:not([data-scroll-position]) ~ #maincontent {
    margin-top: var(--header-height);
  }
  .flexHeader--active.flexHeader--fixed:not([data-scroll-position]) ~ #maincontent {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .flexHeader__quicklinks {
    grid-row: 1/1;
    grid-column: 2/span 2;
    padding-right: calc(135px + var(--header-gap-column));
    flex: 1 1 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .flexHeader__searchIndicatorDesktop {
    grid-row: 1/1;
    grid-column: 3/3;
    font-size: 16px;
    color: var(--header-text);
    display: flex;
    align-items: center;
    align-self: flex-start;
    justify-self: end;
    gap: 10px;
    width: 100%;
    max-width: 135px;
    border-bottom: 1px solid currentcolor;
    height: 32px;
    cursor: pointer;
    user-select: none;
  }
  .flexHeader__searchIndicatorDesktop span {
    opacity: 0.7;
  }
}

@media (min-width: 992px) {
  .flexHeader__wrapper {
    grid-row: 2/span 2;
    grid-column: 1/span 2;
    min-width: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: var(--header-gap-row) var(--header-gap-column);
  }
  .flexHeader__wrapper--wrapped {
    grid-column: 1/-1;
    flex-wrap: wrap;
  }
  .flexHeader__wrapper--wrapped > .flexHeader__navigation {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .flexHeader__brandSwitcher {
    display: block;
    grid-row: 1/1;
    grid-column: 1/1;
  }
}

@media (min-width: 992px) {
  .header {
    display: grid;
    grid-template-columns: var(--header-logo) 1fr var(--header-offset);
    grid-gap: var(--header-gap-row) var(--header-gap-column);
    grid-template-rows: auto 45px;
    align-items: center;
    justify-items: stretch;
    padding: 0 3rem 10px;
  }
}

@media (min-width: 992px) {
  .header .header--checkout {
    display: flex;
    align-items: flex-start;
    padding: 40px 0 0;
    height: 110px;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .header .header__icon {
    grid-row: 2/2;
    grid-column: 3/3;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 30px;
    z-index: 1030;
    height: 100%;
  }
  .header .header__icon .svgIcon {
    height: 24px;
    width: 24px;
  }
  .header .header__icon .svgIcon--style1, .header .header__icon .svgIcon--style2 {
    stroke: var(--header-text, var(--color-black));
  }
  .header .header__icon .svgIcon--style3, .header .header__icon .svgIcon--style4 {
    stroke: var(--header-text, var(--color-black));
  }
  .header .header__icon .svgIcon--style3Filled, .header .header__icon .svgIcon--style4Filled {
    fill: var(--header-text, var(--color-black));
    stroke: var(--header-text, var(--color-black));
  }
  .header .header__icon .svgIcon:hover .svgIcon--style3, .header .header__icon .svgIcon:hover .svgIcon--style4 {
    fill: var(--header-text, var(--color-black));
  }
  .header .header__icon .svgIcon--style5, .header .header__icon .svgIcon:hover .svgIcon--style5, .header .header__icon .svgIcon:hover .svgIcon--style6 {
    fill: var(--header-text, var(--color-black));
    stroke: var(--header-text, var(--color-black));
  }
}

@media (min-width: 992px) {
  .header:has(.flexHeader__wrapper--wrapped) .header__icon {
    grid-row: 2/span 2;
    align-items: flex-start;
  }
}

@media (min-width: 992px) {
  .header .header__logo {
    z-index: 1030;
  }
}

@media (min-width: 992px) {
  .header-mobile {
    display: none;
  }
}

@media (min-width: 992px) {
  .quicklinks .item a:hover {
    text-decoration: underline;
  }
}

@media (min-width: 992px) {
  .promoBar {
    background-color: var(--color-warmStone);
    z-index: 51;
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .promoBar__specialPromotion {
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .promoBar__icon {
    margin-right: 20px;
  }
}

@media (min-width: 992px) {
  .promoBar__button {
    margin-left: 40px;
  }
}

@media (min-width: 992px) {
  .promoBar .carousel {
    left: 50%;
    right: 0;
    transform: translate(-50%);
    width: 60%;
    height: 28px;
  }
}

@media (min-width: 992px) {
  .promoBar .carousel-inner {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .promoBar .carousel-control-prev {
    opacity: 1;
    pointer-events: auto;
    display: inherit;
  }
}


@media (min-width: 992px) {
  .search {
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .search-form {
    background-color: var(--header-bg, var(--color-white));
  }
}

@media (min-width: 992px) {
  .search-recommended {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .searchCarousel {
    flex: 0 0 590px;
    overflow-x: hidden;
  }
}

@media (min-width: 992px) {
  #searchflyout {
    width: 100%;
    padding-bottom: 20px;
    min-height: 60%;
  }
}

@media (min-width: 992px) {
  .brand-switcher__list {
    margin: 5px 0;
    flex-direction: row;
  }
}

@media (min-width: 992px) {
  .brand-switcher__listItem {
    border-right: 1px solid var(--header-text);
    padding-right: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 992px) {
  .brand-switcher {
    position: relative;
    left: 0;
    top: 0;
    margin: 5px 0;
    z-index: 51;
    justify-self: flex-start;
  }
}

@media (min-width: 992px) {
  .flyout {
    padding: 0 50px 50px;
    width: 100%;
    height: auto;
    max-height: 80%;
    display: flex;
    z-index: 50;
    transition: none;
    background-color: var(--header-bg, var(--color-white));
  }
  .flyout--top {
    left: 0;
    top: -2000px;
  }
  .flyout--right {
    left: auto;
    right: -120%;
    top: 170px;
    top: 0;
  }
  .flyout--left {
    left: -100%;
  }
}

@media (min-width: 992px) {
  .flyout:not(.flyout--cart) {
    color: var(--header-text-pd, var(--color-black));
  }
}

@media (min-width: 992px) {
  .flyout--navigation {
    visibility: initial;
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
    justify-content: center;
    overflow: auto;
    width: inherit;
    background-color: var(--color-transparent);
  }
  .flyout--navigation.flyout--active {
    background-color: var(--color-transparent);
  }
  .flyout--navigation.flyout--top {
    top: auto !important;
    left: auto !important;
  }
}

@media (min-width: 992px) {
  .flyout--active {
    background: var(--header-bg-hover, var(--header-bg, var(--color-white)));
  }
  .flyout--active.flyout--top {
    top: -8px;
  }
  .flyout--active.flyout--right {
    left: auto;
    right: 0;
  }
  .flyout--active.flyout--left {
    left: -100%;
  }
}

@media (min-width: 992px) {
  .flyout--active:not(.flyout--tooltipDesktop) ~ .flyout-offset {
    opacity: 0.1;
    display: block;
  }
}

@media (min-width: 992px) {
  .flyout--secondary {
    position: relative;
    opacity: 1;
    margin-top: 0;
    min-height: unset;
  }
}

@media (min-width: 992px) {
  .flyout--tooltipDesktop {
    display: none;
    width: 100%;
    background-color: var(--color-transparent);
    overflow: hidden;
    padding: 10px 0 0;
    transform: translateY(calc(var(--header-height) * -1));
  }
  .flyout--tooltipDesktop::after {
    content: "";
    position: absolute;
    right: 34px;
    top: 5px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(-45deg);
  }
}

@media (min-width: 992px) {
  .flyout--help {
    display: block;
    border: 1px solid var(--color-black);
    padding: 20px;
    width: 200px;
    overflow: visible;
    left: 0;
    background-color: var(--color-white);
    transform: translate(calc(-50% + 8px), calc(var(--header-height) * -1));
  }
  .flyout--help::after {
    right: calc(var(--arrow-position) - 3px);
    top: -6px;
  }
}

@media (min-width: 992px) {
  .flyout--cart {
    display: block;
    width: 382px;
    left: auto;
    right: 20px;
  }
}

@media (min-width: 992px) {
  .flyout--filter .label {
    color: var(--pd-textColor, var(--color-tangaroa));
  }
}

@media (min-width: 992px) {
  .flyout .text {
    color: var(--header-text-pd, var(--color-black));
  }
}

@media (min-width: 992px) {
  .flyout .svgIcon--style1, .flyout .svgIcon--style2 {
    stroke: var(--header-text-pd, var(--color-black));
  }
}

@media (min-width: 992px) {
  .flyoutWrapper {
    top: var(--header-height);
  }
  .flyoutWrapper--navigation {
    position: static;
    width: auto;
    flex: 1 1 0;
  }
}

@media (min-width: 992px) {
  .flyout-offset {
    top: var(--header-height);
    height: 100vh;
    z-index: auto;
  }
}

@media (min-width: 992px) {
  .flyout-offset--lineitemActive {
    transform: translate(9999px);
    opacity: 0;
  }
}


@media (min-width: 992px) {
  .flyout-toggle--active.icon-menu::before {
    content: "\e90a";
  }
}

@media (min-width: 992px) {
  .menuMainCategory {
    color: var(--header-text, var(--color-black));
    width: auto;
    pointer-events: all;
    padding: 0;
  }
  .menuMainCategory:hover {
    text-decoration: underline;
  }
}

@media (min-width: 992px) {
  .menuMainCategory--active + .navigation__subcategories-wrapper {
    left: 0;
    z-index: 100;
    display: block;
  }
}

@media (min-width: 992px) {
  .menuMainCategory__icon {
    display: none;
  }
}

@media (min-width: 992px) {
  .menuMainCategory__text {
    max-width: none;
  }
}

@media (min-width: 992px) {
  .menuSubCategory:hover,
  .menuPageLink:hover {
    text-decoration: underline;
  }
}

@media (min-width: 992px) {
  .menuSubCategory__text,
  .menuPageLink__text {
    width: 100%;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .menuSubCategory--2ndlvl,
  .menuPageLink--2ndlvl {
    text-decoration: none;
    font-size: 18px;
    padding-bottom: 25px;
    order: -2;
    pointer-events: none;
  }
}

@media (min-width: 992px) {
  .navigation {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .navigation::-webkit-scrollbar {
    display: none;
  }
  .navigation {
    margin-top: 0;
    padding: 0;
    z-index: 100;
    overflow: visible;
  }
}

@media (min-width: 992px) {
  .navigation--active {
    height: auto;
  }
}

@media (min-width: 992px) {
  .navigation__categories {
    display: flex;
    gap: 16px;
    justify-content: space-evenly;
    list-style-type: none;
    margin: 0;
  }
}

@media (min-width: 992px) {
  .navigation__subcategories-wrapper {
    transition: none;
    position: fixed;
    top: var(--header-height);
    height: auto;
    max-height: 70vh;
    overflow-y: auto;
    pointer-events: all;
    padding: 24px 0;
    display: none;
    background-color: var(--flyout-bg-active, var(--color-whiteOpacity));
  }
}

@media (min-width: 992px) {
  .navigation__subcategories {
    display: flex;
    justify-content: space-around;
  }
}

@media (min-width: 992px) {
  .navigation__subcategories > .navigation__subcategory {
    width: 220px;
  }
}

@media (min-width: 992px) {
  .navigation__subcategory {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .navigation__subcategory--2ndColumn {
    padding-top: 50px;
  }
}

@media (min-width: 992px) {
  .navigation__subcategory-link:hover {
    text-decoration: underline;
    color: var(--color-black);
  }
}

@media (min-width: 992px) {
  .navigation__backToCategory {
    display: none;
  }
}

@media (min-width: 992px) {
  .navigation__countrySelectorButton {
    position: relative;
    bottom: auto;
  }
}

@media (min-width: 992px) {
  .navigation__pageLinks {
    width: auto;
    order: 2;
  }
}

@media (min-width: 992px) {
  .navigation__pagelinkContent {
    order: 3;
  }
}

@media (min-width: 992px) {
  .navigation__rightPart {
    z-index: 100;
    background-color: #fff;
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 992px) {
  .navigation__close {
    display: none;
  }
}

@media (min-width: 992px) {
  .navigation__rightPart {
    display: none;
  }
}
/*# sourceMappingURL=navigation-lg.css.map*/