/* STOCKDIVAR_MOBILE_APP_SHELL_V801 */
:root {
  --sd-app-red-v772: #a71928;
  --sd-app-red-dark-v772: #7f111a;
  --sd-app-bg-v772: #ffffff;
  --sd-app-text-v772: #172033;
  --sd-app-muted-v772: #667085;
  --sd-app-line-v772: #e4e7ec;
  --sd-app-shadow-v772: 0 -10px 30px rgba(15, 23, 42, .10);
}

.sd-mobile-header-v772,
.sd-bottom-nav-v772 {
  display: none;
}

.sd-mobile-sr-v772 {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 900px) {
  html,
  html[data-theme="dark"],
  html[data-theme="light"] {
    color-scheme: light !important;
    --sd-app-bg-v772: #ffffff !important;
    --sd-app-text-v772: #172033 !important;
    --sd-app-muted-v772: #667085 !important;
    --sd-app-line-v772: #e4e7ec !important;
    --sd-app-shadow-v772: 0 -10px 30px rgba(15, 23, 42, .10) !important;
  }

  html,
  body {
    max-width: 100%;
    overflow-x: clip;
  }

  body.stockdivar-mobile-app-shell-v772 {
    padding-bottom: calc(78px + env(safe-area-inset-bottom)) !important;
  }

  body.stockdivar-mobile-app-shell-v772 > .site-header,
  body.stockdivar-mobile-app-shell-v772 > .account-topbar,
  body.stockdivar-mobile-app-shell-v772 > .categories-header,
  body.stockdivar-mobile-app-shell-v772 > header.site-header,
  body.stockdivar-mobile-app-shell-v772 > header.product-detail-header,
  body.stockdivar-mobile-app-shell-v772 > header.category-header,
  body.stockdivar-mobile-app-shell-v772 > header.search-site-header {
    display: none !important;
  }

  body.stockdivar-mobile-app-shell-v772 #panelHeaderMount,
  body.stockdivar-mobile-app-shell-v772 .mobile-backdrop,
  body.stockdivar-mobile-app-shell-v772 .sd-mobile-theme-v776,
  body.stockdivar-mobile-app-shell-v772 [data-sd-theme-v776] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  body.stockdivar-mobile-app-shell-v772 #mobileDrawer,
  body.stockdivar-mobile-app-shell-v772 #categoryDrawer,
  body.stockdivar-mobile-app-shell-v772 #searchMobileDrawer,
  body.stockdivar-mobile-app-shell-v772 .product-category-drawer,
  body.stockdivar-mobile-app-shell-v772 .drawer-backdrop[data-close-drawer],
  body.stockdivar-mobile-app-shell-v772 .drawer-backdrop[data-close-search-drawer],
  body.stockdivar-mobile-app-shell-v772 .product-drawer-backdrop {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: none !important;
  }

  body.stockdivar-mobile-app-shell-v772.drawer-open,
  body.stockdivar-mobile-app-shell-v772.menu-open,
  body.stockdivar-mobile-app-shell-v772.category-drawer-open {
    overflow: auto !important;
    position: static !important;
    width: auto !important;
  }

  .sd-mobile-header-v772 {
    position: sticky;
    top: 0;
    z-index: 10020;
    display: block;
    padding: max(8px, env(safe-area-inset-top)) 12px 10px;
    background: color-mix(in srgb, var(--sd-app-bg-v772) 94%, transparent);
    border-bottom: 1px solid var(--sd-app-line-v772);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
  }

  html[data-theme="dark"] .sd-mobile-header-v772,
  html[data-theme="dark"] .sd-bottom-nav-v772,
  .sd-mobile-header-v772,
  .sd-bottom-nav-v772 {
    background: color-mix(in srgb, #ffffff 96%, transparent) !important;
    color: #172033 !important;
  }

  html[data-theme="dark"] .sd-mobile-search-v772,
  html[data-theme="dark"] .sd-mobile-back-v772,
  html[data-theme="dark"] .sd-mobile-account-v772,
  html[data-theme="dark"] .sd-mobile-logo-v772,
  .sd-mobile-search-v772 {
    background: #f7f8fa !important;
    color: #172033 !important;
  }

  html[data-theme="dark"] .sd-mobile-back-v772,
  html[data-theme="dark"] .sd-mobile-account-v772,
  html[data-theme="dark"] .sd-mobile-logo-v772,
  .sd-mobile-back-v772,
  .sd-mobile-account-v772,
  .sd-mobile-logo-v772 {
    background: #ffffff !important;
  }

  .sd-mobile-header-row-v772 {
    min-height: 48px;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    align-items: center;
    gap: 10px;
  }

  .sd-mobile-back-v772,
  .sd-mobile-account-v772 {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid var(--sd-app-line-v772);
    border-radius: 14px;
    background: var(--sd-app-bg-v772);
    color: var(--sd-app-text-v772);
    text-decoration: none;
    box-shadow: 0 5px 16px rgba(15, 23, 42, .05);
  }

  .sd-mobile-back-v772 svg,
  .sd-mobile-account-v772 svg,
  .sd-mobile-search-v772 svg,
  .sd-bottom-nav-v772 svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  body[data-v755-page="home"] .sd-mobile-back-v772,
  body[data-page="home"] .sd-mobile-back-v772 {
    visibility: hidden;
    pointer-events: none;
  }

  .sd-mobile-brand-v772 {
    min-width: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    color: var(--sd-app-text-v772);
    text-decoration: none;
  }

  .sd-mobile-logo-v772 {
    width: 39px;
    height: 39px;
    flex: 0 0 39px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 5px 16px rgba(15, 23, 42, .08);
  }

  .sd-mobile-logo-v772 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .sd-mobile-brand-v772 strong,
  .sd-mobile-brand-v772 small {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .sd-mobile-brand-v772 strong {
    font-size: 17px;
    line-height: 1.35;
  }

  .sd-mobile-brand-v772 small {
    margin-top: 1px;
    color: var(--sd-app-muted-v772);
    font-size: 10px;
  }

  .sd-mobile-search-v772 {
    height: 44px;
    margin-top: 8px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    border: 1px solid var(--sd-app-line-v772);
    border-radius: 15px;
    background: #f7f8fa;
    overflow: hidden;
  }

  .sd-mobile-search-v772 button {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 0;
    background: transparent;
    color: var(--sd-app-muted-v772);
    cursor: pointer;
  }

  .sd-mobile-search-v772 input {
    width: 100%;
    height: 42px;
    padding: 0 2px 0 12px;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--sd-app-text-v772);
    font: inherit;
    font-size: 14px;
  }

  .sd-bottom-nav-v772 {
    position: fixed;
    inset-inline: 0;
    bottom: 0;
    z-index: 10030;
    min-height: calc(68px + env(safe-area-inset-bottom));
    padding: 7px 8px env(safe-area-inset-bottom);
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: end;
    border-top: 1px solid var(--sd-app-line-v772);
    background: color-mix(in srgb, var(--sd-app-bg-v772) 96%, transparent);
    box-shadow: var(--sd-app-shadow-v772);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }

  .sd-bottom-nav-v772 > a {
    min-width: 0;
    min-height: 54px;
    padding: 5px 2px 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    border-radius: 14px;
    color: var(--sd-app-muted-v772);
    text-decoration: none;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;
  }

  .sd-bottom-nav-v772 > a[aria-current="page"] {
    color: var(--sd-app-red-v772);
    background: rgba(167, 25, 40, .07);
  }

  .sd-bottom-nav-v772 > a > span {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .sd-bottom-nav-v772 .sd-bottom-create-v772 {
    position: relative;
    padding-top: 0;
    color: var(--sd-app-red-v772);
  }

  .sd-bottom-create-v772 b {
    width: 48px;
    height: 48px;
    margin-top: -24px;
    display: grid;
    place-items: center;
    border: 4px solid var(--sd-app-bg-v772);
    border-radius: 18px;
    background: linear-gradient(145deg, var(--sd-app-red-v772), var(--sd-app-red-dark-v772));
    color: #fff;
    box-shadow: 0 10px 24px rgba(167, 25, 40, .30);
  }

  .sd-bottom-create-v772 b svg {
    width: 25px;
    height: 25px;
    stroke-width: 2.4;
  }

  .sd-bottom-create-v772 > span {
    margin-top: 1px;
  }

  .sd-mobile-header-v772 a:focus-visible,
  .sd-bottom-nav-v772 a:focus-visible,
  .sd-mobile-search-v772 input:focus-visible,
  .sd-mobile-search-v772 button:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px rgba(167, 25, 40, .13);
  }
}

html.sd-native-app-v772 body.stockdivar-mobile-app-shell-v772 {
  padding-bottom: calc(78px + env(safe-area-inset-bottom)) !important;
}

html.sd-native-app-v772 body.stockdivar-mobile-app-shell-v772 > .site-header,
html.sd-native-app-v772 body.stockdivar-mobile-app-shell-v772 > .account-topbar,
html.sd-native-app-v772 body.stockdivar-mobile-app-shell-v772 > .categories-header,
html.sd-native-app-v772 body.stockdivar-mobile-app-shell-v772 > header.site-header,
html.sd-native-app-v772 body.stockdivar-mobile-app-shell-v772 > header.product-detail-header,
html.sd-native-app-v772 body.stockdivar-mobile-app-shell-v772 > header.category-header,
html.sd-native-app-v772 body.stockdivar-mobile-app-shell-v772 > header.search-site-header {
  display: none !important;
}

html.sd-native-app-v772 body.stockdivar-mobile-app-shell-v772 #panelHeaderMount,
html.sd-native-app-v772 body.stockdivar-mobile-app-shell-v772 .mobile-backdrop,
html.sd-native-app-v772 body.stockdivar-mobile-app-shell-v772 .sd-mobile-theme-v776,
html.sd-native-app-v772 body.stockdivar-mobile-app-shell-v772 [data-sd-theme-v776] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

html.sd-native-app-v772 .sd-mobile-header-v772 {
  display: block;
}

html.sd-native-app-v772 .sd-bottom-nav-v772 {
  display: grid;
}

html.sd-native-app-v772 body.stockdivar-mobile-app-shell-v772 #mobileDrawer,
html.sd-native-app-v772 body.stockdivar-mobile-app-shell-v772 #categoryDrawer,
html.sd-native-app-v772 body.stockdivar-mobile-app-shell-v772 #searchMobileDrawer,
html.sd-native-app-v772 body.stockdivar-mobile-app-shell-v772 .product-category-drawer,
html.sd-native-app-v772 body.stockdivar-mobile-app-shell-v772 .drawer-backdrop[data-close-drawer],
html.sd-native-app-v772 body.stockdivar-mobile-app-shell-v772 .drawer-backdrop[data-close-search-drawer],
html.sd-native-app-v772 body.stockdivar-mobile-app-shell-v772 .product-drawer-backdrop {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* STOCKDIVAR_HOME_LEGACY_BOTTOM_NAV_V773 */
body.stockdivar-mobile-app-shell-v772 > .mobile-bottom-nav,
html.sd-native-app-v772 body.stockdivar-mobile-app-shell-v772 > .mobile-bottom-nav {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: none !important;
}
