@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap");

/* Reference-style desktop header. Mobile keeps the original SHOPLINE header. */
@media screen and (min-width: 960px) {
  body .header.section--padding {
    min-height: 94px !important;
    border-bottom: 1px solid #e5e5e5 !important;
    background: #fff !important;
  }

  body .header__container {
    grid-template:
      "contact logo actions" 56px
      "menu menu menu" 38px
      / minmax(0, 1fr) 180px minmax(0, 1fr) !important;
    column-gap: clamp(18px, 1.5vw, 28px) !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    min-height: 94px !important;
    padding: 0 clamp(30px, 2.6vw, 50px) !important;
  }

  html body[data-template] .header__container.page-width,
  html body[data-template="index"] .header__container.page-width {
    width: 100% !important;
    max-width: none !important;
    margin-inline: 0 !important;
    box-sizing: border-box !important;
  }

  body .yla-header-brand {
    display: contents !important;
  }

  body .yla-header-brand .header__heading {
    grid-area: logo !important;
    display: flex !important;
    width: 180px !important;
    min-width: 180px !important;
    height: 52px !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center !important;
    align-self: center !important;
    justify-content: center !important;
    justify-self: start !important;
  }

  body .yla-header-brand .header__heading-link {
    display: flex !important;
    width: 180px !important;
    height: 52px !important;
    align-items: center !important;
    justify-content: center !important;
  }

  body .yla-header-brand .header__heading-logo {
    width: auto !important;
    max-width: 180px !important;
    max-height: 50px !important;
    object-fit: contain !important;
  }

  body .yla-header-contact {
    grid-area: contact !important;
    order: 1 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: #111 !important;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0.18em !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    justify-self: start !important;
  }

  body .yla-header-contact a {
    color: inherit !important;
    font-weight: 600 !important;
    text-decoration: none !important;
  }

  body .yla-header-contact span {
    font-weight: 600 !important;
  }

  body .header__icons {
    grid-area: actions !important;
    display: grid !important;
    grid-template-columns: repeat(3, 28px) !important;
    grid-template-rows: 28px !important;
    column-gap: 0 !important;
    width: 128px !important;
    height: 28px !important;
    align-items: center !important;
    align-self: center !important;
    justify-content: space-between !important;
    justify-self: end !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    transform: translateY(5px) !important;
  }

  body .header__icons > * {
    margin: 0 !important;
    align-self: center !important;
    justify-self: center !important;
  }

  body .header__icons .user__container {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 28px !important;
    height: 28px !important;
  }

  body .header__icons > [class*="_wishlist_header"] {
    display: none !important;
  }

  body .header__icons > #cart-icon-bubble {
    grid-column: 3 !important;
    grid-row: 1 !important;
    width: 28px !important;
    height: 28px !important;
    overflow: visible !important;
  }

  body .header__icons > #cart-icon-bubble .header__cart-point {
    top: -7px !important;
    right: -9px !important;
    bottom: auto !important;
    left: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 18px !important;
    max-width: none !important;
    height: 18px !important;
    min-height: 18px !important;
    padding: 0 5px !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: #111 !important;
    color: #fff !important;
    font-family: Arial, sans-serif !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 18px !important;
    box-shadow: 0 0 0 2px #fff !important;
    overflow: visible !important;
  }

  body #cart-icon-bubble-wrapper {
    position: relative !important;
    display: grid !important;
    place-items: center !important;
    width: 28px !important;
    height: 28px !important;
    overflow: visible !important;
  }

  body .header__tools.display-none-tablet {
    grid-area: actions !important;
    display: flex !important;
    align-items: center !important;
    align-self: center !important;
    justify-self: end !important;
    margin: 0 50px 0 0 !important;
    padding: 0 !important;
    width: 28px !important;
    min-width: 28px !important;
    height: 28px !important;
    z-index: 2 !important;
    transform: translateY(5px) !important;
  }

  body .header__tools.display-none-tablet .header__search {
    display: block !important;
    width: 28px !important;
    min-width: 28px !important;
    height: 28px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body .header__icon-button,
  body .header__tools .header__icon-button {
    width: 28px !important;
    min-width: 28px !important;
    height: 28px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #111 !important;
  }

  body .header__icon-button svg,
  body .header__tools svg,
  body .header__icons svg {
    width: 24px !important;
    height: 24px !important;
  }

  body .header__icon-button svg :is(path, circle, line, polyline, rect),
  body .header__tools svg :is(path, circle, line, polyline, rect),
  body .header__icons svg :is(path, circle, line, polyline, rect) {
    stroke-width: 2 !important;
  }

  body .header__inline-nav {
    grid-area: menu !important;
    width: 100% !important;
    height: 38px !important;
    align-self: stretch !important;
    justify-self: center !important;
    margin: 0 auto !important;
  }

  body .header-inline-menus {
    justify-content: center !important;
  }

  body .header-inline-menus__item > .header-inline-menus__link,
  body[data-template="index"] .header-inline-menus__item > .header-inline-menus__link {
    min-height: 38px !important;
    padding: 11px 0 10px !important;
    font-weight: 600 !important;
  }
}

/* Only the first injected CUSTOM entry is displayed when the source menu
   contains duplicate NEW ARRIVALS links. */
.header-inline-menus > .mcs-custom-nav-item ~ .mcs-custom-nav-item,
.mobile-site-nav > .mcs-custom-nav-item ~ .mcs-custom-nav-item,
.header__drawer-menus > .mcs-custom-nav-item ~ .mcs-custom-nav-item {
  display: none !important;
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  body .header__container {
    grid-template:
      "contact logo actions" 56px
      "menu menu menu" 38px
      / minmax(0, 1fr) 160px minmax(0, 1fr) !important;
    column-gap: 18px !important;
    padding-inline: 24px !important;
  }

  body .yla-header-contact {
    font-size: 10px !important;
    letter-spacing: 0.11em !important;
  }
}

/* Keep every header search variant neutral instead of inheriting the store accent color. */
body .search-modal__field.field::before,
body .search-modal__field.field::after,
body .search-modal__field.field:hover::before,
body .search-modal__field.field:hover::after,
body .search-modal__field.field:focus::before,
body .search-modal__field.field:focus::after,
body .search-modal__field.field:focus-within::before,
body .search-modal__field.field:focus-within::after {
  border: 0 !important;
  border-bottom: 1px solid #d7d7d7 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body .search-modal__field.field {
  border: 0 !important;
  outline: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}

body .search-modal__input,
body .search-modal__input:hover,
body .search-modal__input:focus,
body .search-modal__input:focus-visible {
  -webkit-appearance: none !important;
  appearance: none !important;
  border: 0 !important;
  outline: 0 !important;
  background: #fff !important;
  color: #111 !important;
  box-shadow: none !important;
}

body .search-modal__field-label {
  color: #707070 !important;
}

/* YoungLA-inspired mobile header: a compact white bar with balanced controls,
   a truly centered store mark and navigation kept inside the drawer. */
@media screen and (max-width: 959px) {
  body .header.section--padding {
    min-height: 58px !important;
    padding: 0 !important;
    border-bottom: 1px solid #e8e8e8 !important;
    background: #fff !important;
  }

  body .header__container,
  body .header__container.page-width {
    display: grid !important;
    grid-template: "tools logo buttons" 58px / 76px minmax(0, 1fr) 76px !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 58px !important;
    margin: 0 !important;
    padding: 0 12px !important;
    column-gap: 0 !important;
    align-items: center !important;
  }

  body .yla-header-brand {
    display: contents !important;
  }

  body .yla-header-brand .header__heading {
    grid-area: logo !important;
    display: flex !important;
    width: 118px !important;
    min-width: 0 !important;
    height: 52px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    justify-self: center !important;
  }

  body .yla-header-brand .header__heading-link {
    display: flex !important;
    width: 118px !important;
    height: 52px !important;
    align-items: center !important;
    justify-content: center !important;
  }

  body .yla-header-brand .header__heading-logo {
    width: auto !important;
    max-width: 118px !important;
    max-height: 48px !important;
    object-fit: contain !important;
  }

  body .header__tools.display-none-desktop {
    grid-area: tools !important;
    display: flex !important;
    width: 72px !important;
    min-width: 72px !important;
    height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 4px !important;
    align-items: center !important;
    justify-content: flex-start !important;
    justify-self: start !important;
  }

  body .header__buttons.display-none-desktop {
    grid-area: buttons !important;
    display: flex !important;
    width: 72px !important;
    min-width: 72px !important;
    height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 4px !important;
    align-items: center !important;
    justify-content: flex-end !important;
    justify-self: end !important;
  }

  body .header__tools.display-none-desktop > *,
  body .header__buttons.display-none-desktop > * {
    margin: 0 !important;
  }

  body .header__tools.display-none-desktop .header__icon-button,
  body .header__buttons.display-none-desktop .header__icon-button,
  body #cart-icon-bubble-mobile {
    position: relative !important;
    display: grid !important;
    place-items: center !important;
    width: 32px !important;
    min-width: 32px !important;
    height: 32px !important;
    padding: 4px !important;
    border: 0 !important;
    background: transparent !important;
    color: #111 !important;
  }

  body .header__tools.display-none-desktop svg,
  body .header__buttons.display-none-desktop svg,
  body #cart-icon-bubble-mobile svg {
    width: 22px !important;
    height: 22px !important;
  }

  body .header__tools.display-none-desktop svg :is(path, circle, line, polyline, rect),
  body .header__buttons.display-none-desktop svg :is(path, circle, line, polyline, rect),
  body #cart-icon-bubble-mobile svg :is(path, circle, line, polyline, rect) {
    stroke-width: 1.8 !important;
  }

  body #cart-icon-bubble-mobile .header__cart-point {
    top: -2px !important;
    right: -3px !important;
    bottom: auto !important;
    left: auto !important;
    display: flex !important;
    min-width: 16px !important;
    height: 16px !important;
    padding: 0 4px !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    background: #111 !important;
    color: #fff !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    line-height: 16px !important;
    box-shadow: 0 0 0 2px #fff !important;
  }

  body .mobile-top-nav {
    display: none !important;
  }

  /* YoungLA-style mobile navigation drawer. Keep the theme's native details
     controls so all existing links and SHOPLINE behavior remain available. */
  body .header__menu-drawer.drawer .modal__content[data-position="left"] {
    --modal-animation-name: drawerFadeInLeft;
    top: 0 !important;
    right: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    display: flex !important;
    width: min(calc(100vw - 40px), 392px) !important;
    max-width: none !important;
    height: 100dvh !important;
    min-height: 100vh !important;
    padding: 0 !important;
    overflow: hidden !important;
    flex-direction: column !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #191919 !important;
    color: #fff !important;
    box-shadow: 18px 0 48px rgba(0, 0, 0, .26) !important;
    transform: translate3d(calc(-100% - 8px), 0, 0);
    animation-duration: .4s !important;
    animation-timing-function: cubic-bezier(.25, .46, .45, .94) !important;
    transition: box-shadow .3s ease !important;
    will-change: transform !important;
  }

  body .header__menu-drawer.drawer > details[open] > .modal__content[data-position="left"] {
    transform: translate3d(0, 0, 0);
  }

  body .header__menu-drawer .modal__overlay::after {
    background: rgba(0, 0, 0, .52) !important;
    backdrop-filter: blur(1px);
  }

  body .header__menu-drawer .drawer__head {
    display: flex !important;
    min-height: 48px !important;
    padding: 0 10px !important;
    align-items: center !important;
    justify-content: flex-start !important;
    border: 0 !important;
    border-bottom: 0 !important;
    background: #191919 !important;
  }

  body .header__menu-drawer .drawer__title {
    display: none !important;
  }

  body .header__menu-drawer .header__user-center-button {
    display: inline-flex !important;
    gap: 11px !important;
    align-items: center !important;
    color: #111 !important;
    font-family: "Helvetica Neue", Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: .02em !important;
    text-decoration: none !important;
  }

  body .header__menu-drawer .header__user-center-button svg {
    width: 22px !important;
    height: 22px !important;
  }

  body .header__menu-drawer .drawer__close-button {
    display: grid !important;
    width: 34px !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 7px 3px !important;
    place-items: center !important;
    border: 0 !important;
    background: transparent !important;
    color: #fff !important;
  }

  body .header__menu-drawer .drawer__close-button svg {
    width: 22px !important;
    height: 22px !important;
  }

  body .header__menu-drawer .drawer__main {
    display: block !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 5px 12px 18px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    scrollbar-width: thin !important;
    scrollbar-color: #777 transparent !important;
  }

  body .header__menu-drawer .header__drawer-menus {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  body .header__menu-drawer accordion-component,
  body .header__menu-drawer .header__drawer-nav {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body .header__menu-drawer .header__drawer-menus > li {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  body .header__menu-drawer .header__drawer-menus > li > a,
  body .header__menu-drawer .header__drawer-menus > li > details > summary {
    display: flex !important;
    min-height: 52px !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center !important;
    border: 0 !important;
    background: transparent !important;
    color: #fff !important;
    cursor: pointer !important;
  }

  body .header__menu-drawer .header__drawer-menus > li > details {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body .header__menu-drawer .drawer-menus__item {
    display: flex !important;
    width: 100% !important;
    min-height: 52px !important;
    padding: 0 !important;
    align-items: center !important;
    justify-content: space-between !important;
    border: 0 !important;
  }

  body .header__menu-drawer .header__drawer-menus > li > a,
  body .header__menu-drawer .drawer-menus__item > a,
  body .header__menu-drawer .drawer-menus__toggle-label {
    display: flex !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    min-height: 52px !important;
    padding: 0 !important;
    align-items: center !important;
    color: #fff !important;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: .16em !important;
    line-height: 1.25 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
  }

  body .header__menu-drawer .drawer-menus__toggle-label,
  body .header__menu-drawer .drawer-menus__sub-toggle-label {
    pointer-events: none !important;
    user-select: none !important;
  }

  body .header__menu-drawer .drawer-menus__item-icon {
    display: flex !important;
    width: 24px !important;
    height: 24px !important;
    margin: 0 0 0 auto !important;
    padding: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    transform: rotate(0deg) !important;
    transition: transform .3s cubic-bezier(.22, 1, .36, 1) !important;
  }

  body .header__menu-drawer .drawer-menus__item-icon svg {
    width: 20px !important;
    height: 20px !important;
  }

  body .header__menu-drawer .drawer-menus__item-icon svg :is(path, polyline, line) {
    stroke-width: 1.55 !important;
  }

  body .header__menu-drawer .drawer-menus__item-icon-off {
    display: none !important;
  }

  body .header__menu-drawer details[open] > summary .drawer-menus__item-icon-on {
    display: flex !important;
    transform: rotate(180deg) !important;
  }

  body .header__menu-drawer details[open] > summary .drawer-menus__item-icon-off {
    display: none !important;
  }

  body .header__menu-drawer .drawer-menus__sub-menus {
    margin: 0 !important;
    padding: 3px 0 12px !important;
    border: 0 !important;
    background: #232323 !important;
    text-align: left !important;
  }

  body .header__menu-drawer details[open] > .drawer-menus__sub-menus {
    animation: mcsMobileSubmenuIn .3s cubic-bezier(.22, 1, .36, 1) both;
  }

  body .header__menu-drawer .drawer-menus__sub-menus .drawer-menus__sub-item {
    min-height: 36px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    text-align: left !important;
  }

  body .header__menu-drawer .drawer-menus__sub-menus .drawer-menus__sub-item > a {
    display: flex !important;
    width: 100% !important;
    min-height: 36px !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center !important;
    justify-content: flex-start !important;
    color: #d8d8d8 !important;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    letter-spacing: .01em !important;
    line-height: 1.3 !important;
    text-align: left !important;
    text-decoration: none !important;
  }

  body .header__menu-drawer .drawer-menus__sub-toggle-label {
    display: flex !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    min-height: 36px !important;
    align-items: center !important;
    justify-content: flex-start !important;
    color: #d8d8d8 !important;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    letter-spacing: .01em !important;
    line-height: 1.3 !important;
    text-align: left !important;
  }

  body .header__menu-drawer .header__drawer-menus > li.drawer-menus__sub-item {
    min-height: 52px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body .header__menu-drawer .header__drawer-menus > li.drawer-menus__sub-item > a {
    display: flex !important;
    width: 100% !important;
    min-height: 52px !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center !important;
    color: #fff !important;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: .16em !important;
    line-height: 1.25 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
  }

  body .header__menu-drawer .drawer_footer {
    width: 100% !important;
    margin-top: auto !important;
    padding: 18px 74px 26px !important;
    border-top: 0 !important;
    background: #191919 !important;
  }

  body .header__menu-drawer .mcs-mobile-drawer-social .footer__list-social {
    display: flex !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  body .header__menu-drawer :is([class*="wishlist" i], [id*="wishlist" i]) {
    display: none !important;
  }

  body .header__menu-drawer .mcs-mobile-drawer-social li {
    margin: 0 !important;
  }

  body .header__menu-drawer .mcs-mobile-drawer-social a {
    display: grid !important;
    width: 28px !important;
    height: 28px !important;
    padding: 3px !important;
    place-items: center !important;
    color: #fff !important;
  }

  body .header__menu-drawer .mcs-mobile-drawer-social svg {
    width: 22px !important;
    height: 22px !important;
    color: #fff !important;
  }

  body .header__menu-drawer .header-drawer__localization {
    display: none !important;
  }
}

@keyframes mcsMobileSubmenuIn {
  from {
    opacity: 0;
    transform: translate3d(0, -8px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  body .header__menu-drawer.drawer .modal__content[data-position="left"],
  body .header__menu-drawer .drawer-menus__item-icon {
    transition-duration: .01ms !important;
  }

  body .header__menu-drawer details[open] > .drawer-menus__sub-menus {
    animation: none !important;
  }
}

/* YoungLA search panel v2: slim slide-down bar, dimmed page and five-card results. */
body.mcs-search-open {
  overflow: hidden !important;
}

body #shopline-section-header header-modal.header__search .modal__overlay {
  background: rgba(0, 0, 0, .42) !important;
  backdrop-filter: none !important;
  animation: mcsYlaSearchOverlayIn .28s ease both;
}

body #shopline-section-header header-modal.header__search .mcs-search-panel {
  width: 100vw !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 clamp(24px, 3.5vw, 52px) !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform-origin: top center;
  animation: mcsYlaSearchPanelIn .32s cubic-bezier(.22, .61, .36, 1) both;
}

body #shopline-section-header header-modal.header__search .mcs-search-panel[data-closing] {
  animation: mcsYlaSearchPanelOut .26s cubic-bezier(.55, .06, .68, .19) both;
}

body #shopline-section-header header-modal.header__search .mcs-search-panel[data-closing] ~ .modal__overlay,
body #shopline-section-header header-modal.header__search .mcs-search-panel[data-closing] + .modal__overlay {
  animation: mcsYlaSearchOverlayOut .26s ease both;
}

body #shopline-section-header .mcs-search-panel .search-modal__form {
  width: min(1440px, 100%) !important;
  margin: 0 auto !important;
  background: #fff !important;
}

body #shopline-section-header .mcs-search-panel .search-modal__field,
body #shopline-section-header .mcs-search-panel .search-modal__field.field {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 24px minmax(0, 1fr) 42px !important;
  align-items: center !important;
  gap: 16px !important;
  min-height: 76px !important;
  padding: 0 !important;
  background: #fff !important;
  border: 0 !important;
  box-shadow: none !important;
}

body #shopline-section-header .mcs-search-panel .search-modal__field::before,
body #shopline-section-header .mcs-search-panel .search-modal__field::after {
  display: none !important;
  content: none !important;
}

body #shopline-section-header .mcs-search-panel .mcs-search-panel__icon {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: #151515;
}

body #shopline-section-header .mcs-search-panel .mcs-search-panel__icon svg {
  width: 20px !important;
  height: 20px !important;
}

body #shopline-section-header .mcs-search-panel .search-modal__input {
  grid-column: 2 !important;
  width: 100% !important;
  height: 76px !important;
  min-height: 76px !important;
  padding: 0 !important;
  color: #1c1c1c !important;
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: .22em !important;
  text-transform: uppercase !important;
}

body #shopline-section-header .mcs-search-panel .search-modal__input::placeholder {
  color: #666 !important;
  opacity: 1 !important;
  letter-spacing: .22em !important;
}

body #shopline-section-header .mcs-search-panel .search-modal__field-label {
  display: none !important;
}

body #shopline-section-header .mcs-search-panel .search-modal__close-button {
  position: static !important;
  grid-column: 3 !important;
  display: grid !important;
  width: 42px !important;
  height: 42px !important;
  margin: 0 !important;
  padding: 0 !important;
  place-items: center;
  color: #151515 !important;
  background: transparent !important;
  border: 0 !important;
  transform: none !important;
}

body #shopline-section-header .mcs-search-panel .search-modal__close-button svg {
  width: 18px !important;
  height: 18px !important;
  transition: transform .2s ease;
}

body #shopline-section-header .mcs-search-panel .search-modal__close-button:hover svg {
  transform: rotate(90deg);
}

body #shopline-section-header .mcs-search-panel[open="true"] .predictive-search {
  display: none !important;
}

body #shopline-section-header .mcs-search-panel[open="true"][loading] .predictive-search,
body #shopline-section-header .mcs-search-panel[open="true"][results="true"] .predictive-search,
body #shopline-section-header .mcs-search-panel[open="true"][data-state="error"] .predictive-search {
  position: relative !important;
  inset: auto !important;
  display: block !important;
  width: 100% !important;
  max-height: min(var(--mcs-search-max-height, 72vh), 76vh) !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  color: #1c1c1c !important;
  background: #fff !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overscroll-behavior: contain;
  animation: mcsYlaSearchResultsIn .34s cubic-bezier(.22, .61, .36, 1) both;
}

body #shopline-section-header .mcs-search-panel .predictive-search::before {
  height: 2px !important;
}

body #shopline-section-header .mcs-search-panel[loading] .predictive-search::before {
  background: linear-gradient(90deg, transparent 0 4%, #151515 32% 68%, transparent 96% 100%) !important;
  background-size: 240% 100% !important;
  animation: mcsSearchLoading .9s linear infinite !important;
}

body #shopline-section-header .mcs-search-panel .predictive-search__suggested-menu,
body #shopline-section-header .mcs-search-panel[data-show-menu] .predictive-search__suggested-menu {
  display: none !important;
}

body #shopline-section-header .mcs-search-panel .predictive-search-results {
  padding: 26px 0 28px !important;
}

body #shopline-section-header .mcs-search-panel .predictive-search__head {
  display: block !important;
  margin: 0 0 30px !important;
  padding: 0 !important;
  border-bottom: 1px solid #ddd !important;
}

body #shopline-section-header .mcs-search-panel .predictive-search__title {
  position: relative;
  display: inline-block;
  margin: 0 !important;
  padding: 0 0 14px !important;
  color: #1c1c1c !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: .18em !important;
}

body #shopline-section-header .mcs-search-panel .predictive-search__title::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #1c1c1c;
}

body #shopline-section-header .mcs-search-panel .predictive-search__results-list,
body #shopline-section-header .mcs-search-panel[data-col="5"] .predictive-search__results-list,
body #shopline-section-header .mcs-search-panel[data-col="4"] .predictive-search__results-list {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: clamp(16px, 1.65vw, 24px) !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

body #shopline-section-header .mcs-search-panel .mcs-search-card {
  display: block !important;
  height: 100% !important;
  padding: 0 !important;
  color: #1c1c1c !important;
  background: #fff !important;
  text-align: center;
}

body #shopline-section-header .mcs-search-panel .mcs-search-card__media {
  display: block !important;
  aspect-ratio: 4 / 5 !important;
  overflow: hidden !important;
  background: #f3f3f3 !important;
}

body #shopline-section-header .mcs-search-panel .mcs-search-card__image,
body #shopline-section-header .mcs-search-panel .mcs-search-card__media img,
body #shopline-section-header .mcs-search-panel .mcs-search-card__media svg {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform .45s cubic-bezier(.22, .61, .36, 1) !important;
}

body #shopline-section-header .mcs-search-panel .mcs-search-card:hover .mcs-search-card__image,
body #shopline-section-header .mcs-search-panel .mcs-search-card[data-active] .mcs-search-card__image {
  transform: scale(1.035) !important;
}

body #shopline-section-header .mcs-search-panel .mcs-search-card__content {
  display: grid !important;
  justify-items: center !important;
  gap: 7px !important;
  padding: 15px 8px 0 !important;
}

body #shopline-section-header .mcs-search-panel .mcs-search-card__title {
  display: -webkit-box !important;
  min-height: 2.8em !important;
  overflow: hidden !important;
  color: #1c1c1c !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  letter-spacing: .16em !important;
  text-align: center !important;
  text-transform: uppercase !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body #shopline-section-header .mcs-search-panel .mcs-search-card__price {
  justify-content: center !important;
  color: #777 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  letter-spacing: .16em !important;
}

body #shopline-section-header .mcs-search-panel .predictive-search__term,
body #shopline-section-header .mcs-search-panel .mcs-search__retry {
  display: flex !important;
  width: max-content !important;
  min-width: 214px !important;
  min-height: 48px !important;
  margin: 30px auto 0 !important;
  padding: 0 26px !important;
  color: #fff !important;
  background: #1c1c1c !important;
  border: 1px solid #1c1c1c !important;
  border-radius: 0 !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: .2em !important;
}

body #shopline-section-header .mcs-search-panel .predictive-search__term:hover,
body #shopline-section-header .mcs-search-panel .mcs-search__retry:hover {
  color: #1c1c1c !important;
  background: #fff !important;
}

body #shopline-section-header .mcs-search-panel .predictive-search__empty,
body #shopline-section-header .mcs-search-panel .predictive-search__error {
  max-width: 680px !important;
  margin: 0 auto !important;
  padding: 44px 0 52px !important;
  text-align: center;
}

@keyframes mcsYlaSearchPanelIn {
  from { opacity: 0; transform: translate3d(0, -100%, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes mcsYlaSearchPanelOut {
  from { opacity: 1; transform: translate3d(0, 0, 0); }
  to { opacity: 0; transform: translate3d(0, -100%, 0); }
}

@keyframes mcsYlaSearchOverlayIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes mcsYlaSearchOverlayOut {
  from { opacity: 1; }
  to { opacity: 0; }
}

@keyframes mcsYlaSearchResultsIn {
  from { opacity: 0; transform: translate3d(0, -14px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@media screen and (max-width: 959px) {
  body #shopline-section-header header-modal.header__search .mcs-search-panel {
    padding: 0 18px !important;
  }

  body #shopline-section-header .mcs-search-panel .search-modal__field,
  body #shopline-section-header .mcs-search-panel .search-modal__field.field,
  body #shopline-section-header .mcs-search-panel .search-modal__input {
    height: 66px !important;
    min-height: 66px !important;
  }

  body #shopline-section-header .mcs-search-panel .search-modal__input {
    font-size: 14px !important;
    letter-spacing: .16em !important;
  }

  body #shopline-section-header .mcs-search-panel .predictive-search__results-list,
  body #shopline-section-header .mcs-search-panel[data-col="2"] .predictive-search__results-list,
  body #shopline-section-header .mcs-search-panel[data-col="1"] .predictive-search__results-list {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  body #shopline-section-header .mcs-search-panel .predictive-search__list-item + .predictive-search__list-item {
    border-top: 1px solid #e5e5e5 !important;
  }

  body #shopline-section-header .mcs-search-panel .mcs-search-card {
    display: grid !important;
    grid-template-columns: 104px minmax(0, 1fr) !important;
    gap: 16px !important;
    padding: 14px 0 !important;
    text-align: left !important;
  }

  body #shopline-section-header .mcs-search-panel .mcs-search-card__media {
    width: 104px !important;
    aspect-ratio: 4 / 5 !important;
  }

  body #shopline-section-header .mcs-search-panel .mcs-search-card__content {
    align-content: center !important;
    justify-items: start !important;
    padding: 0 !important;
  }

  body #shopline-section-header .mcs-search-panel .mcs-search-card__title,
  body #shopline-section-header .mcs-search-panel .mcs-search-card__price {
    justify-content: flex-start !important;
    min-height: 0 !important;
    text-align: left !important;
  }

  body #shopline-section-header .mcs-search-panel .predictive-search__term {
    width: 100% !important;
    margin-top: 22px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body #shopline-section-header header-modal.header__search .mcs-search-panel,
  body #shopline-section-header header-modal.header__search .modal__overlay,
  body #shopline-section-header .mcs-search-panel .predictive-search {
    animation-duration: .01ms !important;
  }
}

@media screen and (max-width: 374px) {
  body .header__container,
  body .header__container.page-width {
    grid-template-columns: 68px minmax(0, 1fr) 68px !important;
    padding-inline: 8px !important;
  }

  body .yla-header-brand .header__heading,
  body .yla-header-brand .header__heading-link {
    width: 104px !important;
  }

  body .yla-header-brand .header__heading-logo {
    max-width: 104px !important;
  }
}

/* YoungLA search panel v1: full-width, product-led and keyboard accessible. */
body #shopline-section-header .mcs-search-panel {
  --mcs-search-black: #080808;
  --mcs-search-ink: #171717;
  --mcs-search-muted: #717171;
  --mcs-search-line: #dedede;
  --mcs-search-yellow: #f4de24;
  display: block;
  color: var(--mcs-search-ink);
}

body #shopline-section-header header-modal.header__search .modal__overlay {
  background: rgba(0, 0, 0, .58) !important;
  backdrop-filter: blur(2px);
}

body #shopline-section-header header-modal.header__search .mcs-search-panel {
  width: 100vw !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 clamp(20px, 4.2vw, 72px) !important;
  background: #fff !important;
  border: 0 !important;
  border-top: 1px solid #ececec !important;
  border-radius: 0 !important;
  box-shadow: 0 22px 50px rgba(0, 0, 0, .18) !important;
}

body #shopline-section-header .mcs-search-panel .search-modal__form {
  width: min(1440px, 100%);
  margin: 0 auto;
  background: #fff;
}

body #shopline-section-header .mcs-search-panel .search-modal__field {
  min-height: 82px;
  padding: 0 !important;
  border-bottom: 1px solid var(--mcs-search-line) !important;
  box-shadow: none !important;
}

body #shopline-section-header .mcs-search-panel .search-modal__input {
  height: 82px !important;
  padding: 0 64px 0 0 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: clamp(24px, 3.1vw, 48px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: -.045em !important;
  text-transform: uppercase;
}

body #shopline-section-header .mcs-search-panel .search-modal__input::placeholder {
  color: #a0a0a0 !important;
  opacity: 1;
}

body #shopline-section-header .mcs-search-panel .search-modal__field-label {
  display: none !important;
}

body #shopline-section-header .mcs-search-panel .search-modal__close-button {
  position: absolute;
  right: 0;
  top: 50%;
  width: 46px !important;
  height: 46px !important;
  transform: translateY(-50%);
  color: var(--mcs-search-black) !important;
}

body #shopline-section-header .mcs-search-panel .search-modal__close-button svg {
  width: 22px !important;
  height: 22px !important;
}

body #shopline-section-header .mcs-search-panel .predictive-search {
  position: relative !important;
  inset: auto !important;
  display: none;
  width: 100% !important;
  max-height: var(--mcs-search-max-height, 70vh) !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  background: #fff !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}

body #shopline-section-header .mcs-search-panel[open="true"] .predictive-search,
body #shopline-section-header .mcs-search-panel[data-show-menu] .predictive-search {
  display: block;
}

body #shopline-section-header .mcs-search-panel .predictive-search::before {
  content: "";
  position: sticky;
  z-index: 4;
  top: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: transparent;
}

body #shopline-section-header .mcs-search-panel[loading] .predictive-search::before {
  background: linear-gradient(90deg, transparent 0 8%, var(--mcs-search-yellow) 32% 68%, transparent 92% 100%);
  background-size: 240% 100%;
  animation: mcsSearchLoading 1s linear infinite;
}

body #shopline-section-header .mcs-search-panel .predictive-search__loading-state,
body #shopline-section-header .mcs-search-panel .predictive-search__spinner {
  display: none !important;
}

body #shopline-section-header .mcs-search-panel .predictive-search__results {
  min-width: 0;
}

body #shopline-section-header .mcs-search-panel .predictive-search-results {
  padding: 34px 0 44px;
}

body #shopline-section-header .mcs-search-panel .predictive-search__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

body #shopline-section-header .mcs-search-panel .predictive-search__eyebrow {
  margin: 0 0 6px;
  color: var(--mcs-search-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
}

body #shopline-section-header .mcs-search-panel .predictive-search__title,
body #shopline-section-header .mcs-search-panel .predictive-search__empty h2,
body #shopline-section-header .mcs-search-panel .predictive-search__error h2 {
  margin: 0;
  color: var(--mcs-search-black);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(24px, 2.4vw, 38px);
  font-weight: 900;
  line-height: .95;
  letter-spacing: -.04em;
}

body #shopline-section-header .mcs-search-panel .predictive-search__count {
  color: var(--mcs-search-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body #shopline-section-header .mcs-search-panel .predictive-search__results-list {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 28px);
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

body #shopline-section-header .mcs-search-panel[data-col="3"] .predictive-search__results-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body #shopline-section-header .mcs-search-panel[data-col="2"] .predictive-search__results-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body #shopline-section-header .mcs-search-panel .predictive-search__list-item {
  min-width: 0;
  margin: 0 !important;
}

body #shopline-section-header .mcs-search-panel .mcs-search-card {
  display: block !important;
  height: 100%;
  padding: 0 !important;
  color: var(--mcs-search-ink) !important;
  background: #fff;
  border: 0 !important;
  text-decoration: none !important;
}

body #shopline-section-header .mcs-search-panel .mcs-search-card__media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #f2f2f2;
}

body #shopline-section-header .mcs-search-panel .mcs-search-card__image,
body #shopline-section-header .mcs-search-panel .mcs-search-card__media img,
body #shopline-section-header .mcs-search-panel .mcs-search-card__media svg {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform .35s ease;
}

body #shopline-section-header .mcs-search-panel .mcs-search-card:hover .mcs-search-card__image,
body #shopline-section-header .mcs-search-panel .mcs-search-card[data-active] .mcs-search-card__image {
  transform: scale(1.035);
}

body #shopline-section-header .mcs-search-panel .mcs-search-card__content {
  display: grid;
  gap: 6px;
  padding: 14px 0 0;
}

body #shopline-section-header .mcs-search-panel .mcs-search-card__eyebrow {
  color: var(--mcs-search-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
}

body #shopline-section-header .mcs-search-panel .mcs-search-card__title {
  display: -webkit-box;
  min-height: 2.5em;
  overflow: hidden;
  color: var(--mcs-search-black);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body #shopline-section-header .mcs-search-panel .mcs-search-card__price {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
}

body #shopline-section-header .mcs-search-panel .mcs-search-card__view {
  margin-top: 4px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
}

body #shopline-section-header .mcs-search-panel .mcs-search-card__view span {
  display: inline-block;
  transition: transform .2s ease;
}

body #shopline-section-header .mcs-search-panel .mcs-search-card:hover .mcs-search-card__view span,
body #shopline-section-header .mcs-search-panel .mcs-search-card[data-active] .mcs-search-card__view span {
  transform: translateX(4px);
}

body #shopline-section-header .mcs-search-panel .predictive-search__term,
body #shopline-section-header .mcs-search-panel .mcs-search__retry {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  margin: 30px 0 0 !important;
  padding: 0 22px !important;
  color: #fff !important;
  background: var(--mcs-search-black) !important;
  border: 1px solid var(--mcs-search-black) !important;
  border-radius: 0 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: .08em;
}

body #shopline-section-header .mcs-search-panel .predictive-search__term[data-active],
body #shopline-section-header .mcs-search-panel .predictive-search__term:hover,
body #shopline-section-header .mcs-search-panel .mcs-search__retry:hover {
  color: var(--mcs-search-black) !important;
  background: var(--mcs-search-yellow) !important;
  border-color: var(--mcs-search-yellow) !important;
}

body #shopline-section-header .mcs-search-panel .predictive-search__empty,
body #shopline-section-header .mcs-search-panel .predictive-search__error,
body #shopline-section-header .mcs-search-panel .mcs-search__idle {
  max-width: 680px;
  padding: 46px 0 54px;
}

body #shopline-section-header .mcs-search-panel .predictive-search__empty > p:last-child,
body #shopline-section-header .mcs-search-panel .predictive-search__error > p,
body #shopline-section-header .mcs-search-panel .mcs-search__idle > p:last-child {
  margin: 14px 0 0;
  color: var(--mcs-search-muted);
  font-size: 14px;
  line-height: 1.6;
}

body #shopline-section-header .mcs-search-panel .predictive-search__suggested-menu {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  padding: 34px 0 42px;
  background: #fff;
}

body #shopline-section-header .mcs-search-panel .predictive-search__suggested-menu__item {
  display: grid;
  align-content: start;
  gap: 10px;
}

body #shopline-section-header .mcs-search-panel .predictive-search__suggested-menu__link {
  color: var(--mcs-search-ink) !important;
  text-decoration: none !important;
}

@keyframes mcsSearchLoading {
  from { background-position: 100% 0; }
  to { background-position: -140% 0; }
}

@media screen and (max-width: 749px) {
  body #shopline-section-header header-modal.header__search .mcs-search-panel {
    padding: 0 16px !important;
  }

  body #shopline-section-header .mcs-search-panel .search-modal__field,
  body #shopline-section-header .mcs-search-panel .search-modal__input {
    height: 66px !important;
    min-height: 66px;
  }

  body #shopline-section-header .mcs-search-panel .search-modal__input {
    padding-right: 52px !important;
    font-size: 24px !important;
  }

  body #shopline-section-header .mcs-search-panel .predictive-search-results {
    padding: 24px 0 32px;
  }

  body #shopline-section-header .mcs-search-panel .predictive-search__head {
    align-items: start;
    margin-bottom: 16px;
  }

  body #shopline-section-header .mcs-search-panel .predictive-search__title {
    font-size: 25px;
  }

  body #shopline-section-header .mcs-search-panel .predictive-search__results-list,
  body #shopline-section-header .mcs-search-panel[data-col="1"] .predictive-search__results-list {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0;
  }

  body #shopline-section-header .mcs-search-panel .predictive-search__list-item + .predictive-search__list-item {
    border-top: 1px solid var(--mcs-search-line);
  }

  body #shopline-section-header .mcs-search-panel .mcs-search-card {
    display: grid !important;
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 16px;
    padding: 14px 0 !important;
  }

  body #shopline-section-header .mcs-search-panel .mcs-search-card__media {
    width: 104px;
    aspect-ratio: 4 / 5;
  }

  body #shopline-section-header .mcs-search-panel .mcs-search-card__content {
    align-content: center;
    padding: 0;
  }

  body #shopline-section-header .mcs-search-panel .mcs-search-card__title {
    min-height: 0;
    font-size: 13px;
  }

  body #shopline-section-header .mcs-search-panel .predictive-search__term {
    width: 100%;
    margin-top: 20px !important;
  }

  body #shopline-section-header .mcs-search-panel .predictive-search__suggested-menu {
    grid-template-columns: 1fr 1fr;
    gap: 24px 18px;
    padding: 24px 0 32px;
  }

  body #shopline-section-header .mcs-search-panel .predictive-search__empty,
  body #shopline-section-header .mcs-search-panel .predictive-search__error,
  body #shopline-section-header .mcs-search-panel .mcs-search__idle {
    padding: 34px 0 42px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body #shopline-section-header .mcs-search-panel *,
  body #shopline-section-header .mcs-search-panel *::before,
  body #shopline-section-header .mcs-search-panel *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Final v2 precedence layer. Keep after the legacy search rules. */
body #shopline-section-header header-modal.header__search .modal__overlay {
  background: rgba(0, 0, 0, .42) !important;
  backdrop-filter: none !important;
}

body #shopline-section-header header-modal.header__search .modal__overlay[data-mcs-closing] {
  animation: mcsYlaSearchOverlayOut .26s ease both !important;
}

body #shopline-section-header header-modal.header__search .mcs-search-panel {
  padding: 0 clamp(24px, 3.5vw, 52px) !important;
  overflow: hidden !important;
  border: 0 !important;
  box-shadow: none !important;
}

body #shopline-section-header .mcs-search-panel .search-modal__field,
body #shopline-section-header .mcs-search-panel .search-modal__field.field {
  display: grid !important;
  grid-template-columns: 24px minmax(0, 1fr) 42px !important;
  align-items: center !important;
  gap: 16px !important;
  min-height: 76px !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

body #shopline-section-header .mcs-search-panel .search-modal__field::before,
body #shopline-section-header .mcs-search-panel .search-modal__field::after {
  display: none !important;
  content: none !important;
}

body #shopline-section-header .mcs-search-panel .mcs-search-panel__icon {
  display: grid !important;
  grid-column: 1 !important;
  width: 24px !important;
  height: 24px !important;
  place-items: center !important;
}

body #shopline-section-header .mcs-search-panel .mcs-search-panel__icon svg {
  width: 20px !important;
  height: 20px !important;
}

body #shopline-section-header .mcs-search-panel .search-modal__input {
  grid-column: 2 !important;
  width: 100% !important;
  height: 76px !important;
  min-height: 76px !important;
  padding: 0 !important;
  color: #1c1c1c !important;
  background: transparent !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: .22em !important;
  text-transform: uppercase !important;
}

body #shopline-section-header .mcs-search-panel .search-modal__input::placeholder {
  color: #666 !important;
  opacity: 1 !important;
  letter-spacing: .22em !important;
}

body #shopline-section-header .mcs-search-panel .search-modal__close-button {
  position: static !important;
  grid-column: 3 !important;
  display: grid !important;
  width: 42px !important;
  height: 42px !important;
  margin: 0 !important;
  padding: 0 !important;
  place-items: center !important;
  transform: none !important;
}

body #shopline-section-header .mcs-search-panel[open="true"] .predictive-search {
  display: none !important;
}

body #shopline-section-header .mcs-search-panel[open="true"][loading] .predictive-search,
body #shopline-section-header .mcs-search-panel[open="true"][results="true"] .predictive-search,
body #shopline-section-header .mcs-search-panel[open="true"][data-state="error"] .predictive-search {
  display: block !important;
  max-height: min(var(--mcs-search-max-height, 72vh), 76vh) !important;
  animation: mcsYlaSearchResultsIn .34s cubic-bezier(.22, .61, .36, 1) both !important;
}

body #shopline-section-header .mcs-search-panel .predictive-search__suggested-menu,
body #shopline-section-header .mcs-search-panel[data-show-menu] .predictive-search__suggested-menu {
  display: none !important;
}

body #shopline-section-header .mcs-search-panel .predictive-search-results {
  padding: 26px 0 28px !important;
}

body #shopline-section-header .mcs-search-panel .predictive-search__head {
  display: block !important;
  align-items: initial !important;
  margin: 0 0 30px !important;
  padding: 0 !important;
  border-bottom: 1px solid #ddd !important;
}

body #shopline-section-header .mcs-search-panel .predictive-search__title {
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 0 14px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: .18em !important;
}

body #shopline-section-header .mcs-search-panel .predictive-search__results-list,
body #shopline-section-header .mcs-search-panel[data-col="5"] .predictive-search__results-list,
body #shopline-section-header .mcs-search-panel[data-col="4"] .predictive-search__results-list {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: clamp(16px, 1.65vw, 24px) !important;
  margin: 0 !important;
  padding: 0 !important;
}

body #shopline-section-header .mcs-search-panel .mcs-search-card {
  display: block !important;
  padding: 0 !important;
  text-align: center !important;
}

body #shopline-section-header .mcs-search-panel .mcs-search-card__media {
  aspect-ratio: 4 / 5 !important;
}

body #shopline-section-header .mcs-search-panel .mcs-search-card__content {
  display: grid !important;
  justify-items: center !important;
  gap: 7px !important;
  padding: 15px 8px 0 !important;
}

body #shopline-section-header .mcs-search-panel .mcs-search-card__title {
  min-height: 2.8em !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  letter-spacing: .16em !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

body #shopline-section-header .mcs-search-panel .mcs-search-card__price {
  justify-content: center !important;
  color: #777 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  letter-spacing: .16em !important;
}

body #shopline-section-header .mcs-search-panel .predictive-search__term,
body #shopline-section-header .mcs-search-panel .mcs-search__retry {
  display: flex !important;
  width: max-content !important;
  min-width: 214px !important;
  min-height: 48px !important;
  margin: 30px auto 0 !important;
  padding: 0 26px !important;
  color: #fff !important;
  background: #1c1c1c !important;
  border-color: #1c1c1c !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: .2em !important;
}

@media screen and (max-width: 959px) {
  body #shopline-section-header header-modal.header__search .mcs-search-panel {
    padding: 0 18px !important;
  }

  body #shopline-section-header .mcs-search-panel .search-modal__field,
  body #shopline-section-header .mcs-search-panel .search-modal__field.field,
  body #shopline-section-header .mcs-search-panel .search-modal__input {
    height: 66px !important;
    min-height: 66px !important;
  }

  body #shopline-section-header .mcs-search-panel .predictive-search__results-list,
  body #shopline-section-header .mcs-search-panel[data-col="2"] .predictive-search__results-list,
  body #shopline-section-header .mcs-search-panel[data-col="1"] .predictive-search__results-list {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  body #shopline-section-header .mcs-search-panel .mcs-search-card {
    display: grid !important;
    grid-template-columns: 104px minmax(0, 1fr) !important;
    gap: 16px !important;
    padding: 14px 0 !important;
    text-align: left !important;
  }

  body #shopline-section-header .mcs-search-panel .mcs-search-card__content {
    align-content: center !important;
    justify-items: start !important;
    padding: 0 !important;
  }

  body #shopline-section-header .mcs-search-panel .mcs-search-card__title,
  body #shopline-section-header .mcs-search-panel .mcs-search-card__price {
    justify-content: flex-start !important;
    min-height: 0 !important;
    text-align: left !important;
  }

  body #shopline-section-header .mcs-search-panel .predictive-search__term {
    width: 100% !important;
  }
}

/* Global search bridge v3: overrides SHOPLINE's injected legacy search layer. */
[data-mcs-legacy-search-hidden="true"] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

body predictive-search:has(input[placeholder="Enter here and click search"]),
body .modal__content:has(input[placeholder="Enter here and click search"]),
body [role="dialog"]:has(input[placeholder="Enter here and click search"]) {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.mcs-yla-global-search[hidden] {
  display: none !important;
}

.mcs-yla-global-search {
  position: fixed;
  z-index: 2147483000;
  inset: 0;
  pointer-events: none;
}

.mcs-yla-global-search__overlay {
  position: fixed;
  z-index: 0;
  top: var(--mcs-yla-search-top, 0px);
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  pointer-events: auto;
  cursor: default;
  background: rgba(0, 0, 0, .42);
  border: 0;
  opacity: 0;
  transition: opacity .28s ease;
}

.mcs-yla-global-search__panel {
  position: fixed;
  z-index: 1;
  top: var(--mcs-yla-search-top, 0px);
  right: 0;
  left: 0;
  max-height: calc(100vh - var(--mcs-yla-search-top, 0px));
  padding: 0 clamp(24px, 3.5vw, 52px);
  overflow: hidden;
  pointer-events: auto;
  color: #1c1c1c;
  background: #fff;
  opacity: 0;
  transform: translate3d(0, -100%, 0);
  transition: transform .32s cubic-bezier(.22, .61, .36, 1), opacity .24s ease;
}

.mcs-yla-global-search[data-open="true"] .mcs-yla-global-search__overlay {
  opacity: 1;
}

.mcs-yla-global-search[data-open="true"] .mcs-yla-global-search__panel {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.mcs-yla-global-search__form {
  width: min(1440px, 100%);
  margin: 0 auto;
  background: #fff;
}

.mcs-yla-global-search__bar {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 16px;
  min-height: 76px;
}

.mcs-yla-global-search__icon {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
}

.mcs-yla-global-search__icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.mcs-yla-global-search__input {
  width: 100%;
  height: 76px;
  min-height: 76px;
  padding: 0;
  color: #1c1c1c;
  background: transparent;
  border: 0;
  outline: 0;
  box-shadow: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .22em;
  text-transform: uppercase;
  appearance: none;
}

.mcs-yla-global-search__input::placeholder {
  color: #666;
  opacity: 1;
}

.mcs-yla-global-search__input::-webkit-search-cancel-button {
  display: none;
}

.mcs-yla-global-search__close {
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  color: #1c1c1c;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.mcs-yla-global-search__close svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: transform .2s ease;
}

.mcs-yla-global-search__close:hover svg {
  transform: rotate(90deg);
}

.mcs-yla-global-search__results {
  max-height: calc(100vh - var(--mcs-yla-search-top, 0px) - 76px);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.mcs-yla-global-search[loading] .mcs-yla-global-search__results::before {
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, transparent 0 4%, #151515 32% 68%, transparent 96% 100%);
  background-size: 240% 100%;
  animation: mcsSearchLoading .9s linear infinite;
}

.mcs-yla-global-search .predictive-search-results {
  padding: 26px 0 28px;
  animation: mcsYlaSearchResultsIn .34s cubic-bezier(.22, .61, .36, 1) both;
}

.mcs-yla-global-search .predictive-search__head {
  display: block;
  margin: 0 0 30px;
  padding: 0;
  border-bottom: 1px solid #ddd;
}

.mcs-yla-global-search .predictive-search__title {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 0 14px;
  color: #1c1c1c;
  font: 500 12px/1 Arial, Helvetica, sans-serif;
  letter-spacing: .18em;
}

.mcs-yla-global-search .predictive-search__title::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #1c1c1c;
}

.mcs-yla-global-search .predictive-search__results-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(16px, 1.65vw, 24px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.mcs-yla-global-search .predictive-search__list-item {
  min-width: 0;
}

.mcs-yla-global-search .mcs-search-card {
  display: block;
  height: 100%;
  padding: 0;
  color: #1c1c1c;
  text-align: center;
  text-decoration: none;
}

.mcs-yla-global-search .mcs-search-card__media {
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #f3f3f3;
}

.mcs-yla-global-search .mcs-search-card__image,
.mcs-yla-global-search .mcs-search-card__media img,
.mcs-yla-global-search .mcs-search-card__media svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s cubic-bezier(.22, .61, .36, 1);
}

.mcs-yla-global-search .mcs-search-card:hover .mcs-search-card__image {
  transform: scale(1.035);
}

.mcs-yla-global-search .mcs-search-card__content {
  display: grid;
  justify-items: center;
  gap: 7px;
  padding: 15px 8px 0;
}

.mcs-yla-global-search .mcs-search-card__title {
  display: -webkit-box;
  min-height: 2.8em;
  overflow: hidden;
  color: #1c1c1c;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .16em;
  text-transform: uppercase;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.mcs-yla-global-search .mcs-search-card__price {
  display: flex;
  justify-content: center;
  gap: 8px;
  color: #777;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .16em;
}

.mcs-yla-global-search .predictive-search__term,
.mcs-yla-global-search .mcs-search__retry {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-width: 214px;
  min-height: 48px;
  margin: 30px auto 0;
  padding: 0 26px;
  color: #fff;
  background: #1c1c1c;
  border: 1px solid #1c1c1c;
  border-radius: 0;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .2em;
  cursor: pointer;
}

.mcs-yla-global-search .predictive-search__empty,
.mcs-yla-global-search .predictive-search__error {
  max-width: 680px;
  margin: 0 auto;
  padding: 44px 0 52px;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .mcs-yla-global-search__panel {
    padding: 0 18px;
  }

  .mcs-yla-global-search__bar,
  .mcs-yla-global-search__input {
    height: 66px;
    min-height: 66px;
  }

  .mcs-yla-global-search__input {
    font-size: 14px;
    letter-spacing: .16em;
  }

  .mcs-yla-global-search__results {
    max-height: calc(100vh - var(--mcs-yla-search-top, 0px) - 66px);
  }

  .mcs-yla-global-search .predictive-search__results-list {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .mcs-yla-global-search .predictive-search__list-item + .predictive-search__list-item {
    border-top: 1px solid #e5e5e5;
  }

  .mcs-yla-global-search .mcs-search-card {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 16px;
    padding: 14px 0;
    text-align: left;
  }

  .mcs-yla-global-search .mcs-search-card__media {
    width: 104px;
  }

  .mcs-yla-global-search .mcs-search-card__content {
    align-content: center;
    justify-items: start;
    padding: 0;
  }

  .mcs-yla-global-search .mcs-search-card__title {
    min-height: 0;
    text-align: left;
  }

  .mcs-yla-global-search .mcs-search-card__price {
    justify-content: flex-start;
  }

  .mcs-yla-global-search .predictive-search__term {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mcs-yla-global-search__overlay,
  .mcs-yla-global-search__panel,
  .mcs-yla-global-search .predictive-search-results {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}

/* Search field cleanup: remove the store accent focus frame. */
body .mcs-yla-global-search__bar,
body .mcs-yla-global-search__form,
body .mcs-yla-global-search__input,
body .mcs-yla-global-search__input:hover,
body .mcs-yla-global-search__input:focus,
body .mcs-yla-global-search__input:focus-visible {
  border: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

/* Predictive search v4: scrollable products, collection tabs, single-frame CTA. */
body .mcs-yla-global-search .predictive-search__head {
  display: flex;
  align-items: flex-end;
  gap: 38px;
  overflow-x: auto;
}

body .mcs-yla-global-search .mcs-search-tab {
  width: auto;
  min-width: 0;
  min-height: 0;
  color: #8a8a8a;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  appearance: none;
  cursor: pointer;
}

body .mcs-yla-global-search .mcs-search-tab::before {
  display: none !important;
  content: none !important;
}

body .mcs-yla-global-search .mcs-search-tab::after {
  opacity: 0;
}

body .mcs-yla-global-search .mcs-search-tab.is-active {
  color: #1c1c1c;
}

body .mcs-yla-global-search .mcs-search-tab.is-active::after {
  opacity: 1;
}

body .mcs-yla-global-search .mcs-search-tab-panel[hidden] {
  display: none !important;
}

body .mcs-yla-global-search .mcs-search-tab-panel:not([hidden]) {
  animation: mcsYlaSearchResultsIn .28s cubic-bezier(.22, .61, .36, 1) both;
}

body .mcs-yla-global-search .mcs-search-collections {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(250px, 22vw, 330px);
  gap: 22px;
  margin: 0;
  padding: 0 0 16px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x proximity;
  scrollbar-color: #1c1c1c #e4e4e4;
  scrollbar-width: thin;
}

body .mcs-yla-global-search .mcs-search-collection__item {
  min-width: 0;
  scroll-snap-align: start;
}

body .mcs-yla-global-search .mcs-search-collection {
  display: block;
  color: #1c1c1c;
  text-decoration: none;
}

body .mcs-yla-global-search .mcs-search-collection__media {
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #f3f3f3;
}

body .mcs-yla-global-search .mcs-search-collection__image,
body .mcs-yla-global-search .mcs-search-collection__media img,
body .mcs-yla-global-search .mcs-search-collection__media svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s cubic-bezier(.22, .61, .36, 1);
}

body .mcs-yla-global-search .mcs-search-collection:hover .mcs-search-collection__image {
  transform: scale(1.035);
}

body .mcs-yla-global-search .mcs-search-collection__title {
  display: block;
  padding: 15px 2px 0;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .16em;
  text-transform: uppercase;
}

body .mcs-yla-global-search .predictive-search__term,
body .mcs-yla-global-search .predictive-search__term:hover,
body .mcs-yla-global-search .predictive-search__term:focus,
body .mcs-yla-global-search .predictive-search__term:focus-visible {
  color: #fff !important;
  background: #1c1c1c !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  appearance: none !important;
}

body .mcs-yla-global-search .predictive-search__term::before,
body .mcs-yla-global-search .predictive-search__term::after {
  display: none !important;
  content: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

@media screen and (min-width: 960px) {
  body .mcs-yla-global-search .predictive-search__results-list {
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 96px) / 5);
    gap: 24px;
    padding: 0 0 16px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x proximity;
    scrollbar-color: #1c1c1c #e4e4e4;
    scrollbar-width: thin;
  }

  body .mcs-yla-global-search .predictive-search__list-item {
    scroll-snap-align: start;
  }
}

body .mcs-yla-global-search .predictive-search__results-list::-webkit-scrollbar,
body .mcs-yla-global-search .mcs-search-collections::-webkit-scrollbar {
  height: 5px;
}

body .mcs-yla-global-search .predictive-search__results-list::-webkit-scrollbar-track,
body .mcs-yla-global-search .mcs-search-collections::-webkit-scrollbar-track {
  background: #e4e4e4;
}

body .mcs-yla-global-search .predictive-search__results-list::-webkit-scrollbar-thumb,
body .mcs-yla-global-search .mcs-search-collections::-webkit-scrollbar-thumb {
  background: #1c1c1c;
}

@media screen and (max-width: 959px) {
  body .mcs-yla-global-search .predictive-search__head {
    gap: 24px;
    margin-bottom: 12px;
  }

  body .mcs-yla-global-search .mcs-search-collections {
    grid-auto-flow: row;
    grid-auto-columns: auto;
    grid-template-columns: 1fr;
    gap: 0;
    padding-bottom: 0;
    overflow-x: visible;
  }

  body .mcs-yla-global-search .mcs-search-collection {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
  }

  body .mcs-yla-global-search .mcs-search-collection__media {
    width: 104px;
  }

  body .mcs-yla-global-search .mcs-search-collection__title {
    padding: 0;
  }
}

/* Keep result tabs together on the left; only result cards should scroll. */
body .mcs-yla-global-search .predictive-search__head {
  justify-content: flex-start !important;
  gap: 34px !important;
  overflow: visible !important;
}

body .mcs-yla-global-search .mcs-search-tab {
  flex: 0 0 auto !important;
  margin: 0 !important;
  background-image: none !important;
}

/* MCS mobile predictive search horizontal rail v1 — 2026-08-20 */
@media screen and (max-width: 959px) {
  body #shopline-section-header .mcs-search-panel[data-mcs-search-surface="mobile"] .predictive-search__results-list,
  body .mcs-yla-global-search .predictive-search__results-list {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 18px 10px 0 !important;
    flex-flow: row nowrap !important;
    align-items: stretch !important;
    grid-template-columns: none !important;
    gap: 12px !important;
    box-sizing: border-box !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    list-style: none !important;
    overscroll-behavior-inline: contain;
    scroll-padding-inline-end: 18px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
  }

  body #shopline-section-header .mcs-search-panel[data-mcs-search-surface="mobile"] .predictive-search__results-list::-webkit-scrollbar,
  body .mcs-yla-global-search .predictive-search__results-list::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }

  body #shopline-section-header .mcs-search-panel[data-mcs-search-surface="mobile"] .predictive-search__results-list > .predictive-search__list-item,
  body .mcs-yla-global-search .predictive-search__results-list > .predictive-search__list-item {
    width: auto !important;
    min-width: 0 !important;
    max-width: 310px !important;
    margin: 0 !important;
    flex: 0 0 82% !important;
    border-top: 0 !important;
    scroll-snap-align: start;
    scroll-snap-stop: normal;
  }

  body #shopline-section-header .mcs-search-panel[data-mcs-search-surface="mobile"] .mcs-search-card,
  body .mcs-yla-global-search .mcs-search-card {
    display: grid !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    padding: 12px 0 !important;
    grid-template-columns: clamp(76px, 24vw, 96px) minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 12px !important;
    text-align: left !important;
  }

  body #shopline-section-header .mcs-search-panel[data-mcs-search-surface="mobile"] .mcs-search-card__media,
  body .mcs-yla-global-search .mcs-search-card__media {
    width: 100% !important;
    min-width: 0 !important;
    aspect-ratio: 4 / 5 !important;
  }

  body #shopline-section-header .mcs-search-panel[data-mcs-search-surface="mobile"] .mcs-search-card__content,
  body .mcs-yla-global-search .mcs-search-card__content {
    display: flex !important;
    min-width: 0 !important;
    height: 100% !important;
    padding: 0 !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 7px !important;
  }

  body #shopline-section-header .mcs-search-panel[data-mcs-search-surface="mobile"] .mcs-search-card__title,
  body .mcs-yla-global-search .mcs-search-card__title {
    display: -webkit-box !important;
    min-width: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
    text-align: left !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  body #shopline-section-header .mcs-search-panel[data-mcs-search-surface="mobile"] .mcs-search-card__price,
  body .mcs-yla-global-search .mcs-search-card__price {
    display: flex !important;
    min-width: 0 !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    gap: 2px 7px !important;
    text-align: left !important;
  }
}

/* BEGIN MCS desktop predictive search mouse drag v1 — 2026-08-20 */
@media screen and (min-width: 960px) {
  body .mcs-yla-global-search .predictive-search__results-list,
  body #shopline-section-header .mcs-search-panel[data-mcs-search-surface="desktop"] .predictive-search__results-list {
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }

  body .mcs-yla-global-search .predictive-search__results-list::-webkit-scrollbar,
  body #shopline-section-header .mcs-search-panel[data-mcs-search-surface="desktop"] .predictive-search__results-list::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }

  body .mcs-yla-global-search .predictive-search__results-list[data-mcs-mouse-drag="true"],
  body #shopline-section-header .mcs-search-panel[data-mcs-search-surface="desktop"] .predictive-search__results-list[data-mcs-mouse-drag="true"],
  body .mcs-yla-global-search .predictive-search__results-list[data-mcs-mouse-drag="true"] .mcs-search-card,
  body #shopline-section-header .mcs-search-panel[data-mcs-search-surface="desktop"] .predictive-search__results-list[data-mcs-mouse-drag="true"] .mcs-search-card {
    cursor: grab !important;
  }

  body .mcs-yla-global-search .predictive-search__results-list.is-mcs-mouse-dragging,
  body #shopline-section-header .mcs-search-panel[data-mcs-search-surface="desktop"] .predictive-search__results-list.is-mcs-mouse-dragging,
  body .mcs-yla-global-search .predictive-search__results-list.is-mcs-mouse-dragging *,
  body #shopline-section-header .mcs-search-panel[data-mcs-search-surface="desktop"] .predictive-search__results-list.is-mcs-mouse-dragging * {
    cursor: grabbing !important;
    user-select: none !important;
    -webkit-user-select: none !important;
  }

  body .mcs-yla-global-search .predictive-search__results-list.is-mcs-mouse-dragging,
  body #shopline-section-header .mcs-search-panel[data-mcs-search-surface="desktop"] .predictive-search__results-list.is-mcs-mouse-dragging {
    scroll-snap-type: none !important;
  }

  body .mcs-yla-global-search .predictive-search__results-list img,
  body #shopline-section-header .mcs-search-panel[data-mcs-search-surface="desktop"] .predictive-search__results-list img {
    -webkit-user-drag: none;
  }
}
/* END MCS desktop predictive search mouse drag v1 */

/* MCS search loading line edge alignment v1 — 2026-08-20 */
body .mcs-yla-global-search[loading] .mcs-yla-global-search__results::before,
body #shopline-section-header .mcs-search-panel[loading] .predictive-search::before {
  width: 100% !important;
  height: 2px !important;
  margin-inline: 0 !important;
  background: #151515 !important;
  background-image: none !important;
  background-size: 100% 100% !important;
  animation: none !important;
}

/* MCS mobile predictive search vertical cards v1 — 2026-08-20 */
@media screen and (max-width: 959px) {
  body #shopline-section-header .mcs-search-panel[data-mcs-search-surface="mobile"] .predictive-search__results-list > .predictive-search__list-item,
  body .mcs-yla-global-search .predictive-search__results-list > .predictive-search__list-item {
    flex: 0 0 clamp(148px, 46%, 190px) !important;
    max-width: 190px !important;
  }

  body #shopline-section-header .mcs-search-panel[data-mcs-search-surface="mobile"] .mcs-search-card,
  body .mcs-yla-global-search .mcs-search-card {
    display: flex !important;
    padding: 0 0 12px !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    text-align: left !important;
  }

  body #shopline-section-header .mcs-search-panel[data-mcs-search-surface="mobile"] .mcs-search-card__media,
  body .mcs-yla-global-search .mcs-search-card__media {
    width: 100% !important;
    max-width: none !important;
    aspect-ratio: 4 / 5 !important;
  }

  body #shopline-section-header .mcs-search-panel[data-mcs-search-surface="mobile"] .mcs-search-card__content,
  body .mcs-yla-global-search .mcs-search-card__content {
    display: flex !important;
    width: 100% !important;
    height: auto !important;
    padding: 10px 2px 0 !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 6px !important;
  }

  body #shopline-section-header .mcs-search-panel[data-mcs-search-surface="mobile"] .mcs-search-card__title,
  body .mcs-yla-global-search .mcs-search-card__title {
    display: -webkit-box !important;
    width: 100% !important;
    min-height: 2.8em !important;
    overflow: hidden !important;
    text-align: left !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  body #shopline-section-header .mcs-search-panel[data-mcs-search-surface="mobile"] .mcs-search-card__price,
  body .mcs-yla-global-search .mcs-search-card__price {
    width: 100% !important;
    align-items: baseline !important;
    justify-content: flex-start !important;
    text-align: left !important;
  }
}
