body.tz-lux-shell {
  --tz-header-bg: linear-gradient(135deg, rgba(2, 11, 17, 0.98) 0%, rgba(5, 20, 29, 0.98) 58%, rgba(3, 14, 21, 0.98) 100%);
  --tz-header-bg-soft: linear-gradient(135deg, rgba(7, 24, 34, 0.96) 0%, rgba(5, 19, 28, 0.94) 100%);
  --tz-header-panel: rgba(8, 25, 35, 0.84);
  --tz-header-panel-strong: rgba(6, 20, 28, 0.96);
  --tz-header-border: rgba(59, 167, 181, 0.26);
  --tz-header-border-strong: rgba(219, 183, 110, 0.28);
  --tz-header-text: #edf7f7;
  --tz-header-muted: rgba(188, 214, 218, 0.72);
  --tz-header-accent: #11b0bf;
  --tz-header-accent-soft: rgba(17, 176, 191, 0.16);
  --tz-header-gold: #d8b16c;
  --tz-cart-gold: #d7b26d;
  --tz-cart-bubble-bg: #7a5a2a;
  --tz-cart-bubble-border: #e8cb93;
  --tz-cart-shell-bg: linear-gradient(158deg, rgba(10, 30, 41, 0.9) 0%, rgba(6, 20, 29, 0.88) 58%, rgba(5, 17, 25, 0.92) 100%);
  --tz-cart-bubble-grad: linear-gradient(180deg, rgba(154, 119, 58, 0.98) 0%, rgba(122, 90, 42, 0.98) 100%);
  --tz-header-shadow: 0 20px 44px rgba(1, 8, 13, 0.34);
  overflow-x: hidden;
  overflow-x: clip;
}

body.tz-lux-shell #masthead.site-header {
  position: relative;
  overflow: clip;
  background:
    radial-gradient(circle at top left, rgba(17, 176, 191, 0.14), transparent 34%),
    radial-gradient(circle at top right, rgba(216, 177, 108, 0.08), transparent 28%),
    var(--tz-header-bg);
  border-bottom: 1px solid var(--tz-header-border);
  box-shadow: var(--tz-header-shadow);
}

body.tz-lux-shell #masthead.site-header::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(17, 176, 191, 0.55) 18%, rgba(216, 177, 108, 0.2) 50%, rgba(17, 176, 191, 0.55) 82%, transparent 100%);
}

body.tz-lux-shell .menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: rgba(2, 9, 14, 0.62);
  backdrop-filter: blur(8px);
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

body.tz-lux-shell.mobile-toggled .menu-overlay {
  opacity: 1;
  visibility: visible;
}

body.tz-lux-shell .site-search form,
body.tz-lux-shell .woocommerce-product-search {
  position: relative;
}

body.tz-lux-shell .site-search form::before,
body.tz-lux-shell .woocommerce-product-search::before {
  background-color: var(--tz-header-accent);
}

body.tz-lux-shell input[type="search"] {
  color: var(--tz-header-text);
}

body.tz-lux-shell input[type="search"]::placeholder {
  color: var(--tz-header-muted);
}

body.tz-lux-shell .main-navigation ul li a span strong {
  color: #081117;
  background: linear-gradient(135deg, #d8b16c 0%, #f0d39a 100%);
  box-shadow: 0 10px 18px rgba(216, 177, 108, 0.18);
}

body.tz-lux-shell .site-header a,
body.tz-lux-shell .col-full-nav a {
  transition: color 0.24s ease, background-color 0.24s ease, border-color 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease, opacity 0.24s ease;
}

body.tz-lux-shell.drawer-open::before {
  background: rgba(2, 10, 16, 0.7);
  backdrop-filter: blur(2px);
}

body.tz-lux-shell #shoptimizerCartDrawer.shoptimizer-mini-cart-wrap {
  z-index: 170;
  border-left: 1px solid var(--tz-header-border);
  background:
    radial-gradient(circle at top right, rgba(17, 176, 191, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(7, 24, 33, 0.99) 0%, rgba(4, 14, 21, 0.99) 100%);
  box-shadow: none;
  color: var(--tz-header-text);
}

body.tz-lux-shell.drawer-open #shoptimizerCartDrawer.shoptimizer-mini-cart-wrap {
  box-shadow: -28px 0 54px rgba(1, 8, 13, 0.52);
}

body.tz-lux-shell #shoptimizerCartDrawer #ajax-loading {
  background: rgba(3, 12, 18, 0.62);
}

body.tz-lux-shell #shoptimizerCartDrawer .spinner {
  border-color: rgba(17, 176, 191, 0.36);
  border-bottom-color: rgba(216, 177, 108, 0.96);
}

body.tz-lux-shell #shoptimizerCartDrawer .cart-drawer-heading {
  margin: 14px 22px;
  color: var(--tz-header-text);
  letter-spacing: 0.01em;
}

body.tz-lux-shell #shoptimizerCartDrawer .close-drawer {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 11px;
  right: 14px;
  width: 32px;
  height: 32px;
  padding: 0;
  line-height: 0;
  color: var(--tz-header-accent);
  border: 1px solid rgba(17, 176, 191, 0.32);
  border-radius: 10px;
  background: rgba(6, 21, 30, 0.84);
}

body.tz-lux-shell #shoptimizerCartDrawer .close-drawer:hover,
body.tz-lux-shell #shoptimizerCartDrawer .close-drawer:focus-visible {
  color: #fff;
  background: rgba(17, 176, 191, 0.18);
  border-color: rgba(17, 176, 191, 0.56);
}

body.tz-lux-shell #shoptimizerCartDrawer .close-drawer span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
}

body.tz-lux-shell #shoptimizerCartDrawer .close-drawer span svg {
  display: block;
  width: 16px;
  height: 16px;
}

body.tz-lux-shell #shoptimizerCartDrawer .widget_shopping_cart {
  margin-top: 58px;
  padding: 0 22px;
  background: transparent;
}

body.tz-lux-shell #shoptimizerCartDrawer .widget_shopping_cart .product_list_widget {
  padding-right: 8px;
}

body.tz-lux-shell #shoptimizerCartDrawer .widget_shopping_cart .product_list_widget::-webkit-scrollbar {
  width: 8px;
}

body.tz-lux-shell #shoptimizerCartDrawer .widget_shopping_cart .product_list_widget::-webkit-scrollbar-track {
  background: rgba(4, 14, 21, 0.95);
}

body.tz-lux-shell #shoptimizerCartDrawer .widget_shopping_cart .product_list_widget::-webkit-scrollbar-thumb {
  border: 2px solid rgba(4, 14, 21, 0.95);
  border-radius: 999px;
  background: rgba(17, 176, 191, 0.48);
}

body.tz-lux-shell #shoptimizerCartDrawer .woocommerce-mini-cart.cart_list::before {
  border-top-color: rgba(17, 176, 191, 0.2);
}

body.tz-lux-shell #shoptimizerCartDrawer .widget_shopping_cart li.mini_cart_item {
  border-bottom-color: rgba(17, 176, 191, 0.16);
}

body.tz-lux-shell #shoptimizerCartDrawer .widget_shopping_cart .product_list_widget li a.remove {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 14px;
  left: 4px;
  width: 18px;
  height: 18px;
  padding: 0;
  line-height: 0;
  border-radius: 999px;
  background: rgba(17, 176, 191, 0.12);
  transition: background-color 0.24s ease;
}

body.tz-lux-shell #shoptimizerCartDrawer .widget_shopping_cart .product_list_widget li a.remove::before {
  position: static;
  margin: 0;
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
  background-color: rgba(158, 230, 238, 0.9);
}

body.tz-lux-shell #shoptimizerCartDrawer .widget_shopping_cart .product_list_widget li a.remove:hover {
  background: rgba(17, 176, 191, 0.22);
}

body.tz-lux-shell #shoptimizerCartDrawer .widget_shopping_cart .product_list_widget li a.remove:hover::before {
  background-color: #f0fdff;
}

body.tz-lux-shell #shoptimizerCartDrawer .widget_shopping_cart li.mini_cart_item a {
  color: var(--tz-header-text);
}

body.tz-lux-shell #shoptimizerCartDrawer .widget_shopping_cart li.mini_cart_item a:hover {
  color: #fff;
}

body.tz-lux-shell #shoptimizerCartDrawer .widget_shopping_cart .woocommerce-mini-cart-item .amount,
body.tz-lux-shell #shoptimizerCartDrawer .widget_shopping_cart p.total {
  color: var(--tz-header-text);
}

body.tz-lux-shell #shoptimizerCartDrawer .widget_shopping_cart p.total {
  border-top-color: rgba(17, 176, 191, 0.2);
}

body.tz-lux-shell #shoptimizerCartDrawer .product_list_widget img {
  border-radius: 10px;
  border: 1px solid rgba(17, 176, 191, 0.24);
  box-shadow: 0 8px 18px rgba(1, 8, 13, 0.32);
}

body.tz-lux-shell #shoptimizerCartDrawer .widget_shopping_cart p.total .tax_label,
body.tz-lux-shell #shoptimizerCartDrawer .product_list_widget li .quantity {
  color: var(--tz-header-muted);
}

body.tz-lux-shell #shoptimizerCartDrawer .widget_shopping_cart a.button {
  border-color: rgba(17, 176, 191, 0.34);
  color: var(--tz-header-text);
  background: rgba(8, 25, 35, 0.88);
}

body.tz-lux-shell #shoptimizerCartDrawer .widget_shopping_cart a.button:hover {
  border-color: rgba(17, 176, 191, 0.52);
  color: #fff;
  background: rgba(10, 32, 45, 0.96);
}

body.tz-lux-shell #shoptimizerCartDrawer .widget_shopping_cart a.button.checkout {
  border-color: rgba(216, 177, 108, 0.52);
  color: #071118;
  background: linear-gradient(140deg, #bf8f46 0%, #d9af6a 52%, #f0cf95 100%);
  box-shadow: 0 10px 20px rgba(1, 8, 13, 0.24), inset 0 1px 0 rgba(255, 243, 218, 0.48);
  text-shadow: 0 1px 0 rgba(255, 239, 203, 0.24);
}

body.tz-lux-shell #shoptimizerCartDrawer .widget_shopping_cart a.button.checkout:hover {
  filter: brightness(1.01) saturate(1.04);
  box-shadow: 0 12px 24px rgba(1, 8, 13, 0.28), inset 0 1px 0 rgba(255, 243, 218, 0.52);
}

body.tz-lux-shell #shoptimizerCartDrawer .widget_shopping_cart a.button.checkout::before {
  background-color: rgba(7, 17, 24, 0.88);
  opacity: 0.96;
  box-shadow: 0 0 0 1px rgba(255, 243, 218, 0.34);
  border-radius: 2px;
}

body.tz-lux-shell #shoptimizerCartDrawer .woocommerce-mini-cart__empty-message {
  border-top-color: rgba(17, 176, 191, 0.2);
  color: var(--tz-header-text);
}

body.tz-lux-shell #shoptimizerCartDrawer .woocommerce-mini-cart__empty-message::before {
  opacity: 0.72;
  background: linear-gradient(135deg, rgba(17, 176, 191, 0.48) 0%, rgba(216, 177, 108, 0.62) 100%);
}

body.tz-lux-shell #shoptimizerCartDrawer .cart-drawer-below {
  color: var(--tz-header-muted);
}

@media (min-width: 993px) {
  body.tz-lux-shell #masthead.site-header {
    overflow: visible;
  }

  body.tz-lux-shell .mobile-menu.close-drawer {
    display: none !important;
  }

  body.tz-lux-shell #masthead .main-header.col-full {
    align-items: center;
    gap: 24px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  body.tz-lux-shell #masthead .site-branding {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
  }

  body.tz-lux-shell #masthead .custom-logo-link img {
    filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.26));
  }

  body.tz-lux-shell #masthead .site-search {
    margin-left: 1.8rem;
  }

  body.tz-lux-shell #masthead .site-search,
  body.tz-lux-shell #masthead .woocommerce-product-search {
    position: relative;
    z-index: 40;
  }

  body.tz-lux-shell #masthead .site-search input[type="search"] {
    height: 56px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 18px;
    border: 1px solid rgba(17, 176, 191, 0.2);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(8, 25, 35, 0.98) 0%, rgba(5, 18, 26, 0.98) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 14px 22px rgba(1, 8, 13, 0.14);
  }

  body.tz-lux-shell #masthead .site-search input[type="search"]:hover,
  body.tz-lux-shell #masthead .site-search input[type="search"]:focus {
    border-color: rgba(17, 176, 191, 0.36);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 0 0 3px rgba(17, 176, 191, 0.1), 0 16px 24px rgba(1, 8, 13, 0.2);
  }

  body.tz-lux-shell #masthead .commercekit-ajs-results {
    z-index: 120;
    margin-top: 8px;
    min-height: 0;
    max-height: min(68vh, 560px);
    border: 1px solid rgba(17, 176, 191, 0.34);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(6, 20, 29, 0.99) 0%, rgba(4, 14, 21, 0.99) 100%);
    box-shadow: 0 26px 52px rgba(1, 8, 13, 0.52), inset 0 1px 0 rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(10px);
  }

  body.tz-lux-shell #masthead .commercekit-ajs-suggestions {
    border: 0;
    background: transparent;
  }

  body.tz-lux-shell #masthead .commercekit-ajs-suggestions > .autocomplete-suggestion {
    border-bottom: 1px solid rgba(17, 176, 191, 0.16);
    background: transparent;
  }

  body.tz-lux-shell #masthead .commercekit-ajs-suggestions > .autocomplete-suggestion:hover,
  body.tz-lux-shell #masthead .commercekit-ajs-suggestions > .autocomplete-suggestion.active,
  body.tz-lux-shell #masthead .commercekit-ajs-suggestions > .autocomplete-suggestion.autocomplete-selected > a {
    background: rgba(17, 176, 191, 0.12);
  }

  body.tz-lux-shell #masthead .commercekit-ajs-results .autocomplete-suggestion a {
    color: var(--tz-header-text);
  }

  body.tz-lux-shell #masthead .commercekit-ajs-results .commercekit-ajs-product-title,
  body.tz-lux-shell #masthead .commercekit-ajs-results .commercekit-ajs-post-title {
    color: var(--tz-header-text);
    font-weight: 600;
  }

  body.tz-lux-shell #masthead .commercekit-ajs-results .commercekit-ajs-product-price,
  body.tz-lux-shell #masthead .commercekit-ajs-results .commercekit-ajs-product-price ins {
    color: rgba(184, 229, 236, 0.92);
  }

  body.tz-lux-shell #masthead .commercekit-ajs-results .commercekit-ajs-product-price .product-short-desc {
    display: block;
    color: var(--tz-header-gold);
    font-weight: 500;
    line-height: 1.45;
  }

  body.tz-lux-shell #masthead .commercekit-ajs-results .commercekit-ajs-product-price del {
    color: rgba(189, 206, 212, 0.62);
  }

  body.tz-lux-shell #masthead .commercekit-ajs-results .autocomplete-no-suggestion {
    color: var(--tz-header-muted);
  }

  body.tz-lux-shell #masthead .commercekit-ajs-other-result-wrap {
    background: transparent;
  }

  body.tz-lux-shell #masthead .commercekit-ajs-other-result {
    height: 36px;
    line-height: 36px;
    color: rgba(224, 240, 243, 0.74);
    background: linear-gradient(90deg, rgba(8, 25, 35, 0.96) 0%, rgba(10, 32, 44, 0.98) 50%, rgba(8, 25, 35, 0.96) 100%);
    border-top: 1px solid rgba(17, 176, 191, 0.2);
    border-bottom: 1px solid rgba(17, 176, 191, 0.2);
  }

  body.tz-lux-shell #masthead .commercekit-ajs-view-all-holder > a {
    height: 44px;
    line-height: 44px;
    color: #eaf7f8;
    letter-spacing: 0.05em;
    background: linear-gradient(135deg, rgba(9, 37, 50, 0.98) 0%, rgba(13, 76, 96, 0.98) 100%);
    border-top: 1px solid rgba(17, 176, 191, 0.28);
  }

  body.tz-lux-shell #masthead .commercekit-ajs-view-all-holder > a:hover {
    color: #ffffff;
    filter: brightness(1.06);
  }

  body.tz-lux-shell #masthead .commercekit-ajs-results::-webkit-scrollbar {
    width: 9px;
  }

  body.tz-lux-shell #masthead .commercekit-ajs-results::-webkit-scrollbar-track {
    background: rgba(3, 12, 18, 0.92);
  }

  body.tz-lux-shell #masthead .commercekit-ajs-results::-webkit-scrollbar-thumb {
    border: 2px solid rgba(3, 12, 18, 0.92);
    border-radius: 999px;
    background: rgba(17, 176, 191, 0.46);
  }

  body.tz-lux-shell #masthead .secondary-navigation {
    display: flex;
    align-items: center;
    margin-left: auto;
    padding-left: 0;
  }

  body.tz-lux-shell #masthead .secondary-navigation .menu {
    display: flex;
    gap: 12px;
    margin-right: 0;
  }

  body.tz-lux-shell #masthead .secondary-navigation .menu-item {
    padding: 0;
    border-left: 0;
  }

  body.tz-lux-shell #masthead .secondary-navigation ul li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 84px;
    padding: 9px 14px;
    color: var(--tz-header-text);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border: 1px solid rgba(17, 176, 191, 0.18);
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(9, 24, 34, 0.56) 0%, rgba(5, 16, 24, 0.72) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    line-height: 1;
  }

  body.tz-lux-shell #masthead .secondary-navigation ul li a:hover {
    color: #fff;
    border-color: rgba(17, 176, 191, 0.34);
    background: linear-gradient(135deg, rgba(10, 32, 45, 0.74) 0%, rgba(7, 21, 31, 0.86) 100%);
    box-shadow: 0 10px 20px rgba(1, 8, 13, 0.2);
    transform: translateY(-1px);
  }

  body.tz-lux-shell #masthead .secondary-navigation .menu li:not(.ri) a {
    padding-top: 9px;
  }

  body.tz-lux-shell #masthead .secondary-navigation .icon-wrapper {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    display: inline-flex;
    flex: 0 0 17px;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    margin: 0;
    line-height: 0;
  }

  body.tz-lux-shell #masthead .secondary-navigation .icon-wrapper svg {
    display: block;
    width: 17px;
    height: 17px;
    vertical-align: middle;
  }

  body.tz-lux-shell #masthead .secondary-navigation .icon-wrapper svg * {
    stroke: var(--tz-header-accent) !important;
  }

  body.tz-lux-shell #masthead .secondary-navigation a[href*="/zamowienie/"] .icon-wrapper svg *,
  body.tz-lux-shell #masthead .secondary-navigation a[href*="/order"] .icon-wrapper svg * {
    stroke: var(--tz-header-gold) !important;
  }

  body.tz-lux-shell .col-full-nav {
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    border-bottom: 1px solid var(--tz-header-border);
    background:
      radial-gradient(circle at 12% 0%, rgba(17, 176, 191, 0.12), transparent 25%),
      linear-gradient(90deg, rgba(3, 12, 18, 0.96) 0%, rgba(4, 17, 25, 0.98) 40%, rgba(3, 12, 18, 0.96) 100%);
    backdrop-filter: blur(14px);
    box-shadow: 0 20px 38px rgba(1, 8, 13, 0.18);
  }

  body.tz-lux-shell .shoptimizer-primary-navigation.col-full {
    align-items: center;
    min-height: 62px;
  }

  body.tz-lux-shell .main-navigation {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
  }

  body.tz-lux-shell .menu-primary-menu-container > ul.menu:hover > li > a {
    opacity: 0.74;
  }

  body.tz-lux-shell .menu-primary-menu-container > ul.menu:hover > li:hover > a {
    opacity: 1;
  }

  body.tz-lux-shell .menu-primary-menu-container > ul > li > a {
    padding-right: 0.78em;
    padding-left: 0.78em;
    color: var(--tz-header-text);
    font-weight: 600;
    letter-spacing: 0.01em;
  }

  body.tz-lux-shell .menu-primary-menu-container > ul > li > a:hover {
    color: #fff;
  }

  body.tz-lux-shell .menu-primary-menu-container > ul > li > a span::before,
  body.tz-lux-shell .menu-primary-menu-container > ul > li.nolink > span::before {
    top: calc(100% + 8px);
    border-bottom-color: rgba(17, 176, 191, 0.64);
  }

  body.tz-lux-shell .menu-primary-menu-container > ul > li.menu-item-has-children > a::after,
  body.tz-lux-shell .menu-primary-menu-container > ul > li.menu-item-has-children.nolink > span::after {
    background-color: var(--tz-header-muted);
  }

  body.tz-lux-shell .main-navigation ul.menu > li.menu-item-has-children:hover > a::after,
  body.tz-lux-shell .main-navigation ul.menu > li.menu-item-has-children.nolink:hover > span::after {
    background-color: var(--tz-header-accent);
  }

  body.tz-lux-shell .col-full-nav {
    position: relative;
  }

  body.tz-lux-shell .col-full-nav::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    z-index: 122;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: rgba(2, 9, 14, 0.56);
    backdrop-filter: none;
    transition: opacity 0.24s ease, visibility 0.24s ease;
  }

  body.tz-lux-shell .col-full-nav:has(.main-navigation ul.menu > li.menu-item-has-children:hover)::before,
  body.tz-lux-shell .col-full-nav:has(.main-navigation ul.menu > li.menu-item-has-children:focus-within)::before {
    opacity: 1;
    visibility: visible;
  }

  body.tz-lux-shell .main-navigation ul.menu > li.menu-item-has-children > .sub-menu-wrapper {
    z-index: 128;
  }

  body.tz-lux-shell .main-navigation ul.menu > li:not(.full-width) > .sub-menu-wrapper {
    padding-top: 16px;
  }

  body.tz-lux-shell .main-navigation ul.menu > li:not(.full-width) ul.sub-menu {
    padding: 14px 10px;
    width: 220px;
    border: 1px solid var(--tz-header-border);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(8, 24, 34, 0.98) 0%, rgba(4, 15, 22, 0.98) 100%);
    box-shadow: 0 28px 52px rgba(1, 8, 13, 0.36);
    backdrop-filter: blur(18px);
  }

  body.tz-lux-shell .main-navigation ul.menu > li:not(.full-width) a.sub-menu-link,
  body.tz-lux-shell ul.menu ul li.nolink {
    padding: 0.55em 0.9em;
    color: var(--tz-header-muted);
    border-radius: 12px;
  }

  body.tz-lux-shell .main-navigation ul.menu > li:not(.full-width) a.sub-menu-link:hover,
  body.tz-lux-shell .main-navigation ul.menu > li:not(.full-width) a.sub-menu-link:focus {
    color: #fff;
    background: rgba(17, 176, 191, 0.12);
    transform: translateX(3px);
  }

  body.tz-lux-shell .main-navigation ul.menu > li:not(.full-width) ul li.menu-item-has-children > a::after {
    background-color: var(--tz-header-accent);
  }

  body.tz-lux-shell .main-navigation ul.menu li.full-width > .sub-menu-wrapper {
    background: linear-gradient(180deg, rgba(8, 24, 34, 0.98) 0%, rgba(4, 15, 22, 0.98) 100%);
    border-top: 1px solid var(--tz-header-border);
    box-shadow: 0 24px 44px rgba(1, 8, 13, 0.28);
  }

  body.tz-lux-shell .main-navigation ul.menu > li.tz-brands-menu {
    position: relative;
  }

  body.tz-lux-shell .main-navigation ul.menu > li.tz-brands-menu::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 8px;
    right: 8px;
    height: 24px;
  }

  body.tz-lux-shell .main-navigation ul.menu > li.tz-brands-menu > .sub-menu-wrapper {
    --tz-brands-panel-max-h: min(72vh, 620px);
    top: calc(100% + 8px);
    left: 50%;
    width: min(1020px, calc(100vw - 76px));
    max-height: var(--tz-brands-panel-max-h);
    margin-top: 0;
    border: 1px solid rgba(17, 176, 191, 0.28);
    border-radius: 22px;
    overflow: hidden;
    overscroll-behavior: contain;
    overscroll-behavior-y: contain;
    transform: translateX(-50%) scale(0.96);
    transform-origin: top center;
    transition: opacity 0.24s ease, visibility 0.24s ease, transform 0.24s ease;
    background: transparent;
  }

  body.tz-lux-shell .main-navigation ul.menu > li.tz-brands-menu:hover > .sub-menu-wrapper,
  body.tz-lux-shell .main-navigation ul.menu > li.tz-brands-menu:focus-within > .sub-menu-wrapper,
  body.tz-lux-shell .main-navigation ul.menu > li.tz-brands-menu.dropdown-open > .sub-menu-wrapper {
    transform: translateX(-50%) scale(1);
  }

  body.tz-lux-shell .main-navigation ul.menu > li.tz-brands-menu > .sub-menu-wrapper > .container {
    max-width: none;
    padding-right: 0;
    padding-left: 0;
  }

  body.tz-lux-shell .main-navigation ul.menu > li.tz-brands-menu > .sub-menu-wrapper > .container > ul.sub-menu {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 11px;
    justify-content: stretch;
    width: 100%;
    max-height: calc(var(--tz-brands-panel-max-h) - 30px);
    overflow-y: auto;
    overscroll-behavior: contain;
    overscroll-behavior-y: contain;
    margin: 14px 0 12px;
    padding: 0 12px 0 16px;
    border-radius: 14px;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
    scrollbar-color: rgba(17, 176, 191, 0.42) rgba(4, 15, 21, 0.42);
  }

  body.tz-lux-shell .main-navigation ul.menu > li.tz-brands-menu > .sub-menu-wrapper > .container > ul.sub-menu > li {
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
  }

  body.tz-lux-shell .main-navigation ul.menu > li.tz-brands-menu > .sub-menu-wrapper > .container > ul.sub-menu > li:last-child {
    border-right: 0;
  }

  body.tz-lux-shell .main-navigation ul.menu > li.tz-brands-menu > .sub-menu-wrapper a.sub-menu-link {
    display: block;
    min-height: 170px;
    padding: 12px 10px 14px;
    color: var(--tz-header-text);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.32;
    text-align: center;
    letter-spacing: 0.01em;
    border: 1px solid rgba(17, 176, 191, 0.2);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(10, 30, 42, 0.88) 0%, rgba(6, 18, 26, 0.96) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 7px 15px rgba(1, 8, 13, 0.26);
    transform: none;
    transition: transform 0.22s ease, border-color 0.22s ease, background-color 0.22s ease, box-shadow 0.22s ease, color 0.22s ease, filter 0.22s ease;
  }

  body.tz-lux-shell .main-navigation ul.menu > li.tz-brands-menu > .sub-menu-wrapper a.sub-menu-link > span {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    width: 100%;
    min-height: 142px;
    color: rgba(233, 244, 246, 0.96);
    text-wrap: balance;
  }

  body.tz-lux-shell .main-navigation ul.menu > li.tz-brands-menu > .sub-menu-wrapper a.sub-menu-link > span > .sub {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 121px;
    width: 121px;
    height: 121px;
    margin: 0;
    border: 0;
    border-radius: 14px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(210, 220, 226, 0.92), inset 0 1px 0 rgba(255, 255, 255, 0.75);
  }

  body.tz-lux-shell .main-navigation ul.menu > li.tz-brands-menu > .sub-menu-wrapper a.sub-menu-link img.tz-brands-mega-logo {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: contain;
    object-position: center;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  body.tz-lux-shell .main-navigation ul.menu > li.tz-brands-menu > .sub-menu-wrapper a.sub-menu-link > span > .sub:has(> img.tz-brand-logo--solid-dark) {
    background: transparent;
    box-shadow: 0 12px 24px rgba(1, 8, 13, 0.22), 0 0 0 1px rgba(188, 214, 221, 0.16);
  }

  body.tz-lux-shell .main-navigation ul.menu > li.tz-brands-menu > .sub-menu-wrapper a.sub-menu-link > span > .sub:has(> img.tz-brand-logo--solid-dark) > img.tz-brands-mega-logo {
    border-radius: inherit;
  }

  body.tz-lux-shell .main-navigation ul.menu > li.tz-brands-menu > .sub-menu-wrapper a.sub-menu-link:hover,
  body.tz-lux-shell .main-navigation ul.menu > li.tz-brands-menu > .sub-menu-wrapper a.sub-menu-link:focus {
    color: #ffffff;
    border-color: rgba(17, 176, 191, 0.5);
    background: linear-gradient(180deg, rgba(12, 40, 55, 0.95) 0%, rgba(7, 24, 35, 0.98) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 14px 26px rgba(1, 8, 13, 0.38), 0 0 0 1px rgba(17, 176, 191, 0.2);
    filter: brightness(1.03);
    transform: translateY(-2px);
  }

  body.tz-lux-shell .main-navigation ul.menu > li.tz-brands-menu li.current-menu-item > a.sub-menu-link {
    border-color: rgba(216, 177, 108, 0.55);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 16px 28px rgba(1, 8, 13, 0.38);
  }

  body.tz-lux-shell .main-navigation ul.menu > li.tz-brands-menu .tz-brands-mega-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    color: rgba(231, 246, 248, 0.95);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.08em;
    border: 1px solid rgba(17, 176, 191, 0.36);
    border-radius: 999px;
    background: radial-gradient(circle at 30% 24%, rgba(17, 176, 191, 0.28), rgba(5, 16, 23, 0.98) 70%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 8px 16px rgba(1, 8, 13, 0.34);
  }

  body.tz-lux-shell .main-navigation ul.menu > li.tz-brands-menu > .sub-menu-wrapper > .container > ul.sub-menu::-webkit-scrollbar {
    width: 9px;
  }

  body.tz-lux-shell .main-navigation ul.menu > li.tz-brands-menu > .sub-menu-wrapper > .container > ul.sub-menu::-webkit-scrollbar-track {
    border-radius: 999px;
    background: rgba(4, 15, 21, 0.42);
  }

  body.tz-lux-shell .main-navigation ul.menu > li.tz-brands-menu > .sub-menu-wrapper > .container > ul.sub-menu::-webkit-scrollbar-thumb {
    border: 1px solid rgba(4, 15, 21, 0.56);
    border-radius: 999px;
    background: rgba(17, 176, 191, 0.42);
  }

  body.tz-lux-shell .main-navigation ul.menu > li.tz-brands-menu > .sub-menu-wrapper ul.sub-menu > li > a::after {
    content: none !important;
  }

  body.tz-lux-shell .main-navigation ul li a[href*="/outlet/"],
  body.tz-lux-shell .main-navigation ul li a[href*="/outlet/"]:visited,
  body.tz-lux-shell .main-navigation ul li.current-menu-item > a[href*="/outlet/"],
  body.tz-lux-shell .main-navigation #menu-item-244159 > a,
  body.tz-lux-shell .main-navigation #nav-menu-item-244159 > a,
  body.tz-lux-shell .main-navigation #nav-menu-item-244159 > a > span,
  body.tz-lux-shell .main-navigation #nav-menu-item-244159 > a:hover,
  body.tz-lux-shell .main-navigation #nav-menu-item-244159 > a:hover > span,
  body.tz-lux-shell .main-navigation #nav-menu-item-244159 > a:focus,
  body.tz-lux-shell .main-navigation #nav-menu-item-244159 > a:focus > span {
    color: var(--tz-header-accent) !important;
    -webkit-text-fill-color: var(--tz-header-accent) !important;
    text-shadow: 0 0 18px rgba(17, 176, 191, 0.22);
  }

  body.tz-lux-shell .main-header.col-full > .site-header-cart {
    display: none !important;
  }

  body.tz-lux-shell .shoptimizer-primary-navigation .site-header-cart {
    display: block;
    margin-left: auto;
    line-height: 49px;
    position: relative;
    top: -5px;
  }

  body.tz-lux-shell .shoptimizer-primary-navigation .site-header-cart .shoptimizer-cart {
    display: block;
    height: auto;
    width: 123px;
    padding-top: 4px;
  }

  body.tz-lux-shell .shoptimizer-primary-navigation .shoptimizer-cart .cart-contents {
    position: relative;
    display: block;
    height: 49px;
    line-height: 49px;
    gap: normal;
    color: var(--tz-header-text);
  }

  body.tz-lux-shell .shoptimizer-primary-navigation .shoptimizer-cart .cart-contents .amount {
    display: inline;
    line-height: 49px;
  }

  body.tz-lux-shell .shoptimizer-primary-navigation .shoptimizer-cart .cart-contents .shoptimizer-cart-icon {
    display: inline;
    width: auto;
    height: auto;
    line-height: 49px;
    transform: none;
  }

  body.tz-lux-shell .shoptimizer-primary-navigation .shoptimizer-cart .cart-contents .shoptimizer-cart-icon svg {
    display: inline;
    width: 21px;
    height: 21px;
    position: relative;
    top: 5px;
    color: var(--tz-cart-gold);
    filter: none !important;
  }

  body.tz-lux-shell .shoptimizer-primary-navigation .shoptimizer-cart .cart-contents .shoptimizer-cart-icon svg path {
    stroke: var(--tz-cart-gold) !important;
    fill: none !important;
  }

  body.tz-lux-shell .shoptimizer-primary-navigation .shoptimizer-cart .cart-contents .shoptimizer-cart-icon img {
    display: inline;
    width: 21px;
    height: 21px;
    position: relative;
    top: 5px;
    filter: brightness(0) saturate(100%) invert(79%) sepia(27%) saturate(486%) hue-rotate(356deg) brightness(92%) contrast(89%) !important;
  }

  body.tz-lux-shell .shoptimizer-primary-navigation .shoptimizer-cart .cart-contents:hover {
    color: #fff;
  }

  body.tz-lux-shell .shoptimizer-primary-navigation .shoptimizer-cart a.cart-contents .shoptimizer-cart-icon .mini-count {
    display: inline-block;
    position: relative;
    top: 5px;
    left: -5px;
    right: 5px;
    width: 20px;
    min-width: 20px;
    height: 20px;
    padding: 0;
    margin-right: 0;
    border-radius: 50%;
    border: 1px solid var(--tz-cart-bubble-border);
    color: #ffffff;
    background: var(--tz-cart-bubble-grad);
    box-shadow: 0 8px 16px rgba(1, 8, 13, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.18);
    text-shadow: 0 1px 0 rgba(1, 8, 13, 0.48);
    font-size: 8px;
    line-height: 18px;
  }

  body.tz-lux-shell .shoptimizer-primary-navigation .shoptimizer-cart a.cart-contents:hover .shoptimizer-cart-icon .mini-count {
    top: 2px;
  }

  body.tz-lux-shell .shoptimizer-primary-navigation .shoptimizer-cart a.cart-contents .count {
    border-color: rgba(232, 203, 147, 0.72);
    color: var(--tz-cart-gold);
    background: linear-gradient(180deg, rgba(138, 104, 52, 0.28) 0%, rgba(118, 88, 40, 0.2) 100%);
    box-shadow: 0 10px 18px rgba(1, 8, 13, 0.22);
    text-shadow: 0 1px 0 rgba(1, 8, 13, 0.45);
  }

  body.tz-lux-shell .shoptimizer-primary-navigation .shoptimizer-cart a.cart-contents .count::after {
    border-color: rgba(232, 203, 147, 0.72);
    border-bottom: 0;
  }

  body.tz-lux-shell .shoptimizer-primary-navigation .site-header-cart img,
  body.tz-lux-shell .shoptimizer-primary-navigation .site-header-cart svg {
    filter: brightness(0) saturate(100%) invert(79%) sepia(27%) saturate(486%) hue-rotate(356deg) brightness(92%) contrast(89%);
  }
}

@media (max-width: 992px) {
  body.tz-lux-shell:not(.mobile-toggled).sticky-m #masthead.site-header {
    position: sticky;
    top: 0;
    z-index: 109;
  }

  body.tz-lux-shell .mobile-menu.close-drawer {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tz-header-text);
    line-height: 0;
    border: 1px solid var(--tz-header-border);
    border-radius: 14px;
    background: rgba(4, 18, 25, 0.92);
    box-shadow: 0 18px 32px rgba(1, 8, 13, 0.34);
  }

  body.tz-lux-shell .mobile-menu.close-drawer svg {
    width: 18px;
    height: 18px;
    display: block;
  }

  body.tz-lux-shell .mobile-menu.close-drawer img {
    filter: brightness(0) invert(1);
  }

  body.tz-lux-shell #masthead.site-header {
    box-shadow: 0 16px 32px rgba(1, 8, 13, 0.28);
  }

  body.tz-lux-shell #masthead .main-header.col-full {
    padding-right: 12px;
    padding-left: 12px;
  }

  body.tz-lux-shell .site-branding {
    height: 74px;
  }

  body.tz-lux-shell .site-branding button.menu-toggle {
    left: 2px;
    width: 72px;
    height: 44px;
    padding: 0;
    border: 1px solid var(--tz-header-border);
    border-radius: 14px;
    background: rgba(7, 22, 31, 0.76);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  }

  body.tz-lux-shell .menu-toggle .bar {
    left: 10px;
    background-color: var(--tz-header-text);
  }

  body.tz-lux-shell .menu-toggle .bar-text {
    top: 50%;
    left: 35px;
    margin: 0;
    transform: translateY(-50%);
    color: var(--tz-header-muted);
    font-size: 8.5px;
    line-height: 1;
    letter-spacing: 0.18em;
  }

  body.tz-lux-shell .site-header .custom-logo-link img {
    max-height: 45px;
    filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.26));
  }

  body.tz-lux-shell .site-header .site-header-cart {
    top: 50%;
    right: 10px;
    height: 48px;
    display: flex;
    align-items: center;
    transform: translateY(-50%);
  }

  body.tz-lux-shell .site-header .site-header-cart .shoptimizer-cart a.cart-contents {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    padding: 0;
    line-height: 1;
    border: 1px solid var(--tz-header-border);
    border-radius: 14px;
    background: var(--tz-cart-shell-bg);
    box-shadow: 0 8px 18px rgba(1, 8, 13, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  }

  body.tz-lux-shell .site-header .site-header-cart .shoptimizer-cart-icon {
    position: relative;
    top: auto;
    right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin: 0;
    line-height: 0;
  }

  body.tz-lux-shell .site-header .site-header-cart .shoptimizer-cart-icon svg,
  body.tz-lux-shell .site-header .site-header-cart .shoptimizer-cart-icon img {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    top: 0;
  }

  body.tz-lux-shell .site-header .site-header-cart .shoptimizer-cart a.cart-contents .count {
    position: absolute;
    top: 2px;
    right: 2px;
    left: auto;
    margin: 0;
  }

  body.tz-lux-shell .site-header .site-header-cart .shoptimizer-cart-icon .mini-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: auto;
    bottom: -6px;
    right: -6px;
    left: auto;
    width: 16px;
    min-width: 16px;
    height: 16px;
    padding: 0;
    margin: 0;
    font-size: 8px;
    line-height: 1;
    color: #fff;
    border: 1px solid var(--tz-cart-bubble-border);
    border-radius: 999px;
    background: var(--tz-cart-bubble-grad);
    box-shadow: 0 4px 12px rgba(1, 8, 13, 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.18);
    text-shadow: 0 1px 0 rgba(1, 8, 13, 0.5);
  }

  body.tz-lux-shell .site-header .site-header-cart .shoptimizer-cart a.cart-contents .count {
    border-color: rgba(232, 203, 147, 0.72);
    color: var(--tz-cart-gold);
    background: linear-gradient(180deg, rgba(138, 104, 52, 0.3) 0%, rgba(118, 88, 40, 0.22) 100%);
    text-shadow: 0 1px 0 rgba(1, 8, 13, 0.45);
  }

  body.tz-lux-shell .site-header .site-header-cart .shoptimizer-cart a.cart-contents .count::after {
    border-color: rgba(232, 203, 147, 0.72);
    border-bottom: 0;
  }

  body.tz-lux-shell .site-header .site-header-cart .shoptimizer-cart a.cart-contents img,
  body.tz-lux-shell .site-header .site-header-cart .shoptimizer-cart a.cart-contents svg {
    filter: brightness(0) saturate(100%) invert(79%) sepia(27%) saturate(486%) hue-rotate(356deg) brightness(92%) contrast(89%);
  }

  body.tz-lux-shell .col-full-nav {
    width: min(340px, 88vw);
    left: 0;
    padding: 18px 16px 28px;
    background:
      radial-gradient(circle at top left, rgba(17, 176, 191, 0.14), transparent 32%),
      linear-gradient(180deg, rgba(5, 18, 25, 0.99) 0%, rgba(3, 12, 18, 0.99) 100%);
    border-right: 1px solid var(--tz-header-border);
    box-shadow: none;
    transform: translate3d(calc(-100% - 24px), 0, 0);
    transition: transform 0.32s cubic-bezier(0.2, 0.75, 0.2, 1), opacity 0.22s ease;
    will-change: transform, opacity;
    backface-visibility: hidden;
    pointer-events: none;
  }

  body.tz-lux-shell.mobile-toggled .col-full-nav {
    transform: translate3d(0, 0, 0);
    box-shadow: 18px 0 36px rgba(1, 8, 13, 0.34);
    pointer-events: auto;
  }

  body.tz-lux-shell .col-full-nav::-webkit-scrollbar {
    width: 10px;
  }

  body.tz-lux-shell .col-full-nav::-webkit-scrollbar-thumb {
    background: rgba(17, 176, 191, 0.26);
    border: 2px solid transparent;
    border-radius: 999px;
    background-clip: padding-box;
  }

  body.tz-lux-shell .col-full-nav .site-search {
    padding-top: 6px;
    margin-bottom: 16px;
  }

  body.tz-lux-shell .col-full-nav .site-search input[type="search"],
  body.tz-lux-shell .col-full-nav .woocommerce-product-search input[type="search"],
  body.tz-lux-shell .col-full-nav input[type="search"] {
    height: 52px;
    color: var(--tz-header-text);
    border: 1px solid var(--tz-header-border) !important;
    border-radius: 16px;
    background: rgba(7, 22, 31, 0.88) !important;
    background-color: rgba(7, 22, 31, 0.88) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  }

  body.tz-lux-shell .col-full-nav .site-search input[type="search"]::placeholder,
  body.tz-lux-shell .col-full-nav .woocommerce-product-search input[type="search"]::placeholder,
  body.tz-lux-shell .col-full-nav input[type="search"]::placeholder {
    color: var(--tz-header-muted);
  }

  body.tz-lux-shell .col-full-nav .site-search input[type="search"]:focus,
  body.tz-lux-shell .col-full-nav .woocommerce-product-search input[type="search"]:focus,
  body.tz-lux-shell .col-full-nav input[type="search"]:focus {
    border-color: rgba(17, 176, 191, 0.48);
    box-shadow: 0 0 0 4px rgba(17, 176, 191, 0.1);
  }

  body.tz-lux-shell .commercekit-ajs-results {
    z-index: 130;
    margin-top: 8px;
    min-height: 0;
    max-height: min(64vh, 500px);
    border: 1px solid rgba(17, 176, 191, 0.34);
    border-radius: 15px;
    background: linear-gradient(180deg, rgba(6, 20, 29, 0.99) 0%, rgba(4, 14, 21, 0.99) 100%);
    box-shadow: 0 20px 40px rgba(1, 8, 13, 0.46), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  }

  body.tz-lux-shell .commercekit-ajs-suggestions {
    border: 0;
    background: transparent;
  }

  body.tz-lux-shell .commercekit-ajs-suggestions > .autocomplete-suggestion {
    border-bottom: 1px solid rgba(17, 176, 191, 0.16);
    background: transparent;
  }

  body.tz-lux-shell .commercekit-ajs-suggestions > .autocomplete-suggestion:hover,
  body.tz-lux-shell .commercekit-ajs-suggestions > .autocomplete-suggestion.active,
  body.tz-lux-shell .commercekit-ajs-suggestions > .autocomplete-suggestion.autocomplete-selected > a {
    background: rgba(17, 176, 191, 0.12);
  }

  body.tz-lux-shell .commercekit-ajs-results .autocomplete-suggestion a {
    padding: 9px;
    color: var(--tz-header-text);
  }

  body.tz-lux-shell .commercekit-ajs-results .commercekit-ajs-product-title,
  body.tz-lux-shell .commercekit-ajs-results .commercekit-ajs-post-title {
    color: var(--tz-header-text);
    font-weight: 600;
  }

  body.tz-lux-shell .commercekit-ajs-results .commercekit-ajs-product-price,
  body.tz-lux-shell .commercekit-ajs-results .commercekit-ajs-product-price ins {
    color: rgba(184, 229, 236, 0.92);
  }

  body.tz-lux-shell .commercekit-ajs-results .commercekit-ajs-product-price .product-short-desc {
    display: block;
    color: var(--tz-header-gold);
    font-weight: 500;
    line-height: 1.45;
  }

  body.tz-lux-shell .commercekit-ajs-results .commercekit-ajs-product-price del {
    color: rgba(189, 206, 212, 0.62);
  }

  body.tz-lux-shell .commercekit-ajs-other-result-wrap {
    background: transparent;
  }

  body.tz-lux-shell .commercekit-ajs-other-result {
    height: 34px;
    line-height: 34px;
    color: rgba(224, 240, 243, 0.74);
    background: linear-gradient(90deg, rgba(8, 25, 35, 0.96) 0%, rgba(10, 32, 44, 0.98) 50%, rgba(8, 25, 35, 0.96) 100%);
    border-top: 1px solid rgba(17, 176, 191, 0.2);
    border-bottom: 1px solid rgba(17, 176, 191, 0.2);
  }

  body.tz-lux-shell .commercekit-ajs-view-all-holder > a {
    height: 42px;
    line-height: 42px;
    color: #eaf7f8;
    letter-spacing: 0.05em;
    background: linear-gradient(135deg, rgba(9, 37, 50, 0.98) 0%, rgba(13, 76, 96, 0.98) 100%);
    border-top: 1px solid rgba(17, 176, 191, 0.28);
  }

  body.tz-lux-shell .commercekit-ajs-view-all-holder > a:hover,
  body.tz-lux-shell .commercekit-ajs-view-all-holder > a:focus {
    color: #ffffff;
    filter: brightness(1.06);
  }

  body.tz-lux-shell .commercekit-ajs-results .autocomplete-no-suggestion {
    color: var(--tz-header-muted);
  }

  body.tz-lux-shell .main-navigation {
    padding-top: 0.2rem;
  }

  body.tz-lux-shell .menu-primary-menu-container > ul > li {
    margin-bottom: 8px;
  }

  body.tz-lux-shell .menu-primary-menu-container > ul > li > a,
  body.tz-lux-shell .menu-primary-menu-container > ul > li.nolink {
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 14px 46px 14px 16px;
    color: var(--tz-header-text);
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(9, 27, 37, 0.9) 0%, rgba(5, 17, 24, 0.98) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  }

  body.tz-lux-shell .menu-primary-menu-container > ul > li > a[href*="/outlet/"],
  body.tz-lux-shell .menu-primary-menu-container > ul > li > a[href*="/outlet/"]:visited,
  body.tz-lux-shell .menu-primary-menu-container > ul > li.current-menu-item > a[href*="/outlet/"],
  body.tz-lux-shell #nav-menu-item-244159 > a {
    color: var(--tz-header-accent) !important;
    -webkit-text-fill-color: var(--tz-header-accent) !important;
    text-shadow: 0 0 18px rgba(17, 176, 191, 0.22);
  }

  body.tz-lux-shell .menu-primary-menu-container > ul > li.dropdown-open > a,
  body.tz-lux-shell .menu-primary-menu-container > ul > li.dropdown-open > span:not(.caret) {
    border-color: rgba(17, 176, 191, 0.42);
    background: linear-gradient(135deg, rgba(9, 31, 43, 0.98) 0%, rgba(8, 22, 30, 0.98) 100%);
  }

  body.tz-lux-shell .menu-primary-menu-container > ul > li.menu-item-has-children {
    position: relative;
  }

  body.tz-lux-shell .menu-primary-menu-container > ul > li.menu-item-has-children > span.caret {
    top: 10px !important;
    right: 10px !important;
    width: 32px;
    height: 32px;
    margin-top: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    background: rgba(5, 18, 26, 0.78);
  }

  body.tz-lux-shell .menu-primary-menu-container > ul > li.menu-item-has-children.dropdown-open > span.caret {
    top: 10px !important;
    right: 10px !important;
    margin-top: 0 !important;
    transform: none;
  }

  body.tz-lux-shell .menu-primary-menu-container > ul > li.menu-item-has-children > span.caret::after {
    display: block;
    width: 16px;
    height: 16px;
    margin: 0;
    background-color: var(--tz-header-accent);
    transform: rotate(0deg);
    transition: transform 0.28s ease;
  }

  body.tz-lux-shell .menu-primary-menu-container > ul > li.menu-item-has-children.dropdown-open > span.caret::after {
    transform: rotate(180deg);
  }

  body.tz-lux-shell .main-navigation ul.menu .sub-menu-wrapper {
    margin-top: 8px;
    padding-left: 14px;
    border-left: 1px solid rgba(17, 176, 191, 0.22);
  }

  body.tz-lux-shell .main-navigation ul.menu > li.menu-item-has-children.dropdown-open > .sub-menu-wrapper {
    border-bottom: 0;
    padding-bottom: 0.3rem;
  }

  body.tz-lux-shell .main-navigation ul.menu ul li > a,
  body.tz-lux-shell .main-navigation ul.menu ul li.nolink {
    padding: 10px 12px;
    color: var(--tz-header-muted);
    border-radius: 12px;
  }

  body.tz-lux-shell .main-navigation ul.menu ul li > a:hover,
  body.tz-lux-shell .main-navigation ul.menu ul li > a:focus {
    color: #fff;
    background: rgba(17, 176, 191, 0.1);
  }

  body.tz-lux-shell .main-navigation ul.menu > li.tz-brands-menu.menu-item-has-children:not(.dropdown-open) > .sub-menu-wrapper {
    position: fixed;
    left: -99999px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
  }

  body.tz-lux-shell .main-navigation ul.menu > li.tz-brands-menu.menu-item-has-children.dropdown-open > .sub-menu-wrapper {
    position: inherit;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    margin-top: 10px;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    padding-left: 0;
    border-left: 0;
    max-height: none;
    overflow: visible;
  }

  body.tz-lux-shell .main-navigation ul.menu > li.tz-brands-menu > .sub-menu-wrapper > .container {
    padding: 0;
  }

  body.tz-lux-shell .main-navigation ul.menu > li.tz-brands-menu ul.sub-menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    padding: 6px 4px 4px;
  }

  body.tz-lux-shell .main-navigation ul.menu > li.tz-brands-menu > .sub-menu-wrapper > .container > ul.sub-menu > li {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    list-style: none;
    width: 100%;
  }

  body.tz-lux-shell .main-navigation ul.menu > li.tz-brands-menu > .sub-menu-wrapper > .container > ul.sub-menu > li > a.sub-menu-link {
    display: block;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    min-height: 148px;
    padding: 12px 10px 14px;
    color: var(--tz-header-text);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0.01em;
    border: 1px solid rgba(17, 176, 191, 0.24);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(9, 27, 37, 0.96) 0%, rgba(5, 17, 24, 0.98) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 6px 14px rgba(1, 8, 13, 0.26);
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  }

  body.tz-lux-shell .main-navigation ul.menu > li.tz-brands-menu ul.sub-menu > li > a.sub-menu-link > span {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
    width: 100%;
    min-height: 122px;
    color: rgba(233, 244, 246, 0.96);
    text-wrap: balance;
  }

  body.tz-lux-shell .main-navigation ul.menu > li.tz-brands-menu ul.sub-menu > li > a.sub-menu-link > span > .sub {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 1 auto;
    width: min(88px, 100%);
    aspect-ratio: 1 / 1;
    height: auto;
    margin: 0;
    box-sizing: border-box;
    padding: 0;
    border: 0;
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(210, 220, 226, 0.92), inset 0 1px 0 rgba(255, 255, 255, 0.75);
  }

  body.tz-lux-shell .main-navigation ul.menu > li.tz-brands-menu ul.sub-menu > li > a.sub-menu-link img.tz-brands-mega-logo {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    max-width: none;
    max-height: none;
    object-fit: contain;
    object-position: center;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  body.tz-lux-shell .main-navigation ul.menu > li.tz-brands-menu ul.sub-menu > li > a.sub-menu-link > span > .sub:has(> img.tz-brand-logo--solid-dark) {
    background: transparent;
    box-shadow: 0 10px 18px rgba(1, 8, 13, 0.2), 0 0 0 1px rgba(188, 214, 221, 0.14);
  }

  body.tz-lux-shell .main-navigation ul.menu > li.tz-brands-menu ul.sub-menu > li > a.sub-menu-link > span > .sub:has(> img.tz-brand-logo--solid-dark) > img.tz-brands-mega-logo {
    border-radius: inherit;
  }

  body.tz-lux-shell .main-navigation ul.menu > li.tz-brands-menu ul.sub-menu > li > a.sub-menu-link:hover,
  body.tz-lux-shell .main-navigation ul.menu > li.tz-brands-menu ul.sub-menu > li > a.sub-menu-link:focus {
    border-color: rgba(17, 176, 191, 0.46);
    background: linear-gradient(180deg, rgba(10, 33, 45, 0.98) 0%, rgba(6, 20, 29, 0.98) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), 0 10px 18px rgba(1, 8, 13, 0.34);
    transform: translateY(-1px);
  }

  body.tz-lux-shell .main-navigation ul.menu > li.tz-brands-menu ul.sub-menu > li.current-menu-item > a.sub-menu-link {
    border-color: rgba(216, 177, 108, 0.56);
  }

  body.tz-lux-shell .main-navigation ul.menu > li.tz-brands-menu ul.sub-menu > li > a.sub-menu-link .tz-brands-mega-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(60px, calc(100% - 8px));
    aspect-ratio: 1 / 1;
    height: auto;
    color: rgba(231, 246, 248, 0.96);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.07em;
    border: 1px solid rgba(17, 176, 191, 0.36);
    border-radius: 999px;
    background: radial-gradient(circle at 30% 24%, rgba(17, 176, 191, 0.28), rgba(5, 16, 23, 0.98) 70%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 6px 12px rgba(1, 8, 13, 0.32);
  }

  body.tz-lux-shell .main-navigation ul.menu > li.tz-brands-menu ul.sub-menu > li > a::after {
    content: none !important;
  }

  body.tz-lux-shell .mobile-extra {
    margin-top: 24px;
    padding-top: 22px;
    border-top: 1px solid rgba(17, 176, 191, 0.16);
  }

  body.tz-lux-shell .mobile-extra h2,
  body.tz-lux-shell .mobile-extra h4,
  body.tz-lux-shell .mobile-extra .heading {
    padding-top: 0;
    color: var(--tz-header-gold);
    opacity: 0.88;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  body.tz-lux-shell .mobile-extra .textwidget h4 {
    margin: 0 0 9px;
  }

  body.tz-lux-shell .mobile-extra .textwidget h4:not(:first-of-type) {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid rgba(17, 176, 191, 0.14);
  }

  body.tz-lux-shell .mobile-extra .textwidget ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  body.tz-lux-shell .mobile-extra .textwidget ul li {
    margin: 0 0 8px;
  }

  body.tz-lux-shell .mobile-extra .textwidget ul li:last-child {
    margin-bottom: 0;
  }

  body.tz-lux-shell .mobile-extra .textwidget ul li a {
    display: inline-block;
    color: rgba(221, 236, 239, 0.86);
    font-size: 12.5px;
    line-height: 1.42;
    letter-spacing: 0.01em;
  }

  body.tz-lux-shell .mobile-extra a,
  body.tz-lux-shell .mobile-extra .widget p {
    color: var(--tz-header-muted);
  }

  body.tz-lux-shell .mobile-extra .textwidget ul li a:hover,
  body.tz-lux-shell .mobile-extra .textwidget ul li a:focus {
    color: #f6fcfd;
  }

  body.tz-lux-shell .mobile-extra a:hover,
  body.tz-lux-shell .mobile-extra a:focus {
    color: #fff;
  }

  body.tz-lux-shell .mobile-extra .review {
    border-top-color: rgba(17, 176, 191, 0.18);
    color: var(--tz-header-muted);
  }

  body.tz-lux-shell .mobile-extra .review strong {
    color: var(--tz-header-text);
  }

  body.tz-lux-shell.mobile-toggled .mobile-menu.close-drawer {
    position: fixed !important;
    top: 8px !important;
    left: calc(min(340px, 88vw) - 52px) !important;
    width: 42px;
    height: 42px;
    z-index: 10000 !important;
    pointer-events: auto !important;
    box-shadow: 0 12px 24px rgba(1, 8, 13, 0.34);
  }

  body.tz-lux-shell.mobile-toggled .col-full-nav {
    z-index: 160;
  }

body.tz-lux-shell.mobile-toggled .site-header .site-header-cart {
  pointer-events: none;
}
}

@media (max-width: 992px) {
  body.tz-lux-shell .menu-overlay {
    background: rgba(2, 9, 14, 0.72);
    backdrop-filter: none;
  }

  body.tz-lux-shell.drawer-open::before {
    background: rgba(2, 10, 16, 0.76);
    backdrop-filter: none;
  }

  body.tz-lux-shell #shoptimizerCartDrawer.shoptimizer-mini-cart-wrap {
    right: 0;
    transform: translate3d(calc(100% + 24px), 0, 0);
    transition: transform 0.32s cubic-bezier(0.2, 0.75, 0.2, 1), opacity 0.22s ease;
    will-change: transform, opacity;
    backface-visibility: hidden;
    pointer-events: none;
  }

  body.tz-lux-shell.drawer-open #shoptimizerCartDrawer.shoptimizer-mini-cart-wrap {
    transform: translate3d(0, 0, 0);
    box-shadow: -18px 0 36px rgba(1, 8, 13, 0.38);
    pointer-events: auto;
  }
}
