/*
 * COSMOSKIN — premium desktop storefront header
 * Desktop-only. Mobile keeps using the dedicated mobile redesign DOM.
 */
@media (min-width: 769px) {
  :root {
    --cs-header-ivory: #fffdf9;
    --cs-header-ivory-deep: #f8f0e7;
    --cs-header-ink: #1a1510;
    --cs-header-muted: #74695f;
    --cs-header-gold: #b58a4a;
    --cs-header-line: rgba(26, 21, 16, 0.1);
    --cs-header-ease: cubic-bezier(0.16, 1, 0.3, 1);
    --cs-header-bottom: 154px;
  }

  /* The announcement ticker used to be styled here too, at 36px in warm ink
     with title-case labels — but only on desktop pages eligible for this
     header, which is why the bar looked different on the account screens,
     checkout and every mobile viewport. `assets/announcement-bar.css` is now
     its single owner at every width; nothing about it belongs in this sheet. */

  .header.cs-desktop-header-v2 {
    position: sticky !important;
    top: 0;
    z-index: 900;
    width: 100%;
    max-width: none !important;
    height: auto !important;
    max-height: none !important;
    min-height: 0;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column;
    gap: 0 !important;
    overflow: visible !important;
    border-bottom: 1px solid var(--cs-header-line);
    border-radius: 0 !important;
    background: rgba(255, 253, 249, 0.96);
    box-shadow: 0 8px 30px rgba(39, 29, 20, 0.04);
    backdrop-filter: saturate(128%) blur(18px);
    -webkit-backdrop-filter: saturate(128%) blur(18px);
    transition:
      background-color 0.3s ease,
      box-shadow 0.3s ease;
  }

  .header.cs-desktop-header-v2.is-compact {
    position: fixed !important;
    right: 0;
    left: 0;
    background: rgba(255, 253, 249, 0.985);
    box-shadow: 0 12px 34px rgba(39, 29, 20, 0.075);
  }

  .cs-header-spacer {
    width: 100%;
    height: 0;
    pointer-events: none;
  }

  .cs-header-primary,
  .cs-header-secondary {
    width: min(calc(100% - 48px), 1512px);
    margin: 0 auto;
  }

  .cs-header-primary {
    min-height: 76px;
    display: grid;
    grid-template-columns: minmax(190px, 0.8fr) minmax(380px, 1.55fr) minmax(170px, 0.8fr);
    align-items: center;
    gap: clamp(20px, 3vw, 52px);
    transition: min-height 0.34s var(--cs-header-ease);
  }

  .header.cs-desktop-header-v2.is-compact .cs-header-primary {
    min-height: 66px;
  }

  .cs-header-secondary {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid rgba(26, 21, 16, 0.075);
    transition: min-height 0.34s var(--cs-header-ease);
  }

  .header.cs-desktop-header-v2.is-compact .cs-header-secondary {
    min-height: 43px;
  }

  .header.cs-desktop-header-v2 .brand {
    width: max-content;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: var(--cs-header-ink);
    outline-offset: 5px;
  }

  .header.cs-desktop-header-v2 .brand-logo {
    width: 36px;
    height: 36px;
    object-fit: contain;
    transition: transform 0.35s var(--cs-header-ease);
  }

  .header.cs-desktop-header-v2 .brand:hover .brand-logo {
    transform: rotate(-4deg) scale(1.025);
  }

  .header.cs-desktop-header-v2 .brand-word {
    font: 600 19px/1 "Plus Jakarta Sans", sans-serif;
    letter-spacing: 0.185em;
  }

  .header.cs-desktop-header-v2 .header-tools {
    min-width: 0;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    gap: 7px !important;
  }

  .header.cs-desktop-header-v2 .mobile-toggle {
    display: none !important;
  }

  .header.cs-desktop-header-v2 .tool-btn {
    position: relative;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    display: inline-grid;
    place-items: center;
    border: 1px solid transparent;
    border-radius: 50%;
    color: var(--cs-header-ink);
    background: transparent;
    transition:
      color 0.22s ease,
      border-color 0.22s ease,
      background-color 0.22s ease,
      transform 0.3s var(--cs-header-ease);
  }

  .header.cs-desktop-header-v2 .tool-btn:hover,
  .header.cs-desktop-header-v2 .tool-btn:focus-visible {
    color: #0e0b08;
    border-color: rgba(26, 21, 16, 0.1);
    background: #f7efe6;
    transform: translateY(-1px);
  }

  .header.cs-desktop-header-v2 .tool-btn:focus-visible,
  .header.cs-desktop-header-v2 .brand:focus-visible,
  .header.cs-desktop-header-v2 .nav a:focus-visible,
  .header.cs-desktop-header-v2 .linkish:focus-visible {
    outline: 2px solid rgba(181, 138, 74, 0.72);
    outline-offset: 3px;
  }

  #accountDrawer.drawer {
    width: min(410px, calc(100vw - 28px)) !important;
    z-index: 1110 !important;
  }

  #cartDrawer.cart-drawer-premium {
    width: min(410px, calc(100vw - 28px)) !important;
    z-index: 1110 !important;
  }

  body.cs-commerce-drawer-open #backdrop.backdrop {
    z-index: 1100 !important;
    background: rgba(18, 13, 8, 0.18) !important;
    backdrop-filter: blur(3px) !important;
    -webkit-backdrop-filter: blur(3px) !important;
  }

  .header.cs-desktop-header-v2 .tool-btn svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
  }

  .header.cs-desktop-header-v2 .cart-count {
    right: -1px;
    top: 1px;
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--cs-header-ivory);
    border-radius: 999px;
    background: var(--cs-header-ink);
    color: #fff;
    font: 700 9px/1 "Plus Jakarta Sans", sans-serif;
  }

  .header.cs-desktop-header-v2 .cs-tool-tooltip {
    position: absolute;
    top: calc(100% + 7px);
    left: 50%;
    z-index: 10;
    padding: 6px 8px;
    border-radius: 7px;
    color: #fff;
    background: #1a1510;
    font: 600 9px/1 "Plus Jakarta Sans", sans-serif;
    letter-spacing: 0.05em;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -3px);
    transition: opacity 0.18s ease, transform 0.18s ease;
  }

  .header.cs-desktop-header-v2 .tool-btn:hover .cs-tool-tooltip,
  .header.cs-desktop-header-v2 .tool-btn:focus-visible .cs-tool-tooltip {
    opacity: 1;
    transform: translate(-50%, 0);
  }

  .header.cs-desktop-header-v2 .site-nav,
  .header.cs-desktop-header-v2 .nav-shell {
    width: 100% !important;
    min-width: 0;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center !important;
    gap: 0 !important;
  }

  .header.cs-desktop-header-v2 .nav {
    width: auto !important;
    height: 100%;
    margin: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center !important;
    gap: clamp(18px, 2.15vw, 38px) !important;
    white-space: nowrap;
  }

  .header.cs-desktop-header-v2 .nav > li {
    height: 100%;
    display: flex;
    align-items: center;
  }

  .header.cs-desktop-header-v2 .nav > li > a,
  .header.cs-desktop-header-v2 .nav .linkish {
    position: relative;
    min-height: 43px;
    padding: 0 !important;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 0;
    color: #302820 !important;
    background: transparent;
    font: 650 10.5px/1 "Plus Jakarta Sans", sans-serif !important;
    letter-spacing: 0.105em !important;
    text-transform: uppercase;
    transition: color 0.2s ease;
  }

  .header.cs-desktop-header-v2 .nav > li > a::after,
  .header.cs-desktop-header-v2 .nav .linkish::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 3px;
    left: 0;
    height: 1px;
    background: var(--cs-header-gold);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s var(--cs-header-ease);
  }

  .header.cs-desktop-header-v2 .nav > li > a:hover,
  .header.cs-desktop-header-v2 .nav .linkish:hover,
  .header.cs-desktop-header-v2 .categories-wrap.open > .linkish,
  .header.cs-desktop-header-v2 .brands-wrap.open > .linkish {
    color: #0e0b08 !important;
  }

  .header.cs-desktop-header-v2 .nav > li > a:hover::after,
  .header.cs-desktop-header-v2 .nav .linkish:hover::after,
  .header.cs-desktop-header-v2 .categories-wrap.open > .linkish::after,
  .header.cs-desktop-header-v2 .brands-wrap.open > .linkish::after {
    transform: scaleX(1);
  }

  .cs-nav-chevron {
    width: 12px;
    height: 12px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.28s var(--cs-header-ease);
  }

  .categories-wrap.open .cs-nav-chevron,
  .brands-wrap.open .cs-nav-chevron {
    transform: rotate(180deg);
  }

  .header.cs-desktop-header-v2 .categories-wrap::after,
  .header.cs-desktop-header-v2 .brands-wrap::after {
    left: -40px;
    right: -40px;
    height: 22px;
  }

  .header.cs-desktop-header-v2 .mega,
  .header.cs-desktop-header-v2 .mega--categories,
  .header.cs-desktop-header-v2 .brands-mega {
    position: fixed !important;
    top: 100% !important;
    left: 50% !important;
    z-index: 952 !important;
    width: min(calc(100vw - 48px), 1180px) !important;
    max-height: min(650px, calc(100vh - var(--cs-header-bottom) - 24px)) !important;
    margin: 12px 0 0 !important;
    padding: 28px !important;
    overflow: auto;
    overscroll-behavior: contain;
    border: 1px solid rgba(26, 21, 16, 0.09) !important;
    border-radius: 22px !important;
    background: rgba(255, 253, 249, 0.99) !important;
    box-shadow: 0 28px 80px rgba(31, 23, 16, 0.18) !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateX(-50%) translateY(10px) scale(0.992) !important;
    transform-origin: top center;
    transition:
      opacity 0.22s ease,
      transform 0.34s var(--cs-header-ease) !important;
  }

  .header.cs-desktop-header-v2 .mega,
  .header.cs-desktop-header-v2 .mega * {
    white-space: normal !important;
  }

  .header.cs-desktop-header-v2 .mega--categories {
    grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(210px, 0.9fr) !important;
    gap: 12px 18px !important;
  }

  .header.cs-desktop-header-v2 .brands-mega {
    grid-template-columns: 1.06fr 1.06fr 0.94fr 0.9fr !important;
    gap: 18px !important;
  }

  .header.cs-desktop-header-v2 .categories-wrap:hover > .mega,
  .header.cs-desktop-header-v2 .categories-wrap:focus-within > .mega,
  .header.cs-desktop-header-v2 .categories-wrap.open > .mega,
  .header.cs-desktop-header-v2 .brands-wrap:hover > .mega,
  .header.cs-desktop-header-v2 .brands-wrap:focus-within > .mega,
  .header.cs-desktop-header-v2 .brands-wrap.open > .mega {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateX(-50%) translateY(0) scale(1) !important;
  }

  .header.cs-desktop-header-v2 .mega > div:not(.mega-side) {
    min-width: 0;
    padding: 0 5px !important;
    background: transparent !important;
  }

  .header.cs-desktop-header-v2 .mega h4 {
    margin: 0 0 12px !important;
    padding: 0 0 11px !important;
    border-bottom: 1px solid rgba(26, 21, 16, 0.09) !important;
    color: #786b60 !important;
    font: 700 9.5px/1 "Plus Jakarta Sans", sans-serif !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase;
  }

  .header.cs-desktop-header-v2 .mega a:not(.btn):not(.cs-mega-text-link) {
    min-height: 37px;
    padding: 7px 8px !important;
    display: flex;
    align-items: center;
    border: 0 !important;
    border-radius: 10px !important;
    color: #2b231c !important;
    background: transparent !important;
    font: 550 12px/1.3 "Plus Jakarta Sans", sans-serif !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    transition: color 0.18s ease, background-color 0.18s ease, transform 0.24s var(--cs-header-ease);
  }

  .header.cs-desktop-header-v2 .mega a:not(.btn):not(.cs-mega-text-link):hover,
  .header.cs-desktop-header-v2 .mega a:not(.btn):not(.cs-mega-text-link):focus-visible {
    color: #15110d !important;
    background: #f6eee4 !important;
    transform: translateX(2px);
  }

  .header.cs-desktop-header-v2 .mega a span {
    display: none !important;
  }

  .header.cs-desktop-header-v2 .mega-side {
    min-width: 0;
    min-height: 100%;
    padding: 23px !important;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    border: 1px solid rgba(181, 138, 74, 0.15) !important;
    border-radius: 16px !important;
    background:
      radial-gradient(circle at 88% 4%, rgba(181, 138, 74, 0.16), transparent 38%),
      linear-gradient(145deg, #f8efe5 0%, #f2e5d7 100%) !important;
  }

  .header.cs-desktop-header-v2 .mega-side small {
    margin-bottom: auto;
    color: #806747;
    font: 700 9px/1 "Plus Jakarta Sans", sans-serif;
    letter-spacing: 0.2em;
  }

  .header.cs-desktop-header-v2 .mega-side strong {
    width: 100%;
    max-width: 220px;
    margin: 26px 0 10px;
    color: #241b14;
    font: 500 26px/0.98 "Cormorant Garamond", Georgia, serif !important;
    letter-spacing: -0.025em;
  }

  .header.cs-desktop-header-v2 .mega-side p {
    width: 100%;
    display: block !important;
    margin: 0 0 18px;
    color: #6f6257;
    font: 500 11px/1.55 "Plus Jakarta Sans", sans-serif;
  }

  .header.cs-desktop-header-v2 .mega-side .btn {
    width: 100% !important;
    min-height: 42px !important;
    padding: 0 15px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #241b14;
    border-radius: 999px;
    color: #fffdf9 !important;
    background: #241b14 !important;
    font: 700 9.5px/1 "Plus Jakarta Sans", sans-serif !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
  }

  .header.cs-desktop-header-v2 .mega-side .btn:hover {
    color: #fff !important;
    background: #0e0b08 !important;
  }

  .header.cs-desktop-header-v2 .mega-side .cs-mega-text-link {
    margin-top: 12px;
    align-self: center;
    color: #4e4136 !important;
    font: 650 9.5px/1.2 "Plus Jakarta Sans", sans-serif !important;
    letter-spacing: 0.08em;
    text-decoration: underline;
    text-underline-offset: 4px;
  }

  .header.cs-desktop-header-v2 .site-search-form.cs-predictive-search {
    position: relative !important;
    z-index: 960 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 680px !important;
    height: 48px !important;
    margin: 0 auto !important;
    flex: none !important;
    order: 0 !important;
  }

  .header.cs-desktop-header-v2 .site-search-form.cs-predictive-search .site-search.cs-predictive-search__field {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 48px !important;
    padding: 0 12px 0 17px !important;
    display: grid !important;
    grid-template-columns: 21px minmax(0, 1fr) auto;
    align-items: center;
    gap: 11px;
    overflow: visible !important;
    border: 1px solid rgba(26, 21, 16, 0.19) !important;
    border-radius: 999px !important;
    color: var(--cs-header-ink);
    background: #fff !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
    transition: box-shadow 0.3s ease !important;
    max-width: none !important;
    min-width: 0 !important;
    justify-content: normal !important;
  }

  .header.cs-desktop-header-v2 .site-search-form.cs-predictive-search .site-search.cs-predictive-search__field:hover {
    border-color: rgba(26, 21, 16, 0.19) !important;
    background: #fff !important;
  }

  .header.cs-desktop-header-v2 .site-search-form.cs-predictive-search .site-search.cs-predictive-search__field:focus-within {
    border-color: rgba(181, 138, 74, 0.58) !important;
    background: #fff !important;
    box-shadow:
      0 0 0 3px rgba(181, 138, 74, 0.1),
      0 12px 32px rgba(31, 23, 16, 0.08) !important;
  }

  .header.cs-desktop-header-v2 .cs-predictive-search__icon {
    width: 19px;
    height: 19px;
    display: inline-flex;
    color: #62584f;
  }

  .header.cs-desktop-header-v2 .cs-predictive-search__icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .header.cs-desktop-header-v2 .site-search-form.cs-predictive-search .site-search-input {
    width: 100%;
    min-width: 0 !important;
    height: 44px;
    padding: 0 !important;
    border: 0;
    outline: 0;
    color: var(--cs-header-ink);
    background: transparent;
    opacity: 1 !important;
    max-width: none !important;
    transform: none !important;
    transition: none !important;
    font: 500 12.5px/1.2 "Plus Jakarta Sans", sans-serif !important;
    letter-spacing: 0.005em;
  }

  .header.cs-desktop-header-v2 .site-search-form.cs-predictive-search .site-search-input::placeholder {
    color: #8a7f75;
    opacity: 1;
    transition: none !important;
  }

  .header.cs-desktop-header-v2 .site-search-form.cs-predictive-search .site-search-input::-webkit-search-cancel-button {
    appearance: none;
    -webkit-appearance: none;
  }

  .header.cs-desktop-header-v2 .site-search-form.cs-predictive-search .site-search-clear {
    position: relative !important;
    inset: auto !important;
    align-self: center !important;
    justify-self: end !important;
    width: 32px !important;
    min-width: 32px !important;
    max-width: 32px !important;
    height: 32px !important;
    min-height: 32px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    place-items: center !important;
    overflow: visible !important;
    border: 1px solid transparent !important;
    border-radius: 50% !important;
    color: #675b51;
    background: transparent;
    opacity: 0;
    pointer-events: none;
    line-height: 0 !important;
    transform: scale(0.88) !important;
    transition:
      color 0.18s ease,
      border-color 0.18s ease,
      background-color 0.18s ease,
      opacity 0.18s ease,
      transform 0.24s var(--cs-header-ease) !important;
  }

  .header.cs-desktop-header-v2 .site-search-form.cs-predictive-search .site-search-clear svg {
    width: 14px !important;
    height: 14px !important;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.55;
    stroke-linecap: round;
  }

  .header.cs-desktop-header-v2 .site-search-form.cs-predictive-search .site-search-clear.is-visible {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: scale(1) !important;
  }

  .header.cs-desktop-header-v2 .site-search-form.cs-predictive-search .site-search-clear:not(.is-visible) {
    opacity: 0 !important;
    pointer-events: none !important;
    transform: scale(0.88) !important;
  }

  .header.cs-desktop-header-v2 .site-search-form.cs-predictive-search .site-search-clear:hover,
  .header.cs-desktop-header-v2 .site-search-form.cs-predictive-search .site-search-clear:focus-visible {
    color: #17120e;
    border-color: rgba(26, 21, 16, 0.08) !important;
    background: #f3eae0 !important;
    outline: none !important;
  }

  .cs-search-panel.site-search-results {
    position: fixed !important;
    top: calc(100% + 12px) !important;
    right: auto !important;
    left: 50% !important;
    z-index: 964 !important;
    width: min(calc(100vw - 48px), 1120px) !important;
    max-height: min(610px, calc(100vh - var(--cs-header-bottom) - 28px)) !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    overflow: auto;
    overscroll-behavior: contain;
    border: 1px solid rgba(26, 21, 16, 0.1) !important;
    border-radius: 22px !important;
    background: rgba(255, 253, 249, 0.995) !important;
    box-shadow: 0 30px 90px rgba(31, 23, 16, 0.2) !important;
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1) !important;
    transform-origin: top center;
    animation: cs-search-enter 0.32s var(--cs-header-ease) both;
  }

  .cs-search-panel.site-search-results[hidden] {
    display: none !important;
  }

  @keyframes cs-search-enter {
    from {
      opacity: 0;
      transform: translateX(-50%) translateY(8px) scale(0.993);
    }
  }

  .cs-search-panel__top {
    min-height: 58px;
    padding: 0 21px 0 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid rgba(26, 21, 16, 0.08);
  }

  .cs-search-panel__context {
    min-width: 0;
    display: flex;
    align-items: baseline;
    gap: 9px;
    color: #6e6258;
    font: 500 11px/1.4 "Plus Jakarta Sans", sans-serif;
  }

  .cs-search-panel__context strong {
    max-width: 430px;
    overflow: hidden;
    color: #201914;
    font-weight: 650;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .cs-search-panel__close {
    min-width: 44px;
    min-height: 38px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 0;
    border-radius: 999px;
    color: #62574d;
    background: transparent;
    font: 700 9px/1 "Plus Jakarta Sans", sans-serif;
    letter-spacing: 0.11em;
    text-transform: uppercase;
  }

  .cs-search-panel__close:hover,
  .cs-search-panel__close:focus-visible {
    color: #17120e;
    background: #f4ece3;
    outline: none;
  }

  .cs-search-panel__close svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
  }

  .cs-search-panel__grid {
    display: grid;
    grid-template-columns: minmax(185px, 0.78fr) minmax(360px, 1.45fr) minmax(230px, 1fr);
  }

  .cs-search-column {
    min-width: 0;
    padding: 25px;
  }

  .cs-search-column + .cs-search-column {
    border-left: 1px solid rgba(26, 21, 16, 0.08);
  }

  .cs-search-heading {
    margin: 0 0 16px;
    color: #82766b;
    font: 700 9.5px/1 "Plus Jakarta Sans", sans-serif;
    letter-spacing: 0.17em;
    text-transform: uppercase;
  }

  .cs-search-suggestions,
  .cs-search-discovery {
    display: grid;
    gap: 5px;
  }

  .cs-search-option {
    outline: none;
  }

  .cs-search-suggestion,
  .cs-search-discovery__link {
    min-height: 39px;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-radius: 10px;
    color: #2b231d;
    font: 550 11.5px/1.35 "Plus Jakarta Sans", sans-serif;
    transition: color 0.18s ease, background-color 0.18s ease, transform 0.24s var(--cs-header-ease);
  }

  .cs-search-suggestion::after,
  .cs-search-discovery__link::after {
    content: "↗";
    color: #9a8b7d;
    font-size: 12px;
  }

  .cs-search-suggestion:hover,
  .cs-search-suggestion.is-active,
  .cs-search-suggestion:focus-visible,
  .cs-search-discovery__link:hover,
  .cs-search-discovery__link.is-active,
  .cs-search-discovery__link:focus-visible {
    color: #15110d;
    background: #f5ede4;
    transform: translateX(2px);
  }

  .cs-search-products {
    display: grid;
    gap: 6px;
  }

  .cs-search-product {
    min-height: 92px;
    padding: 8px;
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr) auto;
    align-items: center;
    gap: 13px;
    border: 1px solid transparent;
    border-radius: 13px;
    color: var(--cs-header-ink);
    background: transparent;
    transition:
      border-color 0.18s ease,
      background-color 0.18s ease,
      transform 0.28s var(--cs-header-ease);
  }

  .cs-search-product:hover,
  .cs-search-product.is-active,
  .cs-search-product:focus-visible {
    border-color: rgba(181, 138, 74, 0.16);
    background: #f8f1e9;
    transform: translateX(2px);
    outline: none;
  }

  .cs-search-product__media {
    width: 76px;
    height: 76px;
    overflow: hidden;
    border: 1px solid rgba(26, 21, 16, 0.07);
    border-radius: 10px;
    background: #f5eee6;
  }

  .cs-search-product__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .cs-search-product__body {
    min-width: 0;
  }

  .cs-search-product__brand {
    margin: 0 0 5px;
    color: #85786d;
    font: 700 8.5px/1 "Plus Jakarta Sans", sans-serif;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .cs-search-product__name {
    margin: 0;
    display: -webkit-box;
    overflow: hidden;
    color: #211a15;
    font: 600 11.5px/1.35 "Plus Jakarta Sans", sans-serif;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .cs-search-product__meta {
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 9px;
  }

  .cs-search-product__price,
  .cs-search-product__price .price-current,
  .cs-search-product__price .price-sale {
    color: #211a15;
    font: 700 11px/1.2 "Plus Jakarta Sans", sans-serif;
  }

  .cs-search-product__price .price-regular {
    color: #92867a;
    font-size: 9px;
  }

  .cs-search-stock {
    position: relative;
    padding-left: 9px;
    color: #74695f;
    font: 600 8.5px/1.2 "Plus Jakarta Sans", sans-serif;
  }

  .cs-search-stock::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #b8a99b;
    transform: translateY(-50%);
  }

  .cs-search-stock--in {
    color: #52664f;
  }

  .cs-search-stock--in::before {
    background: #6d8768;
  }

  .cs-search-stock--low {
    color: #886b32;
  }

  .cs-search-stock--low::before {
    background: #c09443;
  }

  .cs-search-stock--out {
    color: #8b4c45;
  }

  .cs-search-stock--out::before {
    background: #a95e55;
  }

  .cs-search-product__arrow {
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #817468;
    background: rgba(255, 255, 255, 0.76);
  }

  .cs-search-product__arrow svg {
    width: 13px;
    height: 13px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .cs-search-discovery__group + .cs-search-discovery__group {
    margin-top: 17px;
    padding-top: 17px;
    border-top: 1px solid rgba(26, 21, 16, 0.075);
  }

  .cs-search-discovery__label {
    margin: 0 0 7px;
    color: #95887c;
    font: 700 8.5px/1 "Plus Jakarta Sans", sans-serif;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .cs-search-panel__all {
    min-height: 50px;
    padding: 0 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-top: 1px solid rgba(26, 21, 16, 0.08);
    color: #211a15;
    background: #faf5ef;
    font: 700 10.5px/1.3 "Plus Jakarta Sans", sans-serif;
    letter-spacing: 0.035em;
    transition: background-color 0.18s ease;
  }

  .cs-search-panel__all:hover,
  .cs-search-panel__all.is-active,
  .cs-search-panel__all:focus-visible {
    background: #f4ebe1;
    outline: none;
  }

  .cs-search-panel__all span:last-child {
    font-size: 17px;
    transition: transform 0.25s var(--cs-header-ease);
  }

  .cs-search-panel__all:hover span:last-child {
    transform: translateX(3px);
  }

  .cs-search-empty-state,
  .cs-search-loading {
    min-height: 216px;
    padding: 28px;
    display: grid;
    place-items: center;
    text-align: center;
    color: #74695f;
    font: 500 11px/1.6 "Plus Jakarta Sans", sans-serif;
  }

  .cs-search-empty-state strong {
    display: block;
    margin-bottom: 5px;
    color: #261e18;
    font: 500 22px/1.05 "Cormorant Garamond", Georgia, serif;
  }

  .cs-header-scrim {
    position: fixed;
    inset: 0;
    z-index: 850;
    border: 0;
    background: rgba(20, 15, 11, 0.28);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.24s ease;
    backdrop-filter: blur(1.5px);
    -webkit-backdrop-filter: blur(1.5px);
  }

  .cs-header-scrim.is-visible {
    opacity: 1;
    pointer-events: auto;
  }

  body.cs-header-overlay-open {
    --cs-header-overlay-open: 1;
  }

  .cs-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }

  @media (max-width: 1180px) {
    .cs-header-primary,
    .cs-header-secondary {
      width: calc(100% - 36px);
    }

    .cs-header-primary {
      grid-template-columns: minmax(175px, 0.7fr) minmax(350px, 1.45fr) minmax(145px, 0.64fr);
      gap: 18px;
    }

    .header.cs-desktop-header-v2 .nav {
      gap: clamp(15px, 1.7vw, 24px) !important;
    }

    .header.cs-desktop-header-v2 .nav > li > a,
    .header.cs-desktop-header-v2 .nav .linkish {
      font-size: 9.8px !important;
      letter-spacing: 0.09em !important;
    }

    .header.cs-desktop-header-v2 .mega--categories {
      grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }

    .header.cs-desktop-header-v2 .mega--categories .mega-side {
      display: none !important;
    }
  }

  @media (max-width: 1120px) {
    .header.cs-desktop-header-v2 .brand {
      width: auto !important;
      max-width: 230px !important;
      gap: 10px !important;
    }

    .header.cs-desktop-header-v2 .brand-word {
      font-size: 19px !important;
      letter-spacing: 0.18em !important;
    }

    .header.cs-desktop-header-v2 .brand-logo {
      width: 34px !important;
      height: 34px !important;
    }

    .header.cs-desktop-header-v2 .nav li[data-nav-key="edit"] {
      display: none;
    }

    .cs-search-panel__grid {
      grid-template-columns: minmax(170px, 0.72fr) minmax(350px, 1.45fr) minmax(210px, 0.9fr);
    }

    .cs-search-column {
      padding: 21px;
    }
  }

  @media (max-width: 900px) {
    .cs-header-primary {
      grid-template-columns: 160px minmax(320px, 1fr) 142px;
      gap: 13px;
    }

    .header.cs-desktop-header-v2 .nav li[data-nav-key="new"] {
      display: none;
    }

    .header.cs-desktop-header-v2 .nav {
      gap: 19px !important;
    }

    .cs-search-panel__grid {
      grid-template-columns: 0.82fr 1.45fr;
    }

    .cs-search-column--discovery {
      display: none;
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  /* The ticker's reduced-motion fallback lives with the rest of it, in
     assets/announcement-bar.css. */
  .header.cs-desktop-header-v2 *,
  .cs-header-scrim,
  .cs-search-panel.site-search-results {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
