
:root {
  --ps-mobile-nav-height: 78px;
  --ps-mobile-fab-size: 56px;
  --ps-mobile-blur: 18px;
}

@media (max-width: 1199.98px) {
  body.mobile-ux-shell {
    padding-bottom: calc(var(--ps-mobile-nav-height) + 24px);
    background:
      radial-gradient(circle at top, rgba(47,106,255,.08), transparent 32%),
      linear-gradient(180deg, #f7f9fc 0%, #eef3f8 100%);
  }

  body.mobile-ux-shell .bg-primary-down-lg {
    background: transparent !important;
  }

  body.mobile-ux-shell .u-header__section,
  body.mobile-ux-shell .premium-site-footer {
    position: relative;
    z-index: 2;
  }

  .ps-toast-stack {
    position: fixed;
    top: max(16px, env(safe-area-inset-top));
    left: 12px;
    right: 12px;
    z-index: 1085;
    display: grid;
    gap: 10px;
    pointer-events: none;
  }

  .ps-toast {
    display: grid;
    grid-template-columns: 18px 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 14px 14px;
    border-radius: 18px;
    background: rgba(12, 19, 34, 0.88);
    color: #fff;
    box-shadow: 0 18px 40px rgba(8, 15, 30, 0.22);
    backdrop-filter: blur(var(--ps-mobile-blur));
    -webkit-backdrop-filter: blur(var(--ps-mobile-blur));
    transform: translateY(-8px) scale(0.98);
    opacity: 0;
    transition: opacity .22s ease, transform .22s ease;
    pointer-events: auto;
  }
  .ps-toast.is-visible { opacity: 1; transform: translateY(0) scale(1); }
  .ps-toast--success { background: rgba(10, 102, 68, 0.92); }
  .ps-toast--error { background: rgba(168, 35, 35, 0.92); }
  .ps-toast__icon { font-size: 16px; }
  .ps-toast__body { font-size: 13px; line-height: 1.4; font-weight: 600; }
  .ps-toast__close {
    background: transparent; border: 0; color: #fff; font-size: 18px; line-height: 1; padding: 0 0 2px;
  }

  .ps-mobile-bottom-nav {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    height: var(--ps-mobile-nav-height);
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    padding: 8px 10px;
    border-radius: 24px;
    background: rgba(255,255,255,0.92);
    box-shadow: 0 18px 50px rgba(11, 23, 47, 0.16);
    backdrop-filter: blur(var(--ps-mobile-blur));
    -webkit-backdrop-filter: blur(var(--ps-mobile-blur));
    z-index: 1040;
    border: 1px solid rgba(28, 48, 92, 0.08);
  }

  .ps-mobile-bottom-nav__item {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 6px; color: #52607a; text-decoration: none; min-width: 0;
    font-size: 10px; font-weight: 700; letter-spacing: .01em;
  }
  .ps-mobile-bottom-nav__item:hover { color: #163e9f; text-decoration: none; }
  .ps-mobile-bottom-nav__item.is-active { color: #0b57d0; }
  .ps-mobile-bottom-nav__icon {
    position: relative;
    width: 40px; height: 40px; border-radius: 14px;
    display: inline-flex; align-items: center; justify-content: center;
    background: transparent;
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
    font-size: 18px;
  }
  .ps-mobile-bottom-nav__item.is-active .ps-mobile-bottom-nav__icon {
    background: linear-gradient(180deg, rgba(16,89,255,.16), rgba(16,89,255,.06));
    box-shadow: inset 0 0 0 1px rgba(16,89,255,.08);
    transform: translateY(-2px);
  }
  .ps-mobile-bottom-nav__item--cta .ps-mobile-bottom-nav__icon {
    background: linear-gradient(180deg, #0f6bff 0%, #0a56cf 100%);
    color: #fff;
    box-shadow: 0 14px 24px rgba(15,107,255,.28);
    transform: translateY(-14px);
    width: 54px; height: 54px; border-radius: 18px; font-size: 21px;
  }
  .ps-mobile-bottom-nav__item--cta .ps-mobile-bottom-nav__label { margin-top: -6px; }
  .ps-mobile-bottom-nav__badge {
    position: absolute; top: -4px; right: -4px; min-width: 18px; height: 18px; border-radius: 999px;
    padding: 0 5px; display:flex; align-items:center; justify-content:center;
    font-size: 10px; font-weight: 800; color: #fff; background: #ef4444;
    box-shadow: 0 8px 18px rgba(239,68,68,.3);
  }
  .ps-mobile-bottom-nav__label {
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 100%;
  }

  .ps-mobile-quick-search {
    position: fixed;
    right: 16px;
    bottom: calc(var(--ps-mobile-nav-height) + 24px + env(safe-area-inset-bottom));
    width: var(--ps-mobile-fab-size);
    height: var(--ps-mobile-fab-size);
    border: 0;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffffff 0%, #f5f8ff 100%);
    color: #0b57d0;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.16);
    z-index: 1038;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 18px;
  }

  .premium-site-footer { padding-bottom: calc(var(--ps-mobile-nav-height) + 34px); }

  .u-header__navbar-brand img { max-width: 168px; height: auto; }

  .u-header-topbar { display: none !important; }

  .premium-site-header .container,
  .premium-site-footer .container,
  .container {
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media (min-width: 1200px) {
  .ps-toast-stack, .ps-mobile-bottom-nav, .ps-mobile-quick-search { display: none !important; }
}


@media (max-width: 767.98px) {
  html, body {
    overflow-x: hidden;
  }

  body.mobile-ux-shell {
    min-height: 100vh;
  }

  body.mobile-ux-shell .premium-site-header,
  body.mobile-ux-shell #content,
  body.mobile-ux-shell .premium-site-footer {
    width: min(100%, 430px);
    margin-left: auto;
    margin-right: auto;
  }

  body.mobile-ux-shell .premium-site-header,
  body.mobile-ux-shell .premium-site-footer {
    position: relative;
  }

  body.mobile-ux-shell #content {
    padding-left: 0;
    padding-right: 0;
  }

  body.mobile-ux-shell .premium-site-header .container,
  body.mobile-ux-shell #content .container,
  body.mobile-ux-shell .premium-site-footer .container {
    width: 100%;
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: auto;
    margin-right: auto;
  }

  body.mobile-ux-shell .row,
  body.mobile-ux-shell [class*="row"] {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.mobile-ux-shell .row > [class*="col-"],
  body.mobile-ux-shell [class*="row"] > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.mobile-ux-shell .premium-footer-shell {
    border-radius: 28px 28px 0 0;
    overflow: hidden;
    padding: 18px 14px 0;
  }

  body.mobile-ux-shell .premium-footer-main .row > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: 14px !important;
  }

  body.mobile-ux-shell .premium-footer-bottom {
    border-top: 1px solid rgba(255,255,255,.08);
    margin-top: 6px;
    padding-top: 12px;
  }

  body.mobile-ux-shell .ps-mobile-bottom-nav {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: min(calc(100vw - 20px), 430px);
  }

  body.mobile-ux-shell .ps-mobile-quick-search {
    right: max(16px, calc((100vw - min(100vw, 430px)) / 2 + 16px));
  }

  body.mobile-ux-shell .ps-premium-strip,
  body.mobile-ux-shell .ps-android-card {
    width: 100%;
  }

  body.mobile-ux-shell .ps-android-card > .container,
  body.mobile-ux-shell .ps-premium-strip.ps-android-wrap .container {
    border-radius: 26px;
    padding-left: 14px;
    padding-right: 14px;
  }

  body.mobile-ux-shell .products-grid,
  body.mobile-ux-shell .ps-premium-strip__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.mobile-ux-shell .jumia-product-card,
  body.mobile-ux-shell .ps-android-mini-card,
  body.mobile-ux-shell .ps-premium-strip__item {
    width: 100%;
    max-width: 100%;
  }
}


/* Native Android-style mobile home pass */
@media (max-width: 767.98px) {
  :root {
    --ps-app-frame-width: min(100vw, 430px);
  }

  body.mobile-ux-shell {
    background: linear-gradient(180deg, #eaf4ff 0%, #f6f9ff 22%, #f7f8fc 100%);
  }

  body.mobile-ux-shell .premium-site-header {
    position: sticky;
    top: 0;
    z-index: 1036;
    padding-top: max(env(safe-area-inset-top), 6px);
    background: linear-gradient(180deg, rgba(234,244,255,.97) 0%, rgba(246,249,255,.82) 65%, rgba(246,249,255,0) 100%);
    backdrop-filter: blur(18px);
  }

  body.mobile-ux-shell .premium-site-header .u-header__section {
    padding-bottom: 8px;
  }

  body.mobile-ux-shell .premium-site-header .bg-primary-down-lg {
    background: transparent !important;
  }

  body.mobile-ux-shell .premium-site-header .bg-primary-down-lg .container > .row {
    margin-top: 8px;
    padding: 12px 12px 14px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(247,250,255,.96) 100%);
    border: 1px solid rgba(255,255,255,.92);
    box-shadow: 0 18px 48px rgba(15,23,42,.12), inset 0 1px 0 rgba(255,255,255,.72);
    gap: 10px;
  }

  body.mobile-ux-shell .premium-site-header .u-header__navbar {
    min-width: 0;
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  body.mobile-ux-shell .premium-site-header .u-header__navbar-brand {
    flex: 1 1 auto;
    min-width: 0;
  }

  body.mobile-ux-shell .premium-site-header .u-header__navbar-brand img {
    height: 34px;
    width: auto;
    max-width: 148px;
  }

  body.mobile-ux-shell .premium-site-header .u-hamburger,
  body.mobile-ux-shell .premium-site-header .u-header-icon,
  body.mobile-ux-shell .premium-site-header .u-header-icon__inner {
    border-radius: 16px !important;
  }

  body.mobile-ux-shell .premium-site-header .u-hamburger {
    width: 46px;
    height: 46px;
    background: linear-gradient(180deg, #eef5ff 0%, #ffffff 100%);
    border: 1px solid rgba(37,99,235,.1);
    box-shadow: 0 10px 24px rgba(37,99,235,.12);
  }

  body.mobile-ux-shell .premium-site-header .u-header-icons-group {
    display: grid !important;
    grid-auto-flow: column;
    grid-auto-columns: minmax(44px, 44px);
    justify-content: end;
    gap: 8px;
  }

  body.mobile-ux-shell .premium-site-header .u-header-icon {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #eef5ff 0%, #ffffff 100%);
    border: 1px solid rgba(37,99,235,.1);
    box-shadow: 0 10px 22px rgba(15,23,42,.08);
  }

  body.mobile-ux-shell .premium-site-header .u-search-form,
  body.mobile-ux-shell .premium-site-header .u-search-form__input,
  body.mobile-ux-shell .premium-site-header .input-group {
    min-height: 56px;
  }

  body.mobile-ux-shell .premium-site-header .u-search-form {
    margin-top: 6px;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(37,99,235,.1);
    box-shadow: 0 12px 28px rgba(15,23,42,.08);
  }

  body.mobile-ux-shell .premium-site-header .u-search-form__input {
    border: 0 !important;
    background: transparent !important;
    font-size: 15px;
    padding-left: 16px;
  }

  body.mobile-ux-shell .premium-site-header .u-search-form .btn,
  body.mobile-ux-shell .premium-site-header .u-search-form button {
    width: 52px;
    min-width: 52px;
    border: 0 !important;
    background: linear-gradient(135deg, #2563eb 0%, #38bdf8 100%) !important;
    color: #fff !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  body.mobile-ux-shell .ps-mobile-home-intro__surface {
    position: relative;
    overflow: hidden;
    padding: 18px 16px;
    border-radius: 28px;
    background: linear-gradient(155deg, #0f172a 0%, #10274a 48%, #1d4ed8 100%);
    color: #fff;
    box-shadow: 0 24px 60px rgba(15,23,42,.18);
  }

  body.mobile-ux-shell .ps-mobile-home-intro__surface::before {
    content: '';
    position: absolute;
    inset: auto -20% -35% auto;
    width: 180px;
    height: 180px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(125,211,252,.28) 0%, rgba(125,211,252,0) 70%);
    pointer-events: none;
  }

  .ps-mobile-home-intro__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
  }

  .ps-mobile-home-intro__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.16);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .ps-mobile-home-intro__title {
    margin: 0 0 8px;
    font-size: 1.55rem;
    line-height: 1.04;
    font-weight: 900;
    letter-spacing: -.04em;
    color: #fff;
  }

  .ps-mobile-home-intro__subtitle {
    margin: 0;
    color: rgba(255,255,255,.82);
    font-size: .92rem;
    line-height: 1.45;
    max-width: 240px;
  }

  .ps-mobile-home-intro__cta {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 78px;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 16px;
    background: rgba(255,255,255,.16);
    color: #fff;
    font-weight: 800;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
  }

  .ps-mobile-home-intro__chips {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 12px 0 6px;
    margin: 8px -2px 0;
    scrollbar-width: none;
  }
  .ps-mobile-home-intro__chips::-webkit-scrollbar { display: none; }

  .ps-mobile-home-intro__chips span {
    white-space: nowrap;
    padding: 10px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.12);
    color: rgba(255,255,255,.9);
    font-size: .78rem;
    font-weight: 700;
  }

  .ps-mobile-home-intro__grid {
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .ps-mobile-home-intro__mini {
    padding: 14px;
    border-radius: 18px;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.12);
    color: #fff;
    display: block;
    min-height: 82px;
  }

  .ps-mobile-home-intro__mini strong {
    display: block;
    font-size: .95rem;
    font-weight: 800;
    margin-bottom: 4px;
  }

  .ps-mobile-home-intro__mini small {
    display: block;
    color: rgba(255,255,255,.78);
    font-size: .75rem;
    line-height: 1.35;
  }

  body.mobile-ux-shell .ps-hero-section {
    padding-top: 4px;
    margin-bottom: 8px;
  }

  body.mobile-ux-shell .ps-hero-slider {
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 18px 48px rgba(15,23,42,.12);
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid rgba(255,255,255,.92);
  }

  body.mobile-ux-shell .ps-hero-slide {
    min-height: 260px;
    background: linear-gradient(180deg, #eef5ff 0%, #ffffff 100%);
  }

  body.mobile-ux-shell .ps-hero-slide img {
    border-radius: 28px;
    min-height: 260px;
    object-fit: cover;
  }

  body.mobile-ux-shell .ps-hero-overlay {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 16px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(15,23,42,.72) 0%, rgba(15,23,42,.88) 100%);
    box-shadow: 0 18px 40px rgba(15,23,42,.24);
    backdrop-filter: blur(10px);
  }

  body.mobile-ux-shell .ps-hero-headline {
    font-size: 1.24rem;
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -.04em;
  }

  body.mobile-ux-shell .ps-hero-subtext {
    font-size: .86rem;
    line-height: 1.45;
    color: rgba(255,255,255,.82);
  }

  body.mobile-ux-shell .ps-hero-cta {
    min-height: 38px;
    border-radius: 14px;
    padding: 0 14px;
    font-weight: 800;
  }

  body.mobile-ux-shell .ps-hero-arrow {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    backdrop-filter: blur(10px);
  }
}

@media (max-width: 389.98px) {
  .ps-mobile-home-intro__top {
    flex-direction: column;
  }

  .ps-mobile-home-intro__subtitle {
    max-width: none;
  }

  .ps-mobile-home-intro__grid {
    grid-template-columns: 1fr;
  }
}


@media (max-width: 767.98px) {
  body.mobile-ux-shell .ps-mobile-home-intro {
    margin-top: 8px;
    margin-bottom: 12px;
  }
  body.mobile-ux-shell .ps-mobile-home-intro .container {
    padding-left: 12px;
    padding-right: 12px;
  }
  body.mobile-ux-shell .ps-mobile-home-intro__surface {
    padding: 16px 14px 14px;
    border-radius: 24px;
  }
  body.mobile-ux-shell .ps-mobile-home-intro__top {
    display: block;
  }
  body.mobile-ux-shell .ps-mobile-home-intro__eyebrow {
    margin-bottom: 8px;
    padding: 6px 10px;
    font-size: 10px;
    letter-spacing: .12em;
  }
  body.mobile-ux-shell .ps-mobile-home-intro__title {
    font-size: 1.38rem;
    line-height: 1.05;
    margin-bottom: 8px;
    max-width: 100%;
  }
  body.mobile-ux-shell .ps-mobile-home-intro__subtitle {
    max-width: 100%;
    font-size: .86rem;
    line-height: 1.42;
  }
  body.mobile-ux-shell .ps-mobile-home-intro__cta {
    margin-top: 12px;
    min-width: 100%;
    min-height: 44px;
    border-radius: 14px;
  }
  body.mobile-ux-shell .ps-mobile-home-intro__chips {
    padding-top: 10px;
    margin-top: 10px;
  }
  body.mobile-ux-shell .ps-mobile-home-intro__chips span {
    padding: 9px 11px;
    font-size: .74rem;
  }
  body.mobile-ux-shell .ps-mobile-home-intro__grid {
    gap: 8px;
    margin-top: 10px;
  }
  body.mobile-ux-shell .ps-mobile-home-intro__mini {
    min-height: 76px;
    padding: 12px;
    border-radius: 16px;
  }
}


/* ===== X19 MOBILE PREMIUM MASTER PATCH ===== */
:root{
  --ol-radius-xl:24px;
  --ol-radius-lg:18px;
  --ol-shadow-soft:0 10px 30px rgba(15,23,42,.08);
  --ol-shadow-hover:0 16px 38px rgba(15,23,42,.12);
  --ol-bg-card:linear-gradient(180deg,#ffffff,#f8fafc);
  --ol-border:1px solid rgba(15,23,42,.08);
  --ol-text:#0f172a;
  --ol-muted:#64748b;
  --ol-accent:#2563eb;
  --ol-accent-2:#14b8a6;
}
html,body{overflow-x:hidden}
body{letter-spacing:-.01em;-webkit-tap-highlight-color:transparent}
.card,.u-card,.dashboard-card,.stats-card,.metric-card,.quick-card,.panel,.widget,.content-card,.summary-card{
  border-radius:var(--ol-radius-xl)!important;
  border:var(--ol-border)!important;
  background:
    radial-gradient(circle at top right, rgba(20,184,166,.05), transparent 34%),
    radial-gradient(circle at top left, rgba(37,99,235,.05), transparent 32%),
    var(--ol-bg-card)!important;
  box-shadow:var(--ol-shadow-soft)!important;
  color:var(--ol-text)!important;
  overflow:hidden;
}
.card:hover,.u-card:hover,.dashboard-card:hover,.stats-card:hover,.metric-card:hover,.quick-card:hover,.panel:hover,.widget:hover,.content-card:hover,.summary-card:hover{
  box-shadow:var(--ol-shadow-hover)!important; transform:translateY(-1px);
}
.btn,.button,[type="submit"],.action-btn,.quick-action,.btn-primary,.btn-dark,.btn-success,.btn-danger,.btn-outline{
  border-radius:999px!important;
  min-height:42px;
  font-weight:800!important;
  white-space:normal!important;
  text-wrap:balance;
}
.card-actions,.action-row,.quick-actions,.cta-row,.button-group,.table-actions,.bulk-actions{
  display:flex!important; flex-wrap:wrap!important; gap:8px!important; align-items:stretch!important;
}
.card-actions > *, .action-row > *, .quick-actions > *, .cta-row > *, .button-group > *, .table-actions > *, .bulk-actions > *{
  min-width:0;
}
.mobile-accordion{border:var(--ol-border);border-radius:18px;background:#fff;overflow:hidden}
.mobile-accordion-header{padding:12px 14px;background:linear-gradient(180deg,#f8fafc,#eef2ff);font-weight:800;color:var(--ol-text);cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:10px}
.mobile-accordion-body{display:none;padding:12px}
.mobile-accordion.open .mobile-accordion-body{display:block}
.mobile-accordion.open .mobile-accordion-header{background:linear-gradient(180deg,#eef2ff,#e0f2fe)}
.floating-stack{position:fixed;right:12px;bottom:86px;display:flex;flex-direction:column;gap:8px;z-index:88}
.floating-stack .floating-btn,.floating-btn{
  width:40px;height:40px;border-radius:999px;display:grid;place-items:center;
  box-shadow:0 10px 24px rgba(2,6,23,.18);font-size:13px;padding:0!important;
}
.help-btn,#chat-widget-root,.help-widget-launcher,.chat-help-fab{z-index:95!important}
@media (max-width:768px){
  .card,.u-card,.dashboard-card,.stats-card,.metric-card,.quick-card,.panel,.widget,.content-card,.summary-card{border-radius:20px!important;padding:14px!important}
  h1,h2,h3,.display-4,.page-title{letter-spacing:-.03em!important}
  .card-actions > *, .action-row > *, .quick-actions > *, .cta-row > *, .button-group > *, .table-actions > *, .bulk-actions > *{
    flex:1 1 calc(50% - 8px);
  }
  .table-responsive table{font-size:.9rem}
}
@media (max-width:560px){
  .card-actions > *, .action-row > *, .quick-actions > *, .cta-row > *, .button-group > *, .table-actions > *, .bulk-actions > *{
    flex:1 1 100%;
  }
  .floating-stack{right:10px;bottom:90px}
  .floating-stack .floating-btn,.floating-btn{width:38px;height:38px;font-size:12px}
}
.app-toast{position:fixed;left:50%;bottom:18px;transform:translateX(-50%) translateY(20px);background:rgba(15,23,42,.96);color:#fff;padding:12px 16px;border-radius:16px;box-shadow:0 14px 28px rgba(2,6,23,.24);opacity:0;transition:.25s ease;z-index:9999;font-weight:700}
.app-toast.show{opacity:1;transform:translateX(-50%) translateY(0)}
.app-toast.success{background:linear-gradient(135deg,#047857,#16a34a)}
.app-toast.error{background:linear-gradient(135deg,#b91c1c,#ef4444)}
.app-toast.info{background:linear-gradient(135deg,#1d4ed8,#0ea5e9)}


/* TEMPLATE SPECIFIC POLISH PASS */
.ol-premium-shell{padding:12px}
.ol-premium-section,.ol-premium-panel,.ol-premium-card{
  border:1px solid rgba(15,23,42,.08)!important;
  border-radius:24px!important;
  background:
    radial-gradient(circle at top right, rgba(20,184,166,.05), transparent 34%),
    radial-gradient(circle at top left, rgba(37,99,235,.05), transparent 30%),
    linear-gradient(180deg,#fff,#f8fafc)!important;
  box-shadow:0 14px 32px rgba(15,23,42,.06)!important;
}
.ol-premium-panel{padding:18px!important}
.ol-kicker{font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#64748b}
.ol-page-headline{font-size:clamp(1.35rem,2vw,2rem);font-weight:900;letter-spacing:-.03em;color:#0f172a}
.ol-page-copy{color:#64748b;line-height:1.6}
.ol-smart-grid{display:grid;gap:14px}
.ol-smart-actions{display:flex;flex-wrap:wrap;gap:10px}
.ol-smart-actions>*{min-width:0}
.ol-btn-compact,.btn,.button,a.btn{
  border-radius:16px!important;
}
.ol-table-shell{overflow:auto;border-radius:20px;border:1px solid #e2e8f0;background:#fff}
.ol-table-shell table{min-width:760px}
.ol-empty-lite{
  border:1px dashed #cbd5e1;border-radius:22px;background:linear-gradient(180deg,#f8fafc,#fff);
  padding:18px;color:#64748b
}
@media (max-width: 768px){
  .container,.page-container,.content-wrapper,.dashboard-shell{padding-left:12px!important;padding-right:12px!important}
  .row,[class*="grid-cols-"],.grid,.stats-grid,.dashboard-grid{gap:12px!important}
  .card,.panel,.widget,.summary-card,.stat-card,.dashboard-card{
    border-radius:22px!important;padding:14px!important
  }
  .btn-group,.action-row,.quick-actions,.toolbar,.filters,.top-actions{
    display:flex!important;flex-wrap:wrap!important;gap:8px!important
  }
  .btn-group>*,.action-row>*,.quick-actions>*,.toolbar>*,.filters>*,.top-actions>*{
    flex:1 1 calc(50% - 8px); min-width:140px;
  }
  .table-responsive,table{display:block;overflow-x:auto;width:100%}
  .sidebar,.side-panel,.aside-actions{border-radius:20px!important}
}


/* PAGE-BY-PAGE ELITE REFINEMENT PASS */
.ol-hero-glass,.hero,.hero-section,.banner,.home-hero{
  position:relative; overflow:hidden; border-radius:30px!important;
  background:
    radial-gradient(circle at top right, rgba(37,99,235,.18), transparent 28%),
    radial-gradient(circle at top left, rgba(20,184,166,.16), transparent 26%),
    linear-gradient(135deg,#0f172a 0%, #111827 55%, #1d4ed8 120%)!important;
  color:#fff!important; box-shadow:0 24px 60px rgba(15,23,42,.18)!important;
}
.ol-hero-glass *,.hero *,.hero-section *,.banner *,.home-hero *{color:inherit}
.ol-hero-glass::after,.hero::after,.hero-section::after,.banner::after,.home-hero::after{
  content:""; position:absolute; inset:0; pointer-events:none;
  background:linear-gradient(180deg,rgba(255,255,255,.06),transparent 40%);
}
.ol-chip{
  display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;
  background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(10px);
  font-size:.76rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;
}
.ol-product-card,.product-card,.product-item,.shop-card{
  border:1px solid rgba(15,23,42,.08)!important;border-radius:26px!important;background:#fff!important;
  box-shadow:0 16px 34px rgba(15,23,42,.06)!important; overflow:hidden; transition:transform .18s ease, box-shadow .18s ease;
}
.ol-product-card:hover,.product-card:hover,.product-item:hover,.shop-card:hover{
  transform:translateY(-3px); box-shadow:0 24px 46px rgba(15,23,42,.10)!important;
}
.ol-product-media,.product-card img,.product-item img{border-radius:20px!important}
.ol-price{
  display:inline-flex;align-items:center;border-radius:999px;padding:7px 12px;background:#ecfeff;color:#0f766e;
  border:1px solid #99f6e4;font-weight:900;font-size:.88rem
}
.ol-kpi-card,.stat-card,.metric-card,.summary-card{
  border-radius:24px!important;
  background:
    radial-gradient(circle at top right, rgba(59,130,246,.10), transparent 28%),
    linear-gradient(180deg,#fff,#f8fafc)!important;
}
.ol-profile-shell,.profile-card,.account-card{
  border-radius:28px!important;background:linear-gradient(180deg,#fff,#f8fafc)!important;
}
.ol-checkout-shell,.checkout-card,.order-summary,.cart-summary{
  border-radius:28px!important;border:1px solid rgba(15,23,42,.08)!important;
  background:linear-gradient(180deg,#fff,#f8fafc)!important;box-shadow:0 16px 34px rgba(15,23,42,.06)!important;
}
.ol-sticky-buy,.buy-bar,.mobile-buy-bar{
  position:sticky; bottom:10px; z-index:30; backdrop-filter:blur(12px);
  border:1px solid rgba(15,23,42,.08); background:rgba(255,255,255,.92); border-radius:22px; padding:10px;
  box-shadow:0 18px 38px rgba(15,23,42,.12);
}
.ol-safe-float-stack{
  position:fixed; right:12px; bottom:92px; display:flex; flex-direction:column; gap:10px; z-index:80;
}
.ol-safe-float-stack .floating-btn,.ol-safe-float-stack .bubble-btn{
  width:40px;height:40px;border-radius:999px;font-size:13px;box-shadow:0 12px 24px rgba(15,23,42,.16)
}
.help-btn,.help-button,.support-help{
  z-index:95!important; bottom:36px!important; right:12px!important;
}
@media (max-width:768px){
  .hero,.hero-section,.banner,.home-hero{padding:18px!important; border-radius:26px!important}
  .product-card,.product-item,.shop-card,.summary-card,.stat-card,.metric-card,.profile-card,.account-card,.checkout-card,.order-summary,.cart-summary{
    border-radius:22px!important; padding:14px!important;
  }
  .product-card .btn,.product-item .btn,.shop-card .btn,.checkout-card .btn,.order-summary .btn{
    min-height:42px!important; font-size:.85rem!important; padding:10px 12px!important;
  }
  .ol-safe-float-stack{right:10px; bottom:98px}
  .help-btn,.help-button,.support-help{right:10px!important; bottom:42px!important}
}

.ol-success-banner{border-radius:24px;padding:20px;text-align:center;background:linear-gradient(135deg,#047857,#16a34a);color:#fff;}
/* TOP 1% PRODUCT EXPERIENCE */
.ol-loading{
  opacity:.6;
  pointer-events:none;
}
.ol-skeleton{
  background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 37%,#f1f5f9 63%);
  background-size:400% 100%;
  animation:skeleton 1.4s ease infinite;
  border-radius:12px;
}
@keyframes skeleton{
  0%{background-position:100% 50%}
  100%{background-position:0 50%}
}
.ol-btn-loading{
  position:relative;
}
.ol-btn-loading::after{
  content:'';
  width:16px;height:16px;
  border:2px solid #fff;
  border-top-color:transparent;
  border-radius:50%;
  position:absolute;
  right:10px;
  top:50%;
  transform:translateY(-50%);
  animation:spin .6s linear infinite;
}
@keyframes spin{
  to{transform:translateY(-50%) rotate(360deg)}
}


/* ENTERPRISE COMMAND + OPERATIONS PASS */
.ol-command-center,
.ol-ops-shell{
  border-radius:30px;
  border:1px solid rgba(15,23,42,.08);
  background:
    radial-gradient(circle at top right, rgba(59,130,246,.10), transparent 30%),
    radial-gradient(circle at top left, rgba(20,184,166,.08), transparent 26%),
    linear-gradient(180deg,#ffffff,#f8fafc);
  box-shadow:0 24px 60px rgba(15,23,42,.08);
  padding:18px;
}
.ol-command-header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
}
.ol-command-title{
  font-size:1.15rem;
  font-weight:900;
  letter-spacing:-.02em;
  color:#0f172a;
}
.ol-command-sub{
  color:#64748b;
  font-size:.88rem;
}
.ol-alert-strip{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:12px;
}
.ol-alert-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border-radius:999px;
  font-size:.78rem;
  font-weight:800;
  border:1px solid #e2e8f0;
  background:#fff;
}
.ol-alert-pill.warn{background:#fff7ed;border-color:#fdba74;color:#9a3412;}
.ol-alert-pill.ok{background:#ecfdf5;border-color:#86efac;color:#166534;}
.ol-alert-pill.info{background:#eff6ff;border-color:#93c5fd;color:#1d4ed8;}

.ol-ops-grid{
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  gap:14px;
  margin-top:16px;
}
.ol-ops-card{
  grid-column:span 4;
  border-radius:24px;
  border:1px solid rgba(15,23,42,.08);
  background:#fff;
  box-shadow:0 14px 30px rgba(15,23,42,.05);
  padding:16px;
}
.ol-ops-card.wide{grid-column:span 8;}
.ol-ops-kicker{
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#64748b;
}
.ol-ops-metric{
  margin-top:8px;
  font-size:1.6rem;
  font-weight:900;
  letter-spacing:-.03em;
  color:#0f172a;
}
.ol-ops-copy{
  margin-top:6px;
  color:#64748b;
  font-size:.88rem;
  line-height:1.6;
}
.ol-priority-list{
  display:grid;
  gap:10px;
  margin-top:12px;
}
.ol-priority-item{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  border:1px solid #e2e8f0;
  border-radius:18px;
  padding:12px;
  background:linear-gradient(180deg,#fff,#f8fafc);
}
.ol-priority-title{
  font-size:.92rem;
  font-weight:800;
  color:#0f172a;
}
.ol-priority-copy{
  font-size:.82rem;
  color:#64748b;
}
.ol-priority-tag{
  border-radius:999px;
  padding:6px 10px;
  font-size:.72rem;
  font-weight:800;
  white-space:nowrap;
}
.ol-priority-tag.high{background:#fff1f2;color:#be123c;border:1px solid #fecdd3;}
.ol-priority-tag.mid{background:#fffbeb;color:#92400e;border:1px solid #fde68a;}
.ol-priority-tag.low{background:#ecfdf5;color:#166534;border:1px solid #86efac;}

.ol-activity-feed{
  display:grid;
  gap:10px;
  margin-top:12px;
}
.ol-activity-row{
  display:flex;
  gap:10px;
  align-items:flex-start;
  border:1px solid #e2e8f0;
  border-radius:18px;
  padding:12px;
  background:#fff;
}
.ol-activity-dot{
  width:10px;height:10px;border-radius:999px;background:#2563eb;flex:0 0 10px;margin-top:6px;
}
.ol-activity-text{
  font-size:.86rem;
  color:#0f172a;
  line-height:1.55;
}
.ol-activity-time{
  display:block;
  font-size:.74rem;
  color:#64748b;
  margin-top:4px;
}

@media (max-width: 900px){
  .ol-ops-card,.ol-ops-card.wide{grid-column:span 12;}
}
@media (max-width: 640px){
  .ol-command-center,.ol-ops-shell{padding:14px;border-radius:24px;}
  .ol-ops-card{padding:14px;border-radius:20px;}
  .ol-ops-metric{font-size:1.35rem;}
}


/* ROLE-BASED EXPERIENCE + CONTROL PASS */
.ol-role-shell{
  border-radius:28px;
  border:1px solid rgba(15,23,42,.08);
  background:
    radial-gradient(circle at top right, rgba(59,130,246,.08), transparent 28%),
    radial-gradient(circle at top left, rgba(20,184,166,.07), transparent 24%),
    linear-gradient(180deg,#ffffff,#f8fafc);
  box-shadow:0 18px 42px rgba(15,23,42,.06);
  padding:18px;
}
.ol-role-header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
}
.ol-role-chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border-radius:999px;
  font-size:.74rem;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
  border:1px solid #e2e8f0;
  background:#fff;
}
.ol-role-chip.admin{background:#eff6ff;color:#1d4ed8;border-color:#93c5fd;}
.ol-role-chip.staff{background:#fffbeb;color:#92400e;border-color:#fde68a;}
.ol-role-chip.customer{background:#ecfdf5;color:#166534;border-color:#86efac;}
.ol-role-chip.vendor{background:#faf5ff;color:#7c3aed;border-color:#d8b4fe;}

.ol-role-grid{
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  gap:14px;
  margin-top:16px;
}
.ol-role-card{
  grid-column:span 4;
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  background:#fff;
  box-shadow:0 12px 28px rgba(15,23,42,.05);
  padding:16px;
}
.ol-role-card.wide{grid-column:span 8;}
.ol-role-kicker{
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#64748b;
}
.ol-role-title{
  margin-top:8px;
  font-size:1rem;
  font-weight:900;
  letter-spacing:-.02em;
  color:#0f172a;
}
.ol-role-copy{
  margin-top:6px;
  color:#64748b;
  font-size:.86rem;
  line-height:1.55;
}
.ol-role-action-list{
  display:grid;
  gap:10px;
  margin-top:12px;
}
.ol-role-action{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  border:1px solid #e2e8f0;
  border-radius:18px;
  padding:12px;
  background:linear-gradient(180deg,#fff,#f8fafc);
}
.ol-role-action strong{
  display:block;
  font-size:.9rem;
  color:#0f172a;
}
.ol-role-action span{
  display:block;
  margin-top:4px;
  font-size:.8rem;
  color:#64748b;
}
.ol-role-badge{
  border-radius:999px;
  padding:6px 10px;
  font-size:.72rem;
  font-weight:800;
  white-space:nowrap;
}
.ol-role-badge.focus{background:#eff6ff;color:#1d4ed8;border:1px solid #93c5fd;}
.ol-role-badge.control{background:#ecfdf5;color:#166534;border:1px solid #86efac;}
.ol-role-badge.review{background:#fffbeb;color:#92400e;border:1px solid #fde68a;}
.ol-role-badge.restrict{background:#fff1f2;color:#be123c;border:1px solid #fecdd3;}

.ol-role-toolbar{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
}
.ol-role-toolbar .btn,
.ol-role-toolbar a{
  flex:1 1 180px;
}

@media (max-width: 900px){
  .ol-role-card,
  .ol-role-card.wide{grid-column:span 12;}
}
@media (max-width: 640px){
  .ol-role-shell{padding:14px;border-radius:24px;}
  .ol-role-card{padding:14px;border-radius:20px;}
  .ol-role-title{font-size:.96rem;}
}


/* MOBILE CONTRAST + MENU DRAWER RESCUE PASS */
@media (max-width: 767.98px) {
  body.mobile-ux-shell,
  body.mobile-ux-shell #content,
  body.mobile-ux-shell .premium-site-footer .container,
  body.mobile-ux-shell .premium-site-header .container {
    color: #0f172a !important;
  }

  body.mobile-ux-shell .premium-site-header .bg-primary-down-lg .container > .row {
    background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(244,248,255,.98) 100%) !important;
    border: 1px solid rgba(148, 163, 184, .24) !important;
    box-shadow: 0 22px 48px rgba(15,23,42,.14), inset 0 1px 0 rgba(255,255,255,.84) !important;
  }

  body.mobile-ux-shell .premium-site-header .u-header__navbar-brand img {
    max-width: 138px !important;
  }

  body.mobile-ux-shell .premium-site-header #sidebarHeader1,
  body.mobile-ux-shell .premium-site-header #sidebarContent {
    z-index: 1055 !important;
  }

  body.mobile-ux-shell .premium-site-header #sidebarHeader1 .u-sidebar__container,
  body.mobile-ux-shell .premium-site-header #sidebarContent .u-sidebar__container {
    background:
      radial-gradient(circle at top right, rgba(59,130,246,.10), transparent 30%),
      radial-gradient(circle at top left, rgba(20,184,166,.08), transparent 24%),
      linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
    color: #0f172a !important;
    border-right: 1px solid rgba(15,23,42,.08) !important;
    box-shadow: 0 26px 60px rgba(15,23,42,.18) !important;
  }

  body.mobile-ux-shell .premium-site-header .u-sidebar__scroller {
    background: rgba(255,255,255,.66) !important;
    backdrop-filter: blur(8px);
  }

  body.mobile-ux-shell .premium-site-header .u-sidebar__container .u-sidebar__body,
  body.mobile-ux-shell .premium-site-header .u-sidebar__container .u-sidebar__content,
  body.mobile-ux-shell .premium-site-header .u-sidebar__container .u-header-sidebar__body {
    padding: 16px 14px 20px !important;
  }

  body.mobile-ux-shell .premium-site-header .u-sidebar .list-group-item,
  body.mobile-ux-shell .premium-site-header .u-sidebar .nav-link,
  body.mobile-ux-shell .premium-site-header .u-sidebar .dropdown-item,
  body.mobile-ux-shell .premium-site-header .u-sidebar a {
    color: #0f172a !important;
    background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,252,.98)) !important;
    border: 1px solid rgba(15,23,42,.08) !important;
    box-shadow: 0 10px 24px rgba(15,23,42,.06) !important;
  }

  body.mobile-ux-shell .premium-site-header .u-sidebar .list-group-item:hover,
  body.mobile-ux-shell .premium-site-header .u-sidebar .nav-link:hover,
  body.mobile-ux-shell .premium-site-header .u-sidebar .dropdown-item:hover {
    background: linear-gradient(180deg, #eff6ff, #f8fbff) !important;
    color: #1d4ed8 !important;
  }

  body.mobile-ux-shell .premium-site-header .u-sidebar .list-group-item i,
  body.mobile-ux-shell .premium-site-header .u-sidebar .nav-link i,
  body.mobile-ux-shell .premium-site-header .u-sidebar .dropdown-item i,
  body.mobile-ux-shell .premium-site-header .u-sidebar a i {
    color: #334155 !important;
  }

  body.mobile-ux-shell .premium-site-header .u-sidebar .u-sidebar__close,
  body.mobile-ux-shell .premium-site-header .u-sidebar .close,
  body.mobile-ux-shell .premium-site-header .u-sidebar button.close {
    width: 42px !important;
    height: 42px !important;
    border-radius: 14px !important;
    background: linear-gradient(180deg, #ffffff, #eef4ff) !important;
    border: 1px solid rgba(15,23,42,.10) !important;
    color: #334155 !important;
    box-shadow: 0 10px 22px rgba(15,23,42,.08) !important;
    opacity: 1 !important;
  }

  body.mobile-ux-shell .premium-site-header .u-sidebar .u-sidebar__close:hover,
  body.mobile-ux-shell .premium-site-header .u-sidebar .close:hover,
  body.mobile-ux-shell .premium-site-header .u-sidebar button.close:hover {
    color: #0f172a !important;
  }

  body.mobile-ux-shell .premium-site-header .u-sidebar .form-control,
  body.mobile-ux-shell .premium-site-header .u-sidebar input,
  body.mobile-ux-shell .premium-site-header .u-sidebar select {
    background: #fff !important;
    color: #0f172a !important;
    border: 1px solid rgba(148,163,184,.28) !important;
  }

  body.mobile-ux-shell .premium-site-header .u-sidebar .form-control::placeholder,
  body.mobile-ux-shell .premium-site-header .u-sidebar input::placeholder {
    color: #94a3b8 !important;
  }

  body.mobile-ux-shell .premium-site-header .u-sidebar .category-menu,
  body.mobile-ux-shell .premium-site-header .u-sidebar .vertical-menu,
  body.mobile-ux-shell .premium-site-header .u-sidebar ul {
    background: transparent !important;
  }

  body.mobile-ux-shell .premium-site-header .u-sidebar .u-hamburger__inner,
  body.mobile-ux-shell .premium-site-header .u-sidebar .u-hamburger__inner::before,
  body.mobile-ux-shell .premium-site-header .u-sidebar .u-hamburger__inner::after {
    background: #334155 !important;
  }

  body.mobile-ux-shell .bg-primary,
  body.mobile-ux-shell .bg-gradient-primary,
  body.mobile-ux-shell .bg-primary-down-lg,
  body.mobile-ux-shell .hero,
  body.mobile-ux-shell .hero-section,
  body.mobile-ux-shell .banner,
  body.mobile-ux-shell .support-hero,
  body.mobile-ux-shell .customer-care-hero,
  body.mobile-ux-shell .gradient-banner,
  body.mobile-ux-shell [class*="gradient"] {
    color: #ffffff !important;
  }

  body.mobile-ux-shell .bg-primary h1,
  body.mobile-ux-shell .bg-primary h2,
  body.mobile-ux-shell .bg-primary h3,
  body.mobile-ux-shell .bg-gradient-primary h1,
  body.mobile-ux-shell .bg-gradient-primary h2,
  body.mobile-ux-shell .bg-gradient-primary h3,
  body.mobile-ux-shell .support-hero h1,
  body.mobile-ux-shell .support-hero h2,
  body.mobile-ux-shell .support-hero h3,
  body.mobile-ux-shell .customer-care-hero h1,
  body.mobile-ux-shell .customer-care-hero h2,
  body.mobile-ux-shell .customer-care-hero h3,
  body.mobile-ux-shell [class*="gradient"] h1,
  body.mobile-ux-shell [class*="gradient"] h2,
  body.mobile-ux-shell [class*="gradient"] h3 {
    color: #ffffff !important;
    text-shadow: 0 2px 10px rgba(15,23,42,.12);
  }

  body.mobile-ux-shell .bg-primary p,
  body.mobile-ux-shell .bg-primary span,
  body.mobile-ux-shell .bg-primary a,
  body.mobile-ux-shell .bg-gradient-primary p,
  body.mobile-ux-shell .bg-gradient-primary span,
  body.mobile-ux-shell .bg-gradient-primary a,
  body.mobile-ux-shell .support-hero p,
  body.mobile-ux-shell .support-hero span,
  body.mobile-ux-shell .support-hero a,
  body.mobile-ux-shell .customer-care-hero p,
  body.mobile-ux-shell .customer-care-hero span,
  body.mobile-ux-shell .customer-care-hero a,
  body.mobile-ux-shell [class*="gradient"] p,
  body.mobile-ux-shell [class*="gradient"] span,
  body.mobile-ux-shell [class*="gradient"] a {
    color: rgba(255,255,255,.90) !important;
  }

  body.mobile-ux-shell .btn,
  body.mobile-ux-shell .button,
  body.mobile-ux-shell .nav-link,
  body.mobile-ux-shell .dropdown-item {
    text-shadow: none !important;
  }
}


/* CURATED HIGHLIGHTS + HOME SECTION CONTRAST FIX */
.ps-after-hero,
.products-section.ps-after-hero,
.products-section.ol-hero-glass.ps-after-hero{
  background:
    radial-gradient(circle at top right, rgba(59,130,246,.18), transparent 26%),
    radial-gradient(circle at top left, rgba(20,184,166,.12), transparent 22%),
    linear-gradient(135deg,#071327 0%, #0f1f45 52%, #1d4ed8 130%) !important;
  color:#ffffff !important;
  border:1px solid rgba(255,255,255,.10) !important;
  box-shadow:0 24px 60px rgba(15,23,42,.18) !important;
}

.ps-after-hero .section-header,
.products-section.ps-after-hero .section-header{
  position:relative;
  z-index:2;
}

.ps-after-hero .ps-section-kicker,
.products-section.ps-after-hero .ps-section-kicker{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:10px 20px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.14) !important;
  border:1px solid rgba(255,255,255,.16) !important;
  color:#f8fafc !important;
  font-size:.78rem !important;
  font-weight:900 !important;
  letter-spacing:.08em !important;
  text-transform:uppercase !important;
  box-shadow:0 10px 24px rgba(2,6,23,.16) !important;
  backdrop-filter:blur(10px);
}

.ps-after-hero .section-title,
.ps-after-hero .ol-page-headline,
.products-section.ps-after-hero .section-title,
.products-section.ps-after-hero .ol-page-headline{
  color:#ffffff !important;
  text-shadow:0 2px 14px rgba(15,23,42,.16);
}

.ps-after-hero .product-tabs .nav,
.products-section.ps-after-hero .product-tabs .nav{
  display:inline-flex !important;
  align-items:center;
  gap:10px;
  padding:12px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.92) !important;
  border:1px solid rgba(148,163,184,.26) !important;
  box-shadow:0 16px 34px rgba(15,23,42,.14) !important;
}

.ps-after-hero .product-tabs .nav-link,
.products-section.ps-after-hero .product-tabs .nav-link{
  min-height:48px;
  padding:12px 20px !important;
  border-radius:999px !important;
  border:none !important;
  background:transparent !important;
  color:#475569 !important;
  font-weight:800 !important;
  font-size:1rem !important;
  white-space:nowrap;
  box-shadow:none !important;
}

.ps-after-hero .product-tabs .nav-link.active,
.products-section.ps-after-hero .product-tabs .nav-link.active{
  background:linear-gradient(135deg,#3b82f6,#14b8a6) !important;
  color:#ffffff !important;
  box-shadow:0 12px 24px rgba(37,99,235,.24) !important;
}

.ps-after-hero .product-tabs .nav-link:hover,
.products-section.ps-after-hero .product-tabs .nav-link:hover{
  color:#0f172a !important;
  background:rgba(241,245,249,.88) !important;
}

.ps-after-hero .tab-content,
.products-section.ps-after-hero .tab-content{
  margin-top:18px;
}

@media (max-width: 767.98px){
  .ps-after-hero,
  .products-section.ps-after-hero,
  .products-section.ol-hero-glass.ps-after-hero{
    border-radius:28px !important;
    padding:16px 14px 18px !important;
  }

  .ps-after-hero .ps-section-kicker,
  .products-section.ps-after-hero .ps-section-kicker{
    min-height:38px;
    padding:8px 16px !important;
    font-size:.72rem !important;
  }

  .ps-after-hero .product-tabs,
  .products-section.ps-after-hero .product-tabs{
    width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    padding-bottom:2px;
  }

  .ps-after-hero .product-tabs .nav,
  .products-section.ps-after-hero .product-tabs .nav{
    width:max-content;
    min-width:100%;
    justify-content:flex-start;
    padding:8px !important;
    gap:8px;
  }

  .ps-after-hero .product-tabs .nav-link,
  .products-section.ps-after-hero .product-tabs .nav-link{
    min-height:42px;
    padding:10px 16px !important;
    font-size:.92rem !important;
  }
}


/* MOBILE HERO TITLE + TOP SURFACE FIX */
@media (max-width: 767.98px) {
  .ps-mobile-home-intro,
  .ps-mobile-home-intro__surface,
  .ps-mobile-home-intro__top,
  .ps-mobile-home-intro__top *,
  .ps-mobile-home-intro__title,
  .ps-mobile-home-intro__subtitle,
  .ps-mobile-home-intro__eyebrow {
    color: #ffffff !important;
  }

  .ps-mobile-home-intro__surface {
    background:
      radial-gradient(circle at top right, rgba(59,130,246,.18), transparent 28%),
      radial-gradient(circle at top left, rgba(20,184,166,.12), transparent 24%),
      linear-gradient(135deg, #071327 0%, #0f1f45 52%, #1d4ed8 130%) !important;
    border: 1px solid rgba(255,255,255,.10) !important;
    box-shadow: 0 24px 60px rgba(15,23,42,.18) !important;
  }

  .ps-mobile-home-intro__title {
    color: #ffffff !important;
    font-weight: 950 !important;
    line-height: 1.02 !important;
    letter-spacing: -0.045em !important;
    font-size: clamp(2rem, 7vw, 2.8rem) !important;
    text-shadow: 0 6px 28px rgba(0, 0, 0, 0.32) !important;
  }

  .ps-mobile-home-intro__subtitle {
    color: rgba(255, 255, 255, 0.92) !important;
    font-weight: 600 !important;
    line-height: 1.55 !important;
    text-shadow: 0 2px 12px rgba(0,0,0,.18) !important;
  }

  .ps-mobile-home-intro__eyebrow {
    color: #f8fafc !important;
    background: rgba(255, 255, 255, 0.14) !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    box-shadow: 0 10px 24px rgba(2, 6, 23, 0.18) !important;
  }

  .ps-mobile-home-intro__cta {
    color: #ffffff !important;
    font-weight: 800 !important;
    background: linear-gradient(135deg, #2563eb, #14b8a6) !important;
    border: none !important;
    box-shadow: 0 16px 32px rgba(37, 99, 235, 0.28) !important;
  }

  .ps-mobile-home-intro__mini strong,
  .ps-mobile-home-intro__mini small,
  .ps-mobile-home-intro__chips span {
    color: #ffffff !important;
  }

  .ps-mobile-home-intro__mini {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.10) !important;
    backdrop-filter: blur(10px);
  }

  .ps-mobile-home-intro__chips span {
    background: rgba(255, 255, 255, 0.10) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
  }

  .ps-mobile-home-intro__cta,
  .ps-mobile-home-intro__mini,
  .ps-mobile-home-intro__chips span {
    position: relative;
    z-index: 2;
  }
}


/* FLOATING SYSTEM + MICRO INTERACTION PASS */
:root{
  --ps-float-gap: 12px;
  --ps-float-shadow: 0 18px 40px rgba(2,6,23,.22);
  --ps-float-radius: 18px;
}
@media (max-width: 767.98px){
  body.mobile-ux-shell .btn,
  body.mobile-ux-shell .button,
  body.mobile-ux-shell a,
  body.mobile-ux-shell [role="button"],
  body.mobile-ux-shell .nav-link{
    transition: transform .18s ease, box-shadow .22s ease, background-color .22s ease, color .22s ease, opacity .22s ease;
    -webkit-tap-highlight-color: transparent;
  }

  body.mobile-ux-shell .btn:active,
  body.mobile-ux-shell .button:active,
  body.mobile-ux-shell a:active,
  body.mobile-ux-shell [role="button"]:active,
  body.mobile-ux-shell .nav-link:active{
    transform: scale(.96);
  }

  body.mobile-ux-shell .ripple{
    position: relative;
    overflow: hidden;
  }

  body.mobile-ux-shell .ripple::after{
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle, rgba(255,255,255,.22) 0%, rgba(255,255,255,0) 62%);
    opacity: 0;
    transform: scale(.75);
    transition: opacity .22s ease, transform .22s ease;
    pointer-events: none;
  }

  body.mobile-ux-shell .ripple:active::after{
    opacity: 1;
    transform: scale(1);
  }

  body.mobile-ux-shell #backToTopBtn,
  body.mobile-ux-shell .back-to-top,
  body.mobile-ux-shell .scroll-top,
  body.mobile-ux-shell .scrollTop,
  body.mobile-ux-shell .go-top,
  body.mobile-ux-shell [data-back-to-top]{
    right: 14px !important;
    bottom: 154px !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    border-radius: 999px !important;
    background: rgba(15,23,42,.88) !important;
    color: #fff !important;
    box-shadow: var(--ps-float-shadow) !important;
    z-index: 99 !important;
    border: 1px solid rgba(255,255,255,.14) !important;
  }

  body.mobile-ux-shell #olutech-chat-widget-root,
  body.mobile-ux-shell .chat-widget-button,
  body.mobile-ux-shell .chat-bubble,
  body.mobile-ux-shell .whatsapp-float,
  body.mobile-ux-shell .floating-chat,
  body.mobile-ux-shell .float-chat-bubble{
    right: 14px !important;
    bottom: 92px !important;
    width: 52px !important;
    height: 52px !important;
    border-radius: 18px !important;
    box-shadow: var(--ps-float-shadow) !important;
    z-index: 100 !important;
  }

  body.mobile-ux-shell .help-btn,
  body.mobile-ux-shell .help-button,
  body.mobile-ux-shell .support-help,
  body.mobile-ux-shell .need-help,
  body.mobile-ux-shell .floating-help{
    right: 14px !important;
    bottom: 34px !important;
    min-width: auto !important;
    height: 42px !important;
    padding: 0 16px !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg,#0f172a,#1e293b) !important;
    color: #fff !important;
    box-shadow: var(--ps-float-shadow) !important;
    border: 1px solid rgba(255,255,255,.14) !important;
    z-index: 101 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
  }

  body.mobile-ux-shell .premium-mobile-bottom-nav,
  body.mobile-ux-shell .mobile-bottom-nav,
  body.mobile-ux-shell .bottom-nav{
    box-shadow: 0 20px 44px rgba(15,23,42,.14) !important;
  }
}


/* FINAL MOBILE APP FEEL PASS */
@media (max-width: 767.98px){
  .premium-site-header,
  .u-header,
  .header{
    padding: 6px 10px !important;
    backdrop-filter: blur(12px);
    background: rgba(255,255,255,.92) !important;
    border-bottom: 1px solid rgba(15,23,42,.06);
  }

  .search,
  .search-bar,
  .header-search{
    border-radius: 14px !important;
    box-shadow: 0 8px 22px rgba(15,23,42,.08) !important;
  }

  .card,
  .product-card,
  .shop-card{
    border-radius: 20px !important;
    padding: 12px !important;
    box-shadow: 0 10px 26px rgba(15,23,42,.06) !important;
  }

  .premium-mobile-bottom-nav,
  .mobile-bottom-nav{
    backdrop-filter: blur(14px);
    background: rgba(255,255,255,.96) !important;
    border-top: 1px solid rgba(15,23,42,.06);
    padding: 6px 0 !important;
  }

  .premium-mobile-bottom-nav a:active,
  .mobile-bottom-nav a:active{
    transform: scale(.92);
  }

  section,
  .section{
    margin-bottom: 16px !important;
  }

  .btn{
    border-radius: 14px !important;
    box-shadow: 0 8px 20px rgba(15,23,42,.08);
  }
}


/* FINAL BUG SWEEP + LIVE READINESS PASS */
html, body {
  overflow-x: hidden !important;
}
img, video, iframe {
  max-width: 100%;
  height: auto;
}
.table-responsive, .responsive-table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767.98px) {
  .container,
  .container-fluid,
  .content-wrapper,
  main#content {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  [class*="col-"] {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }

  .btn,
  .button,
  a.btn,
  [type="submit"] {
    min-height: 42px !important;
    white-space: normal !important;
    word-break: break-word;
  }

  .btn-group,
  .action-row,
  .quick-actions,
  .toolbar,
  .filters,
  .top-actions,
  .card-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
  }

  .btn-group > *,
  .action-row > *,
  .quick-actions > *,
  .toolbar > *,
  .filters > *,
  .top-actions > *,
  .card-actions > * {
    flex: 1 1 calc(50% - 8px);
    min-width: 135px;
  }

  .modal-dialog,
  .offcanvas,
  .dropdown-menu {
    max-width: calc(100vw - 16px) !important;
  }

  .product-tabs,
  .category-tabs,
  .nav-pills,
  .nav-tabs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap !important;
  }

  .product-tabs .nav-link,
  .category-tabs .nav-link,
  .nav-pills .nav-link,
  .nav-tabs .nav-link {
    white-space: nowrap;
  }

  .floating-stack,
  #olutech-chat-widget-root,
  .help-btn,
  .help-button,
  .support-help,
  #backToTopBtn {
    will-change: transform;
  }
}

/* SMARTER ANALYTICS + ADMIN INTELLIGENCE PASS */
.ol-ai-shell{border-radius:30px;border:1px solid rgba(15,23,42,.08);background:linear-gradient(180deg,#ffffff,#f8fafc);box-shadow:0 24px 60px rgba(15,23,42,.08);padding:18px}.ol-ai-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:14px;margin-top:16px}.ol-ai-card{grid-column:span 4;border-radius:24px;border:1px solid rgba(15,23,42,.08);background:#fff;box-shadow:0 14px 30px rgba(15,23,42,.05);padding:16px}.ol-ai-card.wide{grid-column:span 8}.ol-ai-kicker{font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#64748b}.ol-ai-title{margin-top:8px;font-size:1rem;font-weight:900;letter-spacing:-.02em;color:#0f172a}.ol-ai-metric{margin-top:8px;font-size:1.6rem;font-weight:900;letter-spacing:-.03em;color:#0f172a}.ol-ai-copy{margin-top:6px;color:#64748b;font-size:.88rem;line-height:1.6}.ol-ai-list{display:grid;gap:10px;margin-top:12px}.ol-ai-item{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border:1px solid #e2e8f0;border-radius:18px;padding:12px;background:linear-gradient(180deg,#fff,#f8fafc)}.ol-ai-badge{border-radius:999px;padding:6px 10px;font-size:.72rem;font-weight:800;white-space:nowrap}.ol-ai-badge.hot{background:#fff1f2;color:#be123c;border:1px solid #fecdd3}.ol-ai-badge.watch{background:#fffbeb;color:#92400e;border:1px solid #fde68a}.ol-ai-badge.good{background:#ecfdf5;color:#166534;border:1px solid #86efac}.ol-ai-badge.info{background:#eff6ff;color:#1d4ed8;border:1px solid #93c5fd}.ol-ai-toolbar{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.ol-ai-toolbar>*{flex:1 1 180px}@media (max-width:900px){.ol-ai-card,.ol-ai-card.wide{grid-column:span 12}}@media (max-width:640px){.ol-ai-shell{padding:14px;border-radius:24px}.ol-ai-card{padding:14px;border-radius:20px}.ol-ai-metric{font-size:1.35rem}}

/* OPS AUTOMATIONS + NOTIFICATION LOGIC PASS */
.ol-notify-shell{
  border-radius:28px;
  border:1px solid rgba(15,23,42,.08);
  background:
    radial-gradient(circle at top right, rgba(59,130,246,.08), transparent 28%),
    radial-gradient(circle at top left, rgba(20,184,166,.07), transparent 22%),
    linear-gradient(180deg,#ffffff,#f8fafc);
  box-shadow:0 18px 42px rgba(15,23,42,.06);
  padding:18px;
}
.ol-notify-grid{
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  gap:14px;
  margin-top:16px;
}
.ol-notify-card{
  grid-column:span 4;
  border-radius:24px;
  border:1px solid rgba(15,23,42,.08);
  background:#fff;
  box-shadow:0 12px 28px rgba(15,23,42,.05);
  padding:16px;
}
.ol-notify-card.wide{grid-column:span 8;}
.ol-notify-kicker{
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#64748b;
}
.ol-notify-title{
  margin-top:8px;
  font-size:1rem;
  font-weight:900;
  letter-spacing:-.02em;
  color:#0f172a;
}
.ol-notify-copy{
  margin-top:6px;
  color:#64748b;
  font-size:.88rem;
  line-height:1.6;
}
.ol-notify-metric{
  margin-top:8px;
  font-size:1.55rem;
  font-weight:900;
  letter-spacing:-.03em;
  color:#0f172a;
}
.ol-notify-list{
  display:grid;
  gap:10px;
  margin-top:12px;
}
.ol-notify-item{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  border:1px solid #e2e8f0;
  border-radius:18px;
  padding:12px;
  background:linear-gradient(180deg,#fff,#f8fafc);
}
.ol-notify-label{
  display:inline-flex;
  align-items:center;
  gap:8px;
  border-radius:999px;
  padding:6px 10px;
  font-size:.72rem;
  font-weight:800;
  white-space:nowrap;
}
.ol-notify-label.alert{background:#fff1f2;color:#be123c;border:1px solid #fecdd3;}
.ol-notify-label.queue{background:#fffbeb;color:#92400e;border:1px solid #fde68a;}
.ol-notify-label.live{background:#ecfdf5;color:#166534;border:1px solid #86efac;}
.ol-notify-label.info{background:#eff6ff;color:#1d4ed8;border:1px solid #93c5fd;}
.ol-automation-toolbar{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
}
.ol-automation-toolbar>*{flex:1 1 180px;}
@media (max-width:900px){
  .ol-notify-card,.ol-notify-card.wide{grid-column:span 12;}
}
@media (max-width:640px){
  .ol-notify-shell{padding:14px;border-radius:24px;}
  .ol-notify-card{padding:14px;border-radius:20px;}
  .ol-notify-metric{font-size:1.3rem;}
}


/* REPORTING + EXPORTS PASS */
.ol-report-shell{
  border-radius:28px;
  border:1px solid rgba(15,23,42,.08);
  background:
    radial-gradient(circle at top right, rgba(59,130,246,.08), transparent 28%),
    radial-gradient(circle at top left, rgba(20,184,166,.07), transparent 22%),
    linear-gradient(180deg,#ffffff,#f8fafc);
  box-shadow:0 18px 42px rgba(15,23,42,.06);
  padding:18px;
}
.ol-report-grid{
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  gap:14px;
  margin-top:16px;
}
.ol-report-card{
  grid-column:span 4;
  border-radius:24px;
  border:1px solid rgba(15,23,42,.08);
  background:#fff;
  box-shadow:0 12px 28px rgba(15,23,42,.05);
  padding:16px;
}
.ol-report-card.wide{grid-column:span 8;}
.ol-report-kicker{
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#64748b;
}
.ol-report-title{
  margin-top:8px;
  font-size:1rem;
  font-weight:900;
  letter-spacing:-.02em;
  color:#0f172a;
}
.ol-report-copy{
  margin-top:6px;
  color:#64748b;
  font-size:.88rem;
  line-height:1.6;
}
.ol-report-metric{
  margin-top:8px;
  font-size:1.55rem;
  font-weight:900;
  letter-spacing:-.03em;
  color:#0f172a;
}
.ol-export-toolbar{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
}
.ol-export-toolbar>*{flex:1 1 180px;}
.ol-report-list{
  display:grid;
  gap:10px;
  margin-top:12px;
}
.ol-report-item{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  border:1px solid #e2e8f0;
  border-radius:18px;
  padding:12px;
  background:linear-gradient(180deg,#fff,#f8fafc);
}
.ol-report-badge{
  border-radius:999px;
  padding:6px 10px;
  font-size:.72rem;
  font-weight:800;
  white-space:nowrap;
}
.ol-report-badge.csv{background:#ecfdf5;color:#166534;border:1px solid #86efac;}
.ol-report-badge.excel{background:#eff6ff;color:#1d4ed8;border:1px solid #93c5fd;}
.ol-report-badge.pdf{background:#fff1f2;color:#be123c;border:1px solid #fecdd3;}
.ol-report-badge.live{background:#fffbeb;color:#92400e;border:1px solid #fde68a;}
.ol-print-shell{
  border:1px solid #e2e8f0;
  border-radius:22px;
  padding:14px;
  background:#fff;
  box-shadow:0 10px 24px rgba(15,23,42,.04);
}
@media print{
  .premium-mobile-bottom-nav,
  .mobile-bottom-nav,
  .help-btn,
  .chat-bubble,
  #olutech-chat-widget-root,
  .floating-stack{
    display:none !important;
  }
  .ol-print-shell,
  .ol-report-shell,
  .ol-report-card{
    box-shadow:none !important;
    border-color:#cbd5e1 !important;
  }
}
@media (max-width:900px){
  .ol-report-card,.ol-report-card.wide{grid-column:span 12;}
}
@media (max-width:640px){
  .ol-report-shell{padding:14px;border-radius:24px;}
  .ol-report-card{padding:14px;border-radius:20px;}
  .ol-report-metric{font-size:1.3rem;}
}

/* PROMO ENGINE + CONVERSION GROWTH PASS */
.ol-promo-shell{border-radius:28px;border:1px solid rgba(15,23,42,.08);background:linear-gradient(180deg,#ffffff,#f8fafc);box-shadow:0 18px 42px rgba(15,23,42,.06);padding:18px}.ol-promo-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:14px;margin-top:16px}.ol-promo-card{grid-column:span 4;border-radius:24px;border:1px solid rgba(15,23,42,.08);background:#fff;box-shadow:0 12px 28px rgba(15,23,42,.05);padding:16px}.ol-promo-card.wide{grid-column:span 8}.ol-promo-kicker{font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#64748b}.ol-promo-title{margin-top:8px;font-size:1rem;font-weight:900;letter-spacing:-.02em;color:#0f172a}.ol-promo-copy{margin-top:6px;color:#64748b;font-size:.88rem;line-height:1.6}.ol-promo-metric{margin-top:8px;font-size:1.55rem;font-weight:900;letter-spacing:-.03em;color:#0f172a}.ol-promo-list{display:grid;gap:10px;margin-top:12px}.ol-promo-item{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border:1px solid #e2e8f0;border-radius:18px;padding:12px;background:linear-gradient(180deg,#fff,#f8fafc)}.ol-promo-badge{border-radius:999px;padding:6px 10px;font-size:.72rem;font-weight:800;white-space:nowrap}.ol-promo-badge.hot{background:#fff1f2;color:#be123c;border:1px solid #fecdd3}.ol-promo-badge.live{background:#ecfdf5;color:#166534;border:1px solid #86efac}.ol-promo-badge.info{background:#eff6ff;color:#1d4ed8;border:1px solid #93c5fd}.ol-promo-badge.sale{background:#fffbeb;color:#92400e;border:1px solid #fde68a}.ol-promo-toolbar{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.ol-promo-toolbar>*{flex:1 1 180px}.ol-urgency-pill{display:inline-flex;align-items:center;gap:8px;border-radius:999px;padding:8px 12px;background:#0f172a;color:#fff;font-size:.78rem;font-weight:800}@media (max-width:900px){.ol-promo-card,.ol-promo-card.wide{grid-column:span 12}}@media (max-width:640px){.ol-promo-shell{padding:14px;border-radius:24px}.ol-promo-card{padding:14px;border-radius:20px}.ol-promo-metric{font-size:1.3rem}}

/* LOW STOCK + ABANDONED CART + FOLLOW-UP AUTOMATION PASS */
.ol-follow-shell{border-radius:28px;border:1px solid rgba(15,23,42,.08);background:linear-gradient(180deg,#ffffff,#f8fafc);box-shadow:0 18px 42px rgba(15,23,42,.06);padding:18px}
.ol-follow-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:14px;margin-top:16px}
.ol-follow-card{grid-column:span 4;border-radius:24px;border:1px solid rgba(15,23,42,.08);background:#fff;box-shadow:0 12px 28px rgba(15,23,42,.05);padding:16px}
.ol-follow-card.wide{grid-column:span 8}
.ol-follow-kicker{font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#64748b}
.ol-follow-title{margin-top:8px;font-size:1rem;font-weight:900;letter-spacing:-.02em;color:#0f172a}
.ol-follow-copy{margin-top:6px;color:#64748b;font-size:.88rem;line-height:1.6}
.ol-follow-metric{margin-top:8px;font-size:1.55rem;font-weight:900;letter-spacing:-.03em;color:#0f172a}
.ol-follow-list{display:grid;gap:10px;margin-top:12px}
.ol-follow-item{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border:1px solid #e2e8f0;border-radius:18px;padding:12px;background:linear-gradient(180deg,#fff,#f8fafc)}
.ol-follow-badge{border-radius:999px;padding:6px 10px;font-size:.72rem;font-weight:800;white-space:nowrap}
.ol-follow-badge.hot{background:#fff1f2;color:#be123c;border:1px solid #fecdd3}
.ol-follow-badge.live{background:#ecfdf5;color:#166534;border:1px solid #86efac}
.ol-follow-badge.info{background:#eff6ff;color:#1d4ed8;border:1px solid #93c5fd}
.ol-follow-badge.watch{background:#fffbeb;color:#92400e;border:1px solid #fde68a}
.ol-follow-toolbar{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}
.ol-follow-toolbar>*{flex:1 1 180px}
@media (max-width:900px){.ol-follow-card,.ol-follow-card.wide{grid-column:span 12}}
@media (max-width:640px){.ol-follow-shell{padding:14px;border-radius:24px}.ol-follow-card{padding:14px;border-radius:20px}.ol-follow-metric{font-size:1.3rem}}


/* REAL EXECUTIVE COMMAND CENTER PASS */
.ol-exec-shell{border-radius:30px;border:1px solid rgba(15,23,42,.08);background:linear-gradient(180deg,#ffffff,#f8fafc);box-shadow:0 24px 60px rgba(15,23,42,.08);padding:18px}
.ol-exec-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:14px;margin-top:16px}
.ol-exec-card{grid-column:span 4;border-radius:24px;border:1px solid rgba(15,23,42,.08);background:#fff;box-shadow:0 14px 30px rgba(15,23,42,.05);padding:16px}
.ol-exec-card.wide{grid-column:span 8}.ol-exec-card.full{grid-column:span 12}
.ol-exec-kicker{font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#64748b}
.ol-exec-title{margin-top:8px;font-size:1rem;font-weight:900;letter-spacing:-.02em;color:#0f172a}
.ol-exec-copy{margin-top:6px;color:#64748b;font-size:.88rem;line-height:1.6}
.ol-exec-metric{margin-top:8px;font-size:1.7rem;font-weight:900;letter-spacing:-.03em;color:#0f172a}
.ol-exec-list{display:grid;gap:10px;margin-top:12px}
.ol-exec-item{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border:1px solid #e2e8f0;border-radius:18px;padding:12px;background:linear-gradient(180deg,#fff,#f8fafc)}
.ol-exec-badge{border-radius:999px;padding:6px 10px;font-size:.72rem;font-weight:800;white-space:nowrap}
.ol-exec-badge.hot{background:#fff1f2;color:#be123c;border:1px solid #fecdd3}
.ol-exec-badge.live{background:#ecfdf5;color:#166534;border:1px solid #86efac}
.ol-exec-badge.info{background:#eff6ff;color:#1d4ed8;border:1px solid #93c5fd}
.ol-exec-badge.watch{background:#fffbeb;color:#92400e;border:1px solid #fde68a}
.ol-exec-toolbar{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.ol-exec-toolbar>*{flex:1 1 180px}
@media (max-width:900px){.ol-exec-card,.ol-exec-card.wide,.ol-exec-card.full{grid-column:span 12}}
@media (max-width:640px){.ol-exec-shell{padding:14px;border-radius:24px}.ol-exec-card{padding:14px;border-radius:20px}.ol-exec-metric{font-size:1.35rem}}


/* TRUE AUTOMATED ACTIONS + SCHEDULED BUSINESS INTELLIGENCE PASS */
.ol-auto-shell{border-radius:30px;border:1px solid rgba(15,23,42,.08);background:linear-gradient(180deg,#ffffff,#f8fafc);box-shadow:0 24px 60px rgba(15,23,42,.08);padding:18px}
.ol-auto-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:14px;margin-top:16px}
.ol-auto-card{grid-column:span 4;border-radius:24px;border:1px solid rgba(15,23,42,.08);background:#fff;box-shadow:0 14px 30px rgba(15,23,42,.05);padding:16px}
.ol-auto-card.wide{grid-column:span 8}.ol-auto-card.full{grid-column:span 12}
.ol-auto-kicker{font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#64748b}
.ol-auto-title{margin-top:8px;font-size:1rem;font-weight:900;letter-spacing:-.02em;color:#0f172a}
.ol-auto-copy{margin-top:6px;color:#64748b;font-size:.88rem;line-height:1.6}
.ol-auto-metric{margin-top:8px;font-size:1.7rem;font-weight:900;letter-spacing:-.03em;color:#0f172a}
.ol-auto-list{display:grid;gap:10px;margin-top:12px}
.ol-auto-item{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border:1px solid #e2e8f0;border-radius:18px;padding:12px;background:linear-gradient(180deg,#fff,#f8fafc)}
.ol-auto-badge{border-radius:999px;padding:6px 10px;font-size:.72rem;font-weight:800;white-space:nowrap}
.ol-auto-badge.hot{background:#fff1f2;color:#be123c;border:1px solid #fecdd3}
.ol-auto-badge.live{background:#ecfdf5;color:#166534;border:1px solid #86efac}
.ol-auto-badge.info{background:#eff6ff;color:#1d4ed8;border:1px solid #93c5fd}
.ol-auto-badge.watch{background:#fffbeb;color:#92400e;border:1px solid #fde68a}
.ol-auto-toolbar{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.ol-auto-toolbar>*{flex:1 1 180px}
@media (max-width:900px){.ol-auto-card,.ol-auto-card.wide,.ol-auto-card.full{grid-column:span 12}}
@media (max-width:640px){.ol-auto-shell{padding:14px;border-radius:24px}.ol-auto-card{padding:14px;border-radius:20px}.ol-auto-metric{font-size:1.35rem}}


/* REAL CUSTOMER-FACING AUTOMATION PASS */
.ol-customer-auto-shell{border-radius:28px;border:1px solid rgba(15,23,42,.08);background:linear-gradient(180deg,#ffffff,#f8fafc);box-shadow:0 18px 42px rgba(15,23,42,.06);padding:18px}
.ol-customer-auto-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:14px;margin-top:16px}
.ol-customer-auto-card{grid-column:span 4;border-radius:24px;border:1px solid rgba(15,23,42,.08);background:#fff;box-shadow:0 12px 28px rgba(15,23,42,.05);padding:16px}
.ol-customer-auto-card.wide{grid-column:span 8}.ol-customer-auto-card.full{grid-column:span 12}
.ol-customer-auto-kicker{font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#64748b}
.ol-customer-auto-title{margin-top:8px;font-size:1rem;font-weight:900;letter-spacing:-.02em;color:#0f172a}
.ol-customer-auto-copy{margin-top:6px;color:#64748b;font-size:.88rem;line-height:1.6}
.ol-customer-auto-metric{margin-top:8px;font-size:1.55rem;font-weight:900;letter-spacing:-.03em;color:#0f172a}
.ol-customer-auto-list{display:grid;gap:10px;margin-top:12px}
.ol-customer-auto-item{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border:1px solid #e2e8f0;border-radius:18px;padding:12px;background:linear-gradient(180deg,#fff,#f8fafc)}
.ol-customer-auto-badge{border-radius:999px;padding:6px 10px;font-size:.72rem;font-weight:800;white-space:nowrap}
.ol-customer-auto-badge.live{background:#ecfdf5;color:#166534;border:1px solid #86efac}
.ol-customer-auto-badge.watch{background:#fffbeb;color:#92400e;border:1px solid #fde68a}
.ol-customer-auto-badge.info{background:#eff6ff;color:#1d4ed8;border:1px solid #93c5fd}
@media (max-width:900px){.ol-customer-auto-card,.ol-customer-auto-card.wide,.ol-customer-auto-card.full{grid-column:span 12}}
@media (max-width:640px){.ol-customer-auto-shell{padding:14px;border-radius:24px}.ol-customer-auto-card{padding:14px;border-radius:20px}.ol-customer-auto-metric{font-size:1.3rem}}


@media (max-width: 767.98px) {
  body.mobile-ux-shell .ps-mobile-home-intro__surface--products {
    padding: 16px 14px 14px !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro__top--products {
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 2px;
  }

  .ps-mobile-products-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 12px 2px 4px;
  }

  .ps-mobile-product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    border-radius: 22px;
    overflow: hidden;
    background: rgba(255,255,255,.97);
    border: 1px solid rgba(255,255,255,.55);
    box-shadow: 0 18px 40px rgba(2,6,23,.18);
    color: #0f172a !important;
  }

  .ps-mobile-product-card__image-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 14px 8px;
    min-height: 138px;
    background: linear-gradient(180deg, #eff6ff 0%, #f8fafc 100%);
  }

  .ps-mobile-product-card__image {
    width: 100%;
    max-width: 140px;
    height: 110px;
    object-fit: contain;
    mix-blend-mode: multiply;
  }

  .ps-mobile-product-card__badge {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ef4444, #f97316);
    color: #fff;
    font-size: .74rem;
    font-weight: 900;
    box-shadow: 0 10px 24px rgba(239,68,68,.28);
  }

  .ps-mobile-product-card__body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0 14px 14px;
    color: #0f172a !important;
  }

  .ps-mobile-product-card__meta,
  .ps-mobile-product-card__name,
  .ps-mobile-product-card__specs span,
  .ps-mobile-product-card__price,
  .ps-mobile-product-card__old {
    color: inherit !important;
  }

  .ps-mobile-product-card__meta {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    font-size: .72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #2563eb !important;
  }

  .ps-mobile-product-card__brand-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
  }

  .ps-mobile-product-card__brand-mark {
    width: 24px;
    height: 24px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0f172a, #2563eb);
    color: #fff;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: 0;
    flex: 0 0 24px;
  }

  
  .ps-mobile-product-card__brand-mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 999px;
    background: #fff;
    padding: 2px;
  }

  .ps-mobile-product-card__brand-text {
    display: inline-block;
    max-width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .ps-mobile-product-card__name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.8em;
    font-size: .9rem;
    line-height: 1.4;
    font-weight: 900;
    text-decoration: none;
    color: #0f172a !important;
  }

  .ps-mobile-product-card__specs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }

  .ps-mobile-product-card__specs span {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 10px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1e40af !important;
    font-size: .72rem;
    font-weight: 800;
  }

  .ps-mobile-product-card__price-wrap {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 7px;
  }

  .ps-mobile-product-card__price {
    font-size: 1.12rem;
    font-weight: 900;
    color: #0f172a !important;
  }

  .ps-mobile-product-card__old {
    color: #64748b !important;
    font-size: .82rem;
    text-decoration: line-through;
    font-weight: 700;
  }

  .ps-mobile-product-card__actions {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 8px;
    margin-top: 2px;
  }

  .ps-mobile-product-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 12px;
    border-radius: 14px;
    font-size: .86rem;
    font-weight: 900;
    text-decoration: none;
  }

  .ps-mobile-product-card__btn--ghost {
    background: #eff6ff;
    color: #1d4ed8 !important;
    border: 1px solid rgba(37,99,235,.14);
  }

  .ps-mobile-product-card__btn--primary {
    background: linear-gradient(135deg, #2563eb, #14b8a6);
    color: #fff !important;
    box-shadow: 0 14px 28px rgba(37,99,235,.24);
  }

  .ps-mobile-product-card--empty {
    justify-content: center;
    min-height: 220px;
  }
}

@media (max-width: 359.98px) {
  .ps-mobile-products-row { grid-template-columns: 1fr; }
}


/* Unified mobile product cards using shared desktop partial */
@media (max-width: 1199.98px){
@media (max-width:1199.98px){
  .ps-mobile-home-intro .ps-mobile-home-intro__surface--products{padding-bottom:14px}
  .ps-mobile-home-intro .ps-mobile-home-intro__stickybar{position:sticky;top:72px;z-index:8;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;margin:2px 0 8px;border-radius:18px;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border:1px solid rgba(37,99,235,.12);box-shadow:0 10px 24px rgba(15,23,42,.08)}
  .ps-mobile-home-intro .ps-mobile-home-intro__stickylabel{display:block;font-size:.63rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#64748b}
  .ps-mobile-home-intro .ps-mobile-home-intro__stickybrand strong{display:block;font-size:.92rem;color:#0f172a;max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .ps-mobile-home-intro .ps-mobile-home-intro__stickycta{display:inline-flex;align-items:center;justify-content:center;min-width:86px;min-height:38px;padding:0 14px;border-radius:999px;background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff;font-weight:800;box-shadow:0 10px 24px rgba(37,99,235,.22)}
  .ps-mobile-home-intro .ps-mobile-product-row-shell{position:relative;padding-inline:2px}
  .ps-mobile-home-intro .ps-unified-products-grid{display:flex !important;flex-wrap:nowrap !important;align-items:stretch;gap:12px;padding:8px 6px 12px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-padding-inline:6px;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scrollbar-width:none;scroll-behavior:smooth;touch-action:pan-x pinch-zoom;cursor:grab;user-select:none;position:relative}
  .ps-mobile-home-intro .ps-unified-products-grid.is-dragging{cursor:grabbing;scroll-snap-type:none}
  .ps-mobile-home-intro .ps-unified-products-grid::-webkit-scrollbar{display:none}
  .ps-mobile-home-intro .jumia-product-card{width:auto !important;flex:0 0 min(72vw,210px) !important;min-width:min(72vw,210px) !important;max-width:min(72vw,210px) !important;height:326px;min-height:326px;max-height:326px;scroll-snap-align:start;scroll-snap-stop:always;padding:10px;border-radius:20px;box-shadow:0 14px 28px rgba(2,6,23,.16);background:#fff;border:1px solid rgba(37,99,235,.12);position:relative;overflow:hidden;transition:transform .25s ease, filter .25s ease, opacity .25s ease}
  .ps-mobile-home-intro .jumia-product-card.is-dim{filter:blur(.6px) saturate(.9);opacity:.78;transform:scale(.94)}
  .ps-mobile-home-intro .jumia-product-card.is-active{transform:scale(1.01);box-shadow:0 16px 36px rgba(37,99,235,.18);border-color:rgba(37,99,235,.25);z-index:2}
  .ps-mobile-home-intro .ps-mobile-product-row-arrow{position:absolute;top:104px;transform:translateY(-50%);width:32px;height:32px;border:0;border-radius:999px;background:rgba(15,23,42,.78);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 24px rgba(15,23,42,.22);z-index:5;opacity:0;pointer-events:none;transition:opacity .22s ease,transform .22s ease,background .22s ease}
  .ps-mobile-home-intro .ps-mobile-product-row-arrow span{font-size:1.4rem;line-height:1;transform:translateY(-1px)}
  .ps-mobile-home-intro .ps-mobile-product-row-arrow--prev{left:-4px}
  .ps-mobile-home-intro .ps-mobile-product-row-arrow--next{right:-4px}
  .ps-mobile-home-intro .ps-mobile-product-row-shell.is-scrollable.is-controls-visible .ps-mobile-product-row-arrow{opacity:1;pointer-events:auto}
  .ps-mobile-home-intro .ps-mobile-product-row-arrow:disabled{opacity:.35 !important;pointer-events:none}
  .ps-mobile-home-intro .ps-mobile-product-row-arrow:not(:disabled):active{transform:translateY(-50%) scale(.96);background:#2563eb}
  .ps-mobile-home-intro .ps-mobile-product-row-dots{display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 0 2px}
  .ps-mobile-home-intro .ps-mobile-product-row-dot{width:6px;height:6px;border:0;border-radius:999px;background:rgba(100,116,139,.35);padding:0;transition:all .22s ease}
  .ps-mobile-home-intro .ps-mobile-product-row-dot.is-active{width:18px;background:#2563eb;box-shadow:0 4px 12px rgba(37,99,235,.28)}
  .ps-mobile-home-intro .ps-unified-products-grid .jumia-btn,.ps-mobile-home-intro .ps-unified-products-grid a{pointer-events:auto}
  .ps-mobile-home-intro .jumia-product-card{pointer-events:auto}
  .ps-mobile-home-intro .jumia-product-image{position:relative;min-height:110px;height:110px;border-radius:16px;padding:8px;background:#fff !important;overflow:hidden}
  .ps-mobile-home-intro .jumia-product-image a{display:flex !important;align-items:center;justify-content:center;width:100%;height:100%;min-height:94px;position:relative;z-index:2}
  .ps-mobile-home-intro .jumia-product-image img{display:block !important;width:100% !important;height:100% !important;min-height:94px !important;object-fit:contain !important;opacity:1 !important;visibility:visible !important;background:transparent !important}
  .ps-mobile-home-intro .jumia-product-info{padding:9px 2px 2px;gap:6px;min-height:0;flex:1 1 auto;display:flex;flex-direction:column}
  .ps-mobile-home-intro .jumia-product-topline{align-items:flex-start}
  .ps-mobile-home-intro .jumia-brand-badge{padding:5px 8px;gap:6px}
  .ps-mobile-home-intro .jumia-brand-logo,.ps-mobile-home-intro .jumia-brand-fallback{width:24px;height:24px}
  .ps-mobile-home-intro .jumia-brand-name{max-width:72px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.72rem}
  .ps-mobile-home-intro .ps-stock-pill{padding:5px 8px;font-size:.68rem}
  .ps-mobile-home-intro .jumia-product-category{font-size:.72rem !important}
  .ps-mobile-home-intro .jumia-product-title a{font-size:.82rem !important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.25em;line-height:1.2;color:#0f172a !important;font-weight:900}
  .ps-mobile-home-intro .jumia-product-description{display:none !important}
  .ps-mobile-home-intro .jumia-spec-chips{gap:5px;min-height:28px;max-height:28px;overflow:hidden}
  .ps-mobile-home-intro .jumia-spec-chip{padding:4px 7px;font-size:.62rem;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .ps-mobile-home-intro .ps-product-meta{display:none !important}
  .ps-mobile-home-intro .jumia-current-price{font-size:.86rem !important;color:#0f172a !important;font-weight:900}
  .ps-mobile-home-intro .jumia-original-price{font-size:.62rem !important}
  .ps-mobile-home-intro .jumia-product-price{margin-top:auto;min-height:36px;display:flex;flex-wrap:wrap;gap:6px;align-items:center}
  .ps-mobile-home-intro .jumia-product-actions{padding-top:2px;margin-top:0;display:grid !important;grid-template-columns:40px 1fr 1fr;gap:8px;align-items:center}
  .ps-mobile-home-intro .jumia-product-actions .jumia-btn{min-height:32px !important;padding:0 8px;font-size:.68rem}
}

@media (min-width:680px) and (max-width:1199.98px){
  .ps-mobile-home-intro .jumia-product-card{flex-basis:min(31vw,220px) !important;min-width:min(31vw,220px) !important;max-width:min(31vw,220px) !important;height:318px;min-height:318px;max-height:318px}
}

@media (max-width:479.98px){
  .ps-mobile-home-intro .jumia-product-card{flex-basis:min(70vw,198px) !important;min-width:min(70vw,198px) !important;max-width:min(70vw,198px) !important;height:318px;min-height:318px;max-height:318px}
}

@media (hover:none){
  .ps-mobile-home-intro .ps-mobile-product-row-shell.is-scrollable.is-controls-visible .ps-mobile-product-row-arrow{opacity:.94}
}

@media (max-width:420px){
  .ps-mobile-home-intro .ps-mobile-home-intro__stickybrand strong{max-width:118px}
}
  .ps-mobile-preview-trigger{position:absolute;right:10px;bottom:10px;z-index:3;width:34px;height:34px;border:0;border-radius:999px;background:rgba(15,23,42,.78);color:#fff;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 10px 18px rgba(15,23,42,.18)}
  .ps-mobile-quick-preview[hidden]{display:none !important}
  .ps-mobile-quick-preview{position:fixed;inset:0;z-index:1200}
  .ps-mobile-quick-preview__backdrop{position:absolute;inset:0;background:rgba(2,6,23,.54);backdrop-filter:blur(4px)}
  .ps-mobile-quick-preview__sheet{position:absolute;left:12px;right:12px;bottom:10px;border-radius:24px 24px 18px 18px;background:#fff;box-shadow:0 24px 60px rgba(2,6,23,.3);padding:14px 14px 16px;max-height:82vh;overflow:auto}
  .ps-mobile-quick-preview__close{position:absolute;right:12px;top:10px;width:34px;height:34px;border:0;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:1.4rem;line-height:1}
  .ps-mobile-quick-preview__media{padding:12px;border-radius:18px;background:linear-gradient(135deg,#f8fafc,#eef5ff);display:flex;align-items:center;justify-content:center;min-height:180px}
  .ps-mobile-quick-preview__media img{width:100%;max-width:240px;height:170px;object-fit:contain}
  .ps-mobile-quick-preview__body{padding-top:12px;display:flex;flex-direction:column;gap:8px}
  .ps-mobile-quick-preview__brand{font-size:.74rem;font-weight:900;color:#2563eb;text-transform:uppercase;letter-spacing:.06em}
  .ps-mobile-quick-preview__title{font-size:1.02rem;line-height:1.3;font-weight:900;color:#0f172a;margin:0}
  .ps-mobile-quick-preview__desc{font-size:.88rem;line-height:1.45;color:#475569;margin:0}
  .ps-mobile-quick-preview__price{font-size:1.05rem;font-weight:900;color:#0f172a}
  .ps-mobile-quick-preview__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding-top:4px}
  body.ps-preview-open{overflow:hidden}
}


  .ps-mobile-quick-preview__media{position:relative;cursor:zoom-in}
  .ps-mobile-quick-preview__zoom-trigger{position:absolute;right:10px;top:10px;z-index:2;display:inline-flex;align-items:center;gap:6px;border:0;border-radius:999px;background:rgba(15,23,42,.76);color:#fff;padding:8px 12px;font-size:.76rem;font-weight:800;box-shadow:0 10px 18px rgba(15,23,42,.18)}
  .ps-mobile-quick-preview__zoom-trigger i{font-size:.82rem}
  .ps-preview-lightbox[hidden]{display:none !important}
  .ps-preview-lightbox{position:fixed;inset:0;z-index:1300}
  .ps-preview-lightbox__backdrop{position:absolute;inset:0;background:rgba(2,6,23,.72);backdrop-filter:blur(6px)}
  .ps-preview-lightbox__dialog{position:absolute;left:10px;right:10px;top:16px;bottom:16px;background:#0f172a;border-radius:24px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 28px 70px rgba(2,6,23,.45)}
  .ps-preview-lightbox__toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 14px 10px;color:#fff;background:linear-gradient(180deg,rgba(15,23,42,.98),rgba(15,23,42,.86))}
  .ps-preview-lightbox__toolbar strong{font-size:.92rem;font-weight:900;line-height:1.25;max-width:42vw}
  .ps-preview-lightbox__actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}
  .ps-lightbox-btn{border:0;border-radius:999px;background:#eff6ff;color:#1d4ed8;min-width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;font-weight:800;box-shadow:0 10px 22px rgba(15,23,42,.2)}
  .ps-lightbox-close{min-width:auto;padding:0 14px}
  .ps-preview-lightbox__stage{position:relative;flex:1;display:flex;align-items:center;justify-content:center;padding:14px;background:radial-gradient(circle at top,#1e3a8a 0%,#0f172a 55%,#020617 100%);overflow:hidden}
  .ps-preview-lightbox__stage img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .18s ease;transform-origin:center center;cursor:zoom-in;will-change:transform;touch-action:none}
  .ps-preview-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2}
  .ps-preview-lightbox__nav.prev{left:10px}
  .ps-preview-lightbox__nav.next{right:10px}
  .ps-preview-lightbox__thumbs{display:flex;gap:10px;overflow:auto;padding:12px 14px 14px;background:#08111f}
  .ps-preview-lightbox__thumbs::-webkit-scrollbar{display:none}
  .ps-preview-lightbox__thumbs button{border:2px solid transparent;background:#fff;border-radius:14px;padding:4px;flex:0 0 68px;width:68px;height:68px;display:inline-flex;align-items:center;justify-content:center}
  .ps-preview-lightbox__thumbs button.is-active{border-color:#60a5fa;box-shadow:0 0 0 3px rgba(96,165,250,.22)}
  .ps-preview-lightbox__thumbs img{width:100%;height:100%;object-fit:contain;border-radius:10px}


@media (max-width: 767px){
  .ps-preview-lightbox__stage{
    touch-action:none;
    user-select:none;
    -webkit-user-select:none;
  }
  .ps-preview-lightbox__stage img{
    pointer-events:none;
    will-change:transform;
  }
  .ps-preview-lightbox__stage.is-pinching img,
  .ps-preview-lightbox__stage.is-zoomed img{
    transition:none;
  }
  .ps-preview-lightbox__swipe-hint{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:8px 14px 0;
    background:#08111f;
    color:rgba(255,255,255,.78);
    font-size:.72rem;
    font-weight:700;
    letter-spacing:.02em;
  }
}

.ps-preview-lightbox__stage.is-panning img{cursor:grabbing}
.ps-preview-lightbox__stage.is-zoomed img{cursor:grab}


/* =========================================================
   FINAL mobile featured slider fix
   - restore live products
   - balanced card height
   - no bottom clipping
   - smaller wishlist icon
   ========================================================= */
@media (max-width: 767.98px) {
  body.mobile-ux-shell .ps-mobile-home-intro .ps-mobile-product-row-shell{
    position: relative;
    padding-inline: 2px;
    padding-bottom: 24px;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .ps-unified-products-grid{
    display:flex !important;
    flex-wrap:nowrap !important;
    align-items:flex-start !important;
    gap:12px !important;
    padding:8px 6px 26px !important;
    overflow-x:auto !important;
    overflow-y:visible !important;
    scroll-snap-type:x mandatory;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .jumia-product-card{
    flex:0 0 min(72vw, 214px) !important;
    min-width:min(72vw, 214px) !important;
    max-width:min(72vw, 214px) !important;
    height:auto !important;
    min-height:372px !important;
    max-height:none !important;
    border-radius:20px !important;
    overflow:hidden !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .ebay-market-card{
    display:flex !important;
    flex-direction:column !important;
    min-height:372px !important;
    height:100% !important;
    border-radius:18px !important;
    overflow:hidden !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .ebay-market-image{
    height:152px !important;
    min-height:152px !important;
    padding:8px !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .ebay-main-img,
  body.mobile-ux-shell .ps-mobile-home-intro .ebay-hover-img{
    object-fit:contain !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .ebay-market-info{
    display:flex !important;
    flex-direction:column !important;
    flex:1 1 auto !important;
    min-height:0 !important;
    padding:10px 10px 14px !important;
    gap:5px !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .ebay-meta-top{
    font-size:10px !important;
    gap:6px !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .ebay-title,
  body.mobile-ux-shell .ps-mobile-home-intro .ebay-title a{
    font-size:14px !important;
    line-height:1.32 !important;
    min-height:38px !important;
    max-height:38px !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .ebay-spec-line{
    font-size:11px !important;
    min-height:28px;
    max-height:28px;
    overflow:hidden;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .ebay-price-block{
    gap:4px !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .ebay-market-card .jumia-current-price{
    font-size:16px !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .ebay-market-card .jumia-original-price{
    font-size:11px !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .ebay-submeta,
  body.mobile-ux-shell .ps-mobile-home-intro .ebay-stockline,
  body.mobile-ux-shell .ps-mobile-home-intro .ebay-delivery{
    font-size:11px !important;
    line-height:1.25 !important;
    gap:4px !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .ebay-actions{
    margin-top:auto !important;
    padding-top:6px !important;
    grid-template-columns:1fr 1fr !important;
    gap:8px !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .ebay-market-card .compact-btn{
    min-height:32px !important;
    font-size:11px !important;
    padding:7px 8px !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .ebay-watch-btn{
    width:24px !important;
    height:24px !important;
    min-width:24px !important;
    top:6px !important;
    right:6px !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .ebay-watch-btn i{
    font-size:11px !important;
  }
}


/* =========================================================
   Mobile cleanup pass
   - remove noisy brand strip on mobile
   - anchor wishlist heart properly
   - improve card wrapping and placement
   ========================================================= */
@media (max-width: 767.98px) {
  body.mobile-ux-shell .ps-featured-brands{
    display: none !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro{
    margin-top: 0 !important;
    padding-top: 6px !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .ps-mobile-product-row-shell{
    margin-top: 0 !important;
    padding-inline: 4px !important;
    padding-bottom: 28px !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .ps-unified-products-grid{
    gap: 10px !important;
    padding: 8px 6px 28px !important;
    scroll-padding-inline: 8px !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .jumia-product-card{
    flex: 0 0 min(74vw, 220px) !important;
    min-width: min(74vw, 220px) !important;
    max-width: min(74vw, 220px) !important;
    min-height: 380px !important;
    border-radius: 20px !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .ebay-market-card{
    min-height: 380px !important;
    border-radius: 20px !important;
    overflow: hidden !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .ebay-market-image,
  body.mobile-ux-shell .ps-mobile-home-intro .jumia-product-image{
    position: relative !important;
    overflow: hidden !important;
    height: 158px !important;
    min-height: 158px !important;
    border-radius: 16px !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .ebay-image-link{
    position: relative !important;
    z-index: 1 !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .ebay-watch-btn{
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    z-index: 6 !important;
    background: rgba(255,255,255,.96) !important;
    border: 1px solid rgba(37,99,235,.14) !important;
    box-shadow: 0 8px 18px rgba(15,23,42,.12) !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .ebay-watch-btn i{
    font-size: 12px !important;
    line-height: 1 !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .ebay-market-info{
    padding: 10px 10px 14px !important;
    gap: 6px !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .ebay-title,
  body.mobile-ux-shell .ps-mobile-home-intro .ebay-title a{
    min-height: 40px !important;
    max-height: 40px !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .ebay-spec-line{
    min-height: 28px !important;
    max-height: 28px !important;
    overflow: hidden !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .ebay-submeta,
  body.mobile-ux-shell .ps-mobile-home-intro .ebay-stockline{
    flex-wrap: wrap !important;
    gap: 4px !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .ebay-actions{
    margin-top: auto !important;
    gap: 8px !important;
  }
}


/* =========================================================
   Full mobile product-card premium polish
   ========================================================= */
@media (max-width: 767.98px) {
  body.mobile-ux-shell .ps-mobile-home-intro .jumia-product-card{
    flex: 0 0 min(74vw, 224px) !important;
    min-width: min(74vw, 224px) !important;
    max-width: min(74vw, 224px) !important;
    min-height: 404px !important;
    border-radius: 22px !important;
    box-shadow: 0 16px 34px rgba(15,23,42,.12) !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .ebay-market-card{
    min-height: 404px !important;
    border-radius: 22px !important;
    border: 1px solid rgba(37,99,235,.10) !important;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%) !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .ebay-market-image,
  body.mobile-ux-shell .ps-mobile-home-intro .jumia-product-image{
    height: 162px !important;
    min-height: 162px !important;
    padding: 10px !important;
    background: linear-gradient(180deg, #f7faff 0%, #f1f5fb 100%) !important;
    border-radius: 18px !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .ebay-market-info{
    padding: 12px 12px 14px !important;
    gap: 7px !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .ebay-meta-top{
    font-size: 10px !important;
    line-height: 1.15 !important;
    gap: 6px !important;
    min-height: 16px !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .ebay-title,
  body.mobile-ux-shell .ps-mobile-home-intro .ebay-title a{
    font-size: 15px !important;
    line-height: 1.3 !important;
    min-height: 40px !important;
    max-height: 40px !important;
    font-weight: 800 !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .ebay-spec-line{
    font-size: 11px !important;
    line-height: 1.25 !important;
    color: #64748b !important;
    min-height: 28px !important;
    max-height: 28px !important;
    overflow: hidden !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .ebay-price-block{
    gap: 5px !important;
    min-height: 28px !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .ebay-market-card .jumia-current-price{
    font-size: 17px !important;
    line-height: 1.1 !important;
    letter-spacing: -.01em !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .ebay-market-card .jumia-original-price{
    font-size: 11px !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .ebay-submeta{
    min-height: 18px !important;
    font-size: 11px !important;
    color: #64748b !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .ebay-sellerline{
    display:flex !important;
    flex-wrap:wrap !important;
    gap:4px !important;
    min-height: 24px !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .ebay-stockline{
    min-height: 20px !important;
    font-size: 11px !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .ebay-actions{
    margin-top: auto !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    align-items: stretch !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .ebay-market-card .compact-btn{
    min-height: 34px !important;
    padding: 8px 8px !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    border-radius: 10px !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .compact-btn-buy{
    grid-column: 1 / -1 !important;
    background: linear-gradient(135deg, #0f172a, #2563eb) !important;
    color: #fff !important;
    border: 0 !important;
    box-shadow: 0 10px 22px rgba(37,99,235,.22) !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .compact-btn-view{
    background: #fff !important;
    border: 1px solid #dbe4f0 !important;
    color: #0f172a !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .compact-btn-cart{
    background: linear-gradient(135deg, #2563eb, #38bdf8) !important;
    color: #fff !important;
    border: 0 !important;
  }
}


/* =========================================================
   Ultra premium mobile pass
   - sticky smart header
   - shrinking on scroll
   - tighter first section transition
   - stronger row snap alignment
   ========================================================= */
@media (max-width: 767.98px) {
  body.mobile-ux-shell{
    --ps-mobile-header-scale: 1;
    --ps-mobile-header-shift: 0px;
    --ps-mobile-header-pad: 12px;
    --ps-mobile-header-radius: 24px;
    --ps-mobile-row-peek: 18px;
  }

  body.mobile-ux-shell #header,
  body.mobile-ux-shell .premium-site-header{
    position: sticky !important;
    top: 0 !important;
    z-index: 1040 !important;
    margin-bottom: 0 !important;
  }

  body.mobile-ux-shell .premium-site-header{
    padding-top: max(env(safe-area-inset-top), 6px) !important;
    transition: padding .22s ease, transform .22s ease, background .22s ease;
  }

  body.mobile-ux-shell .premium-site-header .u-header__section{
    padding-bottom: 6px !important;
    transition: padding .22s ease;
  }

  body.mobile-ux-shell .premium-site-header .bg-primary-down-lg .container > .row{
    transform: translateY(var(--ps-mobile-header-shift)) scale(var(--ps-mobile-header-scale));
    transform-origin: top center;
    padding: var(--ps-mobile-header-pad) var(--ps-mobile-header-pad) calc(var(--ps-mobile-header-pad) + 2px) !important;
    border-radius: var(--ps-mobile-header-radius) !important;
    transition: transform .22s ease, padding .22s ease, border-radius .22s ease, box-shadow .22s ease;
    box-shadow: 0 16px 36px rgba(15,23,42,.11), inset 0 1px 0 rgba(255,255,255,.72) !important;
  }

  body.mobile-ux-shell.mobile-header-condensed{
    --ps-mobile-header-scale: .94;
    --ps-mobile-header-shift: -3px;
    --ps-mobile-header-pad: 9px;
    --ps-mobile-header-radius: 20px;
  }

  body.mobile-ux-shell.mobile-header-condensed .premium-site-header{
    background: linear-gradient(180deg, rgba(234,244,255,.98) 0%, rgba(245,248,255,.86) 70%, rgba(245,248,255,.14) 100%) !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro{
    margin-top: -2px !important;
    padding-top: 2px !important;
    position: relative;
  }

  body.mobile-ux-shell .ps-mobile-home-intro::before{
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    height: 16px;
    background: linear-gradient(180deg, rgba(247,250,255,.92) 0%, rgba(247,250,255,0) 100%);
    pointer-events: none;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .ps-mobile-home-intro__stickybar{
    top: 76px !important;
    margin: 0 0 6px !important;
  }

  body.mobile-ux-shell.mobile-header-condensed .ps-mobile-home-intro .ps-mobile-home-intro__stickybar{
    top: 68px !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .ps-mobile-product-row-shell{
    margin-top: 0 !important;
    padding-inline: 6px !important;
    padding-bottom: 30px !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .ps-unified-products-grid{
    gap: 12px !important;
    padding: 8px var(--ps-mobile-row-peek) 28px calc(var(--ps-mobile-row-peek) - 4px) !important;
    scroll-padding-inline-start: calc(var(--ps-mobile-row-peek) - 4px) !important;
    scroll-padding-inline-end: var(--ps-mobile-row-peek) !important;
    scroll-snap-type: x mandatory !important;
    overscroll-behavior-inline: contain !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .jumia-product-card{
    scroll-snap-align: center !important;
    scroll-snap-stop: always !important;
    transition: transform .24s ease, box-shadow .24s ease, opacity .24s ease, filter .24s ease !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .jumia-product-card.is-soft-dim{
    opacity: .82;
    transform: scale(.965);
    filter: saturate(.92);
  }

  body.mobile-ux-shell .ps-mobile-home-intro .jumia-product-card.is-soft-active{
    transform: translateY(-2px) scale(1.01);
    box-shadow: 0 18px 38px rgba(37,99,235,.16) !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .ps-mobile-product-row-dots{
    margin-top: 4px !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .ps-mobile-product-row-dots button,
  body.mobile-ux-shell .ps-mobile-home-intro .ps-mobile-product-row-dots [data-row-dot]{
    width: 8px !important;
    height: 8px !important;
    border-radius: 999px !important;
    transition: transform .18s ease, width .18s ease, opacity .18s ease;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .ps-mobile-product-row-dots .is-active,
  body.mobile-ux-shell .ps-mobile-home-intro .ps-mobile-product-row-dots [aria-current="true"]{
    width: 20px !important;
    transform: scale(1) !important;
  }
}


/* =========================================================
   Native mobile product rail polish
   - refined dots
   - smaller smoother card centering
   - better bottom-nav spacing
   ========================================================= */
@media (max-width: 767.98px) {
  body.mobile-ux-shell{
    --ps-mobile-row-peek: 14px;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .ps-mobile-product-row-shell{
    padding-inline: 8px !important;
    padding-bottom: 34px !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .ps-unified-products-grid{
    gap: 10px !important;
    padding: 8px var(--ps-mobile-row-peek) 26px calc(var(--ps-mobile-row-peek) - 2px) !important;
    scroll-padding-inline-start: calc(var(--ps-mobile-row-peek) - 2px) !important;
    scroll-padding-inline-end: var(--ps-mobile-row-peek) !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .jumia-product-card{
    flex: 0 0 min(72vw, 214px) !important;
    min-width: min(72vw, 214px) !important;
    max-width: min(72vw, 214px) !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .jumia-product-card.is-soft-active{
    transform: translateY(-1px) scale(1.005) !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .jumia-product-card.is-soft-dim{
    opacity: .88 !important;
    transform: scale(.982) !important;
    filter: saturate(.96) !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .ps-mobile-product-row-dots{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:6px !important;
    margin-top: 0 !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .ps-mobile-product-row-dots button,
  body.mobile-ux-shell .ps-mobile-home-intro .ps-mobile-product-row-dots [data-row-dot]{
    width: 6px !important;
    height: 6px !important;
    min-width: 6px !important;
    border-radius: 999px !important;
    background: rgba(37,99,235,.20) !important;
    border: 0 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    transition: width .18s ease, transform .18s ease, background .18s ease, opacity .18s ease !important;
  }

  body.mobile-ux-shell .ps-mobile-home-intro .ps-mobile-product-row-dots .is-active,
  body.mobile-ux-shell .ps-mobile-home-intro .ps-mobile-product-row-dots [aria-current="true"]{
    width: 18px !important;
    background: linear-gradient(135deg,#2563eb,#38bdf8) !important;
    opacity: 1 !important;
  }

  body.mobile-ux-shell .ps-mobile-bottom-nav{
    width: min(calc(100vw - 16px), 426px) !important;
    padding: 10px 10px 12px !important;
    border-radius: 30px !important;
    box-shadow: 0 18px 42px rgba(15,23,42,.16) !important;
  }

  body.mobile-ux-shell .ps-mobile-bottom-nav__item,
  body.mobile-ux-shell .ps-mobile-bottom-nav a{
    min-height: 58px !important;
  }

  body.mobile-ux-shell .ps-mobile-bottom-nav__item i,
  body.mobile-ux-shell .ps-mobile-bottom-nav a i{
    font-size: 19px !important;
  }

  body.mobile-ux-shell .ps-mobile-bottom-nav__label,
  body.mobile-ux-shell .ps-mobile-bottom-nav a span{
    font-size: 12px !important;
  }

  body.mobile-ux-shell .ps-mobile-bottom-nav__item.is-active,
  body.mobile-ux-shell .ps-mobile-bottom-nav a.active{
    transform: translateY(-1px) !important;
  }

  body.mobile-ux-shell .ps-mobile-quick-search{
    bottom: 102px !important;
  }

  body.mobile-ux-shell .ps-mobile-fab,
  body.mobile-ux-shell .mobile-chat-fab{
    bottom: 106px !important;
  }
}


/* =========================================================
   Native bottom-sheet quick preview polish
   ========================================================= */
@media (max-width: 767.98px){
  .ps-mobile-preview-trigger{
    position:absolute;
    right:44px;
    bottom:10px;
    z-index:4;
    width:32px;
    height:32px;
    border:0;
    border-radius:999px;
    background:rgba(15,23,42,.82);
    color:#fff;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 10px 18px rgba(15,23,42,.18);
  }

  .ps-mobile-quick-preview{
    opacity:0;
    pointer-events:none;
    transition:opacity .2s ease;
  }

  .ps-mobile-quick-preview.is-open{
    opacity:1;
    pointer-events:auto;
  }

  .ps-mobile-quick-preview__sheet{
    transform:translateY(18px) scale(.985);
    transform-origin:bottom center;
    transition:transform .24s ease, opacity .24s ease;
    border-radius:28px 28px 20px 20px;
    padding:16px 16px 18px;
  }

  .ps-mobile-quick-preview.is-open .ps-mobile-quick-preview__sheet{
    transform:translateY(0) scale(1);
  }

  .ps-mobile-quick-preview__media{
    min-height:190px;
    border-radius:20px;
    position:relative;
    overflow:hidden;
  }

  .ps-mobile-quick-preview__media img{
    max-width:260px;
    height:180px;
  }

  .ps-mobile-quick-preview__body{
    gap:10px;
    padding-top:14px;
  }

  .ps-mobile-quick-preview__brand{
    font-size:.72rem;
    letter-spacing:.08em;
  }

  .ps-mobile-quick-preview__title{
    font-size:1.08rem;
  }

  .ps-mobile-quick-preview__desc{
    font-size:.9rem;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }

  .ps-mobile-quick-preview__price{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    align-items:baseline;
    font-size:1.08rem;
  }

  .ps-mobile-quick-preview__price-old{
    text-decoration:line-through;
    color:#64748b;
    font-size:.92rem;
    font-weight:700;
  }

  .ps-mobile-quick-preview__actions{
    grid-template-columns:1fr 1fr !important;
    gap:10px;
  }

  .ps-mobile-quick-preview__buy{
    grid-column:1 / -1;
    background:linear-gradient(135deg,#0f172a,#2563eb) !important;
    color:#fff !important;
    border:0 !important;
    min-height:42px;
    font-weight:900;
  }

  .ps-mobile-quick-preview__close:active,
  .ps-mobile-quick-preview__zoom-trigger:active,
  .ps-mobile-preview-trigger:active{
    transform:scale(.96);
  }
}


/* =========================================================
   Swipeable gallery inside mobile bottom-sheet preview
   ========================================================= */
@media (max-width: 767.98px){
  .ps-mobile-quick-preview__media{
    position:relative;
    overflow:hidden;
  }

  .ps-mobile-quick-preview__gallery-track{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    touch-action:pan-y pinch-zoom;
    user-select:none;
  }

  .ps-mobile-quick-preview__gallery-track img{
    transition: transform .22s ease, opacity .22s ease;
  }

  .ps-mobile-quick-preview__gallery-arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index:3;
    width:30px;
    height:30px;
    border:0;
    border-radius:999px;
    background:rgba(15,23,42,.74);
    color:#fff;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:1.25rem;
    line-height:1;
    box-shadow:0 10px 18px rgba(15,23,42,.18);
  }

  .ps-mobile-quick-preview__gallery-arrow.prev{ left:10px; }
  .ps-mobile-quick-preview__gallery-arrow.next{ right:10px; }

  .ps-mobile-quick-preview__gallery-dots{
    position:absolute;
    left:50%;
    bottom:10px;
    transform:translateX(-50%);
    z-index:3;
    display:flex;
    align-items:center;
    gap:6px;
    padding:6px 10px;
    border-radius:999px;
    background:rgba(15,23,42,.28);
    backdrop-filter:blur(8px);
  }

  .ps-mobile-quick-preview__gallery-dots button{
    width:6px;
    height:6px;
    min-width:6px;
    border:0;
    border-radius:999px;
    background:rgba(255,255,255,.55);
    transition:width .18s ease, background .18s ease, transform .18s ease;
  }

  .ps-mobile-quick-preview__gallery-dots button.is-active{
    width:18px;
    background:#fff;
  }
}


/* =========================================================
   Native sheet gesture pass
   - drag handle
   - swipe-to-close
   - momentum-style motion
   ========================================================= */
@media (max-width: 767.98px){
  .ps-mobile-quick-preview__sheet{
    will-change: transform;
    touch-action: pan-y;
  }

  .ps-mobile-quick-preview__handle{
    width: 100%;
    display:flex;
    align-items:center;
    justify-content:center;
    padding: 0 0 10px;
    cursor: grab;
  }

  .ps-mobile-quick-preview__handle span{
    display:block;
    width: 44px;
    height: 5px;
    border-radius: 999px;
    background: rgba(15,23,42,.16);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.55);
  }

  .ps-mobile-quick-preview.is-dragging .ps-mobile-quick-preview__sheet{
    transition: none !important;
  }

  .ps-mobile-quick-preview__sheet{
    transition: transform .26s cubic-bezier(.22, 1, .36, 1), opacity .22s ease;
  }

  .ps-mobile-quick-preview__backdrop{
    transition: opacity .22s ease;
  }

  .ps-mobile-quick-preview.is-dragging .ps-mobile-quick-preview__backdrop{
    transition: none !important;
  }
}


/* =========================================================
   Mobile shell gap cleanup
   - remove blank band above header
   - tighten footer ending space
   ========================================================= */
@media (max-width: 767.98px) {
  html, body {
    margin: 0 !important;
    padding: 0 !important;
  }

  body.mobile-ux-shell {
    padding-top: 0 !important;
    margin-top: 0 !important;
    background-position: top center;
  }

  body.mobile-ux-shell .ps-app-switcher-strip {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  body.mobile-ux-shell .premium-site-header,
  body.mobile-ux-shell #header {
    margin-top: 0 !important;
    top: 0 !important;
  }

  body.mobile-ux-shell .premium-site-header .u-header__section {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  body.mobile-ux-shell .premium-site-header .bg-primary-down-lg .container > .row {
    margin-top: 0 !important;
  }

  body.mobile-ux-shell #content {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  body.mobile-ux-shell .premium-site-footer {
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: calc(var(--ps-mobile-nav-height) + 14px + env(safe-area-inset-bottom)) !important;
  }

  body.mobile-ux-shell .premium-footer-shell {
    margin-bottom: 0 !important;
    padding-bottom: 6px !important;
  }

  body.mobile-ux-shell .premium-footer-bottom {
    margin-bottom: 0 !important;
    padding-bottom: 6px !important;
  }

  body.mobile-ux-shell footer,
  body.mobile-ux-shell .premium-site-footer footer {
    margin-bottom: 0 !important;
  }

  body.mobile-ux-shell .ps-mobile-bottom-nav {
    bottom: max(8px, env(safe-area-inset-bottom)) !important;
  }
}


/* =========================================================
   MOBILE PRODUCT DETAIL PAGE – PREMIUM SPACING PASS
   - tighter header → content
   - balanced content rhythm
   - clean footer ending
   ========================================================= */
@media (max-width: 767.98px){

  /* --- GLOBAL RESET FOR DETAIL PAGE --- */
  body.mobile-ux-shell main#content{
    margin-top: 0 !important;
    padding-top: 4px !important;
  }

  /* --- REMOVE LARGE TOP GAPS --- */
  body.mobile-ux-shell .single-product,
  body.mobile-ux-shell .product,
  body.mobile-ux-shell .ps-product{
    margin-top: 0 !important;
    padding-top: 6px !important;
  }

  /* --- PRODUCT IMAGE SECTION --- */
  body.mobile-ux-shell .product-gallery,
  body.mobile-ux-shell .woocommerce-product-gallery,
  body.mobile-ux-shell .ps-product__gallery{
    margin-bottom: 12px !important;
    padding: 0 6px !important;
  }

  /* --- TITLE + PRICE BLOCK --- */
  body.mobile-ux-shell .product_title,
  body.mobile-ux-shell .product-name,
  body.mobile-ux-shell h1{
    margin-top: 4px !important;
    margin-bottom: 6px !important;
    line-height: 1.25 !important;
  }

  body.mobile-ux-shell .price,
  body.mobile-ux-shell .product-price{
    margin-bottom: 10px !important;
  }

  /* --- META / BADGES --- */
  body.mobile-ux-shell .product_meta,
  body.mobile-ux-shell .ps-product__meta{
    margin-bottom: 10px !important;
  }

  /* --- ACTION BUTTONS --- */
  body.mobile-ux-shell .single_add_to_cart_button,
  body.mobile-ux-shell .btn-add-to-cart,
  body.mobile-ux-shell .ps-product__actions{
    margin-top: 10px !important;
    margin-bottom: 14px !important;
  }

  /* --- DESCRIPTION / TABS --- */
  body.mobile-ux-shell .woocommerce-tabs,
  body.mobile-ux-shell .product-tabs,
  body.mobile-ux-shell .ps-product__tabs{
    margin-top: 12px !important;
  }

  body.mobile-ux-shell .woocommerce-Tabs-panel,
  body.mobile-ux-shell .tab-pane{
    padding: 10px 0 !important;
  }

  /* --- RELATED PRODUCTS --- */
  body.mobile-ux-shell .related,
  body.mobile-ux-shell .upsells,
  body.mobile-ux-shell .ps-related-products{
    margin-top: 16px !important;
    padding-top: 6px !important;
  }

  /* --- GENERAL SECTION SPACING --- */
  body.mobile-ux-shell section{
    margin-bottom: 14px !important;
  }

  body.mobile-ux-shell .container,
  body.mobile-ux-shell .ol-premium-shell{
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  /* --- FOOTER BALANCE --- */
  body.mobile-ux-shell .premium-site-footer{
    margin-top: 16px !important;
    padding-top: 10px !important;
    padding-bottom: calc(var(--ps-mobile-nav-height) + 12px) !important;
  }

  body.mobile-ux-shell .premium-footer-shell{
    padding-top: 12px !important;
  }

}


/* =========================================================
   Sticky mobile add-to-cart bar
   ========================================================= */
@media (max-width: 767.98px){
  body.mobile-ux-shell{
    padding-bottom: calc(var(--ps-mobile-nav-height, 82px) + 92px + env(safe-area-inset-bottom)) !important;
  }

  body.mobile-ux-shell .ps-mobile-sticky-buybar{
    position: fixed;
    left: 50%;
    bottom: calc(var(--ps-mobile-nav-height, 82px) + 8px + env(safe-area-inset-bottom));
    transform: translateX(-50%);
    width: min(calc(100vw - 16px), 426px);
    z-index: 1042;
    pointer-events: none;
  }

  body.mobile-ux-shell .ps-mobile-sticky-buybar__inner{
    pointer-events: auto;
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.55fr);
    align-items: center;
    gap: 10px;
    padding: 10px 10px;
    border-radius: 24px;
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(255,255,255,.85);
    box-shadow: 0 18px 42px rgba(15,23,42,.16), inset 0 1px 0 rgba(255,255,255,.72);
    backdrop-filter: blur(16px) saturate(170%);
  }

  body.mobile-ux-shell .ps-mobile-sticky-buybar__meta{
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
  }

  body.mobile-ux-shell .ps-mobile-sticky-buybar__label{
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #64748b;
  }

  body.mobile-ux-shell .ps-mobile-sticky-buybar__price{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px;
    min-width: 0;
  }

  body.mobile-ux-shell .ps-mobile-sticky-buybar__price strong{
    font-size: 18px;
    line-height: 1.05;
    letter-spacing: -.02em;
    color: #0f172a;
  }

  body.mobile-ux-shell .ps-mobile-sticky-buybar__price span{
    font-size: 12px;
    color: #64748b;
    text-decoration: line-through;
  }

  body.mobile-ux-shell .ps-mobile-sticky-buybar__actions{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    min-width: 0;
  }

  body.mobile-ux-shell .ps-mobile-sticky-buybar__btn{
    min-height: 44px;
    border-radius: 14px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 10px !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    box-shadow: none !important;
    white-space: nowrap;
  }

  body.mobile-ux-shell .ps-mobile-sticky-buybar__btn i{
    font-size: 13px;
  }

  body.mobile-ux-shell .ps-mobile-sticky-buybar__btn--buy{
    background: linear-gradient(135deg,#0f172a,#2563eb) !important;
    border-color: transparent !important;
  }

  body.mobile-ux-shell .premium-site-footer{
    padding-bottom: calc(var(--ps-mobile-nav-height, 82px) + 102px + env(safe-area-inset-bottom)) !important;
  }
}

@media (max-width: 420px){
  body.mobile-ux-shell .ps-mobile-sticky-buybar{
    width: min(calc(100vw - 12px), 426px);
  }

  body.mobile-ux-shell .ps-mobile-sticky-buybar__inner{
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 10px;
  }

  body.mobile-ux-shell .ps-mobile-sticky-buybar__actions{
    grid-template-columns: 1fr 1fr;
  }

  body.mobile-ux-shell .ps-mobile-sticky-buybar__price strong{
    font-size: 17px;
  }
}


/* =========================================================
   Full sticky mobile product detail command bar
   ========================================================= */
@media (max-width: 767.98px){
  body.mobile-ux-shell{
    padding-bottom: calc(var(--ps-mobile-nav-height, 82px) + 120px + env(safe-area-inset-bottom)) !important;
  }

  body.mobile-ux-shell .ps-mobile-commandbar{
    bottom: calc(var(--ps-mobile-nav-height, 82px) + 8px + env(safe-area-inset-bottom));
  }

  body.mobile-ux-shell .ps-mobile-commandbar__inner{
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding: 10px !important;
    border-radius: 24px !important;
  }

  body.mobile-ux-shell .ps-mobile-commandbar__top{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:10px;
  }

  body.mobile-ux-shell .ps-mobile-commandbar__utility{
    display:flex;
    align-items:center;
    gap:8px;
    flex:0 0 auto;
  }

  body.mobile-ux-shell .ps-mobile-commandbar__iconbtn{
    width: 40px;
    height: 40px;
    border: 1px solid rgba(15,23,42,.08);
    border-radius: 14px;
    background: rgba(255,255,255,.88);
    color: #0f172a;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    box-shadow: 0 8px 18px rgba(15,23,42,.06);
    text-decoration:none;
  }

  body.mobile-ux-shell .ps-mobile-commandbar__iconbtn i{
    font-size: 15px;
  }

  body.mobile-ux-shell .ps-mobile-commandbar__bottom{
    display:grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.7fr);
    gap:10px;
    align-items:center;
  }

  body.mobile-ux-shell .ps-mobile-commandbar__qty{
    display:grid;
    grid-template-columns: 36px 1fr 36px;
    align-items:center;
    gap:6px;
    min-height:44px;
    padding:4px;
    border-radius:16px;
    background: rgba(248,250,252,.94);
    border:1px solid rgba(15,23,42,.06);
  }

  body.mobile-ux-shell .ps-mobile-commandbar__qtybtn{
    width:36px;
    height:36px;
    border:0;
    border-radius:12px;
    background:#fff;
    color:#0f172a;
    font-size:18px;
    font-weight:900;
    line-height:1;
    box-shadow:0 6px 14px rgba(15,23,42,.05);
  }

  body.mobile-ux-shell .ps-mobile-commandbar__qtyinput{
    width:100%;
    height:36px;
    border:0;
    background:transparent;
    text-align:center;
    font-size:14px;
    font-weight:900;
    color:#0f172a;
    appearance:textfield;
    -moz-appearance:textfield;
  }

  body.mobile-ux-shell .ps-mobile-commandbar__qtyinput::-webkit-outer-spin-button,
  body.mobile-ux-shell .ps-mobile-commandbar__qtyinput::-webkit-inner-spin-button{
    -webkit-appearance:none;
    margin:0;
  }

  body.mobile-ux-shell .ps-mobile-commandbar .ps-mobile-sticky-buybar__actions{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:8px;
  }

  body.mobile-ux-shell .ps-mobile-commandbar .ps-mobile-sticky-buybar__btn{
    min-height:44px !important;
  }

  body.mobile-ux-shell .premium-site-footer{
    padding-bottom: calc(var(--ps-mobile-nav-height, 82px) + 126px + env(safe-area-inset-bottom)) !important;
  }
}

@media (max-width: 420px){
  body.mobile-ux-shell .ps-mobile-commandbar__bottom{
    grid-template-columns: 1fr;
  }
}


/* =========================================================
   Mobile featured brands compact rail + footer trust accordion
   ========================================================= */
@media (max-width: 767.98px){
  body.mobile-ux-shell .ps-featured-brand-head{
    margin-bottom: 10px !important;
  }

  body.mobile-ux-shell .ps-featured-brand-head .ol-page-headline{
    font-size: 1.15rem !important;
    margin-bottom: 0 !important;
  }

  body.mobile-ux-shell .ps-featured-brand-row--compact{
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: minmax(132px, 148px) !important;
    gap: 10px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 2px 2px 8px !important;
    scroll-snap-type: x proximity !important;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  body.mobile-ux-shell .ps-featured-brand-row--compact::-webkit-scrollbar{
    display:none;
  }

  body.mobile-ux-shell .ps-featured-brand-row--compact .ps-brand-tile{
    min-height: 72px !important;
    padding: 10px 10px !important;
    border-radius: 18px !important;
    scroll-snap-align: start !important;
    display: grid !important;
    grid-template-columns: 42px 1fr !important;
    align-items: center !important;
    gap: 10px !important;
    box-shadow: 0 10px 22px rgba(15,23,42,.06) !important;
  }

  body.mobile-ux-shell .ps-featured-brand-row--compact .ps-brand-tile__logo{
    width: 42px !important;
    height: 42px !important;
    border-radius: 14px !important;
    font-size: 12px !important;
  }

  body.mobile-ux-shell .ps-featured-brand-row--compact .ps-brand-tile__meta strong{
    font-size: 13px !important;
    line-height: 1.15 !important;
  }

  body.mobile-ux-shell .ps-featured-brand-row--compact .ps-brand-tile__meta small{
    font-size: 11px !important;
    line-height: 1.1 !important;
    margin-top: 2px !important;
  }

  body.mobile-ux-shell .premium-trust-accordion{
    width: 100%;
    margin-top: 8px;
    border-radius: 18px;
    background: rgba(255,255,255,.58);
    border: 1px solid rgba(255,255,255,.42);
    overflow: hidden;
  }

  body.mobile-ux-shell .premium-trust-accordion__summary{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 14px;
    font-size: 13px;
    font-weight: 900;
    color: #0f172a;
    cursor: pointer;
  }

  body.mobile-ux-shell .premium-trust-accordion__summary::-webkit-details-marker{
    display: none;
  }

  body.mobile-ux-shell .premium-trust-accordion[open] .premium-trust-accordion__summary i{
    transform: rotate(180deg);
  }

  body.mobile-ux-shell .premium-trust-accordion__summary i{
    transition: transform .18s ease;
  }

  body.mobile-ux-shell .premium-payment-badges--accordion{
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    padding: 0 14px 14px !important;
  }

  body.mobile-ux-shell .premium-footer-bottom-inner{
    gap: 10px !important;
    align-items: stretch !important;
  }
}


/* =========================================================
   Premium mobile search/filter sheet + category drawer
   ========================================================= */
@media (max-width: 767.98px){
  body.mobile-ux-shell .ps-mobile-filter-launch{
    margin: 6px 0 10px !important;
  }

  body.mobile-ux-shell .ps-mobile-filter-launch__row{
    display:flex;
    align-items:center;
    gap:8px;
    overflow-x:auto;
    padding: 2px 2px 4px;
    scrollbar-width:none;
    -ms-overflow-style:none;
  }

  body.mobile-ux-shell .ps-mobile-filter-launch__row::-webkit-scrollbar{ display:none; }

  body.mobile-ux-shell .ps-mobile-filter-launch__btn,
  body.mobile-ux-shell .ps-mobile-filter-launch__chip{
    border:1px solid rgba(15,23,42,.08);
    background:rgba(255,255,255,.92);
    color:#0f172a;
    border-radius:16px;
    min-height:42px;
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 14px;
    box-shadow:0 10px 22px rgba(15,23,42,.06);
    white-space:nowrap;
    font-size:13px;
    font-weight:800;
  }

  body.mobile-ux-shell .ps-mobile-filter-launch__btn--search{
    min-width:182px;
    justify-content:flex-start;
    background:linear-gradient(180deg,#ffffff 0%, #f8fbff 100%);
  }

  body.mobile-ux-shell .ps-mobile-filter-sheet[hidden]{ display:none !important; }

  body.mobile-ux-shell .ps-mobile-filter-sheet{
    position:fixed;
    inset:0;
    z-index:1210;
    opacity:0;
    pointer-events:none;
    transition:opacity .2s ease;
  }

  body.mobile-ux-shell .ps-mobile-filter-sheet.is-open{
    opacity:1;
    pointer-events:auto;
  }

  body.mobile-ux-shell .ps-mobile-filter-sheet__backdrop{
    position:absolute;
    inset:0;
    background:rgba(2,6,23,.48);
    backdrop-filter:blur(4px);
  }

  body.mobile-ux-shell .ps-mobile-filter-sheet__panel{
    position:absolute;
    left:12px;
    right:12px;
    bottom:10px;
    max-height:84vh;
    overflow:auto;
    border-radius:28px 28px 20px 20px;
    background:rgba(255,255,255,.96);
    box-shadow:0 26px 60px rgba(15,23,42,.24);
    padding:12px 14px 16px;
    transform:translateY(18px) scale(.985);
    transform-origin:bottom center;
    transition:transform .24s ease;
  }

  body.mobile-ux-shell .ps-mobile-filter-sheet.is-open .ps-mobile-filter-sheet__panel{
    transform:translateY(0) scale(1);
  }

  body.mobile-ux-shell .ps-mobile-filter-sheet__handle{
    display:flex;
    justify-content:center;
    padding-bottom:8px;
  }

  body.mobile-ux-shell .ps-mobile-filter-sheet__handle span{
    display:block;
    width:44px;
    height:5px;
    border-radius:999px;
    background:rgba(15,23,42,.16);
  }

  body.mobile-ux-shell .ps-mobile-filter-sheet__head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:10px;
    margin-bottom:12px;
  }

  body.mobile-ux-shell .ps-mobile-filter-sheet__eyebrow{
    font-size:11px;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
    color:#64748b;
    margin-bottom:4px;
  }

  body.mobile-ux-shell .ps-mobile-filter-sheet__title{
    margin:0;
    font-size:1.08rem;
    font-weight:900;
    color:#0f172a;
  }

  body.mobile-ux-shell .ps-mobile-filter-sheet__close{
    width:34px;
    height:34px;
    border:0;
    border-radius:999px;
    background:#eff6ff;
    color:#1d4ed8;
    font-size:1.4rem;
    line-height:1;
  }

  body.mobile-ux-shell .ps-mobile-filter-sheet__search{
    display:grid;
    grid-template-columns:1fr auto;
    gap:10px;
    margin-bottom:14px;
  }

  body.mobile-ux-shell .ps-mobile-filter-sheet__searchbox{
    display:flex;
    align-items:center;
    gap:8px;
    min-height:46px;
    border-radius:16px;
    background:#f8fbff;
    border:1px solid rgba(15,23,42,.06);
    padding:0 12px;
  }

  body.mobile-ux-shell .ps-mobile-filter-sheet__searchbox i{
    color:#64748b;
    font-size:13px;
  }

  body.mobile-ux-shell .ps-mobile-filter-sheet__searchbox input{
    width:100%;
    border:0;
    background:transparent;
    outline:none;
    font-size:14px;
    color:#0f172a;
  }

  body.mobile-ux-shell .ps-mobile-filter-sheet__submit{
    min-width:88px;
    border:0;
    border-radius:16px;
    background:linear-gradient(135deg,#0f172a,#2563eb);
    color:#fff;
    font-size:13px;
    font-weight:900;
    padding:0 14px;
  }

  body.mobile-ux-shell .ps-mobile-filter-sheet__section{ margin-top:10px; }

  body.mobile-ux-shell .ps-mobile-filter-sheet__section-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    margin-bottom:8px;
  }

  body.mobile-ux-shell .ps-mobile-filter-sheet__section-title{
    font-size:12px;
    font-weight:900;
    color:#475569;
    text-transform:uppercase;
    letter-spacing:.06em;
  }

  body.mobile-ux-shell .ps-mobile-filter-sheet__section-note{
    font-size:11px;
    font-weight:800;
    color:#64748b;
  }

  body.mobile-ux-shell .ps-mobile-filter-sheet__chips{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
  }

  body.mobile-ux-shell .ps-mobile-filter-sheet__chip{
    min-height:34px;
    padding:8px 12px;
    border-radius:999px;
    border:1px solid rgba(15,23,42,.08);
    background:#fff;
    color:#0f172a;
    text-decoration:none;
    font-size:12px;
    font-weight:800;
    box-shadow:0 8px 18px rgba(15,23,42,.05);
  }

  body.mobile-ux-shell .ps-mobile-category-drawer__grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
  }

  body.mobile-ux-shell .ps-mobile-category-drawer__item{
    min-height:74px;
    display:grid;
    grid-template-columns:46px 1fr;
    gap:10px;
    align-items:center;
    padding:10px;
    border-radius:18px;
    border:1px solid rgba(15,23,42,.08);
    background:linear-gradient(180deg,#ffffff 0%, #f8fbff 100%);
    box-shadow:0 10px 22px rgba(15,23,42,.06);
    text-decoration:none;
    color:#0f172a;
  }

  body.mobile-ux-shell .ps-mobile-category-drawer__icon{
    width:46px;
    height:46px;
    border-radius:14px;
    background:linear-gradient(135deg, rgba(37,99,235,.12), rgba(56,189,248,.12));
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:#2563eb;
    overflow:hidden;
  }

  body.mobile-ux-shell .ps-mobile-category-drawer__icon img{
    width:100%;
    height:100%;
    object-fit:cover;
  }

  body.mobile-ux-shell .ps-mobile-category-drawer__icon i{
    font-size:16px;
  }

  body.mobile-ux-shell .ps-mobile-category-drawer__copy{
    min-width:0;
    display:flex;
    flex-direction:column;
    gap:2px;
  }

  body.mobile-ux-shell .ps-mobile-category-drawer__copy strong{
    font-size:13px;
    line-height:1.2;
    font-weight:900;
    color:#0f172a;
  }

  body.mobile-ux-shell .ps-mobile-category-drawer__copy small{
    font-size:11px;
    line-height:1.1;
    color:#64748b;
    font-weight:800;
  }

  body.mobile-ux-shell .ps-mobile-filter-sheet__actions{
    padding-top:12px;
  }

  body.mobile-ux-shell .ps-mobile-filter-sheet__reset{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:38px;
    padding:8px 14px;
    border-radius:14px;
    background:#eff6ff;
    color:#1d4ed8;
    font-size:12px;
    font-weight:900;
    text-decoration:none;
  }

  body.mobile-ux-shell.ps-filter-sheet-open{ overflow:hidden; }
}

@media (max-width:420px){
  body.mobile-ux-shell .ps-mobile-category-drawer__grid{
    grid-template-columns:1fr;
  }
}


/* =========================================================
   Native mobile sort sheet inside filter drawer
   ========================================================= */
@media (max-width: 767.98px){
  body.mobile-ux-shell .ps-mobile-sort-drawer__list{
    display:flex;
    flex-direction:column;
    gap:10px;
  }

  body.mobile-ux-shell .ps-mobile-sort-drawer__item{
    min-height:64px;
    display:grid;
    grid-template-columns:42px 1fr;
    gap:10px;
    align-items:center;
    padding:10px 12px;
    border-radius:18px;
    border:1px solid rgba(15,23,42,.08);
    background:linear-gradient(180deg,#ffffff 0%, #f8fbff 100%);
    box-shadow:0 10px 22px rgba(15,23,42,.06);
    text-decoration:none;
    color:#0f172a;
  }

  body.mobile-ux-shell .ps-mobile-sort-drawer__icon{
    width:42px;
    height:42px;
    border-radius:14px;
    background:linear-gradient(135deg, rgba(37,99,235,.12), rgba(56,189,248,.12));
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:#2563eb;
  }

  body.mobile-ux-shell .ps-mobile-sort-drawer__icon i{
    font-size:15px;
  }

  body.mobile-ux-shell .ps-mobile-sort-drawer__copy{
    min-width:0;
    display:flex;
    flex-direction:column;
    gap:2px;
  }

  body.mobile-ux-shell .ps-mobile-sort-drawer__copy strong{
    font-size:13px;
    line-height:1.2;
    font-weight:900;
    color:#0f172a;
  }

  body.mobile-ux-shell .ps-mobile-sort-drawer__copy small{
    font-size:11px;
    line-height:1.1;
    color:#64748b;
    font-weight:800;
  }
}


/* =========================================================
   Mobile active-filter pill bar
   ========================================================= */
@media (max-width: 767.98px){
  body.mobile-ux-shell .ps-mobile-active-filters{
    margin: 4px 0 10px !important;
  }

  body.mobile-ux-shell .ps-mobile-active-filters__row{
    display:flex;
    align-items:center;
    gap:8px;
    overflow-x:auto;
    padding: 2px 2px 4px;
    scrollbar-width:none;
    -ms-overflow-style:none;
  }

  body.mobile-ux-shell .ps-mobile-active-filters__row::-webkit-scrollbar{
    display:none;
  }

  body.mobile-ux-shell .ps-mobile-active-filters__pill{
    min-height:36px;
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 12px;
    border-radius:999px;
    border:1px solid rgba(37,99,235,.14);
    background:linear-gradient(180deg,#ffffff 0%, #f8fbff 100%);
    color:#0f172a;
    text-decoration:none;
    white-space:nowrap;
    font-size:12px;
    font-weight:800;
    box-shadow:0 8px 18px rgba(15,23,42,.05);
  }

  body.mobile-ux-shell .ps-mobile-active-filters__pill i{
    color:#2563eb;
    font-size:12px;
  }

  body.mobile-ux-shell .ps-mobile-active-filters__pill strong{
    color:#64748b;
    font-size:13px;
    line-height:1;
  }
}


/* =========================================================
   Mobile compare tray
   ========================================================= */
@media (max-width: 767.98px){
  body.mobile-ux-shell{
    padding-bottom: calc(var(--ps-mobile-nav-height, 82px) + 130px + env(safe-area-inset-bottom)) !important;
  }

  body.mobile-ux-shell .ps-mobile-compare-trigger{
    position:absolute;
    left:10px;
    bottom:10px;
    z-index:4;
    width:32px;
    height:32px;
    border:0;
    border-radius:999px;
    background:rgba(15,23,42,.82);
    color:#fff;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 10px 18px rgba(15,23,42,.18);
  }

  body.mobile-ux-shell .ps-mobile-compare-trigger.is-active{
    background:linear-gradient(135deg,#0f172a,#2563eb);
  }

  body.mobile-ux-shell .ps-mobile-compare-trigger i{
    font-size:12px;
  }

  body.mobile-ux-shell .ps-mobile-compare-tray[hidden]{display:none !important;}

  body.mobile-ux-shell .ps-mobile-compare-tray{
    position:fixed;
    left:50%;
    bottom:calc(var(--ps-mobile-nav-height, 82px) + 8px + env(safe-area-inset-bottom));
    transform:translateX(-50%);
    width:min(calc(100vw - 16px), 426px);
    z-index:1043;
  }

  body.mobile-ux-shell .ps-mobile-compare-tray__inner{
    padding:10px;
    border-radius:24px;
    background:rgba(255,255,255,.96);
    border:1px solid rgba(255,255,255,.85);
    box-shadow:0 18px 42px rgba(15,23,42,.16), inset 0 1px 0 rgba(255,255,255,.72);
    backdrop-filter:blur(16px) saturate(170%);
  }

  body.mobile-ux-shell .ps-mobile-compare-tray__head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:10px;
    margin-bottom:8px;
  }

  body.mobile-ux-shell .ps-mobile-compare-tray__eyebrow{
    font-size:10px;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
    color:#64748b;
  }

  body.mobile-ux-shell .ps-mobile-compare-tray__title{
    font-size:14px;
    font-weight:900;
    color:#0f172a;
  }

  body.mobile-ux-shell .ps-mobile-compare-tray__clear{
    border:0;
    background:#eff6ff;
    color:#1d4ed8;
    min-height:32px;
    padding:6px 10px;
    border-radius:12px;
    font-size:11px;
    font-weight:900;
  }

  body.mobile-ux-shell .ps-mobile-compare-tray__items{
    display:flex;
    gap:8px;
    overflow-x:auto;
    padding:2px 2px 6px;
    scrollbar-width:none;
    -ms-overflow-style:none;
  }

  body.mobile-ux-shell .ps-mobile-compare-tray__items::-webkit-scrollbar{display:none;}

  body.mobile-ux-shell .ps-mobile-compare-tray__item{
    min-width:104px;
    max-width:104px;
    padding:8px;
    border-radius:16px;
    background:linear-gradient(180deg,#ffffff 0%, #f8fbff 100%);
    border:1px solid rgba(15,23,42,.06);
    text-decoration:none;
    color:#0f172a;
    box-shadow:0 8px 18px rgba(15,23,42,.05);
  }

  body.mobile-ux-shell .ps-mobile-compare-tray__thumb{
    width:100%;
    height:62px;
    border-radius:12px;
    background:#f3f7fd;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    margin-bottom:6px;
  }

  body.mobile-ux-shell .ps-mobile-compare-tray__thumb img{
    width:100%;
    height:100%;
    object-fit:contain;
  }

  body.mobile-ux-shell .ps-mobile-compare-tray__name{
    font-size:11px;
    line-height:1.2;
    font-weight:800;
    color:#0f172a;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    min-height:27px;
  }

  body.mobile-ux-shell .ps-mobile-compare-tray__actions{
    padding-top:6px;
  }

  body.mobile-ux-shell .ps-mobile-compare-tray__btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:100%;
    min-height:40px;
    border-radius:14px;
    background:linear-gradient(135deg,#0f172a,#2563eb);
    color:#fff;
    text-decoration:none;
    font-size:12px;
    font-weight:900;
  }

  body.mobile-ux-shell .premium-site-footer{
    padding-bottom: calc(var(--ps-mobile-nav-height, 82px) + 126px + env(safe-area-inset-bottom)) !important;
  }
}


/* =========================================================
   Mobile recent viewed tray
   ========================================================= */
@media (max-width: 767.98px){
  body.mobile-ux-shell{
    padding-bottom: calc(var(--ps-mobile-nav-height, 82px) + 228px + env(safe-area-inset-bottom)) !important;
  }

  body.mobile-ux-shell .ps-mobile-recent-tray[hidden]{
    display:none !important;
  }

  body.mobile-ux-shell .ps-mobile-recent-tray{
    position:fixed;
    left:50%;
    bottom:calc(var(--ps-mobile-nav-height, 82px) + 96px + env(safe-area-inset-bottom));
    transform:translateX(-50%);
    width:min(calc(100vw - 16px), 426px);
    z-index:1041;
  }

  body.mobile-ux-shell .ps-mobile-recent-tray__inner{
    padding:10px;
    border-radius:22px;
    background:rgba(255,255,255,.96);
    border:1px solid rgba(255,255,255,.85);
    box-shadow:0 18px 42px rgba(15,23,42,.14), inset 0 1px 0 rgba(255,255,255,.72);
    backdrop-filter:blur(16px) saturate(170%);
  }

  body.mobile-ux-shell .ps-mobile-recent-tray__head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:10px;
    margin-bottom:8px;
  }

  body.mobile-ux-shell .ps-mobile-recent-tray__eyebrow{
    font-size:10px;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
    color:#64748b;
  }

  body.mobile-ux-shell .ps-mobile-recent-tray__title{
    font-size:14px;
    font-weight:900;
    color:#0f172a;
  }

  body.mobile-ux-shell .ps-mobile-recent-tray__clear{
    border:0;
    background:#eff6ff;
    color:#1d4ed8;
    min-height:32px;
    padding:6px 10px;
    border-radius:12px;
    font-size:11px;
    font-weight:900;
  }

  body.mobile-ux-shell .ps-mobile-recent-tray__items{
    display:flex;
    gap:8px;
    overflow-x:auto;
    padding:2px 2px 4px;
    scrollbar-width:none;
    -ms-overflow-style:none;
  }

  body.mobile-ux-shell .ps-mobile-recent-tray__items::-webkit-scrollbar{
    display:none;
  }

  body.mobile-ux-shell .ps-mobile-recent-tray__item{
    min-width:96px;
    max-width:96px;
    text-decoration:none;
    color:#0f172a;
    font-size:11px;
    font-weight:800;
  }

  body.mobile-ux-shell .ps-mobile-recent-tray__thumb{
    width:100%;
    height:60px;
    border-radius:12px;
    background:#f3f7fd;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    margin-bottom:6px;
    border:1px solid rgba(15,23,42,.05);
  }

  body.mobile-ux-shell .ps-mobile-recent-tray__thumb img{
    width:100%;
    height:100%;
    object-fit:contain;
  }

  body.mobile-ux-shell .ps-mobile-recent-tray__name{
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    line-height:1.2;
    min-height:26px;
  }

  body.mobile-ux-shell .premium-site-footer{
    padding-bottom: calc(var(--ps-mobile-nav-height, 82px) + 220px + env(safe-area-inset-bottom)) !important;
  }
}


/* =========================================================
   Compare route fix + compare sheet + saved-for-later tray
   ========================================================= */
@media (max-width: 767.98px){
  body.mobile-ux-shell{
    padding-bottom: calc(var(--ps-mobile-nav-height, 82px) + 340px + env(safe-area-inset-bottom)) !important;
  }

  body.mobile-ux-shell .ps-mobile-save-trigger{
    position:absolute;
    left:48px;
    bottom:10px;
    z-index:4;
    width:32px;
    height:32px;
    border:0;
    border-radius:999px;
    background:rgba(15,23,42,.82);
    color:#fff;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 10px 18px rgba(15,23,42,.18);
  }

  body.mobile-ux-shell .ps-mobile-save-trigger.is-active{
    background:linear-gradient(135deg,#0f172a,#0ea5e9);
  }

  body.mobile-ux-shell .ps-mobile-save-trigger i{font-size:12px;}

  body.mobile-ux-shell .ps-mobile-saved-tray[hidden],
  body.mobile-ux-shell .ps-mobile-compare-sheet[hidden]{
    display:none !important;
  }

  body.mobile-ux-shell .ps-mobile-saved-tray{
    position:fixed;
    left:50%;
    bottom:calc(var(--ps-mobile-nav-height, 82px) + 176px + env(safe-area-inset-bottom));
    transform:translateX(-50%);
    width:min(calc(100vw - 16px), 426px);
    z-index:1040;
  }

  body.mobile-ux-shell .ps-mobile-saved-tray__inner{
    padding:10px;
    border-radius:22px;
    background:rgba(255,255,255,.96);
    border:1px solid rgba(255,255,255,.85);
    box-shadow:0 18px 42px rgba(15,23,42,.14), inset 0 1px 0 rgba(255,255,255,.72);
    backdrop-filter:blur(16px) saturate(170%);
  }

  body.mobile-ux-shell .ps-mobile-saved-tray__head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:10px;
    margin-bottom:8px;
  }

  body.mobile-ux-shell .ps-mobile-saved-tray__eyebrow{
    font-size:10px;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
    color:#64748b;
  }

  body.mobile-ux-shell .ps-mobile-saved-tray__title{
    font-size:14px;
    font-weight:900;
    color:#0f172a;
  }

  body.mobile-ux-shell .ps-mobile-saved-tray__clear{
    border:0;
    background:#eff6ff;
    color:#1d4ed8;
    min-height:32px;
    padding:6px 10px;
    border-radius:12px;
    font-size:11px;
    font-weight:900;
  }

  body.mobile-ux-shell .ps-mobile-saved-tray__items{
    display:flex;
    gap:8px;
    overflow-x:auto;
    padding:2px 2px 4px;
    scrollbar-width:none;
    -ms-overflow-style:none;
  }

  body.mobile-ux-shell .ps-mobile-saved-tray__items::-webkit-scrollbar{display:none;}

  body.mobile-ux-shell .ps-mobile-saved-tray__item{
    min-width:96px;
    max-width:96px;
    text-decoration:none;
    color:#0f172a;
    font-size:11px;
    font-weight:800;
  }

  body.mobile-ux-shell .ps-mobile-saved-tray__thumb{
    width:100%;
    height:60px;
    border-radius:12px;
    background:#f3f7fd;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    margin-bottom:6px;
    border:1px solid rgba(15,23,42,.05);
  }

  body.mobile-ux-shell .ps-mobile-saved-tray__thumb img{
    width:100%;
    height:100%;
    object-fit:contain;
  }

  body.mobile-ux-shell .ps-mobile-saved-tray__name{
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    line-height:1.2;
    min-height:26px;
  }

  body.mobile-ux-shell .ps-mobile-compare-sheet{
    position:fixed;
    inset:0;
    z-index:1215;
    opacity:0;
    pointer-events:none;
    transition:opacity .2s ease;
  }

  body.mobile-ux-shell .ps-mobile-compare-sheet.is-open{
    opacity:1;
    pointer-events:auto;
  }

  body.mobile-ux-shell .ps-mobile-compare-sheet__backdrop{
    position:absolute;
    inset:0;
    background:rgba(2,6,23,.48);
    backdrop-filter:blur(4px);
  }

  body.mobile-ux-shell .ps-mobile-compare-sheet__panel{
    position:absolute;
    left:12px;
    right:12px;
    bottom:10px;
    max-height:84vh;
    overflow:auto;
    border-radius:28px 28px 20px 20px;
    background:rgba(255,255,255,.96);
    box-shadow:0 26px 60px rgba(15,23,42,.24);
    padding:12px 14px 16px;
    transform:translateY(18px) scale(.985);
    transform-origin:bottom center;
    transition:transform .24s ease;
  }

  body.mobile-ux-shell .ps-mobile-compare-sheet.is-open .ps-mobile-compare-sheet__panel{
    transform:translateY(0) scale(1);
  }

  body.mobile-ux-shell .ps-mobile-compare-sheet__handle{
    display:flex;
    justify-content:center;
    padding-bottom:8px;
  }

  body.mobile-ux-shell .ps-mobile-compare-sheet__handle span{
    display:block;
    width:44px;
    height:5px;
    border-radius:999px;
    background:rgba(15,23,42,.16);
  }

  body.mobile-ux-shell .ps-mobile-compare-sheet__head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:10px;
    margin-bottom:12px;
  }

  body.mobile-ux-shell .ps-mobile-compare-sheet__eyebrow{
    font-size:11px;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
    color:#64748b;
    margin-bottom:4px;
  }

  body.mobile-ux-shell .ps-mobile-compare-sheet__title{
    margin:0;
    font-size:1.08rem;
    font-weight:900;
    color:#0f172a;
  }

  body.mobile-ux-shell .ps-mobile-compare-sheet__close{
    width:34px;
    height:34px;
    border:0;
    border-radius:999px;
    background:#eff6ff;
    color:#1d4ed8;
    font-size:1.4rem;
    line-height:1;
  }

  body.mobile-ux-shell .ps-mobile-compare-sheet__list{
    display:grid;
    gap:10px;
  }

  body.mobile-ux-shell .ps-mobile-compare-sheet__item{
    display:grid;
    grid-template-columns:58px 1fr auto;
    gap:10px;
    align-items:center;
    padding:10px;
    border-radius:18px;
    border:1px solid rgba(15,23,42,.08);
    background:linear-gradient(180deg,#ffffff 0%, #f8fbff 100%);
    box-shadow:0 10px 22px rgba(15,23,42,.06);
  }

  body.mobile-ux-shell .ps-mobile-compare-sheet__thumb{
    width:58px;
    height:58px;
    border-radius:14px;
    background:#f3f7fd;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
  }

  body.mobile-ux-shell .ps-mobile-compare-sheet__thumb img{
    width:100%;
    height:100%;
    object-fit:contain;
  }

  body.mobile-ux-shell .ps-mobile-compare-sheet__name{
    font-size:12px;
    font-weight:900;
    color:#0f172a;
    line-height:1.2;
  }

  body.mobile-ux-shell .ps-mobile-compare-sheet__open{
    min-height:34px;
    padding:8px 12px;
    border-radius:12px;
    background:linear-gradient(135deg,#0f172a,#2563eb);
    color:#fff;
    text-decoration:none;
    font-size:11px;
    font-weight:900;
    display:inline-flex;
    align-items:center;
    justify-content:center;
  }

  body.mobile-ux-shell .premium-site-footer{
    padding-bottom: calc(var(--ps-mobile-nav-height, 82px) + 320px + env(safe-area-inset-bottom)) !important;
  }
}


/* =========================================================
   Mobile smart cart tray
   ========================================================= */
@media (max-width: 767.98px){
  body.mobile-ux-shell{
    padding-bottom: calc(var(--ps-mobile-nav-height, 82px) + 446px + env(safe-area-inset-bottom)) !important;
  }

  body.mobile-ux-shell .ps-mobile-smart-cart-tray[hidden]{
    display:none !important;
  }

  body.mobile-ux-shell .ps-mobile-smart-cart-tray{
    position:fixed;
    left:50%;
    bottom:calc(var(--ps-mobile-nav-height, 82px) + 258px + env(safe-area-inset-bottom));
    transform:translateX(-50%);
    width:min(calc(100vw - 16px), 426px);
    z-index:1039;
  }

  body.mobile-ux-shell .ps-mobile-smart-cart-tray__inner{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:center;
    gap:10px;
    padding:10px;
    border-radius:22px;
    background:rgba(255,255,255,.96);
    border:1px solid rgba(255,255,255,.85);
    box-shadow:0 18px 42px rgba(15,23,42,.14), inset 0 1px 0 rgba(255,255,255,.72);
    backdrop-filter:blur(16px) saturate(170%);
  }

  body.mobile-ux-shell .ps-mobile-smart-cart-tray__eyebrow{
    font-size:10px;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
    color:#64748b;
  }

  body.mobile-ux-shell .ps-mobile-smart-cart-tray__title{
    font-size:14px;
    font-weight:900;
    color:#0f172a;
    line-height:1.2;
  }

  body.mobile-ux-shell .ps-mobile-smart-cart-tray__title strong{
    color:#2563eb;
  }

  body.mobile-ux-shell .ps-mobile-smart-cart-tray__actions{
    display:flex;
    align-items:center;
    gap:8px;
  }

  body.mobile-ux-shell .ps-mobile-smart-cart-tray__btn{
    min-height:38px;
    padding:8px 12px;
    border-radius:14px;
    text-decoration:none;
    font-size:12px;
    font-weight:900;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    white-space:nowrap;
  }

  body.mobile-ux-shell .ps-mobile-smart-cart-tray__btn--view{
    background:#eff6ff;
    color:#1d4ed8;
  }

  body.mobile-ux-shell .ps-mobile-smart-cart-tray__btn--checkout{
    background:linear-gradient(135deg,#0f172a,#2563eb);
    color:#fff;
  }

  body.mobile-ux-shell .premium-site-footer{
    padding-bottom: calc(var(--ps-mobile-nav-height, 82px) + 426px + env(safe-area-inset-bottom)) !important;
  }
}

@media (max-width: 420px){
  body.mobile-ux-shell .ps-mobile-smart-cart-tray__inner{
    grid-template-columns:1fr;
  }

  body.mobile-ux-shell .ps-mobile-smart-cart-tray__actions{
    width:100%;
    display:grid;
    grid-template-columns:1fr 1fr;
  }
}


/* =========================================================
   Mobile checkout success drawer
   ========================================================= */
@media (max-width: 767.98px){
  body.mobile-ux-shell .ps-mobile-checkout-success[hidden]{
    display:none !important;
  }

  body.mobile-ux-shell .ps-mobile-checkout-success{
    position:fixed;
    inset:0;
    z-index:1220;
    opacity:0;
    pointer-events:none;
    transition:opacity .2s ease;
  }

  body.mobile-ux-shell .ps-mobile-checkout-success.is-open{
    opacity:1;
    pointer-events:auto;
  }

  body.mobile-ux-shell .ps-mobile-checkout-success__backdrop{
    position:absolute;
    inset:0;
    background:rgba(2,6,23,.48);
    backdrop-filter:blur(4px);
  }

  body.mobile-ux-shell .ps-mobile-checkout-success__panel{
    position:absolute;
    left:12px;
    right:12px;
    bottom:10px;
    border-radius:28px 28px 20px 20px;
    background:rgba(255,255,255,.98);
    box-shadow:0 26px 60px rgba(15,23,42,.24);
    padding:14px 14px 16px;
    transform:translateY(18px) scale(.985);
    transform-origin:bottom center;
    transition:transform .24s ease;
    text-align:center;
  }

  body.mobile-ux-shell .ps-mobile-checkout-success.is-open .ps-mobile-checkout-success__panel{
    transform:translateY(0) scale(1);
  }

  body.mobile-ux-shell .ps-mobile-checkout-success__handle{
    display:flex;
    justify-content:center;
    padding-bottom:8px;
  }

  body.mobile-ux-shell .ps-mobile-checkout-success__handle span{
    display:block;
    width:44px;
    height:5px;
    border-radius:999px;
    background:rgba(15,23,42,.16);
  }

  body.mobile-ux-shell .ps-mobile-checkout-success__icon{
    width:58px;
    height:58px;
    border-radius:999px;
    margin:4px auto 10px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    background:linear-gradient(135deg,#16a34a,#22c55e);
    box-shadow:0 16px 30px rgba(34,197,94,.25);
  }

  body.mobile-ux-shell .ps-mobile-checkout-success__icon i{
    font-size:22px;
  }

  body.mobile-ux-shell .ps-mobile-checkout-success__eyebrow{
    font-size:11px;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
    color:#16a34a;
    margin-bottom:4px;
  }

  body.mobile-ux-shell .ps-mobile-checkout-success__title{
    font-size:1.1rem;
    font-weight:900;
    color:#0f172a;
    line-height:1.25;
    margin-bottom:8px;
  }

  body.mobile-ux-shell .ps-mobile-checkout-success__meta{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    font-size:13px;
    font-weight:800;
    color:#475569;
    margin-bottom:14px;
  }

  body.mobile-ux-shell .ps-mobile-checkout-success__meta strong{
    color:#2563eb;
    font-size:14px;
  }

  body.mobile-ux-shell .ps-mobile-checkout-success__actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
  }

  body.mobile-ux-shell .ps-mobile-checkout-success__btn{
    min-height:42px;
    border-radius:14px;
    border:0;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:12px;
    font-weight:900;
    padding:8px 12px;
  }

  body.mobile-ux-shell .ps-mobile-checkout-success__btn--ghost{
    background:#eff6ff;
    color:#1d4ed8;
  }

  body.mobile-ux-shell .ps-mobile-checkout-success__btn--cart{
    background:#0f172a;
    color:#fff;
  }

  body.mobile-ux-shell .ps-mobile-checkout-success__btn--checkout{
    grid-column:1 / -1;
    background:linear-gradient(135deg,#0f172a,#2563eb);
    color:#fff;
  }
}


/* =========================================================
   Mobile mini checkout drawer
   ========================================================= */
@media (max-width: 767.98px){
  body.mobile-ux-shell .ps-mobile-mini-checkout[hidden]{
    display:none !important;
  }

  body.mobile-ux-shell .ps-mobile-mini-checkout{
    position:fixed;
    inset:0;
    z-index:1222;
    opacity:0;
    pointer-events:none;
    transition:opacity .2s ease;
  }

  body.mobile-ux-shell .ps-mobile-mini-checkout.is-open{
    opacity:1;
    pointer-events:auto;
  }

  body.mobile-ux-shell .ps-mobile-mini-checkout__backdrop{
    position:absolute;
    inset:0;
    background:rgba(2,6,23,.52);
    backdrop-filter:blur(4px);
  }

  body.mobile-ux-shell .ps-mobile-mini-checkout__panel{
    position:absolute;
    left:12px;
    right:12px;
    bottom:10px;
    border-radius:28px 28px 20px 20px;
    background:rgba(255,255,255,.98);
    box-shadow:0 26px 60px rgba(15,23,42,.24);
    padding:14px 14px 16px;
    transform:translateY(18px) scale(.985);
    transform-origin:bottom center;
    transition:transform .24s ease;
  }

  body.mobile-ux-shell .ps-mobile-mini-checkout.is-open .ps-mobile-mini-checkout__panel{
    transform:translateY(0) scale(1);
  }

  body.mobile-ux-shell .ps-mobile-mini-checkout__handle{
    display:flex;
    justify-content:center;
    padding-bottom:8px;
  }

  body.mobile-ux-shell .ps-mobile-mini-checkout__handle span{
    display:block;
    width:44px;
    height:5px;
    border-radius:999px;
    background:rgba(15,23,42,.16);
  }

  body.mobile-ux-shell .ps-mobile-mini-checkout__head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:10px;
    margin-bottom:10px;
  }

  body.mobile-ux-shell .ps-mobile-mini-checkout__eyebrow{
    font-size:11px;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
    color:#64748b;
    margin-bottom:4px;
  }

  body.mobile-ux-shell .ps-mobile-mini-checkout__title{
    font-size:1.05rem;
    font-weight:900;
    color:#0f172a;
    line-height:1.25;
  }

  body.mobile-ux-shell .ps-mobile-mini-checkout__close{
    width:34px;
    height:34px;
    border:0;
    border-radius:999px;
    background:#eff6ff;
    color:#1d4ed8;
    font-size:1.4rem;
    line-height:1;
  }

  body.mobile-ux-shell .ps-mobile-mini-checkout__price{
    font-size:1.4rem;
    font-weight:900;
    color:#0f172a;
    margin-bottom:12px;
  }

  body.mobile-ux-shell .ps-mobile-mini-checkout__qty{
    display:grid;
    grid-template-columns:44px 1fr 44px;
    gap:8px;
    align-items:center;
    margin-bottom:12px;
  }

  body.mobile-ux-shell .ps-mobile-mini-checkout__qtybtn{
    width:44px;
    height:44px;
    border:0;
    border-radius:14px;
    background:#eff6ff;
    color:#1d4ed8;
    font-size:22px;
    font-weight:900;
    line-height:1;
  }

  body.mobile-ux-shell .ps-mobile-mini-checkout__qtyinput{
    width:100%;
    height:44px;
    border:1px solid rgba(15,23,42,.08);
    border-radius:14px;
    background:#fff;
    text-align:center;
    font-size:15px;
    font-weight:900;
    color:#0f172a;
    appearance:textfield;
    -moz-appearance:textfield;
  }

  body.mobile-ux-shell .ps-mobile-mini-checkout__qtyinput::-webkit-outer-spin-button,
  body.mobile-ux-shell .ps-mobile-mini-checkout__qtyinput::-webkit-inner-spin-button{
    -webkit-appearance:none;
    margin:0;
  }

  body.mobile-ux-shell .ps-mobile-mini-checkout__choices{
    display:grid;
    gap:8px;
    margin-bottom:12px;
  }

  body.mobile-ux-shell .ps-mobile-mini-checkout__choice{
    min-height:46px;
    border:1px solid rgba(15,23,42,.08);
    border-radius:16px;
    background:#fff;
    color:#0f172a;
    display:flex;
    align-items:center;
    gap:10px;
    padding:10px 12px;
    font-size:13px;
    font-weight:800;
    text-align:left;
  }

  body.mobile-ux-shell .ps-mobile-mini-checkout__choice i{
    color:#2563eb;
    font-size:15px;
  }

  body.mobile-ux-shell .ps-mobile-mini-checkout__choice.is-active{
    background:linear-gradient(180deg,#eff6ff 0%, #dbeafe 100%);
    border-color:rgba(37,99,235,.22);
  }

  body.mobile-ux-shell .ps-mobile-mini-checkout__summary{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    margin-bottom:14px;
    padding:10px 12px;
    border-radius:16px;
    background:#f8fbff;
    color:#475569;
    font-size:13px;
    font-weight:800;
  }

  body.mobile-ux-shell .ps-mobile-mini-checkout__summary strong{
    color:#0f172a;
    font-size:1rem;
  }

  body.mobile-ux-shell .ps-mobile-mini-checkout__actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
  }

  body.mobile-ux-shell .ps-mobile-mini-checkout__btn{
    min-height:42px;
    border-radius:14px;
    border:0;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:12px;
    font-weight:900;
    padding:8px 12px;
  }

  body.mobile-ux-shell .ps-mobile-mini-checkout__btn--ghost{
    background:#eff6ff;
    color:#1d4ed8;
  }

  body.mobile-ux-shell .ps-mobile-mini-checkout__btn--primary{
    background:linear-gradient(135deg,#0f172a,#2563eb);
    color:#fff;
  }
}


/* =========================================================
   Mobile real-time order tracking drawer
   ========================================================= */
@media (max-width: 767.98px){
  body.mobile-ux-shell .ps-mobile-order-tracking[hidden]{
    display:none !important;
  }

  body.mobile-ux-shell .ps-mobile-order-tracking{
    position:fixed;
    inset:0;
    z-index:1224;
    opacity:0;
    pointer-events:none;
    transition:opacity .2s ease;
  }

  body.mobile-ux-shell .ps-mobile-order-tracking.is-open{
    opacity:1;
    pointer-events:auto;
  }

  body.mobile-ux-shell .ps-mobile-order-tracking__backdrop{
    position:absolute;
    inset:0;
    background:rgba(2,6,23,.52);
    backdrop-filter:blur(4px);
  }

  body.mobile-ux-shell .ps-mobile-order-tracking__panel{
    position:absolute;
    left:12px;
    right:12px;
    bottom:10px;
    max-height:84vh;
    overflow:auto;
    border-radius:28px 28px 20px 20px;
    background:rgba(255,255,255,.98);
    box-shadow:0 26px 60px rgba(15,23,42,.24);
    padding:14px 14px 16px;
    transform:translateY(18px) scale(.985);
    transform-origin:bottom center;
    transition:transform .24s ease;
  }

  body.mobile-ux-shell .ps-mobile-order-tracking.is-open .ps-mobile-order-tracking__panel{
    transform:translateY(0) scale(1);
  }

  body.mobile-ux-shell .ps-mobile-order-tracking__handle{
    display:flex;
    justify-content:center;
    padding-bottom:8px;
  }

  body.mobile-ux-shell .ps-mobile-order-tracking__handle span{
    display:block;
    width:44px;
    height:5px;
    border-radius:999px;
    background:rgba(15,23,42,.16);
  }

  body.mobile-ux-shell .ps-mobile-order-tracking__head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:10px;
    margin-bottom:12px;
  }

  body.mobile-ux-shell .ps-mobile-order-tracking__eyebrow{
    font-size:11px;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
    color:#64748b;
    margin-bottom:4px;
  }

  body.mobile-ux-shell .ps-mobile-order-tracking__title{
    font-size:1.05rem;
    font-weight:900;
    color:#0f172a;
    line-height:1.25;
  }

  body.mobile-ux-shell .ps-mobile-order-tracking__close{
    width:34px;
    height:34px;
    border:0;
    border-radius:999px;
    background:#eff6ff;
    color:#1d4ed8;
    font-size:1.4rem;
    line-height:1;
  }

  body.mobile-ux-shell .ps-mobile-order-tracking__hero{
    padding:12px;
    border-radius:18px;
    background:linear-gradient(135deg,#eff6ff,#f8fbff);
    margin-bottom:12px;
  }

  body.mobile-ux-shell .ps-mobile-order-tracking__status{
    font-size:1rem;
    font-weight:900;
    color:#0f172a;
    margin-bottom:4px;
  }

  body.mobile-ux-shell .ps-mobile-order-tracking__meta{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    align-items:center;
    font-size:12px;
    font-weight:800;
    color:#64748b;
  }

  body.mobile-ux-shell .ps-mobile-order-tracking__meta strong{
    color:#2563eb;
  }

  body.mobile-ux-shell .ps-mobile-order-tracking__progress{
    margin-bottom:12px;
  }

  body.mobile-ux-shell .ps-mobile-order-tracking__bar{
    width:100%;
    height:10px;
    border-radius:999px;
    background:#e2e8f0;
    overflow:hidden;
  }

  body.mobile-ux-shell .ps-mobile-order-tracking__bar-fill{
    height:100%;
    width:25%;
    border-radius:999px;
    background:linear-gradient(135deg,#0f172a,#2563eb);
    transition:width .22s ease;
  }

  body.mobile-ux-shell .ps-mobile-order-tracking__timeline{
    display:grid;
    gap:10px;
    margin-bottom:14px;
  }

  body.mobile-ux-shell .ps-mobile-order-tracking__step{
    display:grid;
    grid-template-columns:42px 1fr;
    gap:10px;
    align-items:flex-start;
    padding:10px;
    border-radius:18px;
    background:#fff;
    border:1px solid rgba(15,23,42,.06);
  }

  body.mobile-ux-shell .ps-mobile-order-tracking__step.is-active,
  body.mobile-ux-shell .ps-mobile-order-tracking__step.is-complete{
    background:linear-gradient(180deg,#ffffff 0%, #f8fbff 100%);
    border-color:rgba(37,99,235,.18);
    box-shadow:0 10px 22px rgba(15,23,42,.05);
  }

  body.mobile-ux-shell .ps-mobile-order-tracking__step-icon{
    width:42px;
    height:42px;
    border-radius:14px;
    background:#eff6ff;
    color:#2563eb;
    display:flex;
    align-items:center;
    justify-content:center;
  }

  body.mobile-ux-shell .ps-mobile-order-tracking__step.is-complete .ps-mobile-order-tracking__step-icon{
    background:linear-gradient(135deg,#16a34a,#22c55e);
    color:#fff;
  }

  body.mobile-ux-shell .ps-mobile-order-tracking__step-copy strong{
    display:block;
    font-size:13px;
    line-height:1.2;
    font-weight:900;
    color:#0f172a;
    margin-bottom:2px;
  }

  body.mobile-ux-shell .ps-mobile-order-tracking__step-copy small{
    display:block;
    font-size:11px;
    line-height:1.2;
    color:#64748b;
    font-weight:700;
  }

  body.mobile-ux-shell .ps-mobile-order-tracking__actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
  }

  body.mobile-ux-shell .ps-mobile-order-tracking__btn{
    min-height:42px;
    border-radius:14px;
    border:0;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:12px;
    font-weight:900;
    padding:8px 12px;
  }

  body.mobile-ux-shell .ps-mobile-order-tracking__btn--ghost{
    background:#eff6ff;
    color:#1d4ed8;
  }

  body.mobile-ux-shell .ps-mobile-order-tracking__btn--primary{
    background:linear-gradient(135deg,#0f172a,#2563eb);
    color:#fff;
  }
}


@media (max-width: 767.98px) {
  body.mobile-ux-shell .ps-premium-strip__grid--scroll {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    grid-template-columns: none;
  }

  body.mobile-ux-shell .ps-premium-strip__grid--scroll::-webkit-scrollbar {
    display: none;
  }

  body.mobile-ux-shell .ps-premium-strip__grid--scroll .ps-premium-strip__item {
    flex: 0 0 auto;
    width: auto;
    min-width: max-content;
    padding: 14px 16px;
    border-radius: 18px;
    scroll-snap-align: start;
  }

  body.mobile-ux-shell .ps-premium-strip__grid--scroll .ps-premium-strip__item > div {
    display: flex;
    align-items: center;
  }

  body.mobile-ux-shell .ps-premium-strip__grid--scroll .ps-premium-strip__item strong {
    margin-bottom: 0;
    white-space: nowrap;
    font-size: .92rem;
    line-height: 1;
  }

  body.mobile-ux-shell .ps-premium-strip__grid--scroll .ps-premium-strip__item small {
    display: none;
  }

  body.mobile-ux-shell .ps-premium-strip__grid--scroll .ps-premium-strip__icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    flex: 0 0 40px;
  }
}


/* =========================================================
   FULL APP SHELL MODE – STRUCTURE / FOOTER / BOTTOM NAV FIX
   ========================================================= */
html,
body {
  min-height: 100%;
}

body.mobile-ux-shell {
  min-height: 100svh;
}

body.mobile-ux-shell .ps-app-shell {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}

body.mobile-ux-shell .premium-site-footer {
  margin-top: auto !important;
  position: relative !important;
  transform: none !important;
}

@media (max-width: 767.98px) {
  body.mobile-ux-shell {
    padding-bottom: calc(var(--ps-mobile-nav-height) + 18px + env(safe-area-inset-bottom)) !important;
  }

  body.mobile-ux-shell .ps-app-shell {
    width: min(100%, 430px);
    margin-left: auto;
    margin-right: auto;
  }

  body.mobile-ux-shell .premium-site-header,
  body.mobile-ux-shell .ps-app-switcher-strip,
  body.mobile-ux-shell #content,
  body.mobile-ux-shell .premium-site-footer {
    width: 100%;
    max-width: 100%;
  }

  body.mobile-ux-shell #content {
    flex: 1 1 auto;
    min-height: 0;
  }

  body.mobile-ux-shell .premium-site-footer {
    padding-top: 0 !important;
    padding-bottom: calc(var(--ps-mobile-nav-height) + 18px + env(safe-area-inset-bottom)) !important;
  }

  body.mobile-ux-shell .premium-footer-main {
    padding-top: 12px !important;
  }

  body.mobile-ux-shell .premium-footer-shell {
    padding: 14px 12px 8px !important;
    border-radius: 22px 22px 0 0 !important;
    margin-bottom: 0 !important;
  }

  body.mobile-ux-shell .premium-footer-main .row > [class*="col-"] {
    margin-bottom: 10px !important;
  }

  body.mobile-ux-shell .premium-footer-copy {
    margin-bottom: 10px !important;
  }

  body.mobile-ux-shell .premium-footer-contact-card,
  body.mobile-ux-shell .premium-footer-app-card {
    padding: 14px !important;
    border-radius: 16px !important;
  }

  body.mobile-ux-shell .premium-footer-socials {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
  }

  body.mobile-ux-shell .premium-footer-accordion-item {
    margin-top: 8px !important;
  }

  body.mobile-ux-shell .premium-footer-accordion-toggle {
    padding: 12px 14px !important;
    border-radius: 16px !important;
  }

  body.mobile-ux-shell .premium-footer-accordion-panel.is-open {
    padding-top: 8px !important;
  }

  body.mobile-ux-shell .premium-footer-links {
    padding: 2px 6px 0 !important;
  }

  body.mobile-ux-shell .premium-footer-bottom {
    margin-top: 0 !important;
    padding: 10px 0 calc(var(--ps-mobile-nav-height) + 12px + env(safe-area-inset-bottom)) !important;
  }

  body.mobile-ux-shell .premium-footer-bottom-inner {
    gap: 8px !important;
  }

  body.mobile-ux-shell .premium-trust-accordion {
    margin-top: 4px !important;
    border-radius: 16px !important;
  }

  body.mobile-ux-shell .premium-trust-accordion__summary {
    padding: 10px 12px !important;
  }

  body.mobile-ux-shell .premium-payment-badges--accordion {
    gap: 8px !important;
    padding: 0 12px 12px !important;
  }

  body.mobile-ux-shell .ps-mobile-bottom-nav {
    left: max(10px, calc((100vw - min(100vw, 430px)) / 2 + 10px)) !important;
    right: max(10px, calc((100vw - min(100vw, 430px)) / 2 + 10px)) !important;
    width: auto !important;
    transform: none !important;
    bottom: max(8px, env(safe-area-inset-bottom)) !important;
    height: 74px !important;
    padding: 8px 8px calc(8px + env(safe-area-inset-bottom)) !important;
    border-radius: 22px !important;
  }

  body.mobile-ux-shell .ps-mobile-bottom-nav__item {
    gap: 4px !important;
  }

  body.mobile-ux-shell .ps-mobile-bottom-nav__icon {
    width: 38px !important;
    height: 38px !important;
    border-radius: 12px !important;
  }

  body.mobile-ux-shell .ps-mobile-bottom-nav__item--cta .ps-mobile-bottom-nav__icon {
    width: 50px !important;
    height: 50px !important;
    transform: translateY(-10px) !important;
  }

  body.mobile-ux-shell .ps-mobile-bottom-nav__label {
    font-size: 10px !important;
  }

  body.mobile-ux-shell .ps-mobile-quick-search {
    right: max(14px, calc((100vw - min(100vw, 430px)) / 2 + 14px)) !important;
    bottom: calc(var(--ps-mobile-nav-height) + 16px + env(safe-area-inset-bottom)) !important;
  }
}



/* ===== NATIVE APP BOTTOM NAV VISUAL PASS ===== */
@media (max-width: 1199.98px) {
  :root {
    --ps-mobile-nav-height: 82px;
  }

  body.mobile-ux-shell {
    padding-bottom: calc(var(--ps-mobile-nav-height) + 28px + env(safe-area-inset-bottom)) !important;
  }

  .premium-site-footer {
    padding-bottom: calc(var(--ps-mobile-nav-height) + 28px + env(safe-area-inset-bottom)) !important;
  }

  .ps-mobile-bottom-nav {
    left: 12px;
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    height: var(--ps-mobile-nav-height);
    padding: 10px 12px 12px;
    border-radius: 28px;
    background:
      linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(246,249,255,.94) 100%);
    border: 1px solid rgba(86, 111, 168, 0.14);
    box-shadow:
      0 10px 30px rgba(15, 23, 42, 0.10),
      0 24px 60px rgba(15, 23, 42, 0.12),
      inset 0 1px 0 rgba(255,255,255,.85);
    overflow: visible;
    isolation: isolate;
  }

  .ps-mobile-bottom-nav::before {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    top: 8px;
    height: 1px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.9), rgba(255,255,255,0));
    pointer-events: none;
  }

  .ps-mobile-bottom-nav::after {
    content: "";
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: -8px;
    height: 24px;
    border-radius: 999px;
    background: radial-gradient(ellipse at center, rgba(37,99,235,.16) 0%, rgba(37,99,235,0) 72%);
    filter: blur(8px);
    z-index: -1;
    pointer-events: none;
  }

  .ps-mobile-bottom-nav__item {
    position: relative;
    gap: 5px;
    color: #64748b;
    transition: transform .18s ease, color .18s ease, opacity .18s ease;
    opacity: .96;
  }

  .ps-mobile-bottom-nav__item:hover,
  .ps-mobile-bottom-nav__item:focus {
    color: #1d4ed8;
    text-decoration: none;
    transform: translateY(-1px);
  }

  .ps-mobile-bottom-nav__item.is-active {
    color: #0f4fd6;
  }

  .ps-mobile-bottom-nav__icon {
    width: 42px;
    height: 42px;
    border-radius: 16px;
    transition: transform .18s ease, background .18s ease, box-shadow .18s ease, color .18s ease;
  }

  .ps-mobile-bottom-nav__item:not(.ps-mobile-bottom-nav__item--cta) .ps-mobile-bottom-nav__icon {
    background: linear-gradient(180deg, rgba(239,244,255,.78), rgba(255,255,255,.35));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.65);
  }

  .ps-mobile-bottom-nav__item.is-active .ps-mobile-bottom-nav__icon {
    background: linear-gradient(180deg, rgba(37,99,235,.18), rgba(37,99,235,.08));
    box-shadow:
      inset 0 0 0 1px rgba(37,99,235,.10),
      0 10px 22px rgba(37,99,235,.10);
    transform: translateY(-3px) scale(1.02);
  }

  .ps-mobile-bottom-nav__item--cta .ps-mobile-bottom-nav__icon {
    width: 58px;
    height: 58px;
    border-radius: 20px;
    background: linear-gradient(180deg, #1f6fff 0%, #0b57d0 100%);
    box-shadow:
      0 18px 28px rgba(11,87,208,.30),
      0 0 0 6px rgba(255,255,255,.76);
    transform: translateY(-16px);
  }

  .ps-mobile-bottom-nav__item--cta.is-active .ps-mobile-bottom-nav__icon {
    transform: translateY(-18px) scale(1.03);
    box-shadow:
      0 20px 30px rgba(11,87,208,.34),
      0 0 0 6px rgba(255,255,255,.82);
  }

  .ps-mobile-bottom-nav__item--cta .ps-mobile-bottom-nav__label {
    margin-top: -8px;
  }

  .ps-mobile-bottom-nav__badge {
    top: -3px;
    right: -2px;
    min-width: 19px;
    height: 19px;
    padding: 0 6px;
    border: 2px solid rgba(255,255,255,.96);
    box-shadow: 0 10px 18px rgba(239,68,68,.22);
  }

  .ps-mobile-bottom-nav__label {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .01em;
  }

  .ps-mobile-quick-search {
    right: 16px;
    bottom: calc(var(--ps-mobile-nav-height) + 28px + env(safe-area-inset-bottom));
    width: 56px;
    height: 56px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffffff 0%, #eef4ff 100%);
    box-shadow:
      0 16px 34px rgba(15,23,42,.16),
      inset 0 1px 0 rgba(255,255,255,.86);
  }

  .ps-mobile-quick-search:hover,
  .ps-mobile-quick-search:focus {
    transform: translateY(-1px);
  }
}

@media (max-width: 575.98px) {
  .ps-mobile-bottom-nav {
    left: 10px;
    right: 10px;
    border-radius: 26px;
  }

  .ps-mobile-bottom-nav__icon {
    width: 40px;
    height: 40px;
  }

  .ps-mobile-bottom-nav__item--cta .ps-mobile-bottom-nav__icon {
    width: 56px;
    height: 56px;
    transform: translateY(-15px);
  }
}



/* ===== ULTRA COMPACT NATIVE NAV PASS ===== */
@media (max-width: 1199.98px){
  :root{
    --ps-mobile-nav-height: 72px;
  }

  body.mobile-ux-shell{
    padding-bottom: calc(var(--ps-mobile-nav-height) + 22px + env(safe-area-inset-bottom)) !important;
  }

  .premium-site-footer{
    padding-bottom: calc(var(--ps-mobile-nav-height) + 22px + env(safe-area-inset-bottom)) !important;
  }

  .ps-mobile-bottom-nav{
    left: 8px;
    right: 8px;
    bottom: max(8px, env(safe-area-inset-bottom));
    height: var(--ps-mobile-nav-height);
    padding: 7px 8px 9px;
    border-radius: 22px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    box-shadow:
      0 8px 22px rgba(15,23,42,.10),
      0 18px 40px rgba(15,23,42,.10),
      inset 0 1px 0 rgba(255,255,255,.82);
  }

  .ps-mobile-bottom-nav::before{
    left: 14px;
    right: 14px;
    top: 7px;
  }

  .ps-mobile-bottom-nav__item{
    gap: 4px;
    font-size: 9px;
  }

  .ps-mobile-bottom-nav__icon{
    width: 36px;
    height: 36px;
    border-radius: 13px;
    font-size: 16px;
  }

  .ps-mobile-bottom-nav__item.is-active .ps-mobile-bottom-nav__icon{
    transform: translateY(-2px) scale(1.01);
  }

  .ps-mobile-bottom-nav__item--cta .ps-mobile-bottom-nav__icon{
    width: 50px;
    height: 50px;
    border-radius: 17px;
    font-size: 18px;
    transform: translateY(-12px);
    box-shadow:
      0 14px 24px rgba(11,87,208,.26),
      0 0 0 5px rgba(255,255,255,.80);
  }

  .ps-mobile-bottom-nav__item--cta.is-active .ps-mobile-bottom-nav__icon{
    transform: translateY(-14px) scale(1.02);
    box-shadow:
      0 16px 26px rgba(11,87,208,.28),
      0 0 0 5px rgba(255,255,255,.84);
  }

  .ps-mobile-bottom-nav__item--cta .ps-mobile-bottom-nav__label{
    margin-top: -7px;
  }

  .ps-mobile-bottom-nav__badge{
    min-width: 17px;
    height: 17px;
    font-size: 9px;
    right: -1px;
    top: -2px;
  }

  .ps-mobile-bottom-nav__label{
    font-size: 9px;
    max-width: 100%;
    letter-spacing: 0;
  }

  .ps-mobile-quick-search{
    width: 52px;
    height: 52px;
    bottom: calc(var(--ps-mobile-nav-height) + 20px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 575.98px){
  .ps-mobile-bottom-nav{
    left: 6px;
    right: 6px;
    bottom: max(6px, env(safe-area-inset-bottom));
    padding: 6px 7px 8px;
    border-radius: 20px;
  }

  .ps-mobile-bottom-nav__icon{
    width: 34px;
    height: 34px;
    font-size: 15px;
  }

  .ps-mobile-bottom-nav__item--cta .ps-mobile-bottom-nav__icon{
    width: 48px;
    height: 48px;
    transform: translateY(-11px);
  }

  .ps-mobile-bottom-nav__item--cta.is-active .ps-mobile-bottom-nav__icon{
    transform: translateY(-13px) scale(1.02);
  }
}


/* ===== SMART + INTERACTIVE FEATURED BRANDS PASS ===== */
@media (max-width: 767.98px){
  body.mobile-ux-shell .ps-featured-brands-smart{
    position: relative;
  }

  body.mobile-ux-shell .ps-featured-brand-toolbar{
    display:flex;
    align-items:center;
    gap:10px;
    margin: 0 0 12px !important;
  }

  body.mobile-ux-shell .ps-featured-brand-search{
    flex:1 1 auto;
    display:flex;
    align-items:center;
    gap:8px;
    min-height:44px;
    padding: 0 14px;
    border-radius: 16px;
    background: rgba(255,255,255,.88);
    border:1px solid rgba(37,99,235,.10);
    box-shadow: 0 10px 24px rgba(15,23,42,.05);
    margin:0 !important;
  }

  body.mobile-ux-shell .ps-featured-brand-search i{
    color:#2563eb;
    font-size:14px;
  }

  body.mobile-ux-shell .ps-featured-brand-search input{
    flex:1 1 auto;
    border:0 !important;
    background:transparent !important;
    outline:none !important;
    box-shadow:none !important;
    min-width:0;
    padding: 11px 0;
    font-size:13px;
    font-weight:600;
    color:#0f172a;
  }

  body.mobile-ux-shell .ps-featured-brand-search input::placeholder{
    color:#94a3b8;
    font-weight:600;
  }

  body.mobile-ux-shell .ps-featured-brand-clear{
    flex: 0 0 auto;
    border:0;
    min-height:44px;
    padding: 0 14px;
    border-radius: 14px;
    background: linear-gradient(180deg, #eff6ff 0%, #dbeafe 100%);
    color:#1d4ed8;
    font-size:12px;
    font-weight:800;
    letter-spacing:.02em;
    box-shadow: 0 8px 18px rgba(37,99,235,.10);
  }

  body.mobile-ux-shell .ps-featured-brand-row--compact .ps-brand-tile{
    position:relative;
    background: linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(248,250,252,.98) 100%) !important;
    border:1px solid rgba(148,163,184,.16);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
  }

  body.mobile-ux-shell .ps-featured-brand-row--compact .ps-brand-tile:hover,
  body.mobile-ux-shell .ps-featured-brand-row--compact .ps-brand-tile:focus{
    text-decoration:none;
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(37,99,235,.12) !important;
  }

  body.mobile-ux-shell .ps-featured-brand-row--compact .ps-brand-tile.is-active{
    border-color: rgba(37,99,235,.24) !important;
    background: linear-gradient(180deg, #eff6ff 0%, #ffffff 100%) !important;
    box-shadow: 0 16px 28px rgba(37,99,235,.14) !important;
  }

  body.mobile-ux-shell .ps-featured-brand-row--compact .ps-brand-tile.is-active::after{
    content:"";
    position:absolute;
    left:12px;
    right:12px;
    bottom:8px;
    height:3px;
    border-radius:999px;
    background: linear-gradient(90deg, #2563eb 0%, #38bdf8 100%);
  }

  body.mobile-ux-shell .ps-featured-brand-row--compact .ps-brand-tile__logo{
    background: linear-gradient(180deg, #eff6ff 0%, #dbeafe 100%);
    border:1px solid rgba(37,99,235,.10);
    overflow:hidden;
  }

  body.mobile-ux-shell .ps-featured-brand-row--compact .ps-brand-tile__logo img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
  }

  body.mobile-ux-shell .ps-featured-brand-row--compact .ps-brand-tile__fallback,
  body.mobile-ux-shell .ps-featured-brand-row--compact .ps-brand-tile__logo--all{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#1d4ed8;
    font-weight:900;
    letter-spacing:.03em;
  }

  body.mobile-ux-shell .ps-featured-brand-row--compact .ps-brand-tile__logo--all{
    font-size:16px;
  }

  body.mobile-ux-shell .ps-featured-brand-row--compact .ps-brand-tile__meta strong{
    color:#0f172a;
  }

  body.mobile-ux-shell .ps-featured-brand-row--compact .ps-brand-tile__meta small{
    color:#64748b;
  }

  body.mobile-ux-shell .ps-featured-brand-empty{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:52px;
    border-radius:16px;
    background: rgba(255,255,255,.86);
    border:1px dashed rgba(148,163,184,.35);
    color:#64748b;
    font-size:13px;
    font-weight:700;
    padding: 10px 14px;
  }
}


/* ===== INSTANT HOMEPAGE BRAND FILTER PASS ===== */
body.mobile-ux-shell .jumia-product-card[data-product-brand]{
  transition: opacity .24s ease, transform .24s ease, filter .24s ease;
  transform-origin: center top;
  will-change: opacity, transform;
}

body.mobile-ux-shell .ps-brand-filter-visible{
  opacity:1;
  transform:translateY(0) scale(1);
  filter:none;
}

body.mobile-ux-shell .ps-brand-filter-prep,
body.mobile-ux-shell .ps-brand-filter-hiding{
  opacity:0;
  transform:translateY(12px) scale(.985);
  filter:saturate(.92);
  pointer-events:none;
}

body.mobile-ux-shell .ps-brand-filter-hidden{
  display:none !important;
}


body.mobile-ux-shell .ps-brand-tile--manual .ps-brand-tile__fallback{
  background:linear-gradient(180deg,#f3f7ff 0%,#e7efff 100%);
  color:#0f4fd6;
}

body.mobile-ux-shell .ps-home-brand-status,
body.mobile-ux-shell .ps-home-brand-results-empty{
  margin-top:12px;
  border-radius:18px;
  padding:12px 14px;
}

body.mobile-ux-shell .ps-home-brand-status{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  background:linear-gradient(180deg,#f8fbff 0%,#eef4ff 100%);
  border:1px solid rgba(37,99,235,.10);
  color:#163a76;
  box-shadow:0 10px 24px rgba(15,23,42,.05);
}

body.mobile-ux-shell .ps-home-brand-status__text{
  font-size:13px;
  font-weight:700;
  line-height:1.35;
}

body.mobile-ux-shell .ps-home-brand-status__clear{
  border:0;
  border-radius:999px;
  padding:8px 12px;
  background:#0f6bff;
  color:#fff;
  font-size:12px;
  font-weight:800;
  white-space:nowrap;
  box-shadow:0 10px 20px rgba(15,107,255,.18);
}

body.mobile-ux-shell .ps-home-brand-results-empty{
  background:linear-gradient(180deg,#fff 0%,#f8fafc 100%);
  border:1px dashed rgba(100,116,139,.28);
  color:#475569;
  text-align:center;
  font-size:13px;
  font-weight:700;
}

@media (max-width: 575.98px){
  body.mobile-ux-shell .ps-home-brand-status{
    align-items:flex-start;
    flex-direction:column;
  }

  body.mobile-ux-shell .ps-home-brand-status__clear{
    width:100%;
  }
}




/* ===== GENTLE BRAND RAIL CENTERING PASS ===== */
@media (max-width: 767.98px){
  body.mobile-ux-shell .ps-featured-brand-row--compact{
    scroll-behavior: smooth;
    scroll-padding-inline: 28px;
    -webkit-overflow-scrolling: touch;
  }

  body.mobile-ux-shell .ps-featured-brand-row--compact .ps-brand-tile{
    scroll-snap-align: center;
  }
}

/* ===== TIGHTER BRAND TILE SELECTION PASS ===== */
@media (max-width: 767.98px){
  body.mobile-ux-shell .ps-featured-brand-row--compact .ps-brand-tile{
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(148,163,184,.14) !important;
    background: linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(248,250,252,.92) 100%);
    transition:
      transform .18s ease,
      box-shadow .22s ease,
      border-color .22s ease,
      background .22s ease,
      opacity .18s ease !important;
    will-change: transform, box-shadow;
  }

  body.mobile-ux-shell .ps-featured-brand-row--compact .ps-brand-tile::after{
    content: "";
    position: absolute;
    inset: auto 12px 8px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(15,107,255,0), rgba(15,107,255,.9), rgba(15,107,255,0));
    opacity: 0;
    transform: scaleX(.45);
    transition: opacity .2s ease, transform .22s ease;
    pointer-events: none;
  }

  body.mobile-ux-shell .ps-featured-brand-row--compact .ps-brand-tile:hover{
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(15,23,42,.08) !important;
  }

  body.mobile-ux-shell .ps-featured-brand-row--compact .ps-brand-tile.is-pressed{
    transform: scale(.985);
    box-shadow: 0 8px 18px rgba(15,23,42,.06) !important;
  }

  body.mobile-ux-shell .ps-featured-brand-row--compact .ps-brand-tile.is-active{
    transform: translateY(-2px);
    border-color: rgba(15,107,255,.22) !important;
    background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
    box-shadow: 0 16px 32px rgba(15,107,255,.12) !important;
  }

  body.mobile-ux-shell .ps-featured-brand-row--compact .ps-brand-tile.is-active::after{
    opacity: 1;
    transform: scaleX(1);
  }

  body.mobile-ux-shell .ps-featured-brand-row--compact .ps-brand-tile.is-activating{
    animation: psBrandTileActivate .24s ease;
  }

  body.mobile-ux-shell .ps-featured-brand-row--compact .ps-brand-tile__logo,
  body.mobile-ux-shell .ps-featured-brand-row--compact .ps-brand-tile__meta strong,
  body.mobile-ux-shell .ps-featured-brand-row--compact .ps-brand-tile__meta small,
  body.mobile-ux-shell .ps-featured-brand-row--compact .ps-brand-tile__logo img,
  body.mobile-ux-shell .ps-featured-brand-row--compact .ps-brand-tile__fallback{
    transition: transform .18s ease, color .22s ease, filter .22s ease, background .22s ease;
  }

  body.mobile-ux-shell .ps-featured-brand-row--compact .ps-brand-tile.is-active .ps-brand-tile__logo{
    transform: translateY(-1px) scale(1.04);
  }

  body.mobile-ux-shell .ps-featured-brand-row--compact .ps-brand-tile.is-active .ps-brand-tile__meta strong{
    color: #0b57d0;
  }

  body.mobile-ux-shell .ps-featured-brand-row--compact .ps-brand-tile.is-active .ps-brand-tile__meta small{
    color: #335ea8;
  }

  body.mobile-ux-shell .ps-featured-brand-row--compact .ps-brand-tile.is-active .ps-brand-tile__fallback{
    background: linear-gradient(180deg,#e9f1ff 0%,#dfeaff 100%);
    color: #0b57d0;
  }
}

@keyframes psBrandTileActivate{
  0%{ transform: translateY(0) scale(.985); }
  60%{ transform: translateY(-3px) scale(1.012); }
  100%{ transform: translateY(-2px) scale(1); }
}




/* ===== BRAND NATIVE APP PREMIUM PASS ===== */
@media (max-width: 767.98px){
  body.mobile-ux-shell .ps-featured-brand-row--compact{
    padding: 4px 2px 10px !important;
    scroll-padding-inline: 38px !important;
  }

  body.mobile-ux-shell .ps-featured-brand-row--compact .ps-brand-tile{
    min-height: 78px !important;
    border-radius: 22px !important;
    border: 1px solid rgba(148,163,184,.12) !important;
    background:
      linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(245,248,255,.94) 100%) !important;
    box-shadow:
      0 12px 28px rgba(15,23,42,.06),
      inset 0 1px 0 rgba(255,255,255,.92) !important;
    transition:
      transform .2s cubic-bezier(.22,.8,.28,1),
      box-shadow .24s ease,
      border-color .24s ease,
      background .24s ease,
      opacity .2s ease !important;
    overflow: hidden;
    isolation: isolate;
    -webkit-tap-highlight-color: transparent;
  }

  body.mobile-ux-shell .ps-featured-brand-row--compact .ps-brand-tile::before{
    content:"";
    position:absolute;
    inset:0;
    border-radius: inherit;
    background:
      radial-gradient(circle at top left, rgba(255,255,255,.9), rgba(255,255,255,0) 42%),
      linear-gradient(135deg, rgba(37,99,235,.06), rgba(56,189,248,.02) 55%, rgba(255,255,255,0) 100%);
    opacity:.95;
    pointer-events:none;
  }

  body.mobile-ux-shell .ps-featured-brand-row--compact .ps-brand-tile::after{
    inset: auto 16px 10px !important;
    height: 3px !important;
    background: linear-gradient(90deg, rgba(15,107,255,0), rgba(15,107,255,.98), rgba(15,107,255,0)) !important;
  }

  body.mobile-ux-shell .ps-featured-brand-row--compact .ps-brand-tile__logo{
    position: relative;
    width: 44px !important;
    height: 44px !important;
    border-radius: 16px !important;
    background:
      linear-gradient(180deg, rgba(255,255,255,.95) 0%, rgba(235,242,255,.92) 100%) !important;
    border: 1px solid rgba(148,163,184,.12);
    box-shadow:
      0 10px 22px rgba(15,23,42,.06),
      inset 0 1px 0 rgba(255,255,255,.95) !important;
    padding: 8px;
    overflow: hidden;
  }

  body.mobile-ux-shell .ps-featured-brand-row--compact .ps-brand-tile__logo::before{
    content:"";
    position:absolute;
    inset:1px;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(255,255,255,.72), rgba(255,255,255,0));
    pointer-events:none;
  }

  body.mobile-ux-shell .ps-featured-brand-row--compact .ps-brand-tile__logo img{
    width:100%;
    height:100%;
    object-fit:contain;
    position:relative;
    z-index:1;
    filter: saturate(1.04) contrast(1.02);
  }

  body.mobile-ux-shell .ps-featured-brand-row--compact .ps-brand-tile__meta{
    position: relative;
    z-index: 1;
  }

  body.mobile-ux-shell .ps-featured-brand-row--compact .ps-brand-tile__meta strong{
    color:#0f172a;
    font-weight:900 !important;
    letter-spacing:-.01em;
  }

  body.mobile-ux-shell .ps-featured-brand-row--compact .ps-brand-tile__meta small{
    color:#64748b;
    font-weight:700;
  }

  body.mobile-ux-shell .ps-featured-brand-row--compact .ps-brand-tile:hover{
    transform: translateY(-2px) !important;
    box-shadow: 0 16px 34px rgba(15,23,42,.08), inset 0 1px 0 rgba(255,255,255,.94) !important;
  }

  body.mobile-ux-shell .ps-featured-brand-row--compact .ps-brand-tile.is-pressed{
    transform: scale(.978) !important;
  }

  body.mobile-ux-shell .ps-featured-brand-row--compact .ps-brand-tile.is-active{
    transform: translateY(-4px) scale(1.01) !important;
    border-color: rgba(15,107,255,.22) !important;
    background:
      linear-gradient(180deg, rgba(248,251,255,.98) 0%, rgba(234,242,255,.96) 100%) !important;
    box-shadow:
      0 18px 36px rgba(15,107,255,.14),
      0 0 0 1px rgba(255,255,255,.72) inset !important;
  }

  body.mobile-ux-shell .ps-featured-brand-row--compact .ps-brand-tile.is-active .ps-brand-tile__logo{
    background:
      linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(226,237,255,.96) 100%) !important;
    border-color: rgba(37,99,235,.16);
    box-shadow:
      0 14px 28px rgba(15,107,255,.14),
      inset 0 1px 0 rgba(255,255,255,.98) !important;
    transform: translateY(-1px);
  }

  body.mobile-ux-shell .ps-featured-brand-row--compact .ps-brand-tile.is-activating{
    animation: psBrandTilePop .26s cubic-bezier(.2,.8,.2,1);
  }

  body.mobile-ux-shell .ps-home-brand-status{
    transition: transform .24s ease, opacity .24s ease, box-shadow .24s ease;
  }

  body.mobile-ux-shell .ps-home-brand-status:not([hidden]){
    animation: psBrandStatusIn .26s ease;
  }

  body.mobile-ux-shell .jumia-product-card[data-product-brand]{
    transform-origin: 50% 50%;
    backface-visibility: hidden;
  }

  body.mobile-ux-shell .ps-brand-filter-visible{
    transition:
      opacity .26s ease,
      transform .32s cubic-bezier(.22,.8,.24,1),
      filter .26s ease !important;
  }

  body.mobile-ux-shell .ps-brand-filter-prep,
  body.mobile-ux-shell .ps-brand-filter-hiding{
    transform: translateY(16px) scale(.972) !important;
  }
}

@keyframes psBrandTilePop {
  0% { transform: translateY(0) scale(.985); }
  55% { transform: translateY(-5px) scale(1.012); }
  100% { transform: translateY(-4px) scale(1.01); }
}

@keyframes psBrandStatusIn {
  0% { opacity:0; transform: translateY(8px) scale(.985); }
  100% { opacity:1; transform: translateY(0) scale(1); }
}



/* ===== FEATURED BRANDS SINGLE ROW + TIGHTEN AFTER REMOVAL ===== */
body.mobile-ux-shell .ps-featured-brand-section{
  padding-top: 8px !important;
  margin-top: 0 !important;
}

body.mobile-ux-shell .ps-featured-brand-head{
  margin-bottom: 10px !important;
}

body.mobile-ux-shell .ps-featured-brand-head .ps-section-kicker{
  margin-bottom: 8px !important;
}

body.mobile-ux-shell .ps-featured-brand-head .ol-page-headline{
  margin-bottom: 0 !important;
}

body.mobile-ux-shell .ps-featured-brand-toolbar{
  margin-bottom: 10px !important;
}

body.mobile-ux-shell .ps-featured-brand-row--compact{
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  gap: 10px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  padding: 4px 2px 10px !important;
  margin: 0 !important;
  white-space: nowrap !important;
  scroll-snap-type: x proximity !important;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

body.mobile-ux-shell .ps-featured-brand-row--compact::-webkit-scrollbar{
  display:none;
}

body.mobile-ux-shell .ps-featured-brand-row--compact .ps-brand-tile{
  flex: 0 0 146px !important;
  min-width: 146px !important;
  max-width: 146px !important;
  min-height: 76px !important;
  margin: 0 !important;
  scroll-snap-align: start !important;
}

body.mobile-ux-shell .ps-featured-brand-empty,
body.mobile-ux-shell .ps-home-brand-status,
body.mobile-ux-shell .ps-home-brand-results-empty{
  margin-top: 10px !important;
}

@media (max-width: 767.98px){
  body.mobile-ux-shell .ps-featured-brand-section{
    padding-top: 4px !important;
  }

  body.mobile-ux-shell .ps-featured-brand-row--compact{
    gap: 8px !important;
    padding: 4px 2px 8px !important;
  }

  body.mobile-ux-shell .ps-featured-brand-row--compact .ps-brand-tile{
    flex: 0 0 138px !important;
    min-width: 138px !important;
    max-width: 138px !important;
  }
}



/* ===== REMOVE LEGACY TOP FEATURED BRANDS SECTION ===== */
.ps-featured-brands{
  display: none !important;
}




/* ===== ULTRA PREMIUM FEATURED BRANDS AUTO SCROLL ===== */
body.mobile-ux-shell #psFeaturedBrandRail{
  position: relative;
  scroll-behavior: auto !important;
  mask-image: linear-gradient(to right, transparent 0, black 14px, black calc(100% - 14px), transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0, black 14px, black calc(100% - 14px), transparent 100%);
}

body.mobile-ux-shell #psFeaturedBrandRail::before,
body.mobile-ux-shell #psFeaturedBrandRail::after{
  content: "";
  position: sticky;
  top: 0;
  width: 18px;
  min-width: 18px;
  height: 1px;
  pointer-events: none;
}

body.mobile-ux-shell .ps-featured-brand-row--compact .ps-brand-tile{
  transform: translateZ(0);
}

@media (prefers-reduced-motion: reduce){
  body.mobile-ux-shell #psFeaturedBrandRail{
    scroll-behavior: smooth !important;
  }
}


/* ===== IOS SCROLL PHYSICS PASS ===== */
body.mobile-ux-shell #psFeaturedBrandRail{
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  transform: translateZ(0);
}

body.mobile-ux-shell .ps-featured-brand-row--compact .ps-brand-tile{
  transition:
    transform .24s cubic-bezier(.22,.8,.24,1),
    box-shadow .24s ease,
    border-color .24s ease,
    background .24s ease,
    opacity .24s ease !important;
}

body.mobile-ux-shell .ps-featured-brand-row--compact .ps-brand-tile.is-active{
  box-shadow: 0 18px 40px rgba(15,107,255,.16), 0 0 0 1px rgba(255,255,255,.72) inset !important;
}
