@media (min-width: 1025px) {
  [data-pa-mobile-bottom-nav] {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  :root {
    --pa-mbn-h: 68px;
    --pa-mbn-radius: 22px;
    --pa-mbn-accent: var(--mc1, #d71920);
    --pa-mbn-text: var(--Gray-G20, #202124);
    --pa-mbn-muted: var(--Gray-G60, #74777f);
    --pa-mbn-border: rgba(0, 0, 0, .08);
    --pa-mbn-bg: #fff;
    --pa-mbn-soft: #f6f7f9;
  }

  body {
    padding-bottom: calc(var(--pa-mbn-h) + env(safe-area-inset-bottom, 0px));
  }

  body.pa-mbn-open {
    overflow: hidden;
  }

  .pa-mbn,
  .pa-mbn * {
    box-sizing: border-box;
  }

  .pa-mbn {
    position: relative;
    z-index: 9998;
    font-family: inherit;
  }

  .pa-mbn-backdrop {
    position: fixed;
    inset: 0;
    z-index: 9996;
    background: rgba(16, 24, 40, .42);
    opacity: 0;
    visibility: hidden;
    transition: opacity .22s ease, visibility .22s ease;
  }

  .pa-mbn.is-open .pa-mbn-backdrop {
    opacity: 1;
    visibility: visible;
  }

  .pa-mbn-bar {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
    min-height: calc(var(--pa-mbn-h) + env(safe-area-inset-bottom, 0px));
    padding: 8px 12px calc(8px + env(safe-area-inset-bottom, 0px));
    background: rgba(255, 255, 255, .96);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border-top: 1px solid var(--pa-mbn-border);
    box-shadow: 0 -10px 28px rgba(15, 23, 42, .10);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
  }

  .pa-mbn-item {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    color: var(--pa-mbn-muted);
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-width: 0;
    min-height: 52px;
    border-radius: 16px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    padding: 6px 2px;
    text-decoration: none !important;
    cursor: pointer;
    transition: background .18s ease, color .18s ease, transform .18s ease;
    width: 100%;
  }

  .pa-mbn-item.is-active,
  .pa-mbn-item:focus-visible {
    color: var(--pa-mbn-accent);
    background: var(--Primary-P99);
    outline: none;
  }

  .pa-mbn-item:active {
    transform: scale(.96);
  }

  .pa-mbn-label {
    display: block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .pa-mbn-icon-wrap {
    position: relative;
    display: inline-flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
  }

  .pa-mbn-icon {
    width: 22px;
    height: 22px;
    display: block;
    background: currentColor;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 22px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 22px;
  }

  .pa-mbn-icon-cats {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 5h7v7H4V5Zm9 0h7v7h-7V5ZM4 14h7v5H4v-5Zm9 0h7v5h-7v-5Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 5h7v7H4V5Zm9 0h7v7h-7V5ZM4 14h7v5H4v-5Zm9 0h7v5h-7v-5Z'/%3E%3C/svg%3E");
  }

  .pa-mbn-icon-search {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m21 20-5.4-5.4a7 7 0 1 0-1.4 1.4L20 21l1-1ZM5 10a5 5 0 1 1 10 0A5 5 0 0 1 5 10Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m21 20-5.4-5.4a7 7 0 1 0-1.4 1.4L20 21l1-1ZM5 10a5 5 0 1 1 10 0A5 5 0 0 1 5 10Z'/%3E%3C/svg%3E");
  }

  .pa-mbn-icon-cart {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 18a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm10 0a2 2 0 1 0 .001 4A2 2 0 0 0 17 18ZM6.2 6l.5 2h11.8l-1.4 5H8L5.8 3H3V1h4.4l.7 3H21l-2.4 9a3 3 0 0 1-2.9 2.2H8.4A3 3 0 0 1 5.5 13L3.9 6h2.3Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 18a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm10 0a2 2 0 1 0 .001 4A2 2 0 0 0 17 18ZM6.2 6l.5 2h11.8l-1.4 5H8L5.8 3H3V1h4.4l.7 3H21l-2.4 9a3 3 0 0 1-2.9 2.2H8.4A3 3 0 0 1 5.5 13L3.9 6h2.3Z'/%3E%3C/svg%3E");
  }

  .pa-mbn-icon-user {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 12a5 5 0 1 0-5-5 5 5 0 0 0 5 5Zm0 2c-5 0-9 2.7-9 6v1h18v-1c0-3.3-4-6-9-6Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 12a5 5 0 1 0-5-5 5 5 0 0 0 5 5Zm0 2c-5 0-9 2.7-9 6v1h18v-1c0-3.3-4-6-9-6Z'/%3E%3C/svg%3E");
  }

  .pa-mbn-badge {
    position: absolute;
    top: -7px;
    right: -9px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: var(--pa-mbn-accent);
    color: #fff;
    border: 2px solid #fff;
    font-size: 10px;
    font-weight: 900;
    line-height: 15px;
    text-align: center;
  }

  .pa-mbn-badge[data-count="0"],
  .pa-mbn-badge:empty {
    display: none;
  }

  .pa-mbn-panel {
    position: fixed;
    right: 0;
    left: 0;
    bottom: calc(var(--pa-mbn-h) + env(safe-area-inset-bottom, 0px));
    z-index: 9997;
    width: 100%;
    max-height: calc(100vh - var(--pa-mbn-h) - 18px - env(safe-area-inset-bottom, 0px));
    background: var(--pa-mbn-bg);
    border-radius: var(--pa-mbn-radius) var(--pa-mbn-radius) 0 0;
    box-shadow: 0 -20px 50px rgba(15, 23, 42, .22);
    transform: translateY(110%);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform .26s ease, opacity .2s ease, visibility .2s ease;
  }

  .pa-mbn-panel.is-active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .pa-mbn-panel-header {
    height: 56px;
    min-height: 56px;
    flex: 0 0 56px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--pa-mbn-border);
    color: var(--pa-mbn-text);
    background: #fff;
  }

  .pa-mbn-panel-header strong {
    font-size: 15px;
    font-weight: 900;
  }

  .pa-mbn-close {
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: var(--pa-mbn-soft);
    color: var(--pa-mbn-text);
    font-size: 26px;
    line-height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .pa-mbn-panel-body {
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 14px;
    background: #f7f8fa;
  }

  /* Categories */
  .pa-mbn-cats-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .pa-mbn-cats-level-1,
  .pa-mbn-cats-level-2,
  .pa-mbn-cats-level-3 {
    margin: 8px 10px 0 0;
    padding-right: 10px;
    border-right: 1px dashed rgba(0, 0, 0, .10);
  }

  .pa-mbn-cat-item {
    margin-bottom: 8px;
  }

  .pa-mbn-cat-single,
  .pa-mbn-cat-details > summary {
    min-height: 46px;
    border: 1px solid rgba(0, 0, 0, .07);
    border-radius: 14px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    color: var(--pa-mbn-text);
    text-decoration: none !important;
    font-weight: 800;
    font-size: 13px;
  }

  .pa-mbn-cat-details > summary {
    cursor: pointer;
    list-style: none;
  }

  .pa-mbn-cat-details > summary::-webkit-details-marker {
    display: none;
  }

  .pa-mbn-cat-details > summary::after {
    content: '⌄';
    color: var(--pa-mbn-muted);
    font-size: 18px;
    transform: rotate(0);
    transition: transform .18s ease;
  }

  .pa-mbn-cat-details[open] > summary::after {
    transform: rotate(180deg);
  }

  .pa-mbn-cat-link {
    margin-right: auto;
    color: var(--pa-mbn-accent) !important;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none !important;
    background: rgba(215, 25, 32, .08);
    border-radius: 999px;
    padding: 5px 9px;
  }

  /* Search */
  .pa-mbn-search-pane {
    position: relative;
    width: 100%;
  }

  .pa-mbn-search-box {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
  }

  .pa-mbn-search-box input,
  .pa-mbn-search-input {
    width: 100%;
    height: 50px;
    border: 1px solid rgba(0, 0, 0, .10);
    border-radius: 16px;
    padding: 0 16px 0 92px;
    outline: none;
    background: #fff;
    color: var(--pa-mbn-text);
    font-size: 14px;
    line-height: 50px;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
  }

  .pa-mbn-search-box input:focus,
  .pa-mbn-search-input:focus {
    border-color: var(--pa-mbn-accent);
    box-shadow: 0 0 0 3px rgba(215, 25, 32, .10);
  }

  .pa-mbn-search-action,
  .pa-mbn-search-clear {
    position: absolute;
    top: 7px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 12px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    transition: transform .2s ease, opacity .2s ease, background-color .2s ease;
  }

  .pa-mbn-search-action {
    left: 8px;
    background: var(--pa-mbn-accent);
    color: #fff;
  }

  .pa-mbn-search-clear {
    left: 48px;
    display: none;
    background: #f1f2f4;
    color: #333;
  }

  .pa-mbn-search-action:active,
  .pa-mbn-search-clear:active {
    transform: scale(.96);
  }

  .pa-mbn-search-action i,
  .pa-mbn-search-clear i,
  .pa-mbn-search-action .ecommerce-search-icon,
  .pa-mbn-search-clear .ecommerce-search-clear-icon {
    position: static !important;
    display: inline-flex !important;
    width: 22px !important;
    height: 22px !important;
    background: none !important;
    transform: none !important;
    inset: auto !important;
    align-items: center;
    justify-content: center;
    font-style: normal;
  }

  .pa-mbn-search-action i::before,
  .pa-mbn-search-action .ecommerce-search-icon::before {
    content: '⌕';
    color: #fff;
    font-size: 25px;
    line-height: 1;
    font-weight: 700;
  }

  .pa-mbn-search-clear i::before,
  .pa-mbn-search-clear .ecommerce-search-clear-icon::before {
    content: '×';
    color: #333;
    font-size: 25px;
    line-height: 1;
    font-weight: 400;
  }

  .pa-mbn-search-pane.is-loading .pa-mbn-search-action i::before,
  .pa-mbn-search-pane.is-loading .pa-mbn-search-action .ecommerce-search-icon::before {
    content: '';
    width: 17px;
    height: 17px;
    border: 2px solid rgba(255, 255, 255, .45);
    border-top-color: #fff;
    border-radius: 50%;
    animation: paMbnSearchSpin .7s linear infinite;
  }

  @keyframes paMbnSearchSpin {
    to { transform: rotate(360deg); }
  }

  .pa-mbn-search-state {
    display: none;
    margin-top: 10px;
    font-size: 12px;
    color: var(--pa-mbn-muted);
  }

  .pa-mbn-search-result {
    display: none;
    position: static !important;
    inset: auto !important;
    transform: none !important;
    width: 100% !important;
    min-width: 0 !important;
    margin-top: 12px;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
    z-index: auto !important;
  }

  .pa-mbn-search-result.is-visible {
    display: block !important;
  }

  .pa-mbn-search-empty,
  .pa-mbn-result-section {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .07);
    border-radius: 16px;
    padding: 12px;
    margin-bottom: 10px;
  }

  .pa-mbn-search-empty {
    color: var(--pa-mbn-muted);
    font-size: 13px;
    text-align: center;
  }

  .pa-mbn-result-heading {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 900;
    color: var(--pa-mbn-text);
  }

  .pa-mbn-result-product {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 9px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    color: inherit;
    text-decoration: none !important;
  }

  .pa-mbn-result-product:last-child {
    border-bottom: 0;
  }

  .pa-mbn-result-img {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: #f6f7f9;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pa-mbn-result-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .pa-mbn-result-title {
    min-width: 0;
    color: var(--pa-mbn-text);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.7;
  }

  .pa-mbn-result-title small {
    display: block;
    margin-bottom: 2px;
    color: var(--pa-mbn-muted);
    font-size: 11px;
    font-weight: 400;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .pa-mbn-result-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .pa-mbn-result-tag,
  .pa-mbn-result-row {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    border-radius: 999px;
    padding: 7px 12px;
    background: #f6f7f9;
    color: var(--pa-mbn-text) !important;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 800;
  }

  .pa-mbn-result-row {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 6px;
  }

  /* Cart */
  .pa-mbn-cart-holder {
    display: block !important;
    position: static !important;
    width: auto !important;
    box-shadow: none !important;
    background: transparent !important;
  }

  .pa-mbn-cart {
    background: transparent;
  }

  .pa-mbn-cart-items {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
  }

  .pa-mbn-cart-item {
    display: grid;
    grid-template-columns: 64px 1fr 36px;
    gap: 10px;
    align-items: center;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, .07);
    border-radius: 16px;
    background: #fff;
  }

  .pa-mbn-cart-img {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    background: #f6f7f9;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pa-mbn-cart-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }

  .pa-mbn-cart-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--pa-mbn-text);
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.65;
  }

  .pa-mbn-cart-price-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
  }

  .pa-mbn-cart-price {
    color: var(--pa-mbn-accent);
    font-weight: 900;
    font-size: 13px;
  }

  .pa-mbn-cart-price small,
  .pa-mbn-cart-total small {
    color: var(--pa-mbn-muted);
    font-weight: 400;
  }

  .pa-mbn-cart-count {
    font-size: 11px;
    color: var(--pa-mbn-muted);
  }

  .pa-mbn-cart-remove {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 12px;
    background: #fff1f1;
    color: var(--pa-mbn-accent);
    cursor: pointer;
  }

  .pa-mbn-cart-remove::before {
    content: '×';
    font-size: 24px;
    line-height: 1;
  }

  .pa-mbn-cart-bottom {
    position: sticky;
    bottom: -14px;
    margin: 12px -14px -14px;
    padding: 12px 14px;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, .07);
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    align-items: center;
  }

  .pa-mbn-cart-total span {
    display: block;
    font-size: 11px;
    color: var(--pa-mbn-muted);
    margin-bottom: 4px;
  }

  .pa-mbn-cart-total strong {
    font-size: 14px;
    color: var(--pa-mbn-text);
  }

  .pa-mbn-cart-checkout {
    min-height: 42px;
    border-radius: 14px;
    padding: 10px 16px;
    background: var(--pa-mbn-accent);
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .pa-mbn-empty {
    min-height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #fff;
    border: 1px dashed rgba(0, 0, 0, .12);
    border-radius: 18px;
    padding: 22px;
  }

  .pa-mbn-empty-icon {
    font-size: 34px;
    margin-bottom: 8px;
  }

  .pa-mbn-empty strong {
    font-size: 14px;
    color: var(--pa-mbn-text);
  }

  .pa-mbn-empty p {
    margin: 7px 0 0;
    color: var(--pa-mbn-muted);
    font-size: 12px;
    line-height: 1.8;
  }

  /* Profile */
  .pa-mbn-profile-head {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 12px;
    align-items: center;
    text-decoration: none !important;
    color: var(--pa-mbn-text);
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .07);
    border-radius: 18px;
    padding: 12px;
  }

  .pa-mbn-profile-avatar {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    overflow: hidden;
    background: #f6f7f9;
  }

  .pa-mbn-profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .pa-mbn-profile-head strong {
    display: block;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 4px;
  }

  .pa-mbn-profile-head small {
    display: block;
    color: var(--pa-mbn-muted);
    font-size: 12px;
  }

  .pa-mbn-profile-links {
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
    display: grid;
    gap: 8px;
  }

  .pa-mbn-profile-links a {
    min-height: 44px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .07);
    padding: 10px 12px;
    display: flex;
    align-items: center;
    color: var(--pa-mbn-text);
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 800;
  }

  .pa-mbn-profile-links a::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--pa-mbn-accent);
    margin-left: 8px;
  }

  .pa-mbn-profile-logout {
    color: var(--pa-mbn-accent) !important;
    background: #fff7f7 !important;
  }

  /* leaked desktop rules reset */
  .pa-mbn-panel .ecommerce-search-pane,
  .pa-mbn-panel .ecommerce-search-input,
  .pa-mbn-panel .ecommerce-search-result,
  .pa-mbn-panel .shopping-cart-holder,
  .pa-mbn-panel .shopping-cart {
    float: none !important;
  }
}
