/* MARABIKA Mobile Search v2.2.2 — world-class mobile discovery and autocomplete. */

.mbk-ms2[hidden],
.mbk-ms2 [hidden] {
  display: none !important;
}

.mbk-ms2-sr {
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.mbk-ms2-header-trigger {
  display: none;
}

/* The theme's fixed-header spacer was calibrated for the removed full-width
   search row. Match the remaining utility + logo/action rows without a
   runtime height write, so first content is neither covered nor pushed down. */
@media (max-width: 767px) {
  :root {
    --mbk-mobile-header-space: clamp(85px, calc(16.77vw + 32.75px), 155px) !important;
  }
}

/* Below 290px the utility row wraps from 25px to 37px. */
@media (max-width: 289px) {
  :root {
    --mbk-mobile-header-space: 97px !important;
  }
}

@media (max-width: 1023.98px) {
  #header ._desktop_cart {
    align-items: center;
    box-sizing: border-box;
    column-gap: 8px;
  }

  #header .mbk-ms2-header-trigger {
    align-items: center;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    border-radius: 999px;
    box-sizing: border-box;
    color: #39322e;
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    margin: 0;
    min-height: 44px;
    min-width: 44px;
    padding: 0;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    width: 44px;
  }

  #header .mbk-ms2-header-trigger:hover,
  #header .mbk-ms2-header-trigger:focus,
  #header .mbk-ms2-header-trigger:active {
    background: #f2ece6;
    color: #342d29;
    text-decoration: none;
  }

  #header .mbk-ms2-header-trigger:focus-visible {
    outline: 3px solid #6f4827;
    outline-offset: 2px;
  }

  #header .mbk-ms2-header-trigger svg {
    display: block;
    flex: 0 0 auto;
    height: 23px;
    width: 23px;
  }

  #header .mbk-hrow__actions .hamburger {
    margin-left: 8px;
  }

  #header #search_widget.mbk-desktop-search,
  #header .header__search.mbk-desktop-search {
    display: none !important;
  }

  #mbk-mobile-menu .mbk-ms2-drawer-trigger {
    align-items: center;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    border-radius: 999px;
    box-sizing: border-box;
    color: #39322e;
    display: inline-flex;
    flex: 0 0 48px;
    height: 48px;
    justify-content: center;
    margin: 0;
    min-height: 48px;
    min-width: 48px;
    padding: 0;
    position: relative;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    width: 48px;
  }

  #mbk-mobile-menu .mbk-ms2-drawer-trigger:hover,
  #mbk-mobile-menu .mbk-ms2-drawer-trigger:focus,
  #mbk-mobile-menu .mbk-ms2-drawer-trigger:active {
    background: #f2ece6;
    color: #342d29;
    text-decoration: none;
  }

  #mbk-mobile-menu .mbk-ms2-drawer-trigger:focus-visible {
    outline: 3px solid #6f4827;
    outline-offset: 2px;
  }

  #mbk-mobile-menu .mbk-ms2-drawer-trigger svg {
    display: block;
    flex: 0 0 auto;
    height: 24px;
    width: 24px;
  }

  #mbk-mobile-menu .mbk-mobile-menu__logo {
    min-width: 0;
  }

  #mbk-mobile-menu .mbk-mobile-menu__logo img {
    height: 42px;
    max-width: 100%;
    width: auto;
  }

  html.mbk-ms2-open {
    overflow: hidden !important;
    overscroll-behavior: none;
  }

  body.mbk-ms2-open {
    overscroll-behavior: none;
  }

  .mbk-ms2 {
    --mbk-ms2-bg: #fbfaf8;
    --mbk-ms2-card: #fff;
    --mbk-ms2-ink: #292522;
    --mbk-ms2-muted: #675f59;
    --mbk-ms2-gold: #8d6238;
    --mbk-ms2-border: #e2d1bd;
    background: var(--mbk-ms2-bg);
    box-sizing: border-box;
    color: var(--mbk-ms2-ink);
    display: flex;
    flex-direction: column;
    height: var(--mbk-ms2-vv-height, 100dvh);
    left: var(--mbk-ms2-vv-left, 0px);
    min-height: 0;
    overflow: hidden;
    position: fixed;
    top: var(--mbk-ms2-vv-top, 0px);
    width: var(--mbk-ms2-vv-width, 100vw);
    z-index: 2147482000;
  }

  .mbk-ms2 *,
  .mbk-ms2 *::before,
  .mbk-ms2 *::after {
    box-sizing: border-box;
  }

  .mbk-ms2__toolbar {
    align-items: center;
    background: rgba(255, 255, 255, .98);
    border-bottom: 1px solid #eee4d9;
    box-shadow: 0 3px 18px rgba(54, 39, 25, .06);
    display: grid;
    flex: 0 0 auto;
    gap: 8px;
    grid-template-columns: 44px minmax(0, 1fr);
    min-height: calc(64px + env(safe-area-inset-top, 0px));
    padding: max(8px, env(safe-area-inset-top, 0px)) max(10px, env(safe-area-inset-right, 0px)) 8px max(10px, env(safe-area-inset-left, 0px));
    position: relative;
    z-index: 2;
  }

  .mbk-ms2__close,
  .mbk-ms2__clear,
  .mbk-ms2__submit {
    align-items: center;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    border-radius: 50%;
    color: #39322e;
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 auto;
    justify-content: center;
    margin: 0;
    min-height: 44px;
    min-width: 44px;
    padding: 0;
  }

  .mbk-ms2__close:hover,
  .mbk-ms2__clear:hover {
    background: #f2ece6;
  }

  .mbk-ms2__close:focus-visible,
  .mbk-ms2__clear:focus-visible,
  .mbk-ms2__submit:focus-visible,
  .mbk-ms2 button:focus-visible,
  .mbk-ms2 a:focus-visible {
    outline: 3px solid #6f4827;
    outline-offset: 2px;
  }

  .mbk-ms2__form {
    align-items: center;
    background: #fff;
    border: 1.5px solid #8d6238;
    border-radius: 999px;
    display: grid;
    gap: 2px;
    grid-template-columns: 38px minmax(0, 1fr) 0 46px;
    min-height: 48px;
    overflow: visible;
    position: relative;
    width: 100%;
  }

  .mbk-ms2__form.has-query {
    grid-template-columns: 38px minmax(0, 1fr) 44px 46px;
  }

  .mbk-ms2__form:focus-within {
    border-color: #7d5129;
    box-shadow: 0 0 0 2px #fff, 0 0 0 5px #6f4827;
  }

  .mbk-ms2__field-icon {
    color: #936a42;
    grid-column: 1;
    grid-row: 1;
    justify-self: end;
    pointer-events: none;
  }

  .mbk-ms2__input {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: var(--mbk-ms2-ink);
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    grid-column: 2;
    grid-row: 1;
    height: 46px;
    line-height: 1.35;
    min-width: 0;
    outline: 0;
    padding: 0 6px 0 8px;
    width: 100%;
  }

  .mbk-ms2__input::-webkit-search-cancel-button {
    display: none;
  }

  .mbk-ms2__input::placeholder {
    color: #766d66;
    opacity: 1;
  }

  .mbk-ms2__clear {
    color: #6e645d;
    grid-column: 3;
    grid-row: 1;
    justify-self: center;
  }

  .mbk-ms2__submit {
    background: #8b6036;
    color: #fff;
    grid-column: 4;
    grid-row: 1;
    height: 44px;
    justify-self: center;
    margin-right: 0;
    width: 44px;
  }

  .mbk-ms2__submit:hover {
    background: #6e4828;
  }

  .mbk-ms2__results {
    -webkit-overflow-scrolling: touch;
    background: var(--mbk-ms2-bg);
    flex: 1 1 auto;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scroll-behavior: auto;
    scrollbar-gutter: stable;
    touch-action: pan-y;
  }

  .mbk-ms2__content {
    margin: 0 auto;
    min-height: 100%;
    padding: 12px max(14px, env(safe-area-inset-right, 0px)) calc(24px + env(safe-area-inset-bottom, 0px)) max(14px, env(safe-area-inset-left, 0px));
    width: min(100%, 760px);
  }

  /* During debounce the previous stable paint remains visible, but it must
     not accept stale clicks or keyboard activation. */
  .mbk-ms2__content.is-pending {
    pointer-events: none;
  }

  .mbk-ms2__section {
    margin: 0 0 16px;
  }

  .mbk-ms2__section-head {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: space-between;
    margin: 0 2px 8px;
  }

  .mbk-ms2__heading {
    color: #574a40;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.35;
    margin: 0;
    text-transform: uppercase;
  }

  .mbk-ms2__section--popular > .mbk-ms2__section-head .mbk-ms2__heading {
    color: #332b26;
  }

  .mbk-ms2__section--popular > .mbk-ms2__section-head .mbk-ms2__heading::before {
    background: #9a6c3d;
    border-radius: 999px;
    content: "";
    display: inline-block;
    height: 7px;
    margin: 0 7px 1px 0;
    width: 7px;
  }

  .mbk-ms2__count {
    color: var(--mbk-ms2-muted);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
  }

  .mbk-ms2__recent-clear {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    color: #765232;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    min-height: 44px;
    padding: 8px 2px 8px 12px;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .mbk-ms2__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .mbk-ms2__chip,
  .mbk-ms2__entity {
    align-items: center;
    -webkit-appearance: none;
    appearance: none;
    background: var(--mbk-ms2-card);
    border: 1px solid var(--mbk-ms2-border);
    border-radius: 999px;
    color: #3f3833;
    display: inline-flex;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    line-height: 1.25;
    min-height: 44px;
    padding: 9px 14px;
    text-decoration: none;
  }

  .mbk-ms2__chip:hover,
  .mbk-ms2__chip:active,
  .mbk-ms2__entity:hover,
  .mbk-ms2__entity:active {
    background: #f4ece3;
    border-color: #b98e61;
    color: #2e2824;
    text-decoration: none;
  }

  .mbk-ms2__recent-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .mbk-ms2__recent-item {
    align-items: center;
    background: #fff;
    border: 1px solid #e7d9c9;
    border-radius: 14px;
    display: grid;
    flex: 0 1 auto;
    gap: 4px;
    grid-template-columns: minmax(0, 1fr) 44px;
    max-width: 100%;
    overflow: hidden;
  }

  .mbk-ms2__recent-item--long {
    flex-basis: 100%;
  }

  .mbk-ms2__recent-query,
  .mbk-ms2__recent-remove {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    color: #39322d;
    font: inherit;
    min-height: 46px;
  }

  .mbk-ms2__recent-query {
    font-size: 15px;
    font-weight: 700;
    overflow: hidden;
    padding: 10px 4px 10px 14px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mbk-ms2__recent-remove {
    color: #756b64;
    font-size: 22px;
    justify-self: stretch;
    width: 44px;
  }

  .mbk-ms2__notes-details {
    background: #fff;
    border: 1px solid var(--mbk-ms2-border);
    border-radius: 14px;
    overflow: hidden;
  }

  .mbk-ms2__notes-summary {
    align-items: center;
    color: #51453c;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 800;
    justify-content: space-between;
    list-style: none;
    min-height: 44px;
    padding: 9px 14px;
  }

  .mbk-ms2__notes-summary::-webkit-details-marker {
    display: none;
  }

  .mbk-ms2__notes-summary::after {
    border-bottom: 2px solid currentColor;
    border-right: 2px solid currentColor;
    content: "";
    height: 8px;
    margin-left: 12px;
    transform: rotate(45deg) translateY(-2px);
    width: 8px;
  }

  .mbk-ms2__notes-details[open] .mbk-ms2__notes-summary::after {
    transform: rotate(225deg) translate(-1px, -1px);
  }

  .mbk-ms2__notes-chips {
    border-top: 1px solid #eee3d7;
    padding: 10px;
  }

  .mbk-ms2__minimum {
    background: #fff;
    border: 1px solid #e2d1bd;
    border-radius: 14px;
    color: #51473f;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
    margin: 0;
    padding: 13px 15px;
  }

  .mbk-ms2__listbox,
  .mbk-ms2__surface,
  .mbk-ms2__footer {
    min-width: 0;
  }

  .mbk-ms2__option-list {
    display: grid;
    gap: 8px;
  }

  .mbk-ms2__suggestion {
    align-items: center;
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #e4d5c4;
    border-radius: 14px;
    color: #332d29;
    display: grid;
    font: inherit;
    gap: 2px;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 48px;
    padding: 9px 13px;
    text-align: left;
    text-decoration: none;
    width: 100%;
  }

  .mbk-ms2__suggestion-label {
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mbk-ms2__suggestion-scope {
    color: #6d625a;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    margin-left: 10px;
    white-space: nowrap;
  }

  .mbk-ms2__suggestion:hover,
  .mbk-ms2__suggestion:active,
  .mbk-ms2__suggestion.is-active,
  .mbk-ms2__product-link.is-active {
    background: #f4ece3;
    border-color: #9a6b3d;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #6f4827;
    color: #292522;
    text-decoration: none;
  }

  .mbk-ms2__entity-list,
  .mbk-ms2__product-list {
    display: grid;
    gap: 9px;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .mbk-ms2__entity-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mbk-ms2__entity {
    border-radius: 14px;
    justify-content: flex-start;
    min-width: 0;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mbk-ms2__product-link {
    align-items: center;
    background: var(--mbk-ms2-card);
    border: 1px solid #e7d9ca;
    border-radius: 16px;
    color: var(--mbk-ms2-ink);
    display: grid;
    gap: 11px;
    grid-template-columns: 72px minmax(0, 1fr) minmax(68px, auto);
    min-height: 92px;
    padding: 9px 11px 9px 9px;
    text-decoration: none;
  }

  .mbk-ms2__product-link:hover,
  .mbk-ms2__product-link:active {
    border-color: #bf966b;
    box-shadow: 0 4px 16px rgba(69, 46, 25, .08);
    color: var(--mbk-ms2-ink);
    text-decoration: none;
  }

  .mbk-ms2__product-media {
    align-items: center;
    background: #fff;
    border-radius: 12px;
    display: flex;
    height: 72px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 72px;
  }

  .mbk-ms2__product-image {
    display: block;
    height: 72px;
    object-fit: contain;
    width: 72px;
  }

  .mbk-ms2__badge {
    background: #a83f35;
    border-radius: 999px;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    left: 3px;
    line-height: 1;
    padding: 4px 6px;
    position: absolute;
    top: 3px;
  }

  .mbk-ms2__product-body {
    min-width: 0;
  }

  .mbk-ms2__product-name {
    color: #302b27;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 800;
    -webkit-line-clamp: 2;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .mbk-ms2__product-brand {
    color: var(--mbk-ms2-muted);
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mbk-ms2__product-price {
    color: #9d3e35;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.2;
    min-width: 0;
    text-align: right;
  }

  .mbk-ms2__product-regular {
    color: #6f6761;
    display: block;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 4px;
    text-decoration: line-through;
  }

  .mbk-ms2__view-all {
    align-items: center;
    background: #24211f;
    border: 1px solid #24211f;
    border-radius: 14px;
    bottom: calc(10px + env(safe-area-inset-bottom, 0px));
    box-shadow: 0 10px 26px rgba(30, 25, 21, .2);
    color: #fff;
    display: flex;
    font-size: 15px;
    font-weight: 800;
    justify-content: center;
    line-height: 1.25;
    margin: 16px 0 4px;
    min-height: 50px;
    padding: 12px 16px;
    position: sticky;
    text-align: center;
    text-decoration: none;
    z-index: 1;
  }

  .mbk-ms2__view-all:hover,
  .mbk-ms2__view-all:active {
    background: #0f0e0d;
    color: #fff;
    text-decoration: none;
  }

  .mbk-ms2__state {
    align-items: center;
    background: #fff;
    border: 1px solid #e2d1bd;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    margin: 18px 0;
    min-height: 164px;
    padding: 24px 18px;
    text-align: center;
  }

  .mbk-ms2__state-title {
    color: #3d342e;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.4;
    margin: 0;
  }

  .mbk-ms2__retry {
    -webkit-appearance: none;
    appearance: none;
    background: #8b6036;
    border: 0;
    border-radius: 999px;
    color: #fff;
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    min-height: 46px;
    padding: 10px 20px;
  }

  .mbk-ms2__skeleton {
    animation: mbk-ms2-pulse 1.1s ease-in-out infinite alternate;
    background: linear-gradient(90deg, #eee7df 0%, #f8f4ef 50%, #eee7df 100%);
    border-radius: 16px;
    height: 92px;
  }

  @keyframes mbk-ms2-pulse {
    from { opacity: .58; }
    to { opacity: 1; }
  }
}

@media (max-width: 359.98px) {
  .mbk-ms2__toolbar {
    gap: 4px;
    grid-template-columns: 42px minmax(0, 1fr);
    padding-left: max(6px, env(safe-area-inset-left, 0px));
    padding-right: max(6px, env(safe-area-inset-right, 0px));
  }

  .mbk-ms2__form {
    grid-template-columns: 32px minmax(0, 1fr) 0 44px;
  }

  .mbk-ms2__form.has-query {
    grid-template-columns: 32px minmax(0, 1fr) 42px 44px;
  }

  .mbk-ms2__content {
    padding-left: max(10px, env(safe-area-inset-left, 0px));
    padding-right: max(10px, env(safe-area-inset-right, 0px));
  }

  .mbk-ms2__suggestion {
    grid-template-columns: minmax(0, 1fr);
  }

  .mbk-ms2__suggestion-scope {
    margin-left: 0;
    white-space: normal;
  }

  .mbk-ms2__product-link {
    gap: 8px;
    grid-template-columns: 64px minmax(0, 1fr) minmax(62px, auto);
    padding-left: 7px;
    padding-right: 8px;
  }

  .mbk-ms2__product-media,
  .mbk-ms2__product-image {
    height: 64px;
    width: 64px;
  }
}

@media (prefers-contrast: more) {
  .mbk-ms2 {
    --mbk-ms2-border: #78512e;
    --mbk-ms2-muted: #4b433d;
  }

  .mbk-ms2__chip,
  .mbk-ms2__entity,
  .mbk-ms2__recent-item,
  .mbk-ms2__suggestion,
  .mbk-ms2__product-link,
  .mbk-ms2__notes-details,
  .mbk-ms2__state,
  .mbk-ms2__minimum {
    border-width: 2px;
  }

  .mbk-ms2__input::placeholder {
    color: #4e4742;
  }
}

@media (forced-colors: active) {
  .mbk-ms2,
  .mbk-ms2 *,
  .mbk-ms2 *::before,
  .mbk-ms2 *::after {
    forced-color-adjust: auto;
  }

  .mbk-ms2__form,
  .mbk-ms2__chip,
  .mbk-ms2__entity,
  .mbk-ms2__recent-item,
  .mbk-ms2__suggestion,
  .mbk-ms2__product-link,
  .mbk-ms2__notes-details,
  .mbk-ms2__state,
  .mbk-ms2__minimum {
    border: 1px solid CanvasText;
  }

  .mbk-ms2__submit,
  .mbk-ms2__retry,
  .mbk-ms2__view-all {
    border: 1px solid ButtonText;
  }

  .mbk-ms2__suggestion.is-active,
  .mbk-ms2__product-link.is-active {
    background: Highlight;
    color: HighlightText;
    outline: 2px solid Highlight;
    outline-offset: 2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mbk-ms2-header-trigger,
  .mbk-ms2-drawer-trigger,
  .mbk-ms2 *,
  .mbk-ms2 *::before,
  .mbk-ms2 *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
